@hi-ui/hiui 5.0.0-canary.4 → 5.0.0-canary.40
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 +1300 -0
- package/lib/cjs/.DS_Store +0 -0
- package/lib/cjs/index.js +75 -0
- package/lib/cjs/ui/locale-context/lib/esm/locale/en-US.js +18 -1
- package/lib/cjs/ui/locale-context/lib/esm/locale/zh-CN.js +18 -1
- package/lib/cjs/ui/locale-context/lib/esm/locale/zh-HK.js +18 -1
- package/lib/cjs/ui/locale-context/lib/esm/locale/zh-TW.js +18 -1
- package/lib/esm/.DS_Store +0 -0
- package/lib/esm/index.js +10 -0
- package/lib/esm/ui/locale-context/lib/esm/locale/en-US.js +18 -1
- package/lib/esm/ui/locale-context/lib/esm/locale/zh-CN.js +18 -1
- package/lib/esm/ui/locale-context/lib/esm/locale/zh-HK.js +18 -1
- package/lib/esm/ui/locale-context/lib/esm/locale/zh-TW.js +18 -1
- package/lib/types/index.d.ts +10 -0
- package/package.json +77 -73
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.40",
|
|
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,86 @@
|
|
|
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.
|
|
52
|
-
"@hi-ui/breadcrumb": "^5.0.0-canary.
|
|
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.
|
|
72
|
-
"@hi-ui/highlighter": "^5.0.0-canary.
|
|
73
|
-
"@hi-ui/input": "^5.0.0-canary.
|
|
74
|
-
"@hi-ui/input-group": "^5.0.0-canary.
|
|
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/
|
|
91
|
-
"@hi-ui/
|
|
92
|
-
"@hi-ui/
|
|
93
|
-
"@hi-ui/
|
|
94
|
-
"@hi-ui/
|
|
95
|
-
"@hi-ui/
|
|
96
|
-
"@hi-ui/
|
|
97
|
-
"@hi-ui/
|
|
98
|
-
"@hi-ui/
|
|
99
|
-
"@hi-ui/
|
|
100
|
-
"@hi-ui/
|
|
101
|
-
"@hi-ui/
|
|
102
|
-
"@hi-ui/
|
|
103
|
-
"@hi-ui/
|
|
104
|
-
"@hi-ui/
|
|
105
|
-
"@hi-ui/
|
|
106
|
-
"@hi-ui/
|
|
107
|
-
"@hi-ui/
|
|
108
|
-
"@hi-ui/
|
|
109
|
-
"@hi-ui/
|
|
110
|
-
"@hi-ui/
|
|
111
|
-
"@hi-ui/
|
|
112
|
-
"@hi-ui/
|
|
113
|
-
"@hi-ui/
|
|
47
|
+
"@hi-ui/alert": "^5.0.0-canary.9",
|
|
48
|
+
"@hi-ui/anchor": "^5.0.0-canary.4",
|
|
49
|
+
"@hi-ui/avatar": "^5.0.0-canary.5",
|
|
50
|
+
"@hi-ui/back-top": "^5.0.0-canary.7",
|
|
51
|
+
"@hi-ui/badge": "^5.0.0-canary.6",
|
|
52
|
+
"@hi-ui/breadcrumb": "^5.0.0-canary.7",
|
|
53
|
+
"@hi-ui/button": "^5.0.0-canary.12",
|
|
54
|
+
"@hi-ui/card": "^5.0.0-canary.7",
|
|
55
|
+
"@hi-ui/carousel": "^5.0.0-canary.6",
|
|
56
|
+
"@hi-ui/cascader": "^5.0.0-canary.20",
|
|
57
|
+
"@hi-ui/check-cascader": "^5.0.0-canary.22",
|
|
58
|
+
"@hi-ui/check-select": "^5.0.0-canary.17",
|
|
59
|
+
"@hi-ui/check-tree-select": "^5.0.0-canary.17",
|
|
60
|
+
"@hi-ui/checkbox": "^5.0.0-canary.6",
|
|
61
|
+
"@hi-ui/collapse": "^5.0.0-canary.8",
|
|
62
|
+
"@hi-ui/counter": "^5.0.0-canary.6",
|
|
63
|
+
"@hi-ui/date-picker": "^5.0.0-canary.25",
|
|
64
|
+
"@hi-ui/descriptions": "^5.0.0-canary.7",
|
|
65
|
+
"@hi-ui/drawer": "^5.0.0-canary.8",
|
|
66
|
+
"@hi-ui/dropdown": "^5.0.0-canary.9",
|
|
67
|
+
"@hi-ui/ellipsis-tooltip": "^5.0.0-canary.5",
|
|
68
|
+
"@hi-ui/empty-state": "^5.0.0-canary.7",
|
|
69
|
+
"@hi-ui/filter": "^5.0.0-canary.5",
|
|
70
|
+
"@hi-ui/form": "^5.0.0-canary.11",
|
|
71
|
+
"@hi-ui/grid": "^5.0.0-canary.5",
|
|
72
|
+
"@hi-ui/highlighter": "^5.0.0-canary.4",
|
|
73
|
+
"@hi-ui/input": "^5.0.0-canary.16",
|
|
74
|
+
"@hi-ui/input-group": "^5.0.0-canary.4",
|
|
75
|
+
"@hi-ui/layout": "^5.0.0-canary.13",
|
|
76
|
+
"@hi-ui/list": "^5.0.0-canary.7",
|
|
77
|
+
"@hi-ui/loading": "^5.0.0-canary.8",
|
|
78
|
+
"@hi-ui/menu": "^5.0.0-canary.15",
|
|
79
|
+
"@hi-ui/message": "^5.0.0-canary.10",
|
|
80
|
+
"@hi-ui/modal": "^5.0.0-canary.11",
|
|
81
|
+
"@hi-ui/notification": "^5.0.0-canary.9",
|
|
82
|
+
"@hi-ui/number-input": "^5.0.0-canary.14",
|
|
83
|
+
"@hi-ui/page-header": "^5.0.0-canary.5",
|
|
84
|
+
"@hi-ui/pagination": "^5.0.0-canary.9",
|
|
85
|
+
"@hi-ui/picker": "^5.0.0-canary.13",
|
|
86
|
+
"@hi-ui/pop-confirm": "^5.0.0-canary.10",
|
|
87
|
+
"@hi-ui/popover": "^5.0.0-canary.9",
|
|
88
|
+
"@hi-ui/preview": "^5.0.0-canary.8",
|
|
89
|
+
"@hi-ui/progress": "^5.0.0-canary.6",
|
|
90
|
+
"@hi-ui/provider": "^5.0.0-canary.6",
|
|
91
|
+
"@hi-ui/query-filter": "^5.0.0-canary.4",
|
|
92
|
+
"@hi-ui/radio": "^5.0.0-canary.7",
|
|
93
|
+
"@hi-ui/rating": "^5.0.0-canary.6",
|
|
94
|
+
"@hi-ui/result": "^5.0.0-canary.6",
|
|
95
|
+
"@hi-ui/scrollbar": "^5.0.0-canary.6",
|
|
96
|
+
"@hi-ui/search": "^5.0.0-canary.7",
|
|
97
|
+
"@hi-ui/select": "^5.0.0-canary.14",
|
|
98
|
+
"@hi-ui/skeleton": "^5.0.0-canary.0",
|
|
99
|
+
"@hi-ui/slider": "^5.0.0-canary.7",
|
|
100
|
+
"@hi-ui/space": "^5.0.0-canary.4",
|
|
101
|
+
"@hi-ui/spinner": "^5.0.0-canary.5",
|
|
102
|
+
"@hi-ui/stepper": "^5.0.0-canary.8",
|
|
103
|
+
"@hi-ui/svg-icon": "^5.0.0-canary.4",
|
|
104
|
+
"@hi-ui/switch": "^5.0.0-canary.7",
|
|
105
|
+
"@hi-ui/table": "^5.0.0-canary.22",
|
|
106
|
+
"@hi-ui/tabs": "^5.0.0-canary.13",
|
|
107
|
+
"@hi-ui/tag": "^5.0.0-canary.11",
|
|
108
|
+
"@hi-ui/textarea": "^5.0.0-canary.12",
|
|
109
|
+
"@hi-ui/time-picker": "^5.0.0-canary.16",
|
|
110
|
+
"@hi-ui/timeline": "^5.0.0-canary.6",
|
|
111
|
+
"@hi-ui/tooltip": "^5.0.0-canary.7",
|
|
112
|
+
"@hi-ui/transfer": "^5.0.0-canary.8",
|
|
113
|
+
"@hi-ui/tree": "^5.0.0-canary.8",
|
|
114
|
+
"@hi-ui/tree-select": "^5.0.0-canary.12",
|
|
115
|
+
"@hi-ui/upload": "^5.0.0-canary.11",
|
|
116
|
+
"@hi-ui/watermark": "^5.0.0-canary.4",
|
|
117
|
+
"@hi-ui/zen-mode": "^5.0.0-canary.4"
|
|
114
118
|
},
|
|
115
119
|
"peerDependencies": {
|
|
116
|
-
"@hi-ui/core": ">=5.0.0-canary.
|
|
120
|
+
"@hi-ui/core": ">=5.0.0-canary.6",
|
|
117
121
|
"react": ">=16.8.6",
|
|
118
122
|
"react-dom": ">=16.8.6"
|
|
119
123
|
},
|
|
120
124
|
"devDependencies": {
|
|
121
|
-
"@hi-ui/core": "^5.0.0-canary.
|
|
122
|
-
"@hi-ui/core-css": "^5.0.0-canary.
|
|
125
|
+
"@hi-ui/core": "^5.0.0-canary.6",
|
|
126
|
+
"@hi-ui/core-css": "^5.0.0-canary.9",
|
|
123
127
|
"react": "^17.0.1",
|
|
124
128
|
"react-dom": "^17.0.1"
|
|
125
129
|
}
|