savor-ui 0.6.1 → 0.8.0

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 (103) hide show
  1. package/CHANGELOG.md +155 -126
  2. package/dist/es/components/index.d.ts +5 -0
  3. package/dist/es/components/index.mjs +6 -0
  4. package/dist/es/components/src/button/button.vue_vue_type_script_setup_true_vapor_true_lang.mjs +7 -2
  5. package/dist/es/components/src/button/index.d.ts +1 -0
  6. package/dist/es/components/src/button/types.d.ts +6 -2
  7. package/dist/es/components/src/carousel/types.d.ts +1 -1
  8. package/dist/es/components/src/datetime-picker/types.d.ts +2 -2
  9. package/dist/es/components/src/descriptions/descriptions-item.vue_vue_type_script_setup_true_vapor_true_lang.mjs +3 -3
  10. package/dist/es/components/src/empty/empty.vue_vue_type_script_setup_true_vapor_true_lang.mjs +14 -12
  11. package/dist/es/components/src/form/types.d.ts +9 -9
  12. package/dist/es/components/src/galleria/types.d.ts +1 -1
  13. package/dist/es/components/src/highlight/highlight.d.ts +20 -0
  14. package/dist/es/components/src/highlight/highlight.vue.mjs +5 -0
  15. package/dist/es/components/src/highlight/highlight.vue_vue_type_script_setup_true_vapor_true_lang.mjs +45 -0
  16. package/dist/es/components/src/highlight/index.d.ts +22 -0
  17. package/dist/es/components/src/highlight/index.mjs +7 -0
  18. package/dist/es/components/src/highlight/types.d.ts +18 -0
  19. package/dist/es/components/src/image/image-group.d.ts +3 -1
  20. package/dist/es/components/src/image/image-group.vue_vue_type_script_setup_true_vapor_true_lang.mjs +27 -26
  21. package/dist/es/components/src/image/index.d.ts +6 -2
  22. package/dist/es/components/src/input-number/types.d.ts +2 -2
  23. package/dist/es/components/src/input-tag/types.d.ts +2 -2
  24. package/dist/es/components/src/menu/index.d.ts +0 -1
  25. package/dist/es/components/src/menu/menu.vue_vue_type_script_setup_true_vapor_true_lang.mjs +37 -43
  26. package/dist/es/components/src/menu/sub-menu.vue_vue_type_script_setup_true_vapor_true_lang.mjs +94 -113
  27. package/dist/es/components/src/menu/types.d.ts +0 -11
  28. package/dist/es/components/src/message/types.d.ts +1 -2
  29. package/dist/es/components/src/modal/index.d.ts +0 -5
  30. package/dist/es/components/src/modal/modal.vue_vue_type_script_setup_true_vapor_true_lang.mjs +113 -133
  31. package/dist/es/components/src/modal/types.d.ts +0 -10
  32. package/dist/es/components/src/pagination/pagination.vue_vue_type_script_setup_true_vapor_true_lang.mjs +2 -1
  33. package/dist/es/components/src/pagination/types.d.ts +1 -1
  34. package/dist/es/components/src/slider-verify/index.d.ts +37 -0
  35. package/dist/es/components/src/slider-verify/index.mjs +7 -0
  36. package/dist/es/components/src/slider-verify/slider-verify.d.ts +16 -0
  37. package/dist/es/components/src/slider-verify/slider-verify.vue.mjs +5 -0
  38. package/dist/es/components/src/slider-verify/slider-verify.vue_vue_type_script_setup_true_lang.mjs +104 -0
  39. package/dist/es/components/src/slider-verify/types.d.ts +26 -0
  40. package/dist/es/components/src/split/index.d.ts +51 -0
  41. package/dist/es/components/src/split/index.mjs +9 -0
  42. package/dist/es/components/src/split/split-bar.d.ts +26 -0
  43. package/dist/es/components/src/split/split-bar.vue.mjs +5 -0
  44. package/dist/es/components/src/split/split-bar.vue_vue_type_script_setup_true_vapor_true_lang.mjs +57 -0
  45. package/dist/es/components/src/split/split-pane.d.ts +25 -0
  46. package/dist/es/components/src/split/split-pane.vue.mjs +5 -0
  47. package/dist/es/components/src/split/split-pane.vue_vue_type_script_setup_true_vapor_true_lang.mjs +88 -0
  48. package/dist/es/components/src/split/split.d.ts +27 -0
  49. package/dist/es/components/src/split/split.vue.mjs +5 -0
  50. package/dist/es/components/src/split/split.vue_vue_type_script_setup_true_vapor_true_lang.mjs +262 -0
  51. package/dist/es/components/src/split/types.d.ts +111 -0
  52. package/dist/es/components/src/split/types.mjs +4 -0
  53. package/dist/es/components/src/steps/index.d.ts +30 -0
  54. package/dist/es/components/src/steps/index.mjs +7 -0
  55. package/dist/es/components/src/steps/steps.d.ts +25 -0
  56. package/dist/es/components/src/steps/steps.vue.mjs +5 -0
  57. package/dist/es/components/src/steps/steps.vue_vue_type_script_setup_true_vapor_true_lang.mjs +113 -0
  58. package/dist/es/components/src/steps/types.d.ts +34 -0
  59. package/dist/es/components/src/tag/index.d.ts +1 -0
  60. package/dist/es/components/src/tag/tag.vue_vue_type_script_setup_true_vapor_true_lang.mjs +4 -2
  61. package/dist/es/components/src/tag/types.d.ts +4 -0
  62. package/dist/es/components/src/textarea/types.d.ts +1 -1
  63. package/dist/es/components/src/timeline/types.d.ts +5 -5
  64. package/dist/es/components/src/tree/tree.vue_vue_type_script_setup_true_vapor_true_lang.mjs +62 -59
  65. package/dist/es/components/src/virtual-list/index.d.ts +24 -0
  66. package/dist/es/components/src/virtual-list/index.mjs +7 -0
  67. package/dist/es/components/src/virtual-list/types.d.ts +28 -0
  68. package/dist/es/components/src/virtual-list/virtual-list.d.ts +24 -0
  69. package/dist/es/components/src/virtual-list/virtual-list.vue.mjs +5 -0
  70. package/dist/es/components/src/virtual-list/virtual-list.vue_vue_type_script_setup_true_vapor_true_lang.mjs +99 -0
  71. package/dist/es/core/components.mjs +54 -43
  72. package/dist/es/core/global.d.ts +7 -2
  73. package/dist/es/core/index.mjs +47 -41
  74. package/dist/es/hooks/index.d.ts +1 -0
  75. package/dist/es/hooks/index.mjs +1 -0
  76. package/dist/es/hooks/src/use-throttle.d.ts +8 -0
  77. package/dist/es/hooks/src/use-throttle.mjs +23 -0
  78. package/dist/es/icons/index.d.ts +3 -1
  79. package/dist/es/icons/index.mjs +2 -0
  80. package/dist/es/icons/src/check.d.ts +19 -0
  81. package/dist/es/icons/src/check.vue.mjs +11 -0
  82. package/dist/es/icons/src/empty.d.ts +19 -0
  83. package/dist/es/icons/src/empty.vue.mjs +11 -0
  84. package/dist/es/theme/components/anchor.scss +3 -4
  85. package/dist/es/theme/components/button.scss +47 -3
  86. package/dist/es/theme/components/card.scss +1 -1
  87. package/dist/es/theme/components/empty.scss +5 -3
  88. package/dist/es/theme/components/highlight.scss +13 -0
  89. package/dist/es/theme/components/index.scss +5 -0
  90. package/dist/es/theme/components/menu.scss +14 -42
  91. package/dist/es/theme/components/modal.scss +11 -12
  92. package/dist/es/theme/components/scrollbar.scss +4 -4
  93. package/dist/es/theme/components/slider-verify.scss +105 -0
  94. package/dist/es/theme/components/split.scss +197 -0
  95. package/dist/es/theme/components/steps.scss +237 -0
  96. package/dist/es/theme/components/tag.scss +24 -4
  97. package/dist/es/theme/components/timeline.scss +1 -1
  98. package/dist/es/theme/components/virtual-list.scss +59 -0
  99. package/dist/es/utils/src/theme/themeMap.mjs +3 -3
  100. package/dist/json/vetur-attributes.json +125 -24
  101. package/dist/json/vetur-tags.json +59 -8
  102. package/dist/json/web-types.json +337 -70
  103. package/package.json +63 -63
