vuetify 3.4.10 → 3.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (164) hide show
  1. package/dist/json/attributes.json +311 -219
  2. package/dist/json/importMap-labs.json +8 -8
  3. package/dist/json/importMap.json +130 -130
  4. package/dist/json/tags.json +23 -0
  5. package/dist/json/web-types.json +3456 -3108
  6. package/dist/vuetify-labs.css +2997 -2913
  7. package/dist/vuetify-labs.d.ts +7835 -1501
  8. package/dist/vuetify-labs.esm.js +15280 -15027
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +15279 -15025
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +937 -855
  13. package/dist/vuetify.d.ts +7876 -1542
  14. package/dist/vuetify.esm.js +15280 -15027
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +15279 -15025
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +940 -911
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/blueprints/index.d.mts +11 -1
  22. package/lib/blueprints/md1.d.mts +11 -1
  23. package/lib/blueprints/md2.d.mts +11 -1
  24. package/lib/blueprints/md3.d.mts +11 -1
  25. package/lib/components/VAlert/VAlert.css +2 -2
  26. package/lib/components/VAlert/_variables.scss +2 -2
  27. package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
  28. package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -2
  29. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  30. package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
  31. package/lib/components/VAutocomplete/index.d.mts +1698 -0
  32. package/lib/components/VBanner/index.d.mts +4 -4
  33. package/lib/components/VBtn/VBtn.mjs +3 -1
  34. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  35. package/lib/components/VBtn/index.d.mts +21 -5
  36. package/lib/components/VCard/VCard.css +6 -2
  37. package/lib/components/VCard/VCard.sass +5 -0
  38. package/lib/components/VCard/VCardItem.mjs +23 -10
  39. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  40. package/lib/components/VCard/_variables.scss +2 -2
  41. package/lib/components/VCarousel/index.d.mts +35 -14
  42. package/lib/components/VChipGroup/VChipGroup.css +3 -3
  43. package/lib/components/VChipGroup/VChipGroup.mjs +22 -16
  44. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  45. package/lib/components/VChipGroup/VChipGroup.sass +4 -3
  46. package/lib/components/VChipGroup/index.d.mts +118 -1
  47. package/lib/components/VCombobox/VCombobox.css +1 -1
  48. package/lib/components/VCombobox/VCombobox.mjs +9 -3
  49. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  50. package/lib/components/VCombobox/VCombobox.sass +1 -1
  51. package/lib/components/VCombobox/index.d.mts +1704 -0
  52. package/lib/components/VDataIterator/VDataIterator.mjs +2 -1
  53. package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
  54. package/lib/components/VDataIterator/index.d.mts +7 -0
  55. package/lib/components/VDataTable/VDataTable.css +2 -1
  56. package/lib/components/VDataTable/VDataTable.mjs +4 -2
  57. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  58. package/lib/components/VDataTable/VDataTable.sass +2 -1
  59. package/lib/components/VDataTable/VDataTableFooter.css +9 -4
  60. package/lib/components/VDataTable/VDataTableFooter.sass +9 -4
  61. package/lib/components/VDataTable/VDataTableHeaders.mjs +6 -2
  62. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  63. package/lib/components/VDataTable/VDataTableVirtual.mjs +4 -3
  64. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  65. package/lib/components/VDataTable/_variables.scss +5 -0
  66. package/lib/components/VDataTable/composables/headers.mjs +16 -12
  67. package/lib/components/VDataTable/composables/headers.mjs.map +1 -1
  68. package/lib/components/VDataTable/composables/paginate.mjs +6 -2
  69. package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
  70. package/lib/components/VDataTable/composables/sort.mjs +13 -3
  71. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  72. package/lib/components/VDataTable/index.d.mts +92 -30
  73. package/lib/components/VDataTable/types.mjs.map +1 -1
  74. package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
  75. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  76. package/lib/components/VDatePicker/VDatePickerMonth.mjs +56 -11
  77. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  78. package/lib/components/VDatePicker/index.d.mts +34 -19
  79. package/lib/components/VFileInput/VFileInput.mjs +2 -2
  80. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  81. package/lib/components/VImg/VImg.css +3 -0
  82. package/lib/components/VImg/VImg.mjs +14 -3
  83. package/lib/components/VImg/VImg.mjs.map +1 -1
  84. package/lib/components/VImg/VImg.sass +3 -0
  85. package/lib/components/VImg/_variables.scss +3 -0
  86. package/lib/components/VImg/index.d.mts +21 -0
  87. package/lib/components/VList/VList.mjs +5 -1
  88. package/lib/components/VList/VList.mjs.map +1 -1
  89. package/lib/components/VList/VListItem.css +1 -0
  90. package/lib/components/VList/VListItem.sass +1 -0
  91. package/lib/components/VList/_variables.scss +1 -0
  92. package/lib/components/VList/index.d.mts +12 -0
  93. package/lib/components/VOverlay/locationStrategies.mjs +1 -3
  94. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  95. package/lib/components/VPagination/VPagination.mjs +10 -10
  96. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  97. package/lib/components/VPagination/index.d.mts +2 -2
  98. package/lib/components/VSelect/VSelect.mjs +5 -2
  99. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  100. package/lib/components/VSelect/index.d.mts +1689 -0
  101. package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -3
  102. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  103. package/lib/components/VSlideGroup/index.d.mts +7 -7
  104. package/lib/components/VSlider/VSliderThumb.mjs +4 -3
  105. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  106. package/lib/components/VSlider/VSliderTrack.css +1 -1
  107. package/lib/components/VSlider/VSliderTrack.sass +1 -1
  108. package/lib/components/VSlider/_variables.scss +1 -0
  109. package/lib/components/VSwitch/VSwitch.css +22 -2
  110. package/lib/components/VSwitch/VSwitch.mjs +26 -3
  111. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  112. package/lib/components/VSwitch/VSwitch.sass +20 -2
  113. package/lib/components/VSwitch/index.d.mts +37 -6
  114. package/lib/components/VSystemBar/VSystemBar.css +2 -2
  115. package/lib/components/VSystemBar/_variables.scss +2 -2
  116. package/lib/components/VTabs/VTab.mjs +6 -6
  117. package/lib/components/VTabs/VTab.mjs.map +1 -1
  118. package/lib/components/VTabs/index.d.mts +1116 -17
  119. package/lib/components/VTimeline/VTimeline.css +1 -1
  120. package/lib/components/VTimeline/_variables.scss +1 -1
  121. package/lib/components/VToolbar/VToolbar.css +2 -2
  122. package/lib/components/VToolbar/_variables.scss +2 -2
  123. package/lib/components/VWindow/VWindow.mjs +2 -2
  124. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  125. package/lib/components/VWindow/index.d.mts +8 -8
  126. package/lib/components/index.d.mts +8508 -2196
  127. package/lib/composables/calendar.mjs +1 -1
  128. package/lib/composables/calendar.mjs.map +1 -1
  129. package/lib/composables/date/adapters/vuetify.mjs +1 -2
  130. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  131. package/lib/composables/date/date.mjs +4 -4
  132. package/lib/composables/date/date.mjs.map +1 -1
  133. package/lib/composables/goto.mjs +105 -0
  134. package/lib/composables/goto.mjs.map +1 -0
  135. package/lib/composables/index.mjs +1 -0
  136. package/lib/composables/index.mjs.map +1 -1
  137. package/lib/composables/locale.mjs +47 -2
  138. package/lib/composables/locale.mjs.map +1 -1
  139. package/lib/composables/theme.mjs +2 -0
  140. package/lib/composables/theme.mjs.map +1 -1
  141. package/lib/entry-bundler.mjs +1 -1
  142. package/lib/entry-bundler.mjs.map +1 -1
  143. package/lib/framework.mjs +6 -2
  144. package/lib/framework.mjs.map +1 -1
  145. package/lib/index.d.mts +65 -43
  146. package/lib/labs/VCalendar/VCalendar.css +4 -2
  147. package/lib/labs/VCalendar/VCalendar.sass +4 -2
  148. package/lib/labs/VCalendar/_variables.scss +5 -0
  149. package/lib/locale/index.d.mts +124 -66
  150. package/lib/locale/index.mjs +1 -43
  151. package/lib/locale/index.mjs.map +1 -1
  152. package/lib/locale/km.mjs +101 -0
  153. package/lib/locale/km.mjs.map +1 -0
  154. package/lib/locale/sk.mjs +22 -22
  155. package/lib/locale/sk.mjs.map +1 -1
  156. package/lib/styles/main.css +126 -78
  157. package/lib/styles/settings/_utilities.scss +7 -0
  158. package/lib/util/helpers.mjs +1 -43
  159. package/lib/util/helpers.mjs.map +1 -1
  160. package/package.json +3 -2
  161. package/lib/components/VDatePicker/utils.mjs +0 -69
  162. package/lib/components/VDatePicker/utils.mjs.map +0 -1
  163. package/lib/util/dateTimeUtils.mjs +0 -115
  164. package/lib/util/dateTimeUtils.mjs.map +0 -1
