@sankhyalabs/sankhyablocks 10.0.4 → 10.1.0-dev.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (943) hide show
  1. package/dist/cjs/{ConfigStorage-2b412ac9.js → ConfigStorage-5c0590b3.js} +2 -2
  2. package/dist/cjs/{DataFetcher-a1d986da.js → DataFetcher-5181a917.js} +1124 -1103
  3. package/dist/cjs/{FormConfigHelper-1e8bb464.js → FormConfigHelper-28fe4668.js} +21 -1
  4. package/dist/cjs/{ISave-4c4f7231.js → ISave-0f98a457.js} +4 -4
  5. package/dist/cjs/ServicesNumberingConfig-69038a0f.js +35 -0
  6. package/dist/cjs/{SnkFormConfigManager-cfb6323a.js → SnkFormConfigManager-1907ffed.js} +2 -2
  7. package/dist/cjs/{SnkMultiSelectionListDataSource-99a82236.js → SnkMultiSelectionListDataSource-e4e38139.js} +4 -4
  8. package/dist/cjs/{auth-fetcher-3dda805e.js → auth-fetcher-cff55b1f.js} +1 -1
  9. package/dist/cjs/{dataunit-fetcher-434d8c8d.js → dataunit-fetcher-1ba5e2cc.js} +1 -1
  10. package/dist/cjs/field-config_2.cjs.entry.js +1 -1
  11. package/dist/cjs/fields-layout.cjs.entry.js +1 -1
  12. package/dist/cjs/fields-selector.cjs.entry.js +1 -1
  13. package/dist/cjs/{form-config-fetcher-0e6f36d9.js → form-config-fetcher-4a679e23.js} +1 -1
  14. package/dist/cjs/index-1cf293c1.js +6 -2
  15. package/dist/cjs/loader.cjs.js +1 -1
  16. package/dist/cjs/pesquisa-grid_2.cjs.entry.js +4 -4
  17. package/dist/cjs/sankhyablocks.cjs.js +1 -1
  18. package/dist/cjs/{snk-actions-button_8.cjs.entry.js → snk-actions-button_9.cjs.entry.js} +136 -5
  19. package/dist/cjs/snk-application.cjs.entry.js +81 -69
  20. package/dist/cjs/snk-attach.cjs.entry.js +5 -5
  21. package/dist/cjs/snk-configurator.cjs.entry.js +11 -2
  22. package/dist/cjs/snk-crud.cjs.entry.js +208 -9
  23. package/dist/cjs/snk-custom-slot-guide.cjs.entry.js +40 -0
  24. package/dist/cjs/snk-data-exporter.cjs.entry.js +5 -5
  25. package/dist/cjs/{snk-data-unit-323a507f.js → snk-data-unit-061487a8.js} +4 -2
  26. package/dist/cjs/snk-data-unit.cjs.entry.js +3 -3
  27. package/dist/cjs/snk-detail-view.cjs.entry.js +8 -8
  28. package/dist/cjs/snk-filter-bar_4.cjs.entry.js +3 -3
  29. package/dist/cjs/snk-filter-modal-item.cjs.entry.js +3 -3
  30. package/dist/cjs/snk-form_2.cjs.entry.js +9 -7
  31. package/dist/cjs/snk-grid.cjs.entry.js +13 -10
  32. package/dist/cjs/{snk-guides-viewer-57624b79.js → snk-guides-viewer-2efe60a7.js} +95 -43
  33. package/dist/cjs/snk-guides-viewer.cjs.entry.js +15 -15
  34. package/dist/cjs/snk-personalized-filter.cjs.entry.js +3 -3
  35. package/dist/cjs/snk-pesquisa.cjs.entry.js +16 -5
  36. package/dist/cjs/snk-simple-crud.cjs.entry.js +7 -7
  37. package/dist/cjs/snk-taskbar.cjs.entry.js +8 -4
  38. package/dist/collection/collection-manifest.json +3 -1
  39. package/dist/collection/components/snk-application/search-strategy/exec-prepared-search-advaced-mode.js +27 -0
  40. package/dist/collection/components/snk-application/search-strategy/exec-prepared-search-plus.js +5 -25
  41. package/dist/collection/components/snk-application/snk-application.js +87 -44
  42. package/dist/collection/components/snk-configurator/snk-configurator.js +46 -2
  43. package/dist/collection/components/snk-crud/snk-crud.js +345 -7
  44. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +161 -40
  45. package/dist/collection/components/snk-custom-slot-guide/snk-custom-slot-guide.css +3 -0
  46. package/dist/collection/components/snk-custom-slot-guide/snk-custom-slot-guide.js +95 -0
  47. package/dist/collection/components/snk-data-unit/snk-data-unit.js +2 -0
  48. package/dist/collection/components/snk-form-config/FormConfigHelper.js +20 -1
  49. package/dist/collection/components/snk-form-config/snk-form-config.js +29 -3
  50. package/dist/collection/components/snk-grid/snk-grid.css +14 -0
  51. package/dist/collection/components/snk-grid/snk-grid.js +26 -4
  52. package/dist/collection/components/snk-numbering-config/services/ServicesNumberingConfig.js +31 -0
  53. package/dist/collection/components/snk-numbering-config/snk-numbering-config.css +3 -0
  54. package/dist/collection/components/snk-numbering-config/snk-numbering-config.js +227 -0
  55. package/dist/collection/components/snk-pesquisa/snk-pesquisa.css +5 -1
  56. package/dist/collection/components/snk-pesquisa/snk-pesquisa.js +43 -0
  57. package/dist/collection/components/snk-taskbar/snk-taskbar.js +29 -4
  58. package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js +3 -3
  59. package/dist/collection/lib/message/messageResourceEnUSUtils.js +21 -18
  60. package/dist/collection/lib/message/messageResourceEsESUtils.js +21 -18
  61. package/dist/collection/lib/message/messageResourcePtBRUtils.js +21 -18
  62. package/dist/collection/lib/message/resources/en-us/snk-configurator.msg.js +1 -0
  63. package/dist/collection/lib/message/resources/en-us/snk-numbering-config.msg.js +4 -0
  64. package/dist/collection/lib/message/resources/es-es/snk-configurator.msg.js +1 -0
  65. package/dist/collection/lib/message/resources/es-es/snk-numbering-config.msg.js +4 -0
  66. package/dist/collection/lib/message/resources/pt-br/snk-configurator.msg.js +1 -0
  67. package/dist/collection/lib/message/resources/pt-br/snk-form.msg.js +1 -1
  68. package/dist/collection/lib/message/resources/pt-br/snk-numbering-config.msg.js +4 -0
  69. package/dist/collection/lib/message/resources/pt-br/snk-pesquisa.msg.js +1 -1
  70. package/dist/components/DataFetcher.js +1124 -1103
  71. package/dist/components/ISave.js +3 -3
  72. package/dist/components/field-config2.js +21 -2
  73. package/dist/components/index.d.ts +2 -0
  74. package/dist/components/index.js +2 -0
  75. package/dist/components/snk-application2.js +76 -63
  76. package/dist/components/snk-attach2.js +20 -14
  77. package/dist/components/snk-configurator2.js +21 -4
  78. package/dist/components/snk-crud.js +282 -70
  79. package/dist/components/snk-custom-slot-guide.d.ts +11 -0
  80. package/dist/components/snk-custom-slot-guide.js +55 -0
  81. package/dist/components/snk-data-unit2.js +2 -0
  82. package/dist/components/snk-detail-view2.js +185 -120
  83. package/dist/components/snk-form-config2.js +6 -3
  84. package/dist/components/snk-grid2.js +9 -4
  85. package/dist/components/snk-numbering-config.d.ts +11 -0
  86. package/dist/components/snk-numbering-config.js +6 -0
  87. package/dist/components/snk-numbering-config2.js +186 -0
  88. package/dist/components/snk-pesquisa2.js +14 -2
  89. package/dist/components/snk-simple-crud2.js +20 -14
  90. package/dist/components/snk-taskbar2.js +9 -4
  91. package/dist/esm/{ConfigStorage-a60b12c2.js → ConfigStorage-bd096633.js} +2 -2
  92. package/dist/esm/{DataFetcher-9a1709a3.js → DataFetcher-5780ad39.js} +1124 -1103
  93. package/dist/esm/{FormConfigHelper-b9cf7758.js → FormConfigHelper-d09669f3.js} +21 -2
  94. package/dist/esm/{ISave-b9c9188b.js → ISave-8a22ec18.js} +4 -4
  95. package/dist/esm/ServicesNumberingConfig-2f7b050e.js +33 -0
  96. package/dist/esm/{SnkFormConfigManager-1548dc73.js → SnkFormConfigManager-437e98bb.js} +2 -2
  97. package/dist/esm/{SnkMultiSelectionListDataSource-65764464.js → SnkMultiSelectionListDataSource-42125ef4.js} +4 -4
  98. package/dist/esm/{auth-fetcher-566bad7c.js → auth-fetcher-28b9d0db.js} +1 -1
  99. package/dist/esm/{dataunit-fetcher-eba36247.js → dataunit-fetcher-c4251d80.js} +1 -1
  100. package/dist/esm/field-config_2.entry.js +1 -1
  101. package/dist/esm/fields-layout.entry.js +1 -1
  102. package/dist/esm/fields-selector.entry.js +1 -1
  103. package/dist/esm/{form-config-fetcher-cf8c52d0.js → form-config-fetcher-d0536a71.js} +1 -1
  104. package/dist/esm/index-479e1293.js +6 -2
  105. package/dist/esm/loader.js +1 -1
  106. package/dist/esm/pesquisa-grid_2.entry.js +4 -4
  107. package/dist/esm/sankhyablocks.js +1 -1
  108. package/dist/esm/{snk-actions-button_8.entry.js → snk-actions-button_9.entry.js} +136 -6
  109. package/dist/esm/snk-application.entry.js +81 -69
  110. package/dist/esm/snk-attach.entry.js +5 -5
  111. package/dist/esm/snk-configurator.entry.js +11 -2
  112. package/dist/esm/snk-crud.entry.js +209 -10
  113. package/dist/esm/snk-custom-slot-guide.entry.js +36 -0
  114. package/dist/esm/snk-data-exporter.entry.js +5 -5
  115. package/dist/esm/{snk-data-unit-693849e3.js → snk-data-unit-4a1ef77f.js} +4 -2
  116. package/dist/esm/snk-data-unit.entry.js +3 -3
  117. package/dist/esm/snk-detail-view.entry.js +8 -8
  118. package/dist/esm/snk-filter-bar_4.entry.js +3 -3
  119. package/dist/esm/snk-filter-modal-item.entry.js +3 -3
  120. package/dist/esm/snk-form_2.entry.js +9 -7
  121. package/dist/esm/snk-grid.entry.js +13 -10
  122. package/dist/esm/{snk-guides-viewer-8d6067b5.js → snk-guides-viewer-c182d058.js} +95 -43
  123. package/dist/esm/snk-guides-viewer.entry.js +15 -15
  124. package/dist/esm/snk-personalized-filter.entry.js +3 -3
  125. package/dist/esm/snk-pesquisa.entry.js +16 -5
  126. package/dist/esm/snk-simple-crud.entry.js +7 -7
  127. package/dist/esm/snk-taskbar.entry.js +8 -4
  128. package/dist/sankhyablocks/{p-4e3fc788.entry.js → p-01ca59fc.entry.js} +1 -1
  129. package/dist/sankhyablocks/p-028fb380.entry.js +11 -0
  130. package/dist/sankhyablocks/{p-6902c5ee.entry.js → p-03f02b12.entry.js} +1 -1
  131. package/dist/sankhyablocks/{p-69885aaa.js → p-0e4f8b86.js} +1 -1
  132. package/dist/sankhyablocks/p-1037ea7b.entry.js +1 -0
  133. package/dist/sankhyablocks/{p-42dde1ec.js → p-1b1373b6.js} +1 -1
  134. package/dist/sankhyablocks/{p-88c12985.entry.js → p-2e882241.entry.js} +1 -1
  135. package/dist/sankhyablocks/p-30a58e29.entry.js +1 -0
  136. package/dist/sankhyablocks/{p-8b24836e.entry.js → p-35974f5f.entry.js} +1 -1
  137. package/dist/sankhyablocks/{p-4db51d85.js → p-3c046287.js} +2 -2
  138. package/dist/sankhyablocks/{p-bcf5692d.entry.js → p-42272de8.entry.js} +1 -1
  139. package/dist/sankhyablocks/{p-07c5289b.entry.js → p-4c2e2767.entry.js} +1 -1
  140. package/dist/sankhyablocks/{p-31b0d523.js → p-4db9dbf8.js} +1 -1
  141. package/dist/sankhyablocks/{p-95888078.js → p-55d7abe7.js} +1 -1
  142. package/dist/sankhyablocks/p-5d408e7e.entry.js +1 -0
  143. package/dist/sankhyablocks/p-6e5af618.entry.js +1 -0
  144. package/dist/sankhyablocks/{p-7b3269e9.entry.js → p-78d4b3e3.entry.js} +1 -1
  145. package/dist/sankhyablocks/{p-d68904a9.js → p-8b4d6719.js} +1 -1
  146. package/dist/sankhyablocks/{p-94b15408.entry.js → p-903fa0b4.entry.js} +1 -1
  147. package/dist/sankhyablocks/p-987cd79d.entry.js +1 -0
  148. package/dist/sankhyablocks/{p-9fa79997.js → p-9ab6ae1e.js} +2 -2
  149. package/dist/sankhyablocks/{p-6471a791.entry.js → p-9f16d33e.entry.js} +1 -1
  150. package/dist/sankhyablocks/p-a1d23fef.js +1 -0
  151. package/dist/sankhyablocks/{p-5095f811.entry.js → p-a64ffe30.entry.js} +1 -1
  152. package/dist/sankhyablocks/{p-13596651.js → p-aca74b21.js} +1 -1
  153. package/dist/sankhyablocks/{p-f68aab71.js → p-b9699067.js} +1 -1
  154. package/dist/sankhyablocks/p-c4fcf1fb.entry.js +1 -0
  155. package/dist/sankhyablocks/p-c98c79c3.entry.js +1 -0
  156. package/dist/sankhyablocks/p-cad964b5.js +1 -0
  157. package/dist/sankhyablocks/p-d2ec9a24.entry.js +1 -0
  158. package/dist/sankhyablocks/{p-ce77774e.js → p-d3534985.js} +1 -1
  159. package/dist/sankhyablocks/{p-5340c04e.entry.js → p-f3027bc9.entry.js} +1 -1
  160. package/dist/sankhyablocks/{p-1e9c546e.entry.js → p-f35f2eb3.entry.js} +1 -1
  161. package/dist/sankhyablocks/p-fd05e31d.entry.js +1 -0
  162. package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
  163. package/dist/types/components/snk-application/search-strategy/exec-prepared-search-advaced-mode.d.ts +5 -0
  164. package/dist/types/components/snk-application/snk-application.d.ts +9 -0
  165. package/dist/types/components/snk-configurator/snk-configurator.d.ts +10 -1
  166. package/dist/types/components/snk-crud/snk-crud.d.ts +58 -7
  167. package/dist/types/components/snk-crud/subcomponents/snk-guides-viewer.d.ts +33 -6
  168. package/dist/types/components/snk-custom-slot-guide/snk-custom-slot-guide.d.ts +16 -0
  169. package/dist/types/components/snk-form-config/FormConfigHelper.d.ts +2 -0
  170. package/dist/types/components/snk-form-config/snk-form-config.d.ts +5 -0
  171. package/dist/types/components/snk-grid/snk-grid.d.ts +5 -0
  172. package/dist/types/components/snk-numbering-config/services/ServicesNumberingConfig.d.ts +18 -0
  173. package/dist/types/components/snk-numbering-config/snk-numbering-config.d.ts +37 -0
  174. package/dist/types/components/snk-pesquisa/snk-pesquisa.d.ts +8 -0
  175. package/dist/types/components/snk-taskbar/snk-taskbar.d.ts +6 -1
  176. package/dist/types/components.d.ts +187 -0
  177. package/dist/types/lib/http/data-fetcher/fetchers/pesquisa-fetcher.d.ts +1 -0
  178. package/dist/types/lib/message/resources/en-us/snk-numbering-config.msg.d.ts +1 -0
  179. package/dist/types/lib/message/resources/es-es/snk-numbering-config.msg.d.ts +1 -0
  180. package/dist/types/lib/message/resources/pt-br/snk-numbering-config.msg.d.ts +1 -0
  181. package/package.json +1 -1
  182. package/react/components.d.ts +2 -0
  183. package/react/components.js +2 -0
  184. package/react/components.js.map +1 -1
  185. package/dist/cjs/AuthorizationConfig-79ffae4b.js.gz +0 -0
  186. package/dist/cjs/ConfigStorage-2b412ac9.js.gz +0 -0
  187. package/dist/cjs/DataFetcher-a1d986da.js.gz +0 -0
  188. package/dist/cjs/FormConfigHelper-1e8bb464.js.gz +0 -0
  189. package/dist/cjs/GetSelectedRecordsIDsInfo-bd50caf1.js.gz +0 -0
  190. package/dist/cjs/IFetchDataExporterParams-e78ec415.js.gz +0 -0
  191. package/dist/cjs/ISave-4c4f7231.js.gz +0 -0
  192. package/dist/cjs/ParamType-90b440a0.js.gz +0 -0
  193. package/dist/cjs/PersonalizedFilterUtils-7259cf65.js.gz +0 -0
  194. package/dist/cjs/PrintUtils-bcaeb82f.js.gz +0 -0
  195. package/dist/cjs/ResourceIDUtils-5ff86aa7.js.gz +0 -0
  196. package/dist/cjs/SnkFormConfigManager-cfb6323a.js.gz +0 -0
  197. package/dist/cjs/SnkMultiSelectionListDataSource-99a82236.js.gz +0 -0
  198. package/dist/cjs/auth-fetcher-3dda805e.js.gz +0 -0
  199. package/dist/cjs/config-header.cjs.entry.js.gz +0 -0
  200. package/dist/cjs/configs-button.cjs.entry.js.gz +0 -0
  201. package/dist/cjs/constants-6d82e405.js.gz +0 -0
  202. package/dist/cjs/dataunit-fetcher-434d8c8d.js.gz +0 -0
  203. package/dist/cjs/default-filters-a09bf82b.js.gz +0 -0
  204. package/dist/cjs/field-config_2.cjs.entry.js.gz +0 -0
  205. package/dist/cjs/fields-layout.cjs.entry.js.gz +0 -0
  206. package/dist/cjs/fields-selector.cjs.entry.js.gz +0 -0
  207. package/dist/cjs/filter-item-type.enum-a7ffdaa6.js.gz +0 -0
  208. package/dist/cjs/filter-type.enum-2bb46d2a.js.gz +0 -0
  209. package/dist/cjs/filter-validate-cb4ed41a.js.gz +0 -0
  210. package/dist/cjs/filterNumberVariation-d65332da.js.gz +0 -0
  211. package/dist/cjs/form-config-fetcher-0e6f36d9.js.gz +0 -0
  212. package/dist/cjs/guides-configurator.cjs.entry.js.gz +0 -0
  213. package/dist/cjs/index-13d05f03.js.gz +0 -0
  214. package/dist/cjs/index-1cf293c1.js.gz +0 -0
  215. package/dist/cjs/index-62760a9c.js.gz +0 -0
  216. package/dist/cjs/index-8d94b7e0.js.gz +0 -0
  217. package/dist/cjs/index-e3e39724.js.gz +0 -0
  218. package/dist/cjs/index.cjs.js.gz +0 -0
  219. package/dist/cjs/loader.cjs.js.gz +0 -0
  220. package/dist/cjs/pesquisa-grid_2.cjs.entry.js.gz +0 -0
  221. package/dist/cjs/presentationMode-52ec3bdd.js.gz +0 -0
  222. package/dist/cjs/sankhyablocks.cjs.js.gz +0 -0
  223. package/dist/cjs/snk-actions-button_8.cjs.entry.js.gz +0 -0
  224. package/dist/cjs/snk-actions-form.cjs.entry.js.gz +0 -0
  225. package/dist/cjs/snk-application.cjs.entry.js.gz +0 -0
  226. package/dist/cjs/snk-attach.cjs.entry.js.gz +0 -0
  227. package/dist/cjs/snk-client-confirm.cjs.entry.js.gz +0 -0
  228. package/dist/cjs/snk-configurator.cjs.entry.js.gz +0 -0
  229. package/dist/cjs/snk-crud.cjs.entry.js.gz +0 -0
  230. package/dist/cjs/snk-custom-slot-elements.cjs.entry.js.gz +0 -0
  231. package/dist/cjs/snk-data-exporter.cjs.entry.js.gz +0 -0
  232. package/dist/cjs/snk-data-unit-323a507f.js.gz +0 -0
  233. package/dist/cjs/snk-data-unit.cjs.entry.js.gz +0 -0
  234. package/dist/cjs/snk-default-filter.cjs.entry.js.gz +0 -0
  235. package/dist/cjs/snk-detail-view.cjs.entry.js.gz +0 -0
  236. package/dist/cjs/snk-entity-list.cjs.entry.js.gz +0 -0
  237. package/dist/cjs/snk-exporter-email-sender.cjs.entry.js.gz +0 -0
  238. package/dist/cjs/snk-expression-group_2.cjs.entry.js.gz +0 -0
  239. package/dist/cjs/snk-filter-advanced-mode_2.cjs.entry.js.gz +0 -0
  240. package/dist/cjs/snk-filter-bar_4.cjs.entry.js.gz +0 -0
  241. package/dist/cjs/snk-filter-binary-select.cjs.entry.js.gz +0 -0
  242. package/dist/cjs/snk-filter-checkbox-list.cjs.entry.js.gz +0 -0
  243. package/dist/cjs/snk-filter-detail.cjs.entry.js.gz +0 -0
  244. package/dist/cjs/snk-filter-field-search_2.cjs.entry.js.gz +0 -0
  245. package/dist/cjs/snk-filter-modal-item.cjs.entry.js.gz +0 -0
  246. package/dist/cjs/snk-filter-multi-select.cjs.entry.js.gz +0 -0
  247. package/dist/cjs/snk-filter-number.cjs.entry.js.gz +0 -0
  248. package/dist/cjs/snk-filter-period.cjs.entry.js.gz +0 -0
  249. package/dist/cjs/snk-filter-search.cjs.entry.js.gz +0 -0
  250. package/dist/cjs/snk-filter-text.cjs.entry.js.gz +0 -0
  251. package/dist/cjs/snk-form-summary.cjs.entry.js.gz +0 -0
  252. package/dist/cjs/snk-form-view.cjs.entry.js.gz +0 -0
  253. package/dist/cjs/snk-form_2.cjs.entry.js.gz +0 -0
  254. package/dist/cjs/snk-grid.cjs.entry.js.gz +0 -0
  255. package/dist/cjs/snk-guides-viewer-57624b79.js.gz +0 -0
  256. package/dist/cjs/snk-guides-viewer.cjs.entry.js.gz +0 -0
  257. package/dist/cjs/snk-personalized-filter-editor.cjs.entry.js.gz +0 -0
  258. package/dist/cjs/snk-personalized-filter.cjs.entry.js.gz +0 -0
  259. package/dist/cjs/snk-pesquisa.cjs.entry.js.gz +0 -0
  260. package/dist/cjs/snk-print-selector.cjs.entry.js.gz +0 -0
  261. package/dist/cjs/snk-simple-bar.cjs.entry.js.gz +0 -0
  262. package/dist/cjs/snk-simple-crud.cjs.entry.js.gz +0 -0
  263. package/dist/cjs/snk-taskbar.cjs.entry.js.gz +0 -0
  264. package/dist/cjs/sortable.esm-9a110bb7.js.gz +0 -0
  265. package/dist/cjs/taskbar-elements-fb5d1e08.js.gz +0 -0
  266. package/dist/cjs/taskbar-processor-2fba34a8.js.gz +0 -0
  267. package/dist/cjs/teste-pesquisa.cjs.entry.js.gz +0 -0
  268. package/dist/collection/components/snk-actions-button/actions/enum/ActionsType.js.gz +0 -0
  269. package/dist/collection/components/snk-actions-button/actions/enum/ParamType.js.gz +0 -0
  270. package/dist/collection/components/snk-actions-button/actions/enum/RefreshType.js.gz +0 -0
  271. package/dist/collection/components/snk-actions-button/actions/executor/java.executor.js.gz +0 -0
  272. package/dist/collection/components/snk-actions-button/actions/executor/javascript.executor.js.gz +0 -0
  273. package/dist/collection/components/snk-actions-button/actions/executor/launch-screen.executor.js.gz +0 -0
  274. package/dist/collection/components/snk-actions-button/actions/executor/procedure.executor.js.gz +0 -0
  275. package/dist/collection/components/snk-actions-button/actions/factory/executor.factory.js.gz +0 -0
  276. package/dist/collection/components/snk-actions-button/actions/index.js.gz +0 -0
  277. package/dist/collection/components/snk-actions-button/actions/interfaces/IAction.js.gz +0 -0
  278. package/dist/collection/components/snk-actions-button/actions/interfaces/IExecSource.js.gz +0 -0
  279. package/dist/collection/components/snk-actions-button/actions/interfaces/IExecuteActions.js.gz +0 -0
  280. package/dist/collection/components/snk-actions-button/actions/interfaces/IExecuteActionsProps.js.gz +0 -0
  281. package/dist/collection/components/snk-actions-button/actions/interfaces/IResultParam.js.gz +0 -0
  282. package/dist/collection/components/snk-actions-button/clientEvent/index.js.gz +0 -0
  283. package/dist/collection/components/snk-actions-button/clientEvent/interfaces/IClientEventConfirm.js.gz +0 -0
  284. package/dist/collection/components/snk-actions-button/interfaces/index.js.gz +0 -0
  285. package/dist/collection/components/snk-actions-button/snk-actions-button.css.gz +0 -0
  286. package/dist/collection/components/snk-actions-button/snk-actions-button.js.gz +0 -0
  287. package/dist/collection/components/snk-actions-button/subcomponents/snk-actions-form.js.gz +0 -0
  288. package/dist/collection/components/snk-actions-button/subcomponents/snk-client-confirm.js.gz +0 -0
  289. package/dist/collection/components/snk-application/__mocks__/snk-application.js.gz +0 -0
  290. package/dist/collection/components/snk-application/errorhandler/snk-error-handler.js.gz +0 -0
  291. package/dist/collection/components/snk-application/request-listener/DebouncedRequestListener.js.gz +0 -0
  292. package/dist/collection/components/snk-application/request-listener/RequestListenerFactory.js.gz +0 -0
  293. package/dist/collection/components/snk-application/request-listener/RequestListenerLoadingBar.js.gz +0 -0
  294. package/dist/collection/components/snk-application/search-strategy/exec-prepared-search-plus.js.gz +0 -0
  295. package/dist/collection/components/snk-application/snk-application.css.gz +0 -0
  296. package/dist/collection/components/snk-application/snk-application.js.gz +0 -0
  297. package/dist/collection/components/snk-attach/interfaces/ICrudConfig.js.gz +0 -0
  298. package/dist/collection/components/snk-attach/interfaces/TFetcherType.js.gz +0 -0
  299. package/dist/collection/components/snk-attach/interfaces/index.js.gz +0 -0
  300. package/dist/collection/components/snk-attach/snk-attach.css.gz +0 -0
  301. package/dist/collection/components/snk-attach/snk-attach.js.gz +0 -0
  302. package/dist/collection/components/snk-attach/structure/builder/anexo-sistema-crud-config.builder.js.gz +0 -0
  303. package/dist/collection/components/snk-attach/structure/builder/attach-crud-config.builder.js.gz +0 -0
  304. package/dist/collection/components/snk-attach/structure/builder/taskbar-builder.js.gz +0 -0
  305. package/dist/collection/components/snk-attach/structure/fetcher/facade/fetcher.facade.js.gz +0 -0
  306. package/dist/collection/components/snk-attach/structure/fetcher/factory/anexo-sistema-data-unit.factory.js.gz +0 -0
  307. package/dist/collection/components/snk-attach/structure/fetcher/factory/attach-fetcher-data-unit.factory.js.gz +0 -0
  308. package/dist/collection/components/snk-attach/structure/index.js.gz +0 -0
  309. package/dist/collection/components/snk-configurator/AuthorizationConfig.js.gz +0 -0
  310. package/dist/collection/components/snk-configurator/snk-configurator.css.gz +0 -0
  311. package/dist/collection/components/snk-configurator/snk-configurator.js.gz +0 -0
  312. package/dist/collection/components/snk-crud/interfaces/PropsCustomEditor.js.gz +0 -0
  313. package/dist/collection/components/snk-crud/interfaces/PropsCustomRender.js.gz +0 -0
  314. package/dist/collection/components/snk-crud/snk-crud.css.gz +0 -0
  315. package/dist/collection/components/snk-crud/snk-crud.js.gz +0 -0
  316. package/dist/collection/components/snk-crud/subcomponents/CardFormResizeObserver.js.gz +0 -0
  317. package/dist/collection/components/snk-crud/subcomponents/GuideBuilder.js.gz +0 -0
  318. package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.css.gz +0 -0
  319. package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.js.gz +0 -0
  320. package/dist/collection/components/snk-crud/subcomponents/snk-form-summary.css.gz +0 -0
  321. package/dist/collection/components/snk-crud/subcomponents/snk-form-summary.js.gz +0 -0
  322. package/dist/collection/components/snk-crud/subcomponents/snk-form-view.css.gz +0 -0
  323. package/dist/collection/components/snk-crud/subcomponents/snk-form-view.js.gz +0 -0
  324. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.css.gz +0 -0
  325. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js.gz +0 -0
  326. package/dist/collection/components/snk-custom-slot-elements/snk-custom-slot-elements.css.gz +0 -0
  327. package/dist/collection/components/snk-custom-slot-elements/snk-custom-slot-elements.js.gz +0 -0
  328. package/dist/collection/components/snk-data-exporter/data/attachment.js.gz +0 -0
  329. package/dist/collection/components/snk-data-exporter/data/email.js.gz +0 -0
  330. package/dist/collection/components/snk-data-exporter/data/export-config.js.gz +0 -0
  331. package/dist/collection/components/snk-data-exporter/data/export-result.js.gz +0 -0
  332. package/dist/collection/components/snk-data-exporter/data/report.js.gz +0 -0
  333. package/dist/collection/components/snk-data-exporter/exporter-email-sender/email-info-step.js.gz +0 -0
  334. package/dist/collection/components/snk-data-exporter/exporter-email-sender/options-step.js.gz +0 -0
  335. package/dist/collection/components/snk-data-exporter/exporter-email-sender/snk-exporter-email-sender.js.gz +0 -0
  336. package/dist/collection/components/snk-data-exporter/exporter-strategy/ClientSideExporterStrategy.js.gz +0 -0
  337. package/dist/collection/components/snk-data-exporter/exporter-strategy/ServerSideExporterStrategy.js.gz +0 -0
  338. package/dist/collection/components/snk-data-exporter/interfaces/IExporterProvider.js.gz +0 -0
  339. package/dist/collection/components/snk-data-exporter/interfaces/IExporterStrategy.js.gz +0 -0
  340. package/dist/collection/components/snk-data-exporter/interfaces/IRecordID.js.gz +0 -0
  341. package/dist/collection/components/snk-data-exporter/interfaces/ISelectedID.js.gz +0 -0
  342. package/dist/collection/components/snk-data-exporter/providers/ClientSideExporterProvider.js.gz +0 -0
  343. package/dist/collection/components/snk-data-exporter/providers/ServerSideExporterProvider.js.gz +0 -0
  344. package/dist/collection/components/snk-data-exporter/snk-data-exporter.css.gz +0 -0
  345. package/dist/collection/components/snk-data-exporter/snk-data-exporter.js.gz +0 -0
  346. package/dist/collection/components/snk-data-exporter/structure/ItemBuilder.js.gz +0 -0
  347. package/dist/collection/components/snk-data-exporter/test/resources/ClientSideExporterStrategyResources.js.gz +0 -0
  348. package/dist/collection/components/snk-data-exporter/utils/ParserExport.js.gz +0 -0
  349. package/dist/collection/components/snk-data-unit/MultipleUpdateHelper.js.gz +0 -0
  350. package/dist/collection/components/snk-data-unit/snk-data-unit.js.gz +0 -0
  351. package/dist/collection/components/snk-data-unit/test/resources/metadataMock.js.gz +0 -0
  352. package/dist/collection/components/snk-data-unit/test/resources/parentMetadataMock.js.gz +0 -0
  353. package/dist/collection/components/snk-entity-list/snk-entity-list.css.gz +0 -0
  354. package/dist/collection/components/snk-entity-list/snk-entity-list.js.gz +0 -0
  355. package/dist/collection/components/snk-filter-bar/filter-item/dataunitfilter/data-unit-filter-builder.js.gz +0 -0
  356. package/dist/collection/components/snk-filter-bar/filter-item/editors/enum/filterNumberVariation.js.gz +0 -0
  357. package/dist/collection/components/snk-filter-bar/filter-item/editors/enum/presentationMode.js.gz +0 -0
  358. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-binary-select.js.gz +0 -0
  359. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-checkbox-list.js.gz +0 -0
  360. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-multi-select.js.gz +0 -0
  361. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-number.js.gz +0 -0
  362. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-period.js.gz +0 -0
  363. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-search.js.gz +0 -0
  364. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-text.js.gz +0 -0
  365. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-personalized-filter-editor/snk-personalized-filter-editor.css.gz +0 -0
  366. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-personalized-filter-editor/snk-personalized-filter-editor.js.gz +0 -0
  367. package/dist/collection/components/snk-filter-bar/filter-item/filter-item-type-mask.enum.js.gz +0 -0
  368. package/dist/collection/components/snk-filter-bar/filter-item/filter-item-type.enum.js.gz +0 -0
  369. package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-detail.js.gz +0 -0
  370. package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.css.gz +0 -0
  371. package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.js.gz +0 -0
  372. package/dist/collection/components/snk-filter-bar/filter-list/snk-filter-list.js.gz +0 -0
  373. package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.css.gz +0 -0
  374. package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.js.gz +0 -0
  375. package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-default-filter/snk-default-filter.css.gz +0 -0
  376. package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-default-filter/snk-default-filter.js.gz +0 -0
  377. package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-filter-modal-item.css.gz +0 -0
  378. package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-filter-modal-item.js.gz +0 -0
  379. package/dist/collection/components/snk-filter-bar/snk-filter-bar.css.gz +0 -0
  380. package/dist/collection/components/snk-filter-bar/snk-filter-bar.js.gz +0 -0
  381. package/dist/collection/components/snk-filter-bar/types/custom-element-filter.js.gz +0 -0
  382. package/dist/collection/components/snk-filter-bar/types/default-filters.js.gz +0 -0
  383. package/dist/collection/components/snk-filter-bar/types/filter-type.enum.js.gz +0 -0
  384. package/dist/collection/components/snk-filter-bar/utils/SnkFilterModalFactory.js.gz +0 -0
  385. package/dist/collection/components/snk-filter-bar/utils/filter-validate.js.gz +0 -0
  386. package/dist/collection/components/snk-filter-bar/utils/filters-mock.js.gz +0 -0
  387. package/dist/collection/components/snk-filter-field-search/interfaces/index.js.gz +0 -0
  388. package/dist/collection/components/snk-filter-field-search/snk-filter-field-search.css.gz +0 -0
  389. package/dist/collection/components/snk-filter-field-search/snk-filter-field-search.js.gz +0 -0
  390. package/dist/collection/components/snk-filter-field-search/subcomponents/index.js.gz +0 -0
  391. package/dist/collection/components/snk-filter-field-search/subcomponents/list-item.js.gz +0 -0
  392. package/dist/collection/components/snk-form/snk-form.css.gz +0 -0
  393. package/dist/collection/components/snk-form/snk-form.js.gz +0 -0
  394. package/dist/collection/components/snk-form-config/FormConfigHelper.js.gz +0 -0
  395. package/dist/collection/components/snk-form-config/SnkFormConfigManager.js.gz +0 -0
  396. package/dist/collection/components/snk-form-config/config-header/config-header.css.gz +0 -0
  397. package/dist/collection/components/snk-form-config/config-header/config-header.js.gz +0 -0
  398. package/dist/collection/components/snk-form-config/config-header/configs-button/configs-button.css.gz +0 -0
  399. package/dist/collection/components/snk-form-config/config-header/configs-button/configs-button.js.gz +0 -0
  400. package/dist/collection/components/snk-form-config/field-item/field-config/field-config.css.gz +0 -0
  401. package/dist/collection/components/snk-form-config/field-item/field-config/field-config.js.gz +0 -0
  402. package/dist/collection/components/snk-form-config/field-item/field-item.css.gz +0 -0
  403. package/dist/collection/components/snk-form-config/field-item/field-item.js.gz +0 -0
  404. package/dist/collection/components/snk-form-config/fields-layout/fields-layout.css.gz +0 -0
  405. package/dist/collection/components/snk-form-config/fields-layout/fields-layout.js.gz +0 -0
  406. package/dist/collection/components/snk-form-config/fields-selector/fields-selector.css.gz +0 -0
  407. package/dist/collection/components/snk-form-config/fields-selector/fields-selector.js.gz +0 -0
  408. package/dist/collection/components/snk-form-config/guides-configurator/guides-configurator.css.gz +0 -0
  409. package/dist/collection/components/snk-form-config/guides-configurator/guides-configurator.js.gz +0 -0
  410. package/dist/collection/components/snk-form-config/snk-form-config.css.gz +0 -0
  411. package/dist/collection/components/snk-form-config/snk-form-config.js.gz +0 -0
  412. package/dist/collection/components/snk-grid/filtercolumn/SnkMultiSelectionListDataSource.js.gz +0 -0
  413. package/dist/collection/components/snk-grid/snk-grid.css.gz +0 -0
  414. package/dist/collection/components/snk-grid/snk-grid.js.gz +0 -0
  415. package/dist/collection/components/snk-grid-config/snk-grid-config.css.gz +0 -0
  416. package/dist/collection/components/snk-grid-config/snk-grid-config.js.gz +0 -0
  417. package/dist/collection/components/snk-grid-config/snk-select-box/snk-select-box.css.gz +0 -0
  418. package/dist/collection/components/snk-grid-config/snk-select-box/snk-select-box.js.gz +0 -0
  419. package/dist/collection/components/snk-layout-form-config/snk-layout-form-config.css.gz +0 -0
  420. package/dist/collection/components/snk-layout-form-config/snk-layout-form-config.js.gz +0 -0
  421. package/dist/collection/components/snk-layout-form-config/snk-view-representation/snk-view-representation.css.gz +0 -0
  422. package/dist/collection/components/snk-layout-form-config/snk-view-representation/snk-view-representation.js.gz +0 -0
  423. package/dist/collection/components/snk-personalized-filter/interfaces/IExpressionGroup.js.gz +0 -0
  424. package/dist/collection/components/snk-personalized-filter/interfaces/IExpressionItem.js.gz +0 -0
  425. package/dist/collection/components/snk-personalized-filter/interfaces/IParameter.js.gz +0 -0
  426. package/dist/collection/components/snk-personalized-filter/interfaces/IPersonalizedFilter.js.gz +0 -0
  427. package/dist/collection/components/snk-personalized-filter/interfaces/ISystemFilterConfig.js.gz +0 -0
  428. package/dist/collection/components/snk-personalized-filter/interfaces/IUserFilterConfig.js.gz +0 -0
  429. package/dist/collection/components/snk-personalized-filter/interfaces/index.js.gz +0 -0
  430. package/dist/collection/components/snk-personalized-filter/snk-personalized-filter.css.gz +0 -0
  431. package/dist/collection/components/snk-personalized-filter/snk-personalized-filter.js.gz +0 -0
  432. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-group/snk-expression-group.css.gz +0 -0
  433. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-group/snk-expression-group.js.gz +0 -0
  434. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-item/filter-operands/filter-operands.js.gz +0 -0
  435. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-item/snk-expression-item.css.gz +0 -0
  436. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-expression-item/snk-expression-item.js.gz +0 -0
  437. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-advanced-mode/snk-filter-advanced-mode.css.gz +0 -0
  438. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-advanced-mode/snk-filter-advanced-mode.js.gz +0 -0
  439. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-assistent-mode/snk-filter-assistent-mode.css.gz +0 -0
  440. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-assistent-mode/snk-filter-assistent-mode.js.gz +0 -0
  441. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/snk-filter-param-config.css.gz +0 -0
  442. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/snk-filter-param-config.js.gz +0 -0
  443. package/dist/collection/components/snk-personalized-filter/subcomponents/snk-filter-param-config/utils/PersonalizedFilterUtils.js.gz +0 -0
  444. package/dist/collection/components/snk-pesquisa/pesquisa-grid/pesquisa-grid.css.gz +0 -0
  445. package/dist/collection/components/snk-pesquisa/pesquisa-grid/pesquisa-grid.js.gz +0 -0
  446. package/dist/collection/components/snk-pesquisa/pesquisa-tree/pesquisa-tree.css.gz +0 -0
  447. package/dist/collection/components/snk-pesquisa/pesquisa-tree/pesquisa-tree.js.gz +0 -0
  448. package/dist/collection/components/snk-pesquisa/pesquisaHelper.js.gz +0 -0
  449. package/dist/collection/components/snk-pesquisa/snk-pesquisa.css.gz +0 -0
  450. package/dist/collection/components/snk-pesquisa/snk-pesquisa.js.gz +0 -0
  451. package/dist/collection/components/snk-print-selector/snk-print-selector.css.gz +0 -0
  452. package/dist/collection/components/snk-print-selector/snk-print-selector.js.gz +0 -0
  453. package/dist/collection/components/snk-simple-bar/snk-simple-bar.css.gz +0 -0
  454. package/dist/collection/components/snk-simple-bar/snk-simple-bar.js.gz +0 -0
  455. package/dist/collection/components/snk-simple-crud/snk-simple-crud.constants.js.gz +0 -0
  456. package/dist/collection/components/snk-simple-crud/snk-simple-crud.css.gz +0 -0
  457. package/dist/collection/components/snk-simple-crud/snk-simple-crud.js.gz +0 -0
  458. package/dist/collection/components/snk-simple-form-config/snk-simple-form-config.css.gz +0 -0
  459. package/dist/collection/components/snk-simple-form-config/snk-simple-form-config.js.gz +0 -0
  460. package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.css.gz +0 -0
  461. package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.js.gz +0 -0
  462. package/dist/collection/components/snk-taskbar/elements/taskbar-elements.js.gz +0 -0
  463. package/dist/collection/components/snk-taskbar/elements/taskbar-split-button/taskbar-split-button.css.gz +0 -0
  464. package/dist/collection/components/snk-taskbar/elements/taskbar-split-button/taskbar-split-button.js.gz +0 -0
  465. package/dist/collection/components/snk-taskbar/processor/taskbar-processor.js.gz +0 -0
  466. package/dist/collection/components/snk-taskbar/snk-taskbar.css.gz +0 -0
  467. package/dist/collection/components/snk-taskbar/snk-taskbar.js.gz +0 -0
  468. package/dist/collection/components/teste-pesquisa/teste-pesquisa.css.gz +0 -0
  469. package/dist/collection/components/teste-pesquisa/teste-pesquisa.js.gz +0 -0
  470. package/dist/collection/index.js.gz +0 -0
  471. package/dist/collection/lib/@types/index.js.gz +0 -0
  472. package/dist/collection/lib/DefaultCustomFormatters/RmPrecisionCustomValueFormatter.js.gz +0 -0
  473. package/dist/collection/lib/applet-caller/applet-caller.js.gz +0 -0
  474. package/dist/collection/lib/auth/mgeauthorization.module.js.gz +0 -0
  475. package/dist/collection/lib/configs/ConfigStorage.js.gz +0 -0
  476. package/dist/collection/lib/configs/LayoutFormConfig.js.gz +0 -0
  477. package/dist/collection/lib/dataUnit/InMemoryLoader.js.gz +0 -0
  478. package/dist/collection/lib/dataUnit/ValueFormatter.js.gz +0 -0
  479. package/dist/collection/lib/dataUnit/dataUnitInMemoryUtils.js.gz +0 -0
  480. package/dist/collection/lib/dataUnit/interfaces/InMemoryLoaderConfig.js.gz +0 -0
  481. package/dist/collection/lib/http/data-fetcher/DataFetcher.js.gz +0 -0
  482. package/dist/collection/lib/http/data-fetcher/custom-xhr-override.js.gz +0 -0
  483. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/anexo-sistema-fetcher.js.gz +0 -0
  484. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/attach-fetcher.js.gz +0 -0
  485. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/facade/attach-fetcher.facade.js.gz +0 -0
  486. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/index.js.gz +0 -0
  487. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/IDelete.js.gz +0 -0
  488. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/IDownloadKey.js.gz +0 -0
  489. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/ISave.js.gz +0 -0
  490. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/index.js.gz +0 -0
  491. package/dist/collection/lib/http/data-fetcher/fetchers/application-config-fetcher.js.gz +0 -0
  492. package/dist/collection/lib/http/data-fetcher/fetchers/auth-fetcher.js.gz +0 -0
  493. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/DataUnitDataLoader.js.gz +0 -0
  494. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/cache/ArrayRepository.js.gz +0 -0
  495. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/cache/PreloadManager.js.gz +0 -0
  496. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/dataunit-fetcher.js.gz +0 -0
  497. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/helpers/DataUnitDataLoaderHelper.js.gz +0 -0
  498. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IBuildRequestBodyLoadRowMetadata.js.gz +0 -0
  499. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/ILoadDataResult.js.gz +0 -0
  500. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/ILoadDataStrategy.js.gz +0 -0
  501. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/ILoadingInfo.js.gz +0 -0
  502. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IRecordField.js.gz +0 -0
  503. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IResponseRecord.js.gz +0 -0
  504. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/interfaces/IRowMetadata.js.gz +0 -0
  505. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DataUnitStrategy.js.gz +0 -0
  506. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.js.gz +0 -0
  507. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/test/resources/metadataMock.js.gz +0 -0
  508. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IExporterColumnMetadata.js.gz +0 -0
  509. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IFetchDataExporterParams.js.gz +0 -0
  510. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IFetchDataExporterResponse.js.gz +0 -0
  511. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IPersonalizedReport.js.gz +0 -0
  512. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/permission-export-pdf.js.gz +0 -0
  513. package/dist/collection/lib/http/data-fetcher/fetchers/fetchDataExporter/personalized-reports-fetcher.js.gz +0 -0
  514. package/dist/collection/lib/http/data-fetcher/fetchers/filter-bar-config-fetcher.js.gz +0 -0
  515. package/dist/collection/lib/http/data-fetcher/fetchers/form-config-fetcher.js.gz +0 -0
  516. package/dist/collection/lib/http/data-fetcher/fetchers/grid-config-fetcher.js.gz +0 -0
  517. package/dist/collection/lib/http/data-fetcher/fetchers/parameters-fecher.js.gz +0 -0
  518. package/dist/collection/lib/http/data-fetcher/fetchers/personalized-filter-fetcher.js.gz +0 -0
  519. package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js.gz +0 -0
  520. package/dist/collection/lib/http/data-fetcher/fetchers/resource-fetcher.js.gz +0 -0
  521. package/dist/collection/lib/http/data-fetcher/fetchers/totals-fetcher.js.gz +0 -0
  522. package/dist/collection/lib/http/data-fetcher/interfaces/IClientEventResponse.js.gz +0 -0
  523. package/dist/collection/lib/http/data-fetcher/recaller/GraphQLRecaller.js.gz +0 -0
  524. package/dist/collection/lib/http/data-fetcher/recaller/IDataFetcherRecaller.js.gz +0 -0
  525. package/dist/collection/lib/http/data-fetcher/recaller/ServiceBrokerRecaller.js.gz +0 -0
  526. package/dist/collection/lib/http/data-fetcher/state/LoadStateManager.js.gz +0 -0
  527. package/dist/collection/lib/index.js.gz +0 -0
  528. package/dist/collection/lib/message/SnkMessageBuilder.js.gz +0 -0
  529. package/dist/collection/lib/message/messageResourceEnUSUtils.js.gz +0 -0
  530. package/dist/collection/lib/message/messageResourceEsESUtils.js.gz +0 -0
  531. package/dist/collection/lib/message/messageResourcePtBRUtils.js.gz +0 -0
  532. package/dist/collection/lib/message/resources/en-us/continuousInsertUtils.msg.js.gz +0 -0
  533. package/dist/collection/lib/message/resources/en-us/crud-utils.msg.js.gz +0 -0
  534. package/dist/collection/lib/message/resources/en-us/dataFetcher.msg.js.gz +0 -0
  535. package/dist/collection/lib/message/resources/en-us/dataUnitDataLoaderHelper.msg.js.gz +0 -0
  536. package/dist/collection/lib/message/resources/en-us/file-viewer.msg.js.gz +0 -0
  537. package/dist/collection/lib/message/resources/en-us/snk-actions-button.msg.js.gz +0 -0
  538. package/dist/collection/lib/message/resources/en-us/snk-application.msg.js.gz +0 -0
  539. package/dist/collection/lib/message/resources/en-us/snk-attach.msg.js.gz +0 -0
  540. package/dist/collection/lib/message/resources/en-us/snk-configurator.msg.js.gz +0 -0
  541. package/dist/collection/lib/message/resources/en-us/snk-crud.msg.js.gz +0 -0
  542. package/dist/collection/lib/message/resources/en-us/snk-data-exporter.msg.js.gz +0 -0
  543. package/dist/collection/lib/message/resources/en-us/snk-data-unit.msg.js.gz +0 -0
  544. package/dist/collection/lib/message/resources/en-us/snk-entity-list.msg.js.gz +0 -0
  545. package/dist/collection/lib/message/resources/en-us/snk-error-handler.msg.js.gz +0 -0
  546. package/dist/collection/lib/message/resources/en-us/snk-exporter.msg.js.gz +0 -0
  547. package/dist/collection/lib/message/resources/en-us/snk-filter-bar.msg.js.gz +0 -0
  548. package/dist/collection/lib/message/resources/en-us/snk-filter-field-search.msg.js.gz +0 -0
  549. package/dist/collection/lib/message/resources/en-us/snk-filter-list.msg.js.gz +0 -0
  550. package/dist/collection/lib/message/resources/en-us/snk-filter-param-config.msg.js.gz +0 -0
  551. package/dist/collection/lib/message/resources/en-us/snk-form.msg.js.gz +0 -0
  552. package/dist/collection/lib/message/resources/en-us/snk-grid.msg.js.gz +0 -0
  553. package/dist/collection/lib/message/resources/en-us/snk-layout-form-config.msg.js.gz +0 -0
  554. package/dist/collection/lib/message/resources/en-us/snk-personalized-filter.msg.js.gz +0 -0
  555. package/dist/collection/lib/message/resources/en-us/snk-pesquisa.msg.js.gz +0 -0
  556. package/dist/collection/lib/message/resources/en-us/snk-print-selector.msg.js.gz +0 -0
  557. package/dist/collection/lib/message/resources/en-us/snk-simple-bar.msg.js.gz +0 -0
  558. package/dist/collection/lib/message/resources/en-us/snk-simple-crud.msg.js.gz +0 -0
  559. package/dist/collection/lib/message/resources/en-us/snk-simple-form-config.msg.js.gz +0 -0
  560. package/dist/collection/lib/message/resources/en-us/snk-taskbar.msg.js.gz +0 -0
  561. package/dist/collection/lib/message/resources/es-es/continuousInsertUtils.msg.js.gz +0 -0
  562. package/dist/collection/lib/message/resources/es-es/crud-utils.msg.js.gz +0 -0
  563. package/dist/collection/lib/message/resources/es-es/dataFetcher.msg.js.gz +0 -0
  564. package/dist/collection/lib/message/resources/es-es/dataUnitDataLoaderHelper.msg.js.gz +0 -0
  565. package/dist/collection/lib/message/resources/es-es/file-viewer.msg.js.gz +0 -0
  566. package/dist/collection/lib/message/resources/es-es/snk-actions-button.msg.js.gz +0 -0
  567. package/dist/collection/lib/message/resources/es-es/snk-application.msg.js.gz +0 -0
  568. package/dist/collection/lib/message/resources/es-es/snk-attach.msg.js.gz +0 -0
  569. package/dist/collection/lib/message/resources/es-es/snk-configurator.msg.js.gz +0 -0
  570. package/dist/collection/lib/message/resources/es-es/snk-crud.msg.js.gz +0 -0
  571. package/dist/collection/lib/message/resources/es-es/snk-data-exporter.msg.js.gz +0 -0
  572. package/dist/collection/lib/message/resources/es-es/snk-data-unit.msg.js.gz +0 -0
  573. package/dist/collection/lib/message/resources/es-es/snk-entity-list.msg.js.gz +0 -0
  574. package/dist/collection/lib/message/resources/es-es/snk-error-handler.msg.js.gz +0 -0
  575. package/dist/collection/lib/message/resources/es-es/snk-exporter.msg.js.gz +0 -0
  576. package/dist/collection/lib/message/resources/es-es/snk-filter-bar.msg.js.gz +0 -0
  577. package/dist/collection/lib/message/resources/es-es/snk-filter-field-search.msg.js.gz +0 -0
  578. package/dist/collection/lib/message/resources/es-es/snk-filter-list.msg.js.gz +0 -0
  579. package/dist/collection/lib/message/resources/es-es/snk-filter-param-config.msg.js.gz +0 -0
  580. package/dist/collection/lib/message/resources/es-es/snk-form.msg.js.gz +0 -0
  581. package/dist/collection/lib/message/resources/es-es/snk-grid.msg.js.gz +0 -0
  582. package/dist/collection/lib/message/resources/es-es/snk-layout-form-config.msg.js.gz +0 -0
  583. package/dist/collection/lib/message/resources/es-es/snk-personalized-filter.msg.js.gz +0 -0
  584. package/dist/collection/lib/message/resources/es-es/snk-pesquisa.msg.js.gz +0 -0
  585. package/dist/collection/lib/message/resources/es-es/snk-print-selector.msg.js.gz +0 -0
  586. package/dist/collection/lib/message/resources/es-es/snk-simple-bar.msg.js.gz +0 -0
  587. package/dist/collection/lib/message/resources/es-es/snk-simple-crud.msg.js.gz +0 -0
  588. package/dist/collection/lib/message/resources/es-es/snk-simple-form-config.msg.js.gz +0 -0
  589. package/dist/collection/lib/message/resources/es-es/snk-taskbar.msg.js.gz +0 -0
  590. package/dist/collection/lib/message/resources/pt-br/continuousInsertUtils.msg.js.gz +0 -0
  591. package/dist/collection/lib/message/resources/pt-br/crud-utils.msg.js.gz +0 -0
  592. package/dist/collection/lib/message/resources/pt-br/dataFetcher.msg.js.gz +0 -0
  593. package/dist/collection/lib/message/resources/pt-br/dataUnitDataLoaderHelper.msg.js.gz +0 -0
  594. package/dist/collection/lib/message/resources/pt-br/file-viewer.msg.js.gz +0 -0
  595. package/dist/collection/lib/message/resources/pt-br/snk-actions-button.msg.js.gz +0 -0
  596. package/dist/collection/lib/message/resources/pt-br/snk-application.msg.js.gz +0 -0
  597. package/dist/collection/lib/message/resources/pt-br/snk-attach.msg.js.gz +0 -0
  598. package/dist/collection/lib/message/resources/pt-br/snk-configurator.msg.js.gz +0 -0
  599. package/dist/collection/lib/message/resources/pt-br/snk-crud.msg.js.gz +0 -0
  600. package/dist/collection/lib/message/resources/pt-br/snk-data-exporter.msg.js.gz +0 -0
  601. package/dist/collection/lib/message/resources/pt-br/snk-data-unit.msg.js.gz +0 -0
  602. package/dist/collection/lib/message/resources/pt-br/snk-entity-list.msg.js.gz +0 -0
  603. package/dist/collection/lib/message/resources/pt-br/snk-error-handler.msg.js.gz +0 -0
  604. package/dist/collection/lib/message/resources/pt-br/snk-exporter.msg.js.gz +0 -0
  605. package/dist/collection/lib/message/resources/pt-br/snk-filter-bar.msg.js.gz +0 -0
  606. package/dist/collection/lib/message/resources/pt-br/snk-filter-field-search.msg.js.gz +0 -0
  607. package/dist/collection/lib/message/resources/pt-br/snk-filter-list.msg.js.gz +0 -0
  608. package/dist/collection/lib/message/resources/pt-br/snk-filter-param-config.msg.js.gz +0 -0
  609. package/dist/collection/lib/message/resources/pt-br/snk-form.msg.js.gz +0 -0
  610. package/dist/collection/lib/message/resources/pt-br/snk-grid.msg.js.gz +0 -0
  611. package/dist/collection/lib/message/resources/pt-br/snk-layout-form-config.msg.js.gz +0 -0
  612. package/dist/collection/lib/message/resources/pt-br/snk-personalized-filter.msg.js.gz +0 -0
  613. package/dist/collection/lib/message/resources/pt-br/snk-pesquisa.msg.js.gz +0 -0
  614. package/dist/collection/lib/message/resources/pt-br/snk-print-selector.msg.js.gz +0 -0
  615. package/dist/collection/lib/message/resources/pt-br/snk-simple-bar.msg.js.gz +0 -0
  616. package/dist/collection/lib/message/resources/pt-br/snk-simple-crud.msg.js.gz +0 -0
  617. package/dist/collection/lib/message/resources/pt-br/snk-simple-form-config.msg.js.gz +0 -0
  618. package/dist/collection/lib/message/resources/pt-br/snk-taskbar.msg.js.gz +0 -0
  619. package/dist/collection/lib/resourceid/ResourceIDUtils.js.gz +0 -0
  620. package/dist/collection/lib/store/index.js.gz +0 -0
  621. package/dist/collection/lib/utils/ContinuousInsertUtils.js.gz +0 -0
  622. package/dist/collection/lib/utils/CrudUtils.js.gz +0 -0
  623. package/dist/collection/lib/utils/GetSelectedRecordsIDsInfo.js.gz +0 -0
  624. package/dist/collection/lib/utils/PrintUtils.js.gz +0 -0
  625. package/dist/collection/lib/utils/constants.js.gz +0 -0
  626. package/dist/collection/lib/utils/fileViewer/index.js.gz +0 -0
  627. package/dist/collection/lib/utils/fileViewer/interfaces/IFileViewerParams.js.gz +0 -0
  628. package/dist/collection/lib/utils/pesquisa.js.gz +0 -0
  629. package/dist/collection/lib/utils/urlutils.js.gz +0 -0
  630. package/dist/collection/lib/workspace/workspace.js.gz +0 -0
  631. package/dist/collection/sw.js.gz +0 -0
  632. package/dist/components/AuthorizationConfig.js.gz +0 -0
  633. package/dist/components/ConfigStorage.js.gz +0 -0
  634. package/dist/components/ContinuousInsertUtils.js.gz +0 -0
  635. package/dist/components/DataFetcher.js.gz +0 -0
  636. package/dist/components/GetSelectedRecordsIDsInfo.js.gz +0 -0
  637. package/dist/components/ISave.js.gz +0 -0
  638. package/dist/components/ParamType.js.gz +0 -0
  639. package/dist/components/PersonalizedFilterUtils.js.gz +0 -0
  640. package/dist/components/PrintUtils.js.gz +0 -0
  641. package/dist/components/ResourceIDUtils.js.gz +0 -0
  642. package/dist/components/SnkFormConfigManager.js.gz +0 -0
  643. package/dist/components/auth-fetcher.js.gz +0 -0
  644. package/dist/components/config-header.js.gz +0 -0
  645. package/dist/components/config-header2.js.gz +0 -0
  646. package/dist/components/configs-button.js.gz +0 -0
  647. package/dist/components/configs-button2.js.gz +0 -0
  648. package/dist/components/constants.js.gz +0 -0
  649. package/dist/components/dataunit-fetcher.js.gz +0 -0
  650. package/dist/components/field-config.js.gz +0 -0
  651. package/dist/components/field-config2.js.gz +0 -0
  652. package/dist/components/field-item.js.gz +0 -0
  653. package/dist/components/field-item2.js.gz +0 -0
  654. package/dist/components/fields-layout.js.gz +0 -0
  655. package/dist/components/fields-layout2.js.gz +0 -0
  656. package/dist/components/fields-selector.js.gz +0 -0
  657. package/dist/components/fields-selector2.js.gz +0 -0
  658. package/dist/components/filter-item-type.enum.js.gz +0 -0
  659. package/dist/components/filterNumberVariation.js.gz +0 -0
  660. package/dist/components/form-config-fetcher.js.gz +0 -0
  661. package/dist/components/guides-configurator.js.gz +0 -0
  662. package/dist/components/guides-configurator2.js.gz +0 -0
  663. package/dist/components/index.js.gz +0 -0
  664. package/dist/components/index2.js.gz +0 -0
  665. package/dist/components/pesquisa-grid.js.gz +0 -0
  666. package/dist/components/pesquisa-grid2.js.gz +0 -0
  667. package/dist/components/pesquisa-tree.js.gz +0 -0
  668. package/dist/components/pesquisa-tree2.js.gz +0 -0
  669. package/dist/components/presentationMode.js.gz +0 -0
  670. package/dist/components/snk-actions-button.js.gz +0 -0
  671. package/dist/components/snk-actions-button2.js.gz +0 -0
  672. package/dist/components/snk-actions-form.js.gz +0 -0
  673. package/dist/components/snk-application.js.gz +0 -0
  674. package/dist/components/snk-application2.js.gz +0 -0
  675. package/dist/components/snk-attach.js.gz +0 -0
  676. package/dist/components/snk-attach2.js.gz +0 -0
  677. package/dist/components/snk-client-confirm.js.gz +0 -0
  678. package/dist/components/snk-configurator.js.gz +0 -0
  679. package/dist/components/snk-configurator2.js.gz +0 -0
  680. package/dist/components/snk-crud.js.gz +0 -0
  681. package/dist/components/snk-custom-slot-elements.js.gz +0 -0
  682. package/dist/components/snk-data-exporter.js.gz +0 -0
  683. package/dist/components/snk-data-exporter2.js.gz +0 -0
  684. package/dist/components/snk-data-unit.js.gz +0 -0
  685. package/dist/components/snk-data-unit2.js.gz +0 -0
  686. package/dist/components/snk-default-filter.js.gz +0 -0
  687. package/dist/components/snk-default-filter2.js.gz +0 -0
  688. package/dist/components/snk-detail-view.js.gz +0 -0
  689. package/dist/components/snk-detail-view2.js.gz +0 -0
  690. package/dist/components/snk-entity-list.js.gz +0 -0
  691. package/dist/components/snk-exporter-email-sender.js.gz +0 -0
  692. package/dist/components/snk-exporter-email-sender2.js.gz +0 -0
  693. package/dist/components/snk-expression-group.js.gz +0 -0
  694. package/dist/components/snk-expression-group2.js.gz +0 -0
  695. package/dist/components/snk-expression-item.js.gz +0 -0
  696. package/dist/components/snk-expression-item2.js.gz +0 -0
  697. package/dist/components/snk-filter-advanced-mode.js.gz +0 -0
  698. package/dist/components/snk-filter-advanced-mode2.js.gz +0 -0
  699. package/dist/components/snk-filter-assistent-mode.js.gz +0 -0
  700. package/dist/components/snk-filter-assistent-mode2.js.gz +0 -0
  701. package/dist/components/snk-filter-bar.js.gz +0 -0
  702. package/dist/components/snk-filter-bar2.js.gz +0 -0
  703. package/dist/components/snk-filter-binary-select.js.gz +0 -0
  704. package/dist/components/snk-filter-checkbox-list.js.gz +0 -0
  705. package/dist/components/snk-filter-detail.js.gz +0 -0
  706. package/dist/components/snk-filter-detail2.js.gz +0 -0
  707. package/dist/components/snk-filter-field-search.js.gz +0 -0
  708. package/dist/components/snk-filter-field-search2.js.gz +0 -0
  709. package/dist/components/snk-filter-item.js.gz +0 -0
  710. package/dist/components/snk-filter-item2.js.gz +0 -0
  711. package/dist/components/snk-filter-list.js.gz +0 -0
  712. package/dist/components/snk-filter-modal-item.js.gz +0 -0
  713. package/dist/components/snk-filter-modal-item2.js.gz +0 -0
  714. package/dist/components/snk-filter-modal.js.gz +0 -0
  715. package/dist/components/snk-filter-modal2.js.gz +0 -0
  716. package/dist/components/snk-filter-multi-select.js.gz +0 -0
  717. package/dist/components/snk-filter-number.js.gz +0 -0
  718. package/dist/components/snk-filter-param-config.js.gz +0 -0
  719. package/dist/components/snk-filter-param-config2.js.gz +0 -0
  720. package/dist/components/snk-filter-period.js.gz +0 -0
  721. package/dist/components/snk-filter-search.js.gz +0 -0
  722. package/dist/components/snk-filter-text.js.gz +0 -0
  723. package/dist/components/snk-form-config.js.gz +0 -0
  724. package/dist/components/snk-form-config2.js.gz +0 -0
  725. package/dist/components/snk-form-summary.js.gz +0 -0
  726. package/dist/components/snk-form-summary2.js.gz +0 -0
  727. package/dist/components/snk-form-view.js.gz +0 -0
  728. package/dist/components/snk-form-view2.js.gz +0 -0
  729. package/dist/components/snk-form.js.gz +0 -0
  730. package/dist/components/snk-grid-config.js.gz +0 -0
  731. package/dist/components/snk-grid-config2.js.gz +0 -0
  732. package/dist/components/snk-grid.js.gz +0 -0
  733. package/dist/components/snk-grid2.js.gz +0 -0
  734. package/dist/components/snk-guides-viewer.js.gz +0 -0
  735. package/dist/components/snk-layout-form-config.js.gz +0 -0
  736. package/dist/components/snk-layout-form-config2.js.gz +0 -0
  737. package/dist/components/snk-personalized-filter-editor.js.gz +0 -0
  738. package/dist/components/snk-personalized-filter.js.gz +0 -0
  739. package/dist/components/snk-personalized-filter2.js.gz +0 -0
  740. package/dist/components/snk-pesquisa.js.gz +0 -0
  741. package/dist/components/snk-pesquisa2.js.gz +0 -0
  742. package/dist/components/snk-print-selector.js.gz +0 -0
  743. package/dist/components/snk-select-box.js.gz +0 -0
  744. package/dist/components/snk-select-box2.js.gz +0 -0
  745. package/dist/components/snk-simple-bar.js.gz +0 -0
  746. package/dist/components/snk-simple-bar2.js.gz +0 -0
  747. package/dist/components/snk-simple-crud.js.gz +0 -0
  748. package/dist/components/snk-simple-crud2.js.gz +0 -0
  749. package/dist/components/snk-simple-form-config.js.gz +0 -0
  750. package/dist/components/snk-simple-form-config2.js.gz +0 -0
  751. package/dist/components/snk-taskbar.js.gz +0 -0
  752. package/dist/components/snk-taskbar2.js.gz +0 -0
  753. package/dist/components/snk-view-representation.js.gz +0 -0
  754. package/dist/components/snk-view-representation2.js.gz +0 -0
  755. package/dist/components/sortable.esm.js.gz +0 -0
  756. package/dist/components/taskbar-actions-button.js.gz +0 -0
  757. package/dist/components/taskbar-actions-button2.js.gz +0 -0
  758. package/dist/components/taskbar-split-button.js.gz +0 -0
  759. package/dist/components/taskbar-split-button2.js.gz +0 -0
  760. package/dist/components/teste-pesquisa.js.gz +0 -0
  761. package/dist/esm/AuthorizationConfig-dcbd207a.js.gz +0 -0
  762. package/dist/esm/ConfigStorage-a60b12c2.js.gz +0 -0
  763. package/dist/esm/DataFetcher-9a1709a3.js.gz +0 -0
  764. package/dist/esm/FormConfigHelper-b9cf7758.js.gz +0 -0
  765. package/dist/esm/GetSelectedRecordsIDsInfo-9fa41508.js.gz +0 -0
  766. package/dist/esm/IFetchDataExporterParams-d73bed3d.js.gz +0 -0
  767. package/dist/esm/ISave-b9c9188b.js.gz +0 -0
  768. package/dist/esm/ParamType-d5152b06.js.gz +0 -0
  769. package/dist/esm/PersonalizedFilterUtils-2db38ff2.js.gz +0 -0
  770. package/dist/esm/PrintUtils-3e4ff0f5.js.gz +0 -0
  771. package/dist/esm/ResourceIDUtils-a114189a.js.gz +0 -0
  772. package/dist/esm/SnkFormConfigManager-1548dc73.js.gz +0 -0
  773. package/dist/esm/SnkMultiSelectionListDataSource-65764464.js.gz +0 -0
  774. package/dist/esm/auth-fetcher-566bad7c.js.gz +0 -0
  775. package/dist/esm/config-header.entry.js.gz +0 -0
  776. package/dist/esm/configs-button.entry.js.gz +0 -0
  777. package/dist/esm/constants-7b422de0.js.gz +0 -0
  778. package/dist/esm/dataunit-fetcher-eba36247.js.gz +0 -0
  779. package/dist/esm/default-filters-50105e43.js.gz +0 -0
  780. package/dist/esm/field-config_2.entry.js.gz +0 -0
  781. package/dist/esm/fields-layout.entry.js.gz +0 -0
  782. package/dist/esm/fields-selector.entry.js.gz +0 -0
  783. package/dist/esm/filter-item-type.enum-d45e026f.js.gz +0 -0
  784. package/dist/esm/filter-type.enum-f6a8fe23.js.gz +0 -0
  785. package/dist/esm/filter-validate-faf51fa9.js.gz +0 -0
  786. package/dist/esm/filterNumberVariation-8cee02ea.js.gz +0 -0
  787. package/dist/esm/form-config-fetcher-cf8c52d0.js.gz +0 -0
  788. package/dist/esm/guides-configurator.entry.js.gz +0 -0
  789. package/dist/esm/index-446f9341.js.gz +0 -0
  790. package/dist/esm/index-479e1293.js.gz +0 -0
  791. package/dist/esm/index-620ac460.js.gz +0 -0
  792. package/dist/esm/index-8acbae97.js.gz +0 -0
  793. package/dist/esm/index-b40568ff.js.gz +0 -0
  794. package/dist/esm/index.js.gz +0 -0
  795. package/dist/esm/loader.js.gz +0 -0
  796. package/dist/esm/pesquisa-grid_2.entry.js.gz +0 -0
  797. package/dist/esm/polyfills/core-js.js.gz +0 -0
  798. package/dist/esm/polyfills/css-shim.js.gz +0 -0
  799. package/dist/esm/polyfills/dom.js.gz +0 -0
  800. package/dist/esm/polyfills/es5-html-element.js.gz +0 -0
  801. package/dist/esm/polyfills/index.js.gz +0 -0
  802. package/dist/esm/polyfills/system.js.gz +0 -0
  803. package/dist/esm/presentationMode-783bbf9d.js.gz +0 -0
  804. package/dist/esm/sankhyablocks.js.gz +0 -0
  805. package/dist/esm/snk-actions-button_8.entry.js.gz +0 -0
  806. package/dist/esm/snk-actions-form.entry.js.gz +0 -0
  807. package/dist/esm/snk-application.entry.js.gz +0 -0
  808. package/dist/esm/snk-attach.entry.js.gz +0 -0
  809. package/dist/esm/snk-client-confirm.entry.js.gz +0 -0
  810. package/dist/esm/snk-configurator.entry.js.gz +0 -0
  811. package/dist/esm/snk-crud.entry.js.gz +0 -0
  812. package/dist/esm/snk-custom-slot-elements.entry.js.gz +0 -0
  813. package/dist/esm/snk-data-exporter.entry.js.gz +0 -0
  814. package/dist/esm/snk-data-unit-693849e3.js.gz +0 -0
  815. package/dist/esm/snk-data-unit.entry.js.gz +0 -0
  816. package/dist/esm/snk-default-filter.entry.js.gz +0 -0
  817. package/dist/esm/snk-detail-view.entry.js.gz +0 -0
  818. package/dist/esm/snk-entity-list.entry.js.gz +0 -0
  819. package/dist/esm/snk-exporter-email-sender.entry.js.gz +0 -0
  820. package/dist/esm/snk-expression-group_2.entry.js.gz +0 -0
  821. package/dist/esm/snk-filter-advanced-mode_2.entry.js.gz +0 -0
  822. package/dist/esm/snk-filter-bar_4.entry.js.gz +0 -0
  823. package/dist/esm/snk-filter-binary-select.entry.js.gz +0 -0
  824. package/dist/esm/snk-filter-checkbox-list.entry.js.gz +0 -0
  825. package/dist/esm/snk-filter-detail.entry.js.gz +0 -0
  826. package/dist/esm/snk-filter-field-search_2.entry.js.gz +0 -0
  827. package/dist/esm/snk-filter-modal-item.entry.js.gz +0 -0
  828. package/dist/esm/snk-filter-multi-select.entry.js.gz +0 -0
  829. package/dist/esm/snk-filter-number.entry.js.gz +0 -0
  830. package/dist/esm/snk-filter-period.entry.js.gz +0 -0
  831. package/dist/esm/snk-filter-search.entry.js.gz +0 -0
  832. package/dist/esm/snk-filter-text.entry.js.gz +0 -0
  833. package/dist/esm/snk-form-summary.entry.js.gz +0 -0
  834. package/dist/esm/snk-form-view.entry.js.gz +0 -0
  835. package/dist/esm/snk-form_2.entry.js.gz +0 -0
  836. package/dist/esm/snk-grid.entry.js.gz +0 -0
  837. package/dist/esm/snk-guides-viewer-8d6067b5.js.gz +0 -0
  838. package/dist/esm/snk-guides-viewer.entry.js.gz +0 -0
  839. package/dist/esm/snk-personalized-filter-editor.entry.js.gz +0 -0
  840. package/dist/esm/snk-personalized-filter.entry.js.gz +0 -0
  841. package/dist/esm/snk-pesquisa.entry.js.gz +0 -0
  842. package/dist/esm/snk-print-selector.entry.js.gz +0 -0
  843. package/dist/esm/snk-simple-bar.entry.js.gz +0 -0
  844. package/dist/esm/snk-simple-crud.entry.js.gz +0 -0
  845. package/dist/esm/snk-taskbar.entry.js.gz +0 -0
  846. package/dist/esm/sortable.esm-842f85a3.js.gz +0 -0
  847. package/dist/esm/taskbar-elements-faaf5d8f.js.gz +0 -0
  848. package/dist/esm/taskbar-processor-3436124c.js.gz +0 -0
  849. package/dist/esm/teste-pesquisa.entry.js.gz +0 -0
  850. package/dist/index.cjs.js.gz +0 -0
  851. package/dist/index.js.gz +0 -0
  852. package/dist/sankhyablocks/index.esm.js.gz +0 -0
  853. package/dist/sankhyablocks/p-07c5289b.entry.js.gz +0 -0
  854. package/dist/sankhyablocks/p-093f58fa.entry.js.gz +0 -0
  855. package/dist/sankhyablocks/p-09b05075.entry.js +0 -1
  856. package/dist/sankhyablocks/p-09b05075.entry.js.gz +0 -0
  857. package/dist/sankhyablocks/p-0f3698af.js.gz +0 -0
  858. package/dist/sankhyablocks/p-13596651.js.gz +0 -0
  859. package/dist/sankhyablocks/p-162bddae.entry.js.gz +0 -0
  860. package/dist/sankhyablocks/p-180716b2.entry.js.gz +0 -0
  861. package/dist/sankhyablocks/p-1a0caadb.js.gz +0 -0
  862. package/dist/sankhyablocks/p-1a68fb59.js.gz +0 -0
  863. package/dist/sankhyablocks/p-1e9c546e.entry.js.gz +0 -0
  864. package/dist/sankhyablocks/p-21107f0d.entry.js.gz +0 -0
  865. package/dist/sankhyablocks/p-27482793.entry.js.gz +0 -0
  866. package/dist/sankhyablocks/p-279f1ef9.entry.js +0 -1
  867. package/dist/sankhyablocks/p-279f1ef9.entry.js.gz +0 -0
  868. package/dist/sankhyablocks/p-2ec52b7e.entry.js +0 -1
  869. package/dist/sankhyablocks/p-2ec52b7e.entry.js.gz +0 -0
  870. package/dist/sankhyablocks/p-2fdac5e6.entry.js.gz +0 -0
  871. package/dist/sankhyablocks/p-31b0d523.js.gz +0 -0
  872. package/dist/sankhyablocks/p-3b167a03.entry.js.gz +0 -0
  873. package/dist/sankhyablocks/p-3d41f5a8.entry.js.gz +0 -0
  874. package/dist/sankhyablocks/p-3ed04f0d.entry.js.gz +0 -0
  875. package/dist/sankhyablocks/p-3f8c436b.entry.js +0 -1
  876. package/dist/sankhyablocks/p-3f8c436b.entry.js.gz +0 -0
  877. package/dist/sankhyablocks/p-42dde1ec.js.gz +0 -0
  878. package/dist/sankhyablocks/p-471b34f4.entry.js.gz +0 -0
  879. package/dist/sankhyablocks/p-49ddc27a.entry.js.gz +0 -0
  880. package/dist/sankhyablocks/p-4b2523df.js +0 -1
  881. package/dist/sankhyablocks/p-4b2523df.js.gz +0 -0
  882. package/dist/sankhyablocks/p-4b286a64.entry.js +0 -1
  883. package/dist/sankhyablocks/p-4b286a64.entry.js.gz +0 -0
  884. package/dist/sankhyablocks/p-4c763b10.entry.js.gz +0 -0
  885. package/dist/sankhyablocks/p-4db51d85.js.gz +0 -0
  886. package/dist/sankhyablocks/p-4e3fc788.entry.js.gz +0 -0
  887. package/dist/sankhyablocks/p-5095f811.entry.js.gz +0 -0
  888. package/dist/sankhyablocks/p-51833248.js.gz +0 -0
  889. package/dist/sankhyablocks/p-5340c04e.entry.js.gz +0 -0
  890. package/dist/sankhyablocks/p-55798617.js.gz +0 -0
  891. package/dist/sankhyablocks/p-60dd1d27.entry.js.gz +0 -0
  892. package/dist/sankhyablocks/p-6471a791.entry.js.gz +0 -0
  893. package/dist/sankhyablocks/p-667cab42.entry.js.gz +0 -0
  894. package/dist/sankhyablocks/p-688dcb4c.js.gz +0 -0
  895. package/dist/sankhyablocks/p-6902c5ee.entry.js.gz +0 -0
  896. package/dist/sankhyablocks/p-69885aaa.js.gz +0 -0
  897. package/dist/sankhyablocks/p-6a4b21dd.js.gz +0 -0
  898. package/dist/sankhyablocks/p-7345782c.entry.js.gz +0 -0
  899. package/dist/sankhyablocks/p-75af335e.entry.js.gz +0 -0
  900. package/dist/sankhyablocks/p-76e66fd9.js.gz +0 -0
  901. package/dist/sankhyablocks/p-7b3269e9.entry.js.gz +0 -0
  902. package/dist/sankhyablocks/p-7dd49d15.js.gz +0 -0
  903. package/dist/sankhyablocks/p-7e250432.entry.js.gz +0 -0
  904. package/dist/sankhyablocks/p-7f7fe6c4.entry.js.gz +0 -0
  905. package/dist/sankhyablocks/p-81466555.entry.js +0 -1
  906. package/dist/sankhyablocks/p-81466555.entry.js.gz +0 -0
  907. package/dist/sankhyablocks/p-825098c1.entry.js.gz +0 -0
  908. package/dist/sankhyablocks/p-84345e7a.js.gz +0 -0
  909. package/dist/sankhyablocks/p-88c12985.entry.js.gz +0 -0
  910. package/dist/sankhyablocks/p-8b24836e.entry.js.gz +0 -0
  911. package/dist/sankhyablocks/p-8d884fab.js.gz +0 -0
  912. package/dist/sankhyablocks/p-8f3f2306.js.gz +0 -0
  913. package/dist/sankhyablocks/p-9019a32f.js.gz +0 -0
  914. package/dist/sankhyablocks/p-91a9abb6.entry.js.gz +0 -0
  915. package/dist/sankhyablocks/p-94b15408.entry.js.gz +0 -0
  916. package/dist/sankhyablocks/p-95888078.js.gz +0 -0
  917. package/dist/sankhyablocks/p-96d45943.entry.js.gz +0 -0
  918. package/dist/sankhyablocks/p-988afe78.js.gz +0 -0
  919. package/dist/sankhyablocks/p-9a63f3f7.entry.js.gz +0 -0
  920. package/dist/sankhyablocks/p-9fa79997.js.gz +0 -0
  921. package/dist/sankhyablocks/p-b568c1d4.js.gz +0 -0
  922. package/dist/sankhyablocks/p-b7e891cc.entry.js.gz +0 -0
  923. package/dist/sankhyablocks/p-b987e15d.js.gz +0 -0
  924. package/dist/sankhyablocks/p-bcf5692d.entry.js.gz +0 -0
  925. package/dist/sankhyablocks/p-c3dbf441.entry.js.gz +0 -0
  926. package/dist/sankhyablocks/p-cb4343c4.entry.js.gz +0 -0
  927. package/dist/sankhyablocks/p-ce77774e.js.gz +0 -0
  928. package/dist/sankhyablocks/p-d68904a9.js.gz +0 -0
  929. package/dist/sankhyablocks/p-d8d8169b.js.gz +0 -0
  930. package/dist/sankhyablocks/p-dafee02c.entry.js +0 -1
  931. package/dist/sankhyablocks/p-dafee02c.entry.js.gz +0 -0
  932. package/dist/sankhyablocks/p-dc36cfbf.js.gz +0 -0
  933. package/dist/sankhyablocks/p-e258de96.entry.js.gz +0 -0
  934. package/dist/sankhyablocks/p-eaad0aa8.js.gz +0 -0
  935. package/dist/sankhyablocks/p-f4184ce7.js.gz +0 -0
  936. package/dist/sankhyablocks/p-f68aab71.js.gz +0 -0
  937. package/dist/sankhyablocks/p-fa80e546.js.gz +0 -0
  938. package/dist/sankhyablocks/p-febb03ba.entry.js +0 -11
  939. package/dist/sankhyablocks/p-febb03ba.entry.js.gz +0 -0
  940. package/dist/sankhyablocks/p-ff1990ad.js.gz +0 -0
  941. package/dist/sankhyablocks/p-ff52b422.entry.js +0 -1
  942. package/dist/sankhyablocks/p-ff52b422.entry.js.gz +0 -0
  943. package/dist/sankhyablocks/sankhyablocks.esm.js.gz +0 -0
