@vef-framework/components 1.0.127 → 1.0.129

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 (708) hide show
  1. package/cjs/index.cjs +1 -193
  2. package/cjs/internal/base.css.cjs +488 -4
  3. package/cjs/internal/chart.cjs +1 -20
  4. package/cjs/internal/index.cjs +1 -9
  5. package/cjs/internal/modern-normalize.css.cjs +211 -4
  6. package/cjs/internal/utils.cjs +1 -8
  7. package/cjs/vef-access-denied/access-denied-icon.cjs +1 -932
  8. package/cjs/vef-access-denied/index.cjs +9 -49
  9. package/cjs/vef-access-denied/props.cjs +0 -2
  10. package/cjs/vef-action-buttons/index.cjs +1 -79
  11. package/cjs/vef-action-buttons/props.cjs +0 -2
  12. package/cjs/vef-approval-flow-editor/components/edge.cjs +2 -87
  13. package/cjs/vef-approval-flow-editor/components/label-value.cjs +8 -31
  14. package/cjs/vef-approval-flow-editor/components/node-content.cjs +10 -49
  15. package/cjs/vef-approval-flow-editor/components/node-selector.cjs +4 -37
  16. package/cjs/vef-approval-flow-editor/components/node-toolbar.cjs +1 -25
  17. package/cjs/vef-approval-flow-editor/components/nodes/approval.cjs +1 -28
  18. package/cjs/vef-approval-flow-editor/components/nodes/condition.cjs +1 -28
  19. package/cjs/vef-approval-flow-editor/components/nodes/end.cjs +1 -28
  20. package/cjs/vef-approval-flow-editor/components/nodes/handle.cjs +1 -28
  21. package/cjs/vef-approval-flow-editor/components/nodes/index.cjs +1 -19
  22. package/cjs/vef-approval-flow-editor/components/nodes/submit.cjs +1 -28
  23. package/cjs/vef-approval-flow-editor/components/selector-content.cjs +9 -52
  24. package/cjs/vef-approval-flow-editor/components/source-handle.cjs +1 -44
  25. package/cjs/vef-approval-flow-editor/components/target-handle.cjs +1 -13
  26. package/cjs/vef-approval-flow-editor/constants.cjs +1 -225
  27. package/cjs/vef-approval-flow-editor/helper.cjs +1 -88
  28. package/cjs/vef-approval-flow-editor/hooks/use-edges-interaction.cjs +1 -27
  29. package/cjs/vef-approval-flow-editor/hooks/use-element-selection.cjs +1 -26
  30. package/cjs/vef-approval-flow-editor/hooks/use-nodes-interaction.cjs +1 -53
  31. package/cjs/vef-approval-flow-editor/index.cjs +1 -79
  32. package/cjs/vef-approval-flow-editor/models/edge-node.cjs +1 -23
  33. package/cjs/vef-approval-flow-editor/models/flow-node.cjs +1 -112
  34. package/cjs/vef-approval-flow-editor/props.cjs +0 -2
  35. package/cjs/vef-approval-flow-editor/store.cjs +1 -20
  36. package/cjs/vef-approval-flow-editor/styles.cjs +12 -23
  37. package/cjs/vef-approval-flow-editor/types.cjs +1 -18
  38. package/cjs/vef-area-chart/index.cjs +1 -45
  39. package/cjs/vef-area-chart/props.cjs +0 -2
  40. package/cjs/vef-auto-sizer/index.cjs +1 -10
  41. package/cjs/vef-auto-sizer/props.cjs +0 -2
  42. package/cjs/vef-avatar/index.cjs +1 -24
  43. package/cjs/vef-avatar/props.cjs +0 -2
  44. package/cjs/vef-avatar-group/index.cjs +1 -29
  45. package/cjs/vef-avatar-group/props.cjs +0 -2
  46. package/cjs/vef-badge/index.cjs +1 -51
  47. package/cjs/vef-badge/props.cjs +0 -2
  48. package/cjs/vef-bar-chart/index.cjs +1 -45
  49. package/cjs/vef-bar-chart/props.cjs +0 -2
  50. package/cjs/vef-bool/hooks/use-bool-instance.cjs +1 -36
  51. package/cjs/vef-bool/index.cjs +1 -64
  52. package/cjs/vef-bool/props.cjs +0 -2
  53. package/cjs/vef-breadcrumb/index.cjs +1 -52
  54. package/cjs/vef-breadcrumb/props.cjs +0 -2
  55. package/cjs/vef-button/components/base-button.cjs +1 -77
  56. package/cjs/vef-button/index.cjs +1 -155
  57. package/cjs/vef-button/props.cjs +0 -2
  58. package/cjs/vef-card/index.cjs +1 -29
  59. package/cjs/vef-card/props.cjs +0 -2
  60. package/cjs/vef-card-meta/index.cjs +1 -16
  61. package/cjs/vef-card-meta/props.cjs +0 -2
  62. package/cjs/vef-chart-container/hooks/use-chart-container-context.cjs +1 -16
  63. package/cjs/vef-chart-container/index.cjs +13 -83
  64. package/cjs/vef-chart-container/props.cjs +0 -2
  65. package/cjs/vef-chart-legend-content/index.cjs +10 -48
  66. package/cjs/vef-chart-legend-content/props.cjs +0 -2
  67. package/cjs/vef-chart-tooltip-content/index.cjs +22 -89
  68. package/cjs/vef-chart-tooltip-content/props.cjs +0 -2
  69. package/cjs/vef-checkbox/hooks/use-checkbox-instance.cjs +1 -22
  70. package/cjs/vef-checkbox/hooks/use-data-options.cjs +1 -42
  71. package/cjs/vef-checkbox/index.cjs +3 -92
  72. package/cjs/vef-checkbox/props.cjs +0 -2
  73. package/cjs/vef-code-editor/hooks/use-change-handler.cjs +1 -12
  74. package/cjs/vef-code-editor/hooks/use-config-extensions.cjs +1 -50
  75. package/cjs/vef-code-editor/hooks/use-height-props.cjs +1 -22
  76. package/cjs/vef-code-editor/hooks/use-language-extensions.cjs +1 -119
  77. package/cjs/vef-code-editor/hooks/use-setup-options.cjs +1 -39
  78. package/cjs/vef-code-editor/index.cjs +1 -61
  79. package/cjs/vef-code-editor/props.cjs +0 -2
  80. package/cjs/vef-code-editor/styles.cjs +46 -54
  81. package/cjs/vef-col/index.cjs +1 -15
  82. package/cjs/vef-col/props.cjs +0 -2
  83. package/cjs/vef-color-picker/index.cjs +1 -50
  84. package/cjs/vef-color-picker/props.cjs +0 -2
  85. package/cjs/vef-compact/index.cjs +1 -19
  86. package/cjs/vef-compact/props.cjs +0 -2
  87. package/cjs/vef-config-provider/global-style.cjs +15 -26
  88. package/cjs/vef-config-provider/hooks/use-ui-config.cjs +1 -128
  89. package/cjs/vef-config-provider/index.cjs +3 -125
  90. package/cjs/vef-config-provider/props.cjs +0 -2
  91. package/cjs/vef-config-provider/store.cjs +1 -25
  92. package/cjs/vef-container/index.cjs +1 -22
  93. package/cjs/vef-container/props.cjs +0 -2
  94. package/cjs/vef-crud-page/components/crud-actions.cjs +1 -36
  95. package/cjs/vef-crud-page/components/crud-filter.cjs +1 -58
  96. package/cjs/vef-crud-page/components/crud-footer.cjs +3 -120
  97. package/cjs/vef-crud-page/components/crud-form-modal.cjs +1 -57
  98. package/cjs/vef-crud-page/components/crud-header.cjs +1 -33
  99. package/cjs/vef-crud-page/components/crud-table.cjs +1 -80
  100. package/cjs/vef-crud-page/hooks/use-action-buttons.cjs +1 -39
  101. package/cjs/vef-crud-page/hooks/use-crud-context.cjs +1 -22
  102. package/cjs/vef-crud-page/hooks/use-crud-schema.cjs +1 -118
  103. package/cjs/vef-crud-page/hooks/use-operation-buttons.cjs +1 -62
  104. package/cjs/vef-crud-page/index.cjs +1 -154
  105. package/cjs/vef-crud-page/props.cjs +0 -2
  106. package/cjs/vef-crud-page/store.cjs +1 -146
  107. package/cjs/vef-crud-page/types.cjs +0 -2
  108. package/cjs/vef-data-grid/index.cjs +1 -89
  109. package/cjs/vef-data-grid/props.cjs +0 -2
  110. package/cjs/vef-data-table/index.cjs +1 -13
  111. package/cjs/vef-data-table/props.cjs +0 -2
  112. package/cjs/vef-divider/index.cjs +1 -28
  113. package/cjs/vef-divider/props.cjs +0 -2
  114. package/cjs/vef-drawer/components/action-button-wrapper.cjs +1 -53
  115. package/cjs/vef-drawer/components/button-props.cjs +0 -2
  116. package/cjs/vef-drawer/components/cancel-action-button.cjs +1 -25
  117. package/cjs/vef-drawer/components/ok-action-button.cjs +1 -24
  118. package/cjs/vef-drawer/context.cjs +1 -19
  119. package/cjs/vef-drawer/index.cjs +3 -159
  120. package/cjs/vef-drawer/props.cjs +0 -2
  121. package/cjs/vef-dropdown/index.cjs +1 -96
  122. package/cjs/vef-dropdown/props.cjs +0 -2
  123. package/cjs/vef-dynamic-icon/index.cjs +1 -50
  124. package/cjs/vef-dynamic-icon/props.cjs +1 -8
  125. package/cjs/vef-empty/index.cjs +1 -41
  126. package/cjs/vef-empty/props.cjs +0 -2
  127. package/cjs/vef-empty-placeholder/index.cjs +4 -23
  128. package/cjs/vef-empty-placeholder/props.cjs +0 -2
  129. package/cjs/vef-error/error-icon.cjs +1 -761
  130. package/cjs/vef-error/index.cjs +9 -52
  131. package/cjs/vef-error/props.cjs +0 -2
  132. package/cjs/vef-filter/components/action-buttons.cjs +5 -125
  133. package/cjs/vef-filter/components/advanced-filter.cjs +8 -75
  134. package/cjs/vef-filter/components/basic-filter.cjs +4 -39
  135. package/cjs/vef-filter/components/fields/index.cjs +1 -21
  136. package/cjs/vef-filter/components/fields/input-number.cjs +1 -94
  137. package/cjs/vef-filter/components/fields/input.cjs +1 -71
  138. package/cjs/vef-filter/components/fields/props.cjs +0 -2
  139. package/cjs/vef-filter/components/fields/radio.cjs +1 -113
  140. package/cjs/vef-filter/components/fields/select.cjs +1 -144
  141. package/cjs/vef-filter/components/fields/tree-select.cjs +1 -140
  142. package/cjs/vef-filter/components/filter-field.cjs +1 -23
  143. package/cjs/vef-filter/components/filter-item.cjs +1 -116
  144. package/cjs/vef-filter/event.cjs +1 -46
  145. package/cjs/vef-filter/helper.cjs +1 -17
  146. package/cjs/vef-filter/hooks/use-action-handlers.cjs +1 -72
  147. package/cjs/vef-filter/hooks/use-computed-values.cjs +1 -57
  148. package/cjs/vef-filter/hooks/use-filter-context.cjs +1 -22
  149. package/cjs/vef-filter/hooks/use-filter-initialization.cjs +1 -39
  150. package/cjs/vef-filter/hooks/use-filter-instance.cjs +1 -28
  151. package/cjs/vef-filter/hooks/use-filter-items.cjs +1 -25
  152. package/cjs/vef-filter/hooks/use-filter-values-change.cjs +1 -32
  153. package/cjs/vef-filter/hooks/use-label-config.cjs +1 -29
  154. package/cjs/vef-filter/index.cjs +2 -145
  155. package/cjs/vef-filter/props.cjs +0 -2
  156. package/cjs/vef-filter/store.cjs +1 -75
  157. package/cjs/vef-filter/types.cjs +0 -2
  158. package/cjs/vef-flex/index.cjs +1 -35
  159. package/cjs/vef-flex/props.cjs +0 -2
  160. package/cjs/vef-float-button/index.cjs +1 -53
  161. package/cjs/vef-float-button/props.cjs +0 -2
  162. package/cjs/vef-float-button-group/index.cjs +1 -24
  163. package/cjs/vef-float-button-group/props.cjs +0 -2
  164. package/cjs/vef-form/components/fields/icon-select.cjs +1 -69
  165. package/cjs/vef-form/components/fields/index.cjs +1 -27
  166. package/cjs/vef-form/components/fields/input-number.cjs +1 -127
  167. package/cjs/vef-form/components/fields/input.cjs +1 -136
  168. package/cjs/vef-form/components/fields/password.cjs +1 -119
  169. package/cjs/vef-form/components/fields/props.cjs +0 -2
  170. package/cjs/vef-form/components/fields/radio.cjs +1 -110
  171. package/cjs/vef-form/components/fields/select.cjs +1 -242
  172. package/cjs/vef-form/components/fields/textarea.cjs +1 -113
  173. package/cjs/vef-form/components/fields/tree-select.cjs +1 -238
  174. package/cjs/vef-form/components/form-actions.cjs +3 -62
  175. package/cjs/vef-form/components/form-content.cjs +2 -148
  176. package/cjs/vef-form/components/form-field.cjs +1 -26
  177. package/cjs/vef-form/components/form-group.cjs +3 -68
  178. package/cjs/vef-form/components/form-hidden-item.cjs +1 -40
  179. package/cjs/vef-form/components/form-item.cjs +1 -83
  180. package/cjs/vef-form/components/form-row.cjs +1 -102
  181. package/cjs/vef-form/event.cjs +1 -46
  182. package/cjs/vef-form/helper.cjs +1 -17
  183. package/cjs/vef-form/hooks/use-action-handlers.cjs +1 -132
  184. package/cjs/vef-form/hooks/use-columns-layout.cjs +1 -124
  185. package/cjs/vef-form/hooks/use-computed-values.cjs +1 -57
  186. package/cjs/vef-form/hooks/use-form-context.cjs +1 -18
  187. package/cjs/vef-form/hooks/use-form-initialization.cjs +1 -47
  188. package/cjs/vef-form/hooks/use-form-instance.cjs +1 -28
  189. package/cjs/vef-form/hooks/use-form-values-change.cjs +1 -32
  190. package/cjs/vef-form/hooks/use-label-width.cjs +1 -20
  191. package/cjs/vef-form/index.cjs +3 -178
  192. package/cjs/vef-form/props.cjs +0 -2
  193. package/cjs/vef-form/store.cjs +1 -69
  194. package/cjs/vef-form/types.cjs +0 -2
  195. package/cjs/vef-form/validation-rules.cjs +1 -310
  196. package/cjs/vef-form-drawer/index.cjs +1 -102
  197. package/cjs/vef-form-drawer/props.cjs +0 -2
  198. package/cjs/vef-form-modal/index.cjs +1 -99
  199. package/cjs/vef-form-modal/props.cjs +0 -2
  200. package/cjs/vef-generic-select/index.cjs +1 -85
  201. package/cjs/vef-generic-select/props.cjs +0 -2
  202. package/cjs/vef-grid/index.cjs +12 -81
  203. package/cjs/vef-grid/props.cjs +1 -6
  204. package/cjs/vef-grid-item/index.cjs +1 -56
  205. package/cjs/vef-grid-item/props.cjs +0 -2
  206. package/cjs/vef-icon/index.cjs +1 -54
  207. package/cjs/vef-icon/props.cjs +0 -2
  208. package/cjs/vef-icon-select/index.cjs +11 -150
  209. package/cjs/vef-icon-select/props.cjs +0 -2
  210. package/cjs/vef-input/hooks/use-input-instance.cjs +1 -17
  211. package/cjs/vef-input/index.cjs +1 -68
  212. package/cjs/vef-input/props.cjs +0 -2
  213. package/cjs/vef-input-number/hooks/use-input-number-instance.cjs +1 -15
  214. package/cjs/vef-input-number/index.cjs +1 -152
  215. package/cjs/vef-input-number/props.cjs +0 -2
  216. package/cjs/vef-intellisense-code-editor/hooks/use-change-handler.cjs +1 -12
  217. package/cjs/vef-intellisense-code-editor/hooks/use-editor-options.cjs +1 -33
  218. package/cjs/vef-intellisense-code-editor/hooks/use-path.cjs +1 -32
  219. package/cjs/vef-intellisense-code-editor/index.cjs +1 -46
  220. package/cjs/vef-intellisense-code-editor/loader.cjs +1 -141
  221. package/cjs/vef-intellisense-code-editor/props.cjs +0 -2
  222. package/cjs/vef-intellisense-code-editor/styles.cjs +9 -17
  223. package/cjs/vef-intellisense-code-editor/themes/github-light.json.cjs +349 -7
  224. package/cjs/vef-json-viewer/index.cjs +1 -40
  225. package/cjs/vef-json-viewer/props.cjs +0 -2
  226. package/cjs/vef-layout/common-styles.cjs +4 -12
  227. package/cjs/vef-layout/components/content.cjs +1 -17
  228. package/cjs/vef-layout/components/font-size.cjs +1 -72
  229. package/cjs/vef-layout/components/fullscreen.cjs +1 -27
  230. package/cjs/vef-layout/components/header-action-icons.cjs +6 -33
  231. package/cjs/vef-layout/components/header-content.cjs +1 -23
  232. package/cjs/vef-layout/components/header.cjs +6 -73
  233. package/cjs/vef-layout/components/icon-boy.cjs +1 -73
  234. package/cjs/vef-layout/components/icon-girl.cjs +1 -80
  235. package/cjs/vef-layout/components/icon-menu-fold-left.cjs +1 -27
  236. package/cjs/vef-layout/components/icon-menu-unfold-left.cjs +1 -27
  237. package/cjs/vef-layout/components/menu-groups.cjs +15 -127
  238. package/cjs/vef-layout/components/message.cjs +1 -15
  239. package/cjs/vef-layout/components/search.cjs +1 -15
  240. package/cjs/vef-layout/components/sider.cjs +5 -58
  241. package/cjs/vef-layout/components/title.cjs +8 -57
  242. package/cjs/vef-layout/components/user-avatar.cjs +9 -84
  243. package/cjs/vef-layout/hooks/use-layout-context.cjs +1 -14
  244. package/cjs/vef-layout/index.cjs +2 -37
  245. package/cjs/vef-layout/logo.svg.cjs +1 -7
  246. package/cjs/vef-layout/props.cjs +0 -2
  247. package/cjs/vef-layout/store.cjs +1 -20
  248. package/cjs/vef-line-chart/index.cjs +1 -42
  249. package/cjs/vef-line-chart/props.cjs +0 -2
  250. package/cjs/vef-loading-placeholder/index.cjs +5 -46
  251. package/cjs/vef-loading-placeholder/props.cjs +0 -2
  252. package/cjs/vef-login/index.cjs +21 -156
  253. package/cjs/vef-login/login-icon.cjs +1 -672
  254. package/cjs/vef-login/props.cjs +0 -2
  255. package/cjs/vef-menu/index.cjs +4 -81
  256. package/cjs/vef-menu/props.cjs +0 -2
  257. package/cjs/vef-modal/components/action-button-wrapper.cjs +1 -53
  258. package/cjs/vef-modal/components/button-props.cjs +0 -2
  259. package/cjs/vef-modal/components/cancel-action-button.cjs +1 -22
  260. package/cjs/vef-modal/components/ok-action-button.cjs +1 -24
  261. package/cjs/vef-modal/context.cjs +1 -19
  262. package/cjs/vef-modal/index.cjs +2 -244
  263. package/cjs/vef-modal/props.cjs +0 -2
  264. package/cjs/vef-not-found/index.cjs +9 -49
  265. package/cjs/vef-not-found/not-found-icon.cjs +1 -848
  266. package/cjs/vef-not-found/props.cjs +0 -2
  267. package/cjs/vef-page/index.cjs +10 -91
  268. package/cjs/vef-page/props.cjs +0 -2
  269. package/cjs/vef-pagination/index.cjs +1 -61
  270. package/cjs/vef-pagination/props.cjs +1 -15
  271. package/cjs/vef-paragraph/index.cjs +1 -93
  272. package/cjs/vef-paragraph/props.cjs +0 -2
  273. package/cjs/vef-password/hooks/use-password-instance.cjs +1 -15
  274. package/cjs/vef-password/index.cjs +1 -71
  275. package/cjs/vef-password/props.cjs +0 -2
  276. package/cjs/vef-pie-chart/index.cjs +8 -74
  277. package/cjs/vef-pie-chart/props.cjs +0 -2
  278. package/cjs/vef-popconfirm/index.cjs +1 -60
  279. package/cjs/vef-popconfirm/props.cjs +0 -2
  280. package/cjs/vef-popover/index.cjs +1 -38
  281. package/cjs/vef-popover/props.cjs +0 -2
  282. package/cjs/vef-radio/hooks/use-data-options.cjs +1 -42
  283. package/cjs/vef-radio/hooks/use-radio-instance.cjs +1 -22
  284. package/cjs/vef-radio/index.cjs +3 -92
  285. package/cjs/vef-radio/props.cjs +0 -2
  286. package/cjs/vef-rate/hooks/use-rate-instance.cjs +1 -15
  287. package/cjs/vef-rate/index.cjs +1 -34
  288. package/cjs/vef-rate/props.cjs +0 -2
  289. package/cjs/vef-responsive-container/index.cjs +2 -58
  290. package/cjs/vef-responsive-container/props.cjs +0 -2
  291. package/cjs/vef-responsive-item/index.cjs +2 -27
  292. package/cjs/vef-responsive-item/props.cjs +0 -2
  293. package/cjs/vef-ribbon/index.cjs +1 -42
  294. package/cjs/vef-ribbon/props.cjs +0 -2
  295. package/cjs/vef-row/index.cjs +1 -16
  296. package/cjs/vef-row/props.cjs +0 -2
  297. package/cjs/vef-scroll-area/components/scrollbar.cjs +7 -38
  298. package/cjs/vef-scroll-area/index.cjs +3 -73
  299. package/cjs/vef-scroll-area/props.cjs +0 -2
  300. package/cjs/vef-segment/index.cjs +1 -40
  301. package/cjs/vef-segment/props.cjs +0 -2
  302. package/cjs/vef-select/components/option.cjs +3 -27
  303. package/cjs/vef-select/hooks/use-data-options.cjs +1 -49
  304. package/cjs/vef-select/hooks/use-field-names.cjs +1 -23
  305. package/cjs/vef-select/hooks/use-render-label.cjs +2 -25
  306. package/cjs/vef-select/hooks/use-render-option.cjs +1 -21
  307. package/cjs/vef-select/hooks/use-select-instance.cjs +1 -22
  308. package/cjs/vef-select/index.cjs +1 -104
  309. package/cjs/vef-select/props.cjs +0 -2
  310. package/cjs/vef-slider/hooks/use-slider-instance.cjs +1 -15
  311. package/cjs/vef-slider/index.cjs +1 -38
  312. package/cjs/vef-slider/props.cjs +0 -2
  313. package/cjs/vef-sortable-list/components/overlay-item.cjs +2 -35
  314. package/cjs/vef-sortable-list/components/sortable-item.cjs +2 -79
  315. package/cjs/vef-sortable-list/hooks/use-merged-items.cjs +1 -23
  316. package/cjs/vef-sortable-list/index.cjs +1 -118
  317. package/cjs/vef-sortable-list/props.cjs +0 -2
  318. package/cjs/vef-space/index.cjs +1 -29
  319. package/cjs/vef-space/props.cjs +0 -2
  320. package/cjs/vef-spin/index.cjs +1 -16
  321. package/cjs/vef-spin/props.cjs +0 -2
  322. package/cjs/vef-splitter/index.cjs +1 -24
  323. package/cjs/vef-splitter/props.cjs +0 -2
  324. package/cjs/vef-splitter-panel/index.cjs +1 -16
  325. package/cjs/vef-splitter-panel/props.cjs +0 -2
  326. package/cjs/vef-status/index.cjs +1 -41
  327. package/cjs/vef-status/props.cjs +0 -2
  328. package/cjs/vef-table/components/columns/bool.cjs +1 -95
  329. package/cjs/vef-table/components/columns/code.cjs +1 -14
  330. package/cjs/vef-table/components/columns/data-dictionary.cjs +1 -96
  331. package/cjs/vef-table/components/columns/enum.cjs +1 -105
  332. package/cjs/vef-table/components/columns/file.cjs +1 -14
  333. package/cjs/vef-table/components/columns/icon.cjs +1 -14
  334. package/cjs/vef-table/components/columns/id.cjs +1 -86
  335. package/cjs/vef-table/components/columns/image.cjs +1 -15
  336. package/cjs/vef-table/components/columns/index.cjs +1 -35
  337. package/cjs/vef-table/components/columns/markdown.cjs +1 -14
  338. package/cjs/vef-table/components/columns/number.cjs +1 -87
  339. package/cjs/vef-table/components/columns/props.cjs +0 -2
  340. package/cjs/vef-table/components/columns/render.cjs +1 -32
  341. package/cjs/vef-table/components/columns/rich-text.cjs +1 -14
  342. package/cjs/vef-table/components/columns/text.cjs +1 -92
  343. package/cjs/vef-table/components/columns-settings.cjs +10 -199
  344. package/cjs/vef-table/components/operation-buttons.cjs +2 -234
  345. package/cjs/vef-table/components/settings-icon.cjs +3 -23
  346. package/cjs/vef-table/components/table-footer.cjs +3 -106
  347. package/cjs/vef-table/helper.cjs +1 -17
  348. package/cjs/vef-table/hooks/use-computed-batch-buttons.cjs +1 -35
  349. package/cjs/vef-table/hooks/use-computed-columns.cjs +1 -22
  350. package/cjs/vef-table/hooks/use-computed-values.cjs +1 -40
  351. package/cjs/vef-table/hooks/use-data.cjs +1 -59
  352. package/cjs/vef-table/hooks/use-default-column-configs.cjs +1 -29
  353. package/cjs/vef-table/hooks/use-display-value.cjs +1 -38
  354. package/cjs/vef-table/hooks/use-helper-columns.cjs +1 -69
  355. package/cjs/vef-table/hooks/use-operation-column-width.cjs +1 -52
  356. package/cjs/vef-table/hooks/use-pagination-props.cjs +1 -46
  357. package/cjs/vef-table/hooks/use-row-props.cjs +1 -41
  358. package/cjs/vef-table/hooks/use-row-selection-config.cjs +1 -114
  359. package/cjs/vef-table/hooks/use-selected-rows.cjs +1 -28
  360. package/cjs/vef-table/hooks/use-table-columns.cjs +1 -58
  361. package/cjs/vef-table/hooks/use-table-context.cjs +1 -25
  362. package/cjs/vef-table/hooks/use-table-instance.cjs +1 -17
  363. package/cjs/vef-table/hooks/use-table-summary.cjs +1 -44
  364. package/cjs/vef-table/hooks/use-table-width.cjs +1 -15
  365. package/cjs/vef-table/index.cjs +5 -231
  366. package/cjs/vef-table/props.cjs +0 -2
  367. package/cjs/vef-table/store.cjs +1 -21
  368. package/cjs/vef-table/types.cjs +0 -2
  369. package/cjs/vef-tabs/index.cjs +1 -29
  370. package/cjs/vef-tabs/props.cjs +0 -2
  371. package/cjs/vef-tag/index.cjs +1 -32
  372. package/cjs/vef-tag/props.cjs +0 -2
  373. package/cjs/vef-temporal-picker/helper.cjs +1 -59
  374. package/cjs/vef-temporal-picker/hooks/use-dayjs-value.cjs +1 -20
  375. package/cjs/vef-temporal-picker/hooks/use-temporal-limit.cjs +1 -36
  376. package/cjs/vef-temporal-picker/hooks/use-temporal-picker-instance.cjs +1 -21
  377. package/cjs/vef-temporal-picker/index.cjs +1 -129
  378. package/cjs/vef-temporal-picker/props.cjs +0 -2
  379. package/cjs/vef-temporal-range-picker/helper.cjs +1 -59
  380. package/cjs/vef-temporal-range-picker/hooks/use-dayjs-values.cjs +1 -25
  381. package/cjs/vef-temporal-range-picker/hooks/use-temporal-limit.cjs +1 -36
  382. package/cjs/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.cjs +1 -21
  383. package/cjs/vef-temporal-range-picker/index.cjs +1 -132
  384. package/cjs/vef-temporal-range-picker/props.cjs +1 -6
  385. package/cjs/vef-text/index.cjs +1 -84
  386. package/cjs/vef-text/props.cjs +0 -2
  387. package/cjs/vef-textarea/hooks/use-textarea-instance.cjs +1 -15
  388. package/cjs/vef-textarea/index.cjs +1 -71
  389. package/cjs/vef-textarea/props.cjs +0 -2
  390. package/cjs/vef-title/index.cjs +6 -93
  391. package/cjs/vef-title/props.cjs +0 -2
  392. package/cjs/vef-tooltip/index.cjs +1 -39
  393. package/cjs/vef-tooltip/props.cjs +0 -2
  394. package/cjs/vef-tree-select/hooks/use-change-handler.cjs +1 -35
  395. package/cjs/vef-tree-select/hooks/use-data-options.cjs +1 -47
  396. package/cjs/vef-tree-select/hooks/use-tree-select-instance.cjs +1 -22
  397. package/cjs/vef-tree-select/index.cjs +1 -93
  398. package/cjs/vef-tree-select/props.cjs +0 -2
  399. package/cjs/vef-virtual-grid/index.cjs +3 -111
  400. package/cjs/vef-virtual-grid/props.cjs +0 -2
  401. package/cjs/vef-virtual-list/index.cjs +4 -219
  402. package/cjs/vef-virtual-list/props.cjs +0 -2
  403. package/esm/index.js +1 -96
  404. package/esm/internal/base.css.js +490 -2
  405. package/esm/internal/chart.js +1 -18
  406. package/esm/internal/index.js +1 -4
  407. package/esm/internal/modern-normalize.css.js +213 -2
  408. package/esm/internal/utils.js +1 -6
  409. package/esm/vef-access-denied/access-denied-icon.js +1 -928
  410. package/esm/vef-access-denied/index.js +9 -45
  411. package/esm/vef-action-buttons/index.js +1 -75
  412. package/esm/vef-approval-flow-editor/components/edge.js +2 -83
  413. package/esm/vef-approval-flow-editor/components/label-value.js +8 -27
  414. package/esm/vef-approval-flow-editor/components/node-content.js +10 -45
  415. package/esm/vef-approval-flow-editor/components/node-selector.js +4 -33
  416. package/esm/vef-approval-flow-editor/components/node-toolbar.js +1 -21
  417. package/esm/vef-approval-flow-editor/components/nodes/approval.js +1 -24
  418. package/esm/vef-approval-flow-editor/components/nodes/condition.js +1 -24
  419. package/esm/vef-approval-flow-editor/components/nodes/end.js +1 -24
  420. package/esm/vef-approval-flow-editor/components/nodes/handle.js +1 -24
  421. package/esm/vef-approval-flow-editor/components/nodes/index.js +1 -17
  422. package/esm/vef-approval-flow-editor/components/nodes/submit.js +1 -24
  423. package/esm/vef-approval-flow-editor/components/selector-content.js +9 -48
  424. package/esm/vef-approval-flow-editor/components/source-handle.js +1 -40
  425. package/esm/vef-approval-flow-editor/components/target-handle.js +1 -9
  426. package/esm/vef-approval-flow-editor/constants.js +1 -218
  427. package/esm/vef-approval-flow-editor/helper.js +1 -83
  428. package/esm/vef-approval-flow-editor/hooks/use-edges-interaction.js +1 -25
  429. package/esm/vef-approval-flow-editor/hooks/use-element-selection.js +1 -24
  430. package/esm/vef-approval-flow-editor/hooks/use-nodes-interaction.js +1 -51
  431. package/esm/vef-approval-flow-editor/index.js +1 -75
  432. package/esm/vef-approval-flow-editor/models/edge-node.js +1 -20
  433. package/esm/vef-approval-flow-editor/models/flow-node.js +1 -105
  434. package/esm/vef-approval-flow-editor/store.js +1 -16
  435. package/esm/vef-approval-flow-editor/styles.js +12 -20
  436. package/esm/vef-approval-flow-editor/types.js +1 -15
  437. package/esm/vef-area-chart/index.js +1 -41
  438. package/esm/vef-auto-sizer/index.js +1 -6
  439. package/esm/vef-avatar/index.js +1 -20
  440. package/esm/vef-avatar-group/index.js +1 -25
  441. package/esm/vef-badge/index.js +1 -47
  442. package/esm/vef-bar-chart/index.js +1 -41
  443. package/esm/vef-bool/hooks/use-bool-instance.js +1 -34
  444. package/esm/vef-bool/index.js +1 -60
  445. package/esm/vef-breadcrumb/index.js +1 -48
  446. package/esm/vef-button/components/base-button.js +1 -73
  447. package/esm/vef-button/index.js +1 -151
  448. package/esm/vef-card/index.js +1 -25
  449. package/esm/vef-card-meta/index.js +1 -12
  450. package/esm/vef-chart-container/hooks/use-chart-container-context.js +1 -12
  451. package/esm/vef-chart-container/index.js +13 -79
  452. package/esm/vef-chart-legend-content/index.js +10 -43
  453. package/esm/vef-chart-tooltip-content/index.js +22 -85
  454. package/esm/vef-checkbox/hooks/use-checkbox-instance.js +1 -20
  455. package/esm/vef-checkbox/hooks/use-data-options.js +1 -40
  456. package/esm/vef-checkbox/index.js +3 -88
  457. package/esm/vef-code-editor/hooks/use-change-handler.js +1 -10
  458. package/esm/vef-code-editor/hooks/use-config-extensions.js +1 -48
  459. package/esm/vef-code-editor/hooks/use-height-props.js +1 -20
  460. package/esm/vef-code-editor/hooks/use-language-extensions.js +1 -117
  461. package/esm/vef-code-editor/hooks/use-setup-options.js +1 -37
  462. package/esm/vef-code-editor/index.js +1 -57
  463. package/esm/vef-code-editor/styles.js +46 -52
  464. package/esm/vef-col/index.js +1 -11
  465. package/esm/vef-color-picker/index.js +1 -46
  466. package/esm/vef-compact/index.js +1 -15
  467. package/esm/vef-config-provider/global-style.js +15 -23
  468. package/esm/vef-config-provider/hooks/use-ui-config.js +1 -126
  469. package/esm/vef-config-provider/index.js +3 -121
  470. package/esm/vef-config-provider/store.js +1 -21
  471. package/esm/vef-container/index.js +1 -18
  472. package/esm/vef-crud-page/components/crud-actions.js +1 -32
  473. package/esm/vef-crud-page/components/crud-filter.js +1 -54
  474. package/esm/vef-crud-page/components/crud-footer.js +3 -116
  475. package/esm/vef-crud-page/components/crud-form-modal.js +1 -53
  476. package/esm/vef-crud-page/components/crud-header.js +1 -29
  477. package/esm/vef-crud-page/components/crud-table.js +1 -76
  478. package/esm/vef-crud-page/hooks/use-action-buttons.js +1 -37
  479. package/esm/vef-crud-page/hooks/use-crud-context.js +1 -20
  480. package/esm/vef-crud-page/hooks/use-crud-schema.js +1 -116
  481. package/esm/vef-crud-page/hooks/use-operation-buttons.js +1 -60
  482. package/esm/vef-crud-page/index.js +1 -150
  483. package/esm/vef-crud-page/store.js +1 -142
  484. package/esm/vef-data-grid/index.js +1 -85
  485. package/esm/vef-data-table/index.js +1 -9
  486. package/esm/vef-divider/index.js +1 -24
  487. package/esm/vef-drawer/components/action-button-wrapper.js +1 -49
  488. package/esm/vef-drawer/components/cancel-action-button.js +1 -21
  489. package/esm/vef-drawer/components/ok-action-button.js +1 -20
  490. package/esm/vef-drawer/context.js +1 -15
  491. package/esm/vef-drawer/index.js +3 -154
  492. package/esm/vef-dropdown/index.js +1 -92
  493. package/esm/vef-dynamic-icon/index.js +1 -46
  494. package/esm/vef-dynamic-icon/props.js +1 -6
  495. package/esm/vef-empty/index.js +1 -37
  496. package/esm/vef-empty-placeholder/index.js +4 -19
  497. package/esm/vef-error/error-icon.js +1 -757
  498. package/esm/vef-error/index.js +9 -48
  499. package/esm/vef-filter/components/action-buttons.js +5 -121
  500. package/esm/vef-filter/components/advanced-filter.js +8 -71
  501. package/esm/vef-filter/components/basic-filter.js +4 -35
  502. package/esm/vef-filter/components/fields/index.js +1 -19
  503. package/esm/vef-filter/components/fields/input-number.js +1 -90
  504. package/esm/vef-filter/components/fields/input.js +1 -67
  505. package/esm/vef-filter/components/fields/radio.js +1 -109
  506. package/esm/vef-filter/components/fields/select.js +1 -140
  507. package/esm/vef-filter/components/fields/tree-select.js +1 -136
  508. package/esm/vef-filter/components/filter-field.js +1 -19
  509. package/esm/vef-filter/components/filter-item.js +1 -112
  510. package/esm/vef-filter/event.js +1 -44
  511. package/esm/vef-filter/helper.js +1 -15
  512. package/esm/vef-filter/hooks/use-action-handlers.js +1 -70
  513. package/esm/vef-filter/hooks/use-computed-values.js +1 -55
  514. package/esm/vef-filter/hooks/use-filter-context.js +1 -18
  515. package/esm/vef-filter/hooks/use-filter-initialization.js +1 -37
  516. package/esm/vef-filter/hooks/use-filter-instance.js +1 -26
  517. package/esm/vef-filter/hooks/use-filter-items.js +1 -23
  518. package/esm/vef-filter/hooks/use-filter-values-change.js +1 -30
  519. package/esm/vef-filter/hooks/use-label-config.js +1 -27
  520. package/esm/vef-filter/index.js +2 -141
  521. package/esm/vef-filter/store.js +1 -71
  522. package/esm/vef-flex/index.js +1 -31
  523. package/esm/vef-float-button/index.js +1 -49
  524. package/esm/vef-float-button-group/index.js +1 -20
  525. package/esm/vef-form/components/fields/icon-select.js +1 -65
  526. package/esm/vef-form/components/fields/index.js +1 -25
  527. package/esm/vef-form/components/fields/input-number.js +1 -123
  528. package/esm/vef-form/components/fields/input.js +1 -132
  529. package/esm/vef-form/components/fields/password.js +1 -115
  530. package/esm/vef-form/components/fields/radio.js +1 -106
  531. package/esm/vef-form/components/fields/select.js +1 -238
  532. package/esm/vef-form/components/fields/textarea.js +1 -109
  533. package/esm/vef-form/components/fields/tree-select.js +1 -234
  534. package/esm/vef-form/components/form-actions.js +3 -58
  535. package/esm/vef-form/components/form-content.js +2 -144
  536. package/esm/vef-form/components/form-field.js +1 -22
  537. package/esm/vef-form/components/form-group.js +3 -64
  538. package/esm/vef-form/components/form-hidden-item.js +1 -36
  539. package/esm/vef-form/components/form-item.js +1 -79
  540. package/esm/vef-form/components/form-row.js +1 -98
  541. package/esm/vef-form/event.js +1 -44
  542. package/esm/vef-form/helper.js +1 -15
  543. package/esm/vef-form/hooks/use-action-handlers.js +1 -130
  544. package/esm/vef-form/hooks/use-columns-layout.js +1 -122
  545. package/esm/vef-form/hooks/use-computed-values.js +1 -55
  546. package/esm/vef-form/hooks/use-form-context.js +1 -14
  547. package/esm/vef-form/hooks/use-form-initialization.js +1 -45
  548. package/esm/vef-form/hooks/use-form-instance.js +1 -26
  549. package/esm/vef-form/hooks/use-form-values-change.js +1 -30
  550. package/esm/vef-form/hooks/use-label-width.js +1 -18
  551. package/esm/vef-form/index.js +3 -174
  552. package/esm/vef-form/store.js +1 -65
  553. package/esm/vef-form/validation-rules.js +1 -286
  554. package/esm/vef-form-drawer/index.js +1 -98
  555. package/esm/vef-form-modal/index.js +1 -95
  556. package/esm/vef-generic-select/index.js +1 -81
  557. package/esm/vef-grid/index.js +12 -77
  558. package/esm/vef-grid/props.js +1 -4
  559. package/esm/vef-grid-item/index.js +1 -52
  560. package/esm/vef-icon/index.js +1 -50
  561. package/esm/vef-icon-select/index.js +11 -146
  562. package/esm/vef-input/hooks/use-input-instance.js +1 -15
  563. package/esm/vef-input/index.js +1 -64
  564. package/esm/vef-input-number/hooks/use-input-number-instance.js +1 -13
  565. package/esm/vef-input-number/index.js +1 -148
  566. package/esm/vef-intellisense-code-editor/hooks/use-change-handler.js +1 -10
  567. package/esm/vef-intellisense-code-editor/hooks/use-editor-options.js +1 -31
  568. package/esm/vef-intellisense-code-editor/hooks/use-path.js +1 -30
  569. package/esm/vef-intellisense-code-editor/index.js +1 -42
  570. package/esm/vef-intellisense-code-editor/loader.js +1 -120
  571. package/esm/vef-intellisense-code-editor/styles.js +9 -15
  572. package/esm/vef-intellisense-code-editor/themes/github-light.json.js +349 -3
  573. package/esm/vef-json-viewer/index.js +1 -36
  574. package/esm/vef-layout/common-styles.js +4 -10
  575. package/esm/vef-layout/components/content.js +1 -13
  576. package/esm/vef-layout/components/font-size.js +1 -68
  577. package/esm/vef-layout/components/fullscreen.js +1 -23
  578. package/esm/vef-layout/components/header-action-icons.js +6 -29
  579. package/esm/vef-layout/components/header-content.js +1 -19
  580. package/esm/vef-layout/components/header.js +6 -69
  581. package/esm/vef-layout/components/icon-boy.js +1 -69
  582. package/esm/vef-layout/components/icon-girl.js +1 -76
  583. package/esm/vef-layout/components/icon-menu-fold-left.js +1 -23
  584. package/esm/vef-layout/components/icon-menu-unfold-left.js +1 -23
  585. package/esm/vef-layout/components/menu-groups.js +15 -123
  586. package/esm/vef-layout/components/message.js +1 -11
  587. package/esm/vef-layout/components/search.js +1 -11
  588. package/esm/vef-layout/components/sider.js +5 -54
  589. package/esm/vef-layout/components/title.js +8 -53
  590. package/esm/vef-layout/components/user-avatar.js +9 -80
  591. package/esm/vef-layout/hooks/use-layout-context.js +1 -10
  592. package/esm/vef-layout/index.js +2 -33
  593. package/esm/vef-layout/logo.svg.js +1 -3
  594. package/esm/vef-layout/store.js +1 -16
  595. package/esm/vef-line-chart/index.js +1 -38
  596. package/esm/vef-loading-placeholder/index.js +5 -42
  597. package/esm/vef-login/index.js +21 -152
  598. package/esm/vef-login/login-icon.js +1 -668
  599. package/esm/vef-menu/index.js +4 -77
  600. package/esm/vef-modal/components/action-button-wrapper.js +1 -49
  601. package/esm/vef-modal/components/cancel-action-button.js +1 -18
  602. package/esm/vef-modal/components/ok-action-button.js +1 -20
  603. package/esm/vef-modal/context.js +1 -15
  604. package/esm/vef-modal/index.js +2 -239
  605. package/esm/vef-not-found/index.js +9 -45
  606. package/esm/vef-not-found/not-found-icon.js +1 -844
  607. package/esm/vef-page/index.js +10 -87
  608. package/esm/vef-pagination/index.js +1 -57
  609. package/esm/vef-pagination/props.js +1 -13
  610. package/esm/vef-paragraph/index.js +1 -89
  611. package/esm/vef-password/hooks/use-password-instance.js +1 -13
  612. package/esm/vef-password/index.js +1 -67
  613. package/esm/vef-pie-chart/index.js +8 -70
  614. package/esm/vef-popconfirm/index.js +1 -56
  615. package/esm/vef-popover/index.js +1 -34
  616. package/esm/vef-radio/hooks/use-data-options.js +1 -40
  617. package/esm/vef-radio/hooks/use-radio-instance.js +1 -20
  618. package/esm/vef-radio/index.js +3 -88
  619. package/esm/vef-rate/hooks/use-rate-instance.js +1 -13
  620. package/esm/vef-rate/index.js +1 -30
  621. package/esm/vef-responsive-container/index.js +2 -54
  622. package/esm/vef-responsive-item/index.js +2 -23
  623. package/esm/vef-ribbon/index.js +1 -38
  624. package/esm/vef-row/index.js +1 -12
  625. package/esm/vef-scroll-area/components/scrollbar.js +7 -34
  626. package/esm/vef-scroll-area/index.js +3 -69
  627. package/esm/vef-segment/index.js +1 -36
  628. package/esm/vef-select/components/option.js +3 -23
  629. package/esm/vef-select/hooks/use-data-options.js +1 -47
  630. package/esm/vef-select/hooks/use-field-names.js +1 -21
  631. package/esm/vef-select/hooks/use-render-label.js +2 -23
  632. package/esm/vef-select/hooks/use-render-option.js +1 -19
  633. package/esm/vef-select/hooks/use-select-instance.js +1 -20
  634. package/esm/vef-select/index.js +1 -100
  635. package/esm/vef-slider/hooks/use-slider-instance.js +1 -13
  636. package/esm/vef-slider/index.js +1 -34
  637. package/esm/vef-sortable-list/components/overlay-item.js +2 -31
  638. package/esm/vef-sortable-list/components/sortable-item.js +2 -75
  639. package/esm/vef-sortable-list/hooks/use-merged-items.js +1 -21
  640. package/esm/vef-sortable-list/index.js +1 -114
  641. package/esm/vef-space/index.js +1 -25
  642. package/esm/vef-spin/index.js +1 -12
  643. package/esm/vef-splitter/index.js +1 -20
  644. package/esm/vef-splitter-panel/index.js +1 -12
  645. package/esm/vef-status/index.js +1 -37
  646. package/esm/vef-table/components/columns/bool.js +1 -91
  647. package/esm/vef-table/components/columns/code.js +1 -10
  648. package/esm/vef-table/components/columns/data-dictionary.js +1 -92
  649. package/esm/vef-table/components/columns/enum.js +1 -101
  650. package/esm/vef-table/components/columns/file.js +1 -10
  651. package/esm/vef-table/components/columns/icon.js +1 -10
  652. package/esm/vef-table/components/columns/id.js +1 -82
  653. package/esm/vef-table/components/columns/image.js +1 -11
  654. package/esm/vef-table/components/columns/index.js +1 -33
  655. package/esm/vef-table/components/columns/markdown.js +1 -10
  656. package/esm/vef-table/components/columns/number.js +1 -83
  657. package/esm/vef-table/components/columns/render.js +1 -28
  658. package/esm/vef-table/components/columns/rich-text.js +1 -10
  659. package/esm/vef-table/components/columns/text.js +1 -88
  660. package/esm/vef-table/components/columns-settings.js +10 -195
  661. package/esm/vef-table/components/operation-buttons.js +2 -230
  662. package/esm/vef-table/components/settings-icon.js +3 -19
  663. package/esm/vef-table/components/table-footer.js +3 -102
  664. package/esm/vef-table/helper.js +1 -15
  665. package/esm/vef-table/hooks/use-computed-batch-buttons.js +1 -33
  666. package/esm/vef-table/hooks/use-computed-columns.js +1 -20
  667. package/esm/vef-table/hooks/use-computed-values.js +1 -38
  668. package/esm/vef-table/hooks/use-data.js +1 -57
  669. package/esm/vef-table/hooks/use-default-column-configs.js +1 -27
  670. package/esm/vef-table/hooks/use-display-value.js +1 -36
  671. package/esm/vef-table/hooks/use-helper-columns.js +1 -67
  672. package/esm/vef-table/hooks/use-operation-column-width.js +1 -50
  673. package/esm/vef-table/hooks/use-pagination-props.js +1 -44
  674. package/esm/vef-table/hooks/use-row-props.js +1 -39
  675. package/esm/vef-table/hooks/use-row-selection-config.js +1 -112
  676. package/esm/vef-table/hooks/use-selected-rows.js +1 -26
  677. package/esm/vef-table/hooks/use-table-columns.js +1 -56
  678. package/esm/vef-table/hooks/use-table-context.js +1 -21
  679. package/esm/vef-table/hooks/use-table-instance.js +1 -15
  680. package/esm/vef-table/hooks/use-table-summary.js +1 -42
  681. package/esm/vef-table/hooks/use-table-width.js +1 -13
  682. package/esm/vef-table/index.js +5 -227
  683. package/esm/vef-table/store.js +1 -17
  684. package/esm/vef-tabs/index.js +1 -25
  685. package/esm/vef-tag/index.js +1 -28
  686. package/esm/vef-temporal-picker/helper.js +1 -57
  687. package/esm/vef-temporal-picker/hooks/use-dayjs-value.js +1 -18
  688. package/esm/vef-temporal-picker/hooks/use-temporal-limit.js +1 -34
  689. package/esm/vef-temporal-picker/hooks/use-temporal-picker-instance.js +1 -19
  690. package/esm/vef-temporal-picker/index.js +1 -125
  691. package/esm/vef-temporal-range-picker/helper.js +1 -57
  692. package/esm/vef-temporal-range-picker/hooks/use-dayjs-values.js +1 -23
  693. package/esm/vef-temporal-range-picker/hooks/use-temporal-limit.js +1 -34
  694. package/esm/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.js +1 -19
  695. package/esm/vef-temporal-range-picker/index.js +1 -128
  696. package/esm/vef-temporal-range-picker/props.js +1 -4
  697. package/esm/vef-text/index.js +1 -80
  698. package/esm/vef-textarea/hooks/use-textarea-instance.js +1 -13
  699. package/esm/vef-textarea/index.js +1 -67
  700. package/esm/vef-title/index.js +6 -89
  701. package/esm/vef-tooltip/index.js +1 -35
  702. package/esm/vef-tree-select/hooks/use-change-handler.js +1 -33
  703. package/esm/vef-tree-select/hooks/use-data-options.js +1 -45
  704. package/esm/vef-tree-select/hooks/use-tree-select-instance.js +1 -20
  705. package/esm/vef-tree-select/index.js +1 -89
  706. package/esm/vef-virtual-grid/index.js +3 -107
  707. package/esm/vef-virtual-list/index.js +4 -215
  708. package/package.json +4 -4
