@vef-framework/components 1.0.99 → 1.0.100

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 (674) hide show
  1. package/es/index.js +2 -90
  2. package/es/internal/base.css.js +2 -4
  3. package/es/internal/chart.js +2 -18
  4. package/es/internal/index.js +2 -3
  5. package/es/internal/modern-normalize.css.js +2 -4
  6. package/es/internal/utils.js +2 -6
  7. package/es/vef-access-denied/access-denied-icon.js +2 -928
  8. package/es/vef-access-denied/index.js +10 -45
  9. package/es/vef-action-buttons/index.js +2 -75
  10. package/es/vef-approval-flow-editor/components/edge.js +3 -83
  11. package/es/vef-approval-flow-editor/components/label-value.js +9 -27
  12. package/es/vef-approval-flow-editor/components/node-content.js +11 -45
  13. package/es/vef-approval-flow-editor/components/node-selector.js +5 -33
  14. package/es/vef-approval-flow-editor/components/node-toolbar.js +2 -21
  15. package/es/vef-approval-flow-editor/components/nodes/approval.js +2 -24
  16. package/es/vef-approval-flow-editor/components/nodes/condition.js +2 -24
  17. package/es/vef-approval-flow-editor/components/nodes/end.js +2 -24
  18. package/es/vef-approval-flow-editor/components/nodes/handle.js +2 -24
  19. package/es/vef-approval-flow-editor/components/nodes/index.js +2 -17
  20. package/es/vef-approval-flow-editor/components/nodes/submit.js +2 -24
  21. package/es/vef-approval-flow-editor/components/selector-content.js +10 -48
  22. package/es/vef-approval-flow-editor/components/source-handle.js +2 -40
  23. package/es/vef-approval-flow-editor/components/target-handle.js +2 -9
  24. package/es/vef-approval-flow-editor/constants.js +2 -218
  25. package/es/vef-approval-flow-editor/helper.js +2 -83
  26. package/es/vef-approval-flow-editor/hooks/use-edges-interaction.js +2 -25
  27. package/es/vef-approval-flow-editor/hooks/use-element-selection.js +2 -24
  28. package/es/vef-approval-flow-editor/hooks/use-nodes-interaction.js +2 -51
  29. package/es/vef-approval-flow-editor/index.js +2 -75
  30. package/es/vef-approval-flow-editor/models/edge-node.js +2 -20
  31. package/es/vef-approval-flow-editor/models/flow-node.js +2 -105
  32. package/es/vef-approval-flow-editor/store.js +2 -16
  33. package/es/vef-approval-flow-editor/styles.js +13 -20
  34. package/es/vef-approval-flow-editor/types.js +2 -15
  35. package/es/vef-area-chart/index.js +2 -41
  36. package/es/vef-auto-sizer/index.js +2 -6
  37. package/es/vef-avatar/index.js +2 -20
  38. package/es/vef-avatar-group/index.js +2 -25
  39. package/es/vef-badge/index.js +2 -47
  40. package/es/vef-bar-chart/index.js +2 -41
  41. package/es/vef-bool/hooks/use-bool-instance.js +2 -34
  42. package/es/vef-bool/index.js +2 -60
  43. package/es/vef-breadcrumb/index.js +2 -48
  44. package/es/vef-button/components/base-button.js +2 -73
  45. package/es/vef-button/index.js +2 -151
  46. package/es/vef-card/index.js +2 -25
  47. package/es/vef-card-meta/index.js +2 -12
  48. package/es/vef-chart-container/hooks/use-chart-container-context.js +2 -12
  49. package/es/vef-chart-container/index.js +10 -80
  50. package/es/vef-chart-legend-content/index.js +11 -43
  51. package/es/vef-chart-tooltip-content/index.js +23 -85
  52. package/es/vef-checkbox/hooks/use-checkbox-instance.js +2 -20
  53. package/es/vef-checkbox/hooks/use-data-options.js +2 -40
  54. package/es/vef-checkbox/index.js +4 -88
  55. package/es/vef-col/index.js +2 -11
  56. package/es/vef-color-picker/index.js +2 -46
  57. package/es/vef-compact/index.js +2 -15
  58. package/es/vef-config-provider/global-style.js +16 -23
  59. package/es/vef-config-provider/hooks/use-ui-config.js +2 -126
  60. package/es/vef-config-provider/index.js +4 -121
  61. package/es/vef-config-provider/store.js +2 -21
  62. package/es/vef-container/index.js +2 -18
  63. package/es/vef-crud-page/components/crud-actions.js +2 -32
  64. package/es/vef-crud-page/components/crud-filter.js +2 -54
  65. package/es/vef-crud-page/components/crud-footer.js +4 -116
  66. package/es/vef-crud-page/components/crud-form-modal.js +2 -53
  67. package/es/vef-crud-page/components/crud-header.js +2 -29
  68. package/es/vef-crud-page/components/crud-table.js +2 -76
  69. package/es/vef-crud-page/hooks/use-action-buttons.js +2 -37
  70. package/es/vef-crud-page/hooks/use-crud-context.js +2 -20
  71. package/es/vef-crud-page/hooks/use-crud-schema.js +2 -116
  72. package/es/vef-crud-page/hooks/use-operation-buttons.js +2 -60
  73. package/es/vef-crud-page/index.js +2 -150
  74. package/es/vef-crud-page/store.js +2 -142
  75. package/es/vef-data-grid/index.js +2 -85
  76. package/es/vef-data-table/index.js +2 -9
  77. package/es/vef-divider/index.js +2 -24
  78. package/es/vef-drawer/components/action-button-wrapper.js +2 -49
  79. package/es/vef-drawer/components/button-props.js +1 -2
  80. package/es/vef-drawer/components/cancel-action-button.js +2 -21
  81. package/es/vef-drawer/components/ok-action-button.js +2 -20
  82. package/es/vef-drawer/context.js +2 -15
  83. package/es/vef-drawer/index.js +4 -154
  84. package/es/vef-dropdown/index.js +2 -92
  85. package/es/vef-dynamic-icon/index.js +2 -46
  86. package/es/vef-dynamic-icon/props.js +2 -6
  87. package/es/vef-empty/index.js +2 -37
  88. package/es/vef-empty-placeholder/index.js +5 -19
  89. package/es/vef-error/error-icon.js +2 -757
  90. package/es/vef-error/index.js +10 -48
  91. package/es/vef-filter/components/action-buttons.js +6 -119
  92. package/es/vef-filter/components/advanced-filter.js +9 -71
  93. package/es/vef-filter/components/basic-filter.js +5 -35
  94. package/es/vef-filter/components/fields/index.js +2 -19
  95. package/es/vef-filter/components/fields/input-number.js +2 -90
  96. package/es/vef-filter/components/fields/input.js +2 -67
  97. package/es/vef-filter/components/fields/radio.js +2 -109
  98. package/es/vef-filter/components/fields/select.js +2 -140
  99. package/es/vef-filter/components/fields/tree-select.js +2 -136
  100. package/es/vef-filter/components/filter-field.js +2 -19
  101. package/es/vef-filter/components/filter-item.js +2 -112
  102. package/es/vef-filter/event.js +2 -44
  103. package/es/vef-filter/helper.js +2 -15
  104. package/es/vef-filter/hooks/use-action-handlers.js +2 -70
  105. package/es/vef-filter/hooks/use-computed-values.js +2 -55
  106. package/es/vef-filter/hooks/use-filter-context.js +2 -18
  107. package/es/vef-filter/hooks/use-filter-initialization.js +2 -37
  108. package/es/vef-filter/hooks/use-filter-instance.js +2 -26
  109. package/es/vef-filter/hooks/use-filter-items.js +2 -23
  110. package/es/vef-filter/hooks/use-filter-values-change.js +2 -30
  111. package/es/vef-filter/hooks/use-label-config.js +2 -27
  112. package/es/vef-filter/index.js +3 -141
  113. package/es/vef-filter/store.js +2 -71
  114. package/es/vef-flex/index.js +2 -31
  115. package/es/vef-float-button/index.js +2 -49
  116. package/es/vef-float-button-group/index.js +2 -20
  117. package/es/vef-form/components/fields/icon-select.js +2 -65
  118. package/es/vef-form/components/fields/index.js +2 -25
  119. package/es/vef-form/components/fields/input-number.js +2 -123
  120. package/es/vef-form/components/fields/input.js +2 -132
  121. package/es/vef-form/components/fields/password.js +2 -115
  122. package/es/vef-form/components/fields/radio.js +2 -106
  123. package/es/vef-form/components/fields/select.js +2 -238
  124. package/es/vef-form/components/fields/textarea.js +2 -109
  125. package/es/vef-form/components/fields/tree-select.js +2 -234
  126. package/es/vef-form/components/form-actions.js +4 -58
  127. package/es/vef-form/components/form-content.js +3 -144
  128. package/es/vef-form/components/form-field.js +2 -22
  129. package/es/vef-form/components/form-group.js +4 -64
  130. package/es/vef-form/components/form-hidden-item.js +2 -36
  131. package/es/vef-form/components/form-item.js +2 -79
  132. package/es/vef-form/components/form-row.js +2 -98
  133. package/es/vef-form/event.js +2 -44
  134. package/es/vef-form/helper.js +2 -15
  135. package/es/vef-form/hooks/use-action-handlers.js +2 -130
  136. package/es/vef-form/hooks/use-columns-layout.js +2 -122
  137. package/es/vef-form/hooks/use-computed-values.js +2 -55
  138. package/es/vef-form/hooks/use-form-context.js +2 -14
  139. package/es/vef-form/hooks/use-form-initialization.js +2 -45
  140. package/es/vef-form/hooks/use-form-instance.js +2 -26
  141. package/es/vef-form/hooks/use-form-values-change.js +2 -30
  142. package/es/vef-form/hooks/use-label-width.js +2 -18
  143. package/es/vef-form/index.js +4 -174
  144. package/es/vef-form/store.js +2 -65
  145. package/es/vef-form/validation-rules.js +2 -286
  146. package/es/vef-form-drawer/index.js +2 -98
  147. package/es/vef-form-modal/index.js +2 -95
  148. package/es/vef-generic-select/index.js +2 -81
  149. package/es/vef-grid/index.js +7 -83
  150. package/es/vef-grid/props.js +2 -4
  151. package/es/vef-grid-item/index.js +2 -52
  152. package/es/vef-icon/index.js +2 -50
  153. package/es/vef-icon-select/index.js +12 -146
  154. package/es/vef-input/hooks/use-input-instance.js +2 -15
  155. package/es/vef-input/index.js +2 -64
  156. package/es/vef-input-number/hooks/use-input-number-instance.js +2 -13
  157. package/es/vef-input-number/index.js +2 -148
  158. package/es/vef-layout/common-styles.js +5 -10
  159. package/es/vef-layout/components/content.js +2 -13
  160. package/es/vef-layout/components/font-size.js +2 -68
  161. package/es/vef-layout/components/fullscreen.js +2 -23
  162. package/es/vef-layout/components/header-action-icons.js +7 -29
  163. package/es/vef-layout/components/header-content.js +2 -19
  164. package/es/vef-layout/components/header.js +7 -69
  165. package/es/vef-layout/components/icon-boy.js +2 -69
  166. package/es/vef-layout/components/icon-girl.js +2 -76
  167. package/es/vef-layout/components/icon-menu-fold-left.js +2 -23
  168. package/es/vef-layout/components/icon-menu-unfold-left.js +2 -23
  169. package/es/vef-layout/components/menu-groups.js +16 -123
  170. package/es/vef-layout/components/message.js +2 -11
  171. package/es/vef-layout/components/search.js +2 -11
  172. package/es/vef-layout/components/sider.js +6 -54
  173. package/es/vef-layout/components/title.js +9 -53
  174. package/es/vef-layout/components/user-avatar.js +10 -80
  175. package/es/vef-layout/hooks/use-layout-context.js +2 -10
  176. package/es/vef-layout/index.js +3 -33
  177. package/es/vef-layout/logo.svg.js +2 -4
  178. package/es/vef-layout/store.js +2 -16
  179. package/es/vef-line-chart/index.js +2 -38
  180. package/es/vef-loading-placeholder/index.js +6 -42
  181. package/es/vef-login/index.js +22 -152
  182. package/es/vef-login/login-icon.js +2 -668
  183. package/es/vef-menu/index.js +5 -77
  184. package/es/vef-modal/components/action-button-wrapper.js +2 -49
  185. package/es/vef-modal/components/button-props.js +1 -2
  186. package/es/vef-modal/components/cancel-action-button.js +2 -18
  187. package/es/vef-modal/components/ok-action-button.js +2 -20
  188. package/es/vef-modal/context.js +2 -15
  189. package/es/vef-modal/index.js +3 -239
  190. package/es/vef-not-found/index.js +10 -45
  191. package/es/vef-not-found/not-found-icon.js +2 -844
  192. package/es/vef-page/index.js +11 -87
  193. package/es/vef-pagination/index.js +2 -57
  194. package/es/vef-pagination/props.js +2 -13
  195. package/es/vef-paragraph/index.js +2 -89
  196. package/es/vef-password/hooks/use-password-instance.js +2 -13
  197. package/es/vef-password/index.js +2 -67
  198. package/es/vef-pie-chart/index.js +9 -70
  199. package/es/vef-popconfirm/index.js +2 -56
  200. package/es/vef-popover/index.js +2 -34
  201. package/es/vef-radio/hooks/use-data-options.js +2 -40
  202. package/es/vef-radio/hooks/use-radio-instance.js +2 -20
  203. package/es/vef-radio/index.js +4 -88
  204. package/es/vef-rate/hooks/use-rate-instance.js +2 -13
  205. package/es/vef-rate/index.js +2 -30
  206. package/es/vef-responsive-container/index.js +3 -54
  207. package/es/vef-responsive-item/index.js +3 -23
  208. package/es/vef-ribbon/index.js +2 -38
  209. package/es/vef-row/index.js +2 -12
  210. package/es/vef-scroll-area/components/scrollbar.js +8 -34
  211. package/es/vef-scroll-area/index.js +4 -69
  212. package/es/vef-select/components/option.js +4 -23
  213. package/es/vef-select/hooks/use-data-options.js +2 -47
  214. package/es/vef-select/hooks/use-field-names.js +2 -21
  215. package/es/vef-select/hooks/use-render-label.js +3 -23
  216. package/es/vef-select/hooks/use-render-option.js +2 -19
  217. package/es/vef-select/hooks/use-select-instance.js +2 -20
  218. package/es/vef-select/index.js +2 -100
  219. package/es/vef-slider/hooks/use-slider-instance.js +2 -13
  220. package/es/vef-slider/index.js +2 -34
  221. package/es/vef-sortable-list/components/overlay-item.js +3 -31
  222. package/es/vef-sortable-list/components/sortable-item.js +3 -75
  223. package/es/vef-sortable-list/hooks/use-merged-items.js +2 -21
  224. package/es/vef-sortable-list/index.js +2 -114
  225. package/es/vef-space/index.js +2 -25
  226. package/es/vef-spin/index.js +2 -12
  227. package/es/vef-splitter/index.js +2 -20
  228. package/es/vef-splitter-panel/index.js +2 -12
  229. package/es/vef-status/index.js +2 -37
  230. package/es/vef-table/components/columns/bool.js +2 -91
  231. package/es/vef-table/components/columns/code.js +2 -10
  232. package/es/vef-table/components/columns/data-dictionary.js +2 -92
  233. package/es/vef-table/components/columns/enum.js +2 -101
  234. package/es/vef-table/components/columns/file.js +2 -10
  235. package/es/vef-table/components/columns/icon.js +2 -10
  236. package/es/vef-table/components/columns/id.js +2 -82
  237. package/es/vef-table/components/columns/image.js +2 -11
  238. package/es/vef-table/components/columns/index.js +2 -33
  239. package/es/vef-table/components/columns/markdown.js +2 -10
  240. package/es/vef-table/components/columns/number.js +2 -83
  241. package/es/vef-table/components/columns/render.js +2 -28
  242. package/es/vef-table/components/columns/rich-text.js +2 -10
  243. package/es/vef-table/components/columns/text.js +2 -88
  244. package/es/vef-table/components/columns-settings.js +11 -195
  245. package/es/vef-table/components/operation-buttons.js +3 -230
  246. package/es/vef-table/components/settings-icon.js +4 -19
  247. package/es/vef-table/components/table-footer.js +4 -102
  248. package/es/vef-table/helper.js +2 -15
  249. package/es/vef-table/hooks/use-computed-batch-buttons.js +2 -33
  250. package/es/vef-table/hooks/use-computed-columns.js +2 -20
  251. package/es/vef-table/hooks/use-computed-values.js +2 -38
  252. package/es/vef-table/hooks/use-data.js +2 -57
  253. package/es/vef-table/hooks/use-default-column-configs.js +2 -27
  254. package/es/vef-table/hooks/use-display-value.js +2 -36
  255. package/es/vef-table/hooks/use-helper-columns.js +2 -67
  256. package/es/vef-table/hooks/use-operation-column-width.js +2 -50
  257. package/es/vef-table/hooks/use-pagination-props.js +2 -44
  258. package/es/vef-table/hooks/use-row-props.js +2 -39
  259. package/es/vef-table/hooks/use-row-selection-config.js +2 -112
  260. package/es/vef-table/hooks/use-selected-rows.js +2 -26
  261. package/es/vef-table/hooks/use-table-columns.js +2 -56
  262. package/es/vef-table/hooks/use-table-context.js +2 -21
  263. package/es/vef-table/hooks/use-table-instance.js +2 -15
  264. package/es/vef-table/hooks/use-table-summary.js +2 -42
  265. package/es/vef-table/hooks/use-table-width.js +2 -13
  266. package/es/vef-table/index.js +6 -227
  267. package/es/vef-table/store.js +2 -17
  268. package/es/vef-tabs/index.js +2 -25
  269. package/es/vef-tag/index.js +2 -28
  270. package/es/vef-temporal-picker/helper.js +2 -57
  271. package/es/vef-temporal-picker/hooks/use-dayjs-value.js +2 -18
  272. package/es/vef-temporal-picker/hooks/use-temporal-limit.js +2 -34
  273. package/es/vef-temporal-picker/hooks/use-temporal-picker-instance.js +2 -19
  274. package/es/vef-temporal-picker/index.js +2 -125
  275. package/es/vef-temporal-range-picker/helper.js +2 -57
  276. package/es/vef-temporal-range-picker/hooks/use-dayjs-values.js +2 -23
  277. package/es/vef-temporal-range-picker/hooks/use-temporal-limit.js +2 -34
  278. package/es/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.js +2 -19
  279. package/es/vef-temporal-range-picker/index.js +2 -128
  280. package/es/vef-temporal-range-picker/props.js +2 -4
  281. package/es/vef-text/index.js +2 -80
  282. package/es/vef-textarea/hooks/use-textarea-instance.js +2 -13
  283. package/es/vef-textarea/index.js +2 -67
  284. package/es/vef-title/index.js +7 -89
  285. package/es/vef-tooltip/index.js +2 -35
  286. package/es/vef-tree-select/hooks/use-change-handler.js +2 -33
  287. package/es/vef-tree-select/hooks/use-data-options.js +2 -45
  288. package/es/vef-tree-select/hooks/use-tree-select-instance.js +2 -20
  289. package/es/vef-tree-select/index.js +2 -89
  290. package/es/vef-virtual-grid/index.js +4 -107
  291. package/es/vef-virtual-list/index.js +5 -215
  292. package/lib/index.cjs +2 -186
  293. package/lib/internal/base.css.cjs +2 -8
  294. package/lib/internal/chart.cjs +2 -22
  295. package/lib/internal/index.cjs +2 -12
  296. package/lib/internal/modern-normalize.css.cjs +2 -8
  297. package/lib/internal/utils.cjs +2 -10
  298. package/lib/vef-access-denied/access-denied-icon.cjs +2 -932
  299. package/lib/vef-access-denied/index.cjs +10 -49
  300. package/lib/vef-access-denied/props.cjs +2 -4
  301. package/lib/vef-action-buttons/index.cjs +2 -79
  302. package/lib/vef-action-buttons/props.cjs +2 -4
  303. package/lib/vef-approval-flow-editor/components/edge.cjs +3 -87
  304. package/lib/vef-approval-flow-editor/components/label-value.cjs +9 -31
  305. package/lib/vef-approval-flow-editor/components/node-content.cjs +11 -49
  306. package/lib/vef-approval-flow-editor/components/node-selector.cjs +5 -37
  307. package/lib/vef-approval-flow-editor/components/node-toolbar.cjs +2 -25
  308. package/lib/vef-approval-flow-editor/components/nodes/approval.cjs +2 -28
  309. package/lib/vef-approval-flow-editor/components/nodes/condition.cjs +2 -28
  310. package/lib/vef-approval-flow-editor/components/nodes/end.cjs +2 -28
  311. package/lib/vef-approval-flow-editor/components/nodes/handle.cjs +2 -28
  312. package/lib/vef-approval-flow-editor/components/nodes/index.cjs +2 -21
  313. package/lib/vef-approval-flow-editor/components/nodes/submit.cjs +2 -28
  314. package/lib/vef-approval-flow-editor/components/selector-content.cjs +10 -52
  315. package/lib/vef-approval-flow-editor/components/source-handle.cjs +2 -44
  316. package/lib/vef-approval-flow-editor/components/target-handle.cjs +2 -13
  317. package/lib/vef-approval-flow-editor/constants.cjs +2 -227
  318. package/lib/vef-approval-flow-editor/helper.cjs +2 -90
  319. package/lib/vef-approval-flow-editor/hooks/use-edges-interaction.cjs +2 -29
  320. package/lib/vef-approval-flow-editor/hooks/use-element-selection.cjs +2 -28
  321. package/lib/vef-approval-flow-editor/hooks/use-nodes-interaction.cjs +2 -55
  322. package/lib/vef-approval-flow-editor/index.cjs +2 -79
  323. package/lib/vef-approval-flow-editor/models/edge-node.cjs +2 -25
  324. package/lib/vef-approval-flow-editor/models/flow-node.cjs +2 -114
  325. package/lib/vef-approval-flow-editor/props.cjs +2 -4
  326. package/lib/vef-approval-flow-editor/store.cjs +2 -22
  327. package/lib/vef-approval-flow-editor/styles.cjs +13 -25
  328. package/lib/vef-approval-flow-editor/types.cjs +2 -20
  329. package/lib/vef-area-chart/index.cjs +2 -45
  330. package/lib/vef-area-chart/props.cjs +2 -4
  331. package/lib/vef-auto-sizer/index.cjs +2 -10
  332. package/lib/vef-auto-sizer/props.cjs +2 -4
  333. package/lib/vef-avatar/index.cjs +2 -24
  334. package/lib/vef-avatar/props.cjs +2 -4
  335. package/lib/vef-avatar-group/index.cjs +2 -29
  336. package/lib/vef-avatar-group/props.cjs +2 -4
  337. package/lib/vef-badge/index.cjs +2 -51
  338. package/lib/vef-badge/props.cjs +2 -4
  339. package/lib/vef-bar-chart/index.cjs +2 -45
  340. package/lib/vef-bar-chart/props.cjs +2 -4
  341. package/lib/vef-bool/hooks/use-bool-instance.cjs +2 -38
  342. package/lib/vef-bool/index.cjs +2 -64
  343. package/lib/vef-bool/props.cjs +2 -4
  344. package/lib/vef-breadcrumb/index.cjs +2 -52
  345. package/lib/vef-breadcrumb/props.cjs +2 -4
  346. package/lib/vef-button/components/base-button.cjs +2 -77
  347. package/lib/vef-button/index.cjs +2 -155
  348. package/lib/vef-button/props.cjs +2 -4
  349. package/lib/vef-card/index.cjs +2 -29
  350. package/lib/vef-card/props.cjs +2 -4
  351. package/lib/vef-card-meta/index.cjs +2 -16
  352. package/lib/vef-card-meta/props.cjs +2 -4
  353. package/lib/vef-chart-container/hooks/use-chart-container-context.cjs +2 -18
  354. package/lib/vef-chart-container/index.cjs +10 -84
  355. package/lib/vef-chart-container/props.cjs +2 -4
  356. package/lib/vef-chart-legend-content/index.cjs +11 -48
  357. package/lib/vef-chart-legend-content/props.cjs +2 -4
  358. package/lib/vef-chart-tooltip-content/index.cjs +23 -89
  359. package/lib/vef-chart-tooltip-content/props.cjs +2 -4
  360. package/lib/vef-checkbox/hooks/use-checkbox-instance.cjs +2 -24
  361. package/lib/vef-checkbox/hooks/use-data-options.cjs +2 -44
  362. package/lib/vef-checkbox/index.cjs +4 -92
  363. package/lib/vef-checkbox/props.cjs +2 -4
  364. package/lib/vef-col/index.cjs +2 -15
  365. package/lib/vef-col/props.cjs +2 -4
  366. package/lib/vef-color-picker/index.cjs +2 -50
  367. package/lib/vef-color-picker/props.cjs +2 -4
  368. package/lib/vef-compact/index.cjs +2 -19
  369. package/lib/vef-compact/props.cjs +2 -4
  370. package/lib/vef-config-provider/global-style.cjs +16 -28
  371. package/lib/vef-config-provider/hooks/use-ui-config.cjs +2 -130
  372. package/lib/vef-config-provider/index.cjs +4 -125
  373. package/lib/vef-config-provider/props.cjs +2 -4
  374. package/lib/vef-config-provider/store.cjs +2 -27
  375. package/lib/vef-container/index.cjs +2 -22
  376. package/lib/vef-container/props.cjs +2 -4
  377. package/lib/vef-crud-page/components/crud-actions.cjs +2 -36
  378. package/lib/vef-crud-page/components/crud-filter.cjs +2 -58
  379. package/lib/vef-crud-page/components/crud-footer.cjs +4 -120
  380. package/lib/vef-crud-page/components/crud-form-modal.cjs +2 -57
  381. package/lib/vef-crud-page/components/crud-header.cjs +2 -33
  382. package/lib/vef-crud-page/components/crud-table.cjs +2 -80
  383. package/lib/vef-crud-page/hooks/use-action-buttons.cjs +2 -41
  384. package/lib/vef-crud-page/hooks/use-crud-context.cjs +2 -24
  385. package/lib/vef-crud-page/hooks/use-crud-schema.cjs +2 -120
  386. package/lib/vef-crud-page/hooks/use-operation-buttons.cjs +2 -64
  387. package/lib/vef-crud-page/index.cjs +2 -154
  388. package/lib/vef-crud-page/props.cjs +2 -4
  389. package/lib/vef-crud-page/store.cjs +2 -148
  390. package/lib/vef-crud-page/types.cjs +2 -4
  391. package/lib/vef-data-grid/index.cjs +2 -89
  392. package/lib/vef-data-grid/props.cjs +2 -4
  393. package/lib/vef-data-table/index.cjs +2 -13
  394. package/lib/vef-data-table/props.cjs +2 -4
  395. package/lib/vef-divider/index.cjs +2 -28
  396. package/lib/vef-divider/props.cjs +2 -4
  397. package/lib/vef-drawer/components/action-button-wrapper.cjs +2 -53
  398. package/lib/vef-drawer/components/button-props.cjs +2 -4
  399. package/lib/vef-drawer/components/cancel-action-button.cjs +2 -25
  400. package/lib/vef-drawer/components/ok-action-button.cjs +2 -24
  401. package/lib/vef-drawer/context.cjs +2 -21
  402. package/lib/vef-drawer/index.cjs +4 -159
  403. package/lib/vef-drawer/props.cjs +2 -4
  404. package/lib/vef-dropdown/index.cjs +2 -96
  405. package/lib/vef-dropdown/props.cjs +2 -4
  406. package/lib/vef-dynamic-icon/index.cjs +2 -50
  407. package/lib/vef-dynamic-icon/props.cjs +2 -10
  408. package/lib/vef-empty/index.cjs +2 -41
  409. package/lib/vef-empty/props.cjs +2 -4
  410. package/lib/vef-empty-placeholder/index.cjs +5 -23
  411. package/lib/vef-empty-placeholder/props.cjs +2 -4
  412. package/lib/vef-error/error-icon.cjs +2 -761
  413. package/lib/vef-error/index.cjs +10 -52
  414. package/lib/vef-error/props.cjs +2 -4
  415. package/lib/vef-filter/components/action-buttons.cjs +6 -123
  416. package/lib/vef-filter/components/advanced-filter.cjs +9 -75
  417. package/lib/vef-filter/components/basic-filter.cjs +5 -39
  418. package/lib/vef-filter/components/fields/index.cjs +2 -23
  419. package/lib/vef-filter/components/fields/input-number.cjs +2 -94
  420. package/lib/vef-filter/components/fields/input.cjs +2 -71
  421. package/lib/vef-filter/components/fields/props.cjs +2 -4
  422. package/lib/vef-filter/components/fields/radio.cjs +2 -113
  423. package/lib/vef-filter/components/fields/select.cjs +2 -144
  424. package/lib/vef-filter/components/fields/tree-select.cjs +2 -140
  425. package/lib/vef-filter/components/filter-field.cjs +2 -23
  426. package/lib/vef-filter/components/filter-item.cjs +2 -116
  427. package/lib/vef-filter/event.cjs +2 -48
  428. package/lib/vef-filter/helper.cjs +2 -19
  429. package/lib/vef-filter/hooks/use-action-handlers.cjs +2 -74
  430. package/lib/vef-filter/hooks/use-computed-values.cjs +2 -59
  431. package/lib/vef-filter/hooks/use-filter-context.cjs +2 -24
  432. package/lib/vef-filter/hooks/use-filter-initialization.cjs +2 -41
  433. package/lib/vef-filter/hooks/use-filter-instance.cjs +2 -30
  434. package/lib/vef-filter/hooks/use-filter-items.cjs +2 -27
  435. package/lib/vef-filter/hooks/use-filter-values-change.cjs +2 -34
  436. package/lib/vef-filter/hooks/use-label-config.cjs +2 -31
  437. package/lib/vef-filter/index.cjs +3 -145
  438. package/lib/vef-filter/props.cjs +2 -4
  439. package/lib/vef-filter/store.cjs +2 -77
  440. package/lib/vef-filter/types.cjs +2 -4
  441. package/lib/vef-flex/index.cjs +2 -35
  442. package/lib/vef-flex/props.cjs +2 -4
  443. package/lib/vef-float-button/index.cjs +2 -53
  444. package/lib/vef-float-button/props.cjs +2 -4
  445. package/lib/vef-float-button-group/index.cjs +2 -24
  446. package/lib/vef-float-button-group/props.cjs +2 -4
  447. package/lib/vef-form/components/fields/icon-select.cjs +2 -69
  448. package/lib/vef-form/components/fields/index.cjs +2 -29
  449. package/lib/vef-form/components/fields/input-number.cjs +2 -127
  450. package/lib/vef-form/components/fields/input.cjs +2 -136
  451. package/lib/vef-form/components/fields/password.cjs +2 -119
  452. package/lib/vef-form/components/fields/props.cjs +2 -4
  453. package/lib/vef-form/components/fields/radio.cjs +2 -110
  454. package/lib/vef-form/components/fields/select.cjs +2 -242
  455. package/lib/vef-form/components/fields/textarea.cjs +2 -113
  456. package/lib/vef-form/components/fields/tree-select.cjs +2 -238
  457. package/lib/vef-form/components/form-actions.cjs +4 -62
  458. package/lib/vef-form/components/form-content.cjs +3 -148
  459. package/lib/vef-form/components/form-field.cjs +2 -26
  460. package/lib/vef-form/components/form-group.cjs +4 -68
  461. package/lib/vef-form/components/form-hidden-item.cjs +2 -40
  462. package/lib/vef-form/components/form-item.cjs +2 -83
  463. package/lib/vef-form/components/form-row.cjs +2 -102
  464. package/lib/vef-form/event.cjs +2 -48
  465. package/lib/vef-form/helper.cjs +2 -19
  466. package/lib/vef-form/hooks/use-action-handlers.cjs +2 -134
  467. package/lib/vef-form/hooks/use-columns-layout.cjs +2 -126
  468. package/lib/vef-form/hooks/use-computed-values.cjs +2 -59
  469. package/lib/vef-form/hooks/use-form-context.cjs +2 -20
  470. package/lib/vef-form/hooks/use-form-initialization.cjs +2 -49
  471. package/lib/vef-form/hooks/use-form-instance.cjs +2 -30
  472. package/lib/vef-form/hooks/use-form-values-change.cjs +2 -34
  473. package/lib/vef-form/hooks/use-label-width.cjs +2 -22
  474. package/lib/vef-form/index.cjs +4 -178
  475. package/lib/vef-form/props.cjs +2 -4
  476. package/lib/vef-form/store.cjs +2 -71
  477. package/lib/vef-form/types.cjs +2 -4
  478. package/lib/vef-form/validation-rules.cjs +2 -312
  479. package/lib/vef-form-drawer/index.cjs +2 -102
  480. package/lib/vef-form-drawer/props.cjs +2 -4
  481. package/lib/vef-form-modal/index.cjs +2 -99
  482. package/lib/vef-form-modal/props.cjs +2 -4
  483. package/lib/vef-generic-select/index.cjs +2 -85
  484. package/lib/vef-generic-select/props.cjs +2 -4
  485. package/lib/vef-grid/index.cjs +7 -87
  486. package/lib/vef-grid/props.cjs +2 -8
  487. package/lib/vef-grid-item/index.cjs +2 -56
  488. package/lib/vef-grid-item/props.cjs +2 -4
  489. package/lib/vef-icon/index.cjs +2 -54
  490. package/lib/vef-icon/props.cjs +2 -4
  491. package/lib/vef-icon-select/index.cjs +12 -150
  492. package/lib/vef-icon-select/props.cjs +2 -4
  493. package/lib/vef-input/hooks/use-input-instance.cjs +2 -19
  494. package/lib/vef-input/index.cjs +2 -68
  495. package/lib/vef-input/props.cjs +2 -4
  496. package/lib/vef-input-number/hooks/use-input-number-instance.cjs +2 -17
  497. package/lib/vef-input-number/index.cjs +2 -152
  498. package/lib/vef-input-number/props.cjs +2 -4
  499. package/lib/vef-layout/common-styles.cjs +5 -14
  500. package/lib/vef-layout/components/content.cjs +2 -17
  501. package/lib/vef-layout/components/font-size.cjs +2 -72
  502. package/lib/vef-layout/components/fullscreen.cjs +2 -27
  503. package/lib/vef-layout/components/header-action-icons.cjs +7 -33
  504. package/lib/vef-layout/components/header-content.cjs +2 -23
  505. package/lib/vef-layout/components/header.cjs +7 -73
  506. package/lib/vef-layout/components/icon-boy.cjs +2 -73
  507. package/lib/vef-layout/components/icon-girl.cjs +2 -80
  508. package/lib/vef-layout/components/icon-menu-fold-left.cjs +2 -27
  509. package/lib/vef-layout/components/icon-menu-unfold-left.cjs +2 -27
  510. package/lib/vef-layout/components/menu-groups.cjs +16 -127
  511. package/lib/vef-layout/components/message.cjs +2 -15
  512. package/lib/vef-layout/components/search.cjs +2 -15
  513. package/lib/vef-layout/components/sider.cjs +6 -58
  514. package/lib/vef-layout/components/title.cjs +9 -57
  515. package/lib/vef-layout/components/user-avatar.cjs +10 -84
  516. package/lib/vef-layout/hooks/use-layout-context.cjs +2 -16
  517. package/lib/vef-layout/index.cjs +3 -37
  518. package/lib/vef-layout/logo.svg.cjs +2 -8
  519. package/lib/vef-layout/props.cjs +2 -4
  520. package/lib/vef-layout/store.cjs +2 -22
  521. package/lib/vef-line-chart/index.cjs +2 -42
  522. package/lib/vef-line-chart/props.cjs +2 -4
  523. package/lib/vef-loading-placeholder/index.cjs +6 -46
  524. package/lib/vef-loading-placeholder/props.cjs +2 -4
  525. package/lib/vef-login/index.cjs +22 -156
  526. package/lib/vef-login/login-icon.cjs +2 -672
  527. package/lib/vef-login/props.cjs +2 -4
  528. package/lib/vef-menu/index.cjs +5 -81
  529. package/lib/vef-menu/props.cjs +2 -4
  530. package/lib/vef-modal/components/action-button-wrapper.cjs +2 -53
  531. package/lib/vef-modal/components/button-props.cjs +2 -4
  532. package/lib/vef-modal/components/cancel-action-button.cjs +2 -22
  533. package/lib/vef-modal/components/ok-action-button.cjs +2 -24
  534. package/lib/vef-modal/context.cjs +2 -21
  535. package/lib/vef-modal/index.cjs +3 -244
  536. package/lib/vef-modal/props.cjs +2 -4
  537. package/lib/vef-not-found/index.cjs +10 -49
  538. package/lib/vef-not-found/not-found-icon.cjs +2 -848
  539. package/lib/vef-not-found/props.cjs +2 -4
  540. package/lib/vef-page/index.cjs +11 -91
  541. package/lib/vef-page/props.cjs +2 -4
  542. package/lib/vef-pagination/index.cjs +2 -61
  543. package/lib/vef-pagination/props.cjs +2 -17
  544. package/lib/vef-paragraph/index.cjs +2 -93
  545. package/lib/vef-paragraph/props.cjs +2 -4
  546. package/lib/vef-password/hooks/use-password-instance.cjs +2 -17
  547. package/lib/vef-password/index.cjs +2 -71
  548. package/lib/vef-password/props.cjs +2 -4
  549. package/lib/vef-pie-chart/index.cjs +9 -74
  550. package/lib/vef-pie-chart/props.cjs +2 -4
  551. package/lib/vef-popconfirm/index.cjs +2 -60
  552. package/lib/vef-popconfirm/props.cjs +2 -4
  553. package/lib/vef-popover/index.cjs +2 -38
  554. package/lib/vef-popover/props.cjs +2 -4
  555. package/lib/vef-radio/hooks/use-data-options.cjs +2 -44
  556. package/lib/vef-radio/hooks/use-radio-instance.cjs +2 -24
  557. package/lib/vef-radio/index.cjs +4 -92
  558. package/lib/vef-radio/props.cjs +2 -4
  559. package/lib/vef-rate/hooks/use-rate-instance.cjs +2 -17
  560. package/lib/vef-rate/index.cjs +2 -34
  561. package/lib/vef-rate/props.cjs +2 -4
  562. package/lib/vef-responsive-container/index.cjs +3 -58
  563. package/lib/vef-responsive-container/props.cjs +2 -4
  564. package/lib/vef-responsive-item/index.cjs +3 -27
  565. package/lib/vef-responsive-item/props.cjs +2 -4
  566. package/lib/vef-ribbon/index.cjs +2 -42
  567. package/lib/vef-ribbon/props.cjs +2 -4
  568. package/lib/vef-row/index.cjs +2 -16
  569. package/lib/vef-row/props.cjs +2 -4
  570. package/lib/vef-scroll-area/components/scrollbar.cjs +8 -38
  571. package/lib/vef-scroll-area/index.cjs +4 -73
  572. package/lib/vef-scroll-area/props.cjs +2 -4
  573. package/lib/vef-select/components/option.cjs +4 -27
  574. package/lib/vef-select/hooks/use-data-options.cjs +2 -51
  575. package/lib/vef-select/hooks/use-field-names.cjs +2 -25
  576. package/lib/vef-select/hooks/use-render-label.cjs +3 -27
  577. package/lib/vef-select/hooks/use-render-option.cjs +2 -23
  578. package/lib/vef-select/hooks/use-select-instance.cjs +2 -24
  579. package/lib/vef-select/index.cjs +2 -104
  580. package/lib/vef-select/props.cjs +2 -4
  581. package/lib/vef-slider/hooks/use-slider-instance.cjs +2 -17
  582. package/lib/vef-slider/index.cjs +2 -38
  583. package/lib/vef-slider/props.cjs +2 -4
  584. package/lib/vef-sortable-list/components/overlay-item.cjs +3 -35
  585. package/lib/vef-sortable-list/components/sortable-item.cjs +3 -79
  586. package/lib/vef-sortable-list/hooks/use-merged-items.cjs +2 -25
  587. package/lib/vef-sortable-list/index.cjs +2 -118
  588. package/lib/vef-sortable-list/props.cjs +2 -4
  589. package/lib/vef-space/index.cjs +2 -29
  590. package/lib/vef-space/props.cjs +2 -4
  591. package/lib/vef-spin/index.cjs +2 -16
  592. package/lib/vef-spin/props.cjs +2 -4
  593. package/lib/vef-splitter/index.cjs +2 -24
  594. package/lib/vef-splitter/props.cjs +2 -4
  595. package/lib/vef-splitter-panel/index.cjs +2 -16
  596. package/lib/vef-splitter-panel/props.cjs +2 -4
  597. package/lib/vef-status/index.cjs +2 -41
  598. package/lib/vef-status/props.cjs +2 -4
  599. package/lib/vef-table/components/columns/bool.cjs +2 -95
  600. package/lib/vef-table/components/columns/code.cjs +2 -14
  601. package/lib/vef-table/components/columns/data-dictionary.cjs +2 -96
  602. package/lib/vef-table/components/columns/enum.cjs +2 -105
  603. package/lib/vef-table/components/columns/file.cjs +2 -14
  604. package/lib/vef-table/components/columns/icon.cjs +2 -14
  605. package/lib/vef-table/components/columns/id.cjs +2 -86
  606. package/lib/vef-table/components/columns/image.cjs +2 -15
  607. package/lib/vef-table/components/columns/index.cjs +2 -37
  608. package/lib/vef-table/components/columns/markdown.cjs +2 -14
  609. package/lib/vef-table/components/columns/number.cjs +2 -87
  610. package/lib/vef-table/components/columns/props.cjs +2 -4
  611. package/lib/vef-table/components/columns/render.cjs +2 -32
  612. package/lib/vef-table/components/columns/rich-text.cjs +2 -14
  613. package/lib/vef-table/components/columns/text.cjs +2 -92
  614. package/lib/vef-table/components/columns-settings.cjs +11 -199
  615. package/lib/vef-table/components/operation-buttons.cjs +3 -234
  616. package/lib/vef-table/components/settings-icon.cjs +4 -23
  617. package/lib/vef-table/components/table-footer.cjs +4 -106
  618. package/lib/vef-table/helper.cjs +2 -19
  619. package/lib/vef-table/hooks/use-computed-batch-buttons.cjs +2 -37
  620. package/lib/vef-table/hooks/use-computed-columns.cjs +2 -24
  621. package/lib/vef-table/hooks/use-computed-values.cjs +2 -42
  622. package/lib/vef-table/hooks/use-data.cjs +2 -61
  623. package/lib/vef-table/hooks/use-default-column-configs.cjs +2 -31
  624. package/lib/vef-table/hooks/use-display-value.cjs +2 -40
  625. package/lib/vef-table/hooks/use-helper-columns.cjs +2 -71
  626. package/lib/vef-table/hooks/use-operation-column-width.cjs +2 -54
  627. package/lib/vef-table/hooks/use-pagination-props.cjs +2 -48
  628. package/lib/vef-table/hooks/use-row-props.cjs +2 -43
  629. package/lib/vef-table/hooks/use-row-selection-config.cjs +2 -116
  630. package/lib/vef-table/hooks/use-selected-rows.cjs +2 -30
  631. package/lib/vef-table/hooks/use-table-columns.cjs +2 -60
  632. package/lib/vef-table/hooks/use-table-context.cjs +2 -27
  633. package/lib/vef-table/hooks/use-table-instance.cjs +2 -19
  634. package/lib/vef-table/hooks/use-table-summary.cjs +2 -46
  635. package/lib/vef-table/hooks/use-table-width.cjs +2 -17
  636. package/lib/vef-table/index.cjs +6 -231
  637. package/lib/vef-table/props.cjs +2 -4
  638. package/lib/vef-table/store.cjs +2 -23
  639. package/lib/vef-table/types.cjs +2 -4
  640. package/lib/vef-tabs/index.cjs +2 -29
  641. package/lib/vef-tabs/props.cjs +2 -4
  642. package/lib/vef-tag/index.cjs +2 -32
  643. package/lib/vef-tag/props.cjs +2 -4
  644. package/lib/vef-temporal-picker/helper.cjs +2 -61
  645. package/lib/vef-temporal-picker/hooks/use-dayjs-value.cjs +2 -22
  646. package/lib/vef-temporal-picker/hooks/use-temporal-limit.cjs +2 -38
  647. package/lib/vef-temporal-picker/hooks/use-temporal-picker-instance.cjs +2 -23
  648. package/lib/vef-temporal-picker/index.cjs +2 -129
  649. package/lib/vef-temporal-picker/props.cjs +2 -4
  650. package/lib/vef-temporal-range-picker/helper.cjs +2 -61
  651. package/lib/vef-temporal-range-picker/hooks/use-dayjs-values.cjs +2 -27
  652. package/lib/vef-temporal-range-picker/hooks/use-temporal-limit.cjs +2 -38
  653. package/lib/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.cjs +2 -23
  654. package/lib/vef-temporal-range-picker/index.cjs +2 -132
  655. package/lib/vef-temporal-range-picker/props.cjs +2 -8
  656. package/lib/vef-text/index.cjs +2 -84
  657. package/lib/vef-text/props.cjs +2 -4
  658. package/lib/vef-textarea/hooks/use-textarea-instance.cjs +2 -17
  659. package/lib/vef-textarea/index.cjs +2 -71
  660. package/lib/vef-textarea/props.cjs +2 -4
  661. package/lib/vef-title/index.cjs +7 -93
  662. package/lib/vef-title/props.cjs +2 -4
  663. package/lib/vef-tooltip/index.cjs +2 -39
  664. package/lib/vef-tooltip/props.cjs +2 -4
  665. package/lib/vef-tree-select/hooks/use-change-handler.cjs +2 -37
  666. package/lib/vef-tree-select/hooks/use-data-options.cjs +2 -49
  667. package/lib/vef-tree-select/hooks/use-tree-select-instance.cjs +2 -24
  668. package/lib/vef-tree-select/index.cjs +2 -93
  669. package/lib/vef-tree-select/props.cjs +2 -4
  670. package/lib/vef-virtual-grid/index.cjs +4 -111
  671. package/lib/vef-virtual-grid/props.cjs +2 -4
  672. package/lib/vef-virtual-list/index.cjs +5 -219
  673. package/lib/vef-virtual-list/props.cjs +2 -4
  674. package/package.json +4 -4
