@vef-framework/components 1.0.93 → 1.0.95

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 (833) hide show
  1. package/es/index.js +2 -2
  2. package/es/internal/base.css.js +3 -0
  3. package/es/internal/chart.js +1 -1
  4. package/es/internal/index.js +1 -1
  5. package/es/internal/modern-normalize.css.js +1 -1
  6. package/es/internal/utils.js +1 -1
  7. package/es/vef-access-denied/access-denied-icon.js +1 -1
  8. package/es/vef-access-denied/index.js +1 -1
  9. package/es/vef-action-buttons/index.js +1 -1
  10. package/es/vef-approval-flow-editor/components/edge.js +8 -0
  11. package/es/vef-approval-flow-editor/components/label-value.js +19 -0
  12. package/es/vef-approval-flow-editor/components/node-content.js +18 -0
  13. package/es/vef-approval-flow-editor/components/node-selector.js +14 -0
  14. package/es/vef-approval-flow-editor/components/node-toolbar.js +3 -0
  15. package/es/vef-approval-flow-editor/components/nodes/approval.js +3 -0
  16. package/es/vef-approval-flow-editor/components/nodes/condition.js +3 -0
  17. package/es/vef-approval-flow-editor/components/nodes/end.js +3 -0
  18. package/es/vef-approval-flow-editor/components/nodes/handle.js +3 -0
  19. package/es/vef-approval-flow-editor/components/nodes/index.js +3 -0
  20. package/es/vef-approval-flow-editor/components/nodes/submit.js +3 -0
  21. package/es/vef-approval-flow-editor/components/selector-content.js +26 -0
  22. package/es/vef-approval-flow-editor/components/source-handle.js +3 -0
  23. package/es/vef-approval-flow-editor/components/target-handle.js +3 -0
  24. package/es/vef-approval-flow-editor/constants.js +3 -0
  25. package/es/vef-approval-flow-editor/helper.js +3 -0
  26. package/es/vef-approval-flow-editor/hooks/use-edges-interaction.js +3 -0
  27. package/es/vef-approval-flow-editor/hooks/use-element-selection.js +3 -0
  28. package/es/vef-approval-flow-editor/hooks/use-nodes-interaction.js +3 -0
  29. package/es/vef-approval-flow-editor/index.js +3 -0
  30. package/es/vef-approval-flow-editor/models/edge-node.js +3 -0
  31. package/es/vef-approval-flow-editor/models/flow-node.js +3 -0
  32. package/es/vef-approval-flow-editor/store.js +3 -0
  33. package/es/vef-approval-flow-editor/styles.js +43 -0
  34. package/es/vef-approval-flow-editor/types.js +3 -0
  35. package/es/vef-area-chart/index.js +1 -1
  36. package/es/vef-auto-sizer/index.js +1 -1
  37. package/es/vef-avatar/index.js +1 -1
  38. package/es/vef-avatar-group/index.js +1 -1
  39. package/es/vef-badge/index.js +1 -1
  40. package/es/vef-bar-chart/index.js +1 -1
  41. package/es/vef-bool/hooks/use-bool-instance.js +1 -1
  42. package/es/vef-bool/index.js +1 -1
  43. package/es/vef-breadcrumb/index.js +1 -1
  44. package/es/vef-button/components/base-button.js +1 -1
  45. package/es/vef-button/index.js +1 -1
  46. package/es/vef-card/index.js +1 -1
  47. package/es/vef-card-meta/index.js +1 -1
  48. package/es/vef-chart-container/hooks/use-chart-container-context.js +1 -1
  49. package/es/vef-chart-container/index.js +1 -1
  50. package/es/vef-chart-legend-content/index.js +1 -1
  51. package/es/vef-chart-tooltip-content/index.js +1 -1
  52. package/es/vef-checkbox/hooks/use-checkbox-instance.js +1 -1
  53. package/es/vef-checkbox/hooks/use-data-options.js +1 -1
  54. package/es/vef-checkbox/index.js +1 -1
  55. package/es/vef-col/index.js +1 -1
  56. package/es/vef-color-picker/index.js +1 -1
  57. package/es/vef-compact/index.js +1 -1
  58. package/es/vef-config-provider/global-style.js +1 -1
  59. package/es/vef-config-provider/hooks/use-ui-config.js +2 -2
  60. package/es/vef-config-provider/index.js +1 -1
  61. package/es/vef-config-provider/store.js +1 -1
  62. package/es/vef-container/index.js +1 -1
  63. package/es/vef-crud-page/components/crud-actions.js +1 -1
  64. package/es/vef-crud-page/components/crud-filter.js +1 -1
  65. package/es/vef-crud-page/components/crud-footer.js +1 -1
  66. package/es/vef-crud-page/components/crud-form-modal.js +1 -1
  67. package/es/vef-crud-page/components/crud-header.js +1 -1
  68. package/es/vef-crud-page/components/crud-table.js +1 -1
  69. package/es/vef-crud-page/hooks/use-action-buttons.js +1 -1
  70. package/es/vef-crud-page/hooks/use-crud-context.js +1 -1
  71. package/es/vef-crud-page/hooks/use-crud-schema.js +1 -1
  72. package/es/vef-crud-page/hooks/use-operation-buttons.js +1 -1
  73. package/es/vef-crud-page/index.js +1 -1
  74. package/es/vef-crud-page/store.js +1 -1
  75. package/es/vef-divider/index.js +1 -1
  76. package/es/vef-drawer/components/action-button-wrapper.js +1 -1
  77. package/es/vef-drawer/components/button-props.js +1 -1
  78. package/es/vef-drawer/components/cancel-action-button.js +1 -1
  79. package/es/vef-drawer/components/ok-action-button.js +1 -1
  80. package/es/vef-drawer/context.js +1 -1
  81. package/es/vef-drawer/index.js +1 -1
  82. package/es/vef-dropdown/index.js +1 -1
  83. package/es/vef-dynamic-icon/index.js +1 -1
  84. package/es/vef-dynamic-icon/props.js +1 -1
  85. package/es/vef-empty/index.js +1 -1
  86. package/es/vef-empty-placeholder/index.js +1 -1
  87. package/es/vef-error/error-icon.js +1 -1
  88. package/es/vef-error/index.js +1 -1
  89. package/es/vef-filter/components/action-buttons.js +1 -1
  90. package/es/vef-filter/components/advanced-filter.js +1 -1
  91. package/es/vef-filter/components/basic-filter.js +1 -1
  92. package/es/vef-filter/components/fields/index.js +1 -1
  93. package/es/vef-filter/components/fields/input-number.js +1 -1
  94. package/es/vef-filter/components/fields/input.js +1 -1
  95. package/es/vef-filter/components/fields/radio.js +1 -1
  96. package/es/vef-filter/components/fields/select.js +1 -1
  97. package/es/vef-filter/components/fields/tree-select.js +1 -1
  98. package/es/vef-filter/components/filter-field.js +1 -1
  99. package/es/vef-filter/components/filter-item.js +1 -1
  100. package/es/vef-filter/event.js +1 -1
  101. package/es/vef-filter/helper.js +2 -2
  102. package/es/vef-filter/hooks/use-action-handlers.js +1 -1
  103. package/es/vef-filter/hooks/use-computed-values.js +1 -1
  104. package/es/vef-filter/hooks/use-filter-context.js +1 -1
  105. package/es/vef-filter/hooks/use-filter-initialization.js +1 -1
  106. package/es/vef-filter/hooks/use-filter-instance.js +1 -1
  107. package/es/vef-filter/hooks/use-filter-items.js +1 -1
  108. package/es/vef-filter/hooks/use-filter-values-change.js +1 -1
  109. package/es/vef-filter/hooks/use-label-config.js +1 -1
  110. package/es/vef-filter/index.js +1 -1
  111. package/es/vef-filter/store.js +1 -1
  112. package/es/vef-flex/index.js +1 -1
  113. package/es/vef-float-button/index.js +1 -1
  114. package/es/vef-float-button-group/index.js +1 -1
  115. package/es/vef-form/components/fields/icon-select.js +1 -1
  116. package/es/vef-form/components/fields/index.js +1 -1
  117. package/es/vef-form/components/fields/input-number.js +1 -1
  118. package/es/vef-form/components/fields/input.js +1 -1
  119. package/es/vef-form/components/fields/password.js +1 -1
  120. package/es/vef-form/components/fields/radio.js +1 -1
  121. package/es/vef-form/components/fields/select.js +1 -1
  122. package/es/vef-form/components/fields/textarea.js +1 -1
  123. package/es/vef-form/components/fields/tree-select.js +1 -1
  124. package/es/vef-form/components/form-actions.js +1 -1
  125. package/es/vef-form/components/form-content.js +1 -1
  126. package/es/vef-form/components/form-field.js +1 -1
  127. package/es/vef-form/components/form-group.js +1 -1
  128. package/es/vef-form/components/form-hidden-item.js +1 -1
  129. package/es/vef-form/components/form-item.js +1 -1
  130. package/es/vef-form/components/form-row.js +1 -1
  131. package/es/vef-form/event.js +1 -1
  132. package/es/vef-form/helper.js +2 -2
  133. package/es/vef-form/hooks/use-action-handlers.js +1 -1
  134. package/es/vef-form/hooks/use-columns-layout.js +1 -1
  135. package/es/vef-form/hooks/use-computed-values.js +1 -1
  136. package/es/vef-form/hooks/use-form-context.js +1 -1
  137. package/es/vef-form/hooks/use-form-initialization.js +1 -1
  138. package/es/vef-form/hooks/use-form-instance.js +1 -1
  139. package/es/vef-form/hooks/use-form-values-change.js +1 -1
  140. package/es/vef-form/hooks/use-label-width.js +1 -1
  141. package/es/vef-form/index.js +1 -1
  142. package/es/vef-form/store.js +1 -1
  143. package/es/vef-form/validation-rules.js +1 -1
  144. package/es/vef-form-drawer/index.js +1 -1
  145. package/es/vef-form-modal/index.js +1 -1
  146. package/es/vef-generic-select/index.js +1 -1
  147. package/es/vef-grid/index.js +1 -1
  148. package/es/vef-grid/props.js +1 -1
  149. package/es/vef-grid-item/index.js +1 -1
  150. package/es/vef-icon/index.js +2 -2
  151. package/es/vef-icon-select/index.js +1 -1
  152. package/es/vef-input/hooks/use-input-instance.js +1 -1
  153. package/es/vef-input/index.js +1 -1
  154. package/es/vef-input-number/hooks/use-input-number-instance.js +1 -1
  155. package/es/vef-input-number/index.js +1 -1
  156. package/es/vef-layout/common-styles.js +1 -1
  157. package/es/vef-layout/components/content.js +1 -1
  158. package/es/vef-layout/components/font-size.js +1 -1
  159. package/es/vef-layout/components/fullscreen.js +1 -1
  160. package/es/vef-layout/components/header-action-icons.js +1 -1
  161. package/es/vef-layout/components/header-content.js +1 -1
  162. package/es/vef-layout/components/header.js +1 -1
  163. package/es/vef-layout/components/icon-boy.js +1 -1
  164. package/es/vef-layout/components/icon-girl.js +1 -1
  165. package/es/vef-layout/components/icon-menu-fold-left.js +1 -1
  166. package/es/vef-layout/components/icon-menu-unfold-left.js +1 -1
  167. package/es/vef-layout/components/menu-groups.js +1 -1
  168. package/es/vef-layout/components/message.js +1 -1
  169. package/es/vef-layout/components/search.js +1 -1
  170. package/es/vef-layout/components/sider.js +1 -1
  171. package/es/vef-layout/components/title.js +1 -1
  172. package/es/vef-layout/components/user-avatar.js +1 -1
  173. package/es/vef-layout/hooks/use-layout-context.js +1 -1
  174. package/es/vef-layout/index.js +1 -1
  175. package/es/vef-layout/logo.svg.js +1 -1
  176. package/es/vef-layout/store.js +1 -1
  177. package/es/vef-line-chart/index.js +1 -1
  178. package/es/vef-loading-placeholder/index.js +1 -1
  179. package/es/vef-login/index.js +1 -1
  180. package/es/vef-login/login-icon.js +1 -1
  181. package/es/vef-menu/index.js +1 -1
  182. package/es/vef-modal/components/action-button-wrapper.js +1 -1
  183. package/es/vef-modal/components/button-props.js +1 -1
  184. package/es/vef-modal/components/cancel-action-button.js +1 -1
  185. package/es/vef-modal/components/ok-action-button.js +1 -1
  186. package/es/vef-modal/context.js +1 -1
  187. package/es/vef-modal/index.js +1 -1
  188. package/es/vef-not-found/index.js +1 -1
  189. package/es/vef-not-found/not-found-icon.js +1 -1
  190. package/es/vef-page/index.js +1 -1
  191. package/es/vef-pagination/index.js +1 -1
  192. package/es/vef-pagination/props.js +1 -1
  193. package/es/vef-paragraph/index.js +1 -1
  194. package/es/vef-password/hooks/use-password-instance.js +1 -1
  195. package/es/vef-password/index.js +1 -1
  196. package/es/vef-pie-chart/index.js +1 -1
  197. package/es/vef-popconfirm/index.js +1 -1
  198. package/es/vef-popover/index.js +2 -2
  199. package/es/vef-radio/hooks/use-data-options.js +1 -1
  200. package/es/vef-radio/hooks/use-radio-instance.js +1 -1
  201. package/es/vef-radio/index.js +1 -1
  202. package/es/vef-rate/hooks/use-rate-instance.js +1 -1
  203. package/es/vef-rate/index.js +1 -1
  204. package/es/vef-responsive-container/index.js +1 -1
  205. package/es/vef-responsive-item/index.js +1 -1
  206. package/es/vef-ribbon/index.js +1 -1
  207. package/es/vef-row/index.js +1 -1
  208. package/es/vef-scroll-area/components/scrollbar.js +1 -1
  209. package/es/vef-scroll-area/index.js +1 -1
  210. package/es/vef-select/components/option.js +1 -1
  211. package/es/vef-select/hooks/use-data-options.js +1 -1
  212. package/es/vef-select/hooks/use-field-names.js +1 -1
  213. package/es/vef-select/hooks/use-render-label.js +1 -1
  214. package/es/vef-select/hooks/use-render-option.js +1 -1
  215. package/es/vef-select/hooks/use-select-instance.js +1 -1
  216. package/es/vef-select/index.js +1 -1
  217. package/es/vef-slider/hooks/use-slider-instance.js +1 -1
  218. package/es/vef-slider/index.js +1 -1
  219. package/es/vef-sortable-list/components/overlay-item.js +1 -1
  220. package/es/vef-sortable-list/components/sortable-item.js +1 -1
  221. package/es/vef-sortable-list/hooks/use-merged-items.js +1 -1
  222. package/es/vef-sortable-list/index.js +2 -2
  223. package/es/vef-space/index.js +1 -1
  224. package/es/vef-spin/index.js +1 -1
  225. package/es/vef-splitter/index.js +1 -1
  226. package/es/vef-splitter-panel/index.js +1 -1
  227. package/es/vef-status/index.js +1 -1
  228. package/es/vef-table/components/columns/bool.js +1 -1
  229. package/es/vef-table/components/columns/code.js +1 -1
  230. package/es/vef-table/components/columns/data-dictionary.js +1 -1
  231. package/es/vef-table/components/columns/enum.js +1 -1
  232. package/es/vef-table/components/columns/file.js +1 -1
  233. package/es/vef-table/components/columns/icon.js +1 -1
  234. package/es/vef-table/components/columns/id.js +1 -1
  235. package/es/vef-table/components/columns/image.js +1 -1
  236. package/es/vef-table/components/columns/index.js +1 -1
  237. package/es/vef-table/components/columns/markdown.js +1 -1
  238. package/es/vef-table/components/columns/number.js +1 -1
  239. package/es/vef-table/components/columns/render.js +1 -1
  240. package/es/vef-table/components/columns/rich-text.js +1 -1
  241. package/es/vef-table/components/columns/text.js +1 -1
  242. package/es/vef-table/components/columns-settings.js +2 -2
  243. package/es/vef-table/components/operation-buttons.js +1 -1
  244. package/es/vef-table/components/settings-icon.js +1 -1
  245. package/es/vef-table/components/table-footer.js +1 -1
  246. package/es/vef-table/helper.js +1 -1
  247. package/es/vef-table/hooks/use-computed-batch-buttons.js +1 -1
  248. package/es/vef-table/hooks/use-computed-columns.js +1 -1
  249. package/es/vef-table/hooks/use-computed-values.js +1 -1
  250. package/es/vef-table/hooks/use-data.js +1 -1
  251. package/es/vef-table/hooks/use-default-column-configs.js +1 -1
  252. package/es/vef-table/hooks/use-display-value.js +1 -1
  253. package/es/vef-table/hooks/use-helper-columns.js +1 -1
  254. package/es/vef-table/hooks/use-operation-column-width.js +1 -1
  255. package/es/vef-table/hooks/use-pagination-props.js +1 -1
  256. package/es/vef-table/hooks/use-row-props.js +1 -1
  257. package/es/vef-table/hooks/use-row-selection-config.js +1 -1
  258. package/es/vef-table/hooks/use-selected-rows.js +1 -1
  259. package/es/vef-table/hooks/use-table-columns.js +1 -1
  260. package/es/vef-table/hooks/use-table-context.js +1 -1
  261. package/es/vef-table/hooks/use-table-instance.js +1 -1
  262. package/es/vef-table/hooks/use-table-summary.js +1 -1
  263. package/es/vef-table/hooks/use-table-width.js +1 -1
  264. package/es/vef-table/index.js +1 -1
  265. package/es/vef-table/store.js +1 -1
  266. package/es/vef-tabs/index.js +1 -1
  267. package/es/vef-tag/index.js +1 -1
  268. package/es/vef-temporal-picker/helper.js +1 -1
  269. package/es/vef-temporal-picker/hooks/use-dayjs-value.js +1 -1
  270. package/es/vef-temporal-picker/hooks/use-temporal-limit.js +1 -1
  271. package/es/vef-temporal-picker/hooks/use-temporal-picker-instance.js +1 -1
  272. package/es/vef-temporal-picker/index.js +1 -1
  273. package/es/vef-temporal-range-picker/helper.js +1 -1
  274. package/es/vef-temporal-range-picker/hooks/use-dayjs-values.js +1 -1
  275. package/es/vef-temporal-range-picker/hooks/use-temporal-limit.js +1 -1
  276. package/es/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.js +1 -1
  277. package/es/vef-temporal-range-picker/index.js +1 -1
  278. package/es/vef-temporal-range-picker/props.js +1 -1
  279. package/es/vef-text/index.js +1 -1
  280. package/es/vef-textarea/hooks/use-textarea-instance.js +1 -1
  281. package/es/vef-textarea/index.js +1 -1
  282. package/es/vef-title/index.js +1 -1
  283. package/es/vef-tooltip/index.js +1 -1
  284. package/es/vef-tree-select/hooks/use-change-handler.js +1 -1
  285. package/es/vef-tree-select/hooks/use-data-options.js +1 -1
  286. package/es/vef-tree-select/hooks/use-tree-select-instance.js +1 -1
  287. package/es/vef-tree-select/index.js +1 -1
  288. package/es/vef-virtual-grid/index.js +1 -1
  289. package/es/vef-virtual-list/index.js +1 -1
  290. package/lib/index.cjs +2 -2
  291. package/lib/internal/base.css.cjs +3 -0
  292. package/lib/internal/chart.cjs +1 -1
  293. package/lib/internal/index.cjs +1 -1
  294. package/lib/internal/modern-normalize.css.cjs +1 -1
  295. package/lib/internal/utils.cjs +1 -1
  296. package/lib/vef-access-denied/access-denied-icon.cjs +1 -1
  297. package/lib/vef-access-denied/index.cjs +1 -1
  298. package/lib/vef-access-denied/props.cjs +1 -1
  299. package/lib/vef-action-buttons/index.cjs +1 -1
  300. package/lib/vef-action-buttons/props.cjs +1 -1
  301. package/lib/vef-approval-flow-editor/components/edge.cjs +8 -0
  302. package/lib/vef-approval-flow-editor/components/label-value.cjs +19 -0
  303. package/lib/vef-approval-flow-editor/components/node-content.cjs +18 -0
  304. package/lib/vef-approval-flow-editor/components/node-selector.cjs +14 -0
  305. package/lib/vef-approval-flow-editor/components/node-toolbar.cjs +3 -0
  306. package/lib/vef-approval-flow-editor/components/nodes/approval.cjs +3 -0
  307. package/lib/vef-approval-flow-editor/components/nodes/condition.cjs +3 -0
  308. package/lib/vef-approval-flow-editor/components/nodes/end.cjs +3 -0
  309. package/lib/vef-approval-flow-editor/components/nodes/handle.cjs +3 -0
  310. package/lib/vef-approval-flow-editor/components/nodes/index.cjs +3 -0
  311. package/lib/vef-approval-flow-editor/components/nodes/submit.cjs +3 -0
  312. package/lib/vef-approval-flow-editor/components/selector-content.cjs +26 -0
  313. package/lib/vef-approval-flow-editor/components/source-handle.cjs +3 -0
  314. package/lib/vef-approval-flow-editor/components/target-handle.cjs +3 -0
  315. package/lib/vef-approval-flow-editor/constants.cjs +3 -0
  316. package/lib/vef-approval-flow-editor/helper.cjs +3 -0
  317. package/lib/vef-approval-flow-editor/hooks/use-edges-interaction.cjs +3 -0
  318. package/lib/vef-approval-flow-editor/hooks/use-element-selection.cjs +3 -0
  319. package/lib/vef-approval-flow-editor/hooks/use-nodes-interaction.cjs +3 -0
  320. package/lib/vef-approval-flow-editor/index.cjs +3 -0
  321. package/lib/vef-approval-flow-editor/models/edge-node.cjs +3 -0
  322. package/lib/vef-approval-flow-editor/models/flow-node.cjs +3 -0
  323. package/lib/vef-approval-flow-editor/props.cjs +3 -0
  324. package/lib/vef-approval-flow-editor/store.cjs +3 -0
  325. package/lib/vef-approval-flow-editor/styles.cjs +43 -0
  326. package/lib/vef-approval-flow-editor/types.cjs +3 -0
  327. package/lib/vef-area-chart/index.cjs +1 -1
  328. package/lib/vef-area-chart/props.cjs +1 -1
  329. package/lib/vef-auto-sizer/index.cjs +1 -1
  330. package/lib/vef-auto-sizer/props.cjs +1 -1
  331. package/lib/vef-avatar/index.cjs +1 -1
  332. package/lib/vef-avatar/props.cjs +1 -1
  333. package/lib/vef-avatar-group/index.cjs +1 -1
  334. package/lib/vef-avatar-group/props.cjs +1 -1
  335. package/lib/vef-badge/index.cjs +1 -1
  336. package/lib/vef-badge/props.cjs +1 -1
  337. package/lib/vef-bar-chart/index.cjs +1 -1
  338. package/lib/vef-bar-chart/props.cjs +1 -1
  339. package/lib/vef-bool/hooks/use-bool-instance.cjs +1 -1
  340. package/lib/vef-bool/index.cjs +1 -1
  341. package/lib/vef-bool/props.cjs +1 -1
  342. package/lib/vef-breadcrumb/index.cjs +1 -1
  343. package/lib/vef-breadcrumb/props.cjs +1 -1
  344. package/lib/vef-button/components/base-button.cjs +1 -1
  345. package/lib/vef-button/index.cjs +1 -1
  346. package/lib/vef-button/props.cjs +1 -1
  347. package/lib/vef-card/index.cjs +1 -1
  348. package/lib/vef-card/props.cjs +1 -1
  349. package/lib/vef-card-meta/index.cjs +1 -1
  350. package/lib/vef-card-meta/props.cjs +1 -1
  351. package/lib/vef-chart-container/hooks/use-chart-container-context.cjs +1 -1
  352. package/lib/vef-chart-container/index.cjs +1 -1
  353. package/lib/vef-chart-container/props.cjs +1 -1
  354. package/lib/vef-chart-legend-content/index.cjs +1 -1
  355. package/lib/vef-chart-legend-content/props.cjs +1 -1
  356. package/lib/vef-chart-tooltip-content/index.cjs +1 -1
  357. package/lib/vef-chart-tooltip-content/props.cjs +1 -1
  358. package/lib/vef-checkbox/hooks/use-checkbox-instance.cjs +1 -1
  359. package/lib/vef-checkbox/hooks/use-data-options.cjs +1 -1
  360. package/lib/vef-checkbox/index.cjs +1 -1
  361. package/lib/vef-checkbox/props.cjs +1 -1
  362. package/lib/vef-col/index.cjs +1 -1
  363. package/lib/vef-col/props.cjs +1 -1
  364. package/lib/vef-color-picker/index.cjs +1 -1
  365. package/lib/vef-color-picker/props.cjs +1 -1
  366. package/lib/vef-compact/index.cjs +1 -1
  367. package/lib/vef-compact/props.cjs +1 -1
  368. package/lib/vef-config-provider/global-style.cjs +1 -1
  369. package/lib/vef-config-provider/hooks/use-ui-config.cjs +2 -2
  370. package/lib/vef-config-provider/index.cjs +1 -1
  371. package/lib/vef-config-provider/props.cjs +1 -1
  372. package/lib/vef-config-provider/store.cjs +1 -1
  373. package/lib/vef-container/index.cjs +1 -1
  374. package/lib/vef-container/props.cjs +1 -1
  375. package/lib/vef-crud-page/components/crud-actions.cjs +1 -1
  376. package/lib/vef-crud-page/components/crud-filter.cjs +1 -1
  377. package/lib/vef-crud-page/components/crud-footer.cjs +1 -1
  378. package/lib/vef-crud-page/components/crud-form-modal.cjs +1 -1
  379. package/lib/vef-crud-page/components/crud-header.cjs +1 -1
  380. package/lib/vef-crud-page/components/crud-table.cjs +1 -1
  381. package/lib/vef-crud-page/hooks/use-action-buttons.cjs +1 -1
  382. package/lib/vef-crud-page/hooks/use-crud-context.cjs +1 -1
  383. package/lib/vef-crud-page/hooks/use-crud-schema.cjs +1 -1
  384. package/lib/vef-crud-page/hooks/use-operation-buttons.cjs +1 -1
  385. package/lib/vef-crud-page/index.cjs +1 -1
  386. package/lib/vef-crud-page/props.cjs +1 -1
  387. package/lib/vef-crud-page/store.cjs +1 -1
  388. package/lib/vef-crud-page/types.cjs +1 -1
  389. package/lib/vef-divider/index.cjs +1 -1
  390. package/lib/vef-divider/props.cjs +1 -1
  391. package/lib/vef-drawer/components/action-button-wrapper.cjs +1 -1
  392. package/lib/vef-drawer/components/button-props.cjs +1 -1
  393. package/lib/vef-drawer/components/cancel-action-button.cjs +1 -1
  394. package/lib/vef-drawer/components/ok-action-button.cjs +1 -1
  395. package/lib/vef-drawer/context.cjs +1 -1
  396. package/lib/vef-drawer/index.cjs +1 -1
  397. package/lib/vef-drawer/props.cjs +1 -1
  398. package/lib/vef-dropdown/index.cjs +1 -1
  399. package/lib/vef-dropdown/props.cjs +1 -1
  400. package/lib/vef-dynamic-icon/index.cjs +1 -1
  401. package/lib/vef-dynamic-icon/props.cjs +1 -1
  402. package/lib/vef-empty/index.cjs +1 -1
  403. package/lib/vef-empty/props.cjs +1 -1
  404. package/lib/vef-empty-placeholder/index.cjs +1 -1
  405. package/lib/vef-empty-placeholder/props.cjs +1 -1
  406. package/lib/vef-error/error-icon.cjs +1 -1
  407. package/lib/vef-error/index.cjs +1 -1
  408. package/lib/vef-error/props.cjs +1 -1
  409. package/lib/vef-filter/components/action-buttons.cjs +1 -1
  410. package/lib/vef-filter/components/advanced-filter.cjs +1 -1
  411. package/lib/vef-filter/components/basic-filter.cjs +1 -1
  412. package/lib/vef-filter/components/fields/index.cjs +1 -1
  413. package/lib/vef-filter/components/fields/input-number.cjs +1 -1
  414. package/lib/vef-filter/components/fields/input.cjs +1 -1
  415. package/lib/vef-filter/components/fields/props.cjs +1 -1
  416. package/lib/vef-filter/components/fields/radio.cjs +1 -1
  417. package/lib/vef-filter/components/fields/select.cjs +1 -1
  418. package/lib/vef-filter/components/fields/tree-select.cjs +1 -1
  419. package/lib/vef-filter/components/filter-field.cjs +1 -1
  420. package/lib/vef-filter/components/filter-item.cjs +1 -1
  421. package/lib/vef-filter/event.cjs +1 -1
  422. package/lib/vef-filter/helper.cjs +2 -2
  423. package/lib/vef-filter/hooks/use-action-handlers.cjs +1 -1
  424. package/lib/vef-filter/hooks/use-computed-values.cjs +1 -1
  425. package/lib/vef-filter/hooks/use-filter-context.cjs +1 -1
  426. package/lib/vef-filter/hooks/use-filter-initialization.cjs +1 -1
  427. package/lib/vef-filter/hooks/use-filter-instance.cjs +1 -1
  428. package/lib/vef-filter/hooks/use-filter-items.cjs +1 -1
  429. package/lib/vef-filter/hooks/use-filter-values-change.cjs +1 -1
  430. package/lib/vef-filter/hooks/use-label-config.cjs +1 -1
  431. package/lib/vef-filter/index.cjs +1 -1
  432. package/lib/vef-filter/props.cjs +1 -1
  433. package/lib/vef-filter/store.cjs +1 -1
  434. package/lib/vef-filter/types.cjs +1 -1
  435. package/lib/vef-flex/index.cjs +1 -1
  436. package/lib/vef-flex/props.cjs +1 -1
  437. package/lib/vef-float-button/index.cjs +1 -1
  438. package/lib/vef-float-button/props.cjs +1 -1
  439. package/lib/vef-float-button-group/index.cjs +1 -1
  440. package/lib/vef-float-button-group/props.cjs +1 -1
  441. package/lib/vef-form/components/fields/icon-select.cjs +1 -1
  442. package/lib/vef-form/components/fields/index.cjs +1 -1
  443. package/lib/vef-form/components/fields/input-number.cjs +1 -1
  444. package/lib/vef-form/components/fields/input.cjs +1 -1
  445. package/lib/vef-form/components/fields/password.cjs +1 -1
  446. package/lib/vef-form/components/fields/props.cjs +1 -1
  447. package/lib/vef-form/components/fields/radio.cjs +1 -1
  448. package/lib/vef-form/components/fields/select.cjs +1 -1
  449. package/lib/vef-form/components/fields/textarea.cjs +1 -1
  450. package/lib/vef-form/components/fields/tree-select.cjs +1 -1
  451. package/lib/vef-form/components/form-actions.cjs +1 -1
  452. package/lib/vef-form/components/form-content.cjs +1 -1
  453. package/lib/vef-form/components/form-field.cjs +1 -1
  454. package/lib/vef-form/components/form-group.cjs +1 -1
  455. package/lib/vef-form/components/form-hidden-item.cjs +1 -1
  456. package/lib/vef-form/components/form-item.cjs +1 -1
  457. package/lib/vef-form/components/form-row.cjs +1 -1
  458. package/lib/vef-form/event.cjs +1 -1
  459. package/lib/vef-form/helper.cjs +2 -2
  460. package/lib/vef-form/hooks/use-action-handlers.cjs +1 -1
  461. package/lib/vef-form/hooks/use-columns-layout.cjs +1 -1
  462. package/lib/vef-form/hooks/use-computed-values.cjs +1 -1
  463. package/lib/vef-form/hooks/use-form-context.cjs +1 -1
  464. package/lib/vef-form/hooks/use-form-initialization.cjs +1 -1
  465. package/lib/vef-form/hooks/use-form-instance.cjs +1 -1
  466. package/lib/vef-form/hooks/use-form-values-change.cjs +1 -1
  467. package/lib/vef-form/hooks/use-label-width.cjs +1 -1
  468. package/lib/vef-form/index.cjs +1 -1
  469. package/lib/vef-form/props.cjs +1 -1
  470. package/lib/vef-form/store.cjs +1 -1
  471. package/lib/vef-form/types.cjs +1 -1
  472. package/lib/vef-form/validation-rules.cjs +1 -1
  473. package/lib/vef-form-drawer/index.cjs +1 -1
  474. package/lib/vef-form-drawer/props.cjs +1 -1
  475. package/lib/vef-form-modal/index.cjs +1 -1
  476. package/lib/vef-form-modal/props.cjs +1 -1
  477. package/lib/vef-generic-select/index.cjs +1 -1
  478. package/lib/vef-generic-select/props.cjs +1 -1
  479. package/lib/vef-grid/index.cjs +1 -1
  480. package/lib/vef-grid/props.cjs +1 -1
  481. package/lib/vef-grid-item/index.cjs +1 -1
  482. package/lib/vef-grid-item/props.cjs +1 -1
  483. package/lib/vef-icon/index.cjs +2 -2
  484. package/lib/vef-icon/props.cjs +1 -1
  485. package/lib/vef-icon-select/index.cjs +1 -1
  486. package/lib/vef-icon-select/props.cjs +1 -1
  487. package/lib/vef-input/hooks/use-input-instance.cjs +1 -1
  488. package/lib/vef-input/index.cjs +1 -1
  489. package/lib/vef-input/props.cjs +1 -1
  490. package/lib/vef-input-number/hooks/use-input-number-instance.cjs +1 -1
  491. package/lib/vef-input-number/index.cjs +1 -1
  492. package/lib/vef-input-number/props.cjs +1 -1
  493. package/lib/vef-layout/common-styles.cjs +1 -1
  494. package/lib/vef-layout/components/content.cjs +1 -1
  495. package/lib/vef-layout/components/font-size.cjs +1 -1
  496. package/lib/vef-layout/components/fullscreen.cjs +1 -1
  497. package/lib/vef-layout/components/header-action-icons.cjs +1 -1
  498. package/lib/vef-layout/components/header-content.cjs +1 -1
  499. package/lib/vef-layout/components/header.cjs +1 -1
  500. package/lib/vef-layout/components/icon-boy.cjs +1 -1
  501. package/lib/vef-layout/components/icon-girl.cjs +1 -1
  502. package/lib/vef-layout/components/icon-menu-fold-left.cjs +1 -1
  503. package/lib/vef-layout/components/icon-menu-unfold-left.cjs +1 -1
  504. package/lib/vef-layout/components/menu-groups.cjs +1 -1
  505. package/lib/vef-layout/components/message.cjs +1 -1
  506. package/lib/vef-layout/components/search.cjs +1 -1
  507. package/lib/vef-layout/components/sider.cjs +1 -1
  508. package/lib/vef-layout/components/title.cjs +1 -1
  509. package/lib/vef-layout/components/user-avatar.cjs +1 -1
  510. package/lib/vef-layout/hooks/use-layout-context.cjs +1 -1
  511. package/lib/vef-layout/index.cjs +1 -1
  512. package/lib/vef-layout/logo.svg.cjs +1 -1
  513. package/lib/vef-layout/props.cjs +1 -1
  514. package/lib/vef-layout/store.cjs +1 -1
  515. package/lib/vef-line-chart/index.cjs +1 -1
  516. package/lib/vef-line-chart/props.cjs +1 -1
  517. package/lib/vef-loading-placeholder/index.cjs +1 -1
  518. package/lib/vef-loading-placeholder/props.cjs +1 -1
  519. package/lib/vef-login/index.cjs +1 -1
  520. package/lib/vef-login/login-icon.cjs +1 -1
  521. package/lib/vef-login/props.cjs +1 -1
  522. package/lib/vef-menu/index.cjs +1 -1
  523. package/lib/vef-menu/props.cjs +1 -1
  524. package/lib/vef-modal/components/action-button-wrapper.cjs +1 -1
  525. package/lib/vef-modal/components/button-props.cjs +1 -1
  526. package/lib/vef-modal/components/cancel-action-button.cjs +1 -1
  527. package/lib/vef-modal/components/ok-action-button.cjs +1 -1
  528. package/lib/vef-modal/context.cjs +1 -1
  529. package/lib/vef-modal/index.cjs +1 -1
  530. package/lib/vef-modal/props.cjs +1 -1
  531. package/lib/vef-not-found/index.cjs +1 -1
  532. package/lib/vef-not-found/not-found-icon.cjs +1 -1
  533. package/lib/vef-not-found/props.cjs +1 -1
  534. package/lib/vef-page/index.cjs +1 -1
  535. package/lib/vef-page/props.cjs +1 -1
  536. package/lib/vef-pagination/index.cjs +1 -1
  537. package/lib/vef-pagination/props.cjs +1 -1
  538. package/lib/vef-paragraph/index.cjs +1 -1
  539. package/lib/vef-paragraph/props.cjs +1 -1
  540. package/lib/vef-password/hooks/use-password-instance.cjs +1 -1
  541. package/lib/vef-password/index.cjs +1 -1
  542. package/lib/vef-password/props.cjs +1 -1
  543. package/lib/vef-pie-chart/index.cjs +1 -1
  544. package/lib/vef-pie-chart/props.cjs +1 -1
  545. package/lib/vef-popconfirm/index.cjs +1 -1
  546. package/lib/vef-popconfirm/props.cjs +1 -1
  547. package/lib/vef-popover/index.cjs +2 -2
  548. package/lib/vef-popover/props.cjs +1 -1
  549. package/lib/vef-radio/hooks/use-data-options.cjs +1 -1
  550. package/lib/vef-radio/hooks/use-radio-instance.cjs +1 -1
  551. package/lib/vef-radio/index.cjs +1 -1
  552. package/lib/vef-radio/props.cjs +1 -1
  553. package/lib/vef-rate/hooks/use-rate-instance.cjs +1 -1
  554. package/lib/vef-rate/index.cjs +1 -1
  555. package/lib/vef-rate/props.cjs +1 -1
  556. package/lib/vef-responsive-container/index.cjs +1 -1
  557. package/lib/vef-responsive-container/props.cjs +1 -1
  558. package/lib/vef-responsive-item/index.cjs +1 -1
  559. package/lib/vef-responsive-item/props.cjs +1 -1
  560. package/lib/vef-ribbon/index.cjs +1 -1
  561. package/lib/vef-ribbon/props.cjs +1 -1
  562. package/lib/vef-row/index.cjs +1 -1
  563. package/lib/vef-row/props.cjs +1 -1
  564. package/lib/vef-scroll-area/components/scrollbar.cjs +1 -1
  565. package/lib/vef-scroll-area/index.cjs +1 -1
  566. package/lib/vef-scroll-area/props.cjs +1 -1
  567. package/lib/vef-select/components/option.cjs +1 -1
  568. package/lib/vef-select/hooks/use-data-options.cjs +1 -1
  569. package/lib/vef-select/hooks/use-field-names.cjs +1 -1
  570. package/lib/vef-select/hooks/use-render-label.cjs +1 -1
  571. package/lib/vef-select/hooks/use-render-option.cjs +1 -1
  572. package/lib/vef-select/hooks/use-select-instance.cjs +1 -1
  573. package/lib/vef-select/index.cjs +1 -1
  574. package/lib/vef-select/props.cjs +1 -1
  575. package/lib/vef-slider/hooks/use-slider-instance.cjs +1 -1
  576. package/lib/vef-slider/index.cjs +1 -1
  577. package/lib/vef-slider/props.cjs +1 -1
  578. package/lib/vef-sortable-list/components/overlay-item.cjs +1 -1
  579. package/lib/vef-sortable-list/components/sortable-item.cjs +1 -1
  580. package/lib/vef-sortable-list/hooks/use-merged-items.cjs +1 -1
  581. package/lib/vef-sortable-list/index.cjs +1 -1
  582. package/lib/vef-sortable-list/props.cjs +1 -1
  583. package/lib/vef-space/index.cjs +1 -1
  584. package/lib/vef-space/props.cjs +1 -1
  585. package/lib/vef-spin/index.cjs +1 -1
  586. package/lib/vef-spin/props.cjs +1 -1
  587. package/lib/vef-splitter/index.cjs +1 -1
  588. package/lib/vef-splitter/props.cjs +1 -1
  589. package/lib/vef-splitter-panel/index.cjs +1 -1
  590. package/lib/vef-splitter-panel/props.cjs +1 -1
  591. package/lib/vef-status/index.cjs +1 -1
  592. package/lib/vef-status/props.cjs +1 -1
  593. package/lib/vef-table/components/columns/bool.cjs +1 -1
  594. package/lib/vef-table/components/columns/code.cjs +1 -1
  595. package/lib/vef-table/components/columns/data-dictionary.cjs +1 -1
  596. package/lib/vef-table/components/columns/enum.cjs +1 -1
  597. package/lib/vef-table/components/columns/file.cjs +1 -1
  598. package/lib/vef-table/components/columns/icon.cjs +1 -1
  599. package/lib/vef-table/components/columns/id.cjs +1 -1
  600. package/lib/vef-table/components/columns/image.cjs +1 -1
  601. package/lib/vef-table/components/columns/index.cjs +1 -1
  602. package/lib/vef-table/components/columns/markdown.cjs +1 -1
  603. package/lib/vef-table/components/columns/number.cjs +1 -1
  604. package/lib/vef-table/components/columns/props.cjs +1 -1
  605. package/lib/vef-table/components/columns/render.cjs +1 -1
  606. package/lib/vef-table/components/columns/rich-text.cjs +1 -1
  607. package/lib/vef-table/components/columns/text.cjs +1 -1
  608. package/lib/vef-table/components/columns-settings.cjs +2 -2
  609. package/lib/vef-table/components/operation-buttons.cjs +1 -1
  610. package/lib/vef-table/components/settings-icon.cjs +1 -1
  611. package/lib/vef-table/components/table-footer.cjs +1 -1
  612. package/lib/vef-table/helper.cjs +1 -1
  613. package/lib/vef-table/hooks/use-computed-batch-buttons.cjs +1 -1
  614. package/lib/vef-table/hooks/use-computed-columns.cjs +1 -1
  615. package/lib/vef-table/hooks/use-computed-values.cjs +1 -1
  616. package/lib/vef-table/hooks/use-data.cjs +1 -1
  617. package/lib/vef-table/hooks/use-default-column-configs.cjs +1 -1
  618. package/lib/vef-table/hooks/use-display-value.cjs +1 -1
  619. package/lib/vef-table/hooks/use-helper-columns.cjs +1 -1
  620. package/lib/vef-table/hooks/use-operation-column-width.cjs +1 -1
  621. package/lib/vef-table/hooks/use-pagination-props.cjs +1 -1
  622. package/lib/vef-table/hooks/use-row-props.cjs +1 -1
  623. package/lib/vef-table/hooks/use-row-selection-config.cjs +1 -1
  624. package/lib/vef-table/hooks/use-selected-rows.cjs +1 -1
  625. package/lib/vef-table/hooks/use-table-columns.cjs +1 -1
  626. package/lib/vef-table/hooks/use-table-context.cjs +1 -1
  627. package/lib/vef-table/hooks/use-table-instance.cjs +1 -1
  628. package/lib/vef-table/hooks/use-table-summary.cjs +1 -1
  629. package/lib/vef-table/hooks/use-table-width.cjs +1 -1
  630. package/lib/vef-table/index.cjs +1 -1
  631. package/lib/vef-table/props.cjs +1 -1
  632. package/lib/vef-table/store.cjs +1 -1
  633. package/lib/vef-table/types.cjs +1 -1
  634. package/lib/vef-tabs/index.cjs +1 -1
  635. package/lib/vef-tabs/props.cjs +1 -1
  636. package/lib/vef-tag/index.cjs +1 -1
  637. package/lib/vef-tag/props.cjs +1 -1
  638. package/lib/vef-temporal-picker/helper.cjs +1 -1
  639. package/lib/vef-temporal-picker/hooks/use-dayjs-value.cjs +1 -1
  640. package/lib/vef-temporal-picker/hooks/use-temporal-limit.cjs +1 -1
  641. package/lib/vef-temporal-picker/hooks/use-temporal-picker-instance.cjs +1 -1
  642. package/lib/vef-temporal-picker/index.cjs +1 -1
  643. package/lib/vef-temporal-picker/props.cjs +1 -1
  644. package/lib/vef-temporal-range-picker/helper.cjs +1 -1
  645. package/lib/vef-temporal-range-picker/hooks/use-dayjs-values.cjs +1 -1
  646. package/lib/vef-temporal-range-picker/hooks/use-temporal-limit.cjs +1 -1
  647. package/lib/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.cjs +1 -1
  648. package/lib/vef-temporal-range-picker/index.cjs +1 -1
  649. package/lib/vef-temporal-range-picker/props.cjs +1 -1
  650. package/lib/vef-text/index.cjs +1 -1
  651. package/lib/vef-text/props.cjs +1 -1
  652. package/lib/vef-textarea/hooks/use-textarea-instance.cjs +1 -1
  653. package/lib/vef-textarea/index.cjs +1 -1
  654. package/lib/vef-textarea/props.cjs +1 -1
  655. package/lib/vef-title/index.cjs +1 -1
  656. package/lib/vef-title/props.cjs +1 -1
  657. package/lib/vef-tooltip/index.cjs +1 -1
  658. package/lib/vef-tooltip/props.cjs +1 -1
  659. package/lib/vef-tree-select/hooks/use-change-handler.cjs +1 -1
  660. package/lib/vef-tree-select/hooks/use-data-options.cjs +1 -1
  661. package/lib/vef-tree-select/hooks/use-tree-select-instance.cjs +1 -1
  662. package/lib/vef-tree-select/index.cjs +1 -1
  663. package/lib/vef-tree-select/props.cjs +1 -1
  664. package/lib/vef-virtual-grid/index.cjs +1 -1
  665. package/lib/vef-virtual-grid/props.cjs +1 -1
  666. package/lib/vef-virtual-list/index.cjs +1 -1
  667. package/lib/vef-virtual-list/props.cjs +1 -1
  668. package/package.json +13 -10
  669. package/types/index.d.ts +1 -0
  670. package/types/internal/chart.d.ts +1 -1
  671. package/types/vef-access-denied/access-denied-icon.d.ts +1 -1
  672. package/types/vef-action-buttons/index.d.ts +1 -1
  673. package/types/vef-approval-flow-editor/components/edge.d.ts +4 -0
  674. package/types/vef-approval-flow-editor/components/label-value.d.ts +10 -0
  675. package/types/vef-approval-flow-editor/components/node-content.d.ts +9 -0
  676. package/types/vef-approval-flow-editor/components/node-selector.d.ts +12 -0
  677. package/types/vef-approval-flow-editor/components/node-toolbar.d.ts +8 -0
  678. package/types/vef-approval-flow-editor/components/nodes/approval.d.ts +3 -0
  679. package/types/vef-approval-flow-editor/components/nodes/condition.d.ts +3 -0
  680. package/types/vef-approval-flow-editor/components/nodes/end.d.ts +3 -0
  681. package/types/vef-approval-flow-editor/components/nodes/handle.d.ts +3 -0
  682. package/types/vef-approval-flow-editor/components/nodes/index.d.ts +15 -0
  683. package/types/vef-approval-flow-editor/components/nodes/submit.d.ts +3 -0
  684. package/types/vef-approval-flow-editor/components/selector-content.d.ts +16 -0
  685. package/types/vef-approval-flow-editor/components/source-handle.d.ts +2 -0
  686. package/types/vef-approval-flow-editor/components/target-handle.d.ts +2 -0
  687. package/types/vef-approval-flow-editor/constants.d.ts +15 -0
  688. package/types/vef-approval-flow-editor/helper.d.ts +31 -0
  689. package/types/vef-approval-flow-editor/hooks/use-edges-interaction.d.ts +11 -0
  690. package/types/vef-approval-flow-editor/hooks/use-element-selection.d.ts +9 -0
  691. package/types/vef-approval-flow-editor/hooks/use-nodes-interaction.d.ts +5 -0
  692. package/types/vef-approval-flow-editor/index.d.ts +5 -0
  693. package/types/vef-approval-flow-editor/models/edge-node.d.ts +32 -0
  694. package/types/vef-approval-flow-editor/models/flow-node.d.ts +106 -0
  695. package/types/vef-approval-flow-editor/props.d.ts +5 -0
  696. package/types/vef-approval-flow-editor/store.d.ts +25 -0
  697. package/types/vef-approval-flow-editor/styles.d.ts +2 -0
  698. package/types/vef-approval-flow-editor/types.d.ts +73 -0
  699. package/types/vef-bool/hooks/use-bool-instance.d.ts +1 -1
  700. package/types/vef-button/components/base-button.d.ts +1 -1
  701. package/types/vef-chart-container/hooks/use-chart-container-context.d.ts +1 -1
  702. package/types/vef-checkbox/hooks/use-checkbox-instance.d.ts +1 -1
  703. package/types/vef-checkbox/hooks/use-data-options.d.ts +1 -1
  704. package/types/vef-checkbox/index.d.ts +2 -2
  705. package/types/vef-config-provider/hooks/use-ui-config.d.ts +2 -2
  706. package/types/vef-config-provider/store.d.ts +1 -1
  707. package/types/vef-crud-page/components/crud-filter.d.ts +2 -2
  708. package/types/vef-crud-page/components/crud-footer.d.ts +2 -2
  709. package/types/vef-crud-page/components/crud-header.d.ts +1 -1
  710. package/types/vef-crud-page/components/crud-table.d.ts +1 -1
  711. package/types/vef-crud-page/hooks/use-action-buttons.d.ts +1 -1
  712. package/types/vef-crud-page/hooks/use-crud-schema.d.ts +1 -1
  713. package/types/vef-crud-page/hooks/use-operation-buttons.d.ts +1 -1
  714. package/types/vef-crud-page/index.d.ts +1 -1
  715. package/types/vef-crud-page/store.d.ts +1 -1
  716. package/types/vef-drawer/components/action-button-wrapper.d.ts +1 -1
  717. package/types/vef-drawer/context.d.ts +1 -1
  718. package/types/vef-drawer/index.d.ts +1 -1
  719. package/types/vef-dropdown/index.d.ts +2 -2
  720. package/types/vef-dynamic-icon/index.d.ts +1 -1
  721. package/types/vef-dynamic-icon/props.d.ts +1 -1
  722. package/types/vef-error/error-icon.d.ts +1 -1
  723. package/types/vef-filter/components/action-buttons.d.ts +1 -1
  724. package/types/vef-filter/components/advanced-filter.d.ts +1 -1
  725. package/types/vef-filter/components/basic-filter.d.ts +1 -1
  726. package/types/vef-filter/components/fields/input-number.d.ts +1 -1
  727. package/types/vef-filter/components/fields/input.d.ts +1 -1
  728. package/types/vef-filter/components/fields/radio.d.ts +1 -1
  729. package/types/vef-filter/components/fields/select.d.ts +1 -1
  730. package/types/vef-filter/components/fields/tree-select.d.ts +1 -1
  731. package/types/vef-filter/components/filter-field.d.ts +2 -2
  732. package/types/vef-filter/components/filter-item.d.ts +2 -2
  733. package/types/vef-filter/event.d.ts +1 -1
  734. package/types/vef-filter/helper.d.ts +1 -1
  735. package/types/vef-filter/hooks/use-action-handlers.d.ts +1 -1
  736. package/types/vef-filter/hooks/use-computed-values.d.ts +1 -1
  737. package/types/vef-filter/hooks/use-filter-initialization.d.ts +1 -1
  738. package/types/vef-filter/hooks/use-filter-instance.d.ts +1 -1
  739. package/types/vef-filter/hooks/use-filter-values-change.d.ts +1 -1
  740. package/types/vef-filter/index.d.ts +2 -2
  741. package/types/vef-filter/store.d.ts +1 -1
  742. package/types/vef-form/components/fields/icon-select.d.ts +1 -1
  743. package/types/vef-form/components/fields/input-number.d.ts +1 -1
  744. package/types/vef-form/components/fields/input.d.ts +1 -1
  745. package/types/vef-form/components/fields/password.d.ts +1 -1
  746. package/types/vef-form/components/fields/radio.d.ts +1 -1
  747. package/types/vef-form/components/fields/select.d.ts +1 -1
  748. package/types/vef-form/components/fields/textarea.d.ts +1 -1
  749. package/types/vef-form/components/fields/tree-select.d.ts +1 -1
  750. package/types/vef-form/components/form-actions.d.ts +2 -2
  751. package/types/vef-form/components/form-content.d.ts +1 -1
  752. package/types/vef-form/components/form-field.d.ts +2 -2
  753. package/types/vef-form/components/form-group.d.ts +2 -2
  754. package/types/vef-form/components/form-item.d.ts +1 -1
  755. package/types/vef-form/components/form-row.d.ts +1 -1
  756. package/types/vef-form/event.d.ts +1 -1
  757. package/types/vef-form/helper.d.ts +1 -1
  758. package/types/vef-form/hooks/use-action-handlers.d.ts +1 -1
  759. package/types/vef-form/hooks/use-columns-layout.d.ts +1 -1
  760. package/types/vef-form/hooks/use-computed-values.d.ts +1 -1
  761. package/types/vef-form/hooks/use-form-initialization.d.ts +1 -1
  762. package/types/vef-form/hooks/use-form-instance.d.ts +1 -1
  763. package/types/vef-form/hooks/use-form-values-change.d.ts +1 -1
  764. package/types/vef-form/index.d.ts +2 -2
  765. package/types/vef-form/store.d.ts +1 -1
  766. package/types/vef-form/validation-rules.d.ts +1 -1
  767. package/types/vef-form-drawer/index.d.ts +3 -3
  768. package/types/vef-form-modal/index.d.ts +3 -3
  769. package/types/vef-icon/props.d.ts +6 -2
  770. package/types/vef-input/hooks/use-input-instance.d.ts +1 -1
  771. package/types/vef-input-number/hooks/use-input-number-instance.d.ts +1 -1
  772. package/types/vef-layout/components/icon-boy.d.ts +1 -1
  773. package/types/vef-layout/components/icon-girl.d.ts +1 -1
  774. package/types/vef-layout/hooks/use-layout-context.d.ts +1 -1
  775. package/types/vef-layout/store.d.ts +1 -1
  776. package/types/vef-login/login-icon.d.ts +1 -1
  777. package/types/vef-menu/index.d.ts +1 -1
  778. package/types/vef-modal/components/action-button-wrapper.d.ts +1 -1
  779. package/types/vef-modal/context.d.ts +1 -1
  780. package/types/vef-not-found/not-found-icon.d.ts +1 -1
  781. package/types/vef-pagination/index.d.ts +1 -1
  782. package/types/vef-password/hooks/use-password-instance.d.ts +1 -1
  783. package/types/vef-pie-chart/index.d.ts +1 -1
  784. package/types/vef-popover/props.d.ts +6 -2
  785. package/types/vef-radio/hooks/use-data-options.d.ts +1 -1
  786. package/types/vef-radio/hooks/use-radio-instance.d.ts +1 -1
  787. package/types/vef-radio/index.d.ts +2 -2
  788. package/types/vef-rate/hooks/use-rate-instance.d.ts +1 -1
  789. package/types/vef-select/components/option.d.ts +1 -1
  790. package/types/vef-select/hooks/use-data-options.d.ts +1 -1
  791. package/types/vef-select/hooks/use-render-option.d.ts +1 -1
  792. package/types/vef-select/hooks/use-select-instance.d.ts +1 -1
  793. package/types/vef-select/index.d.ts +2 -2
  794. package/types/vef-slider/hooks/use-slider-instance.d.ts +1 -1
  795. package/types/vef-sortable-list/hooks/use-merged-items.d.ts +1 -1
  796. package/types/vef-sortable-list/index.d.ts +2 -2
  797. package/types/vef-table/components/columns/bool.d.ts +1 -1
  798. package/types/vef-table/components/columns/data-dictionary.d.ts +1 -1
  799. package/types/vef-table/components/columns/enum.d.ts +1 -1
  800. package/types/vef-table/components/columns/id.d.ts +1 -1
  801. package/types/vef-table/components/columns/image.d.ts +1 -1
  802. package/types/vef-table/components/columns/number.d.ts +1 -1
  803. package/types/vef-table/components/columns/render.d.ts +1 -1
  804. package/types/vef-table/components/columns/text.d.ts +1 -1
  805. package/types/vef-table/components/operation-buttons.d.ts +1 -1
  806. package/types/vef-table/components/table-footer.d.ts +3 -3
  807. package/types/vef-table/helper.d.ts +1 -1
  808. package/types/vef-table/hooks/use-data.d.ts +1 -1
  809. package/types/vef-table/hooks/use-display-value.d.ts +1 -1
  810. package/types/vef-table/hooks/use-helper-columns.d.ts +1 -1
  811. package/types/vef-table/hooks/use-operation-column-width.d.ts +1 -1
  812. package/types/vef-table/hooks/use-row-selection-config.d.ts +1 -1
  813. package/types/vef-table/hooks/use-table-columns.d.ts +1 -1
  814. package/types/vef-table/hooks/use-table-context.d.ts +1 -1
  815. package/types/vef-table/hooks/use-table-instance.d.ts +1 -1
  816. package/types/vef-table/hooks/use-table-summary.d.ts +2 -2
  817. package/types/vef-table/index.d.ts +2 -2
  818. package/types/vef-table/store.d.ts +1 -1
  819. package/types/vef-temporal-picker/hooks/use-dayjs-value.d.ts +2 -2
  820. package/types/vef-temporal-picker/hooks/use-temporal-limit.d.ts +3 -3
  821. package/types/vef-temporal-picker/hooks/use-temporal-picker-instance.d.ts +1 -1
  822. package/types/vef-temporal-picker/index.d.ts +1 -1
  823. package/types/vef-temporal-range-picker/hooks/use-dayjs-values.d.ts +3 -3
  824. package/types/vef-temporal-range-picker/hooks/use-temporal-limit.d.ts +3 -3
  825. package/types/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.d.ts +1 -1
  826. package/types/vef-temporal-range-picker/index.d.ts +2 -2
  827. package/types/vef-textarea/hooks/use-textarea-instance.d.ts +1 -1
  828. package/types/vef-tree-select/hooks/use-change-handler.d.ts +1 -1
  829. package/types/vef-tree-select/hooks/use-data-options.d.ts +1 -1
  830. package/types/vef-tree-select/hooks/use-tree-select-instance.d.ts +1 -1
  831. package/types/vef-tree-select/index.d.ts +2 -2
  832. package/types/vef-virtual-grid/index.d.ts +1 -1
  833. package/types/vef-virtual-list/index.d.ts +1 -1
