@sankhyalabs/sankhyablocks 8.16.0-dev.5 → 8.16.0-dev.51

Sign up to get free protection for your applications and to get access to all the features.
Files changed (286) hide show
  1. package/dist/cjs/{ConfigStorage-942ce74b.js → ConfigStorage-f079f5fd.js} +3 -2
  2. package/dist/cjs/{IExporterProvider-597949f9.js → ContinuousInsertUtils-64e47516.js} +64 -22
  3. package/dist/cjs/{DataFetcher-313debd8.js → DataFetcher-e059eb72.js} +28 -20
  4. package/dist/cjs/{RecordIDUtils-3735135c.js → GetSelectedRecordsIDsInfo-bd50caf1.js} +10 -10
  5. package/dist/cjs/{SnkFormConfigManager-26dfc762.js → SnkFormConfigManager-63369164.js} +72 -16
  6. package/dist/cjs/{SnkMessageBuilder-722b104e.js → SnkMessageBuilder-bae64d0d.js} +7 -3
  7. package/dist/cjs/{auth-fetcher-54f5ff9d.js → auth-fetcher-4f853233.js} +1 -1
  8. package/dist/cjs/{dataunit-fetcher-688d3f05.js → dataunit-fetcher-228016f4.js} +48 -20
  9. package/dist/cjs/{field-search-f56aa7d6.js → field-search-68e34bf4.js} +5 -1
  10. package/dist/cjs/{form-config-fetcher-2dd00e5b.js → form-config-fetcher-39397ac5.js} +5 -2
  11. package/dist/cjs/index-f9e81701.js +8 -28
  12. package/dist/cjs/loader.cjs.js +1 -1
  13. package/dist/cjs/{pesquisa-fetcher-680e198f.js → pesquisa-fetcher-a9bfeb22.js} +7 -2
  14. package/dist/cjs/sankhyablocks.cjs.js +1 -1
  15. package/dist/cjs/snk-actions-button_4.cjs.entry.js +42 -36
  16. package/dist/cjs/snk-application.cjs.entry.js +119 -61
  17. package/dist/cjs/snk-attach.cjs.entry.js +38 -29
  18. package/dist/cjs/{snk-form-config.cjs.entry.js → snk-config-options_3.cjs.entry.js} +398 -12
  19. package/dist/cjs/snk-crud.cjs.entry.js +23 -8
  20. package/dist/cjs/snk-data-exporter.cjs.entry.js +19 -18
  21. package/dist/cjs/{snk-data-unit-685272e7.js → snk-data-unit-3d9b6ed4.js} +66 -34
  22. package/dist/cjs/snk-data-unit.cjs.entry.js +5 -5
  23. package/dist/cjs/snk-detail-view.cjs.entry.js +11 -11
  24. package/dist/cjs/snk-exporter-email-sender.cjs.entry.js +1 -1
  25. package/dist/cjs/snk-filter-bar_4.cjs.entry.js +1420 -0
  26. package/dist/cjs/snk-filter-binary-select.cjs.entry.js +1 -1
  27. package/dist/cjs/snk-filter-checkbox-list.cjs.entry.js +1 -1
  28. package/dist/cjs/snk-filter-modal-item.cjs.entry.js +3 -3
  29. package/dist/cjs/snk-filter-text.cjs.entry.js +2 -1
  30. package/dist/cjs/snk-grid.cjs.entry.js +66 -21
  31. package/dist/cjs/{snk-guides-viewer-28122419.js → snk-guides-viewer-2139481c.js} +29 -13
  32. package/dist/cjs/snk-guides-viewer.cjs.entry.js +9 -9
  33. package/dist/cjs/snk-personalized-filter-editor.cjs.entry.js +1 -1
  34. package/dist/cjs/snk-personalized-filter.cjs.entry.js +3 -3
  35. package/dist/cjs/snk-print-selector.cjs.entry.js +1 -1
  36. package/dist/cjs/snk-simple-bar.cjs.entry.js +1 -1
  37. package/dist/cjs/snk-simple-crud.cjs.entry.js +68 -26
  38. package/dist/cjs/snk-taskbar.cjs.entry.js +64 -38
  39. package/dist/collection/collection-manifest.json +11 -31
  40. package/dist/collection/components/snk-actions-button/actions/index.js +12 -9
  41. package/dist/collection/components/snk-actions-button/interfaces/index.js +1 -0
  42. package/dist/collection/components/snk-actions-button/snk-actions-button.js +27 -26
  43. package/dist/collection/components/snk-application/request-listener/DebouncedRequestListener.js +28 -0
  44. package/dist/collection/components/snk-application/request-listener/RequestListenerFactory.js +16 -0
  45. package/dist/collection/components/snk-application/request-listener/RequestListenerLoadingBar.js +52 -0
  46. package/dist/collection/components/snk-application/snk-application.js +44 -54
  47. package/dist/collection/components/snk-attach/snk-attach.js +25 -16
  48. package/dist/collection/components/snk-attach/structure/fetcher/factory/attach-fetcher-data-unit.factory.js +2 -4
  49. package/dist/collection/components/snk-crud/snk-crud.js +122 -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 +6 -6
  52. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +72 -6
  53. package/dist/collection/components/snk-data-exporter/exporter-email-sender/options-step.js +1 -1
  54. package/dist/collection/components/snk-data-exporter/exporter-strategy/ClientSideExporterStrategy.js +4 -4
  55. package/dist/collection/components/snk-data-exporter/exporter-strategy/ServerSideExporterStrategy.js +5 -5
  56. package/dist/collection/components/snk-data-exporter/providers/ClientSideExporterProvider.js +1 -1
  57. package/dist/collection/components/snk-data-exporter/providers/ServerSideExporterProvider.js +1 -1
  58. package/dist/collection/components/snk-data-exporter/snk-data-exporter.js +2 -2
  59. package/dist/collection/components/snk-data-exporter/structure/ItemBuilder.js +2 -2
  60. package/dist/collection/components/snk-data-exporter/test/resources/ClientSideExporterStrategyResources.js +4 -4
  61. package/dist/collection/components/snk-data-unit/snk-data-unit.js +81 -32
  62. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-binary-select.js +1 -1
  63. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-checkbox-list.js +1 -1
  64. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-text.js +2 -1
  65. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-personalized-filter-editor/snk-personalized-filter-editor.js +1 -1
  66. package/dist/collection/components/snk-filter-bar/filter-item/filter-item-type-mask.enum.js +8 -0
  67. package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.js +5 -1
  68. package/dist/collection/components/snk-filter-bar/snk-filter-bar.css +1 -1
  69. package/dist/collection/components/snk-filter-bar/snk-filter-bar.js +79 -21
  70. package/dist/collection/components/snk-form/snk-form.js +2 -2
  71. package/dist/collection/components/snk-form-config/SnkFormConfigManager.js +70 -14
  72. package/dist/collection/components/snk-form-config/snk-form-config.css +8 -3
  73. package/dist/collection/components/snk-form-config/snk-form-config.js +49 -8
  74. package/dist/collection/components/snk-grid/snk-grid.css +2 -0
  75. package/dist/collection/components/snk-grid/snk-grid.js +100 -8
  76. package/dist/collection/components/snk-print-selector/snk-print-selector.js +1 -1
  77. package/dist/collection/components/snk-simple-bar/snk-simple-bar.js +1 -1
  78. package/dist/collection/components/snk-simple-crud/snk-simple-crud.css +0 -1
  79. package/dist/collection/components/snk-simple-crud/snk-simple-crud.js +111 -15
  80. package/dist/collection/components/snk-taskbar/processor/taskbar-processor.js +5 -1
  81. package/dist/collection/components/snk-taskbar/snk-taskbar.js +106 -38
  82. package/dist/collection/lib/DefaultCustomFormatters/RmPrecisionCustomValueFormatter.js +3 -3
  83. package/dist/collection/lib/configs/ConfigStorage.js +1 -0
  84. package/dist/collection/lib/dataUnit/InMemoryLoader.js +2 -4
  85. package/dist/collection/lib/dataUnit/dataUnitInMemoryUtils.js +34 -9
  86. package/dist/collection/lib/http/data-fetcher/DataFetcher.js +29 -21
  87. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/anexo-sistema-fetcher.js +7 -5
  88. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/DataUnitDataLoader.js +2 -2
  89. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.js +9 -2
  90. package/dist/collection/lib/http/data-fetcher/fetchers/form-config-fetcher.js +4 -1
  91. package/dist/collection/lib/http/data-fetcher/fetchers/parameters-fecher.js +7 -1
  92. package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js +6 -1
  93. package/dist/collection/lib/message/resources/snk-data-unit.msg.js +1 -1
  94. package/dist/collection/lib/message/resources/snk-exporter.msg.js +1 -1
  95. package/dist/collection/lib/message/resources/snk-grid.msg.js +5 -1
  96. package/dist/collection/lib/utils/ContinuousInsertUtils.js +31 -0
  97. package/dist/collection/lib/utils/CrudUtils.js +25 -16
  98. package/dist/collection/{components/snk-data-exporter/utils/RecordIDUtils.js → lib/utils/GetSelectedRecordsIDsInfo.js} +9 -9
  99. package/dist/collection/sw.js +46 -0
  100. package/dist/components/ConfigStorage.js +1 -0
  101. package/dist/components/{IExporterProvider.js → ContinuousInsertUtils.js} +65 -21
  102. package/dist/components/DataFetcher.js +29 -21
  103. package/dist/{esm/RecordIDUtils-87d02110.js → components/GetSelectedRecordsIDsInfo.js} +10 -10
  104. package/dist/components/SnkFormConfigManager.js +70 -14
  105. package/dist/components/SnkMessageBuilder.js +7 -3
  106. package/dist/components/dataunit-fetcher.js +47 -17
  107. package/dist/components/form-config-fetcher.js +4 -1
  108. package/dist/components/pesquisa-fetcher.js +6 -1
  109. package/dist/components/snk-actions-button2.js +39 -35
  110. package/dist/components/snk-application2.js +114 -55
  111. package/dist/components/snk-attach2.js +34 -25
  112. package/dist/components/snk-crud.js +23 -3
  113. package/dist/components/snk-data-exporter2.js +12 -11
  114. package/dist/components/snk-data-unit2.js +68 -72
  115. package/dist/components/snk-detail-view2.js +29 -10
  116. package/dist/components/snk-exporter-email-sender2.js +1 -1
  117. package/dist/components/snk-filter-bar2.js +41 -22
  118. package/dist/components/snk-filter-binary-select.js +1 -1
  119. package/dist/components/snk-filter-checkbox-list.js +1 -1
  120. package/dist/components/snk-filter-item2.js +5 -1
  121. package/dist/components/snk-filter-text.js +2 -1
  122. package/dist/components/snk-form-config2.js +34 -9
  123. package/dist/components/snk-form.js +2 -2
  124. package/dist/components/snk-grid2.js +60 -12
  125. package/dist/components/snk-personalized-filter-editor.js +1 -1
  126. package/dist/components/snk-print-selector.js +1 -1
  127. package/dist/components/snk-simple-bar2.js +1 -1
  128. package/dist/components/snk-simple-crud2.js +62 -15
  129. package/dist/components/snk-taskbar2.js +66 -40
  130. package/dist/esm/{ConfigStorage-86187da3.js → ConfigStorage-6514d66e.js} +3 -2
  131. package/dist/esm/{IExporterProvider-63a188b6.js → ContinuousInsertUtils-b62906f9.js} +65 -24
  132. package/dist/esm/{DataFetcher-c1baf61d.js → DataFetcher-5034df59.js} +29 -21
  133. package/dist/esm/GetSelectedRecordsIDsInfo-9fa41508.js +41 -0
  134. package/dist/esm/{SnkFormConfigManager-5782d6cf.js → SnkFormConfigManager-b409c745.js} +72 -16
  135. package/dist/esm/{SnkMessageBuilder-89925609.js → SnkMessageBuilder-6fff4a4c.js} +7 -3
  136. package/dist/esm/{auth-fetcher-039abba3.js → auth-fetcher-ca5d3a49.js} +1 -1
  137. package/dist/esm/{constants-8457af36.js → constants-7302ee87.js} +1 -1
  138. package/dist/esm/{dataunit-fetcher-264191b2.js → dataunit-fetcher-56cb648b.js} +48 -18
  139. package/dist/esm/{field-search-efbe307f.js → field-search-f8b1d91e.js} +5 -1
  140. package/dist/esm/{form-config-fetcher-30fb808f.js → form-config-fetcher-a7d3e277.js} +5 -2
  141. package/dist/esm/index-a7d3d3f1.js +8 -28
  142. package/dist/esm/loader.js +1 -1
  143. package/dist/esm/{pesquisa-fetcher-03c8f919.js → pesquisa-fetcher-6bc2e41a.js} +7 -2
  144. package/dist/esm/sankhyablocks.js +1 -1
  145. package/dist/esm/snk-actions-button_4.entry.js +44 -38
  146. package/dist/esm/snk-application.entry.js +119 -61
  147. package/dist/esm/snk-attach.entry.js +39 -30
  148. package/dist/esm/{snk-form-config.entry.js → snk-config-options_3.entry.js} +399 -15
  149. package/dist/esm/snk-configurator.entry.js +1 -1
  150. package/dist/esm/snk-crud.entry.js +24 -9
  151. package/dist/esm/snk-data-exporter.entry.js +20 -19
  152. package/dist/esm/{snk-data-unit-63f83504.js → snk-data-unit-9fa7d2b9.js} +66 -34
  153. package/dist/esm/snk-data-unit.entry.js +5 -5
  154. package/dist/esm/snk-detail-view.entry.js +12 -12
  155. package/dist/esm/snk-exporter-email-sender.entry.js +1 -1
  156. package/dist/esm/snk-field-config.entry.js +1 -1
  157. package/dist/esm/snk-filter-bar_4.entry.js +1413 -0
  158. package/dist/esm/snk-filter-binary-select.entry.js +1 -1
  159. package/dist/esm/snk-filter-checkbox-list.entry.js +1 -1
  160. package/dist/esm/snk-filter-modal-item.entry.js +3 -3
  161. package/dist/esm/snk-filter-text.entry.js +2 -1
  162. package/dist/esm/snk-grid.entry.js +61 -16
  163. package/dist/esm/{snk-guides-viewer-7460fe10.js → snk-guides-viewer-b7ed39eb.js} +30 -14
  164. package/dist/esm/snk-guides-viewer.entry.js +9 -9
  165. package/dist/esm/snk-personalized-filter-editor.entry.js +1 -1
  166. package/dist/esm/snk-personalized-filter.entry.js +3 -3
  167. package/dist/esm/snk-print-selector.entry.js +1 -1
  168. package/dist/esm/snk-simple-bar.entry.js +1 -1
  169. package/dist/esm/snk-simple-crud.entry.js +65 -23
  170. package/dist/esm/snk-tab-config.entry.js +1 -1
  171. package/dist/esm/snk-taskbar.entry.js +65 -39
  172. package/dist/sankhyablocks/p-00278e07.js +1 -0
  173. package/dist/sankhyablocks/p-0d2a2e9e.entry.js +1 -0
  174. package/dist/sankhyablocks/p-0e206e62.js +1 -0
  175. package/dist/sankhyablocks/{p-df5451c7.js → p-126c58ea.js} +2 -2
  176. package/dist/sankhyablocks/p-16a1dd18.entry.js +1 -0
  177. package/dist/sankhyablocks/p-17425c72.js +1 -0
  178. package/dist/sankhyablocks/p-1d3ce0d9.entry.js +1 -0
  179. package/dist/sankhyablocks/p-23736d75.js +1 -0
  180. package/dist/sankhyablocks/{p-8eb67fa4.entry.js → p-2d3f9482.entry.js} +1 -1
  181. package/dist/sankhyablocks/{p-af8efd95.js → p-341465ce.js} +2 -2
  182. package/dist/sankhyablocks/p-342eeb3b.js +1 -0
  183. package/dist/sankhyablocks/p-3728d2aa.entry.js +11 -0
  184. package/dist/sankhyablocks/p-4138da61.entry.js +1 -0
  185. package/dist/sankhyablocks/{p-7663f597.entry.js → p-41793e17.entry.js} +1 -1
  186. package/dist/sankhyablocks/{p-72fc257b.entry.js → p-434817f0.entry.js} +1 -1
  187. package/dist/sankhyablocks/p-47d24ac8.js +60 -0
  188. package/dist/sankhyablocks/p-4e1f992e.entry.js +1 -0
  189. package/dist/sankhyablocks/p-5b51491f.entry.js +1 -0
  190. package/dist/sankhyablocks/{p-aaa3ee68.entry.js → p-5f157b09.entry.js} +1 -1
  191. package/dist/sankhyablocks/p-619aeac8.entry.js +1 -0
  192. package/dist/sankhyablocks/p-7075b789.entry.js +1 -0
  193. package/dist/sankhyablocks/p-7dd49d15.js +1 -0
  194. package/dist/sankhyablocks/p-83e71703.entry.js +1 -0
  195. package/dist/sankhyablocks/p-89c92727.entry.js +1 -0
  196. package/dist/sankhyablocks/{p-95df461f.entry.js → p-8b4fc28f.entry.js} +1 -1
  197. package/dist/sankhyablocks/{p-41f8bfa3.entry.js → p-8c235d4c.entry.js} +1 -1
  198. package/dist/sankhyablocks/{p-b0ef4383.js → p-95ce311a.js} +1 -1
  199. package/dist/sankhyablocks/{p-aff76a53.js → p-9ffd9fc7.js} +2 -2
  200. package/dist/sankhyablocks/p-a2c790ac.entry.js +1 -0
  201. package/dist/sankhyablocks/p-a3fadd0b.entry.js +1 -0
  202. package/dist/sankhyablocks/{p-a1d72395.entry.js → p-aa003d4e.entry.js} +1 -1
  203. package/dist/sankhyablocks/p-aaf94476.js +1 -0
  204. package/dist/sankhyablocks/p-af7f7b3e.entry.js +1 -0
  205. package/dist/sankhyablocks/p-c2e468c9.entry.js +1 -0
  206. package/dist/sankhyablocks/{p-17359530.entry.js → p-e390641b.entry.js} +1 -1
  207. package/dist/sankhyablocks/p-e4391e16.js +1 -0
  208. package/dist/sankhyablocks/p-e97be1c8.js +1 -0
  209. package/dist/sankhyablocks/p-ec43fcc8.entry.js +1 -0
  210. package/dist/sankhyablocks/{p-eae7a817.entry.js → p-fca0e5cc.entry.js} +1 -1
  211. package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
  212. package/dist/types/components/snk-actions-button/actions/index.d.ts +1 -0
  213. package/dist/types/components/snk-actions-button/interfaces/index.d.ts +3 -0
  214. package/dist/types/components/snk-actions-button/snk-actions-button.d.ts +3 -2
  215. package/dist/types/components/snk-application/request-listener/DebouncedRequestListener.d.ts +11 -0
  216. package/dist/types/components/snk-application/request-listener/RequestListenerFactory.d.ts +12 -0
  217. package/dist/types/components/snk-application/request-listener/RequestListenerLoadingBar.d.ts +13 -0
  218. package/dist/types/components/snk-application/snk-application.d.ts +9 -13
  219. package/dist/types/components/snk-attach/snk-attach.d.ts +1 -0
  220. package/dist/types/components/snk-crud/snk-crud.d.ts +21 -0
  221. package/dist/types/components/snk-crud/subcomponents/snk-guides-viewer.d.ts +15 -0
  222. package/dist/types/components/snk-data-exporter/test/resources/ClientSideExporterStrategyResources.d.ts +3 -3
  223. package/dist/types/components/snk-data-unit/snk-data-unit.d.ts +7 -0
  224. package/dist/types/components/snk-filter-bar/filter-item/filter-item-type-mask.enum.d.ts +7 -0
  225. package/dist/types/components/snk-filter-bar/filter-item/snk-filter-item.d.ts +2 -0
  226. package/dist/types/components/snk-filter-bar/snk-filter-bar.d.ts +9 -0
  227. package/dist/types/components/snk-form-config/SnkFormConfigManager.d.ts +7 -2
  228. package/dist/types/components/snk-form-config/snk-form-config.d.ts +4 -0
  229. package/dist/types/components/snk-grid/snk-grid.d.ts +15 -0
  230. package/dist/types/components/snk-simple-crud/snk-simple-crud.d.ts +15 -0
  231. package/dist/types/components/snk-taskbar/processor/taskbar-processor.d.ts +1 -0
  232. package/dist/types/components/snk-taskbar/snk-taskbar.d.ts +11 -0
  233. package/dist/types/components.d.ts +143 -0
  234. package/dist/types/lib/dataUnit/dataUnitInMemoryUtils.d.ts +12 -2
  235. package/dist/types/lib/http/data-fetcher/DataFetcher.d.ts +1 -0
  236. package/dist/types/lib/http/data-fetcher/fetchers/AttachFetcher/anexo-sistema-fetcher.d.ts +3 -2
  237. package/dist/types/lib/http/data-fetcher/fetchers/fetchDataExporter/interfaces/IFetchDataExporterParams.d.ts +1 -1
  238. package/dist/types/lib/http/data-fetcher/fetchers/parameters-fecher.d.ts +1 -0
  239. package/dist/types/lib/utils/ContinuousInsertUtils.d.ts +10 -0
  240. package/dist/types/lib/utils/CrudUtils.d.ts +1 -0
  241. package/dist/types/lib/utils/GetSelectedRecordsIDsInfo.d.ts +3 -0
  242. package/package.json +4 -3
  243. package/dist/cjs/snk-config-options.cjs.entry.js +0 -239
  244. package/dist/cjs/snk-filter-bar.cjs.entry.js +0 -714
  245. package/dist/cjs/snk-filter-item.cjs.entry.js +0 -312
  246. package/dist/cjs/snk-filter-list.cjs.entry.js +0 -152
  247. package/dist/cjs/snk-filter-modal.cjs.entry.js +0 -249
  248. package/dist/cjs/snk-form.cjs.entry.js +0 -143
  249. package/dist/esm/snk-config-options.entry.js +0 -235
  250. package/dist/esm/snk-filter-bar.entry.js +0 -710
  251. package/dist/esm/snk-filter-item.entry.js +0 -308
  252. package/dist/esm/snk-filter-list.entry.js +0 -148
  253. package/dist/esm/snk-filter-modal.entry.js +0 -245
  254. package/dist/esm/snk-form.entry.js +0 -139
  255. package/dist/sankhyablocks/p-219f888d.entry.js +0 -1
  256. package/dist/sankhyablocks/p-3a212712.js +0 -1
  257. package/dist/sankhyablocks/p-3a216b81.entry.js +0 -1
  258. package/dist/sankhyablocks/p-3b60db06.entry.js +0 -1
  259. package/dist/sankhyablocks/p-450c60e4.entry.js +0 -1
  260. package/dist/sankhyablocks/p-47b60deb.entry.js +0 -1
  261. package/dist/sankhyablocks/p-70a4af56.entry.js +0 -1
  262. package/dist/sankhyablocks/p-7505da04.entry.js +0 -1
  263. package/dist/sankhyablocks/p-75f83d1d.entry.js +0 -1
  264. package/dist/sankhyablocks/p-7a337364.js +0 -1
  265. package/dist/sankhyablocks/p-82a0bfb0.entry.js +0 -11
  266. package/dist/sankhyablocks/p-88aa931b.entry.js +0 -1
  267. package/dist/sankhyablocks/p-913a9979.js +0 -1
  268. package/dist/sankhyablocks/p-941bf3ef.entry.js +0 -1
  269. package/dist/sankhyablocks/p-96a89d58.entry.js +0 -1
  270. package/dist/sankhyablocks/p-9863d682.js +0 -1
  271. package/dist/sankhyablocks/p-b11aa1e0.entry.js +0 -1
  272. package/dist/sankhyablocks/p-b8d06bb3.entry.js +0 -1
  273. package/dist/sankhyablocks/p-bad55caa.entry.js +0 -1
  274. package/dist/sankhyablocks/p-c2495304.js +0 -1
  275. package/dist/sankhyablocks/p-c5268346.entry.js +0 -1
  276. package/dist/sankhyablocks/p-c640163b.entry.js +0 -1
  277. package/dist/sankhyablocks/p-d3f53df2.entry.js +0 -1
  278. package/dist/sankhyablocks/p-dc7c9047.js +0 -1
  279. package/dist/sankhyablocks/p-e8763234.entry.js +0 -1
  280. package/dist/sankhyablocks/p-f1b31208.entry.js +0 -1
  281. package/dist/sankhyablocks/p-f2809746.entry.js +0 -1
  282. package/dist/sankhyablocks/p-f4d7fa81.js +0 -1
  283. package/dist/sankhyablocks/p-f51acb38.js +0 -1
  284. package/dist/sankhyablocks/p-fcac4dfc.js +0 -1
  285. package/dist/sankhyablocks/p-fe79f83a.js +0 -60
  286. package/dist/types/components/snk-data-exporter/utils/RecordIDUtils.d.ts +0 -3