@@ -1,37 +1,2 @@
1
1
  "use strict";
2
- import { jsx } from '@emotion/react/jsx-runtime';
3
- import { Form } from 'antd';
4
- import { memo } from 'react';
5
- import { useComputedValues } from '../hooks/use-computed-values.js';
6
-
7
- "use strict";
8
- const { Item } = Form;
9
- function VefFormHiddenItemBase({
10
- item
11
- }) {
12
- const { name, show } = item;
13
- const [showValue] = useComputedValues([
14
- {
15
- key: "show",
16
- rawValue: show,
17
- defaultValue: true
18
- }
19
- ]);
20
- if (!showValue) {
21
- return null;
22
- }
23
- return /* @__PURE__ */ jsx(
24
- Item,
25
- {
26
- hidden: true,
27
- name,
28
- children: /* @__PURE__ */ jsx("input", { type: "hidden" })
29
- }
30
- );
31
- }
32
- const VefFormHiddenItem = memo(
33
- VefFormHiddenItemBase,
34
- () => false
35
- );
36
-
37
- export { VefFormHiddenItem as default };
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";import{Form as n}from"antd";import{memo as u}from"react";import{useComputedValues as i}from"../hooks/use-computed-values.js";const{Item:s}=n;function a({item:o}){const{name:t,show:m}=o,[r]=i([{key:"show",rawValue:m,defaultValue:!0}]);return r?e(s,{hidden:!0,name:t,children:e("input",{type:"hidden"})}):null}const d=u(a,()=>!1);export{d as default};
@@ -1,80 +1,2 @@
1
1
  "use strict";