@@ -371,6 +371,10 @@
371
371
  "type": "boolean | 'exact'\n",
372
372
  "description": "When searching, will always highlight the first option and select it on blur. `exact` will only highlight and select exact matches."
373
373
  },
374
+ "v-autocomplete/clear-on-select": {
375
+ "type": "boolean\n",
376
+ "description": "Reset the search text when a selection is made while using the **multiple** prop."
377
+ },
374
378
  "v-autocomplete/search": {
375
379
  "type": "string\n",
376
380
  "description": "Text input used to filter items."
@@ -435,57 +439,29 @@
435
439
  "type": "boolean\n",
436
440
  "description": "Do not display in the select menu items that are already selected."
437
441
  },
438
- "v-autocomplete/menu": {
439
- "type": "boolean\n",
440
- "description": "Renders with the menu open by default."
441
- },
442
- "v-autocomplete/menu-icon": {
443
- "type": "any\n",
444
- "description": "Sets the the spin icon."
445
- },
446
- "v-autocomplete/menu-props": {
442
+ "v-autocomplete/list-props": {
447
443
  "type": "unknown\n",
448
- "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended."
444
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Select.json))"
449
445
  },
450
- "v-autocomplete/id": {
446
+ "v-autocomplete/base-color": {
451
447
  "type": "string\n",
452
- "description": "Sets the DOM id on the component."
448
+ "description": "Sets the color of the input when it is not focused."
449
+ },
450
+ "v-autocomplete/bg-color": {
451
+ "type": "string\n",
452
+ "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)."
453
453
  },
454
454
  "v-autocomplete/disabled": {
455
455
  "type": "boolean\n",
456
456
  "description": "Removes the ability to click or target the input."
457
457
  },
458
- "v-autocomplete/model-value": {
459
- "type": "any\n",
460
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
461
- },
462
- "v-autocomplete/theme": {
463
- "type": "string\n",
464
- "description": "Specify a theme for this component and all of its children."
465
- },
466
- "v-autocomplete/transition": {
467
- "type": "string | boolean | (TransitionProps & { component: Component })\n",
468
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
469
- },
470
- "v-autocomplete/name": {
471
- "type": "string\n",
472
- "description": "Sets the component's name attribute."
473
- },
474
458
  "v-autocomplete/multiple": {
475
459
  "type": "boolean\n",
476
460
  "description": "Changes select to multiple. Accepts array for value."
477
461
  },
478
- "v-autocomplete/no-data-text": {
479
- "type": "string\n",
480
- "description": "Text shown when no items are provided to the component."
481
- },
482
- "v-autocomplete/open-on-clear": {
483
- "type": "boolean\n",
484
- "description": "Open's the menu whenever the clear icon is clicked."
485
- },
486
- "v-autocomplete/item-color": {
487
- "type": "string\n",
488
- "description": "Sets color of selected items."
462
+ "v-autocomplete/density": {
463
+ "type": "'default' | 'comfortable' | 'compact'\n",
464
+ "description": "Adjusts the vertical height used by the component."
489
465
  },
490
466
  "v-autocomplete/items": {
491
467
  "type": "any[]\n",
@@ -500,7 +476,7 @@
500
476
  "description": "Property on supplied `items` that contains its value."
501
477
  },
502
478
  "v-autocomplete/item-children": {
503
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
479
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
504
480
  "description": "Property on supplied `items` that contains its children."
505
481
  },
506
482
  "v-autocomplete/item-props": {
@@ -515,6 +491,62 @@
515
491
  "type": "(a: any, b: any) => boolean\n",
516
492
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
517
493
  },
494
+ "v-autocomplete/rounded": {
495
+ "type": "string | number | boolean\n",
496
+ "description": "Adds a border radius to the input."
497
+ },
498
+ "v-autocomplete/theme": {
499
+ "type": "string\n",
500
+ "description": "Specify a theme for this component and all of its children."
501
+ },
502
+ "v-autocomplete/color": {
503
+ "type": "string\n",
504
+ "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)."
505
+ },
506
+ "v-autocomplete/variant": {
507
+ "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
508
+ "description": "Applies a distinct style to the component."
509
+ },
510
+ "v-autocomplete/name": {
511
+ "type": "string\n",
512
+ "description": "Sets the component's name attribute."
513
+ },
514
+ "v-autocomplete/menu": {
515
+ "type": "boolean\n",
516
+ "description": "Renders with the menu open by default."
517
+ },
518
+ "v-autocomplete/menu-icon": {
519
+ "type": "any\n",
520
+ "description": "Sets the the spin icon."
521
+ },
522
+ "v-autocomplete/menu-props": {
523
+ "type": "unknown\n",
524
+ "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended."
525
+ },
526
+ "v-autocomplete/id": {
527
+ "type": "string\n",
528
+ "description": "Sets the DOM id on the component."
529
+ },
530
+ "v-autocomplete/model-value": {
531
+ "type": "any\n",
532
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
533
+ },
534
+ "v-autocomplete/transition": {
535
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
536
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
537
+ },
538
+ "v-autocomplete/no-data-text": {
539
+ "type": "string\n",
540
+ "description": "Text shown when no items are provided to the component."
541
+ },
542
+ "v-autocomplete/open-on-clear": {
543
+ "type": "boolean\n",
544
+ "description": "Open's the menu whenever the clear icon is clicked."
545
+ },
546
+ "v-autocomplete/item-color": {
547
+ "type": "string\n",
548
+ "description": "Sets color of selected items."
549
+ },
518
550
  "v-autocomplete/autofocus": {
519
551
  "type": "boolean\n",
520
552
  "description": "Enables autofocus."
@@ -579,10 +611,6 @@
579
611
  "type": "'horizontal' | 'vertical'\n",
580
612
  "description": "Changes the direction of the input."
581
613
  },
582
- "v-autocomplete/density": {
583
- "type": "'default' | 'comfortable' | 'compact'\n",
584
- "description": "Adjusts the vertical height used by the component."
585
- },
586
614
  "v-autocomplete/error": {
587
615
  "type": "boolean\n",
588
616
  "description": "Puts the input in a manual error state."
@@ -615,10 +643,6 @@
615
643
  "type": "boolean | 'auto'\n",
616
644
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
617
645
  },
618
- "v-autocomplete/bg-color": {
619
- "type": "string\n",
620
- "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)."
621
- },
622
646
  "v-autocomplete/clearable": {
623
647
  "type": "boolean\n",
624
648
  "description": "Allows for the component to be cleared."
@@ -631,14 +655,6 @@
631
655
  "type": "boolean\n",
632
656
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
633
657
  },
634
- "v-autocomplete/color": {
635
- "type": "string\n",
636
- "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)."
637
- },
638
- "v-autocomplete/base-color": {
639
- "type": "string\n",
640
- "description": "Sets the color of the input when it is not focused."
641
- },
642
658
  "v-autocomplete/persistent-clear": {
643
659
  "type": "boolean\n",
644
660
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
@@ -651,18 +667,10 @@
651
667
  "type": "boolean\n",
652
668
  "description": "Label does not move on focus/dirty."
653
669
  },
654
- "v-autocomplete/variant": {
655
- "type": " | 'underlined'\n | 'outlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n | 'plain'\n",
656
- "description": "Applies a distinct style to the component."
657
- },
658
670
  "v-autocomplete/loading": {
659
671
  "type": "string | boolean\n",
660
672
  "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
661
673
  },
662
- "v-autocomplete/rounded": {
663
- "type": "string | number | boolean\n",
664
- "description": "Adds a border radius to the input."
665
- },
666
674
  "v-autocomplete/counter-value": {
667
675
  "type": "number | ((value: any) => number)\n",
668
676
  "description": "Function returns the counter display text."
@@ -1991,6 +1999,10 @@
1991
1999
  "type": "boolean\n",
1992
2000
  "description": "Resizes the background image to cover the entire container."
1993
2001
  },
2002
+ "v-carousel-item/color": {
2003
+ "type": "string\n",
2004
+ "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)."
2005
+ },
1994
2006
  "v-carousel-item/draggable": {
1995
2007
  "type": "boolean | 'true' | 'false'\n",
1996
2008
  "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
@@ -2063,6 +2075,10 @@
2063
2075
  "type": "string | number\n",
2064
2076
  "description": "Sets the width for the component."
2065
2077
  },
2078
+ "v-carousel-item/rounded": {
2079
+ "type": "string | number | boolean\n",
2080
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
2081
+ },
2066
2082
  "v-carousel-item/transition": {
2067
2083
  "type": "string | boolean\n",
2068
2084
  "description": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition."
@@ -2197,7 +2213,7 @@
2197
2213
  },
2198
2214
  "v-checkbox/base-color": {
2199
2215
  "type": "string\n",
2200
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSelectionControl.json))"
2216
+ "description": "Sets the color of the input when it is not focused."
2201
2217
  },
