@vuetify/nightly 3.8.6-master.2025-05-22 → 3.8.6-master.2025-05-24
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 +15 -3
- package/dist/json/attributes.json +3419 -3419
- package/dist/json/importMap-labs.json +32 -32
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +6126 -6126
- package/dist/vuetify-labs.cjs +37 -11
- package/dist/vuetify-labs.css +3740 -3740
- package/dist/vuetify-labs.d.ts +60 -60
- package/dist/vuetify-labs.esm.js +37 -11
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +37 -11
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +37 -11
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2094 -2094
- package/dist/vuetify.d.ts +60 -60
- package/dist/vuetify.esm.js +37 -11
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +37 -11
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +11 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VField/VField.js +4 -2
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VInput/InputIcon.d.ts +1 -1
- package/lib/components/VInput/InputIcon.js +5 -4
- package/lib/components/VInput/InputIcon.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +12 -4
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +60 -60
- package/lib/framework.js +1 -1
- package/lib/util/helpers.d.ts +1 -0
- package/lib/util/helpers.js +15 -0
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
@@ -1,5 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VIconBtn": {
|
4
|
+
"from": "labs/VIconBtn",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VColorInput": {
|
8
|
+
"from": "labs/VColorInput",
|
9
|
+
"styles": []
|
10
|
+
},
|
3
11
|
"VCalendar": {
|
4
12
|
"from": "labs/VCalendar",
|
5
13
|
"styles": []
|
@@ -32,34 +40,6 @@
|
|
32
40
|
"from": "labs/VFileUpload",
|
33
41
|
"styles": []
|
34
42
|
},
|
35
|
-
"VStepperVertical": {
|
36
|
-
"from": "labs/VStepperVertical",
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VStepperVerticalItem": {
|
40
|
-
"from": "labs/VStepperVertical",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
|
-
"VStepperVerticalActions": {
|
44
|
-
"from": "labs/VStepperVertical",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
|
-
"VColorInput": {
|
48
|
-
"from": "labs/VColorInput",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
|
-
"VIconBtn": {
|
52
|
-
"from": "labs/VIconBtn",
|
53
|
-
"styles": []
|
54
|
-
},
|
55
|
-
"VPicker": {
|
56
|
-
"from": "labs/VPicker",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VPickerTitle": {
|
60
|
-
"from": "labs/VPicker",
|
61
|
-
"styles": []
|
62
|
-
},
|
63
43
|
"VTreeview": {
|
64
44
|
"from": "labs/VTreeview",
|
65
45
|
"styles": []
|
@@ -72,10 +52,6 @@
|
|
72
52
|
"from": "labs/VTreeview",
|
73
53
|
"styles": []
|
74
54
|
},
|
75
|
-
"VDateInput": {
|
76
|
-
"from": "labs/VDateInput",
|
77
|
-
"styles": []
|
78
|
-
},
|
79
55
|
"VTimePicker": {
|
80
56
|
"from": "labs/VTimePicker",
|
81
57
|
"styles": []
|
@@ -88,9 +64,33 @@
|
|
88
64
|
"from": "labs/VTimePicker",
|
89
65
|
"styles": []
|
90
66
|
},
|
67
|
+
"VStepperVertical": {
|
68
|
+
"from": "labs/VStepperVertical",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VStepperVerticalItem": {
|
72
|
+
"from": "labs/VStepperVertical",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VStepperVerticalActions": {
|
76
|
+
"from": "labs/VStepperVertical",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VDateInput": {
|
80
|
+
"from": "labs/VDateInput",
|
81
|
+
"styles": []
|
82
|
+
},
|
91
83
|
"VPullToRefresh": {
|
92
84
|
"from": "labs/VPullToRefresh",
|
93
85
|
"styles": []
|
86
|
+
},
|
87
|
+
"VPicker": {
|
88
|
+
"from": "labs/VPicker",
|
89
|
+
"styles": []
|
90
|
+
},
|
91
|
+
"VPickerTitle": {
|
92
|
+
"from": "labs/VPicker",
|
93
|
+
"styles": []
|
94
94
|
}
|
95
95
|
}
|
96
96
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "components/
|
3
|
+
"VAlert": {
|
4
|
+
"from": "components/VAlert",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"
|
8
|
-
"from": "components/
|
7
|
+
"VAlertTitle": {
|
8
|
+
"from": "components/VAlert",
|
9
9
|
"styles": []
|
10
10
|
},
|
11
|
-
"
|
12
|
-
"from": "components/
|
11
|
+
"VApp": {
|
12
|
+
"from": "components/VApp",
|
13
13
|
"styles": []
|
14
14
|
},
|
15
15
|
"VAutocomplete": {
|
@@ -20,26 +20,46 @@
|
|
20
20
|
"from": "components/VAvatar",
|
21
21
|
"styles": []
|
22
22
|
},
|
23
|
-
"
|
24
|
-
"from": "components/
|
23
|
+
"VBadge": {
|
24
|
+
"from": "components/VBadge",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
27
|
+
"VAppBar": {
|
28
|
+
"from": "components/VAppBar",
|
29
29
|
"styles": []
|
30
30
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
31
|
+
"VAppBarNavIcon": {
|
32
|
+
"from": "components/VAppBar",
|
33
33
|
"styles": []
|
34
34
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
35
|
+
"VAppBarTitle": {
|
36
|
+
"from": "components/VAppBar",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VBreadcrumbs": {
|
40
|
+
"from": "components/VBreadcrumbs",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VBreadcrumbsItem": {
|
44
|
+
"from": "components/VBreadcrumbs",
|
45
|
+
"styles": []
|
46
|
+
},
|
47
|
+
"VBreadcrumbsDivider": {
|
48
|
+
"from": "components/VBreadcrumbs",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VBottomSheet": {
|
52
|
+
"from": "components/VBottomSheet",
|
37
53
|
"styles": []
|
38
54
|
},
|
39
55
|
"VBottomNavigation": {
|
40
56
|
"from": "components/VBottomNavigation",
|
41
57
|
"styles": []
|
42
58
|
},
|
59
|
+
"VBtnToggle": {
|
60
|
+
"from": "components/VBtnToggle",
|
61
|
+
"styles": []
|
62
|
+
},
|
43
63
|
"VBanner": {
|
44
64
|
"from": "components/VBanner",
|
45
65
|
"styles": []
|
@@ -52,24 +72,28 @@
|
|
52
72
|
"from": "components/VBanner",
|
53
73
|
"styles": []
|
54
74
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
75
|
+
"VBtn": {
|
76
|
+
"from": "components/VBtn",
|
57
77
|
"styles": []
|
58
78
|
},
|
59
79
|
"VBtnGroup": {
|
60
80
|
"from": "components/VBtnGroup",
|
61
81
|
"styles": []
|
62
82
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
83
|
+
"VChipGroup": {
|
84
|
+
"from": "components/VChipGroup",
|
65
85
|
"styles": []
|
66
86
|
},
|
67
|
-
"
|
68
|
-
"from": "components/
|
87
|
+
"VCarousel": {
|
88
|
+
"from": "components/VCarousel",
|
69
89
|
"styles": []
|
70
90
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
91
|
+
"VCarouselItem": {
|
92
|
+
"from": "components/VCarousel",
|
93
|
+
"styles": []
|
94
|
+
},
|
95
|
+
"VChip": {
|
96
|
+
"from": "components/VChip",
|
73
97
|
"styles": []
|
74
98
|
},
|
75
99
|
"VCard": {
|
@@ -96,22 +120,6 @@
|
|
96
120
|
"from": "components/VCard",
|
97
121
|
"styles": []
|
98
122
|
},
|
99
|
-
"VBtnToggle": {
|
100
|
-
"from": "components/VBtnToggle",
|
101
|
-
"styles": []
|
102
|
-
},
|
103
|
-
"VCarousel": {
|
104
|
-
"from": "components/VCarousel",
|
105
|
-
"styles": []
|
106
|
-
},
|
107
|
-
"VCarouselItem": {
|
108
|
-
"from": "components/VCarousel",
|
109
|
-
"styles": []
|
110
|
-
},
|
111
|
-
"VBtn": {
|
112
|
-
"from": "components/VBtn",
|
113
|
-
"styles": []
|
114
|
-
},
|
115
123
|
"VCheckbox": {
|
116
124
|
"from": "components/VCheckbox",
|
117
125
|
"styles": []
|
@@ -120,26 +128,18 @@
|
|
120
128
|
"from": "components/VCheckbox",
|
121
129
|
"styles": []
|
122
130
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
131
|
+
"VColorPicker": {
|
132
|
+
"from": "components/VColorPicker",
|
125
133
|
"styles": []
|
126
134
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
135
|
+
"VCode": {
|
136
|
+
"from": "components/VCode",
|
129
137
|
"styles": []
|
130
138
|
},
|
131
139
|
"VCombobox": {
|
132
140
|
"from": "components/VCombobox",
|
133
141
|
"styles": []
|
134
142
|
},
|
135
|
-
"VColorPicker": {
|
136
|
-
"from": "components/VColorPicker",
|
137
|
-
"styles": []
|
138
|
-
},
|
139
|
-
"VCounter": {
|
140
|
-
"from": "components/VCounter",
|
141
|
-
"styles": []
|
142
|
-
},
|
143
143
|
"VDatePicker": {
|
144
144
|
"from": "components/VDatePicker",
|
145
145
|
"styles": []
|
@@ -164,8 +164,16 @@
|
|
164
164
|
"from": "components/VDatePicker",
|
165
165
|
"styles": []
|
166
166
|
},
|
167
|
-
"
|
168
|
-
"from": "components/
|
167
|
+
"VDialog": {
|
168
|
+
"from": "components/VDialog",
|
169
|
+
"styles": []
|
170
|
+
},
|
171
|
+
"VDivider": {
|
172
|
+
"from": "components/VDivider",
|
173
|
+
"styles": []
|
174
|
+
},
|
175
|
+
"VCounter": {
|
176
|
+
"from": "components/VCounter",
|
169
177
|
"styles": []
|
170
178
|
},
|
171
179
|
"VDataTable": {
|
@@ -200,22 +208,6 @@
|
|
200
208
|
"from": "components/VEmptyState",
|
201
209
|
"styles": []
|
202
210
|
},
|
203
|
-
"VDivider": {
|
204
|
-
"from": "components/VDivider",
|
205
|
-
"styles": []
|
206
|
-
},
|
207
|
-
"VFab": {
|
208
|
-
"from": "components/VFab",
|
209
|
-
"styles": []
|
210
|
-
},
|
211
|
-
"VField": {
|
212
|
-
"from": "components/VField",
|
213
|
-
"styles": []
|
214
|
-
},
|
215
|
-
"VFieldLabel": {
|
216
|
-
"from": "components/VField",
|
217
|
-
"styles": []
|
218
|
-
},
|
219
211
|
"VExpansionPanels": {
|
220
212
|
"from": "components/VExpansionPanel",
|
221
213
|
"styles": []
|
@@ -232,12 +224,20 @@
|
|
232
224
|
"from": "components/VExpansionPanel",
|
233
225
|
"styles": []
|
234
226
|
},
|
235
|
-
"
|
236
|
-
"from": "components/
|
227
|
+
"VFab": {
|
228
|
+
"from": "components/VFab",
|
237
229
|
"styles": []
|
238
230
|
},
|
239
|
-
"
|
240
|
-
"from": "components/
|
231
|
+
"VField": {
|
232
|
+
"from": "components/VField",
|
233
|
+
"styles": []
|
234
|
+
},
|
235
|
+
"VFieldLabel": {
|
236
|
+
"from": "components/VField",
|
237
|
+
"styles": []
|
238
|
+
},
|
239
|
+
"VFooter": {
|
240
|
+
"from": "components/VFooter",
|
241
241
|
"styles": []
|
242
242
|
},
|
243
243
|
"VIcon": {
|
@@ -260,30 +260,34 @@
|
|
260
260
|
"from": "components/VIcon",
|
261
261
|
"styles": []
|
262
262
|
},
|
263
|
-
"
|
264
|
-
"from": "components/
|
263
|
+
"VInfiniteScroll": {
|
264
|
+
"from": "components/VInfiniteScroll",
|
265
265
|
"styles": []
|
266
266
|
},
|
267
|
-
"
|
268
|
-
"from": "components/
|
267
|
+
"VFileInput": {
|
268
|
+
"from": "components/VFileInput",
|
269
269
|
"styles": []
|
270
270
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
271
|
+
"VInput": {
|
272
|
+
"from": "components/VInput",
|
273
273
|
"styles": []
|
274
274
|
},
|
275
|
-
"
|
276
|
-
"from": "components/
|
275
|
+
"VItemGroup": {
|
276
|
+
"from": "components/VItemGroup",
|
277
277
|
"styles": []
|
278
278
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
279
|
+
"VItem": {
|
280
|
+
"from": "components/VItemGroup",
|
281
281
|
"styles": []
|
282
282
|
},
|
283
283
|
"VLabel": {
|
284
284
|
"from": "components/VLabel",
|
285
285
|
"styles": []
|
286
286
|
},
|
287
|
+
"VKbd": {
|
288
|
+
"from": "components/VKbd",
|
289
|
+
"styles": []
|
290
|
+
},
|
287
291
|
"VList": {
|
288
292
|
"from": "components/VList",
|
289
293
|
"styles": []
|
@@ -320,24 +324,24 @@
|
|
320
324
|
"from": "components/VList",
|
321
325
|
"styles": []
|
322
326
|
},
|
323
|
-
"VItemGroup": {
|
324
|
-
"from": "components/VItemGroup",
|
325
|
-
"styles": []
|
326
|
-
},
|
327
|
-
"VItem": {
|
328
|
-
"from": "components/VItemGroup",
|
329
|
-
"styles": []
|
330
|
-
},
|
331
327
|
"VMenu": {
|
332
328
|
"from": "components/VMenu",
|
333
329
|
"styles": []
|
334
330
|
},
|
331
|
+
"VImg": {
|
332
|
+
"from": "components/VImg",
|
333
|
+
"styles": []
|
334
|
+
},
|
335
335
|
"VMessages": {
|
336
336
|
"from": "components/VMessages",
|
337
337
|
"styles": []
|
338
338
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
339
|
+
"VNavigationDrawer": {
|
340
|
+
"from": "components/VNavigationDrawer",
|
341
|
+
"styles": []
|
342
|
+
},
|
343
|
+
"VMain": {
|
344
|
+
"from": "components/VMain",
|
341
345
|
"styles": []
|
342
346
|
},
|
343
347
|
"VOtpInput": {
|
@@ -348,20 +352,20 @@
|
|
348
352
|
"from": "components/VOverlay",
|
349
353
|
"styles": []
|
350
354
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
355
|
+
"VProgressLinear": {
|
356
|
+
"from": "components/VProgressLinear",
|
353
357
|
"styles": []
|
354
358
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
359
|
+
"VNumberInput": {
|
360
|
+
"from": "components/VNumberInput",
|
357
361
|
"styles": []
|
358
362
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
363
|
+
"VPagination": {
|
364
|
+
"from": "components/VPagination",
|
361
365
|
"styles": []
|
362
366
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
367
|
+
"VProgressCircular": {
|
368
|
+
"from": "components/VProgressCircular",
|
365
369
|
"styles": []
|
366
370
|
},
|
367
371
|
"VRadioGroup": {
|
@@ -372,24 +376,16 @@
|
|
372
376
|
"from": "components/VRating",
|
373
377
|
"styles": []
|
374
378
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
377
|
-
"styles": []
|
378
|
-
},
|
379
|
-
"VSheet": {
|
380
|
-
"from": "components/VSheet",
|
379
|
+
"VSelectionControl": {
|
380
|
+
"from": "components/VSelectionControl",
|
381
381
|
"styles": []
|
382
382
|
},
|
383
383
|
"VSelectionControlGroup": {
|
384
384
|
"from": "components/VSelectionControlGroup",
|
385
385
|
"styles": []
|
386
386
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
389
|
-
"styles": []
|
390
|
-
},
|
391
|
-
"VSlider": {
|
392
|
-
"from": "components/VSlider",
|
387
|
+
"VSkeletonLoader": {
|
388
|
+
"from": "components/VSkeletonLoader",
|
393
389
|
"styles": []
|
394
390
|
},
|
395
391
|
"VSlideGroup": {
|
@@ -400,8 +396,24 @@
|
|
400
396
|
"from": "components/VSlideGroup",
|
401
397
|
"styles": []
|
402
398
|
},
|
403
|
-
"
|
404
|
-
"from": "components/
|
399
|
+
"VSheet": {
|
400
|
+
"from": "components/VSheet",
|
401
|
+
"styles": []
|
402
|
+
},
|
403
|
+
"VSlider": {
|
404
|
+
"from": "components/VSlider",
|
405
|
+
"styles": []
|
406
|
+
},
|
407
|
+
"VSelect": {
|
408
|
+
"from": "components/VSelect",
|
409
|
+
"styles": []
|
410
|
+
},
|
411
|
+
"VSnackbar": {
|
412
|
+
"from": "components/VSnackbar",
|
413
|
+
"styles": []
|
414
|
+
},
|
415
|
+
"VSystemBar": {
|
416
|
+
"from": "components/VSystemBar",
|
405
417
|
"styles": []
|
406
418
|
},
|
407
419
|
"VStepper": {
|
@@ -428,10 +440,6 @@
|
|
428
440
|
"from": "components/VStepper",
|
429
441
|
"styles": []
|
430
442
|
},
|
431
|
-
"VSelectionControl": {
|
432
|
-
"from": "components/VSelectionControl",
|
433
|
-
"styles": []
|
434
|
-
},
|
435
443
|
"VSwitch": {
|
436
444
|
"from": "components/VSwitch",
|
437
445
|
"styles": []
|
@@ -452,22 +460,14 @@
|
|
452
460
|
"from": "components/VTabs",
|
453
461
|
"styles": []
|
454
462
|
},
|
455
|
-
"
|
456
|
-
"from": "components/
|
457
|
-
"styles": []
|
458
|
-
},
|
459
|
-
"VTable": {
|
460
|
-
"from": "components/VTable",
|
463
|
+
"VTextField": {
|
464
|
+
"from": "components/VTextField",
|
461
465
|
"styles": []
|
462
466
|
},
|
463
467
|
"VTextarea": {
|
464
468
|
"from": "components/VTextarea",
|
465
469
|
"styles": []
|
466
470
|
},
|
467
|
-
"VTextField": {
|
468
|
-
"from": "components/VTextField",
|
469
|
-
"styles": []
|
470
|
-
},
|
471
471
|
"VTimeline": {
|
472
472
|
"from": "components/VTimeline",
|
473
473
|
"styles": []
|
@@ -476,10 +476,6 @@
|
|
476
476
|
"from": "components/VTimeline",
|
477
477
|
"styles": []
|
478
478
|
},
|
479
|
-
"VTooltip": {
|
480
|
-
"from": "components/VTooltip",
|
481
|
-
"styles": []
|
482
|
-
},
|
483
479
|
"VToolbar": {
|
484
480
|
"from": "components/VToolbar",
|
485
481
|
"styles": []
|
@@ -500,6 +496,10 @@
|
|
500
496
|
"from": "components/VWindow",
|
501
497
|
"styles": []
|
502
498
|
},
|
499
|
+
"VDataIterator": {
|
500
|
+
"from": "components/VDataIterator",
|
501
|
+
"styles": []
|
502
|
+
},
|
503
503
|
"VConfirmEdit": {
|
504
504
|
"from": "components/VConfirmEdit",
|
505
505
|
"styles": []
|
@@ -508,14 +508,6 @@
|
|
508
508
|
"from": "components/VDefaultsProvider",
|
509
509
|
"styles": []
|
510
510
|
},
|
511
|
-
"VDataIterator": {
|
512
|
-
"from": "components/VDataIterator",
|
513
|
-
"styles": []
|
514
|
-
},
|
515
|
-
"VForm": {
|
516
|
-
"from": "components/VForm",
|
517
|
-
"styles": []
|
518
|
-
},
|
519
511
|
"VContainer": {
|
520
512
|
"from": "components/VGrid",
|
521
513
|
"styles": []
|
@@ -532,6 +524,10 @@
|
|
532
524
|
"from": "components/VGrid",
|
533
525
|
"styles": []
|
534
526
|
},
|
527
|
+
"VForm": {
|
528
|
+
"from": "components/VForm",
|
529
|
+
"styles": []
|
530
|
+
},
|
535
531
|
"VHover": {
|
536
532
|
"from": "components/VHover",
|
537
533
|
"styles": []
|
@@ -544,6 +540,14 @@
|
|
544
540
|
"from": "components/VLayout",
|
545
541
|
"styles": []
|
546
542
|
},
|
543
|
+
"VLazy": {
|
544
|
+
"from": "components/VLazy",
|
545
|
+
"styles": []
|
546
|
+
},
|
547
|
+
"VLocaleProvider": {
|
548
|
+
"from": "components/VLocaleProvider",
|
549
|
+
"styles": []
|
550
|
+
},
|
547
551
|
"VNoSsr": {
|
548
552
|
"from": "components/VNoSsr",
|
549
553
|
"styles": []
|
@@ -552,40 +556,44 @@
|
|
552
556
|
"from": "components/VParallax",
|
553
557
|
"styles": []
|
554
558
|
},
|
559
|
+
"VRadio": {
|
560
|
+
"from": "components/VRadio",
|
561
|
+
"styles": []
|
562
|
+
},
|
555
563
|
"VRangeSlider": {
|
556
564
|
"from": "components/VRangeSlider",
|
557
565
|
"styles": []
|
558
566
|
},
|
567
|
+
"VSpeedDial": {
|
568
|
+
"from": "components/VSpeedDial",
|
569
|
+
"styles": []
|
570
|
+
},
|
559
571
|
"VResponsive": {
|
560
572
|
"from": "components/VResponsive",
|
561
573
|
"styles": []
|
562
574
|
},
|
563
|
-
"
|
564
|
-
"from": "components/
|
575
|
+
"VSnackbarQueue": {
|
576
|
+
"from": "components/VSnackbarQueue",
|
565
577
|
"styles": []
|
566
578
|
},
|
567
579
|
"VSparkline": {
|
568
580
|
"from": "components/VSparkline",
|
569
581
|
"styles": []
|
570
582
|
},
|
571
|
-
"
|
572
|
-
"from": "components/
|
573
|
-
"styles": []
|
574
|
-
},
|
575
|
-
"VSnackbarQueue": {
|
576
|
-
"from": "components/VSnackbarQueue",
|
583
|
+
"VThemeProvider": {
|
584
|
+
"from": "components/VThemeProvider",
|
577
585
|
"styles": []
|
578
586
|
},
|
579
587
|
"VValidation": {
|
580
588
|
"from": "components/VValidation",
|
581
589
|
"styles": []
|
582
590
|
},
|
583
|
-
"
|
584
|
-
"from": "components/
|
591
|
+
"VTooltip": {
|
592
|
+
"from": "components/VTooltip",
|
585
593
|
"styles": []
|
586
594
|
},
|
587
|
-
"
|
588
|
-
"from": "components/
|
595
|
+
"VTable": {
|
596
|
+
"from": "components/VTable",
|
589
597
|
"styles": []
|
590
598
|
},
|
591
599
|
"VFabTransition": {
|
@@ -652,16 +660,8 @@
|
|
652
660
|
"from": "components/transitions",
|
653
661
|
"styles": []
|
654
662
|
},
|
655
|
-
"
|
656
|
-
"from": "components/
|
657
|
-
"styles": []
|
658
|
-
},
|
659
|
-
"VLocaleProvider": {
|
660
|
-
"from": "components/VLocaleProvider",
|
661
|
-
"styles": []
|
662
|
-
},
|
663
|
-
"VLazy": {
|
664
|
-
"from": "components/VLazy",
|
663
|
+
"VVirtualScroll": {
|
664
|
+
"from": "components/VVirtualScroll",
|
665
665
|
"styles": []
|
666
666
|
}
|
667
667
|
},
|