@hi-ui/hiui 5.0.0-canary.4 → 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.
@@ -46,8 +46,12 @@ 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';
53
+ export * from '@hi-ui/layout';
54
+ export { default as Layout } from '@hi-ui/layout';
51
55
  export * from '@hi-ui/list';
52
56
  export { default as List } from '@hi-ui/list';
53
57
  export * from '@hi-ui/loading';
@@ -72,18 +76,28 @@ export * from '@hi-ui/notification';
72
76
  export { default as Notification } from '@hi-ui/notification';
73
77
  export * from '@hi-ui/number-input';
74
78
  export { default as NumberInput } from '@hi-ui/number-input';
79
+ export * from '@hi-ui/page-header';
80
+ export { default as PageHeader } from '@hi-ui/page-header';
75
81
  export * from '@hi-ui/pagination';
76
82
  export { default as Pagination } from '@hi-ui/pagination';
83
+ export * from '@hi-ui/picker';
84
+ export { default as Picker } from '@hi-ui/picker';
77
85
  export * from '@hi-ui/pop-confirm';
78
86
  export { default as PopConfirm } from '@hi-ui/pop-confirm';
79
87
  export * from '@hi-ui/popover';
80
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';
81
93
  export * from '@hi-ui/preview';
82
94
  export { default as Preview } from '@hi-ui/preview';
83
95
  export * from '@hi-ui/progress';
84
96
  export { default as Progress } from '@hi-ui/progress';
85
97
  export * from '@hi-ui/provider';
86
98
  export { default as Provider } from '@hi-ui/provider';
99
+ export * from '@hi-ui/query-filter';
100
+ export { default as QueryFilter } from '@hi-ui/query-filter';
87
101
  export * from '@hi-ui/radio';
88
102
  export { default as Radio } from '@hi-ui/radio';
89
103
  export * from '@hi-ui/rating';
@@ -98,6 +112,8 @@ export * from '@hi-ui/slider';
98
112
  export { default as Slider } from '@hi-ui/slider';
99
113
  export * from '@hi-ui/space';
100
114
  export { default as Space } from '@hi-ui/space';
115
+ export * from '@hi-ui/spinner';
116
+ export { default as Spinner } from '@hi-ui/spinner';
101
117
  export * from '@hi-ui/stepper';
102
118
  export { default as Stepper } from '@hi-ui/stepper';
103
119
  export * from '@hi-ui/svg-icon';
@@ -110,6 +126,8 @@ export * from '@hi-ui/tabs';
110
126
  export { default as Tabs } from '@hi-ui/tabs';
111
127
  export * from '@hi-ui/tag';
112
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';
113
131
  export * from '@hi-ui/textarea';
114
132
  export { default as Textarea } from '@hi-ui/textarea';
115
133
  export * from '@hi-ui/time-picker';
@@ -130,6 +148,8 @@ export * from '@hi-ui/watermark';
130
148
  export { default as Watermark } from '@hi-ui/watermark';
131
149
  export * from '@hi-ui/zen-mode';
132
150
  export { default as ZenMode } from '@hi-ui/zen-mode';
151
+ export * from '@hi-ui/skeleton';
152
+ export { default as Skeleton } from '@hi-ui/skeleton';
133
153
  export * from '@hi-ui/scrollbar';
134
154
  export { default as Scrollbar } from '@hi-ui/scrollbar';
135
155
  export * from '@hi-ui/input-group';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "5.0.0-canary.4",
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>",
@@ -19,9 +19,9 @@
19
19
  "typings": "lib/types/index.d.ts",
20
20
  "exports": {
21
21
  ".": {
22
+ "types": "./lib/types/index.d.ts",
22
23
  "require": "./lib/cjs/index.js",
23
- "default": "./lib/esm/index.js",
24
- "types": "./lib/types/index.d.ts"
24
+ "default": "./lib/esm/index.js"
25
25
  }
26
26
  },
27
27
  "publishConfig": {
@@ -44,82 +44,90 @@
44
44
  "url": "https://github.com/XiaoMi/hiui/issues"
45
45
  },
