vuetify 3.3.13 → 3.4.0-alpha.0

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 (139) hide show
  1. package/dist/json/attributes.json +107 -11
  2. package/dist/json/importMap.json +16 -16
  3. package/dist/json/tags.json +24 -0
  4. package/dist/json/web-types.json +305 -38
  5. package/dist/vuetify-labs.css +1483 -408
  6. package/dist/vuetify-labs.d.ts +711 -241
  7. package/dist/vuetify-labs.esm.js +279 -134
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +278 -133
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1370 -295
  12. package/dist/vuetify.d.ts +699 -235
  13. package/dist/vuetify.esm.js +279 -134
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +278 -133
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +912 -897
  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/VCheckbox.mjs +2 -2
  32. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  33. package/lib/components/VCheckbox/VCheckboxBtn.mjs +14 -11
  34. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  35. package/lib/components/VCheckbox/index.d.mts +12 -0
  36. package/lib/components/VColorPicker/VColorPickerEdit.css +4 -2
  37. package/lib/components/VColorPicker/VColorPickerPreview.css +16 -6
  38. package/lib/components/VColorPicker/VColorPickerPreview.mjs +28 -2
  39. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  40. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -0
  41. package/lib/components/VColorPicker/_variables.scss +1 -0
  42. package/lib/components/VCombobox/index.d.mts +20 -14
  43. package/lib/components/VDialog/index.d.mts +41 -20
  44. package/lib/components/VField/VField.css +10 -6
  45. package/lib/components/VField/index.d.mts +4 -4
  46. package/lib/components/VFileInput/index.d.mts +4 -4
  47. package/lib/components/VGrid/VGrid.css +153 -142
  48. package/lib/components/VImg/VImg.mjs +13 -1
  49. package/lib/components/VImg/VImg.mjs.map +1 -1
  50. package/lib/components/VImg/index.d.mts +26 -0
  51. package/lib/components/VList/index.d.mts +12 -12
  52. package/lib/components/VMenu/index.d.mts +41 -20
  53. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +5 -3
  54. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  55. package/lib/components/VNavigationDrawer/index.d.mts +10 -0
  56. package/lib/components/VOverlay/VOverlay.mjs +9 -4
  57. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  58. package/lib/components/VOverlay/index.d.mts +17 -8
  59. package/lib/components/VOverlay/locationStrategies.mjs +9 -9
  60. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  61. package/lib/components/VOverlay/scrollStrategies.mjs +3 -3
  62. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  63. package/lib/components/VOverlay/useActivator.mjs +50 -21
  64. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  65. package/lib/components/VProgressLinear/VProgressLinear.css +3 -2
  66. package/lib/components/VRadio/index.d.mts +6 -0
  67. package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
  68. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  69. package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -2
  70. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  71. package/lib/components/VRangeSlider/index.d.mts +128 -33
  72. package/lib/components/VSelect/index.d.mts +20 -14
  73. package/lib/components/VSelectionControl/VSelectionControl.mjs +5 -2
  74. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  75. package/lib/components/VSelectionControl/index.d.mts +6 -0
  76. package/lib/components/VSlideGroup/VSlideGroup.mjs +5 -3
  77. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  78. package/lib/components/VSlideGroup/index.d.mts +10 -0
  79. package/lib/components/VSlider/VSlider.mjs +2 -1
  80. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  81. package/lib/components/VSlider/VSliderThumb.css +8 -4
  82. package/lib/components/VSlider/VSliderTrack.css +22 -12
  83. package/lib/components/VSlider/index.d.mts +128 -33
  84. package/lib/components/VSlider/slider.mjs +5 -1
  85. package/lib/components/VSlider/slider.mjs.map +1 -1
  86. package/lib/components/VSnackbar/index.d.mts +41 -20
  87. package/lib/components/VSwitch/VSwitch.mjs +9 -9
  88. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  89. package/lib/components/VSwitch/index.d.mts +6 -0
  90. package/lib/components/VTabs/index.d.mts +10 -0
  91. package/lib/components/VTextField/index.d.mts +16 -16
  92. package/lib/components/VTextarea/index.d.mts +4 -4
  93. package/lib/components/VTimeline/VTimeline.css +15 -10
  94. package/lib/components/VToolbar/VToolbar.css +4 -2
  95. package/lib/components/VTooltip/index.d.mts +41 -20
  96. package/lib/components/index.d.mts +667 -230
  97. package/lib/components/transitions/dialog-transition.mjs +4 -3
  98. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  99. package/lib/components/transitions/index.d.mts +6 -6
  100. package/lib/composables/defaults.mjs +9 -9
  101. package/lib/composables/defaults.mjs.map +1 -1
  102. package/lib/composables/directiveComponent.mjs +69 -0
  103. package/lib/composables/directiveComponent.mjs.map +1 -0
  104. package/lib/composables/display.mjs +23 -3
  105. package/lib/composables/display.mjs.map +1 -1
  106. package/lib/composables/theme.mjs +7 -7
  107. package/lib/composables/theme.mjs.map +1 -1
  108. package/lib/entry-bundler.mjs +1 -1
  109. package/lib/entry-bundler.mjs.map +1 -1
  110. package/lib/framework.mjs +1 -1
  111. package/lib/framework.mjs.map +1 -1
  112. package/lib/iconsets/fa.mjs +2 -1
  113. package/lib/iconsets/fa.mjs.map +1 -1
  114. package/lib/iconsets/fa4.mjs +2 -1
  115. package/lib/iconsets/fa4.mjs.map +1 -1
  116. package/lib/iconsets/md.mjs +2 -1
  117. package/lib/iconsets/md.mjs.map +1 -1
  118. package/lib/iconsets/mdi-svg.mjs +2 -1
  119. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  120. package/lib/iconsets/mdi.mjs +2 -1
  121. package/lib/iconsets/mdi.mjs.map +1 -1
  122. package/lib/index.d.mts +36 -5
  123. package/lib/labs/VBottomSheet/index.d.mts +14 -8
  124. package/lib/labs/VDateInput/index.d.mts +4 -4
  125. package/lib/labs/VDatePicker/VDatePickerControls.css +1 -1
  126. package/lib/labs/VOtpInput/index.d.mts +4 -4
  127. package/lib/labs/components.d.mts +18 -12
  128. package/lib/styles/main.css +1026 -0
  129. package/lib/styles/settings/_utilities.scss +20 -0
  130. package/lib/styles/tools/_rtl.sass +4 -2
  131. package/lib/util/box.mjs +12 -0
  132. package/lib/util/box.mjs.map +1 -1
  133. package/lib/util/globals.mjs +1 -0
  134. package/lib/util/globals.mjs.map +1 -1
  135. package/lib/util/helpers.mjs +19 -5
  136. package/lib/util/helpers.mjs.map +1 -1
  137. package/lib/util/injectSelf.mjs +2 -1
  138. package/lib/util/injectSelf.mjs.map +1 -1
  139. 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."
