vuetify 3.4.0-beta.1 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist/json/attributes.json +275 -299
  2. package/dist/json/importMap.json +110 -110
  3. package/dist/json/tags.json +1 -7
  4. package/dist/json/web-types.json +577 -735
  5. package/dist/vuetify-labs.css +1149 -1151
  6. package/dist/vuetify-labs.d.ts +41 -134
  7. package/dist/vuetify-labs.esm.js +18 -14
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +18 -14
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +490 -492
  12. package/dist/vuetify.d.ts +74 -167
  13. package/dist/vuetify.esm.js +18 -14
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +18 -14
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +12 -12
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VBtn/VBtn.css +0 -1
  21. package/lib/components/VBtn/_variables.scss +1 -1
  22. package/lib/components/VBtnGroup/VBtnGroup.css +0 -1
  23. package/lib/components/VDataTable/VDataTableServer.mjs +2 -2
  24. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  25. package/lib/components/VDataTable/VDataTableVirtual.mjs +2 -2
  26. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  27. package/lib/components/VDataTable/index.d.mts +24 -24
  28. package/lib/components/VGrid/VSpacer.mjs +3 -0
  29. package/lib/components/VGrid/VSpacer.mjs.map +1 -1
  30. package/lib/components/VStepper/VStepperWindow.mjs +8 -6
  31. package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
  32. package/lib/components/VStepper/VStepperWindowItem.mjs +3 -1
  33. package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
  34. package/lib/components/VStepper/index.d.mts +18 -140
  35. package/lib/components/index.d.mts +41 -134
  36. package/lib/entry-bundler.mjs +1 -1
  37. package/lib/entry-bundler.mjs.map +1 -1
  38. package/lib/framework.mjs +1 -1
  39. package/lib/framework.mjs.map +1 -1
  40. package/lib/index.d.mts +33 -33
  41. package/package.json +3 -3
@@ -11,10 +11,6 @@
11
11
  "type": "boolean | 'top' | 'end' | 'bottom' | 'start'\n",
12
12
  "description": "Adds a colored border to the component."
13
13
  },
14
- "v-alert/type": {
15
- "type": "'success' | 'info' | 'warning' | 'error'\n",
16
- "description": "Create a specialized alert that uses a contextual color and has a pre-defined icon."
17
- },
18
14
  "v-alert/border-color": {
19
15
  "type": "string\n",
20
16
  "description": "Specifies the color of the border. Accepts any color value."
@@ -27,6 +23,10 @@
27
23
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
28
24
  "description": "Change the default icon used for **closable** alerts."
29
25
  },
26
+ "v-alert/type": {
27
+ "type": "'success' | 'info' | 'warning' | 'error'\n",
28
+ "description": "Create a specialized alert that uses a contextual color and has a pre-defined icon."
29
+ },
30
30
  "v-alert/close-label": {
31
31
  "type": "string\n",
32
32
  "description": "Text used for *aria-label* on **closable** alerts. Can also be customized globally in [Internationalization](/customization/internationalization)."
@@ -291,14 +291,14 @@
291
291
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
292
292
  "description": "Applies a distinct style to the component."
293
293
  },
294
+ "v-app-bar-nav-icon/replace": {
295
+ "type": "boolean\n",
296
+ "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."
297
+ },
294
298
  "v-app-bar-nav-icon/value": {
295
299
  "type": "any\n",
296
300
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
297
301
  },
298
- "v-app-bar-nav-icon/size": {
299
- "type": "string | number\n",
300
- "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**."
301
- },
302
302
  "v-app-bar-nav-icon/active": {
303
303
  "type": "boolean\n",
304
304
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
@@ -343,18 +343,18 @@
343
343
  "type": "string\n",
344
344
  "description": "Designates the component as anchor and applies the **href** attribute."
345
345
  },
346
- "v-app-bar-nav-icon/replace": {
347
- "type": "boolean\n",
348
- "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."
349
- },
350
346
  "v-app-bar-nav-icon/exact": {
351
347
  "type": "boolean\n",
352
348
  "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."
353
349
  },
354
350
  "v-app-bar-nav-icon/to": {
355
- "type": "unknown\n",
351
+ "type": "RouteLocationRaw\n",
356
352
  "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."
357
353
  },
354
+ "v-app-bar-nav-icon/size": {
355
+ "type": "string | number\n",
356
+ "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**."
357
+ },
358
358
  "v-app-bar-title/text": {
359
359
  "type": "string\n",
360
360
  "description": "Specify content text for the component."
@@ -379,14 +379,14 @@
379
379
  "type": "boolean\n",
380
380
  "description": "Puts the input in a manual error state."
381
381
  },
382
- "v-autocomplete/density": {
383
- "type": "'default' | 'comfortable' | 'compact'\n",
384
- "description": "Adjusts the vertical height used by the component."
385
- },
386
382
  "v-autocomplete/reverse": {
387
383
  "type": "boolean\n",
388
384
  "description": "Reverses the orientation."
389
385
  },
386
+ "v-autocomplete/density": {
387
+ "type": "'default' | 'comfortable' | 'compact'\n",
388
+ "description": "Adjusts the vertical height used by the component."
389
+ },
390
390
  "v-autocomplete/rounded": {
391
391
  "type": "string | number | boolean\n",
392
392
  "description": "Adds a border radius to the input."
@@ -407,13 +407,17 @@
407
407
  "type": "string\n",
408
408
  "description": "Sets the component's name attribute."
409
409
  },
410
+ "v-autocomplete/search": {
411
+ "type": "string\n",
412
+ "description": "Text input used to filter items."
413
+ },
410
414
  "v-autocomplete/id": {
411
415
  "type": "string\n",
412
416
  "description": "Sets the DOM id on the component."
413
417
  },
414
418
  "v-autocomplete/items": {
415
419
  "type": "any[]\n",
416
- "description": "An array of strings or objects used for automatically generating children components."
420
+ "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."
417
421
  },
418
422
  "v-autocomplete/active": {
419
423
  "type": "boolean\n",
@@ -443,10 +447,6 @@
443
447
  "type": "boolean | 'exact'\n",
444
448
  "description": "When searching, will always highlight the first option and select it on blur. `exact` will only highlight and select exact matches."
445
449
  },
446
- "v-autocomplete/search": {
447
- "type": "string\n",
448
- "description": "Text input used to filter items."
449
- },
450
450
  "v-autocomplete/filter-mode": {
451
451
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
452
452
  "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."
@@ -460,7 +460,7 @@
460
460
  "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."
461
461
  },
462
462
  "v-autocomplete/custom-key-filter": {
463
- "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n",
463
+ "type": "unknown\n",
464
464
  "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
465
465
  },
466
466
  "v-autocomplete/filter-keys": {
@@ -508,7 +508,7 @@
508
508
  "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."
509
509
  },
510
510
  "v-autocomplete/transition": {
511
- "type": "string | boolean\n",
511
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
512
512
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
513
513
  },
514
514
  "v-autocomplete/multiple": {
@@ -668,7 +668,7 @@
668
668
  "description": "Function returns the counter display text."
669
669
  },
670
670
  "v-autocomplete/model-modifiers": {
671
- "type": "Record<string, boolean>\n",
671
+ "type": "unknown\n",
672
672
  "description": "**FOR INTERNAL USE ONLY**"
673
673
  },
674
674
  "v-avatar/text": {
@@ -711,14 +711,14 @@
711
711
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
712
712
  "description": "Applies a distinct style to the component."
713
713
  },
714
- "v-avatar/size": {
715
- "type": "string | number\n",
716
- "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**."
717
- },
718
714
  "v-avatar/image": {
719
715
  "type": "string\n",
720
716
  "description": "Apply a specific image using [v-img](/components/images/)."
721
717
  },
718
+ "v-avatar/size": {
719
+ "type": "string | number\n",
720
+ "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**."
721
+ },
722
722
  "v-badge/icon": {
723
723
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
724
724
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
@@ -756,7 +756,7 @@
756
756
  "description": "The **aria-label** used for the badge."
757
757
  },
758
758
  "v-badge/transition": {
759
- "type": "string\n",
759
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
760
760
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
761
761
  },
762
762
  "v-badge/bordered": {
@@ -1019,10 +1019,6 @@
1019
1019
  "type": "string\n",
1020
1020
  "description": "Specify a theme for this component and all of its children."
1021
1021
  },
1022
- "v-bottom-sheet/z-index": {
1023
- "type": "string | number\n",
1024
- "description": "The z-index used for the component."
1025
- },
1026
1022
  "v-bottom-sheet/disabled": {
1027
1023
  "type": "boolean\n",
1028
1024
  "description": "Removes the ability to click or target the component."
@@ -1063,12 +1059,16 @@
1063
1059
  "type": "string | boolean\n",
1064
1060
  "description": "Accepts true/false to enable background, and string to define color."
1065
1061
  },
