@vuetify/nightly 3.9.0-beta.0-dev.2025-06-20 → 3.9.0-beta.1-dev.2025-06-26
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 +3 -3
- package/dist/json/attributes.json +2060 -2060
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +158 -158
- package/dist/json/web-types.json +3859 -3859
- package/dist/vuetify-labs.cjs +57 -54
- package/dist/vuetify-labs.css +4725 -4729
- package/dist/vuetify-labs.d.ts +1300 -97
- package/dist/vuetify-labs.esm.js +57 -54
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +57 -54
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +57 -54
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3311 -3315
- package/dist/vuetify.d.ts +1300 -97
- package/dist/vuetify.esm.js +57 -54
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +57 -54
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +45 -45
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBtn/VBtn.sass +3 -1
- package/lib/components/VCarousel/VCarousel.css +0 -1
- package/lib/components/VCarousel/VCarousel.js +1 -0
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.sass +0 -1
- package/lib/components/VDatePicker/VDatePickerControls.css +1 -0
- package/lib/components/VDatePicker/VDatePickerControls.sass +1 -0
- package/lib/components/VDatePicker/VDatePickerMonth.css +3 -8
- package/lib/components/VDatePicker/VDatePickerMonth.js +8 -3
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.sass +3 -8
- package/lib/components/VField/VField.js +2 -10
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VList/VList.js +1 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +4 -10
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VNumberInput/hold.js +4 -0
- package/lib/components/VNumberInput/hold.js.map +1 -1
- package/lib/components/VTimePicker/VTimePicker.css +1 -6
- package/lib/components/VTimePicker/VTimePicker.sass +1 -6
- package/lib/components/VTimePicker/VTimePickerClock.css +5 -4
- package/lib/components/VTimePicker/VTimePickerClock.sass +5 -4
- package/lib/components/VTimePicker/VTimePickerControls.css +2 -1
- package/lib/components/VTimePicker/VTimePickerControls.sass +2 -3
- package/lib/components/VTreeview/VTreeviewChildren.d.ts +13 -0
- package/lib/components/VTreeview/VTreeviewChildren.js +11 -6
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewItem.d.ts +1206 -3
- package/lib/components/VTreeview/VTreeviewItem.js +11 -12
- package/lib/components/VTreeview/VTreeviewItem.js.map +1 -1
- package/lib/composables/calendar.d.ts +2 -0
- package/lib/composables/calendar.js +7 -3
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/nested/nested.js +8 -8
- package/lib/composables/nested/nested.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/VPicker/VPicker.css +4 -0
- package/lib/labs/VPicker/VPicker.sass +4 -0
- 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
|
"VCalendar": {
|
4
8
|
"from": "labs/VCalendar",
|
5
9
|
"styles": []
|
@@ -24,10 +28,6 @@
|
|
24
28
|
"from": "labs/VCalendar",
|
25
29
|
"styles": []
|
26
30
|
},
|
27
|
-
"VIconBtn": {
|
28
|
-
"from": "labs/VIconBtn",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
31
|
"VFileUpload": {
|
32
32
|
"from": "labs/VFileUpload",
|
33
33
|
"styles": []
|
@@ -36,6 +36,10 @@
|
|
36
36
|
"from": "labs/VFileUpload",
|
37
37
|
"styles": []
|
38
38
|
},
|
39
|
+
"VIconBtn": {
|
40
|
+
"from": "labs/VIconBtn",
|
41
|
+
"styles": []
|
42
|
+
},
|
39
43
|
"VPicker": {
|
40
44
|
"from": "labs/VPicker",
|
41
45
|
"styles": []
|
@@ -56,6 +60,10 @@
|
|
56
60
|
"from": "labs/VStepperVertical",
|
57
61
|
"styles": []
|
58
62
|
},
|
63
|
+
"VDateInput": {
|
64
|
+
"from": "labs/VDateInput",
|
65
|
+
"styles": []
|
66
|
+
},
|
59
67
|
"VMaskInput": {
|
60
68
|
"from": "labs/VMaskInput",
|
61
69
|
"styles": []
|
@@ -63,14 +71,6 @@
|
|
63
71
|
"VPullToRefresh": {
|
64
72
|
"from": "labs/VPullToRefresh",
|
65
73
|
"styles": []
|
66
|
-
},
|
67
|
-
"VDateInput": {
|
68
|
-
"from": "labs/VDateInput",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
|
-
"VColorInput": {
|
72
|
-
"from": "labs/VColorInput",
|
73
|
-
"styles": []
|
74
74
|
}
|
75
75
|
}
|
76
76
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -1,25 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VApp": {
|
4
|
-
"from": "components/VApp",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VAlert": {
|
8
|
-
"from": "components/VAlert",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VAlertTitle": {
|
12
|
-
"from": "components/VAlert",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
|
-
"VAvatar": {
|
16
|
-
"from": "components/VAvatar",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
|
-
"VBottomNavigation": {
|
20
|
-
"from": "components/VBottomNavigation",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
3
|
"VAppBar": {
|
24
4
|
"from": "components/VAppBar",
|
25
5
|
"styles": []
|
@@ -32,28 +12,28 @@
|
|
32
12
|
"from": "components/VAppBar",
|
33
13
|
"styles": []
|
34
14
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
15
|
+
"VAlert": {
|
16
|
+
"from": "components/VAlert",
|
37
17
|
"styles": []
|
38
18
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
19
|
+
"VAlertTitle": {
|
20
|
+
"from": "components/VAlert",
|
41
21
|
"styles": []
|
42
22
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
23
|
+
"VApp": {
|
24
|
+
"from": "components/VApp",
|
45
25
|
"styles": []
|
46
26
|
},
|
47
27
|
"VAutocomplete": {
|
48
28
|
"from": "components/VAutocomplete",
|
49
29
|
"styles": []
|
50
30
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
31
|
+
"VBadge": {
|
32
|
+
"from": "components/VBadge",
|
53
33
|
"styles": []
|
54
34
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
35
|
+
"VBottomNavigation": {
|
36
|
+
"from": "components/VBottomNavigation",
|
57
37
|
"styles": []
|
58
38
|
},
|
59
39
|
"VBreadcrumbs": {
|
@@ -68,10 +48,6 @@
|
|
68
48
|
"from": "components/VBreadcrumbs",
|
69
49
|
"styles": []
|
70
50
|
},
|
71
|
-
"VBtnGroup": {
|
72
|
-
"from": "components/VBtnGroup",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
51
|
"VBanner": {
|
76
52
|
"from": "components/VBanner",
|
77
53
|
"styles": []
|
@@ -84,20 +60,12 @@
|
|
84
60
|
"from": "components/VBanner",
|
85
61
|
"styles": []
|
86
62
|
},
|
87
|
-
"
|
88
|
-
"from": "components/
|
89
|
-
"styles": []
|
90
|
-
},
|
91
|
-
"VCheckboxBtn": {
|
92
|
-
"from": "components/VCheckbox",
|
93
|
-
"styles": []
|
94
|
-
},
|
95
|
-
"VChip": {
|
96
|
-
"from": "components/VChip",
|
63
|
+
"VBtnGroup": {
|
64
|
+
"from": "components/VBtnGroup",
|
97
65
|
"styles": []
|
98
66
|
},
|
99
|
-
"
|
100
|
-
"from": "components/
|
67
|
+
"VBottomSheet": {
|
68
|
+
"from": "components/VBottomSheet",
|
101
69
|
"styles": []
|
102
70
|
},
|
103
71
|
"VCard": {
|
@@ -124,26 +92,42 @@
|
|
124
92
|
"from": "components/VCard",
|
125
93
|
"styles": []
|
126
94
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
95
|
+
"VChip": {
|
96
|
+
"from": "components/VChip",
|
97
|
+
"styles": []
|
98
|
+
},
|
99
|
+
"VBtn": {
|
100
|
+
"from": "components/VBtn",
|
129
101
|
"styles": []
|
130
102
|
},
|
131
103
|
"VBtnToggle": {
|
132
104
|
"from": "components/VBtnToggle",
|
133
105
|
"styles": []
|
134
106
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
107
|
+
"VCheckbox": {
|
108
|
+
"from": "components/VCheckbox",
|
137
109
|
"styles": []
|
138
110
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
111
|
+
"VCheckboxBtn": {
|
112
|
+
"from": "components/VCheckbox",
|
113
|
+
"styles": []
|
114
|
+
},
|
115
|
+
"VAvatar": {
|
116
|
+
"from": "components/VAvatar",
|
117
|
+
"styles": []
|
118
|
+
},
|
119
|
+
"VCombobox": {
|
120
|
+
"from": "components/VCombobox",
|
141
121
|
"styles": []
|
142
122
|
},
|
143
123
|
"VCode": {
|
144
124
|
"from": "components/VCode",
|
145
125
|
"styles": []
|
146
126
|
},
|
127
|
+
"VCounter": {
|
128
|
+
"from": "components/VCounter",
|
129
|
+
"styles": []
|
130
|
+
},
|
147
131
|
"VDataTable": {
|
148
132
|
"from": "components/VDataTable",
|
149
133
|
"styles": []
|
@@ -172,10 +156,6 @@
|
|
172
156
|
"from": "components/VDataTable",
|
173
157
|
"styles": []
|
174
158
|
},
|
175
|
-
"VDialog": {
|
176
|
-
"from": "components/VDialog",
|
177
|
-
"styles": []
|
178
|
-
},
|
179
159
|
"VDatePicker": {
|
180
160
|
"from": "components/VDatePicker",
|
181
161
|
"styles": []
|
@@ -200,24 +180,20 @@
|
|
200
180
|
"from": "components/VDatePicker",
|
201
181
|
"styles": []
|
202
182
|
},
|
203
|
-
"
|
204
|
-
"from": "components/
|
205
|
-
"styles": []
|
206
|
-
},
|
207
|
-
"VExpansionPanels": {
|
208
|
-
"from": "components/VExpansionPanel",
|
183
|
+
"VColorPicker": {
|
184
|
+
"from": "components/VColorPicker",
|
209
185
|
"styles": []
|
210
186
|
},
|
211
|
-
"
|
212
|
-
"from": "components/
|
187
|
+
"VChipGroup": {
|
188
|
+
"from": "components/VChipGroup",
|
213
189
|
"styles": []
|
214
190
|
},
|
215
|
-
"
|
216
|
-
"from": "components/
|
191
|
+
"VDialog": {
|
192
|
+
"from": "components/VDialog",
|
217
193
|
"styles": []
|
218
194
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
195
|
+
"VDivider": {
|
196
|
+
"from": "components/VDivider",
|
221
197
|
"styles": []
|
222
198
|
},
|
223
199
|
"VEmptyState": {
|
@@ -236,20 +212,12 @@
|
|
236
212
|
"from": "components/VField",
|
237
213
|
"styles": []
|
238
214
|
},
|
239
|
-
"VFooter": {
|
240
|
-
"from": "components/VFooter",
|
241
|
-
"styles": []
|
242
|
-
},
|
243
215
|
"VFileInput": {
|
244
216
|
"from": "components/VFileInput",
|
245
217
|
"styles": []
|
246
218
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
249
|
-
"styles": []
|
250
|
-
},
|
251
|
-
"VInfiniteScroll": {
|
252
|
-
"from": "components/VInfiniteScroll",
|
219
|
+
"VFooter": {
|
220
|
+
"from": "components/VFooter",
|
253
221
|
"styles": []
|
254
222
|
},
|
255
223
|
"VIcon": {
|
@@ -272,18 +240,38 @@
|
|
272
240
|
"from": "components/VIcon",
|
273
241
|
"styles": []
|
274
242
|
},
|
275
|
-
"
|
276
|
-
"from": "components/
|
243
|
+
"VExpansionPanels": {
|
244
|
+
"from": "components/VExpansionPanel",
|
277
245
|
"styles": []
|
278
246
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
247
|
+
"VExpansionPanel": {
|
248
|
+
"from": "components/VExpansionPanel",
|
249
|
+
"styles": []
|
250
|
+
},
|
251
|
+
"VExpansionPanelText": {
|
252
|
+
"from": "components/VExpansionPanel",
|
253
|
+
"styles": []
|
254
|
+
},
|
255
|
+
"VExpansionPanelTitle": {
|
256
|
+
"from": "components/VExpansionPanel",
|
257
|
+
"styles": []
|
258
|
+
},
|
259
|
+
"VInfiniteScroll": {
|
260
|
+
"from": "components/VInfiniteScroll",
|
281
261
|
"styles": []
|
282
262
|
},
|
283
263
|
"VInput": {
|
284
264
|
"from": "components/VInput",
|
285
265
|
"styles": []
|
286
266
|
},
|
267
|
+
"VItemGroup": {
|
268
|
+
"from": "components/VItemGroup",
|
269
|
+
"styles": []
|
270
|
+
},
|
271
|
+
"VItem": {
|
272
|
+
"from": "components/VItemGroup",
|
273
|
+
"styles": []
|
274
|
+
},
|
287
275
|
"VList": {
|
288
276
|
"from": "components/VList",
|
289
277
|
"styles": []
|
@@ -320,70 +308,70 @@
|
|
320
308
|
"from": "components/VList",
|
321
309
|
"styles": []
|
322
310
|
},
|
323
|
-
"
|
324
|
-
"from": "components/
|
311
|
+
"VKbd": {
|
312
|
+
"from": "components/VKbd",
|
325
313
|
"styles": []
|
326
314
|
},
|
327
|
-
"
|
328
|
-
"from": "components/
|
315
|
+
"VLabel": {
|
316
|
+
"from": "components/VLabel",
|
317
|
+
"styles": []
|
318
|
+
},
|
319
|
+
"VImg": {
|
320
|
+
"from": "components/VImg",
|
329
321
|
"styles": []
|
330
322
|
},
|
331
323
|
"VMain": {
|
332
324
|
"from": "components/VMain",
|
333
325
|
"styles": []
|
334
326
|
},
|
327
|
+
"VNavigationDrawer": {
|
328
|
+
"from": "components/VNavigationDrawer",
|
329
|
+
"styles": []
|
330
|
+
},
|
335
331
|
"VMessages": {
|
336
332
|
"from": "components/VMessages",
|
337
333
|
"styles": []
|
338
334
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
335
|
+
"VOtpInput": {
|
336
|
+
"from": "components/VOtpInput",
|
341
337
|
"styles": []
|
342
338
|
},
|
343
339
|
"VMenu": {
|
344
340
|
"from": "components/VMenu",
|
345
341
|
"styles": []
|
346
342
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
349
|
-
"styles": []
|
350
|
-
},
|
351
|
-
"VProgressCircular": {
|
352
|
-
"from": "components/VProgressCircular",
|
343
|
+
"VNumberInput": {
|
344
|
+
"from": "components/VNumberInput",
|
353
345
|
"styles": []
|
354
346
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
347
|
+
"VOverlay": {
|
348
|
+
"from": "components/VOverlay",
|
357
349
|
"styles": []
|
358
350
|
},
|
359
351
|
"VPagination": {
|
360
352
|
"from": "components/VPagination",
|
361
353
|
"styles": []
|
362
354
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
355
|
+
"VProgressCircular": {
|
356
|
+
"from": "components/VProgressCircular",
|
365
357
|
"styles": []
|
366
358
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
359
|
+
"VProgressLinear": {
|
360
|
+
"from": "components/VProgressLinear",
|
369
361
|
"styles": []
|
370
362
|
},
|
371
363
|
"VRadioGroup": {
|
372
364
|
"from": "components/VRadioGroup",
|
373
365
|
"styles": []
|
374
366
|
},
|
375
|
-
"VRating": {
|
376
|
-
"from": "components/VRating",
|
377
|
-
"styles": []
|
378
|
-
},
|
379
|
-
"VSelect": {
|
380
|
-
"from": "components/VSelect",
|
381
|
-
"styles": []
|
382
|
-
},
|
383
367
|
"VSheet": {
|
384
368
|
"from": "components/VSheet",
|
385
369
|
"styles": []
|
386
370
|
},
|
371
|
+
"VRating": {
|
372
|
+
"from": "components/VRating",
|
373
|
+
"styles": []
|
374
|
+
},
|
387
375
|
"VSelectionControl": {
|
388
376
|
"from": "components/VSelectionControl",
|
389
377
|
"styles": []
|
@@ -396,8 +384,12 @@
|
|
396
384
|
"from": "components/VSelectionControlGroup",
|
397
385
|
"styles": []
|
398
386
|
},
|
399
|
-
"
|
400
|
-
"from": "components/
|
387
|
+
"VSlider": {
|
388
|
+
"from": "components/VSlider",
|
389
|
+
"styles": []
|
390
|
+
},
|
391
|
+
"VSelect": {
|
392
|
+
"from": "components/VSelect",
|
401
393
|
"styles": []
|
402
394
|
},
|
403
395
|
"VSlideGroup": {
|
@@ -408,6 +400,10 @@
|
|
408
400
|
"from": "components/VSlideGroup",
|
409
401
|
"styles": []
|
410
402
|
},
|
403
|
+
"VSnackbar": {
|
404
|
+
"from": "components/VSnackbar",
|
405
|
+
"styles": []
|
406
|
+
},
|
411
407
|
"VStepper": {
|
412
408
|
"from": "components/VStepper",
|
413
409
|
"styles": []
|
@@ -432,14 +428,18 @@
|
|
432
428
|
"from": "components/VStepper",
|
433
429
|
"styles": []
|
434
430
|
},
|
435
|
-
"
|
436
|
-
"from": "components/
|
431
|
+
"VSystemBar": {
|
432
|
+
"from": "components/VSystemBar",
|
437
433
|
"styles": []
|
438
434
|
},
|
439
435
|
"VSwitch": {
|
440
436
|
"from": "components/VSwitch",
|
441
437
|
"styles": []
|
442
438
|
},
|
439
|
+
"VTable": {
|
440
|
+
"from": "components/VTable",
|
441
|
+
"styles": []
|
442
|
+
},
|
443
443
|
"VTab": {
|
444
444
|
"from": "components/VTabs",
|
445
445
|
"styles": []
|
@@ -456,22 +456,10 @@
|
|
456
456
|
"from": "components/VTabs",
|
457
457
|
"styles": []
|
458
458
|
},
|
459
|
-
"VTable": {
|
460
|
-
"from": "components/VTable",
|
461
|
-
"styles": []
|
462
|
-
},
|
463
|
-
"VSystemBar": {
|
464
|
-
"from": "components/VSystemBar",
|
465
|
-
"styles": []
|
466
|
-
},
|
467
459
|
"VTextField": {
|
468
460
|
"from": "components/VTextField",
|
469
461
|
"styles": []
|
470
462
|
},
|
471
|
-
"VTextarea": {
|
472
|
-
"from": "components/VTextarea",
|
473
|
-
"styles": []
|
474
|
-
},
|
475
463
|
"VTimeline": {
|
476
464
|
"from": "components/VTimeline",
|
477
465
|
"styles": []
|
@@ -480,16 +468,8 @@
|
|
480
468
|
"from": "components/VTimeline",
|
481
469
|
"styles": []
|
482
470
|
},
|
483
|
-
"
|
484
|
-
"from": "components/
|
485
|
-
"styles": []
|
486
|
-
},
|
487
|
-
"VToolbarTitle": {
|
488
|
-
"from": "components/VToolbar",
|
489
|
-
"styles": []
|
490
|
-
},
|
491
|
-
"VToolbarItems": {
|
492
|
-
"from": "components/VToolbar",
|
471
|
+
"VTextarea": {
|
472
|
+
"from": "components/VTextarea",
|
493
473
|
"styles": []
|
494
474
|
},
|
495
475
|
"VTreeview": {
|
@@ -504,6 +484,10 @@
|
|
504
484
|
"from": "components/VTreeview",
|
505
485
|
"styles": []
|
506
486
|
},
|
487
|
+
"VTooltip": {
|
488
|
+
"from": "components/VTooltip",
|
489
|
+
"styles": []
|
490
|
+
},
|
507
491
|
"VTimePicker": {
|
508
492
|
"from": "components/VTimePicker",
|
509
493
|
"styles": []
|
@@ -516,8 +500,16 @@
|
|
516
500
|
"from": "components/VTimePicker",
|
517
501
|
"styles": []
|
518
502
|
},
|
519
|
-
"
|
520
|
-
"from": "components/
|
503
|
+
"VToolbar": {
|
504
|
+
"from": "components/VToolbar",
|
505
|
+
"styles": []
|
506
|
+
},
|
507
|
+
"VToolbarTitle": {
|
508
|
+
"from": "components/VToolbar",
|
509
|
+
"styles": []
|
510
|
+
},
|
511
|
+
"VToolbarItems": {
|
512
|
+
"from": "components/VToolbar",
|
521
513
|
"styles": []
|
522
514
|
},
|
523
515
|
"VWindow": {
|
@@ -528,12 +520,16 @@
|
|
528
520
|
"from": "components/VWindow",
|
529
521
|
"styles": []
|
530
522
|
},
|
531
|
-
"
|
532
|
-
"from": "components/
|
523
|
+
"VCarousel": {
|
524
|
+
"from": "components/VCarousel",
|
533
525
|
"styles": []
|
534
526
|
},
|
535
|
-
"
|
536
|
-
"from": "components/
|
527
|
+
"VCarouselItem": {
|
528
|
+
"from": "components/VCarousel",
|
529
|
+
"styles": []
|
530
|
+
},
|
531
|
+
"VConfirmEdit": {
|
532
|
+
"from": "components/VConfirmEdit",
|
537
533
|
"styles": []
|
538
534
|
},
|
539
535
|
"VDefaultsProvider": {
|
@@ -544,6 +540,10 @@
|
|
544
540
|
"from": "components/VForm",
|
545
541
|
"styles": []
|
546
542
|
},
|
543
|
+
"VHover": {
|
544
|
+
"from": "components/VHover",
|
545
|
+
"styles": []
|
546
|
+
},
|
547
547
|
"VContainer": {
|
548
548
|
"from": "components/VGrid",
|
549
549
|
"styles": []
|
@@ -560,14 +560,6 @@
|
|
560
560
|
"from": "components/VGrid",
|
561
561
|
"styles": []
|
562
562
|
},
|
563
|
-
"VHover": {
|
564
|
-
"from": "components/VHover",
|
565
|
-
"styles": []
|
566
|
-
},
|
567
|
-
"VLazy": {
|
568
|
-
"from": "components/VLazy",
|
569
|
-
"styles": []
|
570
|
-
},
|
571
563
|
"VLayout": {
|
572
564
|
"from": "components/VLayout",
|
573
565
|
"styles": []
|
@@ -576,6 +568,10 @@
|
|
576
568
|
"from": "components/VLayout",
|
577
569
|
"styles": []
|
578
570
|
},
|
571
|
+
"VLazy": {
|
572
|
+
"from": "components/VLazy",
|
573
|
+
"styles": []
|
574
|
+
},
|
579
575
|
"VLocaleProvider": {
|
580
576
|
"from": "components/VLocaleProvider",
|
581
577
|
"styles": []
|
@@ -584,14 +580,14 @@
|
|
584
580
|
"from": "components/VNoSsr",
|
585
581
|
"styles": []
|
586
582
|
},
|
587
|
-
"VRadio": {
|
588
|
-
"from": "components/VRadio",
|
589
|
-
"styles": []
|
590
|
-
},
|
591
583
|
"VParallax": {
|
592
584
|
"from": "components/VParallax",
|
593
585
|
"styles": []
|
594
586
|
},
|
587
|
+
"VRadio": {
|
588
|
+
"from": "components/VRadio",
|
589
|
+
"styles": []
|
590
|
+
},
|
595
591
|
"VRangeSlider": {
|
596
592
|
"from": "components/VRangeSlider",
|
597
593
|
"styles": []
|
@@ -604,24 +600,28 @@
|
|
604
600
|
"from": "components/VSparkline",
|
605
601
|
"styles": []
|
606
602
|
},
|
607
|
-
"VSnackbarQueue": {
|
608
|
-
"from": "components/VSnackbarQueue",
|
609
|
-
"styles": []
|
610
|
-
},
|
611
603
|
"VSpeedDial": {
|
612
604
|
"from": "components/VSpeedDial",
|
613
605
|
"styles": []
|
614
606
|
},
|
607
|
+
"VSnackbarQueue": {
|
608
|
+
"from": "components/VSnackbarQueue",
|
609
|
+
"styles": []
|
610
|
+
},
|
615
611
|
"VThemeProvider": {
|
616
612
|
"from": "components/VThemeProvider",
|
617
613
|
"styles": []
|
618
614
|
},
|
615
|
+
"VVirtualScroll": {
|
616
|
+
"from": "components/VVirtualScroll",
|
617
|
+
"styles": []
|
618
|
+
},
|
619
619
|
"VValidation": {
|
620
620
|
"from": "components/VValidation",
|
621
621
|
"styles": []
|
622
622
|
},
|
623
|
-
"
|
624
|
-
"from": "components/
|
623
|
+
"VDataIterator": {
|
624
|
+
"from": "components/VDataIterator",
|
625
625
|
"styles": []
|
626
626
|
},
|
627
627
|
"VFabTransition": {
|