@@ -3868,7 +3900,7 @@
3868
3900
  "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."
3869
3901
  },
3870
3902
  "v-dialog/activator": {
3871
- "type": "string | Element | ComponentPublicInstance\n",
3903
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
3872
3904
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
3873
3905
  },
3874
3906
  "v-dialog/close-on-back": {
@@ -3899,6 +3931,10 @@
3899
3931
  "type": "string | boolean\n",
3900
3932
  "description": "Accepts true/false to enable background, and string to define color."
3901
3933
  },
3934
+ "v-dialog/target": {
3935
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
3936
+ "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."
3937
+ },
3902
3938
  "v-dialog/activator-props": {
3903
3939
  "type": "{}\n",
3904
3940
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
@@ -4012,7 +4048,7 @@
4012
4048
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
4013
4049
  },
4014
4050
  "v-dialog-transition/target": {
4015
- "type": "HTMLElement\n",
4051
+ "type": "HTMLElement | [number, number]\n",
4016
4052
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-dialog-transition.json))"
4017
4053
  },
4018
4054
  "v-divider/length": {
@@ -4679,6 +4715,10 @@
4679
4715
  "type": "boolean\n",
4680
4716
  "description": "Resizes the background image to cover the entire container."
4681
4717
  },
4718
+ "v-img/draggable": {
4719
+ "type": "boolean | 'true' | 'false'\n",
4720
+ "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
4721
+ },
4682
4722
  "v-img/gradient": {
4683
4723
  "type": "string\n",
4684
4724
  "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)."
@@ -4703,6 +4743,14 @@
4703
4743
  "type": "string | number\n",
4704
4744
  "description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
4705
4745
  },
