@sankhyalabs/sankhyablocks 10.0.4 → 10.1.0-dev.10

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 (943) hide show
  1. package/dist/cjs/{ConfigStorage-2b412ac9.js → ConfigStorage-5c0590b3.js} +2 -2
  2. package/dist/cjs/{DataFetcher-a1d986da.js → DataFetcher-5181a917.js} +1124 -1103
  3. package/dist/cjs/{FormConfigHelper-1e8bb464.js → FormConfigHelper-28fe4668.js} +21 -1
  4. package/dist/cjs/{ISave-4c4f7231.js → ISave-0f98a457.js} +4 -4
  5. package/dist/cjs/ServicesNumberingConfig-69038a0f.js +35 -0
  6. package/dist/cjs/{SnkFormConfigManager-cfb6323a.js → SnkFormConfigManager-1907ffed.js} +2 -2
  7. package/dist/cjs/{SnkMultiSelectionListDataSource-99a82236.js → SnkMultiSelectionListDataSource-e4e38139.js} +4 -4
  8. package/dist/cjs/{auth-fetcher-3dda805e.js → auth-fetcher-cff55b1f.js} +1 -1
  9. package/dist/cjs/{dataunit-fetcher-434d8c8d.js → dataunit-fetcher-1ba5e2cc.js} +1 -1
  10. package/dist/cjs/field-config_2.cjs.entry.js +1 -1
  11. package/dist/cjs/fields-layout.cjs.entry.js +1 -1
  12. package/dist/cjs/fields-selector.cjs.entry.js +1 -1
  13. package/dist/cjs/{form-config-fetcher-0e6f36d9.js → form-config-fetcher-4a679e23.js} +1 -1
  14. package/dist/cjs/index-1cf293c1.js +6 -2
  15. package/dist/cjs/loader.cjs.js +1 -1
  16. package/dist/cjs/pesquisa-grid_2.cjs.entry.js +4 -4
  17. package/dist/cjs/sankhyablocks.cjs.js +1 -1
  18. package/dist/cjs/{snk-actions-button_8.cjs.entry.js → snk-actions-button_9.cjs.entry.js} +136 -5
  19. package/dist/cjs/snk-application.cjs.entry.js +81 -69
  20. package/dist/cjs/snk-attach.cjs.entry.js +5 -5
  21. package/dist/cjs/snk-configurator.cjs.entry.js +11 -2
  22. package/dist/cjs/snk-crud.cjs.entry.js +208 -9
  23. package/dist/cjs/snk-custom-slot-guide.cjs.entry.js +40 -0
  24. package/dist/cjs/snk-data-exporter.cjs.entry.js +5 -5
  25. package/dist/cjs/{snk-data-unit-323a507f.js → snk-data-unit-061487a8.js} +4 -2
  26. package/dist/cjs/snk-data-unit.cjs.entry.js +3 -3
  27. package/dist/cjs/snk-detail-view.cjs.entry.js +8 -8
  28. package/dist/cjs/snk-filter-bar_4.cjs.entry.js +3 -3
  29. package/dist/cjs/snk-filter-modal-item.cjs.entry.js +3 -3
  30. package/dist/cjs/snk-form_2.cjs.entry.js +9 -7
  31. package/dist/cjs/snk-grid.cjs.entry.js +13 -10
  32. package/dist/cjs/{snk-guides-viewer-57624b79.js → snk-guides-viewer-2efe60a7.js} +95 -43
  33. package/dist/cjs/snk-guides-viewer.cjs.entry.js +15 -15
  34. package/dist/cjs/snk-personalized-filter.cjs.entry.js +3 -3
  35. package/dist/cjs/snk-pesquisa.cjs.entry.js +16 -5
  36. package/dist/cjs/snk-simple-crud.cjs.entry.js +7 -7
  37. package/dist/cjs/snk-taskbar.cjs.entry.js +8 -4
  38. package/dist/collection/collection-manifest.json +3 -1
  39. package/dist/collection/components/snk-application/search-strategy/exec-prepared-search-advaced-mode.js +27 -0
  40. package/dist/collection/components/snk-application/search-strategy/exec-prepared-search-plus.js +5 -25
  41. package/dist/collection/components/snk-application/snk-application.js +87 -44
  42. package/dist/collection/components/snk-configurator/snk-configurator.js +46 -2
  43. package/dist/collection/components/snk-crud/snk-crud.js +345 -7
  44. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +161 -40
  45. package/dist/collection/components/snk-custom-slot-guide/snk-custom-slot-guide.css +3 -0
  46. package/dist/collection/components/snk-custom-slot-guide/snk-custom-slot-guide.js +95 -0
  47. package/dist/collection/components/snk-data-unit/snk-data-unit.js +2 -0
  48. package/dist/collection/components/snk-form-config/FormConfigHelper.js +20 -1
  49. package/dist/collection/components/snk-form-config/snk-form-config.js +29 -3
  50. package/dist/collection/components/snk-grid/snk-grid.css +14 -0
  51. package/dist/collection/components/snk-grid/snk-grid.js +26 -4
  52. package/dist/collection/components/snk-numbering-config/services/ServicesNumberingConfig.js +31 -0
  53. package/dist/collection/components/snk-numbering-config/snk-numbering-config.css +3 -0
  54. package/dist/collection/components/snk-numbering-config/snk-numbering-config.js +227 -0
  55. package/dist/collection/components/snk-pesquisa/snk-pesquisa.css +5 -1
  56. package/dist/collection/components/snk-pesquisa/snk-pesquisa.js +43 -0
  57. package/dist/collection/components/snk-taskbar/snk-taskbar.js +29 -4
  58. package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js +3 -3
  59. package/dist/collection/lib/message/messageResourceEnUSUtils.js +21 -18
  60. package/dist/collection/lib/message/messageResourceEsESUtils.js +21 -18
  61. package/dist/collection/lib/message/messageResourcePtBRUtils.js +21 -18
  62. package/dist/collection/lib/message/resources/en-us/snk-configurator.msg.js +1 -0
  63. package/dist/collection/lib/message/resources/en-us/snk-numbering-config.msg.js +4 -0
  64. package/dist/collection/lib/message/resources/es-es/snk-configurator.msg.js +1 -0
  65. package/dist/collection/lib/message/resources/es-es/snk-numbering-config.msg.js +4 -0
  66. package/dist/collection/lib/message/resources/pt-br/snk-configurator.msg.js +1 -0
  67. package/dist/collection/lib/message/resources/pt-br/snk-form.msg.js +1 -1
  68. package/dist/collection/lib/message/resources/pt-br/snk-numbering-config.msg.js +4 -0
  69. package/dist/collection/lib/message/resources/pt-br/snk-pesquisa.msg.js +1 -1
  70. package/dist/components/DataFetcher.js +1124 -1103
  71. package/dist/components/ISave.js +3 -3
  72. package/dist/components/field-config2.js +21 -2
  73. package/dist/components/index.d.ts +2 -0
  74. package/dist/components/index.js +2 -0
  75. package/dist/components/snk-application2.js +76 -63
  76. package/dist/components/snk-attach2.js +20 -14
  77. package/dist/components/snk-configurator2.js +21 -4
  78. package/dist/components/snk-crud.js +282 -70
  79. package/dist/components/snk-custom-slot-guide.d.ts +11 -0
  80. package/dist/components/snk-custom-slot-guide.js +55 -0
  81. package/dist/components/snk-data-unit2.js +2 -0
  82. package/dist/components/snk-detail-view2.js +185 -120
  83. package/dist/components/snk-form-config2.js +6 -3
  84. package/dist/components/snk-grid2.js +9 -4
  85. package/dist/components/snk-numbering-config.d.ts +11 -0
  86. package/dist/components/snk-numbering-config.js +6 -0
  87. package/dist/components/snk-numbering-config2.js +186 -0
  88. package/dist/components/snk-pesquisa2.js +14 -2
  89. package/dist/components/snk-simple-crud2.js +20 -14
  90. package/dist/components/snk-taskbar2.js +9 -4
  91. package/dist/esm/{ConfigStorage-a60b12c2.js → ConfigStorage-bd096633.js} +2 -2
  92. package/dist/esm/{DataFetcher-9a1709a3.js → DataFetcher-5780ad39.js} +1124 -1103
  93. package/dist/esm/{FormConfigHelper-b9cf7758.js → FormConfigHelper-d09669f3.js} +21 -2
  94. package/dist/esm/{ISave-b9c9188b.js → ISave-8a22ec18.js} +4 -4
  95. package/dist/esm/ServicesNumberingConfig-2f7b050e.js +33 -0
  96. package/dist/esm/{SnkFormConfigManager-1548dc73.js → SnkFormConfigManager-437e98bb.js} +2 -2
  97. package/dist/esm/{SnkMultiSelectionListDataSource-65764464.js → SnkMultiSelectionListDataSource-42125ef4.js} +4 -4
  98. package/dist/esm/{auth-fetcher-566bad7c.js → auth-fetcher-28b9d0db.js} +1 -1
  99. package/dist/esm/{dataunit-fetcher-eba36247.js → dataunit-fetcher-c4251d80.js} +1 -1
  100. package/dist/esm/field-config_2.entry.js +1 -1
  101. package/dist/esm/fields-layout.entry.js +1 -1
  102. package/dist/esm/fields-selector.entry.js +1 -1
  103. package/dist/esm/{form-config-fetcher-cf8c52d0.js → form-config-fetcher-d0536a71.js} +1 -1
  104. package/dist/esm/index-479e1293.js +6 -2
  105. package/dist/esm/loader.js +1 -1
  106. package/dist/esm/pesquisa-grid_2.entry.js +4 -4
  107. package/dist/esm/sankhyablocks.js +1 -1
  108. package/dist/esm/{snk-actions-button_8.entry.js → snk-actions-button_9.entry.js} +136 -6
  109. package/dist/esm/snk-application.entry.js +81 -69
  110. package/dist/esm/snk-attach.entry.js +5 -5
  111. package/dist/esm/snk-configurator.entry.js +11 -2
  112. package/dist/esm/snk-crud.entry.js +209 -10
  113. package/dist/esm/snk-custom-slot-guide.entry.js +36 -0
  114. package/dist/esm/snk-data-exporter.entry.js +5 -5
  115. package/dist/esm/{snk-data-unit-693849e3.js → snk-data-unit-4a1ef77f.js} +4 -2
  116. package/dist/esm/snk-data-unit.entry.js +3 -3
  117. package/dist/esm/snk-detail-view.entry.js +8 -8
  118. package/dist/esm/snk-filter-bar_4.entry.js +3 -3
  119. package/dist/esm/snk-filter-modal-item.entry.js +3 -3
  120. package/dist/esm/snk-form_2.entry.js +9 -7
  121. package/dist/esm/snk-grid.entry.js +13 -10
  122. package/dist/esm/{snk-guides-viewer-8d6067b5.js → snk-guides-viewer-c182d058.js} +95 -43
  123. package/dist/esm/snk-guides-viewer.entry.js +15 -15
  124. package/dist/esm/snk-personalized-filter.entry.js +3 -3
  125. package/dist/esm/snk-pesquisa.entry.js +16 -5
  126. package/dist/esm/snk-simple-crud.entry.js +7 -7
  127. package/dist/esm/snk-taskbar.entry.js +8 -4
  128. package/dist/sankhyablocks/{p-4e3fc788.entry.js → p-01ca59fc.entry.js} +1 -1
  129. package/dist/sankhyablocks/p-028fb380.entry.js +11 -0
  130. package/dist/sankhyablocks/{p-6902c5ee.entry.js → p-03f02b12.entry.js} +1 -1
  131. package/dist/sankhyablocks/{p-69885aaa.js → p-0e4f8b86.js} +1 -1
  132. package/dist/sankhyablocks/p-1037ea7b.entry.js +1 -0
  133. package/dist/sankhyablocks/{p-42dde1ec.js → p-1b1373b6.js} +1 -1
  134. package/dist/sankhyablocks/{p-88c12985.entry.js → p-2e882241.entry.js} +1 -1
  135. package/dist/sankhyablocks/p-30a58e29.entry.js +1 -0
  136. package/dist/sankhyablocks/{p-8b24836e.entry.js → p-35974f5f.entry.js} +1 -1
  137. package/dist/sankhyablocks/{p-4db51d85.js → p-3c046287.js} +2 -2
  138. package/dist/sankhyablocks/{p-bcf5692d.entry.js → p-42272de8.entry.js} +1 -1
  139. package/dist/sankhyablocks/{p-07c5289b.entry.js → p-4c2e2767.entry.js} +1 -1
  140. package/dist/sankhyablocks/{p-31b0d523.js → p-4db9dbf8.js} +1 -1
  141. package/dist/sankhyablocks/{p-95888078.js → p-55d7abe7.js} +1 -1
  142. package/dist/sankhyablocks/p-5d408e7e.entry.js +1 -0
  143. package/dist/sankhyablocks/p-6e5af618.entry.js +1 -0
  144. package/dist/sankhyablocks/{p-7b3269e9.entry.js → p-78d4b3e3.entry.js} +1 -1
  145. package/dist/sankhyablocks/{p-d68904a9.js → p-8b4d6719.js} +1 -1
  146. package/dist/sankhyablocks/{p-94b15408.entry.js → p-903fa0b4.entry.js} +1 -1
  147. package/dist/sankhyablocks/p-987cd79d.entry.js +1 -0
  148. package/dist/sankhyablocks/{p-9fa79997.js → p-9ab6ae1e.js} +2 -2
  149. package/dist/sankhyablocks/{p-6471a791.entry.js → p-9f16d33e.entry.js} +1 -1
  150. package/dist/sankhyablocks/p-a1d23fef.js +1 -0
  151. package/dist/sankhyablocks/{p-5095f811.entry.js → p-a64ffe30.entry.js} +1 -1
  152. package/dist/sankhyablocks/{p-13596651.js → p-aca74b21.js} +1 -1
  153. package/dist/sankhyablocks/{p-f68aab71.js → p-b9699067.js} +1 -1
  154. package/dist/sankhyablocks/p-c4fcf1fb.entry.js +1 -0
  155. package/dist/sankhyablocks/p-c98c79c3.entry.js +1 -0
  156. package/dist/sankhyablocks/p-cad964b5.js +1 -0
  157. package/dist/sankhyablocks/p-d2ec9a24.entry.js +1 -0
  158. package/dist/sankhyablocks/{p-ce77774e.js → p-d3534985.js} +1 -1
  159. package/dist/sankhyablocks/{p-5340c04e.entry.js → p-f3027bc9.entry.js} +1 -1
  160. package/dist/sankhyablocks/{p-1e9c546e.entry.js → p-f35f2eb3.entry.js} +1 -1
  161. package/dist/sankhyablocks/p-fd05e31d.entry.js +1 -0
  162. package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
  163. package/dist/types/components/snk-application/search-strategy/exec-prepared-search-advaced-mode.d.ts +5 -0
  164. package/dist/types/components/snk-application/snk-application.d.ts +9 -0
  165. package/dist/types/components/snk-configurator/snk-configurator.d.ts +10 -1
  166. package/dist/types/components/snk-crud/snk-crud.d.ts +58 -7
  167. package/dist/types/components/snk-crud/subcomponents/snk-guides-viewer.d.ts +33 -6
  168. package/dist/types/components/snk-custom-slot-guide/snk-custom-slot-guide.d.ts +16 -0
  169. package/dist/types/components/snk-form-config/FormConfigHelper.d.ts +2 -0
  170. package/dist/types/components/snk-form-config/snk-form-config.d.ts +5 -0
  171. package/dist/types/components/snk-grid/snk-grid.d.ts +5 -0
  172. package/dist/types/components/snk-numbering-config/services/ServicesNumberingConfig.d.ts +18 -0
  173. package/dist/types/components/snk-numbering-config/snk-numbering-config.d.ts +37 -0
  174. package/dist/types/components/snk-pesquisa/snk-pesquisa.d.ts +8 -0
  175. package/dist/types/components/snk-taskbar/snk-taskbar.d.ts +6 -1
  176. package/dist/types/components.d.ts +187 -0
  177. package/dist/types/lib/http/data-fetcher/fetchers/pesquisa-fetcher.d.ts +1 -0
  178. package/dist/types/lib/message/resources/en-us/snk-numbering-config.msg.d.ts +1 -0
  179. package/dist/types/lib/message/resources/es-es/snk-numbering-config.msg.d.ts +1 -0
  180. package/dist/types/lib/message/resources/pt-br/snk-numbering-config.msg.d.ts +1 -0
  181. package/package.json +1 -1
  182. package/react/components.d.ts +2 -0
  183. package/react/components.js +2 -0
  184. package/react/components.js.map +1 -1
  185. package/dist/cjs/AuthorizationConfig-79ffae4b.js.gz +0 -0
  186. package/dist/cjs/ConfigStorage-2b412ac9.js.gz +0 -0
  187. package/dist/cjs/DataFetcher-a1d986da.js.gz +0 -0
  188. package/dist/cjs/FormConfigHelper-1e8bb464.js.gz +0 -0
  189. package/dist/cjs/GetSelectedRecordsIDsInfo-bd50caf1.js.gz +0 -0
  190. package/dist/cjs/IFetchDataExporterParams-e78ec415.js.gz +0 -0
  191. package/dist/cjs/ISave-4c4f7231.js.gz +0 -0
  192. package/dist/cjs/ParamType-90b440a0.js.gz +0 -0
  193. package/dist/cjs/PersonalizedFilterUtils-7259cf65.js.gz +0 -0
  194. package/dist/cjs/PrintUtils-bcaeb82f.js.gz +0 -0
  195. package/dist/cjs/ResourceIDUtils-5ff86aa7.js.gz +0 -0
  196. package/dist/cjs/SnkFormConfigManager-cfb6323a.js.gz +0 -0
  197. package/dist/cjs/SnkMultiSelectionListDataSource-99a82236.js.gz +0 -0
  198. package/dist/cjs/auth-fetcher-3dda805e.js.gz +0 -0
  199. package/dist/cjs/config-header.cjs.entry.js.gz +0 -0
  200. package/dist/cjs/configs-button.cjs.entry.js.gz +0 -0
  201. package/dist/cjs/constants-6d82e405.js.gz +0 -0
  202. package/dist/cjs/dataunit-fetcher-434d8c8d.js.gz +0 -0
  203. package/dist/cjs/default-filters-a09bf82b.js.gz +0 -0
  204. package/dist/cjs/field-config_2.cjs.entry.js.gz +0 -0
  205. package/dist/cjs/fields-layout.cjs.entry.js.gz +0 -0
  206. package/dist/cjs/fields-selector.cjs.entry.js.gz +0 -0
  207. package/dist/cjs/filter-item-type.enum-a7ffdaa6.js.gz +0 -0
  208. package/dist/cjs/filter-type.enum-2bb46d2a.js.gz +0 -0
  209. package/dist/cjs/filter-validate-cb4ed41a.js.gz +0 -0
  210. package/dist/cjs/filterNumberVariation-d65332da.js.gz +0 -0
  211. package/dist/cjs/form-config-fetcher-0e6f36d9.js.gz +0 -0
  212. package/dist/cjs/guides-configurator.cjs.entry.js.gz +0 -0
  213. package/dist/cjs/index-13d05f03.js.gz +0 -0
  214. package/dist/cjs/index-1cf293c1.js.gz +0 -0
  215. package/dist/cjs/index-62760a9c.js.gz +0 -0
  216. package/dist/cjs/index-8d94b7e0.js.gz +0 -0
  217. package/dist/cjs/index-e3e39724.js.gz +0 -0
  218. package/dist/cjs/index.cjs.js.gz +0 -0
  219. package/dist/cjs/loader.cjs.js.gz +0 -0
  220. package/dist/cjs/pesquisa-grid_2.cjs.entry.js.gz +0 -0
  221. package/dist/cjs/presentationMode-52ec3bdd.js.gz +0 -0
  222. package/dist/cjs/sankhyablocks.cjs.js.gz +0 -0
  223. package/dist/cjs/snk-actions-button_8.cjs.entry.js.gz +0 -0
  224. package/dist/cjs/snk-actions-form.cjs.entry.js.gz +0 -0
  225. package/dist/cjs/snk-application.cjs.entry.js.gz +0 -0
  226. package/dist/cjs/snk-attach.cjs.entry.js.gz +0 -0
  227. package/dist/cjs/snk-client-confirm.cjs.entry.js.gz +0 -0
  228. package/dist/cjs/snk-configurator.cjs.entry.js.gz +0 -0
  229. package/dist/cjs/snk-crud.cjs.entry.js.gz +0 -0
  230. package/dist/cjs/snk-custom-slot-elements.cjs.entry.js.gz +0 -0
  231. package/dist/cjs/snk-data-exporter.cjs.entry.js.gz +0 -0
  232. package/dist/cjs/snk-data-unit-323a507f.js.gz +0 -0
  233. package/dist/cjs/snk-data-unit.cjs.entry.js.gz +0 -0
  234. package/dist/cjs/snk-default-filter.cjs.entry.js.gz +0 -0
  235. package/dist/cjs/snk-detail-view.cjs.entry.js.gz +0 -0
  236. package/dist/cjs/snk-entity-list.cjs.entry.js.gz +0 -0
  237. package/dist/cjs/snk-exporter-email-sender.cjs.entry.js.gz +0 -0
  238. package/dist/cjs/snk-expression-group_2.cjs.entry.js.gz +0 -0
  239. package/dist/cjs/snk-filter-advanced-mode_2.cjs.entry.js.gz +0 -0
  240. package/dist/cjs/snk-filter-bar_4.cjs.entry.js.gz +0 -0
  241. package/dist/cjs/snk-filter-binary-select.cjs.entry.js.gz +0 -0
  242. package/dist/cjs/snk-filter-checkbox-list.cjs.entry.js.gz +0 -0
  243. package/dist/cjs/snk-filter-detail.cjs.entry.js.gz +0 -0
  244. package/dist/cjs/snk-filter-field-search_2.cjs.entry.js.gz +0 -0
  245. package/dist/cjs/snk-filter-modal-item.cjs.entry.js.gz +0 -0
  246. package/dist/cjs/snk-filter-multi-select.cjs.entry.js.gz +0 -0
  247. package/dist/cjs/snk-filter-number.cjs.entry.js.gz +0 -0
  248. package/dist/cjs/snk-filter-period.cjs.entry.js.gz +0 -0
  249. package/dist/cjs/snk-filter-search.cjs.entry.js.gz +0 -0
  250. package/dist/cjs/snk-filter-text.cjs.entry.js.gz +0 -0
  251. package/dist/cjs/snk-form-summary.cjs.entry.js.gz +0 -0
  252. package/dist/cjs/snk-form-view.cjs.entry.js.gz +0 -0
  253. package/dist/cjs/snk-form_2.cjs.entry.js.gz +0 -0
  254. package/dist/cjs/snk-grid.cjs.entry.js.gz +0 -0
  255. package/dist/cjs/snk-guides-viewer-57624b79.js.gz +0 -0
  256. package/dist/cjs/snk-guides-viewer.cjs.entry.js.gz +0 -0
  257. package/dist/cjs/snk-personalized-filter-editor.cjs.entry.js.gz +0 -0
  258. package/dist/cjs/snk-personalized-filter.cjs.entry.js.gz +0 -0
  259. package/dist/cjs/snk-pesquisa.cjs.entry.js.gz +0 -0
  260. package/dist/cjs/snk-print-selector.cjs.entry.js.gz +0 -0
  261. package/dist/cjs/snk-simple-bar.cjs.entry.js.gz +0 -0
  262. package/dist/cjs/snk-simple-crud.cjs.entry.js.gz +0 -0
  263. package/dist/cjs/snk-taskbar.cjs.entry.js.gz +0 -0
  264. package/dist/cjs/sortable.esm-9a110bb7.js.gz +0 -0
  265. package/dist/cjs/taskbar-elements-fb5d1e08.js.gz +0 -0
  266. package/dist/cjs/taskbar-processor-2fba34a8.js.gz +0 -0
  267. package/dist/cjs/teste-pesquisa.cjs.entry.js.gz +0 -0
  268. package/dist/collection/components/snk-actions-button/actions/enum/ActionsType.js.gz +0 -0
  269. package/dist/collection/components/snk-actions-button/actions/enum/ParamType.js.gz +0 -0
  270. package/dist/collection/components/snk-actions-button/actions/enum/RefreshType.js.gz +0 -0
  271. package/dist/collection/components/snk-actions-button/actions/executor/java.executor.js.gz +0 -0
  272. package/dist/collection/components/snk-actions-button/actions/executor/javascript.executor.js.gz +0 -0
  273. package/dist/collection/components/snk-actions-button/actions/executor/launch-screen.executor.js.gz +0 -0
  274. package/dist/collection/components/snk-actions-button/actions/executor/procedure.executor.js.gz +0 -0
  275. package/dist/collection/components/snk-actions-button/actions/factory/executor.factory.js.gz +0 -0
  276. package/dist/collection/components/snk-actions-button/actions/index.js.gz +0 -0
  277. package/dist/collection/components/snk-actions-button/actions/interfaces/IAction.js.gz +0 -0
  278. package/dist/collection/components/snk-actions-button/actions/interfaces/IExecSource.js.gz +0 -0
  279. package/dist/collection/components/snk-actions-button/actions/interfaces/IExecuteActions.js.gz +0 -0
  280. package/dist/collection/components/snk-actions-button/actions/interfaces/IExecuteActionsProps.js.gz +0 -0
  281. package/dist/collection/components/snk-actions-button/actions/interfaces/IResultParam.js.gz +0 -0
  282. package/dist/collection/components/snk-actions-button/clientEvent/index.js.gz +0 -0
  283. package/dist/collection/components/snk-actions-button/clientEvent/interfaces/IClientEventConfirm.js.gz +0 -0
  284. package/dist/collection/components/snk-actions-button/interfaces/index.js.gz +0 -0
  285. package/dist/collection/components/snk-actions-button/snk-actions-button.css.gz +0 -0
  286. package/dist/collection/components/snk-actions-button/snk-actions-button.js.gz +0 -0
  287. package/dist/collection/components/snk-actions-button/subcomponents/snk-actions-form.js.gz +0 -0
  288. package/dist/collection/components/snk-actions-button/subcomponents/snk-client-confirm.js.gz +0 -0
  289. package/dist/collection/components/snk-application/__mocks__/snk-application.js.gz +0 -0
  290. package/dist/collection/components/snk-application/errorhandler/snk-error-handler.js.gz +0 -0
  291. package/dist/collection/components/snk-application/request-listener/DebouncedRequestListener.js.gz +0 -0
  292. package/dist/collection/components/snk-application/request-listener/RequestListenerFactory.js.gz +0 -0
  293. package/dist/collection/components/snk-application/request-listener/RequestListenerLoadingBar.js.gz +0 -0
  294. package/dist/collection/components/snk-application/search-strategy/exec-prepared-search-plus.js.gz +0 -0
  295. package/dist/collection/components/snk-application/snk-application.css.gz +0 -0
  296. package/dist/collection/components/snk-application/snk-application.js.gz +0 -0
  297. package/dist/collection/components/snk-attach/interfaces/ICrudConfig.js.gz +0 -0
  298. package/dist/collection/components/snk-attach/interfaces/TFetcherType.js.gz +0 -0
  299. package/dist/collection/components/snk-attach/interfaces/index.js.gz +0 -0
  300. package/dist/collection/components/snk-attach/snk-attach.css.gz +0 -0
  301. package/dist/collection/components/snk-attach/snk-attach.js.gz +0 -0
  302. package/dist/collection/components/snk-attach/structure/builder/anexo-sistema-crud-config.builder.js.gz +0 -0
  303. package/dist/collection/components/snk-attach/structure/builder/attach-crud-config.builder.js.gz +0 -0
  304. package/dist/collection/components/snk-attach/structure/builder/taskbar-builder.js.gz +0 -0
  305. package/dist/collection/components/snk-attach/structure/fetcher/facade/fetcher.facade.js.gz +0 -0
  306. package/dist/collection/components/snk-attach/structure/fetcher/factory/anexo-sistema-data-unit.factory.js.gz +0 -0
  307. package/dist/collection/components/snk-attach/structure/fetcher/factory/attach-fetcher-data-unit.factory.js.gz +0 -0
  308. package/dist/collection/components/snk-attach/structure/index.js.gz +0 -0
  309. package/dist/collection/components/snk-configurator/AuthorizationConfig.js.gz +0 -0
  310. package/dist/collection/components/snk-configurator/snk-configurator.css.gz +0 -0
  311. package/dist/collection/components/snk-configurator/snk-configurator.js.gz +0 -0
  312. package/dist/collection/components/snk-crud/interfaces/PropsCustomEditor.js.gz +0 -0
  313. package/dist/collection/components/snk-crud/interfaces/PropsCustomRender.js.gz +0 -0
  314. package/dist/collection/components/snk-crud/snk-crud.css.gz +0 -0
  315. package/dist/collection/components/snk-crud/snk-crud.js.gz +0 -0
  316. package/dist/collection/components/snk-crud/subcomponents/CardFormResizeObserver.js.gz +0 -0
  317. package/dist/collection/components/snk-crud/subcomponents/GuideBuilder.js.gz +0 -0
  318. package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.css.gz +0 -0
  319. package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.js.gz +0 -0
  320. package/dist/collection/components/snk-crud/subcomponents/snk-form-summary.css.gz +0 -0
  321. package/dist/collection/components/snk-crud/subcomponents/snk-form-summary.js.gz +0 -0
  322. package/dist/collection/components/snk-crud/subcomponents/snk-form-view.css.gz +0 -0
  323. package/dist/collection/components/snk-crud/subcomponents/snk-form-view.js.gz +0 -0
  324. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.css.gz +0 -0
  325. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js.gz +0 -0
  326. package/dist/collection/components/snk-custom-slot-elements/snk-custom-slot-elements.css.gz +0 -0
  327. package/dist/collection/components/snk-custom-slot-elements/snk-custom-slot-elements.js.gz +0 -0
  328. package/dist/collection/components/snk-data-exporter/data/attachment.js.gz +0 -0
  329. package/dist/collection/components/snk-data-exporter/data/email.js.gz +0 -0
  330. package/dist/collection/components/snk-data-exporter/data/export-config.js.gz +0 -0
  331. package/dist/collection/components/snk-data-exporter/data/export-result.js.gz +0 -0
  332. package/dist/collection/components/snk-data-exporter/data/report.js.gz +0 -0
  333. package/dist/collection/components/snk-data-exporter/exporter-email-sender/email-info-step.js.gz +0 -0
  334. package/dist/collection/components/snk-data-exporter/exporter-email-sender/options-step.js.gz +0 -0
  335. package/dist/collection/components/snk-data-exporter/exporter-email-sender/snk-exporter-email-sender.js.gz +0 -0
  336. package/dist/collection/components/snk-data-exporter/exporter-strategy/ClientSideExporterStrategy.js.gz +0 -0
  337. package/dist/collection/components/snk-data-exporter/exporter-strategy/ServerSideExporterStrategy.js.gz +0 -0
  338. package/dist/collection/components/snk-data-exporter/interfaces/IExporterProvider.js.gz +0 -0
  339. package/dist/collection/components/snk-data-exporter/interfaces/IExporterStrategy.js.gz +0 -0
  340. package/dist/collection/components/snk-data-exporter/interfaces/IRecordID.js.gz +0 -0
  341. package/dist/collection/components/snk-data-exporter/interfaces/ISelectedID.js.gz +0 -0
  342. package/dist/collection/components/snk-data-exporter/providers/ClientSideExporterProvider.js.gz +0 -0
  343. package/dist/collection/components/snk-data-exporter/providers/ServerSideExporterProvider.js.gz +0 -0
  344. package/dist/collection/components/snk-data-exporter/snk-data-exporter.css.gz +0 -0
  345. package/dist/collection/components/snk-data-exporter/snk-data-exporter.js.gz +0 -0
  346. package/dist/collection/components/snk-data-exporter/structure/ItemBuilder.js.gz +0 -0
  347. package/dist/collection/components/snk-data-exporter/test/resources/ClientSideExporterStrategyResources.js.gz +0 -0
  348. package/dist/collection/components/snk-data-exporter/utils/ParserExport.js.gz +0 -0
  349. package/dist/collection/components/snk-data-unit/MultipleUpdateHelper.js.gz +0 -0
  350. package/dist/collection/components/snk-data-unit/snk-data-unit.js.gz +0 -0
  351. package/dist/collection/components/snk-data-unit/test/resources/metadataMock.js.gz +0 -0
  352. package/dist/collection/components/snk-data-unit/test/resources/parentMetadataMock.js.gz +0 -0
  353. package/dist/collection/components/snk-entity-list/snk-entity-list.css.gz +0 -0
  354. package/dist/collection/components/snk-entity-list/snk-entity-list.js.gz +0 -0
  355. package/dist/collection/components/snk-filter-bar/filter-item/dataunitfilter/data-unit-filter-builder.js.gz +0 -0
  356. package/dist/collection/components/snk-filter-bar/filter-item/editors/enum/filterNumberVariation.js.gz +0 -0
  357. package/dist/collection/components/snk-filter-bar/filter-item/editors/enum/presentationMode.js.gz +0 -0
  358. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-binary-select.js.gz +0 -0
  359. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-checkbox-list.js.gz +0 -0
  360. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-multi-select.js.gz +0 -0
  361. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-number.js.gz +0 -0
  362. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-period.js.gz +0 -0
  363. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-search.js.gz +0 -0
  364. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-text.js.gz +0 -0
  365. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-personalized-filter-editor/snk-personalized-filter-editor.css.gz +0 -0
  366. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-personalized-filter-editor/snk-personalized-filter-editor.js.gz +0 -0
  367. package/dist/collection/components/snk-filter-bar/filter-item/filter-item-type-mask.enum.js.gz +0 -0
  368. package/dist/collection/components/snk-filter-bar/filter-item/filter-item-type.enum.js.gz +0 -0
  369. package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-detail.js.gz +0 -0
  370. package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.css.gz +0 -0
  371. package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.js.gz +0 -0
  372. package/dist/collection/components/snk-filter-bar/filter-list/snk-filter-list.js.gz +0 -0
  373. package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.css.gz +0 -0
  374. package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.js.gz +0 -0
  375. package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-default-filter/snk-default-filter.css.gz +0 -0
  376. package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-default-filter/snk-default-filter.js.gz +0 -0
  377. package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-filter-modal-item.css.gz +0 -0
  378. package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-filter-modal-item.js.gz +0 -0
  379. package/dist/collection/components/snk-filter-bar/snk-filter-bar.css.gz +0 -0
  380. package/dist/collection/components/snk-filter-bar/snk-filter-bar.js.gz +0 -0
  381. package/dist/collection/components/snk-filter-bar/types/custom-element-filter.js.gz +0 -0
  382. package/dist/collection/components/snk-filter-bar/types/default-filters.js.gz +0 -0
  383. package/dist/collection/components/snk-filter-bar/types/filter-type.enum.js.gz +0 -0
  384. package/dist/collection/components/snk-filter-bar/utils/SnkFilterModalFactory.js.gz +0 -0
  385. package/dist/collection/components/snk-filter-bar/utils/filter-validate.js.gz +0 -0
  386. package/dist/collection/components/snk-filter-bar/utils/filters-mock.js.gz +0 -0
  387. package/dist/collection/components/snk-filter-field-search/interfaces/index.js.gz +0 -0
  388. package/dist/collection/components/snk-filter-field-search/snk-filter-field-search.css.gz +0 -0
  389. package/dist/collection/components/snk-filter-field-search/snk-filter-field-search.js.gz +0 -0
  390. package/dist/collection/components/snk-filter-field-search/subcomponents/index.js.gz +0 -0
  391. package/dist/collection/components/snk-filter-field-search/subcomponents/list-item.js.gz +0 -0
  392. package/dist/collection/components/snk-form/snk-form.css.gz +0 -0
  393. package/dist/collection/components/snk-form/snk-form.js.gz +0 -0
  394. package/dist/collection/components/snk-form-config/FormConfigHelper.js.gz +0 -0
  395. package/dist/collection/components/snk-form-config/SnkFormConfigManager.js.gz +0 -0
  396. package/dist/collection/components/snk-form-config/config-header/config-header.css.gz +0 -0
  397. package/dist/collection/components/snk-form-config/config-header/config-header.js.gz +0 -0
  398. package/dist/collection/components/snk-form-config/config-header/configs-button/configs-button.css.gz +0 -0
  399. package/dist/collection/components/snk-form-config/config-header/configs-button/configs-button.js.gz +0 -0
  400. package/dist/collection/components/snk-form-config/field-item/field-config/field-config.css.gz +0 -0
  401. package/dist/collection/components/snk-form-config/field-item/field-config/field-config.js.gz +0 -0
  402. package/dist/collection/components/snk-form-config/field-item/field-item.css.gz +0 -0
  403. package/dist/collection/components/snk-form-config/field-item/field-item.js.gz +0 -0
  404. package/dist/collection/components/snk-form-config/fields-layout/fields-layout.css.gz +0 -0
  405. package/dist/collection/components/snk-form-config/fields-layout/fields-layout.js.gz +0 -0
  406. package/dist/collection/components/snk-form-config/fields-selector/fields-selector.css.gz +0 -0
  407. package/dist/collection/components/snk-form-config/fields-selector/fields-selector.js.gz +0 -0
  408. package/dist/collection/components/snk-form-config/guides-configurator/guides-configurator.css.gz +0 -0
  409. package/dist/collection/components/snk-form-config/guides-configurator/guides-configurator.js.gz +0 -0
  410. package/dist/collection/components/snk-form-config/snk-form-config.css.gz +0 -0
  411. package/dist/collection/components/snk-form-config/snk-form-config.js.gz +0 -0
  412. package/dist/collection/components/snk-grid/filtercolumn/SnkMultiSelectionListDataSource.js.gz +0 -0
  413. package/dist/collection/components/snk-grid/snk-grid.css.gz +0 -0
  414. package/dist/collection/components/snk-grid/snk-grid.js.gz +0 -0
  415. package/dist/collection/components/snk-grid-config/snk-grid-config.css.gz +0 -0
  416. package/dist/collection/components/snk-grid-config/snk-grid-config.js.gz +0 -0
  417. package/dist/collection/components/snk-grid-config/snk-select-box/snk-select-box.css.gz +0 -0
  418. package/dist/collection/components/snk-grid-config/snk-select-box/snk-select-box.js.gz +0 -0
  419. package/dist/collection/components/snk-layout-form-config/snk-layout-form-config.css.gz +0 -0
  420. package/dist/collection/components/snk-layout-form-config/snk-layout-form-config.js.gz +0 -0
  421. package/dist/collection/components/snk-layout-form-config/snk-view-representation/snk-view-representation.css.gz +0 -0
  422. package/dist/collection/components/snk-layout-form-config/snk-view-representation/snk-view-representation.js.gz +0 -0
  423. package/dist/collection/components/snk-personalized-filter/interfaces/IExpressionGroup.js.gz +0 -0
  424. package/dist/collection/components/snk-personalized-filter/interfaces/IExpressionItem.js.gz +0 -0
  425. package/dist/collection/components/snk-personalized-filter/interfaces/IParameter.js.gz +0 -0
  426. package/dist/collection/components/snk-personalized-filter/interfaces/IPersonalizedFilter.js.gz +0 -0
  427. package/dist/collection/components/snk-personalized-filter/interfaces/ISystemFilterConfig.js.gz +0 -0
  428. package/dist/collection/components/snk-personalized-filter/interfaces/IUserFilterConfig.js.gz +0 -0
  429. package/dist/collection/components/snk-personalized-filter/interfaces/index.js.gz +0 -0
  430. package/dist/collection/components/snk-personalized-filter/snk-personalized-filter.css.gz +0 -0
  431. package/dist/collection/components/snk-personalized-filter/snk-personalized-filter.js.gz +0 -0
  432. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-group/snk-expression-group.css.gz +0 -0
  433. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-group/snk-expression-group.js.gz +0 -0
  434. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-item/filter-operands/filter-operands.js.gz +0 -0
  435. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-item/snk-expression-item.css.gz +0 -0
  436. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-item/snk-expression-item.js.gz +0 -0
  437. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-advanced-mode/snk-filter-advanced-mode.css.gz +0 -0
  438. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-advanced-mode/snk-filter-advanced-mode.js.gz +0 -0
  439. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-assistent-mode/snk-filter-assistent-mode.css.gz +0 -0
  440. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-assistent-mode/snk-filter-assistent-mode.js.gz +0 -0
  441. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/snk-filter-param-config.css.gz +0 -0
  442. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/snk-filter-param-config.js.gz +0 -0
  443. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/utils/PersonalizedFilterUtils.js.gz +0 -0
  444. package/dist/collection/components/snk-pesquisa/pesquisa-grid/pesquisa-grid.css.gz +0 -0
  445. package/dist/collection/components/snk-pesquisa/pesquisa-grid/pesquisa-grid.js.gz +0 -0
  446. package/dist/collection/components/snk-pesquisa/pesquisa-tree/pesquisa-tree.css.gz +0 -0
  447. package/dist/collection/components/snk-pesquisa/pesquisa-tree/pesquisa-tree.js.gz +0 -0
  448. package/dist/collection/components/snk-pesquisa/pesquisaHelper.js.gz +0 -0
  449. package/dist/collection/components/snk-pesquisa/snk-pesquisa.css.gz +0 -0
  450. package/dist/collection/components/snk-pesquisa/snk-pesquisa.js.gz +0 -0
  451. package/dist/collection/components/snk-print-selector/snk-print-selector.css.gz +0 -0
  452. package/dist/collection/components/snk-print-selector/snk-print-selector.js.gz +0 -0
  453. package/dist/collection/components/snk-simple-bar/snk-simple-bar.css.gz +0 -0
  454. package/dist/collection/components/snk-simple-bar/snk-simple-bar.js.gz +0 -0
  455. package/dist/collection/components/snk-simple-crud/snk-simple-crud.constants.js.gz +0 -0
  456. package/dist/collection/components/snk-simple-crud/snk-simple-crud.css.gz +0 -0
  457. package/dist/collection/components/snk-simple-crud/snk-simple-crud.js.gz +0 -0
  458. package/dist/collection/components/snk-simple-form-config/snk-simple-form-config.css.gz +0 -0
  459. package/dist/collection/components/snk-simple-form-config/snk-simple-form-config.js.gz +0 -0
  460. package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.css.gz +0 -0
  461. package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.js.gz +0 -0
  462. package/dist/collection/components/snk-taskbar/elements/taskbar-elements.js.gz +0 -0
  463. package/dist/collection/components/snk-taskbar/elements/taskbar-split-button/taskbar-split-button.css.gz +0 -0
  464. package/dist/collection/components/snk-taskbar/elements/taskbar-split-button/taskbar-split-button.js.gz +0 -0
  465. package/dist/collection/components/snk-taskbar/processor/taskbar-processor.js.gz +0 -0
  466. package/dist/collection/components/snk-taskbar/snk-taskbar.css.gz +0 -0
  467. package/dist/collection/components/snk-taskbar/snk-taskbar.js.gz +0 -0
  468. package/dist/collection/components/teste-pesquisa/teste-pesquisa.css.gz +0 -0
  469. package/dist/collection/components/teste-pesquisa/teste-pesquisa.js.gz +0 -0
  470. package/dist/collection/index.js.gz +0 -0
  471. package/dist/collection/lib/@types/index.js.gz +0 -0
  472. package/dist/collection/lib/DefaultCustomFormatters/RmPrecisionCustomValueFormatter.js.gz +0 -0
  473. package/dist/collection/lib/applet-caller/applet-caller.js.gz +0 -0
  474. package/dist/collection/lib/auth/mgeauthorization.module.js.gz +0 -0
  475. package/dist/collection/lib/configs/ConfigStorage.js.gz +0 -0
  476. package/dist/collection/lib/configs/LayoutFormConfig.js.gz +0 -0
  477. package/dist/collection/lib/dataUnit/InMemoryLoader.js.gz +0 -0
  478. package/dist/collection/lib/dataUnit/ValueFormatter.js.gz +0 -0
  479. package/dist/collection/lib/dataUnit/dataUnitInMemoryUtils.js.gz +0 -0
  480. package/dist/collection/lib/dataUnit/interfaces/InMemoryLoaderConfig.js.gz +0 -0
  481. package/dist/collection/lib/http/data-fetcher/DataFetcher.js.gz +0 -0
  482. package/dist/collection/lib/http/data-fetcher/custom-xhr-override.js.gz +0 -0
  483. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/anexo-sistema-fetcher.js.gz +0 -0
  484. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/attach-fetcher.js.gz +0 -0
  485. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/facade/attach-fetcher.facade.js.gz +0 -0
  486. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/index.js.gz +0 -0
  487. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/IDelete.js.gz +0 -0
  488. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/IDownloadKey.js.gz +0 -0
  489. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/ISave.js.gz +0 -0
  490. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/index.js.gz +0 -0
  491. package/dist/collection/lib/http/data-fetcher/fetchers/application-config-fetcher.js.gz +0 -0
  492. package/dist/collection/lib/http/data-fetcher/fetchers/auth-fetcher.js.gz +0 -0
  493. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/DataUnitDataLoader.js.gz +0 -0
  494. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/cache/ArrayRepository.js.gz +0 -0
  495. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/cache/PreloadManager.js.gz +0 -0
  496. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/dataunit-fetcher.js.gz +0 -0
  497. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/helpers/DataUnitDataLoaderHelper.js.gz +0 -0
  498. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IBuildRequestBodyLoadRowMetadata.js.gz +0 -0
  499. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/ILoadDataResult.js.gz +0 -0
  500. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/ILoadDataStrategy.js.gz +0 -0
  501. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/ILoadingInfo.js.gz +0 -0
  502. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IRecordField.js.gz +0 -0
  503. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IResponseRecord.js.gz +0 -0
  504. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IRowMetadata.js.gz +0 -0
  505. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DataUnitStrategy.js.gz +0 -0
  506. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.js.gz +0 -0
  507. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/test/resources/metadataMock.js.gz +0 -0
  508. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IExporterColumnMetadata.js.gz +0 -0
  509. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IFetchDataExporterParams.js.gz +0 -0
  510. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IFetchDataExporterResponse.js.gz +0 -0
  511. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IPersonalizedReport.js.gz +0 -0
  512. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/permission-export-pdf.js.gz +0 -0
  513. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/personalized-reports-fetcher.js.gz +0 -0
  514. package/dist/collection/lib/http/data-fetcher/fetchers/filter-bar-config-fetcher.js.gz +0 -0
  515. package/dist/collection/lib/http/data-fetcher/fetchers/form-config-fetcher.js.gz +0 -0
  516. package/dist/collection/lib/http/data-fetcher/fetchers/grid-config-fetcher.js.gz +0 -0
  517. package/dist/collection/lib/http/data-fetcher/fetchers/parameters-fecher.js.gz +0 -0
  518. package/dist/collection/lib/http/data-fetcher/fetchers/personalized-filter-fetcher.js.gz +0 -0
  519. package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js.gz +0 -0
  520. package/dist/collection/lib/http/data-fetcher/fetchers/resource-fetcher.js.gz +0 -0
  521. package/dist/collection/lib/http/data-fetcher/fetchers/totals-fetcher.js.gz +0 -0
  522. package/dist/collection/lib/http/data-fetcher/interfaces/IClientEventResponse.js.gz +0 -0
  523. package/dist/collection/lib/http/data-fetcher/recaller/GraphQLRecaller.js.gz +0 -0
  524. package/dist/collection/lib/http/data-fetcher/recaller/IDataFetcherRecaller.js.gz +0 -0
  525. package/dist/collection/lib/http/data-fetcher/recaller/ServiceBrokerRecaller.js.gz +0 -0
  526. package/dist/collection/lib/http/data-fetcher/state/LoadStateManager.js.gz +0 -0
  527. package/dist/collection/lib/index.js.gz +0 -0
  528. package/dist/collection/lib/message/SnkMessageBuilder.js.gz +0 -0
  529. package/dist/collection/lib/message/messageResourceEnUSUtils.js.gz +0 -0
  530. package/dist/collection/lib/message/messageResourceEsESUtils.js.gz +0 -0
  531. package/dist/collection/lib/message/messageResourcePtBRUtils.js.gz +0 -0
  532. package/dist/collection/lib/message/resources/en-us/continuousInsertUtils.msg.js.gz +0 -0
  533. package/dist/collection/lib/message/resources/en-us/crud-utils.msg.js.gz +0 -0
  534. package/dist/collection/lib/message/resources/en-us/dataFetcher.msg.js.gz +0 -0
  535. package/dist/collection/lib/message/resources/en-us/dataUnitDataLoaderHelper.msg.js.gz +0 -0
  536. package/dist/collection/lib/message/resources/en-us/file-viewer.msg.js.gz +0 -0
  537. package/dist/collection/lib/message/resources/en-us/snk-actions-button.msg.js.gz +0 -0
  538. package/dist/collection/lib/message/resources/en-us/snk-application.msg.js.gz +0 -0
  539. package/dist/collection/lib/message/resources/en-us/snk-attach.msg.js.gz +0 -0
  540. package/dist/collection/lib/message/resources/en-us/snk-configurator.msg.js.gz +0 -0
  541. package/dist/collection/lib/message/resources/en-us/snk-crud.msg.js.gz +0 -0
  542. package/dist/collection/lib/message/resources/en-us/snk-data-exporter.msg.js.gz +0 -0
  543. package/dist/collection/lib/message/resources/en-us/snk-data-unit.msg.js.gz +0 -0
  544. package/dist/collection/lib/message/resources/en-us/snk-entity-list.msg.js.gz +0 -0
  545. package/dist/collection/lib/message/resources/en-us/snk-error-handler.msg.js.gz +0 -0
  546. package/dist/collection/lib/message/resources/en-us/snk-exporter.msg.js.gz +0 -0
  547. package/dist/collection/lib/message/resources/en-us/snk-filter-bar.msg.js.gz +0 -0
  548. package/dist/collection/lib/message/resources/en-us/snk-filter-field-search.msg.js.gz +0 -0
  549. package/dist/collection/lib/message/resources/en-us/snk-filter-list.msg.js.gz +0 -0
  550. package/dist/collection/lib/message/resources/en-us/snk-filter-param-config.msg.js.gz +0 -0
  551. package/dist/collection/lib/message/resources/en-us/snk-form.msg.js.gz +0 -0
  552. package/dist/collection/lib/message/resources/en-us/snk-grid.msg.js.gz +0 -0
  553. package/dist/collection/lib/message/resources/en-us/snk-layout-form-config.msg.js.gz +0 -0
  554. package/dist/collection/lib/message/resources/en-us/snk-personalized-filter.msg.js.gz +0 -0
  555. package/dist/collection/lib/message/resources/en-us/snk-pesquisa.msg.js.gz +0 -0
  556. package/dist/collection/lib/message/resources/en-us/snk-print-selector.msg.js.gz +0 -0
  557. package/dist/collection/lib/message/resources/en-us/snk-simple-bar.msg.js.gz +0 -0
  558. package/dist/collection/lib/message/resources/en-us/snk-simple-crud.msg.js.gz +0 -0
  559. package/dist/collection/lib/message/resources/en-us/snk-simple-form-config.msg.js.gz +0 -0
  560. package/dist/collection/lib/message/resources/en-us/snk-taskbar.msg.js.gz +0 -0
  561. package/dist/collection/lib/message/resources/es-es/continuousInsertUtils.msg.js.gz +0 -0
  562. package/dist/collection/lib/message/resources/es-es/crud-utils.msg.js.gz +0 -0
  563. package/dist/collection/lib/message/resources/es-es/dataFetcher.msg.js.gz +0 -0
  564. package/dist/collection/lib/message/resources/es-es/dataUnitDataLoaderHelper.msg.js.gz +0 -0
  565. package/dist/collection/lib/message/resources/es-es/file-viewer.msg.js.gz +0 -0
  566. package/dist/collection/lib/message/resources/es-es/snk-actions-button.msg.js.gz +0 -0
  567. package/dist/collection/lib/message/resources/es-es/snk-application.msg.js.gz +0 -0
  568. package/dist/collection/lib/message/resources/es-es/snk-attach.msg.js.gz +0 -0
  569. package/dist/collection/lib/message/resources/es-es/snk-configurator.msg.js.gz +0 -0
  570. package/dist/collection/lib/message/resources/es-es/snk-crud.msg.js.gz +0 -0
  571. package/dist/collection/lib/message/resources/es-es/snk-data-exporter.msg.js.gz +0 -0
  572. package/dist/collection/lib/message/resources/es-es/snk-data-unit.msg.js.gz +0 -0
  573. package/dist/collection/lib/message/resources/es-es/snk-entity-list.msg.js.gz +0 -0
  574. package/dist/collection/lib/message/resources/es-es/snk-error-handler.msg.js.gz +0 -0
  575. package/dist/collection/lib/message/resources/es-es/snk-exporter.msg.js.gz +0 -0
  576. package/dist/collection/lib/message/resources/es-es/snk-filter-bar.msg.js.gz +0 -0
  577. package/dist/collection/lib/message/resources/es-es/snk-filter-field-search.msg.js.gz +0 -0
  578. package/dist/collection/lib/message/resources/es-es/snk-filter-list.msg.js.gz +0 -0
  579. package/dist/collection/lib/message/resources/es-es/snk-filter-param-config.msg.js.gz +0 -0
  580. package/dist/collection/lib/message/resources/es-es/snk-form.msg.js.gz +0 -0
  581. package/dist/collection/lib/message/resources/es-es/snk-grid.msg.js.gz +0 -0
  582. package/dist/collection/lib/message/resources/es-es/snk-layout-form-config.msg.js.gz +0 -0
  583. package/dist/collection/lib/message/resources/es-es/snk-personalized-filter.msg.js.gz +0 -0
  584. package/dist/collection/lib/message/resources/es-es/snk-pesquisa.msg.js.gz +0 -0
  585. package/dist/collection/lib/message/resources/es-es/snk-print-selector.msg.js.gz +0 -0
  586. package/dist/collection/lib/message/resources/es-es/snk-simple-bar.msg.js.gz +0 -0
  587. package/dist/collection/lib/message/resources/es-es/snk-simple-crud.msg.js.gz +0 -0
  588. package/dist/collection/lib/message/resources/es-es/snk-simple-form-config.msg.js.gz +0 -0
  589. package/dist/collection/lib/message/resources/es-es/snk-taskbar.msg.js.gz +0 -0
  590. package/dist/collection/lib/message/resources/pt-br/continuousInsertUtils.msg.js.gz +0 -0
  591. package/dist/collection/lib/message/resources/pt-br/crud-utils.msg.js.gz +0 -0
  592. package/dist/collection/lib/message/resources/pt-br/dataFetcher.msg.js.gz +0 -0
  593. package/dist/collection/lib/message/resources/pt-br/dataUnitDataLoaderHelper.msg.js.gz +0 -0
  594. package/dist/collection/lib/message/resources/pt-br/file-viewer.msg.js.gz +0 -0
  595. package/dist/collection/lib/message/resources/pt-br/snk-actions-button.msg.js.gz +0 -0
  596. package/dist/collection/lib/message/resources/pt-br/snk-application.msg.js.gz +0 -0
  597. package/dist/collection/lib/message/resources/pt-br/snk-attach.msg.js.gz +0 -0
  598. package/dist/collection/lib/message/resources/pt-br/snk-configurator.msg.js.gz +0 -0
  599. package/dist/collection/lib/message/resources/pt-br/snk-crud.msg.js.gz +0 -0
  600. package/dist/collection/lib/message/resources/pt-br/snk-data-exporter.msg.js.gz +0 -0
  601. package/dist/collection/lib/message/resources/pt-br/snk-data-unit.msg.js.gz +0 -0
  602. package/dist/collection/lib/message/resources/pt-br/snk-entity-list.msg.js.gz +0 -0
  603. package/dist/collection/lib/message/resources/pt-br/snk-error-handler.msg.js.gz +0 -0
  604. package/dist/collection/lib/message/resources/pt-br/snk-exporter.msg.js.gz +0 -0
  605. package/dist/collection/lib/message/resources/pt-br/snk-filter-bar.msg.js.gz +0 -0
  606. package/dist/collection/lib/message/resources/pt-br/snk-filter-field-search.msg.js.gz +0 -0
  607. package/dist/collection/lib/message/resources/pt-br/snk-filter-list.msg.js.gz +0 -0
  608. package/dist/collection/lib/message/resources/pt-br/snk-filter-param-config.msg.js.gz +0 -0
  609. package/dist/collection/lib/message/resources/pt-br/snk-form.msg.js.gz +0 -0
  610. package/dist/collection/lib/message/resources/pt-br/snk-grid.msg.js.gz +0 -0
  611. package/dist/collection/lib/message/resources/pt-br/snk-layout-form-config.msg.js.gz +0 -0
  612. package/dist/collection/lib/message/resources/pt-br/snk-personalized-filter.msg.js.gz +0 -0
  613. package/dist/collection/lib/message/resources/pt-br/snk-pesquisa.msg.js.gz +0 -0
  614. package/dist/collection/lib/message/resources/pt-br/snk-print-selector.msg.js.gz +0 -0
  615. package/dist/collection/lib/message/resources/pt-br/snk-simple-bar.msg.js.gz +0 -0
  616. package/dist/collection/lib/message/resources/pt-br/snk-simple-crud.msg.js.gz +0 -0
  617. package/dist/collection/lib/message/resources/pt-br/snk-simple-form-config.msg.js.gz +0 -0
  618. package/dist/collection/lib/message/resources/pt-br/snk-taskbar.msg.js.gz +0 -0
  619. package/dist/collection/lib/resourceid/ResourceIDUtils.js.gz +0 -0
  620. package/dist/collection/lib/store/index.js.gz +0 -0
  621. package/dist/collection/lib/utils/ContinuousInsertUtils.js.gz +0 -0
  622. package/dist/collection/lib/utils/CrudUtils.js.gz +0 -0
  623. package/dist/collection/lib/utils/GetSelectedRecordsIDsInfo.js.gz +0 -0
  624. package/dist/collection/lib/utils/PrintUtils.js.gz +0 -0
  625. package/dist/collection/lib/utils/constants.js.gz +0 -0
  626. package/dist/collection/lib/utils/fileViewer/index.js.gz +0 -0
  627. package/dist/collection/lib/utils/fileViewer/interfaces/IFileViewerParams.js.gz +0 -0
  628. package/dist/collection/lib/utils/pesquisa.js.gz +0 -0
  629. package/dist/collection/lib/utils/urlutils.js.gz +0 -0
  630. package/dist/collection/lib/workspace/workspace.js.gz +0 -0
  631. package/dist/collection/sw.js.gz +0 -0
  632. package/dist/components/AuthorizationConfig.js.gz +0 -0
  633. package/dist/components/ConfigStorage.js.gz +0 -0
  634. package/dist/components/ContinuousInsertUtils.js.gz +0 -0
  635. package/dist/components/DataFetcher.js.gz +0 -0
  636. package/dist/components/GetSelectedRecordsIDsInfo.js.gz +0 -0
  637. package/dist/components/ISave.js.gz +0 -0
  638. package/dist/components/ParamType.js.gz +0 -0
  639. package/dist/components/PersonalizedFilterUtils.js.gz +0 -0
  640. package/dist/components/PrintUtils.js.gz +0 -0
  641. package/dist/components/ResourceIDUtils.js.gz +0 -0
  642. package/dist/components/SnkFormConfigManager.js.gz +0 -0
  643. package/dist/components/auth-fetcher.js.gz +0 -0
  644. package/dist/components/config-header.js.gz +0 -0
  645. package/dist/components/config-header2.js.gz +0 -0
  646. package/dist/components/configs-button.js.gz +0 -0
  647. package/dist/components/configs-button2.js.gz +0 -0
  648. package/dist/components/constants.js.gz +0 -0
  649. package/dist/components/dataunit-fetcher.js.gz +0 -0
  650. package/dist/components/field-config.js.gz +0 -0
  651. package/dist/components/field-config2.js.gz +0 -0
  652. package/dist/components/field-item.js.gz +0 -0
  653. package/dist/components/field-item2.js.gz +0 -0
  654. package/dist/components/fields-layout.js.gz +0 -0
  655. package/dist/components/fields-layout2.js.gz +0 -0
  656. package/dist/components/fields-selector.js.gz +0 -0
  657. package/dist/components/fields-selector2.js.gz +0 -0
  658. package/dist/components/filter-item-type.enum.js.gz +0 -0
  659. package/dist/components/filterNumberVariation.js.gz +0 -0
  660. package/dist/components/form-config-fetcher.js.gz +0 -0
  661. package/dist/components/guides-configurator.js.gz +0 -0
  662. package/dist/components/guides-configurator2.js.gz +0 -0
  663. package/dist/components/index.js.gz +0 -0
  664. package/dist/components/index2.js.gz +0 -0
  665. package/dist/components/pesquisa-grid.js.gz +0 -0
  666. package/dist/components/pesquisa-grid2.js.gz +0 -0
  667. package/dist/components/pesquisa-tree.js.gz +0 -0
  668. package/dist/components/pesquisa-tree2.js.gz +0 -0
  669. package/dist/components/presentationMode.js.gz +0 -0
  670. package/dist/components/snk-actions-button.js.gz +0 -0
  671. package/dist/components/snk-actions-button2.js.gz +0 -0
  672. package/dist/components/snk-actions-form.js.gz +0 -0
  673. package/dist/components/snk-application.js.gz +0 -0
  674. package/dist/components/snk-application2.js.gz +0 -0
  675. package/dist/components/snk-attach.js.gz +0 -0
  676. package/dist/components/snk-attach2.js.gz +0 -0
  677. package/dist/components/snk-client-confirm.js.gz +0 -0
  678. package/dist/components/snk-configurator.js.gz +0 -0
  679. package/dist/components/snk-configurator2.js.gz +0 -0
  680. package/dist/components/snk-crud.js.gz +0 -0
  681. package/dist/components/snk-custom-slot-elements.js.gz +0 -0
  682. package/dist/components/snk-data-exporter.js.gz +0 -0
  683. package/dist/components/snk-data-exporter2.js.gz +0 -0
  684. package/dist/components/snk-data-unit.js.gz +0 -0
  685. package/dist/components/snk-data-unit2.js.gz +0 -0
  686. package/dist/components/snk-default-filter.js.gz +0 -0
  687. package/dist/components/snk-default-filter2.js.gz +0 -0
  688. package/dist/components/snk-detail-view.js.gz +0 -0
  689. package/dist/components/snk-detail-view2.js.gz +0 -0
  690. package/dist/components/snk-entity-list.js.gz +0 -0
  691. package/dist/components/snk-exporter-email-sender.js.gz +0 -0
  692. package/dist/components/snk-exporter-email-sender2.js.gz +0 -0
  693. package/dist/components/snk-expression-group.js.gz +0 -0
  694. package/dist/components/snk-expression-group2.js.gz +0 -0
  695. package/dist/components/snk-expression-item.js.gz +0 -0
  696. package/dist/components/snk-expression-item2.js.gz +0 -0
  697. package/dist/components/snk-filter-advanced-mode.js.gz +0 -0
  698. package/dist/components/snk-filter-advanced-mode2.js.gz +0 -0
  699. package/dist/components/snk-filter-assistent-mode.js.gz +0 -0
  700. package/dist/components/snk-filter-assistent-mode2.js.gz +0 -0
  701. package/dist/components/snk-filter-bar.js.gz +0 -0
  702. package/dist/components/snk-filter-bar2.js.gz +0 -0
  703. package/dist/components/snk-filter-binary-select.js.gz +0 -0
  704. package/dist/components/snk-filter-checkbox-list.js.gz +0 -0
  705. package/dist/components/snk-filter-detail.js.gz +0 -0
  706. package/dist/components/snk-filter-detail2.js.gz +0 -0
  707. package/dist/components/snk-filter-field-search.js.gz +0 -0
  708. package/dist/components/snk-filter-field-search2.js.gz +0 -0
  709. package/dist/components/snk-filter-item.js.gz +0 -0
  710. package/dist/components/snk-filter-item2.js.gz +0 -0
  711. package/dist/components/snk-filter-list.js.gz +0 -0
  712. package/dist/components/snk-filter-modal-item.js.gz +0 -0
  713. package/dist/components/snk-filter-modal-item2.js.gz +0 -0
  714. package/dist/components/snk-filter-modal.js.gz +0 -0
  715. package/dist/components/snk-filter-modal2.js.gz +0 -0
  716. package/dist/components/snk-filter-multi-select.js.gz +0 -0
  717. package/dist/components/snk-filter-number.js.gz +0 -0
  718. package/dist/components/snk-filter-param-config.js.gz +0 -0
  719. package/dist/components/snk-filter-param-config2.js.gz +0 -0
  720. package/dist/components/snk-filter-period.js.gz +0 -0
  721. package/dist/components/snk-filter-search.js.gz +0 -0
  722. package/dist/components/snk-filter-text.js.gz +0 -0
  723. package/dist/components/snk-form-config.js.gz +0 -0
  724. package/dist/components/snk-form-config2.js.gz +0 -0
  725. package/dist/components/snk-form-summary.js.gz +0 -0
  726. package/dist/components/snk-form-summary2.js.gz +0 -0
  727. package/dist/components/snk-form-view.js.gz +0 -0
  728. package/dist/components/snk-form-view2.js.gz +0 -0
  729. package/dist/components/snk-form.js.gz +0 -0
  730. package/dist/components/snk-grid-config.js.gz +0 -0
  731. package/dist/components/snk-grid-config2.js.gz +0 -0
  732. package/dist/components/snk-grid.js.gz +0 -0
  733. package/dist/components/snk-grid2.js.gz +0 -0
  734. package/dist/components/snk-guides-viewer.js.gz +0 -0
  735. package/dist/components/snk-layout-form-config.js.gz +0 -0
  736. package/dist/components/snk-layout-form-config2.js.gz +0 -0
  737. package/dist/components/snk-personalized-filter-editor.js.gz +0 -0
  738. package/dist/components/snk-personalized-filter.js.gz +0 -0
  739. package/dist/components/snk-personalized-filter2.js.gz +0 -0
  740. package/dist/components/snk-pesquisa.js.gz +0 -0
  741. package/dist/components/snk-pesquisa2.js.gz +0 -0
  742. package/dist/components/snk-print-selector.js.gz +0 -0
  743. package/dist/components/snk-select-box.js.gz +0 -0
  744. package/dist/components/snk-select-box2.js.gz +0 -0
  745. package/dist/components/snk-simple-bar.js.gz +0 -0
  746. package/dist/components/snk-simple-bar2.js.gz +0 -0
  747. package/dist/components/snk-simple-crud.js.gz +0 -0
  748. package/dist/components/snk-simple-crud2.js.gz +0 -0
  749. package/dist/components/snk-simple-form-config.js.gz +0 -0
  750. package/dist/components/snk-simple-form-config2.js.gz +0 -0
  751. package/dist/components/snk-taskbar.js.gz +0 -0
  752. package/dist/components/snk-taskbar2.js.gz +0 -0
  753. package/dist/components/snk-view-representation.js.gz +0 -0
  754. package/dist/components/snk-view-representation2.js.gz +0 -0
  755. package/dist/components/sortable.esm.js.gz +0 -0
  756. package/dist/components/taskbar-actions-button.js.gz +0 -0
  757. package/dist/components/taskbar-actions-button2.js.gz +0 -0
  758. package/dist/components/taskbar-split-button.js.gz +0 -0
  759. package/dist/components/taskbar-split-button2.js.gz +0 -0
  760. package/dist/components/teste-pesquisa.js.gz +0 -0
  761. package/dist/esm/AuthorizationConfig-dcbd207a.js.gz +0 -0
  762. package/dist/esm/ConfigStorage-a60b12c2.js.gz +0 -0
  763. package/dist/esm/DataFetcher-9a1709a3.js.gz +0 -0
  764. package/dist/esm/FormConfigHelper-b9cf7758.js.gz +0 -0
  765. package/dist/esm/GetSelectedRecordsIDsInfo-9fa41508.js.gz +0 -0
  766. package/dist/esm/IFetchDataExporterParams-d73bed3d.js.gz +0 -0
  767. package/dist/esm/ISave-b9c9188b.js.gz +0 -0
  768. package/dist/esm/ParamType-d5152b06.js.gz +0 -0
  769. package/dist/esm/PersonalizedFilterUtils-2db38ff2.js.gz +0 -0
  770. package/dist/esm/PrintUtils-3e4ff0f5.js.gz +0 -0
  771. package/dist/esm/ResourceIDUtils-a114189a.js.gz +0 -0
  772. package/dist/esm/SnkFormConfigManager-1548dc73.js.gz +0 -0
  773. package/dist/esm/SnkMultiSelectionListDataSource-65764464.js.gz +0 -0
  774. package/dist/esm/auth-fetcher-566bad7c.js.gz +0 -0
  775. package/dist/esm/config-header.entry.js.gz +0 -0
  776. package/dist/esm/configs-button.entry.js.gz +0 -0
  777. package/dist/esm/constants-7b422de0.js.gz +0 -0
  778. package/dist/esm/dataunit-fetcher-eba36247.js.gz +0 -0
  779. package/dist/esm/default-filters-50105e43.js.gz +0 -0
  780. package/dist/esm/field-config_2.entry.js.gz +0 -0
  781. package/dist/esm/fields-layout.entry.js.gz +0 -0
  782. package/dist/esm/fields-selector.entry.js.gz +0 -0
  783. package/dist/esm/filter-item-type.enum-d45e026f.js.gz +0 -0
  784. package/dist/esm/filter-type.enum-f6a8fe23.js.gz +0 -0
  785. package/dist/esm/filter-validate-faf51fa9.js.gz +0 -0
  786. package/dist/esm/filterNumberVariation-8cee02ea.js.gz +0 -0
  787. package/dist/esm/form-config-fetcher-cf8c52d0.js.gz +0 -0
  788. package/dist/esm/guides-configurator.entry.js.gz +0 -0
  789. package/dist/esm/index-446f9341.js.gz +0 -0
  790. package/dist/esm/index-479e1293.js.gz +0 -0
  791. package/dist/esm/index-620ac460.js.gz +0 -0
  792. package/dist/esm/index-8acbae97.js.gz +0 -0
  793. package/dist/esm/index-b40568ff.js.gz +0 -0
  794. package/dist/esm/index.js.gz +0 -0
  795. package/dist/esm/loader.js.gz +0 -0
  796. package/dist/esm/pesquisa-grid_2.entry.js.gz +0 -0
  797. package/dist/esm/polyfills/core-js.js.gz +0 -0
  798. package/dist/esm/polyfills/css-shim.js.gz +0 -0
  799. package/dist/esm/polyfills/dom.js.gz +0 -0
  800. package/dist/esm/polyfills/es5-html-element.js.gz +0 -0
  801. package/dist/esm/polyfills/index.js.gz +0 -0
  802. package/dist/esm/polyfills/system.js.gz +0 -0
  803. package/dist/esm/presentationMode-783bbf9d.js.gz +0 -0
  804. package/dist/esm/sankhyablocks.js.gz +0 -0
  805. package/dist/esm/snk-actions-button_8.entry.js.gz +0 -0
  806. package/dist/esm/snk-actions-form.entry.js.gz +0 -0
  807. package/dist/esm/snk-application.entry.js.gz +0 -0
  808. package/dist/esm/snk-attach.entry.js.gz +0 -0
  809. package/dist/esm/snk-client-confirm.entry.js.gz +0 -0
  810. package/dist/esm/snk-configurator.entry.js.gz +0 -0
  811. package/dist/esm/snk-crud.entry.js.gz +0 -0
  812. package/dist/esm/snk-custom-slot-elements.entry.js.gz +0 -0
  813. package/dist/esm/snk-data-exporter.entry.js.gz +0 -0
  814. package/dist/esm/snk-data-unit-693849e3.js.gz +0 -0
  815. package/dist/esm/snk-data-unit.entry.js.gz +0 -0
  816. package/dist/esm/snk-default-filter.entry.js.gz +0 -0
  817. package/dist/esm/snk-detail-view.entry.js.gz +0 -0
  818. package/dist/esm/snk-entity-list.entry.js.gz +0 -0
  819. package/dist/esm/snk-exporter-email-sender.entry.js.gz +0 -0
  820. package/dist/esm/snk-expression-group_2.entry.js.gz +0 -0
  821. package/dist/esm/snk-filter-advanced-mode_2.entry.js.gz +0 -0
  822. package/dist/esm/snk-filter-bar_4.entry.js.gz +0 -0
  823. package/dist/esm/snk-filter-binary-select.entry.js.gz +0 -0
  824. package/dist/esm/snk-filter-checkbox-list.entry.js.gz +0 -0
  825. package/dist/esm/snk-filter-detail.entry.js.gz +0 -0
  826. package/dist/esm/snk-filter-field-search_2.entry.js.gz +0 -0
  827. package/dist/esm/snk-filter-modal-item.entry.js.gz +0 -0
  828. package/dist/esm/snk-filter-multi-select.entry.js.gz +0 -0
  829. package/dist/esm/snk-filter-number.entry.js.gz +0 -0
  830. package/dist/esm/snk-filter-period.entry.js.gz +0 -0
  831. package/dist/esm/snk-filter-search.entry.js.gz +0 -0
  832. package/dist/esm/snk-filter-text.entry.js.gz +0 -0
  833. package/dist/esm/snk-form-summary.entry.js.gz +0 -0
  834. package/dist/esm/snk-form-view.entry.js.gz +0 -0
  835. package/dist/esm/snk-form_2.entry.js.gz +0 -0
  836. package/dist/esm/snk-grid.entry.js.gz +0 -0
  837. package/dist/esm/snk-guides-viewer-8d6067b5.js.gz +0 -0
  838. package/dist/esm/snk-guides-viewer.entry.js.gz +0 -0
  839. package/dist/esm/snk-personalized-filter-editor.entry.js.gz +0 -0
  840. package/dist/esm/snk-personalized-filter.entry.js.gz +0 -0
  841. package/dist/esm/snk-pesquisa.entry.js.gz +0 -0
  842. package/dist/esm/snk-print-selector.entry.js.gz +0 -0
  843. package/dist/esm/snk-simple-bar.entry.js.gz +0 -0
  844. package/dist/esm/snk-simple-crud.entry.js.gz +0 -0
  845. package/dist/esm/snk-taskbar.entry.js.gz +0 -0
  846. package/dist/esm/sortable.esm-842f85a3.js.gz +0 -0
  847. package/dist/esm/taskbar-elements-faaf5d8f.js.gz +0 -0
  848. package/dist/esm/taskbar-processor-3436124c.js.gz +0 -0
  849. package/dist/esm/teste-pesquisa.entry.js.gz +0 -0
  850. package/dist/index.cjs.js.gz +0 -0
  851. package/dist/index.js.gz +0 -0
  852. package/dist/sankhyablocks/index.esm.js.gz +0 -0
  853. package/dist/sankhyablocks/p-07c5289b.entry.js.gz +0 -0
  854. package/dist/sankhyablocks/p-093f58fa.entry.js.gz +0 -0
  855. package/dist/sankhyablocks/p-09b05075.entry.js +0 -1
  856. package/dist/sankhyablocks/p-09b05075.entry.js.gz +0 -0
  857. package/dist/sankhyablocks/p-0f3698af.js.gz +0 -0
  858. package/dist/sankhyablocks/p-13596651.js.gz +0 -0
  859. package/dist/sankhyablocks/p-162bddae.entry.js.gz +0 -0
  860. package/dist/sankhyablocks/p-180716b2.entry.js.gz +0 -0
  861. package/dist/sankhyablocks/p-1a0caadb.js.gz +0 -0
  862. package/dist/sankhyablocks/p-1a68fb59.js.gz +0 -0
  863. package/dist/sankhyablocks/p-1e9c546e.entry.js.gz +0 -0
  864. package/dist/sankhyablocks/p-21107f0d.entry.js.gz +0 -0
  865. package/dist/sankhyablocks/p-27482793.entry.js.gz +0 -0
  866. package/dist/sankhyablocks/p-279f1ef9.entry.js +0 -1
  867. package/dist/sankhyablocks/p-279f1ef9.entry.js.gz +0 -0
  868. package/dist/sankhyablocks/p-2ec52b7e.entry.js +0 -1
  869. package/dist/sankhyablocks/p-2ec52b7e.entry.js.gz +0 -0
  870. package/dist/sankhyablocks/p-2fdac5e6.entry.js.gz +0 -0
  871. package/dist/sankhyablocks/p-31b0d523.js.gz +0 -0
  872. package/dist/sankhyablocks/p-3b167a03.entry.js.gz +0 -0
  873. package/dist/sankhyablocks/p-3d41f5a8.entry.js.gz +0 -0
  874. package/dist/sankhyablocks/p-3ed04f0d.entry.js.gz +0 -0
  875. package/dist/sankhyablocks/p-3f8c436b.entry.js +0 -1
  876. package/dist/sankhyablocks/p-3f8c436b.entry.js.gz +0 -0
  877. package/dist/sankhyablocks/p-42dde1ec.js.gz +0 -0
  878. package/dist/sankhyablocks/p-471b34f4.entry.js.gz +0 -0
  879. package/dist/sankhyablocks/p-49ddc27a.entry.js.gz +0 -0
  880. package/dist/sankhyablocks/p-4b2523df.js +0 -1
  881. package/dist/sankhyablocks/p-4b2523df.js.gz +0 -0
  882. package/dist/sankhyablocks/p-4b286a64.entry.js +0 -1
  883. package/dist/sankhyablocks/p-4b286a64.entry.js.gz +0 -0
  884. package/dist/sankhyablocks/p-4c763b10.entry.js.gz +0 -0
  885. package/dist/sankhyablocks/p-4db51d85.js.gz +0 -0
  886. package/dist/sankhyablocks/p-4e3fc788.entry.js.gz +0 -0
  887. package/dist/sankhyablocks/p-5095f811.entry.js.gz +0 -0
  888. package/dist/sankhyablocks/p-51833248.js.gz +0 -0
  889. package/dist/sankhyablocks/p-5340c04e.entry.js.gz +0 -0
  890. package/dist/sankhyablocks/p-55798617.js.gz +0 -0
  891. package/dist/sankhyablocks/p-60dd1d27.entry.js.gz +0 -0
  892. package/dist/sankhyablocks/p-6471a791.entry.js.gz +0 -0
  893. package/dist/sankhyablocks/p-667cab42.entry.js.gz +0 -0
  894. package/dist/sankhyablocks/p-688dcb4c.js.gz +0 -0
  895. package/dist/sankhyablocks/p-6902c5ee.entry.js.gz +0 -0
  896. package/dist/sankhyablocks/p-69885aaa.js.gz +0 -0
  897. package/dist/sankhyablocks/p-6a4b21dd.js.gz +0 -0
  898. package/dist/sankhyablocks/p-7345782c.entry.js.gz +0 -0
  899. package/dist/sankhyablocks/p-75af335e.entry.js.gz +0 -0
  900. package/dist/sankhyablocks/p-76e66fd9.js.gz +0 -0
  901. package/dist/sankhyablocks/p-7b3269e9.entry.js.gz +0 -0
  902. package/dist/sankhyablocks/p-7dd49d15.js.gz +0 -0
  903. package/dist/sankhyablocks/p-7e250432.entry.js.gz +0 -0
  904. package/dist/sankhyablocks/p-7f7fe6c4.entry.js.gz +0 -0
  905. package/dist/sankhyablocks/p-81466555.entry.js +0 -1
  906. package/dist/sankhyablocks/p-81466555.entry.js.gz +0 -0
  907. package/dist/sankhyablocks/p-825098c1.entry.js.gz +0 -0
  908. package/dist/sankhyablocks/p-84345e7a.js.gz +0 -0
  909. package/dist/sankhyablocks/p-88c12985.entry.js.gz +0 -0
  910. package/dist/sankhyablocks/p-8b24836e.entry.js.gz +0 -0
  911. package/dist/sankhyablocks/p-8d884fab.js.gz +0 -0
  912. package/dist/sankhyablocks/p-8f3f2306.js.gz +0 -0
  913. package/dist/sankhyablocks/p-9019a32f.js.gz +0 -0
  914. package/dist/sankhyablocks/p-91a9abb6.entry.js.gz +0 -0
  915. package/dist/sankhyablocks/p-94b15408.entry.js.gz +0 -0
  916. package/dist/sankhyablocks/p-95888078.js.gz +0 -0
  917. package/dist/sankhyablocks/p-96d45943.entry.js.gz +0 -0
  918. package/dist/sankhyablocks/p-988afe78.js.gz +0 -0
  919. package/dist/sankhyablocks/p-9a63f3f7.entry.js.gz +0 -0
  920. package/dist/sankhyablocks/p-9fa79997.js.gz +0 -0
  921. package/dist/sankhyablocks/p-b568c1d4.js.gz +0 -0
  922. package/dist/sankhyablocks/p-b7e891cc.entry.js.gz +0 -0
  923. package/dist/sankhyablocks/p-b987e15d.js.gz +0 -0
  924. package/dist/sankhyablocks/p-bcf5692d.entry.js.gz +0 -0
  925. package/dist/sankhyablocks/p-c3dbf441.entry.js.gz +0 -0
  926. package/dist/sankhyablocks/p-cb4343c4.entry.js.gz +0 -0
  927. package/dist/sankhyablocks/p-ce77774e.js.gz +0 -0
  928. package/dist/sankhyablocks/p-d68904a9.js.gz +0 -0
  929. package/dist/sankhyablocks/p-d8d8169b.js.gz +0 -0
  930. package/dist/sankhyablocks/p-dafee02c.entry.js +0 -1
  931. package/dist/sankhyablocks/p-dafee02c.entry.js.gz +0 -0
  932. package/dist/sankhyablocks/p-dc36cfbf.js.gz +0 -0
  933. package/dist/sankhyablocks/p-e258de96.entry.js.gz +0 -0
  934. package/dist/sankhyablocks/p-eaad0aa8.js.gz +0 -0
  935. package/dist/sankhyablocks/p-f4184ce7.js.gz +0 -0
  936. package/dist/sankhyablocks/p-f68aab71.js.gz +0 -0
  937. package/dist/sankhyablocks/p-fa80e546.js.gz +0 -0
  938. package/dist/sankhyablocks/p-febb03ba.entry.js +0 -11
  939. package/dist/sankhyablocks/p-febb03ba.entry.js.gz +0 -0
  940. package/dist/sankhyablocks/p-ff1990ad.js.gz +0 -0
  941. package/dist/sankhyablocks/p-ff52b422.entry.js +0 -1
  942. package/dist/sankhyablocks/p-ff52b422.entry.js.gz +0 -0
  943. package/dist/sankhyablocks/sankhyablocks.esm.js.gz +0 -0
