@sankhyalabs/sankhyablocks 10.1.0-dev.51 → 10.1.0-dev.53

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 (273) hide show
  1. package/dist/cjs/{ConfigStorage-a1fab5ca.js → ConfigStorage-4201dd3d.js} +2 -2
  2. package/dist/cjs/{DataFetcher-384d2ce8.js → DataFetcher-b3a8075d.js} +2830 -2
  3. package/dist/cjs/FormConfigHelper-c5f5473a.js +342 -0
  4. package/dist/cjs/{ISave-ecbe9336.js → ISave-4674c283.js} +1 -1
  5. package/dist/cjs/{PersonalizedFilterUtils-eccb267a.js → PersonalizedFilterUtils-263e4d24.js} +52 -5
  6. package/dist/cjs/{SnkFormConfigManager-44386305.js → SnkFormConfigManager-c3a49038.js} +2 -2
  7. package/dist/cjs/{SnkMultiSelectionListDataSource-293bc3d2.js → SnkMultiSelectionListDataSource-0bc94d36.js} +71 -24
  8. package/dist/cjs/{auth-fetcher-6b134ec4.js → auth-fetcher-0ecc53ff.js} +1 -1
  9. package/dist/cjs/{dataunit-fetcher-b9822794.js → dataunit-fetcher-bcbc38c0.js} +2 -3
  10. package/dist/cjs/{filter-type.enum-2bb46d2a.js → filter-type.enum-b3b388af.js} +7 -0
  11. package/dist/cjs/{form-config-fetcher-45d1964c.js → form-config-fetcher-f80dbc3b.js} +23 -5
  12. package/dist/cjs/index-1894343a.js +24 -36
  13. package/dist/cjs/loader.cjs.js +1 -1
  14. package/dist/cjs/pesquisa-grid_2.cjs.entry.js +4 -5
  15. package/dist/cjs/sankhyablocks.cjs.js +1 -1
  16. package/dist/cjs/snk-actions-button_9.cjs.entry.js +5 -6
  17. package/dist/cjs/snk-application.cjs.entry.js +7 -8
  18. package/dist/cjs/snk-attach_11.cjs.entry.js +2950 -0
  19. package/dist/cjs/snk-crud.cjs.entry.js +31 -229
  20. package/dist/cjs/snk-data-exporter.cjs.entry.js +5 -6
  21. package/dist/cjs/{snk-data-unit-4b6dc396.js → snk-data-unit-3b94547d.js} +11 -11
  22. package/dist/cjs/snk-data-unit.cjs.entry.js +3 -4
  23. package/dist/cjs/snk-detail-view.cjs.entry.js +16 -11
  24. package/dist/cjs/snk-dynaform-config-header_5.cjs.entry.js +739 -0
  25. package/dist/cjs/snk-dynaform-detail-view_2.cjs.entry.js +938 -0
  26. package/dist/cjs/snk-dynaform-field-config_2.cjs.entry.js +327 -0
  27. package/dist/cjs/snk-dynaform-guides-view-e98f7f3a.js +747 -0
  28. package/dist/cjs/snk-dynaform-guides-view.cjs.entry.js +23 -0
  29. package/dist/cjs/snk-dynaform.cjs.entry.js +675 -0
  30. package/dist/cjs/{snk-expression-group_2.cjs.entry.js → snk-expression-group_4.cjs.entry.js} +421 -18
  31. package/dist/cjs/snk-filter-bar_4.cjs.entry.js +41 -44
  32. package/dist/cjs/snk-form_2.cjs.entry.js +4 -5
  33. package/dist/cjs/snk-grid.cjs.entry.js +7 -8
  34. package/dist/cjs/{snk-guides-viewer-b4ca3437.js → snk-guides-viewer-3054d541.js} +2 -2
  35. package/dist/cjs/snk-guides-viewer.cjs.entry.js +5 -6
  36. package/dist/cjs/snk-layout-form-config.cjs.entry.js +4 -5
  37. package/dist/cjs/snk-pesquisa.cjs.entry.js +4 -5
  38. package/dist/cjs/taskbarUtils-38748460.js +231 -0
  39. package/dist/collection/collection-manifest.json +17 -0
  40. package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.css +4 -1
  41. package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.js +6 -0
  42. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.css +1 -1
  43. package/dist/collection/components/snk-crud/utils/taskbarUtils.js +14 -0
  44. package/dist/collection/components/snk-data-exporter/interfaces/IExporterProvider.js +67 -20
  45. package/dist/collection/components/snk-dynaform/interfaces/PropsCustomEditor.js +1 -0
  46. package/dist/collection/components/snk-dynaform/interfaces/PropsCustomRender.js +1 -0
  47. package/dist/collection/components/snk-dynaform/snk-dynaform.css +64 -0
  48. package/dist/collection/components/snk-dynaform/snk-dynaform.js +1657 -0
  49. package/dist/collection/components/snk-dynaform/subcomponents/CardFormResizeObserver.js +26 -0
  50. package/dist/collection/components/snk-dynaform/subcomponents/GuideBuilder.js +51 -0
  51. package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-detail-view/snk-dynaform-detail-view.css +112 -0
  52. package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-detail-view/snk-dynaform-detail-view.js +992 -0
  53. package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-form-view/snk-dynaform-form-view.css +64 -0
  54. package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-form-view/snk-dynaform-form-view.js +588 -0
  55. package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-guides-view/snk-dynaform-guides-view.css +98 -0
  56. package/dist/collection/components/snk-dynaform/subcomponents/snk-dynaform-guides-view/snk-dynaform-guides-view.js +1167 -0
  57. package/dist/collection/components/snk-dynaform-form-config/FormConfigHelper.js +325 -0
  58. package/dist/collection/components/snk-dynaform-form-config/SnkFormConfigManager.js +212 -0
  59. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-config-header.css +17 -0
  60. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-config-header.js +236 -0
  61. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-configs-button/snk-dynaform-configs-button.css +41 -0
  62. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-configs-button/snk-dynaform-configs-button.js +170 -0
  63. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-field-item/snk-dynaform-field-config/snk-dynaform-field-config.css +22 -0
  64. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-field-item/snk-dynaform-field-config/snk-dynaform-field-config.js +408 -0
  65. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-field-item/snk-dynaform-field-item.css +88 -0
  66. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-field-item/snk-dynaform-field-item.js +209 -0
  67. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-fields-layout/snk-dynaform-fields-layout.css +167 -0
  68. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-fields-layout/snk-dynaform-fields-layout.js +655 -0
  69. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-fields-selector/snk-dynaform-fields-selector.css +42 -0
  70. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-fields-selector/snk-dynaform-fields-selector.js +171 -0
  71. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-form-config.css +66 -0
  72. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-form-config.js +557 -0
  73. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-guides-configurator/snk-dynaform-guides-configurator.css +80 -0
  74. package/dist/collection/components/snk-dynaform-form-config/snk-dynaform-guides-configurator/snk-dynaform-guides-configurator.js +326 -0
  75. package/dist/collection/components/snk-grid/snk-grid.css +14 -7
  76. package/dist/collection/lib/http/data-fetcher/fetchers/form-config-fetcher.js +22 -4
  77. package/dist/components/ContinuousInsertUtils.js +67 -20
  78. package/dist/components/form-config-fetcher.js +22 -4
  79. package/dist/components/index.d.ts +12 -0
  80. package/dist/components/index.js +12 -0
  81. package/dist/components/snk-crud.js +1 -198
  82. package/dist/components/snk-detail-view2.js +8 -2
  83. package/dist/components/snk-dynaform-config-header.d.ts +11 -0
  84. package/dist/components/snk-dynaform-config-header.js +6 -0
  85. package/dist/components/snk-dynaform-config-header2.js +103 -0
  86. package/dist/components/snk-dynaform-configs-button.d.ts +11 -0
  87. package/dist/components/snk-dynaform-configs-button.js +6 -0
  88. package/dist/components/snk-dynaform-configs-button2.js +76 -0
  89. package/dist/components/snk-dynaform-detail-view.d.ts +11 -0
  90. package/dist/components/snk-dynaform-detail-view.js +6 -0
  91. package/dist/components/snk-dynaform-detail-view2.js +1835 -0
  92. package/dist/components/snk-dynaform-field-config.d.ts +11 -0
  93. package/dist/components/snk-dynaform-field-config.js +6 -0
  94. package/dist/components/snk-dynaform-field-config2.js +605 -0
  95. package/dist/components/snk-dynaform-field-item.d.ts +11 -0
  96. package/dist/components/snk-dynaform-field-item.js +6 -0
  97. package/dist/components/snk-dynaform-field-item2.js +96 -0
  98. package/dist/components/snk-dynaform-fields-layout.d.ts +11 -0
  99. package/dist/components/snk-dynaform-fields-layout.js +6 -0
  100. package/dist/components/snk-dynaform-fields-layout2.js +428 -0
  101. package/dist/components/snk-dynaform-fields-selector.d.ts +11 -0
  102. package/dist/components/snk-dynaform-fields-selector.js +6 -0
  103. package/dist/components/snk-dynaform-fields-selector2.js +104 -0
  104. package/dist/components/snk-dynaform-form-config.d.ts +11 -0
  105. package/dist/components/snk-dynaform-form-config.js +6 -0
  106. package/dist/components/snk-dynaform-form-config2.js +430 -0
  107. package/dist/components/snk-dynaform-form-view.d.ts +11 -0
  108. package/dist/components/snk-dynaform-form-view.js +6 -0
  109. package/dist/components/snk-dynaform-form-view2.js +270 -0
  110. package/dist/components/snk-dynaform-guides-configurator.d.ts +11 -0
  111. package/dist/components/snk-dynaform-guides-configurator.js +6 -0
  112. package/dist/components/snk-dynaform-guides-configurator2.js +173 -0
  113. package/dist/components/snk-dynaform-guides-view.d.ts +11 -0
  114. package/dist/components/snk-dynaform-guides-view.js +6 -0
  115. package/dist/components/snk-dynaform.d.ts +11 -0
  116. package/dist/components/snk-dynaform.js +1003 -0
  117. package/dist/components/snk-grid2.js +1 -1
  118. package/dist/components/taskbarUtils.js +224 -0
  119. package/dist/esm/{ConfigStorage-76872695.js → ConfigStorage-e834d1ea.js} +2 -2
  120. package/dist/esm/{DataFetcher-e60f8d53.js → DataFetcher-5ed0a377.js} +2830 -3
  121. package/dist/esm/FormConfigHelper-efc29480.js +328 -0
  122. package/dist/esm/{ISave-4929c071.js → ISave-5b46d691.js} +1 -1
  123. package/dist/esm/{PersonalizedFilterUtils-d2439a9a.js → PersonalizedFilterUtils-45b5803c.js} +49 -2
  124. package/dist/esm/{SnkFormConfigManager-83f6b22f.js → SnkFormConfigManager-bfd575c2.js} +2 -2
  125. package/dist/esm/{SnkMultiSelectionListDataSource-f6cabd15.js → SnkMultiSelectionListDataSource-9e9166ae.js} +71 -24
  126. package/dist/esm/{auth-fetcher-1a31c1e4.js → auth-fetcher-5283045d.js} +1 -1
  127. package/dist/esm/{dataunit-fetcher-c176e002.js → dataunit-fetcher-3b1ca96e.js} +1 -2
  128. package/dist/esm/{filter-type.enum-f6a8fe23.js → filter-type.enum-62b7fe88.js} +8 -1
  129. package/dist/esm/{form-config-fetcher-b44b2727.js → form-config-fetcher-db1bf140.js} +23 -5
  130. package/dist/esm/index-04f73a26.js +24 -36
  131. package/dist/esm/loader.js +1 -1
  132. package/dist/esm/pesquisa-grid_2.entry.js +4 -5
  133. package/dist/esm/sankhyablocks.js +1 -1
  134. package/dist/esm/snk-actions-button_9.entry.js +5 -6
  135. package/dist/esm/snk-application.entry.js +6 -7
  136. package/dist/esm/snk-attach_11.entry.js +2936 -0
  137. package/dist/esm/snk-crud.entry.js +6 -204
  138. package/dist/esm/snk-data-exporter.entry.js +5 -6
  139. package/dist/esm/{snk-data-unit-d8cfa950.js → snk-data-unit-dfde62cb.js} +2 -2
  140. package/dist/esm/snk-data-unit.entry.js +3 -4
  141. package/dist/esm/snk-detail-view.entry.js +14 -9
  142. package/dist/esm/snk-dynaform-config-header_5.entry.js +731 -0
  143. package/dist/esm/snk-dynaform-detail-view_2.entry.js +933 -0
  144. package/dist/esm/snk-dynaform-field-config_2.entry.js +322 -0
  145. package/dist/esm/snk-dynaform-guides-view-1f1455d6.js +744 -0
  146. package/dist/esm/snk-dynaform-guides-view.entry.js +15 -0
  147. package/dist/esm/snk-dynaform.entry.js +671 -0
  148. package/dist/esm/{snk-expression-group_2.entry.js → snk-expression-group_4.entry.js} +405 -4
  149. package/dist/esm/snk-filter-bar_4.entry.js +5 -8
  150. package/dist/esm/snk-form_2.entry.js +4 -5
  151. package/dist/esm/snk-grid.entry.js +7 -8
  152. package/dist/esm/{snk-guides-viewer-cc37535b.js → snk-guides-viewer-95fefcaa.js} +2 -2
  153. package/dist/esm/snk-guides-viewer.entry.js +5 -6
  154. package/dist/esm/snk-layout-form-config.entry.js +4 -5
  155. package/dist/esm/snk-pesquisa.entry.js +4 -5
  156. package/dist/esm/taskbarUtils-8501d09e.js +225 -0
  157. package/dist/sankhyablocks/p-0dbd53d9.js +1 -0
  158. package/dist/sankhyablocks/{p-f5ad0720.js → p-19d1ca14.js} +1 -1
  159. package/dist/sankhyablocks/{p-ab5e12fa.js → p-1cc4cf61.js} +1 -1
  160. package/dist/sankhyablocks/p-1edd6be6.entry.js +1 -0
  161. package/dist/sankhyablocks/p-22ddc1a5.entry.js +1 -0
  162. package/dist/sankhyablocks/p-24b059ee.entry.js +1 -0
  163. package/dist/sankhyablocks/p-2c00b93d.js +1 -0
  164. package/dist/sankhyablocks/p-3623fddf.entry.js +1 -0
  165. package/dist/sankhyablocks/p-43c94ba5.entry.js +1 -0
  166. package/dist/sankhyablocks/p-449dfe55.entry.js +1 -0
  167. package/dist/sankhyablocks/p-451b5bcc.entry.js +1 -0
  168. package/dist/sankhyablocks/p-46d7e2de.js +1 -0
  169. package/dist/sankhyablocks/{p-3c990841.js → p-51e853f2.js} +1 -1
  170. package/dist/sankhyablocks/p-58709cf9.js +1 -0
  171. package/dist/sankhyablocks/p-589016e2.entry.js +1 -0
  172. package/dist/sankhyablocks/p-5d02c032.js +1 -0
  173. package/dist/sankhyablocks/p-5d50f59a.entry.js +1 -0
  174. package/dist/sankhyablocks/p-61776b68.entry.js +1 -0
  175. package/dist/sankhyablocks/p-6b8a1ec3.js +1 -0
  176. package/dist/sankhyablocks/p-7038cf62.entry.js +1 -0
  177. package/dist/sankhyablocks/{p-771b137e.js → p-70c2ee5c.js} +1 -1
  178. package/dist/sankhyablocks/p-7628e04f.entry.js +1 -0
  179. package/dist/sankhyablocks/p-7798788b.entry.js +1 -0
  180. package/dist/sankhyablocks/p-77c26de0.js +1 -0
  181. package/dist/sankhyablocks/p-7c34a0f7.entry.js +1 -0
  182. package/dist/sankhyablocks/p-a4a0d9b7.entry.js +1 -0
  183. package/dist/sankhyablocks/{p-4f7adf97.js → p-b1bf9564.js} +1 -1
  184. package/dist/sankhyablocks/p-b4c2a99c.entry.js +1 -0
  185. package/dist/sankhyablocks/p-b75af274.entry.js +1 -0
  186. package/dist/sankhyablocks/p-c538bd6c.entry.js +1 -0
  187. package/dist/sankhyablocks/{p-3704bf1b.js → p-d5810110.js} +1 -1
  188. package/dist/sankhyablocks/p-d7fd447e.entry.js +1 -0
  189. package/dist/sankhyablocks/p-d88278f8.js +28 -0
  190. package/dist/sankhyablocks/p-f076d742.js +60 -0
  191. package/dist/sankhyablocks/{p-8fe740b7.entry.js → p-f1ef090f.entry.js} +2 -2
  192. package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
  193. package/dist/types/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.d.ts +1 -0
  194. package/dist/types/components/snk-data-exporter/interfaces/IExporterProvider.d.ts +8 -0
  195. package/dist/types/components/snk-dynaform/interfaces/PropsCustomEditor.d.ts +4 -0
  196. package/dist/types/components/snk-dynaform/interfaces/PropsCustomRender.d.ts +4 -0
  197. package/dist/types/components/snk-dynaform/subcomponents/CardFormResizeObserver.d.ts +1 -0
  198. package/dist/types/components/snk-dynaform/subcomponents/GuideBuilder.d.ts +14 -0
  199. package/dist/types/components/snk-dynaform/subcomponents/snk-dynaform-detail-view/snk-dynaform-detail-view.d.ts +158 -0
  200. package/dist/types/components/snk-dynaform/subcomponents/snk-dynaform-form-view/snk-dynaform-form-view.d.ts +107 -0
  201. package/dist/types/components/snk-dynaform-form-config/FormConfigHelper.d.ts +36 -0
  202. package/dist/types/components/snk-dynaform-form-config/SnkFormConfigManager.d.ts +35 -0
  203. package/dist/types/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-config-header.d.ts +23 -0
  204. package/dist/types/components/snk-dynaform-form-config/snk-dynaform-config-header/snk-dynaform-configs-button/snk-dynaform-configs-button.d.ts +19 -0
  205. package/dist/types/components/snk-dynaform-form-config/snk-dynaform-field-item/snk-dynaform-field-config/snk-dynaform-field-config.d.ts +56 -0
  206. package/dist/types/components/snk-dynaform-form-config/snk-dynaform-fields-layout/snk-dynaform-fields-layout.d.ts +74 -0
  207. package/dist/types/components/snk-dynaform-form-config/snk-dynaform-fields-selector/snk-dynaform-fields-selector.d.ts +21 -0
  208. package/dist/types/components/snk-dynaform-form-config/snk-dynaform-form-config.d.ts +95 -0
  209. package/dist/types/components/snk-dynaform-form-config/snk-dynaform-guides-configurator/snk-dynaform-guides-configurator.d.ts +35 -0
  210. package/dist/types/components.d.ts +2403 -1322
  211. package/dist/types/lib/http/data-fetcher/fetchers/form-config-fetcher.d.ts +1 -0
  212. package/package.json +1 -1
  213. package/react/components.d.ts +12 -0
  214. package/react/components.js +12 -0
  215. package/react/components.js.map +1 -1
  216. package/dist/cjs/SnkMessageBuilder-a9300ebe.js +0 -2833
  217. package/dist/cjs/default-filters-a09bf82b.js +0 -8
  218. package/dist/cjs/index-62760a9c.js +0 -49
  219. package/dist/cjs/index-8d94b7e0.js +0 -7
  220. package/dist/cjs/snk-attach.cjs.entry.js +0 -948
  221. package/dist/cjs/snk-default-filter.cjs.entry.js +0 -77
  222. package/dist/cjs/snk-filter-advanced-mode_3.cjs.entry.js +0 -99
  223. package/dist/cjs/snk-filter-detail.cjs.entry.js +0 -198
  224. package/dist/cjs/snk-filter-field-search_2.cjs.entry.js +0 -408
  225. package/dist/cjs/snk-filter-modal-item.cjs.entry.js +0 -109
  226. package/dist/cjs/snk-image-input.cjs.entry.js +0 -160
  227. package/dist/cjs/snk-personalized-filter.cjs.entry.js +0 -358
  228. package/dist/cjs/snk-simple-crud.cjs.entry.js +0 -865
  229. package/dist/esm/SnkMessageBuilder-1eb7a1af.js +0 -2831
  230. package/dist/esm/default-filters-50105e43.js +0 -8
  231. package/dist/esm/index-620ac460.js +0 -7
  232. package/dist/esm/index-8acbae97.js +0 -49
  233. package/dist/esm/snk-attach.entry.js +0 -944
  234. package/dist/esm/snk-default-filter.entry.js +0 -73
  235. package/dist/esm/snk-filter-advanced-mode_3.entry.js +0 -93
  236. package/dist/esm/snk-filter-detail.entry.js +0 -194
  237. package/dist/esm/snk-filter-field-search_2.entry.js +0 -403
  238. package/dist/esm/snk-filter-modal-item.entry.js +0 -105
  239. package/dist/esm/snk-image-input.entry.js +0 -156
  240. package/dist/esm/snk-personalized-filter.entry.js +0 -354
  241. package/dist/esm/snk-simple-crud.entry.js +0 -861
  242. package/dist/sankhyablocks/p-0afc64df.entry.js +0 -1
  243. package/dist/sankhyablocks/p-10f27dc6.entry.js +0 -1
  244. package/dist/sankhyablocks/p-134702f6.entry.js +0 -1
  245. package/dist/sankhyablocks/p-20f03230.entry.js +0 -1
  246. package/dist/sankhyablocks/p-2af8aca3.js +0 -1
  247. package/dist/sankhyablocks/p-33492640.entry.js +0 -1
  248. package/dist/sankhyablocks/p-3870748a.js +0 -28
  249. package/dist/sankhyablocks/p-438a225f.entry.js +0 -1
  250. package/dist/sankhyablocks/p-4d04bc75.entry.js +0 -1
  251. package/dist/sankhyablocks/p-554c0e54.js +0 -1
  252. package/dist/sankhyablocks/p-68c1a093.js +0 -1
  253. package/dist/sankhyablocks/p-6a4b21dd.js +0 -1
  254. package/dist/sankhyablocks/p-6ae7543b.entry.js +0 -1
  255. package/dist/sankhyablocks/p-6e278003.js +0 -60
  256. package/dist/sankhyablocks/p-82bcb4cf.entry.js +0 -1
  257. package/dist/sankhyablocks/p-84345e7a.js +0 -1
  258. package/dist/sankhyablocks/p-95af0bb1.entry.js +0 -1
  259. package/dist/sankhyablocks/p-95b36bd3.entry.js +0 -1
  260. package/dist/sankhyablocks/p-9e77e136.js +0 -1
  261. package/dist/sankhyablocks/p-a905712a.entry.js +0 -1
  262. package/dist/sankhyablocks/p-aff2d081.entry.js +0 -1
  263. package/dist/sankhyablocks/p-b0a357b4.entry.js +0 -1
  264. package/dist/sankhyablocks/p-b568c1d4.js +0 -1
  265. package/dist/sankhyablocks/p-bab4cde4.entry.js +0 -1
  266. package/dist/sankhyablocks/p-cc64239c.entry.js +0 -1
  267. package/dist/sankhyablocks/p-cd00a3d1.entry.js +0 -1
  268. package/dist/sankhyablocks/p-d9ec8c4b.entry.js +0 -1
  269. package/dist/sankhyablocks/p-e8df1dea.entry.js +0 -1
  270. package/dist/sankhyablocks/p-ef9343c3.entry.js +0 -1
  271. package/dist/sankhyablocks/p-f1bbf065.entry.js +0 -1
  272. package/dist/sankhyablocks/p-f4184ce7.js +0 -1
  273. package/dist/sankhyablocks/p-fec88660.entry.js +0 -1
