@hi-ui/hiui 5.0.0-canary.40 → 5.0.0-canary.41
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 +87 -0
- package/lib/cjs/index.js +75 -0
- package/lib/esm/index.js +10 -0
- package/lib/types/index.d.ts +10 -0
- package/package.json +68 -64
- package/lib/cjs/.DS_Store +0 -0
- package/lib/esm/.DS_Store +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,92 @@
|
|
|
1
1
|
# @hi-ui/hiui
|
|
2
2
|
|
|
3
|
+
## 5.0.0-canary.41
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 95f167a1f: feat(date-picker): add showWeek api (5.0)
|
|
8
|
+
- 4d3260ee4: feat(hiui): 增加组件导出 IconButton Picker Popper Portal TagInput (5.0)
|
|
9
|
+
- d1e7ade1e: feat(grid): add align api (5.0)
|
|
10
|
+
- 10dba616e: feat(date-picker): needConfirm 支持日期范围选择场景 (5.0)
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- d1e7ade1e: styles: 主题定制功能完善&&样式变量化写法改造&&兼容 RTL (5.0)
|
|
15
|
+
- ddebd7824: perf(popover): 优化通过方法调用组件时的渲染和打开方式 (5.0)
|
|
16
|
+
- 1e6276dde: fix(ellipsis-tooltip): 兼容 number 类型展示 (5.0)
|
|
17
|
+
- Updated dependencies [95f167a1f]
|
|
18
|
+
- Updated dependencies [d1e7ade1e]
|
|
19
|
+
- Updated dependencies [d1e7ade1e]
|
|
20
|
+
- Updated dependencies [10dba616e]
|
|
21
|
+
- Updated dependencies [ddebd7824]
|
|
22
|
+
- Updated dependencies [1e6276dde]
|
|
23
|
+
- @hi-ui/date-picker@5.0.0-canary.26
|
|
24
|
+
- @hi-ui/alert@5.0.0-canary.10
|
|
25
|
+
- @hi-ui/anchor@5.0.0-canary.5
|
|
26
|
+
- @hi-ui/avatar@5.0.0-canary.6
|
|
27
|
+
- @hi-ui/back-top@5.0.0-canary.8
|
|
28
|
+
- @hi-ui/badge@5.0.0-canary.7
|
|
29
|
+
- @hi-ui/button@5.0.0-canary.13
|
|
30
|
+
- @hi-ui/card@5.0.0-canary.8
|
|
31
|
+
- @hi-ui/carousel@5.0.0-canary.7
|
|
32
|
+
- @hi-ui/cascader@5.0.0-canary.21
|
|
33
|
+
- @hi-ui/check-cascader@5.0.0-canary.23
|
|
34
|
+
- @hi-ui/check-select@5.0.0-canary.18
|
|
35
|
+
- @hi-ui/check-tree-select@5.0.0-canary.18
|
|
36
|
+
- @hi-ui/checkbox@5.0.0-canary.7
|
|
37
|
+
- @hi-ui/collapse@5.0.0-canary.9
|
|
38
|
+
- @hi-ui/counter@5.0.0-canary.7
|
|
39
|
+
- @hi-ui/descriptions@5.0.0-canary.8
|
|
40
|
+
- @hi-ui/drawer@5.0.0-canary.9
|
|
41
|
+
- @hi-ui/dropdown@5.0.0-canary.10
|
|
42
|
+
- @hi-ui/empty-state@5.0.0-canary.8
|
|
43
|
+
- @hi-ui/filter@5.0.0-canary.6
|
|
44
|
+
- @hi-ui/form@5.0.0-canary.12
|
|
45
|
+
- @hi-ui/grid@5.0.0-canary.6
|
|
46
|
+
- @hi-ui/icon-button@5.0.0-canary.8
|
|
47
|
+
- @hi-ui/input@5.0.0-canary.17
|
|
48
|
+
- @hi-ui/input-group@5.0.0-canary.5
|
|
49
|
+
- @hi-ui/layout@5.0.0-canary.14
|
|
50
|
+
- @hi-ui/list@5.0.0-canary.8
|
|
51
|
+
- @hi-ui/loading@5.0.0-canary.9
|
|
52
|
+
- @hi-ui/menu@5.0.0-canary.16
|
|
53
|
+
- @hi-ui/message@5.0.0-canary.11
|
|
54
|
+
- @hi-ui/modal@5.0.0-canary.12
|
|
55
|
+
- @hi-ui/notification@5.0.0-canary.10
|
|
56
|
+
- @hi-ui/number-input@5.0.0-canary.15
|
|
57
|
+
- @hi-ui/page-header@5.0.0-canary.6
|
|
58
|
+
- @hi-ui/pagination@5.0.0-canary.10
|
|
59
|
+
- @hi-ui/picker@5.0.0-canary.14
|
|
60
|
+
- @hi-ui/pop-confirm@5.0.0-canary.11
|
|
61
|
+
- @hi-ui/popover@5.0.0-canary.10
|
|
62
|
+
- @hi-ui/popper@5.0.0-canary.12
|
|
63
|
+
- @hi-ui/preview@5.0.0-canary.9
|
|
64
|
+
- @hi-ui/progress@5.0.0-canary.7
|
|
65
|
+
- @hi-ui/provider@5.0.0-canary.7
|
|
66
|
+
- @hi-ui/radio@5.0.0-canary.8
|
|
67
|
+
- @hi-ui/result@5.0.0-canary.7
|
|
68
|
+
- @hi-ui/scrollbar@5.0.0-canary.7
|
|
69
|
+
- @hi-ui/search@5.0.0-canary.8
|
|
70
|
+
- @hi-ui/select@5.0.0-canary.15
|
|
71
|
+
- @hi-ui/skeleton@5.0.0-canary.1
|
|
72
|
+
- @hi-ui/slider@5.0.0-canary.8
|
|
73
|
+
- @hi-ui/stepper@5.0.0-canary.9
|
|
74
|
+
- @hi-ui/switch@5.0.0-canary.8
|
|
75
|
+
- @hi-ui/table@5.0.0-canary.23
|
|
76
|
+
- @hi-ui/tabs@5.0.0-canary.14
|
|
77
|
+
- @hi-ui/tag@5.0.0-canary.12
|
|
78
|
+
- @hi-ui/tag-input@5.0.0-canary.20
|
|
79
|
+
- @hi-ui/textarea@5.0.0-canary.13
|
|
80
|
+
- @hi-ui/time-picker@5.0.0-canary.17
|
|
81
|
+
- @hi-ui/timeline@5.0.0-canary.7
|
|
82
|
+
- @hi-ui/tooltip@5.0.0-canary.8
|
|
83
|
+
- @hi-ui/transfer@5.0.0-canary.9
|
|
84
|
+
- @hi-ui/tree@5.0.0-canary.9
|
|
85
|
+
- @hi-ui/tree-select@5.0.0-canary.13
|
|
86
|
+
- @hi-ui/upload@5.0.0-canary.12
|
|
87
|
+
- @hi-ui/zen-mode@5.0.0-canary.5
|
|
88
|
+
- @hi-ui/ellipsis-tooltip@5.0.0-canary.6
|
|
89
|
+
|
|
3
90
|
## 5.0.0-canary.40
|
|
4
91
|
|
|
5
92
|
### Patch Changes
|
package/lib/cjs/index.js
CHANGED
|
@@ -36,6 +36,7 @@ var filter = require('@hi-ui/filter');
|
|
|
36
36
|
var form = require('@hi-ui/form');
|
|
37
37
|
var grid = require('@hi-ui/grid');
|
|
38
38
|
var highlighter = require('@hi-ui/highlighter');
|
|
39
|
+
var iconButton = require('@hi-ui/icon-button');
|
|
39
40
|
var input = require('@hi-ui/input');
|
|
40
41
|
var layout = require('@hi-ui/layout');
|
|
41
42
|
var list = require('@hi-ui/list');
|
|
@@ -52,8 +53,11 @@ var notification = require('@hi-ui/notification');
|
|
|
52
53
|
var numberInput = require('@hi-ui/number-input');
|
|
53
54
|
var pageHeader = require('@hi-ui/page-header');
|
|
54
55
|
var pagination = require('@hi-ui/pagination');
|
|
56
|
+
var picker = require('@hi-ui/picker');
|
|
55
57
|
var popConfirm = require('@hi-ui/pop-confirm');
|
|
56
58
|
var popover = require('@hi-ui/popover');
|
|
59
|
+
var popper = require('@hi-ui/popper');
|
|
60
|
+
var portal = require('@hi-ui/portal');
|
|
57
61
|
var preview = require('@hi-ui/preview');
|
|
58
62
|
var progress = require('@hi-ui/progress');
|
|
59
63
|
var provider = require('@hi-ui/provider');
|
|
@@ -72,6 +76,7 @@ var _switch = require('@hi-ui/switch');
|
|
|
72
76
|
var table = require('@hi-ui/table');
|
|
73
77
|
var tabs = require('@hi-ui/tabs');
|
|
74
78
|
var tag = require('@hi-ui/tag');
|
|
79
|
+
var tagInput = require('@hi-ui/tag-input');
|
|
75
80
|
var textarea = require('@hi-ui/textarea');
|
|
76
81
|
var timePicker = require('@hi-ui/time-picker');
|
|
77
82
|
var timeline = require('@hi-ui/timeline');
|
|
@@ -231,6 +236,12 @@ Object.defineProperty(exports, 'Highlighter', {
|
|
|
231
236
|
return highlighter__namespace["default"];
|
|
232
237
|
}
|
|
233
238
|
});
|
|
239
|
+
Object.defineProperty(exports, 'IconButton', {
|
|
240
|
+
enumerable: true,
|
|
241
|
+
get: function get() {
|
|
242
|
+
return iconButton__namespace["default"];
|
|
243
|
+
}
|
|
244
|
+
});
|
|
234
245
|
Object.defineProperty(exports, 'Input', {
|
|
235
246
|
enumerable: true,
|
|
236
247
|
get: function get() {
|
|
@@ -305,6 +316,12 @@ Object.defineProperty(exports, 'Pagination', {
|
|
|
305
316
|
return pagination__namespace["default"];
|
|
306
317
|
}
|
|
307
318
|
});
|
|
319
|
+
Object.defineProperty(exports, 'Picker', {
|
|
320
|
+
enumerable: true,
|
|
321
|
+
get: function get() {
|
|
322
|
+
return picker__namespace["default"];
|
|
323
|
+
}
|
|
324
|
+
});
|
|
308
325
|
Object.defineProperty(exports, 'PopConfirm', {
|
|
309
326
|
enumerable: true,
|
|
310
327
|
get: function get() {
|
|
@@ -317,6 +334,18 @@ Object.defineProperty(exports, 'Popover', {
|
|
|
317
334
|
return popover__namespace["default"];
|
|
318
335
|
}
|
|
319
336
|
});
|
|
337
|
+
Object.defineProperty(exports, 'Popper', {
|
|
338
|
+
enumerable: true,
|
|
339
|
+
get: function get() {
|
|
340
|
+
return popper__namespace["default"];
|
|
341
|
+
}
|
|
342
|
+
});
|
|
343
|
+
Object.defineProperty(exports, 'Portal', {
|
|
344
|
+
enumerable: true,
|
|
345
|
+
get: function get() {
|
|
346
|
+
return portal__namespace["default"];
|
|
347
|
+
}
|
|
348
|
+
});
|
|
320
349
|
Object.defineProperty(exports, 'Preview', {
|
|
321
350
|
enumerable: true,
|
|
322
351
|
get: function get() {
|
|
@@ -425,6 +454,12 @@ Object.defineProperty(exports, 'Tag', {
|
|
|
425
454
|
return tag__namespace["default"];
|
|
426
455
|
}
|
|
427
456
|
});
|
|
457
|
+
Object.defineProperty(exports, 'TagInput', {
|
|
458
|
+
enumerable: true,
|
|
459
|
+
get: function get() {
|
|
460
|
+
return tagInput__namespace["default"];
|
|
461
|
+
}
|
|
462
|
+
});
|
|
428
463
|
Object.defineProperty(exports, 'Textarea', {
|
|
429
464
|
enumerable: true,
|
|
430
465
|
get: function get() {
|
|
@@ -707,6 +742,14 @@ Object.keys(highlighter).forEach(function (k) {
|
|
|
707
742
|
}
|
|
708
743
|
});
|
|
709
744
|
});
|
|
745
|
+
Object.keys(iconButton).forEach(function (k) {
|
|
746
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
747
|
+
enumerable: true,
|
|
748
|
+
get: function get() {
|
|
749
|
+
return iconButton[k];
|
|
750
|
+
}
|
|
751
|
+
});
|
|
752
|
+
});
|
|
710
753
|
Object.keys(input).forEach(function (k) {
|
|
711
754
|
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
712
755
|
enumerable: true,
|
|
@@ -795,6 +838,14 @@ Object.keys(pagination).forEach(function (k) {
|
|
|
795
838
|
}
|
|
796
839
|
});
|
|
797
840
|
});
|
|
841
|
+
Object.keys(picker).forEach(function (k) {
|
|
842
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
843
|
+
enumerable: true,
|
|
844
|
+
get: function get() {
|
|
845
|
+
return picker[k];
|
|
846
|
+
}
|
|
847
|
+
});
|
|
848
|
+
});
|
|
798
849
|
Object.keys(popConfirm).forEach(function (k) {
|
|
799
850
|
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
800
851
|
enumerable: true,
|
|
@@ -811,6 +862,22 @@ Object.keys(popover).forEach(function (k) {
|
|
|
811
862
|
}
|
|
812
863
|
});
|
|
813
864
|
});
|
|
865
|
+
Object.keys(popper).forEach(function (k) {
|
|
866
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
867
|
+
enumerable: true,
|
|
868
|
+
get: function get() {
|
|
869
|
+
return popper[k];
|
|
870
|
+
}
|
|
871
|
+
});
|
|
872
|
+
});
|
|
873
|
+
Object.keys(portal).forEach(function (k) {
|
|
874
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
875
|
+
enumerable: true,
|
|
876
|
+
get: function get() {
|
|
877
|
+
return portal[k];
|
|
878
|
+
}
|
|
879
|
+
});
|
|
880
|
+
});
|
|
814
881
|
Object.keys(preview).forEach(function (k) {
|
|
815
882
|
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
816
883
|
enumerable: true,
|
|
@@ -955,6 +1022,14 @@ Object.keys(tag).forEach(function (k) {
|
|
|
955
1022
|
}
|
|
956
1023
|
});
|
|
957
1024
|
});
|
|
1025
|
+
Object.keys(tagInput).forEach(function (k) {
|
|
1026
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
1027
|
+
enumerable: true,
|
|
1028
|
+
get: function get() {
|
|
1029
|
+
return tagInput[k];
|
|
1030
|
+
}
|
|
1031
|
+
});
|
|
1032
|
+
});
|
|
958
1033
|
Object.keys(textarea).forEach(function (k) {
|
|
959
1034
|
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
960
1035
|
enumerable: true,
|
package/lib/esm/index.js
CHANGED
|
@@ -55,6 +55,8 @@ export * from '@hi-ui/grid';
|
|
|
55
55
|
export { default as Grid } from '@hi-ui/grid';
|
|
56
56
|
export * from '@hi-ui/highlighter';
|
|
57
57
|
export { default as Highlighter } from '@hi-ui/highlighter';
|
|
58
|
+
export * from '@hi-ui/icon-button';
|
|
59
|
+
export { default as IconButton } from '@hi-ui/icon-button';
|
|
58
60
|
export * from '@hi-ui/input';
|
|
59
61
|
export { default as Input } from '@hi-ui/input';
|
|
60
62
|
export * from '@hi-ui/layout';
|
|
@@ -82,10 +84,16 @@ export * from '@hi-ui/page-header';
|
|
|
82
84
|
export { default as PageHeader } from '@hi-ui/page-header';
|
|
83
85
|
export * from '@hi-ui/pagination';
|
|
84
86
|
export { default as Pagination } from '@hi-ui/pagination';
|
|
87
|
+
export * from '@hi-ui/picker';
|
|
88
|
+
export { default as Picker } from '@hi-ui/picker';
|
|
85
89
|
export * from '@hi-ui/pop-confirm';
|
|
86
90
|
export { default as PopConfirm } from '@hi-ui/pop-confirm';
|
|
87
91
|
export * from '@hi-ui/popover';
|
|
88
92
|
export { default as Popover } from '@hi-ui/popover';
|
|
93
|
+
export * from '@hi-ui/popper';
|
|
94
|
+
export { default as Popper } from '@hi-ui/popper';
|
|
95
|
+
export * from '@hi-ui/portal';
|
|
96
|
+
export { default as Portal } from '@hi-ui/portal';
|
|
89
97
|
export * from '@hi-ui/preview';
|
|
90
98
|
export { default as Preview } from '@hi-ui/preview';
|
|
91
99
|
export * from '@hi-ui/progress';
|
|
@@ -122,6 +130,8 @@ export * from '@hi-ui/tabs';
|
|
|
122
130
|
export { default as Tabs } from '@hi-ui/tabs';
|
|
123
131
|
export * from '@hi-ui/tag';
|
|
124
132
|
export { default as Tag } from '@hi-ui/tag';
|
|
133
|
+
export * from '@hi-ui/tag-input';
|
|
134
|
+
export { default as TagInput } from '@hi-ui/tag-input';
|
|
125
135
|
export * from '@hi-ui/textarea';
|
|
126
136
|
export { default as Textarea } from '@hi-ui/textarea';
|
|
127
137
|
export * from '@hi-ui/time-picker';
|
package/lib/types/index.d.ts
CHANGED
|
@@ -46,6 +46,8 @@ export * from '@hi-ui/grid';
|
|
|
46
46
|
export { default as Grid } from '@hi-ui/grid';
|
|
47
47
|
export * from '@hi-ui/highlighter';
|
|
48
48
|
export { default as Highlighter } from '@hi-ui/highlighter';
|
|
49
|
+
export * from '@hi-ui/icon-button';
|
|
50
|
+
export { default as IconButton } from '@hi-ui/icon-button';
|
|
49
51
|
export * from '@hi-ui/input';
|
|
50
52
|
export { default as Input } from '@hi-ui/input';
|
|
51
53
|
export * from '@hi-ui/layout';
|
|
@@ -78,10 +80,16 @@ export * from '@hi-ui/page-header';
|
|
|
78
80
|
export { default as PageHeader } from '@hi-ui/page-header';
|
|
79
81
|
export * from '@hi-ui/pagination';
|
|
80
82
|
export { default as Pagination } from '@hi-ui/pagination';
|
|
83
|
+
export * from '@hi-ui/picker';
|
|
84
|
+
export { default as Picker } from '@hi-ui/picker';
|
|
81
85
|
export * from '@hi-ui/pop-confirm';
|
|
82
86
|
export { default as PopConfirm } from '@hi-ui/pop-confirm';
|
|
83
87
|
export * from '@hi-ui/popover';
|
|
84
88
|
export { default as Popover } from '@hi-ui/popover';
|
|
89
|
+
export * from '@hi-ui/popper';
|
|
90
|
+
export { default as Popper } from '@hi-ui/popper';
|
|
91
|
+
export * from '@hi-ui/portal';
|
|
92
|
+
export { default as Portal } from '@hi-ui/portal';
|
|
85
93
|
export * from '@hi-ui/preview';
|
|
86
94
|
export { default as Preview } from '@hi-ui/preview';
|
|
87
95
|
export * from '@hi-ui/progress';
|
|
@@ -118,6 +126,8 @@ export * from '@hi-ui/tabs';
|
|
|
118
126
|
export { default as Tabs } from '@hi-ui/tabs';
|
|
119
127
|
export * from '@hi-ui/tag';
|
|
120
128
|
export { default as Tag } from '@hi-ui/tag';
|
|
129
|
+
export * from '@hi-ui/tag-input';
|
|
130
|
+
export { default as TagInput } from '@hi-ui/tag-input';
|
|
121
131
|
export * from '@hi-ui/textarea';
|
|
122
132
|
export { default as Textarea } from '@hi-ui/textarea';
|
|
123
133
|
export * from '@hi-ui/time-picker';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hi-ui/hiui",
|
|
3
|
-
"version": "5.0.0-canary.
|
|
3
|
+
"version": "5.0.0-canary.41",
|
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
|
@@ -44,77 +44,81 @@
|
|
|
44
44
|
"url": "https://github.com/XiaoMi/hiui/issues"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@hi-ui/alert": "^5.0.0-canary.
|
|
48
|
-
"@hi-ui/anchor": "^5.0.0-canary.
|
|
49
|
-
"@hi-ui/avatar": "^5.0.0-canary.
|
|
50
|
-
"@hi-ui/back-top": "^5.0.0-canary.
|
|
51
|
-
"@hi-ui/badge": "^5.0.0-canary.
|
|
47
|
+
"@hi-ui/alert": "^5.0.0-canary.10",
|
|
48
|
+
"@hi-ui/anchor": "^5.0.0-canary.5",
|
|
49
|
+
"@hi-ui/avatar": "^5.0.0-canary.6",
|
|
50
|
+
"@hi-ui/back-top": "^5.0.0-canary.8",
|
|
51
|
+
"@hi-ui/badge": "^5.0.0-canary.7",
|
|
52
52
|
"@hi-ui/breadcrumb": "^5.0.0-canary.7",
|
|
53
|
-
"@hi-ui/button": "^5.0.0-canary.
|
|
54
|
-
"@hi-ui/card": "^5.0.0-canary.
|
|
55
|
-
"@hi-ui/carousel": "^5.0.0-canary.
|
|
56
|
-
"@hi-ui/cascader": "^5.0.0-canary.
|
|
57
|
-
"@hi-ui/check-cascader": "^5.0.0-canary.
|
|
58
|
-
"@hi-ui/check-select": "^5.0.0-canary.
|
|
59
|
-
"@hi-ui/check-tree-select": "^5.0.0-canary.
|
|
60
|
-
"@hi-ui/checkbox": "^5.0.0-canary.
|
|
61
|
-
"@hi-ui/collapse": "^5.0.0-canary.
|
|
62
|
-
"@hi-ui/counter": "^5.0.0-canary.
|
|
63
|
-
"@hi-ui/date-picker": "^5.0.0-canary.
|
|
64
|
-
"@hi-ui/descriptions": "^5.0.0-canary.
|
|
65
|
-
"@hi-ui/drawer": "^5.0.0-canary.
|
|
66
|
-
"@hi-ui/dropdown": "^5.0.0-canary.
|
|
67
|
-
"@hi-ui/ellipsis-tooltip": "^5.0.0-canary.
|
|
68
|
-
"@hi-ui/empty-state": "^5.0.0-canary.
|
|
69
|
-
"@hi-ui/filter": "^5.0.0-canary.
|
|
70
|
-
"@hi-ui/form": "^5.0.0-canary.
|
|
71
|
-
"@hi-ui/grid": "^5.0.0-canary.
|
|
53
|
+
"@hi-ui/button": "^5.0.0-canary.13",
|
|
54
|
+
"@hi-ui/card": "^5.0.0-canary.8",
|
|
55
|
+
"@hi-ui/carousel": "^5.0.0-canary.7",
|
|
56
|
+
"@hi-ui/cascader": "^5.0.0-canary.21",
|
|
57
|
+
"@hi-ui/check-cascader": "^5.0.0-canary.23",
|
|
58
|
+
"@hi-ui/check-select": "^5.0.0-canary.18",
|
|
59
|
+
"@hi-ui/check-tree-select": "^5.0.0-canary.18",
|
|
60
|
+
"@hi-ui/checkbox": "^5.0.0-canary.7",
|
|
61
|
+
"@hi-ui/collapse": "^5.0.0-canary.9",
|
|
62
|
+
"@hi-ui/counter": "^5.0.0-canary.7",
|
|
63
|
+
"@hi-ui/date-picker": "^5.0.0-canary.26",
|
|
64
|
+
"@hi-ui/descriptions": "^5.0.0-canary.8",
|
|
65
|
+
"@hi-ui/drawer": "^5.0.0-canary.9",
|
|
66
|
+
"@hi-ui/dropdown": "^5.0.0-canary.10",
|
|
67
|
+
"@hi-ui/ellipsis-tooltip": "^5.0.0-canary.6",
|
|
68
|
+
"@hi-ui/empty-state": "^5.0.0-canary.8",
|
|
69
|
+
"@hi-ui/filter": "^5.0.0-canary.6",
|
|
70
|
+
"@hi-ui/form": "^5.0.0-canary.12",
|
|
71
|
+
"@hi-ui/grid": "^5.0.0-canary.6",
|
|
72
72
|
"@hi-ui/highlighter": "^5.0.0-canary.4",
|
|
73
|
-
"@hi-ui/
|
|
74
|
-
"@hi-ui/input
|
|
75
|
-
"@hi-ui/
|
|
76
|
-
"@hi-ui/
|
|
77
|
-
"@hi-ui/
|
|
78
|
-
"@hi-ui/
|
|
79
|
-
"@hi-ui/
|
|
80
|
-
"@hi-ui/
|
|
81
|
-
"@hi-ui/
|
|
82
|
-
"@hi-ui/
|
|
83
|
-
"@hi-ui/
|
|
84
|
-
"@hi-ui/
|
|
85
|
-
"@hi-ui/
|
|
86
|
-
"@hi-ui/
|
|
87
|
-
"@hi-ui/
|
|
88
|
-
"@hi-ui/
|
|
89
|
-
"@hi-ui/
|
|
90
|
-
"@hi-ui/
|
|
73
|
+
"@hi-ui/icon-button": "^5.0.0-canary.8",
|
|
74
|
+
"@hi-ui/input": "^5.0.0-canary.17",
|
|
75
|
+
"@hi-ui/input-group": "^5.0.0-canary.5",
|
|
76
|
+
"@hi-ui/layout": "^5.0.0-canary.14",
|
|
77
|
+
"@hi-ui/list": "^5.0.0-canary.8",
|
|
78
|
+
"@hi-ui/loading": "^5.0.0-canary.9",
|
|
79
|
+
"@hi-ui/menu": "^5.0.0-canary.16",
|
|
80
|
+
"@hi-ui/message": "^5.0.0-canary.11",
|
|
81
|
+
"@hi-ui/modal": "^5.0.0-canary.12",
|
|
82
|
+
"@hi-ui/notification": "^5.0.0-canary.10",
|
|
83
|
+
"@hi-ui/number-input": "^5.0.0-canary.15",
|
|
84
|
+
"@hi-ui/page-header": "^5.0.0-canary.6",
|
|
85
|
+
"@hi-ui/pagination": "^5.0.0-canary.10",
|
|
86
|
+
"@hi-ui/picker": "^5.0.0-canary.14",
|
|
87
|
+
"@hi-ui/pop-confirm": "^5.0.0-canary.11",
|
|
88
|
+
"@hi-ui/popper": "^5.0.0-canary.12",
|
|
89
|
+
"@hi-ui/popover": "^5.0.0-canary.10",
|
|
90
|
+
"@hi-ui/portal": "^5.0.0-canary.4",
|
|
91
|
+
"@hi-ui/preview": "^5.0.0-canary.9",
|
|
92
|
+
"@hi-ui/progress": "^5.0.0-canary.7",
|
|
93
|
+
"@hi-ui/provider": "^5.0.0-canary.7",
|
|
91
94
|
"@hi-ui/query-filter": "^5.0.0-canary.4",
|
|
92
|
-
"@hi-ui/radio": "^5.0.0-canary.
|
|
95
|
+
"@hi-ui/radio": "^5.0.0-canary.8",
|
|
93
96
|
"@hi-ui/rating": "^5.0.0-canary.6",
|
|
94
|
-
"@hi-ui/result": "^5.0.0-canary.
|
|
95
|
-
"@hi-ui/scrollbar": "^5.0.0-canary.
|
|
96
|
-
"@hi-ui/search": "^5.0.0-canary.
|
|
97
|
-
"@hi-ui/select": "^5.0.0-canary.
|
|
98
|
-
"@hi-ui/skeleton": "^5.0.0-canary.
|
|
99
|
-
"@hi-ui/slider": "^5.0.0-canary.
|
|
97
|
+
"@hi-ui/result": "^5.0.0-canary.7",
|
|
98
|
+
"@hi-ui/scrollbar": "^5.0.0-canary.7",
|
|
99
|
+
"@hi-ui/search": "^5.0.0-canary.8",
|
|
100
|
+
"@hi-ui/select": "^5.0.0-canary.15",
|
|
101
|
+
"@hi-ui/skeleton": "^5.0.0-canary.1",
|
|
102
|
+
"@hi-ui/slider": "^5.0.0-canary.8",
|
|
100
103
|
"@hi-ui/space": "^5.0.0-canary.4",
|
|
101
104
|
"@hi-ui/spinner": "^5.0.0-canary.5",
|
|
102
|
-
"@hi-ui/stepper": "^5.0.0-canary.
|
|
105
|
+
"@hi-ui/stepper": "^5.0.0-canary.9",
|
|
103
106
|
"@hi-ui/svg-icon": "^5.0.0-canary.4",
|
|
104
|
-
"@hi-ui/switch": "^5.0.0-canary.
|
|
105
|
-
"@hi-ui/table": "^5.0.0-canary.
|
|
106
|
-
"@hi-ui/tabs": "^5.0.0-canary.
|
|
107
|
-
"@hi-ui/tag": "^5.0.0-canary.
|
|
108
|
-
"@hi-ui/
|
|
109
|
-
"@hi-ui/
|
|
110
|
-
"@hi-ui/
|
|
111
|
-
"@hi-ui/
|
|
112
|
-
"@hi-ui/
|
|
113
|
-
"@hi-ui/
|
|
114
|
-
"@hi-ui/tree
|
|
115
|
-
"@hi-ui/
|
|
107
|
+
"@hi-ui/switch": "^5.0.0-canary.8",
|
|
108
|
+
"@hi-ui/table": "^5.0.0-canary.23",
|
|
109
|
+
"@hi-ui/tabs": "^5.0.0-canary.14",
|
|
110
|
+
"@hi-ui/tag": "^5.0.0-canary.12",
|
|
111
|
+
"@hi-ui/tag-input": "^5.0.0-canary.20",
|
|
112
|
+
"@hi-ui/textarea": "^5.0.0-canary.13",
|
|
113
|
+
"@hi-ui/time-picker": "^5.0.0-canary.17",
|
|
114
|
+
"@hi-ui/timeline": "^5.0.0-canary.7",
|
|
115
|
+
"@hi-ui/tooltip": "^5.0.0-canary.8",
|
|
116
|
+
"@hi-ui/transfer": "^5.0.0-canary.9",
|
|
117
|
+
"@hi-ui/tree": "^5.0.0-canary.9",
|
|
118
|
+
"@hi-ui/tree-select": "^5.0.0-canary.13",
|
|
119
|
+
"@hi-ui/upload": "^5.0.0-canary.12",
|
|
116
120
|
"@hi-ui/watermark": "^5.0.0-canary.4",
|
|
117
|
-
"@hi-ui/zen-mode": "^5.0.0-canary.
|
|
121
|
+
"@hi-ui/zen-mode": "^5.0.0-canary.5"
|
|
118
122
|
},
|
|
119
123
|
"peerDependencies": {
|
|
120
124
|
"@hi-ui/core": ">=5.0.0-canary.6",
|
package/lib/cjs/.DS_Store
DELETED
|
Binary file
|
package/lib/esm/.DS_Store
DELETED
|
Binary file
|