@sankhyalabs/sankhyablocks 9.0.1 → 9.1.0-dev.2

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 (1098) hide show
  1. package/dist/cjs/{ClientSideExporterProvider-fe52f7cf.js → ClientSideExporterProvider-0ce2bcd9.js} +23 -28
  2. package/dist/cjs/{ConfigStorage-6b633b10.js → ConfigStorage-48ba265b.js} +47 -19
  3. package/dist/cjs/{DataFetcher-875371e9.js → DataFetcher-1afdb18e.js} +14 -2
  4. package/dist/cjs/FormConfigHelper-c664dbae.js +260 -0
  5. package/dist/cjs/{pesquisa-fetcher-30cab386.js → ISave-c76e2c51.js} +35 -3
  6. package/dist/cjs/{PersonalizedFilterUtils-0184ffbb.js → PersonalizedFilterUtils-7259cf65.js} +1 -1
  7. package/dist/cjs/{SnkFormConfigManager-d680be08.js → SnkFormConfigManager-aa4631bd.js} +4 -5
  8. package/dist/cjs/{SnkMessageBuilder-bae64d0d.js → SnkMessageBuilder-e3b7850b.js} +63 -30
  9. package/dist/cjs/{auth-fetcher-24ba4135.js → auth-fetcher-1687ac0a.js} +1 -1
  10. package/dist/cjs/config-header.cjs.entry.js +79 -0
  11. package/dist/cjs/configs-button.cjs.entry.js +61 -0
  12. package/dist/cjs/{constants-241934b3.js → constants-6d82e405.js} +9 -38
  13. package/dist/cjs/{dataunit-fetcher-b95768e8.js → dataunit-fetcher-a723f0dc.js} +12 -8
  14. package/dist/cjs/default-filters-a09bf82b.js +8 -0
  15. package/dist/cjs/field-config_2.cjs.entry.js +324 -0
  16. package/dist/cjs/fields-layout.cjs.entry.js +341 -0
  17. package/dist/cjs/fields-selector.cjs.entry.js +74 -0
  18. package/dist/cjs/{filter-type.enum-b14ce507.js → filter-type.enum-2bb46d2a.js} +1 -0
  19. package/dist/cjs/{form-config-fetcher-e0a512c3.js → form-config-fetcher-40d3f752.js} +15 -1
  20. package/dist/cjs/guides-configurator.cjs.entry.js +164 -0
  21. package/dist/cjs/{index-ab1cfb44.js → index-0ad2baeb.js} +1 -1
  22. package/dist/cjs/{index-f9e81701.js → index-1cf293c1.js} +34 -12
  23. package/dist/cjs/{index-c5771aba.js → index-62760a9c.js} +5 -0
  24. package/dist/cjs/loader.cjs.js +2 -2
  25. package/dist/cjs/pesquisa-grid_2.cjs.entry.js +8 -9
  26. package/dist/cjs/sankhyablocks.cjs.js +2 -2
  27. package/dist/cjs/{snk-actions-button_5.cjs.entry.js → snk-actions-button_8.cjs.entry.js} +132 -10
  28. package/dist/cjs/snk-actions-form.cjs.entry.js +1 -1
  29. package/dist/cjs/snk-application.cjs.entry.js +183 -23
  30. package/dist/cjs/snk-attach.cjs.entry.js +9 -10
  31. package/dist/cjs/snk-client-confirm.cjs.entry.js +1 -1
  32. package/dist/cjs/snk-configurator.cjs.entry.js +10 -3
  33. package/dist/cjs/snk-crud.cjs.entry.js +48 -76
  34. package/dist/cjs/snk-custom-slot-elements.cjs.entry.js +1 -1
  35. package/dist/cjs/snk-data-exporter.cjs.entry.js +8 -9
  36. package/dist/cjs/{snk-data-unit-33937ffe.js → snk-data-unit-3684c96e.js} +227 -13
  37. package/dist/cjs/snk-data-unit.cjs.entry.js +5 -5
  38. package/dist/cjs/snk-default-filter.cjs.entry.js +77 -0
  39. package/dist/cjs/snk-detail-view.cjs.entry.js +68 -16
  40. package/dist/cjs/snk-entity-list.cjs.entry.js +1 -1
  41. package/dist/cjs/snk-exporter-email-sender.cjs.entry.js +1 -1
  42. package/dist/cjs/snk-expression-group_2.cjs.entry.js +10 -8
  43. package/dist/cjs/snk-filter-advanced-mode_2.cjs.entry.js +5 -4
  44. package/dist/cjs/snk-filter-bar_4.cjs.entry.js +84 -30
  45. package/dist/cjs/snk-filter-binary-select.cjs.entry.js +1 -1
  46. package/dist/cjs/snk-filter-checkbox-list.cjs.entry.js +1 -1
  47. package/dist/cjs/snk-filter-detail.cjs.entry.js +3 -3
  48. package/dist/cjs/snk-filter-field-search_2.cjs.entry.js +3 -3
  49. package/dist/cjs/snk-filter-modal-item.cjs.entry.js +5 -5
  50. package/dist/cjs/snk-filter-multi-select.cjs.entry.js +1 -1
  51. package/dist/cjs/snk-filter-number.cjs.entry.js +1 -1
  52. package/dist/cjs/snk-filter-period.cjs.entry.js +1 -1
  53. package/dist/cjs/snk-filter-search.cjs.entry.js +19 -6
  54. package/dist/cjs/snk-filter-text.cjs.entry.js +1 -1
  55. package/dist/cjs/snk-form-summary.cjs.entry.js +1 -1
  56. package/dist/cjs/snk-form-view.cjs.entry.js +20 -8
  57. package/dist/cjs/snk-form_2.cjs.entry.js +433 -0
  58. package/dist/cjs/snk-grid.cjs.entry.js +54 -39
  59. package/dist/cjs/{snk-guides-viewer-b6002ea7.js → snk-guides-viewer-edc0a00a.js} +139 -73
  60. package/dist/cjs/snk-guides-viewer.cjs.entry.js +13 -13
  61. package/dist/cjs/snk-personalized-filter-editor.cjs.entry.js +1 -1
  62. package/dist/cjs/snk-personalized-filter.cjs.entry.js +55 -20
  63. package/dist/cjs/snk-pesquisa.cjs.entry.js +14 -15
  64. package/dist/cjs/snk-print-selector.cjs.entry.js +1 -1
  65. package/dist/cjs/snk-simple-bar.cjs.entry.js +1 -1
  66. package/dist/cjs/snk-simple-crud.cjs.entry.js +148 -114
  67. package/dist/cjs/snk-taskbar.cjs.entry.js +10 -5
  68. package/dist/cjs/sortable.esm-9a110bb7.js +2668 -0
  69. package/dist/cjs/{taskbar-elements-ebddaef4.js → taskbar-elements-3b74cd21.js} +13 -2
  70. package/dist/cjs/{field-search-68e34bf4.js → taskbar-processor-2fba34a8.js} +0 -35
  71. package/dist/cjs/teste-pesquisa.cjs.entry.js +1 -1
  72. package/dist/collection/collection-manifest.json +11 -14
  73. package/dist/collection/components/snk-application/errorhandler/snk-error-handler.js +5 -2
  74. package/dist/collection/components/snk-application/search-strategy/exec-prepared-search-plus.js +107 -0
  75. package/dist/collection/components/snk-application/snk-application.js +131 -12
  76. package/dist/collection/components/snk-configurator/snk-configurator.js +26 -1
  77. package/dist/collection/components/snk-crud/snk-crud.js +76 -67
  78. package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.css +10 -1
  79. package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.js +82 -4
  80. package/dist/collection/components/snk-crud/subcomponents/snk-form-view.js +54 -7
  81. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +152 -82
  82. package/dist/collection/components/snk-data-exporter/interfaces/IExporterProvider.js +15 -19
  83. package/dist/collection/components/snk-data-unit/MultipleUpdateHelper.js +128 -0
  84. package/dist/collection/components/snk-data-unit/snk-data-unit.js +107 -12
  85. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-search.js +18 -5
  86. package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.js +80 -12
  87. package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-default-filter/snk-default-filter.css +34 -0
  88. package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-default-filter/snk-default-filter.js +142 -0
  89. package/dist/collection/components/snk-filter-bar/snk-filter-bar.js +24 -15
  90. package/dist/collection/components/snk-filter-bar/types/default-filters.js +6 -0
  91. package/dist/collection/components/snk-filter-bar/types/filter-type.enum.js +1 -0
  92. package/dist/collection/components/snk-filter-bar/utils/SnkFilterModalFactory.js +4 -4
  93. package/dist/collection/components/snk-form-config/FormConfigHelper.js +245 -0
  94. package/dist/collection/components/snk-form-config/SnkFormConfigManager.js +4 -5
  95. package/dist/collection/components/snk-form-config/config-header/config-header.css +18 -0
  96. package/dist/collection/components/snk-form-config/config-header/config-header.js +236 -0
  97. package/dist/collection/components/snk-form-config/config-header/configs-button/configs-button.css +41 -0
  98. package/dist/collection/components/snk-form-config/config-header/configs-button/configs-button.js +170 -0
  99. package/dist/collection/components/snk-form-config/field-item/field-config/field-config.css +21 -0
  100. package/dist/collection/components/snk-form-config/field-item/field-config/field-config.js +408 -0
  101. package/dist/collection/components/snk-form-config/field-item/field-item.css +108 -0
  102. package/dist/collection/components/snk-form-config/field-item/field-item.js +206 -0
  103. package/dist/collection/components/snk-form-config/fields-layout/fields-layout.css +133 -0
  104. package/dist/collection/components/snk-form-config/fields-layout/fields-layout.js +578 -0
  105. package/dist/collection/components/snk-form-config/fields-selector/fields-selector.css +38 -0
  106. package/dist/collection/components/snk-form-config/fields-selector/fields-selector.js +146 -0
  107. package/dist/collection/components/snk-form-config/guides-configurator/guides-configurator.css +132 -0
  108. package/dist/collection/components/snk-form-config/guides-configurator/guides-configurator.js +317 -0
  109. package/dist/collection/components/snk-form-config/snk-form-config.css +16 -229
  110. package/dist/collection/components/snk-form-config/snk-form-config.js +288 -980
  111. package/dist/collection/components/snk-grid/filtercolumn/SnkMultiSelectionListDataSource.js +2 -2
  112. package/dist/collection/components/snk-grid/snk-grid.js +129 -42
  113. package/dist/collection/components/snk-grid-config/snk-grid-config.js +2 -0
  114. package/dist/collection/components/snk-layout-form-config/snk-layout-form-config.css +3 -0
  115. package/dist/collection/components/snk-layout-form-config/snk-layout-form-config.js +73 -0
  116. package/dist/collection/components/snk-layout-form-config/snk-view-representation/snk-view-representation.css +78 -0
  117. package/dist/collection/components/snk-layout-form-config/snk-view-representation/snk-view-representation.js +57 -0
  118. package/dist/collection/components/snk-personalized-filter/interfaces/index.js +5 -0
  119. package/dist/collection/components/snk-personalized-filter/snk-personalized-filter.js +67 -13
  120. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-group/snk-expression-group.css +3 -0
  121. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-group/snk-expression-group.js +20 -1
  122. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-item/snk-expression-item.js +22 -3
  123. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-assistent-mode/snk-filter-assistent-mode.js +20 -1
  124. package/dist/collection/components/snk-pesquisa/pesquisa-grid/pesquisa-grid.js +1 -1
  125. package/dist/collection/components/snk-simple-crud/snk-simple-crud.js +177 -104
  126. package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.css +13 -0
  127. package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.js +1 -1
  128. package/dist/collection/components/snk-taskbar/elements/taskbar-elements.js +11 -0
  129. package/dist/collection/components/snk-taskbar/elements/taskbar-split-button/taskbar-split-button.css +0 -0
  130. package/dist/collection/components/snk-taskbar/elements/taskbar-split-button/taskbar-split-button.js +220 -0
  131. package/dist/collection/components/snk-taskbar/snk-taskbar.js +30 -4
  132. package/dist/collection/lib/configs/ConfigStorage.js +16 -8
  133. package/dist/collection/lib/configs/LayoutFormConfig.js +25 -0
  134. package/dist/collection/lib/http/data-fetcher/DataFetcher.js +14 -2
  135. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/cache/PreloadManager.js +5 -2
  136. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.js +6 -5
  137. package/dist/collection/lib/http/data-fetcher/fetchers/form-config-fetcher.js +14 -0
  138. package/dist/collection/lib/http/data-fetcher/fetchers/personalized-filter-fetcher.js +29 -9
  139. package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js +26 -2
  140. package/dist/collection/lib/message/SnkMessageBuilder.js +1 -0
  141. package/dist/collection/lib/message/resources/snk-crud.msg.js +1 -1
  142. package/dist/collection/lib/message/resources/snk-data-unit.msg.js +28 -23
  143. package/dist/collection/lib/message/resources/snk-filter-bar.msg.js +6 -0
  144. package/dist/collection/lib/message/resources/snk-form.msg.js +16 -2
  145. package/dist/collection/lib/message/resources/snk-grid.msg.js +1 -1
  146. package/dist/collection/lib/message/resources/snk-personalized-filter.msg.js +6 -1
  147. package/dist/collection/lib/message/resources/snk-simple-crud.msg.js +2 -1
  148. package/dist/collection/lib/message/resources/snk-taskbar.msg.js +1 -0
  149. package/dist/collection/lib/utils/constants.js +8 -1
  150. package/dist/components/ConfigStorage.js +45 -17
  151. package/dist/components/ContinuousInsertUtils.js +19 -54
  152. package/dist/components/DataFetcher.js +14 -2
  153. package/dist/components/ISave.js +26 -2
  154. package/dist/components/PersonalizedFilterUtils.js +6 -1
  155. package/dist/components/SnkFormConfigManager.js +2 -3
  156. package/dist/components/SnkMessageBuilder.js +63 -30
  157. package/dist/components/{snk-tab-config.d.ts → config-header.d.ts} +4 -4
  158. package/dist/components/config-header.js +6 -0
  159. package/dist/components/config-header2.js +103 -0
  160. package/dist/components/configs-button.d.ts +11 -0
  161. package/dist/components/configs-button.js +6 -0
  162. package/dist/components/configs-button2.js +76 -0
  163. package/dist/components/constants.js +9 -34
  164. package/dist/components/dataunit-fetcher.js +11 -7
  165. package/dist/components/field-config.d.ts +11 -0
  166. package/dist/components/field-config.js +6 -0
  167. package/dist/components/field-config2.js +525 -0
  168. package/dist/components/field-item.d.ts +11 -0
  169. package/dist/components/field-item.js +6 -0
  170. package/dist/components/field-item2.js +93 -0
  171. package/dist/components/fields-layout.d.ts +11 -0
  172. package/dist/components/fields-layout.js +6 -0
  173. package/dist/components/fields-layout2.js +370 -0
  174. package/dist/components/{snk-field-config.d.ts → fields-selector.d.ts} +4 -4
  175. package/dist/components/fields-selector.js +6 -0
  176. package/dist/components/fields-selector2.js +98 -0
  177. package/dist/components/form-config-fetcher.js +14 -0
  178. package/dist/components/guides-configurator.d.ts +11 -0
  179. package/dist/components/guides-configurator.js +6 -0
  180. package/dist/components/guides-configurator2.js +182 -0
  181. package/dist/components/index.d.ts +11 -3
  182. package/dist/components/index.js +11 -3
  183. package/dist/components/pesquisa-grid2.js +1 -1
  184. package/dist/components/snk-application2.js +180 -15
  185. package/dist/components/snk-attach2.js +42 -24
  186. package/dist/components/snk-configurator2.js +22 -2
  187. package/dist/components/snk-crud.js +145 -128
  188. package/dist/components/snk-data-unit2.js +225 -11
  189. package/dist/components/{snk-config-options.d.ts → snk-default-filter.d.ts} +4 -4
  190. package/dist/components/snk-default-filter.js +6 -0
  191. package/dist/components/snk-default-filter2.js +97 -0
  192. package/dist/components/snk-detail-view2.js +331 -152
  193. package/dist/components/snk-expression-group2.js +4 -2
  194. package/dist/components/snk-expression-item2.js +5 -3
  195. package/dist/components/snk-filter-assistent-mode2.js +4 -2
  196. package/dist/components/snk-filter-bar2.js +28 -19
  197. package/dist/components/snk-filter-modal-item2.js +1 -0
  198. package/dist/components/snk-filter-modal.js +59 -8
  199. package/dist/components/snk-filter-search.js +18 -5
  200. package/dist/components/snk-form-config2.js +253 -953
  201. package/dist/components/snk-form-view2.js +22 -8
  202. package/dist/components/snk-form.js +33 -9
  203. package/dist/components/snk-grid-config2.js +2 -0
  204. package/dist/components/snk-grid2.js +89 -63
  205. package/dist/components/snk-layout-form-config.d.ts +11 -0
  206. package/dist/components/snk-layout-form-config.js +6 -0
  207. package/dist/components/snk-layout-form-config2.js +73 -0
  208. package/dist/components/snk-personalized-filter2.js +50 -14
  209. package/dist/components/snk-simple-crud2.js +180 -124
  210. package/dist/components/snk-taskbar2.js +33 -10
  211. package/dist/components/snk-view-representation.d.ts +11 -0
  212. package/dist/components/snk-view-representation.js +6 -0
  213. package/dist/components/snk-view-representation2.js +41 -0
  214. package/dist/components/sortable.esm.js +2666 -0
  215. package/dist/components/taskbar-actions-button2.js +2 -2
  216. package/dist/components/taskbar-split-button.d.ts +11 -0
  217. package/dist/components/taskbar-split-button.js +6 -0
  218. package/dist/components/taskbar-split-button2.js +87 -0
  219. package/dist/esm/{ClientSideExporterProvider-bd24a4b3.js → ClientSideExporterProvider-3ed744fd.js} +23 -28
  220. package/dist/esm/{ConfigStorage-e5c1f4c0.js → ConfigStorage-79b9e180.js} +47 -19
  221. package/dist/esm/{DataFetcher-ecf5f903.js → DataFetcher-88e56266.js} +14 -2
  222. package/dist/esm/FormConfigHelper-49fe72ca.js +248 -0
  223. package/dist/esm/{pesquisa-fetcher-e26c3295.js → ISave-5efafc97.js} +36 -4
  224. package/dist/esm/{PersonalizedFilterUtils-e2b38ef7.js → PersonalizedFilterUtils-2db38ff2.js} +1 -1
  225. package/dist/esm/{SnkFormConfigManager-1efd102b.js → SnkFormConfigManager-b4b93298.js} +4 -5
  226. package/dist/esm/{SnkMessageBuilder-6fff4a4c.js → SnkMessageBuilder-9c269caf.js} +63 -30
  227. package/dist/esm/{auth-fetcher-9987c66e.js → auth-fetcher-3510520e.js} +1 -1
  228. package/dist/esm/config-header.entry.js +75 -0
  229. package/dist/esm/configs-button.entry.js +57 -0
  230. package/dist/esm/{constants-75abb876.js → constants-7b422de0.js} +9 -34
  231. package/dist/esm/{dataunit-fetcher-ed6e65ef.js → dataunit-fetcher-0e025732.js} +12 -8
  232. package/dist/esm/default-filters-50105e43.js +8 -0
  233. package/dist/esm/field-config_2.entry.js +319 -0
  234. package/dist/esm/fields-layout.entry.js +337 -0
  235. package/dist/esm/fields-selector.entry.js +70 -0
  236. package/dist/esm/{filter-type.enum-a80c1b6b.js → filter-type.enum-f6a8fe23.js} +1 -0
  237. package/dist/esm/{form-config-fetcher-34becd23.js → form-config-fetcher-fa208a6c.js} +15 -1
  238. package/dist/esm/guides-configurator.entry.js +160 -0
  239. package/dist/esm/{index-a7d3d3f1.js → index-479e1293.js} +34 -12
  240. package/dist/esm/{index-ae591a44.js → index-8acbae97.js} +6 -1
  241. package/dist/esm/{index-c57e49af.js → index-b72af127.js} +1 -1
  242. package/dist/esm/loader.js +3 -3
  243. package/dist/esm/pesquisa-grid_2.entry.js +7 -8
  244. package/dist/esm/sankhyablocks.js +3 -3
  245. package/dist/esm/{snk-actions-button_5.entry.js → snk-actions-button_8.entry.js} +131 -12
  246. package/dist/esm/snk-actions-form.entry.js +1 -1
  247. package/dist/esm/snk-application.entry.js +183 -23
  248. package/dist/esm/snk-attach.entry.js +9 -10
  249. package/dist/esm/snk-client-confirm.entry.js +1 -1
  250. package/dist/esm/snk-configurator.entry.js +10 -3
  251. package/dist/esm/snk-crud.entry.js +49 -77
  252. package/dist/esm/snk-custom-slot-elements.entry.js +1 -1
  253. package/dist/esm/snk-data-exporter.entry.js +8 -9
  254. package/dist/esm/{snk-data-unit-6258b8ae.js → snk-data-unit-027bca56.js} +227 -13
  255. package/dist/esm/snk-data-unit.entry.js +5 -5
  256. package/dist/esm/snk-default-filter.entry.js +73 -0
  257. package/dist/esm/snk-detail-view.entry.js +69 -17
  258. package/dist/esm/snk-entity-list.entry.js +1 -1
  259. package/dist/esm/snk-exporter-email-sender.entry.js +1 -1
  260. package/dist/esm/snk-expression-group_2.entry.js +10 -8
  261. package/dist/esm/snk-filter-advanced-mode_2.entry.js +5 -4
  262. package/dist/esm/snk-filter-bar_4.entry.js +84 -30
  263. package/dist/esm/snk-filter-binary-select.entry.js +1 -1
  264. package/dist/esm/snk-filter-checkbox-list.entry.js +1 -1
  265. package/dist/esm/snk-filter-detail.entry.js +3 -3
  266. package/dist/esm/snk-filter-field-search_2.entry.js +3 -3
  267. package/dist/esm/snk-filter-modal-item.entry.js +5 -5
  268. package/dist/esm/snk-filter-multi-select.entry.js +1 -1
  269. package/dist/esm/snk-filter-number.entry.js +1 -1
  270. package/dist/esm/snk-filter-period.entry.js +1 -1
  271. package/dist/esm/snk-filter-search.entry.js +19 -6
  272. package/dist/esm/snk-filter-text.entry.js +1 -1
  273. package/dist/esm/snk-form-summary.entry.js +1 -1
  274. package/dist/esm/snk-form-view.entry.js +20 -8
  275. package/dist/esm/snk-form_2.entry.js +428 -0
  276. package/dist/esm/snk-grid.entry.js +52 -37
  277. package/dist/esm/{snk-guides-viewer-39fae8d5.js → snk-guides-viewer-32f3d3ab.js} +140 -74
  278. package/dist/esm/snk-guides-viewer.entry.js +13 -13
  279. package/dist/esm/snk-personalized-filter-editor.entry.js +1 -1
  280. package/dist/esm/snk-personalized-filter.entry.js +55 -20
  281. package/dist/esm/snk-pesquisa.entry.js +6 -7
  282. package/dist/esm/snk-print-selector.entry.js +1 -1
  283. package/dist/esm/snk-simple-bar.entry.js +1 -1
  284. package/dist/esm/snk-simple-crud.entry.js +150 -116
  285. package/dist/esm/snk-taskbar.entry.js +10 -5
  286. package/dist/esm/sortable.esm-842f85a3.js +2666 -0
  287. package/dist/esm/{taskbar-elements-ed51e143.js → taskbar-elements-171476d4.js} +13 -2
  288. package/dist/esm/{field-search-f8b1d91e.js → taskbar-processor-3436124c.js} +1 -34
  289. package/dist/esm/teste-pesquisa.entry.js +1 -1
  290. package/dist/sankhyablocks/p-0024d3fd.entry.js +1 -0
  291. package/dist/sankhyablocks/p-09e60995.entry.js +11 -0
  292. package/dist/sankhyablocks/p-0cb295c1.entry.js +1 -0
  293. package/dist/sankhyablocks/p-1456d7cb.entry.js +1 -0
  294. package/dist/sankhyablocks/{p-9531fd46.entry.js → p-180716b2.entry.js} +1 -1
  295. package/dist/sankhyablocks/p-1a0caadb.js +1 -0
  296. package/dist/sankhyablocks/p-21107f0d.entry.js +1 -0
  297. package/dist/sankhyablocks/{p-118e769b.entry.js → p-27482793.entry.js} +1 -1
  298. package/dist/sankhyablocks/p-2bde486e.js +1 -0
  299. package/dist/sankhyablocks/{p-26b0ce3e.entry.js → p-2fdac5e6.entry.js} +1 -1
  300. package/dist/sankhyablocks/p-349d1968.entry.js +1 -0
  301. package/dist/sankhyablocks/p-35e73c5d.js +1 -0
  302. package/dist/sankhyablocks/{p-89c92727.entry.js → p-398cdd67.entry.js} +1 -1
  303. package/dist/sankhyablocks/p-3a48bff3.entry.js +1 -0
  304. package/dist/sankhyablocks/{p-434817f0.entry.js → p-3d41f5a8.entry.js} +1 -1
  305. package/dist/sankhyablocks/p-3f24c9b2.js +1 -0
  306. package/dist/sankhyablocks/{p-8002dcd0.entry.js → p-471b34f4.entry.js} +1 -1
  307. package/dist/sankhyablocks/{p-7e2ded86.entry.js → p-49d968e2.entry.js} +1 -1
  308. package/dist/sankhyablocks/p-4d2ff2fb.entry.js +1 -0
  309. package/dist/sankhyablocks/p-51833248.js +7 -0
  310. package/dist/sankhyablocks/p-601b252b.js +26 -0
  311. package/dist/sankhyablocks/p-60dd1d27.entry.js +1 -0
  312. package/dist/sankhyablocks/p-6416975c.js +56 -0
  313. package/dist/sankhyablocks/p-65c5d430.entry.js +1 -0
  314. package/dist/sankhyablocks/{p-21a81901.entry.js → p-667cab42.entry.js} +1 -1
  315. package/dist/sankhyablocks/p-67d6d0c8.entry.js +1 -0
  316. package/dist/sankhyablocks/p-6a4b21dd.js +1 -0
  317. package/dist/sankhyablocks/p-6dd38d7b.js +6 -0
  318. package/dist/sankhyablocks/p-71a05822.entry.js +1 -0
  319. package/dist/sankhyablocks/p-72c8c847.entry.js +1 -0
  320. package/dist/sankhyablocks/{p-a77bdadc.js → p-73285a8a.js} +1 -1
  321. package/dist/sankhyablocks/{p-ac8d1cd6.entry.js → p-7345782c.entry.js} +1 -1
  322. package/dist/sankhyablocks/p-763b04fa.js +1 -0
  323. package/dist/sankhyablocks/p-7993b2e3.js +60 -0
  324. package/dist/sankhyablocks/p-7de79adf.js +1 -0
  325. package/dist/sankhyablocks/p-7e250432.entry.js +1 -0
  326. package/dist/sankhyablocks/{p-47178038.entry.js → p-83c100f2.entry.js} +1 -1
  327. package/dist/sankhyablocks/p-84345e7a.js +1 -0
  328. package/dist/sankhyablocks/p-86bd4478.entry.js +1 -0
  329. package/dist/sankhyablocks/p-9019a32f.js +1 -0
  330. package/dist/sankhyablocks/{p-54a5d52a.entry.js → p-90805683.entry.js} +1 -1
  331. package/dist/sankhyablocks/{p-c2e468c9.entry.js → p-91a9abb6.entry.js} +1 -1
  332. package/dist/sankhyablocks/p-9751c42f.entry.js +1 -0
  333. package/dist/sankhyablocks/{p-057fad05.js → p-988afe78.js} +1 -1
  334. package/dist/sankhyablocks/{p-16a1dd18.entry.js → p-9a63f3f7.entry.js} +1 -1
  335. package/dist/sankhyablocks/p-9ad3557c.entry.js +1 -0
  336. package/dist/sankhyablocks/p-9fd87bfd.entry.js +1 -0
  337. package/dist/sankhyablocks/p-a06bf7b9.entry.js +1 -0
  338. package/dist/sankhyablocks/{p-5e9fbd76.js → p-a349689a.js} +1 -1
  339. package/dist/sankhyablocks/p-a5bb2f93.entry.js +1 -0
  340. package/dist/sankhyablocks/{p-3ce68be5.js → p-a6513fcb.js} +1 -1
  341. package/dist/sankhyablocks/{p-8c235d4c.entry.js → p-a76e6d51.entry.js} +1 -1
  342. package/dist/sankhyablocks/p-afffa6cb.entry.js +1 -0
  343. package/dist/sankhyablocks/p-b568c1d4.js +1 -0
  344. package/dist/sankhyablocks/p-b8b4c6b2.entry.js +1 -0
  345. package/dist/sankhyablocks/p-bd665460.entry.js +1 -0
  346. package/dist/sankhyablocks/p-c3324d79.entry.js +1 -0
  347. package/dist/sankhyablocks/{p-bf2acf72.entry.js → p-c6a8a8bc.entry.js} +1 -1
  348. package/dist/sankhyablocks/{p-d3b9b377.entry.js → p-c926cf6b.entry.js} +1 -1
  349. package/dist/sankhyablocks/p-cfd0a4c6.entry.js +1 -0
  350. package/dist/sankhyablocks/{p-79f823f3.entry.js → p-d67526b6.entry.js} +1 -1
  351. package/dist/sankhyablocks/{p-d2d301a6.js → p-d8d8169b.js} +1 -1
  352. package/dist/sankhyablocks/p-d9491f6f.entry.js +1 -0
  353. package/dist/sankhyablocks/{p-5f157b09.entry.js → p-dff65083.entry.js} +1 -1
  354. package/dist/sankhyablocks/{p-2746d606.entry.js → p-e3521eae.entry.js} +1 -1
  355. package/dist/sankhyablocks/p-e7cccc45.entry.js +1 -0
  356. package/dist/sankhyablocks/{p-59e5d5d1.entry.js → p-e824d565.entry.js} +1 -1
  357. package/dist/sankhyablocks/{p-5a7e18f4.js → p-fbba7e3d.js} +1 -1
  358. package/dist/sankhyablocks/p-fc0b609e.js +1 -0
  359. package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
  360. package/dist/types/components/snk-application/search-strategy/exec-prepared-search-plus.d.ts +5 -0
  361. package/dist/types/components/snk-application/snk-application.d.ts +17 -2
  362. package/dist/types/components/snk-configurator/snk-configurator.d.ts +6 -0
  363. package/dist/types/components/snk-crud/snk-crud.d.ts +9 -3
  364. package/dist/types/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.d.ts +17 -0
  365. package/dist/types/components/snk-crud/subcomponents/snk-form-view.d.ts +11 -1
  366. package/dist/types/components/snk-crud/subcomponents/snk-guides-viewer.d.ts +16 -7
  367. package/dist/types/components/snk-data-unit/MultipleUpdateHelper.d.ts +9 -0
  368. package/dist/types/components/snk-data-unit/snk-data-unit.d.ts +17 -0
  369. package/dist/types/components/snk-filter-bar/filter-item/editors/snk-filter-search.d.ts +5 -3
  370. package/dist/types/components/snk-filter-bar/filter-modal/snk-filter-modal.d.ts +16 -4
  371. package/dist/types/components/snk-filter-bar/filter-modal/subcomponents/snk-default-filter/snk-default-filter.d.ts +27 -0
  372. package/dist/types/components/snk-filter-bar/snk-filter-bar.d.ts +4 -3
  373. package/dist/types/components/snk-filter-bar/types/default-filters.d.ts +5 -0
  374. package/dist/types/components/snk-filter-bar/types/filter-type.enum.d.ts +2 -1
  375. package/dist/types/components/snk-filter-bar/utils/SnkFilterModalFactory.d.ts +3 -3
  376. package/dist/types/components/snk-form-config/FormConfigHelper.d.ts +31 -0
  377. package/dist/types/components/snk-form-config/SnkFormConfigManager.d.ts +3 -3
  378. package/dist/types/components/snk-form-config/config-header/config-header.d.ts +23 -0
  379. package/dist/types/components/snk-form-config/config-header/configs-button/configs-button.d.ts +19 -0
  380. package/dist/types/components/snk-form-config/field-item/field-config/field-config.d.ts +56 -0
  381. package/dist/types/components/snk-form-config/fields-layout/fields-layout.d.ts +63 -0
  382. package/dist/types/components/snk-form-config/fields-selector/fields-selector.d.ts +18 -0
  383. package/dist/types/components/snk-form-config/guides-configurator/guides-configurator.d.ts +42 -0
  384. package/dist/types/components/snk-form-config/snk-form-config.d.ts +51 -120
  385. package/dist/types/components/snk-grid/filtercolumn/SnkMultiSelectionListDataSource.d.ts +2 -1
  386. package/dist/types/components/snk-grid/snk-grid.d.ts +24 -5
  387. package/dist/types/components/snk-grid-config/snk-grid-config.d.ts +1 -0
  388. package/dist/types/components/snk-layout-form-config/snk-layout-form-config.d.ts +15 -0
  389. package/dist/types/components/snk-layout-form-config/snk-view-representation/snk-view-representation.d.ts +10 -0
  390. package/dist/types/components/snk-personalized-filter/interfaces/index.d.ts +4 -0
  391. package/dist/types/components/snk-personalized-filter/snk-personalized-filter.d.ts +7 -1
  392. package/dist/types/components/snk-personalized-filter/subcomponents/snk-expression-group/snk-expression-group.d.ts +4 -0
  393. package/dist/types/components/snk-personalized-filter/subcomponents/snk-expression-item/snk-expression-item.d.ts +4 -0
  394. package/dist/types/components/snk-personalized-filter/subcomponents/snk-filter-assistent-mode/snk-filter-assistent-mode.d.ts +4 -0
  395. package/dist/types/components/snk-simple-crud/snk-simple-crud.d.ts +24 -12
  396. package/dist/types/components/snk-taskbar/elements/taskbar-elements.d.ts +2 -1
  397. package/dist/types/components/snk-taskbar/elements/taskbar-split-button/taskbar-split-button.d.ts +44 -0
  398. package/dist/types/components/snk-taskbar/snk-taskbar.d.ts +6 -0
  399. package/dist/types/components.d.ts +518 -212
  400. package/dist/types/lib/configs/ConfigStorage.d.ts +4 -2
  401. package/dist/types/lib/configs/LayoutFormConfig.d.ts +11 -0
  402. package/dist/types/lib/http/data-fetcher/fetchers/data-unit/cache/PreloadManager.d.ts +1 -1
  403. package/dist/types/lib/http/data-fetcher/fetchers/form-config-fetcher.d.ts +6 -0
  404. package/dist/types/lib/http/data-fetcher/fetchers/personalized-filter-fetcher.d.ts +8 -4
  405. package/dist/types/lib/http/data-fetcher/fetchers/pesquisa-fetcher.d.ts +4 -1
  406. package/dist/types/lib/message/SnkMessageBuilder.d.ts +2 -1
  407. package/dist/types/lib/utils/constants.d.ts +7 -0
  408. package/package.json +4 -2
  409. package/react/components.d.ts +11 -3
  410. package/react/components.js +11 -3
  411. package/react/components.js.map +1 -1
  412. package/dist/cjs/AuthorizationConfig-79ffae4b.js.gz +0 -0
  413. package/dist/cjs/ClientSideExporterProvider-fe52f7cf.js.gz +0 -0
  414. package/dist/cjs/ConfigStorage-6b633b10.js.gz +0 -0
  415. package/dist/cjs/DataFetcher-875371e9.js.gz +0 -0
  416. package/dist/cjs/GetSelectedRecordsIDsInfo-bd50caf1.js.gz +0 -0
  417. package/dist/cjs/IFetchDataExporterParams-e78ec415.js.gz +0 -0
  418. package/dist/cjs/ISave-e91b70a7.js +0 -9
  419. package/dist/cjs/ISave-e91b70a7.js.gz +0 -0
  420. package/dist/cjs/ParamType-90b440a0.js.gz +0 -0
  421. package/dist/cjs/PersonalizedFilterUtils-0184ffbb.js.gz +0 -0
  422. package/dist/cjs/PrintUtils-bcaeb82f.js.gz +0 -0
  423. package/dist/cjs/ResourceIDUtils-5ff86aa7.js.gz +0 -0
  424. package/dist/cjs/SnkFormConfigManager-d680be08.js.gz +0 -0
  425. package/dist/cjs/SnkMessageBuilder-bae64d0d.js.gz +0 -0
  426. package/dist/cjs/Sortable-fb1c4cbb.js +0 -2853
  427. package/dist/cjs/Sortable-fb1c4cbb.js.gz +0 -0
  428. package/dist/cjs/auth-fetcher-24ba4135.js.gz +0 -0
  429. package/dist/cjs/constants-241934b3.js.gz +0 -0
  430. package/dist/cjs/dataunit-fetcher-b95768e8.js.gz +0 -0
  431. package/dist/cjs/field-search-68e34bf4.js.gz +0 -0
  432. package/dist/cjs/filter-item-type.enum-a7ffdaa6.js.gz +0 -0
  433. package/dist/cjs/filter-type.enum-b14ce507.js.gz +0 -0
  434. package/dist/cjs/filterNumberVariation-d65332da.js.gz +0 -0
  435. package/dist/cjs/form-config-fetcher-e0a512c3.js.gz +0 -0
  436. package/dist/cjs/index-8d94b7e0.js.gz +0 -0
  437. package/dist/cjs/index-ab1cfb44.js.gz +0 -0
  438. package/dist/cjs/index-c5771aba.js.gz +0 -0
  439. package/dist/cjs/index-e3e39724.js.gz +0 -0
  440. package/dist/cjs/index-f9e81701.js.gz +0 -0
  441. package/dist/cjs/index.cjs.js.gz +0 -0
  442. package/dist/cjs/loader.cjs.js.gz +0 -0
  443. package/dist/cjs/pesquisa-fetcher-30cab386.js.gz +0 -0
  444. package/dist/cjs/pesquisa-grid_2.cjs.entry.js.gz +0 -0
  445. package/dist/cjs/presentationMode-52ec3bdd.js.gz +0 -0
  446. package/dist/cjs/sankhyablocks.cjs.js.gz +0 -0
  447. package/dist/cjs/snk-actions-button_5.cjs.entry.js.gz +0 -0
  448. package/dist/cjs/snk-actions-form.cjs.entry.js.gz +0 -0
  449. package/dist/cjs/snk-application.cjs.entry.js.gz +0 -0
  450. package/dist/cjs/snk-attach.cjs.entry.js.gz +0 -0
  451. package/dist/cjs/snk-client-confirm.cjs.entry.js.gz +0 -0
  452. package/dist/cjs/snk-config-options_3.cjs.entry.js +0 -1388
  453. package/dist/cjs/snk-config-options_3.cjs.entry.js.gz +0 -0
  454. package/dist/cjs/snk-configurator.cjs.entry.js.gz +0 -0
  455. package/dist/cjs/snk-crud.cjs.entry.js.gz +0 -0
  456. package/dist/cjs/snk-custom-slot-elements.cjs.entry.js.gz +0 -0
  457. package/dist/cjs/snk-data-exporter.cjs.entry.js.gz +0 -0
  458. package/dist/cjs/snk-data-unit-33937ffe.js.gz +0 -0
  459. package/dist/cjs/snk-data-unit.cjs.entry.js.gz +0 -0
  460. package/dist/cjs/snk-detail-view.cjs.entry.js.gz +0 -0
  461. package/dist/cjs/snk-entity-list.cjs.entry.js.gz +0 -0
  462. package/dist/cjs/snk-exporter-email-sender.cjs.entry.js.gz +0 -0
  463. package/dist/cjs/snk-expression-group_2.cjs.entry.js.gz +0 -0
  464. package/dist/cjs/snk-field-config.cjs.entry.js +0 -60
  465. package/dist/cjs/snk-field-config.cjs.entry.js.gz +0 -0
  466. package/dist/cjs/snk-filter-advanced-mode_2.cjs.entry.js.gz +0 -0
  467. package/dist/cjs/snk-filter-bar_4.cjs.entry.js.gz +0 -0
  468. package/dist/cjs/snk-filter-binary-select.cjs.entry.js.gz +0 -0
  469. package/dist/cjs/snk-filter-checkbox-list.cjs.entry.js.gz +0 -0
  470. package/dist/cjs/snk-filter-detail.cjs.entry.js.gz +0 -0
  471. package/dist/cjs/snk-filter-field-search_2.cjs.entry.js.gz +0 -0
  472. package/dist/cjs/snk-filter-modal-item.cjs.entry.js.gz +0 -0
  473. package/dist/cjs/snk-filter-multi-select.cjs.entry.js.gz +0 -0
  474. package/dist/cjs/snk-filter-number.cjs.entry.js.gz +0 -0
  475. package/dist/cjs/snk-filter-period.cjs.entry.js.gz +0 -0
  476. package/dist/cjs/snk-filter-search.cjs.entry.js.gz +0 -0
  477. package/dist/cjs/snk-filter-text.cjs.entry.js.gz +0 -0
  478. package/dist/cjs/snk-form-summary.cjs.entry.js.gz +0 -0
  479. package/dist/cjs/snk-form-view.cjs.entry.js.gz +0 -0
  480. package/dist/cjs/snk-grid.cjs.entry.js.gz +0 -0
  481. package/dist/cjs/snk-guides-viewer-b6002ea7.js.gz +0 -0
  482. package/dist/cjs/snk-guides-viewer.cjs.entry.js.gz +0 -0
  483. package/dist/cjs/snk-personalized-filter-editor.cjs.entry.js.gz +0 -0
  484. package/dist/cjs/snk-personalized-filter.cjs.entry.js.gz +0 -0
  485. package/dist/cjs/snk-pesquisa.cjs.entry.js.gz +0 -0
  486. package/dist/cjs/snk-print-selector.cjs.entry.js.gz +0 -0
  487. package/dist/cjs/snk-simple-bar.cjs.entry.js.gz +0 -0
  488. package/dist/cjs/snk-simple-crud.cjs.entry.js.gz +0 -0
  489. package/dist/cjs/snk-tab-config.cjs.entry.js +0 -332
  490. package/dist/cjs/snk-tab-config.cjs.entry.js.gz +0 -0
  491. package/dist/cjs/snk-taskbar.cjs.entry.js.gz +0 -0
  492. package/dist/cjs/taskbar-elements-ebddaef4.js.gz +0 -0
  493. package/dist/cjs/teste-pesquisa.cjs.entry.js.gz +0 -0
  494. package/dist/collection/components/snk-actions-button/actions/enum/ActionsType.js.gz +0 -0
  495. package/dist/collection/components/snk-actions-button/actions/enum/ParamType.js.gz +0 -0
  496. package/dist/collection/components/snk-actions-button/actions/enum/RefreshType.js.gz +0 -0
  497. package/dist/collection/components/snk-actions-button/actions/executor/java.executor.js.gz +0 -0
  498. package/dist/collection/components/snk-actions-button/actions/executor/javascript.executor.js.gz +0 -0
  499. package/dist/collection/components/snk-actions-button/actions/executor/launch-screen.executor.js.gz +0 -0
  500. package/dist/collection/components/snk-actions-button/actions/executor/procedure.executor.js.gz +0 -0
  501. package/dist/collection/components/snk-actions-button/actions/factory/executor.factory.js.gz +0 -0
  502. package/dist/collection/components/snk-actions-button/actions/index.js.gz +0 -0
  503. package/dist/collection/components/snk-actions-button/actions/interfaces/IAction.js.gz +0 -0
  504. package/dist/collection/components/snk-actions-button/actions/interfaces/IExecSource.js.gz +0 -0
  505. package/dist/collection/components/snk-actions-button/actions/interfaces/IExecuteActions.js.gz +0 -0
  506. package/dist/collection/components/snk-actions-button/actions/interfaces/IExecuteActionsProps.js.gz +0 -0
  507. package/dist/collection/components/snk-actions-button/actions/interfaces/IResultParam.js.gz +0 -0
  508. package/dist/collection/components/snk-actions-button/clientEvent/index.js.gz +0 -0
  509. package/dist/collection/components/snk-actions-button/clientEvent/interfaces/IClientEventConfirm.js.gz +0 -0
  510. package/dist/collection/components/snk-actions-button/interfaces/index.js.gz +0 -0
  511. package/dist/collection/components/snk-actions-button/snk-actions-button.css.gz +0 -0
  512. package/dist/collection/components/snk-actions-button/snk-actions-button.js.gz +0 -0
  513. package/dist/collection/components/snk-actions-button/subcomponents/snk-actions-form.js.gz +0 -0
  514. package/dist/collection/components/snk-actions-button/subcomponents/snk-client-confirm.js.gz +0 -0
  515. package/dist/collection/components/snk-application/__mocks__/snk-application.js.gz +0 -0
  516. package/dist/collection/components/snk-application/errorhandler/snk-error-handler.js.gz +0 -0
  517. package/dist/collection/components/snk-application/request-listener/DebouncedRequestListener.js.gz +0 -0
  518. package/dist/collection/components/snk-application/request-listener/RequestListenerFactory.js.gz +0 -0
  519. package/dist/collection/components/snk-application/request-listener/RequestListenerLoadingBar.js.gz +0 -0
  520. package/dist/collection/components/snk-application/snk-application.css.gz +0 -0
  521. package/dist/collection/components/snk-application/snk-application.js.gz +0 -0
  522. package/dist/collection/components/snk-attach/interfaces/ICrudConfig.js.gz +0 -0
  523. package/dist/collection/components/snk-attach/interfaces/TFetcherType.js.gz +0 -0
  524. package/dist/collection/components/snk-attach/interfaces/index.js.gz +0 -0
  525. package/dist/collection/components/snk-attach/snk-attach.css.gz +0 -0
  526. package/dist/collection/components/snk-attach/snk-attach.js.gz +0 -0
  527. package/dist/collection/components/snk-attach/structure/builder/anexo-sistema-crud-config.builder.js.gz +0 -0
  528. package/dist/collection/components/snk-attach/structure/builder/attach-crud-config.builder.js.gz +0 -0
  529. package/dist/collection/components/snk-attach/structure/builder/taskbar-builder.js.gz +0 -0
  530. package/dist/collection/components/snk-attach/structure/fetcher/facade/fetcher.facade.js.gz +0 -0
  531. package/dist/collection/components/snk-attach/structure/fetcher/factory/anexo-sistema-data-unit.factory.js.gz +0 -0
  532. package/dist/collection/components/snk-attach/structure/fetcher/factory/attach-fetcher-data-unit.factory.js.gz +0 -0
  533. package/dist/collection/components/snk-attach/structure/index.js.gz +0 -0
  534. package/dist/collection/components/snk-configurator/AuthorizationConfig.js.gz +0 -0
  535. package/dist/collection/components/snk-configurator/snk-configurator.css.gz +0 -0
  536. package/dist/collection/components/snk-configurator/snk-configurator.js.gz +0 -0
  537. package/dist/collection/components/snk-crud/interfaces/PropsCustomEditor.js.gz +0 -0
  538. package/dist/collection/components/snk-crud/interfaces/PropsCustomRender.js.gz +0 -0
  539. package/dist/collection/components/snk-crud/snk-crud.css.gz +0 -0
  540. package/dist/collection/components/snk-crud/snk-crud.js.gz +0 -0
  541. package/dist/collection/components/snk-crud/subcomponents/CardFormResizeObserver.js.gz +0 -0
  542. package/dist/collection/components/snk-crud/subcomponents/GuideBuilder.js.gz +0 -0
  543. package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.css.gz +0 -0
  544. package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.js.gz +0 -0
  545. package/dist/collection/components/snk-crud/subcomponents/snk-form-summary.css.gz +0 -0
  546. package/dist/collection/components/snk-crud/subcomponents/snk-form-summary.js.gz +0 -0
  547. package/dist/collection/components/snk-crud/subcomponents/snk-form-view.css.gz +0 -0
  548. package/dist/collection/components/snk-crud/subcomponents/snk-form-view.js.gz +0 -0
  549. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.css.gz +0 -0
  550. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js.gz +0 -0
  551. package/dist/collection/components/snk-custom-slot-elements/snk-custom-slot-elements.css.gz +0 -0
  552. package/dist/collection/components/snk-custom-slot-elements/snk-custom-slot-elements.js.gz +0 -0
  553. package/dist/collection/components/snk-data-exporter/data/attachment.js.gz +0 -0
  554. package/dist/collection/components/snk-data-exporter/data/email.js.gz +0 -0
  555. package/dist/collection/components/snk-data-exporter/data/export-config.js.gz +0 -0
  556. package/dist/collection/components/snk-data-exporter/data/export-result.js.gz +0 -0
  557. package/dist/collection/components/snk-data-exporter/data/report.js.gz +0 -0
  558. package/dist/collection/components/snk-data-exporter/exporter-email-sender/email-info-step.js.gz +0 -0
  559. package/dist/collection/components/snk-data-exporter/exporter-email-sender/options-step.js.gz +0 -0
  560. package/dist/collection/components/snk-data-exporter/exporter-email-sender/snk-exporter-email-sender.js.gz +0 -0
  561. package/dist/collection/components/snk-data-exporter/exporter-strategy/ClientSideExporterStrategy.js.gz +0 -0
  562. package/dist/collection/components/snk-data-exporter/exporter-strategy/ServerSideExporterStrategy.js.gz +0 -0
  563. package/dist/collection/components/snk-data-exporter/interfaces/IExporterProvider.js.gz +0 -0
  564. package/dist/collection/components/snk-data-exporter/interfaces/IExporterStrategy.js.gz +0 -0
  565. package/dist/collection/components/snk-data-exporter/interfaces/IRecordID.js.gz +0 -0
  566. package/dist/collection/components/snk-data-exporter/interfaces/ISelectedID.js.gz +0 -0
  567. package/dist/collection/components/snk-data-exporter/providers/ClientSideExporterProvider.js.gz +0 -0
  568. package/dist/collection/components/snk-data-exporter/providers/ServerSideExporterProvider.js.gz +0 -0
  569. package/dist/collection/components/snk-data-exporter/snk-data-exporter.css.gz +0 -0
  570. package/dist/collection/components/snk-data-exporter/snk-data-exporter.js.gz +0 -0
  571. package/dist/collection/components/snk-data-exporter/structure/ItemBuilder.js.gz +0 -0
  572. package/dist/collection/components/snk-data-exporter/test/resources/ClientSideExporterStrategyResources.js.gz +0 -0
  573. package/dist/collection/components/snk-data-exporter/utils/ParserExport.js.gz +0 -0
  574. package/dist/collection/components/snk-data-unit/snk-data-unit.js.gz +0 -0
  575. package/dist/collection/components/snk-data-unit/test/resources/metadataMock.js.gz +0 -0
  576. package/dist/collection/components/snk-data-unit/test/resources/parentMetadataMock.js.gz +0 -0
  577. package/dist/collection/components/snk-entity-list/snk-entity-list.css.gz +0 -0
  578. package/dist/collection/components/snk-entity-list/snk-entity-list.js.gz +0 -0
  579. package/dist/collection/components/snk-filter-bar/filter-item/dataunitfilter/data-unit-filter-builder.js.gz +0 -0
  580. package/dist/collection/components/snk-filter-bar/filter-item/editors/enum/filterNumberVariation.js.gz +0 -0
  581. package/dist/collection/components/snk-filter-bar/filter-item/editors/enum/presentationMode.js.gz +0 -0
  582. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-binary-select.js.gz +0 -0
  583. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-checkbox-list.js.gz +0 -0
  584. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-multi-select.js.gz +0 -0
  585. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-number.js.gz +0 -0
  586. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-period.js.gz +0 -0
  587. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-search.js.gz +0 -0
  588. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-text.js.gz +0 -0
  589. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-personalized-filter-editor/snk-personalized-filter-editor.css.gz +0 -0
  590. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-personalized-filter-editor/snk-personalized-filter-editor.js.gz +0 -0
  591. package/dist/collection/components/snk-filter-bar/filter-item/filter-item-type-mask.enum.js.gz +0 -0
  592. package/dist/collection/components/snk-filter-bar/filter-item/filter-item-type.enum.js.gz +0 -0
  593. package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-detail.js.gz +0 -0
  594. package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.js.gz +0 -0
  595. package/dist/collection/components/snk-filter-bar/filter-list/snk-filter-list.js.gz +0 -0
  596. package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.css.gz +0 -0
  597. package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.js.gz +0 -0
  598. package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-filter-modal-item.css.gz +0 -0
  599. package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-filter-modal-item.js.gz +0 -0
  600. package/dist/collection/components/snk-filter-bar/snk-filter-bar.css.gz +0 -0
  601. package/dist/collection/components/snk-filter-bar/snk-filter-bar.js.gz +0 -0
  602. package/dist/collection/components/snk-filter-bar/types/custom-element-filter.js.gz +0 -0
  603. package/dist/collection/components/snk-filter-bar/types/filter-type.enum.js.gz +0 -0
  604. package/dist/collection/components/snk-filter-bar/utils/SnkFilterModalFactory.js.gz +0 -0
  605. package/dist/collection/components/snk-filter-bar/utils/filters-mock.js.gz +0 -0
  606. package/dist/collection/components/snk-filter-field-search/interfaces/index.js.gz +0 -0
  607. package/dist/collection/components/snk-filter-field-search/snk-filter-field-search.css.gz +0 -0
  608. package/dist/collection/components/snk-filter-field-search/snk-filter-field-search.js.gz +0 -0
  609. package/dist/collection/components/snk-filter-field-search/subcomponents/index.js.gz +0 -0
  610. package/dist/collection/components/snk-filter-field-search/subcomponents/list-item.js.gz +0 -0
  611. package/dist/collection/components/snk-form/snk-form.css.gz +0 -0
  612. package/dist/collection/components/snk-form/snk-form.js.gz +0 -0
  613. package/dist/collection/components/snk-form-config/SnkFormConfigManager.js.gz +0 -0
  614. package/dist/collection/components/snk-form-config/snk-form-config.css.gz +0 -0
  615. package/dist/collection/components/snk-form-config/snk-form-config.js.gz +0 -0
  616. package/dist/collection/components/snk-form-config/subcomponents/snk-config-options/snk-config-options.css +0 -16
  617. package/dist/collection/components/snk-form-config/subcomponents/snk-config-options/snk-config-options.css.gz +0 -0
  618. package/dist/collection/components/snk-form-config/subcomponents/snk-config-options/snk-config-options.js +0 -344
  619. package/dist/collection/components/snk-form-config/subcomponents/snk-config-options/snk-config-options.js.gz +0 -0
  620. package/dist/collection/components/snk-form-config/subcomponents/snk-field-config/snk-field-config.css +0 -219
  621. package/dist/collection/components/snk-form-config/subcomponents/snk-field-config/snk-field-config.css.gz +0 -0
  622. package/dist/collection/components/snk-form-config/subcomponents/snk-field-config/snk-field-config.js +0 -184
  623. package/dist/collection/components/snk-form-config/subcomponents/snk-field-config/snk-field-config.js.gz +0 -0
  624. package/dist/collection/components/snk-form-config/subcomponents/snk-tab-config/snk-tab-config.css +0 -323
  625. package/dist/collection/components/snk-form-config/subcomponents/snk-tab-config/snk-tab-config.css.gz +0 -0
  626. package/dist/collection/components/snk-form-config/subcomponents/snk-tab-config/snk-tab-config.js +0 -527
  627. package/dist/collection/components/snk-form-config/subcomponents/snk-tab-config/snk-tab-config.js.gz +0 -0
  628. package/dist/collection/components/snk-grid/filtercolumn/SnkMultiSelectionListDataSource.js.gz +0 -0
  629. package/dist/collection/components/snk-grid/snk-grid.css.gz +0 -0
  630. package/dist/collection/components/snk-grid/snk-grid.js.gz +0 -0
  631. package/dist/collection/components/snk-grid-config/snk-grid-config.css.gz +0 -0
  632. package/dist/collection/components/snk-grid-config/snk-grid-config.js.gz +0 -0
  633. package/dist/collection/components/snk-grid-config/snk-select-box/snk-select-box.css.gz +0 -0
  634. package/dist/collection/components/snk-grid-config/snk-select-box/snk-select-box.js.gz +0 -0
  635. package/dist/collection/components/snk-personalized-filter/interfaces/IExpressionGroup.js.gz +0 -0
  636. package/dist/collection/components/snk-personalized-filter/interfaces/IExpressionItem.js.gz +0 -0
  637. package/dist/collection/components/snk-personalized-filter/interfaces/IParameter.js.gz +0 -0
  638. package/dist/collection/components/snk-personalized-filter/interfaces/IPersonalizedFilter.js.gz +0 -0
  639. package/dist/collection/components/snk-personalized-filter/interfaces/ISystemFilterConfig.js.gz +0 -0
  640. package/dist/collection/components/snk-personalized-filter/interfaces/IUserFilterConfig.js.gz +0 -0
  641. package/dist/collection/components/snk-personalized-filter/interfaces/index.js.gz +0 -0
  642. package/dist/collection/components/snk-personalized-filter/snk-personalized-filter.css.gz +0 -0
  643. package/dist/collection/components/snk-personalized-filter/snk-personalized-filter.js.gz +0 -0
  644. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-group/snk-expression-group.css.gz +0 -0
  645. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-group/snk-expression-group.js.gz +0 -0
  646. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-item/filter-operands/filter-operands.js.gz +0 -0
  647. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-item/snk-expression-item.css.gz +0 -0
  648. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-item/snk-expression-item.js.gz +0 -0
  649. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-advanced-mode/snk-filter-advanced-mode.css.gz +0 -0
  650. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-advanced-mode/snk-filter-advanced-mode.js.gz +0 -0
  651. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-assistent-mode/snk-filter-assistent-mode.css.gz +0 -0
  652. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-assistent-mode/snk-filter-assistent-mode.js.gz +0 -0
  653. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/snk-filter-param-config.css.gz +0 -0
  654. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/snk-filter-param-config.js.gz +0 -0
  655. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/utils/PersonalizedFilterUtils.js.gz +0 -0
  656. package/dist/collection/components/snk-pesquisa/pesquisa-grid/pesquisa-grid.css.gz +0 -0
  657. package/dist/collection/components/snk-pesquisa/pesquisa-grid/pesquisa-grid.js.gz +0 -0
  658. package/dist/collection/components/snk-pesquisa/pesquisa-tree/pesquisa-tree.css.gz +0 -0
  659. package/dist/collection/components/snk-pesquisa/pesquisa-tree/pesquisa-tree.js.gz +0 -0
  660. package/dist/collection/components/snk-pesquisa/pesquisaHelper.js.gz +0 -0
  661. package/dist/collection/components/snk-pesquisa/snk-pesquisa.css.gz +0 -0
  662. package/dist/collection/components/snk-pesquisa/snk-pesquisa.js.gz +0 -0
  663. package/dist/collection/components/snk-print-selector/snk-print-selector.css.gz +0 -0
  664. package/dist/collection/components/snk-print-selector/snk-print-selector.js.gz +0 -0
  665. package/dist/collection/components/snk-simple-bar/snk-simple-bar.css.gz +0 -0
  666. package/dist/collection/components/snk-simple-bar/snk-simple-bar.js.gz +0 -0
  667. package/dist/collection/components/snk-simple-crud/regular-buttons.js.gz +0 -0
  668. package/dist/collection/components/snk-simple-crud/snk-simple-crud.css.gz +0 -0
  669. package/dist/collection/components/snk-simple-crud/snk-simple-crud.js.gz +0 -0
  670. package/dist/collection/components/snk-simple-form-config/snk-simple-form-config.css.gz +0 -0
  671. package/dist/collection/components/snk-simple-form-config/snk-simple-form-config.js.gz +0 -0
  672. package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.css.gz +0 -0
  673. package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.js.gz +0 -0
  674. package/dist/collection/components/snk-taskbar/elements/taskbar-elements.js.gz +0 -0
  675. package/dist/collection/components/snk-taskbar/processor/taskbar-processor.js.gz +0 -0
  676. package/dist/collection/components/snk-taskbar/snk-taskbar.css.gz +0 -0
  677. package/dist/collection/components/snk-taskbar/snk-taskbar.js.gz +0 -0
  678. package/dist/collection/components/snk-taskbar/subcomponents/field-search.js +0 -31
  679. package/dist/collection/components/snk-taskbar/subcomponents/field-search.js.gz +0 -0
  680. package/dist/collection/components/teste-pesquisa/teste-pesquisa.css.gz +0 -0
  681. package/dist/collection/components/teste-pesquisa/teste-pesquisa.js.gz +0 -0
  682. package/dist/collection/index.js.gz +0 -0
  683. package/dist/collection/lib/@types/index.js.gz +0 -0
  684. package/dist/collection/lib/DefaultCustomFormatters/RmPrecisionCustomValueFormatter.js.gz +0 -0
  685. package/dist/collection/lib/applet-caller/applet-caller.js.gz +0 -0
  686. package/dist/collection/lib/auth/mgeauthorization.module.js.gz +0 -0
  687. package/dist/collection/lib/configs/ConfigStorage.js.gz +0 -0
  688. package/dist/collection/lib/dataUnit/InMemoryLoader.js.gz +0 -0
  689. package/dist/collection/lib/dataUnit/ValueFormatter.js.gz +0 -0
  690. package/dist/collection/lib/dataUnit/dataUnitInMemoryUtils.js.gz +0 -0
  691. package/dist/collection/lib/dataUnit/interfaces/InMemoryLoaderConfig.js.gz +0 -0
  692. package/dist/collection/lib/http/data-fetcher/DataFetcher.js.gz +0 -0
  693. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/anexo-sistema-fetcher.js.gz +0 -0
  694. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/attach-fetcher.js.gz +0 -0
  695. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/facade/attach-fetcher.facade.js.gz +0 -0
  696. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/index.js.gz +0 -0
  697. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/IDelete.js.gz +0 -0
  698. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/IDownloadKey.js.gz +0 -0
  699. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/ISave.js.gz +0 -0
  700. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/index.js.gz +0 -0
  701. package/dist/collection/lib/http/data-fetcher/fetchers/application-config-fetcher.js.gz +0 -0
  702. package/dist/collection/lib/http/data-fetcher/fetchers/auth-fetcher.js.gz +0 -0
  703. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/DataUnitDataLoader.js.gz +0 -0
  704. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/cache/ArrayRepository.js.gz +0 -0
  705. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/cache/PreloadManager.js.gz +0 -0
  706. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/dataunit-fetcher.js.gz +0 -0
  707. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/helpers/DataUnitDataLoaderHelper.js.gz +0 -0
  708. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IBuildRequestBodyLoadRowMetadata.js.gz +0 -0
  709. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/ILoadDataResult.js.gz +0 -0
  710. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/ILoadDataStrategy.js.gz +0 -0
  711. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/ILoadingInfo.js.gz +0 -0
  712. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IRecordField.js.gz +0 -0
  713. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IResponseRecord.js.gz +0 -0
  714. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IRowMetadata.js.gz +0 -0
  715. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DataUnitStrategy.js.gz +0 -0
  716. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.js.gz +0 -0
  717. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/test/resources/metadataMock.js.gz +0 -0
  718. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IExporterColumnMetadata.js.gz +0 -0
  719. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IFetchDataExporterParams.js.gz +0 -0
  720. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IFetchDataExporterResponse.js.gz +0 -0
  721. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IPersonalizedReport.js.gz +0 -0
  722. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/permission-export-pdf.js.gz +0 -0
  723. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/personalized-reports-fetcher.js.gz +0 -0
  724. package/dist/collection/lib/http/data-fetcher/fetchers/filter-bar-config-fetcher.js.gz +0 -0
  725. package/dist/collection/lib/http/data-fetcher/fetchers/form-config-fetcher.js.gz +0 -0
  726. package/dist/collection/lib/http/data-fetcher/fetchers/grid-config-fetcher.js.gz +0 -0
  727. package/dist/collection/lib/http/data-fetcher/fetchers/parameters-fecher.js.gz +0 -0
  728. package/dist/collection/lib/http/data-fetcher/fetchers/personalized-filter-fetcher.js.gz +0 -0
  729. package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js.gz +0 -0
  730. package/dist/collection/lib/http/data-fetcher/fetchers/resource-fetcher.js.gz +0 -0
  731. package/dist/collection/lib/http/data-fetcher/fetchers/totals-fetcher.js.gz +0 -0
  732. package/dist/collection/lib/http/data-fetcher/interfaces/IClientEventResponse.js.gz +0 -0
  733. package/dist/collection/lib/http/data-fetcher/recaller/GraphQLRecaller.js.gz +0 -0
  734. package/dist/collection/lib/http/data-fetcher/recaller/IDataFetcherRecaller.js.gz +0 -0
  735. package/dist/collection/lib/http/data-fetcher/recaller/ServiceBrokerRecaller.js.gz +0 -0
  736. package/dist/collection/lib/http/data-fetcher/state/LoadStateManager.js.gz +0 -0
  737. package/dist/collection/lib/index.js.gz +0 -0
  738. package/dist/collection/lib/licenses/sankhyalicense.module.js.gz +0 -0
  739. package/dist/collection/lib/message/SnkMessageBuilder.js.gz +0 -0
  740. package/dist/collection/lib/message/resources/crud-utils.msg.js.gz +0 -0
  741. package/dist/collection/lib/message/resources/file-viewer.msg.js.gz +0 -0
  742. package/dist/collection/lib/message/resources/snk-actions-button.msg.js.gz +0 -0
  743. package/dist/collection/lib/message/resources/snk-application.msg.js.gz +0 -0
  744. package/dist/collection/lib/message/resources/snk-attach.msg.js.gz +0 -0
  745. package/dist/collection/lib/message/resources/snk-configurator.msg.js.gz +0 -0
  746. package/dist/collection/lib/message/resources/snk-crud.msg.js.gz +0 -0
  747. package/dist/collection/lib/message/resources/snk-data-exporter.msg.js.gz +0 -0
  748. package/dist/collection/lib/message/resources/snk-data-unit.msg.js.gz +0 -0
  749. package/dist/collection/lib/message/resources/snk-entity-list.msg.js.gz +0 -0
  750. package/dist/collection/lib/message/resources/snk-exporter.msg.js.gz +0 -0
  751. package/dist/collection/lib/message/resources/snk-filter-bar.msg.js.gz +0 -0
  752. package/dist/collection/lib/message/resources/snk-filter-field-search.msg.js.gz +0 -0
  753. package/dist/collection/lib/message/resources/snk-filter-param-config.msg.js.gz +0 -0
  754. package/dist/collection/lib/message/resources/snk-form.msg.js.gz +0 -0
  755. package/dist/collection/lib/message/resources/snk-grid.msg.js.gz +0 -0
  756. package/dist/collection/lib/message/resources/snk-personalized-filter.msg.js.gz +0 -0
  757. package/dist/collection/lib/message/resources/snk-print-selector.msg.js.gz +0 -0
  758. package/dist/collection/lib/message/resources/snk-simple-bar.msg.js.gz +0 -0
  759. package/dist/collection/lib/message/resources/snk-simple-crud.msg.js.gz +0 -0
  760. package/dist/collection/lib/message/resources/snk-taskbar.msg.js.gz +0 -0
  761. package/dist/collection/lib/resourceid/ResourceIDUtils.js.gz +0 -0
  762. package/dist/collection/lib/store/index.js.gz +0 -0
  763. package/dist/collection/lib/utils/ContinuousInsertUtils.js.gz +0 -0
  764. package/dist/collection/lib/utils/CrudUtils.js.gz +0 -0
  765. package/dist/collection/lib/utils/GetSelectedRecordsIDsInfo.js.gz +0 -0
  766. package/dist/collection/lib/utils/PrintUtils.js.gz +0 -0
  767. package/dist/collection/lib/utils/constants.js.gz +0 -0
  768. package/dist/collection/lib/utils/fileViewer/index.js.gz +0 -0
  769. package/dist/collection/lib/utils/fileViewer/interfaces/IFileViewerParams.js.gz +0 -0
  770. package/dist/collection/lib/utils/pesquisa.js.gz +0 -0
  771. package/dist/collection/lib/utils/urlutils.js.gz +0 -0
  772. package/dist/collection/lib/workspace/workspace.js.gz +0 -0
  773. package/dist/collection/sw.js.gz +0 -0
  774. package/dist/components/AuthorizationConfig.js.gz +0 -0
  775. package/dist/components/ConfigStorage.js.gz +0 -0
  776. package/dist/components/ContinuousInsertUtils.js.gz +0 -0
  777. package/dist/components/DataFetcher.js.gz +0 -0
  778. package/dist/components/GetSelectedRecordsIDsInfo.js.gz +0 -0
  779. package/dist/components/ISave.js.gz +0 -0
  780. package/dist/components/ParamType.js.gz +0 -0
  781. package/dist/components/PersonalizedFilterUtils.js.gz +0 -0
  782. package/dist/components/PrintUtils.js.gz +0 -0
  783. package/dist/components/ResourceIDUtils.js.gz +0 -0
  784. package/dist/components/SnkFormConfigManager.js.gz +0 -0
  785. package/dist/components/SnkMessageBuilder.js.gz +0 -0
  786. package/dist/components/auth-fetcher.js.gz +0 -0
  787. package/dist/components/constants.js.gz +0 -0
  788. package/dist/components/dataunit-fetcher.js.gz +0 -0
  789. package/dist/components/filter-item-type.enum.js.gz +0 -0
  790. package/dist/components/filterNumberVariation.js.gz +0 -0
  791. package/dist/components/form-config-fetcher.js.gz +0 -0
  792. package/dist/components/index.js.gz +0 -0
  793. package/dist/components/index2.js.gz +0 -0
  794. package/dist/components/pesquisa-grid.js.gz +0 -0
  795. package/dist/components/pesquisa-grid2.js.gz +0 -0
  796. package/dist/components/pesquisa-tree.js.gz +0 -0
  797. package/dist/components/pesquisa-tree2.js.gz +0 -0
  798. package/dist/components/presentationMode.js.gz +0 -0
  799. package/dist/components/snk-actions-button.js.gz +0 -0
  800. package/dist/components/snk-actions-button2.js.gz +0 -0
  801. package/dist/components/snk-actions-form.js.gz +0 -0
  802. package/dist/components/snk-application.js.gz +0 -0
  803. package/dist/components/snk-application2.js.gz +0 -0
  804. package/dist/components/snk-attach.js.gz +0 -0
  805. package/dist/components/snk-attach2.js.gz +0 -0
  806. package/dist/components/snk-client-confirm.js.gz +0 -0
  807. package/dist/components/snk-config-options.js +0 -6
  808. package/dist/components/snk-config-options.js.gz +0 -0
  809. package/dist/components/snk-config-options2.js +0 -255
  810. package/dist/components/snk-config-options2.js.gz +0 -0
  811. package/dist/components/snk-configurator.js.gz +0 -0
  812. package/dist/components/snk-configurator2.js.gz +0 -0
  813. package/dist/components/snk-crud.js.gz +0 -0
  814. package/dist/components/snk-custom-slot-elements.js.gz +0 -0
  815. package/dist/components/snk-data-exporter.js.gz +0 -0
  816. package/dist/components/snk-data-exporter2.js.gz +0 -0
  817. package/dist/components/snk-data-unit.js.gz +0 -0
  818. package/dist/components/snk-data-unit2.js.gz +0 -0
  819. package/dist/components/snk-detail-view.js.gz +0 -0
  820. package/dist/components/snk-detail-view2.js.gz +0 -0
  821. package/dist/components/snk-entity-list.js.gz +0 -0
  822. package/dist/components/snk-exporter-email-sender.js.gz +0 -0
  823. package/dist/components/snk-exporter-email-sender2.js.gz +0 -0
  824. package/dist/components/snk-expression-group.js.gz +0 -0
  825. package/dist/components/snk-expression-group2.js.gz +0 -0
  826. package/dist/components/snk-expression-item.js.gz +0 -0
  827. package/dist/components/snk-expression-item2.js.gz +0 -0
  828. package/dist/components/snk-field-config.js +0 -6
  829. package/dist/components/snk-field-config.js.gz +0 -0
  830. package/dist/components/snk-field-config2.js +0 -76
  831. package/dist/components/snk-field-config2.js.gz +0 -0
  832. package/dist/components/snk-filter-advanced-mode.js.gz +0 -0
  833. package/dist/components/snk-filter-advanced-mode2.js.gz +0 -0
  834. package/dist/components/snk-filter-assistent-mode.js.gz +0 -0
  835. package/dist/components/snk-filter-assistent-mode2.js.gz +0 -0
  836. package/dist/components/snk-filter-bar.js.gz +0 -0
  837. package/dist/components/snk-filter-bar2.js.gz +0 -0
  838. package/dist/components/snk-filter-binary-select.js.gz +0 -0
  839. package/dist/components/snk-filter-checkbox-list.js.gz +0 -0
  840. package/dist/components/snk-filter-detail.js.gz +0 -0
  841. package/dist/components/snk-filter-detail2.js.gz +0 -0
  842. package/dist/components/snk-filter-field-search.js.gz +0 -0
  843. package/dist/components/snk-filter-field-search2.js.gz +0 -0
  844. package/dist/components/snk-filter-item.js.gz +0 -0
  845. package/dist/components/snk-filter-item2.js.gz +0 -0
  846. package/dist/components/snk-filter-list.js.gz +0 -0
  847. package/dist/components/snk-filter-modal-item.js.gz +0 -0
  848. package/dist/components/snk-filter-modal-item2.js.gz +0 -0
  849. package/dist/components/snk-filter-modal.js.gz +0 -0
  850. package/dist/components/snk-filter-multi-select.js.gz +0 -0
  851. package/dist/components/snk-filter-number.js.gz +0 -0
  852. package/dist/components/snk-filter-param-config.js.gz +0 -0
  853. package/dist/components/snk-filter-param-config2.js.gz +0 -0
  854. package/dist/components/snk-filter-period.js.gz +0 -0
  855. package/dist/components/snk-filter-search.js.gz +0 -0
  856. package/dist/components/snk-filter-text.js.gz +0 -0
  857. package/dist/components/snk-form-config.js.gz +0 -0
  858. package/dist/components/snk-form-config2.js.gz +0 -0
  859. package/dist/components/snk-form-summary.js.gz +0 -0
  860. package/dist/components/snk-form-summary2.js.gz +0 -0
  861. package/dist/components/snk-form-view.js.gz +0 -0
  862. package/dist/components/snk-form-view2.js.gz +0 -0
  863. package/dist/components/snk-form.js.gz +0 -0
  864. package/dist/components/snk-grid-config.js.gz +0 -0
  865. package/dist/components/snk-grid-config2.js.gz +0 -0
  866. package/dist/components/snk-grid.js.gz +0 -0
  867. package/dist/components/snk-grid2.js.gz +0 -0
  868. package/dist/components/snk-guides-viewer.js.gz +0 -0
  869. package/dist/components/snk-personalized-filter-editor.js.gz +0 -0
  870. package/dist/components/snk-personalized-filter.js.gz +0 -0
  871. package/dist/components/snk-personalized-filter2.js.gz +0 -0
  872. package/dist/components/snk-pesquisa.js.gz +0 -0
  873. package/dist/components/snk-pesquisa2.js.gz +0 -0
  874. package/dist/components/snk-print-selector.js.gz +0 -0
  875. package/dist/components/snk-select-box.js.gz +0 -0
  876. package/dist/components/snk-select-box2.js.gz +0 -0
  877. package/dist/components/snk-simple-bar.js.gz +0 -0
  878. package/dist/components/snk-simple-bar2.js.gz +0 -0
  879. package/dist/components/snk-simple-crud.js.gz +0 -0
  880. package/dist/components/snk-simple-crud2.js.gz +0 -0
  881. package/dist/components/snk-simple-form-config.js.gz +0 -0
  882. package/dist/components/snk-simple-form-config2.js.gz +0 -0
  883. package/dist/components/snk-tab-config.js +0 -6
  884. package/dist/components/snk-tab-config.js.gz +0 -0
  885. package/dist/components/snk-tab-config2.js +0 -3202
  886. package/dist/components/snk-tab-config2.js.gz +0 -0
  887. package/dist/components/snk-taskbar.js.gz +0 -0
  888. package/dist/components/snk-taskbar2.js.gz +0 -0
  889. package/dist/components/taskbar-actions-button.js.gz +0 -0
  890. package/dist/components/taskbar-actions-button2.js.gz +0 -0
  891. package/dist/components/teste-pesquisa.js.gz +0 -0
  892. package/dist/esm/AuthorizationConfig-dcbd207a.js.gz +0 -0
  893. package/dist/esm/ClientSideExporterProvider-bd24a4b3.js.gz +0 -0
  894. package/dist/esm/ConfigStorage-e5c1f4c0.js.gz +0 -0
  895. package/dist/esm/DataFetcher-ecf5f903.js.gz +0 -0
  896. package/dist/esm/GetSelectedRecordsIDsInfo-9fa41508.js.gz +0 -0
  897. package/dist/esm/IFetchDataExporterParams-d73bed3d.js.gz +0 -0
  898. package/dist/esm/ISave-d8c8bc59.js +0 -9
  899. package/dist/esm/ISave-d8c8bc59.js.gz +0 -0
  900. package/dist/esm/ParamType-d5152b06.js.gz +0 -0
  901. package/dist/esm/PersonalizedFilterUtils-e2b38ef7.js.gz +0 -0
  902. package/dist/esm/PrintUtils-3e4ff0f5.js.gz +0 -0
  903. package/dist/esm/ResourceIDUtils-a114189a.js.gz +0 -0
  904. package/dist/esm/SnkFormConfigManager-1efd102b.js.gz +0 -0
  905. package/dist/esm/SnkMessageBuilder-6fff4a4c.js.gz +0 -0
  906. package/dist/esm/Sortable-83960219.js +0 -2851
  907. package/dist/esm/Sortable-83960219.js.gz +0 -0
  908. package/dist/esm/auth-fetcher-9987c66e.js.gz +0 -0
  909. package/dist/esm/constants-75abb876.js.gz +0 -0
  910. package/dist/esm/dataunit-fetcher-ed6e65ef.js.gz +0 -0
  911. package/dist/esm/field-search-f8b1d91e.js.gz +0 -0
  912. package/dist/esm/filter-item-type.enum-d45e026f.js.gz +0 -0
  913. package/dist/esm/filter-type.enum-a80c1b6b.js.gz +0 -0
  914. package/dist/esm/filterNumberVariation-8cee02ea.js.gz +0 -0
  915. package/dist/esm/form-config-fetcher-34becd23.js.gz +0 -0
  916. package/dist/esm/index-620ac460.js.gz +0 -0
  917. package/dist/esm/index-a7d3d3f1.js.gz +0 -0
  918. package/dist/esm/index-ae591a44.js.gz +0 -0
  919. package/dist/esm/index-b40568ff.js.gz +0 -0
  920. package/dist/esm/index-c57e49af.js.gz +0 -0
  921. package/dist/esm/index.js.gz +0 -0
  922. package/dist/esm/loader.js.gz +0 -0
  923. package/dist/esm/pesquisa-fetcher-e26c3295.js.gz +0 -0
  924. package/dist/esm/pesquisa-grid_2.entry.js.gz +0 -0
  925. package/dist/esm/polyfills/core-js.js.gz +0 -0
  926. package/dist/esm/polyfills/css-shim.js.gz +0 -0
  927. package/dist/esm/polyfills/dom.js.gz +0 -0
  928. package/dist/esm/polyfills/es5-html-element.js.gz +0 -0
  929. package/dist/esm/polyfills/index.js.gz +0 -0
  930. package/dist/esm/polyfills/system.js.gz +0 -0
  931. package/dist/esm/presentationMode-783bbf9d.js.gz +0 -0
  932. package/dist/esm/sankhyablocks.js.gz +0 -0
  933. package/dist/esm/snk-actions-button_5.entry.js.gz +0 -0
  934. package/dist/esm/snk-actions-form.entry.js.gz +0 -0
  935. package/dist/esm/snk-application.entry.js.gz +0 -0
  936. package/dist/esm/snk-attach.entry.js.gz +0 -0
  937. package/dist/esm/snk-client-confirm.entry.js.gz +0 -0
  938. package/dist/esm/snk-config-options_3.entry.js +0 -1382
  939. package/dist/esm/snk-config-options_3.entry.js.gz +0 -0
  940. package/dist/esm/snk-configurator.entry.js.gz +0 -0
  941. package/dist/esm/snk-crud.entry.js.gz +0 -0
  942. package/dist/esm/snk-custom-slot-elements.entry.js.gz +0 -0
  943. package/dist/esm/snk-data-exporter.entry.js.gz +0 -0
  944. package/dist/esm/snk-data-unit-6258b8ae.js.gz +0 -0
  945. package/dist/esm/snk-data-unit.entry.js.gz +0 -0
  946. package/dist/esm/snk-detail-view.entry.js.gz +0 -0
  947. package/dist/esm/snk-entity-list.entry.js.gz +0 -0
  948. package/dist/esm/snk-exporter-email-sender.entry.js.gz +0 -0
  949. package/dist/esm/snk-expression-group_2.entry.js.gz +0 -0
  950. package/dist/esm/snk-field-config.entry.js +0 -56
  951. package/dist/esm/snk-field-config.entry.js.gz +0 -0
  952. package/dist/esm/snk-filter-advanced-mode_2.entry.js.gz +0 -0
  953. package/dist/esm/snk-filter-bar_4.entry.js.gz +0 -0
  954. package/dist/esm/snk-filter-binary-select.entry.js.gz +0 -0
  955. package/dist/esm/snk-filter-checkbox-list.entry.js.gz +0 -0
  956. package/dist/esm/snk-filter-detail.entry.js.gz +0 -0
  957. package/dist/esm/snk-filter-field-search_2.entry.js.gz +0 -0
  958. package/dist/esm/snk-filter-modal-item.entry.js.gz +0 -0
  959. package/dist/esm/snk-filter-multi-select.entry.js.gz +0 -0
  960. package/dist/esm/snk-filter-number.entry.js.gz +0 -0
  961. package/dist/esm/snk-filter-period.entry.js.gz +0 -0
  962. package/dist/esm/snk-filter-search.entry.js.gz +0 -0
  963. package/dist/esm/snk-filter-text.entry.js.gz +0 -0
  964. package/dist/esm/snk-form-summary.entry.js.gz +0 -0
  965. package/dist/esm/snk-form-view.entry.js.gz +0 -0
  966. package/dist/esm/snk-grid.entry.js.gz +0 -0
  967. package/dist/esm/snk-guides-viewer-39fae8d5.js.gz +0 -0
  968. package/dist/esm/snk-guides-viewer.entry.js.gz +0 -0
  969. package/dist/esm/snk-personalized-filter-editor.entry.js.gz +0 -0
  970. package/dist/esm/snk-personalized-filter.entry.js.gz +0 -0
  971. package/dist/esm/snk-pesquisa.entry.js.gz +0 -0
  972. package/dist/esm/snk-print-selector.entry.js.gz +0 -0
  973. package/dist/esm/snk-simple-bar.entry.js.gz +0 -0
  974. package/dist/esm/snk-simple-crud.entry.js.gz +0 -0
  975. package/dist/esm/snk-tab-config.entry.js +0 -328
  976. package/dist/esm/snk-tab-config.entry.js.gz +0 -0
  977. package/dist/esm/snk-taskbar.entry.js.gz +0 -0
  978. package/dist/esm/taskbar-elements-ed51e143.js.gz +0 -0
  979. package/dist/esm/teste-pesquisa.entry.js.gz +0 -0
  980. package/dist/index.cjs.js.gz +0 -0
  981. package/dist/index.js.gz +0 -0
  982. package/dist/sankhyablocks/index.esm.js.gz +0 -0
  983. package/dist/sankhyablocks/p-057fad05.js.gz +0 -0
  984. package/dist/sankhyablocks/p-0f3698af.js.gz +0 -0
  985. package/dist/sankhyablocks/p-118e769b.entry.js.gz +0 -0
  986. package/dist/sankhyablocks/p-11afea24.entry.js +0 -1
  987. package/dist/sankhyablocks/p-11afea24.entry.js.gz +0 -0
  988. package/dist/sankhyablocks/p-16a1dd18.entry.js.gz +0 -0
  989. package/dist/sankhyablocks/p-17425c72.js +0 -1
  990. package/dist/sankhyablocks/p-17425c72.js.gz +0 -0
  991. package/dist/sankhyablocks/p-18389343.entry.js +0 -1
  992. package/dist/sankhyablocks/p-18389343.entry.js.gz +0 -0
  993. package/dist/sankhyablocks/p-1a68fb59.js.gz +0 -0
  994. package/dist/sankhyablocks/p-1d19a5b0.js +0 -1
  995. package/dist/sankhyablocks/p-1d19a5b0.js.gz +0 -0
  996. package/dist/sankhyablocks/p-1db45d26.entry.js +0 -1
  997. package/dist/sankhyablocks/p-1db45d26.entry.js.gz +0 -0
  998. package/dist/sankhyablocks/p-21749402.js +0 -1
  999. package/dist/sankhyablocks/p-21749402.js.gz +0 -0
  1000. package/dist/sankhyablocks/p-21a81901.entry.js.gz +0 -0
  1001. package/dist/sankhyablocks/p-22ddc147.js +0 -26
  1002. package/dist/sankhyablocks/p-22ddc147.js.gz +0 -0
  1003. package/dist/sankhyablocks/p-23736d75.js +0 -1
  1004. package/dist/sankhyablocks/p-23736d75.js.gz +0 -0
  1005. package/dist/sankhyablocks/p-23cd6abf.entry.js +0 -1
  1006. package/dist/sankhyablocks/p-23cd6abf.entry.js.gz +0 -0
  1007. package/dist/sankhyablocks/p-240ac47f.entry.js +0 -1
  1008. package/dist/sankhyablocks/p-240ac47f.entry.js.gz +0 -0
  1009. package/dist/sankhyablocks/p-26b0ce3e.entry.js.gz +0 -0
  1010. package/dist/sankhyablocks/p-2746d606.entry.js.gz +0 -0
  1011. package/dist/sankhyablocks/p-2953c481.entry.js +0 -1
  1012. package/dist/sankhyablocks/p-2953c481.entry.js.gz +0 -0
  1013. package/dist/sankhyablocks/p-3ab6df3d.entry.js +0 -1
  1014. package/dist/sankhyablocks/p-3ab6df3d.entry.js.gz +0 -0
  1015. package/dist/sankhyablocks/p-3ce68be5.js.gz +0 -0
  1016. package/dist/sankhyablocks/p-3fcb90d6.js +0 -56
  1017. package/dist/sankhyablocks/p-3fcb90d6.js.gz +0 -0
  1018. package/dist/sankhyablocks/p-434817f0.entry.js.gz +0 -0
  1019. package/dist/sankhyablocks/p-43769aa9.js +0 -1
  1020. package/dist/sankhyablocks/p-43769aa9.js.gz +0 -0
  1021. package/dist/sankhyablocks/p-47178038.entry.js.gz +0 -0
  1022. package/dist/sankhyablocks/p-4c9adf1c.entry.js +0 -1
  1023. package/dist/sankhyablocks/p-4c9adf1c.entry.js.gz +0 -0
  1024. package/dist/sankhyablocks/p-517efc93.js +0 -1
  1025. package/dist/sankhyablocks/p-517efc93.js.gz +0 -0
  1026. package/dist/sankhyablocks/p-54a5d52a.entry.js.gz +0 -0
  1027. package/dist/sankhyablocks/p-59e5d5d1.entry.js.gz +0 -0
  1028. package/dist/sankhyablocks/p-5a7e18f4.js.gz +0 -0
  1029. package/dist/sankhyablocks/p-5e9fbd76.js.gz +0 -0
  1030. package/dist/sankhyablocks/p-5f157b09.entry.js.gz +0 -0
  1031. package/dist/sankhyablocks/p-688dcb4c.js.gz +0 -0
  1032. package/dist/sankhyablocks/p-6b898a51.entry.js +0 -1
  1033. package/dist/sankhyablocks/p-6b898a51.entry.js.gz +0 -0
  1034. package/dist/sankhyablocks/p-77168ab4.entry.js +0 -1
  1035. package/dist/sankhyablocks/p-77168ab4.entry.js.gz +0 -0
  1036. package/dist/sankhyablocks/p-79f823f3.entry.js.gz +0 -0
  1037. package/dist/sankhyablocks/p-7dd49d15.js.gz +0 -0
  1038. package/dist/sankhyablocks/p-7e0a0aae.js +0 -60
  1039. package/dist/sankhyablocks/p-7e0a0aae.js.gz +0 -0
  1040. package/dist/sankhyablocks/p-7e2ded86.entry.js.gz +0 -0
  1041. package/dist/sankhyablocks/p-8002dcd0.entry.js.gz +0 -0
  1042. package/dist/sankhyablocks/p-81f5e44b.entry.js +0 -11
  1043. package/dist/sankhyablocks/p-81f5e44b.entry.js.gz +0 -0
  1044. package/dist/sankhyablocks/p-89c92727.entry.js.gz +0 -0
  1045. package/dist/sankhyablocks/p-8c235d4c.entry.js.gz +0 -0
  1046. package/dist/sankhyablocks/p-8d884fab.js.gz +0 -0
  1047. package/dist/sankhyablocks/p-8f3f2306.js.gz +0 -0
  1048. package/dist/sankhyablocks/p-91708c3d.entry.js +0 -1
  1049. package/dist/sankhyablocks/p-91708c3d.entry.js.gz +0 -0
  1050. package/dist/sankhyablocks/p-933c0c0b.js +0 -1
  1051. package/dist/sankhyablocks/p-933c0c0b.js.gz +0 -0
  1052. package/dist/sankhyablocks/p-9523fc40.entry.js +0 -1
  1053. package/dist/sankhyablocks/p-9523fc40.entry.js.gz +0 -0
  1054. package/dist/sankhyablocks/p-9531fd46.entry.js.gz +0 -0
  1055. package/dist/sankhyablocks/p-9887a437.entry.js +0 -1
  1056. package/dist/sankhyablocks/p-9887a437.entry.js.gz +0 -0
  1057. package/dist/sankhyablocks/p-a5bdcb3f.entry.js +0 -1
  1058. package/dist/sankhyablocks/p-a5bdcb3f.entry.js.gz +0 -0
  1059. package/dist/sankhyablocks/p-a61bbe18.entry.js +0 -1
  1060. package/dist/sankhyablocks/p-a61bbe18.entry.js.gz +0 -0
  1061. package/dist/sankhyablocks/p-a77bdadc.js.gz +0 -0
  1062. package/dist/sankhyablocks/p-abd9681c.js +0 -1
  1063. package/dist/sankhyablocks/p-abd9681c.js.gz +0 -0
  1064. package/dist/sankhyablocks/p-ac8d1cd6.entry.js.gz +0 -0
  1065. package/dist/sankhyablocks/p-bf2acf72.entry.js.gz +0 -0
  1066. package/dist/sankhyablocks/p-bfdf92e9.entry.js +0 -1
  1067. package/dist/sankhyablocks/p-bfdf92e9.entry.js.gz +0 -0
  1068. package/dist/sankhyablocks/p-c2e468c9.entry.js.gz +0 -0
  1069. package/dist/sankhyablocks/p-c8622597.entry.js +0 -1
  1070. package/dist/sankhyablocks/p-c8622597.entry.js.gz +0 -0
  1071. package/dist/sankhyablocks/p-cb1e77e0.entry.js +0 -1
  1072. package/dist/sankhyablocks/p-cb1e77e0.entry.js.gz +0 -0
  1073. package/dist/sankhyablocks/p-d2d301a6.js.gz +0 -0
  1074. package/dist/sankhyablocks/p-d3b9b377.entry.js.gz +0 -0
  1075. package/dist/sankhyablocks/p-d9804798.js +0 -1
  1076. package/dist/sankhyablocks/p-d9804798.js.gz +0 -0
  1077. package/dist/sankhyablocks/p-dc36cfbf.js.gz +0 -0
  1078. package/dist/sankhyablocks/p-e289826a.js +0 -1
  1079. package/dist/sankhyablocks/p-e289826a.js.gz +0 -0
  1080. package/dist/sankhyablocks/p-e51c52cf.entry.js +0 -1
  1081. package/dist/sankhyablocks/p-e51c52cf.entry.js.gz +0 -0
  1082. package/dist/sankhyablocks/p-e66bcb5c.entry.js +0 -1
  1083. package/dist/sankhyablocks/p-e66bcb5c.entry.js.gz +0 -0
  1084. package/dist/sankhyablocks/p-eaad0aa8.js.gz +0 -0
  1085. package/dist/sankhyablocks/p-ef076eea.js +0 -6
  1086. package/dist/sankhyablocks/p-ef076eea.js.gz +0 -0
  1087. package/dist/sankhyablocks/p-f4184ce7.js.gz +0 -0
  1088. package/dist/sankhyablocks/p-fa80e546.js.gz +0 -0
  1089. package/dist/sankhyablocks/p-fa816fb2.js +0 -1
  1090. package/dist/sankhyablocks/p-fa816fb2.js.gz +0 -0
  1091. package/dist/sankhyablocks/p-fde71e26.entry.js +0 -1
  1092. package/dist/sankhyablocks/p-fde71e26.entry.js.gz +0 -0
  1093. package/dist/sankhyablocks/p-ff1990ad.js.gz +0 -0
  1094. package/dist/sankhyablocks/sankhyablocks.esm.js.gz +0 -0
  1095. package/dist/types/components/snk-form-config/subcomponents/snk-config-options/snk-config-options.d.ts +0 -57
  1096. package/dist/types/components/snk-form-config/subcomponents/snk-field-config/snk-field-config.d.ts +0 -43
  1097. package/dist/types/components/snk-form-config/subcomponents/snk-tab-config/snk-tab-config.d.ts +0 -105
  1098. package/dist/types/components/snk-taskbar/subcomponents/field-search.d.ts +0 -4
