@vuetify/nightly 3.9.2-master.2025-07-29 → 3.9.3-master.2025-07-30

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 (40) hide show
  1. package/CHANGELOG.md +9 -62
  2. package/dist/json/attributes.json +3905 -3905
  3. package/dist/json/importMap-labs.json +18 -18
  4. package/dist/json/importMap.json +134 -134
  5. package/dist/json/web-types.json +7077 -7077
  6. package/dist/vuetify-labs.cjs +47 -24
  7. package/dist/vuetify-labs.css +3395 -3387
  8. package/dist/vuetify-labs.d.ts +48 -47
  9. package/dist/vuetify-labs.esm.js +47 -24
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +47 -24
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +15 -9
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +2289 -2281
  16. package/dist/vuetify.d.ts +48 -47
  17. package/dist/vuetify.esm.js +15 -9
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +15 -9
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +13 -12
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VCombobox/VCombobox.js +10 -6
  25. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  26. package/lib/components/VWindow/VWindow.css +8 -0
  27. package/lib/components/VWindow/VWindow.sass +9 -0
  28. package/lib/composables/theme.d.ts +1 -0
  29. package/lib/composables/theme.js +3 -1
  30. package/lib/composables/theme.js.map +1 -1
  31. package/lib/entry-bundler.js +1 -1
  32. package/lib/framework.d.ts +48 -47
  33. package/lib/framework.js +1 -1
  34. package/lib/labs/VVideo/VVideo.css +1 -1
  35. package/lib/labs/VVideo/VVideo.js +2 -2
  36. package/lib/labs/VVideo/VVideo.js.map +1 -1
  37. package/lib/labs/VVideo/VVideo.sass +2 -0
  38. package/lib/labs/VVideo/VVideoControls.js +32 -15
  39. package/lib/labs/VVideo/VVideoControls.js.map +1 -1
  40. package/package.json +1 -1
