@sankhyalabs/sankhyablocks 8.15.0-dev.9 → 8.15.0-rc.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 (295) hide show
  1. package/dist/cjs/{ConfigStorage-302bbbd4.js → ConfigStorage-34be11ce.js} +70 -7
  2. package/dist/cjs/{DataFetcher-ba94ed5b.js → DataFetcher-99f0f6ed.js} +5 -3
  3. package/dist/cjs/{ISave-d68ce3cd.js → ISave-e91b70a7.js} +1 -0
  4. package/dist/cjs/{SnkFormConfigManager-71c4768e.js → SnkFormConfigManager-6211fb28.js} +7 -2
  5. package/dist/cjs/{SnkMessageBuilder-7293d0ad.js → SnkMessageBuilder-141aa18d.js} +15 -1
  6. package/dist/cjs/SnkMultiSelectionListDataSource-5213120b.js +140 -0
  7. package/dist/cjs/{auth-fetcher-c8467c07.js → auth-fetcher-5161d082.js} +1 -1
  8. package/dist/cjs/{form-config-fetcher-df043d3d.js → form-config-fetcher-9f1a13ca.js} +1 -1
  9. package/dist/cjs/index-f9e81701.js +2 -10
  10. package/dist/cjs/loader.cjs.js +1 -1
  11. package/dist/cjs/{dataunit-fetcher-353e4af2.js → pesquisa-fetcher-94f6b316.js} +439 -39
  12. package/dist/cjs/sankhyablocks.cjs.js +1 -1
  13. package/dist/cjs/{snk-actions-button_2.cjs.entry.js → snk-actions-button_4.cjs.entry.js} +524 -8
  14. package/dist/cjs/snk-application.cjs.entry.js +44 -10
  15. package/dist/cjs/snk-attach.cjs.entry.js +392 -62
  16. package/dist/cjs/snk-crud.cjs.entry.js +17 -12
  17. package/dist/cjs/snk-data-exporter.cjs.entry.js +9 -5
  18. package/dist/cjs/{snk-data-unit-1bc69073.js → snk-data-unit-6026a9f7.js} +1 -1
  19. package/dist/cjs/snk-data-unit.cjs.entry.js +2 -2
  20. package/dist/cjs/snk-detail-view.cjs.entry.js +10 -12
  21. package/dist/cjs/snk-entity-list.cjs.entry.js +5 -3
  22. package/dist/cjs/snk-filter-bar.cjs.entry.js +44 -8
  23. package/dist/cjs/snk-filter-item.cjs.entry.js +4 -47
  24. package/dist/cjs/snk-filter-modal-item.cjs.entry.js +3 -3
  25. package/dist/cjs/snk-filter-modal.cjs.entry.js +2 -1
  26. package/dist/cjs/snk-filter-multi-select.cjs.entry.js +2 -1
  27. package/dist/cjs/snk-form-config.cjs.entry.js +47 -27
  28. package/dist/cjs/snk-form.cjs.entry.js +11 -4
  29. package/dist/cjs/snk-grid.cjs.entry.js +40 -22
  30. package/dist/cjs/{snk-guides-viewer-e60ccc5e.js → snk-guides-viewer-508bb6fe.js} +16 -11
  31. package/dist/cjs/snk-guides-viewer.cjs.entry.js +8 -10
  32. package/dist/cjs/snk-personalized-filter-editor.cjs.entry.js +3 -1
  33. package/dist/cjs/snk-personalized-filter.cjs.entry.js +3 -3
  34. package/dist/cjs/snk-pesquisa.cjs.entry.js +1 -1
  35. package/dist/cjs/snk-simple-crud.cjs.entry.js +229 -27
  36. package/dist/cjs/snk-taskbar.cjs.entry.js +100 -14
  37. package/dist/cjs/{taskbar-elements-01b85b99.js → taskbar-elements-3ecd1278.js} +9 -9
  38. package/dist/collection/collection-manifest.json +6 -6
  39. package/dist/collection/components/snk-application/__mocks__/snk-application.js +7 -0
  40. package/dist/collection/components/snk-application/snk-application.js +85 -2
  41. package/dist/collection/components/snk-attach/snk-attach.js +188 -39
  42. package/dist/collection/components/snk-attach/structure/{crud-config-builder.js → builder/anexo-sistema-crud-config.builder.js} +1 -1
  43. package/dist/collection/components/snk-attach/structure/builder/attach-crud-config.builder.js +62 -0
  44. package/dist/collection/components/snk-attach/structure/{taskbar-builder.js → builder/taskbar-builder.js} +1 -1
  45. package/dist/collection/components/snk-attach/structure/fetcher/facade/fetcher.facade.js +1 -0
  46. package/dist/collection/components/snk-attach/structure/{data-unit-builder.js → fetcher/factory/anexo-sistema-data-unit.factory.js} +14 -11
  47. package/dist/collection/components/snk-attach/structure/fetcher/factory/attach-fetcher-data-unit.factory.js +111 -0
  48. package/dist/collection/components/snk-attach/structure/index.js +6 -3
  49. package/dist/collection/components/snk-crud/snk-crud.js +95 -3
  50. package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.js +2 -2
  51. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.css +11 -2
  52. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +27 -3
  53. package/dist/collection/components/snk-data-exporter/snk-data-exporter.js +6 -2
  54. package/dist/collection/components/snk-entity-list/snk-entity-list.js +5 -3
  55. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-multi-select.js +2 -1
  56. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-personalized-filter-editor/snk-personalized-filter-editor.js +3 -1
  57. package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.js +4 -47
  58. package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.js +19 -1
  59. package/dist/collection/components/snk-filter-bar/snk-filter-bar.css +23 -1
  60. package/dist/collection/components/snk-filter-bar/snk-filter-bar.js +137 -3
  61. package/dist/collection/components/snk-filter-bar/utils/SnkFilterModalFactory.js +3 -1
  62. package/dist/collection/components/snk-form/snk-form.js +25 -1
  63. package/dist/collection/components/{snk-form → snk-form-config}/SnkFormConfigManager.js +6 -1
  64. package/dist/collection/components/{snk-form/subcomponents/snk-form-config → snk-form-config}/snk-form-config.js +50 -30
  65. package/dist/collection/components/snk-grid/snk-grid.js +103 -16
  66. package/dist/collection/components/{snk-grid/subcomponents/snk-grid-config → snk-grid-config}/snk-grid-config.js +130 -123
  67. package/dist/collection/components/{snk-grid/subcomponents → snk-grid-config}/snk-select-box/snk-select-box.js +1 -1
  68. package/dist/collection/components/snk-pesquisa/snk-pesquisa.css +2 -4
  69. package/dist/collection/components/snk-simple-crud/regular-buttons.js +3 -0
  70. package/dist/collection/components/snk-simple-crud/snk-simple-crud.css +5 -0
  71. package/dist/collection/components/snk-simple-crud/snk-simple-crud.js +378 -18
  72. package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.js +4 -2
  73. package/dist/collection/components/snk-taskbar/elements/taskbar-elements.js +9 -9
  74. package/dist/collection/components/snk-taskbar/snk-taskbar.css +17 -0
  75. package/dist/collection/components/snk-taskbar/snk-taskbar.js +139 -13
  76. package/dist/collection/lib/configs/ConfigStorage.js +63 -3
  77. package/dist/collection/lib/dataUnit/InMemoryLoader.js +1 -1
  78. package/dist/collection/lib/http/data-fetcher/DataFetcher.js +5 -3
  79. package/dist/collection/lib/http/data-fetcher/fetchers/{attach-fetcher.js → AttachFetcher/anexo-sistema-fetcher.js} +16 -15
  80. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/attach-fetcher.js +90 -0
  81. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/facade/attach-fetcher.facade.js +1 -0
  82. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/index.js +2 -0
  83. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/IDelete.js +1 -0
  84. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/IDownloadKey.js +1 -0
  85. package/dist/collection/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/ISave.js +1 -0
  86. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/dataunit-fetcher.js +17 -3
  87. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.js +29 -22
  88. package/dist/collection/lib/http/data-fetcher/fetchers/parameters-fecher.js +21 -0
  89. package/dist/collection/lib/http/data-fetcher/fetchers/personalized-filter-fetcher.js +6 -3
  90. package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js +11 -12
  91. package/dist/collection/lib/index.js +1 -1
  92. package/dist/collection/lib/message/resources/snk-attach.msg.js +13 -0
  93. package/dist/collection/lib/message/resources/snk-data-exporter.msg.js +2 -1
  94. package/dist/collection/lib/utils/CrudUtils.js +13 -1
  95. package/dist/components/ConfigStorage.js +68 -5
  96. package/dist/components/DataFetcher.js +5 -3
  97. package/dist/components/SnkFormConfigManager.js +5 -0
  98. package/dist/components/SnkMessageBuilder.js +15 -1
  99. package/dist/components/dataunit-fetcher.js +58 -38
  100. package/dist/components/field-search.js +93 -3
  101. package/dist/components/index.d.ts +6 -6
  102. package/dist/components/snk-actions-button2.js +1 -0
  103. package/dist/components/snk-application2.js +41 -2
  104. package/dist/components/snk-attach2.js +448 -69
  105. package/dist/components/snk-crud.js +15 -3
  106. package/dist/components/snk-data-exporter2.js +6 -2
  107. package/dist/components/snk-detail-view2.js +40 -7
  108. package/dist/components/snk-entity-list.js +5 -3
  109. package/dist/components/snk-filter-bar2.js +47 -6
  110. package/dist/components/snk-filter-item2.js +4 -47
  111. package/dist/components/snk-filter-modal.js +4 -2
  112. package/dist/components/snk-filter-multi-select.js +2 -1
  113. package/dist/components/snk-form-config2.js +46 -26
  114. package/dist/components/snk-form.js +8 -0
  115. package/dist/components/snk-grid-config2.js +128 -102
  116. package/dist/components/snk-grid2.js +41 -17
  117. package/dist/components/snk-personalized-filter-editor.js +3 -1
  118. package/dist/components/snk-pesquisa2.js +1 -1
  119. package/dist/components/snk-simple-crud2.js +285 -29
  120. package/dist/components/snk-taskbar2.js +114 -24
  121. package/dist/components/taskbar-actions-button2.js +4 -2
  122. package/dist/esm/{ConfigStorage-4151acc8.js → ConfigStorage-101a2b4c.js} +70 -7
  123. package/dist/esm/{DataFetcher-aa159c5a.js → DataFetcher-a650ae58.js} +5 -3
  124. package/dist/esm/{ISave-4412b20c.js → ISave-d8c8bc59.js} +1 -0
  125. package/dist/esm/{SnkFormConfigManager-5c7d3771.js → SnkFormConfigManager-d86ba46f.js} +7 -2
  126. package/dist/esm/{SnkMessageBuilder-ca843d1b.js → SnkMessageBuilder-9747ddd2.js} +15 -1
  127. package/dist/esm/SnkMultiSelectionListDataSource-7e7eada5.js +133 -0
  128. package/dist/esm/{auth-fetcher-c05dc474.js → auth-fetcher-17dc5b5e.js} +1 -1
  129. package/dist/esm/{form-config-fetcher-36219cd3.js → form-config-fetcher-f121f880.js} +1 -1
  130. package/dist/esm/index-a7d3d3f1.js +2 -10
  131. package/dist/esm/loader.js +1 -1
  132. package/dist/esm/{dataunit-fetcher-0fc935a0.js → pesquisa-fetcher-f05a12ca.js} +429 -31
  133. package/dist/esm/sankhyablocks.js +1 -1
  134. package/dist/esm/{snk-actions-button_2.entry.js → snk-actions-button_4.entry.js} +523 -9
  135. package/dist/esm/snk-application.entry.js +43 -9
  136. package/dist/esm/snk-attach.entry.js +392 -62
  137. package/dist/esm/snk-crud.entry.js +17 -12
  138. package/dist/esm/snk-data-exporter.entry.js +9 -5
  139. package/dist/esm/{snk-data-unit-6208ebf0.js → snk-data-unit-4c343635.js} +1 -1
  140. package/dist/esm/snk-data-unit.entry.js +2 -2
  141. package/dist/esm/snk-detail-view.entry.js +10 -12
  142. package/dist/esm/snk-entity-list.entry.js +5 -3
  143. package/dist/esm/snk-filter-bar.entry.js +44 -8
  144. package/dist/esm/snk-filter-item.entry.js +4 -47
  145. package/dist/esm/snk-filter-modal-item.entry.js +3 -3
  146. package/dist/esm/snk-filter-modal.entry.js +2 -1
  147. package/dist/esm/snk-filter-multi-select.entry.js +2 -1
  148. package/dist/esm/snk-form-config.entry.js +48 -28
  149. package/dist/esm/snk-form.entry.js +11 -4
  150. package/dist/esm/snk-grid.entry.js +41 -23
  151. package/dist/esm/{snk-guides-viewer-98a8e45e.js → snk-guides-viewer-18859840.js} +16 -11
  152. package/dist/esm/snk-guides-viewer.entry.js +8 -10
  153. package/dist/esm/snk-personalized-filter-editor.entry.js +3 -1
  154. package/dist/esm/snk-personalized-filter.entry.js +3 -3
  155. package/dist/esm/snk-pesquisa.entry.js +1 -1
  156. package/dist/esm/snk-simple-crud.entry.js +229 -27
  157. package/dist/esm/snk-taskbar.entry.js +101 -15
  158. package/dist/esm/{taskbar-elements-d4d0b424.js → taskbar-elements-2473c8ac.js} +9 -9
  159. package/dist/sankhyablocks/p-1f3174cb.entry.js +1 -0
  160. package/dist/sankhyablocks/p-1fa5a18c.entry.js +11 -0
  161. package/dist/sankhyablocks/p-20b46647.entry.js +1 -0
  162. package/dist/sankhyablocks/{p-9e7d65a4.js → p-21749402.js} +1 -1
  163. package/dist/sankhyablocks/p-2897fb8c.js +1 -0
  164. package/dist/sankhyablocks/{p-ff6064e7.js → p-2936303b.js} +1 -1
  165. package/dist/sankhyablocks/p-2b909f08.entry.js +1 -0
  166. package/dist/sankhyablocks/p-33718dfc.entry.js +1 -0
  167. package/dist/sankhyablocks/p-50783a8b.js +1 -0
  168. package/dist/sankhyablocks/p-5c0b53ce.js +56 -0
  169. package/dist/sankhyablocks/p-5dbc1a3f.js +1 -0
  170. package/dist/sankhyablocks/p-60fa6c7a.js +1 -0
  171. package/dist/sankhyablocks/p-64c1b368.entry.js +1 -0
  172. package/dist/sankhyablocks/{p-7f3c7b09.entry.js → p-6b28cc74.entry.js} +1 -1
  173. package/dist/sankhyablocks/p-70a4af56.entry.js +1 -0
  174. package/dist/sankhyablocks/{p-e0fd9555.entry.js → p-7ddd95b6.entry.js} +1 -1
  175. package/dist/sankhyablocks/p-7e05bd83.entry.js +1 -0
  176. package/dist/sankhyablocks/p-7f97fee2.entry.js +1 -0
  177. package/dist/sankhyablocks/p-86801b08.entry.js +1 -0
  178. package/dist/sankhyablocks/{p-32f0935f.js → p-9a5d1b39.js} +1 -1
  179. package/dist/sankhyablocks/{p-0d7863ed.js → p-a13ccb86.js} +1 -1
  180. package/dist/sankhyablocks/p-ae4fc9a9.js +1 -0
  181. package/dist/sankhyablocks/p-b11aa1e0.entry.js +1 -0
  182. package/dist/sankhyablocks/p-b41a622a.entry.js +1 -0
  183. package/dist/sankhyablocks/p-b4de81ac.entry.js +1 -0
  184. package/dist/sankhyablocks/p-ba4871b5.entry.js +1 -0
  185. package/dist/sankhyablocks/{p-9695f78b.js → p-be75153c.js} +1 -1
  186. package/dist/sankhyablocks/p-bf2acf72.entry.js +1 -0
  187. package/dist/sankhyablocks/p-d01ceda6.entry.js +1 -0
  188. package/dist/sankhyablocks/{p-247a8b36.entry.js → p-d1791da2.entry.js} +1 -1
  189. package/dist/sankhyablocks/p-d304659d.entry.js +1 -0
  190. package/dist/sankhyablocks/p-d78d4062.js +65 -0
  191. package/dist/sankhyablocks/p-e4fb3308.entry.js +1 -0
  192. package/dist/sankhyablocks/p-e7dbe53a.entry.js +1 -0
  193. package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
  194. package/dist/types/components/snk-application/__mocks__/snk-application.d.ts +3 -0
  195. package/dist/types/components/snk-application/snk-application.d.ts +15 -0
  196. package/dist/types/components/snk-attach/{structure/crud-config-builder.d.ts → interfaces/ICrudConfig.d.ts} +1 -2
  197. package/dist/types/components/snk-attach/interfaces/TFetcherType.d.ts +1 -0
  198. package/dist/types/components/snk-attach/snk-attach.d.ts +27 -6
  199. package/dist/types/components/snk-attach/structure/builder/anexo-sistema-crud-config.builder.d.ts +2 -0
  200. package/dist/types/components/snk-attach/structure/builder/attach-crud-config.builder.d.ts +31 -0
  201. package/dist/types/components/snk-attach/structure/{taskbar-builder.d.ts → builder/taskbar-builder.d.ts} +1 -1
  202. package/dist/types/components/snk-attach/structure/fetcher/facade/fetcher.facade.d.ts +11 -0
  203. package/dist/types/components/snk-attach/structure/fetcher/factory/anexo-sistema-data-unit.factory.d.ts +17 -0
  204. package/dist/types/components/snk-attach/structure/fetcher/factory/attach-fetcher-data-unit.factory.d.ts +15 -0
  205. package/dist/types/components/snk-attach/structure/index.d.ts +6 -3
  206. package/dist/types/components/snk-crud/snk-crud.d.ts +21 -0
  207. package/dist/types/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.d.ts +1 -1
  208. package/dist/types/components/snk-crud/subcomponents/snk-guides-viewer.d.ts +6 -1
  209. package/dist/types/components/snk-filter-bar/filter-item/snk-filter-item.d.ts +1 -2
  210. package/dist/types/components/snk-filter-bar/filter-modal/snk-filter-modal.d.ts +5 -0
  211. package/dist/types/components/snk-filter-bar/snk-filter-bar.d.ts +24 -1
  212. package/dist/types/components/snk-filter-bar/utils/SnkFilterModalFactory.d.ts +3 -1
  213. package/dist/types/components/snk-form/snk-form.d.ts +6 -1
  214. package/dist/types/components/{snk-form → snk-form-config}/SnkFormConfigManager.d.ts +1 -0
  215. package/dist/types/components/{snk-form/subcomponents/snk-form-config → snk-form-config}/snk-form-config.d.ts +5 -3
  216. package/dist/types/components/snk-grid/snk-grid.d.ts +20 -1
  217. package/dist/types/components/{snk-grid/subcomponents/snk-grid-config → snk-grid-config}/snk-grid-config.d.ts +11 -6
  218. package/dist/types/components/{snk-grid/subcomponents → snk-grid-config}/snk-select-box/snk-select-box.d.ts +1 -1
  219. package/dist/types/components/snk-simple-crud/regular-buttons.d.ts +3 -0
  220. package/dist/types/components/snk-simple-crud/snk-simple-crud.d.ts +71 -4
  221. package/dist/types/components/snk-taskbar/snk-taskbar.d.ts +28 -1
  222. package/dist/types/components.d.ts +265 -12
  223. package/dist/types/lib/configs/ConfigStorage.d.ts +21 -1
  224. package/dist/types/lib/http/data-fetcher/DataFetcher.d.ts +1 -1
  225. package/dist/types/lib/http/data-fetcher/fetchers/{attach-fetcher.d.ts → AttachFetcher/anexo-sistema-fetcher.d.ts} +3 -2
  226. package/dist/types/lib/http/data-fetcher/fetchers/AttachFetcher/attach-fetcher.d.ts +11 -0
  227. package/dist/types/lib/http/data-fetcher/fetchers/AttachFetcher/facade/attach-fetcher.facade.d.ts +8 -0
  228. package/dist/types/lib/http/data-fetcher/fetchers/AttachFetcher/index.d.ts +3 -0
  229. package/dist/types/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/ISave.d.ts +2 -1
  230. package/dist/types/lib/http/data-fetcher/fetchers/data-unit/dataunit-fetcher.d.ts +1 -0
  231. package/dist/types/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.d.ts +1 -0
  232. package/dist/types/lib/http/data-fetcher/fetchers/parameters-fecher.d.ts +1 -0
  233. package/dist/types/lib/http/data-fetcher/fetchers/personalized-filter-fetcher.d.ts +2 -1
  234. package/dist/types/lib/index.d.ts +1 -1
  235. package/dist/types/lib/utils/CrudUtils.d.ts +3 -0
  236. package/package.json +13 -6
  237. package/dist/cjs/PreloadManager-84466da6.js +0 -224
  238. package/dist/cjs/SnkMultiSelectionListDataSource-ba5838c2.js +0 -49
  239. package/dist/cjs/pesquisa-fetcher-ef050a47.js +0 -167
  240. package/dist/cjs/snk-grid-config.cjs.entry.js +0 -483
  241. package/dist/cjs/snk-select-box.cjs.entry.js +0 -25
  242. package/dist/esm/PreloadManager-c1c2f2b4.js +0 -222
  243. package/dist/esm/SnkMultiSelectionListDataSource-44494b0e.js +0 -43
  244. package/dist/esm/pesquisa-fetcher-dd3ca0a5.js +0 -165
  245. package/dist/esm/snk-grid-config.entry.js +0 -479
  246. package/dist/esm/snk-select-box.entry.js +0 -21
  247. package/dist/sankhyablocks/p-0874adb5.entry.js +0 -1
  248. package/dist/sankhyablocks/p-094c30cb.js +0 -1
  249. package/dist/sankhyablocks/p-1d75d9f9.entry.js +0 -1
  250. package/dist/sankhyablocks/p-20726710.entry.js +0 -1
  251. package/dist/sankhyablocks/p-374d03f6.js +0 -1
  252. package/dist/sankhyablocks/p-41560fd8.entry.js +0 -1
  253. package/dist/sankhyablocks/p-4775a293.entry.js +0 -1
  254. package/dist/sankhyablocks/p-573a07c5.js +0 -1
  255. package/dist/sankhyablocks/p-6678d5d4.entry.js +0 -1
  256. package/dist/sankhyablocks/p-69efa80d.entry.js +0 -1
  257. package/dist/sankhyablocks/p-71439fd9.entry.js +0 -1
  258. package/dist/sankhyablocks/p-761ed32f.entry.js +0 -1
  259. package/dist/sankhyablocks/p-7d8d7fe9.entry.js +0 -1
  260. package/dist/sankhyablocks/p-90f9b4db.entry.js +0 -11
  261. package/dist/sankhyablocks/p-98674137.entry.js +0 -1
  262. package/dist/sankhyablocks/p-a91bb13d.js +0 -1
  263. package/dist/sankhyablocks/p-a9e5b094.entry.js +0 -1
  264. package/dist/sankhyablocks/p-aa95fb2c.js +0 -56
  265. package/dist/sankhyablocks/p-abfa8101.entry.js +0 -1
  266. package/dist/sankhyablocks/p-b05ab13d.entry.js +0 -1
  267. package/dist/sankhyablocks/p-b3020263.entry.js +0 -1
  268. package/dist/sankhyablocks/p-bf93a748.js +0 -60
  269. package/dist/sankhyablocks/p-c22c1d8e.js +0 -1
  270. package/dist/sankhyablocks/p-c6f89389.entry.js +0 -1
  271. package/dist/sankhyablocks/p-c758265f.entry.js +0 -1
  272. package/dist/sankhyablocks/p-cb7419e0.entry.js +0 -1
  273. package/dist/sankhyablocks/p-cebae710.entry.js +0 -1
  274. package/dist/sankhyablocks/p-d4f9ee17.entry.js +0 -1
  275. package/dist/sankhyablocks/p-d9bb09b3.js +0 -6
  276. package/dist/sankhyablocks/p-e6380c60.js +0 -1
  277. package/dist/types/components/snk-attach/structure/data-unit-builder.d.ts +0 -15
  278. /package/dist/collection/{lib/http/data-fetcher/fetchers/fecthAttach/interfaces/IDelete.js → components/snk-attach/interfaces/ICrudConfig.js} +0 -0
  279. /package/dist/collection/{lib/http/data-fetcher/fetchers/fecthAttach/interfaces/IDownloadKey.js → components/snk-attach/interfaces/TFetcherType.js} +0 -0
  280. /package/dist/collection/components/{snk-form/subcomponents/snk-form-config → snk-form-config}/snk-form-config.css +0 -0
  281. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-config-options/snk-config-options.css +0 -0
  282. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-config-options/snk-config-options.js +0 -0
  283. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-field-config/snk-field-config.css +0 -0
  284. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-field-config/snk-field-config.js +0 -0
  285. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-tab-config/snk-tab-config.css +0 -0
  286. /package/dist/collection/components/{snk-form → snk-form-config}/subcomponents/snk-tab-config/snk-tab-config.js +0 -0
  287. /package/dist/collection/components/{snk-grid/subcomponents/snk-grid-config → snk-grid-config}/snk-grid-config.css +0 -0
  288. /package/dist/collection/components/{snk-grid/subcomponents → snk-grid-config}/snk-select-box/snk-select-box.css +0 -0
  289. /package/dist/collection/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/index.js +0 -0
  290. /package/dist/types/components/{snk-form → snk-form-config}/subcomponents/snk-config-options/snk-config-options.d.ts +0 -0
  291. /package/dist/types/components/{snk-form → snk-form-config}/subcomponents/snk-field-config/snk-field-config.d.ts +0 -0
  292. /package/dist/types/components/{snk-form → snk-form-config}/subcomponents/snk-tab-config/snk-tab-config.d.ts +0 -0
  293. /package/dist/types/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/IDelete.d.ts +0 -0
  294. /package/dist/types/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/IDownloadKey.d.ts +0 -0
  295. /package/dist/types/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/index.d.ts +0 -0
