@sankhyalabs/sankhyablocks 10.0.1-rc.1 → 10.1.0-dev.1

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 (887) hide show
  1. package/dist/cjs/{ConfigStorage-8b6def32.js → ConfigStorage-5a73e979.js} +2 -2
  2. package/dist/cjs/{DataFetcher-2c37b6a1.js → DataFetcher-eeb3b0b7.js} +1148 -1127
  3. package/dist/cjs/{ISave-b22b3cf0.js → ISave-861e9d6d.js} +1 -1
  4. package/dist/cjs/ServicesNumberingConfig-69038a0f.js +35 -0
  5. package/dist/cjs/{SnkFormConfigManager-477a27de.js → SnkFormConfigManager-8d4fded8.js} +2 -2
  6. package/dist/cjs/{SnkMultiSelectionListDataSource-b7ab26ba.js → SnkMultiSelectionListDataSource-3b93f6a6.js} +4 -4
  7. package/dist/cjs/{auth-fetcher-78a90b36.js → auth-fetcher-8d8acd69.js} +1 -1
  8. package/dist/cjs/{dataunit-fetcher-877944a9.js → dataunit-fetcher-1cea0695.js} +1 -1
  9. package/dist/cjs/{form-config-fetcher-dee08eb4.js → form-config-fetcher-f347f884.js} +1 -1
  10. package/dist/cjs/index-1cf293c1.js +2 -2
  11. package/dist/cjs/loader.cjs.js +1 -1
  12. package/dist/cjs/pesquisa-grid_2.cjs.entry.js +4 -4
  13. package/dist/cjs/sankhyablocks.cjs.js +1 -1
  14. package/dist/cjs/{snk-actions-button_8.cjs.entry.js → snk-actions-button_9.cjs.entry.js} +136 -5
  15. package/dist/cjs/snk-application.cjs.entry.js +6 -6
  16. package/dist/cjs/snk-attach.cjs.entry.js +5 -5
  17. package/dist/cjs/snk-configurator.cjs.entry.js +11 -2
  18. package/dist/cjs/snk-crud.cjs.entry.js +117 -9
  19. package/dist/cjs/snk-data-exporter.cjs.entry.js +5 -5
  20. package/dist/cjs/{snk-data-unit-0cfa7622.js → snk-data-unit-de248308.js} +2 -2
  21. package/dist/cjs/snk-data-unit.cjs.entry.js +3 -3
  22. package/dist/cjs/snk-detail-view.cjs.entry.js +8 -8
  23. package/dist/cjs/snk-filter-bar_4.cjs.entry.js +3 -3
  24. package/dist/cjs/snk-filter-modal-item.cjs.entry.js +3 -3
  25. package/dist/cjs/snk-form_2.cjs.entry.js +4 -4
  26. package/dist/cjs/snk-grid.cjs.entry.js +6 -6
  27. package/dist/cjs/{snk-guides-viewer-38277265.js → snk-guides-viewer-4ec3e7e1.js} +16 -10
  28. package/dist/cjs/snk-guides-viewer.cjs.entry.js +15 -15
  29. package/dist/cjs/snk-personalized-filter.cjs.entry.js +3 -3
  30. package/dist/cjs/snk-pesquisa.cjs.entry.js +4 -4
  31. package/dist/cjs/snk-simple-crud.cjs.entry.js +7 -7
  32. package/dist/collection/collection-manifest.json +1 -0
  33. package/dist/collection/components/snk-configurator/snk-configurator.js +46 -2
  34. package/dist/collection/components/snk-crud/snk-crud.js +196 -7
  35. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +29 -7
  36. package/dist/collection/components/snk-numbering-config/services/ServicesNumberingConfig.js +31 -0
  37. package/dist/collection/components/snk-numbering-config/snk-numbering-config.css +3 -0
  38. package/dist/collection/components/snk-numbering-config/snk-numbering-config.js +227 -0
  39. package/dist/collection/lib/message/messageResourceEnUSUtils.js +21 -18
  40. package/dist/collection/lib/message/messageResourceEsESUtils.js +21 -18
  41. package/dist/collection/lib/message/messageResourcePtBRUtils.js +21 -18
  42. package/dist/collection/lib/message/resources/en-us/snk-configurator.msg.js +1 -0
  43. package/dist/collection/lib/message/resources/en-us/snk-numbering-config.msg.js +4 -0
  44. package/dist/collection/lib/message/resources/es-es/snk-configurator.msg.js +1 -0
  45. package/dist/collection/lib/message/resources/es-es/snk-numbering-config.msg.js +4 -0
  46. package/dist/collection/lib/message/resources/pt-br/snk-configurator.msg.js +1 -0
  47. package/dist/collection/lib/message/resources/pt-br/snk-numbering-config.msg.js +4 -0
  48. package/dist/components/DataFetcher.js +1148 -1127
  49. package/dist/components/index.d.ts +1 -0
  50. package/dist/components/index.js +1 -0
  51. package/dist/components/snk-attach2.js +20 -14
  52. package/dist/components/snk-configurator2.js +21 -4
  53. package/dist/components/snk-crud.js +187 -70
  54. package/dist/components/snk-detail-view2.js +105 -87
  55. package/dist/components/snk-numbering-config.d.ts +11 -0
  56. package/dist/components/snk-numbering-config.js +6 -0
  57. package/dist/components/snk-numbering-config2.js +186 -0
  58. package/dist/components/snk-simple-crud2.js +20 -14
  59. package/dist/esm/{ConfigStorage-22eace3a.js → ConfigStorage-568dc227.js} +2 -2
  60. package/dist/esm/{DataFetcher-f6b2961a.js → DataFetcher-743feb3b.js} +1148 -1127
  61. package/dist/esm/{ISave-6b7b0423.js → ISave-345481c1.js} +1 -1
  62. package/dist/esm/ServicesNumberingConfig-2f7b050e.js +33 -0
  63. package/dist/esm/{SnkFormConfigManager-968b97e7.js → SnkFormConfigManager-d61df0c8.js} +2 -2
  64. package/dist/esm/{SnkMultiSelectionListDataSource-1136c4e7.js → SnkMultiSelectionListDataSource-ca8d7a09.js} +4 -4
  65. package/dist/esm/{auth-fetcher-cf39e42b.js → auth-fetcher-c353127d.js} +1 -1
  66. package/dist/esm/{dataunit-fetcher-6314b19d.js → dataunit-fetcher-7f2c61ca.js} +1 -1
  67. package/dist/esm/{form-config-fetcher-bc6f0f1f.js → form-config-fetcher-898d2dd1.js} +1 -1
  68. package/dist/esm/index-479e1293.js +2 -2
  69. package/dist/esm/loader.js +1 -1
  70. package/dist/esm/pesquisa-grid_2.entry.js +4 -4
  71. package/dist/esm/sankhyablocks.js +1 -1
  72. package/dist/esm/{snk-actions-button_8.entry.js → snk-actions-button_9.entry.js} +136 -6
  73. package/dist/esm/snk-application.entry.js +6 -6
  74. package/dist/esm/snk-attach.entry.js +5 -5
  75. package/dist/esm/snk-configurator.entry.js +11 -2
  76. package/dist/esm/snk-crud.entry.js +118 -10
  77. package/dist/esm/snk-data-exporter.entry.js +5 -5
  78. package/dist/esm/{snk-data-unit-4acf4781.js → snk-data-unit-60b338c5.js} +2 -2
  79. package/dist/esm/snk-data-unit.entry.js +3 -3
  80. package/dist/esm/snk-detail-view.entry.js +8 -8
  81. package/dist/esm/snk-filter-bar_4.entry.js +3 -3
  82. package/dist/esm/snk-filter-modal-item.entry.js +3 -3
  83. package/dist/esm/snk-form_2.entry.js +4 -4
  84. package/dist/esm/snk-grid.entry.js +6 -6
  85. package/dist/esm/{snk-guides-viewer-19cb7f1f.js → snk-guides-viewer-339e10b3.js} +16 -10
  86. package/dist/esm/snk-guides-viewer.entry.js +15 -15
  87. package/dist/esm/snk-personalized-filter.entry.js +3 -3
  88. package/dist/esm/snk-pesquisa.entry.js +4 -4
  89. package/dist/esm/snk-simple-crud.entry.js +7 -7
  90. package/dist/sankhyablocks/p-0cf9aa38.js +1 -0
  91. package/dist/sankhyablocks/{p-0e1f0344.entry.js → p-144da1d1.entry.js} +1 -1
  92. package/dist/sankhyablocks/{p-d03ae54e.entry.js → p-1649f51e.entry.js} +1 -1
  93. package/dist/sankhyablocks/{p-c71dcb2d.js → p-1788d191.js} +1 -1
  94. package/dist/sankhyablocks/p-1d585081.js +1 -0
  95. package/dist/sankhyablocks/{p-df7979fd.entry.js → p-1f8cb438.entry.js} +1 -1
  96. package/dist/sankhyablocks/{p-c95f20d9.entry.js → p-27005fac.entry.js} +1 -1
  97. package/dist/sankhyablocks/p-4759912d.entry.js +1 -0
  98. package/dist/sankhyablocks/{p-519f74be.entry.js → p-56948f00.entry.js} +1 -1
  99. package/dist/sankhyablocks/{p-88b7bc09.js → p-59b8f277.js} +1 -1
  100. package/dist/sankhyablocks/{p-0a317e81.js → p-626b7a17.js} +1 -1
  101. package/dist/sankhyablocks/{p-d75a732c.js → p-6d241415.js} +1 -1
  102. package/dist/sankhyablocks/{p-8d256def.js → p-7fc46290.js} +1 -1
  103. package/dist/sankhyablocks/{p-9062d640.js → p-88ed2793.js} +1 -1
  104. package/dist/sankhyablocks/p-9b6d4950.entry.js +1 -0
  105. package/dist/sankhyablocks/{p-ada32f94.entry.js → p-9f2cdaab.entry.js} +1 -1
  106. package/dist/sankhyablocks/p-9fe91526.js +1 -0
  107. package/dist/sankhyablocks/p-aae4258d.entry.js +1 -0
  108. package/dist/sankhyablocks/{p-6a56582c.entry.js → p-af9d79e0.entry.js} +1 -1
  109. package/dist/sankhyablocks/{p-95c471d8.entry.js → p-bb0de89c.entry.js} +1 -1
  110. package/dist/sankhyablocks/{p-505172c8.entry.js → p-bd203e8d.entry.js} +1 -1
  111. package/dist/sankhyablocks/p-c4fcf1fb.entry.js +1 -0
  112. package/dist/sankhyablocks/{p-701b024c.entry.js → p-c90f337a.entry.js} +1 -1
  113. package/dist/sankhyablocks/p-cad964b5.js +1 -0
  114. package/dist/sankhyablocks/{p-16c1c209.entry.js → p-e64958ba.entry.js} +1 -1
  115. package/dist/sankhyablocks/{p-b2d7f4cd.entry.js → p-e6b1c769.entry.js} +1 -1
  116. package/dist/sankhyablocks/{p-bf017a1f.js → p-e8c49c12.js} +1 -1
  117. package/dist/sankhyablocks/{p-d725b0c7.entry.js → p-f25c50f7.entry.js} +1 -1
  118. package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
  119. package/dist/types/components/snk-configurator/snk-configurator.d.ts +10 -1
  120. package/dist/types/components/snk-crud/snk-crud.d.ts +36 -7
  121. package/dist/types/components/snk-crud/subcomponents/snk-guides-viewer.d.ts +10 -6
  122. package/dist/types/components/snk-numbering-config/services/ServicesNumberingConfig.d.ts +18 -0
  123. package/dist/types/components/snk-numbering-config/snk-numbering-config.d.ts +37 -0
  124. package/dist/types/components.d.ts +82 -0
  125. package/dist/types/lib/message/resources/en-us/snk-numbering-config.msg.d.ts +1 -0
  126. package/dist/types/lib/message/resources/es-es/snk-numbering-config.msg.d.ts +1 -0
  127. package/dist/types/lib/message/resources/pt-br/snk-numbering-config.msg.d.ts +1 -0
  128. package/package.json +1 -1
  129. package/react/components.d.ts +1 -0
  130. package/react/components.js +1 -0
  131. package/react/components.js.map +1 -1
  132. package/dist/cjs/AuthorizationConfig-79ffae4b.js.gz +0 -0
  133. package/dist/cjs/ConfigStorage-8b6def32.js.gz +0 -0
  134. package/dist/cjs/DataFetcher-2c37b6a1.js.gz +0 -0
  135. package/dist/cjs/FormConfigHelper-ebb77625.js.gz +0 -0
  136. package/dist/cjs/GetSelectedRecordsIDsInfo-bd50caf1.js.gz +0 -0
  137. package/dist/cjs/IFetchDataExporterParams-e78ec415.js.gz +0 -0
  138. package/dist/cjs/ISave-b22b3cf0.js.gz +0 -0
  139. package/dist/cjs/ParamType-90b440a0.js.gz +0 -0
  140. package/dist/cjs/PersonalizedFilterUtils-7259cf65.js.gz +0 -0
  141. package/dist/cjs/PrintUtils-bcaeb82f.js.gz +0 -0
  142. package/dist/cjs/ResourceIDUtils-5ff86aa7.js.gz +0 -0
  143. package/dist/cjs/SnkFormConfigManager-477a27de.js.gz +0 -0
  144. package/dist/cjs/SnkMultiSelectionListDataSource-b7ab26ba.js.gz +0 -0
  145. package/dist/cjs/auth-fetcher-78a90b36.js.gz +0 -0
  146. package/dist/cjs/config-header.cjs.entry.js.gz +0 -0
  147. package/dist/cjs/configs-button.cjs.entry.js.gz +0 -0
  148. package/dist/cjs/constants-6d82e405.js.gz +0 -0
  149. package/dist/cjs/dataunit-fetcher-877944a9.js.gz +0 -0
  150. package/dist/cjs/default-filters-a09bf82b.js.gz +0 -0
  151. package/dist/cjs/field-config_2.cjs.entry.js.gz +0 -0
  152. package/dist/cjs/fields-layout.cjs.entry.js.gz +0 -0
  153. package/dist/cjs/fields-selector.cjs.entry.js.gz +0 -0
  154. package/dist/cjs/filter-item-type.enum-a7ffdaa6.js.gz +0 -0
  155. package/dist/cjs/filter-type.enum-2bb46d2a.js.gz +0 -0
  156. package/dist/cjs/filter-validate-cb4ed41a.js.gz +0 -0
  157. package/dist/cjs/filterNumberVariation-d65332da.js.gz +0 -0
  158. package/dist/cjs/form-config-fetcher-dee08eb4.js.gz +0 -0
  159. package/dist/cjs/guides-configurator.cjs.entry.js.gz +0 -0
  160. package/dist/cjs/index-13d05f03.js.gz +0 -0
  161. package/dist/cjs/index-1cf293c1.js.gz +0 -0
  162. package/dist/cjs/index-62760a9c.js.gz +0 -0
  163. package/dist/cjs/index-8d94b7e0.js.gz +0 -0
  164. package/dist/cjs/index-e3e39724.js.gz +0 -0
  165. package/dist/cjs/index.cjs.js.gz +0 -0
  166. package/dist/cjs/loader.cjs.js.gz +0 -0
  167. package/dist/cjs/pesquisa-grid_2.cjs.entry.js.gz +0 -0
  168. package/dist/cjs/presentationMode-52ec3bdd.js.gz +0 -0
  169. package/dist/cjs/sankhyablocks.cjs.js.gz +0 -0
  170. package/dist/cjs/snk-actions-button_8.cjs.entry.js.gz +0 -0
  171. package/dist/cjs/snk-actions-form.cjs.entry.js.gz +0 -0
  172. package/dist/cjs/snk-application.cjs.entry.js.gz +0 -0
  173. package/dist/cjs/snk-attach.cjs.entry.js.gz +0 -0
  174. package/dist/cjs/snk-client-confirm.cjs.entry.js.gz +0 -0
  175. package/dist/cjs/snk-configurator.cjs.entry.js.gz +0 -0
  176. package/dist/cjs/snk-crud.cjs.entry.js.gz +0 -0
  177. package/dist/cjs/snk-custom-slot-elements.cjs.entry.js.gz +0 -0
  178. package/dist/cjs/snk-data-exporter.cjs.entry.js.gz +0 -0
  179. package/dist/cjs/snk-data-unit-0cfa7622.js.gz +0 -0
  180. package/dist/cjs/snk-data-unit.cjs.entry.js.gz +0 -0
  181. package/dist/cjs/snk-default-filter.cjs.entry.js.gz +0 -0
  182. package/dist/cjs/snk-detail-view.cjs.entry.js.gz +0 -0
  183. package/dist/cjs/snk-entity-list.cjs.entry.js.gz +0 -0
  184. package/dist/cjs/snk-exporter-email-sender.cjs.entry.js.gz +0 -0
  185. package/dist/cjs/snk-expression-group_2.cjs.entry.js.gz +0 -0
  186. package/dist/cjs/snk-filter-advanced-mode_2.cjs.entry.js.gz +0 -0
  187. package/dist/cjs/snk-filter-bar_4.cjs.entry.js.gz +0 -0
  188. package/dist/cjs/snk-filter-binary-select.cjs.entry.js.gz +0 -0
  189. package/dist/cjs/snk-filter-checkbox-list.cjs.entry.js.gz +0 -0
  190. package/dist/cjs/snk-filter-detail.cjs.entry.js.gz +0 -0
  191. package/dist/cjs/snk-filter-field-search_2.cjs.entry.js.gz +0 -0
  192. package/dist/cjs/snk-filter-modal-item.cjs.entry.js.gz +0 -0
  193. package/dist/cjs/snk-filter-multi-select.cjs.entry.js.gz +0 -0
  194. package/dist/cjs/snk-filter-number.cjs.entry.js.gz +0 -0
  195. package/dist/cjs/snk-filter-period.cjs.entry.js.gz +0 -0
  196. package/dist/cjs/snk-filter-search.cjs.entry.js.gz +0 -0
  197. package/dist/cjs/snk-filter-text.cjs.entry.js.gz +0 -0
  198. package/dist/cjs/snk-form-summary.cjs.entry.js.gz +0 -0
  199. package/dist/cjs/snk-form-view.cjs.entry.js.gz +0 -0
  200. package/dist/cjs/snk-form_2.cjs.entry.js.gz +0 -0
  201. package/dist/cjs/snk-grid.cjs.entry.js.gz +0 -0
  202. package/dist/cjs/snk-guides-viewer-38277265.js.gz +0 -0
  203. package/dist/cjs/snk-guides-viewer.cjs.entry.js.gz +0 -0
  204. package/dist/cjs/snk-personalized-filter-editor.cjs.entry.js.gz +0 -0
  205. package/dist/cjs/snk-personalized-filter.cjs.entry.js.gz +0 -0
  206. package/dist/cjs/snk-pesquisa.cjs.entry.js.gz +0 -0
  207. package/dist/cjs/snk-print-selector.cjs.entry.js.gz +0 -0
  208. package/dist/cjs/snk-simple-bar.cjs.entry.js.gz +0 -0
  209. package/dist/cjs/snk-simple-crud.cjs.entry.js.gz +0 -0
  210. package/dist/cjs/snk-taskbar.cjs.entry.js.gz +0 -0
  211. package/dist/cjs/sortable.esm-9a110bb7.js.gz +0 -0
  212. package/dist/cjs/taskbar-elements-fb5d1e08.js.gz +0 -0
  213. package/dist/cjs/taskbar-processor-2fba34a8.js.gz +0 -0
  214. package/dist/cjs/teste-pesquisa.cjs.entry.js.gz +0 -0
  215. package/dist/collection/components/snk-actions-button/actions/enum/ActionsType.js.gz +0 -0
  216. package/dist/collection/components/snk-actions-button/actions/enum/ParamType.js.gz +0 -0
  217. package/dist/collection/components/snk-actions-button/actions/enum/RefreshType.js.gz +0 -0
  218. package/dist/collection/components/snk-actions-button/actions/executor/java.executor.js.gz +0 -0
  219. package/dist/collection/components/snk-actions-button/actions/executor/javascript.executor.js.gz +0 -0
  220. package/dist/collection/components/snk-actions-button/actions/executor/launch-screen.executor.js.gz +0 -0
  221. package/dist/collection/components/snk-actions-button/actions/executor/procedure.executor.js.gz +0 -0
  222. package/dist/collection/components/snk-actions-button/actions/factory/executor.factory.js.gz +0 -0
  223. package/dist/collection/components/snk-actions-button/actions/index.js.gz +0 -0
  224. package/dist/collection/components/snk-actions-button/actions/interfaces/IAction.js.gz +0 -0
  225. package/dist/collection/components/snk-actions-button/actions/interfaces/IExecSource.js.gz +0 -0
  226. package/dist/collection/components/snk-actions-button/actions/interfaces/IExecuteActions.js.gz +0 -0
  227. package/dist/collection/components/snk-actions-button/actions/interfaces/IExecuteActionsProps.js.gz +0 -0
  228. package/dist/collection/components/snk-actions-button/actions/interfaces/IResultParam.js.gz +0 -0
  229. package/dist/collection/components/snk-actions-button/clientEvent/index.js.gz +0 -0
  230. package/dist/collection/components/snk-actions-button/clientEvent/interfaces/IClientEventConfirm.js.gz +0 -0
  231. package/dist/collection/components/snk-actions-button/interfaces/index.js.gz +0 -0
  232. package/dist/collection/components/snk-actions-button/snk-actions-button.css.gz +0 -0
  233. package/dist/collection/components/snk-actions-button/snk-actions-button.js.gz +0 -0
  234. package/dist/collection/components/snk-actions-button/subcomponents/snk-actions-form.js.gz +0 -0
  235. package/dist/collection/components/snk-actions-button/subcomponents/snk-client-confirm.js.gz +0 -0
  236. package/dist/collection/components/snk-application/__mocks__/snk-application.js.gz +0 -0
  237. package/dist/collection/components/snk-application/errorhandler/snk-error-handler.js.gz +0 -0
  238. package/dist/collection/components/snk-application/request-listener/DebouncedRequestListener.js.gz +0 -0
  239. package/dist/collection/components/snk-application/request-listener/RequestListenerFactory.js.gz +0 -0
  240. package/dist/collection/components/snk-application/request-listener/RequestListenerLoadingBar.js.gz +0 -0
  241. package/dist/collection/components/snk-application/search-strategy/exec-prepared-search-plus.js.gz +0 -0
  242. package/dist/collection/components/snk-application/snk-application.css.gz +0 -0
  243. package/dist/collection/components/snk-application/snk-application.js.gz +0 -0
  244. package/dist/collection/components/snk-attach/interfaces/ICrudConfig.js.gz +0 -0
  245. package/dist/collection/components/snk-attach/interfaces/TFetcherType.js.gz +0 -0
  246. package/dist/collection/components/snk-attach/interfaces/index.js.gz +0 -0
  247. package/dist/collection/components/snk-attach/snk-attach.css.gz +0 -0
  248. package/dist/collection/components/snk-attach/snk-attach.js.gz +0 -0
  249. package/dist/collection/components/snk-attach/structure/builder/anexo-sistema-crud-config.builder.js.gz +0 -0
  250. package/dist/collection/components/snk-attach/structure/builder/attach-crud-config.builder.js.gz +0 -0
  251. package/dist/collection/components/snk-attach/structure/builder/taskbar-builder.js.gz +0 -0
  252. package/dist/collection/components/snk-attach/structure/fetcher/facade/fetcher.facade.js.gz +0 -0
  253. package/dist/collection/components/snk-attach/structure/fetcher/factory/anexo-sistema-data-unit.factory.js.gz +0 -0
  254. package/dist/collection/components/snk-attach/structure/fetcher/factory/attach-fetcher-data-unit.factory.js.gz +0 -0
  255. package/dist/collection/components/snk-attach/structure/index.js.gz +0 -0
  256. package/dist/collection/components/snk-configurator/AuthorizationConfig.js.gz +0 -0
  257. package/dist/collection/components/snk-configurator/snk-configurator.css.gz +0 -0
  258. package/dist/collection/components/snk-configurator/snk-configurator.js.gz +0 -0
  259. package/dist/collection/components/snk-crud/interfaces/PropsCustomEditor.js.gz +0 -0
  260. package/dist/collection/components/snk-crud/interfaces/PropsCustomRender.js.gz +0 -0
  261. package/dist/collection/components/snk-crud/snk-crud.css.gz +0 -0
  262. package/dist/collection/components/snk-crud/snk-crud.js.gz +0 -0
  263. package/dist/collection/components/snk-crud/subcomponents/CardFormResizeObserver.js.gz +0 -0
  264. package/dist/collection/components/snk-crud/subcomponents/GuideBuilder.js.gz +0 -0
  265. package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.css.gz +0 -0
  266. package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.js.gz +0 -0
  267. package/dist/collection/components/snk-crud/subcomponents/snk-form-summary.css.gz +0 -0
  268. package/dist/collection/components/snk-crud/subcomponents/snk-form-summary.js.gz +0 -0
  269. package/dist/collection/components/snk-crud/subcomponents/snk-form-view.css.gz +0 -0
  270. package/dist/collection/components/snk-crud/subcomponents/snk-form-view.js.gz +0 -0
  271. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.css.gz +0 -0
  272. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js.gz +0 -0
  273. package/dist/collection/components/snk-custom-slot-elements/snk-custom-slot-elements.css.gz +0 -0
  274. package/dist/collection/components/snk-custom-slot-elements/snk-custom-slot-elements.js.gz +0 -0
  275. package/dist/collection/components/snk-data-exporter/data/attachment.js.gz +0 -0
  276. package/dist/collection/components/snk-data-exporter/data/email.js.gz +0 -0
  277. package/dist/collection/components/snk-data-exporter/data/export-config.js.gz +0 -0
  278. package/dist/collection/components/snk-data-exporter/data/export-result.js.gz +0 -0
  279. package/dist/collection/components/snk-data-exporter/data/report.js.gz +0 -0
  280. package/dist/collection/components/snk-data-exporter/exporter-email-sender/email-info-step.js.gz +0 -0
  281. package/dist/collection/components/snk-data-exporter/exporter-email-sender/options-step.js.gz +0 -0
  282. package/dist/collection/components/snk-data-exporter/exporter-email-sender/snk-exporter-email-sender.js.gz +0 -0
  283. package/dist/collection/components/snk-data-exporter/exporter-strategy/ClientSideExporterStrategy.js.gz +0 -0
  284. package/dist/collection/components/snk-data-exporter/exporter-strategy/ServerSideExporterStrategy.js.gz +0 -0
  285. package/dist/collection/components/snk-data-exporter/interfaces/IExporterProvider.js.gz +0 -0
  286. package/dist/collection/components/snk-data-exporter/interfaces/IExporterStrategy.js.gz +0 -0
  287. package/dist/collection/components/snk-data-exporter/interfaces/IRecordID.js.gz +0 -0
  288. package/dist/collection/components/snk-data-exporter/interfaces/ISelectedID.js.gz +0 -0
  289. package/dist/collection/components/snk-data-exporter/providers/ClientSideExporterProvider.js.gz +0 -0
  290. package/dist/collection/components/snk-data-exporter/providers/ServerSideExporterProvider.js.gz +0 -0
  291. package/dist/collection/components/snk-data-exporter/snk-data-exporter.css.gz +0 -0
  292. package/dist/collection/components/snk-data-exporter/snk-data-exporter.js.gz +0 -0
  293. package/dist/collection/components/snk-data-exporter/structure/ItemBuilder.js.gz +0 -0
  294. package/dist/collection/components/snk-data-exporter/test/resources/ClientSideExporterStrategyResources.js.gz +0 -0
  295. package/dist/collection/components/snk-data-exporter/utils/ParserExport.js.gz +0 -0
  296. package/dist/collection/components/snk-data-unit/MultipleUpdateHelper.js.gz +0 -0
  297. package/dist/collection/components/snk-data-unit/snk-data-unit.js.gz +0 -0
  298. package/dist/collection/components/snk-data-unit/test/resources/metadataMock.js.gz +0 -0
  299. package/dist/collection/components/snk-data-unit/test/resources/parentMetadataMock.js.gz +0 -0
  300. package/dist/collection/components/snk-entity-list/snk-entity-list.css.gz +0 -0
  301. package/dist/collection/components/snk-entity-list/snk-entity-list.js.gz +0 -0
  302. package/dist/collection/components/snk-filter-bar/filter-item/dataunitfilter/data-unit-filter-builder.js.gz +0 -0
  303. package/dist/collection/components/snk-filter-bar/filter-item/editors/enum/filterNumberVariation.js.gz +0 -0
  304. package/dist/collection/components/snk-filter-bar/filter-item/editors/enum/presentationMode.js.gz +0 -0
  305. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-binary-select.js.gz +0 -0
  306. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-checkbox-list.js.gz +0 -0
  307. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-multi-select.js.gz +0 -0
  308. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-number.js.gz +0 -0
  309. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-period.js.gz +0 -0
  310. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-search.js.gz +0 -0
  311. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-text.js.gz +0 -0
  312. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-personalized-filter-editor/snk-personalized-filter-editor.css.gz +0 -0
  313. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-personalized-filter-editor/snk-personalized-filter-editor.js.gz +0 -0
  314. package/dist/collection/components/snk-filter-bar/filter-item/filter-item-type-mask.enum.js.gz +0 -0
  315. package/dist/collection/components/snk-filter-bar/filter-item/filter-item-type.enum.js.gz +0 -0
  316. package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-detail.js.gz +0 -0
  317. package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.css.gz +0 -0
  318. package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.js.gz +0 -0
  319. package/dist/collection/components/snk-filter-bar/filter-list/snk-filter-list.js.gz +0 -0
  320. package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.css.gz +0 -0
  321. package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.js.gz +0 -0
  322. package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-default-filter/snk-default-filter.css.gz +0 -0
  323. package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-default-filter/snk-default-filter.js.gz +0 -0
  324. package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-filter-modal-item.css.gz +0 -0
  325. package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-filter-modal-item.js.gz +0 -0
  326. package/dist/collection/components/snk-filter-bar/snk-filter-bar.css.gz +0 -0
  327. package/dist/collection/components/snk-filter-bar/snk-filter-bar.js.gz +0 -0
  328. package/dist/collection/components/snk-filter-bar/types/custom-element-filter.js.gz +0 -0
  329. package/dist/collection/components/snk-filter-bar/types/default-filters.js.gz +0 -0
  330. package/dist/collection/components/snk-filter-bar/types/filter-type.enum.js.gz +0 -0
  331. package/dist/collection/components/snk-filter-bar/utils/SnkFilterModalFactory.js.gz +0 -0
  332. package/dist/collection/components/snk-filter-bar/utils/filter-validate.js.gz +0 -0
  333. package/dist/collection/components/snk-filter-bar/utils/filters-mock.js.gz +0 -0
  334. package/dist/collection/components/snk-filter-field-search/interfaces/index.js.gz +0 -0
  335. package/dist/collection/components/snk-filter-field-search/snk-filter-field-search.css.gz +0 -0
  336. package/dist/collection/components/snk-filter-field-search/snk-filter-field-search.js.gz +0 -0
  337. package/dist/collection/components/snk-filter-field-search/subcomponents/index.js.gz +0 -0
  338. package/dist/collection/components/snk-filter-field-search/subcomponents/list-item.js.gz +0 -0
  339. package/dist/collection/components/snk-form/snk-form.css.gz +0 -0
  340. package/dist/collection/components/snk-form/snk-form.js.gz +0 -0
  341. package/dist/collection/components/snk-form-config/FormConfigHelper.js.gz +0 -0
  342. package/dist/collection/components/snk-form-config/SnkFormConfigManager.js.gz +0 -0
  343. package/dist/collection/components/snk-form-config/config-header/config-header.css.gz +0 -0
  344. package/dist/collection/components/snk-form-config/config-header/config-header.js.gz +0 -0
  345. package/dist/collection/components/snk-form-config/config-header/configs-button/configs-button.css.gz +0 -0
  346. package/dist/collection/components/snk-form-config/config-header/configs-button/configs-button.js.gz +0 -0
  347. package/dist/collection/components/snk-form-config/field-item/field-config/field-config.css.gz +0 -0
  348. package/dist/collection/components/snk-form-config/field-item/field-config/field-config.js.gz +0 -0
  349. package/dist/collection/components/snk-form-config/field-item/field-item.css.gz +0 -0
  350. package/dist/collection/components/snk-form-config/field-item/field-item.js.gz +0 -0
  351. package/dist/collection/components/snk-form-config/fields-layout/fields-layout.css.gz +0 -0
  352. package/dist/collection/components/snk-form-config/fields-layout/fields-layout.js.gz +0 -0
  353. package/dist/collection/components/snk-form-config/fields-selector/fields-selector.css.gz +0 -0
  354. package/dist/collection/components/snk-form-config/fields-selector/fields-selector.js.gz +0 -0
  355. package/dist/collection/components/snk-form-config/guides-configurator/guides-configurator.css.gz +0 -0
  356. package/dist/collection/components/snk-form-config/guides-configurator/guides-configurator.js.gz +0 -0
  357. package/dist/collection/components/snk-form-config/snk-form-config.css.gz +0 -0
  358. package/dist/collection/components/snk-form-config/snk-form-config.js.gz +0 -0
  359. package/dist/collection/components/snk-grid/filtercolumn/SnkMultiSelectionListDataSource.js.gz +0 -0
  360. package/dist/collection/components/snk-grid/snk-grid.css.gz +0 -0
  361. package/dist/collection/components/snk-grid/snk-grid.js.gz +0 -0
  362. package/dist/collection/components/snk-grid-config/snk-grid-config.css.gz +0 -0
  363. package/dist/collection/components/snk-grid-config/snk-grid-config.js.gz +0 -0
  364. package/dist/collection/components/snk-grid-config/snk-select-box/snk-select-box.css.gz +0 -0
  365. package/dist/collection/components/snk-grid-config/snk-select-box/snk-select-box.js.gz +0 -0
  366. package/dist/collection/components/snk-layout-form-config/snk-layout-form-config.css.gz +0 -0
  367. package/dist/collection/components/snk-layout-form-config/snk-layout-form-config.js.gz +0 -0
  368. package/dist/collection/components/snk-layout-form-config/snk-view-representation/snk-view-representation.css.gz +0 -0
  369. package/dist/collection/components/snk-layout-form-config/snk-view-representation/snk-view-representation.js.gz +0 -0
  370. package/dist/collection/components/snk-personalized-filter/interfaces/IExpressionGroup.js.gz +0 -0
  371. package/dist/collection/components/snk-personalized-filter/interfaces/IExpressionItem.js.gz +0 -0
  372. package/dist/collection/components/snk-personalized-filter/interfaces/IParameter.js.gz +0 -0
  373. package/dist/collection/components/snk-personalized-filter/interfaces/IPersonalizedFilter.js.gz +0 -0
  374. package/dist/collection/components/snk-personalized-filter/interfaces/ISystemFilterConfig.js.gz +0 -0
  375. package/dist/collection/components/snk-personalized-filter/interfaces/IUserFilterConfig.js.gz +0 -0
  376. package/dist/collection/components/snk-personalized-filter/interfaces/index.js.gz +0 -0
  377. package/dist/collection/components/snk-personalized-filter/snk-personalized-filter.css.gz +0 -0
  378. package/dist/collection/components/snk-personalized-filter/snk-personalized-filter.js.gz +0 -0
  379. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-group/snk-expression-group.css.gz +0 -0
  380. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-group/snk-expression-group.js.gz +0 -0
  381. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-item/filter-operands/filter-operands.js.gz +0 -0
  382. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-item/snk-expression-item.css.gz +0 -0
  383. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-item/snk-expression-item.js.gz +0 -0
  384. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-advanced-mode/snk-filter-advanced-mode.css.gz +0 -0
  385. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-advanced-mode/snk-filter-advanced-mode.js.gz +0 -0
  386. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-assistent-mode/snk-filter-assistent-mode.css.gz +0 -0
  387. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-assistent-mode/snk-filter-assistent-mode.js.gz +0 -0
  388. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/snk-filter-param-config.css.gz +0 -0
  389. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/snk-filter-param-config.js.gz +0 -0
  390. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/utils/PersonalizedFilterUtils.js.gz +0 -0
  391. package/dist/collection/components/snk-pesquisa/pesquisa-grid/pesquisa-grid.css.gz +0 -0
  392. package/dist/collection/components/snk-pesquisa/pesquisa-grid/pesquisa-grid.js.gz +0 -0
  393. package/dist/collection/components/snk-pesquisa/pesquisa-tree/pesquisa-tree.css.gz +0 -0
  394. package/dist/collection/components/snk-pesquisa/pesquisa-tree/pesquisa-tree.js.gz +0 -0
  395. package/dist/collection/components/snk-pesquisa/pesquisaHelper.js.gz +0 -0
  396. package/dist/collection/components/snk-pesquisa/snk-pesquisa.css.gz +0 -0
  397. package/dist/collection/components/snk-pesquisa/snk-pesquisa.js.gz +0 -0
  398. package/dist/collection/components/snk-print-selector/snk-print-selector.css.gz +0 -0
  399. package/dist/collection/components/snk-print-selector/snk-print-selector.js.gz +0 -0
  400. package/dist/collection/components/snk-simple-bar/snk-simple-bar.css.gz +0 -0
  401. package/dist/collection/components/snk-simple-bar/snk-simple-bar.js.gz +0 -0
  402. package/dist/collection/components/snk-simple-crud/snk-simple-crud.constants.js.gz +0 -0
  403. package/dist/collection/components/snk-simple-crud/snk-simple-crud.css.gz +0 -0
  404. package/dist/collection/components/snk-simple-crud/snk-simple-crud.js.gz +0 -0
  405. package/dist/collection/components/snk-simple-form-config/snk-simple-form-config.css.gz +0 -0
  406. package/dist/collection/components/snk-simple-form-config/snk-simple-form-config.js.gz +0 -0
  407. package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.css.gz +0 -0
  408. package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.js.gz +0 -0
  409. package/dist/collection/components/snk-taskbar/elements/taskbar-elements.js.gz +0 -0
  410. package/dist/collection/components/snk-taskbar/elements/taskbar-split-button/taskbar-split-button.css.gz +0 -0
  411. package/dist/collection/components/snk-taskbar/elements/taskbar-split-button/taskbar-split-button.js.gz +0 -0
  412. package/dist/collection/components/snk-taskbar/processor/taskbar-processor.js.gz +0 -0
  413. package/dist/collection/components/snk-taskbar/snk-taskbar.css.gz +0 -0
  414. package/dist/collection/components/snk-taskbar/snk-taskbar.js.gz +0 -0
  415. package/dist/collection/components/teste-pesquisa/teste-pesquisa.css.gz +0 -0
  416. package/dist/collection/components/teste-pesquisa/teste-pesquisa.js.gz +0 -0
  417. package/dist/collection/index.js.gz +0 -0
  418. package/dist/collection/lib/@types/index.js.gz +0 -0
  419. package/dist/collection/lib/DefaultCustomFormatters/RmPrecisionCustomValueFormatter.js.gz +0 -0
  420. package/dist/collection/lib/applet-caller/applet-caller.js.gz +0 -0
  421. package/dist/collection/lib/auth/mgeauthorization.module.js.gz +0 -0
  422. package/dist/collection/lib/configs/ConfigStorage.js.gz +0 -0
  423. package/dist/collection/lib/configs/LayoutFormConfig.js.gz +0 -0
  424. package/dist/collection/lib/dataUnit/InMemoryLoader.js.gz +0 -0
  425. package/dist/collection/lib/dataUnit/ValueFormatter.js.gz +0 -0
  426. package/dist/collection/lib/dataUnit/dataUnitInMemoryUtils.js.gz +0 -0
  427. package/dist/collection/lib/dataUnit/interfaces/InMemoryLoaderConfig.js.gz +0 -0
  428. package/dist/collection/lib/http/data-fetcher/DataFetcher.js.gz +0 -0
  429. package/dist/collection/lib/http/data-fetcher/custom-xhr-override.js.gz +0 -0
  430. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/anexo-sistema-fetcher.js.gz +0 -0
  431. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/attach-fetcher.js.gz +0 -0
  432. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/facade/attach-fetcher.facade.js.gz +0 -0
  433. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/index.js.gz +0 -0
  434. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/IDelete.js.gz +0 -0
  435. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/IDownloadKey.js.gz +0 -0
  436. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/ISave.js.gz +0 -0
  437. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/index.js.gz +0 -0
  438. package/dist/collection/lib/http/data-fetcher/fetchers/application-config-fetcher.js.gz +0 -0
  439. package/dist/collection/lib/http/data-fetcher/fetchers/auth-fetcher.js.gz +0 -0
  440. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/DataUnitDataLoader.js.gz +0 -0
  441. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/cache/ArrayRepository.js.gz +0 -0
  442. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/cache/PreloadManager.js.gz +0 -0
  443. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/dataunit-fetcher.js.gz +0 -0
  444. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/helpers/DataUnitDataLoaderHelper.js.gz +0 -0
  445. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IBuildRequestBodyLoadRowMetadata.js.gz +0 -0
  446. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/ILoadDataResult.js.gz +0 -0
  447. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/ILoadDataStrategy.js.gz +0 -0
  448. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/ILoadingInfo.js.gz +0 -0
  449. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IRecordField.js.gz +0 -0
  450. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IResponseRecord.js.gz +0 -0
  451. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IRowMetadata.js.gz +0 -0
  452. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DataUnitStrategy.js.gz +0 -0
  453. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.js.gz +0 -0
  454. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/test/resources/metadataMock.js.gz +0 -0
  455. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IExporterColumnMetadata.js.gz +0 -0
  456. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IFetchDataExporterParams.js.gz +0 -0
  457. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IFetchDataExporterResponse.js.gz +0 -0
  458. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IPersonalizedReport.js.gz +0 -0
  459. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/permission-export-pdf.js.gz +0 -0
  460. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/personalized-reports-fetcher.js.gz +0 -0
  461. package/dist/collection/lib/http/data-fetcher/fetchers/filter-bar-config-fetcher.js.gz +0 -0
  462. package/dist/collection/lib/http/data-fetcher/fetchers/form-config-fetcher.js.gz +0 -0
  463. package/dist/collection/lib/http/data-fetcher/fetchers/grid-config-fetcher.js.gz +0 -0
  464. package/dist/collection/lib/http/data-fetcher/fetchers/parameters-fecher.js.gz +0 -0
  465. package/dist/collection/lib/http/data-fetcher/fetchers/personalized-filter-fetcher.js.gz +0 -0
  466. package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js.gz +0 -0
  467. package/dist/collection/lib/http/data-fetcher/fetchers/resource-fetcher.js.gz +0 -0
  468. package/dist/collection/lib/http/data-fetcher/fetchers/totals-fetcher.js.gz +0 -0
  469. package/dist/collection/lib/http/data-fetcher/interfaces/IClientEventResponse.js.gz +0 -0
  470. package/dist/collection/lib/http/data-fetcher/recaller/GraphQLRecaller.js.gz +0 -0
  471. package/dist/collection/lib/http/data-fetcher/recaller/IDataFetcherRecaller.js.gz +0 -0
  472. package/dist/collection/lib/http/data-fetcher/recaller/ServiceBrokerRecaller.js.gz +0 -0
  473. package/dist/collection/lib/http/data-fetcher/state/LoadStateManager.js.gz +0 -0
  474. package/dist/collection/lib/index.js.gz +0 -0
  475. package/dist/collection/lib/message/SnkMessageBuilder.js.gz +0 -0
  476. package/dist/collection/lib/message/messageResourceEnUSUtils.js.gz +0 -0
  477. package/dist/collection/lib/message/messageResourceEsESUtils.js.gz +0 -0
  478. package/dist/collection/lib/message/messageResourcePtBRUtils.js.gz +0 -0
  479. package/dist/collection/lib/message/resources/en-us/continuousInsertUtils.msg.js.gz +0 -0
  480. package/dist/collection/lib/message/resources/en-us/crud-utils.msg.js.gz +0 -0
  481. package/dist/collection/lib/message/resources/en-us/dataFetcher.msg.js.gz +0 -0
  482. package/dist/collection/lib/message/resources/en-us/dataUnitDataLoaderHelper.msg.js.gz +0 -0
  483. package/dist/collection/lib/message/resources/en-us/file-viewer.msg.js.gz +0 -0
  484. package/dist/collection/lib/message/resources/en-us/snk-actions-button.msg.js.gz +0 -0
  485. package/dist/collection/lib/message/resources/en-us/snk-application.msg.js.gz +0 -0
  486. package/dist/collection/lib/message/resources/en-us/snk-attach.msg.js.gz +0 -0
  487. package/dist/collection/lib/message/resources/en-us/snk-configurator.msg.js.gz +0 -0
  488. package/dist/collection/lib/message/resources/en-us/snk-crud.msg.js.gz +0 -0
  489. package/dist/collection/lib/message/resources/en-us/snk-data-exporter.msg.js.gz +0 -0
  490. package/dist/collection/lib/message/resources/en-us/snk-data-unit.msg.js.gz +0 -0
  491. package/dist/collection/lib/message/resources/en-us/snk-entity-list.msg.js.gz +0 -0
  492. package/dist/collection/lib/message/resources/en-us/snk-error-handler.msg.js.gz +0 -0
  493. package/dist/collection/lib/message/resources/en-us/snk-exporter.msg.js.gz +0 -0
  494. package/dist/collection/lib/message/resources/en-us/snk-filter-bar.msg.js.gz +0 -0
  495. package/dist/collection/lib/message/resources/en-us/snk-filter-field-search.msg.js.gz +0 -0
  496. package/dist/collection/lib/message/resources/en-us/snk-filter-list.msg.js.gz +0 -0
  497. package/dist/collection/lib/message/resources/en-us/snk-filter-param-config.msg.js.gz +0 -0
  498. package/dist/collection/lib/message/resources/en-us/snk-form.msg.js.gz +0 -0
  499. package/dist/collection/lib/message/resources/en-us/snk-grid.msg.js.gz +0 -0
  500. package/dist/collection/lib/message/resources/en-us/snk-layout-form-config.msg.js.gz +0 -0
  501. package/dist/collection/lib/message/resources/en-us/snk-personalized-filter.msg.js.gz +0 -0
  502. package/dist/collection/lib/message/resources/en-us/snk-pesquisa.msg.js.gz +0 -0
  503. package/dist/collection/lib/message/resources/en-us/snk-print-selector.msg.js.gz +0 -0
  504. package/dist/collection/lib/message/resources/en-us/snk-simple-bar.msg.js.gz +0 -0
  505. package/dist/collection/lib/message/resources/en-us/snk-simple-crud.msg.js.gz +0 -0
  506. package/dist/collection/lib/message/resources/en-us/snk-simple-form-config.msg.js.gz +0 -0
  507. package/dist/collection/lib/message/resources/en-us/snk-taskbar.msg.js.gz +0 -0
  508. package/dist/collection/lib/message/resources/es-es/continuousInsertUtils.msg.js.gz +0 -0
  509. package/dist/collection/lib/message/resources/es-es/crud-utils.msg.js.gz +0 -0
  510. package/dist/collection/lib/message/resources/es-es/dataFetcher.msg.js.gz +0 -0
  511. package/dist/collection/lib/message/resources/es-es/dataUnitDataLoaderHelper.msg.js.gz +0 -0
  512. package/dist/collection/lib/message/resources/es-es/file-viewer.msg.js.gz +0 -0
  513. package/dist/collection/lib/message/resources/es-es/snk-actions-button.msg.js.gz +0 -0
  514. package/dist/collection/lib/message/resources/es-es/snk-application.msg.js.gz +0 -0
  515. package/dist/collection/lib/message/resources/es-es/snk-attach.msg.js.gz +0 -0
  516. package/dist/collection/lib/message/resources/es-es/snk-configurator.msg.js.gz +0 -0
  517. package/dist/collection/lib/message/resources/es-es/snk-crud.msg.js.gz +0 -0
  518. package/dist/collection/lib/message/resources/es-es/snk-data-exporter.msg.js.gz +0 -0
  519. package/dist/collection/lib/message/resources/es-es/snk-data-unit.msg.js.gz +0 -0
  520. package/dist/collection/lib/message/resources/es-es/snk-entity-list.msg.js.gz +0 -0
  521. package/dist/collection/lib/message/resources/es-es/snk-error-handler.msg.js.gz +0 -0
  522. package/dist/collection/lib/message/resources/es-es/snk-exporter.msg.js.gz +0 -0
  523. package/dist/collection/lib/message/resources/es-es/snk-filter-bar.msg.js.gz +0 -0
  524. package/dist/collection/lib/message/resources/es-es/snk-filter-field-search.msg.js.gz +0 -0
  525. package/dist/collection/lib/message/resources/es-es/snk-filter-list.msg.js.gz +0 -0
  526. package/dist/collection/lib/message/resources/es-es/snk-filter-param-config.msg.js.gz +0 -0
  527. package/dist/collection/lib/message/resources/es-es/snk-form.msg.js.gz +0 -0
  528. package/dist/collection/lib/message/resources/es-es/snk-grid.msg.js.gz +0 -0
  529. package/dist/collection/lib/message/resources/es-es/snk-layout-form-config.msg.js.gz +0 -0
  530. package/dist/collection/lib/message/resources/es-es/snk-personalized-filter.msg.js.gz +0 -0
  531. package/dist/collection/lib/message/resources/es-es/snk-pesquisa.msg.js.gz +0 -0
  532. package/dist/collection/lib/message/resources/es-es/snk-print-selector.msg.js.gz +0 -0
  533. package/dist/collection/lib/message/resources/es-es/snk-simple-bar.msg.js.gz +0 -0
  534. package/dist/collection/lib/message/resources/es-es/snk-simple-crud.msg.js.gz +0 -0
  535. package/dist/collection/lib/message/resources/es-es/snk-simple-form-config.msg.js.gz +0 -0
  536. package/dist/collection/lib/message/resources/es-es/snk-taskbar.msg.js.gz +0 -0
  537. package/dist/collection/lib/message/resources/pt-br/continuousInsertUtils.msg.js.gz +0 -0
  538. package/dist/collection/lib/message/resources/pt-br/crud-utils.msg.js.gz +0 -0
  539. package/dist/collection/lib/message/resources/pt-br/dataFetcher.msg.js.gz +0 -0
  540. package/dist/collection/lib/message/resources/pt-br/dataUnitDataLoaderHelper.msg.js.gz +0 -0
  541. package/dist/collection/lib/message/resources/pt-br/file-viewer.msg.js.gz +0 -0
  542. package/dist/collection/lib/message/resources/pt-br/snk-actions-button.msg.js.gz +0 -0
  543. package/dist/collection/lib/message/resources/pt-br/snk-application.msg.js.gz +0 -0
  544. package/dist/collection/lib/message/resources/pt-br/snk-attach.msg.js.gz +0 -0
  545. package/dist/collection/lib/message/resources/pt-br/snk-configurator.msg.js.gz +0 -0
  546. package/dist/collection/lib/message/resources/pt-br/snk-crud.msg.js.gz +0 -0
  547. package/dist/collection/lib/message/resources/pt-br/snk-data-exporter.msg.js.gz +0 -0
  548. package/dist/collection/lib/message/resources/pt-br/snk-data-unit.msg.js.gz +0 -0
  549. package/dist/collection/lib/message/resources/pt-br/snk-entity-list.msg.js.gz +0 -0
  550. package/dist/collection/lib/message/resources/pt-br/snk-error-handler.msg.js.gz +0 -0
  551. package/dist/collection/lib/message/resources/pt-br/snk-exporter.msg.js.gz +0 -0
  552. package/dist/collection/lib/message/resources/pt-br/snk-filter-bar.msg.js.gz +0 -0
  553. package/dist/collection/lib/message/resources/pt-br/snk-filter-field-search.msg.js.gz +0 -0
  554. package/dist/collection/lib/message/resources/pt-br/snk-filter-list.msg.js.gz +0 -0
  555. package/dist/collection/lib/message/resources/pt-br/snk-filter-param-config.msg.js.gz +0 -0
  556. package/dist/collection/lib/message/resources/pt-br/snk-form.msg.js.gz +0 -0
  557. package/dist/collection/lib/message/resources/pt-br/snk-grid.msg.js.gz +0 -0
  558. package/dist/collection/lib/message/resources/pt-br/snk-layout-form-config.msg.js.gz +0 -0
  559. package/dist/collection/lib/message/resources/pt-br/snk-personalized-filter.msg.js.gz +0 -0
  560. package/dist/collection/lib/message/resources/pt-br/snk-pesquisa.msg.js.gz +0 -0
  561. package/dist/collection/lib/message/resources/pt-br/snk-print-selector.msg.js.gz +0 -0
  562. package/dist/collection/lib/message/resources/pt-br/snk-simple-bar.msg.js.gz +0 -0
  563. package/dist/collection/lib/message/resources/pt-br/snk-simple-crud.msg.js.gz +0 -0
  564. package/dist/collection/lib/message/resources/pt-br/snk-simple-form-config.msg.js.gz +0 -0
  565. package/dist/collection/lib/message/resources/pt-br/snk-taskbar.msg.js.gz +0 -0
  566. package/dist/collection/lib/resourceid/ResourceIDUtils.js.gz +0 -0
  567. package/dist/collection/lib/store/index.js.gz +0 -0
  568. package/dist/collection/lib/utils/ContinuousInsertUtils.js.gz +0 -0
  569. package/dist/collection/lib/utils/CrudUtils.js.gz +0 -0
  570. package/dist/collection/lib/utils/GetSelectedRecordsIDsInfo.js.gz +0 -0
  571. package/dist/collection/lib/utils/PrintUtils.js.gz +0 -0
  572. package/dist/collection/lib/utils/constants.js.gz +0 -0
  573. package/dist/collection/lib/utils/fileViewer/index.js.gz +0 -0
  574. package/dist/collection/lib/utils/fileViewer/interfaces/IFileViewerParams.js.gz +0 -0
  575. package/dist/collection/lib/utils/pesquisa.js.gz +0 -0
  576. package/dist/collection/lib/utils/urlutils.js.gz +0 -0
  577. package/dist/collection/lib/workspace/workspace.js.gz +0 -0
  578. package/dist/collection/sw.js.gz +0 -0
  579. package/dist/components/AuthorizationConfig.js.gz +0 -0
  580. package/dist/components/ConfigStorage.js.gz +0 -0
  581. package/dist/components/ContinuousInsertUtils.js.gz +0 -0
  582. package/dist/components/DataFetcher.js.gz +0 -0
  583. package/dist/components/GetSelectedRecordsIDsInfo.js.gz +0 -0
  584. package/dist/components/ISave.js.gz +0 -0
  585. package/dist/components/ParamType.js.gz +0 -0
  586. package/dist/components/PersonalizedFilterUtils.js.gz +0 -0
  587. package/dist/components/PrintUtils.js.gz +0 -0
  588. package/dist/components/ResourceIDUtils.js.gz +0 -0
  589. package/dist/components/SnkFormConfigManager.js.gz +0 -0
  590. package/dist/components/auth-fetcher.js.gz +0 -0
  591. package/dist/components/config-header.js.gz +0 -0
  592. package/dist/components/config-header2.js.gz +0 -0
  593. package/dist/components/configs-button.js.gz +0 -0
  594. package/dist/components/configs-button2.js.gz +0 -0
  595. package/dist/components/constants.js.gz +0 -0
  596. package/dist/components/dataunit-fetcher.js.gz +0 -0
  597. package/dist/components/field-config.js.gz +0 -0
  598. package/dist/components/field-config2.js.gz +0 -0
  599. package/dist/components/field-item.js.gz +0 -0
  600. package/dist/components/field-item2.js.gz +0 -0
  601. package/dist/components/fields-layout.js.gz +0 -0
  602. package/dist/components/fields-layout2.js.gz +0 -0
  603. package/dist/components/fields-selector.js.gz +0 -0
  604. package/dist/components/fields-selector2.js.gz +0 -0
  605. package/dist/components/filter-item-type.enum.js.gz +0 -0
  606. package/dist/components/filterNumberVariation.js.gz +0 -0
  607. package/dist/components/form-config-fetcher.js.gz +0 -0
  608. package/dist/components/guides-configurator.js.gz +0 -0
  609. package/dist/components/guides-configurator2.js.gz +0 -0
  610. package/dist/components/index.js.gz +0 -0
  611. package/dist/components/index2.js.gz +0 -0
  612. package/dist/components/pesquisa-grid.js.gz +0 -0
  613. package/dist/components/pesquisa-grid2.js.gz +0 -0
  614. package/dist/components/pesquisa-tree.js.gz +0 -0
  615. package/dist/components/pesquisa-tree2.js.gz +0 -0
  616. package/dist/components/presentationMode.js.gz +0 -0
  617. package/dist/components/snk-actions-button.js.gz +0 -0
  618. package/dist/components/snk-actions-button2.js.gz +0 -0
  619. package/dist/components/snk-actions-form.js.gz +0 -0
  620. package/dist/components/snk-application.js.gz +0 -0
  621. package/dist/components/snk-application2.js.gz +0 -0
  622. package/dist/components/snk-attach.js.gz +0 -0
  623. package/dist/components/snk-attach2.js.gz +0 -0
  624. package/dist/components/snk-client-confirm.js.gz +0 -0
  625. package/dist/components/snk-configurator.js.gz +0 -0
  626. package/dist/components/snk-configurator2.js.gz +0 -0
  627. package/dist/components/snk-crud.js.gz +0 -0
  628. package/dist/components/snk-custom-slot-elements.js.gz +0 -0
  629. package/dist/components/snk-data-exporter.js.gz +0 -0
  630. package/dist/components/snk-data-exporter2.js.gz +0 -0
  631. package/dist/components/snk-data-unit.js.gz +0 -0
  632. package/dist/components/snk-data-unit2.js.gz +0 -0
  633. package/dist/components/snk-default-filter.js.gz +0 -0
  634. package/dist/components/snk-default-filter2.js.gz +0 -0
  635. package/dist/components/snk-detail-view.js.gz +0 -0
  636. package/dist/components/snk-detail-view2.js.gz +0 -0
  637. package/dist/components/snk-entity-list.js.gz +0 -0
  638. package/dist/components/snk-exporter-email-sender.js.gz +0 -0
  639. package/dist/components/snk-exporter-email-sender2.js.gz +0 -0
  640. package/dist/components/snk-expression-group.js.gz +0 -0
  641. package/dist/components/snk-expression-group2.js.gz +0 -0
  642. package/dist/components/snk-expression-item.js.gz +0 -0
  643. package/dist/components/snk-expression-item2.js.gz +0 -0
  644. package/dist/components/snk-filter-advanced-mode.js.gz +0 -0
  645. package/dist/components/snk-filter-advanced-mode2.js.gz +0 -0
  646. package/dist/components/snk-filter-assistent-mode.js.gz +0 -0
  647. package/dist/components/snk-filter-assistent-mode2.js.gz +0 -0
  648. package/dist/components/snk-filter-bar.js.gz +0 -0
  649. package/dist/components/snk-filter-bar2.js.gz +0 -0
  650. package/dist/components/snk-filter-binary-select.js.gz +0 -0
  651. package/dist/components/snk-filter-checkbox-list.js.gz +0 -0
  652. package/dist/components/snk-filter-detail.js.gz +0 -0
  653. package/dist/components/snk-filter-detail2.js.gz +0 -0
  654. package/dist/components/snk-filter-field-search.js.gz +0 -0
  655. package/dist/components/snk-filter-field-search2.js.gz +0 -0
  656. package/dist/components/snk-filter-item.js.gz +0 -0
  657. package/dist/components/snk-filter-item2.js.gz +0 -0
  658. package/dist/components/snk-filter-list.js.gz +0 -0
  659. package/dist/components/snk-filter-modal-item.js.gz +0 -0
  660. package/dist/components/snk-filter-modal-item2.js.gz +0 -0
  661. package/dist/components/snk-filter-modal.js.gz +0 -0
  662. package/dist/components/snk-filter-modal2.js.gz +0 -0
  663. package/dist/components/snk-filter-multi-select.js.gz +0 -0
  664. package/dist/components/snk-filter-number.js.gz +0 -0
  665. package/dist/components/snk-filter-param-config.js.gz +0 -0
  666. package/dist/components/snk-filter-param-config2.js.gz +0 -0
  667. package/dist/components/snk-filter-period.js.gz +0 -0
  668. package/dist/components/snk-filter-search.js.gz +0 -0
  669. package/dist/components/snk-filter-text.js.gz +0 -0
  670. package/dist/components/snk-form-config.js.gz +0 -0
  671. package/dist/components/snk-form-config2.js.gz +0 -0
  672. package/dist/components/snk-form-summary.js.gz +0 -0
  673. package/dist/components/snk-form-summary2.js.gz +0 -0
  674. package/dist/components/snk-form-view.js.gz +0 -0
  675. package/dist/components/snk-form-view2.js.gz +0 -0
  676. package/dist/components/snk-form.js.gz +0 -0
  677. package/dist/components/snk-grid-config.js.gz +0 -0
  678. package/dist/components/snk-grid-config2.js.gz +0 -0
  679. package/dist/components/snk-grid.js.gz +0 -0
  680. package/dist/components/snk-grid2.js.gz +0 -0
  681. package/dist/components/snk-guides-viewer.js.gz +0 -0
  682. package/dist/components/snk-layout-form-config.js.gz +0 -0
  683. package/dist/components/snk-layout-form-config2.js.gz +0 -0
  684. package/dist/components/snk-personalized-filter-editor.js.gz +0 -0
  685. package/dist/components/snk-personalized-filter.js.gz +0 -0
  686. package/dist/components/snk-personalized-filter2.js.gz +0 -0
  687. package/dist/components/snk-pesquisa.js.gz +0 -0
  688. package/dist/components/snk-pesquisa2.js.gz +0 -0
  689. package/dist/components/snk-print-selector.js.gz +0 -0
  690. package/dist/components/snk-select-box.js.gz +0 -0
  691. package/dist/components/snk-select-box2.js.gz +0 -0
  692. package/dist/components/snk-simple-bar.js.gz +0 -0
  693. package/dist/components/snk-simple-bar2.js.gz +0 -0
  694. package/dist/components/snk-simple-crud.js.gz +0 -0
  695. package/dist/components/snk-simple-crud2.js.gz +0 -0
  696. package/dist/components/snk-simple-form-config.js.gz +0 -0
  697. package/dist/components/snk-simple-form-config2.js.gz +0 -0
  698. package/dist/components/snk-taskbar.js.gz +0 -0
  699. package/dist/components/snk-taskbar2.js.gz +0 -0
  700. package/dist/components/snk-view-representation.js.gz +0 -0
  701. package/dist/components/snk-view-representation2.js.gz +0 -0
  702. package/dist/components/sortable.esm.js.gz +0 -0
  703. package/dist/components/taskbar-actions-button.js.gz +0 -0
  704. package/dist/components/taskbar-actions-button2.js.gz +0 -0
  705. package/dist/components/taskbar-split-button.js.gz +0 -0
  706. package/dist/components/taskbar-split-button2.js.gz +0 -0
  707. package/dist/components/teste-pesquisa.js.gz +0 -0
  708. package/dist/esm/AuthorizationConfig-dcbd207a.js.gz +0 -0
  709. package/dist/esm/ConfigStorage-22eace3a.js.gz +0 -0
  710. package/dist/esm/DataFetcher-f6b2961a.js.gz +0 -0
  711. package/dist/esm/FormConfigHelper-4e42f0b6.js.gz +0 -0
  712. package/dist/esm/GetSelectedRecordsIDsInfo-9fa41508.js.gz +0 -0
  713. package/dist/esm/IFetchDataExporterParams-d73bed3d.js.gz +0 -0
  714. package/dist/esm/ISave-6b7b0423.js.gz +0 -0
  715. package/dist/esm/ParamType-d5152b06.js.gz +0 -0
  716. package/dist/esm/PersonalizedFilterUtils-2db38ff2.js.gz +0 -0
  717. package/dist/esm/PrintUtils-3e4ff0f5.js.gz +0 -0
  718. package/dist/esm/ResourceIDUtils-a114189a.js.gz +0 -0
  719. package/dist/esm/SnkFormConfigManager-968b97e7.js.gz +0 -0
  720. package/dist/esm/SnkMultiSelectionListDataSource-1136c4e7.js.gz +0 -0
  721. package/dist/esm/auth-fetcher-cf39e42b.js.gz +0 -0
  722. package/dist/esm/config-header.entry.js.gz +0 -0
  723. package/dist/esm/configs-button.entry.js.gz +0 -0
  724. package/dist/esm/constants-7b422de0.js.gz +0 -0
  725. package/dist/esm/dataunit-fetcher-6314b19d.js.gz +0 -0
  726. package/dist/esm/default-filters-50105e43.js.gz +0 -0
  727. package/dist/esm/field-config_2.entry.js.gz +0 -0
  728. package/dist/esm/fields-layout.entry.js.gz +0 -0
  729. package/dist/esm/fields-selector.entry.js.gz +0 -0
  730. package/dist/esm/filter-item-type.enum-d45e026f.js.gz +0 -0
  731. package/dist/esm/filter-type.enum-f6a8fe23.js.gz +0 -0
  732. package/dist/esm/filter-validate-faf51fa9.js.gz +0 -0
  733. package/dist/esm/filterNumberVariation-8cee02ea.js.gz +0 -0
  734. package/dist/esm/form-config-fetcher-bc6f0f1f.js.gz +0 -0
  735. package/dist/esm/guides-configurator.entry.js.gz +0 -0
  736. package/dist/esm/index-446f9341.js.gz +0 -0
  737. package/dist/esm/index-479e1293.js.gz +0 -0
  738. package/dist/esm/index-620ac460.js.gz +0 -0
  739. package/dist/esm/index-8acbae97.js.gz +0 -0
  740. package/dist/esm/index-b40568ff.js.gz +0 -0
  741. package/dist/esm/index.js.gz +0 -0
  742. package/dist/esm/loader.js.gz +0 -0
  743. package/dist/esm/pesquisa-grid_2.entry.js.gz +0 -0
  744. package/dist/esm/polyfills/core-js.js.gz +0 -0
  745. package/dist/esm/polyfills/css-shim.js.gz +0 -0
  746. package/dist/esm/polyfills/dom.js.gz +0 -0
  747. package/dist/esm/polyfills/es5-html-element.js.gz +0 -0
  748. package/dist/esm/polyfills/index.js.gz +0 -0
  749. package/dist/esm/polyfills/system.js.gz +0 -0
  750. package/dist/esm/presentationMode-783bbf9d.js.gz +0 -0
  751. package/dist/esm/sankhyablocks.js.gz +0 -0
  752. package/dist/esm/snk-actions-button_8.entry.js.gz +0 -0
  753. package/dist/esm/snk-actions-form.entry.js.gz +0 -0
  754. package/dist/esm/snk-application.entry.js.gz +0 -0
  755. package/dist/esm/snk-attach.entry.js.gz +0 -0
  756. package/dist/esm/snk-client-confirm.entry.js.gz +0 -0
  757. package/dist/esm/snk-configurator.entry.js.gz +0 -0
  758. package/dist/esm/snk-crud.entry.js.gz +0 -0
  759. package/dist/esm/snk-custom-slot-elements.entry.js.gz +0 -0
  760. package/dist/esm/snk-data-exporter.entry.js.gz +0 -0
  761. package/dist/esm/snk-data-unit-4acf4781.js.gz +0 -0
  762. package/dist/esm/snk-data-unit.entry.js.gz +0 -0
  763. package/dist/esm/snk-default-filter.entry.js.gz +0 -0
  764. package/dist/esm/snk-detail-view.entry.js.gz +0 -0
  765. package/dist/esm/snk-entity-list.entry.js.gz +0 -0
  766. package/dist/esm/snk-exporter-email-sender.entry.js.gz +0 -0
  767. package/dist/esm/snk-expression-group_2.entry.js.gz +0 -0
  768. package/dist/esm/snk-filter-advanced-mode_2.entry.js.gz +0 -0
  769. package/dist/esm/snk-filter-bar_4.entry.js.gz +0 -0
  770. package/dist/esm/snk-filter-binary-select.entry.js.gz +0 -0
  771. package/dist/esm/snk-filter-checkbox-list.entry.js.gz +0 -0
  772. package/dist/esm/snk-filter-detail.entry.js.gz +0 -0
  773. package/dist/esm/snk-filter-field-search_2.entry.js.gz +0 -0
  774. package/dist/esm/snk-filter-modal-item.entry.js.gz +0 -0
  775. package/dist/esm/snk-filter-multi-select.entry.js.gz +0 -0
  776. package/dist/esm/snk-filter-number.entry.js.gz +0 -0
  777. package/dist/esm/snk-filter-period.entry.js.gz +0 -0
  778. package/dist/esm/snk-filter-search.entry.js.gz +0 -0
  779. package/dist/esm/snk-filter-text.entry.js.gz +0 -0
  780. package/dist/esm/snk-form-summary.entry.js.gz +0 -0
  781. package/dist/esm/snk-form-view.entry.js.gz +0 -0
  782. package/dist/esm/snk-form_2.entry.js.gz +0 -0
  783. package/dist/esm/snk-grid.entry.js.gz +0 -0
  784. package/dist/esm/snk-guides-viewer-19cb7f1f.js.gz +0 -0
  785. package/dist/esm/snk-guides-viewer.entry.js.gz +0 -0
  786. package/dist/esm/snk-personalized-filter-editor.entry.js.gz +0 -0
  787. package/dist/esm/snk-personalized-filter.entry.js.gz +0 -0
  788. package/dist/esm/snk-pesquisa.entry.js.gz +0 -0
  789. package/dist/esm/snk-print-selector.entry.js.gz +0 -0
  790. package/dist/esm/snk-simple-bar.entry.js.gz +0 -0
  791. package/dist/esm/snk-simple-crud.entry.js.gz +0 -0
  792. package/dist/esm/snk-taskbar.entry.js.gz +0 -0
  793. package/dist/esm/sortable.esm-842f85a3.js.gz +0 -0
  794. package/dist/esm/taskbar-elements-faaf5d8f.js.gz +0 -0
  795. package/dist/esm/taskbar-processor-3436124c.js.gz +0 -0
  796. package/dist/esm/teste-pesquisa.entry.js.gz +0 -0
  797. package/dist/index.cjs.js.gz +0 -0
  798. package/dist/index.js.gz +0 -0
  799. package/dist/sankhyablocks/index.esm.js.gz +0 -0
  800. package/dist/sankhyablocks/p-093f58fa.entry.js.gz +0 -0
  801. package/dist/sankhyablocks/p-0a317e81.js.gz +0 -0
  802. package/dist/sankhyablocks/p-0e1f0344.entry.js.gz +0 -0
  803. package/dist/sankhyablocks/p-0f3698af.js.gz +0 -0
  804. package/dist/sankhyablocks/p-11346b8d.entry.js.gz +0 -0
  805. package/dist/sankhyablocks/p-162bddae.entry.js.gz +0 -0
  806. package/dist/sankhyablocks/p-16c1c209.entry.js.gz +0 -0
  807. package/dist/sankhyablocks/p-180716b2.entry.js.gz +0 -0
  808. package/dist/sankhyablocks/p-1a0caadb.js.gz +0 -0
  809. package/dist/sankhyablocks/p-1a68fb59.js.gz +0 -0
  810. package/dist/sankhyablocks/p-21107f0d.entry.js.gz +0 -0
  811. package/dist/sankhyablocks/p-27482793.entry.js.gz +0 -0
  812. package/dist/sankhyablocks/p-2c86cfab.entry.js.gz +0 -0
  813. package/dist/sankhyablocks/p-2fdac5e6.entry.js.gz +0 -0
  814. package/dist/sankhyablocks/p-3d41f5a8.entry.js.gz +0 -0
  815. package/dist/sankhyablocks/p-3ed04f0d.entry.js.gz +0 -0
  816. package/dist/sankhyablocks/p-471b34f4.entry.js.gz +0 -0
  817. package/dist/sankhyablocks/p-49ddc27a.entry.js.gz +0 -0
  818. package/dist/sankhyablocks/p-4c763b10.entry.js.gz +0 -0
  819. package/dist/sankhyablocks/p-505172c8.entry.js.gz +0 -0
  820. package/dist/sankhyablocks/p-51833248.js.gz +0 -0
  821. package/dist/sankhyablocks/p-519f74be.entry.js.gz +0 -0
  822. package/dist/sankhyablocks/p-55798617.js.gz +0 -0
  823. package/dist/sankhyablocks/p-60dd1d27.entry.js.gz +0 -0
  824. package/dist/sankhyablocks/p-658f67a5.js +0 -1
  825. package/dist/sankhyablocks/p-658f67a5.js.gz +0 -0
  826. package/dist/sankhyablocks/p-667cab42.entry.js.gz +0 -0
  827. package/dist/sankhyablocks/p-688dcb4c.js.gz +0 -0
  828. package/dist/sankhyablocks/p-6a4b21dd.js.gz +0 -0
  829. package/dist/sankhyablocks/p-6a56582c.entry.js.gz +0 -0
  830. package/dist/sankhyablocks/p-701b024c.entry.js.gz +0 -0
  831. package/dist/sankhyablocks/p-72a9285d.entry.js +0 -1
  832. package/dist/sankhyablocks/p-72a9285d.entry.js.gz +0 -0
  833. package/dist/sankhyablocks/p-7345782c.entry.js.gz +0 -0
  834. package/dist/sankhyablocks/p-75af335e.entry.js.gz +0 -0
  835. package/dist/sankhyablocks/p-76e66fd9.js.gz +0 -0
  836. package/dist/sankhyablocks/p-7b3ca294.entry.js.gz +0 -0
  837. package/dist/sankhyablocks/p-7dd49d15.js.gz +0 -0
  838. package/dist/sankhyablocks/p-7e250432.entry.js.gz +0 -0
  839. package/dist/sankhyablocks/p-7f7fe6c4.entry.js.gz +0 -0
  840. package/dist/sankhyablocks/p-825098c1.entry.js.gz +0 -0
  841. package/dist/sankhyablocks/p-84345e7a.js.gz +0 -0
  842. package/dist/sankhyablocks/p-88b7bc09.js.gz +0 -0
  843. package/dist/sankhyablocks/p-8d256def.js.gz +0 -0
  844. package/dist/sankhyablocks/p-8d884fab.js.gz +0 -0
  845. package/dist/sankhyablocks/p-8f3f2306.js.gz +0 -0
  846. package/dist/sankhyablocks/p-8f73da95.js.gz +0 -0
  847. package/dist/sankhyablocks/p-9019a32f.js.gz +0 -0
  848. package/dist/sankhyablocks/p-9062d640.js.gz +0 -0
  849. package/dist/sankhyablocks/p-91a9abb6.entry.js.gz +0 -0
  850. package/dist/sankhyablocks/p-95c471d8.entry.js.gz +0 -0
  851. package/dist/sankhyablocks/p-95c71f5e.entry.js.gz +0 -0
  852. package/dist/sankhyablocks/p-96d45943.entry.js.gz +0 -0
  853. package/dist/sankhyablocks/p-988afe78.js.gz +0 -0
  854. package/dist/sankhyablocks/p-9a63f3f7.entry.js.gz +0 -0
  855. package/dist/sankhyablocks/p-a5108625.entry.js.gz +0 -0
  856. package/dist/sankhyablocks/p-ada32f94.entry.js.gz +0 -0
  857. package/dist/sankhyablocks/p-aed983f8.entry.js +0 -1
  858. package/dist/sankhyablocks/p-aed983f8.entry.js.gz +0 -0
  859. package/dist/sankhyablocks/p-b2d7f4cd.entry.js.gz +0 -0
  860. package/dist/sankhyablocks/p-b568c1d4.js.gz +0 -0
  861. package/dist/sankhyablocks/p-b7f5caf6.js +0 -1
  862. package/dist/sankhyablocks/p-b7f5caf6.js.gz +0 -0
  863. package/dist/sankhyablocks/p-b987e15d.js.gz +0 -0
  864. package/dist/sankhyablocks/p-bf017a1f.js.gz +0 -0
  865. package/dist/sankhyablocks/p-c3dbf441.entry.js.gz +0 -0
  866. package/dist/sankhyablocks/p-c71dcb2d.js.gz +0 -0
  867. package/dist/sankhyablocks/p-c95f20d9.entry.js.gz +0 -0
  868. package/dist/sankhyablocks/p-c98e2085.js +0 -1
  869. package/dist/sankhyablocks/p-c98e2085.js.gz +0 -0
  870. package/dist/sankhyablocks/p-cb4343c4.entry.js.gz +0 -0
  871. package/dist/sankhyablocks/p-d03ae54e.entry.js.gz +0 -0
  872. package/dist/sankhyablocks/p-d725b0c7.entry.js.gz +0 -0
  873. package/dist/sankhyablocks/p-d75a732c.js.gz +0 -0
  874. package/dist/sankhyablocks/p-d8d8169b.js.gz +0 -0
  875. package/dist/sankhyablocks/p-dc36cfbf.js.gz +0 -0
  876. package/dist/sankhyablocks/p-df7979fd.entry.js.gz +0 -0
  877. package/dist/sankhyablocks/p-e258de96.entry.js.gz +0 -0
  878. package/dist/sankhyablocks/p-eaad0aa8.js.gz +0 -0
  879. package/dist/sankhyablocks/p-f4184ce7.js.gz +0 -0
  880. package/dist/sankhyablocks/p-f8e87cf1.entry.js +0 -1
  881. package/dist/sankhyablocks/p-f8e87cf1.entry.js.gz +0 -0
  882. package/dist/sankhyablocks/p-f8f29e1a.entry.js.gz +0 -0
  883. package/dist/sankhyablocks/p-fa80e546.js.gz +0 -0
  884. package/dist/sankhyablocks/p-ff1990ad.js.gz +0 -0
  885. package/dist/sankhyablocks/p-ff52b422.entry.js +0 -1
  886. package/dist/sankhyablocks/p-ff52b422.entry.js.gz +0 -0
  887. package/dist/sankhyablocks/sankhyablocks.esm.js.gz +0 -0