1062
+ "v-bottom-sheet/z-index": {
1063
+ "type": "string | number\n",
1064
+ "description": "The z-index used for the component."
1065
+ },
1066
1066
  "v-bottom-sheet/target": {
1067
1067
  "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
1068
1068
  "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
1069
1069
  },
1070
1070
  "v-bottom-sheet/activator-props": {
1071
- "type": "{}\n",
1071
+ "type": "unknown\n",
1072
1072
  "description": "Apply custom properties to the activator."
1073
1073
  },
1074
1074
  "v-bottom-sheet/open-on-click": {
@@ -1112,7 +1112,7 @@
1112
1112
  "description": "Strategy used when the component is activate and user scrolls."
1113
1113
  },
1114
1114
  "v-bottom-sheet/transition": {
1115
- "type": "string | { component: Component }\n",
1115
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
1116
1116
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
1117
1117
  },
1118
1118
  "v-bottom-sheet/attach": {
@@ -1156,7 +1156,7 @@
1156
1156
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
1157
1157
  },
1158
1158
  "v-breadcrumbs/items": {
1159
- "type": "(\n | string\n | (Partial<LinkProps> & { title: string; disabled?: boolean })\n)[]\n",
1159
+ "type": "(\n | string\n | (Partial<LinkProps> & { title: string; disabled: boolean })\n)[]\n",
1160
1160
  "description": "An array of strings or objects used for automatically generating children components."
1161
1161
  },
1162
1162
  "v-breadcrumbs/disabled": {
@@ -1195,6 +1195,10 @@
1195
1195
  "type": "string\n",
1196
1196
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
1197
1197
  },
1198
+ "v-breadcrumbs-item/replace": {
1199
+ "type": "boolean\n",
1200
+ "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."
1201
+ },
1198
1202
  "v-breadcrumbs-item/active": {
1199
1203
  "type": "boolean\n",
1200
1204
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
@@ -1207,16 +1211,12 @@
1207
1211
  "type": "string\n",
1208
1212
  "description": "Designates the component as anchor and applies the **href** attribute."
1209
1213
  },
1210
- "v-breadcrumbs-item/replace": {
1211
- "type": "boolean\n",
1212
- "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."
1213
- },
1214
1214
  "v-breadcrumbs-item/exact": {
1215
1215
  "type": "boolean\n",
1216
1216
  "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."
1217
1217
  },
1218
1218
  "v-breadcrumbs-item/to": {
1219
- "type": "unknown\n",
1219
+ "type": "RouteLocationRaw\n",
1220
1220
  "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."
1221
1221
  },
1222
1222
  "v-breadcrumbs-item/active-class": {
@@ -1307,14 +1307,14 @@
1307
1307
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1308
1308
  "description": "Applies a distinct style to the component."
1309
1309
  },
1310
+ "v-btn/replace": {
1311
+ "type": "boolean\n",
1312
+ "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."
1313
+ },
1310
1314
  "v-btn/value": {
1311
1315
  "type": "any\n",
1312
1316
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
1313
1317
  },
1314
- "v-btn/size": {
1315
- "type": "string | number\n",
1316
- "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**."
1317
- },
1318
1318
  "v-btn/active": {
1319
1319
  "type": "boolean\n",
1320
1320
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
@@ -1359,18 +1359,18 @@
1359
1359
  "type": "string\n",
1360
1360
  "description": "Designates the component as anchor and applies the **href** attribute."
1361
1361
  },
1362
- "v-btn/replace": {
1363
- "type": "boolean\n",
1364
- "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."
1365
- },
1366
1362
  "v-btn/exact": {
1367
1363
  "type": "boolean\n",
1368
1364
  "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."
1369
1365
  },
1370
1366
  "v-btn/to": {
1371
- "type": "unknown\n",
1367
+ "type": "RouteLocationRaw\n",
1372
1368
  "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."
1373
1369
  },
1370
+ "v-btn/size": {
1371
+ "type": "string | number\n",
1372
+ "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**."
1373
+ },
1374
1374
  "v-btn-group/border": {
1375
1375
  "type": "string | number | boolean\n",
1376
1376
  "description": "Applies border styles to component."
@@ -1543,6 +1543,14 @@
1543
1543
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1544
1544
  "description": "Applies a distinct style to the component."
1545
1545
  },
1546
+ "v-card/replace": {
1547
+ "type": "boolean\n",
1548
+ "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."
1549
+ },
1550
+ "v-card/link": {
1551
+ "type": "boolean\n",
1552
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop."
1553
+ },
1546
1554
  "v-card/image": {
1547
1555
  "type": "string\n",
1548
1556
  "description": "Apply a specific background image to the component."
@@ -1571,22 +1579,14 @@
1571
1579
  "type": "string\n",
1572
1580
  "description": "Designates the component as anchor and applies the **href** attribute."
1573
1581
  },
1574
- "v-card/replace": {
1575
- "type": "boolean\n",
1576
- "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."
1577
- },
1578
1582
  "v-card/exact": {
1579
1583
  "type": "boolean\n",
1580
1584
  "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."
1581
1585
  },
1582
1586
  "v-card/to": {
1583
- "type": "unknown\n",
1587
+ "type": "RouteLocationRaw\n",
1584
1588
  "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."
1585
1589
  },
1586
- "v-card/link": {
1587
- "type": "boolean\n",
1588
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
1589
- },
1590
1590
  "v-card/subtitle": {
1591
1591
  "type": "string\n",
1592
1592
  "description": "Specify a subtitle text for the component."
@@ -1647,14 +1647,14 @@
1647
1647
  "type": "any\n",
1648
1648
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
1649
1649
  },
1650
- "v-carousel/height": {
1651
- "type": "string | number\n",
1652
- "description": "Sets the height for the component."
1653
- },
1654
1650
  "v-carousel/reverse": {
1655
1651
  "type": "boolean\n",
1656
1652
  "description": "Reverse the normal transition direction."
1657
1653
  },
1654
+ "v-carousel/height": {
1655
+ "type": "string | number\n",
1656
+ "description": "Sets the height for the component."
1657
+ },
1658
1658
  "v-carousel/tag": {
1659
1659
  "type": "string\n",
1660
1660
  "description": "Specify a custom tag used on the root element."
@@ -1724,7 +1724,7 @@
1724
1724
  "description": "Displays arrows for next/previous navigation."
1725
1725
  },
1726
1726
  "v-carousel/touch": {
1727
- "type": "any\n",
1727
+ "type": "boolean | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/directives/touch/index.ts#L9-L17\" target=\"_blank\">TouchHandlers</a>\n",
1728
1728
  "description": "Provide a custom **left** and **right** function when swiped left or right."
1729
1729
  },
1730
1730
  "v-carousel/vertical-delimiters": {
@@ -1784,7 +1784,7 @@
1784
1784
  "description": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition."
1785
1785
  },
1786
1786
  "v-carousel-item/options": {
1787
- "type": "{ root: any; rootMargin: any; threshold: any }\n",
1787
+ "type": "IntersectionObserverInit\n",
1788
1788
  "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
1789
1789
  },
1790
1790
  "v-carousel-item/inline": {
@@ -1867,14 +1867,14 @@
1867
1867
  "type": "string\n",
1868
1868
  "description": "Sets the component's name attribute."
1869
1869
  },
1870
- "v-checkbox/value": {
1871
- "type": "any\n",
1872
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
1873
- },
1874
1870
  "v-checkbox/id": {
1875
1871
  "type": "string\n",
1876
1872
  "description": "Sets the DOM id on the component."
1877
1873
  },
1874
+ "v-checkbox/value": {
1875
+ "type": "any\n",
1876
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
1877
+ },
1878
1878
  "v-checkbox/prepend-icon": {
1879
1879
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1880
1880
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
@@ -2019,14 +2019,14 @@
2019
2019
  "type": "string\n",
2020
2020
  "description": "Sets the component's name attribute."
2021
2021
  },
2022
- "v-checkbox-btn/value": {
2023
- "type": "any\n",
2024
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
2025
- },
2026
2022
  "v-checkbox-btn/id": {
2027
2023
  "type": "string\n",
2028
2024
  "description": "Sets the DOM id on the component."
2029
2025
  },
2026
+ "v-checkbox-btn/value": {
2027
+ "type": "any\n",
2028
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
2029
+ },
2030
2030
  "v-checkbox-btn/ripple": {
2031
2031
  "type": "boolean\n",
2032
2032
  "description": "Applies the [v-ripple](/directives/ripple) directive."
@@ -2143,14 +2143,18 @@
2143
2143
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
2144
2144
  "description": "Applies a distinct style to the component."
2145
2145
  },