2
- import { jsx } from '@emotion/react/jsx-runtime';
3
- import { useContextDisabled } from '@vef-framework/hooks';
4
- import { isArray } from '@vef-framework/shared';
5
- import { Form } from 'antd';
6
- import { memo } from 'react';
7
- import { useComputedValues } from '../hooks/use-computed-values.js';
8
- import VefFormField from './form-field.js';
9
-
10
- "use strict";
11
- const { Item } = Form;
12
- function VefFormItemBase({
13
- item,
14
- disabled
15
- }) {
16
- const {
17
- name,
18
- show,
19
- disabled: itemDisabled,
20
- label,
21
- tip,
22
- rules,
23
- virtual: _,
24
- ...componentProps
25
- } = item;
26
- const formDisabled = useContextDisabled();
27
- const [showValue, disabledValue, labelValue, tipValue, rulesValue] = useComputedValues([
28
- {
29
- key: "show",
30
- rawValue: show,
31
- defaultValue: true
32
- },
33
- {
34
- key: "disabled",
35
- rawValue: itemDisabled,
36
- defaultValue: disabled
37
- },
38
- {
39
- key: "label",
40
- rawValue: label
41
- },
42
- {
43
- key: "tip",
44
- rawValue: tip
45
- },
46
- {
47
- key: "rules",
48
- rawValue: rules
49
- }
50
- ]);
51
- if (!showValue) {
52
- return null;
53
- }
54
- const ruleObjects = isArray(rulesValue) ? rulesValue.flatMap((rule) => rule(item)) : void 0;
55
- return /* @__PURE__ */ jsx(
56
- Item,
57
- {
58
- label: labelValue,
59
- name,
60
- preserve: false,
61
- rules: ruleObjects,
62
- tooltip: tipValue,
63
- children: /* @__PURE__ */ jsx(
64
- VefFormField,
65
- {
66
- componentProps,
67
- disabled: formDisabled || disabledValue,
68
- label: labelValue,
69
- name
70
- }
71
- )
72
- }
73
- );
74
- }
75
- const VefFormItem = memo(
76
- VefFormItemBase,
77
- (prevProps, nextProps) => prevProps.disabled === nextProps.disabled
78
- );
79
-
80
- export { VefFormItem as default };
2
+ import{jsx as t}from"@emotion/react/jsx-runtime";import{useContextDisabled as y}from"@vef-framework/hooks";import{isArray as k}from"@vef-framework/shared";import{Form as h}from"antd";import{memo as v}from"react";import{useComputedValues as x}from"../hooks/use-computed-values.js";import C from"./form-field.js";const{Item:P}=h;function j({item:e,disabled:r}){const{name:a,show:i,disabled:s,label:m,tip:u,rules:d,virtual:D,...n}=e,p=y(),[f,b,l,c,o]=x([{key:"show",rawValue:i,defaultValue:!0},{key:"disabled",rawValue:s,defaultValue:r},{key:"label",rawValue:m},{key:"tip",rawValue:u},{key:"rules",rawValue:d}]);if(!f)return null;const V=k(o)?o.flatMap(w=>w(e)):void 0;return t(P,{label:l,name:a,preserve:!1,rules:V,tooltip:c,children:t(C,{componentProps:n,disabled:p||b,label:l,name:a})})}const A=v(j,(e,r)=>e.disabled===r.disabled);export{A as default};
@@ -1,99 +1,2 @@
1
1
  "use strict";
