vuetify 3.3.15 → 3.4.0-alpha.1

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 (122) hide show
  1. package/dist/json/attributes.json +111 -11
  2. package/dist/json/importMap.json +4 -4
  3. package/dist/json/tags.json +25 -0
  4. package/dist/json/web-types.json +263 -18
  5. package/dist/vuetify-labs.css +1558 -518
  6. package/dist/vuetify-labs.d.ts +499 -179
  7. package/dist/vuetify-labs.esm.js +264 -73
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +263 -72
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1080 -40
  12. package/dist/vuetify.d.ts +484 -170
  13. package/dist/vuetify.esm.js +264 -73
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +263 -72
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +914 -895
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAutocomplete/index.d.mts +20 -14
  21. package/lib/components/VAvatar/VAvatar.mjs +2 -1
  22. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  23. package/lib/components/VAvatar/index.d.mts +6 -0
  24. package/lib/components/VBanner/VBanner.mjs +5 -3
  25. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  26. package/lib/components/VBanner/index.d.mts +10 -0
  27. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +9 -4
  28. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  29. package/lib/components/VBreadcrumbs/index.d.mts +28 -2
  30. package/lib/components/VCarousel/index.d.mts +26 -0
  31. package/lib/components/VCheckbox/index.d.mts +12 -0
  32. package/lib/components/VColorPicker/VColorPickerPreview.css +5 -0
  33. package/lib/components/VColorPicker/VColorPickerPreview.mjs +28 -2
  34. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  35. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -0
  36. package/lib/components/VColorPicker/_variables.scss +1 -0
  37. package/lib/components/VCombobox/index.d.mts +20 -14
  38. package/lib/components/VDialog/index.d.mts +41 -20
  39. package/lib/components/VField/index.d.mts +4 -4
  40. package/lib/components/VFileInput/index.d.mts +4 -4
  41. package/lib/components/VImg/VImg.mjs +13 -1
  42. package/lib/components/VImg/VImg.mjs.map +1 -1
  43. package/lib/components/VImg/index.d.mts +26 -0
  44. package/lib/components/VList/index.d.mts +12 -12
  45. package/lib/components/VMenu/index.d.mts +41 -20
  46. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +5 -3
  47. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  48. package/lib/components/VNavigationDrawer/index.d.mts +10 -0
  49. package/lib/components/VOverlay/VOverlay.mjs +9 -4
  50. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  51. package/lib/components/VOverlay/index.d.mts +17 -8
  52. package/lib/components/VOverlay/locationStrategies.mjs +9 -9
  53. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  54. package/lib/components/VOverlay/scrollStrategies.mjs +3 -3
  55. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  56. package/lib/components/VOverlay/useActivator.mjs +50 -21
  57. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  58. package/lib/components/VRadio/index.d.mts +6 -0
  59. package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -2
  60. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  61. package/lib/components/VRangeSlider/index.d.mts +14 -0
  62. package/lib/components/VSelect/index.d.mts +20 -14
  63. package/lib/components/VSelectionControl/VSelectionControl.mjs +3 -1
  64. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  65. package/lib/components/VSelectionControl/index.d.mts +6 -0
  66. package/lib/components/VSlideGroup/VSlideGroup.mjs +5 -3
  67. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  68. package/lib/components/VSlideGroup/index.d.mts +10 -0
  69. package/lib/components/VSlider/VSlider.mjs +2 -1
  70. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  71. package/lib/components/VSlider/index.d.mts +14 -0
  72. package/lib/components/VSlider/slider.mjs +5 -1
  73. package/lib/components/VSlider/slider.mjs.map +1 -1
  74. package/lib/components/VSnackbar/VSnackbar.css +9 -0
  75. package/lib/components/VSnackbar/VSnackbar.mjs +65 -6
  76. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  77. package/lib/components/VSnackbar/VSnackbar.sass +9 -0
  78. package/lib/components/VSnackbar/index.d.mts +52 -25
  79. package/lib/components/VSwitch/index.d.mts +6 -0
  80. package/lib/components/VTabs/index.d.mts +10 -0
  81. package/lib/components/VTextField/index.d.mts +16 -16
  82. package/lib/components/VTextarea/index.d.mts +4 -4
  83. package/lib/components/VTooltip/index.d.mts +41 -20
  84. package/lib/components/index.d.mts +455 -168
  85. package/lib/components/transitions/dialog-transition.mjs +4 -3
  86. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  87. package/lib/components/transitions/index.d.mts +6 -6
  88. package/lib/composables/directiveComponent.mjs +69 -0
  89. package/lib/composables/directiveComponent.mjs.map +1 -0
  90. package/lib/composables/display.mjs +23 -3
  91. package/lib/composables/display.mjs.map +1 -1
  92. package/lib/composables/resizeObserver.mjs.map +1 -1
  93. package/lib/composables/theme.mjs +7 -7
  94. package/lib/composables/theme.mjs.map +1 -1
  95. package/lib/entry-bundler.mjs +1 -1
  96. package/lib/entry-bundler.mjs.map +1 -1
  97. package/lib/framework.mjs +1 -1
  98. package/lib/framework.mjs.map +1 -1
  99. package/lib/iconsets/fa.mjs +2 -1
  100. package/lib/iconsets/fa.mjs.map +1 -1
  101. package/lib/iconsets/fa4.mjs +2 -1
  102. package/lib/iconsets/fa4.mjs.map +1 -1
  103. package/lib/iconsets/md.mjs +2 -1
  104. package/lib/iconsets/md.mjs.map +1 -1
  105. package/lib/iconsets/mdi-svg.mjs +2 -1
  106. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  107. package/lib/iconsets/mdi.mjs +2 -1
  108. package/lib/iconsets/mdi.mjs.map +1 -1
  109. package/lib/index.d.mts +33 -2
  110. package/lib/labs/VBottomSheet/index.d.mts +14 -8
  111. package/lib/labs/VDateInput/index.d.mts +4 -4
  112. package/lib/labs/VOtpInput/index.d.mts +4 -4
  113. package/lib/labs/components.d.mts +18 -12
  114. package/lib/styles/main.css +1026 -0
  115. package/lib/styles/settings/_utilities.scss +20 -0
  116. package/lib/util/box.mjs +12 -0
  117. package/lib/util/box.mjs.map +1 -1
  118. package/lib/util/globals.mjs +1 -0
  119. package/lib/util/globals.mjs.map +1 -1
  120. package/lib/util/helpers.mjs +9 -1
  121. package/lib/util/helpers.mjs.map +1 -1
  122. package/package.json +2 -2
@@ -663,6 +663,10 @@
663
663
  "type": "Record<string, boolean>\n",
664
664
  "description": "**FOR INTERNAL USE ONLY**"
665
665
  },
666
+ "v-avatar/text": {
667
+ "type": "string\n",
668
+ "description": "Specify content text for the component."
669
+ },
666
670
  "v-avatar/end": {
667
671
  "type": "boolean\n",
668
672
  "description": "Applies margin at the start of the component."
@@ -859,6 +863,10 @@
859
863
  "type": "string\n",
860
864
  "description": "Designates a specific src image to pass to the thumbnail."
861
865
  },
866
+ "v-banner/mobile-breakpoint": {
867
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
868
+ "description": "MISSING DESCRIPTION"
869
+ },
862
870
  "v-banner/lines": {
863
871
  "type": "'one' | 'two' | 'three'\n",
864
872
  "description": "The amount of visible lines of text before it truncates."
@@ -1012,7 +1020,7 @@
1012
1020
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
1013
1021
  },
1014
1022
  "v-bottom-sheet/activator": {
1015
- "type": "string | Element | ComponentPublicInstance\n",
1023
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
1016
1024
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
1017
1025
  },
1018
1026
  "v-bottom-sheet/close-on-back": {
@@ -1043,6 +1051,10 @@
1043
1051
  "type": "string | boolean\n",
1044
1052
  "description": "Accepts true/false to enable background, and string to define color."
1045
1053
  },
1054
+ "v-bottom-sheet/target": {
1055
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
1056
+ "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
1057
+ },
1046
1058
  "v-bottom-sheet/activator-props": {
1047
1059
  "type": "{}\n",
1048
1060
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
@@ -1767,6 +1779,10 @@
1767
1779
  "type": "boolean\n",
1768
1780
  "description": "Resizes the background image to cover the entire container."
1769
1781
  },
1782
+ "v-carousel-item/draggable": {
1783
+ "type": "boolean | 'true' | 'false'\n",
1784
+ "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
1785
+ },
1770
1786
  "v-carousel-item/gradient": {
1771
1787
  "type": "string\n",
1772
1788
  "description": "The gradient to apply to the image. This can be any valid CSS gradient declaration. You can find more information on the [MDN documentation for gradients](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient)."
@@ -1791,6 +1807,14 @@
1791
1807
  "type": "string | number\n",
1792
1808
  "description": "Sets a base aspect ratio, calculated as width/height. This will only set a **minimum** height, the component can still grow if it has a lot of content"
1793
1809
  },
1810
+ "v-carousel-item/crossorigin": {
1811
+ "type": "'' | 'anonymous' | 'use-credentials'\n",
1812
+ "description": "Specify that images should be fetched with CORS enabled [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#crossorigin)"
1813
+ },
1814
+ "v-carousel-item/referrerpolicy": {
1815
+ "type": " | 'origin'\n | 'no-referrer'\n | 'no-referrer-when-downgrade'\n | 'origin-when-cross-origin'\n | 'same-origin'\n | 'strict-origin'\n | 'strict-origin-when-cross-origin'\n | 'unsafe-url'\n",
1816
+ "description": "Define which referrer is sent when fetching the resource [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#referrerpolicy)"
1817
+ },
1794
1818
  "v-carousel-item/reverse-transition": {
1795
1819
  "type": "string | boolean\n",
1796
1820
  "description": "Sets the reverse transition"
@@ -1911,6 +1935,10 @@
1911
1935
  "type": "boolean | 'auto'\n",
1912
1936
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
1913
1937
  },
1938
+ "v-checkbox/base-color": {
1939
+ "type": "string\n",
1940
+ "description": "MISSING DESCRIPTION"
1941
+ },
1914
1942
  "v-checkbox/indeterminate": {
1915
1943
  "type": "boolean\n",
1916
1944
  "description": "Sets an indeterminate state for the checkbox"
@@ -1999,6 +2027,10 @@
1999
2027
  "type": "boolean\n",
2000
2028
  "description": "MISSING DESCRIPTION"
2001
2029
  },
2030
+ "v-checkbox-btn/base-color": {
2031
+ "type": "string\n",
2032
+ "description": "MISSING DESCRIPTION"
2033
+ },
2002
2034
  "v-checkbox-btn/inline": {
2003
2035
  "type": "boolean\n",
2004
2036
  "description": "MISSING DESCRIPTION"
@@ -2239,10 +2271,6 @@
2239
2271
  "type": "string | number\n",
2240
2272
  "description": "Sets the default offset for the column."
2241
2273
  },
2242
- "v-col/cols": {
2243
- "type": "string | number | boolean\n",
2244
- "description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**."
2245
- },
2246
2274
  "v-col/sm": {
2247
2275
  "type": "string | number | boolean\n",
2248
2276
  "description": "Changes the number of columns on small and greater breakpoints."
@@ -2263,6 +2291,10 @@
2263
2291
  "type": "string | number | boolean\n",
2264
2292
  "description": "Changes the number of columns on extra extra large and greater breakpoints."
2265
2293
  },
2294
+ "v-col/cols": {
2295
+ "type": "string | number | boolean\n",
2296
+ "description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**."
2297
+ },
2266
2298
  "v-col/offset-sm": {
2267
2299
  "type": "string | number\n",
2268
2300
  "description": "Changes the offset of the component on small and greater breakpoints."
@@ -3872,7 +3904,7 @@
3872
3904
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
3873
3905
  },
3874
3906
  "v-dialog/activator": {
3875
- "type": "string | Element | ComponentPublicInstance\n",
3907
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
3876
3908
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
3877
3909
  },
3878
3910
  "v-dialog/close-on-back": {
@@ -3903,6 +3935,10 @@
3903
3935
  "type": "string | boolean\n",
3904
3936
  "description": "Accepts true/false to enable background, and string to define color."
3905
3937
  },
3938
+ "v-dialog/target": {
3939
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
3940
+ "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
3941
+ },
3906
3942
  "v-dialog/activator-props": {
3907
3943
  "type": "{}\n",
3908
3944
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
@@ -4016,7 +4052,7 @@
4016
4052
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
4017
4053
  },
4018
4054
  "v-dialog-transition/target": {
4019
- "type": "HTMLElement\n",
4055
+ "type": "HTMLElement | [number, number]\n",
4020
4056
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-dialog-transition.json))"
4021
4057
  },
4022
4058
  "v-divider/length": {
@@ -4683,6 +4719,10 @@
4683
4719
  "type": "boolean\n",
4684
4720
  "description": "Resizes the background image to cover the entire container."
4685
4721
  },
4722
+ "v-img/draggable": {
4723
+ "type": "boolean | 'true' | 'false'\n",
4724
+ "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
4725
+ },
4686
4726
  "v-img/gradient": {
4687
4727
  "type": "string\n",
4688
4728
  "description": "The gradient to apply to the image. This can be any valid CSS gradient declaration. You can find more information on the [MDN documentation for gradients](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient)."
@@ -4707,6 +4747,14 @@
4707
4747
  "type": "string | number\n",
4708
4748
  "description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
4709
4749
  },
4750
+ "v-img/crossorigin": {
4751
+ "type": "'' | 'anonymous' | 'use-credentials'\n",
4752
+ "description": "Specify that images should be fetched with CORS enabled [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#crossorigin)"
4753
+ },
4754
+ "v-img/referrerpolicy": {
4755
+ "type": " | 'origin'\n | 'no-referrer'\n | 'no-referrer-when-downgrade'\n | 'origin-when-cross-origin'\n | 'same-origin'\n | 'strict-origin'\n | 'strict-origin-when-cross-origin'\n | 'unsafe-url'\n",
4756
+ "description": "Define which referrer is sent when fetching the resource [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#referrerpolicy)"
4757
+ },
4710
4758
  "v-infinite-scroll/height": {
4711
4759
  "type": "string | number\n",
4712
4760
  "description": "Sets the height for the component."
@@ -5440,7 +5488,7 @@
5440
5488
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
5441
5489
  },
5442
5490
  "v-menu/activator": {
5443
- "type": "string | Element | ComponentPublicInstance\n",
5491
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
5444
5492
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
5445
5493
  },
5446
5494
  "v-menu/close-on-back": {
@@ -5471,6 +5519,10 @@
5471
5519
  "type": "string | boolean\n",
5472
5520
  "description": "Accepts true/false to enable background, and string to define color."
5473
5521
  },
5522
+ "v-menu/target": {
5523
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
5524
+ "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
5525
+ },
5474
5526
  "v-menu/activator-props": {
5475
5527
  "type": "{}\n",
5476
5528
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
@@ -5603,6 +5655,10 @@
5603
5655
  "type": "string | boolean\n",
5604
5656
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
5605
5657
  },
5658
+ "v-navigation-drawer/mobile-breakpoint": {
5659
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
5660
+ "description": "Sets the designated mobile breakpoint for the component. This will apply alternate styles for mobile devices such as the `temporary` prop, or activate the `bottom` prop when the breakpoint value is met. Setting the value to `0` will disable this functionality."
5661
+ },
5606
5662
  "v-navigation-drawer/disable-resize-watcher": {
5607
5663
  "type": "boolean\n",
5608
5664
  "description": "Prevents the automatic opening or closing of the drawer when resized, based on whether the device is mobile or desktop."
@@ -5784,7 +5840,7 @@
5784
5840
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
5785
5841
  },
5786
5842
  "v-overlay/activator": {
5787
- "type": "string | Element | ComponentPublicInstance\n",
5843
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
5788
5844
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
5789
5845
  },
5790
5846
  "v-overlay/close-on-back": {
@@ -5815,6 +5871,10 @@
5815
5871
  "type": "string | boolean\n",
5816
5872
  "description": "Accepts true/false to enable background, and string to define color."
5817
5873
  },
5874
+ "v-overlay/target": {
5875
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
5876
+ "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
5877
+ },
5818
5878
  "v-overlay/activator-props": {
5819
5879
  "type": "{}\n",
5820
5880
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
@@ -6219,6 +6279,10 @@
6219
6279
  "type": "boolean\n",
6220
6280
  "description": "MISSING DESCRIPTION"
6221
6281
  },
6282
+ "v-radio/base-color": {
6283
+ "type": "string\n",
6284
+ "description": "MISSING DESCRIPTION"
6285
+ },
6222
6286
  "v-radio/inline": {
6223
6287
  "type": "boolean\n",
6224
6288
  "description": "MISSING DESCRIPTION"
@@ -6415,6 +6479,10 @@
6415
6479
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6416
6480
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
6417
6481
  },
6482
+ "v-range-slider/ripple": {
6483
+ "type": "boolean\n",
6484
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
6485
+ },
6418
6486
  "v-range-slider/disabled": {
6419
6487
  "type": "boolean\n",
6420
6488
  "description": "Removes the ability to click or target the component"
@@ -7183,6 +7251,10 @@
7183
7251
  "type": "boolean\n",
7184
7252
  "description": "MISSING DESCRIPTION"
7185
7253
  },
7254
+ "v-selection-control/base-color": {
7255
+ "type": "string\n",
7256
+ "description": "MISSING DESCRIPTION"
7257
+ },
7186
7258
  "v-selection-control/inline": {
7187
7259
  "type": "boolean\n",
7188
7260
  "description": "MISSING DESCRIPTION"
@@ -7415,6 +7487,10 @@
7415
7487
  "type": "number\n",
7416
7488
  "description": "Sets a maximum number of selections that can be made."
7417
7489
  },
7490
+ "v-slide-group/mobile-breakpoint": {
7491
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
7492
+ "description": "Sets the designated mobile breakpoint for the component."
7493
+ },
7418
7494
  "v-slide-group/mandatory": {
7419
7495
  "type": "boolean | 'force'\n",
7420
7496
  "description": "Forces at least one item to always be selected (if available)."
@@ -7587,6 +7663,10 @@
7587
7663
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7588
7664
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
7589
7665
  },
7666
+ "v-slider/ripple": {
7667
+ "type": "boolean\n",
7668
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
7669
+ },
7590
7670
  "v-slider/disabled": {
7591
7671
  "type": "boolean\n",
7592
7672
  "description": "Removes the ability to click or target the component"
@@ -7764,7 +7844,7 @@
7764
7844
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
7765
7845
  },
7766
7846
  "v-snackbar/activator": {
7767
- "type": "string | Element | ComponentPublicInstance\n",
7847
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
7768
7848
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
7769
7849
  },
7770
7850
  "v-snackbar/close-on-back": {
@@ -7783,6 +7863,10 @@
7783
7863
  "type": "any\n",
7784
7864
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
7785
7865
  },
7866
+ "v-snackbar/target": {
7867
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
7868
+ "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
7869
+ },
7786
7870
  "v-snackbar/activator-props": {
7787
7871
  "type": "{}\n",
7788
7872
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
@@ -7839,6 +7923,10 @@
7839
7923
  "type": "boolean\n",
7840
7924
  "description": "Gives the snackbar a larger minimum height."
7841
7925
  },
7926
+ "v-snackbar/timer": {
7927
+ "type": "string | boolean\n",
7928
+ "description": "Display a progress bar that counts down until the snackbar closes. Pass a string to set a custom color, otherwise uses `info`."
7929
+ },
7842
7930
  "v-snackbar/timeout": {
7843
7931
  "type": "string | number\n",
7844
7932
  "description": "Time (in milliseconds) to wait until snackbar is automatically hidden. Use `-1` to keep open indefinitely (`0` in version < 2.3 ). It is recommended for this number to be between `4000` and `10000`. Changes to this property will reset the timeout."
@@ -8059,6 +8147,10 @@
8059
8147
  "type": "boolean | 'auto'\n",
8060
8148
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
8061
8149
  },
8150
+ "v-switch/base-color": {
8151
+ "type": "string\n",
8152
+ "description": "MISSING DESCRIPTION"
8153
+ },
8062
8154
  "v-switch/inline": {
8063
8155
  "type": "boolean\n",
8064
8156
  "description": "MISSING DESCRIPTION"
@@ -8347,6 +8439,10 @@
8347
8439
  "type": "number\n",
8348
8440
  "description": "Sets a maximum number of selections that can be made."
8349
8441
  },
8442
+ "v-tabs/mobile-breakpoint": {
8443
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
8444
+ "description": "Sets the designated mobile breakpoint for the component."
8445
+ },
8350
8446
  "v-tabs/grow": {
8351
8447
  "type": "boolean\n",
8352
8448
  "description": "Force `v-tab`'s to take up all available space"
@@ -9060,7 +9156,7 @@
9060
9156
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
9061
9157
  },
9062
9158
  "v-tooltip/activator": {
9063
- "type": "string | Element | ComponentPublicInstance\n",
9159
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
9064
9160
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
9065
9161
  },
9066
9162
  "v-tooltip/close-on-back": {
@@ -9087,6 +9183,10 @@
9087
9183
  "type": "string | boolean\n",
9088
9184
  "description": "Accepts true/false to enable background, and string to define color."
9089
9185
  },
9186
+ "v-tooltip/target": {
9187
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
9188
+ "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
9189
+ },
9090
9190
  "v-tooltip/activator-props": {
9091
9191
  "type": "{}\n",
9092
9192
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
@@ -48,10 +48,6 @@
48
48
  "from": "components/VBanner/index.mjs",
49
49
  "styles": []
50
50
  },
51
- "VBottomNavigation": {
52
- "from": "components/VBottomNavigation/index.mjs",
53
- "styles": []
54
- },
55
51
  "VBreadcrumbs": {
56
52
  "from": "components/VBreadcrumbs/index.mjs",
57
53
  "styles": []
@@ -64,6 +60,10 @@
64
60
  "from": "components/VBreadcrumbs/index.mjs",
65
61
  "styles": []
66
62
  },
63
+ "VBottomNavigation": {
64
+ "from": "components/VBottomNavigation/index.mjs",
65
+ "styles": []
66
+ },
67
67
  "VBtn": {
68
68
  "from": "components/VBtn/index.mjs",
69
69
  "styles": []
@@ -211,6 +211,7 @@
211
211
  "size",
212
212
  "start",
213
213
  "tag",
214
+ "text",
214
215
  "theme",
215
216
  "variant"
216
217
  ],
@@ -254,6 +255,7 @@
254
255
  "max-width",
255
256
  "min-height",
256
257
  "min-width",
258
+ "mobile-breakpoint",
257
259
  "position",
258
260
  "rounded",
259
261
  "stacked",
@@ -340,6 +342,7 @@
340
342
  "scrim",
341
343
  "scroll-strategy",
342
344
  "scrollable",
345
+ "target",
343
346
  "theme",
344
347
  "transition",
345
348
  "width",
@@ -565,7 +568,9 @@
565
568
  "aspect-ratio",
566
569
  "content-class",
567
570
  "cover",
571
+ "crossorigin",
568
572
  "disabled",
573
+ "draggable",
569
574
  "eager",
570
575
  "gradient",
571
576
  "height",
@@ -576,6 +581,7 @@
576
581
  "min-height",
577
582
  "min-width",
578
583
  "options",
584
+ "referrerpolicy",
579
585
  "reverse-transition",
580
586
  "selected-class",
581
587
  "sizes",
@@ -590,6 +596,7 @@
590
596
  "v-checkbox": {
591
597
  "attributes": [
592
598
  "append-icon",
599
+ "base-color",
593
600
  "center-affix",
594
601
  "color",
595
602
  "defaults-target",
@@ -630,6 +637,7 @@
630
637
  },
631
638
  "v-checkbox-btn": {
632
639
  "attributes": [
640
+ "base-color",
633
641
  "color",
634
642
  "defaults-target",
635
643
  "density",
@@ -1257,6 +1265,7 @@
1257
1265
  "scrim",
1258
1266
  "scroll-strategy",
1259
1267
  "scrollable",
1268
+ "target",
1260
1269
  "theme",
1261
1270
  "transition",
1262
1271
  "width",
@@ -1531,6 +1540,8 @@
1531
1540
  "aspect-ratio",
1532
1541
  "content-class",
1533
1542
  "cover",
1543
+ "crossorigin",
1544
+ "draggable",
1534
1545
  "eager",
1535
1546
  "gradient",
1536
1547
  "height",
@@ -1541,6 +1552,7 @@
1541
1552
  "min-height",
1542
1553
  "min-width",
1543
1554
  "options",
1555
+ "referrerpolicy",
1544
1556
  "sizes",
1545
1557
  "src",
1546
1558
  "srcset",
@@ -1856,6 +1868,7 @@
1856
1868
  "persistent",
1857
1869
  "scrim",
1858
1870
  "scroll-strategy",
1871
+ "target",
1859
1872
  "theme",
1860
1873
  "transition",
1861
1874
  "width",
@@ -1884,6 +1897,7 @@
1884
1897
  "floating",
1885
1898
  "image",
1886
1899
  "location",
1900
+ "mobile-breakpoint",
1887
1901
  "model-value",
1888
1902
  "name",
1889
1903
  "order",
@@ -1966,6 +1980,7 @@
1966
1980
  "persistent",
1967
1981
  "scrim",
1968
1982
  "scroll-strategy",
1983
+ "target",
1969
1984
  "theme",
1970
1985
  "transition",
1971
1986
  "width",
@@ -2078,6 +2093,7 @@
2078
2093
  },
2079
2094
  "v-radio": {
2080
2095
  "attributes": [
2096
+ "base-color",
2081
2097
  "color",
2082
2098
  "defaults-target",
2083
2099
  "density",
@@ -2165,6 +2181,7 @@
2165
2181
  "prepend-icon",
2166
2182
  "readonly",
2167
2183
  "reverse",
2184
+ "ripple",
2168
2185
  "rounded",
2169
2186
  "rules",
2170
2187
  "show-ticks",
@@ -2379,6 +2396,7 @@
2379
2396
  },
2380
2397
  "v-selection-control": {
2381
2398
  "attributes": [
2399
+ "base-color",
2382
2400
  "color",
2383
2401
  "defaults-target",
2384
2402
  "density",
@@ -2469,6 +2487,7 @@
2469
2487
  "disabled",
2470
2488
  "mandatory",
2471
2489
  "max",
2490
+ "mobile-breakpoint",
2472
2491
  "model-value",
2473
2492
  "multiple",
2474
2493
  "next-icon",
@@ -2558,6 +2577,7 @@
2558
2577
  "prepend-icon",
2559
2578
  "readonly",
2560
2579
  "reverse",
2580
+ "ripple",
2561
2581
  "rounded",
2562
2582
  "rules",
2563
2583
  "show-ticks",
@@ -2607,8 +2627,10 @@
2607
2627
  "origin",
2608
2628
  "position",
2609
2629
  "rounded",
2630
+ "target",
2610
2631
  "theme",
2611
2632
  "timeout",
2633
+ "timer",
2612
2634
  "transition",
2613
2635
  "variant",
2614
2636
  "vertical",
@@ -2680,6 +2702,7 @@
2680
2702
  "v-switch": {
2681
2703
  "attributes": [
2682
2704
  "append-icon",
2705
+ "base-color",
2683
2706
  "center-affix",
2684
2707
  "color",
2685
2708
  "defaults-target",
@@ -2802,6 +2825,7 @@
2802
2825
  "items",
2803
2826
  "mandatory",
2804
2827
  "max",
2828
+ "mobile-breakpoint",
2805
2829
  "model-value",
2806
2830
  "multiple",
2807
2831
  "next-icon",
@@ -3040,6 +3064,7 @@
3040
3064
  "origin",
3041
3065
  "scrim",
3042
3066
  "scroll-strategy",
3067
+ "target",
3043
3068
  "text",
3044
3069
  "theme",
3045
3070
  "transition",