@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,29 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("@emotion/react/jsx-runtime"),i=require("@ant-design/icons"),r=require("@emotion/react"),s=require("@vef-framework/shared"),t=require("../vef-button/index.cjs"),n=require("./access-denied-icon.cjs"),a=r.css`
3
+ height: 100%;
4
+ ${s.styles.flexCenter}
5
+ `,o=r.css`
6
+ width: 40%;
7
+ position: relative;
8
+ top: -60px;
9
+ display: flex;
10
+ flex-direction: column;
11
+ align-items: center;
12
+ justify-content: center;
13
+ row-gap: ${s.themeVariables.margin};
14
+ > svg {
15
+ width: 70%;
16
+ }
17
+
18
+ > span {
19
+ font-size: ${s.themeVariables.fontSizeLg};
20
+ font-weight: 500;
21
+ color: ${s.themeVariables.colorTextTertiary};
22
+ }
23
+
24
+ > span.vef-access-denied-uri {
25
+ padding-left: ${s.themeVariables.paddingSm};
26
+ color: ${s.themeVariables.colorWarningText};
27
+ }
28
+ `;exports.default=({uri:r,title:s="抱歉,您没有权限访问该页面~~~",onNavigateHome:c})=>e.jsx("div",{css:a,children:e.jsxs("div",{css:o,children:[e.jsx(n.default,{}),e.jsx("span",{children:s}),r&&e.jsxs("span",{className:"vef-access-denied-uri",children:["路径:",r]}),e.jsx(t.default,{color:"primary",icon:e.jsx(i.ArrowLeftOutlined,{}),size:"large",onClick:c,children:"回到首页"})]})});
29
+ /*! 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
+ "use strict";
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
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("@emotion/react/jsx-runtime"),o=require("@vef-framework/hooks"),n=require("react"),i=require("../vef-button/index.cjs"),t=require("../vef-flex/index.cjs");const r=n.memo((function({buttons:n,context:r,useFlexContainer:c=!0,size:s="medium"}){const u=o.useAuthorizedItems(n),l=r??{},a=o.useComputedActionButtons(u,l);if(0===a.length)return null;const d=a.map((o=>{const{key:n,label:t,icon:r,color:c,disabled:u,requireConfirmation:a,confirmationMode:d,confirmationTitle:m,confirmationContent:f,onClick:x}=o,C=()=>x?.(l);return a?e.jsx(i.default,{requireConfirmation:!0,color:c,confirmationContent:f,confirmationMode:d,confirmationTitle:m,disabled:u,icon:r,size:s,onConfirmationOk:C,children:t},n):e.jsx(i.default,{color:c,disabled:u,icon:r,size:s,onClick:C,children:t},n)}));return c?e.jsx(t.default,{align:"center",gap:"medium",children:d}):e.jsx(e.Fragment,{children:d})}));r.displayName="VefActionButtons",exports.default=r;
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
+ "use strict";
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
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react/jsx-runtime"),t=require("react-dom/client"),r=require("./index.cjs");exports.createVefApp=function(){const n=t.createRoot(document.getElementById("root"),{identifierPrefix:"vef-"});return{render:t=>{n.render(e.jsx(r.default,{...t}))},unmount:()=>n.unmount()}};
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
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("@emotion/react/jsx-runtime"),r=require("@vef-framework/core"),t=require("react"),o=require("../vef-config-provider/index.cjs");exports.default=({router:i,...u})=>e.jsx(t.StrictMode,{children:e.jsx(o.default,{...u,children:e.jsx(r.VefRouterProvider,{router:i})})});
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
+ "use strict";
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
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react-virtualized-auto-sizer");exports.default=e;
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
+ "use strict";
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
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("@emotion/react/jsx-runtime"),r=require("antd");exports.default=({size:t="medium",...i})=>e.jsx(r.Avatar,{crossOrigin:"anonymous",draggable:!1,size:"medium"===t?"default":t,...i});
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
+ "use strict";
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
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("@emotion/react/jsx-runtime"),t=require("antd"),r=require("react"),{Group:u}=t.Avatar;exports.default=({max:t,size:o="medium",...i})=>{const s=r.useMemo((()=>({count:t})),[t]);return e.jsx(u,{max:s,size:"medium"===o?"default":o,...i})};
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
+ "use strict";
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
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("@emotion/react/jsx-runtime"),o=require("@vef-framework/hooks"),t=require("antd"),r=require("react");exports.default=({variant:u="default",count:s,overflowCount:i,showZero:d,size:f,offset:l,color:a})=>{const n=o.useColorTokens(),c=r.useMemo((()=>"dot"===u?{dot:!0,color:a?n.get(a):void 0,size:"medium"===f?"default":f,offset:l}:{count:s,overflowCount:i,showZero:d,size:"medium"===f?"default":f,offset:l,color:a?n.get(a):void 0}),[u,s,i,d,f,l,a,n]);return e.jsx(t.Badge,{...c})};
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
+ "use strict";
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
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react");exports.useBoolInstance=function(r,u){const t=e.useRef(null),c=e.useRef(null);return e.useImperativeHandle(u,(()=>"switch"===r?{focus:()=>{t.current?.focus({preventScroll:!0})},blur:()=>{t.current?.blur()}}:{focus:()=>{c.current?.focus({preventScroll:!0})},blur:()=>{c.current?.blur()}})),{switchRef:t,checkboxRef:c}};
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
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("@emotion/react/jsx-runtime"),i=require("@vef-framework/shared"),t=require("antd"),r=require("react"),a=require("./hooks/use-bool-instance.cjs"),o=r.memo(r.forwardRef((({defaultValue:o,value:d,disabled:s,size:n,label:c,indeterminate:u,variant:l="switch",loading:h,onChange:f},m)=>{const b=r.useMemo((()=>{if(i.isFunction(f))return"switch"===l?e=>f(e):({target:{checked:e}})=>f(e)}),[f,l]),{switchRef:k,checkboxRef:g}=a.useBoolInstance(l,m);return"switch"===l?e.jsx(t.Switch,{ref:k,defaultChecked:o,disabled:s,loading:h,size:"medium"===n?"default":n,onChange:b,...void 0===d?{}:{checked:d}}):e.jsx(t.Checkbox,{ref:g,defaultChecked:o,disabled:s,indeterminate:u,onChange:b,...void 0===d?{}:{checked:d},children:c})})));o.displayName="VefBool",exports.default=o;
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
+ "use strict";
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
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("@emotion/react/jsx-runtime"),r=require("@vef-framework/hooks"),o=require("antd"),i=require("react");require("../../internal/index.cjs");const t=require("../../internal/utils.cjs"),n=["default","primary","error"],a=i.forwardRef((({color:i,iconPosition:a,size:s,type:l,variant:c="solid",autoInsertSpace:d,disabled:u,loading:f,...p},m)=>{const v=r.useColorTokens(),g="left"===a?"start":"right"===a?"end":void 0;if(!i||n.includes(i))return e.jsx(o.Button,{ref:m,autoInsertSpace:d,color:"error"===i?"danger":i,disabled:!f&&u,htmlType:l,iconPosition:g,loading:f,size:t.convertBasicSizeToUiSize(s),variant:c,...p});if(v.has(i))return e.jsx(o.ConfigProvider,{theme:{token:{colorPrimary:v.get(i)}},children:e.jsx(o.Button,{ref:m,autoInsertSpace:d,color:"primary",disabled:!f&&u,htmlType:l,iconPosition:g,loading:f,size:t.convertBasicSizeToUiSize(s),variant:c,...p})});throw new Error(`Invalid button color: ${i}`)}));a.displayName="VefBaseButton",exports.default=a;
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
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("@emotion/react/jsx-runtime"),n=require("@vef-framework/hooks"),o=require("@vef-framework/shared"),i=require("react"),t=require("../vef-popconfirm/index.cjs"),r=require("../vef-tooltip/index.cjs"),a=require("./components/base-button.cjs"),f=i.forwardRef((({tip:f,onClick:s,disabled:l=!1,loading:c,...m},u)=>{const[d,C]=i.useState(!1),p=i.useMemo((()=>{if(m.requireConfirmation){const{onConfirmationOk:e}=m;return o.isNullish(c)?async()=>{await o.invokeMaybeAsyncFn(e,{beforeInvoke:()=>{C(!0)},onFinally:()=>{C(!1)}})}:e}}),[m.requireConfirmation,m.onConfirmationOk]),k=i.useMemo((()=>{if(!m.requireConfirmation)return s&&o.isNullish(c)?async e=>{await o.invokeMaybeAsyncFn(s,{beforeInvoke:()=>{C(!0)},onFinally:()=>{C(!1)}},e)}:s;const{confirmationMode:e="simple",confirmationTitle:n=o.defaultMessageTitle,confirmationContent:i,onConfirmationCancel:t}=m;return"simple"===e?e=>{e.stopPropagation()}:e=>{e.stopPropagation(),o.showConfirmation(n,i,p,{onCancel:t})}}),[c,s,p,m.requireConfirmation,m.confirmationMode,m.confirmationTitle,m.confirmationContent,m.onConfirmationCancel]),q=n.useContextDisabled()||l,b=e.jsx(a.default,{ref:u,disabled:q,loading:c??d,onClick:k,...o.omit(m,["requireConfirmation","confirmationMode","confirmationTitle","confirmationContent","onConfirmationOk","onConfirmationCancel"])}),M=f?e.jsx(r.default,{content:f,children:b}):b;if(m.requireConfirmation&&"simple"===m.confirmationMode){const{confirmationTitle:n=o.defaultMessageTitle,confirmationContent:i,onConfirmationCancel:r}=m;return e.jsx(t.default,{ref:u,content:i,disabled:q,title:n,onCancel:r,onOk:p,children:M})}return M})),s=i.memo(f);s.displayName="VefButton",exports.default=s;
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
+ "use strict";
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
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("@emotion/react/jsx-runtime"),r=require("@vef-framework/shared"),t=require("antd");exports.default=({size:i="medium",showHoverEffect:o=!1,actions:s,nested:a=!1,...d})=>e.jsx(t.Card,{actions:r.isArray(s)?s:s?[s]:void 0,hoverable:o,size:"medium"===i?"default":i,type:a?"inner":void 0,...d});
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
+ "use strict";
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
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("@emotion/react/jsx-runtime"),t=require("antd"),{Meta:r}=t.Card;exports.default=({...t})=>e.jsx(r,{...t});
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
+ "use strict";
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
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react");exports.useCheckboxInstance=function(t,r){const u=e.useRef(null);return e.useImperativeHandle(t,(()=>({blur:()=>{u.current?.blur()},focus:()=>{u.current?.focus({preventScroll:!0})},getDataOptions:()=>r}))),u};
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
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@vef-framework/hooks"),o=require("@vef-framework/shared"),t=require("react");exports.useDataOptions=function({value:i,onChange:s,...r}){const{normalizedOptions:n,defaultOption:u,isLoading:a}=e.useComputedOptions({...r,isGrouped:!1,filterable:!1,selectedOptionValues:i}),l=t.useMemo((()=>n.reduce(((e,o)=>(e.set(o.value,o),e)),new Map)),[n]);return t.useLayoutEffect((()=>{u&&o.isFunction(s)&&o.isNullish(i)&&s([u.value],[u])}),[u,s,i]),{optionsMap:l,normalizedOptions:n,isLoading:a}};
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
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("@emotion/react/jsx-runtime"),r=require("@emotion/react"),o=require("@vef-framework/shared"),i=require("antd"),s=require("react"),n=require("../vef-loading-placeholder/index.cjs"),t=require("../vef-tooltip/index.cjs"),a=require("./hooks/use-checkbox-instance.cjs"),u=require("./hooks/use-data-options.cjs"),{Group:c}=i.Checkbox,d=e.jsx("div",{css:r.css`
3
+ height: ${o.themeVariables.controlHeight}
4
+ `,children:e.jsx(n.default,{})});const l=s.memo(s.forwardRef((function({defaultValue:r,value:n,disabled:l,renderCheckboxes:h,onChange:x,...f},b){const{optionsMap:p,normalizedOptions:m,isLoading:v}=u.useDataOptions({value:n,onChange:x,...f}),j=a.useCheckboxInstance(b,m),g=s.useMemo((()=>{if(o.isFunction(x))return e=>{x(e,e.map((e=>p.get(e))))}}),[x,p]),k=s.useMemo((()=>{if(v)return;const r=m.map((r=>{const{value:o,label:s,disabled:n,description:a}=r;return a?e.jsx(t.default,{content:a,children:e.jsx(i.Checkbox,{disabled:n,value:o,children:s})},o):e.jsx(i.Checkbox,{disabled:n,value:o,children:s},o)}));return o.isFunction(h)?h(r):r}),[v,m,h]);return v?d:e.jsx(c,{ref:j,defaultValue:r,disabled:l,onChange:g,...void 0===n?{}:{value:n},children:k})})));l.displayName="VefCheckbox",exports.default=l;
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,3 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ "use strict";
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
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("@emotion/react/jsx-runtime"),t=require("antd");exports.default=r=>e.jsx(t.Col,{...r});
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
+ "use strict";
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
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("@emotion/react/jsx-runtime"),r=require("@vef-framework/shared"),t=require("antd"),i=require("react");require("../internal/index.cjs");const a=require("../internal/utils.cjs"),o=["single","gradient"];exports.default=({clearable:s,disabled:l,format:n,size:u,showText:d,trigger:c,defaultValue:g,value:f,onChange:m})=>{const x=i.useMemo((()=>{if(r.isFunction(m))return e=>{m(e.toCssString(),e)}}),[m]);return e.jsx(t.ColorPicker,{allowClear:s,arrow:!1,defaultValue:g,disabled:l,format:n,mode:o,showText:d,size:a.convertBasicSizeToUiSize(u),trigger:c,value:f,onChangeComplete:x})};
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
+ "use strict";
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
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("@emotion/react/jsx-runtime"),i=require("antd");require("../internal/index.cjs");const t=require("../internal/utils.cjs"),{Compact:r}=i.Space;exports.default=({size:i,...s})=>e.jsx(r,{size:t.convertBasicSizeToUiSize(i),...s});
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
+ "use strict";
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
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@vef-framework/hooks"),o=require("@vef-framework/shared"),r=require("antd"),t=require("antd/locale/zh_CN");require("dayjs/locale/zh-cn");require("dayjs").locale("zh-cn");const i={blue:"#3b82f6",purple:"#8b5cf6",cyan:"#06b6d4",green:"#22c55e",pink:"#ec4899",red:"#ef4444",orange:"#f97316",yellow:"#eab308",volcano:"#f43f5e",lime:"#84cc16",gold:"#fbbf24",geekblue:"#6366f1",magenta:"#eb2f96"},n={medium:{fontSize:14,controlHeight:32},large:{fontSize:16,controlHeight:36}},l={medium:{Button:{contentFontSizeSM:12}},large:{Button:{contentFontSizeSM:14}}};exports.useUiConfig=function(a){return e.useDeepCompareMemo((()=>function({primaryColor:e="#0064fa",fontSize:a="medium"}){if(!Reflect.has(i,e)&&!o.isValidColor(e))throw new Error(`Invalid primary color: ${e}`);if(!(a in n))throw new Error(`Invalid font size: ${a}`);const c=n[a],f=l[a];return{messageFoldThreshold:1,messageDuration:3,notificationFoldThreshold:3,notificationDuration:5,locale:t,iconPrefixCls:"vef-icon",prefixCls:"vef",virtual:!0,componentSize:"middle",variant:"outlined",theme:{cssVar:{prefix:"vef"},hashed:!1,algorithm:r.theme.defaultAlgorithm,token:{borderRadius:6,colorBgBase:"#ffffff",colorPrimary:Reflect.has(i,e)?i[e]:e,colorInfo:"#0ea5e9",colorSuccess:"#22c55e",colorWarning:"#f97316",colorError:"#ef4444",colorLink:"#6366f1",colorTextBase:"#171717",colorBgLayout:"#f5f6fb",colorBgSpotlight:"rgba(23, 23, 23, 0.8)",zIndexPopupBase:10,wireframe:!0,...c,...i},components:o.assign({Table:{},Tooltip:{paddingSM:16,paddingXS:12},Button:{},TreeSelect:{titleHeight:c.controlHeight},Spin:{contentHeight:"auto"}},f)}}}(a)),[a])};
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,103 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("@emotion/react/jsx-runtime"),i=require("@ant-design/icons"),o=require("@emotion/cache"),t=require("@emotion/react"),r=require("@vef-framework/core"),n=require("@vef-framework/shared"),s=require("antd"),a=require("motion/react"),c=require("react"),l=require("react-error-boundary"),d=require("../vef-error/index.cjs"),f=require("../vef-float-button/index.cjs"),u=require("../vef-float-button-group/index.cjs"),m=require("./hooks/use-ui-config.cjs"),p=require("./reset-style.cjs"),h=require("./store.cjs"),v=({children:i})=>{const o=h.useConfigStore((e=>e)),t=m.useUiConfig(o);c.useLayoutEffect((()=>{const{messageFoldThreshold:i,messageDuration:o,notificationFoldThreshold:r,notificationDuration:n,...a}=t;s.ConfigProvider.config({holderRender:t=>e.jsx(s.ConfigProvider,{...a,children:e.jsx(s.App,{component:"div",message:{maxCount:i,duration:o},notification:{maxCount:r,duration:n,showProgress:!0,pauseOnHover:!0,placement:"topRight",stack:{threshold:3}},children:t})})})}),[t]);const{messageFoldThreshold:r,messageDuration:n,notificationDuration:a,...l}=t;return e.jsx(s.ConfigProvider,{...l,children:e.jsx(s.App,{component:"div",message:{maxCount:r,duration:n},notification:{maxCount:r,duration:a,showProgress:!0,pauseOnHover:!0,placement:"topRight",stack:{threshold:3}},children:i})})},x=t.css`
3
+ html, body, #root, .vef-app {
4
+ height: 100%;
5
+ }
6
+
7
+ .vef-message {
8
+ .vef-message-notice-wrapper {
9
+ .vef-message-custom-content {
10
+ .vef-icon {
11
+ font-size: ${n.themeVariables.fontSizeXl};
12
+ }
13
+ }
14
+ }
15
+ }
16
+
17
+ .vef-modal {
18
+ --vef-modal-confirm-icon-margin-inline-end: ${n.themeVariables.paddingSm};
19
+
20
+ .vef-modal-confirm-body-wrapper {
21
+ .vef-modal-confirm-btns {
22
+ text-align: initial;
23
+ display: flex;
24
+ justify-content: flex-end;
25
+ align-items: center;
26
+ }
27
+ }
28
+ }
29
+
30
+ .vef-tree-select-dropdown {
31
+ .vef-select-tree {
32
+ .vef-select-tree-checkbox {
33
+ margin-top: calc(var(--vef-tree-select-title-height) / 4);
34
+ }
35
+ }
36
+ }
37
+
38
+ .vef-popconfirm {
39
+ .vef-popconfirm-message {
40
+ > .vef-popconfirm-message-icon {
41
+ .vef-icon {
42
+ color: ${n.themeVariables.colorPrimary};
43
+ font-size: ${n.themeVariables.fontSizeLg};
44
+ }
45
+ }
46
+ }
47
+ .vef-popconfirm-buttons {
48
+ text-align: initial;
49
+ display: flex;
50
+ justify-content: flex-end;
51
+ align-items: center;
52
+ }
53
+ }
54
+
55
+ .vef-modal-root {
56
+ > .vef-modal-wrap {
57
+ overflow: hidden !important;
58
+
59
+ .vef-modal {
60
+ .vef-modal-content {
61
+ .vef-modal-footer {
62
+ text-align: initial;
63
+ display: flex;
64
+ justify-content: flex-end;
65
+ align-items: center;
66
+ gap: ${n.themeVariables.padding};
67
+
68
+ .vef-btn + .vef-btn {
69
+ margin-inline-start: 0;
70
+ }
71
+ }
72
+ }
73
+ }
74
+ }
75
+ }
76
+
77
+ .vef-picker-range {
78
+ display: flex;
79
+ }
80
+
81
+ .vef-dropdown {
82
+ .vef-dropdown-menu {
83
+ .vef-dropdown-menu-item-icon {
84
+ font-size: ${n.themeVariables.fontSize};
85
+ min-width: ${n.themeVariables.fontSizeLg};
86
+ }
87
+ }
88
+ }
89
+ `;function g({error:i,resetErrorBoundary:o}){return e.jsx(d.default,{error:i,reset:o})}const j=t.css`
90
+ position: fixed;
91
+ bottom: 0;
92
+ width: 100%;
93
+ z-index: 2;
94
+
95
+ .tsqd-text-logo-container {
96
+ display: none;
97
+ }
98
+ `;function y(){const[o,t]=c.useState(!1);return e.jsxs(e.Fragment,{children:[e.jsxs(u.default,{collapsable:!0,icon:e.jsx(i.CoffeeOutlined,{}),shape:"square",children:[e.jsx(f.default,{icon:e.jsx(i.CompassOutlined,{}),tip:"API调试控制台",onClick:()=>t((e=>!e))}),e.jsx(f.default,{icon:e.jsx(i.SendOutlined,{}),tip:"路由调试控制台"})]}),e.jsx(a.AnimatePresence,{children:o&&e.jsx(a.motion.div,{css:j,animate:{opacity:1,y:0,transition:{type:"spring",bounce:0,duration:.3}},exit:{opacity:0,y:"50%"},initial:{opacity:0,y:"50%"},children:e.jsx(r.ApiQueryDevtools,{})})})]})}const b=o({key:"vef"});exports.default=({showDevAssistant:i,apiClient:o,dataDictionaryQueryApi:n,permissionChecker:s,children:a,...c})=>e.jsx(r.AuthContextProvider,{permissionChecker:s,children:e.jsx(r.ApiContextProvider,{client:o,dataDictionaryQueryApi:n,children:e.jsx(h.ConfigStoreProvider,{initialState:c,children:e.jsxs(t.CacheProvider,{value:b,children:[e.jsx(t.Global,{styles:[p.resetStyle,x,t.css`
99
+ :root {
100
+ font-size: ${"medium"===(c.fontSize??"medium")?"14px":"16px"};
101
+ }
102
+ `]}),e.jsx(v,{children:e.jsxs(l.ErrorBoundary,{FallbackComponent:g,children:[a,i&&e.jsx(y,{})]})})]})})})});
103
+ /*! 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
+ "use strict";
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,257 @@
1
+ /*! VefFramework version: 1.0.20, build time: 2024-12-19T13:34:26.969Z, made by Venus. */
2
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@emotion/react").css`
3
+ input::-ms-clear,
4
+ input::-ms-reveal {
5
+ display: none;
6
+ }
7
+ *,
8
+ *::before,
9
+ *::after {
10
+ box-sizing: border-box;
11
+ }
12
+ html {
13
+ font-family: sans-serif;
14
+ line-height: 1.15;
15
+ -webkit-text-size-adjust: 100%;
16
+ -ms-text-size-adjust: 100%;
17
+ -ms-overflow-style: scrollbar;
18
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
19
+ }
20
+ @-ms-viewport {
21
+ width: device-width;
22
+ }
23
+ body {
24
+ margin: 0;
25
+ }
26
+ [tabindex='-1']:focus {
27
+ outline: none;
28
+ }
29
+ hr {
30
+ box-sizing: content-box;
31
+ height: 0;
32
+ overflow: visible;
33
+ }
34
+ h1,
35
+ h2,
36
+ h3,
37
+ h4,
38
+ h5,
39
+ h6 {
40
+ margin-top: 0;
41
+ margin-bottom: 0.5em;
42
+ font-weight: 500;
43
+ }
44
+ p {
45
+ margin-top: 0;
46
+ margin-bottom: 1em;
47
+ }
48
+ abbr[title],
49
+ abbr[data-original-title] {
50
+ -webkit-text-decoration: underline dotted;
51
+ text-decoration: underline;
52
+ text-decoration: underline dotted;
53
+ border-bottom: 0;
54
+ cursor: help;
55
+ }
56
+ address {
57
+ margin-bottom: 1em;
58
+ font-style: normal;
59
+ line-height: inherit;
60
+ }
61
+ input[type='text'],
62
+ input[type='password'],
63
+ input[type='number'],
64
+ textarea {
65
+ -webkit-appearance: none;
66
+ appearance: none;
67
+ }
68
+ ol,
69
+ ul,
70
+ dl {
71
+ margin-top: 0;
72
+ margin-bottom: 1em;
73
+ }
74
+ ol ol,
75
+ ul ul,
76
+ ol ul,
77
+ ul ol {
78
+ margin-bottom: 0;
79
+ }
80
+ dt {
81
+ font-weight: 500;
82
+ }
83
+ dd {
84
+ margin-bottom: 0.5em;
85
+ margin-left: 0;
86
+ }
87
+ blockquote {
88
+ margin: 0 0 1em;
89
+ }
90
+ dfn {
91
+ font-style: italic;
92
+ }
93
+ b,
94
+ strong {
95
+ font-weight: bolder;
96
+ }
97
+ small {
98
+ font-size: 80%;
99
+ }
100
+ sub,
101
+ sup {
102
+ position: relative;
103
+ font-size: 75%;
104
+ line-height: 0;
105
+ vertical-align: baseline;
106
+ }
107
+ sub {
108
+ bottom: -0.25em;
109
+ }
110
+ sup {
111
+ top: -0.5em;
112
+ }
113
+ pre,
114
+ code,
115
+ kbd,
116
+ samp {
117
+ font-size: 1em;
118
+ font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
119
+ }
120
+ pre {
121
+ margin-top: 0;
122
+ margin-bottom: 1em;
123
+ overflow: auto;
124
+ }
125
+ figure {
126
+ margin: 0 0 1em;
127
+ }
128
+ img {
129
+ vertical-align: middle;
130
+ border-style: none;
131
+ }
132
+ a,
133
+ area,
134
+ button,
135
+ [role='button'],
136
+ input:not([type='range']),
137
+ label,
138
+ select,
139
+ summary,
140
+ textarea {
141
+ touch-action: manipulation;
142
+ }
143
+ table {
144
+ border-collapse: collapse;
145
+ }
146
+ caption {
147
+ padding-top: 0.75em;
148
+ padding-bottom: 0.3em;
149
+ text-align: left;
150
+ caption-side: bottom;
151
+ }
152
+ input,
153
+ button,
154
+ select,
155
+ optgroup,
156
+ textarea {
157
+ margin: 0;
158
+ color: inherit;
159
+ font-size: inherit;
160
+ font-family: inherit;
161
+ line-height: inherit;
162
+ }
163
+ button,
164
+ input {
165
+ overflow: visible;
166
+ }
167
+ button,
168
+ select {
169
+ text-transform: none;
170
+ }
171
+ button,
172
+ html [type='button'],
173
+ [type='reset'],
174
+ [type='submit'] {
175
+ -webkit-appearance: button;
176
+ appearance: button;
177
+ }
178
+ button::-moz-focus-inner,
179
+ [type='button']::-moz-focus-inner,
180
+ [type='reset']::-moz-focus-inner,
181
+ [type='submit']::-moz-focus-inner {
182
+ padding: 0;
183
+ border-style: none;
184
+ }
185
+ input[type='radio'],
186
+ input[type='checkbox'] {
187
+ box-sizing: border-box;
188
+ padding: 0;
189
+ }
190
+ input[type='date'],
191
+ input[type='time'],
192
+ input[type='datetime-local'],
193
+ input[type='month'] {
194
+ -webkit-appearance: listbox;
195
+ appearance: listbox;
196
+ }
197
+ textarea {
198
+ overflow: auto;
199
+ resize: vertical;
200
+ }
201
+ fieldset {
202
+ min-width: 0;
203
+ margin: 0;
204
+ padding: 0;
205
+ border: 0;
206
+ }
207
+ legend {
208
+ display: block;
209
+ width: 100%;
210
+ max-width: 100%;
211
+ margin-bottom: 0.5em;
212
+ padding: 0;
213
+ color: inherit;
214
+ font-size: 1.5em;
215
+ line-height: inherit;
216
+ white-space: normal;
217
+ }
218
+ progress {
219
+ vertical-align: baseline;
220
+ }
221
+ [type='number']::-webkit-inner-spin-button,
222
+ [type='number']::-webkit-outer-spin-button {
223
+ height: auto;
224
+ }
225
+ [type='search'] {
226
+ outline-offset: -2px;
227
+ -webkit-appearance: none;
228
+ appearance: none;
229
+ }
230
+ [type='search']::-webkit-search-cancel-button,
231
+ [type='search']::-webkit-search-decoration {
232
+ -webkit-appearance: none;
233
+ appearance: none;
234
+ }
235
+ ::-webkit-file-upload-button {
236
+ font: inherit;
237
+ -webkit-appearance: button;
238
+ appearance: button;
239
+ }
240
+ output {
241
+ display: inline-block;
242
+ }
243
+ summary {
244
+ display: list-item;
245
+ }
246
+ template {
247
+ display: none;
248
+ }
249
+ [hidden] {
250
+ display: none !important;
251
+ }
252
+ mark {
253
+ padding: 0.2em;
254
+ background-color: #feffe6;
255
+ }
256
+ `;exports.resetStyle=e;
257
+ /*! 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
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@vef-framework/shared"),r=require("zustand");const{StoreProvider:o,useStore:t,useStoreApi:i}=e.createComponentStore("Config",(function({fontSize:e="large",primaryColor:o="#0064fa"}){return r.createStore((r=>({fontSize:e,primaryColor:o,setFontSize:e=>r({fontSize:e}),setPrimaryColor:e=>r({primaryColor:e})})))}));exports.ConfigStoreProvider=o,exports.useConfigStore=t,exports.useConfigStoreApi=i;
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
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("@emotion/react/jsx-runtime"),t=require("antd"),s=require("../vef-scroll-area/index.cjs"),{BackTop:r}=t.FloatButton;exports.default=({className:t,style:l,children:a})=>e.jsxs(s.default,{className:t,style:l,children:[a,e.jsx(r,{})]});
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
+ "use strict";
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
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("@emotion/react/jsx-runtime"),t=require("@vef-framework/hooks"),r=require("react"),o=require("../../vef-action-buttons/index.cjs"),s=require("../hooks/use-action-buttons.cjs"),u=require("../hooks/use-crud-context.cjs"),i=require("../store.cjs");exports.default=function({tableApi:n,tableApiParams:c,actionButtons:a}){const l=i.useCrudStore((e=>e.confirmedFilterValues)),d=n.useIsFetching(r.useMemo((()=>({...c,...l})),[c,l])),x=u.useCrudContext(),b=s.useActionButtons(a);return e.jsx(t.DisabledContextProvider,{value:d,children:e.jsx(o.default,{buttons:b,context:x,useFlexContainer:!1})})};
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
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("@emotion/react/jsx-runtime"),t=require("react"),r=require("../../vef-action-buttons/index.cjs"),s=require("../../vef-filter/index.cjs"),o=require("../../vef-title/index.cjs"),u=require("../hooks/use-action-buttons.cjs"),i=require("../hooks/use-crud-context.cjs"),n=require("../store.cjs");exports.default=function({title:l,tableApi:a,tableApiParams:c,filterSchema:d,actionButtons:f}){const[x,j,m]=n.useCrudStore((e=>[e.setFilterValues,e.confirmedFilterValues,e.setConfirmedFilterValues])),b=a.useIsFetching(t.useMemo((()=>({...c,...j})),[c,j])),h=i.useCrudContext(),q=u.useActionButtons(f),C=t.useCallback((()=>m(null)),[m]);return e.jsx(s.default,{loading:b,prefix:e.jsx(o.default,{noPaddingBottom:!0,showLeftBar:!0,level:5,children:l}),schema:d,extraActionButtons:e.jsx(r.default,{buttons:q,context:h,useFlexContainer:!1}),onChange:x,onConfirm:m,onReset:C})};
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 */