@hi-ui/hiui 4.3.6 → 4.4.0

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.
Files changed (27) hide show
  1. package/CHANGELOG.md +95 -0
  2. package/lib/cjs/index.js +130 -664
  3. package/lib/cjs/ui/locale-context/lib/esm/LocaleContext.js +3 -17
  4. package/lib/cjs/ui/locale-context/lib/esm/LocaleProvider.js +7 -34
  5. package/lib/cjs/ui/locale-context/lib/esm/locale/en-US.js +1 -1
  6. package/lib/cjs/ui/locale-context/lib/esm/locale/index.js +1 -6
  7. package/lib/cjs/ui/locale-context/lib/esm/locale/zh-CN.js +1 -1
  8. package/lib/cjs/ui/locale-context/lib/esm/locale/zh-HK.js +1 -1
  9. package/lib/cjs/ui/locale-context/lib/esm/locale/zh-TW.js +1 -1
  10. package/lib/cjs/ui/locale-context/lib/esm/types.js +0 -4
  11. package/lib/cjs/utils/array-utils/lib/esm/index.js +1 -8
  12. package/lib/cjs/utils/env/lib/esm/index.js +0 -8
  13. package/lib/cjs/utils/object-utils/lib/esm/index.js +4 -15
  14. package/lib/cjs/utils/type-assertion/lib/esm/index.js +1 -8
  15. package/lib/esm/ui/locale-context/lib/esm/LocaleContext.js +3 -7
  16. package/lib/esm/ui/locale-context/lib/esm/LocaleProvider.js +5 -11
  17. package/lib/esm/ui/locale-context/lib/esm/locale/en-US.js +0 -1
  18. package/lib/esm/ui/locale-context/lib/esm/locale/index.js +1 -1
  19. package/lib/esm/ui/locale-context/lib/esm/locale/zh-CN.js +0 -1
  20. package/lib/esm/ui/locale-context/lib/esm/locale/zh-HK.js +0 -1
  21. package/lib/esm/ui/locale-context/lib/esm/locale/zh-TW.js +0 -1
  22. package/lib/esm/ui/locale-context/lib/esm/types.js +0 -1
  23. package/lib/esm/utils/array-utils/lib/esm/index.js +1 -3
  24. package/lib/esm/utils/env/lib/esm/index.js +0 -5
  25. package/lib/esm/utils/object-utils/lib/esm/index.js +1 -6
  26. package/lib/esm/utils/type-assertion/lib/esm/index.js +1 -3
  27. package/package.json +71 -71
package/CHANGELOG.md CHANGED
@@ -1,5 +1,100 @@
1
1
  # @hi-ui/hiui
2
2
 
