vuetify 3.1.1 → 3.1.3

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 (135) hide show
  1. package/dist/json/attributes.json +495 -483
  2. package/dist/json/importMap.json +58 -58
  3. package/dist/json/tags.json +4 -1
  4. package/dist/json/web-types.json +892 -839
  5. package/dist/vuetify-labs.css +356 -346
  6. package/dist/vuetify-labs.d.ts +257 -179
  7. package/dist/vuetify-labs.esm.js +432 -278
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +431 -277
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +94 -84
  12. package/dist/vuetify.d.ts +261 -194
  13. package/dist/vuetify.esm.js +346 -242
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +345 -241
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +731 -721
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.ts +2 -2
  21. package/lib/blueprints/md1.d.ts +2 -2
  22. package/lib/blueprints/md2.d.ts +2 -2
  23. package/lib/blueprints/md3.d.ts +2 -2
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -2
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  26. package/lib/components/VAutocomplete/index.d.ts +43 -20
  27. package/lib/components/VBtn/VBtn.mjs +16 -5
  28. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  29. package/lib/components/VCard/VCard.mjs +5 -2
  30. package/lib/components/VCard/VCard.mjs.map +1 -1
  31. package/lib/components/VCard/index.d.ts +8 -2
  32. package/lib/components/VChip/VChip.mjs +18 -4
  33. package/lib/components/VChip/VChip.mjs.map +1 -1
  34. package/lib/components/VChip/index.d.ts +15 -2
  35. package/lib/components/VChipGroup/VChipGroup.mjs +1 -0
  36. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  37. package/lib/components/VCombobox/VCombobox.mjs +5 -4
  38. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  39. package/lib/components/VCombobox/index.d.ts +43 -20
  40. package/lib/components/VDefaultsProvider/index.d.ts +5 -4
  41. package/lib/components/VDialog/VDialog.mjs +6 -5
  42. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  43. package/lib/components/VDialog/index.d.ts +57 -34
  44. package/lib/components/VDivider/VDivider.mjs +6 -6
  45. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  46. package/lib/components/VField/VField.mjs +28 -26
  47. package/lib/components/VField/VField.mjs.map +1 -1
  48. package/lib/components/VFileInput/VFileInput.css +1 -0
  49. package/lib/components/VFileInput/VFileInput.mjs +7 -4
  50. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  51. package/lib/components/VFileInput/VFileInput.sass +1 -0
  52. package/lib/components/VForm/index.d.ts +0 -3
  53. package/lib/components/VGrid/VGrid.css +5 -0
  54. package/lib/components/VGrid/VGrid.sass +5 -0
  55. package/lib/components/VList/VList.mjs +4 -1
  56. package/lib/components/VList/VList.mjs.map +1 -1
  57. package/lib/components/VList/VListItem.css +1 -1
  58. package/lib/components/VList/VListItem.mjs +34 -20
  59. package/lib/components/VList/VListItem.mjs.map +1 -1
  60. package/lib/components/VList/VListItem.sass +1 -1
  61. package/lib/components/VList/index.d.ts +20 -1
  62. package/lib/components/VMenu/VMenu.mjs +6 -5
  63. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  64. package/lib/components/VMenu/index.d.ts +57 -34
  65. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +4 -0
  66. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
  67. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  68. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +4 -0
  69. package/lib/components/VNavigationDrawer/index.d.ts +3 -3
  70. package/lib/components/VNavigationDrawer/touch.mjs +7 -6
  71. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
  72. package/lib/components/VOverlay/index.d.ts +34 -11
  73. package/lib/components/VOverlay/locationStrategies.mjs +40 -29
  74. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  75. package/lib/components/VOverlay/scrollStrategies.mjs +25 -16
  76. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  77. package/lib/components/VPagination/VPagination.mjs +1 -1
  78. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  79. package/lib/components/VProgressLinear/VProgressLinear.mjs +13 -1
  80. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  81. package/lib/components/VProgressLinear/index.d.ts +18 -0
  82. package/lib/components/VSelect/VSelect.mjs +4 -4
  83. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  84. package/lib/components/VSelect/index.d.ts +43 -20
  85. package/lib/components/VSlider/VSliderThumb.mjs +5 -1
  86. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  87. package/lib/components/VSnackbar/index.d.ts +42 -19
  88. package/lib/components/VTable/VTable.css +4 -4
  89. package/lib/components/VTable/VTable.sass +2 -2
  90. package/lib/components/VTooltip/VTooltip.mjs +4 -3
  91. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  92. package/lib/components/VTooltip/index.d.ts +57 -34
  93. package/lib/components/index.d.ts +247 -179
  94. package/lib/composables/defaults.mjs +1 -1
  95. package/lib/composables/defaults.mjs.map +1 -1
  96. package/lib/composables/filter.mjs +3 -3
  97. package/lib/composables/filter.mjs.map +1 -1
  98. package/lib/composables/form.mjs +0 -1
  99. package/lib/composables/form.mjs.map +1 -1
  100. package/lib/composables/teleport.mjs +6 -7
  101. package/lib/composables/teleport.mjs.map +1 -1
  102. package/lib/composables/toggleScope.mjs +14 -7
  103. package/lib/composables/toggleScope.mjs.map +1 -1
  104. package/lib/entry-bundler.mjs +1 -1
  105. package/lib/framework.mjs +1 -1
  106. package/lib/index.d.ts +17 -17
  107. package/lib/labs/VDataTable/VDataTable.mjs +10 -6
  108. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  109. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +3 -3
  110. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
  111. package/lib/labs/VDataTable/VDataTableRows.mjs +36 -8
  112. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  113. package/lib/labs/VDataTable/VDataTableServer.mjs +23 -10
  114. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  115. package/lib/labs/VDataTable/VDataTableVirtual.mjs +6 -2
  116. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  117. package/lib/labs/VDataTable/composables/group.mjs +9 -4
  118. package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
  119. package/lib/labs/VDataTable/composables/options.mjs +4 -2
  120. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  121. package/lib/labs/VDataTable/composables/sort.mjs +3 -5
  122. package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
  123. package/lib/labs/VDataTable/index.d.ts +11 -0
  124. package/lib/labs/components.d.ts +11 -0
  125. package/lib/locale/adapters/vue-i18n.mjs +12 -2
  126. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  127. package/lib/locale/en.mjs +2 -2
  128. package/lib/locale/en.mjs.map +1 -1
  129. package/lib/locale/sv.mjs +7 -7
  130. package/lib/locale/sv.mjs.map +1 -1
  131. package/lib/util/defineComponent.mjs +21 -18
  132. package/lib/util/defineComponent.mjs.map +1 -1
  133. package/lib/util/helpers.mjs +5 -1
  134. package/lib/util/helpers.mjs.map +1 -1
  135. package/package.json +2 -2
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "v-app/full-height": {
3
3
  "type": "boolean",
4
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/layout.json))"
4
+ "description": "Sets the component height to 100%"
5
5
  },
6
6
  "v-app/overlaps": {
7
7
  "type": "string[]",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "v-app-bar/model-value": {
27
27
  "type": "boolean",
28
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-app-bar.json))"
28
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
29
29
  },
30
30
  "v-app-bar/location": {
31
31
  "type": "\"top\" | \"bottom\"",
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "v-app-bar/color": {
43
43
  "type": "string",
44
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-toolbar.json))"
44
+ "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)"
45
45
  },
46
46
  "v-app-bar/density": {
47
47
  "type": "\"default\" | \"prominent\" | \"comfortable\" | \"compact\"",
@@ -73,7 +73,7 @@
73
73
  },
74
74
  "v-app-bar/rounded": {
75
75
  "type": "string | number | boolean",
76
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
76
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
77
77
  },
78
78
  "v-app-bar/tag": {
79
79
  "type": "string",
@@ -141,7 +141,7 @@
141
141
  },
142
142
  "v-alert/rounded": {
143
143
  "type": "string | number | boolean",
144
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
144
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
145
145
  },
146
146
  "v-alert/tag": {
147
147
  "type": "string",
@@ -153,11 +153,11 @@
153
153
  },
154
154
  "v-alert/color": {
155
155
  "type": "string",
156
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
156
+ "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)"
157
157
  },
158
158
  "v-alert/variant": {
159
159
  "type": "\"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
160
- "description": "Applies one of 6 styles: **elevated**, **flat**, **tonal**, **outlined**, **text**, and **plain**."
160
+ "description": "Applies a distinct style to the component"
161
161
  },
162
162
  "v-alert/text": {
163
163
  "type": "string",
@@ -189,7 +189,7 @@
189
189
  },
190
190
  "v-alert/model-value": {
191
191
  "type": "boolean",
192
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-alert.json))"
192
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
193
193
  },
194
194
  "v-alert/prominent": {
195
195
  "type": "boolean",
@@ -201,11 +201,11 @@
201
201
  },
202
202
  "v-alert-title/tag": {
203
203
  "type": "string",
204
- "description": "MISSING DESCRIPTION"
204
+ "description": "Specify a custom tag used on the root element"
205
205
  },
206
206
  "v-autocomplete/label": {
207
207
  "type": "string",
208
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
208
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
209
209
  },
210
210
  "v-autocomplete/type": {
211
211
  "type": "string",
@@ -277,11 +277,11 @@
277
277
  },
278
278
  "v-autocomplete/disabled": {
279
279
  "type": "boolean",
280
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
280
+ "description": "Removes the ability to click or target the input"
281
281
  },
282
282
  "v-autocomplete/model-value": {
283
283
  "type": "any",
284
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
284
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
285
285
  },
286
286
  "v-autocomplete/theme": {
287
287
  "type": "string",
@@ -301,7 +301,7 @@
301
301
  },
302
302
  "v-autocomplete/no-data-text": {
303
303
  "type": "string",
304
- "description": "Display text when there is no data"
304
+ "description": "Text shown when no items are provided to the component"
305
305
  },
306
306
  "v-autocomplete/open-on-clear": {
307
307
  "type": "boolean",
@@ -309,7 +309,7 @@
309
309
  },
310
310
  "v-autocomplete/value-comparator": {
311
311
  "type": "(a: any, b: any) => boolean",
312
- "description": "The comparison algorithm used for values. [More info](https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts)"
312
+ "description": "Apply a custom comparison algorithm used for values"
313
313
  },
314
314
  "v-autocomplete/items": {
315
315
  "type": "unknown[]",
@@ -413,7 +413,7 @@
413
413
  },
414
414
  "v-autocomplete/focused": {
415
415
  "type": "boolean",
416
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/focus.json))"
416
+ "description": "Forces a focused state styling on the component."
417
417
  },
418
418
  "v-autocomplete/hide-details": {
419
419
  "type": "boolean | \"auto\"",
@@ -421,11 +421,11 @@
421
421
  },
422
422
  "v-autocomplete/bg-color": {
423
423
  "type": "string",
424
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
424
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
425
425
  },
426
426
  "v-autocomplete/clearable": {
427
427
  "type": "boolean",
428
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
428
+ "description": "Allows for the component to be cleared"
429
429
  },
430
430
  "v-autocomplete/clear-icon": {
431
431
  "type": "string | (new () => any) | FunctionalComponent",
@@ -433,11 +433,11 @@
433
433
  },
434
434
  "v-autocomplete/active": {
435
435
  "type": "boolean",
436
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
436
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component"
437
437
  },
438
438
  "v-autocomplete/color": {
439
439
  "type": "string",
440
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
440
+ "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)"
441
441
  },
442
442
  "v-autocomplete/persistent-clear": {
443
443
  "type": "boolean",
@@ -445,15 +445,15 @@
445
445
  },
446
446
  "v-autocomplete/prepend-inner-icon": {
447
447
  "type": "string | (new () => any) | FunctionalComponent",
448
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
448
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
449
449
  },
450
450
  "v-autocomplete/single-line": {
451
451
  "type": "boolean",
452
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
452
+ "description": "Label does not move on focus/dirty"
453
453
  },
454
454
  "v-autocomplete/variant": {
455
455
  "type": "\"underlined\" | \"outlined\" | \"filled\" | \"solo\" | \"plain\"",
456
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
456
+ "description": "Applies a distinct style to the component"
457
457
  },
458
458
  "v-autocomplete/loading": {
459
459
  "type": "string | boolean",
@@ -489,7 +489,7 @@
489
489
  },
490
490
  "v-avatar/rounded": {
491
491
  "type": "string | number | boolean",
492
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
492
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
493
493
  },
494
494
  "v-avatar/size": {
495
495
  "type": "string | number",
@@ -505,11 +505,11 @@
505
505
  },
506
506
  "v-avatar/color": {
507
507
  "type": "string",
508
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/variant.json))"
508
+ "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)"
509
509
  },
510
510
  "v-avatar/variant": {
511
511
  "type": "\"elevated\" | \"flat\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
512
- "description": "Applies one of 6 styles: **elevated**, **flat**, **tonal**, **outlined**, **text**, and **plain**."
512
+ "description": "Applies a distinct style to the component"
513
513
  },
514
514
  "v-badge/location": {
515
515
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
@@ -517,7 +517,7 @@
517
517
  },
518
518
  "v-badge/rounded": {
519
519
  "type": "string | number | boolean",
520
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
520
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
521
521
  },
522
522
  "v-badge/tag": {
523
523
  "type": "string",
@@ -537,7 +537,7 @@
537
537
  },
538
538
  "v-badge/color": {
539
539
  "type": "string",
540
- "description": "Defines the background color of the badge."
540
+ "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)"
541
541
  },
542
542
  "v-badge/content": {
543
543
  "type": "string | number",
@@ -561,7 +561,7 @@
561
561
  },
562
562
  "v-badge/label": {
563
563
  "type": "string",
564
- "description": "The **aria-label** used for the badge."
564
+ "description": "The **aria-label** used for the badge"
565
565
  },
566
566
  "v-badge/max": {
567
567
  "type": "string | number",
@@ -569,7 +569,7 @@
569
569
  },
570
570
  "v-badge/model-value": {
571
571
  "type": "boolean",
572
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-badge.json))"
572
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
573
573
  },
574
574
  "v-badge/offset-x": {
575
575
  "type": "string | number",
@@ -581,7 +581,7 @@
581
581
  },
582
582
  "v-badge/text-color": {
583
583
  "type": "string",
584
- "description": "Defines the text color of the badge."
584
+ "description": "Applies a specified color to the control text - 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)"
585
585
  },
586
586
  "v-banner/border": {
587
587
  "type": "string | number | boolean",
@@ -633,7 +633,7 @@
633
633
  },
634
634
  "v-banner/rounded": {
635
635
  "type": "string | number | boolean",
636
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
636
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
637
637
  },
638
638
  "v-banner/tag": {
639
639
  "type": "string",
@@ -649,7 +649,7 @@
649
649
  },
650
650
  "v-banner/color": {
651
651
  "type": "string",
652
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-banner.json))"
652
+ "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)"
653
653
  },
654
654
  "v-banner/icon": {
655
655
  "type": "string | (new () => any) | FunctionalComponent",
@@ -669,7 +669,7 @@
669
669
  },
670
670
  "v-banner-actions/color": {
671
671
  "type": "string",
672
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-banner-actions.json))"
672
+ "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)"
673
673
  },
674
674
  "v-banner-actions/density": {
675
675
  "type": "string",
@@ -677,7 +677,7 @@
677
677
  },
678
678
  "v-banner-text/tag": {
679
679
  "type": "string",
680
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-banner-text.json))"
680
+ "description": "Specify a custom tag used on the root element"
681
681
  },
682
682
  "v-bottom-navigation/border": {
683
683
  "type": "string | number | boolean",
@@ -693,7 +693,7 @@
693
693
  },
694
694
  "v-bottom-navigation/rounded": {
695
695
  "type": "string | number | boolean",
696
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
696
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
697
697
  },
698
698
  "v-bottom-navigation/name": {
699
699
  "type": "string",
@@ -713,7 +713,7 @@
713
713
  },
714
714
  "v-bottom-navigation/model-value": {
715
715
  "type": "any",
716
- "description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
716
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
717
717
  },
718
718
  "v-bottom-navigation/multiple": {
719
719
  "type": "boolean",
@@ -729,7 +729,7 @@
729
729
  },
730
730
  "v-bottom-navigation/disabled": {
731
731
  "type": "boolean",
732
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/group.json))"
732
+ "description": "Puts all children components into a disabled state"
733
733
  },
734
734
  "v-bottom-navigation/mandatory": {
735
735
  "type": "boolean | \"force\"",
@@ -741,11 +741,11 @@
741
741
  },
742
742
  "v-bottom-navigation/bg-color": {
743
743
  "type": "string",
744
- "description": "Changes the background-color for the component."
744
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
745
745
  },
746
746
  "v-bottom-navigation/color": {
747
747
  "type": "string",
748
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-bottom-navigation.json))"
748
+ "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)"
749
749
  },
750
750
  "v-bottom-navigation/grow": {
751
751
  "type": "boolean",
@@ -761,7 +761,7 @@
761
761
  },
762
762
  "v-bottom-navigation/active": {
763
763
  "type": "boolean",
764
- "description": "MISSING DESCRIPTION"
764
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component"
765
765
  },
766
766
  "v-breadcrumbs/divider": {
767
767
  "type": "string",
@@ -769,7 +769,7 @@
769
769
  },