4746
+ "v-img/crossorigin": {
4747
+ "type": "'' | 'anonymous' | 'use-credentials'\n",
4748
+ "description": "Specify that images should be fetched with CORS enabled [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#crossorigin)"
4749
+ },
4750
+ "v-img/referrerpolicy": {
4751
+ "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",
4752
+ "description": "Define which referrer is sent when fetching the resource [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#referrerpolicy)"
4753
+ },
4706
4754
  "v-infinite-scroll/height": {
4707
4755
  "type": "string | number\n",
4708
4756
  "description": "Sets the height for the component."
@@ -5436,7 +5484,7 @@
5436
5484
  "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."
5437
5485
  },
5438
5486
  "v-menu/activator": {
5439
- "type": "string | Element | ComponentPublicInstance\n",
5487
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
5440
5488
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
5441
5489
  },
5442
5490
  "v-menu/close-on-back": {
@@ -5467,6 +5515,10 @@
5467
5515
  "type": "string | boolean\n",
5468
5516
  "description": "Accepts true/false to enable background, and string to define color."
5469
5517
  },
5518
+ "v-menu/target": {
5519
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
5520
+ "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."
5521
+ },
5470
5522
  "v-menu/activator-props": {
5471
5523
  "type": "{}\n",
5472
5524
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
@@ -5599,6 +5651,10 @@
5599
5651
  "type": "string | boolean\n",
5600
5652
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
5601
5653
  },
5654
+ "v-navigation-drawer/mobile-breakpoint": {
5655
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
5656
+ "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."
5657
+ },
5602
5658
  "v-navigation-drawer/disable-resize-watcher": {
5603
5659
  "type": "boolean\n",
5604
5660
  "description": "Will automatically open/close drawer when resized depending if mobile or desktop."
@@ -5780,7 +5836,7 @@
5780
5836
  "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."
5781
5837
  },
5782
5838
  "v-overlay/activator": {
5783
- "type": "string | Element | ComponentPublicInstance\n",
5839
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
5784
5840
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
5785
5841
  },
5786
5842
  "v-overlay/close-on-back": {
@@ -5811,6 +5867,10 @@
5811
5867
  "type": "string | boolean\n",
5812
5868
  "description": "Accepts true/false to enable background, and string to define color."
5813
5869
  },
5870
+ "v-overlay/target": {
5871
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
5872
+ "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."
5873
+ },
5814
5874
  "v-overlay/activator-props": {
5815
5875
  "type": "{}\n",
5816
5876
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
@@ -6215,6 +6275,10 @@
6215
6275
  "type": "boolean\n",
6216
6276
  "description": "MISSING DESCRIPTION"
6217
6277
  },
6278
+ "v-radio/base-color": {
6279
+ "type": "string\n",
6280
+ "description": "MISSING DESCRIPTION"
6281
+ },
6218
6282
  "v-radio/inline": {
6219
6283
  "type": "boolean\n",
6220
6284
  "description": "MISSING DESCRIPTION"
@@ -6411,6 +6475,10 @@
6411
6475
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6412
6476
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
6413
6477
  },
6478
+ "v-range-slider/ripple": {
6479
+ "type": "boolean\n",
6480
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
6481
+ },
6414
6482
  "v-range-slider/disabled": {
6415
6483
  "type": "boolean\n",
6416
6484
  "description": "Removes the ability to click or target the component"
@@ -7179,6 +7247,10 @@
7179
7247
  "type": "boolean\n",
7180
7248
  "description": "MISSING DESCRIPTION"
7181
7249
  },
7250
+ "v-selection-control/base-color": {
7251
+ "type": "string\n",
7252
+ "description": "MISSING DESCRIPTION"
7253
+ },
7182
7254
  "v-selection-control/inline": {
7183
7255
  "type": "boolean\n",
7184
7256
  "description": "MISSING DESCRIPTION"
@@ -7411,6 +7483,10 @@
7411
7483
  "type": "number\n",
7412
7484
  "description": "Sets a maximum number of selections that can be made."
7413
7485
  },
7486
+ "v-slide-group/mobile-breakpoint": {
7487
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
7488
+ "description": "Sets the designated mobile breakpoint for the component."
7489
+ },
7414
7490
  "v-slide-group/mandatory": {
7415
7491
  "type": "boolean | 'force'\n",
7416
7492
  "description": "Forces at least one item to always be selected (if available)."
@@ -7583,6 +7659,10 @@
7583
7659
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7584
7660
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
7585
7661
  },
7662
+ "v-slider/ripple": {
7663
+ "type": "boolean\n",
7664
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
7665
+ },
7586
7666
  "v-slider/disabled": {
7587
7667
  "type": "boolean\n",
7588
7668
  "description": "Removes the ability to click or target the component"
@@ -7760,7 +7840,7 @@
7760
7840
  "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."
7761
7841
  },
