@sankhyalabs/sankhyablocks 8.15.0-dev.7 → 8.15.0-dev.70

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 (382) hide show
  1. package/dist/cjs/{ConfigStorage-8009ecb2.js → ConfigStorage-9a53a42c.js} +94 -21
  2. package/dist/cjs/{DataFetcher-ba94ed5b.js → DataFetcher-515bda03.js} +7 -4
  3. package/dist/cjs/IExporterProvider-90690372.js +230 -0
  4. package/dist/cjs/{ISave-d68ce3cd.js → ISave-e91b70a7.js} +1 -0
  5. package/dist/cjs/RecordIDUtils-3735135c.js +43 -0
  6. package/dist/cjs/{SnkFormConfigManager-7d850fbc.js → SnkFormConfigManager-7b222c78.js} +23 -15
  7. package/dist/cjs/{SnkMessageBuilder-7293d0ad.js → SnkMessageBuilder-4a95fe86.js} +25 -13
  8. package/dist/cjs/{auth-fetcher-c8467c07.js → auth-fetcher-5acb0335.js} +1 -1
  9. package/dist/cjs/{dataunit-fetcher-14108bec.js → dataunit-fetcher-7a08e4dd.js} +409 -77
  10. package/dist/cjs/{form-config-fetcher-df043d3d.js → form-config-fetcher-3f430aee.js} +13 -1
  11. package/dist/cjs/index-f9e81701.js +2 -10
  12. package/dist/cjs/loader.cjs.js +1 -1
  13. package/dist/cjs/{pesquisa-fetcher-ef050a47.js → pesquisa-fetcher-916a935c.js} +12 -13
  14. package/dist/cjs/sankhyablocks.cjs.js +1 -1
  15. package/dist/cjs/{snk-actions-button_2.cjs.entry.js → snk-actions-button_4.cjs.entry.js} +526 -8
  16. package/dist/cjs/snk-application.cjs.entry.js +68 -24
  17. package/dist/cjs/snk-attach.cjs.entry.js +430 -71
  18. package/dist/cjs/snk-crud.cjs.entry.js +124 -28
  19. package/dist/cjs/snk-data-exporter.cjs.entry.js +207 -83
  20. package/dist/cjs/snk-data-unit-3718477f.js +670 -0
  21. package/dist/cjs/snk-data-unit.cjs.entry.js +11 -2
  22. package/dist/cjs/snk-detail-view.cjs.entry.js +52 -13
  23. package/dist/cjs/snk-entity-list.cjs.entry.js +5 -3
  24. package/dist/cjs/snk-filter-bar.cjs.entry.js +70 -10
  25. package/dist/cjs/snk-filter-detail.cjs.entry.js +4 -1
  26. package/dist/cjs/snk-filter-item.cjs.entry.js +13 -6
  27. package/dist/cjs/snk-filter-modal-item.cjs.entry.js +3 -3
  28. package/dist/cjs/snk-filter-modal.cjs.entry.js +2 -1
  29. package/dist/cjs/snk-filter-multi-select.cjs.entry.js +2 -1
  30. package/dist/cjs/snk-form-config.cjs.entry.js +47 -27
  31. package/dist/cjs/snk-form-view.cjs.entry.js +67 -0
  32. package/dist/cjs/snk-form.cjs.entry.js +60 -8
  33. package/dist/cjs/snk-grid.cjs.entry.js +199 -122
  34. package/dist/cjs/{snk-guides-viewer-e7f76399.js → snk-guides-viewer-7fb9e5a1.js} +56 -20
  35. package/dist/cjs/snk-guides-viewer.cjs.entry.js +10 -10
  36. package/dist/cjs/snk-personalized-filter-editor.cjs.entry.js +3 -1
  37. package/dist/cjs/snk-personalized-filter.cjs.entry.js +3 -3
  38. package/dist/cjs/snk-pesquisa.cjs.entry.js +1 -1
  39. package/dist/cjs/snk-simple-crud.cjs.entry.js +507 -39
  40. package/dist/cjs/snk-taskbar.cjs.entry.js +124 -15
  41. package/dist/cjs/{taskbar-elements-01b85b99.js → taskbar-elements-d9392685.js} +11 -11
  42. package/dist/collection/collection-manifest.json +8 -8
  43. package/dist/collection/components/snk-application/__mocks__/snk-application.js +7 -0
  44. package/dist/collection/components/snk-application/snk-application.js +122 -19
  45. package/dist/collection/components/snk-attach/snk-attach.js +220 -53
  46. package/dist/collection/components/snk-attach/structure/{crud-config-builder.js → builder/anexo-sistema-crud-config.builder.js} +1 -1
  47. package/dist/collection/components/snk-attach/structure/builder/attach-crud-config.builder.js +62 -0
  48. package/dist/collection/components/snk-attach/structure/{taskbar-builder.js → builder/taskbar-builder.js} +1 -1
  49. package/dist/collection/components/snk-attach/structure/fetcher/facade/fetcher.facade.js +1 -0
  50. package/dist/collection/components/snk-attach/structure/{data-unit-builder.js → fetcher/factory/anexo-sistema-data-unit.factory.js} +14 -11
  51. package/dist/collection/components/snk-attach/structure/fetcher/factory/attach-fetcher-data-unit.factory.js +118 -0
  52. package/dist/collection/components/snk-attach/structure/index.js +6 -3
  53. package/dist/collection/components/snk-crud/interfaces/PropsCustomEditor.js +1 -0
  54. package/dist/collection/components/snk-crud/interfaces/PropsCustomRender.js +1 -0
  55. package/dist/collection/components/snk-crud/snk-crud.js +340 -19
  56. package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.js +137 -2
  57. package/dist/collection/components/snk-crud/subcomponents/snk-form-view.js +161 -0
  58. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.css +11 -2
  59. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +163 -13
  60. package/dist/collection/components/snk-data-exporter/exporter-strategy/ClientSideExporterStrategy.js +90 -0
  61. package/dist/collection/components/snk-data-exporter/exporter-strategy/ServerSideExporterStrategy.js +68 -0
  62. package/dist/collection/components/snk-data-exporter/interfaces/IExporterProvider.js +54 -1
  63. package/dist/collection/components/snk-data-exporter/interfaces/IExporterStrategy.js +1 -0
  64. package/dist/collection/components/snk-data-exporter/providers/ClientSideExporterProvider.js +58 -0
  65. package/dist/collection/components/snk-data-exporter/providers/ServerSideExporterProvider.js +55 -0
  66. package/dist/collection/components/snk-data-exporter/snk-data-exporter.js +44 -50
  67. package/dist/collection/components/snk-data-exporter/test/resources/ClientSideExporterStrategyResources.js +88 -0
  68. package/dist/collection/components/snk-data-exporter/utils/RecordIDUtils.js +38 -0
  69. package/dist/collection/components/snk-data-unit/snk-data-unit.js +500 -216
  70. package/dist/collection/components/snk-data-unit/test/resources/metadataMock.js +24 -0
  71. package/dist/collection/components/snk-entity-list/snk-entity-list.js +5 -3
  72. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-multi-select.js +2 -1
  73. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-personalized-filter-editor/snk-personalized-filter-editor.js +3 -1
  74. package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-detail.js +22 -1
  75. package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.js +31 -6
  76. package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.js +19 -1
  77. package/dist/collection/components/snk-filter-bar/snk-filter-bar.css +24 -1
  78. package/dist/collection/components/snk-filter-bar/snk-filter-bar.js +180 -5
  79. package/dist/collection/components/snk-filter-bar/utils/SnkFilterModalFactory.js +3 -1
  80. package/dist/collection/components/snk-form/snk-form.js +126 -5
  81. package/dist/collection/components/{snk-form → snk-form-config}/SnkFormConfigManager.js +22 -14
  82. package/dist/collection/components/{snk-form/subcomponents/snk-form-config → snk-form-config}/snk-form-config.js +50 -30
  83. package/dist/collection/components/snk-grid/snk-grid.js +341 -115
  84. package/dist/collection/components/{snk-grid/subcomponents/snk-grid-config → snk-grid-config}/snk-grid-config.js +130 -123
  85. package/dist/collection/components/{snk-grid/subcomponents → snk-grid-config}/snk-select-box/snk-select-box.js +1 -1
  86. package/dist/collection/components/snk-pesquisa/snk-pesquisa.css +2 -4
  87. package/dist/collection/components/snk-simple-crud/regular-buttons.js +3 -0
  88. package/dist/collection/components/snk-simple-crud/snk-simple-crud.css +10 -2
  89. package/dist/collection/components/snk-simple-crud/snk-simple-crud.js +824 -22
  90. package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.js +4 -2
  91. package/dist/collection/components/snk-taskbar/elements/taskbar-elements.js +11 -11
  92. package/dist/collection/components/snk-taskbar/snk-taskbar.css +17 -0
  93. package/dist/collection/components/snk-taskbar/snk-taskbar.js +167 -14
  94. package/dist/collection/lib/DefaultCustomFormatters/RmPrecisionCustomValueFormatter.js +35 -0
  95. package/dist/collection/lib/configs/ConfigStorage.js +86 -16
  96. package/dist/collection/lib/dataUnit/InMemoryLoader.js +15 -42
  97. package/dist/collection/lib/dataUnit/ValueFormatter.js +4 -0
  98. package/dist/collection/lib/dataUnit/dataUnitInMemoryUtils.js +33 -0
  99. package/dist/collection/lib/dataUnit/interfaces/InMemoryLoaderConfig.js +1 -0
  100. package/dist/collection/lib/http/data-fetcher/DataFetcher.js +7 -4
  101. package/dist/collection/lib/http/data-fetcher/fetchers/{attach-fetcher.js → AttachFetcher/anexo-sistema-fetcher.js} +16 -15
  102. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/attach-fetcher.js +90 -0
  103. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/facade/attach-fetcher.facade.js +1 -0
  104. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/index.js +2 -0
  105. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/IDelete.js +1 -0
  106. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/IDownloadKey.js +1 -0
  107. package/dist/collection/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/ISave.js +1 -0
  108. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/DataUnitDataLoader.js +3 -0
  109. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/cache/ArrayRepository.js +4 -0
  110. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/cache/PreloadManager.js +11 -13
  111. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/dataunit-fetcher.js +30 -2
  112. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IBuildRequestBodyLoadRowMetadata.js +1 -0
  113. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IRowMetadata.js +1 -0
  114. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.js +87 -24
  115. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/test/resources/metadataMock.js +22 -0
  116. package/dist/collection/lib/http/data-fetcher/fetchers/form-config-fetcher.js +12 -0
  117. package/dist/collection/lib/http/data-fetcher/fetchers/parameters-fecher.js +21 -0
  118. package/dist/collection/lib/http/data-fetcher/fetchers/personalized-filter-fetcher.js +6 -3
  119. package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js +12 -13
  120. package/dist/collection/lib/index.js +1 -1
  121. package/dist/collection/lib/message/SnkMessageBuilder.js +25 -32
  122. package/dist/collection/lib/message/resources/snk-attach.msg.js +13 -0
  123. package/dist/collection/lib/message/resources/snk-data-exporter.msg.js +2 -1
  124. package/dist/collection/lib/message/resources/snk-data-unit.msg.js +1 -0
  125. package/dist/collection/lib/message/resources/snk-simple-crud.msg.js +4 -0
  126. package/dist/collection/lib/utils/CrudUtils.js +13 -1
  127. package/dist/components/ConfigStorage.js +92 -19
  128. package/dist/components/DataFetcher.js +7 -4
  129. package/dist/components/IExporterProvider.js +298 -0
  130. package/dist/components/ISave.js +42 -0
  131. package/dist/components/SnkFormConfigManager.js +21 -13
  132. package/dist/components/SnkMessageBuilder.js +25 -13
  133. package/dist/components/dataunit-fetcher.js +185 -241
  134. package/dist/components/form-config-fetcher.js +12 -0
  135. package/dist/components/index.d.ts +6 -6
  136. package/dist/components/index2.js +198 -33
  137. package/dist/{esm/pesquisa-fetcher-dd3ca0a5.js → components/pesquisa-fetcher.js} +13 -14
  138. package/dist/components/snk-actions-button2.js +4 -10
  139. package/dist/components/snk-application2.js +66 -18
  140. package/dist/components/snk-attach2.js +485 -78
  141. package/dist/components/snk-crud.js +131 -23
  142. package/dist/components/snk-data-exporter2.js +202 -83
  143. package/dist/components/snk-data-unit2.js +463 -214
  144. package/dist/components/snk-detail-view2.js +137 -23
  145. package/dist/components/snk-entity-list.js +5 -3
  146. package/dist/components/snk-expression-item2.js +1 -1
  147. package/dist/components/snk-filter-bar2.js +74 -8
  148. package/dist/components/snk-filter-detail2.js +5 -1
  149. package/dist/components/snk-filter-item2.js +14 -6
  150. package/dist/components/snk-filter-modal.js +4 -2
  151. package/dist/components/snk-filter-multi-select.js +2 -1
  152. package/dist/components/snk-form-config2.js +46 -26
  153. package/dist/components/snk-form-view2.js +72 -1
  154. package/dist/components/snk-form.js +60 -5
  155. package/dist/components/snk-grid-config2.js +128 -102
  156. package/dist/components/snk-grid2.js +207 -119
  157. package/dist/components/snk-personalized-filter-editor.js +3 -1
  158. package/dist/components/snk-personalized-filter2.js +1 -1
  159. package/dist/components/snk-pesquisa2.js +1 -1
  160. package/dist/components/snk-simple-crud2.js +568 -35
  161. package/dist/components/snk-taskbar2.js +144 -29
  162. package/dist/components/taskbar-actions-button2.js +4 -2
  163. package/dist/esm/{ConfigStorage-1244b8b0.js → ConfigStorage-174101b9.js} +94 -21
  164. package/dist/esm/{DataFetcher-aa159c5a.js → DataFetcher-4b4b7beb.js} +7 -4
  165. package/dist/esm/IExporterProvider-ce2ca127.js +221 -0
  166. package/dist/esm/{ISave-4412b20c.js → ISave-d8c8bc59.js} +1 -0
  167. package/dist/esm/RecordIDUtils-87d02110.js +41 -0
  168. package/dist/esm/{SnkFormConfigManager-9be0e7d4.js → SnkFormConfigManager-3bdb3e1f.js} +23 -15
  169. package/dist/esm/{SnkMessageBuilder-ca843d1b.js → SnkMessageBuilder-3a767111.js} +25 -13
  170. package/dist/esm/{auth-fetcher-c05dc474.js → auth-fetcher-9f86c346.js} +1 -1
  171. package/dist/esm/{dataunit-fetcher-cbec1594.js → dataunit-fetcher-f3fa35b9.js} +392 -70
  172. package/dist/esm/{form-config-fetcher-36219cd3.js → form-config-fetcher-5d72aaf1.js} +13 -1
  173. package/dist/esm/index-a7d3d3f1.js +2 -10
  174. package/dist/esm/loader.js +1 -1
  175. package/dist/esm/pesquisa-fetcher-9cfab836.js +164 -0
  176. package/dist/esm/sankhyablocks.js +1 -1
  177. package/dist/esm/{snk-actions-button_2.entry.js → snk-actions-button_4.entry.js} +525 -9
  178. package/dist/esm/snk-application.entry.js +68 -24
  179. package/dist/esm/snk-attach.entry.js +430 -71
  180. package/dist/esm/snk-crud.entry.js +124 -28
  181. package/dist/esm/snk-data-exporter.entry.js +208 -84
  182. package/dist/esm/snk-data-unit-8d6afa43.js +668 -0
  183. package/dist/esm/snk-data-unit.entry.js +11 -2
  184. package/dist/esm/snk-detail-view.entry.js +52 -13
  185. package/dist/esm/snk-entity-list.entry.js +5 -3
  186. package/dist/esm/snk-filter-bar.entry.js +70 -10
  187. package/dist/esm/snk-filter-detail.entry.js +4 -1
  188. package/dist/esm/snk-filter-item.entry.js +13 -6
  189. package/dist/esm/snk-filter-modal-item.entry.js +3 -3
  190. package/dist/esm/snk-filter-modal.entry.js +2 -1
  191. package/dist/esm/snk-filter-multi-select.entry.js +2 -1
  192. package/dist/esm/snk-form-config.entry.js +48 -28
  193. package/dist/esm/snk-form-view.entry.js +67 -0
  194. package/dist/esm/snk-form.entry.js +60 -8
  195. package/dist/esm/snk-grid.entry.js +199 -122
  196. package/dist/esm/{snk-guides-viewer-c7aaf02a.js → snk-guides-viewer-dabd574c.js} +56 -20
  197. package/dist/esm/snk-guides-viewer.entry.js +10 -10
  198. package/dist/esm/snk-personalized-filter-editor.entry.js +3 -1
  199. package/dist/esm/snk-personalized-filter.entry.js +3 -3
  200. package/dist/esm/snk-pesquisa.entry.js +1 -1
  201. package/dist/esm/snk-simple-crud.entry.js +500 -32
  202. package/dist/esm/snk-taskbar.entry.js +125 -16
  203. package/dist/esm/{taskbar-elements-d4d0b424.js → taskbar-elements-ad766858.js} +11 -11
  204. package/dist/sankhyablocks/{p-9695f78b.js → p-010d475f.js} +1 -1
  205. package/dist/sankhyablocks/p-109e0551.js +1 -0
  206. package/dist/sankhyablocks/p-1918789e.js +1 -0
  207. package/dist/sankhyablocks/p-19ba2e08.entry.js +1 -0
  208. package/dist/sankhyablocks/p-1c628fb2.entry.js +1 -0
  209. package/dist/sankhyablocks/p-1db45d26.entry.js +1 -0
  210. package/dist/sankhyablocks/p-1e9c3f95.entry.js +1 -0
  211. package/dist/sankhyablocks/{p-9e7d65a4.js → p-21749402.js} +1 -1
  212. package/dist/sankhyablocks/p-2a84e45b.entry.js +1 -0
  213. package/dist/sankhyablocks/p-2acc8816.entry.js +1 -0
  214. package/dist/sankhyablocks/p-2c9ea7b6.entry.js +1 -0
  215. package/dist/sankhyablocks/p-33718dfc.entry.js +1 -0
  216. package/dist/sankhyablocks/p-3e4c2cfe.entry.js +11 -0
  217. package/dist/sankhyablocks/p-4a8a149d.entry.js +1 -0
  218. package/dist/sankhyablocks/p-4ce73e88.js +1 -0
  219. package/dist/sankhyablocks/p-52df8935.entry.js +1 -0
  220. package/dist/sankhyablocks/p-54a5d52a.entry.js +1 -0
  221. package/dist/sankhyablocks/p-566f5f50.js +56 -0
  222. package/dist/sankhyablocks/{p-3520c088.entry.js → p-59dccb7a.entry.js} +1 -1
  223. package/dist/sankhyablocks/p-5bd78e4c.entry.js +1 -0
  224. package/dist/sankhyablocks/p-61dd89eb.js +1 -0
  225. package/dist/sankhyablocks/p-6b2be902.js +6 -0
  226. package/dist/sankhyablocks/p-70a4af56.entry.js +1 -0
  227. package/dist/sankhyablocks/p-9863d682.js +1 -0
  228. package/dist/sankhyablocks/{p-e6380c60.js → p-a6dfa396.js} +1 -1
  229. package/dist/sankhyablocks/{p-f514913b.entry.js → p-aa854fa8.entry.js} +1 -1
  230. package/dist/sankhyablocks/p-aa9c4099.entry.js +1 -0
  231. package/dist/sankhyablocks/p-b11aa1e0.entry.js +1 -0
  232. package/dist/sankhyablocks/p-b27114c4.js +1 -0
  233. package/dist/sankhyablocks/p-b643f746.entry.js +1 -0
  234. package/dist/sankhyablocks/p-bf2acf72.entry.js +1 -0
  235. package/dist/sankhyablocks/p-cfb98f51.entry.js +1 -0
  236. package/dist/sankhyablocks/{p-247a8b36.entry.js → p-d1791da2.entry.js} +1 -1
  237. package/dist/sankhyablocks/p-e0c27486.js +26 -0
  238. package/dist/sankhyablocks/p-e238279a.entry.js +1 -0
  239. package/dist/sankhyablocks/p-e8763234.entry.js +1 -0
  240. package/dist/sankhyablocks/p-eae66367.js +1 -0
  241. package/dist/sankhyablocks/p-fde91811.js +60 -0
  242. package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
  243. package/dist/types/components/snk-application/__mocks__/snk-application.d.ts +3 -0
  244. package/dist/types/components/snk-application/snk-application.d.ts +21 -2
  245. package/dist/types/components/snk-attach/{structure/crud-config-builder.d.ts → interfaces/ICrudConfig.d.ts} +1 -2
  246. package/dist/types/components/snk-attach/interfaces/TFetcherType.d.ts +1 -0
  247. package/dist/types/components/snk-attach/snk-attach.d.ts +33 -10
  248. package/dist/types/components/snk-attach/structure/builder/anexo-sistema-crud-config.builder.d.ts +2 -0
  249. package/dist/types/components/snk-attach/structure/builder/attach-crud-config.builder.d.ts +40 -0
  250. package/dist/types/components/snk-attach/structure/{taskbar-builder.d.ts → builder/taskbar-builder.d.ts} +1 -1
  251. package/dist/types/components/snk-attach/structure/fetcher/facade/fetcher.facade.d.ts +11 -0
  252. package/dist/types/components/snk-attach/structure/fetcher/factory/anexo-sistema-data-unit.factory.d.ts +17 -0
  253. package/dist/types/components/snk-attach/structure/fetcher/factory/attach-fetcher-data-unit.factory.d.ts +16 -0
  254. package/dist/types/components/snk-attach/structure/index.d.ts +6 -3
  255. package/dist/types/components/snk-crud/interfaces/PropsCustomEditor.d.ts +4 -0
  256. package/dist/types/components/snk-crud/interfaces/PropsCustomRender.d.ts +4 -0
  257. package/dist/types/components/snk-crud/snk-crud.d.ts +53 -1
  258. package/dist/types/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.d.ts +24 -1
  259. package/dist/types/components/snk-crud/subcomponents/snk-form-view.d.ts +28 -3
  260. package/dist/types/components/snk-crud/subcomponents/snk-guides-viewer.d.ts +30 -1
  261. package/dist/types/components/snk-data-exporter/exporter-strategy/ClientSideExporterStrategy.d.ts +13 -0
  262. package/dist/types/components/snk-data-exporter/exporter-strategy/ServerSideExporterStrategy.d.ts +11 -0
  263. package/dist/types/components/snk-data-exporter/interfaces/IExporterProvider.d.ts +24 -4
  264. package/dist/types/components/snk-data-exporter/interfaces/IExporterStrategy.d.ts +5 -0
  265. package/dist/types/components/snk-data-exporter/providers/ClientSideExporterProvider.d.ts +17 -0
  266. package/dist/types/components/snk-data-exporter/providers/ServerSideExporterProvider.d.ts +17 -0
  267. package/dist/types/components/snk-data-exporter/snk-data-exporter.d.ts +3 -1
  268. package/dist/types/components/snk-data-exporter/test/resources/ClientSideExporterStrategyResources.d.ts +77 -0
  269. package/dist/types/components/snk-data-exporter/utils/RecordIDUtils.d.ts +3 -0
  270. package/dist/types/components/snk-data-unit/snk-data-unit.d.ts +61 -2
  271. package/dist/types/components/snk-data-unit/test/resources/metadataMock.d.ts +3 -0
  272. package/dist/types/components/snk-filter-bar/filter-item/snk-filter-detail.d.ts +4 -0
  273. package/dist/types/components/snk-filter-bar/filter-item/snk-filter-item.d.ts +7 -3
  274. package/dist/types/components/snk-filter-bar/filter-modal/snk-filter-modal.d.ts +5 -0
  275. package/dist/types/components/snk-filter-bar/snk-filter-bar.d.ts +31 -1
  276. package/dist/types/components/snk-filter-bar/utils/SnkFilterModalFactory.d.ts +3 -1
  277. package/dist/types/components/snk-form/snk-form.d.ts +20 -1
  278. package/dist/types/components/{snk-form → snk-form-config}/SnkFormConfigManager.d.ts +2 -1
  279. package/dist/types/components/{snk-form/subcomponents/snk-form-config → snk-form-config}/snk-form-config.d.ts +5 -3
  280. package/dist/types/components/snk-grid/snk-grid.d.ts +65 -7
  281. package/dist/types/components/{snk-grid/subcomponents/snk-grid-config → snk-grid-config}/snk-grid-config.d.ts +11 -6
  282. package/dist/types/components/{snk-grid/subcomponents → snk-grid-config}/snk-select-box/snk-select-box.d.ts +1 -1
  283. package/dist/types/components/snk-simple-crud/regular-buttons.d.ts +3 -0
  284. package/dist/types/components/snk-simple-crud/snk-simple-crud.d.ts +138 -6
  285. package/dist/types/components/snk-taskbar/elements/taskbar-elements.d.ts +1 -1
  286. package/dist/types/components/snk-taskbar/snk-taskbar.d.ts +34 -1
  287. package/dist/types/components.d.ts +502 -16
  288. package/dist/types/lib/DefaultCustomFormatters/RmPrecisionCustomValueFormatter.d.ts +11 -0
  289. package/dist/types/lib/configs/ConfigStorage.d.ts +25 -1
  290. package/dist/types/lib/dataUnit/InMemoryLoader.d.ts +2 -3
  291. package/dist/types/lib/dataUnit/ValueFormatter.d.ts +2 -0
  292. package/dist/types/lib/dataUnit/dataUnitInMemoryUtils.d.ts +4 -0
  293. package/dist/types/lib/dataUnit/interfaces/InMemoryLoaderConfig.d.ts +3 -0
  294. package/dist/types/lib/http/data-fetcher/DataFetcher.d.ts +1 -1
  295. package/dist/types/lib/http/data-fetcher/fetchers/{attach-fetcher.d.ts → AttachFetcher/anexo-sistema-fetcher.d.ts} +3 -2
  296. package/dist/types/lib/http/data-fetcher/fetchers/AttachFetcher/attach-fetcher.d.ts +11 -0
  297. package/dist/types/lib/http/data-fetcher/fetchers/AttachFetcher/facade/attach-fetcher.facade.d.ts +8 -0
  298. package/dist/types/lib/http/data-fetcher/fetchers/AttachFetcher/index.d.ts +3 -0
  299. package/dist/types/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/ISave.d.ts +2 -1
  300. package/dist/types/lib/http/data-fetcher/fetchers/data-unit/DataUnitDataLoader.d.ts +2 -1
  301. package/dist/types/lib/http/data-fetcher/fetchers/data-unit/cache/ArrayRepository.d.ts +1 -0
  302. package/dist/types/lib/http/data-fetcher/fetchers/data-unit/cache/PreloadManager.d.ts +1 -0
  303. package/dist/types/lib/http/data-fetcher/fetchers/data-unit/dataunit-fetcher.d.ts +2 -0
  304. package/dist/types/lib/http/data-fetcher/fetchers/data-unit/interfaces/IBuildRequestBodyLoadRowMetadata.d.ts +10 -0
  305. package/dist/types/lib/http/data-fetcher/fetchers/data-unit/interfaces/IRowMetadata.d.ts +7 -0
  306. package/dist/types/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.d.ts +7 -0
  307. package/dist/types/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/test/resources/metadataMock.d.ts +20 -0
  308. package/dist/types/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IExporterColumnMetadata.d.ts +3 -0
  309. package/dist/types/lib/http/data-fetcher/fetchers/form-config-fetcher.d.ts +2 -0
  310. package/dist/types/lib/http/data-fetcher/fetchers/parameters-fecher.d.ts +1 -0
  311. package/dist/types/lib/http/data-fetcher/fetchers/personalized-filter-fetcher.d.ts +2 -1
  312. package/dist/types/lib/http/data-fetcher/fetchers/pesquisa-fetcher.d.ts +1 -0
  313. package/dist/types/lib/index.d.ts +1 -1
  314. package/dist/types/lib/utils/CrudUtils.d.ts +3 -0
  315. package/package.json +15 -6
  316. package/dist/cjs/PreloadManager-84466da6.js +0 -224
  317. package/dist/cjs/SnkMultiSelectionListDataSource-ba5838c2.js +0 -49
  318. package/dist/cjs/snk-data-unit-1bc69073.js +0 -462
  319. package/dist/cjs/snk-grid-config.cjs.entry.js +0 -483
  320. package/dist/cjs/snk-select-box.cjs.entry.js +0 -25
  321. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/index.js +0 -34
  322. package/dist/components/field-search.js +0 -121
  323. package/dist/components/index3.js +0 -199
  324. package/dist/esm/PreloadManager-c1c2f2b4.js +0 -222
  325. package/dist/esm/SnkMultiSelectionListDataSource-44494b0e.js +0 -43
  326. package/dist/esm/snk-data-unit-6208ebf0.js +0 -460
  327. package/dist/esm/snk-grid-config.entry.js +0 -479
  328. package/dist/esm/snk-select-box.entry.js +0 -21
  329. package/dist/sankhyablocks/p-03dcc5ff.entry.js +0 -1
  330. package/dist/sankhyablocks/p-0874adb5.entry.js +0 -1
  331. package/dist/sankhyablocks/p-094c30cb.js +0 -1
  332. package/dist/sankhyablocks/p-0d7863ed.js +0 -26
  333. package/dist/sankhyablocks/p-11081798.entry.js +0 -1
  334. package/dist/sankhyablocks/p-20726710.entry.js +0 -1
  335. package/dist/sankhyablocks/p-25927311.entry.js +0 -1
  336. package/dist/sankhyablocks/p-32f0935f.js +0 -1
  337. package/dist/sankhyablocks/p-374d03f6.js +0 -1
  338. package/dist/sankhyablocks/p-3891ae6f.js +0 -60
  339. package/dist/sankhyablocks/p-4775a293.entry.js +0 -1
  340. package/dist/sankhyablocks/p-585294ee.js +0 -56
  341. package/dist/sankhyablocks/p-6977a26c.entry.js +0 -1
  342. package/dist/sankhyablocks/p-69efa80d.entry.js +0 -1
  343. package/dist/sankhyablocks/p-776ee8e3.js +0 -1
  344. package/dist/sankhyablocks/p-809f367d.entry.js +0 -1
  345. package/dist/sankhyablocks/p-8c243e7e.entry.js +0 -11
  346. package/dist/sankhyablocks/p-8d16f9ce.js +0 -1
  347. package/dist/sankhyablocks/p-8d70b5d5.entry.js +0 -1
  348. package/dist/sankhyablocks/p-98674137.entry.js +0 -1
  349. package/dist/sankhyablocks/p-a9e5b094.entry.js +0 -1
  350. package/dist/sankhyablocks/p-c22c1d8e.js +0 -1
  351. package/dist/sankhyablocks/p-c4d19840.entry.js +0 -1
  352. package/dist/sankhyablocks/p-c627ba91.entry.js +0 -1
  353. package/dist/sankhyablocks/p-c758265f.entry.js +0 -1
  354. package/dist/sankhyablocks/p-cb7419e0.entry.js +0 -1
  355. package/dist/sankhyablocks/p-d4f9ee17.entry.js +0 -1
  356. package/dist/sankhyablocks/p-d6317851.entry.js +0 -1
  357. package/dist/sankhyablocks/p-d81f20c4.entry.js +0 -1
  358. package/dist/sankhyablocks/p-d9bb09b3.js +0 -6
  359. package/dist/sankhyablocks/p-dc8b6418.entry.js +0 -1
  360. package/dist/sankhyablocks/p-f2056f66.entry.js +0 -1
  361. package/dist/sankhyablocks/p-fd8814b9.entry.js +0 -1
  362. package/dist/sankhyablocks/p-ff6064e7.js +0 -1
  363. package/dist/types/components/snk-attach/structure/data-unit-builder.d.ts +0 -15
  364. package/dist/types/lib/http/data-fetcher/fetchers/fetchDataExporter/index.d.ts +0 -3
  365. /package/dist/collection/{lib/http/data-fetcher/fetchers/fecthAttach/interfaces/IDelete.js → components/snk-attach/interfaces/ICrudConfig.js} +0 -0
  366. /package/dist/collection/{lib/http/data-fetcher/fetchers/fecthAttach/interfaces/IDownloadKey.js → components/snk-attach/interfaces/TFetcherType.js} +0 -0
  367. /package/dist/collection/components/{snk-form/subcomponents/snk-form-config → snk-form-config}/snk-form-config.css +0 -0
  368. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-config-options/snk-config-options.css +0 -0
  369. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-config-options/snk-config-options.js +0 -0
  370. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-field-config/snk-field-config.css +0 -0
  371. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-field-config/snk-field-config.js +0 -0
  372. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-tab-config/snk-tab-config.css +0 -0
  373. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-tab-config/snk-tab-config.js +0 -0
  374. /package/dist/collection/components/{snk-grid/subcomponents/snk-grid-config → snk-grid-config}/snk-grid-config.css +0 -0
  375. /package/dist/collection/components/{snk-grid/subcomponents → snk-grid-config}/snk-select-box/snk-select-box.css +0 -0
  376. /package/dist/collection/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/index.js +0 -0
  377. /package/dist/types/components/{snk-form → snk-form-config}/subcomponents/snk-config-options/snk-config-options.d.ts +0 -0
  378. /package/dist/types/components/{snk-form → snk-form-config}/subcomponents/snk-field-config/snk-field-config.d.ts +0 -0
  379. /package/dist/types/components/{snk-form → snk-form-config}/subcomponents/snk-tab-config/snk-tab-config.d.ts +0 -0
  380. /package/dist/types/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/IDelete.d.ts +0 -0
  381. /package/dist/types/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/IDownloadKey.d.ts +0 -0
  382. /package/dist/types/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/index.d.ts +0 -0