2146
+ "v-chip/replace": {
2147
+ "type": "boolean\n",
2148
+ "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."
2149
+ },
2150
+ "v-chip/link": {
2151
+ "type": "boolean\n",
2152
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop."
2153
+ },
2146
2154
  "v-chip/value": {
2147
2155
  "type": "any\n",
2148
2156
  "description": "The value used when a child of a [v-chip-group](/components/chip-groups)."
2149
2157
  },
2150
- "v-chip/size": {
2151
- "type": "string | number\n",
2152
- "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**."
2153
- },
2154
2158
  "v-chip/prepend-icon": {
2155
2159
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2156
2160
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
@@ -2175,26 +2179,22 @@
2175
2179
  "type": "string\n",
2176
2180
  "description": "Designates the component as anchor and applies the **href** attribute."
2177
2181
  },
2178
- "v-chip/replace": {
2179
- "type": "boolean\n",
2180
- "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."
2181
- },
2182
2182
  "v-chip/exact": {
2183
2183
  "type": "boolean\n",
2184
2184
  "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."
2185
2185
  },
2186
2186
  "v-chip/to": {
2187
- "type": "unknown\n",
2187
+ "type": "RouteLocationRaw\n",
2188
2188
  "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."
2189
2189
  },
2190
+ "v-chip/size": {
2191
+ "type": "string | number\n",
2192
+ "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**."
2193
+ },
2190
2194
  "v-chip/label": {
2191
2195
  "type": "boolean\n",
2192
2196
  "description": "Applies a medium size border radius."
2193
2197
  },
2194
- "v-chip/link": {
2195
- "type": "boolean\n",
2196
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
2197
- },
2198
2198
  "v-chip/active-class": {
2199
2199
  "type": "string\n",
2200
2200
  "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."
@@ -2440,7 +2440,7 @@
2440
2440
  "description": "Sets the maximum height of the swatches section."
2441
2441
  },
2442
2442
  "v-color-picker/swatches": {
2443
- "type": "(\n | string\n | number\n | {\n readonly h: number\n readonly s: number\n readonly v: number\n readonly a?: number\n }\n | {\n readonly r: number\n readonly g: number\n readonly b: number\n readonly a?: number\n }\n | {\n readonly h: number\n readonly s: number\n readonly l: number\n readonly a?: number\n }\n)[][]\n",
2443
+ "type": "(\n | string\n | number\n | {\n readonly h: number\n readonly s: number\n readonly v: number\n readonly a?: number | undefined\n }\n | {\n readonly r: number\n readonly g: number\n readonly b: number\n readonly a?: number | undefined\n }\n | {\n readonly h: number\n readonly s: number\n readonly l: number\n readonly a?: number | undefined\n }\n)[][]\n",
2444
2444
  "description": "Sets the available color swatches to select from. 2D array of rows and columns, accepts any color format the picker does."
2445
2445
  },
2446
2446
  "v-combobox/flat": {
@@ -2459,14 +2459,14 @@
2459
2459
  "type": "boolean\n",
2460
2460
  "description": "Puts the input in a manual error state."
2461
2461
  },
2462
- "v-combobox/density": {
2463
- "type": "'default' | 'comfortable' | 'compact'\n",
2464
- "description": "Adjusts the vertical height used by the component."
2465
- },
2466
2462
  "v-combobox/reverse": {
2467
2463
  "type": "boolean\n",
2468
2464
  "description": "Reverses the orientation."
2469
2465
  },
2466
+ "v-combobox/density": {
2467
+ "type": "'default' | 'comfortable' | 'compact'\n",
2468
+ "description": "Adjusts the vertical height used by the component."
2469
+ },
2470
2470
  "v-combobox/rounded": {
2471
2471
  "type": "string | number | boolean\n",
2472
2472
  "description": "Adds a border radius to the input."
@@ -2493,7 +2493,7 @@
2493
2493
  },
2494
2494
  "v-combobox/items": {
2495
2495
  "type": "any[]\n",
2496
- "description": "An array of strings or objects used for automatically generating children components."
2496
+ "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."
2497
2497
  },
2498
2498
  "v-combobox/active": {
2499
2499
  "type": "boolean\n",
@@ -2536,7 +2536,7 @@
2536
2536
  "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."
2537
2537
  },
2538
2538
  "v-combobox/custom-key-filter": {
2539
- "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n",
2539
+ "type": "unknown\n",
2540
2540
  "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
2541
2541
  },
2542
2542
  "v-combobox/filter-keys": {
@@ -2584,7 +2584,7 @@
2584
2584
  "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."
2585
2585
  },
2586
2586
  "v-combobox/transition": {
2587
- "type": "string | boolean\n",
2587
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
2588
2588
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
2589
2589
  },
2590
2590
  "v-combobox/multiple": {
@@ -2744,7 +2744,7 @@
2744
2744
  "description": "Function returns the counter display text."
2745
2745
  },
2746
2746
  "v-combobox/model-modifiers": {
2747
- "type": "Record<string, boolean>\n",
2747
+ "type": "unknown\n",
2748
2748
  "description": "**FOR INTERNAL USE ONLY**"
2749
2749
  },
2750
2750
  "v-combobox/delimiters": {
@@ -2792,7 +2792,7 @@
2792
2792
  "description": "Determines whether the counter is visible or not."
2793
2793
  },
2794
2794
  "v-counter/transition": {
2795
- "type": "string | { component: Component }\n",
2795
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
2796
2796
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
2797
2797
  },
2798
2798
  "v-counter/max": {
@@ -2807,6 +2807,10 @@
2807
2807
  "type": "string\n",
2808
2808
  "description": "Specify a custom tag used on the root element."
2809
2809
  },
2810
+ "v-data-iterator/search": {
2811
+ "type": "string\n",
2812
+ "description": "Text input used to filter items."
2813
+ },
2810
2814
  "v-data-iterator/items": {
2811
2815
  "type": "any[]\n",
2812
2816
  "description": "An array of strings or objects used for automatically generating children components."
@@ -2815,10 +2819,6 @@
2815
2819
  "type": "boolean\n",
2816
2820
  "description": "If `true` and no items are provided, then a loading text will be shown."
2817
2821
  },
2818
- "v-data-iterator/search": {
2819
- "type": "string\n",
2820
- "description": "Text input used to filter items."
2821
- },
2822
2822
  "v-data-iterator/filter-mode": {
2823
2823
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
2824
2824
  "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."
@@ -2832,7 +2832,7 @@
2832
2832
  "description": "Function to filter items."
2833
2833
  },
2834
2834
  "v-data-iterator/custom-key-filter": {
2835
- "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n",
2835
+ "type": "unknown\n",
2836
2836
  "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
2837
2837
  },
2838
2838
  "v-data-iterator/filter-keys": {
@@ -2880,7 +2880,7 @@
2880
2880
  "description": "If `true` then one can not disable sorting, it will always switch between ascending and descending."
2881
2881
  },
2882
2882
  "v-data-iterator/custom-key-sort": {
2883
- "type": "Record<string, (a: any, b: any) => number>\n",
2883
+ "type": "unknown\n",
2884
2884
  "description": "Function used on specific keys within the item object. `customSort` is skipped for columns with `customKeySort` specified."
2885
2885
  },
2886
2886
  "v-data-iterator/items-per-page": {
@@ -2935,6 +2935,10 @@
2935
2935
  "type": "string\n",
2936
2936
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
2937
2937
  },
2938
+ "v-data-table/search": {
2939
+ "type": "string\n",
2940
+ "description": "Text input used to filter items."
2941
+ },
2938
2942
  "v-data-table/items": {
2939
2943
  "type": "any[]\n",
2940
2944
  "description": "An array of strings or objects used for automatically generating children components."
@@ -2943,10 +2947,6 @@
2943
2947
  "type": "string | boolean\n",
2944
2948
  "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."
2945
2949
  },
2946
- "v-data-table/search": {
2947
- "type": "string\n",
2948
- "description": "Text input used to filter items."
2949
- },
2950
2950
  "v-data-table/filter-mode": {
2951
2951
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
2952
2952
  "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."
@@ -2960,7 +2960,7 @@
2960
2960
  "description": "Function to filter items."
2961
2961
  },
2962
2962
  "v-data-table/custom-key-filter": {
2963
- "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n",
2963
+ "type": "unknown\n",
2964
2964
  "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
2965
2965
  },
