@hi-ui/hiui 4.0.0-beta.90 → 4.0.0-beta.93
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/lib/cjs/index.js +384 -330
- package/lib/esm/index.js +74 -68
- package/lib/types/index.d.ts +80 -74
- package/package.json +25 -21
package/lib/esm/index.js
CHANGED
@@ -11,115 +11,121 @@ export * from '@hi-ui/alert';
|
|
11
11
|
export { default as Alert } from '@hi-ui/alert';
|
12
12
|
export * from '@hi-ui/avatar';
|
13
13
|
export { default as Avatar } from '@hi-ui/avatar';
|
14
|
-
export * from '@hi-ui/slider';
|
15
|
-
export { default as Slider } from '@hi-ui/slider';
|
16
14
|
export * from '@hi-ui/badge';
|
17
15
|
export { default as Badge } from '@hi-ui/badge';
|
18
|
-
export * from '@hi-ui/input';
|
19
|
-
export { default as Input } from '@hi-ui/input';
|
20
16
|
export * from '@hi-ui/breadcrumb';
|
21
17
|
export { default as Breadcrumb } from '@hi-ui/breadcrumb';
|
22
|
-
export * from '@hi-ui/list';
|
23
|
-
export { default as List } from '@hi-ui/list';
|
24
|
-
export * from '@hi-ui/stepper';
|
25
|
-
export { default as Stepper } from '@hi-ui/stepper';
|
26
18
|
export * from '@hi-ui/button';
|
27
19
|
export { default as Button } from '@hi-ui/button';
|
28
|
-
export * from '@hi-ui/loading';
|
29
|
-
export { default as Loading } from '@hi-ui/loading';
|
30
|
-
export * from '@hi-ui/svg-icon';
|
31
|
-
export { default as SvgIcon } from '@hi-ui/svg-icon';
|
32
20
|
export * from '@hi-ui/card';
|
33
21
|
export { default as Card } from '@hi-ui/card';
|
34
|
-
export * from '@hi-ui/provider';
|
35
|
-
export { default as Provider } from '@hi-ui/provider';
|
36
|
-
export * from '@hi-ui/locale-context';
|
37
|
-
export { default as LocaleContext } from '@hi-ui/locale-context';
|
38
|
-
export * from '@hi-ui/switch';
|
39
|
-
export { default as Switch } from '@hi-ui/switch';
|
40
22
|
export * from '@hi-ui/carousel';
|
41
23
|
export { default as Carousel } from '@hi-ui/carousel';
|
42
|
-
export * from '@hi-ui/table';
|
43
|
-
export { default as Table } from '@hi-ui/table';
|
44
24
|
export * from '@hi-ui/cascader';
|
45
25
|
export { default as Cascader } from '@hi-ui/cascader';
|
46
|
-
export * from '@hi-ui/menu';
|
47
|
-
export { default as Menu } from '@hi-ui/menu';
|
48
|
-
export * from '@hi-ui/tabs';
|
49
|
-
export { default as Tabs } from '@hi-ui/tabs';
|
50
26
|
export * from '@hi-ui/check-cascader';
|
51
27
|
export { default as CheckCascader } from '@hi-ui/check-cascader';
|
52
|
-
export * from '@hi-ui/message';
|
53
|
-
export { default as Message } from '@hi-ui/message';
|
54
|
-
export * from '@hi-ui/tag';
|
55
|
-
export { default as Tag } from '@hi-ui/tag';
|
56
28
|
export * from '@hi-ui/check-select';
|
57
29
|
export { default as CheckSelect } from '@hi-ui/check-select';
|
58
|
-
export * from '@hi-ui/modal';
|
59
|
-
export { default as Modal } from '@hi-ui/modal';
|
60
30
|
export * from '@hi-ui/check-tree-select';
|
61
31
|
export { default as CheckTreeSelect } from '@hi-ui/check-tree-select';
|
62
|
-
export * from '@hi-ui/notification';
|
63
|
-
export { default as Notification } from '@hi-ui/notification';
|
64
|
-
export * from '@hi-ui/textarea';
|
65
|
-
export { default as Textarea } from '@hi-ui/textarea';
|
66
32
|
export * from '@hi-ui/checkbox';
|
67
33
|
export { default as Checkbox } from '@hi-ui/checkbox';
|
68
|
-
export * from '@hi-ui/pagination';
|
69
|
-
export { default as Pagination } from '@hi-ui/pagination';
|
70
|
-
export * from '@hi-ui/time-picker';
|
71
|
-
export { default as TimePicker } from '@hi-ui/time-picker';
|
72
34
|
export * from '@hi-ui/collapse';
|
73
35
|
export { default as Collapse } from '@hi-ui/collapse';
|
74
|
-
export * from '@hi-ui/picker';
|
75
|
-
export { default as Picker } from '@hi-ui/picker';
|
76
|
-
export * from '@hi-ui/timeline';
|
77
|
-
export { default as Timeline } from '@hi-ui/timeline';
|
78
36
|
export * from '@hi-ui/counter';
|
79
37
|
export { default as Counter } from '@hi-ui/counter';
|
80
|
-
export * from '@hi-ui/pop-confirm';
|
81
|
-
export { default as PopConfirm } from '@hi-ui/pop-confirm';
|
82
38
|
export * from '@hi-ui/date-picker';
|
83
39
|
export { default as DatePicker } from '@hi-ui/date-picker';
|
84
|
-
export * from '@hi-ui/
|
85
|
-
export { default as
|
86
|
-
export * from '@hi-ui/tooltip';
|
87
|
-
export { default as Tooltip } from '@hi-ui/tooltip';
|
40
|
+
export * from '@hi-ui/descriptions';
|
41
|
+
export { default as Descriptions } from '@hi-ui/descriptions';
|
88
42
|
export * from '@hi-ui/drawer';
|
89
43
|
export { default as Drawer } from '@hi-ui/drawer';
|
90
|
-
export * from '@hi-ui/transfer';
|
91
|
-
export { default as Transfer } from '@hi-ui/transfer';
|
92
44
|
export * from '@hi-ui/dropdown';
|
93
45
|
export { default as Dropdown } from '@hi-ui/dropdown';
|
94
46
|
export * from '@hi-ui/empty-state';
|
95
47
|
export { default as EmptyState } from '@hi-ui/empty-state';
|
48
|
+
export * from '@hi-ui/filter';
|
49
|
+
export { default as Filter } from '@hi-ui/filter';
|
50
|
+
export * from '@hi-ui/form';
|
51
|
+
export { default as Form } from '@hi-ui/form';
|
52
|
+
export * from '@hi-ui/grid';
|
53
|
+
export { default as Grid } from '@hi-ui/grid';
|
54
|
+
export * from '@hi-ui/highlighter';
|
55
|
+
export { default as Highlighter } from '@hi-ui/highlighter';
|
56
|
+
export * from '@hi-ui/input';
|
57
|
+
export { default as Input } from '@hi-ui/input';
|
58
|
+
export * from '@hi-ui/list';
|
59
|
+
export { default as List } from '@hi-ui/list';
|
60
|
+
export * from '@hi-ui/loading';
|
61
|
+
export { default as Loading } from '@hi-ui/loading';
|
62
|
+
export * from '@hi-ui/locale-context';
|
63
|
+
export { default as LocaleContext } from '@hi-ui/locale-context';
|
64
|
+
export * from '@hi-ui/menu';
|
65
|
+
export { default as Menu } from '@hi-ui/menu';
|
66
|
+
export * from '@hi-ui/message';
|
67
|
+
export { default as Message } from '@hi-ui/message';
|
68
|
+
export * from '@hi-ui/modal';
|
69
|
+
export { default as Modal } from '@hi-ui/modal';
|
70
|
+
export * from '@hi-ui/notification';
|
71
|
+
export { default as Notification } from '@hi-ui/notification';
|
72
|
+
export * from '@hi-ui/number-input';
|
73
|
+
export { default as NumberInput } from '@hi-ui/number-input';
|
74
|
+
export * from '@hi-ui/pagination';
|
75
|
+
export { default as Pagination } from '@hi-ui/pagination';
|
76
|
+
export * from '@hi-ui/pop-confirm';
|
77
|
+
export { default as PopConfirm } from '@hi-ui/pop-confirm';
|
78
|
+
export * from '@hi-ui/popover';
|
79
|
+
export { default as Popover } from '@hi-ui/popover';
|
96
80
|
export * from '@hi-ui/preview';
|
97
81
|
export { default as Preview } from '@hi-ui/preview';
|
98
|
-
export * from '@hi-ui/tree';
|
99
|
-
export { default as Tree } from '@hi-ui/tree';
|
100
82
|
export * from '@hi-ui/progress';
|
101
83
|
export { default as Progress } from '@hi-ui/progress';
|
102
|
-
export * from '@hi-ui/
|
103
|
-
export { default as
|
104
|
-
export * from '@hi-ui/filter';
|
105
|
-
export { default as Filter } from '@hi-ui/filter';
|
84
|
+
export * from '@hi-ui/provider';
|
85
|
+
export { default as Provider } from '@hi-ui/provider';
|
106
86
|
export * from '@hi-ui/radio';
|
107
87
|
export { default as Radio } from '@hi-ui/radio';
|
108
|
-
export * from '@hi-ui/upload';
|
109
|
-
export { default as Upload } from '@hi-ui/upload';
|
110
|
-
export * from '@hi-ui/form';
|
111
|
-
export { default as Form } from '@hi-ui/form';
|
112
88
|
export * from '@hi-ui/rating';
|
113
89
|
export { default as Rating } from '@hi-ui/rating';
|
114
|
-
export * from '@hi-ui/
|
115
|
-
export { default as
|
116
|
-
export * from '@hi-ui/grid';
|
117
|
-
export { default as Grid } from '@hi-ui/grid';
|
90
|
+
export * from '@hi-ui/result';
|
91
|
+
export { default as Result } from '@hi-ui/result';
|
118
92
|
export * from '@hi-ui/search';
|
119
93
|
export { default as Search } from '@hi-ui/search';
|
120
|
-
export * from '@hi-ui/zen-mode';
|
121
|
-
export { default as ZenMode } from '@hi-ui/zen-mode';
|
122
94
|
export * from '@hi-ui/select';
|
123
95
|
export { default as Select } from '@hi-ui/select';
|
124
|
-
export * from '@hi-ui/
|
125
|
-
export { default as
|
96
|
+
export * from '@hi-ui/slider';
|
97
|
+
export { default as Slider } from '@hi-ui/slider';
|
98
|
+
export * from '@hi-ui/space';
|
99
|
+
export { default as Space } from '@hi-ui/space';
|
100
|
+
export * from '@hi-ui/stepper';
|
101
|
+
export { default as Stepper } from '@hi-ui/stepper';
|
102
|
+
export * from '@hi-ui/svg-icon';
|
103
|
+
export { default as SvgIcon } from '@hi-ui/svg-icon';
|
104
|
+
export * from '@hi-ui/switch';
|
105
|
+
export { default as Switch } from '@hi-ui/switch';
|
106
|
+
export * from '@hi-ui/table';
|
107
|
+
export { default as Table } from '@hi-ui/table';
|
108
|
+
export * from '@hi-ui/tabs';
|
109
|
+
export { default as Tabs } from '@hi-ui/tabs';
|
110
|
+
export * from '@hi-ui/tag';
|
111
|
+
export { default as Tag } from '@hi-ui/tag';
|
112
|
+
export * from '@hi-ui/textarea';
|
113
|
+
export { default as Textarea } from '@hi-ui/textarea';
|
114
|
+
export * from '@hi-ui/time-picker';
|
115
|
+
export { default as TimePicker } from '@hi-ui/time-picker';
|
116
|
+
export * from '@hi-ui/timeline';
|
117
|
+
export { default as Timeline } from '@hi-ui/timeline';
|
118
|
+
export * from '@hi-ui/tooltip';
|
119
|
+
export { default as Tooltip } from '@hi-ui/tooltip';
|
120
|
+
export * from '@hi-ui/transfer';
|
121
|
+
export { default as Transfer } from '@hi-ui/transfer';
|
122
|
+
export * from '@hi-ui/tree';
|
123
|
+
export { default as Tree } from '@hi-ui/tree';
|
124
|
+
export * from '@hi-ui/tree-select';
|
125
|
+
export { default as TreeSelect } from '@hi-ui/tree-select';
|
126
|
+
export * from '@hi-ui/upload';
|
127
|
+
export { default as Upload } from '@hi-ui/upload';
|
128
|
+
export * from '@hi-ui/watermark';
|
129
|
+
export { default as Watermark } from '@hi-ui/watermark';
|
130
|
+
export * from '@hi-ui/zen-mode';
|
131
|
+
export { default as ZenMode } from '@hi-ui/zen-mode';
|
package/lib/types/index.d.ts
CHANGED
@@ -2,121 +2,127 @@ export * from '@hi-ui/alert';
|
|
2
2
|
export { default as Alert } from '@hi-ui/alert';
|
3
3
|
export * from '@hi-ui/avatar';
|
4
4
|
export { default as Avatar } from '@hi-ui/avatar';
|
5
|
-
export * from '@hi-ui/slider';
|
6
|
-
export { default as Slider } from '@hi-ui/slider';
|
7
5
|
export * from '@hi-ui/badge';
|
8
6
|
export { default as Badge } from '@hi-ui/badge';
|
9
|
-
export * from '@hi-ui/input';
|
10
|
-
export { default as Input } from '@hi-ui/input';
|
11
7
|
export * from '@hi-ui/breadcrumb';
|
12
8
|
export { default as Breadcrumb } from '@hi-ui/breadcrumb';
|
13
|
-
export * from '@hi-ui/list';
|
14
|
-
export { default as List } from '@hi-ui/list';
|
15
|
-
export * from '@hi-ui/stepper';
|
16
|
-
export { default as Stepper } from '@hi-ui/stepper';
|
17
9
|
export * from '@hi-ui/button';
|
18
10
|
export { default as Button } from '@hi-ui/button';
|
19
|
-
export * from '@hi-ui/loading';
|
20
|
-
export { default as Loading } from '@hi-ui/loading';
|
21
|
-
export * from '@hi-ui/svg-icon';
|
22
|
-
export { default as SvgIcon } from '@hi-ui/svg-icon';
|
23
11
|
export * from '@hi-ui/card';
|
24
12
|
export { default as Card } from '@hi-ui/card';
|
25
|
-
export * from '@hi-ui/provider';
|
26
|
-
export { default as Provider } from '@hi-ui/provider';
|
27
|
-
/**
|
28
|
-
* @deprecated
|
29
|
-
*/
|
30
|
-
export * from '@hi-ui/locale-context';
|
31
|
-
/**
|
32
|
-
* @deprecated
|
33
|
-
*/
|
34
|
-
export { default as LocaleContext } from '@hi-ui/locale-context';
|
35
|
-
export * from '@hi-ui/switch';
|
36
|
-
export { default as Switch } from '@hi-ui/switch';
|
37
13
|
export * from '@hi-ui/carousel';
|
38
14
|
export { default as Carousel } from '@hi-ui/carousel';
|
39
|
-
export * from '@hi-ui/table';
|
40
|
-
export { default as Table } from '@hi-ui/table';
|
41
15
|
export * from '@hi-ui/cascader';
|
42
16
|
export { default as Cascader } from '@hi-ui/cascader';
|
43
|
-
export * from '@hi-ui/menu';
|
44
|
-
export { default as Menu } from '@hi-ui/menu';
|
45
|
-
export * from '@hi-ui/tabs';
|
46
|
-
export { default as Tabs } from '@hi-ui/tabs';
|
47
17
|
export * from '@hi-ui/check-cascader';
|
48
18
|
export { default as CheckCascader } from '@hi-ui/check-cascader';
|
49
|
-
export * from '@hi-ui/message';
|
50
|
-
export { default as Message } from '@hi-ui/message';
|
51
|
-
export * from '@hi-ui/tag';
|
52
|
-
export { default as Tag } from '@hi-ui/tag';
|
53
19
|
export * from '@hi-ui/check-select';
|
54
20
|
export { default as CheckSelect } from '@hi-ui/check-select';
|
55
|
-
export * from '@hi-ui/modal';
|
56
|
-
export { default as Modal } from '@hi-ui/modal';
|
57
21
|
export * from '@hi-ui/check-tree-select';
|
58
22
|
export { default as CheckTreeSelect } from '@hi-ui/check-tree-select';
|
59
|
-
export * from '@hi-ui/notification';
|
60
|
-
export { default as Notification } from '@hi-ui/notification';
|
61
|
-
export * from '@hi-ui/textarea';
|
62
|
-
export { default as Textarea } from '@hi-ui/textarea';
|
63
23
|
export * from '@hi-ui/checkbox';
|
64
24
|
export { default as Checkbox } from '@hi-ui/checkbox';
|
65
|
-
export * from '@hi-ui/pagination';
|
66
|
-
export { default as Pagination } from '@hi-ui/pagination';
|
67
|
-
export * from '@hi-ui/time-picker';
|
68
|
-
export { default as TimePicker } from '@hi-ui/time-picker';
|
69
25
|
export * from '@hi-ui/collapse';
|
70
26
|
export { default as Collapse } from '@hi-ui/collapse';
|
71
|
-
export * from '@hi-ui/picker';
|
72
|
-
export { default as Picker } from '@hi-ui/picker';
|
73
|
-
export * from '@hi-ui/timeline';
|
74
|
-
export { default as Timeline } from '@hi-ui/timeline';
|
75
27
|
export * from '@hi-ui/counter';
|
76
28
|
export { default as Counter } from '@hi-ui/counter';
|
77
|
-
export * from '@hi-ui/pop-confirm';
|
78
|
-
export { default as PopConfirm } from '@hi-ui/pop-confirm';
|
79
29
|
export * from '@hi-ui/date-picker';
|
80
30
|
export { default as DatePicker } from '@hi-ui/date-picker';
|
81
|
-
export * from '@hi-ui/
|
82
|
-
export { default as
|
83
|
-
export * from '@hi-ui/tooltip';
|
84
|
-
export { default as Tooltip } from '@hi-ui/tooltip';
|
31
|
+
export * from '@hi-ui/descriptions';
|
32
|
+
export { default as Descriptions } from '@hi-ui/descriptions';
|
85
33
|
export * from '@hi-ui/drawer';
|
86
34
|
export { default as Drawer } from '@hi-ui/drawer';
|
87
|
-
export * from '@hi-ui/transfer';
|
88
|
-
export { default as Transfer } from '@hi-ui/transfer';
|
89
35
|
export * from '@hi-ui/dropdown';
|
90
36
|
export { default as Dropdown } from '@hi-ui/dropdown';
|
91
37
|
export * from '@hi-ui/empty-state';
|
92
38
|
export { default as EmptyState } from '@hi-ui/empty-state';
|
39
|
+
export * from '@hi-ui/filter';
|
40
|
+
export { default as Filter } from '@hi-ui/filter';
|
41
|
+
export * from '@hi-ui/form';
|
42
|
+
export { default as Form } from '@hi-ui/form';
|
43
|
+
export * from '@hi-ui/grid';
|
44
|
+
export { default as Grid } from '@hi-ui/grid';
|
45
|
+
export * from '@hi-ui/highlighter';
|
46
|
+
export { default as Highlighter } from '@hi-ui/highlighter';
|
47
|
+
export * from '@hi-ui/input';
|
48
|
+
export { default as Input } from '@hi-ui/input';
|
49
|
+
export * from '@hi-ui/list';
|
50
|
+
export { default as List } from '@hi-ui/list';
|
51
|
+
export * from '@hi-ui/loading';
|
52
|
+
export { default as Loading } from '@hi-ui/loading';
|
53
|
+
/**
|
54
|
+
* @deprecated
|
55
|
+
*/
|
56
|
+
export * from '@hi-ui/locale-context';
|
57
|
+
/**
|
58
|
+
* @deprecated
|
59
|
+
*/
|
60
|
+
export { default as LocaleContext } from '@hi-ui/locale-context';
|
61
|
+
export * from '@hi-ui/menu';
|
62
|
+
export { default as Menu } from '@hi-ui/menu';
|
63
|
+
export * from '@hi-ui/message';
|
64
|
+
export { default as Message } from '@hi-ui/message';
|
65
|
+
export * from '@hi-ui/modal';
|
66
|
+
export { default as Modal } from '@hi-ui/modal';
|
67
|
+
export * from '@hi-ui/notification';
|
68
|
+
export { default as Notification } from '@hi-ui/notification';
|
69
|
+
export * from '@hi-ui/number-input';
|
70
|
+
export { default as NumberInput } from '@hi-ui/number-input';
|
71
|
+
export * from '@hi-ui/pagination';
|
72
|
+
export { default as Pagination } from '@hi-ui/pagination';
|
73
|
+
export * from '@hi-ui/pop-confirm';
|
74
|
+
export { default as PopConfirm } from '@hi-ui/pop-confirm';
|
75
|
+
export * from '@hi-ui/popover';
|
76
|
+
export { default as Popover } from '@hi-ui/popover';
|
93
77
|
export * from '@hi-ui/preview';
|
94
78
|
export { default as Preview } from '@hi-ui/preview';
|
95
|
-
export * from '@hi-ui/tree';
|
96
|
-
export { default as Tree } from '@hi-ui/tree';
|
97
79
|
export * from '@hi-ui/progress';
|
98
80
|
export { default as Progress } from '@hi-ui/progress';
|
99
|
-
export * from '@hi-ui/
|
100
|
-
export { default as
|
101
|
-
export * from '@hi-ui/filter';
|
102
|
-
export { default as Filter } from '@hi-ui/filter';
|
81
|
+
export * from '@hi-ui/provider';
|
82
|
+
export { default as Provider } from '@hi-ui/provider';
|
103
83
|
export * from '@hi-ui/radio';
|
104
84
|
export { default as Radio } from '@hi-ui/radio';
|
105
|
-
export * from '@hi-ui/upload';
|
106
|
-
export { default as Upload } from '@hi-ui/upload';
|
107
|
-
export * from '@hi-ui/form';
|
108
|
-
export { default as Form } from '@hi-ui/form';
|
109
85
|
export * from '@hi-ui/rating';
|
110
86
|
export { default as Rating } from '@hi-ui/rating';
|
111
|
-
export * from '@hi-ui/
|
112
|
-
export { default as
|
113
|
-
export * from '@hi-ui/grid';
|
114
|
-
export { default as Grid } from '@hi-ui/grid';
|
87
|
+
export * from '@hi-ui/result';
|
88
|
+
export { default as Result } from '@hi-ui/result';
|
115
89
|
export * from '@hi-ui/search';
|
116
90
|
export { default as Search } from '@hi-ui/search';
|
117
|
-
export * from '@hi-ui/zen-mode';
|
118
|
-
export { default as ZenMode } from '@hi-ui/zen-mode';
|
119
91
|
export * from '@hi-ui/select';
|
120
92
|
export { default as Select } from '@hi-ui/select';
|
121
|
-
export * from '@hi-ui/
|
122
|
-
export { default as
|
93
|
+
export * from '@hi-ui/slider';
|
94
|
+
export { default as Slider } from '@hi-ui/slider';
|
95
|
+
export * from '@hi-ui/space';
|
96
|
+
export { default as Space } from '@hi-ui/space';
|
97
|
+
export * from '@hi-ui/stepper';
|
98
|
+
export { default as Stepper } from '@hi-ui/stepper';
|
99
|
+
export * from '@hi-ui/svg-icon';
|
100
|
+
export { default as SvgIcon } from '@hi-ui/svg-icon';
|
101
|
+
export * from '@hi-ui/switch';
|
102
|
+
export { default as Switch } from '@hi-ui/switch';
|
103
|
+
export * from '@hi-ui/table';
|
104
|
+
export { default as Table } from '@hi-ui/table';
|
105
|
+
export * from '@hi-ui/tabs';
|
106
|
+
export { default as Tabs } from '@hi-ui/tabs';
|
107
|
+
export * from '@hi-ui/tag';
|
108
|
+
export { default as Tag } from '@hi-ui/tag';
|
109
|
+
export * from '@hi-ui/textarea';
|
110
|
+
export { default as Textarea } from '@hi-ui/textarea';
|
111
|
+
export * from '@hi-ui/time-picker';
|
112
|
+
export { default as TimePicker } from '@hi-ui/time-picker';
|
113
|
+
export * from '@hi-ui/timeline';
|
114
|
+
export { default as Timeline } from '@hi-ui/timeline';
|
115
|
+
export * from '@hi-ui/tooltip';
|
116
|
+
export { default as Tooltip } from '@hi-ui/tooltip';
|
117
|
+
export * from '@hi-ui/transfer';
|
118
|
+
export { default as Transfer } from '@hi-ui/transfer';
|
119
|
+
export * from '@hi-ui/tree';
|
120
|
+
export { default as Tree } from '@hi-ui/tree';
|
121
|
+
export * from '@hi-ui/tree-select';
|
122
|
+
export { default as TreeSelect } from '@hi-ui/tree-select';
|
123
|
+
export * from '@hi-ui/upload';
|
124
|
+
export { default as Upload } from '@hi-ui/upload';
|
125
|
+
export * from '@hi-ui/watermark';
|
126
|
+
export { default as Watermark } from '@hi-ui/watermark';
|
127
|
+
export * from '@hi-ui/zen-mode';
|
128
|
+
export { default as ZenMode } from '@hi-ui/zen-mode';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/hiui",
|
3
|
-
"version": "4.0.0-beta.
|
3
|
+
"version": "4.0.0-beta.93",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HIUI <mi-hiui@xiaomi.com>",
|
@@ -44,37 +44,39 @@
|
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
46
|
"@hi-ui/alert": "^4.0.0-beta.20",
|
47
|
-
"@hi-ui/avatar": "^4.0.0-beta.
|
47
|
+
"@hi-ui/avatar": "^4.0.0-beta.19",
|
48
48
|
"@hi-ui/badge": "^4.0.0-beta.14",
|
49
49
|
"@hi-ui/breadcrumb": "^4.0.0-beta.14",
|
50
50
|
"@hi-ui/button": "^4.0.0-beta.17",
|
51
51
|
"@hi-ui/card": "^4.0.0-beta.29",
|
52
|
-
"@hi-ui/carousel": "^4.0.0-beta.
|
53
|
-
"@hi-ui/cascader": "^4.0.0-beta.
|
54
|
-
"@hi-ui/check-cascader": "^4.0.0-beta.
|
55
|
-
"@hi-ui/check-select": "^4.0.0-beta.
|
56
|
-
"@hi-ui/check-tree-select": "^4.0.0-beta.
|
52
|
+
"@hi-ui/carousel": "^4.0.0-beta.20",
|
53
|
+
"@hi-ui/cascader": "^4.0.0-beta.45",
|
54
|
+
"@hi-ui/check-cascader": "^4.0.0-beta.48",
|
55
|
+
"@hi-ui/check-select": "^4.0.0-beta.51",
|
56
|
+
"@hi-ui/check-tree-select": "^4.0.0-beta.51",
|
57
57
|
"@hi-ui/checkbox": "^4.0.0-beta.16",
|
58
58
|
"@hi-ui/collapse": "^4.0.0-beta.17",
|
59
59
|
"@hi-ui/counter": "^4.0.0-beta.22",
|
60
60
|
"@hi-ui/date-picker": "^4.0.0-beta.41",
|
61
|
+
"@hi-ui/descriptions": "^4.0.0-beta.2",
|
61
62
|
"@hi-ui/drawer": "^4.0.0-beta.39",
|
62
63
|
"@hi-ui/dropdown": "^4.0.0-beta.28",
|
63
|
-
"@hi-ui/empty-state": "^4.0.0-beta.
|
64
|
+
"@hi-ui/empty-state": "^4.0.0-beta.26",
|
64
65
|
"@hi-ui/filter": "^4.0.0-beta.13",
|
65
66
|
"@hi-ui/form": "^4.0.0-beta.35",
|
66
67
|
"@hi-ui/grid": "^4.0.0-beta.20",
|
67
|
-
"@hi-ui/
|
68
|
-
"@hi-ui/
|
68
|
+
"@hi-ui/highlighter": "^4.0.0-beta.12",
|
69
|
+
"@hi-ui/input": "^4.0.0-beta.23",
|
70
|
+
"@hi-ui/list": "^4.0.0-beta.50",
|
69
71
|
"@hi-ui/loading": "^4.0.0-beta.26",
|
70
72
|
"@hi-ui/locale-context": "^4.0.0-beta.20",
|
71
|
-
"@hi-ui/menu": "^4.0.0-beta.
|
73
|
+
"@hi-ui/menu": "^4.0.0-beta.31",
|
72
74
|
"@hi-ui/message": "^4.0.0-beta.19",
|
73
75
|
"@hi-ui/modal": "^4.0.0-beta.37",
|
74
76
|
"@hi-ui/notification": "^4.0.0-beta.20",
|
75
77
|
"@hi-ui/number-input": "^4.0.0-beta.6",
|
76
|
-
"@hi-ui/pagination": "^4.0.0-beta.
|
77
|
-
"@hi-ui/picker": "^4.0.0-beta.
|
78
|
+
"@hi-ui/pagination": "^4.0.0-beta.47",
|
79
|
+
"@hi-ui/picker": "^4.0.0-beta.38",
|
78
80
|
"@hi-ui/pop-confirm": "^4.0.0-beta.34",
|
79
81
|
"@hi-ui/popover": "^4.0.0-beta.27",
|
80
82
|
"@hi-ui/preview": "^4.0.0-beta.21",
|
@@ -82,22 +84,24 @@
|
|
82
84
|
"@hi-ui/provider": "^4.0.0-beta.9",
|
83
85
|
"@hi-ui/radio": "^4.0.0-beta.20",
|
84
86
|
"@hi-ui/rating": "^4.0.0-beta.27",
|
85
|
-
"@hi-ui/
|
86
|
-
"@hi-ui/
|
87
|
+
"@hi-ui/result": "^4.0.0-beta.15",
|
88
|
+
"@hi-ui/search": "^4.0.0-beta.36",
|
89
|
+
"@hi-ui/select": "^4.0.0-beta.44",
|
87
90
|
"@hi-ui/slider": "^4.0.0-beta.27",
|
91
|
+
"@hi-ui/space": "^4.0.0-beta.1",
|
88
92
|
"@hi-ui/stepper": "^4.0.0-beta.21",
|
89
93
|
"@hi-ui/svg-icon": "^4.0.0-beta.13",
|
90
94
|
"@hi-ui/switch": "^4.0.0-beta.14",
|
91
|
-
"@hi-ui/table": "^4.0.0-beta.
|
95
|
+
"@hi-ui/table": "^4.0.0-beta.69",
|
92
96
|
"@hi-ui/tabs": "^4.0.0-beta.27",
|
93
97
|
"@hi-ui/tag": "^4.0.0-beta.36",
|
94
|
-
"@hi-ui/textarea": "^4.0.0-beta.
|
98
|
+
"@hi-ui/textarea": "^4.0.0-beta.25",
|
95
99
|
"@hi-ui/time-picker": "^4.0.0-beta.35",
|
96
100
|
"@hi-ui/timeline": "^4.0.0-beta.14",
|
97
101
|
"@hi-ui/tooltip": "^4.0.0-beta.27",
|
98
|
-
"@hi-ui/transfer": "^4.0.0-beta.
|
99
|
-
"@hi-ui/tree": "^4.0.0-beta.
|
100
|
-
"@hi-ui/tree-select": "^4.0.0-beta.
|
102
|
+
"@hi-ui/transfer": "^4.0.0-beta.51",
|
103
|
+
"@hi-ui/tree": "^4.0.0-beta.43",
|
104
|
+
"@hi-ui/tree-select": "^4.0.0-beta.50",
|
101
105
|
"@hi-ui/upload": "^4.0.0-beta.40",
|
102
106
|
"@hi-ui/watermark": "^4.0.0-beta.29",
|
103
107
|
"@hi-ui/zen-mode": "^4.0.0-beta.26"
|
@@ -111,5 +115,5 @@
|
|
111
115
|
"react": "^17.0.1",
|
112
116
|
"react-dom": "^17.0.1"
|
113
117
|
},
|
114
|
-
"gitHead": "
|
118
|
+
"gitHead": "10fb7594705a8b86c71da066fd597d3e4d4eff09"
|
115
119
|
}
|