@@ -4,7 +4,7 @@ import { buildFormConfigFromDataUnit } from '@sankhyalabs/ezui/dist/collection/u
4
4
  import { ApplicationUtils } from '@sankhyalabs/ezui/dist/collection/utils';
5
5
  import { U as UserConfigType } from './form-config-fetcher.js';
6
6
  import { T as TAB_NAMES, G as GROUP_NAMES } from './constants.js';
7
- import { b as buildGuides, c as buildChildrenGuides, e as buildGuidesMap, f as getFieldsToSave, u as updateTabInFieldsFromGroupList, h as buildNewGuideName, d as defineCustomElement$5 } from './field-config2.js';
7
+ import { b as buildGuides, c as buildChildrenGuides, e as buildCustomGuides, f as buildGuidesMap, h as getFieldsToSave, u as updateTabInFieldsFromGroupList, i as buildNewGuideName, d as defineCustomElement$5 } from './field-config2.js';
8
8
  import { d as defineCustomElement$7 } from './config-header2.js';
9
9
  import { d as defineCustomElement$6 } from './configs-button2.js';
10
10
  import { d as defineCustomElement$4 } from './field-item2.js';
@@ -35,6 +35,7 @@ const SnkFormConfig = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
35
35
  this.configManager = undefined;
36
36
  this.ignoreReadOnlyFormFields = undefined;
