@vuetify/nightly 3.7.17-dev.2025-03-18 → 3.7.18-dev.2025-03-19

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.
Files changed (61) hide show
  1. package/CHANGELOG.md +18 -3
  2. package/dist/json/attributes.json +3587 -3543
  3. package/dist/json/importMap-labs.json +36 -36
  4. package/dist/json/importMap.json +166 -166
  5. package/dist/json/tags.json +11 -0
  6. package/dist/json/web-types.json +6725 -6620
  7. package/dist/vuetify-labs.cjs +31517 -0
  8. package/dist/vuetify-labs.css +4465 -4458
  9. package/dist/vuetify-labs.d.ts +155 -82
  10. package/dist/vuetify-labs.esm.js +53 -9
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +53 -9
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +29151 -0
  15. package/dist/vuetify.cjs.map +1 -0
  16. package/dist/vuetify.css +2280 -2273
  17. package/dist/vuetify.d.ts +115 -76
  18. package/dist/vuetify.esm.js +53 -8
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +53 -8
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +18 -18
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/blueprints/md1.js +10 -0
  26. package/lib/blueprints/md1.js.map +1 -1
  27. package/lib/blueprints/md2.js +10 -0
  28. package/lib/blueprints/md2.js.map +1 -1
  29. package/lib/blueprints/md3.js +12 -0
  30. package/lib/blueprints/md3.js.map +1 -1
  31. package/lib/components/VBtnGroup/VBtnGroup.d.ts +6 -6
  32. package/lib/components/VBtnToggle/VBtnToggle.d.ts +6 -6
  33. package/lib/components/VColorPicker/VColorPicker.d.ts +13 -0
  34. package/lib/components/VConfirmEdit/VConfirmEdit.d.ts +13 -0
  35. package/lib/components/VConfirmEdit/VConfirmEdit.js +3 -2
  36. package/lib/components/VConfirmEdit/VConfirmEdit.js.map +1 -1
  37. package/lib/components/VDatePicker/VDatePicker.d.ts +33 -0
  38. package/lib/components/VDatePicker/VDatePicker.js +4 -0
  39. package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
  40. package/lib/components/VDatePicker/VDatePickerControls.css +1 -0
  41. package/lib/components/VDatePicker/VDatePickerControls.d.ts +10 -0
  42. package/lib/components/VDatePicker/VDatePickerControls.js +8 -2
  43. package/lib/components/VDatePicker/VDatePickerControls.js.map +1 -1
  44. package/lib/components/VDatePicker/VDatePickerControls.sass +2 -0
  45. package/lib/components/VDatePicker/VDatePickerMonth.js +2 -2
  46. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  47. package/lib/components/VDatePicker/_variables.scss +1 -0
  48. package/lib/entry-bundler.js +1 -1
  49. package/lib/framework.d.ts +64 -64
  50. package/lib/framework.js +1 -1
  51. package/lib/labs/VDateInput/VDateInput.d.ts +39 -6
  52. package/lib/labs/VDateInput/VDateInput.js +0 -1
  53. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  54. package/lib/labs/VPicker/VPicker.css +6 -0
  55. package/lib/labs/VPicker/VPicker.d.ts +13 -0
  56. package/lib/labs/VPicker/VPicker.js +2 -0
  57. package/lib/labs/VPicker/VPicker.js.map +1 -1
  58. package/lib/labs/VPicker/VPicker.sass +6 -0
  59. package/lib/labs/VPicker/_variables.scss +4 -0
  60. package/lib/labs/VTimePicker/VTimePicker.d.ts +13 -0
  61. package/package.json +11 -1
