@hi-ui/hiui 4.10.1 → 4.10.3
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 +21 -0
- package/lib/cjs/index.js +2 -0
- package/lib/esm/index.js +1 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,26 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.10.3
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#3081](https://github.com/XiaoMi/hiui/pull/3081) [`a8a4a7ecf`](https://github.com/XiaoMi/hiui/commit/a8a4a7ecf9fe056a9a16d03641b297bb01b17970) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(drawer): 修复局部显示中设置 showMask={false} 后显示异常问题 (#3080)
|
8
|
+
|
9
|
+
- [#3078](https://github.com/XiaoMi/hiui/pull/3078) [`30f90d924`](https://github.com/XiaoMi/hiui/commit/30f90d92475b8edb4e2c6762d70958d24ea8459e) Thanks [@fcppddl](https://github.com/fcppddl)! - perf(date-picker): 图标固定在右边 (#3077)
|
10
|
+
|
11
|
+
- [#3083](https://github.com/XiaoMi/hiui/pull/3083) [`28dfa39`](https://github.com/XiaoMi/hiui/commit/28dfa390a9870432b597cc01107f25090651e689) Thanks [@zyprepare](https://github.com/zyprepare)! - fix(table): 修复空状态下设置边框左边框不显示问题 (#3082)
|
12
|
+
|
13
|
+
- Updated dependencies [[`a8a4a7ecf`](https://github.com/XiaoMi/hiui/commit/a8a4a7ecf9fe056a9a16d03641b297bb01b17970), [`30f90d924`](https://github.com/XiaoMi/hiui/commit/30f90d92475b8edb4e2c6762d70958d24ea8459e), [`28dfa39`](https://github.com/XiaoMi/hiui/commit/28dfa390a9870432b597cc01107f25090651e689)]:
|
14
|
+
- @hi-ui/drawer@4.3.1
|
15
|
+
- @hi-ui/date-picker@4.9.2
|
16
|
+
- @hi-ui/table@4.9.1
|
17
|
+
|
18
|
+
## 4.10.2
|
19
|
+
|
20
|
+
### Patch Changes
|
21
|
+
|
22
|
+
- [#3072](https://github.com/XiaoMi/hiui/pull/3072) [`5e426c9`](https://github.com/XiaoMi/hiui/commit/5e426c9f9d0e6ab9aa8d166c29ac8fb2fd95a414) Thanks [@zyprepare](https://github.com/zyprepare)! - chore(locale-context): 对外暴露类型定义
|
23
|
+
|
3
24
|
## 4.10.1
|
4
25
|
|
5
26
|
### Patch Changes
|
package/lib/cjs/index.js
CHANGED
@@ -41,6 +41,7 @@ var list = require('@hi-ui/list');
|
|
41
41
|
var loading = require('@hi-ui/loading');
|
42
42
|
var LocaleContext = require('./ui/locale-context/lib/esm/LocaleContext.js');
|
43
43
|
var LocaleProvider = require('./ui/locale-context/lib/esm/LocaleProvider.js');
|
44
|
+
var types = require('./ui/locale-context/lib/esm/types.js');
|
44
45
|
var PortalContext = require('./ui/portal-context/lib/esm/PortalContext.js');
|
45
46
|
var PortalProvider = require('./ui/portal-context/lib/esm/PortalProvider.js');
|
46
47
|
var menu = require('@hi-ui/menu');
|
@@ -247,6 +248,7 @@ exports.getLanguage = LocaleContext.getLanguage;
|
|
247
248
|
exports.useLocaleContext = LocaleContext.useLocaleContext;
|
248
249
|
exports.LocaleContext = LocaleProvider.LocaleProvider;
|
249
250
|
exports.LocaleProvider = LocaleProvider.LocaleProvider;
|
251
|
+
exports.LocaleEnum = types.LocaleEnum;
|
250
252
|
exports.usePortalContext = PortalContext.usePortalContext;
|
251
253
|
exports.PortalContext = PortalProvider.PortalProvider;
|
252
254
|
exports.PortalProvider = PortalProvider.PortalProvider;
|
package/lib/esm/index.js
CHANGED
@@ -63,6 +63,7 @@ export * from '@hi-ui/loading';
|
|
63
63
|
export { default as Loading } from '@hi-ui/loading';
|
64
64
|
export { getLanguage, useLocaleContext } from './ui/locale-context/lib/esm/LocaleContext.js';
|
65
65
|
export { LocaleProvider as LocaleContext, LocaleProvider } from './ui/locale-context/lib/esm/LocaleProvider.js';
|
66
|
+
export { LocaleEnum } from './ui/locale-context/lib/esm/types.js';
|
66
67
|
export { usePortalContext } from './ui/portal-context/lib/esm/PortalContext.js';
|
67
68
|
export { PortalProvider as PortalContext, PortalProvider } from './ui/portal-context/lib/esm/PortalProvider.js';
|
68
69
|
export * from '@hi-ui/menu';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hi-ui/hiui",
|
3
|
-
"version": "4.10.
|
3
|
+
"version": "4.10.3",
|
4
4
|
"description": "The root-package for @hi-ui/hiui.",
|
5
5
|
"keywords": [],
|
6
6
|
"author": "HiUI <mi-hiui@xiaomi.com>",
|
@@ -59,9 +59,9 @@
|
|
59
59
|
"@hi-ui/checkbox": "^4.0.10",
|
60
60
|
"@hi-ui/collapse": "^4.1.6",
|
61
61
|
"@hi-ui/counter": "^4.1.9",
|
62
|
-
"@hi-ui/date-picker": "^4.9.
|
62
|
+
"@hi-ui/date-picker": "^4.9.2",
|
63
63
|
"@hi-ui/descriptions": "^4.5.0",
|
64
|
-
"@hi-ui/drawer": "^4.3.
|
64
|
+
"@hi-ui/drawer": "^4.3.1",
|
65
65
|
"@hi-ui/dropdown": "^4.2.2",
|
66
66
|
"@hi-ui/ellipsis-tooltip": "^4.1.8",
|
67
67
|
"@hi-ui/empty-state": "^4.1.1",
|
@@ -97,7 +97,7 @@
|
|
97
97
|
"@hi-ui/stepper": "^4.1.0",
|
98
98
|
"@hi-ui/svg-icon": "^4.0.8",
|
99
99
|
"@hi-ui/switch": "^4.0.11",
|
100
|
-
"@hi-ui/table": "^4.9.
|
100
|
+
"@hi-ui/table": "^4.9.1",
|
101
101
|
"@hi-ui/tabs": "^4.1.6",
|
102
102
|
"@hi-ui/tag": "^4.2.1",
|
103
103
|
"@hi-ui/textarea": "^4.1.7",
|