@vuetify/nightly 3.9.0-next.2025-07-09 → 3.9.0-next.2025-07-12
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 +8 -3
- package/dist/json/attributes.json +3462 -3462
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +146 -146
- package/dist/json/web-types.json +6283 -6283
- package/dist/vuetify-labs.cjs +13 -7
- package/dist/vuetify-labs.css +4709 -4709
- package/dist/vuetify-labs.d.ts +47 -47
- package/dist/vuetify-labs.esm.js +13 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +13 -7
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +13 -19
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2769 -2769
- package/dist/vuetify.d.ts +47 -47
- package/dist/vuetify.esm.js +13 -19
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +13 -19
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -10
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +5 -0
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +5 -4
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.js +1 -1
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +47 -47
- package/lib/framework.js +1 -1
- package/package.json +1 -1
@@ -1,9 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VColorInput": {
|
4
|
-
"from": "labs/VColorInput",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
3
|
"VCalendar": {
|
8
4
|
"from": "labs/VCalendar",
|
9
5
|
"styles": []
|
@@ -28,10 +24,22 @@
|
|
28
24
|
"from": "labs/VCalendar",
|
29
25
|
"styles": []
|
30
26
|
},
|
27
|
+
"VColorInput": {
|
28
|
+
"from": "labs/VColorInput",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
31
|
"VIconBtn": {
|
32
32
|
"from": "labs/VIconBtn",
|
33
33
|
"styles": []
|
34
34
|
},
|
35
|
+
"VFileUpload": {
|
36
|
+
"from": "labs/VFileUpload",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VFileUploadItem": {
|
40
|
+
"from": "labs/VFileUpload",
|
41
|
+
"styles": []
|
42
|
+
},
|
35
43
|
"VPicker": {
|
36
44
|
"from": "labs/VPicker",
|
37
45
|
"styles": []
|
@@ -52,29 +60,21 @@
|
|
52
60
|
"from": "labs/VStepperVertical",
|
53
61
|
"styles": []
|
54
62
|
},
|
55
|
-
"
|
56
|
-
"from": "labs/
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VFileUploadItem": {
|
60
|
-
"from": "labs/VFileUpload",
|
63
|
+
"VDateInput": {
|
64
|
+
"from": "labs/VDateInput",
|
61
65
|
"styles": []
|
62
66
|
},
|
63
67
|
"VHotkey": {
|
64
68
|
"from": "labs/VHotkey",
|
65
69
|
"styles": []
|
66
70
|
},
|
67
|
-
"
|
68
|
-
"from": "labs/
|
71
|
+
"VPullToRefresh": {
|
72
|
+
"from": "labs/VPullToRefresh",
|
69
73
|
"styles": []
|
70
74
|
},
|
71
75
|
"VMaskInput": {
|
72
76
|
"from": "labs/VMaskInput",
|
73
77
|
"styles": []
|
74
|
-
},
|
75
|
-
"VPullToRefresh": {
|
76
|
-
"from": "labs/VPullToRefresh",
|
77
|
-
"styles": []
|
78
78
|
}
|
79
79
|
}
|
80
80
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VApp": {
|
4
|
+
"from": "components/VApp",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VAvatar": {
|
8
|
+
"from": "components/VAvatar",
|
9
|
+
"styles": []
|
10
|
+
},
|
3
11
|
"VAppBar": {
|
4
12
|
"from": "components/VAppBar",
|
5
13
|
"styles": []
|
@@ -12,18 +20,10 @@
|
|
12
20
|
"from": "components/VAppBar",
|
13
21
|
"styles": []
|
14
22
|
},
|
15
|
-
"VApp": {
|
16
|
-
"from": "components/VApp",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
23
|
"VAutocomplete": {
|
20
24
|
"from": "components/VAutocomplete",
|
21
25
|
"styles": []
|
22
26
|
},
|
23
|
-
"VAvatar": {
|
24
|
-
"from": "components/VAvatar",
|
25
|
-
"styles": []
|
26
|
-
},
|
27
27
|
"VAlert": {
|
28
28
|
"from": "components/VAlert",
|
29
29
|
"styles": []
|
@@ -44,10 +44,18 @@
|
|
44
44
|
"from": "components/VBanner",
|
45
45
|
"styles": []
|
46
46
|
},
|
47
|
+
"VBottomNavigation": {
|
48
|
+
"from": "components/VBottomNavigation",
|
49
|
+
"styles": []
|
50
|
+
},
|
47
51
|
"VBadge": {
|
48
52
|
"from": "components/VBadge",
|
49
53
|
"styles": []
|
50
54
|
},
|
55
|
+
"VBottomSheet": {
|
56
|
+
"from": "components/VBottomSheet",
|
57
|
+
"styles": []
|
58
|
+
},
|
51
59
|
"VBreadcrumbs": {
|
52
60
|
"from": "components/VBreadcrumbs",
|
53
61
|
"styles": []
|
@@ -60,14 +68,14 @@
|
|
60
68
|
"from": "components/VBreadcrumbs",
|
61
69
|
"styles": []
|
62
70
|
},
|
63
|
-
"VBottomNavigation": {
|
64
|
-
"from": "components/VBottomNavigation",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
71
|
"VBtn": {
|
68
72
|
"from": "components/VBtn",
|
69
73
|
"styles": []
|
70
74
|
},
|
75
|
+
"VBtnGroup": {
|
76
|
+
"from": "components/VBtnGroup",
|
77
|
+
"styles": []
|
78
|
+
},
|
71
79
|
"VBtnToggle": {
|
72
80
|
"from": "components/VBtnToggle",
|
73
81
|
"styles": []
|
@@ -96,10 +104,6 @@
|
|
96
104
|
"from": "components/VCard",
|
97
105
|
"styles": []
|
98
106
|
},
|
99
|
-
"VBottomSheet": {
|
100
|
-
"from": "components/VBottomSheet",
|
101
|
-
"styles": []
|
102
|
-
},
|
103
107
|
"VCarousel": {
|
104
108
|
"from": "components/VCarousel",
|
105
109
|
"styles": []
|
@@ -108,38 +112,30 @@
|
|
108
112
|
"from": "components/VCarousel",
|
109
113
|
"styles": []
|
110
114
|
},
|
111
|
-
"
|
112
|
-
"from": "components/
|
115
|
+
"VChip": {
|
116
|
+
"from": "components/VChip",
|
113
117
|
"styles": []
|
114
118
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
119
|
+
"VChipGroup": {
|
120
|
+
"from": "components/VChipGroup",
|
117
121
|
"styles": []
|
118
122
|
},
|
119
|
-
"
|
120
|
-
"from": "components/
|
123
|
+
"VCheckbox": {
|
124
|
+
"from": "components/VCheckbox",
|
121
125
|
"styles": []
|
122
126
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
127
|
+
"VCheckboxBtn": {
|
128
|
+
"from": "components/VCheckbox",
|
125
129
|
"styles": []
|
126
130
|
},
|
127
131
|
"VCode": {
|
128
132
|
"from": "components/VCode",
|
129
133
|
"styles": []
|
130
134
|
},
|
131
|
-
"VChipGroup": {
|
132
|
-
"from": "components/VChipGroup",
|
133
|
-
"styles": []
|
134
|
-
},
|
135
135
|
"VColorPicker": {
|
136
136
|
"from": "components/VColorPicker",
|
137
137
|
"styles": []
|
138
138
|
},
|
139
|
-
"VCombobox": {
|
140
|
-
"from": "components/VCombobox",
|
141
|
-
"styles": []
|
142
|
-
},
|
143
139
|
"VDataTable": {
|
144
140
|
"from": "components/VDataTable",
|
145
141
|
"styles": []
|
@@ -168,10 +164,6 @@
|
|
168
164
|
"from": "components/VDataTable",
|
169
165
|
"styles": []
|
170
166
|
},
|
171
|
-
"VCounter": {
|
172
|
-
"from": "components/VCounter",
|
173
|
-
"styles": []
|
174
|
-
},
|
175
167
|
"VDialog": {
|
176
168
|
"from": "components/VDialog",
|
177
169
|
"styles": []
|
@@ -200,20 +192,12 @@
|
|
200
192
|
"from": "components/VDatePicker",
|
201
193
|
"styles": []
|
202
194
|
},
|
203
|
-
"VEmptyState": {
|
204
|
-
"from": "components/VEmptyState",
|
205
|
-
"styles": []
|
206
|
-
},
|
207
195
|
"VDivider": {
|
208
196
|
"from": "components/VDivider",
|
209
197
|
"styles": []
|
210
198
|
},
|
211
|
-
"
|
212
|
-
"from": "components/
|
213
|
-
"styles": []
|
214
|
-
},
|
215
|
-
"VFieldLabel": {
|
216
|
-
"from": "components/VField",
|
199
|
+
"VCombobox": {
|
200
|
+
"from": "components/VCombobox",
|
217
201
|
"styles": []
|
218
202
|
},
|
219
203
|
"VFab": {
|
@@ -236,16 +220,24 @@
|
|
236
220
|
"from": "components/VExpansionPanel",
|
237
221
|
"styles": []
|
238
222
|
},
|
239
|
-
"
|
240
|
-
"from": "components/
|
223
|
+
"VEmptyState": {
|
224
|
+
"from": "components/VEmptyState",
|
241
225
|
"styles": []
|
242
226
|
},
|
243
|
-
"
|
244
|
-
"from": "components/
|
227
|
+
"VCounter": {
|
228
|
+
"from": "components/VCounter",
|
245
229
|
"styles": []
|
246
230
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
231
|
+
"VField": {
|
232
|
+
"from": "components/VField",
|
233
|
+
"styles": []
|
234
|
+
},
|
235
|
+
"VFieldLabel": {
|
236
|
+
"from": "components/VField",
|
237
|
+
"styles": []
|
238
|
+
},
|
239
|
+
"VFileInput": {
|
240
|
+
"from": "components/VFileInput",
|
249
241
|
"styles": []
|
250
242
|
},
|
251
243
|
"VIcon": {
|
@@ -272,12 +264,12 @@
|
|
272
264
|
"from": "components/VImg",
|
273
265
|
"styles": []
|
274
266
|
},
|
275
|
-
"
|
276
|
-
"from": "components/
|
267
|
+
"VFooter": {
|
268
|
+
"from": "components/VFooter",
|
277
269
|
"styles": []
|
278
270
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
271
|
+
"VInfiniteScroll": {
|
272
|
+
"from": "components/VInfiniteScroll",
|
281
273
|
"styles": []
|
282
274
|
},
|
283
275
|
"VInput": {
|
@@ -292,6 +284,18 @@
|
|
292
284
|
"from": "components/VKbd",
|
293
285
|
"styles": []
|
294
286
|
},
|
287
|
+
"VMain": {
|
288
|
+
"from": "components/VMain",
|
289
|
+
"styles": []
|
290
|
+
},
|
291
|
+
"VItemGroup": {
|
292
|
+
"from": "components/VItemGroup",
|
293
|
+
"styles": []
|
294
|
+
},
|
295
|
+
"VItem": {
|
296
|
+
"from": "components/VItemGroup",
|
297
|
+
"styles": []
|
298
|
+
},
|
295
299
|
"VList": {
|
296
300
|
"from": "components/VList",
|
297
301
|
"styles": []
|
@@ -328,10 +332,6 @@
|
|
328
332
|
"from": "components/VList",
|
329
333
|
"styles": []
|
330
334
|
},
|
331
|
-
"VMain": {
|
332
|
-
"from": "components/VMain",
|
333
|
-
"styles": []
|
334
|
-
},
|
335
335
|
"VMenu": {
|
336
336
|
"from": "components/VMenu",
|
337
337
|
"styles": []
|
@@ -340,14 +340,14 @@
|
|
340
340
|
"from": "components/VMessages",
|
341
341
|
"styles": []
|
342
342
|
},
|
343
|
-
"VNumberInput": {
|
344
|
-
"from": "components/VNumberInput",
|
345
|
-
"styles": []
|
346
|
-
},
|
347
343
|
"VNavigationDrawer": {
|
348
344
|
"from": "components/VNavigationDrawer",
|
349
345
|
"styles": []
|
350
346
|
},
|
347
|
+
"VNumberInput": {
|
348
|
+
"from": "components/VNumberInput",
|
349
|
+
"styles": []
|
350
|
+
},
|
351
351
|
"VOtpInput": {
|
352
352
|
"from": "components/VOtpInput",
|
353
353
|
"styles": []
|
@@ -360,34 +360,42 @@
|
|
360
360
|
"from": "components/VOverlay",
|
361
361
|
"styles": []
|
362
362
|
},
|
363
|
+
"VProgressCircular": {
|
364
|
+
"from": "components/VProgressCircular",
|
365
|
+
"styles": []
|
366
|
+
},
|
363
367
|
"VProgressLinear": {
|
364
368
|
"from": "components/VProgressLinear",
|
365
369
|
"styles": []
|
366
370
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
371
|
+
"VRating": {
|
372
|
+
"from": "components/VRating",
|
369
373
|
"styles": []
|
370
374
|
},
|
371
375
|
"VRadioGroup": {
|
372
376
|
"from": "components/VRadioGroup",
|
373
377
|
"styles": []
|
374
378
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
379
|
+
"VSelectionControlGroup": {
|
380
|
+
"from": "components/VSelectionControlGroup",
|
377
381
|
"styles": []
|
378
382
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
383
|
+
"VSelect": {
|
384
|
+
"from": "components/VSelect",
|
381
385
|
"styles": []
|
382
386
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
387
|
+
"VSheet": {
|
388
|
+
"from": "components/VSheet",
|
385
389
|
"styles": []
|
386
390
|
},
|
387
391
|
"VSelectionControl": {
|
388
392
|
"from": "components/VSelectionControl",
|
389
393
|
"styles": []
|
390
394
|
},
|
395
|
+
"VSlider": {
|
396
|
+
"from": "components/VSlider",
|
397
|
+
"styles": []
|
398
|
+
},
|
391
399
|
"VSkeletonLoader": {
|
392
400
|
"from": "components/VSkeletonLoader",
|
393
401
|
"styles": []
|
@@ -400,40 +408,12 @@
|
|
400
408
|
"from": "components/VSlideGroup",
|
401
409
|
"styles": []
|
402
410
|
},
|
403
|
-
"VSheet": {
|
404
|
-
"from": "components/VSheet",
|
405
|
-
"styles": []
|
406
|
-
},
|
407
411
|
"VSnackbar": {
|
408
412
|
"from": "components/VSnackbar",
|
409
413
|
"styles": []
|
410
414
|
},
|
411
|
-
"
|
412
|
-
"from": "components/
|
413
|
-
"styles": []
|
414
|
-
},
|
415
|
-
"VStepper": {
|
416
|
-
"from": "components/VStepper",
|
417
|
-
"styles": []
|
418
|
-
},
|
419
|
-
"VStepperActions": {
|
420
|
-
"from": "components/VStepper",
|
421
|
-
"styles": []
|
422
|
-
},
|
423
|
-
"VStepperHeader": {
|
424
|
-
"from": "components/VStepper",
|
425
|
-
"styles": []
|
426
|
-
},
|
427
|
-
"VStepperItem": {
|
428
|
-
"from": "components/VStepper",
|
429
|
-
"styles": []
|
430
|
-
},
|
431
|
-
"VStepperWindow": {
|
432
|
-
"from": "components/VStepper",
|
433
|
-
"styles": []
|
434
|
-
},
|
435
|
-
"VStepperWindowItem": {
|
436
|
-
"from": "components/VStepper",
|
415
|
+
"VSwitch": {
|
416
|
+
"from": "components/VSwitch",
|
437
417
|
"styles": []
|
438
418
|
},
|
439
419
|
"VTab": {
|
@@ -456,24 +436,28 @@
|
|
456
436
|
"from": "components/VTable",
|
457
437
|
"styles": []
|
458
438
|
},
|
459
|
-
"
|
460
|
-
"from": "components/
|
439
|
+
"VSystemBar": {
|
440
|
+
"from": "components/VSystemBar",
|
461
441
|
"styles": []
|
462
442
|
},
|
463
443
|
"VTextarea": {
|
464
444
|
"from": "components/VTextarea",
|
465
445
|
"styles": []
|
466
446
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
447
|
+
"VTimePicker": {
|
448
|
+
"from": "components/VTimePicker",
|
469
449
|
"styles": []
|
470
450
|
},
|
471
|
-
"
|
472
|
-
"from": "components/
|
451
|
+
"VTimePickerClock": {
|
452
|
+
"from": "components/VTimePicker",
|
473
453
|
"styles": []
|
474
454
|
},
|
475
|
-
"
|
476
|
-
"from": "components/
|
455
|
+
"VTimePickerControls": {
|
456
|
+
"from": "components/VTimePicker",
|
457
|
+
"styles": []
|
458
|
+
},
|
459
|
+
"VTextField": {
|
460
|
+
"from": "components/VTextField",
|
477
461
|
"styles": []
|
478
462
|
},
|
479
463
|
"VTimeline": {
|
@@ -484,18 +468,6 @@
|
|
484
468
|
"from": "components/VTimeline",
|
485
469
|
"styles": []
|
486
470
|
},
|
487
|
-
"VTimePicker": {
|
488
|
-
"from": "components/VTimePicker",
|
489
|
-
"styles": []
|
490
|
-
},
|
491
|
-
"VTimePickerClock": {
|
492
|
-
"from": "components/VTimePicker",
|
493
|
-
"styles": []
|
494
|
-
},
|
495
|
-
"VTimePickerControls": {
|
496
|
-
"from": "components/VTimePicker",
|
497
|
-
"styles": []
|
498
|
-
},
|
499
471
|
"VTreeview": {
|
500
472
|
"from": "components/VTreeview",
|
501
473
|
"styles": []
|
@@ -508,36 +480,36 @@
|
|
508
480
|
"from": "components/VTreeview",
|
509
481
|
"styles": []
|
510
482
|
},
|
511
|
-
"
|
512
|
-
"from": "components/
|
483
|
+
"VTooltip": {
|
484
|
+
"from": "components/VTooltip",
|
513
485
|
"styles": []
|
514
486
|
},
|
515
|
-
"
|
516
|
-
"from": "components/
|
487
|
+
"VToolbar": {
|
488
|
+
"from": "components/VToolbar",
|
517
489
|
"styles": []
|
518
490
|
},
|
519
|
-
"
|
520
|
-
"from": "components/
|
491
|
+
"VToolbarTitle": {
|
492
|
+
"from": "components/VToolbar",
|
521
493
|
"styles": []
|
522
494
|
},
|
523
|
-
"
|
524
|
-
"from": "components/
|
495
|
+
"VToolbarItems": {
|
496
|
+
"from": "components/VToolbar",
|
525
497
|
"styles": []
|
526
498
|
},
|
527
|
-
"
|
528
|
-
"from": "components/
|
499
|
+
"VWindow": {
|
500
|
+
"from": "components/VWindow",
|
529
501
|
"styles": []
|
530
502
|
},
|
531
|
-
"
|
532
|
-
"from": "components/
|
503
|
+
"VWindowItem": {
|
504
|
+
"from": "components/VWindow",
|
533
505
|
"styles": []
|
534
506
|
},
|
535
|
-
"
|
536
|
-
"from": "components/
|
507
|
+
"VDataIterator": {
|
508
|
+
"from": "components/VDataIterator",
|
537
509
|
"styles": []
|
538
510
|
},
|
539
|
-
"
|
540
|
-
"from": "components/
|
511
|
+
"VDefaultsProvider": {
|
512
|
+
"from": "components/VDefaultsProvider",
|
541
513
|
"styles": []
|
542
514
|
},
|
543
515
|
"VContainer": {
|
@@ -556,6 +528,10 @@
|
|
556
528
|
"from": "components/VGrid",
|
557
529
|
"styles": []
|
558
530
|
},
|
531
|
+
"VHover": {
|
532
|
+
"from": "components/VHover",
|
533
|
+
"styles": []
|
534
|
+
},
|
559
535
|
"VLayout": {
|
560
536
|
"from": "components/VLayout",
|
561
537
|
"styles": []
|
@@ -592,14 +568,38 @@
|
|
592
568
|
"from": "components/VResponsive",
|
593
569
|
"styles": []
|
594
570
|
},
|
595
|
-
"VSnackbarQueue": {
|
596
|
-
"from": "components/VSnackbarQueue",
|
597
|
-
"styles": []
|
598
|
-
},
|
599
571
|
"VSparkline": {
|
600
572
|
"from": "components/VSparkline",
|
601
573
|
"styles": []
|
602
574
|
},
|
575
|
+
"VStepper": {
|
576
|
+
"from": "components/VStepper",
|
577
|
+
"styles": []
|
578
|
+
},
|
579
|
+
"VStepperActions": {
|
580
|
+
"from": "components/VStepper",
|
581
|
+
"styles": []
|
582
|
+
},
|
583
|
+
"VStepperHeader": {
|
584
|
+
"from": "components/VStepper",
|
585
|
+
"styles": []
|
586
|
+
},
|
587
|
+
"VStepperItem": {
|
588
|
+
"from": "components/VStepper",
|
589
|
+
"styles": []
|
590
|
+
},
|
591
|
+
"VStepperWindow": {
|
592
|
+
"from": "components/VStepper",
|
593
|
+
"styles": []
|
594
|
+
},
|
595
|
+
"VStepperWindowItem": {
|
596
|
+
"from": "components/VStepper",
|
597
|
+
"styles": []
|
598
|
+
},
|
599
|
+
"VSnackbarQueue": {
|
600
|
+
"from": "components/VSnackbarQueue",
|
601
|
+
"styles": []
|
602
|
+
},
|
603
603
|
"VSpeedDial": {
|
604
604
|
"from": "components/VSpeedDial",
|
605
605
|
"styles": []
|
@@ -680,12 +680,12 @@
|
|
680
680
|
"from": "components/transitions",
|
681
681
|
"styles": []
|
682
682
|
},
|
683
|
-
"
|
684
|
-
"from": "components/
|
683
|
+
"VForm": {
|
684
|
+
"from": "components/VForm",
|
685
685
|
"styles": []
|
686
686
|
},
|
687
|
-
"
|
688
|
-
"from": "components/
|
687
|
+
"VConfirmEdit": {
|
688
|
+
"from": "components/VConfirmEdit",
|
689
689
|
"styles": []
|
690
690
|
}
|
691
691
|
},
|