@sankhyalabs/sankhyablocks 8.15.0-rc.1 → 8.15.0-rc.11

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.
Files changed (216) hide show
  1. package/dist/cjs/{ConfigStorage-302bbbd4.js → ConfigStorage-34be11ce.js} +70 -7
  2. package/dist/cjs/{DataFetcher-ba94ed5b.js → DataFetcher-99f0f6ed.js} +5 -3
  3. package/dist/cjs/{SnkFormConfigManager-71c4768e.js → SnkFormConfigManager-531a191c.js} +21 -13
  4. package/dist/cjs/{SnkMessageBuilder-e7dcf408.js → SnkMessageBuilder-141aa18d.js} +2 -1
  5. package/dist/cjs/SnkMultiSelectionListDataSource-5213120b.js +140 -0
  6. package/dist/cjs/{auth-fetcher-c8467c07.js → auth-fetcher-5161d082.js} +1 -1
  7. package/dist/cjs/{form-config-fetcher-df043d3d.js → form-config-fetcher-9f1a13ca.js} +1 -1
  8. package/dist/cjs/index-f9e81701.js +2 -10
  9. package/dist/cjs/loader.cjs.js +1 -1
  10. package/dist/cjs/{pesquisa-fetcher-e4a7c4c3.js → pesquisa-fetcher-94f6b316.js} +235 -24
  11. package/dist/cjs/sankhyablocks.cjs.js +1 -1
  12. package/dist/cjs/{snk-actions-button_2.cjs.entry.js → snk-actions-button_4.cjs.entry.js} +520 -5
  13. package/dist/cjs/snk-application.cjs.entry.js +34 -8
  14. package/dist/cjs/snk-attach.cjs.entry.js +7 -8
  15. package/dist/cjs/snk-crud.cjs.entry.js +16 -10
  16. package/dist/cjs/snk-data-exporter.cjs.entry.js +8 -4
  17. package/dist/cjs/{snk-data-unit-82c08a8c.js → snk-data-unit-6026a9f7.js} +1 -1
  18. package/dist/cjs/snk-data-unit.cjs.entry.js +2 -2
  19. package/dist/cjs/snk-detail-view.cjs.entry.js +9 -10
  20. package/dist/cjs/snk-entity-list.cjs.entry.js +5 -3
  21. package/dist/cjs/snk-filter-bar.cjs.entry.js +36 -7
  22. package/dist/cjs/snk-filter-modal-item.cjs.entry.js +3 -3
  23. package/dist/cjs/snk-form-config.cjs.entry.js +47 -27
  24. package/dist/cjs/snk-form.cjs.entry.js +11 -4
  25. package/dist/cjs/snk-grid.cjs.entry.js +40 -22
  26. package/dist/cjs/{snk-guides-viewer-d32c096f.js → snk-guides-viewer-76b4c346.js} +15 -9
  27. package/dist/cjs/snk-guides-viewer.cjs.entry.js +7 -8
  28. package/dist/cjs/snk-personalized-filter-editor.cjs.entry.js +3 -1
  29. package/dist/cjs/snk-personalized-filter.cjs.entry.js +3 -3
  30. package/dist/cjs/snk-simple-crud.cjs.entry.js +215 -23
  31. package/dist/cjs/snk-taskbar.cjs.entry.js +100 -14
  32. package/dist/cjs/{taskbar-elements-01b85b99.js → taskbar-elements-3ecd1278.js} +9 -9
  33. package/dist/collection/collection-manifest.json +6 -6
  34. package/dist/collection/components/snk-application/__mocks__/snk-application.js +7 -0
  35. package/dist/collection/components/snk-application/snk-application.js +51 -11
  36. package/dist/collection/components/snk-crud/snk-crud.js +95 -3
  37. package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.js +2 -2
  38. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.css +11 -2
  39. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +27 -3
  40. package/dist/collection/components/snk-data-exporter/snk-data-exporter.js +5 -1
  41. package/dist/collection/components/snk-entity-list/snk-entity-list.js +5 -3
  42. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-personalized-filter-editor/snk-personalized-filter-editor.js +3 -1
  43. package/dist/collection/components/snk-filter-bar/snk-filter-bar.css +23 -1
  44. package/dist/collection/components/snk-filter-bar/snk-filter-bar.js +116 -4
  45. package/dist/collection/components/snk-form/snk-form.js +25 -1
  46. package/dist/collection/components/{snk-form → snk-form-config}/SnkFormConfigManager.js +20 -12
  47. package/dist/collection/components/{snk-form/subcomponents/snk-form-config → snk-form-config}/snk-form-config.js +50 -30
  48. package/dist/collection/components/snk-grid/snk-grid.js +103 -16
  49. package/dist/collection/components/{snk-grid/subcomponents/snk-grid-config → snk-grid-config}/snk-grid-config.js +130 -123
  50. package/dist/collection/components/{snk-grid/subcomponents → snk-grid-config}/snk-select-box/snk-select-box.js +1 -1
  51. package/dist/collection/components/snk-simple-crud/regular-buttons.js +3 -0
  52. package/dist/collection/components/snk-simple-crud/snk-simple-crud.css +5 -0
  53. package/dist/collection/components/snk-simple-crud/snk-simple-crud.js +344 -17
  54. package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.js +1 -1
  55. package/dist/collection/components/snk-taskbar/elements/taskbar-elements.js +9 -9
  56. package/dist/collection/components/snk-taskbar/snk-taskbar.css +17 -0
  57. package/dist/collection/components/snk-taskbar/snk-taskbar.js +139 -13
  58. package/dist/collection/lib/configs/ConfigStorage.js +63 -3
  59. package/dist/collection/lib/http/data-fetcher/DataFetcher.js +5 -3
  60. package/dist/collection/lib/http/data-fetcher/fetchers/parameters-fecher.js +21 -0
  61. package/dist/collection/lib/http/data-fetcher/fetchers/personalized-filter-fetcher.js +6 -3
  62. package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js +4 -11
  63. package/dist/collection/lib/message/resources/snk-data-exporter.msg.js +2 -1
  64. package/dist/collection/lib/utils/CrudUtils.js +13 -1
  65. package/dist/components/ConfigStorage.js +68 -5
  66. package/dist/components/DataFetcher.js +5 -3
  67. package/dist/components/SnkFormConfigManager.js +19 -11
  68. package/dist/components/SnkMessageBuilder.js +2 -1
  69. package/dist/components/dataunit-fetcher.js +4 -11
  70. package/dist/components/field-search.js +93 -3
  71. package/dist/components/index.d.ts +6 -6
  72. package/dist/components/snk-application2.js +30 -1
  73. package/dist/components/snk-attach2.js +54 -12
  74. package/dist/components/snk-crud.js +15 -3
  75. package/dist/components/snk-data-exporter2.js +5 -1
  76. package/dist/components/snk-detail-view2.js +40 -7
  77. package/dist/components/snk-entity-list.js +5 -3
  78. package/dist/components/snk-filter-bar2.js +38 -5
  79. package/dist/components/snk-form-config2.js +46 -26
  80. package/dist/components/snk-form.js +8 -0
  81. package/dist/components/snk-grid-config2.js +128 -102
  82. package/dist/components/snk-grid2.js +41 -17
  83. package/dist/components/snk-personalized-filter-editor.js +3 -1
  84. package/dist/components/snk-simple-crud2.js +272 -28
  85. package/dist/components/snk-taskbar2.js +114 -24
  86. package/dist/components/taskbar-actions-button2.js +1 -1
  87. package/dist/esm/{ConfigStorage-4151acc8.js → ConfigStorage-101a2b4c.js} +70 -7
  88. package/dist/esm/{DataFetcher-aa159c5a.js → DataFetcher-a650ae58.js} +5 -3
  89. package/dist/esm/{SnkFormConfigManager-5c7d3771.js → SnkFormConfigManager-02ecf57f.js} +21 -13
  90. package/dist/esm/{SnkMessageBuilder-0fb796b9.js → SnkMessageBuilder-9747ddd2.js} +2 -1
  91. package/dist/esm/SnkMultiSelectionListDataSource-7e7eada5.js +133 -0
  92. package/dist/esm/{auth-fetcher-c05dc474.js → auth-fetcher-17dc5b5e.js} +1 -1
  93. package/dist/esm/{form-config-fetcher-36219cd3.js → form-config-fetcher-f121f880.js} +1 -1
  94. package/dist/esm/index-a7d3d3f1.js +2 -10
  95. package/dist/esm/loader.js +1 -1
  96. package/dist/esm/{pesquisa-fetcher-fa0c2540.js → pesquisa-fetcher-f05a12ca.js} +226 -16
  97. package/dist/esm/sankhyablocks.js +1 -1
  98. package/dist/esm/{snk-actions-button_2.entry.js → snk-actions-button_4.entry.js} +519 -6
  99. package/dist/esm/snk-application.entry.js +34 -8
  100. package/dist/esm/snk-attach.entry.js +6 -7
  101. package/dist/esm/snk-crud.entry.js +16 -10
  102. package/dist/esm/snk-data-exporter.entry.js +8 -4
  103. package/dist/esm/{snk-data-unit-5d201fb3.js → snk-data-unit-4c343635.js} +1 -1
  104. package/dist/esm/snk-data-unit.entry.js +2 -2
  105. package/dist/esm/snk-detail-view.entry.js +9 -10
  106. package/dist/esm/snk-entity-list.entry.js +5 -3
  107. package/dist/esm/snk-filter-bar.entry.js +36 -7
  108. package/dist/esm/snk-filter-modal-item.entry.js +3 -3
  109. package/dist/esm/snk-form-config.entry.js +48 -28
  110. package/dist/esm/snk-form.entry.js +11 -4
  111. package/dist/esm/snk-grid.entry.js +41 -23
  112. package/dist/esm/{snk-guides-viewer-f49613c6.js → snk-guides-viewer-90ca9105.js} +15 -9
  113. package/dist/esm/snk-guides-viewer.entry.js +7 -8
  114. package/dist/esm/snk-personalized-filter-editor.entry.js +3 -1
  115. package/dist/esm/snk-personalized-filter.entry.js +3 -3
  116. package/dist/esm/snk-simple-crud.entry.js +216 -24
  117. package/dist/esm/snk-taskbar.entry.js +101 -15
  118. package/dist/esm/{taskbar-elements-d4d0b424.js → taskbar-elements-2473c8ac.js} +9 -9
  119. package/dist/sankhyablocks/p-1f3174cb.entry.js +1 -0
  120. package/dist/sankhyablocks/p-1fa5a18c.entry.js +11 -0
  121. package/dist/sankhyablocks/p-20b46647.entry.js +1 -0
  122. package/dist/sankhyablocks/p-2897fb8c.js +1 -0
  123. package/dist/sankhyablocks/{p-05243555.js → p-2936303b.js} +1 -1
  124. package/dist/sankhyablocks/p-2cfe0c2c.entry.js +1 -0
  125. package/dist/sankhyablocks/p-33718dfc.entry.js +1 -0
  126. package/dist/sankhyablocks/p-384fd6ae.js +1 -0
  127. package/dist/sankhyablocks/p-50783a8b.js +1 -0
  128. package/dist/sankhyablocks/p-5c0b53ce.js +56 -0
  129. package/dist/sankhyablocks/p-663ff67b.entry.js +1 -0
  130. package/dist/sankhyablocks/{p-7f3c7b09.entry.js → p-6b28cc74.entry.js} +1 -1
  131. package/dist/sankhyablocks/{p-e0fd9555.entry.js → p-7ddd95b6.entry.js} +1 -1
  132. package/dist/sankhyablocks/p-7e05bd83.entry.js +1 -0
  133. package/dist/sankhyablocks/p-7f97fee2.entry.js +1 -0
  134. package/dist/sankhyablocks/p-8111f63f.entry.js +1 -0
  135. package/dist/sankhyablocks/{p-f3d1c48e.js → p-9a5d1b39.js} +1 -1
  136. package/dist/sankhyablocks/{p-0d7863ed.js → p-a13ccb86.js} +1 -1
  137. package/dist/sankhyablocks/p-a83487a0.entry.js +1 -0
  138. package/dist/sankhyablocks/p-ae4fc9a9.js +1 -0
  139. package/dist/sankhyablocks/p-b11aa1e0.entry.js +1 -0
  140. package/dist/sankhyablocks/p-b41a622a.entry.js +1 -0
  141. package/dist/sankhyablocks/p-ba4871b5.entry.js +1 -0
  142. package/dist/sankhyablocks/{p-9695f78b.js → p-be75153c.js} +1 -1
  143. package/dist/sankhyablocks/p-d01ceda6.entry.js +1 -0
  144. package/dist/sankhyablocks/p-d304659d.entry.js +1 -0
  145. package/dist/sankhyablocks/p-d78d4062.js +65 -0
  146. package/dist/sankhyablocks/p-e7dbe53a.entry.js +1 -0
  147. package/dist/sankhyablocks/p-fad4c2fe.js +1 -0
  148. package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
  149. package/dist/types/components/snk-actions-button/subcomponents/snk-actions-form.d.ts +1 -1
  150. package/dist/types/components/snk-application/__mocks__/snk-application.d.ts +3 -0
  151. package/dist/types/components/snk-application/snk-application.d.ts +8 -0
  152. package/dist/types/components/snk-crud/snk-crud.d.ts +21 -0
  153. package/dist/types/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.d.ts +1 -1
  154. package/dist/types/components/snk-crud/subcomponents/snk-guides-viewer.d.ts +6 -1
  155. package/dist/types/components/snk-filter-bar/snk-filter-bar.d.ts +19 -1
  156. package/dist/types/components/snk-form/snk-form.d.ts +6 -1
  157. package/dist/types/components/{snk-form → snk-form-config}/SnkFormConfigManager.d.ts +2 -1
  158. package/dist/types/components/{snk-form/subcomponents/snk-form-config → snk-form-config}/snk-form-config.d.ts +5 -3
  159. package/dist/types/components/snk-grid/snk-grid.d.ts +20 -1
  160. package/dist/types/components/{snk-grid/subcomponents/snk-grid-config → snk-grid-config}/snk-grid-config.d.ts +11 -6
  161. package/dist/types/components/{snk-grid/subcomponents → snk-grid-config}/snk-select-box/snk-select-box.d.ts +1 -1
  162. package/dist/types/components/snk-simple-crud/regular-buttons.d.ts +3 -0
  163. package/dist/types/components/snk-simple-crud/snk-simple-crud.d.ts +65 -3
  164. package/dist/types/components/snk-taskbar/snk-taskbar.d.ts +28 -1
  165. package/dist/types/components.d.ts +201 -12
  166. package/dist/types/lib/configs/ConfigStorage.d.ts +21 -1
  167. package/dist/types/lib/http/data-fetcher/fetchers/parameters-fecher.d.ts +1 -0
  168. package/dist/types/lib/http/data-fetcher/fetchers/personalized-filter-fetcher.d.ts +2 -1
  169. package/dist/types/lib/utils/CrudUtils.d.ts +3 -0
  170. package/package.json +9 -2
  171. package/dist/cjs/PreloadManager-84466da6.js +0 -224
  172. package/dist/cjs/SnkMultiSelectionListDataSource-ba5838c2.js +0 -49
  173. package/dist/cjs/snk-grid-config.cjs.entry.js +0 -483
  174. package/dist/cjs/snk-select-box.cjs.entry.js +0 -25
  175. package/dist/esm/PreloadManager-c1c2f2b4.js +0 -222
  176. package/dist/esm/SnkMultiSelectionListDataSource-44494b0e.js +0 -43
  177. package/dist/esm/snk-grid-config.entry.js +0 -479
  178. package/dist/esm/snk-select-box.entry.js +0 -21
  179. package/dist/sankhyablocks/p-02e3a45b.entry.js +0 -1
  180. package/dist/sankhyablocks/p-094c30cb.js +0 -1
  181. package/dist/sankhyablocks/p-0ec5b2e5.js +0 -1
  182. package/dist/sankhyablocks/p-1d75d9f9.entry.js +0 -1
  183. package/dist/sankhyablocks/p-2582537c.entry.js +0 -1
  184. package/dist/sankhyablocks/p-282789a6.entry.js +0 -1
  185. package/dist/sankhyablocks/p-374d03f6.js +0 -1
  186. package/dist/sankhyablocks/p-3b0e4e08.js +0 -65
  187. package/dist/sankhyablocks/p-40915359.entry.js +0 -1
  188. package/dist/sankhyablocks/p-573a07c5.js +0 -1
  189. package/dist/sankhyablocks/p-62896624.entry.js +0 -1
  190. package/dist/sankhyablocks/p-69efa80d.entry.js +0 -1
  191. package/dist/sankhyablocks/p-761ed32f.entry.js +0 -1
  192. package/dist/sankhyablocks/p-98674137.entry.js +0 -1
  193. package/dist/sankhyablocks/p-9b5944a4.entry.js +0 -1
  194. package/dist/sankhyablocks/p-9bdbc7d8.entry.js +0 -1
  195. package/dist/sankhyablocks/p-aa95fb2c.js +0 -56
  196. package/dist/sankhyablocks/p-ac384baf.entry.js +0 -1
  197. package/dist/sankhyablocks/p-b05ab13d.entry.js +0 -1
  198. package/dist/sankhyablocks/p-c22c1d8e.js +0 -1
  199. package/dist/sankhyablocks/p-c4874327.entry.js +0 -1
  200. package/dist/sankhyablocks/p-c758265f.entry.js +0 -1
  201. package/dist/sankhyablocks/p-cb7419e0.entry.js +0 -1
  202. package/dist/sankhyablocks/p-d4f9ee17.entry.js +0 -1
  203. package/dist/sankhyablocks/p-e6380c60.js +0 -1
  204. package/dist/sankhyablocks/p-e817f254.entry.js +0 -11
  205. /package/dist/collection/components/{snk-form/subcomponents/snk-form-config → snk-form-config}/snk-form-config.css +0 -0
  206. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-config-options/snk-config-options.css +0 -0
  207. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-config-options/snk-config-options.js +0 -0
  208. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-field-config/snk-field-config.css +0 -0
  209. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-field-config/snk-field-config.js +0 -0
  210. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-tab-config/snk-tab-config.css +0 -0
  211. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-tab-config/snk-tab-config.js +0 -0
  212. /package/dist/collection/components/{snk-grid/subcomponents/snk-grid-config → snk-grid-config}/snk-grid-config.css +0 -0
  213. /package/dist/collection/components/{snk-grid/subcomponents → snk-grid-config}/snk-select-box/snk-select-box.css +0 -0
  214. /package/dist/types/components/{snk-form → snk-form-config}/subcomponents/snk-config-options/snk-config-options.d.ts +0 -0
  215. /package/dist/types/components/{snk-form → snk-form-config}/subcomponents/snk-field-config/snk-field-config.d.ts +0 -0
  216. /package/dist/types/components/{snk-form → snk-form-config}/subcomponents/snk-tab-config/snk-tab-config.d.ts +0 -0
