@vuetify/nightly 3.8.3-master.2025-04-30 → 3.8.3-master.2025-05-01
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 +17 -3
- package/dist/json/attributes.json +3412 -3408
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +142 -142
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +6053 -6043
- package/dist/vuetify-labs.cjs +31 -11
- package/dist/vuetify-labs.css +3636 -3640
- package/dist/vuetify-labs.d.ts +74 -54
- package/dist/vuetify-labs.esm.js +31 -11
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +31 -11
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +4 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3206 -3210
- package/dist/vuetify.d.ts +52 -52
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/composables/select.js +1 -1
- package/lib/components/VDataTable/composables/select.js.map +1 -1
- package/lib/components/VTable/VTable.css +2 -6
- package/lib/components/VTable/VTable.sass +4 -22
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +52 -52
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +41 -4
- package/lib/labs/VDateInput/VDateInput.js +27 -7
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/package.json +1 -1
@@ -1,9 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VIconBtn": {
|
4
|
-
"from": "labs/VIconBtn",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
3
|
"VCalendar": {
|
8
4
|
"from": "labs/VCalendar",
|
9
5
|
"styles": []
|
@@ -28,24 +24,24 @@
|
|
28
24
|
"from": "labs/VCalendar",
|
29
25
|
"styles": []
|
30
26
|
},
|
31
|
-
"
|
32
|
-
"from": "labs/
|
27
|
+
"VFileUpload": {
|
28
|
+
"from": "labs/VFileUpload",
|
33
29
|
"styles": []
|
34
30
|
},
|
35
|
-
"
|
36
|
-
"from": "labs/
|
31
|
+
"VFileUploadItem": {
|
32
|
+
"from": "labs/VFileUpload",
|
37
33
|
"styles": []
|
38
34
|
},
|
39
|
-
"
|
40
|
-
"from": "labs/
|
35
|
+
"VIconBtn": {
|
36
|
+
"from": "labs/VIconBtn",
|
41
37
|
"styles": []
|
42
38
|
},
|
43
|
-
"
|
44
|
-
"from": "labs/
|
39
|
+
"VPicker": {
|
40
|
+
"from": "labs/VPicker",
|
45
41
|
"styles": []
|
46
42
|
},
|
47
|
-
"
|
48
|
-
"from": "labs/
|
43
|
+
"VPickerTitle": {
|
44
|
+
"from": "labs/VPicker",
|
49
45
|
"styles": []
|
50
46
|
},
|
51
47
|
"VStepperVertical": {
|
@@ -60,14 +56,6 @@
|
|
60
56
|
"from": "labs/VStepperVertical",
|
61
57
|
"styles": []
|
62
58
|
},
|
63
|
-
"VPicker": {
|
64
|
-
"from": "labs/VPicker",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
|
-
"VPickerTitle": {
|
68
|
-
"from": "labs/VPicker",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
59
|
"VTreeview": {
|
72
60
|
"from": "labs/VTreeview",
|
73
61
|
"styles": []
|
@@ -80,13 +68,25 @@
|
|
80
68
|
"from": "labs/VTreeview",
|
81
69
|
"styles": []
|
82
70
|
},
|
83
|
-
"
|
84
|
-
"from": "labs/
|
71
|
+
"VTimePicker": {
|
72
|
+
"from": "labs/VTimePicker",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VTimePickerClock": {
|
76
|
+
"from": "labs/VTimePicker",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VTimePickerControls": {
|
80
|
+
"from": "labs/VTimePicker",
|
85
81
|
"styles": []
|
86
82
|
},
|
87
83
|
"VPullToRefresh": {
|
88
84
|
"from": "labs/VPullToRefresh",
|
89
85
|
"styles": []
|
86
|
+
},
|
87
|
+
"VDateInput": {
|
88
|
+
"from": "labs/VDateInput",
|
89
|
+
"styles": []
|
90
90
|
}
|
91
91
|
}
|
92
92
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "components/
|
3
|
+
"VAlert": {
|
4
|
+
"from": "components/VAlert",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VAlertTitle": {
|
8
|
+
"from": "components/VAlert",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VAutocomplete": {
|
12
|
+
"from": "components/VAutocomplete",
|
5
13
|
"styles": []
|
6
14
|
},
|
7
15
|
"VAppBar": {
|
@@ -16,34 +24,18 @@
|
|
16
24
|
"from": "components/VAppBar",
|
17
25
|
"styles": []
|
18
26
|
},
|
19
|
-
"VAlert": {
|
20
|
-
"from": "components/VAlert",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
|
-
"VAlertTitle": {
|
24
|
-
"from": "components/VAlert",
|
25
|
-
"styles": []
|
26
|
-
},
|
27
|
-
"VAutocomplete": {
|
28
|
-
"from": "components/VAutocomplete",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
27
|
"VAvatar": {
|
32
28
|
"from": "components/VAvatar",
|
33
29
|
"styles": []
|
34
30
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
31
|
+
"VBadge": {
|
32
|
+
"from": "components/VBadge",
|
37
33
|
"styles": []
|
38
34
|
},
|
39
35
|
"VBottomSheet": {
|
40
36
|
"from": "components/VBottomSheet",
|
41
37
|
"styles": []
|
42
38
|
},
|
43
|
-
"VBadge": {
|
44
|
-
"from": "components/VBadge",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
39
|
"VBanner": {
|
48
40
|
"from": "components/VBanner",
|
49
41
|
"styles": []
|
@@ -56,6 +48,14 @@
|
|
56
48
|
"from": "components/VBanner",
|
57
49
|
"styles": []
|
58
50
|
},
|
51
|
+
"VBtnToggle": {
|
52
|
+
"from": "components/VBtnToggle",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VBtn": {
|
56
|
+
"from": "components/VBtn",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
59
|
"VBreadcrumbs": {
|
60
60
|
"from": "components/VBreadcrumbs",
|
61
61
|
"styles": []
|
@@ -68,12 +68,24 @@
|
|
68
68
|
"from": "components/VBreadcrumbs",
|
69
69
|
"styles": []
|
70
70
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
71
|
+
"VApp": {
|
72
|
+
"from": "components/VApp",
|
73
73
|
"styles": []
|
74
74
|
},
|
75
|
-
"
|
76
|
-
"from": "components/
|
75
|
+
"VBottomNavigation": {
|
76
|
+
"from": "components/VBottomNavigation",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VBtnGroup": {
|
80
|
+
"from": "components/VBtnGroup",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
|
+
"VCarousel": {
|
84
|
+
"from": "components/VCarousel",
|
85
|
+
"styles": []
|
86
|
+
},
|
87
|
+
"VCarouselItem": {
|
88
|
+
"from": "components/VCarousel",
|
77
89
|
"styles": []
|
78
90
|
},
|
79
91
|
"VCard": {
|
@@ -100,6 +112,10 @@
|
|
100
112
|
"from": "components/VCard",
|
101
113
|
"styles": []
|
102
114
|
},
|
115
|
+
"VChip": {
|
116
|
+
"from": "components/VChip",
|
117
|
+
"styles": []
|
118
|
+
},
|
103
119
|
"VCheckbox": {
|
104
120
|
"from": "components/VCheckbox",
|
105
121
|
"styles": []
|
@@ -108,40 +124,12 @@
|
|
108
124
|
"from": "components/VCheckbox",
|
109
125
|
"styles": []
|
110
126
|
},
|
111
|
-
"VBtnGroup": {
|
112
|
-
"from": "components/VBtnGroup",
|
113
|
-
"styles": []
|
114
|
-
},
|
115
|
-
"VCarousel": {
|
116
|
-
"from": "components/VCarousel",
|
117
|
-
"styles": []
|
118
|
-
},
|
119
|
-
"VCarouselItem": {
|
120
|
-
"from": "components/VCarousel",
|
121
|
-
"styles": []
|
122
|
-
},
|
123
|
-
"VChipGroup": {
|
124
|
-
"from": "components/VChipGroup",
|
125
|
-
"styles": []
|
126
|
-
},
|
127
|
-
"VCounter": {
|
128
|
-
"from": "components/VCounter",
|
129
|
-
"styles": []
|
130
|
-
},
|
131
|
-
"VCode": {
|
132
|
-
"from": "components/VCode",
|
133
|
-
"styles": []
|
134
|
-
},
|
135
|
-
"VCombobox": {
|
136
|
-
"from": "components/VCombobox",
|
137
|
-
"styles": []
|
138
|
-
},
|
139
127
|
"VColorPicker": {
|
140
128
|
"from": "components/VColorPicker",
|
141
129
|
"styles": []
|
142
130
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
131
|
+
"VChipGroup": {
|
132
|
+
"from": "components/VChipGroup",
|
145
133
|
"styles": []
|
146
134
|
},
|
147
135
|
"VDataTable": {
|
@@ -172,6 +160,18 @@
|
|
172
160
|
"from": "components/VDataTable",
|
173
161
|
"styles": []
|
174
162
|
},
|
163
|
+
"VCombobox": {
|
164
|
+
"from": "components/VCombobox",
|
165
|
+
"styles": []
|
166
|
+
},
|
167
|
+
"VCode": {
|
168
|
+
"from": "components/VCode",
|
169
|
+
"styles": []
|
170
|
+
},
|
171
|
+
"VCounter": {
|
172
|
+
"from": "components/VCounter",
|
173
|
+
"styles": []
|
174
|
+
},
|
175
175
|
"VDatePicker": {
|
176
176
|
"from": "components/VDatePicker",
|
177
177
|
"styles": []
|
@@ -196,16 +196,12 @@
|
|
196
196
|
"from": "components/VDatePicker",
|
197
197
|
"styles": []
|
198
198
|
},
|
199
|
-
"VDivider": {
|
200
|
-
"from": "components/VDivider",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
199
|
"VDialog": {
|
204
200
|
"from": "components/VDialog",
|
205
201
|
"styles": []
|
206
202
|
},
|
207
|
-
"
|
208
|
-
"from": "components/
|
203
|
+
"VEmptyState": {
|
204
|
+
"from": "components/VEmptyState",
|
209
205
|
"styles": []
|
210
206
|
},
|
211
207
|
"VExpansionPanels": {
|
@@ -224,12 +220,8 @@
|
|
224
220
|
"from": "components/VExpansionPanel",
|
225
221
|
"styles": []
|
226
222
|
},
|
227
|
-
"
|
228
|
-
"from": "components/
|
229
|
-
"styles": []
|
230
|
-
},
|
231
|
-
"VFieldLabel": {
|
232
|
-
"from": "components/VField",
|
223
|
+
"VFab": {
|
224
|
+
"from": "components/VFab",
|
233
225
|
"styles": []
|
234
226
|
},
|
235
227
|
"VFileInput": {
|
@@ -240,8 +232,16 @@
|
|
240
232
|
"from": "components/VFooter",
|
241
233
|
"styles": []
|
242
234
|
},
|
243
|
-
"
|
244
|
-
"from": "components/
|
235
|
+
"VDivider": {
|
236
|
+
"from": "components/VDivider",
|
237
|
+
"styles": []
|
238
|
+
},
|
239
|
+
"VField": {
|
240
|
+
"from": "components/VField",
|
241
|
+
"styles": []
|
242
|
+
},
|
243
|
+
"VFieldLabel": {
|
244
|
+
"from": "components/VField",
|
245
245
|
"styles": []
|
246
246
|
},
|
247
247
|
"VIcon": {
|
@@ -268,24 +268,20 @@
|
|
268
268
|
"from": "components/VImg",
|
269
269
|
"styles": []
|
270
270
|
},
|
271
|
-
"VInfiniteScroll": {
|
272
|
-
"from": "components/VInfiniteScroll",
|
273
|
-
"styles": []
|
274
|
-
},
|
275
271
|
"VInput": {
|
276
272
|
"from": "components/VInput",
|
277
273
|
"styles": []
|
278
274
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
275
|
+
"VInfiniteScroll": {
|
276
|
+
"from": "components/VInfiniteScroll",
|
281
277
|
"styles": []
|
282
278
|
},
|
283
|
-
"
|
284
|
-
"from": "components/
|
279
|
+
"VKbd": {
|
280
|
+
"from": "components/VKbd",
|
285
281
|
"styles": []
|
286
282
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
283
|
+
"VLabel": {
|
284
|
+
"from": "components/VLabel",
|
289
285
|
"styles": []
|
290
286
|
},
|
291
287
|
"VList": {
|
@@ -324,24 +320,32 @@
|
|
324
320
|
"from": "components/VList",
|
325
321
|
"styles": []
|
326
322
|
},
|
327
|
-
"
|
328
|
-
"from": "components/
|
323
|
+
"VItemGroup": {
|
324
|
+
"from": "components/VItemGroup",
|
329
325
|
"styles": []
|
330
326
|
},
|
331
|
-
"
|
332
|
-
"from": "components/
|
327
|
+
"VItem": {
|
328
|
+
"from": "components/VItemGroup",
|
333
329
|
"styles": []
|
334
330
|
},
|
335
331
|
"VMenu": {
|
336
332
|
"from": "components/VMenu",
|
337
333
|
"styles": []
|
338
334
|
},
|
335
|
+
"VMain": {
|
336
|
+
"from": "components/VMain",
|
337
|
+
"styles": []
|
338
|
+
},
|
339
|
+
"VNumberInput": {
|
340
|
+
"from": "components/VNumberInput",
|
341
|
+
"styles": []
|
342
|
+
},
|
339
343
|
"VMessages": {
|
340
344
|
"from": "components/VMessages",
|
341
345
|
"styles": []
|
342
346
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
347
|
+
"VOtpInput": {
|
348
|
+
"from": "components/VOtpInput",
|
345
349
|
"styles": []
|
346
350
|
},
|
347
351
|
"VNavigationDrawer": {
|
@@ -352,20 +356,16 @@
|
|
352
356
|
"from": "components/VPagination",
|
353
357
|
"styles": []
|
354
358
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
357
|
-
"styles": []
|
358
|
-
},
|
359
|
-
"VNumberInput": {
|
360
|
-
"from": "components/VNumberInput",
|
359
|
+
"VOverlay": {
|
360
|
+
"from": "components/VOverlay",
|
361
361
|
"styles": []
|
362
362
|
},
|
363
363
|
"VProgressCircular": {
|
364
364
|
"from": "components/VProgressCircular",
|
365
365
|
"styles": []
|
366
366
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
367
|
+
"VSelect": {
|
368
|
+
"from": "components/VSelect",
|
369
369
|
"styles": []
|
370
370
|
},
|
371
371
|
"VRating": {
|
@@ -376,12 +376,24 @@
|
|
376
376
|
"from": "components/VRadioGroup",
|
377
377
|
"styles": []
|
378
378
|
},
|
379
|
+
"VProgressLinear": {
|
380
|
+
"from": "components/VProgressLinear",
|
381
|
+
"styles": []
|
382
|
+
},
|
383
|
+
"VSlideGroup": {
|
384
|
+
"from": "components/VSlideGroup",
|
385
|
+
"styles": []
|
386
|
+
},
|
387
|
+
"VSlideGroupItem": {
|
388
|
+
"from": "components/VSlideGroup",
|
389
|
+
"styles": []
|
390
|
+
},
|
379
391
|
"VSelectionControl": {
|
380
392
|
"from": "components/VSelectionControl",
|
381
393
|
"styles": []
|
382
394
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
395
|
+
"VSnackbar": {
|
396
|
+
"from": "components/VSnackbar",
|
385
397
|
"styles": []
|
386
398
|
},
|
387
399
|
"VSkeletonLoader": {
|
@@ -392,24 +404,16 @@
|
|
392
404
|
"from": "components/VSelectionControlGroup",
|
393
405
|
"styles": []
|
394
406
|
},
|
395
|
-
"VSheet": {
|
396
|
-
"from": "components/VSheet",
|
397
|
-
"styles": []
|
398
|
-
},
|
399
407
|
"VSlider": {
|
400
408
|
"from": "components/VSlider",
|
401
409
|
"styles": []
|
402
410
|
},
|
403
|
-
"
|
404
|
-
"from": "components/
|
405
|
-
"styles": []
|
406
|
-
},
|
407
|
-
"VSlideGroupItem": {
|
408
|
-
"from": "components/VSlideGroup",
|
411
|
+
"VSwitch": {
|
412
|
+
"from": "components/VSwitch",
|
409
413
|
"styles": []
|
410
414
|
},
|
411
|
-
"
|
412
|
-
"from": "components/
|
415
|
+
"VSystemBar": {
|
416
|
+
"from": "components/VSystemBar",
|
413
417
|
"styles": []
|
414
418
|
},
|
415
419
|
"VStepper": {
|
@@ -436,18 +440,6 @@
|
|
436
440
|
"from": "components/VStepper",
|
437
441
|
"styles": []
|
438
442
|
},
|
439
|
-
"VSystemBar": {
|
440
|
-
"from": "components/VSystemBar",
|
441
|
-
"styles": []
|
442
|
-
},
|
443
|
-
"VSwitch": {
|
444
|
-
"from": "components/VSwitch",
|
445
|
-
"styles": []
|
446
|
-
},
|
447
|
-
"VTable": {
|
448
|
-
"from": "components/VTable",
|
449
|
-
"styles": []
|
450
|
-
},
|
451
443
|
"VTab": {
|
452
444
|
"from": "components/VTabs",
|
453
445
|
"styles": []
|
@@ -464,36 +456,40 @@
|
|
464
456
|
"from": "components/VTabs",
|
465
457
|
"styles": []
|
466
458
|
},
|
459
|
+
"VTable": {
|
460
|
+
"from": "components/VTable",
|
461
|
+
"styles": []
|
462
|
+
},
|
467
463
|
"VTextarea": {
|
468
464
|
"from": "components/VTextarea",
|
469
465
|
"styles": []
|
470
466
|
},
|
471
|
-
"
|
472
|
-
"from": "components/
|
467
|
+
"VToolbar": {
|
468
|
+
"from": "components/VToolbar",
|
473
469
|
"styles": []
|
474
470
|
},
|
475
|
-
"
|
476
|
-
"from": "components/
|
471
|
+
"VToolbarTitle": {
|
472
|
+
"from": "components/VToolbar",
|
477
473
|
"styles": []
|
478
474
|
},
|
479
|
-
"
|
480
|
-
"from": "components/
|
475
|
+
"VToolbarItems": {
|
476
|
+
"from": "components/VToolbar",
|
481
477
|
"styles": []
|
482
478
|
},
|
483
479
|
"VTooltip": {
|
484
480
|
"from": "components/VTooltip",
|
485
481
|
"styles": []
|
486
482
|
},
|
487
|
-
"
|
488
|
-
"from": "components/
|
483
|
+
"VTextField": {
|
484
|
+
"from": "components/VTextField",
|
489
485
|
"styles": []
|
490
486
|
},
|
491
|
-
"
|
492
|
-
"from": "components/
|
487
|
+
"VTimeline": {
|
488
|
+
"from": "components/VTimeline",
|
493
489
|
"styles": []
|
494
490
|
},
|
495
|
-
"
|
496
|
-
"from": "components/
|
491
|
+
"VTimelineItem": {
|
492
|
+
"from": "components/VTimeline",
|
497
493
|
"styles": []
|
498
494
|
},
|
499
495
|
"VWindow": {
|
@@ -548,14 +544,14 @@
|
|
548
544
|
"from": "components/VLayout",
|
549
545
|
"styles": []
|
550
546
|
},
|
551
|
-
"VLazy": {
|
552
|
-
"from": "components/VLazy",
|
553
|
-
"styles": []
|
554
|
-
},
|
555
547
|
"VLocaleProvider": {
|
556
548
|
"from": "components/VLocaleProvider",
|
557
549
|
"styles": []
|
558
550
|
},
|
551
|
+
"VLazy": {
|
552
|
+
"from": "components/VLazy",
|
553
|
+
"styles": []
|
554
|
+
},
|
559
555
|
"VNoSsr": {
|
560
556
|
"from": "components/VNoSsr",
|
561
557
|
"styles": []
|
@@ -568,18 +564,22 @@
|
|
568
564
|
"from": "components/VRadio",
|
569
565
|
"styles": []
|
570
566
|
},
|
571
|
-
"VRangeSlider": {
|
572
|
-
"from": "components/VRangeSlider",
|
573
|
-
"styles": []
|
574
|
-
},
|
575
567
|
"VResponsive": {
|
576
568
|
"from": "components/VResponsive",
|
577
569
|
"styles": []
|
578
570
|
},
|
571
|
+
"VRangeSlider": {
|
572
|
+
"from": "components/VRangeSlider",
|
573
|
+
"styles": []
|
574
|
+
},
|
579
575
|
"VSnackbarQueue": {
|
580
576
|
"from": "components/VSnackbarQueue",
|
581
577
|
"styles": []
|
582
578
|
},
|
579
|
+
"VSheet": {
|
580
|
+
"from": "components/VSheet",
|
581
|
+
"styles": []
|
582
|
+
},
|
583
583
|
"VSparkline": {
|
584
584
|
"from": "components/VSparkline",
|
585
585
|
"styles": []
|
@@ -592,14 +592,14 @@
|
|
592
592
|
"from": "components/VThemeProvider",
|
593
593
|
"styles": []
|
594
594
|
},
|
595
|
-
"VValidation": {
|
596
|
-
"from": "components/VValidation",
|
597
|
-
"styles": []
|
598
|
-
},
|
599
595
|
"VVirtualScroll": {
|
600
596
|
"from": "components/VVirtualScroll",
|
601
597
|
"styles": []
|
602
598
|
},
|
599
|
+
"VValidation": {
|
600
|
+
"from": "components/VValidation",
|
601
|
+
"styles": []
|
602
|
+
},
|
603
603
|
"VFabTransition": {
|
604
604
|
"from": "components/transitions",
|
605
605
|
"styles": []
|