2202
2218
  "v-checkbox/true-value": {
2203
2219
  "type": "any\n",
@@ -2261,7 +2277,7 @@
2261
2277
  },
2262
2278
  "v-checkbox-btn/base-color": {
2263
2279
  "type": "string\n",
2264
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSelectionControl.json))"
2280
+ "description": "Sets the color of the input when it is not focused."
2265
2281
  },
2266
2282
  "v-checkbox-btn/true-value": {
2267
2283
  "type": "any\n",
@@ -2471,6 +2487,10 @@
2471
2487
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
2472
2488
  "description": "Applies a distinct style to the component."
2473
2489
  },
2490
+ "v-chip-group/symbol": {
2491
+ "type": "any\n",
2492
+ "description": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/)."
2493
+ },
2474
2494
  "v-chip-group/column": {
2475
2495
  "type": "boolean\n",
2476
2496
  "description": "Remove horizontal pagination and wrap items as needed."
@@ -2483,6 +2503,34 @@
2483
2503
  "type": "(a: any, b: any) => boolean\n",
2484
2504
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2485
2505
  },
2506
+ "v-chip-group/center-active": {
2507
+ "type": "boolean\n",
2508
+ "description": "Forces the selected chip to be centered."
2509
+ },
2510
+ "v-chip-group/direction": {
2511
+ "type": "'horizontal' | 'vertical'\n",
2512
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSlideGroup.json))"
2513
+ },
2514
+ "v-chip-group/next-icon": {
2515
+ "type": "any\n",
2516
+ "description": "Specify the icon to use for the next icon."
2517
+ },
2518
+ "v-chip-group/prev-icon": {
2519
+ "type": "any\n",
2520
+ "description": "Specify the icon to use for the prev icon."
2521
+ },
2522
+ "v-chip-group/show-arrows": {
2523
+ "type": "string | boolean\n",
2524
+ "description": "Force the display of the pagination arrows."
2525
+ },
2526
+ "v-chip-group/mobile-breakpoint": {
2527
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
2528
+ "description": "Sets the designated mobile breakpoint for the component."
2529
+ },
2530
+ "v-chip-group/tag": {
2531
+ "type": "string\n",
2532
+ "description": "Specify a custom tag used on the root element."
2533
+ },
2486
2534
  "v-chip-group/model-value": {
2487
2535
  "type": "unknown\n",
2488
2536
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
@@ -2507,10 +2555,6 @@
2507
2555
  "type": "boolean | 'force'\n",
2508
2556
  "description": "Forces at least one item to always be selected (if available)."
2509
2557
  },
