@sankhyalabs/sankhyablocks 8.15.0-dev.8 → 8.15.0-dev.80
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-942ce74b.js} +70 -7
- package/dist/cjs/{DataFetcher-ba94ed5b.js → DataFetcher-313debd8.js} +18 -8
- package/dist/cjs/IExporterProvider-0c814e9a.js +230 -0
- package/dist/cjs/{ISave-d68ce3cd.js → ISave-e91b70a7.js} +1 -0
- package/dist/cjs/RecordIDUtils-3735135c.js +43 -0
- package/dist/cjs/{SnkFormConfigManager-71c4768e.js → SnkFormConfigManager-52f99b4d.js} +23 -15
- package/dist/cjs/{SnkMessageBuilder-7293d0ad.js → SnkMessageBuilder-4a95fe86.js} +25 -13
- package/dist/cjs/{auth-fetcher-c8467c07.js → auth-fetcher-54f5ff9d.js} +1 -1
- package/dist/cjs/{dataunit-fetcher-14108bec.js → dataunit-fetcher-620b29a1.js} +409 -77
- package/dist/cjs/{form-config-fetcher-df043d3d.js → form-config-fetcher-2dd00e5b.js} +13 -1
- package/dist/cjs/index-f9e81701.js +2 -10
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{pesquisa-fetcher-ef050a47.js → pesquisa-fetcher-680e198f.js} +12 -13
- 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} +526 -8
- package/dist/cjs/snk-application.cjs.entry.js +88 -26
- package/dist/cjs/snk-attach.cjs.entry.js +441 -65
- package/dist/cjs/snk-configurator.cjs.entry.js +1 -1
- package/dist/cjs/snk-crud.cjs.entry.js +125 -28
- package/dist/cjs/snk-custom-slot-elements.cjs.entry.js +6 -2
- package/dist/cjs/snk-data-exporter.cjs.entry.js +207 -83
- package/dist/cjs/snk-data-unit-eca53cfc.js +671 -0
- package/dist/cjs/snk-data-unit.cjs.entry.js +11 -2
- package/dist/cjs/snk-detail-view.cjs.entry.js +52 -13
- package/dist/cjs/snk-entity-list.cjs.entry.js +5 -3
- package/dist/cjs/snk-filter-bar.cjs.entry.js +65 -8
- 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-view.cjs.entry.js +67 -0
- package/dist/cjs/snk-form.cjs.entry.js +60 -8
- package/dist/cjs/snk-grid.cjs.entry.js +200 -122
- package/dist/cjs/{snk-guides-viewer-c8b9374f.js → snk-guides-viewer-5d5f0f25.js} +56 -20
- package/dist/cjs/snk-guides-viewer.cjs.entry.js +10 -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 +512 -40
- package/dist/cjs/snk-taskbar.cjs.entry.js +143 -20
- package/dist/cjs/{taskbar-elements-01b85b99.js → taskbar-elements-d9392685.js} +11 -11
- package/dist/collection/collection-manifest.json +8 -8
- package/dist/collection/components/snk-application/__mocks__/snk-application.js +7 -0
- package/dist/collection/components/snk-application/snk-application.js +148 -24
- package/dist/collection/components/snk-attach/snk-attach.js +231 -44
- 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-configurator/snk-configurator.js +1 -1
- package/dist/collection/components/snk-crud/interfaces/PropsCustomEditor.js +1 -0
- package/dist/collection/components/snk-crud/interfaces/PropsCustomRender.js +1 -0
- package/dist/collection/components/snk-crud/snk-crud.js +359 -19
- package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.js +137 -2
- package/dist/collection/components/snk-crud/subcomponents/snk-form-view.js +161 -0
- package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.css +11 -2
- package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +163 -13
- package/dist/collection/components/snk-custom-slot-elements/snk-custom-slot-elements.css +1 -1
- package/dist/collection/components/snk-custom-slot-elements/snk-custom-slot-elements.js +22 -1
- package/dist/collection/components/snk-data-exporter/exporter-strategy/ClientSideExporterStrategy.js +90 -0
- package/dist/collection/components/snk-data-exporter/exporter-strategy/ServerSideExporterStrategy.js +68 -0
- package/dist/collection/components/snk-data-exporter/interfaces/IExporterProvider.js +54 -1
- package/dist/collection/components/snk-data-exporter/interfaces/IExporterStrategy.js +1 -0
- package/dist/collection/components/snk-data-exporter/providers/ClientSideExporterProvider.js +58 -0
- package/dist/collection/components/snk-data-exporter/providers/ServerSideExporterProvider.js +55 -0
- package/dist/collection/components/snk-data-exporter/snk-data-exporter.js +44 -50
- package/dist/collection/components/snk-data-exporter/test/resources/ClientSideExporterStrategyResources.js +88 -0
- package/dist/collection/components/snk-data-exporter/utils/RecordIDUtils.js +38 -0
- package/dist/collection/components/snk-data-unit/snk-data-unit.js +501 -216
- package/dist/collection/components/snk-data-unit/test/resources/metadataMock.js +24 -0
- 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 +175 -3
- package/dist/collection/components/snk-filter-bar/utils/SnkFilterModalFactory.js +3 -1
- package/dist/collection/components/snk-form/snk-form.js +126 -5
- package/dist/collection/components/{snk-form → snk-form-config}/SnkFormConfigManager.js +22 -14
- 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 +360 -115
- 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 +847 -23
- 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 +11 -11
- package/dist/collection/components/snk-taskbar/snk-taskbar.css +17 -0
- package/dist/collection/components/snk-taskbar/snk-taskbar.js +195 -19
- package/dist/collection/lib/DefaultCustomFormatters/RmPrecisionCustomValueFormatter.js +35 -0
- package/dist/collection/lib/configs/ConfigStorage.js +63 -3
- package/dist/collection/lib/dataUnit/InMemoryLoader.js +15 -42
- package/dist/collection/lib/dataUnit/ValueFormatter.js +4 -0
- package/dist/collection/lib/dataUnit/dataUnitInMemoryUtils.js +33 -0
- package/dist/collection/lib/dataUnit/interfaces/InMemoryLoaderConfig.js +1 -0
- package/dist/collection/lib/http/data-fetcher/DataFetcher.js +18 -8
- 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/DataUnitDataLoader.js +3 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/cache/ArrayRepository.js +4 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/cache/PreloadManager.js +11 -13
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/dataunit-fetcher.js +30 -2
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IBuildRequestBodyLoadRowMetadata.js +1 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IRowMetadata.js +1 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.js +87 -24
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/test/resources/metadataMock.js +22 -0
- 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 +12 -13
- package/dist/collection/lib/index.js +1 -1
- package/dist/collection/lib/message/SnkMessageBuilder.js +25 -32
- 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-data-unit.msg.js +1 -0
- 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 +68 -5
- package/dist/components/DataFetcher.js +18 -8
- package/dist/components/IExporterProvider.js +298 -0
- package/dist/components/ISave.js +42 -0
- package/dist/components/SnkFormConfigManager.js +21 -13
- package/dist/components/SnkMessageBuilder.js +25 -13
- package/dist/components/dataunit-fetcher.js +185 -241
- package/dist/components/form-config-fetcher.js +12 -0
- package/dist/components/index.d.ts +6 -6
- package/dist/components/index2.js +198 -33
- package/dist/{esm/pesquisa-fetcher-dd3ca0a5.js → components/pesquisa-fetcher.js} +13 -14
- package/dist/components/snk-actions-button2.js +4 -10
- package/dist/components/snk-application2.js +86 -20
- package/dist/components/snk-attach2.js +496 -72
- package/dist/components/snk-configurator2.js +1 -1
- package/dist/components/snk-crud.js +133 -23
- package/dist/components/snk-custom-slot-elements.js +7 -3
- package/dist/components/snk-data-exporter2.js +202 -83
- package/dist/components/snk-data-unit2.js +464 -214
- package/dist/components/snk-detail-view2.js +137 -23
- package/dist/components/snk-entity-list.js +5 -3
- package/dist/components/snk-expression-item2.js +1 -1
- package/dist/components/snk-filter-bar2.js +69 -6
- 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-view2.js +72 -1
- package/dist/components/snk-form.js +60 -5
- package/dist/components/snk-grid-config2.js +128 -102
- package/dist/components/snk-grid2.js +209 -119
- package/dist/components/snk-personalized-filter-editor.js +3 -1
- package/dist/components/snk-personalized-filter2.js +1 -1
- package/dist/components/snk-pesquisa2.js +1 -1
- package/dist/components/snk-simple-crud2.js +574 -36
- package/dist/components/snk-taskbar2.js +164 -35
- package/dist/components/taskbar-actions-button2.js +4 -2
- package/dist/esm/{ConfigStorage-4151acc8.js → ConfigStorage-86187da3.js} +70 -7
- package/dist/esm/{DataFetcher-aa159c5a.js → DataFetcher-c1baf61d.js} +18 -8
- package/dist/esm/IExporterProvider-c0194569.js +221 -0
- package/dist/esm/{ISave-4412b20c.js → ISave-d8c8bc59.js} +1 -0
- package/dist/esm/RecordIDUtils-87d02110.js +41 -0
- package/dist/esm/{SnkFormConfigManager-5c7d3771.js → SnkFormConfigManager-5b0d69cd.js} +23 -15
- package/dist/esm/{SnkMessageBuilder-ca843d1b.js → SnkMessageBuilder-3a767111.js} +25 -13
- package/dist/esm/{auth-fetcher-c05dc474.js → auth-fetcher-039abba3.js} +1 -1
- package/dist/esm/{dataunit-fetcher-cbec1594.js → dataunit-fetcher-3fbf9d12.js} +392 -70
- package/dist/esm/{form-config-fetcher-36219cd3.js → form-config-fetcher-30fb808f.js} +13 -1
- package/dist/esm/index-a7d3d3f1.js +2 -10
- package/dist/esm/loader.js +1 -1
- package/dist/esm/pesquisa-fetcher-03c8f919.js +164 -0
- package/dist/esm/sankhyablocks.js +1 -1
- package/dist/esm/{snk-actions-button_2.entry.js → snk-actions-button_4.entry.js} +525 -9
- package/dist/esm/snk-application.entry.js +88 -26
- package/dist/esm/snk-attach.entry.js +441 -65
- package/dist/esm/snk-configurator.entry.js +1 -1
- package/dist/esm/snk-crud.entry.js +125 -28
- package/dist/esm/snk-custom-slot-elements.entry.js +7 -3
- package/dist/esm/snk-data-exporter.entry.js +208 -84
- package/dist/esm/snk-data-unit-49b898f7.js +669 -0
- package/dist/esm/snk-data-unit.entry.js +11 -2
- package/dist/esm/snk-detail-view.entry.js +52 -13
- package/dist/esm/snk-entity-list.entry.js +5 -3
- package/dist/esm/snk-filter-bar.entry.js +65 -8
- 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-view.entry.js +67 -0
- package/dist/esm/snk-form.entry.js +60 -8
- package/dist/esm/snk-grid.entry.js +200 -122
- package/dist/esm/{snk-guides-viewer-8da24475.js → snk-guides-viewer-ef8c4eec.js} +56 -20
- package/dist/esm/snk-guides-viewer.entry.js +10 -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 +505 -33
- package/dist/esm/snk-taskbar.entry.js +144 -21
- package/dist/esm/{taskbar-elements-d4d0b424.js → taskbar-elements-ad766858.js} +11 -11
- package/dist/sankhyablocks/p-039c7148.entry.js +1 -0
- package/dist/sankhyablocks/p-04821c60.entry.js +1 -0
- package/dist/sankhyablocks/p-060fdb6c.js +1 -0
- package/dist/sankhyablocks/p-14a08904.entry.js +1 -0
- package/dist/sankhyablocks/p-1db45d26.entry.js +1 -0
- package/dist/sankhyablocks/{p-9e7d65a4.js → p-21749402.js} +1 -1
- package/dist/sankhyablocks/p-21a81901.entry.js +1 -0
- package/dist/sankhyablocks/p-294df368.entry.js +1 -0
- package/dist/sankhyablocks/p-2ac8bd11.entry.js +1 -0
- package/dist/sankhyablocks/p-32062be4.entry.js +1 -0
- package/dist/sankhyablocks/p-33718dfc.entry.js +1 -0
- package/dist/sankhyablocks/p-3d0cc5c0.entry.js +1 -0
- package/dist/sankhyablocks/p-3f1efb97.entry.js +1 -0
- package/dist/sankhyablocks/p-47b60deb.entry.js +1 -0
- package/dist/sankhyablocks/p-4ce73e88.js +1 -0
- package/dist/sankhyablocks/p-54a5d52a.entry.js +1 -0
- package/dist/sankhyablocks/p-5fa1576b.entry.js +11 -0
- package/dist/sankhyablocks/p-61dd89eb.js +1 -0
- package/dist/sankhyablocks/p-672302c3.js +60 -0
- package/dist/sankhyablocks/p-70a4af56.entry.js +1 -0
- package/dist/sankhyablocks/p-7663f597.entry.js +1 -0
- package/dist/sankhyablocks/p-8322ccdb.entry.js +1 -0
- package/dist/sankhyablocks/p-913a9979.js +1 -0
- package/dist/sankhyablocks/p-9863d682.js +1 -0
- package/dist/sankhyablocks/{p-e0fd9555.entry.js → p-a1d72395.entry.js} +1 -1
- package/dist/sankhyablocks/p-a64baa0f.entry.js +1 -0
- package/dist/sankhyablocks/p-af8efd95.js +6 -0
- package/dist/sankhyablocks/p-aff76a53.js +56 -0
- package/dist/sankhyablocks/p-b11aa1e0.entry.js +1 -0
- package/dist/sankhyablocks/p-ba05fdb8.entry.js +1 -0
- package/dist/sankhyablocks/p-babe7665.js +1 -0
- package/dist/sankhyablocks/p-bf2acf72.entry.js +1 -0
- package/dist/sankhyablocks/{p-247a8b36.entry.js → p-d1791da2.entry.js} +1 -1
- package/dist/sankhyablocks/p-d26365ad.js +1 -0
- package/dist/sankhyablocks/{p-9695f78b.js → p-dc7c9047.js} +1 -1
- package/dist/sankhyablocks/p-df5451c7.js +26 -0
- package/dist/sankhyablocks/p-e5c25e0b.entry.js +1 -0
- package/dist/sankhyablocks/p-e8763234.entry.js +1 -0
- package/dist/sankhyablocks/{p-7f3c7b09.entry.js → p-eae7a817.entry.js} +1 -1
- package/dist/sankhyablocks/p-f88cfc3c.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 +27 -5
- 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 +34 -10
- 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/interfaces/PropsCustomEditor.d.ts +4 -0
- package/dist/types/components/snk-crud/interfaces/PropsCustomRender.d.ts +4 -0
- package/dist/types/components/snk-crud/snk-crud.d.ts +57 -1
- package/dist/types/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.d.ts +24 -1
- package/dist/types/components/snk-crud/subcomponents/snk-form-view.d.ts +28 -3
- package/dist/types/components/snk-crud/subcomponents/snk-guides-viewer.d.ts +30 -1
- package/dist/types/components/snk-custom-slot-elements/snk-custom-slot-elements.d.ts +6 -0
- package/dist/types/components/snk-data-exporter/exporter-strategy/ClientSideExporterStrategy.d.ts +13 -0
- package/dist/types/components/snk-data-exporter/exporter-strategy/ServerSideExporterStrategy.d.ts +11 -0
- package/dist/types/components/snk-data-exporter/interfaces/IExporterProvider.d.ts +24 -4
- package/dist/types/components/snk-data-exporter/interfaces/IExporterStrategy.d.ts +5 -0
- package/dist/types/components/snk-data-exporter/providers/ClientSideExporterProvider.d.ts +17 -0
- package/dist/types/components/snk-data-exporter/providers/ServerSideExporterProvider.d.ts +17 -0
- package/dist/types/components/snk-data-exporter/snk-data-exporter.d.ts +3 -1
- package/dist/types/components/snk-data-exporter/test/resources/ClientSideExporterStrategyResources.d.ts +77 -0
- package/dist/types/components/snk-data-exporter/utils/RecordIDUtils.d.ts +3 -0
- package/dist/types/components/snk-data-unit/snk-data-unit.d.ts +61 -2
- package/dist/types/components/snk-data-unit/test/resources/metadataMock.d.ts +3 -0
- 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 +31 -1
- package/dist/types/components/snk-filter-bar/utils/SnkFilterModalFactory.d.ts +3 -1
- package/dist/types/components/snk-form/snk-form.d.ts +20 -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 +69 -7
- 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 +142 -6
- package/dist/types/components/snk-taskbar/elements/taskbar-elements.d.ts +1 -1
- package/dist/types/components/snk-taskbar/snk-taskbar.d.ts +36 -1
- package/dist/types/components.d.ts +536 -18
- package/dist/types/lib/DefaultCustomFormatters/RmPrecisionCustomValueFormatter.d.ts +11 -0
- package/dist/types/lib/configs/ConfigStorage.d.ts +21 -1
- package/dist/types/lib/dataUnit/InMemoryLoader.d.ts +2 -3
- package/dist/types/lib/dataUnit/ValueFormatter.d.ts +2 -0
- package/dist/types/lib/dataUnit/dataUnitInMemoryUtils.d.ts +4 -0
- package/dist/types/lib/dataUnit/interfaces/InMemoryLoaderConfig.d.ts +3 -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/DataUnitDataLoader.d.ts +2 -1
- package/dist/types/lib/http/data-fetcher/fetchers/data-unit/cache/ArrayRepository.d.ts +1 -0
- package/dist/types/lib/http/data-fetcher/fetchers/data-unit/cache/PreloadManager.d.ts +1 -0
- 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/interfaces/IBuildRequestBodyLoadRowMetadata.d.ts +10 -0
- package/dist/types/lib/http/data-fetcher/fetchers/data-unit/interfaces/IRowMetadata.d.ts +7 -0
- package/dist/types/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.d.ts +7 -0
- package/dist/types/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/test/resources/metadataMock.d.ts +20 -0
- package/dist/types/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IExporterColumnMetadata.d.ts +3 -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/http/data-fetcher/fetchers/pesquisa-fetcher.d.ts +1 -0
- 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/snk-data-unit-1bc69073.js +0 -462
- package/dist/cjs/snk-grid-config.cjs.entry.js +0 -483
- package/dist/cjs/snk-select-box.cjs.entry.js +0 -25
- package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/index.js +0 -34
- package/dist/components/field-search.js +0 -121
- package/dist/components/index3.js +0 -199
- package/dist/esm/PreloadManager-c1c2f2b4.js +0 -222
- package/dist/esm/SnkMultiSelectionListDataSource-44494b0e.js +0 -43
- package/dist/esm/snk-data-unit-6208ebf0.js +0 -460
- package/dist/esm/snk-grid-config.entry.js +0 -479
- package/dist/esm/snk-select-box.entry.js +0 -21
- package/dist/sankhyablocks/p-03dcc5ff.entry.js +0 -1
- 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-1d75d9f9.entry.js +0 -1
- package/dist/sankhyablocks/p-20726710.entry.js +0 -1
- package/dist/sankhyablocks/p-25927311.entry.js +0 -1
- package/dist/sankhyablocks/p-32f0935f.js +0 -1
- package/dist/sankhyablocks/p-374d03f6.js +0 -1
- package/dist/sankhyablocks/p-3891ae6f.js +0 -60
- package/dist/sankhyablocks/p-4775a293.entry.js +0 -1
- package/dist/sankhyablocks/p-573a07c5.js +0 -1
- package/dist/sankhyablocks/p-5f74c859.entry.js +0 -1
- package/dist/sankhyablocks/p-69754d94.entry.js +0 -1
- package/dist/sankhyablocks/p-6977a26c.entry.js +0 -1
- package/dist/sankhyablocks/p-69efa80d.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-8d70b5d5.entry.js +0 -1
- package/dist/sankhyablocks/p-98674137.entry.js +0 -1
- package/dist/sankhyablocks/p-a9e4bb55.entry.js +0 -1
- package/dist/sankhyablocks/p-a9e5b094.entry.js +0 -1
- package/dist/sankhyablocks/p-aa0ae6bc.entry.js +0 -1
- package/dist/sankhyablocks/p-aa95fb2c.js +0 -56
- package/dist/sankhyablocks/p-b05ab13d.entry.js +0 -1
- package/dist/sankhyablocks/p-ba3d3fa9.entry.js +0 -11
- package/dist/sankhyablocks/p-c22c1d8e.js +0 -1
- package/dist/sankhyablocks/p-c4d19840.entry.js +0 -1
- package/dist/sankhyablocks/p-c6e477ff.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-d4f9ee17.entry.js +0 -1
- package/dist/sankhyablocks/p-d6317851.entry.js +0 -1
- package/dist/sankhyablocks/p-d81f20c4.entry.js +0 -1
- package/dist/sankhyablocks/p-d9bb09b3.js +0 -6
- package/dist/sankhyablocks/p-e6380c60.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/types/lib/http/data-fetcher/fetchers/fetchDataExporter/index.d.ts +0 -3
- /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,20 +1,118 @@
|
|
1
1
|
import { r as registerInstance, c as createEvent, h } from './index-a7d3d3f1.js';
|
2
|
-
import { ApplicationContext, DataType, Action } from '@sankhyalabs/core';
|
3
|
-
import { D as DataFetcher } from './DataFetcher-
|
4
|
-
import
|
2
|
+
import { ApplicationContext, DataType, Action, UserInterface, StringUtils, DataUnit } from '@sankhyalabs/core';
|
3
|
+
import { D as DataFetcher } from './DataFetcher-c1baf61d.js';
|
4
|
+
import './pesquisa-fetcher-03c8f919.js';
|
5
|
+
import './index-0ece87a6.js';
|
6
|
+
import { S as SaveErrorsEnum } from './ISave-d8c8bc59.js';
|
7
|
+
import { P as PreloadManager, b as applyFilter, c as applySorting, d as buildPaginationInfo, D as DataUnitFetcher, I as InMemoryLoader } from './dataunit-fetcher-3fbf9d12.js';
|
8
|
+
import './filter-item-type.enum-d45e026f.js';
|
9
|
+
import './form-config-fetcher-30fb808f.js';
|
5
10
|
import { d as VIEW_MODE } from './constants-8457af36.js';
|
6
|
-
import {
|
7
|
-
import {
|
8
|
-
import { T as TaskbarElement } from './taskbar-elements-d4d0b424.js';
|
11
|
+
import { A as AutorizationType } from './auth-fetcher-039abba3.js';
|
12
|
+
import { T as TaskbarElement } from './taskbar-elements-ad766858.js';
|
9
13
|
import './PrintUtils-3e4ff0f5.js';
|
10
14
|
import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
|
11
15
|
import '@sankhyalabs/ezui/dist/collection/utils/constants';
|
12
|
-
import './ResourceIDUtils-a114189a.js';
|
13
16
|
import '@sankhyalabs/ezui/dist/collection/components/ez-grid/utils';
|
14
|
-
import '
|
17
|
+
import '@sankhyalabs/core/dist/utils/SortingUtils';
|
18
|
+
import './ResourceIDUtils-a114189a.js';
|
15
19
|
import './index-bdf75557.js';
|
16
20
|
|
21
|
+
const SERVICE$1 = {
|
22
|
+
save: "Attach.save",
|
23
|
+
delete: "Attach.remove",
|
24
|
+
view: "Attach.view",
|
25
|
+
repository: "RepositorioArquivoSP.abreArquivo"
|
26
|
+
};
|
17
27
|
class AttachFetcher {
|
28
|
+
constructor(dataUnitName) {
|
29
|
+
this.dataUnitName = dataUnitName;
|
30
|
+
}
|
31
|
+
async save({ dataUnit: dataUnitName, record, updatingFields: fields, operation }) {
|
32
|
+
var _a, _b;
|
33
|
+
const isInsert = operation == "INSERT";
|
34
|
+
const dataBody = isInsert ? fields : record;
|
35
|
+
if (!isInsert && (fields === null || fields === void 0 ? void 0 : fields.DESCRICAO) && (fields === null || fields === void 0 ? void 0 : fields.DESCRICAO) !== (record === null || record === void 0 ? void 0 : record.DESCRICAO)) {
|
36
|
+
throw new Error(SaveErrorsEnum.DESCRIPTION_CANNOT_BE_CHANGED);
|
37
|
+
}
|
38
|
+
const reqBody = {
|
39
|
+
"anexo": {
|
40
|
+
"codata": isInsert ? fields === null || fields === void 0 ? void 0 : fields.REGISTER_KEY : record === null || record === void 0 ? void 0 : record.CODATA,
|
41
|
+
"sequencia": (dataBody === null || dataBody === void 0 ? void 0 : dataBody.SEQUENCIA) || "0",
|
42
|
+
"tipo": (dataBody === null || dataBody === void 0 ? void 0 : dataBody.TIPO) || "N",
|
43
|
+
"descricao": dataBody === null || dataBody === void 0 ? void 0 : dataBody.DESCRICAO,
|
44
|
+
"arquivo": (_b = (_a = fields.CAMINHO_ARQUIVO) === null || _a === void 0 ? void 0 : _a[0]) === null || _b === void 0 ? void 0 : _b.name,
|
45
|
+
"ehInclusao": isInsert ? "S" : "N",
|
46
|
+
"ehArquivoRepositorio": "N"
|
47
|
+
}
|
48
|
+
};
|
49
|
+
return new Promise((resolve, reject) => {
|
50
|
+
DataFetcher.get().callServiceBroker(SERVICE$1.save, JSON.stringify(reqBody))
|
51
|
+
.then(result => {
|
52
|
+
var _a;
|
53
|
+
return resolve([Object.assign(Object.assign(Object.assign({}, result), fields), { __owner__dataunit__name__: (_a = this.dataUnitName) !== null && _a !== void 0 ? _a : dataUnitName })]);
|
54
|
+
})
|
55
|
+
.catch(error => reject(error));
|
56
|
+
});
|
57
|
+
}
|
58
|
+
async edit(change) {
|
59
|
+
throw new Error("Method not implemented.");
|
60
|
+
}
|
61
|
+
async delete(record) {
|
62
|
+
var request = {
|
63
|
+
anexo: {
|
64
|
+
codata: record.CODATA,
|
65
|
+
tipo: record.TIPO,
|
66
|
+
descricao: record.DESCRICAO,
|
67
|
+
}
|
68
|
+
};
|
69
|
+
const result = await DataFetcher.get().callServiceBroker(SERVICE$1.delete, JSON.stringify(request));
|
70
|
+
return Promise.resolve(result);
|
71
|
+
}
|
72
|
+
async getDownloadKey(record) {
|
73
|
+
var _a, _b, _c;
|
74
|
+
if (record.EHARQUIVOREPOSITORIO == 'S') {
|
75
|
+
const request = {
|
76
|
+
config: {
|
77
|
+
path: record.ARQUIVO,
|
78
|
+
tipoconteudo: record.TIPOCONTEUDO
|
79
|
+
}
|
80
|
+
};
|
81
|
+
const result = await DataFetcher.get().callServiceBroker(SERVICE$1.repository, JSON.stringify(request));
|
82
|
+
return Promise.resolve({
|
83
|
+
chave: {
|
84
|
+
valor: (_b = (_a = result === null || result === void 0 ? void 0 : result.responseBody) === null || _a === void 0 ? void 0 : _a.chave) === null || _b === void 0 ? void 0 : _b.valor
|
85
|
+
}
|
86
|
+
});
|
87
|
+
}
|
88
|
+
const criteria = {
|
89
|
+
anexo: {
|
90
|
+
codata: record.CODATA,
|
91
|
+
codemp: record.CODEMP,
|
92
|
+
sequencia: record.SEQUENCIA,
|
93
|
+
tipo: record.TIPO,
|
94
|
+
descricao: record.DESCRICAO,
|
95
|
+
tipoConteudo: record.TIPOCONTEUDO
|
96
|
+
}
|
97
|
+
};
|
98
|
+
const result = await DataFetcher.get().callServiceBroker(SERVICE$1.view, JSON.stringify(criteria));
|
99
|
+
if (result === null || result === void 0 ? void 0 : result.chaveAnexo) {
|
100
|
+
return Promise.resolve({
|
101
|
+
chave: {
|
102
|
+
valor: (_c = result === null || result === void 0 ? void 0 : result.chaveAnexo) === null || _c === void 0 ? void 0 : _c.idChaveAnexo
|
103
|
+
}
|
104
|
+
});
|
105
|
+
}
|
106
|
+
return Promise.reject(new Error("File not found."));
|
107
|
+
}
|
108
|
+
}
|
109
|
+
|
110
|
+
const SERVICE = {
|
111
|
+
save: "AnexoSistemaSP.salvar",
|
112
|
+
delete: "AnexoSistemaSP.excluir",
|
113
|
+
download: "AnexoSistemaSP.baixar",
|
114
|
+
};
|
115
|
+
class AnexoSistemaFetcher {
|
18
116
|
constructor(entityName, registerKey, dataUnitName) {
|
19
117
|
var _a;
|
20
118
|
this.entityName = entityName;
|
@@ -32,14 +130,13 @@ class AttachFetcher {
|
|
32
130
|
}
|
33
131
|
async save(change) {
|
34
132
|
var _a, _b;
|
35
|
-
const serviceName = "AnexoSistemaSP.salvar";
|
36
133
|
let { updatingFields: fields } = change;
|
37
134
|
fields = Object.assign(Object.assign({}, fields), { NOMEARQUIVO: (_a = fields.NOMEARQUIVO) === null || _a === void 0 ? void 0 : _a[0] });
|
38
135
|
try {
|
39
136
|
this.validateFields(fields);
|
40
137
|
const fileInfo = !fields.LINK ? fields.NOMEARQUIVO : null;
|
41
138
|
const reqBody = {
|
42
|
-
serviceName,
|
139
|
+
serviceName: SERVICE.save,
|
43
140
|
requestBody: {
|
44
141
|
params: {
|
45
142
|
resourceID: this.resourceID,
|
@@ -55,7 +152,7 @@ class AttachFetcher {
|
|
55
152
|
}
|
56
153
|
}
|
57
154
|
};
|
58
|
-
const result = await DataFetcher.get().callServiceBroker(
|
155
|
+
const result = await DataFetcher.get().callServiceBroker(SERVICE.save, JSON.stringify(reqBody));
|
59
156
|
return Promise.resolve([Object.assign(Object.assign(Object.assign({}, result), fields), { ARQUIVOOULINK: !!fields.LINK ? fields.LINK : fileInfo === null || fileInfo === void 0 ? void 0 : fileInfo.name, __owner__dataunit__name__: this.dataUnitName })]);
|
60
157
|
}
|
61
158
|
catch (error) {
|
@@ -64,7 +161,6 @@ class AttachFetcher {
|
|
64
161
|
}
|
65
162
|
async edit(change) {
|
66
163
|
var _a, _b, _c;
|
67
|
-
const serviceName = "AnexoSistemaSP.salvar";
|
68
164
|
let { updatingFields: fields, record } = change;
|
69
165
|
const getFieldValue = (fieldValue) => {
|
70
166
|
if (fields[fieldValue] !== undefined)
|
@@ -78,7 +174,7 @@ class AttachFetcher {
|
|
78
174
|
try {
|
79
175
|
this.validateFields(fields);
|
80
176
|
const reqBody = {
|
81
|
-
serviceName,
|
177
|
+
serviceName: SERVICE.save,
|
82
178
|
requestBody: {
|
83
179
|
params: {
|
84
180
|
resourceID: this.resourceID,
|
@@ -96,7 +192,7 @@ class AttachFetcher {
|
|
96
192
|
}
|
97
193
|
}
|
98
194
|
};
|
99
|
-
const result = await DataFetcher.get().callServiceBroker(
|
195
|
+
const result = await DataFetcher.get().callServiceBroker(SERVICE.save, JSON.stringify(reqBody));
|
100
196
|
return Promise.resolve([Object.assign(Object.assign(Object.assign({}, result), fields), { ARQUIVOOULINK: !!fields.LINK ? fields.LINK : fileInfo === null || fileInfo === void 0 ? void 0 : fileInfo.name, __owner__dataunit__name__: this.dataUnitName })]);
|
101
197
|
}
|
102
198
|
catch (error) {
|
@@ -105,10 +201,9 @@ class AttachFetcher {
|
|
105
201
|
}
|
106
202
|
delete(record) {
|
107
203
|
var _a;
|
108
|
-
const serviceName = "AnexoSistemaSP.excluir";
|
109
204
|
const attachField = ((_a = record.NOMEARQUIVO) === null || _a === void 0 ? void 0 : _a[0]) || {};
|
110
205
|
const reqBody = {
|
111
|
-
serviceName,
|
206
|
+
serviceName: SERVICE.delete,
|
112
207
|
requestBody: {
|
113
208
|
paramsDelete: {
|
114
209
|
keyAttach: record.CHAVEARQUIVO,
|
@@ -120,17 +215,16 @@ class AttachFetcher {
|
|
120
215
|
}
|
121
216
|
};
|
122
217
|
return new Promise((resolve, reject) => {
|
123
|
-
DataFetcher.get().callServiceBroker(
|
218
|
+
DataFetcher.get().callServiceBroker(SERVICE.delete, JSON.stringify(reqBody))
|
124
219
|
.then(result => resolve(result))
|
125
220
|
.catch(error => reject(error));
|
126
221
|
});
|
127
222
|
}
|
128
223
|
getDownloadKey(record) {
|
129
224
|
var _a;
|
130
|
-
const serviceName = "AnexoSistemaSP.baixar";
|
131
225
|
const attachField = ((_a = record.NOMEARQUIVO) === null || _a === void 0 ? void 0 : _a[0]) || {};
|
132
226
|
const reqBody = {
|
133
|
-
serviceName,
|
227
|
+
serviceName: SERVICE.download,
|
134
228
|
requestBody: {
|
135
229
|
paramsDown: {
|
136
230
|
nameAttach: attachField === null || attachField === void 0 ? void 0 : attachField.name,
|
@@ -142,34 +236,37 @@ class AttachFetcher {
|
|
142
236
|
}
|
143
237
|
};
|
144
238
|
return new Promise((resolve, reject) => {
|
145
|
-
DataFetcher.get().callServiceBroker(
|
239
|
+
DataFetcher.get().callServiceBroker(SERVICE.download, JSON.stringify(reqBody))
|
146
240
|
.then(result => resolve(result))
|
147
241
|
.catch(error => reject(error));
|
148
242
|
});
|
149
243
|
}
|
150
244
|
}
|
151
245
|
|
152
|
-
class
|
246
|
+
class AnexoSistemaDataUnitFactory {
|
153
247
|
constructor(entityName, getMessage) {
|
154
248
|
this.entityName = entityName;
|
155
249
|
this.getMessage = getMessage;
|
156
250
|
this._application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
|
157
251
|
}
|
158
|
-
initLoaders(dataUnit,
|
252
|
+
initLoaders(dataUnit, fetcher, onSuccess) {
|
159
253
|
if (!this.loader)
|
160
254
|
this.loader = dataUnit.dataLoader;
|
161
255
|
dataUnit.dataLoader = (dataUnit, request) => this.dataLoader(dataUnit, request);
|
162
|
-
dataUnit.saveLoader = (_, changes) => this.saveLoader(changes,
|
256
|
+
dataUnit.saveLoader = (_, changes) => this.saveLoader(changes, fetcher).then((recordIds) => {
|
163
257
|
if (recordIds.length)
|
164
258
|
onSuccess();
|
165
259
|
return recordIds;
|
166
260
|
});
|
167
|
-
dataUnit.removeLoader = (dataUnit, ids) => this.removeLoader(dataUnit, ids,
|
261
|
+
dataUnit.removeLoader = (dataUnit, ids) => this.removeLoader(dataUnit, ids, fetcher).then((recordIds) => {
|
168
262
|
if (recordIds.length)
|
169
263
|
onSuccess();
|
170
264
|
return recordIds;
|
171
265
|
});
|
172
266
|
}
|
267
|
+
metadataLoader(dataUnit) {
|
268
|
+
throw new Error("Method not implemented.");
|
269
|
+
}
|
173
270
|
dataLoader(dataUnit, request) {
|
174
271
|
return new Promise(resolve => {
|
175
272
|
this.loader(dataUnit, request).then(response => {
|
@@ -185,11 +282,11 @@ class AttachmentDataUnitBuilder {
|
|
185
282
|
});
|
186
283
|
});
|
187
284
|
}
|
188
|
-
saveLoader(changes,
|
285
|
+
saveLoader(changes, fetcher) {
|
189
286
|
return new Promise((resolve) => {
|
190
287
|
var _a;
|
191
288
|
const change = Array.isArray(changes) ? changes[0] : {};
|
192
|
-
const savePromise = ((_a = change === null || change === void 0 ? void 0 : change.record) === null || _a === void 0 ? void 0 : _a.NUATTACH) >= 0 ?
|
289
|
+
const savePromise = ((_a = change === null || change === void 0 ? void 0 : change.record) === null || _a === void 0 ? void 0 : _a.NUATTACH) >= 0 ? fetcher.edit.bind(fetcher) : fetcher.save.bind(fetcher);
|
193
290
|
savePromise(change).then((records) => {
|
194
291
|
resolve(records);
|
195
292
|
}).catch((error) => {
|
@@ -209,11 +306,11 @@ class AttachmentDataUnitBuilder {
|
|
209
306
|
});
|
210
307
|
});
|
211
308
|
}
|
212
|
-
removeLoader(dataUnit, ids,
|
309
|
+
removeLoader(dataUnit, ids, fetcher) {
|
213
310
|
return new Promise((resolve) => {
|
214
311
|
const { records } = dataUnit.getSelectionInfo();
|
215
312
|
const recordToDelete = records[0];
|
216
|
-
|
313
|
+
fetcher.delete(recordToDelete).then(() => {
|
217
314
|
PreloadManager.removeRecords(dataUnit, [recordToDelete]);
|
218
315
|
return resolve(ids);
|
219
316
|
});
|
@@ -254,6 +351,181 @@ class AttachmentDataUnitBuilder {
|
|
254
351
|
}
|
255
352
|
}
|
256
353
|
|
354
|
+
const application$1 = ApplicationContext.getContextValue("__SNK__APPLICATION__");
|
355
|
+
const getMessage$1 = (key) => {
|
356
|
+
var _a, _b;
|
357
|
+
return (_b = (_a = application$1 === null || application$1 === void 0 ? void 0 : application$1.messagesBuilder) === null || _a === void 0 ? void 0 : _a.getMessage) === null || _b === void 0 ? void 0 : _b.call(_a, key, null);
|
358
|
+
};
|
359
|
+
const attachCrudConfig = {
|
360
|
+
grid: {
|
361
|
+
columns: [
|
362
|
+
{ name: "CODATA", orderIndex: 0, width: 0 },
|
363
|
+
{ name: "DESCRICAO", orderIndex: 1, width: 0 },
|
364
|
+
{ name: "ARQUIVO", orderIndex: 2, width: 0 },
|
365
|
+
{ name: "DTALTER", orderIndex: 3, width: 0 },
|
366
|
+
{ name: "USUARIO", orderIndex: 4, width: 0 },
|
367
|
+
],
|
368
|
+
},
|
369
|
+
form: {
|
370
|
+
emptyConfig: false,
|
371
|
+
fields: [
|
372
|
+
{
|
373
|
+
name: "DESCRICAO",
|
374
|
+
label: getMessage$1("snkAttach.attachMetadata.lblDescription"),
|
375
|
+
visible: true,
|
376
|
+
readOnly: false,
|
377
|
+
required: true,
|
378
|
+
},
|
379
|
+
{
|
380
|
+
name: "CAMINHO_ARQUIVO",
|
381
|
+
label: getMessage$1("snkAttach.attachMetadata.lblFile"),
|
382
|
+
visible: true,
|
383
|
+
readOnly: false,
|
384
|
+
required: true,
|
385
|
+
},
|
386
|
+
],
|
387
|
+
},
|
388
|
+
};
|
389
|
+
const attachFetcherMetadataBuilder = {
|
390
|
+
name: "Attach",
|
391
|
+
label: "Attach List",
|
392
|
+
fields: [
|
393
|
+
{ name: "CODATA", label: getMessage$1("snkAttach.attachMetadata.lblCode"), dataType: DataType.TEXT },
|
394
|
+
{ name: "DESCRICAO", label: getMessage$1("snkAttach.attachMetadata.lblDescription"), dataType: DataType.TEXT, readOnly: false },
|
395
|
+
{ name: "ARQUIVO", label: getMessage$1("snkAttach.attachMetadata.lblFileOrLink"), dataType: DataType.TEXT },
|
396
|
+
{ name: "USUARIO", label: getMessage$1("snkAttach.attachMetadata.lblUser"), dataType: DataType.TEXT },
|
397
|
+
{ name: "DTALTER", label: getMessage$1("snkAttach.attachMetadata.lblDate"), dataType: DataType.TEXT },
|
398
|
+
{
|
399
|
+
name: "CAMINHO_ARQUIVO",
|
400
|
+
label: getMessage$1("snkAttach.attachMetadata.lblFileUpload"),
|
401
|
+
dataType: DataType.OBJECT,
|
402
|
+
userInterface: UserInterface.FILE,
|
403
|
+
readOnly: false,
|
404
|
+
required: true,
|
405
|
+
visible: true,
|
406
|
+
properties: {
|
407
|
+
subTitle: getMessage$1("snkAttach.attachMetadata.lblSubTitle"),
|
408
|
+
MAX_FILES: 1,
|
409
|
+
STORAGESTRATEGY: "SESSION",
|
410
|
+
INTERNAL_FILENAME: "Attach.upload",
|
411
|
+
}
|
412
|
+
},
|
413
|
+
],
|
414
|
+
};
|
415
|
+
|
416
|
+
const SERVICE_LOAD = "Attach.load";
|
417
|
+
class AttachFetcherDataUnitFactory {
|
418
|
+
constructor(getMessage) {
|
419
|
+
this.getMessage = getMessage;
|
420
|
+
this._records = [];
|
421
|
+
this._application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
|
422
|
+
}
|
423
|
+
initLoaders(dataUnit, fetcher, onSuccess) {
|
424
|
+
dataUnit.metadataLoader = (dataUnit) => this.metadataLoader(dataUnit);
|
425
|
+
dataUnit.dataLoader = (dataUnit, request) => this.dataLoader(dataUnit, request);
|
426
|
+
dataUnit.saveLoader = (_, changes) => this.saveLoader(changes, fetcher).then((recordIds) => {
|
427
|
+
if (recordIds.length)
|
428
|
+
onSuccess();
|
429
|
+
return recordIds;
|
430
|
+
});
|
431
|
+
dataUnit.removeLoader = (dataUnit, ids) => this.removeLoader(dataUnit, ids, fetcher).then((recordIds) => {
|
432
|
+
if (recordIds.length)
|
433
|
+
onSuccess();
|
434
|
+
return recordIds;
|
435
|
+
});
|
436
|
+
}
|
437
|
+
metadataLoader(_) {
|
438
|
+
return Promise.resolve(attachFetcherMetadataBuilder);
|
439
|
+
}
|
440
|
+
async dataLoader(dataUnit, request) {
|
441
|
+
if (!request.source) {
|
442
|
+
return Promise.resolve({ records: this._records });
|
443
|
+
}
|
444
|
+
if (!Number.isNaN(Number(request.source))) {
|
445
|
+
const criteria = {
|
446
|
+
criteria: {
|
447
|
+
codata: request.source,
|
448
|
+
tipoAnexo: "N"
|
449
|
+
}
|
450
|
+
};
|
451
|
+
const applicationDataFetcher = await this._application.getDataFetcher();
|
452
|
+
const { anexos: { anexo = [] } } = await applicationDataFetcher.callServiceBroker(SERVICE_LOAD, JSON.stringify(criteria));
|
453
|
+
const records = [];
|
454
|
+
anexo.forEach((param) => {
|
455
|
+
records.push(Object.assign({ __record__id__: StringUtils.generateUUID(), CAMINHO_ARQUIVO: [{
|
456
|
+
name: param === null || param === void 0 ? void 0 : param.ARQUIVO,
|
457
|
+
}] }, param));
|
458
|
+
});
|
459
|
+
this._records = records;
|
460
|
+
}
|
461
|
+
let records = applyFilter(this._records, dataUnit, request.filters);
|
462
|
+
records = applySorting(records, dataUnit, request.sort);
|
463
|
+
return Promise.resolve({ records, paginationInfo: buildPaginationInfo(records, request.offset, request.limit) });
|
464
|
+
}
|
465
|
+
saveLoader(changes, fetcher) {
|
466
|
+
return new Promise((resolve) => {
|
467
|
+
const change = Array.isArray(changes) ? changes[0] : {};
|
468
|
+
fetcher.save(change)
|
469
|
+
.then(resolve)
|
470
|
+
.catch((error) => {
|
471
|
+
if (error.message === SaveErrorsEnum.DESCRIPTION_CANNOT_BE_CHANGED) {
|
472
|
+
this._application.alert(this.getMessage('snkAttach.alertValidation.descriptionCannotBeChanged.title'), this.getMessage('snkAttach.alertValidation.descriptionCannotBeChanged.message'));
|
473
|
+
return resolve([]);
|
474
|
+
}
|
475
|
+
if (error.message === SaveErrorsEnum.LINK_AND_FILE_AT_THE_SAME_TIME) {
|
476
|
+
this._application.alert(this.getMessage('snkAttach.alertValidation.fileAndLinkAtTheSameTime.title'), this.getMessage('snkAttach.alertValidation.fileAndLinkAtTheSameTime.message'));
|
477
|
+
return resolve([]);
|
478
|
+
}
|
479
|
+
if (error.message === SaveErrorsEnum.ANY_LINK_OR_FILE_FILLED) {
|
480
|
+
this._application.alert(this.getMessage('snkAttach.alertValidation.anyLinkOrFileFilled.title'), this.getMessage('snkAttach.alertValidation.anyLinkOrFileFilled.message'));
|
481
|
+
return resolve([]);
|
482
|
+
}
|
483
|
+
if (error.message) {
|
484
|
+
this._application.error((error.title || error.name), error.message);
|
485
|
+
return resolve([]);
|
486
|
+
}
|
487
|
+
resolve([]);
|
488
|
+
});
|
489
|
+
});
|
490
|
+
}
|
491
|
+
removeLoader(dataUnit, ids, fetcher) {
|
492
|
+
return new Promise((resolve) => {
|
493
|
+
dataUnit.getSelectionInfo().records.forEach(async (record) => {
|
494
|
+
this._application.hasAccess(AutorizationType.REMOVE)
|
495
|
+
.then(async (hasAccess) => {
|
496
|
+
if (hasAccess) {
|
497
|
+
await fetcher.delete(record);
|
498
|
+
resolve(ids);
|
499
|
+
}
|
500
|
+
});
|
501
|
+
});
|
502
|
+
});
|
503
|
+
}
|
504
|
+
getFilters() {
|
505
|
+
throw new Error('Method not implemented.');
|
506
|
+
}
|
507
|
+
getInterceptions(dataUnit, action, crudRef) {
|
508
|
+
return new Promise((resolve) => {
|
509
|
+
if (action.type === Action.EDITION_CANCELED) {
|
510
|
+
if (!dataUnit.isDirty())
|
511
|
+
return resolve(action);
|
512
|
+
return this._application.confirm(this.getMessage('snkAttach.cancelConfirmation.title'), this.getMessage('snkAttach.cancelConfirmation.message')).then((cancellationConfirmed) => {
|
513
|
+
if (cancellationConfirmed) {
|
514
|
+
crudRef.goToView(VIEW_MODE.GRID);
|
515
|
+
return resolve(action);
|
516
|
+
}
|
517
|
+
return resolve(undefined);
|
518
|
+
});
|
519
|
+
}
|
520
|
+
if (action.type === Action.DATA_SAVED) {
|
521
|
+
dataUnit.loadData();
|
522
|
+
return resolve(action);
|
523
|
+
}
|
524
|
+
resolve(action);
|
525
|
+
});
|
526
|
+
}
|
527
|
+
}
|
528
|
+
|
257
529
|
const application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
|
258
530
|
const getMessage = (key) => {
|
259
531
|
var _a, _b;
|
@@ -300,7 +572,7 @@ const buildTaskBarManager = () => {
|
|
300
572
|
};
|
301
573
|
};
|
302
574
|
|
303
|
-
const
|
575
|
+
const anexoSistemaCrudConfig = {
|
304
576
|
grid: {
|
305
577
|
columns: [
|
306
578
|
{ name: "ARQUIVOOULINK", orderIndex: 0, width: 0 },
|
@@ -346,42 +618,69 @@ const SnkAttach = class {
|
|
346
618
|
constructor(hostRef) {
|
347
619
|
registerInstance(this, hostRef);
|
348
620
|
this.back = createEvent(this, "back", 7);
|
349
|
-
this.handleTaskbarClick = ({ detail: taskbar }) => {
|
621
|
+
this.handleTaskbarClick = async ({ detail: taskbar }) => {
|
350
622
|
if (["DOWNLOAD", "LINK"].includes(taskbar))
|
351
|
-
return this.downloadAttachment(this.
|
623
|
+
return this.downloadAttachment(this._currentDataUnit.getSelectedRecord());
|
624
|
+
if (this.fetcherType === "Attach" && ["SAVE"].includes(taskbar) && this._currentDataUnit.isDirty()) {
|
625
|
+
await this._currentDataUnit.setFieldValue("REGISTER_KEY", this.registerKey);
|
626
|
+
}
|
352
627
|
};
|
353
628
|
this.handleBack = () => {
|
354
|
-
this.
|
629
|
+
this._currentDataUnit.cancelEdition().then((cancelationConfirmed) => {
|
355
630
|
if (cancelationConfirmed)
|
356
631
|
this.back.emit();
|
357
632
|
});
|
358
633
|
};
|
359
634
|
this.handleFinish = () => {
|
360
|
-
if (!this.
|
635
|
+
if (!this._currentDataUnit.isDirty())
|
361
636
|
return this.back.emit();
|
362
|
-
this.
|
637
|
+
this._currentDataUnit.saveData().then(() => {
|
363
638
|
this.showFinishedToast();
|
364
639
|
this.back.emit();
|
365
640
|
});
|
366
641
|
};
|
642
|
+
this.fetcherType = undefined;
|
643
|
+
this.fetcher = undefined;
|
644
|
+
this.dataUnit = undefined;
|
645
|
+
this.dataUnitBuilder = undefined;
|
367
646
|
this.registerKey = undefined;
|
368
647
|
this.entityName = undefined;
|
369
648
|
this.messagesBuilder = undefined;
|
370
|
-
this.
|
649
|
+
this._currentFetcher = undefined;
|
650
|
+
this._currentDataUnit = undefined;
|
371
651
|
this.crudConfig = undefined;
|
372
652
|
}
|
373
|
-
registerKeyWatcher(newRegisterKey, oldRegisterKey) {
|
653
|
+
async registerKeyWatcher(newRegisterKey, oldRegisterKey) {
|
374
654
|
var _a;
|
375
|
-
if (this.
|
655
|
+
if (this._currentDataUnit == null) {
|
376
656
|
this.loadAttachmentDataUnit();
|
377
657
|
}
|
378
658
|
if (oldRegisterKey !== newRegisterKey) {
|
379
|
-
this.
|
380
|
-
this._attachFetcher = new AttachFetcher(this.entityName, this.registerKey, (_a = this.dataUnit) === null || _a === void 0 ? void 0 : _a.name);
|
381
|
-
this._dataUnitBuilder.initLoaders(this.dataUnit, this._attachFetcher, () => { this.returnToGridMode(); });
|
382
|
-
this.dataUnit.loadData();
|
659
|
+
await ((_a = this._currentDataUnit) === null || _a === void 0 ? void 0 : _a.loadData());
|
383
660
|
}
|
384
661
|
}
|
662
|
+
async initAttach() {
|
663
|
+
var _a, _b, _c, _d, _e, _f;
|
664
|
+
if (!this.fetcherType && !this.registerKey)
|
665
|
+
return;
|
666
|
+
if (!this.fetcherType) {
|
667
|
+
this.fetcherType = "AnexoSistema";
|
668
|
+
}
|
669
|
+
this.returnToGridMode();
|
670
|
+
if (this.fetcherType === "AnexoSistema") {
|
671
|
+
this._currentFetcher = new AnexoSistemaFetcher(this.entityName, this.registerKey, (_a = this._currentDataUnit) === null || _a === void 0 ? void 0 : _a.name);
|
672
|
+
(_b = this._currentDataUnitBuilder) === null || _b === void 0 ? void 0 : _b.initLoaders(this._currentDataUnit, this._currentFetcher, this.returnToGridMode.bind(this));
|
673
|
+
await ((_c = this._currentDataUnit) === null || _c === void 0 ? void 0 : _c.loadData());
|
674
|
+
return;
|
675
|
+
}
|
676
|
+
if (this.fetcherType === "Attach") {
|
677
|
+
const hasMoreOneItem = ((_d = this.registerKey) === null || _d === void 0 ? void 0 : _d.split("_").length) > 1;
|
678
|
+
if (hasMoreOneItem)
|
679
|
+
return;
|
680
|
+
}
|
681
|
+
await ((_e = this._currentDataUnit) === null || _e === void 0 ? void 0 : _e.loadMetadata());
|
682
|
+
await ((_f = this._currentDataUnit) === null || _f === void 0 ? void 0 : _f.loadData(undefined, undefined, true, this.registerKey));
|
683
|
+
}
|
385
684
|
/**
|
386
685
|
* Conforme mecanismo de mensagens, é possível customizar as mensagens dos blocos de construção
|
387
686
|
* através de um pequeno modulo na estrutura da aplicação:
|
@@ -402,60 +701,137 @@ const SnkAttach = class {
|
|
402
701
|
window.open(`${selectedRecord.LINK}`);
|
403
702
|
return;
|
404
703
|
}
|
405
|
-
this.
|
406
|
-
|
704
|
+
this._currentFetcher
|
705
|
+
.getDownloadKey(selectedRecord)
|
706
|
+
.then(({ chave }) => {
|
707
|
+
var _a;
|
708
|
+
let forceDownload = false;
|
709
|
+
if (!((_a = selectedRecord === null || selectedRecord === void 0 ? void 0 : selectedRecord.ARQUIVO) === null || _a === void 0 ? void 0 : _a.endsWith(".pdf"))) {
|
710
|
+
forceDownload = true;
|
711
|
+
}
|
712
|
+
window.open(`/mge/visualizadorArquivos.mge?chaveArquivo=${chave.valor}${forceDownload ? "&forcarDownload=S" : ""}`);
|
407
713
|
});
|
408
714
|
}
|
409
715
|
returnToGridMode() {
|
410
|
-
|
716
|
+
var _a;
|
717
|
+
(_a = this._currentDataUnit) === null || _a === void 0 ? void 0 : _a.clearSelection();
|
411
718
|
if (this._crudElement)
|
412
719
|
this._crudElement.goToView(VIEW_MODE.GRID);
|
413
720
|
}
|
414
|
-
loadAttachmentDataUnit() {
|
415
|
-
var _a;
|
721
|
+
async loadAttachmentDataUnit() {
|
416
722
|
try {
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
});
|
430
|
-
return this.dataUnit;
|
723
|
+
switch (this.fetcherType) {
|
724
|
+
case "AnexoSistema":
|
725
|
+
await this.loadAnexoSistema();
|
726
|
+
break;
|
727
|
+
case "Attach":
|
728
|
+
await this.loadAttach();
|
729
|
+
break;
|
730
|
+
default:
|
731
|
+
this._currentFetcher = this.fetcher;
|
732
|
+
this._currentDataUnit = this.dataUnit;
|
733
|
+
this._currentDataUnitBuilder = this.dataUnitBuilder;
|
734
|
+
}
|
431
735
|
}
|
432
736
|
catch (error) {
|
433
737
|
throw new Error('There was an error while creating the data unit');
|
434
738
|
}
|
435
739
|
}
|
740
|
+
async loadAnexoSistema() {
|
741
|
+
var _a, _b, _c;
|
742
|
+
this._currentDataUnit = new DataUnitFetcher().getDataUnit(RESOURCE_ID, DATA_UNIT_NAME);
|
743
|
+
this._currentFetcher = new AnexoSistemaFetcher(this.entityName, this.registerKey, (_a = this._currentDataUnit) === null || _a === void 0 ? void 0 : _a.name);
|
744
|
+
if (!this._currentDataUnit.metadata) {
|
745
|
+
await ((_b = this._currentDataUnit) === null || _b === void 0 ? void 0 : _b.loadMetadata());
|
746
|
+
this.crudConfig = Object.assign({}, anexoSistemaCrudConfig);
|
747
|
+
}
|
748
|
+
this.initDataUnitLoaders();
|
749
|
+
this._currentDataUnit.addFilterProvider({
|
750
|
+
getFilter: () => this._currentDataUnitBuilder.getFilters(this.registerKey)
|
751
|
+
});
|
752
|
+
this._currentDataUnit.addInterceptor({
|
753
|
+
interceptAction: (action) => this._currentDataUnitBuilder.getInterceptions(this._currentDataUnit, action, this._crudElement)
|
754
|
+
});
|
755
|
+
await ((_c = this._currentDataUnit) === null || _c === void 0 ? void 0 : _c.loadData());
|
756
|
+
this.disableEditFieldsNotInForm();
|
757
|
+
}
|
758
|
+
async loadAttach() {
|
759
|
+
var _a, _b;
|
760
|
+
this._currentFetcher = new AttachFetcher();
|
761
|
+
this._currentDataUnit = new DataUnit(InMemoryLoader.IN_MEMORY_DATA_UNIT_NAME);
|
762
|
+
this.initDataUnitLoaders();
|
763
|
+
this._currentDataUnit.addInterceptor({
|
764
|
+
interceptAction: (action) => {
|
765
|
+
var _a;
|
766
|
+
if (action.type === Action.METADATA_LOADED) {
|
767
|
+
this.crudConfig = Object.assign({}, attachCrudConfig);
|
768
|
+
(_a = this._crudElement) === null || _a === void 0 ? void 0 : _a.updateConfig();
|
769
|
+
}
|
770
|
+
return this._currentDataUnitBuilder.getInterceptions(this._currentDataUnit, action, this._crudElement);
|
771
|
+
}
|
772
|
+
});
|
773
|
+
if (!this._currentDataUnit.metadata) {
|
774
|
+
await ((_a = this._currentDataUnit) === null || _a === void 0 ? void 0 : _a.loadMetadata());
|
775
|
+
this.crudConfig = Object.assign({}, attachCrudConfig);
|
776
|
+
await ((_b = this._currentDataUnit) === null || _b === void 0 ? void 0 : _b.loadData(undefined, undefined, true, this.registerKey));
|
777
|
+
this.disableEditFieldsNotInForm();
|
778
|
+
}
|
779
|
+
}
|
780
|
+
initDataUnitLoaders() {
|
781
|
+
var _a, _b, _c;
|
782
|
+
if (this.fetcherType === "AnexoSistema") {
|
783
|
+
this._currentFetcher = new AnexoSistemaFetcher(this.entityName, this.registerKey, (_a = this._currentDataUnit) === null || _a === void 0 ? void 0 : _a.name);
|
784
|
+
this._currentDataUnitBuilder = new AnexoSistemaDataUnitFactory(this.entityName, this.getMessage.bind(this));
|
785
|
+
(_b = this._currentDataUnitBuilder) === null || _b === void 0 ? void 0 : _b.initLoaders(this._currentDataUnit, this._currentFetcher, this.returnToGridMode.bind(this));
|
786
|
+
}
|
787
|
+
if (this.fetcherType === "Attach") {
|
788
|
+
this._currentFetcher = new AttachFetcher();
|
789
|
+
this._currentDataUnitBuilder = new AttachFetcherDataUnitFactory(this.getMessage.bind(this));
|
790
|
+
(_c = this._currentDataUnitBuilder) === null || _c === void 0 ? void 0 : _c.initLoaders(this._currentDataUnit, this._currentFetcher, async () => {
|
791
|
+
this.returnToGridMode();
|
792
|
+
await this._currentDataUnit.loadData(undefined, undefined, true, this.registerKey);
|
793
|
+
});
|
794
|
+
}
|
795
|
+
}
|
436
796
|
disableEditFieldsNotInForm() {
|
437
797
|
var _a;
|
438
798
|
(_a = this.crudConfig) === null || _a === void 0 ? void 0 : _a.grid.columns.forEach(column => {
|
439
799
|
var _a;
|
440
800
|
const fieldName = column.name;
|
441
801
|
if (!((_a = this.crudConfig) === null || _a === void 0 ? void 0 : _a.form.fields.some(field => field.name === fieldName))) {
|
442
|
-
this.
|
802
|
+
this._currentDataUnit.disableField(fieldName);
|
443
803
|
}
|
444
804
|
});
|
445
805
|
}
|
446
|
-
componentWillLoad() {
|
806
|
+
async componentWillLoad() {
|
447
807
|
this._application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
|
808
|
+
await this.initAttach();
|
448
809
|
}
|
449
810
|
componentWillRender() {
|
450
|
-
if (this.
|
811
|
+
if (!this.fetcherType) {
|
812
|
+
this.fetcherType = "AnexoSistema";
|
813
|
+
}
|
814
|
+
if (this._currentDataUnit == null) {
|
451
815
|
this.loadAttachmentDataUnit();
|
452
816
|
}
|
453
817
|
}
|
818
|
+
async handleOnDataStateChange({ detail }) {
|
819
|
+
if (this.fetcherType !== 'Attach')
|
820
|
+
return;
|
821
|
+
if (!detail.insertionMode) {
|
822
|
+
this._currentDataUnit.disableField('DESCRICAO');
|
823
|
+
}
|
824
|
+
else {
|
825
|
+
this._currentDataUnit.enableField('DESCRICAO');
|
826
|
+
}
|
827
|
+
await this._currentDataUnit.loadMetadata();
|
828
|
+
}
|
829
|
+
;
|
454
830
|
render() {
|
455
831
|
var _a, _b;
|
456
|
-
if (!this.
|
832
|
+
if (!this._currentDataUnit)
|
457
833
|
return null;
|
458
|
-
return (h("main", { class: "snk-attach__main" }, h("header", { class: "snk-attach__header" }, h("snk-simple-bar", { onExit: this.handleBack, messagesBuilder: this.messagesBuilder }, h("div", { slot: "rightSlot" }, h("ez-button", { class: "ez-button--primary", label: this.getMessage("snkAttach.finish"), onClick: this.handleFinish })))), h("div", { class: "snk-attach__crud-section ez-size-height--full ez-size-width--full ez-flex ez-flex--column" }, h("div", { class: "ez-box__container" }, h("snk-simple-crud", { ref: (el) => this._crudElement = el, dataUnit: this.
|
834
|
+
return (h("main", { class: "snk-attach__main" }, h("header", { class: "snk-attach__header" }, h("snk-simple-bar", { onExit: this.handleBack, messagesBuilder: this.messagesBuilder }, h("div", { slot: "rightSlot" }, h("ez-button", { class: "ez-button--primary", label: this.getMessage("snkAttach.finish"), onClick: this.handleFinish })))), h("div", { class: "snk-attach__crud-section ez-size-height--full ez-size-width--full ez-flex ez-flex--column" }, h("div", { class: "ez-box__container" }, h("snk-simple-crud", { ref: (el) => this._crudElement = el, dataUnit: this._currentDataUnit, taskbarManager: buildTaskBarManager(), gridConfig: (_a = this.crudConfig) === null || _a === void 0 ? void 0 : _a.grid, formConfig: (_b = this.crudConfig) === null || _b === void 0 ? void 0 : _b.form, useCancelConfirm: false, onActionClick: this.handleTaskbarClick, messagesBuilder: this.messagesBuilder, onDataStateChange: this.handleOnDataStateChange.bind(this) }, h("div", { slot: "snkSimpleCrudHeader" }, h("div", { class: "ez-flex ez-flex--column" }, h("span", { class: "ez-title--primary ez-text ez-text--large ez-text--bold ez-padding-bottom--medium" }, this.getMessage("snkAttach.title")), h("span", { class: "ez-text ez-text--medium ez-text--secondary" }, this.getMessage("snkAttach.description")))))))));
|
459
835
|
}
|
460
836
|
static get watchers() { return {
|
461
837
|
"registerKey": ["registerKeyWatcher"]
|