@@ -1,19 +1,20 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement, c as createEvent } from './index-479e1293.js';
2
2
  import { ApplicationContext, StringUtils, ErrorException, WarningException, ObjectUtils, DateUtils, ServiceUtils, StorageType, ArrayUtils, ElementIDUtils } from '@sankhyalabs/core';
3
- import { D as DataFetcher } from './DataFetcher-f6b2961a.js';
3
+ import { D as DataFetcher } from './DataFetcher-743feb3b.js';
4
4
  import { P as ParamType } from './ParamType-d5152b06.js';
5
- import './ISave-6b7b0423.js';
5
+ import './ISave-345481c1.js';
6
6
  import './index-b40568ff.js';
7
7
  import '@sankhyalabs/ezui/dist/collection/utils/constants';
8
8
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
9
- import './dataunit-fetcher-6314b19d.js';
9
+ import './dataunit-fetcher-7f2c61ca.js';
10
10
  import './filter-item-type.enum-d45e026f.js';
11
- import { F as FormConfigFetcher } from './form-config-fetcher-bc6f0f1f.js';
11
+ import { F as FormConfigFetcher } from './form-config-fetcher-898d2dd1.js';
12
12
  import { O as ORDER_VALUES } from './constants-7b422de0.js';
13
13
  import { g as getSelectedRecordsIDsInfo } from './GetSelectedRecordsIDsInfo-9fa41508.js';