37
37
  this.messagesBuilder = undefined;
38
+ this.customGuidesConfig = [];
38
39
  }
39
40
  handleFieldConfigChanged() {
40
41
  this.hasChanges = true;
@@ -105,8 +106,8 @@ const SnkFormConfig = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
105
106
  this.configOptions = userConfig;
106
107
  const isDefault = this._formConfig != undefined ? this._formConfig.defaultConfiguration : true;
107
108
  const origin = (isDefault ? UserConfigType.DEFAULT : UserConfigType.USER);
108
- this.configSelected = userConfig.find((config) => config.origin === origin);
109
- this.originalConfigSelected = userConfig.find((config) => config.origin === origin);
109
+ this.configSelected = userConfig === null || userConfig === void 0 ? void 0 : userConfig.find((config) => config.origin === origin);
110
+ this.originalConfigSelected = userConfig === null || userConfig === void 0 ? void 0 : userConfig.find((config) => config.origin === origin);
110
111
  }
111
112
  catch (error) {
112
113
  console.error(this.getMessage('snkFormConfig.errors.failFetchUserConfig'));
@@ -174,6 +175,7 @@ const SnkFormConfig = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
174
175
  this.guidesList = [];
175
176
  this.guidesList.push(...buildGuides(this._formConfig, this.getMessage('snkFormConfig.form.mainArea')));
176
177
  this.guidesList.push(...buildChildrenGuides(this.dataUnit, this.getInitialOrder(this.guidesList), this.guidesList));
178
+ this.guidesList.push(...buildCustomGuides(this.customGuidesConfig, this.guidesList));
177
179
  this.guidesMap = buildGuidesMap((_a = this._formConfig) === null || _a === void 0 ? void 0 : _a.fields, this.guidesList, this.dataUnit, this.getMessage('snkFormConfig.form.tabGeneral'));
178
180
  }