@@ -1,35 +1,43 @@
1
1
  {
2
2
  "components": {
3
- "VFileUpload": {
4
- "from": "labs/VFileUpload",
3
+ "VCalendar": {
4
+ "from": "labs/VCalendar",
5
5
  "styles": []
6
6
  },
7
- "VFileUploadItem": {
8
- "from": "labs/VFileUpload",
7
+ "VCalendarDay": {
8
+ "from": "labs/VCalendar",
9
9
  "styles": []
10
10
  },
11
- "VStepperVertical": {
12
- "from": "labs/VStepperVertical",
11
+ "VCalendarHeader": {
12
+ "from": "labs/VCalendar",
13
13
  "styles": []
14
14
  },
15
- "VStepperVerticalItem": {
16
- "from": "labs/VStepperVertical",
15
+ "VCalendarInterval": {
16
+ "from": "labs/VCalendar",
17
17
  "styles": []
18
18
  },
19
- "VStepperVerticalActions": {
20
- "from": "labs/VStepperVertical",
19
+ "VCalendarIntervalEvent": {
20
+ "from": "labs/VCalendar",
21
21
  "styles": []
22
22
  },
23
- "VTreeview": {
24
- "from": "labs/VTreeview",
23
+ "VCalendarMonthDay": {
24
+ "from": "labs/VCalendar",
25
25
  "styles": []
26
26
  },
27
- "VTreeviewItem": {
28
- "from": "labs/VTreeview",
27
+ "VPicker": {
28
+ "from": "labs/VPicker",
29
29
  "styles": []
30
30
  },
31
- "VTreeviewGroup": {
32
- "from": "labs/VTreeview",
31
+ "VPickerTitle": {
32
+ "from": "labs/VPicker",
33
+ "styles": []
34
+ },
35
+ "VFileUpload": {
36
+ "from": "labs/VFileUpload",
37
+ "styles": []
38
+ },
39
+ "VFileUploadItem": {
40
+ "from": "labs/VFileUpload",
33
41
  "styles": []
34
42
  },
35
43
  "VTimePicker": {
@@ -44,36 +52,28 @@
44
52
  "from": "labs/VTimePicker",
45
53
  "styles": []
46
54
  },
47
- "VPicker": {
48
- "from": "labs/VPicker",
49
- "styles": []
50
- },
51
- "VPickerTitle": {
52
- "from": "labs/VPicker",
53
- "styles": []
54
- },
55
- "VCalendar": {
56
- "from": "labs/VCalendar",
55
+ "VTreeview": {
56
+ "from": "labs/VTreeview",
57
57
  "styles": []
58
58
  },
59
- "VCalendarDay": {
60
- "from": "labs/VCalendar",
59
+ "VTreeviewItem": {
60
+ "from": "labs/VTreeview",
61
61
  "styles": []
62
62
  },
63
- "VCalendarHeader": {
64
- "from": "labs/VCalendar",
63
+ "VTreeviewGroup": {
64
+ "from": "labs/VTreeview",
65
65
  "styles": []
66
66
  },
67
- "VCalendarInterval": {
68
- "from": "labs/VCalendar",
67
+ "VStepperVertical": {
68
+ "from": "labs/VStepperVertical",
69
69
  "styles": []
70
70
  },
71
- "VCalendarIntervalEvent": {
72
- "from": "labs/VCalendar",
71
+ "VStepperVerticalItem": {
72
+ "from": "labs/VStepperVertical",
73
73
  "styles": []
74
74
  },
75
- "VCalendarMonthDay": {
76
- "from": "labs/VCalendar",
75
+ "VStepperVerticalActions": {
76
+ "from": "labs/VStepperVertical",
77
77
  "styles": []
78
78
  },
79
79
  "VDateInput": {
@@ -1,15 +1,7 @@
1
1
  {
2
2
  "components": {
3
- "VAlert": {
4
- "from": "components/VAlert",
5
- "styles": []
6
- },
7
- "VAlertTitle": {
8
- "from": "components/VAlert",
9
- "styles": []
10
- },
11
- "VApp": {
12
- "from": "components/VApp",
3
+ "VAutocomplete": {
4
+ "from": "components/VAutocomplete",
13
5
  "styles": []
14
6
  },
15
7
  "VAppBar": {
@@ -24,32 +16,32 @@
24
16
  "from": "components/VAppBar",
25
17
  "styles": []
26
18
  },
27
- "VAvatar": {
28
- "from": "components/VAvatar",
29
- "styles": []
30
- },
31
19
  "VBadge": {
32
20
  "from": "components/VBadge",
33
21
  "styles": []
34
22
  },
35
- "VBreadcrumbs": {
36
- "from": "components/VBreadcrumbs",
23
+ "VApp": {
24
+ "from": "components/VApp",
37
25
  "styles": []
38
26
  },
39
- "VBreadcrumbsItem": {
40
- "from": "components/VBreadcrumbs",
27
+ "VBottomNavigation": {
28
+ "from": "components/VBottomNavigation",
41
29
  "styles": []
42
30
  },
43
- "VBreadcrumbsDivider": {
44
- "from": "components/VBreadcrumbs",
31
+ "VAvatar": {
32
+ "from": "components/VAvatar",
45
33
  "styles": []
46
34
  },
47
- "VBottomNavigation": {
48
- "from": "components/VBottomNavigation",
35
+ "VBottomSheet": {
36
+ "from": "components/VBottomSheet",
49
37
  "styles": []
50
38
  },
51
- "VAutocomplete": {
52
- "from": "components/VAutocomplete",
39
+ "VAlert": {
40
+ "from": "components/VAlert",
41
+ "styles": []
42
+ },
43
+ "VAlertTitle": {
44
+ "from": "components/VAlert",
53
45
  "styles": []
54
46
  },
55
47
  "VBanner": {
@@ -64,10 +56,38 @@
64
56
  "from": "components/VBanner",
65
57
  "styles": []
66
58
  },
59
+ "VBreadcrumbs": {
60
+ "from": "components/VBreadcrumbs",
61
+ "styles": []
62
+ },
63
+ "VBreadcrumbsItem": {
64
+ "from": "components/VBreadcrumbs",
65
+ "styles": []
66
+ },
67
+ "VBreadcrumbsDivider": {
68
+ "from": "components/VBreadcrumbs",
69
+ "styles": []
70
+ },
71
+ "VBtn": {
72
+ "from": "components/VBtn",
73
+ "styles": []
74
+ },
67
75
  "VBtnGroup": {
68
76
  "from": "components/VBtnGroup",
69
77
  "styles": []
70
78
  },
79
+ "VBtnToggle": {
80
+ "from": "components/VBtnToggle",
81
+ "styles": []
82
+ },
83
+ "VCarousel": {
84
+ "from": "components/VCarousel",
85
+ "styles": []
86
+ },
87
+ "VCarouselItem": {
88
+ "from": "components/VCarousel",
89
+ "styles": []
90
+ },
71
91
  "VCard": {
72
92
  "from": "components/VCard",
73
93
  "styles": []
@@ -92,14 +112,6 @@
92
112
  "from": "components/VCard",
93
113
  "styles": []
94
114
  },
95
- "VBtn": {
96
- "from": "components/VBtn",
97
- "styles": []
98
- },
99
- "VBottomSheet": {
100
- "from": "components/VBottomSheet",
101
- "styles": []
102
- },
103
115
  "VCheckbox": {
104
116
  "from": "components/VCheckbox",
105
117
  "styles": []
@@ -108,14 +120,6 @@
108
120
  "from": "components/VCheckbox",
109
121
  "styles": []
110
122
  },
111
- "VChip": {
112
- "from": "components/VChip",
113
- "styles": []
114
- },
115
- "VCode": {
116
- "from": "components/VCode",
117
- "styles": []
118
- },
119
123
  "VChipGroup": {
120
124
  "from": "components/VChipGroup",
121
125
  "styles": []
@@ -128,6 +132,14 @@
128
132
  "from": "components/VCombobox",
129
133
  "styles": []
130
134
  },
135
+ "VChip": {
136
+ "from": "components/VChip",
137
+ "styles": []
138
+ },
139
+ "VCode": {
140
+ "from": "components/VCode",
141
+ "styles": []
142
+ },
131
143
  "VDataTable": {
132
144
  "from": "components/VDataTable",
133
145
  "styles": []
@@ -156,8 +168,8 @@
156
168
  "from": "components/VDataTable",
157
169
  "styles": []
158
170
  },
159
- "VDivider": {
160
- "from": "components/VDivider",
171
+ "VCounter": {
172
+ "from": "components/VCounter",
161
173
  "styles": []
162
174
  },
163
175
  "VDatePicker": {
@@ -184,24 +196,20 @@
184
196
  "from": "components/VDatePicker",
185
197
  "styles": []
186
198
  },
187
- "VCounter": {
188
- "from": "components/VCounter",
189
- "styles": []
190
- },
191
199
  "VEmptyState": {
192
200
  "from": "components/VEmptyState",
193
201
  "styles": []
194
202
  },
195
- "VCarousel": {
196
- "from": "components/VCarousel",
203
+ "VFab": {
204
+ "from": "components/VFab",
197
205
  "styles": []
198
206
  },
199
- "VCarouselItem": {
200
- "from": "components/VCarousel",
207
+ "VDialog": {
208
+ "from": "components/VDialog",
201
209
  "styles": []
202
210
  },
203
- "VFab": {
204
- "from": "components/VFab",
211
+ "VDivider": {
212
+ "from": "components/VDivider",
205
213
  "styles": []
206
214
  },
207
215
  "VExpansionPanels": {
@@ -220,10 +228,6 @@
220
228
  "from": "components/VExpansionPanel",
221
229
  "styles": []
222
230
  },
223
- "VFooter": {
224
- "from": "components/VFooter",
225
- "styles": []
226
- },
227
231
  "VField": {
228
232
  "from": "components/VField",
229
233
  "styles": []
@@ -232,18 +236,10 @@
232
236
  "from": "components/VField",
233
237
  "styles": []
234
238
  },
235
- "VDialog": {
236
- "from": "components/VDialog",
237
- "styles": []
238
- },
239
239
  "VFileInput": {
240
240
  "from": "components/VFileInput",
241
241
  "styles": []
242
242
  },
243
- "VImg": {
244
- "from": "components/VImg",
245
- "styles": []
246
- },
247
243
  "VIcon": {
248
244
  "from": "components/VIcon",
249
245
  "styles": []
@@ -264,44 +260,36 @@
264
260
  "from": "components/VIcon",
265
261
  "styles": []
266
262
  },
267
- "VInput": {
268
- "from": "components/VInput",
269
- "styles": []
270
- },
271
263
  "VInfiniteScroll": {
272
264
  "from": "components/VInfiniteScroll",
273
265
  "styles": []
274
266
  },
275
- "VKbd": {
276
- "from": "components/VKbd",
277
- "styles": []
278
- },
279
- "VItemGroup": {
280
- "from": "components/VItemGroup",
267
+ "VFooter": {
268
+ "from": "components/VFooter",
281
269
  "styles": []
282
270
  },
283
- "VItem": {
284
- "from": "components/VItemGroup",
271
+ "VImg": {
272
+ "from": "components/VImg",
285
273
  "styles": []
286
274
  },
287
- "VLabel": {
288
- "from": "components/VLabel",
275
+ "VInput": {
276
+ "from": "components/VInput",
289
277
  "styles": []
290
278
  },
291
- "VMain": {
292
- "from": "components/VMain",
279
+ "VItemGroup": {
280
+ "from": "components/VItemGroup",
293
281
  "styles": []
294
282
  },
295
- "VNavigationDrawer": {
296
- "from": "components/VNavigationDrawer",
283
+ "VItem": {
284
+ "from": "components/VItemGroup",
297
285
  "styles": []
298
286
  },
299
- "VMessages": {
300
- "from": "components/VMessages",
287
+ "VKbd": {
288
+ "from": "components/VKbd",
301
289
  "styles": []
302
290
  },
303
- "VMenu": {
304
- "from": "components/VMenu",
291
+ "VLabel": {
292
+ "from": "components/VLabel",
305
293
  "styles": []
306
294
  },
307
295
  "VList": {
@@ -340,28 +328,48 @@
340
328
  "from": "components/VList",
341
329
  "styles": []
342
330
  },
343
- "VNumberInput": {
344
- "from": "components/VNumberInput",
331
+ "VMain": {
332
+ "from": "components/VMain",
345
333
  "styles": []
346
334
  },
347
- "VOverlay": {
348
- "from": "components/VOverlay",
335
+ "VMenu": {
336
+ "from": "components/VMenu",
349
337
  "styles": []
350
338
  },
351
- "VProgressCircular": {
352
- "from": "components/VProgressCircular",
339
+ "VNavigationDrawer": {
340
+ "from": "components/VNavigationDrawer",
341
+ "styles": []
342
+ },
343
+ "VNumberInput": {
344
+ "from": "components/VNumberInput",
345
+ "styles": []
346
+ },
347
+ "VMessages": {
348
+ "from": "components/VMessages",
353
349
  "styles": []
354
350
  },
355
351
  "VPagination": {
356
352
  "from": "components/VPagination",
357
353
  "styles": []
358
354
  },
355
+ "VProgressLinear": {
356
+ "from": "components/VProgressLinear",
357
+ "styles": []
358
+ },
359
+ "VOverlay": {
360
+ "from": "components/VOverlay",
361
+ "styles": []
362
+ },
359
363
  "VOtpInput": {
360
364
  "from": "components/VOtpInput",
361
365
  "styles": []
362
366
  },
363
- "VProgressLinear": {
364
- "from": "components/VProgressLinear",
367
+ "VProgressCircular": {
368
+ "from": "components/VProgressCircular",
369
+ "styles": []
370
+ },
371
+ "VSelectionControlGroup": {
372
+ "from": "components/VSelectionControlGroup",
365
373
  "styles": []
366
374
  },
367
375
  "VRadioGroup": {
@@ -372,28 +380,40 @@
372
380
  "from": "components/VRating",
373
381
  "styles": []
374
382
  },
375
- "VSkeletonLoader": {
376
- "from": "components/VSkeletonLoader",
383
+ "VSelectionControl": {
384
+ "from": "components/VSelectionControl",
377
385
  "styles": []
378
386
  },
379
- "VSelect": {
380
- "from": "components/VSelect",
387
+ "VSheet": {
388
+ "from": "components/VSheet",
381
389
  "styles": []
382
390
  },
383
- "VSelectionControlGroup": {
384
- "from": "components/VSelectionControlGroup",
391
+ "VSelect": {
392
+ "from": "components/VSelect",
385
393
  "styles": []
386
394
  },
387
- "VSelectionControl": {
388
- "from": "components/VSelectionControl",
395
+ "VSkeletonLoader": {
396
+ "from": "components/VSkeletonLoader",
389
397
  "styles": []
390
398
  },
391
399
  "VSlider": {
392
400
  "from": "components/VSlider",
393
401
  "styles": []
394
402
  },
395
- "VSheet": {
396
- "from": "components/VSheet",
403
+ "VSlideGroup": {
404
+ "from": "components/VSlideGroup",
405
+ "styles": []
406
+ },
407
+ "VSlideGroupItem": {
408
+ "from": "components/VSlideGroup",
409
+ "styles": []
410
+ },
411
+ "VSnackbar": {
412
+ "from": "components/VSnackbar",
413
+ "styles": []
414
+ },
415
+ "VSwitch": {
416
+ "from": "components/VSwitch",
397
417
  "styles": []
398
418
  },
399
419
  "VStepper": {
@@ -420,26 +440,6 @@
420
440
  "from": "components/VStepper",
421
441
  "styles": []
422
442
  },
423
- "VSlideGroup": {
424
- "from": "components/VSlideGroup",
425
- "styles": []
426
- },
427
- "VSlideGroupItem": {
428
- "from": "components/VSlideGroup",
429
- "styles": []
430
- },
431
- "VSwitch": {
432
- "from": "components/VSwitch",
433
- "styles": []
434
- },
435
- "VSnackbar": {
436
- "from": "components/VSnackbar",
437
- "styles": []
438
- },
439
- "VSystemBar": {
440
- "from": "components/VSystemBar",
441
- "styles": []
442
- },
443
443
  "VTab": {
444
444
  "from": "components/VTabs",
445
445
  "styles": []
@@ -456,20 +456,24 @@
456
456
  "from": "components/VTabs",
457
457
  "styles": []
458
458
  },
459
- "VTable": {
460
- "from": "components/VTable",
461
- "styles": []
462
- },
463
- "VBtnToggle": {
464
- "from": "components/VBtnToggle",
459
+ "VTextarea": {
460
+ "from": "components/VTextarea",
465
461
  "styles": []
466
462
  },
467
463
  "VTextField": {
468
464
  "from": "components/VTextField",
469
465
  "styles": []
470
466
  },
471
- "VTooltip": {
472
- "from": "components/VTooltip",
467
+ "VTable": {
468
+ "from": "components/VTable",
469
+ "styles": []
470
+ },
471
+ "VTimeline": {
472
+ "from": "components/VTimeline",
473
+ "styles": []
474
+ },
475
+ "VTimelineItem": {
476
+ "from": "components/VTimeline",
473
477
  "styles": []
474
478
  },
475
479
  "VToolbar": {
@@ -484,8 +488,12 @@
484
488
  "from": "components/VToolbar",
485
489
  "styles": []
486
490
  },
487
- "VTextarea": {
488
- "from": "components/VTextarea",
491
+ "VSystemBar": {
492
+ "from": "components/VSystemBar",
493
+ "styles": []
494
+ },
495
+ "VTooltip": {
496
+ "from": "components/VTooltip",
489
497
  "styles": []
490
498
  },
491
499
  "VWindow": {
@@ -496,30 +504,22 @@
496
504
  "from": "components/VWindow",
497
505
  "styles": []
498
506
  },
499
- "VTimeline": {
500
- "from": "components/VTimeline",
501
- "styles": []
502
- },
503
- "VTimelineItem": {
504
- "from": "components/VTimeline",
507
+ "VConfirmEdit": {
508
+ "from": "components/VConfirmEdit",
505
509
  "styles": []
506
510
  },
507
511
  "VDataIterator": {
508
512
  "from": "components/VDataIterator",
509
513
  "styles": []
510
514
  },
511
- "VConfirmEdit": {
512
- "from": "components/VConfirmEdit",
515
+ "VDefaultsProvider": {
516
+ "from": "components/VDefaultsProvider",
513
517
  "styles": []
514
518
  },
515
519
  "VForm": {
516
520
  "from": "components/VForm",
517
521
  "styles": []
518
522
  },
519
- "VDefaultsProvider": {
520
- "from": "components/VDefaultsProvider",
521
- "styles": []
522
- },
523
523
  "VContainer": {
524
524
  "from": "components/VGrid",
525
525
  "styles": []
@@ -540,20 +540,20 @@
540
540
  "from": "components/VHover",
541
541
  "styles": []
542
542
  },
543
- "VLayout": {
544
- "from": "components/VLayout",
545
- "styles": []
546
- },
547
- "VLayoutItem": {
548
- "from": "components/VLayout",
543
+ "VLazy": {
544
+ "from": "components/VLazy",
549
545
  "styles": []
550
546
  },
551
547
  "VLocaleProvider": {
552
548
  "from": "components/VLocaleProvider",
553
549
  "styles": []
554
550
  },
555
- "VLazy": {
556
- "from": "components/VLazy",
551
+ "VLayout": {
552
+ "from": "components/VLayout",
553
+ "styles": []
554
+ },
555
+ "VLayoutItem": {
556
+ "from": "components/VLayout",
557
557
  "styles": []
558
558
  },
559
559
  "VNoSsr": {
@@ -564,32 +564,28 @@
564
564
  "from": "components/VParallax",
565
565
  "styles": []
566
566
  },
567
- "VRangeSlider": {
568
- "from": "components/VRangeSlider",
569
- "styles": []
570
- },
571
- "VResponsive": {
572
- "from": "components/VResponsive",
573
- "styles": []
574
- },
575
567
  "VRadio": {
576
568
  "from": "components/VRadio",
577
569
  "styles": []
578
570
  },
579
- "VSparkline": {
580
- "from": "components/VSparkline",
571
+ "VRangeSlider": {
572
+ "from": "components/VRangeSlider",
581
573
  "styles": []
582
574
  },
583
575
  "VSnackbarQueue": {
584
576
  "from": "components/VSnackbarQueue",
585
577
  "styles": []
586
578
  },
579
+ "VSparkline": {
580
+ "from": "components/VSparkline",
581
+ "styles": []
582
+ },
587
583
  "VSpeedDial": {
588
584
  "from": "components/VSpeedDial",
589
585
  "styles": []
590
586
  },
591
- "VVirtualScroll": {
592
- "from": "components/VVirtualScroll",
587
+ "VResponsive": {
588
+ "from": "components/VResponsive",
593
589
  "styles": []
594
590
  },
595
591
  "VThemeProvider": {
@@ -600,6 +596,10 @@
600
596
  "from": "components/VValidation",
601
597
  "styles": []
602
598
  },
599
+ "VVirtualScroll": {
600
+ "from": "components/VVirtualScroll",
601
+ "styles": []
602
+ },
603
603
  "VFabTransition": {
604
604
  "from": "components/transitions",
605
605
  "styles": []