@@ -17,16 +17,18 @@ import { IDataFetcherRecaller } from "./lib/http/data-fetcher/recaller/IDataFetc
17
17
  import { DialogType, MessageOptions } from "@sankhyalabs/ezui/dist/collection/utils";
18
18
  import { IOption, ISearchArgument } from "@sankhyalabs/ezui/dist/types/components/ez-search/ez-search";
19
19
  import { IRemoveSearchListener, ISearchListener, SearchCriteria } from "./lib/http/data-fetcher/fetchers/pesquisa-fetcher";
20
+ import { TFetcherType } from "./components/snk-attach/interfaces/TFetcherType";
21
+ import { AttachFetcherFacadeInterface, PresentationMode } from "./lib";
22
+ import { FetcherFacade } from "./components/snk-attach/structure";
20
23
  import { IFieldConfig, IFormCardConfig, IFormConfig, IRecordValidator, ISummaryField } from "@sankhyalabs/ezui/dist/types/utils/form/interfaces";
21
24
  import { SIMPLE_CRUD_MODE, VIEW_MODE } from "./lib/utils/constants";
22
25
  import { ISelectionToastConfig } from "@sankhyalabs/ezui/dist/types/components/ez-grid/interfaces";
23
26
  import { Action, TaskbarManager } from "./components/snk-taskbar/snk-taskbar";
24
27
  import { EzGridColumn, IGridConfig, IStatusResolver, StatusResolverFunction } from "@sankhyalabs/ezui/dist/types/components/ez-grid/controller/EzGridController";
25
- import { PresentationMode } from "./lib";
26
28
  import { IExporterProvider } from "./components/snk-data-exporter/interfaces/IExporterProvider";
27
29
  import { DataState } from "./components/snk-data-unit/snk-data-unit";
28
30
  import { IRecordID } from "./components/snk-data-exporter/interfaces/IRecordID";
29
- import { SnkFormConfigManager } from "./components/snk-form/SnkFormConfigManager";
31
+ import { SnkFormConfigManager } from "./components/snk-form-config/SnkFormConfigManager";
30
32
  import { IGuideItem } from "@sankhyalabs/ezui/dist/types/components/ez-guide-navigator/interfaces";
31
33
  import { DataState as DataState1 } from "./components/snk-data-unit/snk-data-unit";
32
34
  import { GuideBuilder } from "./components/snk-crud/subcomponents/GuideBuilder";
@@ -38,6 +40,7 @@ import { IExportConfig } from "./components/snk-data-exporter/data/export-config
38
40
  import { IExpressionGroup, IExpressionItem } from "./components/snk-personalized-filter/interfaces/IExpressionItem";
