@vuetify/nightly 3.10.5-dev.2025-10-09 → 3.10.5-dev.2025-10-17

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.
Files changed (41) hide show
  1. package/CHANGELOG.md +9 -3
  2. package/dist/json/attributes.json +3564 -3572
  3. package/dist/json/importMap-labs.json +22 -22
  4. package/dist/json/importMap.json +140 -140
  5. package/dist/json/tags.json +2 -4
  6. package/dist/json/web-types.json +6306 -6322
  7. package/dist/vuetify-labs.cjs +12 -8
  8. package/dist/vuetify-labs.css +5108 -5100
  9. package/dist/vuetify-labs.d.ts +79 -71
  10. package/dist/vuetify-labs.esm.js +12 -8
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +12 -8
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +8 -4
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +3183 -3175
  17. package/dist/vuetify.d.ts +79 -51
  18. package/dist/vuetify.esm.js +8 -4
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +8 -4
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +5 -5
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAppBar/VAppBar.d.ts +25 -0
  26. package/lib/components/VToolbar/VToolbar.css +8 -0
  27. package/lib/components/VToolbar/VToolbar.d.ts +25 -0
  28. package/lib/components/VToolbar/VToolbar.js +5 -1
  29. package/lib/components/VToolbar/VToolbar.js.map +1 -1
  30. package/lib/components/VToolbar/VToolbar.sass +9 -1
  31. package/lib/entry-bundler.js +1 -1
  32. package/lib/framework.d.ts +51 -51
  33. package/lib/framework.js +1 -1
  34. package/lib/labs/VColorInput/VColorInput.d.ts +0 -40
  35. package/lib/labs/VColorInput/VColorInput.js +2 -2
  36. package/lib/labs/VColorInput/VColorInput.js.map +1 -1
  37. package/lib/labs/VDateInput/VDateInput.js +1 -1
  38. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  39. package/lib/labs/VMaskInput/VMaskInput.js +1 -1
  40. package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
  41. package/package.json +1 -1
@@ -1,21 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VColorInput": {
4
- "from": "labs/VColorInput",
5
- "styles": []
6
- },
7
- "VCalendar": {
8
- "from": "labs/VCalendar",
9
- "styles": []
10
- },
11
- "VFileUpload": {
12
- "from": "labs/VFileUpload",
13
- "styles": []
14
- },
15
- "VFileUploadItem": {
16
- "from": "labs/VFileUpload",
17
- "styles": []
18
- },
19
3
  "VPie": {
20
4
  "from": "labs/VPie",
21
5
  "styles": []
@@ -28,16 +12,20 @@
28
12
  "from": "labs/VPie",
29
13
  "styles": []
30
14
  },
15
+ "VColorInput": {
16
+ "from": "labs/VColorInput",
17
+ "styles": []
18
+ },
31
19
  "VIconBtn": {
32
20
  "from": "labs/VIconBtn",
33
21
  "styles": []
34
22
  },