770
770
  "v-breadcrumbs/active-class": {
771
771
  "type": "string",
772
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-breadcrumbs.json))"
772
+ "description": "The class applied to the component when it is in an active state"
773
773
  },
774
774
  "v-breadcrumbs/active-color": {
775
775
  "type": "string",
@@ -777,15 +777,15 @@
777
777
  },
778
778
  "v-breadcrumbs/bg-color": {
779
779
  "type": "string",
780
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-breadcrumbs.json))"
780
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
781
781
  },
782
782
  "v-breadcrumbs/color": {
783
783
  "type": "string",
784
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-breadcrumbs.json))"
784
+ "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)"
785
785
  },
786
786
  "v-breadcrumbs/disabled": {
787
787
  "type": "boolean",
788
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-breadcrumbs.json))"
788
+ "description": "Removes the ability to click or target the component"
789
789
  },
790
790
  "v-breadcrumbs/icon": {
791
791
  "type": "string | (new () => any) | FunctionalComponent",
@@ -793,7 +793,7 @@
793
793
  },
794
794
  "v-breadcrumbs/items": {
795
795
  "type": "unknown[]",
796
- "description": "An array of objects for each breadcrumb."
796
+ "description": "An array of strings or objects used for automatically generating children components"
797
797
  },
798
798
  "v-breadcrumbs/density": {
799
799
  "type": "\"default\" | \"comfortable\" | \"compact\"",
@@ -801,7 +801,7 @@
801
801
  },
802
802
  "v-breadcrumbs/rounded": {
803
803
  "type": "string | number | boolean",
804
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
804
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
805
805
  },
806
806
  "v-breadcrumbs/tag": {
807
807
  "type": "string",
@@ -809,19 +809,19 @@
809
809
  },
810
810
  "v-breadcrumbs-item/href": {
811
811
  "type": "string",
812
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
812
+ "description": "Designates the component as anchor and applies the **href** attribute."
813
813
  },
814
814
  "v-breadcrumbs-item/replace": {
815
815
  "type": "boolean",
816
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
816
+ "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** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
817
817
  },
818
818
  "v-breadcrumbs-item/exact": {
819
819
  "type": "boolean",
820
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
820
+ "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."
821
821
  },
822
822
  "v-breadcrumbs-item/to": {
823
823
  "type": "unknown",
824
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
824
+ "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."
825
825
  },
826
826
  "v-breadcrumbs-item/tag": {
827
827
  "type": "string",
@@ -829,11 +829,11 @@
829
829
  },
830
830
  "v-breadcrumbs-item/active": {
831
831
  "type": "boolean",
832
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-breadcrumbs-item.json))"
832
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component"
833
833
  },
834
834
  "v-breadcrumbs-item/active-class": {
835
835
  "type": "string",
836
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-breadcrumbs-item.json))"
836
+ "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"
837
837
  },
838
838
  "v-breadcrumbs-item/active-color": {
839
839
  "type": "string",
@@ -841,11 +841,11 @@
841
841
  },
842
842
  "v-breadcrumbs-item/color": {
843
843
  "type": "string",
844
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-breadcrumbs-item.json))"
844
+ "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)"
845
845
  },
846
846
  "v-breadcrumbs-item/disabled": {
847
847
  "type": "boolean",
848
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-breadcrumbs-item.json))"
848
+ "description": "Removes the ability to click or target the component"
849
849
  },
850
850
  "v-breadcrumbs-item/title": {
851
851
  "type": "string",
@@ -865,7 +865,7 @@
865
865
  },
866
866
  "v-btn/rounded": {
867
867
  "type": "string | number | boolean",
868
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
868
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
869
869
  },
870
870
  "v-btn/density": {
871
871
  "type": "\"default\" | \"comfortable\" | \"compact\"",
@@ -905,7 +905,7 @@
905
905
  },
906
906
  "v-btn/disabled": {
907
907
  "type": "boolean",
908
- "description": "Removes the ability to click or target the component."
908
+ "description": "Removes the ability to click or target the component"
909
909
  },
910
910
  "v-btn/selected-class": {
911
911
  "type": "string",
@@ -925,19 +925,19 @@
925
925
  },
926
926
  "v-btn/href": {
927
927
  "type": "string",
928
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
928
+ "description": "Designates the component as anchor and applies the **href** attribute."
929
929
  },
930
930
  "v-btn/replace": {
931
931
  "type": "boolean",
932
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
932
+ "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** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
933
933
  },
934
934
  "v-btn/exact": {
935
935
  "type": "boolean",
936
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
936
+ "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."
937
937
  },
938
938
  "v-btn/to": {
939
939
  "type": "unknown",
940
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
940
+ "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."
941
941
  },
942
942
  "v-btn/size": {
943
943
  "type": "string | number",
@@ -953,23 +953,23 @@
953
953
  },
954
954
  "v-btn/color": {
955
955
  "type": "string",
956
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors)."
956
+ "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)"
957
957
  },
958
958
  "v-btn/variant": {
959
959
  "type": "\"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
960
- "description": "Applies one of 6 styles: **elevated**, **flat**, **tonal**, **outlined**, **text**, and **plain**."
960
+ "description": "Applies a distinct style to the component"
961
961
  },
962
962
  "v-btn/active": {
963
963
  "type": "boolean",
964
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-btn.json))"
964
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component"
965
965
  },
966
966
  "v-btn/prepend-icon": {
967
967
  "type": "string | (new () => any) | FunctionalComponent",
968
- "description": "Adds an icon before the default slot content."
968
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
969
969
  },
970
970
  "v-btn/append-icon": {
971
971
  "type": "string | (new () => any) | FunctionalComponent",
972
- "description": "Adds an icon after the default slot content."
972
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
973
973
  },
974
974
  "v-btn/block": {
975
975
  "type": "boolean",
@@ -1001,7 +1001,7 @@
1001
1001
  },
1002
1002
  "v-btn-group/rounded": {
1003
1003
  "type": "string | number | boolean",
1004
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
1004
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
1005
1005
  },
1006
1006
  "v-btn-group/tag": {
1007
1007
  "type": "string",
@@ -1013,11 +1013,11 @@
1013
1013
  },
1014
1014
  "v-btn-group/color": {
1015
1015
  "type": "string",
1016
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/variant.json))"
1016
+ "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)"
1017
1017
  },
1018
1018
  "v-btn-group/variant": {
1019
1019
  "type": "\"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
1020
- "description": "Applies one of 6 styles: **elevated**, **flat**, **tonal**, **outlined**, **text**, and **plain**."
1020
+ "description": "Applies a distinct style to the component"
1021
1021
  },
1022
1022
  "v-btn-group/divided": {
1023
1023
  "type": "boolean",
@@ -1025,7 +1025,7 @@
1025
1025
  },
1026
1026
  "v-btn-toggle/model-value": {
1027
1027
  "type": "any",
1028
- "description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
1028
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
1029
1029
  },
1030
1030
  "v-btn-toggle/multiple": {
1031
1031
  "type": "boolean",
@@ -1041,7 +1041,7 @@
1041
1041
  },
1042
1042
  "v-btn-toggle/disabled": {
1043
1043
  "type": "boolean",
1044
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/group.json))"
1044
+ "description": "Puts all children components into a disabled state"
1045
1045
  },
1046
1046
  "v-btn-toggle/mandatory": {
1047
1047
  "type": "boolean | \"force\"",
@@ -1105,23 +1105,23 @@
1105
1105
  },
1106
1106
  "v-card/rounded": {
1107
1107
  "type": "string | number | boolean",
1108
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
1108
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
1109
1109
  },
1110
1110
  "v-card/href": {
1111
1111
  "type": "string",
1112
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
1112
+ "description": "Designates the component as anchor and applies the **href** attribute."
1113
1113
  },
1114
1114
  "v-card/replace": {
1115
1115
  "type": "boolean",
1116
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
1116
+ "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** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
1117
1117
  },
1118
1118
  "v-card/exact": {
1119
1119
  "type": "boolean",
1120
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
1120
+ "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."
1121
1121
  },
1122
1122
  "v-card/to": {
1123
1123
  "type": "unknown",
1124
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
1124
+ "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."
1125
1125
  },
1126
1126
  "v-card/tag": {
1127
1127
  "type": "string",
@@ -1129,11 +1129,11 @@
1129
1129
  },
1130
1130
  "v-card/color": {
1131
1131
  "type": "string",
1132
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/variant.json))"
1132
+ "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)"
1133
1133
  },
1134
1134
  "v-card/variant": {
1135
1135
  "type": "\"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
1136
- "description": "Applies one of 6 styles: **elevated**, **flat**, **tonal**, **outlined**, **text**, and **plain**."
1136
+ "description": "Applies a distinct style to the component"
1137
1137
  },
1138
1138
  "v-card/text": {
1139
1139
  "type": "string",
@@ -1145,7 +1145,7 @@
1145
1145
  },
1146
1146
  "v-card/append-avatar": {
1147
1147
  "type": "string",
1148
- "description": "Appends a [v-avatar](/components/avatars/) component to the header"
1148
+ "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot"
1149
1149
  },
1150
1150
  "v-card/append-icon": {
1151
1151
  "type": "string | (new () => any) | FunctionalComponent",
@@ -1153,7 +1153,7 @@
1153
1153
  },
1154
1154
  "v-card/disabled": {
1155
1155
  "type": "boolean",
1156
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-card.json))"
1156
+ "description": "Removes the ability to click or target the component"
1157
1157
  },
1158
1158
  "v-card/hover": {
1159
1159
  "type": "boolean",
@@ -1165,7 +1165,7 @@
1165
1165
  },
1166
1166
  "v-card/prepend-avatar": {
1167
1167
  "type": "string",
1168
- "description": "Prepends a [v-avatar](/components/avatars/) component to the header"
1168
+ "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
1169
1169
  },
1170
1170
  "v-card/prepend-icon": {
1171
1171
  "type": "string | (new () => any) | FunctionalComponent",
@@ -1189,43 +1189,43 @@
1189
1189
  },
1190
1190
  "v-card-item/append-avatar": {
1191
1191
  "type": "string",
1192
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-card-item.json))"
1192
+ "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot"
1193
1193
  },
1194
1194
  "v-card-item/append-icon": {
1195
1195
  "type": "string | (new () => any) | FunctionalComponent",
1196
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-card-item.json))"
1196
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1197
1197
  },
1198
1198
  "v-card-item/prepend-avatar": {
1199
1199
  "type": "string",
1200
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-card-item.json))"
1200
+ "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
1201
1201
  },
1202
1202
  "v-card-item/prepend-icon": {
1203
1203
  "type": "string | (new () => any) | FunctionalComponent",
1204
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-card-item.json))"
1204
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
1205
1205
  },
1206
1206
  "v-card-item/subtitle": {
1207
1207
  "type": "string",
1208
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-card-item.json))"
1208
+ "description": "MISSING DESCRIPTION"
1209
1209
  },
1210
1210
  "v-card-item/title": {
1211
1211
  "type": "string",
1212
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-card-item.json))"
1212
+ "description": "MISSING DESCRIPTION"
1213
1213
  },
1214
1214
  "v-card-subtitle/tag": {
1215
1215
  "type": "string",
1216
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-card-subtitle.json))"
1216
+ "description": "Specify a custom tag used on the root element"
1217
1217
  },
1218
1218
  "v-card-text/tag": {
1219
1219
  "type": "string",
1220
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-card-text.json))"
1220
+ "description": "Specify a custom tag used on the root element"
1221
1221
  },
1222
1222
  "v-card-title/tag": {
1223
1223
  "type": "string",
1224
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-card-title.json))"
1224
+ "description": "Specify a custom tag used on the root element"
1225
1225
  },
1226
1226
  "v-carousel/color": {
1227
1227
  "type": "string",
1228
- "description": "Applies a color to the navigation dots"
1228
+ "description": "Applies a color to the navigation dots - 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)"
1229
1229
  },
1230
1230
  "v-carousel/cycle": {
1231
1231
  "type": "boolean",
@@ -1253,7 +1253,7 @@
1253
1253
  },
1254
1254
  "v-carousel/model-value": {
1255
1255
  "type": "any",
1256
- "description": "The v-model for the carousel."
1256
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
1257
1257
  },
1258
1258
  "v-carousel/progress": {
1259
1259
  "type": "string | boolean",
@@ -1301,7 +1301,7 @@
1301
1301
  },
1302
1302
  "v-checkbox/disabled": {
1303
1303
  "type": "boolean",
1304
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1304
+ "description": "Removes the ability to click or target the component"
1305
1305
  },
1306
1306
  "v-checkbox/error": {
1307
1307
  "type": "boolean",
@@ -1321,7 +1321,7 @@
1321
1321
  },
1322
1322
  "v-checkbox/label": {
1323
1323
  "type": "string",
1324
- "description": "Sets input label"
1324
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
1325
1325
  },
1326
1326
  "v-checkbox/readonly": {
1327
1327
  "type": "boolean",
@@ -1333,7 +1333,7 @@
1333
1333
  },
1334
1334
  "v-checkbox/model-value": {
1335
1335
  "type": "any",
1336
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1336
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
1337
1337
  },
1338
1338
  "v-checkbox/validate-on": {
1339
1339
  "type": "\"blur\" | \"input\" | \"submit\"",
@@ -1345,7 +1345,7 @@
1345
1345
  },
1346
1346
  "v-checkbox/focused": {
1347
1347
  "type": "boolean",
1348
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/focus.json))"
1348
+ "description": "Forces a focused state styling on the component."
1349
1349
  },
1350
1350
  "v-checkbox/hide-details": {
1351
1351
  "type": "boolean | \"auto\"",
@@ -1373,7 +1373,7 @@
1373
1373
  },
1374
1374
  "v-checkbox/color": {
1375
1375
  "type": "string",
1376
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1376
+ "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)"
1377
1377
  },
1378
1378
  "v-checkbox/inline": {
1379
1379
  "type": "boolean",
@@ -1397,7 +1397,7 @@
1397
1397
  },
1398
1398
  "v-checkbox/value-comparator": {
1399
1399
  "type": "(a: any, b: any) => boolean",
1400
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1400
+ "description": "Apply a custom comparison algorithm used for values"
1401
1401
  },
1402
1402
  "v-checkbox/theme": {
1403
1403
  "type": "string",
@@ -1417,7 +1417,7 @@
1417
1417
  },
1418
1418
  "v-checkbox-btn/label": {
1419
1419
  "type": "string",
1420
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control.json))"
1420
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
1421
1421
  },
1422
1422
  "v-checkbox-btn/true-value": {
1423
1423
  "type": "any",
@@ -1433,11 +1433,11 @@
1433
1433
  },
1434
1434
  "v-checkbox-btn/color": {
1435
1435
  "type": "string",
1436
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1436
+ "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)"
1437
1437
  },
1438
1438
  "v-checkbox-btn/disabled": {
1439
1439
  "type": "boolean",
1440
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1440
+ "description": "Removes the ability to click or target the component"
1441
1441
  },
1442
1442
  "v-checkbox-btn/error": {
1443
1443
  "type": "boolean",
@@ -1477,11 +1477,11 @@
1477
1477
  },
1478
1478
  "v-checkbox-btn/model-value": {
1479
1479
  "type": "any",
1480
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1480
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
1481
1481
  },
1482
1482
  "v-checkbox-btn/value-comparator": {
1483
1483
  "type": "(a: any, b: any) => boolean",
1484
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
1484
+ "description": "Apply a custom comparison algorithm used for values"
1485
1485
  },
1486
1486
  "v-checkbox-btn/theme": {
1487
1487
  "type": "string",
@@ -1513,7 +1513,7 @@
1513
1513
  },
1514
1514
  "v-chip/disabled": {
1515
1515
  "type": "boolean",
1516
- "description": "Disables the chip, making it un-selectable"
1516
+ "description": "Removes the ability to click or target the component"
1517
1517
  },
1518
1518
  "v-chip/selected-class": {
1519
1519
  "type": "string",
@@ -1521,23 +1521,23 @@
1521
1521
  },
1522
1522
  "v-chip/rounded": {
1523
1523
  "type": "string | number | boolean",
1524
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
1524
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
1525
1525
  },
1526
1526
  "v-chip/href": {
1527
1527
  "type": "string",
1528
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
1528
+ "description": "Designates the component as anchor and applies the **href** attribute."
1529
1529
  },
1530
1530
  "v-chip/replace": {
1531
1531
  "type": "boolean",
1532
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
1532
+ "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** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
1533
1533
  },
1534
1534
  "v-chip/exact": {
1535
1535
  "type": "boolean",
1536
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
1536
+ "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."
1537
1537
  },
1538
1538
  "v-chip/to": {
1539
1539
  "type": "unknown",
1540
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
1540
+ "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."
1541
1541
  },
1542
1542
  "v-chip/size": {
1543
1543
  "type": "string | number",
@@ -1553,11 +1553,11 @@
1553
1553
  },
1554
1554
  "v-chip/color": {
1555
1555
  "type": "string",
1556
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/variant.json))"
1556
+ "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)"
1557
1557
  },
1558
1558
  "v-chip/variant": {
1559
1559
  "type": "\"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
1560
- "description": "Applies one of 6 styles: **elevated**, **flat**, **tonal**, **outlined**, **text**, and **plain**."
1560
+ "description": "Applies a distinct style to the component"
1561
1561
  },
