@vuetify/nightly 3.10.9-dev.2025-11-08 → 3.10.9-dev.2025-11-09
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 +4 -3
- package/dist/json/attributes.json +3718 -3718
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +204 -204
- package/dist/json/web-types.json +6625 -6625
- package/dist/vuetify-labs.cjs +28 -12
- package/dist/vuetify-labs.css +3957 -3957
- package/dist/vuetify-labs.d.ts +71 -71
- package/dist/vuetify-labs.esm.js +28 -12
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +28 -12
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +28 -12
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3465 -3465
- package/dist/vuetify.d.ts +71 -71
- package/dist/vuetify.esm.js +28 -12
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +28 -12
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +16 -15
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +25 -9
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +71 -71
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/json/importMap.json
CHANGED
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VAutocomplete": {
|
|
4
|
-
"from": "components/VAutocomplete",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VApp": {
|
|
8
|
-
"from": "components/VApp",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
3
|
"VAppBar": {
|
|
12
4
|
"from": "components/VAppBar",
|
|
13
5
|
"styles": []
|
|
@@ -20,8 +12,12 @@
|
|
|
20
12
|
"from": "components/VAppBar",
|
|
21
13
|
"styles": []
|
|
22
14
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "components/
|
|
15
|
+
"VAvatar": {
|
|
16
|
+
"from": "components/VAvatar",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
19
|
+
"VApp": {
|
|
20
|
+
"from": "components/VApp",
|
|
25
21
|
"styles": []
|
|
26
22
|
},
|
|
27
23
|
"VAlert": {
|
|
@@ -32,14 +28,6 @@
|
|
|
32
28
|
"from": "components/VAlert",
|
|
33
29
|
"styles": []
|
|
34
30
|
},
|
|
35
|
-
"VAvatar": {
|
|
36
|
-
"from": "components/VAvatar",
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
|
-
"VBottomNavigation": {
|
|
40
|
-
"from": "components/VBottomNavigation",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
31
|
"VBanner": {
|
|
44
32
|
"from": "components/VBanner",
|
|
45
33
|
"styles": []
|
|
@@ -52,8 +40,16 @@
|
|
|
52
40
|
"from": "components/VBanner",
|
|
53
41
|
"styles": []
|
|
54
42
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
43
|
+
"VBottomNavigation": {
|
|
44
|
+
"from": "components/VBottomNavigation",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VBadge": {
|
|
48
|
+
"from": "components/VBadge",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
51
|
+
"VAutocomplete": {
|
|
52
|
+
"from": "components/VAutocomplete",
|
|
57
53
|
"styles": []
|
|
58
54
|
},
|
|
59
55
|
"VBreadcrumbs": {
|
|
@@ -68,10 +64,26 @@
|
|
|
68
64
|
"from": "components/VBreadcrumbs",
|
|
69
65
|
"styles": []
|
|
70
66
|
},
|
|
67
|
+
"VBottomSheet": {
|
|
68
|
+
"from": "components/VBottomSheet",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
71
71
|
"VBtnToggle": {
|
|
72
72
|
"from": "components/VBtnToggle",
|
|
73
73
|
"styles": []
|
|
74
74
|
},
|
|
75
|
+
"VBtn": {
|
|
76
|
+
"from": "components/VBtn",
|
|
77
|
+
"styles": []
|
|
78
|
+
},
|
|
79
|
+
"VCarousel": {
|
|
80
|
+
"from": "components/VCarousel",
|
|
81
|
+
"styles": []
|
|
82
|
+
},
|
|
83
|
+
"VCarouselItem": {
|
|
84
|
+
"from": "components/VCarousel",
|
|
85
|
+
"styles": []
|
|
86
|
+
},
|
|
75
87
|
"VCard": {
|
|
76
88
|
"from": "components/VCard",
|
|
77
89
|
"styles": []
|
|
@@ -96,16 +108,12 @@
|
|
|
96
108
|
"from": "components/VCard",
|
|
97
109
|
"styles": []
|
|
98
110
|
},
|
|
99
|
-
"
|
|
100
|
-
"from": "components/
|
|
101
|
-
"styles": []
|
|
102
|
-
},
|
|
103
|
-
"VChip": {
|
|
104
|
-
"from": "components/VChip",
|
|
111
|
+
"VBtnGroup": {
|
|
112
|
+
"from": "components/VBtnGroup",
|
|
105
113
|
"styles": []
|
|
106
114
|
},
|
|
107
|
-
"
|
|
108
|
-
"from": "components/
|
|
115
|
+
"VColorPicker": {
|
|
116
|
+
"from": "components/VColorPicker",
|
|
109
117
|
"styles": []
|
|
110
118
|
},
|
|
111
119
|
"VCheckbox": {
|
|
@@ -116,60 +124,20 @@
|
|
|
116
124
|
"from": "components/VCheckbox",
|
|
117
125
|
"styles": []
|
|
118
126
|
},
|
|
119
|
-
"VCarousel": {
|
|
120
|
-
"from": "components/VCarousel",
|
|
121
|
-
"styles": []
|
|
122
|
-
},
|
|
123
|
-
"VCarouselItem": {
|
|
124
|
-
"from": "components/VCarousel",
|
|
125
|
-
"styles": []
|
|
126
|
-
},
|
|
127
|
-
"VColorPicker": {
|
|
128
|
-
"from": "components/VColorPicker",
|
|
129
|
-
"styles": []
|
|
130
|
-
},
|
|
131
|
-
"VCode": {
|
|
132
|
-
"from": "components/VCode",
|
|
133
|
-
"styles": []
|
|
134
|
-
},
|
|
135
127
|
"VChipGroup": {
|
|
136
128
|
"from": "components/VChipGroup",
|
|
137
129
|
"styles": []
|
|
138
130
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
141
|
-
"styles": []
|
|
142
|
-
},
|
|
143
|
-
"VFab": {
|
|
144
|
-
"from": "components/VFab",
|
|
131
|
+
"VChip": {
|
|
132
|
+
"from": "components/VChip",
|
|
145
133
|
"styles": []
|
|
146
134
|
},
|
|
147
135
|
"VCounter": {
|
|
148
136
|
"from": "components/VCounter",
|
|
149
137
|
"styles": []
|
|
150
138
|
},
|
|
151
|
-
"
|
|
152
|
-
"from": "components/
|
|
153
|
-
"styles": []
|
|
154
|
-
},
|
|
155
|
-
"VDatePickerControls": {
|
|
156
|
-
"from": "components/VDatePicker",
|
|
157
|
-
"styles": []
|
|
158
|
-
},
|
|
159
|
-
"VDatePickerHeader": {
|
|
160
|
-
"from": "components/VDatePicker",
|
|
161
|
-
"styles": []
|
|
162
|
-
},
|
|
163
|
-
"VDatePickerMonth": {
|
|
164
|
-
"from": "components/VDatePicker",
|
|
165
|
-
"styles": []
|
|
166
|
-
},
|
|
167
|
-
"VDatePickerMonths": {
|
|
168
|
-
"from": "components/VDatePicker",
|
|
169
|
-
"styles": []
|
|
170
|
-
},
|
|
171
|
-
"VDatePickerYears": {
|
|
172
|
-
"from": "components/VDatePicker",
|
|
139
|
+
"VCode": {
|
|
140
|
+
"from": "components/VCode",
|
|
173
141
|
"styles": []
|
|
174
142
|
},
|
|
175
143
|
"VDataTable": {
|
|
@@ -200,28 +168,16 @@
|
|
|
200
168
|
"from": "components/VDataTable",
|
|
201
169
|
"styles": []
|
|
202
170
|
},
|
|
203
|
-
"
|
|
204
|
-
"from": "components/
|
|
171
|
+
"VCombobox": {
|
|
172
|
+
"from": "components/VCombobox",
|
|
205
173
|
"styles": []
|
|
206
174
|
},
|
|
207
175
|
"VDivider": {
|
|
208
176
|
"from": "components/VDivider",
|
|
209
177
|
"styles": []
|
|
210
178
|
},
|
|
211
|
-
"
|
|
212
|
-
"from": "components/
|
|
213
|
-
"styles": []
|
|
214
|
-
},
|
|
215
|
-
"VFieldLabel": {
|
|
216
|
-
"from": "components/VField",
|
|
217
|
-
"styles": []
|
|
218
|
-
},
|
|
219
|
-
"VDialog": {
|
|
220
|
-
"from": "components/VDialog",
|
|
221
|
-
"styles": []
|
|
222
|
-
},
|
|
223
|
-
"VFileInput": {
|
|
224
|
-
"from": "components/VFileInput",
|
|
179
|
+
"VEmptyState": {
|
|
180
|
+
"from": "components/VEmptyState",
|
|
225
181
|
"styles": []
|
|
226
182
|
},
|
|
227
183
|
"VExpansionPanels": {
|
|
@@ -240,24 +196,48 @@
|
|
|
240
196
|
"from": "components/VExpansionPanel",
|
|
241
197
|
"styles": []
|
|
242
198
|
},
|
|
243
|
-
"
|
|
244
|
-
"from": "components/
|
|
199
|
+
"VDatePicker": {
|
|
200
|
+
"from": "components/VDatePicker",
|
|
245
201
|
"styles": []
|
|
246
202
|
},
|
|
247
|
-
"
|
|
248
|
-
"from": "components/
|
|
203
|
+
"VDatePickerControls": {
|
|
204
|
+
"from": "components/VDatePicker",
|
|
249
205
|
"styles": []
|
|
250
206
|
},
|
|
251
|
-
"
|
|
252
|
-
"from": "components/
|
|
207
|
+
"VDatePickerHeader": {
|
|
208
|
+
"from": "components/VDatePicker",
|
|
253
209
|
"styles": []
|
|
254
210
|
},
|
|
255
|
-
"
|
|
256
|
-
"from": "components/
|
|
211
|
+
"VDatePickerMonth": {
|
|
212
|
+
"from": "components/VDatePicker",
|
|
257
213
|
"styles": []
|
|
258
214
|
},
|
|
259
|
-
"
|
|
260
|
-
"from": "components/
|
|
215
|
+
"VDatePickerMonths": {
|
|
216
|
+
"from": "components/VDatePicker",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
219
|
+
"VDatePickerYears": {
|
|
220
|
+
"from": "components/VDatePicker",
|
|
221
|
+
"styles": []
|
|
222
|
+
},
|
|
223
|
+
"VDialog": {
|
|
224
|
+
"from": "components/VDialog",
|
|
225
|
+
"styles": []
|
|
226
|
+
},
|
|
227
|
+
"VFab": {
|
|
228
|
+
"from": "components/VFab",
|
|
229
|
+
"styles": []
|
|
230
|
+
},
|
|
231
|
+
"VField": {
|
|
232
|
+
"from": "components/VField",
|
|
233
|
+
"styles": []
|
|
234
|
+
},
|
|
235
|
+
"VFieldLabel": {
|
|
236
|
+
"from": "components/VField",
|
|
237
|
+
"styles": []
|
|
238
|
+
},
|
|
239
|
+
"VFooter": {
|
|
240
|
+
"from": "components/VFooter",
|
|
261
241
|
"styles": []
|
|
262
242
|
},
|
|
263
243
|
"VIcon": {
|
|
@@ -280,22 +260,42 @@
|
|
|
280
260
|
"from": "components/VIcon",
|
|
281
261
|
"styles": []
|
|
282
262
|
},
|
|
283
|
-
"
|
|
284
|
-
"from": "components/
|
|
263
|
+
"VFileInput": {
|
|
264
|
+
"from": "components/VFileInput",
|
|
285
265
|
"styles": []
|
|
286
266
|
},
|
|
287
|
-
"
|
|
288
|
-
"from": "components/
|
|
267
|
+
"VImg": {
|
|
268
|
+
"from": "components/VImg",
|
|
289
269
|
"styles": []
|
|
290
270
|
},
|
|
291
|
-
"
|
|
292
|
-
"from": "components/
|
|
271
|
+
"VItemGroup": {
|
|
272
|
+
"from": "components/VItemGroup",
|
|
273
|
+
"styles": []
|
|
274
|
+
},
|
|
275
|
+
"VItem": {
|
|
276
|
+
"from": "components/VItemGroup",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
279
|
+
"VInput": {
|
|
280
|
+
"from": "components/VInput",
|
|
281
|
+
"styles": []
|
|
282
|
+
},
|
|
283
|
+
"VInfiniteScroll": {
|
|
284
|
+
"from": "components/VInfiniteScroll",
|
|
293
285
|
"styles": []
|
|
294
286
|
},
|
|
295
287
|
"VKbd": {
|
|
296
288
|
"from": "components/VKbd",
|
|
297
289
|
"styles": []
|
|
298
290
|
},
|
|
291
|
+
"VLabel": {
|
|
292
|
+
"from": "components/VLabel",
|
|
293
|
+
"styles": []
|
|
294
|
+
},
|
|
295
|
+
"VMenu": {
|
|
296
|
+
"from": "components/VMenu",
|
|
297
|
+
"styles": []
|
|
298
|
+
},
|
|
299
299
|
"VList": {
|
|
300
300
|
"from": "components/VList",
|
|
301
301
|
"styles": []
|
|
@@ -332,100 +332,80 @@
|
|
|
332
332
|
"from": "components/VList",
|
|
333
333
|
"styles": []
|
|
334
334
|
},
|
|
335
|
-
"
|
|
336
|
-
"from": "components/
|
|
337
|
-
"styles": []
|
|
338
|
-
},
|
|
339
|
-
"VMenu": {
|
|
340
|
-
"from": "components/VMenu",
|
|
335
|
+
"VMain": {
|
|
336
|
+
"from": "components/VMain",
|
|
341
337
|
"styles": []
|
|
342
338
|
},
|
|
343
339
|
"VNavigationDrawer": {
|
|
344
340
|
"from": "components/VNavigationDrawer",
|
|
345
341
|
"styles": []
|
|
346
342
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
343
|
+
"VMessages": {
|
|
344
|
+
"from": "components/VMessages",
|
|
349
345
|
"styles": []
|
|
350
346
|
},
|
|
351
347
|
"VNumberInput": {
|
|
352
348
|
"from": "components/VNumberInput",
|
|
353
349
|
"styles": []
|
|
354
350
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
351
|
+
"VOtpInput": {
|
|
352
|
+
"from": "components/VOtpInput",
|
|
357
353
|
"styles": []
|
|
358
354
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
355
|
+
"VPagination": {
|
|
356
|
+
"from": "components/VPagination",
|
|
361
357
|
"styles": []
|
|
362
358
|
},
|
|
363
359
|
"VOverlay": {
|
|
364
360
|
"from": "components/VOverlay",
|
|
365
361
|
"styles": []
|
|
366
362
|
},
|
|
367
|
-
"VProgressLinear": {
|
|
368
|
-
"from": "components/VProgressLinear",
|
|
369
|
-
"styles": []
|
|
370
|
-
},
|
|
371
363
|
"VRating": {
|
|
372
364
|
"from": "components/VRating",
|
|
373
365
|
"styles": []
|
|
374
366
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
377
|
-
"styles": []
|
|
378
|
-
},
|
|
379
|
-
"VSheet": {
|
|
380
|
-
"from": "components/VSheet",
|
|
367
|
+
"VProgressCircular": {
|
|
368
|
+
"from": "components/VProgressCircular",
|
|
381
369
|
"styles": []
|
|
382
370
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
371
|
+
"VProgressLinear": {
|
|
372
|
+
"from": "components/VProgressLinear",
|
|
385
373
|
"styles": []
|
|
386
374
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
375
|
+
"VRadioGroup": {
|
|
376
|
+
"from": "components/VRadioGroup",
|
|
389
377
|
"styles": []
|
|
390
378
|
},
|
|
391
379
|
"VSelectionControlGroup": {
|
|
392
380
|
"from": "components/VSelectionControlGroup",
|
|
393
381
|
"styles": []
|
|
394
382
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
397
|
-
"styles": []
|
|
398
|
-
},
|
|
399
|
-
"VSlideGroup": {
|
|
400
|
-
"from": "components/VSlideGroup",
|
|
401
|
-
"styles": []
|
|
402
|
-
},
|
|
403
|
-
"VSlideGroupItem": {
|
|
404
|
-
"from": "components/VSlideGroup",
|
|
383
|
+
"VSelect": {
|
|
384
|
+
"from": "components/VSelect",
|
|
405
385
|
"styles": []
|
|
406
386
|
},
|
|
407
387
|
"VSkeletonLoader": {
|
|
408
388
|
"from": "components/VSkeletonLoader",
|
|
409
389
|
"styles": []
|
|
410
390
|
},
|
|
411
|
-
"
|
|
412
|
-
"from": "components/
|
|
391
|
+
"VSelectionControl": {
|
|
392
|
+
"from": "components/VSelectionControl",
|
|
413
393
|
"styles": []
|
|
414
394
|
},
|
|
415
|
-
"
|
|
416
|
-
"from": "components/
|
|
395
|
+
"VSlider": {
|
|
396
|
+
"from": "components/VSlider",
|
|
417
397
|
"styles": []
|
|
418
398
|
},
|
|
419
|
-
"
|
|
420
|
-
"from": "components/
|
|
399
|
+
"VSystemBar": {
|
|
400
|
+
"from": "components/VSystemBar",
|
|
421
401
|
"styles": []
|
|
422
402
|
},
|
|
423
|
-
"
|
|
424
|
-
"from": "components/
|
|
403
|
+
"VSnackbar": {
|
|
404
|
+
"from": "components/VSnackbar",
|
|
425
405
|
"styles": []
|
|
426
406
|
},
|
|
427
|
-
"
|
|
428
|
-
"from": "components/
|
|
407
|
+
"VSheet": {
|
|
408
|
+
"from": "components/VSheet",
|
|
429
409
|
"styles": []
|
|
430
410
|
},
|
|
431
411
|
"VStepper": {
|
|
@@ -452,56 +432,40 @@
|
|
|
452
432
|
"from": "components/VStepper",
|
|
453
433
|
"styles": []
|
|
454
434
|
},
|
|
455
|
-
"
|
|
456
|
-
"from": "components/
|
|
457
|
-
"styles": []
|
|
458
|
-
},
|
|
459
|
-
"VSystemBar": {
|
|
460
|
-
"from": "components/VSystemBar",
|
|
461
|
-
"styles": []
|
|
462
|
-
},
|
|
463
|
-
"VTimePicker": {
|
|
464
|
-
"from": "components/VTimePicker",
|
|
465
|
-
"styles": []
|
|
466
|
-
},
|
|
467
|
-
"VTimePickerClock": {
|
|
468
|
-
"from": "components/VTimePicker",
|
|
435
|
+
"VSlideGroup": {
|
|
436
|
+
"from": "components/VSlideGroup",
|
|
469
437
|
"styles": []
|
|
470
438
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
439
|
+
"VSlideGroupItem": {
|
|
440
|
+
"from": "components/VSlideGroup",
|
|
473
441
|
"styles": []
|
|
474
442
|
},
|
|
475
|
-
"
|
|
476
|
-
"from": "components/
|
|
443
|
+
"VSwitch": {
|
|
444
|
+
"from": "components/VSwitch",
|
|
477
445
|
"styles": []
|
|
478
446
|
},
|
|
479
447
|
"VTextarea": {
|
|
480
448
|
"from": "components/VTextarea",
|
|
481
449
|
"styles": []
|
|
482
450
|
},
|
|
483
|
-
"
|
|
484
|
-
"from": "components/
|
|
485
|
-
"styles": []
|
|
486
|
-
},
|
|
487
|
-
"VTooltip": {
|
|
488
|
-
"from": "components/VTooltip",
|
|
451
|
+
"VTab": {
|
|
452
|
+
"from": "components/VTabs",
|
|
489
453
|
"styles": []
|
|
490
454
|
},
|
|
491
|
-
"
|
|
492
|
-
"from": "components/
|
|
455
|
+
"VTabs": {
|
|
456
|
+
"from": "components/VTabs",
|
|
493
457
|
"styles": []
|
|
494
458
|
},
|
|
495
|
-
"
|
|
496
|
-
"from": "components/
|
|
459
|
+
"VTabsWindow": {
|
|
460
|
+
"from": "components/VTabs",
|
|
497
461
|
"styles": []
|
|
498
462
|
},
|
|
499
|
-
"
|
|
500
|
-
"from": "components/
|
|
463
|
+
"VTabsWindowItem": {
|
|
464
|
+
"from": "components/VTabs",
|
|
501
465
|
"styles": []
|
|
502
466
|
},
|
|
503
|
-
"
|
|
504
|
-
"from": "components/
|
|
467
|
+
"VTable": {
|
|
468
|
+
"from": "components/VTable",
|
|
505
469
|
"styles": []
|
|
506
470
|
},
|
|
507
471
|
"VToolbar": {
|
|
@@ -516,6 +480,18 @@
|
|
|
516
480
|
"from": "components/VToolbar",
|
|
517
481
|
"styles": []
|
|
518
482
|
},
|
|
483
|
+
"VTimeline": {
|
|
484
|
+
"from": "components/VTimeline",
|
|
485
|
+
"styles": []
|
|
486
|
+
},
|
|
487
|
+
"VTimelineItem": {
|
|
488
|
+
"from": "components/VTimeline",
|
|
489
|
+
"styles": []
|
|
490
|
+
},
|
|
491
|
+
"VTextField": {
|
|
492
|
+
"from": "components/VTextField",
|
|
493
|
+
"styles": []
|
|
494
|
+
},
|
|
519
495
|
"VTreeview": {
|
|
520
496
|
"from": "components/VTreeview",
|
|
521
497
|
"styles": []
|
|
@@ -528,6 +504,30 @@
|
|
|
528
504
|
"from": "components/VTreeview",
|
|
529
505
|
"styles": []
|
|
530
506
|
},
|
|
507
|
+
"VTimePicker": {
|
|
508
|
+
"from": "components/VTimePicker",
|
|
509
|
+
"styles": []
|
|
510
|
+
},
|
|
511
|
+
"VTimePickerClock": {
|
|
512
|
+
"from": "components/VTimePicker",
|
|
513
|
+
"styles": []
|
|
514
|
+
},
|
|
515
|
+
"VTimePickerControls": {
|
|
516
|
+
"from": "components/VTimePicker",
|
|
517
|
+
"styles": []
|
|
518
|
+
},
|
|
519
|
+
"VWindow": {
|
|
520
|
+
"from": "components/VWindow",
|
|
521
|
+
"styles": []
|
|
522
|
+
},
|
|
523
|
+
"VWindowItem": {
|
|
524
|
+
"from": "components/VWindow",
|
|
525
|
+
"styles": []
|
|
526
|
+
},
|
|
527
|
+
"VTooltip": {
|
|
528
|
+
"from": "components/VTooltip",
|
|
529
|
+
"styles": []
|
|
530
|
+
},
|
|
531
531
|
"VConfirmEdit": {
|
|
532
532
|
"from": "components/VConfirmEdit",
|
|
533
533
|
"styles": []
|
|
@@ -544,6 +544,10 @@
|
|
|
544
544
|
"from": "components/VForm",
|
|
545
545
|
"styles": []
|
|
546
546
|
},
|
|
547
|
+
"VHover": {
|
|
548
|
+
"from": "components/VHover",
|
|
549
|
+
"styles": []
|
|
550
|
+
},
|
|
547
551
|
"VContainer": {
|
|
548
552
|
"from": "components/VGrid",
|
|
549
553
|
"styles": []
|
|
@@ -560,10 +564,6 @@
|
|
|
560
564
|
"from": "components/VGrid",
|
|
561
565
|
"styles": []
|
|
562
566
|
},
|
|
563
|
-
"VHover": {
|
|
564
|
-
"from": "components/VHover",
|
|
565
|
-
"styles": []
|
|
566
|
-
},
|
|
567
567
|
"VLayout": {
|
|
568
568
|
"from": "components/VLayout",
|
|
569
569
|
"styles": []
|
|
@@ -572,14 +572,14 @@
|
|
|
572
572
|
"from": "components/VLayout",
|
|
573
573
|
"styles": []
|
|
574
574
|
},
|
|
575
|
-
"VLocaleProvider": {
|
|
576
|
-
"from": "components/VLocaleProvider",
|
|
577
|
-
"styles": []
|
|
578
|
-
},
|
|
579
575
|
"VLazy": {
|
|
580
576
|
"from": "components/VLazy",
|
|
581
577
|
"styles": []
|
|
582
578
|
},
|
|
579
|
+
"VLocaleProvider": {
|
|
580
|
+
"from": "components/VLocaleProvider",
|
|
581
|
+
"styles": []
|
|
582
|
+
},
|
|
583
583
|
"VNoSsr": {
|
|
584
584
|
"from": "components/VNoSsr",
|
|
585
585
|
"styles": []
|
|
@@ -592,32 +592,24 @@
|
|
|
592
592
|
"from": "components/VRadio",
|
|
593
593
|
"styles": []
|
|
594
594
|
},
|
|
595
|
-
"VResponsive": {
|
|
596
|
-
"from": "components/VResponsive",
|
|
597
|
-
"styles": []
|
|
598
|
-
},
|
|
599
|
-
"VSnackbarQueue": {
|
|
600
|
-
"from": "components/VSnackbarQueue",
|
|
601
|
-
"styles": []
|
|
602
|
-
},
|
|
603
595
|
"VRangeSlider": {
|
|
604
596
|
"from": "components/VRangeSlider",
|
|
605
597
|
"styles": []
|
|
606
598
|
},
|
|
607
|
-
"
|
|
608
|
-
"from": "components/
|
|
599
|
+
"VResponsive": {
|
|
600
|
+
"from": "components/VResponsive",
|
|
609
601
|
"styles": []
|
|
610
602
|
},
|
|
611
603
|
"VSparkline": {
|
|
612
604
|
"from": "components/VSparkline",
|
|
613
605
|
"styles": []
|
|
614
606
|
},
|
|
615
|
-
"
|
|
616
|
-
"from": "components/
|
|
607
|
+
"VSpeedDial": {
|
|
608
|
+
"from": "components/VSpeedDial",
|
|
617
609
|
"styles": []
|
|
618
610
|
},
|
|
619
|
-
"
|
|
620
|
-
"from": "components/
|
|
611
|
+
"VThemeProvider": {
|
|
612
|
+
"from": "components/VThemeProvider",
|
|
621
613
|
"styles": []
|
|
622
614
|
},
|
|
623
615
|
"VFabTransition": {
|
|
@@ -687,6 +679,14 @@
|
|
|
687
679
|
"VValidation": {
|
|
688
680
|
"from": "components/VValidation",
|
|
689
681
|
"styles": []
|
|
682
|
+
},
|
|
683
|
+
"VVirtualScroll": {
|
|
684
|
+
"from": "components/VVirtualScroll",
|
|
685
|
+
"styles": []
|
|
686
|
+
},
|
|
687
|
+
"VSnackbarQueue": {
|
|
688
|
+
"from": "components/VSnackbarQueue",
|
|
689
|
+
"styles": []
|
|
690
690
|
}
|
|
691
691
|
},
|
|
692
692
|
"directives": [
|