@sankhyalabs/sankhyablocks 8.15.0-dev.5 → 8.15.0-dev.50
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-8009ecb2.js → ConfigStorage-8d4e9d53.js} +94 -21
- 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-7d850fbc.js → SnkFormConfigManager-33995e92.js} +21 -13
- package/dist/cjs/{SnkMessageBuilder-7293d0ad.js → SnkMessageBuilder-66aa2557.js} +19 -1
- package/dist/cjs/SnkMultiSelectionListDataSource-8b5bfa05.js +140 -0
- package/dist/cjs/{auth-fetcher-c8467c07.js → auth-fetcher-bb8e9ae4.js} +1 -1
- package/dist/cjs/{form-config-fetcher-df043d3d.js → form-config-fetcher-d73f4449.js} +13 -1
- package/dist/cjs/index-f9e81701.js +2 -10
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{dataunit-fetcher-bd4c52da.js → pesquisa-fetcher-036a9588.js} +498 -76
- 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} +538 -8
- package/dist/cjs/snk-application.cjs.entry.js +44 -10
- package/dist/cjs/snk-attach.cjs.entry.js +413 -62
- package/dist/cjs/snk-crud.cjs.entry.js +17 -12
- package/dist/cjs/snk-data-exporter.cjs.entry.js +10 -6
- package/dist/cjs/{snk-data-unit-1bc69073.js → snk-data-unit-41c29713.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 +61 -10
- package/dist/cjs/snk-filter-detail.cjs.entry.js +4 -1
- package/dist/cjs/snk-filter-item.cjs.entry.js +13 -6
- 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 +37 -22
- package/dist/cjs/{snk-guides-viewer-cb176c4d.js → snk-guides-viewer-2f61fb02.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 +264 -27
- package/dist/cjs/snk-taskbar.cjs.entry.js +123 -15
- package/dist/cjs/{taskbar-elements-01b85b99.js → taskbar-elements-3ecd1278.js} +9 -9
- package/dist/collection/collection-manifest.json +7 -7
- package/dist/collection/components/snk-application/__mocks__/snk-application.js +7 -0
- package/dist/collection/components/snk-application/snk-application.js +94 -11
- package/dist/collection/components/snk-attach/snk-attach.js +203 -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 +118 -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 +7 -3
- 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-detail.js +22 -1
- package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.js +31 -6
- 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 +24 -1
- package/dist/collection/components/snk-filter-bar/snk-filter-bar.js +154 -5
- 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 +20 -12
- 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 +100 -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 +10 -2
- package/dist/collection/components/snk-simple-crud/snk-simple-crud.js +467 -19
- package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.js +18 -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 +166 -14
- package/dist/collection/lib/configs/ConfigStorage.js +86 -16
- package/dist/collection/lib/dataUnit/InMemoryLoader.js +5 -40
- package/dist/collection/lib/dataUnit/dataUnitInMemoryUtils.js +33 -0
- 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 +31 -3
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.js +37 -23
- package/dist/collection/lib/http/data-fetcher/fetchers/form-config-fetcher.js +12 -0
- 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/message/resources/snk-simple-crud.msg.js +4 -0
- package/dist/collection/lib/utils/CrudUtils.js +13 -1
- package/dist/components/ConfigStorage.js +92 -19
- package/dist/components/DataFetcher.js +5 -3
- package/dist/components/SnkFormConfigManager.js +19 -11
- package/dist/components/SnkMessageBuilder.js +19 -1
- package/dist/components/dataunit-fetcher.js +116 -77
- package/dist/components/field-search.js +93 -3
- package/dist/components/form-config-fetcher.js +12 -0
- 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 +469 -69
- package/dist/components/snk-crud.js +15 -3
- package/dist/components/snk-data-exporter2.js +7 -3
- 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 +64 -8
- package/dist/components/snk-filter-detail2.js +5 -1
- package/dist/components/snk-filter-item2.js +14 -6
- 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 +38 -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 +325 -31
- package/dist/components/snk-taskbar2.js +139 -25
- package/dist/components/taskbar-actions-button2.js +18 -2
- package/dist/esm/{ConfigStorage-1244b8b0.js → ConfigStorage-6e241cd7.js} +94 -21
- 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-9be0e7d4.js → SnkFormConfigManager-7a4e678f.js} +21 -13
- package/dist/esm/{SnkMessageBuilder-ca843d1b.js → SnkMessageBuilder-0a4becdd.js} +19 -1
- package/dist/esm/SnkMultiSelectionListDataSource-4274be27.js +133 -0
- package/dist/esm/{auth-fetcher-c05dc474.js → auth-fetcher-8ec448b0.js} +1 -1
- package/dist/esm/{form-config-fetcher-36219cd3.js → form-config-fetcher-765b8498.js} +13 -1
- package/dist/esm/index-a7d3d3f1.js +2 -10
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{dataunit-fetcher-65714f21.js → pesquisa-fetcher-a9e27c84.js} +486 -69
- package/dist/esm/sankhyablocks.js +1 -1
- package/dist/esm/{snk-actions-button_2.entry.js → snk-actions-button_4.entry.js} +537 -9
- package/dist/esm/snk-application.entry.js +43 -9
- package/dist/esm/snk-attach.entry.js +413 -62
- package/dist/esm/snk-crud.entry.js +17 -12
- package/dist/esm/snk-data-exporter.entry.js +10 -6
- package/dist/esm/{snk-data-unit-6208ebf0.js → snk-data-unit-de1d140d.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 +61 -10
- package/dist/esm/snk-filter-detail.entry.js +4 -1
- package/dist/esm/snk-filter-item.entry.js +13 -6
- 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 +38 -23
- package/dist/esm/{snk-guides-viewer-eeb8f354.js → snk-guides-viewer-16974807.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 +264 -27
- package/dist/esm/snk-taskbar.entry.js +124 -16
- package/dist/esm/{taskbar-elements-d4d0b424.js → taskbar-elements-2473c8ac.js} +9 -9
- package/dist/sankhyablocks/p-004c356e.js +26 -0
- package/dist/sankhyablocks/p-0624f62d.js +56 -0
- package/dist/sankhyablocks/p-07a61550.entry.js +1 -0
- package/dist/sankhyablocks/p-1048bd26.entry.js +1 -0
- package/dist/sankhyablocks/{p-e6380c60.js → p-125bb902.js} +1 -1
- package/dist/sankhyablocks/p-1c7d57e5.entry.js +1 -0
- package/dist/sankhyablocks/{p-9e7d65a4.js → p-21749402.js} +1 -1
- package/dist/sankhyablocks/{p-3520c088.entry.js → p-24ed6ad6.entry.js} +1 -1
- package/dist/sankhyablocks/p-32331e9b.entry.js +1 -0
- package/dist/sankhyablocks/p-32556aa6.js +1 -0
- package/dist/sankhyablocks/p-33718dfc.entry.js +1 -0
- package/dist/sankhyablocks/p-3f88728d.js +1 -0
- package/dist/sankhyablocks/p-433f0d45.entry.js +1 -0
- package/dist/sankhyablocks/p-4ab95a67.entry.js +1 -0
- package/dist/sankhyablocks/{p-32f0935f.js → p-52c8e589.js} +1 -1
- package/dist/sankhyablocks/p-54a5d52a.entry.js +1 -0
- package/dist/sankhyablocks/p-70a4af56.entry.js +1 -0
- package/dist/sankhyablocks/p-751bd42a.entry.js +1 -0
- package/dist/sankhyablocks/p-85af23fe.entry.js +1 -0
- package/dist/sankhyablocks/{p-f514913b.entry.js → p-ac77949b.entry.js} +1 -1
- package/dist/sankhyablocks/p-ae4fc9a9.js +1 -0
- package/dist/sankhyablocks/p-b10b9934.entry.js +1 -0
- package/dist/sankhyablocks/p-b11aa1e0.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-bf39bdb8.entry.js +1 -0
- package/dist/sankhyablocks/p-c6751382.entry.js +11 -0
- package/dist/sankhyablocks/p-d0126ca0.js +65 -0
- package/dist/sankhyablocks/{p-247a8b36.entry.js → p-d1791da2.entry.js} +1 -1
- package/dist/sankhyablocks/p-d6321b12.entry.js +1 -0
- package/dist/sankhyablocks/p-dcce8ca0.entry.js +1 -0
- package/dist/sankhyablocks/p-e8763234.entry.js +1 -0
- package/dist/sankhyablocks/p-efeca7ba.js +1 -0
- package/dist/sankhyablocks/p-f7d0fab9.entry.js +1 -0
- package/dist/sankhyablocks/p-fbc60023.js +1 -0
- package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
- package/dist/types/components/snk-actions-button/subcomponents/snk-actions-form.d.ts +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 +28 -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 +40 -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 +16 -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-detail.d.ts +4 -0
- package/dist/types/components/snk-filter-bar/filter-item/snk-filter-item.d.ts +7 -3
- 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 +26 -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 +2 -1
- 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 +19 -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 +85 -4
- package/dist/types/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.d.ts +1 -0
- package/dist/types/components/snk-taskbar/snk-taskbar.d.ts +34 -1
- package/dist/types/components.d.ts +298 -12
- package/dist/types/lib/configs/ConfigStorage.d.ts +25 -1
- package/dist/types/lib/dataUnit/InMemoryLoader.d.ts +0 -2
- package/dist/types/lib/dataUnit/dataUnitInMemoryUtils.d.ts +4 -0
- 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 +2 -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/form-config-fetcher.d.ts +2 -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 +15 -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-0d7863ed.js +0 -26
- package/dist/sankhyablocks/p-11081798.entry.js +0 -1
- package/dist/sankhyablocks/p-20726710.entry.js +0 -1
- package/dist/sankhyablocks/p-29804fc5.js +0 -60
- package/dist/sankhyablocks/p-374d03f6.js +0 -1
- package/dist/sankhyablocks/p-4775a293.entry.js +0 -1
- package/dist/sankhyablocks/p-585294ee.js +0 -56
- package/dist/sankhyablocks/p-6977a26c.entry.js +0 -1
- package/dist/sankhyablocks/p-69efa80d.entry.js +0 -1
- package/dist/sankhyablocks/p-6d20d38c.entry.js +0 -1
- package/dist/sankhyablocks/p-776ee8e3.js +0 -1
- package/dist/sankhyablocks/p-7d51d949.entry.js +0 -11
- package/dist/sankhyablocks/p-809f367d.entry.js +0 -1
- package/dist/sankhyablocks/p-95a3778f.entry.js +0 -1
- package/dist/sankhyablocks/p-98674137.entry.js +0 -1
- package/dist/sankhyablocks/p-a9e5b094.entry.js +0 -1
- package/dist/sankhyablocks/p-b146a9f0.entry.js +0 -1
- package/dist/sankhyablocks/p-bedb8ad6.entry.js +0 -1
- package/dist/sankhyablocks/p-c22c1d8e.js +0 -1
- package/dist/sankhyablocks/p-c758265f.entry.js +0 -1
- package/dist/sankhyablocks/p-ca4d337a.entry.js +0 -1
- package/dist/sankhyablocks/p-cb7419e0.entry.js +0 -1
- package/dist/sankhyablocks/p-cdd66657.entry.js +0 -1
- package/dist/sankhyablocks/p-d1f5bc50.js +0 -1
- package/dist/sankhyablocks/p-d4f9ee17.entry.js +0 -1
- package/dist/sankhyablocks/p-d6317851.entry.js +0 -1
- package/dist/sankhyablocks/p-d9bb09b3.js +0 -6
- package/dist/sankhyablocks/p-f2056f66.entry.js +0 -1
- package/dist/sankhyablocks/p-fd8814b9.entry.js +0 -1
- package/dist/sankhyablocks/p-ff6064e7.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,28 +1,34 @@
|
|
1
|
-
import { ApplicationContext, DataType, FloatingManager, JSUtils, ObjectUtils, StringUtils, UserInterface, } from '@sankhyalabs/core';
|
1
|
+
import { ApplicationContext, DataType, ElementIDUtils, FloatingManager, JSUtils, ObjectUtils, StringUtils, UserInterface, } from '@sankhyalabs/core';
|
2
|
+
import { CSSVarsUtils } from "@sankhyalabs/ezui/dist/collection/utils";
|
2
3
|
import { h } from '@stencil/core';
|
3
4
|
import { SIMPLE_CRUD_MODE, VIEW_MODE } from '../../lib/utils/constants';
|
4
5
|
import { TaskbarElement } from '../snk-taskbar/elements/taskbar-elements';
|
5
|
-
import { PresentationMode } from '../../lib';
|
6
|
+
import { CrudUtils, FormConfigFetcher, PresentationMode } from '../../lib';
|
6
7
|
import TaskbarProcessor from '../snk-taskbar/processor/taskbar-processor';
|
7
8
|
import InMemoryLoader from '../../lib/dataUnit/InMemoryLoader';
|
8
9
|
import SnkMultiSelectionListDataSource from '../snk-grid/filtercolumn/SnkMultiSelectionListDataSource';
|
9
10
|
import { buildFieldSearch, openFieldSearch } from '../snk-taskbar/subcomponents/field-search';
|
11
|
+
import { ConfigStorage } from '../../lib/configs/ConfigStorage';
|
12
|
+
import { SnkFormConfigManager } from '../snk-form-config/SnkFormConfigManager';
|
13
|
+
import { REGULAR_DEFAULT_BTNS, REGULAR_SELECTED_BTNS } from './regular-buttons';
|
10
14
|
export class SnkSimpleCrud {
|
11
15
|
constructor() {
|
12
|
-
this.REGULAR_DEFAULT_BTNS = ["INSERT", "REFRESH", "PREVIOUS", "NEXT", "DIVIDER", "MORE_OPTIONS"];
|
13
|
-
this.REGULAR_SELECTED_BTNS = ["INSERT", "REFRESH", "PREVIOUS", "NEXT", "DIVIDER", "CLONE", "REMOVE", "DIVIDER", "MORE_OPTIONS"];
|
14
16
|
this._multiSelectionListDataSource = new SnkMultiSelectionListDataSource();
|
15
17
|
this._keyDownHandler = (event) => this.keyDownListener(event);
|
18
|
+
this._formConfigFetcher = new FormConfigFetcher();
|
16
19
|
this._taskbarProcessor = new TaskbarProcessor({
|
17
|
-
"snkSimpleCrudTaskbar.form_regular": this.
|
18
|
-
"snkSimpleCrudTaskbar.grid_regular": this.
|
19
|
-
"snkSimpleCrudTaskbar.form_selected": this.
|
20
|
-
"snkSimpleCrudTaskbar.grid_selected": this.
|
20
|
+
"snkSimpleCrudTaskbar.form_regular": this.getButtons(false, TaskbarElement.GRID_MODE),
|
21
|
+
"snkSimpleCrudTaskbar.grid_regular": this.getButtons(false, TaskbarElement.FORM_MODE),
|
22
|
+
"snkSimpleCrudTaskbar.form_selected": this.getButtons(true, TaskbarElement.GRID_MODE),
|
23
|
+
"snkSimpleCrudTaskbar.grid_selected": this.getButtons(true, TaskbarElement.FORM_MODE),
|
21
24
|
"snkSimpleCrudTaskbar.finish_edition": ["CANCEL", "SAVE"]
|
22
25
|
});
|
26
|
+
this._showPopUpGridConfig = false;
|
27
|
+
this._showFormConfig = false;
|
23
28
|
this._currentViewMode = VIEW_MODE.GRID;
|
24
29
|
this._config = undefined;
|
25
30
|
this._fieldToGetFocus = undefined;
|
31
|
+
this._customContainerId = `SNK-SIMPLE-CRUD-CUSTOM-CONTAINER-${StringUtils.generateUUID()}`;
|
26
32
|
this.dataState = undefined;
|
27
33
|
this.dataUnit = undefined;
|
28
34
|
this.mode = SIMPLE_CRUD_MODE.SERVER;
|
@@ -31,9 +37,39 @@ export class SnkSimpleCrud {
|
|
31
37
|
this._formFields = [];
|
32
38
|
this.multipleSelection = undefined;
|
33
39
|
this.useCancelConfirm = true;
|
40
|
+
this.resourceID = undefined;
|
34
41
|
this.taskbarManager = undefined;
|
35
42
|
this.messagesBuilder = undefined;
|
36
43
|
this.useEnterLikeTab = false;
|
44
|
+
this.actionsList = undefined;
|
45
|
+
this.configName = undefined;
|
46
|
+
this.showConfiguratorButtons = undefined;
|
47
|
+
this.gridLegacyConfigName = undefined;
|
48
|
+
this.formLegacyConfigName = undefined;
|
49
|
+
this.ignoreReadOnlyFormFields = false;
|
50
|
+
}
|
51
|
+
handleResourceIDChanged(newValue, oldValue) {
|
52
|
+
if (StringUtils.isEmpty(newValue)) {
|
53
|
+
return;
|
54
|
+
}
|
55
|
+
if (newValue === oldValue) {
|
56
|
+
return;
|
57
|
+
}
|
58
|
+
this.loadFormConfig(true);
|
59
|
+
this.loadGridConfig(true);
|
60
|
+
}
|
61
|
+
getButtons(selected, changeModeBtn) {
|
62
|
+
return this.addConfigButton(this.resolveInMemoryBtns(selected ? REGULAR_SELECTED_BTNS : REGULAR_DEFAULT_BTNS)
|
63
|
+
.concat(changeModeBtn));
|
64
|
+
}
|
65
|
+
addConfigButton(buttons) {
|
66
|
+
if (this.configName === undefined) {
|
67
|
+
return buttons;
|
68
|
+
}
|
69
|
+
return buttons.concat(TaskbarElement.CONFIGURATOR);
|
70
|
+
}
|
71
|
+
get application() {
|
72
|
+
return ApplicationContext.getContextValue("__SNK__APPLICATION__");
|
37
73
|
}
|
38
74
|
resolveInMemoryBtns(taskbarButtons) {
|
39
75
|
const newTaskBarConfig = [...taskbarButtons];
|
@@ -53,7 +89,10 @@ export class SnkSimpleCrud {
|
|
53
89
|
}
|
54
90
|
actionClickListener(evt) {
|
55
91
|
const act = evt.detail;
|
56
|
-
if (act === TaskbarElement.
|
92
|
+
if (act === TaskbarElement.CONFIGURATOR) {
|
93
|
+
this._snkConfigurator.open();
|
94
|
+
}
|
95
|
+
else if (act === TaskbarElement.GRID_MODE) {
|
57
96
|
this.goToView(VIEW_MODE.GRID);
|
58
97
|
}
|
59
98
|
else if (act === TaskbarElement.FORM_MODE) {
|
@@ -71,17 +110,129 @@ export class SnkSimpleCrud {
|
|
71
110
|
this.dataStateChange.emit(newValue);
|
72
111
|
}
|
73
112
|
}
|
74
|
-
|
113
|
+
async observeFormLegacy(newValue, oldValue) {
|
114
|
+
await this.handleUpdateFormLegacyConfig(newValue, oldValue);
|
115
|
+
}
|
116
|
+
async observeGridLegacy(newValue, oldValue) {
|
117
|
+
await this.handleUpdateGridLegacyConfig(newValue, oldValue);
|
118
|
+
}
|
119
|
+
async handleUpdateGridLegacyConfig(newValue, oldValue) {
|
120
|
+
if (newValue == undefined || newValue == oldValue) {
|
121
|
+
return;
|
122
|
+
}
|
123
|
+
if (!this._gridConfigAlreadyLoaded) {
|
124
|
+
return;
|
125
|
+
}
|
126
|
+
await this.loadGridConfig(true);
|
127
|
+
}
|
128
|
+
async handleUpdateFormLegacyConfig(newValue, oldValue) {
|
129
|
+
if (newValue == undefined || newValue == oldValue) {
|
130
|
+
return;
|
131
|
+
}
|
132
|
+
if (!this._formConfigAlreadyLoaded) {
|
133
|
+
return;
|
134
|
+
}
|
135
|
+
this.loadFormConfig(true);
|
136
|
+
}
|
137
|
+
openConfig(viewMode) {
|
138
|
+
this._snkConfigurator.close();
|
139
|
+
if (viewMode === VIEW_MODE.GRID) {
|
140
|
+
this.openGridConfig();
|
141
|
+
}
|
142
|
+
else if (viewMode === VIEW_MODE.FORM) {
|
143
|
+
this.openFormConfig();
|
144
|
+
}
|
145
|
+
}
|
146
|
+
openGridConfig() {
|
147
|
+
this._grid.getColumnsState()
|
148
|
+
.then((gridColumns) => {
|
149
|
+
this._snkGridConfig.columns = gridColumns.filter(c => c.name);
|
150
|
+
this._snkGridConfig.selectedIndex = 0;
|
151
|
+
this._showPopUpGridConfig = true;
|
152
|
+
});
|
153
|
+
}
|
154
|
+
async openFormConfig() {
|
155
|
+
var _a, _b;
|
156
|
+
//No momento não daremos suporte para configuraçao de formulário quando houver legacy config
|
157
|
+
if (this.formLegacyConfigName) {
|
158
|
+
const title = (_a = this.messagesBuilder) === null || _a === void 0 ? void 0 : _a.getMessage("snkSimpleCrud.formConfigUnavaliable.title", undefined);
|
159
|
+
const message = (_b = this.messagesBuilder) === null || _b === void 0 ? void 0 : _b.getMessage("snkSimpleCrud.formConfigUnavaliable.message", undefined);
|
160
|
+
await this.application.alert(title, message);
|
161
|
+
return;
|
162
|
+
}
|
163
|
+
this._showFormConfig = true;
|
164
|
+
}
|
165
|
+
addGridLegacyConfigName() {
|
166
|
+
if (this.gridLegacyConfigName && this.configName) {
|
167
|
+
ConfigStorage.addGridLegacyConfig(this.configName, this.gridLegacyConfigName);
|
168
|
+
}
|
169
|
+
}
|
170
|
+
loadGridConfig(forceUpdate) {
|
171
|
+
if (this.configName === undefined) {
|
172
|
+
return;
|
173
|
+
}
|
174
|
+
if ((this.gridConfig != undefined || this._gridConfigAlreadyLoaded) && !forceUpdate) {
|
175
|
+
return;
|
176
|
+
}
|
177
|
+
this.addGridLegacyConfigName();
|
178
|
+
this._gridConfigAlreadyLoaded = true;
|
179
|
+
return new Promise((accept, reject) => {
|
180
|
+
ConfigStorage.loadGridConfig(this.configName, this.resolveResourceID())
|
181
|
+
.then(config => {
|
182
|
+
this.setGridConfig(config);
|
183
|
+
accept();
|
184
|
+
})
|
185
|
+
.catch(reason => {
|
186
|
+
reject(reason);
|
187
|
+
});
|
188
|
+
});
|
189
|
+
}
|
190
|
+
formConfigIsLoaded() {
|
191
|
+
return this.formConfig != undefined || this._formConfigAlreadyLoaded;
|
192
|
+
}
|
193
|
+
async loadFormConfig(forceLoad = false) {
|
194
|
+
if (this.configName === undefined) {
|
195
|
+
return;
|
196
|
+
}
|
197
|
+
if (this._formConfigManager == undefined) {
|
198
|
+
this._formConfigManager = new SnkFormConfigManager(this.configName, this.resolveResourceID());
|
199
|
+
this._formConfigManager.setConfig(this.formConfig);
|
200
|
+
}
|
201
|
+
if (this.formConfigIsLoaded() && !forceLoad) {
|
202
|
+
return;
|
203
|
+
}
|
204
|
+
this._formConfigAlreadyLoaded = true;
|
205
|
+
let loadedLegacyConfig = await this._formConfigFetcher.fetchLegacyConfigurableForm(this.formLegacyConfigName);
|
206
|
+
if (loadedLegacyConfig != undefined) {
|
207
|
+
this._formConfigManager.setConfig(loadedLegacyConfig);
|
208
|
+
this.setFormConfig(loadedLegacyConfig);
|
209
|
+
return;
|
210
|
+
}
|
211
|
+
this.setFormConfig(await this._formConfigManager.loadConfig());
|
212
|
+
}
|
213
|
+
async componentWillRender() {
|
214
|
+
this._resourceID = await this.application.getResourceID();
|
75
215
|
this._taskbarProcessor.process(this.getTaskBarId(), this.taskbarManager, this.dataState, this.getTaskBarDisabledButtons());
|
216
|
+
if (this.configName === undefined) {
|
217
|
+
return;
|
218
|
+
}
|
219
|
+
if (this.gridConfig != undefined || this._gridConfigAlreadyLoaded) {
|
220
|
+
return;
|
221
|
+
}
|
222
|
+
await this.addGridLegacyConfigName();
|
223
|
+
this.loadGridConfig();
|
224
|
+
this.loadFormConfig();
|
76
225
|
}
|
77
226
|
componentWillLoad() {
|
78
227
|
this.processMetadata();
|
79
228
|
this.onModeChange();
|
80
229
|
this.configDatasource();
|
81
230
|
}
|
231
|
+
componentDidLoad() {
|
232
|
+
CSSVarsUtils.applyVarsGrid(this._element, this._grid);
|
233
|
+
}
|
82
234
|
configDatasource() {
|
83
|
-
|
84
|
-
this._multiSelectionListDataSource.setApplication(application);
|
235
|
+
this._multiSelectionListDataSource.setApplication(this.application);
|
85
236
|
this._multiSelectionListDataSource.setDataUnit(this.dataUnit);
|
86
237
|
}
|
87
238
|
getTaskBarId() {
|
@@ -122,6 +273,27 @@ export class SnkSimpleCrud {
|
|
122
273
|
getRecords() {
|
123
274
|
return Promise.resolve(this.dataUnit.records);
|
124
275
|
}
|
276
|
+
/**
|
277
|
+
* Usado para abrir o configurator do CRUD
|
278
|
+
*/
|
279
|
+
async openConfigurator() {
|
280
|
+
var _a;
|
281
|
+
(_a = this._snkConfigurator) === null || _a === void 0 ? void 0 : _a.open();
|
282
|
+
}
|
283
|
+
/**
|
284
|
+
* Usado para fechar o configurator do CRUD
|
285
|
+
*/
|
286
|
+
async closeConfigurator() {
|
287
|
+
var _a;
|
288
|
+
(_a = this._snkConfigurator) === null || _a === void 0 ? void 0 : _a.close();
|
289
|
+
}
|
290
|
+
updateConfig() {
|
291
|
+
if (this._formConfigManager == undefined) {
|
292
|
+
this._formConfigManager = new SnkFormConfigManager(this.configName, this.resolveResourceID());
|
293
|
+
}
|
294
|
+
this._formConfigManager.setConfig(this.formConfig);
|
295
|
+
return;
|
296
|
+
}
|
125
297
|
processMetadata() {
|
126
298
|
const fieldsMetadataElem = this._element.querySelectorAll("snk-field-metadata");
|
127
299
|
const fieldMetadata = [];
|
@@ -176,6 +348,14 @@ export class SnkSimpleCrud {
|
|
176
348
|
this.dataUnit.clearSelection();
|
177
349
|
}
|
178
350
|
}
|
351
|
+
handleConfiguratorEvent(evt, type) {
|
352
|
+
evt.stopImmediatePropagation();
|
353
|
+
if (type === 'SAVE') {
|
354
|
+
this.configuratorSave.emit();
|
355
|
+
return;
|
356
|
+
}
|
357
|
+
this.configuratorCancel.emit();
|
358
|
+
}
|
179
359
|
getColumnSearch(actionButton, item) {
|
180
360
|
if (this._columnSearch != undefined) {
|
181
361
|
return this._columnSearch;
|
@@ -217,7 +397,9 @@ export class SnkSimpleCrud {
|
|
217
397
|
return (_b = (_a = this.formConfig) === null || _a === void 0 ? void 0 : _a.fields) !== null && _b !== void 0 ? _b : this._formFields;
|
218
398
|
}
|
219
399
|
handleFormSetFields(fields) {
|
220
|
-
this._formFields
|
400
|
+
if (!ObjectUtils.equals(this._formFields, fields)) {
|
401
|
+
this._formFields = fields !== null && fields !== void 0 ? fields : [];
|
402
|
+
}
|
221
403
|
}
|
222
404
|
fieldsOptionLoader(argument) {
|
223
405
|
const searchTerm = argument === null || argument === void 0 ? void 0 : argument.toLowerCase();
|
@@ -232,7 +414,7 @@ export class SnkSimpleCrud {
|
|
232
414
|
}
|
233
415
|
getActionsList() {
|
234
416
|
var _a, _b;
|
235
|
-
|
417
|
+
const hardList = [{
|
236
418
|
value: StringUtils.generateUUID(),
|
237
419
|
label: (_b = (_a = this.messagesBuilder) === null || _a === void 0 ? void 0 : _a.getMessage("snkSimpleCrud.findColumn", undefined)) !== null && _b !== void 0 ? _b : "Buscar",
|
238
420
|
disableCloseOnSelect: true,
|
@@ -241,6 +423,16 @@ export class SnkSimpleCrud {
|
|
241
423
|
? this.getColumnSearch(actionButton, item)
|
242
424
|
: this.getFieldSearch(actionButton, item)
|
243
425
|
}];
|
426
|
+
if (this.taskbarManager != undefined && this.taskbarManager.getMoreOptions != undefined) {
|
427
|
+
const taskbarID = this.getTopTaskBarId();
|
428
|
+
return hardList.concat(this.taskbarManager.getMoreOptions(taskbarID, this.configName, this.dataState, this.actionsList));
|
429
|
+
}
|
430
|
+
return hardList.concat(this.actionsList);
|
431
|
+
}
|
432
|
+
getTopTaskBarId() {
|
433
|
+
var _a;
|
434
|
+
return ((_a = this.dataState) === null || _a === void 0 ? void 0 : _a.isDirty) ? `snkGridTopTaskbar.finish_edition${PresentationMode.PRIMARY}` :
|
435
|
+
`snkGridTopTaskbar.regular${PresentationMode.PRIMARY}`;
|
244
436
|
}
|
245
437
|
async keyDownListener(event) {
|
246
438
|
if (!event.ctrlKey || event.key == undefined || event.key.toUpperCase() !== "F") {
|
@@ -279,11 +471,51 @@ export class SnkSimpleCrud {
|
|
279
471
|
disconnectedCallback() {
|
280
472
|
window.removeEventListener("keydown", this._keyDownHandler);
|
281
473
|
}
|
474
|
+
gridConfigChangeHandler(evt) {
|
475
|
+
const config = evt.detail;
|
476
|
+
ConfigStorage.saveGridConfig(config, this.configName, this.resolveResourceID());
|
477
|
+
evt.stopPropagation();
|
478
|
+
}
|
479
|
+
modalConfigChangeHandler(evt) {
|
480
|
+
const config = evt.detail;
|
481
|
+
this._grid.setColumnsState(config.columns)
|
482
|
+
.then(() => {
|
483
|
+
this.setGridConfig(config);
|
484
|
+
this.closeGridConfig();
|
485
|
+
});
|
486
|
+
evt.stopPropagation();
|
487
|
+
}
|
488
|
+
setGridConfig(config) {
|
489
|
+
this.gridConfig = config;
|
490
|
+
CrudUtils.assertDefaultSorting(this.gridConfig, this.dataUnit);
|
491
|
+
}
|
492
|
+
setFormConfig(config, forceUpdate) {
|
493
|
+
if (this.formConfig && !forceUpdate)
|
494
|
+
return;
|
495
|
+
this.formConfig = config;
|
496
|
+
}
|
497
|
+
closeGridConfig() {
|
498
|
+
this._showPopUpGridConfig = false;
|
499
|
+
}
|
500
|
+
closeFormConfig() {
|
501
|
+
this._showFormConfig = false;
|
502
|
+
}
|
503
|
+
//No momento não daremos suporte para configuração de formulário quando houver formLegacyConfigName
|
504
|
+
handleShowFormConfig() {
|
505
|
+
return this._showFormConfig && !this.formLegacyConfigName;
|
506
|
+
}
|
507
|
+
resolveResourceID() {
|
508
|
+
return StringUtils.isEmpty(this.resourceID) ? this._resourceID : this.resourceID;
|
509
|
+
}
|
510
|
+
/* istanbul ignore next */
|
282
511
|
render() {
|
283
|
-
var _a;
|
284
|
-
|
512
|
+
var _a, _b, _c;
|
513
|
+
if (this.dataUnit == undefined) {
|
514
|
+
return;
|
515
|
+
}
|
516
|
+
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)
|
285
517
|
? undefined
|
286
|
-
: 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.
|
518
|
+
: 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, this.ignoreReadOnlyFormFields), 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.resolveResourceID(), customContainerId: this._customContainerId })), h("div", { id: `${this._customContainerId}` }, h("slot", { name: "SnkConfigContainerSlot" }))), h("ez-modal", { modalSize: "small", closeEsc: false, closeOutsideClick: false, opened: this._showPopUpGridConfig, onEzCloseModal: () => this.closeGridConfig() }, h("snk-grid-config", { ref: ref => this._snkGridConfig = ref, config: this.gridConfig, "data-element-id": this._element.getAttribute(ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME), selectedIndex: 0, configName: this.configName, onConfigChange: (evt) => this.modalConfigChangeHandler(evt), onConfigCancel: () => this.closeGridConfig(), resourceID: this.resolveResourceID() }))));
|
287
519
|
}
|
288
520
|
static get is() { return "snk-simple-crud"; }
|
289
521
|
static get encapsulation() { return "scoped"; }
|
@@ -364,7 +596,7 @@ export class SnkSimpleCrud {
|
|
364
596
|
},
|
365
597
|
"gridConfig": {
|
366
598
|
"type": "unknown",
|
367
|
-
"mutable":
|
599
|
+
"mutable": true,
|
368
600
|
"complexType": {
|
369
601
|
"original": "IGridConfig",
|
370
602
|
"resolved": "IGridConfig",
|
@@ -384,7 +616,7 @@ export class SnkSimpleCrud {
|
|
384
616
|
},
|
385
617
|
"formConfig": {
|
386
618
|
"type": "unknown",
|
387
|
-
"mutable":
|
619
|
+
"mutable": true,
|
388
620
|
"complexType": {
|
389
621
|
"original": "IFormConfig",
|
390
622
|
"resolved": "IFormConfig",
|
@@ -437,6 +669,23 @@ export class SnkSimpleCrud {
|
|
437
669
|
"reflect": false,
|
438
670
|
"defaultValue": "true"
|
439
671
|
},
|
672
|
+
"resourceID": {
|
673
|
+
"type": "string",
|
674
|
+
"mutable": false,
|
675
|
+
"complexType": {
|
676
|
+
"original": "string",
|
677
|
+
"resolved": "string",
|
678
|
+
"references": {}
|
679
|
+
},
|
680
|
+
"required": false,
|
681
|
+
"optional": false,
|
682
|
+
"docs": {
|
683
|
+
"tags": [],
|
684
|
+
"text": "Identificador de recursos como configura\u00E7\u00F5es e acesso."
|
685
|
+
},
|
686
|
+
"attribute": "resource-i-d",
|
687
|
+
"reflect": false
|
688
|
+
},
|
440
689
|
"taskbarManager": {
|
441
690
|
"type": "unknown",
|
442
691
|
"mutable": false,
|
@@ -494,14 +743,126 @@ export class SnkSimpleCrud {
|
|
494
743
|
"attribute": "use-enter-like-tab",
|
495
744
|
"reflect": false,
|
496
745
|
"defaultValue": "false"
|
746
|
+
},
|
747
|
+
"actionsList": {
|
748
|
+
"type": "unknown",
|
749
|
+
"mutable": false,
|
750
|
+
"complexType": {
|
751
|
+
"original": "Array<Action>",
|
752
|
+
"resolved": "Action[]",
|
753
|
+
"references": {
|
754
|
+
"Array": {
|
755
|
+
"location": "global"
|
756
|
+
},
|
757
|
+
"Action": {
|
758
|
+
"location": "import",
|
759
|
+
"path": "../snk-taskbar/snk-taskbar"
|
760
|
+
}
|
761
|
+
}
|
762
|
+
},
|
763
|
+
"required": false,
|
764
|
+
"optional": false,
|
765
|
+
"docs": {
|
766
|
+
"tags": [],
|
767
|
+
"text": "A\u00E7\u00F5es a serem colocadas no bot\u00E3o \"Mais op\u00E7\u00F5es\" do componente snk-taskbar."
|
768
|
+
}
|
769
|
+
},
|
770
|
+
"configName": {
|
771
|
+
"type": "string",
|
772
|
+
"mutable": true,
|
773
|
+
"complexType": {
|
774
|
+
"original": "string",
|
775
|
+
"resolved": "string",
|
776
|
+
"references": {}
|
777
|
+
},
|
778
|
+
"required": false,
|
779
|
+
"optional": false,
|
780
|
+
"docs": {
|
781
|
+
"tags": [],
|
782
|
+
"text": "Usado para salvar as configura\u00E7\u00F5es dos blocos de constru\u00E7\u00E3o."
|
783
|
+
},
|
784
|
+
"attribute": "config-name",
|
785
|
+
"reflect": false
|
786
|
+
},
|
787
|
+
"showConfiguratorButtons": {
|
788
|
+
"type": "boolean",
|
789
|
+
"mutable": false,
|
790
|
+
"complexType": {
|
791
|
+
"original": "boolean",
|
792
|
+
"resolved": "boolean",
|
793
|
+
"references": {}
|
794
|
+
},
|
795
|
+
"required": false,
|
796
|
+
"optional": false,
|
797
|
+
"docs": {
|
798
|
+
"tags": [],
|
799
|
+
"text": "Usado para exibir os bot\u00F5es de a\u00E7\u00E3o do snk-configurator."
|
800
|
+
},
|
801
|
+
"attribute": "show-configurator-buttons",
|
802
|
+
"reflect": false
|
803
|
+
},
|
804
|
+
"gridLegacyConfigName": {
|
805
|
+
"type": "string",
|
806
|
+
"mutable": false,
|
807
|
+
"complexType": {
|
808
|
+
"original": "string",
|
809
|
+
"resolved": "string",
|
810
|
+
"references": {}
|
811
|
+
},
|
812
|
+
"required": false,
|
813
|
+
"optional": false,
|
814
|
+
"docs": {
|
815
|
+
"tags": [],
|
816
|
+
"text": "Chave da configura\u00E7\u00E3o legado da grade."
|
817
|
+
},
|
818
|
+
"attribute": "grid-legacy-config-name",
|
819
|
+
"reflect": false
|
820
|
+
},
|
821
|
+
"formLegacyConfigName": {
|
822
|
+
"type": "string",
|
823
|
+
"mutable": false,
|
824
|
+
"complexType": {
|
825
|
+
"original": "string",
|
826
|
+
"resolved": "string",
|
827
|
+
"references": {}
|
828
|
+
},
|
829
|
+
"required": false,
|
830
|
+
"optional": false,
|
831
|
+
"docs": {
|
832
|
+
"tags": [],
|
833
|
+
"text": "Chave da configura\u00E7\u00E3o legado do formul\u00E1rio."
|
834
|
+
},
|
835
|
+
"attribute": "form-legacy-config-name",
|
836
|
+
"reflect": false
|
837
|
+
},
|
838
|
+
"ignoreReadOnlyFormFields": {
|
839
|
+
"type": "boolean",
|
840
|
+
"mutable": false,
|
841
|
+
"complexType": {
|
842
|
+
"original": "boolean",
|
843
|
+
"resolved": "boolean",
|
844
|
+
"references": {}
|
845
|
+
},
|
846
|
+
"required": false,
|
847
|
+
"optional": false,
|
848
|
+
"docs": {
|
849
|
+
"tags": [],
|
850
|
+
"text": "Ignora os campos \"somente leitura\" no modo de inser\u00E7\u00E3o."
|
851
|
+
},
|
852
|
+
"attribute": "ignore-read-only-form-fields",
|
853
|
+
"reflect": false,
|
854
|
+
"defaultValue": "false"
|
497
855
|
}
|
498
856
|
};
|
499
857
|
}
|
500
858
|
static get states() {
|
501
859
|
return {
|
860
|
+
"_showPopUpGridConfig": {},
|
861
|
+
"_showFormConfig": {},
|
502
862
|
"_currentViewMode": {},
|
503
863
|
"_config": {},
|
504
864
|
"_fieldToGetFocus": {},
|
865
|
+
"_customContainerId": {},
|
505
866
|
"_formFields": {}
|
506
867
|
};
|
507
868
|
}
|
@@ -583,6 +944,36 @@ export class SnkSimpleCrud {
|
|
583
944
|
}
|
584
945
|
}
|
585
946
|
}
|
947
|
+
}, {
|
948
|
+
"method": "configuratorSave",
|
949
|
+
"name": "configuratorSave",
|
950
|
+
"bubbles": true,
|
951
|
+
"cancelable": true,
|
952
|
+
"composed": true,
|
953
|
+
"docs": {
|
954
|
+
"tags": [],
|
955
|
+
"text": "Emitido quando salva a configura\u00E7\u00E3o no configurator do CRUD."
|
956
|
+
},
|
957
|
+
"complexType": {
|
958
|
+
"original": "any",
|
959
|
+
"resolved": "any",
|
960
|
+
"references": {}
|
961
|
+
}
|
962
|
+
}, {
|
963
|
+
"method": "configuratorCancel",
|
964
|
+
"name": "configuratorCancel",
|
965
|
+
"bubbles": true,
|
966
|
+
"cancelable": true,
|
967
|
+
"composed": true,
|
968
|
+
"docs": {
|
969
|
+
"tags": [],
|
970
|
+
"text": "Emitido quando cancela o salvamento da configura\u00E7\u00E3o no configurator do CRUD."
|
971
|
+
},
|
972
|
+
"complexType": {
|
973
|
+
"original": "any",
|
974
|
+
"resolved": "any",
|
975
|
+
"references": {}
|
976
|
+
}
|
586
977
|
}];
|
587
978
|
}
|
588
979
|
static get methods() {
|
@@ -681,17 +1072,74 @@ export class SnkSimpleCrud {
|
|
681
1072
|
"text": "",
|
682
1073
|
"tags": []
|
683
1074
|
}
|
1075
|
+
},
|
1076
|
+
"openConfigurator": {
|
1077
|
+
"complexType": {
|
1078
|
+
"signature": "() => Promise<void>",
|
1079
|
+
"parameters": [],
|
1080
|
+
"references": {
|
1081
|
+
"Promise": {
|
1082
|
+
"location": "global"
|
1083
|
+
}
|
1084
|
+
},
|
1085
|
+
"return": "Promise<void>"
|
1086
|
+
},
|
1087
|
+
"docs": {
|
1088
|
+
"text": "Usado para abrir o configurator do CRUD",
|
1089
|
+
"tags": []
|
1090
|
+
}
|
1091
|
+
},
|
1092
|
+
"closeConfigurator": {
|
1093
|
+
"complexType": {
|
1094
|
+
"signature": "() => Promise<void>",
|
1095
|
+
"parameters": [],
|
1096
|
+
"references": {
|
1097
|
+
"Promise": {
|
1098
|
+
"location": "global"
|
1099
|
+
}
|
1100
|
+
},
|
1101
|
+
"return": "Promise<void>"
|
1102
|
+
},
|
1103
|
+
"docs": {
|
1104
|
+
"text": "Usado para fechar o configurator do CRUD",
|
1105
|
+
"tags": []
|
1106
|
+
}
|
1107
|
+
},
|
1108
|
+
"updateConfig": {
|
1109
|
+
"complexType": {
|
1110
|
+
"signature": "() => Promise<void>",
|
1111
|
+
"parameters": [],
|
1112
|
+
"references": {
|
1113
|
+
"Promise": {
|
1114
|
+
"location": "global"
|
1115
|
+
}
|
1116
|
+
},
|
1117
|
+
"return": "Promise<void>"
|
1118
|
+
},
|
1119
|
+
"docs": {
|
1120
|
+
"text": "",
|
1121
|
+
"tags": []
|
1122
|
+
}
|
684
1123
|
}
|
685
1124
|
};
|
686
1125
|
}
|
687
1126
|
static get elementRef() { return "_element"; }
|
688
1127
|
static get watchers() {
|
689
1128
|
return [{
|
1129
|
+
"propName": "resourceID",
|
1130
|
+
"methodName": "handleResourceIDChanged"
|
1131
|
+
}, {
|
690
1132
|
"propName": "mode",
|
691
1133
|
"methodName": "onModeChange"
|
692
1134
|
}, {
|
693
1135
|
"propName": "dataState",
|
694
1136
|
"methodName": "observeDataState"
|
1137
|
+
}, {
|
1138
|
+
"propName": "formLegacyConfigName",
|
1139
|
+
"methodName": "observeFormLegacy"
|
1140
|
+
}, {
|
1141
|
+
"propName": "gridLegacyConfigName",
|
1142
|
+
"methodName": "observeGridLegacy"
|
695
1143
|
}];
|
696
1144
|
}
|
697
1145
|
static get listeners() {
|
@@ -59,12 +59,28 @@ export class TaskbarActionsButton {
|
|
59
59
|
return this._showDropdown && ((_a = this.actions) === null || _a === void 0 ? void 0 : _a.length) > 0;
|
60
60
|
}
|
61
61
|
onSelectAction(iAction) {
|
62
|
-
const
|
62
|
+
const actions = this.actions.map(action => (Object.assign(Object.assign({}, action), { id: action.value })));
|
63
|
+
const selectedAction = this.getSelectedAction(iAction.id, actions);
|
63
64
|
this.taskbarActionSelected.emit(selectedAction);
|
64
65
|
if (!selectedAction.disableCloseOnSelect) {
|
65
66
|
this._showDropdown = false;
|
66
67
|
}
|
67
68
|
}
|
69
|
+
getSelectedAction(id, actions) {
|
70
|
+
let selectedItem = null;
|
71
|
+
for (const item of actions) {
|
72
|
+
if (item.id === id) {
|
73
|
+
selectedItem = item;
|
74
|
+
break;
|
75
|
+
}
|
76
|
+
if (!(item === null || item === void 0 ? void 0 : item.children))
|
77
|
+
continue;
|
78
|
+
selectedItem = this.getSelectedAction(id, item.children);
|
79
|
+
if (selectedItem)
|
80
|
+
break;
|
81
|
+
}
|
82
|
+
return selectedItem;
|
83
|
+
}
|
68
84
|
dropdownItemBuilder(item, _level) {
|
69
85
|
const itemAction = this.actions.find(action => action.value === item.id);
|
70
86
|
if (!itemAction || !itemAction.itemBuilder) {
|
@@ -102,7 +118,7 @@ export class TaskbarActionsButton {
|
|
102
118
|
this.taskbarActionsButtonDisconnected.emit();
|
103
119
|
}
|
104
120
|
render() {
|
105
|
-
return (h(Host, null, h("div", { class:
|
121
|
+
return (h(Host, null, h("div", { class: `${this.canShowDropdown() ? ' ez-elevation--16' : ''}` }, h("ez-button", { title: this.title, mode: 'icon', iconName: 'dots-vertical', size: 'small', enabled: this.enabled, onClick: () => this.controlDropdown() }), this.canShowDropdown() && h("ez-dropdown", { items: this.loadItems(), onEzClick: (evt) => this.onSelectAction(evt.detail), onEzOutsideClick: () => this._showDropdown = false, itemBuilder: (item, level) => this.dropdownItemBuilder(item, level) }))));
|
106
122
|
}
|
107
123
|
static get is() { return "taskbar-actions-button"; }
|
108
124
|
static get encapsulation() { return "scoped"; }
|