@@ -1,9 +1,9 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, h, Fragment } from '@stencil/core/internal/client';
2
2
  import { Action, ElementIDUtils, ApplicationContext, StringUtils } from '@sankhyalabs/core';
3
- import { d as defineCustomElement$2, T as TaskbarElement } from './snk-taskbar2.js';
3
+ import { T as TaskbarElement, d as defineCustomElement$2 } from './snk-taskbar2.js';
4
4
  import { C as ConfigStorage } from './ConfigStorage.js';
5
5
  import { P as PresentationMode } from './ISave.js';
6
- import { C as CommonsExporter, T as TaskbarProcessor, S as SnkMultiSelectionListDataSource, o as openFieldSearch, a as CrudUtils, R as RmPrecisionCustomValueFormatter, b as buildFieldSearch } from './IExporterProvider.js';
6
+ import { C as CommonsExporter, T as TaskbarProcessor, S as SnkMultiSelectionListDataSource, o as openFieldSearch, a as CrudUtils, R as RmPrecisionCustomValueFormatter, c as ContinuousInsertUtils, b as buildFieldSearch } from './ContinuousInsertUtils.js';
7
7
  import { s as store } from './index2.js';
8
8
  import { SelectionMode } from '@sankhyalabs/core/dist/dataunit/DataUnit';