1562
1562
  "v-chip/text": {
1563
1563
  "type": "string",
@@ -1569,15 +1569,15 @@
1569
1569
  },
1570
1570
  "v-chip/active-class": {
1571
1571
  "type": "string",
1572
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-chip.json))"
1572
+ "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"
1573
1573
  },
1574
1574
  "v-chip/append-avatar": {
1575
1575
  "type": "string",
1576
- "description": "Appends a v-avatar component to the header"
1576
+ "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot"
1577
1577
  },
1578
1578
  "v-chip/append-icon": {
1579
1579
  "type": "string | (new () => any) | FunctionalComponent",
1580
- "description": "Adds an icon after the default slot content"
1580
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1581
1581
  },
1582
1582
  "v-chip/closable": {
1583
1583
  "type": "boolean",
@@ -1601,7 +1601,7 @@
1601
1601
  },
1602
1602
  "v-chip/label": {
1603
1603
  "type": "boolean",
1604
- "description": "Removes circle edges"
1604
+ "description": "Applies a medium size border radius"
1605
1605
  },
1606
1606
  "v-chip/pill": {
1607
1607
  "type": "boolean",
@@ -1609,11 +1609,11 @@
1609
1609
  },
1610
1610
  "v-chip/prepend-avatar": {
1611
1611
  "type": "string",
1612
- "description": "Prepends a v-avatar component to the header"
1612
+ "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
1613
1613
  },
1614
1614
  "v-chip/prepend-icon": {
1615
1615
  "type": "string | (new () => any) | FunctionalComponent",
1616
- "description": "Adds an icon before the default slot content"
1616
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
1617
1617
  },
1618
1618
  "v-chip/ripple": {
1619
1619
  "type": "boolean",
@@ -1621,11 +1621,11 @@
1621
1621
  },
1622
1622
  "v-chip/model-value": {
1623
1623
  "type": "boolean",
1624
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-chip.json))"
1624
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
1625
1625
  },
1626
1626
  "v-chip-group/model-value": {
1627
1627
  "type": "any",
1628
- "description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
1628
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
1629
1629
  },
1630
1630
  "v-chip-group/multiple": {
1631
1631
  "type": "boolean",
@@ -1641,7 +1641,7 @@
1641
1641
  },
1642
1642
  "v-chip-group/disabled": {
1643
1643
  "type": "boolean",
1644
- "description": "Disable the events emitted by the component"
1644
+ "description": "Puts all children components into a disabled state"
1645
1645
  },
1646
1646
  "v-chip-group/mandatory": {
1647
1647
  "type": "boolean | \"force\"",
@@ -1661,11 +1661,11 @@
1661
1661
  },
1662
1662
  "v-chip-group/color": {
1663
1663
  "type": "string",
1664
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/variant.json))"
1664
+ "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)"
1665
1665
  },
1666
1666
  "v-chip-group/variant": {
1667
1667
  "type": "\"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
1668
- "description": "Applies one of 6 styles: **elevated**, **flat**, **tonal**, **outlined**, **text**, and **plain**."
1668
+ "description": "Applies a distinct style to the component"
1669
1669
  },
1670
1670
  "v-chip-group/column": {
1671
1671
  "type": "boolean",
@@ -1673,11 +1673,11 @@
1673
1673
  },
1674
1674
  "v-chip-group/value-comparator": {
1675
1675
  "type": "(a: any, b: any) => boolean",
1676
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-chip-group.json))"
1676
+ "description": "Apply a custom comparison algorithm used for values"
1677
1677
  },
1678
1678
  "v-code/tag": {
1679
1679
  "type": "string",
1680
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-code.json))"
1680
+ "description": "Specify a custom tag used on the root element"
1681
1681
  },
1682
1682
  "v-color-picker/elevation": {
1683
1683
  "type": "string | number",
@@ -1685,7 +1685,7 @@
1685
1685
  },
1686
1686
  "v-color-picker/rounded": {
1687
1687
  "type": "string | number | boolean",
1688
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
1688
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
1689
1689
  },
1690
1690
  "v-color-picker/theme": {
1691
1691
  "type": "string",
@@ -1697,7 +1697,7 @@
1697
1697
  },
1698
1698
  "v-color-picker/disabled": {
1699
1699
  "type": "boolean",
1700
- "description": "Disables picker"
1700
+ "description": "Removes the ability to click or target the component"
1701
1701
  },
1702
1702
  "v-color-picker/dot-size": {
1703
1703
  "type": "string | number",
@@ -1733,7 +1733,7 @@
1733
1733
  },
1734
1734
  "v-color-picker/model-value": {
1735
1735
  "type": "string | Record<string, unknown>",
1736
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-color-picker.json))"
1736
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
1737
1737
  },
1738
1738
  "v-color-picker/width": {
1739
1739
  "type": "string | number",
@@ -1745,7 +1745,7 @@
1745
1745
  },
1746
1746
  "v-combobox/label": {
1747
1747
  "type": "string",
1748
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
1748
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
1749
1749
  },
1750
1750
  "v-combobox/type": {
1751
1751
  "type": "string",
@@ -1813,11 +1813,11 @@
1813
1813
  },
1814
1814
  "v-combobox/disabled": {
1815
1815
  "type": "boolean",
1816
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
1816
+ "description": "Removes the ability to click or target the input"
1817
1817
  },
1818
1818
  "v-combobox/model-value": {
1819
1819
  "type": "any",
1820
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
1820
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
1821
1821
  },
1822
1822
  "v-combobox/theme": {
1823
1823
  "type": "string",
@@ -1837,7 +1837,7 @@
1837
1837
  },
1838
1838
  "v-combobox/no-data-text": {
1839
1839
  "type": "string",
1840
- "description": "Display text when there is no data"
1840
+ "description": "Text shown when no items are provided to the component"
1841
1841
  },
1842
1842
  "v-combobox/open-on-clear": {
1843
1843
  "type": "boolean",
@@ -1845,7 +1845,7 @@
1845
1845
  },
1846
1846
  "v-combobox/value-comparator": {
1847
1847
  "type": "(a: any, b: any) => boolean",
1848
- "description": "The comparison algorithm used for values. [More info](https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts)"
1848
+ "description": "Apply a custom comparison algorithm used for values"
1849
1849
  },
1850
1850
  "v-combobox/items": {
1851
1851
  "type": "unknown[]",
@@ -1949,7 +1949,7 @@
1949
1949
  },
1950
1950
  "v-combobox/focused": {
1951
1951
  "type": "boolean",
1952
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/focus.json))"
1952
+ "description": "Forces a focused state styling on the component."
1953
1953
  },
1954
1954
  "v-combobox/hide-details": {
1955
1955
  "type": "boolean | \"auto\"",
@@ -1957,11 +1957,11 @@
1957
1957
  },
1958
1958
  "v-combobox/bg-color": {
1959
1959
  "type": "string",
1960
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
1960
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
1961
1961
  },
1962
1962
  "v-combobox/clearable": {
1963
1963
  "type": "boolean",
1964
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
1964
+ "description": "Allows for the component to be cleared"
1965
1965
  },
1966
1966
  "v-combobox/clear-icon": {
1967
1967
  "type": "string | (new () => any) | FunctionalComponent",
@@ -1969,11 +1969,11 @@
1969
1969
  },
1970
1970
  "v-combobox/active": {
1971
1971
  "type": "boolean",
1972
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
1972
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component"
1973
1973
  },
1974
1974
  "v-combobox/color": {
1975
1975
  "type": "string",
1976
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
1976
+ "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)"
1977
1977
  },
1978
1978
  "v-combobox/persistent-clear": {
1979
1979
  "type": "boolean",
@@ -1981,15 +1981,15 @@
1981
1981
  },
1982
1982
  "v-combobox/prepend-inner-icon": {
1983
1983
  "type": "string | (new () => any) | FunctionalComponent",
1984
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
1984
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
1985
1985
  },
1986
1986
  "v-combobox/single-line": {
1987
1987
  "type": "boolean",
1988
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
1988
+ "description": "Label does not move on focus/dirty"
1989
1989
  },
1990
1990
  "v-combobox/variant": {
1991
1991
  "type": "\"underlined\" | \"outlined\" | \"filled\" | \"solo\" | \"plain\"",
1992
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
1992
+ "description": "Applies a distinct style to the component"
1993
1993
  },
1994
1994
  "v-combobox/loading": {
1995
1995
  "type": "string | boolean",
@@ -2017,7 +2017,7 @@
2017
2017
  },
2018
2018
  "v-counter/active": {
2019
2019
  "type": "boolean",
2020
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-counter.json))"
2020
+ "description": "Determines whether the counter is visible or not"
2021
2021
  },
2022
2022
  "v-counter/max": {
2023
2023
  "type": "string | number",
@@ -2036,7 +2036,7 @@
2036
2036
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-defaults-provider.json))"
2037
2037
  },
2038
2038
  "v-defaults-provider/defaults": {
2039
- "type": "Partial<DefaultsInstance>",
2039
+ "type": "{ global: Record<string, unknown> }",
2040
2040
  "description": "Specify new default prop values for components. Keep in mind that this will be merged with previously defined values"
2041
2041
  },
2042
2042
  "v-dialog/activator": {
@@ -2069,7 +2069,7 @@
2069
2069
  },
2070
2070
  "v-dialog/content-class": {
2071
2071
  "type": "any",
2072
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay.json))"
2072
+ "description": "Applies a custom class to the detached element. This is useful because the content is moved to the beginning of the `v-app` component (unless the **attach** prop is provided) and is not targetable by classes passed directly on the component"
2073
2073
  },
2074
2074
  "v-dialog/content-props": {
2075
2075
  "type": "any",
@@ -2077,7 +2077,7 @@
2077
2077
  },
2078
2078
  "v-dialog/disabled": {
2079
2079
  "type": "boolean",
2080
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay.json))"
2080
+ "description": "Removes the ability to click or target the component"
2081
2081
  },
2082
2082
  "v-dialog/no-click-animation": {
2083
2083
  "type": "boolean",
@@ -2085,7 +2085,7 @@
2085
2085
  },
2086
2086
  "v-dialog/model-value": {
2087
2087
  "type": "boolean",
2088
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay.json))"
2088
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
2089
2089
  },
2090
2090
  "v-dialog/persistent": {
2091
2091
  "type": "boolean",
@@ -2121,11 +2121,11 @@
2121
2121
  },
2122
2122
  "v-dialog/close-delay": {
2123
2123
  "type": "string | number",
2124
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/delay.json))"
2124
+ "description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
2125
2125
  },
2126
2126
  "v-dialog/open-delay": {
2127
2127
  "type": "string | number",
2128
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/delay.json))"
2128
+ "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
2129
2129
  },
2130
2130
  "v-dialog/height": {
2131
2131
  "type": "string | number",
@@ -2156,12 +2156,12 @@
2156
2156
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/lazy.json))"
2157
2157
  },
2158
2158
  "v-dialog/location-strategy": {
2159
- "type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L33-L37\" target=\"_blank\">LocationStrategyFn</a>",
2159
+ "type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
2160
2160
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
2161
2161
  },
2162
2162
  "v-dialog/location": {
2163
2163
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
2164
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
2164
+ "description": "Aligns the component towards the `top`, `bottom`, `right`, `left`, can be combined like for example `top right`"
2165
2165
  },
2166
2166
  "v-dialog/origin": {
2167
2167
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
@@ -2185,7 +2185,7 @@
2185
2185
  },
2186
2186
  "v-dialog/attach": {
2187
2187
  "type": "string | boolean | Element",
2188
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay.json))"
2188
+ "description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attachs to the root `v-app` component by default"
2189
2189
  },
2190
2190
  "v-divider/theme": {
2191
2191
  "type": "string",
@@ -2197,7 +2197,7 @@
2197
2197
  },
2198
2198
  "v-divider/color": {
2199
2199
  "type": "string",
2200
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-divider.json))"
2200
+ "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)"
2201
2201
  },
2202
2202
  "v-divider/inset": {
2203
2203
  "type": "boolean",
@@ -2213,7 +2213,7 @@
2213
2213
  },
2214
2214
  "v-expansion-panels/model-value": {
2215
2215
  "type": "any",
2216
- "description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
2216
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
2217
2217
  },
2218
2218
  "v-expansion-panels/multiple": {
2219
2219
  "type": "boolean",
@@ -2229,7 +2229,7 @@
2229
2229
  },
2230
2230
  "v-expansion-panels/disabled": {
2231
2231
  "type": "boolean",
2232
- "description": "Disables the entire expansion-panel"
2232
+ "description": "Puts all children components into a disabled state"
2233
2233
  },
2234
2234
  "v-expansion-panels/mandatory": {
2235
2235
  "type": "boolean | \"force\"",
@@ -2245,11 +2245,11 @@
2245
2245
  },
2246
2246
  "v-expansion-panels/color": {
2247
2247
  "type": "string",
2248
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-expansion-panels.json))"
2248
+ "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)"
2249
2249
  },
2250
2250
  "v-expansion-panels/variant": {
2251
2251
  "type": "\"default\" | \"accordion\" | \"inset\" | \"popout\"",
2252
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-expansion-panels.json))"
2252
+ "description": "Applies a distinct style to the component"
2253
2253
  },
2254
2254
  "v-expansion-panels/readonly": {
2255
2255
  "type": "boolean",
@@ -2277,7 +2277,7 @@
2277
2277
  },
2278
2278
  "v-expansion-panel/rounded": {
2279
2279
  "type": "string | number | boolean",
2280
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
2280
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
2281
2281
  },
2282
2282
  "v-expansion-panel/tag": {
2283
2283
  "type": "string",
@@ -2285,7 +2285,7 @@
2285
2285
  },
2286
2286
  "v-expansion-panel/color": {
2287
2287
  "type": "string",
2288
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
2288
+ "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)"
2289
2289
  },
2290
2290
  "v-expansion-panel/expand-icon": {
2291
2291
  "type": "string | (new () => any) | FunctionalComponent",
@@ -2317,7 +2317,7 @@
2317
2317
  },
2318
2318
  "v-expansion-panel/bg-color": {
2319
2319
  "type": "string",
2320
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-expansion-panel.json))"
2320
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
2321
2321
  },
2322
2322
  "v-expansion-panel-text/eager": {
2323
2323
  "type": "boolean",
@@ -2325,7 +2325,7 @@
2325
2325
  },
2326
2326
  "v-expansion-panel-title/color": {
2327
2327
  "type": "string",
2328
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
2328
+ "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)"
2329
2329
  },
2330
2330
  "v-expansion-panel-title/expand-icon": {
2331
2331
  "type": "string | (new () => any) | FunctionalComponent",
@@ -2349,7 +2349,7 @@
2349
2349
  },
2350
2350
  "v-field/label": {
2351
2351
  "type": "string",
2352
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
2352
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
2353
2353
  },
2354
2354
  "v-field/id": {
2355
2355
  "type": "string",
@@ -2357,19 +2357,19 @@
2357
2357
  },
2358
2358
  "v-field/focused": {
2359
2359
  "type": "boolean",
2360
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/focus.json))"
2360
+ "description": "Forces a focused state styling on the component."
2361
2361
  },
2362
2362
  "v-field/append-inner-icon": {
2363
2363
  "type": "string | (new () => any) | FunctionalComponent",
2364
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
2364
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
2365
2365
  },
2366
2366
  "v-field/bg-color": {
2367
2367
  "type": "string",
2368
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
2368
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
2369
2369
  },
2370
2370
  "v-field/clearable": {
2371
2371
  "type": "boolean",
2372
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
2372
+ "description": "Allows for the component to be cleared"
2373
2373
  },
2374
2374
  "v-field/clear-icon": {
2375
2375
  "type": "string | (new () => any) | FunctionalComponent",
@@ -2377,19 +2377,19 @@
2377
2377
  },
2378
2378
  "v-field/active": {
2379
2379
  "type": "boolean",
2380
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
2380
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component"
2381
2381
  },
2382
2382
  "v-field/color": {
2383
2383
  "type": "string",
2384
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
2384
+ "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)"
2385
2385
  },
2386
2386
  "v-field/dirty": {
2387
2387
  "type": "boolean",
2388
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
2388
+ "description": "Manually apply the dirty state styling"
2389
2389
  },
2390
2390
  "v-field/disabled": {
2391
2391
  "type": "boolean",
2392
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
2392
+ "description": "Removes the ability to click or target the input"
2393
2393
  },
2394
2394
  "v-field/error": {
2395
2395
  "type": "boolean",
@@ -2401,7 +2401,7 @@
2401
2401
  },
2402
2402
  "v-field/prepend-inner-icon": {
2403
2403
  "type": "string | (new () => any) | FunctionalComponent",
2404
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
2404
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
2405
2405
  },
2406
2406
  "v-field/reverse": {
2407
2407
  "type": "boolean",
@@ -2409,11 +2409,11 @@
2409
2409
  },
2410
2410
  "v-field/single-line": {
2411
2411
  "type": "boolean",
2412
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
2412
+ "description": "Label does not move on focus/dirty"
2413
2413
  },
2414
2414
  "v-field/variant": {
2415
2415
  "type": "\"underlined\" | \"outlined\" | \"filled\" | \"solo\" | \"plain\"",
2416
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
2416
+ "description": "Applies a distinct style to the component"
2417
2417
  },