@@ -1,5 +1,5 @@
1
- import { type ObjectType, type ObjectValue } from "@vef-framework/shared";
2
- import { type FC, type ReactNode, type RefAttributes } from "react";
1
+ import type { ObjectType, ObjectValue } from "@vef-framework/shared";
2
+ import type { FC, ReactNode, RefAttributes } from "react";
3
3
  import type { VefFilterInstance, VefFilterProps } from "./props";
4
4
  import type { FilterActionButtonConfig, FilterContext, FilterItem, FilterLabelAlign, FilterLabelPosition, FilterSchema, FilterVirtualKey } from "./types";
5
5
  declare const VefFilter: (<Values extends ObjectType = ObjectValue, Schema extends FilterSchema<Values> = FilterSchema<Values>, VirtualKeys extends FilterVirtualKey<Schema> = FilterVirtualKey<Schema>>(props: VefFilterProps<Values, Schema, VirtualKeys> & RefAttributes<VefFilterInstance<Values>>) => ReactNode) & Pick<FC, "displayName">;
@@ -1,5 +1,5 @@
1
+ import type { BiConsumer, BiConsumerOptional, ChildrenProps, Consumer, MaybeNull, ObjectType, Provider, StringKey } from "@vef-framework/shared";
1
2
  import type { FormInstance } from "antd";