2510
- "v-chip-group/tag": {
2511
- "type": "string\n",
2512
- "description": "Specify a custom tag used on the root element."
2513
- },
2514
2558
  "v-chip-group/theme": {
2515
2559
  "type": "string\n",
2516
2560
  "description": "Specify a theme for this component and all of its children."
@@ -2703,6 +2747,14 @@
2703
2747
  "type": "boolean | 'exact'\n",
2704
2748
  "description": "When searching, will always highlight the first option and select it on blur. `exact` will only highlight and select exact matches."
2705
2749
  },
2750
+ "v-combobox/clear-on-select": {
2751
+ "type": "boolean\n",
2752
+ "description": "Reset the search text when a selection is made while using the **multiple** prop."
2753
+ },
2754
+ "v-combobox/type": {
2755
+ "type": "string\n",
2756
+ "description": "Sets input type."
2757
+ },
2706
2758
  "v-combobox/filter-mode": {
2707
2759
  "type": "'some' | 'every' | 'union' | 'intersection'\n",
2708
2760
  "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
@@ -2743,10 +2795,6 @@
2743
2795
  "type": "string\n",
2744
2796
  "description": "Text set to to the inputs `aria-label` and `title` when input menu is closed."
2745
2797
  },
2746
- "v-combobox/type": {
2747
- "type": "string\n",
2748
- "description": "Sets input type."
2749
- },
2750
2798
  "v-combobox/open-text": {
2751
2799
  "type": "string\n",
2752
2800
  "description": "Text set to to the inputs **aria-label** and **title** when input menu is open."
@@ -2763,57 +2811,29 @@
2763
2811
  "type": "boolean\n",
2764
2812
  "description": "Do not display in the select menu items that are already selected."
2765
2813
  },
2766
- "v-combobox/menu": {
2767
- "type": "boolean\n",
2768
- "description": "Renders with the menu open by default."
2769
- },
2770
- "v-combobox/menu-icon": {
2771
- "type": "any\n",
2772
- "description": "Sets the the spin icon."
2773
- },
2774
- "v-combobox/menu-props": {
2814
+ "v-combobox/list-props": {
2775
2815
  "type": "unknown\n",
2776
- "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended."
2816
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Select.json))"
2777
2817
  },