@@ -1,22 +1,34 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, h } from '@stencil/core/internal/client';
2
- import { ObjectUtils, ApplicationContext, DataType, UserInterface, StringUtils, JSUtils, FloatingManager } from '@sankhyalabs/core';
2
+ import { StringUtils, ApplicationContext, ObjectUtils, DataType, UserInterface, JSUtils, FloatingManager, ElementIDUtils } from '@sankhyalabs/core';
3
3
  import { V as VIEW_MODE, S as SIMPLE_CRUD_MODE } from './constants.js';
4
4
  import { T as TaskbarElement, d as defineCustomElement$2 } from './snk-taskbar2.js';
5
5
  import './DataFetcher.js';
6
6
  import { I as InMemoryLoader } from './dataunit-fetcher.js';
7
+ import { S as SnkMultiSelectionListDataSource, T as TaskbarProcessor, b as buildFieldSearch, o as openFieldSearch, C as CrudUtils } from './field-search.js';
7
8
  import { P as PresentationMode } from './index2.js';
8
- import { d as defineCustomElement$6 } from './snk-actions-button2.js';
9
+ import { d as defineCustomElement$d } from './snk-actions-button2.js';
9
10
  import '@sankhyalabs/ezui/dist/collection/utils/constants';
10
11
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
11
12
  import './filter-item-type.enum.js';
