vuetify 3.7.8 → 3.7.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1267,50 +1267,50 @@
1267
1267
  "type": "string | number\n",
1268
1268
  "description": "Specifies the dividing character between items."
1269
1269
  },
1270
- "VBreadcrumbsItem/title": {
1271
- "type": "string\n",
1272
- "description": "Specify a title text for the component."
1273
- },
1274
1270
  "VBreadcrumbsItem/tag": {
1275
1271
  "type": "string\n",
1276
1272
  "description": "Specify a custom tag used on the root element."
1277
1273
  },
1278
- "VBreadcrumbsItem/color": {
1274
+ "VBreadcrumbsItem/title": {
1279
1275
  "type": "string\n",
1280
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
1276
+ "description": "Specify a title text for the component."
1281
1277
  },
1282
1278
  "VBreadcrumbsItem/replace": {
1283
1279
  "type": "boolean\n",
1284
1280
  "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."
1285
1281
  },
1286
- "VBreadcrumbsItem/exact": {
1282
+ "VBreadcrumbsItem/active": {
1287
1283
  "type": "boolean\n",
1288
- "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
1284
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
1289
1285
  },
1290
1286
  "VBreadcrumbsItem/active-color": {
1291
1287
  "type": "string\n",
1292
1288
  "description": "The applied color when the component is in an active state."
1293
1289
  },
1294
- "VBreadcrumbsItem/active-class": {
1295
- "type": "string\n",
1296
- "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
1297
- },
1298
1290
  "VBreadcrumbsItem/disabled": {
1299
1291
  "type": "boolean\n",
1300
1292
  "description": "Removes the ability to click or target the component."
1301
1293
  },
1302
- "VBreadcrumbsItem/active": {
1303
- "type": "boolean\n",
1304
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
1305
- },
1306
1294
  "VBreadcrumbsItem/href": {
1307
1295
  "type": "string\n",
1308
1296
  "description": "Designates the component as anchor and applies the **href** attribute."
1309
1297
  },
1298
+ "VBreadcrumbsItem/exact": {
1299
+ "type": "boolean\n",
1300
+ "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
1301
+ },
1310
1302
  "VBreadcrumbsItem/to": {
1311
1303
  "type": "RouteLocationRaw\n",
1312
1304
  "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."
1313
1305
  },
1306
+ "VBreadcrumbsItem/color": {
1307
+ "type": "string\n",
1308
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
1309
+ },
1310
+ "VBreadcrumbsItem/active-class": {
1311
+ "type": "string\n",
1312
+ "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
1313
+ },
1314
1314
  "VBtn/symbol": {
1315
1315
  "type": "any\n",
1316
1316
  "description": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/)."
@@ -1591,10 +1591,6 @@
1591
1591
  "type": "string\n",
1592
1592
  "description": "Specify content text for the component."
1593
1593
  },
1594
- "VCalendar/model-value": {
1595
- "type": "unknown[]\n",
1596
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
1597
- },
1598
1594
  "VCalendar/disabled": {
1599
1595
  "type": "boolean\n",
1600
1596
  "description": "Removes the ability to click or target the component."
@@ -1603,6 +1599,10 @@
1603
1599
  "type": "unknown\n",
1604
1600
  "description": "Maximum date or value that can be selected."
1605
1601
  },
1602
+ "VCalendar/model-value": {
1603
+ "type": "unknown[]\n",
1604
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
1605
+ },
1606
1606
  "VCalendar/hide-header": {
1607
1607
  "type": "boolean\n",
1608
1608
  "description": "Determines whether the header is hidden in the calendar view."
@@ -1807,14 +1807,14 @@
1807
1807
  "type": "number\n",
1808
1808
  "description": "Height of the interval in the calendar view, in pixels."
1809
1809
  },
1810
- "VCalendarIntervalEvent/interval": {
1811
- "type": "unknown\n",
1812
- "description": "The specific time interval this event is associated with."
1813
- },
1814
1810
  "VCalendarIntervalEvent/all-day": {
1815
1811
  "type": "boolean\n",
1816
1812
  "description": "Indicates whether the event spans the entire day."
1817
1813
  },
1814
+ "VCalendarIntervalEvent/interval": {
1815
+ "type": "unknown\n",
1816
+ "description": "The specific time interval this event is associated with."
1817
+ },
1818
1818
  "VCalendarIntervalEvent/event": {
1819
1819
  "type": "unknown\n",
1820
1820
  "description": "The event object associated with this calendar interval."
@@ -1823,17 +1823,17 @@
1823
1823
  "type": "string | number\n",
1824
1824
  "description": "Specify a title text for the component."
1825
1825
  },
1826
- "VCalendarMonthDay/color": {
1827
- "type": "string\n",
1828
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
1826
+ "VCalendarMonthDay/active": {
1827
+ "type": "boolean\n",
1828
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
1829
1829
  },
1830
1830
  "VCalendarMonthDay/disabled": {
1831
1831
  "type": "boolean\n",
1832
1832
  "description": "Removes the ability to click or target the component."
1833
1833
  },
1834
- "VCalendarMonthDay/active": {
1835
- "type": "boolean\n",
1836
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
1834
+ "VCalendarMonthDay/color": {
1835
+ "type": "string\n",
1836
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
1837
1837
  },
1838
1838
  "VCalendarMonthDay/day": {
1839
1839
  "type": "unknown\n",
@@ -1843,46 +1843,18 @@
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
- },
1858
1846
  "VCard/title": {
1859
1847
  "type": "string | number\n",
1860
1848
  "description": "Specify a title text for the component."
1861
1849
  },
1862
- "VCard/replace": {
1863
- "type": "boolean\n",
1864
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
1865
- },
1866
- "VCard/theme": {
1867
- "type": "string\n",
1868
- "description": "Specify a theme for this component and all of its children."
1869
- },
1870
- "VCard/prepend-icon": {
1871
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1872
- "description": "Prepends a [v-icon](/components/icons/) component to the header."
1873
- },
1874
- "VCard/append-icon": {
1875
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1876
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
1877
- },
1878
- "VCard/ripple": {
1879
- "type": "boolean | { class: string }\n",
1880
- "description": "Applies the [v-ripple](/directives/ripple) directive."
1881
- },
1882
1850
  "VCard/text": {
1883
1851
  "type": "string | number\n",
1884
1852
  "description": "Specify content text for the component."
1885
1853
  },
1854
+ "VCard/flat": {
1855
+ "type": "boolean\n",
1856
+ "description": "Removes the card's elevation."
1857
+ },
1886
1858
  "VCard/border": {
1887
1859
  "type": "string | number | boolean\n",
1888
1860
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
@@ -1919,20 +1891,12 @@
1919
1891
  "type": "string | number\n",
1920
1892
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
1921
1893
  },
1922
- "VCard/disabled": {
1923
- "type": "boolean\n",
1924
- "description": "Removes the ability to click or target the component."
1925
- },
1926
- "VCard/loading": {
1927
- "type": "string | boolean\n",
1928
- "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
1929
- },
1930
1894
  "VCard/location": {
1931
1895
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
1932
1896
  "description": "Specifies the component's location. Can combine by using a space separated string."
1933
1897
  },
1934
1898
  "VCard/position": {
1935
- "type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
1899
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
1936
1900
  "description": "Sets the position for the component."
1937
1901
  },
1938
1902
  "VCard/rounded": {
@@ -1943,34 +1907,58 @@
1943
1907
  "type": "boolean\n",
1944
1908
  "description": "Removes any applied **border-radius** from the component."
1945
1909
  },
1946
- "VCard/href": {
1910
+ "VCard/tag": {
1947
1911
  "type": "string\n",
1948
- "description": "Designates the component as anchor and applies the **href** attribute."
1949
- },
1950
- "VCard/exact": {
1951
- "type": "boolean\n",
1952
- "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
1912
+ "description": "Specify a custom tag used on the root element."
1953
1913
  },
1954
- "VCard/to": {
1955
- "type": "RouteLocationRaw\n",
1956
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
1914
+ "VCard/theme": {
1915
+ "type": "string\n",
1916
+ "description": "Specify a theme for this component and all of its children."
1957
1917
  },
1958
1918
  "VCard/color": {
1959
1919
  "type": "string\n",
1960
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)."
1961
1921
  },
1962
1922
  "VCard/variant": {
1963
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1923
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1964
1924
  "description": "Applies a distinct style to the component."
1965
1925
  },
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
+ },
1966
1934
  "VCard/image": {
1967
1935
  "type": "string\n",
1968
1936
  "description": "Apply a specific background image to the component."
1969
1937
  },
1938
+ "VCard/exact": {
1939
+ "type": "boolean\n",
1940
+ "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
1941
+ },
1970
1942
  "VCard/subtitle": {
1971
1943
  "type": "string | number\n",
1972
1944
  "description": "Specify a subtitle text for the component."
1973
1945
  },
1946
+ "VCard/disabled": {
1947
+ "type": "boolean\n",
1948
+ "description": "Removes the ability to click or target the component."
1949
+ },
1950
+ "VCard/append-icon": {
1951
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1952
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
1953
+ },
1954
+ "VCard/prepend-icon": {
1955
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1956
+ "description": "Prepends a [v-icon](/components/icons/) component to the header."
1957
+ },
1958
+ "VCard/loading": {
1959
+ "type": "string | boolean\n",
1960
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
1961
+ },
1974
1962
  "VCard/append-avatar": {
1975
1963
  "type": "string\n",
1976
1964
  "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot."
@@ -1983,10 +1971,30 @@
1983
1971
  "type": "string\n",
1984
1972
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
1985
1973
  },
1974
+ "VCard/ripple": {
1975
+ "type": "boolean | { class: string }\n",
1976
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
1977
+ },
1978
+ "VCard/href": {
1979
+ "type": "string\n",
1980
+ "description": "Designates the component as anchor and applies the **href** attribute."
1981
+ },
1982
+ "VCard/to": {
1983
+ "type": "RouteLocationRaw\n",
1984
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
1985
+ },
1986
1986
  "VCardItem/title": {
1987
1987
  "type": "string | number\n",
1988
1988
  "description": "Specify a title text for the component."
1989
1989
  },
1990
+ "VCardItem/prepend-icon": {
1991
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1992
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
1993
+ },
1994
+ "VCardItem/append-icon": {
1995
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1996
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
1997
+ },
1990
1998
  "VCardItem/density": {
1991
1999
  "type": "'default' | 'comfortable' | 'compact'\n",
1992
2000
  "description": "Adjusts the vertical height used by the component."
@@ -1995,14 +2003,6 @@
1995
2003
  "type": "string | number\n",
1996
2004
  "description": "Specify a subtitle text for the component."
1997
2005
  },
1998
- "VCardItem/append-icon": {
1999
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2000
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2001
- },
2002
- "VCardItem/prepend-icon": {
2003
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2004
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
2005
- },
2006
2006
  "VCardItem/append-avatar": {
2007
2007
  "type": "string\n",
2008
2008
  "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot."
@@ -2375,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."
@@ -2603,14 +2603,6 @@
2603
2603
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2604
2604
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
2605
2605
  },
2606
- "VChip/href": {
2607
- "type": "string\n",
2608
- "description": "Designates the component as anchor and applies the **href** attribute."
2609
- },
2610
- "VChip/to": {
2611
- "type": "RouteLocationRaw\n",
2612
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
2613
- },
2614
2606
  "VChip/selected-class": {
2615
2607
  "type": "string\n",
2616
2608
  "description": "Configure the active CSS class applied when an item is selected."
@@ -2623,14 +2615,22 @@
2623
2615
  "type": "string\n",
2624
2616
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
2625
2617
  },
2626
- "VChip/draggable": {
2627
- "type": "boolean\n",
2628
- "description": "Makes the chip draggable."
2629
- },
2630
2618
  "VChip/ripple": {
2631
2619
  "type": "boolean | { class: string }\n",
2632
2620
  "description": "Applies the [v-ripple](/directives/ripple) directive."
2633
2621
  },
2622
+ "VChip/href": {
2623
+ "type": "string\n",
2624
+ "description": "Designates the component as anchor and applies the **href** attribute."
2625
+ },
2626
+ "VChip/to": {
2627
+ "type": "RouteLocationRaw\n",
2628
+ "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."
2629
+ },
2630
+ "VChip/draggable": {
2631
+ "type": "boolean\n",
2632
+ "description": "Makes the chip draggable."
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."
@@ -2723,14 +2723,14 @@
2723
2723
  "type": "boolean\n",
2724
2724
  "description": "Forces the selected chip to be centered."
2725
2725
  },
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."
2729
- },
2730
2726
  "VClassIcon/tag": {
2731
2727
  "type": "string\n",
2732
2728
  "description": "Specify a custom tag used on the root element."
2733
2729
  },
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,39 +2812,27 @@
2812
2812
  "description": "Changes the order of the component on extra extra large and greater breakpoints."
2813
2813
  },
2814
2814
  "VCol/align-self": {
2815
- "type": "'start' | 'end' | 'center' | 'auto' | 'baseline' | 'stretch'\n",
2815
+ "type": "'end' | 'start' | 'center' | 'auto' | 'baseline' | 'stretch'\n",
2816
2816
  "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **auto**, **baseline** and **stretch**."
2817
2817
  },
2818
- "VColorPicker/tag": {
2819
- "type": "string\n",
2820
- "description": "Specify a custom tag used on the root element."
2821
- },
2822
- "VColorPicker/mode": {
2823
- "type": "'rgb' | 'rgba' | 'hsl' | 'hsla' | 'hex' | 'hexa'\n",
2824
- "description": "The current selected input type. Syncable with `v-model:mode`."
2825
- },
2826
- "VColorPicker/theme": {
2827
- "type": "string\n",
2828
- "description": "Specify a theme for this component and all of its children."
2829
- },
2830
2818
  "VColorPicker/border": {
2831
2819
  "type": "string | number | boolean\n",
2832
2820
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
2833
2821
  },
2834
- "VColorPicker/width": {
2835
- "type": "string | number\n",
2822
+ "VColorPicker/model-value": {
2823
+ "type": "string | Record<string, unknown>\n",
2824
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2825
+ },
2826
+ "VColorPicker/width": {
2827
+ "type": "string | number\n",
2836
2828
  "description": "Sets the width of the color picker."
2837
2829
  },
2838
2830
  "VColorPicker/elevation": {
2839
2831
  "type": "string | number\n",
2840
2832
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
2841
2833
  },
2842
- "VColorPicker/disabled": {
2843
- "type": "boolean\n",
2844
- "description": "Removes the ability to click or target the component."
2845
- },
2846
2834
  "VColorPicker/position": {
2847
- "type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
2835
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
2848
2836
  "description": "Sets the position for the component."
2849
2837
  },
2850
2838
  "VColorPicker/rounded": {
@@ -2855,13 +2843,25 @@
2855
2843
  "type": "boolean\n",
2856
2844
  "description": "Removes any applied **border-radius** from the component."
2857
2845
  },
2846
+ "VColorPicker/tag": {
2847
+ "type": "string\n",
2848
+ "description": "Specify a custom tag used on the root element."
2849
+ },
2850
+ "VColorPicker/theme": {
2851
+ "type": "string\n",
2852
+ "description": "Specify a theme for this component and all of its children."
2853
+ },
2858
2854
  "VColorPicker/color": {
2859
2855
  "type": "string\n",
2860
2856
  "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)."
2861
2857
  },
2862
- "VColorPicker/model-value": {
2863
- "type": "string | Record<string, unknown>\n",
2864
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2858
+ "VColorPicker/disabled": {
2859
+ "type": "boolean\n",
2860
+ "description": "Removes the ability to click or target the component."
2861
+ },
2862
+ "VColorPicker/mode": {
2863
+ "type": "'rgb' | 'rgba' | 'hsl' | 'hsla' | 'hex' | 'hexa'\n",
2864
+ "description": "The current selected input type. Syncable with `v-model:mode`."
2865
2865
  },
2866
2866
  "VColorPicker/canvas-height": {
2867
2867
  "type": "string | number\n",
@@ -2907,17 +2907,57 @@
2907
2907
  "type": "string\n",
2908
2908
  "description": "Sets input type."
2909
2909
  },
2910
- "VCombobox/model-value": {
2911
- "type": "any\n",
2912
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2910
+ "VCombobox/reverse": {
2911
+ "type": "boolean\n",
2912
+ "description": "Reverses the orientation."
2913
+ },
2914
+ "VCombobox/name": {
2915
+ "type": "string\n",
2916
+ "description": "Sets the component's name attribute."
2913
2917
  },
2914
2918
  "VCombobox/error": {
2915
2919
  "type": "boolean\n",
2916
2920
  "description": "Puts the input in a manual error state."
2917
2921
  },
2918
- "VCombobox/reverse": {
2922
+ "VCombobox/label": {
2923
+ "type": "string\n",
2924
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
2925
+ },
2926
+ "VCombobox/menu": {
2919
2927
  "type": "boolean\n",
2920
- "description": "Reverses the orientation."
2928
+ "description": "Renders with the menu open by default."
2929
+ },
2930
+ "VCombobox/theme": {
2931
+ "type": "string\n",
2932
+ "description": "Specify a theme for this component and all of its children."
2933
+ },
2934
+ "VCombobox/items": {
2935
+ "type": "any[]\n",
2936
+ "description": "Can be an array of objects or strings. By default objects should have **title** and **value** properties, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props). Keys to use for these can be changed with the **item-title**, **item-value**, and **item-props** props."
2937
+ },
2938
+ "VCombobox/id": {
2939
+ "type": "string\n",
2940
+ "description": "Sets the DOM id on the component."
2941
+ },
2942
+ "VCombobox/active": {
2943
+ "type": "boolean\n",
2944
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
2945
+ },
2946
+ "VCombobox/base-color": {
2947
+ "type": "string\n",
2948
+ "description": "Sets the color of the input when it is not focused."
2949
+ },
2950
+ "VCombobox/prepend-icon": {
2951
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2952
+ "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`."
2953
+ },
2954
+ "VCombobox/append-icon": {
2955
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2956
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2957
+ },
2958
+ "VCombobox/readonly": {
2959
+ "type": "boolean\n",
2960
+ "description": "Puts input in readonly state."
2921
2961
  },
2922
2962
  "VCombobox/density": {
2923
2963
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -2935,6 +2975,14 @@
2935
2975
  "type": "string | number\n",
2936
2976
  "description": "Sets the width for the component."
2937
2977
  },
2978
+ "VCombobox/disabled": {
2979
+ "type": "boolean\n",
2980
+ "description": "Removes the ability to click or target the input."
2981
+ },
2982
+ "VCombobox/loading": {
2983
+ "type": "string | boolean\n",
2984
+ "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."
2985
+ },
2938
2986
  "VCombobox/rounded": {
2939
2987
  "type": "string | number | boolean\n",
2940
2988
  "description": "Adds a border radius to the input."
@@ -2943,10 +2991,6 @@
2943
2991
  "type": "boolean\n",
2944
2992
  "description": "Removes any applied **border-radius** from the component."
2945
2993
  },
2946
- "VCombobox/theme": {
2947
- "type": "string\n",
2948
- "description": "Specify a theme for this component and all of its children."
2949
- },
2950
2994
  "VCombobox/color": {
2951
2995
  "type": "string\n",
2952
2996
  "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)."
@@ -2955,13 +2999,33 @@
2955
2999
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
2956
3000
  "description": "Applies a distinct style to the component."
2957
3001
  },
2958
- "VCombobox/name": {
2959
- "type": "string\n",
2960
- "description": "Sets the component's name attribute."
3002
+ "VCombobox/model-value": {
3003
+ "type": "any\n",
3004
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2961
3005
  },
2962
- "VCombobox/label": {
3006
+ "VCombobox/transition": {
3007
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
3008
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3009
+ },
3010
+ "VCombobox/bg-color": {
2963
3011
  "type": "string\n",
2964
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
3012
+ "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)."
3013
+ },
3014
+ "VCombobox/multiple": {
3015
+ "type": "boolean\n",
3016
+ "description": "Changes select to multiple. Accepts array for value."
3017
+ },
3018
+ "VCombobox/eager": {
3019
+ "type": "boolean\n",
3020
+ "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."
3021
+ },
3022
+ "VCombobox/direction": {
3023
+ "type": "'horizontal' | 'vertical'\n",
3024
+ "description": "Changes the direction of the input."
3025
+ },
3026
+ "VCombobox/value-comparator": {
3027
+ "type": "(a: any, b: any) => boolean\n",
3028
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2965
3029
  },
2966
3030
  "VCombobox/auto-select-first": {
2967
3031
  "type": "boolean | 'exact'\n",
@@ -3007,10 +3071,6 @@
3007
3071
  "type": "string\n",
3008
3072
  "description": "Text set to the inputs **aria-label** and **title** when input menu is open."
3009
3073
  },
3010
- "VCombobox/eager": {
3011
- "type": "boolean\n",
3012
- "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."
3013
- },
3014
3074
  "VCombobox/hide-no-data": {
3015
3075
  "type": "boolean\n",
3016
3076
  "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."
@@ -3023,26 +3083,6 @@
3023
3083
  "type": "unknown\n",
3024
3084
  "description": "Pass props through to the `v-list` component. Accepts an object with anything from [v-list](/api/v-list/#props) props, camelCase keys are recommended."
3025
3085
  },
3026
- "VCombobox/base-color": {
3027
- "type": "string\n",
3028
- "description": "Sets the color of the input when it is not focused."
3029
- },
3030
- "VCombobox/bg-color": {
3031
- "type": "string\n",
3032
- "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)."
3033
- },
3034
- "VCombobox/disabled": {
3035
- "type": "boolean\n",
3036
- "description": "Removes the ability to click or target the input."
3037
- },
3038
- "VCombobox/multiple": {
3039
- "type": "boolean\n",
3040
- "description": "Changes select to multiple. Accepts array for value."
3041
- },
3042
- "VCombobox/items": {
3043
- "type": "any[]\n",
3044
- "description": "Can be an array of objects or strings. By default objects should have **title** and **value** properties, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props). Keys to use for these can be changed with the **item-title**, **item-value**, and **item-props** props."
3045
- },
3046
3086
  "VCombobox/item-title": {
3047
3087
  "type": "SelectItemKey<any>\n",
3048
3088
  "description": "Property on supplied `items` that contains its title."
@@ -3063,14 +3103,6 @@
3063
3103
  "type": "boolean\n",
3064
3104
  "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3065
3105
  },
3066
- "VCombobox/value-comparator": {
3067
- "type": "(a: any, b: any) => boolean\n",
3068
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3069
- },
3070
- "VCombobox/menu": {
3071
- "type": "boolean\n",
3072
- "description": "Renders with the menu open by default."
3073
- },
3074
3106
  "VCombobox/menu-icon": {
3075
3107
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3076
3108
  "description": "Sets the the spin icon."
@@ -3079,14 +3111,6 @@
3079
3111
  "type": "unknown\n",
3080
3112
  "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended."
3081
3113
  },
3082
- "VCombobox/id": {
3083
- "type": "string\n",
3084
- "description": "Sets the DOM id on the component."
3085
- },
3086
- "VCombobox/transition": {
3087
- "type": "string | boolean | (TransitionProps & { component: Component })\n",
3088
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3089
- },
3090
3114
  "VCombobox/no-data-text": {
3091
3115
  "type": "string\n",
3092
3116
  "description": "Text shown when no items are provided to the component."
@@ -3131,18 +3155,10 @@
3131
3155
  "type": "string\n",
3132
3156
  "description": "The role attribute applied to the input."
3133
3157
  },
3134
- "VCombobox/append-icon": {
3135
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3136
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
3137
- },
3138
3158
  "VCombobox/center-affix": {
3139
3159
  "type": "boolean\n",
3140
3160
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
3141
3161
  },
3142
- "VCombobox/prepend-icon": {
3143
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3144
- "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`."
3145
- },
3146
3162
  "VCombobox/hide-spin-buttons": {
3147
3163
  "type": "boolean\n",
3148
3164
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -3159,10 +3175,6 @@
3159
3175
  "type": "string | string[]\n",
3160
3176
  "description": "Displays a list of messages or a single message if using a string."
3161
3177
  },
3162
- "VCombobox/direction": {
3163
- "type": "'horizontal' | 'vertical'\n",
3164
- "description": "Changes the direction of the input."
3165
- },
3166
3178
  "VCombobox/error-messages": {
3167
3179
  "type": "string | string[]\n",
3168
3180
  "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."
@@ -3171,10 +3183,6 @@
3171
3183
  "type": "string | number\n",
3172
3184
  "description": "Control the maximum number of shown errors from validation."
3173
3185
  },
3174
- "VCombobox/readonly": {
3175
- "type": "boolean\n",
3176
- "description": "Puts input in readonly state."
3177
- },
3178
3186
  "VCombobox/rules": {
3179
3187
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
3180
3188
  "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`."
@@ -3199,10 +3207,6 @@
3199
3207
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3200
3208
  "description": "The icon used when the **clearable** prop is set to true."
3201
3209
  },
3202
- "VCombobox/active": {
3203
- "type": "boolean\n",
3204
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
3205
- },
3206
3210
  "VCombobox/persistent-clear": {
3207
3211
  "type": "boolean\n",
3208
3212
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
@@ -3215,10 +3219,6 @@
3215
3219
  "type": "boolean\n",
3216
3220
  "description": "Label does not move on focus/dirty."
3217
3221
  },
3218
- "VCombobox/loading": {
3219
- "type": "string | boolean\n",
3220
- "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."
3221
- },
3222
3222
  "VCombobox/counter-value": {
3223
3223
  "type": "number | ((value: any) => number)\n",
3224
3224
  "description": "Function returns the counter display text."
@@ -3231,22 +3231,22 @@
3231
3231
  "type": "string[]\n",
3232
3232
  "description": "Accepts an array of strings that will trigger a new tag when typing. Does not replace the normal Tab and Enter keys."
3233
3233
  },
3234
- "VComponentIcon/tag": {
3235
- "type": "string\n",
3236
- "description": "Specify a custom tag used on the root element."
3237
- },
3238
3234
  "VComponentIcon/icon": {
3239
3235
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3240
3236
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
3241
3237
  },
3242
- "VConfirmEdit/color": {
3238
+ "VComponentIcon/tag": {
3243
3239
  "type": "string\n",
3244
- "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)."
3240
+ "description": "Specify a custom tag used on the root element."
3245
3241
  },
3246
3242
  "VConfirmEdit/model-value": {
3247
3243
  "type": "unknown\n",
3248
3244
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3249
3245
  },
3246
+ "VConfirmEdit/color": {
3247
+ "type": "string\n",
3248
+ "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)."
3249
+ },
3250
3250
  "VConfirmEdit/cancel-text": {
3251
3251
  "type": "string\n",
3252
3252
  "description": "Text for the cancel button"
@@ -3287,26 +3287,26 @@
3287
3287
  "type": "boolean\n",
3288
3288
  "description": "Removes viewport maximum-width size breakpoints."
3289
3289
  },
3290
+ "VCounter/disabled": {
3291
+ "type": "boolean\n",
3292
+ "description": "Removes the ability to click or target the component."
3293
+ },
3290
3294
  "VCounter/value": {
3291
3295
  "type": "string | number\n",
3292
3296
  "description": "Sets the current counter value."
3293
3297
  },
3298
+ "VCounter/transition": {
3299
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
3300
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3301
+ },
3294
3302
  "VCounter/active": {
3295
3303
  "type": "boolean\n",
3296
3304
  "description": "Determines whether the counter is visible or not."
3297
3305
  },
3298
- "VCounter/disabled": {
3299
- "type": "boolean\n",
3300
- "description": "Removes the ability to click or target the component."
3301
- },
3302
3306
  "VCounter/max": {
3303
3307
  "type": "string | number\n",
3304
3308
  "description": "Sets the maximum allowed value."
3305
3309
  },
3306
- "VCounter/transition": {
3307
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
3308
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3309
- },
3310
3310
  "VDataIterator/model-value": {
3311
3311
  "type": "any[]\n",
3312
3312
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
@@ -3483,6 +3483,46 @@
3483
3483
  "type": "(a: any, b: any) => boolean\n",
3484
3484
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3485
3485
  },
3486
+ "VDataTable/filter-mode": {
3487
+ "type": "'every' | 'some' | 'union' | 'intersection'\n",
3488
+ "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
3489
+ },
3490
+ "VDataTable/no-filter": {
3491
+ "type": "boolean\n",
3492
+ "description": "Disables all item filtering."
3493
+ },
3494
+ "VDataTable/custom-filter": {
3495
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
3496
+ "description": "Function to filter items."
3497
+ },
3498
+ "VDataTable/custom-key-filter": {
3499
+ "type": "unknown\n",
3500
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
3501
+ },
3502
+ "VDataTable/filter-keys": {
3503
+ "type": "string | string[]\n",
3504
+ "description": "Array of specific keys to filter on the item."
3505
+ },
3506
+ "VDataTable/hide-no-data": {
3507
+ "type": "boolean\n",
3508
+ "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."
3509
+ },
3510
+ "VDataTable/select-strategy": {
3511
+ "type": "'single' | 'page' | 'all'\n",
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)."
3513
+ },
3514
+ "VDataTable/item-value": {
3515
+ "type": "SelectItemKey<any>\n",
3516
+ "description": "Property on supplied `items` that contains its value."
3517
+ },
3518
+ "VDataTable/return-object": {
3519
+ "type": "boolean\n",
3520
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3521
+ },
3522
+ "VDataTable/no-data-text": {
3523
+ "type": "string\n",
3524
+ "description": "Text shown when no items are provided to the component."
3525
+ },
3486
3526
  "VDataTable/header-props": {
3487
3527
  "type": "unknown\n",
3488
3528
  "description": "Pass props to the default header. See [`v-data-table-headers` API](/api/v-data-table-headers) for more information."
@@ -3507,14 +3547,6 @@
3507
3547
  "type": "string\n",
3508
3548
  "description": "Text shown when the data is loading."
3509
3549
  },
3510
- "VDataTable/hide-no-data": {
3511
- "type": "boolean\n",
3512
- "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
3513
- },
3514
- "VDataTable/no-data-text": {
3515
- "type": "string\n",
3516
- "description": "Text shown when no items are provided to the component."
3517
- },
3518
3550
  "VDataTable/row-props": {
3519
3551
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3520
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."
@@ -3547,26 +3579,14 @@
3547
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",
3548
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."
3549
3581
  },
3550
- "VDataTable/item-value": {
3551
- "type": "SelectItemKey<any>\n",
3552
- "description": "Property on supplied `items` that contains its value."
3553
- },
3554
3582
  "VDataTable/item-selectable": {
3555
3583
  "type": "SelectItemKey<any>\n",
3556
3584
  "description": "Property on supplied `items` that indicates whether the item is selectable."
3557
3585
  },
3558
- "VDataTable/return-object": {
3559
- "type": "boolean\n",
3560
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3561
- },
3562
3586
  "VDataTable/show-select": {
3563
3587
  "type": "boolean\n",
3564
3588
  "description": "Shows the select checkboxes in both the header and rows (if using default rows)."
3565
3589
  },
3566
- "VDataTable/select-strategy": {
3567
- "type": "'page' | 'single' | 'all'\n",
3568
- "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3569
- },
3570
3590
  "VDataTable/sort-by": {
3571
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",
3572
3592
  "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier."
@@ -3603,26 +3623,6 @@
3603
3623
  "type": "boolean\n",
3604
3624
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
3605
3625
  },
3606
- "VDataTable/filter-mode": {
3607
- "type": "'every' | 'some' | 'union' | 'intersection'\n",
3608
- "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
3609
- },
3610
- "VDataTable/no-filter": {
3611
- "type": "boolean\n",
3612
- "description": "Disables all item filtering."
3613
- },
3614
- "VDataTable/custom-filter": {
3615
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
3616
- "description": "Function to filter items."
3617
- },
3618
- "VDataTable/custom-key-filter": {
3619
- "type": "unknown\n",
3620
- "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
3621
- },
3622
- "VDataTable/filter-keys": {
3623
- "type": "string | string[]\n",
3624
- "description": "Array of specific keys to filter on the item."
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."
@@ -3752,7 +3752,7 @@
3752
3752
  "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"
3753
3753
  },
3754
3754
  "VDataTableHeaders/mobile-breakpoint": {
3755
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3755
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
3756
3756
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3757
3757
  },
3758
3758
  "VDataTableRow/item": {
@@ -3768,7 +3768,7 @@
3768
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"
3769
3769
  },
3770
3770
  "VDataTableRow/mobile-breakpoint": {
3771
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3771
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
3772
3772
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3773
3773
  },
3774
3774
  "VDataTableRow/index": {
@@ -3800,7 +3800,7 @@
3800
3800
  "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"
3801
3801
  },
3802
3802
  "VDataTableRows/mobile-breakpoint": {
3803
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3803
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
3804
3804
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3805
3805
  },
3806
3806
  "VDataTableRows/loading-text": {
@@ -3887,6 +3887,10 @@
3887
3887
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3888
3888
  "description": "Previous icon."
3889
3889
  },
3890
+ "VDataTableServer/hover": {
3891
+ "type": "boolean\n",
3892
+ "description": "Will add a hover effect to a table's row when the mouse is over it."
3893
+ },
3890
3894
  "VDataTableServer/item-selectable": {
3891
3895
  "type": "SelectItemKey<any>\n",
3892
3896
  "description": "Property on supplied `items` that indicates whether the item is selectable."
@@ -4012,7 +4016,7 @@
4012
4016
  "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"
4013
4017
  },
4014
4018
  "VDataTableServer/mobile-breakpoint": {
4015
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
4019
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
4016
4020
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4017
4021
  },
4018
4022
  "VDataTableServer/loading-text": {
@@ -4039,10 +4043,6 @@
4039
4043
  "type": "boolean\n",
4040
4044
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
4041
4045
  },
4042
- "VDataTableServer/hover": {
4043
- "type": "boolean\n",
4044
- "description": "Will add a hover effect to a table's row when the mouse is over it."
4045
- },
4046
4046
  "VDataTableVirtual/tag": {
4047
4047
  "type": "string\n",
4048
4048
  "description": "Specify a custom tag used on the root element."
@@ -4103,6 +4103,46 @@
4103
4103
  "type": "(a: any, b: any) => boolean\n",
4104
4104
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
4105
4105
  },
4106
+ "VDataTableVirtual/filter-mode": {
4107
+ "type": "'every' | 'some' | 'union' | 'intersection'\n",
4108
+ "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
4109
+ },
4110
+ "VDataTableVirtual/no-filter": {
4111
+ "type": "boolean\n",
4112
+ "description": "Disables all item filtering."
4113
+ },
4114
+ "VDataTableVirtual/custom-filter": {
4115
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
4116
+ "description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted."
4117
+ },
4118
+ "VDataTableVirtual/custom-key-filter": {
4119
+ "type": "unknown\n",
4120
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
4121
+ },
4122
+ "VDataTableVirtual/filter-keys": {
4123
+ "type": "string | string[]\n",
4124
+ "description": "Array of specific keys to filter on the item."
4125
+ },
4126
+ "VDataTableVirtual/hide-no-data": {
4127
+ "type": "boolean\n",
4128
+ "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."
4129
+ },
4130
+ "VDataTableVirtual/select-strategy": {
4131
+ "type": "'single' | 'page' | 'all'\n",
4132
+ "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)."
4133
+ },
4134
+ "VDataTableVirtual/item-value": {
4135
+ "type": "SelectItemKey<any>\n",
4136
+ "description": "Property on supplied `items` that contains its value."
4137
+ },
4138
+ "VDataTableVirtual/return-object": {
4139
+ "type": "boolean\n",
4140
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
4141
+ },
4142
+ "VDataTableVirtual/no-data-text": {
4143
+ "type": "string\n",
4144
+ "description": "Text shown when no items are provided to the component."
4145
+ },
4106
4146
  "VDataTableVirtual/header-props": {
4107
4147
  "type": "unknown\n",
4108
4148
  "description": "Pass props to the default header."
@@ -4119,14 +4159,6 @@
4119
4159
  "type": "string\n",
4120
4160
  "description": "Text shown when the data is loading."
4121
4161
  },
4122
- "VDataTableVirtual/hide-no-data": {
4123
- "type": "boolean\n",
4124
- "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."
4125
- },
4126
- "VDataTableVirtual/no-data-text": {
4127
- "type": "string\n",
4128
- "description": "Text shown when no items are provided to the component."
4129
- },
4130
4162
  "VDataTableVirtual/row-props": {
4131
4163
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
4132
4164
  "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."
@@ -4159,26 +4191,14 @@
4159
4191
  "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",
4160
4192
  "description": "Defines the grouping of the table items."
4161
4193
  },
4162
- "VDataTableVirtual/item-value": {
4163
- "type": "SelectItemKey<any>\n",
4164
- "description": "Property on supplied `items` that contains its value."
4165
- },
4166
4194
  "VDataTableVirtual/item-selectable": {
4167
4195
  "type": "SelectItemKey<any>\n",
4168
4196
  "description": "Property on supplied `items` that indicates whether the item is selectable."
4169
4197
  },
4170
- "VDataTableVirtual/return-object": {
4171
- "type": "boolean\n",
4172
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
4173
- },
4174
4198
  "VDataTableVirtual/show-select": {
4175
4199
  "type": "boolean\n",
4176
4200
  "description": "Shows the column with checkboxes for selecting items in the list."
4177
4201
  },
4178
- "VDataTableVirtual/select-strategy": {
4179
- "type": "'page' | 'single' | 'all'\n",
4180
- "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)."
4181
- },
4182
4202
  "VDataTableVirtual/sort-by": {
4183
4203
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
4184
4204
  "description": "Array of column keys and sort orders that determines the sort order of the table."
@@ -4215,26 +4235,6 @@
4215
4235
  "type": "boolean\n",
4216
4236
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
4217
4237
  },
4218
- "VDataTableVirtual/filter-mode": {
4219
- "type": "'every' | 'some' | 'union' | 'intersection'\n",
4220
- "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
4221
- },
4222
- "VDataTableVirtual/no-filter": {
4223
- "type": "boolean\n",
4224
- "description": "Disables all item filtering."
4225
- },
4226
- "VDataTableVirtual/custom-filter": {
4227
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
4228
- "description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted."
4229
- },
4230
- "VDataTableVirtual/custom-key-filter": {
4231
- "type": "unknown\n",
4232
- "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
4233
- },
4234
- "VDataTableVirtual/filter-keys": {
4235
- "type": "string | string[]\n",
4236
- "description": "Array of specific keys to filter on the item."
4237
- },
4238
4238
  "VDataTableVirtual/item-height": {
4239
4239
  "type": "string | number\n",
4240
4240
  "description": "Height in pixels of each item to display."
@@ -4395,6 +4395,46 @@
4395
4395
  "type": "number | boolean | (string & {}) | 'range'\n",
4396
4396
  "description": "Allow the selection of multiple dates. The **range** value selects all dates between two selections."
4397
4397
  },
4398
+ "VDateInput/hide-header": {
4399
+ "type": "boolean\n",
4400
+ "description": "Hides the header."
4401
+ },
4402
+ "VDateInput/month": {
4403
+ "type": "string | number\n",
4404
+ "description": "Sets the month."
4405
+ },
4406
+ "VDateInput/show-adjacent-months": {
4407
+ "type": "boolean\n",
4408
+ "description": "Toggles visibility of days from previous and next months."
4409
+ },
4410
+ "VDateInput/year": {
4411
+ "type": "number\n",
4412
+ "description": "Sets the year."
4413
+ },
4414
+ "VDateInput/weekdays": {
4415
+ "type": "number[]\n",
4416
+ "description": "Array of weekdays."
4417
+ },
4418
+ "VDateInput/weeks-in-month": {
4419
+ "type": "'static' | 'dynamic'\n",
4420
+ "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."
4421
+ },
4422
+ "VDateInput/first-day-of-week": {
4423
+ "type": "string | number\n",
4424
+ "description": "Sets the first day of the week, starting with 0 for Sunday."
4425
+ },
4426
+ "VDateInput/allowed-dates": {
4427
+ "type": "unknown[] | ((date: unknown) => boolean)\n",
4428
+ "description": "Restricts which dates can be selected."
4429
+ },
4430
+ "VDateInput/display-value": {
4431
+ "type": "unknown\n",
4432
+ "description": "The value that determines the month to show. This is different from modelValue, which determines the selected value."
4433
+ },
4434
+ "VDateInput/min": {
4435
+ "type": "unknown\n",
4436
+ "description": "Minimum allowed date/month (ISO 8601 format)."
4437
+ },
4398
4438
  "VDateInput/next-icon": {
4399
4439
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4400
4440
  "description": "Sets the icon for next month/year button."
@@ -4404,33 +4444,13 @@
4404
4444
  "description": "Sets the icon for previous month/year button."
4405
4445
  },
4406
4446
  "VDateInput/view-mode": {
4407
- "type": "'month' | 'months' | 'year'\n",
4447
+ "type": "'month' | 'year' | 'months'\n",
4408
4448
  "description": "Determines which picker in the date or month picker is being displayed. Allowed values: `'month'`, `'months'`, `'year'`."
4409
4449
  },
4410
- "VDateInput/month": {
4411
- "type": "string | number\n",
4412
- "description": "Sets the month."
4413
- },
4414
4450
  "VDateInput/direction": {
4415
4451
  "type": "'horizontal' | 'vertical'\n",
4416
4452
  "description": "Changes the direction of the input."
4417
4453
  },
4418
- "VDateInput/cancel-text": {
4419
- "type": "string\n",
4420
- "description": "Text for the cancel button"
4421
- },
4422
- "VDateInput/ok-text": {
4423
- "type": "string\n",
4424
- "description": "Text for the ok button"
4425
- },
4426
- "VDateInput/hide-actions": {
4427
- "type": "boolean\n",
4428
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDateInput.json))"
4429
- },
4430
- "VDateInput/focused": {
4431
- "type": "boolean\n",
4432
- "description": "Forces a focused state styling on the component."
4433
- },
4434
4454
  "VDateInput/autofocus": {
4435
4455
  "type": "boolean\n",
4436
4456
  "description": "Enables autofocus."
@@ -4503,6 +4523,10 @@
4503
4523
  "type": "any\n",
4504
4524
  "description": "The value used when applying validation rules."
4505
4525
  },
4526
+ "VDateInput/focused": {
4527
+ "type": "boolean\n",
4528
+ "description": "Forces a focused state styling on the component."
4529
+ },
4506
4530
  "VDateInput/hide-details": {
4507
4531
  "type": "boolean | 'auto'\n",
4508
4532
  "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."
@@ -4543,14 +4567,22 @@
4543
4567
  "type": "unknown\n",
4544
4568
  "description": "**FOR INTERNAL USE ONLY**"
4545
4569
  },
4570
+ "VDateInput/hide-actions": {
4571
+ "type": "boolean\n",
4572
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDateInput.json))"
4573
+ },
4574
+ "VDateInput/cancel-text": {
4575
+ "type": "string\n",
4576
+ "description": "Text for the cancel button"
4577
+ },
4578
+ "VDateInput/ok-text": {
4579
+ "type": "string\n",
4580
+ "description": "Text for the ok button"
4581
+ },
4546
4582
  "VDateInput/mode-icon": {
4547
4583
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4548
4584
  "description": "Icon displayed next to the current month and year, toggles year selection when clicked."
4549
4585
  },
4550
- "VDateInput/year": {
4551
- "type": "number\n",
4552
- "description": "Sets the year."
4553
- },
4554
4586
  "VDateInput/hide-weekdays": {
4555
4587
  "type": "boolean\n",
4556
4588
  "description": "Hides the weekdays."
@@ -4563,42 +4595,10 @@
4563
4595
  "type": "string\n",
4564
4596
  "description": "The transition used when changing months into the past"
4565
4597
  },
4566
- "VDateInput/show-adjacent-months": {
4567
- "type": "boolean\n",
4568
- "description": "Toggles visibility of days from previous and next months."
4569
- },
4570
- "VDateInput/weekdays": {
4571
- "type": "number[]\n",
4572
- "description": "Array of weekdays."
4573
- },
4574
- "VDateInput/weeks-in-month": {
4575
- "type": "'static' | 'dynamic'\n",
4576
- "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."
4577
- },
4578
- "VDateInput/first-day-of-week": {
4579
- "type": "string | number\n",
4580
- "description": "Sets the first day of the week, starting with 0 for Sunday."
4581
- },
4582
- "VDateInput/allowed-dates": {
4583
- "type": "unknown[] | ((date: unknown) => boolean)\n",
4584
- "description": "Restricts which dates can be selected."
4585
- },
4586
- "VDateInput/display-value": {
4587
- "type": "unknown\n",
4588
- "description": "The value that determines the month to show. This is different from modelValue, which determines the selected value."
4589
- },
4590
- "VDateInput/min": {
4591
- "type": "unknown\n",
4592
- "description": "Minimum allowed date/month (ISO 8601 format)."
4593
- },
4594
4598
  "VDateInput/landscape": {
4595
4599
  "type": "boolean\n",
4596
4600
  "description": "Changes the picker to landscape mode."
4597
4601
  },
4598
- "VDateInput/hide-header": {
4599
- "type": "boolean\n",
4600
- "description": "Hides the header."
4601
- },
4602
4602
  "VDatePicker/title": {
4603
4603
  "type": "string\n",
4604
4604
  "description": "Specify a title text for the component."
@@ -4699,22 +4699,46 @@
4699
4699
  "type": "unknown\n",
4700
4700
  "description": "Maximum allowed date/month (ISO 8601 format)."
4701
4701
  },
4702
- "VDatePicker/hide-header": {
4703
- "type": "boolean\n",
4704
- "description": "Hides the header."
4702
+ "VDatePicker/next-icon": {
4703
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4704
+ "description": "Sets the icon for next month/year button."
4705
+ },
4706
+ "VDatePicker/prev-icon": {
4707
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4708
+ "description": "Sets the icon for previous month/year button."
4709
+ },
4710
+ "VDatePicker/view-mode": {
4711
+ "type": "'month' | 'months' | 'year'\n",
4712
+ "description": "Determines which picker in the date or month picker is being displayed. Allowed values: `'month'`, `'months'`, `'year'`."
4705
4713
  },
4706
4714
  "VDatePicker/month": {
4707
4715
  "type": "string | number\n",
4708
4716
  "description": "Sets the month."
4709
4717
  },
4710
- "VDatePicker/show-adjacent-months": {
4711
- "type": "boolean\n",
4712
- "description": "Toggles visibility of days from previous and next months."
4718
+ "VDatePicker/reverse-transition": {
4719
+ "type": "string\n",
4720
+ "description": "The transition used when changing months into the past"
4721
+ },
4722
+ "VDatePicker/mode-icon": {
4723
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4724
+ "description": "Icon displayed next to the current month and year, toggles year selection when clicked."
4713
4725
  },
4714
4726
  "VDatePicker/year": {
4715
4727
  "type": "number\n",
4716
4728
  "description": "Sets the year."
4717
4729
  },
4730
+ "VDatePicker/hide-weekdays": {
4731
+ "type": "boolean\n",
4732
+ "description": "Hides the weekdays."
4733
+ },
4734
+ "VDatePicker/show-week": {
4735
+ "type": "boolean\n",
4736
+ "description": "Toggles visibility of the week numbers in the body of the calendar."
4737
+ },
4738
+ "VDatePicker/show-adjacent-months": {
4739
+ "type": "boolean\n",
4740
+ "description": "Toggles visibility of days from previous and next months."
4741
+ },
4718
4742
  "VDatePicker/weekdays": {
4719
4743
  "type": "number[]\n",
4720
4744
  "description": "Array of weekdays."
@@ -4739,41 +4763,13 @@
4739
4763
  "type": "unknown\n",
4740
4764
  "description": "Minimum allowed date/month (ISO 8601 format)."
4741
4765
  },
4742
- "VDatePicker/next-icon": {
4743
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4744
- "description": "Sets the icon for next month/year button."
4745
- },
4746
- "VDatePicker/prev-icon": {
4747
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4748
- "description": "Sets the icon for previous month/year button."
4749
- },
4750
- "VDatePicker/view-mode": {
4751
- "type": "'month' | 'year' | 'months'\n",
4752
- "description": "Determines which picker in the date or month picker is being displayed. Allowed values: `'month'`, `'months'`, `'year'`."
4753
- },
4754
- "VDatePicker/reverse-transition": {
4755
- "type": "string\n",
4756
- "description": "The transition used when changing months into the past"
4757
- },
4758
- "VDatePicker/mode-icon": {
4759
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4760
- "description": "Icon displayed next to the current month and year, toggles year selection when clicked."
4761
- },
4762
- "VDatePicker/hide-weekdays": {
4763
- "type": "boolean\n",
4764
- "description": "Hides the weekdays."
4765
- },
4766
- "VDatePicker/show-week": {
4767
- "type": "boolean\n",
4768
- "description": "Toggles visibility of the week numbers in the body of the calendar."
4769
- },
4770
4766
  "VDatePicker/landscape": {
4771
4767
  "type": "boolean\n",
4772
4768
  "description": "Changes the picker to landscape mode."
4773
4769
  },
4774
- "VDatePickerControls/active": {
4775
- "type": "string | string[]\n",
4776
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
4770
+ "VDatePicker/hide-header": {
4771
+ "type": "boolean\n",
4772
+ "description": "Hides the header."
4777
4773
  },
4778
4774
  "VDatePickerControls/text": {
4779
4775
  "type": "string\n",
@@ -4783,6 +4779,10 @@
4783
4779
  "type": "string | boolean | string[]\n",
4784
4780
  "description": "Removes the ability to click or target the component."
4785
4781
  },
4782
+ "VDatePickerControls/active": {
4783
+ "type": "string | string[]\n",
4784
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
4785
+ },
4786
4786
  "VDatePickerControls/next-icon": {
4787
4787
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4788
4788
  "description": "Icon used for the next button."
@@ -4843,14 +4843,26 @@
4843
4843
  "type": "string | number\n",
4844
4844
  "description": "Sets the month."
4845
4845
  },
4846
- "VDatePickerMonth/show-adjacent-months": {
4847
- "type": "boolean\n",
4848
- "description": "Show adjacent months."
4846
+ "VDatePickerMonth/reverse-transition": {
4847
+ "type": "string\n",
4848
+ "description": "The transition used when changing months into the past"
4849
4849
  },
4850
4850
  "VDatePickerMonth/year": {
4851
4851
  "type": "string | number\n",
4852
4852
  "description": "Sets the year."
4853
4853
  },
4854
+ "VDatePickerMonth/hide-weekdays": {
4855
+ "type": "boolean\n",
4856
+ "description": "Hide the days of the week letters."
4857
+ },
4858
+ "VDatePickerMonth/show-week": {
4859
+ "type": "boolean\n",
4860
+ "description": "Show the week number."
4861
+ },
4862
+ "VDatePickerMonth/show-adjacent-months": {
4863
+ "type": "boolean\n",
4864
+ "description": "Show adjacent months."
4865
+ },
4854
4866
  "VDatePickerMonth/weekdays": {
4855
4867
  "type": "number[]\n",
4856
4868
  "description": "Sets the weekdays of the month."
@@ -4875,18 +4887,6 @@
4875
4887
  "type": "unknown\n",
4876
4888
  "description": "Sets the minimum date of the month."
4877
4889
  },
4878
- "VDatePickerMonth/reverse-transition": {
4879
- "type": "string\n",
4880
- "description": "The transition used when changing months into the past"
4881
- },
4882
- "VDatePickerMonth/hide-weekdays": {
4883
- "type": "boolean\n",
4884
- "description": "Hide the days of the week letters."
4885
- },
4886
- "VDatePickerMonth/show-week": {
4887
- "type": "boolean\n",
4888
- "description": "Show the week number."
4889
- },
4890
4890
  "VDatePickerMonths/height": {
4891
4891
  "type": "string | number\n",
4892
4892
  "description": "Sets the height for the component."
@@ -5267,26 +5267,26 @@
5267
5267
  "type": "string | number\n",
5268
5268
  "description": "Sets the width of the text container."
5269
5269
  },
5270
- "VExpandTransition/disabled": {
5271
- "type": "boolean\n",
5272
- "description": "Removes the ability to click or target the component."
5273
- },
5274
5270
  "VExpandTransition/mode": {
5275
5271
  "type": "'default' | 'in-out' | 'out-in'\n",
5276
5272
  "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
5277
5273
  },
5278
- "VExpandTransition/group": {
5274
+ "VExpandTransition/disabled": {
5279
5275
  "type": "boolean\n",
5280
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5276
+ "description": "Removes the ability to click or target the component."
5281
5277
  },
5282
- "VExpandXTransition/disabled": {
5278
+ "VExpandTransition/group": {
5283
5279
  "type": "boolean\n",
5284
- "description": "Removes the ability to click or target the component."
5280
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5285
5281
  },
5286
5282
  "VExpandXTransition/mode": {
5287
5283
  "type": "'default' | 'in-out' | 'out-in'\n",
5288
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)."
5289
5285
  },
5286
+ "VExpandXTransition/disabled": {
5287
+ "type": "boolean\n",
5288
+ "description": "Removes the ability to click or target the component."
5289
+ },
5290
5290
  "VExpandXTransition/group": {
5291
5291
  "type": "boolean\n",
5292
5292
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
@@ -5375,10 +5375,6 @@
5375
5375
  "type": "boolean\n",
5376
5376
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
5377
5377
  },
5378
- "VExpansionPanel/hide-actions": {
5379
- "type": "boolean\n",
5380
- "description": "Hide the expand icon in the content title."
5381
- },
5382
5378
  "VExpansionPanel/expand-icon": {
5383
5379
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5384
5380
  "description": "Icon used when the expansion panel is in a expandable state."
@@ -5387,6 +5383,10 @@
5387
5383
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5388
5384
  "description": "Icon used when the expansion panel is in a collapsable state."
5389
5385
  },
5386
+ "VExpansionPanel/hide-actions": {
5387
+ "type": "boolean\n",
5388
+ "description": "Hide the expand icon in the content title."
5389
+ },
5390
5390
  "VExpansionPanel/focusable": {
5391
5391
  "type": "boolean\n",
5392
5392
  "description": "Makes the expansion panel content focusable."
@@ -5527,10 +5527,6 @@
5527
5527
  "type": "boolean\n",
5528
5528
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
5529
5529
  },
5530
- "VExpansionPanels/hide-actions": {
5531
- "type": "boolean\n",
5532
- "description": "Hide the expand icon in the content title."
5533
- },
5534
5530
  "VExpansionPanels/expand-icon": {
5535
5531
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5536
5532
  "description": "Icon used when the expansion panel is in a expandable state."
@@ -5539,6 +5535,10 @@
5539
5535
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5540
5536
  "description": "Icon used when the expansion panel is in a collapsable state."
5541
5537
  },
5538
+ "VExpansionPanels/hide-actions": {
5539
+ "type": "boolean\n",
5540
+ "description": "Hide the expand icon in the content title."
5541
+ },
5542
5542
  "VExpansionPanels/focusable": {
5543
5543
  "type": "boolean\n",
5544
5544
  "description": "Makes the expansion-panel headers focusable."
@@ -5711,14 +5711,6 @@
5711
5711
  "type": "string | boolean\n",
5712
5712
  "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
5713
5713
  },
5714
- "VFab/href": {
5715
- "type": "string\n",
5716
- "description": "Designates the component as anchor and applies the **href** attribute."
5717
- },
5718
- "VFab/to": {
5719
- "type": "RouteLocationRaw\n",
5720
- "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."
5721
- },
5722
5714
  "VFab/selected-class": {
5723
5715
  "type": "string\n",
5724
5716
  "description": "Configure the active CSS class applied when an item is selected."
@@ -5727,6 +5719,14 @@
5727
5719
  "type": "boolean | { class: string }\n",
5728
5720
  "description": "Applies the [v-ripple](/directives/ripple) directive."
5729
5721
  },
5722
+ "VFab/href": {
5723
+ "type": "string\n",
5724
+ "description": "Designates the component as anchor and applies the **href** attribute."
5725
+ },
5726
+ "VFab/to": {
5727
+ "type": "RouteLocationRaw\n",
5728
+ "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
5729
+ },
5730
5730
  "VFab/app": {
5731
5731
  "type": "boolean\n",
5732
5732
  "description": "If true, attaches to the closest layout and positions according to the value of **location**."
@@ -5855,14 +5855,14 @@
5855
5855
  "type": "string\n",
5856
5856
  "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5857
5857
  },
5858
- "VField/focused": {
5859
- "type": "boolean\n",
5860
- "description": "Forces a focused state styling on the component."
5861
- },
5862
5858
  "VField/center-affix": {
5863
5859
  "type": "boolean\n",
5864
5860
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
5865
5861
  },
5862
+ "VField/focused": {
5863
+ "type": "boolean\n",
5864
+ "description": "Forces a focused state styling on the component."
5865
+ },
5866
5866
  "VField/append-inner-icon": {
5867
5867
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5868
5868
  "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
@@ -6463,14 +6463,14 @@
6463
6463
  "type": "boolean\n",
6464
6464
  "description": "Stop validation as soon as any rules fail."
6465
6465
  },
6466
- "VHover/disabled": {
6467
- "type": "boolean\n",
6468
- "description": "Removes hover functionality."
6469
- },
6470
6466
  "VHover/model-value": {
6471
6467
  "type": "boolean\n",
6472
6468
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6473
6469
  },
6470
+ "VHover/disabled": {
6471
+ "type": "boolean\n",
6472
+ "description": "Removes hover functionality."
6473
+ },
6474
6474
  "VHover/close-delay": {
6475
6475
  "type": "string | number\n",
6476
6476
  "description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
@@ -6479,18 +6479,6 @@
6479
6479
  "type": "string | number\n",
6480
6480
  "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
6481
6481
  },
6482
- "VIcon/end": {
6483
- "type": "boolean\n",
6484
- "description": "Applies margin at the start of the component."
6485
- },
6486
- "VIcon/start": {
6487
- "type": "boolean\n",
6488
- "description": "Applies margin at the end of the component."
6489
- },
6490
- "VIcon/icon": {
6491
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6492
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6493
- },
6494
6482
  "VIcon/tag": {
6495
6483
  "type": "string\n",
6496
6484
  "description": "Specify a custom tag used on the root element."
@@ -6499,17 +6487,29 @@
6499
6487
  "type": "string\n",
6500
6488
  "description": "Specify a theme for this component and all of its children."
6501
6489
  },
6502
- "VIcon/color": {
6503
- "type": "string\n",
6504
- "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)."
6490
+ "VIcon/size": {
6491
+ "type": "string | number\n",
6492
+ "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**."
6505
6493
  },
6506
6494
  "VIcon/disabled": {
6507
6495
  "type": "boolean\n",
6508
6496
  "description": "Removes the ability to click or target the component."
6509
6497
  },
6510
- "VIcon/size": {
6511
- "type": "string | number\n",
6512
- "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."
6501
+ },
6502
+ "VIcon/end": {
6503
+ "type": "boolean\n",
6504
+ "description": "Applies margin at the start of the component."
6505
+ },
6506
+ "VIcon/color": {
6507
+ "type": "string\n",
6508
+ "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)."
6509
+ },
6510
+ "VIcon/icon": {
6511
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6512
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6513
6513
  },
6514
6514
  "VImg/height": {
6515
6515
  "type": "string | number\n",
@@ -6555,30 +6555,22 @@
6555
6555
  "type": "string\n",
6556
6556
  "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)."
6557
6557
  },
6558
- "VImg/inline": {
6558
+ "VImg/eager": {
6559
6559
  "type": "boolean\n",
6560
- "description": "Display as an inline element instead of a block, also disables flex-grow."
6561
- },
6562
- "VImg/transition": {
6563
- "type": "string | boolean | (TransitionProps & { component: Component })\n",
6564
- "description": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition."
6560
+ "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."
6565
6561
  },
6566
6562
  "VImg/content-class": {
6567
6563
  "type": "any\n",
6568
6564
  "description": "Apply a custom class to the internal content element."
6569
6565
  },
6570
- "VImg/eager": {
6571
- "type": "boolean\n",
6572
- "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."
6566
+ "VImg/transition": {
6567
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
6568
+ "description": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition."
6573
6569
  },
6574
6570
  "VImg/options": {
6575
6571
  "type": "IntersectionObserverInit\n",
6576
6572
  "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
6577
6573
  },
6578
- "VImg/draggable": {
6579
- "type": "boolean | 'true' | 'false'\n",
6580
- "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
6581
- },
6582
6574
  "VImg/alt": {
6583
6575
  "type": "string\n",
6584
6576
  "description": "Alternate text for screen readers. Leave empty for decorative images."
@@ -6587,6 +6579,10 @@
6587
6579
  "type": "boolean\n",
6588
6580
  "description": "Resizes the background image to cover the entire container."
6589
6581
  },
6582
+ "VImg/draggable": {
6583
+ "type": "boolean | 'true' | 'false'\n",
6584
+ "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
6585
+ },
6590
6586
  "VImg/gradient": {
6591
6587
  "type": "string\n",
6592
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."
@@ -6611,6 +6607,10 @@
6611
6607
  "type": "string | number\n",
6612
6608
  "description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
6613
6609
  },
6610
+ "VImg/inline": {
6611
+ "type": "boolean\n",
6612
+ "description": "Display as an inline element instead of a block, also disables flex-grow."
6613
+ },
6614
6614
  "VImg/crossorigin": {
6615
6615
  "type": "'' | 'anonymous' | 'use-credentials'\n",
6616
6616
  "description": "Specify that images should be fetched with CORS enabled [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#crossorigin)"
@@ -6619,6 +6619,14 @@
6619
6619
  "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",
6620
6620
  "description": "Define which referrer is sent when fetching the resource [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#referrerpolicy)"
6621
6621
  },
6622
+ "VInfiniteScroll/tag": {
6623
+ "type": "string\n",
6624
+ "description": "Specify a custom tag used on the root element."
6625
+ },
6626
+ "VInfiniteScroll/mode": {
6627
+ "type": "'intersect' | 'manual'\n",
6628
+ "description": "Specifies if content should load automatically when scrolling (**intersect**) or manually (**manual**)."
6629
+ },
6622
6630
  "VInfiniteScroll/height": {
6623
6631
  "type": "string | number\n",
6624
6632
  "description": "Sets the height for the component."
@@ -6643,24 +6651,16 @@
6643
6651
  "type": "string | number\n",
6644
6652
  "description": "Sets the width for the component."
6645
6653
  },
6646
- "VInfiniteScroll/tag": {
6647
- "type": "string\n",
6648
- "description": "Specify a custom tag used on the root element."
6649
- },
6650
6654
  "VInfiniteScroll/color": {
6651
6655
  "type": "string\n",
6652
6656
  "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)."
6653
6657
  },
6654
- "VInfiniteScroll/mode": {
6655
- "type": "'intersect' | 'manual'\n",
6656
- "description": "Specifies if content should load automatically when scrolling (**intersect**) or manually (**manual**)."
6657
- },
6658
6658
  "VInfiniteScroll/direction": {
6659
6659
  "type": "'horizontal' | 'vertical'\n",
6660
6660
  "description": "Specifies if scroller is **vertical** or **horizontal**."
6661
6661
  },
6662
6662
  "VInfiniteScroll/side": {
6663
- "type": "'end' | 'start' | 'both'\n",
6663
+ "type": "'start' | 'end' | 'both'\n",
6664
6664
  "description": "Specifies the side where new content should appear. Either the **start**, **end**, or **both** sides."
6665
6665
  },
6666
6666
  "VInfiniteScroll/margin": {
@@ -6831,13 +6831,21 @@
6831
6831
  "type": "string\n",
6832
6832
  "description": "Specify a custom tag used on the root element."
6833
6833
  },
6834
+ "VLabel/text": {
6835
+ "type": "string\n",
6836
+ "description": "Specify content text for the component."
6837
+ },
6834
6838
  "VLabel/theme": {
6835
6839
  "type": "string\n",
6836
6840
  "description": "Specify a theme for this component and all of its children."
6837
6841
  },
6838
- "VLabel/text": {
6839
- "type": "string\n",
6840
- "description": "Specify content text for the component."
6842
+ "VLayout/full-height": {
6843
+ "type": "boolean\n",
6844
+ "description": "Sets the component height to 100%."
6845
+ },
6846
+ "VLayout/overlaps": {
6847
+ "type": "string[]\n",
6848
+ "description": "**FOR INTERNAL USE ONLY**"
6841
6849
  },
6842
6850
  "VLayout/height": {
6843
6851
  "type": "string | number\n",
@@ -6863,41 +6871,33 @@
6863
6871
  "type": "string | number\n",
6864
6872
  "description": "Sets the width for the component."
6865
6873
  },
6866
- "VLayout/full-height": {
6874
+ "VLayoutItem/model-value": {
6867
6875
  "type": "boolean\n",
6868
- "description": "Sets the component height to 100%."
6869
- },
6870
- "VLayout/overlaps": {
6871
- "type": "string[]\n",
6872
- "description": "**FOR INTERNAL USE ONLY**"
6873
- },
6874
- "VLayoutItem/name": {
6875
- "type": "string\n",
6876
- "description": "Assign a specific name for layout registration."
6877
- },
6878
- "VLayoutItem/size": {
6879
- "type": "string | number\n",
6880
- "description": "Sets the height and width of the component."
6876
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6881
6877
  },
6882
6878
  "VLayoutItem/position": {
6883
- "type": "'top' | 'left' | 'right' | 'bottom'\n",
6879
+ "type": "'top' | 'bottom' | 'left' | 'right'\n",
6884
6880
  "description": "The position of the item."
6885
6881
  },
6886
6882
  "VLayoutItem/absolute": {
6887
6883
  "type": "boolean\n",
6888
6884
  "description": "Applies **position: absolute** to the component."
6889
6885
  },
6890
- "VLayoutItem/model-value": {
6891
- "type": "boolean\n",
6892
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6886
+ "VLayoutItem/name": {
6887
+ "type": "string\n",
6888
+ "description": "Assign a specific name for layout registration."
6893
6889
  },
6894
6890
  "VLayoutItem/order": {
6895
6891
  "type": "string | number\n",
6896
6892
  "description": "Adjust the order of the component in relation to its registration order."
6897
6893
  },
6898
- "VLazy/model-value": {
6899
- "type": "boolean\n",
6900
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6894
+ "VLayoutItem/size": {
6895
+ "type": "string | number\n",
6896
+ "description": "Sets the height and width of the component."
6897
+ },
6898
+ "VLazy/tag": {
6899
+ "type": "string\n",
6900
+ "description": "Specify a custom tag used on the root element."
6901
6901
  },
6902
6902
  "VLazy/height": {
6903
6903
  "type": "string | number\n",
@@ -6923,9 +6923,9 @@
6923
6923
  "type": "string | number\n",
6924
6924
  "description": "Sets the width for the component."
6925
6925
  },
6926
- "VLazy/tag": {
6927
- "type": "string\n",
6928
- "description": "Specify a custom tag used on the root element."
6926
+ "VLazy/model-value": {
6927
+ "type": "boolean\n",
6928
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6929
6929
  },
6930
6930
  "VLazy/transition": {
6931
6931
  "type": "string | boolean | (TransitionProps & { component: Component })\n",
@@ -6935,42 +6935,14 @@
6935
6935
  "type": "IntersectionObserverInit\n",
6936
6936
  "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
6937
6937
  },
6938
- "VLigatureIcon/tag": {
6939
- "type": "string\n",
6940
- "description": "Specify a custom tag used on the root element."
6941
- },
6942
6938
  "VLigatureIcon/icon": {
6943
6939
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6944
6940
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6945
6941
  },
6946
- "VList/tag": {
6942
+ "VLigatureIcon/tag": {
6947
6943
  "type": "string\n",
6948
6944
  "description": "Specify a custom tag used on the root element."
6949
6945
  },
6950
- "VList/nav": {
6951
- "type": "boolean\n",
6952
- "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
6953
- },
6954
- "VList/theme": {
6955
- "type": "string\n",
6956
- "description": "Specify a theme for this component and all of its children."
6957
- },
6958
- "VList/items": {
6959
- "type": "any[]\n",
6960
- "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."
6961
- },
6962
- "VList/active-color": {
6963
- "type": "string\n",
6964
- "description": "The applied color when the component is in an active state."
6965
- },
6966
- "VList/base-color": {
6967
- "type": "string\n",
6968
- "description": "Sets the color of component when not focused."
6969
- },
6970
- "VList/slim": {
6971
- "type": "boolean\n",
6972
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
6973
- },
6974
6946
  "VList/border": {
6975
6947
  "type": "string | number | boolean\n",
6976
6948
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
@@ -7007,10 +6979,6 @@
7007
6979
  "type": "string | number\n",
7008
6980
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
7009
6981
  },
7010
- "VList/disabled": {
7011
- "type": "boolean\n",
7012
- "description": "Puts all children inputs into a disabled state."
7013
- },
7014
6982
  "VList/rounded": {
7015
6983
  "type": "string | number | boolean\n",
7016
6984
  "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)."
@@ -7019,49 +6987,41 @@
7019
6987
  "type": "boolean\n",
7020
6988
  "description": "Removes any applied **border-radius** from the component."
7021
6989
  },
6990
+ "VList/tag": {
6991
+ "type": "string\n",
6992
+ "description": "Specify a custom tag used on the root element."
6993
+ },
6994
+ "VList/theme": {
6995
+ "type": "string\n",
6996
+ "description": "Specify a theme for this component and all of its children."
6997
+ },
7022
6998
  "VList/color": {
7023
6999
  "type": "string\n",
7024
7000
  "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)."
7025
7001
  },
7026
7002
  "VList/variant": {
7027
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7003
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7028
7004
  "description": "Applies a distinct style to the component."
7029
7005
  },
7030
- "VList/bg-color": {
7006
+ "VList/base-color": {
7031
7007
  "type": "string\n",
7032
- "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)."
7033
- },
7034
- "VList/lines": {
7035
- "type": "false | 'one' | 'two' | 'three'\n",
7036
- "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."
7008
+ "description": "Sets the color of component when not focused."
7037
7009
  },
7038
- "VList/mandatory": {
7039
- "type": "boolean\n",
7040
- "description": "Forces at least one item to always be selected (if available)."
7010
+ "VList/active-color": {
7011
+ "type": "string\n",
7012
+ "description": "The applied color when the component is in an active state."
7041
7013
  },
7042
7014
  "VList/active-class": {
7043
7015
  "type": "string\n",
7044
7016
  "description": "The class applied to the component when it is in an active state."
7045
7017
  },
7046
- "VList/selected": {
7047
- "type": "unknown\n",
7048
- "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
7049
- },
7050
- "VList/value-comparator": {
7051
- "type": "(a: any, b: any) => boolean\n",
7052
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
7053
- },
7054
- "VList/item-value": {
7055
- "type": "SelectItemKey<any>\n",
7056
- "description": "Property on supplied `items` that contains its value."
7018
+ "VList/bg-color": {
7019
+ "type": "string\n",
7020
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
7057
7021
  },
7058
- "VList/return-object": {
7022
+ "VList/disabled": {
7059
7023
  "type": "boolean\n",
7060
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
7061
- },
7062
- "VList/select-strategy": {
7063
- "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)\n",
7064
- "description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model."
7024
+ "description": "Puts all children inputs into a disabled state."
7065
7025
  },
7066
7026
  "VList/expand-icon": {
7067
7027
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -7071,6 +7031,18 @@
7071
7031
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7072
7032
  "description": "Icon to display when the list item is expanded."
7073
7033
  },
7034
+ "VList/lines": {
7035
+ "type": "false | 'one' | 'two' | 'three'\n",
7036
+ "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."
7037
+ },
7038
+ "VList/slim": {
7039
+ "type": "boolean\n",
7040
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
7041
+ },
7042
+ "VList/nav": {
7043
+ "type": "boolean\n",
7044
+ "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
7045
+ },
7074
7046
  "VList/activatable": {
7075
7047
  "type": "boolean\n",
7076
7048
  "description": "Designates whether the list items are activatable."
@@ -7087,22 +7059,42 @@
7087
7059
  "type": "any\n",
7088
7060
  "description": "Array of ids of activated nodes."
7089
7061
  },
7062
+ "VList/selected": {
7063
+ "type": "unknown\n",
7064
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
7065
+ },
7066
+ "VList/mandatory": {
7067
+ "type": "boolean\n",
7068
+ "description": "Forces at least one item to always be selected (if available)."
7069
+ },
7090
7070
  "VList/active-strategy": {
7091
7071
  "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",
7092
7072
  "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."
7093
7073
  },
7074
+ "VList/select-strategy": {
7075
+ "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)\n",
7076
+ "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."
7077
+ },
7094
7078
  "VList/open-strategy": {
7095
- "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",
7079
+ "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",
7096
7080
  "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."
7097
7081
  },
7098
7082
  "VList/item-type": {
7099
7083
  "type": "string\n",
7100
7084
  "description": "Designates the key on the supplied items that is used for determining the nodes type."
7101
7085
  },
7086
+ "VList/items": {
7087
+ "type": "any[]\n",
7088
+ "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."
7089
+ },
7102
7090
  "VList/item-title": {
7103
7091
  "type": "SelectItemKey<any>\n",
7104
7092
  "description": "Property on supplied `items` that contains its title."
7105
7093
  },
7094
+ "VList/item-value": {
7095
+ "type": "SelectItemKey<any>\n",
7096
+ "description": "Property on supplied `items` that contains its value."
7097
+ },
7106
7098
  "VList/item-children": {
7107
7099
  "type": "SelectItemKey<any>\n",
7108
7100
  "description": "Property on supplied `items` that contains its children."
@@ -7111,25 +7103,45 @@
7111
7103
  "type": "SelectItemKey<any>\n",
7112
7104
  "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
7113
7105
  },
7114
- "VListGroup/title": {
7115
- "type": "string\n",
7116
- "description": "Specify a title text for the component."
7106
+ "VList/return-object": {
7107
+ "type": "boolean\n",
7108
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
7109
+ },
7110
+ "VList/value-comparator": {
7111
+ "type": "(a: any, b: any) => boolean\n",
7112
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
7117
7113
  },
7118
7114
  "VListGroup/tag": {
7119
7115
  "type": "string\n",
7120
7116
  "description": "Specify a custom tag used on the root element."
7121
7117
  },
7122
- "VListGroup/color": {
7118
+ "VListGroup/title": {
7119
+ "type": "string\n",
7120
+ "description": "Specify a title text for the component."
7121
+ },
7122
+ "VListGroup/value": {
7123
+ "type": "any\n",
7124
+ "description": "Expands / Collapse the list-group."
7125
+ },
7126
+ "VListGroup/active-color": {
7123
7127
  "type": "string\n",
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)."
7128
+ "description": "The applied color when the component is in an active state."
7125
7129
  },
7126
7130
  "VListGroup/base-color": {
7127
7131
  "type": "string\n",
7128
7132
  "description": "Sets the color of component when not focused."
7129
7133
  },
7130
- "VListGroup/active-color": {
7134
+ "VListGroup/prepend-icon": {
7135
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7136
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
7137
+ },
7138
+ "VListGroup/append-icon": {
7139
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7140
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7141
+ },
7142
+ "VListGroup/color": {
7131
7143
  "type": "string\n",
7132
- "description": "The applied color when the component is in an active state."
7144
+ "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)."
7133
7145
  },
7134
7146
  "VListGroup/expand-icon": {
7135
7147
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -7139,18 +7151,6 @@
7139
7151
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7140
7152
  "description": "Icon to display when the list item is expanded."
7141
7153
  },
7142
- "VListGroup/value": {
7143
- "type": "any\n",
7144
- "description": "Expands / Collapse the list-group."
7145
- },
7146
- "VListGroup/append-icon": {
7147
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7148
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7149
- },
7150
- "VListGroup/prepend-icon": {
7151
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7152
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
7153
- },
7154
7154
  "VListGroup/fluid": {
7155
7155
  "type": "boolean\n",
7156
7156
  "description": "Removes the left padding assigned for action icons from group items."
@@ -7163,10 +7163,62 @@
7163
7163
  "type": "string\n",
7164
7164
  "description": "Specify a custom tag used on the root element."
7165
7165
  },
7166
+ "VListItem/tag": {
7167
+ "type": "string\n",
7168
+ "description": "Specify a custom tag used on the root element."
7169
+ },
7170
+ "VListItem/link": {
7171
+ "type": "boolean\n",
7172
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop."
7173
+ },
7174
+ "VListItem/nav": {
7175
+ "type": "boolean\n",
7176
+ "description": "Reduces the width v-list-item takes up as well as adding a border radius."
7177
+ },
7166
7178
  "VListItem/title": {
7167
7179
  "type": "string | number\n",
7168
7180
  "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."
7169
7181
  },
7182
+ "VListItem/replace": {
7183
+ "type": "boolean\n",
7184
+ "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."
7185
+ },
7186
+ "VListItem/theme": {
7187
+ "type": "string\n",
7188
+ "description": "Specify a theme for this component and all of its children."
7189
+ },
7190
+ "VListItem/value": {
7191
+ "type": "any\n",
7192
+ "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
7193
+ },
7194
+ "VListItem/active": {
7195
+ "type": "boolean\n",
7196
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
7197
+ },
7198
+ "VListItem/active-color": {
7199
+ "type": "string\n",
7200
+ "description": "The applied color when the component is in an active state."
7201
+ },
7202
+ "VListItem/base-color": {
7203
+ "type": "string\n",
7204
+ "description": "Sets the color of component when not focused."
7205
+ },
7206
+ "VListItem/prepend-icon": {
7207
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7208
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
7209
+ },
7210
+ "VListItem/append-icon": {
7211
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7212
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7213
+ },
7214
+ "VListItem/slim": {
7215
+ "type": "boolean\n",
7216
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
7217
+ },
7218
+ "VListItem/ripple": {
7219
+ "type": "boolean | { class: string }\n",
7220
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
7221
+ },
7170
7222
  "VListItem/border": {
7171
7223
  "type": "string | number | boolean\n",
7172
7224
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
@@ -7203,6 +7255,10 @@
7203
7255
  "type": "string | number\n",
7204
7256
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
7205
7257
  },
7258
+ "VListItem/disabled": {
7259
+ "type": "boolean\n",
7260
+ "description": "Removes the ability to click or target the component."
7261
+ },
7206
7262
  "VListItem/rounded": {
7207
7263
  "type": "string | number | boolean\n",
7208
7264
  "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)."
@@ -7211,89 +7267,37 @@
7211
7267
  "type": "boolean\n",
7212
7268
  "description": "Removes any applied **border-radius** from the component."
7213
7269
  },
7214
- "VListItem/tag": {
7215
- "type": "string\n",
7216
- "description": "Specify a custom tag used on the root element."
7217
- },
7218
- "VListItem/theme": {
7219
- "type": "string\n",
7220
- "description": "Specify a theme for this component and all of its children."
7221
- },
7222
- "VListItem/color": {
7270
+ "VListItem/href": {
7223
7271
  "type": "string\n",
7224
- "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),"
7225
- },
7226
- "VListItem/variant": {
7227
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7228
- "description": "Applies a distinct style to the component."
7229
- },
7230
- "VListItem/replace": {
7231
- "type": "boolean\n",
7232
- "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."
7233
- },
7234
- "VListItem/link": {
7235
- "type": "boolean\n",
7236
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
7272
+ "description": "Designates the component as anchor and applies the **href** attribute."
7237
7273
  },
7238
7274
  "VListItem/exact": {
7239
7275
  "type": "boolean\n",
7240
7276
  "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."
7241
7277
  },
7242
- "VListItem/subtitle": {
7243
- "type": "string | number\n",
7244
- "description": "Specify a subtitle text for the component."
7245
- },
7246
- "VListItem/base-color": {
7247
- "type": "string\n",
7248
- "description": "Sets the color of component when not focused."
7249
- },
7250
- "VListItem/active-color": {
7251
- "type": "string\n",
7252
- "description": "The applied color when the component is in an active state."
7278
+ "VListItem/to": {
7279
+ "type": "RouteLocationRaw\n",
7280
+ "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."
7253
7281
  },
7254
- "VListItem/active-class": {
7282
+ "VListItem/color": {
7255
7283
  "type": "string\n",
7256
- "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."
7284
+ "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),"
7257
7285
  },
7258
- "VListItem/disabled": {
7259
- "type": "boolean\n",
7260
- "description": "Removes the ability to click or target the component."
7286
+ "VListItem/variant": {
7287
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7288
+ "description": "Applies a distinct style to the component."
7261
7289
  },
7262
7290
  "VListItem/lines": {
7263
7291
  "type": "false | 'one' | 'two' | 'three'\n",
7264
7292
  "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
7265
7293
  },
7266
- "VListItem/slim": {
7267
- "type": "boolean\n",
7268
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
7269
- },
7270
- "VListItem/nav": {
7271
- "type": "boolean\n",
7272
- "description": "Reduces the width v-list-item takes up as well as adding a border radius."
7273
- },
7274
- "VListItem/value": {
7275
- "type": "any\n",
7276
- "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
7277
- },
7278
- "VListItem/append-icon": {
7279
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7280
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7281
- },
7282
- "VListItem/prepend-icon": {
7283
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7284
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
7285
- },
7286
- "VListItem/active": {
7287
- "type": "boolean\n",
7288
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
7289
- },
7290
- "VListItem/href": {
7294
+ "VListItem/active-class": {
7291
7295
  "type": "string\n",
7292
- "description": "Designates the component as anchor and applies the **href** attribute."
7296
+ "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."
7293
7297
  },
7294
- "VListItem/to": {
7295
- "type": "RouteLocationRaw\n",
7296
- "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
7298
+ "VListItem/subtitle": {
7299
+ "type": "string | number\n",
7300
+ "description": "Specify a subtitle text for the component."
7297
7301
  },
7298
7302
  "VListItem/append-avatar": {
7299
7303
  "type": "string\n",
@@ -7303,21 +7307,17 @@
7303
7307
  "type": "string\n",
7304
7308
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
7305
7309
  },
7306
- "VListItem/ripple": {
7307
- "type": "boolean | { class: string }\n",
7308
- "description": "Applies the [v-ripple](/directives/ripple) directive."
7309
- },
7310
- "VListItemAction/tag": {
7311
- "type": "string\n",
7312
- "description": "Specify a custom tag used on the root element."
7310
+ "VListItemAction/end": {
7311
+ "type": "boolean\n",
7312
+ "description": "Applies margin at the start of the component."
7313
7313
  },
7314
7314
  "VListItemAction/start": {
7315
7315
  "type": "boolean\n",
7316
7316
  "description": "Applies margin at the end of the component."
7317
7317
  },
7318
- "VListItemAction/end": {
7319
- "type": "boolean\n",
7320
- "description": "Applies margin at the start of the component."
7318
+ "VListItemAction/tag": {
7319
+ "type": "string\n",
7320
+ "description": "Specify a custom tag used on the root element."
7321
7321
  },
7322
7322
  "VListItemMedia/end": {
7323
7323
  "type": "boolean\n",
@@ -8011,10 +8011,6 @@
8011
8011
  "type": "string\n",
8012
8012
  "description": "Specifies the dividing character between items."
8013
8013
  },
8014
- "VOtpInput/focused": {
8015
- "type": "boolean\n",
8016
- "description": "Forces a focused state styling on the component."
8017
- },
8018
8014
  "VOtpInput/autofocus": {
8019
8015
  "type": "boolean\n",
8020
8016
  "description": "Automatically focuses the first input on page load"
@@ -8023,6 +8019,10 @@
8023
8019
  "type": "string\n",
8024
8020
  "description": "Sets the input’s placeholder text."
8025
8021
  },
8022
+ "VOtpInput/focused": {
8023
+ "type": "boolean\n",
8024
+ "description": "Forces a focused state styling on the component."
8025
+ },
8026
8026
  "VOtpInput/focus-all": {
8027
8027
  "type": "boolean\n",
8028
8028
  "description": "Puts all inputs into a focus state when any are focused"
@@ -8359,14 +8359,14 @@
8359
8359
  "type": "string\n",
8360
8360
  "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)."
8361
8361
  },
8362
- "VPicker/landscape": {
8363
- "type": "boolean\n",
8364
- "description": "Puts the picker into landscape mode."
8365
- },
8366
8362
  "VPicker/hide-header": {
8367
8363
  "type": "boolean\n",
8368
8364
  "description": "Hide the picker header."
8369
8365
  },
8366
+ "VPicker/landscape": {
8367
+ "type": "boolean\n",
8368
+ "description": "Puts the picker into landscape mode."
8369
+ },
8370
8370
  "VPickerTitle/tag": {
8371
8371
  "type": "string\n",
8372
8372
  "description": "Specify a custom tag used on the root element."
@@ -8691,10 +8691,6 @@
8691
8691
  "type": "(a: any, b: any) => boolean\n",
8692
8692
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
8693
8693
  },
8694
- "VRadioGroup/focused": {
8695
- "type": "boolean\n",
8696
- "description": "Forces a focused state styling on the component."
8697
- },
8698
8694
  "VRadioGroup/center-affix": {
8699
8695
  "type": "boolean\n",
8700
8696
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -8735,6 +8731,10 @@
8735
8731
  "type": "any\n",
8736
8732
  "description": "The value used when applying validation rules."
8737
8733
  },
8734
+ "VRadioGroup/focused": {
8735
+ "type": "boolean\n",
8736
+ "description": "Forces a focused state styling on the component."
8737
+ },
8738
8738
  "VRadioGroup/hide-details": {
8739
8739
  "type": "boolean | 'auto'\n",
8740
8740
  "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."
@@ -8827,14 +8827,14 @@
8827
8827
  "type": "(string | number)[]\n",
8828
8828
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
8829
8829
  },
8830
+ "VRangeSlider/min": {
8831
+ "type": "string | number\n",
8832
+ "description": "Sets the minimum allowed value."
8833
+ },
8830
8834
  "VRangeSlider/direction": {
8831
8835
  "type": "'horizontal' | 'vertical'\n",
8832
8836
  "description": "Changes the direction of the input."
8833
8837
  },
8834
- "VRangeSlider/focused": {
8835
- "type": "boolean\n",
8836
- "description": "Forces a focused state styling on the component."
8837
- },
8838
8838
  "VRangeSlider/center-affix": {
8839
8839
  "type": "boolean\n",
8840
8840
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -8875,14 +8875,14 @@
8875
8875
  "type": "any\n",
8876
8876
  "description": "The value used when applying validation rules."
8877
8877
  },
8878
+ "VRangeSlider/focused": {
8879
+ "type": "boolean\n",
8880
+ "description": "Forces a focused state styling on the component."
8881
+ },
8878
8882
  "VRangeSlider/hide-details": {
8879
8883
  "type": "boolean | 'auto'\n",
8880
8884
  "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."
8881
8885
  },
8882
- "VRangeSlider/min": {
8883
- "type": "string | number\n",
8884
- "description": "Sets the minimum allowed value."
8885
- },
8886
8886
  "VRangeSlider/step": {
8887
8887
  "type": "string | number\n",
8888
8888
  "description": "If greater than 0, sets step interval for ticks."
@@ -9371,25 +9371,73 @@
9371
9371
  "type": "(a: any, b: any) => boolean\n",
9372
9372
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
9373
9373
  },
9374
+ "VSelect/chips": {
9375
+ "type": "boolean\n",
9376
+ "description": "Changes display of selections to chips."
9377
+ },
9378
+ "VSelect/closable-chips": {
9379
+ "type": "boolean\n",
9380
+ "description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components."
9381
+ },
9382
+ "VSelect/close-text": {
9383
+ "type": "string\n",
9384
+ "description": "Text set to the inputs `aria-label` and `title` when input menu is closed."
9385
+ },
9386
+ "VSelect/open-text": {
9387
+ "type": "string\n",
9388
+ "description": "Text set to the inputs **aria-label** and **title** when input menu is open."
9389
+ },
9374
9390
  "VSelect/hide-no-data": {
9375
9391
  "type": "boolean\n",
9376
9392
  "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
9377
9393
  },
9378
- "VSelect/no-data-text": {
9379
- "type": "string\n",
9380
- "description": "Text shown when no items are provided to the component."
9394
+ "VSelect/hide-selected": {
9395
+ "type": "boolean\n",
9396
+ "description": "Do not display in the select menu items that are already selected."
9397
+ },
9398
+ "VSelect/list-props": {
9399
+ "type": "unknown\n",
9400
+ "description": "Pass props through to the `v-list` component. Accepts an object with anything from [v-list](/api/v-list/#props) props, camelCase keys are recommended."
9401
+ },
9402
+ "VSelect/item-title": {
9403
+ "type": "SelectItemKey<any>\n",
9404
+ "description": "Property on supplied `items` that contains its title."
9381
9405
  },
9382
9406
  "VSelect/item-value": {
9383
9407
  "type": "SelectItemKey<any>\n",
9384
9408
  "description": "Set property of **items**'s value - **must be primitive**. Dot notation is supported. **Note:** This is currently not supported with `v-combobox` [GitHub Issue](https://github.com/vuetifyjs/vuetify/issues/5479)."
9385
9409
  },
9410
+ "VSelect/item-children": {
9411
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
9412
+ "description": "This property currently has **no effect**."
9413
+ },
9414
+ "VSelect/item-props": {
9415
+ "type": "SelectItemKey<any>\n",
9416
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
9417
+ },
9386
9418
  "VSelect/return-object": {
9387
9419
  "type": "boolean\n",
9388
9420
  "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
9389
9421
  },
9390
- "VSelect/focused": {
9422
+ "VSelect/menu-icon": {
9423
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9424
+ "description": "Sets the the spin icon."
9425
+ },
9426
+ "VSelect/menu-props": {
9427
+ "type": "unknown\n",
9428
+ "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended."
9429
+ },
9430
+ "VSelect/no-data-text": {
9431
+ "type": "string\n",
9432
+ "description": "Text shown when no items are provided to the component."
9433
+ },
9434
+ "VSelect/open-on-clear": {
9391
9435
  "type": "boolean\n",
9392
- "description": "Forces a focused state styling on the component."
9436
+ "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state."
9437
+ },
9438
+ "VSelect/item-color": {
9439
+ "type": "string\n",
9440
+ "description": "Sets color of selected items."
9393
9441
  },
9394
9442
  "VSelect/autofocus": {
9395
9443
  "type": "boolean\n",
@@ -9459,6 +9507,10 @@
9459
9507
  "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
9460
9508
  "description": "Change what type of event triggers validation to run."
9461
9509
  },
9510
+ "VSelect/focused": {
9511
+ "type": "boolean\n",
9512
+ "description": "Forces a focused state styling on the component."
9513
+ },
9462
9514
  "VSelect/hide-details": {
9463
9515
  "type": "boolean | 'auto'\n",
9464
9516
  "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."
@@ -9491,58 +9543,6 @@
9491
9543
  "type": "unknown\n",
9492
9544
  "description": "**FOR INTERNAL USE ONLY**"
9493
9545
  },
9494
- "VSelect/item-title": {
9495
- "type": "SelectItemKey<any>\n",
9496
- "description": "Property on supplied `items` that contains its title."
9497
- },
9498
- "VSelect/item-children": {
9499
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
9500
- "description": "This property currently has **no effect**."
9501
- },
9502
- "VSelect/item-props": {
9503
- "type": "SelectItemKey<any>\n",
9504
- "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
9505
- },
9506
- "VSelect/chips": {
9507
- "type": "boolean\n",
9508
- "description": "Changes display of selections to chips."
9509
- },
9510
- "VSelect/closable-chips": {
9511
- "type": "boolean\n",
9512
- "description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components."
9513
- },
9514
- "VSelect/close-text": {
9515
- "type": "string\n",
9516
- "description": "Text set to the inputs `aria-label` and `title` when input menu is closed."
9517
- },
9518
- "VSelect/open-text": {
9519
- "type": "string\n",
9520
- "description": "Text set to the inputs **aria-label** and **title** when input menu is open."
9521
- },
9522
- "VSelect/hide-selected": {
9523
- "type": "boolean\n",
9524
- "description": "Do not display in the select menu items that are already selected."
9525
- },
9526
- "VSelect/list-props": {
9527
- "type": "unknown\n",
9528
- "description": "Pass props through to the `v-list` component. Accepts an object with anything from [v-list](/api/v-list/#props) props, camelCase keys are recommended."
9529
- },
9530
- "VSelect/menu-icon": {
9531
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9532
- "description": "Sets the the spin icon."
9533
- },
9534
- "VSelect/menu-props": {
9535
- "type": "unknown\n",
9536
- "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended."
9537
- },
9538
- "VSelect/open-on-clear": {
9539
- "type": "boolean\n",
9540
- "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state."
9541
- },
9542
- "VSelect/item-color": {
9543
- "type": "string\n",
9544
- "description": "Sets color of selected items."
9545
- },
9546
9546
  "VSelectionControl/type": {
9547
9547
  "type": "string\n",
9548
9548
  "description": "Provides the default type for children selection controls."
@@ -10063,14 +10063,14 @@
10063
10063
  "type": "string | number\n",
10064
10064
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10065
10065
  },
10066
+ "VSlider/min": {
10067
+ "type": "string | number\n",
10068
+ "description": "Sets the minimum allowed value."
10069
+ },
10066
10070
  "VSlider/direction": {
10067
10071
  "type": "'horizontal' | 'vertical'\n",
10068
10072
  "description": "Changes the direction of the input."
10069
10073
  },
10070
- "VSlider/focused": {
10071
- "type": "boolean\n",
10072
- "description": "Forces a focused state styling on the component."
10073
- },
10074
10074
  "VSlider/center-affix": {
10075
10075
  "type": "boolean\n",
10076
10076
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -10111,14 +10111,14 @@
10111
10111
  "type": "any\n",
10112
10112
  "description": "The value used when applying validation rules."
10113
10113
  },
10114
+ "VSlider/focused": {
10115
+ "type": "boolean\n",
10116
+ "description": "Forces a focused state styling on the component."
10117
+ },
10114
10118
  "VSlider/hide-details": {
10115
10119
  "type": "boolean | 'auto'\n",
10116
10120
  "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."
10117
10121
  },
10118
- "VSlider/min": {
10119
- "type": "string | number\n",
10120
- "description": "Sets the minimum allowed value."
10121
- },
10122
10122
  "VSlider/step": {
10123
10123
  "type": "string | number\n",
10124
10124
  "description": "If greater than 0, sets step interval for ticks."
@@ -10539,17 +10539,13 @@
10539
10539
  "type": "(string | number | { value: number })[]\n",
10540
10540
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10541
10541
  },
10542
- "VSparkline/item-value": {
10543
- "type": "string\n",
10544
- "description": "The value of the item."
10545
- },
10546
10542
  "VSparkline/min": {
10547
10543
  "type": "string | number\n",
10548
10544
  "description": "The minimum value of the sparkline."
10549
10545
  },
10550
- "VSparkline/gradient": {
10551
- "type": "string[]\n",
10552
- "description": "An array of colors to use as a linear-gradient."
10546
+ "VSparkline/item-value": {
10547
+ "type": "string\n",
10548
+ "description": "The value of the item."
10553
10549
  },
10554
10550
  "VSparkline/auto-line-width": {
10555
10551
  "type": "boolean\n",
@@ -10567,6 +10563,10 @@
10567
10563
  "type": "string\n",
10568
10564
  "description": "The easing function to use for the trace animation."
10569
10565
  },
10566
+ "VSparkline/gradient": {
10567
+ "type": "string[]\n",
10568
+ "description": "An array of colors to use as a linear-gradient."
10569
+ },
10570
10570
  "VSparkline/gradient-direction": {
10571
10571
  "type": "'top' | 'left' | 'right' | 'bottom'\n",
10572
10572
  "description": "The direction the gradient should run."
@@ -10847,6 +10847,10 @@
10847
10847
  "type": "boolean | 'force'\n",
10848
10848
  "description": "Forces at least one item to always be selected (if available)."
10849
10849
  },
10850
+ "VStepper/item-title": {
10851
+ "type": "string\n",
10852
+ "description": "Property on supplied `items` that contains its title."
10853
+ },
10850
10854
  "VStepper/item-value": {
10851
10855
  "type": "string\n",
10852
10856
  "description": "Property on supplied `items` that contains its value."
@@ -10855,10 +10859,6 @@
10855
10859
  "type": "boolean\n",
10856
10860
  "description": "Hide actions bar (prev and next buttons)."
10857
10861
  },
10858
- "VStepper/item-title": {
10859
- "type": "string\n",
10860
- "description": "Property on supplied `items` that contains its title."
10861
- },
10862
10862
  "VStepper/alt-labels": {
10863
10863
  "type": "boolean\n",
10864
10864
  "description": "Places the labels beneath the step."
@@ -11055,14 +11055,6 @@
11055
11055
  "type": "boolean\n",
11056
11056
  "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."
11057
11057
  },
11058
- "VStepperVertical/item-value": {
11059
- "type": "string\n",
11060
- "description": "Property on supplied `items` that contains its value."
11061
- },
11062
- "VStepperVertical/hide-actions": {
11063
- "type": "boolean\n",
11064
- "description": "Hide actions bar (prev and next buttons)."
11065
- },
11066
11058
  "VStepperVertical/expand-icon": {
11067
11059
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11068
11060
  "description": "Icon used when the expansion panel is in a expandable state."
@@ -11071,14 +11063,22 @@
11071
11063
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11072
11064
  "description": "Icon used when the expansion panel is in a collapsable state."
11073
11065
  },
11074
- "VStepperVertical/focusable": {
11075
- "type": "boolean\n",
11076
- "description": "Makes the expansion-panel headers focusable."
11077
- },
11078
11066
  "VStepperVertical/item-title": {
11079
11067
  "type": "string\n",
11080
11068
  "description": "Property on supplied `items` that contains its title."
11081
11069
  },
11070
+ "VStepperVertical/item-value": {
11071
+ "type": "string\n",
11072
+ "description": "Property on supplied `items` that contains its value."
11073
+ },
11074
+ "VStepperVertical/hide-actions": {
11075
+ "type": "boolean\n",
11076
+ "description": "Hide actions bar (prev and next buttons)."
11077
+ },
11078
+ "VStepperVertical/focusable": {
11079
+ "type": "boolean\n",
11080
+ "description": "Makes the expansion-panel headers focusable."
11081
+ },
11082
11082
  "VStepperVertical/alt-labels": {
11083
11083
  "type": "boolean\n",
11084
11084
  "description": "Places the labels beneath the step."
@@ -11223,14 +11223,6 @@
11223
11223
  "type": "string\n",
11224
11224
  "description": "Specify a subtitle text for the component."
11225
11225
  },
11226
- "VStepperVerticalItem/hide-actions": {
11227
- "type": "boolean\n",
11228
- "description": "Hide the expand icon in the content title."
11229
- },
11230
- "VStepperVerticalItem/rules": {
11231
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
11232
- "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
11233
- },
11234
11226
  "VStepperVerticalItem/expand-icon": {
11235
11227
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11236
11228
  "description": "Icon used when the expansion panel is in a expandable state."
@@ -11239,6 +11231,14 @@
11239
11231
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11240
11232
  "description": "Icon used when the expansion panel is in a collapsable state."
11241
11233
  },
11234
+ "VStepperVerticalItem/rules": {
11235
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
11236
+ "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`."
11237
+ },
11238
+ "VStepperVerticalItem/hide-actions": {
11239
+ "type": "boolean\n",
11240
+ "description": "Hide the expand icon in the content title."
11241
+ },
11242
11242
  "VStepperVerticalItem/focusable": {
11243
11243
  "type": "boolean\n",
11244
11244
  "description": "Makes the expansion panel content focusable."
@@ -11451,10 +11451,6 @@
11451
11451
  "type": "(a: any, b: any) => boolean\n",
11452
11452
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
11453
11453
  },
11454
- "VSwitch/focused": {
11455
- "type": "boolean\n",
11456
- "description": "Forces a focused state styling on the component."
11457
- },
11458
11454
  "VSwitch/center-affix": {
11459
11455
  "type": "boolean\n",
11460
11456
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -11495,6 +11491,10 @@
11495
11491
  "type": "any\n",
11496
11492
  "description": "The value used when applying validation rules."
11497
11493
  },
11494
+ "VSwitch/focused": {
11495
+ "type": "boolean\n",
11496
+ "description": "Forces a focused state styling on the component."
11497
+ },
11498
11498
  "VSwitch/hide-details": {
11499
11499
  "type": "boolean | 'auto'\n",
11500
11500
  "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."
@@ -11983,10 +11983,6 @@
11983
11983
  "type": "'horizontal' | 'vertical'\n",
11984
11984
  "description": "Changes the direction of the input."
11985
11985
  },
11986
- "VTextField/focused": {
11987
- "type": "boolean\n",
11988
- "description": "Forces a focused state styling on the component."
11989
- },
11990
11986
  "VTextField/autofocus": {
11991
11987
  "type": "boolean\n",
11992
11988
  "description": "Enables autofocus."
@@ -12059,6 +12055,10 @@
12059
12055
  "type": "any\n",
12060
12056
  "description": "The value used when applying validation rules."
12061
12057
  },
12058
+ "VTextField/focused": {
12059
+ "type": "boolean\n",
12060
+ "description": "Forces a focused state styling on the component."
12061
+ },
12062
12062
  "VTextField/hide-details": {
12063
12063
  "type": "boolean | 'auto'\n",
12064
12064
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
@@ -12199,10 +12199,6 @@
12199
12199
  "type": "'horizontal' | 'vertical'\n",
12200
12200
  "description": "Changes the direction of the input."
12201
12201
  },
12202
- "VTextarea/focused": {
12203
- "type": "boolean\n",
12204
- "description": "Forces a focused state styling on the component."
12205
- },
12206
12202
  "VTextarea/autofocus": {
12207
12203
  "type": "boolean\n",
12208
12204
  "description": "The element should be focused as soon as the page loads."
@@ -12271,6 +12267,10 @@
12271
12267
  "type": "any\n",
12272
12268
  "description": "The value used when applying validation rules."
12273
12269
  },
12270
+ "VTextarea/focused": {
12271
+ "type": "boolean\n",
12272
+ "description": "Forces a focused state styling on the component."
12273
+ },
12274
12274
  "VTextarea/hide-details": {
12275
12275
  "type": "boolean | 'auto'\n",
12276
12276
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
@@ -12427,14 +12427,14 @@
12427
12427
  "type": "boolean\n",
12428
12428
  "description": "Allows changing hour/minute with mouse scroll."
12429
12429
  },
12430
- "VTimePicker/min": {
12431
- "type": "string\n",
12432
- "description": "Minimum allowed time."
12433
- },
12434
12430
  "VTimePicker/hide-header": {
12435
12431
  "type": "boolean\n",
12436
12432
  "description": "Hide the picker header."
12437
12433
  },
12434
+ "VTimePicker/min": {
12435
+ "type": "string\n",
12436
+ "description": "Minimum allowed time."
12437
+ },
12438
12438
  "VTimePicker/ampm-in-title": {
12439
12439
  "type": "boolean\n",
12440
12440
  "description": "Place AM/PM switch in title, not near the clock."
@@ -12591,6 +12591,10 @@
12591
12591
  "type": "'start' | 'center'\n",
12592
12592
  "description": "Places the timeline dot at the top or center of the timeline item."
12593
12593
  },
12594
+ "VTimeline/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/justify": {
12595
12599
  "type": "string\n",
12596
12600
  "description": "Places timeline line at the center or automatically on the left or right side."
@@ -12623,10 +12627,6 @@
12623
12627
  "type": "string | number\n",
12624
12628
  "description": "Specifies the distance between the line and the dot of timeline items."
12625
12629
  },
12626
- "VTimeline/side": {
12627
- "type": "'start' | 'end'\n",
12628
- "description": "Display all timeline items on one side of the timeline, either **before** or **after**."
12629
- },
12630
12630
  "VTimeline/truncate-line": {
12631
12631
  "type": "'start' | 'end' | 'both'\n",
12632
12632
  "description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends."
@@ -13063,18 +13063,6 @@
13063
13063
  "type": "(a: any, b: any) => boolean\n",
13064
13064
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
13065
13065
  },
13066
- "VTreeview/item-value": {
13067
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
13068
- "description": "Property on supplied `items` that contains its value."
13069
- },
13070
- "VTreeview/return-object": {
13071
- "type": "boolean\n",
13072
- "description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
13073
- },
13074
- "VTreeview/select-strategy": {
13075
- "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)\n",
13076
- "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."
13077
- },
13078
13066
  "VTreeview/filter-mode": {
13079
13067
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
13080
13068
  "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
@@ -13123,10 +13111,18 @@
13123
13111
  "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)\n",
13124
13112
  "description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated."
13125
13113
  },
13114
+ "VTreeview/select-strategy": {
13115
+ "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)\n",
13116
+ "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."
13117
+ },
13126
13118
  "VTreeview/item-title": {
13127
13119
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
13128
13120
  "description": "Property on supplied `items` that contains its title."
13129
13121
  },
13122
+ "VTreeview/item-value": {
13123
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
13124
+ "description": "Property on supplied `items` that contains its value."
13125
+ },
13130
13126
  "VTreeview/item-children": {
13131
13127
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
13132
13128
  "description": "Property on supplied `items` that contains its children."
@@ -13135,6 +13131,10 @@
13135
13131
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
13136
13132
  "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
13137
13133
  },
13134
+ "VTreeview/return-object": {
13135
+ "type": "boolean\n",
13136
+ "description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
13137
+ },
13138
13138
  "VTreeview/open-all": {
13139
13139
  "type": "boolean\n",
13140
13140
  "description": "When `true` will cause all branch nodes to be opened when component is mounted."
@@ -13347,34 +13347,26 @@
13347
13347
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13348
13348
  "description": "Allows customization of the icon used to toggle the expansion and collapse of treeview branches."
13349
13349
  },
13350
- "VValidation/name": {
13351
- "type": "string\n",
13352
- "description": "Sets the component's name attribute."
13350
+ "VValidation/model-value": {
13351
+ "type": "unknown\n",
13352
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13353
13353
  },
13354
13354
  "VValidation/error": {
13355
13355
  "type": "boolean\n",
13356
13356
  "description": "Puts the input in a manual error state."
13357
13357
  },
13358
+ "VValidation/name": {
13359
+ "type": "string\n",
13360
+ "description": "Sets the component's name attribute."
13361
+ },
13358
13362
  "VValidation/label": {
13359
13363
  "type": "string\n",
13360
13364
  "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
13361
13365
  },
13362
- "VValidation/readonly": {
13363
- "type": "boolean\n",
13364
- "description": "Puts input in readonly state."
13365
- },
13366
13366
  "VValidation/disabled": {
13367
13367
  "type": "boolean\n",
13368
13368
  "description": "Removes the ability to click or target the component."
13369
13369
  },
13370
- "VValidation/model-value": {
13371
- "type": "unknown\n",
13372
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13373
- },
13374
- "VValidation/focused": {
13375
- "type": "boolean\n",
13376
- "description": "Forces a focused state styling on the component."
13377
- },
13378
13370
  "VValidation/error-messages": {
13379
13371
  "type": "string | string[]\n",
13380
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."
@@ -13383,6 +13375,10 @@
13383
13375
  "type": "string | number\n",
13384
13376
  "description": "Control the maximum number of shown errors from validation."
13385
13377
  },
13378
+ "VValidation/readonly": {
13379
+ "type": "boolean\n",
13380
+ "description": "Puts input in readonly state."
13381
+ },
13386
13382
  "VValidation/rules": {
13387
13383
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
13388
13384
  "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
@@ -13395,6 +13391,10 @@
13395
13391
  "type": "any\n",
13396
13392
  "description": "The value used when applying validation rules."
13397
13393
  },
13394
+ "VValidation/focused": {
13395
+ "type": "boolean\n",
13396
+ "description": "Forces a focused state styling on the component."
13397
+ },
13398
13398
  "VVirtualScroll/items": {
13399
13399
  "type": "unknown[]\n",
13400
13400
  "description": "The array of items to display."