@vuetify/nightly 3.8.8-master.2025-06-07 → 3.8.8-master.2025-06-08
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 +959 -959
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +144 -144
- package/dist/json/web-types.json +1852 -1852
- package/dist/vuetify-labs.cjs +91 -27
- package/dist/vuetify-labs.css +3832 -3832
- package/dist/vuetify-labs.d.ts +56 -60
- package/dist/vuetify-labs.esm.js +91 -27
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +91 -27
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +84 -23
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5026 -5026
- package/dist/vuetify.d.ts +56 -60
- package/dist/vuetify.esm.js +84 -23
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +84 -23
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +122 -115
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableColumn.js +1 -0
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.js +8 -1
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +2 -2
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +8 -3
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VSlider/VSliderThumb.js +1 -1
- package/lib/components/VSlider/VSliderThumb.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -4
- package/lib/composables/date/date.js +13 -14
- package/lib/composables/date/date.js.map +1 -1
- package/lib/composables/fileDrop.d.ts +4 -0
- package/lib/composables/fileDrop.js +50 -0
- package/lib/composables/fileDrop.js.map +1 -0
- package/lib/entry-bundler.d.ts +0 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +56 -60
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.js +2 -1
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js +7 -3
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/labs/entry-bundler.d.ts +0 -3
- package/package.json +1 -1
@@ -24,40 +24,40 @@
|
|
24
24
|
"from": "labs/VCalendar",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"
|
28
|
-
"from": "labs/
|
27
|
+
"VFileUpload": {
|
28
|
+
"from": "labs/VFileUpload",
|
29
29
|
"styles": []
|
30
30
|
},
|
31
|
-
"
|
32
|
-
"from": "labs/
|
31
|
+
"VFileUploadItem": {
|
32
|
+
"from": "labs/VFileUpload",
|
33
33
|
"styles": []
|
34
34
|
},
|
35
|
-
"
|
36
|
-
"from": "labs/
|
35
|
+
"VIconBtn": {
|
36
|
+
"from": "labs/VIconBtn",
|
37
37
|
"styles": []
|
38
38
|
},
|
39
39
|
"VColorInput": {
|
40
40
|
"from": "labs/VColorInput",
|
41
41
|
"styles": []
|
42
42
|
},
|
43
|
-
"
|
44
|
-
"from": "labs/
|
43
|
+
"VStepperVertical": {
|
44
|
+
"from": "labs/VStepperVertical",
|
45
45
|
"styles": []
|
46
46
|
},
|
47
|
-
"
|
48
|
-
"from": "labs/
|
47
|
+
"VStepperVerticalItem": {
|
48
|
+
"from": "labs/VStepperVertical",
|
49
49
|
"styles": []
|
50
50
|
},
|
51
|
-
"
|
52
|
-
"from": "labs/
|
51
|
+
"VStepperVerticalActions": {
|
52
|
+
"from": "labs/VStepperVertical",
|
53
53
|
"styles": []
|
54
54
|
},
|
55
|
-
"
|
56
|
-
"from": "labs/
|
55
|
+
"VPicker": {
|
56
|
+
"from": "labs/VPicker",
|
57
57
|
"styles": []
|
58
58
|
},
|
59
|
-
"
|
60
|
-
"from": "labs/
|
59
|
+
"VPickerTitle": {
|
60
|
+
"from": "labs/VPicker",
|
61
61
|
"styles": []
|
62
62
|
},
|
63
63
|
"VTreeview": {
|
@@ -72,16 +72,16 @@
|
|
72
72
|
"from": "labs/VTreeview",
|
73
73
|
"styles": []
|
74
74
|
},
|
75
|
-
"
|
76
|
-
"from": "labs/
|
75
|
+
"VTimePicker": {
|
76
|
+
"from": "labs/VTimePicker",
|
77
77
|
"styles": []
|
78
78
|
},
|
79
|
-
"
|
80
|
-
"from": "labs/
|
79
|
+
"VTimePickerClock": {
|
80
|
+
"from": "labs/VTimePicker",
|
81
81
|
"styles": []
|
82
82
|
},
|
83
|
-
"
|
84
|
-
"from": "labs/
|
83
|
+
"VTimePickerControls": {
|
84
|
+
"from": "labs/VTimePicker",
|
85
85
|
"styles": []
|
86
86
|
},
|
87
87
|
"VDateInput": {
|
package/dist/json/importMap.json
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VApp": {
|
4
|
+
"from": "components/VApp",
|
5
|
+
"styles": []
|
6
|
+
},
|
3
7
|
"VAppBar": {
|
4
8
|
"from": "components/VAppBar",
|
5
9
|
"styles": []
|
@@ -12,6 +16,10 @@
|
|
12
16
|
"from": "components/VAppBar",
|
13
17
|
"styles": []
|
14
18
|
},
|
19
|
+
"VAutocomplete": {
|
20
|
+
"from": "components/VAutocomplete",
|
21
|
+
"styles": []
|
22
|
+
},
|
15
23
|
"VAlert": {
|
16
24
|
"from": "components/VAlert",
|
17
25
|
"styles": []
|
@@ -24,14 +32,6 @@
|
|
24
32
|
"from": "components/VAvatar",
|
25
33
|
"styles": []
|
26
34
|
},
|
27
|
-
"VApp": {
|
28
|
-
"from": "components/VApp",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VBadge": {
|
32
|
-
"from": "components/VBadge",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
35
|
"VBanner": {
|
36
36
|
"from": "components/VBanner",
|
37
37
|
"styles": []
|
@@ -44,14 +44,14 @@
|
|
44
44
|
"from": "components/VBanner",
|
45
45
|
"styles": []
|
46
46
|
},
|
47
|
-
"VAutocomplete": {
|
48
|
-
"from": "components/VAutocomplete",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
47
|
"VBottomSheet": {
|
52
48
|
"from": "components/VBottomSheet",
|
53
49
|
"styles": []
|
54
50
|
},
|
51
|
+
"VBadge": {
|
52
|
+
"from": "components/VBadge",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
55
|
"VBreadcrumbs": {
|
56
56
|
"from": "components/VBreadcrumbs",
|
57
57
|
"styles": []
|
@@ -68,18 +68,14 @@
|
|
68
68
|
"from": "components/VBottomNavigation",
|
69
69
|
"styles": []
|
70
70
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
71
|
+
"VBtnGroup": {
|
72
|
+
"from": "components/VBtnGroup",
|
73
73
|
"styles": []
|
74
74
|
},
|
75
75
|
"VBtnToggle": {
|
76
76
|
"from": "components/VBtnToggle",
|
77
77
|
"styles": []
|
78
78
|
},
|
79
|
-
"VBtnGroup": {
|
80
|
-
"from": "components/VBtnGroup",
|
81
|
-
"styles": []
|
82
|
-
},
|
83
79
|
"VCarousel": {
|
84
80
|
"from": "components/VCarousel",
|
85
81
|
"styles": []
|
@@ -88,6 +84,26 @@
|
|
88
84
|
"from": "components/VCarousel",
|
89
85
|
"styles": []
|
90
86
|
},
|
87
|
+
"VBtn": {
|
88
|
+
"from": "components/VBtn",
|
89
|
+
"styles": []
|
90
|
+
},
|
91
|
+
"VChipGroup": {
|
92
|
+
"from": "components/VChipGroup",
|
93
|
+
"styles": []
|
94
|
+
},
|
95
|
+
"VChip": {
|
96
|
+
"from": "components/VChip",
|
97
|
+
"styles": []
|
98
|
+
},
|
99
|
+
"VCheckbox": {
|
100
|
+
"from": "components/VCheckbox",
|
101
|
+
"styles": []
|
102
|
+
},
|
103
|
+
"VCheckboxBtn": {
|
104
|
+
"from": "components/VCheckbox",
|
105
|
+
"styles": []
|
106
|
+
},
|
91
107
|
"VCard": {
|
92
108
|
"from": "components/VCard",
|
93
109
|
"styles": []
|
@@ -112,6 +128,14 @@
|
|
112
128
|
"from": "components/VCard",
|
113
129
|
"styles": []
|
114
130
|
},
|
131
|
+
"VCode": {
|
132
|
+
"from": "components/VCode",
|
133
|
+
"styles": []
|
134
|
+
},
|
135
|
+
"VColorPicker": {
|
136
|
+
"from": "components/VColorPicker",
|
137
|
+
"styles": []
|
138
|
+
},
|
115
139
|
"VDataTable": {
|
116
140
|
"from": "components/VDataTable",
|
117
141
|
"styles": []
|
@@ -140,38 +164,10 @@
|
|
140
164
|
"from": "components/VDataTable",
|
141
165
|
"styles": []
|
142
166
|
},
|
143
|
-
"VCode": {
|
144
|
-
"from": "components/VCode",
|
145
|
-
"styles": []
|
146
|
-
},
|
147
|
-
"VCheckbox": {
|
148
|
-
"from": "components/VCheckbox",
|
149
|
-
"styles": []
|
150
|
-
},
|
151
|
-
"VCheckboxBtn": {
|
152
|
-
"from": "components/VCheckbox",
|
153
|
-
"styles": []
|
154
|
-
},
|
155
|
-
"VChip": {
|
156
|
-
"from": "components/VChip",
|
157
|
-
"styles": []
|
158
|
-
},
|
159
|
-
"VCounter": {
|
160
|
-
"from": "components/VCounter",
|
161
|
-
"styles": []
|
162
|
-
},
|
163
|
-
"VChipGroup": {
|
164
|
-
"from": "components/VChipGroup",
|
165
|
-
"styles": []
|
166
|
-
},
|
167
167
|
"VCombobox": {
|
168
168
|
"from": "components/VCombobox",
|
169
169
|
"styles": []
|
170
170
|
},
|
171
|
-
"VColorPicker": {
|
172
|
-
"from": "components/VColorPicker",
|
173
|
-
"styles": []
|
174
|
-
},
|
175
171
|
"VDatePicker": {
|
176
172
|
"from": "components/VDatePicker",
|
177
173
|
"styles": []
|
@@ -196,14 +192,22 @@
|
|
196
192
|
"from": "components/VDatePicker",
|
197
193
|
"styles": []
|
198
194
|
},
|
199
|
-
"
|
200
|
-
"from": "components/
|
195
|
+
"VCounter": {
|
196
|
+
"from": "components/VCounter",
|
201
197
|
"styles": []
|
202
198
|
},
|
203
199
|
"VDialog": {
|
204
200
|
"from": "components/VDialog",
|
205
201
|
"styles": []
|
206
202
|
},
|
203
|
+
"VEmptyState": {
|
204
|
+
"from": "components/VEmptyState",
|
205
|
+
"styles": []
|
206
|
+
},
|
207
|
+
"VDivider": {
|
208
|
+
"from": "components/VDivider",
|
209
|
+
"styles": []
|
210
|
+
},
|
207
211
|
"VExpansionPanels": {
|
208
212
|
"from": "components/VExpansionPanel",
|
209
213
|
"styles": []
|
@@ -224,14 +228,14 @@
|
|
224
228
|
"from": "components/VFab",
|
225
229
|
"styles": []
|
226
230
|
},
|
227
|
-
"VFooter": {
|
228
|
-
"from": "components/VFooter",
|
229
|
-
"styles": []
|
230
|
-
},
|
231
231
|
"VFileInput": {
|
232
232
|
"from": "components/VFileInput",
|
233
233
|
"styles": []
|
234
234
|
},
|
235
|
+
"VFooter": {
|
236
|
+
"from": "components/VFooter",
|
237
|
+
"styles": []
|
238
|
+
},
|
235
239
|
"VField": {
|
236
240
|
"from": "components/VField",
|
237
241
|
"styles": []
|
@@ -260,14 +264,18 @@
|
|
260
264
|
"from": "components/VIcon",
|
261
265
|
"styles": []
|
262
266
|
},
|
263
|
-
"
|
264
|
-
"from": "components/
|
267
|
+
"VImg": {
|
268
|
+
"from": "components/VImg",
|
265
269
|
"styles": []
|
266
270
|
},
|
267
271
|
"VInput": {
|
268
272
|
"from": "components/VInput",
|
269
273
|
"styles": []
|
270
274
|
},
|
275
|
+
"VInfiniteScroll": {
|
276
|
+
"from": "components/VInfiniteScroll",
|
277
|
+
"styles": []
|
278
|
+
},
|
271
279
|
"VKbd": {
|
272
280
|
"from": "components/VKbd",
|
273
281
|
"styles": []
|
@@ -284,10 +292,6 @@
|
|
284
292
|
"from": "components/VLabel",
|
285
293
|
"styles": []
|
286
294
|
},
|
287
|
-
"VImg": {
|
288
|
-
"from": "components/VImg",
|
289
|
-
"styles": []
|
290
|
-
},
|
291
295
|
"VList": {
|
292
296
|
"from": "components/VList",
|
293
297
|
"styles": []
|
@@ -324,44 +328,48 @@
|
|
324
328
|
"from": "components/VList",
|
325
329
|
"styles": []
|
326
330
|
},
|
327
|
-
"VMenu": {
|
328
|
-
"from": "components/VMenu",
|
329
|
-
"styles": []
|
330
|
-
},
|
331
331
|
"VMain": {
|
332
332
|
"from": "components/VMain",
|
333
333
|
"styles": []
|
334
334
|
},
|
335
|
-
"
|
336
|
-
"from": "components/
|
335
|
+
"VMessages": {
|
336
|
+
"from": "components/VMessages",
|
337
337
|
"styles": []
|
338
338
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
339
|
+
"VMenu": {
|
340
|
+
"from": "components/VMenu",
|
341
341
|
"styles": []
|
342
342
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
343
|
+
"VNumberInput": {
|
344
|
+
"from": "components/VNumberInput",
|
345
345
|
"styles": []
|
346
346
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
347
|
+
"VNavigationDrawer": {
|
348
|
+
"from": "components/VNavigationDrawer",
|
349
349
|
"styles": []
|
350
350
|
},
|
351
351
|
"VOtpInput": {
|
352
352
|
"from": "components/VOtpInput",
|
353
353
|
"styles": []
|
354
354
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
355
|
+
"VProgressLinear": {
|
356
|
+
"from": "components/VProgressLinear",
|
357
|
+
"styles": []
|
358
|
+
},
|
359
|
+
"VOverlay": {
|
360
|
+
"from": "components/VOverlay",
|
357
361
|
"styles": []
|
358
362
|
},
|
359
363
|
"VPagination": {
|
360
364
|
"from": "components/VPagination",
|
361
365
|
"styles": []
|
362
366
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
367
|
+
"VSelect": {
|
368
|
+
"from": "components/VSelect",
|
369
|
+
"styles": []
|
370
|
+
},
|
371
|
+
"VProgressCircular": {
|
372
|
+
"from": "components/VProgressCircular",
|
365
373
|
"styles": []
|
366
374
|
},
|
367
375
|
"VRadioGroup": {
|
@@ -372,16 +380,16 @@
|
|
372
380
|
"from": "components/VRating",
|
373
381
|
"styles": []
|
374
382
|
},
|
375
|
-
"VSelect": {
|
376
|
-
"from": "components/VSelect",
|
377
|
-
"styles": []
|
378
|
-
},
|
379
383
|
"VSelectionControlGroup": {
|
380
384
|
"from": "components/VSelectionControlGroup",
|
381
385
|
"styles": []
|
382
386
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
387
|
+
"VSlideGroup": {
|
388
|
+
"from": "components/VSlideGroup",
|
389
|
+
"styles": []
|
390
|
+
},
|
391
|
+
"VSlideGroupItem": {
|
392
|
+
"from": "components/VSlideGroup",
|
385
393
|
"styles": []
|
386
394
|
},
|
387
395
|
"VSheet": {
|
@@ -392,12 +400,16 @@
|
|
392
400
|
"from": "components/VSelectionControl",
|
393
401
|
"styles": []
|
394
402
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
403
|
+
"VSkeletonLoader": {
|
404
|
+
"from": "components/VSkeletonLoader",
|
397
405
|
"styles": []
|
398
406
|
},
|
399
|
-
"
|
400
|
-
"from": "components/
|
407
|
+
"VSlider": {
|
408
|
+
"from": "components/VSlider",
|
409
|
+
"styles": []
|
410
|
+
},
|
411
|
+
"VSnackbar": {
|
412
|
+
"from": "components/VSnackbar",
|
401
413
|
"styles": []
|
402
414
|
},
|
403
415
|
"VStepper": {
|
@@ -424,28 +436,24 @@
|
|
424
436
|
"from": "components/VStepper",
|
425
437
|
"styles": []
|
426
438
|
},
|
427
|
-
"
|
428
|
-
"from": "components/
|
439
|
+
"VSwitch": {
|
440
|
+
"from": "components/VSwitch",
|
429
441
|
"styles": []
|
430
442
|
},
|
431
|
-
"
|
432
|
-
"from": "components/
|
443
|
+
"VTable": {
|
444
|
+
"from": "components/VTable",
|
433
445
|
"styles": []
|
434
446
|
},
|
435
447
|
"VSystemBar": {
|
436
448
|
"from": "components/VSystemBar",
|
437
449
|
"styles": []
|
438
450
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
441
|
-
"styles": []
|
442
|
-
},
|
443
|
-
"VTimeline": {
|
444
|
-
"from": "components/VTimeline",
|
451
|
+
"VTextarea": {
|
452
|
+
"from": "components/VTextarea",
|
445
453
|
"styles": []
|
446
454
|
},
|
447
|
-
"
|
448
|
-
"from": "components/
|
455
|
+
"VTextField": {
|
456
|
+
"from": "components/VTextField",
|
449
457
|
"styles": []
|
450
458
|
},
|
451
459
|
"VTab": {
|
@@ -464,12 +472,16 @@
|
|
464
472
|
"from": "components/VTabs",
|
465
473
|
"styles": []
|
466
474
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
475
|
+
"VTimeline": {
|
476
|
+
"from": "components/VTimeline",
|
469
477
|
"styles": []
|
470
478
|
},
|
471
|
-
"
|
472
|
-
"from": "components/
|
479
|
+
"VTimelineItem": {
|
480
|
+
"from": "components/VTimeline",
|
481
|
+
"styles": []
|
482
|
+
},
|
483
|
+
"VTooltip": {
|
484
|
+
"from": "components/VTooltip",
|
473
485
|
"styles": []
|
474
486
|
},
|
475
487
|
"VToolbar": {
|
@@ -484,10 +496,6 @@
|
|
484
496
|
"from": "components/VToolbar",
|
485
497
|
"styles": []
|
486
498
|
},
|
487
|
-
"VTooltip": {
|
488
|
-
"from": "components/VTooltip",
|
489
|
-
"styles": []
|
490
|
-
},
|
491
499
|
"VWindow": {
|
492
500
|
"from": "components/VWindow",
|
493
501
|
"styles": []
|
@@ -500,14 +508,6 @@
|
|
500
508
|
"from": "components/VConfirmEdit",
|
501
509
|
"styles": []
|
502
510
|
},
|
503
|
-
"VTable": {
|
504
|
-
"from": "components/VTable",
|
505
|
-
"styles": []
|
506
|
-
},
|
507
|
-
"VDataIterator": {
|
508
|
-
"from": "components/VDataIterator",
|
509
|
-
"styles": []
|
510
|
-
},
|
511
511
|
"VDefaultsProvider": {
|
512
512
|
"from": "components/VDefaultsProvider",
|
513
513
|
"styles": []
|
@@ -516,46 +516,42 @@
|
|
516
516
|
"from": "components/VForm",
|
517
517
|
"styles": []
|
518
518
|
},
|
519
|
-
"
|
520
|
-
"from": "components/
|
519
|
+
"VDataIterator": {
|
520
|
+
"from": "components/VDataIterator",
|
521
521
|
"styles": []
|
522
522
|
},
|
523
|
-
"
|
524
|
-
"from": "components/
|
523
|
+
"VHover": {
|
524
|
+
"from": "components/VHover",
|
525
525
|
"styles": []
|
526
526
|
},
|
527
|
-
"
|
528
|
-
"from": "components/
|
527
|
+
"VLayout": {
|
528
|
+
"from": "components/VLayout",
|
529
529
|
"styles": []
|
530
530
|
},
|
531
|
-
"
|
532
|
-
"from": "components/
|
531
|
+
"VLayoutItem": {
|
532
|
+
"from": "components/VLayout",
|
533
533
|
"styles": []
|
534
534
|
},
|
535
|
-
"
|
536
|
-
"from": "components/
|
535
|
+
"VLocaleProvider": {
|
536
|
+
"from": "components/VLocaleProvider",
|
537
537
|
"styles": []
|
538
538
|
},
|
539
539
|
"VLazy": {
|
540
540
|
"from": "components/VLazy",
|
541
541
|
"styles": []
|
542
542
|
},
|
543
|
-
"VLocaleProvider": {
|
544
|
-
"from": "components/VLocaleProvider",
|
545
|
-
"styles": []
|
546
|
-
},
|
547
543
|
"VNoSsr": {
|
548
544
|
"from": "components/VNoSsr",
|
549
545
|
"styles": []
|
550
546
|
},
|
551
|
-
"VRadio": {
|
552
|
-
"from": "components/VRadio",
|
553
|
-
"styles": []
|
554
|
-
},
|
555
547
|
"VParallax": {
|
556
548
|
"from": "components/VParallax",
|
557
549
|
"styles": []
|
558
550
|
},
|
551
|
+
"VRadio": {
|
552
|
+
"from": "components/VRadio",
|
553
|
+
"styles": []
|
554
|
+
},
|
559
555
|
"VRangeSlider": {
|
560
556
|
"from": "components/VRangeSlider",
|
561
557
|
"styles": []
|
@@ -564,10 +560,6 @@
|
|
564
560
|
"from": "components/VResponsive",
|
565
561
|
"styles": []
|
566
562
|
},
|
567
|
-
"VSnackbarQueue": {
|
568
|
-
"from": "components/VSnackbarQueue",
|
569
|
-
"styles": []
|
570
|
-
},
|
571
563
|
"VSpeedDial": {
|
572
564
|
"from": "components/VSpeedDial",
|
573
565
|
"styles": []
|
@@ -580,14 +572,14 @@
|
|
580
572
|
"from": "components/VThemeProvider",
|
581
573
|
"styles": []
|
582
574
|
},
|
583
|
-
"VValidation": {
|
584
|
-
"from": "components/VValidation",
|
585
|
-
"styles": []
|
586
|
-
},
|
587
575
|
"VVirtualScroll": {
|
588
576
|
"from": "components/VVirtualScroll",
|
589
577
|
"styles": []
|
590
578
|
},
|
579
|
+
"VValidation": {
|
580
|
+
"from": "components/VValidation",
|
581
|
+
"styles": []
|
582
|
+
},
|
591
583
|
"VFabTransition": {
|
592
584
|
"from": "components/transitions",
|
593
585
|
"styles": []
|
@@ -652,16 +644,24 @@
|
|
652
644
|
"from": "components/transitions",
|
653
645
|
"styles": []
|
654
646
|
},
|
655
|
-
"
|
656
|
-
"from": "components/
|
647
|
+
"VContainer": {
|
648
|
+
"from": "components/VGrid",
|
657
649
|
"styles": []
|
658
650
|
},
|
659
|
-
"
|
660
|
-
"from": "components/
|
651
|
+
"VCol": {
|
652
|
+
"from": "components/VGrid",
|
661
653
|
"styles": []
|
662
654
|
},
|
663
|
-
"
|
664
|
-
"from": "components/
|
655
|
+
"VRow": {
|
656
|
+
"from": "components/VGrid",
|
657
|
+
"styles": []
|
658
|
+
},
|
659
|
+
"VSpacer": {
|
660
|
+
"from": "components/VGrid",
|
661
|
+
"styles": []
|
662
|
+
},
|
663
|
+
"VSnackbarQueue": {
|
664
|
+
"from": "components/VSnackbarQueue",
|
665
665
|
"styles": []
|
666
666
|
}
|
667
667
|
},
|