@vuetify/nightly 3.8.5-dev.2025-05-18 → 3.8.5-dev.2025-05-20
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 +5 -3
- package/dist/json/attributes.json +1597 -1593
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +176 -176
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +3310 -3210
- package/dist/vuetify-labs.cjs +135 -69
- package/dist/vuetify-labs.css +5912 -5912
- package/dist/vuetify-labs.d.ts +161 -75
- package/dist/vuetify-labs.esm.js +135 -69
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +135 -69
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +135 -69
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +1708 -1708
- package/dist/vuetify.d.ts +158 -72
- package/dist/vuetify.esm.js +135 -69
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +135 -69
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +71 -69
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +26 -2
- package/lib/components/VAutocomplete/VAutocomplete.js +18 -1
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.d.ts +26 -2
- package/lib/components/VCombobox/VCombobox.js +18 -1
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VList/VListChildren.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +14 -0
- package/lib/components/VNumberInput/VNumberInput.js +19 -4
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VSelect/VSelect.d.ts +26 -2
- package/lib/components/VSelect/VSelect.js +18 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/composables/filter.js +3 -0
- package/lib/composables/filter.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +66 -66
- package/lib/framework.js +1 -1
- package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
- package/package.json +1 -1
@@ -1,5 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VColorInput": {
|
4
|
+
"from": "labs/VColorInput",
|
5
|
+
"styles": []
|
6
|
+
},
|
3
7
|
"VFileUpload": {
|
4
8
|
"from": "labs/VFileUpload",
|
5
9
|
"styles": []
|
@@ -32,24 +36,12 @@
|
|
32
36
|
"from": "labs/VCalendar",
|
33
37
|
"styles": []
|
34
38
|
},
|
35
|
-
"
|
36
|
-
"from": "labs/
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VTimePickerClock": {
|
40
|
-
"from": "labs/VTimePicker",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
|
-
"VTimePickerControls": {
|
44
|
-
"from": "labs/VTimePicker",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
|
-
"VColorInput": {
|
48
|
-
"from": "labs/VColorInput",
|
39
|
+
"VPicker": {
|
40
|
+
"from": "labs/VPicker",
|
49
41
|
"styles": []
|
50
42
|
},
|
51
|
-
"
|
52
|
-
"from": "labs/
|
43
|
+
"VPickerTitle": {
|
44
|
+
"from": "labs/VPicker",
|
53
45
|
"styles": []
|
54
46
|
},
|
55
47
|
"VStepperVertical": {
|
@@ -64,12 +56,16 @@
|
|
64
56
|
"from": "labs/VStepperVertical",
|
65
57
|
"styles": []
|
66
58
|
},
|
67
|
-
"
|
68
|
-
"from": "labs/
|
59
|
+
"VTimePicker": {
|
60
|
+
"from": "labs/VTimePicker",
|
69
61
|
"styles": []
|
70
62
|
},
|
71
|
-
"
|
72
|
-
"from": "labs/
|
63
|
+
"VTimePickerClock": {
|
64
|
+
"from": "labs/VTimePicker",
|
65
|
+
"styles": []
|
66
|
+
},
|
67
|
+
"VTimePickerControls": {
|
68
|
+
"from": "labs/VTimePicker",
|
73
69
|
"styles": []
|
74
70
|
},
|
75
71
|
"VTreeview": {
|
@@ -84,13 +80,17 @@
|
|
84
80
|
"from": "labs/VTreeview",
|
85
81
|
"styles": []
|
86
82
|
},
|
87
|
-
"
|
88
|
-
"from": "labs/
|
83
|
+
"VIconBtn": {
|
84
|
+
"from": "labs/VIconBtn",
|
89
85
|
"styles": []
|
90
86
|
},
|
91
87
|
"VPullToRefresh": {
|
92
88
|
"from": "labs/VPullToRefresh",
|
93
89
|
"styles": []
|
90
|
+
},
|
91
|
+
"VDateInput": {
|
92
|
+
"from": "labs/VDateInput",
|
93
|
+
"styles": []
|
94
94
|
}
|
95
95
|
}
|
96
96
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -20,6 +20,14 @@
|
|
20
20
|
"from": "components/VAlert",
|
21
21
|
"styles": []
|
22
22
|
},
|
23
|
+
"VAutocomplete": {
|
24
|
+
"from": "components/VAutocomplete",
|
25
|
+
"styles": []
|
26
|
+
},
|
27
|
+
"VApp": {
|
28
|
+
"from": "components/VApp",
|
29
|
+
"styles": []
|
30
|
+
},
|
23
31
|
"VBadge": {
|
24
32
|
"from": "components/VBadge",
|
25
33
|
"styles": []
|
@@ -28,48 +36,48 @@
|
|
28
36
|
"from": "components/VAvatar",
|
29
37
|
"styles": []
|
30
38
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
39
|
+
"VBtnToggle": {
|
40
|
+
"from": "components/VBtnToggle",
|
33
41
|
"styles": []
|
34
42
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
43
|
+
"VBottomNavigation": {
|
44
|
+
"from": "components/VBottomNavigation",
|
37
45
|
"styles": []
|
38
46
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
47
|
+
"VBreadcrumbs": {
|
48
|
+
"from": "components/VBreadcrumbs",
|
41
49
|
"styles": []
|
42
50
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
51
|
+
"VBreadcrumbsItem": {
|
52
|
+
"from": "components/VBreadcrumbs",
|
45
53
|
"styles": []
|
46
54
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
55
|
+
"VBreadcrumbsDivider": {
|
56
|
+
"from": "components/VBreadcrumbs",
|
49
57
|
"styles": []
|
50
58
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
59
|
+
"VBottomSheet": {
|
60
|
+
"from": "components/VBottomSheet",
|
53
61
|
"styles": []
|
54
62
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
63
|
+
"VBtnGroup": {
|
64
|
+
"from": "components/VBtnGroup",
|
57
65
|
"styles": []
|
58
66
|
},
|
59
|
-
"
|
60
|
-
"from": "components/
|
67
|
+
"VBtn": {
|
68
|
+
"from": "components/VBtn",
|
61
69
|
"styles": []
|
62
70
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
71
|
+
"VBanner": {
|
72
|
+
"from": "components/VBanner",
|
65
73
|
"styles": []
|
66
74
|
},
|
67
|
-
"
|
68
|
-
"from": "components/
|
75
|
+
"VBannerActions": {
|
76
|
+
"from": "components/VBanner",
|
69
77
|
"styles": []
|
70
78
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
79
|
+
"VBannerText": {
|
80
|
+
"from": "components/VBanner",
|
73
81
|
"styles": []
|
74
82
|
},
|
75
83
|
"VCard": {
|
@@ -96,44 +104,40 @@
|
|
96
104
|
"from": "components/VCard",
|
97
105
|
"styles": []
|
98
106
|
},
|
99
|
-
"
|
100
|
-
"from": "components/
|
107
|
+
"VCarousel": {
|
108
|
+
"from": "components/VCarousel",
|
101
109
|
"styles": []
|
102
110
|
},
|
103
|
-
"
|
104
|
-
"from": "components/
|
111
|
+
"VCarouselItem": {
|
112
|
+
"from": "components/VCarousel",
|
105
113
|
"styles": []
|
106
114
|
},
|
107
|
-
"
|
108
|
-
"from": "components/
|
115
|
+
"VCheckbox": {
|
116
|
+
"from": "components/VCheckbox",
|
109
117
|
"styles": []
|
110
118
|
},
|
111
|
-
"
|
112
|
-
"from": "components/
|
119
|
+
"VCheckboxBtn": {
|
120
|
+
"from": "components/VCheckbox",
|
113
121
|
"styles": []
|
114
122
|
},
|
115
123
|
"VChip": {
|
116
124
|
"from": "components/VChip",
|
117
125
|
"styles": []
|
118
126
|
},
|
119
|
-
"
|
120
|
-
"from": "components/
|
121
|
-
"styles": []
|
122
|
-
},
|
123
|
-
"VCarouselItem": {
|
124
|
-
"from": "components/VCarousel",
|
127
|
+
"VChipGroup": {
|
128
|
+
"from": "components/VChipGroup",
|
125
129
|
"styles": []
|
126
130
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
131
|
+
"VCode": {
|
132
|
+
"from": "components/VCode",
|
129
133
|
"styles": []
|
130
134
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
135
|
+
"VColorPicker": {
|
136
|
+
"from": "components/VColorPicker",
|
133
137
|
"styles": []
|
134
138
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
139
|
+
"VCombobox": {
|
140
|
+
"from": "components/VCombobox",
|
137
141
|
"styles": []
|
138
142
|
},
|
139
143
|
"VDataTable": {
|
@@ -164,6 +168,18 @@
|
|
164
168
|
"from": "components/VDataTable",
|
165
169
|
"styles": []
|
166
170
|
},
|
171
|
+
"VCounter": {
|
172
|
+
"from": "components/VCounter",
|
173
|
+
"styles": []
|
174
|
+
},
|
175
|
+
"VDialog": {
|
176
|
+
"from": "components/VDialog",
|
177
|
+
"styles": []
|
178
|
+
},
|
179
|
+
"VDivider": {
|
180
|
+
"from": "components/VDivider",
|
181
|
+
"styles": []
|
182
|
+
},
|
167
183
|
"VDatePicker": {
|
168
184
|
"from": "components/VDatePicker",
|
169
185
|
"styles": []
|
@@ -192,58 +208,78 @@
|
|
192
208
|
"from": "components/VEmptyState",
|
193
209
|
"styles": []
|
194
210
|
},
|
195
|
-
"
|
196
|
-
"from": "components/
|
211
|
+
"VExpansionPanels": {
|
212
|
+
"from": "components/VExpansionPanel",
|
197
213
|
"styles": []
|
198
214
|
},
|
199
|
-
"
|
200
|
-
"from": "components/
|
215
|
+
"VExpansionPanel": {
|
216
|
+
"from": "components/VExpansionPanel",
|
201
217
|
"styles": []
|
202
218
|
},
|
203
|
-
"
|
204
|
-
"from": "components/
|
219
|
+
"VExpansionPanelText": {
|
220
|
+
"from": "components/VExpansionPanel",
|
205
221
|
"styles": []
|
206
222
|
},
|
207
|
-
"
|
208
|
-
"from": "components/
|
223
|
+
"VExpansionPanelTitle": {
|
224
|
+
"from": "components/VExpansionPanel",
|
209
225
|
"styles": []
|
210
226
|
},
|
211
227
|
"VFileInput": {
|
212
228
|
"from": "components/VFileInput",
|
213
229
|
"styles": []
|
214
230
|
},
|
231
|
+
"VFab": {
|
232
|
+
"from": "components/VFab",
|
233
|
+
"styles": []
|
234
|
+
},
|
215
235
|
"VFooter": {
|
216
236
|
"from": "components/VFooter",
|
217
237
|
"styles": []
|
218
238
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
239
|
+
"VField": {
|
240
|
+
"from": "components/VField",
|
221
241
|
"styles": []
|
222
242
|
},
|
223
|
-
"
|
224
|
-
"from": "components/
|
243
|
+
"VFieldLabel": {
|
244
|
+
"from": "components/VField",
|
225
245
|
"styles": []
|
226
246
|
},
|
227
|
-
"
|
228
|
-
"from": "components/
|
247
|
+
"VIcon": {
|
248
|
+
"from": "components/VIcon",
|
229
249
|
"styles": []
|
230
250
|
},
|
231
|
-
"
|
232
|
-
"from": "components/
|
251
|
+
"VComponentIcon": {
|
252
|
+
"from": "components/VIcon",
|
253
|
+
"styles": []
|
254
|
+
},
|
255
|
+
"VSvgIcon": {
|
256
|
+
"from": "components/VIcon",
|
257
|
+
"styles": []
|
258
|
+
},
|
259
|
+
"VLigatureIcon": {
|
260
|
+
"from": "components/VIcon",
|
261
|
+
"styles": []
|
262
|
+
},
|
263
|
+
"VClassIcon": {
|
264
|
+
"from": "components/VIcon",
|
233
265
|
"styles": []
|
234
266
|
},
|
235
267
|
"VImg": {
|
236
268
|
"from": "components/VImg",
|
237
269
|
"styles": []
|
238
270
|
},
|
239
|
-
"
|
240
|
-
"from": "components/
|
271
|
+
"VInput": {
|
272
|
+
"from": "components/VInput",
|
241
273
|
"styles": []
|
242
274
|
},
|
243
275
|
"VInfiniteScroll": {
|
244
276
|
"from": "components/VInfiniteScroll",
|
245
277
|
"styles": []
|
246
278
|
},
|
279
|
+
"VKbd": {
|
280
|
+
"from": "components/VKbd",
|
281
|
+
"styles": []
|
282
|
+
},
|
247
283
|
"VItemGroup": {
|
248
284
|
"from": "components/VItemGroup",
|
249
285
|
"styles": []
|
@@ -256,10 +292,6 @@
|
|
256
292
|
"from": "components/VLabel",
|
257
293
|
"styles": []
|
258
294
|
},
|
259
|
-
"VKbd": {
|
260
|
-
"from": "components/VKbd",
|
261
|
-
"styles": []
|
262
|
-
},
|
263
295
|
"VList": {
|
264
296
|
"from": "components/VList",
|
265
297
|
"styles": []
|
@@ -300,32 +332,28 @@
|
|
300
332
|
"from": "components/VMessages",
|
301
333
|
"styles": []
|
302
334
|
},
|
303
|
-
"
|
304
|
-
"from": "components/
|
305
|
-
"styles": []
|
306
|
-
},
|
307
|
-
"VNavigationDrawer": {
|
308
|
-
"from": "components/VNavigationDrawer",
|
335
|
+
"VMain": {
|
336
|
+
"from": "components/VMain",
|
309
337
|
"styles": []
|
310
338
|
},
|
311
339
|
"VMenu": {
|
312
340
|
"from": "components/VMenu",
|
313
341
|
"styles": []
|
314
342
|
},
|
315
|
-
"
|
316
|
-
"from": "components/
|
317
|
-
"styles": []
|
318
|
-
},
|
319
|
-
"VOtpInput": {
|
320
|
-
"from": "components/VOtpInput",
|
343
|
+
"VNumberInput": {
|
344
|
+
"from": "components/VNumberInput",
|
321
345
|
"styles": []
|
322
346
|
},
|
323
347
|
"VOverlay": {
|
324
348
|
"from": "components/VOverlay",
|
325
349
|
"styles": []
|
326
350
|
},
|
327
|
-
"
|
328
|
-
"from": "components/
|
351
|
+
"VNavigationDrawer": {
|
352
|
+
"from": "components/VNavigationDrawer",
|
353
|
+
"styles": []
|
354
|
+
},
|
355
|
+
"VOtpInput": {
|
356
|
+
"from": "components/VOtpInput",
|
329
357
|
"styles": []
|
330
358
|
},
|
331
359
|
"VPagination": {
|
@@ -344,26 +372,14 @@
|
|
344
372
|
"from": "components/VProgressLinear",
|
345
373
|
"styles": []
|
346
374
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
375
|
+
"VSheet": {
|
376
|
+
"from": "components/VSheet",
|
349
377
|
"styles": []
|
350
378
|
},
|
351
379
|
"VSelectionControl": {
|
352
380
|
"from": "components/VSelectionControl",
|
353
381
|
"styles": []
|
354
382
|
},
|
355
|
-
"VSelectionControlGroup": {
|
356
|
-
"from": "components/VSelectionControlGroup",
|
357
|
-
"styles": []
|
358
|
-
},
|
359
|
-
"VSelect": {
|
360
|
-
"from": "components/VSelect",
|
361
|
-
"styles": []
|
362
|
-
},
|
363
|
-
"VSheet": {
|
364
|
-
"from": "components/VSheet",
|
365
|
-
"styles": []
|
366
|
-
},
|
367
383
|
"VSlideGroup": {
|
368
384
|
"from": "components/VSlideGroup",
|
369
385
|
"styles": []
|
@@ -376,20 +392,12 @@
|
|
376
392
|
"from": "components/VSkeletonLoader",
|
377
393
|
"styles": []
|
378
394
|
},
|
379
|
-
"VSlider": {
|
380
|
-
"from": "components/VSlider",
|
381
|
-
"styles": []
|
382
|
-
},
|
383
|
-
"VBottomSheet": {
|
384
|
-
"from": "components/VBottomSheet",
|
385
|
-
"styles": []
|
386
|
-
},
|
387
395
|
"VSnackbar": {
|
388
396
|
"from": "components/VSnackbar",
|
389
397
|
"styles": []
|
390
398
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
399
|
+
"VSlider": {
|
400
|
+
"from": "components/VSlider",
|
393
401
|
"styles": []
|
394
402
|
},
|
395
403
|
"VStepper": {
|
@@ -416,28 +424,32 @@
|
|
416
424
|
"from": "components/VStepper",
|
417
425
|
"styles": []
|
418
426
|
},
|
419
|
-
"
|
420
|
-
"from": "components/
|
427
|
+
"VSwitch": {
|
428
|
+
"from": "components/VSwitch",
|
421
429
|
"styles": []
|
422
430
|
},
|
423
|
-
"
|
424
|
-
"from": "components/
|
431
|
+
"VSelectionControlGroup": {
|
432
|
+
"from": "components/VSelectionControlGroup",
|
425
433
|
"styles": []
|
426
434
|
},
|
427
|
-
"
|
428
|
-
"from": "components/
|
435
|
+
"VSystemBar": {
|
436
|
+
"from": "components/VSystemBar",
|
429
437
|
"styles": []
|
430
438
|
},
|
431
|
-
"
|
432
|
-
"from": "components/
|
439
|
+
"VSelect": {
|
440
|
+
"from": "components/VSelect",
|
433
441
|
"styles": []
|
434
442
|
},
|
435
|
-
"
|
436
|
-
"from": "components/
|
443
|
+
"VTextField": {
|
444
|
+
"from": "components/VTextField",
|
437
445
|
"styles": []
|
438
446
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
447
|
+
"VTable": {
|
448
|
+
"from": "components/VTable",
|
449
|
+
"styles": []
|
450
|
+
},
|
451
|
+
"VTooltip": {
|
452
|
+
"from": "components/VTooltip",
|
441
453
|
"styles": []
|
442
454
|
},
|
443
455
|
"VTimeline": {
|
@@ -448,6 +460,14 @@
|
|
448
460
|
"from": "components/VTimeline",
|
449
461
|
"styles": []
|
450
462
|
},
|
463
|
+
"VWindow": {
|
464
|
+
"from": "components/VWindow",
|
465
|
+
"styles": []
|
466
|
+
},
|
467
|
+
"VWindowItem": {
|
468
|
+
"from": "components/VWindow",
|
469
|
+
"styles": []
|
470
|
+
},
|
451
471
|
"VToolbar": {
|
452
472
|
"from": "components/VToolbar",
|
453
473
|
"styles": []
|
@@ -460,52 +480,24 @@
|
|
460
480
|
"from": "components/VToolbar",
|
461
481
|
"styles": []
|
462
482
|
},
|
463
|
-
"VTooltip": {
|
464
|
-
"from": "components/VTooltip",
|
465
|
-
"styles": []
|
466
|
-
},
|
467
|
-
"VBottomNavigation": {
|
468
|
-
"from": "components/VBottomNavigation",
|
469
|
-
"styles": []
|
470
|
-
},
|
471
483
|
"VTextarea": {
|
472
484
|
"from": "components/VTextarea",
|
473
485
|
"styles": []
|
474
486
|
},
|
475
|
-
"
|
476
|
-
"from": "components/
|
477
|
-
"styles": []
|
478
|
-
},
|
479
|
-
"VWindowItem": {
|
480
|
-
"from": "components/VWindow",
|
481
|
-
"styles": []
|
482
|
-
},
|
483
|
-
"VTextField": {
|
484
|
-
"from": "components/VTextField",
|
485
|
-
"styles": []
|
486
|
-
},
|
487
|
-
"VIcon": {
|
488
|
-
"from": "components/VIcon",
|
489
|
-
"styles": []
|
490
|
-
},
|
491
|
-
"VComponentIcon": {
|
492
|
-
"from": "components/VIcon",
|
493
|
-
"styles": []
|
494
|
-
},
|
495
|
-
"VSvgIcon": {
|
496
|
-
"from": "components/VIcon",
|
487
|
+
"VTab": {
|
488
|
+
"from": "components/VTabs",
|
497
489
|
"styles": []
|
498
490
|
},
|
499
|
-
"
|
500
|
-
"from": "components/
|
491
|
+
"VTabs": {
|
492
|
+
"from": "components/VTabs",
|
501
493
|
"styles": []
|
502
494
|
},
|
503
|
-
"
|
504
|
-
"from": "components/
|
495
|
+
"VTabsWindow": {
|
496
|
+
"from": "components/VTabs",
|
505
497
|
"styles": []
|
506
498
|
},
|
507
|
-
"
|
508
|
-
"from": "components/
|
499
|
+
"VTabsWindowItem": {
|
500
|
+
"from": "components/VTabs",
|
509
501
|
"styles": []
|
510
502
|
},
|
511
503
|
"VDataIterator": {
|
@@ -516,14 +508,6 @@
|
|
516
508
|
"from": "components/VDefaultsProvider",
|
517
509
|
"styles": []
|
518
510
|
},
|
519
|
-
"VForm": {
|
520
|
-
"from": "components/VForm",
|
521
|
-
"styles": []
|
522
|
-
},
|
523
|
-
"VHover": {
|
524
|
-
"from": "components/VHover",
|
525
|
-
"styles": []
|
526
|
-
},
|
527
511
|
"VContainer": {
|
528
512
|
"from": "components/VGrid",
|
529
513
|
"styles": []
|
@@ -540,26 +524,30 @@
|
|
540
524
|
"from": "components/VGrid",
|
541
525
|
"styles": []
|
542
526
|
},
|
543
|
-
"
|
544
|
-
"from": "components/
|
527
|
+
"VHover": {
|
528
|
+
"from": "components/VHover",
|
545
529
|
"styles": []
|
546
530
|
},
|
547
|
-
"
|
548
|
-
"from": "components/
|
531
|
+
"VForm": {
|
532
|
+
"from": "components/VForm",
|
549
533
|
"styles": []
|
550
534
|
},
|
551
|
-
"
|
552
|
-
"from": "components/
|
535
|
+
"VLayout": {
|
536
|
+
"from": "components/VLayout",
|
553
537
|
"styles": []
|
554
538
|
},
|
555
|
-
"
|
556
|
-
"from": "components/
|
539
|
+
"VLayoutItem": {
|
540
|
+
"from": "components/VLayout",
|
557
541
|
"styles": []
|
558
542
|
},
|
559
543
|
"VNoSsr": {
|
560
544
|
"from": "components/VNoSsr",
|
561
545
|
"styles": []
|
562
546
|
},
|
547
|
+
"VLazy": {
|
548
|
+
"from": "components/VLazy",
|
549
|
+
"styles": []
|
550
|
+
},
|
563
551
|
"VRadio": {
|
564
552
|
"from": "components/VRadio",
|
565
553
|
"styles": []
|
@@ -576,12 +564,24 @@
|
|
576
564
|
"from": "components/VResponsive",
|
577
565
|
"styles": []
|
578
566
|
},
|
567
|
+
"VSpeedDial": {
|
568
|
+
"from": "components/VSpeedDial",
|
569
|
+
"styles": []
|
570
|
+
},
|
571
|
+
"VSnackbarQueue": {
|
572
|
+
"from": "components/VSnackbarQueue",
|
573
|
+
"styles": []
|
574
|
+
},
|
579
575
|
"VSparkline": {
|
580
576
|
"from": "components/VSparkline",
|
581
577
|
"styles": []
|
582
578
|
},
|
583
|
-
"
|
584
|
-
"from": "components/
|
579
|
+
"VThemeProvider": {
|
580
|
+
"from": "components/VThemeProvider",
|
581
|
+
"styles": []
|
582
|
+
},
|
583
|
+
"VValidation": {
|
584
|
+
"from": "components/VValidation",
|
585
585
|
"styles": []
|
586
586
|
},
|
587
587
|
"VFabTransition": {
|
@@ -648,20 +648,20 @@
|
|
648
648
|
"from": "components/transitions",
|
649
649
|
"styles": []
|
650
650
|
},
|
651
|
-
"
|
652
|
-
"from": "components/
|
651
|
+
"VVirtualScroll": {
|
652
|
+
"from": "components/VVirtualScroll",
|
653
653
|
"styles": []
|
654
654
|
},
|
655
|
-
"
|
656
|
-
"from": "components/
|
655
|
+
"VLocaleProvider": {
|
656
|
+
"from": "components/VLocaleProvider",
|
657
657
|
"styles": []
|
658
658
|
},
|
659
|
-
"
|
660
|
-
"from": "components/
|
659
|
+
"VConfirmEdit": {
|
660
|
+
"from": "components/VConfirmEdit",
|
661
661
|
"styles": []
|
662
662
|
},
|
663
|
-
"
|
664
|
-
"from": "components/
|
663
|
+
"VRating": {
|
664
|
+
"from": "components/VRating",
|
665
665
|
"styles": []
|
666
666
|
}
|
667
667
|
},
|