@vuetify/nightly 3.8.1-dev.2025-04-12 → 3.8.1-dev.2025-04-13
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 +2879 -2879
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +142 -142
- package/dist/json/web-types.json +5585 -5585
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +5194 -5194
- package/dist/vuetify-labs.d.ts +54 -54
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +3343 -3343
- package/dist/vuetify.d.ts +54 -54
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/components/VOverlay/VOverlay.css +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +54 -54
- package/lib/framework.js +1 -1
- package/package.json +1 -1
@@ -1,7 +1,23 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "labs/
|
3
|
+
"VStepperVertical": {
|
4
|
+
"from": "labs/VStepperVertical",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VStepperVerticalItem": {
|
8
|
+
"from": "labs/VStepperVertical",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VStepperVerticalActions": {
|
12
|
+
"from": "labs/VStepperVertical",
|
13
|
+
"styles": []
|
14
|
+
},
|
15
|
+
"VPicker": {
|
16
|
+
"from": "labs/VPicker",
|
17
|
+
"styles": []
|
18
|
+
},
|
19
|
+
"VPickerTitle": {
|
20
|
+
"from": "labs/VPicker",
|
5
21
|
"styles": []
|
6
22
|
},
|
7
23
|
"VCalendar": {
|
@@ -28,32 +44,20 @@
|
|
28
44
|
"from": "labs/VCalendar",
|
29
45
|
"styles": []
|
30
46
|
},
|
31
|
-
"
|
32
|
-
"from": "labs/
|
33
|
-
"styles": []
|
34
|
-
},
|
35
|
-
"VFileUploadItem": {
|
36
|
-
"from": "labs/VFileUpload",
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VStepperVertical": {
|
40
|
-
"from": "labs/VStepperVertical",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
|
-
"VStepperVerticalItem": {
|
44
|
-
"from": "labs/VStepperVertical",
|
47
|
+
"VTimePicker": {
|
48
|
+
"from": "labs/VTimePicker",
|
45
49
|
"styles": []
|
46
50
|
},
|
47
|
-
"
|
48
|
-
"from": "labs/
|
51
|
+
"VTimePickerClock": {
|
52
|
+
"from": "labs/VTimePicker",
|
49
53
|
"styles": []
|
50
54
|
},
|
51
|
-
"
|
52
|
-
"from": "labs/
|
55
|
+
"VTimePickerControls": {
|
56
|
+
"from": "labs/VTimePicker",
|
53
57
|
"styles": []
|
54
58
|
},
|
55
|
-
"
|
56
|
-
"from": "labs/
|
59
|
+
"VIconBtn": {
|
60
|
+
"from": "labs/VIconBtn",
|
57
61
|
"styles": []
|
58
62
|
},
|
59
63
|
"VTreeview": {
|
@@ -68,16 +72,12 @@
|
|
68
72
|
"from": "labs/VTreeview",
|
69
73
|
"styles": []
|
70
74
|
},
|
71
|
-
"
|
72
|
-
"from": "labs/
|
73
|
-
"styles": []
|
74
|
-
},
|
75
|
-
"VTimePickerClock": {
|
76
|
-
"from": "labs/VTimePicker",
|
75
|
+
"VFileUpload": {
|
76
|
+
"from": "labs/VFileUpload",
|
77
77
|
"styles": []
|
78
78
|
},
|
79
|
-
"
|
80
|
-
"from": "labs/
|
79
|
+
"VFileUploadItem": {
|
80
|
+
"from": "labs/VFileUpload",
|
81
81
|
"styles": []
|
82
82
|
},
|
83
83
|
"VDateInput": {
|
package/dist/json/importMap.json
CHANGED
@@ -1,11 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "components/
|
3
|
+
"VAppBar": {
|
4
|
+
"from": "components/VAppBar",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"
|
8
|
-
"from": "components/
|
7
|
+
"VAppBarNavIcon": {
|
8
|
+
"from": "components/VAppBar",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VAppBarTitle": {
|
12
|
+
"from": "components/VAppBar",
|
9
13
|
"styles": []
|
10
14
|
},
|
11
15
|
"VApp": {
|
@@ -16,26 +20,22 @@
|
|
16
20
|
"from": "components/VAutocomplete",
|
17
21
|
"styles": []
|
18
22
|
},
|
19
|
-
"
|
20
|
-
"from": "components/
|
23
|
+
"VAlert": {
|
24
|
+
"from": "components/VAlert",
|
21
25
|
"styles": []
|
22
26
|
},
|
23
|
-
"
|
24
|
-
"from": "components/
|
27
|
+
"VAlertTitle": {
|
28
|
+
"from": "components/VAlert",
|
25
29
|
"styles": []
|
26
30
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
31
|
+
"VAvatar": {
|
32
|
+
"from": "components/VAvatar",
|
29
33
|
"styles": []
|
30
34
|
},
|
31
35
|
"VBadge": {
|
32
36
|
"from": "components/VBadge",
|
33
37
|
"styles": []
|
34
38
|
},
|
35
|
-
"VAvatar": {
|
36
|
-
"from": "components/VAvatar",
|
37
|
-
"styles": []
|
38
|
-
},
|
39
39
|
"VBanner": {
|
40
40
|
"from": "components/VBanner",
|
41
41
|
"styles": []
|
@@ -52,18 +52,6 @@
|
|
52
52
|
"from": "components/VBtn",
|
53
53
|
"styles": []
|
54
54
|
},
|
55
|
-
"VBtnGroup": {
|
56
|
-
"from": "components/VBtnGroup",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VBtnToggle": {
|
60
|
-
"from": "components/VBtnToggle",
|
61
|
-
"styles": []
|
62
|
-
},
|
63
|
-
"VBottomNavigation": {
|
64
|
-
"from": "components/VBottomNavigation",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
55
|
"VBreadcrumbs": {
|
68
56
|
"from": "components/VBreadcrumbs",
|
69
57
|
"styles": []
|
@@ -76,8 +64,16 @@
|
|
76
64
|
"from": "components/VBreadcrumbs",
|
77
65
|
"styles": []
|
78
66
|
},
|
79
|
-
"
|
80
|
-
"from": "components/
|
67
|
+
"VBottomNavigation": {
|
68
|
+
"from": "components/VBottomNavigation",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VBtnGroup": {
|
72
|
+
"from": "components/VBtnGroup",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VBtnToggle": {
|
76
|
+
"from": "components/VBtnToggle",
|
81
77
|
"styles": []
|
82
78
|
},
|
83
79
|
"VCarousel": {
|
@@ -92,12 +88,12 @@
|
|
92
88
|
"from": "components/VBottomSheet",
|
93
89
|
"styles": []
|
94
90
|
},
|
95
|
-
"
|
96
|
-
"from": "components/
|
91
|
+
"VChip": {
|
92
|
+
"from": "components/VChip",
|
97
93
|
"styles": []
|
98
94
|
},
|
99
|
-
"
|
100
|
-
"from": "components/
|
95
|
+
"VColorPicker": {
|
96
|
+
"from": "components/VColorPicker",
|
101
97
|
"styles": []
|
102
98
|
},
|
103
99
|
"VCard": {
|
@@ -124,6 +120,10 @@
|
|
124
120
|
"from": "components/VCard",
|
125
121
|
"styles": []
|
126
122
|
},
|
123
|
+
"VChipGroup": {
|
124
|
+
"from": "components/VChipGroup",
|
125
|
+
"styles": []
|
126
|
+
},
|
127
127
|
"VCombobox": {
|
128
128
|
"from": "components/VCombobox",
|
129
129
|
"styles": []
|
@@ -136,18 +136,6 @@
|
|
136
136
|
"from": "components/VCheckbox",
|
137
137
|
"styles": []
|
138
138
|
},
|
139
|
-
"VDialog": {
|
140
|
-
"from": "components/VDialog",
|
141
|
-
"styles": []
|
142
|
-
},
|
143
|
-
"VCounter": {
|
144
|
-
"from": "components/VCounter",
|
145
|
-
"styles": []
|
146
|
-
},
|
147
|
-
"VColorPicker": {
|
148
|
-
"from": "components/VColorPicker",
|
149
|
-
"styles": []
|
150
|
-
},
|
151
139
|
"VDataTable": {
|
152
140
|
"from": "components/VDataTable",
|
153
141
|
"styles": []
|
@@ -176,6 +164,10 @@
|
|
176
164
|
"from": "components/VDataTable",
|
177
165
|
"styles": []
|
178
166
|
},
|
167
|
+
"VCounter": {
|
168
|
+
"from": "components/VCounter",
|
169
|
+
"styles": []
|
170
|
+
},
|
179
171
|
"VDatePicker": {
|
180
172
|
"from": "components/VDatePicker",
|
181
173
|
"styles": []
|
@@ -200,74 +192,86 @@
|
|
200
192
|
"from": "components/VDatePicker",
|
201
193
|
"styles": []
|
202
194
|
},
|
203
|
-
"
|
204
|
-
"from": "components/
|
195
|
+
"VDialog": {
|
196
|
+
"from": "components/VDialog",
|
205
197
|
"styles": []
|
206
198
|
},
|
207
|
-
"
|
208
|
-
"from": "components/
|
199
|
+
"VCode": {
|
200
|
+
"from": "components/VCode",
|
209
201
|
"styles": []
|
210
202
|
},
|
211
|
-
"
|
212
|
-
"from": "components/
|
203
|
+
"VEmptyState": {
|
204
|
+
"from": "components/VEmptyState",
|
213
205
|
"styles": []
|
214
206
|
},
|
215
|
-
"
|
216
|
-
"from": "components/
|
207
|
+
"VFab": {
|
208
|
+
"from": "components/VFab",
|
217
209
|
"styles": []
|
218
210
|
},
|
219
211
|
"VDivider": {
|
220
212
|
"from": "components/VDivider",
|
221
213
|
"styles": []
|
222
214
|
},
|
223
|
-
"
|
224
|
-
"from": "components/
|
215
|
+
"VIcon": {
|
216
|
+
"from": "components/VIcon",
|
225
217
|
"styles": []
|
226
218
|
},
|
227
|
-
"
|
228
|
-
"from": "components/
|
219
|
+
"VComponentIcon": {
|
220
|
+
"from": "components/VIcon",
|
229
221
|
"styles": []
|
230
222
|
},
|
231
|
-
"
|
232
|
-
"from": "components/
|
223
|
+
"VSvgIcon": {
|
224
|
+
"from": "components/VIcon",
|
233
225
|
"styles": []
|
234
226
|
},
|
235
|
-
"
|
236
|
-
"from": "components/
|
227
|
+
"VLigatureIcon": {
|
228
|
+
"from": "components/VIcon",
|
237
229
|
"styles": []
|
238
230
|
},
|
239
|
-
"
|
240
|
-
"from": "components/
|
231
|
+
"VClassIcon": {
|
232
|
+
"from": "components/VIcon",
|
241
233
|
"styles": []
|
242
234
|
},
|
243
|
-
"
|
244
|
-
"from": "components/
|
235
|
+
"VExpansionPanels": {
|
236
|
+
"from": "components/VExpansionPanel",
|
245
237
|
"styles": []
|
246
238
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
239
|
+
"VExpansionPanel": {
|
240
|
+
"from": "components/VExpansionPanel",
|
249
241
|
"styles": []
|
250
242
|
},
|
251
|
-
"
|
252
|
-
"from": "components/
|
243
|
+
"VExpansionPanelText": {
|
244
|
+
"from": "components/VExpansionPanel",
|
253
245
|
"styles": []
|
254
246
|
},
|
255
|
-
"
|
256
|
-
"from": "components/
|
247
|
+
"VExpansionPanelTitle": {
|
248
|
+
"from": "components/VExpansionPanel",
|
257
249
|
"styles": []
|
258
250
|
},
|
259
|
-
"
|
260
|
-
"from": "components/
|
251
|
+
"VField": {
|
252
|
+
"from": "components/VField",
|
261
253
|
"styles": []
|
262
254
|
},
|
263
|
-
"
|
264
|
-
"from": "components/
|
255
|
+
"VFieldLabel": {
|
256
|
+
"from": "components/VField",
|
257
|
+
"styles": []
|
258
|
+
},
|
259
|
+
"VInput": {
|
260
|
+
"from": "components/VInput",
|
261
|
+
"styles": []
|
262
|
+
},
|
263
|
+
"VFooter": {
|
264
|
+
"from": "components/VFooter",
|
265
265
|
"styles": []
|
266
266
|
},
|
267
267
|
"VImg": {
|
268
268
|
"from": "components/VImg",
|
269
269
|
"styles": []
|
270
270
|
},
|
271
|
+
"VFileInput": {
|
272
|
+
"from": "components/VFileInput",
|
273
|
+
"styles": []
|
274
|
+
},
|
271
275
|
"VItemGroup": {
|
272
276
|
"from": "components/VItemGroup",
|
273
277
|
"styles": []
|
@@ -276,8 +280,8 @@
|
|
276
280
|
"from": "components/VItemGroup",
|
277
281
|
"styles": []
|
278
282
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
283
|
+
"VInfiniteScroll": {
|
284
|
+
"from": "components/VInfiniteScroll",
|
281
285
|
"styles": []
|
282
286
|
},
|
283
287
|
"VKbd": {
|
@@ -288,6 +292,10 @@
|
|
288
292
|
"from": "components/VLabel",
|
289
293
|
"styles": []
|
290
294
|
},
|
295
|
+
"VMenu": {
|
296
|
+
"from": "components/VMenu",
|
297
|
+
"styles": []
|
298
|
+
},
|
291
299
|
"VList": {
|
292
300
|
"from": "components/VList",
|
293
301
|
"styles": []
|
@@ -324,10 +332,6 @@
|
|
324
332
|
"from": "components/VList",
|
325
333
|
"styles": []
|
326
334
|
},
|
327
|
-
"VInfiniteScroll": {
|
328
|
-
"from": "components/VInfiniteScroll",
|
329
|
-
"styles": []
|
330
|
-
},
|
331
335
|
"VMain": {
|
332
336
|
"from": "components/VMain",
|
333
337
|
"styles": []
|
@@ -336,32 +340,24 @@
|
|
336
340
|
"from": "components/VMessages",
|
337
341
|
"styles": []
|
338
342
|
},
|
339
|
-
"VMenu": {
|
340
|
-
"from": "components/VMenu",
|
341
|
-
"styles": []
|
342
|
-
},
|
343
343
|
"VNavigationDrawer": {
|
344
344
|
"from": "components/VNavigationDrawer",
|
345
345
|
"styles": []
|
346
346
|
},
|
347
|
-
"VNumberInput": {
|
348
|
-
"from": "components/VNumberInput",
|
349
|
-
"styles": []
|
350
|
-
},
|
351
347
|
"VOtpInput": {
|
352
348
|
"from": "components/VOtpInput",
|
353
349
|
"styles": []
|
354
350
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
351
|
+
"VOverlay": {
|
352
|
+
"from": "components/VOverlay",
|
357
353
|
"styles": []
|
358
354
|
},
|
359
355
|
"VPagination": {
|
360
356
|
"from": "components/VPagination",
|
361
357
|
"styles": []
|
362
358
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
359
|
+
"VNumberInput": {
|
360
|
+
"from": "components/VNumberInput",
|
365
361
|
"styles": []
|
366
362
|
},
|
367
363
|
"VProgressCircular": {
|
@@ -376,8 +372,12 @@
|
|
376
372
|
"from": "components/VRating",
|
377
373
|
"styles": []
|
378
374
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
375
|
+
"VProgressLinear": {
|
376
|
+
"from": "components/VProgressLinear",
|
377
|
+
"styles": []
|
378
|
+
},
|
379
|
+
"VSelectionControlGroup": {
|
380
|
+
"from": "components/VSelectionControlGroup",
|
381
381
|
"styles": []
|
382
382
|
},
|
383
383
|
"VSheet": {
|
@@ -388,14 +388,6 @@
|
|
388
388
|
"from": "components/VSelectionControl",
|
389
389
|
"styles": []
|
390
390
|
},
|
391
|
-
"VSkeletonLoader": {
|
392
|
-
"from": "components/VSkeletonLoader",
|
393
|
-
"styles": []
|
394
|
-
},
|
395
|
-
"VSelectionControlGroup": {
|
396
|
-
"from": "components/VSelectionControlGroup",
|
397
|
-
"styles": []
|
398
|
-
},
|
399
391
|
"VSlideGroup": {
|
400
392
|
"from": "components/VSlideGroup",
|
401
393
|
"styles": []
|
@@ -404,16 +396,8 @@
|
|
404
396
|
"from": "components/VSlideGroup",
|
405
397
|
"styles": []
|
406
398
|
},
|
407
|
-
"
|
408
|
-
"from": "components/
|
409
|
-
"styles": []
|
410
|
-
},
|
411
|
-
"VSnackbar": {
|
412
|
-
"from": "components/VSnackbar",
|
413
|
-
"styles": []
|
414
|
-
},
|
415
|
-
"VSwitch": {
|
416
|
-
"from": "components/VSwitch",
|
399
|
+
"VSelect": {
|
400
|
+
"from": "components/VSelect",
|
417
401
|
"styles": []
|
418
402
|
},
|
419
403
|
"VStepper": {
|
@@ -440,10 +424,38 @@
|
|
440
424
|
"from": "components/VStepper",
|
441
425
|
"styles": []
|
442
426
|
},
|
427
|
+
"VSkeletonLoader": {
|
428
|
+
"from": "components/VSkeletonLoader",
|
429
|
+
"styles": []
|
430
|
+
},
|
431
|
+
"VSlider": {
|
432
|
+
"from": "components/VSlider",
|
433
|
+
"styles": []
|
434
|
+
},
|
435
|
+
"VSwitch": {
|
436
|
+
"from": "components/VSwitch",
|
437
|
+
"styles": []
|
438
|
+
},
|
439
|
+
"VSnackbar": {
|
440
|
+
"from": "components/VSnackbar",
|
441
|
+
"styles": []
|
442
|
+
},
|
443
|
+
"VSystemBar": {
|
444
|
+
"from": "components/VSystemBar",
|
445
|
+
"styles": []
|
446
|
+
},
|
443
447
|
"VTable": {
|
444
448
|
"from": "components/VTable",
|
445
449
|
"styles": []
|
446
450
|
},
|
451
|
+
"VTextField": {
|
452
|
+
"from": "components/VTextField",
|
453
|
+
"styles": []
|
454
|
+
},
|
455
|
+
"VTextarea": {
|
456
|
+
"from": "components/VTextarea",
|
457
|
+
"styles": []
|
458
|
+
},
|
447
459
|
"VTab": {
|
448
460
|
"from": "components/VTabs",
|
449
461
|
"styles": []
|
@@ -460,18 +472,6 @@
|
|
460
472
|
"from": "components/VTabs",
|
461
473
|
"styles": []
|
462
474
|
},
|
463
|
-
"VTimeline": {
|
464
|
-
"from": "components/VTimeline",
|
465
|
-
"styles": []
|
466
|
-
},
|
467
|
-
"VTimelineItem": {
|
468
|
-
"from": "components/VTimeline",
|
469
|
-
"styles": []
|
470
|
-
},
|
471
|
-
"VTextField": {
|
472
|
-
"from": "components/VTextField",
|
473
|
-
"styles": []
|
474
|
-
},
|
475
475
|
"VToolbar": {
|
476
476
|
"from": "components/VToolbar",
|
477
477
|
"styles": []
|
@@ -484,14 +484,6 @@
|
|
484
484
|
"from": "components/VToolbar",
|
485
485
|
"styles": []
|
486
486
|
},
|
487
|
-
"VTextarea": {
|
488
|
-
"from": "components/VTextarea",
|
489
|
-
"styles": []
|
490
|
-
},
|
491
|
-
"VTooltip": {
|
492
|
-
"from": "components/VTooltip",
|
493
|
-
"styles": []
|
494
|
-
},
|
495
487
|
"VWindow": {
|
496
488
|
"from": "components/VWindow",
|
497
489
|
"styles": []
|
@@ -500,8 +492,16 @@
|
|
500
492
|
"from": "components/VWindow",
|
501
493
|
"styles": []
|
502
494
|
},
|
503
|
-
"
|
504
|
-
"from": "components/
|
495
|
+
"VTooltip": {
|
496
|
+
"from": "components/VTooltip",
|
497
|
+
"styles": []
|
498
|
+
},
|
499
|
+
"VTimeline": {
|
500
|
+
"from": "components/VTimeline",
|
501
|
+
"styles": []
|
502
|
+
},
|
503
|
+
"VTimelineItem": {
|
504
|
+
"from": "components/VTimeline",
|
505
505
|
"styles": []
|
506
506
|
},
|
507
507
|
"VConfirmEdit": {
|
@@ -516,10 +516,6 @@
|
|
516
516
|
"from": "components/VDefaultsProvider",
|
517
517
|
"styles": []
|
518
518
|
},
|
519
|
-
"VForm": {
|
520
|
-
"from": "components/VForm",
|
521
|
-
"styles": []
|
522
|
-
},
|
523
519
|
"VContainer": {
|
524
520
|
"from": "components/VGrid",
|
525
521
|
"styles": []
|
@@ -536,6 +532,10 @@
|
|
536
532
|
"from": "components/VGrid",
|
537
533
|
"styles": []
|
538
534
|
},
|
535
|
+
"VForm": {
|
536
|
+
"from": "components/VForm",
|
537
|
+
"styles": []
|
538
|
+
},
|
539
539
|
"VHover": {
|
540
540
|
"from": "components/VHover",
|
541
541
|
"styles": []
|
@@ -552,14 +552,14 @@
|
|
552
552
|
"from": "components/VLazy",
|
553
553
|
"styles": []
|
554
554
|
},
|
555
|
-
"VLocaleProvider": {
|
556
|
-
"from": "components/VLocaleProvider",
|
557
|
-
"styles": []
|
558
|
-
},
|
559
555
|
"VNoSsr": {
|
560
556
|
"from": "components/VNoSsr",
|
561
557
|
"styles": []
|
562
558
|
},
|
559
|
+
"VLocaleProvider": {
|
560
|
+
"from": "components/VLocaleProvider",
|
561
|
+
"styles": []
|
562
|
+
},
|
563
563
|
"VRadio": {
|
564
564
|
"from": "components/VRadio",
|
565
565
|
"styles": []
|