@vef-framework/components 1.0.18 → 1.0.20

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 (1188) hide show
  1. package/esm/index.mjs +3 -0
  2. package/esm/internal/index.mjs +3 -0
  3. package/esm/internal/utils.mjs +3 -0
  4. package/esm/vef-access-denied/access-denied-icon.mjs +3 -0
  5. package/esm/vef-access-denied/index.mjs +29 -0
  6. package/esm/vef-access-denied/props.mjs +2 -0
  7. package/esm/vef-action-buttons/index.mjs +3 -0
  8. package/esm/vef-action-buttons/props.mjs +2 -0
  9. package/esm/vef-app/helper.mjs +3 -0
  10. package/esm/vef-app/index.mjs +3 -0
  11. package/esm/vef-app/props.mjs +2 -0
  12. package/esm/vef-auto-sizer/index.mjs +3 -0
  13. package/esm/vef-auto-sizer/props.mjs +2 -0
  14. package/esm/vef-avatar/index.mjs +3 -0
  15. package/esm/vef-avatar/props.mjs +2 -0
  16. package/esm/vef-avatar-group/index.mjs +3 -0
  17. package/esm/vef-avatar-group/props.mjs +2 -0
  18. package/esm/vef-badge/index.mjs +3 -0
  19. package/esm/vef-badge/props.mjs +2 -0
  20. package/esm/vef-bool/hooks/use-bool-instance.mjs +3 -0
  21. package/esm/vef-bool/index.mjs +3 -0
  22. package/esm/vef-bool/props.mjs +2 -0
  23. package/esm/vef-button/components/base-button.mjs +3 -0
  24. package/esm/vef-button/index.mjs +3 -0
  25. package/esm/vef-button/props.mjs +2 -0
  26. package/esm/vef-card/index.mjs +3 -0
  27. package/esm/vef-card/props.mjs +2 -0
  28. package/esm/vef-card-meta/index.mjs +3 -0
  29. package/esm/vef-card-meta/props.mjs +2 -0
  30. package/esm/vef-checkbox/hooks/use-checkbox-instance.mjs +3 -0
  31. package/esm/vef-checkbox/hooks/use-data-options.mjs +3 -0
  32. package/esm/vef-checkbox/index.mjs +5 -0
  33. package/esm/vef-checkbox/props.mjs +2 -0
  34. package/esm/vef-col/index.mjs +3 -0
  35. package/esm/vef-col/props.mjs +2 -0
  36. package/esm/vef-color-picker/index.mjs +3 -0
  37. package/esm/vef-color-picker/props.mjs +2 -0
  38. package/esm/vef-compact/index.mjs +3 -0
  39. package/esm/vef-compact/props.mjs +2 -0
  40. package/esm/vef-config-provider/hooks/use-ui-config.mjs +3 -0
  41. package/esm/vef-config-provider/index.mjs +103 -0
  42. package/esm/vef-config-provider/props.mjs +2 -0
  43. package/esm/vef-config-provider/reset-style.mjs +257 -0
  44. package/esm/vef-config-provider/store.mjs +3 -0
  45. package/esm/vef-container/index.mjs +3 -0
  46. package/esm/vef-container/props.mjs +2 -0
  47. package/esm/vef-crud-page/components/crud-actions.mjs +3 -0
  48. package/esm/vef-crud-page/components/crud-filter.mjs +3 -0
  49. package/esm/vef-crud-page/components/crud-footer.mjs +9 -0
  50. package/esm/vef-crud-page/components/crud-form-modal.mjs +3 -0
  51. package/esm/vef-crud-page/components/crud-header.mjs +3 -0
  52. package/esm/vef-crud-page/components/crud-table.mjs +3 -0
  53. package/esm/vef-crud-page/hooks/use-action-buttons.mjs +3 -0
  54. package/esm/vef-crud-page/hooks/use-crud-context.mjs +3 -0
  55. package/esm/vef-crud-page/hooks/use-crud-schema.mjs +3 -0
  56. package/esm/vef-crud-page/hooks/use-operation-buttons.mjs +3 -0
  57. package/esm/vef-crud-page/index.mjs +3 -0
  58. package/esm/vef-crud-page/props.mjs +2 -0
  59. package/esm/vef-crud-page/store.mjs +3 -0
  60. package/esm/vef-crud-page/types.mjs +2 -0
  61. package/esm/vef-divider/index.mjs +3 -0
  62. package/esm/vef-divider/props.mjs +2 -0
  63. package/esm/vef-drawer/components/action-button-wrapper.mjs +3 -0
  64. package/esm/vef-drawer/components/button-props.mjs +2 -0
  65. package/esm/vef-drawer/components/cancel-action-button.mjs +3 -0
  66. package/esm/vef-drawer/components/ok-action-button.mjs +3 -0
  67. package/esm/vef-drawer/context.mjs +3 -0
  68. package/esm/vef-drawer/index.mjs +10 -0
  69. package/esm/vef-drawer/props.mjs +2 -0
  70. package/esm/vef-dropdown/index.mjs +3 -0
  71. package/esm/vef-dropdown/props.mjs +2 -0
  72. package/esm/vef-dynamic-icon/index.mjs +3 -0
  73. package/esm/vef-dynamic-icon/props.mjs +3 -0
  74. package/esm/vef-empty/index.mjs +3 -0
  75. package/esm/vef-empty/props.mjs +2 -0
  76. package/esm/vef-empty-placeholder/index.mjs +7 -0
  77. package/esm/vef-empty-placeholder/props.mjs +2 -0
  78. package/esm/vef-error/error-icon.mjs +3 -0
  79. package/esm/vef-error/index.mjs +30 -0
  80. package/esm/vef-error/props.mjs +2 -0
  81. package/esm/vef-filter/components/action-buttons.mjs +21 -0
  82. package/esm/vef-filter/components/advanced-filter.mjs +11 -0
  83. package/esm/vef-filter/components/basic-filter.mjs +21 -0
  84. package/esm/vef-filter/components/fields/index.mjs +3 -0
  85. package/esm/vef-filter/components/fields/input-number.mjs +3 -0
  86. package/esm/vef-filter/components/fields/input.mjs +3 -0
  87. package/esm/vef-filter/components/fields/props.mjs +2 -0
  88. package/esm/vef-filter/components/filter-field.mjs +3 -0
  89. package/esm/vef-filter/components/filter-item.mjs +3 -0
  90. package/esm/vef-filter/event.mjs +3 -0
  91. package/esm/vef-filter/helper.mjs +3 -0
  92. package/esm/vef-filter/hooks/use-action-handlers.mjs +3 -0
  93. package/esm/vef-filter/hooks/use-computed-values.mjs +3 -0
  94. package/esm/vef-filter/hooks/use-filter-context.mjs +3 -0
  95. package/esm/vef-filter/hooks/use-filter-initialization.mjs +3 -0
  96. package/esm/vef-filter/hooks/use-filter-instance.mjs +3 -0
  97. package/esm/vef-filter/hooks/use-filter-items.mjs +3 -0
  98. package/esm/vef-filter/hooks/use-filter-values-change.mjs +3 -0
  99. package/esm/vef-filter/hooks/use-label-config.mjs +3 -0
  100. package/esm/vef-filter/index.mjs +10 -0
  101. package/esm/vef-filter/props.mjs +2 -0
  102. package/esm/vef-filter/store.mjs +3 -0
  103. package/esm/vef-filter/types.mjs +2 -0
  104. package/esm/vef-flex/index.mjs +3 -0
  105. package/esm/vef-flex/props.mjs +2 -0
  106. package/esm/vef-float-button/index.mjs +3 -0
  107. package/esm/vef-float-button/props.mjs +2 -0
  108. package/esm/vef-float-button-group/index.mjs +3 -0
  109. package/esm/vef-float-button-group/props.mjs +2 -0
  110. package/esm/vef-form/components/fields/index.mjs +3 -0
  111. package/esm/vef-form/components/fields/input-number.mjs +3 -0
  112. package/esm/vef-form/components/fields/input.mjs +3 -0
  113. package/esm/vef-form/components/fields/props.mjs +2 -0
  114. package/esm/vef-form/components/form-actions.mjs +5 -0
  115. package/esm/vef-form/components/form-content.mjs +6 -0
  116. package/esm/vef-form/components/form-field.mjs +3 -0
  117. package/esm/vef-form/components/form-group.mjs +13 -0
  118. package/esm/vef-form/components/form-hidden-item.mjs +3 -0
  119. package/esm/vef-form/components/form-item.mjs +3 -0
  120. package/esm/vef-form/components/form-row.mjs +3 -0
  121. package/esm/vef-form/event.mjs +3 -0
  122. package/esm/vef-form/helper.mjs +3 -0
  123. package/esm/vef-form/hooks/use-action-handlers.mjs +3 -0
  124. package/esm/vef-form/hooks/use-columns-layout.mjs +3 -0
  125. package/esm/vef-form/hooks/use-computed-values.mjs +3 -0
  126. package/esm/vef-form/hooks/use-form-context.mjs +3 -0
  127. package/esm/vef-form/hooks/use-form-initialization.mjs +3 -0
  128. package/esm/vef-form/hooks/use-form-instance.mjs +3 -0
  129. package/esm/vef-form/hooks/use-form-values-change.mjs +3 -0
  130. package/esm/vef-form/hooks/use-label-width.mjs +3 -0
  131. package/esm/vef-form/index.mjs +5 -0
  132. package/esm/vef-form/props.mjs +2 -0
  133. package/esm/vef-form/store.mjs +3 -0
  134. package/esm/vef-form/types.mjs +2 -0
  135. package/esm/vef-form/validation-rules.mjs +3 -0
  136. package/esm/vef-form-drawer/index.mjs +3 -0
  137. package/esm/vef-form-drawer/props.mjs +2 -0
  138. package/esm/vef-form-modal/index.mjs +3 -0
  139. package/esm/vef-form-modal/props.mjs +2 -0
  140. package/esm/vef-generic-select/index.mjs +3 -0
  141. package/esm/vef-generic-select/props.mjs +2 -0
  142. package/esm/vef-grid/index.mjs +14 -0
  143. package/esm/vef-grid/props.mjs +3 -0
  144. package/esm/vef-grid-item/index.mjs +3 -0
  145. package/esm/vef-grid-item/props.mjs +2 -0
  146. package/esm/vef-icon/index.mjs +3 -0
  147. package/esm/vef-icon/props.mjs +2 -0
  148. package/esm/vef-icon-select/index.mjs +42 -0
  149. package/esm/vef-icon-select/props.mjs +2 -0
  150. package/esm/vef-input/hooks/use-input-instance.mjs +3 -0
  151. package/esm/vef-input/index.mjs +3 -0
  152. package/esm/vef-input/props.mjs +2 -0
  153. package/esm/vef-input-number/hooks/use-input-number-instance.mjs +3 -0
  154. package/esm/vef-input-number/index.mjs +3 -0
  155. package/esm/vef-input-number/props.mjs +2 -0
  156. package/esm/vef-layout/components/content.mjs +3 -0
  157. package/esm/vef-layout/components/font-size.mjs +6 -0
  158. package/esm/vef-layout/components/fullscreen.mjs +6 -0
  159. package/esm/vef-layout/components/header-action-icons.mjs +17 -0
  160. package/esm/vef-layout/components/header-content.mjs +8 -0
  161. package/esm/vef-layout/components/header.mjs +14 -0
  162. package/esm/vef-layout/components/sider.mjs +51 -0
  163. package/esm/vef-layout/components/title.mjs +38 -0
  164. package/esm/vef-layout/components/user-avatar.mjs +20 -0
  165. package/esm/vef-layout/index.mjs +7 -0
  166. package/esm/vef-layout/logo.svg.mjs +3 -0
  167. package/esm/vef-layout/props.mjs +2 -0
  168. package/esm/vef-layout/store.mjs +3 -0
  169. package/esm/vef-loading-placeholder/index.mjs +7 -0
  170. package/esm/vef-loading-placeholder/props.mjs +2 -0
  171. package/esm/vef-login/index.mjs +56 -0
  172. package/esm/vef-login/login-icon.mjs +3 -0
  173. package/esm/vef-login/props.mjs +2 -0
  174. package/esm/vef-menu/index.mjs +3 -0
  175. package/esm/vef-menu/props.mjs +2 -0
  176. package/esm/vef-modal/components/action-button-wrapper.mjs +3 -0
  177. package/esm/vef-modal/components/button-props.mjs +2 -0
  178. package/esm/vef-modal/components/cancel-action-button.mjs +3 -0
  179. package/esm/vef-modal/components/ok-action-button.mjs +3 -0
  180. package/esm/vef-modal/context.mjs +3 -0
  181. package/esm/vef-modal/index.mjs +6 -0
  182. package/esm/vef-modal/props.mjs +2 -0
  183. package/esm/vef-not-found/index.mjs +30 -0
  184. package/esm/vef-not-found/not-found-icon.mjs +3 -0
  185. package/esm/vef-not-found/props.mjs +2 -0
  186. package/esm/vef-page/index.mjs +59 -0
  187. package/esm/vef-page/props.mjs +2 -0
  188. package/esm/vef-pagination/index.mjs +3 -0
  189. package/esm/vef-pagination/props.mjs +3 -0
  190. package/esm/vef-paragraph/index.mjs +3 -0
  191. package/esm/vef-paragraph/props.mjs +2 -0
  192. package/esm/vef-password/hooks/use-password-instance.mjs +3 -0
  193. package/esm/vef-password/index.mjs +3 -0
  194. package/esm/vef-password/props.mjs +2 -0
  195. package/esm/vef-popconfirm/index.mjs +3 -0
  196. package/esm/vef-popconfirm/props.mjs +2 -0
  197. package/esm/vef-popover/index.mjs +3 -0
  198. package/esm/vef-popover/props.mjs +2 -0
  199. package/esm/vef-radio/hooks/use-data-options.mjs +3 -0
  200. package/esm/vef-radio/hooks/use-radio-instance.mjs +3 -0
  201. package/esm/vef-radio/index.mjs +5 -0
  202. package/esm/vef-radio/props.mjs +2 -0
  203. package/esm/vef-rate/hooks/use-rate-instance.mjs +3 -0
  204. package/esm/vef-rate/index.mjs +3 -0
  205. package/esm/vef-rate/props.mjs +2 -0
  206. package/esm/vef-responsive-container/index.mjs +7 -0
  207. package/esm/vef-responsive-container/props.mjs +2 -0
  208. package/esm/vef-responsive-item/index.mjs +5 -0
  209. package/esm/vef-responsive-item/props.mjs +2 -0
  210. package/esm/vef-ribbon/index.mjs +3 -0
  211. package/esm/vef-ribbon/props.mjs +2 -0
  212. package/esm/vef-row/index.mjs +3 -0
  213. package/esm/vef-row/props.mjs +2 -0
  214. package/esm/vef-scroll-area/components/scrollbar.mjs +34 -0
  215. package/esm/vef-scroll-area/index.mjs +13 -0
  216. package/esm/vef-scroll-area/props.mjs +2 -0
  217. package/esm/vef-select/components/option.mjs +11 -0
  218. package/esm/vef-select/hooks/use-data-options.mjs +3 -0
  219. package/esm/vef-select/hooks/use-field-names.mjs +3 -0
  220. package/esm/vef-select/hooks/use-render-label.mjs +10 -0
  221. package/esm/vef-select/hooks/use-render-option.mjs +3 -0
  222. package/esm/vef-select/hooks/use-select-instance.mjs +3 -0
  223. package/esm/vef-select/index.mjs +3 -0
  224. package/esm/vef-select/props.mjs +2 -0
  225. package/esm/vef-slider/hooks/use-slider-instance.mjs +3 -0
  226. package/esm/vef-slider/index.mjs +3 -0
  227. package/esm/vef-slider/props.mjs +2 -0
  228. package/esm/vef-sortable-list/components/overlay-item.mjs +7 -0
  229. package/esm/vef-sortable-list/components/sortable-item.mjs +7 -0
  230. package/esm/vef-sortable-list/hooks/use-merged-items.mjs +3 -0
  231. package/esm/vef-sortable-list/index.mjs +3 -0
  232. package/esm/vef-sortable-list/props.mjs +2 -0
  233. package/esm/vef-space/index.mjs +3 -0
  234. package/esm/vef-space/props.mjs +2 -0
  235. package/esm/vef-spin/index.mjs +3 -0
  236. package/esm/vef-spin/props.mjs +2 -0
  237. package/esm/vef-splitter/index.mjs +3 -0
  238. package/esm/vef-splitter/props.mjs +2 -0
  239. package/esm/vef-splitter-panel/index.mjs +3 -0
  240. package/esm/vef-splitter-panel/props.mjs +2 -0
  241. package/esm/vef-status/index.mjs +3 -0
  242. package/esm/vef-status/props.mjs +2 -0
  243. package/esm/vef-table/components/columns/bool.mjs +3 -0
  244. package/esm/vef-table/components/columns/code.mjs +3 -0
  245. package/esm/vef-table/components/columns/data-dictionary.mjs +3 -0
  246. package/esm/vef-table/components/columns/enum.mjs +3 -0
  247. package/esm/vef-table/components/columns/file.mjs +3 -0
  248. package/esm/vef-table/components/columns/icon.mjs +3 -0
  249. package/esm/vef-table/components/columns/id.mjs +3 -0
  250. package/esm/vef-table/components/columns/image.mjs +3 -0
  251. package/esm/vef-table/components/columns/index.mjs +3 -0
  252. package/esm/vef-table/components/columns/markdown.mjs +3 -0
  253. package/esm/vef-table/components/columns/number.mjs +3 -0
  254. package/esm/vef-table/components/columns/props.mjs +2 -0
  255. package/esm/vef-table/components/columns/render.mjs +3 -0
  256. package/esm/vef-table/components/columns/rich-text.mjs +3 -0
  257. package/esm/vef-table/components/columns/text.mjs +3 -0
  258. package/esm/vef-table/components/columns-settings.mjs +54 -0
  259. package/esm/vef-table/components/operation-buttons.mjs +12 -0
  260. package/esm/vef-table/components/settings-icon.mjs +5 -0
  261. package/esm/vef-table/components/table-footer.mjs +19 -0
  262. package/esm/vef-table/helper.mjs +3 -0
  263. package/esm/vef-table/hooks/use-computed-batch-buttons.mjs +3 -0
  264. package/esm/vef-table/hooks/use-computed-columns.mjs +3 -0
  265. package/esm/vef-table/hooks/use-computed-values.mjs +3 -0
  266. package/esm/vef-table/hooks/use-data.mjs +3 -0
  267. package/esm/vef-table/hooks/use-default-column-configs.mjs +3 -0
  268. package/esm/vef-table/hooks/use-display-value.mjs +3 -0
  269. package/esm/vef-table/hooks/use-helper-columns.mjs +3 -0
  270. package/esm/vef-table/hooks/use-operation-column-width.mjs +3 -0
  271. package/esm/vef-table/hooks/use-pagination-props.mjs +3 -0
  272. package/esm/vef-table/hooks/use-row-props.mjs +3 -0
  273. package/esm/vef-table/hooks/use-row-selection-config.mjs +3 -0
  274. package/esm/vef-table/hooks/use-selected-rows.mjs +3 -0
  275. package/esm/vef-table/hooks/use-table-columns.mjs +3 -0
  276. package/esm/vef-table/hooks/use-table-context.mjs +3 -0
  277. package/esm/vef-table/hooks/use-table-instance.mjs +3 -0
  278. package/esm/vef-table/hooks/use-table-summary.mjs +3 -0
  279. package/esm/vef-table/hooks/use-table-width.mjs +3 -0
  280. package/esm/vef-table/index.mjs +56 -0
  281. package/esm/vef-table/props.mjs +2 -0
  282. package/esm/vef-table/store.mjs +3 -0
  283. package/esm/vef-table/types.mjs +2 -0
  284. package/esm/vef-tabs/index.mjs +3 -0
  285. package/esm/vef-tabs/props.mjs +2 -0
  286. package/esm/vef-tag/index.mjs +3 -0
  287. package/esm/vef-tag/props.mjs +2 -0
  288. package/esm/vef-temporal-picker/helper.mjs +3 -0
  289. package/esm/vef-temporal-picker/hooks/use-dayjs-value.mjs +3 -0
  290. package/esm/vef-temporal-picker/hooks/use-temporal-limit.mjs +3 -0
  291. package/esm/vef-temporal-picker/hooks/use-temporal-picker-instance.mjs +3 -0
  292. package/esm/vef-temporal-picker/index.mjs +3 -0
  293. package/esm/vef-temporal-picker/props.mjs +2 -0
  294. package/esm/vef-temporal-range-picker/helper.mjs +3 -0
  295. package/esm/vef-temporal-range-picker/hooks/use-dayjs-values.mjs +3 -0
  296. package/esm/vef-temporal-range-picker/hooks/use-temporal-limit.mjs +3 -0
  297. package/esm/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.mjs +3 -0
  298. package/esm/vef-temporal-range-picker/index.mjs +3 -0
  299. package/esm/vef-temporal-range-picker/props.mjs +3 -0
  300. package/esm/vef-text/index.mjs +3 -0
  301. package/esm/vef-text/props.mjs +2 -0
  302. package/esm/vef-textarea/hooks/use-textarea-instance.mjs +3 -0
  303. package/esm/vef-textarea/index.mjs +3 -0
  304. package/esm/vef-textarea/props.mjs +2 -0
  305. package/esm/vef-title/index.mjs +15 -0
  306. package/esm/vef-title/props.mjs +2 -0
  307. package/esm/vef-tooltip/index.mjs +3 -0
  308. package/esm/vef-tooltip/props.mjs +2 -0
  309. package/esm/vef-tree-select/hooks/use-change-handler.mjs +3 -0
  310. package/esm/vef-tree-select/hooks/use-data-options.mjs +3 -0
  311. package/esm/vef-tree-select/hooks/use-tree-select-instance.mjs +3 -0
  312. package/esm/vef-tree-select/index.mjs +3 -0
  313. package/esm/vef-tree-select/props.mjs +2 -0
  314. package/esm/vef-virtual-grid/index.mjs +14 -0
  315. package/esm/vef-virtual-grid/props.mjs +2 -0
  316. package/esm/vef-virtual-list/index.mjs +20 -0
  317. package/esm/vef-virtual-list/props.mjs +2 -0
  318. package/lib/index.cjs +3 -0
  319. package/lib/internal/index.cjs +3 -0
  320. package/lib/internal/utils.cjs +3 -0
  321. package/lib/vef-access-denied/access-denied-icon.cjs +3 -0
  322. package/lib/vef-access-denied/index.cjs +29 -0
  323. package/lib/vef-access-denied/props.cjs +3 -0
  324. package/lib/vef-action-buttons/index.cjs +3 -0
  325. package/lib/vef-action-buttons/props.cjs +3 -0
  326. package/lib/vef-app/helper.cjs +3 -0
  327. package/lib/vef-app/index.cjs +3 -0
  328. package/lib/vef-app/props.cjs +3 -0
  329. package/lib/vef-auto-sizer/index.cjs +3 -0
  330. package/lib/vef-auto-sizer/props.cjs +3 -0
  331. package/lib/vef-avatar/index.cjs +3 -0
  332. package/lib/vef-avatar/props.cjs +3 -0
  333. package/lib/vef-avatar-group/index.cjs +3 -0
  334. package/lib/vef-avatar-group/props.cjs +3 -0
  335. package/lib/vef-badge/index.cjs +3 -0
  336. package/lib/vef-badge/props.cjs +3 -0
  337. package/lib/vef-bool/hooks/use-bool-instance.cjs +3 -0
  338. package/lib/vef-bool/index.cjs +3 -0
  339. package/lib/vef-bool/props.cjs +3 -0
  340. package/lib/vef-button/components/base-button.cjs +3 -0
  341. package/lib/vef-button/index.cjs +3 -0
  342. package/lib/vef-button/props.cjs +3 -0
  343. package/lib/vef-card/index.cjs +3 -0
  344. package/lib/vef-card/props.cjs +3 -0
  345. package/lib/vef-card-meta/index.cjs +3 -0
  346. package/lib/vef-card-meta/props.cjs +3 -0
  347. package/lib/vef-checkbox/hooks/use-checkbox-instance.cjs +3 -0
  348. package/lib/vef-checkbox/hooks/use-data-options.cjs +3 -0
  349. package/lib/vef-checkbox/index.cjs +5 -0
  350. package/lib/vef-checkbox/props.cjs +3 -0
  351. package/lib/vef-col/index.cjs +3 -0
  352. package/lib/vef-col/props.cjs +3 -0
  353. package/lib/vef-color-picker/index.cjs +3 -0
  354. package/lib/vef-color-picker/props.cjs +3 -0
  355. package/lib/vef-compact/index.cjs +3 -0
  356. package/lib/vef-compact/props.cjs +3 -0
  357. package/lib/vef-config-provider/hooks/use-ui-config.cjs +3 -0
  358. package/lib/vef-config-provider/index.cjs +103 -0
  359. package/lib/vef-config-provider/props.cjs +3 -0
  360. package/lib/vef-config-provider/reset-style.cjs +257 -0
  361. package/lib/vef-config-provider/store.cjs +3 -0
  362. package/lib/vef-container/index.cjs +3 -0
  363. package/lib/vef-container/props.cjs +3 -0
  364. package/lib/vef-crud-page/components/crud-actions.cjs +3 -0
  365. package/lib/vef-crud-page/components/crud-filter.cjs +3 -0
  366. package/lib/vef-crud-page/components/crud-footer.cjs +9 -0
  367. package/lib/vef-crud-page/components/crud-form-modal.cjs +3 -0
  368. package/lib/vef-crud-page/components/crud-header.cjs +3 -0
  369. package/lib/vef-crud-page/components/crud-table.cjs +3 -0
  370. package/lib/vef-crud-page/hooks/use-action-buttons.cjs +3 -0
  371. package/lib/vef-crud-page/hooks/use-crud-context.cjs +3 -0
  372. package/lib/vef-crud-page/hooks/use-crud-schema.cjs +3 -0
  373. package/lib/vef-crud-page/hooks/use-operation-buttons.cjs +3 -0
  374. package/lib/vef-crud-page/index.cjs +3 -0
  375. package/lib/vef-crud-page/props.cjs +3 -0
  376. package/lib/vef-crud-page/store.cjs +3 -0
  377. package/lib/vef-crud-page/types.cjs +3 -0
  378. package/lib/vef-divider/index.cjs +3 -0
  379. package/lib/vef-divider/props.cjs +3 -0
  380. package/lib/vef-drawer/components/action-button-wrapper.cjs +3 -0
  381. package/lib/vef-drawer/components/button-props.cjs +3 -0
  382. package/lib/vef-drawer/components/cancel-action-button.cjs +3 -0
  383. package/lib/vef-drawer/components/ok-action-button.cjs +3 -0
  384. package/lib/vef-drawer/context.cjs +3 -0
  385. package/lib/vef-drawer/index.cjs +10 -0
  386. package/lib/vef-drawer/props.cjs +3 -0
  387. package/lib/vef-dropdown/index.cjs +3 -0
  388. package/lib/vef-dropdown/props.cjs +3 -0
  389. package/lib/vef-dynamic-icon/index.cjs +3 -0
  390. package/lib/vef-dynamic-icon/props.cjs +3 -0
  391. package/lib/vef-empty/index.cjs +3 -0
  392. package/lib/vef-empty/props.cjs +3 -0
  393. package/lib/vef-empty-placeholder/index.cjs +7 -0
  394. package/lib/vef-empty-placeholder/props.cjs +3 -0
  395. package/lib/vef-error/error-icon.cjs +3 -0
  396. package/lib/vef-error/index.cjs +30 -0
  397. package/lib/vef-error/props.cjs +3 -0
  398. package/lib/vef-filter/components/action-buttons.cjs +21 -0
  399. package/lib/vef-filter/components/advanced-filter.cjs +11 -0
  400. package/lib/vef-filter/components/basic-filter.cjs +21 -0
  401. package/lib/vef-filter/components/fields/index.cjs +3 -0
  402. package/lib/vef-filter/components/fields/input-number.cjs +3 -0
  403. package/lib/vef-filter/components/fields/input.cjs +3 -0
  404. package/lib/vef-filter/components/fields/props.cjs +3 -0
  405. package/lib/vef-filter/components/filter-field.cjs +3 -0
  406. package/lib/vef-filter/components/filter-item.cjs +3 -0
  407. package/lib/vef-filter/event.cjs +3 -0
  408. package/lib/vef-filter/helper.cjs +3 -0
  409. package/lib/vef-filter/hooks/use-action-handlers.cjs +3 -0
  410. package/lib/vef-filter/hooks/use-computed-values.cjs +3 -0
  411. package/lib/vef-filter/hooks/use-filter-context.cjs +3 -0
  412. package/lib/vef-filter/hooks/use-filter-initialization.cjs +3 -0
  413. package/lib/vef-filter/hooks/use-filter-instance.cjs +3 -0
  414. package/lib/vef-filter/hooks/use-filter-items.cjs +3 -0
  415. package/lib/vef-filter/hooks/use-filter-values-change.cjs +3 -0
  416. package/lib/vef-filter/hooks/use-label-config.cjs +3 -0
  417. package/lib/vef-filter/index.cjs +10 -0
  418. package/lib/vef-filter/props.cjs +3 -0
  419. package/lib/vef-filter/store.cjs +3 -0
  420. package/lib/vef-filter/types.cjs +3 -0
  421. package/lib/vef-flex/index.cjs +3 -0
  422. package/lib/vef-flex/props.cjs +3 -0
  423. package/lib/vef-float-button/index.cjs +3 -0
  424. package/lib/vef-float-button/props.cjs +3 -0
  425. package/lib/vef-float-button-group/index.cjs +3 -0
  426. package/lib/vef-float-button-group/props.cjs +3 -0
  427. package/lib/vef-form/components/fields/index.cjs +3 -0
  428. package/lib/vef-form/components/fields/input-number.cjs +3 -0
  429. package/lib/vef-form/components/fields/input.cjs +3 -0
  430. package/lib/vef-form/components/fields/props.cjs +3 -0
  431. package/lib/vef-form/components/form-actions.cjs +5 -0
  432. package/lib/vef-form/components/form-content.cjs +6 -0
  433. package/lib/vef-form/components/form-field.cjs +3 -0
  434. package/lib/vef-form/components/form-group.cjs +13 -0
  435. package/lib/vef-form/components/form-hidden-item.cjs +3 -0
  436. package/lib/vef-form/components/form-item.cjs +3 -0
  437. package/lib/vef-form/components/form-row.cjs +3 -0
  438. package/lib/vef-form/event.cjs +3 -0
  439. package/lib/vef-form/helper.cjs +3 -0
  440. package/lib/vef-form/hooks/use-action-handlers.cjs +3 -0
  441. package/lib/vef-form/hooks/use-columns-layout.cjs +3 -0
  442. package/lib/vef-form/hooks/use-computed-values.cjs +3 -0
  443. package/lib/vef-form/hooks/use-form-context.cjs +3 -0
  444. package/lib/vef-form/hooks/use-form-initialization.cjs +3 -0
  445. package/lib/vef-form/hooks/use-form-instance.cjs +3 -0
  446. package/lib/vef-form/hooks/use-form-values-change.cjs +3 -0
  447. package/lib/vef-form/hooks/use-label-width.cjs +3 -0
  448. package/lib/vef-form/index.cjs +5 -0
  449. package/lib/vef-form/props.cjs +3 -0
  450. package/lib/vef-form/store.cjs +3 -0
  451. package/lib/vef-form/types.cjs +3 -0
  452. package/lib/vef-form/validation-rules.cjs +3 -0
  453. package/lib/vef-form-drawer/index.cjs +3 -0
  454. package/lib/vef-form-drawer/props.cjs +3 -0
  455. package/lib/vef-form-modal/index.cjs +3 -0
  456. package/lib/vef-form-modal/props.cjs +3 -0
  457. package/lib/vef-generic-select/index.cjs +3 -0
  458. package/lib/vef-generic-select/props.cjs +3 -0
  459. package/lib/vef-grid/index.cjs +14 -0
  460. package/lib/vef-grid/props.cjs +3 -0
  461. package/lib/vef-grid-item/index.cjs +3 -0
  462. package/lib/vef-grid-item/props.cjs +3 -0
  463. package/lib/vef-icon/index.cjs +3 -0
  464. package/lib/vef-icon/props.cjs +3 -0
  465. package/lib/vef-icon-select/index.cjs +42 -0
  466. package/lib/vef-icon-select/props.cjs +3 -0
  467. package/lib/vef-input/hooks/use-input-instance.cjs +3 -0
  468. package/lib/vef-input/index.cjs +3 -0
  469. package/lib/vef-input/props.cjs +3 -0
  470. package/lib/vef-input-number/hooks/use-input-number-instance.cjs +3 -0
  471. package/lib/vef-input-number/index.cjs +3 -0
  472. package/lib/vef-input-number/props.cjs +3 -0
  473. package/lib/vef-layout/components/content.cjs +3 -0
  474. package/lib/vef-layout/components/font-size.cjs +6 -0
  475. package/lib/vef-layout/components/fullscreen.cjs +6 -0
  476. package/lib/vef-layout/components/header-action-icons.cjs +17 -0
  477. package/lib/vef-layout/components/header-content.cjs +8 -0
  478. package/lib/vef-layout/components/header.cjs +14 -0
  479. package/lib/vef-layout/components/sider.cjs +51 -0
  480. package/lib/vef-layout/components/title.cjs +38 -0
  481. package/lib/vef-layout/components/user-avatar.cjs +20 -0
  482. package/lib/vef-layout/index.cjs +7 -0
  483. package/lib/vef-layout/logo.svg.cjs +3 -0
  484. package/lib/vef-layout/props.cjs +3 -0
  485. package/lib/vef-layout/store.cjs +3 -0
  486. package/lib/vef-loading-placeholder/index.cjs +7 -0
  487. package/lib/vef-loading-placeholder/props.cjs +3 -0
  488. package/lib/vef-login/index.cjs +56 -0
  489. package/lib/vef-login/login-icon.cjs +3 -0
  490. package/lib/vef-login/props.cjs +3 -0
  491. package/lib/vef-menu/index.cjs +3 -0
  492. package/lib/vef-menu/props.cjs +3 -0
  493. package/lib/vef-modal/components/action-button-wrapper.cjs +3 -0
  494. package/lib/vef-modal/components/button-props.cjs +3 -0
  495. package/lib/vef-modal/components/cancel-action-button.cjs +3 -0
  496. package/lib/vef-modal/components/ok-action-button.cjs +3 -0
  497. package/lib/vef-modal/context.cjs +3 -0
  498. package/lib/vef-modal/index.cjs +6 -0
  499. package/lib/vef-modal/props.cjs +3 -0
  500. package/lib/vef-not-found/index.cjs +30 -0
  501. package/lib/vef-not-found/not-found-icon.cjs +3 -0
  502. package/lib/vef-not-found/props.cjs +3 -0
  503. package/lib/vef-page/index.cjs +59 -0
  504. package/lib/vef-page/props.cjs +3 -0
  505. package/lib/vef-pagination/index.cjs +3 -0
  506. package/lib/vef-pagination/props.cjs +3 -0
  507. package/lib/vef-paragraph/index.cjs +3 -0
  508. package/lib/vef-paragraph/props.cjs +3 -0
  509. package/lib/vef-password/hooks/use-password-instance.cjs +3 -0
  510. package/lib/vef-password/index.cjs +3 -0
  511. package/lib/vef-password/props.cjs +3 -0
  512. package/lib/vef-popconfirm/index.cjs +3 -0
  513. package/lib/vef-popconfirm/props.cjs +3 -0
  514. package/lib/vef-popover/index.cjs +3 -0
  515. package/lib/vef-popover/props.cjs +3 -0
  516. package/lib/vef-radio/hooks/use-data-options.cjs +3 -0
  517. package/lib/vef-radio/hooks/use-radio-instance.cjs +3 -0
  518. package/lib/vef-radio/index.cjs +5 -0
  519. package/lib/vef-radio/props.cjs +3 -0
  520. package/lib/vef-rate/hooks/use-rate-instance.cjs +3 -0
  521. package/lib/vef-rate/index.cjs +3 -0
  522. package/lib/vef-rate/props.cjs +3 -0
  523. package/lib/vef-responsive-container/index.cjs +7 -0
  524. package/lib/vef-responsive-container/props.cjs +3 -0
  525. package/lib/vef-responsive-item/index.cjs +5 -0
  526. package/lib/vef-responsive-item/props.cjs +3 -0
  527. package/lib/vef-ribbon/index.cjs +3 -0
  528. package/lib/vef-ribbon/props.cjs +3 -0
  529. package/lib/vef-row/index.cjs +3 -0
  530. package/lib/vef-row/props.cjs +3 -0
  531. package/lib/vef-scroll-area/components/scrollbar.cjs +34 -0
  532. package/lib/vef-scroll-area/index.cjs +13 -0
  533. package/lib/vef-scroll-area/props.cjs +3 -0
  534. package/lib/vef-select/components/option.cjs +11 -0
  535. package/lib/vef-select/hooks/use-data-options.cjs +3 -0
  536. package/lib/vef-select/hooks/use-field-names.cjs +3 -0
  537. package/lib/vef-select/hooks/use-render-label.cjs +10 -0
  538. package/lib/vef-select/hooks/use-render-option.cjs +3 -0
  539. package/lib/vef-select/hooks/use-select-instance.cjs +3 -0
  540. package/lib/vef-select/index.cjs +3 -0
  541. package/lib/vef-select/props.cjs +3 -0
  542. package/lib/vef-slider/hooks/use-slider-instance.cjs +3 -0
  543. package/lib/vef-slider/index.cjs +3 -0
  544. package/lib/vef-slider/props.cjs +3 -0
  545. package/lib/vef-sortable-list/components/overlay-item.cjs +7 -0
  546. package/lib/vef-sortable-list/components/sortable-item.cjs +7 -0
  547. package/lib/vef-sortable-list/hooks/use-merged-items.cjs +3 -0
  548. package/lib/vef-sortable-list/index.cjs +3 -0
  549. package/lib/vef-sortable-list/props.cjs +3 -0
  550. package/lib/vef-space/index.cjs +3 -0
  551. package/lib/vef-space/props.cjs +3 -0
  552. package/lib/vef-spin/index.cjs +3 -0
  553. package/lib/vef-spin/props.cjs +3 -0
  554. package/lib/vef-splitter/index.cjs +3 -0
  555. package/lib/vef-splitter/props.cjs +3 -0
  556. package/lib/vef-splitter-panel/index.cjs +3 -0
  557. package/lib/vef-splitter-panel/props.cjs +3 -0
  558. package/lib/vef-status/index.cjs +3 -0
  559. package/lib/vef-status/props.cjs +3 -0
  560. package/lib/vef-table/components/columns/bool.cjs +3 -0
  561. package/lib/vef-table/components/columns/code.cjs +3 -0
  562. package/lib/vef-table/components/columns/data-dictionary.cjs +3 -0
  563. package/lib/vef-table/components/columns/enum.cjs +3 -0
  564. package/lib/vef-table/components/columns/file.cjs +3 -0
  565. package/lib/vef-table/components/columns/icon.cjs +3 -0
  566. package/lib/vef-table/components/columns/id.cjs +3 -0
  567. package/lib/vef-table/components/columns/image.cjs +3 -0
  568. package/lib/vef-table/components/columns/index.cjs +3 -0
  569. package/lib/vef-table/components/columns/markdown.cjs +3 -0
  570. package/lib/vef-table/components/columns/number.cjs +3 -0
  571. package/lib/vef-table/components/columns/props.cjs +3 -0
  572. package/lib/vef-table/components/columns/render.cjs +3 -0
  573. package/lib/vef-table/components/columns/rich-text.cjs +3 -0
  574. package/lib/vef-table/components/columns/text.cjs +3 -0
  575. package/lib/vef-table/components/columns-settings.cjs +54 -0
  576. package/lib/vef-table/components/operation-buttons.cjs +12 -0
  577. package/lib/vef-table/components/settings-icon.cjs +5 -0
  578. package/lib/vef-table/components/table-footer.cjs +19 -0
  579. package/lib/vef-table/helper.cjs +3 -0
  580. package/lib/vef-table/hooks/use-computed-batch-buttons.cjs +3 -0
  581. package/lib/vef-table/hooks/use-computed-columns.cjs +3 -0
  582. package/lib/vef-table/hooks/use-computed-values.cjs +3 -0
  583. package/lib/vef-table/hooks/use-data.cjs +3 -0
  584. package/lib/vef-table/hooks/use-default-column-configs.cjs +3 -0
  585. package/lib/vef-table/hooks/use-display-value.cjs +3 -0
  586. package/lib/vef-table/hooks/use-helper-columns.cjs +3 -0
  587. package/lib/vef-table/hooks/use-operation-column-width.cjs +3 -0
  588. package/lib/vef-table/hooks/use-pagination-props.cjs +3 -0
  589. package/lib/vef-table/hooks/use-row-props.cjs +3 -0
  590. package/lib/vef-table/hooks/use-row-selection-config.cjs +3 -0
  591. package/lib/vef-table/hooks/use-selected-rows.cjs +3 -0
  592. package/lib/vef-table/hooks/use-table-columns.cjs +3 -0
  593. package/lib/vef-table/hooks/use-table-context.cjs +3 -0
  594. package/lib/vef-table/hooks/use-table-instance.cjs +3 -0
  595. package/lib/vef-table/hooks/use-table-summary.cjs +3 -0
  596. package/lib/vef-table/hooks/use-table-width.cjs +3 -0
  597. package/lib/vef-table/index.cjs +56 -0
  598. package/lib/vef-table/props.cjs +3 -0
  599. package/lib/vef-table/store.cjs +3 -0
  600. package/lib/vef-table/types.cjs +3 -0
  601. package/lib/vef-tabs/index.cjs +3 -0
  602. package/lib/vef-tabs/props.cjs +3 -0
  603. package/lib/vef-tag/index.cjs +3 -0
  604. package/lib/vef-tag/props.cjs +3 -0
  605. package/lib/vef-temporal-picker/helper.cjs +3 -0
  606. package/lib/vef-temporal-picker/hooks/use-dayjs-value.cjs +3 -0
  607. package/lib/vef-temporal-picker/hooks/use-temporal-limit.cjs +3 -0
  608. package/lib/vef-temporal-picker/hooks/use-temporal-picker-instance.cjs +3 -0
  609. package/lib/vef-temporal-picker/index.cjs +3 -0
  610. package/lib/vef-temporal-picker/props.cjs +3 -0
  611. package/lib/vef-temporal-range-picker/helper.cjs +3 -0
  612. package/lib/vef-temporal-range-picker/hooks/use-dayjs-values.cjs +3 -0
  613. package/lib/vef-temporal-range-picker/hooks/use-temporal-limit.cjs +3 -0
  614. package/lib/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.cjs +3 -0
  615. package/lib/vef-temporal-range-picker/index.cjs +3 -0
  616. package/lib/vef-temporal-range-picker/props.cjs +3 -0
  617. package/lib/vef-text/index.cjs +3 -0
  618. package/lib/vef-text/props.cjs +3 -0
  619. package/lib/vef-textarea/hooks/use-textarea-instance.cjs +3 -0
  620. package/lib/vef-textarea/index.cjs +3 -0
  621. package/lib/vef-textarea/props.cjs +3 -0
  622. package/lib/vef-title/index.cjs +15 -0
  623. package/lib/vef-title/props.cjs +3 -0
  624. package/lib/vef-tooltip/index.cjs +3 -0
  625. package/lib/vef-tooltip/props.cjs +3 -0
  626. package/lib/vef-tree-select/hooks/use-change-handler.cjs +3 -0
  627. package/lib/vef-tree-select/hooks/use-data-options.cjs +3 -0
  628. package/lib/vef-tree-select/hooks/use-tree-select-instance.cjs +3 -0
  629. package/lib/vef-tree-select/index.cjs +3 -0
  630. package/lib/vef-tree-select/props.cjs +3 -0
  631. package/lib/vef-virtual-grid/index.cjs +14 -0
  632. package/lib/vef-virtual-grid/props.cjs +3 -0
  633. package/lib/vef-virtual-list/index.cjs +20 -0
  634. package/lib/vef-virtual-list/props.cjs +3 -0
  635. package/package.json +6 -6
  636. package/es/index.js +0 -3
  637. package/es/internal/index.js +0 -3
  638. package/es/internal/utils.js +0 -3
  639. package/es/vef-access-denied/access-denied-icon.js +0 -3
  640. package/es/vef-access-denied/index.js +0 -29
  641. package/es/vef-action-buttons/index.js +0 -3
  642. package/es/vef-app/helper.js +0 -3
  643. package/es/vef-app/index.js +0 -3
  644. package/es/vef-auto-sizer/index.js +0 -3
  645. package/es/vef-avatar/index.js +0 -3
  646. package/es/vef-avatar-group/index.js +0 -3
  647. package/es/vef-badge/index.js +0 -3
  648. package/es/vef-bool/hooks/use-bool-instance.js +0 -3
  649. package/es/vef-bool/index.js +0 -3
  650. package/es/vef-button/components/base-button.js +0 -3
  651. package/es/vef-button/index.js +0 -3
  652. package/es/vef-card/index.js +0 -3
  653. package/es/vef-card-meta/index.js +0 -3
  654. package/es/vef-checkbox/hooks/use-checkbox-instance.js +0 -3
  655. package/es/vef-checkbox/hooks/use-data-options.js +0 -3
  656. package/es/vef-checkbox/index.js +0 -5
  657. package/es/vef-col/index.js +0 -3
  658. package/es/vef-color-picker/index.js +0 -3
  659. package/es/vef-compact/index.js +0 -3
  660. package/es/vef-config-provider/hooks/use-ui-config.js +0 -3
  661. package/es/vef-config-provider/index.js +0 -103
  662. package/es/vef-config-provider/reset-style.js +0 -257
  663. package/es/vef-config-provider/store.js +0 -3
  664. package/es/vef-container/index.js +0 -3
  665. package/es/vef-crud-page/components/crud-actions.js +0 -3
  666. package/es/vef-crud-page/components/crud-filter.js +0 -3
  667. package/es/vef-crud-page/components/crud-footer.js +0 -9
  668. package/es/vef-crud-page/components/crud-form-modal.js +0 -3
  669. package/es/vef-crud-page/components/crud-header.js +0 -3
  670. package/es/vef-crud-page/components/crud-table.js +0 -3
  671. package/es/vef-crud-page/hooks/use-action-buttons.js +0 -3
  672. package/es/vef-crud-page/hooks/use-crud-context.js +0 -3
  673. package/es/vef-crud-page/hooks/use-crud-schema.js +0 -3
  674. package/es/vef-crud-page/hooks/use-operation-buttons.js +0 -3
  675. package/es/vef-crud-page/index.js +0 -3
  676. package/es/vef-crud-page/store.js +0 -3
  677. package/es/vef-divider/index.js +0 -3
  678. package/es/vef-drawer/components/action-button-wrapper.js +0 -3
  679. package/es/vef-drawer/components/button-props.js +0 -2
  680. package/es/vef-drawer/components/cancel-action-button.js +0 -3
  681. package/es/vef-drawer/components/ok-action-button.js +0 -3
  682. package/es/vef-drawer/context.js +0 -3
  683. package/es/vef-drawer/index.js +0 -10
  684. package/es/vef-dropdown/index.js +0 -3
  685. package/es/vef-dynamic-icon/index.js +0 -3
  686. package/es/vef-dynamic-icon/props.js +0 -3
  687. package/es/vef-empty/index.js +0 -3
  688. package/es/vef-empty-placeholder/index.js +0 -7
  689. package/es/vef-error/error-icon.js +0 -3
  690. package/es/vef-error/index.js +0 -30
  691. package/es/vef-filter/components/action-buttons.js +0 -21
  692. package/es/vef-filter/components/advanced-filter.js +0 -11
  693. package/es/vef-filter/components/basic-filter.js +0 -21
  694. package/es/vef-filter/components/fields/index.js +0 -3
  695. package/es/vef-filter/components/fields/input-number.js +0 -3
  696. package/es/vef-filter/components/fields/input.js +0 -3
  697. package/es/vef-filter/components/filter-field.js +0 -3
  698. package/es/vef-filter/components/filter-item.js +0 -3
  699. package/es/vef-filter/event.js +0 -3
  700. package/es/vef-filter/helper.js +0 -3
  701. package/es/vef-filter/hooks/use-action-handlers.js +0 -3
  702. package/es/vef-filter/hooks/use-computed-values.js +0 -3
  703. package/es/vef-filter/hooks/use-filter-context.js +0 -3
  704. package/es/vef-filter/hooks/use-filter-initialization.js +0 -3
  705. package/es/vef-filter/hooks/use-filter-instance.js +0 -3
  706. package/es/vef-filter/hooks/use-filter-items.js +0 -3
  707. package/es/vef-filter/hooks/use-filter-values-change.js +0 -3
  708. package/es/vef-filter/hooks/use-label-config.js +0 -3
  709. package/es/vef-filter/index.js +0 -10
  710. package/es/vef-filter/store.js +0 -3
  711. package/es/vef-flex/index.js +0 -3
  712. package/es/vef-float-button/index.js +0 -3
  713. package/es/vef-float-button-group/index.js +0 -3
  714. package/es/vef-form/components/fields/index.js +0 -3
  715. package/es/vef-form/components/fields/input-number.js +0 -3
  716. package/es/vef-form/components/fields/input.js +0 -3
  717. package/es/vef-form/components/form-actions.js +0 -5
  718. package/es/vef-form/components/form-content.js +0 -6
  719. package/es/vef-form/components/form-field.js +0 -3
  720. package/es/vef-form/components/form-group.js +0 -13
  721. package/es/vef-form/components/form-hidden-item.js +0 -3
  722. package/es/vef-form/components/form-item.js +0 -3
  723. package/es/vef-form/components/form-row.js +0 -3
  724. package/es/vef-form/event.js +0 -3
  725. package/es/vef-form/helper.js +0 -3
  726. package/es/vef-form/hooks/use-action-handlers.js +0 -3
  727. package/es/vef-form/hooks/use-columns-layout.js +0 -3
  728. package/es/vef-form/hooks/use-computed-values.js +0 -3
  729. package/es/vef-form/hooks/use-form-context.js +0 -3
  730. package/es/vef-form/hooks/use-form-initialization.js +0 -3
  731. package/es/vef-form/hooks/use-form-instance.js +0 -3
  732. package/es/vef-form/hooks/use-form-values-change.js +0 -3
  733. package/es/vef-form/hooks/use-label-width.js +0 -3
  734. package/es/vef-form/index.js +0 -5
  735. package/es/vef-form/store.js +0 -3
  736. package/es/vef-form/validation-rules.js +0 -3
  737. package/es/vef-form-drawer/index.js +0 -3
  738. package/es/vef-form-modal/index.js +0 -3
  739. package/es/vef-generic-select/index.js +0 -3
  740. package/es/vef-grid/index.js +0 -14
  741. package/es/vef-grid/props.js +0 -3
  742. package/es/vef-grid-item/index.js +0 -3
  743. package/es/vef-icon/index.js +0 -3
  744. package/es/vef-icon-select/index.js +0 -42
  745. package/es/vef-input/hooks/use-input-instance.js +0 -3
  746. package/es/vef-input/index.js +0 -3
  747. package/es/vef-input-number/hooks/use-input-number-instance.js +0 -3
  748. package/es/vef-input-number/index.js +0 -3
  749. package/es/vef-layout/components/content.js +0 -3
  750. package/es/vef-layout/components/font-size.js +0 -6
  751. package/es/vef-layout/components/fullscreen.js +0 -6
  752. package/es/vef-layout/components/header-action-icons.js +0 -17
  753. package/es/vef-layout/components/header-content.js +0 -8
  754. package/es/vef-layout/components/header.js +0 -14
  755. package/es/vef-layout/components/sider.js +0 -51
  756. package/es/vef-layout/components/title.js +0 -38
  757. package/es/vef-layout/components/user-avatar.js +0 -20
  758. package/es/vef-layout/index.js +0 -7
  759. package/es/vef-layout/logo.svg.js +0 -3
  760. package/es/vef-layout/store.js +0 -3
  761. package/es/vef-loading-placeholder/index.js +0 -7
  762. package/es/vef-login/index.js +0 -56
  763. package/es/vef-login/login-icon.js +0 -3
  764. package/es/vef-menu/index.js +0 -3
  765. package/es/vef-modal/components/action-button-wrapper.js +0 -3
  766. package/es/vef-modal/components/button-props.js +0 -2
  767. package/es/vef-modal/components/cancel-action-button.js +0 -3
  768. package/es/vef-modal/components/ok-action-button.js +0 -3
  769. package/es/vef-modal/context.js +0 -3
  770. package/es/vef-modal/index.js +0 -6
  771. package/es/vef-not-found/index.js +0 -30
  772. package/es/vef-not-found/not-found-icon.js +0 -3
  773. package/es/vef-page/index.js +0 -59
  774. package/es/vef-pagination/index.js +0 -3
  775. package/es/vef-pagination/props.js +0 -3
  776. package/es/vef-paragraph/index.js +0 -3
  777. package/es/vef-password/hooks/use-password-instance.js +0 -3
  778. package/es/vef-password/index.js +0 -3
  779. package/es/vef-popconfirm/index.js +0 -3
  780. package/es/vef-popover/index.js +0 -3
  781. package/es/vef-radio/hooks/use-data-options.js +0 -3
  782. package/es/vef-radio/hooks/use-radio-instance.js +0 -3
  783. package/es/vef-radio/index.js +0 -5
  784. package/es/vef-rate/hooks/use-rate-instance.js +0 -3
  785. package/es/vef-rate/index.js +0 -3
  786. package/es/vef-responsive-container/index.js +0 -7
  787. package/es/vef-responsive-item/index.js +0 -5
  788. package/es/vef-ribbon/index.js +0 -3
  789. package/es/vef-row/index.js +0 -3
  790. package/es/vef-scroll-area/components/scrollbar.js +0 -34
  791. package/es/vef-scroll-area/index.js +0 -13
  792. package/es/vef-select/components/option.js +0 -11
  793. package/es/vef-select/hooks/use-data-options.js +0 -3
  794. package/es/vef-select/hooks/use-field-names.js +0 -3
  795. package/es/vef-select/hooks/use-render-label.js +0 -10
  796. package/es/vef-select/hooks/use-render-option.js +0 -3
  797. package/es/vef-select/hooks/use-select-instance.js +0 -3
  798. package/es/vef-select/index.js +0 -3
  799. package/es/vef-slider/hooks/use-slider-instance.js +0 -3
  800. package/es/vef-slider/index.js +0 -3
  801. package/es/vef-sortable-list/components/overlay-item.js +0 -7
  802. package/es/vef-sortable-list/components/sortable-item.js +0 -7
  803. package/es/vef-sortable-list/hooks/use-merged-items.js +0 -3
  804. package/es/vef-sortable-list/index.js +0 -3
  805. package/es/vef-space/index.js +0 -3
  806. package/es/vef-spin/index.js +0 -3
  807. package/es/vef-splitter/index.js +0 -3
  808. package/es/vef-splitter-panel/index.js +0 -3
  809. package/es/vef-status/index.js +0 -3
  810. package/es/vef-table/components/columns/bool.js +0 -3
  811. package/es/vef-table/components/columns/code.js +0 -3
  812. package/es/vef-table/components/columns/data-dictionary.js +0 -3
  813. package/es/vef-table/components/columns/enum.js +0 -3
  814. package/es/vef-table/components/columns/file.js +0 -3
  815. package/es/vef-table/components/columns/icon.js +0 -3
  816. package/es/vef-table/components/columns/id.js +0 -3
  817. package/es/vef-table/components/columns/image.js +0 -3
  818. package/es/vef-table/components/columns/index.js +0 -3
  819. package/es/vef-table/components/columns/markdown.js +0 -3
  820. package/es/vef-table/components/columns/number.js +0 -3
  821. package/es/vef-table/components/columns/render.js +0 -3
  822. package/es/vef-table/components/columns/rich-text.js +0 -3
  823. package/es/vef-table/components/columns/text.js +0 -3
  824. package/es/vef-table/components/columns-settings.js +0 -54
  825. package/es/vef-table/components/operation-buttons.js +0 -12
  826. package/es/vef-table/components/settings-icon.js +0 -5
  827. package/es/vef-table/components/table-footer.js +0 -19
  828. package/es/vef-table/helper.js +0 -3
  829. package/es/vef-table/hooks/use-computed-batch-buttons.js +0 -3
  830. package/es/vef-table/hooks/use-computed-columns.js +0 -3
  831. package/es/vef-table/hooks/use-computed-values.js +0 -3
  832. package/es/vef-table/hooks/use-data.js +0 -3
  833. package/es/vef-table/hooks/use-default-column-configs.js +0 -3
  834. package/es/vef-table/hooks/use-display-value.js +0 -3
  835. package/es/vef-table/hooks/use-helper-columns.js +0 -3
  836. package/es/vef-table/hooks/use-operation-column-width.js +0 -3
  837. package/es/vef-table/hooks/use-pagination-props.js +0 -3
  838. package/es/vef-table/hooks/use-row-props.js +0 -3
  839. package/es/vef-table/hooks/use-row-selection-config.js +0 -3
  840. package/es/vef-table/hooks/use-selected-rows.js +0 -3
  841. package/es/vef-table/hooks/use-table-columns.js +0 -3
  842. package/es/vef-table/hooks/use-table-context.js +0 -3
  843. package/es/vef-table/hooks/use-table-instance.js +0 -3
  844. package/es/vef-table/hooks/use-table-summary.js +0 -3
  845. package/es/vef-table/hooks/use-table-width.js +0 -3
  846. package/es/vef-table/index.js +0 -56
  847. package/es/vef-table/store.js +0 -3
  848. package/es/vef-tabs/index.js +0 -3
  849. package/es/vef-tag/index.js +0 -3
  850. package/es/vef-temporal-picker/helper.js +0 -3
  851. package/es/vef-temporal-picker/hooks/use-dayjs-value.js +0 -3
  852. package/es/vef-temporal-picker/hooks/use-temporal-limit.js +0 -3
  853. package/es/vef-temporal-picker/hooks/use-temporal-picker-instance.js +0 -3
  854. package/es/vef-temporal-picker/index.js +0 -3
  855. package/es/vef-temporal-range-picker/helper.js +0 -3
  856. package/es/vef-temporal-range-picker/hooks/use-dayjs-values.js +0 -3
  857. package/es/vef-temporal-range-picker/hooks/use-temporal-limit.js +0 -3
  858. package/es/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.js +0 -3
  859. package/es/vef-temporal-range-picker/index.js +0 -3
  860. package/es/vef-temporal-range-picker/props.js +0 -3
  861. package/es/vef-text/index.js +0 -3
  862. package/es/vef-textarea/hooks/use-textarea-instance.js +0 -3
  863. package/es/vef-textarea/index.js +0 -3
  864. package/es/vef-title/index.js +0 -15
  865. package/es/vef-tooltip/index.js +0 -3
  866. package/es/vef-tree-select/hooks/use-change-handler.js +0 -3
  867. package/es/vef-tree-select/hooks/use-data-options.js +0 -3
  868. package/es/vef-tree-select/hooks/use-tree-select-instance.js +0 -3
  869. package/es/vef-tree-select/index.js +0 -3
  870. package/es/vef-virtual-grid/index.js +0 -14
  871. package/es/vef-virtual-list/index.js +0 -20
  872. package/lib/index.js +0 -3
  873. package/lib/internal/index.js +0 -3
  874. package/lib/internal/utils.js +0 -3
  875. package/lib/vef-access-denied/access-denied-icon.js +0 -3
  876. package/lib/vef-access-denied/index.js +0 -29
  877. package/lib/vef-access-denied/props.js +0 -3
  878. package/lib/vef-action-buttons/index.js +0 -3
  879. package/lib/vef-action-buttons/props.js +0 -3
  880. package/lib/vef-app/helper.js +0 -3
  881. package/lib/vef-app/index.js +0 -3
  882. package/lib/vef-app/props.js +0 -3
  883. package/lib/vef-auto-sizer/index.js +0 -3
  884. package/lib/vef-auto-sizer/props.js +0 -3
  885. package/lib/vef-avatar/index.js +0 -3
  886. package/lib/vef-avatar/props.js +0 -3
  887. package/lib/vef-avatar-group/index.js +0 -3
  888. package/lib/vef-avatar-group/props.js +0 -3
  889. package/lib/vef-badge/index.js +0 -3
  890. package/lib/vef-badge/props.js +0 -3
  891. package/lib/vef-bool/hooks/use-bool-instance.js +0 -3
  892. package/lib/vef-bool/index.js +0 -3
  893. package/lib/vef-bool/props.js +0 -3
  894. package/lib/vef-button/components/base-button.js +0 -3
  895. package/lib/vef-button/index.js +0 -3
  896. package/lib/vef-button/props.js +0 -3
  897. package/lib/vef-card/index.js +0 -3
  898. package/lib/vef-card/props.js +0 -3
  899. package/lib/vef-card-meta/index.js +0 -3
  900. package/lib/vef-card-meta/props.js +0 -3
  901. package/lib/vef-checkbox/hooks/use-checkbox-instance.js +0 -3
  902. package/lib/vef-checkbox/hooks/use-data-options.js +0 -3
  903. package/lib/vef-checkbox/index.js +0 -5
  904. package/lib/vef-checkbox/props.js +0 -3
  905. package/lib/vef-col/index.js +0 -3
  906. package/lib/vef-col/props.js +0 -3
  907. package/lib/vef-color-picker/index.js +0 -3
  908. package/lib/vef-color-picker/props.js +0 -3
  909. package/lib/vef-compact/index.js +0 -3
  910. package/lib/vef-compact/props.js +0 -3
  911. package/lib/vef-config-provider/hooks/use-ui-config.js +0 -3
  912. package/lib/vef-config-provider/index.js +0 -103
  913. package/lib/vef-config-provider/props.js +0 -3
  914. package/lib/vef-config-provider/reset-style.js +0 -257
  915. package/lib/vef-config-provider/store.js +0 -3
  916. package/lib/vef-container/index.js +0 -3
  917. package/lib/vef-container/props.js +0 -3
  918. package/lib/vef-crud-page/components/crud-actions.js +0 -3
  919. package/lib/vef-crud-page/components/crud-filter.js +0 -3
  920. package/lib/vef-crud-page/components/crud-footer.js +0 -9
  921. package/lib/vef-crud-page/components/crud-form-modal.js +0 -3
  922. package/lib/vef-crud-page/components/crud-header.js +0 -3
  923. package/lib/vef-crud-page/components/crud-table.js +0 -3
  924. package/lib/vef-crud-page/hooks/use-action-buttons.js +0 -3
  925. package/lib/vef-crud-page/hooks/use-crud-context.js +0 -3
  926. package/lib/vef-crud-page/hooks/use-crud-schema.js +0 -3
  927. package/lib/vef-crud-page/hooks/use-operation-buttons.js +0 -3
  928. package/lib/vef-crud-page/index.js +0 -3
  929. package/lib/vef-crud-page/props.js +0 -3
  930. package/lib/vef-crud-page/store.js +0 -3
  931. package/lib/vef-crud-page/types.js +0 -3
  932. package/lib/vef-divider/index.js +0 -3
  933. package/lib/vef-divider/props.js +0 -3
  934. package/lib/vef-drawer/components/action-button-wrapper.js +0 -3
  935. package/lib/vef-drawer/components/button-props.js +0 -3
  936. package/lib/vef-drawer/components/cancel-action-button.js +0 -3
  937. package/lib/vef-drawer/components/ok-action-button.js +0 -3
  938. package/lib/vef-drawer/context.js +0 -3
  939. package/lib/vef-drawer/index.js +0 -10
  940. package/lib/vef-drawer/props.js +0 -3
  941. package/lib/vef-dropdown/index.js +0 -3
  942. package/lib/vef-dropdown/props.js +0 -3
  943. package/lib/vef-dynamic-icon/index.js +0 -3
  944. package/lib/vef-dynamic-icon/props.js +0 -3
  945. package/lib/vef-empty/index.js +0 -3
  946. package/lib/vef-empty/props.js +0 -3
  947. package/lib/vef-empty-placeholder/index.js +0 -7
  948. package/lib/vef-empty-placeholder/props.js +0 -3
  949. package/lib/vef-error/error-icon.js +0 -3
  950. package/lib/vef-error/index.js +0 -30
  951. package/lib/vef-error/props.js +0 -3
  952. package/lib/vef-filter/components/action-buttons.js +0 -21
  953. package/lib/vef-filter/components/advanced-filter.js +0 -11
  954. package/lib/vef-filter/components/basic-filter.js +0 -21
  955. package/lib/vef-filter/components/fields/index.js +0 -3
  956. package/lib/vef-filter/components/fields/input-number.js +0 -3
  957. package/lib/vef-filter/components/fields/input.js +0 -3
  958. package/lib/vef-filter/components/fields/props.js +0 -3
  959. package/lib/vef-filter/components/filter-field.js +0 -3
  960. package/lib/vef-filter/components/filter-item.js +0 -3
  961. package/lib/vef-filter/event.js +0 -3
  962. package/lib/vef-filter/helper.js +0 -3
  963. package/lib/vef-filter/hooks/use-action-handlers.js +0 -3
  964. package/lib/vef-filter/hooks/use-computed-values.js +0 -3
  965. package/lib/vef-filter/hooks/use-filter-context.js +0 -3
  966. package/lib/vef-filter/hooks/use-filter-initialization.js +0 -3
  967. package/lib/vef-filter/hooks/use-filter-instance.js +0 -3
  968. package/lib/vef-filter/hooks/use-filter-items.js +0 -3
  969. package/lib/vef-filter/hooks/use-filter-values-change.js +0 -3
  970. package/lib/vef-filter/hooks/use-label-config.js +0 -3
  971. package/lib/vef-filter/index.js +0 -10
  972. package/lib/vef-filter/props.js +0 -3
  973. package/lib/vef-filter/store.js +0 -3
  974. package/lib/vef-filter/types.js +0 -3
  975. package/lib/vef-flex/index.js +0 -3
  976. package/lib/vef-flex/props.js +0 -3
  977. package/lib/vef-float-button/index.js +0 -3
  978. package/lib/vef-float-button/props.js +0 -3
  979. package/lib/vef-float-button-group/index.js +0 -3
  980. package/lib/vef-float-button-group/props.js +0 -3
  981. package/lib/vef-form/components/fields/index.js +0 -3
  982. package/lib/vef-form/components/fields/input-number.js +0 -3
  983. package/lib/vef-form/components/fields/input.js +0 -3
  984. package/lib/vef-form/components/fields/props.js +0 -3
  985. package/lib/vef-form/components/form-actions.js +0 -5
  986. package/lib/vef-form/components/form-content.js +0 -6
  987. package/lib/vef-form/components/form-field.js +0 -3
  988. package/lib/vef-form/components/form-group.js +0 -13
  989. package/lib/vef-form/components/form-hidden-item.js +0 -3
  990. package/lib/vef-form/components/form-item.js +0 -3
  991. package/lib/vef-form/components/form-row.js +0 -3
  992. package/lib/vef-form/event.js +0 -3
  993. package/lib/vef-form/helper.js +0 -3
  994. package/lib/vef-form/hooks/use-action-handlers.js +0 -3
  995. package/lib/vef-form/hooks/use-columns-layout.js +0 -3
  996. package/lib/vef-form/hooks/use-computed-values.js +0 -3
  997. package/lib/vef-form/hooks/use-form-context.js +0 -3
  998. package/lib/vef-form/hooks/use-form-initialization.js +0 -3
  999. package/lib/vef-form/hooks/use-form-instance.js +0 -3
  1000. package/lib/vef-form/hooks/use-form-values-change.js +0 -3
  1001. package/lib/vef-form/hooks/use-label-width.js +0 -3
  1002. package/lib/vef-form/index.js +0 -5
  1003. package/lib/vef-form/props.js +0 -3
  1004. package/lib/vef-form/store.js +0 -3
  1005. package/lib/vef-form/types.js +0 -3
  1006. package/lib/vef-form/validation-rules.js +0 -3
  1007. package/lib/vef-form-drawer/index.js +0 -3
  1008. package/lib/vef-form-drawer/props.js +0 -3
  1009. package/lib/vef-form-modal/index.js +0 -3
  1010. package/lib/vef-form-modal/props.js +0 -3
  1011. package/lib/vef-generic-select/index.js +0 -3
  1012. package/lib/vef-generic-select/props.js +0 -3
  1013. package/lib/vef-grid/index.js +0 -14
  1014. package/lib/vef-grid/props.js +0 -3
  1015. package/lib/vef-grid-item/index.js +0 -3
  1016. package/lib/vef-grid-item/props.js +0 -3
  1017. package/lib/vef-icon/index.js +0 -3
  1018. package/lib/vef-icon/props.js +0 -3
  1019. package/lib/vef-icon-select/index.js +0 -42
  1020. package/lib/vef-icon-select/props.js +0 -3
  1021. package/lib/vef-input/hooks/use-input-instance.js +0 -3
  1022. package/lib/vef-input/index.js +0 -3
  1023. package/lib/vef-input/props.js +0 -3
  1024. package/lib/vef-input-number/hooks/use-input-number-instance.js +0 -3
  1025. package/lib/vef-input-number/index.js +0 -3
  1026. package/lib/vef-input-number/props.js +0 -3
  1027. package/lib/vef-layout/components/content.js +0 -3
  1028. package/lib/vef-layout/components/font-size.js +0 -6
  1029. package/lib/vef-layout/components/fullscreen.js +0 -6
  1030. package/lib/vef-layout/components/header-action-icons.js +0 -17
  1031. package/lib/vef-layout/components/header-content.js +0 -8
  1032. package/lib/vef-layout/components/header.js +0 -14
  1033. package/lib/vef-layout/components/sider.js +0 -51
  1034. package/lib/vef-layout/components/title.js +0 -38
  1035. package/lib/vef-layout/components/user-avatar.js +0 -20
  1036. package/lib/vef-layout/index.js +0 -7
  1037. package/lib/vef-layout/logo.svg.js +0 -3
  1038. package/lib/vef-layout/props.js +0 -3
  1039. package/lib/vef-layout/store.js +0 -3
  1040. package/lib/vef-loading-placeholder/index.js +0 -7
  1041. package/lib/vef-loading-placeholder/props.js +0 -3
  1042. package/lib/vef-login/index.js +0 -56
  1043. package/lib/vef-login/login-icon.js +0 -3
  1044. package/lib/vef-login/props.js +0 -3
  1045. package/lib/vef-menu/index.js +0 -3
  1046. package/lib/vef-menu/props.js +0 -3
  1047. package/lib/vef-modal/components/action-button-wrapper.js +0 -3
  1048. package/lib/vef-modal/components/button-props.js +0 -3
  1049. package/lib/vef-modal/components/cancel-action-button.js +0 -3
  1050. package/lib/vef-modal/components/ok-action-button.js +0 -3
  1051. package/lib/vef-modal/context.js +0 -3
  1052. package/lib/vef-modal/index.js +0 -6
  1053. package/lib/vef-modal/props.js +0 -3
  1054. package/lib/vef-not-found/index.js +0 -30
  1055. package/lib/vef-not-found/not-found-icon.js +0 -3
  1056. package/lib/vef-not-found/props.js +0 -3
  1057. package/lib/vef-page/index.js +0 -59
  1058. package/lib/vef-page/props.js +0 -3
  1059. package/lib/vef-pagination/index.js +0 -3
  1060. package/lib/vef-pagination/props.js +0 -3
  1061. package/lib/vef-paragraph/index.js +0 -3
  1062. package/lib/vef-paragraph/props.js +0 -3
  1063. package/lib/vef-password/hooks/use-password-instance.js +0 -3
  1064. package/lib/vef-password/index.js +0 -3
  1065. package/lib/vef-password/props.js +0 -3
  1066. package/lib/vef-popconfirm/index.js +0 -3
  1067. package/lib/vef-popconfirm/props.js +0 -3
  1068. package/lib/vef-popover/index.js +0 -3
  1069. package/lib/vef-popover/props.js +0 -3
  1070. package/lib/vef-radio/hooks/use-data-options.js +0 -3
  1071. package/lib/vef-radio/hooks/use-radio-instance.js +0 -3
  1072. package/lib/vef-radio/index.js +0 -5
  1073. package/lib/vef-radio/props.js +0 -3
  1074. package/lib/vef-rate/hooks/use-rate-instance.js +0 -3
  1075. package/lib/vef-rate/index.js +0 -3
  1076. package/lib/vef-rate/props.js +0 -3
  1077. package/lib/vef-responsive-container/index.js +0 -7
  1078. package/lib/vef-responsive-container/props.js +0 -3
  1079. package/lib/vef-responsive-item/index.js +0 -5
  1080. package/lib/vef-responsive-item/props.js +0 -3
  1081. package/lib/vef-ribbon/index.js +0 -3
  1082. package/lib/vef-ribbon/props.js +0 -3
  1083. package/lib/vef-row/index.js +0 -3
  1084. package/lib/vef-row/props.js +0 -3
  1085. package/lib/vef-scroll-area/components/scrollbar.js +0 -34
  1086. package/lib/vef-scroll-area/index.js +0 -13
  1087. package/lib/vef-scroll-area/props.js +0 -3
  1088. package/lib/vef-select/components/option.js +0 -11
  1089. package/lib/vef-select/hooks/use-data-options.js +0 -3
  1090. package/lib/vef-select/hooks/use-field-names.js +0 -3
  1091. package/lib/vef-select/hooks/use-render-label.js +0 -10
  1092. package/lib/vef-select/hooks/use-render-option.js +0 -3
  1093. package/lib/vef-select/hooks/use-select-instance.js +0 -3
  1094. package/lib/vef-select/index.js +0 -3
  1095. package/lib/vef-select/props.js +0 -3
  1096. package/lib/vef-slider/hooks/use-slider-instance.js +0 -3
  1097. package/lib/vef-slider/index.js +0 -3
  1098. package/lib/vef-slider/props.js +0 -3
  1099. package/lib/vef-sortable-list/components/overlay-item.js +0 -7
  1100. package/lib/vef-sortable-list/components/sortable-item.js +0 -7
  1101. package/lib/vef-sortable-list/hooks/use-merged-items.js +0 -3
  1102. package/lib/vef-sortable-list/index.js +0 -3
  1103. package/lib/vef-sortable-list/props.js +0 -3
  1104. package/lib/vef-space/index.js +0 -3
  1105. package/lib/vef-space/props.js +0 -3
  1106. package/lib/vef-spin/index.js +0 -3
  1107. package/lib/vef-spin/props.js +0 -3
  1108. package/lib/vef-splitter/index.js +0 -3
  1109. package/lib/vef-splitter/props.js +0 -3
  1110. package/lib/vef-splitter-panel/index.js +0 -3
  1111. package/lib/vef-splitter-panel/props.js +0 -3
  1112. package/lib/vef-status/index.js +0 -3
  1113. package/lib/vef-status/props.js +0 -3
  1114. package/lib/vef-table/components/columns/bool.js +0 -3
  1115. package/lib/vef-table/components/columns/code.js +0 -3
  1116. package/lib/vef-table/components/columns/data-dictionary.js +0 -3
  1117. package/lib/vef-table/components/columns/enum.js +0 -3
  1118. package/lib/vef-table/components/columns/file.js +0 -3
  1119. package/lib/vef-table/components/columns/icon.js +0 -3
  1120. package/lib/vef-table/components/columns/id.js +0 -3
  1121. package/lib/vef-table/components/columns/image.js +0 -3
  1122. package/lib/vef-table/components/columns/index.js +0 -3
  1123. package/lib/vef-table/components/columns/markdown.js +0 -3
  1124. package/lib/vef-table/components/columns/number.js +0 -3
  1125. package/lib/vef-table/components/columns/props.js +0 -3
  1126. package/lib/vef-table/components/columns/render.js +0 -3
  1127. package/lib/vef-table/components/columns/rich-text.js +0 -3
  1128. package/lib/vef-table/components/columns/text.js +0 -3
  1129. package/lib/vef-table/components/columns-settings.js +0 -54
  1130. package/lib/vef-table/components/operation-buttons.js +0 -12
  1131. package/lib/vef-table/components/settings-icon.js +0 -5
  1132. package/lib/vef-table/components/table-footer.js +0 -19
  1133. package/lib/vef-table/helper.js +0 -3
  1134. package/lib/vef-table/hooks/use-computed-batch-buttons.js +0 -3
  1135. package/lib/vef-table/hooks/use-computed-columns.js +0 -3
  1136. package/lib/vef-table/hooks/use-computed-values.js +0 -3
  1137. package/lib/vef-table/hooks/use-data.js +0 -3
  1138. package/lib/vef-table/hooks/use-default-column-configs.js +0 -3
  1139. package/lib/vef-table/hooks/use-display-value.js +0 -3
  1140. package/lib/vef-table/hooks/use-helper-columns.js +0 -3
  1141. package/lib/vef-table/hooks/use-operation-column-width.js +0 -3
  1142. package/lib/vef-table/hooks/use-pagination-props.js +0 -3
  1143. package/lib/vef-table/hooks/use-row-props.js +0 -3
  1144. package/lib/vef-table/hooks/use-row-selection-config.js +0 -3
  1145. package/lib/vef-table/hooks/use-selected-rows.js +0 -3
  1146. package/lib/vef-table/hooks/use-table-columns.js +0 -3
  1147. package/lib/vef-table/hooks/use-table-context.js +0 -3
  1148. package/lib/vef-table/hooks/use-table-instance.js +0 -3
  1149. package/lib/vef-table/hooks/use-table-summary.js +0 -3
  1150. package/lib/vef-table/hooks/use-table-width.js +0 -3
  1151. package/lib/vef-table/index.js +0 -56
  1152. package/lib/vef-table/props.js +0 -3
  1153. package/lib/vef-table/store.js +0 -3
  1154. package/lib/vef-table/types.js +0 -3
  1155. package/lib/vef-tabs/index.js +0 -3
  1156. package/lib/vef-tabs/props.js +0 -3
  1157. package/lib/vef-tag/index.js +0 -3
  1158. package/lib/vef-tag/props.js +0 -3
  1159. package/lib/vef-temporal-picker/helper.js +0 -3
  1160. package/lib/vef-temporal-picker/hooks/use-dayjs-value.js +0 -3
  1161. package/lib/vef-temporal-picker/hooks/use-temporal-limit.js +0 -3
  1162. package/lib/vef-temporal-picker/hooks/use-temporal-picker-instance.js +0 -3
  1163. package/lib/vef-temporal-picker/index.js +0 -3
  1164. package/lib/vef-temporal-picker/props.js +0 -3
  1165. package/lib/vef-temporal-range-picker/helper.js +0 -3
  1166. package/lib/vef-temporal-range-picker/hooks/use-dayjs-values.js +0 -3
  1167. package/lib/vef-temporal-range-picker/hooks/use-temporal-limit.js +0 -3
  1168. package/lib/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.js +0 -3
  1169. package/lib/vef-temporal-range-picker/index.js +0 -3
  1170. package/lib/vef-temporal-range-picker/props.js +0 -3
  1171. package/lib/vef-text/index.js +0 -3
  1172. package/lib/vef-text/props.js +0 -3
  1173. package/lib/vef-textarea/hooks/use-textarea-instance.js +0 -3
  1174. package/lib/vef-textarea/index.js +0 -3
  1175. package/lib/vef-textarea/props.js +0 -3
  1176. package/lib/vef-title/index.js +0 -15
  1177. package/lib/vef-title/props.js +0 -3
  1178. package/lib/vef-tooltip/index.js +0 -3
  1179. package/lib/vef-tooltip/props.js +0 -3
  1180. package/lib/vef-tree-select/hooks/use-change-handler.js +0 -3
  1181. package/lib/vef-tree-select/hooks/use-data-options.js +0 -3
  1182. package/lib/vef-tree-select/hooks/use-tree-select-instance.js +0 -3
  1183. package/lib/vef-tree-select/index.js +0 -3
  1184. package/lib/vef-tree-select/props.js +0 -3
  1185. package/lib/vef-virtual-grid/index.js +0 -14
  1186. package/lib/vef-virtual-grid/props.js +0 -3
  1187. package/lib/vef-virtual-list/index.js +0 -20
  1188. package/lib/vef-virtual-list/props.js +0 -3
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";import{useColorTokens as o}from"@vef-framework/hooks";import{isFunction as r}from"@vef-framework/shared";import{Typography as t}from"antd";import{useMemo as a}from"react";const{Paragraph:n}=t,p=({variant:t,color:p,bold:d,ellipsis:i,ellipsisRows:s=2,expandable:l,defaultExpanded:f,expanded:m,copyable:c,copiedText:x,onCopy:u,onExpand:y,...b})=>{const h=a((()=>{if(i)return{rows:s,expandable:l?"collapsible":void 0,defaultExpanded:f,expanded:m,onExpand:r(y)?(e,{expanded:o})=>{y(o)}:void 0}}),[l,f,i,s,m,y]),v=o(),g=a((()=>{const e={};return"strikethrough"===t?e.delete=!0:t&&(e[t]=!0),"secondary"===p?e.type="secondary":p&&(e.css={color:v.get(p)}),d&&(e.strong=!0),e}),[d,p,v,t]),k=a((()=>{if(c)return{format:"text/plain",text:x,onCopy:u}}),[c,x,u]);return e(n,{copyable:k,ellipsis:h,...g,...b})};export{p as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,2 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{useRef as r,useImperativeHandle as t}from"react";function u(u){const c=r(null);return t(u,(()=>({blur:()=>c.current?.blur(),focus:()=>c.current?.focus({preventScroll:!0})}))),c}export{u as usePasswordInstance};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as o}from"@emotion/react/jsx-runtime";import{isFunction as e}from"@vef-framework/shared";import{Input as r}from"antd";import{forwardRef as t,useMemo as a}from"react";import"../internal/index.mjs";import{usePasswordInstance as n}from"./hooks/use-password-instance.mjs";import{convertBasicSizeToUiSize as s}from"../internal/utils.mjs";const{Password:u}=r;function l(o){return""===o?null:o}const i=t((({defaultValue:r,value:t,size:i,clearable:m,showCount:f,onChange:d,onEnterKeyPress:v,onBlur:c,onFocus:p,...g},h)=>{const w=a((()=>({onChange:e(d)?o=>d(l(o.target.value)):void 0,onPressEnter:e(v)?o=>v(l(o.target.value)):void 0,onBlur:e(c)?o=>c(l(o.target.value)):void 0,onFocus:e(p)?o=>p(l(o.target.value)):void 0})),[d,v,c,p]),C=n(h);return o(u,{ref:C,allowClear:m,defaultValue:r,showCount:f,size:s(i),value:t,...g,...w})}));export{i as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,2 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";import{infoIcon as o,defaultMessageTitle as n}from"@vef-framework/shared";import{Popconfirm as t}from"antd";import{CheckIcon as r}from"lucide-react";import{forwardRef as a,useRef as c,useImperativeHandle as i}from"react";import p from"../vef-icon/index.mjs";const l={autoInsertSpace:!1,icon:e(p,{children:e(r,{})})},m={autoInsertSpace:!1,variant:"text",color:"default"};function f(e){e.stopPropagation()}const u=a((({title:r=n,content:a,cancelable:p=!0,defaultOpened:u,opened:s,onOpenedChange:d,onOk:C,onCancel:h,...O},k)=>{const v=c(null);return i(k,(()=>v.current.nativeElement)),e(t,{ref:v,cancelButtonProps:m,defaultOpen:u,description:a,icon:o,okButtonProps:l,open:s,showCancel:p,title:r,onCancel:h,onConfirm:C,onOpenChange:d,onPopupClick:f,...O})}));export{u as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,2 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as t}from"@emotion/react/jsx-runtime";import{Popover as r}from"antd";import{forwardRef as e,useRef as o,useImperativeHandle as n}from"react";const i=e((({title:e,content:i,trigger:c="click",arrow:m=!1,...a},l)=>{const f=o(null);return n(l,(()=>f.current.nativeElement)),t(r,{ref:f,arrow:m,content:i,title:e,trigger:c,...a})}));export{i as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,2 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{useComputedOptions as e}from"@vef-framework/hooks";import{isFunction as o,isNullish as r}from"@vef-framework/shared";import{useMemo as a,useLayoutEffect as i}from"react";function t({value:t,onChange:n,...p}){const{normalizedOptions:s,defaultOption:f,isLoading:l}=e({...p,isGrouped:!1,filterable:!1,selectedOptionValues:t?[t]:[]}),m=a((()=>s.reduce(((e,o)=>(e.set(o.value,o),e)),new Map)),[s]);return i((()=>{f&&o(n)&&r(t)&&n(f.value,f)}),[f,n,t]),{optionsMap:m,normalizedOptions:s,isLoading:l}}export{t as useDataOptions};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{useRef as r,useImperativeHandle as t}from"react";function n(n,o){const u=r(null);return t(n,(()=>({blur:()=>{u.current?.blur()},focus:()=>{u.current?.focus({preventScroll:!0})},getDataOptions:()=>o}))),u}export{n as useRadioInstance};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,5 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{themeVariables as t,isFunction as i}from"@vef-framework/shared";import{Radio as r}from"antd";import{useMemo as n,memo as a,forwardRef as l}from"react";import"../internal/index.mjs";import d from"../vef-loading-placeholder/index.mjs";import m from"../vef-tooltip/index.mjs";import{useDataOptions as s}from"./hooks/use-data-options.mjs";import{useRadioInstance as u}from"./hooks/use-radio-instance.mjs";import{convertBasicSizeToUiSize as p}from"../internal/utils.mjs";const{Group:c}=r,f=e("div",{css:o`
3
+ height: ${t.controlHeight}
4
+ `,children:e(d,{})});const h=a(l((function({defaultValue:o,value:t,disabled:a,block:l,variant:d,buttonVariant:h,buttonSize:v,onChange:b,...g},j){const{optionsMap:k,normalizedOptions:x,isLoading:V}=s({value:t,onChange:b,...g}),y=u(j,x),z=n((()=>{if(i(b))return({target:{value:e}})=>{b(e,k.get(e))}}),[b,k]);if(V)return f;const C=x.map((o=>{const{value:t,label:i,disabled:n,description:a}=o;return a?e(m,{content:a,children:e(r,{disabled:n,value:t,children:i})},t):e(r,{disabled:n,value:t,children:i},t)}));return e(c,{ref:y,block:l,buttonStyle:h,defaultValue:o,disabled:a,optionType:d,size:p(v),onChange:z,...void 0===t?{}:{value:t},children:C})})));h.displayName="VefRadio";export{h as default};
5
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,2 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{useRef as r,useImperativeHandle as u}from"react";function t(t){const c=r(null);return u(t,(()=>({blur:()=>c.current?.blur(),focus:()=>c.current?.focus()}))),c}export{t as useRateInstance};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as r}from"@emotion/react/jsx-runtime";import{isFunction as t}from"@vef-framework/shared";import{Rate as o}from"antd";import{forwardRef as e,useMemo as m}from"react";import{useRateInstance as a}from"./hooks/use-rate-instance.mjs";const c=e((({character:e,...c},f)=>{const i=m((()=>t(e)?({index:r})=>e(r):e),[e]),n=a(f);return r(o,{ref:n,character:i,...c})}));export{c as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,2 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,7 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{useGapSizeNormalizer as o}from"@vef-framework/hooks";import{isArray as t}from"@vef-framework/shared";import{motion as n}from"motion/react";import{forwardRef as i,Children as a,isValidElement as s,useMemo as m,memo as p}from"react";import f from"../vef-responsive-item/index.mjs";const v=r`
3
+ display: grid;
4
+ grid-template-columns: repeat(var(--vef-responsive-container-auto-mode), minmax(var(--vef-responsive-container-base-width), 1fr));
5
+ gap: var(--vef-responsive-container-gap);
6
+ `,c=p(i((({style:r,baseItemWidth:i=320,autoExpand:p=!0,gap:c=0,children:d,...l},u)=>{if(i%2!=0)throw new Error("VefResponsiveContainer: baseItemWidth must be an even number.");a.forEach(d,(e=>{if(!s(e)||e.type!==f)throw new Error("VefResponsiveContainer: children must be a VefResponsiveItem element.")}));const h=o(),w=m((()=>t(c)?c.map((e=>h(e))).join(" "):h(c)),[c,h]),b=m((()=>{const e=p?"auto-fit":"auto-fill";return{...r,"--vef-responsive-container-auto-mode":e,"--vef-responsive-container-base-width":i/2+"px","--vef-responsive-container-gap":w}}),[p,i,w,r]);return e(n.div,{ref:u,css:v,style:b,...l,children:d})})));c.displayName="VefResponsiveContainer";export{c as default};
7
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,2 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,5 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{motion as t}from"motion/react";import{forwardRef as o,useMemo as i}from"react";const n=r`
3
+ grid-column: span var(--vef-responsive-item-span);
4
+ `,s=o((({style:r,span:o=1,children:s,...m},a)=>{const p=i((()=>({...r,"--vef-responsive-item-span":2*o})),[o,r]);return e(t.div,{ref:a,css:n,style:p,...m,children:s})}));export{s as default};
5
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,2 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as o}from"@emotion/react/jsx-runtime";import{useColorTokens as r}from"@vef-framework/hooks";import{Badge as t}from"antd";import{useMemo as e}from"react";const{Ribbon:n}=t,i=({color:t,position:i="right",children:a})=>{const m=r(),c=e((()=>{if(!t)return{placement:"right"===i?"end":"start",text:a};if(m.has(t))return{color:t?m.get(t):void 0,placement:"right"===i?"end":"start",text:a};throw new Error(`Invalid color value "${t}" of VefRibbon component. Color must be a valid color token.`)}),[a,t,m,i]);return o(n,{...c})};export{i as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,2 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as t}from"@emotion/react/jsx-runtime";import{Row as o}from"antd";const r=r=>t(o,{...r});export{r as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,2 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,34 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as r}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{ScrollAreaScrollbar as a,ScrollAreaThumb as e}from"@radix-ui/react-scroll-area";import{themeVariables as i}from"@vef-framework/shared";import{forwardRef as l}from"react";const t=o`
3
+ --vef-scroll-area-scrollbar-padding: 2px;
4
+
5
+ display: flex;
6
+ touch-action: none;
7
+ user-select: none;
8
+ `,n=o`
9
+ height: 100%;
10
+ width: var(--vef-scroll-area-scrollbar-size);
11
+ border-left-width: 1px;
12
+ border-left-color: transparent;
13
+ padding: var(--vef-scroll-area-scrollbar-padding);
14
+ `,c=o`
15
+ flex-direction: column;
16
+ height: var(--vef-scroll-area-scrollbar-size);
17
+ border-top-width: 1px;
18
+ border-top-color: transparent;
19
+ padding: var(--vef-scroll-area-scrollbar-padding);
20
+ `,s=o`
21
+ position: relative;
22
+ z-index: 2;
23
+ flex: 1;
24
+ border-radius: calc(var(--vef-scroll-area-scrollbar-size) - var(--vef-scroll-area-scrollbar-padding) * 2);
25
+ background-color: hsl(240 5.9% 90%);
26
+ transition-property: background-color;
27
+ transition-timing-function: ${i.motionEaseInOutCirc};
28
+ transition-duration: ${i.motionDurationMid};
29
+
30
+ &:hover {
31
+ background-color: hsl(240 5.9% 84%);
32
+ }
33
+ `,d=l((({orientation:o="vertical",...i},l)=>r(a,{ref:l,orientation:o,css:[t,"vertical"===o&&n,"horizontal"===o&&c],...i,children:r(e,{css:s})})));d.displayName="VefScrollbar";export{d as default};
34
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,13 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsxs as r,jsx as o}from"@emotion/react/jsx-runtime";import{css as e}from"@emotion/react";import{Root as t,Viewport as l,Corner as i}from"@radix-ui/react-scroll-area";import{isNumber as a}from"@vef-framework/shared";import{forwardRef as s,useMemo as c}from"react";import h from"./components/scrollbar.mjs";const m=e`
3
+ position: relative;
4
+ overflow: hidden;
5
+ height: var(--vef-scroll-area-height, 100%);
6
+ width: var(--vef-scroll-area-width, auto);
7
+ `,n=e`
8
+ height: 100%;
9
+ width: 100%;
10
+ border-radius: inherit;
11
+ -webkit-overflow-scrolling: touch;
12
+ `,d=s((({style:e,height:s,width:d,scrollDirection:f="y",scrollbarSize:p="medium",autoHideScrollbar:v=!0,viewportClassName:w,viewportStyle:u,viewportRef:b,onScroll:x,children:y,...g},S)=>{const z=c((()=>({...e,"--vef-scroll-area-height":(a(s)?`${s}px`:s)??"100%","--vef-scroll-area-width":(a(d)?`${d}px`:d)??"auto"})),[s,e,d]),j=c((()=>({"--vef-scroll-area-scrollbar-size":"small"===p?"10px":"medium"===p?"12px":"14px"})),[p]),k=c((()=>({...u,overflowX:""+("x"===f||"both"===f?"scroll":"hidden"),overflowY:""+("y"===f||"both"===f?"scroll":"hidden")})),[f,u]);return r(t,{ref:S,css:m,style:z,type:v?"hover":"auto",...g,children:[o(l,{ref:b,className:w,css:n,style:k,onScroll:x,children:y}),("y"===f||"both"===f)&&o(h,{orientation:"vertical",style:j}),("x"===f||"both"===f)&&o(h,{orientation:"horizontal",style:j}),o(i,{})]})}));export{d as default};
13
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,2 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,11 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsxs as e,jsx as i}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{themeVariables as o}from"@vef-framework/shared";import{memo as l}from"react";import t from"../../vef-text/index.mjs";const s=r`
3
+ display: flex;
4
+ flex-direction: column;
5
+ row-gap: 4px;
6
+
7
+ > .vef-typography-secondary {
8
+ font-size: ${o.fontSizeSm};
9
+ }
10
+ `,p=l((({label:r,description:o})=>o?e("div",{css:s,children:[i(t,{ellipsis:!0,ellipsisTipPlacement:"right",children:r}),i(t,{ellipsis:!0,color:"secondary",ellipsisTipPlacement:"right",children:o})]}):i(t,{ellipsis:!0,ellipsisTipPlacement:"right",children:r})));p.displayName="VefOption";export{p as default};
11
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{useComputedOptions as o}from"@vef-framework/hooks";import{isArray as e,isFunction as a,isNullish as i}from"@vef-framework/shared";import{useLayoutEffect as n}from"react";function r({value:r,grouped:t=!1,multiple:l=!1,onChange:s,...p}){const{onFilterKeywordChange:d,normalizedOptions:f,defaultOption:m,isLoading:u,fallbackOptions:c,isFallbackOptionsLoading:g}=o({...p,isGrouped:t,selectedOptionValues:e(r)?r:r?[r]:[]});return n((()=>{m&&a(s)&&i(r)&&s(l?[m.value]:m.value,l?[m]:m)}),[m,l,s,r]),{onFilterKeywordChange:d,normalizedOptions:f,isLoading:u,fallbackOptions:c,isFallbackOptionsLoading:g}}export{r as useDataOptions};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{useMemo as l}from"react";function e(e){return l((()=>e?{label:"label",value:"value",options:"children",groupLabel:"label"}:{label:"label",value:"value"}),[e])}export{e as useFieldNames};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,10 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as i}from"@emotion/react/jsx-runtime";import{LoadingOutlined as r}from"@ant-design/icons";import{css as e}from"@emotion/react";import{useCallback as n}from"react";import t from"../../vef-spin/index.mjs";const o=e`
3
+ display: inline-flex;
4
+ align-items: center;
5
+
6
+ .vef-spin {
7
+ color: inherit;
8
+ }
9
+ `;function m(e,m){return n((({label:n,value:s})=>{if(n)return n;if(e)return i("span",{css:o,children:i(t,{indicator:i(r,{}),size:"small"})});const l=m?.find((i=>i.value===s));return l?.label??s}),[e,m])}export{m as useRenderLabel};
10
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as o}from"@emotion/react/jsx-runtime";import{isFunction as r}from"@vef-framework/shared";import{useMemo as e}from"react";import t from"../components/option.mjs";function i(i){return e((()=>r(i)?({data:o},{index:r})=>i({...o,index:r}):({data:{label:r,description:e}})=>o(t,{description:e,label:r??"Missing Label"})),[i])}export{i as useRenderOption};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{useRef as r,useImperativeHandle as t}from"react";function n(n,o){const u=r(null);return t(n,(()=>({blur:()=>{u.current?.blur()},focus:()=>{u.current?.focus({preventScroll:!0})},getDataOptions:()=>o}))),u}export{n as useSelectInstance};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";import{useOptionFilter as o}from"@vef-framework/hooks";import{styles as r}from"@vef-framework/shared";import{Select as t}from"antd";import{memo as i,forwardRef as n}from"react";import"../internal/index.mjs";import l from"../vef-loading-placeholder/index.mjs";import{useDataOptions as a}from"./hooks/use-data-options.mjs";import{useFieldNames as s}from"./hooks/use-field-names.mjs";import{useRenderLabel as m}from"./hooks/use-render-label.mjs";import{useRenderOption as d}from"./hooks/use-render-option.mjs";import{useSelectInstance as p}from"./hooks/use-select-instance.mjs";import{convertBasicSizeToUiSize as f}from"../internal/utils.mjs";const u=e("div",{css:{height:140},children:e(l,{})});const c=i(n((function({defaultValue:i,value:n,size:l,clearable:c,disabled:h,placeholder:v,variant:g,onClear:C,onBlur:k,onFocus:b,onChange:j,onSelect:F,onDeselect:x,multiple:O=!1,grouped:w=!1,maxCount:S,renderOption:R,filterable:z=!0,filterFromRemote:V=!1,...y},B){const{onFilterKeywordChange:D,normalizedOptions:L,isLoading:N,fallbackOptions:A,isFallbackOptionsLoading:H}=a({value:n,grouped:w,multiple:O,onChange:j,filterable:z,filterFromRemote:V,...y}),K=d(R),T=o(z,V),W=s(w),q=m(H,A),E=p(B,L);return e(t,{ref:E,defaultActiveFirstOption:!0,allowClear:c,css:r.fullWidth,defaultValue:i,disabled:h,fieldNames:W,filterOption:T,labelRender:q,listHeight:280,loading:N,maxCount:O?S:void 0,maxTagCount:O?"responsive":void 0,mode:O?"multiple":void 0,notFoundContent:N?u:void 0,optionRender:K,options:L,placeholder:v,showSearch:z,size:f(l),value:n,variant:g,onBlur:k,onChange:j,onClear:C,onDeselect:x,onFocus:b,onSearch:D,onSelect:F})})));c.displayName="VefSelect";export{c as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,2 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{useRef as r,useImperativeHandle as u}from"react";function t(t){const c=r(null);return u(t,(()=>({blur:()=>c.current?.blur(),focus:()=>c.current?.focus()}))),c}export{t as useSliderInstance};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as t}from"@emotion/react/jsx-runtime";import{Slider as r}from"antd";import{forwardRef as o,useMemo as e}from"react";import{useSliderInstance as m}from"./hooks/use-slider-instance.mjs";const n=o((({step:o,tipFormatter:n,onChange:a,...i},s)=>{const p=e((()=>{if(n)return{formatter:t=>n(t)}}),[n]),f=m(s);return t(r,{ref:f,step:"mark"===o?null:o,tooltip:p,onChange:a,...i})}));export{n as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,2 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,7 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as e,jsxs as n,Fragment as o}from"@emotion/react/jsx-runtime";import{HolderOutlined as t}from"@ant-design/icons";import{css as r}from"@emotion/react";const s=e(t,{}),a=r`
3
+ cursor: move;
4
+ user-select: none;
5
+ touch-action: none;
6
+ `;function c({item:t,renderItem:r,useHandle:c,handleClassName:i,handleStyle:m,handleIcon:l}){return n(o,{children:[c&&e("div",{className:i,css:a,style:m,children:l??s}),r(t,!0)]})}export{c as default};
7
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,7 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as e,jsxs as t}from"@emotion/react/jsx-runtime";import{HolderOutlined as i}from"@ant-design/icons";import{useSortable as r}from"@dnd-kit/sortable";import{CSS as n}from"@dnd-kit/utilities";import{css as s}from"@emotion/react";const o=e(i,{}),a=s`
3
+ cursor: move;
4
+ user-select: none;
5
+ touch-action: none;
6
+ `;function m({item:i,itemKey:s,itemIndex:m,itemClassName:d,itemStyle:l,renderItem:c,useHandle:f,useOverlay:u,handleClassName:p,handleStyle:h,handleIcon:v,disabled:y}){const{isDragging:N,attributes:g,listeners:x,setNodeRef:b,setActivatorNodeRef:I,transition:S,transform:k}=r({id:s,disabled:y,data:{index:m}}),C={...l,transition:S,transform:n.Transform.toString(k),...!u&&N?{position:"relative",zIndex:999}:{}};return t("div",{ref:b,className:d,style:C,...g,...f?{}:x,children:[f&&e("div",{ref:I,className:p,css:a,style:h,...x,children:v??o}),c(i,!1)]})}export{m as default};
7
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{isNullish as r}from"@vef-framework/shared";import{useState as e,useCallback as o}from"react";function t(t,f,m){if(r(t)&&r(f))throw new Error("At least one of `defaultItems` and `items` must be provided for VefSortableList component.");const[n,a]=e(t??[]);return[f??n,o((r=>{f?m?.(r(f)):a(r)}),[f,m])]}export{t as useMergedItems};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as e,jsxs as t}from"@emotion/react/jsx-runtime";import{useSensors as r,useSensor as i,PointerSensor as m,DndContext as o,closestCenter as a,DragOverlay as s}from"@dnd-kit/core";import{restrictToParentElement as n,restrictToWindowEdges as d}from"@dnd-kit/modifiers";import{arrayMove as c,SortableContext as l,verticalListSortingStrategy as p,horizontalListSortingStrategy as f}from"@dnd-kit/sortable";import{isFunction as u}from"@vef-framework/shared";import{useMemo as y,useState as v,useCallback as h,memo as g}from"react";import x from"./components/overlay-item.mjs";import k from"./components/sortable-item.mjs";import{useMergedItems as N}from"./hooks/use-merged-items.mjs";const b=g((function({defaultItems:g,items:b,itemKey:j="id",className:S,style:D,orientation:w="vertical",useOverlay:C=!0,restrictStrategy:E="parent",onChange:I,...K}){const[L,O]=N(g,b,I),V=r(i(m)),q=y((()=>u(j)?j:e=>e[j]),[j]),[z,A]=v(),B=h((({active:e})=>{A(L[e.data.current.index])}),[L]),F=h((({active:e,over:t})=>{t&&e.id!==t.id&&O((r=>c(r,e.data.current.index,t.data.current.index)))}),[O]),G=L.map((e=>q(e))),{itemClassName:H,itemStyle:J,disabled:M,...P}=K;return e(o,{collisionDetection:a,sensors:V,modifiers:["parent"===E?n:d],onDragEnd:F,onDragStart:B,children:e(l,{items:G,strategy:"vertical"===w?p:f,children:t("div",{className:S,style:D,children:[L.map(((t,r)=>{const i=q(t);return e(k,{item:t,itemIndex:r,itemKey:i,...K},i)})),C&&e(s,{className:H,style:J,wrapperElement:"div",modifiers:["parent"===E?n:d],children:z&&e(x,{item:z,...P})})]})})})}));b.displayName="VefSortableList";export{b as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,2 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as r}from"@emotion/react/jsx-runtime";import{useGapSizeNormalizer as o}from"@vef-framework/hooks";import{isArray as m}from"@vef-framework/shared";import{Space as t}from"antd";import{useMemo as e}from"react";const a=({gap:a,...f})=>{const i=o(),p=e((()=>m(a)?a.map((r=>i(r))):a?i(a):a),[a,i]);return r(t,{size:p,...f})};export{a as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,2 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as t}from"@emotion/react/jsx-runtime";import{Spin as e}from"antd";const m=({size:m,...o})=>t(e,{size:"medium"===m?"default":m,...o});export{m as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,2 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as t}from"@emotion/react/jsx-runtime";import{Splitter as o}from"antd";const e=({orientation:e,onResizeBegin:i,...n})=>t(o,{layout:e,onResizeStart:i,...n});export{e as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,2 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as t}from"@emotion/react/jsx-runtime";import{Splitter as o}from"antd";const{Panel:r}=o,e=({...o})=>t(r,{...o});export{e as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,2 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as t}from"@emotion/react/jsx-runtime";import{useColorTokens as o}from"@vef-framework/hooks";import{Badge as r}from"antd";import{useMemo as e}from"react";const a=({processing:a=!1,color:f="default",children:n})=>{const s=o(),l=e((()=>{if("default"===f)return{status:"default",text:n};if(s.has(f))return{status:a?"processing":"default",color:s.get(f),text:n};throw new Error(`Invalid color value "${f}" of VefStatus component. Color must be either "default" or a valid color token.`)}),[f,s,a,n]);return t(r,{...l})};export{a as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,2 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{VefError as t,isString as r,isNullish as a,isEqual as l}from"@vef-framework/shared";import{useMemo as i,memo as m}from"react";import u from"../../../vef-text/index.mjs";import{useComputedValues as n}from"../../hooks/use-computed-values.mjs";const c=m((function({value:l,record:m,rowIndex:c,columnProps:f}){if("Boolean"!==f.type)throw new t(-1,"Column type must be Boolean");const{defaultValue:d,trueText:s="是",falseText:p="否",bold:w,italic:x,color:h,width:V}=f,[b,k,v]=n([{key:"bold",rawValue:w,defaultValue:!1},{key:"italic",rawValue:x,defaultValue:!1},{key:"color",rawValue:h}],l,m,c),y=i((()=>r(v)?v:v?!a(l)&&Object.hasOwn(v,l)?v[l]:v["*"]:void 0),[v,l]),j=i((()=>l?l?s:p:d),[l,s,p,d]),B=i((()=>{if(V)return o({maxWidth:`${V}px !important`})}),[V]);return e(u,{bold:b,color:y,css:B,italic:k,children:j})}),l);export{c as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";function r({value:r}){return e("span",{children:r})}export{r as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{VefError as t,isString as r,isNullish as a}from"@vef-framework/shared";import{useMemo as i}from"react";import l from"../../../vef-text/index.mjs";import{useComputedValues as m}from"../../hooks/use-computed-values.mjs";const u="Name";function c({value:c,record:n,rowIndex:s,columnProps:d}){if("DataDictionary"!==d.type)throw new t(-1,"Column type must be DataDictionary");const{name:f,defaultValue:p,ellipsis:w,bold:h,italic:x,color:y,width:V}=d,[b,k,v]=m([{key:"bold",rawValue:h,defaultValue:!1},{key:"italic",rawValue:x,defaultValue:!1},{key:"color",rawValue:y}],c,n,s),$=i((()=>r(v)?v:v?!a(c)&&Object.hasOwn(v,c)?v[c]:v["*"]:void 0),[v,c]),j=i((()=>a(c)||a(n[`${f}${u}`])?p:n[`${f}${u}`]),[c,n,f,p]),D=i((()=>{if(V)return o({maxWidth:`${V}px !important`})}),[V]);return e(l,{bold:b,color:$,css:D,ellipsis:w,italic:k,children:j})}export{c as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{VefError as r,isString as t,isNullish as i}from"@vef-framework/shared";import{useMemo as l}from"react";import a from"../../../vef-tag/index.mjs";import m from"../../../vef-text/index.mjs";import{useComputedValues as n}from"../../hooks/use-computed-values.mjs";const c="Name",s=o({color:"inherit",fontSize:"inherit"});function u({value:u,record:d,rowIndex:f,columnProps:p}){if("Enum"!==p.type)throw new r(-1,"Column type must be Enum");const{name:h,defaultValue:w,showAsTag:x=!0,bold:b,italic:v,ellipsis:V,color:j,width:k}=p,[y,$,g]=n([{key:"bold",rawValue:b,defaultValue:!1},{key:"italic",rawValue:v,defaultValue:!1},{key:"color",rawValue:j}],u,d,f),E=l((()=>t(g)?g:g?!i(u)&&Object.hasOwn(g,u)?g[u]:g["*"]:void 0),[g,u]),O=l((()=>i(u)||i(d[`${h}${c}`])?w:d[`${h}${c}`]),[u,d,h,w]),z=l((()=>{if(k)return o({maxWidth:`${k}px !important`})}),[k]);return x?e(a,{color:E,children:e(m,{bold:y,css:s,italic:$,children:O})}):e(m,{bold:y,color:E,css:z,ellipsis:V,italic:$,children:O})}export{u as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";function r({value:r}){return e("span",{children:r})}export{r as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";function r({value:r}){return e("span",{children:r})}export{r as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{VefError as r,isNullish as t}from"@vef-framework/shared";import{useMemo as a}from"react";import l from"../../../vef-text/index.mjs";import{useComputedValues as i}from"../../hooks/use-computed-values.mjs";const m=/Id$/;function u({value:u,record:c,rowIndex:n,columnProps:s}){if("Id"!==s.type)throw new r(-1,"Column type must be Id");const{name:d,defaultValue:f,ellipsis:p,bold:w,italic:x,color:h,width:V}=s,[k,y,b]=i([{key:"bold",rawValue:w,defaultValue:!1},{key:"italic",rawValue:x,defaultValue:!1},{key:"color",rawValue:h}],u,c,n),v=a((()=>{const e=d.replace(m,"Name");return t(u)||t(c[e])?f:c[e]}),[u,c,d,f]),I=a((()=>{if(V)return o({maxWidth:`${V}px !important`})}),[V]);return e(l,{bold:k,color:b,css:I,ellipsis:p,italic:y,children:v})}export{u as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as r}from"@emotion/react/jsx-runtime";import{extractBaseName as e}from"@vef-framework/shared";function t({value:t}){return r("img",{alt:e(t),src:t})}export{t as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import m from"./bool.mjs";import o from"./code.mjs";import r from"./data-dictionary.mjs";import t from"./enum.mjs";import i from"./file.mjs";import e from"./icon.mjs";import p from"./id.mjs";import s from"./image.mjs";import f from"./markdown.mjs";import j from"./number.mjs";import n from"./render.mjs";import a from"./rich-text.mjs";import d from"./text.mjs";import"./props.mjs";const c={Text:d,Number:j,Enum:t,Boolean:m,DataDictionary:r,Id:p,Render:n,Markdown:f,Icon:e,File:i,RichText:a,Image:s,Code:o};export{c as columnComponents};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";function r({value:r}){return e("span",{children:r})}export{r as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{VefError as o,isNullish as t}from"@vef-framework/shared";import{useMemo as a}from"react";import m from"../../../vef-text/index.mjs";import{useComputedValues as l}from"../../hooks/use-computed-values.mjs";import{useDisplayValue as u}from"../../hooks/use-display-value.mjs";function i({value:i,record:f,rowIndex:s,columnProps:d}){if("Number"!==d.type)throw new o(-1,"Column type must be Number");const{defaultValue:p,formatter:c,prefix:n,suffix:x,bold:w,italic:h,color:V,width:b}=d,k=u(i,f,s,{defaultValue:p,formatter:c,prefix:n,suffix:x}),[y,v,j]=l([{key:"bold",rawValue:w,defaultValue:!1},{key:"italic",rawValue:h,defaultValue:!1},{key:"color",rawValue:V}],i,f,s),N=a((()=>{if(b)return r({maxWidth:`${b}px !important`})}),[b]);return t(k)?null:e(m,{bold:y,color:j,css:N,italic:v,children:k})}export{i as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,2 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as r}from"@emotion/react/jsx-runtime";import{css as e}from"@emotion/react";import{VefError as t}from"@vef-framework/shared";import{useMemo as o}from"react";function m({value:m,record:n,rowIndex:i,columnProps:d}){if("Render"!==d.type)throw new t(-1,"Column type must be Render");const{render:a,width:f}=d,p=a?.(m,n,i),c=o((()=>{if(f)return e({maxWidth:`${f}px !important`})}),[f]);return r("div",{css:c,children:p})}export{m as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";function r({value:r}){return e("span",{children:r})}export{r as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{VefError as r,isNullish as t}from"@vef-framework/shared";import{useMemo as l}from"react";import i from"../../../vef-text/index.mjs";import{useComputedValues as a}from"../../hooks/use-computed-values.mjs";import{useDisplayValue as m}from"../../hooks/use-display-value.mjs";function u({value:u,record:f,rowIndex:s,columnProps:p}){if("Text"!==p.type)throw new r(-1,"Column type must be Text");const{defaultValue:c,formatter:d,prefix:n,suffix:x,ellipsis:w,bold:y,italic:h,color:V,copyable:b,width:k}=p,[v,j,T]=a([{key:"bold",rawValue:y,defaultValue:!1},{key:"italic",rawValue:h,defaultValue:!1},{key:"color",rawValue:V}],u,f,s),C=m(u,f,s,{defaultValue:c,formatter:d,prefix:n,suffix:x}),I=l((()=>{if(k)return o({maxWidth:`${k}px !important`})}),[k]);return t(C)?null:e(i,{bold:v,color:T,copyable:b,css:I,ellipsis:w,ellipsisTip:w?C:void 0,italic:j,children:C})}export{u as default};
3
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,54 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsxs as e,jsx as n,Fragment as t}from"@emotion/react/jsx-runtime";import{RollbackOutlined as i,VerticalRightOutlined as l,VerticalLeftOutlined as a}from"@ant-design/icons";import{css as o}from"@emotion/react";import{themeVariables as r}from"@vef-framework/shared";import{Checkbox as s}from"antd";import{useMemo as m,useCallback as d,memo as c}from"react";import f from"../../vef-bool/index.mjs";import u from"../../vef-button/index.mjs";import p from"../../vef-divider/index.mjs";import g from"../../vef-sortable-list/index.mjs";import v from"../../vef-text/index.mjs";import{useTableContextSelector as h}from"../hooks/use-table-context.mjs";const b=o`
3
+ width: 260px;
4
+ padding: ${r.paddingSm};
5
+
6
+ .vef-divider-horizontal {
7
+ margin: ${r.marginSm} 0;
8
+ }
9
+
10
+ .vef-table-columns-settings-panel-header {
11
+ display: flex;
12
+ justify-content: space-between;
13
+ align-items: center;
14
+ padding-left: ${r.paddingSm};
15
+ }
16
+
17
+ .vef-table-columns-settings-panel-body {
18
+ width: 100%;
19
+
20
+ .vef-table-columns-settings-panel-columns {
21
+ width: 100%;
22
+ display: flex;
23
+ flex-direction: column;
24
+
25
+ .vef-table-columns-settings-panel-column {
26
+ display: grid;
27
+ grid-template-columns: max-content 1fr max-content;
28
+ align-items: center;
29
+ padding: ${r.paddingXs};
30
+ border-radius: ${r.borderRadius};
31
+
32
+ &:hover {
33
+ background-color: ${r.colorPrimaryBg};
34
+ }
35
+
36
+ .vef-table-columns-settings-panel-column-drag-icon {
37
+ cursor: move;
38
+ color: ${r.colorTextSecondary};
39
+ padding-right: ${r.padding};
40
+ }
41
+
42
+ .vef-table-columns-settings-panel-column-fixed-icon {
43
+ display: flex;
44
+ align-items: center;
45
+
46
+ .vef-divider {
47
+ --vef-divider-vertical-margin-inline: 0;
48
+ }
49
+ }
50
+ }
51
+ }
52
+ }
53
+ `,x=c((()=>{const{defaultColumnConfigMap:o,columnConfigMap:r,setColumnConfigMap:c}=h((e=>{const{defaultColumnConfigMap:n,columnConfigMap:t,setColumnConfigMap:i}=e;return{defaultColumnConfigMap:n,columnConfigMap:t,setColumnConfigMap:i}})),x=m((()=>[...r.entries()].sort((([e,n],[t,i])=>n.order-i.order)).map((([e,n])=>{const{title:t,configurable:i,...l}=n;return{value:e,label:t,disabled:!i,...l}}))),[r]),C=d((e=>{const n=e.reduce(((e,n,t)=>{const{value:i,label:l,disabled:a,order:o,...r}=n,s={title:l,configurable:!a,order:t+1,...r};return e.set(i,s),e}),new Map);c(n)}),[c]),y=m((()=>x.filter((e=>e.show)).map((e=>e.value))),[x]),k=m((()=>{const e=y.length;return e===x.length?"checked":e>0?"indeterminate":"unchecked"}),[y.length,x.length]),w=d((e=>{const n=new Set(e),t=x.map((e=>({...e,show:n.has(e.value)})));C(t)}),[x,C]),M=d(((e,n)=>{const t=x.map((t=>({...t,fixed:t.value===e?n:t.fixed})));C(t)}),[x,C]),j=d((e=>{C(e)}),[C]),$=d((()=>{c(new Map(o))}),[o,c]);return e("div",{css:b,children:[e("div",{className:"vef-table-columns-settings-panel-header",children:[n(f,{indeterminate:"indeterminate"===k,label:n(v,{bold:!0,children:"列显示"}),value:"checked"===k,variant:"checkbox",onChange:e=>{w(e?x.map((e=>e.value)):[])}}),n(u,{color:"primary",variant:"text",onClick:$,children:"重置"})]}),n(p,{}),n(s.Group,{className:"vef-table-columns-settings-panel-body",value:y,onChange:w,children:n(g,{useHandle:!0,className:"vef-table-columns-settings-panel-columns",handleClassName:"vef-table-columns-settings-panel-column-drag-icon",itemClassName:"vef-table-columns-settings-panel-column",itemKey:"value",items:x,useOverlay:!1,renderItem:({value:o,label:r,disabled:m,fixed:d,show:c})=>e(t,{children:[n(s,{disabled:m,value:o,children:r}),e("span",{className:"vef-table-columns-settings-panel-column-fixed-icon",children:[n(u,{color:"left"===d?"primary":"default",disabled:m||!c,icon:n("left"===d?i:l,{}),size:"small",tip:"left"===d?"取消左侧固定":"固定到左侧",variant:"link",onClick:()=>{"left"===d?M(o):M(o,"left")}}),n(p,{orientation:"vertical"}),n(u,{color:"right"===d?"primary":"default",disabled:m||!c,icon:n("right"===d?i:a,{}),size:"small",tip:"right"===d?"取消右侧固定":"固定到右侧",variant:"link",onClick:()=>{"right"===d?M(o):M(o,"right")}})]})]}),onChange:j})})]})}),(()=>!1));x.displayName="VefColumnsSettings";export{x as default};
54
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,12 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsxs as e,jsx as n}from"@emotion/react/jsx-runtime";import{MoreOutlined as o}from"@ant-design/icons";import{css as t}from"@emotion/react";import{useComputedActionButtons as i}from"@vef-framework/hooks";import{invokeMaybeAsyncFn as r,showConfirmation as l}from"@vef-framework/shared";import{useMemo as c,useState as a,useCallback as s}from"react";import d from"../../vef-button/index.mjs";import m from"../../vef-dropdown/index.mjs";import f from"../../vef-flex/index.mjs";import p from"../../vef-popconfirm/index.mjs";import{useTableContextSelector as h}from"../hooks/use-table-context.mjs";const u=t`
3
+ .vef-btn-sm {
4
+ --vef-control-height-sm: 24px;
5
+ --vef-button-padding-inline-sm: 4px;
6
+
7
+ &.vef-btn-icon-only {
8
+ padding-inline: 2px;
9
+ }
10
+ }
11
+ `;function x({record:t,rowIndex:x,operationButtons:b,maxVisibleOperationButtons:k}){const{externalContext:g,refetch:y,isFetching:C,selectedKeys:v,selectedRecords:j}=h((e=>{const{externalContext:n,refetch:o,isFetching:t,selectedKeys:i,selectedRecords:r}=e;return{externalContext:n,refetch:o,isFetching:t,selectedKeys:i,selectedRecords:r}})),w=c((()=>({record:t,rowIndex:x,refetch:y,isFetching:C,selectedKeys:v,selectedRecords:j,...g??{}})),[g,C,t,y,x,v,j]),F=i(b,w),[K,R]=a(!1),q=c((()=>F.length>k?F.slice(k).map((e=>{const{key:n,label:o,icon:t,disabled:i}=e;return{type:"item",key:n,label:o,icon:t,disabled:i}})):[]),[F,k]),[z,I]=a(!1),[M,O]=a(null),T=s((()=>{I(!1),O(null)}),[]),B=c((()=>{if(0!==q.length)return async e=>{const{requireConfirmation:n,confirmationMode:o,confirmationTitle:t,confirmationContent:i,onClick:c}=F.find((n=>n.key===e)),a=async()=>{try{await r(c,{beforeInvoke:()=>{R(!0)},onFinally:()=>{R(!1)}},w)}finally{T()}};n?"simple"===o?(O({title:t,content:i,okHandler:a}),I(!0)):l(t,i,a,{onCancel:()=>{O(null)}}):await a()}}),[F,w,T,q.length]);return e(f,{align:"center",css:u,gap:"small",justify:"center",children:[F.slice(0,k).map((e=>{const{key:o,label:t,icon:i,color:r,disabled:l,requireConfirmation:c,confirmationMode:a,confirmationTitle:s,confirmationContent:m,onClick:f}=e;return n(d,c?{requireConfirmation:!0,color:r,confirmationContent:m,confirmationMode:a,confirmationTitle:s,disabled:l||K,icon:i,size:"small",variant:"filled",onConfirmationOk:()=>f(w),children:t}:{color:r,disabled:l||K,icon:i,size:"small",variant:"filled",onClick:e=>(e.stopPropagation(),f(w)),children:t},o)})),F.length>k&&n(m,{disabled:K,items:q,onClick:B,children:n(p,{content:M?.content,disabled:K,opened:z,title:M?.title,onCancel:T,onOk:M?.okHandler,children:n(d,{color:"primary",disabled:K,icon:n(o,{}),loading:K,size:"small",variant:"filled",onClick:e=>e.stopPropagation()})})})]})}export{x as default};
12
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,5 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsx as o}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{themeVariables as m}from"@vef-framework/shared";import{SettingsIcon as t}from"lucide-react";import{memo as e}from"react";import i from"../../vef-icon/index.mjs";import{useTableContextSelector as c}from"../hooks/use-table-context.mjs";const a=r`
3
+ color: ${m.colorPrimary};
4
+ `,n=e((()=>{const r=c((o=>o.columnConfigMapHasChanged));return o(i,{css:r?a:void 0,children:o(t,{})})}),(()=>!1));export{n as default};
5
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -0,0 +1,19 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ import{jsxs as o,jsx as e}from"@emotion/react/jsx-runtime";import{css as i}from"@emotion/react";import{themeVariables as t,invokeMaybeAsyncFn as n}from"@vef-framework/shared";import{useMemo as r,memo as a}from"react";import l from"../../vef-button/index.mjs";import c from"../../vef-pagination/index.mjs";import m from"../../vef-text/index.mjs";import{useTableContextSelector as d}from"../hooks/use-table-context.mjs";const f=i`
3
+ width: 100%;
4
+ display: flex;
5
+ align-items: center;
6
+ gap: var(--vef-table-footer-gap);
7
+
8
+ > div {
9
+ flex: auto;
10
+ display: flex;
11
+ align-items: center;
12
+ gap: ${t.padding};
13
+ }
14
+
15
+ > .vef-pagination {
16
+ flex: none;
17
+ }
18
+ `;const s=a((function({selectionSummary:i,size:t,paginationProps:a,batchActionButtons:s,batchActionButtonContext:p}){const u=d((o=>o.selectedRecords)),b=r((()=>{if(!1!==i)return i?i(u):u.length>0?o(m,{color:"secondary",children:["已选择"," ",e(m,{bold:!0,color:"blue",children:u.length})," ","项"]}):void 0}),[i,u]),v=r((()=>s.map((o=>{const{key:i,label:t,icon:r,disabled:a,color:c,requireConfirmation:m,confirmationMode:d,confirmationTitle:f,confirmationContent:s,onClick:u}=o,b=async()=>{await n(u,{},p)};return e(l,m?{requireConfirmation:!0,color:c,confirmationContent:s,confirmationMode:d,confirmationTitle:f,disabled:a,icon:r,onConfirmationOk:b,children:t}:{color:c,disabled:a,icon:r,onClick:b,children:t},i)}))),[s,p]),g=r((()=>({"--vef-table-footer-gap":`var(--vef-table-cell-padding-block${"small"===t?"-sm":"medium"===t?"-md":""})`})),[t]);return o("div",{css:f,style:g,children:[o("div",{children:[b,v]}),e(c,{...a})]})}));s.displayName="VefTableFooter";export{s as default};
19
+ /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */