@hi-ui/hiui 4.1.19 → 4.1.21
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 +29 -0
- package/lib/cjs/index.js +18 -0
- package/lib/esm/index.js +2 -0
- package/lib/types/index.d.ts +2 -0
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,34 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.1.21
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2429](https://github.com/XiaoMi/hiui/pull/2429) [`72e2adbbd`](https://github.com/XiaoMi/hiui/commit/72e2adbbd78911c14fa541492efb55873662657c) Thanks [@zyprepare](https://github.com/zyprepare)! - Upload 修复问题: maxSize 设置后,上传图片超出大小时无效果
|
8
|
+
|
9
|
+
- [#2431](https://github.com/XiaoMi/hiui/pull/2431) [`93489d394`](https://github.com/XiaoMi/hiui/commit/93489d394264189b783dde21169e6a3d458e9d6e) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker 样式优化: 日历面板显示界面过小
|
10
|
+
|
11
|
+
- Updated dependencies [[`72e2adbbd`](https://github.com/XiaoMi/hiui/commit/72e2adbbd78911c14fa541492efb55873662657c), [`93489d394`](https://github.com/XiaoMi/hiui/commit/93489d394264189b783dde21169e6a3d458e9d6e)]:
|
12
|
+
- @hi-ui/upload@4.1.2
|
13
|
+
- @hi-ui/date-picker@4.0.15
|
14
|
+
|
15
|
+
## 4.1.20
|
16
|
+
|
17
|
+
### Patch Changes
|
18
|
+
|
19
|
+
- [#2423](https://github.com/XiaoMi/hiui/pull/2423) [`2916a5578`](https://github.com/XiaoMi/hiui/commit/2916a557818fe232978562c1f3d4ce6dbb991218) Thanks [@zyprepare](https://github.com/zyprepare)! - DatePicker 交互优化: 日期选择中,左右切换年或月时触发 onSelect 回调
|
20
|
+
|
21
|
+
- [#2417](https://github.com/XiaoMi/hiui/pull/2417) [`14f0e2d53`](https://github.com/XiaoMi/hiui/commit/14f0e2d5313cf1575f6e6378659e5406f8045529) Thanks [@zyprepare](https://github.com/zyprepare)! - Tooltip Slider 修复问题: 鼠标拖动过程中 tooltip 没有跟随显示
|
22
|
+
|
23
|
+
- [#2419](https://github.com/XiaoMi/hiui/pull/2419) [`2a752a458`](https://github.com/XiaoMi/hiui/commit/2a752a458300331acefa250d20fd8c0785e6683b) Thanks [@zyprepare](https://github.com/zyprepare)! - Upload 问题修复: type="avatar" 模式下,图片裁剪后的格式默认都变成了 png
|
24
|
+
|
25
|
+
- Updated dependencies [[`2916a5578`](https://github.com/XiaoMi/hiui/commit/2916a557818fe232978562c1f3d4ce6dbb991218), [`2a752a458`](https://github.com/XiaoMi/hiui/commit/2a752a458300331acefa250d20fd8c0785e6683b), [`f8488d3c3`](https://github.com/XiaoMi/hiui/commit/f8488d3c3235d8bf2fc38e0ca3bfaed75bd0ce09), [`14f0e2d53`](https://github.com/XiaoMi/hiui/commit/14f0e2d5313cf1575f6e6378659e5406f8045529)]:
|
26
|
+
- @hi-ui/date-picker@4.0.14
|
27
|
+
- @hi-ui/upload@4.1.1
|
28
|
+
- @hi-ui/descriptions@4.1.1
|
29
|
+
- @hi-ui/slider@4.0.7
|
30
|
+
- @hi-ui/tooltip@4.0.6
|
31
|
+
|
3
32
|
## 4.1.19
|
4
33
|
|
5
34
|
### Patch Changes
|
package/lib/cjs/index.js
CHANGED
@@ -51,6 +51,8 @@ var drawer = require('@hi-ui/drawer');
|
|
51
51
|
|
52
52
|
var dropdown = require('@hi-ui/dropdown');
|
53
53
|
|
54
|
+
var ellipsisTooltip = require('@hi-ui/ellipsis-tooltip');
|
55
|
+
|
54
56
|
var emptyState = require('@hi-ui/empty-state');
|
55
57
|
|
56
58
|
var filter = require('@hi-ui/filter');
|
@@ -189,6 +191,8 @@ var drawer__default = /*#__PURE__*/_interopDefaultLegacy(drawer);
|
|
189
191
|
|
190
192
|
var dropdown__default = /*#__PURE__*/_interopDefaultLegacy(dropdown);
|
191
193
|
|
194
|
+
var ellipsisTooltip__default = /*#__PURE__*/_interopDefaultLegacy(ellipsisTooltip);
|
195
|
+
|
192
196
|
var emptyState__default = /*#__PURE__*/_interopDefaultLegacy(emptyState);
|
193
197
|
|
194
198
|
var filter__default = /*#__PURE__*/_interopDefaultLegacy(filter);
|
@@ -389,6 +393,12 @@ Object.defineProperty(exports, 'Dropdown', {
|
|
389
393
|
return dropdown__default["default"];
|
390
394
|
}
|
391
395
|
});
|
396
|
+
Object.defineProperty(exports, 'EllipsisTooltip', {
|
397
|
+
enumerable: true,
|
398
|
+
get: function get() {
|
399
|
+
return ellipsisTooltip__default["default"];
|
400
|
+
}
|
401
|
+
});
|
392
402
|
Object.defineProperty(exports, 'EmptyState', {
|
393
403
|
enumerable: true,
|
394
404
|
get: function get() {
|
@@ -813,6 +823,14 @@ Object.keys(dropdown).forEach(function (k) {
|
|
813
823
|
}
|
814
824
|
});
|
815
825
|
});
|
826
|
+
Object.keys(ellipsisTooltip).forEach(function (k) {
|
827
|
+
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
|
828
|
+
enumerable: true,
|
829
|
+
get: function get() {
|
830
|
+
return ellipsisTooltip[k];
|
831
|
+
}
|
832
|
+
});
|
833
|
+
});
|
816
834
|
Object.keys(emptyState).forEach(function (k) {
|
817
835
|
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
|
818
836
|
enumerable: true,
|
package/lib/esm/index.js
CHANGED
@@ -43,6 +43,8 @@ export * from '@hi-ui/drawer';
|
|
43
43
|
export { default as Drawer } from '@hi-ui/drawer';
|
44
44
|
export * from '@hi-ui/dropdown';
|
45
45
|
export { default as Dropdown } from '@hi-ui/dropdown';
|
46
|
+
export * from '@hi-ui/ellipsis-tooltip';
|
47
|
+
export { default as EllipsisTooltip } from '@hi-ui/ellipsis-tooltip';
|
46
48
|
export * from '@hi-ui/empty-state';
|
47
49
|
export { default as EmptyState } from '@hi-ui/empty-state';
|
48
50
|
export * from '@hi-ui/filter';
|
package/lib/types/index.d.ts
CHANGED
@@ -34,6 +34,8 @@ export * from '@hi-ui/drawer';
|
|
34
34
|
export { default as Drawer } from '@hi-ui/drawer';
|
35
35
|
export * from '@hi-ui/dropdown';
|
36
36
|
export { default as Dropdown } from '@hi-ui/dropdown';
|
37
|
+
export * from '@hi-ui/ellipsis-tooltip';
|
38
|
+
export { default as EllipsisTooltip } from '@hi-ui/ellipsis-tooltip';
|
37
39
|
export * from '@hi-ui/empty-state';
|
38
40
|
export { default as EmptyState } from '@hi-ui/empty-state';
|
39
41
|
export * from '@hi-ui/filter';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/hiui",
|
3
|
-
"version": "4.1.
|
3
|
+
"version": "4.1.21",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -59,10 +59,11 @@
|
|
59
59
|
"@hi-ui/checkbox": "^4.0.5",
|
60
60
|
"@hi-ui/collapse": "^4.1.0",
|
61
61
|
"@hi-ui/counter": "^4.0.5",
|
62
|
-
"@hi-ui/date-picker": "^4.0.
|
63
|
-
"@hi-ui/descriptions": "^4.1.
|
62
|
+
"@hi-ui/date-picker": "^4.0.15",
|
63
|
+
"@hi-ui/descriptions": "^4.1.1",
|
64
64
|
"@hi-ui/drawer": "^4.0.7",
|
65
65
|
"@hi-ui/dropdown": "^4.0.5",
|
66
|
+
"@hi-ui/ellipsis-tooltip": "^4.0.0",
|
66
67
|
"@hi-ui/empty-state": "^4.0.4",
|
67
68
|
"@hi-ui/filter": "^4.1.0",
|
68
69
|
"@hi-ui/form": "^4.1.2",
|
@@ -90,7 +91,7 @@
|
|
90
91
|
"@hi-ui/scrollbar": "^4.0.1",
|
91
92
|
"@hi-ui/search": "^4.0.8",
|
92
93
|
"@hi-ui/select": "^4.0.10",
|
93
|
-
"@hi-ui/slider": "^4.0.
|
94
|
+
"@hi-ui/slider": "^4.0.7",
|
94
95
|
"@hi-ui/space": "^4.0.6",
|
95
96
|
"@hi-ui/spinner": "^4.0.4",
|
96
97
|
"@hi-ui/stepper": "^4.0.4",
|
@@ -102,11 +103,11 @@
|
|
102
103
|
"@hi-ui/textarea": "^4.0.6",
|
103
104
|
"@hi-ui/time-picker": "^4.0.8",
|
104
105
|
"@hi-ui/timeline": "^4.0.4",
|
105
|
-
"@hi-ui/tooltip": "^4.0.
|
106
|
+
"@hi-ui/tooltip": "^4.0.6",
|
106
107
|
"@hi-ui/transfer": "^4.0.9",
|
107
108
|
"@hi-ui/tree": "^4.2.0",
|
108
109
|
"@hi-ui/tree-select": "^4.0.10",
|
109
|
-
"@hi-ui/upload": "^4.1.
|
110
|
+
"@hi-ui/upload": "^4.1.2",
|
110
111
|
"@hi-ui/watermark": "^4.0.4",
|
111
112
|
"@hi-ui/zen-mode": "^4.0.4"
|
112
113
|
},
|