9
9
  import './DataFetcher.js';
@@ -13,7 +13,7 @@ import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
13
13
  import './dataunit-fetcher.js';
14
14
  import './filter-item-type.enum.js';
15
15
  import './form-config-fetcher.js';
16
- import { g as getSelectedIDs } from './snk-data-unit2.js';
16
+ import { g as getSelectedRecordsIDsInfo } from './GetSelectedRecordsIDsInfo.js';
17
17
  import { d as defineCustomElement$i } from './snk-actions-button2.js';
18
18
  import { d as defineCustomElement$h } from './snk-data-exporter2.js';
19
19
  import { d as defineCustomElement$g } from './snk-exporter-email-sender2.js';
@@ -54,7 +54,7 @@ class ServerSideExporterProvider extends CommonsExporter {
54
54
  return total !== null && total !== void 0 ? total : (_c = (_b = this.dataUnit) === null || _b === void 0 ? void 0 : _b.records) === null || _c === void 0 ? void 0 : _c.length;
55
55
  }
56
56
  getSelectedIDs() {
57
- return getSelectedIDs(this.dataUnit);
57
+ return getSelectedRecordsIDsInfo(this.dataUnit);
58
58
  }
59
59
  getOffset() {
60
60
  return this.getExporterOffset(this.getPaginationInfo());
@@ -86,7 +86,7 @@ class ServerSideExporterProvider extends CommonsExporter {
86
86
  }
87
87
  }