@@ -0,0 +1,408 @@
1
+ import { h, forceUpdate } from '@stencil/core';
2
+ import { ApplicationContext, ObjectUtils, StringUtils, UserInterface, } from '@sankhyalabs/core';
3
+ import { DEFAULT_TYPE, TAGS_BY_TYPE, VARS_BY_TYPE } from '../../../../lib/utils/constants';
4
+ import { getConvertedValue } from '@sankhyalabs/core/dist/dataunit/metadata/DataType';
5
+ import { CheckMode } from '@sankhyalabs/ezui/dist/collection/utils';
6
+ import { getEnabledByProperty, getValidatedFieldValue, getValueByProperty } from '../../FormConfigHelper';
7
+ export class SnkDynaformFieldConfig {
8
+ constructor() {
9
+ this.fieldLabel = undefined;
10
+ this.fieldLabelErrorMessage = undefined;
11
+ this.fieldDefaultValue = undefined;
12
+ this.fieldCleanOnCopy = undefined;
13
+ this.fieldRequired = undefined;
14
+ this.fieldReadOnly = undefined;
15
+ this._defaultType = undefined;
16
+ this.dataUnit = undefined;
17
+ this.fieldConfig = undefined;
18
+ this.fieldDescriptor = undefined;
19
+ this.messagesBuilder = undefined;
20
+ }
21
+ observeFieldLabel() {
22
+ if (this.validateFieldLabel) {
23
+ this.fieldLabelErrorMessage = undefined;
24
+ }
25
+ }
26
+ async show(_anchorElement) {
27
+ this._popoupElement.opened = true;
28
+ this.initializeValues();
29
+ forceUpdate(this);
30
+ }
31
+ validateFieldLabel() {
32
+ var _a;
33
+ if ((_a = this.fieldLabel) === null || _a === void 0 ? void 0 : _a.trim())
34
+ return true;
35
+ this.applyErrorMessage();
36
+ return false;
37
+ }
38
+ getMessage(key, params) {
39
+ return this.messagesBuilder.getMessage(key, params);
40
+ }
41
+ isAllowDefault() {
42
+ var _a;
43
+ const allowDefault = (_a = this.fieldDescriptor.properties) === null || _a === void 0 ? void 0 : _a.allowDefault;
44
+ if (allowDefault == undefined) {
45
+ return true;
46
+ }
47
+ return allowDefault === 'true';
48
+ }
49
+ enabledValueDefault() {
50
+ var _a, _b, _c;
51
+ const allowDefault = (_a = this.fieldDescriptor.properties) === null || _a === void 0 ? void 0 : _a.allowDefault;
52
+ const hasVariableVar = (VARS_BY_TYPE.UserInterface.hasOwnProperty((_b = this.fieldDescriptor) === null || _b === void 0 ? void 0 : _b.userInterface)
53
+ || ((_c = this.fieldDescriptor) === null || _c === void 0 ? void 0 : _c.userInterface) === UserInterface.SEARCH);
54
+ return hasVariableVar && (allowDefault == undefined || allowDefault === 'true');
55
+ }
56
+ getDefaultType() {
57
+ var _a, _b;
58
+ return (_b = (_a = this.fieldDefaultValue) === null || _a === void 0 ? void 0 : _a.type) !== null && _b !== void 0 ? _b : DEFAULT_TYPE.fixed;
59
+ }
60
+ emitFieldChanged() {
61
+ this.fieldConfigChanged.emit(this.fieldConfig);
62
+ }
63
+ handleLabelChanged({ detail }) {
64
+ this.fieldLabel = detail;
65
+ }
66
+ handleDefaultTypeChanged({ detail }) {
67
+ const optionSelected = detail.value;
68
+ if (optionSelected == undefined)
69
+ return;
70
+ this._defaultType = optionSelected;
71
+ this.fieldDefaultValue = { type: this._defaultType };
72
+ }
73
+ handleDefaultValueChanged({ detail }) {
74
+ this.fieldDefaultValue.value = detail === null || detail === void 0 ? void 0 : detail.value;
75
+ }
76
+ onChangeDefaultValue(fieldValue) {
77
+ this.fieldDefaultValue.value = getValidatedFieldValue(fieldValue, this.dataUnit, this.fieldConfig.name);
78
+ }
79
+ handleClearDuplicateChanged({ detail }) {
80
+ this.fieldCleanOnCopy = detail;
81
+ }
82
+ handleRequiredChanged({ detail }) {
83
+ this.fieldRequired = detail;
84
+ }
85
+ handleReadOnlyChanged({ detail }) {
86
+ this.fieldReadOnly = detail;
87
+ }
88
+ loadDefaultValue() {
89
+ var _a;
90
+ if ((_a = this.fieldConfig.defaultValue) === null || _a === void 0 ? void 0 : _a.type) {
91
+ this._defaultType = this.fieldConfig.defaultValue.type;
92
+ return;
93
+ }
94
+ this._defaultType = DEFAULT_TYPE.fixed;
95
+ this.fieldConfig.defaultValue = { type: this._defaultType };
96
+ }
97
+ buildOptions() {
98
+ let interfaceField = this.fieldDescriptor.userInterface;
99
+ if (interfaceField === UserInterface.SEARCH) {
100
+ interfaceField = UserInterface.INTEGERNUMBER;
101
+ }
102
+ return VARS_BY_TYPE.UserInterface[interfaceField];
103
+ }
104
+ renderDefaultValueEditor() {
105
+ if (this._defaultType === DEFAULT_TYPE.variable) {
106
+ return (h("ez-combo-box", { label: this.getMessage('snkConfigOptions.label.valueDefault'), enabled: this.isAllowDefault(), onEzChange: (e) => this.handleDefaultValueChanged(e), value: this.fieldDefaultValue.value, options: this.buildOptions() }));
107
+ }
108
+ return this.fieldDescriptor.userInterface &&
109
+ this.buildFieldDefaultValueElement();
110
+ }
111
+ buildFieldDefaultValueElement() {
112
+ var _a;
113
+ const { userInterface, properties, dataType } = this.fieldDescriptor;
114
+ const allowDefault = properties === null || properties === void 0 ? void 0 : properties.allowDefault;
115
+ let value;
116
+ let enabled = StringUtils.getBooleanValue(allowDefault, !this.fieldReadOnly);
117
+ if (userInterface === UserInterface.FILE) {
118
+ enabled = false;
119
+ }
120
+ if (enabled) {
121
+ value = (_a = this.fieldDefaultValue) === null || _a === void 0 ? void 0 : _a.value;
122
+ if (value != undefined) {
123
+ value = getConvertedValue(dataType, value);
124
+ }
125
+ }
126
+ const configField = {
127
+ value,
128
+ enabled,
129
+ label: this.fieldConfig.label,
130
+ name: this.fieldConfig.name,
131
+ required: this.fieldRequired,
132
+ userInterface,
133
+ };
134
+ switch (userInterface) {
135
+ case UserInterface.SWITCH:
136
+ return this.buildInputDefault(configField, undefined, CheckMode.SWITCH);
137
+ case UserInterface.CHECKBOX:
138
+ return this.buildInputDefault(configField, undefined, CheckMode.REGULAR);
139
+ case UserInterface.OPTIONSELECTOR:
140
+ case UserInterface.DECIMALNUMBER:
141
+ return this.buildInputDefault(configField, properties);
142
+ default:
143
+ return this.buildInputDefault(configField);
144
+ }
145
+ }
146
+ buildInputDefault({ value, enabled, label, name, required, userInterface }, properties = undefined, mode = undefined) {
147
+ let options;
148
+ let precision = 0;
149
+ let prettyPrecision = 0;
150
+ const TagName = userInterface == undefined || TAGS_BY_TYPE[userInterface] == undefined
151
+ ? TAGS_BY_TYPE.DEFAULT
152
+ : TAGS_BY_TYPE[userInterface];
153
+ if (userInterface === UserInterface.OPTIONSELECTOR) {
154
+ const prop = properties === null || properties === void 0 ? void 0 : properties.options;
155
+ if (typeof prop === 'string') {
156
+ const parsed = ObjectUtils.stringToObject(prop);
157
+ options = Object.keys(parsed).map(key => {
158
+ return { value: key, label: parsed[key] };
159
+ });
160
+ }
161
+ else {
162
+ options = prop;
163
+ }
164
+ }
165
+ else if (userInterface === UserInterface.DECIMALNUMBER) {
166
+ precision = Number((properties === null || properties === void 0 ? void 0 : properties.precision) || 2);
167
+ prettyPrecision = Number((properties === null || properties === void 0 ? void 0 : properties.prettyPrecision) || precision);
168
+ }
169
+ return h(TagName, Object.assign({ value: value, enabled: enabled, label: label, "data-field-name": name, key: name, onEzChange: (evt) => this.onChangeDefaultValue(evt === null || evt === void 0 ? void 0 : evt.detail) }, (this.getConditionalAttributes(userInterface, required, options, precision, prettyPrecision, mode))));
170
+ }
171
+ getConditionalAttributes(userInterface, required, options, precision, prettyPrecision, mode) {
172
+ const useSearchPlus = userInterface == UserInterface.SEARCHPLUS;
173
+ switch (userInterface) {
174
+ case UserInterface.SEARCH:
175
+ case UserInterface.SEARCHPLUS:
176
+ return {
177
+ suppressEmptyOption: required,
178
+ optionLoader: (searchArgument) => this.onSearchDefaultValue(searchArgument, { useSearchPlus }),
179
+ };
180
+ case UserInterface.OPTIONSELECTOR:
181
+ return {
182
+ suppressEmptyOption: required,
183
+ options,
184
+ };
185
+ case UserInterface.CHECKBOX:
186
+ case UserInterface.SWITCH:
187
+ return {
188
+ mode,
189
+ };
190
+ case UserInterface.INTEGERNUMBER:
191
+ case UserInterface.DECIMALNUMBER:
192
+ return {
193
+ precision,
194
+ prettyPrecision,
195
+ onEzStartChange: (evt) => this.onChangeDefaultValue(evt === null || evt === void 0 ? void 0 : evt.detail),
196
+ };
197
+ case UserInterface.DATE:
198
+ case UserInterface.DATETIME:
199
+ case UserInterface.TIME:
200
+ return {
201
+ onEzStartChange: (evt) => this.onChangeDefaultValue(evt === null || evt === void 0 ? void 0 : evt.detail),
202
+ };
203
+ default:
204
+ return {};
205
+ }
206
+ }
207
+ onSearchDefaultValue(searchArgument, ctxOptions) {
208
+ if (this._application && this.fieldConfig) {
209
+ return this._application.executeSearch(searchArgument, this.fieldConfig.name, this.dataUnit, ctxOptions);
210
+ }
211
+ }
212
+ initializeValues() {
213
+ this.fieldLabel = this.fieldConfig.label;
214
+ this.fieldDefaultValue = this.fieldConfig.defaultValue;
215
+ this.fieldRequired = this.fieldConfig.required;
216
+ this.fieldReadOnly = this.fieldConfig.readOnly;
217
+ this.fieldCleanOnCopy = this.fieldConfig.cleanOnCopy;
218
+ }
219
+ handleApplyChanges() {
220
+ if (!this.validateFieldLabel())
221
+ return;
222
+ this.fieldConfig.label = this.fieldLabel;
223
+ this.fieldConfig.defaultValue = this.fieldDefaultValue;
224
+ this.fieldConfig.required = this.fieldRequired;
225
+ this.fieldConfig.readOnly = this.fieldReadOnly;
226
+ this.fieldConfig.cleanOnCopy = this.fieldCleanOnCopy;
227
+ this.emitFieldChanged();
228
+ this._popoupElement.opened = false;
229
+ }
230
+ applyErrorMessage() {
231
+ this.fieldLabelErrorMessage = `${this.getMessage('snkConfigOptions.validation.requiredField')} ${this.getMessage('snkConfigOptions.label.nameField')}`;
232
+ }
233
+ handleDiscardChanges() {
234
+ this.initializeValues();
235
+ this._popoupElement.opened = false;
236
+ }
237
+ componentWillLoad() {
238
+ this.loadDefaultValue();
239
+ this._application = ApplicationContext.getContextValue('__SNK__APPLICATION__');
240
+ }
241
+ render() {
242
+ return (h("ez-popup", { heightMode: 'auto', size: 'auto', "ez-title": this.getMessage('snkConfigOptions.fieldConfig.title'), onEzClosePopup: () => this.handleDiscardChanges(), ref: ref => this._popoupElement = ref }, h("div", { class: 'field-config-container' }, h("ez-text-input", { label: this.getMessage('snkConfigOptions.label.nameField'), value: this.fieldLabel, errorMessage: this.fieldLabelErrorMessage, hasInvalid: !!this.fieldLabelErrorMessage, onEzChange: (e) => this.handleLabelChanged(e) }), h("ez-combo-box", { label: this.getMessage('snkConfigOptions.label.typeValueDefault'), suppressEmptyOption: true, enabled: this.enabledValueDefault(), onEzChange: (e) => this.handleDefaultTypeChanged(e), value: this.getDefaultType() }, h("option", { value: DEFAULT_TYPE.fixed }, this.getMessage('snkConfigOptions.options.valueFixed')), h("option", { value: DEFAULT_TYPE.variable }, this.getMessage('snkConfigOptions.options.variable'))), this.renderDefaultValueEditor(), h("ez-check", { label: this.getMessage('snkConfigOptions.label.clearDuplicate'), value: this.fieldCleanOnCopy, onEzChange: (e) => this.handleClearDuplicateChanged(e) }), h("ez-check", { label: this.getMessage('snkConfigOptions.label.requiredField'), enabled: getEnabledByProperty('required', 'systemRequired', this.fieldDescriptor), value: getValueByProperty('required', this.fieldDescriptor, this.fieldRequired), onEzChange: (e) => this.handleRequiredChanged(e) }), h("ez-check", { label: this.getMessage('snkConfigOptions.label.protectedField'), enabled: getEnabledByProperty('readOnly', 'systemReadOnly', this.fieldDescriptor), value: getValueByProperty('readOnly', this.fieldDescriptor, this.fieldReadOnly), onEzChange: (e) => this.handleReadOnlyChanged(e) }), h("div", { class: 'actions' }, h("ez-button", { label: this.getMessage('snkConfigOptions.fieldConfig.buttons.cancel'), onClick: () => this.handleDiscardChanges() }), h("ez-button", { label: this.getMessage('snkConfigOptions.fieldConfig.buttons.confirm'), class: "ez-button--primary", onClick: () => this.handleApplyChanges() })))));
243
+ }
244
+ static get is() { return "snk-dynaform-field-config"; }
245
+ static get encapsulation() { return "scoped"; }
246
+ static get originalStyleUrls() {
247
+ return {
248
+ "$": ["snk-dynaform-field-config.css"]
249
+ };
250
+ }
251
+ static get styleUrls() {
252
+ return {
253
+ "$": ["snk-dynaform-field-config.css"]
254
+ };
255
+ }
256
+ static get properties() {
257
+ return {
258
+ "dataUnit": {
259
+ "type": "unknown",
260
+ "mutable": false,
261
+ "complexType": {
262
+ "original": "DataUnit",
263
+ "resolved": "DataUnit",
264
+ "references": {
265
+ "DataUnit": {
266
+ "location": "import",
267
+ "path": "@sankhyalabs/core"
268
+ }
269
+ }
270
+ },
271
+ "required": false,
272
+ "optional": true,
273
+ "docs": {
274
+ "tags": [],
275
+ "text": ""
276
+ }
277
+ },
278
+ "fieldConfig": {
279
+ "type": "any",
280
+ "mutable": true,
281
+ "complexType": {
282
+ "original": "IFieldConfig",
283
+ "resolved": "IFieldConfig",
284
+ "references": {
285
+ "IFieldConfig": {
286
+ "location": "import",
287
+ "path": "@sankhyalabs/ezui/src/utils/interfaces/IFieldConfig"
288
+ }
289
+ }
290
+ },
291
+ "required": false,
292
+ "optional": false,
293
+ "docs": {
294
+ "tags": [],
295
+ "text": ""
296
+ },
297
+ "attribute": "field-config",
298
+ "reflect": true
299
+ },
300
+ "fieldDescriptor": {
301
+ "type": "unknown",
302
+ "mutable": false,
303
+ "complexType": {
304
+ "original": "FieldDescriptor",
305
+ "resolved": "FieldDescriptor",
306
+ "references": {
307
+ "FieldDescriptor": {
308
+ "location": "import",
309
+ "path": "@sankhyalabs/core"
310
+ }
311
+ }
312
+ },
313
+ "required": false,
314
+ "optional": false,
315
+ "docs": {
316
+ "tags": [],
317
+ "text": ""
318
+ }
319
+ },
320
+ "messagesBuilder": {
321
+ "type": "unknown",
322
+ "mutable": true,
323
+ "complexType": {
324
+ "original": "SnkMessageBuilder",
325
+ "resolved": "SnkMessageBuilder",
326
+ "references": {
327
+ "SnkMessageBuilder": {
328
+ "location": "import",
329
+ "path": "../../../../lib/message/SnkMessageBuilder"
330
+ }
331
+ }
332
+ },
333
+ "required": false,
334
+ "optional": true,
335
+ "docs": {
336
+ "tags": [],
337
+ "text": ""
338
+ }
339
+ }
340
+ };
341
+ }
342
+ static get states() {
343
+ return {
344
+ "fieldLabel": {},
345
+ "fieldLabelErrorMessage": {},
346
+ "fieldDefaultValue": {},
347
+ "fieldCleanOnCopy": {},
348
+ "fieldRequired": {},
349
+ "fieldReadOnly": {},
350
+ "_defaultType": {}
351
+ };
352
+ }
353
+ static get events() {
354
+ return [{
355
+ "method": "fieldConfigChanged",
356
+ "name": "fieldConfigChanged",
357
+ "bubbles": true,
358
+ "cancelable": true,
359
+ "composed": true,
360
+ "docs": {
361
+ "tags": [],
362
+ "text": ""
363
+ },
364
+ "complexType": {
365
+ "original": "IFieldConfig",
366
+ "resolved": "IFieldConfig",
367
+ "references": {
368
+ "IFieldConfig": {
369
+ "location": "import",
370
+ "path": "@sankhyalabs/ezui/src/utils/interfaces/IFieldConfig"
371
+ }
372
+ }
373
+ }
374
+ }];
375
+ }
376
+ static get methods() {
377
+ return {
378
+ "show": {
379
+ "complexType": {
380
+ "signature": "(_anchorElement: HTMLElement) => Promise<void>",
381
+ "parameters": [{
382
+ "tags": [],
383
+ "text": ""
384
+ }],
385
+ "references": {
386
+ "Promise": {
387
+ "location": "global"
388
+ },
389
+ "HTMLElement": {
390
+ "location": "global"
391
+ }
392
+ },
393
+ "return": "Promise<void>"
394
+ },
395
+ "docs": {
396
+ "text": "",
397
+ "tags": []
398
+ }
399
+ }
400
+ };
401
+ }
402
+ static get watchers() {
403
+ return [{
404
+ "propName": "fieldLabel",
405
+ "methodName": "observeFieldLabel"
406
+ }];
407
+ }
408
+ }
@@ -0,0 +1,88 @@
1
+ :host {
2
+ width: 100%;
3
+ display: flex;
4
+ padding: 12px 8px;
5
+ border-radius: var(--border--radius-small, 4px);
6
+ border: 1px solid #dce0e8;
7
+ cursor: grab;
8
+ align-items: center;
9
+ height: 42px;
10
+ max-height: 42px;
11
+ background: #FAFCFF;
12
+ }
13
+
14
+ :host.full-width {
15
+ width: 100%;
16
+ }
17
+
18
+ ez-icon {
19
+ --ez-icon--color: #A2ABB9;
20
+ }
21
+
22
+ .icons {
23
+ display: flex;
24
+ }
25
+
26
+ .label {
27
+ display: flex;
28
+ flex-grow: 1;
29
+ padding-left: 8px;
30
+ font-size: 14px;
31
+ align-items: center;
32
+ gap: 4px;
33
+ height: 22px;
34
+ }
35
+
36
+ .label-text {
37
+ overflow: hidden;
38
+ -webkit-hyphens: auto;
39
+ -ms-hyphens: auto;
40
+ hyphens: auto;
41
+ height: auto;
42
+ -webkit-box-orient: vertical;
43
+ -webkit-line-clamp: 2;
44
+ line-clamp: 2;
45
+ display: -webkit-box;
46
+ -o-text-overflow: ellipsis;
47
+ text-overflow: ellipsis;
48
+ word-break: break-word;
49
+ }
50
+
51
+ .required-mark {
52
+ color: #cf3105;
53
+ background: #F7E0E5;
54
+ width: 12px;
55
+ height: 12px;
56
+ border-radius: 50%;
57
+ display: flex;
58
+ align-items: center;
59
+ justify-content: center;
60
+ padding-top: 5px;
61
+ font-size: 16px;
62
+ align-self: self-start;
63
+ }
64
+
65
+ .actions {
66
+ display: flex;
67
+ flex-direction: row;
68
+ align-content: center;
69
+ gap: 4px;
70
+ }
71
+
72
+ ez-button {
73
+ width: 24px;
74
+ align-items: center;
75
+ justify-content: center;
76
+ display: flex;
77
+ }
78
+
79
+ :host .hiddeble {
80
+ transition: 0.2s ease-in-out;
81
+ visibility: hidden;
82
+ opacity: 0;
83
+ }
84
+
85
+ :host:hover .hiddeble {
86
+ visibility: visible;
87
+ opacity: 1;
88
+ }