2966
2966
  "v-data-table/filter-keys": {
@@ -3028,7 +3028,7 @@
3028
3028
  "description": "If `true` then one can not disable sorting, it will always switch between ascending and descending."
3029
3029
  },
3030
3030
  "v-data-table/custom-key-sort": {
3031
- "type": "Record<string, (a: any, b: any) => number>\n",
3031
+ "type": "unknown\n",
3032
3032
  "description": "Function used on specific keys within the item object. `customSort` is skipped for columns with `customKeySort` specified."
3033
3033
  },
3034
3034
  "v-data-table/items-per-page": {
@@ -3052,11 +3052,11 @@
3052
3052
  "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."
3053
3053
  },
3054
3054
  "v-data-table/cell-props": {
3055
- "type": "unknown\n",
3055
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3056
3056
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))"
3057
3057
  },
3058
3058
  "v-data-table/headers": {
3059
- "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n readonly value?: SelectItemKey\n readonly title?: string\n readonly fixed?: boolean\n readonly align?: 'end' | 'start' | 'center'\n readonly width?: string | number\n readonly minWidth?: string\n readonly maxWidth?: string\n readonly headerProps?: { readonly [x: string]: any }\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n readonly sortable?: boolean\n readonly sort?: DataTableCompareFunction<any>\n readonly filter?: FilterFunction\n readonly children?: readonly any[]\n}[]\n",
3059
+ "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
3060
3060
  "description": "An array of objects that each describe a header column. See the example below for a definition of all properties."
3061
3061
  },
3062
3062
  "v-data-table/loading-text": {
@@ -3068,7 +3068,7 @@
3068
3068
  "description": "Height of each row in pixels."
3069
3069
  },
3070
3070
  "v-data-table/row-props": {
3071
- "type": "unknown\n",
3071
+ "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3072
3072
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))"
3073
3073
  },
3074
3074
  "v-data-table/sort-asc-icon": {
@@ -3128,11 +3128,11 @@
3128
3128
  "description": "Show current page number between prev/next icons."
3129
3129
  },
3130
3130
  "v-data-table-row/item": {
3131
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>\n",
3131
+ "type": "unknown\n",
3132
3132
  "description": "Data (key, index and column values) of the displayed item."
3133
3133
  },
3134
3134
  "v-data-table-row/cell-props": {
3135
- "type": "unknown\n",
3135
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3136
3136
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableRow.json))"
3137
3137
  },
3138
3138
  "v-data-table-row/index": {
@@ -3156,7 +3156,7 @@
3156
3156
  "description": "Text shown when no items are provided to the component."
3157
3157
  },
3158
3158
  "v-data-table-rows/cell-props": {
3159
- "type": "unknown\n",
3159
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3160
3160
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableRows.json))"
3161
3161
  },
3162
3162
  "v-data-table-rows/loading-text": {
@@ -3168,7 +3168,7 @@
3168
3168
  "description": "Height of each row in pixels."
3169
3169
  },
3170
3170
  "v-data-table-rows/row-props": {
3171
- "type": "unknown\n",
3171
+ "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3172
3172
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableRows.json))"
3173
3173
  },
3174
3174
  "v-data-table-server/model-value": {
@@ -3203,6 +3203,10 @@
3203
3203
  "type": "string\n",
3204
3204
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
3205
3205
  },
3206
+ "v-data-table-server/search": {
3207
+ "type": "string\n",
3208
+ "description": "Text input used to filter items."
3209
+ },
3206
3210
  "v-data-table-server/items": {
3207
3211
  "type": "any[]\n",
3208
3212
  "description": "An array of strings or objects used for automatically generating children components."
@@ -3211,10 +3215,6 @@
3211
3215
  "type": "string | boolean\n",
3212
3216
  "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."
3213
3217
  },
3214
- "v-data-table-server/search": {
3215
- "type": "string\n",
3216
- "description": "Text input used to filter items."
3217
- },
3218
3218
  "v-data-table-server/hide-no-data": {
3219
3219
  "type": "boolean\n",
3220
3220
  "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."
@@ -3276,7 +3276,7 @@
3276
3276
  "description": "Forces sorting on the column(s)."
3277
3277
  },
3278
3278
  "v-data-table-server/custom-key-sort": {
3279
- "type": "Record<string, (a: any, b: any) => number>\n",
3279
+ "type": "unknown\n",
3280
3280
  "description": "Function used on specific keys within the item object. `customSort` is skipped for columns with `customKeySort` specified."
3281
3281
  },
3282
3282
  "v-data-table-server/items-per-page": {
@@ -3300,7 +3300,7 @@
3300
3300
  "description": "Defines the grouping of the table items."
3301
3301
  },
3302
3302
  "v-data-table-server/cell-props": {
3303
- "type": "unknown\n",
3303
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3304
3304
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))"
3305
3305
  },
3306
3306
  "v-data-table-server/items-length": {
@@ -3308,7 +3308,7 @@
3308
3308
  "description": "Number of all items."
3309
3309
  },
3310
3310
  "v-data-table-server/headers": {
3311
- "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n readonly value?: SelectItemKey\n readonly title?: string\n readonly fixed?: boolean\n readonly align?: 'end' | 'start' | 'center'\n readonly width?: string | number\n readonly minWidth?: string\n readonly maxWidth?: string\n readonly headerProps?: { readonly [x: string]: any }\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n readonly sortable?: boolean\n readonly sort?: DataTableCompareFunction<any>\n readonly filter?: FilterFunction\n readonly children?: readonly any[]\n}[]\n",
3311
+ "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
3312
3312
  "description": "An array of objects that each describe a header column."
3313
3313
  },
3314
3314
  "v-data-table-server/loading-text": {
@@ -3320,7 +3320,7 @@
3320
3320
  "description": "Height of each row in pixels."
3321
3321
  },
3322
3322
  "v-data-table-server/row-props": {
3323
- "type": "unknown\n",
3323
+ "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3324
3324
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))"
3325
3325
  },
3326
3326
  "v-data-table-server/sort-asc-icon": {
@@ -3411,6 +3411,10 @@
3411
3411
  "type": "string\n",
3412
3412
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
3413
3413
  },
3414
+ "v-data-table-virtual/search": {
3415
+ "type": "string\n",
3416
+ "description": "Text input used to filter items."
3417
+ },
3414
3418
  "v-data-table-virtual/items": {
3415
3419
  "type": "any[]\n",
3416
3420
  "description": "An array of strings or objects used for automatically generating children components."
@@ -3419,10 +3423,6 @@
3419
3423
  "type": "string | boolean\n",
3420
3424
  "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."
3421
3425
  },
3422
- "v-data-table-virtual/search": {
3423
- "type": "string\n",
3424
- "description": "Text input used to filter items."
3425
- },
3426
3426
  "v-data-table-virtual/filter-mode": {
3427
3427
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
3428
3428
  "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."
@@ -3436,7 +3436,7 @@
3436
3436
  "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."
3437
3437
  },
3438
3438
  "v-data-table-virtual/custom-key-filter": {
3439
- "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n",
3439
+ "type": "unknown\n",
3440
3440
  "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
3441
3441
  },
3442
3442
  "v-data-table-virtual/filter-keys": {
@@ -3492,7 +3492,7 @@
3492
3492
  "description": "Forces sorting on the column(s)."
3493
3493
  },
3494
3494
  "v-data-table-virtual/custom-key-sort": {
3495
- "type": "Record<string, (a: any, b: any) => number>\n",
3495
+ "type": "unknown\n",
3496
3496
  "description": "Function used on specific keys within the item object. `customSort` is skipped for columns with `customKeySort` specified."
3497
3497
  },
3498
3498
  "v-data-table-virtual/expand-on-click": {
@@ -3512,11 +3512,11 @@
3512
3512
  "description": "Defines the grouping of the table items."
3513
3513
  },
3514
3514
  "v-data-table-virtual/cell-props": {
3515
- "type": "unknown\n",
3515
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3516
3516
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))"
3517
3517
  },
3518
3518
  "v-data-table-virtual/headers": {
3519
- "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n readonly value?: SelectItemKey\n readonly title?: string\n readonly fixed?: boolean\n readonly align?: 'end' | 'start' | 'center'\n readonly width?: string | number\n readonly minWidth?: string\n readonly maxWidth?: string\n readonly headerProps?: { readonly [x: string]: any }\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n readonly sortable?: boolean\n readonly sort?: DataTableCompareFunction<any>\n readonly filter?: FilterFunction\n readonly children?: readonly any[]\n}[]\n",
3519
+ "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
3520
3520
  "description": "An array of objects that each describe a header column."
3521
3521
  },