12
13
  import './form-config-fetcher.js';
13
- import { S as SnkMultiSelectionListDataSource, T as TaskbarProcessor, b as buildFieldSearch, o as openFieldSearch } from './field-search.js';
14
- import { d as defineCustomElement$5 } from './snk-data-exporter2.js';
15
- import { d as defineCustomElement$4 } from './snk-data-unit2.js';
16
- import { d as defineCustomElement$3 } from './snk-exporter-email-sender2.js';
14
+ import { C as ConfigStorage } from './ConfigStorage.js';
15
+ import { S as SnkFormConfigManager } from './SnkFormConfigManager.js';
16
+ import { d as defineCustomElement$c } from './snk-config-options2.js';
17
+ import { d as defineCustomElement$b } from './snk-configurator2.js';
18
+ import { d as defineCustomElement$a } from './snk-data-exporter2.js';
19
+ import { d as defineCustomElement$9 } from './snk-data-unit2.js';
20
+ import { d as defineCustomElement$8 } from './snk-exporter-email-sender2.js';
21
+ import { d as defineCustomElement$7 } from './snk-field-config2.js';
22
+ import { d as defineCustomElement$6 } from './snk-form-config2.js';
23
+ import { d as defineCustomElement$5 } from './snk-grid-config2.js';
24
+ import { d as defineCustomElement$4 } from './snk-select-box2.js';
25
+ import { d as defineCustomElement$3 } from './snk-tab-config2.js';
17
26
  import { d as defineCustomElement$1 } from './taskbar-actions-button2.js';
