@vuetify/nightly 3.9.2-master.2025-07-22 → 3.9.2-master.2025-07-23
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 +24 -3
- package/dist/json/attributes.json +3644 -3644
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +148 -148
- package/dist/json/web-types.json +6340 -6351
- package/dist/vuetify-labs.cjs +17 -11
- package/dist/vuetify-labs.css +5188 -5180
- package/dist/vuetify-labs.d.ts +63 -69
- package/dist/vuetify-labs.esm.js +17 -11
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +17 -11
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +16 -10
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3960 -3953
- package/dist/vuetify.d.ts +63 -69
- package/dist/vuetify.esm.js +16 -10
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +16 -10
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +17 -16
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.d.ts +7 -13
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.css +1 -0
- package/lib/components/VColorPicker/VColorPicker.sass +1 -0
- package/lib/components/VDataTable/VDataTableHeaders.js +0 -1
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.css +3 -0
- package/lib/components/VFileInput/VFileInput.sass +3 -0
- package/lib/components/VProgressLinear/VProgressLinear.css +4 -1
- package/lib/components/VProgressLinear/VProgressLinear.js +2 -1
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +5 -2
- package/lib/components/VTextField/VTextField.js +2 -2
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.d.ts +7 -7
- package/lib/components/VTreeview/VTreeview.js +0 -1
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewChildren.d.ts +13 -0
- package/lib/components/VTreeview/VTreeviewChildren.js +2 -1
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.js +8 -2
- package/lib/composables/date/adapters/vuetify.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/VFileUpload/VFileUploadItem.js +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.css +1 -0
- package/lib/labs/VStepperVertical/VStepperVerticalItem.sass +1 -0
- package/package.json +1 -1
@@ -24,28 +24,16 @@
|
|
24
24
|
"from": "labs/VCalendar",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"VStepperVertical": {
|
28
|
-
"from": "labs/VStepperVertical",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VStepperVerticalItem": {
|
32
|
-
"from": "labs/VStepperVertical",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
|
-
"VStepperVerticalActions": {
|
36
|
-
"from": "labs/VStepperVertical",
|
37
|
-
"styles": []
|
38
|
-
},
|
39
27
|
"VColorInput": {
|
40
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,24 +44,36 @@
|
|
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
|
"VMaskInput": {
|
64
64
|
"from": "labs/VMaskInput",
|
65
65
|
"styles": []
|
66
66
|
},
|
67
|
-
"
|
68
|
-
"from": "labs/
|
67
|
+
"VHotkey": {
|
68
|
+
"from": "labs/VHotkey",
|
69
69
|
"styles": []
|
70
70
|
},
|
71
|
-
"
|
72
|
-
"from": "labs/
|
71
|
+
"VDateInput": {
|
72
|
+
"from": "labs/VDateInput",
|
73
73
|
"styles": []
|
74
74
|
},
|
75
|
-
"
|
76
|
-
"from": "labs/
|
75
|
+
"VPullToRefresh": {
|
76
|
+
"from": "labs/VPullToRefresh",
|
77
77
|
"styles": []
|
78
78
|
}
|
79
79
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "components/
|
3
|
+
"VApp": {
|
4
|
+
"from": "components/VApp",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
7
|
"VAlert": {
|
@@ -12,10 +12,6 @@
|
|
12
12
|
"from": "components/VAlert",
|
13
13
|
"styles": []
|
14
14
|
},
|
15
|
-
"VApp": {
|
16
|
-
"from": "components/VApp",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
15
|
"VAppBar": {
|
20
16
|
"from": "components/VAppBar",
|
21
17
|
"styles": []
|
@@ -28,6 +24,14 @@
|
|
28
24
|
"from": "components/VAppBar",
|
29
25
|
"styles": []
|
30
26
|
},
|
27
|
+
"VAutocomplete": {
|
28
|
+
"from": "components/VAutocomplete",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VAvatar": {
|
32
|
+
"from": "components/VAvatar",
|
33
|
+
"styles": []
|
34
|
+
},
|
31
35
|
"VBadge": {
|
32
36
|
"from": "components/VBadge",
|
33
37
|
"styles": []
|
@@ -44,30 +48,10 @@
|
|
44
48
|
"from": "components/VBanner",
|
45
49
|
"styles": []
|
46
50
|
},
|
47
|
-
"VAvatar": {
|
48
|
-
"from": "components/VAvatar",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
51
|
"VBottomNavigation": {
|
52
52
|
"from": "components/VBottomNavigation",
|
53
53
|
"styles": []
|
54
54
|
},
|
55
|
-
"VBtnGroup": {
|
56
|
-
"from": "components/VBtnGroup",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VBtn": {
|
60
|
-
"from": "components/VBtn",
|
61
|
-
"styles": []
|
62
|
-
},
|
63
|
-
"VBottomSheet": {
|
64
|
-
"from": "components/VBottomSheet",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
|
-
"VBtnToggle": {
|
68
|
-
"from": "components/VBtnToggle",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
55
|
"VBreadcrumbs": {
|
72
56
|
"from": "components/VBreadcrumbs",
|
73
57
|
"styles": []
|
@@ -80,6 +64,18 @@
|
|
80
64
|
"from": "components/VBreadcrumbs",
|
81
65
|
"styles": []
|
82
66
|
},
|
67
|
+
"VBottomSheet": {
|
68
|
+
"from": "components/VBottomSheet",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VBtn": {
|
72
|
+
"from": "components/VBtn",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VBtnGroup": {
|
76
|
+
"from": "components/VBtnGroup",
|
77
|
+
"styles": []
|
78
|
+
},
|
83
79
|
"VCard": {
|
84
80
|
"from": "components/VCard",
|
85
81
|
"styles": []
|
@@ -104,44 +100,40 @@
|
|
104
100
|
"from": "components/VCard",
|
105
101
|
"styles": []
|
106
102
|
},
|
107
|
-
"
|
108
|
-
"from": "components/
|
109
|
-
"styles": []
|
110
|
-
},
|
111
|
-
"VCarouselItem": {
|
112
|
-
"from": "components/VCarousel",
|
103
|
+
"VChip": {
|
104
|
+
"from": "components/VChip",
|
113
105
|
"styles": []
|
114
106
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
107
|
+
"VCode": {
|
108
|
+
"from": "components/VCode",
|
117
109
|
"styles": []
|
118
110
|
},
|
119
|
-
"
|
120
|
-
"from": "components/
|
111
|
+
"VChipGroup": {
|
112
|
+
"from": "components/VChipGroup",
|
121
113
|
"styles": []
|
122
114
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
115
|
+
"VCounter": {
|
116
|
+
"from": "components/VCounter",
|
125
117
|
"styles": []
|
126
118
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
119
|
+
"VCheckbox": {
|
120
|
+
"from": "components/VCheckbox",
|
129
121
|
"styles": []
|
130
122
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
123
|
+
"VCheckboxBtn": {
|
124
|
+
"from": "components/VCheckbox",
|
133
125
|
"styles": []
|
134
126
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
127
|
+
"VBtnToggle": {
|
128
|
+
"from": "components/VBtnToggle",
|
137
129
|
"styles": []
|
138
130
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
131
|
+
"VCarousel": {
|
132
|
+
"from": "components/VCarousel",
|
141
133
|
"styles": []
|
142
134
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
135
|
+
"VCarouselItem": {
|
136
|
+
"from": "components/VCarousel",
|
145
137
|
"styles": []
|
146
138
|
},
|
147
139
|
"VDataTable": {
|
@@ -172,6 +164,10 @@
|
|
172
164
|
"from": "components/VDataTable",
|
173
165
|
"styles": []
|
174
166
|
},
|
167
|
+
"VDialog": {
|
168
|
+
"from": "components/VDialog",
|
169
|
+
"styles": []
|
170
|
+
},
|
175
171
|
"VDatePicker": {
|
176
172
|
"from": "components/VDatePicker",
|
177
173
|
"styles": []
|
@@ -196,34 +192,14 @@
|
|
196
192
|
"from": "components/VDatePicker",
|
197
193
|
"styles": []
|
198
194
|
},
|
199
|
-
"VDialog": {
|
200
|
-
"from": "components/VDialog",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
195
|
"VDivider": {
|
204
196
|
"from": "components/VDivider",
|
205
197
|
"styles": []
|
206
198
|
},
|
207
|
-
"VFab": {
|
208
|
-
"from": "components/VFab",
|
209
|
-
"styles": []
|
210
|
-
},
|
211
199
|
"VEmptyState": {
|
212
200
|
"from": "components/VEmptyState",
|
213
201
|
"styles": []
|
214
202
|
},
|
215
|
-
"VFileInput": {
|
216
|
-
"from": "components/VFileInput",
|
217
|
-
"styles": []
|
218
|
-
},
|
219
|
-
"VField": {
|
220
|
-
"from": "components/VField",
|
221
|
-
"styles": []
|
222
|
-
},
|
223
|
-
"VFieldLabel": {
|
224
|
-
"from": "components/VField",
|
225
|
-
"styles": []
|
226
|
-
},
|
227
203
|
"VExpansionPanels": {
|
228
204
|
"from": "components/VExpansionPanel",
|
229
205
|
"styles": []
|
@@ -240,6 +216,22 @@
|
|
240
216
|
"from": "components/VExpansionPanel",
|
241
217
|
"styles": []
|
242
218
|
},
|
219
|
+
"VField": {
|
220
|
+
"from": "components/VField",
|
221
|
+
"styles": []
|
222
|
+
},
|
223
|
+
"VFieldLabel": {
|
224
|
+
"from": "components/VField",
|
225
|
+
"styles": []
|
226
|
+
},
|
227
|
+
"VFileInput": {
|
228
|
+
"from": "components/VFileInput",
|
229
|
+
"styles": []
|
230
|
+
},
|
231
|
+
"VFab": {
|
232
|
+
"from": "components/VFab",
|
233
|
+
"styles": []
|
234
|
+
},
|
243
235
|
"VFooter": {
|
244
236
|
"from": "components/VFooter",
|
245
237
|
"styles": []
|
@@ -264,30 +256,34 @@
|
|
264
256
|
"from": "components/VIcon",
|
265
257
|
"styles": []
|
266
258
|
},
|
267
|
-
"
|
268
|
-
"from": "components/
|
259
|
+
"VInfiniteScroll": {
|
260
|
+
"from": "components/VInfiniteScroll",
|
269
261
|
"styles": []
|
270
262
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
263
|
+
"VImg": {
|
264
|
+
"from": "components/VImg",
|
273
265
|
"styles": []
|
274
266
|
},
|
275
|
-
"
|
276
|
-
"from": "components/
|
267
|
+
"VInput": {
|
268
|
+
"from": "components/VInput",
|
277
269
|
"styles": []
|
278
270
|
},
|
279
271
|
"VKbd": {
|
280
272
|
"from": "components/VKbd",
|
281
273
|
"styles": []
|
282
274
|
},
|
283
|
-
"VImg": {
|
284
|
-
"from": "components/VImg",
|
285
|
-
"styles": []
|
286
|
-
},
|
287
275
|
"VLabel": {
|
288
276
|
"from": "components/VLabel",
|
289
277
|
"styles": []
|
290
278
|
},
|
279
|
+
"VItemGroup": {
|
280
|
+
"from": "components/VItemGroup",
|
281
|
+
"styles": []
|
282
|
+
},
|
283
|
+
"VItem": {
|
284
|
+
"from": "components/VItemGroup",
|
285
|
+
"styles": []
|
286
|
+
},
|
291
287
|
"VList": {
|
292
288
|
"from": "components/VList",
|
293
289
|
"styles": []
|
@@ -324,44 +320,36 @@
|
|
324
320
|
"from": "components/VList",
|
325
321
|
"styles": []
|
326
322
|
},
|
327
|
-
"
|
328
|
-
"from": "components/
|
323
|
+
"VMenu": {
|
324
|
+
"from": "components/VMenu",
|
329
325
|
"styles": []
|
330
326
|
},
|
331
327
|
"VMain": {
|
332
328
|
"from": "components/VMain",
|
333
329
|
"styles": []
|
334
330
|
},
|
335
|
-
"
|
336
|
-
"from": "components/
|
331
|
+
"VNavigationDrawer": {
|
332
|
+
"from": "components/VNavigationDrawer",
|
337
333
|
"styles": []
|
338
334
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
335
|
+
"VOverlay": {
|
336
|
+
"from": "components/VOverlay",
|
341
337
|
"styles": []
|
342
338
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
339
|
+
"VPagination": {
|
340
|
+
"from": "components/VPagination",
|
345
341
|
"styles": []
|
346
342
|
},
|
347
343
|
"VNumberInput": {
|
348
344
|
"from": "components/VNumberInput",
|
349
345
|
"styles": []
|
350
346
|
},
|
351
|
-
"VNavigationDrawer": {
|
352
|
-
"from": "components/VNavigationDrawer",
|
353
|
-
"styles": []
|
354
|
-
},
|
355
|
-
"VPagination": {
|
356
|
-
"from": "components/VPagination",
|
357
|
-
"styles": []
|
358
|
-
},
|
359
347
|
"VProgressCircular": {
|
360
348
|
"from": "components/VProgressCircular",
|
361
349
|
"styles": []
|
362
350
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
351
|
+
"VMessages": {
|
352
|
+
"from": "components/VMessages",
|
365
353
|
"styles": []
|
366
354
|
},
|
367
355
|
"VProgressLinear": {
|
@@ -376,24 +364,24 @@
|
|
376
364
|
"from": "components/VRating",
|
377
365
|
"styles": []
|
378
366
|
},
|
367
|
+
"VSelectionControlGroup": {
|
368
|
+
"from": "components/VSelectionControlGroup",
|
369
|
+
"styles": []
|
370
|
+
},
|
379
371
|
"VSelect": {
|
380
372
|
"from": "components/VSelect",
|
381
373
|
"styles": []
|
382
374
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
375
|
+
"VSheet": {
|
376
|
+
"from": "components/VSheet",
|
385
377
|
"styles": []
|
386
378
|
},
|
387
379
|
"VSkeletonLoader": {
|
388
380
|
"from": "components/VSkeletonLoader",
|
389
381
|
"styles": []
|
390
382
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
393
|
-
"styles": []
|
394
|
-
},
|
395
|
-
"VSlider": {
|
396
|
-
"from": "components/VSlider",
|
383
|
+
"VSelectionControl": {
|
384
|
+
"from": "components/VSelectionControl",
|
397
385
|
"styles": []
|
398
386
|
},
|
399
387
|
"VSlideGroup": {
|
@@ -408,8 +396,12 @@
|
|
408
396
|
"from": "components/VSnackbar",
|
409
397
|
"styles": []
|
410
398
|
},
|
411
|
-
"
|
412
|
-
"from": "components/
|
399
|
+
"VSlider": {
|
400
|
+
"from": "components/VSlider",
|
401
|
+
"styles": []
|
402
|
+
},
|
403
|
+
"VSystemBar": {
|
404
|
+
"from": "components/VSystemBar",
|
413
405
|
"styles": []
|
414
406
|
},
|
415
407
|
"VStepper": {
|
@@ -436,28 +428,32 @@
|
|
436
428
|
"from": "components/VStepper",
|
437
429
|
"styles": []
|
438
430
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
431
|
+
"VTab": {
|
432
|
+
"from": "components/VTabs",
|
441
433
|
"styles": []
|
442
434
|
},
|
443
|
-
"
|
444
|
-
"from": "components/
|
435
|
+
"VTabs": {
|
436
|
+
"from": "components/VTabs",
|
445
437
|
"styles": []
|
446
438
|
},
|
447
|
-
"
|
448
|
-
"from": "components/
|
439
|
+
"VTabsWindow": {
|
440
|
+
"from": "components/VTabs",
|
449
441
|
"styles": []
|
450
442
|
},
|
451
|
-
"
|
452
|
-
"from": "components/
|
443
|
+
"VTabsWindowItem": {
|
444
|
+
"from": "components/VTabs",
|
453
445
|
"styles": []
|
454
446
|
},
|
455
|
-
"
|
456
|
-
"from": "components/
|
447
|
+
"VTable": {
|
448
|
+
"from": "components/VTable",
|
457
449
|
"styles": []
|
458
450
|
},
|
459
|
-
"
|
460
|
-
"from": "components/
|
451
|
+
"VTextarea": {
|
452
|
+
"from": "components/VTextarea",
|
453
|
+
"styles": []
|
454
|
+
},
|
455
|
+
"VTextField": {
|
456
|
+
"from": "components/VTextField",
|
461
457
|
"styles": []
|
462
458
|
},
|
463
459
|
"VTimePicker": {
|
@@ -472,24 +468,16 @@
|
|
472
468
|
"from": "components/VTimePicker",
|
473
469
|
"styles": []
|
474
470
|
},
|
475
|
-
"
|
476
|
-
"from": "components/
|
477
|
-
"styles": []
|
478
|
-
},
|
479
|
-
"VTab": {
|
480
|
-
"from": "components/VTabs",
|
481
|
-
"styles": []
|
482
|
-
},
|
483
|
-
"VTabs": {
|
484
|
-
"from": "components/VTabs",
|
471
|
+
"VSwitch": {
|
472
|
+
"from": "components/VSwitch",
|
485
473
|
"styles": []
|
486
474
|
},
|
487
|
-
"
|
488
|
-
"from": "components/
|
475
|
+
"VTimeline": {
|
476
|
+
"from": "components/VTimeline",
|
489
477
|
"styles": []
|
490
478
|
},
|
491
|
-
"
|
492
|
-
"from": "components/
|
479
|
+
"VTimelineItem": {
|
480
|
+
"from": "components/VTimeline",
|
493
481
|
"styles": []
|
494
482
|
},
|
495
483
|
"VToolbar": {
|
@@ -504,10 +492,6 @@
|
|
504
492
|
"from": "components/VToolbar",
|
505
493
|
"styles": []
|
506
494
|
},
|
507
|
-
"VTooltip": {
|
508
|
-
"from": "components/VTooltip",
|
509
|
-
"styles": []
|
510
|
-
},
|
511
495
|
"VTreeview": {
|
512
496
|
"from": "components/VTreeview",
|
513
497
|
"styles": []
|
@@ -520,6 +504,14 @@
|
|
520
504
|
"from": "components/VTreeview",
|
521
505
|
"styles": []
|
522
506
|
},
|
507
|
+
"VColorPicker": {
|
508
|
+
"from": "components/VColorPicker",
|
509
|
+
"styles": []
|
510
|
+
},
|
511
|
+
"VTooltip": {
|
512
|
+
"from": "components/VTooltip",
|
513
|
+
"styles": []
|
514
|
+
},
|
523
515
|
"VWindow": {
|
524
516
|
"from": "components/VWindow",
|
525
517
|
"styles": []
|
@@ -528,10 +520,18 @@
|
|
528
520
|
"from": "components/VWindow",
|
529
521
|
"styles": []
|
530
522
|
},
|
523
|
+
"VCombobox": {
|
524
|
+
"from": "components/VCombobox",
|
525
|
+
"styles": []
|
526
|
+
},
|
531
527
|
"VConfirmEdit": {
|
532
528
|
"from": "components/VConfirmEdit",
|
533
529
|
"styles": []
|
534
530
|
},
|
531
|
+
"VOtpInput": {
|
532
|
+
"from": "components/VOtpInput",
|
533
|
+
"styles": []
|
534
|
+
},
|
535
535
|
"VDataIterator": {
|
536
536
|
"from": "components/VDataIterator",
|
537
537
|
"styles": []
|
@@ -572,14 +572,14 @@
|
|
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": []
|
582
578
|
},
|
579
|
+
"VLazy": {
|
580
|
+
"from": "components/VLazy",
|
581
|
+
"styles": []
|
582
|
+
},
|
583
583
|
"VNoSsr": {
|
584
584
|
"from": "components/VNoSsr",
|
585
585
|
"styles": []
|
@@ -588,10 +588,6 @@
|
|
588
588
|
"from": "components/VParallax",
|
589
589
|
"styles": []
|
590
590
|
},
|
591
|
-
"VRangeSlider": {
|
592
|
-
"from": "components/VRangeSlider",
|
593
|
-
"styles": []
|
594
|
-
},
|
595
591
|
"VRadio": {
|
596
592
|
"from": "components/VRadio",
|
597
593
|
"styles": []
|
@@ -600,8 +596,8 @@
|
|
600
596
|
"from": "components/VResponsive",
|
601
597
|
"styles": []
|
602
598
|
},
|
603
|
-
"
|
604
|
-
"from": "components/
|
599
|
+
"VRangeSlider": {
|
600
|
+
"from": "components/VRangeSlider",
|
605
601
|
"styles": []
|
606
602
|
},
|
607
603
|
"VSnackbarQueue": {
|
@@ -612,14 +608,18 @@
|
|
612
608
|
"from": "components/VSpeedDial",
|
613
609
|
"styles": []
|
614
610
|
},
|
615
|
-
"
|
616
|
-
"from": "components/
|
611
|
+
"VSparkline": {
|
612
|
+
"from": "components/VSparkline",
|
617
613
|
"styles": []
|
618
614
|
},
|
619
615
|
"VThemeProvider": {
|
620
616
|
"from": "components/VThemeProvider",
|
621
617
|
"styles": []
|
622
618
|
},
|
619
|
+
"VValidation": {
|
620
|
+
"from": "components/VValidation",
|
621
|
+
"styles": []
|
622
|
+
},
|
623
623
|
"VVirtualScroll": {
|
624
624
|
"from": "components/VVirtualScroll",
|
625
625
|
"styles": []
|