39
41
  import { IPersonalizedFilter } from "./components/snk-personalized-filter/interfaces/IPersonalizedFilter";
40
42
  import { SnkApplication } from "./components/snk-application/snk-application";
43
+ import { SnkFilterModalFactoryParams } from "./components/snk-filter-bar/utils/SnkFilterModalFactory";
41
44
  import { EPresentationMode } from "./components/snk-filter-bar/filter-item/editors/enum/presentationMode";
42
45
  import { FilterFieldsDataSource, IFilterField, IFilterLink } from "./components/snk-filter-field-search/interfaces";
43
46
  import { IEzPopoverAnchorOptions } from "@sankhyalabs/ezui/dist/types/components/ez-popover/ez-popover";
@@ -51,7 +54,7 @@ import { PresentationMode as PresentationMode1 } from "./lib/@types";
51
54
  import { PrintSelectorResponse } from "./components/snk-print-selector/snk-print-selector";
52
55
  import { PendingPrintJobData } from "./lib/utils/PrintUtils";
53
56
  import { IBreadcrumbItem } from "@sankhyalabs/ezui/dist/types/components/ez-breadcrumb/ez-breadcrumb";
54
- import { ITab } from "./components/snk-form/subcomponents/snk-tab-config/snk-tab-config";
57
+ import { ITab } from "./components/snk-form-config/subcomponents/snk-tab-config/snk-tab-config";
55
58
  import { Action as Action1, CustomButton } from "./components/snk-taskbar/snk-taskbar";