@@ -1,5 +1,5 @@
1
- import { p as promiseResolve, b as bootstrapLazy } from './index-a7d3d3f1.js';
2
- export { s as setNonce } from './index-a7d3d3f1.js';
1
+ import { p as promiseResolve, b as bootstrapLazy } from './index-479e1293.js';
2
+ export { s as setNonce } from './index-479e1293.js';
3
3
 
4
4
  /*
5
5
  Stencil Client Patch Browser v2.22.3 | MIT Licensed | https://stenciljs.com
@@ -14,5 +14,5 @@ const patchBrowser = () => {
14
14
  };
15
15
 
16
16
  patchBrowser().then(options => {
17
- return bootstrapLazy(JSON.parse("[[\"teste-pesquisa\",[[1,\"teste-pesquisa\"]]],[\"snk-actions-form\",[[2,\"snk-actions-form\",{\"action\":[16],\"applyParameters\":[16],\"dataUnit\":[32],\"openPopup\":[64]}]]],[\"snk-client-confirm\",[[2,\"snk-client-confirm\",{\"titleMessage\":[1,\"title-message\"],\"message\":[1],\"accept\":[16],\"cancel\":[16],\"openPopup\":[64]}]]],[\"snk-custom-slot-elements\",[[6,\"snk-custom-slot-elements\",{\"slotName\":[1,\"slot-name\"]}]]],[\"snk-entity-list\",[[2,\"snk-entity-list\",{\"config\":[1040],\"rightListSlotBuilder\":[1040],\"maxHeightList\":[1,\"max-height-list\"],\"_searchValue\":[32],\"_ezListSource\":[32],\"reloadList\":[64]}]]],[\"snk-filter-binary-select\",[[0,\"snk-filter-binary-select\",{\"value\":[1544],\"config\":[16],\"presentationMode\":[2,\"presentation-mode\"],\"resetValues\":[64]},[[0,\"ezChange\",\"ezChangeListener\"]]]]],[\"snk-filter-checkbox-list\",[[0,\"snk-filter-checkbox-list\",{\"config\":[1040],\"optionsList\":[32]}]]],[\"snk-filter-multi-select\",[[0,\"snk-filter-multi-select\",{\"value\":[1544],\"config\":[16],\"show\":[64]},[[0,\"ezChange\",\"ezChangeListener\"]]]]],[\"snk-filter-number\",[[0,\"snk-filter-number\",{\"config\":[16],\"getMessage\":[16],\"value\":[2],\"presentationMode\":[2,\"presentation-mode\"],\"show\":[64]},[[0,\"ezChange\",\"ezChangeListener\"]]]]],[\"snk-filter-period\",[[0,\"snk-filter-period\",{\"config\":[16],\"getMessage\":[16],\"value\":[8],\"presentationMode\":[2,\"presentation-mode\"],\"show\":[64]},[[0,\"ezChange\",\"ezChangeListener\"]]]]],[\"snk-filter-search\",[[0,\"snk-filter-search\",{\"config\":[16],\"value\":[16],\"show\":[64]},[[0,\"ezChange\",\"ezChangeListener\"]]]]],[\"snk-filter-text\",[[0,\"snk-filter-text\",{\"config\":[16],\"value\":[1]},[[0,\"ezChange\",\"ezChangeListener\"]]]]],[\"snk-personalized-filter-editor\",[[2,\"snk-personalized-filter-editor\",{\"messagesBuilder\":[1040],\"presentationMode\":[2,\"presentation-mode\"],\"config\":[16],\"value\":[1040],\"items\":[32],\"show\":[64]}]]],[\"snk-print-selector\",[[2,\"snk-print-selector\",{\"_printServerActive\":[32],\"_selectedPrinter\":[32],\"_remotePrintersDataSource\":[32],\"_localPrintersDataSource\":[32],\"_printJobData\":[32],\"openPrintSelector\":[64]}]]],[\"snk-pesquisa\",[[2,\"snk-pesquisa\",{\"searchLoader\":[16],\"treeLoader\":[16],\"selectItem\":[16],\"entityName\":[1,\"entity-name\"],\"argument\":[1025],\"isHierarchyEntity\":[4,\"is-hierarchy-entity\"],\"allowsNonAnalytic\":[4,\"allows-non-analytic\"],\"_itemList\":[32],\"_startLoading\":[32],\"_presentationMode\":[32],\"_currentView\":[32],\"_valideDataSource\":[32]}]]],[\"snk-application\",[[2,\"snk-application\",{\"enableLockManagerLoadingApp\":[4,\"enable-lock-manager-loading-app\"],\"messagesBuilder\":[1040],\"configName\":[1,\"config-name\"],\"gridLegacyConfigName\":[1,\"grid-legacy-config-name\"],\"formLegacyConfigName\":[1,\"form-legacy-config-name\"],\"loadByPK\":[16],\"_applicationReady\":[32],\"_templateSkeleton\":[32],\"_activeScrimWindow\":[32],\"getKeyboardManager\":[64],\"isUserSup\":[64],\"addPendingAction\":[64],\"callServiceBroker\":[64],\"initOnboarding\":[64],\"hasAccess\":[64],\"getAllAccess\":[64],\"getStringParam\":[64],\"getIntParam\":[64],\"getFloatParam\":[64],\"getBooleanParam\":[64],\"getDateParam\":[64],\"showPopUp\":[64],\"showModal\":[64],\"showAlerts\":[64],\"closeModal\":[64],\"closePopUp\":[64],\"temOpcional\":[64],\"getConfig\":[64],\"saveConfig\":[64],\"getAttributeFromHTMLWrapper\":[64],\"openApp\":[64],\"webConnection\":[64],\"createDataunit\":[64],\"updateDataunitCache\":[64],\"getDataUnit\":[64],\"addClientEvent\":[64],\"removeClientEvent\":[64],\"hasClientEvent\":[64],\"getResourceID\":[64],\"getUserID\":[64],\"alert\":[64],\"error\":[64],\"success\":[64],\"message\":[64],\"confirm\":[64],\"info\":[64],\"loadTotals\":[64],\"isLoadedByPk\":[64],\"preloadMangerRemoveRecord\":[64],\"executeSearch\":[64],\"executePreparedSearch\":[64],\"isDebugMode\":[64],\"getAppLabel\":[64],\"addSearchListener\":[64],\"importScript\":[64],\"getApplicationPath\":[64],\"executeSelectDistinct\":[64],\"getDataFetcher\":[64],\"whenApplicationReady\":[64],\"setSearchFilterContext\":[64],\"showScrimApp\":[64],\"markToReload\":[64],\"addLoadingLock\":[64]}]]],[\"snk-filter-modal-item\",[[0,\"snk-filter-modal-item\",{\"filterItem\":[1040],\"configName\":[1025,\"config-name\"],\"resourceID\":[1,\"resource-i-d\"]}]]],[\"snk-filter-detail\",[[0,\"snk-filter-detail\",{\"config\":[1040],\"getMessage\":[16],\"showHardFixed\":[4,\"show-hard-fixed\"],\"show\":[64]}]]],[\"snk-simple-bar\",[[6,\"snk-simple-bar\",{\"label\":[1],\"breadcrumbItens\":[16],\"messagesBuilder\":[1040]}]]],[\"snk-filter-field-search_2\",[[2,\"snk-filter-field-search\",{\"searchable\":[4],\"fieldsDataSource\":[16],\"breadcrumbItems\":[32],\"linkItems\":[32],\"fieldItems\":[32],\"searchEmpty\":[32],\"groupEmpty\":[32],\"show\":[64],\"applyFilter\":[64]}],[0,\"snk-filter-param-config\",{\"messagesBuilder\":[1040],\"_opened\":[32],\"_configType\":[32],\"_expressionItem\":[32],\"_informedInstance\":[32],\"_canSave\":[32],\"open\":[64],\"close\":[64]}]]],[\"snk-expression-group_2\",[[2,\"snk-expression-group\",{\"parentTop\":[1026,\"parent-top\"],\"group\":[1040],\"messagesBuilder\":[1040],\"filterId\":[1025,\"filter-id\"],\"entityURI\":[1025,\"entity-u-r-i\"],\"_conditionOperator\":[32],\"_group\":[32],\"_selfTop\":[32],\"canAddExpression\":[32],\"_showDashes\":[32],\"getExpressionGroup\":[64]},[[8,\"ezExpressionLayoutChanged\",\"todoCompletedHandler\"]]],[2,\"snk-expression-item\",{\"expression\":[16],\"canRemove\":[516,\"can-remove\"],\"messagesBuilder\":[1040],\"entityURI\":[1025,\"entity-u-r-i\"],\"_showValueVariable\":[32],\"_fieldSelected\":[32],\"_optionNotNull\":[32]}]]],[\"snk-filter-advanced-mode_2\",[[2,\"snk-filter-assistent-mode\",{\"filterAssistent\":[1040],\"messagesBuilder\":[1040],\"filterId\":[1025,\"filter-id\"],\"entityUri\":[1025,\"entity-uri\"],\"application\":[1040]}],[2,\"snk-filter-advanced-mode\",{\"filterAssistent\":[1040],\"application\":[1040]}]]],[\"snk-personalized-filter\",[[2,\"snk-personalized-filter\",{\"messagesBuilder\":[1040],\"entityUri\":[1025,\"entity-uri\"],\"filterId\":[1025,\"filter-id\"],\"configName\":[1025,\"config-name\"],\"resourceID\":[1,\"resource-i-d\"],\"_filterAssistentMode\":[32],\"_filterAssistent\":[32],\"createPersonalizedFilter\":[64]}]]],[\"snk-actions-button_5\",[[0,\"snk-simple-form-config\",{\"dataUnit\":[16],\"configName\":[1,\"config-name\"],\"avaliableFields\":[32],\"selectedFields\":[32],\"show\":[64]}],[2,\"snk-grid-config\",{\"selectedIndex\":[1026,\"selected-index\"],\"columns\":[1040],\"config\":[1040],\"configName\":[1,\"config-name\"],\"resourceID\":[1,\"resource-i-d\"]}],[2,\"snk-actions-button\",{\"_items\":[32],\"_showDropdown\":[32]}],[1,\"snk-select-box\",{\"selectedOption\":[1,\"selected-option\"]}],[2,\"taskbar-actions-button\",{\"title\":[1],\"enabled\":[4],\"actions\":[16],\"_showDropdown\":[32],\"showActions\":[64],\"hideActions\":[64],\"isOpened\":[64]},[[8,\"keydown\",\"handleKeyDown\"],[8,\"ezOpenModal\",\"handleClose\"]]]]],[\"snk-grid\",[[6,\"snk-grid\",{\"columnFilterDataSource\":[1040],\"enableLockManagerLoadingComp\":[4,\"enable-lock-manager-loading-comp\"],\"enableLockManagerTaskbarClick\":[4,\"enable-lock-manager-taskbar-click\"],\"configName\":[1,\"config-name\"],\"filterBarTitle\":[1,\"filter-bar-title\"],\"resourceID\":[1,\"resource-i-d\"],\"selectionToastConfig\":[16],\"actionsList\":[16],\"isDetail\":[4,\"is-detail\"],\"taskbarManager\":[16],\"statusResolver\":[16],\"multipleSelection\":[4,\"multiple-selection\"],\"presentationMode\":[1,\"presentation-mode\"],\"messagesBuilder\":[1040],\"useEnterLikeTab\":[4,\"use-enter-like-tab\"],\"recordsValidator\":[16],\"canEdit\":[4,\"can-edit\"],\"taskbarCustomContainerId\":[1,\"taskbar-custom-container-id\"],\"gridHeaderCustomSlotId\":[1,\"grid-header-custom-slot-id\"],\"topTaskbarCustomSlotId\":[1,\"top-taskbar-custom-slot-id\"],\"disablePersonalizedFilter\":[4,\"disable-personalized-filter\"],\"gridLegacyConfigName\":[1,\"grid-legacy-config-name\"],\"filterBarLegacyConfigName\":[1,\"filter-bar-legacy-config-name\"],\"autoLoad\":[4,\"auto-load\"],\"autoFocus\":[4,\"auto-focus\"],\"enableGridInsert\":[4,\"enable-grid-insert\"],\"outlineMode\":[4,\"outline-mode\"],\"strategyExporter\":[1025,\"strategy-exporter\"],\"paginationCounterMode\":[1,\"pagination-counter-mode\"],\"_dataUnit\":[32],\"_dataState\":[32],\"_gridConfig\":[32],\"_popUpGridConfig\":[32],\"_showSnkFilterBar\":[32],\"_enableContinuousInsert\":[32],\"reloadConfig\":[64],\"showConfig\":[64],\"hideConfig\":[64],\"setConfig\":[64],\"reloadFilterBar\":[64],\"getFilterBar\":[64],\"findColumn\":[64],\"addCustomEditor\":[64],\"addGridCustomRender\":[64],\"addCustomValueFormatter\":[64],\"removeCustomValueFormatter\":[64],\"setFocus\":[64]},[[2,\"click\",\"handleClick\"]]]]],[\"snk-form-summary\",[[2,\"snk-form-summary\",{\"fixed\":[1540],\"contracted\":[1540],\"summary\":[16]}]]],[\"snk-form-view\",[[6,\"snk-form-view\",{\"levelPath\":[1,\"level-path\"],\"label\":[1],\"name\":[1],\"fields\":[16],\"formMetadata\":[8,\"form-metadata\"],\"dataUnit\":[16],\"contracted\":[4],\"fixed\":[1540],\"summaryFields\":[16],\"canExpand\":[4,\"can-expand\"],\"canFix\":[4,\"can-fix\"],\"recordsValidator\":[16],\"fieldToFocus\":[1,\"field-to-focus\"],\"customEditors\":[16],\"fieldsProps\":[16],\"showUp\":[64],\"addCustomEditor\":[64],\"setFieldProp\":[64]}]]],[\"snk-field-config\",[[2,\"snk-field-config\",{\"isConfigActive\":[16],\"fieldConfig\":[16],\"modeInsertion\":[516,\"mode-insertion\"],\"dataUnit\":[16],\"messagesBuilder\":[1040]}]]],[\"snk-tab-config\",[[6,\"snk-tab-config\",{\"selectedIndex\":[1538,\"selected-index\"],\"selectedTab\":[1537,\"selected-tab\"],\"tabs\":[1],\"tabItems\":[16],\"messagesBuilder\":[1040],\"_processedTabs\":[32],\"_activeEditText\":[32],\"_activeEditTextIndex\":[32],\"_actionsHide\":[32],\"_actionsShow\":[32]}]]],[\"snk-configurator\",[[2,\"snk-configurator\",{\"showActionButtons\":[4,\"show-action-buttons\"],\"configName\":[1,\"config-name\"],\"resourceID\":[1,\"resource-i-d\"],\"viewMode\":[2,\"view-mode\"],\"customContainerId\":[1,\"custom-container-id\"],\"messagesBuilder\":[1040],\"_opened\":[32],\"_permissions\":[32],\"open\":[64],\"close\":[64]}]]],[\"snk-data-unit\",[[2,\"snk-data-unit\",{\"dataState\":[1040],\"messagesBuilder\":[1040],\"dataUnitName\":[1,\"data-unit-name\"],\"entityName\":[1,\"entity-name\"],\"pageSize\":[2,\"page-size\"],\"dataUnit\":[1040],\"beforeSave\":[16],\"afterSave\":[16],\"useCancelConfirm\":[4,\"use-cancel-confirm\"],\"ignoreSaveMessage\":[4,\"ignore-save-message\"],\"configName\":[1,\"config-name\"],\"resourceID\":[1,\"resource-i-d\"],\"domainMessagesBuilder\":[1,\"domain-messages-builder\"],\"fieldsToLink\":[32],\"getDataUnit\":[64],\"getSelectedRecordsIDsInfo\":[64],\"getFieldsWithRmp\":[64],\"getFieldsWithRmPrecision\":[64],\"getRowMetadata\":[64]}]]],[\"pesquisa-grid_2\",[[2,\"pesquisa-grid\",{\"metadata\":[16],\"dataSource\":[16],\"pkField\":[1,\"pk-field\"],\"descriptionField\":[1,\"description-field\"],\"entityName\":[1,\"entity-name\"],\"shouldLoadConfig\":[4,\"should-load-config\"],\"_gridConfig\":[32],\"_inMemoryLoader\":[32],\"_dataunit\":[32]}],[2,\"pesquisa-tree\",{\"treeLoader\":[16],\"argument\":[1025],\"allowsNonAnalytic\":[4,\"allows-non-analytic\"],\"shouldLoadTree\":[4,\"should-load-tree\"],\"items\":[32],\"applyFilter\":[64]}]]],[\"snk-exporter-email-sender\",[[0,\"snk-exporter-email-sender\",{\"getMessage\":[16],\"_config\":[32],\"_opened\":[32],\"_currentStep\":[32],\"open\":[64],\"close\":[64]}]]],[\"snk-data-exporter\",[[2,\"snk-data-exporter\",{\"provider\":[16],\"messagesBuilder\":[1040],\"_items\":[32],\"_showDropdown\":[32]}]]],[\"snk-taskbar\",[[6,\"snk-taskbar\",{\"alignRigth\":[4,\"align-rigth\"],\"customSlotId\":[1,\"custom-slot-id\"],\"customContainerId\":[1,\"custom-container-id\"],\"overflowStrategy\":[1,\"overflow-strategy\"],\"configName\":[1,\"config-name\"],\"resourceID\":[1,\"resource-i-d\"],\"buttons\":[1],\"customButtons\":[16],\"actionsList\":[16],\"primaryButton\":[1,\"primary-button\"],\"disabledButtons\":[16],\"dataUnit\":[16],\"presentationMode\":[1537,\"presentation-mode\"],\"messagesBuilder\":[1040],\"_permissions\":[32],\"_overFlowedElements\":[32],\"_customElements\":[32],\"_customElementsId\":[32],\"_slotContainer\":[32],\"_hiddenActionsList\":[32],\"_lastWidth\":[32],\"_hasToUpdateOverFlow\":[32],\"_isWaitingForSave\":[32]},[[8,\"snkCustomSlotElementsLoaded\",\"handleCustomSlotElementsLoaded\"],[8,\"taskbarSaveLocker\",\"handleTaskbarSaveLocker\"],[8,\"taskbarSaveUnlocker\",\"handleTaskbarSaveUnlocker\"]]]]],[\"snk-simple-crud\",[[6,\"snk-simple-crud\",{\"enableLockManagerLoadingComp\":[4,\"enable-lock-manager-loading-comp\"],\"enableLockManagerTaskbarClick\":[4,\"enable-lock-manager-taskbar-click\"],\"dataState\":[16],\"dataUnit\":[16],\"entityName\":[1,\"entity-name\"],\"mode\":[2],\"gridConfig\":[1040],\"formConfig\":[1040],\"enableContinuousInsert\":[1028,\"enable-continuous-insert\"],\"multipleSelection\":[4,\"multiple-selection\"],\"useCancelConfirm\":[4,\"use-cancel-confirm\"],\"pageSize\":[2,\"page-size\"],\"resourceID\":[1,\"resource-i-d\"],\"enableGridInsert\":[4,\"enable-grid-insert\"],\"paginationCounterMode\":[1,\"pagination-counter-mode\"],\"taskbarManager\":[16],\"messagesBuilder\":[1040],\"useEnterLikeTab\":[4,\"use-enter-like-tab\"],\"actionsList\":[16],\"configName\":[1025,\"config-name\"],\"showConfiguratorButtons\":[4,\"show-configurator-buttons\"],\"gridLegacyConfigName\":[1,\"grid-legacy-config-name\"],\"formLegacyConfigName\":[1,\"form-legacy-config-name\"],\"ignoreReadOnlyFormFields\":[4,\"ignore-read-only-form-fields\"],\"autoFocus\":[4,\"auto-focus\"],\"domainMessagesBuilder\":[1,\"domain-messages-builder\"],\"autoLoad\":[4,\"auto-load\"],\"outlineMode\":[4,\"outline-mode\"],\"_showPopUpGridConfig\":[32],\"_currentViewMode\":[32],\"_config\":[32],\"_fieldToGetFocus\":[32],\"_customContainerId\":[32],\"_formFields\":[32],\"_fieldsProps\":[32],\"addCustomEditor\":[64],\"addGridCustomRender\":[64],\"addCustomValueFormatter\":[64],\"removeCustomValueFormatter\":[64],\"setFieldProp\":[64],\"goToView\":[64],\"setMetadata\":[64],\"setRecords\":[64],\"getRecords\":[64],\"openConfigurator\":[64],\"closeConfigurator\":[64],\"updateConfig\":[64]},[[0,\"actionClick\",\"actionClickListener\"]]]]],[\"snk-attach\",[[2,\"snk-attach\",{\"fetcherType\":[1,\"fetcher-type\"],\"fetcher\":[16],\"dataUnit\":[16],\"dataUnitBuilder\":[16],\"registerKey\":[1,\"register-key\"],\"entityName\":[1,\"entity-name\"],\"messagesBuilder\":[1040],\"_currentFetcher\":[32],\"_currentDataUnit\":[32],\"crudConfig\":[32]}]]],[\"snk-filter-bar_4\",[[0,\"snk-filter-modal\",{\"getMessage\":[16],\"configName\":[1025,\"config-name\"],\"filters\":[1040],\"applyFilters\":[16],\"closeModal\":[16],\"addPersonalizedFilter\":[16],\"editPersonalizedFilter\":[16],\"deletePersonalizedFilter\":[16],\"filtersToDelete\":[16],\"disablePersonalizedFilter\":[4,\"disable-personalized-filter\"]},[[0,\"deleteFilter\",\"deletePersonalizedFilterListener\"]]],[4,\"snk-filter-list\",{\"label\":[1],\"iconName\":[1,\"icon-name\"],\"items\":[16],\"getMessage\":[16],\"emptyText\":[1,\"empty-text\"],\"findFilterText\":[1,\"find-filter-text\"],\"buttonClass\":[1,\"button-class\"],\"_filterArgument\":[32],\"_showAll\":[32],\"hideDetail\":[64]},[[2,\"keydown\",\"keyDownHandler\"]]],[2,\"snk-filter-bar\",{\"enableLockManagerLoadingComp\":[4,\"enable-lock-manager-loading-comp\"],\"customFilterBarConfig\":[16],\"dataUnit\":[1040],\"title\":[1],\"configName\":[1,\"config-name\"],\"resourceID\":[1,\"resource-i-d\"],\"mode\":[1],\"filterConfig\":[1040],\"messagesBuilder\":[1040],\"disablePersonalizedFilter\":[4,\"disable-personalized-filter\"],\"filterBarLegacyConfigName\":[1,\"filter-bar-legacy-config-name\"],\"autoLoad\":[4,\"auto-load\"],\"afterApplyConfig\":[16],\"allowDefault\":[32],\"scrollerLocked\":[32],\"showPersonalizedFilter\":[32],\"personalizedFilterId\":[32],\"reload\":[64],\"getFilterItem\":[64],\"updateFilterItem\":[64],\"addFilterItem\":[64],\"removeFilterItem\":[64],\"showFilterModal\":[64]},[[0,\"filterChange\",\"filterChangeListener\"]]],[0,\"snk-filter-item\",{\"config\":[1040],\"getMessage\":[16],\"showChips\":[4,\"show-chips\"],\"detailIsVisible\":[32],\"showUp\":[64],\"hideDetail\":[64]},[[2,\"click\",\"clickListener\"],[2,\"mousedown\",\"mouseDownListener\"],[0,\"filterChange\",\"filterChangeListener\"]]]]],[\"snk-detail-view\",[[6,\"snk-detail-view\",{\"formConfigManager\":[1040],\"dataUnitName\":[1,\"data-unit-name\"],\"resourceID\":[1,\"resource-i-d\"],\"guideItemPath\":[16],\"entityName\":[1,\"entity-name\"],\"label\":[1],\"dataUnit\":[1040],\"selectedForm\":[1025,\"selected-form\"],\"dataState\":[1040],\"messagesBuilder\":[1040],\"branchGuide\":[1040],\"canEdit\":[4,\"can-edit\"],\"taskbarCustomContainerId\":[1,\"taskbar-custom-container-id\"],\"customEditors\":[16],\"customRenders\":[16],\"_disabledButtons\":[32],\"_currentView\":[32],\"attachmentRegisterKey\":[32],\"changeViewMode\":[64],\"configGrid\":[64],\"showUp\":[64],\"addCustomEditor\":[64],\"addGridCustomRender\":[64]},[[0,\"snkContentCardChanged\",\"onContentCardChanged\"]]]]],[\"snk-config-options_3\",[[2,\"snk-form\",{\"configName\":[1,\"config-name\"],\"recordsValidator\":[16],\"messagesBuilder\":[1040],\"formLegacyConfigName\":[1,\"form-legacy-config-name\"],\"resourceID\":[1,\"resource-i-d\"],\"_dataUnit\":[32],\"_dataState\":[32],\"_showFormConfig\":[32],\"_configManager\":[32],\"showConfig\":[64],\"hideConfig\":[64],\"addCustomEditor\":[64],\"setFieldProp\":[64]}],[2,\"snk-form-config\",{\"dataUnit\":[16],\"configManager\":[16],\"messagesBuilder\":[1040],\"ignoreReadOnlyFormFields\":[4,\"ignore-read-only-form-fields\"],\"_formConfigOptions\":[32],\"_fieldConfigSelected\":[32],\"_layoutFormConfig\":[32],\"_fieldsAvailable\":[32],\"_formConfig\":[32],\"_formConfigChanged\":[32],\"_optionFormConfigSelected\":[32],\"_optionFormConfigChanged\":[32],\"_tempGroups\":[32]}],[2,\"snk-config-options\",{\"fieldConfig\":[16],\"idConfig\":[513,\"id-config\"],\"dataUnit\":[16],\"messagesBuilder\":[1040],\"_defaultType\":[32]}]]],[\"snk-guides-viewer\",[[6,\"snk-guides-viewer\",{\"dataUnit\":[16],\"dataState\":[16],\"configName\":[1,\"config-name\"],\"entityPath\":[1,\"entity-path\"],\"actionsList\":[16],\"recordsValidator\":[16],\"masterFormConfig\":[1040],\"selectedGuide\":[16],\"taskbarManager\":[16],\"messagesBuilder\":[1040],\"canEdit\":[4,\"can-edit\"],\"presentationMode\":[1,\"presentation-mode\"],\"resourceID\":[1,\"resource-i-d\"],\"detailTaskbarCustomContainerId\":[1,\"detail-taskbar-custom-container-id\"],\"formLegacyConfigName\":[1,\"form-legacy-config-name\"],\"enableGridInsert\":[4,\"enable-grid-insert\"],\"ignoreReadOnlyFormFields\":[4,\"ignore-read-only-form-fields\"],\"getCustomTitle\":[16],\"_hasToCreateFieldSearch\":[32],\"_breadcrumbItems\":[32],\"_guides\":[32],\"_formEditorConfigManager\":[32],\"_formEditorDataUnit\":[32],\"_fieldToGetFocus\":[32],\"_customEditors\":[32],\"_customRenders\":[32],\"_fieldsProps\":[32],\"showFormConfig\":[64],\"findField\":[64],\"addCustomEditor\":[64],\"addGridCustomRender\":[64],\"setFieldProp\":[64],\"setFocus\":[64]},[[2,\"actionClick\",\"onActionClick\"],[0,\"snkContentCardChanged\",\"onContentCardChanged\"]]]]],[\"snk-crud\",[[6,\"snk-crud\",{\"enableLockManagerLoadingComp\":[4,\"enable-lock-manager-loading-comp\"],\"enableLockManagerTaskbarClick\":[4,\"enable-lock-manager-taskbar-click\"],\"configName\":[1025,\"config-name\"],\"filterBarTitle\":[1,\"filter-bar-title\"],\"selectionToastConfig\":[16],\"showActionButtons\":[4,\"show-action-buttons\"],\"actionsList\":[16],\"taskbarManager\":[16],\"recordsValidator\":[16],\"statusResolver\":[16],\"multipleSelection\":[4,\"multiple-selection\"],\"presentationMode\":[1,\"presentation-mode\"],\"messagesBuilder\":[1040],\"useEnterLikeTab\":[4,\"use-enter-like-tab\"],\"gridLegacyConfigName\":[1,\"grid-legacy-config-name\"],\"filterBarLegacyConfigName\":[1,\"filter-bar-legacy-config-name\"],\"formLegacyConfigName\":[1,\"form-legacy-config-name\"],\"disablePersonalizedFilter\":[4,\"disable-personalized-filter\"],\"autoLoad\":[4,\"auto-load\"],\"autoFocus\":[4,\"auto-focus\"],\"enableGridInsert\":[4,\"enable-grid-insert\"],\"domainMessagesBuilder\":[1,\"domain-messages-builder\"],\"ignoreReadOnlyFormFields\":[4,\"ignore-read-only-form-fields\"],\"setCustomFormTitle\":[16],\"strategyExporter\":[1025,\"strategy-exporter\"],\"paginationCounterMode\":[1,\"pagination-counter-mode\"],\"_dataUnit\":[32],\"_dataState\":[32],\"attachmentRegisterKey\":[32],\"_currentViewMode\":[32],\"_canEdit\":[32],\"_resourceID\":[32],\"customContainerId\":[32],\"goToView\":[64],\"openConfigurator\":[64],\"closeConfigurator\":[64],\"reloadFilterBar\":[64],\"getFilterBar\":[64],\"addCustomEditor\":[64],\"addGridCustomRender\":[64],\"addCustomValueFormatter\":[64],\"removeCustomValueFormatter\":[64],\"setFieldProp\":[64]}]]]]"), options);
17
+ return bootstrapLazy(JSON.parse("[[\"snk-actions-form\",[[2,\"snk-actions-form\",{\"action\":[16],\"applyParameters\":[16],\"dataUnit\":[32],\"openPopup\":[64]}]]],[\"snk-client-confirm\",[[2,\"snk-client-confirm\",{\"titleMessage\":[1,\"title-message\"],\"message\":[1],\"accept\":[16],\"cancel\":[16],\"openPopup\":[64]}]]],[\"snk-custom-slot-elements\",[[6,\"snk-custom-slot-elements\",{\"slotName\":[1,\"slot-name\"]}]]],[\"snk-entity-list\",[[2,\"snk-entity-list\",{\"config\":[1040],\"rightListSlotBuilder\":[1040],\"maxHeightList\":[1,\"max-height-list\"],\"_searchValue\":[32],\"_ezListSource\":[32],\"reloadList\":[64]}]]],[\"snk-filter-binary-select\",[[0,\"snk-filter-binary-select\",{\"value\":[1544],\"config\":[16],\"presentationMode\":[2,\"presentation-mode\"],\"resetValues\":[64]},[[0,\"ezChange\",\"ezChangeListener\"]]]]],[\"snk-filter-checkbox-list\",[[0,\"snk-filter-checkbox-list\",{\"config\":[1040],\"optionsList\":[32]}]]],[\"snk-filter-multi-select\",[[0,\"snk-filter-multi-select\",{\"value\":[1544],\"config\":[16],\"show\":[64]},[[0,\"ezChange\",\"ezChangeListener\"]]]]],[\"snk-filter-number\",[[0,\"snk-filter-number\",{\"config\":[16],\"getMessage\":[16],\"value\":[2],\"presentationMode\":[2,\"presentation-mode\"],\"show\":[64]},[[0,\"ezChange\",\"ezChangeListener\"]]]]],[\"snk-filter-period\",[[0,\"snk-filter-period\",{\"config\":[16],\"getMessage\":[16],\"value\":[8],\"presentationMode\":[2,\"presentation-mode\"],\"show\":[64]},[[0,\"ezChange\",\"ezChangeListener\"]]]]],[\"snk-filter-search\",[[0,\"snk-filter-search\",{\"config\":[16],\"value\":[16],\"show\":[64]},[[0,\"ezChange\",\"ezChangeListener\"]]]]],[\"snk-filter-text\",[[0,\"snk-filter-text\",{\"config\":[16],\"value\":[1]},[[0,\"ezChange\",\"ezChangeListener\"]]]]],[\"snk-personalized-filter-editor\",[[2,\"snk-personalized-filter-editor\",{\"messagesBuilder\":[1040],\"presentationMode\":[2,\"presentation-mode\"],\"config\":[16],\"value\":[1040],\"items\":[32],\"show\":[64]}]]],[\"snk-print-selector\",[[2,\"snk-print-selector\",{\"_printServerActive\":[32],\"_selectedPrinter\":[32],\"_remotePrintersDataSource\":[32],\"_localPrintersDataSource\":[32],\"_printJobData\":[32],\"openPrintSelector\":[64]}]]],[\"pesquisa-grid_2\",[[2,\"pesquisa-grid\",{\"metadata\":[16],\"dataSource\":[16],\"pkField\":[1,\"pk-field\"],\"descriptionField\":[1,\"description-field\"],\"entityName\":[1,\"entity-name\"],\"shouldLoadConfig\":[4,\"should-load-config\"],\"_gridConfig\":[32],\"_inMemoryLoader\":[32],\"_dataunit\":[32]}],[2,\"pesquisa-tree\",{\"treeLoader\":[16],\"argument\":[1025],\"allowsNonAnalytic\":[4,\"allows-non-analytic\"],\"shouldLoadTree\":[4,\"should-load-tree\"],\"items\":[32],\"applyFilter\":[64]}]]],[\"snk-pesquisa\",[[2,\"snk-pesquisa\",{\"searchLoader\":[16],\"treeLoader\":[16],\"selectItem\":[16],\"entityName\":[1,\"entity-name\"],\"argument\":[1025],\"isHierarchyEntity\":[4,\"is-hierarchy-entity\"],\"allowsNonAnalytic\":[4,\"allows-non-analytic\"],\"_itemList\":[32],\"_startLoading\":[32],\"_presentationMode\":[32],\"_currentView\":[32],\"_valideDataSource\":[32]}]]],[\"snk-application\",[[2,\"snk-application\",{\"enableLockManagerLoadingApp\":[4,\"enable-lock-manager-loading-app\"],\"messagesBuilder\":[1040],\"configName\":[1,\"config-name\"],\"gridLegacyConfigName\":[1,\"grid-legacy-config-name\"],\"formLegacyConfigName\":[1,\"form-legacy-config-name\"],\"loadByPK\":[16],\"_applicationReady\":[32],\"_templateSkeleton\":[32],\"_activeScrimWindow\":[32],\"getKeyboardManager\":[64],\"getLayoutFormConfig\":[64],\"isUserSup\":[64],\"addPendingAction\":[64],\"callServiceBroker\":[64],\"initOnboarding\":[64],\"hasAccess\":[64],\"getAllAccess\":[64],\"getStringParam\":[64],\"getIntParam\":[64],\"getFloatParam\":[64],\"getBooleanParam\":[64],\"getDateParam\":[64],\"showPopUp\":[64],\"showModal\":[64],\"showAlerts\":[64],\"closeModal\":[64],\"closePopUp\":[64],\"temOpcional\":[64],\"getConfig\":[64],\"saveConfig\":[64],\"getAttributeFromHTMLWrapper\":[64],\"openApp\":[64],\"webConnection\":[64],\"createDataunit\":[64],\"updateDataunitCache\":[64],\"getDataUnit\":[64],\"addClientEvent\":[64],\"removeClientEvent\":[64],\"hasClientEvent\":[64],\"getResourceID\":[64],\"getUserID\":[64],\"alert\":[64],\"error\":[64],\"success\":[64],\"message\":[64],\"confirm\":[64],\"info\":[64],\"loadTotals\":[64],\"isLoadedByPk\":[64],\"preloadMangerRemoveRecord\":[64],\"executeSearch\":[64],\"executePreparedSearchPlus\":[64],\"executePreparedSearch\":[64],\"isDebugMode\":[64],\"getAppLabel\":[64],\"addSearchListener\":[64],\"importScript\":[64],\"getApplicationPath\":[64],\"executeSelectDistinct\":[64],\"getDataFetcher\":[64],\"whenApplicationReady\":[64],\"setSearchFilterContext\":[64],\"clearPopUpTitle\":[64],\"setPopUpTitle\":[64],\"showScrimApp\":[64],\"markToReload\":[64],\"addLoadingLock\":[64]}]]],[\"teste-pesquisa\",[[1,\"teste-pesquisa\"]]],[\"snk-default-filter\",[[2,\"snk-default-filter\",{\"getMessage\":[16],\"hasDefaultFilter\":[4,\"has-default-filter\"],\"_opened\":[32]}]]],[\"snk-filter-modal-item\",[[0,\"snk-filter-modal-item\",{\"filterItem\":[1040],\"configName\":[1025,\"config-name\"],\"resourceID\":[1,\"resource-i-d\"]}]]],[\"field-config_2\",[[2,\"field-item\",{\"fieldConfig\":[8,\"field-config\"],\"onLayoutConfig\":[4,\"on-layout-config\"],\"dataUnit\":[16],\"messagesBuilder\":[1040],\"fieldDescriptor\":[32]}],[2,\"field-config\",{\"dataUnit\":[16],\"fieldConfig\":[1544,\"field-config\"],\"fieldDescriptor\":[16],\"messagesBuilder\":[1040],\"fieldLabel\":[32],\"fieldLabelErrorMessage\":[32],\"fieldDefaultValue\":[32],\"fieldCleanOnCopy\":[32],\"fieldRequired\":[32],\"fieldReadOnly\":[32],\"_defaultType\":[32],\"show\":[64]}]]],[\"fields-layout\",[[2,\"fields-layout\",{\"selectedGuide\":[16],\"groupsList\":[16],\"guideNames\":[16],\"dataUnit\":[16],\"messagesBuilder\":[1040],\"isEditGuideNameActive\":[32],\"addFieldToLayout\":[64]},[[16,\"fieldConfigChanged\",\"handleFieldConfigChanged\"]]]]],[\"snk-form_2\",[[2,\"snk-form\",{\"configName\":[1,\"config-name\"],\"recordsValidator\":[16],\"messagesBuilder\":[1040],\"formLegacyConfigName\":[1,\"form-legacy-config-name\"],\"resourceID\":[1,\"resource-i-d\"],\"_dataUnit\":[32],\"_dataState\":[32],\"_showFormConfig\":[32],\"_configManager\":[32],\"showConfig\":[64],\"hideConfig\":[64],\"addCustomEditor\":[64],\"setFieldProp\":[64]}],[2,\"snk-form-config\",{\"dataUnit\":[16],\"configManager\":[16],\"ignoreReadOnlyFormFields\":[4,\"ignore-read-only-form-fields\"],\"messagesBuilder\":[1040],\"availableFields\":[32],\"guidesList\":[32],\"groupsList\":[32],\"selectedGuide\":[32],\"_formConfig\":[32],\"configOptions\":[32],\"originalConfigSelected\":[32],\"configSelected\":[32],\"hasChanges\":[32],\"optionConfigChanged\":[32]},[[16,\"fieldConfigChanged\",\"handleFieldConfigChanged\"],[16,\"formConfigOptionSelected\",\"handleFormConfigOptionSelected\"],[16,\"addFieldToGuide\",\"handleAddFieldToGuide\"],[16,\"setFieldAsAvailable\",\"handleSetFieldAsAvailable\"],[16,\"removeFieldFromAvailable\",\"handleRemoveFieldFromAvailable\"]]]]],[\"snk-form-summary\",[[2,\"snk-form-summary\",{\"fixed\":[1540],\"contracted\":[1540],\"summary\":[16]}]]],[\"snk-form-view\",[[6,\"snk-form-view\",{\"levelPath\":[1,\"level-path\"],\"fieldSearch\":[16],\"label\":[1],\"name\":[1],\"fields\":[16],\"formMetadata\":[8,\"form-metadata\"],\"dataUnit\":[16],\"contracted\":[4],\"fixed\":[1540],\"summaryFields\":[16],\"canExpand\":[4,\"can-expand\"],\"canFix\":[4,\"can-fix\"],\"recordsValidator\":[16],\"fieldToFocus\":[1,\"field-to-focus\"],\"customEditors\":[16],\"fieldsProps\":[16],\"showUp\":[64],\"addCustomEditor\":[64],\"setFieldProp\":[64],\"showSearchField\":[64]}]]],[\"fields-selector\",[[2,\"fields-selector\",{\"availableFields\":[16],\"dataUnit\":[16],\"filterTerm\":[32]}]]],[\"snk-personalized-filter\",[[2,\"snk-personalized-filter\",{\"messagesBuilder\":[1040],\"entityUri\":[1025,\"entity-uri\"],\"filterId\":[1025,\"filter-id\"],\"configName\":[1025,\"config-name\"],\"resourceID\":[1,\"resource-i-d\"],\"isDefaultFilter\":[4,\"is-default-filter\"],\"_filterAssistentMode\":[32],\"_filterAssistent\":[32],\"createPersonalizedFilter\":[64]}]]],[\"configs-button\",[[2,\"configs-button\",{\"configOptions\":[16],\"selectedConfig\":[16],\"hasChanges\":[4,\"has-changes\"],\"messagesBuilder\":[1040]}]]],[\"config-header\",[[2,\"config-header\",{\"configOptions\":[16],\"selectedConfig\":[16],\"messagesBuilder\":[1040],\"hasChanges\":[4,\"has-changes\"],\"optionConfigChanged\":[4,\"option-config-changed\"],\"isEditingGuide\":[32],\"isEditingGroup\":[32]},[[16,\"isEditingGuideName\",\"handleIsEditingGuideName\"],[16,\"isEditingGroupName\",\"handleIsEditingGroupName\"]]]]],[\"guides-configurator\",[[2,\"guides-configurator\",{\"guidesList\":[16],\"selectedGuide\":[16],\"messagesBuilder\":[1040],\"mainGuide\":[32],\"filterTerm\":[32],\"visibleGuides\":[32],\"hiddenGuides\":[32]}]]],[\"snk-configurator\",[[2,\"snk-configurator\",{\"showActionButtons\":[4,\"show-action-buttons\"],\"configName\":[1,\"config-name\"],\"resourceID\":[1,\"resource-i-d\"],\"viewMode\":[2,\"view-mode\"],\"customContainerId\":[1,\"custom-container-id\"],\"layoutFormConfig\":[4,\"layout-form-config\"],\"messagesBuilder\":[1040],\"_opened\":[32],\"_permissions\":[32],\"open\":[64],\"close\":[64]}]]],[\"snk-data-unit\",[[2,\"snk-data-unit\",{\"dataState\":[1040],\"messagesBuilder\":[1040],\"dataUnitName\":[1,\"data-unit-name\"],\"entityName\":[1,\"entity-name\"],\"pageSize\":[2,\"page-size\"],\"dataUnit\":[1040],\"beforeSave\":[16],\"afterSave\":[16],\"useCancelConfirm\":[4,\"use-cancel-confirm\"],\"ignoreSaveMessage\":[4,\"ignore-save-message\"],\"configName\":[1,\"config-name\"],\"resourceID\":[1,\"resource-i-d\"],\"domainMessagesBuilder\":[1,\"domain-messages-builder\"],\"fieldsToLink\":[32],\"getDataUnit\":[64],\"getSelectedRecordsIDsInfo\":[64],\"getFieldsWithRmp\":[64],\"getFieldsWithRmPrecision\":[64],\"getRowMetadata\":[64]},[[0,\"snkMasterFormConfigChange\",\"onMasterFormConfigChange\"]]]]],[\"snk-filter-detail\",[[0,\"snk-filter-detail\",{\"config\":[1040],\"getMessage\":[16],\"showHardFixed\":[4,\"show-hard-fixed\"],\"show\":[64]}]]],[\"snk-exporter-email-sender\",[[0,\"snk-exporter-email-sender\",{\"getMessage\":[16],\"_config\":[32],\"_opened\":[32],\"_currentStep\":[32],\"open\":[64],\"close\":[64]}]]],[\"snk-data-exporter\",[[2,\"snk-data-exporter\",{\"provider\":[16],\"messagesBuilder\":[1040],\"_items\":[32],\"_showDropdown\":[32]}]]],[\"snk-filter-field-search_2\",[[2,\"snk-filter-field-search\",{\"searchable\":[4],\"fieldsDataSource\":[16],\"breadcrumbItems\":[32],\"linkItems\":[32],\"fieldItems\":[32],\"searchEmpty\":[32],\"groupEmpty\":[32],\"show\":[64],\"applyFilter\":[64]}],[0,\"snk-filter-param-config\",{\"messagesBuilder\":[1040],\"_opened\":[32],\"_configType\":[32],\"_expressionItem\":[32],\"_informedInstance\":[32],\"_canSave\":[32],\"open\":[64],\"close\":[64]}]]],[\"snk-expression-group_2\",[[2,\"snk-expression-group\",{\"parentTop\":[1026,\"parent-top\"],\"group\":[1040],\"messagesBuilder\":[1040],\"filterId\":[1025,\"filter-id\"],\"entityURI\":[1025,\"entity-u-r-i\"],\"isDefaultFilter\":[4,\"is-default-filter\"],\"_conditionOperator\":[32],\"_group\":[32],\"_selfTop\":[32],\"canAddExpression\":[32],\"_showDashes\":[32],\"getExpressionGroup\":[64]},[[8,\"ezExpressionLayoutChanged\",\"todoCompletedHandler\"]]],[2,\"snk-expression-item\",{\"expression\":[16],\"canRemove\":[516,\"can-remove\"],\"messagesBuilder\":[1040],\"isDefaultFilter\":[4,\"is-default-filter\"],\"entityURI\":[1025,\"entity-u-r-i\"],\"_showValueVariable\":[32],\"_fieldSelected\":[32],\"_optionNotNull\":[32]}]]],[\"snk-actions-button_8\",[[0,\"snk-simple-form-config\",{\"dataUnit\":[16],\"configName\":[1,\"config-name\"],\"avaliableFields\":[32],\"selectedFields\":[32],\"show\":[64]}],[2,\"snk-grid-config\",{\"selectedIndex\":[1026,\"selected-index\"],\"columns\":[1040],\"config\":[1040],\"configName\":[1,\"config-name\"],\"resourceID\":[1,\"resource-i-d\"]}],[2,\"snk-layout-form-config\",{\"layoutType\":[32],\"save\":[64]}],[2,\"snk-actions-button\",{\"_items\":[32],\"_showDropdown\":[32]}],[1,\"snk-select-box\",{\"selectedOption\":[1,\"selected-option\"]}],[2,\"snk-view-representation\",{\"mode\":[8]}],[2,\"taskbar-actions-button\",{\"title\":[1],\"enabled\":[4],\"actions\":[16],\"_showDropdown\":[32],\"showActions\":[64],\"hideActions\":[64],\"isOpened\":[64]},[[8,\"keydown\",\"handleKeyDown\"],[8,\"ezOpenModal\",\"handleClose\"]]],[2,\"taskbar-split-button\",{\"iconName\":[1,\"icon-name\"],\"action\":[16],\"name\":[1],\"className\":[1,\"class-name\"],\"dataElementId\":[1,\"data-element-id\"],\"title\":[1],\"enabled\":[4],\"actions\":[16],\"_showDropdown\":[32]}]]],[\"snk-taskbar\",[[6,\"snk-taskbar\",{\"alignRigth\":[4,\"align-rigth\"],\"customSlotId\":[1,\"custom-slot-id\"],\"customContainerId\":[1,\"custom-container-id\"],\"overflowStrategy\":[1,\"overflow-strategy\"],\"configName\":[1,\"config-name\"],\"resourceID\":[1,\"resource-i-d\"],\"buttons\":[1],\"customButtons\":[16],\"actionsList\":[16],\"actionsSettingsList\":[16],\"primaryButton\":[1,\"primary-button\"],\"disabledButtons\":[16],\"dataUnit\":[16],\"presentationMode\":[1537,\"presentation-mode\"],\"messagesBuilder\":[1040],\"_permissions\":[32],\"_overFlowedElements\":[32],\"_customElements\":[32],\"_customElementsId\":[32],\"_slotContainer\":[32],\"_hiddenActionsList\":[32],\"_lastWidth\":[32],\"_hasToUpdateOverFlow\":[32],\"_isWaitingForSave\":[32]},[[8,\"snkCustomSlotElementsLoaded\",\"handleCustomSlotElementsLoaded\"],[8,\"taskbarSaveLocker\",\"handleTaskbarSaveLocker\"],[8,\"taskbarSaveUnlocker\",\"handleTaskbarSaveUnlocker\"]]]]],[\"snk-simple-crud\",[[6,\"snk-simple-crud\",{\"enableLockManagerLoadingComp\":[4,\"enable-lock-manager-loading-comp\"],\"enableLockManagerTaskbarClick\":[4,\"enable-lock-manager-taskbar-click\"],\"dataState\":[16],\"dataUnit\":[16],\"entityName\":[1,\"entity-name\"],\"mode\":[2],\"gridConfig\":[1040],\"formConfig\":[1040],\"enableContinuousInsert\":[1028,\"enable-continuous-insert\"],\"multipleSelection\":[4,\"multiple-selection\"],\"useCancelConfirm\":[4,\"use-cancel-confirm\"],\"pageSize\":[2,\"page-size\"],\"resourceID\":[1,\"resource-i-d\"],\"enableGridInsert\":[4,\"enable-grid-insert\"],\"paginationCounterMode\":[1,\"pagination-counter-mode\"],\"taskbarManager\":[16],\"messagesBuilder\":[1040],\"useEnterLikeTab\":[4,\"use-enter-like-tab\"],\"actionsList\":[16],\"configName\":[1025,\"config-name\"],\"showConfiguratorButtons\":[4,\"show-configurator-buttons\"],\"gridLegacyConfigName\":[1,\"grid-legacy-config-name\"],\"formLegacyConfigName\":[1,\"form-legacy-config-name\"],\"ignoreReadOnlyFormFields\":[4,\"ignore-read-only-form-fields\"],\"autoFocus\":[4,\"auto-focus\"],\"domainMessagesBuilder\":[1,\"domain-messages-builder\"],\"multipleEditionEnabled\":[4,\"multiple-edition-enabled\"],\"layoutFormConfig\":[4,\"layout-form-config\"],\"autoLoad\":[4,\"auto-load\"],\"outlineMode\":[4,\"outline-mode\"],\"_container\":[32],\"_showPopUpGridConfig\":[32],\"_currentViewMode\":[32],\"_config\":[32],\"_fieldToGetFocus\":[32],\"_customContainerId\":[32],\"_formFields\":[32],\"_fieldsProps\":[32],\"addCustomEditor\":[64],\"addGridCustomRender\":[64],\"addCustomValueFormatter\":[64],\"removeCustomValueFormatter\":[64],\"setFieldProp\":[64],\"goToView\":[64],\"setMetadata\":[64],\"setRecords\":[64],\"getRecords\":[64],\"openConfigurator\":[64],\"closeConfigurator\":[64],\"updateConfig\":[64]},[[0,\"actionClick\",\"actionClickListener\"]]]]],[\"snk-simple-bar\",[[6,\"snk-simple-bar\",{\"label\":[1],\"breadcrumbItens\":[16],\"messagesBuilder\":[1040]}]]],[\"snk-filter-advanced-mode_2\",[[2,\"snk-filter-assistent-mode\",{\"filterAssistent\":[1040],\"messagesBuilder\":[1040],\"filterId\":[1025,\"filter-id\"],\"entityUri\":[1025,\"entity-uri\"],\"application\":[1040],\"isDefaultFilter\":[4,\"is-default-filter\"]}],[2,\"snk-filter-advanced-mode\",{\"filterAssistent\":[1040],\"application\":[1040]}]]],[\"snk-filter-bar_4\",[[0,\"snk-filter-modal\",{\"getMessage\":[16],\"configName\":[1025,\"config-name\"],\"filters\":[1040],\"applyFilters\":[16],\"closeModal\":[16],\"addPersonalizedFilter\":[16],\"editPersonalizedFilter\":[16],\"deletePersonalizedFilter\":[16],\"filtersToDelete\":[1040],\"filterDefaultToDelete\":[1040],\"disablePersonalizedFilter\":[4,\"disable-personalized-filter\"]},[[0,\"deleteFilter\",\"deletePersonalizedFilterListener\"]]],[4,\"snk-filter-list\",{\"label\":[1],\"iconName\":[1,\"icon-name\"],\"items\":[16],\"getMessage\":[16],\"emptyText\":[1,\"empty-text\"],\"findFilterText\":[1,\"find-filter-text\"],\"buttonClass\":[1,\"button-class\"],\"_filterArgument\":[32],\"_showAll\":[32],\"hideDetail\":[64]},[[2,\"keydown\",\"keyDownHandler\"]]],[2,\"snk-filter-bar\",{\"enableLockManagerLoadingComp\":[4,\"enable-lock-manager-loading-comp\"],\"customFilterBarConfig\":[16],\"dataUnit\":[1040],\"title\":[1],\"configName\":[1,\"config-name\"],\"resourceID\":[1,\"resource-i-d\"],\"mode\":[1],\"filterConfig\":[1040],\"messagesBuilder\":[1040],\"disablePersonalizedFilter\":[4,\"disable-personalized-filter\"],\"filterBarLegacyConfigName\":[1,\"filter-bar-legacy-config-name\"],\"autoLoad\":[4,\"auto-load\"],\"afterApplyConfig\":[16],\"allowDefault\":[32],\"scrollerLocked\":[32],\"showPersonalizedFilter\":[32],\"personalizedFilterId\":[32],\"reload\":[64],\"getFilterItem\":[64],\"updateFilterItem\":[64],\"addFilterItem\":[64],\"removeFilterItem\":[64],\"showFilterModal\":[64]},[[0,\"filterChange\",\"filterChangeListener\"]]],[0,\"snk-filter-item\",{\"config\":[1040],\"getMessage\":[16],\"showChips\":[4,\"show-chips\"],\"detailIsVisible\":[32],\"showUp\":[64],\"hideDetail\":[64]},[[2,\"click\",\"clickListener\"],[2,\"mousedown\",\"mouseDownListener\"],[0,\"filterChange\",\"filterChangeListener\"]]]]],[\"snk-grid\",[[6,\"snk-grid\",{\"columnFilterDataSource\":[1040],\"enableLockManagerLoadingComp\":[4,\"enable-lock-manager-loading-comp\"],\"enableLockManagerTaskbarClick\":[4,\"enable-lock-manager-taskbar-click\"],\"configName\":[1,\"config-name\"],\"filterBarTitle\":[1,\"filter-bar-title\"],\"resourceID\":[1,\"resource-i-d\"],\"selectionToastConfig\":[16],\"actionsList\":[16],\"isDetail\":[4,\"is-detail\"],\"taskbarManager\":[16],\"statusResolver\":[16],\"multipleSelection\":[4,\"multiple-selection\"],\"presentationMode\":[1,\"presentation-mode\"],\"messagesBuilder\":[1040],\"useEnterLikeTab\":[4,\"use-enter-like-tab\"],\"recordsValidator\":[16],\"canEdit\":[4,\"can-edit\"],\"taskbarCustomContainerId\":[1,\"taskbar-custom-container-id\"],\"gridHeaderCustomSlotId\":[1,\"grid-header-custom-slot-id\"],\"topTaskbarCustomSlotId\":[1,\"top-taskbar-custom-slot-id\"],\"disablePersonalizedFilter\":[4,\"disable-personalized-filter\"],\"gridLegacyConfigName\":[1,\"grid-legacy-config-name\"],\"filterBarLegacyConfigName\":[1,\"filter-bar-legacy-config-name\"],\"autoLoad\":[4,\"auto-load\"],\"autoFocus\":[4,\"auto-focus\"],\"enableGridInsert\":[4,\"enable-grid-insert\"],\"outlineMode\":[4,\"outline-mode\"],\"suppressHorizontalScroll\":[4,\"suppress-horizontal-scroll\"],\"strategyExporter\":[1025,\"strategy-exporter\"],\"useSearchColumn\":[4,\"use-search-column\"],\"multipleEditionEnabled\":[4,\"multiple-edition-enabled\"],\"paginationCounterMode\":[1,\"pagination-counter-mode\"],\"suppressCheckboxColumn\":[4,\"suppress-checkbox-column\"],\"compact\":[4],\"_dataUnit\":[32],\"_dataState\":[32],\"_gridConfig\":[32],\"_popUpGridConfig\":[32],\"_showSnkFilterBar\":[32],\"_enableContinuousInsert\":[32],\"reloadConfig\":[64],\"showConfig\":[64],\"hideConfig\":[64],\"setConfig\":[64],\"reloadFilterBar\":[64],\"getFilterBar\":[64],\"addCustomEditor\":[64],\"addGridCustomRender\":[64],\"addCustomValueFormatter\":[64],\"removeCustomValueFormatter\":[64],\"setFocus\":[64]},[[2,\"click\",\"handleClick\"]]]]],[\"snk-attach\",[[2,\"snk-attach\",{\"fetcherType\":[1,\"fetcher-type\"],\"fetcher\":[16],\"dataUnit\":[16],\"dataUnitBuilder\":[16],\"registerKey\":[1,\"register-key\"],\"entityName\":[1,\"entity-name\"],\"messagesBuilder\":[1040],\"_currentFetcher\":[32],\"_currentDataUnit\":[32],\"crudConfig\":[32]}]]],[\"snk-detail-view\",[[6,\"snk-detail-view\",{\"formConfigManager\":[1040],\"dataUnitName\":[1,\"data-unit-name\"],\"resourceID\":[1,\"resource-i-d\"],\"guideItemPath\":[16],\"entityName\":[1,\"entity-name\"],\"label\":[1],\"dataUnit\":[1040],\"selectedForm\":[1025,\"selected-form\"],\"dataState\":[1040],\"messagesBuilder\":[1040],\"branchGuide\":[1040],\"canEdit\":[4,\"can-edit\"],\"taskbarCustomContainerId\":[1,\"taskbar-custom-container-id\"],\"customEditors\":[16],\"customRenders\":[16],\"presentationMode\":[1,\"presentation-mode\"],\"_disabledButtons\":[32],\"_currentView\":[32],\"attachmentRegisterKey\":[32],\"_fieldToGetFocus\":[32],\"_hasToCreateFieldSearch\":[32],\"changeViewMode\":[64],\"configGrid\":[64],\"showUp\":[64],\"addCustomEditor\":[64],\"addGridCustomRender\":[64]},[[0,\"snkContentCardChanged\",\"onContentCardChanged\"]]]]],[\"snk-guides-viewer\",[[6,\"snk-guides-viewer\",{\"dataUnit\":[16],\"dataState\":[16],\"configName\":[1,\"config-name\"],\"entityPath\":[1,\"entity-path\"],\"actionsList\":[16],\"recordsValidator\":[16],\"masterFormConfig\":[1040],\"selectedGuide\":[16],\"taskbarManager\":[16],\"messagesBuilder\":[1040],\"canEdit\":[4,\"can-edit\"],\"presentationMode\":[1,\"presentation-mode\"],\"resourceID\":[1,\"resource-i-d\"],\"detailTaskbarCustomContainerId\":[1,\"detail-taskbar-custom-container-id\"],\"formLegacyConfigName\":[1,\"form-legacy-config-name\"],\"enableGridInsert\":[4,\"enable-grid-insert\"],\"ignoreReadOnlyFormFields\":[4,\"ignore-read-only-form-fields\"],\"getCustomTitle\":[16],\"_hasToCreateFieldSearch\":[32],\"_breadcrumbItems\":[32],\"_guides\":[32],\"_formEditorConfigManager\":[32],\"_formEditorDataUnit\":[32],\"_fieldToGetFocus\":[32],\"_customEditors\":[32],\"_customRenders\":[32],\"_fieldsProps\":[32],\"_mainForm\":[32],\"showFormConfig\":[64],\"addCustomEditor\":[64],\"addGridCustomRender\":[64],\"setFieldProp\":[64],\"setFocus\":[64]},[[2,\"actionClick\",\"onActionClick\"],[0,\"snkContentCardChanged\",\"onContentCardChanged\"]]]]],[\"snk-crud\",[[6,\"snk-crud\",{\"enableLockManagerLoadingComp\":[4,\"enable-lock-manager-loading-comp\"],\"enableLockManagerTaskbarClick\":[4,\"enable-lock-manager-taskbar-click\"],\"configName\":[1025,\"config-name\"],\"filterBarTitle\":[1,\"filter-bar-title\"],\"selectionToastConfig\":[16],\"showActionButtons\":[4,\"show-action-buttons\"],\"actionsList\":[16],\"taskbarManager\":[16],\"recordsValidator\":[16],\"statusResolver\":[16],\"multipleSelection\":[4,\"multiple-selection\"],\"presentationMode\":[1,\"presentation-mode\"],\"messagesBuilder\":[1040],\"useEnterLikeTab\":[4,\"use-enter-like-tab\"],\"gridLegacyConfigName\":[1,\"grid-legacy-config-name\"],\"filterBarLegacyConfigName\":[1,\"filter-bar-legacy-config-name\"],\"formLegacyConfigName\":[1,\"form-legacy-config-name\"],\"disablePersonalizedFilter\":[4,\"disable-personalized-filter\"],\"autoLoad\":[4,\"auto-load\"],\"autoFocus\":[4,\"auto-focus\"],\"enableGridInsert\":[4,\"enable-grid-insert\"],\"domainMessagesBuilder\":[1,\"domain-messages-builder\"],\"ignoreReadOnlyFormFields\":[4,\"ignore-read-only-form-fields\"],\"setCustomFormTitle\":[16],\"strategyExporter\":[1025,\"strategy-exporter\"],\"layoutFormConfig\":[4,\"layout-form-config\"],\"multipleEditionEnabled\":[4,\"multiple-edition-enabled\"],\"paginationCounterMode\":[1,\"pagination-counter-mode\"],\"_dataUnit\":[32],\"_dataState\":[32],\"attachmentRegisterKey\":[32],\"_currentViewMode\":[32],\"_canEdit\":[32],\"_resourceID\":[32],\"customContainerId\":[32],\"goToView\":[64],\"openConfigurator\":[64],\"closeConfigurator\":[64],\"reloadFilterBar\":[64],\"getFilterBar\":[64],\"addCustomEditor\":[64],\"addGridCustomRender\":[64],\"addCustomValueFormatter\":[64],\"removeCustomValueFormatter\":[64],\"setFieldProp\":[64]}]]]]"), options);
18
18
  });
@@ -1,21 +1,20 @@
1
- import { r as registerInstance, h, H as Host, g as getElement, c as createEvent } from './index-a7d3d3f1.js';
1
+ import { r as registerInstance, h, H as Host, g as getElement, c as createEvent } from './index-479e1293.js';
2
2
  import { ApplicationContext, StringUtils, ErrorException, WarningException, ObjectUtils, DateUtils, ServiceUtils, StorageType, ArrayUtils, ElementIDUtils } from '@sankhyalabs/core';
3
- import { D as DataFetcher } from './DataFetcher-ecf5f903.js';
3
+ import { D as DataFetcher } from './DataFetcher-88e56266.js';
4
4
  import { P as ParamType } from './ParamType-d5152b06.js';
5
- import './pesquisa-fetcher-e26c3295.js';
5
+ import './ISave-5efafc97.js';
6
6
  import './index-b40568ff.js';
7
- import './ISave-d8c8bc59.js';
8
7
  import '@sankhyalabs/ezui/dist/collection/utils/constants';
9
8
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
10
- import './dataunit-fetcher-ed6e65ef.js';
9
+ import './dataunit-fetcher-0e025732.js';
11
10
  import './filter-item-type.enum-d45e026f.js';
12
- import { F as FormConfigFetcher } from './form-config-fetcher-34becd23.js';
13
- import { O as ORDER_VALUES } from './constants-75abb876.js';
11
+ import { F as FormConfigFetcher } from './form-config-fetcher-fa208a6c.js';
12
+ import { O as ORDER_VALUES } from './constants-7b422de0.js';
14
13
  import { g as getSelectedRecordsIDsInfo } from './GetSelectedRecordsIDsInfo-9fa41508.js';
15
14
  import { R as ResourceIDUtils } from './ResourceIDUtils-a114189a.js';
16
- import { ApplicationUtils, DialogType } from '@sankhyalabs/ezui/dist/collection/utils';
15
+ import { ApplicationUtils, DialogType, FormLayout } from '@sankhyalabs/ezui/dist/collection/utils';
17
16
  import { CheckMode } from '@sankhyalabs/ezui/dist/collection/components/ez-check/CheckMode';
18
- import { C as ConfigStorage } from './ConfigStorage-e5c1f4c0.js';
17
+ import { C as ConfigStorage } from './ConfigStorage-79b9e180.js';
19
18
  import './PrintUtils-3e4ff0f5.js';
20
19
  import '@sankhyalabs/ezui/dist/collection/components/ez-grid/utils';
21
20
  import '@sankhyalabs/core/dist/utils/SortingUtils';
@@ -982,6 +981,7 @@ const SnkGridConfig = class {
982
981
  delete _newColumnConfig.ascending;
983
982
  _newColumnConfig.orderIndex = 0;
984
983
  }
984
+ _newColumnConfig.configVersion = SnkGridConfig.CURRENT_CONFIG_VERSION;
985
985
  _newColumnConfigList.push(_newColumnConfig);
986
986
  }
987
987
  });
@@ -1214,8 +1214,46 @@ const SnkGridConfig = class {
1214
1214
  static get assetsDirs() { return ["../assets"]; }
1215
1215
  get _element() { return getElement(this); }
1216
1216
  };
1217
+ SnkGridConfig.CURRENT_CONFIG_VERSION = 1;
1217
1218
  SnkGridConfig.style = snkGridConfigCss;
1218
1219
 
1220
+ const snkLayoutFormConfigCss = ".sc-snk-layout-form-config-h{display:block}";
1221
+
1222
+ const FORM_COL_CONFIG_PREFIX = 'formColCfg.';
1223
+ const SnkLayoutFormConfig = class {
1224
+ constructor(hostRef) {
1225
+ registerInstance(this, hostRef);
1226
+ this._formConfigFetcher = new FormConfigFetcher();
1227
+ this.layoutType = FormLayout.CASCADE;
1228
+ }
1229
+ /**
1230
+ * Salva o tipo de layout escolhido. Sem retorno.
1231
+ */
1232
+ async save() {
1233
+ this._LayoutFormConfigSingleton.setConfig(this.layoutType);
1234
+ this._formConfigFetcher.saveLayoutFormConfig(FORM_COL_CONFIG_PREFIX + this._resourceID, { config: this.layoutType, newConfig: true });
1235
+ }
1236
+ async componentWillLoad() {
1237
+ const _application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
1238
+ this._LayoutFormConfigSingleton = await (_application === null || _application === void 0 ? void 0 : _application.getLayoutFormConfig());
1239
+ this._resourceID = await (_application === null || _application === void 0 ? void 0 : _application.getResourceID());
1240
+ this.setLayoutInit();
1241
+ }
1242
+ setLayoutInit() {
1243
+ if (!this._LayoutFormConfigSingleton)
1244
+ return;
1245
+ const { config } = this._LayoutFormConfigSingleton;
1246
+ this.layoutType = Number(config) in FormLayout ? Number(config) : FormLayout.CASCADE;
1247
+ }
1248
+ toggleLayout(key) {
1249
+ this.layoutType = key;
1250
+ }
1251
+ render() {
1252
+ return (h("div", { class: "ez-flex ez-flex--column" }, h("div", { class: "ez-margin-bottom--small" }, h("ez-check", { label: "Layout em cascata", class: "ez-margin-bottom--small", onEzChange: () => this.toggleLayout(FormLayout.CASCADE), value: this.layoutType === FormLayout.CASCADE }), h("snk-view-representation", { mode: FormLayout.CASCADE }), h("label", { class: "ez-label ez-margin--small ez-flex ez-text--medium" }, "Todos os campos ser\u00E3o organizados em uma coluna \u00FAnica.")), h("div", null, h("ez-check", { label: "Layout lado a lado", class: "ez-margin-bottom--small", onEzChange: () => this.toggleLayout(FormLayout.SIDE_BY_SIDE), value: this.layoutType === FormLayout.SIDE_BY_SIDE }), h("snk-view-representation", { mode: FormLayout.SIDE_BY_SIDE }), h("label", { class: "ez-label ez-margin--small ez-flex ez-text--medium" }, "Todos os campos ser\u00E3o dispostos lado a lado, ajustando-se automaticamente \u00E0 largura da tela."))));
1253
+ }
1254
+ };
1255
+ SnkLayoutFormConfig.style = snkLayoutFormConfigCss;
1256
+
1219
1257
  const snkSelectBoxCss = "ez-combo-box{width:100px}.grid-config-combo{--ez-text-input--height:28px;--ez-text-input__input--background-color:#fff;--ez-text-input__input--border-color:#dce0e8}";
