@vuetify/nightly 3.10.7-dev.2025-10-23 → 3.10.7-dev.2025-10-24
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 +11 -3
- package/dist/json/attributes.json +3665 -3665
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +120 -120
- package/dist/json/web-types.json +6366 -6366
- package/dist/vuetify-labs.cjs +84 -31
- package/dist/vuetify-labs.css +4007 -4007
- package/dist/vuetify-labs.d.ts +46 -46
- package/dist/vuetify-labs.esm.js +85 -32
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +84 -31
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +84 -31
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2956 -2956
- package/dist/vuetify.d.ts +46 -46
- package/dist/vuetify.esm.js +85 -32
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +84 -31
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +843 -838
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VOverlay/locationStrategies.js +19 -11
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VOverlay/useActivator.js +0 -1
- package/lib/components/VOverlay/useActivator.js.map +1 -1
- package/lib/composables/nested/nested.js +7 -1
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +46 -46
- package/lib/framework.js +1 -1
- package/lib/util/helpers.d.ts +8 -1
- package/lib/util/helpers.js +40 -9
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "labs/
|
|
3
|
+
"VIconBtn": {
|
|
4
|
+
"from": "labs/VIconBtn",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"
|
|
8
|
-
"from": "labs/
|
|
7
|
+
"VCalendar": {
|
|
8
|
+
"from": "labs/VCalendar",
|
|
9
9
|
"styles": []
|
|
10
10
|
},
|
|
11
11
|
"VFileUpload": {
|
|
@@ -16,6 +16,14 @@
|
|
|
16
16
|
"from": "labs/VFileUpload",
|
|
17
17
|
"styles": []
|
|
18
18
|
},
|
|
19
|
+
"VPicker": {
|
|
20
|
+
"from": "labs/VPicker",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
23
|
+
"VPickerTitle": {
|
|
24
|
+
"from": "labs/VPicker",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
19
27
|
"VStepperVertical": {
|
|
20
28
|
"from": "labs/VStepperVertical",
|
|
21
29
|
"styles": []
|
|
@@ -28,6 +36,14 @@
|
|
|
28
36
|
"from": "labs/VStepperVertical",
|
|
29
37
|
"styles": []
|
|
30
38
|
},
|
|
39
|
+
"VColorInput": {
|
|
40
|
+
"from": "labs/VColorInput",
|
|
41
|
+
"styles": []
|
|
42
|
+
},
|
|
43
|
+
"VHotkey": {
|
|
44
|
+
"from": "labs/VHotkey",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
31
47
|
"VVideo": {
|
|
32
48
|
"from": "labs/VVideo",
|
|
33
49
|
"styles": []
|
|
@@ -52,33 +68,17 @@
|
|
|
52
68
|
"from": "labs/VPie",
|
|
53
69
|
"styles": []
|
|
54
70
|
},
|
|
55
|
-
"VPicker": {
|
|
56
|
-
"from": "labs/VPicker",
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
|
-
"VPickerTitle": {
|
|
60
|
-
"from": "labs/VPicker",
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
|
-
"VHotkey": {
|
|
64
|
-
"from": "labs/VHotkey",
|
|
65
|
-
"styles": []
|
|
66
|
-
},
|
|
67
|
-
"VIconBtn": {
|
|
68
|
-
"from": "labs/VIconBtn",
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
71
|
"VDateInput": {
|
|
72
72
|
"from": "labs/VDateInput",
|
|
73
73
|
"styles": []
|
|
74
74
|
},
|
|
75
|
-
"VPullToRefresh": {
|
|
76
|
-
"from": "labs/VPullToRefresh",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
75
|
"VMaskInput": {
|
|
80
76
|
"from": "labs/VMaskInput",
|
|
81
77
|
"styles": []
|
|
78
|
+
},
|
|
79
|
+
"VPullToRefresh": {
|
|
80
|
+
"from": "labs/VPullToRefresh",
|
|
81
|
+
"styles": []
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
}
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VAlert": {
|
|
4
|
+
"from": "components/VAlert",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
7
|
+
"VAlertTitle": {
|
|
8
|
+
"from": "components/VAlert",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
3
11
|
"VApp": {
|
|
4
12
|
"from": "components/VApp",
|
|
5
13
|
"styles": []
|
|
6
14
|
},
|
|
15
|
+
"VAvatar": {
|
|
16
|
+
"from": "components/VAvatar",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
7
19
|
"VAppBar": {
|
|
8
20
|
"from": "components/VAppBar",
|
|
9
21
|
"styles": []
|
|
@@ -16,12 +28,16 @@
|
|
|
16
28
|
"from": "components/VAppBar",
|
|
17
29
|
"styles": []
|
|
18
30
|
},
|
|
19
|
-
"
|
|
20
|
-
"from": "components/
|
|
31
|
+
"VBadge": {
|
|
32
|
+
"from": "components/VBadge",
|
|
21
33
|
"styles": []
|
|
22
34
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "components/
|
|
35
|
+
"VBottomSheet": {
|
|
36
|
+
"from": "components/VBottomSheet",
|
|
37
|
+
"styles": []
|
|
38
|
+
},
|
|
39
|
+
"VAutocomplete": {
|
|
40
|
+
"from": "components/VAutocomplete",
|
|
25
41
|
"styles": []
|
|
26
42
|
},
|
|
27
43
|
"VBanner": {
|
|
@@ -36,26 +52,18 @@
|
|
|
36
52
|
"from": "components/VBanner",
|
|
37
53
|
"styles": []
|
|
38
54
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "components/
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
|
-
"VBottomSheet": {
|
|
44
|
-
"from": "components/VBottomSheet",
|
|
55
|
+
"VBtn": {
|
|
56
|
+
"from": "components/VBtn",
|
|
45
57
|
"styles": []
|
|
46
58
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "components/
|
|
59
|
+
"VBtnToggle": {
|
|
60
|
+
"from": "components/VBtnToggle",
|
|
49
61
|
"styles": []
|
|
50
62
|
},
|
|
51
63
|
"VBottomNavigation": {
|
|
52
64
|
"from": "components/VBottomNavigation",
|
|
53
65
|
"styles": []
|
|
54
66
|
},
|
|
55
|
-
"VAutocomplete": {
|
|
56
|
-
"from": "components/VAutocomplete",
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
67
|
"VBreadcrumbs": {
|
|
60
68
|
"from": "components/VBreadcrumbs",
|
|
61
69
|
"styles": []
|
|
@@ -72,18 +80,6 @@
|
|
|
72
80
|
"from": "components/VBtnGroup",
|
|
73
81
|
"styles": []
|
|
74
82
|
},
|
|
75
|
-
"VBtnToggle": {
|
|
76
|
-
"from": "components/VBtnToggle",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
|
-
"VCarousel": {
|
|
80
|
-
"from": "components/VCarousel",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VCarouselItem": {
|
|
84
|
-
"from": "components/VCarousel",
|
|
85
|
-
"styles": []
|
|
86
|
-
},
|
|
87
83
|
"VCard": {
|
|
88
84
|
"from": "components/VCard",
|
|
89
85
|
"styles": []
|
|
@@ -108,12 +104,12 @@
|
|
|
108
104
|
"from": "components/VCard",
|
|
109
105
|
"styles": []
|
|
110
106
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "components/
|
|
107
|
+
"VCarousel": {
|
|
108
|
+
"from": "components/VCarousel",
|
|
113
109
|
"styles": []
|
|
114
110
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
111
|
+
"VCarouselItem": {
|
|
112
|
+
"from": "components/VCarousel",
|
|
117
113
|
"styles": []
|
|
118
114
|
},
|
|
119
115
|
"VChip": {
|
|
@@ -136,8 +132,8 @@
|
|
|
136
132
|
"from": "components/VChipGroup",
|
|
137
133
|
"styles": []
|
|
138
134
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
135
|
+
"VCombobox": {
|
|
136
|
+
"from": "components/VCombobox",
|
|
141
137
|
"styles": []
|
|
142
138
|
},
|
|
143
139
|
"VDatePicker": {
|
|
@@ -196,8 +192,12 @@
|
|
|
196
192
|
"from": "components/VDataTable",
|
|
197
193
|
"styles": []
|
|
198
194
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
195
|
+
"VFab": {
|
|
196
|
+
"from": "components/VFab",
|
|
197
|
+
"styles": []
|
|
198
|
+
},
|
|
199
|
+
"VCounter": {
|
|
200
|
+
"from": "components/VCounter",
|
|
201
201
|
"styles": []
|
|
202
202
|
},
|
|
203
203
|
"VDivider": {
|
|
@@ -228,6 +228,10 @@
|
|
|
228
228
|
"from": "components/VFileInput",
|
|
229
229
|
"styles": []
|
|
230
230
|
},
|
|
231
|
+
"VEmptyState": {
|
|
232
|
+
"from": "components/VEmptyState",
|
|
233
|
+
"styles": []
|
|
234
|
+
},
|
|
231
235
|
"VField": {
|
|
232
236
|
"from": "components/VField",
|
|
233
237
|
"styles": []
|
|
@@ -236,20 +240,12 @@
|
|
|
236
240
|
"from": "components/VField",
|
|
237
241
|
"styles": []
|
|
238
242
|
},
|
|
239
|
-
"VFab": {
|
|
240
|
-
"from": "components/VFab",
|
|
241
|
-
"styles": []
|
|
242
|
-
},
|
|
243
|
-
"VImg": {
|
|
244
|
-
"from": "components/VImg",
|
|
245
|
-
"styles": []
|
|
246
|
-
},
|
|
247
243
|
"VFooter": {
|
|
248
244
|
"from": "components/VFooter",
|
|
249
245
|
"styles": []
|
|
250
246
|
},
|
|
251
|
-
"
|
|
252
|
-
"from": "components/
|
|
247
|
+
"VInput": {
|
|
248
|
+
"from": "components/VInput",
|
|
253
249
|
"styles": []
|
|
254
250
|
},
|
|
255
251
|
"VIcon": {
|
|
@@ -272,16 +268,12 @@
|
|
|
272
268
|
"from": "components/VIcon",
|
|
273
269
|
"styles": []
|
|
274
270
|
},
|
|
275
|
-
"
|
|
276
|
-
"from": "components/
|
|
277
|
-
"styles": []
|
|
278
|
-
},
|
|
279
|
-
"VLabel": {
|
|
280
|
-
"from": "components/VLabel",
|
|
271
|
+
"VImg": {
|
|
272
|
+
"from": "components/VImg",
|
|
281
273
|
"styles": []
|
|
282
274
|
},
|
|
283
|
-
"
|
|
284
|
-
"from": "components/
|
|
275
|
+
"VInfiniteScroll": {
|
|
276
|
+
"from": "components/VInfiniteScroll",
|
|
285
277
|
"styles": []
|
|
286
278
|
},
|
|
287
279
|
"VItemGroup": {
|
|
@@ -292,6 +284,10 @@
|
|
|
292
284
|
"from": "components/VItemGroup",
|
|
293
285
|
"styles": []
|
|
294
286
|
},
|
|
287
|
+
"VLabel": {
|
|
288
|
+
"from": "components/VLabel",
|
|
289
|
+
"styles": []
|
|
290
|
+
},
|
|
295
291
|
"VList": {
|
|
296
292
|
"from": "components/VList",
|
|
297
293
|
"styles": []
|
|
@@ -328,20 +324,20 @@
|
|
|
328
324
|
"from": "components/VList",
|
|
329
325
|
"styles": []
|
|
330
326
|
},
|
|
331
|
-
"
|
|
332
|
-
"from": "components/
|
|
327
|
+
"VMenu": {
|
|
328
|
+
"from": "components/VMenu",
|
|
333
329
|
"styles": []
|
|
334
330
|
},
|
|
335
|
-
"
|
|
336
|
-
"from": "components/
|
|
331
|
+
"VKbd": {
|
|
332
|
+
"from": "components/VKbd",
|
|
337
333
|
"styles": []
|
|
338
334
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
335
|
+
"VNavigationDrawer": {
|
|
336
|
+
"from": "components/VNavigationDrawer",
|
|
341
337
|
"styles": []
|
|
342
338
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
339
|
+
"VMain": {
|
|
340
|
+
"from": "components/VMain",
|
|
345
341
|
"styles": []
|
|
346
342
|
},
|
|
347
343
|
"VMessages": {
|
|
@@ -352,46 +348,62 @@
|
|
|
352
348
|
"from": "components/VNumberInput",
|
|
353
349
|
"styles": []
|
|
354
350
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
351
|
+
"VOverlay": {
|
|
352
|
+
"from": "components/VOverlay",
|
|
353
|
+
"styles": []
|
|
354
|
+
},
|
|
355
|
+
"VOtpInput": {
|
|
356
|
+
"from": "components/VOtpInput",
|
|
357
357
|
"styles": []
|
|
358
358
|
},
|
|
359
359
|
"VProgressLinear": {
|
|
360
360
|
"from": "components/VProgressLinear",
|
|
361
361
|
"styles": []
|
|
362
362
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
363
|
+
"VRating": {
|
|
364
|
+
"from": "components/VRating",
|
|
365
365
|
"styles": []
|
|
366
366
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
367
|
+
"VPagination": {
|
|
368
|
+
"from": "components/VPagination",
|
|
369
369
|
"styles": []
|
|
370
370
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
371
|
+
"VProgressCircular": {
|
|
372
|
+
"from": "components/VProgressCircular",
|
|
373
373
|
"styles": []
|
|
374
374
|
},
|
|
375
375
|
"VRadioGroup": {
|
|
376
376
|
"from": "components/VRadioGroup",
|
|
377
377
|
"styles": []
|
|
378
378
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
379
|
+
"VSelect": {
|
|
380
|
+
"from": "components/VSelect",
|
|
381
381
|
"styles": []
|
|
382
382
|
},
|
|
383
383
|
"VSelectionControl": {
|
|
384
384
|
"from": "components/VSelectionControl",
|
|
385
385
|
"styles": []
|
|
386
386
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
387
|
+
"VSlideGroup": {
|
|
388
|
+
"from": "components/VSlideGroup",
|
|
389
|
+
"styles": []
|
|
390
|
+
},
|
|
391
|
+
"VSlideGroupItem": {
|
|
392
|
+
"from": "components/VSlideGroup",
|
|
393
|
+
"styles": []
|
|
394
|
+
},
|
|
395
|
+
"VSkeletonLoader": {
|
|
396
|
+
"from": "components/VSkeletonLoader",
|
|
389
397
|
"styles": []
|
|
390
398
|
},
|
|
391
399
|
"VSheet": {
|
|
392
400
|
"from": "components/VSheet",
|
|
393
401
|
"styles": []
|
|
394
402
|
},
|
|
403
|
+
"VSelectionControlGroup": {
|
|
404
|
+
"from": "components/VSelectionControlGroup",
|
|
405
|
+
"styles": []
|
|
406
|
+
},
|
|
395
407
|
"VSlider": {
|
|
396
408
|
"from": "components/VSlider",
|
|
397
409
|
"styles": []
|
|
@@ -420,28 +432,12 @@
|
|
|
420
432
|
"from": "components/VStepper",
|
|
421
433
|
"styles": []
|
|
422
434
|
},
|
|
423
|
-
"VSkeletonLoader": {
|
|
424
|
-
"from": "components/VSkeletonLoader",
|
|
425
|
-
"styles": []
|
|
426
|
-
},
|
|
427
|
-
"VSnackbar": {
|
|
428
|
-
"from": "components/VSnackbar",
|
|
429
|
-
"styles": []
|
|
430
|
-
},
|
|
431
|
-
"VSlideGroup": {
|
|
432
|
-
"from": "components/VSlideGroup",
|
|
433
|
-
"styles": []
|
|
434
|
-
},
|
|
435
|
-
"VSlideGroupItem": {
|
|
436
|
-
"from": "components/VSlideGroup",
|
|
437
|
-
"styles": []
|
|
438
|
-
},
|
|
439
435
|
"VSwitch": {
|
|
440
436
|
"from": "components/VSwitch",
|
|
441
437
|
"styles": []
|
|
442
438
|
},
|
|
443
|
-
"
|
|
444
|
-
"from": "components/
|
|
439
|
+
"VSystemBar": {
|
|
440
|
+
"from": "components/VSystemBar",
|
|
445
441
|
"styles": []
|
|
446
442
|
},
|
|
447
443
|
"VTab": {
|
|
@@ -460,18 +456,34 @@
|
|
|
460
456
|
"from": "components/VTabs",
|
|
461
457
|
"styles": []
|
|
462
458
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
459
|
+
"VSnackbar": {
|
|
460
|
+
"from": "components/VSnackbar",
|
|
465
461
|
"styles": []
|
|
466
462
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
463
|
+
"VTextarea": {
|
|
464
|
+
"from": "components/VTextarea",
|
|
469
465
|
"styles": []
|
|
470
466
|
},
|
|
471
467
|
"VTextField": {
|
|
472
468
|
"from": "components/VTextField",
|
|
473
469
|
"styles": []
|
|
474
470
|
},
|
|
471
|
+
"VTable": {
|
|
472
|
+
"from": "components/VTable",
|
|
473
|
+
"styles": []
|
|
474
|
+
},
|
|
475
|
+
"VTimeline": {
|
|
476
|
+
"from": "components/VTimeline",
|
|
477
|
+
"styles": []
|
|
478
|
+
},
|
|
479
|
+
"VTimelineItem": {
|
|
480
|
+
"from": "components/VTimeline",
|
|
481
|
+
"styles": []
|
|
482
|
+
},
|
|
483
|
+
"VTooltip": {
|
|
484
|
+
"from": "components/VTooltip",
|
|
485
|
+
"styles": []
|
|
486
|
+
},
|
|
475
487
|
"VToolbar": {
|
|
476
488
|
"from": "components/VToolbar",
|
|
477
489
|
"styles": []
|
|
@@ -484,14 +496,6 @@
|
|
|
484
496
|
"from": "components/VToolbar",
|
|
485
497
|
"styles": []
|
|
486
498
|
},
|
|
487
|
-
"VTimeline": {
|
|
488
|
-
"from": "components/VTimeline",
|
|
489
|
-
"styles": []
|
|
490
|
-
},
|
|
491
|
-
"VTimelineItem": {
|
|
492
|
-
"from": "components/VTimeline",
|
|
493
|
-
"styles": []
|
|
494
|
-
},
|
|
495
499
|
"VTreeview": {
|
|
496
500
|
"from": "components/VTreeview",
|
|
497
501
|
"styles": []
|
|
@@ -504,10 +508,6 @@
|
|
|
504
508
|
"from": "components/VTreeview",
|
|
505
509
|
"styles": []
|
|
506
510
|
},
|
|
507
|
-
"VTooltip": {
|
|
508
|
-
"from": "components/VTooltip",
|
|
509
|
-
"styles": []
|
|
510
|
-
},
|
|
511
511
|
"VTimePicker": {
|
|
512
512
|
"from": "components/VTimePicker",
|
|
513
513
|
"styles": []
|
|
@@ -540,6 +540,10 @@
|
|
|
540
540
|
"from": "components/VDefaultsProvider",
|
|
541
541
|
"styles": []
|
|
542
542
|
},
|
|
543
|
+
"VForm": {
|
|
544
|
+
"from": "components/VForm",
|
|
545
|
+
"styles": []
|
|
546
|
+
},
|
|
543
547
|
"VContainer": {
|
|
544
548
|
"from": "components/VGrid",
|
|
545
549
|
"styles": []
|
|
@@ -560,14 +564,6 @@
|
|
|
560
564
|
"from": "components/VHover",
|
|
561
565
|
"styles": []
|
|
562
566
|
},
|
|
563
|
-
"VForm": {
|
|
564
|
-
"from": "components/VForm",
|
|
565
|
-
"styles": []
|
|
566
|
-
},
|
|
567
|
-
"VLazy": {
|
|
568
|
-
"from": "components/VLazy",
|
|
569
|
-
"styles": []
|
|
570
|
-
},
|
|
571
567
|
"VLayout": {
|
|
572
568
|
"from": "components/VLayout",
|
|
573
569
|
"styles": []
|
|
@@ -576,6 +572,10 @@
|
|
|
576
572
|
"from": "components/VLayout",
|
|
577
573
|
"styles": []
|
|
578
574
|
},
|
|
575
|
+
"VLazy": {
|
|
576
|
+
"from": "components/VLazy",
|
|
577
|
+
"styles": []
|
|
578
|
+
},
|
|
579
579
|
"VLocaleProvider": {
|
|
580
580
|
"from": "components/VLocaleProvider",
|
|
581
581
|
"styles": []
|
|
@@ -584,14 +584,14 @@
|
|
|
584
584
|
"from": "components/VNoSsr",
|
|
585
585
|
"styles": []
|
|
586
586
|
},
|
|
587
|
-
"VRadio": {
|
|
588
|
-
"from": "components/VRadio",
|
|
589
|
-
"styles": []
|
|
590
|
-
},
|
|
591
587
|
"VParallax": {
|
|
592
588
|
"from": "components/VParallax",
|
|
593
589
|
"styles": []
|
|
594
590
|
},
|
|
591
|
+
"VRadio": {
|
|
592
|
+
"from": "components/VRadio",
|
|
593
|
+
"styles": []
|
|
594
|
+
},
|
|
595
595
|
"VRangeSlider": {
|
|
596
596
|
"from": "components/VRangeSlider",
|
|
597
597
|
"styles": []
|