@sankhyalabs/sankhyablocks 8.15.0-dev.4 → 8.15.0-dev.41

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 (295) hide show
  1. package/dist/cjs/{ConfigStorage-8009ecb2.js → ConfigStorage-34be11ce.js} +94 -21
  2. package/dist/cjs/{DataFetcher-ba94ed5b.js → DataFetcher-99f0f6ed.js} +5 -3
  3. package/dist/cjs/{ISave-d68ce3cd.js → ISave-e91b70a7.js} +1 -0
  4. package/dist/cjs/{SnkFormConfigManager-7d850fbc.js → SnkFormConfigManager-531a191c.js} +21 -13
  5. package/dist/cjs/{SnkMessageBuilder-7293d0ad.js → SnkMessageBuilder-141aa18d.js} +15 -1
  6. package/dist/cjs/SnkMultiSelectionListDataSource-5213120b.js +140 -0
  7. package/dist/cjs/{auth-fetcher-c8467c07.js → auth-fetcher-5161d082.js} +1 -1
  8. package/dist/cjs/{form-config-fetcher-df043d3d.js → form-config-fetcher-9f1a13ca.js} +1 -1
  9. package/dist/cjs/index-f9e81701.js +2 -10
  10. package/dist/cjs/loader.cjs.js +1 -1
  11. package/dist/cjs/{dataunit-fetcher-de65b9fc.js → pesquisa-fetcher-94f6b316.js} +472 -46
  12. package/dist/cjs/sankhyablocks.cjs.js +1 -1
  13. package/dist/cjs/{snk-actions-button_2.cjs.entry.js → snk-actions-button_4.cjs.entry.js} +538 -8
  14. package/dist/cjs/snk-application.cjs.entry.js +44 -10
  15. package/dist/cjs/snk-attach.cjs.entry.js +398 -61
  16. package/dist/cjs/snk-crud.cjs.entry.js +17 -12
  17. package/dist/cjs/snk-data-exporter.cjs.entry.js +9 -5
  18. package/dist/cjs/{snk-data-unit-1bc69073.js → snk-data-unit-6026a9f7.js} +1 -1
  19. package/dist/cjs/snk-data-unit.cjs.entry.js +2 -2
  20. package/dist/cjs/snk-detail-view.cjs.entry.js +10 -12
  21. package/dist/cjs/snk-entity-list.cjs.entry.js +5 -3
  22. package/dist/cjs/snk-filter-bar.cjs.entry.js +49 -10
  23. package/dist/cjs/snk-filter-item.cjs.entry.js +3 -0
  24. package/dist/cjs/snk-filter-modal-item.cjs.entry.js +3 -3
  25. package/dist/cjs/snk-filter-modal.cjs.entry.js +2 -1
  26. package/dist/cjs/snk-filter-multi-select.cjs.entry.js +2 -1
  27. package/dist/cjs/snk-form-config.cjs.entry.js +47 -27
  28. package/dist/cjs/snk-form.cjs.entry.js +11 -4
  29. package/dist/cjs/snk-grid.cjs.entry.js +37 -22
  30. package/dist/cjs/{snk-guides-viewer-7f9b6d94.js → snk-guides-viewer-76b4c346.js} +17 -12
  31. package/dist/cjs/snk-guides-viewer.cjs.entry.js +8 -10
  32. package/dist/cjs/snk-personalized-filter-editor.cjs.entry.js +3 -1
  33. package/dist/cjs/snk-personalized-filter.cjs.entry.js +3 -3
  34. package/dist/cjs/snk-pesquisa.cjs.entry.js +1 -1
  35. package/dist/cjs/snk-simple-crud.cjs.entry.js +230 -27
  36. package/dist/cjs/snk-taskbar.cjs.entry.js +100 -14
  37. package/dist/cjs/{taskbar-elements-01b85b99.js → taskbar-elements-3ecd1278.js} +9 -9
  38. package/dist/collection/collection-manifest.json +7 -7
  39. package/dist/collection/components/snk-application/__mocks__/snk-application.js +7 -0
  40. package/dist/collection/components/snk-application/snk-application.js +85 -2
  41. package/dist/collection/components/snk-attach/snk-attach.js +194 -38
  42. package/dist/collection/components/snk-attach/structure/{crud-config-builder.js → builder/anexo-sistema-crud-config.builder.js} +1 -1
  43. package/dist/collection/components/snk-attach/structure/builder/attach-crud-config.builder.js +62 -0
  44. package/dist/collection/components/snk-attach/structure/{taskbar-builder.js → builder/taskbar-builder.js} +1 -1
  45. package/dist/collection/components/snk-attach/structure/fetcher/facade/fetcher.facade.js +1 -0
  46. package/dist/collection/components/snk-attach/structure/{data-unit-builder.js → fetcher/factory/anexo-sistema-data-unit.factory.js} +14 -11
  47. package/dist/collection/components/snk-attach/structure/fetcher/factory/attach-fetcher-data-unit.factory.js +111 -0
  48. package/dist/collection/components/snk-attach/structure/index.js +6 -3
  49. package/dist/collection/components/snk-crud/snk-crud.js +95 -3
  50. package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.js +2 -2
  51. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.css +11 -2
  52. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +28 -4
  53. package/dist/collection/components/snk-data-exporter/snk-data-exporter.js +6 -2
  54. package/dist/collection/components/snk-entity-list/snk-entity-list.js +5 -3
  55. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-multi-select.js +2 -1
  56. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-personalized-filter-editor/snk-personalized-filter-editor.js +3 -1
  57. package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.js +3 -0
  58. package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.js +19 -1
  59. package/dist/collection/components/snk-filter-bar/snk-filter-bar.css +23 -1
  60. package/dist/collection/components/snk-filter-bar/snk-filter-bar.js +142 -5
  61. package/dist/collection/components/snk-filter-bar/utils/SnkFilterModalFactory.js +3 -1
  62. package/dist/collection/components/snk-form/snk-form.js +25 -1
  63. package/dist/collection/components/{snk-form → snk-form-config}/SnkFormConfigManager.js +20 -12
  64. package/dist/collection/components/{snk-form/subcomponents/snk-form-config → snk-form-config}/snk-form-config.js +50 -30
  65. package/dist/collection/components/snk-grid/snk-grid.js +100 -16
  66. package/dist/collection/components/{snk-grid/subcomponents/snk-grid-config → snk-grid-config}/snk-grid-config.js +130 -123
  67. package/dist/collection/components/{snk-grid/subcomponents → snk-grid-config}/snk-select-box/snk-select-box.js +1 -1
  68. package/dist/collection/components/snk-pesquisa/snk-pesquisa.css +2 -4
  69. package/dist/collection/components/snk-simple-crud/regular-buttons.js +3 -0
  70. package/dist/collection/components/snk-simple-crud/snk-simple-crud.css +5 -0
  71. package/dist/collection/components/snk-simple-crud/snk-simple-crud.js +397 -18
  72. package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.js +18 -2
  73. package/dist/collection/components/snk-taskbar/elements/taskbar-elements.js +9 -9
  74. package/dist/collection/components/snk-taskbar/snk-taskbar.css +17 -0
  75. package/dist/collection/components/snk-taskbar/snk-taskbar.js +139 -13
  76. package/dist/collection/lib/configs/ConfigStorage.js +86 -16
  77. package/dist/collection/lib/dataUnit/InMemoryLoader.js +1 -1
  78. package/dist/collection/lib/http/data-fetcher/DataFetcher.js +5 -3
  79. package/dist/collection/lib/http/data-fetcher/fetchers/{attach-fetcher.js → AttachFetcher/anexo-sistema-fetcher.js} +16 -15
  80. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/attach-fetcher.js +90 -0
  81. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/facade/attach-fetcher.facade.js +1 -0
  82. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/index.js +2 -0
  83. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/IDelete.js +1 -0
  84. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/IDownloadKey.js +1 -0
  85. package/dist/collection/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/ISave.js +1 -0
  86. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/dataunit-fetcher.js +31 -3
  87. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.js +48 -29
  88. package/dist/collection/lib/http/data-fetcher/fetchers/parameters-fecher.js +21 -0
  89. package/dist/collection/lib/http/data-fetcher/fetchers/personalized-filter-fetcher.js +6 -3
  90. package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js +11 -12
  91. package/dist/collection/lib/index.js +1 -1
  92. package/dist/collection/lib/message/resources/snk-attach.msg.js +13 -0
  93. package/dist/collection/lib/message/resources/snk-data-exporter.msg.js +2 -1
  94. package/dist/collection/lib/utils/CrudUtils.js +13 -1
  95. package/dist/components/ConfigStorage.js +92 -19
  96. package/dist/components/DataFetcher.js +5 -3
  97. package/dist/components/SnkFormConfigManager.js +19 -11
  98. package/dist/components/SnkMessageBuilder.js +15 -1
  99. package/dist/components/dataunit-fetcher.js +91 -45
  100. package/dist/components/field-search.js +93 -3
  101. package/dist/components/index.d.ts +6 -6
  102. package/dist/components/snk-actions-button2.js +1 -0
  103. package/dist/components/snk-application2.js +41 -2
  104. package/dist/components/snk-attach2.js +454 -68
  105. package/dist/components/snk-crud.js +15 -3
  106. package/dist/components/snk-data-exporter2.js +6 -2
  107. package/dist/components/snk-detail-view2.js +41 -8
  108. package/dist/components/snk-entity-list.js +5 -3
  109. package/dist/components/snk-filter-bar2.js +52 -8
  110. package/dist/components/snk-filter-item2.js +3 -0
  111. package/dist/components/snk-filter-modal.js +4 -2
  112. package/dist/components/snk-filter-multi-select.js +2 -1
  113. package/dist/components/snk-form-config2.js +46 -26
  114. package/dist/components/snk-form.js +8 -0
  115. package/dist/components/snk-grid-config2.js +128 -102
  116. package/dist/components/snk-grid2.js +38 -17
  117. package/dist/components/snk-personalized-filter-editor.js +3 -1
  118. package/dist/components/snk-pesquisa2.js +1 -1
  119. package/dist/components/snk-simple-crud2.js +287 -29
  120. package/dist/components/snk-taskbar2.js +114 -24
  121. package/dist/components/taskbar-actions-button2.js +18 -2
  122. package/dist/esm/{ConfigStorage-1244b8b0.js → ConfigStorage-101a2b4c.js} +94 -21
  123. package/dist/esm/{DataFetcher-aa159c5a.js → DataFetcher-a650ae58.js} +5 -3
  124. package/dist/esm/{ISave-4412b20c.js → ISave-d8c8bc59.js} +1 -0
  125. package/dist/esm/{SnkFormConfigManager-9be0e7d4.js → SnkFormConfigManager-02ecf57f.js} +21 -13
  126. package/dist/esm/{SnkMessageBuilder-ca843d1b.js → SnkMessageBuilder-9747ddd2.js} +15 -1
  127. package/dist/esm/SnkMultiSelectionListDataSource-7e7eada5.js +133 -0
  128. package/dist/esm/{auth-fetcher-c05dc474.js → auth-fetcher-17dc5b5e.js} +1 -1
  129. package/dist/esm/{form-config-fetcher-36219cd3.js → form-config-fetcher-f121f880.js} +1 -1
  130. package/dist/esm/index-a7d3d3f1.js +2 -10
  131. package/dist/esm/loader.js +1 -1
  132. package/dist/esm/{dataunit-fetcher-e218c6d2.js → pesquisa-fetcher-f05a12ca.js} +462 -38
  133. package/dist/esm/sankhyablocks.js +1 -1
  134. package/dist/esm/{snk-actions-button_2.entry.js → snk-actions-button_4.entry.js} +537 -9
  135. package/dist/esm/snk-application.entry.js +43 -9
  136. package/dist/esm/snk-attach.entry.js +398 -61
  137. package/dist/esm/snk-crud.entry.js +17 -12
  138. package/dist/esm/snk-data-exporter.entry.js +9 -5
  139. package/dist/esm/{snk-data-unit-6208ebf0.js → snk-data-unit-4c343635.js} +1 -1
  140. package/dist/esm/snk-data-unit.entry.js +2 -2
  141. package/dist/esm/snk-detail-view.entry.js +10 -12
  142. package/dist/esm/snk-entity-list.entry.js +5 -3
  143. package/dist/esm/snk-filter-bar.entry.js +49 -10
  144. package/dist/esm/snk-filter-item.entry.js +3 -0
  145. package/dist/esm/snk-filter-modal-item.entry.js +3 -3
  146. package/dist/esm/snk-filter-modal.entry.js +2 -1
  147. package/dist/esm/snk-filter-multi-select.entry.js +2 -1
  148. package/dist/esm/snk-form-config.entry.js +48 -28
  149. package/dist/esm/snk-form.entry.js +11 -4
  150. package/dist/esm/snk-grid.entry.js +38 -23
  151. package/dist/esm/{snk-guides-viewer-9d5e073f.js → snk-guides-viewer-90ca9105.js} +17 -12
  152. package/dist/esm/snk-guides-viewer.entry.js +8 -10
  153. package/dist/esm/snk-personalized-filter-editor.entry.js +3 -1
  154. package/dist/esm/snk-personalized-filter.entry.js +3 -3
  155. package/dist/esm/snk-pesquisa.entry.js +1 -1
  156. package/dist/esm/snk-simple-crud.entry.js +230 -27
  157. package/dist/esm/snk-taskbar.entry.js +101 -15
  158. package/dist/esm/{taskbar-elements-d4d0b424.js → taskbar-elements-2473c8ac.js} +9 -9
  159. package/dist/sankhyablocks/p-1f3174cb.entry.js +1 -0
  160. package/dist/sankhyablocks/p-1fa5a18c.entry.js +11 -0
  161. package/dist/sankhyablocks/p-20b46647.entry.js +1 -0
  162. package/dist/sankhyablocks/{p-9e7d65a4.js → p-21749402.js} +1 -1
  163. package/dist/sankhyablocks/p-2897fb8c.js +1 -0
  164. package/dist/sankhyablocks/{p-ff6064e7.js → p-2936303b.js} +1 -1
  165. package/dist/sankhyablocks/p-2cfe0c2c.entry.js +1 -0
  166. package/dist/sankhyablocks/p-33718dfc.entry.js +1 -0
  167. package/dist/sankhyablocks/p-384fd6ae.js +1 -0
  168. package/dist/sankhyablocks/p-50783a8b.js +1 -0
  169. package/dist/sankhyablocks/p-5c0b53ce.js +56 -0
  170. package/dist/sankhyablocks/p-663ff67b.entry.js +1 -0
  171. package/dist/sankhyablocks/{p-f514913b.entry.js → p-6b28cc74.entry.js} +1 -1
  172. package/dist/sankhyablocks/p-70a4af56.entry.js +1 -0
  173. package/dist/sankhyablocks/{p-3520c088.entry.js → p-7ddd95b6.entry.js} +1 -1
  174. package/dist/sankhyablocks/p-7e05bd83.entry.js +1 -0
  175. package/dist/sankhyablocks/p-8111f63f.entry.js +1 -0
  176. package/dist/sankhyablocks/{p-6977a26c.entry.js → p-86801b08.entry.js} +1 -1
  177. package/dist/sankhyablocks/{p-32f0935f.js → p-9a5d1b39.js} +1 -1
  178. package/dist/sankhyablocks/{p-0d7863ed.js → p-a13ccb86.js} +1 -1
  179. package/dist/sankhyablocks/p-a83487a0.entry.js +1 -0
  180. package/dist/sankhyablocks/p-ae4fc9a9.js +1 -0
  181. package/dist/sankhyablocks/p-b11aa1e0.entry.js +1 -0
  182. package/dist/sankhyablocks/p-b41a622a.entry.js +1 -0
  183. package/dist/sankhyablocks/p-ba4871b5.entry.js +1 -0
  184. package/dist/sankhyablocks/{p-9695f78b.js → p-be75153c.js} +1 -1
  185. package/dist/sankhyablocks/p-bf2acf72.entry.js +1 -0
  186. package/dist/sankhyablocks/p-d01ceda6.entry.js +1 -0
  187. package/dist/sankhyablocks/{p-247a8b36.entry.js → p-d1791da2.entry.js} +1 -1
  188. package/dist/sankhyablocks/p-d304659d.entry.js +1 -0
  189. package/dist/sankhyablocks/p-d78d4062.js +65 -0
  190. package/dist/sankhyablocks/p-e7c1bce4.entry.js +1 -0
  191. package/dist/sankhyablocks/p-e7dbe53a.entry.js +1 -0
  192. package/dist/sankhyablocks/p-fad4c2fe.js +1 -0
  193. package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
  194. package/dist/types/components/snk-application/__mocks__/snk-application.d.ts +3 -0
  195. package/dist/types/components/snk-application/snk-application.d.ts +15 -0
  196. package/dist/types/components/snk-attach/{structure/crud-config-builder.d.ts → interfaces/ICrudConfig.d.ts} +1 -2
  197. package/dist/types/components/snk-attach/interfaces/TFetcherType.d.ts +1 -0
  198. package/dist/types/components/snk-attach/snk-attach.d.ts +28 -6
  199. package/dist/types/components/snk-attach/structure/builder/anexo-sistema-crud-config.builder.d.ts +2 -0
  200. package/dist/types/components/snk-attach/structure/builder/attach-crud-config.builder.d.ts +31 -0
  201. package/dist/types/components/snk-attach/structure/{taskbar-builder.d.ts → builder/taskbar-builder.d.ts} +1 -1
  202. package/dist/types/components/snk-attach/structure/fetcher/facade/fetcher.facade.d.ts +11 -0
  203. package/dist/types/components/snk-attach/structure/fetcher/factory/anexo-sistema-data-unit.factory.d.ts +17 -0
  204. package/dist/types/components/snk-attach/structure/fetcher/factory/attach-fetcher-data-unit.factory.d.ts +15 -0
  205. package/dist/types/components/snk-attach/structure/index.d.ts +6 -3
  206. package/dist/types/components/snk-crud/snk-crud.d.ts +21 -0
  207. package/dist/types/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.d.ts +1 -1
  208. package/dist/types/components/snk-crud/subcomponents/snk-guides-viewer.d.ts +6 -1
  209. package/dist/types/components/snk-filter-bar/filter-item/snk-filter-item.d.ts +1 -1
  210. package/dist/types/components/snk-filter-bar/filter-modal/snk-filter-modal.d.ts +5 -0
  211. package/dist/types/components/snk-filter-bar/snk-filter-bar.d.ts +24 -1
  212. package/dist/types/components/snk-filter-bar/utils/SnkFilterModalFactory.d.ts +3 -1
  213. package/dist/types/components/snk-form/snk-form.d.ts +6 -1
  214. package/dist/types/components/{snk-form → snk-form-config}/SnkFormConfigManager.d.ts +2 -1
  215. package/dist/types/components/{snk-form/subcomponents/snk-form-config → snk-form-config}/snk-form-config.d.ts +5 -3
  216. package/dist/types/components/snk-grid/snk-grid.d.ts +19 -1
  217. package/dist/types/components/{snk-grid/subcomponents/snk-grid-config → snk-grid-config}/snk-grid-config.d.ts +11 -6
  218. package/dist/types/components/{snk-grid/subcomponents → snk-grid-config}/snk-select-box/snk-select-box.d.ts +1 -1
  219. package/dist/types/components/snk-simple-crud/regular-buttons.d.ts +3 -0
  220. package/dist/types/components/snk-simple-crud/snk-simple-crud.d.ts +75 -4
  221. package/dist/types/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.d.ts +1 -0
  222. package/dist/types/components/snk-taskbar/snk-taskbar.d.ts +28 -1
  223. package/dist/types/components.d.ts +273 -12
  224. package/dist/types/lib/configs/ConfigStorage.d.ts +25 -1
  225. package/dist/types/lib/http/data-fetcher/DataFetcher.d.ts +1 -1
  226. package/dist/types/lib/http/data-fetcher/fetchers/{attach-fetcher.d.ts → AttachFetcher/anexo-sistema-fetcher.d.ts} +3 -2
  227. package/dist/types/lib/http/data-fetcher/fetchers/AttachFetcher/attach-fetcher.d.ts +11 -0
  228. package/dist/types/lib/http/data-fetcher/fetchers/AttachFetcher/facade/attach-fetcher.facade.d.ts +8 -0
  229. package/dist/types/lib/http/data-fetcher/fetchers/AttachFetcher/index.d.ts +3 -0
  230. package/dist/types/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/ISave.d.ts +2 -1
  231. package/dist/types/lib/http/data-fetcher/fetchers/data-unit/dataunit-fetcher.d.ts +2 -0
  232. package/dist/types/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.d.ts +2 -0
  233. package/dist/types/lib/http/data-fetcher/fetchers/parameters-fecher.d.ts +1 -0
  234. package/dist/types/lib/http/data-fetcher/fetchers/personalized-filter-fetcher.d.ts +2 -1
  235. package/dist/types/lib/index.d.ts +1 -1
  236. package/dist/types/lib/utils/CrudUtils.d.ts +3 -0
  237. package/package.json +15 -6
  238. package/dist/cjs/PreloadManager-84466da6.js +0 -224
  239. package/dist/cjs/SnkMultiSelectionListDataSource-ba5838c2.js +0 -49
  240. package/dist/cjs/pesquisa-fetcher-ef050a47.js +0 -167
  241. package/dist/cjs/snk-grid-config.cjs.entry.js +0 -483
  242. package/dist/cjs/snk-select-box.cjs.entry.js +0 -25
  243. package/dist/esm/PreloadManager-c1c2f2b4.js +0 -222
  244. package/dist/esm/SnkMultiSelectionListDataSource-44494b0e.js +0 -43
  245. package/dist/esm/pesquisa-fetcher-dd3ca0a5.js +0 -165
  246. package/dist/esm/snk-grid-config.entry.js +0 -479
  247. package/dist/esm/snk-select-box.entry.js +0 -21
  248. package/dist/sankhyablocks/p-0874adb5.entry.js +0 -1
  249. package/dist/sankhyablocks/p-094c30cb.js +0 -1
  250. package/dist/sankhyablocks/p-0d084a0f.entry.js +0 -1
  251. package/dist/sankhyablocks/p-11081798.entry.js +0 -1
  252. package/dist/sankhyablocks/p-143425c0.entry.js +0 -1
  253. package/dist/sankhyablocks/p-20726710.entry.js +0 -1
  254. package/dist/sankhyablocks/p-374d03f6.js +0 -1
  255. package/dist/sankhyablocks/p-4775a293.entry.js +0 -1
  256. package/dist/sankhyablocks/p-4b0938f6.entry.js +0 -1
  257. package/dist/sankhyablocks/p-585294ee.js +0 -56
  258. package/dist/sankhyablocks/p-69efa80d.entry.js +0 -1
  259. package/dist/sankhyablocks/p-776ee8e3.js +0 -1
  260. package/dist/sankhyablocks/p-7f9d6b5d.entry.js +0 -11
  261. package/dist/sankhyablocks/p-809f367d.entry.js +0 -1
  262. package/dist/sankhyablocks/p-8437508f.js +0 -1
  263. package/dist/sankhyablocks/p-98674137.entry.js +0 -1
  264. package/dist/sankhyablocks/p-a87229cd.entry.js +0 -1
  265. package/dist/sankhyablocks/p-a9e5b094.entry.js +0 -1
  266. package/dist/sankhyablocks/p-ba627e85.js +0 -60
  267. package/dist/sankhyablocks/p-c22c1d8e.js +0 -1
  268. package/dist/sankhyablocks/p-c758265f.entry.js +0 -1
  269. package/dist/sankhyablocks/p-cb7419e0.entry.js +0 -1
  270. package/dist/sankhyablocks/p-d1007720.entry.js +0 -1
  271. package/dist/sankhyablocks/p-d4f9ee17.entry.js +0 -1
  272. package/dist/sankhyablocks/p-d9bb09b3.js +0 -6
  273. package/dist/sankhyablocks/p-e3132789.entry.js +0 -1
  274. package/dist/sankhyablocks/p-e6380c60.js +0 -1
  275. package/dist/sankhyablocks/p-f2056f66.entry.js +0 -1
  276. package/dist/sankhyablocks/p-fd8814b9.entry.js +0 -1
  277. package/dist/types/components/snk-attach/structure/data-unit-builder.d.ts +0 -15
  278. /package/dist/collection/{lib/http/data-fetcher/fetchers/fecthAttach/interfaces/IDelete.js → components/snk-attach/interfaces/ICrudConfig.js} +0 -0
  279. /package/dist/collection/{lib/http/data-fetcher/fetchers/fecthAttach/interfaces/IDownloadKey.js → components/snk-attach/interfaces/TFetcherType.js} +0 -0
  280. /package/dist/collection/components/{snk-form/subcomponents/snk-form-config → snk-form-config}/snk-form-config.css +0 -0
  281. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-config-options/snk-config-options.css +0 -0
  282. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-config-options/snk-config-options.js +0 -0
  283. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-field-config/snk-field-config.css +0 -0
  284. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-field-config/snk-field-config.js +0 -0
  285. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-tab-config/snk-tab-config.css +0 -0
  286. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-tab-config/snk-tab-config.js +0 -0
  287. /package/dist/collection/components/{snk-grid/subcomponents/snk-grid-config → snk-grid-config}/snk-grid-config.css +0 -0
  288. /package/dist/collection/components/{snk-grid/subcomponents → snk-grid-config}/snk-select-box/snk-select-box.css +0 -0
  289. /package/dist/collection/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/index.js +0 -0
  290. /package/dist/types/components/{snk-form → snk-form-config}/subcomponents/snk-config-options/snk-config-options.d.ts +0 -0
  291. /package/dist/types/components/{snk-form → snk-form-config}/subcomponents/snk-field-config/snk-field-config.d.ts +0 -0
  292. /package/dist/types/components/{snk-form → snk-form-config}/subcomponents/snk-tab-config/snk-tab-config.d.ts +0 -0
  293. /package/dist/types/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/IDelete.d.ts +0 -0
  294. /package/dist/types/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/IDownloadKey.d.ts +0 -0
  295. /package/dist/types/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/index.d.ts +0 -0
