@sankhyalabs/sankhyablocks 10.1.0-dev.52 → 10.1.0-dev.54

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 (265) hide show
  1. package/dist/cjs/{ConfigStorage-a1fab5ca.js → ConfigStorage-4201dd3d.js} +2 -2
  2. package/dist/cjs/{DataFetcher-384d2ce8.js → DataFetcher-b3a8075d.js} +2830 -2
  3. package/dist/cjs/FormConfigHelper-c5f5473a.js +342 -0
  4. package/dist/cjs/{ISave-ecbe9336.js → ISave-4674c283.js} +1 -1
  5. package/dist/cjs/{PersonalizedFilterUtils-eccb267a.js → PersonalizedFilterUtils-263e4d24.js} +52 -5
  6. package/dist/cjs/{SnkFormConfigManager-44386305.js → SnkFormConfigManager-c3a49038.js} +2 -2
  7. package/dist/cjs/{SnkMultiSelectionListDataSource-d341dd02.js → SnkMultiSelectionListDataSource-3a13fd34.js} +4 -4
  8. package/dist/cjs/{auth-fetcher-6b134ec4.js → auth-fetcher-0ecc53ff.js} +1 -1
  9. package/dist/cjs/{dataunit-fetcher-b9822794.js → dataunit-fetcher-c7e66f0d.js} +13 -4
  10. package/dist/cjs/{filter-type.enum-2bb46d2a.js → filter-type.enum-b3b388af.js} +7 -0
  11. package/dist/cjs/{form-config-fetcher-45d1964c.js → form-config-fetcher-f80dbc3b.js} +23 -5
  12. package/dist/cjs/index-1894343a.js +24 -36
  13. package/dist/cjs/loader.cjs.js +1 -1
  14. package/dist/cjs/pesquisa-grid_2.cjs.entry.js +4 -5
  15. package/dist/cjs/sankhyablocks.cjs.js +1 -1
  16. package/dist/cjs/snk-actions-button_9.cjs.entry.js +5 -6
  17. package/dist/cjs/snk-application.cjs.entry.js +7 -8
  18. package/dist/cjs/snk-attach_11.cjs.entry.js +2950 -0
  19. package/dist/cjs/snk-crud.cjs.entry.js +31 -243
  20. package/dist/cjs/snk-data-exporter.cjs.entry.js +5 -6
  21. package/dist/cjs/{snk-data-unit-4b6dc396.js → snk-data-unit-35f10e01.js} +11 -11
  22. package/dist/cjs/snk-data-unit.cjs.entry.js +3 -4
  23. package/dist/cjs/snk-detail-view.cjs.entry.js +9 -10
  24. package/dist/cjs/snk-dynaform-config-header_5.cjs.entry.js +739 -0
  25. package/dist/cjs/snk-dynaform-detail-view_2.cjs.entry.js +938 -0
  26. package/dist/cjs/snk-dynaform-field-config_2.cjs.entry.js +327 -0
  27. package/dist/cjs/snk-dynaform-guides-view-e98f7f3a.js +747 -0
  28. package/dist/cjs/snk-dynaform-guides-view.cjs.entry.js +23 -0
  29. package/dist/cjs/snk-dynaform.cjs.entry.js +675 -0
  30. package/dist/cjs/{snk-expression-group_2.cjs.entry.js → snk-expression-group_4.cjs.entry.js} +421 -18
  31. package/dist/cjs/snk-filter-bar_4.cjs.entry.js +41 -44
  32. package/dist/cjs/snk-form_2.cjs.entry.js +4 -5
  33. package/dist/cjs/snk-grid.cjs.entry.js +7 -8
  34. package/dist/cjs/{snk-guides-viewer-8e7a503b.js → snk-guides-viewer-3054d541.js} +1 -1
  35. package/dist/cjs/snk-guides-viewer.cjs.entry.js +5 -6
  36. package/dist/cjs/snk-layout-form-config.cjs.entry.js +4 -5
  37. package/dist/cjs/snk-pesquisa.cjs.entry.js +4 -5
  38. package/dist/cjs/taskbarUtils-383c596e.js +231 -0
  39. package/dist/collection/collection-manifest.json +17 -0
  40. package/dist/collection/components/snk-dynaform/interfaces/PropsCustomEditor.js +1 -0
  41. package/dist/collection/components/snk-dynaform/interfaces/PropsCustomRender.js +1 -0
  42. package/dist/collection/components/snk-dynaform/snk-dynaform.css +64 -0
  43. package/dist/collection/components/snk-dynaform/snk-dynaform.js +1657 -0
  44. package/dist/collection/components/snk-dynaform/subcomponents/CardFormResizeObserver.js +26 -0
  45. package/dist/collection/components/snk-dynaform/subcomponents/GuideBuilder.js +51 -0
  46. package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-detail-view/snk-dynaform-detail-view.css +112 -0
  47. package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-detail-view/snk-dynaform-detail-view.js +992 -0
  48. package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-form-view/snk-dynaform-form-view.css +64 -0
  49. package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-form-view/snk-dynaform-form-view.js +588 -0
  50. package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-guides-view/snk-dynaform-guides-view.css +98 -0
  51. package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-guides-view/snk-dynaform-guides-view.js +1167 -0
  52. package/dist/collection/components/snk-dynaform-form-config/FormConfigHelper.js +325 -0
  53. package/dist/collection/components/snk-dynaform-form-config/SnkFormConfigManager.js +212 -0
  54. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-config-header.css +17 -0
  55. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-config-header.js +236 -0
  56. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-configs-button/snk-dynaform-configs-button.css +41 -0
  57. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-configs-button/snk-dynaform-configs-button.js +170 -0
  58. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-field-item/snk-dynaform-field-config/snk-dynaform-field-config.css +22 -0
  59. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-field-item/snk-dynaform-field-config/snk-dynaform-field-config.js +408 -0
  60. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-field-item/snk-dynaform-field-item.css +88 -0
  61. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-field-item/snk-dynaform-field-item.js +209 -0
  62. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-fields-layout/snk-dynaform-fields-layout.css +167 -0
  63. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-fields-layout/snk-dynaform-fields-layout.js +655 -0
  64. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-fields-selector/snk-dynaform-fields-selector.css +42 -0
  65. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-fields-selector/snk-dynaform-fields-selector.js +171 -0
  66. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-form-config.css +66 -0
  67. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-form-config.js +557 -0
  68. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-guides-configurator/snk-dynaform-guides-configurator.css +80 -0
  69. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-guides-configurator/snk-dynaform-guides-configurator.js +326 -0
  70. package/dist/collection/components/snk-grid/snk-grid.css +4 -2
  71. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/cache/PreloadManager.js +11 -1
  72. package/dist/collection/lib/http/data-fetcher/fetchers/form-config-fetcher.js +22 -4
  73. package/dist/components/dataunit-fetcher.js +11 -1
  74. package/dist/components/form-config-fetcher.js +22 -4
  75. package/dist/components/index.d.ts +12 -0
  76. package/dist/components/index.js +12 -0
  77. package/dist/components/snk-crud.js +1 -212
  78. package/dist/components/snk-dynaform-config-header.d.ts +11 -0
  79. package/dist/components/snk-dynaform-config-header.js +6 -0
  80. package/dist/components/snk-dynaform-config-header2.js +103 -0
  81. package/dist/components/snk-dynaform-configs-button.d.ts +11 -0
  82. package/dist/components/snk-dynaform-configs-button.js +6 -0
  83. package/dist/components/snk-dynaform-configs-button2.js +76 -0
  84. package/dist/components/snk-dynaform-detail-view.d.ts +11 -0
  85. package/dist/components/snk-dynaform-detail-view.js +6 -0
  86. package/dist/components/snk-dynaform-detail-view2.js +1835 -0
  87. package/dist/components/snk-dynaform-field-config.d.ts +11 -0
  88. package/dist/components/snk-dynaform-field-config.js +6 -0
  89. package/dist/components/snk-dynaform-field-config2.js +605 -0
  90. package/dist/components/snk-dynaform-field-item.d.ts +11 -0
  91. package/dist/components/snk-dynaform-field-item.js +6 -0
  92. package/dist/components/snk-dynaform-field-item2.js +96 -0
  93. package/dist/components/snk-dynaform-fields-layout.d.ts +11 -0
  94. package/dist/components/snk-dynaform-fields-layout.js +6 -0
  95. package/dist/components/snk-dynaform-fields-layout2.js +428 -0
  96. package/dist/components/snk-dynaform-fields-selector.d.ts +11 -0
  97. package/dist/components/snk-dynaform-fields-selector.js +6 -0
  98. package/dist/components/snk-dynaform-fields-selector2.js +104 -0
  99. package/dist/components/snk-dynaform-form-config.d.ts +11 -0
  100. package/dist/components/snk-dynaform-form-config.js +6 -0
  101. package/dist/components/snk-dynaform-form-config2.js +430 -0
  102. package/dist/components/snk-dynaform-form-view.d.ts +11 -0
  103. package/dist/components/snk-dynaform-form-view.js +6 -0
  104. package/dist/components/snk-dynaform-form-view2.js +270 -0
  105. package/dist/components/snk-dynaform-guides-configurator.d.ts +11 -0
  106. package/dist/components/snk-dynaform-guides-configurator.js +6 -0
  107. package/dist/components/snk-dynaform-guides-configurator2.js +173 -0
  108. package/dist/components/snk-dynaform-guides-view.d.ts +11 -0
  109. package/dist/components/snk-dynaform-guides-view.js +6 -0
  110. package/dist/components/snk-dynaform.d.ts +11 -0
  111. package/dist/components/snk-dynaform.js +1003 -0
  112. package/dist/components/snk-grid2.js +1 -1
  113. package/dist/components/taskbarUtils.js +224 -0
  114. package/dist/esm/{ConfigStorage-76872695.js → ConfigStorage-e834d1ea.js} +2 -2
  115. package/dist/esm/{DataFetcher-e60f8d53.js → DataFetcher-5ed0a377.js} +2830 -3
  116. package/dist/esm/FormConfigHelper-efc29480.js +328 -0
  117. package/dist/esm/{ISave-4929c071.js → ISave-5b46d691.js} +1 -1
  118. package/dist/esm/{PersonalizedFilterUtils-d2439a9a.js → PersonalizedFilterUtils-45b5803c.js} +49 -2
  119. package/dist/esm/{SnkFormConfigManager-83f6b22f.js → SnkFormConfigManager-bfd575c2.js} +2 -2
  120. package/dist/esm/{SnkMultiSelectionListDataSource-18abafb1.js → SnkMultiSelectionListDataSource-22b50dd6.js} +4 -4
  121. package/dist/esm/{auth-fetcher-1a31c1e4.js → auth-fetcher-5283045d.js} +1 -1
  122. package/dist/esm/{dataunit-fetcher-c176e002.js → dataunit-fetcher-2200fdd6.js} +12 -3
  123. package/dist/esm/{filter-type.enum-f6a8fe23.js → filter-type.enum-62b7fe88.js} +8 -1
  124. package/dist/esm/{form-config-fetcher-b44b2727.js → form-config-fetcher-db1bf140.js} +23 -5
  125. package/dist/esm/index-04f73a26.js +24 -36
  126. package/dist/esm/loader.js +1 -1
  127. package/dist/esm/pesquisa-grid_2.entry.js +4 -5
  128. package/dist/esm/sankhyablocks.js +1 -1
  129. package/dist/esm/snk-actions-button_9.entry.js +5 -6
  130. package/dist/esm/snk-application.entry.js +6 -7
  131. package/dist/esm/snk-attach_11.entry.js +2936 -0
  132. package/dist/esm/snk-crud.entry.js +6 -218
  133. package/dist/esm/snk-data-exporter.entry.js +5 -6
  134. package/dist/esm/{snk-data-unit-d8cfa950.js → snk-data-unit-e8bd4143.js} +2 -2
  135. package/dist/esm/snk-data-unit.entry.js +3 -4
  136. package/dist/esm/snk-detail-view.entry.js +7 -8
  137. package/dist/esm/snk-dynaform-config-header_5.entry.js +731 -0
  138. package/dist/esm/snk-dynaform-detail-view_2.entry.js +933 -0
  139. package/dist/esm/snk-dynaform-field-config_2.entry.js +322 -0
  140. package/dist/esm/snk-dynaform-guides-view-1f1455d6.js +744 -0
  141. package/dist/esm/snk-dynaform-guides-view.entry.js +15 -0
  142. package/dist/esm/snk-dynaform.entry.js +671 -0
  143. package/dist/esm/{snk-expression-group_2.entry.js → snk-expression-group_4.entry.js} +405 -4
  144. package/dist/esm/snk-filter-bar_4.entry.js +5 -8
  145. package/dist/esm/snk-form_2.entry.js +4 -5
  146. package/dist/esm/snk-grid.entry.js +7 -8
  147. package/dist/esm/{snk-guides-viewer-adf39ea2.js → snk-guides-viewer-95fefcaa.js} +1 -1
  148. package/dist/esm/snk-guides-viewer.entry.js +5 -6
  149. package/dist/esm/snk-layout-form-config.entry.js +4 -5
  150. package/dist/esm/snk-pesquisa.entry.js +4 -5
  151. package/dist/esm/taskbarUtils-682ca78c.js +225 -0
  152. package/dist/sankhyablocks/p-06b6c284.entry.js +1 -0
  153. package/dist/sankhyablocks/p-09e2255b.entry.js +1 -0
  154. package/dist/sankhyablocks/p-0dbd53d9.js +1 -0
  155. package/dist/sankhyablocks/{p-5c250661.js → p-1a04f537.js} +1 -1
  156. package/dist/sankhyablocks/{p-ab5e12fa.js → p-1cc4cf61.js} +1 -1
  157. package/dist/sankhyablocks/{p-f5ad0720.js → p-2040953e.js} +1 -1
  158. package/dist/sankhyablocks/p-22ddc1a5.entry.js +1 -0
  159. package/dist/sankhyablocks/p-24b059ee.entry.js +1 -0
  160. package/dist/sankhyablocks/p-2b581179.entry.js +1 -0
  161. package/dist/sankhyablocks/p-449dfe55.entry.js +1 -0
  162. package/dist/sankhyablocks/p-451b5bcc.entry.js +1 -0
  163. package/dist/sankhyablocks/p-46d7e2de.js +1 -0
  164. package/dist/sankhyablocks/{p-3c990841.js → p-51e853f2.js} +1 -1
  165. package/dist/sankhyablocks/p-51f1485c.entry.js +1 -0
  166. package/dist/sankhyablocks/p-58709cf9.js +1 -0
  167. package/dist/sankhyablocks/p-589016e2.entry.js +1 -0
  168. package/dist/sankhyablocks/p-5c6eede7.js +60 -0
  169. package/dist/sankhyablocks/p-5d02c032.js +1 -0
  170. package/dist/sankhyablocks/p-5d50f59a.entry.js +1 -0
  171. package/dist/sankhyablocks/p-670c43e3.entry.js +1 -0
  172. package/dist/sankhyablocks/{p-b1bb4cf1.js → p-70c2ee5c.js} +1 -1
  173. package/dist/sankhyablocks/p-77c26de0.js +1 -0
  174. package/dist/sankhyablocks/p-92c71225.entry.js +1 -0
  175. package/dist/sankhyablocks/p-9c89a76a.entry.js +1 -0
  176. package/dist/sankhyablocks/{p-4f7adf97.js → p-b1bf9564.js} +1 -1
  177. package/dist/sankhyablocks/p-c538bd6c.entry.js +1 -0
  178. package/dist/sankhyablocks/p-ccd61eb8.entry.js +1 -0
  179. package/dist/sankhyablocks/{p-3704bf1b.js → p-d5810110.js} +1 -1
  180. package/dist/sankhyablocks/p-d88278f8.js +28 -0
  181. package/dist/sankhyablocks/p-dc45e9e5.entry.js +1 -0
  182. package/dist/sankhyablocks/{p-8fe740b7.entry.js → p-dc83c70f.entry.js} +2 -2
  183. package/dist/sankhyablocks/p-e5362a5c.js +1 -0
  184. package/dist/sankhyablocks/p-edd44079.entry.js +1 -0
  185. package/dist/sankhyablocks/p-eff38390.entry.js +1 -0
  186. package/dist/sankhyablocks/p-ff28e5e4.entry.js +1 -0
  187. package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
  188. package/dist/types/components/snk-dynaform/interfaces/PropsCustomEditor.d.ts +4 -0
  189. package/dist/types/components/snk-dynaform/interfaces/PropsCustomRender.d.ts +4 -0
  190. package/dist/types/components/snk-dynaform/subcomponents/CardFormResizeObserver.d.ts +1 -0
  191. package/dist/types/components/snk-dynaform/subcomponents/GuideBuilder.d.ts +14 -0
  192. package/dist/types/components/snk-dynaform/subcomponents/snk-dynaform-detail-view/snk-dynaform-detail-view.d.ts +158 -0
  193. package/dist/types/components/snk-dynaform/subcomponents/snk-dynaform-form-view/snk-dynaform-form-view.d.ts +107 -0
  194. package/dist/types/components/snk-dynaform-form-config/FormConfigHelper.d.ts +36 -0
  195. package/dist/types/components/snk-dynaform-form-config/SnkFormConfigManager.d.ts +35 -0
  196. package/dist/types/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-config-header.d.ts +23 -0
  197. package/dist/types/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-configs-button/snk-dynaform-configs-button.d.ts +19 -0
  198. package/dist/types/components/snk-dynaform-form-config/snk-dynaform-field-item/snk-dynaform-field-config/snk-dynaform-field-config.d.ts +56 -0
  199. package/dist/types/components/snk-dynaform-form-config/snk-dynaform-fields-layout/snk-dynaform-fields-layout.d.ts +74 -0
  200. package/dist/types/components/snk-dynaform-form-config/snk-dynaform-fields-selector/snk-dynaform-fields-selector.d.ts +21 -0
  201. package/dist/types/components/snk-dynaform-form-config/snk-dynaform-form-config.d.ts +95 -0
  202. package/dist/types/components/snk-dynaform-form-config/snk-dynaform-guides-configurator/snk-dynaform-guides-configurator.d.ts +35 -0
  203. package/dist/types/components.d.ts +2403 -1322
  204. package/dist/types/lib/http/data-fetcher/fetchers/form-config-fetcher.d.ts +1 -0
  205. package/package.json +5 -1
  206. package/react/components.d.ts +12 -0
  207. package/react/components.js +12 -0
  208. package/react/components.js.map +1 -1
  209. package/dist/cjs/SnkMessageBuilder-a9300ebe.js +0 -2833
  210. package/dist/cjs/default-filters-a09bf82b.js +0 -8
  211. package/dist/cjs/index-62760a9c.js +0 -49
  212. package/dist/cjs/index-8d94b7e0.js +0 -7
  213. package/dist/cjs/snk-attach.cjs.entry.js +0 -948
  214. package/dist/cjs/snk-default-filter.cjs.entry.js +0 -77
  215. package/dist/cjs/snk-filter-advanced-mode_3.cjs.entry.js +0 -99
  216. package/dist/cjs/snk-filter-detail.cjs.entry.js +0 -198
  217. package/dist/cjs/snk-filter-field-search_2.cjs.entry.js +0 -408
  218. package/dist/cjs/snk-filter-modal-item.cjs.entry.js +0 -109
  219. package/dist/cjs/snk-image-input.cjs.entry.js +0 -160
  220. package/dist/cjs/snk-personalized-filter.cjs.entry.js +0 -358
  221. package/dist/cjs/snk-simple-crud.cjs.entry.js +0 -865
  222. package/dist/esm/SnkMessageBuilder-1eb7a1af.js +0 -2831
  223. package/dist/esm/default-filters-50105e43.js +0 -8
  224. package/dist/esm/index-620ac460.js +0 -7
  225. package/dist/esm/index-8acbae97.js +0 -49
  226. package/dist/esm/snk-attach.entry.js +0 -944
  227. package/dist/esm/snk-default-filter.entry.js +0 -73
  228. package/dist/esm/snk-filter-advanced-mode_3.entry.js +0 -93
  229. package/dist/esm/snk-filter-detail.entry.js +0 -194
  230. package/dist/esm/snk-filter-field-search_2.entry.js +0 -403
  231. package/dist/esm/snk-filter-modal-item.entry.js +0 -105
  232. package/dist/esm/snk-image-input.entry.js +0 -156
  233. package/dist/esm/snk-personalized-filter.entry.js +0 -354
  234. package/dist/esm/snk-simple-crud.entry.js +0 -861
  235. package/dist/sankhyablocks/p-0a4cdcde.entry.js +0 -1
  236. package/dist/sankhyablocks/p-0afc64df.entry.js +0 -1
  237. package/dist/sankhyablocks/p-10f27dc6.entry.js +0 -1
  238. package/dist/sankhyablocks/p-20f03230.entry.js +0 -1
  239. package/dist/sankhyablocks/p-2af8aca3.js +0 -1
  240. package/dist/sankhyablocks/p-3870748a.js +0 -28
  241. package/dist/sankhyablocks/p-3d294185.entry.js +0 -1
  242. package/dist/sankhyablocks/p-438a225f.entry.js +0 -1
  243. package/dist/sankhyablocks/p-4d04bc75.entry.js +0 -1
  244. package/dist/sankhyablocks/p-554c0e54.js +0 -1
  245. package/dist/sankhyablocks/p-57c184a2.entry.js +0 -1
  246. package/dist/sankhyablocks/p-68c1a093.js +0 -1
  247. package/dist/sankhyablocks/p-6a4b21dd.js +0 -1
  248. package/dist/sankhyablocks/p-6ae7543b.entry.js +0 -1
  249. package/dist/sankhyablocks/p-6e278003.js +0 -60
  250. package/dist/sankhyablocks/p-82bcb4cf.entry.js +0 -1
  251. package/dist/sankhyablocks/p-84345e7a.js +0 -1
  252. package/dist/sankhyablocks/p-95af0bb1.entry.js +0 -1
  253. package/dist/sankhyablocks/p-a905712a.entry.js +0 -1
  254. package/dist/sankhyablocks/p-aff2d081.entry.js +0 -1
  255. package/dist/sankhyablocks/p-b0a357b4.entry.js +0 -1
  256. package/dist/sankhyablocks/p-b568c1d4.js +0 -1
  257. package/dist/sankhyablocks/p-bab4cde4.entry.js +0 -1
  258. package/dist/sankhyablocks/p-bd3c1aaa.entry.js +0 -1
  259. package/dist/sankhyablocks/p-cc64239c.entry.js +0 -1
  260. package/dist/sankhyablocks/p-cd00a3d1.entry.js +0 -1
  261. package/dist/sankhyablocks/p-d9ec8c4b.entry.js +0 -1
  262. package/dist/sankhyablocks/p-dbdbb77a.entry.js +0 -1
  263. package/dist/sankhyablocks/p-e8df1dea.entry.js +0 -1
  264. package/dist/sankhyablocks/p-ef9343c3.entry.js +0 -1
  265. package/dist/sankhyablocks/p-f4184ce7.js +0 -1