88
88
 
89
- const snkGridCss = ".sc-snk-grid-h{--snk-grid-min-height:300px}.snk-grid__container.sc-snk-grid{display:flex;height:100%;width:100%}.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}";
89
+ 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)}.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}";
90
90
 
91
91
  const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
92
92
  constructor() {
@@ -100,7 +100,7 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
100
100
  "snkGridTopTaskbar.regular": ["FORM_MODE", "CONFIGURATOR", "INSERT"],
101
101
  "snkGridTopTaskbar.regular.secondary": ["FORM_MODE", "CONFIGURATOR", "INSERT"],
102
102
  "snkGridTopTaskbar.regular.singleTaskbar": [],
103
- "snkGridTopTaskbar.finish_edition": ["CANCEL", "SAVE"],
103
+ "snkGridTopTaskbar.finish_edition": ["CANCEL", "SAVE", this.handleAddFormMode()],
104
104
  "snkGridTopTaskbar.finish_edition.secondary": [],
105
105
  "snkGridTopTaskbar.finish_edition.singleTaskbar": [],
106
106
  });
@@ -113,7 +113,7 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
113
113
  "snkGridHeaderTaskbar.singleTaskbar.selected": ["UPDATE", "CLONE", "REMOVE", "MORE_OPTIONS", "DIVIDER", "ATTACH", "FORM_MODE", "CONFIGURATOR", "REFRESH", "DATA_EXPORTER", "ACTIONS_BUTTON"],
114
114
  "snkGridHeaderTaskbar.singleTaskbar.detail.unselected": ["INSERT", "FORM_MODE", "CONFIGURATOR", "REFRESH", "MORE_OPTIONS"],
115
115
  "snkGridHeaderTaskbar.singleTaskbar.detail.selected": ["UPDATE", "ATTACH", "CLONE", "REMOVE", "MORE_OPTIONS", "DIVIDER", "FORM_MODE", "CONFIGURATOR", "REFRESH"],
116
- "snkGridHeaderTaskbar.singleTaskbar.finish_edition": ["CANCEL", "SAVE"]
116
+ "snkGridHeaderTaskbar.singleTaskbar.finish_edition": ["CANCEL", "SAVE", this.handleAddFormMode()]
117
117
  });
