@vuetify/nightly 3.9.3-master.2025-08-01 → 3.9.3-master.2025-08-02
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 -4
- package/dist/json/attributes.json +3771 -3755
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +184 -184
- package/dist/json/tags.json +4 -0
- package/dist/json/web-types.json +6735 -6699
- package/dist/vuetify-labs.cjs +40 -15
- package/dist/vuetify-labs.css +6553 -6538
- package/dist/vuetify-labs.d.ts +125 -69
- package/dist/vuetify-labs.esm.js +40 -15
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +40 -15
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +40 -15
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2943 -2928
- package/dist/vuetify.d.ts +97 -69
- package/dist/vuetify.esm.js +40 -15
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +40 -15
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +287 -282
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +9 -2
- package/lib/components/VAlert/VAlert.js +2 -2
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +10 -3
- package/lib/components/VAlert/_variables.scss +1 -1
- package/lib/components/VApp/VApp.js +5 -4
- package/lib/components/VApp/VApp.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +25 -0
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +25 -0
- package/lib/components/VStepper/VStepperItem.css +2 -0
- package/lib/components/VStepper/VStepperItem.sass +3 -0
- package/lib/components/VTreeview/VTreeviewItem.css +6 -0
- package/lib/components/VTreeview/VTreeviewItem.sass +7 -0
- package/lib/composables/calendar.d.ts +12 -0
- package/lib/composables/calendar.js +5 -1
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +1 -1
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/string.d.ts +1 -1
- package/lib/composables/date/adapters/string.js +2 -2
- package/lib/composables/date/adapters/string.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.d.ts +1 -1
- package/lib/composables/date/adapters/vuetify.js +25 -5
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -1
- package/lib/entry-bundler.d.ts +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +69 -69
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +25 -0
- package/lib/labs/VDateInput/VDateInput.d.ts +25 -0
- package/lib/labs/entry-bundler.d.ts +1 -1
- package/package.json +1 -1
@@ -1,5 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VFileUpload": {
|
4
|
+
"from": "labs/VFileUpload",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VFileUploadItem": {
|
8
|
+
"from": "labs/VFileUpload",
|
9
|
+
"styles": []
|
10
|
+
},
|
3
11
|
"VCalendar": {
|
4
12
|
"from": "labs/VCalendar",
|
5
13
|
"styles": []
|
@@ -32,20 +40,24 @@
|
|
32
40
|
"from": "labs/VPicker",
|
33
41
|
"styles": []
|
34
42
|
},
|
35
|
-
"
|
36
|
-
"from": "labs/
|
43
|
+
"VColorInput": {
|
44
|
+
"from": "labs/VColorInput",
|
37
45
|
"styles": []
|
38
46
|
},
|
39
|
-
"
|
40
|
-
"from": "labs/
|
47
|
+
"VHotkey": {
|
48
|
+
"from": "labs/VHotkey",
|
41
49
|
"styles": []
|
42
50
|
},
|
43
|
-
"
|
44
|
-
"from": "labs/
|
51
|
+
"VVideo": {
|
52
|
+
"from": "labs/VVideo",
|
45
53
|
"styles": []
|
46
54
|
},
|
47
|
-
"
|
48
|
-
"from": "labs/
|
55
|
+
"VVideoControls": {
|
56
|
+
"from": "labs/VVideo",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VVideoVolume": {
|
60
|
+
"from": "labs/VVideo",
|
49
61
|
"styles": []
|
50
62
|
},
|
51
63
|
"VPie": {
|
@@ -72,22 +84,14 @@
|
|
72
84
|
"from": "labs/VStepperVertical",
|
73
85
|
"styles": []
|
74
86
|
},
|
75
|
-
"VVideo": {
|
76
|
-
"from": "labs/VVideo",
|
77
|
-
"styles": []
|
78
|
-
},
|
79
|
-
"VVideoControls": {
|
80
|
-
"from": "labs/VVideo",
|
81
|
-
"styles": []
|
82
|
-
},
|
83
|
-
"VVideoVolume": {
|
84
|
-
"from": "labs/VVideo",
|
85
|
-
"styles": []
|
86
|
-
},
|
87
87
|
"VDateInput": {
|
88
88
|
"from": "labs/VDateInput",
|
89
89
|
"styles": []
|
90
90
|
},
|
91
|
+
"VIconBtn": {
|
92
|
+
"from": "labs/VIconBtn",
|
93
|
+
"styles": []
|
94
|
+
},
|
91
95
|
"VMaskInput": {
|
92
96
|
"from": "labs/VMaskInput",
|
93
97
|
"styles": []
|
@@ -95,10 +99,6 @@
|
|
95
99
|
"VPullToRefresh": {
|
96
100
|
"from": "labs/VPullToRefresh",
|
97
101
|
"styles": []
|
98
|
-
},
|
99
|
-
"VColorInput": {
|
100
|
-
"from": "labs/VColorInput",
|
101
|
-
"styles": []
|
102
102
|
}
|
103
103
|
}
|
104
104
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -4,18 +4,6 @@
|
|
4
4
|
"from": "components/VApp",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"VBanner": {
|
8
|
-
"from": "components/VBanner",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VBannerActions": {
|
12
|
-
"from": "components/VBanner",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
|
-
"VBannerText": {
|
16
|
-
"from": "components/VBanner",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
7
|
"VAppBar": {
|
20
8
|
"from": "components/VAppBar",
|
21
9
|
"styles": []
|
@@ -28,40 +16,52 @@
|
|
28
16
|
"from": "components/VAppBar",
|
29
17
|
"styles": []
|
30
18
|
},
|
19
|
+
"VAlert": {
|
20
|
+
"from": "components/VAlert",
|
21
|
+
"styles": []
|
22
|
+
},
|
23
|
+
"VAlertTitle": {
|
24
|
+
"from": "components/VAlert",
|
25
|
+
"styles": []
|
26
|
+
},
|
31
27
|
"VAutocomplete": {
|
32
28
|
"from": "components/VAutocomplete",
|
33
29
|
"styles": []
|
34
30
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
31
|
+
"VBadge": {
|
32
|
+
"from": "components/VBadge",
|
37
33
|
"styles": []
|
38
34
|
},
|
39
35
|
"VAvatar": {
|
40
36
|
"from": "components/VAvatar",
|
41
37
|
"styles": []
|
42
38
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
39
|
+
"VBottomNavigation": {
|
40
|
+
"from": "components/VBottomNavigation",
|
45
41
|
"styles": []
|
46
42
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
43
|
+
"VBottomSheet": {
|
44
|
+
"from": "components/VBottomSheet",
|
49
45
|
"styles": []
|
50
46
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
47
|
+
"VBtn": {
|
48
|
+
"from": "components/VBtn",
|
53
49
|
"styles": []
|
54
50
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
51
|
+
"VBanner": {
|
52
|
+
"from": "components/VBanner",
|
57
53
|
"styles": []
|
58
54
|
},
|
59
|
-
"
|
60
|
-
"from": "components/
|
55
|
+
"VBannerActions": {
|
56
|
+
"from": "components/VBanner",
|
61
57
|
"styles": []
|
62
58
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
59
|
+
"VBannerText": {
|
60
|
+
"from": "components/VBanner",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
|
+
"VBtnGroup": {
|
64
|
+
"from": "components/VBtnGroup",
|
65
65
|
"styles": []
|
66
66
|
},
|
67
67
|
"VBreadcrumbs": {
|
@@ -76,6 +76,18 @@
|
|
76
76
|
"from": "components/VBreadcrumbs",
|
77
77
|
"styles": []
|
78
78
|
},
|
79
|
+
"VCarousel": {
|
80
|
+
"from": "components/VCarousel",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
|
+
"VCarouselItem": {
|
84
|
+
"from": "components/VCarousel",
|
85
|
+
"styles": []
|
86
|
+
},
|
87
|
+
"VBtnToggle": {
|
88
|
+
"from": "components/VBtnToggle",
|
89
|
+
"styles": []
|
90
|
+
},
|
79
91
|
"VCheckbox": {
|
80
92
|
"from": "components/VCheckbox",
|
81
93
|
"styles": []
|
@@ -84,20 +96,40 @@
|
|
84
96
|
"from": "components/VCheckbox",
|
85
97
|
"styles": []
|
86
98
|
},
|
87
|
-
"
|
88
|
-
"from": "components/
|
99
|
+
"VCode": {
|
100
|
+
"from": "components/VCode",
|
89
101
|
"styles": []
|
90
102
|
},
|
91
|
-
"
|
92
|
-
"from": "components/
|
103
|
+
"VCard": {
|
104
|
+
"from": "components/VCard",
|
93
105
|
"styles": []
|
94
106
|
},
|
95
|
-
"
|
96
|
-
"from": "components/
|
107
|
+
"VCardActions": {
|
108
|
+
"from": "components/VCard",
|
97
109
|
"styles": []
|
98
110
|
},
|
99
|
-
"
|
100
|
-
"from": "components/
|
111
|
+
"VCardItem": {
|
112
|
+
"from": "components/VCard",
|
113
|
+
"styles": []
|
114
|
+
},
|
115
|
+
"VCardSubtitle": {
|
116
|
+
"from": "components/VCard",
|
117
|
+
"styles": []
|
118
|
+
},
|
119
|
+
"VCardText": {
|
120
|
+
"from": "components/VCard",
|
121
|
+
"styles": []
|
122
|
+
},
|
123
|
+
"VCardTitle": {
|
124
|
+
"from": "components/VCard",
|
125
|
+
"styles": []
|
126
|
+
},
|
127
|
+
"VChip": {
|
128
|
+
"from": "components/VChip",
|
129
|
+
"styles": []
|
130
|
+
},
|
131
|
+
"VChipGroup": {
|
132
|
+
"from": "components/VChipGroup",
|
101
133
|
"styles": []
|
102
134
|
},
|
103
135
|
"VDataTable": {
|
@@ -128,20 +160,12 @@
|
|
128
160
|
"from": "components/VDataTable",
|
129
161
|
"styles": []
|
130
162
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
133
|
-
"styles": []
|
134
|
-
},
|
135
|
-
"VDialog": {
|
136
|
-
"from": "components/VDialog",
|
137
|
-
"styles": []
|
138
|
-
},
|
139
|
-
"VCarousel": {
|
140
|
-
"from": "components/VCarousel",
|
163
|
+
"VColorPicker": {
|
164
|
+
"from": "components/VColorPicker",
|
141
165
|
"styles": []
|
142
166
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
167
|
+
"VCounter": {
|
168
|
+
"from": "components/VCounter",
|
145
169
|
"styles": []
|
146
170
|
},
|
147
171
|
"VDatePicker": {
|
@@ -168,12 +192,20 @@
|
|
168
192
|
"from": "components/VDatePicker",
|
169
193
|
"styles": []
|
170
194
|
},
|
171
|
-
"
|
172
|
-
"from": "components/
|
195
|
+
"VDialog": {
|
196
|
+
"from": "components/VDialog",
|
173
197
|
"styles": []
|
174
198
|
},
|
175
|
-
"
|
176
|
-
"from": "components/
|
199
|
+
"VCombobox": {
|
200
|
+
"from": "components/VCombobox",
|
201
|
+
"styles": []
|
202
|
+
},
|
203
|
+
"VEmptyState": {
|
204
|
+
"from": "components/VEmptyState",
|
205
|
+
"styles": []
|
206
|
+
},
|
207
|
+
"VDivider": {
|
208
|
+
"from": "components/VDivider",
|
177
209
|
"styles": []
|
178
210
|
},
|
179
211
|
"VExpansionPanels": {
|
@@ -192,32 +224,12 @@
|
|
192
224
|
"from": "components/VExpansionPanel",
|
193
225
|
"styles": []
|
194
226
|
},
|
195
|
-
"
|
196
|
-
"from": "components/
|
197
|
-
"styles": []
|
198
|
-
},
|
199
|
-
"VCard": {
|
200
|
-
"from": "components/VCard",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
|
-
"VCardActions": {
|
204
|
-
"from": "components/VCard",
|
205
|
-
"styles": []
|
206
|
-
},
|
207
|
-
"VCardItem": {
|
208
|
-
"from": "components/VCard",
|
209
|
-
"styles": []
|
210
|
-
},
|
211
|
-
"VCardSubtitle": {
|
212
|
-
"from": "components/VCard",
|
213
|
-
"styles": []
|
214
|
-
},
|
215
|
-
"VCardText": {
|
216
|
-
"from": "components/VCard",
|
227
|
+
"VFab": {
|
228
|
+
"from": "components/VFab",
|
217
229
|
"styles": []
|
218
230
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
231
|
+
"VFileInput": {
|
232
|
+
"from": "components/VFileInput",
|
221
233
|
"styles": []
|
222
234
|
},
|
223
235
|
"VField": {
|
@@ -228,18 +240,14 @@
|
|
228
240
|
"from": "components/VField",
|
229
241
|
"styles": []
|
230
242
|
},
|
231
|
-
"VFileInput": {
|
232
|
-
"from": "components/VFileInput",
|
233
|
-
"styles": []
|
234
|
-
},
|
235
|
-
"VCode": {
|
236
|
-
"from": "components/VCode",
|
237
|
-
"styles": []
|
238
|
-
},
|
239
243
|
"VFooter": {
|
240
244
|
"from": "components/VFooter",
|
241
245
|
"styles": []
|
242
246
|
},
|
247
|
+
"VInfiniteScroll": {
|
248
|
+
"from": "components/VInfiniteScroll",
|
249
|
+
"styles": []
|
250
|
+
},
|
243
251
|
"VIcon": {
|
244
252
|
"from": "components/VIcon",
|
245
253
|
"styles": []
|
@@ -260,32 +268,32 @@
|
|
260
268
|
"from": "components/VIcon",
|
261
269
|
"styles": []
|
262
270
|
},
|
263
|
-
"VImg": {
|
264
|
-
"from": "components/VImg",
|
265
|
-
"styles": []
|
266
|
-
},
|
267
271
|
"VInput": {
|
268
272
|
"from": "components/VInput",
|
269
273
|
"styles": []
|
270
274
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
275
|
+
"VKbd": {
|
276
|
+
"from": "components/VKbd",
|
273
277
|
"styles": []
|
274
278
|
},
|
275
|
-
"
|
276
|
-
"from": "components/
|
279
|
+
"VImg": {
|
280
|
+
"from": "components/VImg",
|
277
281
|
"styles": []
|
278
282
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
283
|
+
"VMenu": {
|
284
|
+
"from": "components/VMenu",
|
285
|
+
"styles": []
|
286
|
+
},
|
287
|
+
"VMain": {
|
288
|
+
"from": "components/VMain",
|
281
289
|
"styles": []
|
282
290
|
},
|
283
291
|
"VLabel": {
|
284
292
|
"from": "components/VLabel",
|
285
293
|
"styles": []
|
286
294
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
295
|
+
"VMessages": {
|
296
|
+
"from": "components/VMessages",
|
289
297
|
"styles": []
|
290
298
|
},
|
291
299
|
"VList": {
|
@@ -324,18 +332,6 @@
|
|
324
332
|
"from": "components/VList",
|
325
333
|
"styles": []
|
326
334
|
},
|
327
|
-
"VNavigationDrawer": {
|
328
|
-
"from": "components/VNavigationDrawer",
|
329
|
-
"styles": []
|
330
|
-
},
|
331
|
-
"VMain": {
|
332
|
-
"from": "components/VMain",
|
333
|
-
"styles": []
|
334
|
-
},
|
335
|
-
"VOtpInput": {
|
336
|
-
"from": "components/VOtpInput",
|
337
|
-
"styles": []
|
338
|
-
},
|
339
335
|
"VNumberInput": {
|
340
336
|
"from": "components/VNumberInput",
|
341
337
|
"styles": []
|
@@ -344,32 +340,40 @@
|
|
344
340
|
"from": "components/VOverlay",
|
345
341
|
"styles": []
|
346
342
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
349
|
-
"styles": []
|
350
|
-
},
|
351
|
-
"VMenu": {
|
352
|
-
"from": "components/VMenu",
|
343
|
+
"VItemGroup": {
|
344
|
+
"from": "components/VItemGroup",
|
353
345
|
"styles": []
|
354
346
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
347
|
+
"VItem": {
|
348
|
+
"from": "components/VItemGroup",
|
357
349
|
"styles": []
|
358
350
|
},
|
359
351
|
"VPagination": {
|
360
352
|
"from": "components/VPagination",
|
361
353
|
"styles": []
|
362
354
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
355
|
+
"VProgressCircular": {
|
356
|
+
"from": "components/VProgressCircular",
|
357
|
+
"styles": []
|
358
|
+
},
|
359
|
+
"VProgressLinear": {
|
360
|
+
"from": "components/VProgressLinear",
|
361
|
+
"styles": []
|
362
|
+
},
|
363
|
+
"VOtpInput": {
|
364
|
+
"from": "components/VOtpInput",
|
365
365
|
"styles": []
|
366
366
|
},
|
367
367
|
"VRating": {
|
368
368
|
"from": "components/VRating",
|
369
369
|
"styles": []
|
370
370
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
371
|
+
"VRadioGroup": {
|
372
|
+
"from": "components/VRadioGroup",
|
373
|
+
"styles": []
|
374
|
+
},
|
375
|
+
"VNavigationDrawer": {
|
376
|
+
"from": "components/VNavigationDrawer",
|
373
377
|
"styles": []
|
374
378
|
},
|
375
379
|
"VSelect": {
|
@@ -380,16 +384,16 @@
|
|
380
384
|
"from": "components/VSelectionControl",
|
381
385
|
"styles": []
|
382
386
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
387
|
+
"VSelectionControlGroup": {
|
388
|
+
"from": "components/VSelectionControlGroup",
|
385
389
|
"styles": []
|
386
390
|
},
|
387
391
|
"VSkeletonLoader": {
|
388
392
|
"from": "components/VSkeletonLoader",
|
389
393
|
"styles": []
|
390
394
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
395
|
+
"VSheet": {
|
396
|
+
"from": "components/VSheet",
|
393
397
|
"styles": []
|
394
398
|
},
|
395
399
|
"VSlideGroup": {
|
@@ -400,18 +404,6 @@
|
|
400
404
|
"from": "components/VSlideGroup",
|
401
405
|
"styles": []
|
402
406
|
},
|
403
|
-
"VSlider": {
|
404
|
-
"from": "components/VSlider",
|
405
|
-
"styles": []
|
406
|
-
},
|
407
|
-
"VSnackbar": {
|
408
|
-
"from": "components/VSnackbar",
|
409
|
-
"styles": []
|
410
|
-
},
|
411
|
-
"VSwitch": {
|
412
|
-
"from": "components/VSwitch",
|
413
|
-
"styles": []
|
414
|
-
},
|
415
407
|
"VStepper": {
|
416
408
|
"from": "components/VStepper",
|
417
409
|
"styles": []
|
@@ -436,8 +428,8 @@
|
|
436
428
|
"from": "components/VStepper",
|
437
429
|
"styles": []
|
438
430
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
431
|
+
"VSlider": {
|
432
|
+
"from": "components/VSlider",
|
441
433
|
"styles": []
|
442
434
|
},
|
443
435
|
"VSystemBar": {
|
@@ -460,32 +452,16 @@
|
|
460
452
|
"from": "components/VTabs",
|
461
453
|
"styles": []
|
462
454
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
465
|
-
"styles": []
|
466
|
-
},
|
467
|
-
"VToolbar": {
|
468
|
-
"from": "components/VToolbar",
|
469
|
-
"styles": []
|
470
|
-
},
|
471
|
-
"VToolbarTitle": {
|
472
|
-
"from": "components/VToolbar",
|
473
|
-
"styles": []
|
474
|
-
},
|
475
|
-
"VToolbarItems": {
|
476
|
-
"from": "components/VToolbar",
|
477
|
-
"styles": []
|
478
|
-
},
|
479
|
-
"VTimePicker": {
|
480
|
-
"from": "components/VTimePicker",
|
455
|
+
"VSwitch": {
|
456
|
+
"from": "components/VSwitch",
|
481
457
|
"styles": []
|
482
458
|
},
|
483
|
-
"
|
484
|
-
"from": "components/
|
459
|
+
"VTable": {
|
460
|
+
"from": "components/VTable",
|
485
461
|
"styles": []
|
486
462
|
},
|
487
|
-
"
|
488
|
-
"from": "components/
|
463
|
+
"VTextField": {
|
464
|
+
"from": "components/VTextField",
|
489
465
|
"styles": []
|
490
466
|
},
|
491
467
|
"VTextarea": {
|
@@ -500,12 +476,20 @@
|
|
500
476
|
"from": "components/VTimeline",
|
501
477
|
"styles": []
|
502
478
|
},
|
503
|
-
"
|
504
|
-
"from": "components/
|
479
|
+
"VTooltip": {
|
480
|
+
"from": "components/VTooltip",
|
505
481
|
"styles": []
|
506
482
|
},
|
507
|
-
"
|
508
|
-
"from": "components/
|
483
|
+
"VTimePicker": {
|
484
|
+
"from": "components/VTimePicker",
|
485
|
+
"styles": []
|
486
|
+
},
|
487
|
+
"VTimePickerClock": {
|
488
|
+
"from": "components/VTimePicker",
|
489
|
+
"styles": []
|
490
|
+
},
|
491
|
+
"VTimePickerControls": {
|
492
|
+
"from": "components/VTimePicker",
|
509
493
|
"styles": []
|
510
494
|
},
|
511
495
|
"VTreeview": {
|
@@ -520,24 +504,28 @@
|
|
520
504
|
"from": "components/VTreeview",
|
521
505
|
"styles": []
|
522
506
|
},
|
523
|
-
"
|
524
|
-
"from": "components/
|
507
|
+
"VToolbar": {
|
508
|
+
"from": "components/VToolbar",
|
525
509
|
"styles": []
|
526
510
|
},
|
527
|
-
"
|
528
|
-
"from": "components/
|
511
|
+
"VToolbarTitle": {
|
512
|
+
"from": "components/VToolbar",
|
529
513
|
"styles": []
|
530
514
|
},
|
531
|
-
"
|
532
|
-
"from": "components/
|
515
|
+
"VToolbarItems": {
|
516
|
+
"from": "components/VToolbar",
|
533
517
|
"styles": []
|
534
518
|
},
|
535
|
-
"
|
536
|
-
"from": "components/
|
519
|
+
"VWindow": {
|
520
|
+
"from": "components/VWindow",
|
537
521
|
"styles": []
|
538
522
|
},
|
539
|
-
"
|
540
|
-
"from": "components/
|
523
|
+
"VWindowItem": {
|
524
|
+
"from": "components/VWindow",
|
525
|
+
"styles": []
|
526
|
+
},
|
527
|
+
"VSnackbar": {
|
528
|
+
"from": "components/VSnackbar",
|
541
529
|
"styles": []
|
542
530
|
},
|
543
531
|
"VDefaultsProvider": {
|
@@ -560,8 +548,8 @@
|
|
560
548
|
"from": "components/VGrid",
|
561
549
|
"styles": []
|
562
550
|
},
|
563
|
-
"
|
564
|
-
"from": "components/
|
551
|
+
"VForm": {
|
552
|
+
"from": "components/VForm",
|
565
553
|
"styles": []
|
566
554
|
},
|
567
555
|
"VLayout": {
|
@@ -572,10 +560,18 @@
|
|
572
560
|
"from": "components/VLayout",
|
573
561
|
"styles": []
|
574
562
|
},
|
563
|
+
"VHover": {
|
564
|
+
"from": "components/VHover",
|
565
|
+
"styles": []
|
566
|
+
},
|
575
567
|
"VLazy": {
|
576
568
|
"from": "components/VLazy",
|
577
569
|
"styles": []
|
578
570
|
},
|
571
|
+
"VLocaleProvider": {
|
572
|
+
"from": "components/VLocaleProvider",
|
573
|
+
"styles": []
|
574
|
+
},
|
579
575
|
"VNoSsr": {
|
580
576
|
"from": "components/VNoSsr",
|
581
577
|
"styles": []
|
@@ -596,22 +592,22 @@
|
|
596
592
|
"from": "components/VRangeSlider",
|
597
593
|
"styles": []
|
598
594
|
},
|
599
|
-
"VSparkline": {
|
600
|
-
"from": "components/VSparkline",
|
601
|
-
"styles": []
|
602
|
-
},
|
603
595
|
"VSnackbarQueue": {
|
604
596
|
"from": "components/VSnackbarQueue",
|
605
597
|
"styles": []
|
606
598
|
},
|
607
|
-
"
|
608
|
-
"from": "components/
|
599
|
+
"VSparkline": {
|
600
|
+
"from": "components/VSparkline",
|
609
601
|
"styles": []
|
610
602
|
},
|
611
603
|
"VThemeProvider": {
|
612
604
|
"from": "components/VThemeProvider",
|
613
605
|
"styles": []
|
614
606
|
},
|
607
|
+
"VValidation": {
|
608
|
+
"from": "components/VValidation",
|
609
|
+
"styles": []
|
610
|
+
},
|
615
611
|
"VVirtualScroll": {
|
616
612
|
"from": "components/VVirtualScroll",
|
617
613
|
"styles": []
|
@@ -680,12 +676,16 @@
|
|
680
676
|
"from": "components/transitions",
|
681
677
|
"styles": []
|
682
678
|
},
|
683
|
-
"
|
684
|
-
"from": "components/
|
679
|
+
"VSpeedDial": {
|
680
|
+
"from": "components/VSpeedDial",
|
685
681
|
"styles": []
|
686
682
|
},
|
687
|
-
"
|
688
|
-
"from": "components/
|
683
|
+
"VConfirmEdit": {
|
684
|
+
"from": "components/VConfirmEdit",
|
685
|
+
"styles": []
|
686
|
+
},
|
687
|
+
"VDataIterator": {
|
688
|
+
"from": "components/VDataIterator",
|
689
689
|
"styles": []
|
690
690
|
}
|
691
691
|
},
|