3522
3522
  "v-data-table-virtual/loading-text": {
@@ -3528,7 +3528,7 @@
3528
3528
  "description": "Height of each row in pixels."
3529
3529
  },
3530
3530
  "v-data-table-virtual/row-props": {
3531
- "type": "unknown\n",
3531
+ "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3532
3532
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))"
3533
3533
  },
3534
3534
  "v-data-table-virtual/sort-asc-icon": {
@@ -3895,10 +3895,6 @@
3895
3895
  "type": "string\n",
3896
3896
  "description": "Specify a theme for this component and all of its children."
3897
3897
  },
3898
- "v-dialog/z-index": {
3899
- "type": "string | number\n",
3900
- "description": "The z-index used for the component."
3901
- },
3902
3898
  "v-dialog/disabled": {
3903
3899
  "type": "boolean\n",
3904
3900
  "description": "Removes the ability to click or target the component."
@@ -3939,12 +3935,16 @@
3939
3935
  "type": "string | boolean\n",
3940
3936
  "description": "Accepts true/false to enable background, and string to define color."
3941
3937
  },
3938
+ "v-dialog/z-index": {
3939
+ "type": "string | number\n",
3940
+ "description": "The z-index used for the component."
3941
+ },
3942
3942
  "v-dialog/target": {
3943
3943
  "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
3944
3944
  "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
3945
3945
  },
3946
3946
  "v-dialog/activator-props": {
3947
- "type": "{}\n",
3947
+ "type": "unknown\n",
3948
3948
  "description": "Apply custom properties to the activator."
3949
3949
  },
3950
3950
  "v-dialog/open-on-click": {
@@ -3988,7 +3988,7 @@
3988
3988
  "description": "Strategy used when the component is activate and user scrolls."
3989
3989
  },
3990
3990
  "v-dialog/transition": {
3991
- "type": "string | { component: Component }\n",
3991
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
3992
3992
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3993
3993
  },
3994
3994
  "v-dialog/attach": {
@@ -4017,11 +4017,11 @@
4017
4017
  },
4018
4018
  "v-dialog-bottom-transition/mode": {
4019
4019
  "type": "string\n",
4020
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
4020
+ "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)."
4021
4021
  },
4022
4022
  "v-dialog-bottom-transition/group": {
4023
4023
  "type": "boolean\n",
4024
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group)."
4024
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
4025
4025
  },
4026
4026
  "v-dialog-bottom-transition/hide-on-leave": {
4027
4027
  "type": "boolean\n",
@@ -4041,11 +4041,11 @@
4041
4041
  },
4042
4042
  "v-dialog-top-transition/mode": {
4043
4043
  "type": "string\n",
4044
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
4044
+ "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)."
4045
4045
  },
4046
4046
  "v-dialog-top-transition/group": {
4047
4047
  "type": "boolean\n",
4048
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group)."
4048
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
4049
4049
  },
4050
4050
  "v-dialog-top-transition/hide-on-leave": {
4051
4051
  "type": "boolean\n",
@@ -4089,7 +4089,7 @@
4089
4089
  },
4090
4090
  "v-expand-transition/mode": {
4091
4091
  "type": "'default' | 'in-out' | 'out-in'\n",
4092
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
4092
+ "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)."
4093
4093
  },
4094
4094
  "v-expand-x-transition/disabled": {
4095
4095
  "type": "boolean\n",
@@ -4097,7 +4097,7 @@
4097
4097
  },
4098
4098
  "v-expand-x-transition/mode": {
4099
4099
  "type": "'default' | 'in-out' | 'out-in'\n",
4100
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
4100
+ "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)."
4101
4101
  },
4102
4102
  "v-expansion-panel/title": {
4103
4103
  "type": "string\n",
@@ -4257,11 +4257,11 @@
4257
4257
  },
4258
4258
  "v-fab-transition/mode": {
4259
4259
  "type": "string\n",
4260
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
4260
+ "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)."
4261
4261
  },
4262
4262
  "v-fab-transition/group": {
4263
4263
  "type": "boolean\n",
4264
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group)."
4264
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
4265
4265
  },
4266
4266
  "v-fab-transition/hide-on-leave": {
4267
4267
  "type": "boolean\n",
@@ -4281,11 +4281,11 @@
4281
4281
  },
4282
4282
  "v-fade-transition/mode": {
4283
4283
  "type": "string\n",
4284
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
4284
+ "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)."
4285
4285
  },
4286
4286
  "v-fade-transition/group": {
4287
4287
  "type": "boolean\n",
4288
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group)."
4288
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
4289
4289
  },
4290
4290
  "v-fade-transition/hide-on-leave": {
4291
4291
  "type": "boolean\n",
@@ -4407,14 +4407,14 @@
4407
4407
  "type": "boolean\n",
4408
4408
  "description": "Puts the input in a manual error state."
4409
4409
  },
4410
- "v-file-input/density": {
4411
- "type": "'default' | 'comfortable' | 'compact'\n",
4412
- "description": "Adjusts the vertical height used by the component."
4413
- },
4414
4410
  "v-file-input/reverse": {
4415
4411
  "type": "boolean\n",
4416
4412
  "description": "Reverses the orientation."
4417
4413
  },
4414
+ "v-file-input/density": {
4415
+ "type": "'default' | 'comfortable' | 'compact'\n",
4416
+ "description": "Adjusts the vertical height used by the component."
4417
+ },
4418
4418
  "v-file-input/rounded": {
4419
4419
  "type": "string | number | boolean\n",
4420
4420
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
@@ -4724,11 +4724,11 @@
4724
4724
  "description": "Apply a custom class to the internal content element."
4725
4725
  },
4726
4726
  "v-img/transition": {
4727
- "type": "string\n",
4727
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
4728
4728
  "description": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition."
4729
4729
  },
4730
4730
  "v-img/options": {
4731
- "type": "{ root: any; rootMargin: any; threshold: any }\n",
4731
+ "type": "IntersectionObserverInit\n",
4732
4732
  "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
4733
4733
  },
4734
4734
  "v-img/inline": {
@@ -5011,14 +5011,14 @@
5011
5011
  "type": "string\n",
5012
5012
  "description": "Assign a specific name for layout registration."
5013
5013
  },
5014
- "v-layout-item/size": {
5015
- "type": "string | number\n",
5016
- "description": "Sets the height and width of the component."
5017
- },
5018
5014
  "v-layout-item/order": {
5019
5015
  "type": "string | number\n",
5020
5016
  "description": "Adjust the order of the component in relation to its registration order."
5021
5017
  },
5018
+ "v-layout-item/size": {
5019
+ "type": "string | number\n",
5020
+ "description": "Sets the height and width of the component."
5021
+ },
5022
5022
  "v-lazy/model-value": {
5023
5023
  "type": "boolean\n",
5024
5024
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
@@ -5052,11 +5052,11 @@
5052
5052
  "description": "Specify a custom tag used on the root element."
5053
5053
  },
5054
5054
  "v-lazy/transition": {
5055
- "type": "string\n",
5055
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
5056
5056
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5057
5057
  },
5058
5058
  "v-lazy/options": {
5059
- "type": "{ root: any; rootMargin: any; threshold: any }\n",
5059
+ "type": "IntersectionObserverInit\n",
5060
5060
  "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
5061
5061
  },
5062
5062
  "v-ligature-icon/icon": {
@@ -5125,7 +5125,7 @@
5125
5125
  },
5126
5126
  "v-list/items": {
5127
5127
  "type": "unknown[]\n",
5128
- "description": "An array of strings or objects used for automatically generating children components."
5128
+ "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."
5129
5129
  },
5130
5130
  "v-list/slim": {
5131
5131
  "type": "boolean\n",
@@ -5319,6 +5319,14 @@
5319
5319
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
5320
5320
  "description": "Applies a distinct style to the component."
5321
5321
  },
5322
+ "v-list-item/replace": {
5323
+ "type": "boolean\n",
5324
+ "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."
5325
+ },
5326
+ "v-list-item/link": {
5327
+ "type": "boolean\n",
5328
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop."
5329
+ },
5322
5330
  "v-list-item/value": {
5323
5331
  "type": "any\n",
5324
5332
  "description": "The value used for selection."
@@ -5351,26 +5359,18 @@
5351
5359
  "type": "string\n",
5352
5360
  "description": "Designates the component as anchor and applies the **href** attribute."
5353
5361
  },
5354
- "v-list-item/replace": {
5355
- "type": "boolean\n",
5356
- "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."
5357
- },
5358
5362
  "v-list-item/exact": {
5359
5363
  "type": "boolean\n",
5360
5364
  "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."
5361
5365
  },