118
118
  this.dataUnitInterceptor = {
119
119
  interceptAction: async (action) => {
@@ -128,6 +128,7 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
128
128
  this._gridConfig = undefined;
129
129
  this._popUpGridConfig = false;
130
130
  this._showSnkFilterBar = true;
131
+ this._enableContinuousInsert = false;
131
132
  this.columnFilterDataSource = new SnkMultiSelectionListDataSource();
132
133
  this.configName = undefined;
133
134
  this.filterBarTitle = undefined;
@@ -151,6 +152,8 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
151
152
  this.filterBarLegacyConfigName = undefined;
152
153
  this.autoLoad = undefined;
153
154
  this.autoFocus = true;
155
+ this.enableGridInsert = false;
156
+ this.enableLockManger = false;
154
157
  }
155
158
  /**
156
159
  * Exibe a janela de configurações da grade.
@@ -237,6 +240,24 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
237
240
  async setFocus() {
238
241
  this._grid.setFocus();
239
242
  }
243
+ async handleClick(event) {
244
+ var _a;
245
+ if (this.hasToBlockEvent(event)) {
246
+ event.preventDefault();
247
+ event.stopPropagation();
248
+ if (!await this._dataUnit.cancelEdition())
249
+ return;
250
+ const newEvent = new event.constructor(event.type, event);
251
+ (_a = event.target) === null || _a === void 0 ? void 0 : _a.dispatchEvent(newEvent);
252
+ }
253
+ if (this._grid && !this._grid.contains(event.target)) {
254
+ this._grid.stopEdit();
255
+ }
256
+ }
257
+ hasToBlockEvent(event) {
258
+ var _a;
259
+ return ((_a = this._snkFilterBar) === null || _a === void 0 ? void 0 : _a.contains(event.target)) && this.enableGridInsert && this._dataUnit.hasNewRecord();
260
+ }
240
261
  async handleGridLegacyConfigName(newLegacyConfig, oldLegacyConfig) {
241
262
  if (!newLegacyConfig) {
242
263
  return;
@@ -247,6 +268,9 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
247
268
  this.addGridLegacyConfigName();
248
269
  this.loadConfig();
249
270
  }
271
+ handleAddFormMode() {
272
+ return this.enableGridInsert ? TaskbarElement.FORM_MODE : "";
273
+ }
250
274
  openGridConfig() {
251
275
  this._grid.getColumnsState()
252
276
  .then((gridColumns) => {
@@ -374,10 +398,15 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
374
398
  this._rmPrecisionCustomValueFormatter = new RmPrecisionCustomValueFormatter();
375
399
  this.addGridLegacyConfigName();
376
400
  this.loadConfig();
401
+ this._continuousInsertUtils = new ContinuousInsertUtils(this._application, this.resourceID, this.configName);
402
+ if (this.enableGridInsert) {
403
+ this._continuousInsertUtils.getConfig().then(value => this._enableContinuousInsert = value);
404
+ }
377
405
  }
378
406
  componentDidRender() {
407
+ var _a, _b;
379
408
  this._rmPrecisionCustomValueFormatter.setGrid(this._grid);
380
- this.loadGridCustomFormatters(this._dataUnit.metadata.fields);
409
+ this.loadGridCustomFormatters((_b = (_a = this._dataUnit) === null || _a === void 0 ? void 0 : _a.metadata) === null || _b === void 0 ? void 0 : _b.fields);
381
410
  this.setCustomRenders();
382
411
  this.setCustomEditors();
383
412
  }
@@ -390,7 +419,7 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
390
419
  const disabledButtons = [];
391
420
  if ((_a = this._dataState) === null || _a === void 0 ? void 0 : _a.selectionInfo) {
392
421
  if (this._dataState.selectionInfo.length > 1) {
393
- disabledButtons.push(TaskbarElement.CLONE, "ATTACH");
422
+ disabledButtons.push(TaskbarElement.CLONE, "ATTACH", TaskbarElement.UPDATE);
394
423
  }
395
424
  if (this._dataState.selectionInfo.isAllRecords()) {
396
425
  disabledButtons.push("REMOVE");
@@ -475,6 +504,14 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
475
504
  eagerInitialize: true,
476
505
  itemBuilder: (actionButton, item) => this.getColumnSearch(actionButton, item)
477
506
  }];
507
+ if (this.enableGridInsert) {
508
+ hardList.push(this._continuousInsertUtils.actionContinuousInsert(this._enableContinuousInsert, () => {
509
+ this._enableContinuousInsert = !this._enableContinuousInsert;
510
+ this._continuousInsertUtils.handleSaveConfig(this._enableContinuousInsert);
511
+ }));
512
+ }
513
+ if (this.isGridInsertActive())
514
+ return hardList;
478
515
  if (this.taskbarManager != undefined && this.taskbarManager.getMoreOptions != undefined) {
479
516
  const taskbarID = this.getTopTaskBarId();
480
517
  return hardList.concat(this.taskbarManager.getMoreOptions(taskbarID, this.configName, this._dataState, this.actionsList));
@@ -492,12 +529,20 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
492
529
  }
493
530
  this._showSnkFilterBar = true;
494
531
  }
532
+ getGridHeaderButtons() {
533
+ if (this.isGridInsertActive())
534
+ return TaskbarElement.MORE_OPTIONS;
535
+ return this._headerTaskbarProcessor.buttons;
536
+ }
537
+ isGridInsertActive() {
538
+ return this.enableGridInsert && this._dataUnit.hasNewRecord();
539
+ }
495
540
  render() {
496
541
  if (!this._dataUnit) {
497
542
  return undefined;
498
543
  }
499
- return (h("div", { class: "snk-grid__container ez-flex ez-flex--column ez-flex-item--auto ez-padding--large" }, h("div", { class: "snk-grid__header ez-margin-bottom--medium" }, this._showSnkFilterBar &&
500
- 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 }), 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", "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' }, 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) => { this.gridConfigChangeHandler(evt); }, 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 }, h("snk-taskbar", { id: 'teste', dataUnit: this._dataUnit, configName: this.configName, messagesBuilder: this.messagesBuilder, "data-element-id": "grid_left", buttons: this._headerTaskbarProcessor.buttons, 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 }, h("slot", { name: this.gridHeaderCustomSlotId }))), h("div", { class: "ez-col ez-col--sd-12" }, h("slot", { name: "SnkGridFooter" })), h("ez-modal", { modalSize: "small", closeEsc: false, closeOutsideClick: false, opened: this._popUpGridConfig, onEzCloseModal: () => 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 }))));
544
+ return (h("div", { class: "snk-grid__container ez-flex ez-flex--column ez-flex-item--auto ez-padding--large" }, h("div", { class: "snk-grid__header ez-margin-bottom--extra-small" }, this._showSnkFilterBar &&
545
+ 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 }), 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", "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' }, 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) => { this.gridConfigChangeHandler(evt); }, 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, enableLockManger: this.enableLockManger }, 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 }, h("slot", { name: this.gridHeaderCustomSlotId }))), h("div", { class: "ez-col ez-col--sd-12" }, h("slot", { name: "SnkGridFooter" })), h("ez-modal", { modalSize: "small", closeEsc: false, closeOutsideClick: false, opened: this._popUpGridConfig, onEzCloseModal: () => 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 }))));
501
546
  }
502
547
  get _element() { return this; }
503
548
  static get watchers() { return {
@@ -528,11 +573,14 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
528
573
  "filterBarLegacyConfigName": [1, "filter-bar-legacy-config-name"],
529
574
  "autoLoad": [4, "auto-load"],
530
575
  "autoFocus": [4, "auto-focus"],
576
+ "enableGridInsert": [4, "enable-grid-insert"],
577
+ "enableLockManger": [4, "enable-lock-manger"],
531
578
  "_dataUnit": [32],
532
579
  "_dataState": [32],
533
580
  "_gridConfig": [32],
534
581
  "_popUpGridConfig": [32],
535
582
  "_showSnkFilterBar": [32],
583
+ "_enableContinuousInsert": [32],
536
584
  "showConfig": [64],
537
585
  "hideConfig": [64],
538
586
  "setConfig": [64],
@@ -544,7 +592,7 @@ const SnkGrid = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
544
592
  "addCustomValueFormatter": [64],
545
593
  "removeCustomValueFormatter": [64],
546
594
  "setFocus": [64]
547
- }]);
595
+ }, [[2, "click", "handleClick"]]]);
548
596
  function defineCustomElement() {
549
597
  if (typeof customElements === "undefined") {
550
598
  return;
@@ -48,7 +48,7 @@ const SnkFilterPersonalized = /*@__PURE__*/ proxyCustomElement(class extends HTM
48
48
  }
49
49
  getItemContent(item) {
50
50
  var _a, _b;
51
- const CheckboxElement = () => (h("ez-check", Object.assign({ class: "SnkFilterPersonalized_checkbox", id: `param_${item.id}`, key: item.id, compact: true, value: item.visible, label: item.label, onEzChange: ({ detail: visible }) => this.handleItemChange.bind(this)(visible, item.id) }, { [ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME]: `${ElementIDUtils.getInternalIDInfo(`checkboxFilter_${item.id}`)}` })));
51
+ const CheckboxElement = () => (h("ez-check", Object.assign({ class: "SnkFilterPersonalized_checkbox", id: `param_${item.id}`, key: item.id, value: item.visible, label: item.label, onEzChange: ({ detail: visible }) => this.handleItemChange.bind(this)(visible, item.id) }, { [ElementIDUtils.DATA_ELEMENT_ID_ATTRIBUTE_NAME]: `${ElementIDUtils.getInternalIDInfo(`checkboxFilter_${item.id}`)}` })));
52
52
  const isVariable = !!((_b = (_a = item.props) === null || _a === void 0 ? void 0 : _a.personalizedFilter) === null || _b === void 0 ? void 0 : _b.parameters.length);
53
53
  return (h("div", { class: `${!this.isModalMode() ? "SnkFilterPersonalized_list-item--chip" : ""}` }, h("li", { class: `${this.isModalMode() ? "SnkFilterPersonalized_list-item--modal" : ""}` }, h("div", { class: "ez-flex ez-flex--align-items-center ez-margin-right--small ez-size-width--full" }, h(CheckboxElement, null), this.buildModalListActions(item, isVariable))), (item.visible && isVariable) && (h("div", { class: "ez-row ez-padding--small" }, this.getFormField(item)))));
54
54
  }
@@ -151,7 +151,7 @@ const SnkPrintSelector$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLEl
151
151
  render() {
152
152
  return (h(Host, null, h("ez-popup", Object.assign({ size: 'small', heightMode: 'full', useHeader: false, ref: (ref) => this._ezPopup = ref }, this.getElementID("snk-print-selector")), h("ez-modal-container", { modalTitle: this.getMessage("snkPrintSelector.title.printerSelection"), okButtonLabel: this.getMessage("snkPrintSelector.button.print"), okButtonStatus: this._selectedPrinter ? ModalButtonStatus.ENABLED : ModalButtonStatus.DISABLED, cancelButtonLabel: this.getMessage("snkPrintSelector.button.cancel"), onEzModalAction: (evt) => this.handleModalAction(evt.detail) }, this._isSingleJob &&
153
153
  h("div", { class: 'ez-flex ez-margin-bottom--large' }, h("div", { class: 'ez-flex ez-margin-right--large' }, h("span", { class: 'ez-text ez-text--bold ez-text--medium ez-padding-right--small' }, this.getMessage("snkPrintSelector.subtitle.document")), h("span", { class: 'ez-text ez-text--primary ez-text--medium' }, this._printJobData.pendingPrinters[0].docTypeDescription)), h("div", { class: 'ez-flex ez-margin-right--large' }, h("span", { class: 'ez-text ez-text--bold ez-text--medium ez-padding-right--small' }, this.getMessage("snkPrintSelector.subtitle.jobs")), h("span", { class: 'ez-text ez-text--primary ez-text--medium' }, this._printJobData.pendingPrinters[0].printJobCount))), h("ez-tabselector", { tabs: this.buildIdTabSelector(), onEzChange: (evt) => this.onChangeTab(evt), selectedTab: this._printServerActive ? this.REMOTE_PRINTERS_TAB : this.LOCAL_PRINTERS_TAB }), h("ez-view-stack", { ref: (ref) => this._viewStack = ref }, h("stack-item", { hidePolicy: 'hide' }, this._printServerActive &&
154
- h("div", { class: `list-scroll ez-size-height--full ${this._isSingleJob ? 'with-header' : 'without-header'}` }, h("ez-list", { ref: (ref) => this._remotePrintersList = ref, class: `ez-padding-top--medium ${this._hasRemotePrinters ? '' : 'hidden'}`, dataSource: this._remotePrintersDataSource, onEzSelectItem: (evt) => this.onSelectPrinter(evt.detail, false), itemLeftSlotBuilder: this.buildPrinterIcon, useGroups: true, ezSelectable: true, hoverFeedback: true, "data-element-id": 'remotePrintersList' }), !this._hasRemotePrinters && this.renderNoPrinters())), h("stack-item", { hidePolicy: 'hide' }, h("div", { class: `list-scroll ez-size-height--full ${this._isSingleJob ? 'with-header' : 'without-header'}` }, h("ez-list", { ref: (ref) => this._localPrintersList = ref, class: `ez-padding-top--medium ${this._hasLocalPrinters ? '' : 'hidden'}`, dataSource: this._localPrintersDataSource, onEzSelectItem: (evt) => this.onSelectPrinter(evt.detail, true), itemLeftSlotBuilder: this.buildPrinterIcon, ezSelectable: true, hoverFeedback: true }), !this._hasLocalPrinters && this.renderNoPrinters()))), h("ez-check", { label: this.getMessage("snkPrintSelector.message.savePrinter"), onEzChange: evt => this._saveSubstitute = evt.detail, compact: true })))));
154
+ h("div", { class: `list-scroll ez-size-height--full ${this._isSingleJob ? 'with-header' : 'without-header'}` }, h("ez-list", { ref: (ref) => this._remotePrintersList = ref, class: `ez-padding-top--medium ${this._hasRemotePrinters ? '' : 'hidden'}`, dataSource: this._remotePrintersDataSource, onEzSelectItem: (evt) => this.onSelectPrinter(evt.detail, false), itemLeftSlotBuilder: this.buildPrinterIcon, useGroups: true, ezSelectable: true, hoverFeedback: true, "data-element-id": 'remotePrintersList' }), !this._hasRemotePrinters && this.renderNoPrinters())), h("stack-item", { hidePolicy: 'hide' }, h("div", { class: `list-scroll ez-size-height--full ${this._isSingleJob ? 'with-header' : 'without-header'}` }, h("ez-list", { ref: (ref) => this._localPrintersList = ref, class: `ez-padding-top--medium ${this._hasLocalPrinters ? '' : 'hidden'}`, dataSource: this._localPrintersDataSource, onEzSelectItem: (evt) => this.onSelectPrinter(evt.detail, true), itemLeftSlotBuilder: this.buildPrinterIcon, ezSelectable: true, hoverFeedback: true }), !this._hasLocalPrinters && this.renderNoPrinters()))), h("ez-check", { label: this.getMessage("snkPrintSelector.message.savePrinter"), onEzChange: evt => this._saveSubstitute = evt.detail })))));
155
155
  }
