@vuetify/nightly 3.8.5-master.2025-05-15 → 3.8.5-master.2025-05-16
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 +10 -3
- package/dist/json/attributes.json +2838 -2838
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +168 -168
- package/dist/json/web-types.json +5375 -5375
- package/dist/vuetify-labs.cjs +10 -8
- package/dist/vuetify-labs.css +4110 -4110
- package/dist/vuetify-labs.d.ts +59 -59
- package/dist/vuetify-labs.esm.js +10 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +10 -8
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4331 -4331
- package/dist/vuetify.d.ts +59 -59
- package/dist/vuetify.esm.js +10 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +14 -13
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VList/VList.d.ts +3 -3
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +6 -4
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +56 -56
- package/lib/framework.js +1 -1
- package/lib/util/helpers.js +1 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
@@ -1,9 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VColorInput": {
|
4
|
-
"from": "labs/VColorInput",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
3
|
"VCalendar": {
|
8
4
|
"from": "labs/VCalendar",
|
9
5
|
"styles": []
|
@@ -28,18 +24,6 @@
|
|
28
24
|
"from": "labs/VCalendar",
|
29
25
|
"styles": []
|
30
26
|
},
|
31
|
-
"VIconBtn": {
|
32
|
-
"from": "labs/VIconBtn",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
|
-
"VPicker": {
|
36
|
-
"from": "labs/VPicker",
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VPickerTitle": {
|
40
|
-
"from": "labs/VPicker",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
27
|
"VFileUpload": {
|
44
28
|
"from": "labs/VFileUpload",
|
45
29
|
"styles": []
|
@@ -48,6 +32,14 @@
|
|
48
32
|
"from": "labs/VFileUpload",
|
49
33
|
"styles": []
|
50
34
|
},
|
35
|
+
"VIconBtn": {
|
36
|
+
"from": "labs/VIconBtn",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VColorInput": {
|
40
|
+
"from": "labs/VColorInput",
|
41
|
+
"styles": []
|
42
|
+
},
|
51
43
|
"VStepperVertical": {
|
52
44
|
"from": "labs/VStepperVertical",
|
53
45
|
"styles": []
|
@@ -60,6 +52,18 @@
|
|
60
52
|
"from": "labs/VStepperVertical",
|
61
53
|
"styles": []
|
62
54
|
},
|
55
|
+
"VTimePicker": {
|
56
|
+
"from": "labs/VTimePicker",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VTimePickerClock": {
|
60
|
+
"from": "labs/VTimePicker",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
|
+
"VTimePickerControls": {
|
64
|
+
"from": "labs/VTimePicker",
|
65
|
+
"styles": []
|
66
|
+
},
|
63
67
|
"VTreeview": {
|
64
68
|
"from": "labs/VTreeview",
|
65
69
|
"styles": []
|
@@ -72,16 +76,12 @@
|
|
72
76
|
"from": "labs/VTreeview",
|
73
77
|
"styles": []
|
74
78
|
},
|
75
|
-
"
|
76
|
-
"from": "labs/
|
77
|
-
"styles": []
|
78
|
-
},
|
79
|
-
"VTimePickerClock": {
|
80
|
-
"from": "labs/VTimePicker",
|
79
|
+
"VPicker": {
|
80
|
+
"from": "labs/VPicker",
|
81
81
|
"styles": []
|
82
82
|
},
|
83
|
-
"
|
84
|
-
"from": "labs/
|
83
|
+
"VPickerTitle": {
|
84
|
+
"from": "labs/VPicker",
|
85
85
|
"styles": []
|
86
86
|
},
|
87
87
|
"VDateInput": {
|
package/dist/json/importMap.json
CHANGED
@@ -4,10 +4,6 @@
|
|
4
4
|
"from": "components/VApp",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"VAvatar": {
|
8
|
-
"from": "components/VAvatar",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
7
|
"VAlert": {
|
12
8
|
"from": "components/VAlert",
|
13
9
|
"styles": []
|
@@ -16,18 +12,6 @@
|
|
16
12
|
"from": "components/VAlert",
|
17
13
|
"styles": []
|
18
14
|
},
|
19
|
-
"VAppBar": {
|
20
|
-
"from": "components/VAppBar",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
|
-
"VAppBarNavIcon": {
|
24
|
-
"from": "components/VAppBar",
|
25
|
-
"styles": []
|
26
|
-
},
|
27
|
-
"VAppBarTitle": {
|
28
|
-
"from": "components/VAppBar",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
15
|
"VAutocomplete": {
|
32
16
|
"from": "components/VAutocomplete",
|
33
17
|
"styles": []
|
@@ -44,14 +28,18 @@
|
|
44
28
|
"from": "components/VBanner",
|
45
29
|
"styles": []
|
46
30
|
},
|
47
|
-
"VBadge": {
|
48
|
-
"from": "components/VBadge",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
31
|
"VBottomSheet": {
|
52
32
|
"from": "components/VBottomSheet",
|
53
33
|
"styles": []
|
54
34
|
},
|
35
|
+
"VAvatar": {
|
36
|
+
"from": "components/VAvatar",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VBtn": {
|
40
|
+
"from": "components/VBtn",
|
41
|
+
"styles": []
|
42
|
+
},
|
55
43
|
"VBreadcrumbs": {
|
56
44
|
"from": "components/VBreadcrumbs",
|
57
45
|
"styles": []
|
@@ -64,10 +52,6 @@
|
|
64
52
|
"from": "components/VBreadcrumbs",
|
65
53
|
"styles": []
|
66
54
|
},
|
67
|
-
"VBtnToggle": {
|
68
|
-
"from": "components/VBtnToggle",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
55
|
"VBottomNavigation": {
|
72
56
|
"from": "components/VBottomNavigation",
|
73
57
|
"styles": []
|
@@ -76,6 +60,10 @@
|
|
76
60
|
"from": "components/VBtnGroup",
|
77
61
|
"styles": []
|
78
62
|
},
|
63
|
+
"VBtnToggle": {
|
64
|
+
"from": "components/VBtnToggle",
|
65
|
+
"styles": []
|
66
|
+
},
|
79
67
|
"VCard": {
|
80
68
|
"from": "components/VCard",
|
81
69
|
"styles": []
|
@@ -100,26 +88,22 @@
|
|
100
88
|
"from": "components/VCard",
|
101
89
|
"styles": []
|
102
90
|
},
|
103
|
-
"VCarousel": {
|
104
|
-
"from": "components/VCarousel",
|
105
|
-
"styles": []
|
106
|
-
},
|
107
|
-
"VCarouselItem": {
|
108
|
-
"from": "components/VCarousel",
|
109
|
-
"styles": []
|
110
|
-
},
|
111
91
|
"VChip": {
|
112
92
|
"from": "components/VChip",
|
113
93
|
"styles": []
|
114
94
|
},
|
115
|
-
"VBtn": {
|
116
|
-
"from": "components/VBtn",
|
117
|
-
"styles": []
|
118
|
-
},
|
119
95
|
"VChipGroup": {
|
120
96
|
"from": "components/VChipGroup",
|
121
97
|
"styles": []
|
122
98
|
},
|
99
|
+
"VCarousel": {
|
100
|
+
"from": "components/VCarousel",
|
101
|
+
"styles": []
|
102
|
+
},
|
103
|
+
"VCarouselItem": {
|
104
|
+
"from": "components/VCarousel",
|
105
|
+
"styles": []
|
106
|
+
},
|
123
107
|
"VCode": {
|
124
108
|
"from": "components/VCode",
|
125
109
|
"styles": []
|
@@ -128,10 +112,22 @@
|
|
128
112
|
"from": "components/VCombobox",
|
129
113
|
"styles": []
|
130
114
|
},
|
115
|
+
"VCheckbox": {
|
116
|
+
"from": "components/VCheckbox",
|
117
|
+
"styles": []
|
118
|
+
},
|
119
|
+
"VCheckboxBtn": {
|
120
|
+
"from": "components/VCheckbox",
|
121
|
+
"styles": []
|
122
|
+
},
|
131
123
|
"VColorPicker": {
|
132
124
|
"from": "components/VColorPicker",
|
133
125
|
"styles": []
|
134
126
|
},
|
127
|
+
"VDialog": {
|
128
|
+
"from": "components/VDialog",
|
129
|
+
"styles": []
|
130
|
+
},
|
135
131
|
"VDataTable": {
|
136
132
|
"from": "components/VDataTable",
|
137
133
|
"styles": []
|
@@ -160,16 +156,8 @@
|
|
160
156
|
"from": "components/VDataTable",
|
161
157
|
"styles": []
|
162
158
|
},
|
163
|
-
"
|
164
|
-
"from": "components/
|
165
|
-
"styles": []
|
166
|
-
},
|
167
|
-
"VCheckboxBtn": {
|
168
|
-
"from": "components/VCheckbox",
|
169
|
-
"styles": []
|
170
|
-
},
|
171
|
-
"VEmptyState": {
|
172
|
-
"from": "components/VEmptyState",
|
159
|
+
"VCounter": {
|
160
|
+
"from": "components/VCounter",
|
173
161
|
"styles": []
|
174
162
|
},
|
175
163
|
"VDatePicker": {
|
@@ -196,8 +184,12 @@
|
|
196
184
|
"from": "components/VDatePicker",
|
197
185
|
"styles": []
|
198
186
|
},
|
199
|
-
"
|
200
|
-
"from": "components/
|
187
|
+
"VEmptyState": {
|
188
|
+
"from": "components/VEmptyState",
|
189
|
+
"styles": []
|
190
|
+
},
|
191
|
+
"VDivider": {
|
192
|
+
"from": "components/VDivider",
|
201
193
|
"styles": []
|
202
194
|
},
|
203
195
|
"VExpansionPanels": {
|
@@ -216,34 +208,26 @@
|
|
216
208
|
"from": "components/VExpansionPanel",
|
217
209
|
"styles": []
|
218
210
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
211
|
+
"VField": {
|
212
|
+
"from": "components/VField",
|
221
213
|
"styles": []
|
222
214
|
},
|
223
|
-
"
|
224
|
-
"from": "components/
|
215
|
+
"VFieldLabel": {
|
216
|
+
"from": "components/VField",
|
225
217
|
"styles": []
|
226
218
|
},
|
227
219
|
"VFileInput": {
|
228
220
|
"from": "components/VFileInput",
|
229
221
|
"styles": []
|
230
222
|
},
|
231
|
-
"
|
232
|
-
"from": "components/
|
233
|
-
"styles": []
|
234
|
-
},
|
235
|
-
"VFieldLabel": {
|
236
|
-
"from": "components/VField",
|
223
|
+
"VFab": {
|
224
|
+
"from": "components/VFab",
|
237
225
|
"styles": []
|
238
226
|
},
|
239
227
|
"VFooter": {
|
240
228
|
"from": "components/VFooter",
|
241
229
|
"styles": []
|
242
230
|
},
|
243
|
-
"VDialog": {
|
244
|
-
"from": "components/VDialog",
|
245
|
-
"styles": []
|
246
|
-
},
|
247
231
|
"VIcon": {
|
248
232
|
"from": "components/VIcon",
|
249
233
|
"styles": []
|
@@ -288,62 +272,38 @@
|
|
288
272
|
"from": "components/VItemGroup",
|
289
273
|
"styles": []
|
290
274
|
},
|
291
|
-
"
|
292
|
-
"from": "components/
|
293
|
-
"styles": []
|
294
|
-
},
|
295
|
-
"VListGroup": {
|
296
|
-
"from": "components/VList",
|
297
|
-
"styles": []
|
298
|
-
},
|
299
|
-
"VListImg": {
|
300
|
-
"from": "components/VList",
|
301
|
-
"styles": []
|
302
|
-
},
|
303
|
-
"VListItem": {
|
304
|
-
"from": "components/VList",
|
305
|
-
"styles": []
|
306
|
-
},
|
307
|
-
"VListItemAction": {
|
308
|
-
"from": "components/VList",
|
309
|
-
"styles": []
|
310
|
-
},
|
311
|
-
"VListItemMedia": {
|
312
|
-
"from": "components/VList",
|
313
|
-
"styles": []
|
314
|
-
},
|
315
|
-
"VListItemSubtitle": {
|
316
|
-
"from": "components/VList",
|
275
|
+
"VLabel": {
|
276
|
+
"from": "components/VLabel",
|
317
277
|
"styles": []
|
318
278
|
},
|
319
|
-
"
|
320
|
-
"from": "components/
|
279
|
+
"VBadge": {
|
280
|
+
"from": "components/VBadge",
|
321
281
|
"styles": []
|
322
282
|
},
|
323
|
-
"
|
324
|
-
"from": "components/
|
283
|
+
"VMenu": {
|
284
|
+
"from": "components/VMenu",
|
325
285
|
"styles": []
|
326
286
|
},
|
327
287
|
"VMain": {
|
328
288
|
"from": "components/VMain",
|
329
289
|
"styles": []
|
330
290
|
},
|
331
|
-
"VLabel": {
|
332
|
-
"from": "components/VLabel",
|
333
|
-
"styles": []
|
334
|
-
},
|
335
291
|
"VMessages": {
|
336
292
|
"from": "components/VMessages",
|
337
293
|
"styles": []
|
338
294
|
},
|
339
|
-
"VMenu": {
|
340
|
-
"from": "components/VMenu",
|
341
|
-
"styles": []
|
342
|
-
},
|
343
295
|
"VNavigationDrawer": {
|
344
296
|
"from": "components/VNavigationDrawer",
|
345
297
|
"styles": []
|
346
298
|
},
|
299
|
+
"VPagination": {
|
300
|
+
"from": "components/VPagination",
|
301
|
+
"styles": []
|
302
|
+
},
|
303
|
+
"VNumberInput": {
|
304
|
+
"from": "components/VNumberInput",
|
305
|
+
"styles": []
|
306
|
+
},
|
347
307
|
"VOverlay": {
|
348
308
|
"from": "components/VOverlay",
|
349
309
|
"styles": []
|
@@ -352,16 +312,16 @@
|
|
352
312
|
"from": "components/VOtpInput",
|
353
313
|
"styles": []
|
354
314
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
315
|
+
"VProgressLinear": {
|
316
|
+
"from": "components/VProgressLinear",
|
357
317
|
"styles": []
|
358
318
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
319
|
+
"VRadioGroup": {
|
320
|
+
"from": "components/VRadioGroup",
|
361
321
|
"styles": []
|
362
322
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
323
|
+
"VProgressCircular": {
|
324
|
+
"from": "components/VProgressCircular",
|
365
325
|
"styles": []
|
366
326
|
},
|
367
327
|
"VRating": {
|
@@ -372,16 +332,8 @@
|
|
372
332
|
"from": "components/VSelect",
|
373
333
|
"styles": []
|
374
334
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
377
|
-
"styles": []
|
378
|
-
},
|
379
|
-
"VProgressCircular": {
|
380
|
-
"from": "components/VProgressCircular",
|
381
|
-
"styles": []
|
382
|
-
},
|
383
|
-
"VSelectionControl": {
|
384
|
-
"from": "components/VSelectionControl",
|
335
|
+
"VSkeletonLoader": {
|
336
|
+
"from": "components/VSkeletonLoader",
|
385
337
|
"styles": []
|
386
338
|
},
|
387
339
|
"VSlider": {
|
@@ -392,14 +344,6 @@
|
|
392
344
|
"from": "components/VSheet",
|
393
345
|
"styles": []
|
394
346
|
},
|
395
|
-
"VSkeletonLoader": {
|
396
|
-
"from": "components/VSkeletonLoader",
|
397
|
-
"styles": []
|
398
|
-
},
|
399
|
-
"VSnackbar": {
|
400
|
-
"from": "components/VSnackbar",
|
401
|
-
"styles": []
|
402
|
-
},
|
403
347
|
"VSlideGroup": {
|
404
348
|
"from": "components/VSlideGroup",
|
405
349
|
"styles": []
|
@@ -408,6 +352,10 @@
|
|
408
352
|
"from": "components/VSlideGroup",
|
409
353
|
"styles": []
|
410
354
|
},
|
355
|
+
"VSelectionControl": {
|
356
|
+
"from": "components/VSelectionControl",
|
357
|
+
"styles": []
|
358
|
+
},
|
411
359
|
"VStepper": {
|
412
360
|
"from": "components/VStepper",
|
413
361
|
"styles": []
|
@@ -432,14 +380,22 @@
|
|
432
380
|
"from": "components/VStepper",
|
433
381
|
"styles": []
|
434
382
|
},
|
435
|
-
"
|
436
|
-
"from": "components/
|
383
|
+
"VSystemBar": {
|
384
|
+
"from": "components/VSystemBar",
|
437
385
|
"styles": []
|
438
386
|
},
|
439
387
|
"VSwitch": {
|
440
388
|
"from": "components/VSwitch",
|
441
389
|
"styles": []
|
442
390
|
},
|
391
|
+
"VSnackbar": {
|
392
|
+
"from": "components/VSnackbar",
|
393
|
+
"styles": []
|
394
|
+
},
|
395
|
+
"VTable": {
|
396
|
+
"from": "components/VTable",
|
397
|
+
"styles": []
|
398
|
+
},
|
443
399
|
"VTab": {
|
444
400
|
"from": "components/VTabs",
|
445
401
|
"styles": []
|
@@ -456,24 +412,20 @@
|
|
456
412
|
"from": "components/VTabs",
|
457
413
|
"styles": []
|
458
414
|
},
|
459
|
-
"
|
460
|
-
"from": "components/
|
415
|
+
"VTextField": {
|
416
|
+
"from": "components/VTextField",
|
461
417
|
"styles": []
|
462
418
|
},
|
463
419
|
"VTextarea": {
|
464
420
|
"from": "components/VTextarea",
|
465
421
|
"styles": []
|
466
422
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
469
|
-
"styles": []
|
470
|
-
},
|
471
|
-
"VTimeline": {
|
472
|
-
"from": "components/VTimeline",
|
423
|
+
"VSelectionControlGroup": {
|
424
|
+
"from": "components/VSelectionControlGroup",
|
473
425
|
"styles": []
|
474
426
|
},
|
475
|
-
"
|
476
|
-
"from": "components/
|
427
|
+
"VTooltip": {
|
428
|
+
"from": "components/VTooltip",
|
477
429
|
"styles": []
|
478
430
|
},
|
479
431
|
"VToolbar": {
|
@@ -488,10 +440,6 @@
|
|
488
440
|
"from": "components/VToolbar",
|
489
441
|
"styles": []
|
490
442
|
},
|
491
|
-
"VTextField": {
|
492
|
-
"from": "components/VTextField",
|
493
|
-
"styles": []
|
494
|
-
},
|
495
443
|
"VWindow": {
|
496
444
|
"from": "components/VWindow",
|
497
445
|
"styles": []
|
@@ -500,10 +448,6 @@
|
|
500
448
|
"from": "components/VWindow",
|
501
449
|
"styles": []
|
502
450
|
},
|
503
|
-
"VTooltip": {
|
504
|
-
"from": "components/VTooltip",
|
505
|
-
"styles": []
|
506
|
-
},
|
507
451
|
"VConfirmEdit": {
|
508
452
|
"from": "components/VConfirmEdit",
|
509
453
|
"styles": []
|
@@ -516,6 +460,14 @@
|
|
516
460
|
"from": "components/VDefaultsProvider",
|
517
461
|
"styles": []
|
518
462
|
},
|
463
|
+
"VForm": {
|
464
|
+
"from": "components/VForm",
|
465
|
+
"styles": []
|
466
|
+
},
|
467
|
+
"VHover": {
|
468
|
+
"from": "components/VHover",
|
469
|
+
"styles": []
|
470
|
+
},
|
519
471
|
"VContainer": {
|
520
472
|
"from": "components/VGrid",
|
521
473
|
"styles": []
|
@@ -532,8 +484,20 @@
|
|
532
484
|
"from": "components/VGrid",
|
533
485
|
"styles": []
|
534
486
|
},
|
535
|
-
"
|
536
|
-
"from": "components/
|
487
|
+
"VLazy": {
|
488
|
+
"from": "components/VLazy",
|
489
|
+
"styles": []
|
490
|
+
},
|
491
|
+
"VAppBar": {
|
492
|
+
"from": "components/VAppBar",
|
493
|
+
"styles": []
|
494
|
+
},
|
495
|
+
"VAppBarNavIcon": {
|
496
|
+
"from": "components/VAppBar",
|
497
|
+
"styles": []
|
498
|
+
},
|
499
|
+
"VAppBarTitle": {
|
500
|
+
"from": "components/VAppBar",
|
537
501
|
"styles": []
|
538
502
|
},
|
539
503
|
"VLayout": {
|
@@ -544,10 +508,6 @@
|
|
544
508
|
"from": "components/VLayout",
|
545
509
|
"styles": []
|
546
510
|
},
|
547
|
-
"VLazy": {
|
548
|
-
"from": "components/VLazy",
|
549
|
-
"styles": []
|
550
|
-
},
|
551
511
|
"VLocaleProvider": {
|
552
512
|
"from": "components/VLocaleProvider",
|
553
513
|
"styles": []
|
@@ -556,50 +516,74 @@
|
|
556
516
|
"from": "components/VNoSsr",
|
557
517
|
"styles": []
|
558
518
|
},
|
559
|
-
"
|
560
|
-
"from": "components/
|
519
|
+
"VList": {
|
520
|
+
"from": "components/VList",
|
561
521
|
"styles": []
|
562
522
|
},
|
563
|
-
"
|
564
|
-
"from": "components/
|
523
|
+
"VListGroup": {
|
524
|
+
"from": "components/VList",
|
565
525
|
"styles": []
|
566
526
|
},
|
567
|
-
"
|
568
|
-
"from": "components/
|
527
|
+
"VListImg": {
|
528
|
+
"from": "components/VList",
|
569
529
|
"styles": []
|
570
530
|
},
|
571
|
-
"
|
572
|
-
"from": "components/
|
531
|
+
"VListItem": {
|
532
|
+
"from": "components/VList",
|
573
533
|
"styles": []
|
574
534
|
},
|
575
|
-
"
|
576
|
-
"from": "components/
|
535
|
+
"VListItemAction": {
|
536
|
+
"from": "components/VList",
|
577
537
|
"styles": []
|
578
538
|
},
|
579
|
-
"
|
580
|
-
"from": "components/
|
539
|
+
"VListItemMedia": {
|
540
|
+
"from": "components/VList",
|
581
541
|
"styles": []
|
582
542
|
},
|
583
|
-
"
|
584
|
-
"from": "components/
|
543
|
+
"VListItemSubtitle": {
|
544
|
+
"from": "components/VList",
|
545
|
+
"styles": []
|
546
|
+
},
|
547
|
+
"VListItemTitle": {
|
548
|
+
"from": "components/VList",
|
549
|
+
"styles": []
|
550
|
+
},
|
551
|
+
"VListSubheader": {
|
552
|
+
"from": "components/VList",
|
553
|
+
"styles": []
|
554
|
+
},
|
555
|
+
"VParallax": {
|
556
|
+
"from": "components/VParallax",
|
557
|
+
"styles": []
|
558
|
+
},
|
559
|
+
"VResponsive": {
|
560
|
+
"from": "components/VResponsive",
|
585
561
|
"styles": []
|
586
562
|
},
|
587
563
|
"VSnackbarQueue": {
|
588
564
|
"from": "components/VSnackbarQueue",
|
589
565
|
"styles": []
|
590
566
|
},
|
591
|
-
"
|
592
|
-
"from": "components/
|
567
|
+
"VSparkline": {
|
568
|
+
"from": "components/VSparkline",
|
593
569
|
"styles": []
|
594
570
|
},
|
595
|
-
"
|
596
|
-
"from": "components/
|
571
|
+
"VSpeedDial": {
|
572
|
+
"from": "components/VSpeedDial",
|
573
|
+
"styles": []
|
574
|
+
},
|
575
|
+
"VThemeProvider": {
|
576
|
+
"from": "components/VThemeProvider",
|
597
577
|
"styles": []
|
598
578
|
},
|
599
579
|
"VValidation": {
|
600
580
|
"from": "components/VValidation",
|
601
581
|
"styles": []
|
602
582
|
},
|
583
|
+
"VVirtualScroll": {
|
584
|
+
"from": "components/VVirtualScroll",
|
585
|
+
"styles": []
|
586
|
+
},
|
603
587
|
"VFabTransition": {
|
604
588
|
"from": "components/transitions",
|
605
589
|
"styles": []
|
@@ -663,6 +647,22 @@
|
|
663
647
|
"VDialogTransition": {
|
664
648
|
"from": "components/transitions",
|
665
649
|
"styles": []
|
650
|
+
},
|
651
|
+
"VRadio": {
|
652
|
+
"from": "components/VRadio",
|
653
|
+
"styles": []
|
654
|
+
},
|
655
|
+
"VTimeline": {
|
656
|
+
"from": "components/VTimeline",
|
657
|
+
"styles": []
|
658
|
+
},
|
659
|
+
"VTimelineItem": {
|
660
|
+
"from": "components/VTimeline",
|
661
|
+
"styles": []
|
662
|
+
},
|
663
|
+
"VRangeSlider": {
|
664
|
+
"from": "components/VRangeSlider",
|
665
|
+
"styles": []
|
666
666
|
}
|
667
667
|
},
|
668
668
|
"directives": [
|