@@ -1,41 +1,88 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-479e1293.js';
2
- import { StringUtils, ElementIDUtils, ApplicationContext, KeyboardManager } from '@sankhyalabs/core';
3
- import { T as TaskbarElement } from './taskbar-elements-faaf5d8f.js';
4
- import './DataFetcher-9a1709a3.js';
5
- import './ISave-b9c9188b.js';
2
+ import { Action, StringUtils, ElementIDUtils, ApplicationContext, KeyboardManager } from '@sankhyalabs/core';
3
+ import './DataFetcher-5780ad39.js';
4
+ import './ISave-8a22ec18.js';
6
5
  import { P as PresentationMode, E as ExporterStrategy } from './index-b40568ff.js';
7
6
  import '@sankhyalabs/ezui/dist/collection/utils/constants';
8
7
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
9
- import './dataunit-fetcher-eba36247.js';
8
+ import './dataunit-fetcher-c4251d80.js';
10
9
  import './filter-item-type.enum-d45e026f.js';
11
- import './form-config-fetcher-cf8c52d0.js';
10
+ import './form-config-fetcher-d0536a71.js';
12
11
  import { V as VIEW_MODE } from './constants-7b422de0.js';
13
- import { A as AutorizationType } from './auth-fetcher-566bad7c.js';
14
- import './index-446f9341.js';
12
+ import { A as AutorizationType } from './auth-fetcher-28b9d0db.js';
13
+ import { S as ServicesNumberingConfig } from './ServicesNumberingConfig-2f7b050e.js';
14
+ import { T as TaskbarElement } from './taskbar-elements-faaf5d8f.js';
15
15
  import './PrintUtils-3e4ff0f5.js';