@@ -1,13 +1,18 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, h, Fragment } from '@stencil/core/internal/client';
2
2
  import { ElementIDUtils, ApplicationContext, StringUtils, DataType } from '@sankhyalabs/core';
3
- import { SortMode, UserInterface } from '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
3
+ import { UserInterface } from '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
4
4
  import { d as defineCustomElement$2, T as TaskbarElement } from './snk-taskbar2.js';
5
5
  import { C as ConfigStorage } from './ConfigStorage.js';
6
6
  import { P as PresentationMode } from './index2.js';
7
- import { T as TaskbarProcessor, S as SnkMultiSelectionListDataSource, o as openFieldSearch, b as buildFieldSearch } from './field-search.js';
7
+ import { T as TaskbarProcessor, S as SnkMultiSelectionListDataSource, o as openFieldSearch, C as CrudUtils, b as buildFieldSearch } from './field-search.js';
8
8
  import { s as store } from './index3.js';
9
9
  import { SelectionMode } from '@sankhyalabs/core/dist/dataunit/DataUnit';
10
+ import './DataFetcher.js';
11
+ import './dataunit-fetcher.js';
10
12
  import { d as defineCustomElement$i } from './snk-actions-button2.js';
13
+ import '@sankhyalabs/ezui/dist/collection/utils/constants';
14
+ import './filter-item-type.enum.js';
15
+ import './form-config-fetcher.js';
11
16
  import { d as defineCustomElement$h } from './snk-data-exporter2.js';
