@vuetify/nightly 3.8.8-master.2025-06-06 → 3.8.8-master.2025-06-08
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 +14 -3
- package/dist/json/attributes.json +2080 -2080
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +3925 -3925
- package/dist/vuetify-labs.cjs +117 -59
- package/dist/vuetify-labs.css +3446 -3446
- package/dist/vuetify-labs.d.ts +65 -59
- package/dist/vuetify-labs.esm.js +117 -59
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +117 -59
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +104 -40
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3061 -3061
- package/dist/vuetify.d.ts +60 -59
- package/dist/vuetify.esm.js +104 -40
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +104 -40
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +147 -140
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableColumn.js +1 -0
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.js +3 -1
- package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.js +8 -1
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +2 -2
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +8 -3
- package/lib/components/VFileInput/VFileInput.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/VSlider/VSliderThumb.js +1 -1
- package/lib/components/VSlider/VSliderThumb.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +5 -4
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -4
- package/lib/composables/date/date.js +13 -14
- package/lib/composables/date/date.js.map +1 -1
- package/lib/composables/fileDrop.d.ts +4 -0
- package/lib/composables/fileDrop.js +50 -0
- package/lib/composables/fileDrop.js.map +1 -0
- package/lib/entry-bundler.d.ts +0 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +55 -59
- 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 +7 -10
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js +7 -3
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/labs/entry-bundler.d.ts +0 -3
- package/package.json +1 -1
@@ -24,18 +24,22 @@
|
|
24
24
|
"from": "labs/VCalendar",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"
|
28
|
-
"from": "labs/
|
27
|
+
"VFileUpload": {
|
28
|
+
"from": "labs/VFileUpload",
|
29
29
|
"styles": []
|
30
30
|
},
|
31
|
-
"
|
32
|
-
"from": "labs/
|
31
|
+
"VFileUploadItem": {
|
32
|
+
"from": "labs/VFileUpload",
|
33
33
|
"styles": []
|
34
34
|
},
|
35
35
|
"VIconBtn": {
|
36
36
|
"from": "labs/VIconBtn",
|
37
37
|
"styles": []
|
38
38
|
},
|
39
|
+
"VColorInput": {
|
40
|
+
"from": "labs/VColorInput",
|
41
|
+
"styles": []
|
42
|
+
},
|
39
43
|
"VStepperVertical": {
|
40
44
|
"from": "labs/VStepperVertical",
|
41
45
|
"styles": []
|
@@ -48,6 +52,14 @@
|
|
48
52
|
"from": "labs/VStepperVertical",
|
49
53
|
"styles": []
|
50
54
|
},
|
55
|
+
"VPicker": {
|
56
|
+
"from": "labs/VPicker",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VPickerTitle": {
|
60
|
+
"from": "labs/VPicker",
|
61
|
+
"styles": []
|
62
|
+
},
|
51
63
|
"VTreeview": {
|
52
64
|
"from": "labs/VTreeview",
|
53
65
|
"styles": []
|
@@ -60,18 +72,6 @@
|
|
60
72
|
"from": "labs/VTreeview",
|
61
73
|
"styles": []
|
62
74
|
},
|
63
|
-
"VColorInput": {
|
64
|
-
"from": "labs/VColorInput",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
|
-
"VFileUpload": {
|
68
|
-
"from": "labs/VFileUpload",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
|
-
"VFileUploadItem": {
|
72
|
-
"from": "labs/VFileUpload",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
75
|
"VTimePicker": {
|
76
76
|
"from": "labs/VTimePicker",
|
77
77
|
"styles": []
|
@@ -84,13 +84,13 @@
|
|
84
84
|
"from": "labs/VTimePicker",
|
85
85
|
"styles": []
|
86
86
|
},
|
87
|
-
"VPullToRefresh": {
|
88
|
-
"from": "labs/VPullToRefresh",
|
89
|
-
"styles": []
|
90
|
-
},
|
91
87
|
"VDateInput": {
|
92
88
|
"from": "labs/VDateInput",
|
93
89
|
"styles": []
|
90
|
+
},
|
91
|
+
"VPullToRefresh": {
|
92
|
+
"from": "labs/VPullToRefresh",
|
93
|
+
"styles": []
|
94
94
|
}
|
95
95
|
}
|
96
96
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -16,6 +16,10 @@
|
|
16
16
|
"from": "components/VAppBar",
|
17
17
|
"styles": []
|
18
18
|
},
|
19
|
+
"VAutocomplete": {
|
20
|
+
"from": "components/VAutocomplete",
|
21
|
+
"styles": []
|
22
|
+
},
|
19
23
|
"VAlert": {
|
20
24
|
"from": "components/VAlert",
|
21
25
|
"styles": []
|
@@ -24,18 +28,10 @@
|
|
24
28
|
"from": "components/VAlert",
|
25
29
|
"styles": []
|
26
30
|
},
|
27
|
-
"VAutocomplete": {
|
28
|
-
"from": "components/VAutocomplete",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
31
|
"VAvatar": {
|
32
32
|
"from": "components/VAvatar",
|
33
33
|
"styles": []
|
34
34
|
},
|
35
|
-
"VBadge": {
|
36
|
-
"from": "components/VBadge",
|
37
|
-
"styles": []
|
38
|
-
},
|
39
35
|
"VBanner": {
|
40
36
|
"from": "components/VBanner",
|
41
37
|
"styles": []
|
@@ -52,8 +48,8 @@
|
|
52
48
|
"from": "components/VBottomSheet",
|
53
49
|
"styles": []
|
54
50
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
51
|
+
"VBadge": {
|
52
|
+
"from": "components/VBadge",
|
57
53
|
"styles": []
|
58
54
|
},
|
59
55
|
"VBreadcrumbs": {
|
@@ -68,32 +64,16 @@
|
|
68
64
|
"from": "components/VBreadcrumbs",
|
69
65
|
"styles": []
|
70
66
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
73
|
-
"styles": []
|
74
|
-
},
|
75
|
-
"VCard": {
|
76
|
-
"from": "components/VCard",
|
77
|
-
"styles": []
|
78
|
-
},
|
79
|
-
"VCardActions": {
|
80
|
-
"from": "components/VCard",
|
81
|
-
"styles": []
|
82
|
-
},
|
83
|
-
"VCardItem": {
|
84
|
-
"from": "components/VCard",
|
85
|
-
"styles": []
|
86
|
-
},
|
87
|
-
"VCardSubtitle": {
|
88
|
-
"from": "components/VCard",
|
67
|
+
"VBottomNavigation": {
|
68
|
+
"from": "components/VBottomNavigation",
|
89
69
|
"styles": []
|
90
70
|
},
|
91
|
-
"
|
92
|
-
"from": "components/
|
71
|
+
"VBtnGroup": {
|
72
|
+
"from": "components/VBtnGroup",
|
93
73
|
"styles": []
|
94
74
|
},
|
95
|
-
"
|
96
|
-
"from": "components/
|
75
|
+
"VBtnToggle": {
|
76
|
+
"from": "components/VBtnToggle",
|
97
77
|
"styles": []
|
98
78
|
},
|
99
79
|
"VCarousel": {
|
@@ -104,16 +84,16 @@
|
|
104
84
|
"from": "components/VCarousel",
|
105
85
|
"styles": []
|
106
86
|
},
|
107
|
-
"
|
108
|
-
"from": "components/
|
87
|
+
"VBtn": {
|
88
|
+
"from": "components/VBtn",
|
109
89
|
"styles": []
|
110
90
|
},
|
111
|
-
"
|
112
|
-
"from": "components/
|
91
|
+
"VChipGroup": {
|
92
|
+
"from": "components/VChipGroup",
|
113
93
|
"styles": []
|
114
94
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
95
|
+
"VChip": {
|
96
|
+
"from": "components/VChip",
|
117
97
|
"styles": []
|
118
98
|
},
|
119
99
|
"VCheckbox": {
|
@@ -124,20 +104,36 @@
|
|
124
104
|
"from": "components/VCheckbox",
|
125
105
|
"styles": []
|
126
106
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
107
|
+
"VCard": {
|
108
|
+
"from": "components/VCard",
|
129
109
|
"styles": []
|
130
110
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
111
|
+
"VCardActions": {
|
112
|
+
"from": "components/VCard",
|
133
113
|
"styles": []
|
134
114
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
115
|
+
"VCardItem": {
|
116
|
+
"from": "components/VCard",
|
137
117
|
"styles": []
|
138
118
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
119
|
+
"VCardSubtitle": {
|
120
|
+
"from": "components/VCard",
|
121
|
+
"styles": []
|
122
|
+
},
|
123
|
+
"VCardText": {
|
124
|
+
"from": "components/VCard",
|
125
|
+
"styles": []
|
126
|
+
},
|
127
|
+
"VCardTitle": {
|
128
|
+
"from": "components/VCard",
|
129
|
+
"styles": []
|
130
|
+
},
|
131
|
+
"VCode": {
|
132
|
+
"from": "components/VCode",
|
133
|
+
"styles": []
|
134
|
+
},
|
135
|
+
"VColorPicker": {
|
136
|
+
"from": "components/VColorPicker",
|
141
137
|
"styles": []
|
142
138
|
},
|
143
139
|
"VDataTable": {
|
@@ -168,12 +164,8 @@
|
|
168
164
|
"from": "components/VDataTable",
|
169
165
|
"styles": []
|
170
166
|
},
|
171
|
-
"
|
172
|
-
"from": "components/
|
173
|
-
"styles": []
|
174
|
-
},
|
175
|
-
"VEmptyState": {
|
176
|
-
"from": "components/VEmptyState",
|
167
|
+
"VCombobox": {
|
168
|
+
"from": "components/VCombobox",
|
177
169
|
"styles": []
|
178
170
|
},
|
179
171
|
"VDatePicker": {
|
@@ -200,12 +192,20 @@
|
|
200
192
|
"from": "components/VDatePicker",
|
201
193
|
"styles": []
|
202
194
|
},
|
203
|
-
"
|
204
|
-
"from": "components/
|
195
|
+
"VCounter": {
|
196
|
+
"from": "components/VCounter",
|
205
197
|
"styles": []
|
206
198
|
},
|
207
|
-
"
|
208
|
-
"from": "components/
|
199
|
+
"VDialog": {
|
200
|
+
"from": "components/VDialog",
|
201
|
+
"styles": []
|
202
|
+
},
|
203
|
+
"VEmptyState": {
|
204
|
+
"from": "components/VEmptyState",
|
205
|
+
"styles": []
|
206
|
+
},
|
207
|
+
"VDivider": {
|
208
|
+
"from": "components/VDivider",
|
209
209
|
"styles": []
|
210
210
|
},
|
211
211
|
"VExpansionPanels": {
|
@@ -224,16 +224,8 @@
|
|
224
224
|
"from": "components/VExpansionPanel",
|
225
225
|
"styles": []
|
226
226
|
},
|
227
|
-
"
|
228
|
-
"from": "components/
|
229
|
-
"styles": []
|
230
|
-
},
|
231
|
-
"VField": {
|
232
|
-
"from": "components/VField",
|
233
|
-
"styles": []
|
234
|
-
},
|
235
|
-
"VFieldLabel": {
|
236
|
-
"from": "components/VField",
|
227
|
+
"VFab": {
|
228
|
+
"from": "components/VFab",
|
237
229
|
"styles": []
|
238
230
|
},
|
239
231
|
"VFileInput": {
|
@@ -244,8 +236,12 @@
|
|
244
236
|
"from": "components/VFooter",
|
245
237
|
"styles": []
|
246
238
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
239
|
+
"VField": {
|
240
|
+
"from": "components/VField",
|
241
|
+
"styles": []
|
242
|
+
},
|
243
|
+
"VFieldLabel": {
|
244
|
+
"from": "components/VField",
|
249
245
|
"styles": []
|
250
246
|
},
|
251
247
|
"VIcon": {
|
@@ -268,10 +264,22 @@
|
|
268
264
|
"from": "components/VIcon",
|
269
265
|
"styles": []
|
270
266
|
},
|
267
|
+
"VImg": {
|
268
|
+
"from": "components/VImg",
|
269
|
+
"styles": []
|
270
|
+
},
|
271
|
+
"VInput": {
|
272
|
+
"from": "components/VInput",
|
273
|
+
"styles": []
|
274
|
+
},
|
271
275
|
"VInfiniteScroll": {
|
272
276
|
"from": "components/VInfiniteScroll",
|
273
277
|
"styles": []
|
274
278
|
},
|
279
|
+
"VKbd": {
|
280
|
+
"from": "components/VKbd",
|
281
|
+
"styles": []
|
282
|
+
},
|
275
283
|
"VItemGroup": {
|
276
284
|
"from": "components/VItemGroup",
|
277
285
|
"styles": []
|
@@ -280,18 +288,10 @@
|
|
280
288
|
"from": "components/VItemGroup",
|
281
289
|
"styles": []
|
282
290
|
},
|
283
|
-
"VImg": {
|
284
|
-
"from": "components/VImg",
|
285
|
-
"styles": []
|
286
|
-
},
|
287
291
|
"VLabel": {
|
288
292
|
"from": "components/VLabel",
|
289
293
|
"styles": []
|
290
294
|
},
|
291
|
-
"VKbd": {
|
292
|
-
"from": "components/VKbd",
|
293
|
-
"styles": []
|
294
|
-
},
|
295
295
|
"VList": {
|
296
296
|
"from": "components/VList",
|
297
297
|
"styles": []
|
@@ -332,28 +332,24 @@
|
|
332
332
|
"from": "components/VMain",
|
333
333
|
"styles": []
|
334
334
|
},
|
335
|
-
"VNavigationDrawer": {
|
336
|
-
"from": "components/VNavigationDrawer",
|
337
|
-
"styles": []
|
338
|
-
},
|
339
|
-
"VMenu": {
|
340
|
-
"from": "components/VMenu",
|
341
|
-
"styles": []
|
342
|
-
},
|
343
335
|
"VMessages": {
|
344
336
|
"from": "components/VMessages",
|
345
337
|
"styles": []
|
346
338
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
339
|
+
"VMenu": {
|
340
|
+
"from": "components/VMenu",
|
349
341
|
"styles": []
|
350
342
|
},
|
351
343
|
"VNumberInput": {
|
352
344
|
"from": "components/VNumberInput",
|
353
345
|
"styles": []
|
354
346
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
347
|
+
"VNavigationDrawer": {
|
348
|
+
"from": "components/VNavigationDrawer",
|
349
|
+
"styles": []
|
350
|
+
},
|
351
|
+
"VOtpInput": {
|
352
|
+
"from": "components/VOtpInput",
|
357
353
|
"styles": []
|
358
354
|
},
|
359
355
|
"VProgressLinear": {
|
@@ -364,6 +360,14 @@
|
|
364
360
|
"from": "components/VOverlay",
|
365
361
|
"styles": []
|
366
362
|
},
|
363
|
+
"VPagination": {
|
364
|
+
"from": "components/VPagination",
|
365
|
+
"styles": []
|
366
|
+
},
|
367
|
+
"VSelect": {
|
368
|
+
"from": "components/VSelect",
|
369
|
+
"styles": []
|
370
|
+
},
|
367
371
|
"VProgressCircular": {
|
368
372
|
"from": "components/VProgressCircular",
|
369
373
|
"styles": []
|
@@ -376,22 +380,6 @@
|
|
376
380
|
"from": "components/VRating",
|
377
381
|
"styles": []
|
378
382
|
},
|
379
|
-
"VSelectionControl": {
|
380
|
-
"from": "components/VSelectionControl",
|
381
|
-
"styles": []
|
382
|
-
},
|
383
|
-
"VSheet": {
|
384
|
-
"from": "components/VSheet",
|
385
|
-
"styles": []
|
386
|
-
},
|
387
|
-
"VSelect": {
|
388
|
-
"from": "components/VSelect",
|
389
|
-
"styles": []
|
390
|
-
},
|
391
|
-
"VSkeletonLoader": {
|
392
|
-
"from": "components/VSkeletonLoader",
|
393
|
-
"styles": []
|
394
|
-
},
|
395
383
|
"VSelectionControlGroup": {
|
396
384
|
"from": "components/VSelectionControlGroup",
|
397
385
|
"styles": []
|
@@ -404,12 +392,24 @@
|
|
404
392
|
"from": "components/VSlideGroup",
|
405
393
|
"styles": []
|
406
394
|
},
|
395
|
+
"VSheet": {
|
396
|
+
"from": "components/VSheet",
|
397
|
+
"styles": []
|
398
|
+
},
|
399
|
+
"VSelectionControl": {
|
400
|
+
"from": "components/VSelectionControl",
|
401
|
+
"styles": []
|
402
|
+
},
|
403
|
+
"VSkeletonLoader": {
|
404
|
+
"from": "components/VSkeletonLoader",
|
405
|
+
"styles": []
|
406
|
+
},
|
407
407
|
"VSlider": {
|
408
408
|
"from": "components/VSlider",
|
409
409
|
"styles": []
|
410
410
|
},
|
411
|
-
"
|
412
|
-
"from": "components/
|
411
|
+
"VSnackbar": {
|
412
|
+
"from": "components/VSnackbar",
|
413
413
|
"styles": []
|
414
414
|
},
|
415
415
|
"VStepper": {
|
@@ -436,12 +436,24 @@
|
|
436
436
|
"from": "components/VStepper",
|
437
437
|
"styles": []
|
438
438
|
},
|
439
|
+
"VSwitch": {
|
440
|
+
"from": "components/VSwitch",
|
441
|
+
"styles": []
|
442
|
+
},
|
443
|
+
"VTable": {
|
444
|
+
"from": "components/VTable",
|
445
|
+
"styles": []
|
446
|
+
},
|
439
447
|
"VSystemBar": {
|
440
448
|
"from": "components/VSystemBar",
|
441
449
|
"styles": []
|
442
450
|
},
|
443
|
-
"
|
444
|
-
"from": "components/
|
451
|
+
"VTextarea": {
|
452
|
+
"from": "components/VTextarea",
|
453
|
+
"styles": []
|
454
|
+
},
|
455
|
+
"VTextField": {
|
456
|
+
"from": "components/VTextField",
|
445
457
|
"styles": []
|
446
458
|
},
|
447
459
|
"VTab": {
|
@@ -460,20 +472,16 @@
|
|
460
472
|
"from": "components/VTabs",
|
461
473
|
"styles": []
|
462
474
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
465
|
-
"styles": []
|
466
|
-
},
|
467
|
-
"VTable": {
|
468
|
-
"from": "components/VTable",
|
475
|
+
"VTimeline": {
|
476
|
+
"from": "components/VTimeline",
|
469
477
|
"styles": []
|
470
478
|
},
|
471
|
-
"
|
472
|
-
"from": "components/
|
479
|
+
"VTimelineItem": {
|
480
|
+
"from": "components/VTimeline",
|
473
481
|
"styles": []
|
474
482
|
},
|
475
|
-
"
|
476
|
-
"from": "components/
|
483
|
+
"VTooltip": {
|
484
|
+
"from": "components/VTooltip",
|
477
485
|
"styles": []
|
478
486
|
},
|
479
487
|
"VToolbar": {
|
@@ -488,54 +496,34 @@
|
|
488
496
|
"from": "components/VToolbar",
|
489
497
|
"styles": []
|
490
498
|
},
|
491
|
-
"
|
492
|
-
"from": "components/
|
499
|
+
"VWindow": {
|
500
|
+
"from": "components/VWindow",
|
493
501
|
"styles": []
|
494
502
|
},
|
495
|
-
"
|
496
|
-
"from": "components/
|
503
|
+
"VWindowItem": {
|
504
|
+
"from": "components/VWindow",
|
497
505
|
"styles": []
|
498
506
|
},
|
499
507
|
"VConfirmEdit": {
|
500
508
|
"from": "components/VConfirmEdit",
|
501
509
|
"styles": []
|
502
510
|
},
|
503
|
-
"VDataIterator": {
|
504
|
-
"from": "components/VDataIterator",
|
505
|
-
"styles": []
|
506
|
-
},
|
507
511
|
"VDefaultsProvider": {
|
508
512
|
"from": "components/VDefaultsProvider",
|
509
513
|
"styles": []
|
510
514
|
},
|
511
|
-
"
|
512
|
-
"from": "components/
|
513
|
-
"styles": []
|
514
|
-
},
|
515
|
-
"VCol": {
|
516
|
-
"from": "components/VGrid",
|
517
|
-
"styles": []
|
518
|
-
},
|
519
|
-
"VRow": {
|
520
|
-
"from": "components/VGrid",
|
515
|
+
"VForm": {
|
516
|
+
"from": "components/VForm",
|
521
517
|
"styles": []
|
522
518
|
},
|
523
|
-
"
|
524
|
-
"from": "components/
|
519
|
+
"VDataIterator": {
|
520
|
+
"from": "components/VDataIterator",
|
525
521
|
"styles": []
|
526
522
|
},
|
527
523
|
"VHover": {
|
528
524
|
"from": "components/VHover",
|
529
525
|
"styles": []
|
530
526
|
},
|
531
|
-
"VForm": {
|
532
|
-
"from": "components/VForm",
|
533
|
-
"styles": []
|
534
|
-
},
|
535
|
-
"VLazy": {
|
536
|
-
"from": "components/VLazy",
|
537
|
-
"styles": []
|
538
|
-
},
|
539
527
|
"VLayout": {
|
540
528
|
"from": "components/VLayout",
|
541
529
|
"styles": []
|
@@ -548,6 +536,10 @@
|
|
548
536
|
"from": "components/VLocaleProvider",
|
549
537
|
"styles": []
|
550
538
|
},
|
539
|
+
"VLazy": {
|
540
|
+
"from": "components/VLazy",
|
541
|
+
"styles": []
|
542
|
+
},
|
551
543
|
"VNoSsr": {
|
552
544
|
"from": "components/VNoSsr",
|
553
545
|
"styles": []
|
@@ -556,6 +548,10 @@
|
|
556
548
|
"from": "components/VParallax",
|
557
549
|
"styles": []
|
558
550
|
},
|
551
|
+
"VRadio": {
|
552
|
+
"from": "components/VRadio",
|
553
|
+
"styles": []
|
554
|
+
},
|
559
555
|
"VRangeSlider": {
|
560
556
|
"from": "components/VRangeSlider",
|
561
557
|
"styles": []
|
@@ -564,30 +560,26 @@
|
|
564
560
|
"from": "components/VResponsive",
|
565
561
|
"styles": []
|
566
562
|
},
|
567
|
-
"
|
568
|
-
"from": "components/
|
563
|
+
"VSpeedDial": {
|
564
|
+
"from": "components/VSpeedDial",
|
569
565
|
"styles": []
|
570
566
|
},
|
571
567
|
"VSparkline": {
|
572
568
|
"from": "components/VSparkline",
|
573
569
|
"styles": []
|
574
570
|
},
|
575
|
-
"VSpeedDial": {
|
576
|
-
"from": "components/VSpeedDial",
|
577
|
-
"styles": []
|
578
|
-
},
|
579
571
|
"VThemeProvider": {
|
580
572
|
"from": "components/VThemeProvider",
|
581
573
|
"styles": []
|
582
574
|
},
|
583
|
-
"VValidation": {
|
584
|
-
"from": "components/VValidation",
|
585
|
-
"styles": []
|
586
|
-
},
|
587
575
|
"VVirtualScroll": {
|
588
576
|
"from": "components/VVirtualScroll",
|
589
577
|
"styles": []
|
590
578
|
},
|
579
|
+
"VValidation": {
|
580
|
+
"from": "components/VValidation",
|
581
|
+
"styles": []
|
582
|
+
},
|
591
583
|
"VFabTransition": {
|
592
584
|
"from": "components/transitions",
|
593
585
|
"styles": []
|
@@ -652,12 +644,20 @@
|
|
652
644
|
"from": "components/transitions",
|
653
645
|
"styles": []
|
654
646
|
},
|
655
|
-
"
|
656
|
-
"from": "components/
|
647
|
+
"VContainer": {
|
648
|
+
"from": "components/VGrid",
|
657
649
|
"styles": []
|
658
650
|
},
|
659
|
-
"
|
660
|
-
"from": "components/
|
651
|
+
"VCol": {
|
652
|
+
"from": "components/VGrid",
|
653
|
+
"styles": []
|
654
|
+
},
|
655
|
+
"VRow": {
|
656
|
+
"from": "components/VGrid",
|
657
|
+
"styles": []
|
658
|
+
},
|
659
|
+
"VSpacer": {
|
660
|
+
"from": "components/VGrid",
|
661
661
|
"styles": []
|
662
662
|
},
|
663
663
|
"VSnackbarQueue": {
|