5362
5366
  "v-list-item/to": {
5363
- "type": "unknown\n",
5367
+ "type": "RouteLocationRaw\n",
5364
5368
  "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."
5365
5369
  },
5366
5370
  "v-list-item/base-color": {
5367
5371
  "type": "string\n",
5368
5372
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListItem.json))"
5369
5373
  },
5370
- "v-list-item/link": {
5371
- "type": "boolean\n",
5372
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
5373
- },
5374
5374
  "v-list-item/lines": {
5375
5375
  "type": "'one' | 'two' | 'three'\n",
5376
5376
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListItem.json))"
@@ -5452,7 +5452,7 @@
5452
5452
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListSubheader.json))"
5453
5453
  },
5454
5454
  "v-locale-provider/messages": {
5455
- "type": "Record<string, any>\n",
5455
+ "type": "unknown\n",
5456
5456
  "description": "Displays a list of messages or a single message if using a string."
5457
5457
  },
5458
5458
  "v-locale-provider/locale": {
@@ -5511,10 +5511,6 @@
5511
5511
  "type": "string\n",
5512
5512
  "description": "Specify a theme for this component and all of its children."
5513
5513
  },
5514
- "v-menu/z-index": {
5515
- "type": "string | number\n",
5516
- "description": "The z-index used for the component."
5517
- },
5518
5514
  "v-menu/id": {
5519
5515
  "type": "string\n",
5520
5516
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VMenu.json))"
@@ -5559,12 +5555,16 @@
5559
5555
  "type": "string | boolean\n",
5560
5556
  "description": "Accepts true/false to enable background, and string to define color."
5561
5557
  },
5558
+ "v-menu/z-index": {
5559
+ "type": "string | number\n",
5560
+ "description": "The z-index used for the component."
5561
+ },
5562
5562
  "v-menu/target": {
5563
5563
  "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
5564
5564
  "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
5565
5565
  },
5566
5566
  "v-menu/activator-props": {
5567
- "type": "{}\n",
5567
+ "type": "unknown\n",
5568
5568
  "description": "Apply custom properties to the activator."
5569
5569
  },
5570
5570
  "v-menu/open-on-click": {
@@ -5608,7 +5608,7 @@
5608
5608
  "description": "Strategy used when the component is activate and user scrolls."
5609
5609
  },
5610
5610
  "v-menu/transition": {
5611
- "type": "string | { component: Component }\n",
5611
+ "type": " | { component: Component }\n | string\n | boolean\n | (TransitionProps & { component: Component })\n",
5612
5612
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5613
5613
  },
5614
5614
  "v-menu/attach": {
@@ -5624,7 +5624,7 @@
5624
5624
  "description": "Determines whether the messages are visible or not."
5625
5625
  },
5626
5626
  "v-messages/transition": {
5627
- "type": " | string\n | { component: Component; leaveAbsolute: boolean; group: boolean }\n",
5627
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component; leaveAbsolute: boolean; group: boolean }\n",
5628
5628
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5629
5629
  },
5630
5630
  "v-messages/messages": {
@@ -5867,10 +5867,6 @@
5867
5867
  "type": "string\n",
5868
5868
  "description": "Specify a theme for this component and all of its children."
5869
5869
  },
5870
- "v-overlay/z-index": {
5871
- "type": "string | number\n",
5872
- "description": "The z-index used for the component."
5873
- },
5874
5870
  "v-overlay/disabled": {
5875
5871
  "type": "boolean\n",
5876
5872
  "description": "Removes the ability to click or target the component."
@@ -5911,12 +5907,16 @@
5911
5907
  "type": "string | boolean\n",
5912
5908
  "description": "Accepts true/false to enable background, and string to define color."
5913
5909
  },
5910
+ "v-overlay/z-index": {
5911
+ "type": "string | number\n",
5912
+ "description": "The z-index used for the component."
5913
+ },
5914
5914
  "v-overlay/target": {
5915
5915
  "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
5916
5916
  "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
5917
5917
  },
5918
5918
  "v-overlay/activator-props": {
5919
- "type": "{}\n",
5919
+ "type": "unknown\n",
5920
5920
  "description": "Apply custom properties to the activator."
5921
5921
  },
5922
5922
  "v-overlay/open-on-click": {
@@ -5960,7 +5960,7 @@
5960
5960
  "description": "Strategy used when the component is activate and user scrolls."
5961
5961
  },
5962
5962
  "v-overlay/transition": {
5963
- "type": "string\n",
5963
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
5964
5964
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5965
5965
  },
5966
5966
  "v-overlay/attach": {
@@ -6011,14 +6011,14 @@
6011
6011
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
6012
6012
  "description": "Applies a distinct style to the component."
6013
6013
  },
6014
- "v-pagination/size": {
6015
- "type": "string | number\n",
6016
- "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**."
6017
- },
6018
6014
  "v-pagination/disabled": {
6019
6015
  "type": "boolean\n",
6020
6016
  "description": "Removes the ability to click or target the component."
6021
6017
  },
6018
+ "v-pagination/size": {
6019
+ "type": "string | number\n",
6020
+ "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**."
6021
+ },
6022
6022
  "v-pagination/active-color": {
6023
6023
  "type": "string\n",
6024
6024
  "description": "The applied color when the component is in an active state."
@@ -6199,14 +6199,14 @@
6199
6199
  "type": "string | number\n",
6200
6200
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6201
6201
  },
6202
- "v-progress-linear/height": {
6203
- "type": "string | number\n",
6204
- "description": "Sets the height for the component."
6205
- },
6206
6202
  "v-progress-linear/reverse": {
6207
6203
  "type": "boolean\n",
6208
6204
  "description": "Displays reversed progress (right to left in LTR mode and left to right in RTL)."
6209
6205
  },
6206
+ "v-progress-linear/height": {
6207
+ "type": "string | number\n",
6208
+ "description": "Sets the height for the component."
6209
+ },
6210
6210
  "v-progress-linear/location": {
6211
6211
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
6212
6212
  "description": "Specifies the component's location. Can combine by using a space separated string."
@@ -6299,14 +6299,14 @@
6299
6299
  "type": "string\n",
6300
6300
  "description": "Sets the component's name attribute."
6301
6301
  },
6302
- "v-radio/value": {
6303
- "type": "any\n",
6304
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
6305
- },
6306
6302
  "v-radio/id": {
6307
6303
  "type": "string\n",
6308
6304
  "description": "Sets the DOM id on the component."
6309
6305
  },
6306
+ "v-radio/value": {
6307
+ "type": "any\n",
6308
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
6309
+ },
6310
6310
  "v-radio/ripple": {
6311
6311
  "type": "boolean\n",
6312
6312
  "description": "Applies the [v-ripple](/directives/ripple) directive."
@@ -6499,14 +6499,14 @@
6499
6499
  "type": "boolean\n",
6500
6500
  "description": "Puts the input in a manual error state."
6501
6501
  },
6502
- "v-range-slider/density": {
6503
- "type": "'default' | 'comfortable' | 'compact'\n",
6504
- "description": "Adjusts the vertical height used by the component."
6505
- },
6506
6502
  "v-range-slider/reverse": {
6507
6503
  "type": "boolean\n",
6508
6504
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))"
6509
6505
  },
6506
+ "v-range-slider/density": {
6507
+ "type": "'default' | 'comfortable' | 'compact'\n",
6508
+ "description": "Adjusts the vertical height used by the component."
6509
+ },
6510
6510
  "v-range-slider/elevation": {
6511
6511
  "type": "string | number\n",
6512
6512
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -6683,10 +6683,6 @@
6683
6683
  "type": "string\n",
6684
6684
  "description": "Sets the component's name attribute."
6685
6685
  },
6686
- "v-rating/size": {
6687
- "type": "string | number\n",
6688
- "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**."
6689
- },
6690
6686
  "v-rating/ripple": {
6691
6687
  "type": "boolean\n",
6692
6688
  "description": "Applies the [v-ripple](/directives/ripple) directive."
@@ -6695,6 +6691,10 @@
6695
6691
  "type": "boolean\n",
6696
6692
  "description": "Removes the ability to click or target the component."
6697
6693
  },
6694
+ "v-rating/size": {
6695
+ "type": "string | number\n",
6696
+ "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**."
6697
+ },
6698
6698
  "v-rating/readonly": {
6699
6699
  "type": "boolean\n",
6700
6700
  "description": "Removes all hover effects and pointer events."
@@ -6865,11 +6865,11 @@
6865
6865
  },
6866
6866
  "v-scale-transition/mode": {
6867
6867
  "type": "string\n",
6868
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
6868
+ "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)."
6869
6869
  },
6870
6870
  "v-scale-transition/group": {
6871
6871
  "type": "boolean\n",
6872
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group)."
6872
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
6873
6873
  },