12
17
  import { d as defineCustomElement$g } from './snk-exporter-email-sender2.js';
13
18
  import { d as defineCustomElement$f } from './snk-expression-group2.js';
@@ -59,6 +64,7 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
59
64
  this._showSnkFilterBar = true;
60
65
  this.columnFilterDataSource = new SnkMultiSelectionListDataSource();
61
66
  this.configName = undefined;
67
+ this.filterBarTitle = undefined;
62
68
  this.resourceID = undefined;
63
69
  this.selectionToastConfig = undefined;
64
70
  this.actionsList = undefined;
@@ -74,6 +80,9 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
74
80
  this.taskbarCustomContainerId = undefined;
75
81
  this.gridHeaderCustomSlotId = 'GRID_HEADER_CUSTOM_ELEMENTS';
76
82
  this.topTaskbarCustomSlotId = 'GRID_TASKBAR_CUSTOM_ELEMENTS';
83
+ this.disablePersonalizedFilter = undefined;
84
+ this.gridLegacyConfigName = undefined;
85
+ this.filterBarLegacyConfigName = undefined;
77
86
  }
78
87
  /**
79
88
  * Exibe a janela de configurações da grade.
@@ -118,6 +127,16 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
118
127
  async findColumn() {
119
128
  await openFieldSearch(this._moreOptions, this._columnSearch);
120
129
  }
130
+ async handleGridLegacyConfigName(newLegacyConfig, oldLegacyConfig) {
131
+ if (!newLegacyConfig) {
132
+ return;
133
+ }
134
+ if (newLegacyConfig === oldLegacyConfig) {
135
+ return;
136
+ }
137
+ this.addGridLegacyConfigName();
138
+ this.loadConfig();
139
+ }
121
140
  openGridConfig() {
122
141
  this._grid.getColumnsState()
123
142
  .then((gridColumns) => {
@@ -131,19 +150,7 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
131
150
  }
132
151
  setGridConfig(config) {
133
152
  this._gridConfig = config;
134
- this.assertDefaultSorting();
135
- }
136
- assertDefaultSorting() {
137
- if (this._gridConfig && this._dataUnit) {
138
- this._dataUnit.defaultSorting = this._gridConfig
139
- .columns
140
- .filter(col => col.ascending != undefined)
141
- .sort((colA, colB) => colA.orderIndex - colB.orderIndex)
142
- .map(({ name: field, ascending }) => {
143
- const { dataType } = this._dataUnit.getField(field);
144
- return { field, dataType, mode: ascending ? SortMode.ASC : SortMode.DESC };
145
- });
146
- }
153
+ CrudUtils.assertDefaultSorting(this._gridConfig, this._dataUnit);
147
154
  }
148
155
  loadConfig() {
149
156
  ConfigStorage.loadGridConfig(this.configName, this.resourceID)
@@ -154,6 +161,11 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
154
161
  console.warn(error);
155
162
  });
156
163
  }
164
+ addGridLegacyConfigName() {
165
+ if (this.gridLegacyConfigName && this.configName) {
166
+ ConfigStorage.addGridLegacyConfig(this.configName, this.gridLegacyConfigName);
167
+ }
168
+ }
157
169
  gridConfigChangeHandler(evt) {
158
170
  const config = evt.detail;
159
171
  ConfigStorage.saveGridConfig(config, this.configName, this.resourceID);
@@ -269,7 +281,7 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
269
281
  ElementIDUtils.addIDInfo(this._element, null, dataInfo);
270
282
  }
271
283
  finshLoading() {
272
- this.assertDefaultSorting();
284
+ CrudUtils.assertDefaultSorting(this._gridConfig, this._dataUnit);
273
285
  this.addElementID();
274
286
  if (this.columnFilterDataSource != undefined) {
275
287
  this.columnFilterDataSource.setApplication(this._application);
@@ -278,6 +290,7 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
278
290
  }
279
291
  componentWillLoad() {
280
292
  this._application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
293
+ //TODO: substituir pelo metodo nativo closest
281
294
  let parent = this._element.parentElement;
282
295
  while (parent) {
283
296
  if (parent.tagName.toUpperCase() === "SNK-DATA-UNIT") {
@@ -307,6 +320,7 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
307
320
  }
308
321
  parent = parent.parentElement;
309
322
  }
323
+ this.addGridLegacyConfigName();
310
324
  this.loadConfig();
311
325
  }
312
326
  getHeaderDisabledButtons() {
@@ -421,13 +435,17 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
421
435
  return undefined;
422
436
  }
423
437
  return (h("div", { class: "snk-grid__container ez-flex ez-flex--column ez-flex-item--auto ez-padding--large" }, h("div", { class: "snk-grid__header ez-margin-bottom--medium" }, this._showSnkFilterBar &&
424
- h(Fragment, null, h("snk-filter-bar", { ref: (ref) => this._snkFilterBar = ref, dataUnit: this._dataUnit, "data-element-id": "gridFilter", class: "snk-grid__filter-bar ez-align--top", configName: this.configName, messagesBuilder: this.messagesBuilder, resourceID: this.resourceID, onConfigUpdated: evt => this.handleFilterConfigUpdated(evt.detail) }), h("hr", { class: "ez-divider-vertical ez-divider--dark ez-margin-left--medium snk-grid__header-divider" })), h("snk-taskbar", { class: "ez-padding-left--medium", "data-element-id": "grid_top", key: "topTaskbar", configName: this.configName, dataUnit: this._dataUnit, messagesBuilder: this.messagesBuilder, buttons: this._topTaskbarProcessor.buttons, disabledButtons: this._topTaskbarProcessor.disabledButtons, customButtons: this._topTaskbarProcessor.customButtons, primaryButton: this.getPrimaryButton(), resourceID: this.resourceID, customContainerId: this.taskbarCustomContainerId, customSlotId: this.topTaskbarCustomSlotId }, h("slot", { name: this.topTaskbarCustomSlotId }))), h("ez-grid", { ref: ref => this._grid = ref, class: (this.presentationMode === PresentationMode.SECONDARY ? "snk-grid-container__without-shadow " : "") + "snk-grid__table", "data-element-id": "embedded", dataUnit: this._dataUnit, key: "grid-" + this._snkDataUnit.entityName, config: this._gridConfig, onConfigChange: (evt) => { this.gridConfigChangeHandler(evt); }, onEzDoubleClick: (evt) => this.gridDoubleClick.emit(evt.detail), statusResolver: this.statusResolver, multipleSelection: this.multipleSelection, columnfilterDataSource: this.columnFilterDataSource, selectionToastConfig: this.selectionToastConfig, useEnterLikeTab: this.useEnterLikeTab, recordsValidator: this.recordsValidator, canEdit: this.canEdit }, h("snk-taskbar", { dataUnit: this._dataUnit, configName: this.configName, messagesBuilder: this.messagesBuilder, "data-element-id": "grid_left", buttons: this._headerTaskbarProcessor.buttons, presentationMode: this.presentationMode, disabledButtons: this._headerTaskbarProcessor.disabledButtons, customButtons: this._headerTaskbarProcessor.customButtons, slot: "leftButtons", actionsList: this.getActionsList(), primaryButton: this.getPrimaryButton(), resourceID: this.resourceID, customContainerId: this.taskbarCustomContainerId, customSlotId: this.gridHeaderCustomSlotId }, h("slot", { name: this.gridHeaderCustomSlotId }))), h("div", { class: "ez-col ez-col--sd-12" }, h("slot", { name: "SnkGridFooter" })), h("ez-modal", { modalSize: "small", closeEsc: false, closeOutsideClick: false, opened: this._popUpGridConfig, onEzCloseModal: () => this.closeGridConfig() }, h("snk-grid-config", { ref: ref => this._snkGridConfig = ref, config: this._gridConfig, "data-element-id": this._element.getAttribute(ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME), application: this._application, selectedIndex: 0, configName: this.configName, onConfigChange: (evt) => this.modalConfigChangeHandler(evt), onConfigCancel: () => this.closeGridConfig(), resourceID: this.resourceID }))));
438
+ h(Fragment, null, h("snk-filter-bar", { ref: (ref) => this._snkFilterBar = ref, title: this.filterBarTitle, dataUnit: this._dataUnit, "data-element-id": "gridFilter", class: "snk-grid__filter-bar ez-align--top", configName: this.configName, messagesBuilder: this.messagesBuilder, resourceID: this.resourceID, onConfigUpdated: evt => this.handleFilterConfigUpdated(evt.detail), disablePersonalizedFilter: this.disablePersonalizedFilter, filterBarLegacyConfigName: this.filterBarLegacyConfigName }), h("hr", { class: "ez-divider-vertical ez-divider--dark ez-margin-left--medium snk-grid__header-divider" })), h("snk-taskbar", { class: "ez-padding-left--medium", "data-element-id": "grid_top", key: "topTaskbar", configName: this.configName, dataUnit: this._dataUnit, messagesBuilder: this.messagesBuilder, buttons: this._topTaskbarProcessor.buttons, disabledButtons: this._topTaskbarProcessor.disabledButtons, customButtons: this._topTaskbarProcessor.customButtons, primaryButton: this.getPrimaryButton(), resourceID: this.resourceID, customContainerId: this.taskbarCustomContainerId, customSlotId: this.topTaskbarCustomSlotId, overflowStrategy: 'none' }, h("slot", { name: this.topTaskbarCustomSlotId }))), h("ez-grid", { ref: ref => this._grid = ref, class: (this.presentationMode === PresentationMode.SECONDARY ? "snk-grid-container__without-shadow " : "") + "snk-grid__table", "data-element-id": "embedded", dataUnit: this._dataUnit, key: "grid-" + this._snkDataUnit.entityName, config: this._gridConfig, onConfigChange: (evt) => { this.gridConfigChangeHandler(evt); }, onEzDoubleClick: (evt) => this.gridDoubleClick.emit(evt.detail), statusResolver: this.statusResolver, multipleSelection: this.multipleSelection, columnfilterDataSource: this.columnFilterDataSource, selectionToastConfig: this.selectionToastConfig, useEnterLikeTab: this.useEnterLikeTab, recordsValidator: this.recordsValidator, canEdit: this.canEdit }, h("snk-taskbar", { id: 'teste', dataUnit: this._dataUnit, configName: this.configName, messagesBuilder: this.messagesBuilder, "data-element-id": "grid_left", buttons: this._headerTaskbarProcessor.buttons, presentationMode: this.presentationMode, disabledButtons: this._headerTaskbarProcessor.disabledButtons, customButtons: this._headerTaskbarProcessor.customButtons, slot: "leftButtons", actionsList: this.getActionsList(), primaryButton: this.getPrimaryButton(), resourceID: this.resourceID, customContainerId: this.taskbarCustomContainerId, customSlotId: this.gridHeaderCustomSlotId }, h("slot", { name: this.gridHeaderCustomSlotId }))), h("div", { class: "ez-col ez-col--sd-12" }, h("slot", { name: "SnkGridFooter" })), h("ez-modal", { modalSize: "small", closeEsc: false, closeOutsideClick: false, opened: this._popUpGridConfig, onEzCloseModal: () => this.closeGridConfig() }, h("snk-grid-config", { ref: ref => this._snkGridConfig = ref, config: this._gridConfig, "data-element-id": this._element.getAttribute(ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME), selectedIndex: 0, configName: this.configName, onConfigChange: (evt) => this.modalConfigChangeHandler(evt), onConfigCancel: () => this.closeGridConfig(), resourceID: this.resourceID }))));
425
439
  }
426
440
  get _element() { return this; }
441
+ static get watchers() { return {
442
+ "gridLegacyConfigName": ["handleGridLegacyConfigName"]
443
+ }; }
427
444
  static get style() { return snkGridCss; }
428
445
  }, [6, "snk-grid", {
429
446
  "columnFilterDataSource": [1040],
430
447
  "configName": [1, "config-name"],
448
+ "filterBarTitle": [1, "filter-bar-title"],
431
449
  "resourceID": [1, "resource-i-d"],
432
450
  "selectionToastConfig": [16],
433
451
  "actionsList": [16],
@@ -443,6 +461,9 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
443
461
  "taskbarCustomContainerId": [1, "taskbar-custom-container-id"],
444
462
  "gridHeaderCustomSlotId": [1, "grid-header-custom-slot-id"],
445
463
  "topTaskbarCustomSlotId": [1, "top-taskbar-custom-slot-id"],
464
+ "disablePersonalizedFilter": [4, "disable-personalized-filter"],
465
+ "gridLegacyConfigName": [1, "grid-legacy-config-name"],
466
+ "filterBarLegacyConfigName": [1, "filter-bar-legacy-config-name"],
446
467
  "_dataUnit": [32],
447
468
  "_dataState": [32],
448
469
  "_gridConfig": [32],
@@ -64,8 +64,10 @@ const SnkFilterPersonalized = /*@__PURE__*/ proxyCustomElement(class extends HTM
64
64
  return this.presentationMode === EPresentationMode.MODAL;
65
65
  }