156
156
  get element() { return this; }
157
157
  static get style() { return snkPrintSelectorCss; }
@@ -33,7 +33,7 @@ const SnkSimpleBar = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
33
33
  this._application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
34
34
  }
35
35
  render() {
36
- return (h("div", { class: "simple-bar__container ez-margin-vertical--medium ez-padding--extra-small" }, h("div", { class: "simple-bar__left-slot" }, h("ez-button", { class: "ez-padding-right--medium", title: this.getMessage('snkSimpleBar.backTitle'), mode: 'icon', iconName: "arrow_back", size: 'medium', onClick: () => this.exit.emit() }), h("div", { class: "simple-bar__column" }, h("h1", { class: "ez-title ez-title--primary ez-title--extra-large" }, this.label), h("ez-breadcrumb", { items: this.breadcrumbItens, onSelectedItem: ({ detail }) => this.clickBreadcrumbItem.emit(detail) }))), h("div", { class: "simple-bar__right-slot" }, h("slot", { name: "rightSlot" }))));
36
+ return (h("div", { class: "simple-bar__container ez-margin-vertical--small ez-padding--extra-small" }, h("div", { class: "simple-bar__left-slot" }, h("ez-button", { class: "ez-padding-right--medium", title: this.getMessage('snkSimpleBar.backTitle'), mode: 'icon', iconName: "arrow_back", size: 'medium', onClick: () => this.exit.emit() }), h("div", { class: "simple-bar__column" }, h("h1", { class: "ez-title ez-title--primary ez-title--extra-large" }, this.label), h("ez-breadcrumb", { items: this.breadcrumbItens, onSelectedItem: ({ detail }) => this.clickBreadcrumbItem.emit(detail) }))), h("div", { class: "simple-bar__right-slot" }, h("slot", { name: "rightSlot" }))));
37
37
  }
38
38
  get _element() { return this; }
39
39
  static get style() { return snkSimpleBarCss; }
@@ -5,7 +5,7 @@ import { V as VIEW_MODE, S as SIMPLE_CRUD_MODE } from './constants.js';
5
5
  import { T as TaskbarElement, d as defineCustomElement$2 } from './snk-taskbar2.js';
6
6
  import './DataFetcher.js';
7
7
  import './pesquisa-fetcher.js';
8
- import { C as CommonsExporter, S as SnkMultiSelectionListDataSource, T as TaskbarProcessor, R as RmPrecisionCustomValueFormatter, b as buildFieldSearch, o as openFieldSearch, a as CrudUtils } from './IExporterProvider.js';
8
+ import { C as CommonsExporter, S as SnkMultiSelectionListDataSource, T as TaskbarProcessor, R as RmPrecisionCustomValueFormatter, c as ContinuousInsertUtils, b as buildFieldSearch, o as openFieldSearch, a as CrudUtils } from './ContinuousInsertUtils.js';
9
9
  import { D as DataExporterOption, P as PresentationMode } from './ISave.js';
10
10
  import '@sankhyalabs/ezui/dist/collection/utils/constants';
11
11
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
@@ -14,12 +14,13 @@ import './filter-item-type.enum.js';
14
14
  import { F as FormConfigFetcher } from './form-config-fetcher.js';
15
15
  import { C as ConfigStorage } from './ConfigStorage.js';
16
16
  import { S as SnkFormConfigManager } from './SnkFormConfigManager.js';
17
- import { g as getSelectedIDs, d as defineCustomElement$9 } from './snk-data-unit2.js';
17
+ import { g as getSelectedRecordsIDsInfo } from './GetSelectedRecordsIDsInfo.js';
18
18
  import { s as store } from './index2.js';
19
19
  import { d as defineCustomElement$d } from './snk-actions-button2.js';
20
20
  import { d as defineCustomElement$c } from './snk-config-options2.js';
21
21
  import { d as defineCustomElement$b } from './snk-configurator2.js';
22
22
  import { d as defineCustomElement$a } from './snk-data-exporter2.js';
23
+ import { d as defineCustomElement$9 } from './snk-data-unit2.js';
23
24
  import { d as defineCustomElement$8 } from './snk-exporter-email-sender2.js';
24
25
  import { d as defineCustomElement$7 } from './snk-field-config2.js';
25
26
  import { d as defineCustomElement$6 } from './snk-form-config2.js';
@@ -41,7 +42,7 @@ class ClientSideExporterProvider extends CommonsExporter {
41
42
  return total !== null && total !== void 0 ? total : (_c = (_b = this.dataUnit) === null || _b === void 0 ? void 0 : _b.records) === null || _c === void 0 ? void 0 : _c.length;
42
43
  }
43
44
  getSelectedIDs() {
44
- return getSelectedIDs(this.dataUnit);
45
+ return getSelectedRecordsIDsInfo(this.dataUnit);
45
46
  }
46
47
  getRecordID() {
47
48
  var _a, _b, _c;
@@ -86,7 +87,7 @@ class ClientSideExporterProvider extends CommonsExporter {
86
87
  }
87
88
  }
88
89
 
89
- const snkSimpleCrudCss = ".sc-snk-simple-crud-h{display:flex;height:100%;width:100%;--snk-simple-crud-grid--min-height:300px}.simple-crud__container.sc-snk-simple-crud{display:grid;grid-template-rows:auto 1fr;row-gap:12px;height:100%;width:100%}.simple-crud__container-section.sc-snk-simple-crud{flex-wrap:unset;flex-direction:column}.simple-crud__form--hidden.sc-snk-simple-crud{display:none}ez-grid.sc-snk-simple-crud{--ez-grid__container--shadow:none;--ez-grid--min-height:var(--snk-simple-crud-grid--min-height)}ez-form.sc-snk-simple-crud{min-height:300px}";
90
+ const snkSimpleCrudCss = ".sc-snk-simple-crud-h{display:flex;height:100%;width:100%;--snk-simple-crud-grid--min-height:300px}.simple-crud__container.sc-snk-simple-crud{display:grid;grid-template-rows:auto 1fr;height:100%;width:100%}.simple-crud__container-section.sc-snk-simple-crud{flex-wrap:unset;flex-direction:column}.simple-crud__form--hidden.sc-snk-simple-crud{display:none}ez-grid.sc-snk-simple-crud{--ez-grid__container--shadow:none;--ez-grid--min-height:var(--snk-simple-crud-grid--min-height)}ez-form.sc-snk-simple-crud{min-height:300px}";
90
91
 
91
92
  const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