2418
2418
  "v-field/theme": {
2419
2419
  "type": "string",
@@ -2425,7 +2425,7 @@
2425
2425
  },
2426
2426
  "v-field/model-value": {
2427
2427
  "type": "unknown",
2428
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
2428
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
2429
2429
  },
2430
2430
  "v-field-label/floating": {
2431
2431
  "type": "boolean",
@@ -2457,7 +2457,7 @@
2457
2457
  },
2458
2458
  "v-file-input/disabled": {
2459
2459
  "type": "boolean",
2460
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
2460
+ "description": "Removes the ability to click or target the input"
2461
2461
  },
2462
2462
  "v-file-input/error": {
2463
2463
  "type": "boolean",
@@ -2477,7 +2477,7 @@
2477
2477
  },
2478
2478
  "v-file-input/label": {
2479
2479
  "type": "string",
2480
- "description": "Sets input label"
2480
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
2481
2481
  },
2482
2482
  "v-file-input/readonly": {
2483
2483
  "type": "boolean",
@@ -2489,7 +2489,7 @@
2489
2489
  },
2490
2490
  "v-file-input/model-value": {
2491
2491
  "type": "File[]",
2492
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-file-input.json))"
2492
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
2493
2493
  },
2494
2494
  "v-file-input/validate-on": {
2495
2495
  "type": "\"blur\" | \"input\" | \"submit\"",
@@ -2501,7 +2501,7 @@
2501
2501
  },
2502
2502
  "v-file-input/focused": {
2503
2503
  "type": "boolean",
2504
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/focus.json))"
2504
+ "description": "Forces a focused state styling on the component."
2505
2505
  },
2506
2506
  "v-file-input/reverse": {
2507
2507
  "type": "boolean",
@@ -2513,15 +2513,15 @@
2513
2513
  },
2514
2514
  "v-file-input/append-inner-icon": {
2515
2515
  "type": "string | (new () => any) | FunctionalComponent",
2516
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
2516
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
2517
2517
  },
2518
2518
  "v-file-input/bg-color": {
2519
2519
  "type": "string",
2520
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
2520
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
2521
2521
  },
2522
2522
  "v-file-input/clearable": {
2523
2523
  "type": "boolean",
2524
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
2524
+ "description": "Allows for the component to be cleared"
2525
2525
  },
2526
2526
  "v-file-input/clear-icon": {
2527
2527
  "type": "string | (new () => any) | FunctionalComponent",
@@ -2529,15 +2529,15 @@
2529
2529
  },
2530
2530
  "v-file-input/active": {
2531
2531
  "type": "boolean",
2532
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
2532
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component"
2533
2533
  },
2534
2534
  "v-file-input/color": {
2535
2535
  "type": "string",
2536
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
2536
+ "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)"
2537
2537
  },
2538
2538
  "v-file-input/dirty": {
2539
2539
  "type": "boolean",
2540
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
2540
+ "description": "Manually apply the dirty state styling"
2541
2541
  },
2542
2542
  "v-file-input/persistent-clear": {
2543
2543
  "type": "boolean",
@@ -2545,15 +2545,15 @@
2545
2545
  },
2546
2546
  "v-file-input/prepend-inner-icon": {
2547
2547
  "type": "string | (new () => any) | FunctionalComponent",
2548
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
2548
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
2549
2549
  },
2550
2550
  "v-file-input/single-line": {
2551
2551
  "type": "boolean",
2552
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
2552
+ "description": "Label does not move on focus/dirty"
2553
2553
  },
2554
2554
  "v-file-input/variant": {
2555
2555
  "type": "\"underlined\" | \"outlined\" | \"filled\" | \"solo\" | \"plain\"",
2556
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
2556
+ "description": "Applies a distinct style to the component"
2557
2557
  },
2558
2558
  "v-file-input/theme": {
2559
2559
  "type": "string",
@@ -2621,7 +2621,7 @@
2621
2621
  },
2622
2622
  "v-footer/rounded": {
2623
2623
  "type": "string | number | boolean",
2624
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
2624
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
2625
2625
  },
2626
2626
  "v-footer/tag": {
2627
2627
  "type": "string",
@@ -2637,7 +2637,7 @@
2637
2637
  },
2638
2638
  "v-footer/color": {
2639
2639
  "type": "string",
2640
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-footer.json))"
2640
+ "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)"
2641
2641
  },
2642
2642
  "v-footer/height": {
2643
2643
  "type": "string | number",
@@ -2645,15 +2645,11 @@
2645
2645
  },
2646
2646
  "v-form/disabled": {
2647
2647
  "type": "boolean",
2648
- "description": "Puts all children inputs into a disabled state."
2648
+ "description": "Puts all children inputs into a disabled state"
2649
2649
  },
2650
2650
  "v-form/fast-fail": {
2651
2651
  "type": "boolean",
2652
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/form.json))"
2653
- },
2654
- "v-form/lazy-validation": {
2655
- "type": "boolean",
2656
- "description": "If enabled, **value** will always be _true_ unless there are visible validation errors. You can still call `validate()` to manually trigger validation"
2652
+ "description": "Stop validation as soon as any rules fail."
2657
2653
  },
2658
2654
  "v-form/readonly": {
2659
2655
  "type": "boolean",
@@ -2661,11 +2657,11 @@
2661
2657
  },
2662
2658
  "v-form/model-value": {
2663
2659
  "type": "boolean",
2664
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/form.json))"
2660
+ "description": "The value representing the validity of the form. If the value is `null` then no validation has taken place yet, or the form has been reset. Otherwise the value will be a `boolean` that indicates if validation has passed or not."
2665
2661
  },
2666
2662
  "v-form/validate-on": {
2667
2663
  "type": "\"blur\" | \"input\" | \"submit\"",
2668
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/form.json))"
2664
+ "description": "Changes the events in which validation occurs."
2669
2665
  },
2670
2666
  "v-container/tag": {
2671
2667
  "type": "string",
@@ -2721,27 +2717,27 @@
2721
2717
  },
2722
2718
  "v-spacer/tag": {
2723
2719
  "type": "string",
2724
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-spacer.json))"
2720
+ "description": "Specify a custom tag used on the root element"
2725
2721
  },
2726
2722
  "v-hover/close-delay": {
2727
2723
  "type": "string | number",
2728
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/delay.json))"
2724
+ "description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
2729
2725
  },
2730
2726
  "v-hover/open-delay": {
2731
2727
  "type": "string | number",
2732
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/delay.json))"
2728
+ "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
2733
2729
  },
2734
2730
  "v-hover/disabled": {
2735
2731
  "type": "boolean",
2736
- "description": "Turns off hover functionality"
2732
+ "description": "Removes hover functionality"
2737
2733
  },
2738
2734
  "v-hover/model-value": {
2739
2735
  "type": "boolean",
2740
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-hover.json))"
2736
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
2741
2737
  },
2742
2738
  "v-icon/color": {
2743
2739
  "type": "string",
2744
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-icon.json))"
2740
+ "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)"
2745
2741
  },
2746
2742
  "v-icon/start": {
2747
2743
  "type": "boolean",
@@ -2773,7 +2769,7 @@
2773
2769
  },
2774
2770
  "v-component-icon/tag": {
2775
2771
  "type": "string",
2776
- "description": "MISSING DESCRIPTION"
2772
+ "description": "Specify a custom tag used on the root element"
2777
2773
  },
2778
2774
  "v-svg-icon/icon": {
2779
2775
  "type": "string | (new () => any) | FunctionalComponent",
@@ -2781,7 +2777,7 @@
2781
2777
  },
2782
2778
  "v-svg-icon/tag": {
2783
2779
  "type": "string",
2784
- "description": "MISSING DESCRIPTION"
2780
+ "description": "Specify a custom tag used on the root element"
2785
2781
  },
2786
2782
  "v-ligature-icon/icon": {
2787
2783
  "type": "string | (new () => any) | FunctionalComponent",
@@ -2789,7 +2785,7 @@
2789
2785
  },
2790
2786
  "v-ligature-icon/tag": {
2791
2787
  "type": "string",
2792
- "description": "MISSING DESCRIPTION"
2788
+ "description": "Specify a custom tag used on the root element"
2793
2789
  },
2794
2790
  "v-class-icon/icon": {
2795
2791
  "type": "string | (new () => any) | FunctionalComponent",
@@ -2797,7 +2793,7 @@
2797
2793
  },
2798
2794
  "v-class-icon/tag": {
2799
2795
  "type": "string",
2800
- "description": "MISSING DESCRIPTION"
2796
+ "description": "Specify a custom tag used on the root element"
2801
2797
  },
2802
2798
  "v-img/transition": {
2803
2799
  "type": "string",
@@ -2873,7 +2869,7 @@
2873
2869
  },
2874
2870
  "v-input/disabled": {
2875
2871
  "type": "boolean",
2876
- "description": "Disable the input"
2872
+ "description": "Removes the ability to click or target the component"
2877
2873
  },
2878
2874
  "v-input/error": {
2879
2875
  "type": "boolean",
@@ -2893,7 +2889,7 @@
2893
2889
  },
2894
2890
  "v-input/label": {
2895
2891
  "type": "string",
2896
- "description": "Sets input label"
2892
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
2897
2893
  },
2898
2894
  "v-input/readonly": {
2899
2895
  "type": "boolean",
@@ -2905,7 +2901,7 @@
2905
2901
  },
2906
2902
  "v-input/model-value": {
2907
2903
  "type": "any",
2908
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/validation.json))"
2904
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
2909
2905
  },
2910
2906
  "v-input/validate-on": {
2911
2907
  "type": "\"blur\" | \"input\" | \"submit\"",
@@ -2917,7 +2913,7 @@
2917
2913
  },
2918
2914
  "v-input/focused": {
2919
2915
  "type": "boolean",
2920
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/focus.json))"
2916
+ "description": "Forces a focused state styling on the component."
2921
2917
  },
2922
2918
  "v-input/hide-details": {
2923
2919
  "type": "boolean | \"auto\"",
@@ -2925,7 +2921,7 @@
2925
2921
  },
2926
2922
  "v-item-group/model-value": {
2927
2923
  "type": "any",
2928
- "description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
2924
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
2929
2925
  },
2930
2926
  "v-item-group/multiple": {
2931
2927
  "type": "boolean",
@@ -2941,7 +2937,7 @@
2941
2937
  },
2942
2938
  "v-item-group/disabled": {
2943
2939
  "type": "boolean",
2944
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/group.json))"
2940
+ "description": "Puts all children components into a disabled state"
2945
2941
  },
2946
2942
  "v-item-group/mandatory": {
2947
2943
  "type": "boolean | \"force\"",
@@ -2961,7 +2957,7 @@
2961
2957
  },
2962
2958
  "v-item/disabled": {
2963
2959
  "type": "boolean",
2964
- "description": "Removes the ability to click or target the component."
2960
+ "description": "Removes the ability to click or target the component"
2965
2961
  },
2966
2962
  "v-item/selected-class": {
2967
2963
  "type": "string",
@@ -2969,7 +2965,7 @@
2969
2965
  },
2970
2966
  "v-kbd/tag": {
2971
2967
  "type": "string",
2972
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-kbd.json))"
2968
+ "description": "Specify a custom tag used on the root element"
2973
2969
  },
2974
2970
  "v-label/theme": {
2975
2971
  "type": "string",
@@ -2977,7 +2973,7 @@
2977
2973
  },
2978
2974
  "v-label/text": {
2979
2975
  "type": "string",
2980
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-label.json))"
2976
+ "description": "Specify the displayed label text"
2981
2977
  },
2982
2978
  "v-label/clickable": {
2983
2979
  "type": "boolean",
@@ -2985,7 +2981,7 @@
2985
2981
  },
2986
2982
  "v-layout/full-height": {
2987
2983
  "type": "boolean",
2988
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/layout.json))"
2984
+ "description": "Sets the component height to 100%"
2989
2985
  },
2990
2986
  "v-layout/overlaps": {
2991
2987
  "type": "string[]",
@@ -3013,7 +3009,7 @@
3013
3009
  },
3014
3010
  "v-layout-item/model-value": {
3015
3011
  "type": "boolean",
3016
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-layout-item.json))"
3012
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
3017
3013
  },
3018
3014
  "v-lazy/height": {
3019
3015
  "type": "string | number",
@@ -3049,7 +3045,7 @@
3049
3045
  },
3050
3046
  "v-lazy/model-value": {
3051
3047
  "type": "boolean",
3052
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-lazy.json))"
3048
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
3053
3049
  },
3054
3050
  "v-lazy/options": {
3055
3051
  "type": "{ root: any; rootMargin: any; threshold: any }",
@@ -3061,15 +3057,15 @@
3061
3057
  },
3062
3058
  "v-list/active-class": {
3063
3059
  "type": "string",
3064
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-list.json))"
3060
+ "description": "The class applied to the component when it is in an active state"
3065
3061
  },
3066
3062
  "v-list/bg-color": {
3067
3063
  "type": "string",
3068
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-list.json))"
3064
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
3069
3065
  },
3070
3066
  "v-list/disabled": {
3071
3067
  "type": "boolean",
3072
- "description": "Disables all children `v-list-item` components"
3068
+ "description": "Puts all children inputs into a disabled state"
3073
3069
  },
3074
3070
  "v-list/nav": {
3075
3071
  "type": "boolean",
@@ -3141,7 +3137,7 @@
3141
3137
  },
3142
3138
  "v-list/items": {
3143
3139
  "type": "unknown[]",
3144
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/item.json))"
3140
+ "description": "An array of strings or objects used for automatically generating children components"
3145
3141
  },
3146
3142
  "v-list/item-title": {
3147
3143
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
@@ -3165,7 +3161,7 @@
3165
3161
  },
3166
3162
  "v-list/rounded": {
3167
3163
  "type": "string | number | boolean",
3168
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
3164
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
3169
3165
  },
3170
3166
  "v-list/tag": {
3171
3167
  "type": "string",
@@ -3177,11 +3173,11 @@
3177
3173
  },
3178
3174
  "v-list/color": {
3179
3175
  "type": "string",
3180
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/variant.json))"
3176
+ "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)"
3181
3177
  },
3182
3178
  "v-list/variant": {
3183
3179
  "type": "\"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
3184
- "description": "Applies one of 6 styles: **elevated**, **flat**, **tonal**, **outlined**, **text**, and **plain**."
3180
+ "description": "Applies a distinct style to the component"
3185
3181
  },
3186
3182
  "v-list-group/title": {
3187
3183
  "type": "string",
@@ -3193,7 +3189,7 @@
3193
3189
  },
3194
3190
  "v-list-group/color": {
3195
3191
  "type": "string",
3196
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-list-group.json))"
3192
+ "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)"
3197
3193
  },
3198
3194
  "v-list-group/collapse-icon": {
3199
3195
  "type": "string | (new () => any) | FunctionalComponent",
@@ -3233,7 +3229,7 @@
3233
3229
  },
3234
3230
  "v-list-img/tag": {
3235
3231
  "type": "string",
3236
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-list-img.json))"
3232
+ "description": "Specify a custom tag used on the root element"
3237
3233
  },
3238
3234
  "v-list-item/title": {
3239
3235
  "type": "string | number | boolean",
@@ -3245,7 +3241,7 @@
3245
3241
  },
3246
3242
  "v-list-item/active-class": {
3247
3243
  "type": "string",
3248
- "description": "Configure the active CSS class applied when the link is active. You can find more information about the [**active-class** prop](https://router.vuejs.org/api/#active-class) on the vue-router documentation."
3244
+ "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"
3249
3245
  },
3250
3246
  "v-list-item/active-color": {
3251
3247
  "type": "string",
@@ -3253,15 +3249,15 @@
3253
3249
  },
3254
3250
  "v-list-item/append-avatar": {
3255
3251
  "type": "string",
3256
- "description": "Appends a [v-avatar](/components/avatars/) component to the header"
3252
+ "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot"
3257
3253
  },
3258
3254
  "v-list-item/append-icon": {
3259
3255
  "type": "string | (new () => any) | FunctionalComponent",
3260
- "description": "Appends a [v-icon](/components/icons/) component to the header"
3256
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
3261
3257
  },
3262
3258
  "v-list-item/disabled": {
3263
3259
  "type": "boolean",
3264
- "description": "Disables the component"
3260
+ "description": "Removes the ability to click or target the component"
3265
3261
  },
3266
3262
  "v-list-item/nav": {
3267
3263
  "type": "boolean",
@@ -3269,11 +3265,11 @@
3269
3265
  },
3270
3266
  "v-list-item/prepend-avatar": {
3271
3267
  "type": "string",
3272
- "description": "Prepends a [v-avatar](/components/avatars/) component to the header"
3268
+ "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
3273
3269
  },
3274
3270
  "v-list-item/prepend-icon": {
3275
3271
  "type": "string | (new () => any) | FunctionalComponent",
3276
- "description": "Prepends a [v-icon](/components/icons/) component to the header"
3272
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
3277
3273
  },
3278
3274
  "v-list-item/value": {
3279
3275
  "type": "any",
@@ -3287,6 +3283,10 @@
3287
3283
  "type": "boolean",
3288
3284
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-list-item.json))"
3289
3285
  },
