@vuetify/nightly 3.8.9-master.2025-06-13 → 3.8.9-master.2025-06-17
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 +9 -3
- package/dist/json/attributes.json +3382 -3382
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +166 -166
- package/dist/json/web-types.json +6389 -6389
- package/dist/vuetify-labs.cjs +39 -14
- package/dist/vuetify-labs.css +3161 -3157
- package/dist/vuetify-labs.d.ts +65 -65
- package/dist/vuetify-labs.esm.js +39 -14
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +39 -14
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +38 -14
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3844 -3840
- package/dist/vuetify.d.ts +65 -65
- package/dist/vuetify.esm.js +38 -14
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +38 -14
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +372 -371
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +2 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +2 -1
- package/lib/components/VDataTable/VDataTable.css +6 -3
- package/lib/components/VDataTable/VDataTable.sass +4 -2
- package/lib/components/VOtpInput/VOtpInput.js +17 -1
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +4 -4
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.js +4 -4
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/composables/autofocus.d.ts +7 -0
- package/lib/composables/autofocus.js +10 -0
- package/lib/composables/autofocus.js.map +1 -0
- package/lib/composables/group.js +1 -0
- package/lib/composables/group.js.map +1 -1
- package/lib/composables/hotkey.js +17 -17
- package/lib/composables/hotkey.js.map +1 -1
- package/lib/composables/intersectionObserver.js +2 -2
- package/lib/composables/intersectionObserver.js.map +1 -1
- package/lib/composables/selectLink.js +2 -2
- package/lib/composables/selectLink.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +65 -65
- package/lib/framework.js +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.js +1 -0
- package/lib/labs/VFileUpload/VFileUploadItem.js.map +1 -1
- package/package.json +1 -1
@@ -28,16 +28,16 @@
|
|
28
28
|
"from": "labs/VIconBtn",
|
29
29
|
"styles": []
|
30
30
|
},
|
31
|
-
"
|
32
|
-
"from": "labs/
|
31
|
+
"VFileUpload": {
|
32
|
+
"from": "labs/VFileUpload",
|
33
33
|
"styles": []
|
34
34
|
},
|
35
|
-
"
|
36
|
-
"from": "labs/
|
35
|
+
"VFileUploadItem": {
|
36
|
+
"from": "labs/VFileUpload",
|
37
37
|
"styles": []
|
38
38
|
},
|
39
|
-
"
|
40
|
-
"from": "labs/
|
39
|
+
"VColorInput": {
|
40
|
+
"from": "labs/VColorInput",
|
41
41
|
"styles": []
|
42
42
|
},
|
43
43
|
"VPicker": {
|
@@ -48,24 +48,16 @@
|
|
48
48
|
"from": "labs/VPicker",
|
49
49
|
"styles": []
|
50
50
|
},
|
51
|
-
"
|
52
|
-
"from": "labs/
|
53
|
-
"styles": []
|
54
|
-
},
|
55
|
-
"VTimePickerClock": {
|
56
|
-
"from": "labs/VTimePicker",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VTimePickerControls": {
|
60
|
-
"from": "labs/VTimePicker",
|
51
|
+
"VStepperVertical": {
|
52
|
+
"from": "labs/VStepperVertical",
|
61
53
|
"styles": []
|
62
54
|
},
|
63
|
-
"
|
64
|
-
"from": "labs/
|
55
|
+
"VStepperVerticalItem": {
|
56
|
+
"from": "labs/VStepperVertical",
|
65
57
|
"styles": []
|
66
58
|
},
|
67
|
-
"
|
68
|
-
"from": "labs/
|
59
|
+
"VStepperVerticalActions": {
|
60
|
+
"from": "labs/VStepperVertical",
|
69
61
|
"styles": []
|
70
62
|
},
|
71
63
|
"VTreeview": {
|
@@ -80,6 +72,18 @@
|
|
80
72
|
"from": "labs/VTreeview",
|
81
73
|
"styles": []
|
82
74
|
},
|
75
|
+
"VTimePicker": {
|
76
|
+
"from": "labs/VTimePicker",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VTimePickerClock": {
|
80
|
+
"from": "labs/VTimePicker",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
|
+
"VTimePickerControls": {
|
84
|
+
"from": "labs/VTimePicker",
|
85
|
+
"styles": []
|
86
|
+
},
|
83
87
|
"VDateInput": {
|
84
88
|
"from": "labs/VDateInput",
|
85
89
|
"styles": []
|
@@ -87,10 +91,6 @@
|
|
87
91
|
"VPullToRefresh": {
|
88
92
|
"from": "labs/VPullToRefresh",
|
89
93
|
"styles": []
|
90
|
-
},
|
91
|
-
"VColorInput": {
|
92
|
-
"from": "labs/VColorInput",
|
93
|
-
"styles": []
|
94
94
|
}
|
95
95
|
}
|
96
96
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -1,67 +1,71 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "components/
|
3
|
+
"VAutocomplete": {
|
4
|
+
"from": "components/VAutocomplete",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"
|
8
|
-
"from": "components/
|
7
|
+
"VAlert": {
|
8
|
+
"from": "components/VAlert",
|
9
9
|
"styles": []
|
10
10
|
},
|
11
|
-
"
|
12
|
-
"from": "components/
|
11
|
+
"VAlertTitle": {
|
12
|
+
"from": "components/VAlert",
|
13
13
|
"styles": []
|
14
14
|
},
|
15
|
-
"
|
16
|
-
"from": "components/
|
15
|
+
"VAppBar": {
|
16
|
+
"from": "components/VAppBar",
|
17
17
|
"styles": []
|
18
18
|
},
|
19
|
-
"
|
20
|
-
"from": "components/
|
19
|
+
"VAppBarNavIcon": {
|
20
|
+
"from": "components/VAppBar",
|
21
21
|
"styles": []
|
22
22
|
},
|
23
|
-
"
|
24
|
-
"from": "components/
|
23
|
+
"VAppBarTitle": {
|
24
|
+
"from": "components/VAppBar",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
27
|
"VAvatar": {
|
28
28
|
"from": "components/VAvatar",
|
29
29
|
"styles": []
|
30
30
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
33
|
-
"styles": []
|
34
|
-
},
|
35
|
-
"VBreadcrumbs": {
|
36
|
-
"from": "components/VBreadcrumbs",
|
31
|
+
"VApp": {
|
32
|
+
"from": "components/VApp",
|
37
33
|
"styles": []
|
38
34
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
35
|
+
"VBanner": {
|
36
|
+
"from": "components/VBanner",
|
41
37
|
"styles": []
|
42
38
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
39
|
+
"VBannerActions": {
|
40
|
+
"from": "components/VBanner",
|
45
41
|
"styles": []
|
46
42
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
43
|
+
"VBannerText": {
|
44
|
+
"from": "components/VBanner",
|
49
45
|
"styles": []
|
50
46
|
},
|
51
47
|
"VBottomSheet": {
|
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
|
"VBtnToggle": {
|
60
56
|
"from": "components/VBtnToggle",
|
61
57
|
"styles": []
|
62
58
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
59
|
+
"VCarousel": {
|
60
|
+
"from": "components/VCarousel",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
|
+
"VCarouselItem": {
|
64
|
+
"from": "components/VCarousel",
|
65
|
+
"styles": []
|
66
|
+
},
|
67
|
+
"VCode": {
|
68
|
+
"from": "components/VCode",
|
65
69
|
"styles": []
|
66
70
|
},
|
67
71
|
"VCard": {
|
@@ -88,64 +92,44 @@
|
|
88
92
|
"from": "components/VCard",
|
89
93
|
"styles": []
|
90
94
|
},
|
91
|
-
"VBtnGroup": {
|
92
|
-
"from": "components/VBtnGroup",
|
93
|
-
"styles": []
|
94
|
-
},
|
95
|
-
"VCheckbox": {
|
96
|
-
"from": "components/VCheckbox",
|
97
|
-
"styles": []
|
98
|
-
},
|
99
|
-
"VCheckboxBtn": {
|
100
|
-
"from": "components/VCheckbox",
|
101
|
-
"styles": []
|
102
|
-
},
|
103
95
|
"VChip": {
|
104
96
|
"from": "components/VChip",
|
105
97
|
"styles": []
|
106
98
|
},
|
107
|
-
"
|
108
|
-
"from": "components/
|
109
|
-
"styles": []
|
110
|
-
},
|
111
|
-
"VChipGroup": {
|
112
|
-
"from": "components/VChipGroup",
|
113
|
-
"styles": []
|
114
|
-
},
|
115
|
-
"VCode": {
|
116
|
-
"from": "components/VCode",
|
99
|
+
"VBreadcrumbs": {
|
100
|
+
"from": "components/VBreadcrumbs",
|
117
101
|
"styles": []
|
118
102
|
},
|
119
|
-
"
|
120
|
-
"from": "components/
|
103
|
+
"VBreadcrumbsItem": {
|
104
|
+
"from": "components/VBreadcrumbs",
|
121
105
|
"styles": []
|
122
106
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
107
|
+
"VBreadcrumbsDivider": {
|
108
|
+
"from": "components/VBreadcrumbs",
|
125
109
|
"styles": []
|
126
110
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
111
|
+
"VCheckbox": {
|
112
|
+
"from": "components/VCheckbox",
|
129
113
|
"styles": []
|
130
114
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
115
|
+
"VCheckboxBtn": {
|
116
|
+
"from": "components/VCheckbox",
|
133
117
|
"styles": []
|
134
118
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
119
|
+
"VCounter": {
|
120
|
+
"from": "components/VCounter",
|
137
121
|
"styles": []
|
138
122
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
123
|
+
"VColorPicker": {
|
124
|
+
"from": "components/VColorPicker",
|
141
125
|
"styles": []
|
142
126
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
127
|
+
"VBtn": {
|
128
|
+
"from": "components/VBtn",
|
145
129
|
"styles": []
|
146
130
|
},
|
147
|
-
"
|
148
|
-
"from": "components/
|
131
|
+
"VBtnGroup": {
|
132
|
+
"from": "components/VBtnGroup",
|
149
133
|
"styles": []
|
150
134
|
},
|
151
135
|
"VDataTable": {
|
@@ -176,16 +160,40 @@
|
|
176
160
|
"from": "components/VDataTable",
|
177
161
|
"styles": []
|
178
162
|
},
|
179
|
-
"
|
180
|
-
"from": "components/
|
163
|
+
"VDialog": {
|
164
|
+
"from": "components/VDialog",
|
181
165
|
"styles": []
|
182
166
|
},
|
183
|
-
"
|
184
|
-
"from": "components/
|
167
|
+
"VDatePicker": {
|
168
|
+
"from": "components/VDatePicker",
|
185
169
|
"styles": []
|
186
170
|
},
|
187
|
-
"
|
188
|
-
"from": "components/
|
171
|
+
"VDatePickerControls": {
|
172
|
+
"from": "components/VDatePicker",
|
173
|
+
"styles": []
|
174
|
+
},
|
175
|
+
"VDatePickerHeader": {
|
176
|
+
"from": "components/VDatePicker",
|
177
|
+
"styles": []
|
178
|
+
},
|
179
|
+
"VDatePickerMonth": {
|
180
|
+
"from": "components/VDatePicker",
|
181
|
+
"styles": []
|
182
|
+
},
|
183
|
+
"VDatePickerMonths": {
|
184
|
+
"from": "components/VDatePicker",
|
185
|
+
"styles": []
|
186
|
+
},
|
187
|
+
"VDatePickerYears": {
|
188
|
+
"from": "components/VDatePicker",
|
189
|
+
"styles": []
|
190
|
+
},
|
191
|
+
"VEmptyState": {
|
192
|
+
"from": "components/VEmptyState",
|
193
|
+
"styles": []
|
194
|
+
},
|
195
|
+
"VChipGroup": {
|
196
|
+
"from": "components/VChipGroup",
|
189
197
|
"styles": []
|
190
198
|
},
|
191
199
|
"VExpansionPanels": {
|
@@ -204,12 +212,8 @@
|
|
204
212
|
"from": "components/VExpansionPanel",
|
205
213
|
"styles": []
|
206
214
|
},
|
207
|
-
"
|
208
|
-
"from": "components/
|
209
|
-
"styles": []
|
210
|
-
},
|
211
|
-
"VEmptyState": {
|
212
|
-
"from": "components/VEmptyState",
|
215
|
+
"VFileInput": {
|
216
|
+
"from": "components/VFileInput",
|
213
217
|
"styles": []
|
214
218
|
},
|
215
219
|
"VField": {
|
@@ -220,16 +224,16 @@
|
|
220
224
|
"from": "components/VField",
|
221
225
|
"styles": []
|
222
226
|
},
|
223
|
-
"
|
224
|
-
"from": "components/
|
227
|
+
"VCombobox": {
|
228
|
+
"from": "components/VCombobox",
|
225
229
|
"styles": []
|
226
230
|
},
|
227
|
-
"
|
228
|
-
"from": "components/
|
231
|
+
"VFab": {
|
232
|
+
"from": "components/VFab",
|
229
233
|
"styles": []
|
230
234
|
},
|
231
|
-
"
|
232
|
-
"from": "components/
|
235
|
+
"VFooter": {
|
236
|
+
"from": "components/VFooter",
|
233
237
|
"styles": []
|
234
238
|
},
|
235
239
|
"VIcon": {
|
@@ -252,12 +256,20 @@
|
|
252
256
|
"from": "components/VIcon",
|
253
257
|
"styles": []
|
254
258
|
},
|
259
|
+
"VInput": {
|
260
|
+
"from": "components/VInput",
|
261
|
+
"styles": []
|
262
|
+
},
|
263
|
+
"VInfiniteScroll": {
|
264
|
+
"from": "components/VInfiniteScroll",
|
265
|
+
"styles": []
|
266
|
+
},
|
255
267
|
"VImg": {
|
256
268
|
"from": "components/VImg",
|
257
269
|
"styles": []
|
258
270
|
},
|
259
|
-
"
|
260
|
-
"from": "components/
|
271
|
+
"VLabel": {
|
272
|
+
"from": "components/VLabel",
|
261
273
|
"styles": []
|
262
274
|
},
|
263
275
|
"VItemGroup": {
|
@@ -268,8 +280,8 @@
|
|
268
280
|
"from": "components/VItemGroup",
|
269
281
|
"styles": []
|
270
282
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
283
|
+
"VKbd": {
|
284
|
+
"from": "components/VKbd",
|
273
285
|
"styles": []
|
274
286
|
},
|
275
287
|
"VList": {
|
@@ -308,22 +320,10 @@
|
|
308
320
|
"from": "components/VList",
|
309
321
|
"styles": []
|
310
322
|
},
|
311
|
-
"VLabel": {
|
312
|
-
"from": "components/VLabel",
|
313
|
-
"styles": []
|
314
|
-
},
|
315
|
-
"VMenu": {
|
316
|
-
"from": "components/VMenu",
|
317
|
-
"styles": []
|
318
|
-
},
|
319
323
|
"VMessages": {
|
320
324
|
"from": "components/VMessages",
|
321
325
|
"styles": []
|
322
326
|
},
|
323
|
-
"VMain": {
|
324
|
-
"from": "components/VMain",
|
325
|
-
"styles": []
|
326
|
-
},
|
327
327
|
"VNavigationDrawer": {
|
328
328
|
"from": "components/VNavigationDrawer",
|
329
329
|
"styles": []
|
@@ -332,12 +332,12 @@
|
|
332
332
|
"from": "components/VOtpInput",
|
333
333
|
"styles": []
|
334
334
|
},
|
335
|
-
"
|
336
|
-
"from": "components/
|
335
|
+
"VMain": {
|
336
|
+
"from": "components/VMain",
|
337
337
|
"styles": []
|
338
338
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
339
|
+
"VMenu": {
|
340
|
+
"from": "components/VMenu",
|
341
341
|
"styles": []
|
342
342
|
},
|
343
343
|
"VNumberInput": {
|
@@ -352,16 +352,12 @@
|
|
352
352
|
"from": "components/VProgressCircular",
|
353
353
|
"styles": []
|
354
354
|
},
|
355
|
-
"VRadioGroup": {
|
356
|
-
"from": "components/VRadioGroup",
|
357
|
-
"styles": []
|
358
|
-
},
|
359
355
|
"VProgressLinear": {
|
360
356
|
"from": "components/VProgressLinear",
|
361
357
|
"styles": []
|
362
358
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
359
|
+
"VOverlay": {
|
360
|
+
"from": "components/VOverlay",
|
365
361
|
"styles": []
|
366
362
|
},
|
367
363
|
"VRating": {
|
@@ -372,30 +368,46 @@
|
|
372
368
|
"from": "components/VSelectionControl",
|
373
369
|
"styles": []
|
374
370
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
377
|
-
"styles": []
|
378
|
-
},
|
379
|
-
"VSlideGroup": {
|
380
|
-
"from": "components/VSlideGroup",
|
371
|
+
"VSlider": {
|
372
|
+
"from": "components/VSlider",
|
381
373
|
"styles": []
|
382
374
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
375
|
+
"VSelect": {
|
376
|
+
"from": "components/VSelect",
|
385
377
|
"styles": []
|
386
378
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
379
|
+
"VRadioGroup": {
|
380
|
+
"from": "components/VRadioGroup",
|
389
381
|
"styles": []
|
390
382
|
},
|
391
383
|
"VSheet": {
|
392
384
|
"from": "components/VSheet",
|
393
385
|
"styles": []
|
394
386
|
},
|
387
|
+
"VSelectionControlGroup": {
|
388
|
+
"from": "components/VSelectionControlGroup",
|
389
|
+
"styles": []
|
390
|
+
},
|
395
391
|
"VSkeletonLoader": {
|
396
392
|
"from": "components/VSkeletonLoader",
|
397
393
|
"styles": []
|
398
394
|
},
|
395
|
+
"VSnackbar": {
|
396
|
+
"from": "components/VSnackbar",
|
397
|
+
"styles": []
|
398
|
+
},
|
399
|
+
"VSlideGroup": {
|
400
|
+
"from": "components/VSlideGroup",
|
401
|
+
"styles": []
|
402
|
+
},
|
403
|
+
"VSlideGroupItem": {
|
404
|
+
"from": "components/VSlideGroup",
|
405
|
+
"styles": []
|
406
|
+
},
|
407
|
+
"VSwitch": {
|
408
|
+
"from": "components/VSwitch",
|
409
|
+
"styles": []
|
410
|
+
},
|
399
411
|
"VStepper": {
|
400
412
|
"from": "components/VStepper",
|
401
413
|
"styles": []
|
@@ -420,22 +432,6 @@
|
|
420
432
|
"from": "components/VStepper",
|
421
433
|
"styles": []
|
422
434
|
},
|
423
|
-
"VSlider": {
|
424
|
-
"from": "components/VSlider",
|
425
|
-
"styles": []
|
426
|
-
},
|
427
|
-
"VSwitch": {
|
428
|
-
"from": "components/VSwitch",
|
429
|
-
"styles": []
|
430
|
-
},
|
431
|
-
"VSystemBar": {
|
432
|
-
"from": "components/VSystemBar",
|
433
|
-
"styles": []
|
434
|
-
},
|
435
|
-
"VTable": {
|
436
|
-
"from": "components/VTable",
|
437
|
-
"styles": []
|
438
|
-
},
|
439
435
|
"VTab": {
|
440
436
|
"from": "components/VTabs",
|
441
437
|
"styles": []
|
@@ -452,8 +448,8 @@
|
|
452
448
|
"from": "components/VTabs",
|
453
449
|
"styles": []
|
454
450
|
},
|
455
|
-
"
|
456
|
-
"from": "components/
|
451
|
+
"VTable": {
|
452
|
+
"from": "components/VTable",
|
457
453
|
"styles": []
|
458
454
|
},
|
459
455
|
"VTextField": {
|
@@ -480,6 +476,18 @@
|
|
480
476
|
"from": "components/VToolbar",
|
481
477
|
"styles": []
|
482
478
|
},
|
479
|
+
"VTooltip": {
|
480
|
+
"from": "components/VTooltip",
|
481
|
+
"styles": []
|
482
|
+
},
|
483
|
+
"VSystemBar": {
|
484
|
+
"from": "components/VSystemBar",
|
485
|
+
"styles": []
|
486
|
+
},
|
487
|
+
"VTextarea": {
|
488
|
+
"from": "components/VTextarea",
|
489
|
+
"styles": []
|
490
|
+
},
|
483
491
|
"VWindow": {
|
484
492
|
"from": "components/VWindow",
|
485
493
|
"styles": []
|
@@ -488,24 +496,20 @@
|
|
488
496
|
"from": "components/VWindow",
|
489
497
|
"styles": []
|
490
498
|
},
|
491
|
-
"
|
492
|
-
"from": "components/
|
499
|
+
"VBottomNavigation": {
|
500
|
+
"from": "components/VBottomNavigation",
|
493
501
|
"styles": []
|
494
502
|
},
|
495
|
-
"
|
496
|
-
"from": "components/
|
503
|
+
"VDefaultsProvider": {
|
504
|
+
"from": "components/VDefaultsProvider",
|
497
505
|
"styles": []
|
498
506
|
},
|
499
507
|
"VConfirmEdit": {
|
500
508
|
"from": "components/VConfirmEdit",
|
501
509
|
"styles": []
|
502
510
|
},
|
503
|
-
"
|
504
|
-
"from": "components/
|
505
|
-
"styles": []
|
506
|
-
},
|
507
|
-
"VForm": {
|
508
|
-
"from": "components/VForm",
|
511
|
+
"VHover": {
|
512
|
+
"from": "components/VHover",
|
509
513
|
"styles": []
|
510
514
|
},
|
511
515
|
"VContainer": {
|
@@ -524,8 +528,8 @@
|
|
524
528
|
"from": "components/VGrid",
|
525
529
|
"styles": []
|
526
530
|
},
|
527
|
-
"
|
528
|
-
"from": "components/
|
531
|
+
"VForm": {
|
532
|
+
"from": "components/VForm",
|
529
533
|
"styles": []
|
530
534
|
},
|
531
535
|
"VLayout": {
|
@@ -548,12 +552,16 @@
|
|
548
552
|
"from": "components/VNoSsr",
|
549
553
|
"styles": []
|
550
554
|
},
|
555
|
+
"VRadio": {
|
556
|
+
"from": "components/VRadio",
|
557
|
+
"styles": []
|
558
|
+
},
|
551
559
|
"VParallax": {
|
552
560
|
"from": "components/VParallax",
|
553
561
|
"styles": []
|
554
562
|
},
|
555
|
-
"
|
556
|
-
"from": "components/
|
563
|
+
"VRangeSlider": {
|
564
|
+
"from": "components/VRangeSlider",
|
557
565
|
"styles": []
|
558
566
|
},
|
559
567
|
"VResponsive": {
|
@@ -572,16 +580,8 @@
|
|
572
580
|
"from": "components/VSpeedDial",
|
573
581
|
"styles": []
|
574
582
|
},
|
575
|
-
"
|
576
|
-
"from": "components/
|
577
|
-
"styles": []
|
578
|
-
},
|
579
|
-
"VBannerActions": {
|
580
|
-
"from": "components/VBanner",
|
581
|
-
"styles": []
|
582
|
-
},
|
583
|
-
"VBannerText": {
|
584
|
-
"from": "components/VBanner",
|
583
|
+
"VVirtualScroll": {
|
584
|
+
"from": "components/VVirtualScroll",
|
585
585
|
"styles": []
|
586
586
|
},
|
587
587
|
"VThemeProvider": {
|
@@ -592,8 +592,8 @@
|
|
592
592
|
"from": "components/VValidation",
|
593
593
|
"styles": []
|
594
594
|
},
|
595
|
-
"
|
596
|
-
"from": "components/
|
595
|
+
"VDivider": {
|
596
|
+
"from": "components/VDivider",
|
597
597
|
"styles": []
|
598
598
|
},
|
599
599
|
"VFabTransition": {
|
@@ -660,8 +660,8 @@
|
|
660
660
|
"from": "components/transitions",
|
661
661
|
"styles": []
|
662
662
|
},
|
663
|
-
"
|
664
|
-
"from": "components/
|
663
|
+
"VDataIterator": {
|
664
|
+
"from": "components/VDataIterator",
|
665
665
|
"styles": []
|
666
666
|
}
|
667
667
|
},
|