diff --git a/src/testModels/PlanesdeTrabajoModel.js b/src/testModels/PlanesdeTrabajoModel.js index 2b7c417..0f27bef 100644 --- a/src/testModels/PlanesdeTrabajoModel.js +++ b/src/testModels/PlanesdeTrabajoModel.js @@ -1,19 +1,14 @@ const PlanesdeTrabajoModel = () => { return { - fecha_grabacion_es: "", + usuario: "", + fecha_grabacion_es: "", fecha_grabacion: "", - usuario: "", id_compania: "", no_plan_trabajo: "", tipo_recurso: "", id_tipo_recurso: "", id_recurso: "", - fecha_final_es: "", - estado: "A", - inconvenientes: "", id_usuario: "", - horas_plan: "", - horas_eje: "", id_usuario_reviso: "", usuario_reviso: "", fecha_revision: "", @@ -21,13 +16,11 @@ const PlanesdeTrabajoModel = () => { fecha_inicial: "", fecha_inicial_es: "", fecha_final: "", + fecha_final_es: "", + estado: "", + inconvenientes: "", observaciones: "", - nombre_completo: "", - correo_electronico: "", - telefono_fijo: "", - telefono_movil: "", - imagen: "", - desc_tipo_recurso: "" + nombre_completo: "" } } diff --git a/src/testModels/PlanesdeTrabajoProps.js b/src/testModels/PlanesdeTrabajoProps.js new file mode 100644 index 0000000..8abca22 --- /dev/null +++ b/src/testModels/PlanesdeTrabajoProps.js @@ -0,0 +1,1042 @@ +const PlanesdeTrabajoProps = () => { + return [ + { + text: "usuario", + i18n: null, + value: "usuario", + listName: null, + listNameParams: null, + class: "w-36", + headerClass: "w-36", + disableOnEdit: false, + disableOnNew: false, + isKey: null, + defaultValue: null, + showInForm: true, + showInTable: true, + showAsBadge: false, + icon: null, + iconClass: null, + badgeClass: null, + toLocation: null, + fromLocation: null, + fromTitle: null, + isFilter: false, + type: "string", + label: null, + filterOrder: 1, + filterType: "button", + isSearchable: true, + isClearable: true, + isGroup: false, + isMulti: false, + useSpeechToText: false, + id: "field_usuario", + fieldId: 1023, + fieldOrder: 1, + countFormatDef: 0, + countInputProps: 1, + countChangeDef: 0, + countPristineMsg: 1, + formatDefinition: {}, + onChangeDefinition: {}, + pristineMessages: {"required":"common.ruleRequired","pattern":null,"minlength":"common.ruleMinChars","maxlength":"common.ruleMaxChars"}, + inputProps: {"type":"text","autoComplete":"off"}, + fixedListParams: [], + mappingRules: [], + valor: "usuario", + texto: "usuario", + classItem: null, + substituteVal: null, + format: null, + onChange: null + }, { + text: "fecha_grabacion_es", + i18n: null, + value: "fecha_grabacion_es", + listName: null, + listNameParams: null, + class: "w-36", + headerClass: "w-36", + disableOnEdit: false, + disableOnNew: false, + isKey: null, + defaultValue: null, + showInForm: true, + showInTable: true, + showAsBadge: false, + icon: null, + iconClass: null, + badgeClass: null, + toLocation: null, + fromLocation: null, + fromTitle: null, + isFilter: false, + type: "string", + label: null, + filterOrder: 1, + filterType: "button", + isSearchable: true, + isClearable: true, + isGroup: false, + isMulti: false, + useSpeechToText: false, + id: "field_fecha_grabacion_es", + fieldId: 1024, + fieldOrder: 2, + countFormatDef: 0, + countInputProps: 1, + countChangeDef: 0, + countPristineMsg: 1, + formatDefinition: {}, + onChangeDefinition: {}, + pristineMessages: {"required":"common.ruleRequired","pattern":null,"minlength":"common.ruleMinChars","maxlength":"common.ruleMaxChars"}, + inputProps: {"type":"text","autoComplete":"off"}, + fixedListParams: [], + mappingRules: [], + valor: "fecha_grabacion_es", + texto: "fecha_grabacion_es", + classItem: null, + substituteVal: null, + format: null, + onChange: null + }, { + text: "fecha_grabacion", + i18n: null, + value: "fecha_grabacion", + listName: null, + listNameParams: null, + class: "w-36", + headerClass: "w-36", + disableOnEdit: false, + disableOnNew: false, + isKey: null, + defaultValue: null, + showInForm: false, + showInTable: true, + showAsBadge: false, + icon: null, + iconClass: null, + badgeClass: null, + toLocation: null, + fromLocation: null, + fromTitle: null, + isFilter: false, + type: "string", + label: null, + filterOrder: 1, + filterType: "button", + isSearchable: true, + isClearable: true, + isGroup: false, + isMulti: false, + useSpeechToText: false, + id: "field_fecha_grabacion", + fieldId: 1025, + fieldOrder: 3, + countFormatDef: 0, + countInputProps: 1, + countChangeDef: 0, + countPristineMsg: 1, + formatDefinition: {}, + onChangeDefinition: {}, + pristineMessages: {"required":"common.ruleRequired","pattern":null,"minlength":"common.ruleMinChars","maxlength":"common.ruleMaxChars"}, + inputProps: {"type":"text","required":false,"minLength":null,"maxLength":null,"pattern":null,"autoComplete":"off","autoFocus":false}, + fixedListParams: [], + mappingRules: [], + valor: "fecha_grabacion", + texto: "fecha_grabacion", + classItem: null, + substituteVal: null, + onChange: null + }, { + text: "id_compania", + i18n: null, + value: "id_compania", + listName: null, + listNameParams: null, + class: "w-36", + headerClass: "w-36", + disableOnEdit: false, + disableOnNew: false, + isKey: null, + defaultValue: null, + showInForm: true, + showInTable: true, + showAsBadge: false, + icon: null, + iconClass: null, + badgeClass: null, + toLocation: null, + fromLocation: null, + fromTitle: null, + isFilter: false, + type: "string", + label: null, + filterOrder: 1, + filterType: "button", + isSearchable: true, + isClearable: true, + isGroup: false, + isMulti: false, + useSpeechToText: false, + id: "field_id_compania", + fieldId: 1026, + fieldOrder: 4, + countFormatDef: 0, + countInputProps: 1, + countChangeDef: 0, + countPristineMsg: 1, + formatDefinition: {}, + onChangeDefinition: {}, + pristineMessages: {"required":"common.ruleRequired","pattern":null,"minlength":"common.ruleMinChars","maxlength":"common.ruleMaxChars"}, + inputProps: {"type":"text","autoComplete":"off"}, + fixedListParams: [], + mappingRules: [], + valor: "id_compania", + texto: "id_compania", + classItem: null, + substituteVal: null, + format: null, + onChange: null + }, { + text: "no_plan_trabajo", + i18n: null, + value: "no_plan_trabajo", + listName: null, + listNameParams: null, + class: "w-36", + headerClass: "w-36", + disableOnEdit: false, + disableOnNew: false, + isKey: null, + defaultValue: null, + showInForm: true, + showInTable: true, + showAsBadge: false, + icon: null, + iconClass: null, + badgeClass: null, + toLocation: null, + fromLocation: null, + fromTitle: null, + isFilter: false, + type: "string", + label: null, + filterOrder: 1, + filterType: "button", + isSearchable: true, + isClearable: true, + isGroup: false, + isMulti: false, + useSpeechToText: false, + id: "field_no_plan_trabajo", + fieldId: 1027, + fieldOrder: 5, + countFormatDef: 0, + countInputProps: 1, + countChangeDef: 0, + countPristineMsg: 1, + formatDefinition: {}, + onChangeDefinition: {}, + pristineMessages: {"required":"common.ruleRequired","pattern":null,"minlength":"common.ruleMinChars","maxlength":"common.ruleMaxChars"}, + inputProps: {"type":"text","autoComplete":"off"}, + fixedListParams: [], + mappingRules: [], + valor: "no_plan_trabajo", + texto: "no_plan_trabajo", + classItem: null, + substituteVal: null, + format: null, + onChange: null + }, { + text: "tipo_recurso", + i18n: null, + value: "tipo_recurso", + listName: null, + listNameParams: null, + class: "w-36", + headerClass: "w-36", + disableOnEdit: false, + disableOnNew: false, + isKey: null, + defaultValue: null, + showInForm: false, + showInTable: true, + showAsBadge: false, + icon: null, + iconClass: null, + badgeClass: null, + toLocation: null, + fromLocation: null, + fromTitle: null, + isFilter: false, + type: "string", + label: null, + filterOrder: 1, + filterType: "button", + isSearchable: true, + isClearable: true, + isGroup: false, + isMulti: false, + useSpeechToText: false, + id: "field_tipo_recurso", + fieldId: 1028, + fieldOrder: 6, + countFormatDef: 0, + countInputProps: 1, + countChangeDef: 0, + countPristineMsg: 1, + formatDefinition: {}, + onChangeDefinition: {}, + pristineMessages: {"required":"common.ruleRequired","pattern":null,"minlength":"common.ruleMinChars","maxlength":"common.ruleMaxChars"}, + inputProps: {"type":"text","required":false,"minLength":null,"maxLength":null,"pattern":null,"autoComplete":"off","autoFocus":false}, + fixedListParams: [], + mappingRules: [], + valor: "tipo_recurso", + texto: "tipo_recurso", + classItem: null, + substituteVal: null, + onChange: null + }, { + text: "id_tipo_recurso", + i18n: null, + value: "id_tipo_recurso", + listName: null, + listNameParams: null, + class: "w-36", + headerClass: "w-36", + disableOnEdit: false, + disableOnNew: false, + isKey: null, + defaultValue: null, + showInForm: true, + showInTable: true, + showAsBadge: false, + icon: null, + iconClass: null, + badgeClass: null, + toLocation: null, + fromLocation: null, + fromTitle: null, + isFilter: false, + type: "string", + label: null, + filterOrder: 1, + filterType: "button", + isSearchable: true, + isClearable: true, + isGroup: false, + isMulti: false, + useSpeechToText: false, + id: "field_id_tipo_recurso", + fieldId: 1029, + fieldOrder: 7, + countFormatDef: 1, + countInputProps: 1, + countChangeDef: 1, + countPristineMsg: 1, + formatDefinition: {"action":"format","value":"lowercase"}, + onChangeDefinition: {"action":"loadFieldList","field":"estado"}, + pristineMessages: {"required":"common.ruleRequired","pattern":null,"minlength":"common.ruleMinChars","maxlength":"common.ruleMaxChars"}, + inputProps: {"type":"text","autoComplete":"off"}, + fixedListParams: [], + mappingRules: [], + valor: "id_tipo_recurso", + texto: "id_tipo_recurso", + classItem: null, + substituteVal: null, + format: null, + onChange: null + }, { + text: "id_recurso", + i18n: null, + value: "id_recurso", + listName: null, + listNameParams: null, + class: "w-36", + headerClass: "w-36", + disableOnEdit: false, + disableOnNew: false, + isKey: null, + defaultValue: null, + showInForm: false, + showInTable: true, + showAsBadge: false, + icon: null, + iconClass: null, + badgeClass: null, + toLocation: null, + fromLocation: null, + fromTitle: null, + isFilter: false, + type: "string", + label: null, + filterOrder: 1, + filterType: "button", + isSearchable: true, + isClearable: true, + isGroup: false, + isMulti: false, + useSpeechToText: false, + id: "field_id_recurso", + fieldId: 1030, + fieldOrder: 8, + countFormatDef: 0, + countInputProps: 1, + countChangeDef: 0, + countPristineMsg: 1, + formatDefinition: {}, + onChangeDefinition: {}, + pristineMessages: {"required":"common.ruleRequired","pattern":null,"minlength":"common.ruleMinChars","maxlength":"common.ruleMaxChars"}, + inputProps: {"type":"text","required":false,"minLength":null,"maxLength":null,"pattern":null,"autoComplete":"off","autoFocus":false}, + fixedListParams: [], + mappingRules: [], + valor: "id_recurso", + texto: "id_recurso", + classItem: null, + substituteVal: null, + onChange: null + }, { + text: "id_usuario", + i18n: null, + value: "id_usuario", + listName: null, + listNameParams: null, + class: "w-36", + headerClass: "w-36", + disableOnEdit: false, + disableOnNew: false, + isKey: null, + defaultValue: null, + showInForm: false, + showInTable: true, + showAsBadge: false, + icon: null, + iconClass: null, + badgeClass: null, + toLocation: null, + fromLocation: null, + fromTitle: null, + isFilter: false, + type: "string", + label: null, + filterOrder: 1, + filterType: "button", + isSearchable: true, + isClearable: true, + isGroup: false, + isMulti: false, + useSpeechToText: false, + id: "field_id_usuario", + fieldId: 1031, + fieldOrder: 9, + countFormatDef: 0, + countInputProps: 1, + countChangeDef: 0, + countPristineMsg: 1, + formatDefinition: {}, + onChangeDefinition: {}, + pristineMessages: {"required":"common.ruleRequired","pattern":null,"minlength":"common.ruleMinChars","maxlength":"common.ruleMaxChars"}, + inputProps: {"type":"text","required":false,"minLength":null,"maxLength":null,"pattern":null,"autoComplete":"off","autoFocus":false}, + fixedListParams: [], + mappingRules: [], + valor: "id_usuario", + texto: "id_usuario", + classItem: null, + substituteVal: null, + onChange: null + }, { + text: "id_usuario_reviso", + i18n: null, + value: "id_usuario_reviso", + listName: null, + listNameParams: null, + class: "w-36", + headerClass: "w-36", + disableOnEdit: false, + disableOnNew: false, + isKey: null, + defaultValue: null, + showInForm: false, + showInTable: false, + showAsBadge: false, + icon: null, + iconClass: null, + badgeClass: null, + toLocation: null, + fromLocation: null, + fromTitle: null, + isFilter: false, + type: "string", + label: null, + filterOrder: 1, + filterType: "button", + isSearchable: true, + isClearable: true, + isGroup: false, + isMulti: false, + useSpeechToText: false, + id: "field_id_usuario_reviso", + fieldId: 1032, + fieldOrder: 10, + countFormatDef: 0, + countInputProps: 1, + countChangeDef: 0, + countPristineMsg: 1, + formatDefinition: {}, + onChangeDefinition: {}, + pristineMessages: {"required":"common.ruleRequired","pattern":null,"minlength":"common.ruleMinChars","maxlength":"common.ruleMaxChars"}, + inputProps: {"type":"text","required":false,"minLength":null,"maxLength":null,"pattern":null,"autoComplete":"off","autoFocus":false}, + fixedListParams: [], + mappingRules: [], + valor: "id_usuario_reviso", + texto: "id_usuario_reviso", + classItem: null, + substituteVal: null, + onChange: null + }, { + text: "usuario_reviso", + i18n: null, + value: "usuario_reviso", + listName: null, + listNameParams: null, + class: "w-36", + headerClass: "w-36", + disableOnEdit: false, + disableOnNew: false, + isKey: null, + defaultValue: null, + showInForm: false, + showInTable: false, + showAsBadge: false, + icon: null, + iconClass: null, + badgeClass: null, + toLocation: null, + fromLocation: null, + fromTitle: null, + isFilter: false, + type: "string", + label: null, + filterOrder: 1, + filterType: "button", + isSearchable: true, + isClearable: true, + isGroup: false, + isMulti: false, + useSpeechToText: false, + id: "field_usuario_reviso", + fieldId: 1033, + fieldOrder: 11, + countFormatDef: 0, + countInputProps: 1, + countChangeDef: 0, + countPristineMsg: 1, + formatDefinition: {}, + onChangeDefinition: {}, + pristineMessages: {"required":"common.ruleRequired","pattern":null,"minlength":"common.ruleMinChars","maxlength":"common.ruleMaxChars"}, + inputProps: {"type":"text","required":false,"minLength":null,"maxLength":null,"pattern":null,"autoComplete":"off","autoFocus":false}, + fixedListParams: [], + mappingRules: [], + valor: "usuario_reviso", + texto: "usuario_reviso", + classItem: null, + substituteVal: null, + onChange: null + }, { + text: "fecha_revision", + i18n: null, + value: "fecha_revision", + listName: null, + listNameParams: null, + class: "w-36", + headerClass: "w-36", + disableOnEdit: false, + disableOnNew: false, + isKey: null, + defaultValue: null, + showInForm: false, + showInTable: false, + showAsBadge: false, + icon: null, + iconClass: null, + badgeClass: null, + toLocation: null, + fromLocation: null, + fromTitle: null, + isFilter: false, + type: "string", + label: null, + filterOrder: 1, + filterType: "button", + isSearchable: true, + isClearable: true, + isGroup: false, + isMulti: false, + useSpeechToText: false, + id: "field_fecha_revision", + fieldId: 1034, + fieldOrder: 12, + countFormatDef: 0, + countInputProps: 1, + countChangeDef: 0, + countPristineMsg: 1, + formatDefinition: {}, + onChangeDefinition: {}, + pristineMessages: {"required":"common.ruleRequired","pattern":null,"minlength":"common.ruleMinChars","maxlength":"common.ruleMaxChars"}, + inputProps: {"type":"text","required":false,"minLength":null,"maxLength":null,"pattern":null,"autoComplete":"off","autoFocus":false}, + fixedListParams: [], + mappingRules: [], + valor: "fecha_revision", + texto: "fecha_revision", + classItem: null, + substituteVal: null, + onChange: null + }, { + text: "fecha_revision_es", + i18n: null, + value: "fecha_revision_es", + listName: null, + listNameParams: null, + class: "w-36", + headerClass: "w-36", + disableOnEdit: false, + disableOnNew: false, + isKey: null, + defaultValue: null, + showInForm: false, + showInTable: false, + showAsBadge: false, + icon: null, + iconClass: null, + badgeClass: null, + toLocation: null, + fromLocation: null, + fromTitle: null, + isFilter: false, + type: "string", + label: null, + filterOrder: 1, + filterType: "button", + isSearchable: true, + isClearable: true, + isGroup: false, + isMulti: false, + useSpeechToText: false, + id: "field_fecha_revision_es", + fieldId: 1035, + fieldOrder: 13, + countFormatDef: 0, + countInputProps: 1, + countChangeDef: 0, + countPristineMsg: 1, + formatDefinition: {}, + onChangeDefinition: {}, + pristineMessages: {"required":"common.ruleRequired","pattern":null,"minlength":"common.ruleMinChars","maxlength":"common.ruleMaxChars"}, + inputProps: {"type":"text","required":false,"minLength":null,"maxLength":null,"pattern":null,"autoComplete":"off","autoFocus":false}, + fixedListParams: [], + mappingRules: [], + valor: "fecha_revision_es", + texto: "fecha_revision_es", + classItem: null, + substituteVal: null, + onChange: null + }, { + text: "fecha_inicial", + i18n: null, + value: "fecha_inicial", + listName: null, + listNameParams: null, + class: "w-36", + headerClass: "w-36", + disableOnEdit: false, + disableOnNew: false, + isKey: null, + defaultValue: null, + showInForm: false, + showInTable: false, + showAsBadge: false, + icon: null, + iconClass: null, + badgeClass: null, + toLocation: null, + fromLocation: null, + fromTitle: null, + isFilter: false, + type: "string", + label: null, + filterOrder: 1, + filterType: "button", + isSearchable: true, + isClearable: true, + isGroup: false, + isMulti: false, + useSpeechToText: false, + id: "field_fecha_inicial", + fieldId: 1036, + fieldOrder: 14, + countFormatDef: 0, + countInputProps: 1, + countChangeDef: 0, + countPristineMsg: 1, + formatDefinition: {}, + onChangeDefinition: {}, + pristineMessages: {"required":"common.ruleRequired","pattern":null,"minlength":"common.ruleMinChars","maxlength":"common.ruleMaxChars"}, + inputProps: {"type":"text","required":false,"minLength":null,"maxLength":null,"pattern":null,"autoComplete":"off","autoFocus":false}, + fixedListParams: [], + mappingRules: [], + valor: "fecha_inicial", + texto: "fecha_inicial", + classItem: null, + substituteVal: null, + onChange: null + }, { + text: "fecha_inicial_es", + i18n: null, + value: "fecha_inicial_es", + listName: null, + listNameParams: null, + class: "w-36", + headerClass: "w-36", + disableOnEdit: false, + disableOnNew: false, + isKey: null, + defaultValue: null, + showInForm: false, + showInTable: false, + showAsBadge: false, + icon: null, + iconClass: null, + badgeClass: null, + toLocation: null, + fromLocation: null, + fromTitle: null, + isFilter: false, + type: "string", + label: null, + filterOrder: 1, + filterType: "button", + isSearchable: true, + isClearable: true, + isGroup: false, + isMulti: false, + useSpeechToText: false, + id: "field_fecha_inicial_es", + fieldId: 1037, + fieldOrder: 15, + countFormatDef: 0, + countInputProps: 1, + countChangeDef: 0, + countPristineMsg: 1, + formatDefinition: {}, + onChangeDefinition: {}, + pristineMessages: {"required":"common.ruleRequired","pattern":null,"minlength":"common.ruleMinChars","maxlength":"common.ruleMaxChars"}, + inputProps: {"type":"text","required":false,"minLength":null,"maxLength":null,"pattern":null,"autoComplete":"off","autoFocus":false}, + fixedListParams: [], + mappingRules: [], + valor: "fecha_inicial_es", + texto: "fecha_inicial_es", + classItem: null, + substituteVal: null, + onChange: null + }, { + text: "fecha_final", + i18n: null, + value: "fecha_final", + listName: null, + listNameParams: null, + class: "w-36", + headerClass: "w-36", + disableOnEdit: false, + disableOnNew: false, + isKey: null, + defaultValue: null, + showInForm: false, + showInTable: false, + showAsBadge: false, + icon: null, + iconClass: null, + badgeClass: null, + toLocation: null, + fromLocation: null, + fromTitle: null, + isFilter: false, + type: "string", + label: null, + filterOrder: 1, + filterType: "button", + isSearchable: true, + isClearable: true, + isGroup: false, + isMulti: false, + useSpeechToText: false, + id: "field_fecha_final", + fieldId: 1038, + fieldOrder: 16, + countFormatDef: 0, + countInputProps: 1, + countChangeDef: 0, + countPristineMsg: 1, + formatDefinition: {}, + onChangeDefinition: {}, + pristineMessages: {"required":"common.ruleRequired","pattern":null,"minlength":"common.ruleMinChars","maxlength":"common.ruleMaxChars"}, + inputProps: {"type":"text","required":false,"minLength":null,"maxLength":null,"pattern":null,"autoComplete":"off","autoFocus":false}, + fixedListParams: [], + mappingRules: [], + valor: "fecha_final", + texto: "fecha_final", + classItem: null, + substituteVal: null, + onChange: null + }, { + text: "fecha_final_es", + i18n: null, + value: "fecha_final_es", + listName: null, + listNameParams: null, + class: "w-36", + headerClass: "w-36", + disableOnEdit: false, + disableOnNew: false, + isKey: null, + defaultValue: null, + showInForm: false, + showInTable: false, + showAsBadge: false, + icon: null, + iconClass: null, + badgeClass: null, + toLocation: null, + fromLocation: null, + fromTitle: null, + isFilter: false, + type: "string", + label: null, + filterOrder: 1, + filterType: "button", + isSearchable: true, + isClearable: true, + isGroup: false, + isMulti: false, + useSpeechToText: false, + id: "field_fecha_final_es", + fieldId: 1039, + fieldOrder: 17, + countFormatDef: 0, + countInputProps: 1, + countChangeDef: 0, + countPristineMsg: 1, + formatDefinition: {}, + onChangeDefinition: {}, + pristineMessages: {"required":"common.ruleRequired","pattern":null,"minlength":"common.ruleMinChars","maxlength":"common.ruleMaxChars"}, + inputProps: {"type":"text","required":false,"minLength":null,"maxLength":null,"pattern":null,"autoComplete":"off","autoFocus":false}, + fixedListParams: [], + mappingRules: [], + valor: "fecha_final_es", + texto: "fecha_final_es", + classItem: null, + substituteVal: null, + onChange: null + }, { + text: "estado", + i18n: null, + value: "estado", + listName: null, + listNameParams: null, + class: "w-36", + headerClass: "w-36", + disableOnEdit: false, + disableOnNew: false, + isKey: null, + defaultValue: null, + showInForm: false, + showInTable: false, + showAsBadge: false, + icon: null, + iconClass: null, + badgeClass: null, + toLocation: null, + fromLocation: null, + fromTitle: null, + isFilter: false, + type: "string", + label: null, + filterOrder: 1, + filterType: "button", + isSearchable: true, + isClearable: true, + isGroup: false, + isMulti: false, + useSpeechToText: false, + id: "field_estado", + fieldId: 1040, + fieldOrder: 18, + countFormatDef: 0, + countInputProps: 1, + countChangeDef: 0, + countPristineMsg: 1, + formatDefinition: {}, + onChangeDefinition: {}, + pristineMessages: {"required":"common.ruleRequired","pattern":null,"minlength":"common.ruleMinChars","maxlength":"common.ruleMaxChars"}, + inputProps: {"type":"text","required":false,"minLength":null,"maxLength":null,"pattern":null,"autoComplete":"off","autoFocus":false}, + fixedListParams: [], + mappingRules: [], + valor: "estado", + texto: "estado", + classItem: null, + substituteVal: null, + onChange: null + }, { + text: "inconvenientes", + i18n: null, + value: "inconvenientes", + listName: null, + listNameParams: null, + class: "w-36", + headerClass: "w-36", + disableOnEdit: false, + disableOnNew: false, + isKey: null, + defaultValue: null, + showInForm: false, + showInTable: false, + showAsBadge: false, + icon: null, + iconClass: null, + badgeClass: null, + toLocation: null, + fromLocation: null, + fromTitle: null, + isFilter: false, + type: "string", + label: null, + filterOrder: 1, + filterType: "button", + isSearchable: true, + isClearable: true, + isGroup: false, + isMulti: false, + useSpeechToText: false, + id: "field_inconvenientes", + fieldId: 1041, + fieldOrder: 19, + countFormatDef: 0, + countInputProps: 1, + countChangeDef: 0, + countPristineMsg: 1, + formatDefinition: {}, + onChangeDefinition: {}, + pristineMessages: {"required":"common.ruleRequired","pattern":null,"minlength":"common.ruleMinChars","maxlength":"common.ruleMaxChars"}, + inputProps: {"type":"text","required":false,"minLength":null,"maxLength":null,"pattern":null,"autoComplete":"off","autoFocus":false}, + fixedListParams: [], + mappingRules: [], + valor: "inconvenientes", + texto: "inconvenientes", + classItem: null, + substituteVal: null, + onChange: null + }, { + text: "observaciones", + i18n: null, + value: "observaciones", + listName: null, + listNameParams: null, + class: "w-36", + headerClass: "w-36", + disableOnEdit: false, + disableOnNew: false, + isKey: null, + defaultValue: null, + showInForm: false, + showInTable: false, + showAsBadge: false, + icon: null, + iconClass: null, + badgeClass: null, + toLocation: null, + fromLocation: null, + fromTitle: null, + isFilter: false, + type: "string", + label: null, + filterOrder: 1, + filterType: "button", + isSearchable: true, + isClearable: true, + isGroup: false, + isMulti: false, + useSpeechToText: false, + id: "field_observaciones", + fieldId: 1042, + fieldOrder: 20, + countFormatDef: 0, + countInputProps: 1, + countChangeDef: 0, + countPristineMsg: 1, + formatDefinition: {}, + onChangeDefinition: {}, + pristineMessages: {"required":"common.ruleRequired","pattern":null,"minlength":"common.ruleMinChars","maxlength":"common.ruleMaxChars"}, + inputProps: {"type":"text","required":false,"minLength":null,"maxLength":null,"pattern":null,"autoComplete":"off","autoFocus":false}, + fixedListParams: [], + mappingRules: [], + valor: "observaciones", + texto: "observaciones", + classItem: null, + substituteVal: null, + onChange: null + }, { + text: "nombre_completo", + i18n: null, + value: "nombre_completo", + listName: null, + listNameParams: null, + class: "w-36", + headerClass: "w-36", + disableOnEdit: false, + disableOnNew: false, + isKey: null, + defaultValue: null, + showInForm: false, + showInTable: false, + showAsBadge: false, + icon: null, + iconClass: null, + badgeClass: null, + toLocation: null, + fromLocation: null, + fromTitle: null, + isFilter: false, + type: "string", + label: null, + filterOrder: 1, + filterType: "button", + isSearchable: true, + isClearable: true, + isGroup: false, + isMulti: false, + useSpeechToText: false, + id: "field_nombre_completo", + fieldId: 1043, + fieldOrder: 21, + countFormatDef: 0, + countInputProps: 1, + countChangeDef: 0, + countPristineMsg: 1, + formatDefinition: {}, + onChangeDefinition: {}, + pristineMessages: {"required":"common.ruleRequired","pattern":null,"minlength":"common.ruleMinChars","maxlength":"common.ruleMaxChars"}, + inputProps: {"type":"text","required":false,"minLength":null,"maxLength":null,"pattern":null,"autoComplete":"off","autoFocus":false}, + fixedListParams: [], + mappingRules: [], + valor: "nombre_completo", + texto: "nombre_completo", + classItem: null, + substituteVal: null, + onChange: null + } + ] +} + +export default PlanesdeTrabajoProps + \ No newline at end of file