@vuetify/nightly 3.9.0-beta.1-dev.2025-06-28 → 3.9.0-beta.1-dev.2025-07-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.
Files changed (65) hide show
  1. package/CHANGELOG.md +100 -3
  2. package/dist/json/attributes.json +725 -725
  3. package/dist/json/importMap-labs.json +30 -30
  4. package/dist/json/importMap.json +156 -156
  5. package/dist/json/web-types.json +1311 -1311
  6. package/dist/vuetify-labs.cjs +61 -63
  7. package/dist/vuetify-labs.css +4207 -4207
  8. package/dist/vuetify-labs.d.ts +203 -203
  9. package/dist/vuetify-labs.esm.js +61 -63
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +61 -63
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +36 -39
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +4469 -4469
  16. package/dist/vuetify.d.ts +60 -60
  17. package/dist/vuetify.esm.js +36 -39
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +36 -39
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +34 -35
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VDataTable/VDataTableColumn.js +0 -1
  25. package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
  26. package/lib/components/VDataTable/VDataTableHeaders.js +5 -5
  27. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  28. package/lib/components/VDataTable/composables/sort.js +2 -1
  29. package/lib/components/VDataTable/composables/sort.js.map +1 -1
  30. package/lib/components/VDatePicker/VDatePickerMonth.js +1 -2
  31. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  32. package/lib/components/VOtpInput/VOtpInput.js +17 -14
  33. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  34. package/lib/components/VOverlay/locationStrategies.js +1 -1
  35. package/lib/components/VOverlay/locationStrategies.js.map +1 -1
  36. package/lib/components/VTextField/VTextField.js +1 -1
  37. package/lib/components/VTextField/VTextField.js.map +1 -1
  38. package/lib/composables/calendar.d.ts +0 -1
  39. package/lib/composables/calendar.js +6 -10
  40. package/lib/composables/calendar.js.map +1 -1
  41. package/lib/composables/date/adapters/vuetify.js +1 -1
  42. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  43. package/lib/composables/virtual.js +1 -1
  44. package/lib/composables/virtual.js.map +1 -1
  45. package/lib/entry-bundler.js +1 -1
  46. package/lib/framework.d.ts +60 -60
  47. package/lib/framework.js +1 -1
  48. package/lib/labs/VCalendar/VCalendar.d.ts +33 -33
  49. package/lib/labs/VCalendar/VCalendar.js +9 -9
  50. package/lib/labs/VCalendar/VCalendar.js.map +1 -1
  51. package/lib/labs/VCalendar/VCalendarDay.d.ts +33 -33
  52. package/lib/labs/VCalendar/VCalendarDay.js +1 -1
  53. package/lib/labs/VCalendar/VCalendarDay.js.map +1 -1
  54. package/lib/labs/VCalendar/VCalendarInterval.d.ts +36 -36
  55. package/lib/labs/VCalendar/VCalendarInterval.js +9 -9
  56. package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
  57. package/lib/labs/VCalendar/VCalendarIntervalEvent.d.ts +12 -12
  58. package/lib/labs/VCalendar/VCalendarIntervalEvent.js +1 -1
  59. package/lib/labs/VCalendar/VCalendarIntervalEvent.js.map +1 -1
  60. package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +36 -36
  61. package/lib/labs/VCalendar/VCalendarMonthDay.js +4 -4
  62. package/lib/labs/VCalendar/VCalendarMonthDay.js.map +1 -1
  63. package/lib/labs/VIconBtn/VIconBtn.js +1 -0
  64. package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
  65. package/package.json +1 -1
@@ -4,16 +4,28 @@
4
4
  "from": "labs/VColorInput",
5
5
  "styles": []
6
6
  },