18
27
 
19
- const snkSimpleCrudCss = ".sc-snk-simple-crud-h{display:flex;height:100%;width:100%}.simple-crud__container.sc-snk-simple-crud{display:grid;grid-template-rows:max-content;row-gap:12px;height:100%;width:100%}.simple-crud__container-section.sc-snk-simple-crud{flex-wrap:unset;flex-direction:column}ez-grid.sc-snk-simple-crud{--ez-grid__container--shadow:none;min-height:300px}ez-form.sc-snk-simple-crud{min-height:300px}";
28
+ const REGULAR_DEFAULT_BTNS = ["INSERT", "REFRESH", "PREVIOUS", "NEXT", "DIVIDER", "MORE_OPTIONS"];
29
+ const REGULAR_SELECTED_BTNS = ["INSERT", "REFRESH", "PREVIOUS", "NEXT", "DIVIDER", "CLONE", "REMOVE", "DIVIDER", "MORE_OPTIONS"];
30
+
31
+ const snkSimpleCrudCss = ".sc-snk-simple-crud-h{display:flex;height:100%;width:100%}.simple-crud__container.sc-snk-simple-crud{display:grid;grid-template-rows:max-content;row-gap:12px;height:100%;width:100%}.simple-crud__container-section.sc-snk-simple-crud{flex-wrap:unset;flex-direction:column}.simple-crud__form--hidden.sc-snk-simple-crud{display:none}ez-grid.sc-snk-simple-crud{--ez-grid__container--shadow:none;min-height:300px}ez-form.sc-snk-simple-crud{min-height:300px}";
20
32
 
21
33
  const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
