@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
|
@@ -1,41 +1,88 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-479e1293.js';
|
|
2
|
-
import { StringUtils, ElementIDUtils, ApplicationContext, KeyboardManager } from '@sankhyalabs/core';
|
|
3
|
-
import
|
|
4
|
-
import './
|
|
5
|
-
import './ISave-b9c9188b.js';
|
|
2
|
+
import { Action, StringUtils, ElementIDUtils, ApplicationContext, KeyboardManager } from '@sankhyalabs/core';
|
|
3
|
+
import './DataFetcher-5780ad39.js';
|
|
4
|
+
import './ISave-8a22ec18.js';
|
|
6
5
|
import { P as PresentationMode, E as ExporterStrategy } from './index-b40568ff.js';
|
|
7
6
|
import '@sankhyalabs/ezui/dist/collection/utils/constants';
|
|
8
7
|
import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
|
|
9
|
-
import './dataunit-fetcher-
|
|
8
|
+
import './dataunit-fetcher-c4251d80.js';
|
|
10
9
|
import './filter-item-type.enum-d45e026f.js';
|
|
11
|
-
import './form-config-fetcher-
|
|
10
|
+
import './form-config-fetcher-d0536a71.js';
|
|
12
11
|
import { V as VIEW_MODE } from './constants-7b422de0.js';
|
|
13
|
-
import { A as AutorizationType } from './auth-fetcher-
|
|
14
|
-
import './
|
|
12
|
+
import { A as AutorizationType } from './auth-fetcher-28b9d0db.js';
|
|
13
|
+
import { S as ServicesNumberingConfig } from './ServicesNumberingConfig-2f7b050e.js';
|
|
14
|
+
import { T as TaskbarElement } from './taskbar-elements-faaf5d8f.js';
|
|
15
15
|
import './PrintUtils-3e4ff0f5.js';
|
|
16
16
|
import '@sankhyalabs/ezui/dist/collection/components/ez-grid/utils';
|
|
17
17
|
import '@sankhyalabs/core/dist/utils/SortingUtils';
|
|
18
18
|
import './ResourceIDUtils-a114189a.js';
|
|
19
|
+
import './index-446f9341.js';
|
|
19
20
|
|
|
20
21
|
const snkCrudCss = ".sc-snk-crud-h{display:flex;flex-direction:column;height:100%;width:100%}";
|
|
21
22
|
|
|
22
23
|
const SnkCrud = class {
|
|
23
24
|
constructor(hostRef) {
|
|
24
25
|
registerInstance(this, hostRef);
|
|
26
|
+
this.snkShowGuide = createEvent(this, "snkShowGuide", 7);
|
|
25
27
|
this.actionClick = createEvent(this, "actionClick", 7);
|
|
26
28
|
this.configuratorSave = createEvent(this, "configuratorSave", 7);
|
|
27
29
|
this.configuratorCancel = createEvent(this, "configuratorCancel", 7);
|
|
28
30
|
this.formItemsReady = createEvent(this, "formItemsReady", 7);
|
|
29
31
|
this.viewModeChanged = createEvent(this, "viewModeChanged", 7);
|
|
32
|
+
this.numberingConfigChanged = createEvent(this, "numberingConfigChanged", 7);
|
|
30
33
|
this._viewHistory = [];
|
|
31
34
|
this._customEditors = new Map();
|
|
32
35
|
this._customRenders = new Map();
|
|
36
|
+
this.loadEntitySuggestions = async (argument) => {
|
|
37
|
+
var _a;
|
|
38
|
+
const value = (_a = argument === null || argument === void 0 ? void 0 : argument.argument) !== null && _a !== void 0 ? _a : '';
|
|
39
|
+
const mode = (argument === null || argument === void 0 ? void 0 : argument.mode) || "PREDICTIVE";
|
|
40
|
+
if (!value || value.trim().length === 0) {
|
|
41
|
+
return [];
|
|
42
|
+
}
|
|
43
|
+
try {
|
|
44
|
+
this._showMoreOnSearch = false;
|
|
45
|
+
const entityName = this._snkDataUnit.entityName;
|
|
46
|
+
if (mode === "PREDICTIVE") {
|
|
47
|
+
return await this.handlePredictiveSearch(value, entityName);
|
|
48
|
+
}
|
|
49
|
+
return await this._application.executePreparedSearch(mode, value, this.buildSearchOptions(entityName));
|
|
50
|
+
}
|
|
51
|
+
catch (error) {
|
|
52
|
+
console.error('Erro ao carregar sugestões de entidades:', error);
|
|
53
|
+
return [];
|
|
54
|
+
}
|
|
55
|
+
};
|
|
56
|
+
this.searchEntitySelect = async (item) => {
|
|
57
|
+
if (!this._entityPKField || !item) {
|
|
58
|
+
return;
|
|
59
|
+
}
|
|
60
|
+
try {
|
|
61
|
+
const pk = [{ name: this._entityPKField, value: item.value }];
|
|
62
|
+
await this.refreshDataUnitByPk(pk);
|
|
63
|
+
}
|
|
64
|
+
catch (error) {
|
|
65
|
+
console.error('Erro ao selecionar entidade:', error);
|
|
66
|
+
}
|
|
67
|
+
};
|
|
68
|
+
this.dataUnitInterceptor = {
|
|
69
|
+
interceptAction: (action) => {
|
|
70
|
+
if (action.type === Action.DATA_SAVED) {
|
|
71
|
+
action = this.interceptDataSaved(action);
|
|
72
|
+
}
|
|
73
|
+
return action;
|
|
74
|
+
},
|
|
75
|
+
};
|
|
33
76
|
this._dataUnit = undefined;
|
|
34
77
|
this._dataState = undefined;
|
|
35
78
|
this.attachmentRegisterKey = undefined;
|
|
36
79
|
this._currentViewMode = VIEW_MODE.GRID;
|
|
37
80
|
this._canEdit = undefined;
|
|
38
81
|
this._resourceID = undefined;
|
|
82
|
+
this.customContainerId = `SNK-CRUD-CUSTOM-CONTAINER-${StringUtils.generateUUID()}`;
|
|
83
|
+
this.numberingConfig = undefined;
|
|
84
|
+
this._showMoreOnSearch = false;
|
|
85
|
+
this._entityPKField = undefined;
|
|
39
86
|
this.enableLockManagerLoadingComp = false;
|
|
40
87
|
this.enableLockManagerTaskbarClick = false;
|
|
41
88
|
this.configName = undefined;
|
|
@@ -64,7 +111,9 @@ const SnkCrud = class {
|
|
|
64
111
|
this.layoutFormConfig = true;
|
|
65
112
|
this.multipleEditionEnabled = true;
|
|
66
113
|
this.paginationCounterMode = 'auto';
|
|
67
|
-
this.
|
|
114
|
+
this.customGuidesConfig = [];
|
|
115
|
+
this.showEntitySearch = true;
|
|
116
|
+
this.disableNumberingConfig = false;
|
|
68
117
|
}
|
|
69
118
|
/**
|
|
70
119
|
* Usado para alternar a visão entre GRID e FORM externamente.
|
|
@@ -142,6 +191,19 @@ const SnkCrud = class {
|
|
|
142
191
|
async setFieldProp(fieldName, propName, value) {
|
|
143
192
|
await this._guidesViewer.setFieldProp(fieldName, propName, value);
|
|
144
193
|
}
|
|
194
|
+
/**
|
|
195
|
+
* Retorna a configuração de numeração atual.
|
|
196
|
+
*/
|
|
197
|
+
async getNumberingConfig() {
|
|
198
|
+
return this.numberingConfig;
|
|
199
|
+
}
|
|
200
|
+
/**
|
|
201
|
+
* Atualiza a configuração de numeração.
|
|
202
|
+
*/
|
|
203
|
+
async updateNumberingConfig(config) {
|
|
204
|
+
this.numberingConfig = config;
|
|
205
|
+
this.applyNumberingConfigToFields();
|
|
206
|
+
}
|
|
145
207
|
currentViewModeWatcher(currentView) {
|
|
146
208
|
this._viewHistory = [...this._viewHistory.slice(-1), currentView];
|
|
147
209
|
}
|
|
@@ -270,7 +332,9 @@ const SnkCrud = class {
|
|
|
270
332
|
this.initKeyboardManager();
|
|
271
333
|
}
|
|
272
334
|
disconnectedCallback() {
|
|
335
|
+
var _a;
|
|
273
336
|
this.removeShortcuts();
|
|
337
|
+
(_a = this._dataUnit) === null || _a === void 0 ? void 0 : _a.removeInterceptor(this.dataUnitInterceptor);
|
|
274
338
|
}
|
|
275
339
|
async handleDataStateChange(evt) {
|
|
276
340
|
var _a;
|
|
@@ -344,10 +408,97 @@ const SnkCrud = class {
|
|
|
344
408
|
var _a;
|
|
345
409
|
(_a = this._keyboardManager) === null || _a === void 0 ? void 0 : _a.unbindAllShortcutKeys();
|
|
346
410
|
}
|
|
411
|
+
async handlePredictiveSearch(argument, entityName) {
|
|
412
|
+
var _a, _b;
|
|
413
|
+
const response = await this._application.executePreparedSearchWithFullResponse(argument, this.buildSearchOptions(entityName, 5));
|
|
414
|
+
this._showMoreOnSearch = (_a = response === null || response === void 0 ? void 0 : response.hasMore) !== null && _a !== void 0 ? _a : false;
|
|
415
|
+
this._entityPKField = response === null || response === void 0 ? void 0 : response.pkField;
|
|
416
|
+
return (_b = response === null || response === void 0 ? void 0 : response.data) !== null && _b !== void 0 ? _b : [];
|
|
417
|
+
}
|
|
418
|
+
async refreshDataUnitByPk(pks) {
|
|
419
|
+
try {
|
|
420
|
+
const pkField = pks[0].name;
|
|
421
|
+
const pkValue = pks[0].value;
|
|
422
|
+
// Criar filtro para a busca específica
|
|
423
|
+
const quickFilter = {
|
|
424
|
+
term: '',
|
|
425
|
+
filter: {
|
|
426
|
+
name: '',
|
|
427
|
+
params: [],
|
|
428
|
+
expression: `(${pkField} = ${pkValue})`
|
|
429
|
+
}
|
|
430
|
+
};
|
|
431
|
+
// Carregar dados com o filtro aplicado diretamente
|
|
432
|
+
await this._dataUnit.loadData(quickFilter);
|
|
433
|
+
// Navegar para o formulário se houver apenas um registro
|
|
434
|
+
if (this._dataUnit.records.length === 1) {
|
|
435
|
+
this._dataUnit.selectFirst();
|
|
436
|
+
this.gridToForm(true);
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
catch (error) {
|
|
440
|
+
console.error('Erro ao atualizar dataset:', error);
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
buildSearchOptions(entityName, limit) {
|
|
444
|
+
return {
|
|
445
|
+
entity: entityName,
|
|
446
|
+
entityDescription: entityName,
|
|
447
|
+
executeOnOpen: true,
|
|
448
|
+
searchOptions: {
|
|
449
|
+
localEntityName: entityName,
|
|
450
|
+
limit,
|
|
451
|
+
}
|
|
452
|
+
};
|
|
453
|
+
}
|
|
347
454
|
async toggleView() {
|
|
348
455
|
const currentView = await this._viewStack.getSelectedIndex();
|
|
349
456
|
this.setViewMode(VIEW_MODE.GRID === currentView ? VIEW_MODE.FORM : VIEW_MODE.GRID);
|
|
350
457
|
}
|
|
458
|
+
getLastRecordSaved(action) {
|
|
459
|
+
var _a;
|
|
460
|
+
if ((_a = action.payload) === null || _a === void 0 ? void 0 : _a.records.length) {
|
|
461
|
+
return action.payload.records[action.payload.records.length - 1];
|
|
462
|
+
}
|
|
463
|
+
return null;
|
|
464
|
+
}
|
|
465
|
+
async saveNumberingConfig() {
|
|
466
|
+
const payload = {
|
|
467
|
+
entityName: this._snkDataUnit.entityName,
|
|
468
|
+
isAutoNum: this.numberingConfig.isAutoNumbering,
|
|
469
|
+
numInicial: this.numberingConfig.initialNumber
|
|
470
|
+
};
|
|
471
|
+
await this._servicesNumberingConfig.saveConfig(payload);
|
|
472
|
+
}
|
|
473
|
+
updateNumberingConfigAfterInsert(action) {
|
|
474
|
+
var _a, _b;
|
|
475
|
+
if (!((_a = action.payload) === null || _a === void 0 ? void 0 : _a.changes.length) || this.disableNumberingConfig || !((_b = this.numberingConfig) === null || _b === void 0 ? void 0 : _b.isAutoNumbering) || !this._fieldAutoNum) {
|
|
476
|
+
return action;
|
|
477
|
+
}
|
|
478
|
+
if (!action.payload.changes.some((change) => change.operation === 'INSERT' || change.operation === 'COPY')) {
|
|
479
|
+
return action;
|
|
480
|
+
}
|
|
481
|
+
const lastRecord = this.getLastRecordSaved(action);
|
|
482
|
+
if (lastRecord && lastRecord.hasOwnProperty(this._fieldAutoNum)) {
|
|
483
|
+
const currentNumber = Number(lastRecord[this._fieldAutoNum]);
|
|
484
|
+
this.numberingConfig.initialNumber = currentNumber;
|
|
485
|
+
this.saveNumberingConfig();
|
|
486
|
+
}
|
|
487
|
+
else {
|
|
488
|
+
this.numberingConfig.initialNumber = this.numberingConfig.initialNumber + 1;
|
|
489
|
+
}
|
|
490
|
+
this.numberingConfigChanged.emit(this.numberingConfig);
|
|
491
|
+
return action;
|
|
492
|
+
}
|
|
493
|
+
interceptDataSaved(action) {
|
|
494
|
+
this.updateNumberingConfigAfterInsert(action);
|
|
495
|
+
return action;
|
|
496
|
+
}
|
|
497
|
+
onDataUnitReady() {
|
|
498
|
+
var _a;
|
|
499
|
+
(_a = this._dataUnit) === null || _a === void 0 ? void 0 : _a.addInterceptor(this.dataUnitInterceptor);
|
|
500
|
+
this.loadNumberingConfig();
|
|
501
|
+
}
|
|
351
502
|
async initDataUnit() {
|
|
352
503
|
this.addDataElementID();
|
|
353
504
|
if (!this.messagesBuilder) {
|
|
@@ -360,21 +511,69 @@ const SnkCrud = class {
|
|
|
360
511
|
this._resourceID = await this._application.getResourceID();
|
|
361
512
|
}
|
|
362
513
|
}
|
|
514
|
+
this.onDataUnitReady();
|
|
515
|
+
}
|
|
516
|
+
async loadNumberingConfig() {
|
|
517
|
+
if (this.numberingConfig || !this._snkDataUnit || !this._snkDataUnit.entityName || this.disableNumberingConfig) {
|
|
518
|
+
return;
|
|
519
|
+
}
|
|
520
|
+
if (!this._servicesNumberingConfig) {
|
|
521
|
+
this._servicesNumberingConfig = new ServicesNumberingConfig(this._application, this._resourceID);
|
|
522
|
+
}
|
|
523
|
+
try {
|
|
524
|
+
this.numberingConfig = await this._servicesNumberingConfig.getConfig(this._snkDataUnit.entityName);
|
|
525
|
+
this.getFieldAutoNum();
|
|
526
|
+
this.applyNumberingConfigToFields();
|
|
527
|
+
}
|
|
528
|
+
catch (error) {
|
|
529
|
+
console.error("Error loading numbering config in snk-crud:", error);
|
|
530
|
+
this.numberingConfig = {
|
|
531
|
+
isAutoNumbering: false,
|
|
532
|
+
initialNumber: null
|
|
533
|
+
};
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
getFieldAutoNum() {
|
|
537
|
+
if (this._fieldAutoNum) {
|
|
538
|
+
return;
|
|
539
|
+
}
|
|
540
|
+
const fieldAutoNum = this._dataUnit.metadata.fields.find((field) => { var _a; return ((_a = field.properties) === null || _a === void 0 ? void 0 : _a["isAutoNumField"]) === "true"; });
|
|
541
|
+
this._fieldAutoNum = (fieldAutoNum === null || fieldAutoNum === void 0 ? void 0 : fieldAutoNum.name) || null;
|
|
542
|
+
}
|
|
543
|
+
async applyNumberingConfigToFields() {
|
|
544
|
+
if (!this.numberingConfig || !this._snkDataUnit || !this._fieldAutoNum) {
|
|
545
|
+
return;
|
|
546
|
+
}
|
|
547
|
+
const field = this._dataUnit.getField(this._fieldAutoNum);
|
|
548
|
+
field.readOnly = this.numberingConfig.isAutoNumbering;
|
|
549
|
+
field.required = !this.numberingConfig.isAutoNumbering;
|
|
363
550
|
}
|
|
364
551
|
handleConfiguratorEvent(evt, type) {
|
|
365
552
|
evt.stopImmediatePropagation();
|
|
366
553
|
if (type === 'SAVE') {
|
|
554
|
+
this._guidesViewer.reloadGuides();
|
|
367
555
|
this.configuratorSave.emit();
|
|
368
556
|
return;
|
|
369
557
|
}
|
|
370
558
|
this.configuratorCancel.emit();
|
|
371
559
|
}
|
|
560
|
+
renderCustomGuideSlots() {
|
|
561
|
+
if (!this.customGuidesConfig)
|
|
562
|
+
return;
|
|
563
|
+
return this.customGuidesConfig.map(g => h("slot", { name: g.id }));
|
|
564
|
+
}
|
|
565
|
+
renderDynamicSearch(slotName) {
|
|
566
|
+
var _a;
|
|
567
|
+
if (!this.showEntitySearch || ((_a = this._dataState) === null || _a === void 0 ? void 0 : _a.insertionMode) === true)
|
|
568
|
+
return;
|
|
569
|
+
return (h("div", { slot: slotName, class: "entity-search-container", style: { position: 'relative', display: 'inline-block', marginLeft: '10px', minWidth: '200px' } }, h("ez-search", { label: "Buscar registros", optionLoader: this.loadEntitySuggestions, onEzChange: (evt) => this.searchEntitySelect(evt.detail), mode: "slim", showMore: this._showMoreOnSearch, suppressEmptyOption: true, suppressInputPersist: true })));
|
|
570
|
+
}
|
|
372
571
|
render() {
|
|
373
572
|
if (this._resourceID == undefined) {
|
|
374
573
|
return;
|
|
375
574
|
}
|
|
376
575
|
this._snkDataUnit.ignoreSaveMessage = (this._currentViewMode === VIEW_MODE.GRID && !this.enableGridInsert);
|
|
377
|
-
return (h(Host, null, h("ez-view-stack", { ref: (ref) => this._viewStack = ref, "data-element-id": "crud" }, h("stack-item", { class: 'ez-flex ez-flex--column ez-size-height--full ez-size-width--full ez-padding--medium' }, h("snk-grid", { ref: (ref) => this._snkGrid = ref, class: 'ez-flex ez-flex--column ez-size-height--full ez-size-width--full', filterBarTitle: this.filterBarTitle, "data-element-id": "crud_grid", configName: this.configName, onGridDoubleClick: () => this.gridToForm(true), taskbarManager: this.taskbarManager, onActionClick: evt => this.executeAction(evt.detail), messagesBuilder: this.messagesBuilder, actionsList: this.actionsList, statusResolver: this.statusResolver, multipleSelection: this.multipleSelection, presentationMode: this.presentationMode, recordsValidator: this.recordsValidator, selectionToastConfig: this.selectionToastConfig, useEnterLikeTab: this.useEnterLikeTab, canEdit: this._canEdit, resourceID: this._resourceID, disablePersonalizedFilter: this.disablePersonalizedFilter, gridLegacyConfigName: this.gridLegacyConfigName, filterBarLegacyConfigName: this.filterBarLegacyConfigName, autoLoad: this.autoLoad, autoFocus: this.autoFocus, enableGridInsert: this.enableGridInsert, enableLockManagerTaskbarClick: this.enableLockManagerTaskbarClick, enableLockManagerLoadingComp: this.enableLockManagerLoadingComp, strategyExporter: this.strategyExporter, multipleEditionEnabled: this.multipleEditionEnabled, paginationCounterMode: this.paginationCounterMode }, h("slot", { name: "GRID_TASKBAR_CUSTOM_ELEMENTS" }), h("slot", { name: "GRID_HEADER_CUSTOM_ELEMENTS" }), h("slot", { name: "SnkGridHeader" }), h("slot", { name: "SnkGridFooter" }), h("slot", { name: "SnkGridTaskBar" }))), h("stack-item", null, h("snk-guides-viewer", { ref: ref => this._guidesViewer = ref, entityPath: this._snkDataUnit.entityName, messagesBuilder: this.messagesBuilder, onExit: () => this.setViewMode(VIEW_MODE.GRID), dataState: this._dataState, dataUnit: this._dataUnit, actionsList: this.actionsList, taskbarManager: this.taskbarManager, configName: this.configName, onActionClick: evt => this.executeAction(evt.detail), presentationMode: this.presentationMode, "data-element-id": "crud_form", canEdit: this._canEdit, recordsValidator: this.recordsValidator, resourceID: this._resourceID, detailTaskbarCustomContainerId: this.customContainerId, formLegacyConfigName: this.formLegacyConfigName, enableGridInsert: this.enableGridInsert, getCustomTitle: this.setCustomFormTitle, ignoreReadOnlyFormFields: this.ignoreReadOnlyFormFields }, h("slot", { name: "GUIDES_VIEWER_TASKBAR_CUSTOM_ELEMENTS" }), h("slot", { name: "SnkFormTaskBar" }))), h("stack-item", { tabIndex: "0" }, h("snk-attach", { registerKey: this.attachmentRegisterKey, messagesBuilder: this.messagesBuilder, entityName: this._snkDataUnit.entityName, onBack: this.backView.bind(this) })), h("snk-configurator", { ref: (ref) => this._snkConfigurator = ref, viewMode: this._currentViewMode, messagesBuilder: this.messagesBuilder, onConfigSelected: (evt) => this.setViewMode(evt.detail), onOpenConfig: (evt) => this.openConfig(evt.detail), showActionButtons: this.showActionButtons, onSave: evt => this.handleConfiguratorEvent(evt, 'SAVE'), onCancel: evt => this.handleConfiguratorEvent(evt, 'CANCEL'), resourceID: this._resourceID, customContainerId: this.customContainerId, layoutFormConfig: this.layoutFormConfig })), h("div", { id: `${this.customContainerId}` }, h("slot", { name: "SnkConfigContainerSlot" }), h("slot", { name: "DETAIL_GRID_HEADER_CUSTOM_ELEMENTS" }), h("slot", { name: "DETAIL_GRID_TASKBAR_CUSTOM_ELEMENTS" }), h("slot", { name: "DETAIL_TASKBAR_CUSTOM_ELEMENTS" }))));
|
|
576
|
+
return (h(Host, null, h("ez-view-stack", { ref: (ref) => this._viewStack = ref, "data-element-id": "crud" }, h("stack-item", { class: 'ez-flex ez-flex--column ez-size-height--full ez-size-width--full ez-padding--medium' }, h("snk-grid", { ref: (ref) => this._snkGrid = ref, class: 'ez-flex ez-flex--column ez-size-height--full ez-size-width--full', filterBarTitle: this.filterBarTitle, "data-element-id": "crud_grid", configName: this.configName, onGridDoubleClick: () => this.gridToForm(true), taskbarManager: this.taskbarManager, onActionClick: evt => this.executeAction(evt.detail), messagesBuilder: this.messagesBuilder, actionsList: this.actionsList, statusResolver: this.statusResolver, multipleSelection: this.multipleSelection, presentationMode: this.presentationMode, recordsValidator: this.recordsValidator, selectionToastConfig: this.selectionToastConfig, useEnterLikeTab: this.useEnterLikeTab, canEdit: this._canEdit, resourceID: this._resourceID, disablePersonalizedFilter: this.disablePersonalizedFilter, gridLegacyConfigName: this.gridLegacyConfigName, filterBarLegacyConfigName: this.filterBarLegacyConfigName, autoLoad: this.autoLoad, autoFocus: this.autoFocus, enableGridInsert: this.enableGridInsert, enableLockManagerTaskbarClick: this.enableLockManagerTaskbarClick, enableLockManagerLoadingComp: this.enableLockManagerLoadingComp, strategyExporter: this.strategyExporter, multipleEditionEnabled: this.multipleEditionEnabled, paginationCounterMode: this.paginationCounterMode }, h("slot", { name: "GRID_TASKBAR_CUSTOM_ELEMENTS" }), h("slot", { name: "GRID_HEADER_CUSTOM_ELEMENTS" }), h("slot", { name: "SnkGridHeader" }), h("slot", { name: "SnkGridFooter" }), h("slot", { name: "SnkGridTaskBar" }), this.renderDynamicSearch("GRID_HEADER_DYNAMIC_SEARCH"))), h("stack-item", null, h("snk-guides-viewer", { ref: ref => this._guidesViewer = ref, customGuidesConfig: this.customGuidesConfig, entityPath: this._snkDataUnit.entityName, messagesBuilder: this.messagesBuilder, onExit: () => this.setViewMode(VIEW_MODE.GRID), dataState: this._dataState, dataUnit: this._dataUnit, actionsList: this.actionsList, taskbarManager: this.taskbarManager, configName: this.configName, onActionClick: evt => this.executeAction(evt.detail), presentationMode: this.presentationMode, "data-element-id": "crud_form", canEdit: this._canEdit, recordsValidator: this.recordsValidator, resourceID: this._resourceID, detailTaskbarCustomContainerId: this.customContainerId, formLegacyConfigName: this.formLegacyConfigName, enableGridInsert: this.enableGridInsert, getCustomTitle: this.setCustomFormTitle, ignoreReadOnlyFormFields: this.ignoreReadOnlyFormFields }, h("slot", { name: "GUIDES_VIEWER_TASKBAR_CUSTOM_ELEMENTS" }), this.renderCustomGuideSlots(), this.renderDynamicSearch("GUIDES_VIEWER_DYNAMIC_SEARCH"), h("slot", { name: "SnkFormTaskBar" }))), h("stack-item", { tabIndex: "0" }, h("snk-attach", { registerKey: this.attachmentRegisterKey, messagesBuilder: this.messagesBuilder, entityName: this._snkDataUnit.entityName, onBack: this.backView.bind(this) })), h("snk-configurator", { ref: (ref) => this._snkConfigurator = ref, entityName: this._snkDataUnit.entityName, viewMode: this._currentViewMode, messagesBuilder: this.messagesBuilder, onConfigSelected: (evt) => this.setViewMode(evt.detail), onOpenConfig: (evt) => this.openConfig(evt.detail), showActionButtons: this.showActionButtons, onSave: evt => this.handleConfiguratorEvent(evt, 'SAVE'), onCancel: evt => this.handleConfiguratorEvent(evt, 'CANCEL'), resourceID: this._resourceID, customContainerId: this.customContainerId, layoutFormConfig: this.layoutFormConfig })), h("div", { id: `${this.customContainerId}` }, h("slot", { name: "SnkConfigContainerSlot" }), h("slot", { name: "DETAIL_GRID_HEADER_CUSTOM_ELEMENTS" }), h("slot", { name: "DETAIL_GRID_TASKBAR_CUSTOM_ELEMENTS" }), h("slot", { name: "DETAIL_TASKBAR_CUSTOM_ELEMENTS" }))));
|
|
378
577
|
}
|
|
379
578
|
get _element() { return getElement(this); }
|
|
380
579
|
static get watchers() { return {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-479e1293.js';
|
|
2
|
+
|
|
3
|
+
const snkCustomSlotGuideCss = ".sc-snk-custom-slot-guide-h{display:none}";
|
|
4
|
+
|
|
5
|
+
const SnkCustomSlotGuide = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
this.snkCustomSlotGuideLoaded = createEvent(this, "snkCustomSlotGuideLoaded", 7);
|
|
9
|
+
this.slotName = 'CUSTOM_SLOT_GUIDE';
|
|
10
|
+
}
|
|
11
|
+
onGuideChange(evt) {
|
|
12
|
+
const guideName = evt.detail;
|
|
13
|
+
if (guideName === this.slotName) {
|
|
14
|
+
this._element.style.setProperty('display', 'block');
|
|
15
|
+
}
|
|
16
|
+
else {
|
|
17
|
+
this._element.style.setProperty('display', 'none');
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
onFormConfigVisibilityChange(evt) {
|
|
21
|
+
const isFormConfigVisible = evt.detail;
|
|
22
|
+
if (isFormConfigVisible) {
|
|
23
|
+
this._element.style.setProperty('display', 'none');
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
componentDidLoad() {
|
|
27
|
+
this.snkCustomSlotGuideLoaded.emit(this.slotName);
|
|
28
|
+
}
|
|
29
|
+
render() {
|
|
30
|
+
return (h(Host, { slot: this.slotName, id: this.slotName, class: "custom-slot-guide-container" }, h("slot", null)));
|
|
31
|
+
}
|
|
32
|
+
get _element() { return getElement(this); }
|
|
33
|
+
};
|
|
34
|
+
SnkCustomSlotGuide.style = snkCustomSlotGuideCss;
|
|
35
|
+
|
|
36
|
+
export { SnkCustomSlotGuide as snk_custom_slot_guide };
|
|
@@ -4,14 +4,14 @@ import { ApplicationUtils, DialogType } from '@sankhyalabs/ezui/dist/collection/
|
|
|
4
4
|
import { I as IExportType } from './IFetchDataExporterParams-d73bed3d.js';
|
|
5
5
|
import { D as DataExporterOption, a as DataExporterType, b as DataExporterFormat } from './index-b40568ff.js';
|
|
6
6
|
import { R as REPORT_LAUNCHER_RESOURCE_ID } from './constants-7b422de0.js';
|
|
7
|
-
import { D as DataFetcher } from './DataFetcher-
|
|
8
|
-
import { S as SnkDataUnit } from './snk-data-unit-
|
|
9
|
-
import './ISave-
|
|
7
|
+
import { D as DataFetcher } from './DataFetcher-5780ad39.js';
|
|
8
|
+
import { S as SnkDataUnit } from './snk-data-unit-4a1ef77f.js';
|
|
9
|
+
import './ISave-8a22ec18.js';
|
|
10
10
|
import '@sankhyalabs/ezui/dist/collection/utils/constants';
|
|
11
11
|
import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
|
|
12
|
-
import './dataunit-fetcher-
|
|
12
|
+
import './dataunit-fetcher-c4251d80.js';
|
|
13
13
|
import './filter-item-type.enum-d45e026f.js';
|
|
14
|
-
import './form-config-fetcher-
|
|
14
|
+
import './form-config-fetcher-d0536a71.js';
|
|
15
15
|
import './PrintUtils-3e4ff0f5.js';
|
|
16
16
|
import '@sankhyalabs/core/dist/dataunit/metadata/DataType';
|
|
17
17
|
import './GetSelectedRecordsIDsInfo-9fa41508.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, g as getElement, H as Host } from './index-479e1293.js';
|
|
2
2
|
import { ApplicationContext, Action, ObjectUtils, DataUnitAction, StringUtils } from '@sankhyalabs/core';
|
|
3
3
|
import { ApplicationUtils, DialogType } from '@sankhyalabs/ezui/dist/collection/utils';
|
|
4
|
-
import { O as OperationMap, S as SnkMessageBuilder } from './DataFetcher-
|
|
5
|
-
import { g as getRecordValue, a as DatasetStrategy } from './dataunit-fetcher-
|
|
4
|
+
import { O as OperationMap, S as SnkMessageBuilder } from './DataFetcher-5780ad39.js';
|
|
5
|
+
import { g as getRecordValue, a as DatasetStrategy } from './dataunit-fetcher-c4251d80.js';
|
|
6
6
|
import { convertType } from '@sankhyalabs/core/dist/dataunit/metadata/DataType';
|
|
7
7
|
import { g as getSelectedRecordsIDsInfo } from './GetSelectedRecordsIDsInfo-9fa41508.js';
|
|
8
8
|
|
|
@@ -614,6 +614,8 @@ const SnkDataUnit = class {
|
|
|
614
614
|
return records;
|
|
615
615
|
const parentSelectedRecord = parentDataUnit.getSelectedRecord();
|
|
616
616
|
const selfInfo = parentDataUnit === null || parentDataUnit === void 0 ? void 0 : parentDataUnit.getChildInfo(this.getCleanDataUnitName());
|
|
617
|
+
if (!selfInfo)
|
|
618
|
+
return records;
|
|
617
619
|
const { links } = selfInfo;
|
|
618
620
|
if (!links || links.length === 0)
|
|
619
621
|
return records;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { S as snk_data_unit } from './snk-data-unit-
|
|
1
|
+
export { S as snk_data_unit } from './snk-data-unit-4a1ef77f.js';
|
|
2
2
|
import './index-479e1293.js';
|
|
3
3
|
import '@sankhyalabs/core';
|
|
4
4
|
import '@sankhyalabs/ezui/dist/collection/utils';
|
|
5
|
-
import './DataFetcher-
|
|
5
|
+
import './DataFetcher-5780ad39.js';
|
|
6
6
|
import './PrintUtils-3e4ff0f5.js';
|
|
7
7
|
import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
|
|
8
|
-
import './dataunit-fetcher-
|
|
8
|
+
import './dataunit-fetcher-c4251d80.js';
|
|
9
9
|
import '@sankhyalabs/ezui/dist/collection/utils/constants';
|
|
10
10
|
import '@sankhyalabs/ezui/dist/collection/components/ez-grid/utils';
|
|
11
11
|
import '@sankhyalabs/core/dist/utils/SortingUtils';
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-479e1293.js';
|
|
2
2
|
import { Action, StringUtils, KeyboardManager } from '@sankhyalabs/core';
|
|
3
|
-
import { S as SnkFormConfigManager } from './SnkFormConfigManager-
|
|
3
|
+
import { S as SnkFormConfigManager } from './SnkFormConfigManager-437e98bb.js';
|
|
4
4
|
import { FormMetadata, buildFormMetadata } from '@sankhyalabs/ezui/dist/collection/utils/form';
|
|
5
|
-
import { S as SnkMessageBuilder } from './DataFetcher-
|
|
6
|
-
import './ISave-
|
|
5
|
+
import { S as SnkMessageBuilder } from './DataFetcher-5780ad39.js';
|
|
6
|
+
import './ISave-8a22ec18.js';
|
|
7
7
|
import { P as PresentationMode } from './index-b40568ff.js';
|
|
8
8
|
import '@sankhyalabs/ezui/dist/collection/utils/constants';
|
|
9
9
|
import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
|
|
10
|
-
import './dataunit-fetcher-
|
|
10
|
+
import './dataunit-fetcher-c4251d80.js';
|
|
11
11
|
import './filter-item-type.enum-d45e026f.js';
|
|
12
|
-
import './form-config-fetcher-
|
|
12
|
+
import './form-config-fetcher-d0536a71.js';
|
|
13
13
|
import { V as VIEW_MODE } from './constants-7b422de0.js';
|
|
14
14
|
import { T as TaskbarElement } from './taskbar-elements-faaf5d8f.js';
|
|
15
|
-
import { S as SnkGuidesViewer } from './snk-guides-viewer-
|
|
15
|
+
import { S as SnkGuidesViewer } from './snk-guides-viewer-c182d058.js';
|
|
16
16
|
import { buildFieldSearch, SHORTCUT_SEARCH_FIELD } from '@sankhyalabs/ezui/dist/collection/utils';
|
|
17
|
-
import './ConfigStorage-
|
|
17
|
+
import './ConfigStorage-bd096633.js';
|
|
18
18
|
import './PrintUtils-3e4ff0f5.js';
|
|
19
19
|
import '@sankhyalabs/ezui/dist/collection/components/ez-grid/utils';
|
|
20
20
|
import '@sankhyalabs/core/dist/utils/SortingUtils';
|
|
21
21
|
import './ResourceIDUtils-a114189a.js';
|
|
22
22
|
import './index-446f9341.js';
|
|
23
|
-
import './taskbar-processor-3436124c.js';
|
|
24
23
|
import '@sankhyalabs/core/dist/dataunit/DataUnit';
|
|
24
|
+
import './taskbar-processor-3436124c.js';
|
|
25
25
|
|
|
26
26
|
class GuideBuilder {
|
|
27
27
|
constructor(parentGuide, formMetadata, dataUnit, messageBuilder) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-479e1293.js';
|
|
2
2
|
import { DataType, StringUtils, ObjectUtils, ElementIDUtils, ErrorException, ApplicationContext, LockManager, LockManagerOperation, DateUtils, MaskFormatter, KeyboardManager, FloatingManager, ArrayUtils } from '@sankhyalabs/core';
|
|
3
3
|
import { EzScrollDirection } from '@sankhyalabs/ezui/dist/collection/components/ez-scroller/EzScrollDirection';
|
|
4
|
-
import { C as ConfigStorage } from './ConfigStorage-
|
|
4
|
+
import { C as ConfigStorage } from './ConfigStorage-bd096633.js';
|
|
5
5
|
import { P as PersonalizedFilterUtils } from './PersonalizedFilterUtils-2db38ff2.js';
|
|
6
6
|
import { toString } from '@sankhyalabs/core/dist/dataunit/metadata/DataType';
|
|
7
7
|
import { F as FilterItemType } from './filter-item-type.enum-d45e026f.js';
|
|
@@ -12,8 +12,8 @@ import { ApplicationUtils } from '@sankhyalabs/ezui/dist/collection/utils';
|
|
|
12
12
|
import { A as ActionDefaultFilter } from './default-filters-50105e43.js';
|
|
13
13
|
import { F as FilterType } from './filter-type.enum-f6a8fe23.js';
|
|
14
14
|
import { g as getInvalidFilters } from './filter-validate-faf51fa9.js';
|
|
15
|
-
import './form-config-fetcher-
|
|
16
|
-
import './DataFetcher-
|
|
15
|
+
import './form-config-fetcher-d0536a71.js';
|
|
16
|
+
import './DataFetcher-5780ad39.js';
|
|
17
17
|
import './PrintUtils-3e4ff0f5.js';
|
|
18
18
|
import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
|
|
19
19
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-479e1293.js';
|
|
2
2
|
import { ElementIDUtils, ObjectUtils } from '@sankhyalabs/core';
|
|
3
|
-
import { C as ConfigStorage } from './ConfigStorage-
|
|
3
|
+
import { C as ConfigStorage } from './ConfigStorage-bd096633.js';
|
|
4
4
|
import { E as EPresentationMode } from './presentationMode-783bbf9d.js';
|
|
5
5
|
import { F as FilterItemType } from './filter-item-type.enum-d45e026f.js';
|
|
6
6
|
import { F as FilterType } from './filter-type.enum-f6a8fe23.js';
|
|
7
|
-
import './form-config-fetcher-
|
|
8
|
-
import './DataFetcher-
|
|
7
|
+
import './form-config-fetcher-d0536a71.js';
|
|
8
|
+
import './DataFetcher-5780ad39.js';
|
|
9
9
|
import './PrintUtils-3e4ff0f5.js';
|
|
10
10
|
import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
|
|
11
11
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, g as getElement, H as Host } from './index-479e1293.js';
|
|
2
2
|
import { ElementIDUtils, ObjectUtils, ApplicationContext } from '@sankhyalabs/core';
|
|
3
|
-
import { S as SnkFormConfigManager } from './SnkFormConfigManager-
|
|
3
|
+
import { S as SnkFormConfigManager } from './SnkFormConfigManager-437e98bb.js';
|
|
4
4
|
import { R as ResourceIDUtils } from './ResourceIDUtils-a114189a.js';
|
|
5
5
|
import { buildFormConfigFromDataUnit } from '@sankhyalabs/ezui/dist/collection/utils/form';
|
|
6
6
|
import { ApplicationUtils } from '@sankhyalabs/ezui/dist/collection/utils';
|
|
7
|
-
import { U as UserConfigType } from './form-config-fetcher-
|
|
7
|
+
import { U as UserConfigType } from './form-config-fetcher-d0536a71.js';
|
|
8
8
|
import { a as TAB_NAMES, G as GROUP_NAMES } from './constants-7b422de0.js';
|
|
9
|
-
import { b as buildGuides, a as buildChildrenGuides, c as buildGuidesMap, g as getFieldsToSave, u as updateTabInFieldsFromGroupList,
|
|
10
|
-
import './ConfigStorage-
|
|
11
|
-
import './DataFetcher-
|
|
9
|
+
import { b as buildGuides, a as buildChildrenGuides, c as buildCustomGuides, d as buildGuidesMap, g as getFieldsToSave, u as updateTabInFieldsFromGroupList, e as buildNewGuideName } from './FormConfigHelper-d09669f3.js';
|
|
10
|
+
import './ConfigStorage-bd096633.js';
|
|
11
|
+
import './DataFetcher-5780ad39.js';
|
|
12
12
|
import './PrintUtils-3e4ff0f5.js';
|
|
13
13
|
import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
|
|
14
14
|
import './filter-item-type.enum-d45e026f.js';
|
|
@@ -188,6 +188,7 @@ const SnkFormConfig = class {
|
|
|
188
188
|
this.configManager = undefined;
|
|
189
189
|
this.ignoreReadOnlyFormFields = undefined;
|
|
190
190
|
this.messagesBuilder = undefined;
|
|
191
|
+
this.customGuidesConfig = [];
|
|
191
192
|
}
|
|
192
193
|
handleFieldConfigChanged() {
|
|
193
194
|
this.hasChanges = true;
|
|
@@ -258,8 +259,8 @@ const SnkFormConfig = class {
|
|
|
258
259
|
this.configOptions = userConfig;
|
|
259
260
|
const isDefault = this._formConfig != undefined ? this._formConfig.defaultConfiguration : true;
|
|
260
261
|
const origin = (isDefault ? UserConfigType.DEFAULT : UserConfigType.USER);
|
|
261
|
-
this.configSelected = userConfig.find((config) => config.origin === origin);
|
|
262
|
-
this.originalConfigSelected = userConfig.find((config) => config.origin === origin);
|
|
262
|
+
this.configSelected = userConfig === null || userConfig === void 0 ? void 0 : userConfig.find((config) => config.origin === origin);
|
|
263
|
+
this.originalConfigSelected = userConfig === null || userConfig === void 0 ? void 0 : userConfig.find((config) => config.origin === origin);
|
|
263
264
|
}
|
|
264
265
|
catch (error) {
|
|
265
266
|
console.error(this.getMessage('snkFormConfig.errors.failFetchUserConfig'));
|
|
@@ -327,6 +328,7 @@ const SnkFormConfig = class {
|
|
|
327
328
|
this.guidesList = [];
|
|
328
329
|
this.guidesList.push(...buildGuides(this._formConfig, this.getMessage('snkFormConfig.form.mainArea')));
|
|
329
330
|
this.guidesList.push(...buildChildrenGuides(this.dataUnit, this.getInitialOrder(this.guidesList), this.guidesList));
|
|
331
|
+
this.guidesList.push(...buildCustomGuides(this.customGuidesConfig, this.guidesList));
|
|
330
332
|
this.guidesMap = buildGuidesMap((_a = this._formConfig) === null || _a === void 0 ? void 0 : _a.fields, this.guidesList, this.dataUnit, this.getMessage('snkFormConfig.form.tabGeneral'));
|
|
331
333
|
}
|
|
332
334
|
getConfig() {
|
|
@@ -2,17 +2,17 @@ import { r as registerInstance, c as createEvent, h, F as Fragment, g as getElem
|
|
|
2
2
|
import { KeyboardManager, Action, ElementIDUtils, ApplicationContext, StringUtils } from '@sankhyalabs/core';
|
|
3
3
|
import { SelectionMode } from '@sankhyalabs/core/dist/dataunit/DataUnit';
|
|
4
4
|
import { buildFieldSearch } from '@sankhyalabs/ezui/dist/collection/utils';
|
|
5
|
-
import './DataFetcher-
|
|
6
|
-
import './ISave-
|
|
7
|
-
import { C as CommonsExporter, S as SnkMultiSelectionListDataSource, a as CrudUtils, R as RmPrecisionCustomValueFormatter, b as ContinuousInsertUtils, c as ClientSideExporterProvider } from './SnkMultiSelectionListDataSource-
|
|
5
|
+
import './DataFetcher-5780ad39.js';
|
|
6
|
+
import './ISave-8a22ec18.js';
|
|
7
|
+
import { C as CommonsExporter, S as SnkMultiSelectionListDataSource, a as CrudUtils, R as RmPrecisionCustomValueFormatter, b as ContinuousInsertUtils, c as ClientSideExporterProvider } from './SnkMultiSelectionListDataSource-42125ef4.js';
|
|
8
8
|
import { P as PresentationMode, E as ExporterStrategy } from './index-b40568ff.js';
|
|
9
9
|
import '@sankhyalabs/ezui/dist/collection/utils/constants';
|
|
10
10
|
import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
|
|
11
|
-
import './dataunit-fetcher-
|
|
11
|
+
import './dataunit-fetcher-c4251d80.js';
|
|
12
12
|
import './filter-item-type.enum-d45e026f.js';
|
|
13
|
-
import './form-config-fetcher-
|
|
13
|
+
import './form-config-fetcher-d0536a71.js';
|
|
14
14
|
import './constants-7b422de0.js';
|
|
15
|
-
import { C as ConfigStorage } from './ConfigStorage-
|
|
15
|
+
import { C as ConfigStorage } from './ConfigStorage-bd096633.js';
|
|
16
16
|
import { s as store } from './index-446f9341.js';
|
|
17
17
|
import { g as getSelectedRecordsIDsInfo } from './GetSelectedRecordsIDsInfo-9fa41508.js';
|
|
18
18
|
import { v as validateFilters } from './filter-validate-faf51fa9.js';
|
|
@@ -79,7 +79,7 @@ class ServerSideExporterProvider extends CommonsExporter {
|
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
const snkGridCss = ".sc-snk-grid-h{--snk-grid-min-height:300px;--snk-grid-padding:var(--space--small)}.snk-grid__container.sc-snk-grid{display:flex;height:100%;width:100%;padding:var(--snk-grid-padding);outline:none}.snk-grid__header.sc-snk-grid{width:100%;display:flex;flex-wrap:nowrap;justify-content:flex-end}.snk-grid__filter-bar.sc-snk-grid{width:100
|
|
82
|
+
const snkGridCss = ".sc-snk-grid-h{--snk-grid-min-height:300px;--snk-grid-padding:var(--space--small)}.snk-grid__container.sc-snk-grid{display:flex;height:100%;width:100%;padding:var(--snk-grid-padding);outline:none;--snk-grid-header--min-height:40px}.snk-grid__header.sc-snk-grid{width:100%;display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:flex-start;min-height:var(--snk-grid-header--min-height)}.snk-grid__filter-bar.sc-snk-grid{width:100%;display:flex;align-items:flex-start}.snk-grid__header-divider.sc-snk-grid{margin-bottom:var(--space--medium);margin-top:var(--space--small);align-self:stretch}.snk-grid__header.sc-snk-grid snk-taskbar.sc-snk-grid{display:flex;align-items:flex-start;min-height:var(--snk-grid-header--min-height)}.snk-grid__table.sc-snk-grid{min-height:var(--snk-grid-min-height)}.snk-grid-container__without-shadow.sc-snk-grid{--ezgrid__container--shadow:unset}.snk-grid-container__footer.sc-snk-grid{background-color:var(--background--xlight, #FFF);border-radius:0 0 var(--border--radius-medium) var(--border--radius-medium);box-shadow:var(--shadow--small)}";
|
|
83
83
|
|
|
84
84
|
const SnkGrid = class {
|
|
85
85
|
constructor(hostRef) {
|
|
@@ -126,6 +126,7 @@ const SnkGrid = class {
|
|
|
126
126
|
this._popUpGridConfig = false;
|
|
127
127
|
this._showSnkFilterBar = true;
|
|
128
128
|
this._enableContinuousInsert = false;
|
|
129
|
+
this._filterMode = 'regular';
|
|
129
130
|
this.columnFilterDataSource = new SnkMultiSelectionListDataSource();
|
|
130
131
|
this.enableLockManagerLoadingComp = false;
|
|
131
132
|
this.enableLockManagerTaskbarClick = false;
|
|
@@ -145,6 +146,7 @@ const SnkGrid = class {
|
|
|
145
146
|
this.canEdit = true;
|
|
146
147
|
this.taskbarCustomContainerId = undefined;
|
|
147
148
|
this.gridHeaderCustomSlotId = 'GRID_HEADER_CUSTOM_ELEMENTS';
|
|
149
|
+
this.gridHeaderDynamicSearchSlotId = 'GRID_HEADER_DYNAMIC_SEARCH';
|
|
148
150
|
this.topTaskbarCustomSlotId = 'GRID_TASKBAR_CUSTOM_ELEMENTS';
|
|
149
151
|
this.disablePersonalizedFilter = undefined;
|
|
150
152
|
this.gridLegacyConfigName = undefined;
|
|
@@ -643,7 +645,8 @@ const SnkGrid = class {
|
|
|
643
645
|
return;
|
|
644
646
|
}
|
|
645
647
|
if (filterConfig.length === 1 && filterConfig[0].id === 'PERSONALIZED_FILTER_GROUP') {
|
|
646
|
-
this._showSnkFilterBar =
|
|
648
|
+
this._showSnkFilterBar = true;
|
|
649
|
+
this._filterMode = filterConfig[0].groupedItems.length > 0 ? 'regular' : 'button';
|
|
647
650
|
return;
|
|
648
651
|
}
|
|
649
652
|
this._showSnkFilterBar = true;
|
|
@@ -661,9 +664,9 @@ const SnkGrid = class {
|
|
|
661
664
|
return undefined;
|
|
662
665
|
}
|
|
663
666
|
return (h("div", { class: "snk-grid__container ez-flex ez-flex--column ez-flex-item--auto ez-padding--large ez-box--no-outline", tabindex: "0" }, h("div", { class: "snk-grid__header ez-margin-bottom--extra-small" }, this._showSnkFilterBar &&
|
|
664
|
-
h(Fragment, null, h("snk-filter-bar", { ref: (ref) => this._snkFilterBar = ref, title: this.filterBarTitle, dataUnit: this._dataUnit, "data-element-id": "gridFilter", class: "snk-grid__filter-bar ez-align--top", configName: this.configName, messagesBuilder: this.messagesBuilder, resourceID: this.resourceID, onConfigUpdated: evt => this.handleFilterConfigUpdated(evt.detail), disablePersonalizedFilter: this.disablePersonalizedFilter, filterBarLegacyConfigName: this.filterBarLegacyConfigName, autoLoad: this.autoLoad, enableLockManagerLoadingComp: this.enableLockManagerLoadingComp, filterCustomConfig: this.filterCustomConfig, filterCustomConfigInterceptor: this.filterCustomConfigInterceptor }), h("hr", { class: "ez-divider-vertical ez-divider--dark ez-margin-left--medium snk-grid__header-divider" })), h("snk-taskbar", { class: "ez-padding-left--medium ez-padding-top--extra-small", "data-element-id": "grid_top", key: "topTaskbar", configName: this.configName, dataUnit: this._dataUnit, messagesBuilder: this.messagesBuilder, buttons: this._topTaskbarProcessor.buttons, disabledButtons: this._topTaskbarProcessor.disabledButtons, customButtons: this._topTaskbarProcessor.customButtons, primaryButton: this.getPrimaryButton(), resourceID: this.resourceID, customContainerId: this.taskbarCustomContainerId, customSlotId: this.topTaskbarCustomSlotId, overflowStrategy: 'none', actionsSettingsList: this.getActionsSettingsList() }, h("slot", { name: this.topTaskbarCustomSlotId }))), h("ez-grid", { ref: ref => this._grid = ref, class: (this.presentationMode === PresentationMode.SECONDARY ? 'snk-grid-container__without-shadow ' : '') + 'snk-grid__table', "data-element-id": "embedded", dataUnit: this._dataUnit, key: 'grid-' + this._snkDataUnit.entityName, config: this._gridConfig, onConfigChange: (evt) => {
|
|
667
|
+
h(Fragment, null, h("snk-filter-bar", { ref: (ref) => this._snkFilterBar = ref, title: this.filterBarTitle, dataUnit: this._dataUnit, "data-element-id": "gridFilter", class: "snk-grid__filter-bar ez-align--top", configName: this.configName, messagesBuilder: this.messagesBuilder, resourceID: this.resourceID, onConfigUpdated: evt => this.handleFilterConfigUpdated(evt.detail), disablePersonalizedFilter: this.disablePersonalizedFilter, filterBarLegacyConfigName: this.filterBarLegacyConfigName, autoLoad: this.autoLoad, enableLockManagerLoadingComp: this.enableLockManagerLoadingComp, filterCustomConfig: this.filterCustomConfig, filterCustomConfigInterceptor: this.filterCustomConfigInterceptor, mode: this._filterMode }), h("hr", { class: "ez-divider-vertical ez-divider--dark ez-margin-left--medium snk-grid__header-divider" })), h("snk-taskbar", { class: "ez-padding-left--medium ez-padding-top--extra-small", "data-element-id": "grid_top", key: "topTaskbar", configName: this.configName, dataUnit: this._dataUnit, messagesBuilder: this.messagesBuilder, buttons: this._topTaskbarProcessor.buttons, disabledButtons: this._topTaskbarProcessor.disabledButtons, customButtons: this._topTaskbarProcessor.customButtons, primaryButton: this.getPrimaryButton(), resourceID: this.resourceID, customContainerId: this.taskbarCustomContainerId, customSlotId: this.topTaskbarCustomSlotId, overflowStrategy: 'none', actionsSettingsList: this.getActionsSettingsList() }, h("slot", { name: this.topTaskbarCustomSlotId }))), h("ez-grid", { ref: ref => this._grid = ref, class: (this.presentationMode === PresentationMode.SECONDARY ? 'snk-grid-container__without-shadow ' : '') + 'snk-grid__table', "data-element-id": "embedded", dataUnit: this._dataUnit, key: 'grid-' + this._snkDataUnit.entityName, config: this._gridConfig, onConfigChange: (evt) => {
|
|
665
668
|
this.gridConfigChangeHandler(evt);
|
|
666
|
-
}, onEzColumnFilterChanged: async () => await this.dataExporterProviderStore(), onEzDoubleClick: (evt) => this.gridDoubleClick.emit(evt.detail), statusResolver: this.statusResolver, multipleSelection: this.multipleSelection, columnfilterDataSource: this.columnFilterDataSource, selectionToastConfig: this.selectionToastConfig, useEnterLikeTab: this.useEnterLikeTab, recordsValidator: this.recordsValidator, canEdit: this.canEdit, autoFocus: this.autoFocus, enableGridInsert: this.enableGridInsert, enableContinuousInsert: this._enableContinuousInsert, enableLockManagerTaskbarClick: this.enableLockManagerTaskbarClick, enableLockManagerLoadingComp: this.enableLockManagerLoadingComp, outlineMode: this.outlineMode, useSearchColumn: this.useSearchColumn, suppressHorizontalScroll: this.suppressHorizontalScroll, paginationCounterMode: this.paginationCounterMode, suppressCheckboxColumn: this.suppressCheckboxColumn, suppressFilterColumn: this.suppressFilterColumn, compact: this.compact }, h("snk-taskbar", { id: 'teste', dataUnit: this._dataUnit, configName: this.configName, messagesBuilder: this.messagesBuilder, "data-element-id": "grid_left", buttons: this.getGridHeaderButtons(), presentationMode: this.presentationMode, disabledButtons: this._headerTaskbarProcessor.disabledButtons, customButtons: this._headerTaskbarProcessor.customButtons, slot: "leftButtons", actionsList: this.getActionsList(), primaryButton: this.getPrimaryButton(), resourceID: this.resourceID, customContainerId: this.taskbarCustomContainerId, customSlotId: this.gridHeaderCustomSlotId, actionsSettingsList: this.getActionsSettingsList() }, h("slot", { name: this.gridHeaderCustomSlotId }))), h("div", { class: "ez-col ez-col--sd-12 snk-grid-container__footer" }, h("slot", { name: "SnkGridFooter" })), h("ez-popup", { size: "medium", heightMode: "auto", useHeader: false, opened: this._popUpGridConfig, onEzClosePopup: () => this.closeGridConfig() }, h("snk-grid-config", { ref: ref => this._snkGridConfig = ref, config: this._gridConfig, "data-element-id": this._element.getAttribute(ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME), selectedIndex: 0, configName: this.configName, onConfigChange: (evt) => this.modalConfigChangeHandler(evt), onConfigCancel: () => this.closeGridConfig(), resourceID: this.resourceID }))));
|
|
669
|
+
}, onEzColumnFilterChanged: async () => await this.dataExporterProviderStore(), onEzDoubleClick: (evt) => this.gridDoubleClick.emit(evt.detail), statusResolver: this.statusResolver, multipleSelection: this.multipleSelection, columnfilterDataSource: this.columnFilterDataSource, selectionToastConfig: this.selectionToastConfig, useEnterLikeTab: this.useEnterLikeTab, recordsValidator: this.recordsValidator, canEdit: this.canEdit, autoFocus: this.autoFocus, enableGridInsert: this.enableGridInsert, enableContinuousInsert: this._enableContinuousInsert, enableLockManagerTaskbarClick: this.enableLockManagerTaskbarClick, enableLockManagerLoadingComp: this.enableLockManagerLoadingComp, outlineMode: this.outlineMode, useSearchColumn: this.useSearchColumn, suppressHorizontalScroll: this.suppressHorizontalScroll, paginationCounterMode: this.paginationCounterMode, suppressCheckboxColumn: this.suppressCheckboxColumn, suppressFilterColumn: this.suppressFilterColumn, compact: this.compact }, h("snk-taskbar", { id: 'teste', dataUnit: this._dataUnit, configName: this.configName, messagesBuilder: this.messagesBuilder, "data-element-id": "grid_left", buttons: this.getGridHeaderButtons(), presentationMode: this.presentationMode, disabledButtons: this._headerTaskbarProcessor.disabledButtons, customButtons: this._headerTaskbarProcessor.customButtons, slot: "leftButtons", actionsList: this.getActionsList(), primaryButton: this.getPrimaryButton(), resourceID: this.resourceID, customContainerId: this.taskbarCustomContainerId, customSlotId: this.gridHeaderCustomSlotId, additionalSlotId: this.gridHeaderDynamicSearchSlotId, actionsSettingsList: this.getActionsSettingsList() }, h("slot", { name: this.gridHeaderCustomSlotId }), h("slot", { name: this.gridHeaderDynamicSearchSlotId }))), h("div", { class: "ez-col ez-col--sd-12 snk-grid-container__footer" }, h("slot", { name: "SnkGridFooter" })), h("ez-popup", { size: "medium", heightMode: "auto", useHeader: false, opened: this._popUpGridConfig, onEzClosePopup: () => this.closeGridConfig() }, h("snk-grid-config", { ref: ref => this._snkGridConfig = ref, config: this._gridConfig, "data-element-id": this._element.getAttribute(ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME), selectedIndex: 0, configName: this.configName, onConfigChange: (evt) => this.modalConfigChangeHandler(evt), onConfigCancel: () => this.closeGridConfig(), resourceID: this.resourceID }))));
|
|
667
670
|
}
|
|
668
671
|
get _element() { return getElement(this); }
|
|
669
672
|
static get watchers() { return {
|