6874
6874
  "v-scale-transition/hide-on-leave": {
6875
6875
  "type": "boolean\n",
@@ -6889,11 +6889,11 @@
6889
6889
  },
6890
6890
  "v-scroll-x-reverse-transition/mode": {
6891
6891
  "type": "string\n",
6892
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
6892
+ "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)."
6893
6893
  },
6894
6894
  "v-scroll-x-reverse-transition/group": {
6895
6895
  "type": "boolean\n",
6896
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group)."
6896
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
6897
6897
  },
6898
6898
  "v-scroll-x-reverse-transition/hide-on-leave": {
6899
6899
  "type": "boolean\n",
@@ -6913,11 +6913,11 @@
6913
6913
  },
6914
6914
  "v-scroll-x-transition/mode": {
6915
6915
  "type": "string\n",
6916
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
6916
+ "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)."
6917
6917
  },
6918
6918
  "v-scroll-x-transition/group": {
6919
6919
  "type": "boolean\n",
6920
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group)."
6920
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
6921
6921
  },
6922
6922
  "v-scroll-x-transition/hide-on-leave": {
6923
6923
  "type": "boolean\n",
@@ -6937,11 +6937,11 @@
6937
6937
  },
6938
6938
  "v-scroll-y-reverse-transition/mode": {
6939
6939
  "type": "string\n",
6940
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
6940
+ "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)."
6941
6941
  },
6942
6942
  "v-scroll-y-reverse-transition/group": {
6943
6943
  "type": "boolean\n",
6944
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group)."
6944
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
6945
6945
  },
6946
6946
  "v-scroll-y-reverse-transition/hide-on-leave": {
6947
6947
  "type": "boolean\n",
@@ -6961,11 +6961,11 @@
6961
6961
  },
6962
6962
  "v-scroll-y-transition/mode": {
6963
6963
  "type": "string\n",
6964
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
6964
+ "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)."
6965
6965
  },
6966
6966
  "v-scroll-y-transition/group": {
6967
6967
  "type": "boolean\n",
6968
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group)."
6968
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
6969
6969
  },
6970
6970
  "v-scroll-y-transition/hide-on-leave": {
6971
6971
  "type": "boolean\n",
@@ -6991,14 +6991,14 @@
6991
6991
  "type": "boolean\n",
6992
6992
  "description": "Puts the input in a manual error state."
6993
6993
  },
6994
- "v-select/density": {
6995
- "type": "'default' | 'comfortable' | 'compact'\n",
6996
- "description": "Adjusts the vertical height used by the component."
6997
- },
6998
6994
  "v-select/reverse": {
6999
6995
  "type": "boolean\n",
7000
6996
  "description": "Reverses the orientation."
7001
6997
  },
6998
+ "v-select/density": {
6999
+ "type": "'default' | 'comfortable' | 'compact'\n",
7000
+ "description": "Adjusts the vertical height used by the component."
7001
+ },
7002
7002
  "v-select/rounded": {
7003
7003
  "type": "string | number | boolean\n",
7004
7004
  "description": "Adds a border radius to the input."
@@ -7025,7 +7025,7 @@
7025
7025
  },
7026
7026
  "v-select/items": {
7027
7027
  "type": "any[]\n",
7028
- "description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
7028
+ "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."
7029
7029
  },
7030
7030
  "v-select/active": {
7031
7031
  "type": "boolean\n",
@@ -7092,7 +7092,7 @@
7092
7092
  "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."
7093
7093
  },
7094
7094
  "v-select/transition": {
7095
- "type": "string | { component: Component }\n",
7095
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
7096
7096
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
7097
7097
  },
7098
7098
  "v-select/multiple": {
@@ -7252,7 +7252,7 @@
7252
7252
  "description": "Function returns the counter display text."
7253
7253
  },
7254
7254
  "v-select/model-modifiers": {
7255
- "type": "Record<string, boolean>\n",
7255
+ "type": "unknown\n",
7256
7256
  "description": "**FOR INTERNAL USE ONLY**"
7257
7257
  },
7258
7258
  "v-selection-control/type": {
@@ -7283,14 +7283,14 @@
7283
7283
  "type": "string\n",
7284
7284
  "description": "Sets the component's name attribute."
7285
7285
  },
7286
- "v-selection-control/value": {
7287
- "type": "any\n",
7288
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
7289
- },
7290
7286
  "v-selection-control/id": {
7291
7287
  "type": "string\n",
7292
7288
  "description": "Sets the DOM id on the component."
7293
7289
  },
7290
+ "v-selection-control/value": {
7291
+ "type": "any\n",
7292
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
7293
+ },
7294
7294
  "v-selection-control/ripple": {
7295
7295
  "type": "boolean\n",
7296
7296
  "description": "Applies the [v-ripple](/directives/ripple) directive."
@@ -7597,11 +7597,11 @@
7597
7597
  },
7598
7598
  "v-slide-x-reverse-transition/mode": {
7599
7599
  "type": "string\n",
7600
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
7600
+ "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)."
7601
7601
  },
7602
7602
  "v-slide-x-reverse-transition/group": {
7603
7603
  "type": "boolean\n",
7604
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group)."
7604
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
7605
7605
  },
7606
7606
  "v-slide-x-reverse-transition/hide-on-leave": {
7607
7607
  "type": "boolean\n",
@@ -7621,11 +7621,11 @@
7621
7621
  },
7622
7622
  "v-slide-x-transition/mode": {
7623
7623
  "type": "string\n",
7624
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
7624
+ "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)."
7625
7625
  },
7626
7626
  "v-slide-x-transition/group": {
7627
7627
  "type": "boolean\n",
7628
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group)."
7628
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
7629
7629
  },
7630
7630
  "v-slide-x-transition/hide-on-leave": {
7631
7631
  "type": "boolean\n",
@@ -7645,11 +7645,11 @@
7645
7645
  },
7646
7646
  "v-slide-y-reverse-transition/mode": {
7647
7647
  "type": "string\n",
7648
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
7648
+ "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)."
7649
7649
  },
7650
7650
  "v-slide-y-reverse-transition/group": {
7651
7651
  "type": "boolean\n",
7652
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group)."
7652
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
7653
7653
  },
7654
7654
  "v-slide-y-reverse-transition/hide-on-leave": {
7655
7655
  "type": "boolean\n",
@@ -7669,11 +7669,11 @@
7669
7669
  },
7670
7670
  "v-slide-y-transition/mode": {
7671
7671
  "type": "string\n",
7672
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition)."
7672
+ "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)."
7673
7673
  },
7674
7674
  "v-slide-y-transition/group": {
7675
7675
  "type": "boolean\n",
7676
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group)."
7676
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
7677
7677
  },
7678
7678
  "v-slide-y-transition/hide-on-leave": {
7679
7679
  "type": "boolean\n",
@@ -7691,14 +7691,14 @@
7691
7691
  "type": "boolean\n",
7692
7692
  "description": "Puts the input in a manual error state."
7693
7693
  },
7694
- "v-slider/density": {
7695
- "type": "'default' | 'comfortable' | 'compact'\n",
7696
- "description": "Adjusts the vertical height used by the component."
7697
- },
7698
7694
  "v-slider/reverse": {
7699
7695
  "type": "boolean\n",
7700
7696
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))"
7701
7697
  },
7698
+ "v-slider/density": {
7699
+ "type": "'default' | 'comfortable' | 'compact'\n",
7700
+ "description": "Adjusts the vertical height used by the component."
7701
+ },
7702
7702
  "v-slider/elevation": {
7703
7703
  "type": "string | number\n",
7704
7704
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -7903,10 +7903,6 @@
7903
7903
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7904
7904
  "description": "Applies a distinct style to the component."
7905
7905
  },
7906
- "v-snackbar/z-index": {
7907
- "type": "string | number\n",
7908
- "description": "The z-index used for the component."
7909
- },
7910
7906
  "v-snackbar/disabled": {
7911
7907
  "type": "boolean\n",
7912
7908
  "description": "Removes the ability to click or target the component."
@@ -7935,12 +7931,16 @@
7935
7931
  "type": "any\n",
7936
7932
  "description": "Apply custom properties to the content."
7937
7933
  },
7934
+ "v-snackbar/z-index": {
7935
+ "type": "string | number\n",
7936
+ "description": "The z-index used for the component."
7937
+ },
7938
7938
  "v-snackbar/target": {
7939
7939
  "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
7940
7940
  "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
7941
7941
  },
7942
7942
  "v-snackbar/activator-props": {
7943
- "type": "{}\n",
7943
+ "type": "unknown\n",
7944
7944
  "description": "Apply custom properties to the activator."
7945
7945
  },