3286
+ "v-list-item/ripple": {
3287
+ "type": "boolean",
3288
+ "description": "MISSING DESCRIPTION"
3289
+ },
3290
3290
  "v-list-item/border": {
3291
3291
  "type": "string | number | boolean",
3292
3292
  "description": "Applies border styles to component."
@@ -3325,23 +3325,23 @@
3325
3325
  },
3326
3326
  "v-list-item/rounded": {
3327
3327
  "type": "string | number | boolean",
3328
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
3328
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
3329
3329
  },
3330
3330
  "v-list-item/href": {
3331
3331
  "type": "string",
3332
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
3332
+ "description": "Designates the component as anchor and applies the **href** attribute."
3333
3333
  },
3334
3334
  "v-list-item/replace": {
3335
3335
  "type": "boolean",
3336
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
3336
+ "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** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
3337
3337
  },
3338
3338
  "v-list-item/exact": {
3339
3339
  "type": "boolean",
3340
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
3340
+ "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."
3341
3341
  },
3342
3342
  "v-list-item/to": {
3343
3343
  "type": "unknown",
3344
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
3344
+ "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."
3345
3345
  },
3346
3346
  "v-list-item/tag": {
3347
3347
  "type": "string",
@@ -3353,11 +3353,11 @@
3353
3353
  },
3354
3354
  "v-list-item/color": {
3355
3355
  "type": "string",
3356
- "description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`)"
3356
+ "description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - supports utility colors (for example `success` or `purple`) or css color (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)"
3357
3357
  },
3358
3358
  "v-list-item/variant": {
3359
3359
  "type": "\"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
3360
- "description": "Applies one of 6 styles: **elevated**, **flat**, **tonal**, **outlined**, **text**, and **plain**."
3360
+ "description": "Applies a distinct style to the component"
3361
3361
  },
3362
3362
  "v-list-item/lines": {
3363
3363
  "type": "\"one\" | \"two\" | \"three\"",
@@ -3389,11 +3389,11 @@
3389
3389
  },
3390
3390
  "v-list-item-subtitle/tag": {
3391
3391
  "type": "string",
3392
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-list-item-subtitle.json))"
3392
+ "description": "Specify a custom tag used on the root element"
3393
3393
  },
3394
3394
  "v-list-item-title/tag": {
3395
3395
  "type": "string",
3396
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-list-item-title.json))"
3396
+ "description": "Specify a custom tag used on the root element"
3397
3397
  },
3398
3398
  "v-list-subheader/tag": {
3399
3399
  "type": "string",
@@ -3401,7 +3401,7 @@
3401
3401
  },
3402
3402
  "v-list-subheader/color": {
3403
3403
  "type": "string",
3404
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-list-subheader.json))"
3404
+ "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)"
3405
3405
  },
3406
3406
  "v-list-subheader/inset": {
3407
3407
  "type": "boolean",
@@ -3457,7 +3457,7 @@
3457
3457
  },
3458
3458
  "v-menu/content-class": {
3459
3459
  "type": "any",
3460
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay.json))"
3460
+ "description": "Applies a custom class to the detached element. This is useful because the content is moved to the beginning of the `v-app` component (unless the **attach** prop is provided) and is not targetable by classes passed directly on the component"
3461
3461
  },
3462
3462
  "v-menu/content-props": {
3463
3463
  "type": "any",
@@ -3465,7 +3465,7 @@
3465
3465
  },
3466
3466
  "v-menu/disabled": {
3467
3467
  "type": "boolean",
3468
- "description": "Disables the menu"
3468
+ "description": "Removes the ability to click or target the component"
3469
3469
  },
3470
3470
  "v-menu/no-click-animation": {
3471
3471
  "type": "boolean",
@@ -3473,7 +3473,7 @@
3473
3473
  },
3474
3474
  "v-menu/model-value": {
3475
3475
  "type": "boolean",
3476
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay.json))"
3476
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
3477
3477
  },
3478
3478
  "v-menu/persistent": {
3479
3479
  "type": "boolean",
@@ -3544,12 +3544,12 @@
3544
3544
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/lazy.json))"
3545
3545
  },
3546
3546
  "v-menu/location-strategy": {
3547
- "type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L33-L37\" target=\"_blank\">LocationStrategyFn</a>",
3547
+ "type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
3548
3548
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
3549
3549
  },
3550
3550
  "v-menu/location": {
3551
3551
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
3552
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
3552
+ "description": "Aligns the component towards the `top`, `bottom`, `right`, `left`, can be combined like for example `top right`"
3553
3553
  },
3554
3554
  "v-menu/origin": {
3555
3555
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
@@ -3573,7 +3573,7 @@
3573
3573
  },
3574
3574
  "v-menu/attach": {
3575
3575
  "type": "string | boolean | Element",
3576
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay.json))"
3576
+ "description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attachs to the root `v-app` component by default"
3577
3577
  },
3578
3578
  "v-messages/transition": {
3579
3579
  "type": "string | { component: DefineComponent<{ group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{ group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }>>, { group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; mode: string; origin: string; }>; leaveAbsolute: boolean; group: boolean }",
@@ -3581,11 +3581,11 @@
3581
3581
  },
3582
3582
  "v-messages/active": {
3583
3583
  "type": "boolean",
3584
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-messages.json))"
3584
+ "description": "Determines whether the messages are visible or not"
3585
3585
  },
3586
3586
  "v-messages/color": {
3587
3587
  "type": "string",
3588
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-messages.json))"
3588
+ "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)"
3589
3589
  },
3590
3590
  "v-messages/messages": {
3591
3591
  "type": "string | string[]",
@@ -3613,7 +3613,7 @@
3613
3613
  },
3614
3614
  "v-navigation-drawer/rounded": {
3615
3615
  "type": "string | number | boolean",
3616
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
3616
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
3617
3617
  },
3618
3618
  "v-navigation-drawer/tag": {
3619
3619
  "type": "string",
@@ -3625,7 +3625,7 @@
3625
3625
  },
3626
3626
  "v-navigation-drawer/color": {
3627
3627
  "type": "string",
3628
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
3628
+ "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)"
3629
3629
  },
3630
3630
  "v-navigation-drawer/disable-resize-watcher": {
3631
3631
  "type": "boolean",
@@ -3645,7 +3645,7 @@
3645
3645
  },
3646
3646
  "v-navigation-drawer/model-value": {
3647
3647
  "type": "boolean",
3648
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
3648
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
3649
3649
  },
3650
3650
  "v-navigation-drawer/permanent": {
3651
3651
  "type": "boolean",
@@ -3680,7 +3680,7 @@
3680
3680
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
3681
3681
  },
3682
3682
  "v-navigation-drawer/location": {
3683
- "type": "\"start\" | \"end\" | \"left\" | \"right\" | \"bottom\"",
3683
+ "type": "\"start\" | \"end\" | \"left\" | \"right\" | \"top\" | \"bottom\"",
3684
3684
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
3685
3685
  },
3686
3686
  "v-navigation-drawer/sticky": {
@@ -3705,7 +3705,7 @@
3705
3705
  },
3706
3706
  "v-overlay/content-class": {
3707
3707
  "type": "any",
3708
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay.json))"
3708
+ "description": "Applies a custom class to the detached element. This is useful because the content is moved to the beginning of the `v-app` component (unless the **attach** prop is provided) and is not targetable by classes passed directly on the component"
3709
3709
  },
3710
3710
  "v-overlay/content-props": {
3711
3711
  "type": "any",
@@ -3713,7 +3713,7 @@
3713
3713
  },
3714
3714
  "v-overlay/disabled": {
3715
3715
  "type": "boolean",
3716
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay.json))"
3716
+ "description": "Removes the ability to click or target the component"
3717
3717
  },
3718
3718
  "v-overlay/no-click-animation": {
3719
3719
  "type": "boolean",
@@ -3721,7 +3721,7 @@
3721
3721
  },
3722
3722
  "v-overlay/model-value": {
3723
3723
  "type": "boolean",
3724
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay.json))"
3724
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
3725
3725
  },
3726
3726
  "v-overlay/persistent": {
3727
3727
  "type": "boolean",
@@ -3757,11 +3757,11 @@
3757
3757
  },
3758
3758
  "v-overlay/close-delay": {
3759
3759
  "type": "string | number",
3760
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/delay.json))"
3760
+ "description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
3761
3761
  },
3762
3762
  "v-overlay/open-delay": {
3763
3763
  "type": "string | number",
3764
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/delay.json))"
3764
+ "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
3765
3765
  },
3766
3766
  "v-overlay/height": {
3767
3767
  "type": "string | number",
@@ -3792,16 +3792,16 @@
3792
3792
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/lazy.json))"
3793
3793
  },
3794
3794
  "v-overlay/location-strategy": {
3795
- "type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L33-L37\" target=\"_blank\">LocationStrategyFn</a>",
3795
+ "type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
3796
3796
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
3797
3797
  },
3798
3798
  "v-overlay/location": {
3799
3799
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
3800
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
3800
+ "description": "Aligns the component towards the `top`, `bottom`, `right`, `left`, can be combined like for example `top right`"
3801
3801
  },
3802
3802
  "v-overlay/origin": {
3803
3803
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
3804
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
3804
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
3805
3805
  },
3806
3806
  "v-overlay/offset": {
3807
3807
  "type": "string | number | number[]",
@@ -3821,7 +3821,7 @@
3821
3821
  },
3822
3822
  "v-overlay/attach": {
3823
3823
  "type": "string | boolean | Element",
3824
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay.json))"
3824
+ "description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attachs to the root `v-app` component by default"
3825
3825
  },
3826
3826
  "v-pagination/border": {
3827
3827
  "type": "string | number | boolean",
@@ -3841,7 +3841,7 @@
3841
3841
  },
3842
3842
  "v-pagination/rounded": {
3843
3843
  "type": "string | number | boolean",
3844
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
3844
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
3845
3845
  },
3846
3846
  "v-pagination/size": {
3847
3847
  "type": "string | number",
@@ -3857,11 +3857,11 @@
3857
3857
  },
3858
3858
  "v-pagination/color": {
3859
3859
  "type": "string",
3860
- "description": "Color of the selected page button"
3860
+ "description": "Applies specified color to the selected page button - 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)"
3861
3861
  },
3862
3862
  "v-pagination/variant": {
3863
3863
  "type": "\"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
3864
- "description": "Applies one of 6 styles: **elevated**, **flat**, **tonal**, **outlined**, **text**, and **plain**."
3864
+ "description": "Applies a distinct style to the component"
3865
3865
  },
3866
3866
  "v-pagination/active-color": {
3867
3867
  "type": "string",
@@ -3873,11 +3873,11 @@
3873
3873
  },
3874
3874
  "v-pagination/model-value": {
3875
3875
  "type": "number",
3876
- "description": "Current selected page"
3876
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
3877
3877
  },
3878
3878
  "v-pagination/disabled": {
3879
3879
  "type": "boolean",
3880
- "description": "Disables component"
3880
+ "description": "Removes the ability to click or target the component"
3881
3881
  },
3882
3882
  "v-pagination/total-visible": {
3883
3883
  "type": "string | number",
@@ -3953,11 +3953,11 @@
3953
3953
  },
3954
3954
  "v-progress-circular/bg-color": {
3955
3955
  "type": "string",
3956
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-progress-circular.json))"
3956
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
3957
3957
  },
3958
3958
  "v-progress-circular/color": {
3959
3959
  "type": "string",
3960
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-progress-circular.json))"
3960
+ "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)"
3961
3961
  },
3962
3962
  "v-progress-circular/model-value": {
3963
3963
  "type": "string | number",
@@ -3975,9 +3975,17 @@
3975
3975
  "type": "boolean | \"disable-shrink\"",
3976
3976
  "description": "Constantly animates, use when loading progress is unknown. If set to the string `'disable-shrink'` it will use a simpler animation that does not run on the main thread."
3977
3977
  },
3978
+ "v-progress-linear/location": {
3979
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
3980
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/location.json))"
3981
+ },
3982
+ "v-progress-linear/reverse": {
3983
+ "type": "boolean",
3984
+ "description": "Displays reversed progress (right to left in LTR mode and left to right in RTL)"
3985
+ },
3978
3986
  "v-progress-linear/rounded": {
3979
3987
  "type": "string | number | boolean",
3980
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
3988
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
3981
3989
  },
3982
3990
  "v-progress-linear/tag": {
3983
3991
  "type": "string",
@@ -3987,9 +3995,9 @@
3987
3995
  "type": "string",
3988
3996
  "description": "Specify a theme for this component and all of its children"
3989
3997
  },
3990
- "v-progress-linear/reverse": {
3998
+ "v-progress-linear/absolute": {
3991
3999
  "type": "boolean",
3992
- "description": "Displays reversed progress (right to left in LTR mode and left to right in RTL)"
4000
+ "description": "Applies position: absolute to the component"
3993
4001
  },
3994
4002
  "v-progress-linear/active": {
3995
4003
  "type": "boolean",
@@ -3997,7 +4005,7 @@
3997
4005
  },
3998
4006
  "v-progress-linear/bg-color": {
3999
4007
  "type": "string",
4000
- "description": "Background color, set to component's color if null"
4008
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
4001
4009
  },
4002
4010
  "v-progress-linear/bg-opacity": {
4003
4011
  "type": "string | number",
@@ -4013,7 +4021,7 @@
4013
4021
  },
4014
4022
  "v-progress-linear/color": {
4015
4023
  "type": "string",
4016
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-progress-linear.json))"
4024
+ "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)"
4017
4025
  },
4018
4026
  "v-progress-linear/height": {
4019
4027
  "type": "string | number",
@@ -4029,7 +4037,7 @@
4029
4037
  },
4030
4038
  "v-progress-linear/model-value": {
4031
4039
  "type": "string | number",
4032
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-progress-linear.json))"
4040
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
4033
4041
  },
4034
4042
  "v-progress-linear/stream": {
4035
4043
  "type": "boolean",
@@ -4045,7 +4053,7 @@
4045
4053
  },
4046
4054
  "v-radio/label": {
4047
4055
  "type": "string",
4048
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control.json))"
4056
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
4049
4057
  },
4050
4058
  "v-radio/true-value": {
4051
4059
  "type": "any",
@@ -4061,11 +4069,11 @@
4061
4069
  },
4062
4070
  "v-radio/color": {
4063
4071
  "type": "string",
4064
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4072
+ "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)"
4065
4073
  },
4066
4074
  "v-radio/disabled": {
4067
4075
  "type": "boolean",
4068
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4076
+ "description": "Removes the ability to click or target the component"
4069
4077
  },
4070
4078
  "v-radio/error": {
4071
4079
  "type": "boolean",
@@ -4109,11 +4117,11 @@
4109
4117
  },
4110
4118
  "v-radio/model-value": {
4111
4119
  "type": "any",
4112
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4120
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
4113
4121
  },
4114
4122
  "v-radio/value-comparator": {
4115
4123
  "type": "(a: any, b: any) => boolean",
4116
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4124
+ "description": "Apply a custom comparison algorithm used for values"
4117
4125
  },
4118
4126
  "v-radio/theme": {
4119
4127
  "type": "string",
@@ -4153,7 +4161,7 @@
4153
4161
  },
4154
4162
  "v-radio-group/disabled": {
4155
4163
  "type": "boolean",
4156
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4164
+ "description": "Removes the ability to click or target the component"
4157
4165
  },
4158
4166
  "v-radio-group/error": {
4159
4167
  "type": "boolean",
@@ -4173,7 +4181,7 @@
4173
4181
  },
4174
4182
  "v-radio-group/label": {
4175
4183
  "type": "string",
4176
- "description": "Sets input label"
4184
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
4177
4185
  },
4178
4186
  "v-radio-group/readonly": {
4179
4187
  "type": "boolean",
@@ -4185,7 +4193,7 @@
4185
4193
  },
4186
4194
  "v-radio-group/model-value": {
4187
4195
  "type": "any",
4188
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4196
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
4189
4197
  },
4190
4198
  "v-radio-group/validate-on": {
4191
4199
  "type": "\"blur\" | \"input\" | \"submit\"",
@@ -4197,7 +4205,7 @@
4197
4205
  },
4198
4206
  "v-radio-group/focused": {
4199
4207
  "type": "boolean",
4200
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/focus.json))"
4208
+ "description": "Forces a focused state styling on the component."
4201
4209
  },
4202
4210
  "v-radio-group/hide-details": {
4203
4211
  "type": "boolean | \"auto\"",
@@ -4205,7 +4213,7 @@
4205
4213
  },
4206
4214
  "v-radio-group/color": {
4207
4215
  "type": "string",
4208
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4216
+ "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)"
4209
4217
  },
4210
4218
  "v-radio-group/inline": {
4211
4219
  "type": "boolean",
@@ -4225,7 +4233,7 @@
4225
4233
  },
4226
4234
  "v-radio-group/value-comparator": {
4227
4235
  "type": "(a: any, b: any) => boolean",
4228
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4236
+ "description": "Apply a custom comparison algorithm used for values"
4229
4237
  },
4230
4238
  "v-radio-group/theme": {
4231
4239
  "type": "string",
@@ -4237,7 +4245,7 @@
4237
4245
  },
4238
4246
  "v-range-slider/focused": {
4239
4247
  "type": "boolean",
4240
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/focus.json))"
4248
+ "description": "Forces a focused state styling on the component."
4241
4249
  },