66
66
  doSearch(mode, argument, param) {
67
+ const context = Object.assign({}, param.searchContext);
68
+ context.searchOptions = Object.assign(Object.assign({}, context.searchOptions), { showInactives: "true" });
67
69
  return new Promise((resolve, reject) => {
68
- this._application.executePreparedSearch(mode, argument, param.searchContext)
70
+ this._application.executePreparedSearch(mode, argument, context)
69
71
  .then(result => {
70
72
  resolve(result);
71
73
  }).catch(reason => {
@@ -1,7 +1,7 @@
1
1
  import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
2
2
  import { ObjectUtils, StringUtils, ElementIDUtils } from '@sankhyalabs/core';
3
3
 
4
- const snkPesquisaCss = ".sc-snk-pesquisa-h{--snk-pesquisa--font-size:var(--text--medium, 14px);--snk-pesquisa--font-family:var(--font-pattern, Arial);--snk-pesquisa--font-weight:var(--text-weight--medium, 400);--snk-pesquisa__records--color:var(--text--primary, #626e82);--snk-pesquisa__records--padding-vertical:var(--space--medium, 12px);--snk-pesquisa__content--padding-right:var(--space--small, 6px);--snk-pesquisa__btn--color:var(--title--primary, #2B3A54);--snk-pesquisa__btn-disabled--color:var(--text--disable, #AFB6C0);--snk-pesquisa__btn-hover--color:var(--color--primary, #4e4e4e);--snk-pesquisa__scrollbar--color-default:var(--scrollbar--default, #626e82);--snk-pesquisa__scrollbar--color-background:var(--scrollbar--background, #E5EAF0);--snk-pesquisa__scrollbar--color-hover:var(--scrollbar--hover, #2B3A54);--snk-pesquisa__scrollbar--color-clicked:var(--scrollbar--clicked, #a2abb9);--snk-pesquisa__scrollbar--border-radius:var(--border--radius-small, 6px);--snk-pesquisa__scrollbar--width:var(--space--medium, 12px);max-height:100%;height:100%;display:flex;flex-direction:column;overflow-y:auto}.snk-pesquisa.sc-snk-pesquisa{display:flex;flex-direction:column;height:100%}.snk-pesquisa__input.sc-snk-pesquisa{display:flex;width:100%;box-sizing:border-box;padding-top:4px;padding-right:4px}.snk-pesquisa__input.sc-snk-pesquisa ez-icon.sc-snk-pesquisa{--ez-icon--color:inherit;font-weight:var(--text-weight--large, 600)}.snk-pesquisa__content.sc-snk-pesquisa{display:flex;flex-direction:column;height:100%;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--snk-pesquisa__scrollbar--color-clicked) var(--snk-pesquisa__scrollbar--color-background);padding-right:var(--snk-pesquisa__content--padding-right)}.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar{background-color:var(--snk-pesquisa__scrollbar--color-background);width:var(--snk-pesquisa__scrollbar--width);max-width:var(--snk-pesquisa__scrollbar--width);min-width:var(--snk-pesquisa__scrollbar--width)}.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-track{background-color:var(--snk-pesquisa__scrollbar--color-background);border-radius:var(--snk-pesquisa__scrollbar--border-radius)}.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-thumb{background-color:var(--snk-pesquisa__scrollbar--color-default);border-radius:var(--snk-pesquisa__scrollbar--border-radius)}.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-thumb:vertical:hover,.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-thumb:horizontal:hover{background-color:var(--snk-pesquisa__scrollbar--color-hover)}.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-thumb:vertical:active,.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-thumb:horizontal:active{background-color:var(--snk-pesquisa__scrollbar--color-clicked)}.snk-pesquisa__records.sc-snk-pesquisa{font-family:var(--snk-pesquisa--font-family);font-weight:var(--snk-pesquisa--font-weight);font-size:var(--snk-pesquisa--font-size);color:var(--snk-pesquisa__records--color);padding-bottom:var(--snk-pesquisa__records--padding-vertical);padding-top:var(--snk-pesquisa__records--padding-vertical)}.snk-pesquisa__btn.sc-snk-pesquisa{outline:none;border:none;background:none;cursor:pointer;color:var(--snk-pesquisa__btn--color)}.snk-pesquisa__btn.sc-snk-pesquisa:disabled{cursor:unset;color:var(--snk-pesquisa__btn-disabled--color)}.snk-pesquisa__btn.sc-snk-pesquisa:disabled:hover{cursor:unset;color:var(--snk-pesquisa__btn-disabled--color)}.snk-pesquisa__btn.sc-snk-pesquisa:hover{color:var(--snk-pesquisa__btn-hover--color)}";
4
+ const snkPesquisaCss = ".sc-snk-pesquisa-h{--snk-pesquisa--font-size:var(--text--medium, 14px);--snk-pesquisa--font-family:var(--font-pattern, Arial);--snk-pesquisa--font-weight:var(--text-weight--medium, 400);--snk-pesquisa__records--color:var(--text--primary, #626e82);--snk-pesquisa__records--padding-vertical:var(--space--medium, 12px);--snk-pesquisa__content--padding-right:var(--space--small, 6px);--snk-pesquisa__btn--color:var(--title--primary, #2B3A54);--snk-pesquisa__btn-disabled--color:var(--text--disable, #AFB6C0);--snk-pesquisa__btn-hover--color:var(--color--primary, #4e4e4e);--snk-pesquisa__scrollbar--color-default:var(--scrollbar--default, #626e82);--snk-pesquisa__scrollbar--color-background:var(--scrollbar--background, #E5EAF0);--snk-pesquisa__scrollbar--color-hover:var(--scrollbar--hover, #2B3A54);--snk-pesquisa__scrollbar--color-clicked:var(--scrollbar--clicked, #a2abb9);--snk-pesquisa__scrollbar--border-radius:var(--border--radius-small, 6px);--snk-pesquisa__scrollbar--width:var(--space--medium, 12px);height:100%;display:flex;flex-direction:column;overflow-y:auto}.snk-pesquisa.sc-snk-pesquisa{display:flex;flex-direction:column;height:100%}.snk-pesquisa__input.sc-snk-pesquisa{display:flex;width:100%;box-sizing:border-box;padding-top:4px;padding-right:4px}.snk-pesquisa__input.sc-snk-pesquisa ez-icon.sc-snk-pesquisa{--ez-icon--color:inherit;font-weight:var(--text-weight--large, 600)}.snk-pesquisa__content.sc-snk-pesquisa{display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--snk-pesquisa__scrollbar--color-clicked) var(--snk-pesquisa__scrollbar--color-background);padding-right:var(--snk-pesquisa__content--padding-right)}.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar{background-color:var(--snk-pesquisa__scrollbar--color-background);width:var(--snk-pesquisa__scrollbar--width);max-width:var(--snk-pesquisa__scrollbar--width);min-width:var(--snk-pesquisa__scrollbar--width)}.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-track{background-color:var(--snk-pesquisa__scrollbar--color-background);border-radius:var(--snk-pesquisa__scrollbar--border-radius)}.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-thumb{background-color:var(--snk-pesquisa__scrollbar--color-default);border-radius:var(--snk-pesquisa__scrollbar--border-radius)}.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-thumb:vertical:hover,.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-thumb:horizontal:hover{background-color:var(--snk-pesquisa__scrollbar--color-hover)}.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-thumb:vertical:active,.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-thumb:horizontal:active{background-color:var(--snk-pesquisa__scrollbar--color-clicked)}.snk-pesquisa__records.sc-snk-pesquisa{font-family:var(--snk-pesquisa--font-family);font-weight:var(--snk-pesquisa--font-weight);font-size:var(--snk-pesquisa--font-size);color:var(--snk-pesquisa__records--color);padding-bottom:var(--snk-pesquisa__records--padding-vertical);padding-top:var(--snk-pesquisa__records--padding-vertical)}.snk-pesquisa__btn.sc-snk-pesquisa{outline:none;border:none;background:none;cursor:pointer;color:var(--snk-pesquisa__btn--color)}.snk-pesquisa__btn.sc-snk-pesquisa:disabled{cursor:unset;color:var(--snk-pesquisa__btn-disabled--color)}.snk-pesquisa__btn.sc-snk-pesquisa:disabled:hover{cursor:unset;color:var(--snk-pesquisa__btn-disabled--color)}.snk-pesquisa__btn.sc-snk-pesquisa:hover{color:var(--snk-pesquisa__btn-hover--color)}";
5
5
 
6
6
  const SnkPesquisa = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
7
7
  constructor() {
@@ -1,22 +1,34 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, h } from '@stencil/core/internal/client';
2
- import { ObjectUtils, ApplicationContext, DataType, UserInterface, StringUtils, JSUtils, FloatingManager } from '@sankhyalabs/core';
2
+ import { StringUtils, ApplicationContext, ObjectUtils, DataType, UserInterface, JSUtils, FloatingManager, ElementIDUtils } from '@sankhyalabs/core';
3
3
  import { V as VIEW_MODE, S as SIMPLE_CRUD_MODE } from './constants.js';
4
4
  import { T as TaskbarElement, d as defineCustomElement$2 } from './snk-taskbar2.js';
5
5
  import './DataFetcher.js';
6
6
  import { I as InMemoryLoader } from './dataunit-fetcher.js';
7
+ import { S as SnkMultiSelectionListDataSource, T as TaskbarProcessor, b as buildFieldSearch, o as openFieldSearch, C as CrudUtils } from './field-search.js';
7
8
  import { P as PresentationMode } from './index2.js';
8
- import { d as defineCustomElement$6 } from './snk-actions-button2.js';
9
+ import { d as defineCustomElement$d } from './snk-actions-button2.js';
9
10
  import '@sankhyalabs/ezui/dist/collection/utils/constants';
10
11
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
11
12
  import './filter-item-type.enum.js';
12
13
  import './form-config-fetcher.js';
13
- import { S as SnkMultiSelectionListDataSource, T as TaskbarProcessor, b as buildFieldSearch, o as openFieldSearch } from './field-search.js';
14
- import { d as defineCustomElement$5 } from './snk-data-exporter2.js';
15
- import { d as defineCustomElement$4 } from './snk-data-unit2.js';
16
- import { d as defineCustomElement$3 } from './snk-exporter-email-sender2.js';
14
+ import { C as ConfigStorage } from './ConfigStorage.js';
15
+ import { S as SnkFormConfigManager } from './SnkFormConfigManager.js';
16
+ import { d as defineCustomElement$c } from './snk-config-options2.js';
17
+ import { d as defineCustomElement$b } from './snk-configurator2.js';
18
+ import { d as defineCustomElement$a } from './snk-data-exporter2.js';
19
+ import { d as defineCustomElement$9 } from './snk-data-unit2.js';
20
+ import { d as defineCustomElement$8 } from './snk-exporter-email-sender2.js';
21
+ import { d as defineCustomElement$7 } from './snk-field-config2.js';
22
+ import { d as defineCustomElement$6 } from './snk-form-config2.js';
23
+ import { d as defineCustomElement$5 } from './snk-grid-config2.js';
24
+ import { d as defineCustomElement$4 } from './snk-select-box2.js';
25
+ import { d as defineCustomElement$3 } from './snk-tab-config2.js';
17
26
  import { d as defineCustomElement$1 } from './taskbar-actions-button2.js';
18
27
 
19
- const snkSimpleCrudCss = ".sc-snk-simple-crud-h{display:flex;height:100%;width:100%}.simple-crud__container.sc-snk-simple-crud{display:grid;grid-template-rows:max-content;row-gap:12px;height:100%;width:100%}.simple-crud__container-section.sc-snk-simple-crud{flex-wrap:unset;flex-direction:column}ez-grid.sc-snk-simple-crud{--ez-grid__container--shadow:none;min-height:300px}ez-form.sc-snk-simple-crud{min-height:300px}";
28
+ const REGULAR_DEFAULT_BTNS = ["INSERT", "REFRESH", "PREVIOUS", "NEXT", "DIVIDER", "MORE_OPTIONS"];
29
+ const REGULAR_SELECTED_BTNS = ["INSERT", "REFRESH", "PREVIOUS", "NEXT", "DIVIDER", "CLONE", "REMOVE", "DIVIDER", "MORE_OPTIONS"];
30
+
31
+ const snkSimpleCrudCss = ".sc-snk-simple-crud-h{display:flex;height:100%;width:100%}.simple-crud__container.sc-snk-simple-crud{display:grid;grid-template-rows:max-content;row-gap:12px;height:100%;width:100%}.simple-crud__container-section.sc-snk-simple-crud{flex-wrap:unset;flex-direction:column}.simple-crud__form--hidden.sc-snk-simple-crud{display:none}ez-grid.sc-snk-simple-crud{--ez-grid__container--shadow:none;min-height:300px}ez-form.sc-snk-simple-crud{min-height:300px}";
20
32
 
21
33
  const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
22
34
  constructor() {
@@ -26,20 +38,23 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
26
38
  this.dataUnitReady = createEvent(this, "dataUnitReady", 3);
27
39
  this.actionClick = createEvent(this, "actionClick", 7);
28
40
  this.formItemsReady = createEvent(this, "formItemsReady", 7);
29
- this.REGULAR_DEFAULT_BTNS = ["INSERT", "REFRESH", "PREVIOUS", "NEXT", "DIVIDER", "MORE_OPTIONS"];
30
- this.REGULAR_SELECTED_BTNS = ["INSERT", "REFRESH", "PREVIOUS", "NEXT", "DIVIDER", "CLONE", "REMOVE", "DIVIDER", "MORE_OPTIONS"];
41
+ this.configuratorSave = createEvent(this, "configuratorSave", 7);
42
+ this.configuratorCancel = createEvent(this, "configuratorCancel", 7);
31
43
  this._multiSelectionListDataSource = new SnkMultiSelectionListDataSource();
32
44
  this._keyDownHandler = (event) => this.keyDownListener(event);
33
45
  this._taskbarProcessor = new TaskbarProcessor({
34
- "snkSimpleCrudTaskbar.form_regular": this.resolveInMemoryBtns(this.REGULAR_DEFAULT_BTNS).concat(TaskbarElement.GRID_MODE),
35
- "snkSimpleCrudTaskbar.grid_regular": this.resolveInMemoryBtns(this.REGULAR_DEFAULT_BTNS).concat(TaskbarElement.FORM_MODE),
36
- "snkSimpleCrudTaskbar.form_selected": this.resolveInMemoryBtns(this.REGULAR_SELECTED_BTNS).concat(TaskbarElement.GRID_MODE),
37
- "snkSimpleCrudTaskbar.grid_selected": this.resolveInMemoryBtns(this.REGULAR_SELECTED_BTNS).concat(TaskbarElement.FORM_MODE),
46
+ "snkSimpleCrudTaskbar.form_regular": this.getButtons(false, TaskbarElement.GRID_MODE),
47
+ "snkSimpleCrudTaskbar.grid_regular": this.getButtons(false, TaskbarElement.FORM_MODE),
48
+ "snkSimpleCrudTaskbar.form_selected": this.getButtons(true, TaskbarElement.GRID_MODE),
49
+ "snkSimpleCrudTaskbar.grid_selected": this.getButtons(true, TaskbarElement.FORM_MODE),
38
50
  "snkSimpleCrudTaskbar.finish_edition": ["CANCEL", "SAVE"]
39
51
  });
52
+ this._showPopUpGridConfig = false;
53
+ this._showFormConfig = false;
40
54
  this._currentViewMode = VIEW_MODE.GRID;
41
55
  this._config = undefined;
42
56
  this._fieldToGetFocus = undefined;
57
+ this._customContainerId = `SNK-SIMPLE-CRUD-CUSTOM-CONTAINER-${StringUtils.generateUUID()}`;
43
58
  this.dataState = undefined;
44
59
  this.dataUnit = undefined;
45
60
  this.mode = SIMPLE_CRUD_MODE.SERVER;
@@ -51,6 +66,25 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
51
66
  this.taskbarManager = undefined;
52
67
  this.messagesBuilder = undefined;
53
68
  this.useEnterLikeTab = false;
69
+ this.actionsList = undefined;
70
+ this.configName = undefined;
71
+ this.showConfiguratorButtons = undefined;
72
+ this.gridLegacyConfigName = undefined;
73
+ this.formLegacyConfigName = undefined;
74
+ this.ignoreReadOnlyFormFields = false;
75
+ }
76
+ getButtons(selected, changeModeBtn) {
77
+ return this.addConfigButton(this.resolveInMemoryBtns(selected ? REGULAR_SELECTED_BTNS : REGULAR_DEFAULT_BTNS)
78
+ .concat(changeModeBtn));
79
+ }
80
+ addConfigButton(buttons) {
81
+ if (this.configName === undefined) {
82
+ return buttons;
83
+ }
84
+ return buttons.concat(TaskbarElement.CONFIGURATOR);
85
+ }
86
+ get application() {
87
+ return ApplicationContext.getContextValue("__SNK__APPLICATION__");
54
88
  }
55
89
  resolveInMemoryBtns(taskbarButtons) {
56
90
  const newTaskBarConfig = [...taskbarButtons];
@@ -70,7 +104,10 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
70
104
  }
71
105
  actionClickListener(evt) {
72
106
  const act = evt.detail;
73
- if (act === TaskbarElement.GRID_MODE) {
107
+ if (act === TaskbarElement.CONFIGURATOR) {
108
+ this._snkConfigurator.open();
109
+ }
110
+ else if (act === TaskbarElement.GRID_MODE) {
74
111
  this.goToView(VIEW_MODE.GRID);
75
112
  }
76
113
  else if (act === TaskbarElement.FORM_MODE) {
@@ -88,8 +125,111 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
88
125
  this.dataStateChange.emit(newValue);
89
126
  }
90
127
  }
91
- componentWillRender() {
128
+ async observeFormLegacy() {
129
+ await this.handleUpdateFormLegacyConfig();
130
+ }
131
+ async observeGridLegacy() {
132
+ await this.handleUpdateGridLegacyConfig();
133
+ }
134
+ async handleUpdateGridLegacyConfig() {
135
+ if (this.gridLegacyConfigName) {
136
+ this.addGridLegacyConfigName();
137
+ if (this._gridConfigAlreadyLoaded) {
138
+ await this.loadGridConfig(true);
139
+ }
140
+ }
141
+ }
142
+ async handleUpdateFormLegacyConfig() {
143
+ var _a, _b, _c;
144
+ if (this.formLegacyConfigName) {
145
+ const legacyConfig = await this.fetchFormLegacyConfig();
146
+ if (!legacyConfig)
147
+ return;
148
+ const rawFields = (_c = (_b = (_a = legacyConfig === null || legacyConfig === void 0 ? void 0 : legacyConfig.formConfig) === null || _a === void 0 ? void 0 : _a.layout) === null || _b === void 0 ? void 0 : _b.field) !== null && _c !== void 0 ? _c : [];
149
+ const fields = Array.isArray(rawFields) ? rawFields : [rawFields];
150
+ const newConfig = { emptyConfig: false, fields: fields };
151
+ this.setFormConfig(newConfig, true);
152
+ this._formConfigManager.setConfig(this.formConfig);
153
+ }
154
+ }
155
+ async fetchFormLegacyConfig() {
156
+ const payload = {
157
+ 'requestBody': {
158
+ 'config': {
159
+ 'chave': this.formLegacyConfigName,
160
+ 'tipo': 'T',
161
+ },
162
+ },
163
+ };
164
+ return await this.application.callServiceBroker('SystemUtilsSP.getConf', JSON.stringify(payload));
165
+ }
166
+ openConfig(viewMode) {
167
+ this._snkConfigurator.close();
168
+ if (viewMode === VIEW_MODE.GRID) {
169
+ this.openGridConfig();
170
+ }
171
+ else if (viewMode === VIEW_MODE.FORM) {
172
+ this.openFormConfig();
173
+ }
174
+ }
175
+ openGridConfig() {
176
+ this._grid.getColumnsState()
177
+ .then((gridColumns) => {
178
+ this._snkGridConfig.columns = gridColumns.filter(c => c.name);
179
+ this._snkGridConfig.selectedIndex = 0;
180
+ this._showPopUpGridConfig = true;
181
+ });
182
+ }
183
+ openFormConfig() {
184
+ //No momento não daremos suporte para configuraçao de formulário quando houver legacy config
185
+ if (this.formLegacyConfigName)
186
+ return;
187
+ this._showFormConfig = true;
188
+ }
189
+ addGridLegacyConfigName() {
190
+ if (this.gridLegacyConfigName && this.configName) {
191
+ ConfigStorage.addGridLegacyConfig(this.configName, this.gridLegacyConfigName);
192
+ }
193
+ }
194
+ loadGridConfig(forceUpdate) {
195
+ if ((this.gridConfig != undefined || this._gridConfigAlreadyLoaded) && !forceUpdate) {
196
+ return;
197
+ }
198
+ this._gridConfigAlreadyLoaded = true;
199
+ return new Promise((accept, reject) => {
200
+ ConfigStorage.loadGridConfig(this.configName, this._resourceID)
201
+ .then(config => {
202
+ this.setGridConfig(config);
203
+ accept();
204
+ })
205
+ .catch(reason => {
206
+ reject(reason);
207
+ });
208
+ });
209
+ }
210
+ async loadFormConfig() {
211
+ if (this._formConfigManager == undefined) {
212
+ this._formConfigManager = new SnkFormConfigManager(this.configName, this._resourceID);
213
+ this._formConfigManager.setConfig(this.formConfig);
214
+ }
215
+ if (this.formConfig != undefined || this._formConfigAlreadyLoaded) {
216
+ return;
217
+ }
218
+ this._formConfigAlreadyLoaded = true;
219
+ this.setFormConfig(await this._formConfigManager.loadConfig());
220
+ }
221
+ async componentWillRender() {
222
+ this._resourceID = await this.application.getResourceID();
92
223
  this._taskbarProcessor.process(this.getTaskBarId(), this.taskbarManager, this.dataState, this.getTaskBarDisabledButtons());
224
+ if (this.configName === undefined) {
225
+ return;
226
+ }
227
+ if (this.gridConfig != undefined || this._gridConfigAlreadyLoaded) {
228
+ return;
229
+ }
230
+ await this.addGridLegacyConfigName();
231
+ this.loadGridConfig();
232
+ this.loadFormConfig();
93
233
  }
94
234
  componentWillLoad() {
95
235
  this.processMetadata();
@@ -97,8 +237,7 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
97
237
  this.configDatasource();
98
238
  }
99
239
  configDatasource() {
100
- const application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
101
- this._multiSelectionListDataSource.setApplication(application);
240
+ this._multiSelectionListDataSource.setApplication(this.application);
102
241
  this._multiSelectionListDataSource.setDataUnit(this.dataUnit);
103
242
  }
104
243
  getTaskBarId() {
@@ -139,6 +278,20 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
139
278
  getRecords() {
140
279
  return Promise.resolve(this.dataUnit.records);
141
280
  }
281
+ /**
282
+ * Usado para abrir o configurator do CRUD
283
+ */
284
+ async openConfigurator() {
285
+ var _a;
286
+ (_a = this._snkConfigurator) === null || _a === void 0 ? void 0 : _a.open();
287
+ }
288
+ /**
289
+ * Usado para fechar o configurator do CRUD
290
+ */
291
+ async closeConfigurator() {
292
+ var _a;
293
+ (_a = this._snkConfigurator) === null || _a === void 0 ? void 0 : _a.close();
294
+ }
142
295
  processMetadata() {
143
296
  const fieldsMetadataElem = this._element.querySelectorAll("snk-field-metadata");
144
297
  const fieldMetadata = [];
@@ -193,6 +346,14 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
193
346
  this.dataUnit.clearSelection();
194
347
  }
195
348
  }
349
+ handleConfiguratorEvent(evt, type) {
350
+ evt.stopImmediatePropagation();
351
+ if (type === 'SAVE') {
352
+ this.configuratorSave.emit();
353
+ return;
354
+ }
355
+ this.configuratorCancel.emit();
356
+ }
196
357
  getColumnSearch(actionButton, item) {
197
358
  if (this._columnSearch != undefined) {
198
359
  return this._columnSearch;
@@ -234,7 +395,9 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
234
395
  return (_b = (_a = this.formConfig) === null || _a === void 0 ? void 0 : _a.fields) !== null && _b !== void 0 ? _b : this._formFields;
235
396
  }
236
397
  handleFormSetFields(fields) {
237
- this._formFields = fields !== null && fields !== void 0 ? fields : [];
398
+ if (!ObjectUtils.equals(this._formFields, fields)) {
399
+ this._formFields = fields !== null && fields !== void 0 ? fields : [];
400
+ }
238
401
  }
239
402
  fieldsOptionLoader(argument) {
240
403
  const searchTerm = argument === null || argument === void 0 ? void 0 : argument.toLowerCase();
@@ -249,7 +412,7 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
249
412
  }
250
413
  getActionsList() {
251
414
  var _a, _b;
252
- return [{
415
+ const hardList = [{
253
416
  value: StringUtils.generateUUID(),
254
417
  label: (_b = (_a = this.messagesBuilder) === null || _a === void 0 ? void 0 : _a.getMessage("snkSimpleCrud.findColumn", undefined)) !== null && _b !== void 0 ? _b : "Buscar",
255
418
  disableCloseOnSelect: true,
@@ -258,6 +421,16 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
258
421
  ? this.getColumnSearch(actionButton, item)
259
422
  : this.getFieldSearch(actionButton, item)
260
423
  }];
424
+ if (this.taskbarManager != undefined && this.taskbarManager.getMoreOptions != undefined) {
425
+ const taskbarID = this.getTopTaskBarId();
426
+ return hardList.concat(this.taskbarManager.getMoreOptions(taskbarID, this.configName, this.dataState, this.actionsList));
427
+ }
428
+ return hardList.concat(this.actionsList);
429
+ }
430
+ getTopTaskBarId() {
431
+ var _a;
432
+ return ((_a = this.dataState) === null || _a === void 0 ? void 0 : _a.isDirty) ? `snkGridTopTaskbar.finish_edition${PresentationMode.PRIMARY}` :
433
+ `snkGridTopTaskbar.regular${PresentationMode.PRIMARY}`;
261
434
  }
262
435
  async keyDownListener(event) {
263
436
  if (!event.ctrlKey || event.key == undefined || event.key.toUpperCase() !== "F") {
@@ -296,43 +469,93 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
296
469
  disconnectedCallback() {
297
470
  window.removeEventListener("keydown", this._keyDownHandler);
298
471
  }
472
+ gridConfigChangeHandler(evt) {
473
+ const config = evt.detail;
474
+ ConfigStorage.saveGridConfig(config, this.configName, this._resourceID);
475
+ evt.stopPropagation();
476
+ }
477
+ modalConfigChangeHandler(evt) {
478
+ const config = evt.detail;
479
+ this._grid.setColumnsState(config.columns)
480
+ .then(() => {
481
+ this.setGridConfig(config);
482
+ this.closeGridConfig();
483
+ });
484
+ evt.stopPropagation();
485
+ }
486
+ setGridConfig(config) {
487
+ this.gridConfig = config;
488
+ CrudUtils.assertDefaultSorting(this.gridConfig, this.dataUnit);
489
+ }
490
+ setFormConfig(config, forceUpdate) {
491
+ if (this.formConfig && !forceUpdate)
492
+ return;
493
+ this.formConfig = config;
494
+ }
495
+ closeGridConfig() {
496
+ this._showPopUpGridConfig = false;
497
+ }
498
+ closeFormConfig() {
499
+ this._showFormConfig = false;
500
+ }
501
+ //No momento não daremos suporte para configuração de formulário quando houver formLegacyConfigName
502
+ handleShowFormConfig() {
503
+ return this._showFormConfig && !this.formLegacyConfigName;
504
+ }
505
+ /* istanbul ignore next */
299
506
  render() {
300
- var _a;
301
- return (h("snk-data-unit", { class: "simple-crud__container", dataUnit: this.dataUnit, useCancelConfirm: this.useCancelConfirm, onDataStateChange: evt => this.onDataStateChange(evt), onCancelEdition: this.handleCancelEdit.bind(this), onInsertionMode: () => this.goToView(VIEW_MODE.FORM), onDataUnitReady: (evt) => this.dataUnitReady.emit(evt.detail), ignoreSaveMessage: this._currentViewMode === VIEW_MODE.GRID, onMessagesBuilderUpdated: evt => this.messagesBuilder = evt.detail }, h("header", null, h("slot", { name: "snkSimpleCrudHeader" })), h("section", { class: "ez-box ez-box--shadow simple-crud__container-section" }, h("snk-taskbar", { class: "ez-box ez-box--shadow ez-padding--medium ez-margin-bottom--large", dataUnit: this.dataUnit, primaryButton: ((_a = this.dataState) === null || _a === void 0 ? void 0 : _a.isDirty) ? "SAVE" : "INSERT", "data-element-id": "grid_left", messagesBuilder: this.messagesBuilder, buttons: this._taskbarProcessor.buttons, actionsList: this.getActionsList(), disabledButtons: this._taskbarProcessor.disabledButtons, customButtons: this._taskbarProcessor.customButtons, slot: "leftButtons", presentationMode: PresentationMode.SECONDARY }, h("slot", { name: "TASKBAR_CUSTOM_ELEMENTS" })), h("ez-view-stack", { ref: (ref) => this._viewStack = ref, "data-element-id": "simple-crud" }, h("stack-item", null, h("ez-grid", { ref: ref => this._grid = ref, dataUnit: this.dataUnit, config: this.gridConfig, "no-header": true, multipleSelection: this.multipleSelection, onEzDoubleClick: () => this.goToView(VIEW_MODE.FORM), columnfilterDataSource: this.dataUnit.name.includes(InMemoryLoader.IN_MEMORY_DATA_UNIT_NAME)
507
+ var _a, _b, _c;
508
+ if (this.dataUnit == undefined) {
509
+ return;
510
+ }
511
+ return (h("snk-data-unit", { class: "simple-crud__container", dataUnit: this.dataUnit, useCancelConfirm: this.useCancelConfirm, onDataStateChange: evt => this.onDataStateChange(evt), onCancelEdition: this.handleCancelEdit.bind(this), onInsertionMode: () => this.goToView(VIEW_MODE.FORM), onDataUnitReady: (evt) => this.dataUnitReady.emit(evt.detail), ignoreSaveMessage: this._currentViewMode === VIEW_MODE.GRID, onMessagesBuilderUpdated: evt => this.messagesBuilder = evt.detail }, h("header", null, h("slot", { name: "snkSimpleCrudHeader" })), h("section", { class: "ez-box ez-box--shadow simple-crud__container-section" }, h("snk-taskbar", { class: "ez-box ez-box--shadow ez-padding--medium", dataUnit: this.dataUnit, primaryButton: ((_a = this.dataState) === null || _a === void 0 ? void 0 : _a.isDirty) ? "SAVE" : "INSERT", "data-element-id": "grid_left", messagesBuilder: this.messagesBuilder, buttons: this._taskbarProcessor.buttons, actionsList: this.getActionsList(), disabledButtons: this._taskbarProcessor.disabledButtons, customButtons: this._taskbarProcessor.customButtons, slot: "leftButtons", presentationMode: PresentationMode.SECONDARY }, h("slot", { name: "TASKBAR_CUSTOM_ELEMENTS" })), h("ez-view-stack", { ref: (ref) => this._viewStack = ref, "data-element-id": "simple-crud" }, h("stack-item", null, h("ez-grid", { class: "ez-margin-bottom--large", ref: ref => this._grid = ref, dataUnit: this.dataUnit, config: this.gridConfig, "no-header": true, multipleSelection: this.multipleSelection, onEzDoubleClick: () => this.goToView(VIEW_MODE.FORM), onConfigChange: evt => this.gridConfigChangeHandler(evt), columnfilterDataSource: this.dataUnit.name && this.dataUnit.name.includes(InMemoryLoader.IN_MEMORY_DATA_UNIT_NAME)
302
512
  ? undefined
303
- : this._multiSelectionListDataSource, useEnterLikeTab: this.useEnterLikeTab }, h("div", { slot: "footer" }, h("slot", { name: "snkSimpleCrudFooter" })))), h("stack-item", null, h("ez-form", { dataUnit: this.dataUnit, config: this.formConfig, fieldToFocus: this._fieldToGetFocus, onEzFormSetFields: (evt) => this.handleFormSetFields(evt.detail), onEzFormRequestClearFieldToFocus: this.clearFieldToFocusHandler.bind(this) }))))));
513
+ : this._multiSelectionListDataSource, useEnterLikeTab: this.useEnterLikeTab }, h("div", { slot: "footer" }, h("slot", { name: "snkSimpleCrudFooter" })))), h("stack-item", null, h("ez-form", { class: `ez-margin-top--large ${this.handleShowFormConfig() ? "simple-crud__form--hidden" : ""}`, dataUnit: this.dataUnit, config: (_b = this._formConfigManager) === null || _b === void 0 ? void 0 : _b.getConfig((_c = this.dataState) === null || _c === void 0 ? void 0 : _c.insertionMode, this.dataUnit, this.ignoreReadOnlyFormFields), fieldToFocus: this._fieldToGetFocus, onEzFormSetFields: (evt) => this.handleFormSetFields(evt.detail), onEzFormRequestClearFieldToFocus: this.clearFieldToFocusHandler.bind(this) }), this.handleShowFormConfig() && h("snk-form-config", { messagesBuilder: this.messagesBuilder, dataUnit: this.dataUnit, configManager: this._formConfigManager, onConfigClose: () => this.closeFormConfig() })), this.messagesBuilder && h("snk-configurator", { ref: (ref) => this._snkConfigurator = ref, viewMode: this._currentViewMode, messagesBuilder: this.messagesBuilder, onConfigSelected: (evt) => this.goToView(evt.detail), onOpenConfig: (evt) => this.openConfig(evt.detail), showActionButtons: this.showConfiguratorButtons, onSave: evt => this.handleConfiguratorEvent(evt, 'SAVE'), onCancel: evt => this.handleConfiguratorEvent(evt, 'CANCEL'), resourceID: this._resourceID, customContainerId: this._customContainerId })), h("div", { id: `${this._customContainerId}` }, h("slot", { name: "SnkConfigContainerSlot" }))), h("ez-modal", { modalSize: "small", closeEsc: false, closeOutsideClick: false, opened: this._showPopUpGridConfig, onEzCloseModal: () => this.closeGridConfig() }, h("snk-grid-config", { ref: ref => this._snkGridConfig = ref, config: this.gridConfig, "data-element-id": this._element.getAttribute(ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME), selectedIndex: 0, configName: this.configName, onConfigChange: (evt) => this.modalConfigChangeHandler(evt), onConfigCancel: () => this.closeGridConfig(), resourceID: this._resourceID }))));
304
514
  }
305
515
  get _element() { return this; }
306
516
  static get watchers() { return {
307
517
  "mode": ["onModeChange"],
308
- "dataState": ["observeDataState"]
518
+ "dataState": ["observeDataState"],
519
+ "formLegacyConfigName": ["observeFormLegacy"],
520
+ "gridLegacyConfigName": ["observeGridLegacy"]
309
521
  }; }
310
522
  static get style() { return snkSimpleCrudCss; }
311
523
  }, [6, "snk-simple-crud", {
312
524
  "dataState": [16],
313
525
  "dataUnit": [16],
314
526
  "mode": [2],
315
- "gridConfig": [16],
527
+ "gridConfig": [1040],
316
528
  "formConfig": [16],
317
529
  "multipleSelection": [4, "multiple-selection"],
318
530
  "useCancelConfirm": [4, "use-cancel-confirm"],
319
531
  "taskbarManager": [16],
320
532
  "messagesBuilder": [1040],
321
533
  "useEnterLikeTab": [4, "use-enter-like-tab"],
534
+ "actionsList": [16],
535
+ "configName": [1025, "config-name"],
536
+ "showConfiguratorButtons": [4, "show-configurator-buttons"],
537
+ "gridLegacyConfigName": [1, "grid-legacy-config-name"],
538
+ "formLegacyConfigName": [1, "form-legacy-config-name"],
539
+ "ignoreReadOnlyFormFields": [4, "ignore-read-only-form-fields"],
540
+ "_showPopUpGridConfig": [32],
541
+ "_showFormConfig": [32],
322
542
  "_currentViewMode": [32],
323
543
  "_config": [32],
324
544
  "_fieldToGetFocus": [32],
545
+ "_customContainerId": [32],
325
546
  "_formFields": [32],
326
547
  "goToView": [64],
327
548
  "setMetadata": [64],
328
549
  "setRecords": [64],
329
- "getRecords": [64]
550
+ "getRecords": [64],
551
+ "openConfigurator": [64],
552
+ "closeConfigurator": [64]
330
553
  }, [[0, "actionClick", "actionClickListener"]]]);
331
554
  function defineCustomElement() {
332
555
  if (typeof customElements === "undefined") {
333
556
  return;
334
557
  }
335
- const components = ["snk-simple-crud", "snk-actions-button", "snk-data-exporter", "snk-data-unit", "snk-exporter-email-sender", "snk-taskbar", "taskbar-actions-button"];
558
+ const components = ["snk-simple-crud", "snk-actions-button", "snk-config-options", "snk-configurator", "snk-data-exporter", "snk-data-unit", "snk-exporter-email-sender", "snk-field-config", "snk-form-config", "snk-grid-config", "snk-select-box", "snk-tab-config", "snk-taskbar", "taskbar-actions-button"];
336
559
  components.forEach(tagName => { switch (tagName) {
337
560
  case "snk-simple-crud":
338
561
  if (!customElements.get(tagName)) {
@@ -341,20 +564,55 @@ function defineCustomElement() {
341
564
  break;
342
565
  case "snk-actions-button":
343
566
  if (!customElements.get(tagName)) {
344
- defineCustomElement$6();
567
+ defineCustomElement$d();
568
+ }
569
+ break;
570
+ case "snk-config-options":
571
+ if (!customElements.get(tagName)) {
572
+ defineCustomElement$c();
573
+ }
574
+ break;
575
+ case "snk-configurator":
576
+ if (!customElements.get(tagName)) {
577
+ defineCustomElement$b();
345
578
  }
346
579
  break;
347
580
  case "snk-data-exporter":
348
581
  if (!customElements.get(tagName)) {
349
- defineCustomElement$5();
582
+ defineCustomElement$a();
350
583
  }
351
584
  break;
352
585
  case "snk-data-unit":
353
586
  if (!customElements.get(tagName)) {
354
- defineCustomElement$4();
587
+ defineCustomElement$9();
355
588
  }
356
589
  break;
357
590
  case "snk-exporter-email-sender":
591
+ if (!customElements.get(tagName)) {
592
+ defineCustomElement$8();
593
+ }
594
+ break;
595
+ case "snk-field-config":
596
+ if (!customElements.get(tagName)) {
597
+ defineCustomElement$7();
598
+ }
599
+ break;
600
+ case "snk-form-config":
601
+ if (!customElements.get(tagName)) {
602
+ defineCustomElement$6();
603
+ }
604
+ break;
605
+ case "snk-grid-config":
606
+ if (!customElements.get(tagName)) {
607
+ defineCustomElement$5();
608
+ }
609
+ break;
610
+ case "snk-select-box":
611
+ if (!customElements.get(tagName)) {
612
+ defineCustomElement$4();
613
+ }
614
+ break;
615
+ case "snk-tab-config":
358
616
  if (!customElements.get(tagName)) {
359
617
  defineCustomElement$3();
360
618
  }