@hi-ui/hiui 5.0.0-canary.3 → 5.0.0-canary.5

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,44 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 5.0.0-canary.5
4
+
5
+ ### Minor Changes
6
+
7
+ - cdc0fe912: feat(upload): 新增上传成功后显示成功 icon (5.0)
8
+
9
+ ### Patch Changes
10
+
11
+ - bb5b8150d: perf(date-picker): 优化 contained 模式下的点击事件交互&范围选择的交互优化 (5.0)
12
+ - cdc0fe912: <br>
13
+ - feat(upload): 新版样式 (5.0)
14
+ - feat(upload): 增加 size 参数 (5.0)
15
+ - feat(upload): 上传按钮改为线性 (5.0)
16
+ - feat(upload): 照片墙上传按钮支持配置文案 (5.0)
17
+ - Updated dependencies [bb5b8150d]
18
+ - Updated dependencies [cdc0fe912]
19
+ - Updated dependencies [cdc0fe912]
20
+ - @hi-ui/date-picker@5.0.0-canary.2
21
+ - @hi-ui/upload@5.0.0-canary.2
22
+
23
+ ## 5.0.0-canary.4
24
+
25
+ ### Major Changes
26
+
27
+ - 2451ab789: style(dropdown): 下拉框带边框&圆角改为 6px&size 改为只有 md 尺寸 (5.0)
28
+
29
+ ### Minor Changes
30
+
31
+ - d621cf2b7: feat(select): 增加 creatableInSearch、createTitle 参数,支持在搜索无结果时可创建选项 (5.0)
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies [2451ab789]
36
+ - Updated dependencies [d621cf2b7]
37
+ - @hi-ui/dropdown@5.0.0-canary.1
38
+ - @hi-ui/check-select@5.0.0-canary.2
39
+ - @hi-ui/picker@5.0.0-canary.2
40
+ - @hi-ui/select@5.0.0-canary.2
41
+
3
42
  ## 5.0.0-canary.3
4
43
 
5
44
  ### 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.3",
3
+ "version": "5.0.0-canary.5",
4
4
  "description": "The root-package for @hi-ui/hiui.",
5
5
  "keywords": [],
6
6
  "author": "HiUI <mi-hiui@xiaomi.com>",
@@ -55,15 +55,15 @@
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.1",
63
+ "@hi-ui/date-picker": "^5.0.0-canary.2",
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",
@@ -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",
@@ -108,7 +108,7 @@
108
108
  "@hi-ui/transfer": "^5.0.0-canary.0",
109
109
  "@hi-ui/tree": "^5.0.0-canary.1",
110
110
  "@hi-ui/tree-select": "^5.0.0-canary.1",
111
- "@hi-ui/upload": "^5.0.0-canary.1",
111
+ "@hi-ui/upload": "^5.0.0-canary.2",
112
112
  "@hi-ui/watermark": "^5.0.0-canary.0",
113
113
  "@hi-ui/zen-mode": "^5.0.0-canary.0"
114
114
  },