@vuetify/nightly 3.9.0-dev.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 +1013 -1013
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +158 -158
- package/dist/json/web-types.json +1858 -1858
- package/dist/vuetify-labs.cjs +23 -23
- package/dist/vuetify-labs.css +5307 -5307
- package/dist/vuetify-labs.d.ts +56 -56
- 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 +4620 -4620
- package/dist/vuetify.d.ts +56 -56
- 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/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +56 -56
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +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,13 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VFileUpload": {
|
4
|
-
"from": "labs/VFileUpload",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VFileUploadItem": {
|
8
|
-
"from": "labs/VFileUpload",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
3
|
"VCalendar": {
|
12
4
|
"from": "labs/VCalendar",
|
13
5
|
"styles": []
|
@@ -32,20 +24,16 @@
|
|
32
24
|
"from": "labs/VCalendar",
|
33
25
|
"styles": []
|
34
26
|
},
|
35
|
-
"
|
36
|
-
"from": "labs/
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VStepperVertical": {
|
40
|
-
"from": "labs/VStepperVertical",
|
27
|
+
"VColorInput": {
|
28
|
+
"from": "labs/VColorInput",
|
41
29
|
"styles": []
|
42
30
|
},
|
43
|
-
"
|
44
|
-
"from": "labs/
|
31
|
+
"VFileUpload": {
|
32
|
+
"from": "labs/VFileUpload",
|
45
33
|
"styles": []
|
46
34
|
},
|
47
|
-
"
|
48
|
-
"from": "labs/
|
35
|
+
"VFileUploadItem": {
|
36
|
+
"from": "labs/VFileUpload",
|
49
37
|
"styles": []
|
50
38
|
},
|
51
39
|
"VPicker": {
|
@@ -56,8 +44,20 @@
|
|
56
44
|
"from": "labs/VPicker",
|
57
45
|
"styles": []
|
58
46
|
},
|
59
|
-
"
|
60
|
-
"from": "labs/
|
47
|
+
"VIconBtn": {
|
48
|
+
"from": "labs/VIconBtn",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VStepperVertical": {
|
52
|
+
"from": "labs/VStepperVertical",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VStepperVerticalItem": {
|
56
|
+
"from": "labs/VStepperVertical",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VStepperVerticalActions": {
|
60
|
+
"from": "labs/VStepperVertical",
|
61
61
|
"styles": []
|
62
62
|
},
|
63
63
|
"VHotkey": {
|
@@ -68,13 +68,13 @@
|
|
68
68
|
"from": "labs/VDateInput",
|
69
69
|
"styles": []
|
70
70
|
},
|
71
|
-
"VPullToRefresh": {
|
72
|
-
"from": "labs/VPullToRefresh",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
71
|
"VMaskInput": {
|
76
72
|
"from": "labs/VMaskInput",
|
77
73
|
"styles": []
|
74
|
+
},
|
75
|
+
"VPullToRefresh": {
|
76
|
+
"from": "labs/VPullToRefresh",
|
77
|
+
"styles": []
|
78
78
|
}
|
79
79
|
}
|
80
80
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -1,17 +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
3
|
"VAppBar": {
|
16
4
|
"from": "components/VAppBar",
|
17
5
|
"styles": []
|
@@ -24,38 +12,34 @@
|
|
24
12
|
"from": "components/VAppBar",
|
25
13
|
"styles": []
|
26
14
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
15
|
+
"VAlert": {
|
16
|
+
"from": "components/VAlert",
|
29
17
|
"styles": []
|
30
18
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
19
|
+
"VAlertTitle": {
|
20
|
+
"from": "components/VAlert",
|
33
21
|
"styles": []
|
34
22
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
23
|
+
"VApp": {
|
24
|
+
"from": "components/VApp",
|
37
25
|
"styles": []
|
38
26
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
27
|
+
"VAvatar": {
|
28
|
+
"from": "components/VAvatar",
|
41
29
|
"styles": []
|
42
30
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
31
|
+
"VAutocomplete": {
|
32
|
+
"from": "components/VAutocomplete",
|
45
33
|
"styles": []
|
46
34
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
35
|
+
"VBadge": {
|
36
|
+
"from": "components/VBadge",
|
49
37
|
"styles": []
|
50
38
|
},
|
51
39
|
"VBottomNavigation": {
|
52
40
|
"from": "components/VBottomNavigation",
|
53
41
|
"styles": []
|
54
42
|
},
|
55
|
-
"VBtnGroup": {
|
56
|
-
"from": "components/VBtnGroup",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
43
|
"VBanner": {
|
60
44
|
"from": "components/VBanner",
|
61
45
|
"styles": []
|
@@ -68,20 +52,20 @@
|
|
68
52
|
"from": "components/VBanner",
|
69
53
|
"styles": []
|
70
54
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
55
|
+
"VBreadcrumbs": {
|
56
|
+
"from": "components/VBreadcrumbs",
|
73
57
|
"styles": []
|
74
58
|
},
|
75
|
-
"
|
76
|
-
"from": "components/
|
59
|
+
"VBreadcrumbsItem": {
|
60
|
+
"from": "components/VBreadcrumbs",
|
77
61
|
"styles": []
|
78
62
|
},
|
79
|
-
"
|
80
|
-
"from": "components/
|
63
|
+
"VBreadcrumbsDivider": {
|
64
|
+
"from": "components/VBreadcrumbs",
|
81
65
|
"styles": []
|
82
66
|
},
|
83
|
-
"
|
84
|
-
"from": "components/
|
67
|
+
"VBottomSheet": {
|
68
|
+
"from": "components/VBottomSheet",
|
85
69
|
"styles": []
|
86
70
|
},
|
87
71
|
"VCheckbox": {
|
@@ -92,8 +76,8 @@
|
|
92
76
|
"from": "components/VCheckbox",
|
93
77
|
"styles": []
|
94
78
|
},
|
95
|
-
"
|
96
|
-
"from": "components/
|
79
|
+
"VBtnToggle": {
|
80
|
+
"from": "components/VBtnToggle",
|
97
81
|
"styles": []
|
98
82
|
},
|
99
83
|
"VCard": {
|
@@ -120,26 +104,46 @@
|
|
120
104
|
"from": "components/VCard",
|
121
105
|
"styles": []
|
122
106
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
107
|
+
"VBtnGroup": {
|
108
|
+
"from": "components/VBtnGroup",
|
109
|
+
"styles": []
|
110
|
+
},
|
111
|
+
"VCarousel": {
|
112
|
+
"from": "components/VCarousel",
|
113
|
+
"styles": []
|
114
|
+
},
|
115
|
+
"VCarouselItem": {
|
116
|
+
"from": "components/VCarousel",
|
117
|
+
"styles": []
|
118
|
+
},
|
119
|
+
"VChipGroup": {
|
120
|
+
"from": "components/VChipGroup",
|
121
|
+
"styles": []
|
122
|
+
},
|
123
|
+
"VColorPicker": {
|
124
|
+
"from": "components/VColorPicker",
|
125
125
|
"styles": []
|
126
126
|
},
|
127
127
|
"VChip": {
|
128
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
|
-
"
|
136
|
-
"from": "components/
|
135
|
+
"VCode": {
|
136
|
+
"from": "components/VCode",
|
137
137
|
"styles": []
|
138
138
|
},
|
139
139
|
"VCounter": {
|
140
140
|
"from": "components/VCounter",
|
141
141
|
"styles": []
|
142
142
|
},
|
143
|
+
"VCombobox": {
|
144
|
+
"from": "components/VCombobox",
|
145
|
+
"styles": []
|
146
|
+
},
|
143
147
|
"VDataTable": {
|
144
148
|
"from": "components/VDataTable",
|
145
149
|
"styles": []
|
@@ -172,14 +176,6 @@
|
|
172
176
|
"from": "components/VDialog",
|
173
177
|
"styles": []
|
174
178
|
},
|
175
|
-
"VColorPicker": {
|
176
|
-
"from": "components/VColorPicker",
|
177
|
-
"styles": []
|
178
|
-
},
|
179
|
-
"VDivider": {
|
180
|
-
"from": "components/VDivider",
|
181
|
-
"styles": []
|
182
|
-
},
|
183
179
|
"VDatePicker": {
|
184
180
|
"from": "components/VDatePicker",
|
185
181
|
"styles": []
|
@@ -204,6 +200,14 @@
|
|
204
200
|
"from": "components/VDatePicker",
|
205
201
|
"styles": []
|
206
202
|
},
|
203
|
+
"VDivider": {
|
204
|
+
"from": "components/VDivider",
|
205
|
+
"styles": []
|
206
|
+
},
|
207
|
+
"VFab": {
|
208
|
+
"from": "components/VFab",
|
209
|
+
"styles": []
|
210
|
+
},
|
207
211
|
"VExpansionPanels": {
|
208
212
|
"from": "components/VExpansionPanel",
|
209
213
|
"styles": []
|
@@ -220,6 +224,10 @@
|
|
220
224
|
"from": "components/VExpansionPanel",
|
221
225
|
"styles": []
|
222
226
|
},
|
227
|
+
"VEmptyState": {
|
228
|
+
"from": "components/VEmptyState",
|
229
|
+
"styles": []
|
230
|
+
},
|
223
231
|
"VField": {
|
224
232
|
"from": "components/VField",
|
225
233
|
"styles": []
|
@@ -228,18 +236,14 @@
|
|
228
236
|
"from": "components/VField",
|
229
237
|
"styles": []
|
230
238
|
},
|
231
|
-
"VFab": {
|
232
|
-
"from": "components/VFab",
|
233
|
-
"styles": []
|
234
|
-
},
|
235
|
-
"VEmptyState": {
|
236
|
-
"from": "components/VEmptyState",
|
237
|
-
"styles": []
|
238
|
-
},
|
239
239
|
"VFooter": {
|
240
240
|
"from": "components/VFooter",
|
241
241
|
"styles": []
|
242
242
|
},
|
243
|
+
"VFileInput": {
|
244
|
+
"from": "components/VFileInput",
|
245
|
+
"styles": []
|
246
|
+
},
|
243
247
|
"VIcon": {
|
244
248
|
"from": "components/VIcon",
|
245
249
|
"styles": []
|
@@ -260,24 +264,20 @@
|
|
260
264
|
"from": "components/VIcon",
|
261
265
|
"styles": []
|
262
266
|
},
|
263
|
-
"
|
264
|
-
"from": "components/
|
267
|
+
"VImg": {
|
268
|
+
"from": "components/VImg",
|
265
269
|
"styles": []
|
266
270
|
},
|
267
271
|
"VInfiniteScroll": {
|
268
272
|
"from": "components/VInfiniteScroll",
|
269
273
|
"styles": []
|
270
274
|
},
|
271
|
-
"VInput": {
|
272
|
-
"from": "components/VInput",
|
273
|
-
"styles": []
|
274
|
-
},
|
275
275
|
"VKbd": {
|
276
276
|
"from": "components/VKbd",
|
277
277
|
"styles": []
|
278
278
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
279
|
+
"VLabel": {
|
280
|
+
"from": "components/VLabel",
|
281
281
|
"styles": []
|
282
282
|
},
|
283
283
|
"VItemGroup": {
|
@@ -288,6 +288,14 @@
|
|
288
288
|
"from": "components/VItemGroup",
|
289
289
|
"styles": []
|
290
290
|
},
|
291
|
+
"VInput": {
|
292
|
+
"from": "components/VInput",
|
293
|
+
"styles": []
|
294
|
+
},
|
295
|
+
"VMain": {
|
296
|
+
"from": "components/VMain",
|
297
|
+
"styles": []
|
298
|
+
},
|
291
299
|
"VList": {
|
292
300
|
"from": "components/VList",
|
293
301
|
"styles": []
|
@@ -324,22 +332,14 @@
|
|
324
332
|
"from": "components/VList",
|
325
333
|
"styles": []
|
326
334
|
},
|
327
|
-
"VLabel": {
|
328
|
-
"from": "components/VLabel",
|
329
|
-
"styles": []
|
330
|
-
},
|
331
|
-
"VMenu": {
|
332
|
-
"from": "components/VMenu",
|
333
|
-
"styles": []
|
334
|
-
},
|
335
|
-
"VMain": {
|
336
|
-
"from": "components/VMain",
|
337
|
-
"styles": []
|
338
|
-
},
|
339
335
|
"VMessages": {
|
340
336
|
"from": "components/VMessages",
|
341
337
|
"styles": []
|
342
338
|
},
|
339
|
+
"VNumberInput": {
|
340
|
+
"from": "components/VNumberInput",
|
341
|
+
"styles": []
|
342
|
+
},
|
343
343
|
"VNavigationDrawer": {
|
344
344
|
"from": "components/VNavigationDrawer",
|
345
345
|
"styles": []
|
@@ -348,10 +348,6 @@
|
|
348
348
|
"from": "components/VOtpInput",
|
349
349
|
"styles": []
|
350
350
|
},
|
351
|
-
"VNumberInput": {
|
352
|
-
"from": "components/VNumberInput",
|
353
|
-
"styles": []
|
354
|
-
},
|
355
351
|
"VOverlay": {
|
356
352
|
"from": "components/VOverlay",
|
357
353
|
"styles": []
|
@@ -360,40 +356,28 @@
|
|
360
356
|
"from": "components/VPagination",
|
361
357
|
"styles": []
|
362
358
|
},
|
363
|
-
"VProgressCircular": {
|
364
|
-
"from": "components/VProgressCircular",
|
365
|
-
"styles": []
|
366
|
-
},
|
367
|
-
"VRadioGroup": {
|
368
|
-
"from": "components/VRadioGroup",
|
369
|
-
"styles": []
|
370
|
-
},
|
371
359
|
"VProgressLinear": {
|
372
360
|
"from": "components/VProgressLinear",
|
373
361
|
"styles": []
|
374
362
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
363
|
+
"VProgressCircular": {
|
364
|
+
"from": "components/VProgressCircular",
|
377
365
|
"styles": []
|
378
366
|
},
|
379
367
|
"VRating": {
|
380
368
|
"from": "components/VRating",
|
381
369
|
"styles": []
|
382
370
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
385
|
-
"styles": []
|
386
|
-
},
|
387
|
-
"VSheet": {
|
388
|
-
"from": "components/VSheet",
|
371
|
+
"VSelect": {
|
372
|
+
"from": "components/VSelect",
|
389
373
|
"styles": []
|
390
374
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
375
|
+
"VRadioGroup": {
|
376
|
+
"from": "components/VRadioGroup",
|
393
377
|
"styles": []
|
394
378
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
379
|
+
"VSelectionControl": {
|
380
|
+
"from": "components/VSelectionControl",
|
397
381
|
"styles": []
|
398
382
|
},
|
399
383
|
"VSlideGroup": {
|
@@ -408,32 +392,16 @@
|
|
408
392
|
"from": "components/VSkeletonLoader",
|
409
393
|
"styles": []
|
410
394
|
},
|
411
|
-
"
|
412
|
-
"from": "components/
|
413
|
-
"styles": []
|
414
|
-
},
|
415
|
-
"VSwitch": {
|
416
|
-
"from": "components/VSwitch",
|
417
|
-
"styles": []
|
418
|
-
},
|
419
|
-
"VTab": {
|
420
|
-
"from": "components/VTabs",
|
421
|
-
"styles": []
|
422
|
-
},
|
423
|
-
"VTabs": {
|
424
|
-
"from": "components/VTabs",
|
425
|
-
"styles": []
|
426
|
-
},
|
427
|
-
"VTabsWindow": {
|
428
|
-
"from": "components/VTabs",
|
395
|
+
"VSelectionControlGroup": {
|
396
|
+
"from": "components/VSelectionControlGroup",
|
429
397
|
"styles": []
|
430
398
|
},
|
431
|
-
"
|
432
|
-
"from": "components/
|
399
|
+
"VSlider": {
|
400
|
+
"from": "components/VSlider",
|
433
401
|
"styles": []
|
434
402
|
},
|
435
|
-
"
|
436
|
-
"from": "components/
|
403
|
+
"VSnackbar": {
|
404
|
+
"from": "components/VSnackbar",
|
437
405
|
"styles": []
|
438
406
|
},
|
439
407
|
"VStepper": {
|
@@ -460,10 +428,42 @@
|
|
460
428
|
"from": "components/VStepper",
|
461
429
|
"styles": []
|
462
430
|
},
|
431
|
+
"VSheet": {
|
432
|
+
"from": "components/VSheet",
|
433
|
+
"styles": []
|
434
|
+
},
|
435
|
+
"VSwitch": {
|
436
|
+
"from": "components/VSwitch",
|
437
|
+
"styles": []
|
438
|
+
},
|
439
|
+
"VTab": {
|
440
|
+
"from": "components/VTabs",
|
441
|
+
"styles": []
|
442
|
+
},
|
443
|
+
"VTabs": {
|
444
|
+
"from": "components/VTabs",
|
445
|
+
"styles": []
|
446
|
+
},
|
447
|
+
"VTabsWindow": {
|
448
|
+
"from": "components/VTabs",
|
449
|
+
"styles": []
|
450
|
+
},
|
451
|
+
"VTabsWindowItem": {
|
452
|
+
"from": "components/VTabs",
|
453
|
+
"styles": []
|
454
|
+
},
|
463
455
|
"VTable": {
|
464
456
|
"from": "components/VTable",
|
465
457
|
"styles": []
|
466
458
|
},
|
459
|
+
"VSystemBar": {
|
460
|
+
"from": "components/VSystemBar",
|
461
|
+
"styles": []
|
462
|
+
},
|
463
|
+
"VTextarea": {
|
464
|
+
"from": "components/VTextarea",
|
465
|
+
"styles": []
|
466
|
+
},
|
467
467
|
"VTimeline": {
|
468
468
|
"from": "components/VTimeline",
|
469
469
|
"styles": []
|
@@ -472,10 +472,6 @@
|
|
472
472
|
"from": "components/VTimeline",
|
473
473
|
"styles": []
|
474
474
|
},
|
475
|
-
"VSystemBar": {
|
476
|
-
"from": "components/VSystemBar",
|
477
|
-
"styles": []
|
478
|
-
},
|
479
475
|
"VTimePicker": {
|
480
476
|
"from": "components/VTimePicker",
|
481
477
|
"styles": []
|
@@ -488,16 +484,20 @@
|
|
488
484
|
"from": "components/VTimePicker",
|
489
485
|
"styles": []
|
490
486
|
},
|
491
|
-
"
|
492
|
-
"from": "components/
|
487
|
+
"VTextField": {
|
488
|
+
"from": "components/VTextField",
|
493
489
|
"styles": []
|
494
490
|
},
|
495
|
-
"
|
496
|
-
"from": "components/
|
491
|
+
"VTreeview": {
|
492
|
+
"from": "components/VTreeview",
|
497
493
|
"styles": []
|
498
494
|
},
|
499
|
-
"
|
500
|
-
"from": "components/
|
495
|
+
"VTreeviewItem": {
|
496
|
+
"from": "components/VTreeview",
|
497
|
+
"styles": []
|
498
|
+
},
|
499
|
+
"VTreeviewGroup": {
|
500
|
+
"from": "components/VTreeview",
|
501
501
|
"styles": []
|
502
502
|
},
|
503
503
|
"VTooltip": {
|
@@ -516,16 +516,12 @@
|
|
516
516
|
"from": "components/VToolbar",
|
517
517
|
"styles": []
|
518
518
|
},
|
519
|
-
"
|
520
|
-
"from": "components/
|
521
|
-
"styles": []
|
522
|
-
},
|
523
|
-
"VTreeviewItem": {
|
524
|
-
"from": "components/VTreeview",
|
519
|
+
"VWindow": {
|
520
|
+
"from": "components/VWindow",
|
525
521
|
"styles": []
|
526
522
|
},
|
527
|
-
"
|
528
|
-
"from": "components/
|
523
|
+
"VWindowItem": {
|
524
|
+
"from": "components/VWindow",
|
529
525
|
"styles": []
|
530
526
|
},
|
531
527
|
"VConfirmEdit": {
|
@@ -564,6 +560,10 @@
|
|
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,12 +592,8 @@
|
|
592
592
|
"from": "components/VRangeSlider",
|
593
593
|
"styles": []
|
594
594
|
},
|
595
|
-
"
|
596
|
-
"from": "components/
|
597
|
-
"styles": []
|
598
|
-
},
|
599
|
-
"VSparkline": {
|
600
|
-
"from": "components/VSparkline",
|
595
|
+
"VResponsive": {
|
596
|
+
"from": "components/VResponsive",
|
601
597
|
"styles": []
|
602
598
|
},
|
603
599
|
"VSnackbarQueue": {
|
@@ -608,8 +604,12 @@
|
|
608
604
|
"from": "components/VSpeedDial",
|
609
605
|
"styles": []
|
610
606
|
},
|
611
|
-
"
|
612
|
-
"from": "components/
|
607
|
+
"VSparkline": {
|
608
|
+
"from": "components/VSparkline",
|
609
|
+
"styles": []
|
610
|
+
},
|
611
|
+
"VValidation": {
|
612
|
+
"from": "components/VValidation",
|
613
613
|
"styles": []
|
614
614
|
},
|
615
615
|
"VThemeProvider": {
|
@@ -620,8 +620,8 @@
|
|
620
620
|
"from": "components/VVirtualScroll",
|
621
621
|
"styles": []
|
622
622
|
},
|
623
|
-
"
|
624
|
-
"from": "components/
|
623
|
+
"VMenu": {
|
624
|
+
"from": "components/VMenu",
|
625
625
|
"styles": []
|
626
626
|
},
|
627
627
|
"VFabTransition": {
|