@vef-framework/components 1.0.128 → 1.0.130

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