@vuetify/nightly 3.8.0-master.2025-04-04 → 3.8.0-master.2025-04-06
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 +4 -3
- package/dist/json/attributes.json +691 -691
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +150 -150
- package/dist/json/web-types.json +1273 -1273
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4566 -4566
- package/dist/vuetify-labs.d.ts +59 -59
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +5779 -5779
- package/dist/vuetify.d.ts +59 -59
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +59 -59
- package/lib/framework.js +1 -1
- package/package.json +1 -1
@@ -1,11 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "labs/
|
3
|
+
"VStepperVertical": {
|
4
|
+
"from": "labs/VStepperVertical",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"
|
8
|
-
"from": "labs/
|
7
|
+
"VStepperVerticalItem": {
|
8
|
+
"from": "labs/VStepperVertical",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VStepperVerticalActions": {
|
12
|
+
"from": "labs/VStepperVertical",
|
9
13
|
"styles": []
|
10
14
|
},
|
11
15
|
"VCalendar": {
|
@@ -32,20 +36,12 @@
|
|
32
36
|
"from": "labs/VCalendar",
|
33
37
|
"styles": []
|
34
38
|
},
|
35
|
-
"
|
36
|
-
"from": "labs/
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VTreeview": {
|
40
|
-
"from": "labs/VTreeview",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
|
-
"VTreeviewItem": {
|
44
|
-
"from": "labs/VTreeview",
|
39
|
+
"VFileUpload": {
|
40
|
+
"from": "labs/VFileUpload",
|
45
41
|
"styles": []
|
46
42
|
},
|
47
|
-
"
|
48
|
-
"from": "labs/
|
43
|
+
"VFileUploadItem": {
|
44
|
+
"from": "labs/VFileUpload",
|
49
45
|
"styles": []
|
50
46
|
},
|
51
47
|
"VTimePicker": {
|
@@ -60,6 +56,10 @@
|
|
60
56
|
"from": "labs/VTimePicker",
|
61
57
|
"styles": []
|
62
58
|
},
|
59
|
+
"VIconBtn": {
|
60
|
+
"from": "labs/VIconBtn",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
63
|
"VPicker": {
|
64
64
|
"from": "labs/VPicker",
|
65
65
|
"styles": []
|
@@ -68,25 +68,25 @@
|
|
68
68
|
"from": "labs/VPicker",
|
69
69
|
"styles": []
|
70
70
|
},
|
71
|
-
"
|
72
|
-
"from": "labs/
|
73
|
-
"styles": []
|
74
|
-
},
|
75
|
-
"VStepperVerticalItem": {
|
76
|
-
"from": "labs/VStepperVertical",
|
71
|
+
"VTreeview": {
|
72
|
+
"from": "labs/VTreeview",
|
77
73
|
"styles": []
|
78
74
|
},
|
79
|
-
"
|
80
|
-
"from": "labs/
|
75
|
+
"VTreeviewItem": {
|
76
|
+
"from": "labs/VTreeview",
|
81
77
|
"styles": []
|
82
78
|
},
|
83
|
-
"
|
84
|
-
"from": "labs/
|
79
|
+
"VTreeviewGroup": {
|
80
|
+
"from": "labs/VTreeview",
|
85
81
|
"styles": []
|
86
82
|
},
|
87
83
|
"VDateInput": {
|
88
84
|
"from": "labs/VDateInput",
|
89
85
|
"styles": []
|
86
|
+
},
|
87
|
+
"VPullToRefresh": {
|
88
|
+
"from": "labs/VPullToRefresh",
|
89
|
+
"styles": []
|
90
90
|
}
|
91
91
|
}
|
92
92
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VApp": {
|
4
|
+
"from": "components/VApp",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VAlert": {
|
8
|
+
"from": "components/VAlert",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VAlertTitle": {
|
12
|
+
"from": "components/VAlert",
|
13
|
+
"styles": []
|
14
|
+
},
|
3
15
|
"VAutocomplete": {
|
4
16
|
"from": "components/VAutocomplete",
|
5
17
|
"styles": []
|
@@ -16,16 +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",
|
25
37
|
"styles": []
|
26
38
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
39
|
+
"VBottomNavigation": {
|
40
|
+
"from": "components/VBottomNavigation",
|
29
41
|
"styles": []
|
30
42
|
},
|
31
43
|
"VBanner": {
|
@@ -40,12 +52,16 @@
|
|
40
52
|
"from": "components/VBanner",
|
41
53
|
"styles": []
|
42
54
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
55
|
+
"VAvatar": {
|
56
|
+
"from": "components/VAvatar",
|
45
57
|
"styles": []
|
46
58
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
59
|
+
"VBtnGroup": {
|
60
|
+
"from": "components/VBtnGroup",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
|
+
"VBtnToggle": {
|
64
|
+
"from": "components/VBtnToggle",
|
49
65
|
"styles": []
|
50
66
|
},
|
51
67
|
"VBtn": {
|
@@ -96,14 +112,6 @@
|
|
96
112
|
"from": "components/VCheckbox",
|
97
113
|
"styles": []
|
98
114
|
},
|
99
|
-
"VBottomNavigation": {
|
100
|
-
"from": "components/VBottomNavigation",
|
101
|
-
"styles": []
|
102
|
-
},
|
103
|
-
"VBtnToggle": {
|
104
|
-
"from": "components/VBtnToggle",
|
105
|
-
"styles": []
|
106
|
-
},
|
107
115
|
"VCarousel": {
|
108
116
|
"from": "components/VCarousel",
|
109
117
|
"styles": []
|
@@ -112,48 +120,28 @@
|
|
112
120
|
"from": "components/VCarousel",
|
113
121
|
"styles": []
|
114
122
|
},
|
115
|
-
"VBottomSheet": {
|
116
|
-
"from": "components/VBottomSheet",
|
117
|
-
"styles": []
|
118
|
-
},
|
119
123
|
"VChip": {
|
120
124
|
"from": "components/VChip",
|
121
125
|
"styles": []
|
122
126
|
},
|
123
|
-
"VBtnGroup": {
|
124
|
-
"from": "components/VBtnGroup",
|
125
|
-
"styles": []
|
126
|
-
},
|
127
|
-
"VChipGroup": {
|
128
|
-
"from": "components/VChipGroup",
|
129
|
-
"styles": []
|
130
|
-
},
|
131
127
|
"VColorPicker": {
|
132
128
|
"from": "components/VColorPicker",
|
133
129
|
"styles": []
|
134
130
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
137
|
-
"styles": []
|
138
|
-
},
|
139
|
-
"VDatePickerControls": {
|
140
|
-
"from": "components/VDatePicker",
|
141
|
-
"styles": []
|
142
|
-
},
|
143
|
-
"VDatePickerHeader": {
|
144
|
-
"from": "components/VDatePicker",
|
131
|
+
"VChipGroup": {
|
132
|
+
"from": "components/VChipGroup",
|
145
133
|
"styles": []
|
146
134
|
},
|
147
|
-
"
|
148
|
-
"from": "components/
|
135
|
+
"VCode": {
|
136
|
+
"from": "components/VCode",
|
149
137
|
"styles": []
|
150
138
|
},
|
151
|
-
"
|
152
|
-
"from": "components/
|
139
|
+
"VCombobox": {
|
140
|
+
"from": "components/VCombobox",
|
153
141
|
"styles": []
|
154
142
|
},
|
155
|
-
"
|
156
|
-
"from": "components/
|
143
|
+
"VCounter": {
|
144
|
+
"from": "components/VCounter",
|
157
145
|
"styles": []
|
158
146
|
},
|
159
147
|
"VDataTable": {
|
@@ -184,34 +172,54 @@
|
|
184
172
|
"from": "components/VDataTable",
|
185
173
|
"styles": []
|
186
174
|
},
|
187
|
-
"
|
188
|
-
"from": "components/
|
175
|
+
"VDatePicker": {
|
176
|
+
"from": "components/VDatePicker",
|
189
177
|
"styles": []
|
190
178
|
},
|
191
|
-
"
|
192
|
-
"from": "components/
|
179
|
+
"VDatePickerControls": {
|
180
|
+
"from": "components/VDatePicker",
|
193
181
|
"styles": []
|
194
182
|
},
|
195
|
-
"
|
196
|
-
"from": "components/
|
183
|
+
"VDatePickerHeader": {
|
184
|
+
"from": "components/VDatePicker",
|
197
185
|
"styles": []
|
198
186
|
},
|
199
|
-
"
|
200
|
-
"from": "components/
|
187
|
+
"VDatePickerMonth": {
|
188
|
+
"from": "components/VDatePicker",
|
189
|
+
"styles": []
|
190
|
+
},
|
191
|
+
"VDatePickerMonths": {
|
192
|
+
"from": "components/VDatePicker",
|
193
|
+
"styles": []
|
194
|
+
},
|
195
|
+
"VDatePickerYears": {
|
196
|
+
"from": "components/VDatePicker",
|
201
197
|
"styles": []
|
202
198
|
},
|
203
199
|
"VDivider": {
|
204
200
|
"from": "components/VDivider",
|
205
201
|
"styles": []
|
206
202
|
},
|
207
|
-
"
|
208
|
-
"from": "components/
|
203
|
+
"VDialog": {
|
204
|
+
"from": "components/VDialog",
|
209
205
|
"styles": []
|
210
206
|
},
|
211
207
|
"VFab": {
|
212
208
|
"from": "components/VFab",
|
213
209
|
"styles": []
|
214
210
|
},
|
211
|
+
"VField": {
|
212
|
+
"from": "components/VField",
|
213
|
+
"styles": []
|
214
|
+
},
|
215
|
+
"VFieldLabel": {
|
216
|
+
"from": "components/VField",
|
217
|
+
"styles": []
|
218
|
+
},
|
219
|
+
"VFileInput": {
|
220
|
+
"from": "components/VFileInput",
|
221
|
+
"styles": []
|
222
|
+
},
|
215
223
|
"VEmptyState": {
|
216
224
|
"from": "components/VEmptyState",
|
217
225
|
"styles": []
|
@@ -232,14 +240,6 @@
|
|
232
240
|
"from": "components/VExpansionPanel",
|
233
241
|
"styles": []
|
234
242
|
},
|
235
|
-
"VField": {
|
236
|
-
"from": "components/VField",
|
237
|
-
"styles": []
|
238
|
-
},
|
239
|
-
"VFieldLabel": {
|
240
|
-
"from": "components/VField",
|
241
|
-
"styles": []
|
242
|
-
},
|
243
243
|
"VFooter": {
|
244
244
|
"from": "components/VFooter",
|
245
245
|
"styles": []
|
@@ -276,6 +276,10 @@
|
|
276
276
|
"from": "components/VItemGroup",
|
277
277
|
"styles": []
|
278
278
|
},
|
279
|
+
"VInfiniteScroll": {
|
280
|
+
"from": "components/VInfiniteScroll",
|
281
|
+
"styles": []
|
282
|
+
},
|
279
283
|
"VInput": {
|
280
284
|
"from": "components/VInput",
|
281
285
|
"styles": []
|
@@ -284,6 +288,10 @@
|
|
284
288
|
"from": "components/VKbd",
|
285
289
|
"styles": []
|
286
290
|
},
|
291
|
+
"VLabel": {
|
292
|
+
"from": "components/VLabel",
|
293
|
+
"styles": []
|
294
|
+
},
|
287
295
|
"VList": {
|
288
296
|
"from": "components/VList",
|
289
297
|
"styles": []
|
@@ -320,60 +328,48 @@
|
|
320
328
|
"from": "components/VList",
|
321
329
|
"styles": []
|
322
330
|
},
|
323
|
-
"
|
324
|
-
"from": "components/
|
325
|
-
"styles": []
|
326
|
-
},
|
327
|
-
"VLabel": {
|
328
|
-
"from": "components/VLabel",
|
331
|
+
"VMain": {
|
332
|
+
"from": "components/VMain",
|
329
333
|
"styles": []
|
330
334
|
},
|
331
335
|
"VMenu": {
|
332
336
|
"from": "components/VMenu",
|
333
337
|
"styles": []
|
334
338
|
},
|
335
|
-
"VNumberInput": {
|
336
|
-
"from": "components/VNumberInput",
|
337
|
-
"styles": []
|
338
|
-
},
|
339
|
-
"VMain": {
|
340
|
-
"from": "components/VMain",
|
341
|
-
"styles": []
|
342
|
-
},
|
343
339
|
"VNavigationDrawer": {
|
344
340
|
"from": "components/VNavigationDrawer",
|
345
341
|
"styles": []
|
346
342
|
},
|
347
|
-
"VPagination": {
|
348
|
-
"from": "components/VPagination",
|
349
|
-
"styles": []
|
350
|
-
},
|
351
343
|
"VOtpInput": {
|
352
344
|
"from": "components/VOtpInput",
|
353
345
|
"styles": []
|
354
346
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
347
|
+
"VMessages": {
|
348
|
+
"from": "components/VMessages",
|
349
|
+
"styles": []
|
350
|
+
},
|
351
|
+
"VNumberInput": {
|
352
|
+
"from": "components/VNumberInput",
|
357
353
|
"styles": []
|
358
354
|
},
|
359
355
|
"VProgressCircular": {
|
360
356
|
"from": "components/VProgressCircular",
|
361
357
|
"styles": []
|
362
358
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
359
|
+
"VPagination": {
|
360
|
+
"from": "components/VPagination",
|
365
361
|
"styles": []
|
366
362
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
363
|
+
"VOverlay": {
|
364
|
+
"from": "components/VOverlay",
|
369
365
|
"styles": []
|
370
366
|
},
|
371
367
|
"VRadioGroup": {
|
372
368
|
"from": "components/VRadioGroup",
|
373
369
|
"styles": []
|
374
370
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
371
|
+
"VProgressLinear": {
|
372
|
+
"from": "components/VProgressLinear",
|
377
373
|
"styles": []
|
378
374
|
},
|
379
375
|
"VSelectionControl": {
|
@@ -384,8 +380,16 @@
|
|
384
380
|
"from": "components/VSelectionControlGroup",
|
385
381
|
"styles": []
|
386
382
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
383
|
+
"VRating": {
|
384
|
+
"from": "components/VRating",
|
385
|
+
"styles": []
|
386
|
+
},
|
387
|
+
"VSlider": {
|
388
|
+
"from": "components/VSlider",
|
389
|
+
"styles": []
|
390
|
+
},
|
391
|
+
"VSheet": {
|
392
|
+
"from": "components/VSheet",
|
389
393
|
"styles": []
|
390
394
|
},
|
391
395
|
"VSelect": {
|
@@ -400,40 +404,20 @@
|
|
400
404
|
"from": "components/VSlideGroup",
|
401
405
|
"styles": []
|
402
406
|
},
|
403
|
-
"
|
404
|
-
"from": "components/
|
405
|
-
"styles": []
|
406
|
-
},
|
407
|
-
"VSlider": {
|
408
|
-
"from": "components/VSlider",
|
407
|
+
"VSkeletonLoader": {
|
408
|
+
"from": "components/VSkeletonLoader",
|
409
409
|
"styles": []
|
410
410
|
},
|
411
|
-
"
|
412
|
-
"from": "components/
|
411
|
+
"VTextField": {
|
412
|
+
"from": "components/VTextField",
|
413
413
|
"styles": []
|
414
414
|
},
|
415
415
|
"VSwitch": {
|
416
416
|
"from": "components/VSwitch",
|
417
417
|
"styles": []
|
418
418
|
},
|
419
|
-
"
|
420
|
-
"from": "components/
|
421
|
-
"styles": []
|
422
|
-
},
|
423
|
-
"VTab": {
|
424
|
-
"from": "components/VTabs",
|
425
|
-
"styles": []
|
426
|
-
},
|
427
|
-
"VTabs": {
|
428
|
-
"from": "components/VTabs",
|
429
|
-
"styles": []
|
430
|
-
},
|
431
|
-
"VTabsWindow": {
|
432
|
-
"from": "components/VTabs",
|
433
|
-
"styles": []
|
434
|
-
},
|
435
|
-
"VTabsWindowItem": {
|
436
|
-
"from": "components/VTabs",
|
419
|
+
"VSnackbar": {
|
420
|
+
"from": "components/VSnackbar",
|
437
421
|
"styles": []
|
438
422
|
},
|
439
423
|
"VStepper": {
|
@@ -460,8 +444,28 @@
|
|
460
444
|
"from": "components/VStepper",
|
461
445
|
"styles": []
|
462
446
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
447
|
+
"VTable": {
|
448
|
+
"from": "components/VTable",
|
449
|
+
"styles": []
|
450
|
+
},
|
451
|
+
"VTab": {
|
452
|
+
"from": "components/VTabs",
|
453
|
+
"styles": []
|
454
|
+
},
|
455
|
+
"VTabs": {
|
456
|
+
"from": "components/VTabs",
|
457
|
+
"styles": []
|
458
|
+
},
|
459
|
+
"VTabsWindow": {
|
460
|
+
"from": "components/VTabs",
|
461
|
+
"styles": []
|
462
|
+
},
|
463
|
+
"VTabsWindowItem": {
|
464
|
+
"from": "components/VTabs",
|
465
|
+
"styles": []
|
466
|
+
},
|
467
|
+
"VSystemBar": {
|
468
|
+
"from": "components/VSystemBar",
|
465
469
|
"styles": []
|
466
470
|
},
|
467
471
|
"VToolbar": {
|
@@ -476,8 +480,12 @@
|
|
476
480
|
"from": "components/VToolbar",
|
477
481
|
"styles": []
|
478
482
|
},
|
479
|
-
"
|
480
|
-
"from": "components/
|
483
|
+
"VTooltip": {
|
484
|
+
"from": "components/VTooltip",
|
485
|
+
"styles": []
|
486
|
+
},
|
487
|
+
"VTextarea": {
|
488
|
+
"from": "components/VTextarea",
|
481
489
|
"styles": []
|
482
490
|
},
|
483
491
|
"VTimeline": {
|
@@ -488,10 +496,6 @@
|
|
488
496
|
"from": "components/VTimeline",
|
489
497
|
"styles": []
|
490
498
|
},
|
491
|
-
"VTooltip": {
|
492
|
-
"from": "components/VTooltip",
|
493
|
-
"styles": []
|
494
|
-
},
|
495
499
|
"VWindow": {
|
496
500
|
"from": "components/VWindow",
|
497
501
|
"styles": []
|
@@ -500,10 +504,6 @@
|
|
500
504
|
"from": "components/VWindow",
|
501
505
|
"styles": []
|
502
506
|
},
|
503
|
-
"VTextField": {
|
504
|
-
"from": "components/VTextField",
|
505
|
-
"styles": []
|
506
|
-
},
|
507
507
|
"VConfirmEdit": {
|
508
508
|
"from": "components/VConfirmEdit",
|
509
509
|
"styles": []
|
@@ -512,14 +512,18 @@
|
|
512
512
|
"from": "components/VDataIterator",
|
513
513
|
"styles": []
|
514
514
|
},
|
515
|
-
"VHover": {
|
516
|
-
"from": "components/VHover",
|
517
|
-
"styles": []
|
518
|
-
},
|
519
515
|
"VDefaultsProvider": {
|
520
516
|
"from": "components/VDefaultsProvider",
|
521
517
|
"styles": []
|
522
518
|
},
|
519
|
+
"VForm": {
|
520
|
+
"from": "components/VForm",
|
521
|
+
"styles": []
|
522
|
+
},
|
523
|
+
"VHover": {
|
524
|
+
"from": "components/VHover",
|
525
|
+
"styles": []
|
526
|
+
},
|
523
527
|
"VContainer": {
|
524
528
|
"from": "components/VGrid",
|
525
529
|
"styles": []
|
@@ -536,10 +540,6 @@
|
|
536
540
|
"from": "components/VGrid",
|
537
541
|
"styles": []
|
538
542
|
},
|
539
|
-
"VForm": {
|
540
|
-
"from": "components/VForm",
|
541
|
-
"styles": []
|
542
|
-
},
|
543
543
|
"VLazy": {
|
544
544
|
"from": "components/VLazy",
|
545
545
|
"styles": []
|
@@ -552,14 +552,14 @@
|
|
552
552
|
"from": "components/VLayout",
|
553
553
|
"styles": []
|
554
554
|
},
|
555
|
-
"VLocaleProvider": {
|
556
|
-
"from": "components/VLocaleProvider",
|
557
|
-
"styles": []
|
558
|
-
},
|
559
555
|
"VNoSsr": {
|
560
556
|
"from": "components/VNoSsr",
|
561
557
|
"styles": []
|
562
558
|
},
|
559
|
+
"VLocaleProvider": {
|
560
|
+
"from": "components/VLocaleProvider",
|
561
|
+
"styles": []
|
562
|
+
},
|
563
563
|
"VParallax": {
|
564
564
|
"from": "components/VParallax",
|
565
565
|
"styles": []
|
@@ -568,14 +568,14 @@
|
|
568
568
|
"from": "components/VRadio",
|
569
569
|
"styles": []
|
570
570
|
},
|
571
|
-
"VResponsive": {
|
572
|
-
"from": "components/VResponsive",
|
573
|
-
"styles": []
|
574
|
-
},
|
575
571
|
"VRangeSlider": {
|
576
572
|
"from": "components/VRangeSlider",
|
577
573
|
"styles": []
|
578
574
|
},
|
575
|
+
"VResponsive": {
|
576
|
+
"from": "components/VResponsive",
|
577
|
+
"styles": []
|
578
|
+
},
|
579
579
|
"VSnackbarQueue": {
|
580
580
|
"from": "components/VSnackbarQueue",
|
581
581
|
"styles": []
|
@@ -592,10 +592,6 @@
|
|
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": []
|
@@ -663,6 +659,10 @@
|
|
663
659
|
"VDialogTransition": {
|
664
660
|
"from": "components/transitions",
|
665
661
|
"styles": []
|
662
|
+
},
|
663
|
+
"VValidation": {
|
664
|
+
"from": "components/VValidation",
|
665
|
+
"styles": []
|
666
666
|
}
|
667
667
|
},
|
668
668
|
"directives": [
|