7762
7842
  "v-snackbar/activator": {
7763
- "type": "string | Element | ComponentPublicInstance\n",
7843
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
7764
7844
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
7765
7845
  },
7766
7846
  "v-snackbar/close-on-back": {
@@ -7779,6 +7859,10 @@
7779
7859
  "type": "any\n",
7780
7860
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
7781
7861
  },
7862
+ "v-snackbar/target": {
7863
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
7864
+ "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."
7865
+ },
7782
7866
  "v-snackbar/activator-props": {
7783
7867
  "type": "{}\n",
7784
7868
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
@@ -8055,6 +8139,10 @@
8055
8139
  "type": "boolean | 'auto'\n",
8056
8140
  "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"
8057
8141
  },
8142
+ "v-switch/base-color": {
8143
+ "type": "string\n",
8144
+ "description": "MISSING DESCRIPTION"
8145
+ },
8058
8146
  "v-switch/inline": {
8059
8147
  "type": "boolean\n",
8060
8148
  "description": "MISSING DESCRIPTION"
@@ -8343,6 +8431,10 @@
8343
8431
  "type": "number\n",
8344
8432
  "description": "Sets a maximum number of selections that can be made."
8345
8433
  },
8434
+ "v-tabs/mobile-breakpoint": {
8435
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
8436
+ "description": "Sets the designated mobile breakpoint for the component."
8437
+ },
8346
8438
  "v-tabs/grow": {
8347
8439
  "type": "boolean\n",
8348
8440
  "description": "Force `v-tab`'s to take up all available space"
@@ -9056,7 +9148,7 @@
9056
9148
  "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."
9057
9149
  },
9058
9150
  "v-tooltip/activator": {
9059
- "type": "string | Element | ComponentPublicInstance\n",
9151
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
9060
9152
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
9061
9153
  },
9062
9154
  "v-tooltip/close-on-back": {
@@ -9083,6 +9175,10 @@
9083
9175
  "type": "string | boolean\n",
9084
9176
  "description": "Accepts true/false to enable background, and string to define color."
9085
9177
  },
9178
+ "v-tooltip/target": {
9179
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
9180
+ "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."
9181
+ },
9086
9182
  "v-tooltip/activator-props": {
9087
9183
  "type": "{}\n",
9088
9184
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
@@ -76,14 +76,6 @@
76
76
  "from": "components/VBtnToggle/index.mjs",
77
77
  "styles": []
78
78
  },
79
- "VCarousel": {
80
- "from": "components/VCarousel/index.mjs",
81
- "styles": []
82
- },
83
- "VCarouselItem": {
84
- "from": "components/VCarousel/index.mjs",
85
- "styles": []
86
- },
87
79
  "VCard": {
88
80
  "from": "components/VCard/index.mjs",
89
81
  "styles": []
@@ -108,6 +100,14 @@
108
100
  "from": "components/VCard/index.mjs",
109
101
  "styles": []
110
102
  },
103
+ "VCarousel": {
104
+ "from": "components/VCarousel/index.mjs",
105
+ "styles": []
106
+ },
107
+ "VCarouselItem": {
108
+ "from": "components/VCarousel/index.mjs",
109
+ "styles": []
110
+ },
111
111
  "VCheckbox": {
112
112
  "from": "components/VCheckbox/index.mjs",
113
113
  "styles": []
@@ -140,14 +140,14 @@
140
140
  "from": "components/VCounter/index.mjs",
141
141
  "styles": []
142
142
  },
143
- "VDivider": {
144
- "from": "components/VDivider/index.mjs",
145
- "styles": []
146
- },
147
143
  "VDialog": {
148
144
  "from": "components/VDialog/index.mjs",
149
145
  "styles": []
150
146
  },
147
+ "VDivider": {
148
+ "from": "components/VDivider/index.mjs",
149
+ "styles": []
150
+ },
151
151
  "VExpansionPanels": {
152
152
  "from": "components/VExpansionPanel/index.mjs",
153
153
  "styles": []
@@ -272,14 +272,14 @@
272
272
  "from": "components/VMessages/index.mjs",
273
273
  "styles": []
274
274
  },
275
- "VNavigationDrawer": {
276
- "from": "components/VNavigationDrawer/index.mjs",
277
- "styles": []
278
- },
279
275
  "VOverlay": {
280
276
  "from": "components/VOverlay/index.mjs",
281
277
  "styles": []
282
278
  },
