@vuetify/nightly 3.11.2-dev.2025-12-03 → 3.11.2-dev.2025-12-05
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 +12 -3
- package/dist/json/attributes.json +4235 -4235
- package/dist/json/importMap-labs.json +14 -14
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +7648 -7648
- package/dist/vuetify-labs.cjs +8 -7
- package/dist/vuetify-labs.css +4853 -4850
- package/dist/vuetify-labs.d.ts +65 -65
- package/dist/vuetify-labs.esm.js +8 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +8 -7
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +8 -7
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5725 -5722
- package/dist/vuetify.d.ts +65 -65
- package/dist/vuetify.esm.js +8 -7
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +8 -7
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VHotkey/_variables.scss +1 -0
- package/lib/components/VOtpInput/VOtpInput.css +3 -0
- package/lib/components/VOtpInput/VOtpInput.js +2 -1
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.sass +5 -0
- package/lib/components/VWindow/VWindow.js +3 -3
- package/lib/components/VWindow/VWindow.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/package.json +6 -4
|
@@ -1,23 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VIconBtn": {
|
|
4
|
-
"from": "labs/VIconBtn",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VColorInput": {
|
|
8
4
|
"from": "labs/VColorInput",
|
|
9
5
|
"styles": []
|
|
10
6
|
},
|
|
11
|
-
"
|
|
12
|
-
"from": "labs/
|
|
7
|
+
"VFileUpload": {
|
|
8
|
+
"from": "labs/VFileUpload",
|
|
13
9
|
"styles": []
|
|
14
10
|
},
|
|
15
|
-
"
|
|
16
|
-
"from": "labs/
|
|
11
|
+
"VFileUploadItem": {
|
|
12
|
+
"from": "labs/VFileUpload",
|
|
17
13
|
"styles": []
|
|
18
14
|
},
|
|
19
|
-
"
|
|
20
|
-
"from": "labs/
|
|
15
|
+
"VIconBtn": {
|
|
16
|
+
"from": "labs/VIconBtn",
|
|
21
17
|
"styles": []
|
|
22
18
|
},
|
|
23
19
|
"VPicker": {
|
|
@@ -52,12 +48,16 @@
|
|
|
52
48
|
"from": "labs/VStepperVertical",
|
|
53
49
|
"styles": []
|
|
54
50
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "labs/
|
|
51
|
+
"VPie": {
|
|
52
|
+
"from": "labs/VPie",
|
|
57
53
|
"styles": []
|
|
58
54
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "labs/
|
|
55
|
+
"VPieSegment": {
|
|
56
|
+
"from": "labs/VPie",
|
|
57
|
+
"styles": []
|
|
58
|
+
},
|
|
59
|
+
"VPieTooltip": {
|
|
60
|
+
"from": "labs/VPie",
|
|
61
61
|
"styles": []
|
|
62
62
|
},
|
|
63
63
|
"VDateInput": {
|
package/dist/json/importMap.json
CHANGED
|
@@ -16,10 +16,6 @@
|
|
|
16
16
|
"from": "components/VAutocomplete",
|
|
17
17
|
"styles": []
|
|
18
18
|
},
|
|
19
|
-
"VAvatar": {
|
|
20
|
-
"from": "components/VAvatar",
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
19
|
"VBadge": {
|
|
24
20
|
"from": "components/VBadge",
|
|
25
21
|
"styles": []
|
|
@@ -36,14 +32,6 @@
|
|
|
36
32
|
"from": "components/VBanner",
|
|
37
33
|
"styles": []
|
|
38
34
|
},
|
|
39
|
-
"VBottomSheet": {
|
|
40
|
-
"from": "components/VBottomSheet",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
|
-
"VBtn": {
|
|
44
|
-
"from": "components/VBtn",
|
|
45
|
-
"styles": []
|
|
46
|
-
},
|
|
47
35
|
"VAppBar": {
|
|
48
36
|
"from": "components/VAppBar",
|
|
49
37
|
"styles": []
|
|
@@ -56,10 +44,30 @@
|
|
|
56
44
|
"from": "components/VAppBar",
|
|
57
45
|
"styles": []
|
|
58
46
|
},
|
|
47
|
+
"VBtnGroup": {
|
|
48
|
+
"from": "components/VBtnGroup",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
51
|
+
"VBottomSheet": {
|
|
52
|
+
"from": "components/VBottomSheet",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
55
|
+
"VAvatar": {
|
|
56
|
+
"from": "components/VAvatar",
|
|
57
|
+
"styles": []
|
|
58
|
+
},
|
|
59
|
+
"VBtn": {
|
|
60
|
+
"from": "components/VBtn",
|
|
61
|
+
"styles": []
|
|
62
|
+
},
|
|
59
63
|
"VBottomNavigation": {
|
|
60
64
|
"from": "components/VBottomNavigation",
|
|
61
65
|
"styles": []
|
|
62
66
|
},
|
|
67
|
+
"VBtnToggle": {
|
|
68
|
+
"from": "components/VBtnToggle",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
63
71
|
"VBreadcrumbs": {
|
|
64
72
|
"from": "components/VBreadcrumbs",
|
|
65
73
|
"styles": []
|
|
@@ -72,6 +80,18 @@
|
|
|
72
80
|
"from": "components/VBreadcrumbs",
|
|
73
81
|
"styles": []
|
|
74
82
|
},
|
|
83
|
+
"VCalendar": {
|
|
84
|
+
"from": "components/VCalendar",
|
|
85
|
+
"styles": []
|
|
86
|
+
},
|
|
87
|
+
"VCarousel": {
|
|
88
|
+
"from": "components/VCarousel",
|
|
89
|
+
"styles": []
|
|
90
|
+
},
|
|
91
|
+
"VCarouselItem": {
|
|
92
|
+
"from": "components/VCarousel",
|
|
93
|
+
"styles": []
|
|
94
|
+
},
|
|
75
95
|
"VCard": {
|
|
76
96
|
"from": "components/VCard",
|
|
77
97
|
"styles": []
|
|
@@ -96,12 +116,8 @@
|
|
|
96
116
|
"from": "components/VCard",
|
|
97
117
|
"styles": []
|
|
98
118
|
},
|
|
99
|
-
"
|
|
100
|
-
"from": "components/
|
|
101
|
-
"styles": []
|
|
102
|
-
},
|
|
103
|
-
"VBtnGroup": {
|
|
104
|
-
"from": "components/VBtnGroup",
|
|
119
|
+
"VChip": {
|
|
120
|
+
"from": "components/VChip",
|
|
105
121
|
"styles": []
|
|
106
122
|
},
|
|
107
123
|
"VCheckbox": {
|
|
@@ -112,40 +128,48 @@
|
|
|
112
128
|
"from": "components/VCheckbox",
|
|
113
129
|
"styles": []
|
|
114
130
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
131
|
+
"VCombobox": {
|
|
132
|
+
"from": "components/VCombobox",
|
|
133
|
+
"styles": []
|
|
134
|
+
},
|
|
135
|
+
"VCode": {
|
|
136
|
+
"from": "components/VCode",
|
|
117
137
|
"styles": []
|
|
118
138
|
},
|
|
119
139
|
"VChipGroup": {
|
|
120
140
|
"from": "components/VChipGroup",
|
|
121
141
|
"styles": []
|
|
122
142
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
143
|
+
"VColorPicker": {
|
|
144
|
+
"from": "components/VColorPicker",
|
|
125
145
|
"styles": []
|
|
126
146
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
147
|
+
"VDatePicker": {
|
|
148
|
+
"from": "components/VDatePicker",
|
|
129
149
|
"styles": []
|
|
130
150
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
151
|
+
"VDatePickerControls": {
|
|
152
|
+
"from": "components/VDatePicker",
|
|
133
153
|
"styles": []
|
|
134
154
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
155
|
+
"VDatePickerHeader": {
|
|
156
|
+
"from": "components/VDatePicker",
|
|
137
157
|
"styles": []
|
|
138
158
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
159
|
+
"VDatePickerMonth": {
|
|
160
|
+
"from": "components/VDatePicker",
|
|
141
161
|
"styles": []
|
|
142
162
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
163
|
+
"VDatePickerMonths": {
|
|
164
|
+
"from": "components/VDatePicker",
|
|
145
165
|
"styles": []
|
|
146
166
|
},
|
|
147
|
-
"
|
|
148
|
-
"from": "components/
|
|
167
|
+
"VDatePickerYears": {
|
|
168
|
+
"from": "components/VDatePicker",
|
|
169
|
+
"styles": []
|
|
170
|
+
},
|
|
171
|
+
"VCounter": {
|
|
172
|
+
"from": "components/VCounter",
|
|
149
173
|
"styles": []
|
|
150
174
|
},
|
|
151
175
|
"VDataTable": {
|
|
@@ -180,44 +204,12 @@
|
|
|
180
204
|
"from": "components/VDialog",
|
|
181
205
|
"styles": []
|
|
182
206
|
},
|
|
183
|
-
"VDatePicker": {
|
|
184
|
-
"from": "components/VDatePicker",
|
|
185
|
-
"styles": []
|
|
186
|
-
},
|
|
187
|
-
"VDatePickerControls": {
|
|
188
|
-
"from": "components/VDatePicker",
|
|
189
|
-
"styles": []
|
|
190
|
-
},
|
|
191
|
-
"VDatePickerHeader": {
|
|
192
|
-
"from": "components/VDatePicker",
|
|
193
|
-
"styles": []
|
|
194
|
-
},
|
|
195
|
-
"VDatePickerMonth": {
|
|
196
|
-
"from": "components/VDatePicker",
|
|
197
|
-
"styles": []
|
|
198
|
-
},
|
|
199
|
-
"VDatePickerMonths": {
|
|
200
|
-
"from": "components/VDatePicker",
|
|
201
|
-
"styles": []
|
|
202
|
-
},
|
|
203
|
-
"VDatePickerYears": {
|
|
204
|
-
"from": "components/VDatePicker",
|
|
205
|
-
"styles": []
|
|
206
|
-
},
|
|
207
|
-
"VEmptyState": {
|
|
208
|
-
"from": "components/VEmptyState",
|
|
209
|
-
"styles": []
|
|
210
|
-
},
|
|
211
207
|
"VDivider": {
|
|
212
208
|
"from": "components/VDivider",
|
|
213
209
|
"styles": []
|
|
214
210
|
},
|
|
215
|
-
"
|
|
216
|
-
"from": "components/
|
|
217
|
-
"styles": []
|
|
218
|
-
},
|
|
219
|
-
"VFieldLabel": {
|
|
220
|
-
"from": "components/VField",
|
|
211
|
+
"VFab": {
|
|
212
|
+
"from": "components/VFab",
|
|
221
213
|
"styles": []
|
|
222
214
|
},
|
|
223
215
|
"VExpansionPanels": {
|
|
@@ -236,16 +228,32 @@
|
|
|
236
228
|
"from": "components/VExpansionPanel",
|
|
237
229
|
"styles": []
|
|
238
230
|
},
|
|
231
|
+
"VEmptyState": {
|
|
232
|
+
"from": "components/VEmptyState",
|
|
233
|
+
"styles": []
|
|
234
|
+
},
|
|
235
|
+
"VFooter": {
|
|
236
|
+
"from": "components/VFooter",
|
|
237
|
+
"styles": []
|
|
238
|
+
},
|
|
239
239
|
"VFileInput": {
|
|
240
240
|
"from": "components/VFileInput",
|
|
241
241
|
"styles": []
|
|
242
242
|
},
|
|
243
|
-
"
|
|
244
|
-
"from": "components/
|
|
243
|
+
"VField": {
|
|
244
|
+
"from": "components/VField",
|
|
245
245
|
"styles": []
|
|
246
246
|
},
|
|
247
|
-
"
|
|
248
|
-
"from": "components/
|
|
247
|
+
"VFieldLabel": {
|
|
248
|
+
"from": "components/VField",
|
|
249
|
+
"styles": []
|
|
250
|
+
},
|
|
251
|
+
"VInfiniteScroll": {
|
|
252
|
+
"from": "components/VInfiniteScroll",
|
|
253
|
+
"styles": []
|
|
254
|
+
},
|
|
255
|
+
"VHotkey": {
|
|
256
|
+
"from": "components/VHotkey",
|
|
249
257
|
"styles": []
|
|
250
258
|
},
|
|
251
259
|
"VIcon": {
|
|
@@ -268,8 +276,8 @@
|
|
|
268
276
|
"from": "components/VIcon",
|
|
269
277
|
"styles": []
|
|
270
278
|
},
|
|
271
|
-
"
|
|
272
|
-
"from": "components/
|
|
279
|
+
"VKbd": {
|
|
280
|
+
"from": "components/VKbd",
|
|
273
281
|
"styles": []
|
|
274
282
|
},
|
|
275
283
|
"VImg": {
|
|
@@ -280,26 +288,6 @@
|
|
|
280
288
|
"from": "components/VInput",
|
|
281
289
|
"styles": []
|
|
282
290
|
},
|
|
283
|
-
"VInfiniteScroll": {
|
|
284
|
-
"from": "components/VInfiniteScroll",
|
|
285
|
-
"styles": []
|
|
286
|
-
},
|
|
287
|
-
"VItemGroup": {
|
|
288
|
-
"from": "components/VItemGroup",
|
|
289
|
-
"styles": []
|
|
290
|
-
},
|
|
291
|
-
"VItem": {
|
|
292
|
-
"from": "components/VItemGroup",
|
|
293
|
-
"styles": []
|
|
294
|
-
},
|
|
295
|
-
"VKbd": {
|
|
296
|
-
"from": "components/VKbd",
|
|
297
|
-
"styles": []
|
|
298
|
-
},
|
|
299
|
-
"VLabel": {
|
|
300
|
-
"from": "components/VLabel",
|
|
301
|
-
"styles": []
|
|
302
|
-
},
|
|
303
291
|
"VList": {
|
|
304
292
|
"from": "components/VList",
|
|
305
293
|
"styles": []
|
|
@@ -336,20 +324,36 @@
|
|
|
336
324
|
"from": "components/VList",
|
|
337
325
|
"styles": []
|
|
338
326
|
},
|
|
327
|
+
"VItemGroup": {
|
|
328
|
+
"from": "components/VItemGroup",
|
|
329
|
+
"styles": []
|
|
330
|
+
},
|
|
331
|
+
"VItem": {
|
|
332
|
+
"from": "components/VItemGroup",
|
|
333
|
+
"styles": []
|
|
334
|
+
},
|
|
339
335
|
"VMenu": {
|
|
340
336
|
"from": "components/VMenu",
|
|
341
337
|
"styles": []
|
|
342
338
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
339
|
+
"VLabel": {
|
|
340
|
+
"from": "components/VLabel",
|
|
341
|
+
"styles": []
|
|
342
|
+
},
|
|
343
|
+
"VMessages": {
|
|
344
|
+
"from": "components/VMessages",
|
|
345
345
|
"styles": []
|
|
346
346
|
},
|
|
347
347
|
"VNavigationDrawer": {
|
|
348
348
|
"from": "components/VNavigationDrawer",
|
|
349
349
|
"styles": []
|
|
350
350
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
351
|
+
"VMain": {
|
|
352
|
+
"from": "components/VMain",
|
|
353
|
+
"styles": []
|
|
354
|
+
},
|
|
355
|
+
"VNumberInput": {
|
|
356
|
+
"from": "components/VNumberInput",
|
|
353
357
|
"styles": []
|
|
354
358
|
},
|
|
355
359
|
"VOverlay": {
|
|
@@ -364,16 +368,16 @@
|
|
|
364
368
|
"from": "components/VPagination",
|
|
365
369
|
"styles": []
|
|
366
370
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
371
|
+
"VRating": {
|
|
372
|
+
"from": "components/VRating",
|
|
369
373
|
"styles": []
|
|
370
374
|
},
|
|
371
375
|
"VProgressLinear": {
|
|
372
376
|
"from": "components/VProgressLinear",
|
|
373
377
|
"styles": []
|
|
374
378
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
379
|
+
"VProgressCircular": {
|
|
380
|
+
"from": "components/VProgressCircular",
|
|
377
381
|
"styles": []
|
|
378
382
|
},
|
|
379
383
|
"VRadioGroup": {
|
|
@@ -388,22 +392,14 @@
|
|
|
388
392
|
"from": "components/VSelect",
|
|
389
393
|
"styles": []
|
|
390
394
|
},
|
|
391
|
-
"
|
|
392
|
-
"from": "components/
|
|
393
|
-
"styles": []
|
|
394
|
-
},
|
|
395
|
-
"VSelectionControlGroup": {
|
|
396
|
-
"from": "components/VSelectionControlGroup",
|
|
395
|
+
"VSheet": {
|
|
396
|
+
"from": "components/VSheet",
|
|
397
397
|
"styles": []
|
|
398
398
|
},
|
|
399
399
|
"VSkeletonLoader": {
|
|
400
400
|
"from": "components/VSkeletonLoader",
|
|
401
401
|
"styles": []
|
|
402
402
|
},
|
|
403
|
-
"VSlider": {
|
|
404
|
-
"from": "components/VSlider",
|
|
405
|
-
"styles": []
|
|
406
|
-
},
|
|
407
403
|
"VSlideGroup": {
|
|
408
404
|
"from": "components/VSlideGroup",
|
|
409
405
|
"styles": []
|
|
@@ -412,36 +408,32 @@
|
|
|
412
408
|
"from": "components/VSlideGroup",
|
|
413
409
|
"styles": []
|
|
414
410
|
},
|
|
415
|
-
"
|
|
416
|
-
"from": "components/
|
|
417
|
-
"styles": []
|
|
418
|
-
},
|
|
419
|
-
"VStepperActions": {
|
|
420
|
-
"from": "components/VStepper",
|
|
411
|
+
"VTable": {
|
|
412
|
+
"from": "components/VTable",
|
|
421
413
|
"styles": []
|
|
422
414
|
},
|
|
423
|
-
"
|
|
424
|
-
"from": "components/
|
|
415
|
+
"VSlider": {
|
|
416
|
+
"from": "components/VSlider",
|
|
425
417
|
"styles": []
|
|
426
418
|
},
|
|
427
|
-
"
|
|
428
|
-
"from": "components/
|
|
419
|
+
"VSnackbar": {
|
|
420
|
+
"from": "components/VSnackbar",
|
|
429
421
|
"styles": []
|
|
430
422
|
},
|
|
431
|
-
"
|
|
432
|
-
"from": "components/
|
|
423
|
+
"VSelectionControlGroup": {
|
|
424
|
+
"from": "components/VSelectionControlGroup",
|
|
433
425
|
"styles": []
|
|
434
426
|
},
|
|
435
|
-
"
|
|
436
|
-
"from": "components/
|
|
427
|
+
"VSwitch": {
|
|
428
|
+
"from": "components/VSwitch",
|
|
437
429
|
"styles": []
|
|
438
430
|
},
|
|
439
|
-
"
|
|
440
|
-
"from": "components/
|
|
431
|
+
"VSystemBar": {
|
|
432
|
+
"from": "components/VSystemBar",
|
|
441
433
|
"styles": []
|
|
442
434
|
},
|
|
443
|
-
"
|
|
444
|
-
"from": "components/
|
|
435
|
+
"VTextarea": {
|
|
436
|
+
"from": "components/VTextarea",
|
|
445
437
|
"styles": []
|
|
446
438
|
},
|
|
447
439
|
"VTab": {
|
|
@@ -460,44 +452,48 @@
|
|
|
460
452
|
"from": "components/VTabs",
|
|
461
453
|
"styles": []
|
|
462
454
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
455
|
+
"VToolbar": {
|
|
456
|
+
"from": "components/VToolbar",
|
|
465
457
|
"styles": []
|
|
466
458
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
459
|
+
"VToolbarTitle": {
|
|
460
|
+
"from": "components/VToolbar",
|
|
469
461
|
"styles": []
|
|
470
462
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
463
|
+
"VToolbarItems": {
|
|
464
|
+
"from": "components/VToolbar",
|
|
473
465
|
"styles": []
|
|
474
466
|
},
|
|
475
|
-
"
|
|
476
|
-
"from": "components/
|
|
467
|
+
"VTooltip": {
|
|
468
|
+
"from": "components/VTooltip",
|
|
477
469
|
"styles": []
|
|
478
470
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
471
|
+
"VTextField": {
|
|
472
|
+
"from": "components/VTextField",
|
|
481
473
|
"styles": []
|
|
482
474
|
},
|
|
483
|
-
"
|
|
484
|
-
"from": "components/
|
|
475
|
+
"VStepper": {
|
|
476
|
+
"from": "components/VStepper",
|
|
485
477
|
"styles": []
|
|
486
478
|
},
|
|
487
|
-
"
|
|
488
|
-
"from": "components/
|
|
479
|
+
"VStepperActions": {
|
|
480
|
+
"from": "components/VStepper",
|
|
489
481
|
"styles": []
|
|
490
482
|
},
|
|
491
|
-
"
|
|
492
|
-
"from": "components/
|
|
483
|
+
"VStepperHeader": {
|
|
484
|
+
"from": "components/VStepper",
|
|
493
485
|
"styles": []
|
|
494
486
|
},
|
|
495
|
-
"
|
|
496
|
-
"from": "components/
|
|
487
|
+
"VStepperItem": {
|
|
488
|
+
"from": "components/VStepper",
|
|
497
489
|
"styles": []
|
|
498
490
|
},
|
|
499
|
-
"
|
|
500
|
-
"from": "components/
|
|
491
|
+
"VStepperWindow": {
|
|
492
|
+
"from": "components/VStepper",
|
|
493
|
+
"styles": []
|
|
494
|
+
},
|
|
495
|
+
"VStepperWindowItem": {
|
|
496
|
+
"from": "components/VStepper",
|
|
501
497
|
"styles": []
|
|
502
498
|
},
|
|
503
499
|
"VTimePicker": {
|
|
@@ -524,16 +520,20 @@
|
|
|
524
520
|
"from": "components/VTreeview",
|
|
525
521
|
"styles": []
|
|
526
522
|
},
|
|
527
|
-
"
|
|
528
|
-
"from": "components/
|
|
523
|
+
"VWindow": {
|
|
524
|
+
"from": "components/VWindow",
|
|
529
525
|
"styles": []
|
|
530
526
|
},
|
|
531
|
-
"
|
|
532
|
-
"from": "components/
|
|
527
|
+
"VWindowItem": {
|
|
528
|
+
"from": "components/VWindow",
|
|
533
529
|
"styles": []
|
|
534
530
|
},
|
|
535
|
-
"
|
|
536
|
-
"from": "components/
|
|
531
|
+
"VTimeline": {
|
|
532
|
+
"from": "components/VTimeline",
|
|
533
|
+
"styles": []
|
|
534
|
+
},
|
|
535
|
+
"VTimelineItem": {
|
|
536
|
+
"from": "components/VTimeline",
|
|
537
537
|
"styles": []
|
|
538
538
|
},
|
|
539
539
|
"VConfirmEdit": {
|
|
@@ -548,10 +548,6 @@
|
|
|
548
548
|
"from": "components/VDefaultsProvider",
|
|
549
549
|
"styles": []
|
|
550
550
|
},
|
|
551
|
-
"VHover": {
|
|
552
|
-
"from": "components/VHover",
|
|
553
|
-
"styles": []
|
|
554
|
-
},
|
|
555
551
|
"VContainer": {
|
|
556
552
|
"from": "components/VGrid",
|
|
557
553
|
"styles": []
|
|
@@ -572,8 +568,8 @@
|
|
|
572
568
|
"from": "components/VForm",
|
|
573
569
|
"styles": []
|
|
574
570
|
},
|
|
575
|
-
"
|
|
576
|
-
"from": "components/
|
|
571
|
+
"VHover": {
|
|
572
|
+
"from": "components/VHover",
|
|
577
573
|
"styles": []
|
|
578
574
|
},
|
|
579
575
|
"VLayout": {
|
|
@@ -588,6 +584,10 @@
|
|
|
588
584
|
"from": "components/VLocaleProvider",
|
|
589
585
|
"styles": []
|
|
590
586
|
},
|
|
587
|
+
"VLazy": {
|
|
588
|
+
"from": "components/VLazy",
|
|
589
|
+
"styles": []
|
|
590
|
+
},
|
|
591
591
|
"VNoSsr": {
|
|
592
592
|
"from": "components/VNoSsr",
|
|
593
593
|
"styles": []
|
|
@@ -600,10 +600,6 @@
|
|
|
600
600
|
"from": "components/VRadio",
|
|
601
601
|
"styles": []
|
|
602
602
|
},
|
|
603
|
-
"VRangeSlider": {
|
|
604
|
-
"from": "components/VRangeSlider",
|
|
605
|
-
"styles": []
|
|
606
|
-
},
|
|
607
603
|
"VResponsive": {
|
|
608
604
|
"from": "components/VResponsive",
|
|
609
605
|
"styles": []
|
|
@@ -612,14 +608,22 @@
|
|
|
612
608
|
"from": "components/VSnackbarQueue",
|
|
613
609
|
"styles": []
|
|
614
610
|
},
|
|
615
|
-
"
|
|
616
|
-
"from": "components/
|
|
611
|
+
"VRangeSlider": {
|
|
612
|
+
"from": "components/VRangeSlider",
|
|
617
613
|
"styles": []
|
|
618
614
|
},
|
|
619
615
|
"VSpeedDial": {
|
|
620
616
|
"from": "components/VSpeedDial",
|
|
621
617
|
"styles": []
|
|
622
618
|
},
|
|
619
|
+
"VSparkline": {
|
|
620
|
+
"from": "components/VSparkline",
|
|
621
|
+
"styles": []
|
|
622
|
+
},
|
|
623
|
+
"VValidation": {
|
|
624
|
+
"from": "components/VValidation",
|
|
625
|
+
"styles": []
|
|
626
|
+
},
|
|
623
627
|
"VThemeProvider": {
|
|
624
628
|
"from": "components/VThemeProvider",
|
|
625
629
|
"styles": []
|
|
@@ -691,10 +695,6 @@
|
|
|
691
695
|
"VDialogTransition": {
|
|
692
696
|
"from": "components/transitions",
|
|
693
697
|
"styles": []
|
|
694
|
-
},
|
|
695
|
-
"VValidation": {
|
|
696
|
-
"from": "components/VValidation",
|
|
697
|
-
"styles": []
|
|
698
698
|
}
|
|
699
699
|
},
|
|
700
700
|
"directives": [
|