2778
- "v-combobox/id": {
2818
+ "v-combobox/base-color": {
2779
2819
  "type": "string\n",
2780
- "description": "Sets the DOM id on the component."
2820
+ "description": "Sets the color of the input when it is not focused."
2821
+ },
2822
+ "v-combobox/bg-color": {
2823
+ "type": "string\n",
2824
+ "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)."
2781
2825
  },
2782
2826
  "v-combobox/disabled": {
2783
2827
  "type": "boolean\n",
2784
2828
  "description": "Removes the ability to click or target the input."
2785
2829
  },
2786
- "v-combobox/model-value": {
2787
- "type": "any\n",
2788
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2789
- },
2790
- "v-combobox/theme": {
2791
- "type": "string\n",
2792
- "description": "Specify a theme for this component and all of its children."
2793
- },
2794
- "v-combobox/transition": {
2795
- "type": "string | boolean | (TransitionProps & { component: Component })\n",
2796
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
2797
- },
2798
- "v-combobox/name": {
2799
- "type": "string\n",
2800
- "description": "Sets the component's name attribute."
2801
- },
2802
2830
  "v-combobox/multiple": {
2803
2831
  "type": "boolean\n",
2804
2832
  "description": "Changes select to multiple. Accepts array for value."
2805
2833
  },
2806
- "v-combobox/no-data-text": {
2807
- "type": "string\n",
2808
- "description": "Text shown when no items are provided to the component."
2809
- },
2810
- "v-combobox/open-on-clear": {
2811
- "type": "boolean\n",
2812
- "description": "Open's the menu whenever the clear icon is clicked."
2813
- },
2814
- "v-combobox/item-color": {
2815
- "type": "string\n",
2816
- "description": "Sets color of selected items."
2834
+ "v-combobox/density": {
2835
+ "type": "'default' | 'comfortable' | 'compact'\n",
2836
+ "description": "Adjusts the vertical height used by the component."
2817
2837
  },
2818
2838
  "v-combobox/items": {
2819
2839
  "type": "any[]\n",
@@ -2828,7 +2848,7 @@
2828
2848
  "description": "Property on supplied `items` that contains its value."
2829
2849
  },
2830
2850
  "v-combobox/item-children": {
2831
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
2851
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
2832
2852
  "description": "Property on supplied `items` that contains its children."
2833
2853
  },
2834
2854
  "v-combobox/item-props": {
@@ -2843,6 +2863,62 @@
2843
2863
  "type": "(a: any, b: any) => boolean\n",
2844
2864
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2845
2865
  },
2866
+ "v-combobox/rounded": {
2867
+ "type": "string | number | boolean\n",
2868
+ "description": "Adds a border radius to the input."
2869
+ },
2870
+ "v-combobox/theme": {
2871
+ "type": "string\n",
2872
+ "description": "Specify a theme for this component and all of its children."
2873
+ },
2874
+ "v-combobox/color": {
2875
+ "type": "string\n",
2876
+ "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)."
2877
+ },
2878
+ "v-combobox/variant": {
2879
+ "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
2880
+ "description": "Applies a distinct style to the component."
2881
+ },
2882
+ "v-combobox/name": {
2883
+ "type": "string\n",
2884
+ "description": "Sets the component's name attribute."
2885
+ },
2886
+ "v-combobox/menu": {
2887
+ "type": "boolean\n",
2888
+ "description": "Renders with the menu open by default."
2889
+ },
2890
+ "v-combobox/menu-icon": {
2891
+ "type": "any\n",
2892
+ "description": "Sets the the spin icon."
2893
+ },
2894
+ "v-combobox/menu-props": {
2895
+ "type": "unknown\n",
2896
+ "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended."
2897
+ },
2898
+ "v-combobox/id": {
2899
+ "type": "string\n",
2900
+ "description": "Sets the DOM id on the component."
2901
+ },
2902
+ "v-combobox/model-value": {
2903
+ "type": "any\n",
2904
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2905
+ },
2906
+ "v-combobox/transition": {
2907
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
2908
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
2909
+ },
2910
+ "v-combobox/no-data-text": {
2911
+ "type": "string\n",
2912
+ "description": "Text shown when no items are provided to the component."
2913
+ },
2914
+ "v-combobox/open-on-clear": {
2915
+ "type": "boolean\n",
2916
+ "description": "Open's the menu whenever the clear icon is clicked."
2917
+ },
2918
+ "v-combobox/item-color": {
2919
+ "type": "string\n",
2920
+ "description": "Sets color of selected items."
2921
+ },
2846
2922
  "v-combobox/autofocus": {
2847
2923
  "type": "boolean\n",
2848
2924
  "description": "Enables autofocus."
@@ -2907,10 +2983,6 @@
2907
2983
  "type": "'horizontal' | 'vertical'\n",
2908
2984
  "description": "Changes the direction of the input."
2909
2985
  },
2910
- "v-combobox/density": {
2911
- "type": "'default' | 'comfortable' | 'compact'\n",
2912
- "description": "Adjusts the vertical height used by the component."
2913
- },
2914
2986
  "v-combobox/error": {
2915
2987
  "type": "boolean\n",
2916
2988
  "description": "Puts the input in a manual error state."
@@ -2943,10 +3015,6 @@
2943
3015
  "type": "boolean | 'auto'\n",
2944
3016
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
2945
3017
  },
2946
- "v-combobox/bg-color": {
2947
- "type": "string\n",
2948
- "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)."
2949
- },
2950
3018
  "v-combobox/clearable": {
2951
3019
  "type": "boolean\n",
2952
3020
  "description": "Allows for the component to be cleared."
@@ -2959,14 +3027,6 @@
2959
3027
  "type": "boolean\n",
2960
3028
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
2961
3029
  },
2962
- "v-combobox/color": {
2963
- "type": "string\n",
2964
- "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)."
2965
- },
2966
- "v-combobox/base-color": {
2967
- "type": "string\n",
2968
- "description": "Sets the color of the input when it is not focused."
2969
- },
2970
3030
  "v-combobox/persistent-clear": {
2971
3031
  "type": "boolean\n",
2972
3032
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
@@ -2979,18 +3039,10 @@
2979
3039
  "type": "boolean\n",
2980
3040
  "description": "Label does not move on focus/dirty."
2981
3041
  },
2982
- "v-combobox/variant": {
2983
- "type": " | 'underlined'\n | 'outlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n | 'plain'\n",
2984
- "description": "Applies a distinct style to the component."
2985
- },
2986
3042
  "v-combobox/loading": {
2987
3043
  "type": "string | boolean\n",
2988
3044
  "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
2989
3045
  },
2990
- "v-combobox/rounded": {
2991
- "type": "string | number | boolean\n",
2992
- "description": "Adds a border radius to the input."
2993
- },
2994
3046
  "v-combobox/counter-value": {
2995
3047
  "type": "number | ((value: any) => number)\n",
2996
3048
  "description": "Function returns the counter display text."
@@ -3064,11 +3116,11 @@
3064
3116
  "description": "An array of strings or objects used for automatically generating children components."
3065
3117
  },
3066
3118
  "v-data-iterator/item-value": {
3067
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
3119
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
3068
3120
  "description": "Property on supplied `items` that contains its value."
3069
3121
  },
3070
3122
  "v-data-iterator/item-selectable": {
3071
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
3123
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
3072
3124
  "description": "Property on supplied `items` that contains the boolean value indicating if the item is selectable."
3073
3125
  },
3074
3126
  "v-data-iterator/return-object": {
@@ -3159,6 +3211,10 @@
3159
3211
  "type": "string | number\n",
3160
3212
  "description": "Sets the width for the component."
3161
3213
  },
3214
+ "v-data-table/header-props": {
3215
+ "type": "unknown\n",
3216
+ "description": "Pass props to the default header. See [`v-data-table-header` API](/api/v-data-table-header) for more information."
3217
+ },
3162
3218
  "v-data-table/cell-props": {
3163
3219
  "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3164
3220
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))"
@@ -3168,7 +3224,7 @@
3168
3224
  "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
3169
3225
  },