4242
4250
  "v-range-slider/id": {
4243
4251
  "type": "string",
@@ -4265,7 +4273,7 @@
4265
4273
  },
4266
4274
  "v-range-slider/disabled": {
4267
4275
  "type": "boolean",
4268
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/slider.json))"
4276
+ "description": "Removes the ability to click or target the component"
4269
4277
  },
4270
4278
  "v-range-slider/error": {
4271
4279
  "type": "boolean",
@@ -4285,7 +4293,7 @@
4285
4293
  },
4286
4294
  "v-range-slider/label": {
4287
4295
  "type": "string",
4288
- "description": "Sets input label"
4296
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
4289
4297
  },
4290
4298
  "v-range-slider/readonly": {
4291
4299
  "type": "boolean",
@@ -4297,7 +4305,7 @@
4297
4305
  },
4298
4306
  "v-range-slider/model-value": {
4299
4307
  "type": "number[]",
4300
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-range-slider.json))"
4308
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
4301
4309
  },
4302
4310
  "v-range-slider/validate-on": {
4303
4311
  "type": "\"blur\" | \"input\" | \"submit\"",
@@ -4353,7 +4361,7 @@
4353
4361
  },
4354
4362
  "v-range-slider/color": {
4355
4363
  "type": "string",
4356
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/slider.json))"
4364
+ "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)"
4357
4365
  },
4358
4366
  "v-range-slider/track-color": {
4359
4367
  "type": "string",
@@ -4369,7 +4377,7 @@
4369
4377
  },
4370
4378
  "v-range-slider/rounded": {
4371
4379
  "type": "string | number | boolean",
4372
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
4380
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
4373
4381
  },
4374
4382
  "v-range-slider/elevation": {
4375
4383
  "type": "string | number",
@@ -4393,7 +4401,7 @@
4393
4401
  },
4394
4402
  "v-rating/color": {
4395
4403
  "type": "string",
4396
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-rating.json))"
4404
+ "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)"
4397
4405
  },
4398
4406
  "v-rating/clearable": {
4399
4407
  "type": "boolean",
@@ -4401,7 +4409,7 @@
4401
4409
  },
4402
4410
  "v-rating/disabled": {
4403
4411
  "type": "boolean",
4404
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-rating.json))"
4412
+ "description": "Removes the ability to click or target the component"
4405
4413
  },
4406
4414
  "v-rating/half-increments": {
4407
4415
  "type": "boolean",
@@ -4433,7 +4441,7 @@
4433
4441
  },
4434
4442
  "v-rating/model-value": {
4435
4443
  "type": "string | number",
4436
- "description": "The rating value"
4444
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
4437
4445
  },
4438
4446
  "v-rating/item-label-position": {
4439
4447
  "type": "string",
@@ -4485,15 +4493,15 @@
4485
4493
  },
4486
4494
  "v-responsive/aspect-ratio": {
4487
4495
  "type": "string | number",
4488
- "description": "Sets a base aspect ratio, calculated as width/height. This will only set a **minimum** height, the component can still grow if it has a lot of content."
4496
+ "description": "Sets a base aspect ratio, calculated as width/height. This will only set a **minimum** height, the component can still grow if it has a lot of content"
4489
4497
  },
4490
4498
  "v-responsive/content-class": {
4491
4499
  "type": "string",
4492
- "description": "Apply a custom class to the responsive content div."
4500
+ "description": "Applies a custom class to the detached element. This is useful because the content is moved to the beginning of the `v-app` component (unless the **attach** prop is provided) and is not targetable by classes passed directly on the component"
4493
4501
  },
4494
4502
  "v-select/label": {
4495
4503
  "type": "string",
4496
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
4504
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
4497
4505
  },
4498
4506
  "v-select/type": {
4499
4507
  "type": "string",
@@ -4537,11 +4545,11 @@
4537
4545
  },
4538
4546
  "v-select/disabled": {
4539
4547
  "type": "boolean",
4540
- "description": "Disables the input"
4548
+ "description": "Removes the ability to click or target the input"
4541
4549
  },
4542
4550
  "v-select/model-value": {
4543
4551
  "type": "any",
4544
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
4552
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
4545
4553
  },
4546
4554
  "v-select/reverse": {
4547
4555
  "type": "boolean",
@@ -4565,7 +4573,7 @@
4565
4573
  },
4566
4574
  "v-select/no-data-text": {
4567
4575
  "type": "string",
4568
- "description": "Display text when there is no data"
4576
+ "description": "Text shown when no items are provided to the component"
4569
4577
  },
4570
4578
  "v-select/open-on-clear": {
4571
4579
  "type": "boolean",
@@ -4573,7 +4581,7 @@
4573
4581
  },
4574
4582
  "v-select/value-comparator": {
4575
4583
  "type": "(a: any, b: any) => boolean",
4576
- "description": "The comparison algorithm used for values. [More info](https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts)"
4584
+ "description": "Apply a custom comparison algorithm used for values"
4577
4585
  },
4578
4586
  "v-select/items": {
4579
4587
  "type": "unknown[]",
@@ -4677,7 +4685,7 @@
4677
4685
  },
4678
4686
  "v-select/focused": {
4679
4687
  "type": "boolean",
4680
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/focus.json))"
4688
+ "description": "Forces a focused state styling on the component."
4681
4689
  },
4682
4690
  "v-select/hide-details": {
4683
4691
  "type": "boolean | \"auto\"",
@@ -4685,11 +4693,11 @@
4685
4693
  },
4686
4694
  "v-select/bg-color": {
4687
4695
  "type": "string",
4688
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
4696
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
4689
4697
  },
4690
4698
  "v-select/clearable": {
4691
4699
  "type": "boolean",
4692
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
4700
+ "description": "Allows for the component to be cleared"
4693
4701
  },
4694
4702
  "v-select/clear-icon": {
4695
4703
  "type": "string | (new () => any) | FunctionalComponent",
@@ -4697,11 +4705,11 @@
4697
4705
  },
4698
4706
  "v-select/active": {
4699
4707
  "type": "boolean",
4700
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
4708
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component"
4701
4709
  },
4702
4710
  "v-select/color": {
4703
4711
  "type": "string",
4704
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
4712
+ "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)"
4705
4713
  },
4706
4714
  "v-select/persistent-clear": {
4707
4715
  "type": "boolean",
@@ -4709,15 +4717,15 @@
4709
4717
  },
4710
4718
  "v-select/prepend-inner-icon": {
4711
4719
  "type": "string | (new () => any) | FunctionalComponent",
4712
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
4720
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
4713
4721
  },
4714
4722
  "v-select/single-line": {
4715
4723
  "type": "boolean",
4716
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
4724
+ "description": "Label does not move on focus/dirty"
4717
4725
  },
4718
4726
  "v-select/variant": {
4719
4727
  "type": "\"underlined\" | \"outlined\" | \"filled\" | \"solo\" | \"plain\"",
4720
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
4728
+ "description": "Applies a distinct style to the component"
4721
4729
  },
4722
4730
  "v-select/loading": {
4723
4731
  "type": "string | boolean",
@@ -4737,7 +4745,7 @@
4737
4745
  },
4738
4746
  "v-selection-control/label": {
4739
4747
  "type": "string",
4740
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control.json))"
4748
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
4741
4749
  },
4742
4750
  "v-selection-control/true-value": {
4743
4751
  "type": "any",
@@ -4753,11 +4761,11 @@
4753
4761
  },
4754
4762
  "v-selection-control/color": {
4755
4763
  "type": "string",
4756
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4764
+ "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)"
4757
4765
  },
4758
4766
  "v-selection-control/disabled": {
4759
4767
  "type": "boolean",
4760
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4768
+ "description": "Removes the ability to click or target the component"
4761
4769
  },
4762
4770
  "v-selection-control/error": {
4763
4771
  "type": "boolean",
@@ -4797,11 +4805,11 @@
4797
4805
  },
4798
4806
  "v-selection-control/model-value": {
4799
4807
  "type": "unknown",
4800
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4808
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
4801
4809
  },
4802
4810
  "v-selection-control/value-comparator": {
4803
4811
  "type": "(a: any, b: any) => boolean",
4804
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4812
+ "description": "Apply a custom comparison algorithm used for values"
4805
4813
  },
4806
4814
  "v-selection-control/theme": {
4807
4815
  "type": "string",
@@ -4813,11 +4821,11 @@
4813
4821
  },
4814
4822
  "v-selection-control-group/color": {
4815
4823
  "type": "string",
4816
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4824
+ "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)"
4817
4825
  },
4818
4826
  "v-selection-control-group/disabled": {
4819
4827
  "type": "boolean",
4820
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4828
+ "description": "Removes the ability to click or target the component"
4821
4829
  },
4822
4830
  "v-selection-control-group/error": {
4823
4831
  "type": "boolean",
@@ -4861,11 +4869,11 @@
4861
4869
  },
4862
4870
  "v-selection-control-group/model-value": {
4863
4871
  "type": "any",
4864
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4872
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
4865
4873
  },
4866
4874
  "v-selection-control-group/value-comparator": {
4867
4875
  "type": "(a: any, b: any) => boolean",
4868
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
4876
+ "description": "Apply a custom comparison algorithm used for values"
4869
4877
  },
4870
4878
  "v-selection-control-group/theme": {
4871
4879
  "type": "string",
@@ -4921,7 +4929,7 @@
4921
4929
  },
4922
4930
  "v-sheet/rounded": {
4923
4931
  "type": "string | number | boolean",
4924
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
4932
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
4925
4933
  },
4926
4934
  "v-sheet/tag": {
4927
4935
  "type": "string",
@@ -4933,7 +4941,7 @@
4933
4941
  },
4934
4942
  "v-sheet/color": {
4935
4943
  "type": "string",
4936
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-sheet.json))"
4944
+ "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)"
4937
4945
  },
4938
4946
  "v-slide-group/symbol": {
4939
4947
  "type": "any",
@@ -4965,7 +4973,7 @@
4965
4973
  },
4966
4974
  "v-slide-group/model-value": {
4967
4975
  "type": "any",
4968
- "description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
4976
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
4969
4977
  },
4970
4978
  "v-slide-group/multiple": {
4971
4979
  "type": "boolean",
@@ -4981,7 +4989,7 @@
4981
4989
  },
4982
4990
  "v-slide-group/disabled": {
4983
4991
  "type": "boolean",
4984
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/group.json))"
4992
+ "description": "Puts all children components into a disabled state"
4985
4993
  },
4986
4994
  "v-slide-group/mandatory": {
4987
4995
  "type": "boolean | \"force\"",
@@ -4997,15 +5005,15 @@
4997
5005
  },
4998
5006
  "v-slide-group-item/disabled": {
4999
5007
  "type": "boolean",
5000
- "description": "Removes the ability to click or target the component."
5008
+ "description": "Removes the ability to click or target the component"
5001
5009
  },
5002
5010
  "v-slider/focused": {
5003
5011
  "type": "boolean",
5004
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/focus.json))"
5012
+ "description": "Forces a focused state styling on the component."
5005
5013
  },
5006
5014
  "v-slider/disabled": {
5007
5015
  "type": "boolean",
5008
- "description": "Disable the input"
5016
+ "description": "Removes the ability to click or target the component"
5009
5017
  },
5010
5018
  "v-slider/error": {
5011
5019
  "type": "boolean",
@@ -5053,7 +5061,7 @@
5053
5061
  },
5054
5062
  "v-slider/color": {
5055
5063
  "type": "string",
5056
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/slider.json))"
5064
+ "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)"
5057
5065
  },
5058
5066
  "v-slider/track-color": {
5059
5067
  "type": "string",
@@ -5077,7 +5085,7 @@
5077
5085
  },
5078
5086
  "v-slider/rounded": {
5079
5087
  "type": "string | number | boolean",
5080
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
5088
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
5081
5089
  },
5082
5090
  "v-slider/elevation": {
5083
5091
  "type": "string | number",
@@ -5117,7 +5125,7 @@
5117
5125
  },
5118
5126
  "v-slider/label": {
5119
5127
  "type": "string",
5120
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/validation.json))"
5128
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
5121
5129
  },
5122
5130
  "v-slider/rules": {
5123
5131
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]",
@@ -5125,7 +5133,7 @@
5125
5133
  },
5126
5134
  "v-slider/model-value": {
5127
5135
  "type": "string | number",
5128
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-slider.json))"
5136
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
5129
5137
  },
5130
5138
  "v-slider/validate-on": {
5131
5139
  "type": "\"blur\" | \"input\" | \"submit\"",
@@ -5157,7 +5165,7 @@
5157
5165
  },
5158
5166
  "v-snackbar/location": {
5159
5167
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
5160
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
5168
+ "description": "Aligns the component towards the `top`, `bottom`, `right`, `left`, can be combined like for example `top right`"
5161
5169
  },
5162
5170
  "v-snackbar/position": {
5163
5171
  "type": "\"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"",
@@ -5169,15 +5177,15 @@
5169
5177
  },
5170
5178
  "v-snackbar/rounded": {
5171
5179
  "type": "string | number | boolean",
5172
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
5180
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
5173
5181
  },
5174
5182
  "v-snackbar/color": {
5175
5183
  "type": "string",
5176
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/variant.json))"
5184
+ "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)"
5177
5185
  },
5178
5186
  "v-snackbar/variant": {
5179
5187
  "type": "\"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
5180
- "description": "Applies one of 6 styles: **elevated**, **flat**, **tonal**, **outlined**, **text**, and **plain**."
5188
+ "description": "Applies a distinct style to the component"
5181
5189
  },
5182
5190
  "v-snackbar/theme": {
5183
5191
  "type": "string",
@@ -5193,7 +5201,7 @@
5193
5201
  },
5194
5202
  "v-snackbar/content-class": {
5195
5203
  "type": "any",
5196
- "description": "Apply a custom class to the snackbar content"
5204
+ "description": "Applies a custom class to the detached element. This is useful because the content is moved to the beginning of the `v-app` component (unless the **attach** prop is provided) and is not targetable by classes passed directly on the component"
5197
5205
  },
5198
5206
  "v-snackbar/content-props": {
5199
5207
  "type": "any",
@@ -5201,11 +5209,11 @@
5201
5209
  },
5202
5210
  "v-snackbar/disabled": {
5203
5211
  "type": "boolean",
5204
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay.json))"
5212
+ "description": "Removes the ability to click or target the component"
5205
5213
  },
5206
5214
  "v-snackbar/model-value": {
5207
5215
  "type": "boolean",
5208
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay.json))"
5216
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
5209
5217
  },
5210
5218
  "v-snackbar/z-index": {
5211
5219
  "type": "string | number",
@@ -5233,11 +5241,11 @@
5233
5241
  },
5234
5242
  "v-snackbar/close-delay": {
5235
5243
  "type": "string | number",
5236
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/delay.json))"
5244
+ "description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
5237
5245
  },
5238
5246
  "v-snackbar/open-delay": {
5239
5247
  "type": "string | number",
5240
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/delay.json))"
5248
+ "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
5241
5249
  },
5242
5250
  "v-snackbar/height": {
5243
5251
  "type": "string | number",
@@ -5268,12 +5276,12 @@
5268
5276
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/lazy.json))"
5269
5277
  },
5270
5278
  "v-snackbar/location-strategy": {
5271
- "type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L33-L37\" target=\"_blank\">LocationStrategyFn</a>",
5279
+ "type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
5272
5280
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
5273
5281
  },
5274
5282
  "v-snackbar/origin": {
5275
5283
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
5276
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
5284
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
5277
5285
  },
5278
5286
  "v-snackbar/offset": {
5279
5287
  "type": "string | number | number[]",
@@ -5285,7 +5293,7 @@
5285
5293
  },
5286
5294
  "v-snackbar/attach": {
5287
5295
  "type": "string | boolean | Element",
5288
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay.json))"
5296
+ "description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attachs to the root `v-app` component by default"
5289
5297
  },
5290
5298
  "v-switch/id": {
5291
5299
  "type": "string",
@@ -5317,7 +5325,7 @@
5317
5325
  },
5318
5326
  "v-switch/disabled": {
5319
5327
  "type": "boolean",
5320
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5328
+ "description": "Removes the ability to click or target the component"
5321
5329
  },
5322
5330
  "v-switch/error": {
5323
5331
  "type": "boolean",
@@ -5337,7 +5345,7 @@
5337
5345
  },
5338
5346
  "v-switch/label": {
5339
5347
  "type": "string",
5340
- "description": "Sets input label"
5348
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
5341
5349
  },
5342
5350
  "v-switch/readonly": {
5343
5351
  "type": "boolean",
@@ -5349,7 +5357,7 @@
5349
5357
  },
5350
5358
  "v-switch/model-value": {
5351
5359
  "type": "any",
5352
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5360
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
5353
5361
  },
5354
5362
  "v-switch/validate-on": {
5355
5363
  "type": "\"blur\" | \"input\" | \"submit\"",
@@ -5361,7 +5369,7 @@
5361
5369
  },
5362
5370
  "v-switch/focused": {
5363
5371
  "type": "boolean",
5364
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/focus.json))"
5372
+ "description": "Forces a focused state styling on the component."
5365
5373
  },
