@sankhyalabs/sankhyablocks 8.14.11 → 8.15.0-dev.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{ConfigStorage-8009ecb2.js → ConfigStorage-302bbbd4.js} +24 -14
- package/dist/cjs/{ISave-d68ce3cd.js → ISave-e91b70a7.js} +1 -0
- package/dist/cjs/{SnkFormConfigManager-7d850fbc.js → SnkFormConfigManager-71c4768e.js} +1 -1
- package/dist/cjs/{SnkMessageBuilder-7293d0ad.js → SnkMessageBuilder-e7dcf408.js} +13 -0
- package/dist/cjs/{field-search-ca27041a.js → field-search-f56aa7d6.js} +29 -1
- package/dist/cjs/{index-0e663819.js → index-0922807b.js} +1 -0
- package/dist/cjs/index-f9e81701.js +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{dataunit-fetcher-d839c5d7.js → pesquisa-fetcher-7a08d110.js} +173 -6
- package/dist/cjs/sankhyablocks.cjs.js +1 -1
- package/dist/cjs/{snk-actions-button.cjs.entry.js → snk-actions-button_2.cjs.entry.js} +133 -4
- package/dist/cjs/snk-application.cjs.entry.js +65 -6
- package/dist/cjs/snk-attach.cjs.entry.js +389 -58
- package/dist/cjs/snk-crud.cjs.entry.js +8 -9
- package/dist/cjs/snk-data-exporter.cjs.entry.js +3 -3
- package/dist/cjs/{snk-data-unit-1bc69073.js → snk-data-unit-82c08a8c.js} +1 -1
- package/dist/cjs/snk-data-unit.cjs.entry.js +2 -2
- package/dist/cjs/snk-detail-view.cjs.entry.js +9 -10
- package/dist/cjs/snk-filter-bar.cjs.entry.js +6 -3
- package/dist/cjs/snk-filter-item.cjs.entry.js +47 -1
- package/dist/cjs/snk-filter-modal-item.cjs.entry.js +1 -1
- package/dist/cjs/snk-form.cjs.entry.js +2 -2
- package/dist/cjs/snk-grid-config.cjs.entry.js +1 -1
- package/dist/cjs/snk-grid.cjs.entry.js +51 -42
- package/dist/cjs/{snk-guides-viewer-88a7f880.js → snk-guides-viewer-546509df.js} +10 -21
- package/dist/cjs/snk-guides-viewer.cjs.entry.js +8 -9
- package/dist/cjs/snk-personalized-filter.cjs.entry.js +1 -1
- package/dist/cjs/snk-simple-crud.cjs.entry.js +20 -42
- package/dist/cjs/snk-taskbar.cjs.entry.js +2 -2
- package/dist/cjs/{taskbar-elements-39949c7a.js → taskbar-elements-01b85b99.js} +4 -4
- package/dist/collection/collection-manifest.json +2 -1
- package/dist/collection/components/snk-application/snk-application.js +65 -5
- package/dist/collection/components/snk-attach/snk-attach.js +188 -39
- package/dist/collection/components/snk-attach/structure/{crud-config-builder.js → builder/anexo-sistema-crud-config.builder.js} +1 -1
- package/dist/collection/components/snk-attach/structure/builder/attach-crud-config.builder.js +62 -0
- package/dist/collection/components/snk-attach/structure/{taskbar-builder.js → builder/taskbar-builder.js} +1 -1
- package/dist/collection/components/snk-attach/structure/fetcher/facade/fetcher.facade.js +1 -0
- package/dist/collection/components/snk-attach/structure/{data-unit-builder.js → fetcher/factory/anexo-sistema-data-unit.factory.js} +14 -11
- package/dist/collection/components/snk-attach/structure/fetcher/factory/attach-fetcher-data-unit.factory.js +111 -0
- package/dist/collection/components/snk-attach/structure/index.js +6 -3
- package/dist/collection/components/snk-crud/snk-crud.js +5 -5
- package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +6 -19
- package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.js +47 -1
- package/dist/collection/components/snk-filter-bar/snk-filter-bar.js +5 -2
- package/dist/collection/components/snk-grid/snk-grid.js +59 -53
- package/dist/collection/components/snk-simple-crud/snk-simple-crud.js +15 -36
- package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.css +6 -0
- package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.js +324 -0
- package/dist/collection/components/snk-taskbar/elements/taskbar-elements.js +3 -3
- package/dist/collection/components/snk-taskbar/snk-taskbar.js +1 -2
- package/dist/collection/components/snk-taskbar/subcomponents/field-search.js +28 -1
- package/dist/collection/lib/@types/index.js +1 -0
- package/dist/collection/lib/configs/ConfigStorage.js +24 -14
- 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/loadstrategy/DatasetStrategy.js +11 -6
- package/dist/collection/lib/index.js +1 -1
- package/dist/collection/lib/message/resources/snk-attach.msg.js +13 -0
- package/dist/components/ConfigStorage.js +24 -14
- package/dist/components/SnkMessageBuilder.js +13 -0
- package/dist/components/dataunit-fetcher.js +11 -6
- package/dist/components/field-search.js +29 -2
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +1 -0
- package/dist/components/index2.js +1 -0
- package/dist/components/snk-actions-button2.js +1 -0
- package/dist/components/snk-application2.js +62 -2
- package/dist/components/snk-attach2.js +414 -71
- package/dist/components/snk-crud.js +69 -63
- package/dist/components/snk-detail-view2.js +95 -94
- package/dist/components/snk-filter-bar2.js +5 -2
- package/dist/components/snk-filter-item2.js +47 -1
- package/dist/components/snk-grid2.js +91 -76
- package/dist/components/snk-simple-crud2.js +31 -46
- package/dist/components/snk-taskbar2.js +15 -9
- package/dist/components/taskbar-actions-button.d.ts +11 -0
- package/dist/components/taskbar-actions-button.js +6 -0
- package/dist/components/taskbar-actions-button2.js +154 -0
- package/dist/esm/{ConfigStorage-1244b8b0.js → ConfigStorage-4151acc8.js} +24 -14
- package/dist/esm/{ISave-4412b20c.js → ISave-d8c8bc59.js} +1 -0
- package/dist/esm/{SnkFormConfigManager-9be0e7d4.js → SnkFormConfigManager-5c7d3771.js} +1 -1
- package/dist/esm/{SnkMessageBuilder-ca843d1b.js → SnkMessageBuilder-0fb796b9.js} +13 -0
- package/dist/esm/{field-search-c6938ee4.js → field-search-efbe307f.js} +29 -2
- package/dist/esm/{index-1564817d.js → index-0ece87a6.js} +1 -0
- package/dist/esm/index-a7d3d3f1.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{dataunit-fetcher-cf01a8f4.js → pesquisa-fetcher-d6ff9386.js} +173 -7
- package/dist/esm/sankhyablocks.js +1 -1
- package/dist/esm/{snk-actions-button.entry.js → snk-actions-button_2.entry.js} +134 -6
- package/dist/esm/snk-application.entry.js +65 -6
- package/dist/esm/snk-attach.entry.js +390 -59
- package/dist/esm/snk-crud.entry.js +8 -9
- package/dist/esm/snk-data-exporter.entry.js +3 -3
- package/dist/esm/{snk-data-unit-6208ebf0.js → snk-data-unit-5d201fb3.js} +1 -1
- package/dist/esm/snk-data-unit.entry.js +2 -2
- package/dist/esm/snk-detail-view.entry.js +9 -10
- package/dist/esm/snk-filter-bar.entry.js +6 -3
- package/dist/esm/snk-filter-item.entry.js +47 -1
- package/dist/esm/snk-filter-modal-item.entry.js +1 -1
- package/dist/esm/snk-form.entry.js +2 -2
- package/dist/esm/snk-grid-config.entry.js +1 -1
- package/dist/esm/snk-grid.entry.js +52 -43
- package/dist/esm/{snk-guides-viewer-fde509bf.js → snk-guides-viewer-4e56a2e0.js} +10 -21
- package/dist/esm/snk-guides-viewer.entry.js +8 -9
- package/dist/esm/snk-personalized-filter.entry.js +1 -1
- package/dist/esm/snk-simple-crud.entry.js +19 -41
- package/dist/esm/snk-taskbar.entry.js +2 -2
- package/dist/esm/{taskbar-elements-0a6b8b95.js → taskbar-elements-d4d0b424.js} +4 -4
- package/dist/sankhyablocks/{p-ff6064e7.js → p-05243555.js} +1 -1
- package/dist/sankhyablocks/{p-fd8814b9.entry.js → p-1d75d9f9.entry.js} +1 -1
- package/dist/sankhyablocks/{p-9e7d65a4.js → p-21749402.js} +1 -1
- package/dist/sankhyablocks/p-32460e98.entry.js +11 -0
- package/dist/sankhyablocks/p-374d03f6.js +1 -0
- package/dist/sankhyablocks/p-38289a55.js +1 -0
- package/dist/sankhyablocks/{p-35fe6e61.entry.js → p-3963b9c1.entry.js} +1 -1
- package/dist/sankhyablocks/p-42af1bbf.js +65 -0
- package/dist/sankhyablocks/{p-776ee8e3.js → p-573a07c5.js} +1 -1
- package/dist/sankhyablocks/{p-d4fb9642.entry.js → p-69efa80d.entry.js} +1 -1
- package/dist/sankhyablocks/{p-6977a26c.entry.js → p-71439fd9.entry.js} +1 -1
- package/dist/sankhyablocks/{p-11081798.entry.js → p-761ed32f.entry.js} +1 -1
- package/dist/sankhyablocks/p-7d8d7fe9.entry.js +1 -0
- package/dist/sankhyablocks/{p-f514913b.entry.js → p-7f3c7b09.entry.js} +1 -1
- package/dist/sankhyablocks/p-8c74258e.entry.js +1 -0
- package/dist/sankhyablocks/p-8f0488b8.entry.js +1 -0
- package/dist/sankhyablocks/p-9ebcfeb6.entry.js +1 -0
- package/dist/sankhyablocks/p-aa95fb2c.js +56 -0
- package/dist/sankhyablocks/p-b05ab13d.entry.js +1 -0
- package/dist/sankhyablocks/p-c2137023.entry.js +1 -0
- package/dist/sankhyablocks/p-c2495304.js +1 -0
- package/dist/sankhyablocks/p-c4874327.entry.js +1 -0
- package/dist/sankhyablocks/p-d82f6eda.entry.js +1 -0
- package/dist/sankhyablocks/p-dcb6aad1.entry.js +1 -0
- package/dist/sankhyablocks/{p-3520c088.entry.js → p-e0fd9555.entry.js} +1 -1
- package/dist/sankhyablocks/p-e8812d8a.js +1 -0
- package/dist/sankhyablocks/{p-32f0935f.js → p-f3d1c48e.js} +1 -1
- package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
- package/dist/types/components/snk-actions-button/subcomponents/snk-actions-form.d.ts +1 -1
- package/dist/types/components/snk-application/snk-application.d.ts +4 -1
- package/dist/types/components/snk-attach/{structure/crud-config-builder.d.ts → interfaces/ICrudConfig.d.ts} +1 -2
- package/dist/types/components/snk-attach/interfaces/TFetcherType.d.ts +1 -0
- package/dist/types/components/snk-attach/snk-attach.d.ts +27 -6
- package/dist/types/components/snk-attach/structure/builder/anexo-sistema-crud-config.builder.d.ts +2 -0
- package/dist/types/components/snk-attach/structure/builder/attach-crud-config.builder.d.ts +31 -0
- package/dist/types/components/snk-attach/structure/{taskbar-builder.d.ts → builder/taskbar-builder.d.ts} +1 -1
- package/dist/types/components/snk-attach/structure/fetcher/facade/fetcher.facade.d.ts +11 -0
- package/dist/types/components/snk-attach/structure/fetcher/factory/anexo-sistema-data-unit.factory.d.ts +17 -0
- package/dist/types/components/snk-attach/structure/fetcher/factory/attach-fetcher-data-unit.factory.d.ts +15 -0
- package/dist/types/components/snk-attach/structure/index.d.ts +6 -3
- package/dist/types/components/snk-crud/snk-crud.d.ts +1 -1
- package/dist/types/components/snk-filter-bar/filter-item/snk-filter-item.d.ts +1 -0
- package/dist/types/components/snk-grid/snk-grid.d.ts +5 -4
- package/dist/types/components/snk-simple-crud/snk-simple-crud.d.ts +6 -5
- package/dist/types/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.d.ts +60 -0
- package/dist/types/components/snk-taskbar/snk-taskbar.d.ts +16 -0
- package/dist/types/components/snk-taskbar/subcomponents/field-search.d.ts +2 -0
- package/dist/types/components.d.ts +111 -11
- package/dist/types/lib/@types/index.d.ts +2 -1
- package/dist/types/lib/configs/ConfigStorage.d.ts +4 -0
- package/dist/types/lib/http/data-fetcher/DataFetcher.d.ts +1 -1
- package/dist/types/lib/http/data-fetcher/fetchers/{attach-fetcher.d.ts → AttachFetcher/anexo-sistema-fetcher.d.ts} +3 -2
- package/dist/types/lib/http/data-fetcher/fetchers/AttachFetcher/attach-fetcher.d.ts +11 -0
- package/dist/types/lib/http/data-fetcher/fetchers/AttachFetcher/facade/attach-fetcher.facade.d.ts +8 -0
- package/dist/types/lib/http/data-fetcher/fetchers/AttachFetcher/index.d.ts +3 -0
- package/dist/types/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/ISave.d.ts +2 -1
- package/dist/types/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.d.ts +1 -0
- package/dist/types/lib/index.d.ts +1 -1
- package/package.json +8 -6
- package/react/components.d.ts +1 -0
- package/react/components.js +1 -0
- package/react/components.js.map +1 -1
- package/dist/cjs/pesquisa-fetcher-ef050a47.js +0 -167
- package/dist/esm/pesquisa-fetcher-dd3ca0a5.js +0 -165
- package/dist/sankhyablocks/p-08ced1fd.entry.js +0 -1
- package/dist/sankhyablocks/p-3160fa64.js +0 -60
- package/dist/sankhyablocks/p-34774923.entry.js +0 -1
- package/dist/sankhyablocks/p-38ab8a3b.entry.js +0 -1
- package/dist/sankhyablocks/p-3ab540cc.entry.js +0 -11
- package/dist/sankhyablocks/p-3ecd72a4.js +0 -1
- package/dist/sankhyablocks/p-4775a293.entry.js +0 -1
- package/dist/sankhyablocks/p-5534e08c.js +0 -1
- package/dist/sankhyablocks/p-585294ee.js +0 -56
- package/dist/sankhyablocks/p-6ea96bb1.entry.js +0 -1
- package/dist/sankhyablocks/p-936addf1.js +0 -1
- package/dist/sankhyablocks/p-c53926eb.entry.js +0 -1
- package/dist/sankhyablocks/p-c9841939.js +0 -1
- package/dist/sankhyablocks/p-cfbebb49.entry.js +0 -1
- package/dist/sankhyablocks/p-d2923a2a.entry.js +0 -1
- package/dist/sankhyablocks/p-d9bb09b3.js +0 -6
- package/dist/sankhyablocks/p-f2056f66.entry.js +0 -1
- package/dist/types/components/snk-attach/structure/data-unit-builder.d.ts +0 -15
- /package/dist/collection/{lib/http/data-fetcher/fetchers/fecthAttach/interfaces/IDelete.js → components/snk-attach/interfaces/ICrudConfig.js} +0 -0
- /package/dist/collection/{lib/http/data-fetcher/fetchers/fecthAttach/interfaces/IDownloadKey.js → components/snk-attach/interfaces/TFetcherType.js} +0 -0
- /package/dist/collection/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/index.js +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,43 +1,44 @@
|
|
1
1
|
import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
|
2
2
|
import { StringUtils, ElementIDUtils, ApplicationContext, JSUtils, FloatingManager } from '@sankhyalabs/core';
|
3
|
-
import { T as TaskbarElement, d as defineCustomElement$
|
3
|
+
import { T as TaskbarElement, d as defineCustomElement$3 } from './snk-taskbar2.js';
|
4
4
|
import './DataFetcher.js';
|
5
5
|
import './dataunit-fetcher.js';
|
6
6
|
import { P as PresentationMode } from './index2.js';
|
7
|
-
import { d as defineCustomElement$
|
7
|
+
import { d as defineCustomElement$w } from './snk-actions-button2.js';
|
8
8
|
import '@sankhyalabs/ezui/dist/collection/utils/constants';
|
9
9
|
import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
|
10
10
|
import './filter-item-type.enum.js';
|
11
11
|
import './form-config-fetcher.js';
|
12
12
|
import { V as VIEW_MODE } from './constants.js';
|
13
13
|
import { A as AutorizationType } from './auth-fetcher.js';
|
14
|
-
import { d as defineCustomElement$
|
15
|
-
import { d as defineCustomElement$
|
16
|
-
import { d as defineCustomElement$
|
17
|
-
import { d as defineCustomElement$
|
18
|
-
import { d as defineCustomElement$
|
19
|
-
import { d as defineCustomElement$
|
20
|
-
import { d as defineCustomElement$
|
21
|
-
import { d as defineCustomElement$
|
22
|
-
import { d as defineCustomElement$
|
23
|
-
import { d as defineCustomElement$
|
24
|
-
import { d as defineCustomElement$
|
25
|
-
import { d as defineCustomElement$
|
26
|
-
import { d as defineCustomElement$
|
27
|
-
import { d as defineCustomElement$
|
28
|
-
import { d as defineCustomElement$
|
29
|
-
import { d as defineCustomElement$
|
30
|
-
import { d as defineCustomElement$
|
31
|
-
import { d as defineCustomElement$
|
32
|
-
import { d as defineCustomElement$
|
33
|
-
import { d as defineCustomElement$
|
34
|
-
import { d as defineCustomElement$
|
35
|
-
import { d as defineCustomElement$
|
36
|
-
import { d as defineCustomElement$
|
37
|
-
import { d as defineCustomElement$
|
38
|
-
import { d as defineCustomElement$
|
39
|
-
import { d as defineCustomElement$
|
40
|
-
import { d as defineCustomElement$
|
14
|
+
import { d as defineCustomElement$v } from './snk-attach2.js';
|
15
|
+
import { d as defineCustomElement$u } from './snk-config-options2.js';
|
16
|
+
import { d as defineCustomElement$t } from './snk-configurator2.js';
|
17
|
+
import { d as defineCustomElement$s } from './snk-data-exporter2.js';
|
18
|
+
import { d as defineCustomElement$r } from './snk-data-unit2.js';
|
19
|
+
import { d as defineCustomElement$9, a as defineCustomElement$q } from './snk-detail-view2.js';
|
20
|
+
import { d as defineCustomElement$p } from './snk-exporter-email-sender2.js';
|
21
|
+
import { d as defineCustomElement$o } from './snk-expression-group2.js';
|
22
|
+
import { d as defineCustomElement$n } from './snk-expression-item2.js';
|
23
|
+
import { d as defineCustomElement$m } from './snk-field-config2.js';
|
24
|
+
import { d as defineCustomElement$l } from './snk-filter-advanced-mode2.js';
|
25
|
+
import { d as defineCustomElement$k } from './snk-filter-assistent-mode2.js';
|
26
|
+
import { d as defineCustomElement$j } from './snk-filter-bar2.js';
|
27
|
+
import { d as defineCustomElement$i } from './snk-filter-detail2.js';
|
28
|
+
import { d as defineCustomElement$h } from './snk-filter-field-search2.js';
|
29
|
+
import { d as defineCustomElement$g } from './snk-filter-item2.js';
|
30
|
+
import { d as defineCustomElement$f } from './snk-filter-param-config2.js';
|
31
|
+
import { d as defineCustomElement$e } from './snk-form-config2.js';
|
32
|
+
import { d as defineCustomElement$d } from './snk-form-summary2.js';
|
33
|
+
import { d as defineCustomElement$c } from './snk-form-view2.js';
|
34
|
+
import { d as defineCustomElement$b } from './snk-grid2.js';
|
35
|
+
import { d as defineCustomElement$a } from './snk-grid-config2.js';
|
36
|
+
import { d as defineCustomElement$8 } from './snk-personalized-filter2.js';
|
37
|
+
import { d as defineCustomElement$7 } from './snk-select-box2.js';
|
38
|
+
import { d as defineCustomElement$6 } from './snk-simple-bar2.js';
|
39
|
+
import { d as defineCustomElement$5 } from './snk-simple-crud2.js';
|
40
|
+
import { d as defineCustomElement$4 } from './snk-tab-config2.js';
|
41
|
+
import { d as defineCustomElement$2 } from './taskbar-actions-button2.js';
|
41
42
|
|
42
43
|
const snkCrudCss = ".sc-snk-crud-h{display:flex;flex-direction:column;height:100%;width:100%}";
|
43
44
|
|
@@ -49,7 +50,7 @@ const SnkCrud$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
49
50
|
this.configuratorSave = createEvent(this, "configuratorSave", 7);
|
50
51
|
this.configuratorCancel = createEvent(this, "configuratorCancel", 7);
|
51
52
|
this.formItemsReady = createEvent(this, "formItemsReady", 7);
|
52
|
-
this._keyDownHandler = (event) => this.keyDownListener(event);
|
53
|
+
this._keyDownHandler = async (event) => this.keyDownListener(event);
|
53
54
|
this._viewHistory = [];
|
54
55
|
this._dataUnit = undefined;
|
55
56
|
this._dataState = undefined;
|
@@ -289,7 +290,7 @@ const SnkCrud$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
289
290
|
}
|
290
291
|
this.configuratorCancel.emit();
|
291
292
|
}
|
292
|
-
keyDownListener(event) {
|
293
|
+
async keyDownListener(event) {
|
293
294
|
if (!event.ctrlKey || event.key == undefined || event.key.toUpperCase() !== "F") {
|
294
295
|
return;
|
295
296
|
}
|
@@ -301,10 +302,10 @@ const SnkCrud$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
301
302
|
}
|
302
303
|
FloatingManager.closeAll();
|
303
304
|
if (this._currentViewMode === VIEW_MODE.GRID) {
|
304
|
-
this._snkGrid.findColumn();
|
305
|
+
await this._snkGrid.findColumn();
|
305
306
|
}
|
306
307
|
else {
|
307
|
-
this._guidesViewer.findField();
|
308
|
+
await this._guidesViewer.findField();
|
308
309
|
}
|
309
310
|
event.preventDefault();
|
310
311
|
}
|
@@ -352,7 +353,7 @@ function defineCustomElement$1() {
|
|
352
353
|
if (typeof customElements === "undefined") {
|
353
354
|
return;
|
354
355
|
}
|
355
|
-
const components = ["snk-crud", "snk-actions-button", "snk-attach", "snk-config-options", "snk-configurator", "snk-data-exporter", "snk-data-unit", "snk-detail-view", "snk-exporter-email-sender", "snk-expression-group", "snk-expression-item", "snk-field-config", "snk-filter-advanced-mode", "snk-filter-assistent-mode", "snk-filter-bar", "snk-filter-detail", "snk-filter-field-search", "snk-filter-item", "snk-filter-param-config", "snk-form-config", "snk-form-summary", "snk-form-view", "snk-grid", "snk-grid-config", "snk-guides-viewer", "snk-personalized-filter", "snk-select-box", "snk-simple-bar", "snk-simple-crud", "snk-tab-config", "snk-taskbar"];
|
356
|
+
const components = ["snk-crud", "snk-actions-button", "snk-attach", "snk-config-options", "snk-configurator", "snk-data-exporter", "snk-data-unit", "snk-detail-view", "snk-exporter-email-sender", "snk-expression-group", "snk-expression-item", "snk-field-config", "snk-filter-advanced-mode", "snk-filter-assistent-mode", "snk-filter-bar", "snk-filter-detail", "snk-filter-field-search", "snk-filter-item", "snk-filter-param-config", "snk-form-config", "snk-form-summary", "snk-form-view", "snk-grid", "snk-grid-config", "snk-guides-viewer", "snk-personalized-filter", "snk-select-box", "snk-simple-bar", "snk-simple-crud", "snk-tab-config", "snk-taskbar", "taskbar-actions-button"];
|
356
357
|
components.forEach(tagName => { switch (tagName) {
|
357
358
|
case "snk-crud":
|
358
359
|
if (!customElements.get(tagName)) {
|
@@ -361,150 +362,155 @@ function defineCustomElement$1() {
|
|
361
362
|
break;
|
362
363
|
case "snk-actions-button":
|
363
364
|
if (!customElements.get(tagName)) {
|
364
|
-
defineCustomElement$
|
365
|
+
defineCustomElement$w();
|
365
366
|
}
|
366
367
|
break;
|
367
368
|
case "snk-attach":
|
368
369
|
if (!customElements.get(tagName)) {
|
369
|
-
defineCustomElement$
|
370
|
+
defineCustomElement$v();
|
370
371
|
}
|
371
372
|
break;
|
372
373
|
case "snk-config-options":
|
373
374
|
if (!customElements.get(tagName)) {
|
374
|
-
defineCustomElement$
|
375
|
+
defineCustomElement$u();
|
375
376
|
}
|
376
377
|
break;
|
377
378
|
case "snk-configurator":
|
378
379
|
if (!customElements.get(tagName)) {
|
379
|
-
defineCustomElement$
|
380
|
+
defineCustomElement$t();
|
380
381
|
}
|
381
382
|
break;
|
382
383
|
case "snk-data-exporter":
|
383
384
|
if (!customElements.get(tagName)) {
|
384
|
-
defineCustomElement$
|
385
|
+
defineCustomElement$s();
|
385
386
|
}
|
386
387
|
break;
|
387
388
|
case "snk-data-unit":
|
388
389
|
if (!customElements.get(tagName)) {
|
389
|
-
defineCustomElement$
|
390
|
+
defineCustomElement$r();
|
390
391
|
}
|
391
392
|
break;
|
392
393
|
case "snk-detail-view":
|
393
394
|
if (!customElements.get(tagName)) {
|
394
|
-
defineCustomElement$
|
395
|
+
defineCustomElement$q();
|
395
396
|
}
|
396
397
|
break;
|
397
398
|
case "snk-exporter-email-sender":
|
398
399
|
if (!customElements.get(tagName)) {
|
399
|
-
defineCustomElement$
|
400
|
+
defineCustomElement$p();
|
400
401
|
}
|
401
402
|
break;
|
402
403
|
case "snk-expression-group":
|
403
404
|
if (!customElements.get(tagName)) {
|
404
|
-
defineCustomElement$
|
405
|
+
defineCustomElement$o();
|
405
406
|
}
|
406
407
|
break;
|
407
408
|
case "snk-expression-item":
|
408
409
|
if (!customElements.get(tagName)) {
|
409
|
-
defineCustomElement$
|
410
|
+
defineCustomElement$n();
|
410
411
|
}
|
411
412
|
break;
|
412
413
|
case "snk-field-config":
|
413
414
|
if (!customElements.get(tagName)) {
|
414
|
-
defineCustomElement$
|
415
|
+
defineCustomElement$m();
|
415
416
|
}
|
416
417
|
break;
|
417
418
|
case "snk-filter-advanced-mode":
|
418
419
|
if (!customElements.get(tagName)) {
|
419
|
-
defineCustomElement$
|
420
|
+
defineCustomElement$l();
|
420
421
|
}
|
421
422
|
break;
|
422
423
|
case "snk-filter-assistent-mode":
|
423
424
|
if (!customElements.get(tagName)) {
|
424
|
-
defineCustomElement$
|
425
|
+
defineCustomElement$k();
|
425
426
|
}
|
426
427
|
break;
|
427
428
|
case "snk-filter-bar":
|
428
429
|
if (!customElements.get(tagName)) {
|
429
|
-
defineCustomElement$
|
430
|
+
defineCustomElement$j();
|
430
431
|
}
|
431
432
|
break;
|
432
433
|
case "snk-filter-detail":
|
433
434
|
if (!customElements.get(tagName)) {
|
434
|
-
defineCustomElement$
|
435
|
+
defineCustomElement$i();
|
435
436
|
}
|
436
437
|
break;
|
437
438
|
case "snk-filter-field-search":
|
438
439
|
if (!customElements.get(tagName)) {
|
439
|
-
defineCustomElement$
|
440
|
+
defineCustomElement$h();
|
440
441
|
}
|
441
442
|
break;
|
442
443
|
case "snk-filter-item":
|
443
444
|
if (!customElements.get(tagName)) {
|
444
|
-
defineCustomElement$
|
445
|
+
defineCustomElement$g();
|
445
446
|
}
|
446
447
|
break;
|
447
448
|
case "snk-filter-param-config":
|
448
449
|
if (!customElements.get(tagName)) {
|
449
|
-
defineCustomElement$
|
450
|
+
defineCustomElement$f();
|
450
451
|
}
|
451
452
|
break;
|
452
453
|
case "snk-form-config":
|
453
454
|
if (!customElements.get(tagName)) {
|
454
|
-
defineCustomElement$
|
455
|
+
defineCustomElement$e();
|
455
456
|
}
|
456
457
|
break;
|
457
458
|
case "snk-form-summary":
|
458
459
|
if (!customElements.get(tagName)) {
|
459
|
-
defineCustomElement$
|
460
|
+
defineCustomElement$d();
|
460
461
|
}
|
461
462
|
break;
|
462
463
|
case "snk-form-view":
|
463
464
|
if (!customElements.get(tagName)) {
|
464
|
-
defineCustomElement$
|
465
|
+
defineCustomElement$c();
|
465
466
|
}
|
466
467
|
break;
|
467
468
|
case "snk-grid":
|
468
469
|
if (!customElements.get(tagName)) {
|
469
|
-
defineCustomElement$
|
470
|
+
defineCustomElement$b();
|
470
471
|
}
|
471
472
|
break;
|
472
473
|
case "snk-grid-config":
|
473
474
|
if (!customElements.get(tagName)) {
|
474
|
-
defineCustomElement$
|
475
|
+
defineCustomElement$a();
|
475
476
|
}
|
476
477
|
break;
|
477
478
|
case "snk-guides-viewer":
|
478
479
|
if (!customElements.get(tagName)) {
|
479
|
-
defineCustomElement$
|
480
|
+
defineCustomElement$9();
|
480
481
|
}
|
481
482
|
break;
|
482
483
|
case "snk-personalized-filter":
|
483
484
|
if (!customElements.get(tagName)) {
|
484
|
-
defineCustomElement$
|
485
|
+
defineCustomElement$8();
|
485
486
|
}
|
486
487
|
break;
|
487
488
|
case "snk-select-box":
|
488
489
|
if (!customElements.get(tagName)) {
|
489
|
-
defineCustomElement$
|
490
|
+
defineCustomElement$7();
|
490
491
|
}
|
491
492
|
break;
|
492
493
|
case "snk-simple-bar":
|
493
494
|
if (!customElements.get(tagName)) {
|
494
|
-
defineCustomElement$
|
495
|
+
defineCustomElement$6();
|
495
496
|
}
|
496
497
|
break;
|
497
498
|
case "snk-simple-crud":
|
498
499
|
if (!customElements.get(tagName)) {
|
499
|
-
defineCustomElement$
|
500
|
+
defineCustomElement$5();
|
500
501
|
}
|
501
502
|
break;
|
502
503
|
case "snk-tab-config":
|
503
504
|
if (!customElements.get(tagName)) {
|
504
|
-
defineCustomElement$
|
505
|
+
defineCustomElement$4();
|
505
506
|
}
|
506
507
|
break;
|
507
508
|
case "snk-taskbar":
|
509
|
+
if (!customElements.get(tagName)) {
|
510
|
+
defineCustomElement$3();
|
511
|
+
}
|
512
|
+
break;
|
513
|
+
case "taskbar-actions-button":
|
508
514
|
if (!customElements.get(tagName)) {
|
509
515
|
defineCustomElement$2();
|
510
516
|
}
|