279
+ "VNavigationDrawer": {
280
+ "from": "components/VNavigationDrawer/index.mjs",
281
+ "styles": []
282
+ },
283
283
  "VPagination": {
284
284
  "from": "components/VPagination/index.mjs",
285
285
  "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",
@@ -1256,6 +1264,7 @@
1256
1264
  "scrim",
1257
1265
  "scroll-strategy",
1258
1266
  "scrollable",
1267
+ "target",
1259
1268
  "theme",
1260
1269
  "transition",
1261
1270
  "width",
@@ -1530,6 +1539,8 @@
1530
1539
  "aspect-ratio",
1531
1540
  "content-class",
1532
1541
  "cover",
1542
+ "crossorigin",
1543
+ "draggable",
1533
1544
  "eager",
1534
1545
  "gradient",
1535
1546
  "height",
@@ -1540,6 +1551,7 @@
1540
1551
  "min-height",
1541
1552
  "min-width",
1542
1553
  "options",
1554
+ "referrerpolicy",
1543
1555
  "sizes",
1544
1556
  "src",
1545
1557
  "srcset",
@@ -1855,6 +1867,7 @@
1855
1867
  "persistent",
1856
1868
  "scrim",
1857
1869
  "scroll-strategy",
1870
+ "target",
1858
1871
  "theme",
1859
1872
  "transition",
1860
1873
  "width",
@@ -1883,6 +1896,7 @@
1883
1896
  "floating",
1884
1897
  "image",
1885
1898
  "location",
1899
+ "mobile-breakpoint",
1886
1900
  "model-value",
1887
1901
  "name",
1888
1902
  "order",
@@ -1965,6 +1979,7 @@
1965
1979
  "persistent",
1966
1980
  "scrim",
1967
1981
  "scroll-strategy",
1982
+ "target",
1968
1983
  "theme",
1969
1984
  "transition",
1970
1985
  "width",
@@ -2077,6 +2092,7 @@
2077
2092
  },
2078
2093
  "v-radio": {
2079
2094
  "attributes": [
2095
+ "base-color",
2080
2096
  "color",
2081
2097
  "defaults-target",
2082
2098
  "density",
@@ -2164,6 +2180,7 @@
2164
2180
  "prepend-icon",
2165
2181
  "readonly",
2166
2182
  "reverse",
2183
+ "ripple",
2167
2184
  "rounded",
2168
2185
  "rules",
2169
2186
  "show-ticks",
@@ -2378,6 +2395,7 @@
2378
2395
  },
2379
2396
  "v-selection-control": {
2380
2397
  "attributes": [
2398
+ "base-color",
2381
2399
  "color",
2382
2400
  "defaults-target",
2383
2401
  "density",
@@ -2468,6 +2486,7 @@
2468
2486
  "disabled",
2469
2487
  "mandatory",
2470
2488
  "max",
2489
+ "mobile-breakpoint",
2471
2490
  "model-value",
2472
2491
  "multiple",
2473
2492
  "next-icon",
@@ -2557,6 +2576,7 @@
2557
2576
  "prepend-icon",
2558
2577
  "readonly",
2559
2578
  "reverse",
2579
+ "ripple",
2560
2580
  "rounded",
2561
2581
  "rules",
2562
2582
  "show-ticks",
@@ -2606,6 +2626,7 @@
2606
2626
  "origin",
2607
2627
  "position",
2608
2628
  "rounded",
2629
+ "target",
2609
2630
  "theme",
2610
2631
  "timeout",
2611
2632
  "transition",
@@ -2679,6 +2700,7 @@
2679
2700
  "v-switch": {
2680
2701
  "attributes": [
2681
2702
  "append-icon",
2703
+ "base-color",
2682
2704
  "center-affix",
2683
2705
  "color",
2684
2706
  "defaults-target",
@@ -2801,6 +2823,7 @@
2801
2823
  "items",
2802
2824
  "mandatory",
2803
2825
  "max",
2826
+ "mobile-breakpoint",
2804
2827
  "model-value",
2805
2828
  "multiple",
2806
2829
  "next-icon",
@@ -3039,6 +3062,7 @@
3039
3062
  "origin",
3040
3063
  "scrim",
3041
3064
  "scroll-strategy",
3065
+ "target",
3042
3066
  "text",
3043
3067
  "theme",
3044
3068
  "transition",