1220
1258
 
1221
1259
  const SelectBox = class {
@@ -1322,7 +1360,28 @@ const SnkSimpleFormConfig = class {
1322
1360
  };
1323
1361
  SnkSimpleFormConfig.style = snkSimpleFormConfigCss;
1324
1362
 
1325
- const taskbarActionsButtonCss = ".sc-taskbar-actions-button-h{display:flex;width:fit-content;height:fit-content}";
1363
+ const snkViewRepresentationCss = ".sc-snk-view-representation-h{display:block}.svg-container.sc-snk-view-representation{display:flex;width:185px;height:125px;border-radius:8px;background-color:#f7f7f7;padding:10px 12px;box-sizing:border-box;position:relative}.svg-container__background.sc-snk-view-representation{display:flex;flex-direction:column;width:100%}.svg-container__header.sc-snk-view-representation{display:flex;gap:2px;margin-bottom:12px}.svg-container__circle.sc-snk-view-representation{width:9px;height:9px;border-radius:50%}.svg-container__circle--red.sc-snk-view-representation{background-color:#ed7678}.svg-container__circle--yellow.sc-snk-view-representation{background-color:#eddb76}.svg-container__circle--green.sc-snk-view-representation{background-color:#7ad08e}.svg-container__section.sc-snk-view-representation{width:100%}.svg-container__collumn.sc-snk-view-representation{width:100%;display:flex;flex-direction:column}.svg-container__inline.sc-snk-view-representation{display:flex;flex-direction:row;gap:6px}.svg-container__line.sc-snk-view-representation{height:13px;border-radius:4px;background-color:#d9d9d9;margin-bottom:4px}.svg-container__line--short.sc-snk-view-representation{width:39.68px;height:7px;border-radius:3.5px}.svg-container__line--long.sc-snk-view-representation{width:100%}";
1364
+
1365
+ const SnkViewRepresentation = class {
1366
+ constructor(hostRef) {
1367
+ registerInstance(this, hostRef);
1368
+ this.mode = FormLayout.SIDE_BY_SIDE;
1369
+ }
1370
+ renderCascadeLayout() {
1371
+ return (h("div", { class: "svg-container__collumn" }, [...Array(3)].map(() => (h("div", { class: "svg-container__section" }, h("div", { class: "svg-container__line svg-container__line--short" }), h("div", { class: "svg-container__line svg-container__line--long" }))))));
1372
+ }
1373
+ renderSideBySideLayout() {
1374
+ return (h("div", { class: "svg-container__inline" }, [...Array(2)].map(() => this.renderCascadeLayout())));
1375
+ }
1376
+ render() {
1377
+ return (h("div", { class: "svg-container ez-margin-left--small" }, h("div", { class: "svg-container__background" }, h("div", { class: "svg-container__header" }, h("div", { class: "svg-container__circle svg-container__circle--red" }), h("div", { class: "svg-container__circle svg-container__circle--yellow" }), h("div", { class: "svg-container__circle svg-container__circle--green" })), this.mode === FormLayout.CASCADE
1378
+ ? this.renderCascadeLayout()
1379
+ : this.renderSideBySideLayout())));
1380
+ }
1381
+ };
1382
+ SnkViewRepresentation.style = snkViewRepresentationCss;
1383
+
1384
+ const taskbarActionsButtonCss = ".sc-taskbar-actions-button-h{--ez-dropdown--min-width:150px;display:flex;width:fit-content;height:fit-content}.ez-dropdown-container.sc-taskbar-actions-button{position:relative;display:inline-block}.ez-dropdown--sticky.sc-taskbar-actions-button{position:absolute;display:block;min-width:var(--ez-dropdown--min-width)}";
1326
1385
 
1327
1386
  const TaskbarActionsButton = class {
1328
1387
  constructor(hostRef) {
@@ -1447,10 +1506,70 @@ const TaskbarActionsButton = class {
1447
1506
  this.taskbarActionsButtonDisconnected.emit();
1448
1507
  }
1449
1508
  render() {
1450
- return (h(Host, null, h("div", { class: `${this.canShowDropdown() ? ' ez-elevation--16' : ''}` }, h("ez-button", { title: this.title, mode: 'icon', iconName: 'dots-vertical', size: 'small', enabled: this.enabled, onClick: () => this.controlDropdown() }), this.canShowDropdown() && h("ez-dropdown", { items: this.loadItems(), onEzClick: (evt) => this.onSelectAction(evt.detail), onEzOutsideClick: () => this._showDropdown = false, itemBuilder: (item, level) => this.dropdownItemBuilder(item, level) }))));
1509
+ return (h(Host, null, h("div", { class: `${this.canShowDropdown() ? ' ez-elevation--16' : ''} ez-dropdown-container` }, h("ez-button", { title: this.title, mode: 'icon', iconName: 'dots-vertical', size: 'small', enabled: this.enabled, onClick: () => this.controlDropdown() }), this.canShowDropdown() && h("ez-dropdown", { class: `ez-dropdown--sticky`, items: this.loadItems(), onEzClick: (evt) => this.onSelectAction(evt.detail), onEzOutsideClick: () => this._showDropdown = false, itemBuilder: (item, level) => this.dropdownItemBuilder(item, level) }))));
1451
1510
  }
1452
1511
  get _element() { return getElement(this); }
1453
1512
  };
1454
1513
  TaskbarActionsButton.style = taskbarActionsButtonCss;
1455
1514
 
1456
- export { SnkActionsButton as snk_actions_button, SnkGridConfig as snk_grid_config, SelectBox as snk_select_box, SnkSimpleFormConfig as snk_simple_form_config, TaskbarActionsButton as taskbar_actions_button };
1515
+ const taskbarSplitButtonCss = "";
1516
+
1517
+ const TaskbarSplitButton = class {
1518
+ constructor(hostRef) {
1519
+ registerInstance(this, hostRef);
1520
+ this._showDropdown = false;
1521
+ this.iconName = undefined;
1522
+ this.action = undefined;
1523
+ this.name = undefined;
1524
+ this.className = undefined;
1525
+ this.dataElementId = undefined;
1526
+ this.title = undefined;
1527
+ this.enabled = undefined;
1528
+ this.actions = undefined;
1529
+ }
1530
+ initializeEagerItems() {
1531
+ var _a;
1532
+ (_a = this.actions) === null || _a === void 0 ? void 0 : _a.forEach(action => {
1533
+ var _a;
1534
+ if (action && action.eagerInitialize && action.itemBuilder) {
1535
+ (_a = action.itemBuilder) === null || _a === void 0 ? void 0 : _a.call(action, this._splitButtonRef, action);
1536
+ }
1537
+ });
1538
+ }
1539
+ componentDidLoad() {
1540
+ this.initializeEagerItems();
1541
+ }
1542
+ dropdownItemBuilder(item, _level) {
1543
+ const itemAction = this.actions.find(action => action.value === item.id);
1544
+ if (!itemAction || !itemAction.itemBuilder) {
1545
+ return undefined;
1546
+ }
1547
+ const customContent = itemAction.itemBuilder(this._splitButtonRef, itemAction);
1548
+ if (typeof customContent === 'string') {
1549
+ return h("div", { innerHTML: customContent });
1550
+ }
1551
+ return customContent;
1552
+ }
1553
+ loadItems() {
1554
+ return this.actions.filter(action => action !== undefined).map(action => {
1555
+ var _a;
1556
+ return {
1557
+ id: action.value,
1558
+ label: action.label,
1559
+ value: action.value,
1560
+ type: (_a = action.type) !== null && _a !== void 0 ? _a : 'item',
1561
+ children: action.children,
1562
+ iconName: action.iconName,
1563
+ subAction: action.subAction,
1564
+ group: action.group,
1565
+ disableCloseOnSelect: action.disableCloseOnSelect,
1566
+ };
1567
+ });
1568
+ }
1569
+ render() {
1570
+ return (h(Host, null, h("ez-split-button", { ref: (ref) => this._splitButtonRef = ref, key: this.dataElementId, class: `${this.className} "ez-split-button--tertiary ez-padding--medium"`, items: this.loadItems(), mode: "icon-only", iconName: this.iconName, enabled: this.enabled, show: this._showDropdown, onButtonClick: () => this.action(this.name), itemBuilder: (item, level) => this.dropdownItemBuilder(item, level) })));
1571
+ }
1572
+ };
1573
+ TaskbarSplitButton.style = taskbarSplitButtonCss;
1574
+
1575
+ export { SnkActionsButton as snk_actions_button, SnkGridConfig as snk_grid_config, SnkLayoutFormConfig as snk_layout_form_config, SelectBox as snk_select_box, SnkSimpleFormConfig as snk_simple_form_config, SnkViewRepresentation as snk_view_representation, TaskbarActionsButton as taskbar_actions_button, TaskbarSplitButton as taskbar_split_button };
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-a7d3d3f1.js';
1
+ import { r as registerInstance, h } from './index-479e1293.js';
2
2
  import { DataUnit, UserInterface, DataType, ApplicationContext } from '@sankhyalabs/core';
3
3
  import { P as ParamType } from './ParamType-d5152b06.js';
4
4