179
181
  getConfig() {
@@ -322,6 +324,7 @@ const SnkFormConfig = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
322
324
  "configManager": [16],
323
325
  "ignoreReadOnlyFormFields": [4, "ignore-read-only-form-fields"],
324
326
  "messagesBuilder": [1040],
327
+ "customGuidesConfig": [16],
325
328
  "availableFields": [32],
326
329
  "guidesList": [32],
327
330
  "groupsList": [32],
@@ -91,7 +91,7 @@ class ServerSideExporterProvider extends CommonsExporter {
91
91
  }
92
92
  }
93
93
 
94
- const snkGridCss = ".sc-snk-grid-h{--snk-grid-min-height:300px;--snk-grid-padding:var(--space--small)}.snk-grid__container.sc-snk-grid{display:flex;height:100%;width:100%;padding:var(--snk-grid-padding);outline:none}.snk-grid__header.sc-snk-grid{width:100%;display:flex;flex-wrap:nowrap;justify-content:flex-end}.snk-grid__filter-bar.sc-snk-grid{width:100%}.snk-grid__header-divider.sc-snk-grid{margin-bottom:var(--space--medium)}.snk-grid__table.sc-snk-grid{min-height:var(--snk-grid-min-height)}.snk-grid-container__without-shadow.sc-snk-grid{--ezgrid__container--shadow:unset}.snk-grid-container__footer.sc-snk-grid{background-color:var(--background--xlight, #FFF);border-radius:0 0 var(--border--radius-medium) var(--border--radius-medium);box-shadow:var(--shadow--small)}";
94
+ const snkGridCss = ".sc-snk-grid-h{--snk-grid-min-height:300px;--snk-grid-padding:var(--space--small)}.snk-grid__container.sc-snk-grid{display:flex;height:100%;width:100%;padding:var(--snk-grid-padding);outline:none;--snk-grid-header--min-height:40px}.snk-grid__header.sc-snk-grid{width:100%;display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:flex-start;min-height:var(--snk-grid-header--min-height)}.snk-grid__filter-bar.sc-snk-grid{width:100%;display:flex;align-items:flex-start}.snk-grid__header-divider.sc-snk-grid{margin-bottom:var(--space--medium);margin-top:var(--space--small);align-self:stretch}.snk-grid__header.sc-snk-grid snk-taskbar.sc-snk-grid{display:flex;align-items:flex-start;min-height:var(--snk-grid-header--min-height)}.snk-grid__table.sc-snk-grid{min-height:var(--snk-grid-min-height)}.snk-grid-container__without-shadow.sc-snk-grid{--ezgrid__container--shadow:unset}.snk-grid-container__footer.sc-snk-grid{background-color:var(--background--xlight, #FFF);border-radius:0 0 var(--border--radius-medium) var(--border--radius-medium);box-shadow:var(--shadow--small)}";
95
95
 