5366
5374
  "v-switch/flat": {
5367
5375
  "type": "boolean",
@@ -5385,7 +5393,7 @@
5385
5393
  },
5386
5394
  "v-switch/color": {
5387
5395
  "type": "string",
5388
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5396
+ "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)"
5389
5397
  },
5390
5398
  "v-switch/inline": {
5391
5399
  "type": "boolean",
@@ -5409,7 +5417,7 @@
5409
5417
  },
5410
5418
  "v-switch/value-comparator": {
5411
5419
  "type": "(a: any, b: any) => boolean",
5412
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-selection-control-group.json))"
5420
+ "description": "Apply a custom comparison algorithm used for values"
5413
5421
  },
5414
5422
  "v-switch/theme": {
5415
5423
  "type": "string",
@@ -5445,7 +5453,7 @@
5445
5453
  },
5446
5454
  "v-system-bar/rounded": {
5447
5455
  "type": "string | number | boolean",
5448
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
5456
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
5449
5457
  },
5450
5458
  "v-system-bar/tag": {
5451
5459
  "type": "string",
@@ -5457,7 +5465,7 @@
5457
5465
  },
5458
5466
  "v-system-bar/color": {
5459
5467
  "type": "string",
5460
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-system-bar.json))"
5468
+ "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)"
5461
5469
  },
5462
5470
  "v-system-bar/height": {
5463
5471
  "type": "string | number",
@@ -5481,7 +5489,7 @@
5481
5489
  },
5482
5490
  "v-tabs/color": {
5483
5491
  "type": "string",
5484
- "description": "Changes the color of the tabs."
5492
+ "description": "Applies specified color to the selected tab - 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)"
5485
5493
  },
5486
5494
  "v-tabs/direction": {
5487
5495
  "type": "\"horizontal\" | \"vertical\"",
@@ -5501,7 +5509,7 @@
5501
5509
  },
5502
5510
  "v-tabs/bg-color": {
5503
5511
  "type": "string",
5504
- "description": "Changes the background color of the component."
5512
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
5505
5513
  },
5506
5514
  "v-tabs/grow": {
5507
5515
  "type": "boolean",
@@ -5521,7 +5529,7 @@
5521
5529
  },
5522
5530
  "v-tabs/model-value": {
5523
5531
  "type": "any",
5524
- "description": "The v-model of the component."
5532
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
5525
5533
  },
5526
5534
  "v-tabs/mandatory": {
5527
5535
  "type": "boolean | \"force\"",
@@ -5533,19 +5541,19 @@
5533
5541
  },
5534
5542
  "v-tab/href": {
5535
5543
  "type": "string",
5536
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
5544
+ "description": "Designates the component as anchor and applies the **href** attribute."
5537
5545
  },
5538
5546
  "v-tab/replace": {
5539
5547
  "type": "boolean",
5540
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
5548
+ "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** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
5541
5549
  },
5542
5550
  "v-tab/exact": {
5543
5551
  "type": "boolean",
5544
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
5552
+ "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."
5545
5553
  },
5546
5554
  "v-tab/to": {
5547
5555
  "type": "unknown",
5548
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/router.json))"
5556
+ "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."
5549
5557
  },
5550
5558
  "v-tab/value": {
5551
5559
  "type": "any",
@@ -5553,7 +5561,7 @@
5553
5561
  },
5554
5562
  "v-tab/disabled": {
5555
5563
  "type": "boolean",
5556
- "description": "Removes the ability to click or target the component."
5564
+ "description": "Removes the ability to click or target the component"
5557
5565
  },
5558
5566
  "v-tab/selected-class": {
5559
5567
  "type": "string",
@@ -5589,7 +5597,7 @@
5589
5597
  },
5590
5598
  "v-tab/color": {
5591
5599
  "type": "string",
5592
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-tab.json))"
5600
+ "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)"
5593
5601
  },
5594
5602
  "v-tab/slider-color": {
5595
5603
  "type": "string",
@@ -5661,7 +5669,7 @@
5661
5669
  },
5662
5670
  "v-textarea/disabled": {
5663
5671
  "type": "boolean",
5664
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
5672
+ "description": "Removes the ability to click or target the input"
5665
5673
  },
5666
5674
  "v-textarea/error": {
5667
5675
  "type": "boolean",
@@ -5681,7 +5689,7 @@
5681
5689
  },
5682
5690
  "v-textarea/label": {
5683
5691
  "type": "string",
5684
- "description": "Sets input label"
5692
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
5685
5693
  },
5686
5694
  "v-textarea/readonly": {
5687
5695
  "type": "boolean",
@@ -5693,7 +5701,7 @@
5693
5701
  },
5694
5702
  "v-textarea/model-value": {
5695
5703
  "type": "any",
5696
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
5704
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
5697
5705
  },
5698
5706
  "v-textarea/validate-on": {
5699
5707
  "type": "\"blur\" | \"input\" | \"submit\"",
@@ -5705,7 +5713,7 @@
5705
5713
  },
5706
5714
  "v-textarea/focused": {
5707
5715
  "type": "boolean",
5708
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/focus.json))"
5716
+ "description": "Forces a focused state styling on the component."
5709
5717
  },
5710
5718
  "v-textarea/reverse": {
5711
5719
  "type": "boolean",
@@ -5717,15 +5725,15 @@
5717
5725
  },
5718
5726
  "v-textarea/append-inner-icon": {
5719
5727
  "type": "string | (new () => any) | FunctionalComponent",
5720
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
5728
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
5721
5729
  },
5722
5730
  "v-textarea/bg-color": {
5723
5731
  "type": "string",
5724
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
5732
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
5725
5733
  },
5726
5734
  "v-textarea/clearable": {
5727
5735
  "type": "boolean",
5728
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
5736
+ "description": "Allows for the component to be cleared"
5729
5737
  },
5730
5738
  "v-textarea/clear-icon": {
5731
5739
  "type": "string | (new () => any) | FunctionalComponent",
@@ -5733,15 +5741,15 @@
5733
5741
  },
5734
5742
  "v-textarea/active": {
5735
5743
  "type": "boolean",
5736
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
5744
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component"
5737
5745
  },
5738
5746
  "v-textarea/color": {
5739
5747
  "type": "string",
5740
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
5748
+ "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)"
5741
5749
  },
5742
5750
  "v-textarea/dirty": {
5743
5751
  "type": "boolean",
5744
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
5752
+ "description": "Manually apply the dirty state styling"
5745
5753
  },
5746
5754
  "v-textarea/persistent-clear": {
5747
5755
  "type": "boolean",
@@ -5749,15 +5757,15 @@
5749
5757
  },
5750
5758
  "v-textarea/prepend-inner-icon": {
5751
5759
  "type": "string | (new () => any) | FunctionalComponent",
5752
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
5760
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
5753
5761
  },
5754
5762
  "v-textarea/single-line": {
5755
5763
  "type": "boolean",
5756
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
5764
+ "description": "Label does not move on focus/dirty"
5757
5765
  },
5758
5766
  "v-textarea/variant": {
5759
5767
  "type": "\"underlined\" | \"outlined\" | \"filled\" | \"solo\" | \"plain\"",
5760
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
5768
+ "description": "Applies a distinct style to the component"
5761
5769
  },
5762
5770
  "v-textarea/theme": {
5763
5771
  "type": "string",
@@ -5825,7 +5833,7 @@
5825
5833
  },
5826
5834
  "v-text-field/label": {
5827
5835
  "type": "string",
5828
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
5836
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
5829
5837
  },
5830
5838
  "v-text-field/type": {
5831
5839
  "type": "string",
@@ -5889,7 +5897,7 @@
5889
5897
  },
5890
5898
  "v-text-field/disabled": {
5891
5899
  "type": "boolean",
5892
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
5900
+ "description": "Removes the ability to click or target the input"
5893
5901
  },
5894
5902
  "v-text-field/error": {
5895
5903
  "type": "boolean",
@@ -5917,7 +5925,7 @@
5917
5925
  },
5918
5926
  "v-text-field/model-value": {
5919
5927
  "type": "any",
5920
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
5928
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
5921
5929
  },
5922
5930
  "v-text-field/validate-on": {
5923
5931
  "type": "\"blur\" | \"input\" | \"submit\"",
@@ -5929,7 +5937,7 @@
5929
5937
  },
5930
5938
  "v-text-field/focused": {
5931
5939
  "type": "boolean",
5932
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/focus.json))"
5940
+ "description": "Forces a focused state styling on the component."
5933
5941
  },
5934
5942
  "v-text-field/reverse": {
5935
5943
  "type": "boolean",
@@ -5941,15 +5949,15 @@
5941
5949
  },
5942
5950
  "v-text-field/append-inner-icon": {
5943
5951
  "type": "string | (new () => any) | FunctionalComponent",
5944
- "description": "Appends an icon inside the component's input, uses same syntax as `v-icon`"
5952
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
5945
5953
  },
5946
5954
  "v-text-field/bg-color": {
5947
5955
  "type": "string",
5948
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
5956
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
5949
5957
  },
5950
5958
  "v-text-field/clearable": {
5951
5959
  "type": "boolean",
5952
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
5960
+ "description": "Allows for the component to be cleared"
5953
5961
  },
5954
5962
  "v-text-field/clear-icon": {
5955
5963
  "type": "string | (new () => any) | FunctionalComponent",
@@ -5957,15 +5965,15 @@
5957
5965
  },
5958
5966
  "v-text-field/active": {
5959
5967
  "type": "boolean",
5960
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
5968
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component"
5961
5969
  },
5962
5970
  "v-text-field/color": {
5963
5971
  "type": "string",
5964
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
5972
+ "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)"
5965
5973
  },
5966
5974
  "v-text-field/dirty": {
5967
5975
  "type": "boolean",
5968
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
5976
+ "description": "Manually apply the dirty state styling"
5969
5977
  },
5970
5978
  "v-text-field/persistent-clear": {
5971
5979
  "type": "boolean",
@@ -5981,7 +5989,7 @@
5981
5989
  },
5982
5990
  "v-text-field/variant": {
5983
5991
  "type": "\"underlined\" | \"outlined\" | \"filled\" | \"solo\" | \"plain\"",
5984
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-field.json))"
5992
+ "description": "Applies a distinct style to the component"
5985
5993
  },
5986
5994
  "v-text-field/theme": {
5987
5995
  "type": "string",
@@ -6057,7 +6065,7 @@
6057
6065
  },
6058
6066
  "v-timeline-item/rounded": {
6059
6067
  "type": "string | number | boolean",
6060
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
6068
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
6061
6069
  },
6062
6070
  "v-timeline-item/elevation": {
6063
6071
  "type": "string | number",
@@ -6149,7 +6157,7 @@
6149
6157
  },
6150
6158
  "v-toolbar/color": {
6151
6159
  "type": "string",
6152
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-toolbar.json))"
6160
+ "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)"
6153
6161
  },
6154
6162
  "v-toolbar/density": {
6155
6163
  "type": "\"default\" | \"prominent\" | \"comfortable\" | \"compact\"",
@@ -6181,7 +6189,7 @@
6181
6189
  },
6182
6190
  "v-toolbar/rounded": {
6183
6191
  "type": "string | number | boolean",
6184
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/rounded.json))"
6192
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
6185
6193
  },
6186
6194
  "v-toolbar/tag": {
6187
6195
  "type": "string",
@@ -6201,11 +6209,11 @@
6201
6209
  },
6202
6210
  "v-toolbar-items/color": {
6203
6211
  "type": "string",
6204
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/variant.json))"
6212
+ "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)"
6205
6213
  },
6206
6214
  "v-toolbar-items/variant": {
6207
6215
  "type": "string",
6208
- "description": "Applies one of 6 styles: **elevated**, **flat**, **tonal**, **outlined**, **text**, and **plain**."
6216
+ "description": "Applies a distinct style to the component"
6209
6217
  },
6210
6218
  "v-tooltip/activator": {
6211
6219
  "type": "string | Element | ComponentPublicInstance",
@@ -6229,7 +6237,7 @@
6229
6237
  },
6230
6238
  "v-tooltip/content-class": {
6231
6239
  "type": "any",
6232
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay.json))"
6240
+ "description": "Applies a custom class to the detached element. This is useful because the content is moved to the beginning of the `v-app` component (unless the **attach** prop is provided) and is not targetable by classes passed directly on the component"
6233
6241
  },
6234
6242
  "v-tooltip/content-props": {
6235
6243
  "type": "any",
@@ -6237,7 +6245,7 @@
6237
6245
  },
6238
6246
  "v-tooltip/disabled": {
6239
6247
  "type": "boolean",
6240
- "description": "Disables the tooltip"
6248
+ "description": "Removes the ability to click or target the component"
6241
6249
  },
6242
6250
  "v-tooltip/no-click-animation": {
6243
6251
  "type": "boolean",
@@ -6245,7 +6253,7 @@
6245
6253
  },
6246
6254
  "v-tooltip/model-value": {
6247
6255
  "type": "boolean",
6248
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay.json))"
6256
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
6249
6257
  },
6250
6258
  "v-tooltip/scrim": {
6251
6259
  "type": "string | boolean",
@@ -6308,16 +6316,16 @@
6308
6316
  "description": "Sets the width for the component."
6309
6317
  },
6310
6318
  "v-tooltip/location-strategy": {
6311
- "type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L33-L37\" target=\"_blank\">LocationStrategyFn</a>",
6319
+ "type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
6312
6320
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
6313
6321
  },
6314
6322
  "v-tooltip/location": {
6315
6323
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
6316
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
6324
+ "description": "Aligns the component towards the `top`, `bottom`, `right`, `left`, can be combined like for example `top right`"
6317
6325
  },
6318
6326
  "v-tooltip/origin": {
6319
6327
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
6320
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
6328
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
6321
6329
  },
6322
6330
  "v-tooltip/offset": {
6323
6331
  "type": "string | number | number[]",
@@ -6337,11 +6345,11 @@
6337
6345
  },
6338
6346
  "v-tooltip/attach": {
6339
6347
  "type": "string | boolean | Element",
6340
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay.json))"
6348
+ "description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attachs to the root `v-app` component by default"
6341
6349
  },
6342
6350
  "v-validation/disabled": {
6343
6351
  "type": "boolean",
6344
- "description": "Disable the input"
6352
+ "description": "Removes the ability to click or target the component"
6345
6353
  },
6346
6354
  "v-validation/error": {
6347
6355
  "type": "boolean",
@@ -6361,7 +6369,7 @@
6361
6369
  },
6362
6370
  "v-validation/label": {
6363
6371
  "type": "string",
6364
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/validation.json))"
6372
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
6365
6373
  },
6366
6374
  "v-validation/readonly": {
6367
6375
  "type": "boolean",
@@ -6373,7 +6381,7 @@
6373
6381
  },
6374
6382
  "v-validation/model-value": {
6375
6383
  "type": "any",
6376
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/validation.json))"
6384
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
6377
6385
  },
6378
6386
  "v-validation/validate-on": {
6379
6387
  "type": "\"blur\" | \"input\" | \"submit\"",
@@ -6385,7 +6393,7 @@
6385
6393
  },
6386
6394
  "v-validation/focused": {
6387
6395
  "type": "boolean",
6388
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/focus.json))"
6396
+ "description": "Forces a focused state styling on the component."
6389
6397
  },
6390
6398
  "v-window/continuous": {
6391
6399
  "type": "boolean",
@@ -6397,11 +6405,11 @@
6397
6405
  },
6398
6406
  "v-window/model-value": {
6399
6407
  "type": "any",
6400
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-window.json))"
6408
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
6401
6409
  },
6402
6410
  "v-window/disabled": {
6403
6411
  "type": "boolean",
6404
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-window.json))"
6412
+ "description": "Removes the ability to click or target the component"
6405
6413
  },
6406
6414
  "v-window/next-icon": {
6407
6415
  "type": "string | (new () => any) | FunctionalComponent",
@@ -6469,275 +6477,275 @@
6469
6477
  },
6470
6478
  "v-fab-transition/group": {
6471
6479
  "type": "boolean",
6472
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/fab-transition.json))"
6480
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
6473
6481
  },
6474
6482
  "v-fab-transition/hide-on-leave": {
6475
6483
  "type": "boolean",
6476
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/fab-transition.json))"
6484
+ "description": "Hides the leaving element (no exit animation)"
6477
6485
  },
6478
6486
  "v-fab-transition/leave-absolute": {
6479
6487
  "type": "boolean",
6480
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/fab-transition.json))"
6488
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
6481
6489
  },
6482
6490
  "v-fab-transition/mode": {
6483
6491
  "type": "string",
6484
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/fab-transition.json))"
6492
+ "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)."
6485
6493
  },
6486
6494
  "v-fab-transition/origin": {
6487
6495
  "type": "string",
6488
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/fab-transition.json))"
6496
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
6489
6497
  },
6490
6498
  "v-dialog-bottom-transition/group": {
6491
6499
  "type": "boolean",
6492
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/dialog-bottom-transition.json))"
6500
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
6493
6501
  },
6494
6502
  "v-dialog-bottom-transition/hide-on-leave": {
6495
6503
  "type": "boolean",
6496
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/dialog-bottom-transition.json))"
6504
+ "description": "Hides the leaving element (no exit animation)"
6497
6505
  },