14
14
  import { R as ResourceIDUtils } from './ResourceIDUtils-a114189a.js';
15
15
  import { ApplicationUtils, DialogType, FormLayout } from '@sankhyalabs/ezui/dist/collection/utils';
16
- import { C as ConfigStorage } from './ConfigStorage-22eace3a.js';
16
+ import { C as ConfigStorage } from './ConfigStorage-568dc227.js';
17
+ import { S as ServicesNumberingConfig } from './ServicesNumberingConfig-2f7b050e.js';
17
18
  import './PrintUtils-3e4ff0f5.js';
18
19
  import '@sankhyalabs/ezui/dist/collection/components/ez-grid/utils';
19
20
  import '@sankhyalabs/core/dist/utils/SortingUtils';
@@ -1157,6 +1158,135 @@ const SnkLayoutFormConfig = class {
1157
1158
  };
1158
1159
  SnkLayoutFormConfig.style = snkLayoutFormConfigCss;
1159
1160
 
1161
+ const snkNumberingConfigCss = ".sc-snk-numbering-config-h{display:block}";
1162
+
1163
+ const SnkNumberingConfig = class {
1164
+ constructor(hostRef) {
1165
+ registerInstance(this, hostRef);
1166
+ this.handleNumberingConfigChanged = (event) => {
1167
+ const config = event.detail;
1168
+ if (config) {
1169
+ this.applyConfiguration(config);
1170
+ }
1171
+ };
1172
+ this.autoNumbering = false;
1173
+ this.initialNumber = undefined;
1174
+ this.messagesBuilder = undefined;
1175
+ this.entityName = undefined;
1176
+ this.resourceID = undefined;
1177
+ }
1178
+ /**
1179
+ * Salva ou recupera as configurações de numeração.
1180
+ */
1181
+ async save() {
1182
+ try {
1183
+ if (this._savedConfig && this._savedConfig.isAutoNumbering === this.autoNumbering && this._savedConfig.initialNumber === this.initialNumber) {
1184
+ return true;
1185
+ }
1186
+ const payload = {
1187
+ entityName: this.entityName,
1188
+ isAutoNum: this.autoNumbering,
1189
+ numInicial: this.initialNumber
1190
+ };
1191
+ await this._servicesNumberingConfig.saveConfig(payload);
1192
+ this._savedConfig = {
1193
+ isAutoNumbering: this.autoNumbering,
1194
+ initialNumber: this.initialNumber
1195
+ };
1196
+ if (this._snkCrud && this._snkCrud.updateNumberingConfig) {
1197
+ await this._snkCrud.updateNumberingConfig(this._savedConfig);
1198
+ }
1199
+ return true;
1200
+ }
1201
+ catch (error) {
1202
+ console.error("Error saving numbering config:", error);
1203
+ return false;
1204
+ }
1205
+ }
1206
+ async componentWillLoad() {
1207
+ const _application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
1208
+ this.findParentSnkCrud();
1209
+ this._servicesNumberingConfig = new ServicesNumberingConfig(_application, this.resourceID);
1210
+ if (this.entityName) {
1211
+ await this.loadNumberingConfiguration();
1212
+ }
1213
+ }
1214
+ findParentSnkCrud() {
1215
+ const snkCrudElement = this._element.closest('snk-crud');
1216
+ if (snkCrudElement) {
1217
+ this._snkCrud = snkCrudElement;
1218
+ this._snkCrud.addEventListener('numberingConfigChanged', this.handleNumberingConfigChanged.bind(this));
1219
+ }
1220
+ }
1221
+ async loadNumberingConfiguration() {
1222
+ try {
1223
+ const configFromCrud = await this.tryGetConfigFromSnkCrud();
1224
+ if (configFromCrud) {
1225
+ this.applyConfiguration(configFromCrud);
1226
+ return;
1227
+ }
1228
+ const configFromService = await this.loadConfigFromService();
1229
+ this.applyConfiguration(configFromService);
1230
+ await this.updateSnkCrudConfig(configFromService);
1231
+ }
1232
+ catch (error) {
1233
+ console.error("Error loading numbering config:", error);
1234
+ this.setDefaultConfiguration();
1235
+ }
1236
+ }
1237
+ async tryGetConfigFromSnkCrud() {
1238
+ if (!this._snkCrud) {
1239
+ return null;
1240
+ }
1241
+ try {
1242
+ const config = await this._snkCrud.getNumberingConfig();
1243
+ if (config) {
1244
+ return config;
1245
+ }
1246
+ }
1247
+ catch (error) {
1248
+ console.log("snk-crud não tem configuração ainda, carregando diretamente...");
1249
+ }
1250
+ return null;
1251
+ }
1252
+ async loadConfigFromService() {
1253
+ return await this._servicesNumberingConfig.getConfig(this.entityName);
1254
+ }
1255
+ applyConfiguration(config) {
1256
+ this._savedConfig = config;
1257
+ this.autoNumbering = config.isAutoNumbering;
1258
+ this.initialNumber = config.initialNumber;
1259
+ }
1260
+ async updateSnkCrudConfig(config) {
1261
+ if (this._snkCrud) {
1262
+ try {
1263
+ await this._snkCrud.updateNumberingConfig(config);
1264
+ }
1265
+ catch (error) {
1266
+ console.warn("Erro ao atualizar configuração no snk-crud:", error);
1267
+ }
1268
+ }
1269
+ }
1270
+ setDefaultConfiguration() {
1271
+ this.autoNumbering = false;
1272
+ this.initialNumber = null;
1273
+ }
1274
+ getMessage(key, params) {
1275
+ var _a;
1276
+ return (_a = this.messagesBuilder) === null || _a === void 0 ? void 0 : _a.getMessage(key, params);
1277
+ }
1278
+ disconnectedCallback() {
1279
+ if (this._snkCrud) {
1280
+ this._snkCrud.removeEventListener('numberingConfigChanged', this.handleNumberingConfigChanged);
1281
+ }
1282
+ }
1283
+ render() {
1284
+ return (h("div", { class: "ez-flex ez-flex--column" }, h("ez-check", { mode: 'SWITCH', label: this.getMessage('snkNumberingConfig.labelAutoNumbering'), class: "ez-margin-bottom--medium", onEzChange: ({ detail }) => this.autoNumbering = detail, value: this.autoNumbering }), h("ez-number-input", { label: this.getMessage('snkNumberingConfig.labelInitialNumber'), onEzChange: ({ detail }) => this.initialNumber = detail, value: this.initialNumber, precision: 0, prettyPrecision: 0, allowNegative: false, enabled: this.autoNumbering })));
1285
+ }
1286
+ get _element() { return getElement(this); }
1287
+ };
1288
+ SnkNumberingConfig.style = snkNumberingConfigCss;
1289
+
1160
1290
  const snkSelectBoxCss = "ez-combo-box{width:100px;--ez-text-input__margin-bottom:0px}.grid-config-combo{--ez-text-input--height:28px;--ez-text-input__input--background-color:#fff;--ez-text-input__input--border-color:#dce0e8}";
