@vuetify/nightly 3.6.8-master.2024-06-11 → 3.6.9-dev.2024-06-20
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.
- package/CHANGELOG.md +14 -6
- package/dist/json/attributes.json +293 -121
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +158 -158
- package/dist/json/tags.json +49 -6
- package/dist/json/web-types.json +610 -221
- package/dist/vuetify-labs.css +3356 -3340
- package/dist/vuetify-labs.d.ts +840 -564
- package/dist/vuetify-labs.esm.js +93 -44
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +93 -44
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +551 -535
- package/dist/vuetify.d.ts +763 -565
- package/dist/vuetify.esm.js +81 -38
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +81 -38
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +51 -48
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/index.d.mts +6 -0
- package/lib/components/VAutocomplete/index.d.mts +49 -49
- package/lib/components/VAvatar/VAvatar.css +7 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +6 -0
- package/lib/components/VBottomSheet/index.d.mts +7 -7
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +6 -0
- package/lib/components/VCarousel/index.d.mts +16 -7
- package/lib/components/VCheckbox/index.d.mts +6 -6
- package/lib/components/VCombobox/index.d.mts +49 -49
- package/lib/components/VDialog/index.d.mts +31 -31
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +23 -11
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +20 -7
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +122 -14
- package/lib/components/VFab/VFab.mjs +4 -7
- package/lib/components/VFab/VFab.mjs.map +1 -1
- package/lib/components/VFab/index.d.mts +52 -49
- package/lib/components/VFileInput/index.d.mts +18 -18
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +36 -0
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +16 -7
- package/lib/components/VInput/index.d.mts +6 -6
- package/lib/components/VList/VList.mjs +1 -0
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +14 -12
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +33 -33
- package/lib/components/VOverlay/VOverlay.mjs +4 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +7 -7
- package/lib/components/VRadioGroup/index.d.mts +6 -6
- package/lib/components/VRangeSlider/index.d.mts +6 -6
- package/lib/components/VSelect/index.d.mts +49 -49
- package/lib/components/VSlider/index.d.mts +6 -6
- package/lib/components/VSnackbar/index.d.mts +33 -33
- package/lib/components/VSpeedDial/index.d.mts +9 -9
- package/lib/components/VSwitch/index.d.mts +6 -6
- package/lib/components/VTabs/index.d.mts +21 -3
- package/lib/components/VTextField/index.d.mts +18 -18
- package/lib/components/VTextarea/index.d.mts +18 -18
- package/lib/components/VTooltip/index.d.mts +39 -39
- package/lib/components/VValidation/index.d.mts +9 -8
- package/lib/components/index.d.mts +707 -509
- package/lib/composables/scroll.mjs +6 -0
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +56 -56
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/VNumberInput/index.d.mts +6 -6
- package/lib/labs/VSnackbarQueue/index.d.mts +42 -42
- package/lib/labs/VStepperVertical/index.d.mts +90 -18
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +3 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +7 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs +3 -4
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +22 -16
- package/lib/labs/components.d.mts +166 -88
- package/package.json +1 -1
package/dist/json/tags.json
CHANGED
@@ -77,6 +77,7 @@
|
|
77
77
|
"VAppBarNavIcon": {
|
78
78
|
"attributes": [
|
79
79
|
"active",
|
80
|
+
"active-color",
|
80
81
|
"append-icon",
|
81
82
|
"base-color",
|
82
83
|
"block",
|
@@ -215,6 +216,7 @@
|
|
215
216
|
},
|
216
217
|
"VAvatar": {
|
217
218
|
"attributes": [
|
219
|
+
"border",
|
218
220
|
"color",
|
219
221
|
"density",
|
220
222
|
"end",
|
@@ -413,6 +415,7 @@
|
|
413
415
|
"VBtn": {
|
414
416
|
"attributes": [
|
415
417
|
"active",
|
418
|
+
"active-color",
|
416
419
|
"append-icon",
|
417
420
|
"base-color",
|
418
421
|
"block",
|
@@ -691,6 +694,7 @@
|
|
691
694
|
},
|
692
695
|
"VCarouselItem": {
|
693
696
|
"attributes": [
|
697
|
+
"absolute",
|
694
698
|
"alt",
|
695
699
|
"aspect-ratio",
|
696
700
|
"color",
|
@@ -1035,7 +1039,13 @@
|
|
1035
1039
|
"VContainer": {
|
1036
1040
|
"attributes": [
|
1037
1041
|
"fluid",
|
1038
|
-
"
|
1042
|
+
"height",
|
1043
|
+
"max-height",
|
1044
|
+
"max-width",
|
1045
|
+
"min-height",
|
1046
|
+
"min-width",
|
1047
|
+
"tag",
|
1048
|
+
"width"
|
1039
1049
|
],
|
1040
1050
|
"description": ""
|
1041
1051
|
},
|
@@ -1658,7 +1668,12 @@
|
|
1658
1668
|
"elevation",
|
1659
1669
|
"expand-icon",
|
1660
1670
|
"focusable",
|
1671
|
+
"height",
|
1661
1672
|
"hide-actions",
|
1673
|
+
"max-height",
|
1674
|
+
"max-width",
|
1675
|
+
"min-height",
|
1676
|
+
"min-width",
|
1662
1677
|
"readonly",
|
1663
1678
|
"ripple",
|
1664
1679
|
"rounded",
|
@@ -1668,7 +1683,8 @@
|
|
1668
1683
|
"text",
|
1669
1684
|
"tile",
|
1670
1685
|
"title",
|
1671
|
-
"value"
|
1686
|
+
"value",
|
1687
|
+
"width"
|
1672
1688
|
],
|
1673
1689
|
"description": ""
|
1674
1690
|
},
|
@@ -1684,10 +1700,16 @@
|
|
1684
1700
|
"color",
|
1685
1701
|
"expand-icon",
|
1686
1702
|
"focusable",
|
1703
|
+
"height",
|
1687
1704
|
"hide-actions",
|
1705
|
+
"max-height",
|
1706
|
+
"max-width",
|
1707
|
+
"min-height",
|
1708
|
+
"min-width",
|
1688
1709
|
"readonly",
|
1689
1710
|
"ripple",
|
1690
|
-
"static"
|
1711
|
+
"static",
|
1712
|
+
"width"
|
1691
1713
|
],
|
1692
1714
|
"description": ""
|
1693
1715
|
},
|
@@ -1702,9 +1724,14 @@
|
|
1702
1724
|
"expand-icon",
|
1703
1725
|
"flat",
|
1704
1726
|
"focusable",
|
1727
|
+
"height",
|
1705
1728
|
"hide-actions",
|
1706
1729
|
"mandatory",
|
1707
1730
|
"max",
|
1731
|
+
"max-height",
|
1732
|
+
"max-width",
|
1733
|
+
"min-height",
|
1734
|
+
"min-width",
|
1708
1735
|
"model-value",
|
1709
1736
|
"multiple",
|
1710
1737
|
"readonly",
|
@@ -1718,7 +1745,8 @@
|
|
1718
1745
|
"tile",
|
1719
1746
|
"title",
|
1720
1747
|
"value",
|
1721
|
-
"variant"
|
1748
|
+
"variant",
|
1749
|
+
"width"
|
1722
1750
|
],
|
1723
1751
|
"description": ""
|
1724
1752
|
},
|
@@ -1726,6 +1754,7 @@
|
|
1726
1754
|
"attributes": [
|
1727
1755
|
"absolute",
|
1728
1756
|
"active",
|
1757
|
+
"active-color",
|
1729
1758
|
"app",
|
1730
1759
|
"appear",
|
1731
1760
|
"append-icon",
|
@@ -1941,6 +1970,7 @@
|
|
1941
1970
|
},
|
1942
1971
|
"VImg": {
|
1943
1972
|
"attributes": [
|
1973
|
+
"absolute",
|
1944
1974
|
"alt",
|
1945
1975
|
"aspect-ratio",
|
1946
1976
|
"color",
|
@@ -3405,12 +3435,17 @@
|
|
3405
3435
|
"expand-icon",
|
3406
3436
|
"flat",
|
3407
3437
|
"focusable",
|
3438
|
+
"height",
|
3408
3439
|
"hide-actions",
|
3409
3440
|
"item-title",
|
3410
3441
|
"item-value",
|
3411
3442
|
"items",
|
3412
3443
|
"mandatory",
|
3413
3444
|
"max",
|
3445
|
+
"max-height",
|
3446
|
+
"max-width",
|
3447
|
+
"min-height",
|
3448
|
+
"min-width",
|
3414
3449
|
"mobile",
|
3415
3450
|
"mobile-breakpoint",
|
3416
3451
|
"model-value",
|
@@ -3428,7 +3463,8 @@
|
|
3428
3463
|
"tile",
|
3429
3464
|
"title",
|
3430
3465
|
"value",
|
3431
|
-
"variant"
|
3466
|
+
"variant",
|
3467
|
+
"width"
|
3432
3468
|
],
|
3433
3469
|
"description": ""
|
3434
3470
|
},
|
@@ -3457,8 +3493,13 @@
|
|
3457
3493
|
"error-icon",
|
3458
3494
|
"expand-icon",
|
3459
3495
|
"focusable",
|
3496
|
+
"height",
|
3460
3497
|
"hide-actions",
|
3461
3498
|
"icon",
|
3499
|
+
"max-height",
|
3500
|
+
"max-width",
|
3501
|
+
"min-height",
|
3502
|
+
"min-width",
|
3462
3503
|
"readonly",
|
3463
3504
|
"ripple",
|
3464
3505
|
"rounded",
|
@@ -3470,7 +3511,8 @@
|
|
3470
3511
|
"text",
|
3471
3512
|
"tile",
|
3472
3513
|
"title",
|
3473
|
-
"value"
|
3514
|
+
"value",
|
3515
|
+
"width"
|
3474
3516
|
],
|
3475
3517
|
"description": ""
|
3476
3518
|
},
|
@@ -3571,6 +3613,7 @@
|
|
3571
3613
|
},
|
3572
3614
|
"VTab": {
|
3573
3615
|
"attributes": [
|
3616
|
+
"active-color",
|
3574
3617
|
"append-icon",
|
3575
3618
|
"base-color",
|
3576
3619
|
"border",
|