@sankhyalabs/sankhyablocks 0.0.0-bugfix-dev-KB-38445.1 → 0.0.0-bugfix-dev-kb-67792.0
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-942ce74b.js → ConfigStorage-0a690675.js} +2 -2
- package/dist/cjs/{DataFetcher-313debd8.js → DataFetcher-77729a93.js} +7 -2
- package/dist/cjs/{SnkFormConfigManager-1b13bacd.js → SnkFormConfigManager-d6d5db6d.js} +5 -8
- package/dist/cjs/{SnkMessageBuilder-722b104e.js → SnkMessageBuilder-96b0f549.js} +13 -9
- package/dist/cjs/{IExporterProvider-597949f9.js → SnkMultiSelectionListDataSource-f79d220c.js} +6 -96
- package/dist/cjs/{auth-fetcher-54f5ff9d.js → auth-fetcher-29bb791c.js} +1 -1
- package/dist/cjs/{form-config-fetcher-2dd00e5b.js → form-config-fetcher-feb08214.js} +1 -1
- package/dist/cjs/{index-1dfc7a6e.js → index-0922807b.js} +0 -5
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{dataunit-fetcher-688d3f05.js → pesquisa-fetcher-cba1b3d0.js} +181 -88
- package/dist/cjs/sankhyablocks.cjs.js +1 -1
- package/dist/cjs/snk-actions-button_4.cjs.entry.js +5 -7
- package/dist/cjs/snk-application.cjs.entry.js +15 -38
- package/dist/cjs/snk-attach.cjs.entry.js +49 -74
- package/dist/cjs/snk-crud.cjs.entry.js +13 -99
- package/dist/cjs/snk-data-exporter.cjs.entry.js +88 -318
- package/dist/cjs/snk-data-unit-559ac55c.js +462 -0
- package/dist/cjs/snk-data-unit.cjs.entry.js +2 -12
- package/dist/cjs/snk-detail-view.cjs.entry.js +10 -51
- package/dist/cjs/snk-exporter-email-sender.cjs.entry.js +1 -1
- package/dist/cjs/snk-filter-bar.cjs.entry.js +14 -9
- package/dist/cjs/snk-filter-modal-item.cjs.entry.js +3 -3
- package/dist/cjs/snk-form-config.cjs.entry.js +2 -2
- package/dist/cjs/snk-form-view.cjs.entry.js +0 -67
- package/dist/cjs/snk-form.cjs.entry.js +9 -54
- package/dist/cjs/snk-grid.cjs.entry.js +112 -169
- package/dist/cjs/{snk-guides-viewer-67605336.js → snk-guides-viewer-bfcad2d6.js} +10 -38
- package/dist/cjs/snk-guides-viewer.cjs.entry.js +9 -11
- package/dist/cjs/snk-personalized-filter.cjs.entry.js +3 -3
- package/dist/cjs/snk-simple-crud.cjs.entry.js +40 -267
- package/dist/cjs/snk-taskbar.cjs.entry.js +3 -4
- package/dist/cjs/{taskbar-elements-9ad1f9c0.js → taskbar-elements-3ecd1278.js} +3 -3
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/snk-application/snk-application.js +11 -35
- package/dist/collection/components/snk-attach/snk-attach.js +44 -67
- package/dist/collection/components/snk-crud/snk-crud.js +7 -249
- package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.js +0 -135
- package/dist/collection/components/snk-crud/subcomponents/snk-form-view.js +0 -161
- package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +5 -112
- package/dist/collection/components/snk-data-exporter/exporter-email-sender/options-step.js +1 -1
- package/dist/collection/components/snk-data-exporter/interfaces/IExporterProvider.js +1 -54
- package/dist/collection/components/snk-data-exporter/snk-data-exporter.js +52 -59
- package/dist/collection/components/snk-data-exporter/structure/ItemBuilder.js +2 -64
- package/dist/collection/components/snk-data-unit/snk-data-unit.js +214 -507
- package/dist/collection/components/snk-filter-bar/snk-filter-bar.js +11 -23
- package/dist/collection/components/snk-form/snk-form.js +5 -102
- package/dist/collection/components/snk-form-config/SnkFormConfigManager.js +3 -6
- package/dist/collection/components/snk-grid/snk-grid.css +0 -2
- package/dist/collection/components/snk-grid/snk-grid.js +102 -241
- package/dist/collection/components/snk-simple-crud/snk-simple-crud.js +18 -386
- package/dist/collection/components/snk-taskbar/elements/taskbar-elements.js +2 -2
- package/dist/collection/components/snk-taskbar/snk-taskbar.js +1 -2
- package/dist/collection/lib/@types/index.js +0 -5
- package/dist/collection/lib/dataUnit/InMemoryLoader.js +3 -7
- package/dist/collection/lib/http/data-fetcher/DataFetcher.js +8 -3
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/DataUnitDataLoader.js +0 -3
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/cache/ArrayRepository.js +0 -4
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/cache/PreloadManager.js +13 -11
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/dataunit-fetcher.js +0 -1
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.js +4 -53
- package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/index.js +34 -0
- package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js +4 -4
- package/dist/collection/lib/message/SnkMessageBuilder.js +12 -5
- package/dist/collection/lib/message/resources/snk-data-exporter.msg.js +0 -2
- package/dist/collection/lib/message/resources/snk-data-unit.msg.js +0 -1
- package/dist/collection/lib/message/resources/snk-exporter.msg.js +1 -1
- package/dist/components/DataFetcher.js +8 -3
- package/dist/components/SnkFormConfigManager.js +3 -6
- package/dist/components/SnkMessageBuilder.js +13 -9
- package/dist/components/dataunit-fetcher.js +182 -84
- package/dist/components/{IExporterProvider.js → field-search.js} +6 -93
- package/dist/components/index2.js +33 -198
- package/dist/components/index3.js +199 -0
- package/dist/components/snk-actions-button2.js +11 -4
- package/dist/components/snk-application2.js +9 -31
- package/dist/components/snk-attach2.js +41 -65
- package/dist/components/snk-crud.js +11 -103
- package/dist/components/snk-data-exporter2.js +87 -311
- package/dist/components/snk-data-unit2.js +212 -470
- package/dist/components/snk-detail-view2.js +10 -87
- package/dist/components/snk-exporter-email-sender2.js +1 -1
- package/dist/components/snk-expression-item2.js +1 -1
- package/dist/components/snk-filter-bar2.js +11 -7
- package/dist/components/snk-form-view2.js +1 -72
- package/dist/components/snk-form.js +6 -53
- package/dist/components/snk-grid2.js +108 -170
- package/dist/components/snk-personalized-filter2.js +1 -1
- package/dist/components/snk-simple-crud2.js +23 -259
- package/dist/components/snk-taskbar2.js +5 -6
- package/dist/esm/{ConfigStorage-86187da3.js → ConfigStorage-8c2ddac8.js} +2 -2
- package/dist/esm/{DataFetcher-c1baf61d.js → DataFetcher-773a3e4b.js} +8 -3
- package/dist/esm/{SnkFormConfigManager-d4554df9.js → SnkFormConfigManager-c01b9d9d.js} +5 -8
- package/dist/esm/{SnkMessageBuilder-89925609.js → SnkMessageBuilder-72423074.js} +13 -9
- package/dist/esm/{IExporterProvider-63a188b6.js → SnkMultiSelectionListDataSource-a4805051.js} +7 -95
- package/dist/esm/{auth-fetcher-039abba3.js → auth-fetcher-a411f73c.js} +1 -1
- package/dist/esm/{form-config-fetcher-30fb808f.js → form-config-fetcher-e0382e5a.js} +1 -1
- package/dist/esm/{index-3aa4977a.js → index-0ece87a6.js} +1 -6
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{dataunit-fetcher-264191b2.js → pesquisa-fetcher-34a8b8be.js} +182 -84
- package/dist/esm/sankhyablocks.js +1 -1
- package/dist/esm/snk-actions-button_4.entry.js +5 -7
- package/dist/esm/snk-application.entry.js +14 -37
- package/dist/esm/snk-attach.entry.js +44 -69
- package/dist/esm/snk-crud.entry.js +13 -99
- package/dist/esm/snk-data-exporter.entry.js +89 -319
- package/dist/esm/snk-data-unit-44215df7.js +460 -0
- package/dist/esm/snk-data-unit.entry.js +2 -12
- package/dist/esm/snk-detail-view.entry.js +10 -51
- package/dist/esm/snk-exporter-email-sender.entry.js +1 -1
- package/dist/esm/snk-filter-bar.entry.js +14 -9
- package/dist/esm/snk-filter-modal-item.entry.js +3 -3
- package/dist/esm/snk-form-config.entry.js +2 -2
- package/dist/esm/snk-form-view.entry.js +0 -67
- package/dist/esm/snk-form.entry.js +9 -54
- package/dist/esm/snk-grid.entry.js +110 -167
- package/dist/esm/{snk-guides-viewer-151f6091.js → snk-guides-viewer-edeac29f.js} +10 -38
- package/dist/esm/snk-guides-viewer.entry.js +9 -11
- package/dist/esm/snk-personalized-filter.entry.js +3 -3
- package/dist/esm/snk-simple-crud.entry.js +28 -255
- package/dist/esm/snk-taskbar.entry.js +3 -4
- package/dist/esm/{taskbar-elements-d59867f1.js → taskbar-elements-2473c8ac.js} +3 -3
- package/dist/sankhyablocks/p-03dcc5ff.entry.js +1 -0
- package/dist/sankhyablocks/{p-913a9979.js → p-0cd3c0a9.js} +1 -1
- package/dist/sankhyablocks/p-16a1dd18.entry.js +1 -0
- package/dist/sankhyablocks/p-176c3491.entry.js +1 -0
- package/dist/sankhyablocks/{p-df5451c7.js → p-181975f1.js} +1 -1
- package/dist/sankhyablocks/p-37e5d563.js +65 -0
- package/dist/sankhyablocks/p-38289a55.js +1 -0
- package/dist/sankhyablocks/{p-a1d72395.entry.js → p-41c2c191.entry.js} +1 -1
- package/dist/sankhyablocks/p-46e55a95.entry.js +1 -0
- package/dist/sankhyablocks/p-4e728357.entry.js +1 -0
- package/dist/sankhyablocks/p-5571bdfe.js +1 -0
- package/dist/sankhyablocks/p-5630574e.js +1 -0
- package/dist/sankhyablocks/p-594bc21d.js +1 -0
- package/dist/sankhyablocks/p-5f8c0426.entry.js +1 -0
- package/dist/sankhyablocks/p-80c64add.entry.js +1 -0
- package/dist/sankhyablocks/p-86af4cc2.js +1 -0
- package/dist/sankhyablocks/p-8b690717.js +1 -0
- package/dist/sankhyablocks/{p-aff76a53.js → p-96621231.js} +1 -1
- package/dist/sankhyablocks/p-a1832166.entry.js +1 -0
- package/dist/sankhyablocks/p-a809d944.entry.js +1 -0
- package/dist/sankhyablocks/p-a97226f6.entry.js +1 -0
- package/dist/sankhyablocks/p-add17f6a.entry.js +1 -0
- package/dist/sankhyablocks/{p-7e7a7473.js → p-ae4fc9a9.js} +1 -1
- package/dist/sankhyablocks/{p-eae7a817.entry.js → p-c2ae0fab.entry.js} +1 -1
- package/dist/sankhyablocks/p-c5a9a5d9.entry.js +1 -0
- package/dist/sankhyablocks/p-c5aa7d70.entry.js +11 -0
- package/dist/sankhyablocks/p-cb0147ab.entry.js +1 -0
- package/dist/sankhyablocks/p-f0145e3b.js +1 -0
- package/dist/sankhyablocks/{p-14a08904.entry.js → p-f03e4199.entry.js} +1 -1
- package/dist/sankhyablocks/p-f607db63.entry.js +1 -0
- package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
- package/dist/types/components/snk-application/snk-application.d.ts +3 -7
- package/dist/types/components/snk-attach/snk-attach.d.ts +9 -11
- package/dist/types/components/snk-crud/snk-crud.d.ts +1 -36
- package/dist/types/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.d.ts +0 -23
- package/dist/types/components/snk-crud/subcomponents/snk-form-view.d.ts +3 -28
- package/dist/types/components/snk-crud/subcomponents/snk-guides-viewer.d.ts +0 -19
- package/dist/types/components/snk-data-exporter/interfaces/IExporterProvider.d.ts +4 -24
- package/dist/types/components/snk-data-exporter/snk-data-exporter.d.ts +1 -4
- package/dist/types/components/snk-data-exporter/structure/ItemBuilder.d.ts +0 -21
- package/dist/types/components/snk-data-unit/snk-data-unit.d.ts +2 -61
- package/dist/types/components/snk-filter-bar/snk-filter-bar.d.ts +1 -4
- package/dist/types/components/snk-form/snk-form.d.ts +0 -14
- package/dist/types/components/snk-grid/snk-grid.d.ts +6 -46
- package/dist/types/components/snk-simple-crud/snk-simple-crud.d.ts +4 -58
- package/dist/types/components/snk-taskbar/elements/taskbar-elements.d.ts +1 -1
- package/dist/types/components.d.ts +4 -220
- package/dist/types/lib/@types/index.d.ts +0 -5
- package/dist/types/lib/dataUnit/InMemoryLoader.d.ts +1 -2
- package/dist/types/lib/http/data-fetcher/fetchers/data-unit/DataUnitDataLoader.d.ts +1 -2
- package/dist/types/lib/http/data-fetcher/fetchers/data-unit/cache/ArrayRepository.d.ts +0 -1
- package/dist/types/lib/http/data-fetcher/fetchers/data-unit/cache/PreloadManager.d.ts +0 -1
- package/dist/types/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.d.ts +0 -6
- package/dist/types/lib/http/data-fetcher/fetchers/fetchDataExporter/index.d.ts +3 -0
- package/dist/types/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IExporterColumnMetadata.d.ts +0 -3
- package/dist/types/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IFetchDataExporterParams.d.ts +1 -2
- package/dist/types/lib/http/data-fetcher/fetchers/pesquisa-fetcher.d.ts +0 -1
- package/package.json +1 -1
- package/dist/cjs/RecordIDUtils-3735135c.js +0 -43
- package/dist/cjs/pesquisa-fetcher-680e198f.js +0 -166
- package/dist/cjs/snk-data-unit-685272e7.js +0 -679
- package/dist/collection/components/snk-crud/interfaces/PropsCustomEditor.js +0 -1
- package/dist/collection/components/snk-crud/interfaces/PropsCustomRender.js +0 -1
- package/dist/collection/components/snk-data-exporter/exporter-strategy/ClientSideExporterStrategy.js +0 -97
- package/dist/collection/components/snk-data-exporter/exporter-strategy/ServerSideExporterStrategy.js +0 -74
- package/dist/collection/components/snk-data-exporter/interfaces/IExporterStrategy.js +0 -1
- package/dist/collection/components/snk-data-exporter/providers/ClientSideExporterProvider.js +0 -58
- package/dist/collection/components/snk-data-exporter/providers/ServerSideExporterProvider.js +0 -55
- package/dist/collection/components/snk-data-exporter/test/resources/ClientSideExporterStrategyResources.js +0 -88
- package/dist/collection/components/snk-data-exporter/utils/ParserExport.js +0 -20
- package/dist/collection/components/snk-data-exporter/utils/RecordIDUtils.js +0 -38
- package/dist/collection/components/snk-data-unit/test/resources/metadataMock.js +0 -24
- package/dist/collection/components/snk-data-unit/test/resources/parentMetadataMock.js +0 -18
- package/dist/collection/lib/DefaultCustomFormatters/RmPrecisionCustomValueFormatter.js +0 -35
- package/dist/collection/lib/dataUnit/ValueFormatter.js +0 -4
- package/dist/collection/lib/dataUnit/interfaces/InMemoryLoaderConfig.js +0 -1
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IBuildRequestBodyLoadRowMetadata.js +0 -1
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IRowMetadata.js +0 -1
- package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/test/resources/metadataMock.js +0 -22
- package/dist/components/ISave.js +0 -47
- package/dist/components/pesquisa-fetcher.js +0 -164
- package/dist/esm/RecordIDUtils-87d02110.js +0 -41
- package/dist/esm/pesquisa-fetcher-03c8f919.js +0 -164
- package/dist/esm/snk-data-unit-63f83504.js +0 -677
- package/dist/sankhyablocks/p-14b9f964.entry.js +0 -1
- package/dist/sankhyablocks/p-19c18d06.entry.js +0 -1
- package/dist/sankhyablocks/p-1db45d26.entry.js +0 -1
- package/dist/sankhyablocks/p-219f888d.entry.js +0 -1
- package/dist/sankhyablocks/p-30cf616e.js +0 -1
- package/dist/sankhyablocks/p-3a212712.js +0 -1
- package/dist/sankhyablocks/p-47b60deb.entry.js +0 -1
- package/dist/sankhyablocks/p-7505da04.entry.js +0 -1
- package/dist/sankhyablocks/p-75f83d1d.entry.js +0 -1
- package/dist/sankhyablocks/p-7a337364.js +0 -1
- package/dist/sankhyablocks/p-829d4045.js +0 -1
- package/dist/sankhyablocks/p-82a0bfb0.entry.js +0 -11
- package/dist/sankhyablocks/p-8fc470e5.entry.js +0 -1
- package/dist/sankhyablocks/p-941bf3ef.entry.js +0 -1
- package/dist/sankhyablocks/p-9863d682.js +0 -1
- package/dist/sankhyablocks/p-af8efd95.js +0 -6
- package/dist/sankhyablocks/p-b4b21558.entry.js +0 -1
- package/dist/sankhyablocks/p-bad55caa.entry.js +0 -1
- package/dist/sankhyablocks/p-c053256c.entry.js +0 -1
- package/dist/sankhyablocks/p-c5268346.entry.js +0 -1
- package/dist/sankhyablocks/p-cefba299.js +0 -1
- package/dist/sankhyablocks/p-dc7c9047.js +0 -1
- package/dist/sankhyablocks/p-f2809746.entry.js +0 -1
- package/dist/sankhyablocks/p-fcac4dfc.js +0 -1
- package/dist/sankhyablocks/p-fe79f83a.js +0 -60
- package/dist/types/components/snk-crud/interfaces/PropsCustomEditor.d.ts +0 -4
- package/dist/types/components/snk-crud/interfaces/PropsCustomRender.d.ts +0 -4
- package/dist/types/components/snk-data-exporter/exporter-strategy/ClientSideExporterStrategy.d.ts +0 -14
- package/dist/types/components/snk-data-exporter/exporter-strategy/ServerSideExporterStrategy.d.ts +0 -12
- package/dist/types/components/snk-data-exporter/interfaces/IExporterStrategy.d.ts +0 -5
- package/dist/types/components/snk-data-exporter/providers/ClientSideExporterProvider.d.ts +0 -17
- package/dist/types/components/snk-data-exporter/providers/ServerSideExporterProvider.d.ts +0 -17
- package/dist/types/components/snk-data-exporter/test/resources/ClientSideExporterStrategyResources.d.ts +0 -77
- package/dist/types/components/snk-data-exporter/utils/ParserExport.d.ts +0 -4
- package/dist/types/components/snk-data-exporter/utils/RecordIDUtils.d.ts +0 -3
- package/dist/types/components/snk-data-unit/test/resources/metadataMock.d.ts +0 -3
- package/dist/types/components/snk-data-unit/test/resources/parentMetadataMock.d.ts +0 -3
- package/dist/types/lib/DefaultCustomFormatters/RmPrecisionCustomValueFormatter.d.ts +0 -11
- package/dist/types/lib/dataUnit/ValueFormatter.d.ts +0 -2
- package/dist/types/lib/dataUnit/interfaces/InMemoryLoaderConfig.d.ts +0 -3
- package/dist/types/lib/http/data-fetcher/fetchers/data-unit/interfaces/IBuildRequestBodyLoadRowMetadata.d.ts +0 -10
- package/dist/types/lib/http/data-fetcher/fetchers/data-unit/interfaces/IRowMetadata.d.ts +0 -7
- package/dist/types/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/test/resources/metadataMock.d.ts +0 -20
|
@@ -4,21 +4,19 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-f9e81701.js');
|
|
6
6
|
const core = require('@sankhyalabs/core');
|
|
7
|
-
const DataFetcher = require('./DataFetcher-
|
|
8
|
-
require('./pesquisa-fetcher-
|
|
9
|
-
require('./index-
|
|
7
|
+
const DataFetcher = require('./DataFetcher-77729a93.js');
|
|
8
|
+
const pesquisaFetcher = require('./pesquisa-fetcher-cba1b3d0.js');
|
|
9
|
+
require('./index-0922807b.js');
|
|
10
10
|
const ISave = require('./ISave-e91b70a7.js');
|
|
11
|
-
const dataunitFetcher = require('./dataunit-fetcher-688d3f05.js');
|
|
12
11
|
require('./filter-item-type.enum-a7ffdaa6.js');
|
|
13
|
-
require('./form-config-fetcher-
|
|
12
|
+
require('./form-config-fetcher-feb08214.js');
|
|
14
13
|
const constants = require('./constants-35ddd366.js');
|
|
15
|
-
const authFetcher = require('./auth-fetcher-
|
|
16
|
-
const taskbarElements = require('./taskbar-elements-
|
|
14
|
+
const authFetcher = require('./auth-fetcher-29bb791c.js');
|
|
15
|
+
const taskbarElements = require('./taskbar-elements-3ecd1278.js');
|
|
17
16
|
require('./PrintUtils-bcaeb82f.js');
|
|
18
17
|
require('@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata');
|
|
19
18
|
require('@sankhyalabs/ezui/dist/collection/utils/constants');
|
|
20
19
|
require('@sankhyalabs/ezui/dist/collection/components/ez-grid/utils');
|
|
21
|
-
require('@sankhyalabs/core/dist/utils/SortingUtils');
|
|
22
20
|
require('./ResourceIDUtils-5ff86aa7.js');
|
|
23
21
|
require('./index-102ba62d.js');
|
|
24
22
|
|
|
@@ -315,7 +313,7 @@ class AnexoSistemaDataUnitFactory {
|
|
|
315
313
|
const { records } = dataUnit.getSelectionInfo();
|
|
316
314
|
const recordToDelete = records[0];
|
|
317
315
|
fetcher.delete(recordToDelete).then(() => {
|
|
318
|
-
|
|
316
|
+
pesquisaFetcher.PreloadManager.removeRecords(dataUnit, [recordToDelete]);
|
|
319
317
|
return resolve(ids);
|
|
320
318
|
});
|
|
321
319
|
});
|
|
@@ -462,9 +460,9 @@ class AttachFetcherDataUnitFactory {
|
|
|
462
460
|
});
|
|
463
461
|
this._records = records;
|
|
464
462
|
}
|
|
465
|
-
let records =
|
|
466
|
-
records =
|
|
467
|
-
return Promise.resolve({ records, paginationInfo:
|
|
463
|
+
let records = pesquisaFetcher.applyFilter(this._records, dataUnit, request.filters);
|
|
464
|
+
records = pesquisaFetcher.applySorting(records, dataUnit, request.sort);
|
|
465
|
+
return Promise.resolve({ records, paginationInfo: pesquisaFetcher.buildPaginationInfo(records, request.offset, request.limit) });
|
|
468
466
|
}
|
|
469
467
|
saveLoader(changes, fetcher) {
|
|
470
468
|
return new Promise((resolve) => {
|
|
@@ -654,36 +652,25 @@ const SnkAttach = class {
|
|
|
654
652
|
this._currentDataUnit = undefined;
|
|
655
653
|
this.crudConfig = undefined;
|
|
656
654
|
}
|
|
657
|
-
|
|
658
|
-
var _a;
|
|
659
|
-
if (this._currentDataUnit
|
|
655
|
+
registerKeyWatcher(newRegisterKey, oldRegisterKey) {
|
|
656
|
+
var _a, _b, _c, _d, _e, _f;
|
|
657
|
+
if (!this._currentDataUnit) {
|
|
660
658
|
this.loadAttachmentDataUnit();
|
|
661
659
|
}
|
|
662
660
|
if (oldRegisterKey !== newRegisterKey) {
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
this._currentFetcher = new AnexoSistemaFetcher(this.entityName, this.registerKey, (_a = this._currentDataUnit) === null || _a === void 0 ? void 0 : _a.name);
|
|
676
|
-
(_b = this._currentDataUnitBuilder) === null || _b === void 0 ? void 0 : _b.initLoaders(this._currentDataUnit, this._currentFetcher, this.returnToGridMode.bind(this));
|
|
677
|
-
await ((_c = this._currentDataUnit) === null || _c === void 0 ? void 0 : _c.loadData());
|
|
678
|
-
return;
|
|
679
|
-
}
|
|
680
|
-
if (this.fetcherType === "Attach") {
|
|
681
|
-
const hasMoreOneItem = ((_d = this.registerKey) === null || _d === void 0 ? void 0 : _d.split("_").length) > 1;
|
|
682
|
-
if (hasMoreOneItem)
|
|
683
|
-
return;
|
|
661
|
+
this.returnToGridMode();
|
|
662
|
+
if (this.fetcherType === "AnexoSistema") {
|
|
663
|
+
this._currentFetcher = new AnexoSistemaFetcher(this.entityName, this.registerKey, (_a = this._currentDataUnit) === null || _a === void 0 ? void 0 : _a.name);
|
|
664
|
+
(_b = this._currentDataUnitBuilder) === null || _b === void 0 ? void 0 : _b.initLoaders(this._currentDataUnit, this._currentFetcher, this.returnToGridMode.bind(this));
|
|
665
|
+
return (_c = this._currentDataUnit) === null || _c === void 0 ? void 0 : _c.loadData();
|
|
666
|
+
}
|
|
667
|
+
if (this.fetcherType === "Attach") {
|
|
668
|
+
const hasMoreOneItem = ((_d = this.registerKey) === null || _d === void 0 ? void 0 : _d.split("_").length) > 1;
|
|
669
|
+
if (hasMoreOneItem)
|
|
670
|
+
return;
|
|
671
|
+
}
|
|
672
|
+
return (_f = (_e = this._currentDataUnit) === null || _e === void 0 ? void 0 : _e.loadMetadata()) === null || _f === void 0 ? void 0 : _f.then(this._currentDataUnit.loadData.bind(undefined, undefined, true, this.registerKey));
|
|
684
673
|
}
|
|
685
|
-
await ((_e = this._currentDataUnit) === null || _e === void 0 ? void 0 : _e.loadMetadata());
|
|
686
|
-
await ((_f = this._currentDataUnit) === null || _f === void 0 ? void 0 : _f.loadData(undefined, undefined, true, this.registerKey));
|
|
687
674
|
}
|
|
688
675
|
/**
|
|
689
676
|
* Conforme mecanismo de mensagens, é possível customizar as mensagens dos blocos de construção
|
|
@@ -722,14 +709,14 @@ const SnkAttach = class {
|
|
|
722
709
|
if (this._crudElement)
|
|
723
710
|
this._crudElement.goToView(constants.VIEW_MODE.GRID);
|
|
724
711
|
}
|
|
725
|
-
|
|
712
|
+
loadAttachmentDataUnit() {
|
|
726
713
|
try {
|
|
727
714
|
switch (this.fetcherType) {
|
|
728
715
|
case "AnexoSistema":
|
|
729
|
-
|
|
716
|
+
this.loadAnexoSistema();
|
|
730
717
|
break;
|
|
731
718
|
case "Attach":
|
|
732
|
-
|
|
719
|
+
this.loadAttach();
|
|
733
720
|
break;
|
|
734
721
|
default:
|
|
735
722
|
this._currentFetcher = this.fetcher;
|
|
@@ -741,29 +728,28 @@ const SnkAttach = class {
|
|
|
741
728
|
throw new Error('There was an error while creating the data unit');
|
|
742
729
|
}
|
|
743
730
|
}
|
|
744
|
-
|
|
745
|
-
var _a
|
|
746
|
-
this._currentDataUnit = new
|
|
731
|
+
loadAnexoSistema() {
|
|
732
|
+
var _a;
|
|
733
|
+
this._currentDataUnit = this._currentDataUnit || new pesquisaFetcher.DataUnitFetcher().getDataUnit(RESOURCE_ID, DATA_UNIT_NAME);
|
|
747
734
|
this._currentFetcher = new AnexoSistemaFetcher(this.entityName, this.registerKey, (_a = this._currentDataUnit) === null || _a === void 0 ? void 0 : _a.name);
|
|
748
735
|
if (!this._currentDataUnit.metadata) {
|
|
749
|
-
|
|
750
|
-
|
|
736
|
+
this._currentDataUnit
|
|
737
|
+
.loadMetadata()
|
|
738
|
+
.then(() => this.crudConfig = Object.assign({}, anexoSistemaCrudConfig));
|
|
751
739
|
}
|
|
752
|
-
this.
|
|
740
|
+
this._currentDataUnitBuilder = new AnexoSistemaDataUnitFactory(this.entityName, this.getMessage.bind(this));
|
|
753
741
|
this._currentDataUnit.addFilterProvider({
|
|
754
742
|
getFilter: () => this._currentDataUnitBuilder.getFilters(this.registerKey)
|
|
755
743
|
});
|
|
756
744
|
this._currentDataUnit.addInterceptor({
|
|
757
745
|
interceptAction: (action) => this._currentDataUnitBuilder.getInterceptions(this._currentDataUnit, action, this._crudElement)
|
|
758
746
|
});
|
|
759
|
-
|
|
760
|
-
this.disableEditFieldsNotInForm();
|
|
747
|
+
this._currentDataUnit.loadData().then(this.disableEditFieldsNotInForm.bind(this));
|
|
761
748
|
}
|
|
762
|
-
|
|
763
|
-
var _a, _b;
|
|
749
|
+
loadAttach() {
|
|
750
|
+
var _a, _b, _c;
|
|
764
751
|
this._currentFetcher = new AttachFetcher();
|
|
765
|
-
this._currentDataUnit = new core.DataUnit(
|
|
766
|
-
this.initDataUnitLoaders();
|
|
752
|
+
this._currentDataUnit = new core.DataUnit(pesquisaFetcher.InMemoryLoader.IN_MEMORY_DATA_UNIT_NAME);
|
|
767
753
|
this._currentDataUnit.addInterceptor({
|
|
768
754
|
interceptAction: (action) => {
|
|
769
755
|
var _a;
|
|
@@ -774,26 +760,16 @@ const SnkAttach = class {
|
|
|
774
760
|
return this._currentDataUnitBuilder.getInterceptions(this._currentDataUnit, action, this._crudElement);
|
|
775
761
|
}
|
|
776
762
|
});
|
|
763
|
+
this._currentDataUnitBuilder = new AttachFetcherDataUnitFactory(this.getMessage.bind(this));
|
|
764
|
+
(_a = this._currentDataUnitBuilder) === null || _a === void 0 ? void 0 : _a.initLoaders(this._currentDataUnit, this._currentFetcher, async () => {
|
|
765
|
+
this.returnToGridMode();
|
|
766
|
+
await this._currentDataUnit.loadData(undefined, undefined, true, this.registerKey);
|
|
767
|
+
});
|
|
777
768
|
if (!this._currentDataUnit.metadata) {
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
}
|
|
783
|
-
}
|
|
784
|
-
initDataUnitLoaders() {
|
|
785
|
-
var _a, _b, _c;
|
|
786
|
-
if (this.fetcherType === "AnexoSistema") {
|
|
787
|
-
this._currentFetcher = new AnexoSistemaFetcher(this.entityName, this.registerKey, (_a = this._currentDataUnit) === null || _a === void 0 ? void 0 : _a.name);
|
|
788
|
-
this._currentDataUnitBuilder = new AnexoSistemaDataUnitFactory(this.entityName, this.getMessage.bind(this));
|
|
789
|
-
(_b = this._currentDataUnitBuilder) === null || _b === void 0 ? void 0 : _b.initLoaders(this._currentDataUnit, this._currentFetcher, this.returnToGridMode.bind(this));
|
|
790
|
-
}
|
|
791
|
-
if (this.fetcherType === "Attach") {
|
|
792
|
-
this._currentFetcher = new AttachFetcher();
|
|
793
|
-
this._currentDataUnitBuilder = new AttachFetcherDataUnitFactory(this.getMessage.bind(this));
|
|
794
|
-
(_c = this._currentDataUnitBuilder) === null || _c === void 0 ? void 0 : _c.initLoaders(this._currentDataUnit, this._currentFetcher, async () => {
|
|
795
|
-
this.returnToGridMode();
|
|
796
|
-
await this._currentDataUnit.loadData(undefined, undefined, true, this.registerKey);
|
|
769
|
+
(_c = (_b = this._currentDataUnit) === null || _b === void 0 ? void 0 : _b.loadMetadata()) === null || _c === void 0 ? void 0 : _c.then(() => {
|
|
770
|
+
var _a, _b;
|
|
771
|
+
this.crudConfig = Object.assign({}, attachCrudConfig);
|
|
772
|
+
(_b = (_a = this._currentDataUnit) === null || _a === void 0 ? void 0 : _a.loadData(undefined, undefined, true, this.registerKey)) === null || _b === void 0 ? void 0 : _b.then(this.disableEditFieldsNotInForm.bind(this));
|
|
797
773
|
});
|
|
798
774
|
}
|
|
799
775
|
}
|
|
@@ -807,9 +783,8 @@ const SnkAttach = class {
|
|
|
807
783
|
}
|
|
808
784
|
});
|
|
809
785
|
}
|
|
810
|
-
|
|
786
|
+
componentWillLoad() {
|
|
811
787
|
this._application = core.ApplicationContext.getContextValue("__SNK__APPLICATION__");
|
|
812
|
-
await this.initAttach();
|
|
813
788
|
}
|
|
814
789
|
componentWillRender() {
|
|
815
790
|
if (!this.fetcherType) {
|
|
@@ -4,22 +4,20 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-f9e81701.js');
|
|
6
6
|
const core = require('@sankhyalabs/core');
|
|
7
|
-
const taskbarElements = require('./taskbar-elements-
|
|
8
|
-
require('./DataFetcher-
|
|
9
|
-
require('./pesquisa-fetcher-
|
|
10
|
-
const index$1 = require('./index-
|
|
7
|
+
const taskbarElements = require('./taskbar-elements-3ecd1278.js');
|
|
8
|
+
require('./DataFetcher-77729a93.js');
|
|
9
|
+
require('./pesquisa-fetcher-cba1b3d0.js');
|
|
10
|
+
const index$1 = require('./index-0922807b.js');
|
|
11
11
|
require('./ISave-e91b70a7.js');
|
|
12
12
|
require('@sankhyalabs/ezui/dist/collection/utils/constants');
|
|
13
13
|
require('@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata');
|
|
14
|
-
require('./dataunit-fetcher-688d3f05.js');
|
|
15
14
|
require('./filter-item-type.enum-a7ffdaa6.js');
|
|
16
|
-
require('./form-config-fetcher-
|
|
15
|
+
require('./form-config-fetcher-feb08214.js');
|
|
17
16
|
const constants = require('./constants-35ddd366.js');
|
|
18
|
-
const authFetcher = require('./auth-fetcher-
|
|
17
|
+
const authFetcher = require('./auth-fetcher-29bb791c.js');
|
|
19
18
|
require('./index-102ba62d.js');
|
|
20
19
|
require('./PrintUtils-bcaeb82f.js');
|
|
21
20
|
require('@sankhyalabs/ezui/dist/collection/components/ez-grid/utils');
|
|
22
|
-
require('@sankhyalabs/core/dist/utils/SortingUtils');
|
|
23
21
|
require('./ResourceIDUtils-5ff86aa7.js');
|
|
24
22
|
|
|
25
23
|
const snkCrudCss = ".sc-snk-crud-h{display:flex;flex-direction:column;height:100%;width:100%}";
|
|
@@ -33,8 +31,6 @@ const SnkCrud = class {
|
|
|
33
31
|
this.formItemsReady = index.createEvent(this, "formItemsReady", 7);
|
|
34
32
|
this._keyDownHandler = async (event) => this.keyDownListener(event);
|
|
35
33
|
this._viewHistory = [];
|
|
36
|
-
this._customEditors = new Map();
|
|
37
|
-
this._customRenders = new Map();
|
|
38
34
|
this._dataUnit = undefined;
|
|
39
35
|
this._dataState = undefined;
|
|
40
36
|
this.attachmentRegisterKey = undefined;
|
|
@@ -57,8 +53,6 @@ const SnkCrud = class {
|
|
|
57
53
|
this.filterBarLegacyConfigName = undefined;
|
|
58
54
|
this.formLegacyConfigName = undefined;
|
|
59
55
|
this.disablePersonalizedFilter = undefined;
|
|
60
|
-
this.autoLoad = undefined;
|
|
61
|
-
this.autoFocus = true;
|
|
62
56
|
this.customContainerId = `SNK-CRUD-CUSTOM-CONTAINER-${core.StringUtils.generateUUID()}`;
|
|
63
57
|
}
|
|
64
58
|
/**
|
|
@@ -94,49 +88,6 @@ const SnkCrud = class {
|
|
|
94
88
|
async getFilterBar() {
|
|
95
89
|
return await this._snkGrid.getFilterBar();
|
|
96
90
|
}
|
|
97
|
-
/**
|
|
98
|
-
* Registra um editor customizado para campos da grade e formulário.
|
|
99
|
-
*/
|
|
100
|
-
async addCustomEditor(fieldName, customEditor) {
|
|
101
|
-
if (this._guidesViewer && this._snkGrid) {
|
|
102
|
-
this._guidesViewer.addCustomEditor(fieldName, customEditor);
|
|
103
|
-
this._snkGrid.addCustomEditor(fieldName, customEditor);
|
|
104
|
-
return;
|
|
105
|
-
}
|
|
106
|
-
const newCustomEditors = new Map(this._customEditors);
|
|
107
|
-
newCustomEditors.set(fieldName, customEditor);
|
|
108
|
-
this._customEditors = newCustomEditors;
|
|
109
|
-
}
|
|
110
|
-
/**
|
|
111
|
-
* Registra um render customizado para colunas da grid.
|
|
112
|
-
*/
|
|
113
|
-
async addGridCustomRender(fieldName, customRender) {
|
|
114
|
-
if (this._snkGrid) {
|
|
115
|
-
this._snkGrid.addGridCustomRender(fieldName, customRender);
|
|
116
|
-
return;
|
|
117
|
-
}
|
|
118
|
-
const newCustomRenders = new Map(this._customRenders);
|
|
119
|
-
newCustomRenders.set(fieldName, customRender);
|
|
120
|
-
this._customRenders = newCustomRenders;
|
|
121
|
-
}
|
|
122
|
-
/**
|
|
123
|
-
* Registra um formatador de valores para uma coluna da grid.
|
|
124
|
-
*/
|
|
125
|
-
async addCustomValueFormatter(columnName, customFormatter) {
|
|
126
|
-
this._snkGrid.addCustomValueFormatter(columnName, customFormatter);
|
|
127
|
-
}
|
|
128
|
-
/**
|
|
129
|
-
* Remove o formatador de valores de uma coluna da grid.
|
|
130
|
-
*/
|
|
131
|
-
async removeCustomValueFormatter(columnName) {
|
|
132
|
-
this._snkGrid.removeCustomValueFormatter(columnName);
|
|
133
|
-
}
|
|
134
|
-
/**
|
|
135
|
-
* Altera/adiciona uma propriedade nos metadados do campo.
|
|
136
|
-
*/
|
|
137
|
-
async setFieldProp(fieldName, propName, value) {
|
|
138
|
-
await this._guidesViewer.setFieldProp(fieldName, propName, value);
|
|
139
|
-
}
|
|
140
91
|
currentViewModeWatcher(currentView) {
|
|
141
92
|
this._viewHistory = [...this._viewHistory.slice(-1), currentView];
|
|
142
93
|
}
|
|
@@ -196,29 +147,6 @@ const SnkCrud = class {
|
|
|
196
147
|
const joinedPrimaryKeys = recordCriteria.map(({ value }) => value).join('_');
|
|
197
148
|
return joinedPrimaryKeys;
|
|
198
149
|
}
|
|
199
|
-
setCustomRenders() {
|
|
200
|
-
if (!this._snkGrid) {
|
|
201
|
-
return;
|
|
202
|
-
}
|
|
203
|
-
for (const [fieldName, customRender] of this._customRenders) {
|
|
204
|
-
this._snkGrid.addGridCustomRender(fieldName, customRender);
|
|
205
|
-
this._customRenders.delete(fieldName);
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
setCustomEditors() {
|
|
209
|
-
if (!this._snkGrid || !this._guidesViewer) {
|
|
210
|
-
return;
|
|
211
|
-
}
|
|
212
|
-
for (const [fieldName, customEditor] of this._customEditors) {
|
|
213
|
-
this._guidesViewer.addCustomEditor(fieldName, customEditor);
|
|
214
|
-
this._snkGrid.addCustomEditor(fieldName, customEditor);
|
|
215
|
-
this._customEditors.delete(fieldName);
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
componentDidRender() {
|
|
219
|
-
this.setCustomRenders();
|
|
220
|
-
this.setCustomEditors();
|
|
221
|
-
}
|
|
222
150
|
componentWillLoad() {
|
|
223
151
|
this._application = core.ApplicationContext.getContextValue("__SNK__APPLICATION__");
|
|
224
152
|
let parent = this._element.parentElement;
|
|
@@ -241,7 +169,12 @@ const SnkCrud = class {
|
|
|
241
169
|
else {
|
|
242
170
|
this.initDataUnit();
|
|
243
171
|
}
|
|
244
|
-
this._snkDataUnit.addEventListener("dataStateChange",
|
|
172
|
+
this._snkDataUnit.addEventListener("dataStateChange", async ({ detail: dataState }) => {
|
|
173
|
+
this._dataState = dataState;
|
|
174
|
+
if (dataState.selectedRecord !== undefined) {
|
|
175
|
+
this.attachmentRegisterKey = await this.getAttachmentRegisterKey();
|
|
176
|
+
}
|
|
177
|
+
});
|
|
245
178
|
break;
|
|
246
179
|
}
|
|
247
180
|
parent = parent.parentElement;
|
|
@@ -257,25 +190,6 @@ const SnkCrud = class {
|
|
|
257
190
|
this.removeShortcuts();
|
|
258
191
|
window.removeEventListener("keydown", this._keyDownHandler);
|
|
259
192
|
}
|
|
260
|
-
async handleDataStateChange(evt) {
|
|
261
|
-
var _a;
|
|
262
|
-
this._dataState = evt.detail;
|
|
263
|
-
if (this._dataState.selectedRecord !== undefined) {
|
|
264
|
-
this.attachmentRegisterKey = await this.getAttachmentRegisterKey();
|
|
265
|
-
}
|
|
266
|
-
const fieldsWithRmPrecision = await this._snkDataUnit.getFieldsWithRmPrecision();
|
|
267
|
-
for (const field of fieldsWithRmPrecision || []) {
|
|
268
|
-
if (!field) {
|
|
269
|
-
continue;
|
|
270
|
-
}
|
|
271
|
-
const rmPrecision = (_a = this._dataState.rowMetadata) === null || _a === void 0 ? void 0 : _a.getProp('rm_precision', field);
|
|
272
|
-
if (!rmPrecision && rmPrecision !== 0) {
|
|
273
|
-
continue;
|
|
274
|
-
}
|
|
275
|
-
await this.setFieldProp(field, 'precision', rmPrecision);
|
|
276
|
-
await this.setFieldProp(field, 'prettyPrecision', rmPrecision);
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
193
|
async initKeyboardManager() {
|
|
280
194
|
var _a;
|
|
281
195
|
const keyboardManager = await ((_a = this._application) === null || _a === void 0 ? void 0 : _a.getKeyboardManager());
|
|
@@ -395,7 +309,7 @@ const SnkCrud = class {
|
|
|
395
309
|
return;
|
|
396
310
|
}
|
|
397
311
|
this._snkDataUnit.ignoreSaveMessage = this._currentViewMode === constants.VIEW_MODE.GRID;
|
|
398
|
-
return (index.h(index.Host, null, index.h("ez-view-stack", { ref: (ref) => this._viewStack = ref, "data-element-id": "crud" }, index.h("stack-item", null, index.h("snk-grid", { ref: (ref) => this._snkGrid = ref, filterBarTitle: this.filterBarTitle, "data-element-id": "crud_grid", configName: this.configName, onGridDoubleClick: () => this.gridToForm(true), taskbarManager: this.taskbarManager, onActionClick: evt => this.executeAction(evt.detail), messagesBuilder: this.messagesBuilder, actionsList: this.actionsList, statusResolver: this.statusResolver, multipleSelection: this.multipleSelection, presentationMode: this.presentationMode, recordsValidator: this.recordsValidator, selectionToastConfig: this.selectionToastConfig, useEnterLikeTab: this.useEnterLikeTab, canEdit: this._canEdit, resourceID: this._resourceID, disablePersonalizedFilter: this.disablePersonalizedFilter, gridLegacyConfigName: this.gridLegacyConfigName, filterBarLegacyConfigName: this.filterBarLegacyConfigName
|
|
312
|
+
return (index.h(index.Host, null, index.h("ez-view-stack", { ref: (ref) => this._viewStack = ref, "data-element-id": "crud" }, index.h("stack-item", null, index.h("snk-grid", { ref: (ref) => this._snkGrid = ref, filterBarTitle: this.filterBarTitle, "data-element-id": "crud_grid", configName: this.configName, onGridDoubleClick: () => this.gridToForm(true), taskbarManager: this.taskbarManager, onActionClick: evt => this.executeAction(evt.detail), messagesBuilder: this.messagesBuilder, actionsList: this.actionsList, statusResolver: this.statusResolver, multipleSelection: this.multipleSelection, presentationMode: this.presentationMode, recordsValidator: this.recordsValidator, selectionToastConfig: this.selectionToastConfig, useEnterLikeTab: this.useEnterLikeTab, canEdit: this._canEdit, resourceID: this._resourceID, disablePersonalizedFilter: this.disablePersonalizedFilter, gridLegacyConfigName: this.gridLegacyConfigName, filterBarLegacyConfigName: this.filterBarLegacyConfigName }, index.h("slot", { name: "GRID_TASKBAR_CUSTOM_ELEMENTS" }), index.h("slot", { name: "GRID_HEADER_CUSTOM_ELEMENTS" }), index.h("slot", { name: "SnkGridHeader" }), index.h("slot", { name: "SnkGridFooter" }), index.h("slot", { name: "SnkGridTaskBar" }))), index.h("stack-item", null, index.h("snk-guides-viewer", { ref: ref => this._guidesViewer = ref, entityPath: this._snkDataUnit.entityName, messagesBuilder: this.messagesBuilder, onExit: () => this.setViewMode(constants.VIEW_MODE.GRID), dataState: this._dataState, dataUnit: this._dataUnit, actionsList: this.actionsList, taskbarManager: this.taskbarManager, configName: this.configName, onActionClick: evt => this.executeAction(evt.detail), presentationMode: this.presentationMode, "data-element-id": "crud_form", canEdit: this._canEdit, recordsValidator: this.recordsValidator, resourceID: this._resourceID, detailTaskbarCustomContainerId: this.customContainerId, formLegacyConfigName: this.formLegacyConfigName }, index.h("slot", { name: "GUIDES_VIEWER_TASKBAR_CUSTOM_ELEMENTS" }), index.h("slot", { name: "SnkFormTaskBar" }))), index.h("stack-item", null, index.h("snk-attach", { registerKey: this.attachmentRegisterKey, messagesBuilder: this.messagesBuilder, entityName: this._snkDataUnit.entityName, onBack: this.backView.bind(this) })), index.h("snk-configurator", { ref: (ref) => this._snkConfigurator = ref, viewMode: this._currentViewMode, messagesBuilder: this.messagesBuilder, onConfigSelected: (evt) => this.setViewMode(evt.detail), onOpenConfig: (evt) => this.openConfig(evt.detail), showActionButtons: this.showActionButtons, onSave: evt => this.handleConfiguratorEvent(evt, 'SAVE'), onCancel: evt => this.handleConfiguratorEvent(evt, 'CANCEL'), resourceID: this._resourceID, customContainerId: this.customContainerId })), index.h("div", { id: `${this.customContainerId}` }, index.h("slot", { name: "SnkConfigContainerSlot" }), index.h("slot", { name: "DETAIL_GRID_HEADER_CUSTOM_ELEMENTS" }), index.h("slot", { name: "DETAIL_GRID_TASKBAR_CUSTOM_ELEMENTS" }), index.h("slot", { name: "DETAIL_TASKBAR_CUSTOM_ELEMENTS" }))));
|
|
399
313
|
}
|
|
400
314
|
get _element() { return index.getElement(this); }
|
|
401
315
|
static get watchers() { return {
|