@hi-ui/hiui 4.5.11 → 4.6.1
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.
- package/CHANGELOG.md +114 -0
- package/package.json +27 -27
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,119 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.6.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2934](https://github.com/XiaoMi/hiui/pull/2934) [`cafc0a56b`](https://github.com/XiaoMi/hiui/commit/cafc0a56b2630ab145fceeea4838b7914bbd8da1) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(dropdown): 修复 overlay={{className: 'xx'}} 不生效问题
|
8
|
+
|
9
|
+
- [#2940](https://github.com/XiaoMi/hiui/pull/2940) [`516e30c25`](https://github.com/XiaoMi/hiui/commit/516e30c25e1c24a992a7efdd04d5de9897c53fe9) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(tabs): 修复 activeId 为一个不存在的值或空值,下划线显示不对的问题
|
10
|
+
|
11
|
+
- [#2834](https://github.com/XiaoMi/hiui/pull/2834) [`969abb849`](https://github.com/XiaoMi/hiui/commit/969abb8497e3c674c66827bd9057581c53e5f621) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(date-picker): cellRender 增加 date 参数
|
12
|
+
|
13
|
+
- [#2944](https://github.com/XiaoMi/hiui/pull/2944) [`629731e5b`](https://github.com/XiaoMi/hiui/commit/629731e5b3c5f98e70599ae06eb88609336d3467) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(menu): 修复最后一个菜单项的子节点没有间距的问题
|
14
|
+
|
15
|
+
- [#2943](https://github.com/XiaoMi/hiui/pull/2943) [`f496866a2`](https://github.com/XiaoMi/hiui/commit/f496866a26a492ea65c0b7dc3bc9324a71c7158b) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(tree): 修复 Firefox 中组件拖拽报错问题
|
16
|
+
|
17
|
+
- [#2933](https://github.com/XiaoMi/hiui/pull/2933) [`369cdf935`](https://github.com/XiaoMi/hiui/commit/369cdf935fb4e3a81478dcbd8e199c1a7cac1875) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(form): 修复 validator 回调中第一个参数带有多余的引号
|
18
|
+
|
19
|
+
- [#2936](https://github.com/XiaoMi/hiui/pull/2936) [`5fa1190b9`](https://github.com/XiaoMi/hiui/commit/5fa1190b9d1aa5766b4270fd0240f0baffaa5e1a) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(upload): 修复设置 maxCount 后上传时报错问题
|
20
|
+
|
21
|
+
- [#2930](https://github.com/XiaoMi/hiui/pull/2930) [`c238c5d76`](https://github.com/XiaoMi/hiui/commit/c238c5d766add7f1253871030ab0d99f4e4e3df0) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(pagination): 修复 onJump 事件不触发的问题
|
22
|
+
|
23
|
+
- [#2947](https://github.com/XiaoMi/hiui/pull/2947) [`e65de3140`](https://github.com/XiaoMi/hiui/commit/e65de31402d4ebd1aabcfbffa0e768d6cc2f6dc3) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(descriptions): Add contentPosition api
|
24
|
+
|
25
|
+
- [#2938](https://github.com/XiaoMi/hiui/pull/2938) [`3d070cda4`](https://github.com/XiaoMi/hiui/commit/3d070cda4317f5705ae34271a35390f4c43468fc) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - fix(tabs): 修复设置缩放后下划线显示不正常问题
|
26
|
+
|
27
|
+
- Updated dependencies [[`5fa1190b9`](https://github.com/XiaoMi/hiui/commit/5fa1190b9d1aa5766b4270fd0240f0baffaa5e1a), [`f496866a2`](https://github.com/XiaoMi/hiui/commit/f496866a26a492ea65c0b7dc3bc9324a71c7158b), [`369cdf935`](https://github.com/XiaoMi/hiui/commit/369cdf935fb4e3a81478dcbd8e199c1a7cac1875), [`629731e5b`](https://github.com/XiaoMi/hiui/commit/629731e5b3c5f98e70599ae06eb88609336d3467), [`e65de3140`](https://github.com/XiaoMi/hiui/commit/e65de31402d4ebd1aabcfbffa0e768d6cc2f6dc3), [`969abb849`](https://github.com/XiaoMi/hiui/commit/969abb8497e3c674c66827bd9057581c53e5f621), [`cafc0a56b`](https://github.com/XiaoMi/hiui/commit/cafc0a56b2630ab145fceeea4838b7914bbd8da1), [`c238c5d76`](https://github.com/XiaoMi/hiui/commit/c238c5d766add7f1253871030ab0d99f4e4e3df0), [`516e30c25`](https://github.com/XiaoMi/hiui/commit/516e30c25e1c24a992a7efdd04d5de9897c53fe9), [`3d070cda4`](https://github.com/XiaoMi/hiui/commit/3d070cda4317f5705ae34271a35390f4c43468fc)]:
|
28
|
+
- @hi-ui/upload@4.2.3
|
29
|
+
- @hi-ui/tree@4.5.11
|
30
|
+
- @hi-ui/form@4.2.2
|
31
|
+
- @hi-ui/menu@4.3.1
|
32
|
+
- @hi-ui/descriptions@4.5.0
|
33
|
+
- @hi-ui/date-picker@4.8.0
|
34
|
+
- @hi-ui/dropdown@4.2.1
|
35
|
+
- @hi-ui/pagination@4.0.17
|
36
|
+
- @hi-ui/tabs@4.1.6
|
37
|
+
|
38
|
+
## 4.6.0
|
39
|
+
|
40
|
+
### Minor Changes
|
41
|
+
|
42
|
+
- [#2926](https://github.com/XiaoMi/hiui/pull/2926) [`f1dbab0`](https://github.com/XiaoMi/hiui/commit/f1dbab0341d36fb63d1c123bf970b40caebd1a94) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(hiui): 升级到 hiui@4.6.0
|
43
|
+
|
44
|
+
### Patch Changes
|
45
|
+
|
46
|
+
- [#2912](https://github.com/XiaoMi/hiui/pull/2912) [`280dfc9b1`](https://github.com/XiaoMi/hiui/commit/280dfc9b1f4bf5f34b6ccb6eb8b072d5776f1402) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(list): 支持配置字段别名
|
47
|
+
|
48
|
+
- [#2907](https://github.com/XiaoMi/hiui/pull/2907) [`8d3e4a986`](https://github.com/XiaoMi/hiui/commit/8d3e4a986c6527f14410ff45d710fe6e89f51023) Thanks [@yang-x20](https://github.com/yang-x20)! - feat(number-input): 新增前缀后缀内容扩展
|
49
|
+
|
50
|
+
- [#2820](https://github.com/XiaoMi/hiui/pull/2820) [`7550aff2e`](https://github.com/XiaoMi/hiui/commit/7550aff2ef526c0009f37d79b249875e5b756275) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(message): 支持指定 portal 挂载
|
51
|
+
|
52
|
+
- [#2880](https://github.com/XiaoMi/hiui/pull/2880) [`1b46f791f`](https://github.com/XiaoMi/hiui/commit/1b46f791f99c20a946250c2921f3362304e86371) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(menu): 新增支持配置字段别名
|
53
|
+
|
54
|
+
- [#2849](https://github.com/XiaoMi/hiui/pull/2849) [`85307a41b`](https://github.com/XiaoMi/hiui/commit/85307a41bfbb573310f1f4747b979aea5e91474d) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(modal): 新增自定义 zIndex 功能
|
55
|
+
|
56
|
+
- [#2895](https://github.com/XiaoMi/hiui/pull/2895) [`7fd686eda`](https://github.com/XiaoMi/hiui/commit/7fd686eda634d9d7ab813dc772963f29784b51c6) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(search): 支持配置字段别名
|
57
|
+
|
58
|
+
- [#2824](https://github.com/XiaoMi/hiui/pull/2824) [`912c60b7b`](https://github.com/XiaoMi/hiui/commit/912c60b7b0f19a8386ec1de30fe6440e3963f288) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(cascader): 支持前置后置内容
|
59
|
+
|
60
|
+
- [#2905](https://github.com/XiaoMi/hiui/pull/2905) [`7ac6a76b4`](https://github.com/XiaoMi/hiui/commit/7ac6a76b46a4999bbc19935e82794a9279600c5a) Thanks [@yang-x20](https://github.com/yang-x20)! - feat(date-picker): 新增前缀后缀内容扩展
|
61
|
+
|
62
|
+
- [#2889](https://github.com/XiaoMi/hiui/pull/2889) [`dce209cd0`](https://github.com/XiaoMi/hiui/commit/dce209cd0ec0ac7ba405373923eb656d75842085) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(dropdown): 支持配置字段别名
|
63
|
+
|
64
|
+
- [#2920](https://github.com/XiaoMi/hiui/pull/2920) [`ec38ee1a6`](https://github.com/XiaoMi/hiui/commit/ec38ee1a62f1716106ecd4617840295c1f22ed5b) Thanks [@yang-x20](https://github.com/yang-x20)! - feat(check-cascader): 新增自定义触发器
|
65
|
+
|
66
|
+
- [#2824](https://github.com/XiaoMi/hiui/pull/2824) [`912c60b7b`](https://github.com/XiaoMi/hiui/commit/912c60b7b0f19a8386ec1de30fe6440e3963f288) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(check-cascader): 支持前置后置内容
|
67
|
+
|
68
|
+
- [#2913](https://github.com/XiaoMi/hiui/pull/2913) [`ce9517d8d`](https://github.com/XiaoMi/hiui/commit/ce9517d8d82bb31b8500be3a89880d7b7abea148) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(transfer): 支持配置字段别名
|
69
|
+
|
70
|
+
- [#2882](https://github.com/XiaoMi/hiui/pull/2882) [`760114484`](https://github.com/XiaoMi/hiui/commit/760114484bb7a2c681c2de9972a5deb1267b6bbc) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(descriptions): 新增支持配置字段别名
|
71
|
+
|
72
|
+
- [#2868](https://github.com/XiaoMi/hiui/pull/2868) [`95f2e843d`](https://github.com/XiaoMi/hiui/commit/95f2e843d154d5767c08d7a04a86d61804d71396) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(check-cascader): 新增支持配置字段别名
|
73
|
+
|
74
|
+
- [#2893](https://github.com/XiaoMi/hiui/pull/2893) [`2e56e30af`](https://github.com/XiaoMi/hiui/commit/2e56e30af6ed37b16afc6993ccc9a94d6e255e78) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(search): 支持配置字段别名
|
75
|
+
|
76
|
+
- [#2922](https://github.com/XiaoMi/hiui/pull/2922) [`362111208`](https://github.com/XiaoMi/hiui/commit/3621112089fdefe5d6add59b5da48d6bcb72602e) Thanks [@yang-x20](https://github.com/yang-x20)! - feat(tree-select): 新增自定义触发器
|
77
|
+
|
78
|
+
- [#2823](https://github.com/XiaoMi/hiui/pull/2823) [`d2b333b6c`](https://github.com/XiaoMi/hiui/commit/d2b333b6ce737757df20149f12d5780fa19f573c) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(tree-select): 新增支持前置后置内容
|
79
|
+
|
80
|
+
- [#2878](https://github.com/XiaoMi/hiui/pull/2878) [`179fd7fef`](https://github.com/XiaoMi/hiui/commit/179fd7fef9d906ecec2c5f02de01b7fa16721c79) Thanks [@yang-x20](https://github.com/yang-x20)! - feat(check-tree-select): 新增前置后置内容扩展功能
|
81
|
+
|
82
|
+
- [#2904](https://github.com/XiaoMi/hiui/pull/2904) [`cfc6c971d`](https://github.com/XiaoMi/hiui/commit/cfc6c971d6b54ec93a87c72eb9a7a29fbfb68739) Thanks [@yang-x20](https://github.com/yang-x20)! - feat(time-picker): 新增前缀后缀内容扩展
|
83
|
+
|
84
|
+
- [#2921](https://github.com/XiaoMi/hiui/pull/2921) [`c6d9225c5`](https://github.com/XiaoMi/hiui/commit/c6d9225c5f09484344159e31af93f7ae147566bb) Thanks [@yang-x20](https://github.com/yang-x20)! - feat(cascader): 新增自定义触发器
|
85
|
+
|
86
|
+
- [#2916](https://github.com/XiaoMi/hiui/pull/2916) [`2d8fd922e`](https://github.com/XiaoMi/hiui/commit/2d8fd922e1818e625d93288c313fde05ae5759b0) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(stepper): 支持配置字段别名
|
87
|
+
|
88
|
+
- [#2832](https://github.com/XiaoMi/hiui/pull/2832) [`e37e7616b`](https://github.com/XiaoMi/hiui/commit/e37e7616b541fec3940ec00dac0764f09234f7e3) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(notification): 支持自定义 notification 配置
|
89
|
+
|
90
|
+
- [#2851](https://github.com/XiaoMi/hiui/pull/2851) [`088f06557`](https://github.com/XiaoMi/hiui/commit/088f06557863c2814b51d00f91a10750b5b70dc6) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(drawer): 支持自定义 zIndex 功能
|
91
|
+
|
92
|
+
- [#2917](https://github.com/XiaoMi/hiui/pull/2917) [`9b2dc02ae`](https://github.com/XiaoMi/hiui/commit/9b2dc02aeaf3979d01145e3d5a279a03d75b4223) Thanks [@xiamiao1121](https://github.com/xiamiao1121)! - feat(filter): 支持配置字段别名
|
93
|
+
|
94
|
+
- Updated dependencies [[`1b46f791f`](https://github.com/XiaoMi/hiui/commit/1b46f791f99c20a946250c2921f3362304e86371), [`ce9517d8d`](https://github.com/XiaoMi/hiui/commit/ce9517d8d82bb31b8500be3a89880d7b7abea148), [`7ac6a76b4`](https://github.com/XiaoMi/hiui/commit/7ac6a76b46a4999bbc19935e82794a9279600c5a), [`a227f4b5b`](https://github.com/XiaoMi/hiui/commit/a227f4b5b677ccbb41e196f2ea1cdd511dd6d6e7), [`95f2e843d`](https://github.com/XiaoMi/hiui/commit/95f2e843d154d5767c08d7a04a86d61804d71396), [`c6d9225c5`](https://github.com/XiaoMi/hiui/commit/c6d9225c5f09484344159e31af93f7ae147566bb), [`d2b333b6c`](https://github.com/XiaoMi/hiui/commit/d2b333b6ce737757df20149f12d5780fa19f573c), [`7550aff2e`](https://github.com/XiaoMi/hiui/commit/7550aff2ef526c0009f37d79b249875e5b756275), [`362111208`](https://github.com/XiaoMi/hiui/commit/3621112089fdefe5d6add59b5da48d6bcb72602e), [`912c60b7b`](https://github.com/XiaoMi/hiui/commit/912c60b7b0f19a8386ec1de30fe6440e3963f288), [`9b2dc02ae`](https://github.com/XiaoMi/hiui/commit/9b2dc02aeaf3979d01145e3d5a279a03d75b4223), [`cfc6c971d`](https://github.com/XiaoMi/hiui/commit/cfc6c971d6b54ec93a87c72eb9a7a29fbfb68739), [`2d8fd922e`](https://github.com/XiaoMi/hiui/commit/2d8fd922e1818e625d93288c313fde05ae5759b0), [`280dfc9b1`](https://github.com/XiaoMi/hiui/commit/280dfc9b1f4bf5f34b6ccb6eb8b072d5776f1402), [`8d3e4a986`](https://github.com/XiaoMi/hiui/commit/8d3e4a986c6527f14410ff45d710fe6e89f51023), [`2e56e30af`](https://github.com/XiaoMi/hiui/commit/2e56e30af6ed37b16afc6993ccc9a94d6e255e78), [`e37e7616b`](https://github.com/XiaoMi/hiui/commit/e37e7616b541fec3940ec00dac0764f09234f7e3), [`7fd686eda`](https://github.com/XiaoMi/hiui/commit/7fd686eda634d9d7ab813dc772963f29784b51c6), [`088f06557`](https://github.com/XiaoMi/hiui/commit/088f06557863c2814b51d00f91a10750b5b70dc6), [`912c60b7b`](https://github.com/XiaoMi/hiui/commit/912c60b7b0f19a8386ec1de30fe6440e3963f288), [`179fd7fef`](https://github.com/XiaoMi/hiui/commit/179fd7fef9d906ecec2c5f02de01b7fa16721c79), [`760114484`](https://github.com/XiaoMi/hiui/commit/760114484bb7a2c681c2de9972a5deb1267b6bbc), [`85307a41b`](https://github.com/XiaoMi/hiui/commit/85307a41bfbb573310f1f4747b979aea5e91474d), [`ec38ee1a6`](https://github.com/XiaoMi/hiui/commit/ec38ee1a62f1716106ecd4617840295c1f22ed5b), [`dce209cd0`](https://github.com/XiaoMi/hiui/commit/dce209cd0ec0ac7ba405373923eb656d75842085)]:
|
95
|
+
- @hi-ui/menu@4.3.0
|
96
|
+
- @hi-ui/transfer@4.1.0
|
97
|
+
- @hi-ui/date-picker@4.7.0
|
98
|
+
- @hi-ui/preview@4.1.1
|
99
|
+
- @hi-ui/check-cascader@4.3.0
|
100
|
+
- @hi-ui/cascader@4.3.0
|
101
|
+
- @hi-ui/tree-select@4.2.0
|
102
|
+
- @hi-ui/message@4.1.0
|
103
|
+
- @hi-ui/filter@4.2.0
|
104
|
+
- @hi-ui/time-picker@4.1.0
|
105
|
+
- @hi-ui/stepper@4.1.0
|
106
|
+
- @hi-ui/list@4.1.0
|
107
|
+
- @hi-ui/number-input@4.2.0
|
108
|
+
- @hi-ui/search@4.1.0
|
109
|
+
- @hi-ui/notification@4.2.0
|
110
|
+
- @hi-ui/breadcrumb@4.1.0
|
111
|
+
- @hi-ui/drawer@4.2.0
|
112
|
+
- @hi-ui/check-tree-select@4.5.0
|
113
|
+
- @hi-ui/descriptions@4.4.0
|
114
|
+
- @hi-ui/modal@4.2.0
|
115
|
+
- @hi-ui/dropdown@4.2.0
|
116
|
+
|
3
117
|
## 4.5.11
|
4
118
|
|
5
119
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/hiui",
|
3
|
-
"version": "4.
|
3
|
+
"version": "4.6.1",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -48,66 +48,66 @@
|
|
48
48
|
"@hi-ui/avatar": "^4.0.8",
|
49
49
|
"@hi-ui/back-top": "^4.0.8",
|
50
50
|
"@hi-ui/badge": "^4.0.10",
|
51
|
-
"@hi-ui/breadcrumb": "^4.0
|
51
|
+
"@hi-ui/breadcrumb": "^4.1.0",
|
52
52
|
"@hi-ui/button": "^4.0.10",
|
53
53
|
"@hi-ui/card": "^4.0.9",
|
54
54
|
"@hi-ui/carousel": "^4.1.1",
|
55
|
-
"@hi-ui/cascader": "^4.
|
56
|
-
"@hi-ui/check-cascader": "^4.
|
55
|
+
"@hi-ui/cascader": "^4.3.0",
|
56
|
+
"@hi-ui/check-cascader": "^4.3.0",
|
57
57
|
"@hi-ui/check-select": "^4.4.4",
|
58
|
-
"@hi-ui/check-tree-select": "^4.
|
58
|
+
"@hi-ui/check-tree-select": "^4.5.0",
|
59
59
|
"@hi-ui/checkbox": "^4.0.10",
|
60
60
|
"@hi-ui/collapse": "^4.1.6",
|
61
61
|
"@hi-ui/counter": "^4.1.9",
|
62
|
-
"@hi-ui/date-picker": "^4.
|
63
|
-
"@hi-ui/descriptions": "^4.
|
64
|
-
"@hi-ui/drawer": "^4.
|
65
|
-
"@hi-ui/dropdown": "^4.1
|
62
|
+
"@hi-ui/date-picker": "^4.8.0",
|
63
|
+
"@hi-ui/descriptions": "^4.5.0",
|
64
|
+
"@hi-ui/drawer": "^4.2.0",
|
65
|
+
"@hi-ui/dropdown": "^4.2.1",
|
66
66
|
"@hi-ui/ellipsis-tooltip": "^4.1.8",
|
67
67
|
"@hi-ui/empty-state": "^4.1.1",
|
68
|
-
"@hi-ui/filter": "^4.
|
69
|
-
"@hi-ui/form": "^4.2.
|
68
|
+
"@hi-ui/filter": "^4.2.0",
|
69
|
+
"@hi-ui/form": "^4.2.2",
|
70
70
|
"@hi-ui/grid": "^4.0.9",
|
71
71
|
"@hi-ui/highlighter": "^4.0.9",
|
72
72
|
"@hi-ui/input": "^4.1.1",
|
73
73
|
"@hi-ui/input-group": "^4.0.7",
|
74
|
-
"@hi-ui/list": "^4.0
|
74
|
+
"@hi-ui/list": "^4.1.0",
|
75
75
|
"@hi-ui/loading": "^4.2.1",
|
76
|
-
"@hi-ui/menu": "^4.
|
77
|
-
"@hi-ui/message": "^4.0
|
78
|
-
"@hi-ui/modal": "^4.
|
79
|
-
"@hi-ui/notification": "^4.
|
80
|
-
"@hi-ui/number-input": "^4.
|
81
|
-
"@hi-ui/pagination": "^4.0.
|
76
|
+
"@hi-ui/menu": "^4.3.1",
|
77
|
+
"@hi-ui/message": "^4.1.0",
|
78
|
+
"@hi-ui/modal": "^4.2.0",
|
79
|
+
"@hi-ui/notification": "^4.2.0",
|
80
|
+
"@hi-ui/number-input": "^4.2.0",
|
81
|
+
"@hi-ui/pagination": "^4.0.17",
|
82
82
|
"@hi-ui/picker": "^4.1.6",
|
83
83
|
"@hi-ui/pop-confirm": "^4.2.5",
|
84
84
|
"@hi-ui/popover": "^4.1.1",
|
85
|
-
"@hi-ui/preview": "^4.1.
|
85
|
+
"@hi-ui/preview": "^4.1.1",
|
86
86
|
"@hi-ui/progress": "^4.0.10",
|
87
87
|
"@hi-ui/provider": "^4.0.9",
|
88
88
|
"@hi-ui/radio": "^4.1.4",
|
89
89
|
"@hi-ui/rating": "^4.0.10",
|
90
90
|
"@hi-ui/result": "^4.0.8",
|
91
91
|
"@hi-ui/scrollbar": "^4.1.1",
|
92
|
-
"@hi-ui/search": "^4.0
|
92
|
+
"@hi-ui/search": "^4.1.0",
|
93
93
|
"@hi-ui/select": "^4.4.2",
|
94
94
|
"@hi-ui/slider": "^4.0.11",
|
95
95
|
"@hi-ui/space": "^4.0.11",
|
96
96
|
"@hi-ui/spinner": "^4.0.9",
|
97
|
-
"@hi-ui/stepper": "^4.0
|
97
|
+
"@hi-ui/stepper": "^4.1.0",
|
98
98
|
"@hi-ui/svg-icon": "^4.0.8",
|
99
99
|
"@hi-ui/switch": "^4.0.11",
|
100
100
|
"@hi-ui/table": "^4.5.5",
|
101
|
-
"@hi-ui/tabs": "^4.1.
|
101
|
+
"@hi-ui/tabs": "^4.1.6",
|
102
102
|
"@hi-ui/tag": "^4.2.1",
|
103
103
|
"@hi-ui/textarea": "^4.1.7",
|
104
|
-
"@hi-ui/time-picker": "^4.0
|
104
|
+
"@hi-ui/time-picker": "^4.1.0",
|
105
105
|
"@hi-ui/timeline": "^4.0.8",
|
106
106
|
"@hi-ui/tooltip": "^4.0.11",
|
107
|
-
"@hi-ui/transfer": "^4.0
|
108
|
-
"@hi-ui/tree": "^4.5.
|
109
|
-
"@hi-ui/tree-select": "^4.
|
110
|
-
"@hi-ui/upload": "^4.2.
|
107
|
+
"@hi-ui/transfer": "^4.1.0",
|
108
|
+
"@hi-ui/tree": "^4.5.11",
|
109
|
+
"@hi-ui/tree-select": "^4.2.0",
|
110
|
+
"@hi-ui/upload": "^4.2.3",
|
111
111
|
"@hi-ui/watermark": "^4.0.8",
|
112
112
|
"@hi-ui/zen-mode": "^4.0.8"
|
113
113
|
},
|