2
- import { jsxs, Fragment, jsx } from '@emotion/react/jsx-runtime';
3
- import { isDeepEqual, omit } from '@vef-framework/shared';
4
- import { useMemo, memo } from 'react';
5
- import VefGrid from '../../vef-grid/index.js';
6
- import VefGridItem from '../../vef-grid-item/index.js';
7
- import { useColumnsLayout } from '../hooks/use-columns-layout.js';
8
- import { useComputedValues } from '../hooks/use-computed-values.js';
9
- import { useFormContext } from '../hooks/use-form-context.js';
10
- import VefFormHiddenItem from './form-hidden-item.js';
11
- import VefFormItem from './form-item.js';
12
-
13
- "use strict";
14
- const formItemMinWidth = 240;
15
- function VefFormRowBase({
16
- rowKey,
17
- columns,
18
- disabled,
19
- autoExpand: rowAutoExpand
20
- }) {
21
- const {
22
- layoutMode,
23
- autoExpand: formAutoExpand,
24
- labelPosition,
25
- labelWidth
26
- } = useFormContext();
27
- const formItemMinWidthToUse = labelPosition === "top" ? formItemMinWidth : formItemMinWidth + (labelWidth ?? 80);
28
- const [hiddenItems, filteredColumns] = useMemo(() => {
29
- const hiddenItems2 = [];
30
- const filteredColumns2 = [];
31
- for (const column of columns) {
32
- const { items, ...rest } = column;
33
- const filteredItems = [];
34
- for (const item of items) {
35
- const { type } = item;
36
- if (type === "Hidden") {
37
- hiddenItems2.push(item);
38
- } else {
39
- filteredItems.push(item);
40
- }
41
- }
42
- if (filteredItems.length > 0) {
43
- filteredColumns2.push({
44
- ...rest,
45
- items: filteredItems
46
- });
47
- }
48
- }
49
- return [hiddenItems2, filteredColumns2];
50
- }, [columns]);
51
- const computedValues = useComputedValues(
52
- [
53
- ...filteredColumns.map(({ key, show }) => ({
54
- key: `show-${key}`,
55
- rawValue: show,
56
- defaultValue: true
57
- })),
58
- ...filteredColumns.map(({ key, disabled: columnDisabled }) => ({
59
- key: `disabled-${key}`,
60
- rawValue: columnDisabled,
61
- defaultValue: disabled
62
- }))
63
- ],
64
- true
65
- );
66
- const showedColumns = useMemo(() => columns.filter(({ key }) => computedValues[`show-${key}`]), [computedValues, columns]);
67
- const layout = useColumnsLayout(rowKey, showedColumns, layoutMode, rowAutoExpand ?? formAutoExpand);
68
- return /* @__PURE__ */ jsxs(Fragment, { children: [
69
- hiddenItems.map((item) => {
70
- const { name } = item;
71
- return /* @__PURE__ */ jsx(VefFormHiddenItem, { item }, name);
72
- }),
73
- showedColumns.length > 0 && /* @__PURE__ */ jsx(VefGrid, { baseWidth: formItemMinWidthToUse, gap: [0, "large"], children: showedColumns.map((column) => {
74
- const layoutProps = {};
75
- if (layoutMode === "responsive") {
76
- const columnsLayout = layout;
77
- layoutProps.xs = columnsLayout.xs[column.key];
78
- layoutProps.sm = columnsLayout.sm[column.key];
79
- layoutProps.md = columnsLayout.md[column.key];
80
- layoutProps.lg = columnsLayout.lg[column.key];
81
- layoutProps.xl = columnsLayout.xl[column.key];
82
- layoutProps.xxl = columnsLayout.xxl[column.key];
83
- } else {
84
- const columnsLayout = layout;
85
- layoutProps.span = columnsLayout[column.key];
86
- }
87
- return /* @__PURE__ */ jsx(VefGridItem, { ...layoutProps, children: column.items.map((item) => /* @__PURE__ */ jsx(VefFormItem, { disabled: disabled || computedValues[`disabled-${column.key}`], item }, item.name)) }, column.key);
88
- }) })
89
- ] });
90
- }
91
- const VefFormRow = memo(
92
- VefFormRowBase,
93
- (prevProps, nextProps) => isDeepEqual(
94
- omit(prevProps, ["columns"]),
95
- omit(nextProps, ["columns"])
96
- )
97
- );
98
-
99
- export { VefFormRow as default };
2
+ import{jsxs as F,Fragment as W,jsx as m}from"@emotion/react/jsx-runtime";import{isDeepEqual as j,omit as c}from"@vef-framework/shared";import{useMemo as y,memo as M}from"react";import P from"../../vef-grid/index.js";import q from"../../vef-grid-item/index.js";import{useColumnsLayout as v}from"../hooks/use-columns-layout.js";import{useComputedValues as D}from"../hooks/use-computed-values.js";import{useFormContext as H}from"../hooks/use-form-context.js";import I from"./form-hidden-item.js";import K from"./form-item.js";const h=240;function L({rowKey:r,columns:s,disabled:u,autoExpand:k}){const{layoutMode:p,autoExpand:x,labelPosition:b,labelWidth:g}=H(),$=b==="top"?h:h+(g??80),[w,d]=y(()=>{const o=[],e=[];for(const t of s){const{items:V,...C}=t,n=[];for(const i of V){const{type:E}=i;E==="Hidden"?o.push(i):n.push(i)}n.length>0&&e.push({...C,items:n})}return[o,e]},[s]),a=D([...d.map(({key:o,show:e})=>({key:`show-${o}`,rawValue:e,defaultValue:!0})),...d.map(({key:o,disabled:e})=>({key:`disabled-${o}`,rawValue:e,defaultValue:u}))],!0),l=y(()=>s.filter(({key:o})=>a[`show-${o}`]),[a,s]),f=v(r,l,p,k??x);return F(W,{children:[w.map(o=>{const{name:e}=o;return m(I,{item:o},e)}),l.length>0&&m(P,{baseWidth:$,gap:[0,"large"],children:l.map(o=>{const e={};if(p==="responsive"){const t=f;e.xs=t.xs[o.key],e.sm=t.sm[o.key],e.md=t.md[o.key],e.lg=t.lg[o.key],e.xl=t.xl[o.key],e.xxl=t.xxl[o.key]}else{const t=f;e.span=t[o.key]}return m(q,{...e,children:o.items.map(t=>m(K,{disabled:u||a[`disabled-${o.key}`],item:t},t.name))},o.key)})})]})}const S=M(L,(r,s)=>j(c(r,["columns"]),c(s,["columns"])));export{S as default};
@@ -1,45 +1,2 @@
1
1
  "use strict";