22
34
  constructor() {
@@ -26,20 +38,23 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
26
38
  this.dataUnitReady = createEvent(this, "dataUnitReady", 3);
27
39
  this.actionClick = createEvent(this, "actionClick", 7);
28
40
  this.formItemsReady = createEvent(this, "formItemsReady", 7);
29
- this.REGULAR_DEFAULT_BTNS = ["INSERT", "REFRESH", "PREVIOUS", "NEXT", "DIVIDER", "MORE_OPTIONS"];
30
- this.REGULAR_SELECTED_BTNS = ["INSERT", "REFRESH", "PREVIOUS", "NEXT", "DIVIDER", "CLONE", "REMOVE", "DIVIDER", "MORE_OPTIONS"];
41
+ this.configuratorSave = createEvent(this, "configuratorSave", 7);
42
+ this.configuratorCancel = createEvent(this, "configuratorCancel", 7);
31
43
  this._multiSelectionListDataSource = new SnkMultiSelectionListDataSource();
32
44
  this._keyDownHandler = (event) => this.keyDownListener(event);
33
45
  this._taskbarProcessor = new TaskbarProcessor({
34
- "snkSimpleCrudTaskbar.form_regular": this.resolveInMemoryBtns(this.REGULAR_DEFAULT_BTNS).concat(TaskbarElement.GRID_MODE),
35
- "snkSimpleCrudTaskbar.grid_regular": this.resolveInMemoryBtns(this.REGULAR_DEFAULT_BTNS).concat(TaskbarElement.FORM_MODE),
36
- "snkSimpleCrudTaskbar.form_selected": this.resolveInMemoryBtns(this.REGULAR_SELECTED_BTNS).concat(TaskbarElement.GRID_MODE),
37
- "snkSimpleCrudTaskbar.grid_selected": this.resolveInMemoryBtns(this.REGULAR_SELECTED_BTNS).concat(TaskbarElement.FORM_MODE),
46
+ "snkSimpleCrudTaskbar.form_regular": this.getButtons(false, TaskbarElement.GRID_MODE),
47
+ "snkSimpleCrudTaskbar.grid_regular": this.getButtons(false, TaskbarElement.FORM_MODE),
48
+ "snkSimpleCrudTaskbar.form_selected": this.getButtons(true, TaskbarElement.GRID_MODE),
49
+ "snkSimpleCrudTaskbar.grid_selected": this.getButtons(true, TaskbarElement.FORM_MODE),
38
50
  "snkSimpleCrudTaskbar.finish_edition": ["CANCEL", "SAVE"]
39
51
  });
52
+ this._showPopUpGridConfig = false;
53
+ this._showFormConfig = false;
40
54
  this._currentViewMode = VIEW_MODE.GRID;
41
55
  this._config = undefined;
42
56
  this._fieldToGetFocus = undefined;
57
+ this._customContainerId = `SNK-SIMPLE-CRUD-CUSTOM-CONTAINER-${StringUtils.generateUUID()}`;
43
58
  this.dataState = undefined;
44
59
  this.dataUnit = undefined;
45
60
  this.mode = SIMPLE_CRUD_MODE.SERVER;
@@ -53,6 +68,23 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
53
68
  this.useEnterLikeTab = false;
54
69
  this.actionsList = undefined;
55
70
  this.configName = undefined;
71
+ this.showConfiguratorButtons = undefined;
72
+ this.gridLegacyConfigName = undefined;
73
+ this.formLegacyConfigName = undefined;
74
+ this.ignoreReadOnlyFormFields = false;
75
+ }
76
+ getButtons(selected, changeModeBtn) {
77
+ return this.addConfigButton(this.resolveInMemoryBtns(selected ? REGULAR_SELECTED_BTNS : REGULAR_DEFAULT_BTNS)
78
+ .concat(changeModeBtn));
79
+ }
80
+ addConfigButton(buttons) {
81
+ if (this.configName === undefined) {
82
+ return buttons;
83
+ }
84
+ return buttons.concat(TaskbarElement.CONFIGURATOR);
85
+ }
86
+ get application() {
87
+ return ApplicationContext.getContextValue("__SNK__APPLICATION__");
56
88
  }
57
89
  resolveInMemoryBtns(taskbarButtons) {
58
90
  const newTaskBarConfig = [...taskbarButtons];
@@ -72,7 +104,10 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
72
104
  }