96
96
  const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
97
97
  constructor() {
@@ -139,6 +139,7 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
139
139
  this._popUpGridConfig = false;
140
140
  this._showSnkFilterBar = true;
141
141
  this._enableContinuousInsert = false;
142
+ this._filterMode = 'regular';
142
143
  this.columnFilterDataSource = new SnkMultiSelectionListDataSource();
143
144
  this.enableLockManagerLoadingComp = false;
144
145
  this.enableLockManagerTaskbarClick = false;
@@ -158,6 +159,7 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
158
159
  this.canEdit = true;
159
160
  this.taskbarCustomContainerId = undefined;
160
161
  this.gridHeaderCustomSlotId = 'GRID_HEADER_CUSTOM_ELEMENTS';
162
+ this.gridHeaderDynamicSearchSlotId = 'GRID_HEADER_DYNAMIC_SEARCH';
161
163
  this.topTaskbarCustomSlotId = 'GRID_TASKBAR_CUSTOM_ELEMENTS';
162
164
  this.disablePersonalizedFilter = undefined;
163
165
  this.gridLegacyConfigName = undefined;
@@ -656,7 +658,8 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
656
658
  return;
657
659
  }
658
660
  if (filterConfig.length === 1 && filterConfig[0].id === 'PERSONALIZED_FILTER_GROUP') {
659
- this._showSnkFilterBar = filterConfig[0].groupedItems.length > 0;
661
+ this._showSnkFilterBar = true;
662
+ this._filterMode = filterConfig[0].groupedItems.length > 0 ? 'regular' : 'button';
660
663
  return;
661
664
  }