6498
6506
  "v-dialog-bottom-transition/leave-absolute": {
6499
6507
  "type": "boolean",
6500
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/dialog-bottom-transition.json))"
6508
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
6501
6509
  },
6502
6510
  "v-dialog-bottom-transition/mode": {
6503
6511
  "type": "string",
6504
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/dialog-bottom-transition.json))"
6512
+ "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)."
6505
6513
  },
6506
6514
  "v-dialog-bottom-transition/origin": {
6507
6515
  "type": "string",
6508
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/dialog-bottom-transition.json))"
6516
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
6509
6517
  },
6510
6518
  "v-dialog-top-transition/group": {
6511
6519
  "type": "boolean",
6512
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/dialog-top-transition.json))"
6520
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
6513
6521
  },
6514
6522
  "v-dialog-top-transition/hide-on-leave": {
6515
6523
  "type": "boolean",
6516
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/dialog-top-transition.json))"
6524
+ "description": "Hides the leaving element (no exit animation)"
6517
6525
  },
6518
6526
  "v-dialog-top-transition/leave-absolute": {
6519
6527
  "type": "boolean",
6520
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/dialog-top-transition.json))"
6528
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
6521
6529
  },
6522
6530
  "v-dialog-top-transition/mode": {
6523
6531
  "type": "string",
6524
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/dialog-top-transition.json))"
6532
+ "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)."
6525
6533
  },
6526
6534
  "v-dialog-top-transition/origin": {
6527
6535
  "type": "string",
6528
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/dialog-top-transition.json))"
6536
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
6529
6537
  },
6530
6538
  "v-fade-transition/group": {
6531
6539
  "type": "boolean",
6532
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/fade-transition.json))"
6540
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
6533
6541
  },
6534
6542
  "v-fade-transition/hide-on-leave": {
6535
6543
  "type": "boolean",
6536
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/fade-transition.json))"
6544
+ "description": "Hides the leaving element (no exit animation)"
6537
6545
  },
6538
6546
  "v-fade-transition/leave-absolute": {
6539
6547
  "type": "boolean",
6540
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/fade-transition.json))"
6548
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
6541
6549
  },
6542
6550
  "v-fade-transition/mode": {
6543
6551
  "type": "string",
6544
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/fade-transition.json))"
6552
+ "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)."
6545
6553
  },
6546
6554
  "v-fade-transition/origin": {
6547
6555
  "type": "string",
6548
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/fade-transition.json))"
6556
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
6549
6557
  },
6550
6558
  "v-scale-transition/group": {
6551
6559
  "type": "boolean",
6552
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scale-transition.json))"
6560
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
6553
6561
  },
6554
6562
  "v-scale-transition/hide-on-leave": {
6555
6563
  "type": "boolean",
6556
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scale-transition.json))"
6564
+ "description": "Hides the leaving element (no exit animation)"
6557
6565
  },
6558
6566
  "v-scale-transition/leave-absolute": {
6559
6567
  "type": "boolean",
6560
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scale-transition.json))"
6568
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
6561
6569
  },
6562
6570
  "v-scale-transition/mode": {
6563
6571
  "type": "string",
6564
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scale-transition.json))"
6572
+ "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)."
6565
6573
  },
6566
6574
  "v-scale-transition/origin": {
6567
6575
  "type": "string",
6568
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scale-transition.json))"
6576
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
6569
6577
  },
6570
6578
  "v-scroll-x-transition/group": {
6571
6579
  "type": "boolean",
6572
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scroll-x-transition.json))"
6580
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
6573
6581
  },
6574
6582
  "v-scroll-x-transition/hide-on-leave": {
6575
6583
  "type": "boolean",
6576
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scroll-x-transition.json))"
6584
+ "description": "Hides the leaving element (no exit animation)"
6577
6585
  },
6578
6586
  "v-scroll-x-transition/leave-absolute": {
6579
6587
  "type": "boolean",
6580
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scroll-x-transition.json))"
6588
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
6581
6589
  },
6582
6590
  "v-scroll-x-transition/mode": {
6583
6591
  "type": "string",
6584
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scroll-x-transition.json))"
6592
+ "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)."
6585
6593
  },
6586
6594
  "v-scroll-x-transition/origin": {
6587
6595
  "type": "string",
6588
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scroll-x-transition.json))"
6596
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
6589
6597
  },
6590
6598
  "v-scroll-x-reverse-transition/group": {
6591
6599
  "type": "boolean",
6592
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scroll-x-reverse-transition.json))"
6600
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
6593
6601
  },
6594
6602
  "v-scroll-x-reverse-transition/hide-on-leave": {
6595
6603
  "type": "boolean",
6596
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scroll-x-reverse-transition.json))"
6604
+ "description": "Hides the leaving element (no exit animation)"
6597
6605
  },
6598
6606
  "v-scroll-x-reverse-transition/leave-absolute": {
6599
6607
  "type": "boolean",
6600
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scroll-x-reverse-transition.json))"
6608
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
6601
6609
  },
6602
6610
  "v-scroll-x-reverse-transition/mode": {
6603
6611
  "type": "string",
6604
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scroll-x-reverse-transition.json))"
6612
+ "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)."
6605
6613
  },
6606
6614
  "v-scroll-x-reverse-transition/origin": {
6607
6615
  "type": "string",
6608
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scroll-x-reverse-transition.json))"
6616
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
6609
6617
  },
6610
6618
  "v-scroll-y-transition/group": {
6611
6619
  "type": "boolean",
6612
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scroll-y-transition.json))"
6620
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
6613
6621
  },
6614
6622
  "v-scroll-y-transition/hide-on-leave": {
6615
6623
  "type": "boolean",
6616
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scroll-y-transition.json))"
6624
+ "description": "Hides the leaving element (no exit animation)"
6617
6625
  },
6618
6626
  "v-scroll-y-transition/leave-absolute": {
6619
6627
  "type": "boolean",
6620
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scroll-y-transition.json))"
6628
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
6621
6629
  },
6622
6630
  "v-scroll-y-transition/mode": {
6623
6631
  "type": "string",
6624
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scroll-y-transition.json))"
6632
+ "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)."
6625
6633
  },
6626
6634
  "v-scroll-y-transition/origin": {
6627
6635
  "type": "string",
6628
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scroll-y-transition.json))"
6636
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
6629
6637
  },
6630
6638
  "v-scroll-y-reverse-transition/group": {
6631
6639
  "type": "boolean",
6632
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scroll-y-reverse-transition.json))"
6640
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
6633
6641
  },
6634
6642
  "v-scroll-y-reverse-transition/hide-on-leave": {
6635
6643
  "type": "boolean",
6636
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scroll-y-reverse-transition.json))"
6644
+ "description": "Hides the leaving element (no exit animation)"
6637
6645
  },
6638
6646
  "v-scroll-y-reverse-transition/leave-absolute": {
6639
6647
  "type": "boolean",
6640
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scroll-y-reverse-transition.json))"
6648
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
6641
6649
  },
6642
6650
  "v-scroll-y-reverse-transition/mode": {
6643
6651
  "type": "string",
6644
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scroll-y-reverse-transition.json))"
6652
+ "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)."
6645
6653
  },
6646
6654
  "v-scroll-y-reverse-transition/origin": {
6647
6655
  "type": "string",
6648
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/scroll-y-reverse-transition.json))"
6656
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
6649
6657
  },
6650
6658
  "v-slide-x-transition/group": {
6651
6659
  "type": "boolean",
6652
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/slide-x-transition.json))"
6660
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
6653
6661
  },
6654
6662
  "v-slide-x-transition/hide-on-leave": {
6655
6663
  "type": "boolean",
6656
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/slide-x-transition.json))"
6664
+ "description": "Hides the leaving element (no exit animation)"
6657
6665
  },
6658
6666
  "v-slide-x-transition/leave-absolute": {
6659
6667
  "type": "boolean",
6660
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/slide-x-transition.json))"
6668
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
6661
6669
  },
6662
6670
  "v-slide-x-transition/mode": {
6663
6671
  "type": "string",
6664
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/slide-x-transition.json))"
6672
+ "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)."
6665
6673
  },
6666
6674
  "v-slide-x-transition/origin": {
6667
6675
  "type": "string",
6668
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/slide-x-transition.json))"
6676
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
6669
6677
  },
6670
6678
  "v-slide-x-reverse-transition/group": {
6671
6679
  "type": "boolean",
6672
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/slide-x-reverse-transition.json))"
6680
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
6673
6681
  },
6674
6682
  "v-slide-x-reverse-transition/hide-on-leave": {
6675
6683
  "type": "boolean",
6676
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/slide-x-reverse-transition.json))"
6684
+ "description": "Hides the leaving element (no exit animation)"
6677
6685
  },
6678
6686
  "v-slide-x-reverse-transition/leave-absolute": {
6679
6687
  "type": "boolean",
6680
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/slide-x-reverse-transition.json))"
6688
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
6681
6689
  },
6682
6690
  "v-slide-x-reverse-transition/mode": {
6683
6691
  "type": "string",
6684
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/slide-x-reverse-transition.json))"
6692
+ "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)."
6685
6693
  },
6686
6694
  "v-slide-x-reverse-transition/origin": {
6687
6695
  "type": "string",
6688
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/slide-x-reverse-transition.json))"
6696
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
6689
6697
  },
6690
6698
  "v-slide-y-transition/group": {
6691
6699
  "type": "boolean",
6692
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/slide-y-transition.json))"
6700
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
6693
6701
  },
6694
6702
  "v-slide-y-transition/hide-on-leave": {
6695
6703
  "type": "boolean",
6696
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/slide-y-transition.json))"
6704
+ "description": "Hides the leaving element (no exit animation)"
6697
6705
  },
6698
6706
  "v-slide-y-transition/leave-absolute": {
6699
6707
  "type": "boolean",
6700
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/slide-y-transition.json))"
6708
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
6701
6709
  },
6702
6710
  "v-slide-y-transition/mode": {
6703
6711
  "type": "string",
6704
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/slide-y-transition.json))"
6712
+ "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)."
6705
6713
  },
6706
6714
  "v-slide-y-transition/origin": {
6707
6715
  "type": "string",
6708
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/slide-y-transition.json))"
6716
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
6709
6717
  },
6710
6718
  "v-slide-y-reverse-transition/group": {
6711
6719
  "type": "boolean",
6712
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/slide-y-reverse-transition.json))"
6720
+ "description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
6713
6721
  },
6714
6722
  "v-slide-y-reverse-transition/hide-on-leave": {
6715
6723
  "type": "boolean",
6716
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/slide-y-reverse-transition.json))"
6724
+ "description": "Hides the leaving element (no exit animation)"
6717
6725
  },
6718
6726
  "v-slide-y-reverse-transition/leave-absolute": {
6719
6727
  "type": "boolean",
6720
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/slide-y-reverse-transition.json))"
6728
+ "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
6721
6729
  },
6722
6730
  "v-slide-y-reverse-transition/mode": {
6723
6731
  "type": "string",
6724
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/slide-y-reverse-transition.json))"
6732
+ "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)."
6725
6733
  },
6726
6734
  "v-slide-y-reverse-transition/origin": {
6727
6735
  "type": "string",
6728
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/slide-y-reverse-transition.json))"
6736
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
6729
6737
  },
6730
6738
  "v-expand-transition/mode": {
6731
6739
  "type": "\"in-out\" | \"out-in\" | \"default\"",
6732
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/expand-transition.json))"
6740
+ "description": "Sets the transition mode (does not apply to transition-group)."
6733
6741
  },
6734
6742
  "v-expand-x-transition/mode": {
6735
6743
  "type": "\"in-out\" | \"out-in\" | \"default\"",
6736
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/expand-x-transition.json))"
6744
+ "description": "Sets the transition mode (does not apply to transition-group)."
6737
6745
  },
6738
6746
  "v-data-table/items": {
6739
6747
  "type": "any[]",
6740
- "description": "The array of items to display"
6748
+ "description": "An array of strings or objects used for automatically generating children components"
6741
6749
  },
6742
6750
  "v-data-table/item-title": {
6743
6751
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
@@ -6769,7 +6777,7 @@
6769
6777
  },
6770
6778
  "v-data-table/no-data-text": {
6771
6779
  "type": "string",
6772
- "description": "MISSING DESCRIPTION"
6780
+ "description": "Text shown when no items are provided to the component"
6773
6781
  },
6774
6782
  "v-data-table/height": {
6775
6783
  "type": "string | number",
@@ -6777,7 +6785,7 @@
6777
6785
  },
6778
6786
  "v-data-table/width": {
6779
6787
  "type": "string | number",
6780
- "description": "Sets the width for the component."
6788
+ "description": "Sets the width for the component"
6781
6789
  },
6782
6790
  "v-data-table/fixed-header": {
6783
6791
  "type": "boolean",
@@ -6809,7 +6817,7 @@
6809
6817
  },
6810
6818
  "v-data-table/model-value": {
6811
6819
  "type": "any[]",
6812
- "description": "MISSING DESCRIPTION"
6820
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
6813
6821
  },
6814
6822
  "v-data-table/sort-by": {
6815
6823
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L27-L27\" target=\"_blank\">SortItem</a>[]",
@@ -6869,11 +6877,11 @@
6869
6877
  },
6870
6878
  "v-data-table-rows/items": {
6871
6879
  "type": "(DataTableItem | GroupHeaderItem)[]",
6872
- "description": "MISSING DESCRIPTION"
6880
+ "description": "An array of strings or objects used for automatically generating children components"
6873
6881
  },
6874
6882
  "v-data-table-rows/no-data-text": {
6875
6883
  "type": "string",
6876
- "description": "MISSING DESCRIPTION"
6884
+ "description": "Text shown when no items are provided to the component"
6877
6885
  },
6878
6886
  "v-data-table-rows/row-height": {
6879
6887
  "type": "number",
@@ -6885,7 +6893,7 @@
6885
6893
  },
6886
6894
  "v-data-table-virtual/items": {
6887
6895
  "type": "any[]",
6888
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/item.json))"
6896
+ "description": "An array of strings or objects used for automatically generating children components"
6889
6897
  },
6890
6898
  "v-data-table-virtual/item-title": {
6891
6899
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
@@ -6917,7 +6925,7 @@
6917
6925
  },
6918
6926
  "v-data-table-virtual/no-data-text": {
6919
6927
  "type": "string",
6920
- "description": "MISSING DESCRIPTION"
6928
+ "description": "Text shown when no items are provided to the component"
6921
6929
  },
6922
6930
  "v-data-table-virtual/height": {
6923
6931
  "type": "string | number",
@@ -6925,7 +6933,7 @@
6925
6933
  },
6926
6934
  "v-data-table-virtual/width": {
6927
6935
  "type": "string | number",
6928
- "description": "Sets the width for the component."
6936
+ "description": "Sets the width for the component"
6929
6937
  },
6930
6938
  "v-data-table-virtual/fixed-header": {
6931
6939
  "type": "boolean",
@@ -6957,7 +6965,7 @@
6957
6965
  },
6958
6966
  "v-data-table-virtual/model-value": {
6959
6967
  "type": "any[]",
6960
- "description": "MISSING DESCRIPTION"
6968
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
6961
6969
  },
6962
6970
  "v-data-table-virtual/sort-by": {
6963
6971
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L27-L27\" target=\"_blank\">SortItem</a>[]",
@@ -7005,7 +7013,7 @@
7005
7013
  },
7006
7014
  "v-data-table-server/items": {
7007
7015
  "type": "any[]",
7008
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/item.json))"
7016
+ "description": "An array of strings or objects used for automatically generating children components"
7009
7017
  },
7010
7018
  "v-data-table-server/item-title": {
7011
7019
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
@@ -7037,7 +7045,7 @@
7037
7045
  },
7038
7046
  "v-data-table-server/no-data-text": {
7039
7047
  "type": "string",
7040
- "description": "MISSING DESCRIPTION"
7048
+ "description": "Text shown when no items are provided to the component"
7041
7049
  },
7042
7050
  "v-data-table-server/height": {
7043
7051
  "type": "string | number",
@@ -7045,7 +7053,7 @@
7045
7053
  },
7046
7054
  "v-data-table-server/width": {
7047
7055
  "type": "string | number",
7048
- "description": "Sets the width for the component."
7056
+ "description": "Sets the width for the component"
7049
7057
  },
7050
7058
  "v-data-table-server/fixed-header": {
7051
7059
  "type": "boolean",
@@ -7073,7 +7081,7 @@
7073
7081
  },
7074
7082
  "v-data-table-server/model-value": {
7075
7083
  "type": "any[]",
7076
- "description": "MISSING DESCRIPTION"
7084
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
7077
7085
  },
7078
7086
  "v-data-table-server/sort-by": {
7079
7087
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L27-L27\" target=\"_blank\">SortItem</a>[]",
@@ -7095,9 +7103,13 @@
7095
7103
  "type": "string | number",
7096
7104
  "description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page"
7097
7105
  },
7106
+ "v-data-table-server/group-by": {
7107
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L27-L27\" target=\"_blank\">SortItem</a>[]",
7108
+ "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"
7109
+ },
7098
7110
  "v-data-table-server/color": {
7099
7111
  "type": "string",
7100
- "description": "MISSING DESCRIPTION"
7112
+ "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)"
7101
7113
  },
7102
7114
  "v-data-table-server/loading": {
7103
7115
  "type": "string | boolean",