3170
3226
  "v-data-table/headers": {
3171
- "type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
3227
+ "type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
3172
3228
  "description": "An array of objects that each describe a header column. See the example below for a definition of all properties."
3173
3229
  },
3174
3230
  "v-data-table/page": {
@@ -3404,7 +3460,7 @@
3404
3460
  "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
3405
3461
  },
3406
3462
  "v-data-table-rows/items": {
3407
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]\n",
3463
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L44-L50\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]\n",
3408
3464
  "description": "An array of strings or objects used for automatically generating children components."
3409
3465
  },
3410
3466
  "v-data-table-rows/no-data-text": {
@@ -3419,6 +3475,10 @@
3419
3475
  "type": "string | number\n",
3420
3476
  "description": "Sets the width for the component."
3421
3477
  },
3478
+ "v-data-table-server/header-props": {
3479
+ "type": "unknown\n",
3480
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3481
+ },
3422
3482
  "v-data-table-server/cell-props": {
3423
3483
  "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3424
3484
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))"
@@ -3428,7 +3488,7 @@
3428
3488
  "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
3429
3489
  },
3430
3490
  "v-data-table-server/headers": {
3431
- "type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
3491
+ "type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
3432
3492
  "description": "An array of objects that each describe a header column."
3433
3493
  },
3434
3494
  "v-data-table-server/items-length": {
@@ -3623,12 +3683,16 @@
3623
3683
  "type": "string | number\n",
3624
3684
  "description": "Sets the width for the component."
3625
3685
  },
3686
+ "v-data-table-virtual/header-props": {
3687
+ "type": "unknown\n",
3688
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3689
+ },
3626
3690
  "v-data-table-virtual/cell-props": {
3627
3691
  "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3628
3692
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))"
3629
3693
  },
3630
3694
  "v-data-table-virtual/headers": {
3631
- "type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
3695
+ "type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
3632
3696
  "description": "An array of objects that each describe a header column."
3633
3697
  },
3634
3698
  "v-data-table-virtual/loading": {
@@ -3839,9 +3903,9 @@
3839
3903
  "type": "boolean\n",
3840
3904
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3841
3905
  },