73
105
  actionClickListener(evt) {
74
106
  const act = evt.detail;
75
- if (act === TaskbarElement.GRID_MODE) {
107
+ if (act === TaskbarElement.CONFIGURATOR) {
108
+ this._snkConfigurator.open();
109
+ }
110
+ else if (act === TaskbarElement.GRID_MODE) {
76
111
  this.goToView(VIEW_MODE.GRID);
77
112
  }
78
113
  else if (act === TaskbarElement.FORM_MODE) {
@@ -90,8 +125,111 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
90
125
  this.dataStateChange.emit(newValue);
91
126
  }
92
127
  }
93
- componentWillRender() {
128
+ async observeFormLegacy() {
129
+ await this.handleUpdateFormLegacyConfig();
130
+ }
131
+ async observeGridLegacy() {
132
+ await this.handleUpdateGridLegacyConfig();
133
+ }
134
+ async handleUpdateGridLegacyConfig() {
135
+ if (this.gridLegacyConfigName) {
136
+ this.addGridLegacyConfigName();
137
+ if (this._gridConfigAlreadyLoaded) {
138
+ await this.loadGridConfig(true);
139
+ }
140
+ }
141
+ }
142
+ async handleUpdateFormLegacyConfig() {
143
+ var _a, _b, _c;
144
+ if (this.formLegacyConfigName) {
145
+ const legacyConfig = await this.fetchFormLegacyConfig();
146
+ if (!legacyConfig)
147
+ return;
148
+ const rawFields = (_c = (_b = (_a = legacyConfig === null || legacyConfig === void 0 ? void 0 : legacyConfig.formConfig) === null || _a === void 0 ? void 0 : _a.layout) === null || _b === void 0 ? void 0 : _b.field) !== null && _c !== void 0 ? _c : [];
149
+ const fields = Array.isArray(rawFields) ? rawFields : [rawFields];
150
+ const newConfig = { emptyConfig: false, fields: fields };
151
+ this.setFormConfig(newConfig, true);
152
+ this._formConfigManager.setConfig(this.formConfig);
153
+ }
154
+ }
155
+ async fetchFormLegacyConfig() {
156
+ const payload = {
157
+ 'requestBody': {
158
+ 'config': {
159
+ 'chave': this.formLegacyConfigName,
160
+ 'tipo': 'T',
161
+ },
162
+ },
163
+ };
164
+ return await this.application.callServiceBroker('SystemUtilsSP.getConf', JSON.stringify(payload));
165
+ }
166
+ openConfig(viewMode) {
167
+ this._snkConfigurator.close();
168
+ if (viewMode === VIEW_MODE.GRID) {
169
+ this.openGridConfig();
170
+ }
171
+ else if (viewMode === VIEW_MODE.FORM) {
172
+ this.openFormConfig();
173
+ }
174
+ }
175
+ openGridConfig() {
176
+ this._grid.getColumnsState()
177
+ .then((gridColumns) => {
178
+ this._snkGridConfig.columns = gridColumns.filter(c => c.name);
179
+ this._snkGridConfig.selectedIndex = 0;
180
+ this._showPopUpGridConfig = true;
181
+ });
182
+ }
183
+ openFormConfig() {
184
+ //No momento não daremos suporte para configuraçao de formulário quando houver legacy config
185
+ if (this.formLegacyConfigName)
186
+ return;
187
+ this._showFormConfig = true;
188
+ }
189
+ addGridLegacyConfigName() {
190
+ if (this.gridLegacyConfigName && this.configName) {
191
+ ConfigStorage.addGridLegacyConfig(this.configName, this.gridLegacyConfigName);
192
+ }
193
+ }
194
+ loadGridConfig(forceUpdate) {
195
+ if ((this.gridConfig != undefined || this._gridConfigAlreadyLoaded) && !forceUpdate) {
196
+ return;
197
+ }
198
+ this._gridConfigAlreadyLoaded = true;
199
+ return new Promise((accept, reject) => {
200
+ ConfigStorage.loadGridConfig(this.configName, this._resourceID)
201
+ .then(config => {
202
+ this.setGridConfig(config);
203
+ accept();
204
+ })
205
+ .catch(reason => {
206
+ reject(reason);
207
+ });
208
+ });
209
+ }
210
+ async loadFormConfig() {
211
+ if (this._formConfigManager == undefined) {
212
+ this._formConfigManager = new SnkFormConfigManager(this.configName, this._resourceID);
213
+ this._formConfigManager.setConfig(this.formConfig);
214
+ }
215
+ if (this.formConfig != undefined || this._formConfigAlreadyLoaded) {
216
+ return;
217
+ }
218
+ this._formConfigAlreadyLoaded = true;
219
+ this.setFormConfig(await this._formConfigManager.loadConfig());
220
+ }
221
+ async componentWillRender() {
222
+ this._resourceID = await this.application.getResourceID();
94
223
  this._taskbarProcessor.process(this.getTaskBarId(), this.taskbarManager, this.dataState, this.getTaskBarDisabledButtons());
224
+ if (this.configName === undefined) {
225
+ return;
226
+ }
227
+ if (this.gridConfig != undefined || this._gridConfigAlreadyLoaded) {
228
+ return;
229
+ }
230
+ await this.addGridLegacyConfigName();
231
+ this.loadGridConfig();
232
+ this.loadFormConfig();
95
233
  }
96
234
  componentWillLoad() {
97
235
  this.processMetadata();
@@ -99,8 +237,7 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
99
237
  this.configDatasource();
100
238
  }
101
239
  configDatasource() {
102
- const application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
103
- this._multiSelectionListDataSource.setApplication(application);
240
+ this._multiSelectionListDataSource.setApplication(this.application);
104
241
  this._multiSelectionListDataSource.setDataUnit(this.dataUnit);
105
242
  }
106
243
  getTaskBarId() {
@@ -141,6 +278,20 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
141
278
  getRecords() {
142
279
  return Promise.resolve(this.dataUnit.records);
143
280
  }
281
+ /**
282
+ * Usado para abrir o configurator do CRUD
283
+ */
284
+ async openConfigurator() {
285
+ var _a;
286
+ (_a = this._snkConfigurator) === null || _a === void 0 ? void 0 : _a.open();
287
+ }
288
+ /**
289
+ * Usado para fechar o configurator do CRUD
290
+ */
291
+ async closeConfigurator() {
292
+ var _a;
293
+ (_a = this._snkConfigurator) === null || _a === void 0 ? void 0 : _a.close();
294
+ }
144
295
  processMetadata() {
145
296
  const fieldsMetadataElem = this._element.querySelectorAll("snk-field-metadata");
146
297
  const fieldMetadata = [];
@@ -195,6 +346,14 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
195
346
  this.dataUnit.clearSelection();
196
347
  }
197
348
  }
349
+ handleConfiguratorEvent(evt, type) {
350
+ evt.stopImmediatePropagation();
351
+ if (type === 'SAVE') {
352
+ this.configuratorSave.emit();
353
+ return;
354
+ }
355
+ this.configuratorCancel.emit();
356
+ }
198
357
  getColumnSearch(actionButton, item) {
199
358
  if (this._columnSearch != undefined) {
200
359
  return this._columnSearch;
@@ -236,7 +395,9 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
236
395
  return (_b = (_a = this.formConfig) === null || _a === void 0 ? void 0 : _a.fields) !== null && _b !== void 0 ? _b : this._formFields;
237
396
  }
238
397
  handleFormSetFields(fields) {
239
- this._formFields = fields !== null && fields !== void 0 ? fields : [];
398
+ if (!ObjectUtils.equals(this._formFields, fields)) {
399
+ this._formFields = fields !== null && fields !== void 0 ? fields : [];
400
+ }
240
401
  }
241
402
  fieldsOptionLoader(argument) {
242
403
  const searchTerm = argument === null || argument === void 0 ? void 0 : argument.toLowerCase();
@@ -308,23 +469,62 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
308
469
  disconnectedCallback() {
309
470
  window.removeEventListener("keydown", this._keyDownHandler);
310
471
  }
472
+ gridConfigChangeHandler(evt) {
473
+ const config = evt.detail;
474
+ ConfigStorage.saveGridConfig(config, this.configName, this._resourceID);
475
+ evt.stopPropagation();
476
+ }
477
+ modalConfigChangeHandler(evt) {
478
+ const config = evt.detail;
479
+ this._grid.setColumnsState(config.columns)
480
+ .then(() => {
481
+ this.setGridConfig(config);
482
+ this.closeGridConfig();
483
+ });
484
+ evt.stopPropagation();
485
+ }
486
+ setGridConfig(config) {
487
+ this.gridConfig = config;
488
+ CrudUtils.assertDefaultSorting(this.gridConfig, this.dataUnit);
489
+ }
490
+ setFormConfig(config, forceUpdate) {
491
+ if (this.formConfig && !forceUpdate)
492
+ return;
493
+ this.formConfig = config;
494
+ }
495
+ closeGridConfig() {
496
+ this._showPopUpGridConfig = false;
497
+ }
498
+ closeFormConfig() {
499
+ this._showFormConfig = false;
500
+ }
501
+ //No momento não daremos suporte para configuração de formulário quando houver formLegacyConfigName
502
+ handleShowFormConfig() {
503
+ return this._showFormConfig && !this.formLegacyConfigName;
504
+ }
505
+ /* istanbul ignore next */
311
506
  render() {
312
- var _a;
313
- return (h("snk-data-unit", { class: "simple-crud__container", dataUnit: this.dataUnit, useCancelConfirm: this.useCancelConfirm, onDataStateChange: evt => this.onDataStateChange(evt), onCancelEdition: this.handleCancelEdit.bind(this), onInsertionMode: () => this.goToView(VIEW_MODE.FORM), onDataUnitReady: (evt) => this.dataUnitReady.emit(evt.detail), ignoreSaveMessage: this._currentViewMode === VIEW_MODE.GRID, onMessagesBuilderUpdated: evt => this.messagesBuilder = evt.detail }, h("header", null, h("slot", { name: "snkSimpleCrudHeader" })), h("section", { class: "ez-box ez-box--shadow simple-crud__container-section" }, h("snk-taskbar", { class: "ez-box ez-box--shadow ez-padding--medium ez-margin-bottom--large", dataUnit: this.dataUnit, primaryButton: ((_a = this.dataState) === null || _a === void 0 ? void 0 : _a.isDirty) ? "SAVE" : "INSERT", "data-element-id": "grid_left", messagesBuilder: this.messagesBuilder, buttons: this._taskbarProcessor.buttons, actionsList: this.getActionsList(), disabledButtons: this._taskbarProcessor.disabledButtons, customButtons: this._taskbarProcessor.customButtons, slot: "leftButtons", presentationMode: PresentationMode.SECONDARY }, h("slot", { name: "TASKBAR_CUSTOM_ELEMENTS" })), h("ez-view-stack", { ref: (ref) => this._viewStack = ref, "data-element-id": "simple-crud" }, h("stack-item", null, h("ez-grid", { ref: ref => this._grid = ref, dataUnit: this.dataUnit, config: this.gridConfig, "no-header": true, multipleSelection: this.multipleSelection, onEzDoubleClick: () => this.goToView(VIEW_MODE.FORM), columnfilterDataSource: this.dataUnit.name.includes(InMemoryLoader.IN_MEMORY_DATA_UNIT_NAME)
507
+ var _a, _b, _c;
508
+ if (this.dataUnit == undefined) {
509
+ return;
510
+ }
511
+ return (h("snk-data-unit", { class: "simple-crud__container", dataUnit: this.dataUnit, useCancelConfirm: this.useCancelConfirm, onDataStateChange: evt => this.onDataStateChange(evt), onCancelEdition: this.handleCancelEdit.bind(this), onInsertionMode: () => this.goToView(VIEW_MODE.FORM), onDataUnitReady: (evt) => this.dataUnitReady.emit(evt.detail), ignoreSaveMessage: this._currentViewMode === VIEW_MODE.GRID, onMessagesBuilderUpdated: evt => this.messagesBuilder = evt.detail }, h("header", null, h("slot", { name: "snkSimpleCrudHeader" })), h("section", { class: "ez-box ez-box--shadow simple-crud__container-section" }, h("snk-taskbar", { class: "ez-box ez-box--shadow ez-padding--medium", dataUnit: this.dataUnit, primaryButton: ((_a = this.dataState) === null || _a === void 0 ? void 0 : _a.isDirty) ? "SAVE" : "INSERT", "data-element-id": "grid_left", messagesBuilder: this.messagesBuilder, buttons: this._taskbarProcessor.buttons, actionsList: this.getActionsList(), disabledButtons: this._taskbarProcessor.disabledButtons, customButtons: this._taskbarProcessor.customButtons, slot: "leftButtons", presentationMode: PresentationMode.SECONDARY }, h("slot", { name: "TASKBAR_CUSTOM_ELEMENTS" })), h("ez-view-stack", { ref: (ref) => this._viewStack = ref, "data-element-id": "simple-crud" }, h("stack-item", null, h("ez-grid", { class: "ez-margin-bottom--large", ref: ref => this._grid = ref, dataUnit: this.dataUnit, config: this.gridConfig, "no-header": true, multipleSelection: this.multipleSelection, onEzDoubleClick: () => this.goToView(VIEW_MODE.FORM), onConfigChange: evt => this.gridConfigChangeHandler(evt), columnfilterDataSource: this.dataUnit.name && this.dataUnit.name.includes(InMemoryLoader.IN_MEMORY_DATA_UNIT_NAME)
314
512
  ? undefined
315
- : this._multiSelectionListDataSource, useEnterLikeTab: this.useEnterLikeTab }, h("div", { slot: "footer" }, h("slot", { name: "snkSimpleCrudFooter" })))), h("stack-item", null, h("ez-form", { dataUnit: this.dataUnit, config: this.formConfig, fieldToFocus: this._fieldToGetFocus, onEzFormSetFields: (evt) => this.handleFormSetFields(evt.detail), onEzFormRequestClearFieldToFocus: this.clearFieldToFocusHandler.bind(this) }))))));
513
+ : this._multiSelectionListDataSource, useEnterLikeTab: this.useEnterLikeTab }, h("div", { slot: "footer" }, h("slot", { name: "snkSimpleCrudFooter" })))), h("stack-item", null, h("ez-form", { class: `ez-margin-top--large ${this.handleShowFormConfig() ? "simple-crud__form--hidden" : ""}`, dataUnit: this.dataUnit, config: (_b = this._formConfigManager) === null || _b === void 0 ? void 0 : _b.getConfig((_c = this.dataState) === null || _c === void 0 ? void 0 : _c.insertionMode, this.dataUnit, this.ignoreReadOnlyFormFields), fieldToFocus: this._fieldToGetFocus, onEzFormSetFields: (evt) => this.handleFormSetFields(evt.detail), onEzFormRequestClearFieldToFocus: this.clearFieldToFocusHandler.bind(this) }), this.handleShowFormConfig() && h("snk-form-config", { messagesBuilder: this.messagesBuilder, dataUnit: this.dataUnit, configManager: this._formConfigManager, onConfigClose: () => this.closeFormConfig() })), this.messagesBuilder && h("snk-configurator", { ref: (ref) => this._snkConfigurator = ref, viewMode: this._currentViewMode, messagesBuilder: this.messagesBuilder, onConfigSelected: (evt) => this.goToView(evt.detail), onOpenConfig: (evt) => this.openConfig(evt.detail), showActionButtons: this.showConfiguratorButtons, onSave: evt => this.handleConfiguratorEvent(evt, 'SAVE'), onCancel: evt => this.handleConfiguratorEvent(evt, 'CANCEL'), resourceID: this._resourceID, customContainerId: this._customContainerId })), h("div", { id: `${this._customContainerId}` }, h("slot", { name: "SnkConfigContainerSlot" }))), h("ez-modal", { modalSize: "small", closeEsc: false, closeOutsideClick: false, opened: this._showPopUpGridConfig, onEzCloseModal: () => this.closeGridConfig() }, h("snk-grid-config", { ref: ref => this._snkGridConfig = ref, config: this.gridConfig, "data-element-id": this._element.getAttribute(ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME), selectedIndex: 0, configName: this.configName, onConfigChange: (evt) => this.modalConfigChangeHandler(evt), onConfigCancel: () => this.closeGridConfig(), resourceID: this._resourceID }))));
316
514
  }
317
515
  get _element() { return this; }
318
516
  static get watchers() { return {
319
517
  "mode": ["onModeChange"],
320
- "dataState": ["observeDataState"]
518
+ "dataState": ["observeDataState"],
519
+ "formLegacyConfigName": ["observeFormLegacy"],
520
+ "gridLegacyConfigName": ["observeGridLegacy"]
321
521
  }; }
322
522
  static get style() { return snkSimpleCrudCss; }
323
523
  }, [6, "snk-simple-crud", {
324
524
  "dataState": [16],
325
525
  "dataUnit": [16],
326
526
  "mode": [2],
327
- "gridConfig": [16],
527
+ "gridConfig": [1040],
328
528
  "formConfig": [16],
329
529
  "multipleSelection": [4, "multiple-selection"],
330
530
  "useCancelConfirm": [4, "use-cancel-confirm"],
@@ -333,20 +533,29 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
333
533
  "useEnterLikeTab": [4, "use-enter-like-tab"],
334
534
  "actionsList": [16],
335
535
  "configName": [1025, "config-name"],
536
+ "showConfiguratorButtons": [4, "show-configurator-buttons"],
537
+ "gridLegacyConfigName": [1, "grid-legacy-config-name"],
538
+ "formLegacyConfigName": [1, "form-legacy-config-name"],
539
+ "ignoreReadOnlyFormFields": [4, "ignore-read-only-form-fields"],
540
+ "_showPopUpGridConfig": [32],
541
+ "_showFormConfig": [32],
336
542
  "_currentViewMode": [32],
337
543
  "_config": [32],
338
544
  "_fieldToGetFocus": [32],
545
+ "_customContainerId": [32],
339
546
  "_formFields": [32],
340
547
  "goToView": [64],
341
548
  "setMetadata": [64],
342
549
  "setRecords": [64],
343
- "getRecords": [64]
550
+ "getRecords": [64],
551
+ "openConfigurator": [64],
552
+ "closeConfigurator": [64]
344
553
  }, [[0, "actionClick", "actionClickListener"]]]);
345
554
  function defineCustomElement() {
346
555
  if (typeof customElements === "undefined") {
347
556
  return;
348
557
  }
349
- const components = ["snk-simple-crud", "snk-actions-button", "snk-data-exporter", "snk-data-unit", "snk-exporter-email-sender", "snk-taskbar", "taskbar-actions-button"];
558
+ const components = ["snk-simple-crud", "snk-actions-button", "snk-config-options", "snk-configurator", "snk-data-exporter", "snk-data-unit", "snk-exporter-email-sender", "snk-field-config", "snk-form-config", "snk-grid-config", "snk-select-box", "snk-tab-config", "snk-taskbar", "taskbar-actions-button"];
350
559
  components.forEach(tagName => { switch (tagName) {
351
560
  case "snk-simple-crud":
352
561
  if (!customElements.get(tagName)) {
@@ -355,20 +564,55 @@ function defineCustomElement() {
355
564
  break;
356
565
  case "snk-actions-button":
357
566
  if (!customElements.get(tagName)) {
358
- defineCustomElement$6();
567
+ defineCustomElement$d();
568
+ }
569
+ break;
570
+ case "snk-config-options":
571
+ if (!customElements.get(tagName)) {
572
+ defineCustomElement$c();
573
+ }
574
+ break;
575
+ case "snk-configurator":
576
+ if (!customElements.get(tagName)) {
577
+ defineCustomElement$b();
359
578
  }
360
579
  break;
361
580
  case "snk-data-exporter":
362
581
  if (!customElements.get(tagName)) {
363
- defineCustomElement$5();
582
+ defineCustomElement$a();
364
583
  }
365
584
  break;
366
585
  case "snk-data-unit":
367
586
  if (!customElements.get(tagName)) {
368
- defineCustomElement$4();
587
+ defineCustomElement$9();
369
588
  }
370
589
  break;
371
590
  case "snk-exporter-email-sender":
591
+ if (!customElements.get(tagName)) {
592
+ defineCustomElement$8();
593
+ }
594
+ break;
595
+ case "snk-field-config":
596
+ if (!customElements.get(tagName)) {
597
+ defineCustomElement$7();
598
+ }
599
+ break;
600
+ case "snk-form-config":
601
+ if (!customElements.get(tagName)) {
602
+ defineCustomElement$6();
603
+ }
604
+ break;
605
+ case "snk-grid-config":
606
+ if (!customElements.get(tagName)) {
607
+ defineCustomElement$5();
608
+ }
609
+ break;
610
+ case "snk-select-box":
611
+ if (!customElements.get(tagName)) {
612
+ defineCustomElement$4();
613
+ }
614
+ break;
615
+ case "snk-tab-config":
372
616
  if (!customElements.get(tagName)) {
373
617
  defineCustomElement$3();
374
618
  }