2
- import { type BiConsumer, type BiConsumerOptional, type ChildrenProps, type Consumer, type MaybeNull, type ObjectType, type Provider, type StringKey } from "@vef-framework/shared";
3
3
  import type { FilterEventBus } from "./event";
4
4
  import type { FilterContext, FilterValues } from "./types";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ObjectType, type StringKey } from "@vef-framework/shared";
1
+ import type { ObjectType, StringKey } from "@vef-framework/shared";
2
2
  import type { FormScene } from "../../types";
3
3
  import type { VefFormFieldProps } from "./props";
4
4
  declare function IconSelect<Values extends ObjectType, Key extends StringKey<Values>, Scene extends FormScene>({ label, value, disabled, onChange, componentProps, }: VefFormFieldProps<Values, Key, Scene>): import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { type ObjectType, type StringKey } from "@vef-framework/shared";
1
+ import type { ObjectType, StringKey } from "@vef-framework/shared";
2
2
  import type { FormScene } from "../../types";
3
3
  import type { VefFormFieldProps } from "./props";
4
4
  declare function InputNumber<Values extends ObjectType, Key extends StringKey<Values>, Scene extends FormScene>({ label, disabled, value, onChange, componentProps, }: VefFormFieldProps<Values, Key, Scene>): import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { type ObjectType, type StringKey } from "@vef-framework/shared";