35
- "VPicker": {
36
- "from": "labs/VPicker",
23
+ "VFileUpload": {
24
+ "from": "labs/VFileUpload",
37
25
  "styles": []
38
26
  },
39
- "VPickerTitle": {
40
- "from": "labs/VPicker",
27
+ "VFileUploadItem": {
28
+ "from": "labs/VFileUpload",
41
29
  "styles": []
42
30
  },
43
31
  "VStepperVertical": {
@@ -52,6 +40,10 @@
52
40
  "from": "labs/VStepperVertical",
53
41
  "styles": []
54
42
  },
43
+ "VHotkey": {
44
+ "from": "labs/VHotkey",
45
+ "styles": []
46
+ },
55
47
  "VVideo": {
56
48
  "from": "labs/VVideo",
57
49
  "styles": []
@@ -64,8 +56,16 @@
64
56
  "from": "labs/VVideo",
65
57
  "styles": []
66
58
  },
67
- "VHotkey": {
68
- "from": "labs/VHotkey",
59
+ "VPicker": {
60
+ "from": "labs/VPicker",
61
+ "styles": []
62
+ },
63
+ "VPickerTitle": {
64
+ "from": "labs/VPicker",
65
+ "styles": []
66
+ },
67
+ "VCalendar": {
68
+ "from": "labs/VCalendar",
69
69
  "styles": []
70
70
  },
71
71
  "VDateInput": {
@@ -16,6 +16,10 @@
16
16
  "from": "components/VAppBar",
17
17
  "styles": []
18
18
  },
19
+ "VAutocomplete": {
20
+ "from": "components/VAutocomplete",
21
+ "styles": []
22
+ },
19
23
  "VAlert": {
20
24
  "from": "components/VAlert",
21
25
  "styles": []
@@ -28,8 +32,8 @@
28
32
  "from": "components/VAvatar",
29
33
  "styles": []
30
34
  },
31
- "VAutocomplete": {
32
- "from": "components/VAutocomplete",
35
+ "VBadge": {
36
+ "from": "components/VBadge",
33
37
  "styles": []
34
38
  },
35
39
  "VBanner": {
@@ -44,26 +48,14 @@
44
48
  "from": "components/VBanner",
45
49
  "styles": []
46
50
  },
47
- "VBadge": {
48
- "from": "components/VBadge",
49
- "styles": []
50
- },
51
- "VBtn": {
52
- "from": "components/VBtn",
51
+ "VBottomNavigation": {
52
+ "from": "components/VBottomNavigation",
53
53
  "styles": []
54
54
  },
55
55
  "VBottomSheet": {
56
56
  "from": "components/VBottomSheet",
57
57
  "styles": []
58
58
  },
59
- "VBtnToggle": {
60
- "from": "components/VBtnToggle",
61
- "styles": []
62
- },
63
- "VBottomNavigation": {
64
- "from": "components/VBottomNavigation",
65
- "styles": []
66
- },
67
59
  "VBreadcrumbs": {
68
60
  "from": "components/VBreadcrumbs",
69
61
  "styles": []
@@ -76,28 +68,28 @@
76
68
  "from": "components/VBreadcrumbs",
77
69
  "styles": []
78
70
  },
79
- "VCheckbox": {
80
- "from": "components/VCheckbox",
71
+ "VBtn": {
72
+ "from": "components/VBtn",
81
73
  "styles": []
82
74
  },
83
- "VCheckboxBtn": {
84
- "from": "components/VCheckbox",
75
+ "VBtnGroup": {
76
+ "from": "components/VBtnGroup",
85
77
  "styles": []
86
78
  },
87
- "VCarousel": {
88
- "from": "components/VCarousel",
79
+ "VBtnToggle": {
80
+ "from": "components/VBtnToggle",
89
81
  "styles": []
90
82
  },
91
- "VCarouselItem": {
92
- "from": "components/VCarousel",
83
+ "VChip": {
84
+ "from": "components/VChip",
93
85
  "styles": []
94
86
  },
95
- "VBtnGroup": {
96
- "from": "components/VBtnGroup",
87
+ "VCarousel": {
88
+ "from": "components/VCarousel",
97
89
  "styles": []
98
90
  },
99
- "VChipGroup": {
100
- "from": "components/VChipGroup",
91
+ "VCarouselItem": {
92
+ "from": "components/VCarousel",
101
93
  "styles": []
102
94
  },
103
95
  "VCard": {
@@ -124,8 +116,12 @@
124
116
  "from": "components/VCard",
125
117
  "styles": []
126
118
  },
127
- "VChip": {
128
- "from": "components/VChip",
119
+ "VChipGroup": {
120
+ "from": "components/VChipGroup",
121
+ "styles": []
122
+ },
123
+ "VColorPicker": {
124
+ "from": "components/VColorPicker",
129
125
  "styles": []
130
126
  },
131
127
  "VCode": {
@@ -136,10 +132,6 @@
136
132
  "from": "components/VCombobox",
137
133
  "styles": []
138
134
  },
139
- "VColorPicker": {
140
- "from": "components/VColorPicker",
141
- "styles": []
142
- },
143
135
  "VCounter": {
144
136
  "from": "components/VCounter",
145
137
  "styles": []
@@ -172,10 +164,6 @@
172
164
  "from": "components/VDataTable",
173
165
  "styles": []
174
166
  },
175
- "VDivider": {
176
- "from": "components/VDivider",
177
- "styles": []
178
- },
179
167
  "VDialog": {
180
168
  "from": "components/VDialog",
181
169
  "styles": []
@@ -204,18 +192,10 @@
204
192
  "from": "components/VDatePicker",
205
193
  "styles": []
206
194
  },
207
- "VFileInput": {
208
- "from": "components/VFileInput",
209
- "styles": []
210
- },
211
195
  "VEmptyState": {
212
196
  "from": "components/VEmptyState",
213
197
  "styles": []
214
198
  },
215
- "VFab": {
216
- "from": "components/VFab",
217
- "styles": []
218
- },
219
199
  "VExpansionPanels": {
220
200
  "from": "components/VExpansionPanel",
221
201
  "styles": []
@@ -232,6 +212,14 @@
232
212
  "from": "components/VExpansionPanel",
233
213
  "styles": []
234
214
  },
215
+ "VDivider": {
216
+ "from": "components/VDivider",
217
+ "styles": []
218
+ },
219
+ "VFab": {
220
+ "from": "components/VFab",
221
+ "styles": []
222
+ },
235
223
  "VField": {
236
224
  "from": "components/VField",
237
225
  "styles": []
@@ -240,8 +228,12 @@
240
228
  "from": "components/VField",
241
229
  "styles": []
242
230
  },
243
- "VInput": {
244
- "from": "components/VInput",
231
+ "VFileInput": {
232
+ "from": "components/VFileInput",
233
+ "styles": []
234
+ },
235
+ "VFooter": {
236
+ "from": "components/VFooter",
245
237
  "styles": []
246
238
  },
247
239
  "VIcon": {
@@ -264,32 +256,32 @@
264
256
  "from": "components/VIcon",
265
257
  "styles": []
266
258
  },
267
- "VFooter": {
268
- "from": "components/VFooter",
259
+ "VImg": {
260
+ "from": "components/VImg",
269
261
  "styles": []
270
262
  },
271
- "VInfiniteScroll": {
272
- "from": "components/VInfiniteScroll",
263
+ "VKbd": {
264
+ "from": "components/VKbd",
273
265
  "styles": []
274
266
  },
275
- "VItemGroup": {
276
- "from": "components/VItemGroup",
267
+ "VInput": {
268
+ "from": "components/VInput",
277
269
  "styles": []
278
270
  },
279
- "VItem": {
280
- "from": "components/VItemGroup",
271
+ "VInfiniteScroll": {
272
+ "from": "components/VInfiniteScroll",
281
273
  "styles": []
282
274
  },
283
- "VKbd": {
284
- "from": "components/VKbd",
275
+ "VLabel": {
276
+ "from": "components/VLabel",
285
277
  "styles": []
286
278
  },
287
- "VImg": {
288
- "from": "components/VImg",
279
+ "VItemGroup": {
280
+ "from": "components/VItemGroup",
289
281
  "styles": []
290
282
  },
291
- "VLabel": {
292
- "from": "components/VLabel",
283
+ "VItem": {
284
+ "from": "components/VItemGroup",
293
285
  "styles": []
294
286
  },
295
287
  "VList": {
@@ -328,10 +320,6 @@
328
320
  "from": "components/VList",
329
321
  "styles": []
330
322
  },
331
- "VMessages": {
332
- "from": "components/VMessages",
333
- "styles": []
334
- },
335
323
  "VMain": {
336
324
  "from": "components/VMain",
337
325
  "styles": []
@@ -340,48 +328,56 @@
340
328
  "from": "components/VMenu",
341
329
  "styles": []
342
330
  },
343
- "VPagination": {
344
- "from": "components/VPagination",
331
+ "VNavigationDrawer": {
332
+ "from": "components/VNavigationDrawer",
345
333
  "styles": []
346
334
  },
347
- "VOtpInput": {
348
- "from": "components/VOtpInput",
335
+ "VMessages": {
336
+ "from": "components/VMessages",
349
337
  "styles": []
350
338
  },
351
339
  "VNumberInput": {
352
340
  "from": "components/VNumberInput",
353
341
  "styles": []
354
342
  },
355
- "VNavigationDrawer": {
356
- "from": "components/VNavigationDrawer",
357
- "styles": []
358
- },
359
343
  "VOverlay": {
360
344
  "from": "components/VOverlay",
361
345
  "styles": []
362
346
  },
363
- "VProgressCircular": {
364
- "from": "components/VProgressCircular",
347
+ "VOtpInput": {
348
+ "from": "components/VOtpInput",
365
349
  "styles": []
366
350
  },
367
- "VRadioGroup": {
368
- "from": "components/VRadioGroup",
351
+ "VPagination": {
352
+ "from": "components/VPagination",
353
+ "styles": []
354
+ },
355
+ "VProgressCircular": {
356
+ "from": "components/VProgressCircular",
369
357
  "styles": []
370
358
  },
371
359
  "VProgressLinear": {
372
360
  "from": "components/VProgressLinear",
373
361
  "styles": []
374
362
  },
363
+ "VRadioGroup": {
364
+ "from": "components/VRadioGroup",
365
+ "styles": []
366
+ },
375
367
  "VRating": {
376
368
  "from": "components/VRating",
377
369
  "styles": []
378
370
  },
371
+ "VSelect": {
372
+ "from": "components/VSelect",
373
+ "styles": []
374
+ },
379
375
  "VSelectionControl": {
380
376
  "from": "components/VSelectionControl",
381
377
  "styles": []
382
378
  },
383
- "VSelect": {
384
- "from": "components/VSelect",
379
+ "VSelectionControlGroup": {
380
+ "from": "components/VSelectionControlGroup",
385
381
  "styles": []
386
382
  },
387
383
  "VSheet": {
@@ -404,10 +400,6 @@
404
400
  "from": "components/VSlider",
405
401
  "styles": []
406
402
  },
407
- "VSelectionControlGroup": {
408
- "from": "components/VSelectionControlGroup",
409
- "styles": []
410
- },
411
403
  "VSnackbar": {
412
404
  "from": "components/VSnackbar",
413
405
  "styles": []
@@ -440,6 +432,10 @@
440
432
  "from": "components/VSwitch",
441
433
  "styles": []
442
434
  },
435
+ "VSystemBar": {
436
+ "from": "components/VSystemBar",
437
+ "styles": []
438
+ },
443
439
  "VTab": {
444
440
  "from": "components/VTabs",
445
441
  "styles": []
@@ -456,16 +452,12 @@
456
452
  "from": "components/VTabs",
457
453
  "styles": []
458
454
  },
459
- "VTextarea": {
460
- "from": "components/VTextarea",
461
- "styles": []
462
- },
463
455
  "VTable": {
464
456
  "from": "components/VTable",
465
457
  "styles": []
466
458
  },
467
- "VSystemBar": {
468
- "from": "components/VSystemBar",
459
+ "VTextField": {
460
+ "from": "components/VTextField",
469
461
  "styles": []
470
462
  },
471
463
  "VTimeline": {
@@ -476,8 +468,16 @@
476
468
  "from": "components/VTimeline",
477
469
  "styles": []
478
470
  },
479
- "VTextField": {
480
- "from": "components/VTextField",
471
+ "VTimePicker": {
472
+ "from": "components/VTimePicker",
473
+ "styles": []
474
+ },
475
+ "VTimePickerClock": {
476
+ "from": "components/VTimePicker",
477
+ "styles": []
478
+ },
479
+ "VTimePickerControls": {
480
+ "from": "components/VTimePicker",
481
481
  "styles": []
482
482
  },
483
483
  "VToolbar": {
@@ -508,18 +508,6 @@
508
508
  "from": "components/VTreeview",
509
509
  "styles": []
510
510
  },
511
- "VTimePicker": {
512
- "from": "components/VTimePicker",
513
- "styles": []
514
- },
515
- "VTimePickerClock": {
516
- "from": "components/VTimePicker",
517
- "styles": []
518
- },
519
- "VTimePickerControls": {
520
- "from": "components/VTimePicker",
521
- "styles": []
522
- },
523
511
  "VWindow": {
524
512
  "from": "components/VWindow",
525
513
  "styles": []
@@ -528,24 +516,32 @@
528
516
  "from": "components/VWindow",
529
517
  "styles": []
530
518
  },
531
- "VConfirmEdit": {
532
- "from": "components/VConfirmEdit",
519
+ "VTextarea": {
520
+ "from": "components/VTextarea",
533
521
  "styles": []
534
522
  },
535
523
  "VDataIterator": {
536
524
  "from": "components/VDataIterator",
537
525
  "styles": []
538
526
  },
539
- "VDefaultsProvider": {
540
- "from": "components/VDefaultsProvider",
527
+ "VConfirmEdit": {
528
+ "from": "components/VConfirmEdit",
541
529
  "styles": []
542
530
  },
543
- "VForm": {
544
- "from": "components/VForm",
531
+ "VContainer": {
532
+ "from": "components/VGrid",
545
533
  "styles": []
546
534
  },
547
- "VHover": {
548
- "from": "components/VHover",
535
+ "VCol": {
536
+ "from": "components/VGrid",
537
+ "styles": []
538
+ },
539
+ "VRow": {
540
+ "from": "components/VGrid",
541
+ "styles": []
542
+ },
543
+ "VSpacer": {
544
+ "from": "components/VGrid",
549
545
  "styles": []
550
546
  },
551
547
  "VLayout": {
@@ -556,46 +552,26 @@
556
552
  "from": "components/VLayout",
557
553
  "styles": []
558
554
  },
559
- "VLocaleProvider": {
560
- "from": "components/VLocaleProvider",
561
- "styles": []
562
- },
563
555
  "VLazy": {
564
556
  "from": "components/VLazy",
565
557
  "styles": []
566
558
  },
567
- "VParallax": {
568
- "from": "components/VParallax",
559
+ "VLocaleProvider": {
560
+ "from": "components/VLocaleProvider",
569
561
  "styles": []
570
562
  },
571
563
  "VNoSsr": {
572
564
  "from": "components/VNoSsr",
573
565
  "styles": []
574
566
  },
575
- "VContainer": {
576
- "from": "components/VGrid",
577
- "styles": []
578
- },
579
- "VCol": {
580
- "from": "components/VGrid",
581
- "styles": []
582
- },
583
- "VRow": {
584
- "from": "components/VGrid",
585
- "styles": []
586
- },
587
- "VSpacer": {
588
- "from": "components/VGrid",
567
+ "VParallax": {
568
+ "from": "components/VParallax",
589
569
  "styles": []
590
570
  },
591
571
  "VRadio": {
592
572
  "from": "components/VRadio",
593
573
  "styles": []
594
574
  },
595
- "VRangeSlider": {
596
- "from": "components/VRangeSlider",
597
- "styles": []
598
- },
599
575
  "VResponsive": {
600
576
  "from": "components/VResponsive",
601
577
  "styles": []
@@ -608,6 +584,10 @@
608
584
  "from": "components/VSparkline",
609
585
  "styles": []
610
586
  },
587
+ "VRangeSlider": {
588
+ "from": "components/VRangeSlider",
589
+ "styles": []
590
+ },
611
591
  "VSpeedDial": {
612
592
  "from": "components/VSpeedDial",
613
593
  "styles": []
@@ -616,14 +596,14 @@
616
596
  "from": "components/VThemeProvider",
617
597
  "styles": []
618
598
  },
619
- "VVirtualScroll": {
620
- "from": "components/VVirtualScroll",
621
- "styles": []
622
- },
623
599
  "VValidation": {
624
600
  "from": "components/VValidation",
625
601
  "styles": []
626
602
  },
603
+ "VVirtualScroll": {
604
+ "from": "components/VVirtualScroll",
605
+ "styles": []
606
+ },
627
607
  "VFabTransition": {
628
608
  "from": "components/transitions",
629
609
  "styles": []
@@ -687,6 +667,26 @@
687
667
  "VDialogTransition": {
688
668
  "from": "components/transitions",
689
669
  "styles": []
670
+ },
671
+ "VHover": {
672
+ "from": "components/VHover",
673
+ "styles": []
674
+ },
675
+ "VDefaultsProvider": {
676
+ "from": "components/VDefaultsProvider",
677
+ "styles": []
678
+ },
679
+ "VForm": {
680
+ "from": "components/VForm",
681
+ "styles": []
682
+ },
683
+ "VCheckbox": {
684
+ "from": "components/VCheckbox",
685
+ "styles": []
686
+ },
687
+ "VCheckboxBtn": {
688
+ "from": "components/VCheckbox",
689
+ "styles": []
690
690
  }
691
691
  },
692
692
  "directives": [
@@ -51,6 +51,7 @@
51
51
  "absolute",
52
52
  "border",
53
53
  "collapse",
54
+ "collapse-position",
54
55
  "color",
55
56
  "density",
56
57
  "elevation",
@@ -908,7 +909,6 @@
908
909
  "flat",
909
910
  "focused",
910
911
  "glow",
911
- "height",
912
912
  "hide-actions",
913
913
  "hide-canvas",
914
914
  "hide-details",
@@ -925,12 +925,9 @@
925
925
  "label",
926
926
  "landscape",
927
927
  "loading",
928
- "location",
929
928
  "max-errors",
930
- "max-height",
931
929
  "max-width",
932
930
  "messages",
933
- "min-height",
934
931
  "min-width",
935
932
  "mode",
936
933
  "model-modifiers",
@@ -4461,6 +4458,7 @@
4461
4458
  "absolute",
4462
4459
  "border",
4463
4460
  "collapse",
4461
+ "collapse-position",
4464
4462
  "color",
4465
4463
  "density",
4466
4464
  "elevation",