@hi-ui/hiui 4.0.0-beta.93 → 4.0.0
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 +8 -18
- package/lib/cjs/ui/locale-context/lib/esm/LocaleContext.js +68 -0
- package/lib/cjs/ui/locale-context/lib/esm/LocaleProvider.js +84 -0
- package/lib/cjs/ui/locale-context/lib/esm/locale/en-US.js +193 -0
- package/lib/cjs/ui/locale-context/lib/esm/locale/index.js +41 -0
- package/lib/cjs/ui/locale-context/lib/esm/locale/zh-CN.js +197 -0
- package/lib/cjs/ui/locale-context/lib/esm/locale/zh-HK.js +197 -0
- package/lib/cjs/ui/locale-context/lib/esm/locale/zh-TW.js +197 -0
- package/lib/cjs/ui/locale-context/lib/esm/types.js +32 -0
- package/lib/cjs/utils/array-utils/lib/esm/index.js +37 -0
- package/lib/cjs/utils/env/lib/esm/index.js +53 -0
- package/lib/cjs/utils/object-utils/lib/esm/index.js +61 -0
- package/lib/cjs/utils/type-assertion/lib/esm/index.js +32 -0
- package/lib/esm/index.js +3 -3
- package/lib/esm/ui/locale-context/lib/esm/LocaleContext.js +55 -0
- package/lib/esm/ui/locale-context/lib/esm/LocaleProvider.js +61 -0
- package/lib/esm/ui/locale-context/lib/esm/locale/en-US.js +188 -0
- package/lib/esm/ui/locale-context/lib/esm/locale/index.js +31 -0
- package/lib/esm/ui/locale-context/lib/esm/locale/zh-CN.js +192 -0
- package/lib/esm/ui/locale-context/lib/esm/locale/zh-HK.js +192 -0
- package/lib/esm/ui/locale-context/lib/esm/locale/zh-TW.js +192 -0
- package/lib/esm/ui/locale-context/lib/esm/types.js +27 -0
- package/lib/esm/utils/array-utils/lib/esm/index.js +30 -0
- package/lib/esm/utils/env/lib/esm/index.js +47 -0
- package/lib/esm/utils/object-utils/lib/esm/index.js +53 -0
- package/lib/esm/utils/type-assertion/lib/esm/index.js +24 -0
- package/lib/types/index.d.ts +2 -2
- package/package.json +68 -66
@@ -0,0 +1,192 @@
|
|
1
|
+
/** @LICENSE
|
2
|
+
* @hi-ui/hiui
|
3
|
+
* https://github.com/XiaoMi/hiui/tree/master/packages/ui/hiui#readme
|
4
|
+
*
|
5
|
+
* Copyright (c) HiUI <mi-hiui@xiaomi.com>.
|
6
|
+
*
|
7
|
+
* This source code is licensed under the MIT license found in the
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
9
|
+
*/
|
10
|
+
|
11
|
+
/** @LICENSE
|
12
|
+
* @hi-ui/locale-context
|
13
|
+
* https://github.com/XiaoMi/hiui/tree/master/packages/ui/locale-context#readme
|
14
|
+
*
|
15
|
+
* Copyright (c) HiUI <mi-hiui@xiaomi.com>.
|
16
|
+
*
|
17
|
+
* This source code is licensed under the MIT license found in the
|
18
|
+
* LICENSE file in the root directory of this source tree.
|
19
|
+
*/
|
20
|
+
var zhTW = {
|
21
|
+
timePicker: {
|
22
|
+
ok: '確認',
|
23
|
+
to: '-',
|
24
|
+
now: '此刻'
|
25
|
+
},
|
26
|
+
datePicker: {
|
27
|
+
ok: '確認',
|
28
|
+
to: '-',
|
29
|
+
placeholder: ['請選擇日期'],
|
30
|
+
placeholderTimePeriod: ['請選擇時間'],
|
31
|
+
dateChoose: '日期選擇',
|
32
|
+
timeChoose: '時間選擇',
|
33
|
+
undefinedType: '類型未定義',
|
34
|
+
lastWeek: '近壹周',
|
35
|
+
lastMonth: '近壹月',
|
36
|
+
lastThreeMonth: '近三月',
|
37
|
+
lastYear: '近壹年',
|
38
|
+
month: ['壹月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十壹月', '十二月'],
|
39
|
+
monthShort: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'],
|
40
|
+
week: ['日', '壹', '二', '三', '四', '五', '六'],
|
41
|
+
placeholders: {
|
42
|
+
date: ['請選擇日期'],
|
43
|
+
month: ['請選擇月'],
|
44
|
+
year: ['請選擇年'],
|
45
|
+
time: ['請選擇時間'],
|
46
|
+
daterange: ['開始日期', '結束日期'],
|
47
|
+
week: ['請選擇周'],
|
48
|
+
weekrange: ['開始周', '結束周'],
|
49
|
+
timeperiod: ['開始時間', '結束時間'],
|
50
|
+
timerange: ['請選擇開始時間', '請選擇結束時間']
|
51
|
+
},
|
52
|
+
year: '年',
|
53
|
+
timePeriod: '時間段',
|
54
|
+
hours: '時',
|
55
|
+
minutes: '分',
|
56
|
+
seconds: '秒',
|
57
|
+
weekRange: '{{year}}-W{{week}}'
|
58
|
+
},
|
59
|
+
pagination: {
|
60
|
+
total: ['共', '條'],
|
61
|
+
simple: ['第', '頁', '共', '頁', '條記錄'],
|
62
|
+
item: '條',
|
63
|
+
itemPerPage: '頁',
|
64
|
+
"goto": '前往',
|
65
|
+
page: '頁'
|
66
|
+
},
|
67
|
+
cascader: {
|
68
|
+
placeholder: '請選擇',
|
69
|
+
noFoundTip: '無匹配數據',
|
70
|
+
emptyContent: '暫無數據'
|
71
|
+
},
|
72
|
+
checkCascader: {
|
73
|
+
placeholder: '請選擇',
|
74
|
+
noFoundTip: '無匹配數據',
|
75
|
+
emptyContent: '暫無數據'
|
76
|
+
},
|
77
|
+
picker: {
|
78
|
+
placeholder: '請選擇',
|
79
|
+
emptyContent: '暫無數據',
|
80
|
+
noFoundTip: '無匹配數據',
|
81
|
+
searchPlaceholder: '搜索',
|
82
|
+
loadingContent: '數據加載中...'
|
83
|
+
},
|
84
|
+
treeSelect: {
|
85
|
+
placeholder: '請選擇'
|
86
|
+
},
|
87
|
+
checkTreeSelect: {
|
88
|
+
placeholder: '請選擇'
|
89
|
+
},
|
90
|
+
select: {
|
91
|
+
placeholder: '請選擇',
|
92
|
+
emptyContent: '無匹配數據',
|
93
|
+
searchPlaceholder: '搜索',
|
94
|
+
checkAll: '全選',
|
95
|
+
justSelected: '僅看已選'
|
96
|
+
},
|
97
|
+
checkSelect: {
|
98
|
+
placeholder: '請選擇',
|
99
|
+
emptyContent: '無匹配數據',
|
100
|
+
searchPlaceholder: '搜索',
|
101
|
+
checkAll: '全選',
|
102
|
+
justSelected: '僅看已選'
|
103
|
+
},
|
104
|
+
selectTree: {
|
105
|
+
back: '返回',
|
106
|
+
search: '搜索',
|
107
|
+
placeholder: '請選擇',
|
108
|
+
emptyContent: '無匹配數據'
|
109
|
+
},
|
110
|
+
search: {
|
111
|
+
searchEmptyResult: '未找到搜索結果',
|
112
|
+
searchEmptyRecord: '無搜索記錄',
|
113
|
+
searchRecord: '搜索歷史'
|
114
|
+
},
|
115
|
+
transfer: {
|
116
|
+
checkAll: '全選',
|
117
|
+
items: '項',
|
118
|
+
searchPlaceholder: '搜索',
|
119
|
+
emptyContent: '暫無數據',
|
120
|
+
limit: '數量達上限,無法添加'
|
121
|
+
},
|
122
|
+
upload: {
|
123
|
+
buttonText: '上傳',
|
124
|
+
uploadSuccess: '上傳成功',
|
125
|
+
cancel: '取消',
|
126
|
+
"delete": '刪除',
|
127
|
+
drag: '點擊或将文件拖拽至此上傳',
|
128
|
+
dragTips: '請點擊或拖拽文件上傳',
|
129
|
+
dragTipsLimited: '數量已達上限',
|
130
|
+
preview: '預覽',
|
131
|
+
modalTiptitle: '上傳失敗',
|
132
|
+
modalTiptxt: '該上傳文件超過指定上傳文件大小',
|
133
|
+
modalBtn: '我知道了',
|
134
|
+
modalTitle: '提示'
|
135
|
+
},
|
136
|
+
modal: {
|
137
|
+
confirmText: '確定',
|
138
|
+
cancelText: '取消'
|
139
|
+
},
|
140
|
+
tabs: {
|
141
|
+
more: '更多'
|
142
|
+
},
|
143
|
+
timeline: {
|
144
|
+
expand: '展開',
|
145
|
+
collapse: '收起'
|
146
|
+
},
|
147
|
+
form: {
|
148
|
+
colon: ':'
|
149
|
+
},
|
150
|
+
tree: {
|
151
|
+
addNode: '添加節點',
|
152
|
+
addChildNode: '添加子節點',
|
153
|
+
edit: '編輯節點',
|
154
|
+
del: '刪除',
|
155
|
+
confirm: '確認',
|
156
|
+
cancel: '取消',
|
157
|
+
nodePlaceholder: '請輸入節點名稱',
|
158
|
+
searchPlaceholder: '關鍵詞搜索',
|
159
|
+
searchEmptyResult: '未找到搜索結果',
|
160
|
+
modalTitle: '提示',
|
161
|
+
delTips: '刪除節點將刪除所有子節點,確定刪除嗎?'
|
162
|
+
},
|
163
|
+
table: {
|
164
|
+
emptyContent: '暫無數據',
|
165
|
+
confirm: '確定',
|
166
|
+
reset: '重置',
|
167
|
+
ascend: '升序',
|
168
|
+
descend: '降序',
|
169
|
+
highlight: '高亮',
|
170
|
+
freeze: '凍結',
|
171
|
+
total: '合計',
|
172
|
+
average: '平均值',
|
173
|
+
fieldExplorer: '字段管理'
|
174
|
+
},
|
175
|
+
watermark: {
|
176
|
+
content: '請勿外傳'
|
177
|
+
},
|
178
|
+
emptyState: {
|
179
|
+
emptyContent: '暫無數據'
|
180
|
+
},
|
181
|
+
zenMode: {
|
182
|
+
back: '返回'
|
183
|
+
},
|
184
|
+
popConfirm: {
|
185
|
+
confirmText: '確定',
|
186
|
+
cancelText: '取消'
|
187
|
+
},
|
188
|
+
tag: {
|
189
|
+
add: '添加'
|
190
|
+
}
|
191
|
+
};
|
192
|
+
export { zhTW as default };
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/** @LICENSE
|
2
|
+
* @hi-ui/hiui
|
3
|
+
* https://github.com/XiaoMi/hiui/tree/master/packages/ui/hiui#readme
|
4
|
+
*
|
5
|
+
* Copyright (c) HiUI <mi-hiui@xiaomi.com>.
|
6
|
+
*
|
7
|
+
* This source code is licensed under the MIT license found in the
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
9
|
+
*/
|
10
|
+
|
11
|
+
/** @LICENSE
|
12
|
+
* @hi-ui/locale-context
|
13
|
+
* https://github.com/XiaoMi/hiui/tree/master/packages/ui/locale-context#readme
|
14
|
+
*
|
15
|
+
* Copyright (c) HiUI <mi-hiui@xiaomi.com>.
|
16
|
+
*
|
17
|
+
* This source code is licensed under the MIT license found in the
|
18
|
+
* LICENSE file in the root directory of this source tree.
|
19
|
+
*/
|
20
|
+
var LocaleEnum = {
|
21
|
+
ZH_CN: 'zh-CN',
|
22
|
+
ZH_HANS: 'zh-Hans',
|
23
|
+
EN_US: 'en-US',
|
24
|
+
ZH_HK: 'zh-HK',
|
25
|
+
ZH_TW: 'zh-TW'
|
26
|
+
};
|
27
|
+
export { LocaleEnum };
|
@@ -0,0 +1,30 @@
|
|
1
|
+
/** @LICENSE
|
2
|
+
* @hi-ui/hiui
|
3
|
+
* https://github.com/XiaoMi/hiui/tree/master/packages/ui/hiui#readme
|
4
|
+
*
|
5
|
+
* Copyright (c) HiUI <mi-hiui@xiaomi.com>.
|
6
|
+
*
|
7
|
+
* This source code is licensed under the MIT license found in the
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
9
|
+
*/
|
10
|
+
import { isNullish, isArray } from '../../../type-assertion/lib/esm/index.js';
|
11
|
+
/** @LICENSE
|
12
|
+
* @hi-ui/array-utils
|
13
|
+
* https://github.com/XiaoMi/hiui/tree/master/packages/utils/array-utils#readme
|
14
|
+
*
|
15
|
+
* Copyright (c) HiUI <mi-hiui@xiaomi.com>.
|
16
|
+
*
|
17
|
+
* This source code is licensed under the MIT license found in the
|
18
|
+
* LICENSE file in the root directory of this source tree.
|
19
|
+
*/
|
20
|
+
|
21
|
+
/**
|
22
|
+
* 抹平结构为数组
|
23
|
+
*/
|
24
|
+
|
25
|
+
var normalizeArray = function normalizeArray(arg) {
|
26
|
+
if (isNullish(arg)) return [];
|
27
|
+
return isArray(arg) ? arg : [arg];
|
28
|
+
};
|
29
|
+
|
30
|
+
export { normalizeArray };
|
@@ -0,0 +1,47 @@
|
|
1
|
+
/** @LICENSE
|
2
|
+
* @hi-ui/hiui
|
3
|
+
* https://github.com/XiaoMi/hiui/tree/master/packages/ui/hiui#readme
|
4
|
+
*
|
5
|
+
* Copyright (c) HiUI <mi-hiui@xiaomi.com>.
|
6
|
+
*
|
7
|
+
* This source code is licensed under the MIT license found in the
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
9
|
+
*/
|
10
|
+
|
11
|
+
/** @LICENSE
|
12
|
+
* @hi-ui/env
|
13
|
+
* https://github.com/XiaoMi/hiui#readme
|
14
|
+
*
|
15
|
+
* Copyright (c) Flcwl <flcwl@vip.qq.com>.
|
16
|
+
*
|
17
|
+
* This source code is licensed under the MIT license found in the
|
18
|
+
* LICENSE file in the root directory of this source tree.
|
19
|
+
*/
|
20
|
+
var __DEV__ = process.env.NODE_ENV !== 'production';
|
21
|
+
|
22
|
+
var invariant = function invariant(condition, format) {
|
23
|
+
for (var _len = arguments.length, args = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
|
24
|
+
args[_key - 2] = arguments[_key];
|
25
|
+
}
|
26
|
+
|
27
|
+
if (__DEV__) {
|
28
|
+
if (!condition) {
|
29
|
+
var argIndex = 0;
|
30
|
+
var message = "[HiUI] " + format.replace(/%s/g, function () {
|
31
|
+
return args[argIndex++];
|
32
|
+
});
|
33
|
+
|
34
|
+
try {
|
35
|
+
// To find the call stack of error.
|
36
|
+
throw new Error(message);
|
37
|
+
} catch (error) {
|
38
|
+
// support for SSR.
|
39
|
+
if (typeof console !== 'undefined') {
|
40
|
+
console.error(error);
|
41
|
+
}
|
42
|
+
}
|
43
|
+
}
|
44
|
+
}
|
45
|
+
};
|
46
|
+
|
47
|
+
export { __DEV__, invariant };
|
@@ -0,0 +1,53 @@
|
|
1
|
+
/** @LICENSE
|
2
|
+
* @hi-ui/hiui
|
3
|
+
* https://github.com/XiaoMi/hiui/tree/master/packages/ui/hiui#readme
|
4
|
+
*
|
5
|
+
* Copyright (c) HiUI <mi-hiui@xiaomi.com>.
|
6
|
+
*
|
7
|
+
* This source code is licensed under the MIT license found in the
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
9
|
+
*/
|
10
|
+
import { isNullish } from '../../../type-assertion/lib/esm/index.js';
|
11
|
+
import { normalizeArray } from '../../../array-utils/lib/esm/index.js';
|
12
|
+
/** @LICENSE
|
13
|
+
* @hi-ui/object-utils
|
14
|
+
* https://github.com/XiaoMi/hiui/tree/master/packages/utils/object-utils#readme
|
15
|
+
*
|
16
|
+
* Copyright (c) HiUI <mi-hiui@xiaomi.com>.
|
17
|
+
*
|
18
|
+
* This source code is licensed under the MIT license found in the
|
19
|
+
* LICENSE file in the root directory of this source tree.
|
20
|
+
*/
|
21
|
+
|
22
|
+
/**
|
23
|
+
* Get value by deep key in nested object
|
24
|
+
*
|
25
|
+
* @refs https://github.com/Flcwl/unext/blob/master/src/get.ts
|
26
|
+
* @example
|
27
|
+
*
|
28
|
+
* get({ a: { b: 3 } }, ['a', 'b']) // 3
|
29
|
+
*/
|
30
|
+
|
31
|
+
var getNested = function getNested(obj, paths) {
|
32
|
+
paths = normalizeArray(paths);
|
33
|
+
var props = paths.map(function (p) {
|
34
|
+
return p + '';
|
35
|
+
}).filter(function (p) {
|
36
|
+
return p !== '';
|
37
|
+
});
|
38
|
+
var target = obj;
|
39
|
+
var i = 0;
|
40
|
+
var len = props.length;
|
41
|
+
|
42
|
+
for (; i < len; ++i) {
|
43
|
+
if (isNullish(target)) {
|
44
|
+
break;
|
45
|
+
}
|
46
|
+
|
47
|
+
target = target[props[i]];
|
48
|
+
}
|
49
|
+
|
50
|
+
return i === len ? target : undefined;
|
51
|
+
};
|
52
|
+
|
53
|
+
export { getNested };
|
@@ -0,0 +1,24 @@
|
|
1
|
+
/** @LICENSE
|
2
|
+
* @hi-ui/hiui
|
3
|
+
* https://github.com/XiaoMi/hiui/tree/master/packages/ui/hiui#readme
|
4
|
+
*
|
5
|
+
* Copyright (c) HiUI <mi-hiui@xiaomi.com>.
|
6
|
+
*
|
7
|
+
* This source code is licensed under the MIT license found in the
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
9
|
+
*/
|
10
|
+
import '@babel/runtime/helpers/esm/typeof';
|
11
|
+
/**
|
12
|
+
* Assert is Nullish
|
13
|
+
*/
|
14
|
+
|
15
|
+
var isNullish = function isNullish(arg) {
|
16
|
+
return arg === null || arg === undefined;
|
17
|
+
};
|
18
|
+
/**
|
19
|
+
* Assert is an array
|
20
|
+
*/
|
21
|
+
|
22
|
+
|
23
|
+
var isArray = Array.isArray;
|
24
|
+
export { isArray, isNullish };
|
package/lib/types/index.d.ts
CHANGED
@@ -51,11 +51,11 @@ export { default as List } from '@hi-ui/list';
|
|
51
51
|
export * from '@hi-ui/loading';
|
52
52
|
export { default as Loading } from '@hi-ui/loading';
|
53
53
|
/**
|
54
|
-
* @deprecated
|
54
|
+
* @deprecated Please use the `Provider` instead of it.
|
55
55
|
*/
|
56
56
|
export * from '@hi-ui/locale-context';
|
57
57
|
/**
|
58
|
-
* @deprecated
|
58
|
+
* @deprecated Please use the `Provider` instead of it.
|
59
59
|
*/
|
60
60
|
export { default as LocaleContext } from '@hi-ui/locale-context';
|
61
61
|
export * from '@hi-ui/menu';
|
package/package.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/hiui",
|
3
|
-
"version": "4.0.0
|
3
|
+
"version": "4.0.0",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
|
-
"author": "
|
6
|
+
"author": "HiUI <mi-hiui@xiaomi.com>",
|
7
7
|
"homepage": "https://github.com/XiaoMi/hiui/tree/master/packages/ui/hiui#readme",
|
8
8
|
"license": "MIT",
|
9
9
|
"directories": {
|
@@ -43,77 +43,79 @@
|
|
43
43
|
"url": "https://github.com/XiaoMi/hiui/issues"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@hi-ui/alert": "^4.0.0
|
47
|
-
"@hi-ui/avatar": "^4.0.0
|
48
|
-
"@hi-ui/badge": "^4.0.0
|
49
|
-
"@hi-ui/breadcrumb": "^4.0.0
|
50
|
-
"@hi-ui/button": "^4.0.0
|
51
|
-
"@hi-ui/card": "^4.0.0
|
52
|
-
"@hi-ui/carousel": "^4.0.0
|
53
|
-
"@hi-ui/cascader": "^4.0.0
|
54
|
-
"@hi-ui/check-cascader": "^4.0.0
|
55
|
-
"@hi-ui/check-select": "^4.0.0
|
56
|
-
"@hi-ui/check-tree-select": "^4.0.0
|
57
|
-
"@hi-ui/checkbox": "^4.0.0
|
58
|
-
"@hi-ui/collapse": "^4.0.0
|
59
|
-
"@hi-ui/counter": "^4.0.0
|
60
|
-
"@hi-ui/date-picker": "^4.0.0
|
61
|
-
"@hi-ui/descriptions": "^4.0.0
|
62
|
-
"@hi-ui/drawer": "^4.0.0
|
63
|
-
"@hi-ui/dropdown": "^4.0.0
|
64
|
-
"@hi-ui/empty-state": "^4.0.0
|
65
|
-
"@hi-ui/filter": "^4.0.0
|
66
|
-
"@hi-ui/form": "^4.0.0
|
67
|
-
"@hi-ui/grid": "^4.0.0
|
68
|
-
"@hi-ui/highlighter": "^4.0.0
|
69
|
-
"@hi-ui/input": "^4.0.0
|
70
|
-
"@hi-ui/list": "^4.0.0
|
71
|
-
"@hi-ui/loading": "^4.0.0
|
72
|
-
"@hi-ui/
|
73
|
-
"@hi-ui/
|
74
|
-
"@hi-ui/
|
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/tree": "^4.0.0
|
104
|
-
"@hi-ui/
|
105
|
-
"@hi-ui/
|
106
|
-
"@hi-ui/
|
107
|
-
"@hi-ui/zen-mode": "^4.0.0-beta.26"
|
46
|
+
"@hi-ui/alert": "^4.0.0",
|
47
|
+
"@hi-ui/avatar": "^4.0.0",
|
48
|
+
"@hi-ui/badge": "^4.0.0",
|
49
|
+
"@hi-ui/breadcrumb": "^4.0.0",
|
50
|
+
"@hi-ui/button": "^4.0.0",
|
51
|
+
"@hi-ui/card": "^4.0.0",
|
52
|
+
"@hi-ui/carousel": "^4.0.0",
|
53
|
+
"@hi-ui/cascader": "^4.0.0",
|
54
|
+
"@hi-ui/check-cascader": "^4.0.0",
|
55
|
+
"@hi-ui/check-select": "^4.0.0",
|
56
|
+
"@hi-ui/check-tree-select": "^4.0.0",
|
57
|
+
"@hi-ui/checkbox": "^4.0.0",
|
58
|
+
"@hi-ui/collapse": "^4.0.0",
|
59
|
+
"@hi-ui/counter": "^4.0.0",
|
60
|
+
"@hi-ui/date-picker": "^4.0.0",
|
61
|
+
"@hi-ui/descriptions": "^4.0.0",
|
62
|
+
"@hi-ui/drawer": "^4.0.0",
|
63
|
+
"@hi-ui/dropdown": "^4.0.0",
|
64
|
+
"@hi-ui/empty-state": "^4.0.0",
|
65
|
+
"@hi-ui/filter": "^4.0.0",
|
66
|
+
"@hi-ui/form": "^4.0.0",
|
67
|
+
"@hi-ui/grid": "^4.0.0",
|
68
|
+
"@hi-ui/highlighter": "^4.0.0",
|
69
|
+
"@hi-ui/input": "^4.0.0",
|
70
|
+
"@hi-ui/list": "^4.0.0",
|
71
|
+
"@hi-ui/loading": "^4.0.0",
|
72
|
+
"@hi-ui/menu": "^4.0.0",
|
73
|
+
"@hi-ui/message": "^4.0.0",
|
74
|
+
"@hi-ui/modal": "^4.0.0",
|
75
|
+
"@hi-ui/notification": "^4.0.0",
|
76
|
+
"@hi-ui/number-input": "^4.0.0",
|
77
|
+
"@hi-ui/pagination": "^4.0.0",
|
78
|
+
"@hi-ui/picker": "^4.0.0",
|
79
|
+
"@hi-ui/pop-confirm": "^4.0.0",
|
80
|
+
"@hi-ui/popover": "^4.0.0",
|
81
|
+
"@hi-ui/preview": "^4.0.0",
|
82
|
+
"@hi-ui/progress": "^4.0.0",
|
83
|
+
"@hi-ui/provider": "^4.0.0",
|
84
|
+
"@hi-ui/radio": "^4.0.0",
|
85
|
+
"@hi-ui/rating": "^4.0.0",
|
86
|
+
"@hi-ui/result": "^4.0.0",
|
87
|
+
"@hi-ui/search": "^4.0.0",
|
88
|
+
"@hi-ui/select": "^4.0.0",
|
89
|
+
"@hi-ui/slider": "^4.0.0",
|
90
|
+
"@hi-ui/space": "^4.0.0",
|
91
|
+
"@hi-ui/stepper": "^4.0.0",
|
92
|
+
"@hi-ui/svg-icon": "^4.0.0",
|
93
|
+
"@hi-ui/switch": "^4.0.0",
|
94
|
+
"@hi-ui/table": "^4.0.0",
|
95
|
+
"@hi-ui/tabs": "^4.0.0",
|
96
|
+
"@hi-ui/tag": "^4.0.0",
|
97
|
+
"@hi-ui/textarea": "^4.0.0",
|
98
|
+
"@hi-ui/time-picker": "^4.0.0",
|
99
|
+
"@hi-ui/timeline": "^4.0.0",
|
100
|
+
"@hi-ui/tooltip": "^4.0.0",
|
101
|
+
"@hi-ui/transfer": "^4.0.0",
|
102
|
+
"@hi-ui/tree": "^4.0.0",
|
103
|
+
"@hi-ui/tree-select": "^4.0.0",
|
104
|
+
"@hi-ui/upload": "^4.0.0",
|
105
|
+
"@hi-ui/watermark": "^4.0.0",
|
106
|
+
"@hi-ui/zen-mode": "^4.0.0"
|
108
107
|
},
|
109
108
|
"peerDependencies": {
|
109
|
+
"@hi-ui/core": ">=4.0.0",
|
110
110
|
"react": ">=16.8.6",
|
111
111
|
"react-dom": ">=16.8.6"
|
112
112
|
},
|
113
113
|
"devDependencies": {
|
114
|
-
"@hi-ui/
|
114
|
+
"@hi-ui/core": "^4.0.0",
|
115
|
+
"@hi-ui/core-css": "^4.0.0",
|
116
|
+
"@hi-ui/hi-build": "^4.0.0",
|
115
117
|
"react": "^17.0.1",
|
116
118
|
"react-dom": "^17.0.1"
|
117
119
|
},
|
118
|
-
"gitHead": "
|
120
|
+
"gitHead": "3530e4f3c0b4394b91d66a4aa749579708ebff84"
|
119
121
|
}
|