662
665
  this._showSnkFilterBar = true;
@@ -674,9 +677,9 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
674
677
  return undefined;
675
678
  }
676
679
  return (h("div", { class: "snk-grid__container ez-flex ez-flex--column ez-flex-item--auto ez-padding--large ez-box--no-outline", tabindex: "0" }, h("div", { class: "snk-grid__header ez-margin-bottom--extra-small" }, this._showSnkFilterBar &&
677
- h(Fragment, null, h("snk-filter-bar", { ref: (ref) => this._snkFilterBar = ref, title: this.filterBarTitle, dataUnit: this._dataUnit, "data-element-id": "gridFilter", class: "snk-grid__filter-bar ez-align--top", configName: this.configName, messagesBuilder: this.messagesBuilder, resourceID: this.resourceID, onConfigUpdated: evt => this.handleFilterConfigUpdated(evt.detail), disablePersonalizedFilter: this.disablePersonalizedFilter, filterBarLegacyConfigName: this.filterBarLegacyConfigName, autoLoad: this.autoLoad, enableLockManagerLoadingComp: this.enableLockManagerLoadingComp, filterCustomConfig: this.filterCustomConfig, filterCustomConfigInterceptor: this.filterCustomConfigInterceptor }), h("hr", { class: "ez-divider-vertical ez-divider--dark ez-margin-left--medium snk-grid__header-divider" })), h("snk-taskbar", { class: "ez-padding-left--medium ez-padding-top--extra-small", "data-element-id": "grid_top", key: "topTaskbar", configName: this.configName, dataUnit: this._dataUnit, messagesBuilder: this.messagesBuilder, buttons: this._topTaskbarProcessor.buttons, disabledButtons: this._topTaskbarProcessor.disabledButtons, customButtons: this._topTaskbarProcessor.customButtons, primaryButton: this.getPrimaryButton(), resourceID: this.resourceID, customContainerId: this.taskbarCustomContainerId, customSlotId: this.topTaskbarCustomSlotId, overflowStrategy: 'none', actionsSettingsList: this.getActionsSettingsList() }, h("slot", { name: this.topTaskbarCustomSlotId }))), h("ez-grid", { ref: ref => this._grid = ref, class: (this.presentationMode === PresentationMode.SECONDARY ? 'snk-grid-container__without-shadow ' : '') + 'snk-grid__table', "data-element-id": "embedded", dataUnit: this._dataUnit, key: 'grid-' + this._snkDataUnit.entityName, config: this._gridConfig, onConfigChange: (evt) => {
680
+ h(Fragment, null, h("snk-filter-bar", { ref: (ref) => this._snkFilterBar = ref, title: this.filterBarTitle, dataUnit: this._dataUnit, "data-element-id": "gridFilter", class: "snk-grid__filter-bar ez-align--top", configName: this.configName, messagesBuilder: this.messagesBuilder, resourceID: this.resourceID, onConfigUpdated: evt => this.handleFilterConfigUpdated(evt.detail), disablePersonalizedFilter: this.disablePersonalizedFilter, filterBarLegacyConfigName: this.filterBarLegacyConfigName, autoLoad: this.autoLoad, enableLockManagerLoadingComp: this.enableLockManagerLoadingComp, filterCustomConfig: this.filterCustomConfig, filterCustomConfigInterceptor: this.filterCustomConfigInterceptor, mode: this._filterMode }), h("hr", { class: "ez-divider-vertical ez-divider--dark ez-margin-left--medium snk-grid__header-divider" })), h("snk-taskbar", { class: "ez-padding-left--medium ez-padding-top--extra-small", "data-element-id": "grid_top", key: "topTaskbar", configName: this.configName, dataUnit: this._dataUnit, messagesBuilder: this.messagesBuilder, buttons: this._topTaskbarProcessor.buttons, disabledButtons: this._topTaskbarProcessor.disabledButtons, customButtons: this._topTaskbarProcessor.customButtons, primaryButton: this.getPrimaryButton(), resourceID: this.resourceID, customContainerId: this.taskbarCustomContainerId, customSlotId: this.topTaskbarCustomSlotId, overflowStrategy: 'none', actionsSettingsList: this.getActionsSettingsList() }, h("slot", { name: this.topTaskbarCustomSlotId }))), h("ez-grid", { ref: ref => this._grid = ref, class: (this.presentationMode === PresentationMode.SECONDARY ? 'snk-grid-container__without-shadow ' : '') + 'snk-grid__table', "data-element-id": "embedded", dataUnit: this._dataUnit, key: 'grid-' + this._snkDataUnit.entityName, config: this._gridConfig, onConfigChange: (evt) => {
678
681
  this.gridConfigChangeHandler(evt);
679
- }, onEzColumnFilterChanged: async () => await this.dataExporterProviderStore(), onEzDoubleClick: (evt) => this.gridDoubleClick.emit(evt.detail), statusResolver: this.statusResolver, multipleSelection: this.multipleSelection, columnfilterDataSource: this.columnFilterDataSource, selectionToastConfig: this.selectionToastConfig, useEnterLikeTab: this.useEnterLikeTab, recordsValidator: this.recordsValidator, canEdit: this.canEdit, autoFocus: this.autoFocus, enableGridInsert: this.enableGridInsert, enableContinuousInsert: this._enableContinuousInsert, enableLockManagerTaskbarClick: this.enableLockManagerTaskbarClick, enableLockManagerLoadingComp: this.enableLockManagerLoadingComp, outlineMode: this.outlineMode, useSearchColumn: this.useSearchColumn, suppressHorizontalScroll: this.suppressHorizontalScroll, paginationCounterMode: this.paginationCounterMode, suppressCheckboxColumn: this.suppressCheckboxColumn, suppressFilterColumn: this.suppressFilterColumn, compact: this.compact }, h("snk-taskbar", { id: 'teste', dataUnit: this._dataUnit, configName: this.configName, messagesBuilder: this.messagesBuilder, "data-element-id": "grid_left", buttons: this.getGridHeaderButtons(), presentationMode: this.presentationMode, disabledButtons: this._headerTaskbarProcessor.disabledButtons, customButtons: this._headerTaskbarProcessor.customButtons, slot: "leftButtons", actionsList: this.getActionsList(), primaryButton: this.getPrimaryButton(), resourceID: this.resourceID, customContainerId: this.taskbarCustomContainerId, customSlotId: this.gridHeaderCustomSlotId, actionsSettingsList: this.getActionsSettingsList() }, h("slot", { name: this.gridHeaderCustomSlotId }))), h("div", { class: "ez-col ez-col--sd-12 snk-grid-container__footer" }, h("slot", { name: "SnkGridFooter" })), h("ez-popup", { size: "medium", heightMode: "auto", useHeader: false, opened: this._popUpGridConfig, onEzClosePopup: () => this.closeGridConfig() }, h("snk-grid-config", { ref: ref => this._snkGridConfig = ref, config: this._gridConfig, "data-element-id": this._element.getAttribute(ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME), selectedIndex: 0, configName: this.configName, onConfigChange: (evt) => this.modalConfigChangeHandler(evt), onConfigCancel: () => this.closeGridConfig(), resourceID: this.resourceID }))));
682
+ }, onEzColumnFilterChanged: async () => await this.dataExporterProviderStore(), onEzDoubleClick: (evt) => this.gridDoubleClick.emit(evt.detail), statusResolver: this.statusResolver, multipleSelection: this.multipleSelection, columnfilterDataSource: this.columnFilterDataSource, selectionToastConfig: this.selectionToastConfig, useEnterLikeTab: this.useEnterLikeTab, recordsValidator: this.recordsValidator, canEdit: this.canEdit, autoFocus: this.autoFocus, enableGridInsert: this.enableGridInsert, enableContinuousInsert: this._enableContinuousInsert, enableLockManagerTaskbarClick: this.enableLockManagerTaskbarClick, enableLockManagerLoadingComp: this.enableLockManagerLoadingComp, outlineMode: this.outlineMode, useSearchColumn: this.useSearchColumn, suppressHorizontalScroll: this.suppressHorizontalScroll, paginationCounterMode: this.paginationCounterMode, suppressCheckboxColumn: this.suppressCheckboxColumn, suppressFilterColumn: this.suppressFilterColumn, compact: this.compact }, h("snk-taskbar", { id: 'teste', dataUnit: this._dataUnit, configName: this.configName, messagesBuilder: this.messagesBuilder, "data-element-id": "grid_left", buttons: this.getGridHeaderButtons(), presentationMode: this.presentationMode, disabledButtons: this._headerTaskbarProcessor.disabledButtons, customButtons: this._headerTaskbarProcessor.customButtons, slot: "leftButtons", actionsList: this.getActionsList(), primaryButton: this.getPrimaryButton(), resourceID: this.resourceID, customContainerId: this.taskbarCustomContainerId, customSlotId: this.gridHeaderCustomSlotId, additionalSlotId: this.gridHeaderDynamicSearchSlotId, actionsSettingsList: this.getActionsSettingsList() }, h("slot", { name: this.gridHeaderCustomSlotId }), h("slot", { name: this.gridHeaderDynamicSearchSlotId }))), h("div", { class: "ez-col ez-col--sd-12 snk-grid-container__footer" }, h("slot", { name: "SnkGridFooter" })), h("ez-popup", { size: "medium", heightMode: "auto", useHeader: false, opened: this._popUpGridConfig, onEzClosePopup: () => this.closeGridConfig() }, h("snk-grid-config", { ref: ref => this._snkGridConfig = ref, config: this._gridConfig, "data-element-id": this._element.getAttribute(ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME), selectedIndex: 0, configName: this.configName, onConfigChange: (evt) => this.modalConfigChangeHandler(evt), onConfigCancel: () => this.closeGridConfig(), resourceID: this.resourceID }))));
680
683
  }
