@sankhyalabs/sankhyablocks 10.0.4 → 10.1.0-dev.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{ConfigStorage-2b412ac9.js → ConfigStorage-5c0590b3.js} +2 -2
- package/dist/cjs/{DataFetcher-a1d986da.js → DataFetcher-5181a917.js} +1124 -1103
- package/dist/cjs/{FormConfigHelper-1e8bb464.js → FormConfigHelper-28fe4668.js} +21 -1
- package/dist/cjs/{ISave-4c4f7231.js → ISave-0f98a457.js} +4 -4
- package/dist/cjs/ServicesNumberingConfig-69038a0f.js +35 -0
- package/dist/cjs/{SnkFormConfigManager-cfb6323a.js → SnkFormConfigManager-1907ffed.js} +2 -2
- package/dist/cjs/{SnkMultiSelectionListDataSource-99a82236.js → SnkMultiSelectionListDataSource-e4e38139.js} +4 -4
- package/dist/cjs/{auth-fetcher-3dda805e.js → auth-fetcher-cff55b1f.js} +1 -1
- package/dist/cjs/{dataunit-fetcher-434d8c8d.js → dataunit-fetcher-1ba5e2cc.js} +1 -1
- package/dist/cjs/field-config_2.cjs.entry.js +1 -1
- package/dist/cjs/fields-layout.cjs.entry.js +1 -1
- package/dist/cjs/fields-selector.cjs.entry.js +1 -1
- package/dist/cjs/{form-config-fetcher-0e6f36d9.js → form-config-fetcher-4a679e23.js} +1 -1
- package/dist/cjs/index-1cf293c1.js +6 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/pesquisa-grid_2.cjs.entry.js +4 -4
- package/dist/cjs/sankhyablocks.cjs.js +1 -1
- package/dist/cjs/{snk-actions-button_8.cjs.entry.js → snk-actions-button_9.cjs.entry.js} +136 -5
- package/dist/cjs/snk-application.cjs.entry.js +81 -69
- package/dist/cjs/snk-attach.cjs.entry.js +5 -5
- package/dist/cjs/snk-configurator.cjs.entry.js +11 -2
- package/dist/cjs/snk-crud.cjs.entry.js +208 -9
- package/dist/cjs/snk-custom-slot-guide.cjs.entry.js +40 -0
- package/dist/cjs/snk-data-exporter.cjs.entry.js +5 -5
- package/dist/cjs/{snk-data-unit-323a507f.js → snk-data-unit-061487a8.js} +4 -2
- package/dist/cjs/snk-data-unit.cjs.entry.js +3 -3
- package/dist/cjs/snk-detail-view.cjs.entry.js +8 -8
- package/dist/cjs/snk-filter-bar_4.cjs.entry.js +3 -3
- package/dist/cjs/snk-filter-modal-item.cjs.entry.js +3 -3
- package/dist/cjs/snk-form_2.cjs.entry.js +9 -7
- package/dist/cjs/snk-grid.cjs.entry.js +13 -10
- package/dist/cjs/{snk-guides-viewer-57624b79.js → snk-guides-viewer-2efe60a7.js} +95 -43
- package/dist/cjs/snk-guides-viewer.cjs.entry.js +15 -15
- package/dist/cjs/snk-personalized-filter.cjs.entry.js +3 -3
- package/dist/cjs/snk-pesquisa.cjs.entry.js +16 -5
- package/dist/cjs/snk-simple-crud.cjs.entry.js +7 -7
- package/dist/cjs/snk-taskbar.cjs.entry.js +8 -4
- package/dist/collection/collection-manifest.json +3 -1
- package/dist/collection/components/snk-application/search-strategy/exec-prepared-search-advaced-mode.js +27 -0
- package/dist/collection/components/snk-application/search-strategy/exec-prepared-search-plus.js +5 -25
- package/dist/collection/components/snk-application/snk-application.js +87 -44
- package/dist/collection/components/snk-configurator/snk-configurator.js +46 -2
- package/dist/collection/components/snk-crud/snk-crud.js +345 -7
- package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +161 -40
- package/dist/collection/components/snk-custom-slot-guide/snk-custom-slot-guide.css +3 -0
- package/dist/collection/components/snk-custom-slot-guide/snk-custom-slot-guide.js +95 -0
- package/dist/collection/components/snk-data-unit/snk-data-unit.js +2 -0
- package/dist/collection/components/snk-form-config/FormConfigHelper.js +20 -1
- package/dist/collection/components/snk-form-config/snk-form-config.js +29 -3
- package/dist/collection/components/snk-grid/snk-grid.css +14 -0
- package/dist/collection/components/snk-grid/snk-grid.js +26 -4
- package/dist/collection/components/snk-numbering-config/services/ServicesNumberingConfig.js +31 -0
- package/dist/collection/components/snk-numbering-config/snk-numbering-config.css +3 -0
- package/dist/collection/components/snk-numbering-config/snk-numbering-config.js +227 -0
- package/dist/collection/components/snk-pesquisa/snk-pesquisa.css +5 -1
- package/dist/collection/components/snk-pesquisa/snk-pesquisa.js +43 -0
- package/dist/collection/components/snk-taskbar/snk-taskbar.js +29 -4
- package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js +3 -3
- package/dist/collection/lib/message/messageResourceEnUSUtils.js +21 -18
- package/dist/collection/lib/message/messageResourceEsESUtils.js +21 -18
- package/dist/collection/lib/message/messageResourcePtBRUtils.js +21 -18
- package/dist/collection/lib/message/resources/en-us/snk-configurator.msg.js +1 -0
- package/dist/collection/lib/message/resources/en-us/snk-numbering-config.msg.js +4 -0
- package/dist/collection/lib/message/resources/es-es/snk-configurator.msg.js +1 -0
- package/dist/collection/lib/message/resources/es-es/snk-numbering-config.msg.js +4 -0
- package/dist/collection/lib/message/resources/pt-br/snk-configurator.msg.js +1 -0
- package/dist/collection/lib/message/resources/pt-br/snk-form.msg.js +1 -1
- package/dist/collection/lib/message/resources/pt-br/snk-numbering-config.msg.js +4 -0
- package/dist/collection/lib/message/resources/pt-br/snk-pesquisa.msg.js +1 -1
- package/dist/components/DataFetcher.js +1124 -1103
- package/dist/components/ISave.js +3 -3
- package/dist/components/field-config2.js +21 -2
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +2 -0
- package/dist/components/snk-application2.js +76 -63
- package/dist/components/snk-attach2.js +20 -14
- package/dist/components/snk-configurator2.js +21 -4
- package/dist/components/snk-crud.js +282 -70
- package/dist/components/snk-custom-slot-guide.d.ts +11 -0
- package/dist/components/snk-custom-slot-guide.js +55 -0
- package/dist/components/snk-data-unit2.js +2 -0
- package/dist/components/snk-detail-view2.js +185 -120
- package/dist/components/snk-form-config2.js +6 -3
- package/dist/components/snk-grid2.js +9 -4
- package/dist/components/snk-numbering-config.d.ts +11 -0
- package/dist/components/snk-numbering-config.js +6 -0
- package/dist/components/snk-numbering-config2.js +186 -0
- package/dist/components/snk-pesquisa2.js +14 -2
- package/dist/components/snk-simple-crud2.js +20 -14
- package/dist/components/snk-taskbar2.js +9 -4
- package/dist/esm/{ConfigStorage-a60b12c2.js → ConfigStorage-bd096633.js} +2 -2
- package/dist/esm/{DataFetcher-9a1709a3.js → DataFetcher-5780ad39.js} +1124 -1103
- package/dist/esm/{FormConfigHelper-b9cf7758.js → FormConfigHelper-d09669f3.js} +21 -2
- package/dist/esm/{ISave-b9c9188b.js → ISave-8a22ec18.js} +4 -4
- package/dist/esm/ServicesNumberingConfig-2f7b050e.js +33 -0
- package/dist/esm/{SnkFormConfigManager-1548dc73.js → SnkFormConfigManager-437e98bb.js} +2 -2
- package/dist/esm/{SnkMultiSelectionListDataSource-65764464.js → SnkMultiSelectionListDataSource-42125ef4.js} +4 -4
- package/dist/esm/{auth-fetcher-566bad7c.js → auth-fetcher-28b9d0db.js} +1 -1
- package/dist/esm/{dataunit-fetcher-eba36247.js → dataunit-fetcher-c4251d80.js} +1 -1
- package/dist/esm/field-config_2.entry.js +1 -1
- package/dist/esm/fields-layout.entry.js +1 -1
- package/dist/esm/fields-selector.entry.js +1 -1
- package/dist/esm/{form-config-fetcher-cf8c52d0.js → form-config-fetcher-d0536a71.js} +1 -1
- package/dist/esm/index-479e1293.js +6 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/pesquisa-grid_2.entry.js +4 -4
- package/dist/esm/sankhyablocks.js +1 -1
- package/dist/esm/{snk-actions-button_8.entry.js → snk-actions-button_9.entry.js} +136 -6
- package/dist/esm/snk-application.entry.js +81 -69
- package/dist/esm/snk-attach.entry.js +5 -5
- package/dist/esm/snk-configurator.entry.js +11 -2
- package/dist/esm/snk-crud.entry.js +209 -10
- package/dist/esm/snk-custom-slot-guide.entry.js +36 -0
- package/dist/esm/snk-data-exporter.entry.js +5 -5
- package/dist/esm/{snk-data-unit-693849e3.js → snk-data-unit-4a1ef77f.js} +4 -2
- package/dist/esm/snk-data-unit.entry.js +3 -3
- package/dist/esm/snk-detail-view.entry.js +8 -8
- package/dist/esm/snk-filter-bar_4.entry.js +3 -3
- package/dist/esm/snk-filter-modal-item.entry.js +3 -3
- package/dist/esm/snk-form_2.entry.js +9 -7
- package/dist/esm/snk-grid.entry.js +13 -10
- package/dist/esm/{snk-guides-viewer-8d6067b5.js → snk-guides-viewer-c182d058.js} +95 -43
- package/dist/esm/snk-guides-viewer.entry.js +15 -15
- package/dist/esm/snk-personalized-filter.entry.js +3 -3
- package/dist/esm/snk-pesquisa.entry.js +16 -5
- package/dist/esm/snk-simple-crud.entry.js +7 -7
- package/dist/esm/snk-taskbar.entry.js +8 -4
- package/dist/sankhyablocks/{p-4e3fc788.entry.js → p-01ca59fc.entry.js} +1 -1
- package/dist/sankhyablocks/p-028fb380.entry.js +11 -0
- package/dist/sankhyablocks/{p-6902c5ee.entry.js → p-03f02b12.entry.js} +1 -1
- package/dist/sankhyablocks/{p-69885aaa.js → p-0e4f8b86.js} +1 -1
- package/dist/sankhyablocks/p-1037ea7b.entry.js +1 -0
- package/dist/sankhyablocks/{p-42dde1ec.js → p-1b1373b6.js} +1 -1
- package/dist/sankhyablocks/{p-88c12985.entry.js → p-2e882241.entry.js} +1 -1
- package/dist/sankhyablocks/p-30a58e29.entry.js +1 -0
- package/dist/sankhyablocks/{p-8b24836e.entry.js → p-35974f5f.entry.js} +1 -1
- package/dist/sankhyablocks/{p-4db51d85.js → p-3c046287.js} +2 -2
- package/dist/sankhyablocks/{p-bcf5692d.entry.js → p-42272de8.entry.js} +1 -1
- package/dist/sankhyablocks/{p-07c5289b.entry.js → p-4c2e2767.entry.js} +1 -1
- package/dist/sankhyablocks/{p-31b0d523.js → p-4db9dbf8.js} +1 -1
- package/dist/sankhyablocks/{p-95888078.js → p-55d7abe7.js} +1 -1
- package/dist/sankhyablocks/p-5d408e7e.entry.js +1 -0
- package/dist/sankhyablocks/p-6e5af618.entry.js +1 -0
- package/dist/sankhyablocks/{p-7b3269e9.entry.js → p-78d4b3e3.entry.js} +1 -1
- package/dist/sankhyablocks/{p-d68904a9.js → p-8b4d6719.js} +1 -1
- package/dist/sankhyablocks/{p-94b15408.entry.js → p-903fa0b4.entry.js} +1 -1
- package/dist/sankhyablocks/p-987cd79d.entry.js +1 -0
- package/dist/sankhyablocks/{p-9fa79997.js → p-9ab6ae1e.js} +2 -2
- package/dist/sankhyablocks/{p-6471a791.entry.js → p-9f16d33e.entry.js} +1 -1
- package/dist/sankhyablocks/p-a1d23fef.js +1 -0
- package/dist/sankhyablocks/{p-5095f811.entry.js → p-a64ffe30.entry.js} +1 -1
- package/dist/sankhyablocks/{p-13596651.js → p-aca74b21.js} +1 -1
- package/dist/sankhyablocks/{p-f68aab71.js → p-b9699067.js} +1 -1
- package/dist/sankhyablocks/p-c4fcf1fb.entry.js +1 -0
- package/dist/sankhyablocks/p-c98c79c3.entry.js +1 -0
- package/dist/sankhyablocks/p-cad964b5.js +1 -0
- package/dist/sankhyablocks/p-d2ec9a24.entry.js +1 -0
- package/dist/sankhyablocks/{p-ce77774e.js → p-d3534985.js} +1 -1
- package/dist/sankhyablocks/{p-5340c04e.entry.js → p-f3027bc9.entry.js} +1 -1
- package/dist/sankhyablocks/{p-1e9c546e.entry.js → p-f35f2eb3.entry.js} +1 -1
- package/dist/sankhyablocks/p-fd05e31d.entry.js +1 -0
- package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
- package/dist/types/components/snk-application/search-strategy/exec-prepared-search-advaced-mode.d.ts +5 -0
- package/dist/types/components/snk-application/snk-application.d.ts +9 -0
- package/dist/types/components/snk-configurator/snk-configurator.d.ts +10 -1
- package/dist/types/components/snk-crud/snk-crud.d.ts +58 -7
- package/dist/types/components/snk-crud/subcomponents/snk-guides-viewer.d.ts +33 -6
- package/dist/types/components/snk-custom-slot-guide/snk-custom-slot-guide.d.ts +16 -0
- package/dist/types/components/snk-form-config/FormConfigHelper.d.ts +2 -0
- package/dist/types/components/snk-form-config/snk-form-config.d.ts +5 -0
- package/dist/types/components/snk-grid/snk-grid.d.ts +5 -0
- package/dist/types/components/snk-numbering-config/services/ServicesNumberingConfig.d.ts +18 -0
- package/dist/types/components/snk-numbering-config/snk-numbering-config.d.ts +37 -0
- package/dist/types/components/snk-pesquisa/snk-pesquisa.d.ts +8 -0
- package/dist/types/components/snk-taskbar/snk-taskbar.d.ts +6 -1
- package/dist/types/components.d.ts +187 -0
- package/dist/types/lib/http/data-fetcher/fetchers/pesquisa-fetcher.d.ts +1 -0
- package/dist/types/lib/message/resources/en-us/snk-numbering-config.msg.d.ts +1 -0
- package/dist/types/lib/message/resources/es-es/snk-numbering-config.msg.d.ts +1 -0
- package/dist/types/lib/message/resources/pt-br/snk-numbering-config.msg.d.ts +1 -0
- package/package.json +1 -1
- package/react/components.d.ts +2 -0
- package/react/components.js +2 -0
- package/react/components.js.map +1 -1
- package/dist/cjs/AuthorizationConfig-79ffae4b.js.gz +0 -0
- package/dist/cjs/ConfigStorage-2b412ac9.js.gz +0 -0
- package/dist/cjs/DataFetcher-a1d986da.js.gz +0 -0
- package/dist/cjs/FormConfigHelper-1e8bb464.js.gz +0 -0
- package/dist/cjs/GetSelectedRecordsIDsInfo-bd50caf1.js.gz +0 -0
- package/dist/cjs/IFetchDataExporterParams-e78ec415.js.gz +0 -0
- package/dist/cjs/ISave-4c4f7231.js.gz +0 -0
- package/dist/cjs/ParamType-90b440a0.js.gz +0 -0
- package/dist/cjs/PersonalizedFilterUtils-7259cf65.js.gz +0 -0
- package/dist/cjs/PrintUtils-bcaeb82f.js.gz +0 -0
- package/dist/cjs/ResourceIDUtils-5ff86aa7.js.gz +0 -0
- package/dist/cjs/SnkFormConfigManager-cfb6323a.js.gz +0 -0
- package/dist/cjs/SnkMultiSelectionListDataSource-99a82236.js.gz +0 -0
- package/dist/cjs/auth-fetcher-3dda805e.js.gz +0 -0
- package/dist/cjs/config-header.cjs.entry.js.gz +0 -0
- package/dist/cjs/configs-button.cjs.entry.js.gz +0 -0
- package/dist/cjs/constants-6d82e405.js.gz +0 -0
- package/dist/cjs/dataunit-fetcher-434d8c8d.js.gz +0 -0
- package/dist/cjs/default-filters-a09bf82b.js.gz +0 -0
- package/dist/cjs/field-config_2.cjs.entry.js.gz +0 -0
- package/dist/cjs/fields-layout.cjs.entry.js.gz +0 -0
- package/dist/cjs/fields-selector.cjs.entry.js.gz +0 -0
- package/dist/cjs/filter-item-type.enum-a7ffdaa6.js.gz +0 -0
- package/dist/cjs/filter-type.enum-2bb46d2a.js.gz +0 -0
- package/dist/cjs/filter-validate-cb4ed41a.js.gz +0 -0
- package/dist/cjs/filterNumberVariation-d65332da.js.gz +0 -0
- package/dist/cjs/form-config-fetcher-0e6f36d9.js.gz +0 -0
- package/dist/cjs/guides-configurator.cjs.entry.js.gz +0 -0
- package/dist/cjs/index-13d05f03.js.gz +0 -0
- package/dist/cjs/index-1cf293c1.js.gz +0 -0
- package/dist/cjs/index-62760a9c.js.gz +0 -0
- package/dist/cjs/index-8d94b7e0.js.gz +0 -0
- package/dist/cjs/index-e3e39724.js.gz +0 -0
- package/dist/cjs/index.cjs.js.gz +0 -0
- package/dist/cjs/loader.cjs.js.gz +0 -0
- package/dist/cjs/pesquisa-grid_2.cjs.entry.js.gz +0 -0
- package/dist/cjs/presentationMode-52ec3bdd.js.gz +0 -0
- package/dist/cjs/sankhyablocks.cjs.js.gz +0 -0
- package/dist/cjs/snk-actions-button_8.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-actions-form.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-application.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-attach.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-client-confirm.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-configurator.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-crud.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-custom-slot-elements.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-data-exporter.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-data-unit-323a507f.js.gz +0 -0
- package/dist/cjs/snk-data-unit.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-default-filter.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-detail-view.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-entity-list.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-exporter-email-sender.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-expression-group_2.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-advanced-mode_2.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-bar_4.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-binary-select.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-checkbox-list.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-detail.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-field-search_2.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-modal-item.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-multi-select.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-number.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-period.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-search.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-filter-text.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-form-summary.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-form-view.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-form_2.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-grid.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-guides-viewer-57624b79.js.gz +0 -0
- package/dist/cjs/snk-guides-viewer.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-personalized-filter-editor.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-personalized-filter.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-pesquisa.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-print-selector.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-simple-bar.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-simple-crud.cjs.entry.js.gz +0 -0
- package/dist/cjs/snk-taskbar.cjs.entry.js.gz +0 -0
- package/dist/cjs/sortable.esm-9a110bb7.js.gz +0 -0
- package/dist/cjs/taskbar-elements-fb5d1e08.js.gz +0 -0
- package/dist/cjs/taskbar-processor-2fba34a8.js.gz +0 -0
- package/dist/cjs/teste-pesquisa.cjs.entry.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/enum/ActionsType.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/enum/ParamType.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/enum/RefreshType.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/executor/java.executor.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/executor/javascript.executor.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/executor/launch-screen.executor.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/executor/procedure.executor.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/factory/executor.factory.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/index.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/interfaces/IAction.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/interfaces/IExecSource.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/interfaces/IExecuteActions.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/interfaces/IExecuteActionsProps.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/actions/interfaces/IResultParam.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/clientEvent/index.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/clientEvent/interfaces/IClientEventConfirm.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/interfaces/index.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/snk-actions-button.css.gz +0 -0
- package/dist/collection/components/snk-actions-button/snk-actions-button.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/subcomponents/snk-actions-form.js.gz +0 -0
- package/dist/collection/components/snk-actions-button/subcomponents/snk-client-confirm.js.gz +0 -0
- package/dist/collection/components/snk-application/__mocks__/snk-application.js.gz +0 -0
- package/dist/collection/components/snk-application/errorhandler/snk-error-handler.js.gz +0 -0
- package/dist/collection/components/snk-application/request-listener/DebouncedRequestListener.js.gz +0 -0
- package/dist/collection/components/snk-application/request-listener/RequestListenerFactory.js.gz +0 -0
- package/dist/collection/components/snk-application/request-listener/RequestListenerLoadingBar.js.gz +0 -0
- package/dist/collection/components/snk-application/search-strategy/exec-prepared-search-plus.js.gz +0 -0
- package/dist/collection/components/snk-application/snk-application.css.gz +0 -0
- package/dist/collection/components/snk-application/snk-application.js.gz +0 -0
- package/dist/collection/components/snk-attach/interfaces/ICrudConfig.js.gz +0 -0
- package/dist/collection/components/snk-attach/interfaces/TFetcherType.js.gz +0 -0
- package/dist/collection/components/snk-attach/interfaces/index.js.gz +0 -0
- package/dist/collection/components/snk-attach/snk-attach.css.gz +0 -0
- package/dist/collection/components/snk-attach/snk-attach.js.gz +0 -0
- package/dist/collection/components/snk-attach/structure/builder/anexo-sistema-crud-config.builder.js.gz +0 -0
- package/dist/collection/components/snk-attach/structure/builder/attach-crud-config.builder.js.gz +0 -0
- package/dist/collection/components/snk-attach/structure/builder/taskbar-builder.js.gz +0 -0
- package/dist/collection/components/snk-attach/structure/fetcher/facade/fetcher.facade.js.gz +0 -0
- package/dist/collection/components/snk-attach/structure/fetcher/factory/anexo-sistema-data-unit.factory.js.gz +0 -0
- package/dist/collection/components/snk-attach/structure/fetcher/factory/attach-fetcher-data-unit.factory.js.gz +0 -0
- package/dist/collection/components/snk-attach/structure/index.js.gz +0 -0
- package/dist/collection/components/snk-configurator/AuthorizationConfig.js.gz +0 -0
- package/dist/collection/components/snk-configurator/snk-configurator.css.gz +0 -0
- package/dist/collection/components/snk-configurator/snk-configurator.js.gz +0 -0
- package/dist/collection/components/snk-crud/interfaces/PropsCustomEditor.js.gz +0 -0
- package/dist/collection/components/snk-crud/interfaces/PropsCustomRender.js.gz +0 -0
- package/dist/collection/components/snk-crud/snk-crud.css.gz +0 -0
- package/dist/collection/components/snk-crud/snk-crud.js.gz +0 -0
- package/dist/collection/components/snk-crud/subcomponents/CardFormResizeObserver.js.gz +0 -0
- package/dist/collection/components/snk-crud/subcomponents/GuideBuilder.js.gz +0 -0
- package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.css.gz +0 -0
- package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.js.gz +0 -0
- package/dist/collection/components/snk-crud/subcomponents/snk-form-summary.css.gz +0 -0
- package/dist/collection/components/snk-crud/subcomponents/snk-form-summary.js.gz +0 -0
- package/dist/collection/components/snk-crud/subcomponents/snk-form-view.css.gz +0 -0
- package/dist/collection/components/snk-crud/subcomponents/snk-form-view.js.gz +0 -0
- package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.css.gz +0 -0
- package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js.gz +0 -0
- package/dist/collection/components/snk-custom-slot-elements/snk-custom-slot-elements.css.gz +0 -0
- package/dist/collection/components/snk-custom-slot-elements/snk-custom-slot-elements.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/data/attachment.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/data/email.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/data/export-config.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/data/export-result.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/data/report.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/exporter-email-sender/email-info-step.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/exporter-email-sender/options-step.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/exporter-email-sender/snk-exporter-email-sender.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/exporter-strategy/ClientSideExporterStrategy.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/exporter-strategy/ServerSideExporterStrategy.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/interfaces/IExporterProvider.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/interfaces/IExporterStrategy.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/interfaces/IRecordID.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/interfaces/ISelectedID.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/providers/ClientSideExporterProvider.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/providers/ServerSideExporterProvider.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/snk-data-exporter.css.gz +0 -0
- package/dist/collection/components/snk-data-exporter/snk-data-exporter.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/structure/ItemBuilder.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/test/resources/ClientSideExporterStrategyResources.js.gz +0 -0
- package/dist/collection/components/snk-data-exporter/utils/ParserExport.js.gz +0 -0
- package/dist/collection/components/snk-data-unit/MultipleUpdateHelper.js.gz +0 -0
- package/dist/collection/components/snk-data-unit/snk-data-unit.js.gz +0 -0
- package/dist/collection/components/snk-data-unit/test/resources/metadataMock.js.gz +0 -0
- package/dist/collection/components/snk-data-unit/test/resources/parentMetadataMock.js.gz +0 -0
- package/dist/collection/components/snk-entity-list/snk-entity-list.css.gz +0 -0
- package/dist/collection/components/snk-entity-list/snk-entity-list.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/dataunitfilter/data-unit-filter-builder.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/enum/filterNumberVariation.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/enum/presentationMode.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-binary-select.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-checkbox-list.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-multi-select.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-number.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-period.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-search.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-text.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-personalized-filter-editor/snk-personalized-filter-editor.css.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-personalized-filter-editor/snk-personalized-filter-editor.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/filter-item-type-mask.enum.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/filter-item-type.enum.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-detail.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.css.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-list/snk-filter-list.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.css.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-default-filter/snk-default-filter.css.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-default-filter/snk-default-filter.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-filter-modal-item.css.gz +0 -0
- package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-filter-modal-item.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/snk-filter-bar.css.gz +0 -0
- package/dist/collection/components/snk-filter-bar/snk-filter-bar.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/types/custom-element-filter.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/types/default-filters.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/types/filter-type.enum.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/utils/SnkFilterModalFactory.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/utils/filter-validate.js.gz +0 -0
- package/dist/collection/components/snk-filter-bar/utils/filters-mock.js.gz +0 -0
- package/dist/collection/components/snk-filter-field-search/interfaces/index.js.gz +0 -0
- package/dist/collection/components/snk-filter-field-search/snk-filter-field-search.css.gz +0 -0
- package/dist/collection/components/snk-filter-field-search/snk-filter-field-search.js.gz +0 -0
- package/dist/collection/components/snk-filter-field-search/subcomponents/index.js.gz +0 -0
- package/dist/collection/components/snk-filter-field-search/subcomponents/list-item.js.gz +0 -0
- package/dist/collection/components/snk-form/snk-form.css.gz +0 -0
- package/dist/collection/components/snk-form/snk-form.js.gz +0 -0
- package/dist/collection/components/snk-form-config/FormConfigHelper.js.gz +0 -0
- package/dist/collection/components/snk-form-config/SnkFormConfigManager.js.gz +0 -0
- package/dist/collection/components/snk-form-config/config-header/config-header.css.gz +0 -0
- package/dist/collection/components/snk-form-config/config-header/config-header.js.gz +0 -0
- package/dist/collection/components/snk-form-config/config-header/configs-button/configs-button.css.gz +0 -0
- package/dist/collection/components/snk-form-config/config-header/configs-button/configs-button.js.gz +0 -0
- package/dist/collection/components/snk-form-config/field-item/field-config/field-config.css.gz +0 -0
- package/dist/collection/components/snk-form-config/field-item/field-config/field-config.js.gz +0 -0
- package/dist/collection/components/snk-form-config/field-item/field-item.css.gz +0 -0
- package/dist/collection/components/snk-form-config/field-item/field-item.js.gz +0 -0
- package/dist/collection/components/snk-form-config/fields-layout/fields-layout.css.gz +0 -0
- package/dist/collection/components/snk-form-config/fields-layout/fields-layout.js.gz +0 -0
- package/dist/collection/components/snk-form-config/fields-selector/fields-selector.css.gz +0 -0
- package/dist/collection/components/snk-form-config/fields-selector/fields-selector.js.gz +0 -0
- package/dist/collection/components/snk-form-config/guides-configurator/guides-configurator.css.gz +0 -0
- package/dist/collection/components/snk-form-config/guides-configurator/guides-configurator.js.gz +0 -0
- package/dist/collection/components/snk-form-config/snk-form-config.css.gz +0 -0
- package/dist/collection/components/snk-form-config/snk-form-config.js.gz +0 -0
- package/dist/collection/components/snk-grid/filtercolumn/SnkMultiSelectionListDataSource.js.gz +0 -0
- package/dist/collection/components/snk-grid/snk-grid.css.gz +0 -0
- package/dist/collection/components/snk-grid/snk-grid.js.gz +0 -0
- package/dist/collection/components/snk-grid-config/snk-grid-config.css.gz +0 -0
- package/dist/collection/components/snk-grid-config/snk-grid-config.js.gz +0 -0
- package/dist/collection/components/snk-grid-config/snk-select-box/snk-select-box.css.gz +0 -0
- package/dist/collection/components/snk-grid-config/snk-select-box/snk-select-box.js.gz +0 -0
- package/dist/collection/components/snk-layout-form-config/snk-layout-form-config.css.gz +0 -0
- package/dist/collection/components/snk-layout-form-config/snk-layout-form-config.js.gz +0 -0
- package/dist/collection/components/snk-layout-form-config/snk-view-representation/snk-view-representation.css.gz +0 -0
- package/dist/collection/components/snk-layout-form-config/snk-view-representation/snk-view-representation.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/interfaces/IExpressionGroup.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/interfaces/IExpressionItem.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/interfaces/IParameter.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/interfaces/IPersonalizedFilter.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/interfaces/ISystemFilterConfig.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/interfaces/IUserFilterConfig.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/interfaces/index.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/snk-personalized-filter.css.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/snk-personalized-filter.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-group/snk-expression-group.css.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-group/snk-expression-group.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-item/filter-operands/filter-operands.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-item/snk-expression-item.css.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-item/snk-expression-item.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-advanced-mode/snk-filter-advanced-mode.css.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-advanced-mode/snk-filter-advanced-mode.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-assistent-mode/snk-filter-assistent-mode.css.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-assistent-mode/snk-filter-assistent-mode.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/snk-filter-param-config.css.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/snk-filter-param-config.js.gz +0 -0
- package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/utils/PersonalizedFilterUtils.js.gz +0 -0
- package/dist/collection/components/snk-pesquisa/pesquisa-grid/pesquisa-grid.css.gz +0 -0
- package/dist/collection/components/snk-pesquisa/pesquisa-grid/pesquisa-grid.js.gz +0 -0
- package/dist/collection/components/snk-pesquisa/pesquisa-tree/pesquisa-tree.css.gz +0 -0
- package/dist/collection/components/snk-pesquisa/pesquisa-tree/pesquisa-tree.js.gz +0 -0
- package/dist/collection/components/snk-pesquisa/pesquisaHelper.js.gz +0 -0
- package/dist/collection/components/snk-pesquisa/snk-pesquisa.css.gz +0 -0
- package/dist/collection/components/snk-pesquisa/snk-pesquisa.js.gz +0 -0
- package/dist/collection/components/snk-print-selector/snk-print-selector.css.gz +0 -0
- package/dist/collection/components/snk-print-selector/snk-print-selector.js.gz +0 -0
- package/dist/collection/components/snk-simple-bar/snk-simple-bar.css.gz +0 -0
- package/dist/collection/components/snk-simple-bar/snk-simple-bar.js.gz +0 -0
- package/dist/collection/components/snk-simple-crud/snk-simple-crud.constants.js.gz +0 -0
- package/dist/collection/components/snk-simple-crud/snk-simple-crud.css.gz +0 -0
- package/dist/collection/components/snk-simple-crud/snk-simple-crud.js.gz +0 -0
- package/dist/collection/components/snk-simple-form-config/snk-simple-form-config.css.gz +0 -0
- package/dist/collection/components/snk-simple-form-config/snk-simple-form-config.js.gz +0 -0
- package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.css.gz +0 -0
- package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.js.gz +0 -0
- package/dist/collection/components/snk-taskbar/elements/taskbar-elements.js.gz +0 -0
- package/dist/collection/components/snk-taskbar/elements/taskbar-split-button/taskbar-split-button.css.gz +0 -0
- package/dist/collection/components/snk-taskbar/elements/taskbar-split-button/taskbar-split-button.js.gz +0 -0
- package/dist/collection/components/snk-taskbar/processor/taskbar-processor.js.gz +0 -0
- package/dist/collection/components/snk-taskbar/snk-taskbar.css.gz +0 -0
- package/dist/collection/components/snk-taskbar/snk-taskbar.js.gz +0 -0
- package/dist/collection/components/teste-pesquisa/teste-pesquisa.css.gz +0 -0
- package/dist/collection/components/teste-pesquisa/teste-pesquisa.js.gz +0 -0
- package/dist/collection/index.js.gz +0 -0
- package/dist/collection/lib/@types/index.js.gz +0 -0
- package/dist/collection/lib/DefaultCustomFormatters/RmPrecisionCustomValueFormatter.js.gz +0 -0
- package/dist/collection/lib/applet-caller/applet-caller.js.gz +0 -0
- package/dist/collection/lib/auth/mgeauthorization.module.js.gz +0 -0
- package/dist/collection/lib/configs/ConfigStorage.js.gz +0 -0
- package/dist/collection/lib/configs/LayoutFormConfig.js.gz +0 -0
- package/dist/collection/lib/dataUnit/InMemoryLoader.js.gz +0 -0
- package/dist/collection/lib/dataUnit/ValueFormatter.js.gz +0 -0
- package/dist/collection/lib/dataUnit/dataUnitInMemoryUtils.js.gz +0 -0
- package/dist/collection/lib/dataUnit/interfaces/InMemoryLoaderConfig.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/DataFetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/custom-xhr-override.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/anexo-sistema-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/attach-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/facade/attach-fetcher.facade.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/index.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/IDelete.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/IDownloadKey.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/ISave.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/index.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/application-config-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/auth-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/DataUnitDataLoader.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/cache/ArrayRepository.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/cache/PreloadManager.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/dataunit-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/helpers/DataUnitDataLoaderHelper.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IBuildRequestBodyLoadRowMetadata.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/ILoadDataResult.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/ILoadDataStrategy.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/ILoadingInfo.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IRecordField.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IResponseRecord.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IRowMetadata.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DataUnitStrategy.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/test/resources/metadataMock.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IExporterColumnMetadata.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IFetchDataExporterParams.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IFetchDataExporterResponse.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IPersonalizedReport.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/permission-export-pdf.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/personalized-reports-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/filter-bar-config-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/form-config-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/grid-config-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/parameters-fecher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/personalized-filter-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/resource-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/totals-fetcher.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/interfaces/IClientEventResponse.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/recaller/GraphQLRecaller.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/recaller/IDataFetcherRecaller.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/recaller/ServiceBrokerRecaller.js.gz +0 -0
- package/dist/collection/lib/http/data-fetcher/state/LoadStateManager.js.gz +0 -0
- package/dist/collection/lib/index.js.gz +0 -0
- package/dist/collection/lib/message/SnkMessageBuilder.js.gz +0 -0
- package/dist/collection/lib/message/messageResourceEnUSUtils.js.gz +0 -0
- package/dist/collection/lib/message/messageResourceEsESUtils.js.gz +0 -0
- package/dist/collection/lib/message/messageResourcePtBRUtils.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/continuousInsertUtils.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/crud-utils.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/dataFetcher.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/dataUnitDataLoaderHelper.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/file-viewer.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-actions-button.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-application.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-attach.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-configurator.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-crud.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-data-exporter.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-data-unit.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-entity-list.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-error-handler.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-exporter.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-filter-bar.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-filter-field-search.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-filter-list.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-filter-param-config.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-form.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-grid.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-layout-form-config.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-personalized-filter.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-pesquisa.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-print-selector.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-simple-bar.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-simple-crud.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-simple-form-config.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/en-us/snk-taskbar.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/continuousInsertUtils.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/crud-utils.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/dataFetcher.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/dataUnitDataLoaderHelper.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/file-viewer.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-actions-button.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-application.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-attach.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-configurator.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-crud.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-data-exporter.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-data-unit.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-entity-list.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-error-handler.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-exporter.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-filter-bar.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-filter-field-search.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-filter-list.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-filter-param-config.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-form.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-grid.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-layout-form-config.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-personalized-filter.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-pesquisa.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-print-selector.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-simple-bar.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-simple-crud.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-simple-form-config.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/es-es/snk-taskbar.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/continuousInsertUtils.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/crud-utils.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/dataFetcher.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/dataUnitDataLoaderHelper.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/file-viewer.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-actions-button.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-application.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-attach.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-configurator.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-crud.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-data-exporter.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-data-unit.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-entity-list.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-error-handler.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-exporter.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-filter-bar.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-filter-field-search.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-filter-list.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-filter-param-config.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-form.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-grid.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-layout-form-config.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-personalized-filter.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-pesquisa.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-print-selector.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-simple-bar.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-simple-crud.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-simple-form-config.msg.js.gz +0 -0
- package/dist/collection/lib/message/resources/pt-br/snk-taskbar.msg.js.gz +0 -0
- package/dist/collection/lib/resourceid/ResourceIDUtils.js.gz +0 -0
- package/dist/collection/lib/store/index.js.gz +0 -0
- package/dist/collection/lib/utils/ContinuousInsertUtils.js.gz +0 -0
- package/dist/collection/lib/utils/CrudUtils.js.gz +0 -0
- package/dist/collection/lib/utils/GetSelectedRecordsIDsInfo.js.gz +0 -0
- package/dist/collection/lib/utils/PrintUtils.js.gz +0 -0
- package/dist/collection/lib/utils/constants.js.gz +0 -0
- package/dist/collection/lib/utils/fileViewer/index.js.gz +0 -0
- package/dist/collection/lib/utils/fileViewer/interfaces/IFileViewerParams.js.gz +0 -0
- package/dist/collection/lib/utils/pesquisa.js.gz +0 -0
- package/dist/collection/lib/utils/urlutils.js.gz +0 -0
- package/dist/collection/lib/workspace/workspace.js.gz +0 -0
- package/dist/collection/sw.js.gz +0 -0
- package/dist/components/AuthorizationConfig.js.gz +0 -0
- package/dist/components/ConfigStorage.js.gz +0 -0
- package/dist/components/ContinuousInsertUtils.js.gz +0 -0
- package/dist/components/DataFetcher.js.gz +0 -0
- package/dist/components/GetSelectedRecordsIDsInfo.js.gz +0 -0
- package/dist/components/ISave.js.gz +0 -0
- package/dist/components/ParamType.js.gz +0 -0
- package/dist/components/PersonalizedFilterUtils.js.gz +0 -0
- package/dist/components/PrintUtils.js.gz +0 -0
- package/dist/components/ResourceIDUtils.js.gz +0 -0
- package/dist/components/SnkFormConfigManager.js.gz +0 -0
- package/dist/components/auth-fetcher.js.gz +0 -0
- package/dist/components/config-header.js.gz +0 -0
- package/dist/components/config-header2.js.gz +0 -0
- package/dist/components/configs-button.js.gz +0 -0
- package/dist/components/configs-button2.js.gz +0 -0
- package/dist/components/constants.js.gz +0 -0
- package/dist/components/dataunit-fetcher.js.gz +0 -0
- package/dist/components/field-config.js.gz +0 -0
- package/dist/components/field-config2.js.gz +0 -0
- package/dist/components/field-item.js.gz +0 -0
- package/dist/components/field-item2.js.gz +0 -0
- package/dist/components/fields-layout.js.gz +0 -0
- package/dist/components/fields-layout2.js.gz +0 -0
- package/dist/components/fields-selector.js.gz +0 -0
- package/dist/components/fields-selector2.js.gz +0 -0
- package/dist/components/filter-item-type.enum.js.gz +0 -0
- package/dist/components/filterNumberVariation.js.gz +0 -0
- package/dist/components/form-config-fetcher.js.gz +0 -0
- package/dist/components/guides-configurator.js.gz +0 -0
- package/dist/components/guides-configurator2.js.gz +0 -0
- package/dist/components/index.js.gz +0 -0
- package/dist/components/index2.js.gz +0 -0
- package/dist/components/pesquisa-grid.js.gz +0 -0
- package/dist/components/pesquisa-grid2.js.gz +0 -0
- package/dist/components/pesquisa-tree.js.gz +0 -0
- package/dist/components/pesquisa-tree2.js.gz +0 -0
- package/dist/components/presentationMode.js.gz +0 -0
- package/dist/components/snk-actions-button.js.gz +0 -0
- package/dist/components/snk-actions-button2.js.gz +0 -0
- package/dist/components/snk-actions-form.js.gz +0 -0
- package/dist/components/snk-application.js.gz +0 -0
- package/dist/components/snk-application2.js.gz +0 -0
- package/dist/components/snk-attach.js.gz +0 -0
- package/dist/components/snk-attach2.js.gz +0 -0
- package/dist/components/snk-client-confirm.js.gz +0 -0
- package/dist/components/snk-configurator.js.gz +0 -0
- package/dist/components/snk-configurator2.js.gz +0 -0
- package/dist/components/snk-crud.js.gz +0 -0
- package/dist/components/snk-custom-slot-elements.js.gz +0 -0
- package/dist/components/snk-data-exporter.js.gz +0 -0
- package/dist/components/snk-data-exporter2.js.gz +0 -0
- package/dist/components/snk-data-unit.js.gz +0 -0
- package/dist/components/snk-data-unit2.js.gz +0 -0
- package/dist/components/snk-default-filter.js.gz +0 -0
- package/dist/components/snk-default-filter2.js.gz +0 -0
- package/dist/components/snk-detail-view.js.gz +0 -0
- package/dist/components/snk-detail-view2.js.gz +0 -0
- package/dist/components/snk-entity-list.js.gz +0 -0
- package/dist/components/snk-exporter-email-sender.js.gz +0 -0
- package/dist/components/snk-exporter-email-sender2.js.gz +0 -0
- package/dist/components/snk-expression-group.js.gz +0 -0
- package/dist/components/snk-expression-group2.js.gz +0 -0
- package/dist/components/snk-expression-item.js.gz +0 -0
- package/dist/components/snk-expression-item2.js.gz +0 -0
- package/dist/components/snk-filter-advanced-mode.js.gz +0 -0
- package/dist/components/snk-filter-advanced-mode2.js.gz +0 -0
- package/dist/components/snk-filter-assistent-mode.js.gz +0 -0
- package/dist/components/snk-filter-assistent-mode2.js.gz +0 -0
- package/dist/components/snk-filter-bar.js.gz +0 -0
- package/dist/components/snk-filter-bar2.js.gz +0 -0
- package/dist/components/snk-filter-binary-select.js.gz +0 -0
- package/dist/components/snk-filter-checkbox-list.js.gz +0 -0
- package/dist/components/snk-filter-detail.js.gz +0 -0
- package/dist/components/snk-filter-detail2.js.gz +0 -0
- package/dist/components/snk-filter-field-search.js.gz +0 -0
- package/dist/components/snk-filter-field-search2.js.gz +0 -0
- package/dist/components/snk-filter-item.js.gz +0 -0
- package/dist/components/snk-filter-item2.js.gz +0 -0
- package/dist/components/snk-filter-list.js.gz +0 -0
- package/dist/components/snk-filter-modal-item.js.gz +0 -0
- package/dist/components/snk-filter-modal-item2.js.gz +0 -0
- package/dist/components/snk-filter-modal.js.gz +0 -0
- package/dist/components/snk-filter-modal2.js.gz +0 -0
- package/dist/components/snk-filter-multi-select.js.gz +0 -0
- package/dist/components/snk-filter-number.js.gz +0 -0
- package/dist/components/snk-filter-param-config.js.gz +0 -0
- package/dist/components/snk-filter-param-config2.js.gz +0 -0
- package/dist/components/snk-filter-period.js.gz +0 -0
- package/dist/components/snk-filter-search.js.gz +0 -0
- package/dist/components/snk-filter-text.js.gz +0 -0
- package/dist/components/snk-form-config.js.gz +0 -0
- package/dist/components/snk-form-config2.js.gz +0 -0
- package/dist/components/snk-form-summary.js.gz +0 -0
- package/dist/components/snk-form-summary2.js.gz +0 -0
- package/dist/components/snk-form-view.js.gz +0 -0
- package/dist/components/snk-form-view2.js.gz +0 -0
- package/dist/components/snk-form.js.gz +0 -0
- package/dist/components/snk-grid-config.js.gz +0 -0
- package/dist/components/snk-grid-config2.js.gz +0 -0
- package/dist/components/snk-grid.js.gz +0 -0
- package/dist/components/snk-grid2.js.gz +0 -0
- package/dist/components/snk-guides-viewer.js.gz +0 -0
- package/dist/components/snk-layout-form-config.js.gz +0 -0
- package/dist/components/snk-layout-form-config2.js.gz +0 -0
- package/dist/components/snk-personalized-filter-editor.js.gz +0 -0
- package/dist/components/snk-personalized-filter.js.gz +0 -0
- package/dist/components/snk-personalized-filter2.js.gz +0 -0
- package/dist/components/snk-pesquisa.js.gz +0 -0
- package/dist/components/snk-pesquisa2.js.gz +0 -0
- package/dist/components/snk-print-selector.js.gz +0 -0
- package/dist/components/snk-select-box.js.gz +0 -0
- package/dist/components/snk-select-box2.js.gz +0 -0
- package/dist/components/snk-simple-bar.js.gz +0 -0
- package/dist/components/snk-simple-bar2.js.gz +0 -0
- package/dist/components/snk-simple-crud.js.gz +0 -0
- package/dist/components/snk-simple-crud2.js.gz +0 -0
- package/dist/components/snk-simple-form-config.js.gz +0 -0
- package/dist/components/snk-simple-form-config2.js.gz +0 -0
- package/dist/components/snk-taskbar.js.gz +0 -0
- package/dist/components/snk-taskbar2.js.gz +0 -0
- package/dist/components/snk-view-representation.js.gz +0 -0
- package/dist/components/snk-view-representation2.js.gz +0 -0
- package/dist/components/sortable.esm.js.gz +0 -0
- package/dist/components/taskbar-actions-button.js.gz +0 -0
- package/dist/components/taskbar-actions-button2.js.gz +0 -0
- package/dist/components/taskbar-split-button.js.gz +0 -0
- package/dist/components/taskbar-split-button2.js.gz +0 -0
- package/dist/components/teste-pesquisa.js.gz +0 -0
- package/dist/esm/AuthorizationConfig-dcbd207a.js.gz +0 -0
- package/dist/esm/ConfigStorage-a60b12c2.js.gz +0 -0
- package/dist/esm/DataFetcher-9a1709a3.js.gz +0 -0
- package/dist/esm/FormConfigHelper-b9cf7758.js.gz +0 -0
- package/dist/esm/GetSelectedRecordsIDsInfo-9fa41508.js.gz +0 -0
- package/dist/esm/IFetchDataExporterParams-d73bed3d.js.gz +0 -0
- package/dist/esm/ISave-b9c9188b.js.gz +0 -0
- package/dist/esm/ParamType-d5152b06.js.gz +0 -0
- package/dist/esm/PersonalizedFilterUtils-2db38ff2.js.gz +0 -0
- package/dist/esm/PrintUtils-3e4ff0f5.js.gz +0 -0
- package/dist/esm/ResourceIDUtils-a114189a.js.gz +0 -0
- package/dist/esm/SnkFormConfigManager-1548dc73.js.gz +0 -0
- package/dist/esm/SnkMultiSelectionListDataSource-65764464.js.gz +0 -0
- package/dist/esm/auth-fetcher-566bad7c.js.gz +0 -0
- package/dist/esm/config-header.entry.js.gz +0 -0
- package/dist/esm/configs-button.entry.js.gz +0 -0
- package/dist/esm/constants-7b422de0.js.gz +0 -0
- package/dist/esm/dataunit-fetcher-eba36247.js.gz +0 -0
- package/dist/esm/default-filters-50105e43.js.gz +0 -0
- package/dist/esm/field-config_2.entry.js.gz +0 -0
- package/dist/esm/fields-layout.entry.js.gz +0 -0
- package/dist/esm/fields-selector.entry.js.gz +0 -0
- package/dist/esm/filter-item-type.enum-d45e026f.js.gz +0 -0
- package/dist/esm/filter-type.enum-f6a8fe23.js.gz +0 -0
- package/dist/esm/filter-validate-faf51fa9.js.gz +0 -0
- package/dist/esm/filterNumberVariation-8cee02ea.js.gz +0 -0
- package/dist/esm/form-config-fetcher-cf8c52d0.js.gz +0 -0
- package/dist/esm/guides-configurator.entry.js.gz +0 -0
- package/dist/esm/index-446f9341.js.gz +0 -0
- package/dist/esm/index-479e1293.js.gz +0 -0
- package/dist/esm/index-620ac460.js.gz +0 -0
- package/dist/esm/index-8acbae97.js.gz +0 -0
- package/dist/esm/index-b40568ff.js.gz +0 -0
- package/dist/esm/index.js.gz +0 -0
- package/dist/esm/loader.js.gz +0 -0
- package/dist/esm/pesquisa-grid_2.entry.js.gz +0 -0
- package/dist/esm/polyfills/core-js.js.gz +0 -0
- package/dist/esm/polyfills/css-shim.js.gz +0 -0
- package/dist/esm/polyfills/dom.js.gz +0 -0
- package/dist/esm/polyfills/es5-html-element.js.gz +0 -0
- package/dist/esm/polyfills/index.js.gz +0 -0
- package/dist/esm/polyfills/system.js.gz +0 -0
- package/dist/esm/presentationMode-783bbf9d.js.gz +0 -0
- package/dist/esm/sankhyablocks.js.gz +0 -0
- package/dist/esm/snk-actions-button_8.entry.js.gz +0 -0
- package/dist/esm/snk-actions-form.entry.js.gz +0 -0
- package/dist/esm/snk-application.entry.js.gz +0 -0
- package/dist/esm/snk-attach.entry.js.gz +0 -0
- package/dist/esm/snk-client-confirm.entry.js.gz +0 -0
- package/dist/esm/snk-configurator.entry.js.gz +0 -0
- package/dist/esm/snk-crud.entry.js.gz +0 -0
- package/dist/esm/snk-custom-slot-elements.entry.js.gz +0 -0
- package/dist/esm/snk-data-exporter.entry.js.gz +0 -0
- package/dist/esm/snk-data-unit-693849e3.js.gz +0 -0
- package/dist/esm/snk-data-unit.entry.js.gz +0 -0
- package/dist/esm/snk-default-filter.entry.js.gz +0 -0
- package/dist/esm/snk-detail-view.entry.js.gz +0 -0
- package/dist/esm/snk-entity-list.entry.js.gz +0 -0
- package/dist/esm/snk-exporter-email-sender.entry.js.gz +0 -0
- package/dist/esm/snk-expression-group_2.entry.js.gz +0 -0
- package/dist/esm/snk-filter-advanced-mode_2.entry.js.gz +0 -0
- package/dist/esm/snk-filter-bar_4.entry.js.gz +0 -0
- package/dist/esm/snk-filter-binary-select.entry.js.gz +0 -0
- package/dist/esm/snk-filter-checkbox-list.entry.js.gz +0 -0
- package/dist/esm/snk-filter-detail.entry.js.gz +0 -0
- package/dist/esm/snk-filter-field-search_2.entry.js.gz +0 -0
- package/dist/esm/snk-filter-modal-item.entry.js.gz +0 -0
- package/dist/esm/snk-filter-multi-select.entry.js.gz +0 -0
- package/dist/esm/snk-filter-number.entry.js.gz +0 -0
- package/dist/esm/snk-filter-period.entry.js.gz +0 -0
- package/dist/esm/snk-filter-search.entry.js.gz +0 -0
- package/dist/esm/snk-filter-text.entry.js.gz +0 -0
- package/dist/esm/snk-form-summary.entry.js.gz +0 -0
- package/dist/esm/snk-form-view.entry.js.gz +0 -0
- package/dist/esm/snk-form_2.entry.js.gz +0 -0
- package/dist/esm/snk-grid.entry.js.gz +0 -0
- package/dist/esm/snk-guides-viewer-8d6067b5.js.gz +0 -0
- package/dist/esm/snk-guides-viewer.entry.js.gz +0 -0
- package/dist/esm/snk-personalized-filter-editor.entry.js.gz +0 -0
- package/dist/esm/snk-personalized-filter.entry.js.gz +0 -0
- package/dist/esm/snk-pesquisa.entry.js.gz +0 -0
- package/dist/esm/snk-print-selector.entry.js.gz +0 -0
- package/dist/esm/snk-simple-bar.entry.js.gz +0 -0
- package/dist/esm/snk-simple-crud.entry.js.gz +0 -0
- package/dist/esm/snk-taskbar.entry.js.gz +0 -0
- package/dist/esm/sortable.esm-842f85a3.js.gz +0 -0
- package/dist/esm/taskbar-elements-faaf5d8f.js.gz +0 -0
- package/dist/esm/taskbar-processor-3436124c.js.gz +0 -0
- package/dist/esm/teste-pesquisa.entry.js.gz +0 -0
- package/dist/index.cjs.js.gz +0 -0
- package/dist/index.js.gz +0 -0
- package/dist/sankhyablocks/index.esm.js.gz +0 -0
- package/dist/sankhyablocks/p-07c5289b.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-093f58fa.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-09b05075.entry.js +0 -1
- package/dist/sankhyablocks/p-09b05075.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-0f3698af.js.gz +0 -0
- package/dist/sankhyablocks/p-13596651.js.gz +0 -0
- package/dist/sankhyablocks/p-162bddae.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-180716b2.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-1a0caadb.js.gz +0 -0
- package/dist/sankhyablocks/p-1a68fb59.js.gz +0 -0
- package/dist/sankhyablocks/p-1e9c546e.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-21107f0d.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-27482793.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-279f1ef9.entry.js +0 -1
- package/dist/sankhyablocks/p-279f1ef9.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-2ec52b7e.entry.js +0 -1
- package/dist/sankhyablocks/p-2ec52b7e.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-2fdac5e6.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-31b0d523.js.gz +0 -0
- package/dist/sankhyablocks/p-3b167a03.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-3d41f5a8.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-3ed04f0d.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-3f8c436b.entry.js +0 -1
- package/dist/sankhyablocks/p-3f8c436b.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-42dde1ec.js.gz +0 -0
- package/dist/sankhyablocks/p-471b34f4.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-49ddc27a.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-4b2523df.js +0 -1
- package/dist/sankhyablocks/p-4b2523df.js.gz +0 -0
- package/dist/sankhyablocks/p-4b286a64.entry.js +0 -1
- package/dist/sankhyablocks/p-4b286a64.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-4c763b10.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-4db51d85.js.gz +0 -0
- package/dist/sankhyablocks/p-4e3fc788.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-5095f811.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-51833248.js.gz +0 -0
- package/dist/sankhyablocks/p-5340c04e.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-55798617.js.gz +0 -0
- package/dist/sankhyablocks/p-60dd1d27.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-6471a791.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-667cab42.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-688dcb4c.js.gz +0 -0
- package/dist/sankhyablocks/p-6902c5ee.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-69885aaa.js.gz +0 -0
- package/dist/sankhyablocks/p-6a4b21dd.js.gz +0 -0
- package/dist/sankhyablocks/p-7345782c.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-75af335e.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-76e66fd9.js.gz +0 -0
- package/dist/sankhyablocks/p-7b3269e9.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-7dd49d15.js.gz +0 -0
- package/dist/sankhyablocks/p-7e250432.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-7f7fe6c4.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-81466555.entry.js +0 -1
- package/dist/sankhyablocks/p-81466555.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-825098c1.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-84345e7a.js.gz +0 -0
- package/dist/sankhyablocks/p-88c12985.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-8b24836e.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-8d884fab.js.gz +0 -0
- package/dist/sankhyablocks/p-8f3f2306.js.gz +0 -0
- package/dist/sankhyablocks/p-9019a32f.js.gz +0 -0
- package/dist/sankhyablocks/p-91a9abb6.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-94b15408.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-95888078.js.gz +0 -0
- package/dist/sankhyablocks/p-96d45943.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-988afe78.js.gz +0 -0
- package/dist/sankhyablocks/p-9a63f3f7.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-9fa79997.js.gz +0 -0
- package/dist/sankhyablocks/p-b568c1d4.js.gz +0 -0
- package/dist/sankhyablocks/p-b7e891cc.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-b987e15d.js.gz +0 -0
- package/dist/sankhyablocks/p-bcf5692d.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-c3dbf441.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-cb4343c4.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-ce77774e.js.gz +0 -0
- package/dist/sankhyablocks/p-d68904a9.js.gz +0 -0
- package/dist/sankhyablocks/p-d8d8169b.js.gz +0 -0
- package/dist/sankhyablocks/p-dafee02c.entry.js +0 -1
- package/dist/sankhyablocks/p-dafee02c.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-dc36cfbf.js.gz +0 -0
- package/dist/sankhyablocks/p-e258de96.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-eaad0aa8.js.gz +0 -0
- package/dist/sankhyablocks/p-f4184ce7.js.gz +0 -0
- package/dist/sankhyablocks/p-f68aab71.js.gz +0 -0
- package/dist/sankhyablocks/p-fa80e546.js.gz +0 -0
- package/dist/sankhyablocks/p-febb03ba.entry.js +0 -11
- package/dist/sankhyablocks/p-febb03ba.entry.js.gz +0 -0
- package/dist/sankhyablocks/p-ff1990ad.js.gz +0 -0
- package/dist/sankhyablocks/p-ff52b422.entry.js +0 -1
- package/dist/sankhyablocks/p-ff52b422.entry.js.gz +0 -0
- package/dist/sankhyablocks/sankhyablocks.esm.js.gz +0 -0
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
import { r as registerInstance, h, H as Host, g as getElement, c as createEvent } from './index-479e1293.js';
|
|
2
2
|
import { ApplicationContext, StringUtils, ErrorException, WarningException, ObjectUtils, DateUtils, ServiceUtils, StorageType, ArrayUtils, ElementIDUtils } from '@sankhyalabs/core';
|
|
3
|
-
import { D as DataFetcher } from './DataFetcher-
|
|
3
|
+
import { D as DataFetcher } from './DataFetcher-5780ad39.js';
|
|
4
4
|
import { P as ParamType } from './ParamType-d5152b06.js';
|
|
5
|
-
import './ISave-
|
|
5
|
+
import './ISave-8a22ec18.js';
|
|
6
6
|
import './index-b40568ff.js';
|
|
7
7
|
import '@sankhyalabs/ezui/dist/collection/utils/constants';
|
|
8
8
|
import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
|
|
9
|
-
import './dataunit-fetcher-
|
|
9
|
+
import './dataunit-fetcher-c4251d80.js';
|
|
10
10
|
import './filter-item-type.enum-d45e026f.js';
|
|
11
|
-
import { F as FormConfigFetcher } from './form-config-fetcher-
|
|
11
|
+
import { F as FormConfigFetcher } from './form-config-fetcher-d0536a71.js';
|
|
12
12
|
import { O as ORDER_VALUES } from './constants-7b422de0.js';
|
|
13
13
|
import { g as getSelectedRecordsIDsInfo } from './GetSelectedRecordsIDsInfo-9fa41508.js';
|
|
14
14
|
import { R as ResourceIDUtils } from './ResourceIDUtils-a114189a.js';
|
|
15
15
|
import { ApplicationUtils, DialogType, FormLayout } from '@sankhyalabs/ezui/dist/collection/utils';
|
|
16
|
-
import { C as ConfigStorage } from './ConfigStorage-
|
|
16
|
+
import { C as ConfigStorage } from './ConfigStorage-bd096633.js';
|
|
17
|
+
import { S as ServicesNumberingConfig } from './ServicesNumberingConfig-2f7b050e.js';
|
|
17
18
|
import './PrintUtils-3e4ff0f5.js';
|
|
18
19
|
import '@sankhyalabs/ezui/dist/collection/components/ez-grid/utils';
|
|
19
20
|
import '@sankhyalabs/core/dist/utils/SortingUtils';
|
|
@@ -1164,6 +1165,135 @@ const SnkLayoutFormConfig = class {
|
|
|
1164
1165
|
};
|
|
1165
1166
|
SnkLayoutFormConfig.style = snkLayoutFormConfigCss;
|
|
1166
1167
|
|
|
1168
|
+
const snkNumberingConfigCss = ".sc-snk-numbering-config-h{display:block}";
|
|
1169
|
+
|
|
1170
|
+
const SnkNumberingConfig = class {
|
|
1171
|
+
constructor(hostRef) {
|
|
1172
|
+
registerInstance(this, hostRef);
|
|
1173
|
+
this.handleNumberingConfigChanged = (event) => {
|
|
1174
|
+
const config = event.detail;
|
|
1175
|
+
if (config) {
|
|
1176
|
+
this.applyConfiguration(config);
|
|
1177
|
+
}
|
|
1178
|
+
};
|
|
1179
|
+
this.autoNumbering = false;
|
|
1180
|
+
this.initialNumber = undefined;
|
|
1181
|
+
this.messagesBuilder = undefined;
|
|
1182
|
+
this.entityName = undefined;
|
|
1183
|
+
this.resourceID = undefined;
|
|
1184
|
+
}
|
|
1185
|
+
/**
|
|
1186
|
+
* Salva ou recupera as configurações de numeração.
|
|
1187
|
+
*/
|
|
1188
|
+
async save() {
|
|
1189
|
+
try {
|
|
1190
|
+
if (this._savedConfig && this._savedConfig.isAutoNumbering === this.autoNumbering && this._savedConfig.initialNumber === this.initialNumber) {
|
|
1191
|
+
return true;
|
|
1192
|
+
}
|
|
1193
|
+
const payload = {
|
|
1194
|
+
entityName: this.entityName,
|
|
1195
|
+
isAutoNum: this.autoNumbering,
|
|
1196
|
+
numInicial: this.initialNumber
|
|
1197
|
+
};
|
|
1198
|
+
await this._servicesNumberingConfig.saveConfig(payload);
|
|
1199
|
+
this._savedConfig = {
|
|
1200
|
+
isAutoNumbering: this.autoNumbering,
|
|
1201
|
+
initialNumber: this.initialNumber
|
|
1202
|
+
};
|
|
1203
|
+
if (this._snkCrud && this._snkCrud.updateNumberingConfig) {
|
|
1204
|
+
await this._snkCrud.updateNumberingConfig(this._savedConfig);
|
|
1205
|
+
}
|
|
1206
|
+
return true;
|
|
1207
|
+
}
|
|
1208
|
+
catch (error) {
|
|
1209
|
+
console.error("Error saving numbering config:", error);
|
|
1210
|
+
return false;
|
|
1211
|
+
}
|
|
1212
|
+
}
|
|
1213
|
+
async componentWillLoad() {
|
|
1214
|
+
const _application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
|
|
1215
|
+
this.findParentSnkCrud();
|
|
1216
|
+
this._servicesNumberingConfig = new ServicesNumberingConfig(_application, this.resourceID);
|
|
1217
|
+
if (this.entityName) {
|
|
1218
|
+
await this.loadNumberingConfiguration();
|
|
1219
|
+
}
|
|
1220
|
+
}
|
|
1221
|
+
findParentSnkCrud() {
|
|
1222
|
+
const snkCrudElement = this._element.closest('snk-crud');
|
|
1223
|
+
if (snkCrudElement) {
|
|
1224
|
+
this._snkCrud = snkCrudElement;
|
|
1225
|
+
this._snkCrud.addEventListener('numberingConfigChanged', this.handleNumberingConfigChanged.bind(this));
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1228
|
+
async loadNumberingConfiguration() {
|
|
1229
|
+
try {
|
|
1230
|
+
const configFromCrud = await this.tryGetConfigFromSnkCrud();
|
|
1231
|
+
if (configFromCrud) {
|
|
1232
|
+
this.applyConfiguration(configFromCrud);
|
|
1233
|
+
return;
|
|
1234
|
+
}
|
|
1235
|
+
const configFromService = await this.loadConfigFromService();
|
|
1236
|
+
this.applyConfiguration(configFromService);
|
|
1237
|
+
await this.updateSnkCrudConfig(configFromService);
|
|
1238
|
+
}
|
|
1239
|
+
catch (error) {
|
|
1240
|
+
console.error("Error loading numbering config:", error);
|
|
1241
|
+
this.setDefaultConfiguration();
|
|
1242
|
+
}
|
|
1243
|
+
}
|
|
1244
|
+
async tryGetConfigFromSnkCrud() {
|
|
1245
|
+
if (!this._snkCrud) {
|
|
1246
|
+
return null;
|
|
1247
|
+
}
|
|
1248
|
+
try {
|
|
1249
|
+
const config = await this._snkCrud.getNumberingConfig();
|
|
1250
|
+
if (config) {
|
|
1251
|
+
return config;
|
|
1252
|
+
}
|
|
1253
|
+
}
|
|
1254
|
+
catch (error) {
|
|
1255
|
+
console.log("snk-crud não tem configuração ainda, carregando diretamente...");
|
|
1256
|
+
}
|
|
1257
|
+
return null;
|
|
1258
|
+
}
|
|
1259
|
+
async loadConfigFromService() {
|
|
1260
|
+
return await this._servicesNumberingConfig.getConfig(this.entityName);
|
|
1261
|
+
}
|
|
1262
|
+
applyConfiguration(config) {
|
|
1263
|
+
this._savedConfig = config;
|
|
1264
|
+
this.autoNumbering = config.isAutoNumbering;
|
|
1265
|
+
this.initialNumber = config.initialNumber;
|
|
1266
|
+
}
|
|
1267
|
+
async updateSnkCrudConfig(config) {
|
|
1268
|
+
if (this._snkCrud) {
|
|
1269
|
+
try {
|
|
1270
|
+
await this._snkCrud.updateNumberingConfig(config);
|
|
1271
|
+
}
|
|
1272
|
+
catch (error) {
|
|
1273
|
+
console.warn("Erro ao atualizar configuração no snk-crud:", error);
|
|
1274
|
+
}
|
|
1275
|
+
}
|
|
1276
|
+
}
|
|
1277
|
+
setDefaultConfiguration() {
|
|
1278
|
+
this.autoNumbering = false;
|
|
1279
|
+
this.initialNumber = null;
|
|
1280
|
+
}
|
|
1281
|
+
getMessage(key, params) {
|
|
1282
|
+
var _a;
|
|
1283
|
+
return (_a = this.messagesBuilder) === null || _a === void 0 ? void 0 : _a.getMessage(key, params);
|
|
1284
|
+
}
|
|
1285
|
+
disconnectedCallback() {
|
|
1286
|
+
if (this._snkCrud) {
|
|
1287
|
+
this._snkCrud.removeEventListener('numberingConfigChanged', this.handleNumberingConfigChanged);
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
1290
|
+
render() {
|
|
1291
|
+
return (h("div", { class: "ez-flex ez-flex--column" }, h("ez-check", { mode: 'SWITCH', label: this.getMessage('snkNumberingConfig.labelAutoNumbering'), class: "ez-margin-bottom--medium", onEzChange: ({ detail }) => this.autoNumbering = detail, value: this.autoNumbering }), h("ez-number-input", { label: this.getMessage('snkNumberingConfig.labelInitialNumber'), onEzChange: ({ detail }) => this.initialNumber = detail, value: this.initialNumber, precision: 0, prettyPrecision: 0, allowNegative: false, enabled: this.autoNumbering })));
|
|
1292
|
+
}
|
|
1293
|
+
get _element() { return getElement(this); }
|
|
1294
|
+
};
|
|
1295
|
+
SnkNumberingConfig.style = snkNumberingConfigCss;
|
|
1296
|
+
|
|
1167
1297
|
const snkSelectBoxCss = "ez-combo-box{width:100px;--ez-text-input__margin-bottom:0px}.grid-config-combo{--ez-text-input--height:28px;--ez-text-input__input--background-color:#fff;--ez-text-input__input--border-color:#dce0e8}";
|
|
1168
1298
|
|
|
1169
1299
|
const SelectBox = class {
|
|
@@ -1488,4 +1618,4 @@ const TaskbarSplitButton = class {
|
|
|
1488
1618
|
};
|
|
1489
1619
|
TaskbarSplitButton.style = taskbarSplitButtonCss;
|
|
1490
1620
|
|
|
1491
|
-
export { SnkActionsButton as snk_actions_button, SnkGridConfig as snk_grid_config, SnkLayoutFormConfig as snk_layout_form_config, SelectBox as snk_select_box, SnkSimpleFormConfig as snk_simple_form_config, SnkViewRepresentation as snk_view_representation, TaskbarActionsButton as taskbar_actions_button, TaskbarSplitButton as taskbar_split_button };
|
|
1621
|
+
export { SnkActionsButton as snk_actions_button, SnkGridConfig as snk_grid_config, SnkLayoutFormConfig as snk_layout_form_config, SnkNumberingConfig as snk_numbering_config, SelectBox as snk_select_box, SnkSimpleFormConfig as snk_simple_form_config, SnkViewRepresentation as snk_view_representation, TaskbarActionsButton as taskbar_actions_button, TaskbarSplitButton as taskbar_split_button };
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-479e1293.js';
|
|
2
2
|
import { DateUtils, StringUtils, ObjectUtils, WaitingChangeException, SilentException, WarningException, ErrorException, ElementIDUtils, SearchUtils, ArrayUtils, KeyboardManager, OnboardingUtils, DependencyType, DataType, ApplicationContext, ErrorTracking, UserAgentUtils, LockManager, LockManagerOperation } from '@sankhyalabs/core';
|
|
3
3
|
import { ApplicationUtils } from '@sankhyalabs/ezui/dist/collection/utils';
|
|
4
|
-
import { C as ConfigStorage } from './ConfigStorage-
|
|
5
|
-
import { d as dist, D as DataFetcher, U as UrlUtils, S as SnkMessageBuilder } from './DataFetcher-
|
|
6
|
-
import { A as AutorizationType, a as AuthFetcher } from './auth-fetcher-
|
|
7
|
-
import { P as PreloadManager, D as DataUnitFetcher } from './dataunit-fetcher-
|
|
8
|
-
import { P as PesquisaFetcher } from './ISave-
|
|
4
|
+
import { C as ConfigStorage } from './ConfigStorage-bd096633.js';
|
|
5
|
+
import { d as dist, D as DataFetcher, U as UrlUtils, S as SnkMessageBuilder } from './DataFetcher-5780ad39.js';
|
|
6
|
+
import { A as AutorizationType, a as AuthFetcher } from './auth-fetcher-28b9d0db.js';
|
|
7
|
+
import { P as PreloadManager, D as DataUnitFetcher } from './dataunit-fetcher-c4251d80.js';
|
|
8
|
+
import { P as PesquisaFetcher } from './ISave-8a22ec18.js';
|
|
9
9
|
import { T as TEMPLATES_SKELETON } from './constants-7b422de0.js';
|
|
10
10
|
import './index-b40568ff.js';
|
|
11
11
|
import './filter-item-type.enum-d45e026f.js';
|
|
12
|
-
import { F as FormConfigFetcher } from './form-config-fetcher-
|
|
12
|
+
import { F as FormConfigFetcher } from './form-config-fetcher-d0536a71.js';
|
|
13
13
|
import './PrintUtils-3e4ff0f5.js';
|
|
14
14
|
import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
|
|
15
15
|
import '@sankhyalabs/ezui/dist/collection/utils/constants';
|
|
@@ -389,32 +389,40 @@ class RequestListenerFactory {
|
|
|
389
389
|
}
|
|
390
390
|
}
|
|
391
391
|
|
|
392
|
+
const executeAdvancedModeSearch = async (argument, options, app, pesquisaFetcher) => {
|
|
393
|
+
const { entity, entityDescription, criteria, searchOptions, isHierarchyEntity, allowsNonAnalytic, executeOnOpen } = options;
|
|
394
|
+
return new Promise((accept, reject) => {
|
|
395
|
+
const pesquisaContent = document.createElement("snk-pesquisa");
|
|
396
|
+
pesquisaContent[ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME] = `entity_${entity}`;
|
|
397
|
+
pesquisaContent.entityName = entity;
|
|
398
|
+
pesquisaContent.argument = argument;
|
|
399
|
+
pesquisaContent.searchLoader = (text) => pesquisaFetcher.loadAdvancedSearch(entity, text, criteria, searchOptions);
|
|
400
|
+
pesquisaContent.isHierarchyEntity = isHierarchyEntity;
|
|
401
|
+
if (isHierarchyEntity) {
|
|
402
|
+
pesquisaContent.treeLoader = (text) => pesquisaFetcher.loadTree(entity, text, criteria, searchOptions);
|
|
403
|
+
pesquisaContent.allowsNonAnalytic = allowsNonAnalytic;
|
|
404
|
+
}
|
|
405
|
+
pesquisaContent.selectItem = (option) => {
|
|
406
|
+
accept(option);
|
|
407
|
+
app.clearPopUpTitle();
|
|
408
|
+
app.closePopUp();
|
|
409
|
+
};
|
|
410
|
+
app.setPopUpTitle(entityDescription);
|
|
411
|
+
app.showPopUp(pesquisaContent, undefined, undefined, reject);
|
|
412
|
+
if (executeOnOpen) {
|
|
413
|
+
pesquisaContent.executeSearch(argument);
|
|
414
|
+
}
|
|
415
|
+
});
|
|
416
|
+
};
|
|
417
|
+
|
|
392
418
|
const QTD_DETAIL_FIELDS_PREDICTIVE_SEARCH = 6;
|
|
393
419
|
const INVALID_CONTENT_PATTERNS = ['<img', '<svg'];
|
|
394
420
|
const executePreparedSearchPlus = async (mode, argument, options, app, pesquisaFetcher) => {
|
|
395
421
|
var _a;
|
|
396
422
|
const mdByName = {};
|
|
397
|
-
const { entity,
|
|
423
|
+
const { entity, criteria, searchOptions } = options;
|
|
398
424
|
if (mode === "ADVANCED") {
|
|
399
|
-
return
|
|
400
|
-
const pesquisaContent = document.createElement("snk-pesquisa");
|
|
401
|
-
pesquisaContent[ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME] = `entity_${entity}`;
|
|
402
|
-
pesquisaContent.entityName = entity;
|
|
403
|
-
pesquisaContent.argument = argument;
|
|
404
|
-
pesquisaContent.searchLoader = (text) => pesquisaFetcher.loadAdvancedSearch(entity, text, criteria, searchOptions);
|
|
405
|
-
pesquisaContent.isHierarchyEntity = isHierarchyEntity;
|
|
406
|
-
if (isHierarchyEntity) {
|
|
407
|
-
pesquisaContent.treeLoader = (text) => pesquisaFetcher.loadTree(entity, text, criteria, searchOptions);
|
|
408
|
-
pesquisaContent.allowsNonAnalytic = allowsNonAnalytic;
|
|
409
|
-
}
|
|
410
|
-
pesquisaContent.selectItem = (option) => {
|
|
411
|
-
accept(option);
|
|
412
|
-
app.clearPopUpTitle();
|
|
413
|
-
app.closePopUp();
|
|
414
|
-
};
|
|
415
|
-
app.setPopUpTitle(entityDescription);
|
|
416
|
-
app.showPopUp(pesquisaContent, undefined, undefined, reject);
|
|
417
|
-
});
|
|
425
|
+
return executeAdvancedModeSearch(argument, options, app, pesquisaFetcher);
|
|
418
426
|
}
|
|
419
427
|
else if (mode === "LOAD_DESCRIPTION") {
|
|
420
428
|
let result = await pesquisaFetcher.loadByCode(entity, argument, criteria, searchOptions);
|
|
@@ -451,14 +459,13 @@ const buildOptionItem = (argument, item, fields, descriptionField, pkField) => {
|
|
|
451
459
|
const matchFields = item['__matchFields'];
|
|
452
460
|
const descriptionValue = (_a = item[descriptionField]) !== null && _a !== void 0 ? _a : "";
|
|
453
461
|
const pkValue = item[pkField];
|
|
454
|
-
|
|
462
|
+
return {
|
|
455
463
|
value: pkValue,
|
|
456
464
|
label: descriptionValue,
|
|
457
465
|
presentationValue: StringUtils.highlightValue(argument, matchFields, pkValue, fields, true),
|
|
458
466
|
presentationLabel: descriptionField ? StringUtils.highlightValue(argument, matchFields, descriptionValue, fields, true) : "",
|
|
459
467
|
details: SearchUtils.buildDetails(argument, fields, item)
|
|
460
468
|
};
|
|
461
|
-
return searchOption;
|
|
462
469
|
};
|
|
463
470
|
const filterInvalidFields = (resp, item, mdByName) => {
|
|
464
471
|
let fieldsMetadata = resp.fieldsMetadata.filter((field) => {
|
|
@@ -893,7 +900,7 @@ const SnkApplication = class {
|
|
|
893
900
|
if (this._featureFlagsCache.get(featureName) && now < this._featureFlagsCache.get(featureName).expires) {
|
|
894
901
|
return Promise.resolve(this._featureFlagsCache.get(featureName).isActive);
|
|
895
902
|
}
|
|
896
|
-
//Caso ocorra um erro nessa chamada, o reject do error é feito automaticamente
|
|
903
|
+
//Caso ocorra um erro nessa chamada, o reject do error é feito automaticamente
|
|
897
904
|
const result = await DataFetcher.get().callServiceBroker("SystemUtilsSP.featureIsActive", JSON.stringify(payload));
|
|
898
905
|
const isActive = result.isActive;
|
|
899
906
|
this._featureFlagsCache.set(featureName, {
|
|
@@ -1384,52 +1391,57 @@ const SnkApplication = class {
|
|
|
1384
1391
|
*/
|
|
1385
1392
|
async executePreparedSearch(mode, argument, options) {
|
|
1386
1393
|
const mdByName = {};
|
|
1387
|
-
const { entity,
|
|
1394
|
+
const { entity, criteria, searchOptions, useSearchPlus } = options;
|
|
1388
1395
|
if (useSearchPlus) {
|
|
1389
1396
|
return executePreparedSearchPlus(mode, argument, options, this, this.pesquisaFetcher);
|
|
1390
1397
|
}
|
|
1391
1398
|
if (mode === "ADVANCED") {
|
|
1392
|
-
return
|
|
1393
|
-
const pesquisaContent = document.createElement("snk-pesquisa");
|
|
1394
|
-
pesquisaContent[ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME] = `entity_${entity}`;
|
|
1395
|
-
pesquisaContent.entityName = entity;
|
|
1396
|
-
pesquisaContent.argument = argument;
|
|
1397
|
-
pesquisaContent.searchLoader = (text) => this.pesquisaFetcher.loadAdvancedSearch(entity, text, criteria, searchOptions);
|
|
1398
|
-
pesquisaContent.isHierarchyEntity = isHierarchyEntity;
|
|
1399
|
-
if (isHierarchyEntity) {
|
|
1400
|
-
pesquisaContent.treeLoader = (text) => this.pesquisaFetcher.loadTree(entity, text, criteria, searchOptions);
|
|
1401
|
-
pesquisaContent.allowsNonAnalytic = allowsNonAnalytic;
|
|
1402
|
-
}
|
|
1403
|
-
pesquisaContent.selectItem = (option) => {
|
|
1404
|
-
accept(option);
|
|
1405
|
-
this.clearPopUpTitle();
|
|
1406
|
-
this.closePopUp();
|
|
1407
|
-
};
|
|
1408
|
-
this.setPopUpTitle(entityDescription);
|
|
1409
|
-
this.showPopUp(pesquisaContent, undefined, undefined, reject);
|
|
1410
|
-
});
|
|
1399
|
+
return executeAdvancedModeSearch(argument, options, this, this.pesquisaFetcher);
|
|
1411
1400
|
}
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
result.data.forEach((item) => {
|
|
1421
|
-
let fieldsMetadata = this.filterInvalidFields(result, item, mdByName);
|
|
1422
|
-
let qtyFields = 6;
|
|
1423
|
-
let fields = this.filterMathFields(item['__matchFields'], fieldsMetadata, qtyFields, mdByName);
|
|
1424
|
-
list.push(this.builOptionItem(argument, item, fields, descriptionField, pkField));
|
|
1425
|
-
});
|
|
1426
|
-
resolve(list);
|
|
1427
|
-
})
|
|
1428
|
-
.catch(error => {
|
|
1429
|
-
reject(error);
|
|
1430
|
-
});
|
|
1401
|
+
return new Promise((resolve, reject) => {
|
|
1402
|
+
this.pesquisaFetcher.loadAdvancedSearch(entity, argument, criteria, searchOptions)
|
|
1403
|
+
.then(result => {
|
|
1404
|
+
result = ObjectUtils.stringToObject(result.json.$);
|
|
1405
|
+
resolve(this.buildSearchResultList(result, mdByName, argument));
|
|
1406
|
+
})
|
|
1407
|
+
.catch(error => {
|
|
1408
|
+
reject(error);
|
|
1431
1409
|
});
|
|
1432
|
-
}
|
|
1410
|
+
});
|
|
1411
|
+
}
|
|
1412
|
+
/**
|
|
1413
|
+
* Obtém as opções em componentes de pesquisa além dos metadados como showMore e entityPk.
|
|
1414
|
+
* @param {string} argument - O argumento da pesquisa.
|
|
1415
|
+
* @param {any} options - Opções preparadas para a pesquisa.
|
|
1416
|
+
* @returns {Promise<Array<IOption> | IOption>} Uma lista de opções ou uma única opção.
|
|
1417
|
+
* @async
|
|
1418
|
+
*/
|
|
1419
|
+
async executePreparedSearchWithFullResponse(argument, options) {
|
|
1420
|
+
const mdByName = {};
|
|
1421
|
+
const { entity, criteria, searchOptions } = options;
|
|
1422
|
+
return new Promise((resolve, reject) => {
|
|
1423
|
+
this.pesquisaFetcher.loadAdvancedSearch(entity, argument, criteria, searchOptions)
|
|
1424
|
+
.then(result => {
|
|
1425
|
+
result = ObjectUtils.stringToObject(result.json.$);
|
|
1426
|
+
result.data = this.buildSearchResultList(result, mdByName, argument);
|
|
1427
|
+
resolve(result);
|
|
1428
|
+
})
|
|
1429
|
+
.catch(error => {
|
|
1430
|
+
reject(error);
|
|
1431
|
+
});
|
|
1432
|
+
});
|
|
1433
|
+
}
|
|
1434
|
+
buildSearchResultList(result, mdByName, argument) {
|
|
1435
|
+
let descriptionField = result.descriptionField;
|
|
1436
|
+
let pkField = result.pkField;
|
|
1437
|
+
const list = [];
|
|
1438
|
+
result.data.forEach((item) => {
|
|
1439
|
+
let fieldsMetadata = this.filterInvalidFields(result, item, mdByName);
|
|
1440
|
+
let qtyFields = 6;
|
|
1441
|
+
let fields = this.filterMathFields(item['__matchFields'], fieldsMetadata, qtyFields, mdByName);
|
|
1442
|
+
list.push(this.builOptionItem(argument, item, fields, descriptionField, pkField));
|
|
1443
|
+
});
|
|
1444
|
+
return list;
|
|
1433
1445
|
}
|
|
1434
1446
|
/**
|
|
1435
1447
|
* Obtém `true` caso a tela esteja em modo de debug.
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h } from './index-479e1293.js';
|
|
2
2
|
import { ApplicationContext, DataType, Action, UserInterface, StringUtils, DataUnitLoaderUtils, DataUnit } from '@sankhyalabs/core';
|
|
3
|
-
import { D as DataFetcher, S as SnkMessageBuilder } from './DataFetcher-
|
|
4
|
-
import { S as SaveErrorsEnum } from './ISave-
|
|
3
|
+
import { D as DataFetcher, S as SnkMessageBuilder } from './DataFetcher-5780ad39.js';
|
|
4
|
+
import { S as SaveErrorsEnum } from './ISave-8a22ec18.js';
|
|
5
5
|
import './index-b40568ff.js';
|
|
6
|
-
import { P as PreloadManager, D as DataUnitFetcher, I as InMemoryLoader } from './dataunit-fetcher-
|
|
6
|
+
import { P as PreloadManager, D as DataUnitFetcher, I as InMemoryLoader } from './dataunit-fetcher-c4251d80.js';
|
|
7
7
|
import './filter-item-type.enum-d45e026f.js';
|
|
8
|
-
import './form-config-fetcher-
|
|
8
|
+
import './form-config-fetcher-d0536a71.js';
|
|
9
9
|
import { V as VIEW_MODE } from './constants-7b422de0.js';
|
|
10
|
-
import { A as AutorizationType } from './auth-fetcher-
|
|
10
|
+
import { A as AutorizationType } from './auth-fetcher-28b9d0db.js';
|
|
11
11
|
import { T as TaskbarElement } from './taskbar-elements-faaf5d8f.js';
|
|
12
12
|
import './PrintUtils-3e4ff0f5.js';
|
|
13
13
|
import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
|
|
@@ -20,6 +20,8 @@ const SnkConfigurator = class {
|
|
|
20
20
|
this.viewMode = VIEW_MODE.GRID;
|
|
21
21
|
this.customContainerId = undefined;
|
|
22
22
|
this.layoutFormConfig = true;
|
|
23
|
+
this.entityName = undefined;
|
|
24
|
+
this.disableNumberingConfig = false;
|
|
23
25
|
this.messagesBuilder = undefined;
|
|
24
26
|
}
|
|
25
27
|
/**
|
|
@@ -80,7 +82,14 @@ const SnkConfigurator = class {
|
|
|
80
82
|
var _a;
|
|
81
83
|
return (_a = this.messagesBuilder) === null || _a === void 0 ? void 0 : _a.getMessage(key, {});
|
|
82
84
|
}
|
|
83
|
-
handleSave() {
|
|
85
|
+
async handleSave() {
|
|
86
|
+
var _a;
|
|
87
|
+
if (!this.disableNumberingConfig) {
|
|
88
|
+
const result = await ((_a = this._snkNumberingConfig) === null || _a === void 0 ? void 0 : _a.save());
|
|
89
|
+
if (!result) {
|
|
90
|
+
return;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
84
93
|
if (this.layoutFormConfig) {
|
|
85
94
|
this._snkLayoutFormConfig.save();
|
|
86
95
|
}
|
|
@@ -109,7 +118,7 @@ const SnkConfigurator = class {
|
|
|
109
118
|
insideCustomElementsContainer === null || insideCustomElementsContainer === void 0 ? void 0 : insideCustomElementsContainer.appendChild(configuratorCustomElement);
|
|
110
119
|
}
|
|
111
120
|
render() {
|
|
112
|
-
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" }))))));
|
|
121
|
+
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" }))))));
|
|
113
122
|
}
|
|
114
123
|
get _element() { return getElement(this); }
|
|
115
124
|
};
|