1
+ import type { ObjectType, StringKey } from "@vef-framework/shared";
2
2
  import type { FormScene } from "../../types";
3
3
  import type { VefFormFieldProps } from "./props";
4
4
  declare function Input<Values extends ObjectType, Key extends StringKey<Values>, Scene extends FormScene>({ label, disabled, value, onChange, componentProps, }: VefFormFieldProps<Values, Key, Scene>): import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { type ObjectType, type StringKey } from "@vef-framework/shared";
1
+ import type { ObjectType, StringKey } from "@vef-framework/shared";
2
2
  import type { FormScene } from "../../types";
3
3
  import type { VefFormFieldProps } from "./props";
4
4
  declare function Password<Values extends ObjectType, Key extends StringKey<Values>, Scene extends FormScene>({ label, disabled, value, onChange, componentProps, }: VefFormFieldProps<Values, Key, Scene>): import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { type ObjectType, type StringKey } from "@vef-framework/shared";
1
+ import type { ObjectType, StringKey } from "@vef-framework/shared";
2
2
  import type { FormScene } from "../../types";
3
3
  import type { VefFormFieldProps } from "./props";
4
4
  declare function Radio<Values extends ObjectType, Key extends StringKey<Values>, Scene extends FormScene>({ disabled, value, onChange, componentProps, }: VefFormFieldProps<Values, Key, Scene>): import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { type ObjectType, type StringKey } from "@vef-framework/shared";