1161
1291
 
1162
1292
  const SelectBox = class {
@@ -1481,4 +1611,4 @@ const TaskbarSplitButton = class {
1481
1611
  };
1482
1612
  TaskbarSplitButton.style = taskbarSplitButtonCss;
1483
1613
 
1484
- export { SnkActionsButton as snk_actions_button, SnkGridConfig as snk_grid_config, SnkLayoutFormConfig as snk_layout_form_config, SelectBox as snk_select_box, SnkSimpleFormConfig as snk_simple_form_config, SnkViewRepresentation as snk_view_representation, TaskbarActionsButton as taskbar_actions_button, TaskbarSplitButton as taskbar_split_button };
1614
+ export { SnkActionsButton as snk_actions_button, SnkGridConfig as snk_grid_config, SnkLayoutFormConfig as snk_layout_form_config, SnkNumberingConfig as snk_numbering_config, SelectBox as snk_select_box, SnkSimpleFormConfig as snk_simple_form_config, SnkViewRepresentation as snk_view_representation, TaskbarActionsButton as taskbar_actions_button, TaskbarSplitButton as taskbar_split_button };
@@ -1,15 +1,15 @@
1
1
  import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-479e1293.js';
2
2
  import { DateUtils, StringUtils, ObjectUtils, WaitingChangeException, SilentException, WarningException, ErrorException, ElementIDUtils, SearchUtils, ArrayUtils, KeyboardManager, OnboardingUtils, DependencyType, DataType, ApplicationContext, ErrorTracking, UserAgentUtils, LockManager, LockManagerOperation } from '@sankhyalabs/core';
3
3
  import { ApplicationUtils } from '@sankhyalabs/ezui/dist/collection/utils';
4
- import { C as ConfigStorage } from './ConfigStorage-22eace3a.js';
5
- import { d as dist, D as DataFetcher, U as UrlUtils, S as SnkMessageBuilder } from './DataFetcher-f6b2961a.js';
6
- import { A as AutorizationType, a as AuthFetcher } from './auth-fetcher-cf39e42b.js';
7
- import { P as PreloadManager, D as DataUnitFetcher } from './dataunit-fetcher-6314b19d.js';
8
- import { P as PesquisaFetcher } from './ISave-6b7b0423.js';
4
+ import { C as ConfigStorage } from './ConfigStorage-568dc227.js';
5
+ import { d as dist, D as DataFetcher, U as UrlUtils, S as SnkMessageBuilder } from './DataFetcher-743feb3b.js';
6
+ import { A as AutorizationType, a as AuthFetcher } from './auth-fetcher-c353127d.js';
7
+ import { P as PreloadManager, D as DataUnitFetcher } from './dataunit-fetcher-7f2c61ca.js';
8
+ import { P as PesquisaFetcher } from './ISave-345481c1.js';
9
9
  import { T as TEMPLATES_SKELETON } from './constants-7b422de0.js';
10
10
  import './index-b40568ff.js';
11
11
  import './filter-item-type.enum-d45e026f.js';
12
- import { F as FormConfigFetcher } from './form-config-fetcher-bc6f0f1f.js';
12
+ import { F as FormConfigFetcher } from './form-config-fetcher-898d2dd1.js';
13
13
  import './PrintUtils-3e4ff0f5.js';
14
14
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
15
15
  import '@sankhyalabs/ezui/dist/collection/utils/constants';
@@ -1,13 +1,13 @@
1
1
  import { r as registerInstance, c as createEvent, h } from './index-479e1293.js';
2
2
  import { ApplicationContext, DataType, Action, UserInterface, StringUtils, DataUnitLoaderUtils, DataUnit } from '@sankhyalabs/core';
3
- import { D as DataFetcher, S as SnkMessageBuilder } from './DataFetcher-f6b2961a.js';
4
- import { S as SaveErrorsEnum } from './ISave-6b7b0423.js';
3
+ import { D as DataFetcher, S as SnkMessageBuilder } from './DataFetcher-743feb3b.js';
4
+ import { S as SaveErrorsEnum } from './ISave-345481c1.js';
5
5
  import './index-b40568ff.js';
6
- import { P as PreloadManager, D as DataUnitFetcher, I as InMemoryLoader } from './dataunit-fetcher-6314b19d.js';
6
+ import { P as PreloadManager, D as DataUnitFetcher, I as InMemoryLoader } from './dataunit-fetcher-7f2c61ca.js';
7
7
  import './filter-item-type.enum-d45e026f.js';
8
- import './form-config-fetcher-bc6f0f1f.js';
8
+ import './form-config-fetcher-898d2dd1.js';
9
9
  import { V as VIEW_MODE } from './constants-7b422de0.js';
10
- import { A as AutorizationType } from './auth-fetcher-cf39e42b.js';
10
+ import { A as AutorizationType } from './auth-fetcher-c353127d.js';
11
11
  import { T as TaskbarElement } from './taskbar-elements-faaf5d8f.js';
12
12
  import './PrintUtils-3e4ff0f5.js';
13
13
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
@@ -20,6 +20,8 @@ const SnkConfigurator = class {
20
20
  this.viewMode = VIEW_MODE.GRID;
21
21
  this.customContainerId = undefined;
22
22
  this.layoutFormConfig = true;
23
+ this.entityName = undefined;
24
+ this.disableNumberingConfig = false;
23
25
  this.messagesBuilder = undefined;
24
26
  }
25
27
  /**
@@ -80,7 +82,14 @@ const SnkConfigurator = class {
80
82
  var _a;
81
83
  return (_a = this.messagesBuilder) === null || _a === void 0 ? void 0 : _a.getMessage(key, {});
82
84
  }
83
- handleSave() {
85
+ async handleSave() {
86
+ var _a;
87
+ if (!this.disableNumberingConfig) {
88
+ const result = await ((_a = this._snkNumberingConfig) === null || _a === void 0 ? void 0 : _a.save());
89
+ if (!result) {
90
+ return;
91
+ }
92
+ }
84
93
  if (this.layoutFormConfig) {
85
94
  this._snkLayoutFormConfig.save();
86
95
  }
@@ -109,7 +118,7 @@ const SnkConfigurator = class {
109
118
  insideCustomElementsContainer === null || insideCustomElementsContainer === void 0 ? void 0 : insideCustomElementsContainer.appendChild(configuratorCustomElement);
110
119
  }
111
120
  render() {
112
- return (h("ez-modal", { ref: (element) => (this.modal = element), opened: this._opened, "close-esc": false, "close-outside-click": false, "modal-size": "small", scrim: "light", onEzCloseModal: () => this.closeConfig() }, h("div", { class: "snk-configurator" }, h("div", { class: "snk-configurator__header" }, h("label", { class: "snk-configurator__title" }, this.getMessage('snkConfigurator.titleConfigurations')), h("div", { class: "snk-configurator__button-close" }, h("ez-button", { mode: "icon", iconName: "close", size: "medium", onClick: () => this.closeConfig() }))), h("div", { class: "snk-configurator__main" }, h("ez-collapsible-box", { boxBordered: true, label: this.getMessage('snkConfigurator.subTitleModeConfig'), headerSize: "medium", class: "snk-configurator__collapsable-box" }, h("ez-radio-button", { value: this.getViewModeValue().toString(), onEzChange: (evt) => this.onViewModeChanged(evt), enabled: this.enableModeConfig() }, h("ez-radio-button-option", { label: this.getMessage('snkConfigurator.labelGrid'), value: VIEW_MODE.GRID }), h("ez-radio-button-option", { label: this.getMessage('snkConfigurator.labelForm'), value: VIEW_MODE.FORM })), h("div", { class: "snk-configurator__collsable-box-action" }, h("ez-button", { label: this.viewMode === VIEW_MODE.GRID ? this.getMessage('snkConfigurator.labelConfigGrid') : this.getMessage('snkConfigurator.labelConfigForm'), class: "snk-configurator__button-config ez-button--secondary", onClick: () => this.onClickOpenConfig(), id: "openConfigurator" }))), this.layoutFormConfig && h("ez-collapsible-box", { boxBordered: true, value: true, label: this.getMessage('snkConfigurator.labelLayoutForm'), headerSize: "medium", class: "snk-configurator__collapsable-box ez-margin-top--medium" }, h("div", { class: 'ez-flex ez-flex--column ez-size-width--full' }, h("snk-layout-form-config", { ref: (ref) => this._snkLayoutFormConfig = ref, messagesBuilder: this.messagesBuilder }))), h("div", { id: "slotContainer", class: "snk-configurator__outline" })), this.showActionButtons && (h("div", { class: "snk-configurator__action-buttons" }, h("ez-button", { label: this.getMessage('snkConfigurator.buttons.cancel'), onClick: () => this.cancel.emit() }), h("ez-button", { label: this.getMessage('snkConfigurator.buttons.save'), onClick: () => this.handleSave(), class: "ez-button--primary" }))))));
121
+ return (h("ez-modal", { ref: (element) => (this.modal = element), opened: this._opened, "close-esc": false, "close-outside-click": false, "modal-size": "small", scrim: "light", onEzCloseModal: () => this.closeConfig() }, h("div", { class: "snk-configurator" }, h("div", { class: "snk-configurator__header" }, h("label", { class: "snk-configurator__title" }, this.getMessage('snkConfigurator.titleConfigurations')), h("div", { class: "snk-configurator__button-close" }, h("ez-button", { mode: "icon", iconName: "close", size: "medium", onClick: () => this.closeConfig() }))), h("div", { class: "snk-configurator__main" }, h("ez-collapsible-box", { boxBordered: true, label: this.getMessage('snkConfigurator.subTitleModeConfig'), headerSize: "medium", class: "snk-configurator__collapsable-box" }, h("ez-radio-button", { value: this.getViewModeValue().toString(), onEzChange: (evt) => this.onViewModeChanged(evt), enabled: this.enableModeConfig() }, h("ez-radio-button-option", { label: this.getMessage('snkConfigurator.labelGrid'), value: VIEW_MODE.GRID }), h("ez-radio-button-option", { label: this.getMessage('snkConfigurator.labelForm'), value: VIEW_MODE.FORM })), h("div", { class: "snk-configurator__collsable-box-action" }, h("ez-button", { label: this.viewMode === VIEW_MODE.GRID ? this.getMessage('snkConfigurator.labelConfigGrid') : this.getMessage('snkConfigurator.labelConfigForm'), class: "snk-configurator__button-config ez-button--secondary", onClick: () => this.onClickOpenConfig(), id: "openConfigurator" }))), this.layoutFormConfig && (h("ez-collapsible-box", { boxBordered: true, value: true, label: this.getMessage('snkConfigurator.labelLayoutForm'), headerSize: "medium", class: "snk-configurator__collapsable-box ez-margin-top--medium" }, h("div", { class: 'ez-flex ez-flex--column ez-size-width--full' }, h("snk-layout-form-config", { ref: (ref) => this._snkLayoutFormConfig = ref, messagesBuilder: this.messagesBuilder })))), !this.disableNumberingConfig && (h("ez-collapsible-box", { boxBordered: true, value: true, label: this.getMessage('snkConfigurator.labelNumberingConfig'), headerSize: "medium", class: "snk-configurator__collapsable-box ez-margin-top--medium" }, h("div", { class: 'ez-flex ez-flex--column ez-size-width--full' }, h("snk-numbering-config", { ref: (ref) => this._snkNumberingConfig = ref, messagesBuilder: this.messagesBuilder, entityName: this.entityName, resourceID: this.resourceID })))), h("div", { id: "slotContainer", class: "snk-configurator__outline" })), this.showActionButtons && (h("div", { class: "snk-configurator__action-buttons" }, h("ez-button", { label: this.getMessage('snkConfigurator.buttons.cancel'), onClick: () => this.cancel.emit() }), h("ez-button", { label: this.getMessage('snkConfigurator.buttons.save'), onClick: () => this.handleSave(), class: "ez-button--primary" }))))));
113
122
  }
114
123
  get _element() { return getElement(this); }
115
124
  };
@@ -1,21 +1,22 @@
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-f6b2961a.js';
5
- import './ISave-6b7b0423.js';
2
+ import { Action, StringUtils, ElementIDUtils, ApplicationContext, KeyboardManager } from '@sankhyalabs/core';
3
+ import './DataFetcher-743feb3b.js';
4
+ import './ISave-345481c1.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-6314b19d.js';
8
+ import './dataunit-fetcher-7f2c61ca.js';
10
9
  import './filter-item-type.enum-d45e026f.js';
11
- import './form-config-fetcher-bc6f0f1f.js';
10
+ import './form-config-fetcher-898d2dd1.js';
12
11
  import { V as VIEW_MODE } from './constants-7b422de0.js';
13
- import { A as AutorizationType } from './auth-fetcher-cf39e42b.js';
14
- import './index-446f9341.js';
12
+ import { A as AutorizationType } from './auth-fetcher-c353127d.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
 
@@ -27,15 +28,26 @@ const SnkCrud = class {
27
28
  this.configuratorCancel = createEvent(this, "configuratorCancel", 7);
28
29
  this.formItemsReady = createEvent(this, "formItemsReady", 7);
29
30
  this.viewModeChanged = createEvent(this, "viewModeChanged", 7);
31
+ this.numberingConfigChanged = createEvent(this, "numberingConfigChanged", 7);
30
32
  this._viewHistory = [];
31
33
  this._customEditors = new Map();
32
34
  this._customRenders = new Map();
35
+ this.dataUnitInterceptor = {
36
+ interceptAction: (action) => {
37
+ if (action.type === Action.DATA_SAVED) {
38
+ action = this.interceptDataSaved(action);
39
+ }
40
+ return action;
41
+ },
42
+ };
33
43
  this._dataUnit = undefined;
34
44
  this._dataState = undefined;
35
45
  this.attachmentRegisterKey = undefined;
36
46
  this._currentViewMode = VIEW_MODE.GRID;
37
47
  this._canEdit = undefined;
38
48
  this._resourceID = undefined;
49
+ this.customContainerId = `SNK-CRUD-CUSTOM-CONTAINER-${StringUtils.generateUUID()}`;
50
+ this.numberingConfig = undefined;
39
51
  this.enableLockManagerLoadingComp = false;
40
52
  this.enableLockManagerTaskbarClick = false;
41
53
  this.configName = undefined;
@@ -64,7 +76,7 @@ const SnkCrud = class {
64
76
  this.layoutFormConfig = true;
65
77
  this.multipleEditionEnabled = true;
66
78
  this.paginationCounterMode = 'auto';
67
- this.customContainerId = `SNK-CRUD-CUSTOM-CONTAINER-${StringUtils.generateUUID()}`;
79
+ this.disableNumberingConfig = false;
68
80
  }
69
81
  /**
70
82
  * Usado para alternar a visão entre GRID e FORM externamente.
@@ -142,6 +154,19 @@ const SnkCrud = class {
142
154
  async setFieldProp(fieldName, propName, value) {
143
155
  await this._guidesViewer.setFieldProp(fieldName, propName, value);
144
156
  }
157
+ /**
158
+ * Retorna a configuração de numeração atual.
159
+ */
160
+ async getNumberingConfig() {
161
+ return this.numberingConfig;
162
+ }
163
+ /**
164
+ * Atualiza a configuração de numeração.
165
+ */
166
+ async updateNumberingConfig(config) {
167
+ this.numberingConfig = config;
168
+ this.applyNumberingConfigToFields();
169
+ }
145
170
  currentViewModeWatcher(currentView) {
146
171
  this._viewHistory = [...this._viewHistory.slice(-1), currentView];
147
172
  }
@@ -270,7 +295,9 @@ const SnkCrud = class {
270
295
  this.initKeyboardManager();
271
296
  }
272
297
  disconnectedCallback() {
298
+ var _a;
273
299
  this.removeShortcuts();
300
+ (_a = this._dataUnit) === null || _a === void 0 ? void 0 : _a.removeInterceptor(this.dataUnitInterceptor);
274
301
  }
275
302
  async handleDataStateChange(evt) {
276
303
  var _a;
@@ -348,6 +375,50 @@ const SnkCrud = class {
348
375
  const currentView = await this._viewStack.getSelectedIndex();
349
376
  this.setViewMode(VIEW_MODE.GRID === currentView ? VIEW_MODE.FORM : VIEW_MODE.GRID);
350
377
  }
378
+ getLastRecordSaved(action) {
379
+ var _a;
380
+ if ((_a = action.payload) === null || _a === void 0 ? void 0 : _a.records.length) {
381
+ return action.payload.records[action.payload.records.length - 1];
382
+ }
383
+ return null;
384
+ }
385
+ async saveNumberingConfig() {
386
+ const payload = {
387
+ entityName: this._snkDataUnit.entityName,
388
+ isAutoNum: this.numberingConfig.isAutoNumbering,
389
+ numInicial: this.numberingConfig.initialNumber
390
+ };
391
+ await this._servicesNumberingConfig.saveConfig(payload);
392
+ }
393
+ updateNumberingConfigAfterInsert(action) {
394
+ var _a, _b;
395
+ 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) {
396
+ return action;
397
+ }
398
+ if (!action.payload.changes.some((change) => change.operation === 'INSERT' || change.operation === 'COPY')) {
399
+ return action;
400
+ }
401
+ const lastRecord = this.getLastRecordSaved(action);
402
+ if (lastRecord && lastRecord.hasOwnProperty(this._fieldAutoNum)) {
403
+ const currentNumber = Number(lastRecord[this._fieldAutoNum]);
404
+ this.numberingConfig.initialNumber = currentNumber;
405
+ this.saveNumberingConfig();
406
+ }
407
+ else {
408
+ this.numberingConfig.initialNumber = this.numberingConfig.initialNumber + 1;
409
+ }
410
+ this.numberingConfigChanged.emit(this.numberingConfig);
411
+ return action;
412
+ }
413
+ interceptDataSaved(action) {
414
+ this.updateNumberingConfigAfterInsert(action);
415
+ return action;
416
+ }
417
+ onDataUnitReady() {
418
+ var _a;
419
+ (_a = this._dataUnit) === null || _a === void 0 ? void 0 : _a.addInterceptor(this.dataUnitInterceptor);
420
+ this.loadNumberingConfig();
421
+ }
351
422
  async initDataUnit() {
352
423
  this.addDataElementID();
353
424
  if (!this.messagesBuilder) {
@@ -360,10 +431,47 @@ const SnkCrud = class {
360
431
  this._resourceID = await this._application.getResourceID();
361
432
  }
362
433
  }
434
+ this.onDataUnitReady();
435
+ }
436
+ async loadNumberingConfig() {
437
+ if (this.numberingConfig || !this._snkDataUnit || !this._snkDataUnit.entityName || this.disableNumberingConfig) {
438
+ return;
439
+ }
440
+ if (!this._servicesNumberingConfig) {
441
+ this._servicesNumberingConfig = new ServicesNumberingConfig(this._application, this._resourceID);
442
+ }
443
+ try {
444
+ this.numberingConfig = await this._servicesNumberingConfig.getConfig(this._snkDataUnit.entityName);
445
+ this.getFieldAutoNum();
446
+ this.applyNumberingConfigToFields();
447
+ }
448
+ catch (error) {
449
+ console.error("Error loading numbering config in snk-crud:", error);
450
+ this.numberingConfig = {
451
+ isAutoNumbering: false,
452
+ initialNumber: null
453
+ };
454
+ }
455
+ }
456
+ getFieldAutoNum() {
457
+ if (this._fieldAutoNum) {
458
+ return;
459
+ }
460
+ const fieldAutoNum = this._dataUnit.metadata.fields.find((field) => { var _a; return ((_a = field.properties) === null || _a === void 0 ? void 0 : _a["isAutoNumField"]) === "true"; });
461
+ this._fieldAutoNum = (fieldAutoNum === null || fieldAutoNum === void 0 ? void 0 : fieldAutoNum.name) || null;
462
+ }
463
+ async applyNumberingConfigToFields() {
464
+ if (!this.numberingConfig || !this._snkDataUnit || !this._fieldAutoNum) {
465
+ return;
466
+ }
467
+ const field = this._dataUnit.getField(this._fieldAutoNum);
468
+ field.readOnly = this.numberingConfig.isAutoNumbering;
469
+ field.required = !this.numberingConfig.isAutoNumbering;
363
470
  }
364
471
  handleConfiguratorEvent(evt, type) {
365
472
  evt.stopImmediatePropagation();
366
473
  if (type === 'SAVE') {
474
+ this._guidesViewer.reloadGuides();
367
475
  this.configuratorSave.emit();
368
476
  return;
369
477
  }
@@ -374,7 +482,7 @@ const SnkCrud = class {
374
482
  return;
375
483
  }
376
484
  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" }))));
485
+ 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, 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
486
  }
379
487
  get _element() { return getElement(this); }
380
488
  static get watchers() { return {
@@ -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-f6b2961a.js';
8
- import { S as SnkDataUnit } from './snk-data-unit-4acf4781.js';
9
- import './ISave-6b7b0423.js';
7
+ import { D as DataFetcher } from './DataFetcher-743feb3b.js';
8
+ import { S as SnkDataUnit } from './snk-data-unit-60b338c5.js';
9
+ import './ISave-345481c1.js';
10
10
  import '@sankhyalabs/ezui/dist/collection/utils/constants';
11
11
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
12
- import './dataunit-fetcher-6314b19d.js';
12
+ import './dataunit-fetcher-7f2c61ca.js';
13
13
  import './filter-item-type.enum-d45e026f.js';
14
- import './form-config-fetcher-bc6f0f1f.js';
14
+ import './form-config-fetcher-898d2dd1.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-f6b2961a.js';
5
- import { g as getRecordValue, a as DatasetStrategy } from './dataunit-fetcher-6314b19d.js';
4
+ import { O as OperationMap, S as SnkMessageBuilder } from './DataFetcher-743feb3b.js';
5
+ import { g as getRecordValue, a as DatasetStrategy } from './dataunit-fetcher-7f2c61ca.js';
6
6
  import { convertType } from '@sankhyalabs/core/dist/dataunit/metadata/DataType';
7
7
  import { g as getSelectedRecordsIDsInfo } from './GetSelectedRecordsIDsInfo-9fa41508.js';
8
8
 
@@ -1,11 +1,11 @@
1
- export { S as snk_data_unit } from './snk-data-unit-4acf4781.js';
1
+ export { S as snk_data_unit } from './snk-data-unit-60b338c5.js';
2
2
  import './index-479e1293.js';
3
3
  import '@sankhyalabs/core';
4
4
  import '@sankhyalabs/ezui/dist/collection/utils';
5
- import './DataFetcher-f6b2961a.js';
5
+ import './DataFetcher-743feb3b.js';
6
6
  import './PrintUtils-3e4ff0f5.js';
7
7
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
8
- import './dataunit-fetcher-6314b19d.js';
8
+ import './dataunit-fetcher-7f2c61ca.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-968b97e7.js';
3
+ import { S as SnkFormConfigManager } from './SnkFormConfigManager-d61df0c8.js';
4
4
  import { FormMetadata, buildFormMetadata } from '@sankhyalabs/ezui/dist/collection/utils/form';
5
- import { S as SnkMessageBuilder } from './DataFetcher-f6b2961a.js';
6
- import './ISave-6b7b0423.js';
5
+ import { S as SnkMessageBuilder } from './DataFetcher-743feb3b.js';
6
+ import './ISave-345481c1.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-6314b19d.js';
10
+ import './dataunit-fetcher-7f2c61ca.js';
11
11
  import './filter-item-type.enum-d45e026f.js';
12
- import './form-config-fetcher-bc6f0f1f.js';
12
+ import './form-config-fetcher-898d2dd1.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-19cb7f1f.js';
15
+ import { S as SnkGuidesViewer } from './snk-guides-viewer-339e10b3.js';
16
16
  import { buildFieldSearch, SHORTCUT_SEARCH_FIELD } from '@sankhyalabs/ezui/dist/collection/utils';
17
- import './ConfigStorage-22eace3a.js';
17
+ import './ConfigStorage-568dc227.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-22eace3a.js';
4
+ import { C as ConfigStorage } from './ConfigStorage-568dc227.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-bc6f0f1f.js';
16
- import './DataFetcher-f6b2961a.js';
15
+ import './form-config-fetcher-898d2dd1.js';
16
+ import './DataFetcher-743feb3b.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-22eace3a.js';
3
+ import { C as ConfigStorage } from './ConfigStorage-568dc227.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-bc6f0f1f.js';
8
- import './DataFetcher-f6b2961a.js';
7
+ import './form-config-fetcher-898d2dd1.js';
8
+ import './DataFetcher-743feb3b.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-968b97e7.js';
3
+ import { S as SnkFormConfigManager } from './SnkFormConfigManager-d61df0c8.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 { b as buildGuides, a as buildGuidesMap, g as getFieldsToSave, u as updateTabInFieldsFromGroupList, c as buildNewGuideName } from './FormConfigHelper-4e42f0b6.js';
7
7
  import { a as TAB_NAMES, G as GROUP_NAMES } from './constants-7b422de0.js';
8
8
  import { ApplicationUtils } from '@sankhyalabs/ezui/dist/collection/utils';
9
- import { U as UserConfigType } from './form-config-fetcher-bc6f0f1f.js';
10
- import './ConfigStorage-22eace3a.js';
11
- import './DataFetcher-f6b2961a.js';
9
+ import { U as UserConfigType } from './form-config-fetcher-898d2dd1.js';
10
+ import './ConfigStorage-568dc227.js';
11
+ import './DataFetcher-743feb3b.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';