@hi-ui/hiui 5.0.0-canary.3 → 5.0.0-canary.4
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 +19 -0
- package/lib/cjs/ui/locale-context/lib/esm/locale/en-US.js +3 -1
- package/lib/cjs/ui/locale-context/lib/esm/locale/zh-CN.js +3 -1
- package/lib/cjs/ui/locale-context/lib/esm/locale/zh-HK.js +3 -1
- package/lib/cjs/ui/locale-context/lib/esm/locale/zh-TW.js +3 -1
- package/lib/esm/ui/locale-context/lib/esm/locale/en-US.js +3 -1
- package/lib/esm/ui/locale-context/lib/esm/locale/zh-CN.js +3 -1
- package/lib/esm/ui/locale-context/lib/esm/locale/zh-HK.js +3 -1
- package/lib/esm/ui/locale-context/lib/esm/locale/zh-TW.js +3 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,24 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 5.0.0-canary.4
|
4
|
+
|
5
|
+
### Major Changes
|
6
|
+
|
7
|
+
- 2451ab789: style(dropdown): 下拉框带边框&圆角改为 6px&size 改为只有 md 尺寸 (5.0)
|
8
|
+
|
9
|
+
### Minor Changes
|
10
|
+
|
11
|
+
- d621cf2b7: feat(select): 增加 creatableInSearch、createTitle 参数,支持在搜索无结果时可创建选项 (5.0)
|
12
|
+
|
13
|
+
### Patch Changes
|
14
|
+
|
15
|
+
- Updated dependencies [2451ab789]
|
16
|
+
- Updated dependencies [d621cf2b7]
|
17
|
+
- @hi-ui/dropdown@5.0.0-canary.1
|
18
|
+
- @hi-ui/check-select@5.0.0-canary.2
|
19
|
+
- @hi-ui/picker@5.0.0-canary.2
|
20
|
+
- @hi-ui/select@5.0.0-canary.2
|
21
|
+
|
3
22
|
## 5.0.0-canary.3
|
4
23
|
|
5
24
|
### Minor Changes
|
@@ -182,7 +182,9 @@ var enUS = {
|
|
182
182
|
emptyContent: 'No data',
|
183
183
|
noFoundTip: 'Not found',
|
184
184
|
searchPlaceholder: 'Please search',
|
185
|
-
loadingContent: 'loading data...'
|
185
|
+
loadingContent: 'loading data...',
|
186
|
+
createTitle: 'Create option',
|
187
|
+
createPlaceholder: 'Search or create option'
|
186
188
|
},
|
187
189
|
zenMode: {
|
188
190
|
back: 'back'
|
@@ -176,7 +176,9 @@ var enUS = {
|
|
176
176
|
emptyContent: 'No data',
|
177
177
|
noFoundTip: 'Not found',
|
178
178
|
searchPlaceholder: 'Please search',
|
179
|
-
loadingContent: 'loading data...'
|
179
|
+
loadingContent: 'loading data...',
|
180
|
+
createTitle: 'Create option',
|
181
|
+
createPlaceholder: 'Search or create option'
|
180
182
|
},
|
181
183
|
zenMode: {
|
182
184
|
back: 'back'
|
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.4",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -55,7 +55,7 @@
|
|
55
55
|
"@hi-ui/carousel": "^5.0.0-canary.0",
|
56
56
|
"@hi-ui/cascader": "^5.0.0-canary.2",
|
57
57
|
"@hi-ui/check-cascader": "^5.0.0-canary.2",
|
58
|
-
"@hi-ui/check-select": "^5.0.0-canary.
|
58
|
+
"@hi-ui/check-select": "^5.0.0-canary.2",
|
59
59
|
"@hi-ui/check-tree-select": "^5.0.0-canary.1",
|
60
60
|
"@hi-ui/checkbox": "^5.0.0-canary.0",
|
61
61
|
"@hi-ui/collapse": "^5.0.0-canary.0",
|
@@ -63,7 +63,7 @@
|
|
63
63
|
"@hi-ui/date-picker": "^5.0.0-canary.1",
|
64
64
|
"@hi-ui/descriptions": "^5.0.0-canary.1",
|
65
65
|
"@hi-ui/drawer": "^5.0.0-canary.1",
|
66
|
-
"@hi-ui/dropdown": "^5.0.0-canary.
|
66
|
+
"@hi-ui/dropdown": "^5.0.0-canary.1",
|
67
67
|
"@hi-ui/ellipsis-tooltip": "^5.0.0-canary.0",
|
68
68
|
"@hi-ui/empty-state": "^5.0.0-canary.0",
|
69
69
|
"@hi-ui/filter": "^5.0.0-canary.0",
|
@@ -80,7 +80,7 @@
|
|
80
80
|
"@hi-ui/notification": "^5.0.0-canary.1",
|
81
81
|
"@hi-ui/number-input": "^5.0.0-canary.0",
|
82
82
|
"@hi-ui/pagination": "^5.0.0-canary.1",
|
83
|
-
"@hi-ui/picker": "^5.0.0-canary.
|
83
|
+
"@hi-ui/picker": "^5.0.0-canary.2",
|
84
84
|
"@hi-ui/pop-confirm": "^5.0.0-canary.0",
|
85
85
|
"@hi-ui/popover": "^5.0.0-canary.0",
|
86
86
|
"@hi-ui/preview": "^5.0.0-canary.0",
|
@@ -91,7 +91,7 @@
|
|
91
91
|
"@hi-ui/result": "^5.0.0-canary.0",
|
92
92
|
"@hi-ui/scrollbar": "^5.0.0-canary.0",
|
93
93
|
"@hi-ui/search": "^5.0.0-canary.0",
|
94
|
-
"@hi-ui/select": "^5.0.0-canary.
|
94
|
+
"@hi-ui/select": "^5.0.0-canary.2",
|
95
95
|
"@hi-ui/slider": "^5.0.0-canary.0",
|
96
96
|
"@hi-ui/space": "^5.0.0-canary.0",
|
97
97
|
"@hi-ui/spinner": "^5.0.0-canary.0",
|