@@ -1,5 +1,17 @@
1
1
  {
2
2
  "components": {
3
+ "VColorInput": {
4
+ "from": "labs/VColorInput",
5
+ "styles": []
6
+ },
7
+ "VFileUpload": {
8
+ "from": "labs/VFileUpload",
9
+ "styles": []
10
+ },
11
+ "VFileUploadItem": {
12
+ "from": "labs/VFileUpload",
13
+ "styles": []
14
+ },
3
15
  "VCalendar": {
4
16
  "from": "labs/VCalendar",
5
17
  "styles": []
@@ -24,16 +36,8 @@
24
36
  "from": "labs/VCalendar",
25
37
  "styles": []
26
38
  },
27
- "VFileUpload": {
28
- "from": "labs/VFileUpload",
29
- "styles": []
30
- },
31
- "VFileUploadItem": {
32
- "from": "labs/VFileUpload",
33
- "styles": []
34
- },
35
- "VColorInput": {
36
- "from": "labs/VColorInput",
39
+ "VIconBtn": {
40
+ "from": "labs/VIconBtn",
37
41
  "styles": []
38
42
  },
39
43
  "VStepperVertical": {
@@ -56,14 +60,6 @@
56
60
  "from": "labs/VPicker",
57
61
  "styles": []
58
62
  },
59
- "VIconBtn": {
60
- "from": "labs/VIconBtn",
61
- "styles": []
62
- },
63
- "VHotkey": {
64
- "from": "labs/VHotkey",
65
- "styles": []
66
- },
67
63
  "VPie": {
68
64
  "from": "labs/VPie",
69
65
  "styles": []
@@ -99,6 +95,10 @@
99
95
  "VPullToRefresh": {
100
96
  "from": "labs/VPullToRefresh",
101
97
  "styles": []
98
+ },
99
+ "VHotkey": {
100
+ "from": "labs/VHotkey",
101
+ "styles": []
102
102
  }
103
103
  }
104
104
  }
@@ -12,10 +12,6 @@
12
12
  "from": "components/VAlert",
13
13
  "styles": []
14
14
  },
15
- "VAvatar": {
16
- "from": "components/VAvatar",
17
- "styles": []
18
- },
19
15
  "VAppBar": {
20
16
  "from": "components/VAppBar",
21
17
  "styles": []
@@ -32,44 +28,32 @@
32
28
  "from": "components/VAutocomplete",
33
29
  "styles": []
34
30
  },
35
- "VBadge": {
36
- "from": "components/VBadge",
37
- "styles": []
38
- },
39
- "VBanner": {
40
- "from": "components/VBanner",
41
- "styles": []
42
- },
43
- "VBannerActions": {
44
- "from": "components/VBanner",
31
+ "VBottomNavigation": {
32
+ "from": "components/VBottomNavigation",
45
33
  "styles": []
46
34
  },
47
- "VBannerText": {
48
- "from": "components/VBanner",
35
+ "VAvatar": {
36
+ "from": "components/VAvatar",
49
37
  "styles": []
50
38
  },
51
- "VBottomNavigation": {
52
- "from": "components/VBottomNavigation",
39
+ "VBadge": {
40
+ "from": "components/VBadge",
53
41
  "styles": []
54
42
  },
55
43
  "VBottomSheet": {
56
44
  "from": "components/VBottomSheet",
57
45
  "styles": []
58
46
  },
59
- "VBtnGroup": {
60
- "from": "components/VBtnGroup",
61
- "styles": []
62
- },
63
- "VBtn": {
64
- "from": "components/VBtn",
47
+ "VBanner": {
48
+ "from": "components/VBanner",
65
49
  "styles": []
66
50
  },
67
- "VCheckbox": {
68
- "from": "components/VCheckbox",
51
+ "VBannerActions": {
52
+ "from": "components/VBanner",
69
53
  "styles": []
70
54
  },
71
- "VCheckboxBtn": {
72
- "from": "components/VCheckbox",
55
+ "VBannerText": {
56
+ "from": "components/VBanner",
73
57
  "styles": []
74
58
  },
75
59
  "VBtnToggle": {
@@ -88,28 +72,32 @@
88
72
  "from": "components/VBreadcrumbs",
89
73
  "styles": []
90
74
  },
91
- "VCarousel": {
92
- "from": "components/VCarousel",
75
+ "VBtn": {
76
+ "from": "components/VBtn",
93
77
  "styles": []
94
78
  },
95
- "VCarouselItem": {
96
- "from": "components/VCarousel",
79
+ "VBtnGroup": {
80
+ "from": "components/VBtnGroup",
97
81
  "styles": []
98
82
  },
99
- "VChipGroup": {
100
- "from": "components/VChipGroup",
83
+ "VCarousel": {
84
+ "from": "components/VCarousel",
101
85
  "styles": []
102
86
  },
103
- "VCode": {
104
- "from": "components/VCode",
87
+ "VCarouselItem": {
88
+ "from": "components/VCarousel",
105
89
  "styles": []
106
90
  },
107
91
  "VChip": {
108
92
  "from": "components/VChip",
109
93
  "styles": []
110
94
  },
111
- "VCombobox": {
112
- "from": "components/VCombobox",
95
+ "VCheckbox": {
96
+ "from": "components/VCheckbox",
97
+ "styles": []
98
+ },
99
+ "VCheckboxBtn": {
100
+ "from": "components/VCheckbox",
113
101
  "styles": []
114
102
  },
115
103
  "VCard": {
@@ -136,10 +124,22 @@
136
124
  "from": "components/VCard",
137
125
  "styles": []
138
126
  },
127
+ "VChipGroup": {
128
+ "from": "components/VChipGroup",
129
+ "styles": []
130
+ },
131
+ "VCode": {
132
+ "from": "components/VCode",
133
+ "styles": []
134
+ },
139
135
  "VColorPicker": {
140
136
  "from": "components/VColorPicker",
141
137
  "styles": []
142
138
  },
139
+ "VCombobox": {
140
+ "from": "components/VCombobox",
141
+ "styles": []
142
+ },
143
143
  "VCounter": {
144
144
  "from": "components/VCounter",
145
145
  "styles": []
@@ -200,6 +200,14 @@
200
200
  "from": "components/VDatePicker",
201
201
  "styles": []
202
202
  },
203
+ "VDivider": {
204
+ "from": "components/VDivider",
205
+ "styles": []
206
+ },
207
+ "VEmptyState": {
208
+ "from": "components/VEmptyState",
209
+ "styles": []
210
+ },
203
211
  "VExpansionPanels": {
204
212
  "from": "components/VExpansionPanel",
205
213
  "styles": []
@@ -216,16 +224,16 @@
216
224
  "from": "components/VExpansionPanel",
217
225
  "styles": []
218
226
  },
219
- "VFab": {
220
- "from": "components/VFab",
227
+ "VFileInput": {
228
+ "from": "components/VFileInput",
221
229
  "styles": []
222
230
  },
223
- "VDivider": {
224
- "from": "components/VDivider",
231
+ "VFab": {
232
+ "from": "components/VFab",
225
233
  "styles": []
226
234
  },
227
- "VEmptyState": {
228
- "from": "components/VEmptyState",
235
+ "VFooter": {
236
+ "from": "components/VFooter",
229
237
  "styles": []
230
238
  },
231
239
  "VField": {
@@ -236,14 +244,6 @@
236
244
  "from": "components/VField",
237
245
  "styles": []
238
246
  },
239
- "VFileInput": {
240
- "from": "components/VFileInput",
241
- "styles": []
242
- },
243
- "VImg": {
244
- "from": "components/VImg",
245
- "styles": []
246
- },
247
247
  "VIcon": {
248
248
  "from": "components/VIcon",
249
249
  "styles": []
@@ -264,32 +264,32 @@
264
264
  "from": "components/VIcon",
265
265
  "styles": []
266
266
  },
267
- "VInput": {
268
- "from": "components/VInput",
267
+ "VItemGroup": {
268
+ "from": "components/VItemGroup",
269
269
  "styles": []
270
270
  },
271
- "VKbd": {
272
- "from": "components/VKbd",
271
+ "VItem": {
272
+ "from": "components/VItemGroup",
273
273
  "styles": []
274
274
  },
275
275
  "VInfiniteScroll": {
276
276
  "from": "components/VInfiniteScroll",
277
277
  "styles": []
278
278
  },
279
- "VItemGroup": {
280
- "from": "components/VItemGroup",
279
+ "VImg": {
280
+ "from": "components/VImg",
281
281
  "styles": []
282
282
  },
283
- "VItem": {
284
- "from": "components/VItemGroup",
283
+ "VInput": {
284
+ "from": "components/VInput",
285
285
  "styles": []
286
286
  },
287
- "VLabel": {
288
- "from": "components/VLabel",
287
+ "VKbd": {
288
+ "from": "components/VKbd",
289
289
  "styles": []
290
290
  },
291
- "VMessages": {
292
- "from": "components/VMessages",
291
+ "VLabel": {
292
+ "from": "components/VLabel",
293
293
  "styles": []
294
294
  },
295
295
  "VList": {
@@ -328,24 +328,32 @@
328
328
  "from": "components/VList",
329
329
  "styles": []
330
330
  },
331
- "VMenu": {
332
- "from": "components/VMenu",
331
+ "VMain": {
332
+ "from": "components/VMain",
333
+ "styles": []
334
+ },
335
+ "VMessages": {
336
+ "from": "components/VMessages",
333
337
  "styles": []
334
338
  },
335
339
  "VNavigationDrawer": {
336
340
  "from": "components/VNavigationDrawer",
337
341
  "styles": []
338
342
  },
339
- "VMain": {
340
- "from": "components/VMain",
343
+ "VOtpInput": {
344
+ "from": "components/VOtpInput",
341
345
  "styles": []
342
346
  },
343
347
  "VNumberInput": {
344
348
  "from": "components/VNumberInput",
345
349
  "styles": []
346
350
  },
347
- "VOtpInput": {
348
- "from": "components/VOtpInput",
351
+ "VMenu": {
352
+ "from": "components/VMenu",
353
+ "styles": []
354
+ },
355
+ "VProgressLinear": {
356
+ "from": "components/VProgressLinear",
349
357
  "styles": []
350
358
  },
351
359
  "VOverlay": {
@@ -360,20 +368,12 @@
360
368
  "from": "components/VProgressCircular",
361
369
  "styles": []
362
370
  },
363
- "VProgressLinear": {
364
- "from": "components/VProgressLinear",
365
- "styles": []
366
- },
367
- "VRadioGroup": {
368
- "from": "components/VRadioGroup",
369
- "styles": []
370
- },
371
371
  "VRating": {
372
372
  "from": "components/VRating",
373
373
  "styles": []
374
374
  },
375
- "VSelectionControl": {
376
- "from": "components/VSelectionControl",
375
+ "VRadioGroup": {
376
+ "from": "components/VRadioGroup",
377
377
  "styles": []
378
378
  },
379
379
  "VSelect": {
@@ -384,14 +384,18 @@
384
384
  "from": "components/VSheet",
385
385
  "styles": []
386
386
  },
387
- "VSelectionControlGroup": {
388
- "from": "components/VSelectionControlGroup",
387
+ "VSlider": {
388
+ "from": "components/VSlider",
389
389
  "styles": []
390
390
  },
391
391
  "VSkeletonLoader": {
392
392
  "from": "components/VSkeletonLoader",
393
393
  "styles": []
394
394
  },
395
+ "VSelectionControlGroup": {
396
+ "from": "components/VSelectionControlGroup",
397
+ "styles": []
398
+ },
395
399
  "VSlideGroup": {
396
400
  "from": "components/VSlideGroup",
397
401
  "styles": []
@@ -400,12 +404,8 @@
400
404
  "from": "components/VSlideGroup",
401
405
  "styles": []
402
406
  },
403
- "VSlider": {
404
- "from": "components/VSlider",
405
- "styles": []
406
- },
407
- "VSnackbar": {
408
- "from": "components/VSnackbar",
407
+ "VSelectionControl": {
408
+ "from": "components/VSelectionControl",
409
409
  "styles": []
410
410
  },
411
411
  "VStepper": {
@@ -432,20 +432,20 @@
432
432
  "from": "components/VStepper",
433
433
  "styles": []
434
434
  },
435
- "VSwitch": {
436
- "from": "components/VSwitch",
435
+ "VSnackbar": {
436
+ "from": "components/VSnackbar",
437
437
  "styles": []
438
438
  },
439
- "VSystemBar": {
440
- "from": "components/VSystemBar",
439
+ "VSwitch": {
440
+ "from": "components/VSwitch",
441
441
  "styles": []
442
442
  },
443
- "VTextField": {
444
- "from": "components/VTextField",
443
+ "VTable": {
444
+ "from": "components/VTable",
445
445
  "styles": []
446
446
  },
447
- "VTextarea": {
448
- "from": "components/VTextarea",
447
+ "VSystemBar": {
448
+ "from": "components/VSystemBar",
449
449
  "styles": []
450
450
  },
451
451
  "VTab": {
@@ -464,20 +464,20 @@
464
464
  "from": "components/VTabs",
465
465
  "styles": []
466
466
  },
467
- "VTable": {
468
- "from": "components/VTable",
467
+ "VTextField": {
468
+ "from": "components/VTextField",
469
469
  "styles": []
470
470
  },
471
- "VToolbar": {
472
- "from": "components/VToolbar",
471
+ "VTextarea": {
472
+ "from": "components/VTextarea",
473
473
  "styles": []
474
474
  },
475
- "VToolbarTitle": {
476
- "from": "components/VToolbar",
475
+ "VTimeline": {
476
+ "from": "components/VTimeline",
477
477
  "styles": []
478
478
  },
479
- "VToolbarItems": {
480
- "from": "components/VToolbar",
479
+ "VTimelineItem": {
480
+ "from": "components/VTimeline",
481
481
  "styles": []
482
482
  },
483
483
  "VTimePicker": {
@@ -492,16 +492,16 @@
492
492
  "from": "components/VTimePicker",
493
493
  "styles": []
494
494
  },
495
- "VTreeview": {
496
- "from": "components/VTreeview",
495
+ "VToolbar": {
496
+ "from": "components/VToolbar",
497
497
  "styles": []
498
498
  },
499
- "VTreeviewItem": {
500
- "from": "components/VTreeview",
499
+ "VToolbarTitle": {
500
+ "from": "components/VToolbar",
501
501
  "styles": []
502
502
  },
503
- "VTreeviewGroup": {
504
- "from": "components/VTreeview",
503
+ "VToolbarItems": {
504
+ "from": "components/VToolbar",
505
505
  "styles": []
506
506
  },
507
507
  "VTooltip": {
@@ -516,6 +516,18 @@
516
516
  "from": "components/VWindow",
517
517
  "styles": []
518
518
  },
519
+ "VTreeview": {
520
+ "from": "components/VTreeview",
521
+ "styles": []
522
+ },
523
+ "VTreeviewItem": {
524
+ "from": "components/VTreeview",
525
+ "styles": []
526
+ },
527
+ "VTreeviewGroup": {
528
+ "from": "components/VTreeview",
529
+ "styles": []
530
+ },
519
531
  "VConfirmEdit": {
520
532
  "from": "components/VConfirmEdit",
521
533
  "styles": []
@@ -532,6 +544,10 @@
532
544
  "from": "components/VForm",
533
545
  "styles": []
534
546
  },
547
+ "VHover": {
548
+ "from": "components/VHover",
549
+ "styles": []
550
+ },
535
551
  "VContainer": {
536
552
  "from": "components/VGrid",
537
553
  "styles": []
@@ -548,10 +564,6 @@
548
564
  "from": "components/VGrid",
549
565
  "styles": []
550
566
  },
551
- "VHover": {
552
- "from": "components/VHover",
553
- "styles": []
554
- },
555
567
  "VLayout": {
556
568
  "from": "components/VLayout",
557
569
  "styles": []
@@ -576,18 +588,22 @@
576
588
  "from": "components/VParallax",
577
589
  "styles": []
578
590
  },
579
- "VRadio": {
580
- "from": "components/VRadio",
581
- "styles": []
582
- },
583
591
  "VRangeSlider": {
584
592
  "from": "components/VRangeSlider",
585
593
  "styles": []
586
594
  },
595
+ "VRadio": {
596
+ "from": "components/VRadio",
597
+ "styles": []
598
+ },
587
599
  "VResponsive": {
588
600
  "from": "components/VResponsive",
589
601
  "styles": []
590
602
  },
603
+ "VSparkline": {
604
+ "from": "components/VSparkline",
605
+ "styles": []
606
+ },
591
607
  "VSpeedDial": {
592
608
  "from": "components/VSpeedDial",
593
609
  "styles": []
@@ -668,25 +684,9 @@
668
684
  "from": "components/transitions",
669
685
  "styles": []
670
686
  },
671
- "VFooter": {
672
- "from": "components/VFooter",
673
- "styles": []
674
- },
675
- "VSparkline": {
676
- "from": "components/VSparkline",
677
- "styles": []
678
- },
679
687
  "VSnackbarQueue": {
680
688
  "from": "components/VSnackbarQueue",
681
689
  "styles": []
682
- },
683
- "VTimeline": {
684
- "from": "components/VTimeline",
685
- "styles": []
686
- },
687
- "VTimelineItem": {
688
- "from": "components/VTimeline",
689
- "styles": []
690
690
  }
691
691
  },
692
692
  "directives": [