1
+ import type { ObjectType, StringKey } from "@vef-framework/shared";
2
2
  import type { FormScene } from "../../types";
3
3
  import type { VefFormFieldProps } from "./props";
4
4
  declare function Select<Values extends ObjectType, Key extends StringKey<Values>, Scene extends FormScene>({ label, disabled, value, onChange, componentProps, }: VefFormFieldProps<Values, Key, Scene>): import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { type ObjectType, type StringKey } from "@vef-framework/shared";
1
+ import type { ObjectType, StringKey } from "@vef-framework/shared";
2
2
  import type { FormScene } from "../../types";
3
3
  import type { VefFormFieldProps } from "./props";
4
4
  declare function Textarea<Values extends ObjectType, Key extends StringKey<Values>, Scene extends FormScene>({ label, disabled, value, onChange, componentProps, }: VefFormFieldProps<Values, Key, Scene>): import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { type ObjectType, type StringKey } from "@vef-framework/shared";
1
+ import type { ObjectType, StringKey } from "@vef-framework/shared";
2
2
  import type { FormScene } from "../../types";
3
3
  import type { VefFormFieldProps } from "./props";
4
4
  declare function TreeSelect<Values extends ObjectType, Key extends StringKey<Values>, Scene extends FormScene>({ label, disabled, value, onChange, componentProps, }: VefFormFieldProps<Values, Key, Scene>): import("@emotion/react/jsx-runtime").JSX.Element;