92
93
  constructor() {
@@ -104,11 +105,11 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
104
105
  this._customEditors = new Map();
105
106
  this._customRenders = new Map();
106
107
  this._taskbarProcessor = new TaskbarProcessor({
107
- "snkSimpleCrudTaskbar.form_regular": this.getButtons(false, [TaskbarElement.GRID_MODE]),
108
+ "snkSimpleCrudTaskbar.form_regular": this.getButtons(false, [TaskbarElement.GRID_MODE], true),
108
109
  "snkSimpleCrudTaskbar.grid_regular": this.getButtons(false, [TaskbarElement.DATA_EXPORTER, TaskbarElement.FORM_MODE]),
109
- "snkSimpleCrudTaskbar.form_selected": this.getButtons(true, [TaskbarElement.GRID_MODE]),
110
+ "snkSimpleCrudTaskbar.form_selected": this.getButtons(true, [TaskbarElement.GRID_MODE], true),
110
111
  "snkSimpleCrudTaskbar.grid_selected": this.getButtons(true, [TaskbarElement.DATA_EXPORTER, TaskbarElement.FORM_MODE]),
111
- "snkSimpleCrudTaskbar.finish_edition": ["CANCEL", "SAVE"]
112
+ "snkSimpleCrudTaskbar.finish_edition": this.getFinishEditionButtonsCallback.bind(this)
112
113
  });
113
114
  this._showPopUpGridConfig = false;
114
115
  this._showFormConfig = false;
@@ -122,12 +123,15 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
122
123
  this.mode = SIMPLE_CRUD_MODE.SERVER;
123
124
  this.gridConfig = undefined;
124
125
  this.formConfig = undefined;
126
+ this.enableLockManger = false;
125
127
  this._formFields = [];
126
128
  this._fieldsProps = new Map();
129
+ this._enableContinuousInsert = true;
127
130
  this.multipleSelection = undefined;
128
131
  this.useCancelConfirm = true;
129
132
  this.pageSize = 150;
130
133
  this.resourceID = undefined;
134
+ this.enableGridInsert = false;
131
135
  this.taskbarManager = undefined;
132
136
  this.messagesBuilder = undefined;
133
137
  this.useEnterLikeTab = false;
@@ -138,6 +142,7 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
138
142
  this.formLegacyConfigName = undefined;
139
143
  this.ignoreReadOnlyFormFields = false;
140
144
  this.autoFocus = true;
145
+ this.domainMessagesBuilder = undefined;
141
146
  this.autoLoad = undefined;
142
147
  }
143
148
  /**
@@ -196,8 +201,19 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
196
201
  newCustomFieldProps.set(fieldName, Object.assign(Object.assign({}, currentProps), { [propName]: value }));
197
202
  this._fieldsProps = newCustomFieldProps;
198
203
  }
199
- getButtons(selected, extraButtons) {
200
- return this.addConfigButton(this.resolveInMemoryBtns(selected ? REGULAR_SELECTED_BTNS : REGULAR_DEFAULT_BTNS)
204
+ getFinishEditionButtonsCallback() {
205
+ const btns = ["CANCEL", "SAVE"];
206
+ if (this.enableGridInsert && this._currentViewMode !== VIEW_MODE.ATTACHMENT) {
207
+ btns.push(this._currentViewMode === VIEW_MODE.GRID ? TaskbarElement.FORM_MODE : TaskbarElement.GRID_MODE);
208
+ }
209
+ return btns;
210
+ }
211
+ getButtons(selected, extraButtons, removeRefresh) {
212
+ let btnList = selected ? REGULAR_SELECTED_BTNS : REGULAR_DEFAULT_BTNS;
213
+ if (removeRefresh) {
214
+ btnList = btnList.filter(item => item !== TaskbarElement.REFRESH);
215
+ }
216
+ return this.addConfigButton(this.resolveInMemoryBtns(btnList)
201
217
  .concat(extraButtons));
202
218
  }
203
219
  addConfigButton(buttons) {
@@ -359,7 +375,7 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
359
375
  return;
360
376
  }
361
377
  if (this._formConfigManager == undefined) {
362
- this._formConfigManager = new SnkFormConfigManager(this.configName, this.resolveResourceID());
378
+ this._formConfigManager = new SnkFormConfigManager(this.configName, this.resolveResourceID(), undefined, this.dataUnit);
363
379
  this._formConfigManager.setConfig(this.formConfig);
364
380
  }
365
381
  if (this.formConfigIsLoaded() && !forceLoad) {
@@ -400,6 +416,10 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
400
416
  this.onModeChange();
401
417
  this.configDatasource();
402
418
  this._rmPrecisionCustomValueFormatter = new RmPrecisionCustomValueFormatter();
419
+ this._continuousInsertUtils = new ContinuousInsertUtils(this.application, this.resolveResourceID(), this.configName);
420
+ if (this.enableGridInsert) {
421
+ this._continuousInsertUtils.getConfig().then(value => this._enableContinuousInsert = value);
422
+ }
403
423
  }
404
424
  componentDidLoad() {
405
425
  CSSVarsUtils.applyVarsGrid(this._element, this._grid);
@@ -634,6 +654,9 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
634
654
  const options = filteredFields.map(field => ({ value: field.name, label: field.label }));
635
655
  return Promise.resolve(options);
636
656
  }
657
+ isGridInsertActive() {
658
+ return this.enableGridInsert && this.dataUnit.hasNewRecord();
659
+ }
637
660
  getActionsList() {
638
661
  var _a, _b;
639
662
  const hardList = [{
@@ -645,11 +668,21 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
645
668
  ? this.getColumnSearch(actionButton, item)
646
669
  : this.getFieldSearch(actionButton, item)
647
670
  }];
671
+ if (this.enableGridInsert) {
672
+ hardList.push(this._continuousInsertUtils.actionContinuousInsert(this._enableContinuousInsert, () => {
673
+ this._enableContinuousInsert = !this._enableContinuousInsert;
674
+ this._continuousInsertUtils.handleSaveConfig(this._enableContinuousInsert);
675
+ }));
676
+ }
677
+ if (this.isGridInsertActive())
678
+ return hardList;
648
679
  if (this.taskbarManager != undefined && this.taskbarManager.getMoreOptions != undefined) {
649
680
  const taskbarID = this.getTopTaskBarId();
650
681
  return hardList.concat(this.taskbarManager.getMoreOptions(taskbarID, this.configName, this.dataState, this.actionsList));
651
682
  }
652
- return hardList.concat(this.actionsList);
683
+ if (this.actionsList)
684
+ return hardList.concat(this.actionsList);
685
+ return hardList;
653
686
  }
654
687
  getTopTaskBarId() {
655
688
  var _a;
@@ -694,9 +727,11 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
694
727
  window.removeEventListener("keydown", this._keyDownHandler);
695
728
  }
696
729
  gridConfigChangeHandler(evt) {
730
+ evt.stopPropagation();
731
+ if (!this.configName)
732
+ return;
697
733
  const config = evt.detail;
698
734
  ConfigStorage.saveGridConfig(config, this.configName, this.resolveResourceID());
699
- evt.stopPropagation();
700
735
  }
701
736
  modalConfigChangeHandler(evt) {
702
737
  const config = evt.detail;
@@ -768,15 +803,23 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
768
803
  }
769
804
  this._formConfigManager.setConfig(this.formConfig);
770
805
  }
806
+ handleDataUnitOnInsertionMode() {
807
+ if (this.enableGridInsert)
808
+ return;
809
+ this.goToView(VIEW_MODE.FORM);
810
+ }
811
+ renderTaskbarContent() {
812
+ var _a;
813
+ return (h("snk-taskbar", { class: this._currentViewMode === VIEW_MODE.FORM && "ez-box ez-box--shadow ez-padding--small", dataUnit: this.dataUnit, primaryButton: ((_a = this.dataState) === null || _a === void 0 ? void 0 : _a.isDirty) ? "SAVE" : "INSERT", "data-element-id": "grid_left", messagesBuilder: this.messagesBuilder, buttons: this._taskbarProcessor.buttons, actionsList: this.getActionsList(), disabledButtons: this._taskbarProcessor.disabledButtons, customButtons: this._taskbarProcessor.customButtons, "data-exporter-store-key": this.getDataExporterStoreKey(), slot: "leftButtons", presentationMode: PresentationMode.SECONDARY }, h("slot", { name: "TASKBAR_CUSTOM_ELEMENTS" })));
814
+ }
771
815
  /* istanbul ignore next */
