@vuetify/nightly 3.9.0-beta.1-dev.2025-07-02 → 3.9.0-beta.1-dev.2025-07-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.
Files changed (65) hide show
  1. package/CHANGELOG.md +15 -3
  2. package/dist/json/attributes.json +3282 -3290
  3. package/dist/json/importMap-labs.json +14 -14
  4. package/dist/json/importMap.json +148 -148
  5. package/dist/json/tags.json +2 -4
  6. package/dist/json/web-types.json +6453 -6474
  7. package/dist/vuetify-labs.cjs +121 -61
  8. package/dist/vuetify-labs.css +4564 -4553
  9. package/dist/vuetify-labs.d.ts +101 -111
  10. package/dist/vuetify-labs.esm.js +121 -61
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +121 -61
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +121 -61
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +4097 -4086
  17. package/dist/vuetify.d.ts +101 -111
  18. package/dist/vuetify.esm.js +121 -61
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +121 -61
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +73 -59
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VDataTable/VDataTable.css +12 -1
  26. package/lib/components/VDataTable/VDataTable.d.ts +20 -38
  27. package/lib/components/VDataTable/VDataTable.sass +12 -2
  28. package/lib/components/VDataTable/VDataTableColumn.d.ts +9 -3
  29. package/lib/components/VDataTable/VDataTableColumn.js +12 -3
  30. package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
  31. package/lib/components/VDataTable/VDataTableHeaders.d.ts +0 -13
  32. package/lib/components/VDataTable/VDataTableHeaders.js +5 -4
  33. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  34. package/lib/components/VDataTable/VDataTableRow.js +2 -0
  35. package/lib/components/VDataTable/VDataTableRow.js.map +1 -1
  36. package/lib/components/VDataTable/VDataTableServer.d.ts +10 -23
  37. package/lib/components/VDataTable/VDataTableVirtual.d.ts +10 -23
  38. package/lib/components/VDataTable/composables/headers.d.ts +22 -14
  39. package/lib/components/VDataTable/composables/headers.js +51 -22
  40. package/lib/components/VDataTable/composables/headers.js.map +1 -1
  41. package/lib/components/VDataTable/types.d.ts +3 -1
  42. package/lib/components/VDataTable/types.js.map +1 -1
  43. package/lib/components/VList/VListGroup.d.ts +13 -0
  44. package/lib/components/VList/VListGroup.js +2 -1
  45. package/lib/components/VList/VListGroup.js.map +1 -1
  46. package/lib/components/VList/VListItem.d.ts +6 -3
  47. package/lib/components/VList/VListItem.js +1 -1
  48. package/lib/components/VList/VListItem.js.map +1 -1
  49. package/lib/components/VTreeview/VTreeview.d.ts +6 -21
  50. package/lib/components/VTreeview/VTreeview.js +6 -9
  51. package/lib/components/VTreeview/VTreeview.js.map +1 -1
  52. package/lib/components/VTreeview/VTreeviewGroup.d.ts +13 -0
  53. package/lib/components/VTreeview/VTreeviewItem.d.ts +18 -9
  54. package/lib/components/VTreeview/VTreeviewItem.js +1 -1
  55. package/lib/components/VTreeview/VTreeviewItem.js.map +1 -1
  56. package/lib/composables/nested/nested.d.ts +7 -4
  57. package/lib/composables/nested/nested.js +16 -6
  58. package/lib/composables/nested/nested.js.map +1 -1
  59. package/lib/composables/nested/selectStrategies.d.ts +2 -1
  60. package/lib/composables/nested/selectStrategies.js +22 -11
  61. package/lib/composables/nested/selectStrategies.js.map +1 -1
  62. package/lib/entry-bundler.js +1 -1
  63. package/lib/framework.d.ts +56 -53
  64. package/lib/framework.js +1 -1
  65. package/package.json +1 -1
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "components": {
3
- "VColorInput": {
4
- "from": "labs/VColorInput",
3
+ "VFileUpload": {
4
+ "from": "labs/VFileUpload",
5
+ "styles": []
6
+ },
7
+ "VFileUploadItem": {
8
+ "from": "labs/VFileUpload",
5
9
  "styles": []
6
10
  },
7
11
  "VCalendar": {
@@ -48,32 +52,28 @@
48
52
  "from": "labs/VStepperVertical",
49
53
  "styles": []
50
54
  },
51
- "VIconBtn": {
52
- "from": "labs/VIconBtn",
55
+ "VColorInput": {
56
+ "from": "labs/VColorInput",
53
57
  "styles": []
54
58
  },
55
- "VHotkey": {
56
- "from": "labs/VHotkey",
59
+ "VIconBtn": {
60
+ "from": "labs/VIconBtn",
57
61
  "styles": []
58
62
  },
59
63
  "VDateInput": {
60
64
  "from": "labs/VDateInput",
61
65
  "styles": []
62
66
  },
63
- "VMaskInput": {
64
- "from": "labs/VMaskInput",
67
+ "VHotkey": {
68
+ "from": "labs/VHotkey",
65
69
  "styles": []
66
70
  },
67
71
  "VPullToRefresh": {
68
72
  "from": "labs/VPullToRefresh",
69
73
  "styles": []
70
74
  },
71
- "VFileUpload": {
72
- "from": "labs/VFileUpload",
73
- "styles": []
74
- },
75
- "VFileUploadItem": {
76
- "from": "labs/VFileUpload",
75
+ "VMaskInput": {
76
+ "from": "labs/VMaskInput",
77
77
  "styles": []
78
78
  }
79
79
  }
@@ -1,5 +1,17 @@
1
1
  {
2
2
  "components": {
3
+ "VAppBar": {
4
+ "from": "components/VAppBar",
5
+ "styles": []
6
+ },
7
+ "VAppBarNavIcon": {
8
+ "from": "components/VAppBar",
9
+ "styles": []
10
+ },
11
+ "VAppBarTitle": {
12
+ "from": "components/VAppBar",
13
+ "styles": []
14
+ },
3
15
  "VApp": {
4
16
  "from": "components/VApp",
5
17
  "styles": []
@@ -12,16 +24,16 @@
12
24
  "from": "components/VAlert",
13
25
  "styles": []
14
26
  },
15
- "VBottomNavigation": {
16
- "from": "components/VBottomNavigation",
27
+ "VAutocomplete": {
28
+ "from": "components/VAutocomplete",
17
29
  "styles": []
18
30
  },
19
31
  "VAvatar": {
20
32
  "from": "components/VAvatar",
21
33
  "styles": []
22
34
  },
23
- "VAutocomplete": {
24
- "from": "components/VAutocomplete",
35
+ "VBadge": {
36
+ "from": "components/VBadge",
25
37
  "styles": []
26
38
  },
27
39
  "VBanner": {
@@ -36,6 +48,10 @@
36
48
  "from": "components/VBanner",
37
49
  "styles": []
38
50
  },
51
+ "VBtnGroup": {
52
+ "from": "components/VBtnGroup",
53
+ "styles": []
54
+ },
39
55
  "VBreadcrumbs": {
40
56
  "from": "components/VBreadcrumbs",
41
57
  "styles": []
@@ -48,34 +64,10 @@
48
64
  "from": "components/VBreadcrumbs",
49
65
  "styles": []
50
66
  },
51
- "VBadge": {
52
- "from": "components/VBadge",
53
- "styles": []
54
- },
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
67
  "VBtn": {
68
68
  "from": "components/VBtn",
69
69
  "styles": []
70
70
  },
71
- "VCarousel": {
72
- "from": "components/VCarousel",
73
- "styles": []
74
- },
75
- "VCarouselItem": {
76
- "from": "components/VCarousel",
77
- "styles": []
78
- },
79
71
  "VBottomSheet": {
80
72
  "from": "components/VBottomSheet",
81
73
  "styles": []
@@ -108,10 +100,22 @@
108
100
  "from": "components/VBtnToggle",
109
101
  "styles": []
110
102
  },
103
+ "VChip": {
104
+ "from": "components/VChip",
105
+ "styles": []
106
+ },
111
107
  "VChipGroup": {
112
108
  "from": "components/VChipGroup",
113
109
  "styles": []
114
110
  },
111
+ "VCarousel": {
112
+ "from": "components/VCarousel",
113
+ "styles": []
114
+ },
115
+ "VCarouselItem": {
116
+ "from": "components/VCarousel",
117
+ "styles": []
118
+ },
115
119
  "VCheckbox": {
116
120
  "from": "components/VCheckbox",
117
121
  "styles": []
@@ -120,26 +124,18 @@
120
124
  "from": "components/VCheckbox",
121
125
  "styles": []
122
126
  },
123
- "VBtnGroup": {
124
- "from": "components/VBtnGroup",
125
- "styles": []
126
- },
127
127
  "VCode": {
128
128
  "from": "components/VCode",
129
129
  "styles": []
130
130
  },
131
- "VCounter": {
132
- "from": "components/VCounter",
133
- "styles": []
134
- },
135
- "VChip": {
136
- "from": "components/VChip",
137
- "styles": []
138
- },
139
131
  "VCombobox": {
140
132
  "from": "components/VCombobox",
141
133
  "styles": []
142
134
  },
135
+ "VCounter": {
136
+ "from": "components/VCounter",
137
+ "styles": []
138
+ },
143
139
  "VColorPicker": {
144
140
  "from": "components/VColorPicker",
145
141
  "styles": []
@@ -196,14 +192,18 @@
196
192
  "from": "components/VDataTable",
197
193
  "styles": []
198
194
  },
199
- "VDivider": {
200
- "from": "components/VDivider",
195
+ "VBottomNavigation": {
196
+ "from": "components/VBottomNavigation",
201
197
  "styles": []
202
198
  },
203
199
  "VDialog": {
204
200
  "from": "components/VDialog",
205
201
  "styles": []
206
202
  },
203
+ "VEmptyState": {
204
+ "from": "components/VEmptyState",
205
+ "styles": []
206
+ },
207
207
  "VExpansionPanels": {
208
208
  "from": "components/VExpansionPanel",
209
209
  "styles": []
@@ -224,14 +224,6 @@
224
224
  "from": "components/VFileInput",
225
225
  "styles": []
226
226
  },
227
- "VEmptyState": {
228
- "from": "components/VEmptyState",
229
- "styles": []
230
- },
231
- "VFab": {
232
- "from": "components/VFab",
233
- "styles": []
234
- },
235
227
  "VField": {
236
228
  "from": "components/VField",
237
229
  "styles": []
@@ -240,12 +232,24 @@
240
232
  "from": "components/VField",
241
233
  "styles": []
242
234
  },
243
- "VFooter": {
244
- "from": "components/VFooter",
235
+ "VDivider": {
236
+ "from": "components/VDivider",
245
237
  "styles": []
246
238
  },
247
- "VImg": {
248
- "from": "components/VImg",
239
+ "VFab": {
240
+ "from": "components/VFab",
241
+ "styles": []
242
+ },
243
+ "VItemGroup": {
244
+ "from": "components/VItemGroup",
245
+ "styles": []
246
+ },
247
+ "VItem": {
248
+ "from": "components/VItemGroup",
249
+ "styles": []
250
+ },
251
+ "VInfiniteScroll": {
252
+ "from": "components/VInfiniteScroll",
249
253
  "styles": []
250
254
  },
251
255
  "VIcon": {
@@ -268,20 +272,20 @@
268
272
  "from": "components/VIcon",
269
273
  "styles": []
270
274
  },
271
- "VInput": {
272
- "from": "components/VInput",
275
+ "VImg": {
276
+ "from": "components/VImg",
273
277
  "styles": []
274
278
  },
275
- "VItemGroup": {
276
- "from": "components/VItemGroup",
279
+ "VInput": {
280
+ "from": "components/VInput",
277
281
  "styles": []
278
282
  },
279
- "VItem": {
280
- "from": "components/VItemGroup",
283
+ "VLabel": {
284
+ "from": "components/VLabel",
281
285
  "styles": []
282
286
  },
283
- "VInfiniteScroll": {
284
- "from": "components/VInfiniteScroll",
287
+ "VKbd": {
288
+ "from": "components/VKbd",
285
289
  "styles": []
286
290
  },
287
291
  "VList": {
@@ -320,96 +324,80 @@
320
324
  "from": "components/VList",
321
325
  "styles": []
322
326
  },
327
+ "VMenu": {
328
+ "from": "components/VMenu",
329
+ "styles": []
330
+ },
323
331
  "VMain": {
324
332
  "from": "components/VMain",
325
333
  "styles": []
326
334
  },
327
- "VLabel": {
328
- "from": "components/VLabel",
335
+ "VNavigationDrawer": {
336
+ "from": "components/VNavigationDrawer",
329
337
  "styles": []
330
338
  },
331
339
  "VMessages": {
332
340
  "from": "components/VMessages",
333
341
  "styles": []
334
342
  },
335
- "VMenu": {
336
- "from": "components/VMenu",
337
- "styles": []
338
- },
339
343
  "VOtpInput": {
340
344
  "from": "components/VOtpInput",
341
345
  "styles": []
342
346
  },
343
- "VKbd": {
344
- "from": "components/VKbd",
345
- "styles": []
346
- },
347
- "VNumberInput": {
348
- "from": "components/VNumberInput",
349
- "styles": []
350
- },
351
- "VPagination": {
352
- "from": "components/VPagination",
353
- "styles": []
354
- },
355
347
  "VProgressCircular": {
356
348
  "from": "components/VProgressCircular",
357
349
  "styles": []
358
350
  },
359
- "VNavigationDrawer": {
360
- "from": "components/VNavigationDrawer",
351
+ "VOverlay": {
352
+ "from": "components/VOverlay",
361
353
  "styles": []
362
354
  },
363
- "VProgressLinear": {
364
- "from": "components/VProgressLinear",
355
+ "VNumberInput": {
356
+ "from": "components/VNumberInput",
365
357
  "styles": []
366
358
  },
367
- "VRadioGroup": {
368
- "from": "components/VRadioGroup",
359
+ "VSelect": {
360
+ "from": "components/VSelect",
369
361
  "styles": []
370
362
  },
371
- "VOverlay": {
372
- "from": "components/VOverlay",
363
+ "VSelectionControlGroup": {
364
+ "from": "components/VSelectionControlGroup",
373
365
  "styles": []
374
366
  },
375
- "VSelect": {
376
- "from": "components/VSelect",
367
+ "VPagination": {
368
+ "from": "components/VPagination",
377
369
  "styles": []
378
370
  },
379
- "VSelectionControl": {
380
- "from": "components/VSelectionControl",
371
+ "VRadioGroup": {
372
+ "from": "components/VRadioGroup",
381
373
  "styles": []
382
374
  },
383
375
  "VRating": {
384
376
  "from": "components/VRating",
385
377
  "styles": []
386
378
  },
387
- "VSelectionControlGroup": {
388
- "from": "components/VSelectionControlGroup",
389
- "styles": []
390
- },
391
379
  "VSkeletonLoader": {
392
380
  "from": "components/VSkeletonLoader",
393
381
  "styles": []
394
382
  },
395
- "VSlideGroup": {
396
- "from": "components/VSlideGroup",
383
+ "VSelectionControl": {
384
+ "from": "components/VSelectionControl",
397
385
  "styles": []
398
386
  },
399
- "VSlideGroupItem": {
400
- "from": "components/VSlideGroup",
387
+ "VSlider": {
388
+ "from": "components/VSlider",
401
389
  "styles": []
402
390
  },
403
391
  "VSheet": {
404
392
  "from": "components/VSheet",
405
393
  "styles": []
406
394
  },
407
- "VSnackbar": {
408
- "from": "components/VSnackbar",
395
+ "VSlideGroup": {
396
+ "from": "components/VSlideGroup",
409
397
  "styles": []
410
398
  },
411
- "VSlider": {
412
- "from": "components/VSlider",
399
+ "VSlideGroupItem": {
400
+ "from": "components/VSlideGroup",
413
401
  "styles": []
414
402
  },
415
403
  "VStepper": {
@@ -436,10 +424,34 @@
436
424
  "from": "components/VStepper",
437
425
  "styles": []
438
426
  },
427
+ "VSwitch": {
428
+ "from": "components/VSwitch",
429
+ "styles": []
430
+ },
439
431
  "VSystemBar": {
440
432
  "from": "components/VSystemBar",
441
433
  "styles": []
442
434
  },
435
+ "VSnackbar": {
436
+ "from": "components/VSnackbar",
437
+ "styles": []
438
+ },
439
+ "VTimePicker": {
440
+ "from": "components/VTimePicker",
441
+ "styles": []
442
+ },
443
+ "VTimePickerClock": {
444
+ "from": "components/VTimePicker",
445
+ "styles": []
446
+ },
447
+ "VTimePickerControls": {
448
+ "from": "components/VTimePicker",
449
+ "styles": []
450
+ },
451
+ "VTextField": {
452
+ "from": "components/VTextField",
453
+ "styles": []
454
+ },
443
455
  "VTab": {
444
456
  "from": "components/VTabs",
445
457
  "styles": []
@@ -456,16 +468,20 @@
456
468
  "from": "components/VTabs",
457
469
  "styles": []
458
470
  },
459
- "VTextField": {
460
- "from": "components/VTextField",
471
+ "VTextarea": {
472
+ "from": "components/VTextarea",
461
473
  "styles": []
462
474
  },
463
475
  "VTable": {
464
476
  "from": "components/VTable",
465
477
  "styles": []
466
478
  },
467
- "VTextarea": {
468
- "from": "components/VTextarea",
479
+ "VTimeline": {
480
+ "from": "components/VTimeline",
481
+ "styles": []
482
+ },
483
+ "VTimelineItem": {
484
+ "from": "components/VTimeline",
469
485
  "styles": []
470
486
  },
471
487
  "VToolbar": {
@@ -480,18 +496,6 @@
480
496
  "from": "components/VToolbar",
481
497
  "styles": []
482
498
  },
483
- "VTimePicker": {
484
- "from": "components/VTimePicker",
485
- "styles": []
486
- },
487
- "VTimePickerClock": {
488
- "from": "components/VTimePicker",
489
- "styles": []
490
- },
491
- "VTimePickerControls": {
492
- "from": "components/VTimePicker",
493
- "styles": []
494
- },
495
499
  "VTooltip": {
496
500
  "from": "components/VTooltip",
497
501
  "styles": []
@@ -508,14 +512,6 @@
508
512
  "from": "components/VTreeview",
509
513
  "styles": []
510
514
  },
511
- "VTimeline": {
512
- "from": "components/VTimeline",
513
- "styles": []
514
- },
515
- "VTimelineItem": {
516
- "from": "components/VTimeline",
517
- "styles": []
518
- },
519
515
  "VWindow": {
520
516
  "from": "components/VWindow",
521
517
  "styles": []
@@ -524,10 +520,6 @@
524
520
  "from": "components/VWindow",
525
521
  "styles": []
526
522
  },
527
- "VSwitch": {
528
- "from": "components/VSwitch",
529
- "styles": []
530
- },
531
523
  "VConfirmEdit": {
532
524
  "from": "components/VConfirmEdit",
533
525
  "styles": []
@@ -540,14 +532,6 @@
540
532
  "from": "components/VDefaultsProvider",
541
533
  "styles": []
542
534
  },
543
- "VForm": {
544
- "from": "components/VForm",
545
- "styles": []
546
- },
547
- "VHover": {
548
- "from": "components/VHover",
549
- "styles": []
550
- },
551
535
  "VContainer": {
552
536
  "from": "components/VGrid",
553
537
  "styles": []
@@ -564,6 +548,10 @@
564
548
  "from": "components/VGrid",
565
549
  "styles": []
566
550
  },
551
+ "VForm": {
552
+ "from": "components/VForm",
553
+ "styles": []
554
+ },
567
555
  "VLayout": {
568
556
  "from": "components/VLayout",
569
557
  "styles": []
@@ -572,6 +560,10 @@
572
560
  "from": "components/VLayout",
573
561
  "styles": []
574
562
  },
563
+ "VHover": {
564
+ "from": "components/VHover",
565
+ "styles": []
566
+ },
575
567
  "VLazy": {
576
568
  "from": "components/VLazy",
577
569
  "styles": []
@@ -588,12 +580,16 @@
588
580
  "from": "components/VRadio",
589
581
  "styles": []
590
582
  },
583
+ "VRangeSlider": {
584
+ "from": "components/VRangeSlider",
585
+ "styles": []
586
+ },
591
587
  "VParallax": {
592
588
  "from": "components/VParallax",
593
589
  "styles": []
594
590
  },
595
- "VRangeSlider": {
596
- "from": "components/VRangeSlider",
591
+ "VSparkline": {
592
+ "from": "components/VSparkline",
597
593
  "styles": []
598
594
  },
599
595
  "VResponsive": {
@@ -604,8 +600,8 @@
604
600
  "from": "components/VSnackbarQueue",
605
601
  "styles": []
606
602
  },
607
- "VSparkline": {
608
- "from": "components/VSparkline",
603
+ "VThemeProvider": {
604
+ "from": "components/VThemeProvider",
609
605
  "styles": []
610
606
  },
611
607
  "VSpeedDial": {
@@ -616,8 +612,8 @@
616
612
  "from": "components/VValidation",
617
613
  "styles": []
618
614
  },
619
- "VThemeProvider": {
620
- "from": "components/VThemeProvider",
615
+ "VVirtualScroll": {
616
+ "from": "components/VVirtualScroll",
621
617
  "styles": []
622
618
  },
623
619
  "VFabTransition": {
@@ -684,8 +680,12 @@
684
680
  "from": "components/transitions",
685
681
  "styles": []
686
682
  },
687
- "VVirtualScroll": {
688
- "from": "components/VVirtualScroll",
683
+ "VProgressLinear": {
684
+ "from": "components/VProgressLinear",
685
+ "styles": []
686
+ },
687
+ "VFooter": {
688
+ "from": "components/VFooter",
689
689
  "styles": []
690
690
  }
691
691
  },
@@ -1249,7 +1249,6 @@
1249
1249
  "items-per-page",
1250
1250
  "items-per-page-options",
1251
1251
  "items-per-page-text",
1252
- "last-fixed",
1253
1252
  "last-icon",
1254
1253
  "last-page-label",
1255
1254
  "loading",
@@ -1309,7 +1308,6 @@
1309
1308
  "disable-sort",
1310
1309
  "fixed-header",
1311
1310
  "header-props",
1312
- "last-fixed",
1313
1311
  "loading",
1314
1312
  "mobile",
1315
1313
  "mobile-breakpoint",
@@ -1373,7 +1371,6 @@
1373
1371
  "items-per-page",
1374
1372
  "items-per-page-options",
1375
1373
  "items-per-page-text",
1376
- "last-fixed",
1377
1374
  "last-icon",
1378
1375
  "last-page-label",
1379
1376
  "loading",
@@ -1437,7 +1434,6 @@
1437
1434
  "item-selectable",
1438
1435
  "item-value",
1439
1436
  "items",
1440
- "last-fixed",
1441
1437
  "loading",
1442
1438
  "loading-text",
1443
1439
  "mobile",
@@ -2500,6 +2496,7 @@
2500
2496
  "base-color",
2501
2497
  "collapse-icon",
2502
2498
  "color",
2499
+ "disabled",
2503
2500
  "expand-icon",
2504
2501
  "fluid",
2505
2502
  "prepend-icon",
@@ -4519,6 +4516,7 @@
4519
4516
  "base-color",
4520
4517
  "collapse-icon",
4521
4518
  "color",
4519
+ "disabled",
4522
4520
  "expand-icon",
4523
4521
  "fluid",
4524
4522
  "prepend-icon",