vuetify 3.7.10 → 3.7.11

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.
@@ -1267,50 +1267,50 @@
1267
1267
  "type": "string | number\n",
1268
1268
  "description": "Specifies the dividing character between items."
1269
1269
  },
1270
+ "VBreadcrumbsItem/title": {
1271
+ "type": "string\n",
1272
+ "description": "Specify a title text for the component."
1273
+ },
1270
1274
  "VBreadcrumbsItem/tag": {
1271
1275
  "type": "string\n",
1272
1276
  "description": "Specify a custom tag used on the root element."
1273
1277
  },
1274
- "VBreadcrumbsItem/title": {
1278
+ "VBreadcrumbsItem/color": {
1275
1279
  "type": "string\n",
1276
- "description": "Specify a title text for the component."
1280
+ "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)."
1277
1281
  },
1278
1282
  "VBreadcrumbsItem/replace": {
1279
1283
  "type": "boolean\n",
1280
1284
  "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
1281
1285
  },
1282
- "VBreadcrumbsItem/active": {
1286
+ "VBreadcrumbsItem/exact": {
1283
1287
  "type": "boolean\n",
1284
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
1288
+ "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
1285
1289
  },
1286
1290
  "VBreadcrumbsItem/active-color": {
1287
1291
  "type": "string\n",
1288
1292
  "description": "The applied color when the component is in an active state."
1289
1293
  },
1294
+ "VBreadcrumbsItem/active-class": {
1295
+ "type": "string\n",
1296
+ "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
1297
+ },
1290
1298
  "VBreadcrumbsItem/disabled": {
1291
1299
  "type": "boolean\n",
1292
1300
  "description": "Removes the ability to click or target the component."
1293
1301
  },
1302
+ "VBreadcrumbsItem/active": {
1303
+ "type": "boolean\n",
1304
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
1305
+ },
1294
1306
  "VBreadcrumbsItem/href": {
1295
1307
  "type": "string\n",
1296
1308
  "description": "Designates the component as anchor and applies the **href** attribute."
1297
1309
  },
1298
- "VBreadcrumbsItem/exact": {
1299
- "type": "boolean\n",
1300
- "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
1301
- },
1302
1310
  "VBreadcrumbsItem/to": {
1303
1311
  "type": "RouteLocationRaw\n",
1304
1312
  "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
1305
1313
  },
1306
- "VBreadcrumbsItem/color": {
1307
- "type": "string\n",
1308
- "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)."
1309
- },
1310
- "VBreadcrumbsItem/active-class": {
1311
- "type": "string\n",
1312
- "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
1313
- },
1314
1314
  "VBtn/symbol": {
1315
1315
  "type": "any\n",
1316
1316
  "description": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/)."
@@ -1823,17 +1823,17 @@
1823
1823
  "type": "string | number\n",
1824
1824
  "description": "Specify a title text for the component."
1825
1825
  },
1826
- "VCalendarMonthDay/active": {
1827
- "type": "boolean\n",
1828
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
1826
+ "VCalendarMonthDay/color": {
1827
+ "type": "string\n",
1828
+ "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)."
1829
1829
  },
1830
1830
  "VCalendarMonthDay/disabled": {
1831
1831
  "type": "boolean\n",
1832
1832
  "description": "Removes the ability to click or target the component."
1833
1833
  },
1834
- "VCalendarMonthDay/color": {
1835
- "type": "string\n",
1836
- "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)."
1834
+ "VCalendarMonthDay/active": {
1835
+ "type": "boolean\n",
1836
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
1837
1837
  },
1838
1838
  "VCalendarMonthDay/day": {
1839
1839
  "type": "unknown\n",
@@ -1843,18 +1843,46 @@
1843
1843
  "type": "any[]\n",
1844
1844
  "description": "Array of events associated with this specific day."
1845
1845
  },
1846
+ "VCard/flat": {
1847
+ "type": "boolean\n",
1848
+ "description": "Removes the card's elevation."
1849
+ },
1850
+ "VCard/tag": {
1851
+ "type": "string\n",
1852
+ "description": "Specify a custom tag used on the root element."
1853
+ },
1854
+ "VCard/link": {
1855
+ "type": "boolean\n",
1856
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop."
1857
+ },
1846
1858
  "VCard/title": {
1847
1859
  "type": "string | number\n",
1848
1860
  "description": "Specify a title text for the component."
1849
1861
  },
1862
+ "VCard/replace": {
1863
+ "type": "boolean\n",
1864
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
1865
+ },
1866
+ "VCard/theme": {
1867
+ "type": "string\n",
1868
+ "description": "Specify a theme for this component and all of its children."
1869
+ },
1870
+ "VCard/prepend-icon": {
1871
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1872
+ "description": "Prepends a [v-icon](/components/icons/) component to the header."
1873
+ },
1874
+ "VCard/append-icon": {
1875
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1876
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
1877
+ },
1878
+ "VCard/ripple": {
1879
+ "type": "boolean | { class: string }\n",
1880
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
1881
+ },
1850
1882
  "VCard/text": {
1851
1883
  "type": "string | number\n",
1852
1884
  "description": "Specify content text for the component."
1853
1885
  },
1854
- "VCard/flat": {
1855
- "type": "boolean\n",
1856
- "description": "Removes the card's elevation."
1857
- },
1858
1886
  "VCard/border": {
1859
1887
  "type": "string | number | boolean\n",
1860
1888
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
@@ -1891,12 +1919,20 @@
1891
1919
  "type": "string | number\n",
1892
1920
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
1893
1921
  },
1922
+ "VCard/disabled": {
1923
+ "type": "boolean\n",
1924
+ "description": "Removes the ability to click or target the component."
1925
+ },
1926
+ "VCard/loading": {
1927
+ "type": "string | boolean\n",
1928
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
1929
+ },
1894
1930
  "VCard/location": {
1895
1931
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
1896
1932
  "description": "Specifies the component's location. Can combine by using a space separated string."
1897
1933
  },
1898
1934
  "VCard/position": {
1899
- "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
1935
+ "type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
1900
1936
  "description": "Sets the position for the component."
1901
1937
  },
1902
1938
  "VCard/rounded": {
@@ -1907,58 +1943,34 @@
1907
1943
  "type": "boolean\n",
1908
1944
  "description": "Removes any applied **border-radius** from the component."
1909
1945
  },
1910
- "VCard/tag": {
1946
+ "VCard/href": {
1911
1947
  "type": "string\n",
1912
- "description": "Specify a custom tag used on the root element."
1948
+ "description": "Designates the component as anchor and applies the **href** attribute."
1913
1949
  },
1914
- "VCard/theme": {
1915
- "type": "string\n",
1916
- "description": "Specify a theme for this component and all of its children."
1950
+ "VCard/exact": {
1951
+ "type": "boolean\n",
1952
+ "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
1953
+ },
1954
+ "VCard/to": {
1955
+ "type": "RouteLocationRaw\n",
1956
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
1917
1957
  },
1918
1958
  "VCard/color": {
1919
1959
  "type": "string\n",
1920
1960
  "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)."
1921
1961
  },
1922
1962
  "VCard/variant": {
1923
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1963
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1924
1964
  "description": "Applies a distinct style to the component."
1925
1965
  },
1926
- "VCard/replace": {
1927
- "type": "boolean\n",
1928
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
1929
- },
1930
- "VCard/link": {
1931
- "type": "boolean\n",
1932
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
1933
- },
1934
1966
  "VCard/image": {
1935
1967
  "type": "string\n",
1936
1968
  "description": "Apply a specific background image to the component."
1937
1969
  },
1938
- "VCard/exact": {
1939
- "type": "boolean\n",
1940
- "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
1941
- },
1942
1970
  "VCard/subtitle": {
1943
1971
  "type": "string | number\n",
1944
1972
  "description": "Specify a subtitle text for the component."
1945
1973
  },
1946
- "VCard/disabled": {
1947
- "type": "boolean\n",
1948
- "description": "Removes the ability to click or target the component."
1949
- },
1950
- "VCard/append-icon": {
1951
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1952
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
1953
- },
1954
- "VCard/prepend-icon": {
1955
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1956
- "description": "Prepends a [v-icon](/components/icons/) component to the header."
1957
- },
1958
- "VCard/loading": {
1959
- "type": "string | boolean\n",
1960
- "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
1961
- },
1962
1974
  "VCard/append-avatar": {
1963
1975
  "type": "string\n",
1964
1976
  "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot."
@@ -1971,30 +1983,10 @@
1971
1983
  "type": "string\n",
1972
1984
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
1973
1985
  },
1974
- "VCard/ripple": {
1975
- "type": "boolean | { class: string }\n",
1976
- "description": "Applies the [v-ripple](/directives/ripple) directive."
1977
- },
1978
- "VCard/href": {
1979
- "type": "string\n",
1980
- "description": "Designates the component as anchor and applies the **href** attribute."
1981
- },
1982
- "VCard/to": {
1983
- "type": "RouteLocationRaw\n",
1984
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
1985
- },
1986
1986
  "VCardItem/title": {
1987
1987
  "type": "string | number\n",
1988
1988
  "description": "Specify a title text for the component."
1989
1989
  },
1990
- "VCardItem/prepend-icon": {
1991
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1992
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
1993
- },
1994
- "VCardItem/append-icon": {
1995
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1996
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
1997
- },
1998
1990
  "VCardItem/density": {
1999
1991
  "type": "'default' | 'comfortable' | 'compact'\n",
2000
1992
  "description": "Adjusts the vertical height used by the component."
@@ -2003,6 +1995,14 @@
2003
1995
  "type": "string | number\n",
2004
1996
  "description": "Specify a subtitle text for the component."
2005
1997
  },
1998
+ "VCardItem/append-icon": {
1999
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2000
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2001
+ },
2002
+ "VCardItem/prepend-icon": {
2003
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2004
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
2005
+ },
2006
2006
  "VCardItem/append-avatar": {
2007
2007
  "type": "string\n",
2008
2008
  "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot."
@@ -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,6 +2403,10 @@
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/ripple": {
2407
+ "type": "boolean | { class: string }\n",
2408
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
2409
+ },
2410
2410
  "VCheckboxBtn/type": {
2411
2411
  "type": "string\n",
2412
2412
  "description": "Provides the default type for children selection controls."
@@ -2503,57 +2503,33 @@
2503
2503
  "type": "(a: any, b: any) => boolean\n",
2504
2504
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2505
2505
  },
2506
- "VChip/filter": {
2507
- "type": "boolean\n",
2508
- "description": "Displays a selection icon when selected."
2509
- },
2510
- "VChip/tag": {
2506
+ "VChip/text": {
2511
2507
  "type": "string\n",
2512
- "description": "Specify a custom tag used on the root element."
2508
+ "description": "Specify content text for the component."
2513
2509
  },
2514
- "VChip/label": {
2510
+ "VChip/filter": {
2515
2511
  "type": "boolean\n",
2516
- "description": "Applies a medium size border radius."
2512
+ "description": "Displays a selection icon when selected."
2517
2513
  },
2518
- "VChip/link": {
2519
- "type": "boolean\n",
2520
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
2514
+ "VChip/border": {
2515
+ "type": "string | number | boolean\n",
2516
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
2521
2517
  },
2522
- "VChip/replace": {
2518
+ "VChip/closable": {
2523
2519
  "type": "boolean\n",
2524
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
2525
- },
2526
- "VChip/theme": {
2527
- "type": "string\n",
2528
- "description": "Specify a theme for this component and all of its children."
2529
- },
2530
- "VChip/size": {
2531
- "type": "string | number\n",
2532
- "description": "Sets the height, padding and the font size of the component. Accepts only predefined options: **x-small**, **small**, **default**, **large**, and **x-large**."
2533
- },
2534
- "VChip/value": {
2535
- "type": "any\n",
2536
- "description": "The value used when a child of a [v-chip-group](/components/chip-groups)."
2537
- },
2538
- "VChip/prepend-icon": {
2539
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2540
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
2520
+ "description": "Adds remove button and then a chip can be closed."
2541
2521
  },
2542
- "VChip/append-icon": {
2522
+ "VChip/close-icon": {
2543
2523
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2544
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2545
- },
2546
- "VChip/ripple": {
2547
- "type": "boolean | { class: string }\n",
2548
- "description": "Applies the [v-ripple](/directives/ripple) directive."
2524
+ "description": "Change the default icon used for **close** chips."
2549
2525
  },
2550
- "VChip/text": {
2526
+ "VChip/close-label": {
2551
2527
  "type": "string\n",
2552
- "description": "Specify content text for the component."
2528
+ "description": "Text used for *aria-label* on the close button in **close** chips. Can also be customized globally in [Internationalization](/customization/internationalization)."
2553
2529
  },
2554
- "VChip/border": {
2555
- "type": "string | number | boolean\n",
2556
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
2530
+ "VChip/model-value": {
2531
+ "type": "boolean\n",
2532
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2557
2533
  },
2558
2534
  "VChip/density": {
2559
2535
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -2563,14 +2539,6 @@
2563
2539
  "type": "string | number\n",
2564
2540
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
2565
2541
  },
2566
- "VChip/disabled": {
2567
- "type": "boolean\n",
2568
- "description": "Removes the ability to click or target the component."
2569
- },
2570
- "VChip/selected-class": {
2571
- "type": "string\n",
2572
- "description": "Configure the active CSS class applied when an item is selected."
2573
- },
2574
2542
  "VChip/rounded": {
2575
2543
  "type": "string | number | boolean\n",
2576
2544
  "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)."
@@ -2579,58 +2547,90 @@
2579
2547
  "type": "boolean\n",
2580
2548
  "description": "Removes any applied **border-radius** from the component."
2581
2549
  },
2582
- "VChip/href": {
2550
+ "VChip/tag": {
2583
2551
  "type": "string\n",
2584
- "description": "Designates the component as anchor and applies the **href** attribute."
2585
- },
2586
- "VChip/exact": {
2587
- "type": "boolean\n",
2588
- "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
2552
+ "description": "Specify a custom tag used on the root element."
2589
2553
  },
2590
- "VChip/to": {
2591
- "type": "RouteLocationRaw\n",
2592
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
2554
+ "VChip/theme": {
2555
+ "type": "string\n",
2556
+ "description": "Specify a theme for this component and all of its children."
2593
2557
  },
2594
2558
  "VChip/color": {
2595
2559
  "type": "string\n",
2596
2560
  "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)."
2597
2561
  },
2598
2562
  "VChip/variant": {
2599
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
2563
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
2600
2564
  "description": "Applies a distinct style to the component."
2601
2565
  },
2602
- "VChip/model-value": {
2566
+ "VChip/replace": {
2603
2567
  "type": "boolean\n",
2604
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2568
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
2605
2569
  },
2606
- "VChip/active-class": {
2607
- "type": "string\n",
2608
- "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
2570
+ "VChip/link": {
2571
+ "type": "boolean\n",
2572
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop."
2609
2573
  },
2610
- "VChip/append-avatar": {
2611
- "type": "string\n",
2612
- "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot."
2574
+ "VChip/label": {
2575
+ "type": "boolean\n",
2576
+ "description": "Applies a medium size border radius."
2613
2577
  },
2614
- "VChip/prepend-avatar": {
2578
+ "VChip/exact": {
2579
+ "type": "boolean\n",
2580
+ "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
2581
+ },
2582
+ "VChip/active-class": {
2615
2583
  "type": "string\n",
2616
- "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
2584
+ "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
2617
2585
  },
2618
- "VChip/closable": {
2586
+ "VChip/disabled": {
2619
2587
  "type": "boolean\n",
2620
- "description": "Adds remove button and then a chip can be closed."
2588
+ "description": "Removes the ability to click or target the component."
2621
2589
  },
2622
- "VChip/close-icon": {
2590
+ "VChip/value": {
2591
+ "type": "any\n",
2592
+ "description": "The value used when a child of a [v-chip-group](/components/chip-groups)."
2593
+ },
2594
+ "VChip/size": {
2595
+ "type": "string | number\n",
2596
+ "description": "Sets the height, padding and the font size of the component. Accepts only predefined options: **x-small**, **small**, **default**, **large**, and **x-large**."
2597
+ },
2598
+ "VChip/append-icon": {
2623
2599
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2624
- "description": "Change the default icon used for **close** chips."
2600
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2625
2601
  },
2626
- "VChip/close-label": {
2602
+ "VChip/prepend-icon": {
2603
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2604
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
2605
+ },
2606
+ "VChip/href": {
2627
2607
  "type": "string\n",
2628
- "description": "Text used for *aria-label* on the close button in **close** chips. Can also be customized globally in [Internationalization](/customization/internationalization)."
2608
+ "description": "Designates the component as anchor and applies the **href** attribute."
2609
+ },
2610
+ "VChip/to": {
2611
+ "type": "RouteLocationRaw\n",
2612
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
2613
+ },
2614
+ "VChip/selected-class": {
2615
+ "type": "string\n",
2616
+ "description": "Configure the active CSS class applied when an item is selected."
2617
+ },
2618
+ "VChip/append-avatar": {
2619
+ "type": "string\n",
2620
+ "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot."
2621
+ },
2622
+ "VChip/prepend-avatar": {
2623
+ "type": "string\n",
2624
+ "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
2629
2625
  },
2630
2626
  "VChip/draggable": {
2631
2627
  "type": "boolean\n",
2632
2628
  "description": "Makes the chip draggable."
2633
2629
  },
2630
+ "VChip/ripple": {
2631
+ "type": "boolean | { class: string }\n",
2632
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
2633
+ },
2634
2634
  "VChip/filter-icon": {
2635
2635
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2636
2636
  "description": "Change the default icon used for **filter** chips."
@@ -2647,10 +2647,6 @@
2647
2647
  "type": "boolean\n",
2648
2648
  "description": "Applies an checkmark icon in front of every chip for using it like a filter."
2649
2649
  },
2650
- "VChipGroup/model-value": {
2651
- "type": "unknown\n",
2652
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2653
- },
2654
2650
  "VChipGroup/tag": {
2655
2651
  "type": "string\n",
2656
2652
  "description": "Specify a custom tag used on the root element."
@@ -2659,17 +2655,37 @@
2659
2655
  "type": "string\n",
2660
2656
  "description": "Specify a theme for this component and all of its children."
2661
2657
  },
2658
+ "VChipGroup/disabled": {
2659
+ "type": "boolean\n",
2660
+ "description": "Puts all children components into a disabled state."
2661
+ },
2662
+ "VChipGroup/selected-class": {
2663
+ "type": "string\n",
2664
+ "description": "Configure the active CSS class applied when an item is selected."
2665
+ },
2662
2666
  "VChipGroup/color": {
2663
2667
  "type": "string\n",
2664
2668
  "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)."
2665
2669
  },
2666
2670
  "VChipGroup/variant": {
2667
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
2671
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
2668
2672
  "description": "Applies a distinct style to the component."
2669
2673
  },
2670
- "VChipGroup/disabled": {
2674
+ "VChipGroup/max": {
2675
+ "type": "number\n",
2676
+ "description": "Sets a maximum number of selections that can be made."
2677
+ },
2678
+ "VChipGroup/model-value": {
2679
+ "type": "unknown\n",
2680
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2681
+ },
2682
+ "VChipGroup/mobile": {
2671
2683
  "type": "boolean\n",
2672
- "description": "Puts all children components into a disabled state."
2684
+ "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"
2685
+ },
2686
+ "VChipGroup/mobile-breakpoint": {
2687
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
2688
+ "description": "Sets the designated mobile breakpoint for the component."
2673
2689
  },
2674
2690
  "VChipGroup/multiple": {
2675
2691
  "type": "boolean\n",
@@ -2679,22 +2695,6 @@
2679
2695
  "type": "boolean | 'force'\n",
2680
2696
  "description": "Forces at least one item to always be selected (if available)."
2681
2697
  },
2682
- "VChipGroup/value-comparator": {
2683
- "type": "(a: any, b: any) => boolean\n",
2684
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2685
- },
2686
- "VChipGroup/direction": {
2687
- "type": "'horizontal' | 'vertical'\n",
2688
- "description": "Switch between horizontal and vertical modes."
2689
- },
2690
- "VChipGroup/max": {
2691
- "type": "number\n",
2692
- "description": "Sets a maximum number of selections that can be made."
2693
- },
2694
- "VChipGroup/selected-class": {
2695
- "type": "string\n",
2696
- "description": "Configure the active CSS class applied when an item is selected."
2697
- },
2698
2698
  "VChipGroup/next-icon": {
2699
2699
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2700
2700
  "description": "Specify the icon to use for the next icon."
@@ -2703,6 +2703,18 @@
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
+ "VChipGroup/direction": {
2711
+ "type": "'horizontal' | 'vertical'\n",
2712
+ "description": "Switch between horizontal and vertical modes."
2713
+ },
2714
+ "VChipGroup/value-comparator": {
2715
+ "type": "(a: any, b: any) => boolean\n",
2716
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2717
+ },
2706
2718
  "VChipGroup/column": {
2707
2719
  "type": "boolean\n",
2708
2720
  "description": "Remove horizontal pagination and wrap items as needed."
@@ -2711,26 +2723,14 @@
2711
2723
  "type": "boolean\n",
2712
2724
  "description": "Forces the selected chip to be centered."
2713
2725
  },
2714
- "VChipGroup/show-arrows": {
2715
- "type": "string | boolean\n",
2716
- "description": "Force the display of the pagination arrows."
2717
- },
2718
- "VChipGroup/mobile": {
2719
- "type": "boolean\n",
2720
- "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"
2721
- },
2722
- "VChipGroup/mobile-breakpoint": {
2723
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
2724
- "description": "Sets the designated mobile breakpoint for the component."
2726
+ "VClassIcon/tag": {
2727
+ "type": "string\n",
2728
+ "description": "Specify a custom tag used on the root element."
2725
2729
  },
2726
2730
  "VClassIcon/icon": {
2727
2731
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2728
2732
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
2729
2733
  },
2730
- "VClassIcon/tag": {
2731
- "type": "string\n",
2732
- "description": "Specify a custom tag used on the root element."
2733
- },
2734
2734
  "VCode/tag": {
2735
2735
  "type": "string\n",
2736
2736
  "description": "Specify a custom tag used on the root element."
@@ -2739,6 +2739,18 @@
2739
2739
  "type": "string\n",
2740
2740
  "description": "Specify a custom tag used on the root element."
2741
2741
  },
2742
+ "VCol/order": {
2743
+ "type": "string | number\n",
2744
+ "description": "Sets the default [order](https://developer.mozilla.org/en-US/docs/Web/CSS/order) for the column."
2745
+ },
2746
+ "VCol/offset": {
2747
+ "type": "string | number\n",
2748
+ "description": "Sets the default offset for the column."
2749
+ },
2750
+ "VCol/cols": {
2751
+ "type": "string | number | boolean\n",
2752
+ "description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**."
2753
+ },
2742
2754
  "VCol/sm": {
2743
2755
  "type": "string | number | boolean\n",
2744
2756
  "description": "Changes the number of columns on small and greater breakpoints."
@@ -2759,18 +2771,6 @@
2759
2771
  "type": "string | number | boolean\n",
2760
2772
  "description": "Changes the number of columns on extra extra large and greater breakpoints."
2761
2773
  },
2762
- "VCol/order": {
2763
- "type": "string | number\n",
2764
- "description": "Sets the default [order](https://developer.mozilla.org/en-US/docs/Web/CSS/order) for the column."
2765
- },
2766
- "VCol/offset": {
2767
- "type": "string | number\n",
2768
- "description": "Sets the default offset for the column."
2769
- },
2770
- "VCol/cols": {
2771
- "type": "string | number | boolean\n",
2772
- "description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**."
2773
- },
2774
2774
  "VCol/offset-sm": {
2775
2775
  "type": "string | number\n",
2776
2776
  "description": "Changes the offset of the component on small and greater breakpoints."
@@ -2812,7 +2812,7 @@
2812
2812
  "description": "Changes the order of the component on extra extra large and greater breakpoints."
2813
2813
  },
2814
2814
  "VCol/align-self": {
2815
- "type": "'start' | 'end' | 'center' | 'auto' | 'baseline' | 'stretch'\n",
2815
+ "type": "'end' | 'start' | 'center' | 'auto' | 'baseline' | 'stretch'\n",
2816
2816
  "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **auto**, **baseline** and **stretch**."
2817
2817
  },
2818
2818
  "VColorPicker/tag": {
@@ -3307,10 +3307,6 @@
3307
3307
  "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
3308
3308
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3309
3309
  },
3310
- "VDataIterator/model-value": {
3311
- "type": "any[]\n",
3312
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3313
- },
3314
3310
  "VDataIterator/tag": {
3315
3311
  "type": "string\n",
3316
3312
  "description": "Specify a custom tag used on the root element."
@@ -3319,62 +3315,46 @@
3319
3315
  "type": "string\n",
3320
3316
  "description": "Text input used to filter items."
3321
3317
  },
3322
- "VDataIterator/filter-mode": {
3323
- "type": "'every' | 'some' | 'union' | 'intersection'\n",
3324
- "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
3325
- },
3326
- "VDataIterator/no-filter": {
3327
- "type": "boolean\n",
3328
- "description": "Disables all item filtering."
3329
- },
3330
- "VDataIterator/custom-filter": {
3331
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
3332
- "description": "Function to filter items."
3333
- },
3334
- "VDataIterator/custom-key-filter": {
3335
- "type": "unknown\n",
3336
- "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
3337
- },
3338
- "VDataIterator/filter-keys": {
3339
- "type": "string | string[]\n",
3340
- "description": "Array of specific keys to filter on the item."
3341
- },
3342
- "VDataIterator/select-strategy": {
3343
- "type": "'single' | 'page' | 'all'\n",
3344
- "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3345
- },
3346
3318
  "VDataIterator/items": {
3347
3319
  "type": "unknown[]\n",
3348
3320
  "description": "An array of strings or objects used for automatically generating children components."
3349
3321
  },
3350
- "VDataIterator/item-value": {
3351
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
3352
- "description": "Property on supplied `items` that contains its value."
3353
- },
3354
- "VDataIterator/return-object": {
3322
+ "VDataIterator/loading": {
3355
3323
  "type": "boolean\n",
3356
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3324
+ "description": "If `true` and no items are provided, then a loading text will be shown."
3357
3325
  },
3358
- "VDataIterator/value-comparator": {
3359
- "type": "(a: any, b: any) => boolean\n",
3360
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3326
+ "VDataIterator/model-value": {
3327
+ "type": "any[]\n",
3328
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3361
3329
  },
3362
3330
  "VDataIterator/transition": {
3363
3331
  "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component; hideOnLeave: boolean }\n",
3364
3332
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3365
3333
  },
3366
- "VDataIterator/loading": {
3367
- "type": "boolean\n",
3368
- "description": "If `true` and no items are provided, then a loading text will be shown."
3334
+ "VDataIterator/value-comparator": {
3335
+ "type": "(a: any, b: any) => boolean\n",
3336
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3337
+ },
3338
+ "VDataIterator/item-value": {
3339
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
3340
+ "description": "Property on supplied `items` that contains its value."
3369
3341
  },
3370
3342
  "VDataIterator/item-selectable": {
3371
3343
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
3372
3344
  "description": "Property on supplied `items` that contains the boolean value indicating if the item is selectable."
3373
3345
  },
3346
+ "VDataIterator/return-object": {
3347
+ "type": "boolean\n",
3348
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3349
+ },
3374
3350
  "VDataIterator/show-select": {
3375
3351
  "type": "boolean\n",
3376
3352
  "description": "Shows the column with checkboxes for selecting items in the list."
3377
3353
  },
3354
+ "VDataIterator/select-strategy": {
3355
+ "type": "'single' | 'page' | 'all'\n",
3356
+ "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3357
+ },
3378
3358
  "VDataIterator/page": {
3379
3359
  "type": "string | number\n",
3380
3360
  "description": "The current displayed page number (1-indexed)."
@@ -3415,21 +3395,29 @@
3415
3395
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
3416
3396
  "description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier."
3417
3397
  },
3418
- "VDataTable/tag": {
3419
- "type": "string\n",
3420
- "description": "Specify a custom tag used on the root element."
3398
+ "VDataIterator/filter-mode": {
3399
+ "type": "'every' | 'some' | 'union' | 'intersection'\n",
3400
+ "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
3421
3401
  },
3422
- "VDataTable/search": {
3423
- "type": "string\n",
3424
- "description": "Text input used to filter items."
3402
+ "VDataIterator/no-filter": {
3403
+ "type": "boolean\n",
3404
+ "description": "Disables all item filtering."
3425
3405
  },
3426
- "VDataTable/theme": {
3427
- "type": "string\n",
3428
- "description": "Specify a theme for this component and all of its children."
3406
+ "VDataIterator/custom-filter": {
3407
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
3408
+ "description": "Function to filter items."
3429
3409
  },
3430
- "VDataTable/items": {
3431
- "type": "any[]\n",
3432
- "description": "An array of strings or objects used for automatically generating children components."
3410
+ "VDataIterator/custom-key-filter": {
3411
+ "type": "unknown\n",
3412
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
3413
+ },
3414
+ "VDataIterator/filter-keys": {
3415
+ "type": "string | string[]\n",
3416
+ "description": "Array of specific keys to filter on the item."
3417
+ },
3418
+ "VDataTable/model-value": {
3419
+ "type": "unknown\n",
3420
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3433
3421
  },
3434
3422
  "VDataTable/density": {
3435
3423
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -3443,56 +3431,96 @@
3443
3431
  "type": "string | number\n",
3444
3432
  "description": "Sets the width for the component."
3445
3433
  },
3446
- "VDataTable/loading": {
3447
- "type": "string | boolean\n",
3448
- "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
3449
- },
3450
3434
  "VDataTable/sticky": {
3451
3435
  "type": "boolean\n",
3452
3436
  "description": "Deprecated, use `fixed-header` instead."
3453
3437
  },
3438
+ "VDataTable/tag": {
3439
+ "type": "string\n",
3440
+ "description": "Specify a custom tag used on the root element."
3441
+ },
3442
+ "VDataTable/theme": {
3443
+ "type": "string\n",
3444
+ "description": "Specify a theme for this component and all of its children."
3445
+ },
3454
3446
  "VDataTable/color": {
3455
3447
  "type": "string\n",
3456
3448
  "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)."
3457
3449
  },
3458
- "VDataTable/model-value": {
3450
+ "VDataTable/search": {
3451
+ "type": "string\n",
3452
+ "description": "Text input used to filter items."
3453
+ },
3454
+ "VDataTable/filter-mode": {
3455
+ "type": "'every' | 'some' | 'union' | 'intersection'\n",
3456
+ "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
3457
+ },
3458
+ "VDataTable/no-filter": {
3459
+ "type": "boolean\n",
3460
+ "description": "Disables all item filtering."
3461
+ },
3462
+ "VDataTable/custom-filter": {
3463
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
3464
+ "description": "Function to filter items."
3465
+ },
3466
+ "VDataTable/custom-key-filter": {
3459
3467
  "type": "unknown\n",
3460
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3468
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
3461
3469
  },
3462
- "VDataTable/mobile": {
3470
+ "VDataTable/filter-keys": {
3471
+ "type": "string | string[]\n",
3472
+ "description": "Array of specific keys to filter on the item."
3473
+ },
3474
+ "VDataTable/hide-no-data": {
3463
3475
  "type": "boolean\n",
3464
- "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"
3476
+ "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
3465
3477
  },
3466
- "VDataTable/mobile-breakpoint": {
3467
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3468
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3478
+ "VDataTable/select-strategy": {
3479
+ "type": "'single' | 'page' | 'all'\n",
3480
+ "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3469
3481
  },
3470
- "VDataTable/next-icon": {
3471
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3472
- "description": "Next icon."
3482
+ "VDataTable/items": {
3483
+ "type": "any[]\n",
3484
+ "description": "An array of strings or objects used for automatically generating children components."
3473
3485
  },
3474
- "VDataTable/prev-icon": {
3475
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3476
- "description": "Previous icon."
3486
+ "VDataTable/item-value": {
3487
+ "type": "SelectItemKey<any>\n",
3488
+ "description": "Property on supplied `items` that contains its value."
3477
3489
  },
3478
- "VDataTable/hover": {
3490
+ "VDataTable/return-object": {
3479
3491
  "type": "boolean\n",
3480
- "description": "Adds a hover effects to a table rows."
3492
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3481
3493
  },
3482
3494
  "VDataTable/value-comparator": {
3483
3495
  "type": "(a: any, b: any) => boolean\n",
3484
3496
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3485
3497
  },
3498
+ "VDataTable/no-data-text": {
3499
+ "type": "string\n",
3500
+ "description": "Text shown when no items are provided to the component."
3501
+ },
3502
+ "VDataTable/loading": {
3503
+ "type": "string | boolean\n",
3504
+ "description": "Displays `loading` slot if set to `true`"
3505
+ },
3506
+ "VDataTable/next-icon": {
3507
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3508
+ "description": "Next icon."
3509
+ },
3510
+ "VDataTable/prev-icon": {
3511
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3512
+ "description": "Previous icon."
3513
+ },
3486
3514
  "VDataTable/header-props": {
3487
3515
  "type": "unknown\n",
3488
3516
  "description": "Pass props to the default header. See [`v-data-table-headers` API](/api/v-data-table-headers) for more information."
3489
3517
  },
3490
3518
  "VDataTable/cell-props": {
3491
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3519
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3492
3520
  "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
3493
3521
  },
3494
3522
  "VDataTable/headers": {
3495
- "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<any>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
3523
+ "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<any>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
3496
3524
  "description": "An array of objects that each describe a header column. See the example below for a definition of all properties."
3497
3525
  },
3498
3526
  "VDataTable/page": {
@@ -3507,13 +3535,13 @@
3507
3535
  "type": "string\n",
3508
3536
  "description": "Text shown when the data is loading."
3509
3537
  },
3510
- "VDataTable/hide-no-data": {
3538
+ "VDataTable/mobile": {
3511
3539
  "type": "boolean\n",
3512
- "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
3540
+ "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"
3513
3541
  },
3514
- "VDataTable/no-data-text": {
3515
- "type": "string\n",
3516
- "description": "Text shown when no items are provided to the component."
3542
+ "VDataTable/mobile-breakpoint": {
3543
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
3544
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3517
3545
  },
3518
3546
  "VDataTable/row-props": {
3519
3547
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
@@ -3547,26 +3575,14 @@
3547
3575
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
3548
3576
  "description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier."
3549
3577
  },
3550
- "VDataTable/item-value": {
3551
- "type": "SelectItemKey<any>\n",
3552
- "description": "Property on supplied `items` that contains its value."
3553
- },
3554
3578
  "VDataTable/item-selectable": {
3555
3579
  "type": "SelectItemKey<any>\n",
3556
3580
  "description": "Property on supplied `items` that indicates whether the item is selectable."
3557
3581
  },
3558
- "VDataTable/return-object": {
3559
- "type": "boolean\n",
3560
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3561
- },
3562
3582
  "VDataTable/show-select": {
3563
3583
  "type": "boolean\n",
3564
3584
  "description": "Shows the select checkboxes in both the header and rows (if using default rows)."
3565
3585
  },
3566
- "VDataTable/select-strategy": {
3567
- "type": "'page' | 'single' | 'all'\n",
3568
- "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3569
- },
3570
3586
  "VDataTable/sort-by": {
3571
3587
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
3572
3588
  "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier."
@@ -3603,25 +3619,9 @@
3603
3619
  "type": "boolean\n",
3604
3620
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
3605
3621
  },
3606
- "VDataTable/filter-mode": {
3607
- "type": "'every' | 'some' | 'union' | 'intersection'\n",
3608
- "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
3609
- },
3610
- "VDataTable/no-filter": {
3622
+ "VDataTable/hover": {
3611
3623
  "type": "boolean\n",
3612
- "description": "Disables all item filtering."
3613
- },
3614
- "VDataTable/custom-filter": {
3615
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
3616
- "description": "Function to filter items."
3617
- },
3618
- "VDataTable/custom-key-filter": {
3619
- "type": "unknown\n",
3620
- "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
3621
- },
3622
- "VDataTable/filter-keys": {
3623
- "type": "string | string[]\n",
3624
- "description": "Array of specific keys to filter on the item."
3624
+ "description": "Adds a hover effects to a table rows."
3625
3625
  },
3626
3626
  "VDataTable/first-icon": {
3627
3627
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -3711,6 +3711,10 @@
3711
3711
  "type": "boolean\n",
3712
3712
  "description": "Show current page number between prev/next icons."
3713
3713
  },
3714
+ "VDataTableHeaders/loading": {
3715
+ "type": "string | boolean\n",
3716
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
3717
+ },
3714
3718
  "VDataTableHeaders/sticky": {
3715
3719
  "type": "boolean\n",
3716
3720
  "description": "Deprecated, use `fixed-header` instead."
@@ -3719,10 +3723,6 @@
3719
3723
  "type": "string\n",
3720
3724
  "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)."
3721
3725
  },
3722
- "VDataTableHeaders/loading": {
3723
- "type": "string | boolean\n",
3724
- "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
3725
- },
3726
3726
  "VDataTableHeaders/mobile": {
3727
3727
  "type": "boolean\n",
3728
3728
  "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"
@@ -3755,14 +3755,6 @@
3755
3755
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3756
3756
  "description": "Icon used for descending sort button."
3757
3757
  },
3758
- "VDataTableRow/item": {
3759
- "type": "unknown\n",
3760
- "description": "Data (key, index and column values) of the displayed item."
3761
- },
3762
- "VDataTableRow/index": {
3763
- "type": "number\n",
3764
- "description": "Row index."
3765
- },
3766
3758
  "VDataTableRow/mobile": {
3767
3759
  "type": "boolean\n",
3768
3760
  "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"
@@ -3771,22 +3763,22 @@
3771
3763
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3772
3764
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3773
3765
  },
3766
+ "VDataTableRow/item": {
3767
+ "type": "unknown\n",
3768
+ "description": "Data (key, index and column values) of the displayed item."
3769
+ },
3774
3770
  "VDataTableRow/cell-props": {
3775
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'item' | 'value' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3771
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3776
3772
  "description": "Props to be applied to the cell."
3777
3773
  },
3778
- "VDataTableRows/hide-no-data": {
3779
- "type": "boolean\n",
3780
- "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
3774
+ "VDataTableRow/index": {
3775
+ "type": "number\n",
3776
+ "description": "Row index."
3781
3777
  },
3782
3778
  "VDataTableRows/items": {
3783
3779
  "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L46-L52\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]\n",
3784
3780
  "description": "An array of strings or objects used for automatically generating children components."
3785
3781
  },
3786
- "VDataTableRows/no-data-text": {
3787
- "type": "string\n",
3788
- "description": "Text shown when no items are provided to the component."
3789
- },
3790
3782
  "VDataTableRows/loading": {
3791
3783
  "type": "string | boolean\n",
3792
3784
  "description": "Displays `loading` slot if set to `true`"
@@ -3800,32 +3792,28 @@
3800
3792
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3801
3793
  },
3802
3794
  "VDataTableRows/cell-props": {
3803
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3795
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3804
3796
  "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
3805
3797
  },
3806
3798
  "VDataTableRows/loading-text": {
3807
3799
  "type": "string\n",
3808
3800
  "description": "Text shown when the data is loading."
3809
3801
  },
3810
- "VDataTableRows/row-props": {
3811
- "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3812
- "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
3813
- },
3814
- "VDataTableServer/tag": {
3815
- "type": "string\n",
3816
- "description": "Specify a custom tag used on the root element."
3802
+ "VDataTableRows/hide-no-data": {
3803
+ "type": "boolean\n",
3804
+ "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
3817
3805
  },
3818
- "VDataTableServer/search": {
3806
+ "VDataTableRows/no-data-text": {
3819
3807
  "type": "string\n",
3820
- "description": "Text input used to filter items."
3808
+ "description": "Text shown when no items are provided to the component."
3821
3809
  },
3822
- "VDataTableServer/theme": {
3823
- "type": "string\n",
3824
- "description": "Specify a theme for this component and all of its children."
3810
+ "VDataTableRows/row-props": {
3811
+ "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3812
+ "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
3825
3813
  },
3826
- "VDataTableServer/items": {
3827
- "type": "any[]\n",
3828
- "description": "An array of strings or objects used for automatically generating children components."
3814
+ "VDataTableServer/model-value": {
3815
+ "type": "unknown\n",
3816
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3829
3817
  },
3830
3818
  "VDataTableServer/density": {
3831
3819
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -3839,56 +3827,76 @@
3839
3827
  "type": "string | number\n",
3840
3828
  "description": "Sets the width for the component."
3841
3829
  },
3842
- "VDataTableServer/loading": {
3843
- "type": "string | boolean\n",
3844
- "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
3845
- },
3846
3830
  "VDataTableServer/sticky": {
3847
3831
  "type": "boolean\n",
3848
3832
  "description": "Deprecated, use `fixed-header` instead."
3849
3833
  },
3834
+ "VDataTableServer/tag": {
3835
+ "type": "string\n",
3836
+ "description": "Specify a custom tag used on the root element."
3837
+ },
3838
+ "VDataTableServer/theme": {
3839
+ "type": "string\n",
3840
+ "description": "Specify a theme for this component and all of its children."
3841
+ },
3850
3842
  "VDataTableServer/color": {
3851
3843
  "type": "string\n",
3852
3844
  "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)."
3853
3845
  },
3854
- "VDataTableServer/model-value": {
3855
- "type": "unknown\n",
3856
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3846
+ "VDataTableServer/search": {
3847
+ "type": "string\n",
3848
+ "description": "Text input used to filter items."
3857
3849
  },
3858
- "VDataTableServer/mobile": {
3850
+ "VDataTableServer/hide-no-data": {
3859
3851
  "type": "boolean\n",
3860
- "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"
3852
+ "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
3861
3853
  },
3862
- "VDataTableServer/mobile-breakpoint": {
3863
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3864
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3854
+ "VDataTableServer/select-strategy": {
3855
+ "type": "'single' | 'page' | 'all'\n",
3856
+ "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3865
3857
  },
3866
- "VDataTableServer/next-icon": {
3867
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3868
- "description": "Next icon."
3858
+ "VDataTableServer/items": {
3859
+ "type": "any[]\n",
3860
+ "description": "An array of strings or objects used for automatically generating children components."
3869
3861
  },
3870
- "VDataTableServer/prev-icon": {
3871
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3872
- "description": "Previous icon."
3862
+ "VDataTableServer/item-value": {
3863
+ "type": "SelectItemKey<any>\n",
3864
+ "description": "Property on supplied `items` that contains its value."
3873
3865
  },
3874
- "VDataTableServer/hover": {
3866
+ "VDataTableServer/return-object": {
3875
3867
  "type": "boolean\n",
3876
- "description": "Will add a hover effect to a table's row when the mouse is over it."
3868
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3877
3869
  },
3878
3870
  "VDataTableServer/value-comparator": {
3879
3871
  "type": "(a: any, b: any) => boolean\n",
3880
3872
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3881
3873
  },
3874
+ "VDataTableServer/no-data-text": {
3875
+ "type": "string\n",
3876
+ "description": "Text shown when no items are provided to the component."
3877
+ },
3878
+ "VDataTableServer/loading": {
3879
+ "type": "string | boolean\n",
3880
+ "description": "Displays `loading` slot if set to `true`"
3881
+ },
3882
+ "VDataTableServer/next-icon": {
3883
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3884
+ "description": "Next icon."
3885
+ },
3886
+ "VDataTableServer/prev-icon": {
3887
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3888
+ "description": "Previous icon."
3889
+ },
3882
3890
  "VDataTableServer/header-props": {
3883
3891
  "type": "unknown\n",
3884
3892
  "description": "Pass props to the default header. See [`v-data-table-server` API](/api/v-data-table-server) for more information."
3885
3893
  },
3886
3894
  "VDataTableServer/cell-props": {
3887
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3895
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3888
3896
  "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
3889
3897
  },
3890
3898
  "VDataTableServer/headers": {
3891
- "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
3899
+ "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
3892
3900
  "description": "An array of objects that each describe a header column."
3893
3901
  },
3894
3902
  "VDataTableServer/page": {
@@ -3903,13 +3911,13 @@
3903
3911
  "type": "string\n",
3904
3912
  "description": "Text shown when the data is loading."
3905
3913
  },
3906
- "VDataTableServer/hide-no-data": {
3914
+ "VDataTableServer/mobile": {
3907
3915
  "type": "boolean\n",
3908
- "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
3916
+ "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"
3909
3917
  },
3910
- "VDataTableServer/no-data-text": {
3911
- "type": "string\n",
3912
- "description": "Text shown when no items are provided to the component."
3918
+ "VDataTableServer/mobile-breakpoint": {
3919
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
3920
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3913
3921
  },
3914
3922
  "VDataTableServer/row-props": {
3915
3923
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
@@ -3943,26 +3951,14 @@
3943
3951
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
3944
3952
  "description": "Defines the grouping of the table items."
3945
3953
  },
3946
- "VDataTableServer/item-value": {
3947
- "type": "SelectItemKey<any>\n",
3948
- "description": "Property on supplied `items` that contains its value."
3949
- },
3950
3954
  "VDataTableServer/item-selectable": {
3951
3955
  "type": "SelectItemKey<any>\n",
3952
3956
  "description": "Property on supplied `items` that indicates whether the item is selectable."
3953
3957
  },
3954
- "VDataTableServer/return-object": {
3955
- "type": "boolean\n",
3956
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3957
- },
3958
3958
  "VDataTableServer/show-select": {
3959
3959
  "type": "boolean\n",
3960
3960
  "description": "Shows the column with checkboxes for selecting items in the list."
3961
3961
  },
3962
- "VDataTableServer/select-strategy": {
3963
- "type": "'page' | 'single' | 'all'\n",
3964
- "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3965
- },
3966
3962
  "VDataTableServer/sort-by": {
3967
3963
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
3968
3964
  "description": "Array of column keys and sort orders that determines the sort order of the table."
@@ -3999,6 +3995,10 @@
3999
3995
  "type": "boolean\n",
4000
3996
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
4001
3997
  },
3998
+ "VDataTableServer/hover": {
3999
+ "type": "boolean\n",
4000
+ "description": "Will add a hover effect to a table's row when the mouse is over it."
4001
+ },
4002
4002
  "VDataTableServer/first-icon": {
4003
4003
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4004
4004
  "description": "First icon."
@@ -4043,9 +4043,21 @@
4043
4043
  "type": "string | number\n",
4044
4044
  "description": "Number of all items."
4045
4045
  },
4046
- "VDataTableVirtual/model-value": {
4047
- "type": "unknown\n",
4048
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4046
+ "VDataTableVirtual/tag": {
4047
+ "type": "string\n",
4048
+ "description": "Specify a custom tag used on the root element."
4049
+ },
4050
+ "VDataTableVirtual/search": {
4051
+ "type": "string\n",
4052
+ "description": "Text input used to filter items."
4053
+ },
4054
+ "VDataTableVirtual/theme": {
4055
+ "type": "string\n",
4056
+ "description": "Specify a theme for this component and all of its children."
4057
+ },
4058
+ "VDataTableVirtual/items": {
4059
+ "type": "any[]\n",
4060
+ "description": "An array of strings or objects used for automatically generating children components."
4049
4061
  },
4050
4062
  "VDataTableVirtual/density": {
4051
4063
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -4059,98 +4071,58 @@
4059
4071
  "type": "string | number\n",
4060
4072
  "description": "Sets the width for the component."
4061
4073
  },
4074
+ "VDataTableVirtual/loading": {
4075
+ "type": "string | boolean\n",
4076
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
4077
+ },
4062
4078
  "VDataTableVirtual/sticky": {
4063
4079
  "type": "boolean\n",
4064
4080
  "description": "Deprecated, use `fixed-header` instead."
4065
4081
  },
4066
- "VDataTableVirtual/tag": {
4067
- "type": "string\n",
4068
- "description": "Specify a custom tag used on the root element."
4069
- },
4070
- "VDataTableVirtual/theme": {
4071
- "type": "string\n",
4072
- "description": "Specify a theme for this component and all of its children."
4073
- },
4074
4082
  "VDataTableVirtual/color": {
4075
4083
  "type": "string\n",
4076
4084
  "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)."
4077
4085
  },
4078
- "VDataTableVirtual/search": {
4079
- "type": "string\n",
4080
- "description": "Text input used to filter items."
4081
- },
4082
- "VDataTableVirtual/filter-mode": {
4083
- "type": "'every' | 'some' | 'union' | 'intersection'\n",
4084
- "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
4085
- },
4086
- "VDataTableVirtual/no-filter": {
4087
- "type": "boolean\n",
4088
- "description": "Disables all item filtering."
4089
- },
4090
- "VDataTableVirtual/custom-filter": {
4091
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
4092
- "description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted."
4093
- },
4094
- "VDataTableVirtual/custom-key-filter": {
4086
+ "VDataTableVirtual/model-value": {
4095
4087
  "type": "unknown\n",
4096
- "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
4097
- },
4098
- "VDataTableVirtual/filter-keys": {
4099
- "type": "string | string[]\n",
4100
- "description": "Array of specific keys to filter on the item."
4088
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4101
4089
  },
4102
- "VDataTableVirtual/hide-no-data": {
4090
+ "VDataTableVirtual/mobile": {
4103
4091
  "type": "boolean\n",
4104
- "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
4105
- },
4106
- "VDataTableVirtual/select-strategy": {
4107
- "type": "'single' | 'page' | 'all'\n",
4108
- "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
4109
- },
4110
- "VDataTableVirtual/items": {
4111
- "type": "any[]\n",
4112
- "description": "An array of strings or objects used for automatically generating children components."
4092
+ "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"
4113
4093
  },
4114
- "VDataTableVirtual/item-value": {
4115
- "type": "SelectItemKey<any>\n",
4116
- "description": "Property on supplied `items` that contains its value."
4094
+ "VDataTableVirtual/mobile-breakpoint": {
4095
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
4096
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4117
4097
  },
4118
- "VDataTableVirtual/return-object": {
4098
+ "VDataTableVirtual/hover": {
4119
4099
  "type": "boolean\n",
4120
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
4100
+ "description": "Will add a hover effect to a table's row when the mouse is over it."
4121
4101
  },
4122
4102
  "VDataTableVirtual/value-comparator": {
4123
4103
  "type": "(a: any, b: any) => boolean\n",
4124
4104
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
4125
4105
  },
4126
- "VDataTableVirtual/no-data-text": {
4127
- "type": "string\n",
4128
- "description": "Text shown when no items are provided to the component."
4129
- },
4130
- "VDataTableVirtual/loading": {
4131
- "type": "string | boolean\n",
4132
- "description": "Displays `loading` slot if set to `true`"
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
- },
4138
- "VDataTableVirtual/mobile": {
4139
- "type": "boolean\n",
4140
- "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"
4141
- },
4142
- "VDataTableVirtual/mobile-breakpoint": {
4143
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
4144
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4106
+ "VDataTableVirtual/item-value": {
4107
+ "type": "SelectItemKey<any>\n",
4108
+ "description": "Property on supplied `items` that contains its value."
4145
4109
  },
4146
4110
  "VDataTableVirtual/item-selectable": {
4147
4111
  "type": "SelectItemKey<any>\n",
4148
4112
  "description": "Property on supplied `items` that indicates whether the item is selectable."
4149
4113
  },
4114
+ "VDataTableVirtual/return-object": {
4115
+ "type": "boolean\n",
4116
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
4117
+ },
4150
4118
  "VDataTableVirtual/show-select": {
4151
4119
  "type": "boolean\n",
4152
4120
  "description": "Shows the column with checkboxes for selecting items in the list."
4153
4121
  },
4122
+ "VDataTableVirtual/select-strategy": {
4123
+ "type": "'single' | 'page' | 'all'\n",
4124
+ "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
4125
+ },
4154
4126
  "VDataTableVirtual/sort-by": {
4155
4127
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
4156
4128
  "description": "Array of column keys and sort orders that determines the sort order of the table."
@@ -4183,12 +4155,32 @@
4183
4155
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
4184
4156
  "description": "Defines the grouping of the table items."
4185
4157
  },
4158
+ "VDataTableVirtual/filter-mode": {
4159
+ "type": "'every' | 'some' | 'union' | 'intersection'\n",
4160
+ "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
4161
+ },
4162
+ "VDataTableVirtual/no-filter": {
4163
+ "type": "boolean\n",
4164
+ "description": "Disables all item filtering."
4165
+ },
4166
+ "VDataTableVirtual/custom-filter": {
4167
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
4168
+ "description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted."
4169
+ },
4170
+ "VDataTableVirtual/custom-key-filter": {
4171
+ "type": "unknown\n",
4172
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
4173
+ },
4174
+ "VDataTableVirtual/filter-keys": {
4175
+ "type": "string | string[]\n",
4176
+ "description": "Array of specific keys to filter on the item."
4177
+ },
4186
4178
  "VDataTableVirtual/header-props": {
4187
4179
  "type": "unknown\n",
4188
4180
  "description": "Pass props to the default header."
4189
4181
  },
4190
4182
  "VDataTableVirtual/cell-props": {
4191
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
4183
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
4192
4184
  "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
4193
4185
  },
4194
4186
  "VDataTableVirtual/disable-sort": {
@@ -4196,7 +4188,7 @@
4196
4188
  "description": "Toggles rendering of sort button."
4197
4189
  },
4198
4190
  "VDataTableVirtual/headers": {
4199
- "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-expand'\n | 'data-table-select'\n | 'data-table-group'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | { readonly [x: string]: any }\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | (string & {})\n | 'data-table-expand'\n | 'data-table-select'\n | 'data-table-group'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | { readonly [x: string]: any }\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
4191
+ "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-expand'\n | 'data-table-select'\n | 'data-table-group'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | { readonly [x: string]: any }\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | (string & {})\n | 'data-table-expand'\n | 'data-table-select'\n | 'data-table-group'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | { readonly [x: string]: any }\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
4200
4192
  "description": "An array of objects that each describe a header column."
4201
4193
  },
4202
4194
  "VDataTableVirtual/fixed-header": {
@@ -4215,6 +4207,14 @@
4215
4207
  "type": "string\n",
4216
4208
  "description": "Text shown when the data is loading."
4217
4209
  },
4210
+ "VDataTableVirtual/hide-no-data": {
4211
+ "type": "boolean\n",
4212
+ "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
4213
+ },
4214
+ "VDataTableVirtual/no-data-text": {
4215
+ "type": "string\n",
4216
+ "description": "Text shown when no items are provided to the component."
4217
+ },
4218
4218
  "VDataTableVirtual/row-props": {
4219
4219
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
4220
4220
  "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
@@ -4771,10 +4771,6 @@
4771
4771
  "type": "boolean\n",
4772
4772
  "description": "Hides the header."
4773
4773
  },
4774
- "VDatePickerControls/active": {
4775
- "type": "string | string[]\n",
4776
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
4777
- },
4778
4774
  "VDatePickerControls/text": {
4779
4775
  "type": "string\n",
4780
4776
  "description": "Specify content text for the component."
@@ -4783,6 +4779,10 @@
4783
4779
  "type": "string | boolean | string[]\n",
4784
4780
  "description": "Removes the ability to click or target the component."
4785
4781
  },
4782
+ "VDatePickerControls/active": {
4783
+ "type": "string | string[]\n",
4784
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
4785
+ },
4786
4786
  "VDatePickerControls/next-icon": {
4787
4787
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4788
4788
  "description": "Icon used for the next button."
@@ -4792,7 +4792,7 @@
4792
4792
  "description": "Icon used for the previous button."
4793
4793
  },
4794
4794
  "VDatePickerControls/view-mode": {
4795
- "type": "'month' | 'year' | 'months'\n",
4795
+ "type": "'month' | 'months' | 'year'\n",
4796
4796
  "description": "Sets the view mode of the date picker."
4797
4797
  },
4798
4798
  "VDatePickerControls/mode-icon": {
@@ -4911,10 +4911,6 @@
4911
4911
  "type": "unknown\n",
4912
4912
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4913
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
4914
  "VDatePickerYears/height": {
4919
4915
  "type": "string | number\n",
4920
4916
  "description": "Sets the height for the component."
@@ -4927,14 +4923,14 @@
4927
4923
  "type": "unknown\n",
4928
4924
  "description": "Sets the maximum date of the month."
4929
4925
  },
4926
+ "VDatePickerYears/model-value": {
4927
+ "type": "number\n",
4928
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4929
+ },
4930
4930
  "VDatePickerYears/min": {
4931
4931
  "type": "unknown\n",
4932
4932
  "description": "Sets the minimum date of the month."
4933
4933
  },
4934
- "VDefaultsProvider/reset": {
4935
- "type": "string | number\n",
4936
- "description": "Reset the default values up the nested chain by {n} amount."
4937
- },
4938
4934
  "VDefaultsProvider/disabled": {
4939
4935
  "type": "boolean\n",
4940
4936
  "description": "Turns off all calculations of new default values for improved performance in situations where defaults propagation isn't necessary."
@@ -4943,6 +4939,10 @@
4943
4939
  "type": "string | boolean\n",
4944
4940
  "description": "Force current defaults to match the application root defaults."
4945
4941
  },
4942
+ "VDefaultsProvider/reset": {
4943
+ "type": "string | number\n",
4944
+ "description": "Reset the default values up the nested chain by {n} amount."
4945
+ },
4946
4946
  "VDefaultsProvider/scoped": {
4947
4947
  "type": "boolean\n",
4948
4948
  "description": "Prevents the ability for default values to be inherited from parent components."
@@ -4951,9 +4951,9 @@
4951
4951
  "type": "{\n global: Record<string, unknown>\n [string]: Record<string, unknown>\n}\n",
4952
4952
  "description": "Specify new default prop values for components. Keep in mind that this will be merged with previously defined values."
4953
4953
  },
4954
- "VDialog/model-value": {
4955
- "type": "boolean\n",
4956
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4954
+ "VDialog/theme": {
4955
+ "type": "string\n",
4956
+ "description": "Specify a theme for this component and all of its children."
4957
4957
  },
4958
4958
  "VDialog/height": {
4959
4959
  "type": "string | number\n",
@@ -4979,6 +4979,10 @@
4979
4979
  "type": "string | number\n",
4980
4980
  "description": "Sets the width for the component."
4981
4981
  },
4982
+ "VDialog/disabled": {
4983
+ "type": "boolean\n",
4984
+ "description": "Removes the ability to click or target the component."
4985
+ },
4982
4986
  "VDialog/location": {
4983
4987
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
4984
4988
  "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
@@ -4987,22 +4991,30 @@
4987
4991
  "type": "boolean\n",
4988
4992
  "description": "Applies **position: absolute** to the content element."
4989
4993
  },
4990
- "VDialog/theme": {
4991
- "type": "string\n",
4992
- "description": "Specify a theme for this component and all of its children."
4993
- },
4994
- "VDialog/eager": {
4994
+ "VDialog/model-value": {
4995
4995
  "type": "boolean\n",
4996
- "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."
4996
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4997
4997
  },
4998
- "VDialog/disabled": {
4999
- "type": "boolean\n",
5000
- "description": "Removes the ability to click or target the component."
4998
+ "VDialog/transition": {
4999
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
5000
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5001
5001
  },
5002
5002
  "VDialog/activator": {
5003
5003
  "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
5004
5004
  "description": "Explicitly sets the overlay's activator."
5005
5005
  },
5006
+ "VDialog/fullscreen": {
5007
+ "type": "boolean\n",
5008
+ "description": "Changes layout for fullscreen display."
5009
+ },
5010
+ "VDialog/retain-focus": {
5011
+ "type": "boolean\n",
5012
+ "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."
5013
+ },
5014
+ "VDialog/scrollable": {
5015
+ "type": "boolean\n",
5016
+ "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)."
5017
+ },
5006
5018
  "VDialog/close-on-back": {
5007
5019
  "type": "boolean\n",
5008
5020
  "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."
@@ -5071,6 +5083,10 @@
5071
5083
  "type": "string | number\n",
5072
5084
  "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
5073
5085
  },
5086
+ "VDialog/eager": {
5087
+ "type": "boolean\n",
5088
+ "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."
5089
+ },
5074
5090
  "VDialog/location-strategy": {
5075
5091
  "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",
5076
5092
  "description": "A function used to specifies how the component should position relative to its activator."
@@ -5084,45 +5100,29 @@
5084
5100
  "description": "A single value that offsets content away from the target based upon what side it is on."
5085
5101
  },
5086
5102
  "VDialog/scroll-strategy": {
5087
- "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",
5103
+ "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",
5088
5104
  "description": "Strategy used when the component is activate and user scrolls."
5089
5105
  },
5090
- "VDialog/transition": {
5091
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
5092
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5093
- },
5094
5106
  "VDialog/attach": {
5095
5107
  "type": "string | boolean | Element\n",
5096
5108
  "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."
5097
5109
  },
5098
- "VDialog/fullscreen": {
5099
- "type": "boolean\n",
5100
- "description": "Changes layout for fullscreen display."
5101
- },
5102
- "VDialog/retain-focus": {
5103
- "type": "boolean\n",
5104
- "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."
5105
- },
5106
- "VDialog/scrollable": {
5110
+ "VDialogBottomTransition/disabled": {
5107
5111
  "type": "boolean\n",
5108
- "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)."
5112
+ "description": "Removes the ability to click or target the component."
5109
5113
  },
5110
5114
  "VDialogBottomTransition/mode": {
5111
5115
  "type": "string\n",
5112
5116
  "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)."
5113
5117
  },
5114
- "VDialogBottomTransition/disabled": {
5115
- "type": "boolean\n",
5116
- "description": "Removes the ability to click or target the component."
5118
+ "VDialogBottomTransition/origin": {
5119
+ "type": "string\n",
5120
+ "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)."
5117
5121
  },
5118
5122
  "VDialogBottomTransition/group": {
5119
5123
  "type": "boolean\n",
5120
5124
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5121
5125
  },
5122
- "VDialogBottomTransition/origin": {
5123
- "type": "string\n",
5124
- "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)."
5125
- },
5126
5126
  "VDialogBottomTransition/hide-on-leave": {
5127
5127
  "type": "boolean\n",
5128
5128
  "description": "Hides the leaving element (no exit animation)."
@@ -5131,22 +5131,22 @@
5131
5131
  "type": "boolean\n",
5132
5132
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))."
5133
5133
  },
5134
- "VDialogTopTransition/mode": {
5135
- "type": "string\n",
5136
- "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)."
5137
- },
5138
5134
  "VDialogTopTransition/disabled": {
5139
5135
  "type": "boolean\n",
5140
5136
  "description": "Removes the ability to click or target the component."
5141
5137
  },
5142
- "VDialogTopTransition/group": {
5143
- "type": "boolean\n",
5144
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5138
+ "VDialogTopTransition/mode": {
5139
+ "type": "string\n",
5140
+ "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)."
5145
5141
  },
5146
5142
  "VDialogTopTransition/origin": {
5147
5143
  "type": "string\n",
5148
5144
  "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)."
5149
5145
  },
5146
+ "VDialogTopTransition/group": {
5147
+ "type": "boolean\n",
5148
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5149
+ },
5150
5150
  "VDialogTopTransition/hide-on-leave": {
5151
5151
  "type": "boolean\n",
5152
5152
  "description": "Hides the leaving element (no exit animation)."
@@ -5171,10 +5171,6 @@
5171
5171
  "type": "string\n",
5172
5172
  "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)."
5173
5173
  },
5174
- "VDivider/inset": {
5175
- "type": "boolean\n",
5176
- "description": "Adds indentation (72px) for **normal** dividers, reduces max height for **vertical**."
5177
- },
5178
5174
  "VDivider/opacity": {
5179
5175
  "type": "string | number\n",
5180
5176
  "description": "Sets the component's opacity value"
@@ -5183,6 +5179,10 @@
5183
5179
  "type": "boolean\n",
5184
5180
  "description": "Displays dividers vertically."
5185
5181
  },
5182
+ "VDivider/inset": {
5183
+ "type": "boolean\n",
5184
+ "description": "Adds indentation (72px) for **normal** dividers, reduces max height for **vertical**."
5185
+ },
5186
5186
  "VDivider/thickness": {
5187
5187
  "type": "string | number\n",
5188
5188
  "description": "Sets the dividers thickness. Default unit is px."
@@ -5191,17 +5191,13 @@
5191
5191
  "type": "string\n",
5192
5192
  "description": "Specify a title text for the component."
5193
5193
  },
5194
- "VEmptyState/theme": {
5194
+ "VEmptyState/text": {
5195
5195
  "type": "string\n",
5196
- "description": "Specify a theme for this component and all of its children."
5196
+ "description": "Specify content text for the component."
5197
5197
  },
5198
- "VEmptyState/size": {
5199
- "type": "string | number\n",
5200
- "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')."
5201
- },
5202
- "VEmptyState/text": {
5203
- "type": "string\n",
5204
- "description": "Specify content text for the component."
5198
+ "VEmptyState/icon": {
5199
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5200
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
5205
5201
  },
5206
5202
  "VEmptyState/height": {
5207
5203
  "type": "string | number\n",
@@ -5227,22 +5223,14 @@
5227
5223
  "type": "string | number\n",
5228
5224
  "description": "Sets the width for the component."
5229
5225
  },
5230
- "VEmptyState/href": {
5231
- "type": "string\n",
5232
- "description": "The URL the action button links to."
5233
- },
5234
- "VEmptyState/to": {
5226
+ "VEmptyState/theme": {
5235
5227
  "type": "string\n",
5236
- "description": "The URL the action button links to."
5228
+ "description": "Specify a theme for this component and all of its children."
5237
5229
  },
5238
5230
  "VEmptyState/color": {
5239
5231
  "type": "string\n",
5240
5232
  "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)."
5241
5233
  },
5242
- "VEmptyState/icon": {
5243
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5244
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
5245
- },
5246
5234
  "VEmptyState/image": {
5247
5235
  "type": "string\n",
5248
5236
  "description": "Apply a specific image using [v-img](/components/images/)."
@@ -5251,6 +5239,18 @@
5251
5239
  "type": "string\n",
5252
5240
  "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)."
5253
5241
  },
5242
+ "VEmptyState/size": {
5243
+ "type": "string | number\n",
5244
+ "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')."
5245
+ },
5246
+ "VEmptyState/href": {
5247
+ "type": "string\n",
5248
+ "description": "The URL the action button links to."
5249
+ },
5250
+ "VEmptyState/to": {
5251
+ "type": "string\n",
5252
+ "description": "The URL the action button links to."
5253
+ },
5254
5254
  "VEmptyState/headline": {
5255
5255
  "type": "string\n",
5256
5256
  "description": "A large headline often used for 404 pages."
@@ -5260,21 +5260,21 @@
5260
5260
  "description": "The text used for the action button."
5261
5261
  },
5262
5262
  "VEmptyState/justify": {
5263
- "type": "'start' | 'end' | 'center'\n",
5263
+ "type": "'end' | 'start' | 'center'\n",
5264
5264
  "description": "Control the justification of the text."
5265
5265
  },
5266
5266
  "VEmptyState/text-width": {
5267
5267
  "type": "string | number\n",
5268
5268
  "description": "Sets the width of the text container."
5269
5269
  },
5270
- "VExpandTransition/disabled": {
5271
- "type": "boolean\n",
5272
- "description": "Removes the ability to click or target the component."
5273
- },
5274
5270
  "VExpandTransition/mode": {
5275
5271
  "type": "'default' | 'in-out' | 'out-in'\n",
5276
5272
  "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)."
5277
5273
  },
5274
+ "VExpandTransition/disabled": {
5275
+ "type": "boolean\n",
5276
+ "description": "Removes the ability to click or target the component."
5277
+ },
5278
5278
  "VExpandTransition/group": {
5279
5279
  "type": "boolean\n",
5280
5280
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
@@ -5291,26 +5291,10 @@
5291
5291
  "type": "boolean\n",
5292
5292
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5293
5293
  },
5294
- "VExpansionPanel/tag": {
5295
- "type": "string\n",
5296
- "description": "Specify a custom tag used on the root element."
5297
- },
5298
5294
  "VExpansionPanel/title": {
5299
5295
  "type": "string\n",
5300
5296
  "description": "Specify a title text for the component."
5301
5297
  },
5302
- "VExpansionPanel/value": {
5303
- "type": "any\n",
5304
- "description": "Controls the opened/closed state of content."
5305
- },
5306
- "VExpansionPanel/readonly": {
5307
- "type": "boolean\n",
5308
- "description": "Makes the expansion panel content read only."
5309
- },
5310
- "VExpansionPanel/ripple": {
5311
- "type": "boolean | { class: string }\n",
5312
- "description": "Applies the [v-ripple](/directives/ripple) directive."
5313
- },
5314
5298
  "VExpansionPanel/text": {
5315
5299
  "type": "string\n",
5316
5300
  "description": "Specify content text for the component."
@@ -5343,14 +5327,6 @@
5343
5327
  "type": "string | number\n",
5344
5328
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5345
5329
  },
5346
- "VExpansionPanel/disabled": {
5347
- "type": "boolean\n",
5348
- "description": "Disables the expansion-panel content."
5349
- },
5350
- "VExpansionPanel/selected-class": {
5351
- "type": "string\n",
5352
- "description": "Configure the active CSS class applied when an item is selected."
5353
- },
5354
5330
  "VExpansionPanel/static": {
5355
5331
  "type": "boolean\n",
5356
5332
  "description": "Remove title size expansion when selected."
@@ -5363,21 +5339,25 @@
5363
5339
  "type": "boolean\n",
5364
5340
  "description": "Removes any applied **border-radius** from the component."
5365
5341
  },
5366
- "VExpansionPanel/color": {
5342
+ "VExpansionPanel/tag": {
5367
5343
  "type": "string\n",
5368
- "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)."
5344
+ "description": "Specify a custom tag used on the root element."
5369
5345
  },
5370
- "VExpansionPanel/bg-color": {
5346
+ "VExpansionPanel/color": {
5371
5347
  "type": "string\n",
5372
- "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)."
5348
+ "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)."
5373
5349
  },
5374
5350
  "VExpansionPanel/eager": {
5375
5351
  "type": "boolean\n",
5376
5352
  "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."
5377
5353
  },
5378
- "VExpansionPanel/hide-actions": {
5354
+ "VExpansionPanel/bg-color": {
5355
+ "type": "string\n",
5356
+ "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)."
5357
+ },
5358
+ "VExpansionPanel/disabled": {
5379
5359
  "type": "boolean\n",
5380
- "description": "Hide the expand icon in the content title."
5360
+ "description": "Disables the expansion-panel content."
5381
5361
  },
5382
5362
  "VExpansionPanel/expand-icon": {
5383
5363
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -5387,6 +5367,26 @@
5387
5367
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5388
5368
  "description": "Icon used when the expansion panel is in a collapsable state."
5389
5369
  },
5370
+ "VExpansionPanel/value": {
5371
+ "type": "any\n",
5372
+ "description": "Controls the opened/closed state of content."
5373
+ },
5374
+ "VExpansionPanel/readonly": {
5375
+ "type": "boolean\n",
5376
+ "description": "Makes the expansion panel content read only."
5377
+ },
5378
+ "VExpansionPanel/selected-class": {
5379
+ "type": "string\n",
5380
+ "description": "Configure the active CSS class applied when an item is selected."
5381
+ },
5382
+ "VExpansionPanel/ripple": {
5383
+ "type": "boolean | { class: string }\n",
5384
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
5385
+ },
5386
+ "VExpansionPanel/hide-actions": {
5387
+ "type": "boolean\n",
5388
+ "description": "Hide the expand icon in the content title."
5389
+ },
5390
5390
  "VExpansionPanel/focusable": {
5391
5391
  "type": "boolean\n",
5392
5392
  "description": "Makes the expansion panel content focusable."
@@ -5395,6 +5395,14 @@
5395
5395
  "type": "boolean\n",
5396
5396
  "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."
5397
5397
  },
5398
+ "VExpansionPanelTitle/readonly": {
5399
+ "type": "boolean\n",
5400
+ "description": "Makes the expansion panel content read only."
5401
+ },
5402
+ "VExpansionPanelTitle/ripple": {
5403
+ "type": "boolean | { class: string }\n",
5404
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
5405
+ },
5398
5406
  "VExpansionPanelTitle/height": {
5399
5407
  "type": "string | number\n",
5400
5408
  "description": "Sets the height for the component."
@@ -5427,6 +5435,10 @@
5427
5435
  "type": "string\n",
5428
5436
  "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)."
5429
5437
  },
5438
+ "VExpansionPanelTitle/hide-actions": {
5439
+ "type": "boolean\n",
5440
+ "description": "Hide the expand icon in the content title."
5441
+ },
5430
5442
  "VExpansionPanelTitle/expand-icon": {
5431
5443
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5432
5444
  "description": "Icon used when the expansion panel is in a expandable state."
@@ -5435,18 +5447,6 @@
5435
5447
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5436
5448
  "description": "Icon used when the expansion panel is in a collapsable state."
5437
5449
  },
5438
- "VExpansionPanelTitle/readonly": {
5439
- "type": "boolean\n",
5440
- "description": "Makes the expansion panel content read only."
5441
- },
5442
- "VExpansionPanelTitle/ripple": {
5443
- "type": "boolean | { class: string }\n",
5444
- "description": "Applies the [v-ripple](/directives/ripple) directive."
5445
- },
5446
- "VExpansionPanelTitle/hide-actions": {
5447
- "type": "boolean\n",
5448
- "description": "Hide the expand icon in the content title."
5449
- },
5450
5450
  "VExpansionPanelTitle/focusable": {
5451
5451
  "type": "boolean\n",
5452
5452
  "description": "Makes the expansion panel headers focusable."
@@ -5455,34 +5455,14 @@
5455
5455
  "type": "boolean\n",
5456
5456
  "description": "Removes the expansion-panel's elevation and borders."
5457
5457
  },
5458
- "VExpansionPanels/tag": {
5459
- "type": "string\n",
5460
- "description": "Specify a custom tag used on the root element."
5461
- },
5462
- "VExpansionPanels/theme": {
5463
- "type": "string\n",
5464
- "description": "Specify a theme for this component and all of its children."
5465
- },
5466
- "VExpansionPanels/readonly": {
5467
- "type": "boolean\n",
5468
- "description": "Makes the entire expansion panel read only."
5469
- },
5470
- "VExpansionPanels/ripple": {
5471
- "type": "boolean | { class: string }\n",
5472
- "description": "Applies the [v-ripple](/directives/ripple) directive."
5458
+ "VExpansionPanels/model-value": {
5459
+ "type": "any\n",
5460
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5473
5461
  },
5474
5462
  "VExpansionPanels/elevation": {
5475
5463
  "type": "string | number\n",
5476
5464
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5477
5465
  },
5478
- "VExpansionPanels/disabled": {
5479
- "type": "boolean\n",
5480
- "description": "Puts all children components into a disabled state."
5481
- },
5482
- "VExpansionPanels/selected-class": {
5483
- "type": "string\n",
5484
- "description": "Configure the active CSS class applied when an item is selected."
5485
- },
5486
5466
  "VExpansionPanels/static": {
5487
5467
  "type": "boolean\n",
5488
5468
  "description": "Remove title size expansion when selected."
@@ -5495,6 +5475,14 @@
5495
5475
  "type": "boolean\n",
5496
5476
  "description": "Removes the border-radius."
5497
5477
  },
5478
+ "VExpansionPanels/tag": {
5479
+ "type": "string\n",
5480
+ "description": "Specify a custom tag used on the root element."
5481
+ },
5482
+ "VExpansionPanels/theme": {
5483
+ "type": "string\n",
5484
+ "description": "Specify a theme for this component and all of its children."
5485
+ },
5498
5486
  "VExpansionPanels/color": {
5499
5487
  "type": "string\n",
5500
5488
  "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)."
@@ -5503,18 +5491,26 @@
5503
5491
  "type": "'default' | 'inset' | 'accordion' | 'popout'\n",
5504
5492
  "description": "Applies a distinct style to the component."
5505
5493
  },
5506
- "VExpansionPanels/max": {
5507
- "type": "number\n",
5508
- "description": "Sets a maximum number of selections that can be made."
5509
- },
5510
- "VExpansionPanels/model-value": {
5511
- "type": "any\n",
5512
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5494
+ "VExpansionPanels/eager": {
5495
+ "type": "boolean\n",
5496
+ "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."
5513
5497
  },
5514
5498
  "VExpansionPanels/bg-color": {
5515
5499
  "type": "string\n",
5516
5500
  "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)."
5517
5501
  },
5502
+ "VExpansionPanels/disabled": {
5503
+ "type": "boolean\n",
5504
+ "description": "Puts all children components into a disabled state."
5505
+ },
5506
+ "VExpansionPanels/expand-icon": {
5507
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5508
+ "description": "Icon used when the expansion panel is in a expandable state."
5509
+ },
5510
+ "VExpansionPanels/collapse-icon": {
5511
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5512
+ "description": "Icon used when the expansion panel is in a collapsable state."
5513
+ },
5518
5514
  "VExpansionPanels/multiple": {
5519
5515
  "type": "boolean\n",
5520
5516
  "description": "Allows one to select multiple items."
@@ -5523,22 +5519,26 @@
5523
5519
  "type": "boolean | 'force'\n",
5524
5520
  "description": "Forces at least one item to always be selected (if available)."
5525
5521
  },
5526
- "VExpansionPanels/eager": {
5522
+ "VExpansionPanels/readonly": {
5527
5523
  "type": "boolean\n",
5528
- "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."
5524
+ "description": "Makes the entire expansion panel read only."
5525
+ },
5526
+ "VExpansionPanels/max": {
5527
+ "type": "number\n",
5528
+ "description": "Sets a maximum number of selections that can be made."
5529
+ },
5530
+ "VExpansionPanels/selected-class": {
5531
+ "type": "string\n",
5532
+ "description": "Configure the active CSS class applied when an item is selected."
5533
+ },
5534
+ "VExpansionPanels/ripple": {
5535
+ "type": "boolean | { class: string }\n",
5536
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
5529
5537
  },
5530
5538
  "VExpansionPanels/hide-actions": {
5531
5539
  "type": "boolean\n",
5532
5540
  "description": "Hide the expand icon in the content title."
5533
5541
  },
5534
- "VExpansionPanels/expand-icon": {
5535
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5536
- "description": "Icon used when the expansion panel is in a expandable state."
5537
- },
5538
- "VExpansionPanels/collapse-icon": {
5539
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5540
- "description": "Icon used when the expansion panel is in a collapsable state."
5541
- },
5542
5542
  "VExpansionPanels/focusable": {
5543
5543
  "type": "boolean\n",
5544
5544
  "description": "Makes the expansion-panel headers focusable."
@@ -5547,25 +5547,85 @@
5547
5547
  "type": "any\n",
5548
5548
  "description": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/)."
5549
5549
  },
5550
- "VFab/text": {
5551
- "type": "string\n",
5552
- "description": "Specify content text for the component."
5553
- },
5554
5550
  "VFab/flat": {
5555
5551
  "type": "boolean\n",
5556
5552
  "description": "Removes the button box shadow. This is different than using the 'flat' variant."
5557
5553
  },
5558
- "VFab/border": {
5559
- "type": "string | number | boolean\n",
5560
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
5554
+ "VFab/tag": {
5555
+ "type": "string\n",
5556
+ "description": "Specify a custom tag used on the root element."
5561
5557
  },
5562
- "VFab/icon": {
5563
- "type": " | boolean\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5564
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
5558
+ "VFab/name": {
5559
+ "type": "string\n",
5560
+ "description": "Assign a specific name for layout registration."
5565
5561
  },
5566
- "VFab/model-value": {
5562
+ "VFab/replace": {
5567
5563
  "type": "boolean\n",
5568
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5564
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
5565
+ },
5566
+ "VFab/layout": {
5567
+ "type": "boolean\n",
5568
+ "description": "If true, will effect layout dimensions based on size and position."
5569
+ },
5570
+ "VFab/theme": {
5571
+ "type": "string\n",
5572
+ "description": "Specify a theme for this component and all of its children."
5573
+ },
5574
+ "VFab/size": {
5575
+ "type": "string | number\n",
5576
+ "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
5577
+ },
5578
+ "VFab/value": {
5579
+ "type": "any\n",
5580
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
5581
+ },
5582
+ "VFab/active": {
5583
+ "type": "boolean\n",
5584
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
5585
+ },
5586
+ "VFab/active-color": {
5587
+ "type": "string\n",
5588
+ "description": "The applied color when the component is in an active state."
5589
+ },
5590
+ "VFab/base-color": {
5591
+ "type": "string\n",
5592
+ "description": "Sets the color of component when not focused."
5593
+ },
5594
+ "VFab/prepend-icon": {
5595
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5596
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
5597
+ },
5598
+ "VFab/append-icon": {
5599
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5600
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
5601
+ },
5602
+ "VFab/block": {
5603
+ "type": "boolean\n",
5604
+ "description": "Expands the button to 100% of available space."
5605
+ },
5606
+ "VFab/readonly": {
5607
+ "type": "boolean\n",
5608
+ "description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
5609
+ },
5610
+ "VFab/slim": {
5611
+ "type": "boolean\n",
5612
+ "description": "Reduces padding to 0 8px."
5613
+ },
5614
+ "VFab/stacked": {
5615
+ "type": "boolean\n",
5616
+ "description": "Displays the button as a flex-column."
5617
+ },
5618
+ "VFab/ripple": {
5619
+ "type": "boolean | { class: string }\n",
5620
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
5621
+ },
5622
+ "VFab/text": {
5623
+ "type": "string\n",
5624
+ "description": "Specify content text for the component."
5625
+ },
5626
+ "VFab/border": {
5627
+ "type": "string | number | boolean\n",
5628
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
5569
5629
  },
5570
5630
  "VFab/density": {
5571
5631
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -5599,12 +5659,24 @@
5599
5659
  "type": "string | number\n",
5600
5660
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5601
5661
  },
5662
+ "VFab/disabled": {
5663
+ "type": "boolean\n",
5664
+ "description": "Removes the ability to click or target the component."
5665
+ },
5666
+ "VFab/selected-class": {
5667
+ "type": "string\n",
5668
+ "description": "Configure the active CSS class applied when an item is selected."
5669
+ },
5670
+ "VFab/loading": {
5671
+ "type": "string | boolean\n",
5672
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
5673
+ },
5602
5674
  "VFab/location": {
5603
5675
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
5604
5676
  "description": "The location of the fab relative to the layout. Only works when using **app**."
5605
5677
  },
5606
5678
  "VFab/position": {
5607
- "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
5679
+ "type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
5608
5680
  "description": "Sets the position for the component."
5609
5681
  },
5610
5682
  "VFab/absolute": {
@@ -5619,114 +5691,46 @@
5619
5691
  "type": "boolean\n",
5620
5692
  "description": "Removes any applied **border-radius** from the component."
5621
5693
  },
5622
- "VFab/tag": {
5694
+ "VFab/href": {
5623
5695
  "type": "string\n",
5624
- "description": "Specify a custom tag used on the root element."
5696
+ "description": "Designates the component as anchor and applies the **href** attribute."
5625
5697
  },
5626
- "VFab/theme": {
5627
- "type": "string\n",
5628
- "description": "Specify a theme for this component and all of its children."
5698
+ "VFab/exact": {
5699
+ "type": "boolean\n",
5700
+ "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
5701
+ },
5702
+ "VFab/to": {
5703
+ "type": "RouteLocationRaw\n",
5704
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
5629
5705
  },
5630
5706
  "VFab/color": {
5631
5707
  "type": "string\n",
5632
5708
  "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)."
5633
5709
  },
5634
5710
  "VFab/variant": {
5635
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
5711
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
5636
5712
  "description": "Applies a distinct style to the component."
5637
5713
  },
5638
- "VFab/name": {
5639
- "type": "string\n",
5640
- "description": "Assign a specific name for layout registration."
5714
+ "VFab/icon": {
5715
+ "type": " | boolean\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5716
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
5641
5717
  },
5642
- "VFab/replace": {
5718
+ "VFab/model-value": {
5643
5719
  "type": "boolean\n",
5644
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
5720
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5645
5721
  },
5646
- "VFab/extended": {
5647
- "type": "boolean\n",
5648
- "description": "An alternate style for the FAB that expects text."
5722
+ "VFab/transition": {
5723
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
5724
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5649
5725
  },
5650
5726
  "VFab/order": {
5651
5727
  "type": "string | number\n",
5652
5728
  "description": "Adjust the order of the component in relation to its registration order."
5653
5729
  },
5654
- "VFab/exact": {
5655
- "type": "boolean\n",
5656
- "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
5657
- },
5658
- "VFab/base-color": {
5659
- "type": "string\n",
5660
- "description": "Sets the color of component when not focused."
5661
- },
5662
- "VFab/active-color": {
5663
- "type": "string\n",
5664
- "description": "The applied color when the component is in an active state."
5665
- },
5666
- "VFab/disabled": {
5667
- "type": "boolean\n",
5668
- "description": "Removes the ability to click or target the component."
5669
- },
5670
- "VFab/slim": {
5671
- "type": "boolean\n",
5672
- "description": "Reduces padding to 0 8px."
5673
- },
5674
- "VFab/value": {
5675
- "type": "any\n",
5676
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
5677
- },
5678
5730
  "VFab/offset": {
5679
5731
  "type": "boolean\n",
5680
5732
  "description": "Translates the Fab up or down, depending on if location is set to **top** or **bottom**."
5681
5733
  },
5682
- "VFab/block": {
5683
- "type": "boolean\n",
5684
- "description": "Expands the button to 100% of available space."
5685
- },
5686
- "VFab/transition": {
5687
- "type": "string | boolean | (TransitionProps & { component: Component })\n",
5688
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5689
- },
5690
- "VFab/size": {
5691
- "type": "string | number\n",
5692
- "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
5693
- },
5694
- "VFab/append-icon": {
5695
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5696
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
5697
- },
5698
- "VFab/prepend-icon": {
5699
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5700
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
5701
- },
5702
- "VFab/readonly": {
5703
- "type": "boolean\n",
5704
- "description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
5705
- },
5706
- "VFab/active": {
5707
- "type": "boolean\n",
5708
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
5709
- },
5710
- "VFab/loading": {
5711
- "type": "string | boolean\n",
5712
- "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
5713
- },
5714
- "VFab/selected-class": {
5715
- "type": "string\n",
5716
- "description": "Configure the active CSS class applied when an item is selected."
5717
- },
5718
- "VFab/ripple": {
5719
- "type": "boolean | { class: string }\n",
5720
- "description": "Applies the [v-ripple](/directives/ripple) directive."
5721
- },
5722
- "VFab/href": {
5723
- "type": "string\n",
5724
- "description": "Designates the component as anchor and applies the **href** attribute."
5725
- },
5726
- "VFab/to": {
5727
- "type": "RouteLocationRaw\n",
5728
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
5729
- },
5730
5734
  "VFab/app": {
5731
5735
  "type": "boolean\n",
5732
5736
  "description": "If true, attaches to the closest layout and positions according to the value of **location**."
@@ -5735,30 +5739,26 @@
5735
5739
  "type": "boolean\n",
5736
5740
  "description": "Used to control the animation of the FAB."
5737
5741
  },
5738
- "VFab/layout": {
5742
+ "VFab/extended": {
5739
5743
  "type": "boolean\n",
5740
- "description": "If true, will effect layout dimensions based on size and position."
5744
+ "description": "An alternate style for the FAB that expects text."
5741
5745
  },
5742
- "VFab/stacked": {
5746
+ "VFabTransition/disabled": {
5743
5747
  "type": "boolean\n",
5744
- "description": "Displays the button as a flex-column."
5748
+ "description": "Removes the ability to click or target the component."
5745
5749
  },
5746
5750
  "VFabTransition/mode": {
5747
5751
  "type": "string\n",
5748
5752
  "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)."
5749
5753
  },
5750
- "VFabTransition/disabled": {
5751
- "type": "boolean\n",
5752
- "description": "Removes the ability to click or target the component."
5754
+ "VFabTransition/origin": {
5755
+ "type": "string\n",
5756
+ "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)."
5753
5757
  },
5754
5758
  "VFabTransition/group": {
5755
5759
  "type": "boolean\n",
5756
5760
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5757
5761
  },
5758
- "VFabTransition/origin": {
5759
- "type": "string\n",
5760
- "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)."
5761
- },
5762
5762
  "VFabTransition/hide-on-leave": {
5763
5763
  "type": "boolean\n",
5764
5764
  "description": "Hides the leaving element (no exit animation)."
@@ -5767,22 +5767,22 @@
5767
5767
  "type": "boolean\n",
5768
5768
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))."
5769
5769
  },
5770
- "VFadeTransition/mode": {
5771
- "type": "string\n",
5772
- "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)."
5773
- },
5774
5770
  "VFadeTransition/disabled": {
5775
5771
  "type": "boolean\n",
5776
5772
  "description": "Removes the ability to click or target the component."
5777
5773
  },
5778
- "VFadeTransition/group": {
5779
- "type": "boolean\n",
5780
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5774
+ "VFadeTransition/mode": {
5775
+ "type": "string\n",
5776
+ "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)."
5781
5777
  },
5782
5778
  "VFadeTransition/origin": {
5783
5779
  "type": "string\n",
5784
5780
  "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)."
5785
5781
  },
5782
+ "VFadeTransition/group": {
5783
+ "type": "boolean\n",
5784
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5785
+ },
5786
5786
  "VFadeTransition/hide-on-leave": {
5787
5787
  "type": "boolean\n",
5788
5788
  "description": "Hides the leaving element (no exit animation)."
@@ -5795,41 +5795,17 @@
5795
5795
  "type": "boolean\n",
5796
5796
  "description": "Removes box shadow when using a variant with elevation."
5797
5797
  },
5798
- "VField/reverse": {
5799
- "type": "boolean\n",
5800
- "description": "Reverses the orientation."
5798
+ "VField/model-value": {
5799
+ "type": "unknown\n",
5800
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5801
5801
  },
5802
5802
  "VField/error": {
5803
5803
  "type": "boolean\n",
5804
5804
  "description": "Puts the input in a manual error state."
5805
5805
  },
5806
- "VField/label": {
5807
- "type": "string\n",
5808
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
5809
- },
5810
- "VField/theme": {
5811
- "type": "string\n",
5812
- "description": "Specify a theme for this component and all of its children."
5813
- },
5814
- "VField/id": {
5815
- "type": "string\n",
5816
- "description": "Sets the DOM id on the component."
5817
- },
5818
- "VField/active": {
5819
- "type": "boolean\n",
5820
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
5821
- },
5822
- "VField/base-color": {
5823
- "type": "string\n",
5824
- "description": "Sets the color of the input when it is not focused."
5825
- },
5826
- "VField/disabled": {
5806
+ "VField/reverse": {
5827
5807
  "type": "boolean\n",
5828
- "description": "Removes the ability to click or target the input."
5829
- },
5830
- "VField/loading": {
5831
- "type": "string | boolean\n",
5832
- "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
5808
+ "description": "Reverses the orientation."
5833
5809
  },
5834
5810
  "VField/rounded": {
5835
5811
  "type": "string | number | boolean\n",
@@ -5839,6 +5815,10 @@
5839
5815
  "type": "boolean\n",
5840
5816
  "description": "Removes any applied **border-radius** from the component."
5841
5817
  },
5818
+ "VField/theme": {
5819
+ "type": "string\n",
5820
+ "description": "Specify a theme for this component and all of its children."
5821
+ },
5842
5822
  "VField/color": {
5843
5823
  "type": "string\n",
5844
5824
  "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)."
@@ -5847,22 +5827,34 @@
5847
5827
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
5848
5828
  "description": "Applies a distinct style to the component."
5849
5829
  },
5850
- "VField/model-value": {
5851
- "type": "unknown\n",
5852
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5830
+ "VField/label": {
5831
+ "type": "string\n",
5832
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
5833
+ },
5834
+ "VField/base-color": {
5835
+ "type": "string\n",
5836
+ "description": "Sets the color of the input when it is not focused."
5853
5837
  },
5854
5838
  "VField/bg-color": {
5855
5839
  "type": "string\n",
5856
5840
  "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)."
5857
5841
  },
5858
- "VField/focused": {
5842
+ "VField/disabled": {
5859
5843
  "type": "boolean\n",
5860
- "description": "Forces a focused state styling on the component."
5844
+ "description": "Removes the ability to click or target the input."
5845
+ },
5846
+ "VField/id": {
5847
+ "type": "string\n",
5848
+ "description": "Sets the DOM id on the component."
5861
5849
  },
5862
5850
  "VField/center-affix": {
5863
5851
  "type": "boolean\n",
5864
5852
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
5865
5853
  },
5854
+ "VField/focused": {
5855
+ "type": "boolean\n",
5856
+ "description": "Forces a focused state styling on the component."
5857
+ },
5866
5858
  "VField/append-inner-icon": {
5867
5859
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5868
5860
  "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
@@ -5875,6 +5867,10 @@
5875
5867
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5876
5868
  "description": "The icon used when the **clearable** prop is set to true."
5877
5869
  },
5870
+ "VField/active": {
5871
+ "type": "boolean\n",
5872
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
5873
+ },
5878
5874
  "VField/dirty": {
5879
5875
  "type": "boolean\n",
5880
5876
  "description": "Manually apply the dirty state styling."
@@ -5891,6 +5887,10 @@
5891
5887
  "type": "boolean\n",
5892
5888
  "description": "Label does not move on focus/dirty."
5893
5889
  },
5890
+ "VField/loading": {
5891
+ "type": "string | boolean\n",
5892
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
5893
+ },
5894
5894
  "VFieldLabel/floating": {
5895
5895
  "type": "boolean\n",
5896
5896
  "description": "Elevates the label above the slotted content."
@@ -5899,17 +5899,49 @@
5899
5899
  "type": "boolean\n",
5900
5900
  "description": "Removes box shadow when using a variant with elevation."
5901
5901
  },
5902
- "VFileInput/model-value": {
5903
- "type": "File | File[]\n",
5904
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5902
+ "VFileInput/reverse": {
5903
+ "type": "boolean\n",
5904
+ "description": "Reverses the orientation."
5905
+ },
5906
+ "VFileInput/name": {
5907
+ "type": "string\n",
5908
+ "description": "Sets the component's name attribute."
5905
5909
  },
5906
5910
  "VFileInput/error": {
5907
5911
  "type": "boolean\n",
5908
5912
  "description": "Puts the input in a manual error state."
5909
5913
  },
5910
- "VFileInput/reverse": {
5914
+ "VFileInput/label": {
5915
+ "type": "string\n",
5916
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
5917
+ },
5918
+ "VFileInput/theme": {
5919
+ "type": "string\n",
5920
+ "description": "Specify a theme for this component and all of its children."
5921
+ },
5922
+ "VFileInput/id": {
5923
+ "type": "string\n",
5924
+ "description": "Sets the DOM id on the component."
5925
+ },
5926
+ "VFileInput/active": {
5911
5927
  "type": "boolean\n",
5912
- "description": "Reverses the orientation."
5928
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
5929
+ },
5930
+ "VFileInput/base-color": {
5931
+ "type": "string\n",
5932
+ "description": "Sets the color of the input when it is not focused."
5933
+ },
5934
+ "VFileInput/prepend-icon": {
5935
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5936
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
5937
+ },
5938
+ "VFileInput/append-icon": {
5939
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5940
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
5941
+ },
5942
+ "VFileInput/readonly": {
5943
+ "type": "boolean\n",
5944
+ "description": "Puts input in readonly state."
5913
5945
  },
5914
5946
  "VFileInput/density": {
5915
5947
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -5927,6 +5959,14 @@
5927
5959
  "type": "string | number\n",
5928
5960
  "description": "Sets the width for the component."
5929
5961
  },
5962
+ "VFileInput/disabled": {
5963
+ "type": "boolean\n",
5964
+ "description": "Removes the ability to click or target the input."
5965
+ },
5966
+ "VFileInput/loading": {
5967
+ "type": "string | boolean\n",
5968
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
5969
+ },
5930
5970
  "VFileInput/rounded": {
5931
5971
  "type": "string | number | boolean\n",
5932
5972
  "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)."
@@ -5935,10 +5975,6 @@
5935
5975
  "type": "boolean\n",
5936
5976
  "description": "Removes any applied **border-radius** from the component."
5937
5977
  },
5938
- "VFileInput/theme": {
5939
- "type": "string\n",
5940
- "description": "Specify a theme for this component and all of its children."
5941
- },
5942
5978
  "VFileInput/color": {
5943
5979
  "type": "string\n",
5944
5980
  "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)."
@@ -5947,54 +5983,34 @@
5947
5983
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
5948
5984
  "description": "Applies a distinct style to the component."
5949
5985
  },
5950
- "VFileInput/name": {
5951
- "type": "string\n",
5952
- "description": "Sets the component's name attribute."
5953
- },
5954
- "VFileInput/label": {
5955
- "type": "string\n",
5956
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
5957
- },
5958
- "VFileInput/chips": {
5959
- "type": "boolean\n",
5960
- "description": "Changes display of selections to chips."
5961
- },
5962
- "VFileInput/base-color": {
5963
- "type": "string\n",
5964
- "description": "Sets the color of the input when it is not focused."
5986
+ "VFileInput/model-value": {
5987
+ "type": "File | File[]\n",
5988
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5965
5989
  },
5966
5990
  "VFileInput/bg-color": {
5967
5991
  "type": "string\n",
5968
5992
  "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)."
5969
5993
  },
5970
- "VFileInput/disabled": {
5971
- "type": "boolean\n",
5972
- "description": "Removes the ability to click or target the input."
5973
- },
5974
5994
  "VFileInput/multiple": {
5975
5995
  "type": "boolean\n",
5976
5996
  "description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
5977
5997
  },
5978
- "VFileInput/id": {
5979
- "type": "string\n",
5980
- "description": "Sets the DOM id on the component."
5998
+ "VFileInput/direction": {
5999
+ "type": "'horizontal' | 'vertical'\n",
6000
+ "description": "Changes the direction of the input."
6001
+ },
6002
+ "VFileInput/focused": {
6003
+ "type": "boolean\n",
6004
+ "description": "Forces a focused state styling on the component."
5981
6005
  },
5982
6006
  "VFileInput/counter": {
5983
6007
  "type": "boolean\n",
5984
6008
  "description": "Displays the number of selected files."
5985
6009
  },
5986
- "VFileInput/append-icon": {
5987
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5988
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
5989
- },
5990
6010
  "VFileInput/center-affix": {
5991
6011
  "type": "boolean\n",
5992
6012
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
5993
6013
  },
5994
- "VFileInput/prepend-icon": {
5995
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5996
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
5997
- },
5998
6014
  "VFileInput/hide-spin-buttons": {
5999
6015
  "type": "boolean\n",
6000
6016
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -6011,10 +6027,6 @@
6011
6027
  "type": "string | string[]\n",
6012
6028
  "description": "Displays a list of messages or a single message if using a string."
6013
6029
  },
6014
- "VFileInput/direction": {
6015
- "type": "'horizontal' | 'vertical'\n",
6016
- "description": "Changes the direction of the input."
6017
- },
6018
6030
  "VFileInput/error-messages": {
6019
6031
  "type": "string | string[]\n",
6020
6032
  "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."
@@ -6023,10 +6035,6 @@
6023
6035
  "type": "string | number\n",
6024
6036
  "description": "Control the maximum number of shown errors from validation."
6025
6037
  },
6026
- "VFileInput/readonly": {
6027
- "type": "boolean\n",
6028
- "description": "Puts input in readonly state."
6029
- },
6030
6038
  "VFileInput/rules": {
6031
6039
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
6032
6040
  "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`."
@@ -6039,10 +6047,6 @@
6039
6047
  "type": "any\n",
6040
6048
  "description": "The value used when applying validation rules."
6041
6049
  },
6042
- "VFileInput/focused": {
6043
- "type": "boolean\n",
6044
- "description": "Forces a focused state styling on the component."
6045
- },
6046
6050
  "VFileInput/hide-details": {
6047
6051
  "type": "boolean | 'auto'\n",
6048
6052
  "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."
@@ -6059,10 +6063,6 @@
6059
6063
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6060
6064
  "description": "The icon used when the **clearable** prop is set to true."
6061
6065
  },
6062
- "VFileInput/active": {
6063
- "type": "boolean\n",
6064
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
6065
- },
6066
6066
  "VFileInput/dirty": {
6067
6067
  "type": "boolean\n",
6068
6068
  "description": "Manually apply the dirty state styling."
@@ -6079,9 +6079,9 @@
6079
6079
  "type": "boolean\n",
6080
6080
  "description": "Label does not move on focus/dirty."
6081
6081
  },
6082
- "VFileInput/loading": {
6083
- "type": "string | boolean\n",
6084
- "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
6082
+ "VFileInput/chips": {
6083
+ "type": "boolean\n",
6084
+ "description": "Changes display of selections to chips."
6085
6085
  },
6086
6086
  "VFileInput/counter-size-string": {
6087
6087
  "type": "string\n",
@@ -6099,30 +6099,26 @@
6099
6099
  "type": "boolean | 1000 | 1024\n",
6100
6100
  "description": "Sets the displayed size of selected file(s). When using **true** will default to _1000_ displaying (**kB, MB, GB**) while _1024_ will display (**KiB, MiB, GiB**)."
6101
6101
  },
6102
- "VFileUpload/length": {
6103
- "type": "string | number\n",
6104
- "description": "Sets the dividers length. Default unit is px."
6105
- },
6106
- "VFileUpload/tag": {
6107
- "type": "string\n",
6108
- "description": "Specify a custom tag used on the root element."
6109
- },
6110
- "VFileUpload/name": {
6111
- "type": "string\n",
6112
- "description": "Sets the component's name attribute."
6113
- },
6114
6102
  "VFileUpload/title": {
6115
6103
  "type": "string\n",
6116
6104
  "description": "Specify a title text for the component."
6117
6105
  },
6118
- "VFileUpload/theme": {
6119
- "type": "string\n",
6120
- "description": "Specify a theme for this component and all of its children."
6106
+ "VFileUpload/length": {
6107
+ "type": "string | number\n",
6108
+ "description": "Sets the dividers length. Default unit is px."
6121
6109
  },
6122
6110
  "VFileUpload/border": {
6123
6111
  "type": "string | number | boolean\n",
6124
6112
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
6125
6113
  },
6114
+ "VFileUpload/icon": {
6115
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6116
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6117
+ },
6118
+ "VFileUpload/model-value": {
6119
+ "type": "File | File[]\n",
6120
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6121
+ },
6126
6122
  "VFileUpload/density": {
6127
6123
  "type": "'default' | 'comfortable' | 'compact'\n",
6128
6124
  "description": "Adjusts the vertical height used by the component."
@@ -6155,16 +6151,12 @@
6155
6151
  "type": "string | number\n",
6156
6152
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
6157
6153
  },
6158
- "VFileUpload/disabled": {
6159
- "type": "boolean\n",
6160
- "description": "Removes the ability to click or target the component."
6161
- },
6162
6154
  "VFileUpload/location": {
6163
6155
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
6164
6156
  "description": "Specifies the component's location. Can combine by using a space separated string."
6165
6157
  },
6166
6158
  "VFileUpload/position": {
6167
- "type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
6159
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
6168
6160
  "description": "Sets the position for the component."
6169
6161
  },
6170
6162
  "VFileUpload/rounded": {
@@ -6175,17 +6167,29 @@
6175
6167
  "type": "boolean\n",
6176
6168
  "description": "Removes any applied **border-radius** from the component."
6177
6169
  },
6170
+ "VFileUpload/tag": {
6171
+ "type": "string\n",
6172
+ "description": "Specify a custom tag used on the root element."
6173
+ },
6174
+ "VFileUpload/theme": {
6175
+ "type": "string\n",
6176
+ "description": "Specify a theme for this component and all of its children."
6177
+ },
6178
6178
  "VFileUpload/color": {
6179
6179
  "type": "string\n",
6180
6180
  "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)."
6181
6181
  },
6182
- "VFileUpload/icon": {
6183
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6184
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6182
+ "VFileUpload/name": {
6183
+ "type": "string\n",
6184
+ "description": "Sets the component's name attribute."
6185
6185
  },
6186
- "VFileUpload/model-value": {
6187
- "type": "File | File[]\n",
6188
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6186
+ "VFileUpload/subtitle": {
6187
+ "type": "string\n",
6188
+ "description": "Specify a subtitle text for the component."
6189
+ },
6190
+ "VFileUpload/disabled": {
6191
+ "type": "boolean\n",
6192
+ "description": "Removes the ability to click or target the component."
6189
6193
  },
6190
6194
  "VFileUpload/multiple": {
6191
6195
  "type": "boolean\n",
@@ -6207,10 +6211,6 @@
6207
6211
  "type": "string | number\n",
6208
6212
  "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
6209
6213
  },
6210
- "VFileUpload/subtitle": {
6211
- "type": "string\n",
6212
- "description": "Specify a subtitle text for the component."
6213
- },
6214
6214
  "VFileUpload/clearable": {
6215
6215
  "type": "boolean\n",
6216
6216
  "description": "Allows for the component to be cleared."
@@ -6225,71 +6225,19 @@
6225
6225
  },
6226
6226
  "VFileUpload/divider-text": {
6227
6227
  "type": "string\n",
6228
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VFileUpload.json))"
6229
- },
6230
- "VFileUpload/hide-browse": {
6231
- "type": "boolean\n",
6232
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VFileUpload.json))"
6233
- },
6234
- "VFileUpload/show-size": {
6235
- "type": "boolean\n",
6236
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VFileUpload.json))"
6237
- },
6238
- "VFileUploadItem/tag": {
6239
- "type": "string\n",
6240
- "description": "Specify a custom tag used on the root element."
6241
- },
6242
- "VFileUploadItem/link": {
6243
- "type": "boolean\n",
6244
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
6245
- },
6246
- "VFileUploadItem/nav": {
6247
- "type": "boolean\n",
6248
- "description": "Reduces the width v-list-item takes up as well as adding a border radius."
6249
- },
6250
- "VFileUploadItem/title": {
6251
- "type": "string | number\n",
6252
- "description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
6253
- },
6254
- "VFileUploadItem/replace": {
6255
- "type": "boolean\n",
6256
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
6257
- },
6258
- "VFileUploadItem/theme": {
6259
- "type": "string\n",
6260
- "description": "Specify a theme for this component and all of its children."
6261
- },
6262
- "VFileUploadItem/value": {
6263
- "type": "any\n",
6264
- "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
6265
- },
6266
- "VFileUploadItem/active": {
6267
- "type": "boolean\n",
6268
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
6269
- },
6270
- "VFileUploadItem/active-color": {
6271
- "type": "string\n",
6272
- "description": "The applied color when the component is in an active state."
6273
- },
6274
- "VFileUploadItem/base-color": {
6275
- "type": "string\n",
6276
- "description": "Sets the color of component when not focused."
6277
- },
6278
- "VFileUploadItem/prepend-icon": {
6279
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6280
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
6228
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VFileUpload.json))"
6281
6229
  },
6282
- "VFileUploadItem/append-icon": {
6283
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6284
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
6230
+ "VFileUpload/hide-browse": {
6231
+ "type": "boolean\n",
6232
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VFileUpload.json))"
6285
6233
  },
6286
- "VFileUploadItem/slim": {
6234
+ "VFileUpload/show-size": {
6287
6235
  "type": "boolean\n",
6288
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
6236
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VFileUpload.json))"
6289
6237
  },
6290
- "VFileUploadItem/ripple": {
6291
- "type": "boolean | { class: string }\n",
6292
- "description": "Applies the [v-ripple](/directives/ripple) directive."
6238
+ "VFileUploadItem/title": {
6239
+ "type": "string | number\n",
6240
+ "description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
6293
6241
  },
6294
6242
  "VFileUploadItem/border": {
6295
6243
  "type": "string | number | boolean\n",
@@ -6327,10 +6275,6 @@
6327
6275
  "type": "string | number\n",
6328
6276
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
6329
6277
  },
6330
- "VFileUploadItem/disabled": {
6331
- "type": "boolean\n",
6332
- "description": "Removes the ability to click or target the component."
6333
- },
6334
6278
  "VFileUploadItem/rounded": {
6335
6279
  "type": "string | number | boolean\n",
6336
6280
  "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)."
@@ -6339,37 +6283,93 @@
6339
6283
  "type": "boolean\n",
6340
6284
  "description": "Removes any applied **border-radius** from the component."
6341
6285
  },
6342
- "VFileUploadItem/href": {
6286
+ "VFileUploadItem/tag": {
6343
6287
  "type": "string\n",
6344
- "description": "Designates the component as anchor and applies the **href** attribute."
6345
- },
6346
- "VFileUploadItem/exact": {
6347
- "type": "boolean\n",
6348
- "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
6288
+ "description": "Specify a custom tag used on the root element."
6349
6289
  },
6350
- "VFileUploadItem/to": {
6351
- "type": "RouteLocationRaw\n",
6352
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
6290
+ "VFileUploadItem/theme": {
6291
+ "type": "string\n",
6292
+ "description": "Specify a theme for this component and all of its children."
6353
6293
  },
6354
6294
  "VFileUploadItem/color": {
6355
6295
  "type": "string\n",
6356
6296
  "description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - 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),"
6357
6297
  },
6358
6298
  "VFileUploadItem/variant": {
6359
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
6299
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
6360
6300
  "description": "Applies a distinct style to the component."
6361
6301
  },
6302
+ "VFileUploadItem/replace": {
6303
+ "type": "boolean\n",
6304
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
6305
+ },
6306
+ "VFileUploadItem/link": {
6307
+ "type": "boolean\n",
6308
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop."
6309
+ },
6310
+ "VFileUploadItem/exact": {
6311
+ "type": "boolean\n",
6312
+ "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
6313
+ },
6314
+ "VFileUploadItem/subtitle": {
6315
+ "type": "string | number\n",
6316
+ "description": "Specify a subtitle text for the component."
6317
+ },
6318
+ "VFileUploadItem/base-color": {
6319
+ "type": "string\n",
6320
+ "description": "Sets the color of component when not focused."
6321
+ },
6322
+ "VFileUploadItem/active-color": {
6323
+ "type": "string\n",
6324
+ "description": "The applied color when the component is in an active state."
6325
+ },
6326
+ "VFileUploadItem/active-class": {
6327
+ "type": "string\n",
6328
+ "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
6329
+ },
6330
+ "VFileUploadItem/disabled": {
6331
+ "type": "boolean\n",
6332
+ "description": "Removes the ability to click or target the component."
6333
+ },
6362
6334
  "VFileUploadItem/lines": {
6363
6335
  "type": "false | 'one' | 'two' | 'three'\n",
6364
6336
  "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
6365
6337
  },
6366
- "VFileUploadItem/active-class": {
6338
+ "VFileUploadItem/slim": {
6339
+ "type": "boolean\n",
6340
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
6341
+ },
6342
+ "VFileUploadItem/nav": {
6343
+ "type": "boolean\n",
6344
+ "description": "Reduces the width v-list-item takes up as well as adding a border radius."
6345
+ },
6346
+ "VFileUploadItem/value": {
6347
+ "type": "any\n",
6348
+ "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
6349
+ },
6350
+ "VFileUploadItem/append-icon": {
6351
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6352
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
6353
+ },
6354
+ "VFileUploadItem/prepend-icon": {
6355
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6356
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
6357
+ },
6358
+ "VFileUploadItem/clearable": {
6359
+ "type": "boolean\n",
6360
+ "description": "Allows for the component to be cleared."
6361
+ },
6362
+ "VFileUploadItem/active": {
6363
+ "type": "boolean\n",
6364
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
6365
+ },
6366
+ "VFileUploadItem/href": {
6367
6367
  "type": "string\n",
6368
- "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
6368
+ "description": "Designates the component as anchor and applies the **href** attribute."
6369
6369
  },
6370
- "VFileUploadItem/subtitle": {
6371
- "type": "string | number\n",
6372
- "description": "Specify a subtitle text for the component."
6370
+ "VFileUploadItem/to": {
6371
+ "type": "RouteLocationRaw\n",
6372
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
6373
6373
  },
6374
6374
  "VFileUploadItem/append-avatar": {
6375
6375
  "type": "string\n",
@@ -6379,9 +6379,9 @@
6379
6379
  "type": "string\n",
6380
6380
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
6381
6381
  },
6382
- "VFileUploadItem/clearable": {
6383
- "type": "boolean\n",
6384
- "description": "Allows for the component to be cleared."
6382
+ "VFileUploadItem/ripple": {
6383
+ "type": "boolean | { class: string }\n",
6384
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
6385
6385
  },
6386
6386
  "VFileUploadItem/show-size": {
6387
6387
  "type": "boolean\n",
@@ -6395,18 +6395,6 @@
6395
6395
  "type": "string\n",
6396
6396
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VFileUploadItem.json))"
6397
6397
  },
6398
- "VFooter/tag": {
6399
- "type": "string\n",
6400
- "description": "Specify a custom tag used on the root element."
6401
- },
6402
- "VFooter/name": {
6403
- "type": "string\n",
6404
- "description": "Assign a specific name for layout registration."
6405
- },
6406
- "VFooter/theme": {
6407
- "type": "string\n",
6408
- "description": "Specify a theme for this component and all of its children."
6409
- },
6410
6398
  "VFooter/border": {
6411
6399
  "type": "string | number | boolean\n",
6412
6400
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
@@ -6431,10 +6419,22 @@
6431
6419
  "type": "boolean\n",
6432
6420
  "description": "Removes any applied **border-radius** from the component."
6433
6421
  },
6422
+ "VFooter/tag": {
6423
+ "type": "string\n",
6424
+ "description": "Specify a custom tag used on the root element."
6425
+ },
6426
+ "VFooter/theme": {
6427
+ "type": "string\n",
6428
+ "description": "Specify a theme for this component and all of its children."
6429
+ },
6434
6430
  "VFooter/color": {
6435
6431
  "type": "string\n",
6436
6432
  "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)."
6437
6433
  },
6434
+ "VFooter/name": {
6435
+ "type": "string\n",
6436
+ "description": "Assign a specific name for layout registration."
6437
+ },
6438
6438
  "VFooter/order": {
6439
6439
  "type": "string | number\n",
6440
6440
  "description": "Adjust the order of the component in relation to its registration order."
@@ -6443,17 +6443,17 @@
6443
6443
  "type": "boolean\n",
6444
6444
  "description": "Determines the position of the footer. If true, the footer would be given a fixed position at the bottom of the viewport. If false, the footer is set to the bottom of the page."
6445
6445
  },
6446
- "VForm/readonly": {
6446
+ "VForm/model-value": {
6447
6447
  "type": "boolean\n",
6448
- "description": "Puts all children inputs into a readonly state."
6448
+ "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."
6449
6449
  },
6450
6450
  "VForm/disabled": {
6451
6451
  "type": "boolean\n",
6452
6452
  "description": "Puts all children inputs into a disabled state."
6453
6453
  },
6454
- "VForm/model-value": {
6454
+ "VForm/readonly": {
6455
6455
  "type": "boolean\n",
6456
- "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."
6456
+ "description": "Puts all children inputs into a readonly state."
6457
6457
  },
6458
6458
  "VForm/validate-on": {
6459
6459
  "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",
@@ -6675,38 +6675,14 @@
6675
6675
  "type": "string\n",
6676
6676
  "description": "Text shown when there is no more content to load."
6677
6677
  },
6678
- "VInput/name": {
6679
- "type": "string\n",
6680
- "description": "Sets the component's name attribute."
6678
+ "VInput/model-value": {
6679
+ "type": "unknown\n",
6680
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6681
6681
  },
6682
6682
  "VInput/error": {
6683
6683
  "type": "boolean\n",
6684
6684
  "description": "Puts the input in a manual error state."
6685
6685
  },
6686
- "VInput/label": {
6687
- "type": "string\n",
6688
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
6689
- },
6690
- "VInput/theme": {
6691
- "type": "string\n",
6692
- "description": "Specify a theme for this component and all of its children."
6693
- },
6694
- "VInput/id": {
6695
- "type": "string\n",
6696
- "description": "Sets the DOM id on the component."
6697
- },
6698
- "VInput/prepend-icon": {
6699
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6700
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
6701
- },
6702
- "VInput/append-icon": {
6703
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6704
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
6705
- },
6706
- "VInput/readonly": {
6707
- "type": "boolean\n",
6708
- "description": "Puts input in readonly state."
6709
- },
6710
6686
  "VInput/density": {
6711
6687
  "type": "'default' | 'comfortable' | 'compact'\n",
6712
6688
  "description": "Adjusts the vertical height used by the component."
@@ -6723,26 +6699,38 @@
6723
6699
  "type": "string | number\n",
6724
6700
  "description": "Sets the width for the component."
6725
6701
  },
6702
+ "VInput/theme": {
6703
+ "type": "string\n",
6704
+ "description": "Specify a theme for this component and all of its children."
6705
+ },
6706
+ "VInput/name": {
6707
+ "type": "string\n",
6708
+ "description": "Sets the component's name attribute."
6709
+ },
6710
+ "VInput/label": {
6711
+ "type": "string\n",
6712
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
6713
+ },
6726
6714
  "VInput/disabled": {
6727
6715
  "type": "boolean\n",
6728
6716
  "description": "Removes the ability to click or target the component."
6729
6717
  },
6730
- "VInput/model-value": {
6731
- "type": "unknown\n",
6732
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6733
- },
6734
- "VInput/direction": {
6735
- "type": "'horizontal' | 'vertical'\n",
6736
- "description": "Changes the direction of the input."
6718
+ "VInput/id": {
6719
+ "type": "string\n",
6720
+ "description": "Sets the DOM id on the component."
6737
6721
  },
6738
- "VInput/focused": {
6739
- "type": "boolean\n",
6740
- "description": "Forces a focused state styling on the component."
6722
+ "VInput/append-icon": {
6723
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6724
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
6741
6725
  },
6742
6726
  "VInput/center-affix": {
6743
6727
  "type": "boolean\n",
6744
6728
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
6745
6729
  },
6730
+ "VInput/prepend-icon": {
6731
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6732
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
6733
+ },
6746
6734
  "VInput/hide-spin-buttons": {
6747
6735
  "type": "boolean\n",
6748
6736
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -6759,6 +6747,10 @@
6759
6747
  "type": "string | string[]\n",
6760
6748
  "description": "Displays a list of messages or a single message if using a string."
6761
6749
  },
6750
+ "VInput/direction": {
6751
+ "type": "'horizontal' | 'vertical'\n",
6752
+ "description": "Changes the direction of the input."
6753
+ },
6762
6754
  "VInput/error-messages": {
6763
6755
  "type": "string | string[]\n",
6764
6756
  "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."
@@ -6767,6 +6759,10 @@
6767
6759
  "type": "string | number\n",
6768
6760
  "description": "Control the maximum number of shown errors from validation."
6769
6761
  },
6762
+ "VInput/readonly": {
6763
+ "type": "boolean\n",
6764
+ "description": "Puts input in readonly state."
6765
+ },
6770
6766
  "VInput/rules": {
6771
6767
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
6772
6768
  "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`."
@@ -6779,26 +6775,26 @@
6779
6775
  "type": "any\n",
6780
6776
  "description": "The value used when applying validation rules."
6781
6777
  },
6778
+ "VInput/focused": {
6779
+ "type": "boolean\n",
6780
+ "description": "Forces a focused state styling on the component."
6781
+ },
6782
6782
  "VInput/hide-details": {
6783
6783
  "type": "boolean | 'auto'\n",
6784
6784
  "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."
6785
6785
  },
6786
- "VItem/disabled": {
6787
- "type": "boolean\n",
6788
- "description": "Removes the ability to click or target the component."
6789
- },
6790
6786
  "VItem/value": {
6791
6787
  "type": "any\n",
6792
6788
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
6793
6789
  },
6790
+ "VItem/disabled": {
6791
+ "type": "boolean\n",
6792
+ "description": "Removes the ability to click or target the component."
6793
+ },
6794
6794
  "VItem/selected-class": {
6795
6795
  "type": "string\n",
6796
6796
  "description": "Configure the active CSS class applied when an item is selected."
6797
6797
  },
6798
- "VItemGroup/model-value": {
6799
- "type": "unknown\n",
6800
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6801
- },
6802
6798
  "VItemGroup/tag": {
6803
6799
  "type": "string\n",
6804
6800
  "description": "Specify a custom tag used on the root element."
@@ -6811,6 +6807,18 @@
6811
6807
  "type": "boolean\n",
6812
6808
  "description": "Puts all children components into a disabled state."
6813
6809
  },
6810
+ "VItemGroup/selected-class": {
6811
+ "type": "string\n",
6812
+ "description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
6813
+ },
6814
+ "VItemGroup/max": {
6815
+ "type": "number\n",
6816
+ "description": "Sets a maximum number of selections that can be made."
6817
+ },
6818
+ "VItemGroup/model-value": {
6819
+ "type": "unknown\n",
6820
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6821
+ },
6814
6822
  "VItemGroup/multiple": {
6815
6823
  "type": "boolean\n",
6816
6824
  "description": "Allows one to select multiple items."
@@ -6819,33 +6827,17 @@
6819
6827
  "type": "boolean | 'force'\n",
6820
6828
  "description": "Forces at least one item to always be selected (if available)."
6821
6829
  },
6822
- "VItemGroup/max": {
6823
- "type": "number\n",
6824
- "description": "Sets a maximum number of selections that can be made."
6825
- },
6826
- "VItemGroup/selected-class": {
6827
- "type": "string\n",
6828
- "description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
6829
- },
6830
6830
  "VKbd/tag": {
6831
6831
  "type": "string\n",
6832
- "description": "Specify a custom tag used on the root element."
6833
- },
6834
- "VLabel/text": {
6835
- "type": "string\n",
6836
- "description": "Specify content text for the component."
6832
+ "description": "Specify a custom tag used on the root element."
6837
6833
  },
6838
6834
  "VLabel/theme": {
6839
6835
  "type": "string\n",
6840
6836
  "description": "Specify a theme for this component and all of its children."
6841
6837
  },
6842
- "VLayout/full-height": {
6843
- "type": "boolean\n",
6844
- "description": "Sets the component height to 100%."
6845
- },
6846
- "VLayout/overlaps": {
6847
- "type": "string[]\n",
6848
- "description": "**FOR INTERNAL USE ONLY**"
6838
+ "VLabel/text": {
6839
+ "type": "string\n",
6840
+ "description": "Specify content text for the component."
6849
6841
  },
6850
6842
  "VLayout/height": {
6851
6843
  "type": "string | number\n",
@@ -6871,30 +6863,38 @@
6871
6863
  "type": "string | number\n",
6872
6864
  "description": "Sets the width for the component."
6873
6865
  },
6874
- "VLayoutItem/model-value": {
6866
+ "VLayout/full-height": {
6875
6867
  "type": "boolean\n",
6876
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6868
+ "description": "Sets the component height to 100%."
6869
+ },
6870
+ "VLayout/overlaps": {
6871
+ "type": "string[]\n",
6872
+ "description": "**FOR INTERNAL USE ONLY**"
6873
+ },
6874
+ "VLayoutItem/name": {
6875
+ "type": "string\n",
6876
+ "description": "Assign a specific name for layout registration."
6877
+ },
6878
+ "VLayoutItem/size": {
6879
+ "type": "string | number\n",
6880
+ "description": "Sets the height and width of the component."
6877
6881
  },
6878
6882
  "VLayoutItem/position": {
6879
- "type": "'top' | 'bottom' | 'left' | 'right'\n",
6883
+ "type": "'top' | 'left' | 'right' | 'bottom'\n",
6880
6884
  "description": "The position of the item."
6881
6885
  },
6882
6886
  "VLayoutItem/absolute": {
6883
6887
  "type": "boolean\n",
6884
6888
  "description": "Applies **position: absolute** to the component."
6885
6889
  },
6886
- "VLayoutItem/name": {
6887
- "type": "string\n",
6888
- "description": "Assign a specific name for layout registration."
6890
+ "VLayoutItem/model-value": {
6891
+ "type": "boolean\n",
6892
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6889
6893
  },
6890
6894
  "VLayoutItem/order": {
6891
6895
  "type": "string | number\n",
6892
6896
  "description": "Adjust the order of the component in relation to its registration order."
6893
6897
  },
6894
- "VLayoutItem/size": {
6895
- "type": "string | number\n",
6896
- "description": "Sets the height and width of the component."
6897
- },
6898
6898
  "VLazy/tag": {
6899
6899
  "type": "string\n",
6900
6900
  "description": "Specify a custom tag used on the root element."
@@ -7287,6 +7287,14 @@
7287
7287
  "type": "boolean\n",
7288
7288
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
7289
7289
  },
7290
+ "VListItem/href": {
7291
+ "type": "string\n",
7292
+ "description": "Designates the component as anchor and applies the **href** attribute."
7293
+ },
7294
+ "VListItem/to": {
7295
+ "type": "RouteLocationRaw\n",
7296
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
7297
+ },
7290
7298
  "VListItem/append-avatar": {
7291
7299
  "type": "string\n",
7292
7300
  "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot."
@@ -7299,14 +7307,6 @@
7299
7307
  "type": "boolean | { class: string }\n",
7300
7308
  "description": "Applies the [v-ripple](/directives/ripple) directive."
7301
7309
  },
7302
- "VListItem/href": {
7303
- "type": "string\n",
7304
- "description": "Designates the component as anchor and applies the **href** attribute."
7305
- },
7306
- "VListItem/to": {
7307
- "type": "RouteLocationRaw\n",
7308
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
7309
- },
7310
7310
  "VListItemAction/tag": {
7311
7311
  "type": "string\n",
7312
7312
  "description": "Specify a custom tag used on the root element."
@@ -7319,17 +7319,17 @@
7319
7319
  "type": "boolean\n",
7320
7320
  "description": "Applies margin at the start of the component."
7321
7321
  },
7322
- "VListItemMedia/end": {
7323
- "type": "boolean\n",
7324
- "description": "Applies margin at the start of the component."
7322
+ "VListItemMedia/tag": {
7323
+ "type": "string\n",
7324
+ "description": "Specify a custom tag used on the root element."
7325
7325
  },
7326
7326
  "VListItemMedia/start": {
7327
7327
  "type": "boolean\n",
7328
7328
  "description": "Applies margin at the end of the component."
7329
7329
  },
7330
- "VListItemMedia/tag": {
7331
- "type": "string\n",
7332
- "description": "Specify a custom tag used on the root element."
7330
+ "VListItemMedia/end": {
7331
+ "type": "boolean\n",
7332
+ "description": "Applies margin at the start of the component."
7333
7333
  },
7334
7334
  "VListItemSubtitle/tag": {
7335
7335
  "type": "string\n",
@@ -7915,21 +7915,21 @@
7915
7915
  "type": "number\n",
7916
7916
  "description": "Specifies the minimum allowable value for the input."
7917
7917
  },
7918
- "VNumberInput/hide-input": {
7918
+ "VNumberInput/inset": {
7919
7919
  "type": "boolean\n",
7920
- "description": "Hide the input field."
7921
- },
7922
- "VNumberInput/step": {
7923
- "type": "number\n",
7924
- "description": "Defines the interval between allowed values when the user increments or decrements the input"
7920
+ "description": "Applies an indentation to the dividers used in the stepper buttons."
7925
7921
  },
7926
7922
  "VNumberInput/control-variant": {
7927
7923
  "type": "'default' | 'split' | 'stacked'\n",
7928
7924
  "description": "The color of the control. It defaults to the value of `variant` prop."
7929
7925
  },
7930
- "VNumberInput/inset": {
7926
+ "VNumberInput/hide-input": {
7931
7927
  "type": "boolean\n",
7932
- "description": "Applies an indentation to the dividers used in the stepper buttons."
7928
+ "description": "Hide the input field."
7929
+ },
7930
+ "VNumberInput/step": {
7931
+ "type": "number\n",
7932
+ "description": "Defines the interval between allowed values when the user increments or decrements the input"
7933
7933
  },
7934
7934
  "VOtpInput/length": {
7935
7935
  "type": "string | number\n",
@@ -8467,10 +8467,6 @@
8467
8467
  "type": "boolean\n",
8468
8468
  "description": "Constantly animates, use when loading progress is unknown."
8469
8469
  },
8470
- "VProgressLinear/stream": {
8471
- "type": "boolean\n",
8472
- "description": "An alternative style for portraying loading that works in tandem with **buffer-value**."
8473
- },
8474
8470
  "VProgressLinear/bg-opacity": {
8475
8471
  "type": "string | number\n",
8476
8472
  "description": "Background opacity, if null it defaults to 0.3 if background color is not specified or 1 otherwise."
@@ -8491,6 +8487,10 @@
8491
8487
  "type": "boolean\n",
8492
8488
  "description": "Clicking on the progress track will automatically set the value."
8493
8489
  },
8490
+ "VProgressLinear/stream": {
8491
+ "type": "boolean\n",
8492
+ "description": "An alternative style for portraying loading that works in tandem with **buffer-value**."
8493
+ },
8494
8494
  "VProgressLinear/striped": {
8495
8495
  "type": "boolean\n",
8496
8496
  "description": "Adds a stripe background to the filled portion of the progress component."
@@ -9047,10 +9047,6 @@
9047
9047
  "type": "'start' | 'end' | 'center' | 'baseline' | 'stretch'\n",
9048
9048
  "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**."
9049
9049
  },
9050
- "VRow/justify": {
9051
- "type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
9052
- "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**."
9053
- },
9054
9050
  "VRow/dense": {
9055
9051
  "type": "boolean\n",
9056
9052
  "description": "Reduces the gutter between `v-col`s."
@@ -9119,6 +9115,10 @@
9119
9115
  "type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
9120
9116
  "description": "Changes the **align-content** property on extra extra large and greater breakpoints."
9121
9117
  },
9118
+ "VRow/justify": {
9119
+ "type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
9120
+ "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**."
9121
+ },
9122
9122
  "VRow/align-content": {
9123
9123
  "type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
9124
9124
  "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**."
@@ -9371,14 +9371,6 @@
9371
9371
  "type": "(a: any, b: any) => boolean\n",
9372
9372
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
9373
9373
  },
9374
- "VSelect/hide-no-data": {
9375
- "type": "boolean\n",
9376
- "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
9377
- },
9378
- "VSelect/no-data-text": {
9379
- "type": "string\n",
9380
- "description": "Text shown when no items are provided to the component."
9381
- },
9382
9374
  "VSelect/item-value": {
9383
9375
  "type": "SelectItemKey<any>\n",
9384
9376
  "description": "Set property of **items**'s value - **must be primitive**. Dot notation is supported. **Note:** This is currently not supported with `v-combobox` [GitHub Issue](https://github.com/vuetifyjs/vuetify/issues/5479)."
@@ -9387,6 +9379,14 @@
9387
9379
  "type": "boolean\n",
9388
9380
  "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
9389
9381
  },
9382
+ "VSelect/hide-no-data": {
9383
+ "type": "boolean\n",
9384
+ "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
9385
+ },
9386
+ "VSelect/no-data-text": {
9387
+ "type": "string\n",
9388
+ "description": "Text shown when no items are provided to the component."
9389
+ },
9390
9390
  "VSelect/focused": {
9391
9391
  "type": "boolean\n",
9392
9392
  "description": "Forces a focused state styling on the component."
@@ -9491,6 +9491,10 @@
9491
9491
  "type": "unknown\n",
9492
9492
  "description": "**FOR INTERNAL USE ONLY**"
9493
9493
  },
9494
+ "VSelect/chips": {
9495
+ "type": "boolean\n",
9496
+ "description": "Changes display of selections to chips."
9497
+ },
9494
9498
  "VSelect/item-title": {
9495
9499
  "type": "SelectItemKey<any>\n",
9496
9500
  "description": "Property on supplied `items` that contains its title."
@@ -9503,10 +9507,6 @@
9503
9507
  "type": "SelectItemKey<any>\n",
9504
9508
  "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."
9505
9509
  },
9506
- "VSelect/chips": {
9507
- "type": "boolean\n",
9508
- "description": "Changes display of selections to chips."
9509
- },
9510
9510
  "VSelect/closable-chips": {
9511
9511
  "type": "boolean\n",
9512
9512
  "description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components."
@@ -10483,10 +10483,6 @@
10483
10483
  "type": "boolean\n",
10484
10484
  "description": "Stacks snackbar content on top of the actions (button)."
10485
10485
  },
10486
- "VSnackbarQueue/closable": {
10487
- "type": "string | boolean\n",
10488
- "description": "Adds a dismiss button that closes the active snackbar."
10489
- },
10490
10486
  "VSnackbarQueue/close-text": {
10491
10487
  "type": "string\n",
10492
10488
  "description": "The text used in the close button when using the **closable** prop."
@@ -10503,6 +10499,10 @@
10503
10499
  "type": "string | number\n",
10504
10500
  "description": "Time (in milliseconds) to wait until snackbar is automatically hidden. Use `-1` to keep open indefinitely (`0` in version < 2.3 ). It is recommended for this number to be between `4000` and `10000`. Changes to this property will reset the timeout."
10505
10501
  },
10502
+ "VSnackbarQueue/closable": {
10503
+ "type": "string | boolean\n",
10504
+ "description": "Adds a dismiss button that closes the active snackbar."
10505
+ },
10506
10506
  "VSpacer/tag": {
10507
10507
  "type": "string\n",
10508
10508
  "description": "Specify a custom tag used on the root element."
@@ -10547,6 +10547,10 @@
10547
10547
  "type": "string\n",
10548
10548
  "description": "The value of the item."
10549
10549
  },
10550
+ "VSparkline/labels": {
10551
+ "type": "(string | number | { value: number })[]\n",
10552
+ "description": "An array of string labels that correspond to the same index as its data counterpart."
10553
+ },
10550
10554
  "VSparkline/auto-line-width": {
10551
10555
  "type": "boolean\n",
10552
10556
  "description": "Automatically expand bars to use space efficiently."
@@ -10571,10 +10575,6 @@
10571
10575
  "type": "'top' | 'left' | 'right' | 'bottom'\n",
10572
10576
  "description": "The direction the gradient should run."
10573
10577
  },
10574
- "VSparkline/labels": {
10575
- "type": "(string | number | { value: number })[]\n",
10576
- "description": "An array of string labels that correspond to the same index as its data counterpart."
10577
- },
10578
10578
  "VSparkline/label-size": {
10579
10579
  "type": "string | number\n",
10580
10580
  "description": "The label font size."
@@ -12487,14 +12487,14 @@
12487
12487
  "type": "number\n",
12488
12488
  "description": "Defines the minimum time value that can be selected."
12489
12489
  },
12490
- "VTimePickerClock/rotate": {
12491
- "type": "number\n",
12492
- "description": "Controls rotation, specifying the degree of rotation for the clock hands."
12493
- },
12494
12490
  "VTimePickerClock/step": {
12495
12491
  "type": "number\n",
12496
12492
  "description": "Defines the increments between selectable times, such as a step of 1 for every minute or a larger step for every 5 or 15 minutes."
12497
12493
  },
12494
+ "VTimePickerClock/rotate": {
12495
+ "type": "number\n",
12496
+ "description": "Controls rotation, specifying the degree of rotation for the clock hands."
12497
+ },
12498
12498
  "VTimePickerClock/format": {
12499
12499
  "type": "Function\n",
12500
12500
  "description": "Specifies the format of the displayed time, either 12-hour or 24-hour, depending on the component's setup."
@@ -12591,14 +12591,14 @@
12591
12591
  "type": "'start' | 'center'\n",
12592
12592
  "description": "Places the timeline dot at the top or center of the timeline item."
12593
12593
  },
12594
- "VTimeline/justify": {
12595
- "type": "string\n",
12596
- "description": "Places timeline line at the center or automatically on the left or right side."
12597
- },
12598
12594
  "VTimeline/side": {
12599
12595
  "type": "'start' | 'end'\n",
12600
12596
  "description": "Display all timeline items on one side of the timeline, either **before** or **after**."
12601
12597
  },
12598
+ "VTimeline/justify": {
12599
+ "type": "string\n",
12600
+ "description": "Places timeline line at the center or automatically on the left or right side."
12601
+ },
12602
12602
  "VTimeline/line-thickness": {
12603
12603
  "type": "string | number\n",
12604
12604
  "description": "Thickness of the timeline line."
@@ -12763,14 +12763,14 @@
12763
12763
  "type": "boolean\n",
12764
12764
  "description": "Applies **display: inline-flex** to the component."
12765
12765
  },
12766
- "VToolbar/collapse": {
12767
- "type": "boolean\n",
12768
- "description": "Puts the toolbar into a collapsed state reducing its maximum width."
12769
- },
12770
12766
  "VToolbar/extended": {
12771
12767
  "type": "boolean\n",
12772
12768
  "description": "Use this prop to increase the height of the toolbar _without_ using the `extension` slot for adding content. May be used in conjunction with the **extension-height** prop, and any of the other props that affect the height of the toolbar, e.g. **prominent**, **dense**, etc., **WITH THE EXCEPTION** of **height**."
12773
12769
  },
12770
+ "VToolbar/collapse": {
12771
+ "type": "boolean\n",
12772
+ "description": "Puts the toolbar into a collapsed state reducing its maximum width."
12773
+ },
12774
12774
  "VToolbar/extension-height": {
12775
12775
  "type": "string | number\n",
12776
12776
  "description": "Specify an explicit height for the `extension` slot."
@@ -13351,26 +13351,34 @@
13351
13351
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13352
13352
  "description": "Allows customization of the icon used to toggle the expansion and collapse of treeview branches."
13353
13353
  },
13354
- "VValidation/model-value": {
13355
- "type": "unknown\n",
13356
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13354
+ "VValidation/name": {
13355
+ "type": "string\n",
13356
+ "description": "Sets the component's name attribute."
13357
13357
  },
13358
13358
  "VValidation/error": {
13359
13359
  "type": "boolean\n",
13360
13360
  "description": "Puts the input in a manual error state."
13361
13361
  },
13362
- "VValidation/name": {
13363
- "type": "string\n",
13364
- "description": "Sets the component's name attribute."
13365
- },
13366
13362
  "VValidation/label": {
13367
13363
  "type": "string\n",
13368
13364
  "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
13369
13365
  },
13366
+ "VValidation/readonly": {
13367
+ "type": "boolean\n",
13368
+ "description": "Puts input in readonly state."
13369
+ },
13370
13370
  "VValidation/disabled": {
13371
13371
  "type": "boolean\n",
13372
13372
  "description": "Removes the ability to click or target the component."
13373
13373
  },
13374
+ "VValidation/model-value": {
13375
+ "type": "unknown\n",
13376
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13377
+ },
13378
+ "VValidation/focused": {
13379
+ "type": "boolean\n",
13380
+ "description": "Forces a focused state styling on the component."
13381
+ },
13374
13382
  "VValidation/error-messages": {
13375
13383
  "type": "string | string[]\n",
13376
13384
  "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."
@@ -13379,10 +13387,6 @@
13379
13387
  "type": "string | number\n",
13380
13388
  "description": "Control the maximum number of shown errors from validation."
13381
13389
  },
13382
- "VValidation/readonly": {
13383
- "type": "boolean\n",
13384
- "description": "Puts input in readonly state."
13385
- },
13386
13390
  "VValidation/rules": {
13387
13391
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
13388
13392
  "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`."
@@ -13395,14 +13399,6 @@
13395
13399
  "type": "any\n",
13396
13400
  "description": "The value used when applying validation rules."
13397
13401
  },
13398
- "VValidation/focused": {
13399
- "type": "boolean\n",
13400
- "description": "Forces a focused state styling on the component."
13401
- },
13402
- "VVirtualScroll/items": {
13403
- "type": "unknown[]\n",
13404
- "description": "The array of items to display."
13405
- },
13406
13402
  "VVirtualScroll/height": {
13407
13403
  "type": "string | number\n",
13408
13404
  "description": "Height of the component as a css value/"
@@ -13427,6 +13423,10 @@
13427
13423
  "type": "string | number\n",
13428
13424
  "description": "Sets the width for the component."
13429
13425
  },
13426
+ "VVirtualScroll/items": {
13427
+ "type": "unknown[]\n",
13428
+ "description": "The array of items to display."
13429
+ },
13430
13430
  "VVirtualScroll/renderless": {
13431
13431
  "type": "boolean\n",
13432
13432
  "description": "Disables default component rendering functionality."
@@ -13435,18 +13435,14 @@
13435
13435
  "type": "string | number\n",
13436
13436
  "description": "Height in pixels of each item to display."
13437
13437
  },
13438
- "VWindow/model-value": {
13439
- "type": "unknown\n",
13440
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13438
+ "VWindow/tag": {
13439
+ "type": "string\n",
13440
+ "description": "Specify a custom tag used on the root element."
13441
13441
  },
13442
13442
  "VWindow/reverse": {
13443
13443
  "type": "boolean\n",
13444
13444
  "description": "Reverse the normal transition direction."
13445
13445
  },
13446
- "VWindow/tag": {
13447
- "type": "string\n",
13448
- "description": "Specify a custom tag used on the root element."
13449
- },
13450
13446
  "VWindow/theme": {
13451
13447
  "type": "string\n",
13452
13448
  "description": "Specify a theme for this component and all of its children."
@@ -13455,18 +13451,18 @@
13455
13451
  "type": "boolean\n",
13456
13452
  "description": "Removes the ability to click or target the component."
13457
13453
  },
13458
- "VWindow/mandatory": {
13459
- "type": "boolean | 'force'\n",
13460
- "description": "Forces at least one item to always be selected (if available)."
13461
- },
13462
- "VWindow/direction": {
13463
- "type": "'horizontal' | 'vertical'\n",
13464
- "description": "The transition direction when changing windows."
13465
- },
13466
13454
  "VWindow/selected-class": {
13467
13455
  "type": "string\n",
13468
13456
  "description": "Configure the active CSS class applied when an item is selected."
13469
13457
  },
13458
+ "VWindow/model-value": {
13459
+ "type": "unknown\n",
13460
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13461
+ },
13462
+ "VWindow/mandatory": {
13463
+ "type": "boolean | 'force'\n",
13464
+ "description": "Forces at least one item to always be selected (if available)."
13465
+ },
13470
13466
  "VWindow/next-icon": {
13471
13467
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13472
13468
  "description": "Icon used for the \"next\" button if `show-arrows` is `true`."
@@ -13475,37 +13471,41 @@
13475
13471
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13476
13472
  "description": "Icon used for the \"prev\" button if `show-arrows` is `true`."
13477
13473
  },
13478
- "VWindow/show-arrows": {
13479
- "type": "string | boolean\n",
13480
- "description": "Display the \"next\" and \"prev\" buttons."
13481
- },
13482
13474
  "VWindow/continuous": {
13483
13475
  "type": "boolean\n",
13484
13476
  "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last."
13485
13477
  },
13478
+ "VWindow/show-arrows": {
13479
+ "type": "string | boolean\n",
13480
+ "description": "Display the \"next\" and \"prev\" buttons."
13481
+ },
13486
13482
  "VWindow/touch": {
13487
13483
  "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",
13488
13484
  "description": "Provide a custom **left** and **right** function when swiped left or right."
13489
13485
  },
13490
- "VWindowItem/value": {
13491
- "type": "any\n",
13492
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
13486
+ "VWindow/direction": {
13487
+ "type": "'horizontal' | 'vertical'\n",
13488
+ "description": "The transition direction when changing windows."
13489
+ },
13490
+ "VWindowItem/eager": {
13491
+ "type": "boolean\n",
13492
+ "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."
13493
13493
  },
13494
13494
  "VWindowItem/disabled": {
13495
13495
  "type": "boolean\n",
13496
13496
  "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method."
13497
13497
  },
13498
- "VWindowItem/selected-class": {
13499
- "type": "string\n",
13500
- "description": "Configure the active CSS class applied when an item is selected."
13498
+ "VWindowItem/value": {
13499
+ "type": "any\n",
13500
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
13501
13501
  },
13502
13502
  "VWindowItem/transition": {
13503
13503
  "type": "string | boolean\n",
13504
13504
  "description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
13505
13505
  },
13506
- "VWindowItem/eager": {
13507
- "type": "boolean\n",
13508
- "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."
13506
+ "VWindowItem/selected-class": {
13507
+ "type": "string\n",
13508
+ "description": "Configure the active CSS class applied when an item is selected."
13509
13509
  },
13510
13510
  "VWindowItem/reverse-transition": {
13511
13511
  "type": "string | boolean\n",