@vef-framework/components 1.0.50 → 1.0.51

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 (634) hide show
  1. package/es/index.js +2 -2
  2. package/es/internal/index.js +1 -1
  3. package/es/internal/modern-normalize.css.js +3 -0
  4. package/es/internal/utils.js +1 -1
  5. package/es/vef-access-denied/access-denied-icon.js +1 -1
  6. package/es/vef-access-denied/index.js +2 -2
  7. package/es/vef-action-buttons/index.js +1 -1
  8. package/es/vef-auto-sizer/index.js +1 -1
  9. package/es/vef-avatar/index.js +2 -2
  10. package/es/vef-avatar-group/index.js +2 -2
  11. package/es/vef-badge/index.js +2 -2
  12. package/es/vef-bool/hooks/use-bool-instance.js +1 -1
  13. package/es/vef-bool/index.js +2 -2
  14. package/es/vef-breadcrumb/index.js +1 -1
  15. package/es/vef-button/components/base-button.js +1 -1
  16. package/es/vef-button/index.js +1 -1
  17. package/es/vef-card/index.js +2 -2
  18. package/es/vef-card-meta/index.js +2 -2
  19. package/es/vef-checkbox/hooks/use-checkbox-instance.js +1 -1
  20. package/es/vef-checkbox/hooks/use-data-options.js +1 -1
  21. package/es/vef-checkbox/index.js +1 -1
  22. package/es/vef-col/index.js +2 -2
  23. package/es/vef-color-picker/index.js +2 -2
  24. package/es/vef-compact/index.js +2 -2
  25. package/es/vef-config-provider/global-style.js +77 -66
  26. package/es/vef-config-provider/hooks/use-ui-config.js +1 -1
  27. package/es/vef-config-provider/index.js +3 -3
  28. package/es/vef-config-provider/store.js +1 -1
  29. package/es/vef-container/index.js +2 -2
  30. package/es/vef-crud-page/components/crud-actions.js +1 -1
  31. package/es/vef-crud-page/components/crud-filter.js +1 -1
  32. package/es/vef-crud-page/components/crud-footer.js +1 -1
  33. package/es/vef-crud-page/components/crud-form-modal.js +1 -1
  34. package/es/vef-crud-page/components/crud-header.js +1 -1
  35. package/es/vef-crud-page/components/crud-table.js +1 -1
  36. package/es/vef-crud-page/hooks/use-action-buttons.js +1 -1
  37. package/es/vef-crud-page/hooks/use-crud-context.js +1 -1
  38. package/es/vef-crud-page/hooks/use-crud-schema.js +1 -1
  39. package/es/vef-crud-page/hooks/use-operation-buttons.js +1 -1
  40. package/es/vef-crud-page/index.js +1 -1
  41. package/es/vef-crud-page/store.js +1 -1
  42. package/es/vef-divider/index.js +2 -2
  43. package/es/vef-drawer/components/action-button-wrapper.js +2 -2
  44. package/es/vef-drawer/components/button-props.js +1 -1
  45. package/es/vef-drawer/components/cancel-action-button.js +2 -2
  46. package/es/vef-drawer/components/ok-action-button.js +2 -2
  47. package/es/vef-drawer/context.js +1 -1
  48. package/es/vef-drawer/index.js +2 -2
  49. package/es/vef-dropdown/index.js +1 -1
  50. package/es/vef-dynamic-icon/index.js +2 -2
  51. package/es/vef-dynamic-icon/props.js +1 -1
  52. package/es/vef-empty/index.js +2 -2
  53. package/es/vef-empty-placeholder/index.js +4 -4
  54. package/es/vef-error/error-icon.js +1 -1
  55. package/es/vef-error/index.js +2 -2
  56. package/es/vef-filter/components/action-buttons.js +1 -1
  57. package/es/vef-filter/components/advanced-filter.js +1 -1
  58. package/es/vef-filter/components/basic-filter.js +1 -1
  59. package/es/vef-filter/components/fields/index.js +1 -1
  60. package/es/vef-filter/components/fields/input-number.js +1 -1
  61. package/es/vef-filter/components/fields/input.js +1 -1
  62. package/es/vef-filter/components/filter-field.js +1 -1
  63. package/es/vef-filter/components/filter-item.js +1 -1
  64. package/es/vef-filter/event.js +1 -1
  65. package/es/vef-filter/helper.js +1 -1
  66. package/es/vef-filter/hooks/use-action-handlers.js +1 -1
  67. package/es/vef-filter/hooks/use-computed-values.js +1 -1
  68. package/es/vef-filter/hooks/use-filter-context.js +1 -1
  69. package/es/vef-filter/hooks/use-filter-initialization.js +1 -1
  70. package/es/vef-filter/hooks/use-filter-instance.js +1 -1
  71. package/es/vef-filter/hooks/use-filter-items.js +1 -1
  72. package/es/vef-filter/hooks/use-filter-values-change.js +1 -1
  73. package/es/vef-filter/hooks/use-label-config.js +1 -1
  74. package/es/vef-filter/index.js +1 -1
  75. package/es/vef-filter/store.js +1 -1
  76. package/es/vef-flex/index.js +2 -2
  77. package/es/vef-float-button/index.js +2 -2
  78. package/es/vef-float-button-group/index.js +2 -2
  79. package/es/vef-form/components/fields/index.js +1 -1
  80. package/es/vef-form/components/fields/input-number.js +1 -1
  81. package/es/vef-form/components/fields/input.js +1 -1
  82. package/es/vef-form/components/form-actions.js +1 -1
  83. package/es/vef-form/components/form-content.js +2 -2
  84. package/es/vef-form/components/form-field.js +1 -1
  85. package/es/vef-form/components/form-group.js +1 -1
  86. package/es/vef-form/components/form-hidden-item.js +1 -1
  87. package/es/vef-form/components/form-item.js +1 -1
  88. package/es/vef-form/components/form-row.js +1 -1
  89. package/es/vef-form/event.js +1 -1
  90. package/es/vef-form/helper.js +1 -1
  91. package/es/vef-form/hooks/use-action-handlers.js +1 -1
  92. package/es/vef-form/hooks/use-columns-layout.js +1 -1
  93. package/es/vef-form/hooks/use-computed-values.js +1 -1
  94. package/es/vef-form/hooks/use-form-context.js +1 -1
  95. package/es/vef-form/hooks/use-form-initialization.js +1 -1
  96. package/es/vef-form/hooks/use-form-instance.js +1 -1
  97. package/es/vef-form/hooks/use-form-values-change.js +1 -1
  98. package/es/vef-form/hooks/use-label-width.js +1 -1
  99. package/es/vef-form/index.js +1 -1
  100. package/es/vef-form/store.js +1 -1
  101. package/es/vef-form/validation-rules.js +1 -1
  102. package/es/vef-form-drawer/index.js +1 -1
  103. package/es/vef-form-modal/index.js +1 -1
  104. package/es/vef-generic-select/index.js +1 -1
  105. package/es/vef-grid/index.js +2 -2
  106. package/es/vef-grid/props.js +1 -1
  107. package/es/vef-grid-item/index.js +2 -2
  108. package/es/vef-icon/index.js +1 -1
  109. package/es/vef-icon-select/index.js +5 -5
  110. package/es/vef-input/hooks/use-input-instance.js +1 -1
  111. package/es/vef-input/index.js +2 -2
  112. package/es/vef-input-number/hooks/use-input-number-instance.js +1 -1
  113. package/es/vef-input-number/index.js +2 -2
  114. package/es/vef-layout/common-styles.js +1 -1
  115. package/es/vef-layout/components/content.js +2 -2
  116. package/es/vef-layout/components/font-size.js +2 -2
  117. package/es/vef-layout/components/fullscreen.js +2 -2
  118. package/es/vef-layout/components/header-action-icons.js +3 -3
  119. package/es/vef-layout/components/header-content.js +2 -2
  120. package/es/vef-layout/components/header.js +3 -3
  121. package/es/vef-layout/components/icon-boy.js +1 -1
  122. package/es/vef-layout/components/icon-girl.js +1 -1
  123. package/es/vef-layout/components/icon-menu-fold-left.js +1 -1
  124. package/es/vef-layout/components/icon-menu-unfold-left.js +1 -1
  125. package/es/vef-layout/components/menu-groups.js +13 -13
  126. package/es/vef-layout/components/message.js +2 -2
  127. package/es/vef-layout/components/search.js +2 -2
  128. package/es/vef-layout/components/sider.js +2 -2
  129. package/es/vef-layout/components/title.js +4 -4
  130. package/es/vef-layout/components/user-avatar.js +3 -3
  131. package/es/vef-layout/hooks/use-layout-context.js +1 -1
  132. package/es/vef-layout/index.js +3 -3
  133. package/es/vef-layout/logo.svg.js +1 -1
  134. package/es/vef-layout/store.js +1 -1
  135. package/es/vef-loading-placeholder/index.js +4 -4
  136. package/es/vef-login/index.js +2 -2
  137. package/es/vef-login/login-icon.js +1 -1
  138. package/es/vef-menu/index.js +1 -1
  139. package/es/vef-modal/components/action-button-wrapper.js +2 -2
  140. package/es/vef-modal/components/button-props.js +1 -1
  141. package/es/vef-modal/components/cancel-action-button.js +2 -2
  142. package/es/vef-modal/components/ok-action-button.js +2 -2
  143. package/es/vef-modal/context.js +1 -1
  144. package/es/vef-modal/index.js +2 -2
  145. package/es/vef-not-found/index.js +4 -4
  146. package/es/vef-not-found/not-found-icon.js +1 -1
  147. package/es/vef-page/index.js +11 -11
  148. package/es/vef-pagination/index.js +2 -2
  149. package/es/vef-pagination/props.js +1 -1
  150. package/es/vef-paragraph/index.js +2 -2
  151. package/es/vef-password/hooks/use-password-instance.js +1 -1
  152. package/es/vef-password/index.js +2 -2
  153. package/es/vef-popconfirm/index.js +2 -2
  154. package/es/vef-popover/index.js +2 -2
  155. package/es/vef-radio/hooks/use-data-options.js +1 -1
  156. package/es/vef-radio/hooks/use-radio-instance.js +1 -1
  157. package/es/vef-radio/index.js +1 -1
  158. package/es/vef-rate/hooks/use-rate-instance.js +1 -1
  159. package/es/vef-rate/index.js +2 -2
  160. package/es/vef-responsive-container/index.js +1 -1
  161. package/es/vef-responsive-item/index.js +3 -3
  162. package/es/vef-ribbon/index.js +2 -2
  163. package/es/vef-row/index.js +2 -2
  164. package/es/vef-scroll-area/components/scrollbar.js +1 -1
  165. package/es/vef-scroll-area/index.js +4 -4
  166. package/es/vef-select/components/option.js +3 -3
  167. package/es/vef-select/hooks/use-data-options.js +1 -1
  168. package/es/vef-select/hooks/use-field-names.js +1 -1
  169. package/es/vef-select/hooks/use-render-label.js +1 -1
  170. package/es/vef-select/hooks/use-render-option.js +1 -1
  171. package/es/vef-select/hooks/use-select-instance.js +1 -1
  172. package/es/vef-select/index.js +1 -1
  173. package/es/vef-slider/hooks/use-slider-instance.js +1 -1
  174. package/es/vef-slider/index.js +2 -2
  175. package/es/vef-sortable-list/components/overlay-item.js +1 -1
  176. package/es/vef-sortable-list/components/sortable-item.js +1 -1
  177. package/es/vef-sortable-list/hooks/use-merged-items.js +1 -1
  178. package/es/vef-sortable-list/index.js +1 -1
  179. package/es/vef-space/index.js +2 -2
  180. package/es/vef-spin/index.js +2 -2
  181. package/es/vef-splitter/index.js +2 -2
  182. package/es/vef-splitter-panel/index.js +2 -2
  183. package/es/vef-status/index.js +2 -2
  184. package/es/vef-table/components/columns/bool.js +1 -1
  185. package/es/vef-table/components/columns/code.js +1 -1
  186. package/es/vef-table/components/columns/data-dictionary.js +1 -1
  187. package/es/vef-table/components/columns/enum.js +1 -1
  188. package/es/vef-table/components/columns/file.js +1 -1
  189. package/es/vef-table/components/columns/icon.js +1 -1
  190. package/es/vef-table/components/columns/id.js +1 -1
  191. package/es/vef-table/components/columns/image.js +1 -1
  192. package/es/vef-table/components/columns/index.js +1 -1
  193. package/es/vef-table/components/columns/markdown.js +1 -1
  194. package/es/vef-table/components/columns/number.js +1 -1
  195. package/es/vef-table/components/columns/render.js +1 -1
  196. package/es/vef-table/components/columns/rich-text.js +1 -1
  197. package/es/vef-table/components/columns/text.js +1 -1
  198. package/es/vef-table/components/columns-settings.js +2 -2
  199. package/es/vef-table/components/operation-buttons.js +1 -1
  200. package/es/vef-table/components/settings-icon.js +3 -3
  201. package/es/vef-table/components/table-footer.js +1 -1
  202. package/es/vef-table/helper.js +1 -1
  203. package/es/vef-table/hooks/use-computed-batch-buttons.js +1 -1
  204. package/es/vef-table/hooks/use-computed-columns.js +1 -1
  205. package/es/vef-table/hooks/use-computed-values.js +1 -1
  206. package/es/vef-table/hooks/use-data.js +1 -1
  207. package/es/vef-table/hooks/use-default-column-configs.js +1 -1
  208. package/es/vef-table/hooks/use-display-value.js +1 -1
  209. package/es/vef-table/hooks/use-helper-columns.js +1 -1
  210. package/es/vef-table/hooks/use-operation-column-width.js +1 -1
  211. package/es/vef-table/hooks/use-pagination-props.js +1 -1
  212. package/es/vef-table/hooks/use-row-props.js +1 -1
  213. package/es/vef-table/hooks/use-row-selection-config.js +1 -1
  214. package/es/vef-table/hooks/use-selected-rows.js +1 -1
  215. package/es/vef-table/hooks/use-table-columns.js +1 -1
  216. package/es/vef-table/hooks/use-table-context.js +1 -1
  217. package/es/vef-table/hooks/use-table-instance.js +1 -1
  218. package/es/vef-table/hooks/use-table-summary.js +1 -1
  219. package/es/vef-table/hooks/use-table-width.js +1 -1
  220. package/es/vef-table/index.js +1 -1
  221. package/es/vef-table/store.js +1 -1
  222. package/es/vef-tabs/index.js +2 -2
  223. package/es/vef-tag/index.js +2 -2
  224. package/es/vef-temporal-picker/helper.js +1 -1
  225. package/es/vef-temporal-picker/hooks/use-dayjs-value.js +1 -1
  226. package/es/vef-temporal-picker/hooks/use-temporal-limit.js +1 -1
  227. package/es/vef-temporal-picker/hooks/use-temporal-picker-instance.js +1 -1
  228. package/es/vef-temporal-picker/index.js +1 -1
  229. package/es/vef-temporal-range-picker/helper.js +1 -1
  230. package/es/vef-temporal-range-picker/hooks/use-dayjs-values.js +1 -1
  231. package/es/vef-temporal-range-picker/hooks/use-temporal-limit.js +1 -1
  232. package/es/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.js +1 -1
  233. package/es/vef-temporal-range-picker/index.js +1 -1
  234. package/es/vef-temporal-range-picker/props.js +1 -1
  235. package/es/vef-text/index.js +2 -2
  236. package/es/vef-textarea/hooks/use-textarea-instance.js +1 -1
  237. package/es/vef-textarea/index.js +2 -2
  238. package/es/vef-title/index.js +3 -3
  239. package/es/vef-tooltip/index.js +2 -2
  240. package/es/vef-tree-select/hooks/use-change-handler.js +1 -1
  241. package/es/vef-tree-select/hooks/use-data-options.js +1 -1
  242. package/es/vef-tree-select/hooks/use-tree-select-instance.js +1 -1
  243. package/es/vef-tree-select/index.js +1 -1
  244. package/es/vef-virtual-grid/index.js +1 -1
  245. package/es/vef-virtual-list/index.js +1 -1
  246. package/lib/index.cjs +2 -2
  247. package/lib/internal/index.cjs +1 -1
  248. package/lib/internal/modern-normalize.css.cjs +3 -0
  249. package/lib/internal/utils.cjs +1 -1
  250. package/lib/vef-access-denied/access-denied-icon.cjs +1 -1
  251. package/lib/vef-access-denied/index.cjs +2 -2
  252. package/lib/vef-access-denied/props.cjs +1 -1
  253. package/lib/vef-action-buttons/index.cjs +1 -1
  254. package/lib/vef-action-buttons/props.cjs +1 -1
  255. package/lib/vef-auto-sizer/index.cjs +1 -1
  256. package/lib/vef-auto-sizer/props.cjs +1 -1
  257. package/lib/vef-avatar/index.cjs +2 -2
  258. package/lib/vef-avatar/props.cjs +1 -1
  259. package/lib/vef-avatar-group/index.cjs +2 -2
  260. package/lib/vef-avatar-group/props.cjs +1 -1
  261. package/lib/vef-badge/index.cjs +2 -2
  262. package/lib/vef-badge/props.cjs +1 -1
  263. package/lib/vef-bool/hooks/use-bool-instance.cjs +1 -1
  264. package/lib/vef-bool/index.cjs +2 -2
  265. package/lib/vef-bool/props.cjs +1 -1
  266. package/lib/vef-breadcrumb/index.cjs +1 -1
  267. package/lib/vef-breadcrumb/props.cjs +1 -1
  268. package/lib/vef-button/components/base-button.cjs +1 -1
  269. package/lib/vef-button/index.cjs +1 -1
  270. package/lib/vef-button/props.cjs +1 -1
  271. package/lib/vef-card/index.cjs +2 -2
  272. package/lib/vef-card/props.cjs +1 -1
  273. package/lib/vef-card-meta/index.cjs +2 -2
  274. package/lib/vef-card-meta/props.cjs +1 -1
  275. package/lib/vef-checkbox/hooks/use-checkbox-instance.cjs +1 -1
  276. package/lib/vef-checkbox/hooks/use-data-options.cjs +1 -1
  277. package/lib/vef-checkbox/index.cjs +1 -1
  278. package/lib/vef-checkbox/props.cjs +1 -1
  279. package/lib/vef-col/index.cjs +2 -2
  280. package/lib/vef-col/props.cjs +1 -1
  281. package/lib/vef-color-picker/index.cjs +2 -2
  282. package/lib/vef-color-picker/props.cjs +1 -1
  283. package/lib/vef-compact/index.cjs +2 -2
  284. package/lib/vef-compact/props.cjs +1 -1
  285. package/lib/vef-config-provider/global-style.cjs +78 -67
  286. package/lib/vef-config-provider/hooks/use-ui-config.cjs +1 -1
  287. package/lib/vef-config-provider/index.cjs +3 -3
  288. package/lib/vef-config-provider/props.cjs +1 -1
  289. package/lib/vef-config-provider/store.cjs +1 -1
  290. package/lib/vef-container/index.cjs +2 -2
  291. package/lib/vef-container/props.cjs +1 -1
  292. package/lib/vef-crud-page/components/crud-actions.cjs +1 -1
  293. package/lib/vef-crud-page/components/crud-filter.cjs +1 -1
  294. package/lib/vef-crud-page/components/crud-footer.cjs +1 -1
  295. package/lib/vef-crud-page/components/crud-form-modal.cjs +1 -1
  296. package/lib/vef-crud-page/components/crud-header.cjs +1 -1
  297. package/lib/vef-crud-page/components/crud-table.cjs +1 -1
  298. package/lib/vef-crud-page/hooks/use-action-buttons.cjs +1 -1
  299. package/lib/vef-crud-page/hooks/use-crud-context.cjs +1 -1
  300. package/lib/vef-crud-page/hooks/use-crud-schema.cjs +1 -1
  301. package/lib/vef-crud-page/hooks/use-operation-buttons.cjs +1 -1
  302. package/lib/vef-crud-page/index.cjs +1 -1
  303. package/lib/vef-crud-page/props.cjs +1 -1
  304. package/lib/vef-crud-page/store.cjs +1 -1
  305. package/lib/vef-crud-page/types.cjs +1 -1
  306. package/lib/vef-divider/index.cjs +2 -2
  307. package/lib/vef-divider/props.cjs +1 -1
  308. package/lib/vef-drawer/components/action-button-wrapper.cjs +2 -2
  309. package/lib/vef-drawer/components/button-props.cjs +1 -1
  310. package/lib/vef-drawer/components/cancel-action-button.cjs +2 -2
  311. package/lib/vef-drawer/components/ok-action-button.cjs +2 -2
  312. package/lib/vef-drawer/context.cjs +1 -1
  313. package/lib/vef-drawer/index.cjs +2 -2
  314. package/lib/vef-drawer/props.cjs +1 -1
  315. package/lib/vef-dropdown/index.cjs +1 -1
  316. package/lib/vef-dropdown/props.cjs +1 -1
  317. package/lib/vef-dynamic-icon/index.cjs +2 -2
  318. package/lib/vef-dynamic-icon/props.cjs +1 -1
  319. package/lib/vef-empty/index.cjs +2 -2
  320. package/lib/vef-empty/props.cjs +1 -1
  321. package/lib/vef-empty-placeholder/index.cjs +5 -5
  322. package/lib/vef-empty-placeholder/props.cjs +1 -1
  323. package/lib/vef-error/error-icon.cjs +1 -1
  324. package/lib/vef-error/index.cjs +2 -2
  325. package/lib/vef-error/props.cjs +1 -1
  326. package/lib/vef-filter/components/action-buttons.cjs +1 -1
  327. package/lib/vef-filter/components/advanced-filter.cjs +1 -1
  328. package/lib/vef-filter/components/basic-filter.cjs +1 -1
  329. package/lib/vef-filter/components/fields/index.cjs +1 -1
  330. package/lib/vef-filter/components/fields/input-number.cjs +1 -1
  331. package/lib/vef-filter/components/fields/input.cjs +1 -1
  332. package/lib/vef-filter/components/fields/props.cjs +1 -1
  333. package/lib/vef-filter/components/filter-field.cjs +1 -1
  334. package/lib/vef-filter/components/filter-item.cjs +1 -1
  335. package/lib/vef-filter/event.cjs +1 -1
  336. package/lib/vef-filter/helper.cjs +1 -1
  337. package/lib/vef-filter/hooks/use-action-handlers.cjs +1 -1
  338. package/lib/vef-filter/hooks/use-computed-values.cjs +1 -1
  339. package/lib/vef-filter/hooks/use-filter-context.cjs +1 -1
  340. package/lib/vef-filter/hooks/use-filter-initialization.cjs +1 -1
  341. package/lib/vef-filter/hooks/use-filter-instance.cjs +1 -1
  342. package/lib/vef-filter/hooks/use-filter-items.cjs +1 -1
  343. package/lib/vef-filter/hooks/use-filter-values-change.cjs +1 -1
  344. package/lib/vef-filter/hooks/use-label-config.cjs +1 -1
  345. package/lib/vef-filter/index.cjs +1 -1
  346. package/lib/vef-filter/props.cjs +1 -1
  347. package/lib/vef-filter/store.cjs +1 -1
  348. package/lib/vef-filter/types.cjs +1 -1
  349. package/lib/vef-flex/index.cjs +2 -2
  350. package/lib/vef-flex/props.cjs +1 -1
  351. package/lib/vef-float-button/index.cjs +2 -2
  352. package/lib/vef-float-button/props.cjs +1 -1
  353. package/lib/vef-float-button-group/index.cjs +2 -2
  354. package/lib/vef-float-button-group/props.cjs +1 -1
  355. package/lib/vef-form/components/fields/index.cjs +1 -1
  356. package/lib/vef-form/components/fields/input-number.cjs +1 -1
  357. package/lib/vef-form/components/fields/input.cjs +1 -1
  358. package/lib/vef-form/components/fields/props.cjs +1 -1
  359. package/lib/vef-form/components/form-actions.cjs +1 -1
  360. package/lib/vef-form/components/form-content.cjs +3 -3
  361. package/lib/vef-form/components/form-field.cjs +1 -1
  362. package/lib/vef-form/components/form-group.cjs +1 -1
  363. package/lib/vef-form/components/form-hidden-item.cjs +1 -1
  364. package/lib/vef-form/components/form-item.cjs +1 -1
  365. package/lib/vef-form/components/form-row.cjs +1 -1
  366. package/lib/vef-form/event.cjs +1 -1
  367. package/lib/vef-form/helper.cjs +1 -1
  368. package/lib/vef-form/hooks/use-action-handlers.cjs +1 -1
  369. package/lib/vef-form/hooks/use-columns-layout.cjs +1 -1
  370. package/lib/vef-form/hooks/use-computed-values.cjs +1 -1
  371. package/lib/vef-form/hooks/use-form-context.cjs +1 -1
  372. package/lib/vef-form/hooks/use-form-initialization.cjs +1 -1
  373. package/lib/vef-form/hooks/use-form-instance.cjs +1 -1
  374. package/lib/vef-form/hooks/use-form-values-change.cjs +1 -1
  375. package/lib/vef-form/hooks/use-label-width.cjs +1 -1
  376. package/lib/vef-form/index.cjs +1 -1
  377. package/lib/vef-form/props.cjs +1 -1
  378. package/lib/vef-form/store.cjs +1 -1
  379. package/lib/vef-form/types.cjs +1 -1
  380. package/lib/vef-form/validation-rules.cjs +1 -1
  381. package/lib/vef-form-drawer/index.cjs +1 -1
  382. package/lib/vef-form-drawer/props.cjs +1 -1
  383. package/lib/vef-form-modal/index.cjs +1 -1
  384. package/lib/vef-form-modal/props.cjs +1 -1
  385. package/lib/vef-generic-select/index.cjs +1 -1
  386. package/lib/vef-generic-select/props.cjs +1 -1
  387. package/lib/vef-grid/index.cjs +2 -2
  388. package/lib/vef-grid/props.cjs +1 -1
  389. package/lib/vef-grid-item/index.cjs +2 -2
  390. package/lib/vef-grid-item/props.cjs +1 -1
  391. package/lib/vef-icon/index.cjs +1 -1
  392. package/lib/vef-icon/props.cjs +1 -1
  393. package/lib/vef-icon-select/index.cjs +11 -11
  394. package/lib/vef-icon-select/props.cjs +1 -1
  395. package/lib/vef-input/hooks/use-input-instance.cjs +1 -1
  396. package/lib/vef-input/index.cjs +2 -2
  397. package/lib/vef-input/props.cjs +1 -1
  398. package/lib/vef-input-number/hooks/use-input-number-instance.cjs +1 -1
  399. package/lib/vef-input-number/index.cjs +2 -2
  400. package/lib/vef-input-number/props.cjs +1 -1
  401. package/lib/vef-layout/common-styles.cjs +1 -1
  402. package/lib/vef-layout/components/content.cjs +2 -2
  403. package/lib/vef-layout/components/font-size.cjs +2 -2
  404. package/lib/vef-layout/components/fullscreen.cjs +2 -2
  405. package/lib/vef-layout/components/header-action-icons.cjs +3 -3
  406. package/lib/vef-layout/components/header-content.cjs +2 -2
  407. package/lib/vef-layout/components/header.cjs +3 -3
  408. package/lib/vef-layout/components/icon-boy.cjs +1 -1
  409. package/lib/vef-layout/components/icon-girl.cjs +1 -1
  410. package/lib/vef-layout/components/icon-menu-fold-left.cjs +1 -1
  411. package/lib/vef-layout/components/icon-menu-unfold-left.cjs +1 -1
  412. package/lib/vef-layout/components/menu-groups.cjs +2 -2
  413. package/lib/vef-layout/components/message.cjs +2 -2
  414. package/lib/vef-layout/components/search.cjs +2 -2
  415. package/lib/vef-layout/components/sider.cjs +2 -2
  416. package/lib/vef-layout/components/title.cjs +3 -3
  417. package/lib/vef-layout/components/user-avatar.cjs +8 -8
  418. package/lib/vef-layout/hooks/use-layout-context.cjs +1 -1
  419. package/lib/vef-layout/index.cjs +3 -3
  420. package/lib/vef-layout/logo.svg.cjs +1 -1
  421. package/lib/vef-layout/props.cjs +1 -1
  422. package/lib/vef-layout/store.cjs +1 -1
  423. package/lib/vef-loading-placeholder/index.cjs +3 -3
  424. package/lib/vef-loading-placeholder/props.cjs +1 -1
  425. package/lib/vef-login/index.cjs +2 -2
  426. package/lib/vef-login/login-icon.cjs +1 -1
  427. package/lib/vef-login/props.cjs +1 -1
  428. package/lib/vef-menu/index.cjs +1 -1
  429. package/lib/vef-menu/props.cjs +1 -1
  430. package/lib/vef-modal/components/action-button-wrapper.cjs +2 -2
  431. package/lib/vef-modal/components/button-props.cjs +1 -1
  432. package/lib/vef-modal/components/cancel-action-button.cjs +2 -2
  433. package/lib/vef-modal/components/ok-action-button.cjs +2 -2
  434. package/lib/vef-modal/context.cjs +1 -1
  435. package/lib/vef-modal/index.cjs +2 -2
  436. package/lib/vef-modal/props.cjs +1 -1
  437. package/lib/vef-not-found/index.cjs +10 -10
  438. package/lib/vef-not-found/not-found-icon.cjs +1 -1
  439. package/lib/vef-not-found/props.cjs +1 -1
  440. package/lib/vef-page/index.cjs +2 -2
  441. package/lib/vef-page/props.cjs +1 -1
  442. package/lib/vef-pagination/index.cjs +2 -2
  443. package/lib/vef-pagination/props.cjs +1 -1
  444. package/lib/vef-paragraph/index.cjs +2 -2
  445. package/lib/vef-paragraph/props.cjs +1 -1
  446. package/lib/vef-password/hooks/use-password-instance.cjs +1 -1
  447. package/lib/vef-password/index.cjs +2 -2
  448. package/lib/vef-password/props.cjs +1 -1
  449. package/lib/vef-popconfirm/index.cjs +2 -2
  450. package/lib/vef-popconfirm/props.cjs +1 -1
  451. package/lib/vef-popover/index.cjs +2 -2
  452. package/lib/vef-popover/props.cjs +1 -1
  453. package/lib/vef-radio/hooks/use-data-options.cjs +1 -1
  454. package/lib/vef-radio/hooks/use-radio-instance.cjs +1 -1
  455. package/lib/vef-radio/index.cjs +1 -1
  456. package/lib/vef-radio/props.cjs +1 -1
  457. package/lib/vef-rate/hooks/use-rate-instance.cjs +1 -1
  458. package/lib/vef-rate/index.cjs +2 -2
  459. package/lib/vef-rate/props.cjs +1 -1
  460. package/lib/vef-responsive-container/index.cjs +1 -1
  461. package/lib/vef-responsive-container/props.cjs +1 -1
  462. package/lib/vef-responsive-item/index.cjs +3 -3
  463. package/lib/vef-responsive-item/props.cjs +1 -1
  464. package/lib/vef-ribbon/index.cjs +2 -2
  465. package/lib/vef-ribbon/props.cjs +1 -1
  466. package/lib/vef-row/index.cjs +2 -2
  467. package/lib/vef-row/props.cjs +1 -1
  468. package/lib/vef-scroll-area/components/scrollbar.cjs +1 -1
  469. package/lib/vef-scroll-area/index.cjs +2 -2
  470. package/lib/vef-scroll-area/props.cjs +1 -1
  471. package/lib/vef-select/components/option.cjs +2 -2
  472. package/lib/vef-select/hooks/use-data-options.cjs +1 -1
  473. package/lib/vef-select/hooks/use-field-names.cjs +1 -1
  474. package/lib/vef-select/hooks/use-render-label.cjs +1 -1
  475. package/lib/vef-select/hooks/use-render-option.cjs +1 -1
  476. package/lib/vef-select/hooks/use-select-instance.cjs +1 -1
  477. package/lib/vef-select/index.cjs +1 -1
  478. package/lib/vef-select/props.cjs +1 -1
  479. package/lib/vef-slider/hooks/use-slider-instance.cjs +1 -1
  480. package/lib/vef-slider/index.cjs +2 -2
  481. package/lib/vef-slider/props.cjs +1 -1
  482. package/lib/vef-sortable-list/components/overlay-item.cjs +1 -1
  483. package/lib/vef-sortable-list/components/sortable-item.cjs +1 -1
  484. package/lib/vef-sortable-list/hooks/use-merged-items.cjs +1 -1
  485. package/lib/vef-sortable-list/index.cjs +1 -1
  486. package/lib/vef-sortable-list/props.cjs +1 -1
  487. package/lib/vef-space/index.cjs +2 -2
  488. package/lib/vef-space/props.cjs +1 -1
  489. package/lib/vef-spin/index.cjs +2 -2
  490. package/lib/vef-spin/props.cjs +1 -1
  491. package/lib/vef-splitter/index.cjs +2 -2
  492. package/lib/vef-splitter/props.cjs +1 -1
  493. package/lib/vef-splitter-panel/index.cjs +2 -2
  494. package/lib/vef-splitter-panel/props.cjs +1 -1
  495. package/lib/vef-status/index.cjs +2 -2
  496. package/lib/vef-status/props.cjs +1 -1
  497. package/lib/vef-table/components/columns/bool.cjs +1 -1
  498. package/lib/vef-table/components/columns/code.cjs +1 -1
  499. package/lib/vef-table/components/columns/data-dictionary.cjs +1 -1
  500. package/lib/vef-table/components/columns/enum.cjs +1 -1
  501. package/lib/vef-table/components/columns/file.cjs +1 -1
  502. package/lib/vef-table/components/columns/icon.cjs +1 -1
  503. package/lib/vef-table/components/columns/id.cjs +1 -1
  504. package/lib/vef-table/components/columns/image.cjs +1 -1
  505. package/lib/vef-table/components/columns/index.cjs +1 -1
  506. package/lib/vef-table/components/columns/markdown.cjs +1 -1
  507. package/lib/vef-table/components/columns/number.cjs +1 -1
  508. package/lib/vef-table/components/columns/props.cjs +1 -1
  509. package/lib/vef-table/components/columns/render.cjs +1 -1
  510. package/lib/vef-table/components/columns/rich-text.cjs +1 -1
  511. package/lib/vef-table/components/columns/text.cjs +1 -1
  512. package/lib/vef-table/components/columns-settings.cjs +2 -2
  513. package/lib/vef-table/components/operation-buttons.cjs +1 -1
  514. package/lib/vef-table/components/settings-icon.cjs +3 -3
  515. package/lib/vef-table/components/table-footer.cjs +1 -1
  516. package/lib/vef-table/helper.cjs +1 -1
  517. package/lib/vef-table/hooks/use-computed-batch-buttons.cjs +1 -1
  518. package/lib/vef-table/hooks/use-computed-columns.cjs +1 -1
  519. package/lib/vef-table/hooks/use-computed-values.cjs +1 -1
  520. package/lib/vef-table/hooks/use-data.cjs +1 -1
  521. package/lib/vef-table/hooks/use-default-column-configs.cjs +1 -1
  522. package/lib/vef-table/hooks/use-display-value.cjs +1 -1
  523. package/lib/vef-table/hooks/use-helper-columns.cjs +1 -1
  524. package/lib/vef-table/hooks/use-operation-column-width.cjs +1 -1
  525. package/lib/vef-table/hooks/use-pagination-props.cjs +1 -1
  526. package/lib/vef-table/hooks/use-row-props.cjs +1 -1
  527. package/lib/vef-table/hooks/use-row-selection-config.cjs +1 -1
  528. package/lib/vef-table/hooks/use-selected-rows.cjs +1 -1
  529. package/lib/vef-table/hooks/use-table-columns.cjs +1 -1
  530. package/lib/vef-table/hooks/use-table-context.cjs +1 -1
  531. package/lib/vef-table/hooks/use-table-instance.cjs +1 -1
  532. package/lib/vef-table/hooks/use-table-summary.cjs +1 -1
  533. package/lib/vef-table/hooks/use-table-width.cjs +1 -1
  534. package/lib/vef-table/index.cjs +1 -1
  535. package/lib/vef-table/props.cjs +1 -1
  536. package/lib/vef-table/store.cjs +1 -1
  537. package/lib/vef-table/types.cjs +1 -1
  538. package/lib/vef-tabs/index.cjs +2 -2
  539. package/lib/vef-tabs/props.cjs +1 -1
  540. package/lib/vef-tag/index.cjs +2 -2
  541. package/lib/vef-tag/props.cjs +1 -1
  542. package/lib/vef-temporal-picker/helper.cjs +1 -1
  543. package/lib/vef-temporal-picker/hooks/use-dayjs-value.cjs +1 -1
  544. package/lib/vef-temporal-picker/hooks/use-temporal-limit.cjs +1 -1
  545. package/lib/vef-temporal-picker/hooks/use-temporal-picker-instance.cjs +1 -1
  546. package/lib/vef-temporal-picker/index.cjs +1 -1
  547. package/lib/vef-temporal-picker/props.cjs +1 -1
  548. package/lib/vef-temporal-range-picker/helper.cjs +1 -1
  549. package/lib/vef-temporal-range-picker/hooks/use-dayjs-values.cjs +1 -1
  550. package/lib/vef-temporal-range-picker/hooks/use-temporal-limit.cjs +1 -1
  551. package/lib/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.cjs +1 -1
  552. package/lib/vef-temporal-range-picker/index.cjs +1 -1
  553. package/lib/vef-temporal-range-picker/props.cjs +1 -1
  554. package/lib/vef-text/index.cjs +2 -2
  555. package/lib/vef-text/props.cjs +1 -1
  556. package/lib/vef-textarea/hooks/use-textarea-instance.cjs +1 -1
  557. package/lib/vef-textarea/index.cjs +2 -2
  558. package/lib/vef-textarea/props.cjs +1 -1
  559. package/lib/vef-title/index.cjs +3 -3
  560. package/lib/vef-title/props.cjs +1 -1
  561. package/lib/vef-tooltip/index.cjs +2 -2
  562. package/lib/vef-tooltip/props.cjs +1 -1
  563. package/lib/vef-tree-select/hooks/use-change-handler.cjs +1 -1
  564. package/lib/vef-tree-select/hooks/use-data-options.cjs +1 -1
  565. package/lib/vef-tree-select/hooks/use-tree-select-instance.cjs +1 -1
  566. package/lib/vef-tree-select/index.cjs +1 -1
  567. package/lib/vef-tree-select/props.cjs +1 -1
  568. package/lib/vef-virtual-grid/index.cjs +1 -1
  569. package/lib/vef-virtual-grid/props.cjs +1 -1
  570. package/lib/vef-virtual-list/index.cjs +1 -1
  571. package/lib/vef-virtual-list/props.cjs +1 -1
  572. package/package.json +5 -4
  573. package/types/vef-access-denied/index.d.ts +1 -2
  574. package/types/vef-avatar/index.d.ts +1 -2
  575. package/types/vef-avatar-group/index.d.ts +1 -2
  576. package/types/vef-badge/index.d.ts +1 -2
  577. package/types/vef-card/index.d.ts +1 -2
  578. package/types/vef-card-meta/index.d.ts +1 -2
  579. package/types/vef-col/index.d.ts +1 -2
  580. package/types/vef-color-picker/index.d.ts +1 -2
  581. package/types/vef-compact/index.d.ts +1 -2
  582. package/types/vef-config-provider/index.d.ts +1 -2
  583. package/types/vef-container/index.d.ts +1 -2
  584. package/types/vef-divider/index.d.ts +1 -2
  585. package/types/vef-drawer/components/action-button-wrapper.d.ts +2 -2
  586. package/types/vef-drawer/components/cancel-action-button.d.ts +1 -2
  587. package/types/vef-drawer/components/ok-action-button.d.ts +1 -2
  588. package/types/vef-drawer/index.d.ts +3 -1
  589. package/types/vef-empty/index.d.ts +1 -2
  590. package/types/vef-empty-placeholder/index.d.ts +1 -2
  591. package/types/vef-error/index.d.ts +1 -2
  592. package/types/vef-flex/index.d.ts +1 -2
  593. package/types/vef-float-button/index.d.ts +1 -2
  594. package/types/vef-float-button-group/index.d.ts +1 -2
  595. package/types/vef-grid/index.d.ts +1 -2
  596. package/types/vef-grid-item/index.d.ts +1 -2
  597. package/types/vef-icon-select/index.d.ts +1 -2
  598. package/types/vef-layout/components/content.d.ts +2 -1
  599. package/types/vef-layout/components/font-size.d.ts +1 -2
  600. package/types/vef-layout/components/fullscreen.d.ts +1 -2
  601. package/types/vef-layout/components/header-action-icons.d.ts +1 -2
  602. package/types/vef-layout/components/header-content.d.ts +4 -2
  603. package/types/vef-layout/components/header.d.ts +2 -1
  604. package/types/vef-layout/components/menu-groups.d.ts +1 -2
  605. package/types/vef-layout/components/message.d.ts +1 -2
  606. package/types/vef-layout/components/search.d.ts +1 -2
  607. package/types/vef-layout/components/sider.d.ts +2 -1
  608. package/types/vef-layout/components/title.d.ts +2 -1
  609. package/types/vef-layout/components/user-avatar.d.ts +1 -2
  610. package/types/vef-layout/index.d.ts +2 -1
  611. package/types/vef-loading-placeholder/index.d.ts +1 -2
  612. package/types/vef-login/index.d.ts +1 -2
  613. package/types/vef-modal/components/action-button-wrapper.d.ts +2 -2
  614. package/types/vef-modal/components/cancel-action-button.d.ts +1 -2
  615. package/types/vef-modal/components/ok-action-button.d.ts +1 -2
  616. package/types/vef-modal/index.d.ts +2 -1
  617. package/types/vef-not-found/index.d.ts +1 -2
  618. package/types/vef-page/index.d.ts +1 -2
  619. package/types/vef-pagination/index.d.ts +2 -1
  620. package/types/vef-paragraph/index.d.ts +1 -2
  621. package/types/vef-ribbon/index.d.ts +1 -2
  622. package/types/vef-row/index.d.ts +4 -2
  623. package/types/vef-select/components/option.d.ts +2 -1
  624. package/types/vef-space/index.d.ts +1 -2
  625. package/types/vef-spin/index.d.ts +1 -2
  626. package/types/vef-splitter/index.d.ts +1 -2
  627. package/types/vef-splitter-panel/index.d.ts +1 -2
  628. package/types/vef-status/index.d.ts +1 -2
  629. package/types/vef-table/components/columns-settings.d.ts +2 -1
  630. package/types/vef-table/components/settings-icon.d.ts +2 -1
  631. package/types/vef-tabs/index.d.ts +1 -2
  632. package/types/vef-tag/index.d.ts +1 -2
  633. package/types/vef-text/index.d.ts +1 -2
  634. package/types/vef-title/index.d.ts +1 -2
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{createEventEmitter as e}from"@vef-framework/shared";var t,a=e=>{throw TypeError(e)},o=(e,t,o)=>(((e,t,o)=>{t.has(e)||a("Cannot "+o)})(e,t,"read from private field"),o?o.call(e):t.get(e));const s=Symbol("change"),r=Symbol("submitResult");class i{constructor(){var o,s,r;o=this,s=t,r=e(),s.has(o)?a("Cannot add the same private member more than once"):s instanceof WeakSet?s.add(o):s.set(o,r)}clear(){o(this,t).all.clear()}onChange(e){o(this,t).on(s,e)}offChange(e){o(this,t).off(s,e)}emitChange(e){o(this,t).emit(s,e)}onSubmitResult(e){o(this,t).on(r,e)}offSubmitResult(e){o(this,t).off(r,e)}emitSubmitResult(e){o(this,t).emit(r,e)}}t=new WeakMap;export{i as FormEventBus};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{isFunction as r,isExpression as e,compileDynamicFn as n}from"@vef-framework/shared";function t(t,f,o,u){if(r(t))return t(f,o);if(e(t)){return n(t,"values","scene",`return ${t.expression}`)(f,o)}return t??u}export{t as computeValue};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{useApiContext as e}from"@vef-framework/core";import{isFunction as t,VefError as i,showLoadingMessage as o,omit as n,showSuccessMessage as r}from"@vef-framework/shared";import{useCallback as s,useMemo as a}from"react";import{useFormStore as m}from"../store.js";function u({submitApi:u,submitTip:l="提交中...",onBeforeSubmit:c,onSubmit:p,onSubmitSuccess:b,onSubmitFailure:f,onReset:d}){const[S,w,h,v,F,R,g,y]=m((e=>[e.form,e.scene,e.eventBus,e.setIsLoading,e.virtualFieldNames,e.getValues,e.initialValues,e.invokeValueChangeHandlers])),{useApiMutation:A,stubMutationApi:V}=e(),{mutate:k}=A(u??V);if(!t(p)&&!u)throw new i(-1,"'onSubmit' or 'submitApi' prop is required for VefForm component");return{handleReset:s((()=>{const e=R();S.resetFields(),y(),h.emitChange(g),d?.(e,w)}),[S,R,d,w,y,g,h]),handleSubmit:a((()=>t(p)?(u&&console.warn("'submitApi' prop is ignored when 'onSubmit' prop is provided in VefForm component"),async e=>{v(!0);let i=e,r=null;try{const s=t(l)?l(e,w):l;r=o(s),t(c)&&(i=await c(i,w));const a=n(i,F);await p(a,w),h.emitSubmitResult(!0)}catch(e){throw h.emitSubmitResult(!1),e}finally{v(!1),r?.()}}):async e=>{v(!0);let i=e,s=null;try{const a=t(l)?l(e,w):l;s=o(a),t(c)&&(i=await c(e,w));const m=n(i,F),u=await k(m);(b??(({message:e})=>{r(e)}))(u,i,w),h.emitSubmitResult(!0)}catch(e){h.emitSubmitResult(!1),f?.(e,i,w)}finally{v(!1),s?.()}}),[p,u,v,l,w,c,F,h,k,b,f]),handleSubmitFailed:s((({values:e,errorFields:t})=>{h.emitSubmitResult(!1),f?.(new i(-1,t.flatMap((e=>e.errors)).join(", ")),e,w)}),[h,f,w])}}export{u as useActionHandlers};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{unique as e,VefError as n}from"@vef-framework/shared";import{useMemo as s}from"react";const o=24,t=[{breakpoint:"xs",base:o,spans:1},{breakpoint:"sm",base:12,spans:2},{breakpoint:"md",base:8,spans:3},{breakpoint:"lg",base:6,spans:4},{breakpoint:"xl",base:6,spans:4},{breakpoint:"xxl",base:4,spans:6}],a=e(t.map((e=>e.spans)));function r(e,r,p,l){return s((()=>0===r.length?{}:"responsive"===p?function(e,s,o){const r=s.reduce(((e,n)=>e+(n.span??1)),0);if(!a.includes(r))throw new n(-3,`The total spans of the columns of the row [${e}] must be one of the following: ${a.join(", ")}.`);const p=24/r,l={};for(const{breakpoint:e,base:n,spans:a}of t)if(p>=n)l[e]=s.reduce(((e,n)=>(e[n.key]=(n.span??1)*p,e)),{});else{const t={};let r=a,p=null;for(const e of s){const s=e.span??1;r>=s?(t[e.key]=s*n,r-=s,p=e.key):(p&&(o&&(t[p]+=r*n),r=a,p=null),s>a?t[e.key]=24:(t[e.key]=s*n,r-=s,p=e.key)),0===r&&(r=a,p=null)}r>0&&(o&&(t[p]+=r*n),p=null),l[e]=t}return l}(e,r,l):function(e,s){const t=s.reduce(((e,n)=>e+(n.span??1)),0);if(t>o||o%t!=0)throw new n(-3,`The total spans of the columns of the row [${e}] must be less than or equal to 24 and a divisor of 24.`);const a=o/t;return s.reduce(((e,n)=>(e[n.key]=(n.span??1)*a,e)),{})}(e,r)),[])}export{r as useColumnsLayout};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{useUpdater as e,useDeepMemo as r,useDeepLayoutEffect as o}from"@vef-framework/hooks";import{isFunctionOrExpression as t,isDeepEqual as a}from"@vef-framework/shared";import{computeValue as f}from"../helper.js";import{useFormStore as n}from"../store.js";function u(u,s=!1){const[l,m,c]=n((e=>[e.scene,e.eventBus,e.getValues])),i=e(),k=c(),p=r((()=>u.reduce(((e,r)=>{const{key:o,rawValue:t,defaultValue:a}=r,n=f(t,k,l,a);return e[o]=n,e}),{})),[k,l,u]);return o((()=>{const e=u.filter((({rawValue:e})=>t(e)));if(e.length>0){const r=r=>{for(const o of e){const{key:e,rawValue:t,defaultValue:n}=o,u=p[e],s=f(t,r,l,n);if(!a(s,u)){i();break}}};return m.onChange(r),()=>{m.offChange(r)}}}),[p,m,i,l,u]),s?u.reduce(((e,{key:r})=>(e[r]=p[r],e)),{}):u.map((({key:e})=>p[e]))}export{u as useComputedValues};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{createSelectableContext as o}from"@vef-framework/shared";const{useContextSelector:e,useContext:t,ContextProvider:r}=o({autoExpand:!0,labelPosition:"top",layoutMode:"responsive"});export{r as FormContextProvider,t as useFormContext,e as useFormContextSelector};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{isNullish as o,isFunction as e}from"@vef-framework/shared";import{useMemo as n}from"react";function r(r,t){return n((()=>{const n={...t},s={},a=[];for(const t of r){const{rows:r}=t;for(const t of r){const{columns:r}=t;for(const t of r){const{items:r}=t;for(const t of r){const{name:r,defaultValue:f,virtual:c}=t;!o(f)&&o(n[r])&&(n[r]=f),"Hidden"!==t.type&&e(t.onChange)&&(s[r]=t.onChange),!0===c&&a.push(r)}}}}return{mergedInitialValues:n,valueChangeHandlers:s,virtualFieldNames:a}}),[])}export{r as useFormInitialization};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{useImperativeHandle as t}from"react";import{useFormStore as e}from"../store.js";function s(s,o){const[u,m,r,i]=e((t=>[t.form,t.eventBus,t.getValues,t.setValues]));t(s,(()=>({submit:()=>new Promise(((t,e)=>{const s=o=>{m.offSubmitResult(s),o?t():e(o)};m.onSubmitResult(s),u.submit()})),reset:o,getValues:r,setValues:i})))}export{s as useFormInstance};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{isFunction as e}from"@vef-framework/shared";import{useMemo as n,useEffect as r,useLayoutEffect as o}from"react";import{useFormStore as t}from"../store.js";function a(a){const[f,s,m]=t((e=>[e.scene,e.eventBus,e.invokeValueChangeHandlers])),h=n((()=>(e,n)=>{s.emitChange(n)}),[s]);return r((()=>{if(e(a)){const e=e=>{a(e,f)};return s.onChange(e),()=>{s.offChange(e)}}}),[s,a,f]),o((()=>{m()}),[]),{handleValuesChange:h}}export{a as useFormValuesChange};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{showWarningMessage as e}from"@vef-framework/shared";import{useMemo as r}from"react";function t(t,o){return r((()=>{if("top"!==t&&o)return(o<60||o>120)&&e("The labelWidth of VefForm component must be between 60 and 120, otherwise it will be 60 or 120."),Math.min(Math.max(o,60),120)}),[t,o])}export{t as useLabelWidth};
3
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 */
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{jsxs as e,jsx as o}from"@emotion/react/jsx-runtime";import{css as i}from"@emotion/react";import{useContextDisabled as t,useSingleton as s,useUnmount as a}from"@vef-framework/hooks";import{isNumber as n,isDeepEqual as r,omit as l}from"@vef-framework/shared";import{Form as m}from"antd";import{useMemo as u,forwardRef as h,memo as f}from"react";import"../internal/index.js";import c from"./components/form-actions.js";import d from"./components/form-content.js";import{FormEventBus as p}from"./event.js";import{useActionHandlers as b}from"./hooks/use-action-handlers.js";import{useFormContextSelector as v,FormContextProvider as g}from"./hooks/use-form-context.js";import{useFormInitialization as j}from"./hooks/use-form-initialization.js";import{useFormInstance as S}from"./hooks/use-form-instance.js";import{useFormValuesChange as F}from"./hooks/use-form-values-change.js";import{useLabelWidth as V}from"./hooks/use-label-width.js";import{useFormStore as k,FormStoreProvider as x}from"./store.js";import{convertBasicSizeToUiSize as B}from"../internal/utils.js";const{useForm:w}=m,C={scrollMode:"if-needed",behavior:"smooth"};const y=h((function({schema:s,labelAlign:a="right",variant:r,showTabs:l=!1,height:h="auto",size:f,disabled:p=!1,onChange:g,submissionButton:j,resetButton:V,submitApi:x,submitTip:w,onBeforeSubmit:y,onSubmit:T,onSubmitSuccess:z,onSubmitFailure:A,onReset:N},R){const[W,E]=v((e=>[e.labelPosition,e.labelWidth])),[M,P,$]=k((e=>[e.form,e.initialValues,e.isLoading])),{handleValuesChange:H}=F(g),{handleReset:I,handleSubmit:L,handleSubmitFailed:q}=b({submitApi:x,submitTip:w,onBeforeSubmit:y,onSubmit:T,onSubmitSuccess:z,onSubmitFailure:A,onReset:N});S(R,I);const D=u((()=>{if(E)return{flex:`0 0 ${E}px`}}),[E]),G=u((()=>{let e=h;return"full"===h?e="100%":n(h)&&(e=`${h}px`),i`
3
3
  height: ${e};
4
4
  `}),[h]),J=t();return e(m,{labelWrap:!0,colon:!1,css:G,disabled:J||p||$,form:M,initialValues:P,labelAlign:a,labelCol:D,layout:"top"===W?"vertical":"horizontal",scrollToFirstError:C,size:B(f),variant:r,onFinish:L,onFinishFailed:q,onValuesChange:H,children:[o(d,{height:h,schema:s,showTabs:!0===l?"switch":l}),o(c,{handleReset:I,resetButton:V,submissionButton:j})]})}));y.displayName="VefFormBase";const T=f(h((function({initialValues:e,scene:i,layoutMode:t="responsive",autoExpand:n=!1,labelPosition:r="top",labelWidth:l,...m},h){const{schema:f}=m,[c]=w(),d=s((()=>new p));a((()=>{d.clear()}));const b=V(r,l),v=u((()=>({labelPosition:r,labelWidth:b,autoExpand:n,layoutMode:t})),[t,n,r,b]),{mergedInitialValues:S,valueChangeHandlers:F,virtualFieldNames:k}=j(f,e),B=u((()=>({eventBus:d,form:c,initialValues:S,scene:i,valueChangeHandlers:F,virtualFieldNames:k})),[d,c,S,i,F,k]);return o(x,{initialState:B,children:o(g,{value:v,children:o(y,{ref:h,...m})})})})),((e,o)=>r(l(e,["initialValues","schema"]),l(o,["initialValues","schema"]))));T.displayName="VefForm";export{T as default};
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{createComponentStore as e,isDeepEqual as s}from"@vef-framework/shared";const{StoreProvider:t,useStore:n,useStoreApi:o}=e("Form",(e=>(t,n)=>({...e,invokeValueChangeHandlers(e,s){const{scene:t,valueChangeHandlers:o,initialValues:a,setValues:l}=n(),i=e??a,u=s?new Set(s):null;for(const[e,s]of Object.entries(o))u&&!u.has(e)||s(i[e]??null,{values:i,scene:t,setValues:l})},getValues(){const{form:e,initialValues:s}=n();return e.isFieldsTouched(!0)?s:e.getFieldsValue()},setValues(e){const{form:t,eventBus:o,invokeValueChangeHandlers:a}=n(),l=t.getFieldsValue(),i=Object.keys(e).filter((t=>!s(e[t],l[t])));t.setFieldsValue(e);const u=t.getFieldsValue();o.emitChange(u),a(u,i)},isLoading:!1,setIsLoading(e){t({isLoading:e})},showActionButtons:!0,setShowActionButtons(e){t({showActionButtons:e})}})));export{t as FormStoreProvider,n as useFormStore,o as useFormStoreApi};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{isDeepEqual as e,VefError as r,validator as o,getNowDateString as i}from"@vef-framework/shared";function n(e){return()=>[{required:!0,message:e}]}function t(o,i){return({label:n})=>[{validator:(t,s)=>e(s,o)?Promise.resolve():Promise.reject(new r(-2,i??`${n?`${n}的值`:"值"}必须是${o}`))}]}function s(o,i){return({label:n})=>[{validator:(t,s)=>e(s,o)?Promise.reject(new r(-2,i??`${n?`${n}的值`:"值"}不能是${o}`)):Promise.resolve()}]}function l(e,r){return()=>[{type:"enum",enum:e,message:r}]}function a(e,r){return()=>[{min:e,message:r}]}function m(e,r){return()=>[{max:e,message:r}]}function u(e,r,o){return()=>[{min:e,max:r,message:o}]}function c(e){return({label:i})=>[{validator:(n,t)=>o.isAlpha(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是字母`))}]}function P(e){return({label:i})=>[{validator:(n,t)=>o.isAlphanumeric(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是字母或数字`))}]}function v(e){return({label:i})=>[{validator:(n,t)=>o.isAscii(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是ASCII字符`))}]}function f(e){return({label:i})=>[{validator:(n,t)=>o.isNumeric(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是数字`))}]}function $(e){return({label:i})=>[{validator:(n,t)=>o.isEmail(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是合法的邮箱`))}]}function d(e){return({label:i})=>[{validator:(n,t)=>o.isHexColor(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是十六进制颜色`))}]}function w(e){return({label:i})=>[{validator:(n,t)=>o.isIdentityCard(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是合法的身份证`))}]}function b(e){return({label:i})=>[{validator:(n,t)=>o.isIp(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是合法的IP地址`))}]}function j(e){return({label:i})=>[{validator:(n,t)=>o.isPort(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是合法的端口`))}]}function p(e){return({label:i})=>[{validator:(n,t)=>o.isJson(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是合法的JSON`))}]}function I(e){return({label:i})=>[{validator:(n,t)=>o.isUrl(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是合法的URL`))}]}function g(e){return({label:i})=>[{validator:(n,t)=>o.isUri(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是合法的URI`))}]}function A(e){return({label:i})=>[{validator:(n,t)=>o.isPostalCode(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是合法的邮政编码`))}]}function C(e,n){return({label:t})=>[{validator:(s,l)=>o.isBefore(l,e??i())?Promise.resolve():Promise.reject(new r(-2,n??`${t??"值"}必须在${e}之前`))}]}function h(e,n){return({label:t})=>[{validator:(s,l)=>o.isAfter(l,e??i())?Promise.resolve():Promise.reject(new r(-2,n??`${t??"值"}必须在${e}之后`))}]}function x(e){return({label:i})=>[{validator:(n,t)=>o.isChineseName(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是中文名称`))}]}export{c as isAlpha,P as isAlphanumeric,v as isAscii,x as isChineseName,h as isDateAfter,C as isDateBefore,$ as isEmail,t as isEqualsTo,d as isHexColor,w as isIdentityCard,l as isIn,b as isIp,p as isJson,m as isMeetsMaxSize,a as isMeetsMinSize,u as isMeetsRangeSize,s as isNotEqualsTo,f as isNumeric,j as isPort,A as isPostalCode,n as isRequired,g as isUri,I as isUrl};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{jsx as e,jsxs as o,Fragment as n}from"@emotion/react/jsx-runtime";import{useContextDisabled as t,DisabledContextProvider as r}from"@vef-framework/hooks";import{isFunction as s}from"@vef-framework/shared";import{useRef as i,useCallback as l,memo as a}from"react";import c from"../vef-button/index.js";import m from"../vef-drawer/index.js";import f from"../vef-form/index.js";import d from"../vef-drawer/components/action-button-wrapper.js";const u=a((function({title:a,open:u,closable:p,closeOnMaskClick:C,closeOnEscPress:x,destroyOnClose:O=!0,cancelOnClose:k,placement:b,expansionSize:v="medium",loading:h,extra:w,cancelButtonText:B,actions:j,onClose:A,onCancel:y,onAfterClose:T,onAfterOpen:g,submissionButtonText:z,disabled:E=!1,...M}){const P=i(null),S=l((async()=>{await(P.current?.submit())}),[]),D=t()||E,F=l((()=>{P.current?.reset()}),[]),N=l((([t,r])=>{const i=e(d,{children:e(c,{color:"default",disabled:D,variant:"filled",onClick:F,children:"重置"})},"resetActionButton");return s(j)?j([t,i,r]):o(n,{children:[t,i,r]})}),[j,D,F]);return e(r,{value:D,children:e(m,{actions:N,cancelOnClose:k,closable:p,closeOnEscPress:x,closeOnMaskClick:C,destroyOnClose:O,expansionSize:v,extra:w,loading:h,okButtonText:z,open:u,placement:b,title:a,onAfterClose:T,onAfterOpen:g,onCancel:y,onClose:A,onOk:S,children:e(f,{ref:P,resetButton:!1,submissionButton:!1,...M})})})}));u.displayName="VefFormDrawer";export{u as default};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{jsx as e,jsxs as o,Fragment as n}from"@emotion/react/jsx-runtime";import{useContextDisabled as t,DisabledContextProvider as r}from"@vef-framework/hooks";import{isFunction as s}from"@vef-framework/shared";import{useRef as l,useCallback as i,memo as c}from"react";import a from"../vef-button/index.js";import m from"../vef-form/index.js";import d from"../vef-modal/index.js";import f from"../vef-modal/components/action-button-wrapper.js";const u=c((function({submissionButtonText:c="提交",actions:u,title:p,open:C,closable:O,closeOnMaskClick:k,closeOnEscPress:b,destroyOnClose:h=!0,cancelOnClose:x,width:v="medium",loading:B,cancelButtonText:w,onClose:j,onCancel:A,onAfterOpen:y,onAfterClose:T,disabled:M=!1,...g}){const E=l(null),P=i((async()=>{await(E.current?.submit())}),[]),F=t()||M,N=i((()=>{E.current?.reset()}),[]),V=i((([t,r])=>{const l=e(f,{children:e(a,{color:"default",variant:"filled",onClick:N,children:"重置"})},"resetActionButton");return s(u)?u([t,l,r]):o(n,{children:[t,l,r]})}),[u,N]);return e(r,{value:F,children:e(d,{actions:V,cancelButtonText:w,cancelOnClose:x,closable:O,closeOnEscPress:b,closeOnMaskClick:k,destroyOnClose:h,loading:B,okButtonText:c,open:C,title:p,width:v,onAfterClose:T,onAfterOpen:y,onCancel:A,onClose:j,onOk:P,children:e(m,{ref:E,disabled:F,resetButton:!1,submissionButton:!1,...g})})})}));u.displayName="VefFormModal";export{u as default};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{jsx as e}from"@emotion/react/jsx-runtime";import{SearchOutlined as o}from"@ant-design/icons";import{isFunction as r,styles as n}from"@vef-framework/shared";import{Select as i}from"antd";import{LeafIcon as a}from"lucide-react";import{useState as t,useDeferredValue as l,useCallback as d,useMemo as c,cloneElement as s}from"react";import"../internal/index.js";import m from"../vef-icon/index.js";import{convertBasicSizeToUiSize as p}from"../internal/utils.js";const f={"--vef-select-option-padding":0};function u({value:u,size:h,renderLabel:v,placeholder:b,disabled:w,clearable:C,loading:g,variant:x,children:j,onClear:S}){const[k,y]=t(!1),[z,F]=t(!1),[V,W]=t(),B=l(V),D=d((()=>{F(!1)}),[]),I=d((()=>{F(!0)}),[]),L=d((()=>{y(!1)}),[]),M=c((()=>{if(r(v))return({value:e})=>v?.(e)}),[v]),R=z&&k?e(o,{}):e(m,{children:e(a,{})}),q=s(j,{keyword:B,onConfirm:L});return e(i,{showSearch:!0,allowClear:C,css:n.fullWidth,disabled:w,dropdownStyle:f,labelRender:M,loading:g,notFoundContent:q,open:k,placeholder:b,popupMatchSelectWidth:!1,searchValue:V,size:p(h),suffixIcon:R,value:u,variant:x,onBlur:D,onClear:S,onDropdownVisibleChange:y,onFocus:I,onSearch:W})}export{u as default};
3
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 */
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{jsx as r}from"@emotion/react/jsx-runtime";import{css as n}from"@emotion/react";import{useGapSizeNormalizer as t,useElementSize as i}from"@vef-framework/hooks";import{breakpoints as e,isArray as o}from"@vef-framework/shared";import m from"clsx";import{useMemo as a,useRef as f,useEffect as c}from"react";import{useContainerQuery as d}from"react-container-query";const p=24,s=n`
3
3
  display: grid;
4
4
  grid: auto-flow / repeat(${p}, minmax(0, 1fr));
@@ -10,5 +10,5 @@ import{jsx as r}from"@emotion/react/jsx-runtime";import{css as n}from"@emotion/r
10
10
  ${Array.from({length:p}).map(((r,n)=>`\n > .vef-grid-item-${n+1} {\n grid-column: span ${n+1};\n }\n `))}
11
11
 
12
12
  ${e.map((r=>`\n &.vef-container-${r} {\n ${Array.from({length:p}).map(((n,t)=>`\n > .vef-grid-item-${r}-${t+1} {\n grid-column: span ${t+1};\n }\n `))}\n }\n `))}
13
- `,l=({baseWidth:n=240,gap:e,children:l})=>{const h=a((()=>({"vef-container-xs":{minWidth:0},"vef-container-sm":{minWidth:2*n},"vef-container-md":{minWidth:3*n},"vef-container-lg":{minWidth:4*n},"vef-container-xl":{minWidth:5*n},"vef-container-xxl":{minWidth:6*n}})),[n]),$=f(null),[g,u]=d(h,{width:2*n}),v=t(),[x,w]=a((()=>{if(o(e))return[v(e[0]),v(e[1])];if(e){const r=v(e);return[r,r]}return[0,0]}),[e,v]);c((()=>{u($.current)}),[$,u]);const W=i($),y=a((()=>(W?.width??2*n)>p*w?{gap:`${x}px ${w}px`}:{gap:`${x}px ${Math.floor((W?.width??2*n)/p)}px`}),[W?.width,n,w,x]);return r("div",{ref:$,className:m(g),css:s,style:y,children:l})};export{l as default};
13
+ `;function l({baseWidth:n=240,gap:e,children:l}){const h=a((()=>({"vef-container-xs":{minWidth:0},"vef-container-sm":{minWidth:2*n},"vef-container-md":{minWidth:3*n},"vef-container-lg":{minWidth:4*n},"vef-container-xl":{minWidth:5*n},"vef-container-xxl":{minWidth:6*n}})),[n]),$=f(null),[u,g]=d(h,{width:2*n}),v=t(),[x,w]=a((()=>{if(o(e))return[v(e[0]),v(e[1])];if(e){const r=v(e);return[r,r]}return[0,0]}),[e,v]);c((()=>{g($.current)}),[$,g]);const W=i($),y=a((()=>(W?.width??2*n)>p*w?{gap:`${x}px ${w}px`}:{gap:`${x}px ${Math.floor((W?.width??2*n)/p)}px`}),[W?.width,n,w,x]);return r("div",{ref:$,className:m(u),css:s,style:y,children:l})}export{l as default};
14
14
  /*! 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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  const x=["xs","sm","md","lg","xl","xxl"];export{x as BREAKPOINTS};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
2
- import{jsx as e}from"@emotion/react/jsx-runtime";import r from"clsx";import{useMemo as i}from"react";const t=({span:t,xs:m,sm:s,md:d,lg:o,xl:p,xxl:f,children:l})=>{const u=i((()=>{const e=[];return t&&e.push(`vef-grid-item-${t}`),m&&e.push(`vef-grid-item-xs-${m}`),s&&e.push(`vef-grid-item-sm-${s}`),d&&e.push(`vef-grid-item-md-${d}`),o&&e.push(`vef-grid-item-lg-${o}`),p&&e.push(`vef-grid-item-xl-${p}`),f&&e.push(`vef-grid-item-xxl-${f}`),e}),[t,m,s,d,o,p,f]);return e("div",{className:r(u),children:l})};export{t as default};
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";import i from"clsx";import{useMemo as r}from"react";function t({span:t,xs:m,sm:s,md:d,lg:f,xl:o,xxl:p,children:u}){const l=r((()=>{const e=[];return t&&e.push(`vef-grid-item-${t}`),m&&e.push(`vef-grid-item-xs-${m}`),s&&e.push(`vef-grid-item-sm-${s}`),d&&e.push(`vef-grid-item-md-${d}`),f&&e.push(`vef-grid-item-lg-${f}`),o&&e.push(`vef-grid-item-xl-${o}`),p&&e.push(`vef-grid-item-xxl-${p}`),e}),[t,m,s,d,f,o,p]);return e("div",{className:i(l),children:u})}export{t as default};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{jsx as e}from"@emotion/react/jsx-runtime";import r from"@ant-design/icons";import{themeVariables as o,omit as t}from"@vef-framework/shared";import{forwardRef as n,useMemo as i,Suspense as f,cloneElement as m,memo as s}from"react";const c=s(n((({size:n,children:s,...c},l)=>{const a=i((()=>{const e="small"===n?o.fontSizeSm:"medium"===n?o.fontSize:"large"===n?o.fontSizeLg:"huge"===n?o.fontSizeXl:void 0;if(e)return{fontSize:e}}),[n]);return e(r,{ref:l,style:a,component:e=>{const r=t(e,["fill"]);if(s.type===f){const{children:e}=s.props;return m(s,{children:m(e,r)})}return m(s,r)},...c})})));c.displayName="VefIcon";export{c as default};
3
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 */
@@ -1,11 +1,11 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
2
- import{jsx as e,jsxs as r}from"@emotion/react/jsx-runtime";import{css as i}from"@emotion/react";import{useThemeTokens as o}from"@vef-framework/hooks";import{themeVariables as n,trim as t,cluster as l,isUndefined as c}from"@vef-framework/shared";import{useMemo as a,useCallback as s,memo as d,useState as m}from"react";import f from"../vef-dynamic-icon/index.js";import{dynamicIconNames as p}from"../vef-dynamic-icon/props.js";import h from"../vef-empty-placeholder/index.js";import v from"../vef-generic-select/index.js";import u from"../vef-space/index.js";import g from"../vef-text/index.js";import x from"../vef-virtual-grid/index.js";const y=i`
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
+ import{jsx as e,jsxs as i}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{useThemeTokens as r}from"@vef-framework/hooks";import{themeVariables as n,trim as t,cluster as l,isUndefined as c}from"@vef-framework/shared";import{useMemo as a,useCallback as s,memo as d,useState as m}from"react";import f from"../vef-dynamic-icon/index.js";import{dynamicIconNames as p}from"../vef-dynamic-icon/props.js";import h from"../vef-empty-placeholder/index.js";import u from"../vef-generic-select/index.js";import v from"../vef-space/index.js";import g from"../vef-text/index.js";import x from"../vef-virtual-grid/index.js";const y=o`
3
3
  color: ${n.colorTextSlate};
4
4
 
5
5
  .vef-icon-select-wrapper {
6
6
  padding: calc(${n.paddingXxs} + 2px) ${n.paddingXs};
7
7
  }
8
- `,b=i`
8
+ `,b=o`
9
9
  height: 100%;
10
10
  display: flex;
11
11
  justify-content: center;
@@ -25,7 +25,7 @@ import{jsx as e,jsxs as r}from"@emotion/react/jsx-runtime";import{css as i}from"
25
25
  .vef-icon {
26
26
  font-size: 28px;
27
27
  }
28
- `;const w=d((function({value:r,onChange:i,keyword:n,onConfirm:c}){const{paddingXS:d,paddingXXS:m}=o(),v=a((()=>{const e=t(n);return l(e?p.filter((r=>r.includes(e))):p,6)}),[n]),[u,g]=a((()=>[420+2*d,348+2*(m+2)]),[m,d]),w=s((({item:o})=>{const n=o===r;return e("div",{className:n?"vef-icon-select-item-selected":void 0,css:b,title:o,onClick:()=>{n||i(o),c?.()},children:e(f,{name:o})})}),[i,c,r]),j=a((()=>({width:u,height:g})),[u,g]);return 0===v.length?e("div",{css:y,children:e("div",{className:"vef-icon-select-wrapper",style:j,children:e(h,{description:"暂无图标",presetIcon:"simple"})})}):e("div",{css:y,children:e(x,{className:"vef-icon-select-wrapper",columnWidth:60,gap:"small",height:g,items:v,renderItem:w,rowHeight:60,width:u})})})),j=i`
28
+ `;const w=d((function({value:i,onChange:o,keyword:n,onConfirm:c}){const{paddingXS:d,paddingXXS:m}=r(),u=a((()=>{const e=t(n);return l(e?p.filter((i=>i.includes(e))):p,6)}),[n]),[v,g]=a((()=>[420+2*d,348+2*(m+2)]),[m,d]),w=s((({item:r})=>{const n=r===i;return e("div",{className:n?"vef-icon-select-item-selected":void 0,css:b,title:r,onClick:()=>{n||o(r),c?.()},children:e(f,{name:r})})}),[o,c,i]),C=a((()=>({width:v,height:g})),[v,g]);return 0===u.length?e("div",{css:y,children:e("div",{className:"vef-icon-select-wrapper",style:C,children:e(h,{description:"暂无图标",presetIcon:"simple"})})}):e("div",{css:y,children:e(x,{className:"vef-icon-select-wrapper",columnWidth:60,gap:"small",height:g,items:u,renderItem:w,rowHeight:60,width:v})})}));w.displayName="VefIconsContent";const C=o`
29
29
  width: 100%;
30
30
 
31
31
  .vef-space-item:last-of-type {
@@ -38,5 +38,5 @@ import{jsx as e,jsxs as r}from"@emotion/react/jsx-runtime";import{css as i}from"
38
38
  font-family: inherit;
39
39
  color: inherit;
40
40
  }
41
- `;function k(i){return r(u,{css:j,children:[e(f,{name:i}),e(g,{ellipsis:!0,children:i})]})}const C=({defaultValue:r,value:i,size:o,placeholder:n,disabled:t,clearable:l,variant:a,onChange:d,onClear:f})=>{const[p,h]=m(r??null),u=s((e=>{c(i)?h(e):d?.(e)}),[d,i]),g=s((()=>{u(null),f?.()}),[u,f]);return e(v,{clearable:l,disabled:t,placeholder:n,renderLabel:k,size:o,value:i??p,variant:a,onClear:g,children:e(w,{value:c(i)?p:i,onChange:u})})};export{C as default};
41
+ `;function j(o){return i(v,{css:C,children:[e(f,{name:o}),e(g,{ellipsis:!0,children:o})]})}function k({defaultValue:i,value:o,size:r,placeholder:n,disabled:t,clearable:l,variant:a,onChange:d,onClear:f}){const[p,h]=m(i??null),v=s((e=>{c(o)?h(e):d?.(e)}),[d,o]),g=s((()=>{v(null),f?.()}),[v,f]);return e(u,{clearable:l,disabled:t,placeholder:n,renderLabel:j,size:r,value:o??p,variant:a,onClear:g,children:e(w,{value:c(o)?p:o,onChange:v})})}export{k as default};
42
42
  /*! 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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{useRef as n,useImperativeHandle as r}from"react";function t(t){const e=n(null);return r(t,(()=>({blur:()=>e.current?.blur(),focus:()=>e.current?.focus({preventScroll:!0}),input:e.current?.input??null,nativeElement:e.current?.nativeElement??null}))),e}export{t as useInputInstance};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
2
- import{jsx as e}from"@emotion/react/jsx-runtime";import{isFunction as o}from"@vef-framework/shared";import{Input as r}from"antd";import{forwardRef as t,useMemo as n}from"react";import"../internal/index.js";import{useInputInstance as a}from"./hooks/use-input-instance.js";import{convertBasicSizeToUiSize as u}from"../internal/utils.js";function l(e){return""===e?null:e}const i=t((({defaultValue:t,value:i,clearable:s,size:d,showCount:m,prepend:f,append:p,onChange:v,onEnterKeyPress:c,onBlur:g,onFocus:h,...C},j)=>{const w=n((()=>({onChange:o(v)?e=>v(l(e.target.value)):void 0,onPressEnter:o(c)?e=>c(l(e.target.value)):void 0,onBlur:o(g)?e=>g(l(e.target.value)):void 0,onFocus:o(h)?e=>h(l(e.target.value)):void 0})),[v,c,g,h]),x=a(j);return e(r,{ref:x,addonAfter:p,addonBefore:f,allowClear:s,defaultValue:t,showCount:m,size:u(d),type:"text",value:i,...C,...w})}));export{i as default};
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";import{isFunction as o}from"@vef-framework/shared";import{Input as t}from"antd";import{forwardRef as r,useMemo as n}from"react";import"../internal/index.js";import{useInputInstance as a}from"./hooks/use-input-instance.js";import{convertBasicSizeToUiSize as u}from"../internal/utils.js";function l(e){return""===e?null:e}const i=r((({defaultValue:r,value:i,clearable:s,size:d,showCount:m,prepend:f,append:p,onChange:v,onEnterKeyPress:c,onBlur:g,onFocus:h,...C},j)=>{const w=n((()=>({onChange:o(v)?e=>v(l(e.target.value)):void 0,onPressEnter:o(c)?e=>c(l(e.target.value)):void 0,onBlur:o(g)?e=>g(l(e.target.value)):void 0,onFocus:o(h)?e=>h(l(e.target.value)):void 0})),[v,c,g,h]),x=a(j);return e(t,{ref:x,addonAfter:p,addonBefore:f,allowClear:s,defaultValue:r,showCount:m,size:u(d),type:"text",value:i,...C,...w})}));i.displayName="VefInput";export{i as default};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{useRef as r,useImperativeHandle as t}from"react";function u(u){const c=r(null);return t(u,(()=>({blur:()=>c.current?.blur(),focus:()=>c.current?.focus({preventScroll:!0})}))),c}export{u as useInputNumberInstance};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
2
- import{jsx as o}from"@emotion/react/jsx-runtime";import{isFunction as r,styles as e}from"@vef-framework/shared";import{InputNumber as n}from"antd";import{forwardRef as t,useMemo as s}from"react";import"../internal/index.js";import{useInputNumberInstance as a}from"./hooks/use-input-number-instance.js";import{convertBasicSizeToUiSize as u}from"../internal/utils.js";function i(o,r){const e=Number.parseFloat(o);return Number.isNaN(e)?null:r?`${e}`:e}const l=t((({size:t,showControls:l,step:m,min:d,max:f,prepend:c,append:g,...v},p)=>{const F=s((()=>{const{useStringFormat:o}=v;if(o){const{onChange:o,onEnterKeyPress:e,onBlur:n,onFocus:t}=v;return{stringFormat:!0,onChange:r(o)?r=>o(r):void 0,onPressEnter:r(e)?o=>e(i(o.target.value,!0)):void 0,onBlur:r(n)?o=>n(i(o.target.value,!0)):void 0,onFocus:r(t)?o=>t(i(o.target.value,!0)):void 0}}const{onChange:e,onEnterKeyPress:n,onBlur:t,onFocus:s}=v;return{stringFormat:!1,onChange:r(e)?o=>e(o):void 0,onPressEnter:r(n)?o=>n(i(o.target.value,!1)):void 0,onBlur:r(t)?o=>t(i(o.target.value,!1)):void 0,onFocus:r(s)?o=>s(i(o.target.value,!1)):void 0}}),[v]),h=a(p),{useStringFormat:B}=v;if(B){const{useStringFormat:r,defaultValue:s,value:a,onChange:i,onEnterKeyPress:p,onBlur:B,onFocus:C,...x}=v,{stringFormat:E}=F;if(E){const{stringFormat:r,...i}=F;return o(n,{ref:h,stringMode:!0,addonAfter:g,addonBefore:c,controls:l,css:e.fullWidth,defaultValue:s,max:`${f}`,min:`${d}`,size:u(t),step:`${m}`,value:a,...x,...i})}return}const{useStringFormat:C,defaultValue:x,value:E,onChange:P,onEnterKeyPress:j,onBlur:y,onFocus:K,...N}=v,{stringFormat:S}=F;if(!S){const{stringFormat:r,...t}=F;return o(n,{ref:h,addonAfter:g,addonBefore:c,controls:l,css:e.fullWidth,defaultValue:x,max:f,min:d,step:m,value:E,...N,...t})}}));export{l as default};
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";import{isFunction as r,styles as o}from"@vef-framework/shared";import{InputNumber as n}from"antd";import{forwardRef as t,useMemo as s}from"react";import"../internal/index.js";import{useInputNumberInstance as a}from"./hooks/use-input-number-instance.js";import{convertBasicSizeToUiSize as u}from"../internal/utils.js";function i(e,r){const o=Number.parseFloat(e);return Number.isNaN(o)?null:r?`${o}`:o}const l=t((({size:t,showControls:l,step:m,min:d,max:f,prepend:c,append:g,...p},v)=>{const F=s((()=>{const{useStringFormat:e}=p;if(e){const{onChange:e,onEnterKeyPress:o,onBlur:n,onFocus:t}=p;return{stringFormat:!0,onChange:r(e)?r=>e(r):void 0,onPressEnter:r(o)?e=>o(i(e.target.value,!0)):void 0,onBlur:r(n)?e=>n(i(e.target.value,!0)):void 0,onFocus:r(t)?e=>t(i(e.target.value,!0)):void 0}}const{onChange:o,onEnterKeyPress:n,onBlur:t,onFocus:s}=p;return{stringFormat:!1,onChange:r(o)?e=>o(e):void 0,onPressEnter:r(n)?e=>n(i(e.target.value,!1)):void 0,onBlur:r(t)?e=>t(i(e.target.value,!1)):void 0,onFocus:r(s)?e=>s(i(e.target.value,!1)):void 0}}),[p]),h=a(v),{useStringFormat:B}=p;if(B){const{useStringFormat:r,defaultValue:s,value:a,onChange:i,onEnterKeyPress:v,onBlur:B,onFocus:C,...x}=p,{stringFormat:E}=F;if(E){const{stringFormat:r,...i}=F;return e(n,{ref:h,stringMode:!0,addonAfter:g,addonBefore:c,controls:l,css:o.fullWidth,defaultValue:s,max:`${f}`,min:`${d}`,size:u(t),step:`${m}`,value:a,...x,...i})}return}const{useStringFormat:C,defaultValue:x,value:E,onChange:N,onEnterKeyPress:P,onBlur:y,onFocus:V,...b}=p,{stringFormat:j}=F;if(!j){const{stringFormat:r,...t}=F;return e(n,{ref:h,addonAfter:g,addonBefore:c,controls:l,css:o.fullWidth,defaultValue:x,max:f,min:d,step:m,value:E,...b,...t})}}));l.displayName="VefInputNumber";export{l as default};
3
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 */
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{css as r}from"@emotion/react";import{themeVariables as e,styles as o}from"@vef-framework/shared";const t=r`
3
3
  padding: ${e.paddingXs};