@@ -1,11 +1,6 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.865Z, made by Venus. */
2
- import { css } from '@emotion/react';
3
- import { themeVariables, styles } from '@vef-framework/shared';
4
-
5
- const iconStyle = css`
6
- padding: ${themeVariables.paddingXs};
7
- ${styles.flexCenter}
8
- `;
9
-
10
- export { iconStyle };
1
+ /*! VefFramework version: 1.0.100, build time: 2025-03-07T13:52:52.580Z, made by Venus. */
2
+ import{css as r}from"@emotion/react";import{themeVariables as e,styles as o}from"@vef-framework/shared";const t=r`
3
+ padding: ${e.paddingXs};
4
+ ${o.flexCenter}
5
+ `;export{t as iconStyle};
11
6
  /*! 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,14 +1,3 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.865Z, made by Venus. */
2
- import { jsx } from '@emotion/react/jsx-runtime';
3
- import { Layout } from 'antd';
4
- import { memo } from 'react';
5
-
6
- const { Content } = Layout;
7
- function VefContentBase({ children }) {
8
- return /* @__PURE__ */ jsx(Content, { children });
9
- }
10
- const VefContent = memo(VefContentBase);
11
- VefContent.displayName = "VefContent";
12
-
13
- export { VefContent as default };
1
+ /*! VefFramework version: 1.0.100, build time: 2025-03-07T13:52:52.580Z, made by Venus. */
2
+ import{jsx as t}from"@emotion/react/jsx-runtime";import{Layout as e}from"antd";import{memo as n}from"react";const{Content:o}=e;const r=n((function VefContentBase({children:e}){return t(o,{children:e})}));r.displayName="VefContent";export{r as default};
14
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,69 +1,3 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.865Z, made by Venus. */
2
- import { jsx, jsxs } from '@emotion/react/jsx-runtime';
3
- import { useConfigStore } from '../../vef-config-provider/store.js';
4
- import VefDropdown from '../../vef-dropdown/index.js';
5
- import VefIcon from '../../vef-icon/index.js';
6
- import { iconStyle } from '../common-styles.js';
7
-
8
- function IconFontSize(props) {
9
- return /* @__PURE__ */ jsx("svg", { height: 24, viewBox: "0 0 24 24", width: 24, xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsxs("g", { fill: "none", fillRule: "evenodd", children: [
10
- /* @__PURE__ */ jsx("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" }),
11
- /* @__PURE__ */ jsx("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" })
12
- ] }) });
13
- }
14
- function IconFontSizeDecrease(props) {
15
- return /* @__PURE__ */ jsx(
16
- "svg",
17
- {
18
- height: 24,
19
- viewBox: "0 0 24 24",
20
- width: 24,
21
- xmlns: "http://www.w3.org/2000/svg",
22
- ...props,
23
- children: /* @__PURE__ */ jsx("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 })
24
- }
25
- );
26
- }
27
- function IconFontSizeIncrease(props) {
28
- return /* @__PURE__ */ jsx(
29
- "svg",
30
- {
31
- height: 24,
32
- viewBox: "0 0 24 24",
33
- width: 24,
34
- xmlns: "http://www.w3.org/2000/svg",
35
- ...props,
36
- children: /* @__PURE__ */ jsx("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 })
37
- }
38
- );
39
- }
40
- const menuItems = [
41
- {
42
- key: "medium",
43
- type: "item",
44
- label: "\u9ED8\u8BA4\u5B57\u53F7",
45
- icon: /* @__PURE__ */ jsx(VefIcon, { children: /* @__PURE__ */ jsx(IconFontSizeDecrease, {}) })
46
- },
47
- {
48
- key: "large",
49
- type: "item",
50
- label: "\u5927\u5B57\u53F7",
51
- icon: /* @__PURE__ */ jsx(VefIcon, { children: /* @__PURE__ */ jsx(IconFontSizeIncrease, {}) })
52
- }
53
- ];
54
- function VefFontSize() {
55
- const [fontSize, setFontSize] = useConfigStore((state) => [state.fontSize, state.setFontSize]);
56
- return /* @__PURE__ */ jsx(
57
- VefDropdown,
58
- {
59
- selectable: true,
60
- items: menuItems,
61
- selectedKeys: [fontSize],
62
- onChange: ([fontSize2]) => setFontSize(fontSize2),
63
- children: /* @__PURE__ */ jsx("div", { css: iconStyle, children: /* @__PURE__ */ jsx(VefIcon, { size: "large", children: /* @__PURE__ */ jsx(IconFontSize, {}) }) })
64
- }
65
- );
66
- }
67
-
68
- export { VefFontSize as default };
1
+ /*! VefFramework version: 1.0.100, build time: 2025-03-07T13:52:52.580Z, made by Venus. */
2
+ import{jsx as e,jsxs as n}from"@emotion/react/jsx-runtime";import{useConfigStore as o}from"../../vef-config-provider/store.js";import l from"../../vef-dropdown/index.js";import t from"../../vef-icon/index.js";import{iconStyle as i}from"../common-styles.js";function IconFontSize(o){return e("svg",{height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",...o,children:n("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 IconFontSizeDecrease(n){return e("svg",{height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",...n,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 IconFontSizeIncrease(n){return e("svg",{height:24,viewBox:"0 0 24 24",width:24,xmlns:"http://www.w3.org/2000/svg",...n,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 r=[{key:"medium",type:"item",label:"默认字号",icon:e(t,{children:e(IconFontSizeDecrease,{})})},{key:"large",type:"item",label:"大字号",icon:e(t,{children:e(IconFontSizeIncrease,{})})}];function VefFontSize(){const[n,c]=o((e=>[e.fontSize,e.setFontSize]));return e(l,{selectable:!0,items:r,selectedKeys:[n],onChange:([e])=>c(e),children:e("div",{css:i,children:e(t,{size:"large",children:e(IconFontSize,{})})})})}export{VefFontSize as default};
69
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,24 +1,3 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.865Z, made by Venus. */
2
- import { jsx } from '@emotion/react/jsx-runtime';
3
- import { MinimizeIcon, MaximizeIcon } from 'lucide-react';
4
- import { useState, useCallback } from 'react';
5
- import VefIcon from '../../vef-icon/index.js';
6
- import VefTooltip from '../../vef-tooltip/index.js';
7
- import { iconStyle } from '../common-styles.js';
8
-
9
- function VefFullscreen() {
10
- const [isFullscreen, setIsFullscreen] = useState(false);
11
- const handleClick = useCallback(() => {
12
- if (isFullscreen) {
13
- document.exitFullscreen();
14
- setIsFullscreen(false);
15
- } else {
16
- document.body.requestFullscreen();
17
- setIsFullscreen(true);
18
- }
19
- }, [isFullscreen]);
20
- return /* @__PURE__ */ jsx(VefTooltip, { content: isFullscreen ? "\u9000\u51FA\u5168\u5C4F" : "\u5168\u5C4F", delay: 0.5, children: /* @__PURE__ */ jsx("div", { css: iconStyle, onClick: handleClick, children: /* @__PURE__ */ jsx(VefIcon, { size: "large", children: isFullscreen ? /* @__PURE__ */ jsx(MinimizeIcon, {}) : /* @__PURE__ */ jsx(MaximizeIcon, {}) }) }) });
21
- }
22
-
23
- export { VefFullscreen as default };
1
+ /*! VefFramework version: 1.0.100, build time: 2025-03-07T13:52:52.580Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";import{MinimizeIcon as r,MaximizeIcon as o}from"lucide-react";import{useState as t,useCallback as n}from"react";import i from"../../vef-icon/index.js";import c from"../../vef-tooltip/index.js";import{iconStyle as l}from"../common-styles.js";function VefFullscreen(){const[m,s]=t(!1),d=n((()=>{m?(document.exitFullscreen(),s(!1)):(document.body.requestFullscreen(),s(!0))}),[m]);return e(c,{content:m?"退出全屏":"全屏",delay:.5,children:e("div",{css:l,onClick:d,children:e(i,{size:"large",children:e(m?r:o,{})})})})}export{VefFullscreen as default};
24
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,39 +1,17 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.865Z, made by Venus. */
2
- import { jsxs, jsx } from '@emotion/react/jsx-runtime';
3
- import { css } from '@emotion/react';
4
- import { themeVariables } from '@vef-framework/shared';
5
- import VefDivider from '../../vef-divider/index.js';
6
- import VefFontSize from './font-size.js';
7
- import VefFullscreen from './fullscreen.js';
8
- import VefMessage from './message.js';
9
- import VefSearch from './search.js';
10
- import VefUserAvatar from './user-avatar.js';
11
-
12
- const wrapperStyle = css`
1
+ /*! VefFramework version: 1.0.100, build time: 2025-03-07T13:52:52.580Z, made by Venus. */
2
+ import{jsxs as r,jsx as o}from"@emotion/react/jsx-runtime";import{css as e}from"@emotion/react";import{themeVariables as i}from"@vef-framework/shared";import t from"../../vef-divider/index.js";import n from"./font-size.js";import m from"./fullscreen.js";import s from"./message.js";import a from"./search.js";import c from"./user-avatar.js";const d=e`
13
3
  display: flex;
14
4
  align-items: center;
15
- column-gap: ${themeVariables.marginXxs};
5
+ column-gap: ${i.marginXxs};
16
6
 
17
7
  > div:not(.vef-divider) {
18
- border-radius: ${themeVariables.borderRadius};
19
- transition: background-color ${themeVariables.motionDurationMid} ${themeVariables.motionEaseInOut};
8
+ border-radius: ${i.borderRadius};
9
+ transition: background-color ${i.motionDurationMid} ${i.motionEaseInOut};
20
10
 
21
11
  &:hover {
22
12
  cursor: pointer;
23
- background-color: ${themeVariables.colorFillTertiary};
13
+ background-color: ${i.colorFillTertiary};
24
14
  }
25
15
  }
26
- `;
27
- function VefHeaderActionIcons() {
28
- return /* @__PURE__ */ jsxs("div", { css: wrapperStyle, children: [
29
- /* @__PURE__ */ jsx(VefDivider, { orientation: "vertical" }),
30
- /* @__PURE__ */ jsx(VefSearch, {}),
31
- /* @__PURE__ */ jsx(VefFontSize, {}),
32
- /* @__PURE__ */ jsx(VefFullscreen, {}),
33
- /* @__PURE__ */ jsx(VefMessage, {}),
34
- /* @__PURE__ */ jsx(VefUserAvatar, {})
35
- ] });
36
- }
37
-
38
- export { VefHeaderActionIcons as default };
16
+ `;function VefHeaderActionIcons(){return r("div",{css:d,children:[o(t,{orientation:"vertical"}),o(a,{}),o(n,{}),o(m,{}),o(s,{}),o(c,{})]})}export{VefHeaderActionIcons as default};
39
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,20 +1,3 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.865Z, made by Venus. */
2
- import { jsx } from '@emotion/react/jsx-runtime';
3
- import { isArray } from '@vef-framework/shared';
4
- import VefBreadcrumb from '../../vef-breadcrumb/index.js';
5
- import { useLayoutContextSelector } from '../hooks/use-layout-context.js';
6
-
7
- function VefHeaderContent() {
8
- const [breadcrumbItems, onBreadcrumbClick] = useLayoutContextSelector((ctx) => [ctx.breadcrumbItems, ctx.onBreadcrumbClick]);
9
- return /* @__PURE__ */ jsx("div", { children: isArray(breadcrumbItems) && breadcrumbItems.length > 0 && /* @__PURE__ */ jsx(
10
- VefBreadcrumb,
11
- {
12
- items: breadcrumbItems,
13
- onClick: onBreadcrumbClick
14
- }
15
- ) });
16
- }
17
- VefHeaderContent.displayName = "VefHeaderContent";
18
-
19
- export { VefHeaderContent as default };
1
+ /*! VefFramework version: 1.0.100, build time: 2025-03-07T13:52:52.580Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";import{isArray as r}from"@vef-framework/shared";import t from"../../vef-breadcrumb/index.js";import{useLayoutContextSelector as o}from"../hooks/use-layout-context.js";function VefHeaderContent(){const[n,m]=o((e=>[e.breadcrumbItems,e.onBreadcrumbClick]));return e("div",{children:r(n)&&n.length>0&&e(t,{items:n,onClick:m})})}VefHeaderContent.displayName="VefHeaderContent";export{VefHeaderContent as default};
20
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,76 +1,14 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.865Z, made by Venus. */
2
- import { jsx, jsxs } from '@emotion/react/jsx-runtime';
3
- import { css } from '@emotion/react';
4
- import { themeVariables, styles } from '@vef-framework/shared';
5
- import { Layout } from 'antd';
6
- import { memo } from 'react';
7
- import VefButton from '../../vef-button/index.js';
8
- import VefIcon from '../../vef-icon/index.js';
9
- import VefPopover from '../../vef-popover/index.js';
10
- import { useLayoutStore } from '../store.js';
11
- import VefHeaderActionIcons from './header-action-icons.js';
12
- import VefHeaderContent from './header-content.js';
13
- import VefIconMenuFoldLeft from './icon-menu-fold-left.js';
14
- import VefIconMenuUnfoldLeft from './icon-menu-unfold-left.js';
15
- import VefMenuGroups from './menu-groups.js';
16
-
17
- const { Header } = Layout;
18
- const headerStyle = css`
1
+ /*! VefFramework version: 1.0.100, build time: 2025-03-07T13:52:52.580Z, 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 n}from"@vef-framework/shared";import{Layout as i}from"antd";import{memo as m}from"react";import c from"../../vef-button/index.js";import a from"../../vef-icon/index.js";import d from"../../vef-popover/index.js";import{useLayoutStore as l}from"../store.js";import s from"./header-action-icons.js";import p from"./header-content.js";import f from"./icon-menu-fold-left.js";import h from"./icon-menu-unfold-left.js";import u from"./menu-groups.js";const{Header:g}=i,x=r`
19
3
  --vef-layout-header-height: 60px;
20
- --vef-layout-header-padding: 0 ${themeVariables.paddingSm};
4
+ --vef-layout-header-padding: 0 ${t.paddingSm};
21
5
 
22
6
  line-height: unset;
23
- background-color: ${themeVariables.colorBgContainer};
24
- border-bottom: ${themeVariables.lineWidth} ${themeVariables.lineType} ${themeVariables.colorBorderSecondary};
7
+ background-color: ${t.colorBgContainer};
8
+ border-bottom: ${t.lineWidth} ${t.lineType} ${t.colorBorderSecondary};
25
9
  display: grid;
26
10
  grid-template-columns: max-content minmax(min-content, 1fr) max-content;
27
11
  align-items: center;
28
- column-gap: ${themeVariables.margin};
29
- `;
30
- function IconApps(props) {
31
- return /* @__PURE__ */ jsx("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsxs("g", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.8, children: [
32
- /* @__PURE__ */ jsx("rect", { height: 6.5, rx: 2, width: 6.5, x: 3.75, y: 3.75 }),
33
- /* @__PURE__ */ jsx("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" }),
34
- /* @__PURE__ */ jsx("rect", { height: 6.5, rx: 1.5, width: 6.5, x: 3.75, y: 13.75 }),
35
- /* @__PURE__ */ jsx("rect", { height: 6.5, rx: 2, width: 6.5, x: 13.75, y: 13.75 })
36
- ] }) });
37
- }
38
- function VefHeaderBase() {
39
- const [siderCollapsed, setSiderCollapsed] = useLayoutStore((state) => [state.siderCollapsed, state.setSiderCollapsed]);
40
- return /* @__PURE__ */ jsxs(Header, { css: headerStyle, children: [
41
- /* @__PURE__ */ jsxs("div", { css: styles.flexCenter, children: [
42
- /* @__PURE__ */ jsx(
43
- VefButton,
44
- {
45
- color: "default",
46
- variant: "text",
47
- icon: /* @__PURE__ */ jsx(VefIcon, { size: "huge", children: siderCollapsed ? /* @__PURE__ */ jsx(VefIconMenuUnfoldLeft, {}) : /* @__PURE__ */ jsx(VefIconMenuFoldLeft, {}) }),
48
- onClick: () => setSiderCollapsed(!siderCollapsed)
49
- }
50
- ),
51
- /* @__PURE__ */ jsx(
52
- VefPopover,
53
- {
54
- content: /* @__PURE__ */ jsx(VefMenuGroups, {}),
55
- placement: "bottomRight",
56
- trigger: "click",
57
- children: /* @__PURE__ */ jsx(
58
- VefButton,
59
- {
60
- color: "default",
61
- variant: "text",
62
- icon: /* @__PURE__ */ jsx(VefIcon, { size: "huge", children: /* @__PURE__ */ jsx(IconApps, {}) })
63
- }
64
- )
65
- }
66
- )
67
- ] }),
68
- /* @__PURE__ */ jsx(VefHeaderContent, {}),
69
- /* @__PURE__ */ jsx(VefHeaderActionIcons, {})
70
- ] });
71
- }
72
- const VefHeader = memo(VefHeaderBase);
73
- VefHeader.displayName = "VefHeader";
74
-
75
- export { VefHeader as default };
12
+ column-gap: ${t.margin};
13
+ `;function IconApps(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 v=m((function VefHeaderBase(){const[r,t]=l((e=>[e.siderCollapsed,e.setSiderCollapsed]));return o(g,{css:x,children:[o("div",{css:n.flexCenter,children:[e(c,{color:"default",variant:"text",icon:e(a,{size:"huge",children:e(r?h:f,{})}),onClick:()=>t(!r)}),e(d,{content:e(u,{}),placement:"bottomRight",trigger:"click",children:e(c,{color:"default",variant:"text",icon:e(a,{size:"huge",children:e(IconApps,{})})})})]}),e(p,{}),e(s,{})]})}));v.displayName="VefHeader";export{v as default};
76
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,70 +1,3 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.865Z, made by Venus. */
2
- import { jsxs, jsx } from '@emotion/react/jsx-runtime';
3
- import { memo } from 'react';
4
-
5
- function SvgIconBoy(props) {
6
- return /* @__PURE__ */ jsxs(
7
- "svg",
8
- {
9
- className: "icon-boy_svg__icon",
10
- viewBox: "0 0 1024 1024",
11
- xmlns: "http://www.w3.org/2000/svg",
12
- ...props,
13
- children: [
14
- /* @__PURE__ */ jsx(
15
- "path",
16
- {
17
- 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",
18
- fill: "#A0D9F6"
19
- }
20
- ),
21
- /* @__PURE__ */ jsx(
22
- "path",
23
- {
24
- 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",
25
- fill: "#FCE9EA"
26
- }
27
- ),
28
- /* @__PURE__ */ jsx(
29
- "path",
30
- {
31
- 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",
32
- fill: "#CFE07D"
33
- }
34
- ),
35
- /* @__PURE__ */ jsx(
36
- "path",
37
- {
38
- 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",
39
- fill: "#FEFEFE"
40
- }
41
- ),
42
- /* @__PURE__ */ jsx(
43
- "path",
44
- {
45
- 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",
46
- fill: "#7EA701"
47
- }
48
- ),
49
- /* @__PURE__ */ jsx(
50
- "path",
51
- {
52
- 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",
53
- fill: "#F7B970"
54
- }
55
- ),
56
- /* @__PURE__ */ jsx(
57
- "path",
58
- {
59
- 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",
60
- fill: "#FBCE77"
61
- }
62
- )
63
- ]
64
- }
65
- );
66
- }
67
- const Memo = memo(SvgIconBoy);
68
-
69
- export { Memo as default };
1
+ /*! VefFramework version: 1.0.100, build time: 2025-03-07T13:52:52.580Z, made by Venus. */
2
+ import{jsxs as c,jsx as a}from"@emotion/react/jsx-runtime";import{memo as l}from"react";const m=l((function SvgIconBoy(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};
70
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,77 +1,3 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.865Z, made by Venus. */
2
- import { jsxs, jsx } from '@emotion/react/jsx-runtime';
3
- import { memo } from 'react';
4
-
5
- function SvgIconGirl(props) {
6
- return /* @__PURE__ */ jsxs(
7
- "svg",
8
- {
9
- className: "icon-girl_svg__icon",
10
- viewBox: "0 0 1024 1024",
11
- xmlns: "http://www.w3.org/2000/svg",
12
- ...props,
13
- children: [
14
- /* @__PURE__ */ jsx(
15
- "path",
16
- {
17
- 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",
18
- fill: "#F4B3B3"
19
- }
20
- ),
21
- /* @__PURE__ */ jsx(
22
- "path",
23
- {
24
- 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",
25
- fill: "#FECF77"
26
- }
27
- ),
28
- /* @__PURE__ */ jsx(
29
- "path",
30
- {
31
- 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",
32
- fill: "#FCE9EA"
33
- }
34
- ),
35
- /* @__PURE__ */ jsx(
36
- "path",
37
- {
38
- 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",
39
- fill: "#FCBA6F"
40
- }
41
- ),
42
- /* @__PURE__ */ jsx(
43
- "path",
44
- {
45
- 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",
46
- fill: "#A0D9F6"
47
- }
48
- ),
49
- /* @__PURE__ */ jsx(
50
- "path",
51
- {
52
- 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",
53
- fill: "#FEFEFE"
54
- }
55
- ),
56
- /* @__PURE__ */ jsx(
57
- "path",
58
- {
59
- 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",
60
- fill: "#A0D9F6"
61
- }
62
- ),
63
- /* @__PURE__ */ jsx(
64
- "path",
65
- {
66
- 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",
67
- fill: "#FECF77"
68
- }
69
- )
70
- ]
71
- }
72
- );
73
- }
74
- const Memo = memo(SvgIconGirl);
75
-
76
- export { Memo as default };
1
+ /*! VefFramework version: 1.0.100, build time: 2025-03-07T13:52:52.580Z, made by Venus. */
2
+ import{jsxs as c,jsx as a}from"@emotion/react/jsx-runtime";import{memo as l}from"react";const m=l((function SvgIconGirl(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};
77
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,24 +1,3 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.865Z, made by Venus. */
2
- import { jsx, jsxs } from '@emotion/react/jsx-runtime';
3
-
4
- function VefIconMenuFoldLeft(props) {
5
- return /* @__PURE__ */ jsx(
6
- "svg",
7
- {
8
- "aria-hidden": true,
9
- focusable: false,
10
- viewBox: "0 0 24 24",
11
- xmlns: "http://www.w3.org/2000/svg",
12
- ...props,
13
- children: /* @__PURE__ */ jsxs("g", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, children: [
14
- /* @__PURE__ */ jsx("path", { d: "M19 5h-14", strokeDasharray: 16, strokeDashoffset: 16, children: /* @__PURE__ */ jsx("animate", { attributeName: "stroke-dashoffset", dur: "0.2s", fill: "freeze", values: "16;0" }) }),
15
- /* @__PURE__ */ jsx("path", { d: "M19 12h-9", strokeDasharray: 10, strokeDashoffset: 10, children: /* @__PURE__ */ jsx("animate", { attributeName: "stroke-dashoffset", begin: "0.2s", dur: "0.2s", fill: "freeze", values: "10;0" }) }),
16
- /* @__PURE__ */ jsx("path", { d: "M19 19h-14", strokeDasharray: 16, strokeDashoffset: 16, children: /* @__PURE__ */ jsx("animate", { attributeName: "stroke-dashoffset", begin: "0.4s", dur: "0.2s", fill: "freeze", values: "16;0" }) }),
17
- /* @__PURE__ */ jsx("path", { d: "M7 9l-3 3l3 3", strokeDasharray: 10, strokeDashoffset: 10, children: /* @__PURE__ */ jsx("animate", { attributeName: "stroke-dashoffset", begin: "0.6s", dur: "0.2s", fill: "freeze", values: "10;0" }) })
18
- ] })
19
- }
20
- );
21
- }
22
-
23
- export { VefIconMenuFoldLeft as default };
1
+ /*! VefFramework version: 1.0.100, build time: 2025-03-07T13:52:52.580Z, made by Venus. */
2
+ import{jsx as e,jsxs as t}from"@emotion/react/jsx-runtime";function VefIconMenuFoldLeft(r){return e("svg",{"aria-hidden":!0,focusable:!1,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...r,children:t("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{VefIconMenuFoldLeft as default};
24
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,24 +1,3 @@
1
- /*! VefFramework version: 1.0.99, build time: 2025-03-07T13:41:55.865Z, made by Venus. */
2
- import { jsx, jsxs } from '@emotion/react/jsx-runtime';
3
-
4
- function VefIconMenuUnfoldLeft(props) {
5
- return /* @__PURE__ */ jsx(
6
- "svg",
7
- {
8
- "aria-hidden": true,
9
- focusable: false,
10
- viewBox: "0 0 24 24",
11
- xmlns: "http://www.w3.org/2000/svg",
12
- ...props,
13
- children: /* @__PURE__ */ jsxs("g", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, children: [
14
- /* @__PURE__ */ jsx("path", { d: "M21 9l-3 3l3 3", strokeDasharray: 10, strokeDashoffset: 10, children: /* @__PURE__ */ jsx("animate", { attributeName: "stroke-dashoffset", dur: "0.2s", fill: "freeze", values: "10;0" }) }),
15
- /* @__PURE__ */ jsx("path", { d: "M19 5h-14", strokeDasharray: 16, strokeDashoffset: 16, children: /* @__PURE__ */ jsx("animate", { attributeName: "stroke-dashoffset", begin: "0.2s", dur: "0.2s", fill: "freeze", values: "16;0" }) }),
16
- /* @__PURE__ */ jsx("path", { d: "M14 12h-9", strokeDasharray: 10, strokeDashoffset: 10, children: /* @__PURE__ */ jsx("animate", { attributeName: "stroke-dashoffset", begin: "0.4s", dur: "0.2s", fill: "freeze", values: "10;0" }) }),
17
- /* @__PURE__ */ jsx("path", { d: "M19 19h-14", strokeDasharray: 16, strokeDashoffset: 16, children: /* @__PURE__ */ jsx("animate", { attributeName: "stroke-dashoffset", begin: "0.6s", dur: "0.2s", fill: "freeze", values: "16;0" }) })
18
- ] })
19
- }
20
- );
21
- }
22
-
23
- export { VefIconMenuUnfoldLeft as default };
1
+ /*! VefFramework version: 1.0.100, build time: 2025-03-07T13:52:52.580Z, made by Venus. */
2
+ import{jsx as e,jsxs as t}from"@emotion/react/jsx-runtime";function VefIconMenuUnfoldLeft(r){return e("svg",{"aria-hidden":!0,focusable:!1,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...r,children:t("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{VefIconMenuUnfoldLeft as default};
24
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 */