@vuetify/nightly 3.8.8-master.2025-06-04 → 3.8.8-master.2025-06-07
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 +10 -3
- package/dist/json/attributes.json +3121 -3121
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +178 -178
- package/dist/json/web-types.json +5827 -5827
- package/dist/vuetify-labs.cjs +29 -35
- package/dist/vuetify-labs.css +3477 -3477
- package/dist/vuetify-labs.d.ts +71 -61
- package/dist/vuetify-labs.esm.js +29 -35
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +29 -35
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +23 -20
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3921 -3921
- package/dist/vuetify.d.ts +66 -61
- package/dist/vuetify.esm.js +23 -20
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +23 -20
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +30 -30
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.js +3 -1
- package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +5 -0
- package/lib/components/VNumberInput/VNumberInput.js +7 -11
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +5 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +5 -4
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +61 -61
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.js +3 -8
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +5 -0
- package/lib/labs/VDateInput/VDateInput.js +5 -9
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/package.json +1 -1
@@ -24,16 +24,8 @@
|
|
24
24
|
"from": "labs/VCalendar",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"
|
28
|
-
"from": "labs/
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VFileUploadItem": {
|
32
|
-
"from": "labs/VFileUpload",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
|
-
"VColorInput": {
|
36
|
-
"from": "labs/VColorInput",
|
27
|
+
"VIconBtn": {
|
28
|
+
"from": "labs/VIconBtn",
|
37
29
|
"styles": []
|
38
30
|
},
|
39
31
|
"VPicker": {
|
@@ -44,20 +36,8 @@
|
|
44
36
|
"from": "labs/VPicker",
|
45
37
|
"styles": []
|
46
38
|
},
|
47
|
-
"
|
48
|
-
"from": "labs/
|
49
|
-
"styles": []
|
50
|
-
},
|
51
|
-
"VStepperVerticalItem": {
|
52
|
-
"from": "labs/VStepperVertical",
|
53
|
-
"styles": []
|
54
|
-
},
|
55
|
-
"VStepperVerticalActions": {
|
56
|
-
"from": "labs/VStepperVertical",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VIconBtn": {
|
60
|
-
"from": "labs/VIconBtn",
|
39
|
+
"VColorInput": {
|
40
|
+
"from": "labs/VColorInput",
|
61
41
|
"styles": []
|
62
42
|
},
|
63
43
|
"VTimePicker": {
|
@@ -72,6 +52,14 @@
|
|
72
52
|
"from": "labs/VTimePicker",
|
73
53
|
"styles": []
|
74
54
|
},
|
55
|
+
"VFileUpload": {
|
56
|
+
"from": "labs/VFileUpload",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VFileUploadItem": {
|
60
|
+
"from": "labs/VFileUpload",
|
61
|
+
"styles": []
|
62
|
+
},
|
75
63
|
"VTreeview": {
|
76
64
|
"from": "labs/VTreeview",
|
77
65
|
"styles": []
|
@@ -84,6 +72,18 @@
|
|
84
72
|
"from": "labs/VTreeview",
|
85
73
|
"styles": []
|
86
74
|
},
|
75
|
+
"VStepperVertical": {
|
76
|
+
"from": "labs/VStepperVertical",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VStepperVerticalItem": {
|
80
|
+
"from": "labs/VStepperVertical",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
|
+
"VStepperVerticalActions": {
|
84
|
+
"from": "labs/VStepperVertical",
|
85
|
+
"styles": []
|
86
|
+
},
|
87
87
|
"VDateInput": {
|
88
88
|
"from": "labs/VDateInput",
|
89
89
|
"styles": []
|
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,14 +12,26 @@
|
|
24
12
|
"from": "components/VAppBar",
|
25
13
|
"styles": []
|
26
14
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
15
|
+
"VAlert": {
|
16
|
+
"from": "components/VAlert",
|
17
|
+
"styles": []
|
18
|
+
},
|
19
|
+
"VAlertTitle": {
|
20
|
+
"from": "components/VAlert",
|
29
21
|
"styles": []
|
30
22
|
},
|
31
23
|
"VAvatar": {
|
32
24
|
"from": "components/VAvatar",
|
33
25
|
"styles": []
|
34
26
|
},
|
27
|
+
"VApp": {
|
28
|
+
"from": "components/VApp",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VBadge": {
|
32
|
+
"from": "components/VBadge",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
35
|
"VBanner": {
|
36
36
|
"from": "components/VBanner",
|
37
37
|
"styles": []
|
@@ -44,12 +44,12 @@
|
|
44
44
|
"from": "components/VBanner",
|
45
45
|
"styles": []
|
46
46
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
47
|
+
"VAutocomplete": {
|
48
|
+
"from": "components/VAutocomplete",
|
49
49
|
"styles": []
|
50
50
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
51
|
+
"VBottomSheet": {
|
52
|
+
"from": "components/VBottomSheet",
|
53
53
|
"styles": []
|
54
54
|
},
|
55
55
|
"VBreadcrumbs": {
|
@@ -64,20 +64,28 @@
|
|
64
64
|
"from": "components/VBreadcrumbs",
|
65
65
|
"styles": []
|
66
66
|
},
|
67
|
-
"
|
68
|
-
"from": "components/
|
67
|
+
"VBottomNavigation": {
|
68
|
+
"from": "components/VBottomNavigation",
|
69
69
|
"styles": []
|
70
70
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
71
|
+
"VBtn": {
|
72
|
+
"from": "components/VBtn",
|
73
73
|
"styles": []
|
74
74
|
},
|
75
75
|
"VBtnToggle": {
|
76
76
|
"from": "components/VBtnToggle",
|
77
77
|
"styles": []
|
78
78
|
},
|
79
|
-
"
|
80
|
-
"from": "components/
|
79
|
+
"VBtnGroup": {
|
80
|
+
"from": "components/VBtnGroup",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
|
+
"VCarousel": {
|
84
|
+
"from": "components/VCarousel",
|
85
|
+
"styles": []
|
86
|
+
},
|
87
|
+
"VCarouselItem": {
|
88
|
+
"from": "components/VCarousel",
|
81
89
|
"styles": []
|
82
90
|
},
|
83
91
|
"VCard": {
|
@@ -104,48 +112,64 @@
|
|
104
112
|
"from": "components/VCard",
|
105
113
|
"styles": []
|
106
114
|
},
|
107
|
-
"
|
108
|
-
"from": "components/
|
115
|
+
"VDataTable": {
|
116
|
+
"from": "components/VDataTable",
|
109
117
|
"styles": []
|
110
118
|
},
|
111
|
-
"
|
112
|
-
"from": "components/
|
119
|
+
"VDataTableHeaders": {
|
120
|
+
"from": "components/VDataTable",
|
113
121
|
"styles": []
|
114
122
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
123
|
+
"VDataTableFooter": {
|
124
|
+
"from": "components/VDataTable",
|
117
125
|
"styles": []
|
118
126
|
},
|
119
|
-
"
|
120
|
-
"from": "components/
|
127
|
+
"VDataTableRows": {
|
128
|
+
"from": "components/VDataTable",
|
121
129
|
"styles": []
|
122
130
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
131
|
+
"VDataTableRow": {
|
132
|
+
"from": "components/VDataTable",
|
125
133
|
"styles": []
|
126
134
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
135
|
+
"VDataTableVirtual": {
|
136
|
+
"from": "components/VDataTable",
|
129
137
|
"styles": []
|
130
138
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
139
|
+
"VDataTableServer": {
|
140
|
+
"from": "components/VDataTable",
|
133
141
|
"styles": []
|
134
142
|
},
|
135
143
|
"VCode": {
|
136
144
|
"from": "components/VCode",
|
137
145
|
"styles": []
|
138
146
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
147
|
+
"VCheckbox": {
|
148
|
+
"from": "components/VCheckbox",
|
149
|
+
"styles": []
|
150
|
+
},
|
151
|
+
"VCheckboxBtn": {
|
152
|
+
"from": "components/VCheckbox",
|
153
|
+
"styles": []
|
154
|
+
},
|
155
|
+
"VChip": {
|
156
|
+
"from": "components/VChip",
|
141
157
|
"styles": []
|
142
158
|
},
|
143
159
|
"VCounter": {
|
144
160
|
"from": "components/VCounter",
|
145
161
|
"styles": []
|
146
162
|
},
|
147
|
-
"
|
148
|
-
"from": "components/
|
163
|
+
"VChipGroup": {
|
164
|
+
"from": "components/VChipGroup",
|
165
|
+
"styles": []
|
166
|
+
},
|
167
|
+
"VCombobox": {
|
168
|
+
"from": "components/VCombobox",
|
169
|
+
"styles": []
|
170
|
+
},
|
171
|
+
"VColorPicker": {
|
172
|
+
"from": "components/VColorPicker",
|
149
173
|
"styles": []
|
150
174
|
},
|
151
175
|
"VDatePicker": {
|
@@ -172,48 +196,12 @@
|
|
172
196
|
"from": "components/VDatePicker",
|
173
197
|
"styles": []
|
174
198
|
},
|
175
|
-
"VDataTable": {
|
176
|
-
"from": "components/VDataTable",
|
177
|
-
"styles": []
|
178
|
-
},
|
179
|
-
"VDataTableHeaders": {
|
180
|
-
"from": "components/VDataTable",
|
181
|
-
"styles": []
|
182
|
-
},
|
183
|
-
"VDataTableFooter": {
|
184
|
-
"from": "components/VDataTable",
|
185
|
-
"styles": []
|
186
|
-
},
|
187
|
-
"VDataTableRows": {
|
188
|
-
"from": "components/VDataTable",
|
189
|
-
"styles": []
|
190
|
-
},
|
191
|
-
"VDataTableRow": {
|
192
|
-
"from": "components/VDataTable",
|
193
|
-
"styles": []
|
194
|
-
},
|
195
|
-
"VDataTableVirtual": {
|
196
|
-
"from": "components/VDataTable",
|
197
|
-
"styles": []
|
198
|
-
},
|
199
|
-
"VDataTableServer": {
|
200
|
-
"from": "components/VDataTable",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
199
|
"VDivider": {
|
204
200
|
"from": "components/VDivider",
|
205
201
|
"styles": []
|
206
202
|
},
|
207
|
-
"
|
208
|
-
"from": "components/
|
209
|
-
"styles": []
|
210
|
-
},
|
211
|
-
"VFooter": {
|
212
|
-
"from": "components/VFooter",
|
213
|
-
"styles": []
|
214
|
-
},
|
215
|
-
"VFileInput": {
|
216
|
-
"from": "components/VFileInput",
|
203
|
+
"VDialog": {
|
204
|
+
"from": "components/VDialog",
|
217
205
|
"styles": []
|
218
206
|
},
|
219
207
|
"VExpansionPanels": {
|
@@ -236,6 +224,22 @@
|
|
236
224
|
"from": "components/VFab",
|
237
225
|
"styles": []
|
238
226
|
},
|
227
|
+
"VFooter": {
|
228
|
+
"from": "components/VFooter",
|
229
|
+
"styles": []
|
230
|
+
},
|
231
|
+
"VFileInput": {
|
232
|
+
"from": "components/VFileInput",
|
233
|
+
"styles": []
|
234
|
+
},
|
235
|
+
"VField": {
|
236
|
+
"from": "components/VField",
|
237
|
+
"styles": []
|
238
|
+
},
|
239
|
+
"VFieldLabel": {
|
240
|
+
"from": "components/VField",
|
241
|
+
"styles": []
|
242
|
+
},
|
239
243
|
"VIcon": {
|
240
244
|
"from": "components/VIcon",
|
241
245
|
"styles": []
|
@@ -256,14 +260,18 @@
|
|
256
260
|
"from": "components/VIcon",
|
257
261
|
"styles": []
|
258
262
|
},
|
259
|
-
"VImg": {
|
260
|
-
"from": "components/VImg",
|
261
|
-
"styles": []
|
262
|
-
},
|
263
263
|
"VInfiniteScroll": {
|
264
264
|
"from": "components/VInfiniteScroll",
|
265
265
|
"styles": []
|
266
266
|
},
|
267
|
+
"VInput": {
|
268
|
+
"from": "components/VInput",
|
269
|
+
"styles": []
|
270
|
+
},
|
271
|
+
"VKbd": {
|
272
|
+
"from": "components/VKbd",
|
273
|
+
"styles": []
|
274
|
+
},
|
267
275
|
"VItemGroup": {
|
268
276
|
"from": "components/VItemGroup",
|
269
277
|
"styles": []
|
@@ -276,8 +284,8 @@
|
|
276
284
|
"from": "components/VLabel",
|
277
285
|
"styles": []
|
278
286
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
287
|
+
"VImg": {
|
288
|
+
"from": "components/VImg",
|
281
289
|
"styles": []
|
282
290
|
},
|
283
291
|
"VList": {
|
@@ -316,6 +324,10 @@
|
|
316
324
|
"from": "components/VList",
|
317
325
|
"styles": []
|
318
326
|
},
|
327
|
+
"VMenu": {
|
328
|
+
"from": "components/VMenu",
|
329
|
+
"styles": []
|
330
|
+
},
|
319
331
|
"VMain": {
|
320
332
|
"from": "components/VMain",
|
321
333
|
"styles": []
|
@@ -324,32 +336,28 @@
|
|
324
336
|
"from": "components/VNavigationDrawer",
|
325
337
|
"styles": []
|
326
338
|
},
|
327
|
-
"VMenu": {
|
328
|
-
"from": "components/VMenu",
|
329
|
-
"styles": []
|
330
|
-
},
|
331
339
|
"VNumberInput": {
|
332
340
|
"from": "components/VNumberInput",
|
333
341
|
"styles": []
|
334
342
|
},
|
335
|
-
"VMessages": {
|
336
|
-
"from": "components/VMessages",
|
337
|
-
"styles": []
|
338
|
-
},
|
339
343
|
"VOverlay": {
|
340
344
|
"from": "components/VOverlay",
|
341
345
|
"styles": []
|
342
346
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
347
|
+
"VMessages": {
|
348
|
+
"from": "components/VMessages",
|
349
|
+
"styles": []
|
350
|
+
},
|
351
|
+
"VOtpInput": {
|
352
|
+
"from": "components/VOtpInput",
|
345
353
|
"styles": []
|
346
354
|
},
|
347
355
|
"VProgressCircular": {
|
348
356
|
"from": "components/VProgressCircular",
|
349
357
|
"styles": []
|
350
358
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
359
|
+
"VPagination": {
|
360
|
+
"from": "components/VPagination",
|
353
361
|
"styles": []
|
354
362
|
},
|
355
363
|
"VProgressLinear": {
|
@@ -360,28 +368,28 @@
|
|
360
368
|
"from": "components/VRadioGroup",
|
361
369
|
"styles": []
|
362
370
|
},
|
363
|
-
"VSelect": {
|
364
|
-
"from": "components/VSelect",
|
365
|
-
"styles": []
|
366
|
-
},
|
367
|
-
"VSelectionControl": {
|
368
|
-
"from": "components/VSelectionControl",
|
369
|
-
"styles": []
|
370
|
-
},
|
371
371
|
"VRating": {
|
372
372
|
"from": "components/VRating",
|
373
373
|
"styles": []
|
374
374
|
},
|
375
|
+
"VSelect": {
|
376
|
+
"from": "components/VSelect",
|
377
|
+
"styles": []
|
378
|
+
},
|
375
379
|
"VSelectionControlGroup": {
|
376
380
|
"from": "components/VSelectionControlGroup",
|
377
381
|
"styles": []
|
378
382
|
},
|
383
|
+
"VSkeletonLoader": {
|
384
|
+
"from": "components/VSkeletonLoader",
|
385
|
+
"styles": []
|
386
|
+
},
|
379
387
|
"VSheet": {
|
380
388
|
"from": "components/VSheet",
|
381
389
|
"styles": []
|
382
390
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
391
|
+
"VSelectionControl": {
|
392
|
+
"from": "components/VSelectionControl",
|
385
393
|
"styles": []
|
386
394
|
},
|
387
395
|
"VSlideGroup": {
|
@@ -392,46 +400,6 @@
|
|
392
400
|
"from": "components/VSlideGroup",
|
393
401
|
"styles": []
|
394
402
|
},
|
395
|
-
"VSnackbar": {
|
396
|
-
"from": "components/VSnackbar",
|
397
|
-
"styles": []
|
398
|
-
},
|
399
|
-
"VSlider": {
|
400
|
-
"from": "components/VSlider",
|
401
|
-
"styles": []
|
402
|
-
},
|
403
|
-
"VField": {
|
404
|
-
"from": "components/VField",
|
405
|
-
"styles": []
|
406
|
-
},
|
407
|
-
"VFieldLabel": {
|
408
|
-
"from": "components/VField",
|
409
|
-
"styles": []
|
410
|
-
},
|
411
|
-
"VSwitch": {
|
412
|
-
"from": "components/VSwitch",
|
413
|
-
"styles": []
|
414
|
-
},
|
415
|
-
"VSystemBar": {
|
416
|
-
"from": "components/VSystemBar",
|
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",
|
429
|
-
"styles": []
|
430
|
-
},
|
431
|
-
"VTabsWindowItem": {
|
432
|
-
"from": "components/VTabs",
|
433
|
-
"styles": []
|
434
|
-
},
|
435
403
|
"VStepper": {
|
436
404
|
"from": "components/VStepper",
|
437
405
|
"styles": []
|
@@ -456,16 +424,20 @@
|
|
456
424
|
"from": "components/VStepper",
|
457
425
|
"styles": []
|
458
426
|
},
|
459
|
-
"
|
460
|
-
"from": "components/
|
427
|
+
"VSnackbar": {
|
428
|
+
"from": "components/VSnackbar",
|
461
429
|
"styles": []
|
462
430
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
431
|
+
"VSlider": {
|
432
|
+
"from": "components/VSlider",
|
465
433
|
"styles": []
|
466
434
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
435
|
+
"VSystemBar": {
|
436
|
+
"from": "components/VSystemBar",
|
437
|
+
"styles": []
|
438
|
+
},
|
439
|
+
"VSwitch": {
|
440
|
+
"from": "components/VSwitch",
|
469
441
|
"styles": []
|
470
442
|
},
|
471
443
|
"VTimeline": {
|
@@ -476,8 +448,28 @@
|
|
476
448
|
"from": "components/VTimeline",
|
477
449
|
"styles": []
|
478
450
|
},
|
479
|
-
"
|
480
|
-
"from": "components/
|
451
|
+
"VTab": {
|
452
|
+
"from": "components/VTabs",
|
453
|
+
"styles": []
|
454
|
+
},
|
455
|
+
"VTabs": {
|
456
|
+
"from": "components/VTabs",
|
457
|
+
"styles": []
|
458
|
+
},
|
459
|
+
"VTabsWindow": {
|
460
|
+
"from": "components/VTabs",
|
461
|
+
"styles": []
|
462
|
+
},
|
463
|
+
"VTabsWindowItem": {
|
464
|
+
"from": "components/VTabs",
|
465
|
+
"styles": []
|
466
|
+
},
|
467
|
+
"VTextField": {
|
468
|
+
"from": "components/VTextField",
|
469
|
+
"styles": []
|
470
|
+
},
|
471
|
+
"VTextarea": {
|
472
|
+
"from": "components/VTextarea",
|
481
473
|
"styles": []
|
482
474
|
},
|
483
475
|
"VToolbar": {
|
@@ -492,6 +484,10 @@
|
|
492
484
|
"from": "components/VToolbar",
|
493
485
|
"styles": []
|
494
486
|
},
|
487
|
+
"VTooltip": {
|
488
|
+
"from": "components/VTooltip",
|
489
|
+
"styles": []
|
490
|
+
},
|
495
491
|
"VWindow": {
|
496
492
|
"from": "components/VWindow",
|
497
493
|
"styles": []
|
@@ -504,10 +500,18 @@
|
|
504
500
|
"from": "components/VConfirmEdit",
|
505
501
|
"styles": []
|
506
502
|
},
|
503
|
+
"VTable": {
|
504
|
+
"from": "components/VTable",
|
505
|
+
"styles": []
|
506
|
+
},
|
507
507
|
"VDataIterator": {
|
508
508
|
"from": "components/VDataIterator",
|
509
509
|
"styles": []
|
510
510
|
},
|
511
|
+
"VDefaultsProvider": {
|
512
|
+
"from": "components/VDefaultsProvider",
|
513
|
+
"styles": []
|
514
|
+
},
|
511
515
|
"VForm": {
|
512
516
|
"from": "components/VForm",
|
513
517
|
"styles": []
|
@@ -532,14 +536,6 @@
|
|
532
536
|
"from": "components/VHover",
|
533
537
|
"styles": []
|
534
538
|
},
|
535
|
-
"VLayout": {
|
536
|
-
"from": "components/VLayout",
|
537
|
-
"styles": []
|
538
|
-
},
|
539
|
-
"VLayoutItem": {
|
540
|
-
"from": "components/VLayout",
|
541
|
-
"styles": []
|
542
|
-
},
|
543
539
|
"VLazy": {
|
544
540
|
"from": "components/VLazy",
|
545
541
|
"styles": []
|
@@ -552,6 +548,10 @@
|
|
552
548
|
"from": "components/VNoSsr",
|
553
549
|
"styles": []
|
554
550
|
},
|
551
|
+
"VRadio": {
|
552
|
+
"from": "components/VRadio",
|
553
|
+
"styles": []
|
554
|
+
},
|
555
555
|
"VParallax": {
|
556
556
|
"from": "components/VParallax",
|
557
557
|
"styles": []
|
@@ -560,18 +560,10 @@
|
|
560
560
|
"from": "components/VRangeSlider",
|
561
561
|
"styles": []
|
562
562
|
},
|
563
|
-
"VRadio": {
|
564
|
-
"from": "components/VRadio",
|
565
|
-
"styles": []
|
566
|
-
},
|
567
563
|
"VResponsive": {
|
568
564
|
"from": "components/VResponsive",
|
569
565
|
"styles": []
|
570
566
|
},
|
571
|
-
"VSparkline": {
|
572
|
-
"from": "components/VSparkline",
|
573
|
-
"styles": []
|
574
|
-
},
|
575
567
|
"VSnackbarQueue": {
|
576
568
|
"from": "components/VSnackbarQueue",
|
577
569
|
"styles": []
|
@@ -580,6 +572,10 @@
|
|
580
572
|
"from": "components/VSpeedDial",
|
581
573
|
"styles": []
|
582
574
|
},
|
575
|
+
"VSparkline": {
|
576
|
+
"from": "components/VSparkline",
|
577
|
+
"styles": []
|
578
|
+
},
|
583
579
|
"VThemeProvider": {
|
584
580
|
"from": "components/VThemeProvider",
|
585
581
|
"styles": []
|
@@ -588,6 +584,10 @@
|
|
588
584
|
"from": "components/VValidation",
|
589
585
|
"styles": []
|
590
586
|
},
|
587
|
+
"VVirtualScroll": {
|
588
|
+
"from": "components/VVirtualScroll",
|
589
|
+
"styles": []
|
590
|
+
},
|
591
591
|
"VFabTransition": {
|
592
592
|
"from": "components/transitions",
|
593
593
|
"styles": []
|
@@ -652,16 +652,16 @@
|
|
652
652
|
"from": "components/transitions",
|
653
653
|
"styles": []
|
654
654
|
},
|
655
|
-
"
|
656
|
-
"from": "components/
|
655
|
+
"VEmptyState": {
|
656
|
+
"from": "components/VEmptyState",
|
657
657
|
"styles": []
|
658
658
|
},
|
659
|
-
"
|
660
|
-
"from": "components/
|
659
|
+
"VLayout": {
|
660
|
+
"from": "components/VLayout",
|
661
661
|
"styles": []
|
662
662
|
},
|
663
|
-
"
|
664
|
-
"from": "components/
|
663
|
+
"VLayoutItem": {
|
664
|
+
"from": "components/VLayout",
|
665
665
|
"styles": []
|
666
666
|
}
|
667
667
|
},
|