@vuetify/nightly 3.9.0-master.2025-07-10 → 3.9.0-master.2025-07-12
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 +1672 -1628
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +180 -180
- package/dist/json/tags.json +11 -0
- package/dist/json/web-types.json +3410 -3088
- package/dist/vuetify-labs.cjs +42 -27
- package/dist/vuetify-labs.css +3015 -3015
- package/dist/vuetify-labs.d.ts +845 -297
- package/dist/vuetify-labs.esm.js +42 -27
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +42 -27
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +34 -24
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3254 -3254
- package/dist/vuetify.d.ts +591 -220
- package/dist/vuetify.esm.js +34 -24
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +34 -24
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +15 -15
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +121 -36
- package/lib/components/VCombobox/VCombobox.d.ts +121 -36
- package/lib/components/VField/VField.d.ts +13 -0
- package/lib/components/VField/VField.js +7 -3
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VField/VFieldLabel.js +1 -2
- package/lib/components/VField/VFieldLabel.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.d.ts +13 -0
- package/lib/components/VFileInput/VFileInput.js +3 -1
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VInput/VInput.d.ts +2 -1
- package/lib/components/VInput/VInput.js +15 -14
- package/lib/components/VInput/VInput.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +116 -36
- package/lib/components/VSelect/VSelect.d.ts +121 -36
- package/lib/components/VTextField/VTextField.d.ts +40 -9
- package/lib/components/VTextField/VTextField.js +2 -0
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.d.ts +13 -0
- package/lib/components/VTextarea/VTextarea.js +3 -1
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/composables/dateFormat.js +1 -1
- package/lib/composables/dateFormat.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +66 -66
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +13 -0
- package/lib/labs/VDateInput/VDateInput.d.ts +145 -44
- package/lib/labs/VDateInput/VDateInput.js +4 -1
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VMaskInput/VMaskInput.d.ts +121 -36
- package/lib/labs/VMaskInput/VMaskInput.js +4 -2
- package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
- package/package.json +1 -1
@@ -28,12 +28,16 @@
|
|
28
28
|
"from": "labs/VColorInput",
|
29
29
|
"styles": []
|
30
30
|
},
|
31
|
-
"
|
32
|
-
"from": "labs/
|
31
|
+
"VStepperVertical": {
|
32
|
+
"from": "labs/VStepperVertical",
|
33
33
|
"styles": []
|
34
34
|
},
|
35
|
-
"
|
36
|
-
"from": "labs/
|
35
|
+
"VStepperVerticalItem": {
|
36
|
+
"from": "labs/VStepperVertical",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VStepperVerticalActions": {
|
40
|
+
"from": "labs/VStepperVertical",
|
37
41
|
"styles": []
|
38
42
|
},
|
39
43
|
"VPicker": {
|
@@ -44,34 +48,30 @@
|
|
44
48
|
"from": "labs/VPicker",
|
45
49
|
"styles": []
|
46
50
|
},
|
47
|
-
"
|
48
|
-
"from": "labs/
|
49
|
-
"styles": []
|
50
|
-
},
|
51
|
-
"VStepperVertical": {
|
52
|
-
"from": "labs/VStepperVertical",
|
51
|
+
"VFileUpload": {
|
52
|
+
"from": "labs/VFileUpload",
|
53
53
|
"styles": []
|
54
54
|
},
|
55
|
-
"
|
56
|
-
"from": "labs/
|
55
|
+
"VFileUploadItem": {
|
56
|
+
"from": "labs/VFileUpload",
|
57
57
|
"styles": []
|
58
58
|
},
|
59
|
-
"
|
60
|
-
"from": "labs/
|
59
|
+
"VIconBtn": {
|
60
|
+
"from": "labs/VIconBtn",
|
61
61
|
"styles": []
|
62
62
|
},
|
63
63
|
"VHotkey": {
|
64
64
|
"from": "labs/VHotkey",
|
65
65
|
"styles": []
|
66
66
|
},
|
67
|
-
"VDateInput": {
|
68
|
-
"from": "labs/VDateInput",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
67
|
"VMaskInput": {
|
72
68
|
"from": "labs/VMaskInput",
|
73
69
|
"styles": []
|
74
70
|
},
|
71
|
+
"VDateInput": {
|
72
|
+
"from": "labs/VDateInput",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
75
|
"VPullToRefresh": {
|
76
76
|
"from": "labs/VPullToRefresh",
|
77
77
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VApp": {
|
4
|
+
"from": "components/VApp",
|
5
|
+
"styles": []
|
6
|
+
},
|
3
7
|
"VAppBar": {
|
4
8
|
"from": "components/VAppBar",
|
5
9
|
"styles": []
|
@@ -12,28 +16,32 @@
|
|
12
16
|
"from": "components/VAppBar",
|
13
17
|
"styles": []
|
14
18
|
},
|
15
|
-
"
|
16
|
-
"from": "components/
|
19
|
+
"VAlert": {
|
20
|
+
"from": "components/VAlert",
|
21
|
+
"styles": []
|
22
|
+
},
|
23
|
+
"VAlertTitle": {
|
24
|
+
"from": "components/VAlert",
|
17
25
|
"styles": []
|
18
26
|
},
|
19
27
|
"VAvatar": {
|
20
28
|
"from": "components/VAvatar",
|
21
29
|
"styles": []
|
22
30
|
},
|
23
|
-
"
|
24
|
-
"from": "components/
|
31
|
+
"VAutocomplete": {
|
32
|
+
"from": "components/VAutocomplete",
|
25
33
|
"styles": []
|
26
34
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
35
|
+
"VBadge": {
|
36
|
+
"from": "components/VBadge",
|
29
37
|
"styles": []
|
30
38
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
39
|
+
"VBottomNavigation": {
|
40
|
+
"from": "components/VBottomNavigation",
|
33
41
|
"styles": []
|
34
42
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
43
|
+
"VBottomSheet": {
|
44
|
+
"from": "components/VBottomSheet",
|
37
45
|
"styles": []
|
38
46
|
},
|
39
47
|
"VBreadcrumbs": {
|
@@ -48,24 +56,20 @@
|
|
48
56
|
"from": "components/VBreadcrumbs",
|
49
57
|
"styles": []
|
50
58
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
53
|
-
"styles": []
|
54
|
-
},
|
55
|
-
"VBottomSheet": {
|
56
|
-
"from": "components/VBottomSheet",
|
59
|
+
"VBtnGroup": {
|
60
|
+
"from": "components/VBtnGroup",
|
57
61
|
"styles": []
|
58
62
|
},
|
59
|
-
"
|
60
|
-
"from": "components/
|
63
|
+
"VBanner": {
|
64
|
+
"from": "components/VBanner",
|
61
65
|
"styles": []
|
62
66
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
67
|
+
"VBannerActions": {
|
68
|
+
"from": "components/VBanner",
|
65
69
|
"styles": []
|
66
70
|
},
|
67
|
-
"
|
68
|
-
"from": "components/
|
71
|
+
"VBannerText": {
|
72
|
+
"from": "components/VBanner",
|
69
73
|
"styles": []
|
70
74
|
},
|
71
75
|
"VCard": {
|
@@ -92,24 +96,8 @@
|
|
92
96
|
"from": "components/VCard",
|
93
97
|
"styles": []
|
94
98
|
},
|
95
|
-
"
|
96
|
-
"from": "components/
|
97
|
-
"styles": []
|
98
|
-
},
|
99
|
-
"VChip": {
|
100
|
-
"from": "components/VChip",
|
101
|
-
"styles": []
|
102
|
-
},
|
103
|
-
"VBtnGroup": {
|
104
|
-
"from": "components/VBtnGroup",
|
105
|
-
"styles": []
|
106
|
-
},
|
107
|
-
"VCombobox": {
|
108
|
-
"from": "components/VCombobox",
|
109
|
-
"styles": []
|
110
|
-
},
|
111
|
-
"VCode": {
|
112
|
-
"from": "components/VCode",
|
99
|
+
"VBtnToggle": {
|
100
|
+
"from": "components/VBtnToggle",
|
113
101
|
"styles": []
|
114
102
|
},
|
115
103
|
"VCarousel": {
|
@@ -120,36 +108,32 @@
|
|
120
108
|
"from": "components/VCarousel",
|
121
109
|
"styles": []
|
122
110
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
125
|
-
"styles": []
|
126
|
-
},
|
127
|
-
"VColorPicker": {
|
128
|
-
"from": "components/VColorPicker",
|
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
|
+
"VChip": {
|
120
|
+
"from": "components/VChip",
|
137
121
|
"styles": []
|
138
122
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
123
|
+
"VChipGroup": {
|
124
|
+
"from": "components/VChipGroup",
|
141
125
|
"styles": []
|
142
126
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
127
|
+
"VColorPicker": {
|
128
|
+
"from": "components/VColorPicker",
|
145
129
|
"styles": []
|
146
130
|
},
|
147
|
-
"
|
148
|
-
"from": "components/
|
131
|
+
"VCombobox": {
|
132
|
+
"from": "components/VCombobox",
|
149
133
|
"styles": []
|
150
134
|
},
|
151
|
-
"
|
152
|
-
"from": "components/
|
135
|
+
"VCode": {
|
136
|
+
"from": "components/VCode",
|
153
137
|
"styles": []
|
154
138
|
},
|
155
139
|
"VDataTable": {
|
@@ -180,24 +164,52 @@
|
|
180
164
|
"from": "components/VDataTable",
|
181
165
|
"styles": []
|
182
166
|
},
|
183
|
-
"
|
184
|
-
"from": "components/
|
167
|
+
"VCounter": {
|
168
|
+
"from": "components/VCounter",
|
185
169
|
"styles": []
|
186
170
|
},
|
187
|
-
"
|
188
|
-
"from": "components/
|
171
|
+
"VDialog": {
|
172
|
+
"from": "components/VDialog",
|
189
173
|
"styles": []
|
190
174
|
},
|
191
|
-
"
|
192
|
-
"from": "components/
|
175
|
+
"VDatePicker": {
|
176
|
+
"from": "components/VDatePicker",
|
193
177
|
"styles": []
|
194
178
|
},
|
195
|
-
"
|
196
|
-
"from": "components/
|
179
|
+
"VDatePickerControls": {
|
180
|
+
"from": "components/VDatePicker",
|
197
181
|
"styles": []
|
198
182
|
},
|
199
|
-
"
|
200
|
-
"from": "components/
|
183
|
+
"VDatePickerHeader": {
|
184
|
+
"from": "components/VDatePicker",
|
185
|
+
"styles": []
|
186
|
+
},
|
187
|
+
"VDatePickerMonth": {
|
188
|
+
"from": "components/VDatePicker",
|
189
|
+
"styles": []
|
190
|
+
},
|
191
|
+
"VDatePickerMonths": {
|
192
|
+
"from": "components/VDatePicker",
|
193
|
+
"styles": []
|
194
|
+
},
|
195
|
+
"VDatePickerYears": {
|
196
|
+
"from": "components/VDatePicker",
|
197
|
+
"styles": []
|
198
|
+
},
|
199
|
+
"VEmptyState": {
|
200
|
+
"from": "components/VEmptyState",
|
201
|
+
"styles": []
|
202
|
+
},
|
203
|
+
"VDivider": {
|
204
|
+
"from": "components/VDivider",
|
205
|
+
"styles": []
|
206
|
+
},
|
207
|
+
"VField": {
|
208
|
+
"from": "components/VField",
|
209
|
+
"styles": []
|
210
|
+
},
|
211
|
+
"VFieldLabel": {
|
212
|
+
"from": "components/VField",
|
201
213
|
"styles": []
|
202
214
|
},
|
203
215
|
"VExpansionPanels": {
|
@@ -216,10 +228,6 @@
|
|
216
228
|
"from": "components/VExpansionPanel",
|
217
229
|
"styles": []
|
218
230
|
},
|
219
|
-
"VEmptyState": {
|
220
|
-
"from": "components/VEmptyState",
|
221
|
-
"styles": []
|
222
|
-
},
|
223
231
|
"VFab": {
|
224
232
|
"from": "components/VFab",
|
225
233
|
"styles": []
|
@@ -252,12 +260,8 @@
|
|
252
260
|
"from": "components/VIcon",
|
253
261
|
"styles": []
|
254
262
|
},
|
255
|
-
"
|
256
|
-
"from": "components/
|
257
|
-
"styles": []
|
258
|
-
},
|
259
|
-
"VFieldLabel": {
|
260
|
-
"from": "components/VField",
|
263
|
+
"VLabel": {
|
264
|
+
"from": "components/VLabel",
|
261
265
|
"styles": []
|
262
266
|
},
|
263
267
|
"VImg": {
|
@@ -268,24 +272,20 @@
|
|
268
272
|
"from": "components/VInput",
|
269
273
|
"styles": []
|
270
274
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
273
|
-
"styles": []
|
274
|
-
},
|
275
|
-
"VInfiniteScroll": {
|
276
|
-
"from": "components/VInfiniteScroll",
|
275
|
+
"VItemGroup": {
|
276
|
+
"from": "components/VItemGroup",
|
277
277
|
"styles": []
|
278
278
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
279
|
+
"VItem": {
|
280
|
+
"from": "components/VItemGroup",
|
281
281
|
"styles": []
|
282
282
|
},
|
283
283
|
"VMain": {
|
284
284
|
"from": "components/VMain",
|
285
285
|
"styles": []
|
286
286
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
287
|
+
"VInfiniteScroll": {
|
288
|
+
"from": "components/VInfiniteScroll",
|
289
289
|
"styles": []
|
290
290
|
},
|
291
291
|
"VList": {
|
@@ -324,24 +324,32 @@
|
|
324
324
|
"from": "components/VList",
|
325
325
|
"styles": []
|
326
326
|
},
|
327
|
+
"VMenu": {
|
328
|
+
"from": "components/VMenu",
|
329
|
+
"styles": []
|
330
|
+
},
|
327
331
|
"VNavigationDrawer": {
|
328
332
|
"from": "components/VNavigationDrawer",
|
329
333
|
"styles": []
|
330
334
|
},
|
331
|
-
"
|
332
|
-
"from": "components/
|
335
|
+
"VMessages": {
|
336
|
+
"from": "components/VMessages",
|
333
337
|
"styles": []
|
334
338
|
},
|
335
|
-
"
|
336
|
-
"from": "components/
|
339
|
+
"VOverlay": {
|
340
|
+
"from": "components/VOverlay",
|
337
341
|
"styles": []
|
338
342
|
},
|
339
343
|
"VPagination": {
|
340
344
|
"from": "components/VPagination",
|
341
345
|
"styles": []
|
342
346
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
347
|
+
"VNumberInput": {
|
348
|
+
"from": "components/VNumberInput",
|
349
|
+
"styles": []
|
350
|
+
},
|
351
|
+
"VOtpInput": {
|
352
|
+
"from": "components/VOtpInput",
|
345
353
|
"styles": []
|
346
354
|
},
|
347
355
|
"VProgressCircular": {
|
@@ -352,24 +360,24 @@
|
|
352
360
|
"from": "components/VRadioGroup",
|
353
361
|
"styles": []
|
354
362
|
},
|
363
|
+
"VProgressLinear": {
|
364
|
+
"from": "components/VProgressLinear",
|
365
|
+
"styles": []
|
366
|
+
},
|
355
367
|
"VRating": {
|
356
368
|
"from": "components/VRating",
|
357
369
|
"styles": []
|
358
370
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
371
|
+
"VSelectionControlGroup": {
|
372
|
+
"from": "components/VSelectionControlGroup",
|
361
373
|
"styles": []
|
362
374
|
},
|
363
375
|
"VSelectionControl": {
|
364
376
|
"from": "components/VSelectionControl",
|
365
377
|
"styles": []
|
366
378
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
369
|
-
"styles": []
|
370
|
-
},
|
371
|
-
"VSkeletonLoader": {
|
372
|
-
"from": "components/VSkeletonLoader",
|
379
|
+
"VSelect": {
|
380
|
+
"from": "components/VSelect",
|
373
381
|
"styles": []
|
374
382
|
},
|
375
383
|
"VSlideGroup": {
|
@@ -384,14 +392,42 @@
|
|
384
392
|
"from": "components/VSheet",
|
385
393
|
"styles": []
|
386
394
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
395
|
+
"VSkeletonLoader": {
|
396
|
+
"from": "components/VSkeletonLoader",
|
389
397
|
"styles": []
|
390
398
|
},
|
391
399
|
"VSlider": {
|
392
400
|
"from": "components/VSlider",
|
393
401
|
"styles": []
|
394
402
|
},
|
403
|
+
"VSnackbar": {
|
404
|
+
"from": "components/VSnackbar",
|
405
|
+
"styles": []
|
406
|
+
},
|
407
|
+
"VSwitch": {
|
408
|
+
"from": "components/VSwitch",
|
409
|
+
"styles": []
|
410
|
+
},
|
411
|
+
"VSystemBar": {
|
412
|
+
"from": "components/VSystemBar",
|
413
|
+
"styles": []
|
414
|
+
},
|
415
|
+
"VTab": {
|
416
|
+
"from": "components/VTabs",
|
417
|
+
"styles": []
|
418
|
+
},
|
419
|
+
"VTabs": {
|
420
|
+
"from": "components/VTabs",
|
421
|
+
"styles": []
|
422
|
+
},
|
423
|
+
"VTabsWindow": {
|
424
|
+
"from": "components/VTabs",
|
425
|
+
"styles": []
|
426
|
+
},
|
427
|
+
"VTabsWindowItem": {
|
428
|
+
"from": "components/VTabs",
|
429
|
+
"styles": []
|
430
|
+
},
|
395
431
|
"VStepper": {
|
396
432
|
"from": "components/VStepper",
|
397
433
|
"styles": []
|
@@ -416,40 +452,24 @@
|
|
416
452
|
"from": "components/VStepper",
|
417
453
|
"styles": []
|
418
454
|
},
|
419
|
-
"VSwitch": {
|
420
|
-
"from": "components/VSwitch",
|
421
|
-
"styles": []
|
422
|
-
},
|
423
|
-
"VTextarea": {
|
424
|
-
"from": "components/VTextarea",
|
425
|
-
"styles": []
|
426
|
-
},
|
427
|
-
"VSystemBar": {
|
428
|
-
"from": "components/VSystemBar",
|
429
|
-
"styles": []
|
430
|
-
},
|
431
|
-
"VTextField": {
|
432
|
-
"from": "components/VTextField",
|
433
|
-
"styles": []
|
434
|
-
},
|
435
455
|
"VTable": {
|
436
456
|
"from": "components/VTable",
|
437
457
|
"styles": []
|
438
458
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
459
|
+
"VTextField": {
|
460
|
+
"from": "components/VTextField",
|
441
461
|
"styles": []
|
442
462
|
},
|
443
|
-
"
|
444
|
-
"from": "components/
|
463
|
+
"VTimeline": {
|
464
|
+
"from": "components/VTimeline",
|
445
465
|
"styles": []
|
446
466
|
},
|
447
|
-
"
|
448
|
-
"from": "components/
|
467
|
+
"VTimelineItem": {
|
468
|
+
"from": "components/VTimeline",
|
449
469
|
"styles": []
|
450
470
|
},
|
451
|
-
"
|
452
|
-
"from": "components/
|
471
|
+
"VTextarea": {
|
472
|
+
"from": "components/VTextarea",
|
453
473
|
"styles": []
|
454
474
|
},
|
455
475
|
"VToolbar": {
|
@@ -464,14 +484,6 @@
|
|
464
484
|
"from": "components/VToolbar",
|
465
485
|
"styles": []
|
466
486
|
},
|
467
|
-
"VTimeline": {
|
468
|
-
"from": "components/VTimeline",
|
469
|
-
"styles": []
|
470
|
-
},
|
471
|
-
"VTimelineItem": {
|
472
|
-
"from": "components/VTimeline",
|
473
|
-
"styles": []
|
474
|
-
},
|
475
487
|
"VTimePicker": {
|
476
488
|
"from": "components/VTimePicker",
|
477
489
|
"styles": []
|
@@ -508,18 +520,6 @@
|
|
508
520
|
"from": "components/VTreeview",
|
509
521
|
"styles": []
|
510
522
|
},
|
511
|
-
"VItemGroup": {
|
512
|
-
"from": "components/VItemGroup",
|
513
|
-
"styles": []
|
514
|
-
},
|
515
|
-
"VItem": {
|
516
|
-
"from": "components/VItemGroup",
|
517
|
-
"styles": []
|
518
|
-
},
|
519
|
-
"VMenu": {
|
520
|
-
"from": "components/VMenu",
|
521
|
-
"styles": []
|
522
|
-
},
|
523
523
|
"VBtn": {
|
524
524
|
"from": "components/VBtn",
|
525
525
|
"styles": []
|
@@ -528,16 +528,16 @@
|
|
528
528
|
"from": "components/VConfirmEdit",
|
529
529
|
"styles": []
|
530
530
|
},
|
531
|
-
"
|
532
|
-
"from": "components/
|
531
|
+
"VDefaultsProvider": {
|
532
|
+
"from": "components/VDefaultsProvider",
|
533
533
|
"styles": []
|
534
534
|
},
|
535
|
-
"
|
536
|
-
"from": "components/
|
535
|
+
"VDataIterator": {
|
536
|
+
"from": "components/VDataIterator",
|
537
537
|
"styles": []
|
538
538
|
},
|
539
|
-
"
|
540
|
-
"from": "components/
|
539
|
+
"VForm": {
|
540
|
+
"from": "components/VForm",
|
541
541
|
"styles": []
|
542
542
|
},
|
543
543
|
"VContainer": {
|
@@ -560,22 +560,30 @@
|
|
560
560
|
"from": "components/VHover",
|
561
561
|
"styles": []
|
562
562
|
},
|
563
|
-
"
|
564
|
-
"from": "components/
|
563
|
+
"VLayout": {
|
564
|
+
"from": "components/VLayout",
|
565
565
|
"styles": []
|
566
566
|
},
|
567
|
-
"
|
568
|
-
"from": "components/
|
567
|
+
"VLayoutItem": {
|
568
|
+
"from": "components/VLayout",
|
569
569
|
"styles": []
|
570
570
|
},
|
571
|
-
"
|
572
|
-
"from": "components/
|
571
|
+
"VLocaleProvider": {
|
572
|
+
"from": "components/VLocaleProvider",
|
573
|
+
"styles": []
|
574
|
+
},
|
575
|
+
"VLazy": {
|
576
|
+
"from": "components/VLazy",
|
573
577
|
"styles": []
|
574
578
|
},
|
575
579
|
"VParallax": {
|
576
580
|
"from": "components/VParallax",
|
577
581
|
"styles": []
|
578
582
|
},
|
583
|
+
"VRadio": {
|
584
|
+
"from": "components/VRadio",
|
585
|
+
"styles": []
|
586
|
+
},
|
579
587
|
"VRangeSlider": {
|
580
588
|
"from": "components/VRangeSlider",
|
581
589
|
"styles": []
|
@@ -584,6 +592,10 @@
|
|
584
592
|
"from": "components/VResponsive",
|
585
593
|
"styles": []
|
586
594
|
},
|
595
|
+
"VSnackbarQueue": {
|
596
|
+
"from": "components/VSnackbarQueue",
|
597
|
+
"styles": []
|
598
|
+
},
|
587
599
|
"VSparkline": {
|
588
600
|
"from": "components/VSparkline",
|
589
601
|
"styles": []
|
@@ -592,22 +604,18 @@
|
|
592
604
|
"from": "components/VSpeedDial",
|
593
605
|
"styles": []
|
594
606
|
},
|
595
|
-
"VSnackbarQueue": {
|
596
|
-
"from": "components/VSnackbarQueue",
|
597
|
-
"styles": []
|
598
|
-
},
|
599
607
|
"VThemeProvider": {
|
600
608
|
"from": "components/VThemeProvider",
|
601
609
|
"styles": []
|
602
610
|
},
|
603
|
-
"VVirtualScroll": {
|
604
|
-
"from": "components/VVirtualScroll",
|
605
|
-
"styles": []
|
606
|
-
},
|
607
611
|
"VValidation": {
|
608
612
|
"from": "components/VValidation",
|
609
613
|
"styles": []
|
610
614
|
},
|
615
|
+
"VVirtualScroll": {
|
616
|
+
"from": "components/VVirtualScroll",
|
617
|
+
"styles": []
|
618
|
+
},
|
611
619
|
"VFabTransition": {
|
612
620
|
"from": "components/transitions",
|
613
621
|
"styles": []
|
@@ -672,20 +680,12 @@
|
|
672
680
|
"from": "components/transitions",
|
673
681
|
"styles": []
|
674
682
|
},
|
675
|
-
"
|
676
|
-
"from": "components/
|
677
|
-
"styles": []
|
678
|
-
},
|
679
|
-
"VLayout": {
|
680
|
-
"from": "components/VLayout",
|
681
|
-
"styles": []
|
682
|
-
},
|
683
|
-
"VLayoutItem": {
|
684
|
-
"from": "components/VLayout",
|
683
|
+
"VKbd": {
|
684
|
+
"from": "components/VKbd",
|
685
685
|
"styles": []
|
686
686
|
},
|
687
|
-
"
|
688
|
-
"from": "components/
|
687
|
+
"VNoSsr": {
|
688
|
+
"from": "components/VNoSsr",
|
689
689
|
"styles": []
|
690
690
|
}
|
691
691
|
},
|