@@ -1,5 +1,5 @@
1
- import { type Handler, type ObjectType } from "@vef-framework/shared";
2
- import { type FC } from "react";
1
+ import type { Handler, ObjectType } from "@vef-framework/shared";
2
+ import type { FC } from "react";
3
3
  import type { VefFormProps } from "../props";
4
4
  import type { FormScene, FormSchema } from "../types";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ObjectType } from "@vef-framework/shared";
1
+ import type { ObjectType } from "@vef-framework/shared";
2
2
  import type { VefFormProps } from "../props";
3
3
  import type { FormScene, FormSchema, FormTabsUse } from "../types";
4
4
  /**
@@ -1,5 +1,5 @@
1
- import { type ObjectType, type StringKey } from "@vef-framework/shared";
1
+ import type { ObjectType, StringKey } from "@vef-framework/shared";
2
2
  import type { FormScene } from "../types";
3
- import { type VefFormFieldProps } from "./fields";
3
+ import type { VefFormFieldProps } from "./fields";
4
4
  declare function VefFormField<Values extends ObjectType, Key extends StringKey<Values>, Scene extends FormScene>(props: VefFormFieldProps<Values, Key, Scene>): import("@emotion/react/jsx-runtime").JSX.Element;
5
5
  export default VefFormField;
@@ -1,5 +1,5 @@
1
- import { type ObjectType, type StringKey } from "@vef-framework/shared";
2
- import { type FC, type ReactNode, type RefAttributes } from "react";
1
+ import type { ObjectType, StringKey } from "@vef-framework/shared";
2
+ import type { FC, ReactNode, RefAttributes } from "react";
3
3
  import type { FormGroup, FormScene } from "../types";
4
4
  /**
5
5
  * The props of the form group.
@@ -1,4 +1,4 @@
1
- import { type ObjectType, type StringKey } from "@vef-framework/shared";
1
+ import type { ObjectType, StringKey } from "@vef-framework/shared";
2
2
  import type { FormItem, FormScene } from "../types";
3
3
  /**
4
4
  * The props of the form item.
@@ -1,4 +1,4 @@
1
- import { type KeyValue, type ObjectType, type StringKey } from "@vef-framework/shared";
1
+ import type { KeyValue, ObjectType, StringKey } from "@vef-framework/shared";
2
2
  import type { FormRow, FormScene } from "../types";
3
3
  /**
4
4
  * The props of the form row.
@@ -1,4 +1,4 @@
1
- import { type Consumer, type ObjectType } from "@vef-framework/shared";
1
+ import type { Consumer, ObjectType } from "@vef-framework/shared";
2
2
  import type { FormValues } from "./types";
3
3
  /**
4
4
  * The form event bus.
@@ -1,4 +1,4 @@
1
- import { type MaybeUndefined, type ObjectType } from "@vef-framework/shared";
1
+ import type { MaybeUndefined, ObjectType } from "@vef-framework/shared";
2
2
  import type { FormComputedType, FormScene } from "./types";
3
3
  /**
4
4
  * Decide the value with default value.
@@ -1,5 +1,5 @@
1
+ import type { Handler, Mapper, ObjectType } from "@vef-framework/shared";
1
2
  import type { FormProps } from "antd";
2
- import { type Handler, type Mapper, type ObjectType } from "@vef-framework/shared";
3
3
  import type { VefFormProps } from "../props";
4
4
  import type { FormScene, FormSchema, FormVirtualKey } from "../types";
5
5
  type SubmitFailedHandler<Values extends ObjectType> = NonNullable<FormProps<Values>["onFinishFailed"]>;
@@ -1,4 +1,4 @@
1
- import { type KeyValue, type ObjectType, type StringKey } from "@vef-framework/shared";
1
+ import type { KeyValue, ObjectType, StringKey } from "@vef-framework/shared";
2
2
  import type { FormColumn, FormLayoutMode, FormScene } from "../types";
3
3
  /**
4
4
  * Get the layout of the columns.
@@ -1,4 +1,4 @@
1
- import { type ObjectType } from "@vef-framework/shared";
1
+ import type { ObjectType } from "@vef-framework/shared";
2
2
  import type { FormComputedType, FormScene } from "../types";
3
3
  type ExtractValueType<T> = T extends {
4
4
  rawValue: FormComputedType<any, any, infer ComputedValue>;
@@ -1,4 +1,4 @@
1
- import { type BiConsumer, type MaybeNull, type ObjectType, type StringKey } from "@vef-framework/shared";
1
+ import type { BiConsumer, MaybeNull, ObjectType, StringKey } from "@vef-framework/shared";
2
2
  import type { FormContext, FormScene, FormSchema } from "../types";
3
3
  /**
4
4
  * Initialize the form values.
@@ -1,5 +1,5 @@
1
1
  import type { Handler, ObjectType } from "@vef-framework/shared";
2
- import { type ForwardedRef } from "react";
2
+ import type { ForwardedRef } from "react";
3
3
  import type { VefFormInstance } from "../props";
4
4
  /**
5
5
  * Use the form instance.
@@ -1,4 +1,4 @@
1
- import { type BiConsumer, type ObjectType } from "@vef-framework/shared";
1
+ import type { BiConsumer, ObjectType } from "@vef-framework/shared";
2
2
  import type { FormScene, FormValues } from "../types";
3
3
  /**
4
4
  * Use the form values change
@@ -1,5 +1,5 @@
1
- import { type AnyValue, type ObjectType, type ObjectValue } from "@vef-framework/shared";
2
- import { type FC, type ReactNode, type RefAttributes } from "react";
1
+ import type { AnyValue, ObjectType, ObjectValue } from "@vef-framework/shared";
2
+ import type { FC, ReactNode, RefAttributes } from "react";
3
3
  import type { VefFormInstance, VefFormProps } from "./props";
4
4
  import type { FormActionButtonConfig, FormColumn, FormContext, FormGroup, FormItem, FormLabelAlign, FormLabelPosition, FormLayoutMode, FormRow, FormScene, FormSchema, FormTabsUse, FormValidationRule, FormVirtualKey } from "./types";
5
5
  declare const VefForm: (<Values extends ObjectType = ObjectValue, Result = AnyValue, Scene extends FormScene = FormScene, Schema extends FormSchema<Values, Scene> = FormSchema<Values, Scene>, VirtualKeys extends FormVirtualKey<Schema> = FormVirtualKey<Schema>>(props: VefFormProps<Values, Result, Scene, Schema, VirtualKeys> & RefAttributes<VefFormInstance<Values>>) => ReactNode) & Pick<FC, "displayName">;
@@ -1,5 +1,5 @@
1
+ import type { BiConsumer, BiConsumerOptional, ChildrenProps, Consumer, MaybeNull, ObjectType, Provider, StringKey } from "@vef-framework/shared";
1
2
  import type { FormInstance } from "antd";
2
- import { type BiConsumer, type BiConsumerOptional, type ChildrenProps, type Consumer, type MaybeNull, type ObjectType, type Provider, type StringKey } from "@vef-framework/shared";
3
3
  import type { FormEventBus } from "./event";
4
4
  import type { FormContext, FormScene, FormValues } from "./types";
5
5
  /**
@@ -1,5 +1,5 @@
1
+ import type { AnyValue, ObjectType, ObjectValue, StringKey } from "@vef-framework/shared";
1
2
  import type { ReactElement } from "react";
2
- import { type AnyValue, type ObjectType, type ObjectValue, type StringKey } from "@vef-framework/shared";
3
3
  import type { FormScene, FormValidationRule } from "./types";
4
4
  type MessageType = string | ReactElement;
5
5
  /**
@@ -1,8 +1,8 @@
1
- import { type AnyValue, type ObjectType, type ObjectValue } from "@vef-framework/shared";
2
- import { type FC } from "react";
1
+ import type { AnyValue, ObjectType, ObjectValue } from "@vef-framework/shared";
2
+ import type { FC } from "react";
3
+ import type { FormScene, FormSchema } from "../vef-form";
3
4
  import type { FormVirtualKey } from "../vef-form/types";
4
5
  import type { VefFormDrawerProps } from "./props";
5
- import { type FormScene, type FormSchema } from "../vef-form";
6
6
  declare function VefFormDrawerBase<Values extends ObjectType = ObjectValue, Result = AnyValue, Scene extends FormScene = FormScene, Schema extends FormSchema<Values, Scene> = FormSchema<Values, Scene>, VirtualKeys extends FormVirtualKey<Schema> = FormVirtualKey<Schema>>({ title, open, closable, closeOnMaskClick, closeOnEscPress, destroyOnClose, cancelOnClose, placement, expansionSize, loading, extra, cancelButtonText, actions, onClose, onCancel, onAfterClose, onAfterOpen, submissionButtonText, disabled, ...formProps }: VefFormDrawerProps<Values, Result, Scene, Schema, VirtualKeys>): import("@emotion/react/jsx-runtime").JSX.Element;
7
7
  declare const VefFormDrawer: typeof VefFormDrawerBase & Pick<FC, "displayName">;
8
8
  export type { VefFormDrawerProps };
@@ -1,8 +1,8 @@
1
- import { type AnyValue, type ObjectType, type ObjectValue } from "@vef-framework/shared";
2
- import { type FC } from "react";
1
+ import type { AnyValue, ObjectType, ObjectValue } from "@vef-framework/shared";
2
+ import type { FC } from "react";
3
+ import type { FormScene, FormSchema } from "../vef-form";
3
4
  import type { FormVirtualKey } from "../vef-form/types";
4
5
  import type { VefFormModalProps } from "./props";
5
- import { type FormScene, type FormSchema } from "../vef-form";
6
6
  declare function VefFormModalBase<Values extends ObjectType = ObjectValue, Result = AnyValue, Scene extends FormScene = FormScene, Schema extends FormSchema<Values, Scene> = FormSchema<Values, Scene>, VirtualKeys extends FormVirtualKey<Schema> = FormVirtualKey<Schema>>({ submissionButtonText, actions, title, open, closable, closeOnMaskClick, closeOnEscPress, destroyOnClose, cancelOnClose, width, loading, cancelButtonText, onClose, onCancel, onAfterOpen, onAfterClose, disabled, ...formProps }: VefFormModalProps<Values, Result, Scene, Schema, VirtualKeys>): import("@emotion/react/jsx-runtime").JSX.Element;
7
7
  declare const VefFormModal: typeof VefFormModalBase & Pick<FC, "displayName">;
8
8
  export type { VefFormModalProps };
@@ -1,14 +1,18 @@
1
1
  import type { IconComponentProps } from "@ant-design/icons/lib/components/Icon";
2
- import type { Except, Size } from "@vef-framework/shared";
2
+ import type { ColorType, Except, Size } from "@vef-framework/shared";
3
3
  import type { ReactElement } from "react";
4
4
  /**
5
5
  * The props of VefIcon component.
6
6
  */