16
16
  import '@sankhyalabs/ezui/dist/collection/components/ez-grid/utils';
17
17
  import '@sankhyalabs/core/dist/utils/SortingUtils';
18
18
  import './ResourceIDUtils-a114189a.js';
19
+ import './index-446f9341.js';
19
20
 
20
21
  const snkCrudCss = ".sc-snk-crud-h{display:flex;flex-direction:column;height:100%;width:100%}";
21
22
 
22
23
  const SnkCrud = class {
23
24
  constructor(hostRef) {
24
25
  registerInstance(this, hostRef);
26
+ this.snkShowGuide = createEvent(this, "snkShowGuide", 7);
25
27
  this.actionClick = createEvent(this, "actionClick", 7);
26
28
  this.configuratorSave = createEvent(this, "configuratorSave", 7);
27
29
  this.configuratorCancel = createEvent(this, "configuratorCancel", 7);
28
30
  this.formItemsReady = createEvent(this, "formItemsReady", 7);
29
31
  this.viewModeChanged = createEvent(this, "viewModeChanged", 7);
32
+ this.numberingConfigChanged = createEvent(this, "numberingConfigChanged", 7);
30
33
  this._viewHistory = [];
31
34
  this._customEditors = new Map();
32
35
  this._customRenders = new Map();
36
+ this.loadEntitySuggestions = async (argument) => {
37
+ var _a;
38
+ const value = (_a = argument === null || argument === void 0 ? void 0 : argument.argument) !== null && _a !== void 0 ? _a : '';
39
+ const mode = (argument === null || argument === void 0 ? void 0 : argument.mode) || "PREDICTIVE";
40
+ if (!value || value.trim().length === 0) {
41
+ return [];
42
+ }
43
+ try {
44
+ this._showMoreOnSearch = false;
45
+ const entityName = this._snkDataUnit.entityName;
46
+ if (mode === "PREDICTIVE") {
47
+ return await this.handlePredictiveSearch(value, entityName);
48
+ }
49
+ return await this._application.executePreparedSearch(mode, value, this.buildSearchOptions(entityName));
50
+ }
51
+ catch (error) {
52
+ console.error('Erro ao carregar sugestões de entidades:', error);
53
+ return [];
54
+ }
55
+ };
56
+ this.searchEntitySelect = async (item) => {
57
+ if (!this._entityPKField || !item) {
58
+ return;
59
+ }
60
+ try {
61
+ const pk = [{ name: this._entityPKField, value: item.value }];
62
+ await this.refreshDataUnitByPk(pk);
63
+ }
64
+ catch (error) {
65
+ console.error('Erro ao selecionar entidade:', error);
66
+ }
67
+ };
68
+ this.dataUnitInterceptor = {
69
+ interceptAction: (action) => {
70
+ if (action.type === Action.DATA_SAVED) {
71
+ action = this.interceptDataSaved(action);
72
+ }
73
+ return action;
74
+ },
75
+ };
33
76
  this._dataUnit = undefined;
34
77
  this._dataState = undefined;
35
78
  this.attachmentRegisterKey = undefined;
36
79
  this._currentViewMode = VIEW_MODE.GRID;
37
80
  this._canEdit = undefined;
38
81
  this._resourceID = undefined;
82
+ this.customContainerId = `SNK-CRUD-CUSTOM-CONTAINER-${StringUtils.generateUUID()}`;
83
+ this.numberingConfig = undefined;
84
+ this._showMoreOnSearch = false;
85
+ this._entityPKField = undefined;
39
86
  this.enableLockManagerLoadingComp = false;
40
87
  this.enableLockManagerTaskbarClick = false;
41
88
  this.configName = undefined;
@@ -64,7 +111,9 @@ const SnkCrud = class {
64
111
  this.layoutFormConfig = true;
65
112
  this.multipleEditionEnabled = true;
66
113
  this.paginationCounterMode = 'auto';
67
- this.customContainerId = `SNK-CRUD-CUSTOM-CONTAINER-${StringUtils.generateUUID()}`;
114
+ this.customGuidesConfig = [];
115
+ this.showEntitySearch = true;
116
+ this.disableNumberingConfig = false;
68
117
  }
69
118
  /**
70
119
  * Usado para alternar a visão entre GRID e FORM externamente.
@@ -142,6 +191,19 @@ const SnkCrud = class {
142
191
  async setFieldProp(fieldName, propName, value) {
143
192
  await this._guidesViewer.setFieldProp(fieldName, propName, value);
144
193
  }
194
+ /**
195
+ * Retorna a configuração de numeração atual.
196
+ */
197
+ async getNumberingConfig() {
198
+ return this.numberingConfig;
199
+ }
200
+ /**
201
+ * Atualiza a configuração de numeração.
202
+ */
203
+ async updateNumberingConfig(config) {
204
+ this.numberingConfig = config;
205
+ this.applyNumberingConfigToFields();
206
+ }
145
207
  currentViewModeWatcher(currentView) {
146
208
  this._viewHistory = [...this._viewHistory.slice(-1), currentView];
147
209
  }
@@ -270,7 +332,9 @@ const SnkCrud = class {
270
332
  this.initKeyboardManager();
271
333
  }
272
334
  disconnectedCallback() {
335
+ var _a;
273
336
  this.removeShortcuts();
337
+ (_a = this._dataUnit) === null || _a === void 0 ? void 0 : _a.removeInterceptor(this.dataUnitInterceptor);
274
338
  }
275
339
  async handleDataStateChange(evt) {
276
340
  var _a;
@@ -344,10 +408,97 @@ const SnkCrud = class {
344
408
  var _a;
345
409
  (_a = this._keyboardManager) === null || _a === void 0 ? void 0 : _a.unbindAllShortcutKeys();
346
410
  }
411
+ async handlePredictiveSearch(argument, entityName) {
412
+ var _a, _b;
413
+ const response = await this._application.executePreparedSearchWithFullResponse(argument, this.buildSearchOptions(entityName, 5));
414
+ this._showMoreOnSearch = (_a = response === null || response === void 0 ? void 0 : response.hasMore) !== null && _a !== void 0 ? _a : false;
415
+ this._entityPKField = response === null || response === void 0 ? void 0 : response.pkField;
416
+ return (_b = response === null || response === void 0 ? void 0 : response.data) !== null && _b !== void 0 ? _b : [];
417
+ }
418
+ async refreshDataUnitByPk(pks) {
419
+ try {
420
+ const pkField = pks[0].name;
421
+ const pkValue = pks[0].value;
422
+ // Criar filtro para a busca específica
423
+ const quickFilter = {
424
+ term: '',
425
+ filter: {
426
+ name: '',
427
+ params: [],
428
+ expression: `(${pkField} = ${pkValue})`
429
+ }
430
+ };
431
+ // Carregar dados com o filtro aplicado diretamente
432
+ await this._dataUnit.loadData(quickFilter);
433
+ // Navegar para o formulário se houver apenas um registro
434
+ if (this._dataUnit.records.length === 1) {
435
+ this._dataUnit.selectFirst();
436
+ this.gridToForm(true);
437
+ }
438
+ }
439
+ catch (error) {
440
+ console.error('Erro ao atualizar dataset:', error);
441
+ }
442
+ }
443
+ buildSearchOptions(entityName, limit) {
444
+ return {
445
+ entity: entityName,
446
+ entityDescription: entityName,
447
+ executeOnOpen: true,
448
+ searchOptions: {
449
+ localEntityName: entityName,
450
+ limit,
451
+ }
452
+ };
453
+ }
347
454
  async toggleView() {
348
455
  const currentView = await this._viewStack.getSelectedIndex();
349
456
  this.setViewMode(VIEW_MODE.GRID === currentView ? VIEW_MODE.FORM : VIEW_MODE.GRID);
350
457
  }
458
+ getLastRecordSaved(action) {
459
+ var _a;
460
+ if ((_a = action.payload) === null || _a === void 0 ? void 0 : _a.records.length) {
461
+ return action.payload.records[action.payload.records.length - 1];
462
+ }
463
+ return null;
464
+ }
465
+ async saveNumberingConfig() {
466
+ const payload = {
467
+ entityName: this._snkDataUnit.entityName,
468
+ isAutoNum: this.numberingConfig.isAutoNumbering,
469
+ numInicial: this.numberingConfig.initialNumber
470
+ };
471
+ await this._servicesNumberingConfig.saveConfig(payload);
472
+ }
473
+ updateNumberingConfigAfterInsert(action) {
474
+ var _a, _b;
475
+ if (!((_a = action.payload) === null || _a === void 0 ? void 0 : _a.changes.length) || this.disableNumberingConfig || !((_b = this.numberingConfig) === null || _b === void 0 ? void 0 : _b.isAutoNumbering) || !this._fieldAutoNum) {
476
+ return action;
477
+ }
478
+ if (!action.payload.changes.some((change) => change.operation === 'INSERT' || change.operation === 'COPY')) {
479
+ return action;
480
+ }
481
+ const lastRecord = this.getLastRecordSaved(action);
482
+ if (lastRecord && lastRecord.hasOwnProperty(this._fieldAutoNum)) {
483
+ const currentNumber = Number(lastRecord[this._fieldAutoNum]);
484
+ this.numberingConfig.initialNumber = currentNumber;
485
+ this.saveNumberingConfig();
486
+ }
487
+ else {
488
+ this.numberingConfig.initialNumber = this.numberingConfig.initialNumber + 1;
489
+ }
490
+ this.numberingConfigChanged.emit(this.numberingConfig);
491
+ return action;
492
+ }
493
+ interceptDataSaved(action) {
494
+ this.updateNumberingConfigAfterInsert(action);
495
+ return action;
496
+ }
497
+ onDataUnitReady() {
498
+ var _a;
499
+ (_a = this._dataUnit) === null || _a === void 0 ? void 0 : _a.addInterceptor(this.dataUnitInterceptor);
500
+ this.loadNumberingConfig();
501
+ }
351
502
  async initDataUnit() {
352
503
  this.addDataElementID();
353
504
  if (!this.messagesBuilder) {
@@ -360,21 +511,69 @@ const SnkCrud = class {
360
511
  this._resourceID = await this._application.getResourceID();
361
512
  }
362
513
  }
514
+ this.onDataUnitReady();
515
+ }
516
+ async loadNumberingConfig() {
517
+ if (this.numberingConfig || !this._snkDataUnit || !this._snkDataUnit.entityName || this.disableNumberingConfig) {
518
+ return;
519
+ }
520
+ if (!this._servicesNumberingConfig) {
521
+ this._servicesNumberingConfig = new ServicesNumberingConfig(this._application, this._resourceID);
522
+ }
523
+ try {
524
+ this.numberingConfig = await this._servicesNumberingConfig.getConfig(this._snkDataUnit.entityName);
525
+ this.getFieldAutoNum();
526
+ this.applyNumberingConfigToFields();
527
+ }
528
+ catch (error) {
529
+ console.error("Error loading numbering config in snk-crud:", error);
530
+ this.numberingConfig = {
531
+ isAutoNumbering: false,
532
+ initialNumber: null
533
+ };
534
+ }
535
+ }
536
+ getFieldAutoNum() {
537
+ if (this._fieldAutoNum) {
538
+ return;
539
+ }
540
+ const fieldAutoNum = this._dataUnit.metadata.fields.find((field) => { var _a; return ((_a = field.properties) === null || _a === void 0 ? void 0 : _a["isAutoNumField"]) === "true"; });
541
+ this._fieldAutoNum = (fieldAutoNum === null || fieldAutoNum === void 0 ? void 0 : fieldAutoNum.name) || null;
542
+ }
543
+ async applyNumberingConfigToFields() {
544
+ if (!this.numberingConfig || !this._snkDataUnit || !this._fieldAutoNum) {
545
+ return;
546
+ }
547
+ const field = this._dataUnit.getField(this._fieldAutoNum);
548
+ field.readOnly = this.numberingConfig.isAutoNumbering;
549
+ field.required = !this.numberingConfig.isAutoNumbering;
363
550
  }
364
551
  handleConfiguratorEvent(evt, type) {
365
552
  evt.stopImmediatePropagation();
366
553
  if (type === 'SAVE') {
554
+ this._guidesViewer.reloadGuides();
367
555
  this.configuratorSave.emit();
368
556
  return;
369
557
  }
370
558
  this.configuratorCancel.emit();
371
559
  }
560
+ renderCustomGuideSlots() {
561
+ if (!this.customGuidesConfig)
562
+ return;
563
+ return this.customGuidesConfig.map(g => h("slot", { name: g.id }));
564
+ }
565
+ renderDynamicSearch(slotName) {
566
+ var _a;
567
+ if (!this.showEntitySearch || ((_a = this._dataState) === null || _a === void 0 ? void 0 : _a.insertionMode) === true)
568
+ return;
569
+ return (h("div", { slot: slotName, class: "entity-search-container", style: { position: 'relative', display: 'inline-block', marginLeft: '10px', minWidth: '200px' } }, h("ez-search", { label: "Buscar registros", optionLoader: this.loadEntitySuggestions, onEzChange: (evt) => this.searchEntitySelect(evt.detail), mode: "slim", showMore: this._showMoreOnSearch, suppressEmptyOption: true, suppressInputPersist: true })));
570
+ }
372
571
  render() {
373
572
  if (this._resourceID == undefined) {
374
573
  return;
375
574
  }
376
575
  this._snkDataUnit.ignoreSaveMessage = (this._currentViewMode === VIEW_MODE.GRID && !this.enableGridInsert);
377
- return (h(Host, null, h("ez-view-stack", { ref: (ref) => this._viewStack = ref, "data-element-id": "crud" }, h("stack-item", { class: 'ez-flex ez-flex--column ez-size-height--full ez-size-width--full ez-padding--medium' }, h("snk-grid", { ref: (ref) => this._snkGrid = ref, class: 'ez-flex ez-flex--column ez-size-height--full ez-size-width--full', filterBarTitle: this.filterBarTitle, "data-element-id": "crud_grid", configName: this.configName, onGridDoubleClick: () => this.gridToForm(true), taskbarManager: this.taskbarManager, onActionClick: evt => this.executeAction(evt.detail), messagesBuilder: this.messagesBuilder, actionsList: this.actionsList, statusResolver: this.statusResolver, multipleSelection: this.multipleSelection, presentationMode: this.presentationMode, recordsValidator: this.recordsValidator, selectionToastConfig: this.selectionToastConfig, useEnterLikeTab: this.useEnterLikeTab, canEdit: this._canEdit, resourceID: this._resourceID, disablePersonalizedFilter: this.disablePersonalizedFilter, gridLegacyConfigName: this.gridLegacyConfigName, filterBarLegacyConfigName: this.filterBarLegacyConfigName, autoLoad: this.autoLoad, autoFocus: this.autoFocus, enableGridInsert: this.enableGridInsert, enableLockManagerTaskbarClick: this.enableLockManagerTaskbarClick, enableLockManagerLoadingComp: this.enableLockManagerLoadingComp, strategyExporter: this.strategyExporter, multipleEditionEnabled: this.multipleEditionEnabled, paginationCounterMode: this.paginationCounterMode }, h("slot", { name: "GRID_TASKBAR_CUSTOM_ELEMENTS" }), h("slot", { name: "GRID_HEADER_CUSTOM_ELEMENTS" }), h("slot", { name: "SnkGridHeader" }), h("slot", { name: "SnkGridFooter" }), h("slot", { name: "SnkGridTaskBar" }))), h("stack-item", null, h("snk-guides-viewer", { ref: ref => this._guidesViewer = ref, entityPath: this._snkDataUnit.entityName, messagesBuilder: this.messagesBuilder, onExit: () => this.setViewMode(VIEW_MODE.GRID), dataState: this._dataState, dataUnit: this._dataUnit, actionsList: this.actionsList, taskbarManager: this.taskbarManager, configName: this.configName, onActionClick: evt => this.executeAction(evt.detail), presentationMode: this.presentationMode, "data-element-id": "crud_form", canEdit: this._canEdit, recordsValidator: this.recordsValidator, resourceID: this._resourceID, detailTaskbarCustomContainerId: this.customContainerId, formLegacyConfigName: this.formLegacyConfigName, enableGridInsert: this.enableGridInsert, getCustomTitle: this.setCustomFormTitle, ignoreReadOnlyFormFields: this.ignoreReadOnlyFormFields }, h("slot", { name: "GUIDES_VIEWER_TASKBAR_CUSTOM_ELEMENTS" }), h("slot", { name: "SnkFormTaskBar" }))), h("stack-item", { tabIndex: "0" }, h("snk-attach", { registerKey: this.attachmentRegisterKey, messagesBuilder: this.messagesBuilder, entityName: this._snkDataUnit.entityName, onBack: this.backView.bind(this) })), h("snk-configurator", { ref: (ref) => this._snkConfigurator = ref, viewMode: this._currentViewMode, messagesBuilder: this.messagesBuilder, onConfigSelected: (evt) => this.setViewMode(evt.detail), onOpenConfig: (evt) => this.openConfig(evt.detail), showActionButtons: this.showActionButtons, onSave: evt => this.handleConfiguratorEvent(evt, 'SAVE'), onCancel: evt => this.handleConfiguratorEvent(evt, 'CANCEL'), resourceID: this._resourceID, customContainerId: this.customContainerId, layoutFormConfig: this.layoutFormConfig })), h("div", { id: `${this.customContainerId}` }, h("slot", { name: "SnkConfigContainerSlot" }), h("slot", { name: "DETAIL_GRID_HEADER_CUSTOM_ELEMENTS" }), h("slot", { name: "DETAIL_GRID_TASKBAR_CUSTOM_ELEMENTS" }), h("slot", { name: "DETAIL_TASKBAR_CUSTOM_ELEMENTS" }))));
576
+ return (h(Host, null, h("ez-view-stack", { ref: (ref) => this._viewStack = ref, "data-element-id": "crud" }, h("stack-item", { class: 'ez-flex ez-flex--column ez-size-height--full ez-size-width--full ez-padding--medium' }, h("snk-grid", { ref: (ref) => this._snkGrid = ref, class: 'ez-flex ez-flex--column ez-size-height--full ez-size-width--full', filterBarTitle: this.filterBarTitle, "data-element-id": "crud_grid", configName: this.configName, onGridDoubleClick: () => this.gridToForm(true), taskbarManager: this.taskbarManager, onActionClick: evt => this.executeAction(evt.detail), messagesBuilder: this.messagesBuilder, actionsList: this.actionsList, statusResolver: this.statusResolver, multipleSelection: this.multipleSelection, presentationMode: this.presentationMode, recordsValidator: this.recordsValidator, selectionToastConfig: this.selectionToastConfig, useEnterLikeTab: this.useEnterLikeTab, canEdit: this._canEdit, resourceID: this._resourceID, disablePersonalizedFilter: this.disablePersonalizedFilter, gridLegacyConfigName: this.gridLegacyConfigName, filterBarLegacyConfigName: this.filterBarLegacyConfigName, autoLoad: this.autoLoad, autoFocus: this.autoFocus, enableGridInsert: this.enableGridInsert, enableLockManagerTaskbarClick: this.enableLockManagerTaskbarClick, enableLockManagerLoadingComp: this.enableLockManagerLoadingComp, strategyExporter: this.strategyExporter, multipleEditionEnabled: this.multipleEditionEnabled, paginationCounterMode: this.paginationCounterMode }, h("slot", { name: "GRID_TASKBAR_CUSTOM_ELEMENTS" }), h("slot", { name: "GRID_HEADER_CUSTOM_ELEMENTS" }), h("slot", { name: "SnkGridHeader" }), h("slot", { name: "SnkGridFooter" }), h("slot", { name: "SnkGridTaskBar" }), this.renderDynamicSearch("GRID_HEADER_DYNAMIC_SEARCH"))), h("stack-item", null, h("snk-guides-viewer", { ref: ref => this._guidesViewer = ref, customGuidesConfig: this.customGuidesConfig, entityPath: this._snkDataUnit.entityName, messagesBuilder: this.messagesBuilder, onExit: () => this.setViewMode(VIEW_MODE.GRID), dataState: this._dataState, dataUnit: this._dataUnit, actionsList: this.actionsList, taskbarManager: this.taskbarManager, configName: this.configName, onActionClick: evt => this.executeAction(evt.detail), presentationMode: this.presentationMode, "data-element-id": "crud_form", canEdit: this._canEdit, recordsValidator: this.recordsValidator, resourceID: this._resourceID, detailTaskbarCustomContainerId: this.customContainerId, formLegacyConfigName: this.formLegacyConfigName, enableGridInsert: this.enableGridInsert, getCustomTitle: this.setCustomFormTitle, ignoreReadOnlyFormFields: this.ignoreReadOnlyFormFields }, h("slot", { name: "GUIDES_VIEWER_TASKBAR_CUSTOM_ELEMENTS" }), this.renderCustomGuideSlots(), this.renderDynamicSearch("GUIDES_VIEWER_DYNAMIC_SEARCH"), h("slot", { name: "SnkFormTaskBar" }))), h("stack-item", { tabIndex: "0" }, h("snk-attach", { registerKey: this.attachmentRegisterKey, messagesBuilder: this.messagesBuilder, entityName: this._snkDataUnit.entityName, onBack: this.backView.bind(this) })), h("snk-configurator", { ref: (ref) => this._snkConfigurator = ref, entityName: this._snkDataUnit.entityName, viewMode: this._currentViewMode, messagesBuilder: this.messagesBuilder, onConfigSelected: (evt) => this.setViewMode(evt.detail), onOpenConfig: (evt) => this.openConfig(evt.detail), showActionButtons: this.showActionButtons, onSave: evt => this.handleConfiguratorEvent(evt, 'SAVE'), onCancel: evt => this.handleConfiguratorEvent(evt, 'CANCEL'), resourceID: this._resourceID, customContainerId: this.customContainerId, layoutFormConfig: this.layoutFormConfig })), h("div", { id: `${this.customContainerId}` }, h("slot", { name: "SnkConfigContainerSlot" }), h("slot", { name: "DETAIL_GRID_HEADER_CUSTOM_ELEMENTS" }), h("slot", { name: "DETAIL_GRID_TASKBAR_CUSTOM_ELEMENTS" }), h("slot", { name: "DETAIL_TASKBAR_CUSTOM_ELEMENTS" }))));
378
577
  }
379
578
  get _element() { return getElement(this); }
380
579
  static get watchers() { return {
@@ -0,0 +1,36 @@
1
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-479e1293.js';
2
+
3
+ const snkCustomSlotGuideCss = ".sc-snk-custom-slot-guide-h{display:none}";
4
+
5
+ const SnkCustomSlotGuide = class {
6
+ constructor(hostRef) {
7
+ registerInstance(this, hostRef);
8
+ this.snkCustomSlotGuideLoaded = createEvent(this, "snkCustomSlotGuideLoaded", 7);
9
+ this.slotName = 'CUSTOM_SLOT_GUIDE';
10
+ }
11
+ onGuideChange(evt) {
12
+ const guideName = evt.detail;
13
+ if (guideName === this.slotName) {
14
+ this._element.style.setProperty('display', 'block');
15
+ }
16
+ else {
17
+ this._element.style.setProperty('display', 'none');
18
+ }
19
+ }
20
+ onFormConfigVisibilityChange(evt) {
21
+ const isFormConfigVisible = evt.detail;
22
+ if (isFormConfigVisible) {
23
+ this._element.style.setProperty('display', 'none');
24
+ }
25
+ }
26
+ componentDidLoad() {
27
+ this.snkCustomSlotGuideLoaded.emit(this.slotName);
28
+ }
29
+ render() {
30
+ return (h(Host, { slot: this.slotName, id: this.slotName, class: "custom-slot-guide-container" }, h("slot", null)));
31
+ }
32
+ get _element() { return getElement(this); }
33
+ };
34
+ SnkCustomSlotGuide.style = snkCustomSlotGuideCss;
35
+
36
+ export { SnkCustomSlotGuide as snk_custom_slot_guide };
@@ -4,14 +4,14 @@ import { ApplicationUtils, DialogType } from '@sankhyalabs/ezui/dist/collection/
4
4
  import { I as IExportType } from './IFetchDataExporterParams-d73bed3d.js';
5
5
  import { D as DataExporterOption, a as DataExporterType, b as DataExporterFormat } from './index-b40568ff.js';
6
6
  import { R as REPORT_LAUNCHER_RESOURCE_ID } from './constants-7b422de0.js';
7
- import { D as DataFetcher } from './DataFetcher-9a1709a3.js';
8
- import { S as SnkDataUnit } from './snk-data-unit-693849e3.js';
9
- import './ISave-b9c9188b.js';
7
+ import { D as DataFetcher } from './DataFetcher-5780ad39.js';
8
+ import { S as SnkDataUnit } from './snk-data-unit-4a1ef77f.js';
9
+ import './ISave-8a22ec18.js';
10
10
  import '@sankhyalabs/ezui/dist/collection/utils/constants';
11
11
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
12
- import './dataunit-fetcher-eba36247.js';
12
+ import './dataunit-fetcher-c4251d80.js';
13
13
  import './filter-item-type.enum-d45e026f.js';
14
- import './form-config-fetcher-cf8c52d0.js';
14
+ import './form-config-fetcher-d0536a71.js';
15
15
  import './PrintUtils-3e4ff0f5.js';
16
16
  import '@sankhyalabs/core/dist/dataunit/metadata/DataType';
17
17
  import './GetSelectedRecordsIDsInfo-9fa41508.js';
@@ -1,8 +1,8 @@
1
1
  import { r as registerInstance, c as createEvent, h, g as getElement, H as Host } from './index-479e1293.js';
2
2
  import { ApplicationContext, Action, ObjectUtils, DataUnitAction, StringUtils } from '@sankhyalabs/core';
3
3
  import { ApplicationUtils, DialogType } from '@sankhyalabs/ezui/dist/collection/utils';
4
- import { O as OperationMap, S as SnkMessageBuilder } from './DataFetcher-9a1709a3.js';
5
- import { g as getRecordValue, a as DatasetStrategy } from './dataunit-fetcher-eba36247.js';
4
+ import { O as OperationMap, S as SnkMessageBuilder } from './DataFetcher-5780ad39.js';
5
+ import { g as getRecordValue, a as DatasetStrategy } from './dataunit-fetcher-c4251d80.js';
6
6
  import { convertType } from '@sankhyalabs/core/dist/dataunit/metadata/DataType';
7
7
  import { g as getSelectedRecordsIDsInfo } from './GetSelectedRecordsIDsInfo-9fa41508.js';
8
8
 
@@ -614,6 +614,8 @@ const SnkDataUnit = class {
614
614
  return records;
615
615
  const parentSelectedRecord = parentDataUnit.getSelectedRecord();
616
616
  const selfInfo = parentDataUnit === null || parentDataUnit === void 0 ? void 0 : parentDataUnit.getChildInfo(this.getCleanDataUnitName());
617
+ if (!selfInfo)
618
+ return records;
617
619
  const { links } = selfInfo;
618
620
  if (!links || links.length === 0)
619
621
  return records;
@@ -1,11 +1,11 @@
1
- export { S as snk_data_unit } from './snk-data-unit-693849e3.js';
1
+ export { S as snk_data_unit } from './snk-data-unit-4a1ef77f.js';
2
2
  import './index-479e1293.js';
3
3
  import '@sankhyalabs/core';
4
4
  import '@sankhyalabs/ezui/dist/collection/utils';
5
- import './DataFetcher-9a1709a3.js';
5
+ import './DataFetcher-5780ad39.js';
6
6
  import './PrintUtils-3e4ff0f5.js';
7
7
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
8
- import './dataunit-fetcher-eba36247.js';
8
+ import './dataunit-fetcher-c4251d80.js';
9
9
  import '@sankhyalabs/ezui/dist/collection/utils/constants';
10
10
  import '@sankhyalabs/ezui/dist/collection/components/ez-grid/utils';
11
11
  import '@sankhyalabs/core/dist/utils/SortingUtils';
@@ -1,27 +1,27 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, g as getElement } from './index-479e1293.js';
2
2
  import { Action, StringUtils, KeyboardManager } from '@sankhyalabs/core';
3
- import { S as SnkFormConfigManager } from './SnkFormConfigManager-1548dc73.js';
3
+ import { S as SnkFormConfigManager } from './SnkFormConfigManager-437e98bb.js';
4
4
  import { FormMetadata, buildFormMetadata } from '@sankhyalabs/ezui/dist/collection/utils/form';
5
- import { S as SnkMessageBuilder } from './DataFetcher-9a1709a3.js';
6
- import './ISave-b9c9188b.js';
5
+ import { S as SnkMessageBuilder } from './DataFetcher-5780ad39.js';
6
+ import './ISave-8a22ec18.js';
7
7
  import { P as PresentationMode } from './index-b40568ff.js';
8
8
  import '@sankhyalabs/ezui/dist/collection/utils/constants';
9
9
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
10
- import './dataunit-fetcher-eba36247.js';
10
+ import './dataunit-fetcher-c4251d80.js';
11
11
  import './filter-item-type.enum-d45e026f.js';
12
- import './form-config-fetcher-cf8c52d0.js';
12
+ import './form-config-fetcher-d0536a71.js';
13
13
  import { V as VIEW_MODE } from './constants-7b422de0.js';
14
14
  import { T as TaskbarElement } from './taskbar-elements-faaf5d8f.js';
15
- import { S as SnkGuidesViewer } from './snk-guides-viewer-8d6067b5.js';
15
+ import { S as SnkGuidesViewer } from './snk-guides-viewer-c182d058.js';
16
16
  import { buildFieldSearch, SHORTCUT_SEARCH_FIELD } from '@sankhyalabs/ezui/dist/collection/utils';
17
- import './ConfigStorage-a60b12c2.js';
17
+ import './ConfigStorage-bd096633.js';
18
18
  import './PrintUtils-3e4ff0f5.js';
19
19
  import '@sankhyalabs/ezui/dist/collection/components/ez-grid/utils';
20
20
  import '@sankhyalabs/core/dist/utils/SortingUtils';
21
21
  import './ResourceIDUtils-a114189a.js';
22
22
  import './index-446f9341.js';
23
- import './taskbar-processor-3436124c.js';
24
23
  import '@sankhyalabs/core/dist/dataunit/DataUnit';
24
+ import './taskbar-processor-3436124c.js';
25
25
 
26
26
  class GuideBuilder {
27
27
  constructor(parentGuide, formMetadata, dataUnit, messageBuilder) {
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-479e1293.js';
2
2
  import { DataType, StringUtils, ObjectUtils, ElementIDUtils, ErrorException, ApplicationContext, LockManager, LockManagerOperation, DateUtils, MaskFormatter, KeyboardManager, FloatingManager, ArrayUtils } from '@sankhyalabs/core';
3
3
  import { EzScrollDirection } from '@sankhyalabs/ezui/dist/collection/components/ez-scroller/EzScrollDirection';
4
- import { C as ConfigStorage } from './ConfigStorage-a60b12c2.js';
4
+ import { C as ConfigStorage } from './ConfigStorage-bd096633.js';
5
5
  import { P as PersonalizedFilterUtils } from './PersonalizedFilterUtils-2db38ff2.js';
6
6
  import { toString } from '@sankhyalabs/core/dist/dataunit/metadata/DataType';
7
7
  import { F as FilterItemType } from './filter-item-type.enum-d45e026f.js';
@@ -12,8 +12,8 @@ import { ApplicationUtils } from '@sankhyalabs/ezui/dist/collection/utils';
12
12
  import { A as ActionDefaultFilter } from './default-filters-50105e43.js';
13
13
  import { F as FilterType } from './filter-type.enum-f6a8fe23.js';
14
14
  import { g as getInvalidFilters } from './filter-validate-faf51fa9.js';
15
- import './form-config-fetcher-cf8c52d0.js';
16
- import './DataFetcher-9a1709a3.js';
15
+ import './form-config-fetcher-d0536a71.js';
16
+ import './DataFetcher-5780ad39.js';
17
17
  import './PrintUtils-3e4ff0f5.js';
18
18
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
19
19
 
@@ -1,11 +1,11 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-479e1293.js';
2
2
  import { ElementIDUtils, ObjectUtils } from '@sankhyalabs/core';
3
- import { C as ConfigStorage } from './ConfigStorage-a60b12c2.js';
3
+ import { C as ConfigStorage } from './ConfigStorage-bd096633.js';
4
4
  import { E as EPresentationMode } from './presentationMode-783bbf9d.js';
5
5
  import { F as FilterItemType } from './filter-item-type.enum-d45e026f.js';
6
6
  import { F as FilterType } from './filter-type.enum-f6a8fe23.js';
7
- import './form-config-fetcher-cf8c52d0.js';
8
- import './DataFetcher-9a1709a3.js';
7
+ import './form-config-fetcher-d0536a71.js';
8
+ import './DataFetcher-5780ad39.js';
9
9
  import './PrintUtils-3e4ff0f5.js';
10
10
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
11
11
 
@@ -1,14 +1,14 @@
1
1
  import { r as registerInstance, c as createEvent, h, g as getElement, H as Host } from './index-479e1293.js';
2
2
  import { ElementIDUtils, ObjectUtils, ApplicationContext } from '@sankhyalabs/core';
3
- import { S as SnkFormConfigManager } from './SnkFormConfigManager-1548dc73.js';
3
+ import { S as SnkFormConfigManager } from './SnkFormConfigManager-437e98bb.js';
4
4
  import { R as ResourceIDUtils } from './ResourceIDUtils-a114189a.js';
5
5
  import { buildFormConfigFromDataUnit } from '@sankhyalabs/ezui/dist/collection/utils/form';
6
6
  import { ApplicationUtils } from '@sankhyalabs/ezui/dist/collection/utils';
7
- import { U as UserConfigType } from './form-config-fetcher-cf8c52d0.js';
7
+ import { U as UserConfigType } from './form-config-fetcher-d0536a71.js';
8
8
  import { a as TAB_NAMES, G as GROUP_NAMES } from './constants-7b422de0.js';
9
- import { b as buildGuides, a as buildChildrenGuides, c as buildGuidesMap, g as getFieldsToSave, u as updateTabInFieldsFromGroupList, d as buildNewGuideName } from './FormConfigHelper-b9cf7758.js';
10
- import './ConfigStorage-a60b12c2.js';
11
- import './DataFetcher-9a1709a3.js';
9
+ import { b as buildGuides, a as buildChildrenGuides, c as buildCustomGuides, d as buildGuidesMap, g as getFieldsToSave, u as updateTabInFieldsFromGroupList, e as buildNewGuideName } from './FormConfigHelper-d09669f3.js';
10
+ import './ConfigStorage-bd096633.js';
11
+ import './DataFetcher-5780ad39.js';
12
12
  import './PrintUtils-3e4ff0f5.js';
13
13
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
14
14
  import './filter-item-type.enum-d45e026f.js';
@@ -188,6 +188,7 @@ const SnkFormConfig = class {
188
188
  this.configManager = undefined;
189
189
  this.ignoreReadOnlyFormFields = undefined;
190
190
  this.messagesBuilder = undefined;
191
+ this.customGuidesConfig = [];
191
192
  }
192
193
  handleFieldConfigChanged() {
193
194
  this.hasChanges = true;
@@ -258,8 +259,8 @@ const SnkFormConfig = class {
258
259
  this.configOptions = userConfig;
259
260
  const isDefault = this._formConfig != undefined ? this._formConfig.defaultConfiguration : true;
260
261
  const origin = (isDefault ? UserConfigType.DEFAULT : UserConfigType.USER);
261
- this.configSelected = userConfig.find((config) => config.origin === origin);
262
- this.originalConfigSelected = userConfig.find((config) => config.origin === origin);
262
+ this.configSelected = userConfig === null || userConfig === void 0 ? void 0 : userConfig.find((config) => config.origin === origin);
263
+ this.originalConfigSelected = userConfig === null || userConfig === void 0 ? void 0 : userConfig.find((config) => config.origin === origin);
263
264
  }
264
265
  catch (error) {
265
266
  console.error(this.getMessage('snkFormConfig.errors.failFetchUserConfig'));
@@ -327,6 +328,7 @@ const SnkFormConfig = class {
327
328
  this.guidesList = [];
328
329
  this.guidesList.push(...buildGuides(this._formConfig, this.getMessage('snkFormConfig.form.mainArea')));
329
330
  this.guidesList.push(...buildChildrenGuides(this.dataUnit, this.getInitialOrder(this.guidesList), this.guidesList));
331
+ this.guidesList.push(...buildCustomGuides(this.customGuidesConfig, this.guidesList));
330
332
  this.guidesMap = buildGuidesMap((_a = this._formConfig) === null || _a === void 0 ? void 0 : _a.fields, this.guidesList, this.dataUnit, this.getMessage('snkFormConfig.form.tabGeneral'));
331
333
  }
332
334
  getConfig() {
@@ -2,17 +2,17 @@ import { r as registerInstance, c as createEvent, h, F as Fragment, g as getElem
2
2
  import { KeyboardManager, Action, ElementIDUtils, ApplicationContext, StringUtils } from '@sankhyalabs/core';
3
3
  import { SelectionMode } from '@sankhyalabs/core/dist/dataunit/DataUnit';
4
4
  import { buildFieldSearch } from '@sankhyalabs/ezui/dist/collection/utils';
5
- import './DataFetcher-9a1709a3.js';
6
- import './ISave-b9c9188b.js';
7
- import { C as CommonsExporter, S as SnkMultiSelectionListDataSource, a as CrudUtils, R as RmPrecisionCustomValueFormatter, b as ContinuousInsertUtils, c as ClientSideExporterProvider } from './SnkMultiSelectionListDataSource-65764464.js';
5
+ import './DataFetcher-5780ad39.js';
6
+ import './ISave-8a22ec18.js';
7
+ import { C as CommonsExporter, S as SnkMultiSelectionListDataSource, a as CrudUtils, R as RmPrecisionCustomValueFormatter, b as ContinuousInsertUtils, c as ClientSideExporterProvider } from './SnkMultiSelectionListDataSource-42125ef4.js';
8
8
  import { P as PresentationMode, E as ExporterStrategy } from './index-b40568ff.js';
9
9
  import '@sankhyalabs/ezui/dist/collection/utils/constants';
10
10
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
11
- import './dataunit-fetcher-eba36247.js';
11
+ import './dataunit-fetcher-c4251d80.js';
12
12
  import './filter-item-type.enum-d45e026f.js';
13
- import './form-config-fetcher-cf8c52d0.js';
13
+ import './form-config-fetcher-d0536a71.js';
14
14
  import './constants-7b422de0.js';
15
- import { C as ConfigStorage } from './ConfigStorage-a60b12c2.js';
15
+ import { C as ConfigStorage } from './ConfigStorage-bd096633.js';
16
16
  import { s as store } from './index-446f9341.js';
17
17
  import { g as getSelectedRecordsIDsInfo } from './GetSelectedRecordsIDsInfo-9fa41508.js';
18
18
  import { v as validateFilters } from './filter-validate-faf51fa9.js';
@@ -79,7 +79,7 @@ class ServerSideExporterProvider extends CommonsExporter {
79
79
  }
80
80
  }
81
81
 
82
- const snkGridCss = ".sc-snk-grid-h{--snk-grid-min-height:300px;--snk-grid-padding:var(--space--small)}.snk-grid__container.sc-snk-grid{display:flex;height:100%;width:100%;padding:var(--snk-grid-padding);outline:none}.snk-grid__header.sc-snk-grid{width:100%;display:flex;flex-wrap:nowrap;justify-content:flex-end}.snk-grid__filter-bar.sc-snk-grid{width:100%}.snk-grid__header-divider.sc-snk-grid{margin-bottom:var(--space--medium)}.snk-grid__table.sc-snk-grid{min-height:var(--snk-grid-min-height)}.snk-grid-container__without-shadow.sc-snk-grid{--ezgrid__container--shadow:unset}.snk-grid-container__footer.sc-snk-grid{background-color:var(--background--xlight, #FFF);border-radius:0 0 var(--border--radius-medium) var(--border--radius-medium);box-shadow:var(--shadow--small)}";
82
+ const snkGridCss = ".sc-snk-grid-h{--snk-grid-min-height:300px;--snk-grid-padding:var(--space--small)}.snk-grid__container.sc-snk-grid{display:flex;height:100%;width:100%;padding:var(--snk-grid-padding);outline:none;--snk-grid-header--min-height:40px}.snk-grid__header.sc-snk-grid{width:100%;display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:flex-start;min-height:var(--snk-grid-header--min-height)}.snk-grid__filter-bar.sc-snk-grid{width:100%;display:flex;align-items:flex-start}.snk-grid__header-divider.sc-snk-grid{margin-bottom:var(--space--medium);margin-top:var(--space--small);align-self:stretch}.snk-grid__header.sc-snk-grid snk-taskbar.sc-snk-grid{display:flex;align-items:flex-start;min-height:var(--snk-grid-header--min-height)}.snk-grid__table.sc-snk-grid{min-height:var(--snk-grid-min-height)}.snk-grid-container__without-shadow.sc-snk-grid{--ezgrid__container--shadow:unset}.snk-grid-container__footer.sc-snk-grid{background-color:var(--background--xlight, #FFF);border-radius:0 0 var(--border--radius-medium) var(--border--radius-medium);box-shadow:var(--shadow--small)}";
83
83
 
84
84
  const SnkGrid = class {
85
85
  constructor(hostRef) {
@@ -126,6 +126,7 @@ const SnkGrid = class {
126
126
  this._popUpGridConfig = false;
127
127
  this._showSnkFilterBar = true;
128
128
  this._enableContinuousInsert = false;
129
+ this._filterMode = 'regular';
129
130
  this.columnFilterDataSource = new SnkMultiSelectionListDataSource();
130
131
  this.enableLockManagerLoadingComp = false;
131
132
  this.enableLockManagerTaskbarClick = false;
@@ -145,6 +146,7 @@ const SnkGrid = class {
145
146
  this.canEdit = true;
146
147
  this.taskbarCustomContainerId = undefined;
147
148
  this.gridHeaderCustomSlotId = 'GRID_HEADER_CUSTOM_ELEMENTS';
149
+ this.gridHeaderDynamicSearchSlotId = 'GRID_HEADER_DYNAMIC_SEARCH';
148
150
  this.topTaskbarCustomSlotId = 'GRID_TASKBAR_CUSTOM_ELEMENTS';
149
151
  this.disablePersonalizedFilter = undefined;
150
152
  this.gridLegacyConfigName = undefined;
@@ -643,7 +645,8 @@ const SnkGrid = class {
643
645
  return;
644
646
  }
645
647
  if (filterConfig.length === 1 && filterConfig[0].id === 'PERSONALIZED_FILTER_GROUP') {
646
- this._showSnkFilterBar = filterConfig[0].groupedItems.length > 0;
648
+ this._showSnkFilterBar = true;
649
+ this._filterMode = filterConfig[0].groupedItems.length > 0 ? 'regular' : 'button';
647
650
  return;
648
651
  }
649
652
  this._showSnkFilterBar = true;
@@ -661,9 +664,9 @@ const SnkGrid = class {
661
664
  return undefined;
662
665
  }
663
666
  return (h("div", { class: "snk-grid__container ez-flex ez-flex--column ez-flex-item--auto ez-padding--large ez-box--no-outline", tabindex: "0" }, h("div", { class: "snk-grid__header ez-margin-bottom--extra-small" }, this._showSnkFilterBar &&
664
- h(Fragment, null, h("snk-filter-bar", { ref: (ref) => this._snkFilterBar = ref, title: this.filterBarTitle, dataUnit: this._dataUnit, "data-element-id": "gridFilter", class: "snk-grid__filter-bar ez-align--top", configName: this.configName, messagesBuilder: this.messagesBuilder, resourceID: this.resourceID, onConfigUpdated: evt => this.handleFilterConfigUpdated(evt.detail), disablePersonalizedFilter: this.disablePersonalizedFilter, filterBarLegacyConfigName: this.filterBarLegacyConfigName, autoLoad: this.autoLoad, enableLockManagerLoadingComp: this.enableLockManagerLoadingComp, filterCustomConfig: this.filterCustomConfig, filterCustomConfigInterceptor: this.filterCustomConfigInterceptor }), h("hr", { class: "ez-divider-vertical ez-divider--dark ez-margin-left--medium snk-grid__header-divider" })), h("snk-taskbar", { class: "ez-padding-left--medium ez-padding-top--extra-small", "data-element-id": "grid_top", key: "topTaskbar", configName: this.configName, dataUnit: this._dataUnit, messagesBuilder: this.messagesBuilder, buttons: this._topTaskbarProcessor.buttons, disabledButtons: this._topTaskbarProcessor.disabledButtons, customButtons: this._topTaskbarProcessor.customButtons, primaryButton: this.getPrimaryButton(), resourceID: this.resourceID, customContainerId: this.taskbarCustomContainerId, customSlotId: this.topTaskbarCustomSlotId, overflowStrategy: 'none', actionsSettingsList: this.getActionsSettingsList() }, h("slot", { name: this.topTaskbarCustomSlotId }))), h("ez-grid", { ref: ref => this._grid = ref, class: (this.presentationMode === PresentationMode.SECONDARY ? 'snk-grid-container__without-shadow ' : '') + 'snk-grid__table', "data-element-id": "embedded", dataUnit: this._dataUnit, key: 'grid-' + this._snkDataUnit.entityName, config: this._gridConfig, onConfigChange: (evt) => {
667
+ h(Fragment, null, h("snk-filter-bar", { ref: (ref) => this._snkFilterBar = ref, title: this.filterBarTitle, dataUnit: this._dataUnit, "data-element-id": "gridFilter", class: "snk-grid__filter-bar ez-align--top", configName: this.configName, messagesBuilder: this.messagesBuilder, resourceID: this.resourceID, onConfigUpdated: evt => this.handleFilterConfigUpdated(evt.detail), disablePersonalizedFilter: this.disablePersonalizedFilter, filterBarLegacyConfigName: this.filterBarLegacyConfigName, autoLoad: this.autoLoad, enableLockManagerLoadingComp: this.enableLockManagerLoadingComp, filterCustomConfig: this.filterCustomConfig, filterCustomConfigInterceptor: this.filterCustomConfigInterceptor, mode: this._filterMode }), h("hr", { class: "ez-divider-vertical ez-divider--dark ez-margin-left--medium snk-grid__header-divider" })), h("snk-taskbar", { class: "ez-padding-left--medium ez-padding-top--extra-small", "data-element-id": "grid_top", key: "topTaskbar", configName: this.configName, dataUnit: this._dataUnit, messagesBuilder: this.messagesBuilder, buttons: this._topTaskbarProcessor.buttons, disabledButtons: this._topTaskbarProcessor.disabledButtons, customButtons: this._topTaskbarProcessor.customButtons, primaryButton: this.getPrimaryButton(), resourceID: this.resourceID, customContainerId: this.taskbarCustomContainerId, customSlotId: this.topTaskbarCustomSlotId, overflowStrategy: 'none', actionsSettingsList: this.getActionsSettingsList() }, h("slot", { name: this.topTaskbarCustomSlotId }))), h("ez-grid", { ref: ref => this._grid = ref, class: (this.presentationMode === PresentationMode.SECONDARY ? 'snk-grid-container__without-shadow ' : '') + 'snk-grid__table', "data-element-id": "embedded", dataUnit: this._dataUnit, key: 'grid-' + this._snkDataUnit.entityName, config: this._gridConfig, onConfigChange: (evt) => {
665
668
  this.gridConfigChangeHandler(evt);
666
- }, onEzColumnFilterChanged: async () => await this.dataExporterProviderStore(), onEzDoubleClick: (evt) => this.gridDoubleClick.emit(evt.detail), statusResolver: this.statusResolver, multipleSelection: this.multipleSelection, columnfilterDataSource: this.columnFilterDataSource, selectionToastConfig: this.selectionToastConfig, useEnterLikeTab: this.useEnterLikeTab, recordsValidator: this.recordsValidator, canEdit: this.canEdit, autoFocus: this.autoFocus, enableGridInsert: this.enableGridInsert, enableContinuousInsert: this._enableContinuousInsert, enableLockManagerTaskbarClick: this.enableLockManagerTaskbarClick, enableLockManagerLoadingComp: this.enableLockManagerLoadingComp, outlineMode: this.outlineMode, useSearchColumn: this.useSearchColumn, suppressHorizontalScroll: this.suppressHorizontalScroll, paginationCounterMode: this.paginationCounterMode, suppressCheckboxColumn: this.suppressCheckboxColumn, suppressFilterColumn: this.suppressFilterColumn, compact: this.compact }, h("snk-taskbar", { id: 'teste', dataUnit: this._dataUnit, configName: this.configName, messagesBuilder: this.messagesBuilder, "data-element-id": "grid_left", buttons: this.getGridHeaderButtons(), presentationMode: this.presentationMode, disabledButtons: this._headerTaskbarProcessor.disabledButtons, customButtons: this._headerTaskbarProcessor.customButtons, slot: "leftButtons", actionsList: this.getActionsList(), primaryButton: this.getPrimaryButton(), resourceID: this.resourceID, customContainerId: this.taskbarCustomContainerId, customSlotId: this.gridHeaderCustomSlotId, actionsSettingsList: this.getActionsSettingsList() }, h("slot", { name: this.gridHeaderCustomSlotId }))), h("div", { class: "ez-col ez-col--sd-12 snk-grid-container__footer" }, h("slot", { name: "SnkGridFooter" })), h("ez-popup", { size: "medium", heightMode: "auto", useHeader: false, opened: this._popUpGridConfig, onEzClosePopup: () => this.closeGridConfig() }, h("snk-grid-config", { ref: ref => this._snkGridConfig = ref, config: this._gridConfig, "data-element-id": this._element.getAttribute(ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME), selectedIndex: 0, configName: this.configName, onConfigChange: (evt) => this.modalConfigChangeHandler(evt), onConfigCancel: () => this.closeGridConfig(), resourceID: this.resourceID }))));
669
+ }, onEzColumnFilterChanged: async () => await this.dataExporterProviderStore(), onEzDoubleClick: (evt) => this.gridDoubleClick.emit(evt.detail), statusResolver: this.statusResolver, multipleSelection: this.multipleSelection, columnfilterDataSource: this.columnFilterDataSource, selectionToastConfig: this.selectionToastConfig, useEnterLikeTab: this.useEnterLikeTab, recordsValidator: this.recordsValidator, canEdit: this.canEdit, autoFocus: this.autoFocus, enableGridInsert: this.enableGridInsert, enableContinuousInsert: this._enableContinuousInsert, enableLockManagerTaskbarClick: this.enableLockManagerTaskbarClick, enableLockManagerLoadingComp: this.enableLockManagerLoadingComp, outlineMode: this.outlineMode, useSearchColumn: this.useSearchColumn, suppressHorizontalScroll: this.suppressHorizontalScroll, paginationCounterMode: this.paginationCounterMode, suppressCheckboxColumn: this.suppressCheckboxColumn, suppressFilterColumn: this.suppressFilterColumn, compact: this.compact }, h("snk-taskbar", { id: 'teste', dataUnit: this._dataUnit, configName: this.configName, messagesBuilder: this.messagesBuilder, "data-element-id": "grid_left", buttons: this.getGridHeaderButtons(), presentationMode: this.presentationMode, disabledButtons: this._headerTaskbarProcessor.disabledButtons, customButtons: this._headerTaskbarProcessor.customButtons, slot: "leftButtons", actionsList: this.getActionsList(), primaryButton: this.getPrimaryButton(), resourceID: this.resourceID, customContainerId: this.taskbarCustomContainerId, customSlotId: this.gridHeaderCustomSlotId, additionalSlotId: this.gridHeaderDynamicSearchSlotId, actionsSettingsList: this.getActionsSettingsList() }, h("slot", { name: this.gridHeaderCustomSlotId }), h("slot", { name: this.gridHeaderDynamicSearchSlotId }))), h("div", { class: "ez-col ez-col--sd-12 snk-grid-container__footer" }, h("slot", { name: "SnkGridFooter" })), h("ez-popup", { size: "medium", heightMode: "auto", useHeader: false, opened: this._popUpGridConfig, onEzClosePopup: () => this.closeGridConfig() }, h("snk-grid-config", { ref: ref => this._snkGridConfig = ref, config: this._gridConfig, "data-element-id": this._element.getAttribute(ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME), selectedIndex: 0, configName: this.configName, onConfigChange: (evt) => this.modalConfigChangeHandler(evt), onConfigCancel: () => this.closeGridConfig(), resourceID: this.resourceID }))));
667
670
  }
668
671
  get _element() { return getElement(this); }
669
672
  static get watchers() { return {