@sankhyalabs/sankhyablocks 10.0.4 → 10.1.0-dev.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{ConfigStorage-2b412ac9.js → ConfigStorage-5c0590b3.js} +2 -2
- package/dist/cjs/{DataFetcher-a1d986da.js → DataFetcher-5181a917.js} +1124 -1103
- package/dist/cjs/{FormConfigHelper-1e8bb464.js → FormConfigHelper-28fe4668.js} +21 -1
- package/dist/cjs/{ISave-4c4f7231.js → ISave-0f98a457.js} +4 -4
- package/dist/cjs/ServicesNumberingConfig-69038a0f.js +35 -0
- package/dist/cjs/{SnkFormConfigManager-cfb6323a.js → SnkFormConfigManager-1907ffed.js} +2 -2
- package/dist/cjs/{SnkMultiSelectionListDataSource-99a82236.js → SnkMultiSelectionListDataSource-e4e38139.js} +4 -4
- package/dist/cjs/{auth-fetcher-3dda805e.js → auth-fetcher-cff55b1f.js} +1 -1
- package/dist/cjs/{dataunit-fetcher-434d8c8d.js → dataunit-fetcher-1ba5e2cc.js} +1 -1
- package/dist/cjs/field-config_2.cjs.entry.js +1 -1
- package/dist/cjs/fields-layout.cjs.entry.js +1 -1
- package/dist/cjs/fields-selector.cjs.entry.js +1 -1
- package/dist/cjs/{form-config-fetcher-0e6f36d9.js → form-config-fetcher-4a679e23.js} +1 -1
- package/dist/cjs/index-1cf293c1.js +6 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/pesquisa-grid_2.cjs.entry.js +4 -4
- package/dist/cjs/sankhyablocks.cjs.js +1 -1
- package/dist/cjs/{snk-actions-button_8.cjs.entry.js → snk-actions-button_9.cjs.entry.js} +136 -5
- package/dist/cjs/snk-application.cjs.entry.js +81 -69
- package/dist/cjs/snk-attach.cjs.entry.js +5 -5
- package/dist/cjs/snk-configurator.cjs.entry.js +11 -2
- package/dist/cjs/snk-crud.cjs.entry.js +208 -9
- package/dist/cjs/snk-custom-slot-guide.cjs.entry.js +40 -0
- package/dist/cjs/snk-data-exporter.cjs.entry.js +5 -5
- package/dist/cjs/{snk-data-unit-323a507f.js → snk-data-unit-061487a8.js} +4 -2
- package/dist/cjs/snk-data-unit.cjs.entry.js +3 -3
- package/dist/cjs/snk-detail-view.cjs.entry.js +8 -8
- package/dist/cjs/snk-filter-bar_4.cjs.entry.js +3 -3
- package/dist/cjs/snk-filter-modal-item.cjs.entry.js +3 -3
- package/dist/cjs/snk-form_2.cjs.entry.js +9 -7
- package/dist/cjs/snk-grid.cjs.entry.js +13 -10
- package/dist/cjs/{snk-guides-viewer-57624b79.js → snk-guides-viewer-2efe60a7.js} +95 -43
- package/dist/cjs/snk-guides-viewer.cjs.entry.js +15 -15
- package/dist/cjs/snk-personalized-filter.cjs.entry.js +3 -3
- package/dist/cjs/snk-pesquisa.cjs.entry.js +16 -5
- package/dist/cjs/snk-simple-crud.cjs.entry.js +7 -7
- package/dist/cjs/snk-taskbar.cjs.entry.js +8 -4
- package/dist/collection/collection-manifest.json +3 -1
- package/dist/collection/components/snk-application/search-strategy/exec-prepared-search-advaced-mode.js +27 -0
- package/dist/collection/components/snk-application/search-strategy/exec-prepared-search-plus.js +5 -25
- package/dist/collection/components/snk-application/snk-application.js +87 -44
- package/dist/collection/components/snk-configurator/snk-configurator.js +46 -2
- package/dist/collection/components/snk-crud/snk-crud.js +345 -7
- package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +161 -40
- package/dist/collection/components/snk-custom-slot-guide/snk-custom-slot-guide.css +3 -0
- package/dist/collection/components/snk-custom-slot-guide/snk-custom-slot-guide.js +95 -0
- package/dist/collection/components/snk-data-unit/snk-data-unit.js +2 -0
- package/dist/collection/components/snk-form-config/FormConfigHelper.js +20 -1
- package/dist/collection/components/snk-form-config/snk-form-config.js +29 -3
- package/dist/collection/components/snk-grid/snk-grid.css +14 -0
- package/dist/collection/components/snk-grid/snk-grid.js +26 -4
- package/dist/collection/components/snk-numbering-config/services/ServicesNumberingConfig.js +31 -0
- package/dist/collection/components/snk-numbering-config/snk-numbering-config.css +3 -0
- package/dist/collection/components/snk-numbering-config/snk-numbering-config.js +227 -0
- package/dist/collection/components/snk-pesquisa/snk-pesquisa.css +5 -1
- package/dist/collection/components/snk-pesquisa/snk-pesquisa.js +43 -0
- package/dist/collection/components/snk-taskbar/snk-taskbar.js +29 -4
- package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js +3 -3
- package/dist/collection/lib/message/messageResourceEnUSUtils.js +21 -18
- package/dist/collection/lib/message/messageResourceEsESUtils.js +21 -18
- package/dist/collection/lib/message/messageResourcePtBRUtils.js +21 -18
- package/dist/collection/lib/message/resources/en-us/snk-configurator.msg.js +1 -0
- package/dist/collection/lib/message/resources/en-us/snk-numbering-config.msg.js +4 -0
- package/dist/collection/lib/message/resources/es-es/snk-configurator.msg.js +1 -0
- package/dist/collection/lib/message/resources/es-es/snk-numbering-config.msg.js +4 -0
- package/dist/collection/lib/message/resources/pt-br/snk-configurator.msg.js +1 -0
- package/dist/collection/lib/message/resources/pt-br/snk-form.msg.js +1 -1
- package/dist/collection/lib/message/resources/pt-br/snk-numbering-config.msg.js +4 -0
- package/dist/collection/lib/message/resources/pt-br/snk-pesquisa.msg.js +1 -1
- package/dist/components/DataFetcher.js +1124 -1103
- package/dist/components/ISave.js +3 -3
- package/dist/components/field-config2.js +21 -2
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +2 -0
- package/dist/components/snk-application2.js +76 -63
- package/dist/components/snk-attach2.js +20 -14
- package/dist/components/snk-configurator2.js +21 -4
- package/dist/components/snk-crud.js +282 -70
- package/dist/components/snk-custom-slot-guide.d.ts +11 -0
- package/dist/components/snk-custom-slot-guide.js +55 -0
- package/dist/components/snk-data-unit2.js +2 -0
- package/dist/components/snk-detail-view2.js +185 -120
- package/dist/components/snk-form-config2.js +6 -3
- package/dist/components/snk-grid2.js +9 -4
- package/dist/components/snk-numbering-config.d.ts +11 -0
- package/dist/components/snk-numbering-config.js +6 -0
- package/dist/components/snk-numbering-config2.js +186 -0
- package/dist/components/snk-pesquisa2.js +14 -2
- package/dist/components/snk-simple-crud2.js +20 -14
- package/dist/components/snk-taskbar2.js +9 -4
- package/dist/esm/{ConfigStorage-a60b12c2.js → ConfigStorage-bd096633.js} +2 -2
- package/dist/esm/{DataFetcher-9a1709a3.js → DataFetcher-5780ad39.js} +1124 -1103
- package/dist/esm/{FormConfigHelper-b9cf7758.js → FormConfigHelper-d09669f3.js} +21 -2
- package/dist/esm/{ISave-b9c9188b.js → ISave-8a22ec18.js} +4 -4
- package/dist/esm/ServicesNumberingConfig-2f7b050e.js +33 -0
- package/dist/esm/{SnkFormConfigManager-1548dc73.js → SnkFormConfigManager-437e98bb.js} +2 -2
- package/dist/esm/{SnkMultiSelectionListDataSource-65764464.js → SnkMultiSelectionListDataSource-42125ef4.js} +4 -4
- package/dist/esm/{auth-fetcher-566bad7c.js → auth-fetcher-28b9d0db.js} +1 -1
- package/dist/esm/{dataunit-fetcher-eba36247.js → dataunit-fetcher-c4251d80.js} +1 -1
- package/dist/esm/field-config_2.entry.js +1 -1
- package/dist/esm/fields-layout.entry.js +1 -1
- package/dist/esm/fields-selector.entry.js +1 -1
- package/dist/esm/{form-config-fetcher-cf8c52d0.js → form-config-fetcher-d0536a71.js} +1 -1
- package/dist/esm/index-479e1293.js +6 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/pesquisa-grid_2.entry.js +4 -4
- package/dist/esm/sankhyablocks.js +1 -1
- package/dist/esm/{snk-actions-button_8.entry.js → snk-actions-button_9.entry.js} +136 -6
- package/dist/esm/snk-application.entry.js +81 -69
- package/dist/esm/snk-attach.entry.js +5 -5
- package/dist/esm/snk-configurator.entry.js +11 -2
- package/dist/esm/snk-crud.entry.js +209 -10
- package/dist/esm/snk-custom-slot-guide.entry.js +36 -0
- package/dist/esm/snk-data-exporter.entry.js +5 -5
- package/dist/esm/{snk-data-unit-693849e3.js → snk-data-unit-4a1ef77f.js} +4 -2
- package/dist/esm/snk-data-unit.entry.js +3 -3
- package/dist/esm/snk-detail-view.entry.js +8 -8
- package/dist/esm/snk-filter-bar_4.entry.js +3 -3
- package/dist/esm/snk-filter-modal-item.entry.js +3 -3
- package/dist/esm/snk-form_2.entry.js +9 -7
- package/dist/esm/snk-grid.entry.js +13 -10
- package/dist/esm/{snk-guides-viewer-8d6067b5.js → snk-guides-viewer-c182d058.js} +95 -43
- package/dist/esm/snk-guides-viewer.entry.js +15 -15
- package/dist/esm/snk-personalized-filter.entry.js +3 -3
- package/dist/esm/snk-pesquisa.entry.js +16 -5
- package/dist/esm/snk-simple-crud.entry.js +7 -7
- package/dist/esm/snk-taskbar.entry.js +8 -4
- package/dist/sankhyablocks/{p-4e3fc788.entry.js → p-01ca59fc.entry.js} +1 -1
- package/dist/sankhyablocks/p-028fb380.entry.js +11 -0
- package/dist/sankhyablocks/{p-6902c5ee.entry.js → p-03f02b12.entry.js} +1 -1
- package/dist/sankhyablocks/{p-69885aaa.js → p-0e4f8b86.js} +1 -1
- package/dist/sankhyablocks/p-1037ea7b.entry.js +1 -0
- package/dist/sankhyablocks/{p-42dde1ec.js → p-1b1373b6.js} +1 -1
- package/dist/sankhyablocks/{p-88c12985.entry.js → p-2e882241.entry.js} +1 -1
- package/dist/sankhyablocks/p-30a58e29.entry.js +1 -0
- package/dist/sankhyablocks/{p-8b24836e.entry.js → p-35974f5f.entry.js} +1 -1
- package/dist/sankhyablocks/{p-4db51d85.js → p-3c046287.js} +2 -2
- package/dist/sankhyablocks/{p-bcf5692d.entry.js → p-42272de8.entry.js} +1 -1
- package/dist/sankhyablocks/{p-07c5289b.entry.js → p-4c2e2767.entry.js} +1 -1
- package/dist/sankhyablocks/{p-31b0d523.js → p-4db9dbf8.js} +1 -1
- package/dist/sankhyablocks/{p-95888078.js → p-55d7abe7.js} +1 -1
- package/dist/sankhyablocks/p-5d408e7e.entry.js +1 -0
- package/dist/sankhyablocks/p-6e5af618.entry.js +1 -0
- package/dist/sankhyablocks/{p-7b3269e9.entry.js → p-78d4b3e3.entry.js} +1 -1
- package/dist/sankhyablocks/{p-d68904a9.js → p-8b4d6719.js} +1 -1
- package/dist/sankhyablocks/{p-94b15408.entry.js → p-903fa0b4.entry.js} +1 -1
- package/dist/sankhyablocks/p-987cd79d.entry.js +1 -0
- package/dist/sankhyablocks/{p-9fa79997.js → p-9ab6ae1e.js} +2 -2
- package/dist/sankhyablocks/{p-6471a791.entry.js → p-9f16d33e.entry.js} +1 -1
- package/dist/sankhyablocks/p-a1d23fef.js +1 -0
- package/dist/sankhyablocks/{p-5095f811.entry.js → p-a64ffe30.entry.js} +1 -1
- package/dist/sankhyablocks/{p-13596651.js → p-aca74b21.js} +1 -1
- package/dist/sankhyablocks/{p-f68aab71.js → p-b9699067.js} +1 -1
- package/dist/sankhyablocks/p-c4fcf1fb.entry.js +1 -0
- package/dist/sankhyablocks/p-c98c79c3.entry.js +1 -0
- package/dist/sankhyablocks/p-cad964b5.js +1 -0
- package/dist/sankhyablocks/p-d2ec9a24.entry.js +1 -0
- package/dist/sankhyablocks/{p-ce77774e.js → p-d3534985.js} +1 -1
- package/dist/sankhyablocks/{p-5340c04e.entry.js → p-f3027bc9.entry.js} +1 -1
- package/dist/sankhyablocks/{p-1e9c546e.entry.js → p-f35f2eb3.entry.js} +1 -1
- package/dist/sankhyablocks/p-fd05e31d.entry.js +1 -0
- package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
- package/dist/types/components/snk-application/search-strategy/exec-prepared-search-advaced-mode.d.ts +5 -0
- package/dist/types/components/snk-application/snk-application.d.ts +9 -0
- package/dist/types/components/snk-configurator/snk-configurator.d.ts +10 -1
- package/dist/types/components/snk-crud/snk-crud.d.ts +58 -7
- package/dist/types/components/snk-crud/subcomponents/snk-guides-viewer.d.ts +33 -6
- package/dist/types/components/snk-custom-slot-guide/snk-custom-slot-guide.d.ts +16 -0
- package/dist/types/components/snk-form-config/FormConfigHelper.d.ts +2 -0
- package/dist/types/components/snk-form-config/snk-form-config.d.ts +5 -0
- package/dist/types/components/snk-grid/snk-grid.d.ts +5 -0
- package/dist/types/components/snk-numbering-config/services/ServicesNumberingConfig.d.ts +18 -0
- package/dist/types/components/snk-numbering-config/snk-numbering-config.d.ts +37 -0
- package/dist/types/components/snk-pesquisa/snk-pesquisa.d.ts +8 -0
- package/dist/types/components/snk-taskbar/snk-taskbar.d.ts +6 -1
- package/dist/types/components.d.ts +187 -0
- package/dist/types/lib/http/data-fetcher/fetchers/pesquisa-fetcher.d.ts +1 -0
- package/dist/types/lib/message/resources/en-us/snk-numbering-config.msg.d.ts +1 -0
- package/dist/types/lib/message/resources/es-es/snk-numbering-config.msg.d.ts +1 -0
- package/dist/types/lib/message/resources/pt-br/snk-numbering-config.msg.d.ts +1 -0
- package/package.json +1 -1
- package/react/components.d.ts +2 -0
- package/react/components.js +2 -0
- package/react/components.js.map +1 -1
- package/dist/cjs/AuthorizationConfig-79ffae4b.js.gz +0 -0
- package/dist/cjs/ConfigStorage-2b412ac9.js.gz +0 -0
- package/dist/cjs/DataFetcher-a1d986da.js.gz +0 -0
- package/dist/cjs/FormConfigHelper-1e8bb464.js.gz +0 -0
- package/dist/cjs/GetSelectedRecordsIDsInfo-bd50caf1.js.gz +0 -0
- package/dist/cjs/IFetchDataExporterParams-e78ec415.js.gz +0 -0
- package/dist/cjs/ISave-4c4f7231.js.gz +0 -0
- package/dist/cjs/ParamType-90b440a0.js.gz +0 -0
- package/dist/cjs/PersonalizedFilterUtils-7259cf65.js.gz +0 -0
- package/dist/cjs/PrintUtils-bcaeb82f.js.gz +0 -0
- package/dist/cjs/ResourceIDUtils-5ff86aa7.js.gz +0 -0
- package/dist/cjs/SnkFormConfigManager-cfb6323a.js.gz +0 -0
- package/dist/cjs/SnkMultiSelectionListDataSource-99a82236.js.gz +0 -0
- package/dist/cjs/auth-fetcher-3dda805e.js.gz +0 -0
- package/dist/cjs/config-header.cjs.entry.js.gz +0 -0
- package/dist/cjs/configs-button.cjs.entry.js.gz +0 -0
- package/dist/cjs/constants-6d82e405.js.gz +0 -0
- package/dist/cjs/dataunit-fetcher-434d8c8d.js.gz +0 -0
- package/dist/cjs/default-filters-a09bf82b.js.gz +0 -0
- package/dist/cjs/field-config_2.cjs.entry.js.gz +0 -0
- package/dist/cjs/fields-layout.cjs.entry.js.gz +0 -0
- package/dist/cjs/fields-selector.cjs.entry.js.gz +0 -0
- package/dist/cjs/filter-item-type.enum-a7ffdaa6.js.gz +0 -0
- package/dist/cjs/filter-type.enum-2bb46d2a.js.gz +0 -0
- package/dist/cjs/filter-validate-cb4ed41a.js.gz +0 -0
- package/dist/cjs/filterNumberVariation-d65332da.js.gz +0 -0
- package/dist/cjs/form-config-fetcher-0e6f36d9.js.gz +0 -0
- package/dist/cjs/guides-configurator.cjs.entry.js.gz +0 -0
- package/dist/cjs/index-13d05f03.js.gz +0 -0
- package/dist/cjs/index-1cf293c1.js.gz +0 -0
- package/dist/cjs/index-62760a9c.js.gz +0 -0
- package/dist/cjs/index-8d94b7e0.js.gz +0 -0
- package/dist/cjs/index-e3e39724.js.gz +0 -0
- package/dist/cjs/index.cjs.js.gz +0 -0
- package/dist/cjs/loader.cjs.js.gz +0 -0
- package/dist/cjs/pesquisa-grid_2.cjs.entry.js.gz +0 -0
- package/dist/cjs/presentationMode-52ec3bdd.js.gz +0 -0
- package/dist/cjs/sankhyablocks.cjs.js.gz +0 -0
- package/dist/cjs/snk-actions-button_8.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-actions-form.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-application.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-attach.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-client-confirm.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-configurator.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-crud.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-custom-slot-elements.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-data-exporter.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-data-unit-323a507f.js.gz +0 -0
- package/dist/cjs/snk-data-unit.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-default-filter.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-detail-view.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-entity-list.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-exporter-email-sender.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-expression-group_2.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-advanced-mode_2.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-bar_4.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-binary-select.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-checkbox-list.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-detail.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-field-search_2.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-modal-item.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-multi-select.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-number.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-period.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-search.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-text.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-form-summary.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-form-view.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-form_2.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-grid.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-guides-viewer-57624b79.js.gz +0 -0
- package/dist/cjs/snk-guides-viewer.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-personalized-filter-editor.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-personalized-filter.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-pesquisa.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-print-selector.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-simple-bar.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-simple-crud.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-taskbar.cjs.entry.js.gz +0 -0
- package/dist/cjs/sortable.esm-9a110bb7.js.gz +0 -0
- package/dist/cjs/taskbar-elements-fb5d1e08.js.gz +0 -0
- package/dist/cjs/taskbar-processor-2fba34a8.js.gz +0 -0
- package/dist/cjs/teste-pesquisa.cjs.entry.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/enum/ActionsType.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/enum/ParamType.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/enum/RefreshType.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/executor/java.executor.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/executor/javascript.executor.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/executor/launch-screen.executor.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/executor/procedure.executor.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/factory/executor.factory.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/index.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/interfaces/IAction.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/interfaces/IExecSource.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/interfaces/IExecuteActions.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/interfaces/IExecuteActionsProps.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/interfaces/IResultParam.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/clientEvent/index.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/clientEvent/interfaces/IClientEventConfirm.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/interfaces/index.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/snk-actions-button.css.gz +0 -0
- package/dist/collection/components/snk-actions-button/snk-actions-button.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/subcomponents/snk-actions-form.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/subcomponents/snk-client-confirm.js.gz +0 -0
- package/dist/collection/components/snk-application/__mocks__/snk-application.js.gz +0 -0
- package/dist/collection/components/snk-application/errorhandler/snk-error-handler.js.gz +0 -0
- package/dist/collection/components/snk-application/request-listener/DebouncedRequestListener.js.gz +0 -0
- package/dist/collection/components/snk-application/request-listener/RequestListenerFactory.js.gz +0 -0
- package/dist/collection/components/snk-application/request-listener/RequestListenerLoadingBar.js.gz +0 -0
- package/dist/collection/components/snk-application/search-strategy/exec-prepared-search-plus.js.gz +0 -0
- package/dist/collection/components/snk-application/snk-application.css.gz +0 -0
- package/dist/collection/components/snk-application/snk-application.js.gz +0 -0
- package/dist/collection/components/snk-attach/interfaces/ICrudConfig.js.gz +0 -0
- package/dist/collection/components/snk-attach/interfaces/TFetcherType.js.gz +0 -0
- package/dist/collection/components/snk-attach/interfaces/index.js.gz +0 -0
- package/dist/collection/components/snk-attach/snk-attach.css.gz +0 -0
- package/dist/collection/components/snk-attach/snk-attach.js.gz +0 -0
- package/dist/collection/components/snk-attach/structure/builder/anexo-sistema-crud-config.builder.js.gz +0 -0
- package/dist/collection/components/snk-attach/structure/builder/attach-crud-config.builder.js.gz +0 -0
- package/dist/collection/components/snk-attach/structure/builder/taskbar-builder.js.gz +0 -0
- package/dist/collection/components/snk-attach/structure/fetcher/facade/fetcher.facade.js.gz +0 -0
- package/dist/collection/components/snk-attach/structure/fetcher/factory/anexo-sistema-data-unit.factory.js.gz +0 -0
- package/dist/collection/components/snk-attach/structure/fetcher/factory/attach-fetcher-data-unit.factory.js.gz +0 -0
- package/dist/collection/components/snk-attach/structure/index.js.gz +0 -0
- package/dist/collection/components/snk-configurator/AuthorizationConfig.js.gz +0 -0
- package/dist/collection/components/snk-configurator/snk-configurator.css.gz +0 -0
- package/dist/collection/components/snk-configurator/snk-configurator.js.gz +0 -0
- package/dist/collection/components/snk-crud/interfaces/PropsCustomEditor.js.gz +0 -0
- package/dist/collection/components/snk-crud/interfaces/PropsCustomRender.js.gz +0 -0
- package/dist/collection/components/snk-crud/snk-crud.css.gz +0 -0
- package/dist/collection/components/snk-crud/snk-crud.js.gz +0 -0
- package/dist/collection/components/snk-crud/subcomponents/CardFormResizeObserver.js.gz +0 -0
- package/dist/collection/components/snk-crud/subcomponents/GuideBuilder.js.gz +0 -0
- package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.css.gz +0 -0
- package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.js.gz +0 -0
- package/dist/collection/components/snk-crud/subcomponents/snk-form-summary.css.gz +0 -0
- package/dist/collection/components/snk-crud/subcomponents/snk-form-summary.js.gz +0 -0
- package/dist/collection/components/snk-crud/subcomponents/snk-form-view.css.gz +0 -0
- package/dist/collection/components/snk-crud/subcomponents/snk-form-view.js.gz +0 -0
- package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.css.gz +0 -0
- package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js.gz +0 -0
- package/dist/collection/components/snk-custom-slot-elements/snk-custom-slot-elements.css.gz +0 -0
- package/dist/collection/components/snk-custom-slot-elements/snk-custom-slot-elements.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/data/attachment.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/data/email.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/data/export-config.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/data/export-result.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/data/report.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/exporter-email-sender/email-info-step.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/exporter-email-sender/options-step.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/exporter-email-sender/snk-exporter-email-sender.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/exporter-strategy/ClientSideExporterStrategy.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/exporter-strategy/ServerSideExporterStrategy.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/interfaces/IExporterProvider.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/interfaces/IExporterStrategy.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/interfaces/IRecordID.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/interfaces/ISelectedID.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/providers/ClientSideExporterProvider.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/providers/ServerSideExporterProvider.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/snk-data-exporter.css.gz +0 -0
- package/dist/collection/components/snk-data-exporter/snk-data-exporter.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/structure/ItemBuilder.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/test/resources/ClientSideExporterStrategyResources.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/utils/ParserExport.js.gz +0 -0
- package/dist/collection/components/snk-data-unit/MultipleUpdateHelper.js.gz +0 -0
- package/dist/collection/components/snk-data-unit/snk-data-unit.js.gz +0 -0
- package/dist/collection/components/snk-data-unit/test/resources/metadataMock.js.gz +0 -0
- package/dist/collection/components/snk-data-unit/test/resources/parentMetadataMock.js.gz +0 -0
- package/dist/collection/components/snk-entity-list/snk-entity-list.css.gz +0 -0
- package/dist/collection/components/snk-entity-list/snk-entity-list.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/dataunitfilter/data-unit-filter-builder.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/enum/filterNumberVariation.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/enum/presentationMode.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-binary-select.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-checkbox-list.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-multi-select.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-number.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-period.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-search.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-text.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-personalized-filter-editor/snk-personalized-filter-editor.css.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-personalized-filter-editor/snk-personalized-filter-editor.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/filter-item-type-mask.enum.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/filter-item-type.enum.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-detail.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.css.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-list/snk-filter-list.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.css.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-default-filter/snk-default-filter.css.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-default-filter/snk-default-filter.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-filter-modal-item.css.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-filter-modal-item.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/snk-filter-bar.css.gz +0 -0
- package/dist/collection/components/snk-filter-bar/snk-filter-bar.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/types/custom-element-filter.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/types/default-filters.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/types/filter-type.enum.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/utils/SnkFilterModalFactory.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/utils/filter-validate.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/utils/filters-mock.js.gz +0 -0
- package/dist/collection/components/snk-filter-field-search/interfaces/index.js.gz +0 -0
- package/dist/collection/components/snk-filter-field-search/snk-filter-field-search.css.gz +0 -0
- package/dist/collection/components/snk-filter-field-search/snk-filter-field-search.js.gz +0 -0
- package/dist/collection/components/snk-filter-field-search/subcomponents/index.js.gz +0 -0
- package/dist/collection/components/snk-filter-field-search/subcomponents/list-item.js.gz +0 -0
- package/dist/collection/components/snk-form/snk-form.css.gz +0 -0
- package/dist/collection/components/snk-form/snk-form.js.gz +0 -0
- package/dist/collection/components/snk-form-config/FormConfigHelper.js.gz +0 -0
- package/dist/collection/components/snk-form-config/SnkFormConfigManager.js.gz +0 -0
- package/dist/collection/components/snk-form-config/config-header/config-header.css.gz +0 -0
- package/dist/collection/components/snk-form-config/config-header/config-header.js.gz +0 -0
- package/dist/collection/components/snk-form-config/config-header/configs-button/configs-button.css.gz +0 -0
- package/dist/collection/components/snk-form-config/config-header/configs-button/configs-button.js.gz +0 -0
- package/dist/collection/components/snk-form-config/field-item/field-config/field-config.css.gz +0 -0
- package/dist/collection/components/snk-form-config/field-item/field-config/field-config.js.gz +0 -0
- package/dist/collection/components/snk-form-config/field-item/field-item.css.gz +0 -0
- package/dist/collection/components/snk-form-config/field-item/field-item.js.gz +0 -0
- package/dist/collection/components/snk-form-config/fields-layout/fields-layout.css.gz +0 -0
- package/dist/collection/components/snk-form-config/fields-layout/fields-layout.js.gz +0 -0
- package/dist/collection/components/snk-form-config/fields-selector/fields-selector.css.gz +0 -0
- package/dist/collection/components/snk-form-config/fields-selector/fields-selector.js.gz +0 -0
- package/dist/collection/components/snk-form-config/guides-configurator/guides-configurator.css.gz +0 -0
- package/dist/collection/components/snk-form-config/guides-configurator/guides-configurator.js.gz +0 -0
- package/dist/collection/components/snk-form-config/snk-form-config.css.gz +0 -0
- package/dist/collection/components/snk-form-config/snk-form-config.js.gz +0 -0
- package/dist/collection/components/snk-grid/filtercolumn/SnkMultiSelectionListDataSource.js.gz +0 -0
- package/dist/collection/components/snk-grid/snk-grid.css.gz +0 -0
- package/dist/collection/components/snk-grid/snk-grid.js.gz +0 -0
- package/dist/collection/components/snk-grid-config/snk-grid-config.css.gz +0 -0
- package/dist/collection/components/snk-grid-config/snk-grid-config.js.gz +0 -0
- package/dist/collection/components/snk-grid-config/snk-select-box/snk-select-box.css.gz +0 -0
- package/dist/collection/components/snk-grid-config/snk-select-box/snk-select-box.js.gz +0 -0
- package/dist/collection/components/snk-layout-form-config/snk-layout-form-config.css.gz +0 -0
- package/dist/collection/components/snk-layout-form-config/snk-layout-form-config.js.gz +0 -0
- package/dist/collection/components/snk-layout-form-config/snk-view-representation/snk-view-representation.css.gz +0 -0
- package/dist/collection/components/snk-layout-form-config/snk-view-representation/snk-view-representation.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/interfaces/IExpressionGroup.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/interfaces/IExpressionItem.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/interfaces/IParameter.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/interfaces/IPersonalizedFilter.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/interfaces/ISystemFilterConfig.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/interfaces/IUserFilterConfig.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/interfaces/index.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/snk-personalized-filter.css.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/snk-personalized-filter.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-group/snk-expression-group.css.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-group/snk-expression-group.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-item/filter-operands/filter-operands.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-item/snk-expression-item.css.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-item/snk-expression-item.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-advanced-mode/snk-filter-advanced-mode.css.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-advanced-mode/snk-filter-advanced-mode.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-assistent-mode/snk-filter-assistent-mode.css.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-assistent-mode/snk-filter-assistent-mode.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/snk-filter-param-config.css.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/snk-filter-param-config.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/utils/PersonalizedFilterUtils.js.gz +0 -0
- package/dist/collection/components/snk-pesquisa/pesquisa-grid/pesquisa-grid.css.gz +0 -0
- package/dist/collection/components/snk-pesquisa/pesquisa-grid/pesquisa-grid.js.gz +0 -0
- package/dist/collection/components/snk-pesquisa/pesquisa-tree/pesquisa-tree.css.gz +0 -0
- package/dist/collection/components/snk-pesquisa/pesquisa-tree/pesquisa-tree.js.gz +0 -0
- package/dist/collection/components/snk-pesquisa/pesquisaHelper.js.gz +0 -0
- package/dist/collection/components/snk-pesquisa/snk-pesquisa.css.gz +0 -0
- package/dist/collection/components/snk-pesquisa/snk-pesquisa.js.gz +0 -0
- package/dist/collection/components/snk-print-selector/snk-print-selector.css.gz +0 -0
- package/dist/collection/components/snk-print-selector/snk-print-selector.js.gz +0 -0
- package/dist/collection/components/snk-simple-bar/snk-simple-bar.css.gz +0 -0
- package/dist/collection/components/snk-simple-bar/snk-simple-bar.js.gz +0 -0
- package/dist/collection/components/snk-simple-crud/snk-simple-crud.constants.js.gz +0 -0
- package/dist/collection/components/snk-simple-crud/snk-simple-crud.css.gz +0 -0
- package/dist/collection/components/snk-simple-crud/snk-simple-crud.js.gz +0 -0
- package/dist/collection/components/snk-simple-form-config/snk-simple-form-config.css.gz +0 -0
- package/dist/collection/components/snk-simple-form-config/snk-simple-form-config.js.gz +0 -0
- package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.css.gz +0 -0
- package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.js.gz +0 -0
- package/dist/collection/components/snk-taskbar/elements/taskbar-elements.js.gz +0 -0
- package/dist/collection/components/snk-taskbar/elements/taskbar-split-button/taskbar-split-button.css.gz +0 -0
- package/dist/collection/components/snk-taskbar/elements/taskbar-split-button/taskbar-split-button.js.gz +0 -0
- package/dist/collection/components/snk-taskbar/processor/taskbar-processor.js.gz +0 -0
- package/dist/collection/components/snk-taskbar/snk-taskbar.css.gz +0 -0
- package/dist/collection/components/snk-taskbar/snk-taskbar.js.gz +0 -0
- package/dist/collection/components/teste-pesquisa/teste-pesquisa.css.gz +0 -0
- package/dist/collection/components/teste-pesquisa/teste-pesquisa.js.gz +0 -0
- package/dist/collection/index.js.gz +0 -0
- package/dist/collection/lib/@types/index.js.gz +0 -0
- package/dist/collection/lib/DefaultCustomFormatters/RmPrecisionCustomValueFormatter.js.gz +0 -0
- package/dist/collection/lib/applet-caller/applet-caller.js.gz +0 -0
- package/dist/collection/lib/auth/mgeauthorization.module.js.gz +0 -0
- package/dist/collection/lib/configs/ConfigStorage.js.gz +0 -0
- package/dist/collection/lib/configs/LayoutFormConfig.js.gz +0 -0
- package/dist/collection/lib/dataUnit/InMemoryLoader.js.gz +0 -0
- package/dist/collection/lib/dataUnit/ValueFormatter.js.gz +0 -0
- package/dist/collection/lib/dataUnit/dataUnitInMemoryUtils.js.gz +0 -0
- package/dist/collection/lib/dataUnit/interfaces/InMemoryLoaderConfig.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/DataFetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/custom-xhr-override.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/anexo-sistema-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/attach-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/facade/attach-fetcher.facade.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/index.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/IDelete.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/IDownloadKey.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/ISave.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/index.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/application-config-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/auth-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/DataUnitDataLoader.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/cache/ArrayRepository.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/cache/PreloadManager.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/dataunit-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/helpers/DataUnitDataLoaderHelper.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IBuildRequestBodyLoadRowMetadata.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/ILoadDataResult.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/ILoadDataStrategy.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/ILoadingInfo.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IRecordField.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IResponseRecord.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IRowMetadata.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DataUnitStrategy.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/test/resources/metadataMock.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IExporterColumnMetadata.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IFetchDataExporterParams.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IFetchDataExporterResponse.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IPersonalizedReport.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/permission-export-pdf.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/personalized-reports-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/filter-bar-config-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/form-config-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/grid-config-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/parameters-fecher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/personalized-filter-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/resource-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/totals-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/interfaces/IClientEventResponse.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/recaller/GraphQLRecaller.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/recaller/IDataFetcherRecaller.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/recaller/ServiceBrokerRecaller.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/state/LoadStateManager.js.gz +0 -0
- package/dist/collection/lib/index.js.gz +0 -0
- package/dist/collection/lib/message/SnkMessageBuilder.js.gz +0 -0
- package/dist/collection/lib/message/messageResourceEnUSUtils.js.gz +0 -0
- package/dist/collection/lib/message/messageResourceEsESUtils.js.gz +0 -0
- package/dist/collection/lib/message/messageResourcePtBRUtils.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/continuousInsertUtils.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/crud-utils.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/dataFetcher.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/dataUnitDataLoaderHelper.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/file-viewer.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-actions-button.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-application.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-attach.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-configurator.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-crud.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-data-exporter.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-data-unit.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-entity-list.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-error-handler.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-exporter.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-filter-bar.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-filter-field-search.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-filter-list.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-filter-param-config.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-form.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-grid.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-layout-form-config.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-personalized-filter.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-pesquisa.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-print-selector.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-simple-bar.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-simple-crud.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-simple-form-config.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-taskbar.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/continuousInsertUtils.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/crud-utils.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/dataFetcher.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/dataUnitDataLoaderHelper.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/file-viewer.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-actions-button.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-application.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-attach.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-configurator.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-crud.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-data-exporter.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-data-unit.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-entity-list.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-error-handler.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-exporter.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-filter-bar.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-filter-field-search.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-filter-list.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-filter-param-config.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-form.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-grid.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-layout-form-config.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-personalized-filter.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-pesquisa.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-print-selector.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-simple-bar.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-simple-crud.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-simple-form-config.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-taskbar.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/continuousInsertUtils.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/crud-utils.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/dataFetcher.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/dataUnitDataLoaderHelper.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/file-viewer.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-actions-button.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-application.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-attach.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-configurator.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-crud.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-data-exporter.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-data-unit.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-entity-list.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-error-handler.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-exporter.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-filter-bar.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-filter-field-search.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-filter-list.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-filter-param-config.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-form.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-grid.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-layout-form-config.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-personalized-filter.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-pesquisa.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-print-selector.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-simple-bar.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-simple-crud.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-simple-form-config.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-taskbar.msg.js.gz +0 -0
- package/dist/collection/lib/resourceid/ResourceIDUtils.js.gz +0 -0
- package/dist/collection/lib/store/index.js.gz +0 -0
- package/dist/collection/lib/utils/ContinuousInsertUtils.js.gz +0 -0
- package/dist/collection/lib/utils/CrudUtils.js.gz +0 -0
- package/dist/collection/lib/utils/GetSelectedRecordsIDsInfo.js.gz +0 -0
- package/dist/collection/lib/utils/PrintUtils.js.gz +0 -0
- package/dist/collection/lib/utils/constants.js.gz +0 -0
- package/dist/collection/lib/utils/fileViewer/index.js.gz +0 -0
- package/dist/collection/lib/utils/fileViewer/interfaces/IFileViewerParams.js.gz +0 -0
- package/dist/collection/lib/utils/pesquisa.js.gz +0 -0
- package/dist/collection/lib/utils/urlutils.js.gz +0 -0
- package/dist/collection/lib/workspace/workspace.js.gz +0 -0
- package/dist/collection/sw.js.gz +0 -0
- package/dist/components/AuthorizationConfig.js.gz +0 -0
- package/dist/components/ConfigStorage.js.gz +0 -0
- package/dist/components/ContinuousInsertUtils.js.gz +0 -0
- package/dist/components/DataFetcher.js.gz +0 -0
- package/dist/components/GetSelectedRecordsIDsInfo.js.gz +0 -0
- package/dist/components/ISave.js.gz +0 -0
- package/dist/components/ParamType.js.gz +0 -0
- package/dist/components/PersonalizedFilterUtils.js.gz +0 -0
- package/dist/components/PrintUtils.js.gz +0 -0
- package/dist/components/ResourceIDUtils.js.gz +0 -0
- package/dist/components/SnkFormConfigManager.js.gz +0 -0
- package/dist/components/auth-fetcher.js.gz +0 -0
- package/dist/components/config-header.js.gz +0 -0
- package/dist/components/config-header2.js.gz +0 -0
- package/dist/components/configs-button.js.gz +0 -0
- package/dist/components/configs-button2.js.gz +0 -0
- package/dist/components/constants.js.gz +0 -0
- package/dist/components/dataunit-fetcher.js.gz +0 -0
- package/dist/components/field-config.js.gz +0 -0
- package/dist/components/field-config2.js.gz +0 -0
- package/dist/components/field-item.js.gz +0 -0
- package/dist/components/field-item2.js.gz +0 -0
- package/dist/components/fields-layout.js.gz +0 -0
- package/dist/components/fields-layout2.js.gz +0 -0
- package/dist/components/fields-selector.js.gz +0 -0
- package/dist/components/fields-selector2.js.gz +0 -0
- package/dist/components/filter-item-type.enum.js.gz +0 -0
- package/dist/components/filterNumberVariation.js.gz +0 -0
- package/dist/components/form-config-fetcher.js.gz +0 -0
- package/dist/components/guides-configurator.js.gz +0 -0
- package/dist/components/guides-configurator2.js.gz +0 -0
- package/dist/components/index.js.gz +0 -0
- package/dist/components/index2.js.gz +0 -0
- package/dist/components/pesquisa-grid.js.gz +0 -0
- package/dist/components/pesquisa-grid2.js.gz +0 -0
- package/dist/components/pesquisa-tree.js.gz +0 -0
- package/dist/components/pesquisa-tree2.js.gz +0 -0
- package/dist/components/presentationMode.js.gz +0 -0
- package/dist/components/snk-actions-button.js.gz +0 -0
- package/dist/components/snk-actions-button2.js.gz +0 -0
- package/dist/components/snk-actions-form.js.gz +0 -0
- package/dist/components/snk-application.js.gz +0 -0
- package/dist/components/snk-application2.js.gz +0 -0
- package/dist/components/snk-attach.js.gz +0 -0
- package/dist/components/snk-attach2.js.gz +0 -0
- package/dist/components/snk-client-confirm.js.gz +0 -0
- package/dist/components/snk-configurator.js.gz +0 -0
- package/dist/components/snk-configurator2.js.gz +0 -0
- package/dist/components/snk-crud.js.gz +0 -0
- package/dist/components/snk-custom-slot-elements.js.gz +0 -0
- package/dist/components/snk-data-exporter.js.gz +0 -0
- package/dist/components/snk-data-exporter2.js.gz +0 -0
- package/dist/components/snk-data-unit.js.gz +0 -0
- package/dist/components/snk-data-unit2.js.gz +0 -0
- package/dist/components/snk-default-filter.js.gz +0 -0
- package/dist/components/snk-default-filter2.js.gz +0 -0
- package/dist/components/snk-detail-view.js.gz +0 -0
- package/dist/components/snk-detail-view2.js.gz +0 -0
- package/dist/components/snk-entity-list.js.gz +0 -0
- package/dist/components/snk-exporter-email-sender.js.gz +0 -0
- package/dist/components/snk-exporter-email-sender2.js.gz +0 -0
- package/dist/components/snk-expression-group.js.gz +0 -0
- package/dist/components/snk-expression-group2.js.gz +0 -0
- package/dist/components/snk-expression-item.js.gz +0 -0
- package/dist/components/snk-expression-item2.js.gz +0 -0
- package/dist/components/snk-filter-advanced-mode.js.gz +0 -0
- package/dist/components/snk-filter-advanced-mode2.js.gz +0 -0
- package/dist/components/snk-filter-assistent-mode.js.gz +0 -0
- package/dist/components/snk-filter-assistent-mode2.js.gz +0 -0
- package/dist/components/snk-filter-bar.js.gz +0 -0
- package/dist/components/snk-filter-bar2.js.gz +0 -0
- package/dist/components/snk-filter-binary-select.js.gz +0 -0
- package/dist/components/snk-filter-checkbox-list.js.gz +0 -0
- package/dist/components/snk-filter-detail.js.gz +0 -0
- package/dist/components/snk-filter-detail2.js.gz +0 -0
- package/dist/components/snk-filter-field-search.js.gz +0 -0
- package/dist/components/snk-filter-field-search2.js.gz +0 -0
- package/dist/components/snk-filter-item.js.gz +0 -0
- package/dist/components/snk-filter-item2.js.gz +0 -0
- package/dist/components/snk-filter-list.js.gz +0 -0
- package/dist/components/snk-filter-modal-item.js.gz +0 -0
- package/dist/components/snk-filter-modal-item2.js.gz +0 -0
- package/dist/components/snk-filter-modal.js.gz +0 -0
- package/dist/components/snk-filter-modal2.js.gz +0 -0
- package/dist/components/snk-filter-multi-select.js.gz +0 -0
- package/dist/components/snk-filter-number.js.gz +0 -0
- package/dist/components/snk-filter-param-config.js.gz +0 -0
- package/dist/components/snk-filter-param-config2.js.gz +0 -0
- package/dist/components/snk-filter-period.js.gz +0 -0
- package/dist/components/snk-filter-search.js.gz +0 -0
- package/dist/components/snk-filter-text.js.gz +0 -0
- package/dist/components/snk-form-config.js.gz +0 -0
- package/dist/components/snk-form-config2.js.gz +0 -0
- package/dist/components/snk-form-summary.js.gz +0 -0
- package/dist/components/snk-form-summary2.js.gz +0 -0
- package/dist/components/snk-form-view.js.gz +0 -0
- package/dist/components/snk-form-view2.js.gz +0 -0
- package/dist/components/snk-form.js.gz +0 -0
- package/dist/components/snk-grid-config.js.gz +0 -0
- package/dist/components/snk-grid-config2.js.gz +0 -0
- package/dist/components/snk-grid.js.gz +0 -0
- package/dist/components/snk-grid2.js.gz +0 -0
- package/dist/components/snk-guides-viewer.js.gz +0 -0
- package/dist/components/snk-layout-form-config.js.gz +0 -0
- package/dist/components/snk-layout-form-config2.js.gz +0 -0
- package/dist/components/snk-personalized-filter-editor.js.gz +0 -0
- package/dist/components/snk-personalized-filter.js.gz +0 -0
- package/dist/components/snk-personalized-filter2.js.gz +0 -0
- package/dist/components/snk-pesquisa.js.gz +0 -0
- package/dist/components/snk-pesquisa2.js.gz +0 -0
- package/dist/components/snk-print-selector.js.gz +0 -0
- package/dist/components/snk-select-box.js.gz +0 -0
- package/dist/components/snk-select-box2.js.gz +0 -0
- package/dist/components/snk-simple-bar.js.gz +0 -0
- package/dist/components/snk-simple-bar2.js.gz +0 -0
- package/dist/components/snk-simple-crud.js.gz +0 -0
- package/dist/components/snk-simple-crud2.js.gz +0 -0
- package/dist/components/snk-simple-form-config.js.gz +0 -0
- package/dist/components/snk-simple-form-config2.js.gz +0 -0
- package/dist/components/snk-taskbar.js.gz +0 -0
- package/dist/components/snk-taskbar2.js.gz +0 -0
- package/dist/components/snk-view-representation.js.gz +0 -0
- package/dist/components/snk-view-representation2.js.gz +0 -0
- package/dist/components/sortable.esm.js.gz +0 -0
- package/dist/components/taskbar-actions-button.js.gz +0 -0
- package/dist/components/taskbar-actions-button2.js.gz +0 -0
- package/dist/components/taskbar-split-button.js.gz +0 -0
- package/dist/components/taskbar-split-button2.js.gz +0 -0
- package/dist/components/teste-pesquisa.js.gz +0 -0
- package/dist/esm/AuthorizationConfig-dcbd207a.js.gz +0 -0
- package/dist/esm/ConfigStorage-a60b12c2.js.gz +0 -0
- package/dist/esm/DataFetcher-9a1709a3.js.gz +0 -0
- package/dist/esm/FormConfigHelper-b9cf7758.js.gz +0 -0
- package/dist/esm/GetSelectedRecordsIDsInfo-9fa41508.js.gz +0 -0
- package/dist/esm/IFetchDataExporterParams-d73bed3d.js.gz +0 -0
- package/dist/esm/ISave-b9c9188b.js.gz +0 -0
- package/dist/esm/ParamType-d5152b06.js.gz +0 -0
- package/dist/esm/PersonalizedFilterUtils-2db38ff2.js.gz +0 -0
- package/dist/esm/PrintUtils-3e4ff0f5.js.gz +0 -0
- package/dist/esm/ResourceIDUtils-a114189a.js.gz +0 -0
- package/dist/esm/SnkFormConfigManager-1548dc73.js.gz +0 -0
- package/dist/esm/SnkMultiSelectionListDataSource-65764464.js.gz +0 -0
- package/dist/esm/auth-fetcher-566bad7c.js.gz +0 -0
- package/dist/esm/config-header.entry.js.gz +0 -0
- package/dist/esm/configs-button.entry.js.gz +0 -0
- package/dist/esm/constants-7b422de0.js.gz +0 -0
- package/dist/esm/dataunit-fetcher-eba36247.js.gz +0 -0
- package/dist/esm/default-filters-50105e43.js.gz +0 -0
- package/dist/esm/field-config_2.entry.js.gz +0 -0
- package/dist/esm/fields-layout.entry.js.gz +0 -0
- package/dist/esm/fields-selector.entry.js.gz +0 -0
- package/dist/esm/filter-item-type.enum-d45e026f.js.gz +0 -0
- package/dist/esm/filter-type.enum-f6a8fe23.js.gz +0 -0
- package/dist/esm/filter-validate-faf51fa9.js.gz +0 -0
- package/dist/esm/filterNumberVariation-8cee02ea.js.gz +0 -0
- package/dist/esm/form-config-fetcher-cf8c52d0.js.gz +0 -0
- package/dist/esm/guides-configurator.entry.js.gz +0 -0
- package/dist/esm/index-446f9341.js.gz +0 -0
- package/dist/esm/index-479e1293.js.gz +0 -0
- package/dist/esm/index-620ac460.js.gz +0 -0
- package/dist/esm/index-8acbae97.js.gz +0 -0
- package/dist/esm/index-b40568ff.js.gz +0 -0
- package/dist/esm/index.js.gz +0 -0
- package/dist/esm/loader.js.gz +0 -0
- package/dist/esm/pesquisa-grid_2.entry.js.gz +0 -0
- package/dist/esm/polyfills/core-js.js.gz +0 -0
- package/dist/esm/polyfills/css-shim.js.gz +0 -0
- package/dist/esm/polyfills/dom.js.gz +0 -0
- package/dist/esm/polyfills/es5-html-element.js.gz +0 -0
- package/dist/esm/polyfills/index.js.gz +0 -0
- package/dist/esm/polyfills/system.js.gz +0 -0
- package/dist/esm/presentationMode-783bbf9d.js.gz +0 -0
- package/dist/esm/sankhyablocks.js.gz +0 -0
- package/dist/esm/snk-actions-button_8.entry.js.gz +0 -0
- package/dist/esm/snk-actions-form.entry.js.gz +0 -0
- package/dist/esm/snk-application.entry.js.gz +0 -0
- package/dist/esm/snk-attach.entry.js.gz +0 -0
- package/dist/esm/snk-client-confirm.entry.js.gz +0 -0
- package/dist/esm/snk-configurator.entry.js.gz +0 -0
- package/dist/esm/snk-crud.entry.js.gz +0 -0
- package/dist/esm/snk-custom-slot-elements.entry.js.gz +0 -0
- package/dist/esm/snk-data-exporter.entry.js.gz +0 -0
- package/dist/esm/snk-data-unit-693849e3.js.gz +0 -0
- package/dist/esm/snk-data-unit.entry.js.gz +0 -0
- package/dist/esm/snk-default-filter.entry.js.gz +0 -0
- package/dist/esm/snk-detail-view.entry.js.gz +0 -0
- package/dist/esm/snk-entity-list.entry.js.gz +0 -0
- package/dist/esm/snk-exporter-email-sender.entry.js.gz +0 -0
- package/dist/esm/snk-expression-group_2.entry.js.gz +0 -0
- package/dist/esm/snk-filter-advanced-mode_2.entry.js.gz +0 -0
- package/dist/esm/snk-filter-bar_4.entry.js.gz +0 -0
- package/dist/esm/snk-filter-binary-select.entry.js.gz +0 -0
- package/dist/esm/snk-filter-checkbox-list.entry.js.gz +0 -0
- package/dist/esm/snk-filter-detail.entry.js.gz +0 -0
- package/dist/esm/snk-filter-field-search_2.entry.js.gz +0 -0
- package/dist/esm/snk-filter-modal-item.entry.js.gz +0 -0
- package/dist/esm/snk-filter-multi-select.entry.js.gz +0 -0
- package/dist/esm/snk-filter-number.entry.js.gz +0 -0
- package/dist/esm/snk-filter-period.entry.js.gz +0 -0
- package/dist/esm/snk-filter-search.entry.js.gz +0 -0
- package/dist/esm/snk-filter-text.entry.js.gz +0 -0
- package/dist/esm/snk-form-summary.entry.js.gz +0 -0
- package/dist/esm/snk-form-view.entry.js.gz +0 -0
- package/dist/esm/snk-form_2.entry.js.gz +0 -0
- package/dist/esm/snk-grid.entry.js.gz +0 -0
- package/dist/esm/snk-guides-viewer-8d6067b5.js.gz +0 -0
- package/dist/esm/snk-guides-viewer.entry.js.gz +0 -0
- package/dist/esm/snk-personalized-filter-editor.entry.js.gz +0 -0
- package/dist/esm/snk-personalized-filter.entry.js.gz +0 -0
- package/dist/esm/snk-pesquisa.entry.js.gz +0 -0
- package/dist/esm/snk-print-selector.entry.js.gz +0 -0
- package/dist/esm/snk-simple-bar.entry.js.gz +0 -0
- package/dist/esm/snk-simple-crud.entry.js.gz +0 -0
- package/dist/esm/snk-taskbar.entry.js.gz +0 -0
- package/dist/esm/sortable.esm-842f85a3.js.gz +0 -0
- package/dist/esm/taskbar-elements-faaf5d8f.js.gz +0 -0
- package/dist/esm/taskbar-processor-3436124c.js.gz +0 -0
- package/dist/esm/teste-pesquisa.entry.js.gz +0 -0
- package/dist/index.cjs.js.gz +0 -0
- package/dist/index.js.gz +0 -0
- package/dist/sankhyablocks/index.esm.js.gz +0 -0
- package/dist/sankhyablocks/p-07c5289b.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-093f58fa.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-09b05075.entry.js +0 -1
- package/dist/sankhyablocks/p-09b05075.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-0f3698af.js.gz +0 -0
- package/dist/sankhyablocks/p-13596651.js.gz +0 -0
- package/dist/sankhyablocks/p-162bddae.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-180716b2.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-1a0caadb.js.gz +0 -0
- package/dist/sankhyablocks/p-1a68fb59.js.gz +0 -0
- package/dist/sankhyablocks/p-1e9c546e.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-21107f0d.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-27482793.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-279f1ef9.entry.js +0 -1
- package/dist/sankhyablocks/p-279f1ef9.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-2ec52b7e.entry.js +0 -1
- package/dist/sankhyablocks/p-2ec52b7e.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-2fdac5e6.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-31b0d523.js.gz +0 -0
- package/dist/sankhyablocks/p-3b167a03.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-3d41f5a8.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-3ed04f0d.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-3f8c436b.entry.js +0 -1
- package/dist/sankhyablocks/p-3f8c436b.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-42dde1ec.js.gz +0 -0
- package/dist/sankhyablocks/p-471b34f4.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-49ddc27a.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-4b2523df.js +0 -1
- package/dist/sankhyablocks/p-4b2523df.js.gz +0 -0
- package/dist/sankhyablocks/p-4b286a64.entry.js +0 -1
- package/dist/sankhyablocks/p-4b286a64.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-4c763b10.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-4db51d85.js.gz +0 -0
- package/dist/sankhyablocks/p-4e3fc788.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-5095f811.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-51833248.js.gz +0 -0
- package/dist/sankhyablocks/p-5340c04e.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-55798617.js.gz +0 -0
- package/dist/sankhyablocks/p-60dd1d27.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-6471a791.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-667cab42.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-688dcb4c.js.gz +0 -0
- package/dist/sankhyablocks/p-6902c5ee.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-69885aaa.js.gz +0 -0
- package/dist/sankhyablocks/p-6a4b21dd.js.gz +0 -0
- package/dist/sankhyablocks/p-7345782c.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-75af335e.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-76e66fd9.js.gz +0 -0
- package/dist/sankhyablocks/p-7b3269e9.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-7dd49d15.js.gz +0 -0
- package/dist/sankhyablocks/p-7e250432.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-7f7fe6c4.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-81466555.entry.js +0 -1
- package/dist/sankhyablocks/p-81466555.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-825098c1.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-84345e7a.js.gz +0 -0
- package/dist/sankhyablocks/p-88c12985.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-8b24836e.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-8d884fab.js.gz +0 -0
- package/dist/sankhyablocks/p-8f3f2306.js.gz +0 -0
- package/dist/sankhyablocks/p-9019a32f.js.gz +0 -0
- package/dist/sankhyablocks/p-91a9abb6.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-94b15408.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-95888078.js.gz +0 -0
- package/dist/sankhyablocks/p-96d45943.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-988afe78.js.gz +0 -0
- package/dist/sankhyablocks/p-9a63f3f7.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-9fa79997.js.gz +0 -0
- package/dist/sankhyablocks/p-b568c1d4.js.gz +0 -0
- package/dist/sankhyablocks/p-b7e891cc.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-b987e15d.js.gz +0 -0
- package/dist/sankhyablocks/p-bcf5692d.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-c3dbf441.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-cb4343c4.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-ce77774e.js.gz +0 -0
- package/dist/sankhyablocks/p-d68904a9.js.gz +0 -0
- package/dist/sankhyablocks/p-d8d8169b.js.gz +0 -0
- package/dist/sankhyablocks/p-dafee02c.entry.js +0 -1
- package/dist/sankhyablocks/p-dafee02c.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-dc36cfbf.js.gz +0 -0
- package/dist/sankhyablocks/p-e258de96.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-eaad0aa8.js.gz +0 -0
- package/dist/sankhyablocks/p-f4184ce7.js.gz +0 -0
- package/dist/sankhyablocks/p-f68aab71.js.gz +0 -0
- package/dist/sankhyablocks/p-fa80e546.js.gz +0 -0
- package/dist/sankhyablocks/p-febb03ba.entry.js +0 -11
- package/dist/sankhyablocks/p-febb03ba.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-ff1990ad.js.gz +0 -0
- package/dist/sankhyablocks/p-ff52b422.entry.js +0 -1
- package/dist/sankhyablocks/p-ff52b422.entry.js.gz +0 -0
- package/dist/sankhyablocks/sankhyablocks.esm.js.gz +0 -0
|
@@ -6696,6 +6696,247 @@ class ServiceBrokerRecaller {
|
|
|
6696
6696
|
}
|
|
6697
6697
|
}
|
|
6698
6698
|
|
|
6699
|
+
const continuousInsertUtilsMessages$2 = {
|
|
6700
|
+
actions: {
|
|
6701
|
+
enable: "Ativar inclusão contínua",
|
|
6702
|
+
disable: "Desativar inclusão contínua"
|
|
6703
|
+
}
|
|
6704
|
+
};
|
|
6705
|
+
|
|
6706
|
+
const crudUtilsMessages$2 = {
|
|
6707
|
+
errorArray: "CrudUtils.find deve receber um array de fields, ou uma lista separada por virgula.",
|
|
6708
|
+
};
|
|
6709
|
+
|
|
6710
|
+
const dataFetcherMessages$2 = {
|
|
6711
|
+
errorDetected: "Falha detectada",
|
|
6712
|
+
noErrorMessage: "Não há mensagem de erro",
|
|
6713
|
+
noErrorInfo: "Não há informações sobre o erro",
|
|
6714
|
+
clientEventNotRegisteredWarn: "Client event {{id}} não registrado",
|
|
6715
|
+
clientEventNotRegisteredTitle: "ClientEvent não registrado",
|
|
6716
|
+
clientEventNotRegisteredMsg: "Ocorreu o client event {{id}} porém não há client event registrado na aplicação.",
|
|
6717
|
+
serviceExecutionError: "Erro ao executar serviço",
|
|
6718
|
+
serviceExecutionErrorWarn: "Erro ao executar serviço: {{err}}",
|
|
6719
|
+
serviceExecutionErrorWithName: "Erro ao executar serviço: {{serviceName}}",
|
|
6720
|
+
serviceCanceled: "Serviço cancelado"
|
|
6721
|
+
};
|
|
6722
|
+
|
|
6723
|
+
const dataUnitDataLoaderHelperMessages$2 = {
|
|
6724
|
+
pagination: {
|
|
6725
|
+
title: "Aviso",
|
|
6726
|
+
line1: "Uma quantidade de registros muito grande está sendo carregada.",
|
|
6727
|
+
line2: "Recomendamos que a paginação seja cancelada e que seja criado um filtro para os registros.",
|
|
6728
|
+
line3: "Deseja cancelar o carregamento?"
|
|
6729
|
+
},
|
|
6730
|
+
checkbox: {
|
|
6731
|
+
loadAll: "Carregar tudo",
|
|
6732
|
+
},
|
|
6733
|
+
buttons: {
|
|
6734
|
+
continue: "Continuar",
|
|
6735
|
+
cancel: "Cancelar paginação"
|
|
6736
|
+
},
|
|
6737
|
+
errors: {
|
|
6738
|
+
noMessageBuilder: "Arquivo de mensagens não encontrado!"
|
|
6739
|
+
}
|
|
6740
|
+
};
|
|
6741
|
+
|
|
6742
|
+
const fileViewerMessages$2 = {
|
|
6743
|
+
error: {
|
|
6744
|
+
title: "Erro na Exportação",
|
|
6745
|
+
message: "O usuário não possui permissão para exportar o arquivo."
|
|
6746
|
+
},
|
|
6747
|
+
message: {
|
|
6748
|
+
exportSuccess: "Exportado com sucesso!",
|
|
6749
|
+
}
|
|
6750
|
+
};
|
|
6751
|
+
|
|
6752
|
+
const snkActionsButtonMessages$2 = {
|
|
6753
|
+
title: {
|
|
6754
|
+
actions: "Ações",
|
|
6755
|
+
error: "Erro",
|
|
6756
|
+
warning: "Aviso"
|
|
6757
|
+
},
|
|
6758
|
+
action: {
|
|
6759
|
+
incorrectAction: "A ação \"{{description}}\" não pode ser executada porque ela não foi salva corretamente.",
|
|
6760
|
+
emptyParamName: "<b>Regra Personalizada:</b><br/><br/>É necessário informar o atributo 'paramName'",
|
|
6761
|
+
nonExistentType: "Tipo de ação não implementada: {{this.actionType}}"
|
|
6762
|
+
},
|
|
6763
|
+
launchScreen: {
|
|
6764
|
+
emptyField: "A ação \"{{description}}\" não pôde ser executada porque o campo \"{{localFieldLabel}}\" está vazio."
|
|
6765
|
+
},
|
|
6766
|
+
form: {
|
|
6767
|
+
fillParams: "Informe os parâmetros"
|
|
6768
|
+
},
|
|
6769
|
+
clientEvent: {
|
|
6770
|
+
cancelMessage: "Caso queira cancelar, feche esta mensagem.",
|
|
6771
|
+
labelCancel: "Cancelar",
|
|
6772
|
+
labelConfirm: "Sim"
|
|
6773
|
+
},
|
|
6774
|
+
buttons: {
|
|
6775
|
+
apply: "Aplicar",
|
|
6776
|
+
cancel: "Cancelar",
|
|
6777
|
+
yes: "Sim",
|
|
6778
|
+
no: "Não"
|
|
6779
|
+
}
|
|
6780
|
+
};
|
|
6781
|
+
|
|
6782
|
+
const snkApplicationMessages$2 = {
|
|
6783
|
+
dataUnit: {
|
|
6784
|
+
initDataUnitError: "Dataunit não inicializado",
|
|
6785
|
+
},
|
|
6786
|
+
keyboard: {
|
|
6787
|
+
shortcuts: {
|
|
6788
|
+
searchApp: "Pesquisar por telas",
|
|
6789
|
+
showDesktop: "Mostrar o desktop",
|
|
6790
|
+
openHelp: "Abrir ajuda"
|
|
6791
|
+
}
|
|
6792
|
+
},
|
|
6793
|
+
loading: {
|
|
6794
|
+
text: "Carregando..."
|
|
6795
|
+
},
|
|
6796
|
+
newVersionPopup: {
|
|
6797
|
+
title: "Boas vindas à nova interface da tela {{screenName}}",
|
|
6798
|
+
info: "Com uma jornada mais moderna, simples e intuitiva, a performance aprimorada da nova interface impulsionará a sua produtividade.",
|
|
6799
|
+
okButton: "Quero experimentar!",
|
|
6800
|
+
cancelButton: "Voltar à interface anterior",
|
|
6801
|
+
},
|
|
6802
|
+
search: {
|
|
6803
|
+
error: {
|
|
6804
|
+
title: "Erro ao pesquisar",
|
|
6805
|
+
requiredField: "É necessário informar o campo {{fieldLabel}} para executar a pesquisa."
|
|
6806
|
+
}
|
|
6807
|
+
}
|
|
6808
|
+
};
|
|
6809
|
+
|
|
6810
|
+
const snkAttachMessages$2 = {
|
|
6811
|
+
title: "Anexar arquivos",
|
|
6812
|
+
description: "Faça o upload dos arquivos ou informe links que deseja anexar ao título",
|
|
6813
|
+
attachHint: "Fazer download do arquivo",
|
|
6814
|
+
breadcrumbTitle: "Anexar",
|
|
6815
|
+
finishedMessage: "O anexo foi finalizado com sucesso",
|
|
6816
|
+
finish: "Finalizar",
|
|
6817
|
+
cancelConfirmation: {
|
|
6818
|
+
title: "Atenção",
|
|
6819
|
+
message: "As alterações realizadas não serão aplicadas.<br/><br/><b>Deseja mesmo continuar?</b>",
|
|
6820
|
+
},
|
|
6821
|
+
alertValidation: {
|
|
6822
|
+
fileAndLinkAtTheSameTime: {
|
|
6823
|
+
title: "Atenção",
|
|
6824
|
+
message: "Não é permitido inserir o arquivo e o link ao mesmo tempo."
|
|
6825
|
+
},
|
|
6826
|
+
anyLinkOrFileFilled: {
|
|
6827
|
+
title: "Atenção",
|
|
6828
|
+
message: `É necessário preencher o campo "Link" ou anexar um arquivo.`
|
|
6829
|
+
},
|
|
6830
|
+
descriptionCannotBeChanged: {
|
|
6831
|
+
title: "Atenção",
|
|
6832
|
+
message: "O campo 'Descrição' não pode ser alterado."
|
|
6833
|
+
},
|
|
6834
|
+
noRecordSelected: {
|
|
6835
|
+
message: "Nenhum registro selecionado"
|
|
6836
|
+
}
|
|
6837
|
+
},
|
|
6838
|
+
taskbar: {
|
|
6839
|
+
titleDownload: "Fazer download",
|
|
6840
|
+
titleLink: "Abrir link",
|
|
6841
|
+
},
|
|
6842
|
+
attachMetadata: {
|
|
6843
|
+
lblCode: "Código",
|
|
6844
|
+
lblDescription: "Descrição",
|
|
6845
|
+
lblFileOrLink: "Arquivo / Link",
|
|
6846
|
+
lblUser: "Usuário",
|
|
6847
|
+
lblDate: "Data de alteração",
|
|
6848
|
+
lblFile: "Arquivo",
|
|
6849
|
+
lblSubTitle: "Clique para selecionar um arquivo",
|
|
6850
|
+
}
|
|
6851
|
+
};
|
|
6852
|
+
|
|
6853
|
+
const snkConfiguratorMessages$2 = {
|
|
6854
|
+
titleConfigurations: "Configurações",
|
|
6855
|
+
subTitleModeConfig: "Modo de visualização",
|
|
6856
|
+
labelConfigGrid: "Configurar grade",
|
|
6857
|
+
labelConfigForm: "Configurar formulário",
|
|
6858
|
+
labelGrid: "Grade",
|
|
6859
|
+
labelForm: "Formulário",
|
|
6860
|
+
labelLayoutForm: "Layout do formulário",
|
|
6861
|
+
labelNumberingConfig: "Configuração de numeração",
|
|
6862
|
+
buttons: {
|
|
6863
|
+
cancel: "Cancelar",
|
|
6864
|
+
save: "Guardar"
|
|
6865
|
+
}
|
|
6866
|
+
};
|
|
6867
|
+
|
|
6868
|
+
const snkCrudMessages$2 = {
|
|
6869
|
+
title: {
|
|
6870
|
+
clone: "Duplicar registro",
|
|
6871
|
+
insert: "Cadastrar registro",
|
|
6872
|
+
update: "Alterar registro",
|
|
6873
|
+
clean: "{{ENTITY_NAME}}",
|
|
6874
|
+
newRecord: "Novo Registro"
|
|
6875
|
+
},
|
|
6876
|
+
findColumn: "Buscar campos (Ctrl+F)",
|
|
6877
|
+
goBackTitle: "Voltar",
|
|
6878
|
+
guide: {
|
|
6879
|
+
tooltip: {
|
|
6880
|
+
disabledDetail: "Finalize o cadastro para ter acesso a esta guia."
|
|
6881
|
+
}
|
|
6882
|
+
},
|
|
6883
|
+
multipleEdition: {
|
|
6884
|
+
editing: "Editando {{COUNT}} registros"
|
|
6885
|
+
},
|
|
6886
|
+
detail: {
|
|
6887
|
+
tooltip: {
|
|
6888
|
+
needSingleSelection: "Para alterar detalhes é necessário estar com um (e apenas um) registro selecionado."
|
|
6889
|
+
}
|
|
6890
|
+
},
|
|
6891
|
+
errors: {
|
|
6892
|
+
resourceIDNotProvided: "Erro interno: resourceID não informado"
|
|
6893
|
+
},
|
|
6894
|
+
shortcuts: {
|
|
6895
|
+
toggleView: "Alterna entre modo formulário e grade.",
|
|
6896
|
+
saveData: "Salva os dados.",
|
|
6897
|
+
addRecord: "Adiciona um novo registro.",
|
|
6898
|
+
removeRecord: "Remove o registro selecionado.",
|
|
6899
|
+
refreshData: "Atualiza os dados.",
|
|
6900
|
+
cancelAction: "Cancela uma ação."
|
|
6901
|
+
}
|
|
6902
|
+
};
|
|
6903
|
+
|
|
6904
|
+
const snkDataExporterMessages$2 = {
|
|
6905
|
+
group: {
|
|
6906
|
+
export: {
|
|
6907
|
+
default: "Exportar para",
|
|
6908
|
+
multiSelected: "Exportar {0} linhas selecionadas",
|
|
6909
|
+
selectedLine: "Exportar somente 1 linha selecionada",
|
|
6910
|
+
title: "Exportar",
|
|
6911
|
+
},
|
|
6912
|
+
custom: "Personalizado"
|
|
6913
|
+
},
|
|
6914
|
+
label: {
|
|
6915
|
+
currentPage: "Somente a página atual",
|
|
6916
|
+
allRecords: "Todos os registros",
|
|
6917
|
+
spreadsheet: "Planilha",
|
|
6918
|
+
cube: "Cubo",
|
|
6919
|
+
sendByEmail: "Enviar por email",
|
|
6920
|
+
},
|
|
6921
|
+
message: {
|
|
6922
|
+
emailSuccess: "E-mail enviado com sucesso",
|
|
6923
|
+
exportError: "Falha ao exportar dados",
|
|
6924
|
+
unknownFailure: "O motivo da falha não pode ser identificado.",
|
|
6925
|
+
exportPermission: "O usuário não possui permissão para exportar o arquivo.",
|
|
6926
|
+
},
|
|
6927
|
+
title: {
|
|
6928
|
+
error: "Erro",
|
|
6929
|
+
permission: "Falha detectada",
|
|
6930
|
+
},
|
|
6931
|
+
limitExceeded: {
|
|
6932
|
+
title: "Atenção",
|
|
6933
|
+
description: "Apenas os {{limit}} primeiros registros serão exportados. Deseja continuar?",
|
|
6934
|
+
subdescription: "Caso seja necessária uma quantidade maior de registros exportados, utilize o Extrator de Dados através de um Relatório Personalizado.",
|
|
6935
|
+
cancel: "Cancelar",
|
|
6936
|
+
continue: "Continuar"
|
|
6937
|
+
}
|
|
6938
|
+
};
|
|
6939
|
+
|
|
6699
6940
|
const snkDataUnitMessages$2 = {
|
|
6700
6941
|
saveInfo: {
|
|
6701
6942
|
clone: 'Duplicação realizada!',
|
|
@@ -6737,6 +6978,49 @@ const snkDataUnitMessages$2 = {
|
|
|
6737
6978
|
main: 'Principal',
|
|
6738
6979
|
};
|
|
6739
6980
|
|
|
6981
|
+
const snkEntityListMessages$2 = {
|
|
6982
|
+
selected: "Selecionados:"
|
|
6983
|
+
};
|
|
6984
|
+
|
|
6985
|
+
const snkErrorHandlerMessages$2 = {
|
|
6986
|
+
title: {
|
|
6987
|
+
promiseRejected: "Promise rejeitada",
|
|
6988
|
+
errorDetected: "Erro detectado"
|
|
6989
|
+
},
|
|
6990
|
+
message: {
|
|
6991
|
+
undeterminedPromiseRejection: "Erro interno: Uma promise foi rejeitada sem razão determinada.",
|
|
6992
|
+
cannotOpenHelp: "Não é possível abrir a ajuda fora do workspace Sankhya",
|
|
6993
|
+
silentExceptionIgnored: "SilentException ignorada"
|
|
6994
|
+
},
|
|
6995
|
+
errorCode: {
|
|
6996
|
+
label: "Código: "
|
|
6997
|
+
},
|
|
6998
|
+
error: {
|
|
6999
|
+
internal: "Erro interno"
|
|
7000
|
+
}
|
|
7001
|
+
};
|
|
7002
|
+
|
|
7003
|
+
const snkExporterMessages$2 = {
|
|
7004
|
+
emailSenderTitle: "Enviar por email",
|
|
7005
|
+
emailSenderBackButton: "Voltar",
|
|
7006
|
+
emailSenderNextButton: "Avançar",
|
|
7007
|
+
emailSenderCancelButton: "Cancelar",
|
|
7008
|
+
emailSenderSendButton: "Enviar",
|
|
7009
|
+
emailSenderOptStep_subtitle: "Primeiro, escolha o formato do arquivo",
|
|
7010
|
+
emailSenderOptStep_lblFormat: "Formato:",
|
|
7011
|
+
emailSenderOptStep_formatPDF: "PDF (.pdf)",
|
|
7012
|
+
emailSenderOptStep_formatXLS: "Planilha (.xls)",
|
|
7013
|
+
emailSenderOptStep_export: "Exportar:",
|
|
7014
|
+
emailSenderOptStep_allData: "Toda a grade",
|
|
7015
|
+
emailSenderOptStep_currentPage: "Somente a página atual",
|
|
7016
|
+
emailSenderOptStep_someRecords: "{{SELECTION_COUNT}} linhas selecionadas",
|
|
7017
|
+
emailSenderOptStep_oneRecord: "Somente a linha selecionada",
|
|
7018
|
+
emailSenderInfoStep_subtitle: "Informações de email",
|
|
7019
|
+
emailSenderInfoStep_sendTo: "Enviar para",
|
|
7020
|
+
emailSenderInfoStep_subject: "Assunto",
|
|
7021
|
+
emailSenderInfoStep_message: "Mensagem"
|
|
7022
|
+
};
|
|
7023
|
+
|
|
6740
7024
|
const snkFilterBarMessages$2 = {
|
|
6741
7025
|
addFilter: "Adicionar filtro",
|
|
6742
7026
|
pinFilter: "Fixar filtro",
|
|
@@ -6810,187 +7094,16 @@ const snkFilterBarMessages$2 = {
|
|
|
6810
7094
|
},
|
|
6811
7095
|
};
|
|
6812
7096
|
|
|
6813
|
-
const
|
|
6814
|
-
|
|
6815
|
-
|
|
6816
|
-
|
|
6817
|
-
|
|
6818
|
-
|
|
6819
|
-
titleClone: "Duplicar",
|
|
6820
|
-
titleRemove: "Excluir",
|
|
6821
|
-
titleMoreOptions: "Mais Opções",
|
|
6822
|
-
titleInsert: "Cadastrar",
|
|
6823
|
-
titleCancel: "Cancelar",
|
|
6824
|
-
titleSave: "Salvar",
|
|
6825
|
-
titleGridMode: "Modo Grade",
|
|
6826
|
-
titleFormMode: "Modo Formulário",
|
|
6827
|
-
titleConfigurator: "Configurações",
|
|
6828
|
-
titleAttach: "Anexar",
|
|
6829
|
-
forbidden: "Permissão não liberada"
|
|
6830
|
-
};
|
|
6831
|
-
|
|
6832
|
-
const crudUtilsMessages$2 = {
|
|
6833
|
-
errorArray: "CrudUtils.find deve receber um array de fields, ou uma lista separada por virgula.",
|
|
6834
|
-
};
|
|
6835
|
-
|
|
6836
|
-
const snkExporterMessages$2 = {
|
|
6837
|
-
emailSenderTitle: "Enviar por email",
|
|
6838
|
-
emailSenderBackButton: "Voltar",
|
|
6839
|
-
emailSenderNextButton: "Avançar",
|
|
6840
|
-
emailSenderCancelButton: "Cancelar",
|
|
6841
|
-
emailSenderSendButton: "Enviar",
|
|
6842
|
-
emailSenderOptStep_subtitle: "Primeiro, escolha o formato do arquivo",
|
|
6843
|
-
emailSenderOptStep_lblFormat: "Formato:",
|
|
6844
|
-
emailSenderOptStep_formatPDF: "PDF (.pdf)",
|
|
6845
|
-
emailSenderOptStep_formatXLS: "Planilha (.xls)",
|
|
6846
|
-
emailSenderOptStep_export: "Exportar:",
|
|
6847
|
-
emailSenderOptStep_allData: "Toda a grade",
|
|
6848
|
-
emailSenderOptStep_currentPage: "Somente a página atual",
|
|
6849
|
-
emailSenderOptStep_someRecords: "{{SELECTION_COUNT}} linhas selecionadas",
|
|
6850
|
-
emailSenderOptStep_oneRecord: "Somente a linha selecionada",
|
|
6851
|
-
emailSenderInfoStep_subtitle: "Informações de email",
|
|
6852
|
-
emailSenderInfoStep_sendTo: "Enviar para",
|
|
6853
|
-
emailSenderInfoStep_subject: "Assunto",
|
|
6854
|
-
emailSenderInfoStep_message: "Mensagem"
|
|
6855
|
-
};
|
|
6856
|
-
|
|
6857
|
-
const snkCrudMessages$2 = {
|
|
6858
|
-
title: {
|
|
6859
|
-
clone: "Duplicar registro",
|
|
6860
|
-
insert: "Cadastrar registro",
|
|
6861
|
-
update: "Alterar registro",
|
|
6862
|
-
clean: "{{ENTITY_NAME}}",
|
|
6863
|
-
newRecord: "Novo Registro"
|
|
6864
|
-
},
|
|
6865
|
-
findColumn: "Buscar campos (Ctrl+F)",
|
|
6866
|
-
goBackTitle: "Voltar",
|
|
6867
|
-
guide: {
|
|
6868
|
-
tooltip: {
|
|
6869
|
-
disabledDetail: "Finalize o cadastro para ter acesso a esta guia."
|
|
6870
|
-
}
|
|
6871
|
-
},
|
|
6872
|
-
multipleEdition: {
|
|
6873
|
-
editing: "Editando {{COUNT}} registros"
|
|
6874
|
-
},
|
|
6875
|
-
detail: {
|
|
6876
|
-
tooltip: {
|
|
6877
|
-
needSingleSelection: "Para alterar detalhes é necessário estar com um (e apenas um) registro selecionado."
|
|
6878
|
-
}
|
|
6879
|
-
},
|
|
6880
|
-
errors: {
|
|
6881
|
-
resourceIDNotProvided: "Erro interno: resourceID não informado"
|
|
6882
|
-
},
|
|
6883
|
-
shortcuts: {
|
|
6884
|
-
toggleView: "Alterna entre modo formulário e grade.",
|
|
6885
|
-
saveData: "Salva os dados.",
|
|
6886
|
-
addRecord: "Adiciona um novo registro.",
|
|
6887
|
-
removeRecord: "Remove o registro selecionado.",
|
|
6888
|
-
refreshData: "Atualiza os dados.",
|
|
6889
|
-
cancelAction: "Cancela uma ação."
|
|
6890
|
-
}
|
|
6891
|
-
};
|
|
6892
|
-
|
|
6893
|
-
const snkSimpleCrudMessages$2 = {
|
|
6894
|
-
findColumn: "Busca de colunas (Ctrl+F)",
|
|
6895
|
-
findFields: "Busca de campos (Ctrl+F)",
|
|
6896
|
-
formConfigUnavaliable: {
|
|
6897
|
-
title: "Aviso",
|
|
6898
|
-
message: 'A opção "Configurar formulário" será disponibilizada em breve. Enquanto isso, acesse a configuração do fomulário através dos layouts anteriores, HTML5 ou Flex.'
|
|
6899
|
-
},
|
|
6900
|
-
keyboardShortcuts: {
|
|
6901
|
-
saveData: "Salva os dados.",
|
|
6902
|
-
addRecord: "Adiciona um novo registro.",
|
|
6903
|
-
removeRecord: "Remove o registro selecionado.",
|
|
6904
|
-
cancelAction: "Cancela uma ação."
|
|
6905
|
-
}
|
|
6906
|
-
};
|
|
6907
|
-
|
|
6908
|
-
const fileViewerMessages$2 = {
|
|
6909
|
-
error: {
|
|
6910
|
-
title: "Erro na Exportação",
|
|
6911
|
-
message: "O usuário não possui permissão para exportar o arquivo."
|
|
6912
|
-
},
|
|
6913
|
-
message: {
|
|
6914
|
-
exportSuccess: "Exportado com sucesso!",
|
|
6915
|
-
}
|
|
6916
|
-
};
|
|
6917
|
-
|
|
6918
|
-
const snkApplicationMessages$2 = {
|
|
6919
|
-
dataUnit: {
|
|
6920
|
-
initDataUnitError: "Dataunit não inicializado",
|
|
6921
|
-
},
|
|
6922
|
-
keyboard: {
|
|
6923
|
-
shortcuts: {
|
|
6924
|
-
searchApp: "Pesquisar por telas",
|
|
6925
|
-
showDesktop: "Mostrar o desktop",
|
|
6926
|
-
openHelp: "Abrir ajuda"
|
|
6927
|
-
}
|
|
6928
|
-
},
|
|
6929
|
-
loading: {
|
|
6930
|
-
text: "Carregando..."
|
|
6931
|
-
},
|
|
6932
|
-
newVersionPopup: {
|
|
6933
|
-
title: "Boas vindas à nova interface da tela {{screenName}}",
|
|
6934
|
-
info: "Com uma jornada mais moderna, simples e intuitiva, a performance aprimorada da nova interface impulsionará a sua produtividade.",
|
|
6935
|
-
okButton: "Quero experimentar!",
|
|
6936
|
-
cancelButton: "Voltar à interface anterior",
|
|
6937
|
-
},
|
|
6938
|
-
search: {
|
|
6939
|
-
error: {
|
|
6940
|
-
title: "Erro ao pesquisar",
|
|
6941
|
-
requiredField: "É necessário informar o campo {{fieldLabel}} para executar a pesquisa."
|
|
6942
|
-
}
|
|
6943
|
-
}
|
|
6944
|
-
};
|
|
6945
|
-
|
|
6946
|
-
const snkConfiguratorMessages$2 = {
|
|
6947
|
-
titleConfigurations: "Configurações",
|
|
6948
|
-
subTitleModeConfig: "Modo de visualização",
|
|
6949
|
-
labelConfigGrid: "Configurar grade",
|
|
6950
|
-
labelConfigForm: "Configurar formulário",
|
|
6951
|
-
labelGrid: "Grade",
|
|
6952
|
-
labelForm: "Formulário",
|
|
6953
|
-
labelLayoutForm: "Layout do formulário",
|
|
6954
|
-
buttons: {
|
|
6955
|
-
cancel: "Cancelar",
|
|
6956
|
-
save: "Guardar"
|
|
6957
|
-
}
|
|
7097
|
+
const snkFilterFieldSearchMessages$2 = {
|
|
7098
|
+
searchLabel: "Buscar campo",
|
|
7099
|
+
fieldLabel: "Campos de {{link}}",
|
|
7100
|
+
linkLabel: "Categorias de {{link}}",
|
|
7101
|
+
groupEmpty: "Não há categorias para seleção",
|
|
7102
|
+
searchEmpty: "Nenhum resultado encontrado"
|
|
6958
7103
|
};
|
|
6959
7104
|
|
|
6960
|
-
const
|
|
6961
|
-
|
|
6962
|
-
export: {
|
|
6963
|
-
default: "Exportar para",
|
|
6964
|
-
multiSelected: "Exportar {0} linhas selecionadas",
|
|
6965
|
-
selectedLine: "Exportar somente 1 linha selecionada",
|
|
6966
|
-
title: "Exportar",
|
|
6967
|
-
},
|
|
6968
|
-
custom: "Personalizado"
|
|
6969
|
-
},
|
|
6970
|
-
label: {
|
|
6971
|
-
currentPage: "Somente a página atual",
|
|
6972
|
-
allRecords: "Todos os registros",
|
|
6973
|
-
spreadsheet: "Planilha",
|
|
6974
|
-
cube: "Cubo",
|
|
6975
|
-
sendByEmail: "Enviar por email",
|
|
6976
|
-
},
|
|
6977
|
-
message: {
|
|
6978
|
-
emailSuccess: "E-mail enviado com sucesso",
|
|
6979
|
-
exportError: "Falha ao exportar dados",
|
|
6980
|
-
unknownFailure: "O motivo da falha não pode ser identificado.",
|
|
6981
|
-
exportPermission: "O usuário não possui permissão para exportar o arquivo.",
|
|
6982
|
-
},
|
|
6983
|
-
title: {
|
|
6984
|
-
error: "Erro",
|
|
6985
|
-
permission: "Falha detectada",
|
|
6986
|
-
},
|
|
6987
|
-
limitExceeded: {
|
|
6988
|
-
title: "Atenção",
|
|
6989
|
-
description: "Apenas os {{limit}} primeiros registros serão exportados. Deseja continuar?",
|
|
6990
|
-
subdescription: "Caso seja necessária uma quantidade maior de registros exportados, utilize o Extrator de Dados através de um Relatório Personalizado.",
|
|
6991
|
-
cancel: "Cancelar",
|
|
6992
|
-
continue: "Continuar"
|
|
6993
|
-
}
|
|
7105
|
+
const snkFilterListMessages$2 = {
|
|
7106
|
+
showMore: "Mostrar mais"
|
|
6994
7107
|
};
|
|
6995
7108
|
|
|
6996
7109
|
const snkFilterParamConfigMessages$2 = {
|
|
@@ -7012,61 +7125,22 @@ const snkFilterParamConfigMessages$2 = {
|
|
|
7012
7125
|
labelSave: "Salvar"
|
|
7013
7126
|
};
|
|
7014
7127
|
|
|
7015
|
-
const
|
|
7016
|
-
|
|
7017
|
-
|
|
7018
|
-
|
|
7019
|
-
groupEmpty: "Não há categorias para seleção",
|
|
7020
|
-
searchEmpty: "Nenhum resultado encontrado"
|
|
7021
|
-
};
|
|
7022
|
-
|
|
7023
|
-
const snkSimpleBarMessages$2 = {
|
|
7024
|
-
backTitle: "Voltar"
|
|
7025
|
-
};
|
|
7026
|
-
|
|
7027
|
-
const snkAttachMessages$2 = {
|
|
7028
|
-
title: "Anexar arquivos",
|
|
7029
|
-
description: "Faça o upload dos arquivos ou informe links que deseja anexar ao título",
|
|
7030
|
-
attachHint: "Fazer download do arquivo",
|
|
7031
|
-
breadcrumbTitle: "Anexar",
|
|
7032
|
-
finishedMessage: "O anexo foi finalizado com sucesso",
|
|
7033
|
-
finish: "Finalizar",
|
|
7034
|
-
cancelConfirmation: {
|
|
7035
|
-
title: "Atenção",
|
|
7036
|
-
message: "As alterações realizadas não serão aplicadas.<br/><br/><b>Deseja mesmo continuar?</b>",
|
|
7037
|
-
},
|
|
7038
|
-
alertValidation: {
|
|
7039
|
-
fileAndLinkAtTheSameTime: {
|
|
7040
|
-
title: "Atenção",
|
|
7041
|
-
message: "Não é permitido inserir o arquivo e o link ao mesmo tempo."
|
|
7042
|
-
},
|
|
7043
|
-
anyLinkOrFileFilled: {
|
|
7044
|
-
title: "Atenção",
|
|
7045
|
-
message: `É necessário preencher o campo "Link" ou anexar um arquivo.`
|
|
7046
|
-
},
|
|
7047
|
-
descriptionCannotBeChanged: {
|
|
7048
|
-
title: "Atenção",
|
|
7049
|
-
message: "O campo 'Descrição' não pode ser alterado."
|
|
7050
|
-
},
|
|
7051
|
-
noRecordSelected: {
|
|
7052
|
-
message: "Nenhum registro selecionado"
|
|
7053
|
-
}
|
|
7054
|
-
},
|
|
7055
|
-
taskbar: {
|
|
7056
|
-
titleDownload: "Fazer download",
|
|
7057
|
-
titleLink: "Abrir link",
|
|
7128
|
+
const snkLayoutFormConfigMessages$2 = {
|
|
7129
|
+
cascadeLayout: {
|
|
7130
|
+
label: "Layout em cascata",
|
|
7131
|
+
description: "Todos os campos serão organizados em uma coluna única."
|
|
7058
7132
|
},
|
|
7059
|
-
|
|
7060
|
-
|
|
7061
|
-
|
|
7062
|
-
lblFileOrLink: "Arquivo / Link",
|
|
7063
|
-
lblUser: "Usuário",
|
|
7064
|
-
lblDate: "Data de alteração",
|
|
7065
|
-
lblFile: "Arquivo",
|
|
7066
|
-
lblSubTitle: "Clique para selecionar um arquivo",
|
|
7133
|
+
sideBySideLayout: {
|
|
7134
|
+
label: "Layout lado a lado",
|
|
7135
|
+
description: "Todos os campos serão dispostos lado a lado, ajustando-se automaticamente à largura da tela."
|
|
7067
7136
|
}
|
|
7068
7137
|
};
|
|
7069
7138
|
|
|
7139
|
+
const snkNumberingConfigMessages$2 = {
|
|
7140
|
+
labelAutoNumbering: "Numeração automática",
|
|
7141
|
+
labelInitialNumber: "Número inicial"
|
|
7142
|
+
};
|
|
7143
|
+
|
|
7070
7144
|
const snkPersonalizedFilterMessages$2 = {
|
|
7071
7145
|
info: {
|
|
7072
7146
|
titleEdit: "Editar filtro personalizado",
|
|
@@ -7173,37 +7247,28 @@ const snkPersonalizedFilterMessages$2 = {
|
|
|
7173
7247
|
}
|
|
7174
7248
|
};
|
|
7175
7249
|
|
|
7176
|
-
const
|
|
7177
|
-
|
|
7178
|
-
|
|
7179
|
-
|
|
7180
|
-
|
|
7181
|
-
|
|
7182
|
-
|
|
7183
|
-
|
|
7184
|
-
|
|
7185
|
-
|
|
7186
|
-
|
|
7187
|
-
incorrectAction: "A ação \"{{description}}\" não pode ser executada porque ela não foi salva corretamente.",
|
|
7188
|
-
emptyParamName: "<b>Regra Personalizada:</b><br/><br/>É necessário informar o atributo 'paramName'",
|
|
7189
|
-
nonExistentType: "Tipo de ação não implementada: {{this.actionType}}"
|
|
7190
|
-
},
|
|
7191
|
-
launchScreen: {
|
|
7192
|
-
emptyField: "A ação \"{{description}}\" não pôde ser executada porque o campo \"{{localFieldLabel}}\" está vazio."
|
|
7193
|
-
},
|
|
7194
|
-
form: {
|
|
7195
|
-
fillParams: "Informe os parâmetros"
|
|
7250
|
+
const snkPesquisaMessages$2 = {
|
|
7251
|
+
search: {
|
|
7252
|
+
label: "Buscar",
|
|
7253
|
+
button: "Pesquisar",
|
|
7254
|
+
clearButton: "Limpar pesquisa",
|
|
7255
|
+
waitMessage: "Aguarde, buscando registros...",
|
|
7256
|
+
noResultsMessage: "Nenhum registro encontrado",
|
|
7257
|
+
initialMessage: "Os resultados de sua pesquisa aparecerão aqui...",
|
|
7258
|
+
resultsFoundSingular: "1 registro encontrado",
|
|
7259
|
+
resultsFoundPlural: "{{COUNT}} registros encontrados",
|
|
7260
|
+
limitMessage: "Esta pesquisa foi limitada, existem mais resultados."
|
|
7196
7261
|
},
|
|
7197
|
-
|
|
7198
|
-
|
|
7199
|
-
|
|
7200
|
-
labelConfirm: "Sim"
|
|
7262
|
+
viewMode: {
|
|
7263
|
+
tableMode: "Modo grade",
|
|
7264
|
+
listMode: "Modo lista",
|
|
7201
7265
|
},
|
|
7202
|
-
|
|
7203
|
-
|
|
7204
|
-
|
|
7205
|
-
|
|
7206
|
-
|
|
7266
|
+
tree: {
|
|
7267
|
+
emptyMessage: "Nenhum registro encontrado...",
|
|
7268
|
+
expandButton: "Expandir",
|
|
7269
|
+
collapseButton: "Recolher",
|
|
7270
|
+
errorTitle: "Erro",
|
|
7271
|
+
nonAnalyticError: "Há pelo menos um registro inválido selecionado. Você deve selecionar itens do tipo 'analítico'."
|
|
7207
7272
|
}
|
|
7208
7273
|
};
|
|
7209
7274
|
|
|
@@ -7231,61 +7296,22 @@ const snkPrintSelectorMessages$2 = {
|
|
|
7231
7296
|
}
|
|
7232
7297
|
};
|
|
7233
7298
|
|
|
7234
|
-
const
|
|
7235
|
-
|
|
7236
|
-
promiseRejected: "Promise rejeitada",
|
|
7237
|
-
errorDetected: "Erro detectado"
|
|
7238
|
-
},
|
|
7239
|
-
message: {
|
|
7240
|
-
undeterminedPromiseRejection: "Erro interno: Uma promise foi rejeitada sem razão determinada.",
|
|
7241
|
-
cannotOpenHelp: "Não é possível abrir a ajuda fora do workspace Sankhya",
|
|
7242
|
-
silentExceptionIgnored: "SilentException ignorada"
|
|
7243
|
-
},
|
|
7244
|
-
errorCode: {
|
|
7245
|
-
label: "Código: "
|
|
7246
|
-
},
|
|
7247
|
-
error: {
|
|
7248
|
-
internal: "Erro interno"
|
|
7249
|
-
}
|
|
7250
|
-
};
|
|
7251
|
-
|
|
7252
|
-
const snkFilterListMessages$2 = {
|
|
7253
|
-
showMore: "Mostrar mais"
|
|
7254
|
-
};
|
|
7255
|
-
|
|
7256
|
-
const snkLayoutFormConfigMessages$2 = {
|
|
7257
|
-
cascadeLayout: {
|
|
7258
|
-
label: "Layout em cascata",
|
|
7259
|
-
description: "Todos os campos serão organizados em uma coluna única."
|
|
7260
|
-
},
|
|
7261
|
-
sideBySideLayout: {
|
|
7262
|
-
label: "Layout lado a lado",
|
|
7263
|
-
description: "Todos os campos serão dispostos lado a lado, ajustando-se automaticamente à largura da tela."
|
|
7264
|
-
}
|
|
7299
|
+
const snkSimpleBarMessages$2 = {
|
|
7300
|
+
backTitle: "Voltar"
|
|
7265
7301
|
};
|
|
7266
7302
|
|
|
7267
|
-
const
|
|
7268
|
-
|
|
7269
|
-
|
|
7270
|
-
|
|
7271
|
-
|
|
7272
|
-
|
|
7273
|
-
noResultsMessage: "Nenhum registro encontrado",
|
|
7274
|
-
initialMessage: "Os resultados de sua pesquisa aparecerão aqui...",
|
|
7275
|
-
resultsFoundSingular: "1 registro encontrado",
|
|
7276
|
-
resultsFoundPlural: "{{COUNT}} registros encontrados",
|
|
7277
|
-
limitMessage: "Essa pesquisa foi limitada, existem mais resultados."
|
|
7278
|
-
},
|
|
7279
|
-
viewMode: {
|
|
7280
|
-
tableMode: "Modo grade",
|
|
7281
|
-
listMode: "Modo lista",
|
|
7303
|
+
const snkSimpleCrudMessages$2 = {
|
|
7304
|
+
findColumn: "Busca de colunas (Ctrl+F)",
|
|
7305
|
+
findFields: "Busca de campos (Ctrl+F)",
|
|
7306
|
+
formConfigUnavaliable: {
|
|
7307
|
+
title: "Aviso",
|
|
7308
|
+
message: 'A opção "Configurar formulário" será disponibilizada em breve. Enquanto isso, acesse a configuração do fomulário através dos layouts anteriores, HTML5 ou Flex.'
|
|
7282
7309
|
},
|
|
7283
|
-
|
|
7284
|
-
|
|
7285
|
-
|
|
7286
|
-
|
|
7287
|
-
|
|
7288
|
-
nonAnalyticError: "Há pelo menos um registro inválido selecionado. Você deve selecionar itens do tipo 'analítico'."
|
|
7310
|
+
keyboardShortcuts: {
|
|
7311
|
+
saveData: "Salva os dados.",
|
|
7312
|
+
addRecord: "Adiciona um novo registro.",
|
|
7313
|
+
removeRecord: "Remove o registro selecionado.",
|
|
7314
|
+
cancelAction: "Cancela uma ação."
|
|
7289
7315
|
}
|
|
7290
7316
|
};
|
|
7291
7317
|
|
|
@@ -7299,50 +7325,30 @@ const snkSimpleFormConfigMessages$2 = {
|
|
|
7299
7325
|
entityLabel: "campo",
|
|
7300
7326
|
entityLabelPlural: "campos"
|
|
7301
7327
|
},
|
|
7302
|
-
buttons: {
|
|
7303
|
-
restore: "Restaurar",
|
|
7304
|
-
cancel: "Cancelar",
|
|
7305
|
-
save: "Salvar"
|
|
7306
|
-
}
|
|
7307
|
-
};
|
|
7308
|
-
|
|
7309
|
-
const dataUnitDataLoaderHelperMessages$2 = {
|
|
7310
|
-
pagination: {
|
|
7311
|
-
title: "Aviso",
|
|
7312
|
-
line1: "Uma quantidade de registros muito grande está sendo carregada.",
|
|
7313
|
-
line2: "Recomendamos que a paginação seja cancelada e que seja criado um filtro para os registros.",
|
|
7314
|
-
line3: "Deseja cancelar o carregamento?"
|
|
7315
|
-
},
|
|
7316
|
-
checkbox: {
|
|
7317
|
-
loadAll: "Carregar tudo",
|
|
7318
|
-
},
|
|
7319
|
-
buttons: {
|
|
7320
|
-
continue: "Continuar",
|
|
7321
|
-
cancel: "Cancelar paginação"
|
|
7322
|
-
},
|
|
7323
|
-
errors: {
|
|
7324
|
-
noMessageBuilder: "Arquivo de mensagens não encontrado!"
|
|
7325
|
-
}
|
|
7326
|
-
};
|
|
7327
|
-
|
|
7328
|
-
const continuousInsertUtilsMessages$2 = {
|
|
7329
|
-
actions: {
|
|
7330
|
-
enable: "Ativar inclusão contínua",
|
|
7331
|
-
disable: "Desativar inclusão contínua"
|
|
7328
|
+
buttons: {
|
|
7329
|
+
restore: "Restaurar",
|
|
7330
|
+
cancel: "Cancelar",
|
|
7331
|
+
save: "Salvar"
|
|
7332
7332
|
}
|
|
7333
7333
|
};
|
|
7334
7334
|
|
|
7335
|
-
const
|
|
7336
|
-
|
|
7337
|
-
|
|
7338
|
-
|
|
7339
|
-
|
|
7340
|
-
|
|
7341
|
-
|
|
7342
|
-
|
|
7343
|
-
|
|
7344
|
-
|
|
7345
|
-
|
|
7335
|
+
const snkTaskbarMessages$2 = {
|
|
7336
|
+
titleUpdateMultiple: "Editar Múltiplos",
|
|
7337
|
+
titleUpdate: "Editar",
|
|
7338
|
+
titlePrevious: "Anterior",
|
|
7339
|
+
titleNext: "Próximo",
|
|
7340
|
+
titleRefresh: "Atualizar",
|
|
7341
|
+
titleClone: "Duplicar",
|
|
7342
|
+
titleRemove: "Excluir",
|
|
7343
|
+
titleMoreOptions: "Mais Opções",
|
|
7344
|
+
titleInsert: "Cadastrar",
|
|
7345
|
+
titleCancel: "Cancelar",
|
|
7346
|
+
titleSave: "Salvar",
|
|
7347
|
+
titleGridMode: "Modo Grade",
|
|
7348
|
+
titleFormMode: "Modo Formulário",
|
|
7349
|
+
titleConfigurator: "Configurações",
|
|
7350
|
+
titleAttach: "Anexar",
|
|
7351
|
+
forbidden: "Permissão não liberada"
|
|
7346
7352
|
};
|
|
7347
7353
|
|
|
7348
7354
|
const snkGridMessages$2 = {
|
|
@@ -7499,7 +7505,7 @@ const snkFormConfigMessages$2 = {
|
|
|
7499
7505
|
actions: {
|
|
7500
7506
|
hide: "Ocultar",
|
|
7501
7507
|
show: "Tornar visível",
|
|
7502
|
-
delete: "Excluir"
|
|
7508
|
+
delete: "Excluir",
|
|
7503
7509
|
}
|
|
7504
7510
|
}
|
|
7505
7511
|
};
|
|
@@ -7548,11 +7554,253 @@ const messageResourcePtBR$2 = {
|
|
|
7548
7554
|
snkLayoutFormConfig: snkLayoutFormConfigMessages$2,
|
|
7549
7555
|
snkPesquisa: snkPesquisaMessages$2,
|
|
7550
7556
|
snkSimpleFormConfig: snkSimpleFormConfigMessages$2,
|
|
7557
|
+
snkNumberingConfig: snkNumberingConfigMessages$2,
|
|
7551
7558
|
dataUnitDataLoaderHelper: dataUnitDataLoaderHelperMessages$2,
|
|
7552
7559
|
continuousInsertUtils: continuousInsertUtilsMessages$2,
|
|
7553
7560
|
dataFetcher: dataFetcherMessages$2
|
|
7554
7561
|
};
|
|
7555
7562
|
|
|
7563
|
+
const continuousInsertUtilsMessages$1 = {
|
|
7564
|
+
actions: {
|
|
7565
|
+
enable: "Enable continuous insertion",
|
|
7566
|
+
disable: "Disable continuous insertion"
|
|
7567
|
+
}
|
|
7568
|
+
};
|
|
7569
|
+
|
|
7570
|
+
const crudUtilsMessages$1 = {
|
|
7571
|
+
errorArray: "CrudUtils.find must receive an array of fields, or a comma-separated list.",
|
|
7572
|
+
};
|
|
7573
|
+
|
|
7574
|
+
const dataFetcherMessages$1 = {
|
|
7575
|
+
errorDetected: "Failure detected",
|
|
7576
|
+
noErrorMessage: "No error message",
|
|
7577
|
+
noErrorInfo: "No error information",
|
|
7578
|
+
clientEventNotRegisteredWarn: "Client event {{id}} not registered",
|
|
7579
|
+
clientEventNotRegisteredTitle: "ClientEvent not registered",
|
|
7580
|
+
clientEventNotRegisteredMsg: "Client event {{id}} occurred but no client event is registered in the application.",
|
|
7581
|
+
serviceExecutionError: "Error executing service",
|
|
7582
|
+
serviceExecutionErrorWarn: "Error executing service: {{err}}",
|
|
7583
|
+
serviceExecutionErrorWithName: "Error executing service: {{serviceName}}",
|
|
7584
|
+
serviceCanceled: "Service canceled"
|
|
7585
|
+
};
|
|
7586
|
+
|
|
7587
|
+
const dataUnitDataLoaderHelperMessages$1 = {
|
|
7588
|
+
pagination: {
|
|
7589
|
+
title: "Warning",
|
|
7590
|
+
line1: "A very large number of records is being loaded.",
|
|
7591
|
+
line2: "We recommend that pagination be canceled and a filter for the records be created.",
|
|
7592
|
+
line3: "Do you want to cancel loading?"
|
|
7593
|
+
},
|
|
7594
|
+
checkbox: {
|
|
7595
|
+
loadAll: "Load all",
|
|
7596
|
+
},
|
|
7597
|
+
buttons: {
|
|
7598
|
+
continue: "Continue",
|
|
7599
|
+
cancel: "Cancel pagination"
|
|
7600
|
+
},
|
|
7601
|
+
errors: {
|
|
7602
|
+
noMessageBuilder: "Message file not found!"
|
|
7603
|
+
}
|
|
7604
|
+
};
|
|
7605
|
+
|
|
7606
|
+
const fileViewerMessages$1 = {
|
|
7607
|
+
error: {
|
|
7608
|
+
title: "Export Error",
|
|
7609
|
+
message: "The user does not have permission to export the file."
|
|
7610
|
+
},
|
|
7611
|
+
message: {
|
|
7612
|
+
exportSuccess: "Successfully exported!",
|
|
7613
|
+
}
|
|
7614
|
+
};
|
|
7615
|
+
|
|
7616
|
+
const snkActionsButtonMessages$1 = {
|
|
7617
|
+
title: {
|
|
7618
|
+
actions: "Actions",
|
|
7619
|
+
error: "Error",
|
|
7620
|
+
warning: "Warning"
|
|
7621
|
+
},
|
|
7622
|
+
action: {
|
|
7623
|
+
incorrectAction: "The action \"{{description}}\" cannot be executed because it was not saved correctly.",
|
|
7624
|
+
emptyParamName: "<b>Custom Rule:</b><br/><br/>The 'paramName' attribute must be provided",
|
|
7625
|
+
nonExistentType: "Action type not implemented: {{this.actionType}}"
|
|
7626
|
+
},
|
|
7627
|
+
launchScreen: {
|
|
7628
|
+
emptyField: "The action \"{{description}}\" could not be executed because the field \"{{localFieldLabel}}\" is empty."
|
|
7629
|
+
},
|
|
7630
|
+
form: {
|
|
7631
|
+
fillParams: "Enter the parameters"
|
|
7632
|
+
},
|
|
7633
|
+
clientEvent: {
|
|
7634
|
+
cancelMessage: "If you want to cancel, close this message.",
|
|
7635
|
+
labelCancel: "Cancel",
|
|
7636
|
+
labelConfirm: "Yes"
|
|
7637
|
+
},
|
|
7638
|
+
buttons: {
|
|
7639
|
+
apply: "Apply",
|
|
7640
|
+
cancel: "Cancel",
|
|
7641
|
+
yes: "Yes",
|
|
7642
|
+
no: "No"
|
|
7643
|
+
}
|
|
7644
|
+
};
|
|
7645
|
+
|
|
7646
|
+
const snkApplicationMessages$1 = {
|
|
7647
|
+
dataUnit: {
|
|
7648
|
+
initDataUnitError: "Dataunit not initialized",
|
|
7649
|
+
},
|
|
7650
|
+
keyboard: {
|
|
7651
|
+
shortcuts: {
|
|
7652
|
+
searchApp: "Search for screens",
|
|
7653
|
+
showDesktop: "Show desktop",
|
|
7654
|
+
openHelp: "Open help"
|
|
7655
|
+
}
|
|
7656
|
+
},
|
|
7657
|
+
loading: {
|
|
7658
|
+
text: "Loading..."
|
|
7659
|
+
},
|
|
7660
|
+
newVersionPopup: {
|
|
7661
|
+
title: "Welcome to the new interface of {{screenName}}",
|
|
7662
|
+
info: "With a more modern, simple and intuitive journey, the improved performance of the new interface will boost your productivity.",
|
|
7663
|
+
okButton: "I want to try it!",
|
|
7664
|
+
cancelButton: "Return to previous interface",
|
|
7665
|
+
},
|
|
7666
|
+
search: {
|
|
7667
|
+
error: {
|
|
7668
|
+
title: "Search error",
|
|
7669
|
+
requiredField: "You need to provide the field {{fieldLabel}} to execute the search."
|
|
7670
|
+
}
|
|
7671
|
+
}
|
|
7672
|
+
};
|
|
7673
|
+
|
|
7674
|
+
const snkAttachMessages$1 = {
|
|
7675
|
+
title: "Attach files",
|
|
7676
|
+
description: "Upload files or provide links you want to attach to the title",
|
|
7677
|
+
attachHint: "Download file",
|
|
7678
|
+
breadcrumbTitle: "Attach",
|
|
7679
|
+
finishedMessage: "The attachment has been successfully completed",
|
|
7680
|
+
finish: "Finish",
|
|
7681
|
+
cancelConfirmation: {
|
|
7682
|
+
title: "Attention",
|
|
7683
|
+
message: "The changes made will not be applied.<br/><br/><b>Do you want to continue anyway?</b>",
|
|
7684
|
+
},
|
|
7685
|
+
alertValidation: {
|
|
7686
|
+
fileAndLinkAtTheSameTime: {
|
|
7687
|
+
title: "Attention",
|
|
7688
|
+
message: "It is not allowed to insert the file and the link at the same time."
|
|
7689
|
+
},
|
|
7690
|
+
anyLinkOrFileFilled: {
|
|
7691
|
+
title: "Attention",
|
|
7692
|
+
message: `You must fill in the "Link" field or attach a file.`
|
|
7693
|
+
},
|
|
7694
|
+
descriptionCannotBeChanged: {
|
|
7695
|
+
title: "Attention",
|
|
7696
|
+
message: "The 'Description' field cannot be changed."
|
|
7697
|
+
},
|
|
7698
|
+
noRecordSelected: {
|
|
7699
|
+
message: "No record selected"
|
|
7700
|
+
}
|
|
7701
|
+
},
|
|
7702
|
+
taskbar: {
|
|
7703
|
+
titleDownload: "Download",
|
|
7704
|
+
titleLink: "Open link",
|
|
7705
|
+
},
|
|
7706
|
+
attachMetadata: {
|
|
7707
|
+
lblCode: "Code",
|
|
7708
|
+
lblDescription: "Description",
|
|
7709
|
+
lblFileOrLink: "File / Link",
|
|
7710
|
+
lblUser: "User",
|
|
7711
|
+
lblDate: "Update date",
|
|
7712
|
+
lblFile: "File",
|
|
7713
|
+
lblSubTitle: "Click to select a file",
|
|
7714
|
+
}
|
|
7715
|
+
};
|
|
7716
|
+
|
|
7717
|
+
const snkConfiguratorMessages$1 = {
|
|
7718
|
+
titleConfigurations: "Settings",
|
|
7719
|
+
subTitleModeConfig: "View mode",
|
|
7720
|
+
labelConfigGrid: "Configure grid",
|
|
7721
|
+
labelConfigForm: "Configure form",
|
|
7722
|
+
labelGrid: "Grid",
|
|
7723
|
+
labelForm: "Form",
|
|
7724
|
+
labelLayoutForm: "Form layout",
|
|
7725
|
+
labelNumberingConfig: "Numbering configuration",
|
|
7726
|
+
buttons: {
|
|
7727
|
+
cancel: "Cancel",
|
|
7728
|
+
save: "Save"
|
|
7729
|
+
}
|
|
7730
|
+
};
|
|
7731
|
+
|
|
7732
|
+
const snkCrudMessages$1 = {
|
|
7733
|
+
title: {
|
|
7734
|
+
clone: "Duplicate record",
|
|
7735
|
+
insert: "Register record",
|
|
7736
|
+
update: "Update record",
|
|
7737
|
+
clean: "{{ENTITY_NAME}}",
|
|
7738
|
+
newRecord: "New Record"
|
|
7739
|
+
},
|
|
7740
|
+
findColumn: "Search fields (Ctrl+F)",
|
|
7741
|
+
goBackTitle: "Back",
|
|
7742
|
+
guide: {
|
|
7743
|
+
tooltip: {
|
|
7744
|
+
disabledDetail: "Complete the registration to access this tab."
|
|
7745
|
+
}
|
|
7746
|
+
},
|
|
7747
|
+
multipleEdition: {
|
|
7748
|
+
editing: "Editing {{COUNT}} records"
|
|
7749
|
+
},
|
|
7750
|
+
detail: {
|
|
7751
|
+
tooltip: {
|
|
7752
|
+
needSingleSelection: "To change details, you need to have one (and only one) record selected."
|
|
7753
|
+
}
|
|
7754
|
+
},
|
|
7755
|
+
errors: {
|
|
7756
|
+
resourceIDNotProvided: "Internal error: resourceID not provided"
|
|
7757
|
+
},
|
|
7758
|
+
shortcuts: {
|
|
7759
|
+
toggleView: "Toggle between form and grid mode.",
|
|
7760
|
+
saveData: "Save data.",
|
|
7761
|
+
addRecord: "Add a new record.",
|
|
7762
|
+
removeRecord: "Remove the selected record.",
|
|
7763
|
+
refreshData: "Refresh data.",
|
|
7764
|
+
cancelAction: "Cancel an action."
|
|
7765
|
+
}
|
|
7766
|
+
};
|
|
7767
|
+
|
|
7768
|
+
const snkDataExporterMessages$1 = {
|
|
7769
|
+
group: {
|
|
7770
|
+
export: {
|
|
7771
|
+
default: "Export to",
|
|
7772
|
+
multiSelected: "Export {0} selected rows",
|
|
7773
|
+
selectedLine: "Export only 1 selected row",
|
|
7774
|
+
title: "Export",
|
|
7775
|
+
},
|
|
7776
|
+
custom: "Custom"
|
|
7777
|
+
},
|
|
7778
|
+
label: {
|
|
7779
|
+
currentPage: "Current page only",
|
|
7780
|
+
allRecords: "All records",
|
|
7781
|
+
spreadsheet: "Spreadsheet",
|
|
7782
|
+
cube: "Cube",
|
|
7783
|
+
sendByEmail: "Send by email",
|
|
7784
|
+
},
|
|
7785
|
+
message: {
|
|
7786
|
+
emailSuccess: "Email sent successfully",
|
|
7787
|
+
exportError: "Failed to export data",
|
|
7788
|
+
unknownFailure: "The reason for the failure could not be identified.",
|
|
7789
|
+
exportPermission: "The user does not have permission to export the file.",
|
|
7790
|
+
},
|
|
7791
|
+
title: {
|
|
7792
|
+
error: "Error",
|
|
7793
|
+
permission: "Failure detected",
|
|
7794
|
+
},
|
|
7795
|
+
limitExceeded: {
|
|
7796
|
+
title: "Attention",
|
|
7797
|
+
description: "Only the first {{limit}} records will be exported. Do you want to continue?",
|
|
7798
|
+
subdescription: "If you need to export a larger number of records, use the Data Extractor through a Custom Report.",
|
|
7799
|
+
cancel: "Cancel",
|
|
7800
|
+
continue: "Continue"
|
|
7801
|
+
}
|
|
7802
|
+
};
|
|
7803
|
+
|
|
7556
7804
|
const snkDataUnitMessages$1 = {
|
|
7557
7805
|
saveInfo: {
|
|
7558
7806
|
clone: 'Duplication completed!',
|
|
@@ -7594,6 +7842,49 @@ const snkDataUnitMessages$1 = {
|
|
|
7594
7842
|
main: 'Main',
|
|
7595
7843
|
};
|
|
7596
7844
|
|
|
7845
|
+
const snkEntityListMessages$1 = {
|
|
7846
|
+
selected: "Selected:"
|
|
7847
|
+
};
|
|
7848
|
+
|
|
7849
|
+
const snkErrorHandlerMessages$1 = {
|
|
7850
|
+
title: {
|
|
7851
|
+
promiseRejected: "Promise rejected",
|
|
7852
|
+
errorDetected: "Error detected"
|
|
7853
|
+
},
|
|
7854
|
+
message: {
|
|
7855
|
+
undeterminedPromiseRejection: "Internal error: A promise was rejected without a determined reason.",
|
|
7856
|
+
cannotOpenHelp: "Cannot open help outside the Sankhya workspace",
|
|
7857
|
+
silentExceptionIgnored: "Silent Exception ignored"
|
|
7858
|
+
},
|
|
7859
|
+
errorCode: {
|
|
7860
|
+
label: "Code: "
|
|
7861
|
+
},
|
|
7862
|
+
error: {
|
|
7863
|
+
internal: "Internal error"
|
|
7864
|
+
}
|
|
7865
|
+
};
|
|
7866
|
+
|
|
7867
|
+
const snkExporterMessages$1 = {
|
|
7868
|
+
emailSenderTitle: "Send by email",
|
|
7869
|
+
emailSenderBackButton: "Back",
|
|
7870
|
+
emailSenderNextButton: "Next",
|
|
7871
|
+
emailSenderCancelButton: "Cancel",
|
|
7872
|
+
emailSenderSendButton: "Send",
|
|
7873
|
+
emailSenderOptStep_subtitle: "First, choose the file format",
|
|
7874
|
+
emailSenderOptStep_lblFormat: "Format:",
|
|
7875
|
+
emailSenderOptStep_formatPDF: "PDF (.pdf)",
|
|
7876
|
+
emailSenderOptStep_formatXLS: "Spreadsheet (.xls)",
|
|
7877
|
+
emailSenderOptStep_export: "Export:",
|
|
7878
|
+
emailSenderOptStep_allData: "Entire grid",
|
|
7879
|
+
emailSenderOptStep_currentPage: "Current page only",
|
|
7880
|
+
emailSenderOptStep_someRecords: "{{SELECTION_COUNT}} selected rows",
|
|
7881
|
+
emailSenderOptStep_oneRecord: "Selected row only",
|
|
7882
|
+
emailSenderInfoStep_subtitle: "Email information",
|
|
7883
|
+
emailSenderInfoStep_sendTo: "Send to",
|
|
7884
|
+
emailSenderInfoStep_subject: "Subject",
|
|
7885
|
+
emailSenderInfoStep_message: "Message"
|
|
7886
|
+
};
|
|
7887
|
+
|
|
7597
7888
|
const snkFilterBarMessages$1 = {
|
|
7598
7889
|
addFilter: "Add filter",
|
|
7599
7890
|
pinFilter: "Pin filter",
|
|
@@ -7640,214 +7931,43 @@ const snkFilterBarMessages$1 = {
|
|
|
7640
7931
|
addFilterItemExists: "FilterItem already exists, it will not be added again.",
|
|
7641
7932
|
removeFilterItemNotFound: "FilterItem not found"
|
|
7642
7933
|
},
|
|
7643
|
-
filterModal: {
|
|
7644
|
-
title: "Filters",
|
|
7645
|
-
okButtonLabel: "Apply",
|
|
7646
|
-
cancelButtonLabel: "Clear all",
|
|
7647
|
-
customFilters: "Custom filters",
|
|
7648
|
-
quickFilters: "Quick filters",
|
|
7649
|
-
clearModal: "Clear",
|
|
7650
|
-
defaultFilter: {
|
|
7651
|
-
title: "Default filter",
|
|
7652
|
-
edit: "Edit filter",
|
|
7653
|
-
remove: "Delete filter",
|
|
7654
|
-
create: "Create default filter",
|
|
7655
|
-
},
|
|
7656
|
-
validations: {
|
|
7657
|
-
requiredFilter: "Required filter",
|
|
7658
|
-
notFullFilled: {
|
|
7659
|
-
title: "Partially filled filter",
|
|
7660
|
-
message: "Please complete all filter information."
|
|
7661
|
-
},
|
|
7662
|
-
notSaved: {
|
|
7663
|
-
title: "Attention",
|
|
7664
|
-
message: "The changes made will not be applied.<br/><br/><b>Do you want to continue anyway?</b>"
|
|
7665
|
-
}
|
|
7666
|
-
}
|
|
7667
|
-
},
|
|
7668
|
-
};
|
|
7669
|
-
|
|
7670
|
-
const snkTaskbarMessages$1 = {
|
|
7671
|
-
titleUpdateMultiple: "Edit Multiple",
|
|
7672
|
-
titleUpdate: "Edit",
|
|
7673
|
-
titlePrevious: "Previous",
|
|
7674
|
-
titleNext: "Next",
|
|
7675
|
-
titleRefresh: "Refresh",
|
|
7676
|
-
titleClone: "Duplicate",
|
|
7677
|
-
titleRemove: "Delete",
|
|
7678
|
-
titleMoreOptions: "More Options",
|
|
7679
|
-
titleInsert: "Register",
|
|
7680
|
-
titleCancel: "Cancel",
|
|
7681
|
-
titleSave: "Save",
|
|
7682
|
-
titleGridMode: "Grid Mode",
|
|
7683
|
-
titleFormMode: "Form Mode",
|
|
7684
|
-
titleConfigurator: "Settings",
|
|
7685
|
-
titleAttach: "Attach",
|
|
7686
|
-
forbidden: "Permission not granted"
|
|
7687
|
-
};
|
|
7688
|
-
|
|
7689
|
-
const crudUtilsMessages$1 = {
|
|
7690
|
-
errorArray: "CrudUtils.find must receive an array of fields, or a comma-separated list.",
|
|
7691
|
-
};
|
|
7692
|
-
|
|
7693
|
-
const snkExporterMessages$1 = {
|
|
7694
|
-
emailSenderTitle: "Send by email",
|
|
7695
|
-
emailSenderBackButton: "Back",
|
|
7696
|
-
emailSenderNextButton: "Next",
|
|
7697
|
-
emailSenderCancelButton: "Cancel",
|
|
7698
|
-
emailSenderSendButton: "Send",
|
|
7699
|
-
emailSenderOptStep_subtitle: "First, choose the file format",
|
|
7700
|
-
emailSenderOptStep_lblFormat: "Format:",
|
|
7701
|
-
emailSenderOptStep_formatPDF: "PDF (.pdf)",
|
|
7702
|
-
emailSenderOptStep_formatXLS: "Spreadsheet (.xls)",
|
|
7703
|
-
emailSenderOptStep_export: "Export:",
|
|
7704
|
-
emailSenderOptStep_allData: "Entire grid",
|
|
7705
|
-
emailSenderOptStep_currentPage: "Current page only",
|
|
7706
|
-
emailSenderOptStep_someRecords: "{{SELECTION_COUNT}} selected rows",
|
|
7707
|
-
emailSenderOptStep_oneRecord: "Selected row only",
|
|
7708
|
-
emailSenderInfoStep_subtitle: "Email information",
|
|
7709
|
-
emailSenderInfoStep_sendTo: "Send to",
|
|
7710
|
-
emailSenderInfoStep_subject: "Subject",
|
|
7711
|
-
emailSenderInfoStep_message: "Message"
|
|
7712
|
-
};
|
|
7713
|
-
|
|
7714
|
-
const snkCrudMessages$1 = {
|
|
7715
|
-
title: {
|
|
7716
|
-
clone: "Duplicate record",
|
|
7717
|
-
insert: "Register record",
|
|
7718
|
-
update: "Update record",
|
|
7719
|
-
clean: "{{ENTITY_NAME}}",
|
|
7720
|
-
newRecord: "New Record"
|
|
7721
|
-
},
|
|
7722
|
-
findColumn: "Search fields (Ctrl+F)",
|
|
7723
|
-
goBackTitle: "Back",
|
|
7724
|
-
guide: {
|
|
7725
|
-
tooltip: {
|
|
7726
|
-
disabledDetail: "Complete the registration to access this tab."
|
|
7727
|
-
}
|
|
7728
|
-
},
|
|
7729
|
-
multipleEdition: {
|
|
7730
|
-
editing: "Editing {{COUNT}} records"
|
|
7731
|
-
},
|
|
7732
|
-
detail: {
|
|
7733
|
-
tooltip: {
|
|
7734
|
-
needSingleSelection: "To change details, you need to have one (and only one) record selected."
|
|
7735
|
-
}
|
|
7736
|
-
},
|
|
7737
|
-
errors: {
|
|
7738
|
-
resourceIDNotProvided: "Internal error: resourceID not provided"
|
|
7739
|
-
},
|
|
7740
|
-
shortcuts: {
|
|
7741
|
-
toggleView: "Toggle between form and grid mode.",
|
|
7742
|
-
saveData: "Save data.",
|
|
7743
|
-
addRecord: "Add a new record.",
|
|
7744
|
-
removeRecord: "Remove the selected record.",
|
|
7745
|
-
refreshData: "Refresh data.",
|
|
7746
|
-
cancelAction: "Cancel an action."
|
|
7747
|
-
}
|
|
7748
|
-
};
|
|
7749
|
-
|
|
7750
|
-
const snkSimpleCrudMessages$1 = {
|
|
7751
|
-
findColumn: "Search columns (Ctrl+F)",
|
|
7752
|
-
findFields: "Search fields (Ctrl+F)",
|
|
7753
|
-
formConfigUnavaliable: {
|
|
7754
|
-
title: "Notice",
|
|
7755
|
-
message: 'The "Configure form" option will be available soon. In the meantime, access the form configuration through previous layouts, HTML5 or Flex.'
|
|
7756
|
-
},
|
|
7757
|
-
keyboardShortcuts: {
|
|
7758
|
-
saveData: "Saves the data.",
|
|
7759
|
-
addRecord: "Adds a new record.",
|
|
7760
|
-
removeRecord: "Removes the selected record.",
|
|
7761
|
-
cancelAction: "Cancels an action."
|
|
7762
|
-
}
|
|
7763
|
-
};
|
|
7764
|
-
|
|
7765
|
-
const fileViewerMessages$1 = {
|
|
7766
|
-
error: {
|
|
7767
|
-
title: "Export Error",
|
|
7768
|
-
message: "The user does not have permission to export the file."
|
|
7769
|
-
},
|
|
7770
|
-
message: {
|
|
7771
|
-
exportSuccess: "Successfully exported!",
|
|
7772
|
-
}
|
|
7773
|
-
};
|
|
7774
|
-
|
|
7775
|
-
const snkApplicationMessages$1 = {
|
|
7776
|
-
dataUnit: {
|
|
7777
|
-
initDataUnitError: "Dataunit not initialized",
|
|
7778
|
-
},
|
|
7779
|
-
keyboard: {
|
|
7780
|
-
shortcuts: {
|
|
7781
|
-
searchApp: "Search for screens",
|
|
7782
|
-
showDesktop: "Show desktop",
|
|
7783
|
-
openHelp: "Open help"
|
|
7784
|
-
}
|
|
7785
|
-
},
|
|
7786
|
-
loading: {
|
|
7787
|
-
text: "Loading..."
|
|
7788
|
-
},
|
|
7789
|
-
newVersionPopup: {
|
|
7790
|
-
title: "Welcome to the new interface of {{screenName}}",
|
|
7791
|
-
info: "With a more modern, simple and intuitive journey, the improved performance of the new interface will boost your productivity.",
|
|
7792
|
-
okButton: "I want to try it!",
|
|
7793
|
-
cancelButton: "Return to previous interface",
|
|
7794
|
-
},
|
|
7795
|
-
search: {
|
|
7796
|
-
error: {
|
|
7797
|
-
title: "Search error",
|
|
7798
|
-
requiredField: "You need to provide the field {{fieldLabel}} to execute the search."
|
|
7799
|
-
}
|
|
7800
|
-
}
|
|
7801
|
-
};
|
|
7802
|
-
|
|
7803
|
-
const snkConfiguratorMessages$1 = {
|
|
7804
|
-
titleConfigurations: "Settings",
|
|
7805
|
-
subTitleModeConfig: "View mode",
|
|
7806
|
-
labelConfigGrid: "Configure grid",
|
|
7807
|
-
labelConfigForm: "Configure form",
|
|
7808
|
-
labelGrid: "Grid",
|
|
7809
|
-
labelForm: "Form",
|
|
7810
|
-
labelLayoutForm: "Form layout",
|
|
7811
|
-
buttons: {
|
|
7812
|
-
cancel: "Cancel",
|
|
7813
|
-
save: "Save"
|
|
7814
|
-
}
|
|
7815
|
-
};
|
|
7816
|
-
|
|
7817
|
-
const snkDataExporterMessages$1 = {
|
|
7818
|
-
group: {
|
|
7819
|
-
export: {
|
|
7820
|
-
default: "Export to",
|
|
7821
|
-
multiSelected: "Export {0} selected rows",
|
|
7822
|
-
selectedLine: "Export only 1 selected row",
|
|
7823
|
-
title: "Export",
|
|
7824
|
-
},
|
|
7825
|
-
custom: "Custom"
|
|
7826
|
-
},
|
|
7827
|
-
label: {
|
|
7828
|
-
currentPage: "Current page only",
|
|
7829
|
-
allRecords: "All records",
|
|
7830
|
-
spreadsheet: "Spreadsheet",
|
|
7831
|
-
cube: "Cube",
|
|
7832
|
-
sendByEmail: "Send by email",
|
|
7833
|
-
},
|
|
7834
|
-
message: {
|
|
7835
|
-
emailSuccess: "Email sent successfully",
|
|
7836
|
-
exportError: "Failed to export data",
|
|
7837
|
-
unknownFailure: "The reason for the failure could not be identified.",
|
|
7838
|
-
exportPermission: "The user does not have permission to export the file.",
|
|
7839
|
-
},
|
|
7840
|
-
title: {
|
|
7841
|
-
error: "Error",
|
|
7842
|
-
permission: "Failure detected",
|
|
7934
|
+
filterModal: {
|
|
7935
|
+
title: "Filters",
|
|
7936
|
+
okButtonLabel: "Apply",
|
|
7937
|
+
cancelButtonLabel: "Clear all",
|
|
7938
|
+
customFilters: "Custom filters",
|
|
7939
|
+
quickFilters: "Quick filters",
|
|
7940
|
+
clearModal: "Clear",
|
|
7941
|
+
defaultFilter: {
|
|
7942
|
+
title: "Default filter",
|
|
7943
|
+
edit: "Edit filter",
|
|
7944
|
+
remove: "Delete filter",
|
|
7945
|
+
create: "Create default filter",
|
|
7946
|
+
},
|
|
7947
|
+
validations: {
|
|
7948
|
+
requiredFilter: "Required filter",
|
|
7949
|
+
notFullFilled: {
|
|
7950
|
+
title: "Partially filled filter",
|
|
7951
|
+
message: "Please complete all filter information."
|
|
7952
|
+
},
|
|
7953
|
+
notSaved: {
|
|
7954
|
+
title: "Attention",
|
|
7955
|
+
message: "The changes made will not be applied.<br/><br/><b>Do you want to continue anyway?</b>"
|
|
7956
|
+
}
|
|
7957
|
+
}
|
|
7843
7958
|
},
|
|
7844
|
-
|
|
7845
|
-
|
|
7846
|
-
|
|
7847
|
-
|
|
7848
|
-
|
|
7849
|
-
|
|
7850
|
-
|
|
7959
|
+
};
|
|
7960
|
+
|
|
7961
|
+
const snkFilterFieldSearchMessages$1 = {
|
|
7962
|
+
searchLabel: "Search field",
|
|
7963
|
+
fieldLabel: "Fields of {{link}}",
|
|
7964
|
+
linkLabel: "Categories of {{link}}",
|
|
7965
|
+
groupEmpty: "There are no categories for selection",
|
|
7966
|
+
searchEmpty: "No results found"
|
|
7967
|
+
};
|
|
7968
|
+
|
|
7969
|
+
const snkFilterListMessages$1 = {
|
|
7970
|
+
showMore: "Show more"
|
|
7851
7971
|
};
|
|
7852
7972
|
|
|
7853
7973
|
const snkFilterParamConfigMessages$1 = {
|
|
@@ -7869,61 +7989,22 @@ const snkFilterParamConfigMessages$1 = {
|
|
|
7869
7989
|
labelSave: "Save"
|
|
7870
7990
|
};
|
|
7871
7991
|
|
|
7872
|
-
const
|
|
7873
|
-
|
|
7874
|
-
|
|
7875
|
-
|
|
7876
|
-
groupEmpty: "There are no categories for selection",
|
|
7877
|
-
searchEmpty: "No results found"
|
|
7878
|
-
};
|
|
7879
|
-
|
|
7880
|
-
const snkSimpleBarMessages$1 = {
|
|
7881
|
-
backTitle: "Back"
|
|
7882
|
-
};
|
|
7883
|
-
|
|
7884
|
-
const snkAttachMessages$1 = {
|
|
7885
|
-
title: "Attach files",
|
|
7886
|
-
description: "Upload files or provide links you want to attach to the title",
|
|
7887
|
-
attachHint: "Download file",
|
|
7888
|
-
breadcrumbTitle: "Attach",
|
|
7889
|
-
finishedMessage: "The attachment has been successfully completed",
|
|
7890
|
-
finish: "Finish",
|
|
7891
|
-
cancelConfirmation: {
|
|
7892
|
-
title: "Attention",
|
|
7893
|
-
message: "The changes made will not be applied.<br/><br/><b>Do you want to continue anyway?</b>",
|
|
7894
|
-
},
|
|
7895
|
-
alertValidation: {
|
|
7896
|
-
fileAndLinkAtTheSameTime: {
|
|
7897
|
-
title: "Attention",
|
|
7898
|
-
message: "It is not allowed to insert the file and the link at the same time."
|
|
7899
|
-
},
|
|
7900
|
-
anyLinkOrFileFilled: {
|
|
7901
|
-
title: "Attention",
|
|
7902
|
-
message: `You must fill in the "Link" field or attach a file.`
|
|
7903
|
-
},
|
|
7904
|
-
descriptionCannotBeChanged: {
|
|
7905
|
-
title: "Attention",
|
|
7906
|
-
message: "The 'Description' field cannot be changed."
|
|
7907
|
-
},
|
|
7908
|
-
noRecordSelected: {
|
|
7909
|
-
message: "No record selected"
|
|
7910
|
-
}
|
|
7911
|
-
},
|
|
7912
|
-
taskbar: {
|
|
7913
|
-
titleDownload: "Download",
|
|
7914
|
-
titleLink: "Open link",
|
|
7992
|
+
const snkLayoutFormConfigMessages$1 = {
|
|
7993
|
+
cascadeLayout: {
|
|
7994
|
+
label: "Cascade layout",
|
|
7995
|
+
description: "All fields will be organized in a single column."
|
|
7915
7996
|
},
|
|
7916
|
-
|
|
7917
|
-
|
|
7918
|
-
|
|
7919
|
-
lblFileOrLink: "File / Link",
|
|
7920
|
-
lblUser: "User",
|
|
7921
|
-
lblDate: "Update date",
|
|
7922
|
-
lblFile: "File",
|
|
7923
|
-
lblSubTitle: "Click to select a file",
|
|
7997
|
+
sideBySideLayout: {
|
|
7998
|
+
label: "Side by side layout",
|
|
7999
|
+
description: "All fields will be arranged side by side, automatically adjusting to the screen width."
|
|
7924
8000
|
}
|
|
7925
8001
|
};
|
|
7926
8002
|
|
|
8003
|
+
const snkNumberingConfigMessages$1 = {
|
|
8004
|
+
labelAutoNumbering: "Auto Numbering",
|
|
8005
|
+
labelInitialNumber: "Initial Number"
|
|
8006
|
+
};
|
|
8007
|
+
|
|
7927
8008
|
const snkPersonalizedFilterMessages$1 = {
|
|
7928
8009
|
info: {
|
|
7929
8010
|
titleEdit: "Edit custom filter",
|
|
@@ -8030,97 +8111,6 @@ const snkPersonalizedFilterMessages$1 = {
|
|
|
8030
8111
|
}
|
|
8031
8112
|
};
|
|
8032
8113
|
|
|
8033
|
-
const snkEntityListMessages$1 = {
|
|
8034
|
-
selected: "Selected:"
|
|
8035
|
-
};
|
|
8036
|
-
|
|
8037
|
-
const snkActionsButtonMessages$1 = {
|
|
8038
|
-
title: {
|
|
8039
|
-
actions: "Actions",
|
|
8040
|
-
error: "Error",
|
|
8041
|
-
warning: "Warning"
|
|
8042
|
-
},
|
|
8043
|
-
action: {
|
|
8044
|
-
incorrectAction: "The action \"{{description}}\" cannot be executed because it was not saved correctly.",
|
|
8045
|
-
emptyParamName: "<b>Custom Rule:</b><br/><br/>The 'paramName' attribute must be provided",
|
|
8046
|
-
nonExistentType: "Action type not implemented: {{this.actionType}}"
|
|
8047
|
-
},
|
|
8048
|
-
launchScreen: {
|
|
8049
|
-
emptyField: "The action \"{{description}}\" could not be executed because the field \"{{localFieldLabel}}\" is empty."
|
|
8050
|
-
},
|
|
8051
|
-
form: {
|
|
8052
|
-
fillParams: "Enter the parameters"
|
|
8053
|
-
},
|
|
8054
|
-
clientEvent: {
|
|
8055
|
-
cancelMessage: "If you want to cancel, close this message.",
|
|
8056
|
-
labelCancel: "Cancel",
|
|
8057
|
-
labelConfirm: "Yes"
|
|
8058
|
-
},
|
|
8059
|
-
buttons: {
|
|
8060
|
-
apply: "Apply",
|
|
8061
|
-
cancel: "Cancel",
|
|
8062
|
-
yes: "Yes",
|
|
8063
|
-
no: "No"
|
|
8064
|
-
}
|
|
8065
|
-
};
|
|
8066
|
-
|
|
8067
|
-
const snkPrintSelectorMessages$1 = {
|
|
8068
|
-
title: {
|
|
8069
|
-
warning: "Warning",
|
|
8070
|
-
printerSelection: "Printer selection",
|
|
8071
|
-
remotePrintersTab: "Remote printers",
|
|
8072
|
-
localPrintersTab: "Local printers"
|
|
8073
|
-
},
|
|
8074
|
-
subtitle: {
|
|
8075
|
-
document: "Document:",
|
|
8076
|
-
jobs: "Jobs:"
|
|
8077
|
-
},
|
|
8078
|
-
message: {
|
|
8079
|
-
canceledPrint: "The print will be canceled. Do you really want to continue?",
|
|
8080
|
-
noPrinters: "There are no printers for selection",
|
|
8081
|
-
savePrinter: "Always use this selection"
|
|
8082
|
-
},
|
|
8083
|
-
button: {
|
|
8084
|
-
print: "Print",
|
|
8085
|
-
cancel: "Cancel",
|
|
8086
|
-
yes: "Yes",
|
|
8087
|
-
no: "No"
|
|
8088
|
-
}
|
|
8089
|
-
};
|
|
8090
|
-
|
|
8091
|
-
const snkErrorHandlerMessages$1 = {
|
|
8092
|
-
title: {
|
|
8093
|
-
promiseRejected: "Promise rejected",
|
|
8094
|
-
errorDetected: "Error detected"
|
|
8095
|
-
},
|
|
8096
|
-
message: {
|
|
8097
|
-
undeterminedPromiseRejection: "Internal error: A promise was rejected without a determined reason.",
|
|
8098
|
-
cannotOpenHelp: "Cannot open help outside the Sankhya workspace",
|
|
8099
|
-
silentExceptionIgnored: "Silent Exception ignored"
|
|
8100
|
-
},
|
|
8101
|
-
errorCode: {
|
|
8102
|
-
label: "Code: "
|
|
8103
|
-
},
|
|
8104
|
-
error: {
|
|
8105
|
-
internal: "Internal error"
|
|
8106
|
-
}
|
|
8107
|
-
};
|
|
8108
|
-
|
|
8109
|
-
const snkFilterListMessages$1 = {
|
|
8110
|
-
showMore: "Show more"
|
|
8111
|
-
};
|
|
8112
|
-
|
|
8113
|
-
const snkLayoutFormConfigMessages$1 = {
|
|
8114
|
-
cascadeLayout: {
|
|
8115
|
-
label: "Cascade layout",
|
|
8116
|
-
description: "All fields will be organized in a single column."
|
|
8117
|
-
},
|
|
8118
|
-
sideBySideLayout: {
|
|
8119
|
-
label: "Side by side layout",
|
|
8120
|
-
description: "All fields will be arranged side by side, automatically adjusting to the screen width."
|
|
8121
|
-
}
|
|
8122
|
-
};
|
|
8123
|
-
|
|
8124
8114
|
const snkPesquisaMessages$1 = {
|
|
8125
8115
|
search: {
|
|
8126
8116
|
label: "Search",
|
|
@@ -8147,60 +8137,83 @@ const snkPesquisaMessages$1 = {
|
|
|
8147
8137
|
}
|
|
8148
8138
|
};
|
|
8149
8139
|
|
|
8150
|
-
const
|
|
8151
|
-
|
|
8152
|
-
|
|
8140
|
+
const snkPrintSelectorMessages$1 = {
|
|
8141
|
+
title: {
|
|
8142
|
+
warning: "Warning",
|
|
8143
|
+
printerSelection: "Printer selection",
|
|
8144
|
+
remotePrintersTab: "Remote printers",
|
|
8145
|
+
localPrintersTab: "Local printers"
|
|
8153
8146
|
},
|
|
8154
|
-
|
|
8155
|
-
|
|
8156
|
-
|
|
8157
|
-
entityLabel: "field",
|
|
8158
|
-
entityLabelPlural: "fields"
|
|
8147
|
+
subtitle: {
|
|
8148
|
+
document: "Document:",
|
|
8149
|
+
jobs: "Jobs:"
|
|
8159
8150
|
},
|
|
8160
|
-
|
|
8161
|
-
|
|
8151
|
+
message: {
|
|
8152
|
+
canceledPrint: "The print will be canceled. Do you really want to continue?",
|
|
8153
|
+
noPrinters: "There are no printers for selection",
|
|
8154
|
+
savePrinter: "Always use this selection"
|
|
8155
|
+
},
|
|
8156
|
+
button: {
|
|
8157
|
+
print: "Print",
|
|
8162
8158
|
cancel: "Cancel",
|
|
8163
|
-
|
|
8159
|
+
yes: "Yes",
|
|
8160
|
+
no: "No"
|
|
8164
8161
|
}
|
|
8165
8162
|
};
|
|
8166
8163
|
|
|
8167
|
-
const
|
|
8168
|
-
|
|
8169
|
-
|
|
8170
|
-
|
|
8171
|
-
|
|
8172
|
-
|
|
8173
|
-
|
|
8174
|
-
|
|
8175
|
-
|
|
8176
|
-
|
|
8177
|
-
buttons: {
|
|
8178
|
-
continue: "Continue",
|
|
8179
|
-
cancel: "Cancel pagination"
|
|
8164
|
+
const snkSimpleBarMessages$1 = {
|
|
8165
|
+
backTitle: "Back"
|
|
8166
|
+
};
|
|
8167
|
+
|
|
8168
|
+
const snkSimpleCrudMessages$1 = {
|
|
8169
|
+
findColumn: "Search columns (Ctrl+F)",
|
|
8170
|
+
findFields: "Search fields (Ctrl+F)",
|
|
8171
|
+
formConfigUnavaliable: {
|
|
8172
|
+
title: "Notice",
|
|
8173
|
+
message: 'The "Configure form" option will be available soon. In the meantime, access the form configuration through previous layouts, HTML5 or Flex.'
|
|
8180
8174
|
},
|
|
8181
|
-
|
|
8182
|
-
|
|
8175
|
+
keyboardShortcuts: {
|
|
8176
|
+
saveData: "Saves the data.",
|
|
8177
|
+
addRecord: "Adds a new record.",
|
|
8178
|
+
removeRecord: "Removes the selected record.",
|
|
8179
|
+
cancelAction: "Cancels an action."
|
|
8183
8180
|
}
|
|
8184
8181
|
};
|
|
8185
8182
|
|
|
8186
|
-
const
|
|
8187
|
-
|
|
8188
|
-
|
|
8189
|
-
|
|
8183
|
+
const snkSimpleFormConfigMessages$1 = {
|
|
8184
|
+
popup: {
|
|
8185
|
+
title: "Configure form"
|
|
8186
|
+
},
|
|
8187
|
+
lists: {
|
|
8188
|
+
availableFields: "Available fields",
|
|
8189
|
+
selectedFields: "Selected fields",
|
|
8190
|
+
entityLabel: "field",
|
|
8191
|
+
entityLabelPlural: "fields"
|
|
8192
|
+
},
|
|
8193
|
+
buttons: {
|
|
8194
|
+
restore: "Restore",
|
|
8195
|
+
cancel: "Cancel",
|
|
8196
|
+
save: "Save"
|
|
8190
8197
|
}
|
|
8191
8198
|
};
|
|
8192
8199
|
|
|
8193
|
-
const
|
|
8194
|
-
|
|
8195
|
-
|
|
8196
|
-
|
|
8197
|
-
|
|
8198
|
-
|
|
8199
|
-
|
|
8200
|
-
|
|
8201
|
-
|
|
8202
|
-
|
|
8203
|
-
|
|
8200
|
+
const snkTaskbarMessages$1 = {
|
|
8201
|
+
titleUpdateMultiple: "Edit Multiple",
|
|
8202
|
+
titleUpdate: "Edit",
|
|
8203
|
+
titlePrevious: "Previous",
|
|
8204
|
+
titleNext: "Next",
|
|
8205
|
+
titleRefresh: "Refresh",
|
|
8206
|
+
titleClone: "Duplicate",
|
|
8207
|
+
titleRemove: "Delete",
|
|
8208
|
+
titleMoreOptions: "More Options",
|
|
8209
|
+
titleInsert: "Register",
|
|
8210
|
+
titleCancel: "Cancel",
|
|
8211
|
+
titleSave: "Save",
|
|
8212
|
+
titleGridMode: "Grid Mode",
|
|
8213
|
+
titleFormMode: "Form Mode",
|
|
8214
|
+
titleConfigurator: "Settings",
|
|
8215
|
+
titleAttach: "Attach",
|
|
8216
|
+
forbidden: "Permission not granted"
|
|
8204
8217
|
};
|
|
8205
8218
|
|
|
8206
8219
|
const snkGridMessages$1 = {
|
|
@@ -8406,11 +8419,253 @@ const messageResourcePtBR$1 = {
|
|
|
8406
8419
|
snkLayoutFormConfig: snkLayoutFormConfigMessages$1,
|
|
8407
8420
|
snkPesquisa: snkPesquisaMessages$1,
|
|
8408
8421
|
snkSimpleFormConfig: snkSimpleFormConfigMessages$1,
|
|
8422
|
+
snkNumberingConfig: snkNumberingConfigMessages$1,
|
|
8409
8423
|
dataUnitDataLoaderHelper: dataUnitDataLoaderHelperMessages$1,
|
|
8410
8424
|
continuousInsertUtils: continuousInsertUtilsMessages$1,
|
|
8411
8425
|
dataFetcher: dataFetcherMessages$1
|
|
8412
8426
|
};
|
|
8413
8427
|
|
|
8428
|
+
const continuousInsertUtilsMessages = {
|
|
8429
|
+
actions: {
|
|
8430
|
+
enable: "Activar inserción continua",
|
|
8431
|
+
disable: "Desactivar inserción continua"
|
|
8432
|
+
}
|
|
8433
|
+
};
|
|
8434
|
+
|
|
8435
|
+
const crudUtilsMessages = {
|
|
8436
|
+
errorArray: "CrudUtils.find debe recibir un array de campos, o una lista separada por comas.",
|
|
8437
|
+
};
|
|
8438
|
+
|
|
8439
|
+
const dataFetcherMessages = {
|
|
8440
|
+
errorDetected: "Fallo detectado",
|
|
8441
|
+
noErrorMessage: "No hay mensaje de error",
|
|
8442
|
+
noErrorInfo: "No hay información sobre el error",
|
|
8443
|
+
clientEventNotRegisteredWarn: "Evento de cliente {{id}} no registrado",
|
|
8444
|
+
clientEventNotRegisteredTitle: "Evento de cliente no registrado",
|
|
8445
|
+
clientEventNotRegisteredMsg: "Ocurrió el evento de cliente {{id}} pero no hay evento de cliente registrado en la aplicación.",
|
|
8446
|
+
serviceExecutionError: "Error al ejecutar el servicio",
|
|
8447
|
+
serviceExecutionErrorWarn: "Error al ejecutar el servicio: {{err}}",
|
|
8448
|
+
serviceExecutionErrorWithName: "Error al ejecutar el servicio: {{serviceName}}",
|
|
8449
|
+
serviceCanceled: "Servicio cancelado"
|
|
8450
|
+
};
|
|
8451
|
+
|
|
8452
|
+
const dataUnitDataLoaderHelperMessages = {
|
|
8453
|
+
pagination: {
|
|
8454
|
+
title: "Aviso",
|
|
8455
|
+
line1: "Se está cargando una cantidad muy grande de registros.",
|
|
8456
|
+
line2: "Recomendamos que se cancele la paginación y se cree un filtro para los registros.",
|
|
8457
|
+
line3: "¿Desea cancelar la carga?"
|
|
8458
|
+
},
|
|
8459
|
+
checkbox: {
|
|
8460
|
+
loadAll: "Cargar todo",
|
|
8461
|
+
},
|
|
8462
|
+
buttons: {
|
|
8463
|
+
continue: "Continuar",
|
|
8464
|
+
cancel: "Cancelar paginación"
|
|
8465
|
+
},
|
|
8466
|
+
errors: {
|
|
8467
|
+
noMessageBuilder: "¡Archivo de mensajes no encontrado!"
|
|
8468
|
+
}
|
|
8469
|
+
};
|
|
8470
|
+
|
|
8471
|
+
const fileViewerMessages = {
|
|
8472
|
+
error: {
|
|
8473
|
+
title: "Error en la Exportación",
|
|
8474
|
+
message: "El usuario no tiene permiso para exportar el archivo."
|
|
8475
|
+
},
|
|
8476
|
+
message: {
|
|
8477
|
+
exportSuccess: "¡Exportado con éxito!",
|
|
8478
|
+
}
|
|
8479
|
+
};
|
|
8480
|
+
|
|
8481
|
+
const snkActionsButtonMessages = {
|
|
8482
|
+
title: {
|
|
8483
|
+
actions: "Acciones",
|
|
8484
|
+
error: "Error",
|
|
8485
|
+
warning: "Aviso"
|
|
8486
|
+
},
|
|
8487
|
+
action: {
|
|
8488
|
+
incorrectAction: "La acción \"{{description}}\" no puede ejecutarse porque no se guardó correctamente.",
|
|
8489
|
+
emptyParamName: "<b>Regla Personalizada:</b><br/><br/>Es necesario informar el atributo 'paramName'",
|
|
8490
|
+
nonExistentType: "Tipo de acción no implementada: {{this.actionType}}"
|
|
8491
|
+
},
|
|
8492
|
+
launchScreen: {
|
|
8493
|
+
emptyField: "La acción \"{{description}}\" no pudo ejecutarse porque el campo \"{{localFieldLabel}}\" está vacío."
|
|
8494
|
+
},
|
|
8495
|
+
form: {
|
|
8496
|
+
fillParams: "Informe los parámetros"
|
|
8497
|
+
},
|
|
8498
|
+
clientEvent: {
|
|
8499
|
+
cancelMessage: "Si desea cancelar, cierre este mensaje.",
|
|
8500
|
+
labelCancel: "Cancelar",
|
|
8501
|
+
labelConfirm: "Sí"
|
|
8502
|
+
},
|
|
8503
|
+
buttons: {
|
|
8504
|
+
apply: "Aplicar",
|
|
8505
|
+
cancel: "Cancelar",
|
|
8506
|
+
yes: "Sí",
|
|
8507
|
+
no: "No"
|
|
8508
|
+
}
|
|
8509
|
+
};
|
|
8510
|
+
|
|
8511
|
+
const snkApplicationMessages = {
|
|
8512
|
+
dataUnit: {
|
|
8513
|
+
initDataUnitError: "Dataunit no inicializado",
|
|
8514
|
+
},
|
|
8515
|
+
keyboard: {
|
|
8516
|
+
shortcuts: {
|
|
8517
|
+
searchApp: "Buscar pantallas",
|
|
8518
|
+
showDesktop: "Mostrar escritorio",
|
|
8519
|
+
openHelp: "Abrir ayuda"
|
|
8520
|
+
}
|
|
8521
|
+
},
|
|
8522
|
+
loading: {
|
|
8523
|
+
text: "Cargando..."
|
|
8524
|
+
},
|
|
8525
|
+
newVersionPopup: {
|
|
8526
|
+
title: "Bienvenido a la nueva interfaz de {{screenName}}",
|
|
8527
|
+
info: "Con un recorrido más moderno, simple e intuitivo, el rendimiento mejorado de la nueva interfaz impulsará su productividad.",
|
|
8528
|
+
okButton: "¡Quiero probarlo!",
|
|
8529
|
+
cancelButton: "Volver a la interfaz anterior",
|
|
8530
|
+
},
|
|
8531
|
+
search: {
|
|
8532
|
+
error: {
|
|
8533
|
+
title: "Error al buscar",
|
|
8534
|
+
requiredField: "Es necesario informar el campo {{fieldLabel}} para ejecutar la búsqueda."
|
|
8535
|
+
}
|
|
8536
|
+
}
|
|
8537
|
+
};
|
|
8538
|
+
|
|
8539
|
+
const snkAttachMessages = {
|
|
8540
|
+
title: "Adjuntar archivos",
|
|
8541
|
+
description: "Suba los archivos o proporcione enlaces que desea adjuntar al título",
|
|
8542
|
+
attachHint: "Descargar archivo",
|
|
8543
|
+
breadcrumbTitle: "Adjuntar",
|
|
8544
|
+
finishedMessage: "El archivo adjunto se ha finalizado con éxito",
|
|
8545
|
+
finish: "Finalizar",
|
|
8546
|
+
cancelConfirmation: {
|
|
8547
|
+
title: "Atención",
|
|
8548
|
+
message: "Los cambios realizados no se aplicarán.<br/><br/><b>¿Desea continuar de todos modos?</b>",
|
|
8549
|
+
},
|
|
8550
|
+
alertValidation: {
|
|
8551
|
+
fileAndLinkAtTheSameTime: {
|
|
8552
|
+
title: "Atención",
|
|
8553
|
+
message: "No está permitido insertar el archivo y el enlace al mismo tiempo."
|
|
8554
|
+
},
|
|
8555
|
+
anyLinkOrFileFilled: {
|
|
8556
|
+
title: "Atención",
|
|
8557
|
+
message: `Es necesario completar el campo "Enlace" o adjuntar un archivo.`
|
|
8558
|
+
},
|
|
8559
|
+
descriptionCannotBeChanged: {
|
|
8560
|
+
title: "Atención",
|
|
8561
|
+
message: "El campo 'Descripción' no puede ser modificado."
|
|
8562
|
+
},
|
|
8563
|
+
noRecordSelected: {
|
|
8564
|
+
message: "Ningún registro seleccionado"
|
|
8565
|
+
}
|
|
8566
|
+
},
|
|
8567
|
+
taskbar: {
|
|
8568
|
+
titleDownload: "Descargar",
|
|
8569
|
+
titleLink: "Abrir enlace",
|
|
8570
|
+
},
|
|
8571
|
+
attachMetadata: {
|
|
8572
|
+
lblCode: "Código",
|
|
8573
|
+
lblDescription: "Descripción",
|
|
8574
|
+
lblFileOrLink: "Archivo / Enlace",
|
|
8575
|
+
lblUser: "Usuario",
|
|
8576
|
+
lblDate: "Fecha de modificación",
|
|
8577
|
+
lblFile: "Archivo",
|
|
8578
|
+
lblSubTitle: "Haga clic para seleccionar un archivo",
|
|
8579
|
+
}
|
|
8580
|
+
};
|
|
8581
|
+
|
|
8582
|
+
const snkConfiguratorMessages = {
|
|
8583
|
+
titleConfigurations: "Configuraciones",
|
|
8584
|
+
subTitleModeConfig: "Modo de visualización",
|
|
8585
|
+
labelConfigGrid: "Configurar cuadrícula",
|
|
8586
|
+
labelConfigForm: "Configurar formulario",
|
|
8587
|
+
labelGrid: "Cuadrícula",
|
|
8588
|
+
labelForm: "Formulario",
|
|
8589
|
+
labelLayoutForm: "Diseño del formulario",
|
|
8590
|
+
labelNumberingConfig: "Configuración de numeración",
|
|
8591
|
+
buttons: {
|
|
8592
|
+
cancel: "Cancelar",
|
|
8593
|
+
save: "Guardar"
|
|
8594
|
+
}
|
|
8595
|
+
};
|
|
8596
|
+
|
|
8597
|
+
const snkCrudMessages = {
|
|
8598
|
+
title: {
|
|
8599
|
+
clone: "Duplicar registro",
|
|
8600
|
+
insert: "Registrar nuevo",
|
|
8601
|
+
update: "Modificar registro",
|
|
8602
|
+
clean: "{{ENTITY_NAME}}",
|
|
8603
|
+
newRecord: "Nuevo Registro"
|
|
8604
|
+
},
|
|
8605
|
+
findColumn: "Buscar campos (Ctrl+F)",
|
|
8606
|
+
goBackTitle: "Volver",
|
|
8607
|
+
guide: {
|
|
8608
|
+
tooltip: {
|
|
8609
|
+
disabledDetail: "Complete el registro para acceder a esta pestaña."
|
|
8610
|
+
}
|
|
8611
|
+
},
|
|
8612
|
+
multipleEdition: {
|
|
8613
|
+
editing: "Editando {{COUNT}} registros"
|
|
8614
|
+
},
|
|
8615
|
+
detail: {
|
|
8616
|
+
tooltip: {
|
|
8617
|
+
needSingleSelection: "Para cambiar detalles, necesita tener un (y solo un) registro seleccionado."
|
|
8618
|
+
}
|
|
8619
|
+
},
|
|
8620
|
+
errors: {
|
|
8621
|
+
resourceIDNotProvided: "Error interno: resourceID no proporcionado"
|
|
8622
|
+
},
|
|
8623
|
+
shortcuts: {
|
|
8624
|
+
toggleView: "Alternar entre modo formulario y cuadrícula.",
|
|
8625
|
+
saveData: "Guardar datos.",
|
|
8626
|
+
addRecord: "Añadir un nuevo registro.",
|
|
8627
|
+
removeRecord: "Eliminar el registro seleccionado.",
|
|
8628
|
+
refreshData: "Actualizar datos.",
|
|
8629
|
+
cancelAction: "Cancelar una acción."
|
|
8630
|
+
}
|
|
8631
|
+
};
|
|
8632
|
+
|
|
8633
|
+
const snkDataExporterMessages = {
|
|
8634
|
+
group: {
|
|
8635
|
+
export: {
|
|
8636
|
+
default: "Exportar a",
|
|
8637
|
+
multiSelected: "Exportar {0} filas seleccionadas",
|
|
8638
|
+
selectedLine: "Exportar solo 1 fila seleccionada",
|
|
8639
|
+
title: "Exportar",
|
|
8640
|
+
},
|
|
8641
|
+
custom: "Personalizado"
|
|
8642
|
+
},
|
|
8643
|
+
label: {
|
|
8644
|
+
currentPage: "Solo la página actual",
|
|
8645
|
+
allRecords: "Todos los registros",
|
|
8646
|
+
spreadsheet: "Hoja de cálculo",
|
|
8647
|
+
cube: "Cubo",
|
|
8648
|
+
sendByEmail: "Enviar por correo electrónico",
|
|
8649
|
+
},
|
|
8650
|
+
message: {
|
|
8651
|
+
emailSuccess: "Correo electrónico enviado con éxito",
|
|
8652
|
+
exportError: "Error al exportar datos",
|
|
8653
|
+
unknownFailure: "No se pudo identificar el motivo del fallo.",
|
|
8654
|
+
exportPermission: "El usuario no tiene permiso para exportar el archivo.",
|
|
8655
|
+
},
|
|
8656
|
+
title: {
|
|
8657
|
+
error: "Error",
|
|
8658
|
+
permission: "Fallo detectado",
|
|
8659
|
+
},
|
|
8660
|
+
limitExceeded: {
|
|
8661
|
+
title: "Atención",
|
|
8662
|
+
description: "Solo se exportarán los primeros {{limit}} registros. ¿Desea continuar?",
|
|
8663
|
+
subdescription: "Si necesita exportar una mayor cantidad de registros, utilice el Extractor de Datos a través de un Informe Personalizado.",
|
|
8664
|
+
cancel: "Cancelar",
|
|
8665
|
+
continue: "Continuar"
|
|
8666
|
+
}
|
|
8667
|
+
};
|
|
8668
|
+
|
|
8414
8669
|
const snkDataUnitMessages = {
|
|
8415
8670
|
saveInfo: {
|
|
8416
8671
|
clone: '¡Duplicación realizada!',
|
|
@@ -8452,6 +8707,49 @@ const snkDataUnitMessages = {
|
|
|
8452
8707
|
main: 'Principal',
|
|
8453
8708
|
};
|
|
8454
8709
|
|
|
8710
|
+
const snkEntityListMessages = {
|
|
8711
|
+
selected: "Seleccionados:"
|
|
8712
|
+
};
|
|
8713
|
+
|
|
8714
|
+
const snkErrorHandlerMessages = {
|
|
8715
|
+
title: {
|
|
8716
|
+
promiseRejected: "Promesa rechazada",
|
|
8717
|
+
errorDetected: "Error detectado"
|
|
8718
|
+
},
|
|
8719
|
+
message: {
|
|
8720
|
+
undeterminedPromiseRejection: "Error interno: Una promesa fue rechazada sin una razón determinada.",
|
|
8721
|
+
cannotOpenHelp: "No es posible abrir la ayuda fuera del espacio de trabajo Sankhya",
|
|
8722
|
+
silentExceptionIgnored: "Excepción silenciosa ignorada"
|
|
8723
|
+
},
|
|
8724
|
+
errorCode: {
|
|
8725
|
+
label: "Código: "
|
|
8726
|
+
},
|
|
8727
|
+
error: {
|
|
8728
|
+
internal: "Error interno"
|
|
8729
|
+
}
|
|
8730
|
+
};
|
|
8731
|
+
|
|
8732
|
+
const snkExporterMessages = {
|
|
8733
|
+
emailSenderTitle: "Enviar por correo electrónico",
|
|
8734
|
+
emailSenderBackButton: "Volver",
|
|
8735
|
+
emailSenderNextButton: "Siguiente",
|
|
8736
|
+
emailSenderCancelButton: "Cancelar",
|
|
8737
|
+
emailSenderSendButton: "Enviar",
|
|
8738
|
+
emailSenderOptStep_subtitle: "Primero, elija el formato del archivo",
|
|
8739
|
+
emailSenderOptStep_lblFormat: "Formato:",
|
|
8740
|
+
emailSenderOptStep_formatPDF: "PDF (.pdf)",
|
|
8741
|
+
emailSenderOptStep_formatXLS: "Hoja de cálculo (.xls)",
|
|
8742
|
+
emailSenderOptStep_export: "Exportar:",
|
|
8743
|
+
emailSenderOptStep_allData: "Toda la cuadrícula",
|
|
8744
|
+
emailSenderOptStep_currentPage: "Solo la página actual",
|
|
8745
|
+
emailSenderOptStep_someRecords: "{{SELECTION_COUNT}} filas seleccionadas",
|
|
8746
|
+
emailSenderOptStep_oneRecord: "Solo la fila seleccionada",
|
|
8747
|
+
emailSenderInfoStep_subtitle: "Información de correo electrónico",
|
|
8748
|
+
emailSenderInfoStep_sendTo: "Enviar a",
|
|
8749
|
+
emailSenderInfoStep_subject: "Asunto",
|
|
8750
|
+
emailSenderInfoStep_message: "Mensaje"
|
|
8751
|
+
};
|
|
8752
|
+
|
|
8455
8753
|
const snkFilterBarMessages = {
|
|
8456
8754
|
addFilter: "Añadir filtro",
|
|
8457
8755
|
pinFilter: "Fijar filtro",
|
|
@@ -8515,197 +8813,26 @@ const snkFilterBarMessages = {
|
|
|
8515
8813
|
requiredFilter: "Filtro obligatorio",
|
|
8516
8814
|
notFullFilled: {
|
|
8517
8815
|
title: "Filtro parcialmente completado",
|
|
8518
|
-
message: "Por favor complete toda la información del filtro."
|
|
8519
|
-
},
|
|
8520
|
-
notSaved: {
|
|
8521
|
-
title: "Atención",
|
|
8522
|
-
message: "Los cambios realizados no se aplicarán.<br/><br/><b>¿Desea continuar de todos modos?</b>"
|
|
8523
|
-
}
|
|
8524
|
-
}
|
|
8525
|
-
},
|
|
8526
|
-
};
|
|
8527
|
-
|
|
8528
|
-
const snkTaskbarMessages = {
|
|
8529
|
-
titleUpdateMultiple: "Editar Múltiples",
|
|
8530
|
-
titleUpdate: "Editar",
|
|
8531
|
-
titlePrevious: "Anterior",
|
|
8532
|
-
titleNext: "Siguiente",
|
|
8533
|
-
titleRefresh: "Actualizar",
|
|
8534
|
-
titleClone: "Duplicar",
|
|
8535
|
-
titleRemove: "Eliminar",
|
|
8536
|
-
titleMoreOptions: "Más Opciones",
|
|
8537
|
-
titleInsert: "Registrar",
|
|
8538
|
-
titleCancel: "Cancelar",
|
|
8539
|
-
titleSave: "Guardar",
|
|
8540
|
-
titleGridMode: "Modo Cuadrícula",
|
|
8541
|
-
titleFormMode: "Modo Formulario",
|
|
8542
|
-
titleConfigurator: "Configuraciones",
|
|
8543
|
-
titleAttach: "Adjuntar",
|
|
8544
|
-
forbidden: "Permiso no concedido"
|
|
8545
|
-
};
|
|
8546
|
-
|
|
8547
|
-
const crudUtilsMessages = {
|
|
8548
|
-
errorArray: "CrudUtils.find debe recibir un array de campos, o una lista separada por comas.",
|
|
8549
|
-
};
|
|
8550
|
-
|
|
8551
|
-
const snkExporterMessages = {
|
|
8552
|
-
emailSenderTitle: "Enviar por correo electrónico",
|
|
8553
|
-
emailSenderBackButton: "Volver",
|
|
8554
|
-
emailSenderNextButton: "Siguiente",
|
|
8555
|
-
emailSenderCancelButton: "Cancelar",
|
|
8556
|
-
emailSenderSendButton: "Enviar",
|
|
8557
|
-
emailSenderOptStep_subtitle: "Primero, elija el formato del archivo",
|
|
8558
|
-
emailSenderOptStep_lblFormat: "Formato:",
|
|
8559
|
-
emailSenderOptStep_formatPDF: "PDF (.pdf)",
|
|
8560
|
-
emailSenderOptStep_formatXLS: "Hoja de cálculo (.xls)",
|
|
8561
|
-
emailSenderOptStep_export: "Exportar:",
|
|
8562
|
-
emailSenderOptStep_allData: "Toda la cuadrícula",
|
|
8563
|
-
emailSenderOptStep_currentPage: "Solo la página actual",
|
|
8564
|
-
emailSenderOptStep_someRecords: "{{SELECTION_COUNT}} filas seleccionadas",
|
|
8565
|
-
emailSenderOptStep_oneRecord: "Solo la fila seleccionada",
|
|
8566
|
-
emailSenderInfoStep_subtitle: "Información de correo electrónico",
|
|
8567
|
-
emailSenderInfoStep_sendTo: "Enviar a",
|
|
8568
|
-
emailSenderInfoStep_subject: "Asunto",
|
|
8569
|
-
emailSenderInfoStep_message: "Mensaje"
|
|
8570
|
-
};
|
|
8571
|
-
|
|
8572
|
-
const snkCrudMessages = {
|
|
8573
|
-
title: {
|
|
8574
|
-
clone: "Duplicar registro",
|
|
8575
|
-
insert: "Registrar nuevo",
|
|
8576
|
-
update: "Modificar registro",
|
|
8577
|
-
clean: "{{ENTITY_NAME}}",
|
|
8578
|
-
newRecord: "Nuevo Registro"
|
|
8579
|
-
},
|
|
8580
|
-
findColumn: "Buscar campos (Ctrl+F)",
|
|
8581
|
-
goBackTitle: "Volver",
|
|
8582
|
-
guide: {
|
|
8583
|
-
tooltip: {
|
|
8584
|
-
disabledDetail: "Complete el registro para acceder a esta pestaña."
|
|
8585
|
-
}
|
|
8586
|
-
},
|
|
8587
|
-
multipleEdition: {
|
|
8588
|
-
editing: "Editando {{COUNT}} registros"
|
|
8589
|
-
},
|
|
8590
|
-
detail: {
|
|
8591
|
-
tooltip: {
|
|
8592
|
-
needSingleSelection: "Para cambiar detalles, necesita tener un (y solo un) registro seleccionado."
|
|
8593
|
-
}
|
|
8594
|
-
},
|
|
8595
|
-
errors: {
|
|
8596
|
-
resourceIDNotProvided: "Error interno: resourceID no proporcionado"
|
|
8597
|
-
},
|
|
8598
|
-
shortcuts: {
|
|
8599
|
-
toggleView: "Alternar entre modo formulario y cuadrícula.",
|
|
8600
|
-
saveData: "Guardar datos.",
|
|
8601
|
-
addRecord: "Añadir un nuevo registro.",
|
|
8602
|
-
removeRecord: "Eliminar el registro seleccionado.",
|
|
8603
|
-
refreshData: "Actualizar datos.",
|
|
8604
|
-
cancelAction: "Cancelar una acción."
|
|
8605
|
-
}
|
|
8606
|
-
};
|
|
8607
|
-
|
|
8608
|
-
const snkSimpleCrudMessages = {
|
|
8609
|
-
findColumn: "Búsqueda de columnas (Ctrl+F)",
|
|
8610
|
-
findFields: "Búsqueda de campos (Ctrl+F)",
|
|
8611
|
-
formConfigUnavaliable: {
|
|
8612
|
-
title: "Aviso",
|
|
8613
|
-
message: 'La opción "Configurar formulario" estará disponible próximamente. Mientras tanto, acceda a la configuración del formulario a través de los diseños anteriores, HTML5 o Flex.'
|
|
8614
|
-
},
|
|
8615
|
-
keyboardShortcuts: {
|
|
8616
|
-
saveData: "Guarda los datos.",
|
|
8617
|
-
addRecord: "Agrega un nuevo registro.",
|
|
8618
|
-
removeRecord: "Elimina el registro seleccionado.",
|
|
8619
|
-
cancelAction: "Cancela una acción."
|
|
8620
|
-
}
|
|
8621
|
-
};
|
|
8622
|
-
|
|
8623
|
-
const fileViewerMessages = {
|
|
8624
|
-
error: {
|
|
8625
|
-
title: "Error en la Exportación",
|
|
8626
|
-
message: "El usuario no tiene permiso para exportar el archivo."
|
|
8627
|
-
},
|
|
8628
|
-
message: {
|
|
8629
|
-
exportSuccess: "¡Exportado con éxito!",
|
|
8630
|
-
}
|
|
8631
|
-
};
|
|
8632
|
-
|
|
8633
|
-
const snkApplicationMessages = {
|
|
8634
|
-
dataUnit: {
|
|
8635
|
-
initDataUnitError: "Dataunit no inicializado",
|
|
8636
|
-
},
|
|
8637
|
-
keyboard: {
|
|
8638
|
-
shortcuts: {
|
|
8639
|
-
searchApp: "Buscar pantallas",
|
|
8640
|
-
showDesktop: "Mostrar escritorio",
|
|
8641
|
-
openHelp: "Abrir ayuda"
|
|
8642
|
-
}
|
|
8643
|
-
},
|
|
8644
|
-
loading: {
|
|
8645
|
-
text: "Cargando..."
|
|
8646
|
-
},
|
|
8647
|
-
newVersionPopup: {
|
|
8648
|
-
title: "Bienvenido a la nueva interfaz de {{screenName}}",
|
|
8649
|
-
info: "Con un recorrido más moderno, simple e intuitivo, el rendimiento mejorado de la nueva interfaz impulsará su productividad.",
|
|
8650
|
-
okButton: "¡Quiero probarlo!",
|
|
8651
|
-
cancelButton: "Volver a la interfaz anterior",
|
|
8652
|
-
},
|
|
8653
|
-
search: {
|
|
8654
|
-
error: {
|
|
8655
|
-
title: "Error al buscar",
|
|
8656
|
-
requiredField: "Es necesario informar el campo {{fieldLabel}} para ejecutar la búsqueda."
|
|
8657
|
-
}
|
|
8658
|
-
}
|
|
8659
|
-
};
|
|
8660
|
-
|
|
8661
|
-
const snkConfiguratorMessages = {
|
|
8662
|
-
titleConfigurations: "Configuraciones",
|
|
8663
|
-
subTitleModeConfig: "Modo de visualización",
|
|
8664
|
-
labelConfigGrid: "Configurar cuadrícula",
|
|
8665
|
-
labelConfigForm: "Configurar formulario",
|
|
8666
|
-
labelGrid: "Cuadrícula",
|
|
8667
|
-
labelForm: "Formulario",
|
|
8668
|
-
labelLayoutForm: "Diseño del formulario",
|
|
8669
|
-
buttons: {
|
|
8670
|
-
cancel: "Cancelar",
|
|
8671
|
-
save: "Guardar"
|
|
8672
|
-
}
|
|
8673
|
-
};
|
|
8674
|
-
|
|
8675
|
-
const snkDataExporterMessages = {
|
|
8676
|
-
group: {
|
|
8677
|
-
export: {
|
|
8678
|
-
default: "Exportar a",
|
|
8679
|
-
multiSelected: "Exportar {0} filas seleccionadas",
|
|
8680
|
-
selectedLine: "Exportar solo 1 fila seleccionada",
|
|
8681
|
-
title: "Exportar",
|
|
8682
|
-
},
|
|
8683
|
-
custom: "Personalizado"
|
|
8684
|
-
},
|
|
8685
|
-
label: {
|
|
8686
|
-
currentPage: "Solo la página actual",
|
|
8687
|
-
allRecords: "Todos los registros",
|
|
8688
|
-
spreadsheet: "Hoja de cálculo",
|
|
8689
|
-
cube: "Cubo",
|
|
8690
|
-
sendByEmail: "Enviar por correo electrónico",
|
|
8691
|
-
},
|
|
8692
|
-
message: {
|
|
8693
|
-
emailSuccess: "Correo electrónico enviado con éxito",
|
|
8694
|
-
exportError: "Error al exportar datos",
|
|
8695
|
-
unknownFailure: "No se pudo identificar el motivo del fallo.",
|
|
8696
|
-
exportPermission: "El usuario no tiene permiso para exportar el archivo.",
|
|
8697
|
-
},
|
|
8698
|
-
title: {
|
|
8699
|
-
error: "Error",
|
|
8700
|
-
permission: "Fallo detectado",
|
|
8816
|
+
message: "Por favor complete toda la información del filtro."
|
|
8817
|
+
},
|
|
8818
|
+
notSaved: {
|
|
8819
|
+
title: "Atención",
|
|
8820
|
+
message: "Los cambios realizados no se aplicarán.<br/><br/><b>¿Desea continuar de todos modos?</b>"
|
|
8821
|
+
}
|
|
8822
|
+
}
|
|
8701
8823
|
},
|
|
8702
|
-
|
|
8703
|
-
|
|
8704
|
-
|
|
8705
|
-
|
|
8706
|
-
|
|
8707
|
-
|
|
8708
|
-
|
|
8824
|
+
};
|
|
8825
|
+
|
|
8826
|
+
const snkFilterFieldSearchMessages = {
|
|
8827
|
+
searchLabel: "Buscar campo",
|
|
8828
|
+
fieldLabel: "Campos de {{link}}",
|
|
8829
|
+
linkLabel: "Categorías de {{link}}",
|
|
8830
|
+
groupEmpty: "No hay categorías para selección",
|
|
8831
|
+
searchEmpty: "Ningún resultado encontrado"
|
|
8832
|
+
};
|
|
8833
|
+
|
|
8834
|
+
const snkFilterListMessages = {
|
|
8835
|
+
showMore: "Mostrar más"
|
|
8709
8836
|
};
|
|
8710
8837
|
|
|
8711
8838
|
const snkFilterParamConfigMessages = {
|
|
@@ -8727,61 +8854,22 @@ const snkFilterParamConfigMessages = {
|
|
|
8727
8854
|
labelSave: "Guardar"
|
|
8728
8855
|
};
|
|
8729
8856
|
|
|
8730
|
-
const
|
|
8731
|
-
|
|
8732
|
-
|
|
8733
|
-
|
|
8734
|
-
groupEmpty: "No hay categorías para selección",
|
|
8735
|
-
searchEmpty: "Ningún resultado encontrado"
|
|
8736
|
-
};
|
|
8737
|
-
|
|
8738
|
-
const snkSimpleBarMessages = {
|
|
8739
|
-
backTitle: "Volver"
|
|
8740
|
-
};
|
|
8741
|
-
|
|
8742
|
-
const snkAttachMessages = {
|
|
8743
|
-
title: "Adjuntar archivos",
|
|
8744
|
-
description: "Suba los archivos o proporcione enlaces que desea adjuntar al título",
|
|
8745
|
-
attachHint: "Descargar archivo",
|
|
8746
|
-
breadcrumbTitle: "Adjuntar",
|
|
8747
|
-
finishedMessage: "El archivo adjunto se ha finalizado con éxito",
|
|
8748
|
-
finish: "Finalizar",
|
|
8749
|
-
cancelConfirmation: {
|
|
8750
|
-
title: "Atención",
|
|
8751
|
-
message: "Los cambios realizados no se aplicarán.<br/><br/><b>¿Desea continuar de todos modos?</b>",
|
|
8752
|
-
},
|
|
8753
|
-
alertValidation: {
|
|
8754
|
-
fileAndLinkAtTheSameTime: {
|
|
8755
|
-
title: "Atención",
|
|
8756
|
-
message: "No está permitido insertar el archivo y el enlace al mismo tiempo."
|
|
8757
|
-
},
|
|
8758
|
-
anyLinkOrFileFilled: {
|
|
8759
|
-
title: "Atención",
|
|
8760
|
-
message: `Es necesario completar el campo "Enlace" o adjuntar un archivo.`
|
|
8761
|
-
},
|
|
8762
|
-
descriptionCannotBeChanged: {
|
|
8763
|
-
title: "Atención",
|
|
8764
|
-
message: "El campo 'Descripción' no puede ser modificado."
|
|
8765
|
-
},
|
|
8766
|
-
noRecordSelected: {
|
|
8767
|
-
message: "Ningún registro seleccionado"
|
|
8768
|
-
}
|
|
8769
|
-
},
|
|
8770
|
-
taskbar: {
|
|
8771
|
-
titleDownload: "Descargar",
|
|
8772
|
-
titleLink: "Abrir enlace",
|
|
8857
|
+
const snkLayoutFormConfigMessages = {
|
|
8858
|
+
cascadeLayout: {
|
|
8859
|
+
label: "Diseño en cascada",
|
|
8860
|
+
description: "Todos los campos se organizarán en una única columna."
|
|
8773
8861
|
},
|
|
8774
|
-
|
|
8775
|
-
|
|
8776
|
-
|
|
8777
|
-
lblFileOrLink: "Archivo / Enlace",
|
|
8778
|
-
lblUser: "Usuario",
|
|
8779
|
-
lblDate: "Fecha de modificación",
|
|
8780
|
-
lblFile: "Archivo",
|
|
8781
|
-
lblSubTitle: "Haga clic para seleccionar un archivo",
|
|
8862
|
+
sideBySideLayout: {
|
|
8863
|
+
label: "Diseño lado a lado",
|
|
8864
|
+
description: "Todos los campos se dispondrán lado a lado, ajustándose automáticamente al ancho de la pantalla."
|
|
8782
8865
|
}
|
|
8783
8866
|
};
|
|
8784
8867
|
|
|
8868
|
+
const snkNumberingConfigMessages = {
|
|
8869
|
+
labelAutoNumbering: "Numeración automática",
|
|
8870
|
+
labelInitialNumber: "Número inicial"
|
|
8871
|
+
};
|
|
8872
|
+
|
|
8785
8873
|
const snkPersonalizedFilterMessages = {
|
|
8786
8874
|
info: {
|
|
8787
8875
|
titleEdit: "Editar filtro personalizado",
|
|
@@ -8888,37 +8976,29 @@ const snkPersonalizedFilterMessages = {
|
|
|
8888
8976
|
}
|
|
8889
8977
|
};
|
|
8890
8978
|
|
|
8891
|
-
const
|
|
8892
|
-
|
|
8893
|
-
|
|
8894
|
-
|
|
8895
|
-
|
|
8896
|
-
|
|
8897
|
-
|
|
8898
|
-
|
|
8899
|
-
|
|
8900
|
-
|
|
8901
|
-
|
|
8902
|
-
incorrectAction: "La acción \"{{description}}\" no puede ejecutarse porque no se guardó correctamente.",
|
|
8903
|
-
emptyParamName: "<b>Regla Personalizada:</b><br/><br/>Es necesario informar el atributo 'paramName'",
|
|
8904
|
-
nonExistentType: "Tipo de acción no implementada: {{this.actionType}}"
|
|
8905
|
-
},
|
|
8906
|
-
launchScreen: {
|
|
8907
|
-
emptyField: "La acción \"{{description}}\" no pudo ejecutarse porque el campo \"{{localFieldLabel}}\" está vacío."
|
|
8908
|
-
},
|
|
8909
|
-
form: {
|
|
8910
|
-
fillParams: "Informe los parámetros"
|
|
8979
|
+
const snkPesquisaMessages = {
|
|
8980
|
+
search: {
|
|
8981
|
+
label: "Buscar",
|
|
8982
|
+
button: "Buscar",
|
|
8983
|
+
clearButton: "Limpiar búsqueda",
|
|
8984
|
+
waitMessage: "Espere, buscando registros...",
|
|
8985
|
+
noResultsMessage: "No se encontraron registros",
|
|
8986
|
+
initialMessage: "Los resultados de su búsqueda aparecerán aquí...",
|
|
8987
|
+
resultsFoundSingular: "1 registro encontrado",
|
|
8988
|
+
resultsFoundPlural: "{{COUNT}} registros encontrados",
|
|
8989
|
+
limitMessage: "Esta búsqueda fue limitada, hay más resultados."
|
|
8911
8990
|
},
|
|
8912
|
-
|
|
8913
|
-
|
|
8914
|
-
|
|
8915
|
-
|
|
8991
|
+
viewMode: {
|
|
8992
|
+
tableMode: "Modo cuadrícula",
|
|
8993
|
+
listMode: "Modo lista",
|
|
8994
|
+
treeMode: "Modo árbol jerárquico"
|
|
8916
8995
|
},
|
|
8917
|
-
|
|
8918
|
-
|
|
8919
|
-
|
|
8920
|
-
|
|
8921
|
-
|
|
8996
|
+
tree: {
|
|
8997
|
+
emptyMessage: "No se encontraron registros...",
|
|
8998
|
+
expandButton: "Expandir",
|
|
8999
|
+
collapseButton: "Contraer",
|
|
9000
|
+
errorTitle: "Error",
|
|
9001
|
+
nonAnalyticError: "Hay al menos un registro inválido seleccionado. Debe seleccionar elementos de tipo 'analítico'."
|
|
8922
9002
|
}
|
|
8923
9003
|
};
|
|
8924
9004
|
|
|
@@ -8946,62 +9026,22 @@ const snkPrintSelectorMessages = {
|
|
|
8946
9026
|
}
|
|
8947
9027
|
};
|
|
8948
9028
|
|
|
8949
|
-
const
|
|
8950
|
-
|
|
8951
|
-
promiseRejected: "Promesa rechazada",
|
|
8952
|
-
errorDetected: "Error detectado"
|
|
8953
|
-
},
|
|
8954
|
-
message: {
|
|
8955
|
-
undeterminedPromiseRejection: "Error interno: Una promesa fue rechazada sin una razón determinada.",
|
|
8956
|
-
cannotOpenHelp: "No es posible abrir la ayuda fuera del espacio de trabajo Sankhya",
|
|
8957
|
-
silentExceptionIgnored: "Excepción silenciosa ignorada"
|
|
8958
|
-
},
|
|
8959
|
-
errorCode: {
|
|
8960
|
-
label: "Código: "
|
|
8961
|
-
},
|
|
8962
|
-
error: {
|
|
8963
|
-
internal: "Error interno"
|
|
8964
|
-
}
|
|
8965
|
-
};
|
|
8966
|
-
|
|
8967
|
-
const snkFilterListMessages = {
|
|
8968
|
-
showMore: "Mostrar más"
|
|
8969
|
-
};
|
|
8970
|
-
|
|
8971
|
-
const snkLayoutFormConfigMessages = {
|
|
8972
|
-
cascadeLayout: {
|
|
8973
|
-
label: "Diseño en cascada",
|
|
8974
|
-
description: "Todos los campos se organizarán en una única columna."
|
|
8975
|
-
},
|
|
8976
|
-
sideBySideLayout: {
|
|
8977
|
-
label: "Diseño lado a lado",
|
|
8978
|
-
description: "Todos los campos se dispondrán lado a lado, ajustándose automáticamente al ancho de la pantalla."
|
|
8979
|
-
}
|
|
9029
|
+
const snkSimpleBarMessages = {
|
|
9030
|
+
backTitle: "Volver"
|
|
8980
9031
|
};
|
|
8981
9032
|
|
|
8982
|
-
const
|
|
8983
|
-
|
|
8984
|
-
|
|
8985
|
-
|
|
8986
|
-
|
|
8987
|
-
|
|
8988
|
-
noResultsMessage: "No se encontraron registros",
|
|
8989
|
-
initialMessage: "Los resultados de su búsqueda aparecerán aquí...",
|
|
8990
|
-
resultsFoundSingular: "1 registro encontrado",
|
|
8991
|
-
resultsFoundPlural: "{{COUNT}} registros encontrados",
|
|
8992
|
-
limitMessage: "Esta búsqueda fue limitada, hay más resultados."
|
|
8993
|
-
},
|
|
8994
|
-
viewMode: {
|
|
8995
|
-
tableMode: "Modo cuadrícula",
|
|
8996
|
-
listMode: "Modo lista",
|
|
8997
|
-
treeMode: "Modo árbol jerárquico"
|
|
9033
|
+
const snkSimpleCrudMessages = {
|
|
9034
|
+
findColumn: "Búsqueda de columnas (Ctrl+F)",
|
|
9035
|
+
findFields: "Búsqueda de campos (Ctrl+F)",
|
|
9036
|
+
formConfigUnavaliable: {
|
|
9037
|
+
title: "Aviso",
|
|
9038
|
+
message: 'La opción "Configurar formulario" estará disponible próximamente. Mientras tanto, acceda a la configuración del formulario a través de los diseños anteriores, HTML5 o Flex.'
|
|
8998
9039
|
},
|
|
8999
|
-
|
|
9000
|
-
|
|
9001
|
-
|
|
9002
|
-
|
|
9003
|
-
|
|
9004
|
-
nonAnalyticError: "Hay al menos un registro inválido seleccionado. Debe seleccionar elementos de tipo 'analítico'."
|
|
9040
|
+
keyboardShortcuts: {
|
|
9041
|
+
saveData: "Guarda los datos.",
|
|
9042
|
+
addRecord: "Agrega un nuevo registro.",
|
|
9043
|
+
removeRecord: "Elimina el registro seleccionado.",
|
|
9044
|
+
cancelAction: "Cancela una acción."
|
|
9005
9045
|
}
|
|
9006
9046
|
};
|
|
9007
9047
|
|
|
@@ -9022,43 +9062,23 @@ const snkSimpleFormConfigMessages = {
|
|
|
9022
9062
|
}
|
|
9023
9063
|
};
|
|
9024
9064
|
|
|
9025
|
-
const
|
|
9026
|
-
|
|
9027
|
-
|
|
9028
|
-
|
|
9029
|
-
|
|
9030
|
-
|
|
9031
|
-
|
|
9032
|
-
|
|
9033
|
-
|
|
9034
|
-
|
|
9035
|
-
|
|
9036
|
-
|
|
9037
|
-
|
|
9038
|
-
|
|
9039
|
-
|
|
9040
|
-
|
|
9041
|
-
|
|
9042
|
-
};
|
|
9043
|
-
|
|
9044
|
-
const continuousInsertUtilsMessages = {
|
|
9045
|
-
actions: {
|
|
9046
|
-
enable: "Activar inserción continua",
|
|
9047
|
-
disable: "Desactivar inserción continua"
|
|
9048
|
-
}
|
|
9049
|
-
};
|
|
9050
|
-
|
|
9051
|
-
const dataFetcherMessages = {
|
|
9052
|
-
errorDetected: "Fallo detectado",
|
|
9053
|
-
noErrorMessage: "No hay mensaje de error",
|
|
9054
|
-
noErrorInfo: "No hay información sobre el error",
|
|
9055
|
-
clientEventNotRegisteredWarn: "Evento de cliente {{id}} no registrado",
|
|
9056
|
-
clientEventNotRegisteredTitle: "Evento de cliente no registrado",
|
|
9057
|
-
clientEventNotRegisteredMsg: "Ocurrió el evento de cliente {{id}} pero no hay evento de cliente registrado en la aplicación.",
|
|
9058
|
-
serviceExecutionError: "Error al ejecutar el servicio",
|
|
9059
|
-
serviceExecutionErrorWarn: "Error al ejecutar el servicio: {{err}}",
|
|
9060
|
-
serviceExecutionErrorWithName: "Error al ejecutar el servicio: {{serviceName}}",
|
|
9061
|
-
serviceCanceled: "Servicio cancelado"
|
|
9065
|
+
const snkTaskbarMessages = {
|
|
9066
|
+
titleUpdateMultiple: "Editar Múltiples",
|
|
9067
|
+
titleUpdate: "Editar",
|
|
9068
|
+
titlePrevious: "Anterior",
|
|
9069
|
+
titleNext: "Siguiente",
|
|
9070
|
+
titleRefresh: "Actualizar",
|
|
9071
|
+
titleClone: "Duplicar",
|
|
9072
|
+
titleRemove: "Eliminar",
|
|
9073
|
+
titleMoreOptions: "Más Opciones",
|
|
9074
|
+
titleInsert: "Registrar",
|
|
9075
|
+
titleCancel: "Cancelar",
|
|
9076
|
+
titleSave: "Guardar",
|
|
9077
|
+
titleGridMode: "Modo Cuadrícula",
|
|
9078
|
+
titleFormMode: "Modo Formulario",
|
|
9079
|
+
titleConfigurator: "Configuraciones",
|
|
9080
|
+
titleAttach: "Adjuntar",
|
|
9081
|
+
forbidden: "Permiso no concedido"
|
|
9062
9082
|
};
|
|
9063
9083
|
|
|
9064
9084
|
const snkGridMessages = {
|
|
@@ -9264,6 +9284,7 @@ const messageResourcePtBR = {
|
|
|
9264
9284
|
snkLayoutFormConfig: snkLayoutFormConfigMessages,
|
|
9265
9285
|
snkPesquisa: snkPesquisaMessages,
|
|
9266
9286
|
snkSimpleFormConfig: snkSimpleFormConfigMessages,
|
|
9287
|
+
snkNumberingConfig: snkNumberingConfigMessages,
|
|
9267
9288
|
dataUnitDataLoaderHelper: dataUnitDataLoaderHelperMessages,
|
|
9268
9289
|
continuousInsertUtils: continuousInsertUtilsMessages,
|
|
9269
9290
|
dataFetcher: dataFetcherMessages
|