7
- export interface VefIconProps extends Except<IconComponentProps, "component" | "size" | "children"> {
7
+ export interface VefIconProps extends Except<IconComponentProps, "component" | "size" | "color" | "children"> {
8
8
  /**
9
9
  * The size of the icon.
10
10
  */
11
11
  size?: Exclude<Size, "tiny">;
12
+ /**
13
+ * The color of the icon.
14
+ */
15
+ color?: ColorType;
12
16
  /**
13
17
  * The icon component.
14
18
  */
@@ -1,5 +1,5 @@
1
1
  import type { GetRef, Input } from "antd";
2
- import { type ForwardedRef, type RefObject } from "react";
2
+ import type { ForwardedRef, RefObject } from "react";
3
3
  import type { VefInputInstance } from "../props";
4
4
  type InputRef = GetRef<typeof Input>;
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import type { GetRef, InputNumber } from "antd";
2
- import { type ForwardedRef, type RefObject } from "react";
2
+ import type { ForwardedRef, RefObject } from "react";
3
3
  import type { VefInputNumberInstance } from "../props";
4
4
  type InputNumberRef = GetRef<typeof InputNumber>;
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type SVGProps } from "react";
1
+ import type { SVGProps } from "react";
2
2
  declare function SvgIconBoy(props: SVGProps<SVGSVGElement>): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare const Memo: import("react").MemoExoticComponent<typeof SvgIconBoy>;
4
4
  export default Memo;
@@ -1,4 +1,4 @@
1
- import { type SVGProps } from "react";
1
+ import type { SVGProps } from "react";
2
2
  declare function SvgIconGirl(props: SVGProps<SVGSVGElement>): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare const Memo: import("react").MemoExoticComponent<typeof SvgIconGirl>;
4
4
  export default Memo;
@@ -1,4 +1,4 @@
1
- import { type Except } from "@vef-framework/shared";
1
+ import type { Except } from "@vef-framework/shared";
2
2
  import type { VefLayoutProps } from "../props";
3
3
  /**
4
4
  * The context of the layout.
@@ -1,4 +1,4 @@
1
- import { type Consumer } from "@vef-framework/shared";
1
+ import type { Consumer } from "@vef-framework/shared";
2
2
  /**
3
3
  * The state of the layout component.
4
4
  */
@@ -1,4 +1,4 @@
1
- import { type SVGProps } from "react";
1
+ import type { SVGProps } from "react";
2
2
  declare function SvgLoginIcon(props: SVGProps<SVGSVGElement>): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare const Memo: import("react").MemoExoticComponent<typeof SvgLoginIcon>;
4
4
  export default Memo;
@@ -1,4 +1,4 @@
1
- import { type MenuItem } from "@vef-framework/shared";
1
+ import type { MenuItem } from "@vef-framework/shared";
2
2
  import type { VefMenuProps } from "./props";
3
3
  declare function VefMenu<T extends readonly MenuItem[] = readonly MenuItem[]>({ defaultOpenedKeys, openedKeys, orientation, inlineCollapsed, inlineIndent, inlineExpansion, items, selectable, deselectable, multiple, defaultSelectedKeys, selectedKeys, appearance, onClick, onChange, onSelect, onDeselect, }: VefMenuProps<T>): import("@emotion/react/jsx-runtime").JSX.Element;
4
4
  export type { VefMenuProps };
@@ -1,4 +1,4 @@
1
- import { type ReactElement } from "react";
1
+ import type { ReactElement } from "react";
2
2
  import type { default as VefButton, VefButtonProps } from "../../vef-button";
3
3
  /**
4
4
  * The props of the vef modal action button wrapper.
@@ -1,4 +1,4 @@
1
- import { type Consumer } from "@vef-framework/shared";
1
+ import type { Consumer } from "@vef-framework/shared";
2
2
  /**
3
3
  * The context of the modal.
4
4
  */
@@ -1,4 +1,4 @@
1
- import { type SVGProps } from "react";
1
+ import type { SVGProps } from "react";
2
2
  declare function SvgNotFoundIcon(props: SVGProps<SVGSVGElement>): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare const Memo: import("react").MemoExoticComponent<typeof SvgNotFoundIcon>;
4
4
  export default Memo;
@@ -1,4 +1,4 @@
1
- import { type VefPaginationProps } from "./props";
1
+ import type { VefPaginationProps } from "./props";
2
2
  declare function VefPaginationBase({ defaultPageNumber, defaultPageSize, pageNumber, pageSize, total, size, pageSizeOptions, allowChangePageSize, showTotal, compact, allowQuickJump, onChange, ...restProps }: VefPaginationProps): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare const VefPagination: import("react").MemoExoticComponent<typeof VefPaginationBase>;
4
4
  export type { VefPaginationProps };
@@ -1,6 +1,6 @@
1
1
  import type { GetRef } from "antd";
2
2
  import type Password from "antd/es/input/Password";
3
- import { type ForwardedRef, type RefObject } from "react";
3
+ import type { ForwardedRef, RefObject } from "react";
4
4
  import type { VefPasswordInstance } from "../props";
5
5
  type PasswordRef = GetRef<typeof Password>;
6
6
  /**
@@ -1,4 +1,4 @@
1
- import { type StringKey } from "@vef-framework/shared";
1
+ import type { StringKey } from "@vef-framework/shared";
2
2
  import type { VefPieChartProps } from "./props";
3
3
  declare function VefPieChartBase<T extends object, X extends StringKey<T> = StringKey<T>, N extends StringKey<T> = StringKey<T>>({ config, data, dataKey, nameKey, valueFormatter, innerRadius, }: VefPieChartProps<T, X, N>): import("@emotion/react/jsx-runtime").JSX.Element;
4
4
  declare const VefPieChart: typeof VefPieChartBase;
@@ -1,6 +1,6 @@
1
1
  import type { Consumer } from "@vef-framework/shared";
2
2
  import type { PopoverProps } from "antd";
3
- import type { ReactNode } from "react";
3
+ import type { CSSProperties, ReactNode } from "react";
4
4
  /**
5
5
  * The trigger mode of the popover.
6
6
  */
@@ -8,7 +8,7 @@ export type PopoverTrigger = "hover" | "click" | "focus";
8
8
  /**
9
9
  * The props of the VefPopover component.
10
10
  */
11
- export interface VefPopoverProps extends Pick<PopoverProps, "placement" | "children"> {
11
+ export interface VefPopoverProps extends Pick<PopoverProps, "placement" | "children" | "className" | "style"> {
12
12
  /**
13
13
  * The title of the popover.
14
14
  */
@@ -17,6 +17,10 @@ export interface VefPopoverProps extends Pick<PopoverProps, "placement" | "child
17
17
  * The content of the popover.
18
18
  */
19
19
  content: ReactNode;
20
+ /**
21
+ * The style of the popover content.
22
+ */
23
+ contentStyle?: CSSProperties;
20
24
  /**
21
25
  * The trigger mode of the popover.
22
26
  * @default "click"
@@ -1,4 +1,4 @@
1
- import { type DataOption, type EmptyObject, type Except, type NormalizedDataOption, type ObjectType, type PureDataOption } from "@vef-framework/shared";
1
+ import type { DataOption, EmptyObject, Except, NormalizedDataOption, ObjectType, PureDataOption } from "@vef-framework/shared";
2
2
  import type { VefRadioProps } from "../props";
3
3
  /**
4
4
  * The hook to use data options.
@@ -1,5 +1,5 @@
1
1
  import type { DataOption, NormalizedDataOption } from "@vef-framework/shared";
2
- import { type ForwardedRef } from "react";
2
+ import type { ForwardedRef } from "react";
3
3
  import type { VefRadioInstance } from "../props";
4
4
  /**
5
5
  * The hook to get the instance of the radio.
@@ -1,5 +1,5 @@
1
- import { type DataOption, type EmptyObject, type ObjectType } from "@vef-framework/shared";
2
- import { type FC, type ReactNode, type RefAttributes } from "react";
1
+ import type { DataOption, EmptyObject, ObjectType } from "@vef-framework/shared";
2
+ import type { FC, ReactNode, RefAttributes } from "react";
3
3
  import type { VefRadioInstance, VefRadioProps } from "./props";
4
4
  declare const VefRadio: (<T extends DataOption<T>, P extends ObjectType = EmptyObject, R = T[]>(props: VefRadioProps<T, P, R> & RefAttributes<VefRadioInstance<T>>) => ReactNode) & Pick<FC, "displayName">;
5
5
  export type { VefRadioInstance, VefRadioProps };
@@ -1,5 +1,5 @@
1
1
  import type { GetRef, Rate } from "antd";
2
- import { type ForwardedRef, type RefObject } from "react";
2
+ import type { ForwardedRef, RefObject } from "react";
3
3
  import type { VefRateInstance } from "../props";
4
4
  type RateRef = GetRef<typeof Rate>;
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ReactNode } from "react";
1
+ import type { ReactNode } from "react";
2
2
  export interface VefOptionProps {
3
3
  label: ReactNode;
4
4
  description?: ReactNode;
@@ -1,4 +1,4 @@
1
- import { type DataOption, type EmptyObject, type Except, type ObjectType, type PureDataOption } from "@vef-framework/shared";
1
+ import type { DataOption, EmptyObject, Except, ObjectType, PureDataOption } from "@vef-framework/shared";
2
2
  import type { VefSelectProps } from "../props";
3
3
  /**
4
4
  * The hook to use data options.
@@ -1,5 +1,5 @@
1
+ import type { DataOption, MaybeArray, NormalizedDataOption, PureDataOption } from "@vef-framework/shared";
1
2
  import type { SelectProps } from "antd";
2
- import { type DataOption, type MaybeArray, type NormalizedDataOption, type PureDataOption } from "@vef-framework/shared";
3
3
  import type { VefSelectProps } from "../props";
4
4
  type RenderOption<T extends DataOption<T>> = NonNullable<SelectProps<MaybeArray<string>, NormalizedDataOption<T>>["optionRender"]>;
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import type { DataOption, NormalizedDataOption } from "@vef-framework/shared";
2
- import { type ForwardedRef } from "react";
2
+ import type { ForwardedRef } from "react";
3
3
  import type { VefSelectInstance } from "../props";
4
4
  /**
5
5
  * The hook to get the instance of the select.
@@ -1,5 +1,5 @@
1
- import { type DataOption, type EmptyObject, type ObjectType, type PureDataOption } from "@vef-framework/shared";
2
- import { type FC, type ReactNode, type RefAttributes } from "react";
1
+ import type { DataOption, EmptyObject, ObjectType, PureDataOption } from "@vef-framework/shared";
2
+ import type { FC, ReactNode, RefAttributes } from "react";
3
3
  import type { VefSelectInstance, VefSelectProps } from "./props";
4
4
  declare const VefSelect: (<T extends DataOption<T> = PureDataOption, P extends ObjectType = EmptyObject, R = T[], KK extends string = "keyword", VK extends string = "ids", FP extends ObjectType = EmptyObject>(props: VefSelectProps<T, P, R, KK, VK, FP> & RefAttributes<VefSelectInstance<T>>) => ReactNode) & Pick<FC, "displayName">;
5
5
  export type { VefSelectInstance, VefSelectProps };
@@ -1,5 +1,5 @@
1
1
  import type { GetRef, Slider } from "antd";
2
- import { type ForwardedRef, type RefObject } from "react";
2
+ import type { ForwardedRef, RefObject } from "react";
3
3
  import type { VefSliderInstance } from "../props";
4
4
  type SliderRef = GetRef<typeof Slider>;
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type Consumer, type Mapper, type ObjectType } from "@vef-framework/shared";
1
+ import type { Consumer, Mapper, ObjectType } from "@vef-framework/shared";
2
2
  /**
3
3
  * Merge the items and the onChange function.
4
4
  *
@@ -1,5 +1,5 @@
1
- import { type ObjectType, type ObjectValue } from "@vef-framework/shared";
2
- import { type FC } from "react";
1
+ import type { ObjectType, ObjectValue } from "@vef-framework/shared";
2
+ import type { FC } from "react";
3
3
  import type { VefSortableListProps } from "./props";
4
4
  declare function VefSortableListBase<T extends ObjectType = ObjectValue>({ defaultItems, items, itemKey, className, style, orientation, useOverlay, restrictStrategy, onChange, ...restProps }: VefSortableListProps<T>): import("@emotion/react/jsx-runtime").JSX.Element;
5
5
  declare const VefSortableList: typeof VefSortableListBase & Pick<FC, "displayName">;
@@ -1,4 +1,4 @@
1
- import { type ObjectType, type StringKey } from "@vef-framework/shared";
1
+ import type { ObjectType, StringKey } from "@vef-framework/shared";
2
2
  import type { TableColumnProps } from "./props";
3
3
  declare function Bool<T extends ObjectType, K extends StringKey<T>>({ value, record, rowIndex, columnProps, }: TableColumnProps<T, K>): import("@emotion/react/jsx-runtime").JSX.Element;
4
4
  declare const BoolMemo: typeof Bool;
@@ -1,4 +1,4 @@
1
- import { type ObjectType, type StringKey } from "@vef-framework/shared";
1
+ import type { ObjectType, StringKey } from "@vef-framework/shared";
2
2
  import type { TableColumnProps } from "./props";
3
3
  declare function DataDictionary<T extends ObjectType, K extends StringKey<T>>({ value, record, rowIndex, columnProps, }: TableColumnProps<T, K>): import("@emotion/react/jsx-runtime").JSX.Element;
4
4
  export default DataDictionary;
@@ -1,4 +1,4 @@
1
- import { type ObjectType, type StringKey } from "@vef-framework/shared";
1
+ import type { ObjectType, StringKey } from "@vef-framework/shared";
2
2
  import type { TableColumnProps } from "./props";
3
3
  declare function Enum<T extends ObjectType, K extends StringKey<T>>({ value, record, rowIndex, columnProps, }: TableColumnProps<T, K>): import("@emotion/react/jsx-runtime").JSX.Element;
4
4
  export default Enum;
@@ -1,4 +1,4 @@
1
- import { type ObjectType, type StringKey } from "@vef-framework/shared";
1
+ import type { ObjectType, StringKey } from "@vef-framework/shared";
2
2
  import type { TableColumnProps } from "./props";
3
3
  declare function Id<T extends ObjectType, K extends StringKey<T>>({ value, record, rowIndex, columnProps, }: TableColumnProps<T, K>): import("@emotion/react/jsx-runtime").JSX.Element;
4
4
  export default Id;
@@ -1,4 +1,4 @@
1
- import { type ObjectType, type StringKey } from "@vef-framework/shared";
1
+ import type { ObjectType, StringKey } from "@vef-framework/shared";
2
2
  import type { TableColumnProps } from "./props";
3
3
  declare function Image<T extends ObjectType, K extends StringKey<T>>({ value, }: TableColumnProps<T, K>): import("@emotion/react/jsx-runtime").JSX.Element;
4
4
  export default Image;
@@ -1,4 +1,4 @@
1
- import { type ObjectType, type StringKey } from "@vef-framework/shared";
1
+ import type { ObjectType, StringKey } from "@vef-framework/shared";
2
2
  import type { TableColumnProps } from "./props";
3
3
  declare function NumberColumn<T extends ObjectType, K extends StringKey<T>>({ value, record, rowIndex, columnProps, }: TableColumnProps<T, K>): import("@emotion/react/jsx-runtime").JSX.Element | null;
4
4
  export default NumberColumn;
@@ -1,4 +1,4 @@
1
- import { type ObjectType, type StringKey } from "@vef-framework/shared";
1
+ import type { ObjectType, StringKey } from "@vef-framework/shared";
2
2
  import type { TableColumnProps } from "./props";
3
3
  declare function Render<T extends ObjectType, K extends StringKey<T>>({ value, record, rowIndex, columnProps, }: TableColumnProps<T, K>): import("@emotion/react/jsx-runtime").JSX.Element;
4
4
  export default Render;
@@ -1,4 +1,4 @@
1
- import { type ObjectType, type StringKey } from "@vef-framework/shared";
1
+ import type { ObjectType, StringKey } from "@vef-framework/shared";
2
2
  import type { TableColumnProps } from "./props";
3
3
  declare function Text<T extends ObjectType, K extends StringKey<T>>({ value, record, rowIndex, columnProps, }: TableColumnProps<T, K>): import("@emotion/react/jsx-runtime").JSX.Element | null;
4
4
  export default Text;
@@ -1,4 +1,4 @@
1
- import { type ActionButton, type ObjectType } from "@vef-framework/shared";
1
+ import type { ActionButton, ObjectType } from "@vef-framework/shared";
2
2
  import type { OperationButtonContext } from "../types";
3
3
  export interface VefOperationButtonsProps<T extends ObjectType, C extends ObjectType> {
4
4
  /**
@@ -1,9 +1,9 @@
1
1
  import type { ComputedActionButton } from "@vef-framework/hooks";
2
- import { type ObjectType } from "@vef-framework/shared";
3
- import { type FC } from "react";
2
+ import type { ObjectType } from "@vef-framework/shared";
3
+ import type { FC } from "react";
4
+ import type { VefPaginationProps } from "../../vef-pagination";
4
5
  import type { VefTableProps } from "../props";
5
6
  import type { BatchActionButtonContext } from "../types";
6
- import { type VefPaginationProps } from "../../vef-pagination";
7
7
  /**
8
8
  * The props of the table footer.
9
9
  */
@@ -1,4 +1,4 @@
1
- import { type MaybeUndefined, type ObjectType } from "@vef-framework/shared";
1
+ import type { MaybeUndefined, ObjectType } from "@vef-framework/shared";
2
2
  import type { TableComputedType } from "./types";
3
3
  /**
4
4
  * Decide the value.