56
59
  export namespace Components {
57
60
  interface SnkActionsButton {
@@ -134,6 +137,10 @@ export namespace Components {
134
137
  * Com base em um campo realiza um "select distinct" respeitando os filtros atuais do dataUnit e um critério de filtro para a própria coluna.
135
138
  */
136
139
  "executeSelectDistinct": (dataUnit: DataUnit, fieldName: string, argument: string) => Promise<Array<any>>;
140
+ /**
141
+ * Chave da configuração legado do formulário.
142
+ */
143
+ "formLegacyConfigName": string;
137
144
  /**
138
145
  * Obtém todos os acessos do usuário logado.
139
146
  */
@@ -196,6 +203,10 @@ export namespace Components {
196
203
  * Obtém o UserId da tela em questão.
197
204
  */
198
205
  "getUserID": () => Promise<string>;
206
+ /**
207
+ * Chave da configuração legado da grade.
208
+ */
209
+ "gridLegacyConfigName": string;
199
210
  /**
200
211
  * Obtém `true` caso o usuário logado tem permissão pra determinada ação.
201
212
  */
@@ -254,6 +265,12 @@ export namespace Components {
254
265
  * Salva a configuração de determinado recurso.
255
266
  */
256
267
  "saveConfig": (key: string, data: Object) => Promise<any>;
268
+ /**
269
+ * Atribui valor para parâmetros de contexto no componente de pesquisa.
270
+ * @param name - Nome do parâmetro
271
+ * @param value - String conversível de acordo com o tipo do parâmetro
272
+ */
273
+ "setSearchFilterContext": (name: string, value: string) => Promise<void>;
257
274
  /**
258
275
  * Apresenta uma lista de alertas, geralmente é utilizado para apresentar resultados de processamentos em lote.
259
276
  */
@@ -295,10 +312,26 @@ export namespace Components {
295
312
  "whenApplicationReady": () => Promise<SnkApplication>;
296
313
  }
297
314
  interface SnkAttach {
315
+ /**
316
+ * DataUnit responsável por carregar os dados.
317
+ */
318
+ "dataUnit": DataUnit;
319
+ /**
320
+ * DataUnitBuilder responsável por implementar dados a serem utilizados no DataUnit.
321
+ */
322
+ "dataUnitBuilder": FetcherFacade;
298
323
  /**
299
324
  * Nome da entidade à ser utilizada para relacionar o anexo ao DataUnit pai.
300
325
  */
301
326
  "entityName": string;
327
+ /**
328
+ * Fetcher responsável por carregar os dados do DataUnit.
329
+ */
330
+ "fetcher": AttachFetcherFacadeInterface;
331
+ /**
332
+ * FetcherType define o tipo de fetcher responsável por carregar os dados do DataUnit.
333
+ */
334
+ "fetcherType": TFetcherType;
302
335
  /**
303
336
  * Responsável por flexibilizar e padronizar o uso de mensagens nos blocos de construção.
304
337
  */
@@ -395,6 +428,22 @@ export namespace Components {
395
428
  * Usado para salvar as configurações dos blocos de construção.
396
429
  */
397
430
  "configName": string;
431
+ /**
432
+ * Desabilita a apresentação da opção de filtros personalizados na filter bar (chip de filtros) e no modal lateral de filtros (container de filtros personalizados).
433
+ */
434
+ "disablePersonalizedFilter": boolean;
435
+ /**
436
+ * Chave da configuração legado da barra de filtros.
437
+ */
438
+ "filterBarLegacyConfigName": string;
439
+ /**
440
+ * Título que será apresentado na barra de filtros
441
+ */
442
+ "filterBarTitle": string;
443
+ /**
444
+ * Chave da configuração legado do formulário.
445
+ */
446
+ "formLegacyConfigName": string;
398
447
  /**
399
448
  * Retorna o elemento da filter-bar da grade.
400
449
  */
@@ -403,6 +452,10 @@ export namespace Components {
403
452
  * Usado para alternar a visão entre GRID e FORM externamente.
404
453
  */
405
454
  "goToView": (mode: string) => Promise<void>;
455
+ /**
456
+ * Chave da configuração legado da grade.
457
+ */
458
+ "gridLegacyConfigName": string;
406
459
  /**
407
460
  * Responsável por flexibilizar e padronizar o uso de mensagens nos blocos de construção.
408
461
  */
@@ -710,6 +763,14 @@ export namespace Components {
710
763
  * Recebe o DataUnit do ambiente. Se não for informado, procura pela referência do SnkDataUnit. Necessário para se registrar como provedor de filtros.
711
764
  */
712
765
  "dataUnit": DataUnit;
766
+ /**
767
+ * Desabilita a apresentação da opção de filtros personalizados na filter bar (chip de filtros) e no modal lateral de filtros (container de filtros personalizados).
768
+ */
769
+ "disablePersonalizedFilter": boolean;
770
+ /**
771
+ * Chave da configuração legado da barra de filtros.
772
+ */
773
+ "filterBarLegacyConfigName": string;
713
774
  /**
714
775
  * Lista todos os filtros disponíveis ao usuário.
715
776
  */
@@ -722,6 +783,10 @@ export namespace Components {
722
783
  * Responsável por flexibilizar e padronizar o uso de mensagens nos blocos de construção.
723
784
  */
724
785
  "messagesBuilder": SnkMessageBuilder;
786
+ /**
787
+ * Modo de apresentação da filterbar.
788
+ */
789
+ "mode": "regular" | "button" | "hidden";
725
790
  /**
726
791
  * Faz o recarregamento da filterbar buscando o state no servidor.
727
792
  */
@@ -736,6 +801,14 @@ export namespace Components {
736
801
  * Identificador de recursos como configurações e acesso.
737
802
  */
738
803
  "resourceID": string;
804
+ /**
805
+ * Abre o modal de filtros
806
+ */
807
+ "showFilterModal": () => Promise<void>;
808
+ /**
809
+ * Título que será apresentado na barra de filtros
810
+ */
811
+ "title": string;
739
812
  /**
740
813
  * Atualiza um item do filtro.
741
814
  * @param filterItem - Item com as informações atualizadas, caso o item não seja encontrado no array ele mão será modificado
@@ -875,6 +948,10 @@ export namespace Components {
875
948
  * Ação executada ao deletar um filtro personalizado
876
949
  */
877
950
  "deletePersonalizedFilter": (filter: IPersonalizedFilter, configName: string) => void;
951
+ /**
952
+ * Desabilita a apresentação da opção de filtros personalizados na filter bar (chip de filtros) e no modal lateral de filtros (container de filtros personalizados).
953
+ */
954
+ "disablePersonalizedFilter": boolean;
878
955
  /**
879
956
  * Ação executada ao editar um filtro personalizado
880
957
  */
@@ -1004,6 +1081,10 @@ export namespace Components {
1004
1081
  * Nome usado para guardar/recuperar as configurações do formulário.
1005
1082
  */
1006
1083
  "configName": string;
1084
+ /**
1085
+ * Chave da configuração legado do formulário.
1086
+ */
1087
+ "formLegacyConfigName": string;
1007
1088
  /**
1008
1089
  * Fecha a janela de configurações do formulário.
1009
1090
  */
@@ -1119,6 +1200,18 @@ export namespace Components {
1119
1200
  * Nome usado para salvar/recuperar a configuração.
1120
1201
  */
1121
1202
  "configName": string;
1203
+ /**
1204
+ * Desabilita a apresentação da opção de filtros personalizados na filter bar (chip de filtros) e no modal lateral de filtros (container de filtros personalizados).
1205
+ */
1206
+ "disablePersonalizedFilter": boolean;
1207
+ /**
1208
+ * Chave da configuração legado da barra de filtros.
1209
+ */
1210
+ "filterBarLegacyConfigName": string;
1211
+ /**
1212
+ * Título que será apresentado na barra de filtros
1213
+ */
1214
+ "filterBarTitle": string;
1122
1215
  /**
1123
1216
  * Abre o localizador de colunas
1124
1217
  */
@@ -1131,6 +1224,10 @@ export namespace Components {
1131
1224
  * Nome do slot de elementos customizados da Taskbar do cabeçalho da grade.
1132
1225
  */
1133
1226
  "gridHeaderCustomSlotId": string;
1227
+ /**
1228
+ * Chave da configuração legado da grade.
1229
+ */
1230
+ "gridLegacyConfigName": string;
1134
1231
  /**
1135
1232
  * Fecha a janela de configurações da grade.
1136
1233
  */
@@ -1197,10 +1294,6 @@ export namespace Components {
1197
1294
  "useEnterLikeTab": boolean;
1198
1295
  }
1199
1296
  interface SnkGridConfig {
1200
- /**
1201
- * Referência para o SnkApplication
1202
- */
1203
- "application": SnkApplication;
1204
1297
  /**
1205
1298
  * Colunas da grade.
1206
1299
  */
@@ -1255,6 +1348,10 @@ export namespace Components {
1255
1348
  * Abre o localizador de campos
1256
1349
  */
1257
1350
  "findField": () => Promise<void>;
1351
+ /**
1352
+ * Chave da configuração legado do formulário.
1353
+ */
1354
+ "formLegacyConfigName": string;
1258
1355
  /**
1259
1356
  * Configuração do formulário master.
1260
1357
  */
@@ -1372,15 +1469,35 @@ export namespace Components {
1372
1469
  "messagesBuilder": SnkMessageBuilder;
1373
1470
  }
1374
1471
  interface SnkSimpleCrud {
1472
+ /**
1473
+ * Ações a serem colocadas no botão "Mais opções" do componente snk-taskbar.
1474
+ */
1475
+ "actionsList": Array<Action>;
1476
+ /**
1477
+ * Usado para fechar o configurator do CRUD
1478
+ */
1479
+ "closeConfigurator": () => Promise<void>;
1480
+ /**
1481
+ * Usado para salvar as configurações dos blocos de construção.
1482
+ */
1483
+ "configName": string;
1375
1484
  "dataState": DataState1;
1376
1485
  "dataUnit": DataUnit;
1377
1486
  "formConfig": IFormConfig;
1487
+ /**
1488
+ * Chave da configuração legado do formulário.
1489
+ */
1490
+ "formLegacyConfigName": string;
1378
1491
  "getRecords": () => Promise<Array<Record>>;
1379
1492
  /**
1380
1493
  * Usado para alternar a visão entre GRID e FORM externamente.
1381
1494
  */
1382
1495
  "goToView": (view: VIEW_MODE) => Promise<void>;
1383
1496
  "gridConfig": IGridConfig;
1497
+ /**
1498
+ * Chave da configuração legado da grade.
1499
+ */
1500
+ "gridLegacyConfigName": string;
1384
1501
  /**
1385
1502
  * Responsável por flexibilizar e padronizar o uso de mensagens nos blocos de construção.
1386
1503
  */
@@ -1390,8 +1507,16 @@ export namespace Components {
1390
1507
  * Determina se pode haver mais de uma linha selecionada na grade.
1391
1508
  */
1392
1509
  "multipleSelection": boolean;
1510
+ /**
1511
+ * Usado para abrir o configurator do CRUD
1512
+ */
1513
+ "openConfigurator": () => Promise<void>;
1393
1514
  "setMetadata": (metadata: UnitMetadata) => Promise<void>;
1394
1515
  "setRecords": (records: Array<Record>) => Promise<void>;
1516
+ /**
1517
+ * Usado para exibir os botões de ação do snk-configurator.
1518
+ */
1519
+ "showConfiguratorButtons": boolean;
1395
1520
  /**
1396
1521
  * Gerenciador das barras de tarefas. É possível determinar botões específicos ou mesmo gerenciar o estado dos botões.
1397
1522
  */
@@ -1429,6 +1554,10 @@ export namespace Components {
1429
1554
  * Lista de ações que devem ser usadas no botão "Mais opções" do componente snk-taskbar.
1430
1555
  */
1431
1556
  "actionsList": Array<Action>;
1557
+ /**
1558
+ * Usado para determinar O alinhamento dos items na taskbar.
1559
+ */
1560
+ "alignRigth": boolean;
1432
1561
  /**
1433
1562
  * Lista separada por virgula, contendo todos os elementos a serem criados.
1434
1563
  */
@@ -1461,6 +1590,10 @@ export namespace Components {
1461
1590
  * Responsável por flexibilizar e padronizar o uso de mensagens nos blocos de construção.
1462
1591
  */
1463
1592
  "messagesBuilder": SnkMessageBuilder;
1593
+ /**
1594
+ * Define como será o comportamento da taskbar quando ocorrer overflow
1595
+ */
1596
+ "overflowStrategy": 'hiddenItems' | 'none';
1464
1597
  /**
1465
1598
  * Altera o modo de apresentação dos botões do snk-taskbar.
1466
1599
  */
@@ -2049,6 +2182,14 @@ declare namespace LocalJSX {
2049
2182
  * Usado para salvar as configurações dos blocos de construção.
2050
2183
  */
2051
2184
  "configName"?: string;
2185
+ /**
2186
+ * Chave da configuração legado do formulário.
2187
+ */
2188
+ "formLegacyConfigName"?: string;
2189
+ /**
2190
+ * Chave da configuração legado da grade.
2191
+ */
2192
+ "gridLegacyConfigName"?: string;
2052
2193
  /**
2053
2194
  * Usado para receber um parâmetro na inicialização da tela, e utilizá-lo conforme necessário caso a tela receba um parâmetro, e, esta propriedade não seja informada é criado um filtro de forma automática através do método defaultLoadByPk
2054
2195
  */
@@ -2064,10 +2205,26 @@ declare namespace LocalJSX {
2064
2205
  "onApplicationLoading"?: (event: SnkApplicationCustomEvent<boolean>) => void;
2065
2206
  }
2066
2207
  interface SnkAttach {
2208
+ /**
2209
+ * DataUnit responsável por carregar os dados.
2210
+ */
2211
+ "dataUnit"?: DataUnit;
2212
+ /**
2213
+ * DataUnitBuilder responsável por implementar dados a serem utilizados no DataUnit.
2214
+ */
2215
+ "dataUnitBuilder"?: FetcherFacade;
2067
2216
  /**
2068
2217
  * Nome da entidade à ser utilizada para relacionar o anexo ao DataUnit pai.
2069
2218
  */
2070
- "entityName": string;
2219
+ "entityName"?: string;
2220
+ /**
2221
+ * Fetcher responsável por carregar os dados do DataUnit.
2222
+ */
2223
+ "fetcher"?: AttachFetcherFacadeInterface;
2224
+ /**
2225
+ * FetcherType define o tipo de fetcher responsável por carregar os dados do DataUnit.
2226
+ */
2227
+ "fetcherType"?: TFetcherType;
2071
2228
  /**
2072
2229
  * Responsável por flexibilizar e padronizar o uso de mensagens nos blocos de construção.
2073
2230
  */
@@ -2172,6 +2329,26 @@ declare namespace LocalJSX {
2172
2329
  * Usado para salvar as configurações dos blocos de construção.
2173
2330
  */
2174
2331
  "configName"?: string;
2332
+ /**
2333
+ * Desabilita a apresentação da opção de filtros personalizados na filter bar (chip de filtros) e no modal lateral de filtros (container de filtros personalizados).
2334
+ */
2335
+ "disablePersonalizedFilter"?: boolean;
2336
+ /**
2337
+ * Chave da configuração legado da barra de filtros.
2338
+ */
2339
+ "filterBarLegacyConfigName"?: string;
2340
+ /**
2341
+ * Título que será apresentado na barra de filtros
2342
+ */
2343
+ "filterBarTitle"?: string;
2344
+ /**
2345
+ * Chave da configuração legado do formulário.
2346
+ */
2347
+ "formLegacyConfigName"?: string;
2348
+ /**
2349
+ * Chave da configuração legado da grade.
2350
+ */
2351
+ "gridLegacyConfigName"?: string;
2175
2352
  /**
2176
2353
  * Responsável por flexibilizar e padronizar o uso de mensagens nos blocos de construção.
2177
2354
  */
@@ -2524,6 +2701,14 @@ declare namespace LocalJSX {
2524
2701
  * Recebe o DataUnit do ambiente. Se não for informado, procura pela referência do SnkDataUnit. Necessário para se registrar como provedor de filtros.
2525
2702
  */
2526
2703
  "dataUnit"?: DataUnit;
2704
+ /**
2705
+ * Desabilita a apresentação da opção de filtros personalizados na filter bar (chip de filtros) e no modal lateral de filtros (container de filtros personalizados).
2706
+ */
2707
+ "disablePersonalizedFilter"?: boolean;
2708
+ /**
2709
+ * Chave da configuração legado da barra de filtros.
2710
+ */
2711
+ "filterBarLegacyConfigName"?: string;
2527
2712
  /**
2528
2713
  * Lista todos os filtros disponíveis ao usuário.
2529
2714
  */
@@ -2532,11 +2717,19 @@ declare namespace LocalJSX {
2532
2717
  * Responsável por flexibilizar e padronizar o uso de mensagens nos blocos de construção.
2533
2718
  */
2534
2719
  "messagesBuilder"?: SnkMessageBuilder;
2720
+ /**
2721
+ * Modo de apresentação da filterbar.
2722
+ */
2723
+ "mode"?: "regular" | "button" | "hidden";
2535
2724
  "onConfigUpdated"?: (event: SnkFilterBarCustomEvent<SnkFilterItemConfig[]>) => void;
2536
2725
  /**
2537
2726
  * Identificador de recursos como configurações e acesso.
2538
2727
  */
2539
2728
  "resourceID"?: string;
2729
+ /**
2730
+ * Título que será apresentado na barra de filtros
2731
+ */
2732
+ "title"?: string;
2540
2733
  }
2541
2734
  interface SnkFilterBinarySelect {
2542
2735
  /**
@@ -2668,6 +2861,10 @@ declare namespace LocalJSX {
2668
2861
  * Ação executada ao deletar um filtro personalizado
2669
2862
  */
2670
2863
  "deletePersonalizedFilter"?: (filter: IPersonalizedFilter, configName: string) => void;
2864
+ /**
2865
+ * Desabilita a apresentação da opção de filtros personalizados na filter bar (chip de filtros) e no modal lateral de filtros (container de filtros personalizados).
2866
+ */
2867
+ "disablePersonalizedFilter"?: boolean;
2671
2868
  /**
2672
2869
  * Ação executada ao editar um filtro personalizado
2673
2870
  */
@@ -2796,6 +2993,10 @@ declare namespace LocalJSX {
2796
2993
  * Nome usado para guardar/recuperar as configurações do formulário.
2797
2994
  */
2798
2995
  "configName"?: string;
2996
+ /**
2997
+ * Chave da configuração legado do formulário.
2998
+ */
2999
+ "formLegacyConfigName"?: string;
2799
3000
  /**
2800
3001
  * Responsável por flexibilizar e padronizar o uso de mensagens nos blocos de construção.
2801
3002
  */
@@ -2934,10 +3135,26 @@ declare namespace LocalJSX {
2934
3135
  * Nome usado para salvar/recuperar a configuração.
2935
3136
  */
2936
3137
  "configName"?: string;
3138
+ /**
3139
+ * Desabilita a apresentação da opção de filtros personalizados na filter bar (chip de filtros) e no modal lateral de filtros (container de filtros personalizados).
3140
+ */
3141
+ "disablePersonalizedFilter"?: boolean;
3142
+ /**
3143
+ * Chave da configuração legado da barra de filtros.
3144
+ */
3145
+ "filterBarLegacyConfigName"?: string;
3146
+ /**
3147
+ * Título que será apresentado na barra de filtros
3148
+ */
3149
+ "filterBarTitle"?: string;
2937
3150
  /**
2938
3151
  * Nome do slot de elementos customizados da Taskbar do cabeçalho da grade.
2939
3152
  */
2940
3153
  "gridHeaderCustomSlotId"?: string;
3154
+ /**
3155
+ * Chave da configuração legado da grade.
3156
+ */
3157
+ "gridLegacyConfigName"?: string;
2941
3158
  /**
2942
3159
  * Determina se a grade está vinculada a um detalhe.
2943
3160
  */
@@ -2996,10 +3213,6 @@ declare namespace LocalJSX {
2996
3213
  "useEnterLikeTab"?: boolean;
2997
3214
  }
2998
3215
  interface SnkGridConfig {
2999
- /**
3000
- * Referência para o SnkApplication
3001
- */
3002
- "application"?: SnkApplication;
3003
3216
  /**
3004
3217
  * Colunas da grade.
3005
3218
  */
@@ -3058,6 +3271,10 @@ declare namespace LocalJSX {
3058
3271
  * Determina todo o caminho de entidades.
3059
3272
  */
3060
3273
  "entityPath"?: string;
3274
+ /**
3275
+ * Chave da configuração legado do formulário.
3276
+ */
3277
+ "formLegacyConfigName"?: string;
3061
3278
  /**
3062
3279
  * Configuração do formulário master.
3063
3280
  */
@@ -3198,10 +3415,26 @@ declare namespace LocalJSX {
3198
3415
  "onExit"?: (event: SnkSimpleBarCustomEvent<void>) => void;
3199
3416
  }
3200
3417
  interface SnkSimpleCrud {
3418
+ /**
3419
+ * Ações a serem colocadas no botão "Mais opções" do componente snk-taskbar.
3420
+ */
3421
+ "actionsList"?: Array<Action>;
3422
+ /**
3423
+ * Usado para salvar as configurações dos blocos de construção.
3424
+ */
3425
+ "configName"?: string;
3201
3426
  "dataState"?: DataState1;
3202
3427
  "dataUnit"?: DataUnit;
3203
3428
  "formConfig"?: IFormConfig;
3429
+ /**
3430
+ * Chave da configuração legado do formulário.
3431
+ */
3432
+ "formLegacyConfigName"?: string;
3204
3433
  "gridConfig"?: IGridConfig;
3434
+ /**
3435
+ * Chave da configuração legado da grade.
3436
+ */
3437
+ "gridLegacyConfigName"?: string;
3205
3438
  /**
3206
3439
  * Responsável por flexibilizar e padronizar o uso de mensagens nos blocos de construção.
3207
3440
  */
@@ -3215,6 +3448,14 @@ declare namespace LocalJSX {
3215
3448
  * Emitido sempre que houver click de botão ou ação.
3216
3449
  */
3217
3450
  "onActionClick"?: (event: SnkSimpleCrudCustomEvent<string>) => void;
3451
+ /**
3452
+ * Emitido quando cancela o salvamento da configuração no configurator do CRUD.
3453
+ */
3454
+ "onConfiguratorCancel"?: (event: SnkSimpleCrudCustomEvent<any>) => void;
3455
+ /**
3456
+ * Emitido quando salva a configuração no configurator do CRUD.
3457
+ */
3458
+ "onConfiguratorSave"?: (event: SnkSimpleCrudCustomEvent<any>) => void;
3218
3459
  /**
3219
3460
  * Emitido quando há qualquer mudança de estado no DataUnit.
3220
3461
  */
@@ -3227,6 +3468,10 @@ declare namespace LocalJSX {
3227
3468
  * Responsável por notificar quando ocorrer a renderização de itens do formulário.
3228
3469
  */
3229
3470
  "onFormItemsReady"?: (event: SnkSimpleCrudCustomEvent<Array<HTMLElement>>) => void;
3471
+ /**
3472
+ * Usado para exibir os botões de ação do snk-configurator.
3473
+ */
3474
+ "showConfiguratorButtons"?: boolean;
3230
3475
  /**
3231
3476
  * Gerenciador das barras de tarefas. É possível determinar botões específicos ou mesmo gerenciar o estado dos botões.
3232
3477
  */
@@ -3288,6 +3533,10 @@ declare namespace LocalJSX {
3288
3533
  * Lista de ações que devem ser usadas no botão "Mais opções" do componente snk-taskbar.
3289
3534
  */
3290
3535
  "actionsList"?: Array<Action>;
3536
+ /**
3537
+ * Usado para determinar O alinhamento dos items na taskbar.
3538
+ */
3539
+ "alignRigth"?: boolean;
3291
3540
  /**
3292
3541
  * Lista separada por virgula, contendo todos os elementos a serem criados.
3293
3542
  */
@@ -3324,6 +3573,10 @@ declare namespace LocalJSX {
3324
3573
  * Emitido sempre que houver click de botão ou ação.
3325
3574
  */
3326
3575
  "onActionClick"?: (event: SnkTaskbarCustomEvent<string>) => void;
3576
+ /**
3577
+ * Define como será o comportamento da taskbar quando ocorrer overflow
3578
+ */
3579
+ "overflowStrategy"?: 'hiddenItems' | 'none';
3327
3580
  /**
3328
3581
  * Altera o modo de apresentação dos botões do snk-taskbar.
3329
3582
  */
@@ -3,13 +3,30 @@ import { SnkFilterItemConfig } from "../../components/snk-filter-bar/filter-item
3
3
  import { IFormCardConfig, IFormConfig } from "@sankhyalabs/ezui/dist/types/utils/form/interfaces";
4
4
  import { ISaveResourceResponse } from "../http/data-fetcher/fetchers/resource-fetcher";
5
5
  import { IPersonalizedFilter, IValidateFilter } from "../../components/snk-personalized-filter/interfaces/IPersonalizedFilter";
6
+ export declare enum CONFIG_SOURCE {
7
+ form = "form",
8
+ grid = "grid",
9
+ filterBar = "filterBar"
10
+ }
11
+ export interface ILegacyConfigNameParams {
12
+ gridLegacyConfig?: string;
13
+ formLegacyConfig?: string;
14
+ }
6
15
  export declare class ConfigStorage {
16
+ private static readonly CONFIG_NAME_ERROR_MESSAGE;
17
+ private static readonly LEGACY_CONFIG_NAME_ERROR_MESSAGE;
18
+ private static filterBarLegacyConfig;
19
+ private static formLegacyConfig;
20
+ private static gridLegacyConfig;
7
21
  private static configById;
8
22
  private static filterBarConfigFetcher;
9
23
  private static formConfigFetcher;
10
24
  private static gridConfigFetcher;
11
25
  private static personalizedFilterFetcher;
12
- static preload(resourceID: string, configName: string): void;
26
+ static addFilterBarLegacyConfig(configName: string, legacyConfigName: string): void;
27
+ static addFormLegacyConfig(configName: string, legacyConfigName: string): void;
28
+ static addGridLegacyConfig(configName: string, legacyConfigName: string): void;
29
+ static preload(resourceID: string, configName: string, legacyConfigs?: ILegacyConfigNameParams): void;
13
30
  static loadFilterBarConfig(name: string, resourceID: string, urlParams?: object): Promise<Array<SnkFilterItemConfig>>;
14
31
  static loadFormConfig(name: string, resourceID: string): Promise<IFormConfig>;
15
32
  static loadGridConfig(name: string, resourceID: string): Promise<IGridConfig>;
@@ -24,6 +41,9 @@ export declare class ConfigStorage {
24
41
  static deleteGridConfigCache(name: string, resourceID: string): Promise<void>;
25
42
  static deleteFormConfigCache(name: string, resourceID: string): Promise<void>;
26
43
  static deleteFilterBarConfigCache(name: string, resourceID: string): Promise<void>;
44
+ private static validateConfigName;
45
+ private static handleLegacyConfig;
46
+ private static handleLegacyConfigAsString;
27
47
  private static deleteConfigCache;
28
48
  private static buildCacheID;
29
49
  }
@@ -1,6 +1,5 @@
1
1
  import { IClientEventResponse } from './interfaces/IClientEventResponse';
2
2
  import { IDataFetcherRecaller } from './recaller/IDataFetcherRecaller';
3
- type ClientEventHandler = (clientEvent: IClientEventResponse, dataFetcherReacaller: IDataFetcherRecaller) => Promise<void>;
4
3
  export declare class DataFetcher {
5
4
  private static appTagName;
6
5
  private static instance;
@@ -39,6 +38,7 @@ export declare class DataFetcher {
39
38
  static hasClientEvent(eventID: String): boolean;
40
39
  static removeClientEvent(eventID: String): boolean;
41
40
  }
41
+ type ClientEventHandler = (clientEvent: IClientEventResponse, dataFetcherReacaller: IDataFetcherRecaller) => void | Promise<void>;
42
42
  export interface RequestListener {
43
43
  onRequestStart(param: RequestListenerParams): void;
44
44
  onRequestEnd(param: RequestListenerParams): void;
@@ -1,6 +1,7 @@
1
1
  import { Change, Record } from "@sankhyalabs/core";
2
- import { SaveResponse, DeleteResponse, DownloadKeyResponse } from "./fecthAttach/interfaces";
3
- export declare class AttachFetcher {
2
+ import { DeleteResponse, DownloadKeyResponse, SaveResponse } from "./interfaces";
3
+ import { AttachFetcherFacadeInterface } from "./facade/attach-fetcher.facade";
4
+ export declare class AnexoSistemaFetcher implements AttachFetcherFacadeInterface {
4
5
  private entityName;
5
6
  private registerKey;
6
7
  private dataUnitName;
@@ -0,0 +1,11 @@
1
+ import { Change, Record } from "@sankhyalabs/core";
2
+ import { SaveResponse, DeleteResponse, DownloadKeyResponse } from "./interfaces";
3
+ import { AttachFetcherFacadeInterface } from "./facade/attach-fetcher.facade";
4
+ export declare class AttachFetcher implements AttachFetcherFacadeInterface {
5
+ private dataUnitName?;
6
+ constructor(dataUnitName?: string);
7
+ save({ dataUnit: dataUnitName, record, updatingFields: fields, operation }: Change): Promise<Array<SaveResponse>>;
8
+ edit(change: Change): Promise<SaveResponse[]>;
9
+ delete(record: Record): Promise<DeleteResponse>;
10
+ getDownloadKey(record: Record): Promise<DownloadKeyResponse>;
11
+ }
@@ -0,0 +1,8 @@
1
+ import { Change, Record } from '@sankhyalabs/core';
2
+ import { DeleteResponse, DownloadKeyResponse, SaveResponse } from '../interfaces';
3
+ export interface AttachFetcherFacadeInterface {
4
+ save(change: Change): Promise<Array<SaveResponse>>;
5
+ edit(change: Change): Promise<Array<SaveResponse>>;
6
+ delete(record: Record): Promise<DeleteResponse>;
7
+ getDownloadKey(record: Record): Promise<DownloadKeyResponse>;
8
+ }
@@ -0,0 +1,3 @@
1
+ export { AttachFetcherFacadeInterface } from "./facade/attach-fetcher.facade";
2
+ export { AttachFetcher } from "./attach-fetcher";
3
+ export { AnexoSistemaFetcher } from "./anexo-sistema-fetcher";
@@ -22,5 +22,6 @@ export type SaveResponse = {
22
22
  export declare enum SaveErrorsEnum {
23
23
  LINK_AND_FILE_AT_THE_SAME_TIME = "LINK_AND_FILE_AT_THE_SAME_TIME",
24
24
  ANY_LINK_OR_FILE_FILLED = "ANY_LINK_OR_FILE_FILLED",
25
- UNKNOWN = "UNKNOWN"
25
+ UNKNOWN = "UNKNOWN",
26
+ DESCRIPTION_CANNOT_BE_CHANGED = "DESCRIPTION_CANNOT_BE_CHANGED"
26
27
  }