@vuetify/nightly 3.3.0-dev-20230504.0 → 3.3.0-master-20230505.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 (92) hide show
  1. package/CHANGELOG.md +12 -16
  2. package/dist/json/attributes.json +69 -69
  3. package/dist/json/importMap.json +60 -60
  4. package/dist/json/web-types.json +109 -109
  5. package/dist/vuetify-labs.css +370 -370
  6. package/dist/vuetify-labs.d.ts +72 -207
  7. package/dist/vuetify-labs.esm.js +137 -172
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +137 -172
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +22 -22
  12. package/dist/vuetify.d.ts +91 -226
  13. package/dist/vuetify.esm.js +137 -172
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +137 -172
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +770 -775
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.ts +2 -8
  21. package/lib/blueprints/md1.d.ts +2 -8
  22. package/lib/blueprints/md2.d.ts +2 -8
  23. package/lib/blueprints/md3.d.ts +2 -8
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs +7 -9
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  26. package/lib/components/VAutocomplete/index.d.ts +3 -30
  27. package/lib/components/VCarousel/index.d.ts +9 -9
  28. package/lib/components/VColorPicker/VColorPicker.mjs +10 -11
  29. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  30. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  31. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +4 -5
  32. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  33. package/lib/components/VColorPicker/index.d.ts +31 -97
  34. package/lib/components/VColorPicker/util/index.mjs +22 -2
  35. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  36. package/lib/components/VCombobox/VCombobox.mjs +6 -9
  37. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  38. package/lib/components/VCombobox/index.d.ts +3 -27
  39. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +1 -2
  40. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  41. package/lib/components/VField/VField.mjs +6 -2
  42. package/lib/components/VField/VField.mjs.map +1 -1
  43. package/lib/components/VFileInput/index.d.ts +3 -3
  44. package/lib/components/VForm/index.d.ts +3 -3
  45. package/lib/components/VGrid/VContainer.mjs +6 -2
  46. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  47. package/lib/components/VIcon/VIcon.mjs +28 -29
  48. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  49. package/lib/components/VNavigationDrawer/sticky.mjs +9 -3
  50. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  51. package/lib/components/VOverlay/locationStrategies.mjs +2 -2
  52. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  53. package/lib/components/VProgressLinear/VProgressLinear.mjs +3 -2
  54. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  55. package/lib/components/VRangeSlider/VRangeSlider.mjs +6 -2
  56. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  57. package/lib/components/VSelect/VSelect.mjs +8 -8
  58. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  59. package/lib/components/VSelect/index.d.ts +3 -15
  60. package/lib/components/VSlider/VSlider.mjs +7 -3
  61. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  62. package/lib/components/VTextField/index.d.ts +3 -3
  63. package/lib/components/VTextarea/index.d.ts +3 -3
  64. package/lib/components/VTimeline/VTimeline.mjs +6 -2
  65. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  66. package/lib/components/VToolbar/VToolbar.mjs +6 -2
  67. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  68. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  69. package/lib/components/VWindow/index.d.ts +9 -9
  70. package/lib/components/index.d.ts +70 -199
  71. package/lib/composables/display.mjs +6 -6
  72. package/lib/composables/display.mjs.map +1 -1
  73. package/lib/composables/forwardRefs.mjs.map +1 -1
  74. package/lib/composables/icons.mjs +2 -2
  75. package/lib/composables/icons.mjs.map +1 -1
  76. package/lib/composables/theme.mjs +3 -3
  77. package/lib/composables/theme.mjs.map +1 -1
  78. package/lib/directives/click-outside/index.mjs +1 -1
  79. package/lib/directives/click-outside/index.mjs.map +1 -1
  80. package/lib/entry-bundler.mjs +1 -1
  81. package/lib/entry-bundler.mjs.map +1 -1
  82. package/lib/framework.mjs +1 -1
  83. package/lib/framework.mjs.map +1 -1
  84. package/lib/index.d.ts +21 -27
  85. package/lib/labs/date/date.mjs +7 -7
  86. package/lib/labs/date/date.mjs.map +1 -1
  87. package/lib/labs/date/index.d.ts +1 -3
  88. package/lib/util/colorUtils.mjs +3 -68
  89. package/lib/util/colorUtils.mjs.map +1 -1
  90. package/lib/util/helpers.mjs +0 -3
  91. package/lib/util/helpers.mjs.map +1 -1
  92. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,30 +1,26 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.3.0-dev-20230504.0...v) (2023-05-04)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.3.0-master-20230505.0...v) (2023-05-05)
