@vuetify/nightly 3.9.3-master.2025-08-02 → 3.9.3-master.2025-08-04

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 +8 -3
  2. package/dist/json/attributes.json +4001 -3997
  3. package/dist/json/importMap-labs.json +32 -32
  4. package/dist/json/importMap.json +158 -158
  5. package/dist/json/tags.json +1 -0
  6. package/dist/json/web-types.json +6836 -6827
  7. package/dist/vuetify-labs.cjs +22 -14
  8. package/dist/vuetify-labs.css +3841 -3840
  9. package/dist/vuetify-labs.d.ts +63 -58
  10. package/dist/vuetify-labs.esm.js +22 -14
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +22 -14
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +18 -13
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +3353 -3352
  17. package/dist/vuetify.d.ts +58 -58
  18. package/dist/vuetify.esm.js +18 -13
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +18 -13
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +461 -460
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VColorPicker/VColorPickerCanvas.css +1 -0
  26. package/lib/components/VColorPicker/VColorPickerCanvas.sass +1 -0
  27. package/lib/components/VOverlay/scrollStrategies.js +7 -7
  28. package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
  29. package/lib/entry-bundler.js +1 -1
  30. package/lib/framework.d.ts +58 -58
  31. package/lib/framework.js +1 -1
  32. package/lib/labs/VVideo/VVideo.css +3 -3
  33. package/lib/labs/VVideo/VVideo.d.ts +10 -0
  34. package/lib/labs/VVideo/VVideo.js +4 -1
  35. package/lib/labs/VVideo/VVideo.js.map +1 -1
  36. package/lib/labs/VVideo/VVideo.sass +2 -2
  37. package/lib/labs/VVideo/_variables.scss +3 -2
  38. package/lib/labs/rules/rules.d.ts +10 -3
  39. package/lib/labs/rules/rules.js +13 -5
  40. package/lib/labs/rules/rules.js.map +1 -1
  41. package/package.json +1 -1
@@ -1,13 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VFileUpload": {
4
- "from": "labs/VFileUpload",
5
- "styles": []
6
- },
7
- "VFileUploadItem": {
8
- "from": "labs/VFileUpload",
9
- "styles": []
10
- },
11
3
  "VCalendar": {
12
4
  "from": "labs/VCalendar",
13
5
  "styles": []
@@ -32,20 +24,24 @@
32
24
  "from": "labs/VCalendar",
33
25
  "styles": []
34
26
  },
