@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
package/dist/components/ISave.js
CHANGED
|
@@ -162,7 +162,7 @@ class PesquisaFetcher {
|
|
|
162
162
|
return result;
|
|
163
163
|
}
|
|
164
164
|
loadAdvancedSearch(entityName, argument, criteria, searchOptions, codeValue) {
|
|
165
|
-
var _a, _b, _c, _d, _e;
|
|
165
|
+
var _a, _b, _c, _d, _e, _f;
|
|
166
166
|
const listenerResult = this.applySearchListener(SearchListenerType.beforeSearch, entityName, argument, criteria, searchOptions);
|
|
167
167
|
const values = {
|
|
168
168
|
argument: (listenerResult === null || listenerResult === void 0 ? void 0 : listenerResult.argument) || argument,
|
|
@@ -201,11 +201,11 @@ class PesquisaFetcher {
|
|
|
201
201
|
};
|
|
202
202
|
}
|
|
203
203
|
const options = searchOptions != undefined
|
|
204
|
-
? Object.assign(Object.assign({}, values === null || values === void 0 ? void 0 : values.searchOptions), { "pkFieldName": searchOptions.codeFieldName, "label": searchOptions.descriptionFieldName, "fieldName": searchOptions.codeFieldName, "useDescriptionOptions": false, "enableRowsCounter": true }) : undefined;
|
|
204
|
+
? Object.assign(Object.assign({}, values === null || values === void 0 ? void 0 : values.searchOptions), { "pkFieldName": searchOptions.codeFieldName, "label": searchOptions.descriptionFieldName, "fieldName": searchOptions.codeFieldName, "useDescriptionOptions": false, "enableRowsCounter": true, "limit": searchOptions.limit }) : undefined;
|
|
205
205
|
const reqBody = {
|
|
206
206
|
"serviceName": serviceName,
|
|
207
207
|
"requestBody": {
|
|
208
|
-
"criteria": Object.assign({ "entityName": entityName, "compacted": false, "ignoreEntityCriteria": (_d = options === null || options === void 0 ? void 0 : options.ignoreEntityCriteria) !== null && _d !== void 0 ? _d : false, "limit": this._defaultPageSize, "orderByDesc": false, "externalCriteria": externalCriteria, "localEntityName": (
|
|
208
|
+
"criteria": Object.assign({ "entityName": entityName, "compacted": false, "ignoreEntityCriteria": (_d = options === null || options === void 0 ? void 0 : options.ignoreEntityCriteria) !== null && _d !== void 0 ? _d : false, "limit": (_e = options === null || options === void 0 ? void 0 : options.limit) !== null && _e !== void 0 ? _e : this._defaultPageSize, "orderByDesc": false, "externalCriteria": externalCriteria, "localEntityName": (_f = values.searchOptions) === null || _f === void 0 ? void 0 : _f.rootEntity }, { options }),
|
|
209
209
|
"clientEventList": {
|
|
210
210
|
"clientEvent": []
|
|
211
211
|
}
|
|
@@ -130,11 +130,30 @@ function buildChildrenGuides(dataUnit, initialOrderIndex = 0, guidesList) {
|
|
|
130
130
|
name: child.name,
|
|
131
131
|
visible: true,
|
|
132
132
|
isCustom: true,
|
|
133
|
-
order: initialOrderIndex
|
|
133
|
+
order: initialOrderIndex++
|
|
134
134
|
});
|
|
135
135
|
}
|
|
136
136
|
return childrenWithNoGuide;
|
|
137
137
|
}
|
|
138
|
+
function buildCustomGuides(customGuidesList, guidesList) {
|
|
139
|
+
let initialOrderIndex = guidesList.length;
|
|
140
|
+
const customGuidesToAdd = getCustomGuidesNotIncludedInList(customGuidesList, guidesList);
|
|
141
|
+
return customGuidesToAdd.map(guide => {
|
|
142
|
+
return {
|
|
143
|
+
name: guide.id,
|
|
144
|
+
label: guide.label,
|
|
145
|
+
visible: true,
|
|
146
|
+
isCustom: true,
|
|
147
|
+
order: initialOrderIndex++
|
|
148
|
+
};
|
|
149
|
+
});
|
|
150
|
+
}
|
|
151
|
+
function isCustomGuideIncludedInList(guidesList, guide) {
|
|
152
|
+
return guidesList.some(fromList => fromList.name === guide.id || fromList.label === guide.label);
|
|
153
|
+
}
|
|
154
|
+
function getCustomGuidesNotIncludedInList(customGuidesList, guidesList) {
|
|
155
|
+
return customGuidesList.filter(guide => !isCustomGuideIncludedInList(guidesList, guide));
|
|
156
|
+
}
|
|
138
157
|
function handleFieldsTabNames(allFields) {
|
|
139
158
|
// Campos que não fazem parte de nenhuma aba ou da aba "Geral", devem ser movidos para a aba __main.
|
|
140
159
|
return allFields.map(field => {
|
|
@@ -544,4 +563,4 @@ function defineCustomElement() {
|
|
|
544
563
|
} });
|
|
545
564
|
}
|
|
546
565
|
|
|
547
|
-
export { FieldConfig as F, ID_AVAILABLE_FIELDS as I, SORTABLE_PATH as S, getFieldsStructure as a, buildGuides as b, buildChildrenGuides as c, defineCustomElement as d,
|
|
566
|
+
export { FieldConfig as F, ID_AVAILABLE_FIELDS as I, SORTABLE_PATH as S, getFieldsStructure as a, buildGuides as b, buildChildrenGuides as c, defineCustomElement as d, buildCustomGuides as e, buildGuidesMap as f, getIconName as g, getFieldsToSave as h, buildNewGuideName as i, updateTabInFieldsFromGroupList as u };
|
|
@@ -16,6 +16,7 @@ export { SnkActionsForm as SnkClientConfirm } from '../types/components/snk-acti
|
|
|
16
16
|
export { SnkConfigurator as SnkConfigurator } from '../types/components/snk-configurator/snk-configurator';
|
|
17
17
|
export { SnkCrud as SnkCrud } from '../types/components/snk-crud/snk-crud';
|
|
18
18
|
export { SnkCustomSlotElements as SnkCustomSlotElements } from '../types/components/snk-custom-slot-elements/snk-custom-slot-elements';
|
|
19
|
+
export { SnkCustomSlotGuide as SnkCustomSlotGuide } from '../types/components/snk-custom-slot-guide/snk-custom-slot-guide';
|
|
19
20
|
export { SnkDataExporter as SnkDataExporter } from '../types/components/snk-data-exporter/snk-data-exporter';
|
|
20
21
|
export { SnkDataUnit as SnkDataUnit } from '../types/components/snk-data-unit/snk-data-unit';
|
|
21
22
|
export { SnkDefaultFilter as SnkDefaultFilter } from '../types/components/snk-filter-bar/filter-modal/subcomponents/snk-default-filter/snk-default-filter';
|
|
@@ -49,6 +50,7 @@ export { SnkGrid as SnkGrid } from '../types/components/snk-grid/snk-grid';
|
|
|
49
50
|
export { SnkGridConfig as SnkGridConfig } from '../types/components/snk-grid-config/snk-grid-config';
|
|
50
51
|
export { SnkGuidesViewer as SnkGuidesViewer } from '../types/components/snk-crud/subcomponents/snk-guides-viewer';
|
|
51
52
|
export { SnkLayoutFormConfig as SnkLayoutFormConfig } from '../types/components/snk-layout-form-config/snk-layout-form-config';
|
|
53
|
+
export { SnkNumberingConfig as SnkNumberingConfig } from '../types/components/snk-numbering-config/snk-numbering-config';
|
|
52
54
|
export { SnkPersonalizedFilter as SnkPersonalizedFilter } from '../types/components/snk-personalized-filter/snk-personalized-filter';
|
|
53
55
|
export { SnkFilterPersonalized as SnkPersonalizedFilterEditor } from '../types/components/snk-filter-bar/filter-item/editors/snk-personalized-filter-editor/snk-personalized-filter-editor';
|
|
54
56
|
export { SnkPesquisa as SnkPesquisa } from '../types/components/snk-pesquisa/snk-pesquisa';
|
package/dist/components/index.js
CHANGED
|
@@ -16,6 +16,7 @@ export { SnkClientConfirm, defineCustomElement as defineCustomElementSnkClientCo
|
|
|
16
16
|
export { SnkConfigurator, defineCustomElement as defineCustomElementSnkConfigurator } from './snk-configurator.js';
|
|
17
17
|
export { SnkCrud, defineCustomElement as defineCustomElementSnkCrud } from './snk-crud.js';
|
|
18
18
|
export { SnkCustomSlotElements, defineCustomElement as defineCustomElementSnkCustomSlotElements } from './snk-custom-slot-elements.js';
|
|
19
|
+
export { SnkCustomSlotGuide, defineCustomElement as defineCustomElementSnkCustomSlotGuide } from './snk-custom-slot-guide.js';
|
|
19
20
|
export { SnkDataExporter, defineCustomElement as defineCustomElementSnkDataExporter } from './snk-data-exporter.js';
|
|
20
21
|
export { SnkDataUnit, defineCustomElement as defineCustomElementSnkDataUnit } from './snk-data-unit.js';
|
|
21
22
|
export { SnkDefaultFilter, defineCustomElement as defineCustomElementSnkDefaultFilter } from './snk-default-filter.js';
|
|
@@ -49,6 +50,7 @@ export { SnkGrid, defineCustomElement as defineCustomElementSnkGrid } from './sn
|
|
|
49
50
|
export { SnkGridConfig, defineCustomElement as defineCustomElementSnkGridConfig } from './snk-grid-config.js';
|
|
50
51
|
export { SnkGuidesViewer, defineCustomElement as defineCustomElementSnkGuidesViewer } from './snk-guides-viewer.js';
|
|
51
52
|
export { SnkLayoutFormConfig, defineCustomElement as defineCustomElementSnkLayoutFormConfig } from './snk-layout-form-config.js';
|
|
53
|
+
export { SnkNumberingConfig, defineCustomElement as defineCustomElementSnkNumberingConfig } from './snk-numbering-config.js';
|
|
52
54
|
export { SnkPersonalizedFilter, defineCustomElement as defineCustomElementSnkPersonalizedFilter } from './snk-personalized-filter.js';
|
|
53
55
|
export { SnkPersonalizedFilterEditor, defineCustomElement as defineCustomElementSnkPersonalizedFilterEditor } from './snk-personalized-filter-editor.js';
|
|
54
56
|
export { SnkPesquisa, defineCustomElement as defineCustomElementSnkPesquisa } from './snk-pesquisa.js';
|
|
@@ -385,32 +385,40 @@ class RequestListenerFactory {
|
|
|
385
385
|
}
|
|
386
386
|
}
|
|
387
387
|
|
|
388
|
+
const executeAdvancedModeSearch = async (argument, options, app, pesquisaFetcher) => {
|
|
389
|
+
const { entity, entityDescription, criteria, searchOptions, isHierarchyEntity, allowsNonAnalytic, executeOnOpen } = options;
|
|
390
|
+
return new Promise((accept, reject) => {
|
|
391
|
+
const pesquisaContent = document.createElement("snk-pesquisa");
|
|
392
|
+
pesquisaContent[ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME] = `entity_${entity}`;
|
|
393
|
+
pesquisaContent.entityName = entity;
|
|
394
|
+
pesquisaContent.argument = argument;
|
|
395
|
+
pesquisaContent.searchLoader = (text) => pesquisaFetcher.loadAdvancedSearch(entity, text, criteria, searchOptions);
|
|
396
|
+
pesquisaContent.isHierarchyEntity = isHierarchyEntity;
|
|
397
|
+
if (isHierarchyEntity) {
|
|
398
|
+
pesquisaContent.treeLoader = (text) => pesquisaFetcher.loadTree(entity, text, criteria, searchOptions);
|
|
399
|
+
pesquisaContent.allowsNonAnalytic = allowsNonAnalytic;
|
|
400
|
+
}
|
|
401
|
+
pesquisaContent.selectItem = (option) => {
|
|
402
|
+
accept(option);
|
|
403
|
+
app.clearPopUpTitle();
|
|
404
|
+
app.closePopUp();
|
|
405
|
+
};
|
|
406
|
+
app.setPopUpTitle(entityDescription);
|
|
407
|
+
app.showPopUp(pesquisaContent, undefined, undefined, reject);
|
|
408
|
+
if (executeOnOpen) {
|
|
409
|
+
pesquisaContent.executeSearch(argument);
|
|
410
|
+
}
|
|
411
|
+
});
|
|
412
|
+
};
|
|
413
|
+
|
|
388
414
|
const QTD_DETAIL_FIELDS_PREDICTIVE_SEARCH = 6;
|
|
389
415
|
const INVALID_CONTENT_PATTERNS = ['<img', '<svg'];
|
|
390
416
|
const executePreparedSearchPlus = async (mode, argument, options, app, pesquisaFetcher) => {
|
|
391
417
|
var _a;
|
|
392
418
|
const mdByName = {};
|
|
393
|
-
const { entity,
|
|
419
|
+
const { entity, criteria, searchOptions } = options;
|
|
394
420
|
if (mode === "ADVANCED") {
|
|
395
|
-
return
|
|
396
|
-
const pesquisaContent = document.createElement("snk-pesquisa");
|
|
397
|
-
pesquisaContent[ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME] = `entity_${entity}`;
|
|
398
|
-
pesquisaContent.entityName = entity;
|
|
399
|
-
pesquisaContent.argument = argument;
|
|
400
|
-
pesquisaContent.searchLoader = (text) => pesquisaFetcher.loadAdvancedSearch(entity, text, criteria, searchOptions);
|
|
401
|
-
pesquisaContent.isHierarchyEntity = isHierarchyEntity;
|
|
402
|
-
if (isHierarchyEntity) {
|
|
403
|
-
pesquisaContent.treeLoader = (text) => pesquisaFetcher.loadTree(entity, text, criteria, searchOptions);
|
|
404
|
-
pesquisaContent.allowsNonAnalytic = allowsNonAnalytic;
|
|
405
|
-
}
|
|
406
|
-
pesquisaContent.selectItem = (option) => {
|
|
407
|
-
accept(option);
|
|
408
|
-
app.clearPopUpTitle();
|
|
409
|
-
app.closePopUp();
|
|
410
|
-
};
|
|
411
|
-
app.setPopUpTitle(entityDescription);
|
|
412
|
-
app.showPopUp(pesquisaContent, undefined, undefined, reject);
|
|
413
|
-
});
|
|
421
|
+
return executeAdvancedModeSearch(argument, options, app, pesquisaFetcher);
|
|
414
422
|
}
|
|
415
423
|
else if (mode === "LOAD_DESCRIPTION") {
|
|
416
424
|
let result = await pesquisaFetcher.loadByCode(entity, argument, criteria, searchOptions);
|
|
@@ -447,14 +455,13 @@ const buildOptionItem = (argument, item, fields, descriptionField, pkField) => {
|
|
|
447
455
|
const matchFields = item['__matchFields'];
|
|
448
456
|
const descriptionValue = (_a = item[descriptionField]) !== null && _a !== void 0 ? _a : "";
|
|
449
457
|
const pkValue = item[pkField];
|
|
450
|
-
|
|
458
|
+
return {
|
|
451
459
|
value: pkValue,
|
|
452
460
|
label: descriptionValue,
|
|
453
461
|
presentationValue: StringUtils.highlightValue(argument, matchFields, pkValue, fields, true),
|
|
454
462
|
presentationLabel: descriptionField ? StringUtils.highlightValue(argument, matchFields, descriptionValue, fields, true) : "",
|
|
455
463
|
details: SearchUtils.buildDetails(argument, fields, item)
|
|
456
464
|
};
|
|
457
|
-
return searchOption;
|
|
458
465
|
};
|
|
459
466
|
const filterInvalidFields = (resp, item, mdByName) => {
|
|
460
467
|
let fieldsMetadata = resp.fieldsMetadata.filter((field) => {
|
|
@@ -890,7 +897,7 @@ const SnkApplication = /*@__PURE__*/ proxyCustomElement(class extends HTMLElemen
|
|
|
890
897
|
if (this._featureFlagsCache.get(featureName) && now < this._featureFlagsCache.get(featureName).expires) {
|
|
891
898
|
return Promise.resolve(this._featureFlagsCache.get(featureName).isActive);
|
|
892
899
|
}
|
|
893
|
-
//Caso ocorra um erro nessa chamada, o reject do error é feito automaticamente
|
|
900
|
+
//Caso ocorra um erro nessa chamada, o reject do error é feito automaticamente
|
|
894
901
|
const result = await DataFetcher.get().callServiceBroker("SystemUtilsSP.featureIsActive", JSON.stringify(payload));
|
|
895
902
|
const isActive = result.isActive;
|
|
896
903
|
this._featureFlagsCache.set(featureName, {
|
|
@@ -1381,52 +1388,57 @@ const SnkApplication = /*@__PURE__*/ proxyCustomElement(class extends HTMLElemen
|
|
|
1381
1388
|
*/
|
|
1382
1389
|
async executePreparedSearch(mode, argument, options) {
|
|
1383
1390
|
const mdByName = {};
|
|
1384
|
-
const { entity,
|
|
1391
|
+
const { entity, criteria, searchOptions, useSearchPlus } = options;
|
|
1385
1392
|
if (useSearchPlus) {
|
|
1386
1393
|
return executePreparedSearchPlus(mode, argument, options, this, this.pesquisaFetcher);
|
|
1387
1394
|
}
|
|
1388
1395
|
if (mode === "ADVANCED") {
|
|
1389
|
-
return
|
|
1390
|
-
const pesquisaContent = document.createElement("snk-pesquisa");
|
|
1391
|
-
pesquisaContent[ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME] = `entity_${entity}`;
|
|
1392
|
-
pesquisaContent.entityName = entity;
|
|
1393
|
-
pesquisaContent.argument = argument;
|
|
1394
|
-
pesquisaContent.searchLoader = (text) => this.pesquisaFetcher.loadAdvancedSearch(entity, text, criteria, searchOptions);
|
|
1395
|
-
pesquisaContent.isHierarchyEntity = isHierarchyEntity;
|
|
1396
|
-
if (isHierarchyEntity) {
|
|
1397
|
-
pesquisaContent.treeLoader = (text) => this.pesquisaFetcher.loadTree(entity, text, criteria, searchOptions);
|
|
1398
|
-
pesquisaContent.allowsNonAnalytic = allowsNonAnalytic;
|
|
1399
|
-
}
|
|
1400
|
-
pesquisaContent.selectItem = (option) => {
|
|
1401
|
-
accept(option);
|
|
1402
|
-
this.clearPopUpTitle();
|
|
1403
|
-
this.closePopUp();
|
|
1404
|
-
};
|
|
1405
|
-
this.setPopUpTitle(entityDescription);
|
|
1406
|
-
this.showPopUp(pesquisaContent, undefined, undefined, reject);
|
|
1407
|
-
});
|
|
1396
|
+
return executeAdvancedModeSearch(argument, options, this, this.pesquisaFetcher);
|
|
1408
1397
|
}
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
result.data.forEach((item) => {
|
|
1418
|
-
let fieldsMetadata = this.filterInvalidFields(result, item, mdByName);
|
|
1419
|
-
let qtyFields = 6;
|
|
1420
|
-
let fields = this.filterMathFields(item['__matchFields'], fieldsMetadata, qtyFields, mdByName);
|
|
1421
|
-
list.push(this.builOptionItem(argument, item, fields, descriptionField, pkField));
|
|
1422
|
-
});
|
|
1423
|
-
resolve(list);
|
|
1424
|
-
})
|
|
1425
|
-
.catch(error => {
|
|
1426
|
-
reject(error);
|
|
1427
|
-
});
|
|
1398
|
+
return new Promise((resolve, reject) => {
|
|
1399
|
+
this.pesquisaFetcher.loadAdvancedSearch(entity, argument, criteria, searchOptions)
|
|
1400
|
+
.then(result => {
|
|
1401
|
+
result = ObjectUtils.stringToObject(result.json.$);
|
|
1402
|
+
resolve(this.buildSearchResultList(result, mdByName, argument));
|
|
1403
|
+
})
|
|
1404
|
+
.catch(error => {
|
|
1405
|
+
reject(error);
|
|
1428
1406
|
});
|
|
1429
|
-
}
|
|
1407
|
+
});
|
|
1408
|
+
}
|
|
1409
|
+
/**
|
|
1410
|
+
* Obtém as opções em componentes de pesquisa além dos metadados como showMore e entityPk.
|
|
1411
|
+
* @param {string} argument - O argumento da pesquisa.
|
|
1412
|
+
* @param {any} options - Opções preparadas para a pesquisa.
|
|
1413
|
+
* @returns {Promise<Array<IOption> | IOption>} Uma lista de opções ou uma única opção.
|
|
1414
|
+
* @async
|
|
1415
|
+
*/
|
|
1416
|
+
async executePreparedSearchWithFullResponse(argument, options) {
|
|
1417
|
+
const mdByName = {};
|
|
1418
|
+
const { entity, criteria, searchOptions } = options;
|
|
1419
|
+
return new Promise((resolve, reject) => {
|
|
1420
|
+
this.pesquisaFetcher.loadAdvancedSearch(entity, argument, criteria, searchOptions)
|
|
1421
|
+
.then(result => {
|
|
1422
|
+
result = ObjectUtils.stringToObject(result.json.$);
|
|
1423
|
+
result.data = this.buildSearchResultList(result, mdByName, argument);
|
|
1424
|
+
resolve(result);
|
|
1425
|
+
})
|
|
1426
|
+
.catch(error => {
|
|
1427
|
+
reject(error);
|
|
1428
|
+
});
|
|
1429
|
+
});
|
|
1430
|
+
}
|
|
1431
|
+
buildSearchResultList(result, mdByName, argument) {
|
|
1432
|
+
let descriptionField = result.descriptionField;
|
|
1433
|
+
let pkField = result.pkField;
|
|
1434
|
+
const list = [];
|
|
1435
|
+
result.data.forEach((item) => {
|
|
1436
|
+
let fieldsMetadata = this.filterInvalidFields(result, item, mdByName);
|
|
1437
|
+
let qtyFields = 6;
|
|
1438
|
+
let fields = this.filterMathFields(item['__matchFields'], fieldsMetadata, qtyFields, mdByName);
|
|
1439
|
+
list.push(this.builOptionItem(argument, item, fields, descriptionField, pkField));
|
|
1440
|
+
});
|
|
1441
|
+
return list;
|
|
1430
1442
|
}
|
|
1431
1443
|
/**
|
|
1432
1444
|
* Obtém `true` caso a tela esteja em modo de debug.
|
|
@@ -1979,6 +1991,7 @@ const SnkApplication = /*@__PURE__*/ proxyCustomElement(class extends HTMLElemen
|
|
|
1979
1991
|
"executeSearch": [64],
|
|
1980
1992
|
"executePreparedSearchPlus": [64],
|
|
1981
1993
|
"executePreparedSearch": [64],
|
|
1994
|
+
"executePreparedSearchWithFullResponse": [64],
|
|
1982
1995
|
"isDebugMode": [64],
|
|
1983
1996
|
"getAppLabel": [64],
|
|
1984
1997
|
"addSearchListener": [64],
|
|
@@ -8,13 +8,14 @@ import './form-config-fetcher.js';
|
|
|
8
8
|
import { V as VIEW_MODE } from './constants.js';
|
|
9
9
|
import { A as AutorizationType } from './auth-fetcher.js';
|
|
10
10
|
import { T as TaskbarElement, d as defineCustomElement$4 } from './snk-taskbar2.js';
|
|
11
|
-
import { d as defineCustomElement$
|
|
12
|
-
import { d as defineCustomElement$
|
|
13
|
-
import { d as defineCustomElement$
|
|
14
|
-
import { d as defineCustomElement$
|
|
15
|
-
import { d as defineCustomElement$
|
|
16
|
-
import { d as defineCustomElement$
|
|
17
|
-
import { d as defineCustomElement$
|
|
11
|
+
import { d as defineCustomElement$g } from './snk-actions-button2.js';
|
|
12
|
+
import { d as defineCustomElement$f } from './snk-configurator2.js';
|
|
13
|
+
import { d as defineCustomElement$e } from './snk-data-exporter2.js';
|
|
14
|
+
import { d as defineCustomElement$d } from './snk-data-unit2.js';
|
|
15
|
+
import { d as defineCustomElement$c } from './snk-exporter-email-sender2.js';
|
|
16
|
+
import { d as defineCustomElement$b } from './snk-grid-config2.js';
|
|
17
|
+
import { d as defineCustomElement$a } from './snk-layout-form-config2.js';
|
|
18
|
+
import { d as defineCustomElement$9 } from './snk-numbering-config2.js';
|
|
18
19
|
import { d as defineCustomElement$8 } from './snk-select-box2.js';
|
|
19
20
|
import { d as defineCustomElement$7 } from './snk-simple-bar2.js';
|
|
20
21
|
import { d as defineCustomElement$6 } from './snk-simple-crud2.js';
|
|
@@ -925,7 +926,7 @@ function defineCustomElement() {
|
|
|
925
926
|
if (typeof customElements === "undefined") {
|
|
926
927
|
return;
|
|
927
928
|
}
|
|
928
|
-
const components = ["snk-attach", "snk-actions-button", "snk-configurator", "snk-data-exporter", "snk-data-unit", "snk-exporter-email-sender", "snk-grid-config", "snk-layout-form-config", "snk-select-box", "snk-simple-bar", "snk-simple-crud", "snk-simple-form-config", "snk-taskbar", "snk-view-representation", "taskbar-actions-button", "taskbar-split-button"];
|
|
929
|
+
const components = ["snk-attach", "snk-actions-button", "snk-configurator", "snk-data-exporter", "snk-data-unit", "snk-exporter-email-sender", "snk-grid-config", "snk-layout-form-config", "snk-numbering-config", "snk-select-box", "snk-simple-bar", "snk-simple-crud", "snk-simple-form-config", "snk-taskbar", "snk-view-representation", "taskbar-actions-button", "taskbar-split-button"];
|
|
929
930
|
components.forEach(tagName => { switch (tagName) {
|
|
930
931
|
case "snk-attach":
|
|
931
932
|
if (!customElements.get(tagName)) {
|
|
@@ -934,35 +935,40 @@ function defineCustomElement() {
|
|
|
934
935
|
break;
|
|
935
936
|
case "snk-actions-button":
|
|
936
937
|
if (!customElements.get(tagName)) {
|
|
937
|
-
defineCustomElement$
|
|
938
|
+
defineCustomElement$g();
|
|
938
939
|
}
|
|
939
940
|
break;
|
|
940
941
|
case "snk-configurator":
|
|
941
942
|
if (!customElements.get(tagName)) {
|
|
942
|
-
defineCustomElement$
|
|
943
|
+
defineCustomElement$f();
|
|
943
944
|
}
|
|
944
945
|
break;
|
|
945
946
|
case "snk-data-exporter":
|
|
946
947
|
if (!customElements.get(tagName)) {
|
|
947
|
-
defineCustomElement$
|
|
948
|
+
defineCustomElement$e();
|
|
948
949
|
}
|
|
949
950
|
break;
|
|
950
951
|
case "snk-data-unit":
|
|
951
952
|
if (!customElements.get(tagName)) {
|
|
952
|
-
defineCustomElement$
|
|
953
|
+
defineCustomElement$d();
|
|
953
954
|
}
|
|
954
955
|
break;
|
|
955
956
|
case "snk-exporter-email-sender":
|
|
956
957
|
if (!customElements.get(tagName)) {
|
|
957
|
-
defineCustomElement$
|
|
958
|
+
defineCustomElement$c();
|
|
958
959
|
}
|
|
959
960
|
break;
|
|
960
961
|
case "snk-grid-config":
|
|
961
962
|
if (!customElements.get(tagName)) {
|
|
962
|
-
defineCustomElement$
|
|
963
|
+
defineCustomElement$b();
|
|
963
964
|
}
|
|
964
965
|
break;
|
|
965
966
|
case "snk-layout-form-config":
|
|
967
|
+
if (!customElements.get(tagName)) {
|
|
968
|
+
defineCustomElement$a();
|
|
969
|
+
}
|
|
970
|
+
break;
|
|
971
|
+
case "snk-numbering-config":
|
|
966
972
|
if (!customElements.get(tagName)) {
|
|
967
973
|
defineCustomElement$9();
|
|
968
974
|
}
|
|
@@ -2,7 +2,8 @@ import { proxyCustomElement, HTMLElement, createEvent, h } from '@stencil/core/i
|
|
|
2
2
|
import { ApplicationContext } from '@sankhyalabs/core';
|
|
3
3
|
import { V as VIEW_MODE } from './constants.js';
|
|
4
4
|
import { A as AuthorizationConfig } from './AuthorizationConfig.js';
|
|
5
|
-
import { d as defineCustomElement$
|
|
5
|
+
import { d as defineCustomElement$3 } from './snk-layout-form-config2.js';
|
|
6
|
+
import { d as defineCustomElement$2 } from './snk-numbering-config2.js';
|
|
6
7
|
import { d as defineCustomElement$1 } from './snk-view-representation2.js';
|
|
7
8
|
|
|
8
9
|
const snkConfiguratorCss = ".sc-snk-configurator-h{--snk-configurator__button-close--padding-left:var(--space--medium, 12px);--snk-configurator__title--color:var(--title--primary, #2B3A54);--snk-configurator__title--font-family:var(--font-pattern, \"Roboto\");--snk-configurator__title--font-size:var(--title--large, 20px);--snk-configurator__title--font-weight:var(--text-weight--extra-large, 700);--snk-configurator__subtitle--color:var(--title--primary, #2B3A54);--snk-configurator__subtitle--font-family:var(--font-pattern, \"Roboto\");--snk-configurator__subtitle--font-size:var(--text--medium, 14px);--snk-configurator__subtitle--font-weight:var(--text-weight--large, 600);--snk-configurator__scrollbar--color-default:var(--scrollbar--default, #626e82);--snk-configurator__scrollbar--color-background:var(--scrollbar--background, #E5EAF0);--snk-configurator__scrollbar--color-hover:var(--scrollbar--hover, #2B3A54);--snk-configurator__scrollbar--color-clicked:var(--scrollbar--clicked, #a2abb9);--snk-configurator__scrollbar--border-radius:var(--border--radius-small, 6px);--snk-configurator__scrollbar--width:var(--space--small, 6px)}.snk-configurator.sc-snk-configurator{display:grid;grid-template-rows:auto 1fr auto;max-height:100%;width:100%}.snk-configurator__collsable-box-action.sc-snk-configurator{width:100%}.snk-configurator__action-buttons.sc-snk-configurator{display:flex;flex-direction:row;justify-content:flex-end;gap:var(--space--medium)}.snk-configurator__outline.sc-snk-configurator{display:flex;flex-direction:column;gap:var(--space--small);margin-top:var(--space--small);margin-bottom:var(--space--large)}@media screen and (min-width: 480px){.snk-configurator.sc-snk-configurator{width:359px;max-width:359px}}.snk-configurator__button-config.sc-snk-configurator{--ez-button--min-width:100%}.snk-configurator__header.sc-snk-configurator{display:flex;justify-content:space-between;align-items:center;width:100%}.snk-configurator__title.sc-snk-configurator{display:flex;margin:0;line-height:normal;letter-spacing:0em;text-align:left;color:var(--snk-configurator__title--color);font-size:var(--snk-configurator__title--font-size);font-family:var(--snk-configurator__title--font-family);font-weight:var(--snk-configurator__title--font-weight)}.snk-configurator__subtitle.sc-snk-configurator{display:flex;margin:0;padding-top:var(--space--medium);padding-bottom:var(--space--small);color:var(--snk-configurator__subtitle--color);font-size:var(--snk-configurator__subtitle--font-size);font-family:var(--snk-configurator__subtitle--font-family);font-weight:var(--snk-configurator__subtitle--font-weight)}.snk-configurator__button-close.sc-snk-configurator{padding-left:var(--snk-configurator__button-close--padding-left)}.snk-configurator__main.sc-snk-configurator{overflow-y:auto;scrollbar-width:thin;margin:var(--space--medium) 0;scrollbar-color:var(--snk-configurator__scrollbar--color-clicked) var(--snk-configurator__scrollbar--color-background)}.snk-configurator__main.sc-snk-configurator::-webkit-scrollbar{background-color:var(--snk-configurator__scrollbar--color-background);width:var(--snk-configurator__scrollbar--width);max-width:var(--snk-configurator__scrollbar--width);min-width:var(--snk-configurator__scrollbar--width)}.snk-configurator__main.sc-snk-configurator::-webkit-scrollbar-track{background-color:var(--snk-configurator__scrollbar--color-background);border-radius:var(--snk-configurator__scrollbar--border-radius)}.snk-configurator__main.sc-snk-configurator::-webkit-scrollbar-thumb{background-color:var(--snk-configurator__scrollbar--color-default);border-radius:var(--snk-configurator__scrollbar--border-radius)}.snk-configurator__main.sc-snk-configurator::-webkit-scrollbar-thumb:vertical:hover,.snk-configurator__main.sc-snk-configurator::-webkit-scrollbar-thumb:horizontal:hover{background-color:var(--snk-configurator__scrollbar--color-hover)}.snk-configurator__main.sc-snk-configurator::-webkit-scrollbar-thumb:vertical:active,.snk-configurator__main.sc-snk-configurator::-webkit-scrollbar-thumb:horizontal:active{background-color:var(--snk-configurator__scrollbar--color-clicked)}";
|
|
@@ -23,6 +24,8 @@ const SnkConfigurator = /*@__PURE__*/ proxyCustomElement(class extends HTMLEleme
|
|
|
23
24
|
this.viewMode = VIEW_MODE.GRID;
|
|
24
25
|
this.customContainerId = undefined;
|
|
25
26
|
this.layoutFormConfig = true;
|
|
27
|
+
this.entityName = undefined;
|
|
28
|
+
this.disableNumberingConfig = false;
|
|
26
29
|
this.messagesBuilder = undefined;
|
|
27
30
|
}
|
|
28
31
|
/**
|
|
@@ -83,7 +86,14 @@ const SnkConfigurator = /*@__PURE__*/ proxyCustomElement(class extends HTMLEleme
|
|
|
83
86
|
var _a;
|
|
84
87
|
return (_a = this.messagesBuilder) === null || _a === void 0 ? void 0 : _a.getMessage(key, {});
|
|
85
88
|
}
|
|
86
|
-
handleSave() {
|
|
89
|
+
async handleSave() {
|
|
90
|
+
var _a;
|
|
91
|
+
if (!this.disableNumberingConfig) {
|
|
92
|
+
const result = await ((_a = this._snkNumberingConfig) === null || _a === void 0 ? void 0 : _a.save());
|
|
93
|
+
if (!result) {
|
|
94
|
+
return;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
87
97
|
if (this.layoutFormConfig) {
|
|
88
98
|
this._snkLayoutFormConfig.save();
|
|
89
99
|
}
|
|
@@ -112,7 +122,7 @@ const SnkConfigurator = /*@__PURE__*/ proxyCustomElement(class extends HTMLEleme
|
|
|
112
122
|
insideCustomElementsContainer === null || insideCustomElementsContainer === void 0 ? void 0 : insideCustomElementsContainer.appendChild(configuratorCustomElement);
|
|
113
123
|
}
|
|
114
124
|
render() {
|
|
115
|
-
return (h("ez-modal", { ref: (element) => (this.modal = element), opened: this._opened, "close-esc": false, "close-outside-click": false, "modal-size": "small", scrim: "light", onEzCloseModal: () => this.closeConfig() }, h("div", { class: "snk-configurator" }, h("div", { class: "snk-configurator__header" }, h("label", { class: "snk-configurator__title" }, this.getMessage('snkConfigurator.titleConfigurations')), h("div", { class: "snk-configurator__button-close" }, h("ez-button", { mode: "icon", iconName: "close", size: "medium", onClick: () => this.closeConfig() }))), h("div", { class: "snk-configurator__main" }, h("ez-collapsible-box", { boxBordered: true, label: this.getMessage('snkConfigurator.subTitleModeConfig'), headerSize: "medium", class: "snk-configurator__collapsable-box" }, h("ez-radio-button", { value: this.getViewModeValue().toString(), onEzChange: (evt) => this.onViewModeChanged(evt), enabled: this.enableModeConfig() }, h("ez-radio-button-option", { label: this.getMessage('snkConfigurator.labelGrid'), value: VIEW_MODE.GRID }), h("ez-radio-button-option", { label: this.getMessage('snkConfigurator.labelForm'), value: VIEW_MODE.FORM })), h("div", { class: "snk-configurator__collsable-box-action" }, h("ez-button", { label: this.viewMode === VIEW_MODE.GRID ? this.getMessage('snkConfigurator.labelConfigGrid') : this.getMessage('snkConfigurator.labelConfigForm'), class: "snk-configurator__button-config ez-button--secondary", onClick: () => this.onClickOpenConfig(), id: "openConfigurator" }))), this.layoutFormConfig && h("ez-collapsible-box", { boxBordered: true, value: true, label: this.getMessage('snkConfigurator.labelLayoutForm'), headerSize: "medium", class: "snk-configurator__collapsable-box ez-margin-top--medium" }, h("div", { class: 'ez-flex ez-flex--column ez-size-width--full' }, h("snk-layout-form-config", { ref: (ref) => this._snkLayoutFormConfig = ref, messagesBuilder: this.messagesBuilder }))), h("div", { id: "slotContainer", class: "snk-configurator__outline" })), this.showActionButtons && (h("div", { class: "snk-configurator__action-buttons" }, h("ez-button", { label: this.getMessage('snkConfigurator.buttons.cancel'), onClick: () => this.cancel.emit() }), h("ez-button", { label: this.getMessage('snkConfigurator.buttons.save'), onClick: () => this.handleSave(), class: "ez-button--primary" }))))));
|
|
125
|
+
return (h("ez-modal", { ref: (element) => (this.modal = element), opened: this._opened, "close-esc": false, "close-outside-click": false, "modal-size": "small", scrim: "light", onEzCloseModal: () => this.closeConfig() }, h("div", { class: "snk-configurator" }, h("div", { class: "snk-configurator__header" }, h("label", { class: "snk-configurator__title" }, this.getMessage('snkConfigurator.titleConfigurations')), h("div", { class: "snk-configurator__button-close" }, h("ez-button", { mode: "icon", iconName: "close", size: "medium", onClick: () => this.closeConfig() }))), h("div", { class: "snk-configurator__main" }, h("ez-collapsible-box", { boxBordered: true, label: this.getMessage('snkConfigurator.subTitleModeConfig'), headerSize: "medium", class: "snk-configurator__collapsable-box" }, h("ez-radio-button", { value: this.getViewModeValue().toString(), onEzChange: (evt) => this.onViewModeChanged(evt), enabled: this.enableModeConfig() }, h("ez-radio-button-option", { label: this.getMessage('snkConfigurator.labelGrid'), value: VIEW_MODE.GRID }), h("ez-radio-button-option", { label: this.getMessage('snkConfigurator.labelForm'), value: VIEW_MODE.FORM })), h("div", { class: "snk-configurator__collsable-box-action" }, h("ez-button", { label: this.viewMode === VIEW_MODE.GRID ? this.getMessage('snkConfigurator.labelConfigGrid') : this.getMessage('snkConfigurator.labelConfigForm'), class: "snk-configurator__button-config ez-button--secondary", onClick: () => this.onClickOpenConfig(), id: "openConfigurator" }))), this.layoutFormConfig && (h("ez-collapsible-box", { boxBordered: true, value: true, label: this.getMessage('snkConfigurator.labelLayoutForm'), headerSize: "medium", class: "snk-configurator__collapsable-box ez-margin-top--medium" }, h("div", { class: 'ez-flex ez-flex--column ez-size-width--full' }, h("snk-layout-form-config", { ref: (ref) => this._snkLayoutFormConfig = ref, messagesBuilder: this.messagesBuilder })))), !this.disableNumberingConfig && (h("ez-collapsible-box", { boxBordered: true, value: true, label: this.getMessage('snkConfigurator.labelNumberingConfig'), headerSize: "medium", class: "snk-configurator__collapsable-box ez-margin-top--medium" }, h("div", { class: 'ez-flex ez-flex--column ez-size-width--full' }, h("snk-numbering-config", { ref: (ref) => this._snkNumberingConfig = ref, messagesBuilder: this.messagesBuilder, entityName: this.entityName, resourceID: this.resourceID })))), h("div", { id: "slotContainer", class: "snk-configurator__outline" })), this.showActionButtons && (h("div", { class: "snk-configurator__action-buttons" }, h("ez-button", { label: this.getMessage('snkConfigurator.buttons.cancel'), onClick: () => this.cancel.emit() }), h("ez-button", { label: this.getMessage('snkConfigurator.buttons.save'), onClick: () => this.handleSave(), class: "ez-button--primary" }))))));
|
|
116
126
|
}
|
|
117
127
|
get _element() { return this; }
|
|
118
128
|
static get style() { return snkConfiguratorCss; }
|
|
@@ -123,6 +133,8 @@ const SnkConfigurator = /*@__PURE__*/ proxyCustomElement(class extends HTMLEleme
|
|
|
123
133
|
"viewMode": [2, "view-mode"],
|
|
124
134
|
"customContainerId": [1, "custom-container-id"],
|
|
125
135
|
"layoutFormConfig": [4, "layout-form-config"],
|
|
136
|
+
"entityName": [1, "entity-name"],
|
|
137
|
+
"disableNumberingConfig": [4, "disable-numbering-config"],
|
|
126
138
|
"messagesBuilder": [1040],
|
|
127
139
|
"_opened": [32],
|
|
128
140
|
"_permissions": [32],
|
|
@@ -133,7 +145,7 @@ function defineCustomElement() {
|
|
|
133
145
|
if (typeof customElements === "undefined") {
|
|
134
146
|
return;
|
|
135
147
|
}
|
|
136
|
-
const components = ["snk-configurator", "snk-layout-form-config", "snk-view-representation"];
|
|
148
|
+
const components = ["snk-configurator", "snk-layout-form-config", "snk-numbering-config", "snk-view-representation"];
|
|
137
149
|
components.forEach(tagName => { switch (tagName) {
|
|
138
150
|
case "snk-configurator":
|
|
139
151
|
if (!customElements.get(tagName)) {
|
|
@@ -141,6 +153,11 @@ function defineCustomElement() {
|
|
|
141
153
|
}
|
|
142
154
|
break;
|
|
143
155
|
case "snk-layout-form-config":
|
|
156
|
+
if (!customElements.get(tagName)) {
|
|
157
|
+
defineCustomElement$3();
|
|
158
|
+
}
|
|
159
|
+
break;
|
|
160
|
+
case "snk-numbering-config":
|
|
144
161
|
if (!customElements.get(tagName)) {
|
|
145
162
|
defineCustomElement$2();
|
|
146
163
|
}
|