@qn-pandora/pandora-component 4.0.12 → 4.0.14
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.json +323 -303
- package/CHANGELOG.md +123 -115
- package/es/components/Descriptions/index.d.ts +13 -0
- package/es/components/Descriptions/index.js +57 -0
- package/es/components/Descriptions/style.css +337 -0
- package/es/components/Descriptions/style.less +15 -0
- package/es/components/Drawer/CloseIcon/index.d.ts +7 -0
- package/es/components/Drawer/CloseIcon/index.js +13 -0
- package/es/components/Drawer/CloseIcon/style.css +12 -0
- package/es/components/Drawer/CloseIcon/style.less +8 -0
- package/es/components/Drawer/index.d.ts +17 -3
- package/es/components/Drawer/index.js +73 -11
- package/es/components/Drawer/style.css +11 -3
- package/es/components/Drawer/style.less +12 -3
- package/es/components/Modal/index.js +3 -2
- package/es/components/Table/index.d.ts +2 -0
- package/es/components/Table/index.js +27 -5
- package/es/components/Tabs/index.d.ts +4 -0
- package/es/components/Tabs/index.js +2 -2
- package/es/constants/language/en.js +3 -1
- package/es/constants/language/modal/en.d.ts +2 -0
- package/es/constants/language/modal/en.js +3 -0
- package/es/constants/language/modal/type.d.ts +4 -0
- package/es/constants/language/modal/type.js +3 -0
- package/es/constants/language/modal/zh.d.ts +2 -0
- package/es/constants/language/modal/zh.js +3 -0
- package/es/constants/language/type.d.ts +2 -0
- package/es/constants/language/zh.js +3 -1
- package/es/constants/style.d.ts +1 -0
- package/es/constants/style.js +1 -0
- package/es/hoc/modalPopupContainer.d.ts +6 -0
- package/es/hoc/{popContainer.js → modalPopupContainer.js} +8 -3
- package/es/index.css +4670 -4647
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/es/index.less +19 -17
- package/es/style/theme.less +6 -2
- package/es/utils/dom.d.ts +1 -0
- package/es/utils/dom.js +42 -0
- package/lib/components/Descriptions/index.d.ts +13 -0
- package/lib/components/Descriptions/index.js +69 -0
- package/lib/components/Descriptions/style.css +337 -0
- package/lib/components/Descriptions/style.less +15 -0
- package/lib/components/Drawer/CloseIcon/index.d.ts +7 -0
- package/lib/components/Drawer/CloseIcon/index.js +18 -0
- package/lib/components/Drawer/CloseIcon/style.css +12 -0
- package/lib/components/Drawer/CloseIcon/style.less +8 -0
- package/lib/components/Drawer/index.d.ts +17 -3
- package/lib/components/Drawer/index.js +72 -10
- package/lib/components/Drawer/style.css +11 -3
- package/lib/components/Drawer/style.less +12 -3
- package/lib/components/Modal/index.js +3 -2
- package/lib/components/Table/index.d.ts +2 -0
- package/lib/components/Table/index.js +27 -5
- package/lib/components/Tabs/index.d.ts +4 -0
- package/lib/components/Tabs/index.js +2 -2
- package/lib/constants/language/en.js +4 -2
- package/lib/constants/language/modal/en.d.ts +2 -0
- package/lib/constants/language/modal/en.js +5 -0
- package/lib/constants/language/modal/type.d.ts +4 -0
- package/lib/constants/language/modal/type.js +5 -0
- package/lib/constants/language/modal/zh.d.ts +2 -0
- package/lib/constants/language/modal/zh.js +5 -0
- package/lib/constants/language/type.d.ts +2 -0
- package/lib/constants/language/zh.js +4 -2
- package/lib/constants/style.d.ts +1 -0
- package/lib/constants/style.js +1 -0
- package/lib/hoc/modalPopupContainer.d.ts +6 -0
- package/lib/hoc/{popContainer.js → modalPopupContainer.js} +9 -4
- package/lib/index.css +13745 -13722
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -0
- package/lib/index.less +20 -18
- package/lib/style/theme.less +6 -2
- package/lib/utils/dom.d.ts +1 -0
- package/lib/utils/dom.js +45 -0
- package/package.json +5 -5
- package/es/hoc/popContainer.d.ts +0 -5
- package/lib/hoc/popContainer.d.ts +0 -5
package/CHANGELOG.json
CHANGED
@@ -1,303 +1,323 @@
|
|
1
|
-
{
|
2
|
-
"name": "@qn-pandora/pandora-component",
|
3
|
-
"entries": [
|
4
|
-
{
|
5
|
-
"version": "4.0.
|
6
|
-
"tag": "@qn-pandora/pandora-component_v4.0.
|
7
|
-
"date": "
|
8
|
-
"comments": {
|
9
|
-
"patch": [
|
10
|
-
{
|
11
|
-
"comment": "2023.
|
12
|
-
}
|
13
|
-
],
|
14
|
-
"dependency": [
|
15
|
-
{
|
16
|
-
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.0.
|
17
|
-
},
|
18
|
-
{
|
19
|
-
"comment": "Updating dependency \"@qn-pandora/app-sdk\" from `^3.0.
|
20
|
-
}
|
21
|
-
]
|
22
|
-
}
|
23
|
-
},
|
24
|
-
{
|
25
|
-
"version": "4.0.
|
26
|
-
"tag": "@qn-pandora/pandora-component_v4.0.
|
27
|
-
"date": "
|
28
|
-
"comments": {
|
29
|
-
"patch": [
|
30
|
-
{
|
31
|
-
"comment": "2023.05.
|
32
|
-
}
|
33
|
-
],
|
34
|
-
"dependency": [
|
35
|
-
{
|
36
|
-
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.0.
|
37
|
-
},
|
38
|
-
{
|
39
|
-
"comment": "Updating dependency \"@qn-pandora/app-sdk\" from `^3.0.
|
40
|
-
}
|
41
|
-
]
|
42
|
-
}
|
43
|
-
},
|
44
|
-
{
|
45
|
-
"version": "4.0.
|
46
|
-
"tag": "@qn-pandora/pandora-component_v4.0.
|
47
|
-
"date": "
|
48
|
-
"comments": {
|
49
|
-
"patch": [
|
50
|
-
{
|
51
|
-
"comment": "2023.05.
|
52
|
-
}
|
53
|
-
],
|
54
|
-
"dependency": [
|
55
|
-
{
|
56
|
-
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.0.
|
57
|
-
},
|
58
|
-
{
|
59
|
-
"comment": "Updating dependency \"@qn-pandora/app-sdk\" from `^3.0.
|
60
|
-
}
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
"
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
{
|
79
|
-
"comment": "Updating dependency \"@qn-pandora/
|
80
|
-
},
|
81
|
-
{
|
82
|
-
"comment": "Updating dependency \"@qn-pandora/
|
83
|
-
}
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
"
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
{
|
102
|
-
"comment": "Updating dependency \"@qn-pandora/
|
103
|
-
},
|
104
|
-
{
|
105
|
-
"comment": "Updating dependency \"@qn-pandora/
|
106
|
-
}
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
"
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
{
|
125
|
-
"comment": "Updating dependency \"@qn-pandora/
|
126
|
-
},
|
127
|
-
{
|
128
|
-
"comment": "Updating dependency \"@qn-pandora/
|
129
|
-
}
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
"
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
{
|
148
|
-
"comment": "Updating dependency \"@qn-pandora/
|
149
|
-
},
|
150
|
-
{
|
151
|
-
"comment": "Updating dependency \"@qn-pandora/
|
152
|
-
}
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
"
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
{
|
171
|
-
"comment": "Updating dependency \"@qn-pandora/
|
172
|
-
},
|
173
|
-
{
|
174
|
-
"comment": "Updating dependency \"@qn-pandora/
|
175
|
-
}
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
"
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
{
|
194
|
-
"comment": "Updating dependency \"@qn-pandora/
|
195
|
-
},
|
196
|
-
{
|
197
|
-
"comment": "Updating dependency \"@qn-pandora/
|
198
|
-
}
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
"
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
{
|
217
|
-
"comment": "Updating dependency \"@qn-pandora/
|
218
|
-
},
|
219
|
-
{
|
220
|
-
"comment": "Updating dependency \"@qn-pandora/pandora-tools\" from `^2.0.
|
221
|
-
}
|
222
|
-
]
|
223
|
-
}
|
224
|
-
},
|
225
|
-
{
|
226
|
-
"version": "4.0.
|
227
|
-
"tag": "@qn-pandora/pandora-component_v4.0.
|
228
|
-
"date": "Tue,
|
229
|
-
"comments": {
|
230
|
-
"patch": [
|
231
|
-
{
|
232
|
-
"comment": "
|
233
|
-
}
|
234
|
-
],
|
235
|
-
"dependency": [
|
236
|
-
{
|
237
|
-
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.0.
|
238
|
-
},
|
239
|
-
{
|
240
|
-
"comment": "Updating dependency \"@qn-pandora/pandora-tools\" from `^2.0.
|
241
|
-
}
|
242
|
-
]
|
243
|
-
}
|
244
|
-
},
|
245
|
-
{
|
246
|
-
"version": "4.0.
|
247
|
-
"tag": "@qn-pandora/pandora-component_v4.0.
|
248
|
-
"date": "
|
249
|
-
"comments": {
|
250
|
-
"patch": [
|
251
|
-
{
|
252
|
-
"comment": "
|
253
|
-
}
|
254
|
-
],
|
255
|
-
"dependency": [
|
256
|
-
{
|
257
|
-
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.0.
|
258
|
-
}
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
"
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
{
|
277
|
-
"comment": "Updating dependency \"@qn-pandora/pandora-
|
278
|
-
}
|
279
|
-
]
|
280
|
-
}
|
281
|
-
},
|
282
|
-
{
|
283
|
-
"version": "
|
284
|
-
"tag": "@qn-pandora/pandora-
|
285
|
-
"date": "
|
286
|
-
"comments": {
|
287
|
-
"major": [
|
288
|
-
{
|
289
|
-
"comment": "
|
290
|
-
}
|
291
|
-
],
|
292
|
-
"dependency": [
|
293
|
-
{
|
294
|
-
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^
|
295
|
-
},
|
296
|
-
{
|
297
|
-
"comment": "Updating dependency \"@qn-pandora/pandora-tools\" from `^
|
298
|
-
}
|
299
|
-
]
|
300
|
-
}
|
301
|
-
}
|
302
|
-
|
303
|
-
|
1
|
+
{
|
2
|
+
"name": "@qn-pandora/pandora-component",
|
3
|
+
"entries": [
|
4
|
+
{
|
5
|
+
"version": "4.0.13",
|
6
|
+
"tag": "@qn-pandora/pandora-component_v4.0.13",
|
7
|
+
"date": "Wed, 21 Jun 2023 06:48:02 GMT",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"comment": "2023.06.21发布"
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"dependency": [
|
15
|
+
{
|
16
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.0.15` to `^3.0.16`"
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"comment": "Updating dependency \"@qn-pandora/app-sdk\" from `^3.0.16` to `^3.0.17`"
|
20
|
+
}
|
21
|
+
]
|
22
|
+
}
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"version": "4.0.12",
|
26
|
+
"tag": "@qn-pandora/pandora-component_v4.0.12",
|
27
|
+
"date": "Mon, 29 May 2023 10:29:42 GMT",
|
28
|
+
"comments": {
|
29
|
+
"patch": [
|
30
|
+
{
|
31
|
+
"comment": "2023.05.29发包"
|
32
|
+
}
|
33
|
+
],
|
34
|
+
"dependency": [
|
35
|
+
{
|
36
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.0.14` to `^3.0.15`"
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"comment": "Updating dependency \"@qn-pandora/app-sdk\" from `^3.0.15` to `^3.0.16`"
|
40
|
+
}
|
41
|
+
]
|
42
|
+
}
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"version": "4.0.11",
|
46
|
+
"tag": "@qn-pandora/pandora-component_v4.0.11",
|
47
|
+
"date": "Wed, 24 May 2023 07:19:25 GMT",
|
48
|
+
"comments": {
|
49
|
+
"patch": [
|
50
|
+
{
|
51
|
+
"comment": "2023.05.24发包"
|
52
|
+
}
|
53
|
+
],
|
54
|
+
"dependency": [
|
55
|
+
{
|
56
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.0.13` to `^3.0.14`"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"comment": "Updating dependency \"@qn-pandora/app-sdk\" from `^3.0.14` to `^3.0.15`"
|
60
|
+
}
|
61
|
+
]
|
62
|
+
}
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"version": "4.0.10",
|
66
|
+
"tag": "@qn-pandora/pandora-component_v4.0.10",
|
67
|
+
"date": "Tue, 23 May 2023 03:12:29 GMT",
|
68
|
+
"comments": {
|
69
|
+
"patch": [
|
70
|
+
{
|
71
|
+
"comment": "2023.05.23发布"
|
72
|
+
}
|
73
|
+
],
|
74
|
+
"dependency": [
|
75
|
+
{
|
76
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.0.12` to `^3.0.13`"
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"comment": "Updating dependency \"@qn-pandora/app-sdk\" from `^3.0.12` to `^3.0.13`"
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-tools\" from `^2.0.11` to `^2.0.12`"
|
83
|
+
}
|
84
|
+
]
|
85
|
+
}
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"version": "4.0.9",
|
89
|
+
"tag": "@qn-pandora/pandora-component_v4.0.9",
|
90
|
+
"date": "Wed, 19 Apr 2023 03:15:25 GMT",
|
91
|
+
"comments": {
|
92
|
+
"patch": [
|
93
|
+
{
|
94
|
+
"comment": "2023.04.19发包"
|
95
|
+
}
|
96
|
+
],
|
97
|
+
"dependency": [
|
98
|
+
{
|
99
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.0.11` to `^3.0.12`"
|
100
|
+
},
|
101
|
+
{
|
102
|
+
"comment": "Updating dependency \"@qn-pandora/app-sdk\" from `^3.0.11` to `^3.0.12`"
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-tools\" from `^2.0.10` to `^2.0.11`"
|
106
|
+
}
|
107
|
+
]
|
108
|
+
}
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"version": "4.0.8",
|
112
|
+
"tag": "@qn-pandora/pandora-component_v4.0.8",
|
113
|
+
"date": "Tue, 04 Apr 2023 08:26:02 GMT",
|
114
|
+
"comments": {
|
115
|
+
"patch": [
|
116
|
+
{
|
117
|
+
"comment": "2023.04.04"
|
118
|
+
}
|
119
|
+
],
|
120
|
+
"dependency": [
|
121
|
+
{
|
122
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.0.10` to `^3.0.11`"
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"comment": "Updating dependency \"@qn-pandora/app-sdk\" from `^3.0.10` to `^3.0.11`"
|
126
|
+
},
|
127
|
+
{
|
128
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-tools\" from `^2.0.9` to `^2.0.10`"
|
129
|
+
}
|
130
|
+
]
|
131
|
+
}
|
132
|
+
},
|
133
|
+
{
|
134
|
+
"version": "4.0.7",
|
135
|
+
"tag": "@qn-pandora/pandora-component_v4.0.7",
|
136
|
+
"date": "Thu, 23 Mar 2023 07:12:05 GMT",
|
137
|
+
"comments": {
|
138
|
+
"patch": [
|
139
|
+
{
|
140
|
+
"comment": "2023.03.23发布"
|
141
|
+
}
|
142
|
+
],
|
143
|
+
"dependency": [
|
144
|
+
{
|
145
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.0.9` to `^3.0.10`"
|
146
|
+
},
|
147
|
+
{
|
148
|
+
"comment": "Updating dependency \"@qn-pandora/app-sdk\" from `^3.0.9` to `^3.0.10`"
|
149
|
+
},
|
150
|
+
{
|
151
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-tools\" from `^2.0.8` to `^2.0.9`"
|
152
|
+
}
|
153
|
+
]
|
154
|
+
}
|
155
|
+
},
|
156
|
+
{
|
157
|
+
"version": "4.0.6",
|
158
|
+
"tag": "@qn-pandora/pandora-component_v4.0.6",
|
159
|
+
"date": "Mon, 13 Mar 2023 11:30:17 GMT",
|
160
|
+
"comments": {
|
161
|
+
"patch": [
|
162
|
+
{
|
163
|
+
"comment": "2023.03.13发布"
|
164
|
+
}
|
165
|
+
],
|
166
|
+
"dependency": [
|
167
|
+
{
|
168
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.0.8` to `^3.0.9`"
|
169
|
+
},
|
170
|
+
{
|
171
|
+
"comment": "Updating dependency \"@qn-pandora/app-sdk\" from `^3.0.8` to `^3.0.9`"
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-tools\" from `^2.0.7` to `^2.0.8`"
|
175
|
+
}
|
176
|
+
]
|
177
|
+
}
|
178
|
+
},
|
179
|
+
{
|
180
|
+
"version": "4.0.5",
|
181
|
+
"tag": "@qn-pandora/pandora-component_v4.0.5",
|
182
|
+
"date": "Wed, 15 Feb 2023 09:26:50 GMT",
|
183
|
+
"comments": {
|
184
|
+
"patch": [
|
185
|
+
{
|
186
|
+
"comment": "2023.02.15 发布"
|
187
|
+
}
|
188
|
+
],
|
189
|
+
"dependency": [
|
190
|
+
{
|
191
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.0.7` to `^3.0.8`"
|
192
|
+
},
|
193
|
+
{
|
194
|
+
"comment": "Updating dependency \"@qn-pandora/app-sdk\" from `^3.0.7` to `^3.0.8`"
|
195
|
+
},
|
196
|
+
{
|
197
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-tools\" from `^2.0.6` to `^2.0.7`"
|
198
|
+
}
|
199
|
+
]
|
200
|
+
}
|
201
|
+
},
|
202
|
+
{
|
203
|
+
"version": "4.0.4",
|
204
|
+
"tag": "@qn-pandora/pandora-component_v4.0.4",
|
205
|
+
"date": "Wed, 11 Jan 2023 08:25:05 GMT",
|
206
|
+
"comments": {
|
207
|
+
"patch": [
|
208
|
+
{
|
209
|
+
"comment": "2023-01-11 发布"
|
210
|
+
}
|
211
|
+
],
|
212
|
+
"dependency": [
|
213
|
+
{
|
214
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.0.6` to `^3.0.7`"
|
215
|
+
},
|
216
|
+
{
|
217
|
+
"comment": "Updating dependency \"@qn-pandora/app-sdk\" from `^3.0.5` to `^3.0.7`"
|
218
|
+
},
|
219
|
+
{
|
220
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-tools\" from `^2.0.5` to `^2.0.6`"
|
221
|
+
}
|
222
|
+
]
|
223
|
+
}
|
224
|
+
},
|
225
|
+
{
|
226
|
+
"version": "4.0.3",
|
227
|
+
"tag": "@qn-pandora/pandora-component_v4.0.3",
|
228
|
+
"date": "Tue, 10 Jan 2023 03:03:58 GMT",
|
229
|
+
"comments": {
|
230
|
+
"patch": [
|
231
|
+
{
|
232
|
+
"comment": "2023-01-10 发布"
|
233
|
+
}
|
234
|
+
],
|
235
|
+
"dependency": [
|
236
|
+
{
|
237
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.0.5` to `^3.0.6`"
|
238
|
+
},
|
239
|
+
{
|
240
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-tools\" from `^2.0.4` to `^2.0.5`"
|
241
|
+
}
|
242
|
+
]
|
243
|
+
}
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"version": "4.0.2",
|
247
|
+
"tag": "@qn-pandora/pandora-component_v4.0.2",
|
248
|
+
"date": "Tue, 29 Nov 2022 03:37:07 GMT",
|
249
|
+
"comments": {
|
250
|
+
"patch": [
|
251
|
+
{
|
252
|
+
"comment": "2022.11.29发布"
|
253
|
+
}
|
254
|
+
],
|
255
|
+
"dependency": [
|
256
|
+
{
|
257
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.0.4` to `^3.0.5`"
|
258
|
+
},
|
259
|
+
{
|
260
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-tools\" from `^2.0.3` to `^2.0.4`"
|
261
|
+
}
|
262
|
+
]
|
263
|
+
}
|
264
|
+
},
|
265
|
+
{
|
266
|
+
"version": "4.0.1",
|
267
|
+
"tag": "@qn-pandora/pandora-component_v4.0.1",
|
268
|
+
"date": "Mon, 17 Oct 2022 06:49:55 GMT",
|
269
|
+
"comments": {
|
270
|
+
"patch": [
|
271
|
+
{
|
272
|
+
"comment": "22年10月16日发布"
|
273
|
+
}
|
274
|
+
],
|
275
|
+
"dependency": [
|
276
|
+
{
|
277
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.0.2` to `^3.0.3`"
|
278
|
+
}
|
279
|
+
]
|
280
|
+
}
|
281
|
+
},
|
282
|
+
{
|
283
|
+
"version": "4.0.0",
|
284
|
+
"tag": "@qn-pandora/pandora-component_v4.0.0",
|
285
|
+
"date": "Tue, 14 Jun 2022 09:21:39 GMT",
|
286
|
+
"comments": {
|
287
|
+
"major": [
|
288
|
+
{
|
289
|
+
"comment": "很久没发版了,统一发个大版本"
|
290
|
+
}
|
291
|
+
],
|
292
|
+
"dependency": [
|
293
|
+
{
|
294
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^2.0.0` to `^3.0.0`"
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-tools\" from `^1.0.0` to `^2.0.0`"
|
298
|
+
}
|
299
|
+
]
|
300
|
+
}
|
301
|
+
},
|
302
|
+
{
|
303
|
+
"version": "3.0.0",
|
304
|
+
"tag": "@qn-pandora/pandora-component_v3.0.0",
|
305
|
+
"date": "Mon, 20 Dec 2021 11:46:43 GMT",
|
306
|
+
"comments": {
|
307
|
+
"major": [
|
308
|
+
{
|
309
|
+
"comment": "仓库迁移至rush后统一发个大版本"
|
310
|
+
}
|
311
|
+
],
|
312
|
+
"dependency": [
|
313
|
+
{
|
314
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^1.2.0` to `^2.0.0`"
|
315
|
+
},
|
316
|
+
{
|
317
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-tools\" from `^0.1.0` to `^1.0.0`"
|
318
|
+
}
|
319
|
+
]
|
320
|
+
}
|
321
|
+
}
|
322
|
+
]
|
323
|
+
}
|