35
- "VPicker": {
36
- "from": "labs/VPicker",
27
+ "VColorInput": {
28
+ "from": "labs/VColorInput",
37
29
  "styles": []
38
30
  },
39
- "VPickerTitle": {
40
- "from": "labs/VPicker",
31
+ "VIconBtn": {
32
+ "from": "labs/VIconBtn",
41
33
  "styles": []
42
34
  },
43
- "VColorInput": {
44
- "from": "labs/VColorInput",
35
+ "VPie": {
36
+ "from": "labs/VPie",
45
37
  "styles": []
46
38
  },
47
- "VHotkey": {
48
- "from": "labs/VHotkey",
39
+ "VPieSegment": {
40
+ "from": "labs/VPie",
41
+ "styles": []
42
+ },
43
+ "VPieTooltip": {
44
+ "from": "labs/VPie",
49
45
  "styles": []
50
46
  },
51
47
  "VVideo": {
@@ -60,18 +56,6 @@
60
56
  "from": "labs/VVideo",
61
57
  "styles": []
62
58
  },
63
- "VPie": {
64
- "from": "labs/VPie",
65
- "styles": []
66
- },
67
- "VPieSegment": {
68
- "from": "labs/VPie",
69
- "styles": []
70
- },
71
- "VPieTooltip": {
72
- "from": "labs/VPie",
73
- "styles": []
74
- },
75
59
  "VStepperVertical": {
76
60
  "from": "labs/VStepperVertical",
77
61
  "styles": []
@@ -84,12 +68,28 @@
84
68
  "from": "labs/VStepperVertical",
85
69
  "styles": []
86
70
  },
87
- "VDateInput": {
88
- "from": "labs/VDateInput",
71
+ "VPicker": {
72
+ "from": "labs/VPicker",
89
73
  "styles": []
90
74
  },
91
- "VIconBtn": {
92
- "from": "labs/VIconBtn",
75
+ "VPickerTitle": {
76
+ "from": "labs/VPicker",
77
+ "styles": []
78
+ },
79
+ "VHotkey": {
80
+ "from": "labs/VHotkey",
81
+ "styles": []
82
+ },
83
+ "VFileUpload": {
84
+ "from": "labs/VFileUpload",
85
+ "styles": []
86
+ },
87
+ "VFileUploadItem": {
88
+ "from": "labs/VFileUpload",
89
+ "styles": []
90
+ },
91
+ "VDateInput": {
92
+ "from": "labs/VDateInput",
93
93
  "styles": []
94
94
  },
95
95
  "VMaskInput": {
@@ -16,36 +16,20 @@
16
16
  "from": "components/VAppBar",
17
17
  "styles": []
18
18
  },
19
- "VAlert": {
20
- "from": "components/VAlert",
21
- "styles": []
22
- },
23
- "VAlertTitle": {
24
- "from": "components/VAlert",
25
- "styles": []
26
- },
27
19
  "VAutocomplete": {
28
20
  "from": "components/VAutocomplete",
29
21
  "styles": []
30
22
  },
31
- "VBadge": {
32
- "from": "components/VBadge",
33
- "styles": []
34
- },
35
23
  "VAvatar": {
36
24
  "from": "components/VAvatar",
37
25
  "styles": []
38
26
  },
39
- "VBottomNavigation": {
40
- "from": "components/VBottomNavigation",
41
- "styles": []
42
- },
43
- "VBottomSheet": {
44
- "from": "components/VBottomSheet",
27
+ "VAlert": {
28
+ "from": "components/VAlert",
45
29
  "styles": []
46
30
  },
47
- "VBtn": {
48
- "from": "components/VBtn",
31
+ "VAlertTitle": {
32
+ "from": "components/VAlert",
49
33
  "styles": []
50
34
  },
51
35
  "VBanner": {
@@ -60,8 +44,8 @@
60
44
  "from": "components/VBanner",
61
45
  "styles": []
62
46
  },
63
- "VBtnGroup": {
64
- "from": "components/VBtnGroup",
47
+ "VBadge": {
48
+ "from": "components/VBadge",
65
49
  "styles": []
66
50
  },
67
51
  "VBreadcrumbs": {
@@ -76,30 +60,18 @@
76
60
  "from": "components/VBreadcrumbs",
77
61
  "styles": []
78
62
  },
79
- "VCarousel": {
80
- "from": "components/VCarousel",
63
+ "VBtn": {
64
+ "from": "components/VBtn",
81
65
  "styles": []
82
66
  },
83
- "VCarouselItem": {
84
- "from": "components/VCarousel",
67
+ "VBottomNavigation": {
68
+ "from": "components/VBottomNavigation",
85
69
  "styles": []
86
70
  },
87
71
  "VBtnToggle": {
88
72
  "from": "components/VBtnToggle",
89
73
  "styles": []
90
74
  },
91
- "VCheckbox": {
92
- "from": "components/VCheckbox",
93
- "styles": []
94
- },
95
- "VCheckboxBtn": {
96
- "from": "components/VCheckbox",
97
- "styles": []
98
- },
99
- "VCode": {
100
- "from": "components/VCode",
101
- "styles": []
102
- },
103
75
  "VCard": {
104
76
  "from": "components/VCard",
105
77
  "styles": []
@@ -124,14 +96,42 @@
124
96
  "from": "components/VCard",
125
97
  "styles": []
126
98
  },
127
- "VChip": {
128
- "from": "components/VChip",
99
+ "VCarousel": {
100
+ "from": "components/VCarousel",
101
+ "styles": []
102
+ },
103
+ "VCarouselItem": {
104
+ "from": "components/VCarousel",
105
+ "styles": []
106
+ },
107
+ "VCheckbox": {
108
+ "from": "components/VCheckbox",
109
+ "styles": []
110
+ },
111
+ "VCheckboxBtn": {
112
+ "from": "components/VCheckbox",
129
113
  "styles": []
130
114
  },
131
115
  "VChipGroup": {
132
116
  "from": "components/VChipGroup",
133
117
  "styles": []
134
118
  },
119
+ "VCode": {
120
+ "from": "components/VCode",
121
+ "styles": []
122
+ },
123
+ "VChip": {
124
+ "from": "components/VChip",
125
+ "styles": []
126
+ },
127
+ "VColorPicker": {
128
+ "from": "components/VColorPicker",
129
+ "styles": []
130
+ },
131
+ "VCounter": {
132
+ "from": "components/VCounter",
133
+ "styles": []
134
+ },
135
135
  "VDataTable": {
136
136
  "from": "components/VDataTable",
137
137
  "styles": []
@@ -160,14 +160,6 @@
160
160
  "from": "components/VDataTable",
161
161
  "styles": []
162
162
  },
163
- "VColorPicker": {
164
- "from": "components/VColorPicker",
165
- "styles": []
166
- },
167
- "VCounter": {
168
- "from": "components/VCounter",
169
- "styles": []
170
- },
171
163
  "VDatePicker": {
172
164
  "from": "components/VDatePicker",
173
165
  "styles": []
@@ -196,18 +188,14 @@
196
188
  "from": "components/VDialog",
197
189
  "styles": []
198
190
  },
199
- "VCombobox": {
200
- "from": "components/VCombobox",
191
+ "VDivider": {
192
+ "from": "components/VDivider",
201
193
  "styles": []
202
194
  },
203
195
  "VEmptyState": {
204
196
  "from": "components/VEmptyState",
205
197
  "styles": []
206
198
  },
207
- "VDivider": {
208
- "from": "components/VDivider",
209
- "styles": []
210
- },
211
199
  "VExpansionPanels": {
212
200
  "from": "components/VExpansionPanel",
213
201
  "styles": []
@@ -224,14 +212,6 @@
224
212
  "from": "components/VExpansionPanel",
225
213
  "styles": []
226
214
  },
227
- "VFab": {
228
- "from": "components/VFab",
229
- "styles": []
230
- },
231
- "VFileInput": {
232
- "from": "components/VFileInput",
233
- "styles": []
234
- },
235
215
  "VField": {
236
216
  "from": "components/VField",
237
217
  "styles": []
@@ -240,12 +220,12 @@
240
220
  "from": "components/VField",
241
221
  "styles": []
242
222
  },
243
- "VFooter": {
244
- "from": "components/VFooter",
223
+ "VFileInput": {
224
+ "from": "components/VFileInput",
245
225
  "styles": []
246
226
  },
247
- "VInfiniteScroll": {
248
- "from": "components/VInfiniteScroll",
227
+ "VFooter": {
228
+ "from": "components/VFooter",
249
229
  "styles": []
250
230
  },
251
231
  "VIcon": {
@@ -268,32 +248,36 @@
268
248
  "from": "components/VIcon",
269
249
  "styles": []
270
250
  },
271
- "VInput": {
272
- "from": "components/VInput",
251
+ "VImg": {
252
+ "from": "components/VImg",
273
253
  "styles": []
274
254
  },
275
- "VKbd": {
276
- "from": "components/VKbd",
255
+ "VFab": {
256
+ "from": "components/VFab",
277
257
  "styles": []
278
258
  },
279
- "VImg": {
280
- "from": "components/VImg",
259
+ "VInfiniteScroll": {
260
+ "from": "components/VInfiniteScroll",
281
261
  "styles": []
282
262
  },
283
- "VMenu": {
284
- "from": "components/VMenu",
263
+ "VItemGroup": {
264
+ "from": "components/VItemGroup",
285
265
  "styles": []
286
266
  },
287
- "VMain": {
288
- "from": "components/VMain",
267
+ "VItem": {
268
+ "from": "components/VItemGroup",
289
269
  "styles": []
290
270
  },
291
- "VLabel": {
292
- "from": "components/VLabel",
271
+ "VInput": {
272
+ "from": "components/VInput",
293
273
  "styles": []
294
274
  },
295
- "VMessages": {
296
- "from": "components/VMessages",
275
+ "VKbd": {
276
+ "from": "components/VKbd",
277
+ "styles": []
278
+ },
279
+ "VLabel": {
280
+ "from": "components/VLabel",
297
281
  "styles": []
298
282
  },
299
283
  "VList": {
@@ -332,26 +316,38 @@
332
316
  "from": "components/VList",
333
317
  "styles": []
334
318
  },
335
- "VNumberInput": {
336
- "from": "components/VNumberInput",
319
+ "VMain": {
320
+ "from": "components/VMain",
337
321
  "styles": []
338
322
  },
339
- "VOverlay": {
340
- "from": "components/VOverlay",
323
+ "VMenu": {
324
+ "from": "components/VMenu",
341
325
  "styles": []
342
326
  },
343
- "VItemGroup": {
344
- "from": "components/VItemGroup",
327
+ "VMessages": {
328
+ "from": "components/VMessages",
345
329
  "styles": []
346
330
  },
347
- "VItem": {
348
- "from": "components/VItemGroup",
331
+ "VNavigationDrawer": {
332
+ "from": "components/VNavigationDrawer",
333
+ "styles": []
334
+ },
335
+ "VOtpInput": {
336
+ "from": "components/VOtpInput",
337
+ "styles": []
338
+ },
339
+ "VOverlay": {
340
+ "from": "components/VOverlay",
349
341
  "styles": []
350
342
  },
351
343
  "VPagination": {
352
344
  "from": "components/VPagination",
353
345
  "styles": []
354
346
  },
347
+ "VNumberInput": {
348
+ "from": "components/VNumberInput",
349
+ "styles": []
350
+ },
355
351
  "VProgressCircular": {
356
352
  "from": "components/VProgressCircular",
357
353
  "styles": []
@@ -360,20 +356,12 @@
360
356
  "from": "components/VProgressLinear",
361
357
  "styles": []
362
358
  },
363
- "VOtpInput": {
364
- "from": "components/VOtpInput",
365
- "styles": []
366
- },
367
- "VRating": {
368
- "from": "components/VRating",
369
- "styles": []
370
- },
371
359
  "VRadioGroup": {
372
360
  "from": "components/VRadioGroup",
373
361
  "styles": []
374
362
  },
375
- "VNavigationDrawer": {
376
- "from": "components/VNavigationDrawer",
363
+ "VRating": {
364
+ "from": "components/VRating",
377
365
  "styles": []
378
366
  },
379
367
  "VSelect": {
@@ -388,14 +376,14 @@
388
376
  "from": "components/VSelectionControlGroup",
389
377
  "styles": []
390
378
  },
391
- "VSkeletonLoader": {
392
- "from": "components/VSkeletonLoader",
393
- "styles": []
394
- },
395
379
  "VSheet": {
396
380
  "from": "components/VSheet",
397
381
  "styles": []
398
382
  },
383
+ "VSkeletonLoader": {
384
+ "from": "components/VSkeletonLoader",
385
+ "styles": []
386
+ },
399
387
  "VSlideGroup": {
400
388
  "from": "components/VSlideGroup",
401
389
  "styles": []
@@ -404,6 +392,10 @@
404
392
  "from": "components/VSlideGroup",
405
393
  "styles": []
406
394
  },
395
+ "VSlider": {
396
+ "from": "components/VSlider",
397
+ "styles": []
398
+ },
407
399
  "VStepper": {
408
400
  "from": "components/VStepper",
409
401
  "styles": []
@@ -428,8 +420,8 @@
428
420
  "from": "components/VStepper",
429
421
  "styles": []
430
422
  },
431
- "VSlider": {
432
- "from": "components/VSlider",
423
+ "VTable": {
424
+ "from": "components/VTable",
433
425
  "styles": []
434
426
  },
435
427
  "VSystemBar": {
@@ -452,22 +444,14 @@
452
444
  "from": "components/VTabs",
453
445
  "styles": []
454
446
  },
455
- "VSwitch": {
456
- "from": "components/VSwitch",
457
- "styles": []
458
- },
459
- "VTable": {
460
- "from": "components/VTable",
447
+ "VTextarea": {
448
+ "from": "components/VTextarea",
461
449
  "styles": []
462
450
  },
463
451
  "VTextField": {
464
452
  "from": "components/VTextField",
465
453
  "styles": []
466
454
  },
467
- "VTextarea": {
468
- "from": "components/VTextarea",
469
- "styles": []
470
- },
471
455
  "VTimeline": {
472
456
  "from": "components/VTimeline",
473
457
  "styles": []
@@ -476,10 +460,6 @@
476
460
  "from": "components/VTimeline",
477
461
  "styles": []
478
462
  },
479
- "VTooltip": {
480
- "from": "components/VTooltip",
481
- "styles": []
482
- },
483
463
  "VTimePicker": {
484
464
  "from": "components/VTimePicker",
485
465
  "styles": []
@@ -492,6 +472,18 @@
492
472
  "from": "components/VTimePicker",
493
473
  "styles": []
494
474
  },
475
+ "VToolbar": {
476
+ "from": "components/VToolbar",
477
+ "styles": []
478
+ },
479
+ "VToolbarTitle": {
480
+ "from": "components/VToolbar",
481
+ "styles": []
482
+ },
483
+ "VToolbarItems": {
484
+ "from": "components/VToolbar",
485
+ "styles": []
486
+ },
495
487
  "VTreeview": {
496
488
  "from": "components/VTreeview",
497
489
  "styles": []
@@ -504,16 +496,8 @@
504
496
  "from": "components/VTreeview",
505
497
  "styles": []
506
498
  },
507
- "VToolbar": {
508
- "from": "components/VToolbar",
509
- "styles": []
510
- },
511
- "VToolbarTitle": {
512
- "from": "components/VToolbar",
513
- "styles": []
514
- },
515
- "VToolbarItems": {
516
- "from": "components/VToolbar",
499
+ "VTooltip": {
500
+ "from": "components/VTooltip",
517
501
  "styles": []
518
502
  },
519
503
  "VWindow": {
@@ -524,14 +508,26 @@
524
508
  "from": "components/VWindow",
525
509
  "styles": []
526
510
  },
527
- "VSnackbar": {
528
- "from": "components/VSnackbar",
511
+ "VBtnGroup": {
512
+ "from": "components/VBtnGroup",
513
+ "styles": []
514
+ },
515
+ "VDataIterator": {
516
+ "from": "components/VDataIterator",
517
+ "styles": []
518
+ },
519
+ "VConfirmEdit": {
520
+ "from": "components/VConfirmEdit",
529
521
  "styles": []
530
522
  },
531
523
  "VDefaultsProvider": {
532
524
  "from": "components/VDefaultsProvider",
533
525
  "styles": []
534
526
  },
527
+ "VForm": {
528
+ "from": "components/VForm",
529
+ "styles": []
530
+ },
535
531
  "VContainer": {
536
532
  "from": "components/VGrid",
537
533
  "styles": []
@@ -548,10 +544,6 @@
548
544
  "from": "components/VGrid",
549
545
  "styles": []
550
546
  },
551
- "VForm": {
552
- "from": "components/VForm",
553
- "styles": []
554
- },
555
547
  "VLayout": {
556
548
  "from": "components/VLayout",
557
549
  "styles": []
@@ -560,58 +552,70 @@
560
552
  "from": "components/VLayout",
561
553
  "styles": []
562
554
  },
563
- "VHover": {
564
- "from": "components/VHover",
565
- "styles": []
566
- },
567
555
  "VLazy": {
568
556
  "from": "components/VLazy",
569
557
  "styles": []
570
558
  },
571
- "VLocaleProvider": {
572
- "from": "components/VLocaleProvider",
559
+ "VHover": {
560
+ "from": "components/VHover",
573
561
  "styles": []
574
562
  },
575
563
  "VNoSsr": {
576
564
  "from": "components/VNoSsr",
577
565
  "styles": []
578
566
  },
567
+ "VLocaleProvider": {
568
+ "from": "components/VLocaleProvider",
569
+ "styles": []
570
+ },
579
571
  "VParallax": {
580
572
  "from": "components/VParallax",
581
573
  "styles": []
582
574
  },
575
+ "VRangeSlider": {
576
+ "from": "components/VRangeSlider",
577
+ "styles": []
578
+ },
583
579
  "VRadio": {
584
580
  "from": "components/VRadio",
585
581
  "styles": []
586
582
  },
583
+ "VCombobox": {
584
+ "from": "components/VCombobox",
585
+ "styles": []
586
+ },
587
+ "VSparkline": {
588
+ "from": "components/VSparkline",
589
+ "styles": []
590
+ },
587
591
  "VResponsive": {
588
592
  "from": "components/VResponsive",
589
593
  "styles": []
590
594
  },
591
- "VRangeSlider": {
592
- "from": "components/VRangeSlider",
595
+ "VSpeedDial": {
596
+ "from": "components/VSpeedDial",
593
597
  "styles": []
594
598
  },
595
- "VSnackbarQueue": {
596
- "from": "components/VSnackbarQueue",
599
+ "VSwitch": {
600
+ "from": "components/VSwitch",
597
601
  "styles": []
598
602
  },
599
- "VSparkline": {
600
- "from": "components/VSparkline",
603
+ "VSnackbarQueue": {
604
+ "from": "components/VSnackbarQueue",
601
605
  "styles": []
602
606
  },
603
607
  "VThemeProvider": {
604
608
  "from": "components/VThemeProvider",
605
609
  "styles": []
606
610
  },
607
- "VValidation": {
608
- "from": "components/VValidation",
609
- "styles": []
610
- },
611
611
  "VVirtualScroll": {
612
612
  "from": "components/VVirtualScroll",
613
613
  "styles": []
614
614
  },
615
+ "VValidation": {
616
+ "from": "components/VValidation",
617
+ "styles": []
618
+ },
615
619
  "VFabTransition": {
616
620
  "from": "components/transitions",
617
621
  "styles": []
@@ -676,16 +680,12 @@
676
680
  "from": "components/transitions",
677
681
  "styles": []
678
682
  },
679
- "VSpeedDial": {
680
- "from": "components/VSpeedDial",
681
- "styles": []
682
- },
683
- "VConfirmEdit": {
684
- "from": "components/VConfirmEdit",
683
+ "VSnackbar": {
684
+ "from": "components/VSnackbar",
685
685
  "styles": []
686
686
  },
687
- "VDataIterator": {
688
- "from": "components/VDataIterator",
687
+ "VBottomSheet": {
688
+ "from": "components/VBottomSheet",
689
689
  "styles": []
690
690
  }
691
691
  },
@@ -4669,6 +4669,7 @@
4669
4669
  },
4670
4670
  "VVideo": {
4671
4671
  "attributes": [
4672
+ "aspect-ratio",
4672
4673
  "autoplay",
4673
4674
  "background-color",
4674
4675
  "color",