@vuetify/nightly 3.8.2-master.2025-04-26 → 3.8.2-master.2025-04-28
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 +13 -3
- package/dist/json/attributes.json +3578 -3578
- package/dist/json/importMap-labs.json +36 -36
- package/dist/json/importMap.json +182 -182
- package/dist/json/web-types.json +6326 -6326
- package/dist/vuetify-labs.cjs +38 -8
- package/dist/vuetify-labs.css +3119 -3119
- package/dist/vuetify-labs.d.ts +71 -67
- package/dist/vuetify-labs.esm.js +38 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +38 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +38 -8
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3956 -3956
- package/dist/vuetify.d.ts +71 -67
- package/dist/vuetify.esm.js +38 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +38 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1170 -1163
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VOverlay/locationStrategies.d.ts +4 -0
- package/lib/components/VOverlay/locationStrategies.js +23 -3
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/composables/defaults.js +6 -3
- package/lib/composables/defaults.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +71 -67
- package/lib/framework.js +1 -1
- package/lib/util/helpers.d.ts +2 -0
- package/lib/util/helpers.js +7 -0
- package/lib/util/helpers.js.map +1 -1
- package/package.json +3 -2
package/dist/json/importMap.json
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "components/
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VAppBarNavIcon": {
|
8
|
-
"from": "components/VAppBar",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VAppBarTitle": {
|
12
|
-
"from": "components/VAppBar",
|
3
|
+
"VApp": {
|
4
|
+
"from": "components/VApp",
|
13
5
|
"styles": []
|
14
6
|
},
|
15
7
|
"VAlert": {
|
@@ -20,42 +12,34 @@
|
|
20
12
|
"from": "components/VAlert",
|
21
13
|
"styles": []
|
22
14
|
},
|
23
|
-
"
|
24
|
-
"from": "components/
|
25
|
-
"styles": []
|
26
|
-
},
|
27
|
-
"VApp": {
|
28
|
-
"from": "components/VApp",
|
15
|
+
"VAvatar": {
|
16
|
+
"from": "components/VAvatar",
|
29
17
|
"styles": []
|
30
18
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
19
|
+
"VAppBar": {
|
20
|
+
"from": "components/VAppBar",
|
33
21
|
"styles": []
|
34
22
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
23
|
+
"VAppBarNavIcon": {
|
24
|
+
"from": "components/VAppBar",
|
37
25
|
"styles": []
|
38
26
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
27
|
+
"VAppBarTitle": {
|
28
|
+
"from": "components/VAppBar",
|
41
29
|
"styles": []
|
42
30
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
31
|
+
"VAutocomplete": {
|
32
|
+
"from": "components/VAutocomplete",
|
45
33
|
"styles": []
|
46
34
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
35
|
+
"VBadge": {
|
36
|
+
"from": "components/VBadge",
|
49
37
|
"styles": []
|
50
38
|
},
|
51
39
|
"VBottomNavigation": {
|
52
40
|
"from": "components/VBottomNavigation",
|
53
41
|
"styles": []
|
54
42
|
},
|
55
|
-
"VBottomSheet": {
|
56
|
-
"from": "components/VBottomSheet",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
43
|
"VBreadcrumbs": {
|
60
44
|
"from": "components/VBreadcrumbs",
|
61
45
|
"styles": []
|
@@ -68,16 +52,12 @@
|
|
68
52
|
"from": "components/VBreadcrumbs",
|
69
53
|
"styles": []
|
70
54
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
73
|
-
"styles": []
|
74
|
-
},
|
75
|
-
"VBtnGroup": {
|
76
|
-
"from": "components/VBtnGroup",
|
55
|
+
"VBottomSheet": {
|
56
|
+
"from": "components/VBottomSheet",
|
77
57
|
"styles": []
|
78
58
|
},
|
79
|
-
"
|
80
|
-
"from": "components/
|
59
|
+
"VBtnToggle": {
|
60
|
+
"from": "components/VBtnToggle",
|
81
61
|
"styles": []
|
82
62
|
},
|
83
63
|
"VCard": {
|
@@ -104,6 +84,30 @@
|
|
104
84
|
"from": "components/VCard",
|
105
85
|
"styles": []
|
106
86
|
},
|
87
|
+
"VBtn": {
|
88
|
+
"from": "components/VBtn",
|
89
|
+
"styles": []
|
90
|
+
},
|
91
|
+
"VBanner": {
|
92
|
+
"from": "components/VBanner",
|
93
|
+
"styles": []
|
94
|
+
},
|
95
|
+
"VBannerActions": {
|
96
|
+
"from": "components/VBanner",
|
97
|
+
"styles": []
|
98
|
+
},
|
99
|
+
"VBannerText": {
|
100
|
+
"from": "components/VBanner",
|
101
|
+
"styles": []
|
102
|
+
},
|
103
|
+
"VCarousel": {
|
104
|
+
"from": "components/VCarousel",
|
105
|
+
"styles": []
|
106
|
+
},
|
107
|
+
"VCarouselItem": {
|
108
|
+
"from": "components/VCarousel",
|
109
|
+
"styles": []
|
110
|
+
},
|
107
111
|
"VCheckbox": {
|
108
112
|
"from": "components/VCheckbox",
|
109
113
|
"styles": []
|
@@ -128,6 +132,10 @@
|
|
128
132
|
"from": "components/VCombobox",
|
129
133
|
"styles": []
|
130
134
|
},
|
135
|
+
"VBtnGroup": {
|
136
|
+
"from": "components/VBtnGroup",
|
137
|
+
"styles": []
|
138
|
+
},
|
131
139
|
"VCounter": {
|
132
140
|
"from": "components/VCounter",
|
133
141
|
"styles": []
|
@@ -136,6 +144,34 @@
|
|
136
144
|
"from": "components/VDialog",
|
137
145
|
"styles": []
|
138
146
|
},
|
147
|
+
"VChip": {
|
148
|
+
"from": "components/VChip",
|
149
|
+
"styles": []
|
150
|
+
},
|
151
|
+
"VDatePicker": {
|
152
|
+
"from": "components/VDatePicker",
|
153
|
+
"styles": []
|
154
|
+
},
|
155
|
+
"VDatePickerControls": {
|
156
|
+
"from": "components/VDatePicker",
|
157
|
+
"styles": []
|
158
|
+
},
|
159
|
+
"VDatePickerHeader": {
|
160
|
+
"from": "components/VDatePicker",
|
161
|
+
"styles": []
|
162
|
+
},
|
163
|
+
"VDatePickerMonth": {
|
164
|
+
"from": "components/VDatePicker",
|
165
|
+
"styles": []
|
166
|
+
},
|
167
|
+
"VDatePickerMonths": {
|
168
|
+
"from": "components/VDatePicker",
|
169
|
+
"styles": []
|
170
|
+
},
|
171
|
+
"VDatePickerYears": {
|
172
|
+
"from": "components/VDatePicker",
|
173
|
+
"styles": []
|
174
|
+
},
|
139
175
|
"VDataTable": {
|
140
176
|
"from": "components/VDataTable",
|
141
177
|
"styles": []
|
@@ -164,80 +200,60 @@
|
|
164
200
|
"from": "components/VDataTable",
|
165
201
|
"styles": []
|
166
202
|
},
|
167
|
-
"
|
168
|
-
"from": "components/
|
169
|
-
"styles": []
|
170
|
-
},
|
171
|
-
"VExpansionPanel": {
|
172
|
-
"from": "components/VExpansionPanel",
|
173
|
-
"styles": []
|
174
|
-
},
|
175
|
-
"VExpansionPanelText": {
|
176
|
-
"from": "components/VExpansionPanel",
|
177
|
-
"styles": []
|
178
|
-
},
|
179
|
-
"VExpansionPanelTitle": {
|
180
|
-
"from": "components/VExpansionPanel",
|
203
|
+
"VDivider": {
|
204
|
+
"from": "components/VDivider",
|
181
205
|
"styles": []
|
182
206
|
},
|
183
207
|
"VEmptyState": {
|
184
208
|
"from": "components/VEmptyState",
|
185
209
|
"styles": []
|
186
210
|
},
|
187
|
-
"
|
188
|
-
"from": "components/
|
189
|
-
"styles": []
|
190
|
-
},
|
191
|
-
"VDivider": {
|
192
|
-
"from": "components/VDivider",
|
211
|
+
"VFileInput": {
|
212
|
+
"from": "components/VFileInput",
|
193
213
|
"styles": []
|
194
214
|
},
|
195
|
-
"
|
196
|
-
"from": "components/
|
215
|
+
"VFab": {
|
216
|
+
"from": "components/VFab",
|
197
217
|
"styles": []
|
198
218
|
},
|
199
|
-
"
|
200
|
-
"from": "components/
|
219
|
+
"VExpansionPanels": {
|
220
|
+
"from": "components/VExpansionPanel",
|
201
221
|
"styles": []
|
202
222
|
},
|
203
|
-
"
|
204
|
-
"from": "components/
|
223
|
+
"VExpansionPanel": {
|
224
|
+
"from": "components/VExpansionPanel",
|
205
225
|
"styles": []
|
206
226
|
},
|
207
|
-
"
|
208
|
-
"from": "components/
|
227
|
+
"VExpansionPanelText": {
|
228
|
+
"from": "components/VExpansionPanel",
|
209
229
|
"styles": []
|
210
230
|
},
|
211
|
-
"
|
212
|
-
"from": "components/
|
231
|
+
"VExpansionPanelTitle": {
|
232
|
+
"from": "components/VExpansionPanel",
|
213
233
|
"styles": []
|
214
234
|
},
|
215
235
|
"VFooter": {
|
216
236
|
"from": "components/VFooter",
|
217
237
|
"styles": []
|
218
238
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
221
|
-
"styles": []
|
222
|
-
},
|
223
|
-
"VDatePickerControls": {
|
224
|
-
"from": "components/VDatePicker",
|
239
|
+
"VField": {
|
240
|
+
"from": "components/VField",
|
225
241
|
"styles": []
|
226
242
|
},
|
227
|
-
"
|
228
|
-
"from": "components/
|
243
|
+
"VFieldLabel": {
|
244
|
+
"from": "components/VField",
|
229
245
|
"styles": []
|
230
246
|
},
|
231
|
-
"
|
232
|
-
"from": "components/
|
247
|
+
"VImg": {
|
248
|
+
"from": "components/VImg",
|
233
249
|
"styles": []
|
234
250
|
},
|
235
|
-
"
|
236
|
-
"from": "components/
|
251
|
+
"VItemGroup": {
|
252
|
+
"from": "components/VItemGroup",
|
237
253
|
"styles": []
|
238
254
|
},
|
239
|
-
"
|
240
|
-
"from": "components/
|
255
|
+
"VItem": {
|
256
|
+
"from": "components/VItemGroup",
|
241
257
|
"styles": []
|
242
258
|
},
|
243
259
|
"VIcon": {
|
@@ -260,14 +276,6 @@
|
|
260
276
|
"from": "components/VIcon",
|
261
277
|
"styles": []
|
262
278
|
},
|
263
|
-
"VFileInput": {
|
264
|
-
"from": "components/VFileInput",
|
265
|
-
"styles": []
|
266
|
-
},
|
267
|
-
"VImg": {
|
268
|
-
"from": "components/VImg",
|
269
|
-
"styles": []
|
270
|
-
},
|
271
279
|
"VKbd": {
|
272
280
|
"from": "components/VKbd",
|
273
281
|
"styles": []
|
@@ -276,22 +284,6 @@
|
|
276
284
|
"from": "components/VInfiniteScroll",
|
277
285
|
"styles": []
|
278
286
|
},
|
279
|
-
"VInput": {
|
280
|
-
"from": "components/VInput",
|
281
|
-
"styles": []
|
282
|
-
},
|
283
|
-
"VItemGroup": {
|
284
|
-
"from": "components/VItemGroup",
|
285
|
-
"styles": []
|
286
|
-
},
|
287
|
-
"VItem": {
|
288
|
-
"from": "components/VItemGroup",
|
289
|
-
"styles": []
|
290
|
-
},
|
291
|
-
"VLabel": {
|
292
|
-
"from": "components/VLabel",
|
293
|
-
"styles": []
|
294
|
-
},
|
295
287
|
"VList": {
|
296
288
|
"from": "components/VList",
|
297
289
|
"styles": []
|
@@ -328,6 +320,14 @@
|
|
328
320
|
"from": "components/VList",
|
329
321
|
"styles": []
|
330
322
|
},
|
323
|
+
"VLabel": {
|
324
|
+
"from": "components/VLabel",
|
325
|
+
"styles": []
|
326
|
+
},
|
327
|
+
"VInput": {
|
328
|
+
"from": "components/VInput",
|
329
|
+
"styles": []
|
330
|
+
},
|
331
331
|
"VMenu": {
|
332
332
|
"from": "components/VMenu",
|
333
333
|
"styles": []
|
@@ -336,58 +336,66 @@
|
|
336
336
|
"from": "components/VMain",
|
337
337
|
"styles": []
|
338
338
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
341
|
-
"styles": []
|
342
|
-
},
|
343
|
-
"VNumberInput": {
|
344
|
-
"from": "components/VNumberInput",
|
339
|
+
"VOtpInput": {
|
340
|
+
"from": "components/VOtpInput",
|
345
341
|
"styles": []
|
346
342
|
},
|
347
343
|
"VNavigationDrawer": {
|
348
344
|
"from": "components/VNavigationDrawer",
|
349
345
|
"styles": []
|
350
346
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
353
|
-
"styles": []
|
354
|
-
},
|
355
|
-
"VPagination": {
|
356
|
-
"from": "components/VPagination",
|
347
|
+
"VNumberInput": {
|
348
|
+
"from": "components/VNumberInput",
|
357
349
|
"styles": []
|
358
350
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
351
|
+
"VOverlay": {
|
352
|
+
"from": "components/VOverlay",
|
361
353
|
"styles": []
|
362
354
|
},
|
363
355
|
"VProgressLinear": {
|
364
356
|
"from": "components/VProgressLinear",
|
365
357
|
"styles": []
|
366
358
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
359
|
+
"VRating": {
|
360
|
+
"from": "components/VRating",
|
369
361
|
"styles": []
|
370
362
|
},
|
371
363
|
"VProgressCircular": {
|
372
364
|
"from": "components/VProgressCircular",
|
373
365
|
"styles": []
|
374
366
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
367
|
+
"VPagination": {
|
368
|
+
"from": "components/VPagination",
|
369
|
+
"styles": []
|
370
|
+
},
|
371
|
+
"VSelect": {
|
372
|
+
"from": "components/VSelect",
|
377
373
|
"styles": []
|
378
374
|
},
|
379
375
|
"VSelectionControlGroup": {
|
380
376
|
"from": "components/VSelectionControlGroup",
|
381
377
|
"styles": []
|
382
378
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
379
|
+
"VSkeletonLoader": {
|
380
|
+
"from": "components/VSkeletonLoader",
|
381
|
+
"styles": []
|
382
|
+
},
|
383
|
+
"VSheet": {
|
384
|
+
"from": "components/VSheet",
|
385
|
+
"styles": []
|
386
|
+
},
|
387
|
+
"VRadioGroup": {
|
388
|
+
"from": "components/VRadioGroup",
|
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
|
"VSlideGroup": {
|
392
400
|
"from": "components/VSlideGroup",
|
393
401
|
"styles": []
|
@@ -396,16 +404,16 @@
|
|
396
404
|
"from": "components/VSlideGroup",
|
397
405
|
"styles": []
|
398
406
|
},
|
399
|
-
"
|
400
|
-
"from": "components/
|
407
|
+
"VMessages": {
|
408
|
+
"from": "components/VMessages",
|
401
409
|
"styles": []
|
402
410
|
},
|
403
|
-
"
|
404
|
-
"from": "components/
|
411
|
+
"VSnackbar": {
|
412
|
+
"from": "components/VSnackbar",
|
405
413
|
"styles": []
|
406
414
|
},
|
407
|
-
"
|
408
|
-
"from": "components/
|
415
|
+
"VSwitch": {
|
416
|
+
"from": "components/VSwitch",
|
409
417
|
"styles": []
|
410
418
|
},
|
411
419
|
"VStepper": {
|
@@ -432,10 +440,6 @@
|
|
432
440
|
"from": "components/VStepper",
|
433
441
|
"styles": []
|
434
442
|
},
|
435
|
-
"VSwitch": {
|
436
|
-
"from": "components/VSwitch",
|
437
|
-
"styles": []
|
438
|
-
},
|
439
443
|
"VTab": {
|
440
444
|
"from": "components/VTabs",
|
441
445
|
"styles": []
|
@@ -460,20 +464,12 @@
|
|
460
464
|
"from": "components/VTextarea",
|
461
465
|
"styles": []
|
462
466
|
},
|
463
|
-
"VTable": {
|
464
|
-
"from": "components/VTable",
|
465
|
-
"styles": []
|
466
|
-
},
|
467
467
|
"VTextField": {
|
468
468
|
"from": "components/VTextField",
|
469
469
|
"styles": []
|
470
470
|
},
|
471
|
-
"
|
472
|
-
"from": "components/
|
473
|
-
"styles": []
|
474
|
-
},
|
475
|
-
"VWindowItem": {
|
476
|
-
"from": "components/VWindow",
|
471
|
+
"VTable": {
|
472
|
+
"from": "components/VTable",
|
477
473
|
"styles": []
|
478
474
|
},
|
479
475
|
"VTooltip": {
|
@@ -500,32 +496,28 @@
|
|
500
496
|
"from": "components/VTimeline",
|
501
497
|
"styles": []
|
502
498
|
},
|
503
|
-
"
|
504
|
-
"from": "components/
|
505
|
-
"styles": []
|
506
|
-
},
|
507
|
-
"VDataIterator": {
|
508
|
-
"from": "components/VDataIterator",
|
499
|
+
"VWindow": {
|
500
|
+
"from": "components/VWindow",
|
509
501
|
"styles": []
|
510
502
|
},
|
511
|
-
"
|
512
|
-
"from": "components/
|
503
|
+
"VWindowItem": {
|
504
|
+
"from": "components/VWindow",
|
513
505
|
"styles": []
|
514
506
|
},
|
515
|
-
"
|
516
|
-
"from": "components/
|
507
|
+
"VConfirmEdit": {
|
508
|
+
"from": "components/VConfirmEdit",
|
517
509
|
"styles": []
|
518
510
|
},
|
519
|
-
"
|
520
|
-
"from": "components/
|
511
|
+
"VDataIterator": {
|
512
|
+
"from": "components/VDataIterator",
|
521
513
|
"styles": []
|
522
514
|
},
|
523
|
-
"
|
524
|
-
"from": "components/
|
515
|
+
"VDefaultsProvider": {
|
516
|
+
"from": "components/VDefaultsProvider",
|
525
517
|
"styles": []
|
526
518
|
},
|
527
|
-
"
|
528
|
-
"from": "components/
|
519
|
+
"VForm": {
|
520
|
+
"from": "components/VForm",
|
529
521
|
"styles": []
|
530
522
|
},
|
531
523
|
"VHover": {
|
@@ -548,22 +540,10 @@
|
|
548
540
|
"from": "components/VLocaleProvider",
|
549
541
|
"styles": []
|
550
542
|
},
|
551
|
-
"VConfirmEdit": {
|
552
|
-
"from": "components/VConfirmEdit",
|
553
|
-
"styles": []
|
554
|
-
},
|
555
543
|
"VNoSsr": {
|
556
544
|
"from": "components/VNoSsr",
|
557
545
|
"styles": []
|
558
546
|
},
|
559
|
-
"VRangeSlider": {
|
560
|
-
"from": "components/VRangeSlider",
|
561
|
-
"styles": []
|
562
|
-
},
|
563
|
-
"VSnackbar": {
|
564
|
-
"from": "components/VSnackbar",
|
565
|
-
"styles": []
|
566
|
-
},
|
567
547
|
"VRadio": {
|
568
548
|
"from": "components/VRadio",
|
569
549
|
"styles": []
|
@@ -572,18 +552,22 @@
|
|
572
552
|
"from": "components/VParallax",
|
573
553
|
"styles": []
|
574
554
|
},
|
575
|
-
"
|
576
|
-
"from": "components/
|
555
|
+
"VRangeSlider": {
|
556
|
+
"from": "components/VRangeSlider",
|
577
557
|
"styles": []
|
578
558
|
},
|
579
|
-
"
|
580
|
-
"from": "components/
|
559
|
+
"VResponsive": {
|
560
|
+
"from": "components/VResponsive",
|
581
561
|
"styles": []
|
582
562
|
},
|
583
563
|
"VSparkline": {
|
584
564
|
"from": "components/VSparkline",
|
585
565
|
"styles": []
|
586
566
|
},
|
567
|
+
"VSnackbarQueue": {
|
568
|
+
"from": "components/VSnackbarQueue",
|
569
|
+
"styles": []
|
570
|
+
},
|
587
571
|
"VSpeedDial": {
|
588
572
|
"from": "components/VSpeedDial",
|
589
573
|
"styles": []
|
@@ -592,6 +576,14 @@
|
|
592
576
|
"from": "components/VThemeProvider",
|
593
577
|
"styles": []
|
594
578
|
},
|
579
|
+
"VValidation": {
|
580
|
+
"from": "components/VValidation",
|
581
|
+
"styles": []
|
582
|
+
},
|
583
|
+
"VVirtualScroll": {
|
584
|
+
"from": "components/VVirtualScroll",
|
585
|
+
"styles": []
|
586
|
+
},
|
595
587
|
"VFabTransition": {
|
596
588
|
"from": "components/transitions",
|
597
589
|
"styles": []
|
@@ -656,12 +648,20 @@
|
|
656
648
|
"from": "components/transitions",
|
657
649
|
"styles": []
|
658
650
|
},
|
659
|
-
"
|
660
|
-
"from": "components/
|
651
|
+
"VContainer": {
|
652
|
+
"from": "components/VGrid",
|
661
653
|
"styles": []
|
662
654
|
},
|
663
|
-
"
|
664
|
-
"from": "components/
|
655
|
+
"VCol": {
|
656
|
+
"from": "components/VGrid",
|
657
|
+
"styles": []
|
658
|
+
},
|
659
|
+
"VRow": {
|
660
|
+
"from": "components/VGrid",
|
661
|
+
"styles": []
|
662
|
+
},
|
663
|
+
"VSpacer": {
|
664
|
+
"from": "components/VGrid",
|
665
665
|
"styles": []
|
666
666
|
}
|
667
667
|
},
|