7
- "VFileUpload": {
8
- "from": "labs/VFileUpload",
7
+ "VCalendar": {
8
+ "from": "labs/VCalendar",
9
9
  "styles": []
10
10
  },
11
- "VFileUploadItem": {
12
- "from": "labs/VFileUpload",
11
+ "VCalendarDay": {
12
+ "from": "labs/VCalendar",
13
13
  "styles": []
14
14
  },
15
- "VIconBtn": {
16
- "from": "labs/VIconBtn",
15
+ "VCalendarHeader": {
16
+ "from": "labs/VCalendar",
17
+ "styles": []
18
+ },
19
+ "VCalendarInterval": {
20
+ "from": "labs/VCalendar",
21
+ "styles": []
22
+ },
23
+ "VCalendarIntervalEvent": {
24
+ "from": "labs/VCalendar",
25
+ "styles": []
26
+ },
27
+ "VCalendarMonthDay": {
28
+ "from": "labs/VCalendar",
17
29
  "styles": []
18
30
  },
19
31
  "VPicker": {
@@ -36,32 +48,12 @@
36
48
  "from": "labs/VStepperVertical",
37
49
  "styles": []
38
50
  },
39
- "VHotkey": {
40
- "from": "labs/VHotkey",
41
- "styles": []
42
- },
43
- "VCalendar": {
44
- "from": "labs/VCalendar",
45
- "styles": []
46
- },
47
- "VCalendarDay": {
48
- "from": "labs/VCalendar",
49
- "styles": []
50
- },
51
- "VCalendarHeader": {
52
- "from": "labs/VCalendar",
53
- "styles": []
54
- },
55
- "VCalendarInterval": {
56
- "from": "labs/VCalendar",
57
- "styles": []
58
- },
59
- "VCalendarIntervalEvent": {
60
- "from": "labs/VCalendar",
51
+ "VIconBtn": {
52
+ "from": "labs/VIconBtn",
61
53
  "styles": []
62
54
  },
63
- "VCalendarMonthDay": {
64
- "from": "labs/VCalendar",
55
+ "VHotkey": {
56
+ "from": "labs/VHotkey",
65
57
  "styles": []
66
58
  },
67
59
  "VDateInput": {
@@ -75,6 +67,14 @@
75
67
  "VPullToRefresh": {
76
68
  "from": "labs/VPullToRefresh",
77
69
  "styles": []
70
+ },
71
+ "VFileUpload": {
72
+ "from": "labs/VFileUpload",
73
+ "styles": []
74
+ },
75
+ "VFileUploadItem": {
76
+ "from": "labs/VFileUpload",
77
+ "styles": []
78
78
  }
79
79
  }
80
80
  }
@@ -4,18 +4,6 @@
4
4
  "from": "components/VApp",
5
5
  "styles": []
6
6
  },
7
- "VAppBar": {
8
- "from": "components/VAppBar",
9
- "styles": []
10
- },
11
- "VAppBarNavIcon": {
12
- "from": "components/VAppBar",
13
- "styles": []
14
- },
15
- "VAppBarTitle": {
16
- "from": "components/VAppBar",
17
- "styles": []
18
- },
19
7
  "VAlert": {
20
8
  "from": "components/VAlert",
21
9
  "styles": []
@@ -24,20 +12,28 @@
24
12
  "from": "components/VAlert",
25
13
  "styles": []
26
14
  },
27
- "VBadge": {
28
- "from": "components/VBadge",
15
+ "VBottomNavigation": {
16
+ "from": "components/VBottomNavigation",
17
+ "styles": []
18
+ },
19
+ "VAvatar": {
20
+ "from": "components/VAvatar",
29
21
  "styles": []
30
22
  },
31
23
  "VAutocomplete": {
32
24
  "from": "components/VAutocomplete",
33
25
  "styles": []
34
26
  },
35
- "VAvatar": {
36
- "from": "components/VAvatar",
27
+ "VBanner": {
28
+ "from": "components/VBanner",
37
29
  "styles": []
38
30
  },
39
- "VBottomSheet": {
40
- "from": "components/VBottomSheet",
31
+ "VBannerActions": {
32
+ "from": "components/VBanner",
33
+ "styles": []
34
+ },
35
+ "VBannerText": {
36
+ "from": "components/VBanner",
41
37
  "styles": []
42
38
  },
43
39
  "VBreadcrumbs": {
@@ -52,12 +48,36 @@
52
48
  "from": "components/VBreadcrumbs",
53
49
  "styles": []
54
50
  },
55
- "VBtnGroup": {
56
- "from": "components/VBtnGroup",
51
+ "VBadge": {
52
+ "from": "components/VBadge",
57
53
  "styles": []
58
54
  },
59
- "VBtnToggle": {
60
- "from": "components/VBtnToggle",
55
+ "VAppBar": {
56
+ "from": "components/VAppBar",
57
+ "styles": []
58
+ },
59
+ "VAppBarNavIcon": {
60
+ "from": "components/VAppBar",
61
+ "styles": []
62
+ },
63
+ "VAppBarTitle": {
64
+ "from": "components/VAppBar",
65
+ "styles": []
66
+ },
67
+ "VBtn": {
68
+ "from": "components/VBtn",
69
+ "styles": []
70
+ },
71
+ "VCarousel": {
72
+ "from": "components/VCarousel",
73
+ "styles": []
74
+ },
75
+ "VCarouselItem": {
76
+ "from": "components/VCarousel",
77
+ "styles": []
78
+ },
79
+ "VBottomSheet": {
80
+ "from": "components/VBottomSheet",
61
81
  "styles": []
62
82
  },
63
83
  "VCard": {
@@ -84,16 +104,12 @@
84
104
  "from": "components/VCard",
85
105
  "styles": []
86
106
  },
87
- "VCarousel": {
88
- "from": "components/VCarousel",
89
- "styles": []
90
- },
91
- "VCarouselItem": {
92
- "from": "components/VCarousel",
107
+ "VBtnToggle": {
108
+ "from": "components/VBtnToggle",
93
109
  "styles": []
94
110
  },
95
- "VCode": {
96
- "from": "components/VCode",
111
+ "VChipGroup": {
112
+ "from": "components/VChipGroup",
97
113
  "styles": []
98
114
  },
99
115
  "VCheckbox": {
@@ -104,30 +120,30 @@
104
120
  "from": "components/VCheckbox",
105
121
  "styles": []
106
122
  },
107
- "VColorPicker": {
108
- "from": "components/VColorPicker",
109
- "styles": []
110
- },
111
- "VChip": {
112
- "from": "components/VChip",
113
- "styles": []
114
- },
115
- "VChipGroup": {
116
- "from": "components/VChipGroup",
123
+ "VBtnGroup": {
124
+ "from": "components/VBtnGroup",
117
125
  "styles": []
118
126
  },
119
- "VBtn": {
120
- "from": "components/VBtn",
127
+ "VCode": {
128
+ "from": "components/VCode",
121
129
  "styles": []
122
130
  },
123
131
  "VCounter": {
124
132
  "from": "components/VCounter",
125
133
  "styles": []
126
134
  },
135
+ "VChip": {
136
+ "from": "components/VChip",
137
+ "styles": []
138
+ },
127
139
  "VCombobox": {
128
140
  "from": "components/VCombobox",
129
141
  "styles": []
130
142
  },
143
+ "VColorPicker": {
144
+ "from": "components/VColorPicker",
145
+ "styles": []
146
+ },
131
147
  "VDatePicker": {
132
148
  "from": "components/VDatePicker",
133
149
  "styles": []
@@ -180,24 +196,12 @@
180
196
  "from": "components/VDataTable",
181
197
  "styles": []
182
198
  },
183
- "VDialog": {
184
- "from": "components/VDialog",
185
- "styles": []
186
- },
187
199
  "VDivider": {
188
200
  "from": "components/VDivider",
189
201
  "styles": []
190
202
  },
191
- "VField": {
192
- "from": "components/VField",
193
- "styles": []
194
- },
195
- "VFieldLabel": {
196
- "from": "components/VField",
197
- "styles": []
198
- },
199
- "VFab": {
200
- "from": "components/VFab",
203
+ "VDialog": {
204
+ "from": "components/VDialog",
201
205
  "styles": []
202
206
  },
203
207
  "VExpansionPanels": {
@@ -216,14 +220,6 @@
216
220
  "from": "components/VExpansionPanel",
217
221
  "styles": []
218
222
  },
219
- "VFooter": {
220
- "from": "components/VFooter",
221
- "styles": []
222
- },
223
- "VImg": {
224
- "from": "components/VImg",
225
- "styles": []
226
- },
227
223
  "VFileInput": {
228
224
  "from": "components/VFileInput",
229
225
  "styles": []
@@ -232,6 +228,26 @@
232
228
  "from": "components/VEmptyState",
233
229
  "styles": []
234
230
  },
231
+ "VFab": {
232
+ "from": "components/VFab",
233
+ "styles": []
234
+ },
235
+ "VField": {
236
+ "from": "components/VField",
237
+ "styles": []
238
+ },
239
+ "VFieldLabel": {
240
+ "from": "components/VField",
241
+ "styles": []
242
+ },
243
+ "VFooter": {
244
+ "from": "components/VFooter",
245
+ "styles": []
246
+ },
247
+ "VImg": {
248
+ "from": "components/VImg",
249
+ "styles": []
250
+ },
235
251
  "VIcon": {
236
252
  "from": "components/VIcon",
237
253
  "styles": []
@@ -252,12 +268,8 @@
252
268
  "from": "components/VIcon",
253
269
  "styles": []
254
270
  },
255
- "VInfiniteScroll": {
256
- "from": "components/VInfiniteScroll",
257
- "styles": []
258
- },
259
- "VLabel": {
260
- "from": "components/VLabel",
271
+ "VInput": {
272
+ "from": "components/VInput",
261
273
  "styles": []
262
274
  },
263
275
  "VItemGroup": {
@@ -268,20 +280,8 @@
268
280
  "from": "components/VItemGroup",
269
281
  "styles": []
270
282
  },
271
- "VInput": {
272
- "from": "components/VInput",
273
- "styles": []
274
- },
275
- "VKbd": {
276
- "from": "components/VKbd",
277
- "styles": []
278
- },
279
- "VMenu": {
280
- "from": "components/VMenu",
281
- "styles": []
282
- },
283
- "VMain": {
284
- "from": "components/VMain",
283
+ "VInfiniteScroll": {
284
+ "from": "components/VInfiniteScroll",
285
285
  "styles": []
286
286
  },
287
287
  "VList": {
@@ -320,20 +320,32 @@
320
320
  "from": "components/VList",
321
321
  "styles": []
322
322
  },
323
+ "VMain": {
324
+ "from": "components/VMain",
325
+ "styles": []
326
+ },
327
+ "VLabel": {
328
+ "from": "components/VLabel",
329
+ "styles": []
330
+ },
323
331
  "VMessages": {
324
332
  "from": "components/VMessages",
325
333
  "styles": []
326
334
  },
327
- "VNavigationDrawer": {
328
- "from": "components/VNavigationDrawer",
335
+ "VMenu": {
336
+ "from": "components/VMenu",
329
337
  "styles": []
330
338
  },
331
- "VNumberInput": {
332
- "from": "components/VNumberInput",
339
+ "VOtpInput": {
340
+ "from": "components/VOtpInput",
333
341
  "styles": []
334
342
  },
335
- "VOverlay": {
336
- "from": "components/VOverlay",
343
+ "VKbd": {
344
+ "from": "components/VKbd",
345
+ "styles": []
346
+ },
347
+ "VNumberInput": {
348
+ "from": "components/VNumberInput",
337
349
  "styles": []
338
350
  },
339
351
  "VPagination": {
@@ -344,20 +356,20 @@
344
356
  "from": "components/VProgressCircular",
345
357
  "styles": []
346
358
  },
347
- "VBottomNavigation": {
348
- "from": "components/VBottomNavigation",
359
+ "VNavigationDrawer": {
360
+ "from": "components/VNavigationDrawer",
349
361
  "styles": []
350
362
  },
351
363
  "VProgressLinear": {
352
364
  "from": "components/VProgressLinear",
353
365
  "styles": []
354
366
  },
355
- "VOtpInput": {
356
- "from": "components/VOtpInput",
367
+ "VRadioGroup": {
368
+ "from": "components/VRadioGroup",
357
369
  "styles": []
358
370
  },
359
- "VRating": {
360
- "from": "components/VRating",
371
+ "VOverlay": {
372
+ "from": "components/VOverlay",
361
373
  "styles": []
362
374
  },
363
375
  "VSelect": {
@@ -368,8 +380,8 @@
368
380
  "from": "components/VSelectionControl",
369
381
  "styles": []
370
382
  },
371
- "VSheet": {
372
- "from": "components/VSheet",
383
+ "VRating": {
384
+ "from": "components/VRating",
373
385
  "styles": []
374
386
  },
375
387
  "VSelectionControlGroup": {
@@ -388,20 +400,16 @@
388
400
  "from": "components/VSlideGroup",
389
401
  "styles": []
390
402
  },
391
- "VSlider": {
392
- "from": "components/VSlider",
403
+ "VSheet": {
404
+ "from": "components/VSheet",
393
405
  "styles": []
394
406
  },
395
407
  "VSnackbar": {
396
408
  "from": "components/VSnackbar",
397
409
  "styles": []
398
410
  },
399
- "VSystemBar": {
400
- "from": "components/VSystemBar",
401
- "styles": []
402
- },
403
- "VSwitch": {
404
- "from": "components/VSwitch",
411
+ "VSlider": {
412
+ "from": "components/VSlider",
405
413
  "styles": []
406
414
  },
407
415
  "VStepper": {
@@ -428,6 +436,10 @@
428
436
  "from": "components/VStepper",
429
437
  "styles": []
430
438
  },
439
+ "VSystemBar": {
440
+ "from": "components/VSystemBar",
441
+ "styles": []
442
+ },
431
443
  "VTab": {
432
444
  "from": "components/VTabs",
433
445
  "styles": []
@@ -444,32 +456,16 @@
444
456
  "from": "components/VTabs",
445
457
  "styles": []
446
458
  },
447
- "VTextarea": {
448
- "from": "components/VTextarea",
449
- "styles": []
450
- },
451
459
  "VTextField": {
452
460
  "from": "components/VTextField",
453
461
  "styles": []
454
462
  },
455
- "VTimeline": {
456
- "from": "components/VTimeline",
457
- "styles": []
458
- },
459
- "VTimelineItem": {
460
- "from": "components/VTimeline",
461
- "styles": []
462
- },
463
- "VTreeview": {
464
- "from": "components/VTreeview",
465
- "styles": []
466
- },
467
- "VTreeviewItem": {
468
- "from": "components/VTreeview",
463
+ "VTable": {
464
+ "from": "components/VTable",
469
465
  "styles": []
470
466
  },
471
- "VTreeviewGroup": {
472
- "from": "components/VTreeview",
467
+ "VTextarea": {
468
+ "from": "components/VTextarea",
473
469
  "styles": []
474
470
  },
475
471
  "VToolbar": {
@@ -500,24 +496,36 @@
500
496
  "from": "components/VTooltip",
501
497
  "styles": []
502
498
  },
503
- "VWindow": {
504
- "from": "components/VWindow",
499
+ "VTreeview": {
500
+ "from": "components/VTreeview",
505
501
  "styles": []
506
502
  },
507
- "VWindowItem": {
508
- "from": "components/VWindow",
503
+ "VTreeviewItem": {
504
+ "from": "components/VTreeview",
509
505
  "styles": []
510
506
  },
511
- "VBanner": {
512
- "from": "components/VBanner",
507
+ "VTreeviewGroup": {
508
+ "from": "components/VTreeview",
513
509
  "styles": []
514
510
  },
515
- "VBannerActions": {
516
- "from": "components/VBanner",
511
+ "VTimeline": {
512
+ "from": "components/VTimeline",
517
513
  "styles": []
518
514
  },
519
- "VBannerText": {
520
- "from": "components/VBanner",
515
+ "VTimelineItem": {
516
+ "from": "components/VTimeline",
517
+ "styles": []
518
+ },
519
+ "VWindow": {
520
+ "from": "components/VWindow",
521
+ "styles": []
522
+ },
523
+ "VWindowItem": {
524
+ "from": "components/VWindow",
525
+ "styles": []
526
+ },
527
+ "VSwitch": {
528
+ "from": "components/VSwitch",
521
529
  "styles": []
522
530
  },
523
531
  "VConfirmEdit": {
@@ -536,6 +544,10 @@
536
544
  "from": "components/VForm",
537
545
  "styles": []
538
546
  },
547
+ "VHover": {
548
+ "from": "components/VHover",
549
+ "styles": []
550
+ },
539
551
  "VContainer": {
540
552
  "from": "components/VGrid",
541
553
  "styles": []
@@ -552,10 +564,6 @@
552
564
  "from": "components/VGrid",
553
565
  "styles": []
554
566
  },
555
- "VHover": {
556
- "from": "components/VHover",
557
- "styles": []
558
- },
559
567
  "VLayout": {
560
568
  "from": "components/VLayout",
561
569
  "styles": []
@@ -576,14 +584,14 @@
576
584
  "from": "components/VNoSsr",
577
585
  "styles": []
578
586
  },
579
- "VParallax": {
580
- "from": "components/VParallax",
581
- "styles": []
582
- },
583
587
  "VRadio": {
584
588
  "from": "components/VRadio",
585
589
  "styles": []
586
590
  },
591
+ "VParallax": {
592
+ "from": "components/VParallax",
593
+ "styles": []
594
+ },
587
595
  "VRangeSlider": {
588
596
  "from": "components/VRangeSlider",
589
597
  "styles": []
@@ -604,16 +612,12 @@
604
612
  "from": "components/VSpeedDial",
605
613
  "styles": []
606
614
  },
607
- "VThemeProvider": {
608
- "from": "components/VThemeProvider",
609
- "styles": []
610
- },
611
615
  "VValidation": {
612
616
  "from": "components/VValidation",
613
617
  "styles": []
614
618
  },
615
- "VVirtualScroll": {
616
- "from": "components/VVirtualScroll",
619
+ "VThemeProvider": {
620
+ "from": "components/VThemeProvider",
617
621
  "styles": []
618
622
  },
619
623
  "VFabTransition": {
@@ -680,12 +684,8 @@
680
684
  "from": "components/transitions",
681
685
  "styles": []
682
686
  },
683
- "VRadioGroup": {
684
- "from": "components/VRadioGroup",
685
- "styles": []
686
- },
687
- "VTable": {
688
- "from": "components/VTable",
687
+ "VVirtualScroll": {
688
+ "from": "components/VVirtualScroll",
689
689
  "styles": []
690
690
  }
691
691
  },