46
46
  "dependencies": {
47
- "@hi-ui/alert": "^5.0.0-canary.0",
48
- "@hi-ui/anchor": "^5.0.0-canary.0",
49
- "@hi-ui/avatar": "^5.0.0-canary.0",
50
- "@hi-ui/back-top": "^5.0.0-canary.1",
51
- "@hi-ui/badge": "^5.0.0-canary.0",
52
- "@hi-ui/breadcrumb": "^5.0.0-canary.0",
53
- "@hi-ui/button": "^5.0.0-canary.1",
54
- "@hi-ui/card": "^5.0.0-canary.0",
55
- "@hi-ui/carousel": "^5.0.0-canary.0",
56
- "@hi-ui/cascader": "^5.0.0-canary.2",
57
- "@hi-ui/check-cascader": "^5.0.0-canary.2",
58
- "@hi-ui/check-select": "^5.0.0-canary.2",
59
- "@hi-ui/check-tree-select": "^5.0.0-canary.1",
60
- "@hi-ui/checkbox": "^5.0.0-canary.0",
61
- "@hi-ui/collapse": "^5.0.0-canary.0",
62
- "@hi-ui/counter": "^5.0.0-canary.0",
63
- "@hi-ui/date-picker": "^5.0.0-canary.1",
64
- "@hi-ui/descriptions": "^5.0.0-canary.1",
65
- "@hi-ui/drawer": "^5.0.0-canary.1",
66
- "@hi-ui/dropdown": "^5.0.0-canary.1",
67
- "@hi-ui/ellipsis-tooltip": "^5.0.0-canary.0",
68
- "@hi-ui/empty-state": "^5.0.0-canary.0",
69
- "@hi-ui/filter": "^5.0.0-canary.0",
70
- "@hi-ui/form": "^5.0.0-canary.1",
71
- "@hi-ui/grid": "^5.0.0-canary.1",
72
- "@hi-ui/highlighter": "^5.0.0-canary.0",
73
- "@hi-ui/input": "^5.0.0-canary.3",
74
- "@hi-ui/input-group": "^5.0.0-canary.0",
75
- "@hi-ui/list": "^5.0.0-canary.0",
76
- "@hi-ui/loading": "^5.0.0-canary.0",
77
- "@hi-ui/menu": "^5.0.0-canary.1",
78
- "@hi-ui/message": "^5.0.0-canary.1",
79
- "@hi-ui/modal": "^5.0.0-canary.1",
80
- "@hi-ui/notification": "^5.0.0-canary.1",
81
- "@hi-ui/number-input": "^5.0.0-canary.0",
82
- "@hi-ui/pagination": "^5.0.0-canary.1",
83
- "@hi-ui/picker": "^5.0.0-canary.2",
84
- "@hi-ui/pop-confirm": "^5.0.0-canary.0",
85
- "@hi-ui/popover": "^5.0.0-canary.0",
86
- "@hi-ui/preview": "^5.0.0-canary.0",
87
- "@hi-ui/progress": "^5.0.0-canary.1",
88
- "@hi-ui/provider": "^5.0.0-canary.1",
89
- "@hi-ui/radio": "^5.0.0-canary.0",
90
- "@hi-ui/rating": "^5.0.0-canary.0",
91
- "@hi-ui/result": "^5.0.0-canary.0",
92
- "@hi-ui/scrollbar": "^5.0.0-canary.0",
93
- "@hi-ui/search": "^5.0.0-canary.0",
94
- "@hi-ui/select": "^5.0.0-canary.2",
95
- "@hi-ui/slider": "^5.0.0-canary.0",
96
- "@hi-ui/space": "^5.0.0-canary.0",
97
- "@hi-ui/spinner": "^5.0.0-canary.0",
98
- "@hi-ui/stepper": "^5.0.0-canary.0",
99
- "@hi-ui/svg-icon": "^5.0.0-canary.0",
100
- "@hi-ui/switch": "^5.0.0-canary.0",
101
- "@hi-ui/table": "^5.0.0-canary.1",
102
- "@hi-ui/tabs": "^5.0.0-canary.1",
103
- "@hi-ui/tag": "^5.0.0-canary.1",
104
- "@hi-ui/textarea": "^5.0.0-canary.1",
105
- "@hi-ui/time-picker": "^5.0.0-canary.0",
106
- "@hi-ui/timeline": "^5.0.0-canary.0",
107
- "@hi-ui/tooltip": "^5.0.0-canary.1",
108
- "@hi-ui/transfer": "^5.0.0-canary.0",
109
- "@hi-ui/tree": "^5.0.0-canary.1",
110
- "@hi-ui/tree-select": "^5.0.0-canary.1",
111
- "@hi-ui/upload": "^5.0.0-canary.1",
112
- "@hi-ui/watermark": "^5.0.0-canary.0",
113
- "@hi-ui/zen-mode": "^5.0.0-canary.0"
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
+ "@hi-ui/breadcrumb": "^5.0.0-canary.7",
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
+ "@hi-ui/highlighter": "^5.0.0-canary.4",
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",
94
+ "@hi-ui/query-filter": "^5.0.0-canary.4",
95
+ "@hi-ui/radio": "^5.0.0-canary.8",
96
+ "@hi-ui/rating": "^5.0.0-canary.6",
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",
103
+ "@hi-ui/space": "^5.0.0-canary.4",
104
+ "@hi-ui/spinner": "^5.0.0-canary.5",
105
+ "@hi-ui/stepper": "^5.0.0-canary.9",
106
+ "@hi-ui/svg-icon": "^5.0.0-canary.4",
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",
120
+ "@hi-ui/watermark": "^5.0.0-canary.4",
121
+ "@hi-ui/zen-mode": "^5.0.0-canary.5"
114
122
  },
115
123
  "peerDependencies": {
116
- "@hi-ui/core": ">=5.0.0-canary.0",
124
+ "@hi-ui/core": ">=5.0.0-canary.6",
117
125
  "react": ">=16.8.6",
118
126
  "react-dom": ">=16.8.6"
119
127
  },
120
128
  "devDependencies": {
121
- "@hi-ui/core": "^5.0.0-canary.0",
122
- "@hi-ui/core-css": "^5.0.0-canary.1",
129
+ "@hi-ui/core": "^5.0.0-canary.6",
130
+ "@hi-ui/core-css": "^5.0.0-canary.9",
123
131
  "react": "^17.0.1",
124
132
  "react-dom": "^17.0.1"
125
133
  }