@hi-ui/hiui 4.4.0 → 4.4.2
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 +150 -0
- package/lib/cjs/index.js +529 -130
- package/lib/cjs/ui/locale-context/lib/esm/LocaleContext.js +3 -0
- package/lib/cjs/ui/locale-context/lib/esm/LocaleProvider.js +13 -2
- package/lib/cjs/ui/locale-context/lib/esm/types.js +4 -0
- package/lib/cjs/utils/array-utils/lib/esm/index.js +3 -0
- package/lib/cjs/utils/env/lib/esm/index.js +4 -0
- package/lib/cjs/utils/object-utils/lib/esm/index.js +3 -0
- package/lib/cjs/utils/type-assertion/lib/esm/index.js +3 -0
- package/package.json +71 -71
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,155 @@
|
|
1
1
|
# @hi-ui/hiui
|
2
2
|
|
3
|
+
## 4.4.2
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- build: rollup2 构建
|
8
|
+
- Updated dependencies
|
9
|
+
- @hi-ui/core@4.0.8
|
10
|
+
- @hi-ui/alert@4.1.3
|
11
|
+
- @hi-ui/anchor@4.0.8
|
12
|
+
- @hi-ui/avatar@4.0.7
|
13
|
+
- @hi-ui/back-top@4.0.7
|
14
|
+
- @hi-ui/badge@4.0.9
|
15
|
+
- @hi-ui/breadcrumb@4.0.7
|
16
|
+
- @hi-ui/button@4.0.9
|
17
|
+
- @hi-ui/card@4.0.8
|
18
|
+
- @hi-ui/carousel@4.0.7
|
19
|
+
- @hi-ui/cascader@4.1.5
|
20
|
+
- @hi-ui/check-cascader@4.2.5
|
21
|
+
- @hi-ui/check-select@4.3.5
|
22
|
+
- @hi-ui/check-tree-select@4.3.3
|
23
|
+
- @hi-ui/checkbox@4.0.8
|
24
|
+
- @hi-ui/collapse@4.1.5
|
25
|
+
- @hi-ui/counter@4.1.8
|
26
|
+
- @hi-ui/date-picker@4.4.4
|
27
|
+
- @hi-ui/descriptions@4.2.4
|
28
|
+
- @hi-ui/drawer@4.1.3
|
29
|
+
- @hi-ui/dropdown@4.1.4
|
30
|
+
- @hi-ui/ellipsis-tooltip@4.1.5
|
31
|
+
- @hi-ui/empty-state@4.0.7
|
32
|
+
- @hi-ui/filter@4.1.4
|
33
|
+
- @hi-ui/form@4.1.5
|
34
|
+
- @hi-ui/grid@4.0.8
|
35
|
+
- @hi-ui/highlighter@4.0.8
|
36
|
+
- @hi-ui/input@4.0.13
|
37
|
+
- @hi-ui/input-group@4.0.6
|
38
|
+
- @hi-ui/list@4.0.12
|
39
|
+
- @hi-ui/loading@4.1.3
|
40
|
+
- @hi-ui/menu@4.1.6
|
41
|
+
- @hi-ui/message@4.0.7
|
42
|
+
- @hi-ui/modal@4.0.15
|
43
|
+
- @hi-ui/notification@4.1.3
|
44
|
+
- @hi-ui/number-input@4.1.7
|
45
|
+
- @hi-ui/pagination@4.0.14
|
46
|
+
- @hi-ui/picker@4.1.4
|
47
|
+
- @hi-ui/pop-confirm@4.2.3
|
48
|
+
- @hi-ui/popover@4.0.8
|
49
|
+
- @hi-ui/preview@4.0.8
|
50
|
+
- @hi-ui/progress@4.0.9
|
51
|
+
- @hi-ui/provider@4.0.8
|
52
|
+
- @hi-ui/radio@4.1.3
|
53
|
+
- @hi-ui/rating@4.0.8
|
54
|
+
- @hi-ui/result@4.0.7
|
55
|
+
- @hi-ui/scrollbar@4.0.6
|
56
|
+
- @hi-ui/search@4.0.11
|
57
|
+
- @hi-ui/select@4.2.5
|
58
|
+
- @hi-ui/slider@4.0.10
|
59
|
+
- @hi-ui/space@4.0.9
|
60
|
+
- @hi-ui/spinner@4.0.8
|
61
|
+
- @hi-ui/stepper@4.0.7
|
62
|
+
- @hi-ui/svg-icon@4.0.7
|
63
|
+
- @hi-ui/switch@4.0.10
|
64
|
+
- @hi-ui/table@4.3.4
|
65
|
+
- @hi-ui/tabs@4.1.4
|
66
|
+
- @hi-ui/tag@4.1.3
|
67
|
+
- @hi-ui/textarea@4.1.6
|
68
|
+
- @hi-ui/time-picker@4.0.13
|
69
|
+
- @hi-ui/timeline@4.0.7
|
70
|
+
- @hi-ui/tooltip@4.0.10
|
71
|
+
- @hi-ui/transfer@4.0.13
|
72
|
+
- @hi-ui/tree@4.5.8
|
73
|
+
- @hi-ui/tree-select@4.1.3
|
74
|
+
- @hi-ui/upload@4.1.9
|
75
|
+
- @hi-ui/watermark@4.0.7
|
76
|
+
- @hi-ui/zen-mode@4.0.7
|
77
|
+
|
78
|
+
## 4.4.1
|
79
|
+
|
80
|
+
### Patch Changes
|
81
|
+
|
82
|
+
- fix: 修复 rollup3 打包 cjs 模块问题
|
83
|
+
- Updated dependencies
|
84
|
+
- @hi-ui/core@4.0.7
|
85
|
+
- @hi-ui/alert@4.1.2
|
86
|
+
- @hi-ui/anchor@4.0.7
|
87
|
+
- @hi-ui/avatar@4.0.6
|
88
|
+
- @hi-ui/back-top@4.0.6
|
89
|
+
- @hi-ui/badge@4.0.8
|
90
|
+
- @hi-ui/breadcrumb@4.0.6
|
91
|
+
- @hi-ui/button@4.0.8
|
92
|
+
- @hi-ui/card@4.0.7
|
93
|
+
- @hi-ui/carousel@4.0.6
|
94
|
+
- @hi-ui/cascader@4.1.4
|
95
|
+
- @hi-ui/check-cascader@4.2.4
|
96
|
+
- @hi-ui/check-select@4.3.4
|
97
|
+
- @hi-ui/check-tree-select@4.3.2
|
98
|
+
- @hi-ui/checkbox@4.0.7
|
99
|
+
- @hi-ui/collapse@4.1.4
|
100
|
+
- @hi-ui/counter@4.1.7
|
101
|
+
- @hi-ui/date-picker@4.4.3
|
102
|
+
- @hi-ui/descriptions@4.2.3
|
103
|
+
- @hi-ui/drawer@4.1.2
|
104
|
+
- @hi-ui/dropdown@4.1.3
|
105
|
+
- @hi-ui/ellipsis-tooltip@4.1.4
|
106
|
+
- @hi-ui/empty-state@4.0.6
|
107
|
+
- @hi-ui/filter@4.1.3
|
108
|
+
- @hi-ui/form@4.1.4
|
109
|
+
- @hi-ui/grid@4.0.7
|
110
|
+
- @hi-ui/highlighter@4.0.7
|
111
|
+
- @hi-ui/input@4.0.12
|
112
|
+
- @hi-ui/input-group@4.0.5
|
113
|
+
- @hi-ui/list@4.0.11
|
114
|
+
- @hi-ui/loading@4.1.2
|
115
|
+
- @hi-ui/menu@4.1.5
|
116
|
+
- @hi-ui/message@4.0.6
|
117
|
+
- @hi-ui/modal@4.0.14
|
118
|
+
- @hi-ui/notification@4.1.2
|
119
|
+
- @hi-ui/number-input@4.1.6
|
120
|
+
- @hi-ui/pagination@4.0.13
|
121
|
+
- @hi-ui/picker@4.1.3
|
122
|
+
- @hi-ui/pop-confirm@4.2.2
|
123
|
+
- @hi-ui/popover@4.0.7
|
124
|
+
- @hi-ui/preview@4.0.7
|
125
|
+
- @hi-ui/progress@4.0.8
|
126
|
+
- @hi-ui/provider@4.0.7
|
127
|
+
- @hi-ui/radio@4.1.2
|
128
|
+
- @hi-ui/rating@4.0.7
|
129
|
+
- @hi-ui/result@4.0.6
|
130
|
+
- @hi-ui/scrollbar@4.0.5
|
131
|
+
- @hi-ui/search@4.0.10
|
132
|
+
- @hi-ui/select@4.2.4
|
133
|
+
- @hi-ui/slider@4.0.9
|
134
|
+
- @hi-ui/space@4.0.8
|
135
|
+
- @hi-ui/spinner@4.0.7
|
136
|
+
- @hi-ui/stepper@4.0.6
|
137
|
+
- @hi-ui/svg-icon@4.0.6
|
138
|
+
- @hi-ui/switch@4.0.9
|
139
|
+
- @hi-ui/table@4.3.3
|
140
|
+
- @hi-ui/tabs@4.1.3
|
141
|
+
- @hi-ui/tag@4.1.2
|
142
|
+
- @hi-ui/textarea@4.1.5
|
143
|
+
- @hi-ui/time-picker@4.0.12
|
144
|
+
- @hi-ui/timeline@4.0.6
|
145
|
+
- @hi-ui/tooltip@4.0.9
|
146
|
+
- @hi-ui/transfer@4.0.12
|
147
|
+
- @hi-ui/tree@4.5.7
|
148
|
+
- @hi-ui/tree-select@4.1.2
|
149
|
+
- @hi-ui/upload@4.1.8
|
150
|
+
- @hi-ui/watermark@4.0.6
|
151
|
+
- @hi-ui/zen-mode@4.0.6
|
152
|
+
|
3
153
|
## 4.4.0
|
4
154
|
|
5
155
|
### Minor Changes
|