@hi-ui/hiui 5.0.0-canary.2 → 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 CHANGED
@@ -1,5 +1,37 @@
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
+
22
+ ## 5.0.0-canary.3
23
+
24
+ ### Minor Changes
25
+
26
+ - b98def710: feat(date-picker): appearance 参数增加 contained 类型 (5.0)
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [b98def710]
31
+ - Updated dependencies [b98def710]
32
+ - @hi-ui/date-picker@5.0.0-canary.1
33
+ - @hi-ui/input@5.0.0-canary.3
34
+
3
35
  ## 5.0.0-canary.2
4
36
 
5
37
  ### 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'
@@ -92,7 +92,9 @@ var zhCN = {
92
92
  emptyContent: '暂无数据',
93
93
  noFoundTip: '无匹配数据',
94
94
  searchPlaceholder: '搜索',
95
- loadingContent: '数据加载中...'
95
+ loadingContent: '数据加载中...',
96
+ createTitle: '创建选项',
97
+ createPlaceholder: '搜索或创建选项'
96
98
  },
97
99
  treeSelect: {
98
100
  placeholder: '请选择'
@@ -88,7 +88,9 @@ var zhHK = {
88
88
  emptyContent: '暫無數據',
89
89
  noFoundTip: '無匹配數據',
90
90
  searchPlaceholder: '搜索',
91
- loadingContent: '數據加載中...'
91
+ loadingContent: '數據加載中...',
92
+ createTitle: '創建選項',
93
+ createPlaceholder: '搜索或創建選項'
92
94
  },
93
95
  treeSelect: {
94
96
  placeholder: '請選擇'
@@ -88,7 +88,9 @@ var zhTW = {
88
88
  emptyContent: '暫無數據',
89
89
  noFoundTip: '無匹配數據',
90
90
  searchPlaceholder: '搜索',
91
- loadingContent: '數據加載中...'
91
+ loadingContent: '數據加載中...',
92
+ createTitle: '創建選項',
93
+ createPlaceholder: '搜索或創建選項'
92
94
  },
93
95
  treeSelect: {
94
96
  placeholder: '請選擇'
@@ -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'
@@ -86,7 +86,9 @@ var zhCN = {
86
86
  emptyContent: '暂无数据',
87
87
  noFoundTip: '无匹配数据',
88
88
  searchPlaceholder: '搜索',
89
- loadingContent: '数据加载中...'
89
+ loadingContent: '数据加载中...',
90
+ createTitle: '创建选项',
91
+ createPlaceholder: '搜索或创建选项'
90
92
  },
91
93
  treeSelect: {
92
94
  placeholder: '请选择'
@@ -82,7 +82,9 @@ var zhHK = {
82
82
  emptyContent: '暫無數據',
83
83
  noFoundTip: '無匹配數據',
84
84
  searchPlaceholder: '搜索',
85
- loadingContent: '數據加載中...'
85
+ loadingContent: '數據加載中...',
86
+ createTitle: '創建選項',
87
+ createPlaceholder: '搜索或創建選項'
86
88
  },
87
89
  treeSelect: {
88
90
  placeholder: '請選擇'
@@ -82,7 +82,9 @@ var zhTW = {
82
82
  emptyContent: '暫無數據',
83
83
  noFoundTip: '無匹配數據',
84
84
  searchPlaceholder: '搜索',
85
- loadingContent: '數據加載中...'
85
+ loadingContent: '數據加載中...',
86
+ createTitle: '創建選項',
87
+ createPlaceholder: '搜索或創建選項'
86
88
  },
87
89
  treeSelect: {
88
90
  placeholder: '請選擇'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hi-ui/hiui",
3
- "version": "5.0.0-canary.2",
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,22 +55,22 @@
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.1",
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",
62
62
  "@hi-ui/counter": "^5.0.0-canary.0",
63
- "@hi-ui/date-picker": "^5.0.0-canary.0",
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.0",
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",
70
70
  "@hi-ui/form": "^5.0.0-canary.1",
71
71
  "@hi-ui/grid": "^5.0.0-canary.1",
72
72
  "@hi-ui/highlighter": "^5.0.0-canary.0",
73
- "@hi-ui/input": "^5.0.0-canary.2",
73
+ "@hi-ui/input": "^5.0.0-canary.3",
74
74
  "@hi-ui/input-group": "^5.0.0-canary.0",
75
75
  "@hi-ui/list": "^5.0.0-canary.0",
76
76
  "@hi-ui/loading": "^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.1",
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.1",
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",