2
- import { createEventEmitter } from '@vef-framework/shared';
3
-
4
- "use strict";
5
- var __typeError = (msg) => {
6
- throw TypeError(msg);
7
- };
8
- var __accessCheck = (obj, member, msg) => member.has(obj) || __typeError("Cannot " + msg);
9
- var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read from private field"), getter ? getter.call(obj) : member.get(obj));
10
- var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
11
- var _emitter;
12
- const changeEvent = Symbol("change");
13
- const submitResultEvent = Symbol("submitResult");
14
- class FormEventBus {
15
- constructor() {
16
- /**
17
- * The emitter.
18
- */
19
- __privateAdd(this, _emitter, createEventEmitter());
20
- }
21
- clear() {
22
- __privateGet(this, _emitter).all.clear();
23
- }
24
- onChange(handler) {
25
- __privateGet(this, _emitter).on(changeEvent, handler);
26
- }
27
- offChange(handler) {
28
- __privateGet(this, _emitter).off(changeEvent, handler);
29
- }
30
- emitChange(value) {
31
- __privateGet(this, _emitter).emit(changeEvent, value);
32
- }
33
- onSubmitResult(handler) {
34
- __privateGet(this, _emitter).on(submitResultEvent, handler);
35
- }
36
- offSubmitResult(handler) {
37
- __privateGet(this, _emitter).off(submitResultEvent, handler);
38
- }
39
- emitSubmitResult(result) {
40
- __privateGet(this, _emitter).emit(submitResultEvent, result);
41
- }
42
- }
43
- _emitter = new WeakMap();
44
-
45
- export { FormEventBus };
2
+ import{createEventEmitter as m}from"@vef-framework/shared";var n=e=>{throw TypeError(e)},h=(e,t,r)=>t.has(e)||n("Cannot "+r),o=(e,t,r)=>(h(e,t,"read from private field"),r?r.call(e):t.get(e)),l=(e,t,r)=>t.has(e)?n("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),a;const s=Symbol("change"),i=Symbol("submitResult");class c{constructor(){l(this,a,m())}clear(){o(this,a).all.clear()}onChange(t){o(this,a).on(s,t)}offChange(t){o(this,a).off(s,t)}emitChange(t){o(this,a).emit(s,t)}onSubmitResult(t){o(this,a).on(i,t)}offSubmitResult(t){o(this,a).off(i,t)}emitSubmitResult(t){o(this,a).emit(i,t)}}a=new WeakMap;export{c as FormEventBus};
@@ -1,16 +1,2 @@
1
1
  "use strict";
2
- import { isFunction, isInternalFunction, isExpression, compileDynamicFn } from '@vef-framework/shared';
3
-
4
- "use strict";
5
- function computeValue(value, values, scene, defaultValue) {
6
- if (isFunction(value) && !isInternalFunction(value)) {
7
- return value(values, scene);
8
- }
9
- if (isExpression(value)) {
10
- const fn = compileDynamicFn(value, "values", "scene", `return ${value.expression}`);
11
- return fn(values, scene);
12
- }
13
- return value ?? defaultValue;
14
- }
15
-
16
- export { computeValue };
2
+ import{compileDynamicFn as o,isFunction as t,isInternalFunction as u,isExpression as c}from"@vef-framework/shared";function e(n,i,r,s){return t(n)&&!u(n)?n(i,r):c(n)?o(n,"values","scene",`return ${n.expression}`)(i,r):n??s}export{e as computeValue};
@@ -1,131 +1,2 @@
1
1
  "use strict";
2
- import { useApiContext } from '@vef-framework/core';
3
- import { isFunction, VefError, showLoadingMessage, omit, showSuccessMessage } from '@vef-framework/shared';
4
- import { useCallback, useMemo } from 'react';
5
- import { useFormStore } from '../store.js';
6
-
7
- "use strict";
8
- function useActionHandlers({
9
- submitApi,
10
- submitTip = "提交中...",
11
- onBeforeSubmit,
12
- onSubmit,
13
- onSubmitSuccess,
14
- onSubmitFailure,
15
- onReset
16
- }) {
17
- const [
18
- form,
19
- scene,
20
- eventBus,
21
- setIsLoading,
22
- virtualFieldNames,
23
- getValues,
24
- initialValues,
25
- invokeValueChangeHandlers
26
- ] = useFormStore((state) => [
27
- state.form,
28
- state.scene,
29
- state.eventBus,
30
- state.setIsLoading,
31
- state.virtualFieldNames,
32
- state.getValues,
33
- state.initialValues,
34
- state.invokeValueChangeHandlers
35
- ]);
36
- const { useApiMutation, stubMutationApi } = useApiContext();
37
- const { mutate } = useApiMutation(submitApi ?? stubMutationApi);
38
- if (!isFunction(onSubmit) && !submitApi) {
39
- throw new VefError(-1, "'onSubmit' or 'submitApi' prop is required for VefForm component");
40
- }
41
- const handleReset = useCallback(() => {
42
- const values = getValues();
43
- form.resetFields();
44
- invokeValueChangeHandlers();
45
- eventBus.emitChange(initialValues);
46
- onReset?.(values, scene);
47
- }, [
48
- form,
49
- getValues,
50
- onReset,
51
- scene,
52
- invokeValueChangeHandlers,
53
- initialValues,
54
- eventBus
55
- ]);
56
- const handleSubmit = useMemo(() => {
57
- if (isFunction(onSubmit)) {
58
- if (submitApi) {
59
- console.warn("'submitApi' prop is ignored when 'onSubmit' prop is provided in VefForm component");
60
- }
61
- return async (values) => {
62
- setIsLoading(true);
63
- let valuesToUse = values;
64
- let closeLoading = null;
65
- try {
66
- const submitTipToUse = isFunction(submitTip) ? submitTip(values, scene) : submitTip;
67
- closeLoading = showLoadingMessage(submitTipToUse);
68
- if (isFunction(onBeforeSubmit)) {
69
- valuesToUse = await onBeforeSubmit(valuesToUse, scene);
70
- }
71
- const valuesToSubmit = omit(valuesToUse, virtualFieldNames);
72
- await onSubmit(valuesToSubmit, scene);
73
- eventBus.emitSubmitResult(true);
74
- } catch (error) {
75
- eventBus.emitSubmitResult(false);
76
- throw error;
77
- } finally {
78
- setIsLoading(false);
79
- closeLoading?.();
80
- }
81
- };
82
- }
83
- return async (values) => {
84
- setIsLoading(true);
85
- let valuesToUse = values;
86
- let closeLoading = null;
87
- try {
88
- const submitTipToUse = isFunction(submitTip) ? submitTip(values, scene) : submitTip;
89
- closeLoading = showLoadingMessage(submitTipToUse);
90
- if (isFunction(onBeforeSubmit)) {
91
- valuesToUse = await onBeforeSubmit(values, scene);
92
- }
93
- const toSubmitValues = omit(valuesToUse, virtualFieldNames);
94
- const apiResponse = await mutate(toSubmitValues);
95
- (onSubmitSuccess ?? (({ message }) => {
96
- showSuccessMessage(message);
97
- }))(apiResponse, valuesToUse, scene);
98
- eventBus.emitSubmitResult(true);
99
- } catch (error) {
100
- eventBus.emitSubmitResult(false);
101
- onSubmitFailure?.(error, valuesToUse, scene);
102
- } finally {
103
- setIsLoading(false);
104
- closeLoading?.();
105
- }
106
- };
107
- }, [
108
- onSubmit,
109
- submitApi,
110
- setIsLoading,
111
- submitTip,
112
- scene,
113
- onBeforeSubmit,
114
- virtualFieldNames,
115
- eventBus,
116
- mutate,
117
- onSubmitSuccess,
118
- onSubmitFailure
119
- ]);
120
- const handleSubmitFailed = useCallback(({ values, errorFields }) => {
121
- eventBus.emitSubmitResult(false);
122
- onSubmitFailure?.(new VefError(-1, errorFields.flatMap((field) => field.errors).join(", ")), values, scene);
123
- }, [eventBus, onSubmitFailure, scene]);
124
- return {
125
- handleReset,
126
- handleSubmit,
127
- handleSubmitFailed
128
- };
129
- }
130
-
131
- export { useActionHandlers };
2
+ import{useApiContext as L}from"@vef-framework/core";import{isFunction as r,VefError as V,showLoadingMessage as A,omit as M,showSuccessMessage as N}from"@vef-framework/shared";import{useCallback as v,useMemo as j}from"react";import{useFormStore as q}from"../store.js";function I({submitApi:m,submitTip:o="提交中...",onBeforeSubmit:a,onSubmit:c,onSubmitSuccess:d,onSubmitFailure:p,onReset:f}){const[h,e,s,l,b,w,F,g]=q(t=>[t.form,t.scene,t.eventBus,t.setIsLoading,t.virtualFieldNames,t.getValues,t.initialValues,t.invokeValueChangeHandlers]),{useApiMutation:y,stubMutationApi:C}=L(),{mutate:R}=y(m??C);if(!r(c)&&!m)throw new V(-1,"'onSubmit' or 'submitApi' prop is required for VefForm component");const k=v(()=>{const t=w();h.resetFields(),g(),s.emitChange(F),f?.(t,e)},[h,w,f,e,g,F,s]),H=j(()=>r(c)?(m&&console.warn("'submitApi' prop is ignored when 'onSubmit' prop is provided in VefForm component"),async t=>{l(!0);let i=t,n=null;try{const u=r(o)?o(t,e):o;n=A(u),r(a)&&(i=await a(i,e));const S=M(i,b);await c(S,e),s.emitSubmitResult(!0)}catch(u){throw s.emitSubmitResult(!1),u}finally{l(!1),n?.()}}):async t=>{l(!0);let i=t,n=null;try{const u=r(o)?o(t,e):o;n=A(u),r(a)&&(i=await a(t,e));const S=M(i,b),B=await R(S);(d??(({message:E})=>{N(E)}))(B,i,e),s.emitSubmitResult(!0)}catch(u){s.emitSubmitResult(!1),p?.(u,i,e)}finally{l(!1),n?.()}},[c,m,l,o,e,a,b,s,R,d,p]),x=v(({values:t,errorFields:i})=>{s.emitSubmitResult(!1),p?.(new V(-1,i.flatMap(n=>n.errors).join(", ")),t,e)},[s,p,e]);return{handleReset:k,handleSubmit:H,handleSubmitFailed:x}}export{I as useActionHandlers};
@@ -1,123 +1,2 @@
1
1
  "use strict";
2
- import { unique, VefError } from '@vef-framework/shared';
3
- import { useMemo } from 'react';
4
-
5
- "use strict";
6
- const MAX_SPANS = 24;
7
- const SPAN_BASES = [
8
- {
9
- breakpoint: "xs",
10
- base: MAX_SPANS,
11
- spans: 1
12
- },
13
- {
14
- breakpoint: "sm",
15
- base: MAX_SPANS / 2,
16
- spans: 2
17
- },
18
- {
19
- breakpoint: "md",
20
- base: MAX_SPANS / 3,
21
- spans: 3
22
- },
23
- {
24
- breakpoint: "lg",
25
- base: MAX_SPANS / 4,
26
- spans: 4
27
- },
28
- {
29
- breakpoint: "xl",
30
- base: MAX_SPANS / 4,
31
- spans: 4
32
- },
33
- {
34
- breakpoint: "xxl",
35
- base: MAX_SPANS / 6,
36
- spans: 6
37
- }
38
- ];
39
- const ALLOWED_SPANS = unique(SPAN_BASES.map((item) => item.spans));
40
- function calculateResponsiveLayout(rowKey, columns, autoExpand) {
41
- const totalSpans = columns.reduce((acc, column) => acc + (column.span ?? 1), 0);
42
- if (!ALLOWED_SPANS.includes(totalSpans)) {
43
- throw new VefError(-3, `The total spans of the columns of the row [${rowKey}] must be one of the following: ${ALLOWED_SPANS.join(", ")}.`);
44
- }
45
- const requiredBase = 24 / totalSpans;
46
- const layout = {};
47
- for (const {
48
- breakpoint,
49
- base,
50
- spans
51
- } of SPAN_BASES) {
52
- if (requiredBase >= base) {
53
- layout[breakpoint] = columns.reduce((acc, column) => {
54
- acc[column.key] = (column.span ?? 1) * requiredBase;
55
- return acc;
56
- }, {});
57
- } else {
58
- const map = {};
59
- let remainingSpans = spans;
60
- let lastColumnKey = null;
61
- for (const column of columns) {
62
- const requiredSpan = column.span ?? 1;
63
- if (remainingSpans >= requiredSpan) {
64
- map[column.key] = requiredSpan * base;
65
- remainingSpans -= requiredSpan;
66
- lastColumnKey = column.key;
67
- } else {
68
- if (lastColumnKey) {
69
- if (autoExpand) {
70
- map[lastColumnKey] += remainingSpans * base;
71
- }
72
- remainingSpans = spans;
73
- lastColumnKey = null;
74
- }
75
- if (requiredSpan > spans) {
76
- map[column.key] = 24;
77
- } else {
78
- map[column.key] = requiredSpan * base;
79
- remainingSpans -= requiredSpan;
80
- lastColumnKey = column.key;
81
- }
82
- }
83
- if (remainingSpans === 0) {
84
- remainingSpans = spans;
85
- lastColumnKey = null;
86
- }
87
- }
88
- if (remainingSpans > 0) {
89
- if (autoExpand) {
90
- map[lastColumnKey] += remainingSpans * base;
91
- }
92
- lastColumnKey = null;
93
- }
94
- layout[breakpoint] = map;
95
- }
96
- }
97
- return layout;
98
- }
99
- function calculateFixedLayout(rowKey, columns) {
100
- const totalSpans = columns.reduce((acc, column) => acc + (column.span ?? 1), 0);
101
- if (totalSpans > MAX_SPANS || MAX_SPANS % totalSpans !== 0) {
102
- throw new VefError(-3, `The total spans of the columns of the row [${rowKey}] must be less than or equal to ${MAX_SPANS} and a divisor of ${MAX_SPANS}.`);
103
- }
104
- const base = MAX_SPANS / totalSpans;
105
- return columns.reduce((acc, column) => {
106
- acc[column.key] = (column.span ?? 1) * base;
107
- return acc;
108
- }, {});
109
- }
110
- function useColumnsLayout(rowKey, columns, layoutMode, autoExpand) {
111
- return useMemo(() => {
112
- if (columns.length === 0) {
113
- return {};
114
- }
115
- if (layoutMode === "responsive") {
116
- return calculateResponsiveLayout(rowKey, columns, autoExpand);
117
- } else {
118
- return calculateFixedLayout(rowKey, columns);
119
- }
120
- }, []);
121
- }
122
-
123
- export { useColumnsLayout };
2
+ import{unique as y,VefError as m}from"@vef-framework/shared";import{useMemo as w}from"react";const n=24,h=[{breakpoint:"xs",base:n,spans:1},{breakpoint:"sm",base:n/2,spans:2},{breakpoint:"md",base:n/3,spans:3},{breakpoint:"lg",base:n/4,spans:4},{breakpoint:"xl",base:n/4,spans:4},{breakpoint:"xxl",base:n/6,spans:6}],d=y(h.map(t=>t.spans));function x(t,s,a){const l=s.reduce((b,i)=>b+(i.span??1),0);if(!d.includes(l))throw new m(-3,`The total spans of the columns of the row [${t}] must be one of the following: ${d.join(", ")}.`);const u=24/l,r={};for(const{breakpoint:b,base:i,spans:k}of h)if(u>=i)r[b]=s.reduce((o,e)=>(o[e.key]=(e.span??1)*u,o),{});else{const o={};let e=k,p=null;for(const c of s){const f=c.span??1;e>=f?(o[c.key]=f*i,e-=f,p=c.key):(p&&(a&&(o[p]+=e*i),e=k,p=null),f>k?o[c.key]=24:(o[c.key]=f*i,e-=f,p=c.key)),e===0&&(e=k,p=null)}e>0&&(a&&(o[p]+=e*i),p=null),r[b]=o}return r}function $(t,s){const a=s.reduce((u,r)=>u+(r.span??1),0);if(a>n||n%a!==0)throw new m(-3,`The total spans of the columns of the row [${t}] must be less than or equal to ${n} and a divisor of ${n}.`);const l=n/a;return s.reduce((u,r)=>(u[r.key]=(r.span??1)*l,u),{})}function g(t,s,a,l){return w(()=>s.length===0?{}:a==="responsive"?x(t,s,l):$(t,s),[])}export{g as useColumnsLayout};
@@ -1,56 +1,2 @@
1
1
  "use strict";
2
- import { useUpdater, useDeepMemo, useDeepLayoutEffect } from '@vef-framework/hooks';
3
- import { isFunctionOrExpression, isDeepEqual } from '@vef-framework/shared';
4
- import { computeValue } from '../helper.js';
5
- import { useFormStore } from '../store.js';
6
-
7
- "use strict";
8
- function useComputedValues(values, returnAsObject = false) {
9
- const [scene, eventBus, getValues] = useFormStore((state) => [state.scene, state.eventBus, state.getValues]);
10
- const forceUpdate = useUpdater();
11
- const currentValues = getValues();
12
- const computedValues = useDeepMemo(() => values.reduce((acc, it) => {
13
- const {
14
- key,
15
- rawValue,
16
- defaultValue
17
- } = it;
18
- const computedValue = computeValue(rawValue, currentValues, scene, defaultValue);
19
- acc[key] = computedValue;
20
- return acc;
21
- }, {}), [currentValues, scene, values]);
22
- useDeepLayoutEffect(() => {
23
- const realComputedValues = values.filter(({ rawValue }) => isFunctionOrExpression(rawValue));
24
- const shouldListenChangeEvent = realComputedValues.length > 0;
25
- if (shouldListenChangeEvent) {
26
- const handleChange = (newValues) => {
27
- for (const value of realComputedValues) {
28
- const {
29
- key,
30
- rawValue,
31
- defaultValue
32
- } = value;
33
- const computedValue = computedValues[key];
34
- const refreshedValue = computeValue(rawValue, newValues, scene, defaultValue);
35
- if (!isDeepEqual(refreshedValue, computedValue)) {
36
- forceUpdate();
37
- break;
38
- }
39
- }
40
- };
41
- eventBus.onChange(handleChange);
42
- return () => {
43
- eventBus.offChange(handleChange);
44
- };
45
- }
46
- }, [computedValues, eventBus, forceUpdate, scene, values]);
47
- if (returnAsObject) {
48
- return values.reduce((acc, { key }) => {
49
- acc[key] = computedValues[key];
50
- return acc;
51
- }, {});
52
- }
53
- return values.map(({ key }) => computedValues[key]);
54
- }
55
-
56
- export { useComputedValues };
2
+ import{useUpdater as g,useDeepMemo as C,useDeepLayoutEffect as h}from"@vef-framework/hooks";import{isFunctionOrExpression as w,isDeepEqual as D}from"@vef-framework/shared";import{computeValue as l}from"../helper.js";import{useFormStore as E}from"../store.js";function x(u,m=!1){const[o,s,V]=E(e=>[e.scene,e.eventBus,e.getValues]),c=g(),i=V(),t=C(()=>u.reduce((e,r)=>{const{key:a,rawValue:n,defaultValue:f}=r,p=l(n,i,o,f);return e[a]=p,e},{}),[i,o,u]);return h(()=>{const e=u.filter(({rawValue:r})=>w(r));if(e.length>0){const r=a=>{for(const n of e){const{key:f,rawValue:p,defaultValue:d}=n,y=t[f],k=l(p,a,o,d);if(!D(k,y)){c();break}}};return s.onChange(r),()=>{s.offChange(r)}}},[t,s,c,o,u]),m?u.reduce((e,{key:r})=>(e[r]=t[r],e),{}):u.map(({key:e})=>t[e])}export{x as useComputedValues};
@@ -1,15 +1,2 @@
1
1
  "use strict";
2
- import { createSelectableContext } from '@vef-framework/shared';
3
-
4
- "use strict";
5
- const {
6
- useContextSelector: useFormContextSelector,
7
- useContext: useFormContext,
8
- ContextProvider: FormContextProvider
9
- } = createSelectableContext({
10
- autoExpand: true,
11
- labelPosition: "top",
12
- layoutMode: "responsive"
13
- });
14
-
15
- export { FormContextProvider, useFormContext, useFormContextSelector };
2
+ import{createSelectableContext as e}from"@vef-framework/shared";const{useContextSelector:t,useContext:o,ContextProvider:r}=e({autoExpand:!0,labelPosition:"top",layoutMode:"responsive"});export{r as FormContextProvider,o as useFormContext,t as useFormContextSelector};
@@ -1,46 +1,2 @@
1
1
  "use strict";
2
- import { isNullish, isFunction } from '@vef-framework/shared';
3
- import { useMemo } from 'react';
4
-
5
- "use strict";
6
- function useFormInitialization(schema, initialValues) {
7
- return useMemo(() => {
8
- const mergedInitialValues = {
9
- ...initialValues
10
- };
11
- const valueChangeHandlers = {};
12
- const virtualFieldNames = [];
13
- for (const group of schema) {
14
- const { rows } = group;
15
- for (const row of rows) {
16
- const { columns } = row;
17
- for (const column of columns) {
18
- const { items } = column;
19
- for (const item of items) {
20
- const {
21
- name,
22
- defaultValue,
23
- virtual
24
- } = item;
25
- if (!isNullish(defaultValue) && isNullish(mergedInitialValues[name])) {
26
- mergedInitialValues[name] = defaultValue;
27
- }
28
- if (item.type !== "Hidden" && isFunction(item.onChange)) {
29
- valueChangeHandlers[name] = item.onChange;
30
- }
31
- if (virtual === true) {
32
- virtualFieldNames.push(name);
33
- }
34
- }
35
- }
36
- }
37
- }
38
- return {
39
- mergedInitialValues,
40
- valueChangeHandlers,
41
- virtualFieldNames
42
- };
43
- }, []);
44
- }
45
-
46
- export { useFormInitialization };
2
+ import{isNullish as i,isFunction as g}from"@vef-framework/shared";import{useMemo as v}from"react";function C(u,a){return v(()=>{const t={...a},e={},s=[];for(const c of u){const{rows:l}=c;for(const f of l){const{columns:m}=f;for(const d of m){const{items:p}=d;for(const o of p){const{name:n,defaultValue:r,virtual:h}=o;!i(r)&&i(t[n])&&(t[n]=r),o.type!=="Hidden"&&g(o.onChange)&&(e[n]=o.onChange),h===!0&&s.push(n)}}}}return{mergedInitialValues:t,valueChangeHandlers:e,virtualFieldNames:s}},[])}export{C as useFormInitialization};