3
+ ## 4.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2672](https://github.com/XiaoMi/hiui/pull/2672) [`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e) Thanks [@zyprepare](https://github.com/zyprepare)! - build: 升级到 rollup3,重新构建发布组件,4.4.0
8
+
9
+ ### Patch Changes
10
+
11
+ - [#2671](https://github.com/XiaoMi/hiui/pull/2671) [`6d7909444`](https://github.com/XiaoMi/hiui/commit/6d790944418f36689b34805f858a1268530864b9) Thanks [@zyprepare](https://github.com/zyprepare)! - fix: 修复组件参数类型错误
12
+
13
+ - Updated dependencies [[`1ebe27830`](https://github.com/XiaoMi/hiui/commit/1ebe2783098b3a8cd980bd10076d67635463800e), [`6d7909444`](https://github.com/XiaoMi/hiui/commit/6d790944418f36689b34805f858a1268530864b9)]:
14
+ - @hi-ui/core@4.0.6
15
+ - @hi-ui/alert@4.1.1
16
+ - @hi-ui/anchor@4.0.6
17
+ - @hi-ui/avatar@4.0.5
18
+ - @hi-ui/back-top@4.0.5
19
+ - @hi-ui/badge@4.0.7
20
+ - @hi-ui/breadcrumb@4.0.5
21
+ - @hi-ui/button@4.0.7
22
+ - @hi-ui/card@4.0.6
23
+ - @hi-ui/carousel@4.0.5
24
+ - @hi-ui/cascader@4.1.3
25
+ - @hi-ui/check-cascader@4.2.3
26
+ - @hi-ui/check-select@4.3.3
27
+ - @hi-ui/check-tree-select@4.3.1
28
+ - @hi-ui/checkbox@4.0.6
29
+ - @hi-ui/collapse@4.1.3
30
+ - @hi-ui/counter@4.1.6
31
+ - @hi-ui/date-picker@4.4.2
32
+ - @hi-ui/descriptions@4.2.2
33
+ - @hi-ui/drawer@4.1.1
34
+ - @hi-ui/dropdown@4.1.2
35
+ - @hi-ui/ellipsis-tooltip@4.1.3
36
+ - @hi-ui/empty-state@4.0.5
37
+ - @hi-ui/filter@4.1.2
38
+ - @hi-ui/form@4.1.3
39
+ - @hi-ui/grid@4.0.6
40
+ - @hi-ui/highlighter@4.0.6
41
+ - @hi-ui/input@4.0.11
42
+ - @hi-ui/input-group@4.0.4
43
+ - @hi-ui/list@4.0.10
44
+ - @hi-ui/loading@4.1.1
45
+ - @hi-ui/menu@4.1.4
46
+ - @hi-ui/message@4.0.5
47
+ - @hi-ui/modal@4.0.13
48
+ - @hi-ui/notification@4.1.1
49
+ - @hi-ui/number-input@4.1.5
50
+ - @hi-ui/pagination@4.0.12
51
+ - @hi-ui/picker@4.1.2
52
+ - @hi-ui/pop-confirm@4.2.1
53
+ - @hi-ui/popover@4.0.6
54
+ - @hi-ui/preview@4.0.6
55
+ - @hi-ui/progress@4.0.7
56
+ - @hi-ui/provider@4.0.6
57
+ - @hi-ui/radio@4.1.1
58
+ - @hi-ui/rating@4.0.6
59
+ - @hi-ui/result@4.0.5
60
+ - @hi-ui/scrollbar@4.0.4
61
+ - @hi-ui/search@4.0.9
62
+ - @hi-ui/select@4.2.3
63
+ - @hi-ui/slider@4.0.8
64
+ - @hi-ui/space@4.0.7
65
+ - @hi-ui/spinner@4.0.6
66
+ - @hi-ui/stepper@4.0.5
67
+ - @hi-ui/svg-icon@4.0.5
68
+ - @hi-ui/switch@4.0.8
69
+ - @hi-ui/table@4.3.2
70
+ - @hi-ui/tabs@4.1.2
71
+ - @hi-ui/tag@4.1.1
72
+ - @hi-ui/textarea@4.1.4
73
+ - @hi-ui/time-picker@4.0.11
74
+ - @hi-ui/timeline@4.0.5
75
+ - @hi-ui/tooltip@4.0.8
76
+ - @hi-ui/transfer@4.0.11
77
+ - @hi-ui/tree@4.5.6
78
+ - @hi-ui/tree-select@4.1.1
79
+ - @hi-ui/upload@4.1.7
80
+ - @hi-ui/watermark@4.0.5
81
+ - @hi-ui/zen-mode@4.0.5
82
+
83
+ ## 4.3.7
84
+
85
+ ### Patch Changes
86
+
87
+ - [#2669](https://github.com/XiaoMi/hiui/pull/2669) [`d8e7308f5`](https://github.com/XiaoMi/hiui/commit/d8e7308f5ab898795a284141d618a1253d218d9d) Thanks [@zyprepare](https://github.com/zyprepare)! - Modal fix: 补充 api 调用中的参数类型声明
88
+
89
+ - [#2667](https://github.com/XiaoMi/hiui/pull/2667) [`3e2e9c389`](https://github.com/XiaoMi/hiui/commit/3e2e9c389c15908b6dc70ad224253d8287273eea) Thanks [@zyprepare](https://github.com/zyprepare)! - feat(pop-confirm): add content api
90
+
91
+ - [#2663](https://github.com/XiaoMi/hiui/pull/2663) [`9a46f8e0f`](https://github.com/XiaoMi/hiui/commit/9a46f8e0ff52bd76728b17e11dcedd0ce3953be1) Thanks [@zyprepare](https://github.com/zyprepare)! - Radio feat: add autoWidth api
92
+
93
+ - Updated dependencies [[`d8e7308f5`](https://github.com/XiaoMi/hiui/commit/d8e7308f5ab898795a284141d618a1253d218d9d), [`9a46f8e0f`](https://github.com/XiaoMi/hiui/commit/9a46f8e0ff52bd76728b17e11dcedd0ce3953be1), [`3e2e9c389`](https://github.com/XiaoMi/hiui/commit/3e2e9c389c15908b6dc70ad224253d8287273eea)]:
94
+ - @hi-ui/modal@4.0.12
95
+ - @hi-ui/radio@4.1.0
96
+ - @hi-ui/pop-confirm@4.2.0
97
+
3
98
  ## 4.3.6
4
99
 
5
100
  ### Patch Changes