3842
- "v-date-picker/multiple": {
3906
+ "v-date-picker/range": {
3843
3907
  "type": "boolean\n",
3844
- "description": "Allow the selection of multiple dates."
3908
+ "description": "Allow the selection of date range."
3845
3909
  },
3846
3910
  "v-date-picker/show-week": {
3847
3911
  "type": "boolean\n",
@@ -3875,6 +3939,10 @@
3875
3939
  "type": "unknown\n",
3876
3940
  "description": "Minimum allowed date/month (ISO 8601 format)."
3877
3941
  },
3942
+ "v-date-picker/multiple": {
3943
+ "type": "boolean\n",
3944
+ "description": "Allow the selection of multiple dates."
3945
+ },
3878
3946
  "v-date-picker/height": {
3879
3947
  "type": "string | number\n",
3880
3948
  "description": "Sets the height for the component."
@@ -3991,7 +4059,7 @@
3991
4059
  "type": "boolean\n",
3992
4060
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3993
4061
  },
3994
- "v-date-picker-month/multiple": {
4062
+ "v-date-picker-month/range": {
3995
4063
  "type": "boolean\n",
3996
4064
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3997
4065
  },
@@ -4039,6 +4107,10 @@
4039
4107
  "type": "unknown\n",
4040
4108
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
4041
4109
  },
4110
+ "v-date-picker-month/multiple": {
4111
+ "type": "string | number | boolean\n",
4112
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4113
+ },
4042
4114
  "v-date-picker-months/color": {
4043
4115
  "type": "string\n",
4044
4116
  "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)."
@@ -4931,6 +5003,10 @@
4931
5003
  "type": "boolean\n",
4932
5004
  "description": "Resizes the background image to cover the entire container."
4933
5005
  },
5006
+ "v-img/color": {
5007
+ "type": "string\n",
5008
+ "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)."
5009
+ },
4934
5010
  "v-img/draggable": {
4935
5011
  "type": "boolean | 'true' | 'false'\n",
4936
5012
  "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
@@ -5003,6 +5079,10 @@
5003
5079
  "type": "string | number\n",
5004
5080
  "description": "Sets the width for the component."
5005
5081
  },
5082
+ "v-img/rounded": {
5083
+ "type": "string | number | boolean\n",
5084
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
5085
+ },
5006
5086
  "v-img/transition": {
5007
5087
  "type": "string | boolean | (TransitionProps & { component: Component })\n",
5008
5088
  "description": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition."
@@ -5323,6 +5403,14 @@
5323
5403
  "type": "boolean\n",
5324
5404
  "description": "Puts all children inputs into a disabled state."
5325
5405
  },
5406
+ "v-list/expand-icon": {
5407
+ "type": "string\n",
5408
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VList.json))"
5409
+ },
5410
+ "v-list/collapse-icon": {
5411
+ "type": "string\n",
5412
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VList.json))"
5413
+ },
5326
5414
  "v-list/lines": {
5327
5415
  "type": "false | 'one' | 'two' | 'three'\n",
5328
5416
  "description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
@@ -6513,7 +6601,7 @@
6513
6601
  },
6514
6602
  "v-radio/base-color": {
6515
6603
  "type": "string\n",
6516
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSelectionControl.json))"
6604
+ "description": "Sets the color of the input when it is not focused."
6517
6605
  },
6518
6606
  "v-radio/true-value": {
6519
6607
  "type": "any\n",
@@ -7247,65 +7335,37 @@
7247
7335
  "type": "boolean\n",
7248
7336
  "description": "Do not display in the select menu items that are already selected."
7249
7337
  },
7250
- "v-select/menu": {
7251
- "type": "boolean\n",
7252
- "description": "Renders with the menu open by default."
7253
- },
7254
- "v-select/menu-icon": {
7255
- "type": "any\n",
7256
- "description": "Sets the the spin icon."
7257
- },
7258
- "v-select/menu-props": {
7338
+ "v-select/list-props": {
7259
7339
  "type": "unknown\n",
7260
- "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended."
7340
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Select.json))"
7261
7341
  },