681
684
  get _element() { return this; }
682
685
  static get watchers() { return {
@@ -703,6 +706,7 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
703
706
  "canEdit": [4, "can-edit"],
704
707
  "taskbarCustomContainerId": [1, "taskbar-custom-container-id"],
705
708
  "gridHeaderCustomSlotId": [1, "grid-header-custom-slot-id"],
709
+ "gridHeaderDynamicSearchSlotId": [1, "grid-header-dynamic-search-slot-id"],
706
710
  "topTaskbarCustomSlotId": [1, "top-taskbar-custom-slot-id"],
707
711
  "disablePersonalizedFilter": [4, "disable-personalized-filter"],
708
712
  "gridLegacyConfigName": [1, "grid-legacy-config-name"],
@@ -727,6 +731,7 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
727
731
  "_popUpGridConfig": [32],
728
732
  "_showSnkFilterBar": [32],
729
733
  "_enableContinuousInsert": [32],
734
+ "_filterMode": [32],
730
735
  "refreshColumnFilterDataSource": [64],
731
736
  "reloadConfig": [64],
732
737
  "showConfig": [64],
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface SnkNumberingConfig extends Components.SnkNumberingConfig, HTMLElement {}
4
+ export const SnkNumberingConfig: {
5
+ prototype: SnkNumberingConfig;
6
+ new (): SnkNumberingConfig;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1,6 @@
1
+ import { a as SnkNumberingConfig$1, d as defineCustomElement$1 } from './snk-numbering-config2.js';
2
+
3
+ const SnkNumberingConfig = SnkNumberingConfig$1;
4
+ const defineCustomElement = defineCustomElement$1;
5
+
6
+ export { SnkNumberingConfig, defineCustomElement };
@@ -0,0 +1,186 @@
1
+ import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
2
+ import { ApplicationContext } from '@sankhyalabs/core';
3
+
4
+ class ServicesNumberingConfig {
5
+ constructor(application, resourceID) {
6
+ this._application = application;
7
+ this._resourceID = resourceID;
8
+ }
9
+ async getResourceID() {
10
+ if (!this._resourceID) {
11
+ this._resourceID = await this._application.getResourceID();
12
+ }
13
+ return this._resourceID;
14
+ }
15
+ async getConfig(entityName) {
16
+ const serviceName = "DynaformBuilder.getNumberConfig";
17
+ const response = await this._application.callServiceBroker(serviceName, {
18
+ paramsConfig: {
19
+ resourceID: await this.getResourceID(),
20
+ entityName
21
+ }
22
+ });
23
+ return {
24
+ isAutoNumbering: response.config.isAutoNum === "true",
25
+ initialNumber: Number(response.config.numeroInicial)
26
+ };
27
+ }
28
+ async saveConfig(payload) {
29
+ const serviceName = "DynaformBuilder.saveNumberConfig";
30
+ return this._application.callServiceBroker(serviceName, {
31
+ paramsConfig: Object.assign({ resourceID: await this.getResourceID() }, payload)
32
+ });
33
+ }
34
+ }
35
+
36
+ const snkNumberingConfigCss = ".sc-snk-numbering-config-h{display:block}";
37
+
38
+ const SnkNumberingConfig = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
39
+ constructor() {
40
+ super();
41
+ this.__registerHost();
42
+ this.handleNumberingConfigChanged = (event) => {
43
+ const config = event.detail;
44
+ if (config) {
45
+ this.applyConfiguration(config);
46
+ }
47
+ };
48
+ this.autoNumbering = false;
49
+ this.initialNumber = undefined;
50
+ this.messagesBuilder = undefined;
51
+ this.entityName = undefined;
52
+ this.resourceID = undefined;
53
+ }
54
+ /**
55
+ * Salva ou recupera as configurações de numeração.
56
+ */
57
+ async save() {
58
+ try {
59
+ if (this._savedConfig && this._savedConfig.isAutoNumbering === this.autoNumbering && this._savedConfig.initialNumber === this.initialNumber) {
60
+ return true;
61
+ }
62
+ const payload = {
63
+ entityName: this.entityName,
64
+ isAutoNum: this.autoNumbering,
65
+ numInicial: this.initialNumber
66
+ };
67
+ await this._servicesNumberingConfig.saveConfig(payload);
68
+ this._savedConfig = {
69
+ isAutoNumbering: this.autoNumbering,
70
+ initialNumber: this.initialNumber
71
+ };
72
+ if (this._snkCrud && this._snkCrud.updateNumberingConfig) {
73
+ await this._snkCrud.updateNumberingConfig(this._savedConfig);
74
+ }
75
+ return true;
76
+ }
77
+ catch (error) {
78
+ console.error("Error saving numbering config:", error);
79
+ return false;
80
+ }
81
+ }
82
+ async componentWillLoad() {
83
+ const _application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
84
+ this.findParentSnkCrud();
85
+ this._servicesNumberingConfig = new ServicesNumberingConfig(_application, this.resourceID);
86
+ if (this.entityName) {
87
+ await this.loadNumberingConfiguration();
88
+ }
89
+ }
90
+ findParentSnkCrud() {
91
+ const snkCrudElement = this._element.closest('snk-crud');
92
+ if (snkCrudElement) {
93
+ this._snkCrud = snkCrudElement;
94
+ this._snkCrud.addEventListener('numberingConfigChanged', this.handleNumberingConfigChanged.bind(this));
95
+ }
96
+ }
97
+ async loadNumberingConfiguration() {
98
+ try {
99
+ const configFromCrud = await this.tryGetConfigFromSnkCrud();
100
+ if (configFromCrud) {
101
+ this.applyConfiguration(configFromCrud);
102
+ return;
103
+ }
104
+ const configFromService = await this.loadConfigFromService();
105
+ this.applyConfiguration(configFromService);
106
+ await this.updateSnkCrudConfig(configFromService);
107
+ }
108
+ catch (error) {
109
+ console.error("Error loading numbering config:", error);
110
+ this.setDefaultConfiguration();
111
+ }
112
+ }
113
+ async tryGetConfigFromSnkCrud() {
114
+ if (!this._snkCrud) {
115
+ return null;
116
+ }
117
+ try {
118
+ const config = await this._snkCrud.getNumberingConfig();
119
+ if (config) {
120
+ return config;
121
+ }
122
+ }
123
+ catch (error) {
124
+ console.log("snk-crud não tem configuração ainda, carregando diretamente...");
125
+ }
126
+ return null;
127
+ }
128
+ async loadConfigFromService() {
129
+ return await this._servicesNumberingConfig.getConfig(this.entityName);
130
+ }
131
+ applyConfiguration(config) {
132
+ this._savedConfig = config;
133
+ this.autoNumbering = config.isAutoNumbering;
134
+ this.initialNumber = config.initialNumber;
135
+ }
136
+ async updateSnkCrudConfig(config) {
137
+ if (this._snkCrud) {
138
+ try {
139
+ await this._snkCrud.updateNumberingConfig(config);
140
+ }
141
+ catch (error) {
142
+ console.warn("Erro ao atualizar configuração no snk-crud:", error);
143
+ }
144
+ }
145
+ }
146
+ setDefaultConfiguration() {
147
+ this.autoNumbering = false;
148
+ this.initialNumber = null;
149
+ }
150
+ getMessage(key, params) {
151
+ var _a;
152
+ return (_a = this.messagesBuilder) === null || _a === void 0 ? void 0 : _a.getMessage(key, params);
153
+ }
154
+ disconnectedCallback() {
155
+ if (this._snkCrud) {
156
+ this._snkCrud.removeEventListener('numberingConfigChanged', this.handleNumberingConfigChanged);
157
+ }
158
+ }
159
+ render() {
160
+ 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 })));
161
+ }
162
+ get _element() { return this; }
163
+ static get style() { return snkNumberingConfigCss; }
164
+ }, [2, "snk-numbering-config", {
165
+ "messagesBuilder": [16],
166
+ "entityName": [1, "entity-name"],
167
+ "resourceID": [1, "resource-i-d"],
168
+ "autoNumbering": [32],
169
+ "initialNumber": [32],
170
+ "save": [64]
171
+ }]);
172
+ function defineCustomElement() {
173
+ if (typeof customElements === "undefined") {
174
+ return;
175
+ }
176
+ const components = ["snk-numbering-config"];
177
+ components.forEach(tagName => { switch (tagName) {
178
+ case "snk-numbering-config":
179
+ if (!customElements.get(tagName)) {
180
+ customElements.define(tagName, SnkNumberingConfig);
181
+ }
182
+ break;
183
+ } });
184
+ }
185
+
186
+ export { ServicesNumberingConfig as S, SnkNumberingConfig as a, defineCustomElement as d };
@@ -11,7 +11,7 @@ import './constants.js';
11
11
  import { d as defineCustomElement$2 } from './pesquisa-grid2.js';
12
12
  import { d as defineCustomElement$1 } from './pesquisa-tree2.js';
13
13
 
