@sankhyalabs/sankhyablocks 8.15.0-dev.9 → 8.15.0-rc.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{ConfigStorage-302bbbd4.js → ConfigStorage-34be11ce.js} +70 -7
- package/dist/cjs/{DataFetcher-ba94ed5b.js → DataFetcher-99f0f6ed.js} +5 -3
- package/dist/cjs/{ISave-d68ce3cd.js → ISave-e91b70a7.js} +1 -0
- package/dist/cjs/{SnkFormConfigManager-71c4768e.js → SnkFormConfigManager-6211fb28.js} +7 -2
- package/dist/cjs/{SnkMessageBuilder-7293d0ad.js → SnkMessageBuilder-141aa18d.js} +15 -1
- package/dist/cjs/SnkMultiSelectionListDataSource-5213120b.js +140 -0
- package/dist/cjs/{auth-fetcher-c8467c07.js → auth-fetcher-5161d082.js} +1 -1
- package/dist/cjs/{form-config-fetcher-df043d3d.js → form-config-fetcher-9f1a13ca.js} +1 -1
- package/dist/cjs/index-f9e81701.js +2 -10
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{dataunit-fetcher-353e4af2.js → pesquisa-fetcher-94f6b316.js} +439 -39
- package/dist/cjs/sankhyablocks.cjs.js +1 -1
- package/dist/cjs/{snk-actions-button_2.cjs.entry.js → snk-actions-button_4.cjs.entry.js} +524 -8
- package/dist/cjs/snk-application.cjs.entry.js +44 -10
- package/dist/cjs/snk-attach.cjs.entry.js +392 -62
- package/dist/cjs/snk-crud.cjs.entry.js +17 -12
- package/dist/cjs/snk-data-exporter.cjs.entry.js +9 -5
- package/dist/cjs/{snk-data-unit-1bc69073.js → snk-data-unit-6026a9f7.js} +1 -1
- package/dist/cjs/snk-data-unit.cjs.entry.js +2 -2
- package/dist/cjs/snk-detail-view.cjs.entry.js +10 -12
- package/dist/cjs/snk-entity-list.cjs.entry.js +5 -3
- package/dist/cjs/snk-filter-bar.cjs.entry.js +44 -8
- package/dist/cjs/snk-filter-item.cjs.entry.js +4 -47
- package/dist/cjs/snk-filter-modal-item.cjs.entry.js +3 -3
- package/dist/cjs/snk-filter-modal.cjs.entry.js +2 -1
- package/dist/cjs/snk-filter-multi-select.cjs.entry.js +2 -1
- package/dist/cjs/snk-form-config.cjs.entry.js +47 -27
- package/dist/cjs/snk-form.cjs.entry.js +11 -4
- package/dist/cjs/snk-grid.cjs.entry.js +40 -22
- package/dist/cjs/{snk-guides-viewer-e60ccc5e.js → snk-guides-viewer-508bb6fe.js} +16 -11
- package/dist/cjs/snk-guides-viewer.cjs.entry.js +8 -10
- package/dist/cjs/snk-personalized-filter-editor.cjs.entry.js +3 -1
- package/dist/cjs/snk-personalized-filter.cjs.entry.js +3 -3
- package/dist/cjs/snk-pesquisa.cjs.entry.js +1 -1
- package/dist/cjs/snk-simple-crud.cjs.entry.js +229 -27
- package/dist/cjs/snk-taskbar.cjs.entry.js +100 -14
- package/dist/cjs/{taskbar-elements-01b85b99.js → taskbar-elements-3ecd1278.js} +9 -9
- package/dist/collection/collection-manifest.json +6 -6
- package/dist/collection/components/snk-application/__mocks__/snk-application.js +7 -0
- package/dist/collection/components/snk-application/snk-application.js +85 -2
- package/dist/collection/components/snk-attach/snk-attach.js +188 -39
- package/dist/collection/components/snk-attach/structure/{crud-config-builder.js → builder/anexo-sistema-crud-config.builder.js} +1 -1
- package/dist/collection/components/snk-attach/structure/builder/attach-crud-config.builder.js +62 -0
- package/dist/collection/components/snk-attach/structure/{taskbar-builder.js → builder/taskbar-builder.js} +1 -1
- package/dist/collection/components/snk-attach/structure/fetcher/facade/fetcher.facade.js +1 -0
- package/dist/collection/components/snk-attach/structure/{data-unit-builder.js → fetcher/factory/anexo-sistema-data-unit.factory.js} +14 -11
- package/dist/collection/components/snk-attach/structure/fetcher/factory/attach-fetcher-data-unit.factory.js +111 -0
- package/dist/collection/components/snk-attach/structure/index.js +6 -3
- package/dist/collection/components/snk-crud/snk-crud.js +95 -3
- package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.js +2 -2
- package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.css +11 -2
- package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +27 -3
- package/dist/collection/components/snk-data-exporter/snk-data-exporter.js +6 -2
- package/dist/collection/components/snk-entity-list/snk-entity-list.js +5 -3
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-multi-select.js +2 -1
- package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-personalized-filter-editor/snk-personalized-filter-editor.js +3 -1
- package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.js +4 -47
- package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.js +19 -1
- package/dist/collection/components/snk-filter-bar/snk-filter-bar.css +23 -1
- package/dist/collection/components/snk-filter-bar/snk-filter-bar.js +137 -3
- package/dist/collection/components/snk-filter-bar/utils/SnkFilterModalFactory.js +3 -1
- package/dist/collection/components/snk-form/snk-form.js +25 -1
- package/dist/collection/components/{snk-form → snk-form-config}/SnkFormConfigManager.js +6 -1
- package/dist/collection/components/{snk-form/subcomponents/snk-form-config → snk-form-config}/snk-form-config.js +50 -30
- package/dist/collection/components/snk-grid/snk-grid.js +103 -16
- package/dist/collection/components/{snk-grid/subcomponents/snk-grid-config → snk-grid-config}/snk-grid-config.js +130 -123
- package/dist/collection/components/{snk-grid/subcomponents → snk-grid-config}/snk-select-box/snk-select-box.js +1 -1
- package/dist/collection/components/snk-pesquisa/snk-pesquisa.css +2 -4
- package/dist/collection/components/snk-simple-crud/regular-buttons.js +3 -0
- package/dist/collection/components/snk-simple-crud/snk-simple-crud.css +5 -0
- package/dist/collection/components/snk-simple-crud/snk-simple-crud.js +378 -18
- package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.js +4 -2
- package/dist/collection/components/snk-taskbar/elements/taskbar-elements.js +9 -9
- package/dist/collection/components/snk-taskbar/snk-taskbar.css +17 -0
- package/dist/collection/components/snk-taskbar/snk-taskbar.js +139 -13
- package/dist/collection/lib/configs/ConfigStorage.js +63 -3
- package/dist/collection/lib/dataUnit/InMemoryLoader.js +1 -1
- package/dist/collection/lib/http/data-fetcher/DataFetcher.js +5 -3
- package/dist/collection/lib/http/data-fetcher/fetchers/{attach-fetcher.js → AttachFetcher/anexo-sistema-fetcher.js} +16 -15
- package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/attach-fetcher.js +90 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/facade/attach-fetcher.facade.js +1 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/index.js +2 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/IDelete.js +1 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/IDownloadKey.js +1 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/ISave.js +1 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/dataunit-fetcher.js +17 -3
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.js +29 -22
- package/dist/collection/lib/http/data-fetcher/fetchers/parameters-fecher.js +21 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/personalized-filter-fetcher.js +6 -3
- package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js +11 -12
- package/dist/collection/lib/index.js +1 -1
- package/dist/collection/lib/message/resources/snk-attach.msg.js +13 -0
- package/dist/collection/lib/message/resources/snk-data-exporter.msg.js +2 -1
- package/dist/collection/lib/utils/CrudUtils.js +13 -1
- package/dist/components/ConfigStorage.js +68 -5
- package/dist/components/DataFetcher.js +5 -3
- package/dist/components/SnkFormConfigManager.js +5 -0
- package/dist/components/SnkMessageBuilder.js +15 -1
- package/dist/components/dataunit-fetcher.js +58 -38
- package/dist/components/field-search.js +93 -3
- package/dist/components/index.d.ts +6 -6
- package/dist/components/snk-actions-button2.js +1 -0
- package/dist/components/snk-application2.js +41 -2
- package/dist/components/snk-attach2.js +448 -69
- package/dist/components/snk-crud.js +15 -3
- package/dist/components/snk-data-exporter2.js +6 -2
- package/dist/components/snk-detail-view2.js +40 -7
- package/dist/components/snk-entity-list.js +5 -3
- package/dist/components/snk-filter-bar2.js +47 -6
- package/dist/components/snk-filter-item2.js +4 -47
- package/dist/components/snk-filter-modal.js +4 -2
- package/dist/components/snk-filter-multi-select.js +2 -1
- package/dist/components/snk-form-config2.js +46 -26
- package/dist/components/snk-form.js +8 -0
- package/dist/components/snk-grid-config2.js +128 -102
- package/dist/components/snk-grid2.js +41 -17
- package/dist/components/snk-personalized-filter-editor.js +3 -1
- package/dist/components/snk-pesquisa2.js +1 -1
- package/dist/components/snk-simple-crud2.js +285 -29
- package/dist/components/snk-taskbar2.js +114 -24
- package/dist/components/taskbar-actions-button2.js +4 -2
- package/dist/esm/{ConfigStorage-4151acc8.js → ConfigStorage-101a2b4c.js} +70 -7
- package/dist/esm/{DataFetcher-aa159c5a.js → DataFetcher-a650ae58.js} +5 -3
- package/dist/esm/{ISave-4412b20c.js → ISave-d8c8bc59.js} +1 -0
- package/dist/esm/{SnkFormConfigManager-5c7d3771.js → SnkFormConfigManager-d86ba46f.js} +7 -2
- package/dist/esm/{SnkMessageBuilder-ca843d1b.js → SnkMessageBuilder-9747ddd2.js} +15 -1
- package/dist/esm/SnkMultiSelectionListDataSource-7e7eada5.js +133 -0
- package/dist/esm/{auth-fetcher-c05dc474.js → auth-fetcher-17dc5b5e.js} +1 -1
- package/dist/esm/{form-config-fetcher-36219cd3.js → form-config-fetcher-f121f880.js} +1 -1
- package/dist/esm/index-a7d3d3f1.js +2 -10
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{dataunit-fetcher-0fc935a0.js → pesquisa-fetcher-f05a12ca.js} +429 -31
- package/dist/esm/sankhyablocks.js +1 -1
- package/dist/esm/{snk-actions-button_2.entry.js → snk-actions-button_4.entry.js} +523 -9
- package/dist/esm/snk-application.entry.js +43 -9
- package/dist/esm/snk-attach.entry.js +392 -62
- package/dist/esm/snk-crud.entry.js +17 -12
- package/dist/esm/snk-data-exporter.entry.js +9 -5
- package/dist/esm/{snk-data-unit-6208ebf0.js → snk-data-unit-4c343635.js} +1 -1
- package/dist/esm/snk-data-unit.entry.js +2 -2
- package/dist/esm/snk-detail-view.entry.js +10 -12
- package/dist/esm/snk-entity-list.entry.js +5 -3
- package/dist/esm/snk-filter-bar.entry.js +44 -8
- package/dist/esm/snk-filter-item.entry.js +4 -47
- package/dist/esm/snk-filter-modal-item.entry.js +3 -3
- package/dist/esm/snk-filter-modal.entry.js +2 -1
- package/dist/esm/snk-filter-multi-select.entry.js +2 -1
- package/dist/esm/snk-form-config.entry.js +48 -28
- package/dist/esm/snk-form.entry.js +11 -4
- package/dist/esm/snk-grid.entry.js +41 -23
- package/dist/esm/{snk-guides-viewer-98a8e45e.js → snk-guides-viewer-18859840.js} +16 -11
- package/dist/esm/snk-guides-viewer.entry.js +8 -10
- package/dist/esm/snk-personalized-filter-editor.entry.js +3 -1
- package/dist/esm/snk-personalized-filter.entry.js +3 -3
- package/dist/esm/snk-pesquisa.entry.js +1 -1
- package/dist/esm/snk-simple-crud.entry.js +229 -27
- package/dist/esm/snk-taskbar.entry.js +101 -15
- package/dist/esm/{taskbar-elements-d4d0b424.js → taskbar-elements-2473c8ac.js} +9 -9
- package/dist/sankhyablocks/p-1f3174cb.entry.js +1 -0
- package/dist/sankhyablocks/p-1fa5a18c.entry.js +11 -0
- package/dist/sankhyablocks/p-20b46647.entry.js +1 -0
- package/dist/sankhyablocks/{p-9e7d65a4.js → p-21749402.js} +1 -1
- package/dist/sankhyablocks/p-2897fb8c.js +1 -0
- package/dist/sankhyablocks/{p-ff6064e7.js → p-2936303b.js} +1 -1
- package/dist/sankhyablocks/p-2b909f08.entry.js +1 -0
- package/dist/sankhyablocks/p-33718dfc.entry.js +1 -0
- package/dist/sankhyablocks/p-50783a8b.js +1 -0
- package/dist/sankhyablocks/p-5c0b53ce.js +56 -0
- package/dist/sankhyablocks/p-5dbc1a3f.js +1 -0
- package/dist/sankhyablocks/p-60fa6c7a.js +1 -0
- package/dist/sankhyablocks/p-64c1b368.entry.js +1 -0
- package/dist/sankhyablocks/{p-7f3c7b09.entry.js → p-6b28cc74.entry.js} +1 -1
- package/dist/sankhyablocks/p-70a4af56.entry.js +1 -0
- package/dist/sankhyablocks/{p-e0fd9555.entry.js → p-7ddd95b6.entry.js} +1 -1
- package/dist/sankhyablocks/p-7e05bd83.entry.js +1 -0
- package/dist/sankhyablocks/p-7f97fee2.entry.js +1 -0
- package/dist/sankhyablocks/p-86801b08.entry.js +1 -0
- package/dist/sankhyablocks/{p-32f0935f.js → p-9a5d1b39.js} +1 -1
- package/dist/sankhyablocks/{p-0d7863ed.js → p-a13ccb86.js} +1 -1
- package/dist/sankhyablocks/p-ae4fc9a9.js +1 -0
- package/dist/sankhyablocks/p-b11aa1e0.entry.js +1 -0
- package/dist/sankhyablocks/p-b41a622a.entry.js +1 -0
- package/dist/sankhyablocks/p-b4de81ac.entry.js +1 -0
- package/dist/sankhyablocks/p-ba4871b5.entry.js +1 -0
- package/dist/sankhyablocks/{p-9695f78b.js → p-be75153c.js} +1 -1
- package/dist/sankhyablocks/p-bf2acf72.entry.js +1 -0
- package/dist/sankhyablocks/p-d01ceda6.entry.js +1 -0
- package/dist/sankhyablocks/{p-247a8b36.entry.js → p-d1791da2.entry.js} +1 -1
- package/dist/sankhyablocks/p-d304659d.entry.js +1 -0
- package/dist/sankhyablocks/p-d78d4062.js +65 -0
- package/dist/sankhyablocks/p-e4fb3308.entry.js +1 -0
- package/dist/sankhyablocks/p-e7dbe53a.entry.js +1 -0
- package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
- package/dist/types/components/snk-application/__mocks__/snk-application.d.ts +3 -0
- package/dist/types/components/snk-application/snk-application.d.ts +15 -0
- package/dist/types/components/snk-attach/{structure/crud-config-builder.d.ts → interfaces/ICrudConfig.d.ts} +1 -2
- package/dist/types/components/snk-attach/interfaces/TFetcherType.d.ts +1 -0
- package/dist/types/components/snk-attach/snk-attach.d.ts +27 -6
- package/dist/types/components/snk-attach/structure/builder/anexo-sistema-crud-config.builder.d.ts +2 -0
- package/dist/types/components/snk-attach/structure/builder/attach-crud-config.builder.d.ts +31 -0
- package/dist/types/components/snk-attach/structure/{taskbar-builder.d.ts → builder/taskbar-builder.d.ts} +1 -1
- package/dist/types/components/snk-attach/structure/fetcher/facade/fetcher.facade.d.ts +11 -0
- package/dist/types/components/snk-attach/structure/fetcher/factory/anexo-sistema-data-unit.factory.d.ts +17 -0
- package/dist/types/components/snk-attach/structure/fetcher/factory/attach-fetcher-data-unit.factory.d.ts +15 -0
- package/dist/types/components/snk-attach/structure/index.d.ts +6 -3
- package/dist/types/components/snk-crud/snk-crud.d.ts +21 -0
- package/dist/types/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.d.ts +1 -1
- package/dist/types/components/snk-crud/subcomponents/snk-guides-viewer.d.ts +6 -1
- package/dist/types/components/snk-filter-bar/filter-item/snk-filter-item.d.ts +1 -2
- package/dist/types/components/snk-filter-bar/filter-modal/snk-filter-modal.d.ts +5 -0
- package/dist/types/components/snk-filter-bar/snk-filter-bar.d.ts +24 -1
- package/dist/types/components/snk-filter-bar/utils/SnkFilterModalFactory.d.ts +3 -1
- package/dist/types/components/snk-form/snk-form.d.ts +6 -1
- package/dist/types/components/{snk-form → snk-form-config}/SnkFormConfigManager.d.ts +1 -0
- package/dist/types/components/{snk-form/subcomponents/snk-form-config → snk-form-config}/snk-form-config.d.ts +5 -3
- package/dist/types/components/snk-grid/snk-grid.d.ts +20 -1
- package/dist/types/components/{snk-grid/subcomponents/snk-grid-config → snk-grid-config}/snk-grid-config.d.ts +11 -6
- package/dist/types/components/{snk-grid/subcomponents → snk-grid-config}/snk-select-box/snk-select-box.d.ts +1 -1
- package/dist/types/components/snk-simple-crud/regular-buttons.d.ts +3 -0
- package/dist/types/components/snk-simple-crud/snk-simple-crud.d.ts +71 -4
- package/dist/types/components/snk-taskbar/snk-taskbar.d.ts +28 -1
- package/dist/types/components.d.ts +265 -12
- package/dist/types/lib/configs/ConfigStorage.d.ts +21 -1
- package/dist/types/lib/http/data-fetcher/DataFetcher.d.ts +1 -1
- package/dist/types/lib/http/data-fetcher/fetchers/{attach-fetcher.d.ts → AttachFetcher/anexo-sistema-fetcher.d.ts} +3 -2
- package/dist/types/lib/http/data-fetcher/fetchers/AttachFetcher/attach-fetcher.d.ts +11 -0
- package/dist/types/lib/http/data-fetcher/fetchers/AttachFetcher/facade/attach-fetcher.facade.d.ts +8 -0
- package/dist/types/lib/http/data-fetcher/fetchers/AttachFetcher/index.d.ts +3 -0
- package/dist/types/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/ISave.d.ts +2 -1
- package/dist/types/lib/http/data-fetcher/fetchers/data-unit/dataunit-fetcher.d.ts +1 -0
- package/dist/types/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.d.ts +1 -0
- package/dist/types/lib/http/data-fetcher/fetchers/parameters-fecher.d.ts +1 -0
- package/dist/types/lib/http/data-fetcher/fetchers/personalized-filter-fetcher.d.ts +2 -1
- package/dist/types/lib/index.d.ts +1 -1
- package/dist/types/lib/utils/CrudUtils.d.ts +3 -0
- package/package.json +13 -6
- package/dist/cjs/PreloadManager-84466da6.js +0 -224
- package/dist/cjs/SnkMultiSelectionListDataSource-ba5838c2.js +0 -49
- package/dist/cjs/pesquisa-fetcher-ef050a47.js +0 -167
- package/dist/cjs/snk-grid-config.cjs.entry.js +0 -483
- package/dist/cjs/snk-select-box.cjs.entry.js +0 -25
- package/dist/esm/PreloadManager-c1c2f2b4.js +0 -222
- package/dist/esm/SnkMultiSelectionListDataSource-44494b0e.js +0 -43
- package/dist/esm/pesquisa-fetcher-dd3ca0a5.js +0 -165
- package/dist/esm/snk-grid-config.entry.js +0 -479
- package/dist/esm/snk-select-box.entry.js +0 -21
- package/dist/sankhyablocks/p-0874adb5.entry.js +0 -1
- package/dist/sankhyablocks/p-094c30cb.js +0 -1
- package/dist/sankhyablocks/p-1d75d9f9.entry.js +0 -1
- package/dist/sankhyablocks/p-20726710.entry.js +0 -1
- package/dist/sankhyablocks/p-374d03f6.js +0 -1
- package/dist/sankhyablocks/p-41560fd8.entry.js +0 -1
- package/dist/sankhyablocks/p-4775a293.entry.js +0 -1
- package/dist/sankhyablocks/p-573a07c5.js +0 -1
- package/dist/sankhyablocks/p-6678d5d4.entry.js +0 -1
- package/dist/sankhyablocks/p-69efa80d.entry.js +0 -1
- package/dist/sankhyablocks/p-71439fd9.entry.js +0 -1
- package/dist/sankhyablocks/p-761ed32f.entry.js +0 -1
- package/dist/sankhyablocks/p-7d8d7fe9.entry.js +0 -1
- package/dist/sankhyablocks/p-90f9b4db.entry.js +0 -11
- package/dist/sankhyablocks/p-98674137.entry.js +0 -1
- package/dist/sankhyablocks/p-a91bb13d.js +0 -1
- package/dist/sankhyablocks/p-a9e5b094.entry.js +0 -1
- package/dist/sankhyablocks/p-aa95fb2c.js +0 -56
- package/dist/sankhyablocks/p-abfa8101.entry.js +0 -1
- package/dist/sankhyablocks/p-b05ab13d.entry.js +0 -1
- package/dist/sankhyablocks/p-b3020263.entry.js +0 -1
- package/dist/sankhyablocks/p-bf93a748.js +0 -60
- package/dist/sankhyablocks/p-c22c1d8e.js +0 -1
- package/dist/sankhyablocks/p-c6f89389.entry.js +0 -1
- package/dist/sankhyablocks/p-c758265f.entry.js +0 -1
- package/dist/sankhyablocks/p-cb7419e0.entry.js +0 -1
- package/dist/sankhyablocks/p-cebae710.entry.js +0 -1
- package/dist/sankhyablocks/p-d4f9ee17.entry.js +0 -1
- package/dist/sankhyablocks/p-d9bb09b3.js +0 -6
- package/dist/sankhyablocks/p-e6380c60.js +0 -1
- package/dist/types/components/snk-attach/structure/data-unit-builder.d.ts +0 -15
- /package/dist/collection/{lib/http/data-fetcher/fetchers/fecthAttach/interfaces/IDelete.js → components/snk-attach/interfaces/ICrudConfig.js} +0 -0
- /package/dist/collection/{lib/http/data-fetcher/fetchers/fecthAttach/interfaces/IDownloadKey.js → components/snk-attach/interfaces/TFetcherType.js} +0 -0
- /package/dist/collection/components/{snk-form/subcomponents/snk-form-config → snk-form-config}/snk-form-config.css +0 -0
- /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-config-options/snk-config-options.css +0 -0
- /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-config-options/snk-config-options.js +0 -0
- /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-field-config/snk-field-config.css +0 -0
- /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-field-config/snk-field-config.js +0 -0
- /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-tab-config/snk-tab-config.css +0 -0
- /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-tab-config/snk-tab-config.js +0 -0
- /package/dist/collection/components/{snk-grid/subcomponents/snk-grid-config → snk-grid-config}/snk-grid-config.css +0 -0
- /package/dist/collection/components/{snk-grid/subcomponents → snk-grid-config}/snk-select-box/snk-select-box.css +0 -0
- /package/dist/collection/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/index.js +0 -0
- /package/dist/types/components/{snk-form → snk-form-config}/subcomponents/snk-config-options/snk-config-options.d.ts +0 -0
- /package/dist/types/components/{snk-form → snk-form-config}/subcomponents/snk-field-config/snk-field-config.d.ts +0 -0
- /package/dist/types/components/{snk-form → snk-form-config}/subcomponents/snk-tab-config/snk-tab-config.d.ts +0 -0
- /package/dist/types/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/IDelete.d.ts +0 -0
- /package/dist/types/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/IDownloadKey.d.ts +0 -0
- /package/dist/types/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/index.d.ts +0 -0
@@ -1,22 +1,34 @@
|
|
1
1
|
import { proxyCustomElement, HTMLElement, createEvent, h } from '@stencil/core/internal/client';
|
2
|
-
import {
|
2
|
+
import { StringUtils, ApplicationContext, ObjectUtils, DataType, UserInterface, JSUtils, FloatingManager, ElementIDUtils } from '@sankhyalabs/core';
|
3
3
|
import { V as VIEW_MODE, S as SIMPLE_CRUD_MODE } from './constants.js';
|
4
4
|
import { T as TaskbarElement, d as defineCustomElement$2 } from './snk-taskbar2.js';
|
5
5
|
import './DataFetcher.js';
|
6
6
|
import { I as InMemoryLoader } from './dataunit-fetcher.js';
|
7
|
+
import { S as SnkMultiSelectionListDataSource, T as TaskbarProcessor, b as buildFieldSearch, o as openFieldSearch, C as CrudUtils } from './field-search.js';
|
7
8
|
import { P as PresentationMode } from './index2.js';
|
8
|
-
import { d as defineCustomElement$
|
9
|
+
import { d as defineCustomElement$d } from './snk-actions-button2.js';
|
9
10
|
import '@sankhyalabs/ezui/dist/collection/utils/constants';
|
10
11
|
import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
|
11
12
|
import './filter-item-type.enum.js';
|
12
13
|
import './form-config-fetcher.js';
|
13
|
-
import {
|
14
|
-
import {
|
15
|
-
import { d as defineCustomElement$
|
16
|
-
import { d as defineCustomElement$
|
14
|
+
import { C as ConfigStorage } from './ConfigStorage.js';
|
15
|
+
import { S as SnkFormConfigManager } from './SnkFormConfigManager.js';
|
16
|
+
import { d as defineCustomElement$c } from './snk-config-options2.js';
|
17
|
+
import { d as defineCustomElement$b } from './snk-configurator2.js';
|
18
|
+
import { d as defineCustomElement$a } from './snk-data-exporter2.js';
|
19
|
+
import { d as defineCustomElement$9 } from './snk-data-unit2.js';
|
20
|
+
import { d as defineCustomElement$8 } from './snk-exporter-email-sender2.js';
|
21
|
+
import { d as defineCustomElement$7 } from './snk-field-config2.js';
|
22
|
+
import { d as defineCustomElement$6 } from './snk-form-config2.js';
|
23
|
+
import { d as defineCustomElement$5 } from './snk-grid-config2.js';
|
24
|
+
import { d as defineCustomElement$4 } from './snk-select-box2.js';
|
25
|
+
import { d as defineCustomElement$3 } from './snk-tab-config2.js';
|
17
26
|
import { d as defineCustomElement$1 } from './taskbar-actions-button2.js';
|
18
27
|
|
19
|
-
const
|
28
|
+
const REGULAR_DEFAULT_BTNS = ["INSERT", "REFRESH", "PREVIOUS", "NEXT", "DIVIDER", "MORE_OPTIONS"];
|
29
|
+
const REGULAR_SELECTED_BTNS = ["INSERT", "REFRESH", "PREVIOUS", "NEXT", "DIVIDER", "CLONE", "REMOVE", "DIVIDER", "MORE_OPTIONS"];
|
30
|
+
|
31
|
+
const snkSimpleCrudCss = ".sc-snk-simple-crud-h{display:flex;height:100%;width:100%}.simple-crud__container.sc-snk-simple-crud{display:grid;grid-template-rows:max-content;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;min-height:300px}ez-form.sc-snk-simple-crud{min-height:300px}";
|
20
32
|
|
21
33
|
const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
22
34
|
constructor() {
|
@@ -26,20 +38,23 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
26
38
|
this.dataUnitReady = createEvent(this, "dataUnitReady", 3);
|
27
39
|
this.actionClick = createEvent(this, "actionClick", 7);
|
28
40
|
this.formItemsReady = createEvent(this, "formItemsReady", 7);
|
29
|
-
this.
|
30
|
-
this.
|
41
|
+
this.configuratorSave = createEvent(this, "configuratorSave", 7);
|
42
|
+
this.configuratorCancel = createEvent(this, "configuratorCancel", 7);
|
31
43
|
this._multiSelectionListDataSource = new SnkMultiSelectionListDataSource();
|
32
44
|
this._keyDownHandler = (event) => this.keyDownListener(event);
|
33
45
|
this._taskbarProcessor = new TaskbarProcessor({
|
34
|
-
"snkSimpleCrudTaskbar.form_regular": this.
|
35
|
-
"snkSimpleCrudTaskbar.grid_regular": this.
|
36
|
-
"snkSimpleCrudTaskbar.form_selected": this.
|
37
|
-
"snkSimpleCrudTaskbar.grid_selected": this.
|
46
|
+
"snkSimpleCrudTaskbar.form_regular": this.getButtons(false, TaskbarElement.GRID_MODE),
|
47
|
+
"snkSimpleCrudTaskbar.grid_regular": this.getButtons(false, TaskbarElement.FORM_MODE),
|
48
|
+
"snkSimpleCrudTaskbar.form_selected": this.getButtons(true, TaskbarElement.GRID_MODE),
|
49
|
+
"snkSimpleCrudTaskbar.grid_selected": this.getButtons(true, TaskbarElement.FORM_MODE),
|
38
50
|
"snkSimpleCrudTaskbar.finish_edition": ["CANCEL", "SAVE"]
|
39
51
|
});
|
52
|
+
this._showPopUpGridConfig = false;
|
53
|
+
this._showFormConfig = false;
|
40
54
|
this._currentViewMode = VIEW_MODE.GRID;
|
41
55
|
this._config = undefined;
|
42
56
|
this._fieldToGetFocus = undefined;
|
57
|
+
this._customContainerId = `SNK-SIMPLE-CRUD-CUSTOM-CONTAINER-${StringUtils.generateUUID()}`;
|
43
58
|
this.dataState = undefined;
|
44
59
|
this.dataUnit = undefined;
|
45
60
|
this.mode = SIMPLE_CRUD_MODE.SERVER;
|
@@ -51,6 +66,24 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
51
66
|
this.taskbarManager = undefined;
|
52
67
|
this.messagesBuilder = undefined;
|
53
68
|
this.useEnterLikeTab = false;
|
69
|
+
this.actionsList = undefined;
|
70
|
+
this.configName = undefined;
|
71
|
+
this.showConfiguratorButtons = undefined;
|
72
|
+
this.gridLegacyConfigName = undefined;
|
73
|
+
this.formLegacyConfigName = undefined;
|
74
|
+
}
|
75
|
+
getButtons(selected, changeModeBtn) {
|
76
|
+
return this.addConfigButton(this.resolveInMemoryBtns(selected ? REGULAR_SELECTED_BTNS : REGULAR_DEFAULT_BTNS)
|
77
|
+
.concat(changeModeBtn));
|
78
|
+
}
|
79
|
+
addConfigButton(buttons) {
|
80
|
+
if (this.configName === undefined) {
|
81
|
+
return buttons;
|
82
|
+
}
|
83
|
+
return buttons.concat(TaskbarElement.CONFIGURATOR);
|
84
|
+
}
|
85
|
+
get application() {
|
86
|
+
return ApplicationContext.getContextValue("__SNK__APPLICATION__");
|
54
87
|
}
|
55
88
|
resolveInMemoryBtns(taskbarButtons) {
|
56
89
|
const newTaskBarConfig = [...taskbarButtons];
|
@@ -70,7 +103,10 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
70
103
|
}
|
71
104
|
actionClickListener(evt) {
|
72
105
|
const act = evt.detail;
|
73
|
-
if (act === TaskbarElement.
|
106
|
+
if (act === TaskbarElement.CONFIGURATOR) {
|
107
|
+
this._snkConfigurator.open();
|
108
|
+
}
|
109
|
+
else if (act === TaskbarElement.GRID_MODE) {
|
74
110
|
this.goToView(VIEW_MODE.GRID);
|
75
111
|
}
|
76
112
|
else if (act === TaskbarElement.FORM_MODE) {
|
@@ -88,8 +124,111 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
88
124
|
this.dataStateChange.emit(newValue);
|
89
125
|
}
|
90
126
|
}
|
91
|
-
|
127
|
+
async observeFormLegacy() {
|
128
|
+
await this.handleUpdateFormLegacyConfig();
|
129
|
+
}
|
130
|
+
async observeGridLegacy() {
|
131
|
+
await this.handleUpdateGridLegacyConfig();
|
132
|
+
}
|
133
|
+
async handleUpdateGridLegacyConfig() {
|
134
|
+
if (this.gridLegacyConfigName) {
|
135
|
+
this.addGridLegacyConfigName();
|
136
|
+
if (this._gridConfigAlreadyLoaded) {
|
137
|
+
await this.loadGridConfig(true);
|
138
|
+
}
|
139
|
+
}
|
140
|
+
}
|
141
|
+
async handleUpdateFormLegacyConfig() {
|
142
|
+
var _a, _b, _c;
|
143
|
+
if (this.formLegacyConfigName) {
|
144
|
+
const legacyConfig = await this.fetchFormLegacyConfig();
|
145
|
+
if (!legacyConfig)
|
146
|
+
return;
|
147
|
+
const rawFields = (_c = (_b = (_a = legacyConfig === null || legacyConfig === void 0 ? void 0 : legacyConfig.formConfig) === null || _a === void 0 ? void 0 : _a.layout) === null || _b === void 0 ? void 0 : _b.field) !== null && _c !== void 0 ? _c : [];
|
148
|
+
const fields = Array.isArray(rawFields) ? rawFields : [rawFields];
|
149
|
+
const newConfig = { emptyConfig: false, fields: fields };
|
150
|
+
this.setFormConfig(newConfig, true);
|
151
|
+
this._formConfigManager.setConfig(this.formConfig);
|
152
|
+
}
|
153
|
+
}
|
154
|
+
async fetchFormLegacyConfig() {
|
155
|
+
const payload = {
|
156
|
+
'requestBody': {
|
157
|
+
'config': {
|
158
|
+
'chave': this.formLegacyConfigName,
|
159
|
+
'tipo': 'T',
|
160
|
+
},
|
161
|
+
},
|
162
|
+
};
|
163
|
+
return await this.application.callServiceBroker('SystemUtilsSP.getConf', JSON.stringify(payload));
|
164
|
+
}
|
165
|
+
openConfig(viewMode) {
|
166
|
+
this._snkConfigurator.close();
|
167
|
+
if (viewMode === VIEW_MODE.GRID) {
|
168
|
+
this.openGridConfig();
|
169
|
+
}
|
170
|
+
else if (viewMode === VIEW_MODE.FORM) {
|
171
|
+
this.openFormConfig();
|
172
|
+
}
|
173
|
+
}
|
174
|
+
openGridConfig() {
|
175
|
+
this._grid.getColumnsState()
|
176
|
+
.then((gridColumns) => {
|
177
|
+
this._snkGridConfig.columns = gridColumns.filter(c => c.name);
|
178
|
+
this._snkGridConfig.selectedIndex = 0;
|
179
|
+
this._showPopUpGridConfig = true;
|
180
|
+
});
|
181
|
+
}
|
182
|
+
openFormConfig() {
|
183
|
+
//No momento não daremos suporte para configuraçao de formulário quando houver legacy config
|
184
|
+
if (this.formLegacyConfigName)
|
185
|
+
return;
|
186
|
+
this._showFormConfig = true;
|
187
|
+
}
|
188
|
+
addGridLegacyConfigName() {
|
189
|
+
if (this.gridLegacyConfigName && this.configName) {
|
190
|
+
ConfigStorage.addGridLegacyConfig(this.configName, this.gridLegacyConfigName);
|
191
|
+
}
|
192
|
+
}
|
193
|
+
loadGridConfig(forceUpdate) {
|
194
|
+
if ((this.gridConfig != undefined || this._gridConfigAlreadyLoaded) && !forceUpdate) {
|
195
|
+
return;
|
196
|
+
}
|
197
|
+
this._gridConfigAlreadyLoaded = true;
|
198
|
+
return new Promise((accept, reject) => {
|
199
|
+
ConfigStorage.loadGridConfig(this.configName, this._resourceID)
|
200
|
+
.then(config => {
|
201
|
+
this.setGridConfig(config);
|
202
|
+
accept();
|
203
|
+
})
|
204
|
+
.catch(reason => {
|
205
|
+
reject(reason);
|
206
|
+
});
|
207
|
+
});
|
208
|
+
}
|
209
|
+
async loadFormConfig() {
|
210
|
+
if (this._formConfigManager == undefined) {
|
211
|
+
this._formConfigManager = new SnkFormConfigManager(this.configName, this._resourceID);
|
212
|
+
this._formConfigManager.setConfig(this.formConfig);
|
213
|
+
}
|
214
|
+
if (this.formConfig != undefined || this._formConfigAlreadyLoaded) {
|
215
|
+
return;
|
216
|
+
}
|
217
|
+
this._formConfigAlreadyLoaded = true;
|
218
|
+
this.setFormConfig(await this._formConfigManager.loadConfig());
|
219
|
+
}
|
220
|
+
async componentWillRender() {
|
221
|
+
this._resourceID = await this.application.getResourceID();
|
92
222
|
this._taskbarProcessor.process(this.getTaskBarId(), this.taskbarManager, this.dataState, this.getTaskBarDisabledButtons());
|
223
|
+
if (this.configName === undefined) {
|
224
|
+
return;
|
225
|
+
}
|
226
|
+
if (this.gridConfig != undefined || this._gridConfigAlreadyLoaded) {
|
227
|
+
return;
|
228
|
+
}
|
229
|
+
await this.addGridLegacyConfigName();
|
230
|
+
this.loadGridConfig();
|
231
|
+
this.loadFormConfig();
|
93
232
|
}
|
94
233
|
componentWillLoad() {
|
95
234
|
this.processMetadata();
|
@@ -97,8 +236,7 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
97
236
|
this.configDatasource();
|
98
237
|
}
|
99
238
|
configDatasource() {
|
100
|
-
|
101
|
-
this._multiSelectionListDataSource.setApplication(application);
|
239
|
+
this._multiSelectionListDataSource.setApplication(this.application);
|
102
240
|
this._multiSelectionListDataSource.setDataUnit(this.dataUnit);
|
103
241
|
}
|
104
242
|
getTaskBarId() {
|
@@ -139,6 +277,20 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
139
277
|
getRecords() {
|
140
278
|
return Promise.resolve(this.dataUnit.records);
|
141
279
|
}
|
280
|
+
/**
|
281
|
+
* Usado para abrir o configurator do CRUD
|
282
|
+
*/
|
283
|
+
async openConfigurator() {
|
284
|
+
var _a;
|
285
|
+
(_a = this._snkConfigurator) === null || _a === void 0 ? void 0 : _a.open();
|
286
|
+
}
|
287
|
+
/**
|
288
|
+
* Usado para fechar o configurator do CRUD
|
289
|
+
*/
|
290
|
+
async closeConfigurator() {
|
291
|
+
var _a;
|
292
|
+
(_a = this._snkConfigurator) === null || _a === void 0 ? void 0 : _a.close();
|
293
|
+
}
|
142
294
|
processMetadata() {
|
143
295
|
const fieldsMetadataElem = this._element.querySelectorAll("snk-field-metadata");
|
144
296
|
const fieldMetadata = [];
|
@@ -193,6 +345,14 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
193
345
|
this.dataUnit.clearSelection();
|
194
346
|
}
|
195
347
|
}
|
348
|
+
handleConfiguratorEvent(evt, type) {
|
349
|
+
evt.stopImmediatePropagation();
|
350
|
+
if (type === 'SAVE') {
|
351
|
+
this.configuratorSave.emit();
|
352
|
+
return;
|
353
|
+
}
|
354
|
+
this.configuratorCancel.emit();
|
355
|
+
}
|
196
356
|
getColumnSearch(actionButton, item) {
|
197
357
|
if (this._columnSearch != undefined) {
|
198
358
|
return this._columnSearch;
|
@@ -234,7 +394,9 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
234
394
|
return (_b = (_a = this.formConfig) === null || _a === void 0 ? void 0 : _a.fields) !== null && _b !== void 0 ? _b : this._formFields;
|
235
395
|
}
|
236
396
|
handleFormSetFields(fields) {
|
237
|
-
this._formFields
|
397
|
+
if (!ObjectUtils.equals(this._formFields, fields)) {
|
398
|
+
this._formFields = fields !== null && fields !== void 0 ? fields : [];
|
399
|
+
}
|
238
400
|
}
|
239
401
|
fieldsOptionLoader(argument) {
|
240
402
|
const searchTerm = argument === null || argument === void 0 ? void 0 : argument.toLowerCase();
|
@@ -249,7 +411,7 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
249
411
|
}
|
250
412
|
getActionsList() {
|
251
413
|
var _a, _b;
|
252
|
-
|
414
|
+
const hardList = [{
|
253
415
|
value: StringUtils.generateUUID(),
|
254
416
|
label: (_b = (_a = this.messagesBuilder) === null || _a === void 0 ? void 0 : _a.getMessage("snkSimpleCrud.findColumn", undefined)) !== null && _b !== void 0 ? _b : "Buscar",
|
255
417
|
disableCloseOnSelect: true,
|
@@ -258,6 +420,16 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
258
420
|
? this.getColumnSearch(actionButton, item)
|
259
421
|
: this.getFieldSearch(actionButton, item)
|
260
422
|
}];
|
423
|
+
if (this.taskbarManager != undefined && this.taskbarManager.getMoreOptions != undefined) {
|
424
|
+
const taskbarID = this.getTopTaskBarId();
|
425
|
+
return hardList.concat(this.taskbarManager.getMoreOptions(taskbarID, this.configName, this.dataState, this.actionsList));
|
426
|
+
}
|
427
|
+
return hardList.concat(this.actionsList);
|
428
|
+
}
|
429
|
+
getTopTaskBarId() {
|
430
|
+
var _a;
|
431
|
+
return ((_a = this.dataState) === null || _a === void 0 ? void 0 : _a.isDirty) ? `snkGridTopTaskbar.finish_edition${PresentationMode.PRIMARY}` :
|
432
|
+
`snkGridTopTaskbar.regular${PresentationMode.PRIMARY}`;
|
261
433
|
}
|
262
434
|
async keyDownListener(event) {
|
263
435
|
if (!event.ctrlKey || event.key == undefined || event.key.toUpperCase() !== "F") {
|
@@ -296,43 +468,92 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
|
|
296
468
|
disconnectedCallback() {
|
297
469
|
window.removeEventListener("keydown", this._keyDownHandler);
|
298
470
|
}
|
471
|
+
gridConfigChangeHandler(evt) {
|
472
|
+
const config = evt.detail;
|
473
|
+
ConfigStorage.saveGridConfig(config, this.configName, this._resourceID);
|
474
|
+
evt.stopPropagation();
|
475
|
+
}
|
476
|
+
modalConfigChangeHandler(evt) {
|
477
|
+
const config = evt.detail;
|
478
|
+
this._grid.setColumnsState(config.columns)
|
479
|
+
.then(() => {
|
480
|
+
this.setGridConfig(config);
|
481
|
+
this.closeGridConfig();
|
482
|
+
});
|
483
|
+
evt.stopPropagation();
|
484
|
+
}
|
485
|
+
setGridConfig(config) {
|
486
|
+
this.gridConfig = config;
|
487
|
+
CrudUtils.assertDefaultSorting(this.gridConfig, this.dataUnit);
|
488
|
+
}
|
489
|
+
setFormConfig(config, forceUpdate) {
|
490
|
+
if (this.formConfig && !forceUpdate)
|
491
|
+
return;
|
492
|
+
this.formConfig = config;
|
493
|
+
}
|
494
|
+
closeGridConfig() {
|
495
|
+
this._showPopUpGridConfig = false;
|
496
|
+
}
|
497
|
+
closeFormConfig() {
|
498
|
+
this._showFormConfig = false;
|
499
|
+
}
|
500
|
+
//No momento não daremos suporte para configuração de formulário quando houver formLegacyConfigName
|
501
|
+
handleShowFormConfig() {
|
502
|
+
return this._showFormConfig && !this.formLegacyConfigName;
|
503
|
+
}
|
504
|
+
/* istanbul ignore next */
|
299
505
|
render() {
|
300
|
-
var _a;
|
301
|
-
|
506
|
+
var _a, _b, _c;
|
507
|
+
if (this.dataUnit == undefined) {
|
508
|
+
return;
|
509
|
+
}
|
510
|
+
return (h("snk-data-unit", { class: "simple-crud__container", dataUnit: this.dataUnit, useCancelConfirm: this.useCancelConfirm, onDataStateChange: evt => this.onDataStateChange(evt), onCancelEdition: this.handleCancelEdit.bind(this), onInsertionMode: () => this.goToView(VIEW_MODE.FORM), onDataUnitReady: (evt) => this.dataUnitReady.emit(evt.detail), ignoreSaveMessage: this._currentViewMode === VIEW_MODE.GRID, onMessagesBuilderUpdated: evt => this.messagesBuilder = evt.detail }, h("header", null, h("slot", { name: "snkSimpleCrudHeader" })), h("section", { class: "ez-box ez-box--shadow simple-crud__container-section" }, h("snk-taskbar", { class: "ez-box ez-box--shadow ez-padding--medium", 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, slot: "leftButtons", presentationMode: PresentationMode.SECONDARY }, h("slot", { name: "TASKBAR_CUSTOM_ELEMENTS" })), 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)
|
302
511
|
? undefined
|
303
|
-
: this._multiSelectionListDataSource, useEnterLikeTab: this.useEnterLikeTab }, h("div", { slot: "footer" }, h("slot", { name: "snkSimpleCrudFooter" })))), h("stack-item", null, h("ez-form", { dataUnit: this.dataUnit, config: this.
|
512
|
+
: this._multiSelectionListDataSource, useEnterLikeTab: this.useEnterLikeTab }, h("div", { slot: "footer" }, h("slot", { name: "snkSimpleCrudFooter" })))), h("stack-item", null, h("ez-form", { class: `ez-margin-top--large ${this.handleShowFormConfig() ? "simple-crud__form--hidden" : ""}`, dataUnit: this.dataUnit, config: (_b = this._formConfigManager) === null || _b === void 0 ? void 0 : _b.getConfig((_c = this.dataState) === null || _c === void 0 ? void 0 : _c.insertionMode, this.dataUnit), fieldToFocus: this._fieldToGetFocus, onEzFormSetFields: (evt) => this.handleFormSetFields(evt.detail), onEzFormRequestClearFieldToFocus: this.clearFieldToFocusHandler.bind(this) }), this.handleShowFormConfig() && h("snk-form-config", { messagesBuilder: this.messagesBuilder, dataUnit: this.dataUnit, configManager: this._formConfigManager, onConfigClose: () => this.closeFormConfig() })), 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._resourceID, 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._resourceID }))));
|
304
513
|
}
|
305
514
|
get _element() { return this; }
|
306
515
|
static get watchers() { return {
|
307
516
|
"mode": ["onModeChange"],
|
308
|
-
"dataState": ["observeDataState"]
|
517
|
+
"dataState": ["observeDataState"],
|
518
|
+
"formLegacyConfigName": ["observeFormLegacy"],
|
519
|
+
"gridLegacyConfigName": ["observeGridLegacy"]
|
309
520
|
}; }
|
310
521
|
static get style() { return snkSimpleCrudCss; }
|
311
522
|
}, [6, "snk-simple-crud", {
|
312
523
|
"dataState": [16],
|
313
524
|
"dataUnit": [16],
|
314
525
|
"mode": [2],
|
315
|
-
"gridConfig": [
|
526
|
+
"gridConfig": [1040],
|
316
527
|
"formConfig": [16],
|
317
528
|
"multipleSelection": [4, "multiple-selection"],
|
318
529
|
"useCancelConfirm": [4, "use-cancel-confirm"],
|
319
530
|
"taskbarManager": [16],
|
320
531
|
"messagesBuilder": [1040],
|
321
532
|
"useEnterLikeTab": [4, "use-enter-like-tab"],
|
533
|
+
"actionsList": [16],
|
534
|
+
"configName": [1025, "config-name"],
|
535
|
+
"showConfiguratorButtons": [4, "show-configurator-buttons"],
|
536
|
+
"gridLegacyConfigName": [1, "grid-legacy-config-name"],
|
537
|
+
"formLegacyConfigName": [1, "form-legacy-config-name"],
|
538
|
+
"_showPopUpGridConfig": [32],
|
539
|
+
"_showFormConfig": [32],
|
322
540
|
"_currentViewMode": [32],
|
323
541
|
"_config": [32],
|
324
542
|
"_fieldToGetFocus": [32],
|
543
|
+
"_customContainerId": [32],
|
325
544
|
"_formFields": [32],
|
326
545
|
"goToView": [64],
|
327
546
|
"setMetadata": [64],
|
328
547
|
"setRecords": [64],
|
329
|
-
"getRecords": [64]
|
548
|
+
"getRecords": [64],
|
549
|
+
"openConfigurator": [64],
|
550
|
+
"closeConfigurator": [64]
|
330
551
|
}, [[0, "actionClick", "actionClickListener"]]]);
|
331
552
|
function defineCustomElement() {
|
332
553
|
if (typeof customElements === "undefined") {
|
333
554
|
return;
|
334
555
|
}
|
335
|
-
const components = ["snk-simple-crud", "snk-actions-button", "snk-data-exporter", "snk-data-unit", "snk-exporter-email-sender", "snk-taskbar", "taskbar-actions-button"];
|
556
|
+
const components = ["snk-simple-crud", "snk-actions-button", "snk-config-options", "snk-configurator", "snk-data-exporter", "snk-data-unit", "snk-exporter-email-sender", "snk-field-config", "snk-form-config", "snk-grid-config", "snk-select-box", "snk-tab-config", "snk-taskbar", "taskbar-actions-button"];
|
336
557
|
components.forEach(tagName => { switch (tagName) {
|
337
558
|
case "snk-simple-crud":
|
338
559
|
if (!customElements.get(tagName)) {
|
@@ -341,20 +562,55 @@ function defineCustomElement() {
|
|
341
562
|
break;
|
342
563
|
case "snk-actions-button":
|
343
564
|
if (!customElements.get(tagName)) {
|
344
|
-
defineCustomElement$
|
565
|
+
defineCustomElement$d();
|
566
|
+
}
|
567
|
+
break;
|
568
|
+
case "snk-config-options":
|
569
|
+
if (!customElements.get(tagName)) {
|
570
|
+
defineCustomElement$c();
|
571
|
+
}
|
572
|
+
break;
|
573
|
+
case "snk-configurator":
|
574
|
+
if (!customElements.get(tagName)) {
|
575
|
+
defineCustomElement$b();
|
345
576
|
}
|
346
577
|
break;
|
347
578
|
case "snk-data-exporter":
|
348
579
|
if (!customElements.get(tagName)) {
|
349
|
-
defineCustomElement$
|
580
|
+
defineCustomElement$a();
|
350
581
|
}
|
351
582
|
break;
|
352
583
|
case "snk-data-unit":
|
353
584
|
if (!customElements.get(tagName)) {
|
354
|
-
defineCustomElement$
|
585
|
+
defineCustomElement$9();
|
355
586
|
}
|
356
587
|
break;
|
357
588
|
case "snk-exporter-email-sender":
|
589
|
+
if (!customElements.get(tagName)) {
|
590
|
+
defineCustomElement$8();
|
591
|
+
}
|
592
|
+
break;
|
593
|
+
case "snk-field-config":
|
594
|
+
if (!customElements.get(tagName)) {
|
595
|
+
defineCustomElement$7();
|
596
|
+
}
|
597
|
+
break;
|
598
|
+
case "snk-form-config":
|
599
|
+
if (!customElements.get(tagName)) {
|
600
|
+
defineCustomElement$6();
|
601
|
+
}
|
602
|
+
break;
|
603
|
+
case "snk-grid-config":
|
604
|
+
if (!customElements.get(tagName)) {
|
605
|
+
defineCustomElement$5();
|
606
|
+
}
|
607
|
+
break;
|
608
|
+
case "snk-select-box":
|
609
|
+
if (!customElements.get(tagName)) {
|
610
|
+
defineCustomElement$4();
|
611
|
+
}
|
612
|
+
break;
|
613
|
+
case "snk-tab-config":
|
358
614
|
if (!customElements.get(tagName)) {
|
359
615
|
defineCustomElement$3();
|
360
616
|
}
|