package/CHANGELOG.md CHANGED
@@ -2,155 +2,184 @@
2
2
 
3
3
 
4
4
 
5
- ## [0.6.1](https://gitee.com/mach552/savor-ui/compare/v0.6.0...v0.6.1) (2026-06-26)
5
+ # [0.8.0](https://gitee.com/mach552/savor-ui/compare/v0.7.0...v0.8.0) (2026-07-03)
6
6
 
7
7
 
8
- ### Bug Fixes
8
+ ### Features
9
9
 
10
+ * **button:** 新增右侧图标插槽 ([741f921](https://gitee.com/mach552/savor-ui/commits/741f92165d634c3a377910a094adf4671ecc2339))
11
+ * **slider-verify:** 新增滑块验证组件 ([6c4e3a0](https://gitee.com/mach552/savor-ui/commits/6c4e3a089801bed651a85d23b8b00a3f66522b37))
12
+ * **split:** 新增分隔面板组件 ([63e51bf](https://gitee.com/mach552/savor-ui/commits/63e51bf2e0a0d4616984a781fc373c3f909b7b54))
13
+
14
+ # [0.7.0](https://gitee.com/mach552/savor-ui/compare/v0.6.1...v0.7.0) (2026-06-30)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **card:** 调整样式 ([45b7155](https://gitee.com/mach552/savor-ui/commits/45b71559882ce9afcb64df0a5add0f34378d2da2))
20
+ * **descriptions:** 修复content没有内容时高度与label不一致问题 ([708f974](https://gitee.com/mach552/savor-ui/commits/708f9745c295ca66421c4954692e02f22d9e3f86))
21
+ * **menu:** 调整样式 ([2817e6a](https://gitee.com/mach552/savor-ui/commits/2817e6a361b0aa9cd90a46d936300871b45bdced))
22
+ * **scrollbar:** 调整样式 ([054eb92](https://gitee.com/mach552/savor-ui/commits/054eb929aca527c2d7db95718ceed59d2baa5e19))
23
+ * **tree:** 修复高度无法异步更新的问题 ([5884a9a](https://gitee.com/mach552/savor-ui/commits/5884a9aac150429ce6913433d0ff588736f5d132))
24
+
25
+
26
+ ### Features
27
+
28
+ * **button:** 新增轮廓和次要按钮 ([5d48f25](https://gitee.com/mach552/savor-ui/commits/5d48f2594010079e9b5d67af9356580bcef085ee))
29
+ * **highlight:** 新增高亮文本组件 ([8a53e5e](https://gitee.com/mach552/savor-ui/commits/8a53e5eaf8a74a2fa5ce1d624e60a7c70a7d87c4))
30
+ * **steps:** 新增步骤条组件 ([790465f](https://gitee.com/mach552/savor-ui/commits/790465f686ed5dc8ff30c8574f888d11f74af51b))
31
+ * **tag:** 新增多种类型 ([a448e67](https://gitee.com/mach552/savor-ui/commits/a448e678c48abf159f2c41256a0cd7c702df727d))
32
+ * **virtual-list:** 新增虚拟列表组件 ([bdf0dda](https://gitee.com/mach552/savor-ui/commits/bdf0dda038f1e5052e1feb058279183d5aaac706))
33
+
34
+ ## [0.6.1](https://gitee.com/mach552/savor-ui/compare/v0.6.0...v0.6.1) (2026-06-26)
35
+
36
+
37
+ ### Bug Fixes
38
+
10
39
  * 修复打包路径问题 ([67d1faf](https://gitee.com/mach552/savor-ui/commits/67d1fafb089f939ca89068b29d8e562f9f795e0c))
11
40
 
12
- # [0.6.0](https://gitee.com/mach552/savor-ui/compare/v0.5.0...v0.6.0) (2026-06-26)
13
-
14
-
15
- ### Bug Fixes
16
-
17
- * **checkbox:** 修复文字不垂直居中问题 ([8a365ac](https://gitee.com/mach552/savor-ui/commits/8a365ac0360951954e1ac1ffb3835080850747e6))
18
- * **input-number:** 修复一些样式表现问题 ([4e39701](https://gitee.com/mach552/savor-ui/commits/4e39701d60b371ae62c1306a4c0ada5e323be003))
19
- * **input:** 修复禁用状态下依然显示清除按钮的问题 ([a5239c9](https://gitee.com/mach552/savor-ui/commits/a5239c957dad1f3dcf42384f462e96ac00c5048f))
20
- * **menu:** 修复弹层鼠标移开后不关闭问题 ([0be99e1](https://gitee.com/mach552/savor-ui/commits/0be99e1e525388518b0e9776ca74c960e8319219))
21
- * **scrollbar:** 修复滚动条偶发无效显示的问题 ([be0dd8e](https://gitee.com/mach552/savor-ui/commits/be0dd8e656e9958651a5519e2a80f0ecf4e5a762))
22
- * **segmented:** 修复默认值激活条在某些情况下尺寸不一致的问题 ([7d4c3b2](https://gitee.com/mach552/savor-ui/commits/7d4c3b210ce2b5d6074c29419a032d450c4bc864))
23
- * **table:** 修复最后一行无下边框问题 ([11847f3](https://gitee.com/mach552/savor-ui/commits/11847f387c74f86d07783f51438a7a1583251e0c))
24
- * **table:** 修复fixed列样式偶发失效问题 ([6c8518b](https://gitee.com/mach552/savor-ui/commits/6c8518b11cd25acd2a14eab101321f15d3ed92be))
25
-
26
-
27
- ### Features
28
-
41
+ # [0.6.0](https://gitee.com/mach552/savor-ui/compare/v0.5.0...v0.6.0) (2026-06-26)
42
+
43
+
44
+ ### Bug Fixes
45
+
46
+ * **checkbox:** 修复文字不垂直居中问题 ([8a365ac](https://gitee.com/mach552/savor-ui/commits/8a365ac0360951954e1ac1ffb3835080850747e6))
47
+ * **input-number:** 修复一些样式表现问题 ([4e39701](https://gitee.com/mach552/savor-ui/commits/4e39701d60b371ae62c1306a4c0ada5e323be003))
48
+ * **input:** 修复禁用状态下依然显示清除按钮的问题 ([a5239c9](https://gitee.com/mach552/savor-ui/commits/a5239c957dad1f3dcf42384f462e96ac00c5048f))
49
+ * **menu:** 修复弹层鼠标移开后不关闭问题 ([0be99e1](https://gitee.com/mach552/savor-ui/commits/0be99e1e525388518b0e9776ca74c960e8319219))
50
+ * **scrollbar:** 修复滚动条偶发无效显示的问题 ([be0dd8e](https://gitee.com/mach552/savor-ui/commits/be0dd8e656e9958651a5519e2a80f0ecf4e5a762))
51
+ * **segmented:** 修复默认值激活条在某些情况下尺寸不一致的问题 ([7d4c3b2](https://gitee.com/mach552/savor-ui/commits/7d4c3b210ce2b5d6074c29419a032d450c4bc864))
52
+ * **table:** 修复最后一行无下边框问题 ([11847f3](https://gitee.com/mach552/savor-ui/commits/11847f387c74f86d07783f51438a7a1583251e0c))
53
+ * **table:** 修复fixed列样式偶发失效问题 ([6c8518b](https://gitee.com/mach552/savor-ui/commits/6c8518b11cd25acd2a14eab101321f15d3ed92be))
54
+
55
+
56
+ ### Features
57
+
29
58
  * **cascader:** 新增非叶子节点可选择和值可为叶子节点 ([7f7e833](https://gitee.com/mach552/savor-ui/commits/7f7e83303d3cf283393c526708979d25c08c327f))
30
59
 
31
- # [0.5.0](https://gitee.com/mach552/savor-ui/compare/v0.4.1...v0.5.0) (2026-06-19)
32
-
33
-
34
- ### Bug Fixes
35
-
36
- * **tree:** 修复容器高度计算错误问题 ([a769600](https://gitee.com/mach552/savor-ui/commits/a769600d9771ccfe5e75ff1cd6ea15559ab733bd))
37
-
38
-
39
- ### Features
40
-
41
- * **expand-card:** 新增展开卡片组件 ([2bf0bda](https://gitee.com/mach552/savor-ui/commits/2bf0bdaa7d21f550089c83c62c549acbc2762d90))
42
- * **icon:** 新增动画和加载效果 ([6cab674](https://gitee.com/mach552/savor-ui/commits/6cab674844a32cf45d01b6a19a6f463d4bcd89ca))
60
+ # [0.5.0](https://gitee.com/mach552/savor-ui/compare/v0.4.1...v0.5.0) (2026-06-19)
61
+
62
+
63
+ ### Bug Fixes
64
+
65
+ * **tree:** 修复容器高度计算错误问题 ([a769600](https://gitee.com/mach552/savor-ui/commits/a769600d9771ccfe5e75ff1cd6ea15559ab733bd))
66
+
67
+
68
+ ### Features
69
+
70
+ * **expand-card:** 新增展开卡片组件 ([2bf0bda](https://gitee.com/mach552/savor-ui/commits/2bf0bdaa7d21f550089c83c62c549acbc2762d90))
71
+ * **icon:** 新增动画和加载效果 ([6cab674](https://gitee.com/mach552/savor-ui/commits/6cab674844a32cf45d01b6a19a6f463d4bcd89ca))
43
72
  * **menu:** 新增`circle`激活样式 ([30ca3ed](https://gitee.com/mach552/savor-ui/commits/30ca3ede06a2d3b93094179643a90d7215c9eef5))
44
73
 
45
- ## [0.4.1](https://gitee.com/mach552/savor-ui/compare/v0.4.0...v0.4.1) (2026-06-17)
46
-
47
-
48
- ### Bug Fixes
49
-
50
- * **input:** 调整一些样式问题 ([be7305f](https://gitee.com/mach552/savor-ui/commits/be7305ffc837a94f32bd8e971a0cf89e68d63cea))
51
- * **table:** 修复空状态下整体滚动问题 ([df4c6c8](https://gitee.com/mach552/savor-ui/commits/df4c6c8cc409ee6d9d7159dd523f0ea385ff2f06))
52
- * **table:** 修复宽高属性无效问题 ([834917b](https://gitee.com/mach552/savor-ui/commits/834917bb908eaf70b1293afdae0cb4779520e4c6))
53
- * **table:** 修复fixed列没有选中样式问题 ([7cd3def](https://gitee.com/mach552/savor-ui/commits/7cd3defe6eeb77426e8d59e8796b25e73ecc40f1))
74
+ ## [0.4.1](https://gitee.com/mach552/savor-ui/compare/v0.4.0...v0.4.1) (2026-06-17)
75
+
76
+
77
+ ### Bug Fixes
78
+
79
+ * **input:** 调整一些样式问题 ([be7305f](https://gitee.com/mach552/savor-ui/commits/be7305ffc837a94f32bd8e971a0cf89e68d63cea))
80
+ * **table:** 修复空状态下整体滚动问题 ([df4c6c8](https://gitee.com/mach552/savor-ui/commits/df4c6c8cc409ee6d9d7159dd523f0ea385ff2f06))
81
+ * **table:** 修复宽高属性无效问题 ([834917b](https://gitee.com/mach552/savor-ui/commits/834917bb908eaf70b1293afdae0cb4779520e4c6))
82
+ * **table:** 修复fixed列没有选中样式问题 ([7cd3def](https://gitee.com/mach552/savor-ui/commits/7cd3defe6eeb77426e8d59e8796b25e73ecc40f1))
54
83
  * **transition:** 修复传递无效属性问题 ([b06508c](https://gitee.com/mach552/savor-ui/commits/b06508c06085d183d1e515cf4365a4406e6045bf))
55
84
 
56
- # [0.4.0](https://gitee.com/mach552/savor-ui/compare/v0.3.3...v0.4.0) (2026-06-17)
57
-
58
-
59
- ### Bug Fixes
60
-
61
- * **cascader:** 修复清空值后没有清空激活状态的问题 ([0e7b7c8](https://gitee.com/mach552/savor-ui/commits/0e7b7c8c50f2b4c8bdf9b2c7f368db7babf2fa62))
62
- * **grid:** 修复动态计算span无效的问题 ([23c5e60](https://gitee.com/mach552/savor-ui/commits/23c5e606aa8a1f030ff7ddfc5a1f1aa17748fe32))
63
- * **menu:** 修复子菜单展开动画卡顿问题 ([e245006](https://gitee.com/mach552/savor-ui/commits/e245006281ad47719e10190fb052811bc5695e7b))
64
- * **popover:** 修复快速打开关闭时没有定位样式的问题 ([5190f75](https://gitee.com/mach552/savor-ui/commits/5190f75a3cb2e733e2dba5634de4c5e6f39d8686))
65
- * **scrollbar:** 修复容器和滚动条位置不一致问题 ([5fa85dd](https://gitee.com/mach552/savor-ui/commits/5fa85dd2b5abffff502f0b06ecdddebf4fa2035e))
66
- * **segmented:** 修复激活块偶发宽度不足的问题 ([a50c4c4](https://gitee.com/mach552/savor-ui/commits/a50c4c461b12919714662d1ce46e31e6bf01231e))
67
- * **table:** 修复从有数据变成数据为空时报错问题 ([ff7dfa0](https://gitee.com/mach552/savor-ui/commits/ff7dfa0295fb5cc82ed83bfeb3451e7c10b11ad0))
68
- * **table:** 修复单独设置`minWidth`无效的问题 ([a645d10](https://gitee.com/mach552/savor-ui/commits/a645d108cf615cee1b4d0e7551f830cb1804ebe6))
69
- * **table:** 修复复选框没有垂直居中的问题 ([923fe9b](https://gitee.com/mach552/savor-ui/commits/923fe9be0bed99e4e5c0109255c9ac8d09a21cfd))
70
- * **table:** 修复高度不足时空状态导致的表格整体滚动问题 ([9dc78c9](https://gitee.com/mach552/savor-ui/commits/9dc78c9a6de12a73a64836ca6b7b962db3b965fa))
71
- * **table:** 修复列宽无法固定的问题 ([02a8e36](https://gitee.com/mach552/savor-ui/commits/02a8e361a6c0a56869f1d5083a6be31bd563a822))
72
- * **table:** 修复fiexd列的阴影样式显示异常问题 ([41d8adf](https://gitee.com/mach552/savor-ui/commits/41d8adf817919136f198af57f435b14927b1a6d3))
73
- * **tree:** 修复容器高度计算错误的问题 ([7208476](https://gitee.com/mach552/savor-ui/commits/720847683d04664a8b0e91c34d88a907b64d5340))
74
-
75
-
76
- ### Features
77
-
78
- * **alert:** 新增警告提示组件 ([aae1dce](https://gitee.com/mach552/savor-ui/commits/aae1dce10f29f9aa2999ed11b5cfaf4cc4d510c0))
79
- * **chat-list:** 新增对话列表组件 ([7a28c84](https://gitee.com/mach552/savor-ui/commits/7a28c8420cd105d48b08ec618fa2cc7f9191c23f))
80
- * **scrollbar:** 新增滚动到结束方法 ([c41e4fc](https://gitee.com/mach552/savor-ui/commits/c41e4fcafb2a48c0c6bdb7ab818491a4bba8857d))
81
- * **scrollbar:** 新增原生滚动属性和触底事件 ([92b3474](https://gitee.com/mach552/savor-ui/commits/92b3474bcf19d4208e473ecaafb074d7ac5906aa))
82
- * **sender:** 新增AI对话输入组件 ([3ad13b0](https://gitee.com/mach552/savor-ui/commits/3ad13b0fd9bfc3faddfd629514cb5c202398aac7))
85
+ # [0.4.0](https://gitee.com/mach552/savor-ui/compare/v0.3.3...v0.4.0) (2026-06-17)
86
+
87
+
88
+ ### Bug Fixes
89
+
90
+ * **cascader:** 修复清空值后没有清空激活状态的问题 ([0e7b7c8](https://gitee.com/mach552/savor-ui/commits/0e7b7c8c50f2b4c8bdf9b2c7f368db7babf2fa62))
91
+ * **grid:** 修复动态计算span无效的问题 ([23c5e60](https://gitee.com/mach552/savor-ui/commits/23c5e606aa8a1f030ff7ddfc5a1f1aa17748fe32))
92
+ * **menu:** 修复子菜单展开动画卡顿问题 ([e245006](https://gitee.com/mach552/savor-ui/commits/e245006281ad47719e10190fb052811bc5695e7b))
93
+ * **popover:** 修复快速打开关闭时没有定位样式的问题 ([5190f75](https://gitee.com/mach552/savor-ui/commits/5190f75a3cb2e733e2dba5634de4c5e6f39d8686))
94
+ * **scrollbar:** 修复容器和滚动条位置不一致问题 ([5fa85dd](https://gitee.com/mach552/savor-ui/commits/5fa85dd2b5abffff502f0b06ecdddebf4fa2035e))
95
+ * **segmented:** 修复激活块偶发宽度不足的问题 ([a50c4c4](https://gitee.com/mach552/savor-ui/commits/a50c4c461b12919714662d1ce46e31e6bf01231e))
96
+ * **table:** 修复从有数据变成数据为空时报错问题 ([ff7dfa0](https://gitee.com/mach552/savor-ui/commits/ff7dfa0295fb5cc82ed83bfeb3451e7c10b11ad0))
97
+ * **table:** 修复单独设置`minWidth`无效的问题 ([a645d10](https://gitee.com/mach552/savor-ui/commits/a645d108cf615cee1b4d0e7551f830cb1804ebe6))
98
+ * **table:** 修复复选框没有垂直居中的问题 ([923fe9b](https://gitee.com/mach552/savor-ui/commits/923fe9be0bed99e4e5c0109255c9ac8d09a21cfd))
99
+ * **table:** 修复高度不足时空状态导致的表格整体滚动问题 ([9dc78c9](https://gitee.com/mach552/savor-ui/commits/9dc78c9a6de12a73a64836ca6b7b962db3b965fa))
100
+ * **table:** 修复列宽无法固定的问题 ([02a8e36](https://gitee.com/mach552/savor-ui/commits/02a8e361a6c0a56869f1d5083a6be31bd563a822))
101
+ * **table:** 修复fiexd列的阴影样式显示异常问题 ([41d8adf](https://gitee.com/mach552/savor-ui/commits/41d8adf817919136f198af57f435b14927b1a6d3))
102
+ * **tree:** 修复容器高度计算错误的问题 ([7208476](https://gitee.com/mach552/savor-ui/commits/720847683d04664a8b0e91c34d88a907b64d5340))
103
+
104
+
105
+ ### Features
106
+
107
+ * **alert:** 新增警告提示组件 ([aae1dce](https://gitee.com/mach552/savor-ui/commits/aae1dce10f29f9aa2999ed11b5cfaf4cc4d510c0))
108
+ * **chat-list:** 新增对话列表组件 ([7a28c84](https://gitee.com/mach552/savor-ui/commits/7a28c8420cd105d48b08ec618fa2cc7f9191c23f))
109
+ * **scrollbar:** 新增滚动到结束方法 ([c41e4fc](https://gitee.com/mach552/savor-ui/commits/c41e4fcafb2a48c0c6bdb7ab818491a4bba8857d))
110
+ * **scrollbar:** 新增原生滚动属性和触底事件 ([92b3474](https://gitee.com/mach552/savor-ui/commits/92b3474bcf19d4208e473ecaafb074d7ac5906aa))
111
+ * **sender:** 新增AI对话输入组件 ([3ad13b0](https://gitee.com/mach552/savor-ui/commits/3ad13b0fd9bfc3faddfd629514cb5c202398aac7))
83
112
  * **transition:** 新增过渡组件 ([d2cbf62](https://gitee.com/mach552/savor-ui/commits/d2cbf623b64fd9300888f0c5448f4090c3e203f1))
84
113
 
85
- ## [0.3.3](https://gitee.com/mach552/savor-ui/compare/v0.3.2...v0.3.3) (2026-06-09)
86
-
87
-
88
- ### Bug Fixes
89
-
90
- * **button:** 修复禁用状态样式无效问题 ([604ca42](https://gitee.com/mach552/savor-ui/commits/604ca427631e89bceaada29a04baf75371c77c60))
91
- * **cascader:** 修复不显示下拉箭头图标问题 ([c2eb385](https://gitee.com/mach552/savor-ui/commits/c2eb38597b79bda04e98c94a0a61bf32b1c6af59))
92
- * **cascader:** 修复空状态显示样式问题 ([25d0db3](https://gitee.com/mach552/savor-ui/commits/25d0db39d24b889de90ab15d8ccc663dcb04c424))
93
- * **cascader:** 修复清除图标不显示问题 ([0f6fda6](https://gitee.com/mach552/savor-ui/commits/0f6fda6a85611dce909f72bdc6062a77f348abc0))
94
- * **grid:** 修复动态增减item时不动态计算位置的问题 ([67785f2](https://gitee.com/mach552/savor-ui/commits/67785f208652f0fd5a66f0e593790461789283ee))
95
- * **input:** 修复禁用状态hover样式 ([cede93e](https://gitee.com/mach552/savor-ui/commits/cede93e6c8b72e6c608a37f59a6b395f4be4719f))
96
- * **menu:** 修复折叠时的样式问题 ([9633091](https://gitee.com/mach552/savor-ui/commits/9633091ba4a04f4ce8e18cca24332268b21e7401))
97
- * **table:** 修复横向滚动条在最右边反复横跳问题 ([a5e1902](https://gitee.com/mach552/savor-ui/commits/a5e19026cfe255fd0e303d7018a6eb69b62d4427))
98
- * **table:** 修复树形展开时图标不旋转问题 ([6813adb](https://gitee.com/mach552/savor-ui/commits/6813adb8387a3a64ced2f045a9d12d82023aa692))
114
+ ## [0.3.3](https://gitee.com/mach552/savor-ui/compare/v0.3.2...v0.3.3) (2026-06-09)
115
+
116
+
117
+ ### Bug Fixes
118
+
119
+ * **button:** 修复禁用状态样式无效问题 ([604ca42](https://gitee.com/mach552/savor-ui/commits/604ca427631e89bceaada29a04baf75371c77c60))
120
+ * **cascader:** 修复不显示下拉箭头图标问题 ([c2eb385](https://gitee.com/mach552/savor-ui/commits/c2eb38597b79bda04e98c94a0a61bf32b1c6af59))
121
+ * **cascader:** 修复空状态显示样式问题 ([25d0db3](https://gitee.com/mach552/savor-ui/commits/25d0db39d24b889de90ab15d8ccc663dcb04c424))
122
+ * **cascader:** 修复清除图标不显示问题 ([0f6fda6](https://gitee.com/mach552/savor-ui/commits/0f6fda6a85611dce909f72bdc6062a77f348abc0))
123
+ * **grid:** 修复动态增减item时不动态计算位置的问题 ([67785f2](https://gitee.com/mach552/savor-ui/commits/67785f208652f0fd5a66f0e593790461789283ee))
124
+ * **input:** 修复禁用状态hover样式 ([cede93e](https://gitee.com/mach552/savor-ui/commits/cede93e6c8b72e6c608a37f59a6b395f4be4719f))
125
+ * **menu:** 修复折叠时的样式问题 ([9633091](https://gitee.com/mach552/savor-ui/commits/9633091ba4a04f4ce8e18cca24332268b21e7401))
126
+ * **table:** 修复横向滚动条在最右边反复横跳问题 ([a5e1902](https://gitee.com/mach552/savor-ui/commits/a5e19026cfe255fd0e303d7018a6eb69b62d4427))
127
+ * **table:** 修复树形展开时图标不旋转问题 ([6813adb](https://gitee.com/mach552/savor-ui/commits/6813adb8387a3a64ced2f045a9d12d82023aa692))
99
128
  * **tree:** 修复各种事件无效问题 ([007a8ae](https://gitee.com/mach552/savor-ui/commits/007a8aecc76a257e61f5985c3e3a8803eb7d2f1e))
100
129
 
101
- ## [0.3.2](https://gitee.com/mach552/savor-ui/compare/v0.3.1...v0.3.2) (2026-06-08)
102
-
103
-
104
- ### Bug Fixes
105
-
130
+ ## [0.3.2](https://gitee.com/mach552/savor-ui/compare/v0.3.1...v0.3.2) (2026-06-08)
131
+
132
+
133
+ ### Bug Fixes
134
+
106
135
  * **tabs:** 修复切换动画失效问题 ([d1ae02c](https://gitee.com/mach552/savor-ui/commits/d1ae02cda637c471752a73a61b81d80ae34f3f95))
107
136
 
108
- ## [0.3.1](https://gitee.com/mach552/savor-ui/compare/v0.3.0...v0.3.1) (2026-06-07)
109
-
110
-
111
- ### Bug Fixes
112
-
137
+ ## [0.3.1](https://gitee.com/mach552/savor-ui/compare/v0.3.0...v0.3.1) (2026-06-07)
138
+
139
+
140
+ ### Bug Fixes
141
+
113
142
  * **config-provider:** 删除不兼容的非`vapor`组件 ([e4aaaaf](https://gitee.com/mach552/savor-ui/commits/e4aaaaf2eb1b2076923809fe3b284293721fd1a8))
114
143
 
115
- # [0.3.0](https://gitee.com/mach552/savor-ui/compare/v0.2.0...v0.3.0) (2026-06-07)
116
-
117
-
118
- ### Bug Fixes
119
-
120
- * **anchor:** 修复激活状态失效问题 ([b9033d6](https://gitee.com/mach552/savor-ui/commits/b9033d6f851785006999cde93465c9411a107a79))
121
- * **anchor:** 修复路由报历史警告问题 ([195493b](https://gitee.com/mach552/savor-ui/commits/195493b8859b2c0e114a30bc9f987471f3ad911a))
122
- * **collapse:** 修复禁用样式无效问题 ([0d45085](https://gitee.com/mach552/savor-ui/commits/0d450857cd03fca4b4d255e817eb2f03c71a85d7))
123
- * **pagination:** 修复页码处于边界时翻页按钮的禁用状态失效问题 ([a184a2f](https://gitee.com/mach552/savor-ui/commits/a184a2f22d2dec82909a9eb7a5b1d1c7944c88b3))
124
- * **table:** 修复列宽自适应失效问题 ([d334c8f](https://gitee.com/mach552/savor-ui/commits/d334c8f6d3c5623117783121516f459ed17f5ece))
125
-
126
-
127
- ### Features
128
-
129
- * **config-provider:** 新增`config-provider-vapor`组件 ([72be61f](https://gitee.com/mach552/savor-ui/commits/72be61fab0a8713c93886d8610548a01e92e3ee7))
130
- * **layout:** 新增`bgColor`背景颜色属性 ([3a11757](https://gitee.com/mach552/savor-ui/commits/3a11757f1eb472e84d00e6cf3ff7f775e2bff49d))
131
- * **scrollbar:** 新增`backtop`返回顶部属性和插槽 ([37ce9aa](https://gitee.com/mach552/savor-ui/commits/37ce9aa92a9b6d756ce5085fda0fd2552191a9c6))
132
- * **select:** 新增多选模式 ([325a62c](https://gitee.com/mach552/savor-ui/commits/325a62c3e0a54e9fdbba00fbf0177ecdfc00f6a5))
144
+ # [0.3.0](https://gitee.com/mach552/savor-ui/compare/v0.2.0...v0.3.0) (2026-06-07)
145
+
146
+
147
+ ### Bug Fixes
148
+
149
+ * **anchor:** 修复激活状态失效问题 ([b9033d6](https://gitee.com/mach552/savor-ui/commits/b9033d6f851785006999cde93465c9411a107a79))
150
+ * **anchor:** 修复路由报历史警告问题 ([195493b](https://gitee.com/mach552/savor-ui/commits/195493b8859b2c0e114a30bc9f987471f3ad911a))
151
+ * **collapse:** 修复禁用样式无效问题 ([0d45085](https://gitee.com/mach552/savor-ui/commits/0d450857cd03fca4b4d255e817eb2f03c71a85d7))
152
+ * **pagination:** 修复页码处于边界时翻页按钮的禁用状态失效问题 ([a184a2f](https://gitee.com/mach552/savor-ui/commits/a184a2f22d2dec82909a9eb7a5b1d1c7944c88b3))
153
+ * **table:** 修复列宽自适应失效问题 ([d334c8f](https://gitee.com/mach552/savor-ui/commits/d334c8f6d3c5623117783121516f459ed17f5ece))
154
+
155
+
156
+ ### Features
157
+
158
+ * **config-provider:** 新增`config-provider-vapor`组件 ([72be61f](https://gitee.com/mach552/savor-ui/commits/72be61fab0a8713c93886d8610548a01e92e3ee7))
159
+ * **layout:** 新增`bgColor`背景颜色属性 ([3a11757](https://gitee.com/mach552/savor-ui/commits/3a11757f1eb472e84d00e6cf3ff7f775e2bff49d))
160
+ * **scrollbar:** 新增`backtop`返回顶部属性和插槽 ([37ce9aa](https://gitee.com/mach552/savor-ui/commits/37ce9aa92a9b6d756ce5085fda0fd2552191a9c6))
161
+ * **select:** 新增多选模式 ([325a62c](https://gitee.com/mach552/savor-ui/commits/325a62c3e0a54e9fdbba00fbf0177ecdfc00f6a5))
133
162
  * **space:** 新增`wrap`换行属性 ([b046416](https://gitee.com/mach552/savor-ui/commits/b0464167d9db73ede45f1fa59e26b723107d1620))
134
163
 
135
- # [0.2.0](https://gitee.com/mach552/savor-ui/compare/v0.1.0...v0.2.0) (2026-05-22)
136
-
137
-
138
- ### Bug Fixes
139
-
140
- * **image:** 修复图片组预览图片不展示的问题 ([d485580](https://gitee.com/mach552/savor-ui/commits/d485580c89acd0483cd71cb885175a294b3db1d3))
141
- * **message:** 修复容器不销毁的问题 ([6c34e24](https://gitee.com/mach552/savor-ui/commits/6c34e24fcc1b0aadab4c49c385470cb79f88d1b5))
142
-
143
-
144
- ### Features
145
-
146
- * **radio:** 新增按钮类型的单选框组 ([4b7e12a](https://gitee.com/mach552/savor-ui/commits/4b7e12aef25fc0504e3bdb8d52a85d899acefd00))
164
+ # [0.2.0](https://gitee.com/mach552/savor-ui/compare/v0.1.0...v0.2.0) (2026-05-22)
165
+
166
+
167
+ ### Bug Fixes
168
+
169
+ * **image:** 修复图片组预览图片不展示的问题 ([d485580](https://gitee.com/mach552/savor-ui/commits/d485580c89acd0483cd71cb885175a294b3db1d3))
170
+ * **message:** 修复容器不销毁的问题 ([6c34e24](https://gitee.com/mach552/savor-ui/commits/6c34e24fcc1b0aadab4c49c385470cb79f88d1b5))
171
+
172
+
173
+ ### Features
174
+
175
+ * **radio:** 新增按钮类型的单选框组 ([4b7e12a](https://gitee.com/mach552/savor-ui/commits/4b7e12aef25fc0504e3bdb8d52a85d899acefd00))
147
176
  * **text:** 新增复制和编辑模式,新增气泡提示 ([39125c3](https://gitee.com/mach552/savor-ui/commits/39125c3877a14d9bcd9deda7736f7b2583e479b1))
148
177
 
149
- # 0.1.0 (2026-05-16)
150
-
151
-
152
- ### Features
153
-
178
+ # 0.1.0 (2026-05-16)
179
+
180
+
181
+ ### Features
182
+
154
183
  * 重构所有组件为Vapor。 ([a16e110](https://gitee.com/mach552/savor-ui/commits/a16e110a6d15810058f92b2a55ffce58b13957ab))
155
184
 
156
185
  ## [0.0.8](https://gitee.com/mach552/savor-ui/compare/v0.0.7...v0.0.8) (2026-05-11)
@@ -25,6 +25,7 @@ export * from './src/expand-card';
25
25
  export * from './src/form';
26
26
  export * from './src/galleria';
27
27
  export * from './src/grid';
28
+ export * from './src/highlight';
28
29
  export * from './src/icon';
29
30
  export * from './src/image';
30
31
  export * from './src/input';
@@ -47,8 +48,11 @@ export * from './src/scrollbar';
47
48
  export * from './src/segmented';
48
49
  export * from './src/select';
49
50
  export * from './src/skeleton';
51
+ export * from './src/slider-verify';
50
52
  export * from './src/space';
53
+ export * from './src/split';
51
54
  export * from './src/statistic';
55
+ export * from './src/steps';
52
56
  export * from './src/switch';
53
57
  export * from './src/table';
54
58
  export * from './src/tabs';
@@ -60,6 +64,7 @@ export * from './src/tooltip';
60
64
  export * from './src/transition';
61
65
  export * from './src/tree';
62
66
  export * from './src/upload';
67
+ export * from './src/virtual-list';
63
68
  export * from './src/waterfall';
64
69
  export * from './src/watermark';
65
70
  export * from './src/wheel';
@@ -42,6 +42,7 @@ import "./src/expand-card/index.mjs";
42
42
  import "./src/galleria/index.mjs";
43
43
  import "./src/grid/types.mjs";
44
44
  import "./src/grid/index.mjs";
45
+ import "./src/highlight/index.mjs";
45
46
  import "./src/image/types.mjs";
46
47
  import "./src/image/index.mjs";
47
48
  import "./src/input-number/index.mjs";
@@ -65,8 +66,12 @@ import "./src/radio/types.mjs";
65
66
  import "./src/radio/index.mjs";
66
67
  import "./src/segmented/index.mjs";
67
68
  import "./src/skeleton/index.mjs";
69
+ import "./src/slider-verify/index.mjs";
68
70
  import "./src/space/index.mjs";
71
+ import "./src/split/types.mjs";
72
+ import "./src/split/index.mjs";
69
73
  import "./src/statistic/index.mjs";
74
+ import "./src/steps/index.mjs";
70
75
  import "./src/switch/index.mjs";
71
76
  import "./src/table/types.mjs";
72
77
  import "./src/table/index.mjs";
@@ -79,6 +84,7 @@ import "./src/timeline/index.mjs";
79
84
  import "./src/tree/types.mjs";
80
85
  import "./src/tree/index.mjs";
81
86
  import "./src/upload/index.mjs";
87
+ import "./src/virtual-list/index.mjs";
82
88
  import "./src/waterfall/index.mjs";
83
89
  import "./src/watermark/index.mjs";
84
90
  import "./src/wheel/index.mjs";
@@ -20,7 +20,8 @@ var y = g("<div>"), b = g(" "), x = g("<button>", 1), S = /*@__PURE__*/ c({
20
20
  block: { type: Boolean },
21
21
  text: { type: Boolean },
22
22
  link: { type: Boolean },
23
- secondary: { type: Boolean }
23
+ secondary: { type: Boolean },
24
+ outline: { type: Boolean }
24
25
  },
25
26
  setup(c, { slots: g }) {
26
27
  let S = c, C = e("button"), w = l(n, void 0), T = r(() => w?.size?.value || S.size), E = x();
@@ -37,7 +38,8 @@ var y = g("<div>"), b = g(" "), x = g("<button>", 1), S = /*@__PURE__*/ c({
37
38
  e.is("link", c.link),
38
39
  e.is("disabled", t),
39
40
  e.is("loading", n),
40
- e.is("only-icon", !g.default && !c.label)
41
+ e.is("only-icon", !g.default && !c.label),
42
+ e.is("outline", c.outline)
41
43
  ]), m(E, "disabled", t || n), d(E, "html-type", c.htmlType);
42
44
  }), p(E, null, 0), o(() => (g.icon || c.icon) && !c.loading, () => {
43
45
  let e = y();
@@ -48,6 +50,9 @@ var y = g("<div>"), b = g(" "), x = g("<button>", 1), S = /*@__PURE__*/ c({
48
50
  }), 261), p(E, null, 1), s("default", null, () => {
49
51
  let e = b();
50
52
  return u(() => h(e, _(c.label))), e;
53
+ }), p(E, null, 2), o(() => g["icon-right"] && !c.loading, () => {
54
+ let e = y();
55
+ return u(() => f(e, [v(C).e("icon")])), p(e, null, 0), s("icon-right"), e;
51
56
  }), E;
52
57
  }
53
58
  });
@@ -18,6 +18,7 @@ export declare const SButton: ((__VLS_props: NonNullable<Awaited<typeof __VLS_se
18
18
  text?: boolean | undefined;
19
19
  link?: boolean | undefined;
20
20
  secondary?: boolean | undefined;
21
+ outline?: boolean | undefined;
21
22
  } & (typeof globalThis extends {
22
23
  __VLS_PROPS_FALLBACK: infer P;
23
24
  } ? P : {});
@@ -30,12 +30,16 @@ export interface ButtonProps {
30
30
  link?: boolean;
31
31
  /** 是否为次要按钮 */
32
32
  secondary?: boolean;
33
+ /** 是否为轮廓按钮 */
34
+ outline?: boolean;
33
35
  }
34
36
  export interface ButtonSlots {
35
37
  /** 默认 */
36
- default: () => any;
38
+ default?: () => any;
37
39
  /** 图标 */
38
- icon: () => any;
40
+ icon?: () => any;
41
+ /** 右侧图标 */
42
+ "icon-right"?: () => any;
39
43
  }
40
44
  export interface ButtonGroupProps {
41
45
  /** 按钮组大小
@@ -22,5 +22,5 @@ export interface CarouselProps {
22
22
  /** 指示器位置
23
23
  * @default bottom
24
24
  */
25
- indicatorPosition?: 'top' | 'bottom' | 'left' | 'right' | 'outside';
25
+ indicatorPosition?: "top" | "bottom" | "left" | "right" | "outside";
26
26
  }
@@ -3,9 +3,9 @@ export interface DatetimePickerProps {
3
3
  /** 绑定值(v-model) */
4
4
  modelValue?: string | [string, string];
5
5
  /** 日期时间选择器类型 */
6
- type?: 'datetime' | 'datetime-range' | 'time';
6
+ type?: "datetime" | "datetime-range" | "time";
7
7
  /** 输入框大小 */
8
- size?: 'mini' | 'small' | 'medium' | 'large';
8
+ size?: "mini" | "small" | "medium" | "large";
9
9
  /** 是否禁用 */
10
10
  disabled?: boolean;
11
11
  /** 占位符 */
@@ -29,17 +29,17 @@ var y = h(" "), b = h("<div><div></div><div>", 1), x = /*@__PURE__*/ a({
29
29
  if (!S?.positionList) return {
30
30
  gridColumn: `span ${h.span}`,
31
31
  display: "flex",
32
- alignItems: "flex-start"
32
+ alignItems: "stretch"
33
33
  };
34
34
  let e = S.positionList.value[C];
35
35
  return e ? {
36
36
  gridColumn: `${e.start} / ${e.end}`,
37
37
  display: "flex",
38
- alignItems: "flex-start"
38
+ alignItems: "stretch"
39
39
  } : {
40
40
  gridColumn: `span ${h.span}`,
41
41
  display: "flex",
42
- alignItems: "flex-start"
42
+ alignItems: "stretch"
43
43
  };
44
44
  }), T = r(() => {
45
45
  let e = S?.labelAlign || h.labelAlign, t = S?.labelWidth, n = h.labelWidth || t, r = {
@@ -1,21 +1,23 @@
1
1
  import { useNamespace as e } from "../../../hooks/src/use-namespace.mjs";
2
2
  import "../../../hooks/index.mjs";
3
- import { child as t, createSlot as n, defineVaporComponent as r, next as i, renderEffect as a, setClass as o, setInsertionState as s, setText as c, template as l, toDisplayString as u, unref as d } from "vue";
3
+ import t from "../../../icons/src/empty.vue.mjs";
4
+ import "../../../icons/index.mjs";
5
+ import { child as n, createComponent as r, createSlot as i, defineVaporComponent as a, next as o, renderEffect as s, setClass as c, setInsertionState as l, setText as u, template as d, toDisplayString as f, unref as p } from "vue";
4
6
  //#region ../components/src/empty/empty.vue?vue&type=script&setup=true&vapor=true&lang.ts
5
- var f = l("<span><svg class=icon height=128 p-id=9909 t=1769520360749 version=1.1 viewBox=\"0 0 1024 1024\"width=128 xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink><path d=\"M193.8 136.7h636.4v539.5H193.8z\"fill=#F6FBFB p-id=9910></path><path d=\"M762.3 365.4H261.7c-14.3 0-25.8 11.6-25.8 25.8v222.9c0 14.3 11.6 25.8 25.8 25.8h500.7c14.3 0 25.8-11.6 25.8-25.8V391.2c0-14.3-11.6-25.8-25.9-25.8z\"fill=#C6D7DE p-id=9911></path><path d=\"M0 811.8a512 168 0 1 0 1024 0 512 168 0 1 0-1024 0Z\"fill=#F8FAFA p-id=9912></path><path d=\"M859.3 488.8H164.7c-14.3 0-25.8 11.6-25.8 25.8v323c0 14.3 11.6 25.8 25.8 25.8h694.5c14.3 0 25.8-11.6 25.8-25.8v-323c0.1-14.2-11.5-25.8-25.7-25.8z\"fill=#E8EDF3 p-id=9913></path><path d=\"M598.4 637.4H425.6c-7.1 0-12.9 5.8-12.9 12.9V702c0 7.1 5.8 12.9 12.9 12.9h172.8c7.1 0 12.9-5.8 12.9-12.9v-51.7c0-7.1-5.8-12.9-12.9-12.9z\"fill=#D8DFEA p-id=9914></path><path d=\"M860.9 74.2H163.1c-14.3 0-25.8 11.6-25.8 25.8v99.3c0 14.3 11.6 25.8 25.8 25.8h697.7c14.3 0 25.8-11.6 25.8-25.8V100c0.1-14.2-11.5-25.8-25.7-25.8z\"fill=#E8EDF3 p-id=9915></path><path d=\"M591.1 151.7m-25.8 0a25.8 25.8 0 1 0 51.6 0 25.8 25.8 0 1 0-51.6 0Z\"fill=#808182 p-id=9916></path><path d=\"M697.7 151.7m-25.8 0a25.8 25.8 0 1 0 51.6 0 25.8 25.8 0 1 0-51.6 0Z\"fill=#DD5041 p-id=9917></path><path d=\"M802.7 151.7m-25.8 0a25.8 25.8 0 1 0 51.6 0 25.8 25.8 0 1 0-51.6 0Z\"fill=#E3A64C p-id=9918>", 2), p = l(" "), m = l("<div><div></div><div>", 1), h = /*@__PURE__*/ r({
7
+ var m = d(" "), h = d("<div><div></div><div>", 1), g = /*@__PURE__*/ a({
6
8
  name: "SEmpty",
7
9
  __name: "empty",
8
10
  props: { description: {} },
9
- setup(r) {
10
- let l = e("empty"), h = m(), g = t(h), _ = i(g, 1);
11
- return a(() => {
12
- let e = d(l);
13
- o(h, [e.b()]), o(g, [e.e("image")]);
14
- }), s(g, null, 0), n("image", null, () => f()), a(() => o(_, [d(l).e("description")])), s(_, null, 0), n("description", null, () => {
15
- let e = p();
16
- return a(() => c(e, u(r.description || "暂无数据"))), e;
17
- }), h;
11
+ setup(a) {
12
+ let d = e("empty"), g = h(), _ = n(g), v = o(_, 1);
13
+ return s(() => {
14
+ let e = p(d);
15
+ c(g, [e.b()]), c(_, [e.e("image")]);
16
+ }), l(_, null, 0), i("image", null, () => r(p(t))), s(() => c(v, [p(d).e("description")])), l(v, null, 0), i("description", null, () => {
17
+ let e = m();
18
+ return s(() => u(e, f(a.description || "暂无数据"))), e;
19
+ }), g;
18
20
  }
19
21
  });
20
22
  //#endregion
21
- export { h as default };
23
+ export { g as default };
@@ -10,13 +10,13 @@ export interface FormProps {
10
10
  /** 表单校验规则 */
11
11
  rules?: Record<string, FormItemRule[]>;
12
12
  /** 表单尺寸 */
13
- size?: 'mini' | 'small' | 'medium' | 'large';
13
+ size?: "mini" | "small" | "medium" | "large";
14
14
  /** 表单项标签宽度 */
15
15
  labelWidth?: string | number;
16
16
  /** 表单项标签位置 */
17
- labelPosition?: 'left' | 'top';
17
+ labelPosition?: "left" | "top";
18
18
  /** 表单项标签对齐方式 */
19
- labelAlign?: 'left' | 'right';
19
+ labelAlign?: "left" | "right";
20
20
  }
21
21
  export interface FormEmits {
22
22
  /** 表单提交时触发 */
@@ -42,7 +42,7 @@ export interface FormItemProps {
42
42
  /** 表单项提示 */
43
43
  tooltip?: string;
44
44
  /** 表单项标签对齐方式 */
45
- labelAlign?: 'left' | 'right';
45
+ labelAlign?: "left" | "right";
46
46
  /** 是否显示必填标识 */
47
47
  showRequired?: boolean;
48
48
  }
@@ -56,17 +56,17 @@ export interface FormContext {
56
56
  /** 删除表单项 */
57
57
  removeField: (field: FormItemContext) => void;
58
58
  /** 表单尺寸 */
59
- size?: Ref<'mini' | 'small' | 'medium' | 'large'>;
59
+ size?: Ref<"mini" | "small" | "medium" | "large">;
60
60
  /** 表单项标签宽度 */
61
61
  labelWidth?: Ref<string | number>;
62
62
  /** 表单项标签位置 */
63
- labelPosition?: Ref<'left' | 'top'>;
63
+ labelPosition?: Ref<"left" | "top">;
64
64
  /** 表单项标签对齐方式 */
65
- labelAlign?: Ref<'left' | 'right' | undefined>;
65
+ labelAlign?: Ref<"left" | "right" | undefined>;
66
66
  }
67
67
  export declare const formContextKey: InjectionKey<FormContext>;
68
68
  export interface FormItemValidateStatus {
69
- state: 'success' | 'error' | 'init';
69
+ state: "success" | "error" | "init";
70
70
  errorMsg: string;
71
71
  loading: boolean;
72
72
  }
@@ -96,7 +96,7 @@ export interface FormValidateError {
96
96
  fields: ValidateFieldsError;
97
97
  }
98
98
  export interface FormItemStatusContext {
99
- size?: Ref<'mini' | 'small' | 'medium' | 'large'>;
99
+ size?: Ref<"mini" | "small" | "medium" | "large">;
100
100
  error?: Ref<boolean>;
101
101
  }
102
102
  export declare const formItemStatusContextKey: InjectionKey<FormItemStatusContext>;
@@ -4,7 +4,7 @@ export interface GalleriaProps {
4
4
  /** 缩略图位置
5
5
  * @default bottom
6
6
  */
7
- position?: 'top' | 'bottom' | 'left' | 'right';
7
+ position?: "top" | "bottom" | "left" | "right";
8
8
  /** 图片列表 */
9
9
  items: string[];
10
10
  }
@@ -0,0 +1,20 @@
1
+ import { HighlightProps, HighlightSlots } from './types';
2
+ import { PublicProps, VNode } from 'vue';
3
+ declare const __VLS_export: (__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
+ props: PublicProps & __VLS_PrettifyLocal<HighlightProps> & (typeof globalThis extends {
5
+ __VLS_PROPS_FALLBACK: infer P;
6
+ } ? P : {});
7
+ expose: (exposed: {}) => void;
8
+ attrs: any;
9
+ slots: HighlightSlots;
10
+ emit: {};
11
+ }>) => VNode & {
12
+ __ctx?: Awaited<typeof __VLS_setup>;
13
+ };
14
+ declare const _default: typeof __VLS_export;
15
+ export default _default;
16
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
17
+ [K in keyof T]: T[K];
18
+ } : {
19
+ [K in keyof T as K]: T[K];
20
+ }) & {};
@@ -0,0 +1,5 @@
1
+ import e from "./highlight.vue_vue_type_script_setup_true_vapor_true_lang.mjs";
2
+ //#region ../components/src/highlight/highlight.vue
3
+ var t = e;
4
+ //#endregion
5
+ export { t as default };