@vuetify/nightly 3.7.6-master.2025-01-18 → 3.7.6-master.2025-01-19

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.
@@ -1795,10 +1795,6 @@
1795
1795
  "type": "number\n",
1796
1796
  "description": "Index or position of the interval in the day view."
1797
1797
  },
1798
- "VCalendarIntervalEvent/event": {
1799
- "type": "unknown\n",
1800
- "description": "The event object associated with this calendar interval."
1801
- },
1802
1798
  "VCalendarIntervalEvent/interval-divisions": {
1803
1799
  "type": "number\n",
1804
1800
  "description": "Number of subdivisions within the interval for this event."
@@ -1811,13 +1807,17 @@
1811
1807
  "type": "number\n",
1812
1808
  "description": "Height of the interval in the calendar view, in pixels."
1813
1809
  },
1810
+ "VCalendarIntervalEvent/interval": {
1811
+ "type": "unknown\n",
1812
+ "description": "The specific time interval this event is associated with."
1813
+ },
1814
1814
  "VCalendarIntervalEvent/all-day": {
1815
1815
  "type": "boolean\n",
1816
1816
  "description": "Indicates whether the event spans the entire day."
1817
1817
  },
1818
- "VCalendarIntervalEvent/interval": {
1818
+ "VCalendarIntervalEvent/event": {
1819
1819
  "type": "unknown\n",
1820
- "description": "The specific time interval this event is associated with."
1820
+ "description": "The event object associated with this calendar interval."
1821
1821
  },
1822
1822
  "VCalendarMonthDay/title": {
1823
1823
  "type": "string | number\n",
@@ -1827,14 +1827,14 @@
1827
1827
  "type": "string\n",
1828
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
- "VCalendarMonthDay/disabled": {
1831
- "type": "boolean\n",
1832
- "description": "Removes the ability to click or target the component."
1833
- },
1834
1830
  "VCalendarMonthDay/active": {
1835
1831
  "type": "boolean\n",
1836
1832
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
1837
1833
  },
1834
+ "VCalendarMonthDay/disabled": {
1835
+ "type": "boolean\n",
1836
+ "description": "Removes the ability to click or target the component."
1837
+ },
1838
1838
  "VCalendarMonthDay/day": {
1839
1839
  "type": "unknown\n",
1840
1840
  "description": "Represents the specific day in the month view of the calendar."
@@ -1843,21 +1843,41 @@
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
  },
1850
- "VCard/text": {
1851
- "type": "string | number\n",
1852
- "description": "Specify content text for the component."
1853
- },
1854
- "VCard/flat": {
1862
+ "VCard/replace": {
1855
1863
  "type": "boolean\n",
1856
- "description": "Removes the card's elevation."
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."
1857
1865
  },
1858
- "VCard/border": {
1859
- "type": "string | number | boolean\n",
1860
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
1866
+ "VCard/theme": {
1867
+ "type": "string\n",
1868
+ "description": "Specify a theme for this component and all of its children."
1869
+ },
1870
+ "VCard/image": {
1871
+ "type": "string\n",
1872
+ "description": "Apply a specific background image to the component."
1873
+ },
1874
+ "VCard/location": {
1875
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
1876
+ "description": "Specifies the component's location. Can combine by using a space separated string."
1877
+ },
1878
+ "VCard/color": {
1879
+ "type": "string\n",
1880
+ "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)."
1861
1881
  },
1862
1882
  "VCard/density": {
1863
1883
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -1867,6 +1887,38 @@
1867
1887
  "type": "string | number\n",
1868
1888
  "description": "Sets the height for the component."
1869
1889
  },
1890
+ "VCard/border": {
1891
+ "type": "string | number | boolean\n",
1892
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
1893
+ },
1894
+ "VCard/elevation": {
1895
+ "type": "string | number\n",
1896
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
1897
+ },
1898
+ "VCard/rounded": {
1899
+ "type": "string | number | boolean\n",
1900
+ "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)."
1901
+ },
1902
+ "VCard/tile": {
1903
+ "type": "boolean\n",
1904
+ "description": "Removes any applied **border-radius** from the component."
1905
+ },
1906
+ "VCard/text": {
1907
+ "type": "string | number\n",
1908
+ "description": "Specify content text for the component."
1909
+ },
1910
+ "VCard/exact": {
1911
+ "type": "boolean\n",
1912
+ "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."
1913
+ },
1914
+ "VCard/subtitle": {
1915
+ "type": "string | number\n",
1916
+ "description": "Specify a subtitle text for the component."
1917
+ },
1918
+ "VCard/disabled": {
1919
+ "type": "boolean\n",
1920
+ "description": "Removes the ability to click or target the component."
1921
+ },
1870
1922
  "VCard/max-height": {
1871
1923
  "type": "string | number\n",
1872
1924
  "description": "Sets the maximum height for the component."
@@ -1887,65 +1939,17 @@
1887
1939
  "type": "string | number\n",
1888
1940
  "description": "Sets the width for the component."
1889
1941
  },
1890
- "VCard/elevation": {
1891
- "type": "string | number\n",
1892
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
1893
- },
1894
- "VCard/location": {
1895
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
1896
- "description": "Specifies the component's location. Can combine by using a space separated string."
1897
- },
1898
- "VCard/position": {
1899
- "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
1900
- "description": "Sets the position for the component."
1901
- },
1902
- "VCard/rounded": {
1903
- "type": "string | number | boolean\n",
1904
- "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)."
1905
- },
1906
- "VCard/tile": {
1907
- "type": "boolean\n",
1908
- "description": "Removes any applied **border-radius** from the component."
1909
- },
1910
- "VCard/tag": {
1911
- "type": "string\n",
1912
- "description": "Specify a custom tag used on the root element."
1913
- },
1914
- "VCard/theme": {
1915
- "type": "string\n",
1916
- "description": "Specify a theme for this component and all of its children."
1917
- },
1918
- "VCard/color": {
1919
- "type": "string\n",
1920
- "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
- },
1922
1942
  "VCard/variant": {
1923
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1943
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1924
1944
  "description": "Applies a distinct style to the component."
1925
1945
  },
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
- "VCard/prepend-icon": {
1935
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1936
- "description": "Prepends a [v-icon](/components/icons/) component to the header."
1937
- },
1938
1946
  "VCard/append-icon": {
1939
1947
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1940
1948
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
1941
1949
  },
1942
- "VCard/ripple": {
1943
- "type": "boolean | { class: string }\n",
1944
- "description": "Applies the [v-ripple](/directives/ripple) directive."
1945
- },
1946
- "VCard/disabled": {
1947
- "type": "boolean\n",
1948
- "description": "Removes the ability to click or target the component."
1950
+ "VCard/prepend-icon": {
1951
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1952
+ "description": "Prepends a [v-icon](/components/icons/) component to the header."
1949
1953
  },
1950
1954
  "VCard/loading": {
1951
1955
  "type": "string | boolean\n",
@@ -1955,22 +1959,10 @@
1955
1959
  "type": "string\n",
1956
1960
  "description": "Designates the component as anchor and applies the **href** attribute."
1957
1961
  },
1958
- "VCard/exact": {
1959
- "type": "boolean\n",
1960
- "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."
1961
- },
1962
1962
  "VCard/to": {
1963
1963
  "type": "RouteLocationRaw\n",
1964
1964
  "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."
1965
1965
  },
1966
- "VCard/image": {
1967
- "type": "string\n",
1968
- "description": "Apply a specific background image to the component."
1969
- },
1970
- "VCard/subtitle": {
1971
- "type": "string | number\n",
1972
- "description": "Specify a subtitle text for the component."
1973
- },
1974
1966
  "VCard/append-avatar": {
1975
1967
  "type": "string\n",
1976
1968
  "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot."
@@ -1983,6 +1975,14 @@
1983
1975
  "type": "string\n",
1984
1976
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
1985
1977
  },
1978
+ "VCard/ripple": {
1979
+ "type": "boolean | { class: string }\n",
1980
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
1981
+ },
1982
+ "VCard/position": {
1983
+ "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
1984
+ "description": "Sets the position for the component."
1985
+ },
1986
1986
  "VCardItem/title": {
1987
1987
  "type": "string | number\n",
1988
1988
  "description": "Specify a title text for the component."
@@ -1991,17 +1991,17 @@
1991
1991
  "type": "'default' | 'comfortable' | 'compact'\n",
1992
1992
  "description": "Adjusts the vertical height used by the component."
1993
1993
  },
1994
- "VCardItem/subtitle": {
1995
- "type": "string | number\n",
1996
- "description": "Specify a subtitle text for the component."
1994
+ "VCardItem/prepend-icon": {
1995
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1996
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
1997
1997
  },
1998
1998
  "VCardItem/append-icon": {
1999
1999
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2000
2000
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2001
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."
2002
+ "VCardItem/subtitle": {
2003
+ "type": "string | number\n",
2004
+ "description": "Specify a subtitle text for the component."
2005
2005
  },
2006
2006
  "VCardItem/append-avatar": {
2007
2007
  "type": "string\n",
@@ -2079,10 +2079,6 @@
2079
2079
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2080
2080
  "description": "The displayed icon for forcing pagination to the previous item."
2081
2081
  },
2082
- "VCarousel/interval": {
2083
- "type": "string | number\n",
2084
- "description": "The duration between image cycles. Requires the **cycle** prop."
2085
- },
2086
2082
  "VCarousel/cycle": {
2087
2083
  "type": "boolean\n",
2088
2084
  "description": "Determines if the carousel should cycle through images."
@@ -2099,6 +2095,10 @@
2099
2095
  "type": "boolean\n",
2100
2096
  "description": "Hides the bottom delimiter background."
2101
2097
  },
2098
+ "VCarousel/interval": {
2099
+ "type": "string | number\n",
2100
+ "description": "The duration between image cycles. Requires the **cycle** prop."
2101
+ },
2102
2102
  "VCarousel/continuous": {
2103
2103
  "type": "boolean\n",
2104
2104
  "description": "Determines whether carousel is continuous."
@@ -2187,6 +2187,10 @@
2187
2187
  "type": "string\n",
2188
2188
  "description": "Configure the active CSS class applied when an item is selected."
2189
2189
  },
2190
+ "VCarouselItem/position": {
2191
+ "type": "string\n",
2192
+ "description": "Applies [object-position](https://developer.mozilla.org/en-US/docs/Web/CSS/object-position) styles to the image and placeholder elements."
2193
+ },
2190
2194
  "VCarouselItem/alt": {
2191
2195
  "type": "string\n",
2192
2196
  "description": "Alternate text for screen readers. Leave empty for decorative images."
@@ -2219,10 +2223,6 @@
2219
2223
  "type": "string\n",
2220
2224
  "description": "A set of alternate images to use based on device size. [Read more...](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-srcset)."
2221
2225
  },
2222
- "VCarouselItem/position": {
2223
- "type": "string\n",
2224
- "description": "Applies [object-position](https://developer.mozilla.org/en-US/docs/Web/CSS/object-position) styles to the image and placeholder elements."
2225
- },
2226
2226
  "VCarouselItem/aspect-ratio": {
2227
2227
  "type": "string | number\n",
2228
2228
  "description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
@@ -2375,6 +2375,10 @@
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
+ },
2378
2382
  "VCheckbox/indeterminate": {
2379
2383
  "type": "boolean\n",
2380
2384
  "description": "Sets an indeterminate state for the checkbox."
@@ -2403,10 +2407,6 @@
2403
2407
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2404
2408
  "description": "The icon used when active."
2405
2409
  },
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,38 +2503,54 @@
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/text": {
2507
- "type": "string\n",
2508
- "description": "Specify content text for the component."
2509
- },
2510
2506
  "VChip/filter": {
2511
2507
  "type": "boolean\n",
2512
2508
  "description": "Displays a selection icon when selected."
2513
2509
  },
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**."
2510
+ "VChip/tag": {
2511
+ "type": "string\n",
2512
+ "description": "Specify a custom tag used on the root element."
2517
2513
  },
2518
- "VChip/closable": {
2514
+ "VChip/label": {
2519
2515
  "type": "boolean\n",
2520
- "description": "Adds remove button and then a chip can be closed."
2516
+ "description": "Applies a medium size border radius."
2521
2517
  },
2522
- "VChip/close-icon": {
2523
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2524
- "description": "Change the default icon used for **close** chips."
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."
2525
2521
  },
2526
- "VChip/close-label": {
2522
+ "VChip/replace": {
2523
+ "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
2527
  "type": "string\n",
2528
- "description": "Text used for *aria-label* on the close button in **close** chips. Can also be customized globally in [Internationalization](/customization/internationalization)."
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 and width of the component. Default unit is px. Can also use the following predefined sizes: **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)."
2529
2537
  },
2530
2538
  "VChip/model-value": {
2531
2539
  "type": "boolean\n",
2532
2540
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2533
2541
  },
2542
+ "VChip/color": {
2543
+ "type": "string\n",
2544
+ "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)."
2545
+ },
2534
2546
  "VChip/density": {
2535
2547
  "type": "'default' | 'comfortable' | 'compact'\n",
2536
2548
  "description": "Adjusts the vertical height used by the component."
2537
2549
  },
2550
+ "VChip/border": {
2551
+ "type": "string | number | boolean\n",
2552
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
2553
+ },
2538
2554
  "VChip/elevation": {
2539
2555
  "type": "string | number\n",
2540
2556
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -2547,77 +2563,45 @@
2547
2563
  "type": "boolean\n",
2548
2564
  "description": "Removes any applied **border-radius** from the component."
2549
2565
  },
2550
- "VChip/tag": {
2566
+ "VChip/text": {
2551
2567
  "type": "string\n",
2552
- "description": "Specify a custom tag used on the root element."
2568
+ "description": "Specify content text for the component."
2553
2569
  },
2554
- "VChip/theme": {
2555
- "type": "string\n",
2556
- "description": "Specify a theme for this component and all of its children."
2570
+ "VChip/exact": {
2571
+ "type": "boolean\n",
2572
+ "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."
2557
2573
  },
2558
- "VChip/color": {
2574
+ "VChip/active-class": {
2559
2575
  "type": "string\n",
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)."
2561
- },
2562
- "VChip/variant": {
2563
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
2564
- "description": "Applies a distinct style to the component."
2565
- },
2566
- "VChip/replace": {
2567
- "type": "boolean\n",
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."
2576
+ "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."
2569
2577
  },
2570
- "VChip/link": {
2578
+ "VChip/disabled": {
2571
2579
  "type": "boolean\n",
2572
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
2580
+ "description": "Removes the ability to click or target the component."
2573
2581
  },
2574
- "VChip/prepend-icon": {
2575
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2576
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
2582
+ "VChip/variant": {
2583
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
2584
+ "description": "Applies a distinct style to the component."
2577
2585
  },
2578
2586
  "VChip/append-icon": {
2579
2587
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2580
2588
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2581
2589
  },
2582
- "VChip/ripple": {
2583
- "type": "boolean | { class: string }\n",
2584
- "description": "Applies the [v-ripple](/directives/ripple) directive."
2585
- },
2586
- "VChip/value": {
2587
- "type": "any\n",
2588
- "description": "The value used when a child of a [v-chip-group](/components/chip-groups)."
2589
- },
2590
- "VChip/disabled": {
2591
- "type": "boolean\n",
2592
- "description": "Removes the ability to click or target the component."
2593
- },
2594
- "VChip/selected-class": {
2595
- "type": "string\n",
2596
- "description": "Configure the active CSS class applied when an item is selected."
2590
+ "VChip/prepend-icon": {
2591
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2592
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
2597
2593
  },
2598
2594
  "VChip/href": {
2599
2595
  "type": "string\n",
2600
2596
  "description": "Designates the component as anchor and applies the **href** attribute."
2601
2597
  },
2602
- "VChip/exact": {
2603
- "type": "boolean\n",
2604
- "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."
2605
- },
2606
2598
  "VChip/to": {
2607
2599
  "type": "RouteLocationRaw\n",
2608
2600
  "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."
2609
2601
  },
2610
- "VChip/size": {
2611
- "type": "string | number\n",
2612
- "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**."
2613
- },
2614
- "VChip/label": {
2615
- "type": "boolean\n",
2616
- "description": "Applies a medium size border radius."
2617
- },
2618
- "VChip/active-class": {
2602
+ "VChip/selected-class": {
2619
2603
  "type": "string\n",
2620
- "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."
2604
+ "description": "Configure the active CSS class applied when an item is selected."
2621
2605
  },
2622
2606
  "VChip/append-avatar": {
2623
2607
  "type": "string\n",
@@ -2627,10 +2611,26 @@
2627
2611
  "type": "string\n",
2628
2612
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
2629
2613
  },
2614
+ "VChip/ripple": {
2615
+ "type": "boolean | { class: string }\n",
2616
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
2617
+ },
2630
2618
  "VChip/draggable": {
2631
2619
  "type": "boolean\n",
2632
2620
  "description": "Makes the chip draggable."
2633
2621
  },
2622
+ "VChip/closable": {
2623
+ "type": "boolean\n",
2624
+ "description": "Adds remove button and then a chip can be closed."
2625
+ },
2626
+ "VChip/close-icon": {
2627
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2628
+ "description": "Change the default icon used for **close** chips."
2629
+ },
2630
+ "VChip/close-label": {
2631
+ "type": "string\n",
2632
+ "description": "Text used for *aria-label* on the close button in **close** chips. Can also be customized globally in [Internationalization](/customization/internationalization)."
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,6 +2647,10 @@
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
+ },
2650
2654
  "VChipGroup/tag": {
2651
2655
  "type": "string\n",
2652
2656
  "description": "Specify a custom tag used on the root element."
@@ -2655,18 +2659,34 @@
2655
2659
  "type": "string\n",
2656
2660
  "description": "Specify a theme for this component and all of its children."
2657
2661
  },
2658
- "VChipGroup/model-value": {
2659
- "type": "unknown\n",
2660
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2661
- },
2662
2662
  "VChipGroup/color": {
2663
2663
  "type": "string\n",
2664
2664
  "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
2665
  },
2666
+ "VChipGroup/variant": {
2667
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
2668
+ "description": "Applies a distinct style to the component."
2669
+ },
2666
2670
  "VChipGroup/disabled": {
2667
2671
  "type": "boolean\n",
2668
2672
  "description": "Puts all children components into a disabled state."
2669
2673
  },
2674
+ "VChipGroup/selected-class": {
2675
+ "type": "string\n",
2676
+ "description": "Configure the active CSS class applied when an item is selected."
2677
+ },
2678
+ "VChipGroup/max": {
2679
+ "type": "number\n",
2680
+ "description": "Sets a maximum number of selections that can be made."
2681
+ },
2682
+ "VChipGroup/mobile": {
2683
+ "type": "boolean\n",
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."
2689
+ },
2670
2690
  "VChipGroup/multiple": {
2671
2691
  "type": "boolean\n",
2672
2692
  "description": "Allows one to select multiple items."
@@ -2675,26 +2695,6 @@
2675
2695
  "type": "boolean | 'force'\n",
2676
2696
  "description": "Forces at least one item to always be selected (if available)."
2677
2697
  },
2678
- "VChipGroup/value-comparator": {
2679
- "type": "(a: any, b: any) => boolean\n",
2680
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2681
- },
2682
- "VChipGroup/variant": {
2683
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
2684
- "description": "Applies a distinct style to the component."
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/icon": {
2727
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2728
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
2725
2729
  },
2726
2730
  "VClassIcon/tag": {
2727
2731
  "type": "string\n",
2728
2732
  "description": "Specify a custom tag used on the root element."
2729
2733
  },
2730
- "VClassIcon/icon": {
2731
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2732
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
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": "'end' | 'start' | 'center' | 'auto' | 'baseline' | 'stretch'\n",
2815
+ "type": "'start' | 'end' | '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": {
@@ -3415,37 +3415,73 @@
3415
3415
  "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
3416
  "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
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."
3421
+ },
3422
+ "VDataTable/density": {
3423
+ "type": "'default' | 'comfortable' | 'compact'\n",
3424
+ "description": "Adjusts the vertical height of the table rows."
3425
+ },
3426
+ "VDataTable/height": {
3427
+ "type": "string | number\n",
3428
+ "description": "Set an explicit height of table."
3429
+ },
3430
+ "VDataTable/width": {
3431
+ "type": "string | number\n",
3432
+ "description": "Sets the width for the component."
3433
+ },
3434
+ "VDataTable/sticky": {
3435
+ "type": "boolean\n",
3436
+ "description": "Sticks the header to the top of the table."
3437
+ },
3418
3438
  "VDataTable/tag": {
3419
3439
  "type": "string\n",
3420
3440
  "description": "Specify a custom tag used on the root element."
3421
3441
  },
3442
+ "VDataTable/theme": {
3443
+ "type": "string\n",
3444
+ "description": "Specify a theme for this component and all of its children."
3445
+ },
3446
+ "VDataTable/color": {
3447
+ "type": "string\n",
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)."
3449
+ },
3422
3450
  "VDataTable/search": {
3423
3451
  "type": "string\n",
3424
3452
  "description": "Text input used to filter items."
3425
3453
  },
3426
- "VDataTable/theme": {
3427
- "type": "string\n",
3428
- "description": "Specify a theme for this component and all of its children."
3454
+ "VDataTable/loading": {
3455
+ "type": "string | boolean\n",
3456
+ "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."
3457
+ },
3458
+ "VDataTable/mobile": {
3459
+ "type": "boolean\n",
3460
+ "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"
3461
+ },
3462
+ "VDataTable/mobile-breakpoint": {
3463
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3464
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3429
3465
  },
3430
3466
  "VDataTable/items": {
3431
3467
  "type": "any[]\n",
3432
3468
  "description": "An array of strings or objects used for automatically generating children components."
3433
3469
  },
3434
- "VDataTable/model-value": {
3435
- "type": "unknown\n",
3436
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3470
+ "VDataTable/next-icon": {
3471
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3472
+ "description": "Next icon."
3437
3473
  },
3438
- "VDataTable/color": {
3439
- "type": "string\n",
3440
- "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)."
3474
+ "VDataTable/prev-icon": {
3475
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3476
+ "description": "Previous icon."
3441
3477
  },
3442
- "VDataTable/density": {
3443
- "type": "'default' | 'comfortable' | 'compact'\n",
3444
- "description": "Adjusts the vertical height of the table rows."
3478
+ "VDataTable/hover": {
3479
+ "type": "boolean\n",
3480
+ "description": "Adds a hover effects to a table rows."
3445
3481
  },
3446
- "VDataTable/height": {
3447
- "type": "string | number\n",
3448
- "description": "Set an explicit height of table."
3482
+ "VDataTable/value-comparator": {
3483
+ "type": "(a: any, b: any) => boolean\n",
3484
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3449
3485
  },
3450
3486
  "VDataTable/filter-mode": {
3451
3487
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
@@ -3475,10 +3511,6 @@
3475
3511
  "type": "'single' | 'page' | 'all'\n",
3476
3512
  "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)."
3477
3513
  },
3478
- "VDataTable/width": {
3479
- "type": "string | number\n",
3480
- "description": "Sets the width for the component."
3481
- },
3482
3514
  "VDataTable/item-value": {
3483
3515
  "type": "SelectItemKey<any>\n",
3484
3516
  "description": "Property on supplied `items` that contains its value."
@@ -3487,69 +3519,49 @@
3487
3519
  "type": "boolean\n",
3488
3520
  "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3489
3521
  },
3490
- "VDataTable/value-comparator": {
3491
- "type": "(a: any, b: any) => boolean\n",
3492
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3493
- },
3494
3522
  "VDataTable/no-data-text": {
3495
3523
  "type": "string\n",
3496
3524
  "description": "Text shown when no items are provided to the component."
3497
3525
  },
3498
- "VDataTable/loading": {
3499
- "type": "string | boolean\n",
3500
- "description": "Displays `loading` slot if set to `true`"
3526
+ "VDataTable/header-props": {
3527
+ "type": "unknown\n",
3528
+ "description": "Pass props to the default header. See [`v-data-table-headers` API](/api/v-data-table-headers) for more information."
3501
3529
  },
3502
- "VDataTable/next-icon": {
3503
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3504
- "description": "Next icon."
3505
- },
3506
- "VDataTable/prev-icon": {
3507
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3508
- "description": "Previous icon."
3509
- },
3510
- "VDataTable/mobile": {
3511
- "type": "boolean\n",
3512
- "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
- },
3514
- "VDataTable/mobile-breakpoint": {
3515
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3516
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3517
- },
3518
- "VDataTable/sticky": {
3519
- "type": "boolean\n",
3520
- "description": "Sticks the header to the top of the table."
3521
- },
3522
- "VDataTable/item-selectable": {
3523
- "type": "SelectItemKey<any>\n",
3524
- "description": "Property on supplied `items` that indicates whether the item is selectable."
3530
+ "VDataTable/cell-props": {
3531
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3532
+ "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."
3525
3533
  },
3526
- "VDataTable/show-select": {
3527
- "type": "boolean\n",
3528
- "description": "Shows the select checkboxes in both the header and rows (if using default rows)."
3534
+ "VDataTable/headers": {
3535
+ "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 '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 mobile?: boolean | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
3536
+ "description": "An array of objects that each describe a header column. See the example below for a definition of all properties."
3529
3537
  },
3530
3538
  "VDataTable/page": {
3531
3539
  "type": "string | number\n",
3532
3540
  "description": "The current displayed page number (1-indexed)."
3533
3541
  },
3534
- "VDataTable/sort-by": {
3535
- "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",
3536
- "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier."
3542
+ "VDataTable/items-per-page": {
3543
+ "type": "string | number\n",
3544
+ "description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page."
3537
3545
  },
3538
- "VDataTable/multi-sort": {
3539
- "type": "boolean\n",
3540
- "description": "If `true` then one can sort on multiple properties."
3546
+ "VDataTable/loading-text": {
3547
+ "type": "string\n",
3548
+ "description": "Text shown when the data is loading."
3541
3549
  },
3542
- "VDataTable/must-sort": {
3550
+ "VDataTable/row-props": {
3551
+ "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3552
+ "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."
3553
+ },
3554
+ "VDataTable/hide-default-body": {
3543
3555
  "type": "boolean\n",
3544
- "description": "If `true` then one can not disable sorting, it will always switch between ascending and descending."
3556
+ "description": "Hides the default body."
3545
3557
  },
3546
- "VDataTable/custom-key-sort": {
3547
- "type": "unknown\n",
3548
- "description": "Function used on specific keys within the item object. `customSort` is skipped for columns with `customKeySort` specified."
3558
+ "VDataTable/hide-default-footer": {
3559
+ "type": "boolean\n",
3560
+ "description": "Hides the default footer. This has no effect on `v-data-table-virtual`."
3549
3561
  },
3550
- "VDataTable/items-per-page": {
3551
- "type": "string | number\n",
3552
- "description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page."
3562
+ "VDataTable/hide-default-header": {
3563
+ "type": "boolean\n",
3564
+ "description": "Hides the default header."
3553
3565
  },
3554
3566
  "VDataTable/expand-on-click": {
3555
3567
  "type": "boolean\n",
@@ -3567,41 +3579,33 @@
3567
3579
  "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",
3568
3580
  "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."
3569
3581
  },
3570
- "VDataTable/header-props": {
3571
- "type": "unknown\n",
3572
- "description": "Pass props to the default header. See [`v-data-table-headers` API](/api/v-data-table-headers) for more information."
3573
- },
3574
- "VDataTable/cell-props": {
3575
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3576
- "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."
3582
+ "VDataTable/item-selectable": {
3583
+ "type": "SelectItemKey<any>\n",
3584
+ "description": "Property on supplied `items` that indicates whether the item is selectable."
3577
3585
  },
3578
- "VDataTable/disable-sort": {
3586
+ "VDataTable/show-select": {
3579
3587
  "type": "boolean\n",
3580
- "description": "Disables sorting completely."
3581
- },
3582
- "VDataTable/headers": {
3583
- "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 mobile?: boolean | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
3584
- "description": "An array of objects that each describe a header column. See the example below for a definition of all properties."
3585
- },
3586
- "VDataTable/loading-text": {
3587
- "type": "string\n",
3588
- "description": "Text shown when the data is loading."
3588
+ "description": "Shows the select checkboxes in both the header and rows (if using default rows)."
3589
3589
  },
3590
- "VDataTable/row-props": {
3591
- "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3592
- "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."
3590
+ "VDataTable/sort-by": {
3591
+ "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",
3592
+ "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier."
3593
3593
  },
3594
- "VDataTable/hide-default-body": {
3594
+ "VDataTable/multi-sort": {
3595
3595
  "type": "boolean\n",
3596
- "description": "Hides the default body."
3596
+ "description": "If `true` then one can sort on multiple properties."
3597
3597
  },
3598
- "VDataTable/hide-default-footer": {
3598
+ "VDataTable/must-sort": {
3599
3599
  "type": "boolean\n",
3600
- "description": "Hides the default footer. This has no effect on `v-data-table-virtual`."
3600
+ "description": "If `true` then one can not disable sorting, it will always switch between ascending and descending."
3601
3601
  },
3602
- "VDataTable/hide-default-header": {
3602
+ "VDataTable/custom-key-sort": {
3603
+ "type": "unknown\n",
3604
+ "description": "Function used on specific keys within the item object. `customSort` is skipped for columns with `customKeySort` specified."
3605
+ },
3606
+ "VDataTable/disable-sort": {
3603
3607
  "type": "boolean\n",
3604
- "description": "Hides the default header."
3608
+ "description": "Disables sorting completely."
3605
3609
  },
3606
3610
  "VDataTable/sort-asc-icon": {
3607
3611
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -3619,10 +3623,6 @@
3619
3623
  "type": "boolean\n",
3620
3624
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
3621
3625
  },
3622
- "VDataTable/hover": {
3623
- "type": "boolean\n",
3624
- "description": "Adds a hover effects to a table rows."
3625
- },
3626
3626
  "VDataTable/first-icon": {
3627
3627
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3628
3628
  "description": "First icon."
@@ -3711,10 +3711,6 @@
3711
3711
  "type": "boolean\n",
3712
3712
  "description": "Show current page number between prev/next icons."
3713
3713
  },
3714
- "VDataTableHeaders/sticky": {
3715
- "type": "boolean\n",
3716
- "description": "Sticks the header to the top of the table."
3717
- },
3718
3714
  "VDataTableHeaders/color": {
3719
3715
  "type": "string\n",
3720
3716
  "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)."
@@ -3723,22 +3719,26 @@
3723
3719
  "type": "string | boolean\n",
3724
3720
  "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
3721
  },
3722
+ "VDataTableHeaders/sticky": {
3723
+ "type": "boolean\n",
3724
+ "description": "Sticks the header to the top of the table."
3725
+ },
3726
+ "VDataTableHeaders/multi-sort": {
3727
+ "type": "boolean\n",
3728
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3729
+ },
3730
+ "VDataTableHeaders/header-props": {
3731
+ "type": "unknown\n",
3732
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3733
+ },
3726
3734
  "VDataTableHeaders/mobile": {
3727
3735
  "type": "boolean\n",
3728
3736
  "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"
3729
3737
  },
3730
- "VDataTableHeaders/mobile-breakpoint": {
3731
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3732
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3733
- },
3734
3738
  "VDataTableHeaders/disable-sort": {
3735
3739
  "type": "boolean\n",
3736
3740
  "description": "Toggles rendering of sort button."
3737
3741
  },
3738
- "VDataTableHeaders/multi-sort": {
3739
- "type": "boolean\n",
3740
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3741
- },
3742
3742
  "VDataTableHeaders/sort-asc-icon": {
3743
3743
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3744
3744
  "description": "Icon used for ascending sort button."
@@ -3747,40 +3747,28 @@
3747
3747
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3748
3748
  "description": "Icon used for descending sort button."
3749
3749
  },
3750
- "VDataTableHeaders/header-props": {
3751
- "type": "unknown\n",
3752
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3753
- },
3754
- "VDataTableRow/mobile": {
3755
- "type": "boolean\n",
3756
- "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"
3757
- },
3758
- "VDataTableRow/mobile-breakpoint": {
3759
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3750
+ "VDataTableHeaders/mobile-breakpoint": {
3751
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
3760
3752
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3761
3753
  },
3762
3754
  "VDataTableRow/item": {
3763
3755
  "type": "unknown\n",
3764
3756
  "description": "Data (key, index and column values) of the displayed item."
3765
3757
  },
3766
- "VDataTableRow/cell-props": {
3767
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3768
- "description": "Props to be applied to the cell."
3769
- },
3770
3758
  "VDataTableRow/index": {
3771
3759
  "type": "number\n",
3772
3760
  "description": "Row index."
3773
3761
  },
3774
- "VDataTableRows/loading": {
3775
- "type": "string | boolean\n",
3776
- "description": "Displays `loading` slot if set to `true`"
3762
+ "VDataTableRow/cell-props": {
3763
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3764
+ "description": "Props to be applied to the cell."
3777
3765
  },
3778
- "VDataTableRows/mobile": {
3766
+ "VDataTableRow/mobile": {
3779
3767
  "type": "boolean\n",
3780
3768
  "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"
3781
3769
  },
3782
- "VDataTableRows/mobile-breakpoint": {
3783
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3770
+ "VDataTableRow/mobile-breakpoint": {
3771
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
3784
3772
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3785
3773
  },
3786
3774
  "VDataTableRows/items": {
@@ -3795,10 +3783,22 @@
3795
3783
  "type": "string\n",
3796
3784
  "description": "Text shown when no items are provided to the component."
3797
3785
  },
3786
+ "VDataTableRows/loading": {
3787
+ "type": "string | boolean\n",
3788
+ "description": "Displays `loading` slot if set to `true`"
3789
+ },
3798
3790
  "VDataTableRows/cell-props": {
3799
3791
  "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3800
3792
  "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."
3801
3793
  },
3794
+ "VDataTableRows/mobile": {
3795
+ "type": "boolean\n",
3796
+ "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"
3797
+ },
3798
+ "VDataTableRows/mobile-breakpoint": {
3799
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
3800
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3801
+ },
3802
3802
  "VDataTableRows/loading-text": {
3803
3803
  "type": "string\n",
3804
3804
  "description": "Text shown when the data is loading."
@@ -3807,10 +3807,30 @@
3807
3807
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3808
3808
  "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."
3809
3809
  },
3810
+ "VDataTableServer/tag": {
3811
+ "type": "string\n",
3812
+ "description": "Specify a custom tag used on the root element."
3813
+ },
3814
+ "VDataTableServer/search": {
3815
+ "type": "string\n",
3816
+ "description": "Text input used to filter items."
3817
+ },
3818
+ "VDataTableServer/theme": {
3819
+ "type": "string\n",
3820
+ "description": "Specify a theme for this component and all of its children."
3821
+ },
3822
+ "VDataTableServer/items": {
3823
+ "type": "any[]\n",
3824
+ "description": "An array of strings or objects used for automatically generating children components."
3825
+ },
3810
3826
  "VDataTableServer/model-value": {
3811
3827
  "type": "unknown\n",
3812
3828
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3813
3829
  },
3830
+ "VDataTableServer/color": {
3831
+ "type": "string\n",
3832
+ "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)."
3833
+ },
3814
3834
  "VDataTableServer/density": {
3815
3835
  "type": "'default' | 'comfortable' | 'compact'\n",
3816
3836
  "description": "Adjusts the vertical height used by the component."
@@ -3819,45 +3839,37 @@
3819
3839
  "type": "string | number\n",
3820
3840
  "description": "Use the height prop to set the height of the table."
3821
3841
  },
3842
+ "VDataTableServer/hide-no-data": {
3843
+ "type": "boolean\n",
3844
+ "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."
3845
+ },
3846
+ "VDataTableServer/select-strategy": {
3847
+ "type": "'single' | 'page' | 'all'\n",
3848
+ "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)."
3849
+ },
3822
3850
  "VDataTableServer/width": {
3823
3851
  "type": "string | number\n",
3824
3852
  "description": "Sets the width for the component."
3825
3853
  },
3826
- "VDataTableServer/sticky": {
3827
- "type": "boolean\n",
3828
- "description": "Sticks the header to the top of the table."
3829
- },
3830
- "VDataTableServer/tag": {
3831
- "type": "string\n",
3832
- "description": "Specify a custom tag used on the root element."
3854
+ "VDataTableServer/item-value": {
3855
+ "type": "SelectItemKey<any>\n",
3856
+ "description": "Property on supplied `items` that contains its value."
3833
3857
  },
3834
- "VDataTableServer/theme": {
3835
- "type": "string\n",
3836
- "description": "Specify a theme for this component and all of its children."
3858
+ "VDataTableServer/return-object": {
3859
+ "type": "boolean\n",
3860
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3837
3861
  },
3838
- "VDataTableServer/color": {
3839
- "type": "string\n",
3840
- "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)."
3862
+ "VDataTableServer/value-comparator": {
3863
+ "type": "(a: any, b: any) => boolean\n",
3864
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3841
3865
  },
3842
- "VDataTableServer/search": {
3866
+ "VDataTableServer/no-data-text": {
3843
3867
  "type": "string\n",
3844
- "description": "Text input used to filter items."
3868
+ "description": "Text shown when no items are provided to the component."
3845
3869
  },
3846
3870
  "VDataTableServer/loading": {
3847
3871
  "type": "string | boolean\n",
3848
- "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."
3849
- },
3850
- "VDataTableServer/mobile": {
3851
- "type": "boolean\n",
3852
- "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"
3853
- },
3854
- "VDataTableServer/mobile-breakpoint": {
3855
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3856
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3857
- },
3858
- "VDataTableServer/items": {
3859
- "type": "any[]\n",
3860
- "description": "An array of strings or objects used for automatically generating children components."
3872
+ "description": "Displays `loading` slot if set to `true`"
3861
3873
  },
3862
3874
  "VDataTableServer/next-icon": {
3863
3875
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -3871,29 +3883,77 @@
3871
3883
  "type": "boolean\n",
3872
3884
  "description": "Will add a hover effect to a table's row when the mouse is over it."
3873
3885
  },
3874
- "VDataTableServer/value-comparator": {
3875
- "type": "(a: any, b: any) => boolean\n",
3876
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3877
- },
3878
- "VDataTableServer/hide-no-data": {
3886
+ "VDataTableServer/sticky": {
3879
3887
  "type": "boolean\n",
3880
- "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."
3881
- },
3882
- "VDataTableServer/select-strategy": {
3883
- "type": "'single' | 'page' | 'all'\n",
3884
- "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)."
3888
+ "description": "Sticks the header to the top of the table."
3885
3889
  },
3886
- "VDataTableServer/item-value": {
3890
+ "VDataTableServer/item-selectable": {
3887
3891
  "type": "SelectItemKey<any>\n",
3888
- "description": "Property on supplied `items` that contains its value."
3892
+ "description": "Property on supplied `items` that indicates whether the item is selectable."
3889
3893
  },
3890
- "VDataTableServer/return-object": {
3894
+ "VDataTableServer/show-select": {
3891
3895
  "type": "boolean\n",
3892
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3896
+ "description": "Shows the column with checkboxes for selecting items in the list."
3893
3897
  },
3894
- "VDataTableServer/no-data-text": {
3895
- "type": "string\n",
3896
- "description": "Text shown when no items are provided to the component."
3898
+ "VDataTableServer/page": {
3899
+ "type": "string | number\n",
3900
+ "description": "The current displayed page number (1-indexed)."
3901
+ },
3902
+ "VDataTableServer/sort-by": {
3903
+ "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",
3904
+ "description": "Array of column keys and sort orders that determines the sort order of the table."
3905
+ },
3906
+ "VDataTableServer/multi-sort": {
3907
+ "type": "boolean\n",
3908
+ "description": "Allows sorting by multiple columns."
3909
+ },
3910
+ "VDataTableServer/must-sort": {
3911
+ "type": "boolean\n",
3912
+ "description": "Forces sorting on the column(s)."
3913
+ },
3914
+ "VDataTableServer/custom-key-sort": {
3915
+ "type": "unknown\n",
3916
+ "description": "Function used on specific keys within the item object. `customSort` is skipped for columns with `customKeySort` specified."
3917
+ },
3918
+ "VDataTableServer/items-per-page": {
3919
+ "type": "string | number\n",
3920
+ "description": "The number of items to display on each page."
3921
+ },
3922
+ "VDataTableServer/expand-on-click": {
3923
+ "type": "boolean\n",
3924
+ "description": "Expands item when the row is clicked."
3925
+ },
3926
+ "VDataTableServer/show-expand": {
3927
+ "type": "boolean\n",
3928
+ "description": "Shows the expand icon."
3929
+ },
3930
+ "VDataTableServer/expanded": {
3931
+ "type": "string[]\n",
3932
+ "description": "Whether the item is expanded or not."
3933
+ },
3934
+ "VDataTableServer/group-by": {
3935
+ "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",
3936
+ "description": "Defines the grouping of the table items."
3937
+ },
3938
+ "VDataTableServer/header-props": {
3939
+ "type": "unknown\n",
3940
+ "description": "Pass props to the default header. See [`v-data-table-server` API](/api/v-data-table-server) for more information."
3941
+ },
3942
+ "VDataTableServer/cell-props": {
3943
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3944
+ "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."
3945
+ },
3946
+ "VDataTableServer/mobile": {
3947
+ "type": "boolean\n",
3948
+ "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"
3949
+ },
3950
+ "VDataTableServer/items-length": {
3951
+ "type": "string | number\n",
3952
+ "description": "Number of all items."
3953
+ },
3954
+ "VDataTableServer/disable-sort": {
3955
+ "type": "boolean\n",
3956
+ "description": "Toggles rendering of sort button."
3897
3957
  },
3898
3958
  "VDataTableServer/first-icon": {
3899
3959
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -3936,17 +3996,9 @@
3936
3996
  "description": "Show current page number between prev/next icons."
3937
3997
  },
3938
3998
  "VDataTableServer/headers": {
3939
- "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 '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 mobile?: boolean | 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 '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 mobile?: boolean | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
3999
+ "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 mobile?: boolean | 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 mobile?: boolean | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
3940
4000
  "description": "An array of objects that each describe a header column."
3941
4001
  },
3942
- "VDataTableServer/disable-sort": {
3943
- "type": "boolean\n",
3944
- "description": "Toggles rendering of sort button."
3945
- },
3946
- "VDataTableServer/multi-sort": {
3947
- "type": "boolean\n",
3948
- "description": "Allows sorting by multiple columns."
3949
- },
3950
4002
  "VDataTableServer/sort-asc-icon": {
3951
4003
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3952
4004
  "description": "Icon used for ascending sort button."
@@ -3955,29 +4007,9 @@
3955
4007
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3956
4008
  "description": "Icon used for descending sort button."
3957
4009
  },
3958
- "VDataTableServer/header-props": {
3959
- "type": "unknown\n",
3960
- "description": "Pass props to the default header. See [`v-data-table-server` API](/api/v-data-table-server) for more information."
3961
- },
3962
- "VDataTableServer/cell-props": {
3963
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3964
- "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."
3965
- },
3966
- "VDataTableServer/sort-by": {
3967
- "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
- "description": "Array of column keys and sort orders that determines the sort order of the table."
3969
- },
3970
- "VDataTableServer/page": {
3971
- "type": "string | number\n",
3972
- "description": "The current displayed page number (1-indexed)."
3973
- },
3974
- "VDataTableServer/expanded": {
3975
- "type": "string[]\n",
3976
- "description": "Whether the item is expanded or not."
3977
- },
3978
- "VDataTableServer/expand-on-click": {
3979
- "type": "boolean\n",
3980
- "description": "Expands item when the row is clicked."
4010
+ "VDataTableServer/mobile-breakpoint": {
4011
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
4012
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3981
4013
  },
3982
4014
  "VDataTableServer/loading-text": {
3983
4015
  "type": "string\n",
@@ -3987,18 +4019,6 @@
3987
4019
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3988
4020
  "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."
3989
4021
  },
3990
- "VDataTableServer/group-by": {
3991
- "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",
3992
- "description": "Defines the grouping of the table items."
3993
- },
3994
- "VDataTableServer/items-length": {
3995
- "type": "string | number\n",
3996
- "description": "Number of all items."
3997
- },
3998
- "VDataTableServer/items-per-page": {
3999
- "type": "string | number\n",
4000
- "description": "The number of items to display on each page."
4001
- },
4002
4022
  "VDataTableServer/hide-default-body": {
4003
4023
  "type": "boolean\n",
4004
4024
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
@@ -4011,65 +4031,73 @@
4011
4031
  "type": "boolean\n",
4012
4032
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
4013
4033
  },
4014
- "VDataTableServer/show-expand": {
4015
- "type": "boolean\n",
4016
- "description": "Shows the expand icon."
4017
- },
4018
- "VDataTableServer/item-selectable": {
4019
- "type": "SelectItemKey<any>\n",
4020
- "description": "Property on supplied `items` that indicates whether the item is selectable."
4021
- },
4022
- "VDataTableServer/show-select": {
4034
+ "VDataTableServer/fixed-header": {
4023
4035
  "type": "boolean\n",
4024
- "description": "Shows the column with checkboxes for selecting items in the list."
4036
+ "description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table."
4025
4037
  },
4026
- "VDataTableServer/must-sort": {
4038
+ "VDataTableServer/fixed-footer": {
4027
4039
  "type": "boolean\n",
4028
- "description": "Forces sorting on the column(s)."
4040
+ "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
4029
4041
  },
4030
- "VDataTableServer/custom-key-sort": {
4042
+ "VDataTableVirtual/model-value": {
4031
4043
  "type": "unknown\n",
4032
- "description": "Function used on specific keys within the item object. `customSort` is skipped for columns with `customKeySort` specified."
4044
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4033
4045
  },
4034
- "VDataTableServer/fixed-header": {
4035
- "type": "boolean\n",
4036
- "description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table."
4046
+ "VDataTableVirtual/density": {
4047
+ "type": "'default' | 'comfortable' | 'compact'\n",
4048
+ "description": "Adjusts the vertical height used by the component."
4037
4049
  },
4038
- "VDataTableServer/fixed-footer": {
4050
+ "VDataTableVirtual/height": {
4051
+ "type": "string | number\n",
4052
+ "description": "Use the height prop to set the height of the table."
4053
+ },
4054
+ "VDataTableVirtual/width": {
4055
+ "type": "string | number\n",
4056
+ "description": "Sets the width for the component."
4057
+ },
4058
+ "VDataTableVirtual/sticky": {
4039
4059
  "type": "boolean\n",
4040
- "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
4060
+ "description": "Sticks the header to the top of the table."
4041
4061
  },
4042
4062
  "VDataTableVirtual/tag": {
4043
4063
  "type": "string\n",
4044
4064
  "description": "Specify a custom tag used on the root element."
4045
4065
  },
4066
+ "VDataTableVirtual/theme": {
4067
+ "type": "string\n",
4068
+ "description": "Specify a theme for this component and all of its children."
4069
+ },
4070
+ "VDataTableVirtual/color": {
4071
+ "type": "string\n",
4072
+ "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)."
4073
+ },
4046
4074
  "VDataTableVirtual/search": {
4047
4075
  "type": "string\n",
4048
4076
  "description": "Text input used to filter items."
4049
4077
  },
4050
- "VDataTableVirtual/theme": {
4051
- "type": "string\n",
4052
- "description": "Specify a theme for this component and all of its children."
4078
+ "VDataTableVirtual/loading": {
4079
+ "type": "string | boolean\n",
4080
+ "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."
4081
+ },
4082
+ "VDataTableVirtual/mobile": {
4083
+ "type": "boolean\n",
4084
+ "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"
4085
+ },
4086
+ "VDataTableVirtual/mobile-breakpoint": {
4087
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
4088
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4053
4089
  },
4054
4090
  "VDataTableVirtual/items": {
4055
4091
  "type": "any[]\n",
4056
4092
  "description": "An array of strings or objects used for automatically generating children components."
4057
4093
  },
4058
- "VDataTableVirtual/model-value": {
4059
- "type": "unknown\n",
4060
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4061
- },
4062
- "VDataTableVirtual/color": {
4063
- "type": "string\n",
4064
- "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)."
4065
- },
4066
- "VDataTableVirtual/density": {
4067
- "type": "'default' | 'comfortable' | 'compact'\n",
4068
- "description": "Adjusts the vertical height used by the component."
4094
+ "VDataTableVirtual/hover": {
4095
+ "type": "boolean\n",
4096
+ "description": "Will add a hover effect to a table's row when the mouse is over it."
4069
4097
  },
4070
- "VDataTableVirtual/height": {
4071
- "type": "string | number\n",
4072
- "description": "Use the height prop to set the height of the table."
4098
+ "VDataTableVirtual/value-comparator": {
4099
+ "type": "(a: any, b: any) => boolean\n",
4100
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
4073
4101
  },
4074
4102
  "VDataTableVirtual/filter-mode": {
4075
4103
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
@@ -4099,10 +4127,6 @@
4099
4127
  "type": "'single' | 'page' | 'all'\n",
4100
4128
  "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)."
4101
4129
  },
4102
- "VDataTableVirtual/width": {
4103
- "type": "string | number\n",
4104
- "description": "Sets the width for the component."
4105
- },
4106
4130
  "VDataTableVirtual/item-value": {
4107
4131
  "type": "SelectItemKey<any>\n",
4108
4132
  "description": "Property on supplied `items` that contains its value."
@@ -4111,53 +4135,41 @@
4111
4135
  "type": "boolean\n",
4112
4136
  "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
4113
4137
  },
4114
- "VDataTableVirtual/value-comparator": {
4115
- "type": "(a: any, b: any) => boolean\n",
4116
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
4117
- },
4118
4138
  "VDataTableVirtual/no-data-text": {
4119
4139
  "type": "string\n",
4120
4140
  "description": "Text shown when no items are provided to the component."
4121
4141
  },
4122
- "VDataTableVirtual/loading": {
4123
- "type": "string | boolean\n",
4124
- "description": "Displays `loading` slot if set to `true`"
4142
+ "VDataTableVirtual/header-props": {
4143
+ "type": "unknown\n",
4144
+ "description": "Pass props to the default header."
4125
4145
  },
4126
- "VDataTableVirtual/mobile": {
4127
- "type": "boolean\n",
4128
- "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"
4146
+ "VDataTableVirtual/cell-props": {
4147
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
4148
+ "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."
4129
4149
  },
4130
- "VDataTableVirtual/mobile-breakpoint": {
4131
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
4132
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4150
+ "VDataTableVirtual/headers": {
4151
+ "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 '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 mobile?: boolean | 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 '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 mobile?: boolean | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
4152
+ "description": "An array of objects that each describe a header column."
4133
4153
  },
4134
- "VDataTableVirtual/sticky": {
4135
- "type": "boolean\n",
4136
- "description": "Sticks the header to the top of the table."
4154
+ "VDataTableVirtual/loading-text": {
4155
+ "type": "string\n",
4156
+ "description": "Text shown when the data is loading."
4137
4157
  },
4138
- "VDataTableVirtual/item-selectable": {
4139
- "type": "SelectItemKey<any>\n",
4140
- "description": "Property on supplied `items` that indicates whether the item is selectable."
4158
+ "VDataTableVirtual/row-props": {
4159
+ "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
4160
+ "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."
4141
4161
  },
4142
- "VDataTableVirtual/show-select": {
4162
+ "VDataTableVirtual/hide-default-body": {
4143
4163
  "type": "boolean\n",
4144
- "description": "Shows the column with checkboxes for selecting items in the list."
4145
- },
4146
- "VDataTableVirtual/sort-by": {
4147
- "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",
4148
- "description": "Array of column keys and sort orders that determines the sort order of the table."
4164
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
4149
4165
  },
4150
- "VDataTableVirtual/multi-sort": {
4166
+ "VDataTableVirtual/hide-default-footer": {
4151
4167
  "type": "boolean\n",
4152
- "description": "Allows sorting by multiple columns."
4168
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
4153
4169
  },
4154
- "VDataTableVirtual/must-sort": {
4170
+ "VDataTableVirtual/hide-default-header": {
4155
4171
  "type": "boolean\n",
4156
- "description": "Forces sorting on the column(s)."
4157
- },
4158
- "VDataTableVirtual/custom-key-sort": {
4159
- "type": "unknown\n",
4160
- "description": "Function used on specific keys within the item object. `customSort` is skipped for columns with `customKeySort` specified."
4172
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
4161
4173
  },
4162
4174
  "VDataTableVirtual/expand-on-click": {
4163
4175
  "type": "boolean\n",
@@ -4175,41 +4187,33 @@
4175
4187
  "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",
4176
4188
  "description": "Defines the grouping of the table items."
4177
4189
  },
4178
- "VDataTableVirtual/header-props": {
4179
- "type": "unknown\n",
4180
- "description": "Pass props to the default header."
4181
- },
4182
- "VDataTableVirtual/cell-props": {
4183
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
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."
4190
+ "VDataTableVirtual/item-selectable": {
4191
+ "type": "SelectItemKey<any>\n",
4192
+ "description": "Property on supplied `items` that indicates whether the item is selectable."
4185
4193
  },
4186
- "VDataTableVirtual/disable-sort": {
4194
+ "VDataTableVirtual/show-select": {
4187
4195
  "type": "boolean\n",
4188
- "description": "Toggles rendering of sort button."
4189
- },
4190
- "VDataTableVirtual/headers": {
4191
- "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 mobile?: boolean | 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 mobile?: boolean | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
4192
- "description": "An array of objects that each describe a header column."
4193
- },
4194
- "VDataTableVirtual/loading-text": {
4195
- "type": "string\n",
4196
- "description": "Text shown when the data is loading."
4196
+ "description": "Shows the column with checkboxes for selecting items in the list."
4197
4197
  },
4198
- "VDataTableVirtual/row-props": {
4199
- "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
4200
- "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."
4198
+ "VDataTableVirtual/sort-by": {
4199
+ "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",
4200
+ "description": "Array of column keys and sort orders that determines the sort order of the table."
4201
4201
  },
4202
- "VDataTableVirtual/hide-default-body": {
4202
+ "VDataTableVirtual/multi-sort": {
4203
4203
  "type": "boolean\n",
4204
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
4204
+ "description": "Allows sorting by multiple columns."
4205
4205
  },
4206
- "VDataTableVirtual/hide-default-footer": {
4206
+ "VDataTableVirtual/must-sort": {
4207
4207
  "type": "boolean\n",
4208
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
4208
+ "description": "Forces sorting on the column(s)."
4209
+ },
4210
+ "VDataTableVirtual/custom-key-sort": {
4211
+ "type": "unknown\n",
4212
+ "description": "Function used on specific keys within the item object. `customSort` is skipped for columns with `customKeySort` specified."
4209
4213
  },
4210
- "VDataTableVirtual/hide-default-header": {
4214
+ "VDataTableVirtual/disable-sort": {
4211
4215
  "type": "boolean\n",
4212
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
4216
+ "description": "Toggles rendering of sort button."
4213
4217
  },
4214
4218
  "VDataTableVirtual/sort-asc-icon": {
4215
4219
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -4227,69 +4231,41 @@
4227
4231
  "type": "boolean\n",
4228
4232
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
4229
4233
  },
4230
- "VDataTableVirtual/hover": {
4231
- "type": "boolean\n",
4232
- "description": "Will add a hover effect to a table's row when the mouse is over it."
4233
- },
4234
4234
  "VDataTableVirtual/item-height": {
4235
4235
  "type": "string | number\n",
4236
4236
  "description": "Height in pixels of each item to display."
4237
4237
  },
4238
- "VDateInput/flat": {
4239
- "type": "boolean\n",
4240
- "description": "Removes box shadow when using a variant with elevation."
4241
- },
4242
- "VDateInput/tag": {
4243
- "type": "string\n",
4244
- "description": "Specify a custom tag used on the root element."
4245
- },
4246
- "VDateInput/type": {
4238
+ "VDateInput/title": {
4247
4239
  "type": "string\n",
4248
- "description": "Sets input type."
4249
- },
4250
- "VDateInput/reverse": {
4251
- "type": "boolean\n",
4252
- "description": "Reverses the orientation."
4240
+ "description": "Specify a title text for the component."
4253
4241
  },
4254
- "VDateInput/name": {
4242
+ "VDateInput/text": {
4255
4243
  "type": "string\n",
4256
- "description": "Sets the component's name attribute."
4244
+ "description": "Specify content text for the component."
4257
4245
  },
4258
- "VDateInput/error": {
4246
+ "VDateInput/flat": {
4259
4247
  "type": "boolean\n",
4260
- "description": "Puts the input in a manual error state."
4261
- },
4262
- "VDateInput/header": {
4263
- "type": "string\n",
4264
- "description": "Text shown when no **display-date** is set."
4265
- },
4266
- "VDateInput/label": {
4267
- "type": "string\n",
4268
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
4269
- },
4270
- "VDateInput/title": {
4271
- "type": "string\n",
4272
- "description": "Specify a title text for the component."
4248
+ "description": "Removes box shadow when using a variant with elevation."
4273
4249
  },
4274
- "VDateInput/theme": {
4275
- "type": "string\n",
4276
- "description": "Specify a theme for this component and all of its children."
4250
+ "VDateInput/border": {
4251
+ "type": "string | number | boolean\n",
4252
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
4277
4253
  },
4278
- "VDateInput/id": {
4254
+ "VDateInput/type": {
4279
4255
  "type": "string\n",
4280
- "description": "Sets the DOM id on the component."
4256
+ "description": "Sets input type."
4281
4257
  },
4282
4258
  "VDateInput/model-value": {
4283
4259
  "type": "any\n",
4284
4260
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4285
4261
  },
4286
- "VDateInput/location": {
4287
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
4288
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDateInput.json))"
4262
+ "VDateInput/error": {
4263
+ "type": "boolean\n",
4264
+ "description": "Puts the input in a manual error state."
4289
4265
  },
4290
- "VDateInput/color": {
4291
- "type": "string\n",
4292
- "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)."
4266
+ "VDateInput/reverse": {
4267
+ "type": "boolean\n",
4268
+ "description": "Reverses the orientation."
4293
4269
  },
4294
4270
  "VDateInput/density": {
4295
4271
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -4297,16 +4273,40 @@
4297
4273
  },
4298
4274
  "VDateInput/height": {
4299
4275
  "type": "string | number\n",
4300
- "description": "Sets the height of the input."
4276
+ "description": "Sets the height for the component."
4301
4277
  },
4302
- "VDateInput/border": {
4303
- "type": "string | number | boolean\n",
4304
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
4278
+ "VDateInput/max-height": {
4279
+ "type": "string | number\n",
4280
+ "description": "Sets the maximum height for the component."
4281
+ },
4282
+ "VDateInput/max-width": {
4283
+ "type": "string | number\n",
4284
+ "description": "Sets the maximum width for the component."
4285
+ },
4286
+ "VDateInput/min-height": {
4287
+ "type": "string | number\n",
4288
+ "description": "Sets the minimum height for the component."
4289
+ },
4290
+ "VDateInput/min-width": {
4291
+ "type": "string | number\n",
4292
+ "description": "Sets the minimum width for the component."
4293
+ },
4294
+ "VDateInput/width": {
4295
+ "type": "string | number\n",
4296
+ "description": "Width of the picker."
4305
4297
  },
4306
4298
  "VDateInput/elevation": {
4307
4299
  "type": "string | number\n",
4308
4300
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
4309
4301
  },
4302
+ "VDateInput/location": {
4303
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
4304
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDateInput.json))"
4305
+ },
4306
+ "VDateInput/position": {
4307
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
4308
+ "description": "Sets the position for the component."
4309
+ },
4310
4310
  "VDateInput/rounded": {
4311
4311
  "type": "string | number | boolean\n",
4312
4312
  "description": "Adds a border radius to the input."
@@ -4315,53 +4315,137 @@
4315
4315
  "type": "boolean\n",
4316
4316
  "description": "Removes any applied **border-radius** from the component."
4317
4317
  },
4318
- "VDateInput/text": {
4318
+ "VDateInput/tag": {
4319
4319
  "type": "string\n",
4320
- "description": "Specify content text for the component."
4320
+ "description": "Specify a custom tag used on the root element."
4321
+ },
4322
+ "VDateInput/theme": {
4323
+ "type": "string\n",
4324
+ "description": "Specify a theme for this component and all of its children."
4325
+ },
4326
+ "VDateInput/color": {
4327
+ "type": "string\n",
4328
+ "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)."
4329
+ },
4330
+ "VDateInput/variant": {
4331
+ "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
4332
+ "description": "Applies a distinct style to the component."
4333
+ },
4334
+ "VDateInput/name": {
4335
+ "type": "string\n",
4336
+ "description": "Sets the component's name attribute."
4337
+ },
4338
+ "VDateInput/active": {
4339
+ "type": "boolean\n",
4340
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
4321
4341
  },
4322
4342
  "VDateInput/base-color": {
4323
4343
  "type": "string\n",
4324
4344
  "description": "Sets the color of the input when it is not focused."
4325
4345
  },
4326
- "VDateInput/bg-color": {
4327
- "type": "string\n",
4328
- "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)."
4346
+ "VDateInput/prepend-icon": {
4347
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4348
+ "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`."
4349
+ },
4350
+ "VDateInput/append-icon": {
4351
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4352
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
4353
+ },
4354
+ "VDateInput/readonly": {
4355
+ "type": "boolean\n",
4356
+ "description": "Makes the picker readonly (doesn't allow to select new date)."
4329
4357
  },
4330
4358
  "VDateInput/disabled": {
4331
4359
  "type": "boolean\n",
4332
4360
  "description": "Removes the ability to click or target the input."
4333
4361
  },
4362
+ "VDateInput/loading": {
4363
+ "type": "string | boolean\n",
4364
+ "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."
4365
+ },
4366
+ "VDateInput/label": {
4367
+ "type": "string\n",
4368
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
4369
+ },
4370
+ "VDateInput/max": {
4371
+ "type": "unknown\n",
4372
+ "description": "Maximum allowed date/month (ISO 8601 format)."
4373
+ },
4374
+ "VDateInput/transition": {
4375
+ "type": "string\n",
4376
+ "description": "The transition used when changing months into the future"
4377
+ },
4378
+ "VDateInput/bg-color": {
4379
+ "type": "string\n",
4380
+ "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)."
4381
+ },
4382
+ "VDateInput/header": {
4383
+ "type": "string\n",
4384
+ "description": "Text shown when no **display-date** is set."
4385
+ },
4334
4386
  "VDateInput/multiple": {
4335
4387
  "type": "number | boolean | (string & {}) | 'range'\n",
4336
4388
  "description": "Allow the selection of multiple dates. The **range** value selects all dates between two selections."
4337
4389
  },
4338
- "VDateInput/max-height": {
4339
- "type": "string | number\n",
4340
- "description": "Sets the maximum height for the component."
4390
+ "VDateInput/id": {
4391
+ "type": "string\n",
4392
+ "description": "Sets the DOM id on the component."
4341
4393
  },
4342
- "VDateInput/max-width": {
4343
- "type": "string | number\n",
4344
- "description": "Sets the maximum width for the component."
4394
+ "VDateInput/hide-header": {
4395
+ "type": "boolean\n",
4396
+ "description": "Hide the picker header."
4345
4397
  },
4346
- "VDateInput/min-height": {
4398
+ "VDateInput/month": {
4347
4399
  "type": "string | number\n",
4348
- "description": "Sets the minimum height for the component."
4400
+ "description": "Sets the month."
4349
4401
  },
4350
- "VDateInput/min-width": {
4351
- "type": "string | number\n",
4352
- "description": "Sets the minimum width for the component."
4402
+ "VDateInput/show-adjacent-months": {
4403
+ "type": "boolean\n",
4404
+ "description": "Toggles visibility of days from previous and next months."
4353
4405
  },
4354
- "VDateInput/width": {
4406
+ "VDateInput/year": {
4407
+ "type": "number\n",
4408
+ "description": "Sets the year."
4409
+ },
4410
+ "VDateInput/weekdays": {
4411
+ "type": "number[]\n",
4412
+ "description": "Array of weekdays."
4413
+ },
4414
+ "VDateInput/weeks-in-month": {
4415
+ "type": "'static' | 'dynamic'\n",
4416
+ "description": "A dynamic number of weeks in a month will grow and shrink depending on how many days are in the month. A static number always shows 7 weeks."
4417
+ },
4418
+ "VDateInput/first-day-of-week": {
4355
4419
  "type": "string | number\n",
4356
- "description": "Width of the picker."
4420
+ "description": "Sets the first day of the week, starting with 0 for Sunday."
4357
4421
  },
4358
- "VDateInput/variant": {
4359
- "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
4360
- "description": "Applies a distinct style to the component."
4422
+ "VDateInput/allowed-dates": {
4423
+ "type": "unknown[] | ((date: unknown) => boolean)\n",
4424
+ "description": "Restricts which dates can be selected."
4361
4425
  },
4362
- "VDateInput/transition": {
4363
- "type": "string\n",
4364
- "description": "The transition used when changing months into the future"
4426
+ "VDateInput/display-value": {
4427
+ "type": "unknown\n",
4428
+ "description": "The value that determines the month to show. This is different from modelValue, which determines the selected value."
4429
+ },
4430
+ "VDateInput/min": {
4431
+ "type": "unknown\n",
4432
+ "description": "Minimum allowed date/month (ISO 8601 format)."
4433
+ },
4434
+ "VDateInput/next-icon": {
4435
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4436
+ "description": "Icon used for the next button."
4437
+ },
4438
+ "VDateInput/prev-icon": {
4439
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4440
+ "description": "Icon used for the previous button."
4441
+ },
4442
+ "VDateInput/view-mode": {
4443
+ "type": "'month' | 'year' | 'months'\n",
4444
+ "description": "Sets the view mode of the date picker."
4445
+ },
4446
+ "VDateInput/direction": {
4447
+ "type": "'horizontal' | 'vertical'\n",
4448
+ "description": "Changes the direction of the input."
4365
4449
  },
4366
4450
  "VDateInput/autofocus": {
4367
4451
  "type": "boolean\n",
@@ -4395,18 +4479,10 @@
4395
4479
  "type": "string\n",
4396
4480
  "description": "The role attribute applied to the input."
4397
4481
  },
4398
- "VDateInput/append-icon": {
4399
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4400
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
4401
- },
4402
4482
  "VDateInput/center-affix": {
4403
4483
  "type": "boolean\n",
4404
4484
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
4405
4485
  },
4406
- "VDateInput/prepend-icon": {
4407
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4408
- "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`."
4409
- },
4410
4486
  "VDateInput/hide-spin-buttons": {
4411
4487
  "type": "boolean\n",
4412
4488
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -4423,10 +4499,6 @@
4423
4499
  "type": "string | string[]\n",
4424
4500
  "description": "Displays a list of messages or a single message if using a string."
4425
4501
  },
4426
- "VDateInput/direction": {
4427
- "type": "'horizontal' | 'vertical'\n",
4428
- "description": "Changes the direction of the input."
4429
- },
4430
4502
  "VDateInput/error-messages": {
4431
4503
  "type": "string | string[]\n",
4432
4504
  "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."
@@ -4435,10 +4507,6 @@
4435
4507
  "type": "string | number\n",
4436
4508
  "description": "Control the maximum number of shown errors from validation."
4437
4509
  },
4438
- "VDateInput/readonly": {
4439
- "type": "boolean\n",
4440
- "description": "Puts input in readonly state."
4441
- },
4442
4510
  "VDateInput/rules": {
4443
4511
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
4444
4512
  "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`."
@@ -4471,10 +4539,6 @@
4471
4539
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4472
4540
  "description": "The icon used when the **clearable** prop is set to true."
4473
4541
  },
4474
- "VDateInput/active": {
4475
- "type": "boolean\n",
4476
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
4477
- },
4478
4542
  "VDateInput/dirty": {
4479
4543
  "type": "boolean\n",
4480
4544
  "description": "Manually apply the dirty state styling."
@@ -4488,12 +4552,8 @@
4488
4552
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
4489
4553
  },
4490
4554
  "VDateInput/single-line": {
4491
- "type": "boolean\n",
4492
- "description": "Label does not move on focus/dirty."
4493
- },
4494
- "VDateInput/loading": {
4495
- "type": "string | boolean\n",
4496
- "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."
4555
+ "type": "boolean\n",
4556
+ "description": "Label does not move on focus/dirty."
4497
4557
  },
4498
4558
  "VDateInput/counter-value": {
4499
4559
  "type": "number | ((value: any) => number)\n",
@@ -4503,33 +4563,9 @@
4503
4563
  "type": "unknown\n",
4504
4564
  "description": "**FOR INTERNAL USE ONLY**"
4505
4565
  },
4506
- "VDateInput/max": {
4507
- "type": "unknown\n",
4508
- "description": "Maximum allowed date/month (ISO 8601 format)."
4509
- },
4510
- "VDateInput/next-icon": {
4511
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4512
- "description": "Sets the icon for next month/year button."
4513
- },
4514
- "VDateInput/prev-icon": {
4515
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4516
- "description": "Sets the icon for previous month/year button."
4517
- },
4518
- "VDateInput/view-mode": {
4519
- "type": "'month' | 'months' | 'year'\n",
4520
- "description": "Determines which picker in the date or month picker is being displayed. Allowed values: `'month'`, `'months'`, `'year'`."
4521
- },
4522
- "VDateInput/month": {
4523
- "type": "string | number\n",
4524
- "description": "Sets the month."
4525
- },
4526
- "VDateInput/position": {
4527
- "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
4528
- "description": "Sets the position for the component."
4529
- },
4530
- "VDateInput/reverse-transition": {
4531
- "type": "string\n",
4532
- "description": "The transition used when changing months into the past"
4566
+ "VDateInput/hide-actions": {
4567
+ "type": "boolean\n",
4568
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDateInput.json))"
4533
4569
  },
4534
4570
  "VDateInput/cancel-text": {
4535
4571
  "type": "string\n",
@@ -4539,17 +4575,9 @@
4539
4575
  "type": "string\n",
4540
4576
  "description": "Text for the ok button"
4541
4577
  },
4542
- "VDateInput/hide-actions": {
4543
- "type": "boolean\n",
4544
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDateInput.json))"
4545
- },
4546
4578
  "VDateInput/mode-icon": {
4547
4579
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4548
- "description": "Icon displayed next to the current month and year, toggles year selection when clicked."
4549
- },
4550
- "VDateInput/year": {
4551
- "type": "number\n",
4552
- "description": "Sets the year."
4580
+ "description": "Icon used for the mode button."
4553
4581
  },
4554
4582
  "VDateInput/hide-weekdays": {
4555
4583
  "type": "boolean\n",
@@ -4559,62 +4587,78 @@
4559
4587
  "type": "boolean\n",
4560
4588
  "description": "Toggles visibility of the week numbers in the body of the calendar."
4561
4589
  },
4562
- "VDateInput/show-adjacent-months": {
4563
- "type": "boolean\n",
4564
- "description": "Toggles visibility of days from previous and next months."
4565
- },
4566
- "VDateInput/weekdays": {
4567
- "type": "number[]\n",
4568
- "description": "Array of weekdays."
4569
- },
4570
- "VDateInput/weeks-in-month": {
4571
- "type": "'static' | 'dynamic'\n",
4572
- "description": "A dynamic number of weeks in a month will grow and shrink depending on how many days are in the month. A static number always shows 7 weeks."
4573
- },
4574
- "VDateInput/first-day-of-week": {
4575
- "type": "string | number\n",
4576
- "description": "Sets the first day of the week, starting with 0 for Sunday."
4577
- },
4578
- "VDateInput/allowed-dates": {
4579
- "type": "unknown[] | ((date: unknown) => boolean)\n",
4580
- "description": "Restricts which dates can be selected."
4581
- },
4582
- "VDateInput/display-value": {
4583
- "type": "unknown\n",
4584
- "description": "The value that determines the month to show. This is different from modelValue, which determines the selected value."
4585
- },
4586
- "VDateInput/min": {
4587
- "type": "unknown\n",
4588
- "description": "Minimum allowed date/month (ISO 8601 format)."
4590
+ "VDateInput/reverse-transition": {
4591
+ "type": "string\n",
4592
+ "description": "The transition used when changing months into the past"
4589
4593
  },
4590
4594
  "VDateInput/landscape": {
4591
4595
  "type": "boolean\n",
4592
- "description": "Changes the picker to landscape mode."
4596
+ "description": "Puts the picker into landscape mode."
4593
4597
  },
4594
- "VDateInput/hide-header": {
4595
- "type": "boolean\n",
4596
- "description": "Hides the header."
4598
+ "VDatePicker/tag": {
4599
+ "type": "string\n",
4600
+ "description": "Specify a custom tag used on the root element."
4601
+ },
4602
+ "VDatePicker/header": {
4603
+ "type": "string\n",
4604
+ "description": "Text shown when no **display-date** is set."
4597
4605
  },
4598
4606
  "VDatePicker/title": {
4599
4607
  "type": "string\n",
4600
4608
  "description": "Specify a title text for the component."
4601
4609
  },
4602
- "VDatePicker/text": {
4610
+ "VDatePicker/theme": {
4603
4611
  "type": "string\n",
4604
- "description": "Specify content text for the component."
4605
- },
4606
- "VDatePicker/border": {
4607
- "type": "string | number | boolean\n",
4608
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
4612
+ "description": "Specify a theme for this component and all of its children."
4609
4613
  },
4610
4614
  "VDatePicker/model-value": {
4611
4615
  "type": "unknown\n",
4612
4616
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4613
4617
  },
4618
+ "VDatePicker/location": {
4619
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
4620
+ "description": "Specifies the component's location. Can combine by using a space separated string."
4621
+ },
4622
+ "VDatePicker/color": {
4623
+ "type": "string\n",
4624
+ "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)."
4625
+ },
4614
4626
  "VDatePicker/height": {
4615
4627
  "type": "string | number\n",
4616
4628
  "description": "Sets the height for the component."
4617
4629
  },
4630
+ "VDatePicker/border": {
4631
+ "type": "string | number | boolean\n",
4632
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
4633
+ },
4634
+ "VDatePicker/elevation": {
4635
+ "type": "string | number\n",
4636
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
4637
+ },
4638
+ "VDatePicker/rounded": {
4639
+ "type": "string | number | boolean\n",
4640
+ "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)."
4641
+ },
4642
+ "VDatePicker/tile": {
4643
+ "type": "boolean\n",
4644
+ "description": "Removes any applied **border-radius** from the component."
4645
+ },
4646
+ "VDatePicker/text": {
4647
+ "type": "string\n",
4648
+ "description": "Specify content text for the component."
4649
+ },
4650
+ "VDatePicker/bg-color": {
4651
+ "type": "string\n",
4652
+ "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)."
4653
+ },
4654
+ "VDatePicker/disabled": {
4655
+ "type": "boolean\n",
4656
+ "description": "Removes the ability to click or target the component."
4657
+ },
4658
+ "VDatePicker/multiple": {
4659
+ "type": "number | boolean | (string & {}) | 'range'\n",
4660
+ "description": "Allow the selection of multiple dates. The **range** value selects all dates between two selections."
4661
+ },
4618
4662
  "VDatePicker/max-height": {
4619
4663
  "type": "string | number\n",
4620
4664
  "description": "Sets the maximum height for the component."
@@ -4635,82 +4679,62 @@
4635
4679
  "type": "string | number\n",
4636
4680
  "description": "Width of the picker."
4637
4681
  },
4638
- "VDatePicker/elevation": {
4639
- "type": "string | number\n",
4640
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
4641
- },
4642
- "VDatePicker/location": {
4643
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
4644
- "description": "Specifies the component's location. Can combine by using a space separated string."
4645
- },
4646
- "VDatePicker/position": {
4647
- "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
4648
- "description": "Sets the position for the component."
4649
- },
4650
- "VDatePicker/rounded": {
4651
- "type": "string | number | boolean\n",
4652
- "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)."
4653
- },
4654
- "VDatePicker/tile": {
4655
- "type": "boolean\n",
4656
- "description": "Removes any applied **border-radius** from the component."
4657
- },
4658
- "VDatePicker/tag": {
4659
- "type": "string\n",
4660
- "description": "Specify a custom tag used on the root element."
4661
- },
4662
- "VDatePicker/theme": {
4663
- "type": "string\n",
4664
- "description": "Specify a theme for this component and all of its children."
4665
- },
4666
- "VDatePicker/color": {
4682
+ "VDatePicker/transition": {
4667
4683
  "type": "string\n",
4668
- "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)."
4684
+ "description": "The transition used when changing months into the future"
4669
4685
  },
4670
4686
  "VDatePicker/active": {
4671
4687
  "type": "string | string[]\n",
4672
4688
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
4673
4689
  },
4674
- "VDatePicker/disabled": {
4675
- "type": "boolean\n",
4676
- "description": "Removes the ability to click or target the component."
4677
- },
4678
4690
  "VDatePicker/max": {
4679
4691
  "type": "unknown\n",
4680
4692
  "description": "Maximum allowed date/month (ISO 8601 format)."
4681
4693
  },
4682
- "VDatePicker/transition": {
4683
- "type": "string\n",
4684
- "description": "The transition used when changing months into the future"
4685
- },
4686
- "VDatePicker/bg-color": {
4687
- "type": "string\n",
4688
- "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)."
4689
- },
4690
- "VDatePicker/header": {
4691
- "type": "string\n",
4692
- "description": "Text shown when no **display-date** is set."
4694
+ "VDatePicker/next-icon": {
4695
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4696
+ "description": "Sets the icon for next month/year button."
4693
4697
  },
4694
- "VDatePicker/multiple": {
4695
- "type": "number | boolean | (string & {}) | 'range'\n",
4696
- "description": "Allow the selection of multiple dates. The **range** value selects all dates between two selections."
4698
+ "VDatePicker/prev-icon": {
4699
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4700
+ "description": "Sets the icon for previous month/year button."
4697
4701
  },
4698
- "VDatePicker/hide-header": {
4699
- "type": "boolean\n",
4700
- "description": "Hides the header."
4702
+ "VDatePicker/view-mode": {
4703
+ "type": "'month' | 'months' | 'year'\n",
4704
+ "description": "Determines which picker in the date or month picker is being displayed. Allowed values: `'month'`, `'months'`, `'year'`."
4701
4705
  },
4702
4706
  "VDatePicker/month": {
4703
4707
  "type": "string | number\n",
4704
4708
  "description": "Sets the month."
4705
4709
  },
4706
- "VDatePicker/show-adjacent-months": {
4707
- "type": "boolean\n",
4708
- "description": "Toggles visibility of days from previous and next months."
4710
+ "VDatePicker/position": {
4711
+ "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
4712
+ "description": "Sets the position for the component."
4713
+ },
4714
+ "VDatePicker/reverse-transition": {
4715
+ "type": "string\n",
4716
+ "description": "The transition used when changing months into the past"
4717
+ },
4718
+ "VDatePicker/mode-icon": {
4719
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4720
+ "description": "Icon displayed next to the current month and year, toggles year selection when clicked."
4709
4721
  },
4710
4722
  "VDatePicker/year": {
4711
4723
  "type": "number\n",
4712
4724
  "description": "Sets the year."
4713
4725
  },
4726
+ "VDatePicker/hide-weekdays": {
4727
+ "type": "boolean\n",
4728
+ "description": "Hides the weekdays."
4729
+ },
4730
+ "VDatePicker/show-week": {
4731
+ "type": "boolean\n",
4732
+ "description": "Toggles visibility of the week numbers in the body of the calendar."
4733
+ },
4734
+ "VDatePicker/show-adjacent-months": {
4735
+ "type": "boolean\n",
4736
+ "description": "Toggles visibility of days from previous and next months."
4737
+ },
4714
4738
  "VDatePicker/weekdays": {
4715
4739
  "type": "number[]\n",
4716
4740
  "description": "Array of weekdays."
@@ -4735,38 +4759,14 @@
4735
4759
  "type": "unknown\n",
4736
4760
  "description": "Minimum allowed date/month (ISO 8601 format)."
4737
4761
  },
4738
- "VDatePicker/next-icon": {
4739
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4740
- "description": "Sets the icon for next month/year button."
4741
- },
4742
- "VDatePicker/prev-icon": {
4743
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4744
- "description": "Sets the icon for previous month/year button."
4745
- },
4746
- "VDatePicker/view-mode": {
4747
- "type": "'month' | 'year' | 'months'\n",
4748
- "description": "Determines which picker in the date or month picker is being displayed. Allowed values: `'month'`, `'months'`, `'year'`."
4749
- },
4750
- "VDatePicker/mode-icon": {
4751
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4752
- "description": "Icon displayed next to the current month and year, toggles year selection when clicked."
4753
- },
4754
- "VDatePicker/hide-weekdays": {
4755
- "type": "boolean\n",
4756
- "description": "Hides the weekdays."
4757
- },
4758
- "VDatePicker/show-week": {
4759
- "type": "boolean\n",
4760
- "description": "Toggles visibility of the week numbers in the body of the calendar."
4761
- },
4762
- "VDatePicker/reverse-transition": {
4763
- "type": "string\n",
4764
- "description": "The transition used when changing months into the past"
4765
- },
4766
4762
  "VDatePicker/landscape": {
4767
4763
  "type": "boolean\n",
4768
4764
  "description": "Changes the picker to landscape mode."
4769
4765
  },
4766
+ "VDatePicker/hide-header": {
4767
+ "type": "boolean\n",
4768
+ "description": "Hides the header."
4769
+ },
4770
4770
  "VDatePickerControls/text": {
4771
4771
  "type": "string\n",
4772
4772
  "description": "Specify content text for the component."
@@ -4823,42 +4823,30 @@
4823
4823
  "type": "boolean\n",
4824
4824
  "description": "Removes the ability to click or target the component."
4825
4825
  },
4826
- "VDatePickerMonth/multiple": {
4827
- "type": "number | boolean | (string & {}) | 'range'\n",
4828
- "description": "Sets the multiple of the month."
4826
+ "VDatePickerMonth/max": {
4827
+ "type": "unknown\n",
4828
+ "description": "Sets the maximum date of the month."
4829
4829
  },
4830
4830
  "VDatePickerMonth/transition": {
4831
4831
  "type": "string\n",
4832
4832
  "description": "The transition used when changing months into the future"
4833
4833
  },
4834
- "VDatePickerMonth/max": {
4835
- "type": "unknown\n",
4836
- "description": "Sets the maximum date of the month."
4834
+ "VDatePickerMonth/multiple": {
4835
+ "type": "number | boolean | (string & {}) | 'range'\n",
4836
+ "description": "Sets the multiple of the month."
4837
4837
  },
4838
4838
  "VDatePickerMonth/month": {
4839
4839
  "type": "string | number\n",
4840
4840
  "description": "Sets the month."
4841
4841
  },
4842
- "VDatePickerMonth/reverse-transition": {
4843
- "type": "string\n",
4844
- "description": "The transition used when changing months into the past"
4842
+ "VDatePickerMonth/show-adjacent-months": {
4843
+ "type": "boolean\n",
4844
+ "description": "Show adjacent months."
4845
4845
  },
4846
4846
  "VDatePickerMonth/year": {
4847
4847
  "type": "string | number\n",
4848
4848
  "description": "Sets the year."
4849
4849
  },
4850
- "VDatePickerMonth/hide-weekdays": {
4851
- "type": "boolean\n",
4852
- "description": "Hide the days of the week letters."
4853
- },
4854
- "VDatePickerMonth/show-week": {
4855
- "type": "boolean\n",
4856
- "description": "Show the week number."
4857
- },
4858
- "VDatePickerMonth/show-adjacent-months": {
4859
- "type": "boolean\n",
4860
- "description": "Show adjacent months."
4861
- },
4862
4850
  "VDatePickerMonth/weekdays": {
4863
4851
  "type": "number[]\n",
4864
4852
  "description": "Sets the weekdays of the month."
@@ -4883,18 +4871,30 @@
4883
4871
  "type": "unknown\n",
4884
4872
  "description": "Sets the minimum date of the month."
4885
4873
  },
4874
+ "VDatePickerMonth/hide-weekdays": {
4875
+ "type": "boolean\n",
4876
+ "description": "Hide the days of the week letters."
4877
+ },
4878
+ "VDatePickerMonth/show-week": {
4879
+ "type": "boolean\n",
4880
+ "description": "Show the week number."
4881
+ },
4882
+ "VDatePickerMonth/reverse-transition": {
4883
+ "type": "string\n",
4884
+ "description": "The transition used when changing months into the past"
4885
+ },
4886
4886
  "VDatePickerMonths/model-value": {
4887
4887
  "type": "number\n",
4888
4888
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4889
4889
  },
4890
- "VDatePickerMonths/height": {
4891
- "type": "string | number\n",
4892
- "description": "Sets the height for the component."
4893
- },
4894
4890
  "VDatePickerMonths/color": {
4895
4891
  "type": "string\n",
4896
4892
  "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)."
4897
4893
  },
4894
+ "VDatePickerMonths/height": {
4895
+ "type": "string | number\n",
4896
+ "description": "Sets the height for the component."
4897
+ },
4898
4898
  "VDatePickerMonths/max": {
4899
4899
  "type": "unknown\n",
4900
4900
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
@@ -5187,18 +5187,34 @@
5187
5187
  "type": "string\n",
5188
5188
  "description": "Specify a title text for the component."
5189
5189
  },
5190
- "VEmptyState/text": {
5190
+ "VEmptyState/theme": {
5191
5191
  "type": "string\n",
5192
- "description": "Specify content text for the component."
5192
+ "description": "Specify a theme for this component and all of its children."
5193
5193
  },
5194
- "VEmptyState/icon": {
5195
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5196
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
5194
+ "VEmptyState/size": {
5195
+ "type": "string | number\n",
5196
+ "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**."
5197
+ },
5198
+ "VEmptyState/image": {
5199
+ "type": "string\n",
5200
+ "description": "Apply a specific image using [v-img](/components/images/)."
5201
+ },
5202
+ "VEmptyState/color": {
5203
+ "type": "string\n",
5204
+ "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)."
5197
5205
  },
5198
5206
  "VEmptyState/height": {
5199
5207
  "type": "string | number\n",
5200
5208
  "description": "Sets the height for the component."
5201
5209
  },
5210
+ "VEmptyState/text": {
5211
+ "type": "string\n",
5212
+ "description": "Specify content text for the component."
5213
+ },
5214
+ "VEmptyState/bg-color": {
5215
+ "type": "string\n",
5216
+ "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)."
5217
+ },
5202
5218
  "VEmptyState/max-height": {
5203
5219
  "type": "string | number\n",
5204
5220
  "description": "Sets the maximum height for the component."
@@ -5219,14 +5235,6 @@
5219
5235
  "type": "string | number\n",
5220
5236
  "description": "Sets the width for the component."
5221
5237
  },
5222
- "VEmptyState/theme": {
5223
- "type": "string\n",
5224
- "description": "Specify a theme for this component and all of its children."
5225
- },
5226
- "VEmptyState/color": {
5227
- "type": "string\n",
5228
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5229
- },
5230
5238
  "VEmptyState/href": {
5231
5239
  "type": "string\n",
5232
5240
  "description": "The URL the action button links to."
@@ -5235,17 +5243,9 @@
5235
5243
  "type": "string\n",
5236
5244
  "description": "The URL the action button links to."
5237
5245
  },
5238
- "VEmptyState/size": {
5239
- "type": "string | number\n",
5240
- "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**."
5241
- },
5242
- "VEmptyState/image": {
5243
- "type": "string\n",
5244
- "description": "Apply a specific image using [v-img](/components/images/)."
5245
- },
5246
- "VEmptyState/bg-color": {
5247
- "type": "string\n",
5248
- "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)."
5246
+ "VEmptyState/icon": {
5247
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5248
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
5249
5249
  },
5250
5250
  "VEmptyState/headline": {
5251
5251
  "type": "string\n",
@@ -5256,93 +5256,49 @@
5256
5256
  "description": "The text used for the action button."
5257
5257
  },
5258
5258
  "VEmptyState/justify": {
5259
- "type": "'end' | 'start' | 'center'\n",
5259
+ "type": "'start' | 'end' | 'center'\n",
5260
5260
  "description": "Control the justification of the text."
5261
5261
  },
5262
5262
  "VEmptyState/text-width": {
5263
5263
  "type": "string | number\n",
5264
5264
  "description": "Sets the width of the text container."
5265
5265
  },
5266
- "VExpandTransition/mode": {
5267
- "type": "'default' | 'in-out' | 'out-in'\n",
5268
- "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)."
5269
- },
5270
5266
  "VExpandTransition/disabled": {
5271
5267
  "type": "boolean\n",
5272
5268
  "description": "Removes the ability to click or target the component."
5273
5269
  },
5270
+ "VExpandTransition/mode": {
5271
+ "type": "'default' | 'in-out' | 'out-in'\n",
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)."
5273
+ },
5274
5274
  "VExpandTransition/group": {
5275
5275
  "type": "boolean\n",
5276
5276
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5277
5277
  },
5278
- "VExpandXTransition/mode": {
5279
- "type": "'default' | 'in-out' | 'out-in'\n",
5280
- "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)."
5281
- },
5282
5278
  "VExpandXTransition/disabled": {
5283
5279
  "type": "boolean\n",
5284
5280
  "description": "Removes the ability to click or target the component."
5285
5281
  },
5282
+ "VExpandXTransition/mode": {
5283
+ "type": "'default' | 'in-out' | 'out-in'\n",
5284
+ "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)."
5285
+ },
5286
5286
  "VExpandXTransition/group": {
5287
5287
  "type": "boolean\n",
5288
5288
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5289
5289
  },
5290
- "VExpansionPanel/tag": {
5291
- "type": "string\n",
5292
- "description": "Specify a custom tag used on the root element."
5293
- },
5294
5290
  "VExpansionPanel/title": {
5295
5291
  "type": "string\n",
5296
5292
  "description": "Specify a title text for the component."
5297
5293
  },
5298
- "VExpansionPanel/value": {
5299
- "type": "any\n",
5300
- "description": "Controls the opened/closed state of content."
5301
- },
5302
- "VExpansionPanel/color": {
5294
+ "VExpansionPanel/text": {
5303
5295
  "type": "string\n",
5304
- "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)."
5296
+ "description": "Specify content text for the component."
5305
5297
  },
5306
5298
  "VExpansionPanel/height": {
5307
5299
  "type": "string | number\n",
5308
5300
  "description": "Sets the height for the component."
5309
5301
  },
5310
- "VExpansionPanel/elevation": {
5311
- "type": "string | number\n",
5312
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5313
- },
5314
- "VExpansionPanel/rounded": {
5315
- "type": "string | number | boolean\n",
5316
- "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)."
5317
- },
5318
- "VExpansionPanel/tile": {
5319
- "type": "boolean\n",
5320
- "description": "Removes any applied **border-radius** from the component."
5321
- },
5322
- "VExpansionPanel/text": {
5323
- "type": "string\n",
5324
- "description": "Specify content text for the component."
5325
- },
5326
- "VExpansionPanel/eager": {
5327
- "type": "boolean\n",
5328
- "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."
5329
- },
5330
- "VExpansionPanel/bg-color": {
5331
- "type": "string\n",
5332
- "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)."
5333
- },
5334
- "VExpansionPanel/disabled": {
5335
- "type": "boolean\n",
5336
- "description": "Disables the expansion-panel content."
5337
- },
5338
- "VExpansionPanel/expand-icon": {
5339
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5340
- "description": "Icon used when the expansion panel is in a expandable state."
5341
- },
5342
- "VExpansionPanel/collapse-icon": {
5343
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5344
- "description": "Icon used when the expansion panel is in a collapsable state."
5345
- },
5346
5302
  "VExpansionPanel/max-height": {
5347
5303
  "type": "string | number\n",
5348
5304
  "description": "Sets the maximum height for the component."
@@ -5363,21 +5319,65 @@
5363
5319
  "type": "string | number\n",
5364
5320
  "description": "Sets the width for the component."
5365
5321
  },
5322
+ "VExpansionPanel/elevation": {
5323
+ "type": "string | number\n",
5324
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5325
+ },
5366
5326
  "VExpansionPanel/static": {
5367
5327
  "type": "boolean\n",
5368
5328
  "description": "Remove title size expansion when selected."
5369
5329
  },
5330
+ "VExpansionPanel/rounded": {
5331
+ "type": "string | number | boolean\n",
5332
+ "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)."
5333
+ },
5334
+ "VExpansionPanel/tile": {
5335
+ "type": "boolean\n",
5336
+ "description": "Removes any applied **border-radius** from the component."
5337
+ },
5338
+ "VExpansionPanel/tag": {
5339
+ "type": "string\n",
5340
+ "description": "Specify a custom tag used on the root element."
5341
+ },
5342
+ "VExpansionPanel/color": {
5343
+ "type": "string\n",
5344
+ "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)."
5345
+ },
5370
5346
  "VExpansionPanel/readonly": {
5371
5347
  "type": "boolean\n",
5372
5348
  "description": "Makes the expansion panel content read only."
5373
5349
  },
5350
+ "VExpansionPanel/ripple": {
5351
+ "type": "boolean | { class: string }\n",
5352
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
5353
+ },
5354
+ "VExpansionPanel/value": {
5355
+ "type": "any\n",
5356
+ "description": "Controls the opened/closed state of content."
5357
+ },
5358
+ "VExpansionPanel/disabled": {
5359
+ "type": "boolean\n",
5360
+ "description": "Disables the expansion-panel content."
5361
+ },
5374
5362
  "VExpansionPanel/selected-class": {
5375
5363
  "type": "string\n",
5376
5364
  "description": "Configure the active CSS class applied when an item is selected."
5377
5365
  },
5378
- "VExpansionPanel/ripple": {
5379
- "type": "boolean | { class: string }\n",
5380
- "description": "Applies the [v-ripple](/directives/ripple) directive."
5366
+ "VExpansionPanel/bg-color": {
5367
+ "type": "string\n",
5368
+ "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)."
5369
+ },
5370
+ "VExpansionPanel/eager": {
5371
+ "type": "boolean\n",
5372
+ "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."
5373
+ },
5374
+ "VExpansionPanel/expand-icon": {
5375
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5376
+ "description": "Icon used when the expansion panel is in a expandable state."
5377
+ },
5378
+ "VExpansionPanel/collapse-icon": {
5379
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5380
+ "description": "Icon used when the expansion panel is in a collapsable state."
5381
5381
  },
5382
5382
  "VExpansionPanel/hide-actions": {
5383
5383
  "type": "boolean\n",
@@ -5391,10 +5391,22 @@
5391
5391
  "type": "boolean\n",
5392
5392
  "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."
5393
5393
  },
5394
+ "VExpansionPanelTitle/color": {
5395
+ "type": "string\n",
5396
+ "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)."
5397
+ },
5394
5398
  "VExpansionPanelTitle/height": {
5395
5399
  "type": "string | number\n",
5396
5400
  "description": "Sets the height for the component."
5397
5401
  },
5402
+ "VExpansionPanelTitle/expand-icon": {
5403
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5404
+ "description": "Icon used when the expansion panel is in a expandable state."
5405
+ },
5406
+ "VExpansionPanelTitle/collapse-icon": {
5407
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5408
+ "description": "Icon used when the expansion panel is in a collapsable state."
5409
+ },
5398
5410
  "VExpansionPanelTitle/max-height": {
5399
5411
  "type": "string | number\n",
5400
5412
  "description": "Sets the maximum height for the component."
@@ -5419,10 +5431,6 @@
5419
5431
  "type": "boolean\n",
5420
5432
  "description": "Remove title size expansion when selected."
5421
5433
  },
5422
- "VExpansionPanelTitle/color": {
5423
- "type": "string\n",
5424
- "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)."
5425
- },
5426
5434
  "VExpansionPanelTitle/readonly": {
5427
5435
  "type": "boolean\n",
5428
5436
  "description": "Makes the expansion panel content read only."
@@ -5431,14 +5439,6 @@
5431
5439
  "type": "boolean | { class: string }\n",
5432
5440
  "description": "Applies the [v-ripple](/directives/ripple) directive."
5433
5441
  },
5434
- "VExpansionPanelTitle/expand-icon": {
5435
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5436
- "description": "Icon used when the expansion panel is in a expandable state."
5437
- },
5438
- "VExpansionPanelTitle/collapse-icon": {
5439
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5440
- "description": "Icon used when the expansion panel is in a collapsable state."
5441
- },
5442
5442
  "VExpansionPanelTitle/hide-actions": {
5443
5443
  "type": "boolean\n",
5444
5444
  "description": "Hide the expand icon in the content title."
@@ -5715,14 +5715,14 @@
5715
5715
  "type": "string\n",
5716
5716
  "description": "Configure the active CSS class applied when an item is selected."
5717
5717
  },
5718
- "VFab/position": {
5719
- "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
5720
- "description": "Sets the position for the component."
5721
- },
5722
5718
  "VFab/ripple": {
5723
5719
  "type": "boolean | { class: string }\n",
5724
5720
  "description": "Applies the [v-ripple](/directives/ripple) directive."
5725
5721
  },
5722
+ "VFab/position": {
5723
+ "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
5724
+ "description": "Sets the position for the component."
5725
+ },
5726
5726
  "VFab/icon": {
5727
5727
  "type": " | boolean\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5728
5728
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
@@ -6471,22 +6471,10 @@
6471
6471
  "type": "string | number\n",
6472
6472
  "description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
6473
6473
  },
6474
- "VHover/open-delay": {
6475
- "type": "string | number\n",
6476
- "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
6477
- },
6478
- "VIcon/end": {
6479
- "type": "boolean\n",
6480
- "description": "Applies margin at the start of the component."
6481
- },
6482
- "VIcon/start": {
6483
- "type": "boolean\n",
6484
- "description": "Applies margin at the end of the component."
6485
- },
6486
- "VIcon/icon": {
6487
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6488
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6489
- },
6474
+ "VHover/open-delay": {
6475
+ "type": "string | number\n",
6476
+ "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
6477
+ },
6490
6478
  "VIcon/tag": {
6491
6479
  "type": "string\n",
6492
6480
  "description": "Specify a custom tag used on the root element."
@@ -6495,6 +6483,10 @@
6495
6483
  "type": "string\n",
6496
6484
  "description": "Specify a theme for this component and all of its children."
6497
6485
  },
6486
+ "VIcon/size": {
6487
+ "type": "string | number\n",
6488
+ "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**."
6489
+ },
6498
6490
  "VIcon/color": {
6499
6491
  "type": "string\n",
6500
6492
  "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)."
@@ -6503,34 +6495,22 @@
6503
6495
  "type": "boolean\n",
6504
6496
  "description": "Removes the ability to click or target the component."
6505
6497
  },
6506
- "VIcon/size": {
6507
- "type": "string | number\n",
6508
- "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**."
6498
+ "VIcon/start": {
6499
+ "type": "boolean\n",
6500
+ "description": "Applies margin at the end of the component."
6509
6501
  },
6510
- "VImg/absolute": {
6502
+ "VIcon/end": {
6511
6503
  "type": "boolean\n",
6512
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VImg.json))"
6504
+ "description": "Applies margin at the start of the component."
6513
6505
  },
6514
- "VImg/color": {
6515
- "type": "string\n",
6516
- "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)."
6506
+ "VIcon/icon": {
6507
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6508
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6517
6509
  },
6518
6510
  "VImg/height": {
6519
6511
  "type": "string | number\n",
6520
6512
  "description": "Sets the height for the component."
6521
6513
  },
6522
- "VImg/rounded": {
6523
- "type": "string | number | boolean\n",
6524
- "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)."
6525
- },
6526
- "VImg/tile": {
6527
- "type": "boolean\n",
6528
- "description": "Removes any applied **border-radius** from the component."
6529
- },
6530
- "VImg/eager": {
6531
- "type": "boolean\n",
6532
- "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."
6533
- },
6534
6514
  "VImg/max-height": {
6535
6515
  "type": "string | number\n",
6536
6516
  "description": "Sets the maximum height for the component."
@@ -6551,18 +6531,50 @@
6551
6531
  "type": "string | number\n",
6552
6532
  "description": "Sets the width for the component."
6553
6533
  },
6554
- "VImg/content-class": {
6555
- "type": "any\n",
6556
- "description": "Apply a custom class to the internal content element."
6534
+ "VImg/position": {
6535
+ "type": "string\n",
6536
+ "description": "Applies [object-position](https://developer.mozilla.org/en-US/docs/Web/CSS/object-position) styles to the image and placeholder elements."
6537
+ },
6538
+ "VImg/absolute": {
6539
+ "type": "boolean\n",
6540
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VImg.json))"
6541
+ },
6542
+ "VImg/rounded": {
6543
+ "type": "string | number | boolean\n",
6544
+ "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)."
6545
+ },
6546
+ "VImg/tile": {
6547
+ "type": "boolean\n",
6548
+ "description": "Removes any applied **border-radius** from the component."
6549
+ },
6550
+ "VImg/color": {
6551
+ "type": "string\n",
6552
+ "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)."
6553
+ },
6554
+ "VImg/inline": {
6555
+ "type": "boolean\n",
6556
+ "description": "Display as an inline element instead of a block, also disables flex-grow."
6557
6557
  },
6558
6558
  "VImg/transition": {
6559
6559
  "type": "string | boolean | (TransitionProps & { component: Component })\n",
6560
6560
  "description": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition."
6561
6561
  },
6562
+ "VImg/content-class": {
6563
+ "type": "any\n",
6564
+ "description": "Apply a custom class to the internal content element."
6565
+ },
6566
+ "VImg/eager": {
6567
+ "type": "boolean\n",
6568
+ "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."
6569
+ },
6562
6570
  "VImg/options": {
6563
6571
  "type": "IntersectionObserverInit\n",
6564
6572
  "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
6565
6573
  },
6574
+ "VImg/draggable": {
6575
+ "type": "boolean | 'true' | 'false'\n",
6576
+ "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
6577
+ },
6566
6578
  "VImg/alt": {
6567
6579
  "type": "string\n",
6568
6580
  "description": "Alternate text for screen readers. Leave empty for decorative images."
@@ -6571,10 +6583,6 @@
6571
6583
  "type": "boolean\n",
6572
6584
  "description": "Resizes the background image to cover the entire container."
6573
6585
  },
6574
- "VImg/draggable": {
6575
- "type": "boolean | 'true' | 'false'\n",
6576
- "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
6577
- },
6578
6586
  "VImg/gradient": {
6579
6587
  "type": "string\n",
6580
6588
  "description": "The gradient to apply to the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient) syntax, anything else should be done with classes."
@@ -6595,18 +6603,10 @@
6595
6603
  "type": "string\n",
6596
6604
  "description": "A set of alternate images to use based on device size. [Read more...](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-srcset)."
6597
6605
  },
6598
- "VImg/position": {
6599
- "type": "string\n",
6600
- "description": "Applies [object-position](https://developer.mozilla.org/en-US/docs/Web/CSS/object-position) styles to the image and placeholder elements."
6601
- },
6602
6606
  "VImg/aspect-ratio": {
6603
6607
  "type": "string | number\n",
6604
6608
  "description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
6605
6609
  },
6606
- "VImg/inline": {
6607
- "type": "boolean\n",
6608
- "description": "Display as an inline element instead of a block, also disables flex-grow."
6609
- },
6610
6610
  "VImg/crossorigin": {
6611
6611
  "type": "'' | 'anonymous' | 'use-credentials'\n",
6612
6612
  "description": "Specify that images should be fetched with CORS enabled [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#crossorigin)"
@@ -6615,6 +6615,18 @@
6615
6615
  "type": " | 'origin'\n | 'no-referrer'\n | 'no-referrer-when-downgrade'\n | 'origin-when-cross-origin'\n | 'same-origin'\n | 'strict-origin'\n | 'strict-origin-when-cross-origin'\n | 'unsafe-url'\n",
6616
6616
  "description": "Define which referrer is sent when fetching the resource [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#referrerpolicy)"
6617
6617
  },
6618
+ "VInfiniteScroll/tag": {
6619
+ "type": "string\n",
6620
+ "description": "Specify a custom tag used on the root element."
6621
+ },
6622
+ "VInfiniteScroll/mode": {
6623
+ "type": "'intersect' | 'manual'\n",
6624
+ "description": "Specifies if content should load automatically when scrolling (**intersect**) or manually (**manual**)."
6625
+ },
6626
+ "VInfiniteScroll/color": {
6627
+ "type": "string\n",
6628
+ "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)."
6629
+ },
6618
6630
  "VInfiniteScroll/height": {
6619
6631
  "type": "string | number\n",
6620
6632
  "description": "Sets the height for the component."
@@ -6639,24 +6651,12 @@
6639
6651
  "type": "string | number\n",
6640
6652
  "description": "Sets the width for the component."
6641
6653
  },
6642
- "VInfiniteScroll/tag": {
6643
- "type": "string\n",
6644
- "description": "Specify a custom tag used on the root element."
6645
- },
6646
- "VInfiniteScroll/color": {
6647
- "type": "string\n",
6648
- "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)."
6649
- },
6650
- "VInfiniteScroll/mode": {
6651
- "type": "'intersect' | 'manual'\n",
6652
- "description": "Specifies if content should load automatically when scrolling (**intersect**) or manually (**manual**)."
6653
- },
6654
6654
  "VInfiniteScroll/direction": {
6655
6655
  "type": "'horizontal' | 'vertical'\n",
6656
6656
  "description": "Specifies if scroller is **vertical** or **horizontal**."
6657
6657
  },
6658
6658
  "VInfiniteScroll/side": {
6659
- "type": "'end' | 'start' | 'both'\n",
6659
+ "type": "'start' | 'end' | 'both'\n",
6660
6660
  "description": "Specifies the side where new content should appear. Either the **start**, **end**, or **both** sides."
6661
6661
  },
6662
6662
  "VInfiniteScroll/margin": {
@@ -6939,25 +6939,9 @@
6939
6939
  "type": "string\n",
6940
6940
  "description": "Specify a custom tag used on the root element."
6941
6941
  },
6942
- "VList/tag": {
6943
- "type": "string\n",
6944
- "description": "Specify a custom tag used on the root element."
6945
- },
6946
- "VList/nav": {
6947
- "type": "boolean\n",
6948
- "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
6949
- },
6950
- "VList/theme": {
6951
- "type": "string\n",
6952
- "description": "Specify a theme for this component and all of its children."
6953
- },
6954
- "VList/items": {
6955
- "type": "any[]\n",
6956
- "description": "Can be an array of objects or strings. By default objects should have a **title** property, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props), a **value** property to allow selection, and a **children** property containing more item objects. Keys to use for these can be changed with the **item-title**, **item-value**, **item-props**, and **item-children** props."
6957
- },
6958
- "VList/color": {
6959
- "type": "string\n",
6960
- "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)."
6942
+ "VList/border": {
6943
+ "type": "string | number | boolean\n",
6944
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
6961
6945
  },
6962
6946
  "VList/density": {
6963
6947
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -6967,9 +6951,25 @@
6967
6951
  "type": "string | number\n",
6968
6952
  "description": "Sets the height for the component."
6969
6953
  },
6970
- "VList/border": {
6971
- "type": "string | number | boolean\n",
6972
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
6954
+ "VList/max-height": {
6955
+ "type": "string | number\n",
6956
+ "description": "Sets the maximum height for the component."
6957
+ },
6958
+ "VList/max-width": {
6959
+ "type": "string | number\n",
6960
+ "description": "Sets the maximum width for the component."
6961
+ },
6962
+ "VList/min-height": {
6963
+ "type": "string | number\n",
6964
+ "description": "Sets the minimum height for the component."
6965
+ },
6966
+ "VList/min-width": {
6967
+ "type": "string | number\n",
6968
+ "description": "Sets the minimum width for the component."
6969
+ },
6970
+ "VList/width": {
6971
+ "type": "string | number\n",
6972
+ "description": "Sets the width for the component."
6973
6973
  },
6974
6974
  "VList/elevation": {
6975
6975
  "type": "string | number\n",
@@ -6983,25 +6983,69 @@
6983
6983
  "type": "boolean\n",
6984
6984
  "description": "Removes any applied **border-radius** from the component."
6985
6985
  },
6986
- "VList/base-color": {
6986
+ "VList/tag": {
6987
6987
  "type": "string\n",
6988
- "description": "Sets the color of component when not focused."
6988
+ "description": "Specify a custom tag used on the root element."
6989
+ },
6990
+ "VList/theme": {
6991
+ "type": "string\n",
6992
+ "description": "Specify a theme for this component and all of its children."
6993
+ },
6994
+ "VList/color": {
6995
+ "type": "string\n",
6996
+ "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)."
6997
+ },
6998
+ "VList/variant": {
6999
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7000
+ "description": "Applies a distinct style to the component."
6989
7001
  },
6990
7002
  "VList/active-color": {
6991
7003
  "type": "string\n",
6992
7004
  "description": "The applied color when the component is in an active state."
6993
7005
  },
6994
- "VList/active-class": {
7006
+ "VList/base-color": {
6995
7007
  "type": "string\n",
6996
- "description": "The class applied to the component when it is in an active state."
7008
+ "description": "Sets the color of component when not focused."
7009
+ },
7010
+ "VList/slim": {
7011
+ "type": "boolean\n",
7012
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
7013
+ },
7014
+ "VList/disabled": {
7015
+ "type": "boolean\n",
7016
+ "description": "Puts all children inputs into a disabled state."
6997
7017
  },
6998
7018
  "VList/bg-color": {
6999
7019
  "type": "string\n",
7000
7020
  "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
7001
7021
  },
7002
- "VList/disabled": {
7022
+ "VList/lines": {
7023
+ "type": "false | 'one' | 'two' | 'three'\n",
7024
+ "description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
7025
+ },
7026
+ "VList/nav": {
7003
7027
  "type": "boolean\n",
7004
- "description": "Puts all children inputs into a disabled state."
7028
+ "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
7029
+ },
7030
+ "VList/mandatory": {
7031
+ "type": "boolean\n",
7032
+ "description": "Forces at least one item to always be selected (if available)."
7033
+ },
7034
+ "VList/active-class": {
7035
+ "type": "string\n",
7036
+ "description": "The class applied to the component when it is in an active state."
7037
+ },
7038
+ "VList/items": {
7039
+ "type": "any[]\n",
7040
+ "description": "Can be an array of objects or strings. By default objects should have a **title** property, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props), a **value** property to allow selection, and a **children** property containing more item objects. Keys to use for these can be changed with the **item-title**, **item-value**, **item-props**, and **item-children** props."
7041
+ },
7042
+ "VList/selected": {
7043
+ "type": "unknown\n",
7044
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
7045
+ },
7046
+ "VList/value-comparator": {
7047
+ "type": "(a: any, b: any) => boolean\n",
7048
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
7005
7049
  },
7006
7050
  "VList/expand-icon": {
7007
7051
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -7011,14 +7055,6 @@
7011
7055
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7012
7056
  "description": "Icon to display when the list item is expanded."
7013
7057
  },
7014
- "VList/lines": {
7015
- "type": "false | 'one' | 'two' | 'three'\n",
7016
- "description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
7017
- },
7018
- "VList/slim": {
7019
- "type": "boolean\n",
7020
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
7021
- },
7022
7058
  "VList/activatable": {
7023
7059
  "type": "boolean\n",
7024
7060
  "description": "Designates whether the list items are activatable."
@@ -7035,14 +7071,6 @@
7035
7071
  "type": "any\n",
7036
7072
  "description": "Array of ids of activated nodes."
7037
7073
  },
7038
- "VList/selected": {
7039
- "type": "unknown\n",
7040
- "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
7041
- },
7042
- "VList/mandatory": {
7043
- "type": "boolean\n",
7044
- "description": "Forces at least one item to always be selected (if available)."
7045
- },
7046
7074
  "VList/active-strategy": {
7047
7075
  "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)\n",
7048
7076
  "description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated."
@@ -7052,29 +7080,9 @@
7052
7080
  "description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model."
7053
7081
  },
7054
7082
  "VList/open-strategy": {
7055
- "type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>\n",
7083
+ "type": "'multiple' | 'single' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>\n",
7056
7084
  "description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected."
7057
7085
  },
7058
- "VList/max-height": {
7059
- "type": "string | number\n",
7060
- "description": "Sets the maximum height for the component."
7061
- },
7062
- "VList/max-width": {
7063
- "type": "string | number\n",
7064
- "description": "Sets the maximum width for the component."
7065
- },
7066
- "VList/min-height": {
7067
- "type": "string | number\n",
7068
- "description": "Sets the minimum height for the component."
7069
- },
7070
- "VList/min-width": {
7071
- "type": "string | number\n",
7072
- "description": "Sets the minimum width for the component."
7073
- },
7074
- "VList/width": {
7075
- "type": "string | number\n",
7076
- "description": "Sets the width for the component."
7077
- },
7078
7086
  "VList/item-type": {
7079
7087
  "type": "string\n",
7080
7088
  "description": "Designates the key on the supplied items that is used for determining the nodes type."
@@ -7099,45 +7107,29 @@
7099
7107
  "type": "boolean\n",
7100
7108
  "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
7101
7109
  },
7102
- "VList/value-comparator": {
7103
- "type": "(a: any, b: any) => boolean\n",
7104
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
7105
- },
7106
- "VList/variant": {
7107
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7108
- "description": "Applies a distinct style to the component."
7110
+ "VListGroup/tag": {
7111
+ "type": "string\n",
7112
+ "description": "Specify a custom tag used on the root element."
7109
7113
  },
7110
7114
  "VListGroup/title": {
7111
7115
  "type": "string\n",
7112
7116
  "description": "Specify a title text for the component."
7113
7117
  },
7114
- "VListGroup/tag": {
7115
- "type": "string\n",
7116
- "description": "Specify a custom tag used on the root element."
7118
+ "VListGroup/value": {
7119
+ "type": "any\n",
7120
+ "description": "Expands / Collapse the list-group."
7117
7121
  },
7118
7122
  "VListGroup/color": {
7119
7123
  "type": "string\n",
7120
7124
  "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)."
7121
7125
  },
7122
- "VListGroup/active-color": {
7123
- "type": "string\n",
7124
- "description": "The applied color when the component is in an active state."
7125
- },
7126
7126
  "VListGroup/base-color": {
7127
7127
  "type": "string\n",
7128
7128
  "description": "Sets the color of component when not focused."
7129
7129
  },
7130
- "VListGroup/prepend-icon": {
7131
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7132
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
7133
- },
7134
- "VListGroup/append-icon": {
7135
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7136
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7137
- },
7138
- "VListGroup/value": {
7139
- "type": "any\n",
7140
- "description": "Expands / Collapse the list-group."
7130
+ "VListGroup/active-color": {
7131
+ "type": "string\n",
7132
+ "description": "The applied color when the component is in an active state."
7141
7133
  },
7142
7134
  "VListGroup/expand-icon": {
7143
7135
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -7147,6 +7139,14 @@
7147
7139
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7148
7140
  "description": "Icon to display when the list item is expanded."
7149
7141
  },
7142
+ "VListGroup/append-icon": {
7143
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7144
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7145
+ },
7146
+ "VListGroup/prepend-icon": {
7147
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7148
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
7149
+ },
7150
7150
  "VListGroup/fluid": {
7151
7151
  "type": "boolean\n",
7152
7152
  "description": "Removes the left padding assigned for action icons from group items."
@@ -7375,10 +7375,6 @@
7375
7375
  "type": "boolean\n",
7376
7376
  "description": "Specify a RTL mode."
7377
7377
  },
7378
- "VMain/tag": {
7379
- "type": "string\n",
7380
- "description": "Specify a custom tag used on the root element."
7381
- },
7382
7378
  "VMain/height": {
7383
7379
  "type": "string | number\n",
7384
7380
  "description": "Sets the height for the component."
@@ -7403,18 +7399,42 @@
7403
7399
  "type": "string | number\n",
7404
7400
  "description": "Sets the width for the component."
7405
7401
  },
7402
+ "VMain/tag": {
7403
+ "type": "string\n",
7404
+ "description": "Specify a custom tag used on the root element."
7405
+ },
7406
7406
  "VMain/scrollable": {
7407
7407
  "type": "boolean\n",
7408
7408
  "description": "Specify a custom scrollable function."
7409
7409
  },
7410
+ "VMenu/theme": {
7411
+ "type": "string\n",
7412
+ "description": "Specify a theme for this component and all of its children."
7413
+ },
7414
+ "VMenu/id": {
7415
+ "type": "string\n",
7416
+ "description": "The unique identifier of the component."
7417
+ },
7410
7418
  "VMenu/model-value": {
7411
7419
  "type": "boolean\n",
7412
7420
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7413
7421
  },
7422
+ "VMenu/location": {
7423
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
7424
+ "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
7425
+ },
7414
7426
  "VMenu/height": {
7415
7427
  "type": "string | number\n",
7416
7428
  "description": "Sets the height for the component."
7417
7429
  },
7430
+ "VMenu/eager": {
7431
+ "type": "boolean\n",
7432
+ "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."
7433
+ },
7434
+ "VMenu/disabled": {
7435
+ "type": "boolean\n",
7436
+ "description": "Removes the ability to click or target the component."
7437
+ },
7418
7438
  "VMenu/max-height": {
7419
7439
  "type": "string | number\n",
7420
7440
  "description": "Sets the maximum height for the component."
@@ -7435,26 +7455,14 @@
7435
7455
  "type": "string | number\n",
7436
7456
  "description": "Sets the width for the component."
7437
7457
  },
7438
- "VMenu/location": {
7439
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
7440
- "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
7441
- },
7442
- "VMenu/theme": {
7443
- "type": "string\n",
7444
- "description": "Specify a theme for this component and all of its children."
7445
- },
7446
- "VMenu/disabled": {
7447
- "type": "boolean\n",
7448
- "description": "Removes the ability to click or target the component."
7449
- },
7450
- "VMenu/transition": {
7451
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
7452
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
7453
- },
7454
7458
  "VMenu/activator": {
7455
7459
  "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
7456
7460
  "description": "Explicitly sets the overlay's activator."
7457
7461
  },
7462
+ "VMenu/submenu": {
7463
+ "type": "boolean\n",
7464
+ "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
7465
+ },
7458
7466
  "VMenu/close-on-back": {
7459
7467
  "type": "boolean\n",
7460
7468
  "description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing."
@@ -7523,10 +7531,6 @@
7523
7531
  "type": "string | number\n",
7524
7532
  "description": "Milliseconds to wait before opening component. Only works with the **open-on-hover** prop."
7525
7533
  },
7526
- "VMenu/eager": {
7527
- "type": "boolean\n",
7528
- "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."
7529
- },
7530
7534
  "VMenu/location-strategy": {
7531
7535
  "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",
7532
7536
  "description": "A function used to specifies how the component should position relative to its activator."
@@ -7540,25 +7544,25 @@
7540
7544
  "description": "A single value that offsets content away from the target based upon what side it is on."
7541
7545
  },
7542
7546
  "VMenu/scroll-strategy": {
7543
- "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",
7547
+ "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",
7544
7548
  "description": "Strategy used when the component is activate and user scrolls."
7545
7549
  },
7550
+ "VMenu/transition": {
7551
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
7552
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
7553
+ },
7546
7554
  "VMenu/attach": {
7547
7555
  "type": "string | boolean | Element\n",
7548
7556
  "description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default. Generally not recommended except as a last resort: the default positioning algorithm should handle most scenarios better than is possible without teleporting, and you may have unexpected behavior if the menu ends up as child of its activator."
7549
7557
  },
7550
- "VMenu/id": {
7551
- "type": "string\n",
7552
- "description": "The unique identifier of the component."
7553
- },
7554
- "VMenu/submenu": {
7555
- "type": "boolean\n",
7556
- "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
7557
- },
7558
7558
  "VMessages/color": {
7559
7559
  "type": "string\n",
7560
7560
  "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)."
7561
7561
  },
7562
+ "VMessages/active": {
7563
+ "type": "boolean\n",
7564
+ "description": "Determines whether the messages are visible or not."
7565
+ },
7562
7566
  "VMessages/transition": {
7563
7567
  "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component; leaveAbsolute: boolean; group: boolean }\n",
7564
7568
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
@@ -7567,10 +7571,6 @@
7567
7571
  "type": "string | string[]\n",
7568
7572
  "description": "Displays a list of messages or a single message if using a string."
7569
7573
  },
7570
- "VMessages/active": {
7571
- "type": "boolean\n",
7572
- "description": "Determines whether the messages are visible or not."
7573
- },
7574
7574
  "VNavigationDrawer/tag": {
7575
7575
  "type": "string\n",
7576
7576
  "description": "Specify a custom tag used on the root element."
@@ -7647,18 +7647,18 @@
7647
7647
  "type": "string | number\n",
7648
7648
  "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
7649
7649
  },
7650
+ "VNavigationDrawer/sticky": {
7651
+ "type": "boolean\n",
7652
+ "description": "When true, the drawer will remain visible when scrolling past the top of the page."
7653
+ },
7650
7654
  "VNavigationDrawer/mobile": {
7651
7655
  "type": "boolean\n",
7652
7656
  "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"
7653
7657
  },
7654
7658
  "VNavigationDrawer/mobile-breakpoint": {
7655
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
7659
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
7656
7660
  "description": "Sets the designated mobile breakpoint for the component. This will apply alternate styles for mobile devices such as the `temporary` prop, or activate the `bottom` prop when the breakpoint value is met. Setting the value to `0` will disable this functionality."
7657
7661
  },
7658
- "VNavigationDrawer/sticky": {
7659
- "type": "boolean\n",
7660
- "description": "When true, the drawer will remain visible when scrolling past the top of the page."
7661
- },
7662
7662
  "VNavigationDrawer/disable-resize-watcher": {
7663
7663
  "type": "boolean\n",
7664
7664
  "description": "Prevents the automatic opening or closing of the drawer when resized, based on whether the device is mobile or desktop."
@@ -8563,6 +8563,10 @@
8563
8563
  "type": "boolean\n",
8564
8564
  "description": "Puts input in readonly state."
8565
8565
  },
8566
+ "VRadio/ripple": {
8567
+ "type": "boolean | { class: string }\n",
8568
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
8569
+ },
8566
8570
  "VRadio/inline": {
8567
8571
  "type": "boolean\n",
8568
8572
  "description": "Puts children inputs into a row."
@@ -8587,10 +8591,6 @@
8587
8591
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8588
8592
  "description": "The icon used when active."
8589
8593
  },
8590
- "VRadio/ripple": {
8591
- "type": "boolean | { class: string }\n",
8592
- "description": "Applies the [v-ripple](/directives/ripple) directive."
8593
- },
8594
8594
  "VRadioGroup/type": {
8595
8595
  "type": "string\n",
8596
8596
  "description": "Provides the default type for children selection controls."
@@ -8715,6 +8715,10 @@
8715
8715
  "type": "boolean | 'auto'\n",
8716
8716
  "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."
8717
8717
  },
8718
+ "VRadioGroup/ripple": {
8719
+ "type": "boolean | { class: string }\n",
8720
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
8721
+ },
8718
8722
  "VRadioGroup/inline": {
8719
8723
  "type": "boolean\n",
8720
8724
  "description": "Displays radio buttons in row."
@@ -8731,10 +8735,6 @@
8731
8735
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8732
8736
  "description": "The icon used when active."
8733
8737
  },
8734
- "VRadioGroup/ripple": {
8735
- "type": "boolean | { class: string }\n",
8736
- "description": "Applies the [v-ripple](/directives/ripple) directive."
8737
- },
8738
8738
  "VRangeSlider/reverse": {
8739
8739
  "type": "boolean\n",
8740
8740
  "description": "Reverses the slider direction."
@@ -8967,14 +8967,14 @@
8967
8967
  "type": "boolean\n",
8968
8968
  "description": "Allows for the component to be cleared by clicking on the current value."
8969
8969
  },
8970
- "VRating/ripple": {
8971
- "type": "boolean\n",
8972
- "description": "Applies the [v-ripple](/directives/ripple) directive."
8973
- },
8974
8970
  "VRating/hover": {
8975
8971
  "type": "boolean\n",
8976
8972
  "description": "Provides visual feedback when hovering over icons."
8977
8973
  },
8974
+ "VRating/ripple": {
8975
+ "type": "boolean\n",
8976
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
8977
+ },
8978
8978
  "VRating/item-aria-label": {
8979
8979
  "type": "string\n",
8980
8980
  "description": "The **aria-label** used for each item."
@@ -9043,6 +9043,10 @@
9043
9043
  "type": "'start' | 'end' | 'center' | 'baseline' | 'stretch'\n",
9044
9044
  "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**."
9045
9045
  },
9046
+ "VRow/justify": {
9047
+ "type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
9048
+ "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**."
9049
+ },
9046
9050
  "VRow/dense": {
9047
9051
  "type": "boolean\n",
9048
9052
  "description": "Reduces the gutter between `v-col`s."
@@ -9111,10 +9115,6 @@
9111
9115
  "type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
9112
9116
  "description": "Changes the **align-content** property on extra extra large and greater breakpoints."
9113
9117
  },
9114
- "VRow/justify": {
9115
- "type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
9116
- "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**."
9117
- },
9118
9118
  "VRow/align-content": {
9119
9119
  "type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
9120
9120
  "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**."
@@ -9599,6 +9599,10 @@
9599
9599
  "type": "boolean\n",
9600
9600
  "description": "Puts input in readonly state."
9601
9601
  },
9602
+ "VSelectionControl/ripple": {
9603
+ "type": "boolean | { class: string }\n",
9604
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
9605
+ },
9602
9606
  "VSelectionControl/inline": {
9603
9607
  "type": "boolean\n",
9604
9608
  "description": "Puts children inputs into a row."
@@ -9623,10 +9627,6 @@
9623
9627
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9624
9628
  "description": "The icon used when active."
9625
9629
  },
9626
- "VSelectionControl/ripple": {
9627
- "type": "boolean | { class: string }\n",
9628
- "description": "Applies the [v-ripple](/directives/ripple) directive."
9629
- },
9630
9630
  "VSelectionControlGroup/type": {
9631
9631
  "type": "string\n",
9632
9632
  "description": "Provides the default type for children selection controls."
@@ -9675,6 +9675,10 @@
9675
9675
  "type": "boolean\n",
9676
9676
  "description": "Puts input in readonly state."
9677
9677
  },
9678
+ "VSelectionControlGroup/ripple": {
9679
+ "type": "boolean | { class: string }\n",
9680
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
9681
+ },
9678
9682
  "VSelectionControlGroup/inline": {
9679
9683
  "type": "boolean\n",
9680
9684
  "description": "Puts children inputs into a row."
@@ -9691,10 +9695,6 @@
9691
9695
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9692
9696
  "description": "The icon used when active."
9693
9697
  },
9694
- "VSelectionControlGroup/ripple": {
9695
- "type": "boolean | { class: string }\n",
9696
- "description": "Applies the [v-ripple](/directives/ripple) directive."
9697
- },
9698
9698
  "VSheet/tag": {
9699
9699
  "type": "string\n",
9700
9700
  "description": "Specify a custom tag used on the root element."
@@ -9851,6 +9851,14 @@
9851
9851
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9852
9852
  "description": "The prepended slot when arrows are shown."
9853
9853
  },
9854
+ "VSlideGroup/mobile": {
9855
+ "type": "boolean\n",
9856
+ "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"
9857
+ },
9858
+ "VSlideGroup/mobile-breakpoint": {
9859
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
9860
+ "description": "Sets the designated mobile breakpoint for the component."
9861
+ },
9854
9862
  "VSlideGroup/center-active": {
9855
9863
  "type": "boolean\n",
9856
9864
  "description": "Forces the selected component to be centered."
@@ -9859,14 +9867,6 @@
9859
9867
  "type": "string | boolean\n",
9860
9868
  "description": "Change when the overflow arrow indicators are shown. By **default**, arrows *always* display on Desktop when the container is overflowing. When the container overflows on mobile, arrows are not shown by default. A **show-arrows** value of `true` allows these arrows to show on Mobile if the container overflowing. A value of `desktop` *always* displays arrows on Desktop while a value of `mobile` always displays arrows on Mobile. A value of `always` always displays arrows on Desktop *and* Mobile. Find more information on how to customize breakpoint thresholds on the [breakpoints page](/customizing/breakpoints)."
9861
9869
  },
9862
- "VSlideGroup/mobile": {
9863
- "type": "boolean\n",
9864
- "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"
9865
- },
9866
- "VSlideGroup/mobile-breakpoint": {
9867
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
9868
- "description": "Sets the designated mobile breakpoint for the component."
9869
- },
9870
9870
  "VSlideGroupItem/value": {
9871
9871
  "type": "any\n",
9872
9872
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
@@ -10483,6 +10483,10 @@
10483
10483
  "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
10484
10484
  "description": "Sets the position for the component."
10485
10485
  },
10486
+ "VSnackbarQueue/closable": {
10487
+ "type": "string | boolean\n",
10488
+ "description": "Adds a dismiss button that closes the active snackbar."
10489
+ },
10486
10490
  "VSnackbarQueue/multi-line": {
10487
10491
  "type": "boolean\n",
10488
10492
  "description": "Gives the snackbar a larger minimum height."
@@ -10495,10 +10499,6 @@
10495
10499
  "type": "string | number\n",
10496
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."
10497
10501
  },
10498
- "VSnackbarQueue/closable": {
10499
- "type": "string | boolean\n",
10500
- "description": "Adds a dismiss button that closes the active snackbar."
10501
- },
10502
10502
  "VSpacer/tag": {
10503
10503
  "type": "string\n",
10504
10504
  "description": "Specify a custom tag used on the root element."
@@ -10848,7 +10848,7 @@
10848
10848
  "description": "Forces the stepper into a mobile state, removing labels from stepper items."
10849
10849
  },
10850
10850
  "VStepper/mobile-breakpoint": {
10851
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
10851
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
10852
10852
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
10853
10853
  },
10854
10854
  "VStepper/hide-actions": {
@@ -11064,7 +11064,7 @@
11064
11064
  "description": "Forces the stepper into a mobile state, removing labels from stepper items."
11065
11065
  },
11066
11066
  "VStepperVertical/mobile-breakpoint": {
11067
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
11067
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
11068
11068
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
11069
11069
  },
11070
11070
  "VStepperVertical/hide-actions": {
@@ -11459,6 +11459,10 @@
11459
11459
  "type": "string | boolean\n",
11460
11460
  "description": "Displays circular 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."
11461
11461
  },
11462
+ "VSwitch/ripple": {
11463
+ "type": "boolean | { class: string }\n",
11464
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
11465
+ },
11462
11466
  "VSwitch/inline": {
11463
11467
  "type": "boolean\n",
11464
11468
  "description": "Puts children inputs into a row."
@@ -11487,10 +11491,6 @@
11487
11491
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11488
11492
  "description": "The icon used when active."
11489
11493
  },
11490
- "VSwitch/ripple": {
11491
- "type": "boolean | { class: string }\n",
11492
- "description": "Applies the [v-ripple](/directives/ripple) directive."
11493
- },
11494
11494
  "VSwitch/inset": {
11495
11495
  "type": "boolean\n",
11496
11496
  "description": "Enlarge the `v-switch` track to encompass the thumb."
@@ -11707,6 +11707,10 @@
11707
11707
  "type": "string | number\n",
11708
11708
  "description": "Use the height prop to set the height of the table."
11709
11709
  },
11710
+ "VTable/hover": {
11711
+ "type": "boolean\n",
11712
+ "description": "Will add a hover effect to a table's row when the mouse is over it."
11713
+ },
11710
11714
  "VTable/fixed-header": {
11711
11715
  "type": "boolean\n",
11712
11716
  "description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table."
@@ -11715,10 +11719,6 @@
11715
11719
  "type": "boolean\n",
11716
11720
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
11717
11721
  },
11718
- "VTable/hover": {
11719
- "type": "boolean\n",
11720
- "description": "Will add a hover effect to a table's row when the mouse is over it."
11721
- },
11722
11722
  "VTabs/symbol": {
11723
11723
  "type": "any\n",
11724
11724
  "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/)."
@@ -11783,26 +11783,26 @@
11783
11783
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11784
11784
  "description": "Left pagination icon."
11785
11785
  },
11786
- "VTabs/center-active": {
11787
- "type": "boolean\n",
11788
- "description": "Forces the selected tab to be centered."
11789
- },
11790
- "VTabs/show-arrows": {
11791
- "type": "string | boolean\n",
11792
- "description": "Show pagination arrows if the tab items overflow their container. For mobile devices, arrows will only display when using this prop."
11793
- },
11794
11786
  "VTabs/mobile": {
11795
11787
  "type": "boolean\n",
11796
11788
  "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"
11797
11789
  },
11798
11790
  "VTabs/mobile-breakpoint": {
11799
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
11791
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
11800
11792
  "description": "Sets the designated mobile breakpoint for the component."
11801
11793
  },
11802
11794
  "VTabs/stacked": {
11803
11795
  "type": "boolean\n",
11804
11796
  "description": "Apply the stacked prop to all children v-tab components."
11805
11797
  },
11798
+ "VTabs/center-active": {
11799
+ "type": "boolean\n",
11800
+ "description": "Forces the selected tab to be centered."
11801
+ },
11802
+ "VTabs/show-arrows": {
11803
+ "type": "string | boolean\n",
11804
+ "description": "Show pagination arrows if the tab items overflow their container. For mobile devices, arrows will only display when using this prop."
11805
+ },
11806
11806
  "VTabs/slider-color": {
11807
11807
  "type": "string\n",
11808
11808
  "description": "Changes the background color of an auto-generated `v-tabs-slider`."
@@ -12591,6 +12591,10 @@
12591
12591
  "type": "string\n",
12592
12592
  "description": "Places timeline line at the center or automatically on the left or right side."
12593
12593
  },
12594
+ "VTimeline/side": {
12595
+ "type": "'start' | 'end'\n",
12596
+ "description": "Display all timeline items on one side of the timeline, either **before** or **after**."
12597
+ },
12594
12598
  "VTimeline/line-thickness": {
12595
12599
  "type": "string | number\n",
12596
12600
  "description": "Thickness of the timeline line."
@@ -12619,10 +12623,6 @@
12619
12623
  "type": "string | number\n",
12620
12624
  "description": "Specifies the distance between the line and the dot of timeline items."
12621
12625
  },
12622
- "VTimeline/side": {
12623
- "type": "'start' | 'end'\n",
12624
- "description": "Display all timeline items on one side of the timeline, either **before** or **after**."
12625
- },
12626
12626
  "VTimeline/truncate-line": {
12627
12627
  "type": "'start' | 'end' | 'both'\n",
12628
12628
  "description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends."
@@ -13147,29 +13147,37 @@
13147
13147
  "type": "(item: unknown) => Promise<void>\n",
13148
13148
  "description": "A function used when dynamically loading children. If this prop is set, then the supplied function will be run if expanding an item that has a `item-children` property that is an empty array. Supports returning a Promise."
13149
13149
  },
13150
- "VTreeviewGroup/tag": {
13151
- "type": "string\n",
13152
- "description": "Specify a custom tag used on the root element."
13153
- },
13154
13150
  "VTreeviewGroup/title": {
13155
13151
  "type": "string\n",
13156
13152
  "description": "Specify a title text for the component."
13157
13153
  },
13158
- "VTreeviewGroup/value": {
13159
- "type": "any\n",
13160
- "description": "Expands / Collapse the list-group."
13154
+ "VTreeviewGroup/tag": {
13155
+ "type": "string\n",
13156
+ "description": "Specify a custom tag used on the root element."
13161
13157
  },
13162
13158
  "VTreeviewGroup/color": {
13163
13159
  "type": "string\n",
13164
13160
  "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)."
13165
13161
  },
13162
+ "VTreeviewGroup/active-color": {
13163
+ "type": "string\n",
13164
+ "description": "The applied color when the component is in an active state."
13165
+ },
13166
13166
  "VTreeviewGroup/base-color": {
13167
13167
  "type": "string\n",
13168
13168
  "description": "Sets the color of component when not focused."
13169
13169
  },
13170
- "VTreeviewGroup/active-color": {
13171
- "type": "string\n",
13172
- "description": "The applied color when the component is in an active state."
13170
+ "VTreeviewGroup/prepend-icon": {
13171
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13172
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
13173
+ },
13174
+ "VTreeviewGroup/append-icon": {
13175
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13176
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
13177
+ },
13178
+ "VTreeviewGroup/value": {
13179
+ "type": "any\n",
13180
+ "description": "Expands / Collapse the list-group."
13173
13181
  },
13174
13182
  "VTreeviewGroup/expand-icon": {
13175
13183
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -13179,25 +13187,41 @@
13179
13187
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13180
13188
  "description": "Icon to display when the list item is expanded."
13181
13189
  },
13182
- "VTreeviewGroup/append-icon": {
13183
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13184
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
13185
- },
13186
- "VTreeviewGroup/prepend-icon": {
13187
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13188
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
13189
- },
13190
13190
  "VTreeviewGroup/fluid": {
13191
13191
  "type": "boolean\n",
13192
13192
  "description": "Removes viewport maximum-width size breakpoints."
13193
13193
  },
13194
+ "VTreeviewItem/tag": {
13195
+ "type": "string\n",
13196
+ "description": "Specify a custom tag used on the root element."
13197
+ },
13198
+ "VTreeviewItem/link": {
13199
+ "type": "boolean\n",
13200
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop."
13201
+ },
13202
+ "VTreeviewItem/nav": {
13203
+ "type": "boolean\n",
13204
+ "description": "Reduces the width of v-list-item takes and adds a border radius."
13205
+ },
13194
13206
  "VTreeviewItem/title": {
13195
13207
  "type": "string | number\n",
13196
13208
  "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."
13197
13209
  },
13198
- "VTreeviewItem/border": {
13199
- "type": "string | number | boolean\n",
13200
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
13210
+ "VTreeviewItem/replace": {
13211
+ "type": "boolean\n",
13212
+ "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."
13213
+ },
13214
+ "VTreeviewItem/theme": {
13215
+ "type": "string\n",
13216
+ "description": "Specify a theme for this component and all of its children."
13217
+ },
13218
+ "VTreeviewItem/value": {
13219
+ "type": "any\n",
13220
+ "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
13221
+ },
13222
+ "VTreeviewItem/color": {
13223
+ "type": "string\n",
13224
+ "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),"
13201
13225
  },
13202
13226
  "VTreeviewItem/density": {
13203
13227
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -13207,25 +13231,9 @@
13207
13231
  "type": "string | number\n",
13208
13232
  "description": "Sets the height for the component."
13209
13233
  },
13210
- "VTreeviewItem/max-height": {
13211
- "type": "string | number\n",
13212
- "description": "Sets the maximum height for the component."
13213
- },
13214
- "VTreeviewItem/max-width": {
13215
- "type": "string | number\n",
13216
- "description": "Sets the maximum width for the component."
13217
- },
13218
- "VTreeviewItem/min-height": {
13219
- "type": "string | number\n",
13220
- "description": "Sets the minimum height for the component."
13221
- },
13222
- "VTreeviewItem/min-width": {
13223
- "type": "string | number\n",
13224
- "description": "Sets the minimum width for the component."
13225
- },
13226
- "VTreeviewItem/width": {
13227
- "type": "string | number\n",
13228
- "description": "Sets the width for the component."
13234
+ "VTreeviewItem/border": {
13235
+ "type": "string | number | boolean\n",
13236
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
13229
13237
  },
13230
13238
  "VTreeviewItem/elevation": {
13231
13239
  "type": "string | number\n",
@@ -13239,65 +13247,73 @@
13239
13247
  "type": "boolean\n",
13240
13248
  "description": "Removes any applied **border-radius** from the component."
13241
13249
  },
13242
- "VTreeviewItem/tag": {
13243
- "type": "string\n",
13244
- "description": "Specify a custom tag used on the root element."
13250
+ "VTreeviewItem/exact": {
13251
+ "type": "boolean\n",
13252
+ "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."
13245
13253
  },
13246
- "VTreeviewItem/theme": {
13254
+ "VTreeviewItem/subtitle": {
13255
+ "type": "string | number\n",
13256
+ "description": "Specify a subtitle text for the component."
13257
+ },
13258
+ "VTreeviewItem/base-color": {
13247
13259
  "type": "string\n",
13248
- "description": "Specify a theme for this component and all of its children."
13260
+ "description": "Sets the color of component when not focused."
13249
13261
  },
13250
- "VTreeviewItem/color": {
13262
+ "VTreeviewItem/active-color": {
13251
13263
  "type": "string\n",
13252
- "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),"
13264
+ "description": "The applied color when the component is in an active state."
13253
13265
  },
13254
- "VTreeviewItem/variant": {
13255
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13256
- "description": "Applies a distinct style to the component."
13266
+ "VTreeviewItem/active-class": {
13267
+ "type": "string\n",
13268
+ "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."
13257
13269
  },
13258
- "VTreeviewItem/replace": {
13270
+ "VTreeviewItem/disabled": {
13259
13271
  "type": "boolean\n",
13260
- "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."
13272
+ "description": "Removes the ability to click or target the component."
13261
13273
  },
13262
- "VTreeviewItem/link": {
13263
- "type": "boolean\n",
13264
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
13274
+ "VTreeviewItem/lines": {
13275
+ "type": "false | 'one' | 'two' | 'three'\n",
13276
+ "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
13265
13277
  },
13266
- "VTreeviewItem/active": {
13278
+ "VTreeviewItem/slim": {
13267
13279
  "type": "boolean\n",
13268
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
13280
+ "description": "Reduces the vertical padding or height of the v-treeview-item, making it more compact."
13269
13281
  },
13270
- "VTreeviewItem/active-color": {
13271
- "type": "string\n",
13272
- "description": "The applied color when the component is in an active state."
13282
+ "VTreeviewItem/max-height": {
13283
+ "type": "string | number\n",
13284
+ "description": "Sets the maximum height for the component."
13273
13285
  },
13274
- "VTreeviewItem/base-color": {
13275
- "type": "string\n",
13276
- "description": "Sets the color of component when not focused."
13286
+ "VTreeviewItem/max-width": {
13287
+ "type": "string | number\n",
13288
+ "description": "Sets the maximum width for the component."
13277
13289
  },
13278
- "VTreeviewItem/prepend-icon": {
13279
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13280
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
13290
+ "VTreeviewItem/min-height": {
13291
+ "type": "string | number\n",
13292
+ "description": "Sets the minimum height for the component."
13293
+ },
13294
+ "VTreeviewItem/min-width": {
13295
+ "type": "string | number\n",
13296
+ "description": "Sets the minimum width for the component."
13297
+ },
13298
+ "VTreeviewItem/width": {
13299
+ "type": "string | number\n",
13300
+ "description": "Sets the width for the component."
13301
+ },
13302
+ "VTreeviewItem/variant": {
13303
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13304
+ "description": "Applies a distinct style to the component."
13281
13305
  },
13282
13306
  "VTreeviewItem/append-icon": {
13283
13307
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13284
13308
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
13285
13309
  },
13286
- "VTreeviewItem/slim": {
13287
- "type": "boolean\n",
13288
- "description": "Reduces the vertical padding or height of the v-treeview-item, making it more compact."
13289
- },
13290
- "VTreeviewItem/ripple": {
13291
- "type": "boolean | { class: string }\n",
13292
- "description": "Applies the [v-ripple](/directives/ripple) directive."
13293
- },
13294
- "VTreeviewItem/value": {
13295
- "type": "any\n",
13296
- "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
13310
+ "VTreeviewItem/prepend-icon": {
13311
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13312
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
13297
13313
  },
13298
- "VTreeviewItem/disabled": {
13314
+ "VTreeviewItem/active": {
13299
13315
  "type": "boolean\n",
13300
- "description": "Removes the ability to click or target the component."
13316
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
13301
13317
  },
13302
13318
  "VTreeviewItem/loading": {
13303
13319
  "type": "boolean\n",
@@ -13307,30 +13323,10 @@
13307
13323
  "type": "string\n",
13308
13324
  "description": "Designates the component as anchor and applies the **href** attribute."
13309
13325
  },
13310
- "VTreeviewItem/exact": {
13311
- "type": "boolean\n",
13312
- "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."
13313
- },
13314
13326
  "VTreeviewItem/to": {
13315
13327
  "type": "RouteLocationRaw\n",
13316
13328
  "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."
13317
13329
  },
13318
- "VTreeviewItem/lines": {
13319
- "type": "false | 'one' | 'two' | 'three'\n",
13320
- "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
13321
- },
13322
- "VTreeviewItem/nav": {
13323
- "type": "boolean\n",
13324
- "description": "Reduces the width of v-list-item takes and adds a border radius."
13325
- },
13326
- "VTreeviewItem/active-class": {
13327
- "type": "string\n",
13328
- "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."
13329
- },
13330
- "VTreeviewItem/subtitle": {
13331
- "type": "string | number\n",
13332
- "description": "Specify a subtitle text for the component."
13333
- },
13334
13330
  "VTreeviewItem/append-avatar": {
13335
13331
  "type": "string\n",
13336
13332
  "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot."
@@ -13339,30 +13335,38 @@
13339
13335
  "type": "string\n",
13340
13336
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
13341
13337
  },
13338
+ "VTreeviewItem/ripple": {
13339
+ "type": "boolean | { class: string }\n",
13340
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
13341
+ },
13342
13342
  "VTreeviewItem/toggle-icon": {
13343
13343
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13344
13344
  "description": "Allows customization of the icon used to toggle the expansion and collapse of treeview branches."
13345
13345
  },
13346
- "VValidation/name": {
13347
- "type": "string\n",
13348
- "description": "Sets the component's name attribute."
13346
+ "VValidation/model-value": {
13347
+ "type": "unknown\n",
13348
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13349
13349
  },
13350
13350
  "VValidation/error": {
13351
13351
  "type": "boolean\n",
13352
13352
  "description": "Puts the input in a manual error state."
13353
13353
  },
13354
- "VValidation/label": {
13354
+ "VValidation/name": {
13355
13355
  "type": "string\n",
13356
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
13356
+ "description": "Sets the component's name attribute."
13357
13357
  },
13358
- "VValidation/model-value": {
13359
- "type": "unknown\n",
13360
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13358
+ "VValidation/readonly": {
13359
+ "type": "boolean\n",
13360
+ "description": "Puts input in readonly state."
13361
13361
  },
13362
13362
  "VValidation/disabled": {
13363
13363
  "type": "boolean\n",
13364
13364
  "description": "Removes the ability to click or target the component."
13365
13365
  },
13366
+ "VValidation/label": {
13367
+ "type": "string\n",
13368
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
13369
+ },
13366
13370
  "VValidation/error-messages": {
13367
13371
  "type": "string | string[]\n",
13368
13372
  "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."
@@ -13371,10 +13375,6 @@
13371
13375
  "type": "string | number\n",
13372
13376
  "description": "Control the maximum number of shown errors from validation."
13373
13377
  },
13374
- "VValidation/readonly": {
13375
- "type": "boolean\n",
13376
- "description": "Puts input in readonly state."
13377
- },
13378
13378
  "VValidation/rules": {
13379
13379
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
13380
13380
  "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`."
@@ -13391,6 +13391,10 @@
13391
13391
  "type": "boolean\n",
13392
13392
  "description": "Forces a focused state styling on the component."
13393
13393
  },
13394
+ "VVirtualScroll/items": {
13395
+ "type": "unknown[]\n",
13396
+ "description": "The array of items to display."
13397
+ },
13394
13398
  "VVirtualScroll/height": {
13395
13399
  "type": "string | number\n",
13396
13400
  "description": "Height of the component as a css value/"
@@ -13415,10 +13419,6 @@
13415
13419
  "type": "string | number\n",
13416
13420
  "description": "Sets the width for the component."
13417
13421
  },
13418
- "VVirtualScroll/items": {
13419
- "type": "unknown[]\n",
13420
- "description": "The array of items to display."
13421
- },
13422
13422
  "VVirtualScroll/renderless": {
13423
13423
  "type": "boolean\n",
13424
13424
  "description": "Disables default component rendering functionality."
@@ -13427,38 +13427,34 @@
13427
13427
  "type": "string | number\n",
13428
13428
  "description": "Height in pixels of each item to display."
13429
13429
  },
13430
- "VWindow/tag": {
13431
- "type": "string\n",
13432
- "description": "Specify a custom tag used on the root element."
13430
+ "VWindow/model-value": {
13431
+ "type": "unknown\n",
13432
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13433
13433
  },
13434
13434
  "VWindow/reverse": {
13435
13435
  "type": "boolean\n",
13436
13436
  "description": "Reverse the normal transition direction."
13437
13437
  },
13438
+ "VWindow/tag": {
13439
+ "type": "string\n",
13440
+ "description": "Specify a custom tag used on the root element."
13441
+ },
13438
13442
  "VWindow/theme": {
13439
13443
  "type": "string\n",
13440
13444
  "description": "Specify a theme for this component and all of its children."
13441
13445
  },
13442
- "VWindow/model-value": {
13443
- "type": "unknown\n",
13444
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13445
- },
13446
13446
  "VWindow/disabled": {
13447
13447
  "type": "boolean\n",
13448
13448
  "description": "Removes the ability to click or target the component."
13449
13449
  },
13450
- "VWindow/mandatory": {
13451
- "type": "boolean | 'force'\n",
13452
- "description": "Forces at least one item to always be selected (if available)."
13453
- },
13454
- "VWindow/direction": {
13455
- "type": "'horizontal' | 'vertical'\n",
13456
- "description": "The transition direction when changing windows."
13457
- },
13458
13450
  "VWindow/selected-class": {
13459
13451
  "type": "string\n",
13460
13452
  "description": "Configure the active CSS class applied when an item is selected."
13461
13453
  },
13454
+ "VWindow/mandatory": {
13455
+ "type": "boolean | 'force'\n",
13456
+ "description": "Forces at least one item to always be selected (if available)."
13457
+ },
13462
13458
  "VWindow/next-icon": {
13463
13459
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13464
13460
  "description": "Icon used for the \"next\" button if `show-arrows` is `true`."
@@ -13467,37 +13463,41 @@
13467
13463
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13468
13464
  "description": "Icon used for the \"prev\" button if `show-arrows` is `true`."
13469
13465
  },
13470
- "VWindow/show-arrows": {
13471
- "type": "string | boolean\n",
13472
- "description": "Display the \"next\" and \"prev\" buttons."
13473
- },
13474
13466
  "VWindow/continuous": {
13475
13467
  "type": "boolean\n",
13476
13468
  "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last."
13477
13469
  },
13470
+ "VWindow/show-arrows": {
13471
+ "type": "string | boolean\n",
13472
+ "description": "Display the \"next\" and \"prev\" buttons."
13473
+ },
13478
13474
  "VWindow/touch": {
13479
13475
  "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",
13480
13476
  "description": "Provide a custom **left** and **right** function when swiped left or right."
13481
13477
  },
13478
+ "VWindow/direction": {
13479
+ "type": "'horizontal' | 'vertical'\n",
13480
+ "description": "The transition direction when changing windows."
13481
+ },
13482
13482
  "VWindowItem/value": {
13483
13483
  "type": "any\n",
13484
13484
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
13485
13485
  },
13486
+ "VWindowItem/eager": {
13487
+ "type": "boolean\n",
13488
+ "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."
13489
+ },
13486
13490
  "VWindowItem/disabled": {
13487
13491
  "type": "boolean\n",
13488
13492
  "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method."
13489
13493
  },
13490
- "VWindowItem/selected-class": {
13491
- "type": "string\n",
13492
- "description": "Configure the active CSS class applied when an item is selected."
13493
- },
13494
13494
  "VWindowItem/transition": {
13495
13495
  "type": "string | boolean\n",
13496
13496
  "description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
13497
13497
  },
13498
- "VWindowItem/eager": {
13499
- "type": "boolean\n",
13500
- "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."
13498
+ "VWindowItem/selected-class": {
13499
+ "type": "string\n",
13500
+ "description": "Configure the active CSS class applied when an item is selected."
13501
13501
  },
13502
13502
  "VWindowItem/reverse-transition": {
13503
13503
  "type": "string | boolean\n",