4
4
  ${o.flexCenter}
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
2
- import{jsx as t}from"@emotion/react/jsx-runtime";import{Layout as e}from"antd";import{memo as o}from"react";const{Content:r}=e,n=o((({children:e})=>t(r,{children:e})));n.displayName="VefContent";export{n as default};
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
+ import{jsx as t}from"@emotion/react/jsx-runtime";import{Layout as n}from"antd";import{memo as o}from"react";const{Content:r}=n;const e=o((function({children:n}){return t(r,{children:n})}));e.displayName="VefContent";export{e as default};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
2
- import{jsx as e,jsxs as l}from"@emotion/react/jsx-runtime";import{useConfigStore as o}from"../../vef-config-provider/store.js";import r from"../../vef-dropdown/index.js";import t from"../../vef-icon/index.js";import{iconStyle as n}from"../common-styles.js";function i(o){return e("svg",{height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",...o,children:l("g",{fill:"none",fillRule:"evenodd",children:[e("path",{d:"m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z"}),e("path",{d:"M21 12a1 1 0 0 1 1 1v6a1 1 0 0 1-1.911.412a4 4 0 1 1 0-6.824A1 1 0 0 1 21 12M8 4c.732 0 1.381.473 1.605 1.17l4.347 13.524a1 1 0 0 1-1.904.612L10.664 15H5.336l-1.384 4.306a1 1 0 0 1-1.904-.612L6.395 5.17A1.69 1.69 0 0 1 8 4m10 10a2 2 0 1 0 0 4a2 2 0 0 0 0-4M8 6.712L5.979 13h4.042z",fill:"currentColor"})]})})}function s(l){return e("svg",{height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",...l,children:e("path",{d:"M4 19V8.5a3.5 3.5 0 1 1 7 0V19m-7-6h7m10-1h-6",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2})})}function d(l){return e("svg",{height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",...l,children:e("path",{d:"M4 19V8.5a3.5 3.5 0 1 1 7 0V19m-7-6h7m7-4v6m3-3h-6",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2})})}const h=[{key:"medium",type:"item",label:"默认字号",icon:e(t,{children:e(s,{})})},{key:"large",type:"item",label:"大字号",icon:e(t,{children:e(d,{})})}],m=()=>{const[l,s]=o((e=>[e.fontSize,e.setFontSize]));return e(r,{selectable:!0,items:h,selectedKeys:[l],onChange:([e])=>s(e),children:e("div",{css:n,children:e(t,{size:"large",children:e(i,{})})})})};export{m as default};
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
+ import{jsx as e,jsxs as l}from"@emotion/react/jsx-runtime";import{useConfigStore as o}from"../../vef-config-provider/store.js";import t from"../../vef-dropdown/index.js";import n from"../../vef-icon/index.js";import{iconStyle as r}from"../common-styles.js";function i(o){return e("svg",{height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",...o,children:l("g",{fill:"none",fillRule:"evenodd",children:[e("path",{d:"m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z"}),e("path",{d:"M21 12a1 1 0 0 1 1 1v6a1 1 0 0 1-1.911.412a4 4 0 1 1 0-6.824A1 1 0 0 1 21 12M8 4c.732 0 1.381.473 1.605 1.17l4.347 13.524a1 1 0 0 1-1.904.612L10.664 15H5.336l-1.384 4.306a1 1 0 0 1-1.904-.612L6.395 5.17A1.69 1.69 0 0 1 8 4m10 10a2 2 0 1 0 0 4a2 2 0 0 0 0-4M8 6.712L5.979 13h4.042z",fill:"currentColor"})]})})}function s(l){return e("svg",{height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",...l,children:e("path",{d:"M4 19V8.5a3.5 3.5 0 1 1 7 0V19m-7-6h7m10-1h-6",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2})})}function d(l){return e("svg",{height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",...l,children:e("path",{d:"M4 19V8.5a3.5 3.5 0 1 1 7 0V19m-7-6h7m7-4v6m3-3h-6",fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2})})}const h=[{key:"medium",type:"item",label:"默认字号",icon:e(n,{children:e(s,{})})},{key:"large",type:"item",label:"大字号",icon:e(n,{children:e(d,{})})}];function m(){const[l,s]=o((e=>[e.fontSize,e.setFontSize]));return e(t,{selectable:!0,items:h,selectedKeys:[l],onChange:([e])=>s(e),children:e("div",{css:r,children:e(n,{size:"large",children:e(i,{})})})})}export{m as default};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
2
- import{jsx as e}from"@emotion/react/jsx-runtime";import{MinimizeIcon as o,MaximizeIcon as r}from"lucide-react";import{useState as t,useCallback as i}from"react";import n from"../../vef-icon/index.js";import c from"../../vef-tooltip/index.js";import{iconStyle as m}from"../common-styles.js";const s=()=>{const[s,l]=t(!1),d=i((()=>{s?(document.exitFullscreen(),l(!1)):(document.body.requestFullscreen(),l(!0))}),[s]);return e(c,{content:s?"退出全屏":"全屏",delay:.5,children:e("div",{css:m,onClick:d,children:e(n,{size:"large",children:e(s?o:r,{})})})})};export{s as default};
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";import{MinimizeIcon as o,MaximizeIcon as r}from"lucide-react";import{useState as t,useCallback as i}from"react";import n from"../../vef-icon/index.js";import c from"../../vef-tooltip/index.js";import{iconStyle as m}from"../common-styles.js";function l(){const[l,s]=t(!1),d=i((()=>{l?(document.exitFullscreen(),s(!1)):(document.body.requestFullscreen(),s(!0))}),[l]);return e(c,{content:l?"退出全屏":"全屏",delay:.5,children:e("div",{css:m,onClick:d,children:e(n,{size:"large",children:e(l?o:r,{})})})})}export{l as default};
3
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 */
@@ -1,5 +1,5 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
2
- import{jsxs as r,jsx as o}from"@emotion/react/jsx-runtime";import{css as i}from"@emotion/react";import{themeVariables as e}from"@vef-framework/shared";import t from"../../vef-divider/index.js";import m from"./font-size.js";import s from"./fullscreen.js";import a from"./message.js";import n from"./search.js";import d from"./user-avatar.js";const f=i`
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
+ import{jsxs as r,jsx as o}from"@emotion/react/jsx-runtime";import{css as i}from"@emotion/react";import{themeVariables as e}from"@vef-framework/shared";import t from"../../vef-divider/index.js";import m from"./font-size.js";import n from"./fullscreen.js";import s from"./message.js";import a from"./search.js";import d from"./user-avatar.js";const f=i`
3
3
  display: flex;
4
4
  align-items: center;
5
5
  column-gap: ${e.marginXxs};
@@ -13,5 +13,5 @@ import{jsxs as r,jsx as o}from"@emotion/react/jsx-runtime";import{css as i}from"
13
13
  background-color: ${e.colorFillTertiary};
14
14
  }
15
15
  }
16
- `,c=()=>r("div",{css:f,children:[o(t,{orientation:"vertical"}),o(n,{}),o(m,{}),o(s,{}),o(a,{}),o(d,{})]});export{c as default};
16
+ `;function c(){return r("div",{css:f,children:[o(t,{orientation:"vertical"}),o(a,{}),o(m,{}),o(n,{}),o(s,{}),o(d,{})]})}export{c as default};
17
17
  /*! 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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
2
- import{jsx as e}from"@emotion/react/jsx-runtime";import{isArray as r}from"@vef-framework/shared";import o from"../../vef-breadcrumb/index.js";import{useLayoutContextSelector as t}from"../hooks/use-layout-context.js";const m=()=>{const[m,i]=t((e=>[e.breadcrumbItems,e.onBreadcrumbClick]));return e("div",{children:r(m)&&m.length>0&&e(o,{items:m,onClick:i})})};m.displayName="VefHeaderContent";export{m as default};
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";import{isArray as r}from"@vef-framework/shared";import o from"../../vef-breadcrumb/index.js";import{useLayoutContextSelector as t}from"../hooks/use-layout-context.js";function m(){const[m,i]=t((e=>[e.breadcrumbItems,e.onBreadcrumbClick]));return e("div",{children:r(m)&&m.length>0&&e(o,{items:m,onClick:i})})}m.displayName="VefHeaderContent";export{m as default};
3
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 */
@@ -1,5 +1,5 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
2
- import{jsx as e,jsxs as r}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{themeVariables as t,styles as i}from"@vef-framework/shared";import{Layout as n}from"antd";import{memo as m}from"react";import d from"../../vef-button/index.js";import a from"../../vef-icon/index.js";import c from"../../vef-popover/index.js";import{useLayoutStore as l}from"../store.js";import s from"./header-action-icons.js";import f from"./header-content.js";import h from"./icon-menu-fold-left.js";import p from"./icon-menu-unfold-left.js";import g from"./menu-groups.js";const{Header:u}=n,x=o`
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
+ import{jsx as e,jsxs as o}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{themeVariables as t,styles as i}from"@vef-framework/shared";import{Layout as n}from"antd";import{memo as m}from"react";import c from"../../vef-button/index.js";import d from"../../vef-icon/index.js";import a from"../../vef-popover/index.js";import{useLayoutStore as l}from"../store.js";import s from"./header-action-icons.js";import f from"./header-content.js";import h from"./icon-menu-fold-left.js";import p from"./icon-menu-unfold-left.js";import u from"./menu-groups.js";const{Header:g}=n,x=r`
3
3
  --vef-layout-header-height: 60px;
4
4
  --vef-layout-header-padding: 0 ${t.paddingSm};
5
5
 
@@ -10,5 +10,5 @@ import{jsx as e,jsxs as r}from"@emotion/react/jsx-runtime";import{css as o}from"
10
10
  grid-template-columns: max-content minmax(min-content, 1fr) max-content;
11
11
  align-items: center;
12
12
  column-gap: ${t.margin};
13
- `;function v(o){return e("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...o,children:r("g",{fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.8,children:[e("rect",{height:6.5,rx:2,width:6.5,x:3.75,y:3.75}),e("path",{d:"M15.586 3.818a2 2 0 0 1 2.828 0l1.768 1.768a2 2 0 0 1 0 2.828l-1.768 1.768a2 2 0 0 1-2.828 0l-1.768-1.768a2 2 0 0 1 0-2.828z"}),e("rect",{height:6.5,rx:1.5,width:6.5,x:3.75,y:13.75}),e("rect",{height:6.5,rx:2,width:6.5,x:13.75,y:13.75})]})})}const j=m((()=>{const[o,t]=l((e=>[e.siderCollapsed,e.setSiderCollapsed]));return r(u,{css:x,children:[r("div",{css:i.flexCenter,children:[e(d,{color:"default",variant:"text",icon:e(a,{size:"huge",children:e(o?p:h,{})}),onClick:()=>t(!o)}),e(c,{content:e(g,{}),placement:"bottomRight",trigger:"click",children:e(d,{color:"default",variant:"text",icon:e(a,{size:"huge",children:e(v,{})})})})]}),e(f,{}),e(s,{})]})}));j.displayName="VefHeader";export{j as default};
13
+ `;function v(r){return e("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...r,children:o("g",{fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.8,children:[e("rect",{height:6.5,rx:2,width:6.5,x:3.75,y:3.75}),e("path",{d:"M15.586 3.818a2 2 0 0 1 2.828 0l1.768 1.768a2 2 0 0 1 0 2.828l-1.768 1.768a2 2 0 0 1-2.828 0l-1.768-1.768a2 2 0 0 1 0-2.828z"}),e("rect",{height:6.5,rx:1.5,width:6.5,x:3.75,y:13.75}),e("rect",{height:6.5,rx:2,width:6.5,x:13.75,y:13.75})]})})}const j=m((function(){const[r,t]=l((e=>[e.siderCollapsed,e.setSiderCollapsed]));return o(g,{css:x,children:[o("div",{css:i.flexCenter,children:[e(c,{color:"default",variant:"text",icon:e(d,{size:"huge",children:e(r?p:h,{})}),onClick:()=>t(!r)}),e(a,{content:e(u,{}),placement:"bottomRight",trigger:"click",children:e(c,{color:"default",variant:"text",icon:e(d,{size:"huge",children:e(v,{})})})})]}),e(f,{}),e(s,{})]})}));j.displayName="VefHeader";export{j as default};
14
14
  /*! 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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{jsxs as c,jsx as a}from"@emotion/react/jsx-runtime";import{memo as l}from"react";const m=l((function(l){return c("svg",{className:"icon-boy_svg__icon",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg",...l,children:[a("path",{d:"M512.002 0C229.382 0 .237 229.145.237 511.765.237 685.839 87.185 839.597 220 932.046c25.884-90.133 91.287-158.031 180.288-189.033a306 306 0 0 1 11.245-3.682c.6-.183 1.19-.383 1.795-.562a325 325 0 0 1 27.058-6.868c.933-.196 1.874-.37 2.807-.558a345 345 0 0 1 14.722-2.62 351 351 0 0 1 10.429-1.453c1.254-.158 2.499-.33 3.757-.47a355 355 0 0 1 14.168-1.359h51.705c4.757.354 9.454.82 14.123 1.35 1.32.154 2.628.333 3.94.5a345 345 0 0 1 14.393 2.099c3.415.574 6.806 1.2 10.167 1.87 1.149.229 2.315.441 3.456.683a328 328 0 0 1 26.446 6.709c1.067.317 2.116.662 3.178.991 3.224 1 6.426 2.045 9.592 3.14 89.284 30.882 154.903 98.838 180.9 189.147 132.722-92.466 219.603-246.166 219.603-420.174C1023.763 229.14 794.622 0 512.002 0m0 725.32c-130.373 0-236.491-103.56-240.743-232.896-.146-.092-.292-.167-.438-.259-4.993-93.353 43.813-165.065 105.598-206.971.358-.246.703-.5 1.062-.741 2.357-1.583 4.747-3.082 7.138-4.578.937-.587 1.853-1.199 2.799-1.77 38.04-23.106 79.896-35.18 116.717-34.48 2.62-.087 5.23-.2 7.871-.2 2.507 0 4.977.113 7.468.188 28.237-.487 59.406 6.534 89.563 20.212a241 241 0 0 1 61.725 39.377c50.227 43.089 86.59 107.847 82.188 188.963l-.2.117c-4.186 129.399-110.329 233.039-240.748 233.039",fill:"#A0D9F6"}),a("path",{d:"M376.414 285.194c.354-.242.704-.504 1.062-.741-.358.241-.703.5-1.062.74m143.051-41.581c-2.49-.075-4.96-.187-7.467-.187-2.64 0-5.252.112-7.871.2 2.523.05 5.043.104 7.517.27a156 156 0 0 1 7.821-.283M472.28 386.726c-46.308 81.238-124.764 153.205-201.025 105.698 4.253 129.336 110.37 232.897 240.744 232.897 130.42 0 236.566-103.64 240.748-233.039-63.725 39.66-230.815-17.875-280.467-105.556m-87.664-106.85c.937-.584 1.857-1.2 2.799-1.77-.95.574-1.862 1.186-2.8 1.77m224.413-16.051a260.3 260.3 0 0 1 61.726 39.377 241.1 241.1 0 0 0-61.726-39.377",fill:"#FCE9EA"}),a("path",{d:"M610.498 738.656c1.067.317 2.116.662 3.178.991-1.062-.329-2.111-.674-3.178-.99m-170.117-6.755c.933-.196 1.874-.37 2.807-.558-.937.187-1.878.362-2.807.558m-28.854 7.43c.6-.183 1.192-.383 1.795-.562-.603.179-1.195.379-1.795.562m211.736 3.457q1.097.382 2.183.77a119.4 119.4 0 0 1-10.458 22.11c17.142 26.397 12.84 141.49-12.919 123.398l-45.096-31.756-44.98-31.64 2.958-2.078c-.983.025-1.966.075-2.957.075-1.033 0-2.053-.054-3.078-.079l2.961 2.082-44.98 31.64-45.095 31.756c-25.9 18.125-30.19-97.405-12.878-123.535a119.3 119.3 0 0 1-10.357-21.915c.57-.204 1.137-.408 1.711-.603-89 30.998-154.404 98.9-180.287 189.033 82.82 57.653 183.457 91.483 292.003 91.483 108.616 0 209.316-33.876 292.161-91.59-25.984-90.31-91.603-158.27-180.892-189.151m-42.667-11.524c1.149.229 2.315.441 3.456.683-1.14-.242-2.303-.458-3.456-.683m-112.257-3.99c1.253-.154 2.499-.33 3.756-.47-1.257.14-2.503.312-3.756.47m83.753-.483c1.32.15 2.628.333 3.94.5-1.312-.163-2.616-.342-3.94-.5",fill:"#CFE07D"}),a("path",{d:"M408.929 765.527c3.44-5.19 7.73-6.872 12.877-3.252l45.096 31.756 42.018 29.557c1.029.025 2.045.08 3.078.08.991 0 1.974-.05 2.957-.076l42.022-29.561 45.096-31.756c5.173-3.653 9.475-1.912 12.92 3.39a119.3 119.3 0 0 0 10.457-22.111l-2.182-.77a307 307 0 0 0-9.592-3.14c-1.062-.33-2.111-.675-3.178-.992a327 327 0 0 0-26.446-6.71c-1.14-.24-2.307-.453-3.456-.682a332 332 0 0 0-24.56-3.97c-1.312-.166-2.62-.35-3.94-.5a368 368 0 0 0-14.123-1.349h-51.705A355 355 0 0 0 472.1 726.8c-1.258.142-2.503.317-3.757.47a338 338 0 0 0-25.15 4.074c-.938.187-1.88.362-2.808.558a329 329 0 0 0-27.058 6.868c-.604.179-1.196.379-1.795.562a298 298 0 0 0-12.957 4.285 119.4 119.4 0 0 0 10.354 21.911",fill:"#FEFEFE"}),a("path",{d:"m602.073 762.275-45.096 31.756-42.022 29.561-2.957 2.078 44.98 31.64 45.095 31.756c25.76 18.092 30.061-97.001 12.92-123.397-3.44-5.306-7.743-7.047-12.92-3.394m-180.267 0c-5.148-3.62-9.437-1.937-12.877 3.252-17.313 26.13-13.024 141.66 12.877 123.535l45.096-31.756 44.98-31.64-2.962-2.082-42.018-29.557z",fill:"#7EA701"}),a("path",{d:"M472.279 386.726c49.652 87.68 216.742 145.217 280.467 105.556l.2-.117c4.402-81.116-31.965-145.874-82.188-188.963a260.5 260.5 0 0 0-61.726-39.377c-30.156-13.678-61.326-20.7-89.563-20.212-2.627.046-5.247.108-7.82.283 8.337 29.52-8.268 88.264-39.37 142.83",fill:"#F7B970"}),a("path",{d:"M472.279 386.726c31.102-54.57 47.711-113.31 39.37-142.83a149 149 0 0 0-7.518-.27c-36.82-.7-78.677 11.373-116.717 34.48-.942.57-1.862 1.186-2.8 1.77-2.39 1.495-4.78 2.994-7.138 4.577-.358.241-.703.5-1.062.74-61.784 41.907-110.59 113.62-105.597 206.972.146.092.292.167.437.259 76.261 47.507 154.717-24.46 201.025-105.698",fill:"#FBCE77"})]})}));export{m as default};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{jsxs as c,jsx as a}from"@emotion/react/jsx-runtime";import{memo as l}from"react";const m=l((function(l){return c("svg",{className:"icon-girl_svg__icon",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg",...l,children:[a("path",{d:"M512.173.117C229.338.117.237 229.337.237 512.052c0 174.128 86.931 327.934 219.773 420.418v-.004l-.004-.004.091-.3a293 293 0 0 1 10.949-31.267l.191-.471a276 276 0 0 1 3.633-8.245 275 275 0 0 1 5.058-10.544c.633-1.25 1.292-2.488 1.941-3.725a266 266 0 0 1 3.708-6.895c.717-1.279 1.48-2.52 2.217-3.787a280 280 0 0 1 6.595-10.736c1.133-1.758 2.258-3.525 3.433-5.25 1.108-1.637 2.258-3.232 3.395-4.84a285 285 0 0 1 7.282-9.808c.83-1.058 1.65-2.12 2.492-3.17l.266-341.449h.067c-.075-2.437-.183-4.861-.183-7.32 0-.437.029-.866.033-1.303C268.366 329.6 412.07 236.82 512.227 243.623c102.15-6.928 249.827 89.43 241.324 248.352l-.234.13.263 341.527c.646.809 1.287 1.63 1.925 2.446a266 266 0 0 1 4.078 5.34c1.104 1.476 2.18 2.98 3.254 4.48 1.296 1.808 2.587 3.612 3.837 5.457 1.117 1.646 2.183 3.329 3.27 5.004a278 278 0 0 1 5.612 9.049c1.163 1.958 2.333 3.903 3.446 5.89.987 1.763 1.929 3.558 2.879 5.341a294 294 0 0 1 3.028 5.812 290 290 0 0 1 5.6 11.836c.72 1.608 1.45 3.208 2.137 4.833a285 285 0 0 1 3.941 9.803c.237.62.496 1.229.733 1.85 1.5 4.02 2.9 8.099 4.237 12.219.334 1.029.638 2.07.958 3.104.65 2.083 1.325 4.145 1.934 6.253a1 1 0 0 1-.084.054v.004c132.8-92.488 219.735-246.264 219.735-420.35.004-282.72-229.213-511.94-511.927-511.94",fill:"#F4B3B3"}),a("path",{d:"M276.207 827.129a278 278 0 0 1 8.065-9.061c.23-.25.471-.48.7-.725a278 278 0 0 1 8.074-8.22c.838-.812 1.696-1.612 2.542-2.416a265 265 0 0 1 9.54-8.687c.404-.35.796-.708 1.204-1.058v.054c23.551-20.185 50.69-36.629 80.79-48.69a313 313 0 0 1 24.222-8.557c.717-.22 1.425-.45 2.146-.666a327 327 0 0 1 26.884-6.833c.995-.212 2.004-.396 3.008-.596a344 344 0 0 1 14.64-2.608 356 356 0 0 1 10.323-1.437c1.27-.158 2.533-.337 3.816-.483a362 362 0 0 1 14.148-1.354h26.035v-.117l-.175.004c-130.663 0-236.962-103.987-240.845-233.712h-.067l-.266 341.449c.737-.917 1.5-1.813 2.25-2.717.987-1.183 1.962-2.391 2.966-3.57",fill:"#FECF77"}),a("path",{d:"m512.173 725.688.175-.005c130.48-.091 236.624-103.878 240.661-233.4-64.013 39.254-230.504-18.197-280.19-105.62-46.423 81.357-125.063 153.36-201.437 105.317-.158-2.913-.15-5.754-.204-8.624 0 .433-.033.866-.033 1.304 0 2.454.112 4.882.183 7.32 3.879 129.72 110.182 233.708 240.845 233.708",fill:"#FCE9EA"}),a("path",{d:"M472.815 386.664c49.686 87.422 216.177 144.869 280.19 105.62-4.037 129.525-110.178 233.308-240.661 233.4v.116h25.688c4.754.354 9.453.82 14.123 1.35 1.33.154 2.646.337 3.967.5 3.387.429 6.753.891 10.094 1.408a336 336 0 0 1 14.382 2.55c1.191.237 2.387.454 3.57.708a326 326 0 0 1 26.342 6.682c1.155.346 2.292.721 3.438 1.08a313 313 0 0 1 13.315 4.461 314 314 0 0 1 8.76 3.32c30.026 11.874 57.127 28.08 80.687 48.007v-.07c.541.454 1.054.937 1.591 1.395a292 292 0 0 1 4.683 4.112 289 289 0 0 1 4.403 4.066c1.546 1.45 3.092 2.887 4.6 4.37 1.441 1.417 2.837 2.871 4.245 4.32a272 272 0 0 1 7.712 8.254c1.295 1.441 2.6 2.866 3.862 4.337 1.45 1.687 2.853 3.416 4.262 5.14.5.613 1.02 1.217 1.52 1.838l-.262-341.528.233-.129c8.503-158.921-139.174-255.28-241.324-248.352h.059c8.349 29.563-8.303 88.41-39.479 143.045",fill:"#FCBA6F"}),a("path",{d:"M790.513 894.287c.72 1.608 1.445 3.208 2.137 4.833-.687-1.625-1.416-3.225-2.137-4.833m-27.672-48.39c1.296 1.809 2.587 3.613 3.837 5.458-1.245-1.845-2.541-3.65-3.837-5.458m16.165 25.401c.987 1.763 1.929 3.558 2.879 5.341-.95-1.787-1.888-3.578-2.88-5.34m17.585 37.625c.238.62.496 1.229.733 1.85-.237-.621-.495-1.23-.733-1.85m-79.881-113.06c-23.56-19.928-50.66-36.138-80.686-48.007l.737.287V882.16H385.46V748.989c.55-.225 1.112-.438 1.666-.658-30.104 12.06-57.238 28.504-80.79 48.69v183.818a512 512 0 0 1-86.322-48.37v.005c82.844 57.672 183.527 91.518 292.159 91.518 81.456 0 158.447-19.06 226.817-52.91a509 509 0 0 1-22.28 10.294zm-458.888 55.38c1.108-1.638 2.258-3.233 3.395-4.841-1.137 1.608-2.287 3.207-3.395 4.84m481.376 119.73a511.4 511.4 0 0 0 65.176-38.57v-.004a512 512 0 0 1-65.176 38.574m62.36-47.981c.333 1.029.637 2.07.957 3.104-.316-1.034-.62-2.075-.958-3.104m-559.684-45.078c1.216-2.316 2.433-4.624 3.708-6.895-1.28 2.267-2.492 4.579-3.708 6.895m43.098-60.567c-.229.246-.47.475-.7.725.23-.25.471-.483.7-.725m8.074-8.22c.838-.812 1.696-1.612 2.542-2.416-.846.804-1.704 1.604-2.542 2.416m-16.84 18.002c-1.003 1.179-1.978 2.387-2.961 3.579.983-1.192 1.958-2.4 2.962-3.579m164.172-94.85c.995-.213 2.004-.396 3.008-.596-1 .2-2.013.383-3.008.595m27.967-4.642c1.27-.158 2.533-.337 3.816-.483-1.283.146-2.545.325-3.816.483m-56.997 12.136c.717-.22 1.425-.45 2.146-.666-.721.216-1.43.45-2.146.666m316.04 65.596c1.54 1.45 3.09 2.887 4.599 4.37-1.508-1.483-3.054-2.924-4.6-4.37M610.514 739c1.154.345 2.295.72 3.437 1.078-1.146-.358-2.283-.733-3.437-1.079m-58.36-11.849c1.33.154 2.646.337 3.967.5-1.321-.163-2.633-.346-3.967-.5m28.443 4.458c1.191.237 2.387.454 3.57.708-1.179-.25-2.379-.47-3.57-.708M752.063 831.79c-1.412-1.725-2.816-3.454-4.261-5.141 1.445 1.687 2.85 3.416 4.261 5.14",fill:"#A0D9F6"}),a("path",{d:"M623.226 743.106a322 322 0 0 0-9.274-3.033c-1.142-.358-2.283-.733-3.437-1.079a330 330 0 0 0-26.343-6.682c-1.183-.254-2.379-.471-3.57-.708a323 323 0 0 0-14.382-2.55 372 372 0 0 0-10.094-1.408c-1.321-.163-2.637-.346-3.966-.5a369 369 0 0 0-14.124-1.35h-51.722a362 362 0 0 0-14.149 1.354c-1.279.146-2.54.325-3.816.483a356 356 0 0 0-14.373 2.092q-5.336.899-10.59 1.954c-1 .2-2.008.383-3.008.595a327 327 0 0 0-26.884 6.833c-.721.216-1.43.446-2.146.666a322 322 0 0 0-13.548 4.508 313 313 0 0 0-10.674 4.05c-.554.22-1.116.433-1.666.658v133.17H636.76V748.144l-.737-.287a322 322 0 0 0-12.798-4.75M512.052 849.093a15.231 15.231 0 1 1-.004-30.467 15.231 15.231 0 0 1 .004 30.467m0-55.151a15.236 15.236 0 1 1 0-30.476 15.236 15.236 0 0 1 0 30.476m-205.72 3.078v-.054c-.408.35-.8.708-1.204 1.058a272 272 0 0 0-9.54 8.687c-.846.804-1.704 1.604-2.542 2.416a278 278 0 0 0-8.074 8.22c-.229.246-.47.475-.7.725a278 278 0 0 0-8.065 9.061c-1.004 1.18-1.98 2.387-2.962 3.579-.75.908-1.513 1.804-2.25 2.716-.842 1.05-1.662 2.112-2.491 3.17a285 285 0 0 0-7.283 9.808c-1.141 1.608-2.291 3.208-3.395 4.84-1.175 1.726-2.296 3.492-3.433 5.25a278 278 0 0 0-6.595 10.736c-.737 1.267-1.496 2.512-2.216 3.787-1.275 2.27-2.492 4.583-3.708 6.895-.65 1.238-1.304 2.475-1.942 3.725a280 280 0 0 0-3.595 7.37c-.496 1.054-.975 2.112-1.462 3.174a287 287 0 0 0-3.633 8.245l-.192.47a292 292 0 0 0-10.949 31.268c-.029.1-.066.2-.091.3l.004.004a512 512 0 0 0 86.322 48.369V797.02zm498.12 135.33c-.608-2.109-1.282-4.171-1.932-6.254-.321-1.034-.625-2.075-.959-3.104a289 289 0 0 0-4.237-12.22c-.237-.62-.495-1.228-.733-1.85a297 297 0 0 0-3.941-9.802c-.692-1.629-1.416-3.225-2.137-4.833a265 265 0 0 0-8.628-17.648c-.954-1.787-1.892-3.578-2.88-5.34-1.116-1.992-2.282-3.933-3.444-5.891a278 278 0 0 0-5.612-9.05c-1.088-1.674-2.158-3.361-3.27-5.003a262 262 0 0 0-3.838-5.458 254 254 0 0 0-7.332-9.82 276 276 0 0 0-1.925-2.445c-.5-.62-1.02-1.224-1.52-1.837-1.413-1.725-2.817-3.454-4.262-5.14-1.263-1.472-2.567-2.896-3.863-4.338a268 268 0 0 0-7.711-8.253c-1.408-1.45-2.804-2.904-4.245-4.32-1.504-1.48-3.054-2.92-4.6-4.37a314 314 0 0 0-4.403-4.067 292 292 0 0 0-4.683-4.112c-.538-.458-1.05-.941-1.592-1.395v185.576a509 509 0 0 0 22.49-10.394 512.5 512.5 0 0 0 65.174-38.575z",fill:"#FEFEFE"}),a("path",{d:"M496.81600000000003 778.71a15.236 15.236 0 1 0 30.472 0 15.236 15.236 0 1 0-30.472 0M496.821 833.857a15.231 15.231 0 1 0 30.462 0 15.231 15.231 0 1 0-30.462 0",fill:"#A0D9F6"}),a("path",{d:"M271.378 491.975c76.374 48.044 155.014-23.959 201.437-105.315 31.171-54.631 47.823-113.478 39.475-143.037h-.059c-100.162-6.799-243.865 85.981-241.053 239.729.05 2.87.046 5.715.2 8.623",fill:"#FECF77"})]})}));export{m as default};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{jsx as e,jsxs as r}from"@emotion/react/jsx-runtime";function t(t){return e("svg",{"aria-hidden":!0,focusable:!1,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...t,children:r("g",{fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,children:[e("path",{d:"M19 5h-14",strokeDasharray:16,strokeDashoffset:16,children:e("animate",{attributeName:"stroke-dashoffset",dur:"0.2s",fill:"freeze",values:"16;0"})}),e("path",{d:"M19 12h-9",strokeDasharray:10,strokeDashoffset:10,children:e("animate",{attributeName:"stroke-dashoffset",begin:"0.2s",dur:"0.2s",fill:"freeze",values:"10;0"})}),e("path",{d:"M19 19h-14",strokeDasharray:16,strokeDashoffset:16,children:e("animate",{attributeName:"stroke-dashoffset",begin:"0.4s",dur:"0.2s",fill:"freeze",values:"16;0"})}),e("path",{d:"M7 9l-3 3l3 3",strokeDasharray:10,strokeDashoffset:10,children:e("animate",{attributeName:"stroke-dashoffset",begin:"0.6s",dur:"0.2s",fill:"freeze",values:"10;0"})})]})})}export{t as default};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{jsx as e,jsxs as r}from"@emotion/react/jsx-runtime";function t(t){return e("svg",{"aria-hidden":!0,focusable:!1,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...t,children:r("g",{fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,children:[e("path",{d:"M21 9l-3 3l3 3",strokeDasharray:10,strokeDashoffset:10,children:e("animate",{attributeName:"stroke-dashoffset",dur:"0.2s",fill:"freeze",values:"10;0"})}),e("path",{d:"M19 5h-14",strokeDasharray:16,strokeDashoffset:16,children:e("animate",{attributeName:"stroke-dashoffset",begin:"0.2s",dur:"0.2s",fill:"freeze",values:"16;0"})}),e("path",{d:"M14 12h-9",strokeDasharray:10,strokeDashoffset:10,children:e("animate",{attributeName:"stroke-dashoffset",begin:"0.4s",dur:"0.2s",fill:"freeze",values:"10;0"})}),e("path",{d:"M19 19h-14",strokeDasharray:16,strokeDashoffset:16,children:e("animate",{attributeName:"stroke-dashoffset",begin:"0.6s",dur:"0.2s",fill:"freeze",values:"16;0"})})]})})}export{t as default};
3
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 */
@@ -1,34 +1,34 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
2
- import{jsxs as c,jsx as i}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{useThemeTokens as n}from"@vef-framework/hooks";import{themeVariables as o,styles as e}from"@vef-framework/shared";import l from"../../vef-text/index.js";const t=r`
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
+ import{jsxs as c,jsx as i}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{useThemeTokens as n}from"@vef-framework/hooks";import{themeVariables as e,styles as o}from"@vef-framework/shared";import l from"../../vef-text/index.js";const t=r`
3
3
  display: grid;
4
4
  grid-template-columns: 320px 320px;
5
5
  `,d=r`
6
6
  display: flex;
7
7
  align-items: center;
8
- gap: ${o.padding};
9
- padding: ${o.padding};
10
- border-radius: ${o.borderRadiusLg};
8
+ gap: ${e.padding};
9
+ padding: ${e.padding};
10
+ border-radius: ${e.borderRadiusLg};
11
11
  cursor: pointer;
12
12
  user-select: none;
13
- transition: background-color ${o.motionDurationMid} ${o.motionEaseInOut};
13
+ transition: background-color ${e.motionDurationMid} ${e.motionEaseInOut};
14
14
 
15
15
  &:hover {
16
- background-color: ${o.colorFillContent};
16
+ background-color: ${e.colorFillContent};
17
17
  }
18
18
  `,s=r`
19
19
  flex: none;
20
- ${e.flexCenter}
20
+ ${o.flexCenter}
21
21
  `,h=r`
22
22
  flex: auto;
23
23
  display: flex;
24
24
  flex-direction: column;
25
- gap: ${o.paddingXxs};
26
- color: ${o.colorText};
25
+ gap: ${e.paddingXxs};
26
+ color: ${e.colorText};
27
27
  min-width: 0;
28
28
 
29
29
  > span:last-of-type {
30
- color: ${o.colorTextSecondary};
31
- font-size: ${o.fontSizeSm};
30
+ color: ${e.colorTextSecondary};
31
+ font-size: ${e.fontSizeSm};
32
32
  }
33
- `;function p(){const{controlHeightLG:r}=n();return c("svg",{height:r,viewBox:"0 0 1024 1024",width:r,xmlns:"http://www.w3.org/2000/svg",children:[i("path",{d:"M768 1024H256C115.2 1024 0 908.8 0 768V256C0 115.2 115.2 0 256 0h512c140.8 0 256 115.2 256 256v512c0 140.8-115.2 256-256 256z",fill:"#10C7C1","p-id":"1234"}),i("path",{d:"M757.333333 364.8L725.333333 394.666667c-32 32-85.333333 32-117.333333 0s-32-85.333333 0-119.466667l29.866667-29.866667c17.066667-17.066667 6.4-36.266667-25.6-32-32 4.266667-61.866667 19.2-85.333334 42.666667-36.266667 36.266667-51.2 89.6-40.533333 140.8l-256 258.133333c-32 32-32 85.333333 0 119.466667 32 32 85.333333 32 117.333333 0l256-258.133333c83.2 17.066667 164.266667-34.133333 181.333334-117.333334 0-2.133333 2.133333-6.4 2.133333-8.533333 6.4-32-12.8-42.666667-29.866667-25.6z m-448 369.066667c-10.666667 10.666667-27.733333 10.666667-38.4 0s-10.666667-27.733333 0-40.533334c10.666667-10.666667 29.866667-10.666667 38.4 2.133334 10.666667 10.666667 10.666667 27.733333 0 38.4z m-27.733333-364.8l96 96 38.4-40.533334-96-96-21.333333-40.533333-68.266667-49.066667L192 279.466667l49.066667 68.266666 40.533333 21.333334zM605.866667 576c-6.4-6.4-14.933333-6.4-19.2 0l-59.733334 59.733333c-6.4 6.4-6.4 14.933333 0 19.2l138.666667 140.8c21.333333 21.333333 57.6 21.333333 78.933333 0s21.333333-57.6 0-78.933333c0-2.133333-138.666667-140.8-138.666666-140.8z",fill:"#FFFFFF","p-id":"1235"})]})}function v(){const{controlHeightLG:r}=n();return c("svg",{height:r,viewBox:"0 0 1024 1024",width:r,xmlns:"http://www.w3.org/2000/svg",children:[i("path",{d:"M768 1024H256C115.2 1024 0 908.8 0 768V256C0 115.2 115.2 0 256 0h512c140.8 0 256 115.2 256 256v512c0 140.8-115.2 256-256 256z",fill:"#9F53E6","p-id":"1388"}),i("path",{d:"M567.466667 780.8c-4.266667 0-8.533333-2.133333-12.8-6.4l-102.4-162.133333-204.8-14.933334c-6.4 0-10.666667-6.4-12.8-12.8-2.133333-6.4 0-12.8 6.4-17.066666l452.266666-285.866667c4.266667-2.133333 8.533333-4.266667 12.8-2.133333 8.533333 2.133333 10.666667 10.666667 10.666667 17.066666l-132.266667 469.333334c-2.133333 6.4-6.4 10.666667-12.8 12.8-2.133333 2.133333-2.133333 2.133333-4.266666 2.133333z",fill:"#FFFFFF","p-id":"1389"})]})}function a(){const{controlHeightLG:r}=n();return c("svg",{height:r,viewBox:"0 0 1024 1024",width:r,xmlns:"http://www.w3.org/2000/svg",children:[i("path",{d:"M768 1024H256C115.2 1024 0 908.8 0 768V256C0 115.2 115.2 0 256 0h512c140.8 0 256 115.2 256 256v512c0 140.8-115.2 256-256 256z",fill:"#0EB4F6","p-id":"1696"}),i("path",{d:"M785.066667 627.2v70.4c0 27.733333-23.466667 51.2-51.2 51.2H682.666667c-27.733333 0-51.2-23.466667-51.2-51.2v-70.4c0-14.933333 6.4-27.733333 14.933333-36.266667 8.533333-8.533333 21.333333-14.933333 36.266667-14.933333 4.266667 0 8.533333-4.266667 8.533333-8.533333v-40.533334c0-8.533333-8.533333-17.066667-17.066667-17.066666h-136.533333c-4.266667 0-8.533333 4.266667-8.533333 8.533333v51.2c0 4.266667 4.266667 8.533333 8.533333 8.533333 27.733333 0 51.2 23.466667 51.2 51.2v70.4c0 27.733333-23.466667 51.2-51.2 51.2h-51.2c-27.733333 0-51.2-23.466667-51.2-51.2v-70.4c0-27.733333 23.466667-51.2 51.2-51.2 4.266667 0 8.533333-4.266667 8.533333-8.533333v-51.2c0-4.266667-4.266667-8.533333-8.533333-8.533333h-136.533333c-8.533333 0-17.066667 8.533333-17.066667 17.066666v40.533334c0 2.133333 0 4.266667 2.133333 6.4s4.266667 2.133333 6.4 2.133333c27.733333 0 51.2 23.466667 51.2 51.2v70.4c0 27.733333-23.466667 51.2-51.2 51.2h-51.2c-27.733333 0-51.2-23.466667-51.2-51.2v-70.4c0-14.933333 6.4-27.733333 14.933334-36.266667 8.533333-8.533333 21.333333-14.933333 36.266666-14.933333 4.266667 0 8.533333-4.266667 8.533334-8.533333v-40.533334c0-27.733333 23.466667-51.2 51.2-51.2h136.533333c4.266667 0 8.533333-4.266667 8.533333-8.533333v-51.2c0-4.266667-4.266667-8.533333-8.533333-8.533333h-25.6c-27.733333 0-51.2-23.466667-51.2-51.2v-102.4c0-27.733333 23.466667-51.2 51.2-51.2h102.4c27.733333 0 51.2 23.466667 51.2 51.2v102.4c0 27.733333-23.466667 51.2-51.2 51.2h-25.6c-4.266667 0-8.533333 4.266667-8.533333 8.533333v51.2c0 4.266667 4.266667 8.533333 8.533333 8.533333h136.533333c27.733333 0 51.2 23.466667 51.2 51.2v40.533334c0 4.266667 4.266667 8.533333 8.533334 8.533333 29.866667 0 51.2 23.466667 51.2 51.2z",fill:"#FFFFFF","p-id":"1697"})]})}function f(){const{controlHeightLG:r}=n();return c("svg",{height:r,viewBox:"0 0 1024 1024",width:r,xmlns:"http://www.w3.org/2000/svg",children:[i("path",{d:"M768 1024H256C115.2 1024 0 908.8 0 768V256C0 115.2 115.2 0 256 0h512c140.8 0 256 115.2 256 256v512c0 140.8-115.2 256-256 256z",fill:"#10C7C1","p-id":"1850"}),i("path",{d:"M708.266667 258.133333H300.8c-17.066667 0-34.133333 14.933333-34.133333 32v441.6c0 19.2 14.933333 32 34.133333 32h407.466667c19.2 0 34.133333-14.933333 34.133333-32V290.133333c2.133333-17.066667-14.933333-32-34.133333-32zM377.6 512c-12.8 0-25.6-10.666667-25.6-23.466667s12.8-23.466667 25.6-23.466666 25.6 10.666667 25.6 23.466666c0 12.8-12.8 23.466667-25.6 23.466667z m0-115.2c-12.8 0-25.6-10.666667-25.6-23.466667s12.8-23.466667 25.6-23.466666 25.6 10.666667 25.6 23.466666c0 12.8-12.8 23.466667-25.6 23.466667z m256 115.2h-170.666667c-12.8 0-25.6-10.666667-25.6-23.466667s12.8-23.466667 25.6-23.466666h170.666667c12.8 0 25.6 10.666667 25.6 23.466666-2.133333 12.8-12.8 23.466667-25.6 23.466667z m0-115.2h-170.666667c-12.8 0-25.6-10.666667-25.6-23.466667s12.8-23.466667 25.6-23.466666h170.666667c12.8 0 25.6 10.666667 25.6 23.466666-2.133333 12.8-12.8 23.466667-25.6 23.466667z",fill:"#FFFFFF","p-id":"1851"})]})}const g=()=>c("div",{css:t,children:[c("div",{css:d,children:[i("span",{css:s,children:i(p,{})}),c("div",{css:h,children:[i(l,{children:"系统管理"}),i(l,{color:"secondary",children:"系统全局相关配置"})]})]}),c("div",{css:d,children:[i("span",{css:s,children:i(v,{})}),c("div",{css:h,children:[i(l,{children:"主数据管理"}),i(l,{ellipsis:!0,color:"secondary",children:"医院、科室、医生、患者等主数据管理"})]})]}),c("div",{css:d,children:[i("span",{css:s,children:i(a,{})}),c("div",{css:h,children:[i(l,{children:"流程管理"}),i(l,{children:"系统整体涉及的所有流程管理"})]})]}),c("div",{css:d,children:[i("span",{css:s,children:i(f,{})}),c("div",{css:h,children:[i(l,{children:"业务管理"}),i(l,{color:"secondary",children:"医疗业务相关管理"})]})]})]});export{g as default};
33
+ `;function p(){const{controlHeightLG:r}=n();return c("svg",{height:r,viewBox:"0 0 1024 1024",width:r,xmlns:"http://www.w3.org/2000/svg",children:[i("path",{d:"M768 1024H256C115.2 1024 0 908.8 0 768V256C0 115.2 115.2 0 256 0h512c140.8 0 256 115.2 256 256v512c0 140.8-115.2 256-256 256z",fill:"#10C7C1","p-id":"1234"}),i("path",{d:"M757.333333 364.8L725.333333 394.666667c-32 32-85.333333 32-117.333333 0s-32-85.333333 0-119.466667l29.866667-29.866667c17.066667-17.066667 6.4-36.266667-25.6-32-32 4.266667-61.866667 19.2-85.333334 42.666667-36.266667 36.266667-51.2 89.6-40.533333 140.8l-256 258.133333c-32 32-32 85.333333 0 119.466667 32 32 85.333333 32 117.333333 0l256-258.133333c83.2 17.066667 164.266667-34.133333 181.333334-117.333334 0-2.133333 2.133333-6.4 2.133333-8.533333 6.4-32-12.8-42.666667-29.866667-25.6z m-448 369.066667c-10.666667 10.666667-27.733333 10.666667-38.4 0s-10.666667-27.733333 0-40.533334c10.666667-10.666667 29.866667-10.666667 38.4 2.133334 10.666667 10.666667 10.666667 27.733333 0 38.4z m-27.733333-364.8l96 96 38.4-40.533334-96-96-21.333333-40.533333-68.266667-49.066667L192 279.466667l49.066667 68.266666 40.533333 21.333334zM605.866667 576c-6.4-6.4-14.933333-6.4-19.2 0l-59.733334 59.733333c-6.4 6.4-6.4 14.933333 0 19.2l138.666667 140.8c21.333333 21.333333 57.6 21.333333 78.933333 0s21.333333-57.6 0-78.933333c0-2.133333-138.666667-140.8-138.666666-140.8z",fill:"#FFFFFF","p-id":"1235"})]})}function v(){const{controlHeightLG:r}=n();return c("svg",{height:r,viewBox:"0 0 1024 1024",width:r,xmlns:"http://www.w3.org/2000/svg",children:[i("path",{d:"M768 1024H256C115.2 1024 0 908.8 0 768V256C0 115.2 115.2 0 256 0h512c140.8 0 256 115.2 256 256v512c0 140.8-115.2 256-256 256z",fill:"#9F53E6","p-id":"1388"}),i("path",{d:"M567.466667 780.8c-4.266667 0-8.533333-2.133333-12.8-6.4l-102.4-162.133333-204.8-14.933334c-6.4 0-10.666667-6.4-12.8-12.8-2.133333-6.4 0-12.8 6.4-17.066666l452.266666-285.866667c4.266667-2.133333 8.533333-4.266667 12.8-2.133333 8.533333 2.133333 10.666667 10.666667 10.666667 17.066666l-132.266667 469.333334c-2.133333 6.4-6.4 10.666667-12.8 12.8-2.133333 2.133333-2.133333 2.133333-4.266666 2.133333z",fill:"#FFFFFF","p-id":"1389"})]})}function a(){const{controlHeightLG:r}=n();return c("svg",{height:r,viewBox:"0 0 1024 1024",width:r,xmlns:"http://www.w3.org/2000/svg",children:[i("path",{d:"M768 1024H256C115.2 1024 0 908.8 0 768V256C0 115.2 115.2 0 256 0h512c140.8 0 256 115.2 256 256v512c0 140.8-115.2 256-256 256z",fill:"#0EB4F6","p-id":"1696"}),i("path",{d:"M785.066667 627.2v70.4c0 27.733333-23.466667 51.2-51.2 51.2H682.666667c-27.733333 0-51.2-23.466667-51.2-51.2v-70.4c0-14.933333 6.4-27.733333 14.933333-36.266667 8.533333-8.533333 21.333333-14.933333 36.266667-14.933333 4.266667 0 8.533333-4.266667 8.533333-8.533333v-40.533334c0-8.533333-8.533333-17.066667-17.066667-17.066666h-136.533333c-4.266667 0-8.533333 4.266667-8.533333 8.533333v51.2c0 4.266667 4.266667 8.533333 8.533333 8.533333 27.733333 0 51.2 23.466667 51.2 51.2v70.4c0 27.733333-23.466667 51.2-51.2 51.2h-51.2c-27.733333 0-51.2-23.466667-51.2-51.2v-70.4c0-27.733333 23.466667-51.2 51.2-51.2 4.266667 0 8.533333-4.266667 8.533333-8.533333v-51.2c0-4.266667-4.266667-8.533333-8.533333-8.533333h-136.533333c-8.533333 0-17.066667 8.533333-17.066667 17.066666v40.533334c0 2.133333 0 4.266667 2.133333 6.4s4.266667 2.133333 6.4 2.133333c27.733333 0 51.2 23.466667 51.2 51.2v70.4c0 27.733333-23.466667 51.2-51.2 51.2h-51.2c-27.733333 0-51.2-23.466667-51.2-51.2v-70.4c0-14.933333 6.4-27.733333 14.933334-36.266667 8.533333-8.533333 21.333333-14.933333 36.266666-14.933333 4.266667 0 8.533333-4.266667 8.533334-8.533333v-40.533334c0-27.733333 23.466667-51.2 51.2-51.2h136.533333c4.266667 0 8.533333-4.266667 8.533333-8.533333v-51.2c0-4.266667-4.266667-8.533333-8.533333-8.533333h-25.6c-27.733333 0-51.2-23.466667-51.2-51.2v-102.4c0-27.733333 23.466667-51.2 51.2-51.2h102.4c27.733333 0 51.2 23.466667 51.2 51.2v102.4c0 27.733333-23.466667 51.2-51.2 51.2h-25.6c-4.266667 0-8.533333 4.266667-8.533333 8.533333v51.2c0 4.266667 4.266667 8.533333 8.533333 8.533333h136.533333c27.733333 0 51.2 23.466667 51.2 51.2v40.533334c0 4.266667 4.266667 8.533333 8.533334 8.533333 29.866667 0 51.2 23.466667 51.2 51.2z",fill:"#FFFFFF","p-id":"1697"})]})}function f(){const{controlHeightLG:r}=n();return c("svg",{height:r,viewBox:"0 0 1024 1024",width:r,xmlns:"http://www.w3.org/2000/svg",children:[i("path",{d:"M768 1024H256C115.2 1024 0 908.8 0 768V256C0 115.2 115.2 0 256 0h512c140.8 0 256 115.2 256 256v512c0 140.8-115.2 256-256 256z",fill:"#10C7C1","p-id":"1850"}),i("path",{d:"M708.266667 258.133333H300.8c-17.066667 0-34.133333 14.933333-34.133333 32v441.6c0 19.2 14.933333 32 34.133333 32h407.466667c19.2 0 34.133333-14.933333 34.133333-32V290.133333c2.133333-17.066667-14.933333-32-34.133333-32zM377.6 512c-12.8 0-25.6-10.666667-25.6-23.466667s12.8-23.466667 25.6-23.466666 25.6 10.666667 25.6 23.466666c0 12.8-12.8 23.466667-25.6 23.466667z m0-115.2c-12.8 0-25.6-10.666667-25.6-23.466667s12.8-23.466667 25.6-23.466666 25.6 10.666667 25.6 23.466666c0 12.8-12.8 23.466667-25.6 23.466667z m256 115.2h-170.666667c-12.8 0-25.6-10.666667-25.6-23.466667s12.8-23.466667 25.6-23.466666h170.666667c12.8 0 25.6 10.666667 25.6 23.466666-2.133333 12.8-12.8 23.466667-25.6 23.466667z m0-115.2h-170.666667c-12.8 0-25.6-10.666667-25.6-23.466667s12.8-23.466667 25.6-23.466666h170.666667c12.8 0 25.6 10.666667 25.6 23.466666-2.133333 12.8-12.8 23.466667-25.6 23.466667z",fill:"#FFFFFF","p-id":"1851"})]})}function g(){return c("div",{css:t,children:[c("div",{css:d,children:[i("span",{css:s,children:i(p,{})}),c("div",{css:h,children:[i(l,{children:"系统管理"}),i(l,{color:"secondary",children:"系统全局相关配置"})]})]}),c("div",{css:d,children:[i("span",{css:s,children:i(v,{})}),c("div",{css:h,children:[i(l,{children:"主数据管理"}),i(l,{ellipsis:!0,color:"secondary",children:"医院、科室、医生、患者等主数据管理"})]})]}),c("div",{css:d,children:[i("span",{css:s,children:i(a,{})}),c("div",{css:h,children:[i(l,{children:"流程管理"}),i(l,{children:"系统整体涉及的所有流程管理"})]})]}),c("div",{css:d,children:[i("span",{css:s,children:i(f,{})}),c("div",{css:h,children:[i(l,{children:"业务管理"}),i(l,{color:"secondary",children:"医疗业务相关管理"})]})]})]})}export{g as default};
34
34
  /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
2
- import{jsx as o}from"@emotion/react/jsx-runtime";import{BellIcon as r}from"lucide-react";import e from"../../vef-icon/index.js";import{iconStyle as i}from"../common-styles.js";const m=()=>o("div",{css:i,children:o(e,{size:"large",children:o(r,{})})});export{m as default};
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
+ import{jsx as r}from"@emotion/react/jsx-runtime";import{BellIcon as e}from"lucide-react";import o from"../../vef-icon/index.js";import{iconStyle as i}from"../common-styles.js";function t(){return r("div",{css:i,children:r(o,{size:"large",children:r(e,{})})})}export{t as default};
3
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 */
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
2
- import{jsx as o}from"@emotion/react/jsx-runtime";import{SearchIcon as r}from"lucide-react";import e from"../../vef-icon/index.js";import{iconStyle as i}from"../common-styles.js";const m=()=>o("div",{css:i,children:o(e,{size:"large",children:o(r,{})})});export{m as default};
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
+ import{jsx as r}from"@emotion/react/jsx-runtime";import{SearchIcon as e}from"lucide-react";import o from"../../vef-icon/index.js";import{iconStyle as i}from"../common-styles.js";function t(){return r("div",{css:i,children:r(o,{size:"large",children:r(e,{})})})}export{t as default};
3
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 */
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.50, build time: 2024-12-26T14:52:14.757Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.51, build time: 2024-12-27T03:46:29.383Z, made by Venus. */
2
2
  import{jsxs as e,jsx as i}from"@emotion/react/jsx-runtime";import{css as n}from"@emotion/react";import{themeVariables as t}from"@vef-framework/shared";import{Layout as o}from"antd";import{memo as r}from"react";import l from"../../vef-menu/index.js";import s from"../../vef-scroll-area/index.js";import{useLayoutContextSelector as d}from"../hooks/use-layout-context.js";import{useLayoutStore as m}from"../store.js";import a from"./title.js";const{Sider:f}=o,u=n`
3
3
  border-right: ${t.lineWidth} ${t.lineType} ${t.colorBorderSecondary};
4
4
 
@@ -47,5 +47,5 @@ import{jsxs as e,jsx as i}from"@emotion/react/jsx-runtime";import{css as n}from"
47
47
  }
48
48
  }
49
49
  }
50
- `,p=r((()=>{const[n,t,o,r]=d((e=>[e.menuItems,e.defaultOpenedMenuKeys,e.activeMenuKey,e.onActiveMenuKeyChange])),[p,c]=m((e=>[e.siderCollapsed,e.setSiderCollapsed]));return e(f,{collapsible:!0,breakpoint:"lg",collapsed:p,collapsedWidth:80,css:u,theme:"light",trigger:null,width:220,onCollapse:c,children:[i(a,{}),i("div",{className:"vef-layout-sider-menu",children:i(s,{scrollbarSize:"small",children:i(l,{inlineExpansion:!0,defaultOpenedKeys:t,inlineCollapsed:p,items:n??[],selectedKeys:o?[o]:[],onSelect:r})})})]})}));p.displayName="VefSider";export{p as default};
50
+ `;const p=r((function(){const[n,t,o,r]=d((e=>[e.menuItems,e.defaultOpenedMenuKeys,e.activeMenuKey,e.onActiveMenuKeyChange])),[p,c]=m((e=>[e.siderCollapsed,e.setSiderCollapsed]));return e(f,{collapsible:!0,breakpoint:"lg",collapsed:p,collapsedWidth:80,css:u,theme:"light",trigger:null,width:220,onCollapse:c,children:[i(a,{}),i("div",{className:"vef-layout-sider-menu",children:i(s,{scrollbarSize:"small",children:i(l,{inlineExpansion:!0,defaultOpenedKeys:t,inlineCollapsed:p,items:n??[],selectedKeys:o?[o]:[],onSelect:r})})})]})}));p.displayName="VefSider";export{p as default};
51
51
  /*! 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 */