@vuetify/nightly 3.9.0-master.2025-07-08 → 3.9.0-master.2025-07-09
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 +12 -3
- package/dist/json/attributes.json +2733 -2733
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +4722 -4722
- package/dist/vuetify-labs.cjs +23 -23
- package/dist/vuetify-labs.css +5395 -5395
- package/dist/vuetify-labs.d.ts +54 -54
- package/dist/vuetify-labs.esm.js +23 -23
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +23 -23
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +15 -15
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4203 -4203
- package/dist/vuetify.d.ts +54 -54
- package/dist/vuetify.esm.js +15 -15
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15 -15
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +8 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.js +7 -7
- package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +1 -1
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +2 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.js +1 -1
- package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.js +1 -1
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +54 -54
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.js +1 -1
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.js +1 -1
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.js +4 -4
- package/lib/labs/VStepperVertical/VStepperVertical.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.js +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.js.map +1 -1
- package/package.json +1 -1
@@ -1,5 +1,29 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VCalendar": {
|
4
|
+
"from": "labs/VCalendar",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VCalendarDay": {
|
8
|
+
"from": "labs/VCalendar",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VCalendarHeader": {
|
12
|
+
"from": "labs/VCalendar",
|
13
|
+
"styles": []
|
14
|
+
},
|
15
|
+
"VCalendarInterval": {
|
16
|
+
"from": "labs/VCalendar",
|
17
|
+
"styles": []
|
18
|
+
},
|
19
|
+
"VCalendarIntervalEvent": {
|
20
|
+
"from": "labs/VCalendar",
|
21
|
+
"styles": []
|
22
|
+
},
|
23
|
+
"VCalendarMonthDay": {
|
24
|
+
"from": "labs/VCalendar",
|
25
|
+
"styles": []
|
26
|
+
},
|
3
27
|
"VColorInput": {
|
4
28
|
"from": "labs/VColorInput",
|
5
29
|
"styles": []
|
@@ -12,10 +36,6 @@
|
|
12
36
|
"from": "labs/VFileUpload",
|
13
37
|
"styles": []
|
14
38
|
},
|
15
|
-
"VIconBtn": {
|
16
|
-
"from": "labs/VIconBtn",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
39
|
"VPicker": {
|
20
40
|
"from": "labs/VPicker",
|
21
41
|
"styles": []
|
@@ -24,6 +44,10 @@
|
|
24
44
|
"from": "labs/VPicker",
|
25
45
|
"styles": []
|
26
46
|
},
|
47
|
+
"VIconBtn": {
|
48
|
+
"from": "labs/VIconBtn",
|
49
|
+
"styles": []
|
50
|
+
},
|
27
51
|
"VStepperVertical": {
|
28
52
|
"from": "labs/VStepperVertical",
|
29
53
|
"styles": []
|
@@ -51,30 +75,6 @@
|
|
51
75
|
"VPullToRefresh": {
|
52
76
|
"from": "labs/VPullToRefresh",
|
53
77
|
"styles": []
|
54
|
-
},
|
55
|
-
"VCalendar": {
|
56
|
-
"from": "labs/VCalendar",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VCalendarDay": {
|
60
|
-
"from": "labs/VCalendar",
|
61
|
-
"styles": []
|
62
|
-
},
|
63
|
-
"VCalendarHeader": {
|
64
|
-
"from": "labs/VCalendar",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
|
-
"VCalendarInterval": {
|
68
|
-
"from": "labs/VCalendar",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
|
-
"VCalendarIntervalEvent": {
|
72
|
-
"from": "labs/VCalendar",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
|
-
"VCalendarMonthDay": {
|
76
|
-
"from": "labs/VCalendar",
|
77
|
-
"styles": []
|
78
78
|
}
|
79
79
|
}
|
80
80
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -1,9 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VApp": {
|
4
|
-
"from": "components/VApp",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
3
|
"VAppBar": {
|
8
4
|
"from": "components/VAppBar",
|
9
5
|
"styles": []
|
@@ -16,10 +12,6 @@
|
|
16
12
|
"from": "components/VAppBar",
|
17
13
|
"styles": []
|
18
14
|
},
|
19
|
-
"VAutocomplete": {
|
20
|
-
"from": "components/VAutocomplete",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
15
|
"VAlert": {
|
24
16
|
"from": "components/VAlert",
|
25
17
|
"styles": []
|
@@ -28,38 +20,26 @@
|
|
28
20
|
"from": "components/VAlert",
|
29
21
|
"styles": []
|
30
22
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
23
|
+
"VApp": {
|
24
|
+
"from": "components/VApp",
|
33
25
|
"styles": []
|
34
26
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
27
|
+
"VAvatar": {
|
28
|
+
"from": "components/VAvatar",
|
37
29
|
"styles": []
|
38
30
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
31
|
+
"VAutocomplete": {
|
32
|
+
"from": "components/VAutocomplete",
|
41
33
|
"styles": []
|
42
34
|
},
|
43
35
|
"VBadge": {
|
44
36
|
"from": "components/VBadge",
|
45
37
|
"styles": []
|
46
38
|
},
|
47
|
-
"VAvatar": {
|
48
|
-
"from": "components/VAvatar",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
39
|
"VBottomNavigation": {
|
52
40
|
"from": "components/VBottomNavigation",
|
53
41
|
"styles": []
|
54
42
|
},
|
55
|
-
"VBtn": {
|
56
|
-
"from": "components/VBtn",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VBtnGroup": {
|
60
|
-
"from": "components/VBtnGroup",
|
61
|
-
"styles": []
|
62
|
-
},
|
63
43
|
"VBanner": {
|
64
44
|
"from": "components/VBanner",
|
65
45
|
"styles": []
|
@@ -72,12 +52,32 @@
|
|
72
52
|
"from": "components/VBanner",
|
73
53
|
"styles": []
|
74
54
|
},
|
55
|
+
"VBreadcrumbs": {
|
56
|
+
"from": "components/VBreadcrumbs",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VBreadcrumbsItem": {
|
60
|
+
"from": "components/VBreadcrumbs",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
|
+
"VBreadcrumbsDivider": {
|
64
|
+
"from": "components/VBreadcrumbs",
|
65
|
+
"styles": []
|
66
|
+
},
|
75
67
|
"VBottomSheet": {
|
76
68
|
"from": "components/VBottomSheet",
|
77
69
|
"styles": []
|
78
70
|
},
|
79
|
-
"
|
80
|
-
"from": "components/
|
71
|
+
"VCheckbox": {
|
72
|
+
"from": "components/VCheckbox",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VCheckboxBtn": {
|
76
|
+
"from": "components/VCheckbox",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VBtnToggle": {
|
80
|
+
"from": "components/VBtnToggle",
|
81
81
|
"styles": []
|
82
82
|
},
|
83
83
|
"VCard": {
|
@@ -104,8 +104,8 @@
|
|
104
104
|
"from": "components/VCard",
|
105
105
|
"styles": []
|
106
106
|
},
|
107
|
-
"
|
108
|
-
"from": "components/
|
107
|
+
"VBtnGroup": {
|
108
|
+
"from": "components/VBtnGroup",
|
109
109
|
"styles": []
|
110
110
|
},
|
111
111
|
"VCarousel": {
|
@@ -120,28 +120,56 @@
|
|
120
120
|
"from": "components/VChipGroup",
|
121
121
|
"styles": []
|
122
122
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
123
|
+
"VColorPicker": {
|
124
|
+
"from": "components/VColorPicker",
|
125
125
|
"styles": []
|
126
126
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
127
|
+
"VChip": {
|
128
|
+
"from": "components/VChip",
|
129
129
|
"styles": []
|
130
130
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
131
|
+
"VBtn": {
|
132
|
+
"from": "components/VBtn",
|
133
133
|
"styles": []
|
134
134
|
},
|
135
135
|
"VCode": {
|
136
136
|
"from": "components/VCode",
|
137
137
|
"styles": []
|
138
138
|
},
|
139
|
+
"VCounter": {
|
140
|
+
"from": "components/VCounter",
|
141
|
+
"styles": []
|
142
|
+
},
|
139
143
|
"VCombobox": {
|
140
144
|
"from": "components/VCombobox",
|
141
145
|
"styles": []
|
142
146
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
147
|
+
"VDataTable": {
|
148
|
+
"from": "components/VDataTable",
|
149
|
+
"styles": []
|
150
|
+
},
|
151
|
+
"VDataTableHeaders": {
|
152
|
+
"from": "components/VDataTable",
|
153
|
+
"styles": []
|
154
|
+
},
|
155
|
+
"VDataTableFooter": {
|
156
|
+
"from": "components/VDataTable",
|
157
|
+
"styles": []
|
158
|
+
},
|
159
|
+
"VDataTableRows": {
|
160
|
+
"from": "components/VDataTable",
|
161
|
+
"styles": []
|
162
|
+
},
|
163
|
+
"VDataTableRow": {
|
164
|
+
"from": "components/VDataTable",
|
165
|
+
"styles": []
|
166
|
+
},
|
167
|
+
"VDataTableVirtual": {
|
168
|
+
"from": "components/VDataTable",
|
169
|
+
"styles": []
|
170
|
+
},
|
171
|
+
"VDataTableServer": {
|
172
|
+
"from": "components/VDataTable",
|
145
173
|
"styles": []
|
146
174
|
},
|
147
175
|
"VDialog": {
|
@@ -176,38 +204,6 @@
|
|
176
204
|
"from": "components/VDivider",
|
177
205
|
"styles": []
|
178
206
|
},
|
179
|
-
"VDataTable": {
|
180
|
-
"from": "components/VDataTable",
|
181
|
-
"styles": []
|
182
|
-
},
|
183
|
-
"VDataTableHeaders": {
|
184
|
-
"from": "components/VDataTable",
|
185
|
-
"styles": []
|
186
|
-
},
|
187
|
-
"VDataTableFooter": {
|
188
|
-
"from": "components/VDataTable",
|
189
|
-
"styles": []
|
190
|
-
},
|
191
|
-
"VDataTableRows": {
|
192
|
-
"from": "components/VDataTable",
|
193
|
-
"styles": []
|
194
|
-
},
|
195
|
-
"VDataTableRow": {
|
196
|
-
"from": "components/VDataTable",
|
197
|
-
"styles": []
|
198
|
-
},
|
199
|
-
"VDataTableVirtual": {
|
200
|
-
"from": "components/VDataTable",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
|
-
"VDataTableServer": {
|
204
|
-
"from": "components/VDataTable",
|
205
|
-
"styles": []
|
206
|
-
},
|
207
|
-
"VEmptyState": {
|
208
|
-
"from": "components/VEmptyState",
|
209
|
-
"styles": []
|
210
|
-
},
|
211
207
|
"VFab": {
|
212
208
|
"from": "components/VFab",
|
213
209
|
"styles": []
|
@@ -228,8 +224,8 @@
|
|
228
224
|
"from": "components/VExpansionPanel",
|
229
225
|
"styles": []
|
230
226
|
},
|
231
|
-
"
|
232
|
-
"from": "components/
|
227
|
+
"VEmptyState": {
|
228
|
+
"from": "components/VEmptyState",
|
233
229
|
"styles": []
|
234
230
|
},
|
235
231
|
"VField": {
|
@@ -244,8 +240,8 @@
|
|
244
240
|
"from": "components/VFooter",
|
245
241
|
"styles": []
|
246
242
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
243
|
+
"VFileInput": {
|
244
|
+
"from": "components/VFileInput",
|
249
245
|
"styles": []
|
250
246
|
},
|
251
247
|
"VIcon": {
|
@@ -268,6 +264,10 @@
|
|
268
264
|
"from": "components/VIcon",
|
269
265
|
"styles": []
|
270
266
|
},
|
267
|
+
"VImg": {
|
268
|
+
"from": "components/VImg",
|
269
|
+
"styles": []
|
270
|
+
},
|
271
271
|
"VInfiniteScroll": {
|
272
272
|
"from": "components/VInfiniteScroll",
|
273
273
|
"styles": []
|
@@ -276,10 +276,26 @@
|
|
276
276
|
"from": "components/VKbd",
|
277
277
|
"styles": []
|
278
278
|
},
|
279
|
+
"VLabel": {
|
280
|
+
"from": "components/VLabel",
|
281
|
+
"styles": []
|
282
|
+
},
|
283
|
+
"VItemGroup": {
|
284
|
+
"from": "components/VItemGroup",
|
285
|
+
"styles": []
|
286
|
+
},
|
287
|
+
"VItem": {
|
288
|
+
"from": "components/VItemGroup",
|
289
|
+
"styles": []
|
290
|
+
},
|
279
291
|
"VInput": {
|
280
292
|
"from": "components/VInput",
|
281
293
|
"styles": []
|
282
294
|
},
|
295
|
+
"VMain": {
|
296
|
+
"from": "components/VMain",
|
297
|
+
"styles": []
|
298
|
+
},
|
283
299
|
"VList": {
|
284
300
|
"from": "components/VList",
|
285
301
|
"styles": []
|
@@ -316,42 +332,18 @@
|
|
316
332
|
"from": "components/VList",
|
317
333
|
"styles": []
|
318
334
|
},
|
319
|
-
"
|
320
|
-
"from": "components/
|
321
|
-
"styles": []
|
322
|
-
},
|
323
|
-
"VItem": {
|
324
|
-
"from": "components/VItemGroup",
|
325
|
-
"styles": []
|
326
|
-
},
|
327
|
-
"VLabel": {
|
328
|
-
"from": "components/VLabel",
|
329
|
-
"styles": []
|
330
|
-
},
|
331
|
-
"VMain": {
|
332
|
-
"from": "components/VMain",
|
335
|
+
"VMessages": {
|
336
|
+
"from": "components/VMessages",
|
333
337
|
"styles": []
|
334
338
|
},
|
335
339
|
"VNumberInput": {
|
336
340
|
"from": "components/VNumberInput",
|
337
341
|
"styles": []
|
338
342
|
},
|
339
|
-
"VMenu": {
|
340
|
-
"from": "components/VMenu",
|
341
|
-
"styles": []
|
342
|
-
},
|
343
|
-
"VMessages": {
|
344
|
-
"from": "components/VMessages",
|
345
|
-
"styles": []
|
346
|
-
},
|
347
343
|
"VNavigationDrawer": {
|
348
344
|
"from": "components/VNavigationDrawer",
|
349
345
|
"styles": []
|
350
346
|
},
|
351
|
-
"VPagination": {
|
352
|
-
"from": "components/VPagination",
|
353
|
-
"styles": []
|
354
|
-
},
|
355
347
|
"VOtpInput": {
|
356
348
|
"from": "components/VOtpInput",
|
357
349
|
"styles": []
|
@@ -360,8 +352,8 @@
|
|
360
352
|
"from": "components/VOverlay",
|
361
353
|
"styles": []
|
362
354
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
355
|
+
"VPagination": {
|
356
|
+
"from": "components/VPagination",
|
365
357
|
"styles": []
|
366
358
|
},
|
367
359
|
"VProgressLinear": {
|
@@ -380,14 +372,22 @@
|
|
380
372
|
"from": "components/VSelect",
|
381
373
|
"styles": []
|
382
374
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
375
|
+
"VRadioGroup": {
|
376
|
+
"from": "components/VRadioGroup",
|
385
377
|
"styles": []
|
386
378
|
},
|
387
379
|
"VSelectionControl": {
|
388
380
|
"from": "components/VSelectionControl",
|
389
381
|
"styles": []
|
390
382
|
},
|
383
|
+
"VSlideGroup": {
|
384
|
+
"from": "components/VSlideGroup",
|
385
|
+
"styles": []
|
386
|
+
},
|
387
|
+
"VSlideGroupItem": {
|
388
|
+
"from": "components/VSlideGroup",
|
389
|
+
"styles": []
|
390
|
+
},
|
391
391
|
"VSkeletonLoader": {
|
392
392
|
"from": "components/VSkeletonLoader",
|
393
393
|
"styles": []
|
@@ -400,14 +400,6 @@
|
|
400
400
|
"from": "components/VSlider",
|
401
401
|
"styles": []
|
402
402
|
},
|
403
|
-
"VSlideGroup": {
|
404
|
-
"from": "components/VSlideGroup",
|
405
|
-
"styles": []
|
406
|
-
},
|
407
|
-
"VSlideGroupItem": {
|
408
|
-
"from": "components/VSlideGroup",
|
409
|
-
"styles": []
|
410
|
-
},
|
411
403
|
"VSnackbar": {
|
412
404
|
"from": "components/VSnackbar",
|
413
405
|
"styles": []
|
@@ -436,12 +428,12 @@
|
|
436
428
|
"from": "components/VStepper",
|
437
429
|
"styles": []
|
438
430
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
431
|
+
"VSheet": {
|
432
|
+
"from": "components/VSheet",
|
441
433
|
"styles": []
|
442
434
|
},
|
443
|
-
"
|
444
|
-
"from": "components/
|
435
|
+
"VSwitch": {
|
436
|
+
"from": "components/VSwitch",
|
445
437
|
"styles": []
|
446
438
|
},
|
447
439
|
"VTab": {
|
@@ -460,14 +452,26 @@
|
|
460
452
|
"from": "components/VTabs",
|
461
453
|
"styles": []
|
462
454
|
},
|
463
|
-
"VTextField": {
|
464
|
-
"from": "components/VTextField",
|
465
|
-
"styles": []
|
466
|
-
},
|
467
455
|
"VTable": {
|
468
456
|
"from": "components/VTable",
|
469
457
|
"styles": []
|
470
458
|
},
|
459
|
+
"VSystemBar": {
|
460
|
+
"from": "components/VSystemBar",
|
461
|
+
"styles": []
|
462
|
+
},
|
463
|
+
"VTextarea": {
|
464
|
+
"from": "components/VTextarea",
|
465
|
+
"styles": []
|
466
|
+
},
|
467
|
+
"VTimeline": {
|
468
|
+
"from": "components/VTimeline",
|
469
|
+
"styles": []
|
470
|
+
},
|
471
|
+
"VTimelineItem": {
|
472
|
+
"from": "components/VTimeline",
|
473
|
+
"styles": []
|
474
|
+
},
|
471
475
|
"VTimePicker": {
|
472
476
|
"from": "components/VTimePicker",
|
473
477
|
"styles": []
|
@@ -480,16 +484,20 @@
|
|
480
484
|
"from": "components/VTimePicker",
|
481
485
|
"styles": []
|
482
486
|
},
|
483
|
-
"
|
484
|
-
"from": "components/
|
487
|
+
"VTextField": {
|
488
|
+
"from": "components/VTextField",
|
485
489
|
"styles": []
|
486
490
|
},
|
487
|
-
"
|
488
|
-
"from": "components/
|
491
|
+
"VTreeview": {
|
492
|
+
"from": "components/VTreeview",
|
489
493
|
"styles": []
|
490
494
|
},
|
491
|
-
"
|
492
|
-
"from": "components/
|
495
|
+
"VTreeviewItem": {
|
496
|
+
"from": "components/VTreeview",
|
497
|
+
"styles": []
|
498
|
+
},
|
499
|
+
"VTreeviewGroup": {
|
500
|
+
"from": "components/VTreeview",
|
493
501
|
"styles": []
|
494
502
|
},
|
495
503
|
"VTooltip": {
|
@@ -508,18 +516,6 @@
|
|
508
516
|
"from": "components/VToolbar",
|
509
517
|
"styles": []
|
510
518
|
},
|
511
|
-
"VTreeview": {
|
512
|
-
"from": "components/VTreeview",
|
513
|
-
"styles": []
|
514
|
-
},
|
515
|
-
"VTreeviewItem": {
|
516
|
-
"from": "components/VTreeview",
|
517
|
-
"styles": []
|
518
|
-
},
|
519
|
-
"VTreeviewGroup": {
|
520
|
-
"from": "components/VTreeview",
|
521
|
-
"styles": []
|
522
|
-
},
|
523
519
|
"VWindow": {
|
524
520
|
"from": "components/VWindow",
|
525
521
|
"styles": []
|
@@ -540,6 +536,10 @@
|
|
540
536
|
"from": "components/VDefaultsProvider",
|
541
537
|
"styles": []
|
542
538
|
},
|
539
|
+
"VForm": {
|
540
|
+
"from": "components/VForm",
|
541
|
+
"styles": []
|
542
|
+
},
|
543
543
|
"VContainer": {
|
544
544
|
"from": "components/VGrid",
|
545
545
|
"styles": []
|
@@ -556,14 +556,14 @@
|
|
556
556
|
"from": "components/VGrid",
|
557
557
|
"styles": []
|
558
558
|
},
|
559
|
-
"VForm": {
|
560
|
-
"from": "components/VForm",
|
561
|
-
"styles": []
|
562
|
-
},
|
563
559
|
"VHover": {
|
564
560
|
"from": "components/VHover",
|
565
561
|
"styles": []
|
566
562
|
},
|
563
|
+
"VLazy": {
|
564
|
+
"from": "components/VLazy",
|
565
|
+
"styles": []
|
566
|
+
},
|
567
567
|
"VLayout": {
|
568
568
|
"from": "components/VLayout",
|
569
569
|
"styles": []
|
@@ -572,10 +572,6 @@
|
|
572
572
|
"from": "components/VLayout",
|
573
573
|
"styles": []
|
574
574
|
},
|
575
|
-
"VLazy": {
|
576
|
-
"from": "components/VLazy",
|
577
|
-
"styles": []
|
578
|
-
},
|
579
575
|
"VLocaleProvider": {
|
580
576
|
"from": "components/VLocaleProvider",
|
581
577
|
"styles": []
|
@@ -584,6 +580,10 @@
|
|
584
580
|
"from": "components/VNoSsr",
|
585
581
|
"styles": []
|
586
582
|
},
|
583
|
+
"VRadio": {
|
584
|
+
"from": "components/VRadio",
|
585
|
+
"styles": []
|
586
|
+
},
|
587
587
|
"VParallax": {
|
588
588
|
"from": "components/VParallax",
|
589
589
|
"styles": []
|
@@ -592,10 +592,6 @@
|
|
592
592
|
"from": "components/VRangeSlider",
|
593
593
|
"styles": []
|
594
594
|
},
|
595
|
-
"VRadio": {
|
596
|
-
"from": "components/VRadio",
|
597
|
-
"styles": []
|
598
|
-
},
|
599
595
|
"VResponsive": {
|
600
596
|
"from": "components/VResponsive",
|
601
597
|
"styles": []
|
@@ -604,26 +600,30 @@
|
|
604
600
|
"from": "components/VSnackbarQueue",
|
605
601
|
"styles": []
|
606
602
|
},
|
607
|
-
"VSparkline": {
|
608
|
-
"from": "components/VSparkline",
|
609
|
-
"styles": []
|
610
|
-
},
|
611
603
|
"VSpeedDial": {
|
612
604
|
"from": "components/VSpeedDial",
|
613
605
|
"styles": []
|
614
606
|
},
|
615
|
-
"
|
616
|
-
"from": "components/
|
607
|
+
"VSparkline": {
|
608
|
+
"from": "components/VSparkline",
|
617
609
|
"styles": []
|
618
610
|
},
|
619
611
|
"VValidation": {
|
620
612
|
"from": "components/VValidation",
|
621
613
|
"styles": []
|
622
614
|
},
|
615
|
+
"VThemeProvider": {
|
616
|
+
"from": "components/VThemeProvider",
|
617
|
+
"styles": []
|
618
|
+
},
|
623
619
|
"VVirtualScroll": {
|
624
620
|
"from": "components/VVirtualScroll",
|
625
621
|
"styles": []
|
626
622
|
},
|
623
|
+
"VMenu": {
|
624
|
+
"from": "components/VMenu",
|
625
|
+
"styles": []
|
626
|
+
},
|
627
627
|
"VFabTransition": {
|
628
628
|
"from": "components/transitions",
|
629
629
|
"styles": []
|