2
2
 
3
3
 
4
4
 
5
- # [3.3.0-dev-20230504.0](https://github.com/vuetifyjs/vuetify/compare/v3.2.1...v3.3.0-dev-20230504.0) (2023-05-04)
5
+ # [3.3.0-master-20230505.0](https://github.com/vuetifyjs/vuetify/compare/v3.2.2...v3.3.0-master-20230505.0) (2023-05-05)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
- * **docs:** linting ([8445f46](https://github.com/vuetifyjs/vuetify/commit/8445f46ac40c85fdcf152519dbf6a9b35a9cc7b1))
11
- * **inputs:** pass active prop to VField ([b7cbf1b](https://github.com/vuetifyjs/vuetify/commit/b7cbf1ba795fc3ce70aed45cf3b55a6373301a94))
12
- * **types:** re-export DateInstance interface ([4fa3c60](https://github.com/vuetifyjs/vuetify/commit/4fa3c60d504b6b03e4b925b067cb3e905343035a)), closes [#17242](https://github.com/vuetifyjs/vuetify/issues/17242)
13
- * **VAppBar:** correct fade-image ratio, inverted behavior ([2d579b5](https://github.com/vuetifyjs/vuetify/commit/2d579b5ce850f1b0c7ec48d30b31333aa0b3ffa1))
14
- * **VAppBarNavIcon:** use makeBtnProps, set default variant ([5b25057](https://github.com/vuetifyjs/vuetify/commit/5b25057a5659797815af11b97ee7c0a3fe566e4b))
15
- * **VAutocomplete:** hide chip when focused single select ([e5cc426](https://github.com/vuetifyjs/vuetify/commit/e5cc42603b976e0d1182e9f3142a9a68dfdc7375)), closes [#16186](https://github.com/vuetifyjs/vuetify/issues/16186) [#17208](https://github.com/vuetifyjs/vuetify/issues/17208)
16
- * **VDataTable:** checkbox vertical alignment ([96f8a9e](https://github.com/vuetifyjs/vuetify/commit/96f8a9e725f4afb8b73cbe11e138848c4e06d8d5)), closes [#17235](https://github.com/vuetifyjs/vuetify/issues/17235)
17
- * **VDataTable:** switch page if beyond page count ([a6f9e3e](https://github.com/vuetifyjs/vuetify/commit/a6f9e3e3601b48acff2eba9733837c2d666974cb)), closes [#17226](https://github.com/vuetifyjs/vuetify/issues/17226)
18
- * **VNavigationDrawer:** remove inset styles from scrim ([d345a6a](https://github.com/vuetifyjs/vuetify/commit/d345a6ab7bb222782cf51bdd4d6dabe8d1230013)), closes [#16261](https://github.com/vuetifyjs/vuetify/issues/16261)
19
- * **VSelect:** render prependIcon in items ([e900eac](https://github.com/vuetifyjs/vuetify/commit/e900eacd6011afcba820a9073d866c3d7f0e8aac)), closes [#17247](https://github.com/vuetifyjs/vuetify/issues/17247)
20
- * **VSelects:** prevent menu from opening when closing chips ([7805988](https://github.com/vuetifyjs/vuetify/commit/7805988c502ca58c7056304427b21eb448ab20dc)), closes [#17253](https://github.com/vuetifyjs/vuetify/issues/17253)
21
- * **VSheet:** add missing positions ([875fcd4](https://github.com/vuetifyjs/vuetify/commit/875fcd4aeff40e89cc0890a62c5592dcea72c3be)), closes [#17249](https://github.com/vuetifyjs/vuetify/issues/17249)
10
+ * **forwardRefs:** include forwarded elements in instance type ([6fd1a13](https://github.com/vuetifyjs/vuetify/commit/6fd1a13f4dc0d8a193dc9614902f5907913ec9e4)), closes [#17299](https://github.com/vuetifyjs/vuetify/issues/17299)
11
+ * remove components index imports ([a6ed4c3](https://github.com/vuetifyjs/vuetify/commit/a6ed4c3a51604a207b22292f042d65a5c67378d9))
12
+ * **click-outside:** ignore mousedown from before element exists ([cd88563](https://github.com/vuetifyjs/vuetify/commit/cd88563dc75e691da85656a7cee7368f7755e15b)), closes [#16684](https://github.com/vuetifyjs/vuetify/issues/16684)
13
+ * **theme:** correct emphasis opacity in default dark theme ([#17279](https://github.com/vuetifyjs/vuetify/issues/17279)) ([1f6b2b3](https://github.com/vuetifyjs/vuetify/commit/1f6b2b36936093c6442093fbce77e828e7b4ea42))
14
+ * **VExpansionPanel:** remove duplicate aria-expanded ([#17284](https://github.com/vuetifyjs/vuetify/issues/17284)) ([94335b1](https://github.com/vuetifyjs/vuetify/commit/94335b188a47c774f9b121f6467e1ba29ecf18d0)), closes [#15514](https://github.com/vuetifyjs/vuetify/issues/15514)
15
+ * **VSelect:** replace onfocusout with onAfterleave ([#17218](https://github.com/vuetifyjs/vuetify/issues/17218)) ([36e75c2](https://github.com/vuetifyjs/vuetify/commit/36e75c21d1a3ea907b7e1975f7b93917ee60720b)), closes [#17214](https://github.com/vuetifyjs/vuetify/issues/17214)
16
+ * add rtl classes to components ([bc0436d](https://github.com/vuetifyjs/vuetify/commit/bc0436d3f79bbb445afc9284f13b1ac9923be848)), closes [#16586](https://github.com/vuetifyjs/vuetify/issues/16586)
17
+ * **VNavigationDrawer:** account for VOverlay body offset when sticky ([c45cc65](https://github.com/vuetifyjs/vuetify/commit/c45cc6539dcc8fd87d272dff21e9032c50725e3b))
18
+ * **VOverlay:** subtract body scroll from contentBox ([b7e3da6](https://github.com/vuetifyjs/vuetify/commit/b7e3da6bec98e5f0bf67035273eae453d09f05ef)), closes [#16770](https://github.com/vuetifyjs/vuetify/issues/16770)
22
19
 
23
20
 
24
21
  ### Features
25
22
 
26
- * **ssr:** add server-side clientWidth/height options ([178b013](https://github.com/vuetifyjs/vuetify/commit/178b013b3e5eb97090a0571e3e9a66c9ee079b74)), closes [#17252](https://github.com/vuetifyjs/vuetify/issues/17252)
27
- * **VColorPicker:** accept rgb)(/hsl()/hsv() swatches ([42f7cbd](https://github.com/vuetifyjs/vuetify/commit/42f7cbd4e568bca7bd9076b8f869b3deb412facc)), closes [#8833](https://github.com/vuetifyjs/vuetify/issues/8833)
23
+ * **date:** allow passing already constructed DateInstance ([507d87e](https://github.com/vuetifyjs/vuetify/commit/507d87eba74f72157f2537388e53eaaf553d427b)), closes [#17293](https://github.com/vuetifyjs/vuetify/issues/17293)
28
24
 
29
25
 
30
26
 
@@ -1468,8 +1468,8 @@
1468
1468
  "description": "Configure the active CSS class applied when an item is selected."
1469
1469
  },
1470
1470
  "v-carousel/direction": {
1471
- "type": "string",
1472
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-window.json))"
1471
+ "type": "\"horizontal\" | \"vertical\"",
1472
+ "description": "The transition direction when changing windows."
1473
1473
  },
1474
1474
  "v-carousel/mandatory": {
1475
1475
  "type": "\"force\"",
@@ -1529,7 +1529,7 @@
1529
1529
  },
1530
1530
  "v-checkbox/type": {
1531
1531
  "type": "string",
1532
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1532
+ "description": "Provides the default type for children selection controls."
1533
1533
  },
1534
1534
  "v-checkbox/model-value": {
1535
1535
  "type": "any",
@@ -1557,7 +1557,7 @@
1557
1557
  },
1558
1558
  "v-checkbox/value": {
1559
1559
  "type": "any",
1560
- "description": "The input's value"
1560
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
1561
1561
  },
1562
1562
  "v-checkbox/id": {
1563
1563
  "type": "string",
@@ -1665,7 +1665,7 @@
1665
1665
  },
1666
1666
  "v-checkbox-btn/type": {
1667
1667
  "type": "string",
1668
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1668
+ "description": "Provides the default type for children selection controls."
1669
1669
  },
1670
1670
  "v-checkbox-btn/model-value": {
1671
1671
  "type": "any",
@@ -1693,7 +1693,7 @@
1693
1693
  },
1694
1694
  "v-checkbox-btn/value": {
1695
1695
  "type": "any",
1696
- "description": "MISSING DESCRIPTION"
1696
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
1697
1697
  },
1698
1698
  "v-checkbox-btn/id": {
1699
1699
  "type": "string",
@@ -1725,15 +1725,15 @@
1725
1725
  },
1726
1726
  "v-checkbox-btn/inline": {
1727
1727
  "type": "boolean",
1728
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1728
+ "description": "Puts children inputs into a row."
1729
1729
  },
1730
1730
  "v-checkbox-btn/indeterminate": {
1731
1731
  "type": "boolean",
1732
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox-btn.json))"
1732
+ "description": "Puts the control in an indeterminate state. Used with the [indeterminate-icon](#props-indeterminate-icon) property."
1733
1733
  },
1734
1734
  "v-checkbox-btn/indeterminate-icon": {
1735
1735
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
1736
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox-btn.json))"
1736
+ "description": "Icon used when the component is in an indeterminate state."
1737
1737
  },
1738
1738
  "v-checkbox-btn/true-value": {
1739
1739
  "type": "any",
@@ -1981,7 +1981,7 @@
1981
1981
  },
1982
1982
  "v-col/xxl": {
1983
1983
  "type": "string | number | boolean",
1984
- "description": "MISSING DESCRIPTION"
1984
+ "description": "Changes the number of columns on extra extra large and greater breakpoints."
1985
1985
  },
1986
1986
  "v-col/offset-sm": {
1987
1987
  "type": "string | number",
@@ -2001,7 +2001,7 @@
2001
2001
  },
2002
2002
  "v-col/offset-xxl": {
2003
2003
  "type": "string | number",
2004
- "description": "MISSING DESCRIPTION"
2004
+ "description": "Changes the offset of the component on extra extra large and greater breakpoints."
2005
2005
  },
2006
2006
  "v-col/order-sm": {
2007
2007
  "type": "string | number",
@@ -2021,7 +2021,7 @@
2021
2021
  },
2022
2022
  "v-col/order-xxl": {
2023
2023
  "type": "string | number",
2024
- "description": "MISSING DESCRIPTION"
2024
+ "description": "Changes the order of the component on extra extra large and greater breakpoints."
2025
2025
  },
2026
2026
  "v-col/align-self": {
2027
2027
  "type": "\"end\" | \"start\" | \"center\" | \"auto\" | \"baseline\" | \"stretch\"",
@@ -2037,7 +2037,7 @@
2037
2037
  },
2038
2038
  "v-color-picker/width": {
2039
2039
  "type": "string | number",
2040
- "description": "Sets the width for the component."
2040
+ "description": "Sets the width of the color picker"
2041
2041
  },
2042
2042
  "v-color-picker/elevation": {
2043
2043
  "type": "string | number",
@@ -2068,44 +2068,44 @@
2068
2068
  "description": "Removes the ability to click or target the component"
2069
2069
  },
2070
2070
  "v-color-picker/mode": {
2071
- "type": "\"rgb\" | \"rgba\" | \"hsl\" | \"hsla\" | \"hex\" | \"hexa\"",
2072
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
2071
+ "type": "string",
2072
+ "description": "Sets mode of inputs. Available modes are 'rgba', 'hsla', and 'hexa'. Can be synced with the `.sync` modifier."
2073
2073
  },
2074
2074
  "v-color-picker/hide-canvas": {
2075
2075
  "type": "boolean",
2076
- "description": "MISSING DESCRIPTION"
2076
+ "description": "Hides canvas"
2077
2077
  },
2078
2078
  "v-color-picker/hide-sliders": {
2079
2079
  "type": "boolean",
2080
- "description": "MISSING DESCRIPTION"
2080
+ "description": "Hides sliders"
2081
2081
  },
2082
2082
  "v-color-picker/hide-inputs": {
2083
2083
  "type": "boolean",
2084
- "description": "MISSING DESCRIPTION"
2084
+ "description": "Hides inputs"
2085
2085
  },
2086
2086
  "v-color-picker/show-swatches": {
2087
2087
  "type": "boolean",
2088
- "description": "MISSING DESCRIPTION"
2088
+ "description": "Displays color swatches"
2089
2089
  },
2090
2090
  "v-color-picker/canvas-height": {
2091
2091
  "type": "string | number",
2092
- "description": "MISSING DESCRIPTION"
2092
+ "description": "Height of canvas"
2093
2093
  },
2094
2094
  "v-color-picker/dot-size": {
2095
2095
  "type": "string | number",
2096
- "description": "MISSING DESCRIPTION"
2096
+ "description": "Changes the size of the selection dot on the canvas"
2097
2097
  },
2098
2098
  "v-color-picker/modes": {
2099
- "type": "(\"rgb\" | \"rgba\" | \"hsl\" | \"hsla\" | \"hex\" | \"hexa\")[]",
2100
- "description": "MISSING DESCRIPTION"
2099
+ "type": "string[]",
2100
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-color-picker.json))"
2101
2101
  },
2102
2102
  "v-color-picker/swatches-max-height": {
2103
2103
  "type": "string | number",
2104
- "description": "MISSING DESCRIPTION"
2104
+ "description": "Sets the maximum height of the swatches section"
2105
2105
  },
2106
2106
  "v-color-picker/swatches": {
2107
- "type": "(string | number | HSV | RGB | HSL)[][]",
2108
- "description": "MISSING DESCRIPTION"
2107
+ "type": "string[][]",
2108
+ "description": "Sets the available color swatches to select from - This prop only accepts rgba hex strings"
2109
2109
  },
2110
2110
  "v-combobox/flat": {
2111
2111
  "type": "boolean",
@@ -2405,11 +2405,11 @@
2405
2405
  },
2406
2406
  "v-counter/value": {
2407
2407
  "type": "string | number",
2408
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
2408
+ "description": "Sets the current counter value."
2409
2409
  },
2410
2410
  "v-counter/active": {
2411
2411
  "type": "boolean",
2412
- "description": "Determines whether the counter is visible or not"
2412
+ "description": "Determines whether the counter is visible or not."
2413
2413
  },
2414
2414
  "v-counter/transition": {
2415
2415
  "type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> & Omit<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<{ disabled: BooleanConstructor; group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }>>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean>): WatchStopHandle; } & { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => VNode<RendererNode, RendererElement, { [key: string]: any; }>> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }",
@@ -2417,7 +2417,7 @@
2417
2417
  },
2418
2418
  "v-counter/max": {
2419
2419
  "type": "string | number",
2420
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
2420
+ "description": "Sets the maximum allowed value."
2421
2421
  },
2422
2422
  "v-data-table/model-value": {
2423
2423
  "type": "any[]",
@@ -2941,7 +2941,7 @@
2941
2941
  },
2942
2942
  "v-dialog/close-on-content-click": {
2943
2943
  "type": "boolean",
2944
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
2944
+ "description": "Closes component when you click on its content"
2945
2945
  },
2946
2946
  "v-dialog/close-delay": {
2947
2947
  "type": "string | number",
@@ -3663,6 +3663,10 @@
3663
3663
  "type": "string",
3664
3664
  "description": "Alternate text for screen readers. Leave empty for decorative images."
3665
3665
  },
3666
+ "v-img/src": {
3667
+ "type": "string | { src: string; srcset: string; lazySrc: string; aspect: number }",
3668
+ "description": "The image URL. This prop is mandatory."
3669
+ },
3666
3670
  "v-img/cover": {
3667
3671
  "type": "boolean",
3668
3672
  "description": "Resizes the background image to cover the entire container."
@@ -3687,10 +3691,6 @@
3687
3691
  "type": "string | number",
3688
3692
  "description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
3689
3693
  },
3690
- "v-img/src": {
3691
- "type": "string | { src: string; srcset: string; lazySrc: string; aspect: number }",
3692
- "description": "The image URL. This prop is mandatory."
3693
- },
3694
3694
  "v-infinite-scroll/height": {
3695
3695
  "type": "string | number",
3696
3696
  "description": "Sets the height for the component."
@@ -4084,7 +4084,7 @@
4084
4084
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
4085
4085
  },
4086
4086
  "v-list/open-strategy": {
4087
- "type": "\"multiple\" | \"single\" | \"list\" | { open: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L1-L8\" target=\"_blank\">OpenStrategyFn</a>; select: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L10-L18\" target=\"_blank\">OpenSelectStrategyFn</a> }",
4087
+ "type": "\"multiple\" | \"list\" | \"single\" | { open: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L1-L8\" target=\"_blank\">OpenStrategyFn</a>; select: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L10-L18\" target=\"_blank\">OpenSelectStrategyFn</a> }",
4088
4088
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
4089
4089
  },
4090
4090
  "v-list/opened": {
@@ -4701,7 +4701,7 @@
4701
4701
  },
4702
4702
  "v-overlay/close-on-content-click": {
4703
4703
  "type": "boolean",
4704
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
4704
+ "description": "Closes component when you click on its content"
4705
4705
  },
4706
4706
  "v-overlay/close-delay": {
4707
4707
  "type": "string | number",
@@ -4799,6 +4799,10 @@
4799
4799
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4800
4800
  "description": "The icon to use for the prev button"
4801
4801
  },
4802
+ "v-pagination/aria-label": {
4803
+ "type": "string",
4804
+ "description": "Label for the root element"
4805
+ },
4802
4806
  "v-pagination/show-first-last-page": {
4803
4807
  "type": "boolean",
4804
4808
  "description": "Show buttons for going to first and last page"
@@ -4815,10 +4819,6 @@
4815
4819
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
4816
4820
  "description": "The icon to use for the last button"
4817
4821
  },
4818
- "v-pagination/aria-label": {
4819
- "type": "string",
4820
- "description": "Label for the root element"
4821
- },
4822
4822
  "v-pagination/page-aria-label": {
4823
4823
  "type": "string",
4824
4824
  "description": "Label for each page button"
@@ -4965,7 +4965,7 @@
4965
4965
  },
4966
4966
  "v-radio/type": {
4967
4967
  "type": "string",
4968
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4968
+ "description": "Provides the default type for children selection controls."
4969
4969
  },
4970
4970
  "v-radio/model-value": {
4971
4971
  "type": "any",
@@ -4993,7 +4993,7 @@
4993
4993
  },
4994
4994
  "v-radio/value": {
4995
4995
  "type": "any",
4996
- "description": "MISSING DESCRIPTION"
4996
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
4997
4997
  },
4998
4998
  "v-radio/id": {
4999
4999
  "type": "string",
@@ -5025,7 +5025,7 @@
5025
5025
  },
5026
5026
  "v-radio/inline": {
5027
5027
  "type": "boolean",
5028
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5028
+ "description": "Puts children inputs into a row."
5029
5029
  },
5030
5030
  "v-radio/true-value": {
5031
5031
  "type": "any",
@@ -5267,10 +5267,6 @@
5267
5267
  "type": "string | number",
5268
5268
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
5269
5269
  },
5270
- "v-range-slider/strict": {
5271
- "type": "boolean",
5272
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-range-slider.json))"
5273
- },
5274
5270
  "v-range-slider/min": {
5275
5271
  "type": "string | number",
5276
5272
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
@@ -5279,6 +5275,10 @@
5279
5275
  "type": "string | number",
5280
5276
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
5281
5277
  },
5278
+ "v-range-slider/strict": {
5279
+ "type": "boolean",
5280
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-range-slider.json))"
5281
+ },
5282
5282
  "v-range-slider/thumb-color": {
5283
5283
  "type": "string",
5284
5284
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
@@ -5431,6 +5431,10 @@
5431
5431
  "type": "string",
5432
5432
  "description": "Specify a custom tag used on the root element."
5433
5433
  },
5434
+ "v-row/align": {
5435
+ "type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
5436
+ "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **baseline** and **stretch**."
5437
+ },
5434
5438
  "v-row/dense": {
5435
5439
  "type": "boolean",
5436
5440
  "description": "Reduces the gutter between `v-col`s."
@@ -5439,10 +5443,6 @@
5439
5443
  "type": "boolean",
5440
5444
  "description": "Removes the gutter between `v-col`s."
5441
5445
  },
5442
- "v-row/align": {
5443
- "type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
5444
- "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **baseline** and **stretch**."
5445
- },
5446
5446
  "v-row/align-sm": {
5447
5447
  "type": "\"end\" | \"start\" | \"center\" | \"baseline\" | \"stretch\"",
5448
5448
  "description": "Changes the **align-items** property on small and greater breakpoints."
@@ -5889,7 +5889,7 @@
5889
5889
  },
5890
5890
  "v-selection-control/type": {
5891
5891
  "type": "string",
5892
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5892
+ "description": "Provides the default type for children selection controls."
5893
5893
  },
5894
5894
  "v-selection-control/model-value": {
5895
5895
  "type": "unknown",
@@ -5917,7 +5917,7 @@
5917
5917
  },
5918
5918
  "v-selection-control/value": {
5919
5919
  "type": "any",
5920
- "description": "MISSING DESCRIPTION"
5920
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
5921
5921
  },
5922
5922
  "v-selection-control/id": {
5923
5923
  "type": "string",
@@ -5949,7 +5949,7 @@
5949
5949
  },
5950
5950
  "v-selection-control/inline": {
5951
5951
  "type": "boolean",
5952
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5952
+ "description": "Puts children inputs into a row."
5953
5953
  },
5954
5954
  "v-selection-control/true-value": {
5955
5955
  "type": "any",
@@ -5969,7 +5969,7 @@
5969
5969
  },
5970
5970
  "v-selection-control-group/type": {
5971
5971
  "type": "string",
5972
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5972
+ "description": "Provides the default type for children selection controls."
5973
5973
  },
5974
5974
  "v-selection-control-group/model-value": {
5975
5975
  "type": "any",
@@ -6021,7 +6021,7 @@
6021
6021
  },
6022
6022
  "v-selection-control-group/inline": {
6023
6023
  "type": "boolean",
6024
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
6024
+ "description": "Puts children inputs into a row."
6025
6025
  },
6026
6026
  "v-selection-control-group/false-icon": {
6027
6027
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
@@ -6033,7 +6033,7 @@
6033
6033
  },
6034
6034
  "v-selection-control-group/defaults-target": {
6035
6035
  "type": "string",
6036
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
6036
+ "description": "The target component to provide defaults values for."
6037
6037
  },
6038
6038
  "v-sheet/border": {
6039
6039
  "type": "string | number | boolean",
@@ -6092,7 +6092,7 @@
6092
6092
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
6093
6093
  },
6094
6094
  "v-skeleton-loader/type": {
6095
- "type": "\"text\" | \"image\" | \"button\" | \"chip\" | \"actions\" | \"avatar\" | \"divider\" | \"subtitle\" | \"heading\" | \"sentences\" | \"paragraph\" | \"article\" | \"card\" | \"card-avatar\" | \"date-picker\" | \"date-picker-options\" | \"date-picker-days\" | \"list-item\" | \"list-item-avatar\" | \"list-item-two-line\" | \"list-item-avatar-two-line\" | \"list-item-three-line\" | \"list-item-avatar-three-line\" | \"table\" | \"table-heading\" | \"table-thead\" | \"table-tbody\" | \"table-row-divider\" | \"table-row\" | \"table-tfoot\" | (\"text\" | \"image\" | \"button\" | \"chip\" | \"actions\" | \"avatar\" | \"divider\" | \"subtitle\" | \"heading\" | \"sentences\" | \"paragraph\" | \"article\" | \"card\" | \"card-avatar\" | \"date-picker\" | \"date-picker-options\" | \"date-picker-days\" | \"list-item\" | \"list-item-avatar\" | \"list-item-two-line\" | \"list-item-avatar-two-line\" | \"list-item-three-line\" | \"list-item-avatar-three-line\" | \"table\" | \"table-heading\" | \"table-thead\" | \"table-tbody\" | \"table-row-divider\" | \"table-row\" | \"table-tfoot\")[]",
6095
+ "type": "\"text\" | \"image\" | \"button\" | \"chip\" | \"actions\" | \"avatar\" | \"divider\" | \"subtitle\" | \"article\" | \"table\" | \"heading\" | \"sentences\" | \"paragraph\" | \"card\" | \"card-avatar\" | \"date-picker\" | \"date-picker-options\" | \"date-picker-days\" | \"list-item\" | \"list-item-avatar\" | \"list-item-two-line\" | \"list-item-avatar-two-line\" | \"list-item-three-line\" | \"list-item-avatar-three-line\" | \"table-heading\" | \"table-thead\" | \"table-tbody\" | \"table-row-divider\" | \"table-row\" | \"table-tfoot\" | (\"text\" | \"image\" | \"button\" | \"chip\" | \"actions\" | \"avatar\" | \"divider\" | \"subtitle\" | \"article\" | \"table\" | \"heading\" | \"sentences\" | \"paragraph\" | \"card\" | \"card-avatar\" | \"date-picker\" | \"date-picker-options\" | \"date-picker-days\" | \"list-item\" | \"list-item-avatar\" | \"list-item-two-line\" | \"list-item-avatar-two-line\" | \"list-item-three-line\" | \"list-item-avatar-three-line\" | \"table-heading\" | \"table-thead\" | \"table-tbody\" | \"table-row-divider\" | \"table-row\" | \"table-tfoot\")[]",
6096
6096
  "description": "A string delimited list of skeleton components to create such as `type=\"text@3\"` or `type=\"card, list-item\"`. Will recursively generate a corresponding skeleton from the provided string. Also supports short-hand for multiple elements such as **article@3** and **paragraph@2** which will generate 3 _article_ skeletons and 2 _paragraph_ skeletons. Please see below for a list of available pre-defined options."
6097
6097
  },
6098
6098
  "v-skeleton-loader/height": {
@@ -6557,7 +6557,7 @@
6557
6557
  },
6558
6558
  "v-snackbar/close-on-content-click": {
6559
6559
  "type": "boolean",
6560
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
6560
+ "description": "Closes component when you click on its content"
6561
6561
  },
6562
6562
  "v-snackbar/close-delay": {
6563
6563
  "type": "string | number",
@@ -6617,7 +6617,7 @@
6617
6617
  },
6618
6618
  "v-switch/type": {
6619
6619
  "type": "string",
6620
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
6620
+ "description": "Provides the default type for children selection controls."
6621
6621
  },
6622
6622
  "v-switch/model-value": {
6623
6623
  "type": "any",
@@ -6645,7 +6645,7 @@
6645
6645
  },
6646
6646
  "v-switch/value": {
6647
6647
  "type": "any",
6648
- "description": "The input's value"
6648
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
6649
6649
  },
6650
6650
  "v-switch/id": {
6651
6651
  "type": "string",
@@ -6733,7 +6733,7 @@
6733
6733
  },
6734
6734
  "v-switch/inline": {
6735
6735
  "type": "boolean",
6736
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
6736
+ "description": "Puts children inputs into a row."
6737
6737
  },
6738
6738
  "v-switch/indeterminate": {
6739
6739
  "type": "boolean",
@@ -7479,14 +7479,14 @@
7479
7479
  "type": "\"horizontal\" | \"vertical\"",
7480
7480
  "description": "Display timeline in a **vertical** or **horizontal** direction"
7481
7481
  },
7482
- "v-timeline/side": {
7483
- "type": "\"end\" | \"start\"",
7484
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
7485
- },
7486
7482
  "v-timeline/align": {
7487
7483
  "type": "\"start\" | \"center\"",
7488
7484
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
7489
7485
  },
7486
+ "v-timeline/side": {
7487
+ "type": "\"end\" | \"start\"",
7488
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
7489
+ },
7490
7490
  "v-timeline/justify": {
7491
7491
  "type": "string",
7492
7492
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
@@ -7761,7 +7761,7 @@
7761
7761
  },
7762
7762
  "v-tooltip/close-on-content-click": {
7763
7763
  "type": "boolean",
7764
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
7764
+ "description": "Closes component when you click on its content"
7765
7765
  },
7766
7766
  "v-tooltip/close-delay": {
7767
7767
  "type": "string | number",
@@ -7900,8 +7900,8 @@
7900
7900
  "description": "Configure the active CSS class applied when an item is selected."
7901
7901
  },
7902
7902
  "v-window/direction": {
7903
- "type": "string",
7904
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-window.json))"
7903
+ "type": "\"horizontal\" | \"vertical\"",
7904
+ "description": "The transition direction when changing windows."
7905
7905
  },
7906
7906
  "v-window/mandatory": {
7907
7907
  "type": "\"force\"",