@@ -1,20 +1,118 @@
1
1
  import { r as registerInstance, c as createEvent, h } from './index-a7d3d3f1.js';
2
- import { ApplicationContext, DataType, Action } from '@sankhyalabs/core';
3
- import { D as DataFetcher } from './DataFetcher-aa159c5a.js';
4
- import { S as SaveErrorsEnum } from './ISave-4412b20c.js';
2
+ import { ApplicationContext, DataType, Action, UserInterface, StringUtils, DataUnit } from '@sankhyalabs/core';
3
+ import { D as DataFetcher } from './DataFetcher-4b4b7beb.js';
4
+ import './pesquisa-fetcher-9cfab836.js';
5
+ import './index-0ece87a6.js';
6
+ import { S as SaveErrorsEnum } from './ISave-d8c8bc59.js';
7
+ import { P as PreloadManager, b as applyFilter, c as applySorting, d as buildPaginationInfo, D as DataUnitFetcher, I as InMemoryLoader } from './dataunit-fetcher-f3fa35b9.js';
8
+ import './filter-item-type.enum-d45e026f.js';
9
+ import './form-config-fetcher-5d72aaf1.js';
5
10
  import { d as VIEW_MODE } from './constants-8457af36.js';
6
- import { D as DataUnitFetcher } from './dataunit-fetcher-cbec1594.js';
7
- import { P as PreloadManager } from './PreloadManager-c1c2f2b4.js';
8
- import { T as TaskbarElement } from './taskbar-elements-d4d0b424.js';
11
+ import { A as AutorizationType } from './auth-fetcher-9f86c346.js';
12
+ import { T as TaskbarElement } from './taskbar-elements-ad766858.js';
9
13
  import './PrintUtils-3e4ff0f5.js';