772
816
  render() {
773
- var _a;
774
817
  if (this.dataUnit == undefined) {
775
818
  return;
776
819
  }
777
- return (h("snk-data-unit", { ref: ref => this._snkDataUnit = ref, class: "simple-crud__container", dataUnit: this.dataUnit, useCancelConfirm: this.useCancelConfirm, onDataStateChange: evt => this.onDataStateChange(evt), onCancelEdition: this.handleCancelEdit.bind(this), pageSize: this.getPageSize(), onInsertionMode: () => this.goToView(VIEW_MODE.FORM), onDataUnitReady: (evt) => this.dataUnitReady.emit(evt.detail), ignoreSaveMessage: this._currentViewMode === VIEW_MODE.GRID, onMessagesBuilderUpdated: evt => this.messagesBuilder = evt.detail, onDataUnitFieldsHidded: this.updateFormConfig.bind(this) }, h("header", null, h("slot", { name: "snkSimpleCrudHeader" })), h("section", { class: "ez-box ez-box--shadow simple-crud__container-section" }, h("snk-taskbar", { class: "ez-box ez-box--shadow ez-padding--medium", dataUnit: this.dataUnit, primaryButton: ((_a = this.dataState) === null || _a === void 0 ? void 0 : _a.isDirty) ? "SAVE" : "INSERT", "data-element-id": "grid_left", messagesBuilder: this.messagesBuilder, buttons: this._taskbarProcessor.buttons, actionsList: this.getActionsList(), disabledButtons: this._taskbarProcessor.disabledButtons, customButtons: this._taskbarProcessor.customButtons, "data-exporter-store-key": this.getDataExporterStoreKey(), slot: "leftButtons", presentationMode: PresentationMode.SECONDARY }, h("slot", { name: "TASKBAR_CUSTOM_ELEMENTS" })), h("ez-view-stack", { ref: (ref) => this._viewStack = ref, "data-element-id": "simple-crud" }, h("stack-item", null, h("ez-grid", { class: "ez-margin-bottom--large", ref: ref => this._grid = ref, dataUnit: this.dataUnit, config: this.gridConfig, "no-header": true, multipleSelection: this.multipleSelection, onEzDoubleClick: () => this.goToView(VIEW_MODE.FORM), onConfigChange: evt => this.gridConfigChangeHandler(evt), columnfilterDataSource: this.dataUnit.name && this.dataUnit.name.includes(InMemoryLoader.IN_MEMORY_DATA_UNIT_NAME)
820
+ return (h("snk-data-unit", { ref: ref => this._snkDataUnit = ref, class: "simple-crud__container", dataUnit: this.dataUnit, useCancelConfirm: this.useCancelConfirm, onDataStateChange: evt => this.onDataStateChange(evt), onCancelEdition: this.handleCancelEdit.bind(this), pageSize: this.getPageSize(), onInsertionMode: this.handleDataUnitOnInsertionMode.bind(this), onDataUnitReady: (evt) => this.dataUnitReady.emit(evt.detail), ignoreSaveMessage: this._currentViewMode === VIEW_MODE.GRID, onMessagesBuilderUpdated: evt => this.messagesBuilder = evt.detail, onDataUnitFieldsHidded: this.updateFormConfig.bind(this), domainMessagesBuilder: this.domainMessagesBuilder }, h("header", null, h("slot", { name: "snkSimpleCrudHeader" })), h("section", { class: "ez-box ez-box--shadow simple-crud__container-section" }, h("ez-view-stack", { ref: (ref) => this._viewStack = ref, "data-element-id": "simple-crud" }, h("stack-item", null, h("ez-grid", { class: "ez-margin-bottom--large", ref: ref => this._grid = ref, dataUnit: this.dataUnit, config: this.gridConfig, "no-header": true, multipleSelection: this.multipleSelection, onEzDoubleClick: () => this.goToView(VIEW_MODE.FORM), onConfigChange: evt => this.gridConfigChangeHandler(evt), columnfilterDataSource: this.dataUnit.name && this.dataUnit.name.includes(InMemoryLoader.IN_MEMORY_DATA_UNIT_NAME)
778
821
  ? undefined
779
- : this._multiSelectionListDataSource, useEnterLikeTab: this.useEnterLikeTab, autoFocus: this.autoFocus }, h("div", { slot: "footer" }, h("slot", { name: "snkSimpleCrudFooter" })))), h("stack-item", null, h("ez-form", { ref: (ref) => this._form = ref, class: `ez-margin-top--large ${this.handleShowFormConfig() ? "simple-crud__form--hidden" : ""}`, dataUnit: this.dataUnit, config: this.getFormConfig(), fieldToFocus: this._fieldToGetFocus, onEzFormSetFields: (evt) => this.handleFormSetFields(evt.detail), onEzFormRequestClearFieldToFocus: this.clearFieldToFocusHandler.bind(this) }), this.handleShowFormConfig() && h("snk-form-config", { messagesBuilder: this.messagesBuilder, dataUnit: this.dataUnit, configManager: this._formConfigManager, onConfigClose: () => this.closeFormConfig() })), this.messagesBuilder && h("snk-configurator", { ref: (ref) => this._snkConfigurator = ref, viewMode: this._currentViewMode, messagesBuilder: this.messagesBuilder, onConfigSelected: (evt) => this.goToView(evt.detail), onOpenConfig: (evt) => this.openConfig(evt.detail), showActionButtons: this.showConfiguratorButtons, onSave: evt => this.handleConfiguratorEvent(evt, 'SAVE'), onCancel: evt => this.handleConfiguratorEvent(evt, 'CANCEL'), resourceID: this.resolveResourceID(), customContainerId: this._customContainerId })), h("div", { id: `${this._customContainerId}` }, h("slot", { name: "SnkConfigContainerSlot" }))), h("ez-modal", { modalSize: "small", closeEsc: false, closeOutsideClick: false, opened: this._showPopUpGridConfig, onEzCloseModal: () => 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.resolveResourceID() }))));
822
+ : this._multiSelectionListDataSource, useEnterLikeTab: this.useEnterLikeTab, autoFocus: this.autoFocus, enableGridInsert: this.enableGridInsert, enableContinuousInsert: this._enableContinuousInsert, enableLockManger: this.enableLockManger }, this.renderTaskbarContent(), h("div", { slot: "footer" }, h("slot", { name: "snkSimpleCrudFooter" })))), h("stack-item", null, this.renderTaskbarContent(), h("ez-form", { ref: (ref) => this._form = ref, class: `ez-margin-top--large ${this.handleShowFormConfig() ? "simple-crud__form--hidden" : ""}`, dataUnit: this.dataUnit, config: this.getFormConfig(), fieldToFocus: this._fieldToGetFocus, onEzFormSetFields: (evt) => this.handleFormSetFields(evt.detail), onEzFormRequestClearFieldToFocus: this.clearFieldToFocusHandler.bind(this) }), this.handleShowFormConfig() && h("snk-form-config", { messagesBuilder: this.messagesBuilder, dataUnit: this.dataUnit, configManager: this._formConfigManager, onConfigClose: () => this.closeFormConfig() })), this.messagesBuilder && h("snk-configurator", { ref: (ref) => this._snkConfigurator = ref, viewMode: this._currentViewMode, messagesBuilder: this.messagesBuilder, onConfigSelected: (evt) => this.goToView(evt.detail), onOpenConfig: (evt) => this.openConfig(evt.detail), showActionButtons: this.showConfiguratorButtons, onSave: evt => this.handleConfiguratorEvent(evt, 'SAVE'), onCancel: evt => this.handleConfiguratorEvent(evt, 'CANCEL'), resourceID: this.resolveResourceID(), customContainerId: this._customContainerId })), h("div", { id: `${this._customContainerId}` }, h("slot", { name: "SnkConfigContainerSlot" }))), h("ez-modal", { modalSize: "small", closeEsc: false, closeOutsideClick: false, opened: this._showPopUpGridConfig, onEzCloseModal: () => 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.resolveResourceID() }))));
780
823
  }
781
824
  get _element() { return this; }
782
825
  static get watchers() { return {
@@ -795,10 +838,12 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
795
838
  "mode": [2],
796
839
  "gridConfig": [1040],
797
840
  "formConfig": [1040],
841
+ "enableLockManger": [4, "enable-lock-manger"],
798
842
  "multipleSelection": [4, "multiple-selection"],
799
843
  "useCancelConfirm": [4, "use-cancel-confirm"],
800
844
  "pageSize": [2, "page-size"],
801
845
  "resourceID": [1, "resource-i-d"],
846
+ "enableGridInsert": [4, "enable-grid-insert"],
802
847
  "taskbarManager": [16],
803
848
  "messagesBuilder": [1040],
804
849
  "useEnterLikeTab": [4, "use-enter-like-tab"],
@@ -809,6 +854,7 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
809
854
  "formLegacyConfigName": [1, "form-legacy-config-name"],
810
855
  "ignoreReadOnlyFormFields": [4, "ignore-read-only-form-fields"],
811
856
  "autoFocus": [4, "auto-focus"],
857
+ "domainMessagesBuilder": [1, "domain-messages-builder"],
812
858
  "autoLoad": [4, "auto-load"],
813
859
  "_showPopUpGridConfig": [32],
814
860
  "_showFormConfig": [32],
@@ -818,6 +864,7 @@ const SnkSimpleCrud = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement
818
864
  "_customContainerId": [32],
819
865
  "_formFields": [32],
820
866
  "_fieldsProps": [32],
867
+ "_enableContinuousInsert": [32],
821
868
  "addCustomEditor": [64],
822
869
  "addGridCustomRender": [64],
823
870
  "addCustomValueFormatter": [64],