7262
- "v-select/flat": {
7263
- "type": "boolean\n",
7264
- "description": "Removes box shadow when using a variant with elevation."
7342
+ "v-select/base-color": {
7343
+ "type": "string\n",
7344
+ "description": "Sets the color of the input when it is not focused."
7265
7345
  },
7266
- "v-select/id": {
7346
+ "v-select/bg-color": {
7267
7347
  "type": "string\n",
7268
- "description": "Sets the DOM id on the component."
7348
+ "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)."
7269
7349
  },
7270
7350
  "v-select/disabled": {
7271
7351
  "type": "boolean\n",
7272
7352
  "description": "Removes the ability to click or target the input."
7273
7353
  },
7274
- "v-select/model-value": {
7275
- "type": "any\n",
7276
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7277
- },
7278
- "v-select/reverse": {
7279
- "type": "boolean\n",
7280
- "description": "Reverses the orientation."
7281
- },
7282
- "v-select/theme": {
7283
- "type": "string\n",
7284
- "description": "Specify a theme for this component and all of its children."
7285
- },
7286
- "v-select/transition": {
7287
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
7288
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
7289
- },
7290
- "v-select/name": {
7291
- "type": "string\n",
7292
- "description": "Sets the component's name attribute."
7293
- },
7294
7354
  "v-select/multiple": {
7295
7355
  "type": "boolean\n",
7296
7356
  "description": "Changes select to multiple. Accepts array for value."
7297
7357
  },
7298
- "v-select/no-data-text": {
7299
- "type": "string\n",
7300
- "description": "Text shown when no items are provided to the component."
7358
+ "v-select/reverse": {
7359
+ "type": "boolean\n",
7360
+ "description": "Reverses the orientation."
7301
7361
  },
7302
- "v-select/open-on-clear": {
7362
+ "v-select/flat": {
7303
7363
  "type": "boolean\n",
7304
- "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state."
7364
+ "description": "Removes box shadow when using a variant with elevation."
7305
7365
  },
7306
- "v-select/item-color": {
7307
- "type": "string\n",
7308
- "description": "Sets color of selected items."
7366
+ "v-select/density": {
7367
+ "type": "'default' | 'comfortable' | 'compact'\n",
7368
+ "description": "Adjusts the vertical height used by the component."
7309
7369
  },
7310
7370
  "v-select/items": {
7311
7371
  "type": "any[]\n",
@@ -7320,7 +7380,7 @@
7320
7380
  "description": "Set property of **items**'s value - **must be primitive**. Dot notation is supported. **Note:** This is currently not supported with `v-combobox` [GitHub Issue](https://github.com/vuetifyjs/vuetify/issues/5479)."
7321
7381
  },
7322
7382
  "v-select/item-children": {
7323
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
7383
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
7324
7384
  "description": "Property on supplied `items` that contains its children."
7325
7385
  },
7326
7386
  "v-select/item-props": {
@@ -7335,6 +7395,62 @@
7335
7395
  "type": "(a: any, b: any) => boolean\n",
7336
7396
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
7337
7397
  },
7398
+ "v-select/rounded": {
7399
+ "type": "string | number | boolean\n",
7400
+ "description": "Adds a border radius to the input."
7401
+ },
7402
+ "v-select/theme": {
7403
+ "type": "string\n",
7404
+ "description": "Specify a theme for this component and all of its children."
7405
+ },
7406
+ "v-select/color": {
7407
+ "type": "string\n",
7408
+ "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)."
7409
+ },
7410
+ "v-select/variant": {
7411
+ "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
7412
+ "description": "Applies a distinct style to the component."
7413
+ },
7414
+ "v-select/name": {
7415
+ "type": "string\n",
7416
+ "description": "Sets the component's name attribute."
7417
+ },
7418
+ "v-select/menu": {
7419
+ "type": "boolean\n",
7420
+ "description": "Renders with the menu open by default."
7421
+ },
7422
+ "v-select/menu-icon": {
7423
+ "type": "any\n",
7424
+ "description": "Sets the the spin icon."
7425
+ },
7426
+ "v-select/menu-props": {
7427
+ "type": "unknown\n",
7428
+ "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended."
7429
+ },
7430
+ "v-select/id": {
7431
+ "type": "string\n",
7432
+ "description": "Sets the DOM id on the component."
7433
+ },
7434
+ "v-select/model-value": {
7435
+ "type": "any\n",
7436
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7437
+ },
7438
+ "v-select/transition": {
7439
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
7440
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
7441
+ },
7442
+ "v-select/no-data-text": {
7443
+ "type": "string\n",
7444
+ "description": "Text shown when no items are provided to the component."
7445
+ },
7446
+ "v-select/open-on-clear": {
7447
+ "type": "boolean\n",
7448
+ "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state."
7449
+ },
7450
+ "v-select/item-color": {
7451
+ "type": "string\n",
7452
+ "description": "Sets color of selected items."
7453
+ },
7338
7454
  "v-select/autofocus": {
7339
7455
  "type": "boolean\n",
7340
7456
  "description": "Enables autofocus."
@@ -7399,10 +7515,6 @@
7399
7515
  "type": "'horizontal' | 'vertical'\n",
7400
7516
  "description": "Changes the direction of the input."
7401
7517
  },
7402
- "v-select/density": {
7403
- "type": "'default' | 'comfortable' | 'compact'\n",
7404
- "description": "Adjusts the vertical height used by the component."
7405
- },
7406
7518
  "v-select/error": {
7407
7519
  "type": "boolean\n",
7408
7520
  "description": "Puts the input in a manual error state."
@@ -7435,10 +7547,6 @@
7435
7547
  "type": "boolean | 'auto'\n",
7436
7548
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
7437
7549
  },
7438
- "v-select/bg-color": {
7439
- "type": "string\n",
7440
- "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)."
7441
- },
7442
7550
  "v-select/clearable": {
7443
7551
  "type": "boolean\n",
7444
7552
  "description": "Allows for the component to be cleared."
@@ -7451,14 +7559,6 @@
7451
7559
  "type": "boolean\n",
7452
7560
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
7453
7561
  },
7454
- "v-select/color": {
7455
- "type": "string\n",
7456
- "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)."
7457
- },
7458
- "v-select/base-color": {
7459
- "type": "string\n",
7460
- "description": "Sets the color of the input when it is not focused."
7461
- },
7462
7562
  "v-select/persistent-clear": {
7463
7563
  "type": "boolean\n",
7464
7564
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
@@ -7471,18 +7571,10 @@
7471
7571
  "type": "boolean\n",
7472
7572
  "description": "Label does not move on focus/dirty."
7473
7573
  },
7474
- "v-select/variant": {
7475
- "type": " | 'underlined'\n | 'outlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n | 'plain'\n",
7476
- "description": "Applies a distinct style to the component."
7477
- },
7478
7574
  "v-select/loading": {
7479
7575
  "type": "string | boolean\n",
7480
7576
  "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
7481
7577
  },
7482
- "v-select/rounded": {
7483
- "type": "string | number | boolean\n",
7484
- "description": "Adds a border radius to the input."
7485
- },
7486
7578
  "v-select/counter-value": {
7487
7579
  "type": "number | ((value: any) => number)\n",
7488
7580
  "description": "Function returns the counter display text."
@@ -7497,7 +7589,7 @@
7497
7589
  },
7498
7590
  "v-selection-control/base-color": {
7499
7591
  "type": "string\n",
7500
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSelectionControl.json))"
7592
+ "description": "Sets the color of the input when it is not focused."
7501
7593
  },
7502
7594
  "v-selection-control/true-value": {
7503
7595
  "type": "any\n",
@@ -8517,7 +8609,7 @@
8517
8609
  },
8518
8610
  "v-switch/indeterminate": {
8519
8611
  "type": "boolean\n",
8520
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSwitch.json))"
8612
+ "description": "Sets an indeterminate state for the switch."
8521
8613
  },
8522
8614
  "v-switch/inset": {
8523
8615
  "type": "boolean\n",
@@ -8625,7 +8717,7 @@
8625
8717
  },
8626
8718
  "v-switch/base-color": {
8627
8719
  "type": "string\n",
8628
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSelectionControl.json))"
8720
+ "description": "Sets the color of the input when it is not focused."
8629
8721
  },
8630
8722
  "v-switch/true-value": {
8631
8723
  "type": "any\n",