@vuetify/nightly 3.7.12-master.2025-02-13 → 3.7.12-master.2025-02-14

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.
@@ -2031,46 +2031,46 @@
2031
2031
  "type": "string\n",
2032
2032
  "description": "Specify a custom tag used on the root element."
2033
2033
  },
2034
- "VCarousel/tag": {
2035
- "type": "string\n",
2036
- "description": "Specify a custom tag used on the root element."
2034
+ "VCarousel/model-value": {
2035
+ "type": "unknown\n",
2036
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2037
2037
  },
2038
2038
  "VCarousel/reverse": {
2039
2039
  "type": "boolean\n",
2040
2040
  "description": "Reverse the normal transition direction."
2041
2041
  },
2042
- "VCarousel/progress": {
2043
- "type": "string | boolean\n",
2044
- "description": "Displays a carousel progress bar. Requires the **cycle** prop and **interval**."
2045
- },
2046
- "VCarousel/theme": {
2047
- "type": "string\n",
2048
- "description": "Specify a theme for this component and all of its children."
2049
- },
2050
2042
  "VCarousel/height": {
2051
2043
  "type": "string | number\n",
2052
2044
  "description": "Sets the height for the component."
2053
2045
  },
2054
- "VCarousel/disabled": {
2055
- "type": "boolean\n",
2056
- "description": "Removes the ability to click or target the component."
2046
+ "VCarousel/tag": {
2047
+ "type": "string\n",
2048
+ "description": "Specify a custom tag used on the root element."
2057
2049
  },
2058
- "VCarousel/selected-class": {
2050
+ "VCarousel/theme": {
2059
2051
  "type": "string\n",
2060
- "description": "Configure the active CSS class applied when an item is selected."
2052
+ "description": "Specify a theme for this component and all of its children."
2061
2053
  },
2062
2054
  "VCarousel/color": {
2063
2055
  "type": "string\n",
2064
2056
  "description": "Applies a color to the navigation dots - supports utility colors (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)."
2065
2057
  },
2066
- "VCarousel/model-value": {
2067
- "type": "unknown\n",
2068
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2058
+ "VCarousel/disabled": {
2059
+ "type": "boolean\n",
2060
+ "description": "Removes the ability to click or target the component."
2069
2061
  },
2070
2062
  "VCarousel/mandatory": {
2071
2063
  "type": "boolean | 'force'\n",
2072
2064
  "description": "Forces at least one item to always be selected (if available)."
2073
2065
  },
2066
+ "VCarousel/direction": {
2067
+ "type": "'horizontal' | 'vertical'\n",
2068
+ "description": "The transition direction when changing windows."
2069
+ },
2070
+ "VCarousel/selected-class": {
2071
+ "type": "string\n",
2072
+ "description": "Configure the active CSS class applied when an item is selected."
2073
+ },
2074
2074
  "VCarousel/next-icon": {
2075
2075
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2076
2076
  "description": "The displayed icon for forcing pagination to the next item."
@@ -2099,6 +2099,10 @@
2099
2099
  "type": "boolean\n",
2100
2100
  "description": "Hides the bottom delimiter background."
2101
2101
  },
2102
+ "VCarousel/progress": {
2103
+ "type": "string | boolean\n",
2104
+ "description": "Displays a carousel progress bar. Requires the **cycle** prop and **interval**."
2105
+ },
2102
2106
  "VCarousel/continuous": {
2103
2107
  "type": "boolean\n",
2104
2108
  "description": "Determines whether carousel is continuous."
@@ -2111,14 +2115,14 @@
2111
2115
  "type": "boolean | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/directives/touch/index.ts#L9-L17\" target=\"_blank\">TouchHandlers</a>\n",
2112
2116
  "description": "Provide a custom **left** and **right** function when swiped left or right."
2113
2117
  },
2114
- "VCarousel/direction": {
2115
- "type": "'horizontal' | 'vertical'\n",
2116
- "description": "The transition direction when changing windows."
2117
- },
2118
2118
  "VCarousel/vertical-delimiters": {
2119
2119
  "type": "boolean | 'left' | 'right'\n",
2120
2120
  "description": "Displays carousel delimiters vertically."
2121
2121
  },
2122
+ "VCarouselItem/value": {
2123
+ "type": "any\n",
2124
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
2125
+ },
2122
2126
  "VCarouselItem/height": {
2123
2127
  "type": "string | number\n",
2124
2128
  "description": "Sets the height for the component."
@@ -2143,6 +2147,14 @@
2143
2147
  "type": "string | number\n",
2144
2148
  "description": "Sets the width for the component."
2145
2149
  },
2150
+ "VCarouselItem/disabled": {
2151
+ "type": "boolean\n",
2152
+ "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method."
2153
+ },
2154
+ "VCarouselItem/selected-class": {
2155
+ "type": "string\n",
2156
+ "description": "Configure the active CSS class applied when an item is selected."
2157
+ },
2146
2158
  "VCarouselItem/position": {
2147
2159
  "type": "string\n",
2148
2160
  "description": "Applies [object-position](https://developer.mozilla.org/en-US/docs/Web/CSS/object-position) styles to the image and placeholder elements."
@@ -2163,33 +2175,21 @@
2163
2175
  "type": "string\n",
2164
2176
  "description": "Applies specified color to the control - supports utility colors (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)."
2165
2177
  },
2166
- "VCarouselItem/eager": {
2167
- "type": "boolean\n",
2168
- "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."
2169
- },
2170
- "VCarouselItem/disabled": {
2178
+ "VCarouselItem/inline": {
2171
2179
  "type": "boolean\n",
2172
- "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method."
2173
- },
2174
- "VCarouselItem/value": {
2175
- "type": "any\n",
2176
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
2177
- },
2178
- "VCarouselItem/content-class": {
2179
- "type": "any\n",
2180
- "description": "Apply a custom class to the internal content element."
2180
+ "description": "Display as an inline element instead of a block, also disables flex-grow."
2181
2181
  },
2182
2182
  "VCarouselItem/transition": {
2183
2183
  "type": "string | boolean\n",
2184
2184
  "description": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition."
2185
2185
  },
2186
- "VCarouselItem/options": {
2187
- "type": "IntersectionObserverInit\n",
2188
- "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
2186
+ "VCarouselItem/content-class": {
2187
+ "type": "any\n",
2188
+ "description": "Apply a custom class to the internal content element."
2189
2189
  },
2190
- "VCarouselItem/selected-class": {
2191
- "type": "string\n",
2192
- "description": "Configure the active CSS class applied when an item is selected."
2190
+ "VCarouselItem/eager": {
2191
+ "type": "boolean\n",
2192
+ "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."
2193
2193
  },
2194
2194
  "VCarouselItem/alt": {
2195
2195
  "type": "string\n",
@@ -2211,6 +2211,10 @@
2211
2211
  "type": "string\n",
2212
2212
  "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied. \nNOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided."
2213
2213
  },
2214
+ "VCarouselItem/options": {
2215
+ "type": "IntersectionObserverInit\n",
2216
+ "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
2217
+ },
2214
2218
  "VCarouselItem/sizes": {
2215
2219
  "type": "string\n",
2216
2220
  "description": "For use with `srcset`, see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes)."
@@ -2227,10 +2231,6 @@
2227
2231
  "type": "string | number\n",
2228
2232
  "description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
2229
2233
  },
2230
- "VCarouselItem/inline": {
2231
- "type": "boolean\n",
2232
- "description": "Display as an inline element instead of a block, also disables flex-grow."
2233
- },
2234
2234
  "VCarouselItem/crossorigin": {
2235
2235
  "type": "'' | 'anonymous' | 'use-credentials'\n",
2236
2236
  "description": "Specify that images should be fetched with CORS enabled [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#crossorigin)"
@@ -2247,14 +2247,50 @@
2247
2247
  "type": "string\n",
2248
2248
  "description": "Provides the default type for children selection controls."
2249
2249
  },
2250
- "VCheckbox/model-value": {
2251
- "type": "unknown\n",
2252
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2250
+ "VCheckbox/name": {
2251
+ "type": "string\n",
2252
+ "description": "Sets the component's name attribute."
2253
2253
  },
2254
2254
  "VCheckbox/error": {
2255
2255
  "type": "boolean\n",
2256
2256
  "description": "Puts the input in a manual error state."
2257
2257
  },
2258
+ "VCheckbox/label": {
2259
+ "type": "string\n",
2260
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
2261
+ },
2262
+ "VCheckbox/theme": {
2263
+ "type": "string\n",
2264
+ "description": "Specify a theme for this component and all of its children."
2265
+ },
2266
+ "VCheckbox/id": {
2267
+ "type": "string\n",
2268
+ "description": "Sets the DOM id on the component."
2269
+ },
2270
+ "VCheckbox/value": {
2271
+ "type": "any\n",
2272
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
2273
+ },
2274
+ "VCheckbox/base-color": {
2275
+ "type": "string\n",
2276
+ "description": "Sets the color of the input when it is not focused."
2277
+ },
2278
+ "VCheckbox/prepend-icon": {
2279
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2280
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
2281
+ },
2282
+ "VCheckbox/append-icon": {
2283
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2284
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2285
+ },
2286
+ "VCheckbox/readonly": {
2287
+ "type": "boolean\n",
2288
+ "description": "Puts input in readonly state."
2289
+ },
2290
+ "VCheckbox/ripple": {
2291
+ "type": "boolean | { class: string }\n",
2292
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
2293
+ },
2258
2294
  "VCheckbox/density": {
2259
2295
  "type": "'default' | 'comfortable' | 'compact'\n",
2260
2296
  "description": "Adjusts the vertical height used by the component."
@@ -2271,58 +2307,26 @@
2271
2307
  "type": "string | number\n",
2272
2308
  "description": "Sets the width for the component."
2273
2309
  },
2274
- "VCheckbox/theme": {
2275
- "type": "string\n",
2276
- "description": "Specify a theme for this component and all of its children."
2310
+ "VCheckbox/disabled": {
2311
+ "type": "boolean\n",
2312
+ "description": "Removes the ability to click or target the component."
2277
2313
  },
2278
2314
  "VCheckbox/color": {
2279
2315
  "type": "string\n",
2280
2316
  "description": "Applies specified color to the control - supports utility colors (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)."
2281
2317
  },
2282
- "VCheckbox/name": {
2283
- "type": "string\n",
2284
- "description": "Sets the component's name attribute."
2285
- },
2286
- "VCheckbox/label": {
2287
- "type": "string\n",
2288
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
2289
- },
2290
- "VCheckbox/base-color": {
2291
- "type": "string\n",
2292
- "description": "Sets the color of the input when it is not focused."
2293
- },
2294
- "VCheckbox/disabled": {
2295
- "type": "boolean\n",
2296
- "description": "Removes the ability to click or target the component."
2318
+ "VCheckbox/model-value": {
2319
+ "type": "unknown\n",
2320
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2297
2321
  },
2298
2322
  "VCheckbox/multiple": {
2299
2323
  "type": "boolean\n",
2300
2324
  "description": "Changes expected model to an array."
2301
2325
  },
2302
- "VCheckbox/value": {
2303
- "type": "any\n",
2304
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
2305
- },
2306
- "VCheckbox/value-comparator": {
2307
- "type": "(a: any, b: any) => boolean\n",
2308
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2309
- },
2310
- "VCheckbox/id": {
2311
- "type": "string\n",
2312
- "description": "Sets the DOM id on the component."
2313
- },
2314
- "VCheckbox/append-icon": {
2315
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2316
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2317
- },
2318
2326
  "VCheckbox/center-affix": {
2319
2327
  "type": "boolean\n",
2320
2328
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
2321
2329
  },
2322
- "VCheckbox/prepend-icon": {
2323
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2324
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
2325
- },
2326
2330
  "VCheckbox/hide-spin-buttons": {
2327
2331
  "type": "boolean\n",
2328
2332
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -2351,10 +2355,6 @@
2351
2355
  "type": "string | number\n",
2352
2356
  "description": "Control the maximum number of shown errors from validation."
2353
2357
  },
2354
- "VCheckbox/readonly": {
2355
- "type": "boolean\n",
2356
- "description": "Puts input in readonly state."
2357
- },
2358
2358
  "VCheckbox/rules": {
2359
2359
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
2360
2360
  "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
@@ -2375,10 +2375,6 @@
2375
2375
  "type": "boolean | 'auto'\n",
2376
2376
  "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."
2377
2377
  },
2378
- "VCheckbox/ripple": {
2379
- "type": "boolean | { class: string }\n",
2380
- "description": "Applies the [v-ripple](/directives/ripple) directive."
2381
- },
2382
2378
  "VCheckbox/indeterminate": {
2383
2379
  "type": "boolean\n",
2384
2380
  "description": "Sets an indeterminate state for the checkbox."
@@ -2407,69 +2403,73 @@
2407
2403
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2408
2404
  "description": "The icon used when active."
2409
2405
  },
2406
+ "VCheckbox/value-comparator": {
2407
+ "type": "(a: any, b: any) => boolean\n",
2408
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2409
+ },
2410
2410
  "VCheckboxBtn/type": {
2411
2411
  "type": "string\n",
2412
2412
  "description": "Provides the default type for children selection controls."
2413
2413
  },
2414
- "VCheckboxBtn/name": {
2415
- "type": "string\n",
2416
- "description": "Sets the component's name attribute."
2414
+ "VCheckboxBtn/model-value": {
2415
+ "type": "unknown\n",
2416
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2417
2417
  },
2418
2418
  "VCheckboxBtn/error": {
2419
2419
  "type": "boolean\n",
2420
2420
  "description": "Puts the input in a manual error state."
2421
2421
  },
2422
- "VCheckboxBtn/label": {
2423
- "type": "string\n",
2424
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
2422
+ "VCheckboxBtn/density": {
2423
+ "type": "'default' | 'comfortable' | 'compact'\n",
2424
+ "description": "Adjusts the vertical height used by the component."
2425
2425
  },
2426
2426
  "VCheckboxBtn/theme": {
2427
2427
  "type": "string\n",
2428
2428
  "description": "Specify a theme for this component and all of its children."
2429
2429
  },
2430
- "VCheckboxBtn/id": {
2430
+ "VCheckboxBtn/color": {
2431
2431
  "type": "string\n",
2432
- "description": "Sets the DOM id on the component."
2432
+ "description": "Applies specified color to the control - supports utility colors (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)."
2433
2433
  },
2434
- "VCheckboxBtn/value": {
2435
- "type": "any\n",
2436
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
2434
+ "VCheckboxBtn/name": {
2435
+ "type": "string\n",
2436
+ "description": "Sets the component's name attribute."
2437
+ },
2438
+ "VCheckboxBtn/label": {
2439
+ "type": "string\n",
2440
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
2437
2441
  },
2438
2442
  "VCheckboxBtn/base-color": {
2439
2443
  "type": "string\n",
2440
2444
  "description": "Sets the color of the input when it is not focused."
2441
2445
  },
2442
- "VCheckboxBtn/readonly": {
2446
+ "VCheckboxBtn/disabled": {
2443
2447
  "type": "boolean\n",
2444
- "description": "Puts input in readonly state."
2448
+ "description": "Removes the ability to click or target the component."
2445
2449
  },
2446
- "VCheckboxBtn/ripple": {
2447
- "type": "boolean | { class: string }\n",
2448
- "description": "Applies the [v-ripple](/directives/ripple) directive."
2450
+ "VCheckboxBtn/multiple": {
2451
+ "type": "boolean\n",
2452
+ "description": "Changes select to multiple. Accepts array for value."
2449
2453
  },
2450
- "VCheckboxBtn/density": {
2451
- "type": "'default' | 'comfortable' | 'compact'\n",
2452
- "description": "Adjusts the vertical height used by the component."
2454
+ "VCheckboxBtn/value": {
2455
+ "type": "any\n",
2456
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
2453
2457
  },
2454
- "VCheckboxBtn/disabled": {
2455
- "type": "boolean\n",
2456
- "description": "Removes the ability to click or target the component."
2458
+ "VCheckboxBtn/value-comparator": {
2459
+ "type": "(a: any, b: any) => boolean\n",
2460
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2457
2461
  },
2458
- "VCheckboxBtn/color": {
2462
+ "VCheckboxBtn/id": {
2459
2463
  "type": "string\n",
2460
- "description": "Applies specified color to the control - supports utility colors (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)."
2464
+ "description": "Sets the DOM id on the component."
2461
2465
  },
2462
- "VCheckboxBtn/inline": {
2466
+ "VCheckboxBtn/readonly": {
2463
2467
  "type": "boolean\n",
2464
- "description": "Puts children inputs into a row."
2465
- },
2466
- "VCheckboxBtn/model-value": {
2467
- "type": "unknown\n",
2468
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2468
+ "description": "Puts input in readonly state."
2469
2469
  },
2470
- "VCheckboxBtn/multiple": {
2471
- "type": "boolean\n",
2472
- "description": "Changes select to multiple. Accepts array for value."
2470
+ "VCheckboxBtn/ripple": {
2471
+ "type": "boolean | { class: string }\n",
2472
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
2473
2473
  },
2474
2474
  "VCheckboxBtn/indeterminate": {
2475
2475
  "type": "boolean\n",
@@ -2491,6 +2491,10 @@
2491
2491
  "type": "string\n",
2492
2492
  "description": "The target component to provide defaults values for."
2493
2493
  },
2494
+ "VCheckboxBtn/inline": {
2495
+ "type": "boolean\n",
2496
+ "description": "Puts children inputs into a row."
2497
+ },
2494
2498
  "VCheckboxBtn/false-icon": {
2495
2499
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2496
2500
  "description": "The icon used when inactive."
@@ -2499,10 +2503,6 @@
2499
2503
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2500
2504
  "description": "The icon used when active."
2501
2505
  },
2502
- "VCheckboxBtn/value-comparator": {
2503
- "type": "(a: any, b: any) => boolean\n",
2504
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2505
- },
2506
2506
  "VChip/text": {
2507
2507
  "type": "string\n",
2508
2508
  "description": "Specify content text for the component."
@@ -2703,10 +2703,6 @@
2703
2703
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2704
2704
  "description": "Specify the icon to use for the prev icon."
2705
2705
  },
2706
- "VChipGroup/show-arrows": {
2707
- "type": "string | boolean\n",
2708
- "description": "Force the display of the pagination arrows."
2709
- },
2710
2706
  "VChipGroup/direction": {
2711
2707
  "type": "'horizontal' | 'vertical'\n",
2712
2708
  "description": "Switch between horizontal and vertical modes."
@@ -2723,6 +2719,10 @@
2723
2719
  "type": "boolean\n",
2724
2720
  "description": "Forces the selected chip to be centered."
2725
2721
  },
2722
+ "VChipGroup/show-arrows": {
2723
+ "type": "string | boolean\n",
2724
+ "description": "Force the display of the pagination arrows."
2725
+ },
2726
2726
  "VClassIcon/tag": {
2727
2727
  "type": "string\n",
2728
2728
  "description": "Specify a custom tag used on the root element."
@@ -3287,26 +3287,26 @@
3287
3287
  "type": "boolean\n",
3288
3288
  "description": "Removes viewport maximum-width size breakpoints."
3289
3289
  },
3290
+ "VCounter/disabled": {
3291
+ "type": "boolean\n",
3292
+ "description": "Removes the ability to click or target the component."
3293
+ },
3290
3294
  "VCounter/value": {
3291
3295
  "type": "string | number\n",
3292
3296
  "description": "Sets the current counter value."
3293
3297
  },
3298
+ "VCounter/transition": {
3299
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
3300
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3301
+ },
3294
3302
  "VCounter/active": {
3295
3303
  "type": "boolean\n",
3296
3304
  "description": "Determines whether the counter is visible or not."
3297
3305
  },
3298
- "VCounter/disabled": {
3299
- "type": "boolean\n",
3300
- "description": "Removes the ability to click or target the component."
3301
- },
3302
3306
  "VCounter/max": {
3303
3307
  "type": "string | number\n",
3304
3308
  "description": "Sets the maximum allowed value."
3305
3309
  },
3306
- "VCounter/transition": {
3307
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
3308
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3309
- },
3310
3310
  "VDataIterator/tag": {
3311
3311
  "type": "string\n",
3312
3312
  "description": "Specify a custom tag used on the root element."
@@ -3511,6 +3511,10 @@
3511
3511
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3512
3512
  "description": "Previous icon."
3513
3513
  },
3514
+ "VDataTable/hover": {
3515
+ "type": "boolean\n",
3516
+ "description": "Adds a hover effects to a table rows."
3517
+ },
3514
3518
  "VDataTable/header-props": {
3515
3519
  "type": "unknown\n",
3516
3520
  "description": "Pass props to the default header. See [`v-data-table-headers` API](/api/v-data-table-headers) for more information."
@@ -3619,10 +3623,6 @@
3619
3623
  "type": "boolean\n",
3620
3624
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
3621
3625
  },
3622
- "VDataTable/hover": {
3623
- "type": "boolean\n",
3624
- "description": "Adds a hover effects to a table rows."
3625
- },
3626
3626
  "VDataTable/first-icon": {
3627
3627
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3628
3628
  "description": "First icon."
@@ -4131,6 +4131,10 @@
4131
4131
  "type": "string | boolean\n",
4132
4132
  "description": "Displays `loading` slot if set to `true`"
4133
4133
  },
4134
+ "VDataTableVirtual/hover": {
4135
+ "type": "boolean\n",
4136
+ "description": "Will add a hover effect to a table's row when the mouse is over it."
4137
+ },
4134
4138
  "VDataTableVirtual/header-props": {
4135
4139
  "type": "unknown\n",
4136
4140
  "description": "Pass props to the default header."
@@ -4231,10 +4235,6 @@
4231
4235
  "type": "boolean\n",
4232
4236
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
4233
4237
  },
4234
- "VDataTableVirtual/hover": {
4235
- "type": "boolean\n",
4236
- "description": "Will add a hover effect to a table's row when the mouse is over it."
4237
- },
4238
4238
  "VDataTableVirtual/item-height": {
4239
4239
  "type": "string | number\n",
4240
4240
  "description": "Height in pixels of each item to display."
@@ -4527,9 +4527,9 @@
4527
4527
  "type": "string | number\n",
4528
4528
  "description": "Sets the month."
4529
4529
  },
4530
- "VDateInput/reverse-transition": {
4531
- "type": "string\n",
4532
- "description": "The transition used when changing months into the past"
4530
+ "VDateInput/max": {
4531
+ "type": "unknown\n",
4532
+ "description": "Maximum allowed date/month (ISO 8601 format)."
4533
4533
  },
4534
4534
  "VDateInput/hide-actions": {
4535
4535
  "type": "boolean\n",
@@ -4559,6 +4559,10 @@
4559
4559
  "type": "boolean\n",
4560
4560
  "description": "Toggles visibility of the week numbers in the body of the calendar."
4561
4561
  },
4562
+ "VDateInput/reverse-transition": {
4563
+ "type": "string\n",
4564
+ "description": "The transition used when changing months into the past"
4565
+ },
4562
4566
  "VDateInput/show-adjacent-months": {
4563
4567
  "type": "boolean\n",
4564
4568
  "description": "Toggles visibility of days from previous and next months."
@@ -4579,10 +4583,6 @@
4579
4583
  "type": "unknown[] | ((date: unknown) => boolean)\n",
4580
4584
  "description": "Restricts which dates can be selected."
4581
4585
  },
4582
- "VDateInput/max": {
4583
- "type": "unknown\n",
4584
- "description": "Maximum allowed date/month (ISO 8601 format)."
4585
- },
4586
4586
  "VDateInput/min": {
4587
4587
  "type": "unknown\n",
4588
4588
  "description": "Minimum allowed date/month (ISO 8601 format)."
@@ -4743,6 +4743,10 @@
4743
4743
  "type": "'month' | 'year' | 'months'\n",
4744
4744
  "description": "Determines which picker in the date or month picker is being displayed. Allowed values: `'month'`, `'months'`, `'year'`."
4745
4745
  },
4746
+ "VDatePicker/reverse-transition": {
4747
+ "type": "string\n",
4748
+ "description": "The transition used when changing months into the past"
4749
+ },
4746
4750
  "VDatePicker/mode-icon": {
4747
4751
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4748
4752
  "description": "Icon displayed next to the current month and year, toggles year selection when clicked."
@@ -4755,10 +4759,6 @@
4755
4759
  "type": "boolean\n",
4756
4760
  "description": "Toggles visibility of the week numbers in the body of the calendar."
4757
4761
  },
4758
- "VDatePicker/reverse-transition": {
4759
- "type": "string\n",
4760
- "description": "The transition used when changing months into the past"
4761
- },
4762
4762
  "VDatePicker/landscape": {
4763
4763
  "type": "boolean\n",
4764
4764
  "description": "Changes the picker to landscape mode."
@@ -4791,66 +4791,58 @@
4791
4791
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4792
4792
  "description": "Icon used for the mode button."
4793
4793
  },
4794
+ "VDatePickerHeader/color": {
4795
+ "type": "string\n",
4796
+ "description": "Applies specified color to the control - supports utility colors (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)."
4797
+ },
4794
4798
  "VDatePickerHeader/header": {
4795
4799
  "type": "string\n",
4796
4800
  "description": "Sets the header content."
4797
4801
  },
4802
+ "VDatePickerHeader/transition": {
4803
+ "type": "string\n",
4804
+ "description": "Sets the transition when the header changes."
4805
+ },
4798
4806
  "VDatePickerHeader/append-icon": {
4799
4807
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4800
4808
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
4801
4809
  },
4802
- "VDatePickerHeader/color": {
4810
+ "VDatePickerMonth/disabled": {
4811
+ "type": "boolean\n",
4812
+ "description": "Removes the ability to click or target the component."
4813
+ },
4814
+ "VDatePickerMonth/color": {
4803
4815
  "type": "string\n",
4804
4816
  "description": "Applies specified color to the control - supports utility colors (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)."
4805
4817
  },
4806
- "VDatePickerHeader/transition": {
4807
- "type": "string\n",
4808
- "description": "Sets the transition when the header changes."
4818
+ "VDatePickerMonth/max": {
4819
+ "type": "unknown\n",
4820
+ "description": "Sets the maximum date of the month."
4809
4821
  },
4810
4822
  "VDatePickerMonth/model-value": {
4811
4823
  "type": "unknown[]\n",
4812
4824
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4813
4825
  },
4814
- "VDatePickerMonth/color": {
4826
+ "VDatePickerMonth/transition": {
4815
4827
  "type": "string\n",
4816
- "description": "Applies specified color to the control - supports utility colors (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)."
4817
- },
4818
- "VDatePickerMonth/disabled": {
4819
- "type": "boolean\n",
4820
- "description": "Removes the ability to click or target the component."
4828
+ "description": "The transition used when changing months into the future"
4821
4829
  },
4822
4830
  "VDatePickerMonth/multiple": {
4823
4831
  "type": "number | boolean | (string & {}) | 'range'\n",
4824
4832
  "description": "Sets the multiple of the month."
4825
4833
  },
4826
- "VDatePickerMonth/transition": {
4827
- "type": "string\n",
4828
- "description": "The transition used when changing months into the future"
4829
- },
4830
4834
  "VDatePickerMonth/month": {
4831
4835
  "type": "string | number\n",
4832
4836
  "description": "Sets the month."
4833
4837
  },
4834
- "VDatePickerMonth/reverse-transition": {
4835
- "type": "string\n",
4836
- "description": "The transition used when changing months into the past"
4838
+ "VDatePickerMonth/show-adjacent-months": {
4839
+ "type": "boolean\n",
4840
+ "description": "Show adjacent months."
4837
4841
  },
4838
4842
  "VDatePickerMonth/year": {
4839
4843
  "type": "string | number\n",
4840
4844
  "description": "Sets the year."
4841
4845
  },
4842
- "VDatePickerMonth/hide-weekdays": {
4843
- "type": "boolean\n",
4844
- "description": "Hide the days of the week letters."
4845
- },
4846
- "VDatePickerMonth/show-week": {
4847
- "type": "boolean\n",
4848
- "description": "Show the week number."
4849
- },
4850
- "VDatePickerMonth/show-adjacent-months": {
4851
- "type": "boolean\n",
4852
- "description": "Show adjacent months."
4853
- },
4854
4846
  "VDatePickerMonth/weekdays": {
4855
4847
  "type": "number[]\n",
4856
4848
  "description": "Sets the weekdays of the month."
@@ -4867,14 +4859,26 @@
4867
4859
  "type": "unknown[] | ((date: unknown) => boolean)\n",
4868
4860
  "description": "Sets the allowed dates of the month."
4869
4861
  },
4870
- "VDatePickerMonth/max": {
4871
- "type": "unknown\n",
4872
- "description": "Sets the maximum date of the month."
4873
- },
4874
4862
  "VDatePickerMonth/min": {
4875
4863
  "type": "unknown\n",
4876
4864
  "description": "Sets the minimum date of the month."
4877
4865
  },
4866
+ "VDatePickerMonth/reverse-transition": {
4867
+ "type": "string\n",
4868
+ "description": "The transition used when changing months into the past"
4869
+ },
4870
+ "VDatePickerMonth/hide-weekdays": {
4871
+ "type": "boolean\n",
4872
+ "description": "Hide the days of the week letters."
4873
+ },
4874
+ "VDatePickerMonth/show-week": {
4875
+ "type": "boolean\n",
4876
+ "description": "Show the week number."
4877
+ },
4878
+ "VDatePickerMonths/model-value": {
4879
+ "type": "number\n",
4880
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4881
+ },
4878
4882
  "VDatePickerMonths/height": {
4879
4883
  "type": "string | number\n",
4880
4884
  "description": "Sets the height for the component."
@@ -4887,10 +4891,6 @@
4887
4891
  "type": "unknown\n",
4888
4892
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4889
4893
  },
4890
- "VDatePickerMonths/model-value": {
4891
- "type": "number\n",
4892
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4893
- },
4894
4894
  "VDatePickerMonths/year": {
4895
4895
  "type": "number\n",
4896
4896
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
@@ -4899,10 +4899,6 @@
4899
4899
  "type": "unknown\n",
4900
4900
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4901
4901
  },
4902
- "VDatePickerYears/model-value": {
4903
- "type": "number\n",
4904
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4905
- },
4906
4902
  "VDatePickerYears/height": {
4907
4903
  "type": "string | number\n",
4908
4904
  "description": "Sets the height for the component."
@@ -4915,14 +4911,14 @@
4915
4911
  "type": "unknown\n",
4916
4912
  "description": "Sets the maximum date of the month."
4917
4913
  },
4914
+ "VDatePickerYears/model-value": {
4915
+ "type": "number\n",
4916
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4917
+ },
4918
4918
  "VDatePickerYears/min": {
4919
4919
  "type": "unknown\n",
4920
4920
  "description": "Sets the minimum date of the month."
4921
4921
  },
4922
- "VDefaultsProvider/reset": {
4923
- "type": "string | number\n",
4924
- "description": "Reset the default values up the nested chain by {n} amount."
4925
- },
4926
4922
  "VDefaultsProvider/disabled": {
4927
4923
  "type": "boolean\n",
4928
4924
  "description": "Turns off all calculations of new default values for improved performance in situations where defaults propagation isn't necessary."
@@ -4931,6 +4927,10 @@
4931
4927
  "type": "string | boolean\n",
4932
4928
  "description": "Force current defaults to match the application root defaults."
4933
4929
  },
4930
+ "VDefaultsProvider/reset": {
4931
+ "type": "string | number\n",
4932
+ "description": "Reset the default values up the nested chain by {n} amount."
4933
+ },
4934
4934
  "VDefaultsProvider/scoped": {
4935
4935
  "type": "boolean\n",
4936
4936
  "description": "Prevents the ability for default values to be inherited from parent components."
@@ -4939,9 +4939,9 @@
4939
4939
  "type": "{\n global: Record<string, unknown>\n [string]: Record<string, unknown>\n}\n",
4940
4940
  "description": "Specify new default prop values for components. Keep in mind that this will be merged with previously defined values."
4941
4941
  },
4942
- "VDialog/model-value": {
4943
- "type": "boolean\n",
4944
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4942
+ "VDialog/theme": {
4943
+ "type": "string\n",
4944
+ "description": "Specify a theme for this component and all of its children."
4945
4945
  },
4946
4946
  "VDialog/height": {
4947
4947
  "type": "string | number\n",
@@ -4967,6 +4967,10 @@
4967
4967
  "type": "string | number\n",
4968
4968
  "description": "Sets the width for the component."
4969
4969
  },
4970
+ "VDialog/disabled": {
4971
+ "type": "boolean\n",
4972
+ "description": "Removes the ability to click or target the component."
4973
+ },
4970
4974
  "VDialog/location": {
4971
4975
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
4972
4976
  "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
@@ -4975,22 +4979,30 @@
4975
4979
  "type": "boolean\n",
4976
4980
  "description": "Applies **position: absolute** to the content element."
4977
4981
  },
4978
- "VDialog/theme": {
4979
- "type": "string\n",
4980
- "description": "Specify a theme for this component and all of its children."
4981
- },
4982
- "VDialog/eager": {
4982
+ "VDialog/model-value": {
4983
4983
  "type": "boolean\n",
4984
- "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."
4984
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4985
4985
  },
4986
- "VDialog/disabled": {
4987
- "type": "boolean\n",
4988
- "description": "Removes the ability to click or target the component."
4986
+ "VDialog/transition": {
4987
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
4988
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
4989
4989
  },
4990
4990
  "VDialog/activator": {
4991
4991
  "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
4992
4992
  "description": "Explicitly sets the overlay's activator."
4993
4993
  },
4994
+ "VDialog/fullscreen": {
4995
+ "type": "boolean\n",
4996
+ "description": "Changes layout for fullscreen display."
4997
+ },
4998
+ "VDialog/retain-focus": {
4999
+ "type": "boolean\n",
5000
+ "description": "Tab focus will return to the first child of the dialog by default. Disable this when using external tools that require focus such as TinyMCE or vue-clipboard."
5001
+ },
5002
+ "VDialog/scrollable": {
5003
+ "type": "boolean\n",
5004
+ "description": "When set to true, expects a `v-card` and a `v-card-text` component with a designated height. For more information, check out the [scrollable example](/components/dialogs#scrollable)."
5005
+ },
4994
5006
  "VDialog/close-on-back": {
4995
5007
  "type": "boolean\n",
4996
5008
  "description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing."
@@ -5059,6 +5071,10 @@
5059
5071
  "type": "string | number\n",
5060
5072
  "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
5061
5073
  },
5074
+ "VDialog/eager": {
5075
+ "type": "boolean\n",
5076
+ "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."
5077
+ },
5062
5078
  "VDialog/location-strategy": {
5063
5079
  "type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n",
5064
5080
  "description": "A function used to specifies how the component should position relative to its activator."
@@ -5072,45 +5088,29 @@
5072
5088
  "description": "A single value that offsets content away from the target based upon what side it is on."
5073
5089
  },
5074
5090
  "VDialog/scroll-strategy": {
5075
- "type": "'close' | 'none' | 'block' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>\n",
5091
+ "type": "'close' | 'block' | 'none' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>\n",
5076
5092
  "description": "Strategy used when the component is activate and user scrolls."
5077
5093
  },
5078
- "VDialog/transition": {
5079
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
5080
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5081
- },
5082
5094
  "VDialog/attach": {
5083
5095
  "type": "string | boolean | Element\n",
5084
5096
  "description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
5085
5097
  },
5086
- "VDialog/fullscreen": {
5087
- "type": "boolean\n",
5088
- "description": "Changes layout for fullscreen display."
5089
- },
5090
- "VDialog/retain-focus": {
5091
- "type": "boolean\n",
5092
- "description": "Tab focus will return to the first child of the dialog by default. Disable this when using external tools that require focus such as TinyMCE or vue-clipboard."
5093
- },
5094
- "VDialog/scrollable": {
5098
+ "VDialogBottomTransition/disabled": {
5095
5099
  "type": "boolean\n",
5096
- "description": "When set to true, expects a `v-card` and a `v-card-text` component with a designated height. For more information, check out the [scrollable example](/components/dialogs#scrollable)."
5100
+ "description": "Removes the ability to click or target the component."
5097
5101
  },
5098
5102
  "VDialogBottomTransition/mode": {
5099
5103
  "type": "string\n",
5100
5104
  "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/api/built-in-components.html#transition)."
5101
5105
  },
5102
- "VDialogBottomTransition/disabled": {
5103
- "type": "boolean\n",
5104
- "description": "Removes the ability to click or target the component."
5106
+ "VDialogBottomTransition/origin": {
5107
+ "type": "string\n",
5108
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
5105
5109
  },
5106
5110
  "VDialogBottomTransition/group": {
5107
5111
  "type": "boolean\n",
5108
5112
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5109
5113
  },
5110
- "VDialogBottomTransition/origin": {
5111
- "type": "string\n",
5112
- "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
5113
- },
5114
5114
  "VDialogBottomTransition/hide-on-leave": {
5115
5115
  "type": "boolean\n",
5116
5116
  "description": "Hides the leaving element (no exit animation)."
@@ -5119,22 +5119,22 @@
5119
5119
  "type": "boolean\n",
5120
5120
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))."
5121
5121
  },
5122
- "VDialogTopTransition/mode": {
5123
- "type": "string\n",
5124
- "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/api/built-in-components.html#transition)."
5125
- },
5126
5122
  "VDialogTopTransition/disabled": {
5127
5123
  "type": "boolean\n",
5128
5124
  "description": "Removes the ability to click or target the component."
5129
5125
  },
5130
- "VDialogTopTransition/group": {
5131
- "type": "boolean\n",
5132
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5126
+ "VDialogTopTransition/mode": {
5127
+ "type": "string\n",
5128
+ "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/api/built-in-components.html#transition)."
5133
5129
  },
5134
5130
  "VDialogTopTransition/origin": {
5135
5131
  "type": "string\n",
5136
5132
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
5137
5133
  },
5134
+ "VDialogTopTransition/group": {
5135
+ "type": "boolean\n",
5136
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5137
+ },
5138
5138
  "VDialogTopTransition/hide-on-leave": {
5139
5139
  "type": "boolean\n",
5140
5140
  "description": "Hides the leaving element (no exit animation)."
@@ -5159,10 +5159,6 @@
5159
5159
  "type": "string\n",
5160
5160
  "description": "Applies specified color to the control - supports utility colors (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)."
5161
5161
  },
5162
- "VDivider/inset": {
5163
- "type": "boolean\n",
5164
- "description": "Adds indentation (72px) for **normal** dividers, reduces max height for **vertical**."
5165
- },
5166
5162
  "VDivider/opacity": {
5167
5163
  "type": "string | number\n",
5168
5164
  "description": "Sets the component's opacity value"
@@ -5171,6 +5167,10 @@
5171
5167
  "type": "boolean\n",
5172
5168
  "description": "Displays dividers vertically."
5173
5169
  },
5170
+ "VDivider/inset": {
5171
+ "type": "boolean\n",
5172
+ "description": "Adds indentation (72px) for **normal** dividers, reduces max height for **vertical**."
5173
+ },
5174
5174
  "VDivider/thickness": {
5175
5175
  "type": "string | number\n",
5176
5176
  "description": "Sets the dividers thickness. Default unit is px."
@@ -5179,18 +5179,14 @@
5179
5179
  "type": "string\n",
5180
5180
  "description": "Specify a title text for the component."
5181
5181
  },
5182
- "VEmptyState/theme": {
5183
- "type": "string\n",
5184
- "description": "Specify a theme for this component and all of its children."
5185
- },
5186
- "VEmptyState/size": {
5187
- "type": "string | number\n",
5188
- "description": "The size used to control the dimensions of the media element inside the component. Can be specified as a number or a string (e.g., '50%', '100px')."
5189
- },
5190
5182
  "VEmptyState/text": {
5191
5183
  "type": "string\n",
5192
5184
  "description": "Specify content text for the component."
5193
5185
  },
5186
+ "VEmptyState/icon": {
5187
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5188
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
5189
+ },
5194
5190
  "VEmptyState/height": {
5195
5191
  "type": "string | number\n",
5196
5192
  "description": "Sets the height for the component."
@@ -5215,22 +5211,14 @@
5215
5211
  "type": "string | number\n",
5216
5212
  "description": "Sets the width for the component."
5217
5213
  },
5218
- "VEmptyState/href": {
5219
- "type": "string\n",
5220
- "description": "The URL the action button links to."
5221
- },
5222
- "VEmptyState/to": {
5214
+ "VEmptyState/theme": {
5223
5215
  "type": "string\n",
5224
- "description": "The URL the action button links to."
5216
+ "description": "Specify a theme for this component and all of its children."
5225
5217
  },
5226
5218
  "VEmptyState/color": {
5227
5219
  "type": "string\n",
5228
5220
  "description": "Applies specified color to the control - supports utility colors (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)."
5229
5221
  },
5230
- "VEmptyState/icon": {
5231
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5232
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
5233
- },
5234
5222
  "VEmptyState/image": {
5235
5223
  "type": "string\n",
5236
5224
  "description": "Apply a specific image using [v-img](/components/images/)."
@@ -5239,6 +5227,18 @@
5239
5227
  "type": "string\n",
5240
5228
  "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
5241
5229
  },
5230
+ "VEmptyState/size": {
5231
+ "type": "string | number\n",
5232
+ "description": "The size used to control the dimensions of the media element inside the component. Can be specified as a number or a string (e.g., '50%', '100px')."
5233
+ },
5234
+ "VEmptyState/href": {
5235
+ "type": "string\n",
5236
+ "description": "The URL the action button links to."
5237
+ },
5238
+ "VEmptyState/to": {
5239
+ "type": "string\n",
5240
+ "description": "The URL the action button links to."
5241
+ },
5242
5242
  "VEmptyState/headline": {
5243
5243
  "type": "string\n",
5244
5244
  "description": "A large headline often used for 404 pages."
@@ -5248,7 +5248,7 @@
5248
5248
  "description": "The text used for the action button."
5249
5249
  },
5250
5250
  "VEmptyState/justify": {
5251
- "type": "'start' | 'end' | 'center'\n",
5251
+ "type": "'end' | 'start' | 'center'\n",
5252
5252
  "description": "Control the justification of the text."
5253
5253
  },
5254
5254
  "VEmptyState/text-width": {
@@ -5476,7 +5476,7 @@
5476
5476
  "description": "Applies specified color to the control - supports utility colors (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)."
5477
5477
  },
5478
5478
  "VExpansionPanels/variant": {
5479
- "type": "'default' | 'accordion' | 'inset' | 'popout'\n",
5479
+ "type": "'default' | 'inset' | 'accordion' | 'popout'\n",
5480
5480
  "description": "Applies a distinct style to the component."
5481
5481
  },
5482
5482
  "VExpansionPanels/eager": {
@@ -5516,17 +5516,17 @@
5516
5516
  "description": "Applies the [v-ripple](/directives/ripple) directive."
5517
5517
  },
5518
5518
  "VExpansionPanels/selected-class": {
5519
- "type": "string\n",
5520
- "description": "Configure the active CSS class applied when an item is selected."
5521
- },
5522
- "VExpansionPanels/hide-actions": {
5523
- "type": "boolean\n",
5524
- "description": "Hide the expand icon in the content title."
5519
+ "type": "string\n",
5520
+ "description": "Configure the active CSS class applied when an item is selected."
5525
5521
  },
5526
5522
  "VExpansionPanels/max": {
5527
5523
  "type": "number\n",
5528
5524
  "description": "Sets a maximum number of selections that can be made."
5529
5525
  },
5526
+ "VExpansionPanels/hide-actions": {
5527
+ "type": "boolean\n",
5528
+ "description": "Hide the expand icon in the content title."
5529
+ },
5530
5530
  "VExpansionPanels/focusable": {
5531
5531
  "type": "boolean\n",
5532
5532
  "description": "Makes the expansion-panel headers focusable."
@@ -5843,6 +5843,10 @@
5843
5843
  "type": "string\n",
5844
5844
  "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
5845
5845
  },
5846
+ "VField/center-affix": {
5847
+ "type": "boolean\n",
5848
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
5849
+ },
5846
5850
  "VField/focused": {
5847
5851
  "type": "boolean\n",
5848
5852
  "description": "Forces a focused state styling on the component."
@@ -5859,10 +5863,6 @@
5859
5863
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5860
5864
  "description": "The icon used when the **clearable** prop is set to true."
5861
5865
  },
5862
- "VField/center-affix": {
5863
- "type": "boolean\n",
5864
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
5865
- },
5866
5866
  "VField/dirty": {
5867
5867
  "type": "boolean\n",
5868
5868
  "description": "Manually apply the dirty state styling."
@@ -6199,10 +6199,6 @@
6199
6199
  "type": "string\n",
6200
6200
  "description": "Specify a subtitle text for the component."
6201
6201
  },
6202
- "VFileUpload/thickness": {
6203
- "type": "string | number\n",
6204
- "description": "Sets the dividers thickness. Default unit is px."
6205
- },
6206
6202
  "VFileUpload/clearable": {
6207
6203
  "type": "boolean\n",
6208
6204
  "description": "Allows for the component to be cleared."
@@ -6223,6 +6219,10 @@
6223
6219
  "type": "boolean\n",
6224
6220
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VFileUpload.json))"
6225
6221
  },
6222
+ "VFileUpload/thickness": {
6223
+ "type": "string | number\n",
6224
+ "description": "Sets the dividers thickness. Default unit is px."
6225
+ },
6226
6226
  "VFileUploadItem/tag": {
6227
6227
  "type": "string\n",
6228
6228
  "description": "Specify a custom tag used on the root element."
@@ -6443,14 +6443,14 @@
6443
6443
  "type": "boolean\n",
6444
6444
  "description": "The value representing the validity of the form. If the value is `null` then no validation has taken place yet, or the form has been reset. Otherwise the value will be a `boolean` that indicates if validation has passed or not."
6445
6445
  },
6446
- "VForm/fast-fail": {
6447
- "type": "boolean\n",
6448
- "description": "Stop validation as soon as any rules fail."
6449
- },
6450
6446
  "VForm/validate-on": {
6451
6447
  "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
6452
6448
  "description": "Changes the events in which validation occurs."
6453
6449
  },
6450
+ "VForm/fast-fail": {
6451
+ "type": "boolean\n",
6452
+ "description": "Stop validation as soon as any rules fail."
6453
+ },
6454
6454
  "VHover/model-value": {
6455
6455
  "type": "boolean\n",
6456
6456
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
@@ -6559,18 +6559,26 @@
6559
6559
  "type": "IntersectionObserverInit\n",
6560
6560
  "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
6561
6561
  },
6562
+ "VImg/inline": {
6563
+ "type": "boolean\n",
6564
+ "description": "Display as an inline element instead of a block, also disables flex-grow."
6565
+ },
6566
+ "VImg/draggable": {
6567
+ "type": "boolean | 'true' | 'false'\n",
6568
+ "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
6569
+ },
6562
6570
  "VImg/alt": {
6563
6571
  "type": "string\n",
6564
6572
  "description": "Alternate text for screen readers. Leave empty for decorative images."
6565
6573
  },
6574
+ "VImg/src": {
6575
+ "type": " | string\n | { src: string; srcset: string; lazySrc: string; aspect: number }\n",
6576
+ "description": "The image URL. This prop is mandatory."
6577
+ },
6566
6578
  "VImg/cover": {
6567
6579
  "type": "boolean\n",
6568
6580
  "description": "Resizes the background image to cover the entire container."
6569
6581
  },
6570
- "VImg/draggable": {
6571
- "type": "boolean | 'true' | 'false'\n",
6572
- "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
6573
- },
6574
6582
  "VImg/gradient": {
6575
6583
  "type": "string\n",
6576
6584
  "description": "The gradient to apply to the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient) syntax, anything else should be done with classes."
@@ -6583,10 +6591,6 @@
6583
6591
  "type": "string\n",
6584
6592
  "description": "For use with `srcset`, see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes)."
6585
6593
  },
6586
- "VImg/src": {
6587
- "type": " | string\n | { src: string; srcset: string; lazySrc: string; aspect: number }\n",
6588
- "description": "The image URL. This prop is mandatory."
6589
- },
6590
6594
  "VImg/srcset": {
6591
6595
  "type": "string\n",
6592
6596
  "description": "A set of alternate images to use based on device size. [Read more...](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-srcset)."
@@ -6595,10 +6599,6 @@
6595
6599
  "type": "string | number\n",
6596
6600
  "description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
6597
6601
  },
6598
- "VImg/inline": {
6599
- "type": "boolean\n",
6600
- "description": "Display as an inline element instead of a block, also disables flex-grow."
6601
- },
6602
6602
  "VImg/crossorigin": {
6603
6603
  "type": "'' | 'anonymous' | 'use-credentials'\n",
6604
6604
  "description": "Specify that images should be fetched with CORS enabled [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#crossorigin)"
@@ -6883,9 +6883,9 @@
6883
6883
  "type": "string | number\n",
6884
6884
  "description": "Sets the height and width of the component."
6885
6885
  },
6886
- "VLazy/tag": {
6887
- "type": "string\n",
6888
- "description": "Specify a custom tag used on the root element."
6886
+ "VLazy/model-value": {
6887
+ "type": "boolean\n",
6888
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6889
6889
  },
6890
6890
  "VLazy/height": {
6891
6891
  "type": "string | number\n",
@@ -6911,9 +6911,9 @@
6911
6911
  "type": "string | number\n",
6912
6912
  "description": "Sets the width for the component."
6913
6913
  },
6914
- "VLazy/model-value": {
6915
- "type": "boolean\n",
6916
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6914
+ "VLazy/tag": {
6915
+ "type": "string\n",
6916
+ "description": "Specify a custom tag used on the root element."
6917
6917
  },
6918
6918
  "VLazy/transition": {
6919
6919
  "type": "string | boolean | (TransitionProps & { component: Component })\n",
@@ -6923,41 +6923,13 @@
6923
6923
  "type": "IntersectionObserverInit\n",
6924
6924
  "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
6925
6925
  },
6926
- "VLigatureIcon/icon": {
6927
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6928
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6929
- },
6930
6926
  "VLigatureIcon/tag": {
6931
6927
  "type": "string\n",
6932
6928
  "description": "Specify a custom tag used on the root element."
6933
6929
  },
6934
- "VList/tag": {
6935
- "type": "string\n",
6936
- "description": "Specify a custom tag used on the root element."
6937
- },
6938
- "VList/nav": {
6939
- "type": "boolean\n",
6940
- "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
6941
- },
6942
- "VList/theme": {
6943
- "type": "string\n",
6944
- "description": "Specify a theme for this component and all of its children."
6945
- },
6946
- "VList/items": {
6947
- "type": "any[]\n",
6948
- "description": "Can be an array of objects or strings. By default objects should have a **title** property, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props), a **value** property to allow selection, and a **children** property containing more item objects. Keys to use for these can be changed with the **item-title**, **item-value**, **item-props**, and **item-children** props."
6949
- },
6950
- "VList/active-color": {
6951
- "type": "string\n",
6952
- "description": "The applied color when the component is in an active state."
6953
- },
6954
- "VList/base-color": {
6955
- "type": "string\n",
6956
- "description": "Sets the color of component when not focused."
6957
- },
6958
- "VList/slim": {
6959
- "type": "boolean\n",
6960
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
6930
+ "VLigatureIcon/icon": {
6931
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6932
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6961
6933
  },
6962
6934
  "VList/border": {
6963
6935
  "type": "string | number | boolean\n",
@@ -6995,10 +6967,6 @@
6995
6967
  "type": "string | number\n",
6996
6968
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
6997
6969
  },
6998
- "VList/disabled": {
6999
- "type": "boolean\n",
7000
- "description": "Puts all children inputs into a disabled state."
7001
- },
7002
6970
  "VList/rounded": {
7003
6971
  "type": "string | number | boolean\n",
7004
6972
  "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
@@ -7007,49 +6975,41 @@
7007
6975
  "type": "boolean\n",
7008
6976
  "description": "Removes any applied **border-radius** from the component."
7009
6977
  },
6978
+ "VList/tag": {
6979
+ "type": "string\n",
6980
+ "description": "Specify a custom tag used on the root element."
6981
+ },
6982
+ "VList/theme": {
6983
+ "type": "string\n",
6984
+ "description": "Specify a theme for this component and all of its children."
6985
+ },
7010
6986
  "VList/color": {
7011
6987
  "type": "string\n",
7012
6988
  "description": "Applies specified color to the control - supports utility colors (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)."
7013
6989
  },
7014
6990
  "VList/variant": {
7015
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
6991
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7016
6992
  "description": "Applies a distinct style to the component."
7017
6993
  },
7018
- "VList/bg-color": {
6994
+ "VList/base-color": {
7019
6995
  "type": "string\n",
7020
- "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
7021
- },
7022
- "VList/lines": {
7023
- "type": "false | 'one' | 'two' | 'three'\n",
7024
- "description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
6996
+ "description": "Sets the color of component when not focused."
7025
6997
  },
7026
- "VList/mandatory": {
7027
- "type": "boolean\n",
7028
- "description": "Forces at least one item to always be selected (if available)."
6998
+ "VList/active-color": {
6999
+ "type": "string\n",
7000
+ "description": "The applied color when the component is in an active state."
7029
7001
  },
7030
7002
  "VList/active-class": {
7031
7003
  "type": "string\n",
7032
7004
  "description": "The class applied to the component when it is in an active state."
7033
7005
  },
7034
- "VList/selected": {
7035
- "type": "unknown\n",
7036
- "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
7037
- },
7038
- "VList/value-comparator": {
7039
- "type": "(a: any, b: any) => boolean\n",
7040
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
7041
- },
7042
- "VList/item-value": {
7043
- "type": "SelectItemKey<any>\n",
7044
- "description": "Property on supplied `items` that contains its value."
7006
+ "VList/bg-color": {
7007
+ "type": "string\n",
7008
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
7045
7009
  },
7046
- "VList/return-object": {
7010
+ "VList/disabled": {
7047
7011
  "type": "boolean\n",
7048
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
7049
- },
7050
- "VList/select-strategy": {
7051
- "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)\n",
7052
- "description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model."
7012
+ "description": "Puts all children inputs into a disabled state."
7053
7013
  },
7054
7014
  "VList/expand-icon": {
7055
7015
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -7059,6 +7019,18 @@
7059
7019
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7060
7020
  "description": "Icon to display when the list item is expanded."
7061
7021
  },
7022
+ "VList/lines": {
7023
+ "type": "false | 'one' | 'two' | 'three'\n",
7024
+ "description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
7025
+ },
7026
+ "VList/slim": {
7027
+ "type": "boolean\n",
7028
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
7029
+ },
7030
+ "VList/nav": {
7031
+ "type": "boolean\n",
7032
+ "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
7033
+ },
7062
7034
  "VList/activatable": {
7063
7035
  "type": "boolean\n",
7064
7036
  "description": "Designates whether the list items are activatable."
@@ -7075,22 +7047,42 @@
7075
7047
  "type": "any\n",
7076
7048
  "description": "Array of ids of activated nodes."
7077
7049
  },
7050
+ "VList/selected": {
7051
+ "type": "unknown\n",
7052
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
7053
+ },
7054
+ "VList/mandatory": {
7055
+ "type": "boolean\n",
7056
+ "description": "Forces at least one item to always be selected (if available)."
7057
+ },
7078
7058
  "VList/active-strategy": {
7079
7059
  "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)\n",
7080
7060
  "description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated."
7081
7061
  },
7062
+ "VList/select-strategy": {
7063
+ "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)\n",
7064
+ "description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model."
7065
+ },
7082
7066
  "VList/open-strategy": {
7083
- "type": "'multiple' | 'single' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>\n",
7067
+ "type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>\n",
7084
7068
  "description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected."
7085
7069
  },
7086
7070
  "VList/item-type": {
7087
7071
  "type": "string\n",
7088
7072
  "description": "Designates the key on the supplied items that is used for determining the nodes type."
7089
7073
  },
7074
+ "VList/items": {
7075
+ "type": "any[]\n",
7076
+ "description": "Can be an array of objects or strings. By default objects should have a **title** property, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props), a **value** property to allow selection, and a **children** property containing more item objects. Keys to use for these can be changed with the **item-title**, **item-value**, **item-props**, and **item-children** props."
7077
+ },
7090
7078
  "VList/item-title": {
7091
7079
  "type": "SelectItemKey<any>\n",
7092
7080
  "description": "Property on supplied `items` that contains its title."
7093
7081
  },
7082
+ "VList/item-value": {
7083
+ "type": "SelectItemKey<any>\n",
7084
+ "description": "Property on supplied `items` that contains its value."
7085
+ },
7094
7086
  "VList/item-children": {
7095
7087
  "type": "SelectItemKey<any>\n",
7096
7088
  "description": "Property on supplied `items` that contains its children."
@@ -7099,50 +7091,58 @@
7099
7091
  "type": "SelectItemKey<any>\n",
7100
7092
  "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
7101
7093
  },
7102
- "VListGroup/title": {
7103
- "type": "string\n",
7104
- "description": "Specify a title text for the component."
7094
+ "VList/return-object": {
7095
+ "type": "boolean\n",
7096
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
7097
+ },
7098
+ "VList/value-comparator": {
7099
+ "type": "(a: any, b: any) => boolean\n",
7100
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
7105
7101
  },
7106
7102
  "VListGroup/tag": {
7107
7103
  "type": "string\n",
7108
7104
  "description": "Specify a custom tag used on the root element."
7109
7105
  },
7110
- "VListGroup/color": {
7106
+ "VListGroup/title": {
7111
7107
  "type": "string\n",
7112
- "description": "Applies specified color to the control - supports utility colors (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)."
7108
+ "description": "Specify a title text for the component."
7113
7109
  },
7114
- "VListGroup/base-color": {
7115
- "type": "string\n",
7116
- "description": "Sets the color of component when not focused."
7110
+ "VListGroup/value": {
7111
+ "type": "any\n",
7112
+ "description": "Expands / Collapse the list-group."
7117
7113
  },
7118
7114
  "VListGroup/active-color": {
7119
7115
  "type": "string\n",
7120
7116
  "description": "The applied color when the component is in an active state."
7121
7117
  },
7122
- "VListGroup/expand-icon": {
7123
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7124
- "description": "Icon to display when the list item is collapsed."
7118
+ "VListGroup/base-color": {
7119
+ "type": "string\n",
7120
+ "description": "Sets the color of component when not focused."
7125
7121
  },
7126
- "VListGroup/collapse-icon": {
7122
+ "VListGroup/prepend-icon": {
7127
7123
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7128
- "description": "Icon to display when the list item is expanded."
7129
- },
7130
- "VListGroup/value": {
7131
- "type": "any\n",
7132
- "description": "Expands / Collapse the list-group."
7124
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
7133
7125
  },
7134
7126
  "VListGroup/append-icon": {
7135
7127
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7136
7128
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7137
7129
  },
7138
- "VListGroup/prepend-icon": {
7139
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7140
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
7130
+ "VListGroup/color": {
7131
+ "type": "string\n",
7132
+ "description": "Applies specified color to the control - supports utility colors (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)."
7141
7133
  },
7142
7134
  "VListGroup/fluid": {
7143
7135
  "type": "boolean\n",
7144
7136
  "description": "Removes the left padding assigned for action icons from group items."
7145
7137
  },
7138
+ "VListGroup/expand-icon": {
7139
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7140
+ "description": "Icon to display when the list item is collapsed."
7141
+ },
7142
+ "VListGroup/collapse-icon": {
7143
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7144
+ "description": "Icon to display when the list item is expanded."
7145
+ },
7146
7146
  "VListGroup/subgroup": {
7147
7147
  "type": "boolean\n",
7148
7148
  "description": "Designate the component as nested list group."
@@ -7399,9 +7399,13 @@
7399
7399
  "type": "boolean\n",
7400
7400
  "description": "Specify a custom scrollable function."
7401
7401
  },
7402
- "VMenu/model-value": {
7403
- "type": "boolean\n",
7404
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7402
+ "VMenu/theme": {
7403
+ "type": "string\n",
7404
+ "description": "Specify a theme for this component and all of its children."
7405
+ },
7406
+ "VMenu/id": {
7407
+ "type": "string\n",
7408
+ "description": "The unique identifier of the component."
7405
7409
  },
7406
7410
  "VMenu/height": {
7407
7411
  "type": "string | number\n",
@@ -7427,34 +7431,26 @@
7427
7431
  "type": "string | number\n",
7428
7432
  "description": "Sets the width for the component."
7429
7433
  },
7434
+ "VMenu/disabled": {
7435
+ "type": "boolean\n",
7436
+ "description": "Removes the ability to click or target the component."
7437
+ },
7430
7438
  "VMenu/location": {
7431
7439
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
7432
7440
  "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
7433
7441
  },
7434
- "VMenu/theme": {
7435
- "type": "string\n",
7436
- "description": "Specify a theme for this component and all of its children."
7437
- },
7438
- "VMenu/eager": {
7439
- "type": "boolean\n",
7440
- "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."
7441
- },
7442
- "VMenu/disabled": {
7442
+ "VMenu/model-value": {
7443
7443
  "type": "boolean\n",
7444
- "description": "Removes the ability to click or target the component."
7444
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7445
+ },
7446
+ "VMenu/transition": {
7447
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
7448
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
7445
7449
  },
7446
7450
  "VMenu/activator": {
7447
7451
  "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
7448
7452
  "description": "Explicitly sets the overlay's activator."
7449
7453
  },
7450
- "VMenu/id": {
7451
- "type": "string\n",
7452
- "description": "The unique identifier of the component."
7453
- },
7454
- "VMenu/submenu": {
7455
- "type": "boolean\n",
7456
- "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
7457
- },
7458
7454
  "VMenu/close-on-back": {
7459
7455
  "type": "boolean\n",
7460
7456
  "description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing."
@@ -7523,6 +7519,10 @@
7523
7519
  "type": "string | number\n",
7524
7520
  "description": "Milliseconds to wait before opening component. Only works with the **open-on-hover** prop."
7525
7521
  },
7522
+ "VMenu/eager": {
7523
+ "type": "boolean\n",
7524
+ "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."
7525
+ },
7526
7526
  "VMenu/location-strategy": {
7527
7527
  "type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n",
7528
7528
  "description": "A function used to specifies how the component should position relative to its activator."
@@ -7536,20 +7536,16 @@
7536
7536
  "description": "A single value that offsets content away from the target based upon what side it is on."
7537
7537
  },
7538
7538
  "VMenu/scroll-strategy": {
7539
- "type": "'close' | 'none' | 'block' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>\n",
7539
+ "type": "'close' | 'block' | 'none' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>\n",
7540
7540
  "description": "Strategy used when the component is activate and user scrolls."
7541
7541
  },
7542
- "VMenu/transition": {
7543
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
7544
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
7545
- },
7546
7542
  "VMenu/attach": {
7547
7543
  "type": "string | boolean | Element\n",
7548
7544
  "description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default. Generally not recommended except as a last resort: the default positioning algorithm should handle most scenarios better than is possible without teleporting, and you may have unexpected behavior if the menu ends up as child of its activator."
7549
7545
  },
7550
- "VMessages/active": {
7546
+ "VMenu/submenu": {
7551
7547
  "type": "boolean\n",
7552
- "description": "Determines whether the messages are visible or not."
7548
+ "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
7553
7549
  },
7554
7550
  "VMessages/color": {
7555
7551
  "type": "string\n",
@@ -7563,22 +7559,18 @@
7563
7559
  "type": "string | string[]\n",
7564
7560
  "description": "Displays a list of messages or a single message if using a string."
7565
7561
  },
7566
- "VNavigationDrawer/tag": {
7567
- "type": "string\n",
7568
- "description": "Specify a custom tag used on the root element."
7569
- },
7570
- "VNavigationDrawer/name": {
7571
- "type": "string\n",
7572
- "description": "Assign a specific name for layout registration."
7573
- },
7574
- "VNavigationDrawer/theme": {
7575
- "type": "string\n",
7576
- "description": "Specify a theme for this component and all of its children."
7562
+ "VMessages/active": {
7563
+ "type": "boolean\n",
7564
+ "description": "Determines whether the messages are visible or not."
7577
7565
  },
7578
7566
  "VNavigationDrawer/border": {
7579
7567
  "type": "string | number | boolean\n",
7580
7568
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
7581
7569
  },
7570
+ "VNavigationDrawer/model-value": {
7571
+ "type": "boolean\n",
7572
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7573
+ },
7582
7574
  "VNavigationDrawer/width": {
7583
7575
  "type": "string | number\n",
7584
7576
  "description": "Sets the width for the component."
@@ -7588,7 +7580,7 @@
7588
7580
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
7589
7581
  },
7590
7582
  "VNavigationDrawer/location": {
7591
- "type": "'top' | 'left' | 'right' | 'bottom' | 'start' | 'end'\n",
7583
+ "type": "'top' | 'end' | 'bottom' | 'start' | 'left' | 'right'\n",
7592
7584
  "description": "Controls the edge of the screen the drawer is attached to."
7593
7585
  },
7594
7586
  "VNavigationDrawer/absolute": {
@@ -7607,10 +7599,22 @@
7607
7599
  "type": "boolean\n",
7608
7600
  "description": "Removes any applied **border-radius** from the component."
7609
7601
  },
7602
+ "VNavigationDrawer/tag": {
7603
+ "type": "string\n",
7604
+ "description": "Specify a custom tag used on the root element."
7605
+ },
7606
+ "VNavigationDrawer/theme": {
7607
+ "type": "string\n",
7608
+ "description": "Specify a theme for this component and all of its children."
7609
+ },
7610
7610
  "VNavigationDrawer/color": {
7611
7611
  "type": "string\n",
7612
7612
  "description": "Applies specified color to the control - supports utility colors (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)."
7613
7613
  },
7614
+ "VNavigationDrawer/name": {
7615
+ "type": "string\n",
7616
+ "description": "Assign a specific name for layout registration."
7617
+ },
7614
7618
  "VNavigationDrawer/image": {
7615
7619
  "type": "string\n",
7616
7620
  "description": "Apply a specific background image to the component."
@@ -7619,18 +7623,6 @@
7619
7623
  "type": "boolean\n",
7620
7624
  "description": "A floating drawer has no visible container (no border-right)."
7621
7625
  },
7622
- "VNavigationDrawer/model-value": {
7623
- "type": "boolean\n",
7624
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7625
- },
7626
- "VNavigationDrawer/mobile": {
7627
- "type": "boolean\n",
7628
- "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
7629
- },
7630
- "VNavigationDrawer/mobile-breakpoint": {
7631
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
7632
- "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."
7633
- },
7634
7626
  "VNavigationDrawer/order": {
7635
7627
  "type": "string | number\n",
7636
7628
  "description": "Adjust the order of the component in relation to its registration order."
@@ -7651,6 +7643,14 @@
7651
7643
  "type": "string | number\n",
7652
7644
  "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
7653
7645
  },
7646
+ "VNavigationDrawer/mobile": {
7647
+ "type": "boolean\n",
7648
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
7649
+ },
7650
+ "VNavigationDrawer/mobile-breakpoint": {
7651
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
7652
+ "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."
7653
+ },
7654
7654
  "VNavigationDrawer/disable-resize-watcher": {
7655
7655
  "type": "boolean\n",
7656
7656
  "description": "Prevents the automatic opening or closing of the drawer when resized, based on whether the device is mobile or desktop."
@@ -7999,22 +7999,22 @@
7999
7999
  "type": "string\n",
8000
8000
  "description": "Specifies the dividing character between items."
8001
8001
  },
8002
- "VOtpInput/autofocus": {
8003
- "type": "boolean\n",
8004
- "description": "Automatically focuses the first input on page load"
8002
+ "VOtpInput/placeholder": {
8003
+ "type": "string\n",
8004
+ "description": "Sets the input’s placeholder text."
8005
8005
  },
8006
8006
  "VOtpInput/focused": {
8007
8007
  "type": "boolean\n",
8008
8008
  "description": "Forces a focused state styling on the component."
8009
8009
  },
8010
+ "VOtpInput/autofocus": {
8011
+ "type": "boolean\n",
8012
+ "description": "Automatically focuses the first input on page load"
8013
+ },
8010
8014
  "VOtpInput/focus-all": {
8011
8015
  "type": "boolean\n",
8012
8016
  "description": "Puts all inputs into a focus state when any are focused"
8013
8017
  },
8014
- "VOtpInput/placeholder": {
8015
- "type": "string\n",
8016
- "description": "Sets the input’s placeholder text."
8017
- },
8018
8018
  "VOverlay/theme": {
8019
8019
  "type": "string\n",
8020
8020
  "description": "Specify a theme for this component and all of its children."
@@ -8659,46 +8659,10 @@
8659
8659
  "type": "unknown\n",
8660
8660
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
8661
8661
  },
8662
- "VRadioGroup/direction": {
8663
- "type": "'horizontal' | 'vertical'\n",
8664
- "description": "Changes the direction of the input."
8665
- },
8666
- "VRadioGroup/defaults-target": {
8667
- "type": "string\n",
8668
- "description": "The target component to provide defaults values for."
8669
- },
8670
- "VRadioGroup/false-icon": {
8671
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8672
- "description": "The icon used when inactive."
8673
- },
8674
- "VRadioGroup/true-icon": {
8675
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8676
- "description": "The icon used when active."
8677
- },
8678
- "VRadioGroup/value-comparator": {
8679
- "type": "(a: any, b: any) => boolean\n",
8680
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
8681
- },
8682
- "VRadioGroup/focused": {
8683
- "type": "boolean\n",
8684
- "description": "Forces a focused state styling on the component."
8685
- },
8686
8662
  "VRadioGroup/center-affix": {
8687
8663
  "type": "boolean\n",
8688
8664
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
8689
8665
  },
8690
- "VRadioGroup/error-messages": {
8691
- "type": "string | string[]\n",
8692
- "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
8693
- },
8694
- "VRadioGroup/validate-on": {
8695
- "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
8696
- "description": "Change what type of event triggers validation to run."
8697
- },
8698
- "VRadioGroup/messages": {
8699
- "type": "string | string[]\n",
8700
- "description": "Displays a list of messages or a single message if using a string."
8701
- },
8702
8666
  "VRadioGroup/hide-spin-buttons": {
8703
8667
  "type": "boolean\n",
8704
8668
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -8711,6 +8675,18 @@
8711
8675
  "type": "boolean\n",
8712
8676
  "description": "Forces [hint](#props-hint) to always be visible."
8713
8677
  },
8678
+ "VRadioGroup/messages": {
8679
+ "type": "string | string[]\n",
8680
+ "description": "Displays a list of messages or a single message if using a string."
8681
+ },
8682
+ "VRadioGroup/direction": {
8683
+ "type": "'horizontal' | 'vertical'\n",
8684
+ "description": "Changes the direction of the input."
8685
+ },
8686
+ "VRadioGroup/error-messages": {
8687
+ "type": "string | string[]\n",
8688
+ "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
8689
+ },
8714
8690
  "VRadioGroup/max-errors": {
8715
8691
  "type": "string | number\n",
8716
8692
  "description": "Control the maximum number of shown errors from validation."
@@ -8719,14 +8695,38 @@
8719
8695
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
8720
8696
  "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
8721
8697
  },
8698
+ "VRadioGroup/validate-on": {
8699
+ "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
8700
+ "description": "Change what type of event triggers validation to run."
8701
+ },
8722
8702
  "VRadioGroup/validation-value": {
8723
8703
  "type": "any\n",
8724
8704
  "description": "The value used when applying validation rules."
8725
8705
  },
8706
+ "VRadioGroup/focused": {
8707
+ "type": "boolean\n",
8708
+ "description": "Forces a focused state styling on the component."
8709
+ },
8726
8710
  "VRadioGroup/hide-details": {
8727
8711
  "type": "boolean | 'auto'\n",
8728
8712
  "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."
8729
8713
  },
8714
+ "VRadioGroup/defaults-target": {
8715
+ "type": "string\n",
8716
+ "description": "The target component to provide defaults values for."
8717
+ },
8718
+ "VRadioGroup/false-icon": {
8719
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8720
+ "description": "The icon used when inactive."
8721
+ },
8722
+ "VRadioGroup/true-icon": {
8723
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8724
+ "description": "The icon used when active."
8725
+ },
8726
+ "VRadioGroup/value-comparator": {
8727
+ "type": "(a: any, b: any) => boolean\n",
8728
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
8729
+ },
8730
8730
  "VRangeSlider/reverse": {
8731
8731
  "type": "boolean\n",
8732
8732
  "description": "Reverses the slider direction."
@@ -8819,30 +8819,10 @@
8819
8819
  "type": "string | number\n",
8820
8820
  "description": "Sets the minimum allowed value."
8821
8821
  },
8822
- "VRangeSlider/direction": {
8823
- "type": "'horizontal' | 'vertical'\n",
8824
- "description": "Changes the direction of the input."
8825
- },
8826
- "VRangeSlider/focused": {
8827
- "type": "boolean\n",
8828
- "description": "Forces a focused state styling on the component."
8829
- },
8830
8822
  "VRangeSlider/center-affix": {
8831
8823
  "type": "boolean\n",
8832
8824
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
8833
8825
  },
8834
- "VRangeSlider/error-messages": {
8835
- "type": "string | string[]\n",
8836
- "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
8837
- },
8838
- "VRangeSlider/validate-on": {
8839
- "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
8840
- "description": "Change what type of event triggers validation to run."
8841
- },
8842
- "VRangeSlider/messages": {
8843
- "type": "string | string[]\n",
8844
- "description": "Displays a list of messages or a single message if using a string."
8845
- },
8846
8826
  "VRangeSlider/hide-spin-buttons": {
8847
8827
  "type": "boolean\n",
8848
8828
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -8855,6 +8835,18 @@
8855
8835
  "type": "boolean\n",
8856
8836
  "description": "Forces [hint](#props-hint) to always be visible."
8857
8837
  },
8838
+ "VRangeSlider/messages": {
8839
+ "type": "string | string[]\n",
8840
+ "description": "Displays a list of messages or a single message if using a string."
8841
+ },
8842
+ "VRangeSlider/direction": {
8843
+ "type": "'horizontal' | 'vertical'\n",
8844
+ "description": "Changes the direction of the input."
8845
+ },
8846
+ "VRangeSlider/error-messages": {
8847
+ "type": "string | string[]\n",
8848
+ "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
8849
+ },
8858
8850
  "VRangeSlider/max-errors": {
8859
8851
  "type": "string | number\n",
8860
8852
  "description": "Control the maximum number of shown errors from validation."
@@ -8863,10 +8855,18 @@
8863
8855
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
8864
8856
  "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
8865
8857
  },
8858
+ "VRangeSlider/validate-on": {
8859
+ "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
8860
+ "description": "Change what type of event triggers validation to run."
8861
+ },
8866
8862
  "VRangeSlider/validation-value": {
8867
8863
  "type": "any\n",
8868
8864
  "description": "The value used when applying validation rules."
8869
8865
  },
8866
+ "VRangeSlider/focused": {
8867
+ "type": "boolean\n",
8868
+ "description": "Forces a focused state styling on the component."
8869
+ },
8870
8870
  "VRangeSlider/hide-details": {
8871
8871
  "type": "boolean | 'auto'\n",
8872
8872
  "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."
@@ -9035,10 +9035,6 @@
9035
9035
  "type": "'start' | 'end' | 'center' | 'baseline' | 'stretch'\n",
9036
9036
  "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**."
9037
9037
  },
9038
- "VRow/justify": {
9039
- "type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
9040
- "description": "Applies the [justify-content](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) css property. Available options are: **start**, **center**, **end**, **space-between** and **space-around**."
9041
- },
9042
9038
  "VRow/dense": {
9043
9039
  "type": "boolean\n",
9044
9040
  "description": "Reduces the gutter between `v-col`s."
@@ -9107,6 +9103,10 @@
9107
9103
  "type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
9108
9104
  "description": "Changes the **align-content** property on extra extra large and greater breakpoints."
9109
9105
  },
9106
+ "VRow/justify": {
9107
+ "type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
9108
+ "description": "Applies the [justify-content](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) css property. Available options are: **start**, **center**, **end**, **space-between** and **space-around**."
9109
+ },
9110
9110
  "VRow/align-content": {
9111
9111
  "type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
9112
9112
  "description": "Applies the [align-content](https://developer.mozilla.org/en-US/docs/Web/CSS/align-content) css property. Available options are: **start**, **center**, **end**, **space-between**, **space-around** and **stretch**."
@@ -9351,9 +9351,57 @@
9351
9351
  "type": "boolean\n",
9352
9352
  "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."
9353
9353
  },
9354
- "VSelect/direction": {
9355
- "type": "'horizontal' | 'vertical'\n",
9356
- "description": "Changes the direction of the input."
9354
+ "VSelect/placeholder": {
9355
+ "type": "string\n",
9356
+ "description": "Sets the input’s placeholder text."
9357
+ },
9358
+ "VSelect/center-affix": {
9359
+ "type": "boolean\n",
9360
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
9361
+ },
9362
+ "VSelect/hide-spin-buttons": {
9363
+ "type": "boolean\n",
9364
+ "description": "Hides spin buttons on the input when type is set to `number`."
9365
+ },
9366
+ "VSelect/hint": {
9367
+ "type": "string\n",
9368
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
9369
+ },
9370
+ "VSelect/persistent-hint": {
9371
+ "type": "boolean\n",
9372
+ "description": "Forces [hint](#props-hint) to always be visible."
9373
+ },
9374
+ "VSelect/messages": {
9375
+ "type": "string | string[]\n",
9376
+ "description": "Displays a list of messages or a single message if using a string."
9377
+ },
9378
+ "VSelect/direction": {
9379
+ "type": "'horizontal' | 'vertical'\n",
9380
+ "description": "Changes the direction of the input."
9381
+ },
9382
+ "VSelect/error-messages": {
9383
+ "type": "string | string[]\n",
9384
+ "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
9385
+ },
9386
+ "VSelect/max-errors": {
9387
+ "type": "string | number\n",
9388
+ "description": "Control the maximum number of shown errors from validation."
9389
+ },
9390
+ "VSelect/rules": {
9391
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
9392
+ "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
9393
+ },
9394
+ "VSelect/validate-on": {
9395
+ "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
9396
+ "description": "Change what type of event triggers validation to run."
9397
+ },
9398
+ "VSelect/focused": {
9399
+ "type": "boolean\n",
9400
+ "description": "Forces a focused state styling on the component."
9401
+ },
9402
+ "VSelect/hide-details": {
9403
+ "type": "boolean | 'auto'\n",
9404
+ "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."
9357
9405
  },
9358
9406
  "VSelect/value-comparator": {
9359
9407
  "type": "(a: any, b: any) => boolean\n",
@@ -9375,22 +9423,6 @@
9375
9423
  "type": "string\n",
9376
9424
  "description": "Text shown when no items are provided to the component."
9377
9425
  },
9378
- "VSelect/prefix": {
9379
- "type": "string\n",
9380
- "description": "Displays prefix text."
9381
- },
9382
- "VSelect/role": {
9383
- "type": "string\n",
9384
- "description": "The role attribute applied to the input."
9385
- },
9386
- "VSelect/autofocus": {
9387
- "type": "boolean\n",
9388
- "description": "Enables autofocus."
9389
- },
9390
- "VSelect/focused": {
9391
- "type": "boolean\n",
9392
- "description": "Forces a focused state styling on the component."
9393
- },
9394
9426
  "VSelect/clearable": {
9395
9427
  "type": "boolean\n",
9396
9428
  "description": "Allows for the component to be cleared."
@@ -9399,10 +9431,6 @@
9399
9431
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9400
9432
  "description": "The icon used when the **clearable** prop is set to true."
9401
9433
  },
9402
- "VSelect/center-affix": {
9403
- "type": "boolean\n",
9404
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
9405
- },
9406
9434
  "VSelect/persistent-clear": {
9407
9435
  "type": "boolean\n",
9408
9436
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
@@ -9415,57 +9443,17 @@
9415
9443
  "type": "boolean\n",
9416
9444
  "description": "Label does not move on focus/dirty."
9417
9445
  },
9418
- "VSelect/error-messages": {
9419
- "type": "string | string[]\n",
9420
- "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
9421
- },
9422
- "VSelect/validate-on": {
9423
- "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
9424
- "description": "Change what type of event triggers validation to run."
9425
- },
9426
- "VSelect/item-title": {
9427
- "type": "SelectItemKey<any>\n",
9428
- "description": "Property on supplied `items` that contains its title."
9429
- },
9430
- "VSelect/item-children": {
9431
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
9432
- "description": "This property currently has **no effect**."
9433
- },
9434
- "VSelect/item-props": {
9435
- "type": "SelectItemKey<any>\n",
9436
- "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
9437
- },
9438
- "VSelect/messages": {
9439
- "type": "string | string[]\n",
9440
- "description": "Displays a list of messages or a single message if using a string."
9441
- },
9442
- "VSelect/placeholder": {
9446
+ "VSelect/prefix": {
9443
9447
  "type": "string\n",
9444
- "description": "Sets the input’s placeholder text."
9445
- },
9446
- "VSelect/hide-spin-buttons": {
9447
- "type": "boolean\n",
9448
- "description": "Hides spin buttons on the input when type is set to `number`."
9448
+ "description": "Displays prefix text."
9449
9449
  },
9450
- "VSelect/hint": {
9450
+ "VSelect/role": {
9451
9451
  "type": "string\n",
9452
- "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
9452
+ "description": "The role attribute applied to the input."
9453
9453
  },
9454
- "VSelect/persistent-hint": {
9454
+ "VSelect/autofocus": {
9455
9455
  "type": "boolean\n",
9456
- "description": "Forces [hint](#props-hint) to always be visible."
9457
- },
9458
- "VSelect/max-errors": {
9459
- "type": "string | number\n",
9460
- "description": "Control the maximum number of shown errors from validation."
9461
- },
9462
- "VSelect/rules": {
9463
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
9464
- "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
9465
- },
9466
- "VSelect/hide-details": {
9467
- "type": "boolean | 'auto'\n",
9468
- "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."
9456
+ "description": "Enables autofocus."
9469
9457
  },
9470
9458
  "VSelect/chips": {
9471
9459
  "type": "boolean\n",
@@ -9491,6 +9479,18 @@
9491
9479
  "type": "unknown\n",
9492
9480
  "description": "Pass props through to the `v-list` component. Accepts an object with anything from [v-list](/api/v-list/#props) props, camelCase keys are recommended."
9493
9481
  },
9482
+ "VSelect/item-title": {
9483
+ "type": "SelectItemKey<any>\n",
9484
+ "description": "Property on supplied `items` that contains its title."
9485
+ },
9486
+ "VSelect/item-children": {
9487
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
9488
+ "description": "This property currently has **no effect**."
9489
+ },
9490
+ "VSelect/item-props": {
9491
+ "type": "SelectItemKey<any>\n",
9492
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
9493
+ },
9494
9494
  "VSelect/menu-icon": {
9495
9495
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9496
9496
  "description": "Sets the the spin icon."
@@ -9847,10 +9847,6 @@
9847
9847
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9848
9848
  "description": "The prepended slot when arrows are shown."
9849
9849
  },
9850
- "VSlideGroup/show-arrows": {
9851
- "type": "string | boolean\n",
9852
- "description": "Change when the overflow arrow indicators are shown. By **default**, arrows *always* display on Desktop when the container is overflowing. When the container overflows on mobile, arrows are not shown by default. A **show-arrows** value of `true` allows these arrows to show on Mobile if the container overflowing. A value of `desktop` *always* displays arrows on Desktop while a value of `mobile` always displays arrows on Mobile. A value of `always` always displays arrows on Desktop *and* Mobile. Find more information on how to customize breakpoint thresholds on the [breakpoints page](/customizing/breakpoints)."
9853
- },
9854
9850
  "VSlideGroup/direction": {
9855
9851
  "type": "'horizontal' | 'vertical'\n",
9856
9852
  "description": "Switch between horizontal and vertical modes."
@@ -9859,6 +9855,10 @@
9859
9855
  "type": "boolean\n",
9860
9856
  "description": "Forces the selected component to be centered."
9861
9857
  },
9858
+ "VSlideGroup/show-arrows": {
9859
+ "type": "string | boolean\n",
9860
+ "description": "Change when the overflow arrow indicators are shown. By **default**, arrows *always* display on Desktop when the container is overflowing. When the container overflows on mobile, arrows are not shown by default. A **show-arrows** value of `true` allows these arrows to show on Mobile if the container overflowing. A value of `desktop` *always* displays arrows on Desktop while a value of `mobile` always displays arrows on Mobile. A value of `always` always displays arrows on Desktop *and* Mobile. Find more information on how to customize breakpoint thresholds on the [breakpoints page](/customizing/breakpoints)."
9861
+ },
9862
9862
  "VSlideGroupItem/value": {
9863
9863
  "type": "any\n",
9864
9864
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
@@ -10055,30 +10055,10 @@
10055
10055
  "type": "string | number\n",
10056
10056
  "description": "Sets the minimum allowed value."
10057
10057
  },
10058
- "VSlider/direction": {
10059
- "type": "'horizontal' | 'vertical'\n",
10060
- "description": "Changes the direction of the input."
10061
- },
10062
- "VSlider/focused": {
10063
- "type": "boolean\n",
10064
- "description": "Forces a focused state styling on the component."
10065
- },
10066
10058
  "VSlider/center-affix": {
10067
10059
  "type": "boolean\n",
10068
10060
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
10069
10061
  },
10070
- "VSlider/error-messages": {
10071
- "type": "string | string[]\n",
10072
- "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
10073
- },
10074
- "VSlider/validate-on": {
10075
- "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
10076
- "description": "Change what type of event triggers validation to run."
10077
- },
10078
- "VSlider/messages": {
10079
- "type": "string | string[]\n",
10080
- "description": "Displays a list of messages or a single message if using a string."
10081
- },
10082
10062
  "VSlider/hide-spin-buttons": {
10083
10063
  "type": "boolean\n",
10084
10064
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -10091,6 +10071,18 @@
10091
10071
  "type": "boolean\n",
10092
10072
  "description": "Forces [hint](#props-hint) to always be visible."
10093
10073
  },
10074
+ "VSlider/messages": {
10075
+ "type": "string | string[]\n",
10076
+ "description": "Displays a list of messages or a single message if using a string."
10077
+ },
10078
+ "VSlider/direction": {
10079
+ "type": "'horizontal' | 'vertical'\n",
10080
+ "description": "Changes the direction of the input."
10081
+ },
10082
+ "VSlider/error-messages": {
10083
+ "type": "string | string[]\n",
10084
+ "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
10085
+ },
10094
10086
  "VSlider/max-errors": {
10095
10087
  "type": "string | number\n",
10096
10088
  "description": "Control the maximum number of shown errors from validation."
@@ -10099,10 +10091,18 @@
10099
10091
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
10100
10092
  "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
10101
10093
  },
10094
+ "VSlider/validate-on": {
10095
+ "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
10096
+ "description": "Change what type of event triggers validation to run."
10097
+ },
10102
10098
  "VSlider/validation-value": {
10103
10099
  "type": "any\n",
10104
10100
  "description": "The value used when applying validation rules."
10105
10101
  },
10102
+ "VSlider/focused": {
10103
+ "type": "boolean\n",
10104
+ "description": "Forces a focused state styling on the component."
10105
+ },
10106
10106
  "VSlider/hide-details": {
10107
10107
  "type": "boolean | 'auto'\n",
10108
10108
  "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."
@@ -10531,6 +10531,10 @@
10531
10531
  "type": "string | number\n",
10532
10532
  "description": "The minimum value of the sparkline."
10533
10533
  },
10534
+ "VSparkline/gradient": {
10535
+ "type": "string[]\n",
10536
+ "description": "An array of colors to use as a linear-gradient."
10537
+ },
10534
10538
  "VSparkline/item-value": {
10535
10539
  "type": "string\n",
10536
10540
  "description": "The value of the item."
@@ -10551,10 +10555,6 @@
10551
10555
  "type": "string\n",
10552
10556
  "description": "The easing function to use for the trace animation."
10553
10557
  },
10554
- "VSparkline/gradient": {
10555
- "type": "string[]\n",
10556
- "description": "An array of colors to use as a linear-gradient."
10557
- },
10558
10558
  "VSparkline/gradient-direction": {
10559
10559
  "type": "'top' | 'left' | 'right' | 'bottom'\n",
10560
10560
  "description": "The direction the gradient should run."
@@ -11211,6 +11211,10 @@
11211
11211
  "type": "string\n",
11212
11212
  "description": "Specify a subtitle text for the component."
11213
11213
  },
11214
+ "VStepperVerticalItem/rules": {
11215
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
11216
+ "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
11217
+ },
11214
11218
  "VStepperVerticalItem/expand-icon": {
11215
11219
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11216
11220
  "description": "Icon used when the expansion panel is in a expandable state."
@@ -11227,10 +11231,6 @@
11227
11231
  "type": "boolean\n",
11228
11232
  "description": "Makes the expansion panel content focusable."
11229
11233
  },
11230
- "VStepperVerticalItem/rules": {
11231
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
11232
- "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
11233
- },
11234
11234
  "VStepperVerticalItem/complete-icon": {
11235
11235
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11236
11236
  "description": "Icon to display when step is marked as completed."
@@ -11407,58 +11407,10 @@
11407
11407
  "type": "boolean\n",
11408
11408
  "description": "Enlarge the `v-switch` track to encompass the thumb."
11409
11409
  },
11410
- "VSwitch/direction": {
11411
- "type": "'horizontal' | 'vertical'\n",
11412
- "description": "Changes the direction of the input."
11413
- },
11414
- "VSwitch/indeterminate": {
11415
- "type": "boolean\n",
11416
- "description": "Sets an indeterminate state for the switch."
11417
- },
11418
- "VSwitch/true-value": {
11419
- "type": "any\n",
11420
- "description": "Sets value for truthy state."
11421
- },
11422
- "VSwitch/false-value": {
11423
- "type": "any\n",
11424
- "description": "Sets value for falsy state."
11425
- },
11426
- "VSwitch/defaults-target": {
11427
- "type": "string\n",
11428
- "description": "The target component to provide defaults values for."
11429
- },
11430
- "VSwitch/false-icon": {
11431
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11432
- "description": "The icon used when inactive."
11433
- },
11434
- "VSwitch/true-icon": {
11435
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11436
- "description": "The icon used when active."
11437
- },
11438
- "VSwitch/value-comparator": {
11439
- "type": "(a: any, b: any) => boolean\n",
11440
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
11441
- },
11442
- "VSwitch/focused": {
11443
- "type": "boolean\n",
11444
- "description": "Forces a focused state styling on the component."
11445
- },
11446
11410
  "VSwitch/center-affix": {
11447
11411
  "type": "boolean\n",
11448
11412
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
11449
11413
  },
11450
- "VSwitch/error-messages": {
11451
- "type": "string | string[]\n",
11452
- "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
11453
- },
11454
- "VSwitch/validate-on": {
11455
- "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
11456
- "description": "Change what type of event triggers validation to run."
11457
- },
11458
- "VSwitch/messages": {
11459
- "type": "string | string[]\n",
11460
- "description": "Displays a list of messages or a single message if using a string."
11461
- },
11462
11414
  "VSwitch/hide-spin-buttons": {
11463
11415
  "type": "boolean\n",
11464
11416
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -11471,6 +11423,18 @@
11471
11423
  "type": "boolean\n",
11472
11424
  "description": "Forces [hint](#props-hint) to always be visible."
11473
11425
  },
11426
+ "VSwitch/messages": {
11427
+ "type": "string | string[]\n",
11428
+ "description": "Displays a list of messages or a single message if using a string."
11429
+ },
11430
+ "VSwitch/direction": {
11431
+ "type": "'horizontal' | 'vertical'\n",
11432
+ "description": "Changes the direction of the input."
11433
+ },
11434
+ "VSwitch/error-messages": {
11435
+ "type": "string | string[]\n",
11436
+ "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
11437
+ },
11474
11438
  "VSwitch/max-errors": {
11475
11439
  "type": "string | number\n",
11476
11440
  "description": "Control the maximum number of shown errors from validation."
@@ -11479,14 +11443,50 @@
11479
11443
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
11480
11444
  "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
11481
11445
  },
11446
+ "VSwitch/validate-on": {
11447
+ "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
11448
+ "description": "Change what type of event triggers validation to run."
11449
+ },
11482
11450
  "VSwitch/validation-value": {
11483
11451
  "type": "any\n",
11484
11452
  "description": "The value used when applying validation rules."
11485
11453
  },
11454
+ "VSwitch/focused": {
11455
+ "type": "boolean\n",
11456
+ "description": "Forces a focused state styling on the component."
11457
+ },
11486
11458
  "VSwitch/hide-details": {
11487
11459
  "type": "boolean | 'auto'\n",
11488
11460
  "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."
11489
11461
  },
11462
+ "VSwitch/indeterminate": {
11463
+ "type": "boolean\n",
11464
+ "description": "Sets an indeterminate state for the switch."
11465
+ },
11466
+ "VSwitch/true-value": {
11467
+ "type": "any\n",
11468
+ "description": "Sets value for truthy state."
11469
+ },
11470
+ "VSwitch/false-value": {
11471
+ "type": "any\n",
11472
+ "description": "Sets value for falsy state."
11473
+ },
11474
+ "VSwitch/defaults-target": {
11475
+ "type": "string\n",
11476
+ "description": "The target component to provide defaults values for."
11477
+ },
11478
+ "VSwitch/false-icon": {
11479
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11480
+ "description": "The icon used when inactive."
11481
+ },
11482
+ "VSwitch/true-icon": {
11483
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11484
+ "description": "The icon used when active."
11485
+ },
11486
+ "VSwitch/value-comparator": {
11487
+ "type": "(a: any, b: any) => boolean\n",
11488
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
11489
+ },
11490
11490
  "VSystemBar/tag": {
11491
11491
  "type": "string\n",
11492
11492
  "description": "Specify a custom tag used on the root element."
@@ -11785,11 +11785,7 @@
11785
11785
  },
11786
11786
  "VTabs/prev-icon": {
11787
11787
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11788
- "description": "Left pagination icon."
11789
- },
11790
- "VTabs/show-arrows": {
11791
- "type": "string | boolean\n",
11792
- "description": "Show pagination arrows if the tab items overflow their container. For mobile devices, arrows will only display when using this prop."
11788
+ "description": "Left pagination icon."
11793
11789
  },
11794
11790
  "VTabs/direction": {
11795
11791
  "type": "'horizontal' | 'vertical'\n",
@@ -11799,6 +11795,10 @@
11799
11795
  "type": "boolean\n",
11800
11796
  "description": "Forces the selected tab to be centered."
11801
11797
  },
11798
+ "VTabs/show-arrows": {
11799
+ "type": "string | boolean\n",
11800
+ "description": "Show pagination arrows if the tab items overflow their container. For mobile devices, arrows will only display when using this prop."
11801
+ },
11802
11802
  "VTabs/slider-color": {
11803
11803
  "type": "string\n",
11804
11804
  "description": "Changes the background color of an auto-generated `v-tabs-slider`."
@@ -11967,26 +11967,62 @@
11967
11967
  "type": "string\n",
11968
11968
  "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
11969
11969
  },
11970
+ "VTextField/placeholder": {
11971
+ "type": "string\n",
11972
+ "description": "Sets the input’s placeholder text."
11973
+ },
11974
+ "VTextField/center-affix": {
11975
+ "type": "boolean\n",
11976
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
11977
+ },
11978
+ "VTextField/hide-spin-buttons": {
11979
+ "type": "boolean\n",
11980
+ "description": "Hides spin buttons on the input when type is set to `number`."
11981
+ },
11982
+ "VTextField/hint": {
11983
+ "type": "string\n",
11984
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
11985
+ },
11986
+ "VTextField/persistent-hint": {
11987
+ "type": "boolean\n",
11988
+ "description": "Forces [hint](#props-hint) to always be visible."
11989
+ },
11990
+ "VTextField/messages": {
11991
+ "type": "string | string[]\n",
11992
+ "description": "Displays a list of messages or a single message if using a string."
11993
+ },
11970
11994
  "VTextField/direction": {
11971
11995
  "type": "'horizontal' | 'vertical'\n",
11972
11996
  "description": "Changes the direction of the input."
11973
11997
  },
11974
- "VTextField/prefix": {
11975
- "type": "string\n",
11976
- "description": "Displays prefix text."
11998
+ "VTextField/error-messages": {
11999
+ "type": "string | string[]\n",
12000
+ "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
11977
12001
  },
11978
- "VTextField/role": {
11979
- "type": "string\n",
11980
- "description": "The role attribute applied to the input."
12002
+ "VTextField/max-errors": {
12003
+ "type": "string | number\n",
12004
+ "description": "Control the maximum number of shown errors from validation."
11981
12005
  },
11982
- "VTextField/autofocus": {
11983
- "type": "boolean\n",
11984
- "description": "Enables autofocus."
12006
+ "VTextField/rules": {
12007
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
12008
+ "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
12009
+ },
12010
+ "VTextField/validate-on": {
12011
+ "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
12012
+ "description": "Change what type of event triggers validation to run."
12013
+ },
12014
+ "VTextField/validation-value": {
12015
+ "type": "any\n",
12016
+ "description": "The value used when applying validation rules."
11985
12017
  },
11986
12018
  "VTextField/focused": {
11987
12019
  "type": "boolean\n",
11988
12020
  "description": "Forces a focused state styling on the component."
11989
12021
  },
12022
+ "VTextField/hide-details": {
12023
+ "type": "boolean | 'auto'\n",
12024
+ "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."
12025
+ },
11990
12026
  "VTextField/append-inner-icon": {
11991
12027
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11992
12028
  "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
@@ -11999,10 +12035,6 @@
11999
12035
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12000
12036
  "description": "Applied when using **clearable** and the input is dirty."
12001
12037
  },
12002
- "VTextField/center-affix": {
12003
- "type": "boolean\n",
12004
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
12005
- },
12006
12038
  "VTextField/dirty": {
12007
12039
  "type": "boolean\n",
12008
12040
  "description": "Manually apply the dirty state styling."
@@ -12019,49 +12051,17 @@
12019
12051
  "type": "boolean\n",
12020
12052
  "description": "Label does not move on focus/dirty."
12021
12053
  },
12022
- "VTextField/error-messages": {
12023
- "type": "string | string[]\n",
12024
- "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
12025
- },
12026
- "VTextField/validate-on": {
12027
- "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
12028
- "description": "Change what type of event triggers validation to run."
12029
- },
12030
- "VTextField/messages": {
12031
- "type": "string | string[]\n",
12032
- "description": "Displays a list of messages or a single message if using a string."
12033
- },
12034
- "VTextField/placeholder": {
12054
+ "VTextField/prefix": {
12035
12055
  "type": "string\n",
12036
- "description": "Sets the input’s placeholder text."
12037
- },
12038
- "VTextField/hide-spin-buttons": {
12039
- "type": "boolean\n",
12040
- "description": "Hides spin buttons on the input when type is set to `number`."
12056
+ "description": "Displays prefix text."
12041
12057
  },
12042
- "VTextField/hint": {
12058
+ "VTextField/role": {
12043
12059
  "type": "string\n",
12044
- "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
12060
+ "description": "The role attribute applied to the input."
12045
12061
  },
12046
- "VTextField/persistent-hint": {
12062
+ "VTextField/autofocus": {
12047
12063
  "type": "boolean\n",
12048
- "description": "Forces [hint](#props-hint) to always be visible."
12049
- },
12050
- "VTextField/max-errors": {
12051
- "type": "string | number\n",
12052
- "description": "Control the maximum number of shown errors from validation."
12053
- },
12054
- "VTextField/rules": {
12055
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
12056
- "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
12057
- },
12058
- "VTextField/validation-value": {
12059
- "type": "any\n",
12060
- "description": "The value used when applying validation rules."
12061
- },
12062
- "VTextField/hide-details": {
12063
- "type": "boolean | 'auto'\n",
12064
- "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."
12064
+ "description": "Enables autofocus."
12065
12065
  },
12066
12066
  "VTextField/counter": {
12067
12067
  "type": "string | number | boolean\n",
@@ -12183,22 +12183,62 @@
12183
12183
  "type": "string\n",
12184
12184
  "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
12185
12185
  },
12186
+ "VTextarea/placeholder": {
12187
+ "type": "string\n",
12188
+ "description": "Sets the input's placeholder text."
12189
+ },
12190
+ "VTextarea/center-affix": {
12191
+ "type": "boolean\n",
12192
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
12193
+ },
12194
+ "VTextarea/hide-spin-buttons": {
12195
+ "type": "boolean\n",
12196
+ "description": "Hides spin buttons on the input when type is set to `number`."
12197
+ },
12198
+ "VTextarea/hint": {
12199
+ "type": "string\n",
12200
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
12201
+ },
12202
+ "VTextarea/persistent-hint": {
12203
+ "type": "boolean\n",
12204
+ "description": "Forces [hint](#props-hint) to always be visible."
12205
+ },
12206
+ "VTextarea/messages": {
12207
+ "type": "string | string[]\n",
12208
+ "description": "Displays a list of messages or a single message if using a string."
12209
+ },
12186
12210
  "VTextarea/direction": {
12187
12211
  "type": "'horizontal' | 'vertical'\n",
12188
12212
  "description": "Changes the direction of the input."
12189
12213
  },
12190
- "VTextarea/prefix": {
12191
- "type": "string\n",
12192
- "description": "Displays prefix text."
12214
+ "VTextarea/error-messages": {
12215
+ "type": "string | string[]\n",
12216
+ "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
12193
12217
  },
12194
- "VTextarea/autofocus": {
12195
- "type": "boolean\n",
12196
- "description": "The element should be focused as soon as the page loads."
12218
+ "VTextarea/max-errors": {
12219
+ "type": "string | number\n",
12220
+ "description": "Control the maximum number of shown errors from validation."
12221
+ },
12222
+ "VTextarea/rules": {
12223
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
12224
+ "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
12225
+ },
12226
+ "VTextarea/validate-on": {
12227
+ "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
12228
+ "description": "Change what type of event triggers validation to run."
12229
+ },
12230
+ "VTextarea/validation-value": {
12231
+ "type": "any\n",
12232
+ "description": "The value used when applying validation rules."
12197
12233
  },
12198
12234
  "VTextarea/focused": {
12199
12235
  "type": "boolean\n",
12200
12236
  "description": "Forces a focused state styling on the component."
12201
12237
  },
12238
+ "VTextarea/hide-details": {
12239
+ "type": "boolean | 'auto'\n",
12240
+ "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."
12241
+ },
12202
12242
  "VTextarea/append-inner-icon": {
12203
12243
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12204
12244
  "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
@@ -12211,10 +12251,6 @@
12211
12251
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12212
12252
  "description": "The icon used when the **clearable** prop is set to true."
12213
12253
  },
12214
- "VTextarea/center-affix": {
12215
- "type": "boolean\n",
12216
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
12217
- },
12218
12254
  "VTextarea/dirty": {
12219
12255
  "type": "boolean\n",
12220
12256
  "description": "Manually apply the dirty state styling."
@@ -12231,49 +12267,13 @@
12231
12267
  "type": "boolean\n",
12232
12268
  "description": "Label does not move on focus/dirty."
12233
12269
  },
12234
- "VTextarea/error-messages": {
12235
- "type": "string | string[]\n",
12236
- "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
12237
- },
12238
- "VTextarea/validate-on": {
12239
- "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
12240
- "description": "Change what type of event triggers validation to run."
12241
- },
12242
- "VTextarea/messages": {
12243
- "type": "string | string[]\n",
12244
- "description": "Displays a list of messages or a single message if using a string."
12245
- },
12246
- "VTextarea/placeholder": {
12247
- "type": "string\n",
12248
- "description": "Sets the input's placeholder text."
12249
- },
12250
- "VTextarea/hide-spin-buttons": {
12251
- "type": "boolean\n",
12252
- "description": "Hides spin buttons on the input when type is set to `number`."
12253
- },
12254
- "VTextarea/hint": {
12270
+ "VTextarea/prefix": {
12255
12271
  "type": "string\n",
12256
- "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
12272
+ "description": "Displays prefix text."
12257
12273
  },
12258
- "VTextarea/persistent-hint": {
12274
+ "VTextarea/autofocus": {
12259
12275
  "type": "boolean\n",
12260
- "description": "Forces [hint](#props-hint) to always be visible."
12261
- },
12262
- "VTextarea/max-errors": {
12263
- "type": "string | number\n",
12264
- "description": "Control the maximum number of shown errors from validation."
12265
- },
12266
- "VTextarea/rules": {
12267
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
12268
- "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
12269
- },
12270
- "VTextarea/validation-value": {
12271
- "type": "any\n",
12272
- "description": "The value used when applying validation rules."
12273
- },
12274
- "VTextarea/hide-details": {
12275
- "type": "boolean | 'auto'\n",
12276
- "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."
12276
+ "description": "The element should be focused as soon as the page loads."
12277
12277
  },
12278
12278
  "VTextarea/counter": {
12279
12279
  "type": "string | number | true\n",
@@ -12579,14 +12579,14 @@
12579
12579
  "type": "'start' | 'center'\n",
12580
12580
  "description": "Places the timeline dot at the top or center of the timeline item."
12581
12581
  },
12582
- "VTimeline/justify": {
12583
- "type": "string\n",
12584
- "description": "Places timeline line at the center or automatically on the left or right side."
12585
- },
12586
12582
  "VTimeline/side": {
12587
12583
  "type": "'start' | 'end'\n",
12588
12584
  "description": "Display all timeline items on one side of the timeline, either **before** or **after**."
12589
12585
  },
12586
+ "VTimeline/justify": {
12587
+ "type": "string\n",
12588
+ "description": "Places timeline line at the center or automatically on the left or right side."
12589
+ },
12590
12590
  "VTimeline/line-thickness": {
12591
12591
  "type": "string | number\n",
12592
12592
  "description": "Thickness of the timeline line."
@@ -13091,6 +13091,10 @@
13091
13091
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13092
13092
  "description": "Icon to display when the list item is expanded."
13093
13093
  },
13094
+ "VTreeview/activated": {
13095
+ "type": "any\n",
13096
+ "description": "Array of ids of activated nodes."
13097
+ },
13094
13098
  "VTreeview/activatable": {
13095
13099
  "type": "boolean\n",
13096
13100
  "description": "Allows user to mark a node as active by clicking on it."
@@ -13103,18 +13107,10 @@
13103
13107
  "type": "any\n",
13104
13108
  "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
13105
13109
  },
13106
- "VTreeview/activated": {
13107
- "type": "any\n",
13108
- "description": "Array of ids of activated nodes."
13109
- },
13110
13110
  "VTreeview/active-strategy": {
13111
13111
  "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)\n",
13112
13112
  "description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated."
13113
13113
  },
13114
- "VTreeview/item-type": {
13115
- "type": "string\n",
13116
- "description": "Designates the key on the supplied items that is used for determining the nodes type."
13117
- },
13118
13114
  "VTreeview/item-title": {
13119
13115
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
13120
13116
  "description": "Property on supplied `items` that contains its title."
@@ -13363,18 +13359,10 @@
13363
13359
  "type": "unknown\n",
13364
13360
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13365
13361
  },
13366
- "VValidation/focused": {
13367
- "type": "boolean\n",
13368
- "description": "Forces a focused state styling on the component."
13369
- },
13370
13362
  "VValidation/error-messages": {
13371
13363
  "type": "string | string[]\n",
13372
13364
  "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
13373
13365
  },
13374
- "VValidation/validate-on": {
13375
- "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
13376
- "description": "Change what type of event triggers validation to run."
13377
- },
13378
13366
  "VValidation/max-errors": {
13379
13367
  "type": "string | number\n",
13380
13368
  "description": "Control the maximum number of shown errors from validation."
@@ -13383,10 +13371,18 @@
13383
13371
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
13384
13372
  "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
13385
13373
  },
13374
+ "VValidation/validate-on": {
13375
+ "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
13376
+ "description": "Change what type of event triggers validation to run."
13377
+ },
13386
13378
  "VValidation/validation-value": {
13387
13379
  "type": "any\n",
13388
13380
  "description": "The value used when applying validation rules."
13389
13381
  },
13382
+ "VValidation/focused": {
13383
+ "type": "boolean\n",
13384
+ "description": "Forces a focused state styling on the component."
13385
+ },
13390
13386
  "VVirtualScroll/height": {
13391
13387
  "type": "string | number\n",
13392
13388
  "description": "Height of the component as a css value/"
@@ -13459,22 +13455,22 @@
13459
13455
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13460
13456
  "description": "Icon used for the \"prev\" button if `show-arrows` is `true`."
13461
13457
  },
13462
- "VWindow/continuous": {
13463
- "type": "boolean\n",
13464
- "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last."
13458
+ "VWindow/direction": {
13459
+ "type": "'horizontal' | 'vertical'\n",
13460
+ "description": "The transition direction when changing windows."
13465
13461
  },
13466
13462
  "VWindow/show-arrows": {
13467
13463
  "type": "string | boolean\n",
13468
13464
  "description": "Display the \"next\" and \"prev\" buttons."
13469
13465
  },
13466
+ "VWindow/continuous": {
13467
+ "type": "boolean\n",
13468
+ "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last."
13469
+ },
13470
13470
  "VWindow/touch": {
13471
13471
  "type": "boolean | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/directives/touch/index.ts#L9-L17\" target=\"_blank\">TouchHandlers</a>\n",
13472
13472
  "description": "Provide a custom **left** and **right** function when swiped left or right."
13473
13473
  },
13474
- "VWindow/direction": {
13475
- "type": "'horizontal' | 'vertical'\n",
13476
- "description": "The transition direction when changing windows."
13477
- },
13478
13474
  "VWindowItem/eager": {
13479
13475
  "type": "boolean\n",
13480
13476
  "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."