10
14
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
11
15
  import '@sankhyalabs/ezui/dist/collection/utils/constants';
12
- import './ResourceIDUtils-a114189a.js';
13
16
  import '@sankhyalabs/ezui/dist/collection/components/ez-grid/utils';
14
- import './index-0ece87a6.js';
17
+ import '@sankhyalabs/core/dist/utils/SortingUtils';
18
+ import './ResourceIDUtils-a114189a.js';
15
19
  import './index-bdf75557.js';
16
20
 
21
+ const SERVICE$1 = {
22
+ save: "Attach.save",
23
+ delete: "Attach.remove",
24
+ view: "Attach.view",
25
+ repository: "RepositorioArquivoSP.abreArquivo"
26
+ };
17
27
  class AttachFetcher {
28
+ constructor(dataUnitName) {
29
+ this.dataUnitName = dataUnitName;
30
+ }
31
+ async save({ dataUnit: dataUnitName, record, updatingFields: fields, operation }) {
32
+ var _a, _b;
33
+ const isInsert = operation == "INSERT";
34
+ const dataBody = isInsert ? fields : record;
35
+ if (!isInsert && (fields === null || fields === void 0 ? void 0 : fields.DESCRICAO) && (fields === null || fields === void 0 ? void 0 : fields.DESCRICAO) !== (record === null || record === void 0 ? void 0 : record.DESCRICAO)) {
36
+ throw new Error(SaveErrorsEnum.DESCRIPTION_CANNOT_BE_CHANGED);
37
+ }
38
+ const reqBody = {
39
+ "anexo": {
40
+ "codata": isInsert ? fields === null || fields === void 0 ? void 0 : fields.REGISTER_KEY : record === null || record === void 0 ? void 0 : record.CODATA,
41
+ "sequencia": (dataBody === null || dataBody === void 0 ? void 0 : dataBody.SEQUENCIA) || "0",
42
+ "tipo": (dataBody === null || dataBody === void 0 ? void 0 : dataBody.TIPO) || "N",
43
+ "descricao": dataBody === null || dataBody === void 0 ? void 0 : dataBody.DESCRICAO,
44
+ "arquivo": (_b = (_a = fields.CAMINHO_ARQUIVO) === null || _a === void 0 ? void 0 : _a[0]) === null || _b === void 0 ? void 0 : _b.name,
45
+ "ehInclusao": isInsert ? "S" : "N",
46
+ "ehArquivoRepositorio": "N"
47
+ }
48
+ };
49
+ return new Promise((resolve, reject) => {
50
+ DataFetcher.get().callServiceBroker(SERVICE$1.save, JSON.stringify(reqBody))
51
+ .then(result => {
52
+ var _a;
53
+ return resolve([Object.assign(Object.assign(Object.assign({}, result), fields), { __owner__dataunit__name__: (_a = this.dataUnitName) !== null && _a !== void 0 ? _a : dataUnitName })]);
54
+ })
55
+ .catch(error => reject(error));
56
+ });
57
+ }
58
+ async edit(change) {
59
+ throw new Error("Method not implemented.");
60
+ }
61
+ async delete(record) {
62
+ var request = {
63
+ anexo: {
64
+ codata: record.CODATA,
65
+ tipo: record.TIPO,
66
+ descricao: record.DESCRICAO,
67
+ }
68
+ };
69
+ const result = await DataFetcher.get().callServiceBroker(SERVICE$1.delete, JSON.stringify(request));
70
+ return Promise.resolve(result);
71
+ }
72
+ async getDownloadKey(record) {
73
+ var _a, _b, _c;
74
+ if (record.EHARQUIVOREPOSITORIO == 'S') {
75
+ const request = {
76
+ config: {
77
+ path: record.ARQUIVO,
78
+ tipoconteudo: record.TIPOCONTEUDO
79
+ }
80
+ };
81
+ const result = await DataFetcher.get().callServiceBroker(SERVICE$1.repository, JSON.stringify(request));
82
+ return Promise.resolve({
83
+ chave: {
84
+ valor: (_b = (_a = result === null || result === void 0 ? void 0 : result.responseBody) === null || _a === void 0 ? void 0 : _a.chave) === null || _b === void 0 ? void 0 : _b.valor
85
+ }
86
+ });
87
+ }
88
+ const criteria = {
89
+ anexo: {
90
+ codata: record.CODATA,
91
+ codemp: record.CODEMP,
92
+ sequencia: record.SEQUENCIA,
93
+ tipo: record.TIPO,
94
+ descricao: record.DESCRICAO,
95
+ tipoConteudo: record.TIPOCONTEUDO
96
+ }
97
+ };
98
+ const result = await DataFetcher.get().callServiceBroker(SERVICE$1.view, JSON.stringify(criteria));
99
+ if (result === null || result === void 0 ? void 0 : result.chaveAnexo) {
100
+ return Promise.resolve({
101
+ chave: {
102
+ valor: (_c = result === null || result === void 0 ? void 0 : result.chaveAnexo) === null || _c === void 0 ? void 0 : _c.idChaveAnexo
103
+ }
104
+ });
105
+ }
106
+ return Promise.reject(new Error("File not found."));
107
+ }
108
+ }
109
+
110
+ const SERVICE = {
111
+ save: "AnexoSistemaSP.salvar",
112
+ delete: "AnexoSistemaSP.excluir",
113
+ download: "AnexoSistemaSP.baixar",
114
+ };
115
+ class AnexoSistemaFetcher {
18
116
  constructor(entityName, registerKey, dataUnitName) {
19
117
  var _a;
20
118
  this.entityName = entityName;
@@ -32,14 +130,13 @@ class AttachFetcher {
32
130
  }
33
131
  async save(change) {
34
132
  var _a, _b;
35
- const serviceName = "AnexoSistemaSP.salvar";
36
133
  let { updatingFields: fields } = change;
37
134
  fields = Object.assign(Object.assign({}, fields), { NOMEARQUIVO: (_a = fields.NOMEARQUIVO) === null || _a === void 0 ? void 0 : _a[0] });
38
135
  try {
39
136
  this.validateFields(fields);
40
137
  const fileInfo = !fields.LINK ? fields.NOMEARQUIVO : null;
41
138
  const reqBody = {
42
- serviceName,
139
+ serviceName: SERVICE.save,
43
140
  requestBody: {
44
141
  params: {
45
142
  resourceID: this.resourceID,
@@ -55,7 +152,7 @@ class AttachFetcher {
55
152
  }
56
153
  }
57
154
  };
58
- const result = await DataFetcher.get().callServiceBroker(serviceName, JSON.stringify(reqBody));
155
+ const result = await DataFetcher.get().callServiceBroker(SERVICE.save, JSON.stringify(reqBody));
59
156
  return Promise.resolve([Object.assign(Object.assign(Object.assign({}, result), fields), { ARQUIVOOULINK: !!fields.LINK ? fields.LINK : fileInfo === null || fileInfo === void 0 ? void 0 : fileInfo.name, __owner__dataunit__name__: this.dataUnitName })]);
60
157
  }
61
158
  catch (error) {
@@ -64,7 +161,6 @@ class AttachFetcher {
64
161
  }
65
162
  async edit(change) {
66
163
  var _a, _b, _c;
67
- const serviceName = "AnexoSistemaSP.salvar";
68
164
  let { updatingFields: fields, record } = change;
69
165
  const getFieldValue = (fieldValue) => {
70
166
  if (fields[fieldValue] !== undefined)
@@ -78,7 +174,7 @@ class AttachFetcher {
78
174
  try {
79
175
  this.validateFields(fields);
80
176
  const reqBody = {
81
- serviceName,
177
+ serviceName: SERVICE.save,
82
178
  requestBody: {
83
179
  params: {
84
180
  resourceID: this.resourceID,
@@ -96,7 +192,7 @@ class AttachFetcher {
96
192
  }
97
193
  }
98
194
  };
99
- const result = await DataFetcher.get().callServiceBroker(serviceName, JSON.stringify(reqBody));
195
+ const result = await DataFetcher.get().callServiceBroker(SERVICE.save, JSON.stringify(reqBody));
100
196
  return Promise.resolve([Object.assign(Object.assign(Object.assign({}, result), fields), { ARQUIVOOULINK: !!fields.LINK ? fields.LINK : fileInfo === null || fileInfo === void 0 ? void 0 : fileInfo.name, __owner__dataunit__name__: this.dataUnitName })]);
101
197
  }
102
198
  catch (error) {
@@ -105,10 +201,9 @@ class AttachFetcher {
105
201
  }
106
202
  delete(record) {
107
203
  var _a;
108
- const serviceName = "AnexoSistemaSP.excluir";
109
204
  const attachField = ((_a = record.NOMEARQUIVO) === null || _a === void 0 ? void 0 : _a[0]) || {};
110
205
  const reqBody = {
111
- serviceName,
206
+ serviceName: SERVICE.delete,
112
207
  requestBody: {
113
208
  paramsDelete: {
114
209
  keyAttach: record.CHAVEARQUIVO,
@@ -120,17 +215,16 @@ class AttachFetcher {
120
215
  }
121
216
  };
122
217
  return new Promise((resolve, reject) => {
123
- DataFetcher.get().callServiceBroker(serviceName, JSON.stringify(reqBody))
218
+ DataFetcher.get().callServiceBroker(SERVICE.delete, JSON.stringify(reqBody))
124
219
  .then(result => resolve(result))
125
220
  .catch(error => reject(error));
126
221
  });
127
222
  }
128
223
  getDownloadKey(record) {
129
224
  var _a;
130
- const serviceName = "AnexoSistemaSP.baixar";
131
225
  const attachField = ((_a = record.NOMEARQUIVO) === null || _a === void 0 ? void 0 : _a[0]) || {};
132
226
  const reqBody = {
133
- serviceName,
227
+ serviceName: SERVICE.download,
134
228
  requestBody: {
135
229
  paramsDown: {
136
230
  nameAttach: attachField === null || attachField === void 0 ? void 0 : attachField.name,
@@ -142,34 +236,37 @@ class AttachFetcher {
142
236
  }
143
237
  };
144
238
  return new Promise((resolve, reject) => {
145
- DataFetcher.get().callServiceBroker(serviceName, JSON.stringify(reqBody))
239
+ DataFetcher.get().callServiceBroker(SERVICE.download, JSON.stringify(reqBody))
146
240
  .then(result => resolve(result))
147
241
  .catch(error => reject(error));
148
242
  });
149
243
  }
150
244
  }
151
245
 
152
- class AttachmentDataUnitBuilder {
246
+ class AnexoSistemaDataUnitFactory {
153
247
  constructor(entityName, getMessage) {
154
248
  this.entityName = entityName;
155
249
  this.getMessage = getMessage;
156
250
  this._application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
157
251
  }
158
- initLoaders(dataUnit, attachFetcher, onSuccess) {
252
+ initLoaders(dataUnit, fetcher, onSuccess) {
159
253
  if (!this.loader)
160
254
  this.loader = dataUnit.dataLoader;
161
255
  dataUnit.dataLoader = (dataUnit, request) => this.dataLoader(dataUnit, request);
162
- dataUnit.saveLoader = (_, changes) => this.saveLoader(changes, attachFetcher).then((recordIds) => {
256
+ dataUnit.saveLoader = (_, changes) => this.saveLoader(changes, fetcher).then((recordIds) => {
163
257
  if (recordIds.length)
164
258
  onSuccess();
165
259
  return recordIds;
166
260
  });
167
- dataUnit.removeLoader = (dataUnit, ids) => this.removeLoader(dataUnit, ids, attachFetcher).then((recordIds) => {
261
+ dataUnit.removeLoader = (dataUnit, ids) => this.removeLoader(dataUnit, ids, fetcher).then((recordIds) => {
168
262
  if (recordIds.length)
169
263
  onSuccess();
170
264
  return recordIds;
171
265
  });
172
266
  }
267
+ metadataLoader(dataUnit) {
268
+ throw new Error("Method not implemented.");
269
+ }
173
270
  dataLoader(dataUnit, request) {
174
271
  return new Promise(resolve => {
175
272
  this.loader(dataUnit, request).then(response => {
@@ -185,11 +282,11 @@ class AttachmentDataUnitBuilder {
185
282
  });
186
283
  });
187
284
  }
188
- saveLoader(changes, attachFetcher) {
285
+ saveLoader(changes, fetcher) {
189
286
  return new Promise((resolve) => {
190
287
  var _a;
191
288
  const change = Array.isArray(changes) ? changes[0] : {};
192
- const savePromise = ((_a = change === null || change === void 0 ? void 0 : change.record) === null || _a === void 0 ? void 0 : _a.NUATTACH) >= 0 ? attachFetcher.edit.bind(attachFetcher) : attachFetcher.save.bind(attachFetcher);
289
+ const savePromise = ((_a = change === null || change === void 0 ? void 0 : change.record) === null || _a === void 0 ? void 0 : _a.NUATTACH) >= 0 ? fetcher.edit.bind(fetcher) : fetcher.save.bind(fetcher);
193
290
  savePromise(change).then((records) => {
194
291
  resolve(records);
195
292
  }).catch((error) => {
@@ -209,11 +306,11 @@ class AttachmentDataUnitBuilder {
209
306
  });
210
307
  });
211
308
  }
212
- removeLoader(dataUnit, ids, attachFetcher) {
309
+ removeLoader(dataUnit, ids, fetcher) {
213
310
  return new Promise((resolve) => {
214
311
  const { records } = dataUnit.getSelectionInfo();
215
312
  const recordToDelete = records[0];
216
- attachFetcher.delete(recordToDelete).then(() => {
313
+ fetcher.delete(recordToDelete).then(() => {
217
314
  PreloadManager.removeRecords(dataUnit, [recordToDelete]);
218
315
  return resolve(ids);
219
316
  });
@@ -254,6 +351,181 @@ class AttachmentDataUnitBuilder {
254
351
  }
255
352
  }
256
353
 
354
+ const application$1 = ApplicationContext.getContextValue("__SNK__APPLICATION__");
355
+ const getMessage$1 = (key) => {
356
+ var _a, _b;
357
+ return (_b = (_a = application$1 === null || application$1 === void 0 ? void 0 : application$1.messagesBuilder) === null || _a === void 0 ? void 0 : _a.getMessage) === null || _b === void 0 ? void 0 : _b.call(_a, key, null);
358
+ };
359
+ const attachCrudConfig = {
360
+ grid: {
361
+ columns: [
362
+ { name: "CODATA", orderIndex: 0, width: 0 },
363
+ { name: "DESCRICAO", orderIndex: 1, width: 0 },
364
+ { name: "ARQUIVO", orderIndex: 2, width: 0 },
365
+ { name: "DTALTER", orderIndex: 3, width: 0 },
366
+ { name: "USUARIO", orderIndex: 4, width: 0 },
367
+ ],
368
+ },
369
+ form: {
370
+ emptyConfig: false,
371
+ fields: [
372
+ {
373
+ name: "DESCRICAO",
374
+ label: getMessage$1("snkAttach.attachMetadata.lblDescription"),
375
+ visible: true,
376
+ readOnly: false,
377
+ required: true,
378
+ },
379
+ {
380
+ name: "CAMINHO_ARQUIVO",
381
+ label: getMessage$1("snkAttach.attachMetadata.lblFile"),
382
+ visible: true,
383
+ readOnly: false,
384
+ required: true,
385
+ },
386
+ ],
387
+ },
388
+ };
389
+ const attachFetcherMetadataBuilder = {
390
+ name: "Attach",
391
+ label: "Attach List",
392
+ fields: [
393
+ { name: "CODATA", label: getMessage$1("snkAttach.attachMetadata.lblCode"), dataType: DataType.TEXT },
394
+ { name: "DESCRICAO", label: getMessage$1("snkAttach.attachMetadata.lblDescription"), dataType: DataType.TEXT, readOnly: false },
395
+ { name: "ARQUIVO", label: getMessage$1("snkAttach.attachMetadata.lblFileOrLink"), dataType: DataType.TEXT },
396
+ { name: "USUARIO", label: getMessage$1("snkAttach.attachMetadata.lblUser"), dataType: DataType.TEXT },
397
+ { name: "DTALTER", label: getMessage$1("snkAttach.attachMetadata.lblDate"), dataType: DataType.TEXT },
398
+ {
399
+ name: "CAMINHO_ARQUIVO",
400
+ label: getMessage$1("snkAttach.attachMetadata.lblFileUpload"),
401
+ dataType: DataType.OBJECT,
402
+ userInterface: UserInterface.FILE,
403
+ readOnly: false,
404
+ required: true,
405
+ visible: true,
406
+ properties: {
407
+ subTitle: getMessage$1("snkAttach.attachMetadata.lblSubTitle"),
408
+ MAX_FILES: 1,
409
+ STORAGESTRATEGY: "SESSION",
410
+ INTERNAL_FILENAME: "Attach.upload",
411
+ }
412
+ },
413
+ ],
414
+ };
415
+
416
+ const SERVICE_LOAD = "Attach.load";
417
+ class AttachFetcherDataUnitFactory {
418
+ constructor(getMessage) {
419
+ this.getMessage = getMessage;
420
+ this._records = [];
421
+ this._application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
422
+ }
423
+ initLoaders(dataUnit, fetcher, onSuccess) {
424
+ dataUnit.metadataLoader = (dataUnit) => this.metadataLoader(dataUnit);
425
+ dataUnit.dataLoader = (dataUnit, request) => this.dataLoader(dataUnit, request);
426
+ dataUnit.saveLoader = (_, changes) => this.saveLoader(changes, fetcher).then((recordIds) => {
427
+ if (recordIds.length)
428
+ onSuccess();
429
+ return recordIds;
430
+ });
431
+ dataUnit.removeLoader = (dataUnit, ids) => this.removeLoader(dataUnit, ids, fetcher).then((recordIds) => {
432
+ if (recordIds.length)
433
+ onSuccess();
434
+ return recordIds;
435
+ });
436
+ }
437
+ metadataLoader(_) {
438
+ return Promise.resolve(attachFetcherMetadataBuilder);
439
+ }
440
+ async dataLoader(dataUnit, request) {
441
+ if (!request.source) {
442
+ return Promise.resolve({ records: this._records });
443
+ }
444
+ if (!Number.isNaN(Number(request.source))) {
445
+ const criteria = {
446
+ criteria: {
447
+ codata: request.source,
448
+ tipoAnexo: "N"
449
+ }
450
+ };
451
+ const applicationDataFetcher = await this._application.getDataFetcher();
452
+ const { anexos: { anexo = [] } } = await applicationDataFetcher.callServiceBroker(SERVICE_LOAD, JSON.stringify(criteria));
453
+ const records = [];
454
+ anexo.forEach((param) => {
455
+ records.push(Object.assign({ __record__id__: StringUtils.generateUUID(), CAMINHO_ARQUIVO: [{
456
+ name: param === null || param === void 0 ? void 0 : param.ARQUIVO,
457
+ }] }, param));
458
+ });
459
+ this._records = records;
460
+ }
461
+ let records = applyFilter(this._records, dataUnit, request.filters);
462
+ records = applySorting(records, dataUnit, request.sort);
463
+ return Promise.resolve({ records, paginationInfo: buildPaginationInfo(records, request.offset, request.limit) });
464
+ }
465
+ saveLoader(changes, fetcher) {
466
+ return new Promise((resolve) => {
467
+ const change = Array.isArray(changes) ? changes[0] : {};
468
+ fetcher.save(change)
469
+ .then(resolve)
470
+ .catch((error) => {
471
+ if (error.message === SaveErrorsEnum.DESCRIPTION_CANNOT_BE_CHANGED) {
472
+ this._application.alert(this.getMessage('snkAttach.alertValidation.descriptionCannotBeChanged.title'), this.getMessage('snkAttach.alertValidation.descriptionCannotBeChanged.message'));
473
+ return resolve([]);
474
+ }
475
+ if (error.message === SaveErrorsEnum.LINK_AND_FILE_AT_THE_SAME_TIME) {
476
+ this._application.alert(this.getMessage('snkAttach.alertValidation.fileAndLinkAtTheSameTime.title'), this.getMessage('snkAttach.alertValidation.fileAndLinkAtTheSameTime.message'));
477
+ return resolve([]);
478
+ }
479
+ if (error.message === SaveErrorsEnum.ANY_LINK_OR_FILE_FILLED) {
480
+ this._application.alert(this.getMessage('snkAttach.alertValidation.anyLinkOrFileFilled.title'), this.getMessage('snkAttach.alertValidation.anyLinkOrFileFilled.message'));
481
+ return resolve([]);
482
+ }
483
+ if (error.message) {
484
+ this._application.error((error.title || error.name), error.message);
485
+ return resolve([]);
486
+ }
487
+ resolve([]);
488
+ });
489
+ });
490
+ }
491
+ removeLoader(dataUnit, ids, fetcher) {
492
+ return new Promise((resolve) => {
493
+ dataUnit.getSelectionInfo().records.forEach(async (record) => {
494
+ this._application.hasAccess(AutorizationType.REMOVE)
495
+ .then(async (hasAccess) => {
496
+ if (hasAccess) {
497
+ await fetcher.delete(record);
498
+ resolve(ids);
499
+ }
500
+ });
501
+ });
502
+ });
503
+ }
504
+ getFilters() {
505
+ throw new Error('Method not implemented.');
506
+ }
507
+ getInterceptions(dataUnit, action, crudRef) {
508
+ return new Promise((resolve) => {
509
+ if (action.type === Action.EDITION_CANCELED) {
510
+ if (!dataUnit.isDirty())
511
+ return resolve(action);
512
+ return this._application.confirm(this.getMessage('snkAttach.cancelConfirmation.title'), this.getMessage('snkAttach.cancelConfirmation.message')).then((cancellationConfirmed) => {
513
+ if (cancellationConfirmed) {
514
+ crudRef.goToView(VIEW_MODE.GRID);
515
+ return resolve(action);
516
+ }
517
+ return resolve(undefined);
518
+ });
519
+ }
520
+ if (action.type === Action.DATA_SAVED) {
521
+ dataUnit.loadData();
522
+ return resolve(action);
523
+ }
524
+ resolve(action);
525
+ });
526
+ }
527
+ }
528
+
257
529
  const application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
258
530
  const getMessage = (key) => {
259
531
  var _a, _b;
@@ -300,7 +572,7 @@ const buildTaskBarManager = () => {
300
572
  };
301
573
  };
302
574
 
303
- const crudConfig = {
575
+ const anexoSistemaCrudConfig = {
304
576
  grid: {
305
577
  columns: [
306
578
  { name: "ARQUIVOOULINK", orderIndex: 0, width: 0 },
@@ -346,41 +618,55 @@ const SnkAttach = class {
346
618
  constructor(hostRef) {
347
619
  registerInstance(this, hostRef);
348
620
  this.back = createEvent(this, "back", 7);
349
- this.handleTaskbarClick = ({ detail: taskbar }) => {
621
+ this.handleTaskbarClick = async ({ detail: taskbar }) => {
350
622
  if (["DOWNLOAD", "LINK"].includes(taskbar))
351
- return this.downloadAttachment(this.dataUnit.getSelectedRecord());
623
+ return this.downloadAttachment(this._currentDataUnit.getSelectedRecord());
624
+ if (this.fetcherType === "Attach" && ["SAVE"].includes(taskbar) && this._currentDataUnit.isDirty()) {
625
+ await this._currentDataUnit.setFieldValue("REGISTER_KEY", this.registerKey);
626
+ }
352
627
  };
353
628
  this.handleBack = () => {
354
- this.dataUnit.cancelEdition().then((cancelationConfirmed) => {
629
+ this._currentDataUnit.cancelEdition().then((cancelationConfirmed) => {
355
630
  if (cancelationConfirmed)
356
631
  this.back.emit();
357
632
  });
358
633
  };
359
634
  this.handleFinish = () => {
360
- if (!this.dataUnit.isDirty())
635
+ if (!this._currentDataUnit.isDirty())
361
636
  return this.back.emit();
362
- this.dataUnit.saveData().then(() => {
637
+ this._currentDataUnit.saveData().then(() => {
363
638
  this.showFinishedToast();
364
639
  this.back.emit();
365
640
  });
366
641
  };
642
+ this.fetcherType = undefined;
643
+ this.fetcher = undefined;
644
+ this.dataUnit = undefined;
645
+ this.dataUnitBuilder = undefined;
367
646
  this.registerKey = undefined;
368
647
  this.entityName = undefined;
369
648
  this.messagesBuilder = undefined;
370
- this.dataUnit = undefined;
649
+ this._currentFetcher = undefined;
650
+ this._currentDataUnit = undefined;
371
651
  this.crudConfig = undefined;
372
652
  }
373
- registerKeyWatcher(newRegisterKey, oldRegisterKey) {
374
- var _a;
375
- if (this.dataUnit == null) {
376
- this.loadAttachmentDataUnit();
653
+ async initAttach() {
654
+ var _a, _b, _c, _d;
655
+ await this.loadAttachmentDataUnit();
656
+ this.returnToGridMode();
657
+ if (this.fetcherType === "AnexoSistema") {
658
+ this._currentFetcher = new AnexoSistemaFetcher(this.entityName, this.registerKey, (_a = this._currentDataUnit) === null || _a === void 0 ? void 0 : _a.name);
659
+ (_b = this._currentDataUnitBuilder) === null || _b === void 0 ? void 0 : _b.initLoaders(this._currentDataUnit, this._currentFetcher, this.returnToGridMode.bind(this));
660
+ await ((_c = this._currentDataUnit) === null || _c === void 0 ? void 0 : _c.loadData());
661
+ return;
377
662
  }
378
- if (oldRegisterKey !== newRegisterKey) {
379
- this.returnToGridMode();
380
- this._attachFetcher = new AttachFetcher(this.entityName, this.registerKey, (_a = this.dataUnit) === null || _a === void 0 ? void 0 : _a.name);
381
- this._dataUnitBuilder.initLoaders(this.dataUnit, this._attachFetcher, () => { this.returnToGridMode(); });
382
- this.dataUnit.loadData();
663
+ if (this.fetcherType === "Attach") {
664
+ const hasMoreOneItem = ((_d = this.registerKey) === null || _d === void 0 ? void 0 : _d.split("_").length) > 1;
665
+ if (hasMoreOneItem)
666
+ return;
383
667
  }
668
+ await this._currentDataUnit.loadMetadata();
669
+ await this._currentDataUnit.loadData(undefined, undefined, true, this.registerKey);
384
670
  }
385
671
  /**
386
672
  * Conforme mecanismo de mensagens, é possível customizar as mensagens dos blocos de construção
@@ -402,64 +688,137 @@ const SnkAttach = class {
402
688
  window.open(`${selectedRecord.LINK}`);
403
689
  return;
404
690
  }
405
- this._attachFetcher.getDownloadKey(selectedRecord).then(({ chave }) => {
406
- window.open(`/mge/visualizadorArquivos.mge?chaveArquivo=${chave.valor}&forcarDownload=S`);
691
+ this._currentFetcher
692
+ .getDownloadKey(selectedRecord)
693
+ .then(({ chave }) => {
694
+ var _a;
695
+ let forceDownload = false;
696
+ if (!((_a = selectedRecord === null || selectedRecord === void 0 ? void 0 : selectedRecord.ARQUIVO) === null || _a === void 0 ? void 0 : _a.endsWith(".pdf"))) {
697
+ forceDownload = true;
698
+ }
699
+ window.open(`/mge/visualizadorArquivos.mge?chaveArquivo=${chave.valor}${forceDownload ? "&forcarDownload=S" : ""}`);
407
700
  });
408
701
  }
409
702
  returnToGridMode() {
410
- this.dataUnit.clearSelection();
703
+ var _a;
704
+ (_a = this._currentDataUnit) === null || _a === void 0 ? void 0 : _a.clearSelection();
411
705
  if (this._crudElement)
412
706
  this._crudElement.goToView(VIEW_MODE.GRID);
413
707
  }
414
- loadAttachmentDataUnit() {
415
- var _a;
708
+ async loadAttachmentDataUnit() {
416
709
  try {
417
- const dataUnit = this.dataUnit || new DataUnitFetcher().getDataUnit(RESOURCE_ID, DATA_UNIT_NAME);
418
- this._attachFetcher = new AttachFetcher(this.entityName, this.registerKey, (_a = this.dataUnit) === null || _a === void 0 ? void 0 : _a.name);
419
- if (!dataUnit.metadata)
420
- dataUnit.loadMetadata().then(() => {
421
- this.crudConfig = crudConfig;
422
- });
423
- this._dataUnitBuilder = new AttachmentDataUnitBuilder(this.entityName, this.getMessage.bind(this));
424
- dataUnit.addFilterProvider({ getFilter: () => this._dataUnitBuilder.getFilters(this.registerKey) });
425
- dataUnit.addInterceptor({ interceptAction: (action) => this._dataUnitBuilder.getInterceptions(dataUnit, action, this._crudElement) });
426
- this.dataUnit = dataUnit;
427
- this.dataUnit.loadData().then(() => {
428
- this.disableEditFieldsNotInForm();
429
- });
430
- return this.dataUnit;
710
+ switch (this.fetcherType) {
711
+ case "AnexoSistema":
712
+ await this.loadAnexoSistema();
713
+ break;
714
+ case "Attach":
715
+ await this.loadAttach();
716
+ break;
717
+ default:
718
+ this._currentFetcher = this.fetcher;
719
+ this._currentDataUnit = this.dataUnit;
720
+ this._currentDataUnitBuilder = this.dataUnitBuilder;
721
+ }
431
722
  }
432
723
  catch (error) {
433
724
  throw new Error('There was an error while creating the data unit');
434
725
  }
435
726
  }
727
+ async loadAnexoSistema() {
728
+ var _a;
729
+ this._currentDataUnit = new DataUnitFetcher().getDataUnit(RESOURCE_ID, DATA_UNIT_NAME);
730
+ this._currentFetcher = new AnexoSistemaFetcher(this.entityName, this.registerKey, (_a = this._currentDataUnit) === null || _a === void 0 ? void 0 : _a.name);
731
+ if (!this._currentDataUnit.metadata) {
732
+ await this._currentDataUnit.loadMetadata();
733
+ this.crudConfig = Object.assign({}, anexoSistemaCrudConfig);
734
+ }
735
+ this.initDataUnitLoaders();
736
+ this._currentDataUnit.addFilterProvider({
737
+ getFilter: () => this._currentDataUnitBuilder.getFilters(this.registerKey)
738
+ });
739
+ this._currentDataUnit.addInterceptor({
740
+ interceptAction: (action) => this._currentDataUnitBuilder.getInterceptions(this._currentDataUnit, action, this._crudElement)
741
+ });
742
+ await this._currentDataUnit.loadData();
743
+ this.disableEditFieldsNotInForm();
744
+ }
745
+ async loadAttach() {
746
+ this._currentFetcher = new AttachFetcher();
747
+ this._currentDataUnit = new DataUnit(InMemoryLoader.IN_MEMORY_DATA_UNIT_NAME);
748
+ this.initDataUnitLoaders();
749
+ this._currentDataUnit.addInterceptor({
750
+ interceptAction: (action) => {
751
+ var _a;
752
+ if (action.type === Action.METADATA_LOADED) {
753
+ this.crudConfig = Object.assign({}, attachCrudConfig);
754
+ (_a = this._crudElement) === null || _a === void 0 ? void 0 : _a.updateConfig();
755
+ }
756
+ return this._currentDataUnitBuilder.getInterceptions(this._currentDataUnit, action, this._crudElement);
757
+ }
758
+ });
759
+ if (!this._currentDataUnit.metadata) {
760
+ await this._currentDataUnit.loadMetadata();
761
+ this.crudConfig = Object.assign({}, attachCrudConfig);
762
+ await this._currentDataUnit.loadData(undefined, undefined, true, this.registerKey);
763
+ this.disableEditFieldsNotInForm();
764
+ }
765
+ }
766
+ initDataUnitLoaders() {
767
+ var _a, _b, _c;
768
+ if (this.fetcherType === "AnexoSistema") {
769
+ this._currentFetcher = new AnexoSistemaFetcher(this.entityName, this.registerKey, (_a = this._currentDataUnit) === null || _a === void 0 ? void 0 : _a.name);
770
+ this._currentDataUnitBuilder = new AnexoSistemaDataUnitFactory(this.entityName, this.getMessage.bind(this));
771
+ (_b = this._currentDataUnitBuilder) === null || _b === void 0 ? void 0 : _b.initLoaders(this._currentDataUnit, this._currentFetcher, this.returnToGridMode.bind(this));
772
+ }
773
+ if (this.fetcherType === "Attach") {
774
+ this._currentFetcher = new AttachFetcher();
775
+ this._currentDataUnitBuilder = new AttachFetcherDataUnitFactory(this.getMessage.bind(this));
776
+ (_c = this._currentDataUnitBuilder) === null || _c === void 0 ? void 0 : _c.initLoaders(this._currentDataUnit, this._currentFetcher, async () => {
777
+ this.returnToGridMode();
778
+ await this._currentDataUnit.loadData(undefined, undefined, true, this.registerKey);
779
+ });
780
+ }
781
+ }
436
782
  disableEditFieldsNotInForm() {
437
783
  var _a;
438
784
  (_a = this.crudConfig) === null || _a === void 0 ? void 0 : _a.grid.columns.forEach(column => {
439
785
  var _a;
440
786
  const fieldName = column.name;
441
787
  if (!((_a = this.crudConfig) === null || _a === void 0 ? void 0 : _a.form.fields.some(field => field.name === fieldName))) {
442
- this.dataUnit.disableField(fieldName);
788
+ this._currentDataUnit.disableField(fieldName);
443
789
  }
444
790
  });
445
791
  }
446
- componentWillLoad() {
792
+ async componentWillLoad() {
447
793
  this._application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
794
+ await this.initAttach();
448
795
  }
449
796
  componentWillRender() {
450
- if (this.dataUnit == null) {
797
+ if (!this.fetcherType) {
798
+ this.fetcherType = "AnexoSistema";
799
+ }
800
+ if (this._currentDataUnit == null) {
451
801
  this.loadAttachmentDataUnit();
452
802
  }
453
803
  }
804
+ async handleOnDataStateChange({ detail }) {
805
+ if (this.fetcherType !== 'Attach')
806
+ return;
807
+ if (!detail.insertionMode) {
808
+ this._currentDataUnit.disableField('DESCRICAO');
809
+ }
810
+ else {
811
+ this._currentDataUnit.enableField('DESCRICAO');
812
+ }
813
+ await this._currentDataUnit.loadMetadata();
814
+ }
815
+ ;
454
816
  render() {
455
817
  var _a, _b;
456
- if (!this.dataUnit)
818
+ if (!this._currentDataUnit)
457
819
  return null;
458
- return (h("main", { class: "snk-attach__main" }, h("header", { class: "snk-attach__header" }, h("snk-simple-bar", { onExit: this.handleBack, messagesBuilder: this.messagesBuilder }, h("div", { slot: "rightSlot" }, h("ez-button", { class: "ez-button--primary", label: this.getMessage("snkAttach.finish"), onClick: this.handleFinish })))), h("div", { class: "snk-attach__crud-section ez-size-height--full ez-size-width--full ez-flex ez-flex--column" }, h("div", { class: "ez-box__container" }, h("snk-simple-crud", { ref: (el) => this._crudElement = el, dataUnit: this.dataUnit, taskbarManager: buildTaskBarManager(), gridConfig: (_a = this.crudConfig) === null || _a === void 0 ? void 0 : _a.grid, formConfig: (_b = this.crudConfig) === null || _b === void 0 ? void 0 : _b.form, useCancelConfirm: false, onActionClick: this.handleTaskbarClick, messagesBuilder: this.messagesBuilder }, h("div", { slot: "snkSimpleCrudHeader" }, h("div", { class: "ez-flex ez-flex--column" }, h("span", { class: "ez-title--primary ez-text ez-text--large ez-text--bold ez-padding-bottom--medium" }, this.getMessage("snkAttach.title")), h("span", { class: "ez-text ez-text--medium ez-text--secondary" }, this.getMessage("snkAttach.description")))))))));
820
+ return (h("main", { class: "snk-attach__main" }, h("header", { class: "snk-attach__header" }, h("snk-simple-bar", { onExit: this.handleBack, messagesBuilder: this.messagesBuilder }, h("div", { slot: "rightSlot" }, h("ez-button", { class: "ez-button--primary", label: this.getMessage("snkAttach.finish"), onClick: this.handleFinish })))), h("div", { class: "snk-attach__crud-section ez-size-height--full ez-size-width--full ez-flex ez-flex--column" }, h("div", { class: "ez-box__container" }, h("snk-simple-crud", { ref: (el) => this._crudElement = el, dataUnit: this._currentDataUnit, taskbarManager: buildTaskBarManager(), gridConfig: (_a = this.crudConfig) === null || _a === void 0 ? void 0 : _a.grid, formConfig: (_b = this.crudConfig) === null || _b === void 0 ? void 0 : _b.form, useCancelConfirm: false, onActionClick: this.handleTaskbarClick, messagesBuilder: this.messagesBuilder, onDataStateChange: this.handleOnDataStateChange.bind(this) }, h("div", { slot: "snkSimpleCrudHeader" }, h("div", { class: "ez-flex ez-flex--column" }, h("span", { class: "ez-title--primary ez-text ez-text--large ez-text--bold ez-padding-bottom--medium" }, this.getMessage("snkAttach.title")), h("span", { class: "ez-text ez-text--medium ez-text--secondary" }, this.getMessage("snkAttach.description")))))))));
459
821
  }
460
- static get watchers() { return {
461
- "registerKey": ["registerKeyWatcher"]
462
- }; }
463
822
  };
464
823
  SnkAttach.style = snkAttachCss;
465
824