7946
7946
  "v-snackbar/open-on-click": {
@@ -7980,7 +7980,7 @@
7980
7980
  "description": "A single value that offsets content away from the target based upon what side it is on."
7981
7981
  },
7982
7982
  "v-snackbar/transition": {
7983
- "type": "string\n",
7983
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
7984
7984
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
7985
7985
  },
7986
7986
  "v-snackbar/attach": {
@@ -8243,30 +8243,6 @@
8243
8243
  "type": "'horizontal' | 'vertical'\n",
8244
8244
  "description": "The transition direction when changing windows."
8245
8245
  },
8246
- "v-stepper-window/mandatory": {
8247
- "type": "boolean | 'force'\n",
8248
- "description": "Forces at least one item to always be selected (if available)."
8249
- },
8250
- "v-stepper-window/continuous": {
8251
- "type": "boolean\n",
8252
- "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last."
8253
- },
8254
- "v-stepper-window/next-icon": {
8255
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8256
- "description": "Icon used for the \"next\" button if `show-arrows` is `true`."
8257
- },
8258
- "v-stepper-window/prev-icon": {
8259
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8260
- "description": "Icon used for the \"prev\" button if `show-arrows` is `true`."
8261
- },
8262
- "v-stepper-window/show-arrows": {
8263
- "type": "string | boolean\n",
8264
- "description": "Display the \"next\" and \"prev\" buttons."
8265
- },
8266
- "v-stepper-window/touch": {
8267
- "type": "any\n",
8268
- "description": "Provide a custom **left** and **right** function when swiped left or right."
8269
- },
8270
8246
  "v-stepper-window-item/value": {
8271
8247
  "type": "any\n",
8272
8248
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
@@ -8331,14 +8307,14 @@
8331
8307
  "type": "string\n",
8332
8308
  "description": "Sets the component's name attribute."
8333
8309
  },
8334
- "v-switch/value": {
8335
- "type": "any\n",
8336
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
8337
- },
8338
8310
  "v-switch/id": {
8339
8311
  "type": "string\n",
8340
8312
  "description": "Sets the DOM id on the component."
8341
8313
  },
8314
+ "v-switch/value": {
8315
+ "type": "any\n",
8316
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
8317
+ },
8342
8318
  "v-switch/prepend-icon": {
8343
8319
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8344
8320
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
@@ -8571,14 +8547,14 @@
8571
8547
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
8572
8548
  "description": "Applies a distinct style to the component."
8573
8549
  },
8550
+ "v-tab/replace": {
8551
+ "type": "boolean\n",
8552
+ "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."
8553
+ },
8574
8554
  "v-tab/value": {
8575
8555
  "type": "any\n",
8576
8556
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
8577
8557
  },
8578
- "v-tab/size": {
8579
- "type": "string | number\n",
8580
- "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**."
8581
- },
8582
8558
  "v-tab/prepend-icon": {
8583
8559
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8584
8560
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
@@ -8615,18 +8591,18 @@
8615
8591
  "type": "string\n",
8616
8592
  "description": "Designates the component as anchor and applies the **href** attribute."
8617
8593
  },
8618
- "v-tab/replace": {
8619
- "type": "boolean\n",
8620
- "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."
8621
- },
8622
8594
  "v-tab/exact": {
8623
8595
  "type": "boolean\n",
8624
8596
  "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."
8625
8597
  },
8626
8598
  "v-tab/to": {
8627
- "type": "unknown\n",
8599
+ "type": "RouteLocationRaw\n",
8628
8600
  "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."
8629
8601
  },
8602
+ "v-tab/size": {
8603
+ "type": "string | number\n",
8604
+ "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**."
8605
+ },
8630
8606
  "v-tab/direction": {
8631
8607
  "type": "'horizontal' | 'vertical'\n",
8632
8608
  "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
@@ -8783,14 +8759,14 @@
8783
8759
  "type": "boolean\n",
8784
8760
  "description": "Puts the input in a manual error state."
8785
8761
  },
8786
- "v-text-field/density": {
8787
- "type": "'default' | 'comfortable' | 'compact'\n",
8788
- "description": "Adjusts the vertical height used by the component."
8789
- },
8790
8762
  "v-text-field/reverse": {
8791
8763
  "type": "boolean\n",
8792
8764
  "description": "Reverses the input orientation."
8793
8765
  },
8766
+ "v-text-field/density": {
8767
+ "type": "'default' | 'comfortable' | 'compact'\n",
8768
+ "description": "Adjusts the vertical height used by the component."
8769
+ },
8794
8770
  "v-text-field/rounded": {
8795
8771
  "type": "string | number | boolean\n",
8796
8772
  "description": "Adds a border radius to the input."
@@ -8968,7 +8944,7 @@
8968
8944
  "description": "Function returns the counter display text."
8969
8945
  },
8970
8946
  "v-text-field/model-modifiers": {
8971
- "type": "Record<string, boolean>\n",
8947
+ "type": "unknown\n",
8972
8948
  "description": "**FOR INTERNAL USE ONLY**"
8973
8949
  },
8974
8950
  "v-textarea/flat": {
@@ -8983,14 +8959,14 @@
8983
8959
  "type": "boolean\n",
8984
8960
  "description": "Puts the input in a manual error state."
8985
8961
  },
8986
- "v-textarea/density": {
8987
- "type": "'default' | 'comfortable' | 'compact'\n",
8988
- "description": "Adjusts the vertical height used by the component."
8989
- },
8990
8962
  "v-textarea/reverse": {
8991
8963
  "type": "boolean\n",
8992
8964
  "description": "Reverses the orientation."
8993
8965
  },
8966
+ "v-textarea/density": {
8967
+ "type": "'default' | 'comfortable' | 'compact'\n",
8968
+ "description": "Adjusts the vertical height used by the component."
8969
+ },
8994
8970
  "v-textarea/rounded": {
8995
8971
  "type": "string | number | boolean\n",
8996
8972
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
@@ -9161,10 +9137,10 @@
9161
9137
  },
9162
9138
  "v-textarea/counter-value": {
9163
9139
  "type": "(value: any) => number\n",
9164
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTextarea.json))"
9140
+ "description": "Display the input length but do not provide any validation."
9165
9141
  },
9166
9142
  "v-textarea/model-modifiers": {
9167
- "type": "Record<string, boolean>\n",
9143
+ "type": "unknown\n",
9168
9144
  "description": "**FOR INTERNAL USE ONLY**"
9169
9145
  },
9170
9146
  "v-textarea/auto-grow": {
@@ -9431,10 +9407,6 @@
9431
9407
  "type": "string\n",
9432
9408
  "description": "Specify a theme for this component and all of its children."
9433
9409
  },
9434
- "v-tooltip/z-index": {
9435
- "type": "string | number\n",
9436
- "description": "The z-index used for the component."
9437
- },
9438
9410
  "v-tooltip/id": {
9439
9411
  "type": "string\n",
9440
9412
  "description": "HTML id attribute of the tooltip overlay. If not set, a globally unique id will be used."
@@ -9475,12 +9447,16 @@
9475
9447
  "type": "string | boolean\n",
9476
9448
  "description": "Accepts true/false to enable background, and string to define color."
9477
9449
  },
9450
+ "v-tooltip/z-index": {
9451
+ "type": "string | number\n",
9452
+ "description": "The z-index used for the component."
9453
+ },
9478
9454
  "v-tooltip/target": {
9479
9455
  "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
9480
9456
  "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
9481
9457
  },
9482
9458
  "v-tooltip/activator-props": {
9483
- "type": "{}\n",
9459
+ "type": "unknown\n",
9484
9460
  "description": "Apply custom properties to the activator."
9485
9461
  },
9486
9462
  "v-tooltip/open-on-click": {
@@ -9524,7 +9500,7 @@
9524
9500
  "description": "Strategy used when the component is activate and user scrolls."
9525
9501
  },
9526
9502
  "v-tooltip/transition": {
9527
- "type": "string | boolean\n",
9503
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
9528
9504
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
9529
9505
  },
9530
9506
  "v-tooltip/attach": {
@@ -9664,7 +9640,7 @@
9664
9640
  "description": "Display the \"next\" and \"prev\" buttons."
9665
9641
  },
9666
9642
  "v-window/touch": {
9667
- "type": "any\n",
9643
+ "type": "boolean | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/directives/touch/index.ts#L9-L17\" target=\"_blank\">TouchHandlers</a>\n",
9668
9644
  "description": "Provide a custom **left** and **right** function when swiped left or right."
9669
9645
  },
9670
9646
  "v-window-item/value": {