@@ -1,944 +0,0 @@
1
- import { r as registerInstance, e as createEvent, h } from './index-04f73a26.js';
2
- import { ApplicationContext, DataType, Action, UserInterface, StringUtils, DataUnitLoaderUtils, DataUnit } from '@sankhyalabs/core';
3
- import { D as DataFetcher } from './DataFetcher-e60f8d53.js';
4
- import { S as SaveErrorsEnum } from './ISave-4929c071.js';
5
- import './index-b40568ff.js';
6
- import { P as PreloadManager, D as DataUnitFetcher, I as InMemoryLoader } from './dataunit-fetcher-c176e002.js';
7
- import './filter-item-type.enum-d45e026f.js';
8
- import './form-config-fetcher-b44b2727.js';
9
- import { V as VIEW_MODE } from './constants-7b422de0.js';
10
- import { A as AutorizationType } from './auth-fetcher-1a31c1e4.js';
11
- import { S as SnkMessageBuilder } from './SnkMessageBuilder-1eb7a1af.js';
12
- import { T as TaskbarElement } from './taskbar-elements-63651ca7.js';
13
- import './PrintUtils-3e4ff0f5.js';
14
- import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
15
- import '@sankhyalabs/ezui/dist/collection/utils/constants';
16
- import '@sankhyalabs/ezui/dist/collection/components/ez-grid/utils';
17
- import '@sankhyalabs/core/dist/utils/SortingUtils';
18
- import './ResourceIDUtils-a114189a.js';
19
- import './index-ea250be6.js';
20
-
21
- const SERVICE$1 = {
22
- save: "Attach.save",
23
- delete: "Attach.remove",
24
- view: "Attach.view",
25
- repository: "RepositorioArquivoSP.abreArquivo"
26
- };
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 {
116
- constructor(entityName, dataUnitName) {
117
- var _a;
118
- this.entityName = entityName;
119
- this.dataUnitName = dataUnitName;
120
- this.validateFields = (fields) => {
121
- if (!!fields.LINK && !!fields.NOMEARQUIVO)
122
- throw new Error(SaveErrorsEnum.LINK_AND_FILE_AT_THE_SAME_TIME);
123
- if (!fields.LINK && !fields.NOMEARQUIVO)
124
- throw new Error(SaveErrorsEnum.ANY_LINK_OR_FILE_FILLED);
125
- if (!this._registerKey)
126
- throw new Error('Register key can not be null');
127
- };
128
- this.resourceID = (window["resourceID"] || ((_a = window["workspace"]) === null || _a === void 0 ? void 0 : _a.resourceID));
129
- }
130
- set registerKey(registerKey) {
131
- this._registerKey = registerKey;
132
- }
133
- async save(change) {
134
- var _a, _b;
135
- let { updatingFields: fields } = change;
136
- fields = Object.assign(Object.assign({}, fields), { NOMEARQUIVO: (_a = fields.NOMEARQUIVO) === null || _a === void 0 ? void 0 : _a[0] });
137
- try {
138
- this.validateFields(fields);
139
- const fileInfo = !fields.LINK ? fields.NOMEARQUIVO : null;
140
- const reqBody = {
141
- serviceName: SERVICE.save,
142
- requestBody: {
143
- params: {
144
- resourceID: this.resourceID,
145
- description: fields.DESCRICAO,
146
- fileSelect: fileInfo ? 1 : 0,
147
- keySession: (_b = fileInfo === null || fileInfo === void 0 ? void 0 : fileInfo.properties) === null || _b === void 0 ? void 0 : _b.fileNameTmp,
148
- nameAttach: fileInfo === null || fileInfo === void 0 ? void 0 : fileInfo.name,
149
- link: fields.LINK,
150
- nameEntity: this.entityName,
151
- pkEntity: this._registerKey,
152
- typeAcess: fields.TIPOACESSO,
153
- typeApres: fields.TIPOAPRES,
154
- }
155
- }
156
- };
157
- const result = await DataFetcher.get().callServiceBroker(SERVICE.save, JSON.stringify(reqBody));
158
- 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 })]);
159
- }
160
- catch (error) {
161
- return Promise.reject(error);
162
- }
163
- }
164
- async edit(change) {
165
- var _a, _b, _c;
166
- let { updatingFields: fields, record } = change;
167
- const getFieldValue = (fieldValue) => {
168
- if (fields[fieldValue] !== undefined)
169
- return fields[fieldValue];
170
- return record[fieldValue];
171
- };
172
- const attachField = getFieldValue('NOMEARQUIVO');
173
- const hasNewAttachment = (_b = (_a = fields.NOMEARQUIVO) === null || _a === void 0 ? void 0 : _a[0]) === null || _b === void 0 ? void 0 : _b.downloadURL;
174
- fields = Object.assign(Object.assign({}, fields), { DESCRICAO: getFieldValue('DESCRICAO'), LINK: getFieldValue('LINK'), TIPOACESSO: getFieldValue('TIPOACESSO'), TIPOAPRES: getFieldValue('TIPOAPRES'), CHAVEARQUIVO: record.CHAVEARQUIVO, NOMEARQUIVO: attachField === null || attachField === void 0 ? void 0 : attachField[0] });
175
- const fileInfo = !fields.LINK ? fields.NOMEARQUIVO : null;
176
- try {
177
- this.validateFields(fields);
178
- const reqBody = {
179
- serviceName: SERVICE.save,
180
- requestBody: {
181
- params: {
182
- resourceID: this.resourceID,
183
- nuAttach: record === null || record === void 0 ? void 0 : record.NUATTACH,
184
- description: fields.DESCRICAO,
185
- fileSelect: hasNewAttachment ? 1 : 0,
186
- keySession: (_c = fileInfo === null || fileInfo === void 0 ? void 0 : fileInfo.properties) === null || _c === void 0 ? void 0 : _c.fileNameTmp,
187
- keyAttach: fields.CHAVEARQUIVO,
188
- nameAttach: fileInfo === null || fileInfo === void 0 ? void 0 : fileInfo.name,
189
- link: fields.LINK,
190
- nameEntity: this.entityName,
191
- pkEntity: this._registerKey,
192
- typeAcess: fields.TIPOACESSO,
193
- typeApres: fields.TIPOAPRES,
194
- }
195
- }
196
- };
197
- const result = await DataFetcher.get().callServiceBroker(SERVICE.save, JSON.stringify(reqBody));
198
- 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 })]);
199
- }
200
- catch (error) {
201
- return Promise.reject(error);
202
- }
203
- }
204
- delete(record) {
205
- var _a;
206
- const attachField = ((_a = record.NOMEARQUIVO) === null || _a === void 0 ? void 0 : _a[0]) || {};
207
- const reqBody = {
208
- serviceName: SERVICE.delete,
209
- requestBody: {
210
- paramsDelete: {
211
- keyAttach: record.CHAVEARQUIVO,
212
- nameAttach: attachField === null || attachField === void 0 ? void 0 : attachField.name,
213
- nameEntity: record.NOMEINSTANCIA,
214
- nuAttach: record.NUATTACH,
215
- pkEntity: record.PKREGISTRO
216
- }
217
- }
218
- };
219
- return new Promise((resolve, reject) => {
220
- DataFetcher.get().callServiceBroker(SERVICE.delete, JSON.stringify(reqBody))
221
- .then(result => resolve(result))
222
- .catch(error => reject(error));
223
- });
224
- }
225
- getDownloadKey(record) {
226
- var _a;
227
- const attachField = ((_a = record.NOMEARQUIVO) === null || _a === void 0 ? void 0 : _a[0]) || {};
228
- const reqBody = {
229
- serviceName: SERVICE.download,
230
- requestBody: {
231
- paramsDown: {
232
- nameAttach: attachField === null || attachField === void 0 ? void 0 : attachField.name,
233
- nameEntity: record.NOMEINSTANCIA,
234
- nuAttach: record.NUATTACH,
235
- pkEntity: record.PKREGISTRO,
236
- keyAttach: record.CHAVEARQUIVO,
237
- }
238
- }
239
- };
240
- return new Promise((resolve, reject) => {
241
- DataFetcher.get().callServiceBroker(SERVICE.download, JSON.stringify(reqBody))
242
- .then(result => resolve(result))
243
- .catch(error => reject(error));
244
- });
245
- }
246
- }
247
-
248
- class AnexoSistemaDataUnitFactory {
249
- constructor(entityName, getMessage) {
250
- this.entityName = entityName;
251
- this.getMessage = getMessage;
252
- this._application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
253
- }
254
- initLoaders(dataUnit, fetcher, onSuccess) {
255
- if (!this.loader)
256
- this.loader = dataUnit.dataLoader;
257
- dataUnit.dataLoader = (dataUnit, request) => this.dataLoader(dataUnit, request);
258
- dataUnit.saveLoader = (_, changes) => this.saveLoader(changes, fetcher).then((recordIds) => {
259
- if (recordIds.length)
260
- onSuccess();
261
- return recordIds;
262
- });
263
- dataUnit.removeLoader = (dataUnit, ids) => this.removeLoader(dataUnit, ids, fetcher).then((recordIds) => {
264
- if (recordIds.length)
265
- onSuccess();
266
- return recordIds;
267
- });
268
- }
269
- metadataLoader(dataUnit) {
270
- throw new Error("Method not implemented.");
271
- }
272
- dataLoader(dataUnit, request) {
273
- return new Promise(resolve => {
274
- this.loader(dataUnit, request).then(response => {
275
- const records = ((response === null || response === void 0 ? void 0 : response.records) || []).map(record => {
276
- let fileInfo;
277
- if (!record.LINK)
278
- fileInfo = [{
279
- name: record.NOMEARQUIVO,
280
- }];
281
- return Object.assign(Object.assign({}, record), { ARQUIVOOULINK: !!record.LINK ? record.LINK : record.NOMEARQUIVO, NOMEARQUIVO: fileInfo });
282
- });
283
- resolve(Object.assign(Object.assign({}, response), { records }));
284
- });
285
- });
286
- }
287
- saveLoader(changes, fetcher) {
288
- return new Promise((resolve) => {
289
- var _a;
290
- const change = Array.isArray(changes) ? changes[0] : {};
291
- 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);
292
- savePromise(change).then((records) => {
293
- resolve(records);
294
- }).catch((error) => {
295
- if (error.message === SaveErrorsEnum.LINK_AND_FILE_AT_THE_SAME_TIME) {
296
- this._application.alert(this.getMessage('snkAttach.alertValidation.fileAndLinkAtTheSameTime.title'), this.getMessage('snkAttach.alertValidation.fileAndLinkAtTheSameTime.message'));
297
- return resolve([]);
298
- }
299
- if (error.message === SaveErrorsEnum.ANY_LINK_OR_FILE_FILLED) {
300
- this._application.alert(this.getMessage('snkAttach.alertValidation.anyLinkOrFileFilled.title'), this.getMessage('snkAttach.alertValidation.anyLinkOrFileFilled.message'));
301
- return resolve([]);
302
- }
303
- if (error.message) {
304
- this._application.error((error.title || error.name), error.message);
305
- return resolve([]);
306
- }
307
- resolve([]);
308
- });
309
- });
310
- }
311
- removeLoader(dataUnit, ids, fetcher) {
312
- return new Promise((resolve) => {
313
- const { records } = dataUnit.getSelectionInfo();
314
- const recordToDelete = records[0];
315
- fetcher.delete(recordToDelete).then(() => {
316
- PreloadManager.removeRecords(dataUnit, [recordToDelete]);
317
- return resolve(ids);
318
- });
319
- });
320
- }
321
- getFilters(registerKey) {
322
- return [
323
- {
324
- name: 'AttachmentsByPK',
325
- expression: 'this.PKREGISTRO = :PKREGISTRO',
326
- params: [{
327
- name: "PKREGISTRO",
328
- dataType: DataType.TEXT,
329
- value: `${registerKey}_${this.entityName}`
330
- }]
331
- }
332
- ];
333
- }
334
- getInterceptions(dataUnit, action, crudRef) {
335
- return new Promise((resolve) => {
336
- if (action.type === Action.EDITION_CANCELED) {
337
- if (!dataUnit.isDirty())
338
- return resolve(action);
339
- return this._application.confirm(this.getMessage('snkAttach.cancelConfirmation.title'), this.getMessage('snkAttach.cancelConfirmation.message')).then((cancellationConfirmed) => {
340
- if (cancellationConfirmed) {
341
- crudRef.goToView(VIEW_MODE.GRID);
342
- return resolve(action);
343
- }
344
- return resolve(undefined);
345
- });
346
- }
347
- if (action.type === Action.DATA_SAVED) {
348
- dataUnit.loadData();
349
- return resolve(action);
350
- }
351
- resolve(action);
352
- });
353
- }
354
- }
355
-
356
- let messageBuilderInstance;
357
- const getMessage$1 = (key) => {
358
- if (!messageBuilderInstance) {
359
- messageBuilderInstance = new SnkMessageBuilder();
360
- }
361
- return messageBuilderInstance.getMessage(key);
362
- };
363
- const attachCrudConfig = {
364
- grid: {
365
- columns: [
366
- { name: "CODATA", orderIndex: 0, width: 0 },
367
- { name: "DESCRICAO", orderIndex: 1, width: 0 },
368
- { name: "ARQUIVO", orderIndex: 2, width: 0 },
369
- { name: "DTALTER", orderIndex: 3, width: 0 },
370
- { name: "USUARIO", orderIndex: 4, width: 0 },
371
- ],
372
- },
373
- form: {
374
- emptyConfig: false,
375
- fields: [
376
- {
377
- name: "DESCRICAO",
378
- label: getMessage$1("snkAttach.attachMetadata.lblDescription"),
379
- visible: true,
380
- readOnly: false,
381
- required: true,
382
- },
383
- {
384
- name: "CAMINHO_ARQUIVO",
385
- label: getMessage$1("snkAttach.attachMetadata.lblFile"),
386
- visible: true,
387
- readOnly: false,
388
- required: true,
389
- },
390
- ],
391
- },
392
- };
393
- const attachFetcherMetadataBuilder = {
394
- name: "Attach",
395
- label: "Attach List",
396
- fields: [
397
- { name: "CODATA", label: getMessage$1("snkAttach.attachMetadata.lblCode"), dataType: DataType.TEXT },
398
- { name: "DESCRICAO", label: getMessage$1("snkAttach.attachMetadata.lblDescription"), dataType: DataType.TEXT, readOnly: false },
399
- { name: "ARQUIVO", label: getMessage$1("snkAttach.attachMetadata.lblFileOrLink"), dataType: DataType.TEXT },
400
- { name: "USUARIO", label: getMessage$1("snkAttach.attachMetadata.lblUser"), dataType: DataType.TEXT },
401
- { name: "DTALTER", label: getMessage$1("snkAttach.attachMetadata.lblDate"), dataType: DataType.TEXT },
402
- {
403
- name: "CAMINHO_ARQUIVO",
404
- label: getMessage$1("snkAttach.attachMetadata.lblFileUpload"),
405
- dataType: DataType.OBJECT,
406
- userInterface: UserInterface.FILE,
407
- readOnly: false,
408
- required: true,
409
- visible: true,
410
- properties: {
411
- subTitle: getMessage$1("snkAttach.attachMetadata.lblSubTitle"),
412
- MAX_FILES: 1,
413
- STORAGESTRATEGY: "SESSION",
414
- INTERNAL_FILENAME: "Attach.upload",
415
- }
416
- },
417
- ],
418
- };
419
-
420
- const SERVICE_LOAD = "Attach.load";
421
- class AttachFetcherDataUnitFactory {
422
- constructor(getMessage) {
423
- this.getMessage = getMessage;
424
- this._records = [];
425
- this._application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
426
- }
427
- initLoaders(dataUnit, fetcher, onSuccess) {
428
- dataUnit.metadataLoader = (dataUnit) => this.metadataLoader(dataUnit);
429
- dataUnit.dataLoader = (dataUnit, request) => this.dataLoader(dataUnit, request);
430
- dataUnit.saveLoader = (_, changes) => this.saveLoader(changes, fetcher).then((recordIds) => {
431
- if (recordIds.length)
432
- onSuccess();
433
- return recordIds;
434
- });
435
- dataUnit.removeLoader = (dataUnit, ids) => this.removeLoader(dataUnit, ids, fetcher).then((recordIds) => {
436
- if (recordIds.length)
437
- onSuccess();
438
- return recordIds;
439
- });
440
- }
441
- metadataLoader(_) {
442
- return Promise.resolve(attachFetcherMetadataBuilder);
443
- }
444
- async dataLoader(dataUnit, request) {
445
- if (!request.source) {
446
- return Promise.resolve({ records: this._records });
447
- }
448
- if (!Number.isNaN(Number(request.source))) {
449
- const criteria = {
450
- criteria: {
451
- codata: request.source,
452
- tipoAnexo: "N"
453
- }
454
- };
455
- const applicationDataFetcher = await this._application.getDataFetcher();
456
- const { anexos: { anexo = [] } } = await applicationDataFetcher.callServiceBroker(SERVICE_LOAD, JSON.stringify(criteria));
457
- const records = [];
458
- anexo.forEach((param) => {
459
- records.push(Object.assign({ __record__id__: StringUtils.generateUUID(), CAMINHO_ARQUIVO: [{
460
- name: param === null || param === void 0 ? void 0 : param.ARQUIVO,
461
- }] }, param));
462
- });
463
- this._records = records;
464
- }
465
- return DataUnitLoaderUtils.buildLoadDataResponse(this._records, dataUnit, request);
466
- }
467
- saveLoader(changes, fetcher) {
468
- return new Promise((resolve) => {
469
- const change = Array.isArray(changes) ? changes[0] : {};
470
- fetcher.save(change)
471
- .then(resolve)
472
- .catch((error) => {
473
- if (error.message === SaveErrorsEnum.DESCRIPTION_CANNOT_BE_CHANGED) {
474
- this._application.alert(this.getMessage('snkAttach.alertValidation.descriptionCannotBeChanged.title'), this.getMessage('snkAttach.alertValidation.descriptionCannotBeChanged.message'));
475
- return resolve([]);
476
- }
477
- if (error.message === SaveErrorsEnum.LINK_AND_FILE_AT_THE_SAME_TIME) {
478
- this._application.alert(this.getMessage('snkAttach.alertValidation.fileAndLinkAtTheSameTime.title'), this.getMessage('snkAttach.alertValidation.fileAndLinkAtTheSameTime.message'));
479
- return resolve([]);
480
- }
481
- if (error.message === SaveErrorsEnum.ANY_LINK_OR_FILE_FILLED) {
482
- this._application.alert(this.getMessage('snkAttach.alertValidation.anyLinkOrFileFilled.title'), this.getMessage('snkAttach.alertValidation.anyLinkOrFileFilled.message'));
483
- return resolve([]);
484
- }
485
- if (error.message) {
486
- this._application.error((error.title || error.name), error.message);
487
- return resolve([]);
488
- }
489
- resolve([]);
490
- });
491
- });
492
- }
493
- removeLoader(dataUnit, ids, fetcher) {
494
- return new Promise((resolve) => {
495
- dataUnit.getSelectionInfo().records.forEach(async (record) => {
496
- this._application.hasAccess(AutorizationType.REMOVE)
497
- .then(async (hasAccess) => {
498
- if (hasAccess) {
499
- await fetcher.delete(record);
500
- resolve(ids);
501
- }
502
- });
503
- });
504
- });
505
- }
506
- getFilters() {
507
- throw new Error('Method not implemented.');
508
- }
509
- getInterceptions(dataUnit, action, crudRef) {
510
- return new Promise((resolve) => {
511
- var _a, _b, _c, _d, _e, _f;
512
- switch (action.type) {
513
- case Action.EDITION_CANCELED:
514
- if (!dataUnit.isDirty())
515
- return resolve(action);
516
- return this._application.confirm(this.getMessage('snkAttach.cancelConfirmation.title'), this.getMessage('snkAttach.cancelConfirmation.message')).then((cancellationConfirmed) => {
517
- if (cancellationConfirmed) {
518
- crudRef.goToView(VIEW_MODE.GRID);
519
- return resolve(action);
520
- }
521
- return resolve(undefined);
522
- });
523
- case Action.DATA_SAVED:
524
- dataUnit.loadData(undefined, undefined, false, (_c = (_b = (_a = action === null || action === void 0 ? void 0 : action.payload) === null || _a === void 0 ? void 0 : _a.records) === null || _b === void 0 ? void 0 : _b[0]) === null || _c === void 0 ? void 0 : _c.REGISTER_KEY);
525
- return resolve(action);
526
- case Action.RECORDS_REMOVED:
527
- dataUnit.loadData(undefined, undefined, false, (_f = (_e = (_d = action === null || action === void 0 ? void 0 : action.payload) === null || _d === void 0 ? void 0 : _d.cachedRecords) === null || _e === void 0 ? void 0 : _e[0]) === null || _f === void 0 ? void 0 : _f.CODATA);
528
- return resolve(action);
529
- }
530
- resolve(action);
531
- });
532
- }
533
- }
534
-
535
- let messagesBuilder;
536
- const getMessage = (key) => {
537
- var _a;
538
- if (!messagesBuilder) {
539
- const application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
540
- messagesBuilder = application === null || application === void 0 ? void 0 : application.messagesBuilder;
541
- }
542
- return (_a = messagesBuilder === null || messagesBuilder === void 0 ? void 0 : messagesBuilder.getMessage) === null || _a === void 0 ? void 0 : _a.call(messagesBuilder, key, null);
543
- };
544
- const TaskbarAttachButtons = {
545
- DOWNLOAD: {
546
- hint: getMessage("snkAttach.taskbar.titleDownload"),
547
- name: "DOWNLOAD",
548
- iconName: 'file-download'
549
- },
550
- LINK: {
551
- hint: getMessage("snkAttach.taskbar.titleLink"),
552
- name: "LINK",
553
- iconName: "launch"
554
- }
555
- };
556
- const buildTaskBarManager = () => {
557
- const disabledButtonsWithoutSelection = [
558
- TaskbarElement.REMOVE,
559
- "DOWNLOAD",
560
- "LINK"
561
- ];
562
- return {
563
- getButtons: (_, dataState, currentButtons) => {
564
- const refreshBtnIndex = currentButtons.indexOf(TaskbarElement.REFRESH);
565
- if ((dataState === null || dataState === void 0 ? void 0 : dataState.insertionMode) || (dataState === null || dataState === void 0 ? void 0 : dataState.isDirty)) {
566
- return currentButtons.reverse();
567
- }
568
- else if (refreshBtnIndex !== -1) {
569
- currentButtons.splice(refreshBtnIndex, 1);
570
- }
571
- const { selectedRecord } = dataState || {};
572
- const taskbarTobeAdded = !!(selectedRecord === null || selectedRecord === void 0 ? void 0 : selectedRecord.LINK) ? TaskbarAttachButtons.LINK : TaskbarAttachButtons.DOWNLOAD;
573
- currentButtons.splice(currentButtons.indexOf(TaskbarElement.DIVIDER) + 1, 0, TaskbarElement.REMOVE, taskbarTobeAdded, TaskbarElement.DIVIDER);
574
- const buttonsToRemove = [TaskbarElement.CLONE, TaskbarElement.DATA_EXPORTER];
575
- const updatedButtons = Array.from(new Set(currentButtons.filter((button) => !buttonsToRemove.includes(button))));
576
- updatedButtons.splice(updatedButtons.indexOf(taskbarTobeAdded) + 1, 0, TaskbarElement.DIVIDER);
577
- return updatedButtons;
578
- },
579
- isEnabled: (_, dataState, currentButton) => {
580
- const hasSelectedRecord = (dataState === null || dataState === void 0 ? void 0 : dataState.selectedRecord) !== undefined;
581
- const disabledButton = disabledButtonsWithoutSelection.includes(currentButton);
582
- if (disabledButton && !hasSelectedRecord)
583
- return false;
584
- return true;
585
- }
586
- };
587
- };
588
-
589
- const anexoSistemaCrudConfig = {
590
- grid: {
591
- columns: [
592
- { name: "ARQUIVOOULINK", orderIndex: 0, width: 0 },
593
- { name: "DESCRICAO", orderIndex: 1, width: 0 },
594
- { name: "DHCAD", orderIndex: 2, width: 0 },
595
- { name: "DHALTER", orderIndex: 3, width: 0 },
596
- { name: "TIPOAPRES", orderIndex: 4, width: 0 },
597
- { name: "TIPOACESSO", orderIndex: 5, width: 0 },
598
- { name: "CODUSU", orderIndex: 6, width: 0 },
599
- { name: "CODUSUALT", orderIndex: 7, width: 0 }
600
- ]
601
- },
602
- form: {
603
- emptyConfig: false,
604
- fields: [
605
- {
606
- name: "DESCRICAO",
607
- required: true
608
- },
609
- {
610
- name: "TIPOAPRES",
611
- required: true,
612
- },
613
- {
614
- name: "TIPOACESSO",
615
- required: true,
616
- },
617
- {
618
- name: "LINK"
619
- },
620
- {
621
- name: "NOMEARQUIVO"
622
- }
623
- ]
624
- },
625
- };
626
-
627
- const snkAttachCss = ".snk-attach__header.sc-snk-attach{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space--6, 6px)}.snk-attach__header.sc-snk-attach>section.sc-snk-attach{display:flex;align-items:center}.snk-attach__file-info.sc-snk-attach{display:flex;flex-direction:column;justify-content:center;gap:var(--space--8, 8px)}.snk-attach__main.sc-snk-attach{display:flex;flex-direction:column;height:100%}.ez-box__container.sc-snk-attach{height:100%}.snk-attach__crud-section.sc-snk-attach{padding:1px;display:flex;flex-direction:column;height:100%;width:100%}";
628
-
629
- const RESOURCE_ID = 'AnexoSistema';
630
- const DATA_UNIT_NAME = 'br.com.sankhya.core.v3.anexoSistema';
631
- const GRID_LEGACY_CONFIG_NAME = 'GrdCfgHtml5:grdcfg.dynaform.anexo';
632
- const LINKORFILE_COLUMN_NAME = "ARQUIVOOULINK";
633
- const SnkAttach = class {
634
- constructor(hostRef) {
635
- registerInstance(this, hostRef);
636
- this.ezClosePopup = createEvent(this, "ezClosePopup", 7);
637
- this.handleTaskbarClick = async ({ detail: taskbar }) => {
638
- if (["DOWNLOAD", "LINK"].includes(taskbar))
639
- return this.downloadAttachment(this._currentDataUnit.getSelectedRecord());
640
- if (this.fetcherType === "Attach" && ["SAVE"].includes(taskbar) && this._currentDataUnit.isDirty()) {
641
- await this._currentDataUnit.setFieldValue("REGISTER_KEY", this.registerKey);
642
- }
643
- };
644
- this.handleBack = () => {
645
- this._currentDataUnit.cancelEdition().then((cancelationConfirmed) => {
646
- if (cancelationConfirmed)
647
- this.close();
648
- });
649
- };
650
- this.handleFinish = () => {
651
- if (!this._currentDataUnit.isDirty())
652
- return this.close();
653
- if (!this.validateAnexoSistema()) {
654
- return;
655
- }
656
- this._currentDataUnit.saveData().then(() => {
657
- this.showFinishedToast();
658
- this.close();
659
- });
660
- };
661
- this._isOpen = false;
662
- this.gridLegacyConfigName = undefined;
663
- this.fetcherType = undefined;
664
- this.fetcher = undefined;
665
- this.dataUnit = undefined;
666
- this.dataUnitBuilder = undefined;
667
- this.registerKey = undefined;
668
- this.entityName = undefined;
669
- this.messagesBuilder = undefined;
670
- this._currentFetcher = undefined;
671
- this._currentDataUnit = undefined;
672
- this.crudConfig = undefined;
673
- this._appResourceID = undefined;
674
- }
675
- // Garante que o popup só abre via método open()
676
- // Não há mais caminhos alternativos de abertura
677
- /**
678
- * Abre o popup do SnkAttach.
679
- */
680
- /**
681
- * Abre o popup do SnkAttach.
682
- * Inicializa o componente apenas na abertura.
683
- */
684
- async open() {
685
- this._isOpen = true;
686
- // Inicialização só ocorre na abertura
687
- if (!this._currentDataUnit) {
688
- await this.initAttach();
689
- }
690
- if (this._refPopup) {
691
- this._refPopup.opened = true;
692
- }
693
- if (!this.fetcherType) {
694
- this.fetcherType = "AnexoSistema";
695
- }
696
- if (this._currentDataUnit == null) {
697
- this.loadAttachmentDataUnit();
698
- }
699
- }
700
- /**
701
- * Fecha o popup do SnkAttach.
702
- */
703
- async close() {
704
- this._isOpen = false;
705
- if (this._refPopup) {
706
- this._refPopup.opened = false;
707
- }
708
- }
709
- async registerKeyWatcher(newRegisterKey, oldRegisterKey) {
710
- var _a;
711
- if (this._currentDataUnit == null) {
712
- this.loadAttachmentDataUnit();
713
- }
714
- if (oldRegisterKey !== newRegisterKey) {
715
- if (this._currentFetcher instanceof AnexoSistemaFetcher) {
716
- this._currentFetcher.registerKey = newRegisterKey;
717
- }
718
- await ((_a = this._currentDataUnit) === null || _a === void 0 ? void 0 : _a.loadData());
719
- }
720
- }
721
- getAnexoSistemaFetcherInstance() {
722
- var _a;
723
- const anexoSistemaFetcher = new AnexoSistemaFetcher(this.entityName, (_a = this._currentDataUnit) === null || _a === void 0 ? void 0 : _a.name);
724
- anexoSistemaFetcher.registerKey = this.registerKey;
725
- return anexoSistemaFetcher;
726
- }
727
- async initAttach() {
728
- var _a, _b, _c, _d, _e;
729
- if (!this.fetcherType && !this.registerKey)
730
- return;
731
- if (!this.fetcherType) {
732
- this.fetcherType = "AnexoSistema";
733
- }
734
- this.returnToGridMode();
735
- if (this.fetcherType === "AnexoSistema") {
736
- this._currentFetcher = this.getAnexoSistemaFetcherInstance();
737
- (_a = this._currentDataUnitBuilder) === null || _a === void 0 ? void 0 : _a.initLoaders(this._currentDataUnit, this._currentFetcher, this.returnToGridMode.bind(this));
738
- await ((_b = this._currentDataUnit) === null || _b === void 0 ? void 0 : _b.loadData());
739
- return;
740
- }
741
- if (this.fetcherType === "Attach") {
742
- const hasMoreOneItem = ((_c = this.registerKey) === null || _c === void 0 ? void 0 : _c.split("_").length) > 1;
743
- if (hasMoreOneItem)
744
- return;
745
- }
746
- await ((_d = this._currentDataUnit) === null || _d === void 0 ? void 0 : _d.loadMetadata());
747
- await ((_e = this._currentDataUnit) === null || _e === void 0 ? void 0 : _e.loadData(undefined, undefined, true, this.registerKey));
748
- }
749
- /**
750
- * Conforme mecanismo de mensagens, é possível customizar as mensagens dos blocos de construção
751
- * através de um pequeno modulo na estrutura da aplicação:
752
- * - Criar um arquivo no seguinte caminho: /messages/appmessages.msg.js.
753
- * Para conhecer os detalhes do módulo, vide o arquivo neste projeto "/src/lib/message/resources/snk-attach.msg.ts"
754
- */
755
- getMessage(key, params) {
756
- if (this.messagesBuilder)
757
- return this.messagesBuilder.getMessage(key, params);
758
- }
759
- showFinishedToast() {
760
- this._application.info(this.getMessage('snkAttach.finishedMessage'), { iconName: "check" });
761
- }
762
- downloadAttachment(selectedRecord) {
763
- if (!selectedRecord)
764
- throw new Error(this.getMessage("snkAttach.alertValidation.noRecordSelected.message"));
765
- if (selectedRecord.LINK) {
766
- window.open(`${selectedRecord.LINK}`);
767
- return;
768
- }
769
- this._currentFetcher
770
- .getDownloadKey(selectedRecord)
771
- .then(({ chave }) => {
772
- var _a;
773
- let forceDownload = false;
774
- if (!((_a = selectedRecord === null || selectedRecord === void 0 ? void 0 : selectedRecord.ARQUIVO) === null || _a === void 0 ? void 0 : _a.endsWith(".pdf"))) {
775
- forceDownload = true;
776
- }
777
- window.open(`/mge/visualizadorArquivos.mge?chaveArquivo=${chave.valor}${forceDownload ? "&forcarDownload=S" : ""}`);
778
- });
779
- }
780
- returnToGridMode() {
781
- var _a;
782
- (_a = this._currentDataUnit) === null || _a === void 0 ? void 0 : _a.clearSelection();
783
- if (this._crudElement)
784
- this._crudElement.goToView(VIEW_MODE.GRID);
785
- }
786
- async loadAttachmentDataUnit() {
787
- try {
788
- switch (this.fetcherType) {
789
- case "AnexoSistema":
790
- await this.loadAnexoSistema();
791
- break;
792
- case "Attach":
793
- await this.loadAttach();
794
- break;
795
- default:
796
- this._currentFetcher = this.fetcher;
797
- this._currentDataUnit = this.dataUnit;
798
- this._currentDataUnitBuilder = this.dataUnitBuilder;
799
- }
800
- }
801
- catch (error) {
802
- throw new Error('There was an error while creating the data unit');
803
- }
804
- }
805
- async loadAnexoSistema() {
806
- var _a, _b;
807
- this._currentDataUnit = new DataUnitFetcher().getDataUnit(RESOURCE_ID, DATA_UNIT_NAME);
808
- this._currentFetcher = this.getAnexoSistemaFetcherInstance();
809
- let gridValidateForm;
810
- if (!this._currentDataUnit.metadata) {
811
- await ((_a = this._currentDataUnit) === null || _a === void 0 ? void 0 : _a.loadMetadata());
812
- this.crudConfig = this.entityName ? { form: anexoSistemaCrudConfig === null || anexoSistemaCrudConfig === void 0 ? void 0 : anexoSistemaCrudConfig.form } : Object.assign({}, anexoSistemaCrudConfig);
813
- gridValidateForm = { grid: anexoSistemaCrudConfig === null || anexoSistemaCrudConfig === void 0 ? void 0 : anexoSistemaCrudConfig.grid };
814
- }
815
- this.initDataUnitLoaders();
816
- this._currentDataUnit.addFilterProvider({
817
- getFilter: () => this._currentDataUnitBuilder.getFilters(this.registerKey)
818
- });
819
- this._currentDataUnit.addInterceptor({
820
- interceptAction: (action) => this._currentDataUnitBuilder.getInterceptions(this._currentDataUnit, action, this._crudElement)
821
- });
822
- await ((_b = this._currentDataUnit) === null || _b === void 0 ? void 0 : _b.loadData());
823
- this.disableEditFieldsNotInForm(gridValidateForm);
824
- }
825
- async loadAttach() {
826
- var _a, _b;
827
- this._currentFetcher = new AttachFetcher();
828
- this._currentDataUnit = new DataUnit(InMemoryLoader.IN_MEMORY_DATA_UNIT_NAME);
829
- this._currentDataUnit.pageSize = 150;
830
- let gridValidateForm;
831
- this.initDataUnitLoaders();
832
- this._currentDataUnit.addInterceptor({
833
- interceptAction: (action) => {
834
- var _a;
835
- if (action.type === Action.METADATA_LOADED) {
836
- this.crudConfig = this.entityName ? { form: attachCrudConfig === null || attachCrudConfig === void 0 ? void 0 : attachCrudConfig.form } : Object.assign({}, attachCrudConfig);
837
- gridValidateForm = { grid: attachCrudConfig === null || attachCrudConfig === void 0 ? void 0 : attachCrudConfig.grid };
838
- (_a = this._crudElement) === null || _a === void 0 ? void 0 : _a.updateConfig();
839
- }
840
- return this._currentDataUnitBuilder.getInterceptions(this._currentDataUnit, action, this._crudElement);
841
- }
842
- });
843
- if (!this._currentDataUnit.metadata) {
844
- await ((_a = this._currentDataUnit) === null || _a === void 0 ? void 0 : _a.loadMetadata());
845
- this.crudConfig = this.entityName ? { form: attachCrudConfig === null || attachCrudConfig === void 0 ? void 0 : attachCrudConfig.form } : Object.assign({}, attachCrudConfig);
846
- gridValidateForm = { grid: attachCrudConfig === null || attachCrudConfig === void 0 ? void 0 : attachCrudConfig.grid };
847
- await ((_b = this._currentDataUnit) === null || _b === void 0 ? void 0 : _b.loadData(undefined, undefined, true, this.registerKey));
848
- this.disableEditFieldsNotInForm(gridValidateForm);
849
- }
850
- }
851
- initDataUnitLoaders() {
852
- var _a, _b;
853
- if (this.fetcherType === "AnexoSistema") {
854
- this._currentFetcher = this.getAnexoSistemaFetcherInstance();
855
- this._currentDataUnitBuilder = new AnexoSistemaDataUnitFactory(this.entityName, this.getMessage.bind(this));
856
- (_a = this._currentDataUnitBuilder) === null || _a === void 0 ? void 0 : _a.initLoaders(this._currentDataUnit, this._currentFetcher, this.returnToGridMode.bind(this));
857
- }
858
- if (this.fetcherType === "Attach") {
859
- this._currentFetcher = new AttachFetcher();
860
- this._currentDataUnitBuilder = new AttachFetcherDataUnitFactory(this.getMessage.bind(this));
861
- (_b = this._currentDataUnitBuilder) === null || _b === void 0 ? void 0 : _b.initLoaders(this._currentDataUnit, this._currentFetcher, async () => {
862
- this.returnToGridMode();
863
- await this._currentDataUnit.loadData(undefined, undefined, true, this.registerKey);
864
- });
865
- }
866
- }
867
- disableEditFieldsNotInForm(gridValidateForm) {
868
- var _a, _b, _c, _d, _e;
869
- const gridColumns = ((_b = (_a = this._crudElement) === null || _a === void 0 ? void 0 : _a.gridConfig) === null || _b === void 0 ? void 0 : _b.columns) || ((_c = gridValidateForm === null || gridValidateForm === void 0 ? void 0 : gridValidateForm.grid) === null || _c === void 0 ? void 0 : _c.columns) || ((_e = (_d = this.crudConfig) === null || _d === void 0 ? void 0 : _d.grid) === null || _e === void 0 ? void 0 : _e.columns);
870
- if (!!this.getGridLegacyConfigName()) {
871
- this._currentDataUnit.disableField(LINKORFILE_COLUMN_NAME);
872
- }
873
- gridColumns === null || gridColumns === void 0 ? void 0 : gridColumns.forEach(column => {
874
- var _a, _b;
875
- const fieldName = column.name;
876
- if (!((_b = (_a = this.crudConfig) === null || _a === void 0 ? void 0 : _a.form) === null || _b === void 0 ? void 0 : _b.fields.some(field => (field === null || field === void 0 ? void 0 : field.name) === fieldName))) {
877
- this._currentDataUnit.disableField(fieldName);
878
- }
879
- });
880
- }
881
- validateAnexoSistema() {
882
- var _a;
883
- if (this._currentFetcher instanceof AnexoSistemaFetcher) {
884
- try {
885
- let fields = this._currentDataUnit.getSelectedRecord();
886
- fields = Object.assign(Object.assign({}, fields), { NOMEARQUIVO: (_a = fields.NOMEARQUIVO) === null || _a === void 0 ? void 0 : _a[0] });
887
- this._currentFetcher.validateFields(fields);
888
- }
889
- catch (error) {
890
- if (error.message === SaveErrorsEnum.LINK_AND_FILE_AT_THE_SAME_TIME) {
891
- this._application.alert(this.getMessage('snkAttach.alertValidation.fileAndLinkAtTheSameTime.title'), this.getMessage('snkAttach.alertValidation.fileAndLinkAtTheSameTime.message'));
892
- return false;
893
- }
894
- if (error.message === SaveErrorsEnum.ANY_LINK_OR_FILE_FILLED) {
895
- this._application.alert(this.getMessage('snkAttach.alertValidation.anyLinkOrFileFilled.title'), this.getMessage('snkAttach.alertValidation.anyLinkOrFileFilled.message'));
896
- return false;
897
- }
898
- }
899
- }
900
- return true;
901
- }
902
- async componentWillLoad() {
903
- this._application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
904
- if (this._application) {
905
- this._appResourceID = await this._application.getResourceID();
906
- }
907
- await this.initAttach();
908
- }
909
- // Removido: não inicializa DataUnit no ciclo de vida, apenas na abertura
910
- async handleOnDataStateChange({ detail }) {
911
- if (this.fetcherType !== 'Attach')
912
- return;
913
- if (!detail.insertionMode) {
914
- this._currentDataUnit.disableField('DESCRICAO');
915
- }
916
- else {
917
- this._currentDataUnit.enableField('DESCRICAO');
918
- }
919
- await this._currentDataUnit.loadMetadata();
920
- }
921
- ;
922
- isScreenVariation() {
923
- var _a;
924
- return !!((_a = this._appResourceID) === null || _a === void 0 ? void 0 : _a.includes('__'));
925
- }
926
- getGridLegacyConfigName() {
927
- if (this.isScreenVariation()) {
928
- return undefined;
929
- }
930
- if (this.gridLegacyConfigName)
931
- return this.gridLegacyConfigName;
932
- return this.entityName ? GRID_LEGACY_CONFIG_NAME + "." + this.entityName : this.entityName;
933
- }
934
- render() {
935
- var _a, _b;
936
- return (h("ez-popup", { ref: (el) => this._refPopup = el, size: 'x-large', ezTitle: this.getMessage("snkAttach.title"), useHeader: false, autoClose: false, onEzClosePopup: () => this.close() }, this._isOpen && this._currentDataUnit && (h("main", { class: "snk-attach__main" }, h("header", { class: "snk-attach__header" }, h("section", null, h("ez-button", { class: "ez-padding-right--medium", title: this.getMessage('snkSimpleBar.backTitle'), mode: 'icon', iconName: "arrow_back", size: 'medium', onClick: () => this.handleBack() }), h("div", { class: "snk-attach__file-info" }, h("span", { class: "ez-title--primary ez-text ez-text--large ez-text--bold" }, this.getMessage("snkAttach.title")), h("span", { class: "ez-text ez-text--medium ez-text--secondary" }, this.getMessage("snkAttach.description")))), h("ez-button", { class: "ez-button--primary", label: this.getMessage("snkAttach.finish"), onClick: this.handleFinish })), h("div", { class: "snk-attach__crud-section" }, 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), multipleSelection: true, configName: this.isScreenVariation() ? undefined : (this.entityName ? "AnexoSistema_" + this.entityName : undefined), ignoreReadOnlyFormFields: this.entityName ? true : false, gridLegacyConfigName: this.getGridLegacyConfigName(), outlineMode: true }))))));
937
- }
938
- static get watchers() { return {
939
- "registerKey": ["registerKeyWatcher"]
940
- }; }
941
- };
942
- SnkAttach.style = snkAttachCss;
943
-
944
- export { SnkAttach as snk_attach };