@sankhyalabs/sankhyablocks 8.16.0-dev.7 → 8.16.0-dev.70
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/{ConfigStorage-a343e418.js → ConfigStorage-d024aec8.js} +2 -2
- package/dist/cjs/{IExporterProvider-597949f9.js → ContinuousInsertUtils-54d44192.js} +65 -23
- package/dist/cjs/{DataFetcher-313debd8.js → DataFetcher-65879b2c.js} +216 -76
- package/dist/cjs/{RecordIDUtils-3735135c.js → GetSelectedRecordsIDsInfo-bd50caf1.js} +10 -10
- package/dist/cjs/{SnkFormConfigManager-166cbd1f.js → SnkFormConfigManager-07f747be.js} +75 -17
- package/dist/cjs/{SnkMessageBuilder-722b104e.js → SnkMessageBuilder-bae64d0d.js} +7 -3
- package/dist/cjs/{auth-fetcher-54f5ff9d.js → auth-fetcher-8480751c.js} +1 -1
- package/dist/cjs/{dataunit-fetcher-688d3f05.js → dataunit-fetcher-8ea97d88.js} +48 -20
- package/dist/cjs/{field-search-f56aa7d6.js → field-search-68e34bf4.js} +5 -1
- package/dist/cjs/{form-config-fetcher-2dd00e5b.js → form-config-fetcher-90126e4c.js} +42 -2
- package/dist/cjs/index-f9e81701.js +16 -32
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{pesquisa-fetcher-680e198f.js → pesquisa-fetcher-f3454c23.js} +185 -2
- package/dist/cjs/pesquisa-grid_2.cjs.entry.js +133 -0
- package/dist/cjs/sankhyablocks.cjs.js +1 -1
- package/dist/cjs/{snk-actions-button_4.cjs.entry.js → snk-actions-button_5.cjs.entry.js} +136 -40
- package/dist/cjs/snk-application.cjs.entry.js +248 -69
- package/dist/cjs/snk-attach.cjs.entry.js +46 -33
- package/dist/cjs/{snk-form-config.cjs.entry.js → snk-config-options_3.cjs.entry.js} +398 -12
- package/dist/cjs/snk-crud.cjs.entry.js +22 -8
- package/dist/cjs/snk-data-exporter.cjs.entry.js +34 -22
- package/dist/cjs/{snk-data-unit-04df81bf.js → snk-data-unit-72ef8777.js} +54 -32
- package/dist/cjs/snk-data-unit.cjs.entry.js +5 -5
- package/dist/cjs/snk-detail-view.cjs.entry.js +12 -12
- package/dist/cjs/snk-exporter-email-sender.cjs.entry.js +1 -1
- package/dist/cjs/snk-filter-bar_4.cjs.entry.js +1436 -0
- package/dist/cjs/snk-filter-binary-select.cjs.entry.js +1 -1
- package/dist/cjs/snk-filter-checkbox-list.cjs.entry.js +1 -1
- package/dist/cjs/snk-filter-modal-item.cjs.entry.js +3 -3
- package/dist/cjs/snk-filter-text.cjs.entry.js +2 -1
- package/dist/cjs/snk-grid.cjs.entry.js +71 -21
- package/dist/cjs/{snk-guides-viewer-bdc41281.js → snk-guides-viewer-b20b0cfd.js} +29 -13
- package/dist/cjs/snk-guides-viewer.cjs.entry.js +9 -9
- package/dist/cjs/snk-personalized-filter-editor.cjs.entry.js +4 -4
- package/dist/cjs/snk-personalized-filter.cjs.entry.js +3 -3
- package/dist/cjs/snk-pesquisa.cjs.entry.js +123 -31
- package/dist/cjs/snk-print-selector.cjs.entry.js +1 -1
- package/dist/cjs/snk-simple-bar.cjs.entry.js +1 -1
- package/dist/cjs/snk-simple-crud.cjs.entry.js +101 -45
- package/dist/cjs/snk-taskbar.cjs.entry.js +64 -38
- package/dist/collection/collection-manifest.json +14 -31
- package/dist/collection/components/snk-actions-button/actions/index.js +16 -13
- package/dist/collection/components/snk-actions-button/interfaces/index.js +1 -0
- package/dist/collection/components/snk-actions-button/snk-actions-button.js +27 -26
- package/dist/collection/components/snk-application/request-listener/DebouncedRequestListener.js +29 -0
- package/dist/collection/components/snk-application/request-listener/RequestListenerFactory.js +16 -0
- package/dist/collection/components/snk-application/request-listener/RequestListenerLoadingBar.js +52 -0
- package/dist/collection/components/snk-application/snk-application.css +34 -0
- package/dist/collection/components/snk-application/snk-application.js +235 -64
- package/dist/collection/components/snk-attach/snk-attach.js +25 -16
- package/dist/collection/components/snk-attach/structure/builder/taskbar-builder.js +8 -4
- package/dist/collection/components/snk-attach/structure/fetcher/factory/attach-fetcher-data-unit.factory.js +2 -4
- package/dist/collection/components/snk-crud/snk-crud.js +122 -3
- package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.js +3 -3
- package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.css +6 -6
- package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +72 -6
- package/dist/collection/components/snk-data-exporter/exporter-email-sender/options-step.js +1 -1
- package/dist/collection/components/snk-data-exporter/exporter-strategy/ClientSideExporterStrategy.js +13 -7
- package/dist/collection/components/snk-data-exporter/exporter-strategy/ServerSideExporterStrategy.js +9 -2
- package/dist/collection/components/snk-data-exporter/interfaces/IExporterProvider.js +1 -1
- package/dist/collection/components/snk-data-exporter/providers/ClientSideExporterProvider.js +1 -1
- package/dist/collection/components/snk-data-exporter/providers/ServerSideExporterProvider.js +1 -1
- package/dist/collection/components/snk-data-exporter/snk-data-exporter.js +3 -5
- package/dist/collection/components/snk-data-exporter/structure/ItemBuilder.js +2 -2
- package/dist/collection/components/snk-data-exporter/test/resources/ClientSideExporterStrategyResources.js +4 -4
- package/dist/collection/components/snk-data-exporter/utils/ParserExport.js +1 -1
- package/dist/collection/components/snk-data-unit/snk-data-unit.js +52 -30
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-binary-select.js +1 -1
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-checkbox-list.js +1 -1
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-text.js +2 -1
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-personalized-filter-editor/snk-personalized-filter-editor.css +13 -0
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-personalized-filter-editor/snk-personalized-filter-editor.js +3 -3
- package/dist/collection/components/snk-filter-bar/filter-item/filter-item-type-mask.enum.js +8 -0
- package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.js +5 -1
- package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.js +3 -1
- package/dist/collection/components/snk-filter-bar/snk-filter-bar.css +1 -1
- package/dist/collection/components/snk-filter-bar/snk-filter-bar.js +118 -28
- package/dist/collection/components/snk-form/snk-form.js +2 -2
- package/dist/collection/components/snk-form-config/SnkFormConfigManager.js +73 -15
- package/dist/collection/components/snk-form-config/snk-form-config.css +8 -3
- package/dist/collection/components/snk-form-config/snk-form-config.js +49 -8
- package/dist/collection/components/snk-grid/snk-grid.css +2 -0
- package/dist/collection/components/snk-grid/snk-grid.js +153 -8
- package/dist/collection/components/snk-pesquisa/pesquisa-grid/pesquisa-grid.css +10 -0
- package/dist/collection/components/snk-pesquisa/pesquisa-grid/pesquisa-grid.js +190 -0
- package/dist/collection/components/snk-pesquisa/pesquisa-tree/pesquisa-tree.css +25 -0
- package/dist/collection/components/snk-pesquisa/pesquisa-tree/pesquisa-tree.js +179 -0
- package/dist/collection/components/snk-pesquisa/pesquisaHelper.js +89 -0
- package/dist/collection/components/snk-pesquisa/snk-pesquisa.css +24 -5
- package/dist/collection/components/snk-pesquisa/snk-pesquisa.js +186 -32
- package/dist/collection/components/snk-print-selector/snk-print-selector.js +1 -1
- package/dist/collection/components/snk-simple-bar/snk-simple-bar.js +1 -1
- package/dist/collection/components/snk-simple-crud/snk-simple-crud.css +1 -1
- package/dist/collection/components/snk-simple-crud/snk-simple-crud.js +160 -50
- package/dist/collection/components/snk-simple-form-config/snk-simple-form-config.css +22 -0
- package/dist/collection/components/snk-simple-form-config/snk-simple-form-config.js +181 -0
- package/dist/collection/components/snk-taskbar/processor/taskbar-processor.js +5 -1
- package/dist/collection/components/snk-taskbar/snk-taskbar.js +106 -38
- package/dist/collection/lib/DefaultCustomFormatters/RmPrecisionCustomValueFormatter.js +3 -3
- package/dist/collection/lib/dataUnit/InMemoryLoader.js +2 -4
- package/dist/collection/lib/dataUnit/dataUnitInMemoryUtils.js +34 -9
- package/dist/collection/lib/http/data-fetcher/DataFetcher.js +29 -21
- package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/anexo-sistema-fetcher.js +7 -5
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/DataUnitDataLoader.js +2 -2
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.js +9 -2
- package/dist/collection/lib/http/data-fetcher/fetchers/form-config-fetcher.js +45 -5
- package/dist/collection/lib/http/data-fetcher/fetchers/parameters-fecher.js +7 -1
- package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js +98 -4
- package/dist/collection/lib/message/resources/snk-data-unit.msg.js +1 -1
- package/dist/collection/lib/message/resources/snk-exporter.msg.js +1 -1
- package/dist/collection/lib/message/resources/snk-grid.msg.js +5 -1
- package/dist/collection/lib/utils/ContinuousInsertUtils.js +31 -0
- package/dist/collection/lib/utils/CrudUtils.js +25 -16
- package/dist/collection/{components/snk-data-exporter/utils/RecordIDUtils.js → lib/utils/GetSelectedRecordsIDsInfo.js} +9 -9
- package/dist/collection/sw.js +46 -0
- package/dist/components/{IExporterProvider.js → ContinuousInsertUtils.js} +66 -23
- package/dist/components/DataFetcher.js +217 -77
- package/dist/{esm/RecordIDUtils-87d02110.js → components/GetSelectedRecordsIDsInfo.js} +10 -10
- package/dist/components/ISave.js +346 -1
- package/dist/components/SnkFormConfigManager.js +73 -15
- package/dist/components/SnkMessageBuilder.js +7 -3
- package/dist/components/dataunit-fetcher.js +47 -17
- package/dist/components/form-config-fetcher.js +41 -1
- package/dist/components/index.d.ts +3 -0
- package/dist/components/index.js +3 -0
- package/dist/components/pesquisa-grid.d.ts +11 -0
- package/dist/components/pesquisa-grid.js +6 -0
- package/dist/components/pesquisa-grid2.js +86 -0
- package/dist/components/pesquisa-tree.d.ts +11 -0
- package/dist/components/pesquisa-tree.js +6 -0
- package/dist/components/pesquisa-tree2.js +82 -0
- package/dist/components/snk-actions-button2.js +43 -40
- package/dist/components/snk-application2.js +264 -68
- package/dist/components/snk-attach2.js +54 -60
- package/dist/components/snk-crud.js +83 -59
- package/dist/components/snk-data-exporter2.js +28 -17
- package/dist/components/snk-data-unit2.js +55 -70
- package/dist/components/snk-detail-view2.js +114 -105
- package/dist/components/snk-exporter-email-sender2.js +1 -1
- package/dist/components/snk-filter-bar2.js +64 -30
- package/dist/components/snk-filter-binary-select.js +1 -1
- package/dist/components/snk-filter-checkbox-list.js +1 -1
- package/dist/components/snk-filter-item2.js +5 -1
- package/dist/components/snk-filter-modal.js +3 -1
- package/dist/components/snk-filter-text.js +2 -1
- package/dist/components/snk-form-config2.js +34 -9
- package/dist/components/snk-form.js +2 -2
- package/dist/components/snk-grid2.js +68 -13
- package/dist/components/snk-personalized-filter-editor.js +4 -4
- package/dist/components/snk-pesquisa2.js +136 -33
- package/dist/components/snk-print-selector.js +1 -1
- package/dist/components/snk-simple-bar2.js +1 -1
- package/dist/components/snk-simple-crud2.js +108 -66
- package/dist/components/snk-simple-form-config.d.ts +11 -0
- package/dist/components/snk-simple-form-config.js +6 -0
- package/dist/components/snk-simple-form-config2.js +120 -0
- package/dist/components/snk-taskbar2.js +66 -40
- package/dist/components/teste-pesquisa.js +13 -1
- package/dist/esm/{ConfigStorage-3806514e.js → ConfigStorage-373bb440.js} +2 -2
- package/dist/esm/{IExporterProvider-63a188b6.js → ContinuousInsertUtils-25e7bd9a.js} +66 -25
- package/dist/esm/{DataFetcher-c1baf61d.js → DataFetcher-5221b992.js} +217 -77
- package/dist/esm/GetSelectedRecordsIDsInfo-9fa41508.js +41 -0
- package/dist/esm/{SnkFormConfigManager-31b24066.js → SnkFormConfigManager-1ff928fa.js} +75 -17
- package/dist/esm/{SnkMessageBuilder-89925609.js → SnkMessageBuilder-6fff4a4c.js} +7 -3
- package/dist/esm/{auth-fetcher-039abba3.js → auth-fetcher-e32fe8a4.js} +1 -1
- package/dist/esm/{constants-8457af36.js → constants-7302ee87.js} +1 -1
- package/dist/esm/{dataunit-fetcher-264191b2.js → dataunit-fetcher-8dd93d8b.js} +48 -18
- package/dist/esm/{field-search-efbe307f.js → field-search-f8b1d91e.js} +5 -1
- package/dist/esm/{form-config-fetcher-30fb808f.js → form-config-fetcher-126e2471.js} +42 -2
- package/dist/esm/index-a7d3d3f1.js +16 -32
- package/dist/esm/loader.js +1 -1
- package/dist/{components/pesquisa-fetcher.js → esm/pesquisa-fetcher-0af41f09.js} +186 -4
- package/dist/esm/pesquisa-grid_2.entry.js +128 -0
- package/dist/esm/sankhyablocks.js +1 -1
- package/dist/esm/{snk-actions-button_4.entry.js → snk-actions-button_5.entry.js} +138 -43
- package/dist/esm/snk-application.entry.js +250 -71
- package/dist/esm/snk-attach.entry.js +47 -34
- package/dist/esm/{snk-form-config.entry.js → snk-config-options_3.entry.js} +399 -15
- package/dist/esm/snk-configurator.entry.js +1 -1
- package/dist/esm/snk-crud.entry.js +23 -9
- package/dist/esm/snk-data-exporter.entry.js +35 -23
- package/dist/esm/{snk-data-unit-8eec78bd.js → snk-data-unit-11a49fc3.js} +54 -32
- package/dist/esm/snk-data-unit.entry.js +5 -5
- package/dist/esm/snk-detail-view.entry.js +13 -13
- package/dist/esm/snk-exporter-email-sender.entry.js +1 -1
- package/dist/esm/snk-field-config.entry.js +1 -1
- package/dist/esm/snk-filter-bar_4.entry.js +1429 -0
- package/dist/esm/snk-filter-binary-select.entry.js +1 -1
- package/dist/esm/snk-filter-checkbox-list.entry.js +1 -1
- package/dist/esm/snk-filter-modal-item.entry.js +3 -3
- package/dist/esm/snk-filter-text.entry.js +2 -1
- package/dist/esm/snk-grid.entry.js +66 -16
- package/dist/esm/{snk-guides-viewer-dda0fede.js → snk-guides-viewer-94918cf7.js} +30 -14
- package/dist/esm/snk-guides-viewer.entry.js +9 -9
- package/dist/esm/snk-personalized-filter-editor.entry.js +4 -4
- package/dist/esm/snk-personalized-filter.entry.js +3 -3
- package/dist/esm/snk-pesquisa.entry.js +123 -31
- package/dist/esm/snk-print-selector.entry.js +1 -1
- package/dist/esm/snk-simple-bar.entry.js +1 -1
- package/dist/esm/snk-simple-crud.entry.js +99 -43
- package/dist/esm/snk-tab-config.entry.js +1 -1
- package/dist/esm/snk-taskbar.entry.js +65 -39
- package/dist/sankhyablocks/p-09067bee.entry.js +1 -0
- package/dist/sankhyablocks/p-0d86c004.entry.js +1 -0
- package/dist/sankhyablocks/p-1435701f.js +26 -0
- package/dist/sankhyablocks/p-16a1dd18.entry.js +1 -0
- package/dist/sankhyablocks/p-16cc8640.entry.js +11 -0
- package/dist/sankhyablocks/p-17425c72.js +1 -0
- package/dist/sankhyablocks/{p-52920496.js → p-19dc71e9.js} +1 -1
- package/dist/sankhyablocks/p-1a91d1f3.entry.js +1 -0
- package/dist/sankhyablocks/{p-47db7e88.entry.js → p-1cf39cfd.entry.js} +1 -1
- package/dist/sankhyablocks/p-23736d75.js +1 -0
- package/dist/sankhyablocks/{p-8eb67fa4.entry.js → p-2d3f9482.entry.js} +1 -1
- package/dist/sankhyablocks/p-3150ad41.js +1 -0
- package/dist/sankhyablocks/{p-c1d57831.entry.js → p-3a3d4055.entry.js} +1 -1
- package/dist/sankhyablocks/{p-7663f597.entry.js → p-41793e17.entry.js} +1 -1
- package/dist/sankhyablocks/{p-72fc257b.entry.js → p-434817f0.entry.js} +1 -1
- package/dist/sankhyablocks/p-469384a2.entry.js +1 -0
- package/dist/sankhyablocks/p-47178038.entry.js +1 -0
- package/dist/sankhyablocks/p-471785a1.entry.js +1 -0
- package/dist/sankhyablocks/p-4ca8e061.entry.js +1 -0
- package/dist/sankhyablocks/{p-aaa3ee68.entry.js → p-5f157b09.entry.js} +1 -1
- package/dist/sankhyablocks/p-60e4db34.js +1 -0
- package/dist/sankhyablocks/p-618a29ed.entry.js +1 -0
- package/dist/sankhyablocks/p-619aeac8.entry.js +1 -0
- package/dist/sankhyablocks/p-68134a67.entry.js +1 -0
- package/dist/sankhyablocks/p-798386c7.js +6 -0
- package/dist/sankhyablocks/p-7dd49d15.js +1 -0
- package/dist/sankhyablocks/{p-2c68b3ae.entry.js → p-82ee6dc3.entry.js} +1 -1
- package/dist/sankhyablocks/p-89c92727.entry.js +1 -0
- package/dist/sankhyablocks/p-8a1ee5b5.js +1 -0
- package/dist/sankhyablocks/{p-95df461f.entry.js → p-8b4fc28f.entry.js} +1 -1
- package/dist/sankhyablocks/p-8bd86610.entry.js +1 -0
- package/dist/sankhyablocks/{p-41f8bfa3.entry.js → p-8c235d4c.entry.js} +1 -1
- package/dist/sankhyablocks/{p-b0ef4383.js → p-95ce311a.js} +1 -1
- package/dist/sankhyablocks/p-a3803d7c.entry.js +1 -0
- package/dist/sankhyablocks/p-aaef93e8.js +1 -0
- package/dist/sankhyablocks/p-c2e468c9.entry.js +1 -0
- package/dist/sankhyablocks/p-d62228fb.js +1 -0
- package/dist/sankhyablocks/p-d92d4f91.entry.js +1 -0
- package/dist/sankhyablocks/p-ddefbbc7.js +60 -0
- package/dist/sankhyablocks/p-e5430b29.entry.js +1 -0
- package/dist/sankhyablocks/{p-913a9979.js → p-f0b9303b.js} +1 -1
- package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
- package/dist/types/components/snk-actions-button/actions/index.d.ts +1 -0
- package/dist/types/components/snk-actions-button/interfaces/index.d.ts +3 -0
- package/dist/types/components/snk-actions-button/snk-actions-button.d.ts +3 -2
- package/dist/types/components/snk-application/request-listener/DebouncedRequestListener.d.ts +11 -0
- package/dist/types/components/snk-application/request-listener/RequestListenerFactory.d.ts +12 -0
- package/dist/types/components/snk-application/request-listener/RequestListenerLoadingBar.d.ts +13 -0
- package/dist/types/components/snk-application/snk-application.d.ts +28 -14
- package/dist/types/components/snk-attach/snk-attach.d.ts +1 -0
- package/dist/types/components/snk-crud/snk-crud.d.ts +21 -0
- package/dist/types/components/snk-crud/subcomponents/snk-guides-viewer.d.ts +15 -0
- package/dist/types/components/snk-data-exporter/exporter-strategy/ClientSideExporterStrategy.d.ts +1 -0
- package/dist/types/components/snk-data-exporter/exporter-strategy/ServerSideExporterStrategy.d.ts +1 -0
- package/dist/types/components/snk-data-exporter/test/resources/ClientSideExporterStrategyResources.d.ts +3 -3
- package/dist/types/components/snk-data-exporter/utils/ParserExport.d.ts +1 -1
- package/dist/types/components/snk-data-unit/snk-data-unit.d.ts +2 -0
- package/dist/types/components/snk-filter-bar/filter-item/filter-item-type-mask.enum.d.ts +7 -0
- package/dist/types/components/snk-filter-bar/filter-item/snk-filter-item.d.ts +2 -0
- package/dist/types/components/snk-filter-bar/snk-filter-bar.d.ts +15 -1
- package/dist/types/components/snk-form-config/SnkFormConfigManager.d.ts +7 -2
- package/dist/types/components/snk-form-config/snk-form-config.d.ts +4 -0
- package/dist/types/components/snk-grid/snk-grid.d.ts +26 -0
- package/dist/types/components/snk-pesquisa/pesquisa-grid/pesquisa-grid.d.ts +38 -0
- package/dist/types/components/snk-pesquisa/pesquisa-tree/pesquisa-tree.d.ts +29 -0
- package/dist/types/components/snk-pesquisa/pesquisaHelper.d.ts +19 -0
- package/dist/types/components/snk-pesquisa/snk-pesquisa.d.ts +36 -1
- package/dist/types/components/snk-simple-crud/snk-simple-crud.d.ts +27 -7
- package/dist/types/components/snk-simple-form-config/snk-simple-form-config.d.ts +34 -0
- package/dist/types/components/snk-taskbar/processor/taskbar-processor.d.ts +1 -0
- package/dist/types/components/snk-taskbar/snk-taskbar.d.ts +11 -0
- package/dist/types/components.d.ts +372 -15
- package/dist/types/lib/dataUnit/dataUnitInMemoryUtils.d.ts +12 -2
- package/dist/types/lib/http/data-fetcher/DataFetcher.d.ts +1 -0
- package/dist/types/lib/http/data-fetcher/fetchers/AttachFetcher/anexo-sistema-fetcher.d.ts +3 -2
- package/dist/types/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IFetchDataExporterParams.d.ts +1 -1
- package/dist/types/lib/http/data-fetcher/fetchers/form-config-fetcher.d.ts +8 -2
- package/dist/types/lib/http/data-fetcher/fetchers/parameters-fecher.d.ts +1 -0
- package/dist/types/lib/http/data-fetcher/fetchers/pesquisa-fetcher.d.ts +10 -1
- package/dist/types/lib/utils/ContinuousInsertUtils.d.ts +10 -0
- package/dist/types/lib/utils/CrudUtils.d.ts +1 -0
- package/dist/types/lib/utils/GetSelectedRecordsIDsInfo.d.ts +3 -0
- package/package.json +4 -3
- package/react/components.d.ts +3 -0
- package/react/components.js +3 -0
- package/react/components.js.map +1 -1
- package/dist/cjs/snk-config-options.cjs.entry.js +0 -239
- package/dist/cjs/snk-filter-bar.cjs.entry.js +0 -714
- package/dist/cjs/snk-filter-item.cjs.entry.js +0 -312
- package/dist/cjs/snk-filter-list.cjs.entry.js +0 -152
- package/dist/cjs/snk-filter-modal.cjs.entry.js +0 -249
- package/dist/cjs/snk-form.cjs.entry.js +0 -143
- package/dist/esm/pesquisa-fetcher-03c8f919.js +0 -164
- package/dist/esm/snk-config-options.entry.js +0 -235
- package/dist/esm/snk-filter-bar.entry.js +0 -710
- package/dist/esm/snk-filter-item.entry.js +0 -308
- package/dist/esm/snk-filter-list.entry.js +0 -148
- package/dist/esm/snk-filter-modal.entry.js +0 -245
- package/dist/esm/snk-form.entry.js +0 -139
- package/dist/sankhyablocks/p-045eae4d.entry.js +0 -11
- package/dist/sankhyablocks/p-219f888d.entry.js +0 -1
- package/dist/sankhyablocks/p-2a408684.js +0 -1
- package/dist/sankhyablocks/p-3a212712.js +0 -1
- package/dist/sankhyablocks/p-3b60db06.entry.js +0 -1
- package/dist/sankhyablocks/p-450c60e4.entry.js +0 -1
- package/dist/sankhyablocks/p-46d38387.entry.js +0 -1
- package/dist/sankhyablocks/p-4e5e1313.entry.js +0 -1
- package/dist/sankhyablocks/p-547eeac8.entry.js +0 -1
- package/dist/sankhyablocks/p-62ba211a.entry.js +0 -1
- package/dist/sankhyablocks/p-70a4af56.entry.js +0 -1
- package/dist/sankhyablocks/p-7505da04.entry.js +0 -1
- package/dist/sankhyablocks/p-75e674ed.entry.js +0 -1
- package/dist/sankhyablocks/p-7a337364.js +0 -1
- package/dist/sankhyablocks/p-7a85fd49.entry.js +0 -1
- package/dist/sankhyablocks/p-7b08d0f8.entry.js +0 -1
- package/dist/sankhyablocks/p-88aa931b.entry.js +0 -1
- package/dist/sankhyablocks/p-96a89d58.entry.js +0 -1
- package/dist/sankhyablocks/p-9863d682.js +0 -1
- package/dist/sankhyablocks/p-af8efd95.js +0 -6
- package/dist/sankhyablocks/p-b05d8893.entry.js +0 -1
- package/dist/sankhyablocks/p-b11aa1e0.entry.js +0 -1
- package/dist/sankhyablocks/p-c2495304.js +0 -1
- package/dist/sankhyablocks/p-d1791da2.entry.js +0 -1
- package/dist/sankhyablocks/p-d3f53df2.entry.js +0 -1
- package/dist/sankhyablocks/p-d6e26ea8.entry.js +0 -1
- package/dist/sankhyablocks/p-dc7c9047.js +0 -1
- package/dist/sankhyablocks/p-df5451c7.js +0 -26
- package/dist/sankhyablocks/p-e549f7d1.js +0 -1
- package/dist/sankhyablocks/p-e8763234.entry.js +0 -1
- package/dist/sankhyablocks/p-f2809746.entry.js +0 -1
- package/dist/sankhyablocks/p-fa4d8cb4.js +0 -1
- package/dist/sankhyablocks/p-fe79f83a.js +0 -60
- package/dist/types/components/snk-data-exporter/utils/RecordIDUtils.d.ts +0 -3
@@ -1,12 +1,11 @@
|
|
1
1
|
import { proxyCustomElement, HTMLElement, createEvent, h } from '@stencil/core/internal/client';
|
2
|
-
import { UserInterface, StringUtils, ApplicationContext, ObjectUtils, DataType, JSUtils, FloatingManager, ElementIDUtils } from '@sankhyalabs/core';
|
2
|
+
import { UserInterface, StringUtils, ApplicationContext, ObjectUtils, DataType, JSUtils, FloatingManager, KeyboardManager, ElementIDUtils } from '@sankhyalabs/core';
|
3
3
|
import { CSSVarsUtils } from '@sankhyalabs/ezui/dist/collection/utils';
|
4
4
|
import { V as VIEW_MODE, S as SIMPLE_CRUD_MODE } from './constants.js';
|
5
5
|
import { T as TaskbarElement, d as defineCustomElement$2 } from './snk-taskbar2.js';
|
6
6
|
import './DataFetcher.js';
|
7
|
-
import './pesquisa-fetcher.js';
|
8
|
-
import { C as CommonsExporter, S as SnkMultiSelectionListDataSource, T as TaskbarProcessor, R as RmPrecisionCustomValueFormatter, b as buildFieldSearch, o as openFieldSearch, a as CrudUtils } from './IExporterProvider.js';
|
9
7
|
import { D as DataExporterOption, P as PresentationMode } from './ISave.js';
|
8
|
+
import { C as CommonsExporter, S as SnkMultiSelectionListDataSource, T as TaskbarProcessor, R as RmPrecisionCustomValueFormatter, c as ContinuousInsertUtils, b as buildFieldSearch, o as openFieldSearch, a as CrudUtils } from './ContinuousInsertUtils.js';
|
10
9
|
import '@sankhyalabs/ezui/dist/collection/utils/constants';
|
11
10
|
import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
|
12
11
|
import { I as InMemoryLoader } from './dataunit-fetcher.js';
|
@@ -14,18 +13,16 @@ import './filter-item-type.enum.js';
|
|
14
13
|
import { F as FormConfigFetcher } from './form-config-fetcher.js';
|
15
14
|
import { C as ConfigStorage } from './ConfigStorage.js';
|
16
15
|
import { S as SnkFormConfigManager } from './SnkFormConfigManager.js';
|
17
|
-
import { g as
|
16
|
+
import { g as getSelectedRecordsIDsInfo } from './GetSelectedRecordsIDsInfo.js';
|
18
17
|
import { s as store } from './index2.js';
|
19
|
-
import { d as defineCustomElement$
|
20
|
-
import { d as defineCustomElement$
|
21
|
-
import { d as defineCustomElement$
|
22
|
-
import { d as defineCustomElement$
|
23
|
-
import { d as defineCustomElement$
|
24
|
-
import { d as defineCustomElement$7 } from './snk-field-config2.js';
|
25
|
-
import { d as defineCustomElement$6 } from './snk-form-config2.js';
|
18
|
+
import { d as defineCustomElement$a } from './snk-actions-button2.js';
|
19
|
+
import { d as defineCustomElement$9 } from './snk-configurator2.js';
|
20
|
+
import { d as defineCustomElement$8 } from './snk-data-exporter2.js';
|
21
|
+
import { d as defineCustomElement$7 } from './snk-data-unit2.js';
|
22
|
+
import { d as defineCustomElement$6 } from './snk-exporter-email-sender2.js';
|
26
23
|
import { d as defineCustomElement$5 } from './snk-grid-config2.js';
|
27
24
|
import { d as defineCustomElement$4 } from './snk-select-box2.js';
|
28
|
-
import { d as defineCustomElement$3 } from './snk-
|
25
|
+
import { d as defineCustomElement$3 } from './snk-simple-form-config2.js';
|
29
26
|
import { d as defineCustomElement$1 } from './taskbar-actions-button2.js';
|
30
27
|
|
31
28
|
const REGULAR_DEFAULT_BTNS = ["INSERT", "REFRESH", "PREVIOUS", "NEXT", "DIVIDER", "MORE_OPTIONS"];
|
@@ -41,7 +38,7 @@ class ClientSideExporterProvider extends CommonsExporter {
|
|
41
38
|
return total !== null && total !== void 0 ? total : (_c = (_b = this.dataUnit) === null || _b === void 0 ? void 0 : _b.records) === null || _c === void 0 ? void 0 : _c.length;
|
42
39
|
}
|
43
40
|
getSelectedIDs() {
|
44
|
-
return
|
41
|
+
return getSelectedRecordsIDsInfo(this.dataUnit);
|
45
42
|
}
|
46
43
|
getRecordID() {
|
47
44
|
var _a, _b, _c;
|
@@ -86,7 +83,7 @@ class ClientSideExporterProvider extends CommonsExporter {
|
|
86
83
|
}
|
87
84
|
}
|
88
85
|
|
89
|
-
const snkSimpleCrudCss = ".sc-snk-simple-crud-h{display:flex;height:100%;width:100%;--snk-simple-crud-grid--min-height:300px}.simple-crud__container.sc-snk-simple-crud{display:grid;grid-template-rows:auto 1fr;
|
86
|
+
const snkSimpleCrudCss = ".sc-snk-simple-crud-h{display:flex;height:100%;width:100%;--snk-simple-crud-grid--min-height:300px}.simple-crud__container.sc-snk-simple-crud{display:grid;grid-template-rows:auto 1fr;height:100%;width:100%}.simple-crud__container-section.sc-snk-simple-crud{flex-wrap:unset;flex-direction:column}.simple-crud__form--hidden.sc-snk-simple-crud{display:none}ez-grid.sc-snk-simple-crud{--ez-grid__container--shadow:none;--ez-grid__container--shadow--outline:none;--ez-grid--min-height:var(--snk-simple-crud-grid--min-height)}ez-form.sc-snk-simple-crud{min-height:300px}";
|
90
87
|
|
91
88
|
const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
92
89
|
constructor() {
|
@@ -104,18 +101,19 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
104
101
|
this._customEditors = new Map();
|
105
102
|
this._customRenders = new Map();
|
106
103
|
this._taskbarProcessor = new TaskbarProcessor({
|
107
|
-
"snkSimpleCrudTaskbar.form_regular": this.getButtons(false, [TaskbarElement.GRID_MODE]),
|
104
|
+
"snkSimpleCrudTaskbar.form_regular": this.getButtons(false, [TaskbarElement.GRID_MODE], true),
|
108
105
|
"snkSimpleCrudTaskbar.grid_regular": this.getButtons(false, [TaskbarElement.DATA_EXPORTER, TaskbarElement.FORM_MODE]),
|
109
|
-
"snkSimpleCrudTaskbar.form_selected": this.getButtons(true, [TaskbarElement.GRID_MODE]),
|
106
|
+
"snkSimpleCrudTaskbar.form_selected": this.getButtons(true, [TaskbarElement.GRID_MODE], true),
|
110
107
|
"snkSimpleCrudTaskbar.grid_selected": this.getButtons(true, [TaskbarElement.DATA_EXPORTER, TaskbarElement.FORM_MODE]),
|
111
|
-
"snkSimpleCrudTaskbar.finish_edition":
|
108
|
+
"snkSimpleCrudTaskbar.finish_edition": this.getFinishEditionButtonsCallback.bind(this)
|
112
109
|
});
|
113
110
|
this._showPopUpGridConfig = false;
|
114
|
-
this._showFormConfig = false;
|
115
111
|
this._currentViewMode = VIEW_MODE.GRID;
|
116
112
|
this._config = undefined;
|
117
113
|
this._fieldToGetFocus = undefined;
|
118
114
|
this._customContainerId = `SNK-SIMPLE-CRUD-CUSTOM-CONTAINER-${StringUtils.generateUUID()}`;
|
115
|
+
this.enableLockManagerLoadingComp = false;
|
116
|
+
this.enableLockManagerTaskbarClick = false;
|
119
117
|
this.dataState = undefined;
|
120
118
|
this.dataUnit = undefined;
|
121
119
|
this.entityName = undefined;
|
@@ -124,10 +122,12 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
124
122
|
this.formConfig = undefined;
|
125
123
|
this._formFields = [];
|
126
124
|
this._fieldsProps = new Map();
|
125
|
+
this._enableContinuousInsert = true;
|
127
126
|
this.multipleSelection = undefined;
|
128
127
|
this.useCancelConfirm = true;
|
129
128
|
this.pageSize = 150;
|
130
129
|
this.resourceID = undefined;
|
130
|
+
this.enableGridInsert = false;
|
131
131
|
this.taskbarManager = undefined;
|
132
132
|
this.messagesBuilder = undefined;
|
133
133
|
this.useEnterLikeTab = false;
|
@@ -139,8 +139,8 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
139
139
|
this.ignoreReadOnlyFormFields = false;
|
140
140
|
this.autoFocus = true;
|
141
141
|
this.domainMessagesBuilder = undefined;
|
142
|
-
this.domainMessagesBuilder = 'InMemoryDomain';
|
143
142
|
this.autoLoad = undefined;
|
143
|
+
this.outlineMode = false;
|
144
144
|
}
|
145
145
|
/**
|
146
146
|
* Registra um editor customizado para campos da grade e formulário.
|
@@ -198,8 +198,19 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
198
198
|
newCustomFieldProps.set(fieldName, Object.assign(Object.assign({}, currentProps), { [propName]: value }));
|
199
199
|
this._fieldsProps = newCustomFieldProps;
|
200
200
|
}
|
201
|
-
|
202
|
-
|
201
|
+
getFinishEditionButtonsCallback() {
|
202
|
+
const btns = ["CANCEL", "SAVE"];
|
203
|
+
if (this.enableGridInsert && this._currentViewMode !== VIEW_MODE.ATTACHMENT) {
|
204
|
+
btns.push(this._currentViewMode === VIEW_MODE.GRID ? TaskbarElement.FORM_MODE : TaskbarElement.GRID_MODE);
|
205
|
+
}
|
206
|
+
return btns;
|
207
|
+
}
|
208
|
+
getButtons(selected, extraButtons, removeRefresh) {
|
209
|
+
let btnList = selected ? REGULAR_SELECTED_BTNS : REGULAR_DEFAULT_BTNS;
|
210
|
+
if (removeRefresh) {
|
211
|
+
btnList = btnList.filter(item => item !== TaskbarElement.REFRESH);
|
212
|
+
}
|
213
|
+
return this.addConfigButton(this.resolveInMemoryBtns(btnList)
|
203
214
|
.concat(extraButtons));
|
204
215
|
}
|
205
216
|
addConfigButton(buttons) {
|
@@ -318,15 +329,9 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
318
329
|
});
|
319
330
|
}
|
320
331
|
async openFormConfig() {
|
321
|
-
|
322
|
-
|
323
|
-
if (this.formLegacyConfigName) {
|
324
|
-
const title = (_a = this.messagesBuilder) === null || _a === void 0 ? void 0 : _a.getMessage("snkSimpleCrud.formConfigUnavaliable.title", undefined);
|
325
|
-
const message = (_b = this.messagesBuilder) === null || _b === void 0 ? void 0 : _b.getMessage("snkSimpleCrud.formConfigUnavaliable.message", undefined);
|
326
|
-
await this.application.alert(title, message);
|
327
|
-
return;
|
332
|
+
if (this.formLegacyConfigName || this.configName) {
|
333
|
+
await this._snkSimpleFormConfig.show();
|
328
334
|
}
|
329
|
-
this._showFormConfig = true;
|
330
335
|
}
|
331
336
|
addGridLegacyConfigName() {
|
332
337
|
if (this.gridLegacyConfigName && this.configName) {
|
@@ -356,12 +361,12 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
356
361
|
formConfigIsLoaded() {
|
357
362
|
return this.formConfig != undefined || this._formConfigAlreadyLoaded;
|
358
363
|
}
|
359
|
-
async loadFormConfig(forceLoad = false) {
|
364
|
+
async loadFormConfig(forceLoad = false, forceSetNewConfig = false) {
|
360
365
|
if (this.configName === undefined) {
|
361
366
|
return;
|
362
367
|
}
|
363
368
|
if (this._formConfigManager == undefined) {
|
364
|
-
this._formConfigManager = new SnkFormConfigManager(this.configName, this.resolveResourceID());
|
369
|
+
this._formConfigManager = new SnkFormConfigManager(this.configName, this.resolveResourceID(), undefined, this.dataUnit);
|
365
370
|
this._formConfigManager.setConfig(this.formConfig);
|
366
371
|
}
|
367
372
|
if (this.formConfigIsLoaded() && !forceLoad) {
|
@@ -371,7 +376,7 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
371
376
|
let loadedLegacyConfig = await this._formConfigFetcher.fetchLegacyConfigurableForm(this.formLegacyConfigName);
|
372
377
|
if (loadedLegacyConfig != undefined) {
|
373
378
|
this._formConfigManager.setConfig(loadedLegacyConfig);
|
374
|
-
this.setFormConfig(loadedLegacyConfig);
|
379
|
+
this.setFormConfig(loadedLegacyConfig, forceSetNewConfig);
|
375
380
|
return;
|
376
381
|
}
|
377
382
|
this.setFormConfig(await this._formConfigManager.loadConfig());
|
@@ -402,9 +407,14 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
402
407
|
this.onModeChange();
|
403
408
|
this.configDatasource();
|
404
409
|
this._rmPrecisionCustomValueFormatter = new RmPrecisionCustomValueFormatter();
|
410
|
+
this._continuousInsertUtils = new ContinuousInsertUtils(this.application, this.resolveResourceID(), this.configName);
|
411
|
+
if (this.enableGridInsert) {
|
412
|
+
this._continuousInsertUtils.getConfig().then(value => this._enableContinuousInsert = value);
|
413
|
+
}
|
405
414
|
}
|
406
415
|
componentDidLoad() {
|
407
416
|
CSSVarsUtils.applyVarsGrid(this._element, this._grid);
|
417
|
+
this.initKeyboardManager();
|
408
418
|
}
|
409
419
|
setCustomRenders() {
|
410
420
|
if (!this._grid) {
|
@@ -636,6 +646,9 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
636
646
|
const options = filteredFields.map(field => ({ value: field.name, label: field.label }));
|
637
647
|
return Promise.resolve(options);
|
638
648
|
}
|
649
|
+
isGridInsertActive() {
|
650
|
+
return this.enableGridInsert && this.dataUnit.hasNewRecord();
|
651
|
+
}
|
639
652
|
getActionsList() {
|
640
653
|
var _a, _b;
|
641
654
|
const hardList = [{
|
@@ -647,11 +660,21 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
647
660
|
? this.getColumnSearch(actionButton, item)
|
648
661
|
: this.getFieldSearch(actionButton, item)
|
649
662
|
}];
|
663
|
+
if (this.enableGridInsert) {
|
664
|
+
hardList.push(this._continuousInsertUtils.actionContinuousInsert(this._enableContinuousInsert, () => {
|
665
|
+
this._enableContinuousInsert = !this._enableContinuousInsert;
|
666
|
+
this._continuousInsertUtils.handleSaveConfig(this._enableContinuousInsert);
|
667
|
+
}));
|
668
|
+
}
|
669
|
+
if (this.isGridInsertActive())
|
670
|
+
return hardList;
|
650
671
|
if (this.taskbarManager != undefined && this.taskbarManager.getMoreOptions != undefined) {
|
651
672
|
const taskbarID = this.getTopTaskBarId();
|
652
673
|
return hardList.concat(this.taskbarManager.getMoreOptions(taskbarID, this.configName, this.dataState, this.actionsList));
|
653
674
|
}
|
654
|
-
|
675
|
+
if (this.actionsList)
|
676
|
+
return hardList.concat(this.actionsList);
|
677
|
+
return hardList;
|
655
678
|
}
|
656
679
|
getTopTaskBarId() {
|
657
680
|
var _a;
|
@@ -696,9 +719,11 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
696
719
|
window.removeEventListener("keydown", this._keyDownHandler);
|
697
720
|
}
|
698
721
|
gridConfigChangeHandler(evt) {
|
722
|
+
evt.stopPropagation();
|
723
|
+
if (!this.configName)
|
724
|
+
return;
|
699
725
|
const config = evt.detail;
|
700
726
|
ConfigStorage.saveGridConfig(config, this.configName, this.resolveResourceID());
|
701
|
-
evt.stopPropagation();
|
702
727
|
}
|
703
728
|
modalConfigChangeHandler(evt) {
|
704
729
|
const config = evt.detail;
|
@@ -735,9 +760,6 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
735
760
|
closeGridConfig() {
|
736
761
|
this._showPopUpGridConfig = false;
|
737
762
|
}
|
738
|
-
closeFormConfig() {
|
739
|
-
this._showFormConfig = false;
|
740
|
-
}
|
741
763
|
getPageSize() {
|
742
764
|
if (this.mode === SIMPLE_CRUD_MODE.IN_MEMORY) {
|
743
765
|
return 0;
|
@@ -747,10 +769,6 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
747
769
|
}
|
748
770
|
return this.pageSize;
|
749
771
|
}
|
750
|
-
//No momento não daremos suporte para configuração de formulário quando houver formLegacyConfigName
|
751
|
-
handleShowFormConfig() {
|
752
|
-
return this._showFormConfig && !this.formLegacyConfigName;
|
753
|
-
}
|
754
772
|
resolveResourceID() {
|
755
773
|
return StringUtils.isEmpty(this.resourceID) ? this._resourceID : this.resourceID;
|
756
774
|
}
|
@@ -763,22 +781,57 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
763
781
|
return configFromManager;
|
764
782
|
}
|
765
783
|
updateFormConfig() {
|
766
|
-
|
784
|
+
let newConfig = this.formConfig;
|
785
|
+
if (this.formLegacyConfigName == undefined) {
|
786
|
+
newConfig = Object.assign(Object.assign({}, this.formConfig), { fields: this.dataUnit.metadata.fields });
|
787
|
+
}
|
767
788
|
this.setFormConfig(newConfig, true);
|
768
789
|
if (this._formConfigManager == undefined) {
|
769
790
|
this._formConfigManager = new SnkFormConfigManager(this.configName, this.resolveResourceID());
|
770
791
|
}
|
771
792
|
this._formConfigManager.setConfig(this.formConfig);
|
772
793
|
}
|
794
|
+
handleDataUnitOnInsertionMode() {
|
795
|
+
if (this.enableGridInsert)
|
796
|
+
return;
|
797
|
+
this.goToView(VIEW_MODE.FORM);
|
798
|
+
}
|
799
|
+
async initKeyboardManager() {
|
800
|
+
var _a;
|
801
|
+
const keyboardManager = new KeyboardManager();
|
802
|
+
const dataUnit = this.dataUnit || await ((_a = this._snkDataUnit) === null || _a === void 0 ? void 0 : _a.getDataUnit());
|
803
|
+
if (dataUnit == undefined) {
|
804
|
+
return;
|
805
|
+
}
|
806
|
+
keyboardManager
|
807
|
+
.bind("F7", () => dataUnit.saveData(), { description: "Salva os dados.", element: this._element })
|
808
|
+
.bind("F8", dataUnit.addRecord.bind(dataUnit), { description: "Adiciona um novo registro.", element: this._element })
|
809
|
+
.bind("F9", dataUnit.removeSelectedRecords.bind(dataUnit), { description: "Remove o registro selecionado.", element: this._element })
|
810
|
+
.bind("Escape", () => {
|
811
|
+
if (dataUnit.isDirty()) {
|
812
|
+
dataUnit.cancelEdition();
|
813
|
+
}
|
814
|
+
}, {
|
815
|
+
debounceTime: 1000,
|
816
|
+
description: "Cancela uma ação.", element: this._element
|
817
|
+
});
|
818
|
+
}
|
819
|
+
async handleFormConfigSaved() {
|
820
|
+
await this.loadFormConfig(true, true);
|
821
|
+
}
|
822
|
+
renderTaskbarContent() {
|
823
|
+
var _a;
|
824
|
+
return (h("snk-taskbar", { class: this._currentViewMode === VIEW_MODE.FORM && `ez-box ${this.outlineMode ? 'ez-box--outline' : 'ez-box--shadow-xsmall'} ez-padding--small`, dataUnit: this.dataUnit, primaryButton: ((_a = this.dataState) === null || _a === void 0 ? void 0 : _a.isDirty) ? "SAVE" : "INSERT", "data-element-id": "grid_left", messagesBuilder: this.messagesBuilder, buttons: this._taskbarProcessor.buttons, actionsList: this.getActionsList(), disabledButtons: this._taskbarProcessor.disabledButtons, customButtons: this._taskbarProcessor.customButtons, "data-exporter-store-key": this.getDataExporterStoreKey(), slot: "leftButtons", presentationMode: PresentationMode.SECONDARY }, h("slot", { name: "TASKBAR_CUSTOM_ELEMENTS" })));
|
825
|
+
}
|
773
826
|
/* istanbul ignore next */
|
774
827
|
render() {
|
775
828
|
var _a;
|
776
829
|
if (this.dataUnit == undefined) {
|
777
830
|
return;
|
778
831
|
}
|
779
|
-
return (h("snk-data-unit", { ref: ref => this._snkDataUnit = ref, class: "simple-crud__container", dataUnit: this.dataUnit, useCancelConfirm: this.useCancelConfirm, onDataStateChange: evt => this.onDataStateChange(evt), onCancelEdition: this.handleCancelEdit.bind(this), pageSize: this.getPageSize(), onInsertionMode:
|
832
|
+
return (h("snk-data-unit", { ref: ref => this._snkDataUnit = ref, class: "simple-crud__container", dataUnit: this.dataUnit, useCancelConfirm: this.useCancelConfirm, onDataStateChange: evt => this.onDataStateChange(evt), onCancelEdition: this.handleCancelEdit.bind(this), pageSize: this.getPageSize(), onInsertionMode: this.handleDataUnitOnInsertionMode.bind(this), onDataUnitReady: (evt) => this.dataUnitReady.emit(evt.detail), ignoreSaveMessage: this._currentViewMode === VIEW_MODE.GRID, onMessagesBuilderUpdated: evt => this.messagesBuilder = evt.detail, onDataUnitFieldsHidded: this.updateFormConfig.bind(this), domainMessagesBuilder: this.domainMessagesBuilder }, h("header", null, h("slot", { name: "snkSimpleCrudHeader" })), h("section", { class: `ez-box ${this.outlineMode ? 'ez-box--outline' : 'ez-box--shadow'} simple-crud__container-section` }, h("ez-view-stack", { ref: (ref) => this._viewStack = ref, "data-element-id": "simple-crud" }, h("stack-item", null, h("ez-grid", { class: "ez-margin-bottom--large", ref: ref => this._grid = ref, dataUnit: this.dataUnit, config: this.gridConfig, "no-header": true, multipleSelection: this.multipleSelection, onEzDoubleClick: () => this.goToView(VIEW_MODE.FORM), onConfigChange: evt => this.gridConfigChangeHandler(evt), columnfilterDataSource: this.dataUnit.name && this.dataUnit.name.includes(InMemoryLoader.IN_MEMORY_DATA_UNIT_NAME)
|
780
833
|
? undefined
|
781
|
-
: this._multiSelectionListDataSource, useEnterLikeTab: this.useEnterLikeTab, autoFocus: this.autoFocus }, h("div", { slot: "footer" }, h("slot", { name: "snkSimpleCrudFooter" })))), h("stack-item", null, h("ez-form", { ref: (ref) => this._form = ref, class: `ez-margin-top--large
|
834
|
+
: this._multiSelectionListDataSource, useEnterLikeTab: this.useEnterLikeTab, autoFocus: this.autoFocus, enableGridInsert: this.enableGridInsert, enableContinuousInsert: this._enableContinuousInsert, enableLockManagerTaskbarClick: this.enableLockManagerTaskbarClick, enableLockManagerLoadingComp: this.enableLockManagerLoadingComp, outlineMode: this.outlineMode }, this.renderTaskbarContent(), h("div", { slot: "footer" }, h("slot", { name: "snkSimpleCrudFooter" })))), h("stack-item", null, this.renderTaskbarContent(), h("ez-form", { ref: (ref) => this._form = ref, class: `ez-margin-top--large`, dataUnit: this.dataUnit, config: this.getFormConfig(), fieldToFocus: this._fieldToGetFocus, onEzFormSetFields: (evt) => this.handleFormSetFields(evt.detail), onEzFormRequestClearFieldToFocus: this.clearFieldToFocusHandler.bind(this) }), h("snk-simple-form-config", { ref: (ref) => this._snkSimpleFormConfig = ref, dataUnit: this.dataUnit, onSnkConfigSaved: this.handleFormConfigSaved.bind(this), configName: (_a = this.formLegacyConfigName) !== null && _a !== void 0 ? _a : this.configName })), this.messagesBuilder && h("snk-configurator", { ref: (ref) => this._snkConfigurator = ref, viewMode: this._currentViewMode, messagesBuilder: this.messagesBuilder, onConfigSelected: (evt) => this.goToView(evt.detail), onOpenConfig: (evt) => this.openConfig(evt.detail), showActionButtons: this.showConfiguratorButtons, onSave: evt => this.handleConfiguratorEvent(evt, 'SAVE'), onCancel: evt => this.handleConfiguratorEvent(evt, 'CANCEL'), resourceID: this.resolveResourceID(), customContainerId: this._customContainerId })), h("div", { id: `${this._customContainerId}` }, h("slot", { name: "SnkConfigContainerSlot" }))), h("ez-modal", { modalSize: "small", closeEsc: false, closeOutsideClick: false, opened: this._showPopUpGridConfig, onEzCloseModal: () => this.closeGridConfig() }, h("snk-grid-config", { ref: ref => this._snkGridConfig = ref, config: this.gridConfig, "data-element-id": this._element.getAttribute(ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME), selectedIndex: 0, configName: this.configName, onConfigChange: (evt) => this.modalConfigChangeHandler(evt), onConfigCancel: () => this.closeGridConfig(), resourceID: this.resolveResourceID() }))));
|
782
835
|
}
|
783
836
|
get _element() { return this; }
|
784
837
|
static get watchers() { return {
|
@@ -791,6 +844,8 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
791
844
|
}; }
|
792
845
|
static get style() { return snkSimpleCrudCss; }
|
793
846
|
}, [6, "snk-simple-crud", {
|
847
|
+
"enableLockManagerLoadingComp": [4, "enable-lock-manager-loading-comp"],
|
848
|
+
"enableLockManagerTaskbarClick": [4, "enable-lock-manager-taskbar-click"],
|
794
849
|
"dataState": [16],
|
795
850
|
"dataUnit": [16],
|
796
851
|
"entityName": [1, "entity-name"],
|
@@ -801,6 +856,7 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
801
856
|
"useCancelConfirm": [4, "use-cancel-confirm"],
|
802
857
|
"pageSize": [2, "page-size"],
|
803
858
|
"resourceID": [1, "resource-i-d"],
|
859
|
+
"enableGridInsert": [4, "enable-grid-insert"],
|
804
860
|
"taskbarManager": [16],
|
805
861
|
"messagesBuilder": [1040],
|
806
862
|
"useEnterLikeTab": [4, "use-enter-like-tab"],
|
@@ -813,14 +869,15 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
813
869
|
"autoFocus": [4, "auto-focus"],
|
814
870
|
"domainMessagesBuilder": [1, "domain-messages-builder"],
|
815
871
|
"autoLoad": [4, "auto-load"],
|
872
|
+
"outlineMode": [4, "outline-mode"],
|
816
873
|
"_showPopUpGridConfig": [32],
|
817
|
-
"_showFormConfig": [32],
|
818
874
|
"_currentViewMode": [32],
|
819
875
|
"_config": [32],
|
820
876
|
"_fieldToGetFocus": [32],
|
821
877
|
"_customContainerId": [32],
|
822
878
|
"_formFields": [32],
|
823
879
|
"_fieldsProps": [32],
|
880
|
+
"_enableContinuousInsert": [32],
|
824
881
|
"addCustomEditor": [64],
|
825
882
|
"addGridCustomRender": [64],
|
826
883
|
"addCustomValueFormatter": [64],
|
@@ -838,7 +895,7 @@ function defineCustomElement() {
|
|
838
895
|
if (typeof customElements === "undefined") {
|
839
896
|
return;
|
840
897
|
}
|
841
|
-
const components = ["snk-simple-crud", "snk-actions-button", "snk-
|
898
|
+
const components = ["snk-simple-crud", "snk-actions-button", "snk-configurator", "snk-data-exporter", "snk-data-unit", "snk-exporter-email-sender", "snk-grid-config", "snk-select-box", "snk-simple-form-config", "snk-taskbar", "taskbar-actions-button"];
|
842
899
|
components.forEach(tagName => { switch (tagName) {
|
843
900
|
case "snk-simple-crud":
|
844
901
|
if (!customElements.get(tagName)) {
|
@@ -846,41 +903,26 @@ function defineCustomElement() {
|
|
846
903
|
}
|
847
904
|
break;
|
848
905
|
case "snk-actions-button":
|
849
|
-
if (!customElements.get(tagName)) {
|
850
|
-
defineCustomElement$d();
|
851
|
-
}
|
852
|
-
break;
|
853
|
-
case "snk-config-options":
|
854
|
-
if (!customElements.get(tagName)) {
|
855
|
-
defineCustomElement$c();
|
856
|
-
}
|
857
|
-
break;
|
858
|
-
case "snk-configurator":
|
859
|
-
if (!customElements.get(tagName)) {
|
860
|
-
defineCustomElement$b();
|
861
|
-
}
|
862
|
-
break;
|
863
|
-
case "snk-data-exporter":
|
864
906
|
if (!customElements.get(tagName)) {
|
865
907
|
defineCustomElement$a();
|
866
908
|
}
|
867
909
|
break;
|
868
|
-
case "snk-
|
910
|
+
case "snk-configurator":
|
869
911
|
if (!customElements.get(tagName)) {
|
870
912
|
defineCustomElement$9();
|
871
913
|
}
|
872
914
|
break;
|
873
|
-
case "snk-exporter
|
915
|
+
case "snk-data-exporter":
|
874
916
|
if (!customElements.get(tagName)) {
|
875
917
|
defineCustomElement$8();
|
876
918
|
}
|
877
919
|
break;
|
878
|
-
case "snk-
|
920
|
+
case "snk-data-unit":
|
879
921
|
if (!customElements.get(tagName)) {
|
880
922
|
defineCustomElement$7();
|
881
923
|
}
|
882
924
|
break;
|
883
|
-
case "snk-
|
925
|
+
case "snk-exporter-email-sender":
|
884
926
|
if (!customElements.get(tagName)) {
|
885
927
|
defineCustomElement$6();
|
886
928
|
}
|
@@ -895,7 +937,7 @@ function defineCustomElement() {
|
|
895
937
|
defineCustomElement$4();
|
896
938
|
}
|
897
939
|
break;
|
898
|
-
case "snk-
|
940
|
+
case "snk-simple-form-config":
|
899
941
|
if (!customElements.get(tagName)) {
|
900
942
|
defineCustomElement$3();
|
901
943
|
}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
2
|
+
|
3
|
+
interface SnkSimpleFormConfig extends Components.SnkSimpleFormConfig, HTMLElement {}
|
4
|
+
export const SnkSimpleFormConfig: {
|
5
|
+
prototype: SnkSimpleFormConfig;
|
6
|
+
new (): SnkSimpleFormConfig;
|
7
|
+
};
|
8
|
+
/**
|
9
|
+
* Used to define this component and all nested components recursively.
|
10
|
+
*/
|
11
|
+
export const defineCustomElement: () => void;
|
@@ -0,0 +1,120 @@
|
|
1
|
+
import { proxyCustomElement, HTMLElement, createEvent, h } from '@stencil/core/internal/client';
|
2
|
+
import './DataFetcher.js';
|
3
|
+
import './ISave.js';
|
4
|
+
import '@sankhyalabs/core';
|
5
|
+
import '@sankhyalabs/ezui/dist/collection/utils/constants';
|
6
|
+
import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
|
7
|
+
import './dataunit-fetcher.js';
|
8
|
+
import './filter-item-type.enum.js';
|
9
|
+
import { F as FormConfigFetcher } from './form-config-fetcher.js';
|
10
|
+
|
11
|
+
const snkSimpleFormConfigCss = ":host{display:block}.config-container{display:flex;flex-direction:column;align-items:center;justify-content:space-between}.config-lists{margin-bottom:12px}.config-actions{display:flex;flex-direction:row;justify-content:flex-end;width:100%;gap:12px}";
|
12
|
+
|
13
|
+
const SnkSimpleFormConfig = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
14
|
+
constructor() {
|
15
|
+
super();
|
16
|
+
this.__registerHost();
|
17
|
+
this.snkConfigSaved = createEvent(this, "snkConfigSaved", 7);
|
18
|
+
this._formConfigFetcher = new FormConfigFetcher();
|
19
|
+
this.fieldsToSave = [];
|
20
|
+
this.dataUnit = undefined;
|
21
|
+
this.configName = undefined;
|
22
|
+
this.avaliableFields = [];
|
23
|
+
this.selectedFields = [];
|
24
|
+
}
|
25
|
+
/**
|
26
|
+
* Responsável por abrir o configurador.
|
27
|
+
*/
|
28
|
+
async show() {
|
29
|
+
var _a;
|
30
|
+
await ((_a = this.ezDoubleListRef) === null || _a === void 0 ? void 0 : _a.resetSelectedLists());
|
31
|
+
await this.initializeFormConfig();
|
32
|
+
this.ezPopupRef.opened = true;
|
33
|
+
}
|
34
|
+
;
|
35
|
+
async initializeFormConfig() {
|
36
|
+
if (!this.configName)
|
37
|
+
return;
|
38
|
+
const allFields = this.getAllVisibleFieldsFromDataUnit();
|
39
|
+
const displayedFieldNameList = await this.getConfig();
|
40
|
+
//Quando não retorna dados, é por quê não existe configuração do usuário salva.
|
41
|
+
if (displayedFieldNameList.length === 0) {
|
42
|
+
this.avaliableFields = [];
|
43
|
+
this.selectedFields = [...allFields];
|
44
|
+
this.fieldsToSave = [...this.selectedFields];
|
45
|
+
return;
|
46
|
+
}
|
47
|
+
const selectedFieldsAux = this.sortDisplayedFields(displayedFieldNameList, allFields);
|
48
|
+
const avaliableFieldsAux = allFields.filter(field => !displayedFieldNameList.includes(field.id));
|
49
|
+
this.avaliableFields = [...avaliableFieldsAux];
|
50
|
+
this.selectedFields = [...selectedFieldsAux];
|
51
|
+
this.fieldsToSave = [...this.selectedFields];
|
52
|
+
}
|
53
|
+
async getConfig() {
|
54
|
+
const fieldList = await this._formConfigFetcher.fetchSimpleFormConfig(this.configName);
|
55
|
+
return [...this.removeDuplicates(fieldList)];
|
56
|
+
}
|
57
|
+
removeDuplicates(strings) {
|
58
|
+
return strings.filter((item, index) => strings.indexOf(item) === index);
|
59
|
+
}
|
60
|
+
sortDisplayedFields(displayedFieldNameList, allFields) {
|
61
|
+
const selectedFieldsAux = [];
|
62
|
+
//É preciso garantir a ordem na qual os campos vieram na resposta do fetchSimpleFormConfig.
|
63
|
+
displayedFieldNameList.forEach(fieldName => {
|
64
|
+
const field = allFields.find(field => field.id === fieldName);
|
65
|
+
if (!field)
|
66
|
+
return;
|
67
|
+
selectedFieldsAux.push(field);
|
68
|
+
});
|
69
|
+
return selectedFieldsAux;
|
70
|
+
}
|
71
|
+
getAllVisibleFieldsFromDataUnit() {
|
72
|
+
var _a, _b, _c;
|
73
|
+
const visibleFields = ((_c = (_b = (_a = this.dataUnit) === null || _a === void 0 ? void 0 : _a.metadata) === null || _b === void 0 ? void 0 : _b.fields) !== null && _c !== void 0 ? _c : []).filter(field => field.visible);
|
74
|
+
return visibleFields.map(field => {
|
75
|
+
return { id: field.name, label: field.label };
|
76
|
+
});
|
77
|
+
}
|
78
|
+
close() {
|
79
|
+
this.ezPopupRef.opened = false;
|
80
|
+
}
|
81
|
+
async handleResetConfigs() {
|
82
|
+
await this._formConfigFetcher.restoreFormConfig(this.configName);
|
83
|
+
await this.initializeFormConfig();
|
84
|
+
await this.handleSave();
|
85
|
+
}
|
86
|
+
handleCancel() {
|
87
|
+
this.close();
|
88
|
+
}
|
89
|
+
async handleSave() {
|
90
|
+
const saveList = this.fieldsToSave.map(field => field.id);
|
91
|
+
await this._formConfigFetcher.saveSimpleFormConfig(this.configName, saveList);
|
92
|
+
this.close();
|
93
|
+
this.snkConfigSaved.emit();
|
94
|
+
}
|
95
|
+
render() {
|
96
|
+
return (h("ez-popup", { ref: (ref) => this.ezPopupRef = ref, heightMode: 'auto', size: 'auto', ezTitle: 'Configurar formul\u00E1rio' }, h("div", { class: 'config-container' }, h("div", { class: 'config-lists' }, h("ez-double-list", { ref: (ref) => this.ezDoubleListRef = ref, leftList: this.avaliableFields, leftTitle: 'Campos disponíveis', rightList: this.selectedFields, rightTitle: 'Campos selecionados', onEzRightListChanged: ({ detail }) => this.fieldsToSave = [...detail], entityLabel: 'campo', entityLabelPlural: 'campos' })), h("div", { class: 'config-actions' }, h("ez-button", { label: 'Restaurar', onClick: this.handleResetConfigs.bind(this), size: 'small' }), h("ez-button", { label: 'Cancelar', onClick: this.handleCancel.bind(this), size: 'small' }), h("ez-button", { label: 'Salvar', class: 'ez-button--primary', onClick: this.handleSave.bind(this), size: 'small' })))));
|
97
|
+
}
|
98
|
+
static get style() { return snkSimpleFormConfigCss; }
|
99
|
+
}, [0, "snk-simple-form-config", {
|
100
|
+
"dataUnit": [16],
|
101
|
+
"configName": [1, "config-name"],
|
102
|
+
"avaliableFields": [32],
|
103
|
+
"selectedFields": [32],
|
104
|
+
"show": [64]
|
105
|
+
}]);
|
106
|
+
function defineCustomElement() {
|
107
|
+
if (typeof customElements === "undefined") {
|
108
|
+
return;
|
109
|
+
}
|
110
|
+
const components = ["snk-simple-form-config"];
|
111
|
+
components.forEach(tagName => { switch (tagName) {
|
112
|
+
case "snk-simple-form-config":
|
113
|
+
if (!customElements.get(tagName)) {
|
114
|
+
customElements.define(tagName, SnkSimpleFormConfig);
|
115
|
+
}
|
116
|
+
break;
|
117
|
+
} });
|
118
|
+
}
|
119
|
+
|
120
|
+
export { SnkSimpleFormConfig as S, defineCustomElement as d };
|