@sankhyalabs/sankhyablocks 8.16.0-dev.11 → 8.16.0-dev.110
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/ClientSideExporterProvider-a2753c93.js +378 -0
- package/dist/cjs/{ConfigStorage-e49214c6.js → ConfigStorage-df09fb78.js} +2 -2
- package/dist/cjs/{DataFetcher-77729a93.js → DataFetcher-1afdb18e.js} +231 -84
- package/dist/cjs/{RecordIDUtils-3735135c.js → GetSelectedRecordsIDsInfo-bd50caf1.js} +10 -10
- package/dist/cjs/IFetchDataExporterParams-e78ec415.js +8 -0
- package/dist/cjs/ISave-c76e2c51.js +397 -0
- package/dist/cjs/{SnkFormConfigManager-beebf47a.js → SnkFormConfigManager-45a8d7b7.js} +75 -17
- package/dist/cjs/{SnkMessageBuilder-897ffd08.js → SnkMessageBuilder-aecd7c18.js} +37 -26
- package/dist/cjs/{auth-fetcher-29bb791c.js → auth-fetcher-1687ac0a.js} +1 -1
- package/dist/cjs/{constants-35ddd366.js → constants-77c1b8bd.js} +10 -0
- package/dist/cjs/{dataunit-fetcher-d4873076.js → dataunit-fetcher-a723f0dc.js} +225 -175
- package/dist/cjs/{field-search-f56aa7d6.js → field-search-68e34bf4.js} +5 -1
- package/dist/cjs/{form-config-fetcher-feb08214.js → form-config-fetcher-40d3f752.js} +56 -2
- package/dist/cjs/{index-1dfc7a6e.js → index-e3e39724.js} +5 -0
- package/dist/cjs/index-f9e81701.js +16 -32
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/pesquisa-grid_2.cjs.entry.js +155 -0
- package/dist/cjs/sankhyablocks.cjs.js +1 -1
- package/dist/cjs/{snk-actions-button_4.cjs.entry.js → snk-actions-button_7.cjs.entry.js} +203 -46
- package/dist/cjs/snk-application.cjs.entry.js +471 -79
- package/dist/cjs/snk-attach.cjs.entry.js +91 -50
- package/dist/cjs/{snk-form-config.cjs.entry.js → snk-config-options_3.cjs.entry.js} +401 -13
- package/dist/cjs/snk-configurator.cjs.entry.js +10 -3
- package/dist/cjs/snk-crud.cjs.entry.js +57 -60
- package/dist/cjs/snk-data-exporter.cjs.entry.js +38 -30
- package/dist/cjs/{snk-data-unit-ece44c4a.js → snk-data-unit-ebfdb9ba.js} +275 -37
- package/dist/cjs/snk-data-unit.cjs.entry.js +5 -5
- package/dist/cjs/snk-detail-view.cjs.entry.js +17 -17
- package/dist/cjs/snk-exporter-email-sender.cjs.entry.js +1 -1
- package/dist/cjs/snk-field-config.cjs.entry.js +1 -1
- package/dist/cjs/snk-filter-bar_4.cjs.entry.js +1438 -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-number.cjs.entry.js +1 -1
- package/dist/cjs/snk-filter-search.cjs.entry.js +18 -5
- package/dist/cjs/snk-filter-text.cjs.entry.js +2 -1
- package/dist/cjs/snk-grid.cjs.entry.js +115 -33
- package/dist/cjs/{snk-guides-viewer-aafc3073.js → snk-guides-viewer-fd39f437.js} +120 -55
- package/dist/cjs/snk-guides-viewer.cjs.entry.js +11 -12
- 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 +116 -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 +179 -130
- package/dist/cjs/snk-tab-config.cjs.entry.js +1 -1
- package/dist/cjs/snk-taskbar.cjs.entry.js +73 -40
- package/dist/cjs/{taskbar-elements-9ad1f9c0.js → taskbar-elements-02379452.js} +4 -1
- package/dist/collection/collection-manifest.json +16 -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/errorhandler/snk-error-handler.js +5 -2
- 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/search-strategy/exec-prepared-search-plus.js +107 -0
- package/dist/collection/components/snk-application/snk-application.css +36 -0
- package/dist/collection/components/snk-application/snk-application.js +450 -72
- package/dist/collection/components/snk-attach/snk-attach.js +51 -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 +19 -18
- package/dist/collection/components/snk-configurator/snk-configurator.css +1 -1
- package/dist/collection/components/snk-configurator/snk-configurator.js +26 -1
- package/dist/collection/components/snk-crud/snk-crud.js +181 -52
- package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.css +10 -1
- package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.js +27 -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 +165 -45
- 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 +8 -8
- package/dist/collection/components/snk-data-exporter/exporter-strategy/ServerSideExporterStrategy.js +9 -2
- package/dist/collection/components/snk-data-exporter/interfaces/IExporterProvider.js +41 -10
- package/dist/collection/components/snk-data-exporter/providers/ClientSideExporterProvider.js +18 -6
- package/dist/collection/components/snk-data-exporter/providers/ServerSideExporterProvider.js +1 -1
- package/dist/collection/components/snk-data-exporter/snk-data-exporter.js +10 -9
- 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/MultipleUpdateHelper.js +128 -0
- package/dist/collection/components/snk-data-unit/snk-data-unit.js +156 -37
- package/dist/collection/components/snk-filter-bar/filter-item/dataunitfilter/data-unit-filter-builder.js +3 -3
- 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-number.js +1 -1
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-search.js +18 -5
- 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 +10 -4
- package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.css +1 -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 +2 -6
- package/dist/collection/components/snk-filter-bar/snk-filter-bar.js +119 -29
- 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-form-config/subcomponents/snk-config-options/snk-config-options.js +5 -3
- package/dist/collection/components/snk-grid/filtercolumn/SnkMultiSelectionListDataSource.js +2 -2
- package/dist/collection/components/snk-grid/snk-grid.css +8 -0
- package/dist/collection/components/snk-grid/snk-grid.js +236 -18
- package/dist/collection/components/snk-grid-config/snk-grid-config.css +1 -1
- package/dist/collection/components/snk-grid-config/snk-grid-config.js +2 -0
- package/dist/collection/components/snk-layout-form-config/snk-layout-form-config.css +3 -0
- package/dist/collection/components/snk-layout-form-config/snk-layout-form-config.js +73 -0
- package/dist/collection/components/snk-layout-form-config/snk-view-representation/snk-view-representation.css +78 -0
- package/dist/collection/components/snk-layout-form-config/snk-view-representation/snk-view-representation.js +57 -0
- package/dist/collection/components/snk-pesquisa/pesquisa-grid/pesquisa-grid.css +9 -0
- package/dist/collection/components/snk-pesquisa/pesquisa-grid/pesquisa-grid.js +226 -0
- package/dist/collection/components/snk-pesquisa/pesquisa-tree/pesquisa-tree.css +28 -0
- package/dist/collection/components/snk-pesquisa/pesquisa-tree/pesquisa-tree.js +208 -0
- package/dist/collection/components/snk-pesquisa/pesquisaHelper.js +99 -0
- package/dist/collection/components/snk-pesquisa/snk-pesquisa.css +35 -6
- package/dist/collection/components/snk-pesquisa/snk-pesquisa.js +181 -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 +280 -51
- 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/elements/taskbar-actions-button/taskbar-actions-button.css +13 -0
- package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.js +1 -1
- package/dist/collection/components/snk-taskbar/elements/taskbar-elements.js +3 -0
- package/dist/collection/components/snk-taskbar/processor/taskbar-processor.js +5 -1
- package/dist/collection/components/snk-taskbar/snk-taskbar.js +113 -39
- package/dist/collection/lib/@types/index.js +5 -0
- package/dist/collection/lib/DefaultCustomFormatters/RmPrecisionCustomValueFormatter.js +11 -5
- package/dist/collection/lib/configs/LayoutFormConfig.js +25 -0
- package/dist/collection/lib/dataUnit/InMemoryLoader.js +12 -103
- package/dist/collection/lib/dataUnit/dataUnitInMemoryUtils.js +11 -32
- package/dist/collection/lib/http/data-fetcher/DataFetcher.js +44 -29
- 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 +59 -14
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/cache/ArrayRepository.js +21 -7
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/cache/PreloadManager.js +5 -2
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/helpers/DataUnitDataLoaderHelper.js +108 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.js +23 -14
- package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IFetchDataExporterParams.js +6 -1
- package/dist/collection/lib/http/data-fetcher/fetchers/form-config-fetcher.js +59 -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 +133 -9
- package/dist/collection/lib/index.js +1 -0
- package/dist/collection/lib/message/SnkMessageBuilder.js +1 -0
- package/dist/collection/lib/message/resources/snk-data-unit.msg.js +28 -23
- 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/message/resources/snk-taskbar.msg.js +1 -0
- 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/lib/utils/constants.js +10 -0
- package/dist/collection/sw.js +46 -0
- package/dist/components/{IExporterProvider.js → ContinuousInsertUtils.js} +186 -37
- package/dist/components/DataFetcher.js +231 -84
- package/dist/{esm/RecordIDUtils-87d02110.js → components/GetSelectedRecordsIDsInfo.js} +10 -10
- package/dist/components/ISave.js +391 -1
- package/dist/components/SnkFormConfigManager.js +73 -15
- package/dist/components/SnkMessageBuilder.js +37 -26
- package/dist/components/constants.js +11 -1
- package/dist/components/dataunit-fetcher.js +243 -190
- package/dist/components/form-config-fetcher.js +55 -1
- package/dist/components/index.d.ts +5 -0
- package/dist/components/index.js +5 -0
- package/dist/components/pesquisa-grid.d.ts +11 -0
- package/dist/components/pesquisa-grid.js +6 -0
- package/dist/components/pesquisa-grid2.js +102 -0
- package/dist/components/pesquisa-tree.d.ts +11 -0
- package/dist/components/pesquisa-tree.js +6 -0
- package/dist/components/pesquisa-tree2.js +91 -0
- package/dist/components/snk-actions-button2.js +44 -40
- package/dist/components/snk-application2.js +494 -77
- package/dist/components/snk-attach2.js +103 -68
- package/dist/components/snk-config-options2.js +6 -4
- package/dist/components/snk-configurator2.js +23 -3
- package/dist/components/snk-crud.js +135 -113
- package/dist/components/snk-data-exporter2.js +37 -23
- package/dist/components/snk-data-unit2.js +275 -74
- package/dist/components/snk-detail-view2.js +230 -148
- package/dist/components/snk-exporter-email-sender2.js +1 -1
- package/dist/components/snk-filter-bar2.js +68 -34
- 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 +10 -4
- package/dist/components/snk-filter-modal.js +4 -2
- package/dist/components/snk-filter-number.js +1 -1
- package/dist/components/snk-filter-search.js +18 -5
- package/dist/components/snk-filter-text.js +2 -1
- package/dist/components/snk-form-config2.js +35 -10
- package/dist/components/snk-form.js +2 -2
- package/dist/components/snk-grid-config2.js +3 -1
- package/dist/components/snk-grid2.js +112 -23
- package/dist/components/snk-layout-form-config.d.ts +11 -0
- package/dist/components/snk-layout-form-config.js +6 -0
- package/dist/components/snk-layout-form-config2.js +73 -0
- package/dist/components/snk-personalized-filter-editor.js +4 -4
- package/dist/components/snk-pesquisa2.js +132 -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 +176 -128
- 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 +121 -0
- package/dist/components/snk-tab-config2.js +1 -1
- package/dist/components/snk-taskbar2.js +76 -40
- package/dist/components/snk-view-representation.d.ts +11 -0
- package/dist/components/snk-view-representation.js +6 -0
- package/dist/components/snk-view-representation2.js +41 -0
- package/dist/components/taskbar-actions-button2.js +2 -2
- package/dist/components/teste-pesquisa.js +13 -1
- package/dist/esm/ClientSideExporterProvider-b3871edb.js +367 -0
- package/dist/esm/{ConfigStorage-e476378d.js → ConfigStorage-71e6766f.js} +2 -2
- package/dist/esm/{DataFetcher-773a3e4b.js → DataFetcher-88e56266.js} +231 -84
- package/dist/esm/GetSelectedRecordsIDsInfo-9fa41508.js +41 -0
- package/dist/esm/IFetchDataExporterParams-d73bed3d.js +8 -0
- package/dist/esm/ISave-5efafc97.js +394 -0
- package/dist/esm/{SnkFormConfigManager-298cd647.js → SnkFormConfigManager-be490a33.js} +75 -17
- package/dist/esm/{SnkMessageBuilder-571462fb.js → SnkMessageBuilder-12f5fe1a.js} +37 -26
- package/dist/esm/{auth-fetcher-a411f73c.js → auth-fetcher-3510520e.js} +1 -1
- package/dist/esm/{constants-8457af36.js → constants-7db1128a.js} +11 -1
- package/dist/esm/{dataunit-fetcher-3d2ec959.js → dataunit-fetcher-0e025732.js} +227 -174
- package/dist/esm/{field-search-efbe307f.js → field-search-f8b1d91e.js} +5 -1
- package/dist/esm/{form-config-fetcher-e0382e5a.js → form-config-fetcher-fa208a6c.js} +56 -2
- package/dist/esm/index-a7d3d3f1.js +16 -32
- package/dist/esm/{index-3aa4977a.js → index-b40568ff.js} +6 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/pesquisa-grid_2.entry.js +150 -0
- package/dist/esm/sankhyablocks.js +1 -1
- package/dist/esm/{snk-actions-button_4.entry.js → snk-actions-button_7.entry.js} +203 -49
- package/dist/esm/snk-application.entry.js +472 -80
- package/dist/esm/snk-attach.entry.js +92 -51
- package/dist/esm/{snk-form-config.entry.js → snk-config-options_3.entry.js} +401 -15
- package/dist/esm/snk-configurator.entry.js +10 -3
- package/dist/esm/snk-crud.entry.js +58 -61
- package/dist/esm/snk-data-exporter.entry.js +38 -30
- package/dist/esm/{snk-data-unit-2a1d5d09.js → snk-data-unit-03654813.js} +275 -37
- package/dist/esm/snk-data-unit.entry.js +5 -5
- package/dist/esm/snk-detail-view.entry.js +17 -17
- 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 +1431 -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-number.entry.js +1 -1
- package/dist/esm/snk-filter-search.entry.js +18 -5
- package/dist/esm/snk-filter-text.entry.js +2 -1
- package/dist/esm/snk-grid.entry.js +110 -28
- package/dist/esm/{snk-guides-viewer-62124f3d.js → snk-guides-viewer-75e06feb.js} +121 -56
- package/dist/esm/snk-guides-viewer.entry.js +11 -12
- 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 +116 -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 +165 -116
- package/dist/esm/snk-tab-config.entry.js +1 -1
- package/dist/esm/snk-taskbar.entry.js +74 -41
- package/dist/esm/{taskbar-elements-d59867f1.js → taskbar-elements-c62b6c66.js} +4 -1
- package/dist/sankhyablocks/{p-3287a6cc.js → p-03b68a74.js} +1 -1
- package/dist/sankhyablocks/p-0f3698af.js +1 -0
- package/dist/sankhyablocks/{p-9dfda04a.entry.js → p-165cde3b.entry.js} +1 -1
- package/dist/sankhyablocks/p-16a1dd18.entry.js +1 -0
- package/dist/sankhyablocks/p-1a51dfde.entry.js +1 -0
- package/dist/sankhyablocks/p-23736d75.js +1 -0
- package/dist/sankhyablocks/p-271c86d3.entry.js +1 -0
- package/dist/sankhyablocks/p-2c08fa3e.entry.js +11 -0
- package/dist/sankhyablocks/p-2d6df7e7.entry.js +1 -0
- package/dist/sankhyablocks/{p-95df461f.entry.js → p-3749dffb.entry.js} +1 -1
- package/dist/sankhyablocks/p-41da5310.js +1 -0
- package/dist/sankhyablocks/{p-72fc257b.entry.js → p-434817f0.entry.js} +1 -1
- package/dist/sankhyablocks/p-47178038.entry.js +1 -0
- package/dist/sankhyablocks/{p-bd008859.entry.js → p-490b75b5.entry.js} +1 -1
- package/dist/sankhyablocks/p-4a93daef.entry.js +1 -0
- package/dist/sankhyablocks/p-4e861843.entry.js +1 -0
- package/dist/sankhyablocks/{p-aaa3ee68.entry.js → p-5f157b09.entry.js} +1 -1
- package/dist/sankhyablocks/p-5ffa0493.entry.js +1 -0
- package/dist/sankhyablocks/p-60137b7a.entry.js +1 -0
- package/dist/sankhyablocks/p-601b252b.js +26 -0
- package/dist/sankhyablocks/p-65be98c5.entry.js +1 -0
- package/dist/sankhyablocks/p-6a0c8ce0.entry.js +1 -0
- package/dist/sankhyablocks/p-6dd38d7b.js +6 -0
- package/dist/sankhyablocks/{p-0cd3c0a9.js → p-73285a8a.js} +1 -1
- package/dist/sankhyablocks/p-7993b2e3.js +60 -0
- package/dist/sankhyablocks/p-79f823f3.entry.js +1 -0
- package/dist/sankhyablocks/p-7dd49d15.js +1 -0
- package/dist/sankhyablocks/p-80f8c22c.js +1 -0
- package/dist/sankhyablocks/p-885802c3.js +1 -0
- package/dist/sankhyablocks/p-89c92727.entry.js +1 -0
- package/dist/sankhyablocks/{p-41f8bfa3.entry.js → p-8c235d4c.entry.js} +1 -1
- package/dist/sankhyablocks/p-8f3f2306.js +1 -0
- package/dist/sankhyablocks/p-90684a75.entry.js +1 -0
- package/dist/sankhyablocks/{p-b0ef4383.js → p-9261d8a0.js} +1 -1
- package/dist/sankhyablocks/p-a14a09c3.entry.js +1 -0
- package/dist/sankhyablocks/p-ad07f0c5.entry.js +1 -0
- package/dist/sankhyablocks/p-b0ab5066.entry.js +1 -0
- package/dist/sankhyablocks/p-b6200d32.entry.js +1 -0
- package/dist/sankhyablocks/{p-8eb67fa4.entry.js → p-c0eb761b.entry.js} +1 -1
- package/dist/sankhyablocks/p-c2e468c9.entry.js +1 -0
- package/dist/sankhyablocks/p-cc8c3bca.entry.js +1 -0
- package/dist/sankhyablocks/p-cf1f25ed.entry.js +1 -0
- package/dist/sankhyablocks/p-ebdb9d89.js +1 -0
- package/dist/sankhyablocks/p-f4d5bb7f.js +1 -0
- package/dist/sankhyablocks/p-fb0f0087.js +1 -0
- package/dist/sankhyablocks/p-fbba7e3d.js +1 -0
- 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/search-strategy/exec-prepared-search-plus.d.ts +5 -0
- package/dist/types/components/snk-application/snk-application.d.ts +55 -16
- package/dist/types/components/snk-attach/snk-attach.d.ts +2 -0
- package/dist/types/components/snk-configurator/snk-configurator.d.ts +6 -0
- package/dist/types/components/snk-crud/snk-crud.d.ts +30 -0
- package/dist/types/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.d.ts +5 -0
- package/dist/types/components/snk-crud/subcomponents/snk-guides-viewer.d.ts +20 -1
- package/dist/types/components/snk-data-exporter/data/export-result.d.ts +2 -1
- package/dist/types/components/snk-data-exporter/exporter-strategy/ServerSideExporterStrategy.d.ts +1 -0
- package/dist/types/components/snk-data-exporter/interfaces/IExporterProvider.d.ts +9 -1
- package/dist/types/components/snk-data-exporter/interfaces/IRecordID.d.ts +1 -0
- package/dist/types/components/snk-data-exporter/providers/ClientSideExporterProvider.d.ts +3 -1
- 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/MultipleUpdateHelper.d.ts +9 -0
- package/dist/types/components/snk-data-unit/snk-data-unit.d.ts +19 -0
- package/dist/types/components/snk-filter-bar/filter-item/editors/snk-filter-search.d.ts +5 -3
- 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/filtercolumn/SnkMultiSelectionListDataSource.d.ts +2 -1
- package/dist/types/components/snk-grid/snk-grid.d.ts +38 -0
- package/dist/types/components/snk-grid-config/snk-grid-config.d.ts +1 -0
- package/dist/types/components/snk-layout-form-config/snk-layout-form-config.d.ts +15 -0
- package/dist/types/components/snk-layout-form-config/snk-view-representation/snk-view-representation.d.ts +10 -0
- package/dist/types/components/snk-pesquisa/pesquisa-grid/pesquisa-grid.d.ts +44 -0
- package/dist/types/components/snk-pesquisa/pesquisa-tree/pesquisa-tree.d.ts +33 -0
- package/dist/types/components/snk-pesquisa/pesquisaHelper.d.ts +24 -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 +41 -5
- package/dist/types/components/snk-simple-form-config/snk-simple-form-config.d.ts +34 -0
- package/dist/types/components/snk-taskbar/elements/taskbar-elements.d.ts +2 -1
- package/dist/types/components/snk-taskbar/processor/taskbar-processor.d.ts +1 -0
- package/dist/types/components/snk-taskbar/snk-taskbar.d.ts +12 -0
- package/dist/types/components.d.ts +501 -16
- package/dist/types/lib/@types/index.d.ts +4 -0
- package/dist/types/lib/configs/LayoutFormConfig.d.ts +11 -0
- package/dist/types/lib/dataUnit/InMemoryLoader.d.ts +4 -11
- package/dist/types/lib/dataUnit/dataUnitInMemoryUtils.d.ts +9 -2
- package/dist/types/lib/dataUnit/interfaces/InMemoryLoaderConfig.d.ts +2 -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/data-unit/DataUnitDataLoader.d.ts +9 -1
- package/dist/types/lib/http/data-fetcher/fetchers/data-unit/cache/ArrayRepository.d.ts +4 -0
- package/dist/types/lib/http/data-fetcher/fetchers/data-unit/cache/PreloadManager.d.ts +1 -1
- package/dist/types/lib/http/data-fetcher/fetchers/data-unit/helpers/DataUnitDataLoaderHelper.d.ts +6 -0
- package/dist/types/lib/http/data-fetcher/fetchers/data-unit/interfaces/ILoadingInfo.d.ts +4 -0
- package/dist/types/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.d.ts +3 -3
- package/dist/types/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IFetchDataExporterParams.d.ts +6 -2
- package/dist/types/lib/http/data-fetcher/fetchers/form-config-fetcher.d.ts +14 -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 +21 -2
- package/dist/types/lib/index.d.ts +1 -0
- package/dist/types/lib/message/SnkMessageBuilder.d.ts +2 -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/dist/types/lib/utils/constants.d.ts +8 -0
- package/package.json +4 -3
- package/react/components.d.ts +5 -0
- package/react/components.js +5 -0
- package/react/components.js.map +1 -1
- package/dist/cjs/IExporterProvider-10b7fed5.js +0 -230
- package/dist/cjs/ISave-e91b70a7.js +0 -9
- package/dist/cjs/pesquisa-fetcher-a1d0353f.js +0 -166
- 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/components/pesquisa-fetcher.js +0 -164
- package/dist/esm/IExporterProvider-d597f27d.js +0 -221
- package/dist/esm/ISave-d8c8bc59.js +0 -9
- package/dist/esm/pesquisa-fetcher-a87445a0.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-01ba23cd.entry.js +0 -1
- package/dist/sankhyablocks/p-091ce761.js +0 -60
- package/dist/sankhyablocks/p-14b8b656.entry.js +0 -1
- package/dist/sankhyablocks/p-181975f1.js +0 -26
- package/dist/sankhyablocks/p-1e971cb0.entry.js +0 -1
- package/dist/sankhyablocks/p-21749402.js +0 -1
- package/dist/sankhyablocks/p-219f888d.entry.js +0 -1
- package/dist/sankhyablocks/p-25f1fc39.js +0 -6
- package/dist/sankhyablocks/p-2e9c764c.entry.js +0 -1
- package/dist/sankhyablocks/p-30cf616e.js +0 -1
- package/dist/sankhyablocks/p-3b60db06.entry.js +0 -1
- package/dist/sankhyablocks/p-421bec84.entry.js +0 -1
- package/dist/sankhyablocks/p-42f7b05d.entry.js +0 -1
- package/dist/sankhyablocks/p-51999ab5.entry.js +0 -1
- package/dist/sankhyablocks/p-594bc21d.js +0 -1
- package/dist/sankhyablocks/p-5f016aed.js +0 -1
- package/dist/sankhyablocks/p-62f34e6f.entry.js +0 -1
- package/dist/sankhyablocks/p-631954eb.entry.js +0 -1
- package/dist/sankhyablocks/p-65f8c11c.entry.js +0 -1
- package/dist/sankhyablocks/p-684a2590.entry.js +0 -1
- package/dist/sankhyablocks/p-70001ac1.js +0 -1
- package/dist/sankhyablocks/p-70a4af56.entry.js +0 -1
- package/dist/sankhyablocks/p-7663f597.entry.js +0 -1
- package/dist/sankhyablocks/p-76a65660.js +0 -1
- package/dist/sankhyablocks/p-7e7a7473.js +0 -1
- package/dist/sankhyablocks/p-7ef9c55c.js +0 -1
- package/dist/sankhyablocks/p-88aa931b.entry.js +0 -1
- package/dist/sankhyablocks/p-939e15d3.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-b11aa1e0.entry.js +0 -1
- package/dist/sankhyablocks/p-c2495304.js +0 -1
- package/dist/sankhyablocks/p-c8622597.entry.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-d65d98ed.entry.js +0 -1
- package/dist/sankhyablocks/p-d6610d11.entry.js +0 -11
- package/dist/sankhyablocks/p-e8763234.entry.js +0 -1
- package/dist/sankhyablocks/p-f2809746.entry.js +0 -1
- package/dist/sankhyablocks/p-ffa5e4ff.js +0 -1
- 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 {
|
2
|
+
import { StringUtils, ApplicationContext, ObjectUtils, Action, DataType, UserInterface, 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
|
-
import { T as TaskbarElement, d as defineCustomElement$
|
5
|
+
import { T as TaskbarElement, d as defineCustomElement$3 } from './snk-taskbar2.js';
|
6
6
|
import './DataFetcher.js';
|
7
|
-
import './
|
8
|
-
import {
|
9
|
-
import { D as DataExporterOption, P as PresentationMode } from './ISave.js';
|
7
|
+
import { P as PresentationMode } from './ISave.js';
|
8
|
+
import { S as SnkMultiSelectionListDataSource, T as TaskbarProcessor, R as RmPrecisionCustomValueFormatter, c as ContinuousInsertUtils, b as buildFieldSearch, o as openFieldSearch, a as CrudUtils, d as ClientSideExporterProvider } 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,79 +13,23 @@ 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 getSelectedIDs, d as defineCustomElement$9 } from './snk-data-unit2.js';
|
18
16
|
import { s as store } from './index2.js';
|
19
|
-
import { d as defineCustomElement$
|
20
|
-
import { d as defineCustomElement$c } from './snk-config-options2.js';
|
17
|
+
import { d as defineCustomElement$c } from './snk-actions-button2.js';
|
21
18
|
import { d as defineCustomElement$b } from './snk-configurator2.js';
|
22
19
|
import { d as defineCustomElement$a } from './snk-data-exporter2.js';
|
20
|
+
import { d as defineCustomElement$9 } from './snk-data-unit2.js';
|
23
21
|
import { d as defineCustomElement$8 } from './snk-exporter-email-sender2.js';
|
24
|
-
import { d as defineCustomElement$7 } from './snk-
|
25
|
-
import { d as defineCustomElement$6 } from './snk-form-config2.js';
|
26
|
-
import { d as defineCustomElement$5 } from './snk-
|
27
|
-
import { d as defineCustomElement$4 } from './snk-
|
28
|
-
import { d as defineCustomElement$
|
22
|
+
import { d as defineCustomElement$7 } from './snk-grid-config2.js';
|
23
|
+
import { d as defineCustomElement$6 } from './snk-layout-form-config2.js';
|
24
|
+
import { d as defineCustomElement$5 } from './snk-select-box2.js';
|
25
|
+
import { d as defineCustomElement$4 } from './snk-simple-form-config2.js';
|
26
|
+
import { d as defineCustomElement$2 } from './snk-view-representation2.js';
|
29
27
|
import { d as defineCustomElement$1 } from './taskbar-actions-button2.js';
|
30
28
|
|
31
29
|
const REGULAR_DEFAULT_BTNS = ["INSERT", "REFRESH", "PREVIOUS", "NEXT", "DIVIDER", "MORE_OPTIONS"];
|
32
30
|
const REGULAR_SELECTED_BTNS = ["INSERT", "REFRESH", "PREVIOUS", "NEXT", "DIVIDER", "CLONE", "REMOVE", "DIVIDER", "MORE_OPTIONS"];
|
33
31
|
|
34
|
-
|
35
|
-
getSelectedNumber() {
|
36
|
-
return this.dataUnit.getSelectionInfo().length;
|
37
|
-
}
|
38
|
-
getTotalRecords() {
|
39
|
-
var _a, _b, _c;
|
40
|
-
const { total } = ((_a = this.dataUnit) === null || _a === void 0 ? void 0 : _a.getPaginationInfo()) || {};
|
41
|
-
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
|
-
}
|
43
|
-
getSelectedIDs() {
|
44
|
-
return getSelectedIDs(this.dataUnit);
|
45
|
-
}
|
46
|
-
getRecordID() {
|
47
|
-
var _a, _b, _c;
|
48
|
-
return (_c = (_b = (_a = this.dataUnit) === null || _a === void 0 ? void 0 : _a.records) === null || _b === void 0 ? void 0 : _b[0]) === null || _c === void 0 ? void 0 : _c.__record__id__;
|
49
|
-
}
|
50
|
-
async getRecords() {
|
51
|
-
if (this.dataUnit.records.length === 0) {
|
52
|
-
return Promise.resolve([]);
|
53
|
-
}
|
54
|
-
const selectionInfo = this.dataUnit.getSelectionInfo();
|
55
|
-
const records = selectionInfo.isEmpty() || selectionInfo.isAllRecords() ? await selectionInfo.getAllRecords() : selectionInfo.records;
|
56
|
-
return Promise.resolve(records == undefined ? [] : records);
|
57
|
-
}
|
58
|
-
getHiddenOptions() {
|
59
|
-
return [
|
60
|
-
DataExporterOption.EXPORT_BY_EMAIL,
|
61
|
-
DataExporterOption.EXPORT_PDF_TO_EMAIL,
|
62
|
-
DataExporterOption.EXPORT_XLS_TO_EMAIL,
|
63
|
-
DataExporterOption.EXPORT_PAGE_TO_PDF,
|
64
|
-
DataExporterOption.EXPORT_PAGE_TO_XLS
|
65
|
-
];
|
66
|
-
}
|
67
|
-
formatValue(record, column) {
|
68
|
-
const { id, descriptionFrom } = column;
|
69
|
-
const value = record[descriptionFrom || id];
|
70
|
-
if (value == undefined) {
|
71
|
-
return "";
|
72
|
-
}
|
73
|
-
if (descriptionFrom != undefined) {
|
74
|
-
return value.label;
|
75
|
-
}
|
76
|
-
const fieldDescriptor = this.dataUnit.getField(id);
|
77
|
-
if (fieldDescriptor.userInterface === UserInterface.SEARCH) {
|
78
|
-
return value.value;
|
79
|
-
}
|
80
|
-
if (column.customFormatter) {
|
81
|
-
const ezGridColumn = this.getColumnsState().find(columnState => column.id === columnState.name);
|
82
|
-
const formattedValue = column.customFormatter.format(value, ezGridColumn, record.__record__id__);
|
83
|
-
return formattedValue;
|
84
|
-
}
|
85
|
-
return this.dataUnit.getFormattedValue(id, value);
|
86
|
-
}
|
87
|
-
}
|
88
|
-
|
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;row-gap:12px;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--min-height:var(--snk-simple-crud-grid--min-height)}ez-form.sc-snk-simple-crud{min-height:300px}";
|
32
|
+
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
33
|
|
91
34
|
const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
92
35
|
constructor() {
|
@@ -103,19 +46,13 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
103
46
|
this._formConfigFetcher = new FormConfigFetcher();
|
104
47
|
this._customEditors = new Map();
|
105
48
|
this._customRenders = new Map();
|
106
|
-
this._taskbarProcessor = new TaskbarProcessor({
|
107
|
-
"snkSimpleCrudTaskbar.form_regular": this.getButtons(false, [TaskbarElement.GRID_MODE]),
|
108
|
-
"snkSimpleCrudTaskbar.grid_regular": this.getButtons(false, [TaskbarElement.DATA_EXPORTER, TaskbarElement.FORM_MODE]),
|
109
|
-
"snkSimpleCrudTaskbar.form_selected": this.getButtons(true, [TaskbarElement.GRID_MODE]),
|
110
|
-
"snkSimpleCrudTaskbar.grid_selected": this.getButtons(true, [TaskbarElement.DATA_EXPORTER, TaskbarElement.FORM_MODE]),
|
111
|
-
"snkSimpleCrudTaskbar.finish_edition": ["CANCEL", "SAVE"]
|
112
|
-
});
|
113
49
|
this._showPopUpGridConfig = false;
|
114
|
-
this._showFormConfig = false;
|
115
50
|
this._currentViewMode = VIEW_MODE.GRID;
|
116
51
|
this._config = undefined;
|
117
52
|
this._fieldToGetFocus = undefined;
|
118
53
|
this._customContainerId = `SNK-SIMPLE-CRUD-CUSTOM-CONTAINER-${StringUtils.generateUUID()}`;
|
54
|
+
this.enableLockManagerLoadingComp = false;
|
55
|
+
this.enableLockManagerTaskbarClick = false;
|
119
56
|
this.dataState = undefined;
|
120
57
|
this.dataUnit = undefined;
|
121
58
|
this.entityName = undefined;
|
@@ -124,10 +61,12 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
124
61
|
this.formConfig = undefined;
|
125
62
|
this._formFields = [];
|
126
63
|
this._fieldsProps = new Map();
|
64
|
+
this.enableContinuousInsert = false;
|
127
65
|
this.multipleSelection = undefined;
|
128
66
|
this.useCancelConfirm = true;
|
129
67
|
this.pageSize = 150;
|
130
68
|
this.resourceID = undefined;
|
69
|
+
this.enableGridInsert = false;
|
131
70
|
this.taskbarManager = undefined;
|
132
71
|
this.messagesBuilder = undefined;
|
133
72
|
this.useEnterLikeTab = false;
|
@@ -139,7 +78,10 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
139
78
|
this.ignoreReadOnlyFormFields = false;
|
140
79
|
this.autoFocus = true;
|
141
80
|
this.domainMessagesBuilder = undefined;
|
81
|
+
this.multipleEditionEnabled = true;
|
82
|
+
this.layoutFormConfig = false;
|
142
83
|
this.autoLoad = undefined;
|
84
|
+
this.outlineMode = false;
|
143
85
|
}
|
144
86
|
/**
|
145
87
|
* Registra um editor customizado para campos da grade e formulário.
|
@@ -197,8 +139,36 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
197
139
|
newCustomFieldProps.set(fieldName, Object.assign(Object.assign({}, currentProps), { [propName]: value }));
|
198
140
|
this._fieldsProps = newCustomFieldProps;
|
199
141
|
}
|
200
|
-
|
201
|
-
|
142
|
+
loadTaskbarProcessor() {
|
143
|
+
const taskbarIDs = {};
|
144
|
+
taskbarIDs[TASKBAR_ID.FORM_REGULAR] = this.getButtons(false, [TaskbarElement.GRID_MODE], true);
|
145
|
+
taskbarIDs[TASKBAR_ID.GRID_REGULAR] = this.getButtons(false, [TaskbarElement.DATA_EXPORTER, TaskbarElement.FORM_MODE]);
|
146
|
+
taskbarIDs[TASKBAR_ID.FORM_SELECTED] = this.getButtons(true, [TaskbarElement.GRID_MODE], true);
|
147
|
+
taskbarIDs[TASKBAR_ID.GRID_SELECTED] = this.getGridSelectedButtonsCallBack.bind(this);
|
148
|
+
taskbarIDs[TASKBAR_ID.FINISH_EDITION] = this.getFinishEditionButtonsCallback.bind(this);
|
149
|
+
taskbarIDs[TASKBAR_ID.MULTIPLE_EDITION] = [TaskbarElement.CANCEL];
|
150
|
+
this._taskbarProcessor = new TaskbarProcessor(taskbarIDs);
|
151
|
+
}
|
152
|
+
getGridSelectedButtonsCallBack() {
|
153
|
+
var _a, _b, _c;
|
154
|
+
if (!this.multipleEditionEnabled || ((_c = (_b = (_a = this.dataState) === null || _a === void 0 ? void 0 : _a.selectionInfo) === null || _b === void 0 ? void 0 : _b.records) === null || _c === void 0 ? void 0 : _c.length) === 1) {
|
155
|
+
return this.getButtons(true, [TaskbarElement.DATA_EXPORTER, TaskbarElement.FORM_MODE]);
|
156
|
+
}
|
157
|
+
return this.getButtons(true, [TaskbarElement.UPDATE_MULTIPLE, TaskbarElement.DATA_EXPORTER, TaskbarElement.FORM_MODE]);
|
158
|
+
}
|
159
|
+
getFinishEditionButtonsCallback() {
|
160
|
+
const btns = [TaskbarElement.CANCEL, TaskbarElement.SAVE];
|
161
|
+
if (this.enableGridInsert && this._currentViewMode !== VIEW_MODE.ATTACHMENT) {
|
162
|
+
btns.push(this._currentViewMode === VIEW_MODE.GRID ? TaskbarElement.FORM_MODE : TaskbarElement.GRID_MODE);
|
163
|
+
}
|
164
|
+
return btns;
|
165
|
+
}
|
166
|
+
getButtons(selected, extraButtons, removeRefresh) {
|
167
|
+
let btnList = selected ? REGULAR_SELECTED_BTNS : REGULAR_DEFAULT_BTNS;
|
168
|
+
if (removeRefresh) {
|
169
|
+
btnList = btnList.filter(item => item !== TaskbarElement.REFRESH);
|
170
|
+
}
|
171
|
+
return this.addConfigButton(this.resolveInMemoryBtns(btnList)
|
202
172
|
.concat(extraButtons));
|
203
173
|
}
|
204
174
|
addConfigButton(buttons) {
|
@@ -223,22 +193,32 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
223
193
|
async goToView(view) {
|
224
194
|
this._currentViewMode = view;
|
225
195
|
if (this._viewStack) {
|
196
|
+
if (view === VIEW_MODE.GRID)
|
197
|
+
this.dataUnit.isMultipleEdition = false;
|
226
198
|
this._viewStack.show(view);
|
227
199
|
}
|
228
200
|
}
|
229
201
|
actionClickListener(evt) {
|
230
|
-
|
231
|
-
if (act === TaskbarElement.CONFIGURATOR) {
|
232
|
-
this._snkConfigurator.open();
|
233
|
-
}
|
234
|
-
else if (act === TaskbarElement.GRID_MODE) {
|
235
|
-
this.goToView(VIEW_MODE.GRID);
|
236
|
-
}
|
237
|
-
else if (act === TaskbarElement.FORM_MODE) {
|
238
|
-
this.goToView(VIEW_MODE.FORM);
|
239
|
-
}
|
202
|
+
this.handleTaskbarAction(evt.detail);
|
240
203
|
evt.stopPropagation();
|
241
204
|
}
|
205
|
+
handleTaskbarAction(action) {
|
206
|
+
switch (action) {
|
207
|
+
case TaskbarElement.CONFIGURATOR:
|
208
|
+
this._snkConfigurator.open();
|
209
|
+
break;
|
210
|
+
case TaskbarElement.GRID_MODE:
|
211
|
+
this.goToView(VIEW_MODE.GRID);
|
212
|
+
break;
|
213
|
+
case TaskbarElement.FORM_MODE:
|
214
|
+
this.goToView(VIEW_MODE.FORM);
|
215
|
+
break;
|
216
|
+
case TaskbarElement.UPDATE_MULTIPLE:
|
217
|
+
this.dataUnit.isMultipleEdition = true;
|
218
|
+
this.goToView(VIEW_MODE.FORM);
|
219
|
+
break;
|
220
|
+
}
|
221
|
+
}
|
242
222
|
async onChangeEntityName(newValue) {
|
243
223
|
if (this.dataUnit)
|
244
224
|
return;
|
@@ -317,15 +297,9 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
317
297
|
});
|
318
298
|
}
|
319
299
|
async openFormConfig() {
|
320
|
-
|
321
|
-
|
322
|
-
if (this.formLegacyConfigName) {
|
323
|
-
const title = (_a = this.messagesBuilder) === null || _a === void 0 ? void 0 : _a.getMessage("snkSimpleCrud.formConfigUnavaliable.title", undefined);
|
324
|
-
const message = (_b = this.messagesBuilder) === null || _b === void 0 ? void 0 : _b.getMessage("snkSimpleCrud.formConfigUnavaliable.message", undefined);
|
325
|
-
await this.application.alert(title, message);
|
326
|
-
return;
|
300
|
+
if (this.formLegacyConfigName || this.configName) {
|
301
|
+
await this._snkSimpleFormConfig.show();
|
327
302
|
}
|
328
|
-
this._showFormConfig = true;
|
329
303
|
}
|
330
304
|
addGridLegacyConfigName() {
|
331
305
|
if (this.gridLegacyConfigName && this.configName) {
|
@@ -355,12 +329,12 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
355
329
|
formConfigIsLoaded() {
|
356
330
|
return this.formConfig != undefined || this._formConfigAlreadyLoaded;
|
357
331
|
}
|
358
|
-
async loadFormConfig(forceLoad = false) {
|
332
|
+
async loadFormConfig(forceLoad = false, forceSetNewConfig = false) {
|
359
333
|
if (this.configName === undefined) {
|
360
334
|
return;
|
361
335
|
}
|
362
336
|
if (this._formConfigManager == undefined) {
|
363
|
-
this._formConfigManager = new SnkFormConfigManager(this.configName, this.resolveResourceID());
|
337
|
+
this._formConfigManager = new SnkFormConfigManager(this.configName, this.resolveResourceID(), undefined, this.dataUnit);
|
364
338
|
this._formConfigManager.setConfig(this.formConfig);
|
365
339
|
}
|
366
340
|
if (this.formConfigIsLoaded() && !forceLoad) {
|
@@ -370,14 +344,16 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
370
344
|
let loadedLegacyConfig = await this._formConfigFetcher.fetchLegacyConfigurableForm(this.formLegacyConfigName);
|
371
345
|
if (loadedLegacyConfig != undefined) {
|
372
346
|
this._formConfigManager.setConfig(loadedLegacyConfig);
|
373
|
-
this.setFormConfig(loadedLegacyConfig);
|
347
|
+
this.setFormConfig(loadedLegacyConfig, forceSetNewConfig);
|
374
348
|
return;
|
375
349
|
}
|
376
350
|
this.setFormConfig(await this._formConfigManager.loadConfig());
|
377
351
|
}
|
378
352
|
async componentWillRender() {
|
353
|
+
this.loadTaskbarProcessor();
|
379
354
|
this._resourceID = await this.application.getResourceID();
|
380
355
|
this.dataExporterProviderStore();
|
356
|
+
this.dataExporterProviderStore();
|
381
357
|
this._taskbarProcessor.process(this.getTaskBarId(), this.taskbarManager, this.dataState, this.getTaskBarDisabledButtons());
|
382
358
|
if (this.configName === undefined) {
|
383
359
|
return;
|
@@ -401,9 +377,22 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
401
377
|
this.onModeChange();
|
402
378
|
this.configDatasource();
|
403
379
|
this._rmPrecisionCustomValueFormatter = new RmPrecisionCustomValueFormatter();
|
380
|
+
this._continuousInsertUtils = new ContinuousInsertUtils(this.application, this.resolveResourceID(), this.configName);
|
381
|
+
if (this.enableGridInsert) {
|
382
|
+
this._continuousInsertUtils.getConfig().then(value => this.enableContinuousInsert = value);
|
383
|
+
}
|
404
384
|
}
|
405
385
|
componentDidLoad() {
|
406
386
|
CSSVarsUtils.applyVarsGrid(this._element, this._grid);
|
387
|
+
this.initKeyboardManager();
|
388
|
+
this.dataUnit.subscribe(this.dataUnitActionHandler.bind(this));
|
389
|
+
}
|
390
|
+
async dataUnitActionHandler(action) {
|
391
|
+
if (action.type === Action.EDITION_CANCELED || action.type === Action.DATA_SAVED) {
|
392
|
+
if (this.dataUnit.isMultipleEdition) {
|
393
|
+
this.goToView(VIEW_MODE.GRID);
|
394
|
+
}
|
395
|
+
}
|
407
396
|
}
|
408
397
|
setCustomRenders() {
|
409
398
|
if (!this._grid) {
|
@@ -442,14 +431,17 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
442
431
|
getTaskBarId() {
|
443
432
|
var _a, _b;
|
444
433
|
if ((_a = this.dataState) === null || _a === void 0 ? void 0 : _a.isDirty) {
|
445
|
-
return
|
434
|
+
return TASKBAR_ID.FINISH_EDITION;
|
435
|
+
}
|
436
|
+
if (this.dataUnit.isMultipleEdition) {
|
437
|
+
return TASKBAR_ID.MULTIPLE_EDITION;
|
446
438
|
}
|
447
439
|
if (((_b = this.dataState) === null || _b === void 0 ? void 0 : _b.selectionInfo) &&
|
448
440
|
!this.dataState.selectionInfo.isAllRecords() &&
|
449
441
|
this.dataState.selectionInfo.length > 0) {
|
450
|
-
return this._currentViewMode === VIEW_MODE.GRID ?
|
442
|
+
return this._currentViewMode === VIEW_MODE.GRID ? TASKBAR_ID.GRID_SELECTED : TASKBAR_ID.FORM_SELECTED;
|
451
443
|
}
|
452
|
-
return this._currentViewMode === VIEW_MODE.GRID ?
|
444
|
+
return this._currentViewMode === VIEW_MODE.GRID ? TASKBAR_ID.GRID_REGULAR : TASKBAR_ID.FORM_REGULAR;
|
453
445
|
}
|
454
446
|
initInMemoryDataUnit() {
|
455
447
|
this._inMemoryLoader = new InMemoryLoader(this._metadata, undefined, { autoLoad: this.autoLoad });
|
@@ -635,6 +627,9 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
635
627
|
const options = filteredFields.map(field => ({ value: field.name, label: field.label }));
|
636
628
|
return Promise.resolve(options);
|
637
629
|
}
|
630
|
+
isGridInsertActive() {
|
631
|
+
return this.enableGridInsert && this.dataUnit.hasNewRecord();
|
632
|
+
}
|
638
633
|
getActionsList() {
|
639
634
|
var _a, _b;
|
640
635
|
const hardList = [{
|
@@ -646,11 +641,21 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
646
641
|
? this.getColumnSearch(actionButton, item)
|
647
642
|
: this.getFieldSearch(actionButton, item)
|
648
643
|
}];
|
644
|
+
if (this.enableGridInsert) {
|
645
|
+
hardList.push(this._continuousInsertUtils.actionContinuousInsert(this.enableContinuousInsert, () => {
|
646
|
+
this.enableContinuousInsert = !this.enableContinuousInsert;
|
647
|
+
this._continuousInsertUtils.handleSaveConfig(this.enableContinuousInsert);
|
648
|
+
}));
|
649
|
+
}
|
650
|
+
if (this.isGridInsertActive())
|
651
|
+
return hardList;
|
649
652
|
if (this.taskbarManager != undefined && this.taskbarManager.getMoreOptions != undefined) {
|
650
653
|
const taskbarID = this.getTopTaskBarId();
|
651
654
|
return hardList.concat(this.taskbarManager.getMoreOptions(taskbarID, this.configName, this.dataState, this.actionsList));
|
652
655
|
}
|
653
|
-
|
656
|
+
if (this.actionsList)
|
657
|
+
return hardList.concat(this.actionsList);
|
658
|
+
return hardList;
|
654
659
|
}
|
655
660
|
getTopTaskBarId() {
|
656
661
|
var _a;
|
@@ -692,12 +697,16 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
692
697
|
window.addEventListener("keydown", this._keyDownHandler, { capture: true });
|
693
698
|
}
|
694
699
|
disconnectedCallback() {
|
700
|
+
var _a;
|
695
701
|
window.removeEventListener("keydown", this._keyDownHandler);
|
702
|
+
(_a = this._keyboardManager) === null || _a === void 0 ? void 0 : _a.unbindAllShortcutKeys();
|
696
703
|
}
|
697
704
|
gridConfigChangeHandler(evt) {
|
705
|
+
evt.stopPropagation();
|
706
|
+
if (!this.configName)
|
707
|
+
return;
|
698
708
|
const config = evt.detail;
|
699
709
|
ConfigStorage.saveGridConfig(config, this.configName, this.resolveResourceID());
|
700
|
-
evt.stopPropagation();
|
701
710
|
}
|
702
711
|
modalConfigChangeHandler(evt) {
|
703
712
|
const config = evt.detail;
|
@@ -734,9 +743,6 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
734
743
|
closeGridConfig() {
|
735
744
|
this._showPopUpGridConfig = false;
|
736
745
|
}
|
737
|
-
closeFormConfig() {
|
738
|
-
this._showFormConfig = false;
|
739
|
-
}
|
740
746
|
getPageSize() {
|
741
747
|
if (this.mode === SIMPLE_CRUD_MODE.IN_MEMORY) {
|
742
748
|
return 0;
|
@@ -746,10 +752,6 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
746
752
|
}
|
747
753
|
return this.pageSize;
|
748
754
|
}
|
749
|
-
//No momento não daremos suporte para configuração de formulário quando houver formLegacyConfigName
|
750
|
-
handleShowFormConfig() {
|
751
|
-
return this._showFormConfig && !this.formLegacyConfigName;
|
752
|
-
}
|
753
755
|
resolveResourceID() {
|
754
756
|
return StringUtils.isEmpty(this.resourceID) ? this._resourceID : this.resourceID;
|
755
757
|
}
|
@@ -762,22 +764,58 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
762
764
|
return configFromManager;
|
763
765
|
}
|
764
766
|
updateFormConfig() {
|
765
|
-
|
767
|
+
let newConfig = this.formConfig;
|
768
|
+
if (this.formLegacyConfigName == undefined) {
|
769
|
+
newConfig = Object.assign(Object.assign({}, this.formConfig), { fields: this.dataUnit.metadata.fields });
|
770
|
+
}
|
766
771
|
this.setFormConfig(newConfig, true);
|
767
772
|
if (this._formConfigManager == undefined) {
|
768
773
|
this._formConfigManager = new SnkFormConfigManager(this.configName, this.resolveResourceID());
|
769
774
|
}
|
770
775
|
this._formConfigManager.setConfig(this.formConfig);
|
771
776
|
}
|
777
|
+
handleDataUnitOnInsertionMode() {
|
778
|
+
if (this.enableGridInsert)
|
779
|
+
return;
|
780
|
+
this.goToView(VIEW_MODE.FORM);
|
781
|
+
}
|
782
|
+
async initKeyboardManager() {
|
783
|
+
var _a;
|
784
|
+
this._keyboardManager = new KeyboardManager({ propagate: false, element: this._element });
|
785
|
+
const dataUnit = this.dataUnit || await ((_a = this._snkDataUnit) === null || _a === void 0 ? void 0 : _a.getDataUnit());
|
786
|
+
if (dataUnit == undefined) {
|
787
|
+
return;
|
788
|
+
}
|
789
|
+
this._keyboardManager
|
790
|
+
.bind("F7", () => dataUnit.saveData(), { description: "Salva os dados.", element: this._element })
|
791
|
+
.bind("F8", dataUnit.addRecord.bind(dataUnit), { description: "Adiciona um novo registro.", element: this._element })
|
792
|
+
.bind("F9", dataUnit.removeSelectedRecords.bind(dataUnit), { description: "Remove o registro selecionado.", element: this._element })
|
793
|
+
.bind("Escape", () => {
|
794
|
+
if (dataUnit.isDirty()) {
|
795
|
+
dataUnit.cancelEdition();
|
796
|
+
}
|
797
|
+
}, {
|
798
|
+
debounceTime: 1000,
|
799
|
+
description: "Cancela uma ação.",
|
800
|
+
element: this._element
|
801
|
+
});
|
802
|
+
}
|
803
|
+
async handleFormConfigSaved() {
|
804
|
+
await this.loadFormConfig(true, true);
|
805
|
+
}
|
806
|
+
renderTaskbarContent() {
|
807
|
+
var _a;
|
808
|
+
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" })));
|
809
|
+
}
|
772
810
|
/* istanbul ignore next */
|
773
811
|
render() {
|
774
812
|
var _a;
|
775
813
|
if (this.dataUnit == undefined) {
|
776
814
|
return;
|
777
815
|
}
|
778
|
-
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:
|
816
|
+
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), 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)
|
779
817
|
? undefined
|
780
|
-
: 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
|
818
|
+
: 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, layoutFormConfig: this.layoutFormConfig })), 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() }))));
|
781
819
|
}
|
782
820
|
get _element() { return this; }
|
783
821
|
static get watchers() { return {
|
@@ -790,16 +828,20 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
790
828
|
}; }
|
791
829
|
static get style() { return snkSimpleCrudCss; }
|
792
830
|
}, [6, "snk-simple-crud", {
|
831
|
+
"enableLockManagerLoadingComp": [4, "enable-lock-manager-loading-comp"],
|
832
|
+
"enableLockManagerTaskbarClick": [4, "enable-lock-manager-taskbar-click"],
|
793
833
|
"dataState": [16],
|
794
834
|
"dataUnit": [16],
|
795
835
|
"entityName": [1, "entity-name"],
|
796
836
|
"mode": [2],
|
797
837
|
"gridConfig": [1040],
|
798
838
|
"formConfig": [1040],
|
839
|
+
"enableContinuousInsert": [1028, "enable-continuous-insert"],
|
799
840
|
"multipleSelection": [4, "multiple-selection"],
|
800
841
|
"useCancelConfirm": [4, "use-cancel-confirm"],
|
801
842
|
"pageSize": [2, "page-size"],
|
802
843
|
"resourceID": [1, "resource-i-d"],
|
844
|
+
"enableGridInsert": [4, "enable-grid-insert"],
|
803
845
|
"taskbarManager": [16],
|
804
846
|
"messagesBuilder": [1040],
|
805
847
|
"useEnterLikeTab": [4, "use-enter-like-tab"],
|
@@ -811,9 +853,11 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
811
853
|
"ignoreReadOnlyFormFields": [4, "ignore-read-only-form-fields"],
|
812
854
|
"autoFocus": [4, "auto-focus"],
|
813
855
|
"domainMessagesBuilder": [1, "domain-messages-builder"],
|
856
|
+
"multipleEditionEnabled": [4, "multiple-edition-enabled"],
|
857
|
+
"layoutFormConfig": [4, "layout-form-config"],
|
814
858
|
"autoLoad": [4, "auto-load"],
|
859
|
+
"outlineMode": [4, "outline-mode"],
|
815
860
|
"_showPopUpGridConfig": [32],
|
816
|
-
"_showFormConfig": [32],
|
817
861
|
"_currentViewMode": [32],
|
818
862
|
"_config": [32],
|
819
863
|
"_fieldToGetFocus": [32],
|
@@ -833,11 +877,20 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
833
877
|
"closeConfigurator": [64],
|
834
878
|
"updateConfig": [64]
|
835
879
|
}, [[0, "actionClick", "actionClickListener"]]]);
|
880
|
+
var TASKBAR_ID;
|
881
|
+
(function (TASKBAR_ID) {
|
882
|
+
TASKBAR_ID["FORM_REGULAR"] = "snkSimpleCrudTaskbar.form_regular";
|
883
|
+
TASKBAR_ID["GRID_REGULAR"] = "snkSimpleCrudTaskbar.grid_regular";
|
884
|
+
TASKBAR_ID["FORM_SELECTED"] = "snkSimpleCrudTaskbar.form_selected";
|
885
|
+
TASKBAR_ID["GRID_SELECTED"] = "snkSimpleCrudTaskbar.grid_selected";
|
886
|
+
TASKBAR_ID["FINISH_EDITION"] = "snkSimpleCrudTaskbar.finish_edition";
|
887
|
+
TASKBAR_ID["MULTIPLE_EDITION"] = "snkSimpleCrudTaskbar.multiple_edition";
|
888
|
+
})(TASKBAR_ID || (TASKBAR_ID = {}));
|
836
889
|
function defineCustomElement() {
|
837
890
|
if (typeof customElements === "undefined") {
|
838
891
|
return;
|
839
892
|
}
|
840
|
-
const components = ["snk-simple-crud", "snk-actions-button", "snk-
|
893
|
+
const components = ["snk-simple-crud", "snk-actions-button", "snk-configurator", "snk-data-exporter", "snk-data-unit", "snk-exporter-email-sender", "snk-grid-config", "snk-layout-form-config", "snk-select-box", "snk-simple-form-config", "snk-taskbar", "snk-view-representation", "taskbar-actions-button"];
|
841
894
|
components.forEach(tagName => { switch (tagName) {
|
842
895
|
case "snk-simple-crud":
|
843
896
|
if (!customElements.get(tagName)) {
|
@@ -845,11 +898,6 @@ function defineCustomElement() {
|
|
845
898
|
}
|
846
899
|
break;
|
847
900
|
case "snk-actions-button":
|
848
|
-
if (!customElements.get(tagName)) {
|
849
|
-
defineCustomElement$d();
|
850
|
-
}
|
851
|
-
break;
|
852
|
-
case "snk-config-options":
|
853
901
|
if (!customElements.get(tagName)) {
|
854
902
|
defineCustomElement$c();
|
855
903
|
}
|
@@ -874,32 +922,32 @@ function defineCustomElement() {
|
|
874
922
|
defineCustomElement$8();
|
875
923
|
}
|
876
924
|
break;
|
877
|
-
case "snk-
|
925
|
+
case "snk-grid-config":
|
878
926
|
if (!customElements.get(tagName)) {
|
879
927
|
defineCustomElement$7();
|
880
928
|
}
|
881
929
|
break;
|
882
|
-
case "snk-form-config":
|
930
|
+
case "snk-layout-form-config":
|
883
931
|
if (!customElements.get(tagName)) {
|
884
932
|
defineCustomElement$6();
|
885
933
|
}
|
886
934
|
break;
|
887
|
-
case "snk-
|
935
|
+
case "snk-select-box":
|
888
936
|
if (!customElements.get(tagName)) {
|
889
937
|
defineCustomElement$5();
|
890
938
|
}
|
891
939
|
break;
|
892
|
-
case "snk-
|
940
|
+
case "snk-simple-form-config":
|
893
941
|
if (!customElements.get(tagName)) {
|
894
942
|
defineCustomElement$4();
|
895
943
|
}
|
896
944
|
break;
|
897
|
-
case "snk-
|
945
|
+
case "snk-taskbar":
|
898
946
|
if (!customElements.get(tagName)) {
|
899
947
|
defineCustomElement$3();
|
900
948
|
}
|
901
949
|
break;
|
902
|
-
case "snk-
|
950
|
+
case "snk-view-representation":
|
903
951
|
if (!customElements.get(tagName)) {
|
904
952
|
defineCustomElement$2();
|
905
953
|
}
|
@@ -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;
|