14
- const snkPesquisaCss = ".sc-snk-pesquisa-h{--snk-pesquisa--font-size:var(--text--medium, 14px);--snk-pesquisa--font-family:var(--font-pattern, Arial);--snk-pesquisa--font-weight:var(--text-weight--medium, 400);--snk-pesquisa__records--color:var(--text--primary, #626e82);--snk-pesquisa__records--color-secondary:var(--text--secondary, #626e82);--snk-pesquisa__records--padding-vertical:var(--space--medium, 12px);--snk-pesquisa__content--padding-right:var(--space--small, 6px);--snk-pesquisa__btn--color:var(--title--primary, #2B3A54);--snk-pesquisa__btn-disabled--color:var(--text--disable, #AFB6C0);--snk-pesquisa__btn-hover--color:var(--color--primary, #4e4e4e);--snk-pesquisa__scrollbar--color-default:var(--scrollbar--default, #626e82);--snk-pesquisa__scrollbar--color-background:var(--scrollbar--background, #E5EAF0);--snk-pesquisa__scrollbar--color-hover:var(--scrollbar--hover, #2B3A54);--snk-pesquisa__scrollbar--color-clicked:var(--scrollbar--clicked, #a2abb9);--snk-pesquisa__scrollbar--border-radius:var(--border--radius-small, 6px);--snk-pesquisa__scrollbar--width:var(--space--small, 6px);height:100%;display:flex;flex-direction:column;overflow-y:auto}.snk-pesquisa.sc-snk-pesquisa{display:flex;flex-direction:column;height:100%}.snk-pesquisa__input.sc-snk-pesquisa{display:flex;width:100%;box-sizing:border-box;padding-top:4px;padding-right:4px}.snk-pesquisa__input.sc-snk-pesquisa ez-icon.sc-snk-pesquisa{--ez-icon--color:inherit;font-weight:var(--text-weight--large, 600)}.snk-pesquisa__content.sc-snk-pesquisa{display:flex;flex-direction:column;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:var(--snk-pesquisa__scrollbar--color-clicked) var(--snk-pesquisa__scrollbar--color-background);padding-right:var(--snk-pesquisa__content--padding-right);height:100vh}.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar{background-color:var(--snk-pesquisa__scrollbar--color-background);width:var(--snk-pesquisa__scrollbar--width);max-width:var(--snk-pesquisa__scrollbar--width);min-width:var(--snk-pesquisa__scrollbar--width)}.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-track{background-color:var(--snk-pesquisa__scrollbar--color-background);border-radius:var(--snk-pesquisa__scrollbar--border-radius)}.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-thumb{background-color:var(--snk-pesquisa__scrollbar--color-default);border-radius:var(--snk-pesquisa__scrollbar--border-radius)}.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-thumb:vertical:hover,.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-thumb:horizontal:hover{background-color:var(--snk-pesquisa__scrollbar--color-hover)}.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-thumb:vertical:active,.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-thumb:horizontal:active{background-color:var(--snk-pesquisa__scrollbar--color-clicked)}.snk-pesquisa__records-label.sc-snk-pesquisa{display:flex;flex-direction:row;justify-content:space-between;font-family:var(--snk-pesquisa--font-family);font-weight:var(--snk-pesquisa--font-weight);font-size:var(--snk-pesquisa--font-size);padding-bottom:var(--snk-pesquisa__records--padding-vertical);padding-top:var(--snk-pesquisa__records--padding-vertical)}.snk-pesquisa__records-label.hidden.sc-snk-pesquisa{display:none}.snk-pesquisa__records.sc-snk-pesquisa{color:var(--snk-pesquisa__records--color)}.snk-pesquisa__records-limit.sc-snk-pesquisa{color:var(--snk-pesquisa__records--color-secondary)}.snk-pesquisa__records-limit.hidden.sc-snk-pesquisa,.snk-pesquisa__records.hidden.sc-snk-pesquisa{visibility:hidden}.snk-pesquisa__btn.sc-snk-pesquisa{outline:none;border:none;background:none;cursor:pointer;color:var(--snk-pesquisa__btn--color)}.snk-pesquisa__btn.sc-snk-pesquisa:disabled{cursor:unset;color:var(--snk-pesquisa__btn-disabled--color)}.snk-pesquisa__btn.sc-snk-pesquisa:disabled:hover{cursor:unset;color:var(--snk-pesquisa__btn-disabled--color)}.snk-pesquisa__btn.sc-snk-pesquisa:hover{color:var(--snk-pesquisa__btn-hover--color)}.snk-pesquisa__cards-container.sc-snk-pesquisa{height:100%;overflow-y:auto}";
14
+ const snkPesquisaCss = ".sc-snk-pesquisa-h{--snk-pesquisa--font-size:var(--text--medium, 14px);--snk-pesquisa--font-family:var(--font-pattern, Arial);--snk-pesquisa--font-weight:var(--text-weight--medium, 400);--snk-pesquisa__records--color:var(--text--primary, #626e82);--snk-pesquisa__records--color-secondary:var(--text--secondary, #626e82);--snk-pesquisa__records--padding-vertical:var(--space--medium, 12px);--snk-pesquisa__content--padding-right:var(--space--small, 6px);--snk-pesquisa__btn--color:var(--title--primary, #2B3A54);--snk-pesquisa__btn-disabled--color:var(--text--disable, #AFB6C0);--snk-pesquisa__btn-hover--color:var(--color--primary, #4e4e4e);--snk-pesquisa__scrollbar--color-default:var(--scrollbar--default, #626e82);--snk-pesquisa__scrollbar--color-background:var(--scrollbar--background, #E5EAF0);--snk-pesquisa__scrollbar--color-hover:var(--scrollbar--hover, #2B3A54);--snk-pesquisa__scrollbar--color-clicked:var(--scrollbar--clicked, #a2abb9);--snk-pesquisa__scrollbar--border-radius:var(--border--radius-small, 6px);--snk-pesquisa__scrollbar--width:var(--space--small, 6px);--snk-pesquisa__scrollable-content--height:calc(100vh - 300px);height:100%;display:flex;flex-direction:column;overflow-y:auto}.snk-pesquisa.sc-snk-pesquisa{display:flex;flex-direction:column;height:100%}.snk-pesquisa__input.sc-snk-pesquisa{display:flex;width:100%;box-sizing:border-box;padding-top:4px;padding-right:4px}.snk-pesquisa__input.sc-snk-pesquisa ez-icon.sc-snk-pesquisa{--ez-icon--color:inherit;font-weight:var(--text-weight--large, 600)}.snk-pesquisa__content.sc-snk-pesquisa{display:flex;flex-direction:column;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:var(--snk-pesquisa__scrollbar--color-clicked) var(--snk-pesquisa__scrollbar--color-background);padding-right:var(--snk-pesquisa__content--padding-right);height:var(--snk-pesquisa__scrollable-content--height)}.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar{background-color:var(--snk-pesquisa__scrollbar--color-background);width:var(--snk-pesquisa__scrollbar--width);max-width:var(--snk-pesquisa__scrollbar--width);min-width:var(--snk-pesquisa__scrollbar--width)}.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-track{background-color:var(--snk-pesquisa__scrollbar--color-background);border-radius:var(--snk-pesquisa__scrollbar--border-radius)}.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-thumb{background-color:var(--snk-pesquisa__scrollbar--color-default);border-radius:var(--snk-pesquisa__scrollbar--border-radius)}.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-thumb:vertical:hover,.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-thumb:horizontal:hover{background-color:var(--snk-pesquisa__scrollbar--color-hover)}.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-thumb:vertical:active,.snk-pesquisa__content.sc-snk-pesquisa::-webkit-scrollbar-thumb:horizontal:active{background-color:var(--snk-pesquisa__scrollbar--color-clicked)}.snk-pesquisa__records-label.sc-snk-pesquisa{display:flex;flex-direction:row;justify-content:space-between;font-family:var(--snk-pesquisa--font-family);font-weight:var(--snk-pesquisa--font-weight);font-size:var(--snk-pesquisa--font-size);padding-bottom:var(--snk-pesquisa__records--padding-vertical);padding-top:var(--snk-pesquisa__records--padding-vertical)}.snk-pesquisa__records-label.hidden.sc-snk-pesquisa{display:none}.snk-pesquisa__records.sc-snk-pesquisa{color:var(--snk-pesquisa__records--color)}.snk-pesquisa__records-limit.sc-snk-pesquisa{color:var(--snk-pesquisa__records--color-secondary)}.snk-pesquisa__records-limit.hidden.sc-snk-pesquisa,.snk-pesquisa__records.hidden.sc-snk-pesquisa{visibility:hidden}.snk-pesquisa__btn.sc-snk-pesquisa{outline:none;border:none;background:none;cursor:pointer;color:var(--snk-pesquisa__btn--color)}.snk-pesquisa__btn.sc-snk-pesquisa:disabled{cursor:unset;color:var(--snk-pesquisa__btn-disabled--color)}.snk-pesquisa__btn.sc-snk-pesquisa:disabled:hover{cursor:unset;color:var(--snk-pesquisa__btn-disabled--color)}.snk-pesquisa__btn.sc-snk-pesquisa:hover{color:var(--snk-pesquisa__btn-hover--color)}.snk-pesquisa__cards-container.sc-snk-pesquisa{height:100%;overflow-y:auto}";
15
15
 
16
16
  const SnkPesquisa = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
17
17
  constructor() {
@@ -46,6 +46,17 @@ const SnkPesquisa = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
46
46
  this._textInput.value = this.argument;
47
47
  }
48
48
  }
49
+ /** * Executa uma pesquisa programaticamente.
50
+ * Útil para cenários onde a pesquisa precisa ser disparada sem interação do usuário.
51
+ *
52
+ * @param text Texto utilizado como argumento de pesquisa.
53
+ * @example
54
+ * await pesquisaRef.executeSearch("Texto para pesquisa");
55
+ */
56
+ async executeSearch(text) {
57
+ this.argument = text;
58
+ this.onChangeValue({ detail: text });
59
+ }
49
60
  clearSearch() {
50
61
  this.argument = "";
51
62
  this._itemList = undefined;
@@ -417,7 +428,8 @@ const SnkPesquisa = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
417
428
  "_startLoading": [32],
418
429
  "_presentationMode": [32],
419
430
  "_currentView": [32],
420
- "_valideDataSource": [32]
431
+ "_valideDataSource": [32],
432
+ "executeSearch": [64]
421
433
  }]);
422
434
  function defineCustomElement() {
423
435
  if (typeof customElements === "undefined") {
@@ -14,13 +14,14 @@ import { F as FormConfigFetcher } from './form-config-fetcher.js';
14
14
  import { C as ConfigStorage } from './ConfigStorage.js';
15
15
  import { S as SnkFormConfigManager } from './SnkFormConfigManager.js';
16
16
  import { s as store } from './index2.js';
17
- import { d as defineCustomElement$d } from './snk-actions-button2.js';
18
- import { d as defineCustomElement$c } from './snk-configurator2.js';
19
- import { d as defineCustomElement$b } from './snk-data-exporter2.js';
20
- import { d as defineCustomElement$a } from './snk-data-unit2.js';
21
- import { d as defineCustomElement$9 } from './snk-exporter-email-sender2.js';
22
- import { d as defineCustomElement$8 } from './snk-grid-config2.js';
23
- import { d as defineCustomElement$7 } from './snk-layout-form-config2.js';
17
+ import { d as defineCustomElement$e } from './snk-actions-button2.js';
18
+ import { d as defineCustomElement$d } from './snk-configurator2.js';
19
+ import { d as defineCustomElement$c } from './snk-data-exporter2.js';
20
+ import { d as defineCustomElement$b } from './snk-data-unit2.js';
21
+ import { d as defineCustomElement$a } from './snk-exporter-email-sender2.js';
22
+ import { d as defineCustomElement$9 } from './snk-grid-config2.js';
23
+ import { d as defineCustomElement$8 } from './snk-layout-form-config2.js';
24
+ import { d as defineCustomElement$7 } from './snk-numbering-config2.js';
24
25
  import { d as defineCustomElement$6 } from './snk-select-box2.js';
25
26
  import { d as defineCustomElement$5 } from './snk-simple-form-config2.js';
26
27
  import { d as defineCustomElement$3 } from './snk-view-representation2.js';
@@ -921,7 +922,7 @@ function defineCustomElement() {
921
922
  if (typeof customElements === "undefined") {
922
923
  return;
923
924
  }
924
- const components = ["snk-simple-crud", "snk-actions-button", "snk-configurator", "snk-data-exporter", "snk-data-unit", "snk-exporter-email-sender", "snk-grid-config", "snk-layout-form-config", "snk-select-box", "snk-simple-form-config", "snk-taskbar", "snk-view-representation", "taskbar-actions-button", "taskbar-split-button"];
925
+ const components = ["snk-simple-crud", "snk-actions-button", "snk-configurator", "snk-data-exporter", "snk-data-unit", "snk-exporter-email-sender", "snk-grid-config", "snk-layout-form-config", "snk-numbering-config", "snk-select-box", "snk-simple-form-config", "snk-taskbar", "snk-view-representation", "taskbar-actions-button", "taskbar-split-button"];
925
926
  components.forEach(tagName => { switch (tagName) {
926
927
  case "snk-simple-crud":
927
928
  if (!customElements.get(tagName)) {
@@ -930,35 +931,40 @@ function defineCustomElement() {
930
931
  break;
931
932
  case "snk-actions-button":
932
933
  if (!customElements.get(tagName)) {
933
- defineCustomElement$d();
934
+ defineCustomElement$e();
934
935
  }
935
936
  break;
936
937
  case "snk-configurator":
937
938
  if (!customElements.get(tagName)) {
938
- defineCustomElement$c();
939
+ defineCustomElement$d();
939
940
  }
940
941
  break;
941
942
  case "snk-data-exporter":
942
943
  if (!customElements.get(tagName)) {
943
- defineCustomElement$b();
944
+ defineCustomElement$c();
944
945
  }
945
946
  break;
946
947
  case "snk-data-unit":
947
948
  if (!customElements.get(tagName)) {
948
- defineCustomElement$a();
949
+ defineCustomElement$b();
949
950
  }
950
951
  break;
951
952
  case "snk-exporter-email-sender":
952
953
  if (!customElements.get(tagName)) {
953
- defineCustomElement$9();
954
+ defineCustomElement$a();
954
955
  }
955
956
  break;
956
957
  case "snk-grid-config":
957
958
  if (!customElements.get(tagName)) {
958
- defineCustomElement$8();
959
+ defineCustomElement$9();
959
960
  }
960
961
  break;
961
962
  case "snk-layout-form-config":
963
+ if (!customElements.get(tagName)) {
964
+ defineCustomElement$8();
965
+ }
966
+ break;
967
+ case "snk-numbering-config":
962
968
  if (!customElements.get(tagName)) {
963
969
  defineCustomElement$7();
964
970
  }
@@ -144,9 +144,10 @@ const SnkTaskbar = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
144
144
  this.taskbarSaveUnlocker = createEvent(this, "taskbarSaveUnlocker", 7);
145
145
  this.TASKBAR_ITEM_ID_PREFIX = 'TASKBAR_ITEM_';
146
146
  this.TASKBAR_CUSTOM_ELEMENTS_CONTAINER_CLASS_NAME = 'taskbar-custom-elements-container';
147
- this.ACTIONS_BUTTON_TAG = 'TASKBAR-ACTIONS-BUTTON';
148
147
  this.NOT_OVERFLOW_ELEMENTS = ["moreOptions", "dataExporter_snkDataExporter", "actionsButton_snkActionsButton"];
149
148
  this.TASKBAR_CUSTOM_ELEMENTS = 'taskbar-custom-elements-container';
149
+ this.TASKBAR_ADDITIONAL_SLOT_CONTAINER_CLASS_NAME = 'taskbar-additional-slot-container';
150
+ this.TASKBAR_ADDITIONAL_SLOT = 'taskbar-additional-slot-container';
150
151
  this._dataUnitInitialized = false;
151
152
  this._titleKeyByElement = {
152
153
  [TaskbarElement.UPDATE_MULTIPLE]: "snkTaskbar.titleUpdateMultiple",
@@ -190,6 +191,7 @@ const SnkTaskbar = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
190
191
  this._isWaitingForSave = false;
191
192
  this.alignRigth = false;
192
193
  this.customSlotId = "TASKBAR_CUSTOM_ELEMENTS";
194
+ this.additionalSlotId = "TASKBAR_ADDITIONAL_SLOT";
193
195
  this.customContainerId = undefined;
194
196
  this.overflowStrategy = 'hiddenItems';
195
197
  this.configName = undefined;
@@ -522,7 +524,8 @@ const SnkTaskbar = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
522
524
  return (_a = element.getAttribute('data-taskbar-label')) !== null && _a !== void 0 ? _a : "";
523
525
  }
524
526
  hasToIgnoreOverFlow(element) {
525
- return element.classList.contains(this.TASKBAR_CUSTOM_ELEMENTS_CONTAINER_CLASS_NAME);
527
+ return element.classList.contains(this.TASKBAR_CUSTOM_ELEMENTS_CONTAINER_CLASS_NAME) ||
528
+ element.classList.contains(this.TASKBAR_ADDITIONAL_SLOT_CONTAINER_CLASS_NAME);
526
529
  }
527
530
  handleOverFlowStrategy() {
528
531
  if (this.overflowStrategy === 'hiddenItems') {
@@ -566,7 +569,7 @@ const SnkTaskbar = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
566
569
  this._slotContainer.appendChild(customElement);
567
570
  }
568
571
  render() {
569
- var _a;
572
+ var _a, _b;
570
573
  if (this._definitions === undefined) {
571
574
  return undefined;
572
575
  }
@@ -586,7 +589,8 @@ const SnkTaskbar = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
586
589
  (_b = this._overFlowWatcher) === null || _b === void 0 ? void 0 : _b.addNotOverFlowElement(elem);
587
590
  return h("slot", { name: elem });
588
591
  })), h("div", { id: this.TASKBAR_CUSTOM_ELEMENTS, class: this.TASKBAR_CUSTOM_ELEMENTS_CONTAINER_CLASS_NAME }, h("slot", { name: this.customSlotId }), (_a = this._overFlowWatcher) === null || _a === void 0 ? void 0 :
589
- _a.addNotOverFlowElement(this.TASKBAR_CUSTOM_ELEMENTS))));
592
+ _a.addNotOverFlowElement(this.TASKBAR_CUSTOM_ELEMENTS)), h("div", { id: this.TASKBAR_ADDITIONAL_SLOT, class: this.TASKBAR_ADDITIONAL_SLOT_CONTAINER_CLASS_NAME }, h("slot", { name: this.additionalSlotId }), (_b = this._overFlowWatcher) === null || _b === void 0 ? void 0 :
593
+ _b.addNotOverFlowElement(this.TASKBAR_ADDITIONAL_SLOT))));
590
594
  }
591
595
  getHostClasses() {
592
596
  if (this.overflowStrategy !== 'hiddenItems')
@@ -605,6 +609,7 @@ const SnkTaskbar = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
605
609
  }, [6, "snk-taskbar", {
606
610
  "alignRigth": [4, "align-rigth"],
607
611
  "customSlotId": [1, "custom-slot-id"],
612
+ "additionalSlotId": [1, "additional-slot-id"],
608
613
  "customContainerId": [1, "custom-container-id"],
609
614
  "overflowStrategy": [1, "overflow-strategy"],
610
615
  "configName": [1, "config-name"],
@@ -1,5 +1,5 @@
1
- import { R as ResourceFetcher, F as FormConfigFetcher } from './form-config-fetcher-cf8c52d0.js';
2
- import { D as DataFetcher, d as dist } from './DataFetcher-9a1709a3.js';
1
+ import { R as ResourceFetcher, F as FormConfigFetcher } from './form-config-fetcher-d0536a71.js';
2
+ import { D as DataFetcher, d as dist } from './DataFetcher-5780ad39.js';
3
3
  import { F as FilterItemType } from './filter-item-type.enum-d45e026f.js';
4
4
  import { ObjectUtils } from '@sankhyalabs/core';
5
5