@vuetify/nightly 3.7.10-dev.2025-02-06 → 3.7.10-next.2025-02-04

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 (169) hide show
  1. package/CHANGELOG.md +6 -4
  2. package/dist/json/attributes.json +1172 -1172
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +140 -140
  5. package/dist/json/web-types.json +2088 -2088
  6. package/dist/vuetify-labs.css +25862 -27588
  7. package/dist/vuetify-labs.d.ts +54 -54
  8. package/dist/vuetify-labs.esm.js +7 -7
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +7 -7
  11. package/dist/vuetify-labs.min.css +3 -4
  12. package/dist/vuetify.css +22761 -24487
  13. package/dist/vuetify.d.ts +54 -54
  14. package/dist/vuetify.esm.js +7 -7
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +7 -7
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +3 -4
  19. package/dist/vuetify.min.js +5 -5
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.css +207 -215
  22. package/lib/components/VApp/VApp.css +16 -15
  23. package/lib/components/VAppBar/VAppBar.css +14 -12
  24. package/lib/components/VAutocomplete/VAutocomplete.css +86 -85
  25. package/lib/components/VAvatar/VAvatar.css +108 -106
  26. package/lib/components/VBadge/VBadge.css +77 -77
  27. package/lib/components/VBanner/VBanner.css +161 -166
  28. package/lib/components/VBottomNavigation/VBottomNavigation.css +64 -63
  29. package/lib/components/VBottomSheet/VBottomSheet.css +34 -31
  30. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +54 -57
  31. package/lib/components/VBtn/VBtn.css +385 -408
  32. package/lib/components/VBtn/VBtn.sass +4 -4
  33. package/lib/components/VBtnGroup/VBtnGroup.css +63 -64
  34. package/lib/components/VBtnToggle/VBtnToggle.css +16 -14
  35. package/lib/components/VCard/VCard.css +294 -302
  36. package/lib/components/VCarousel/VCarousel.css +63 -65
  37. package/lib/components/VCarousel/VCarousel.sass +1 -1
  38. package/lib/components/VCheckbox/VCheckbox.css +7 -5
  39. package/lib/components/VChip/VChip.css +378 -411
  40. package/lib/components/VChipGroup/VChipGroup.css +19 -18
  41. package/lib/components/VCode/VCode.css +10 -8
  42. package/lib/components/VColorPicker/VColorPicker.css +22 -22
  43. package/lib/components/VColorPicker/VColorPickerCanvas.css +24 -22
  44. package/lib/components/VColorPicker/VColorPickerEdit.css +29 -28
  45. package/lib/components/VColorPicker/VColorPickerPreview.css +69 -67
  46. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -2
  47. package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
  48. package/lib/components/VCombobox/VCombobox.css +86 -85
  49. package/lib/components/VCounter/VCounter.css +7 -5
  50. package/lib/components/VDataTable/VDataTable.css +189 -186
  51. package/lib/components/VDataTable/VDataTable.sass +20 -10
  52. package/lib/components/VDataTable/VDataTableFooter.css +33 -31
  53. package/lib/components/VDatePicker/VDatePicker.css +8 -6
  54. package/lib/components/VDatePicker/VDatePickerControls.css +54 -56
  55. package/lib/components/VDatePicker/VDatePickerHeader.css +56 -60
  56. package/lib/components/VDatePicker/VDatePickerMonth.css +51 -55
  57. package/lib/components/VDatePicker/VDatePickerMonths.css +20 -19
  58. package/lib/components/VDatePicker/VDatePickerYears.css +16 -15
  59. package/lib/components/VDialog/VDialog.css +98 -98
  60. package/lib/components/VDivider/VDivider.css +52 -52
  61. package/lib/components/VEmptyState/VEmptyState.css +62 -67
  62. package/lib/components/VExpansionPanel/VExpansionPanel.css +203 -209
  63. package/lib/components/VExpansionPanel/VExpansionPanel.sass +27 -25
  64. package/lib/components/VFab/VFab.css +78 -73
  65. package/lib/components/VFab/VFab.sass +5 -4
  66. package/lib/components/VField/VField.css +546 -587
  67. package/lib/components/VFileInput/VFileInput.css +31 -29
  68. package/lib/components/VFooter/VFooter.css +38 -36
  69. package/lib/components/VGrid/VGrid.css +565 -592
  70. package/lib/components/VIcon/VIcon.css +51 -52
  71. package/lib/components/VImg/VImg.css +50 -51
  72. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +36 -37
  73. package/lib/components/VInput/VInput.css +131 -142
  74. package/lib/components/VItemGroup/VItemGroup.css +7 -5
  75. package/lib/components/VKbd/VKbd.css +13 -11
  76. package/lib/components/VLabel/VLabel.css +16 -15
  77. package/lib/components/VLayout/VLayout.css +10 -8
  78. package/lib/components/VLayout/VLayoutItem.css +8 -7
  79. package/lib/components/VList/VList.css +104 -108
  80. package/lib/components/VList/VList.sass +1 -1
  81. package/lib/components/VList/VListItem.css +440 -452
  82. package/lib/components/VList/VListItem.sass +2 -1
  83. package/lib/components/VLocaleProvider/VLocaleProvider.css +4 -2
  84. package/lib/components/VMain/VMain.css +32 -30
  85. package/lib/components/VMenu/VMenu.css +21 -19
  86. package/lib/components/VMessages/VMessages.css +17 -15
  87. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +106 -108
  88. package/lib/components/VOtpInput/VOtpInput.css +56 -58
  89. package/lib/components/VOverlay/VOverlay.css +60 -63
  90. package/lib/components/VOverlay/VOverlay.sass +14 -13
  91. package/lib/components/VPagination/VPagination.css +10 -8
  92. package/lib/components/VParallax/VParallax.css +8 -6
  93. package/lib/components/VProgressCircular/VProgressCircular.css +95 -101
  94. package/lib/components/VProgressLinear/VProgressLinear.css +209 -222
  95. package/lib/components/VRadioGroup/VRadioGroup.css +14 -12
  96. package/lib/components/VRating/VRating.css +52 -53
  97. package/lib/components/VResponsive/VResponsive.css +25 -26
  98. package/lib/components/VSelect/VSelect.css +54 -52
  99. package/lib/components/VSelectionControl/VSelectionControl.css +98 -100
  100. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +10 -8
  101. package/lib/components/VSheet/VSheet.css +38 -36
  102. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +225 -224
  103. package/lib/components/VSlideGroup/VSlideGroup.css +53 -55
  104. package/lib/components/VSlider/VSlider.css +53 -57
  105. package/lib/components/VSlider/VSliderThumb.css +142 -153
  106. package/lib/components/VSlider/VSliderTrack.css +155 -174
  107. package/lib/components/VSnackbar/VSnackbar.css +140 -140
  108. package/lib/components/VSpeedDial/VSpeedDial.css +43 -41
  109. package/lib/components/VStepper/VStepper.css +55 -56
  110. package/lib/components/VStepper/VStepperItem.css +112 -115
  111. package/lib/components/VSwitch/VSwitch.css +129 -139
  112. package/lib/components/VSystemBar/VSystemBar.css +45 -43
  113. package/lib/components/VTable/VTable.css +140 -141
  114. package/lib/components/VTable/VTable.sass +4 -2
  115. package/lib/components/VTabs/VTab.css +30 -29
  116. package/lib/components/VTabs/VTabs.css +59 -65
  117. package/lib/components/VTextField/VTextField.css +65 -68
  118. package/lib/components/VTextarea/VTextarea.css +48 -40
  119. package/lib/components/VTextarea/VTextarea.sass +4 -2
  120. package/lib/components/VThemeProvider/VThemeProvider.css +5 -3
  121. package/lib/components/VTimeline/VTimeline.css +379 -427
  122. package/lib/components/VTimeline/VTimeline.sass +4 -13
  123. package/lib/components/VToolbar/VToolbar.css +136 -143
  124. package/lib/components/VTooltip/VTooltip.css +25 -21
  125. package/lib/components/VTooltip/VTooltip.sass +8 -6
  126. package/lib/components/VVirtualScroll/VVirtualScroll.css +11 -9
  127. package/lib/components/VWindow/VWindow.css +73 -70
  128. package/lib/composables/theme.js +4 -4
  129. package/lib/composables/theme.js.map +1 -1
  130. package/lib/directives/ripple/VRipple.css +38 -36
  131. package/lib/entry-bundler.js +1 -1
  132. package/lib/entry-bundler.js.map +1 -1
  133. package/lib/framework.d.ts +54 -54
  134. package/lib/framework.js +1 -1
  135. package/lib/framework.js.map +1 -1
  136. package/lib/labs/VCalendar/VCalendar.css +219 -225
  137. package/lib/labs/VCalendar/VCalendarDay.css +33 -32
  138. package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
  139. package/lib/labs/VCalendar/VCalendarInterval.css +43 -42
  140. package/lib/labs/VCalendar/VCalendarIntervalEvent.css +7 -5
  141. package/lib/labs/VCalendar/VCalendarMonthDay.css +61 -58
  142. package/lib/labs/VCalendar/VCalendarMonthDay.sass +3 -2
  143. package/lib/labs/VFileUpload/VFileUpload.css +70 -73
  144. package/lib/labs/VNumberInput/VNumberInput.css +40 -38
  145. package/lib/labs/VPicker/VPicker.css +53 -57
  146. package/lib/labs/VTimePicker/VTimePicker.css +9 -7
  147. package/lib/labs/VTimePicker/VTimePickerClock.css +126 -129
  148. package/lib/labs/VTimePicker/VTimePickerControls.css +102 -103
  149. package/lib/labs/VTreeview/VTreeviewItem.css +23 -21
  150. package/lib/labs/VTreeview/VTreeviewItem.sass +5 -4
  151. package/lib/styles/elements/_global.sass +1 -1
  152. package/lib/styles/generic/_colors.scss +3 -3
  153. package/lib/styles/generic/_layers.scss +13 -1
  154. package/lib/styles/generic/_transitions.scss +32 -32
  155. package/lib/styles/main.css +14667 -16140
  156. package/lib/styles/settings/_utilities.scss +0 -5
  157. package/lib/styles/settings/_variables.scss +1 -2
  158. package/lib/styles/tools/_border.sass +4 -4
  159. package/lib/styles/tools/_display.sass +0 -10
  160. package/lib/styles/tools/_elevation.sass +2 -2
  161. package/lib/styles/tools/_index.sass +0 -2
  162. package/lib/styles/tools/_layer.scss +4 -2
  163. package/lib/styles/tools/_position.sass +2 -2
  164. package/lib/styles/tools/_rounded.sass +2 -2
  165. package/lib/styles/tools/_utilities.sass +1 -5
  166. package/lib/styles/utilities/_elevation.scss +1 -1
  167. package/package.json +2 -2
  168. package/lib/styles/tools/_bootable.sass +0 -3
  169. package/lib/styles/tools/_radius.sass +0 -10
@@ -123,38 +123,34 @@
123
123
  "type": "string\n",
124
124
  "description": "Specify a theme for this component and all of its children."
125
125
  },
126
- "VAppBar/flat": {
127
- "type": "boolean\n",
128
- "description": "Removes the component's **box-shadow**."
129
- },
130
- "VAppBar/tag": {
131
- "type": "string | (new () => any) | FunctionalComponent\n",
132
- "description": "Specify a custom tag used on the root element."
133
- },
134
- "VAppBar/name": {
135
- "type": "string\n",
136
- "description": "Assign a specific name for layout registration."
137
- },
138
126
  "VAppBar/title": {
139
127
  "type": "string\n",
140
128
  "description": "Specify a title text for the component."
141
129
  },
142
- "VAppBar/theme": {
143
- "type": "string\n",
144
- "description": "Specify a theme for this component and all of its children."
145
- },
146
- "VAppBar/image": {
147
- "type": "string\n",
148
- "description": "Specifies a [v-img](/components/images) as the component's background."
149
- },
150
- "VAppBar/collapse": {
130
+ "VAppBar/flat": {
151
131
  "type": "boolean\n",
152
- "description": "Morphs the component into a collapsed state, reducing its maximum width."
132
+ "description": "Removes the component's **box-shadow**."
133
+ },
134
+ "VAppBar/border": {
135
+ "type": "string | number | boolean\n",
136
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
153
137
  },
154
138
  "VAppBar/model-value": {
155
139
  "type": "boolean\n",
156
140
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
157
141
  },
142
+ "VAppBar/density": {
143
+ "type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
144
+ "description": "Adjusts the vertical height used by the component."
145
+ },
146
+ "VAppBar/height": {
147
+ "type": "string | number\n",
148
+ "description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
149
+ },
150
+ "VAppBar/elevation": {
151
+ "type": "string | number\n",
152
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
153
+ },
158
154
  "VAppBar/location": {
159
155
  "type": "'top' | 'bottom'\n",
160
156
  "description": "Aligns the component towards the top or bottom."
@@ -163,13 +159,37 @@
163
159
  "type": "boolean\n",
164
160
  "description": "Applies position: absolute to the component."
165
161
  },
162
+ "VAppBar/rounded": {
163
+ "type": "string | number | boolean\n",
164
+ "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
165
+ },
166
+ "VAppBar/tile": {
167
+ "type": "boolean\n",
168
+ "description": "Removes any applied **border-radius** from the component."
169
+ },
170
+ "VAppBar/tag": {
171
+ "type": "string | (new () => any) | FunctionalComponent\n",
172
+ "description": "Specify a custom tag used on the root element."
173
+ },
174
+ "VAppBar/theme": {
175
+ "type": "string\n",
176
+ "description": "Specify a theme for this component and all of its children."
177
+ },
166
178
  "VAppBar/color": {
167
179
  "type": "string\n",
168
180
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
169
181
  },
170
- "VAppBar/density": {
171
- "type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
172
- "description": "Adjusts the vertical height used by the component."
182
+ "VAppBar/name": {
183
+ "type": "string\n",
184
+ "description": "Assign a specific name for layout registration."
185
+ },
186
+ "VAppBar/image": {
187
+ "type": "string\n",
188
+ "description": "Specifies a [v-img](/components/images) as the component's background."
189
+ },
190
+ "VAppBar/collapse": {
191
+ "type": "boolean\n",
192
+ "description": "Morphs the component into a collapsed state, reducing its maximum width."
173
193
  },
174
194
  "VAppBar/extended": {
175
195
  "type": "boolean\n",
@@ -183,26 +203,6 @@
183
203
  "type": "boolean\n",
184
204
  "description": "Applies **display: inline-flex** to the component."
185
205
  },
186
- "VAppBar/height": {
187
- "type": "string | number\n",
188
- "description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
189
- },
190
- "VAppBar/border": {
191
- "type": "string | number | boolean\n",
192
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
193
- },
194
- "VAppBar/elevation": {
195
- "type": "string | number\n",
196
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
197
- },
198
- "VAppBar/rounded": {
199
- "type": "string | number | boolean\n",
200
- "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
201
- },
202
- "VAppBar/tile": {
203
- "type": "boolean\n",
204
- "description": "Removes any applied **border-radius** from the component."
205
- },
206
206
  "VAppBar/order": {
207
207
  "type": "string | number\n",
208
208
  "description": "Adjust the order of the component in relation to its registration order."
@@ -431,26 +431,6 @@
431
431
  "type": "string\n",
432
432
  "description": "Sets the DOM id on the component."
433
433
  },
434
- "VAutocomplete/model-value": {
435
- "type": "any\n",
436
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
437
- },
438
- "VAutocomplete/color": {
439
- "type": "string\n",
440
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
441
- },
442
- "VAutocomplete/density": {
443
- "type": "'default' | 'comfortable' | 'compact'\n",
444
- "description": "Adjusts the vertical height used by the component."
445
- },
446
- "VAutocomplete/rounded": {
447
- "type": "string | number | boolean\n",
448
- "description": "Adds a border radius to the input."
449
- },
450
- "VAutocomplete/tile": {
451
- "type": "boolean\n",
452
- "description": "Removes any applied **border-radius** from the component."
453
- },
454
434
  "VAutocomplete/auto-select-first": {
455
435
  "type": "boolean | 'exact'\n",
456
436
  "description": "When searching, will always highlight the first option and select it on blur. `exact` will only highlight and select exact matches."
@@ -527,6 +507,10 @@
527
507
  "type": "boolean\n",
528
508
  "description": "Changes select to multiple. Accepts array for value."
529
509
  },
510
+ "VAutocomplete/density": {
511
+ "type": "'default' | 'comfortable' | 'compact'\n",
512
+ "description": "Adjusts the vertical height used by the component."
513
+ },
530
514
  "VAutocomplete/max-width": {
531
515
  "type": "string | number\n",
532
516
  "description": "Sets the maximum width for the component."
@@ -563,6 +547,18 @@
563
547
  "type": "(a: any, b: any) => boolean\n",
564
548
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
565
549
  },
550
+ "VAutocomplete/rounded": {
551
+ "type": "string | number | boolean\n",
552
+ "description": "Adds a border radius to the input."
553
+ },
554
+ "VAutocomplete/tile": {
555
+ "type": "boolean\n",
556
+ "description": "Removes any applied **border-radius** from the component."
557
+ },
558
+ "VAutocomplete/color": {
559
+ "type": "string\n",
560
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
561
+ },
566
562
  "VAutocomplete/variant": {
567
563
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
568
564
  "description": "Applies a distinct style to the component."
@@ -575,6 +571,10 @@
575
571
  "type": "unknown\n",
576
572
  "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."
577
573
  },
574
+ "VAutocomplete/model-value": {
575
+ "type": "any\n",
576
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
577
+ },
578
578
  "VAutocomplete/transition": {
579
579
  "type": "string | boolean | (TransitionProps & { component: Component })\n",
580
580
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
@@ -767,14 +767,14 @@
767
767
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
768
768
  "description": "Applies a distinct style to the component."
769
769
  },
770
- "VAvatar/size": {
771
- "type": "string | number\n",
772
- "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
773
- },
774
770
  "VAvatar/image": {
775
771
  "type": "string\n",
776
772
  "description": "Apply a specific image using [v-img](/components/images/)."
777
773
  },
774
+ "VAvatar/size": {
775
+ "type": "string | number\n",
776
+ "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
777
+ },
778
778
  "VBadge/icon": {
779
779
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
780
780
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
@@ -807,6 +807,10 @@
807
807
  "type": "string\n",
808
808
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
809
809
  },
810
+ "VBadge/floating": {
811
+ "type": "boolean\n",
812
+ "description": "Move the badge further away from the slotted content. Equivalent to an 8px offset."
813
+ },
810
814
  "VBadge/bordered": {
811
815
  "type": "boolean\n",
812
816
  "description": "Applies a **2px** by default and **1.5px** border around the badge when using the **dot** property."
@@ -819,10 +823,6 @@
819
823
  "type": "boolean\n",
820
824
  "description": "Reduce the size of the badge and hide its contents."
821
825
  },
822
- "VBadge/floating": {
823
- "type": "boolean\n",
824
- "description": "Move the badge further away from the slotted content. Equivalent to an 8px offset."
825
- },
826
826
  "VBadge/inline": {
827
827
  "type": "boolean\n",
828
828
  "description": "Display as an inline block instead of absolute position. **location**, **floating**, and **offset** will have no effect."
@@ -1011,6 +1011,10 @@
1011
1011
  "type": "string\n",
1012
1012
  "description": "Assign a specific name for layout registration."
1013
1013
  },
1014
+ "VBottomNavigation/order": {
1015
+ "type": "string | number\n",
1016
+ "description": "Adjust the order of the component in relation to its registration order."
1017
+ },
1014
1018
  "VBottomNavigation/active": {
1015
1019
  "type": "boolean\n",
1016
1020
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
@@ -1043,10 +1047,6 @@
1043
1047
  "type": "boolean\n",
1044
1048
  "description": "Force all [v-btn](/components/buttons) children to take up all available horizontal space."
1045
1049
  },
1046
- "VBottomNavigation/order": {
1047
- "type": "string | number\n",
1048
- "description": "Adjust the order of the component in relation to its registration order."
1049
- },
1050
1050
  "VBottomNavigation/multiple": {
1051
1051
  "type": "boolean\n",
1052
1052
  "description": "Allows one to select multiple items."
@@ -1339,38 +1339,6 @@
1339
1339
  "type": "any\n",
1340
1340
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
1341
1341
  },
1342
- "VBtn/location": {
1343
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
1344
- "description": "Specifies the component's location. Can combine by using a space separated string."
1345
- },
1346
- "VBtn/color": {
1347
- "type": "string\n",
1348
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
1349
- },
1350
- "VBtn/density": {
1351
- "type": "'default' | 'comfortable' | 'compact'\n",
1352
- "description": "Adjusts the vertical height used by the component."
1353
- },
1354
- "VBtn/height": {
1355
- "type": "string | number\n",
1356
- "description": "Sets the height for the component."
1357
- },
1358
- "VBtn/border": {
1359
- "type": "string | number | boolean\n",
1360
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
1361
- },
1362
- "VBtn/elevation": {
1363
- "type": "string | number\n",
1364
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
1365
- },
1366
- "VBtn/rounded": {
1367
- "type": "string | number | boolean\n",
1368
- "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
1369
- },
1370
- "VBtn/tile": {
1371
- "type": "boolean\n",
1372
- "description": "Removes any applied **border-radius** from the component."
1373
- },
1374
1342
  "VBtn/text": {
1375
1343
  "type": "string\n",
1376
1344
  "description": "Specify content text for the component."
@@ -1395,6 +1363,18 @@
1395
1363
  "type": "boolean\n",
1396
1364
  "description": "Reduces padding to 0 8px."
1397
1365
  },
1366
+ "VBtn/border": {
1367
+ "type": "string | number | boolean\n",
1368
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
1369
+ },
1370
+ "VBtn/density": {
1371
+ "type": "'default' | 'comfortable' | 'compact'\n",
1372
+ "description": "Adjusts the vertical height used by the component."
1373
+ },
1374
+ "VBtn/height": {
1375
+ "type": "string | number\n",
1376
+ "description": "Sets the height for the component."
1377
+ },
1398
1378
  "VBtn/max-height": {
1399
1379
  "type": "string | number\n",
1400
1380
  "description": "Sets the maximum height for the component."
@@ -1415,10 +1395,30 @@
1415
1395
  "type": "string | number\n",
1416
1396
  "description": "Sets the width for the component."
1417
1397
  },
1398
+ "VBtn/elevation": {
1399
+ "type": "string | number\n",
1400
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
1401
+ },
1402
+ "VBtn/rounded": {
1403
+ "type": "string | number | boolean\n",
1404
+ "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
1405
+ },
1406
+ "VBtn/tile": {
1407
+ "type": "boolean\n",
1408
+ "description": "Removes any applied **border-radius** from the component."
1409
+ },
1410
+ "VBtn/color": {
1411
+ "type": "string\n",
1412
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
1413
+ },
1418
1414
  "VBtn/variant": {
1419
1415
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1420
1416
  "description": "Applies a distinct style to the component."
1421
1417
  },
1418
+ "VBtn/location": {
1419
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
1420
+ "description": "Specifies the component's location. Can combine by using a space separated string."
1421
+ },
1422
1422
  "VBtn/block": {
1423
1423
  "type": "boolean\n",
1424
1424
  "description": "Expands the button to 100% of available space."
@@ -1633,7 +1633,7 @@
1633
1633
  },
1634
1634
  "VCalendar/first-day-of-week": {
1635
1635
  "type": "string | number\n",
1636
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
1636
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/calendar.json))"
1637
1637
  },
1638
1638
  "VCalendar/allowed-dates": {
1639
1639
  "type": "unknown[] | ((date: unknown) => boolean)\n",
@@ -1756,7 +1756,7 @@
1756
1756
  "description": "The icon to use for the prev button."
1757
1757
  },
1758
1758
  "VCalendarHeader/view-mode": {
1759
- "type": "'day' | 'month' | 'week'\n",
1759
+ "type": "'month' | 'day' | 'week'\n",
1760
1760
  "description": "The current view mode of the calendar."
1761
1761
  },
1762
1762
  "VCalendarInterval/day": {
@@ -1795,6 +1795,10 @@
1795
1795
  "type": "number\n",
1796
1796
  "description": "Index or position of the interval in the day view."
1797
1797
  },
1798
+ "VCalendarIntervalEvent/event": {
1799
+ "type": "unknown\n",
1800
+ "description": "The event object associated with this calendar interval."
1801
+ },
1798
1802
  "VCalendarIntervalEvent/interval-divisions": {
1799
1803
  "type": "number\n",
1800
1804
  "description": "Number of subdivisions within the interval for this event."
@@ -1815,10 +1819,6 @@
1815
1819
  "type": "unknown\n",
1816
1820
  "description": "The specific time interval this event is associated with."
1817
1821
  },
1818
- "VCalendarIntervalEvent/event": {
1819
- "type": "unknown\n",
1820
- "description": "The event object associated with this calendar interval."
1821
- },
1822
1822
  "VCalendarMonthDay/title": {
1823
1823
  "type": "string | number\n",
1824
1824
  "description": "Specify a title text for the component."
@@ -1827,14 +1827,14 @@
1827
1827
  "type": "string\n",
1828
1828
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
1829
1829
  },
1830
- "VCalendarMonthDay/disabled": {
1831
- "type": "boolean\n",
1832
- "description": "Removes the ability to click or target the component."
1833
- },
1834
1830
  "VCalendarMonthDay/active": {
1835
1831
  "type": "boolean\n",
1836
1832
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
1837
1833
  },
1834
+ "VCalendarMonthDay/disabled": {
1835
+ "type": "boolean\n",
1836
+ "description": "Removes the ability to click or target the component."
1837
+ },
1838
1838
  "VCalendarMonthDay/day": {
1839
1839
  "type": "unknown\n",
1840
1840
  "description": "Represents the specific day in the month view of the calendar."
@@ -1843,14 +1843,6 @@
1843
1843
  "type": "any[]\n",
1844
1844
  "description": "Array of events associated with this specific day."
1845
1845
  },
1846
- "VCard/title": {
1847
- "type": "string | number\n",
1848
- "description": "Specify a title text for the component."
1849
- },
1850
- "VCard/text": {
1851
- "type": "string | number\n",
1852
- "description": "Specify content text for the component."
1853
- },
1854
1846
  "VCard/flat": {
1855
1847
  "type": "boolean\n",
1856
1848
  "description": "Removes the card's elevation."
@@ -1863,17 +1855,45 @@
1863
1855
  "type": "boolean\n",
1864
1856
  "description": "Designates that the component is a link. This is automatic when using the href or to prop."
1865
1857
  },
1866
- "VCard/border": {
1867
- "type": "string | number | boolean\n",
1868
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
1869
- },
1870
- "VCard/density": {
1871
- "type": "'default' | 'comfortable' | 'compact'\n",
1872
- "description": "Adjusts the vertical height used by the component."
1858
+ "VCard/tag": {
1859
+ "type": "string | (new () => any) | FunctionalComponent\n",
1860
+ "description": "Specify a custom tag used on the root element."
1873
1861
  },
1874
- "VCard/height": {
1862
+ "VCard/title": {
1875
1863
  "type": "string | number\n",
1876
- "description": "Sets the height for the component."
1864
+ "description": "Specify a title text for the component."
1865
+ },
1866
+ "VCard/theme": {
1867
+ "type": "string\n",
1868
+ "description": "Specify a theme for this component and all of its children."
1869
+ },
1870
+ "VCard/text": {
1871
+ "type": "string | number\n",
1872
+ "description": "Specify content text for the component."
1873
+ },
1874
+ "VCard/exact": {
1875
+ "type": "boolean\n",
1876
+ "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."
1877
+ },
1878
+ "VCard/subtitle": {
1879
+ "type": "string | number\n",
1880
+ "description": "Specify a subtitle text for the component."
1881
+ },
1882
+ "VCard/disabled": {
1883
+ "type": "boolean\n",
1884
+ "description": "Removes the ability to click or target the component."
1885
+ },
1886
+ "VCard/border": {
1887
+ "type": "string | number | boolean\n",
1888
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
1889
+ },
1890
+ "VCard/density": {
1891
+ "type": "'default' | 'comfortable' | 'compact'\n",
1892
+ "description": "Adjusts the vertical height used by the component."
1893
+ },
1894
+ "VCard/height": {
1895
+ "type": "string | number\n",
1896
+ "description": "Sets the height for the component."
1877
1897
  },
1878
1898
  "VCard/max-height": {
1879
1899
  "type": "string | number\n",
@@ -1899,14 +1919,6 @@
1899
1919
  "type": "string | number\n",
1900
1920
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
1901
1921
  },
1902
- "VCard/location": {
1903
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
1904
- "description": "Specifies the component's location. Can combine by using a space separated string."
1905
- },
1906
- "VCard/position": {
1907
- "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
1908
- "description": "Sets the position for the component."
1909
- },
1910
1922
  "VCard/rounded": {
1911
1923
  "type": "string | number | boolean\n",
1912
1924
  "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
@@ -1915,50 +1927,42 @@
1915
1927
  "type": "boolean\n",
1916
1928
  "description": "Removes any applied **border-radius** from the component."
1917
1929
  },
1918
- "VCard/tag": {
1919
- "type": "string | (new () => any) | FunctionalComponent\n",
1920
- "description": "Specify a custom tag used on the root element."
1921
- },
1922
- "VCard/theme": {
1923
- "type": "string\n",
1924
- "description": "Specify a theme for this component and all of its children."
1925
- },
1926
1930
  "VCard/color": {
1927
1931
  "type": "string\n",
1928
1932
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
1929
1933
  },
1930
1934
  "VCard/variant": {
1931
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1935
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1932
1936
  "description": "Applies a distinct style to the component."
1933
1937
  },
1934
- "VCard/prepend-icon": {
1935
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1936
- "description": "Prepends a [v-icon](/components/icons/) component to the header."
1938
+ "VCard/location": {
1939
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
1940
+ "description": "Specifies the component's location. Can combine by using a space separated string."
1937
1941
  },
1938
1942
  "VCard/append-icon": {
1939
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1943
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
1940
1944
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
1941
1945
  },
1942
- "VCard/ripple": {
1943
- "type": "boolean | { class: string }\n",
1944
- "description": "Applies the [v-ripple](/directives/ripple) directive."
1945
- },
1946
- "VCard/disabled": {
1947
- "type": "boolean\n",
1948
- "description": "Removes the ability to click or target the component."
1946
+ "VCard/prepend-icon": {
1947
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
1948
+ "description": "Prepends a [v-icon](/components/icons/) component to the header."
1949
1949
  },
1950
1950
  "VCard/loading": {
1951
1951
  "type": "string | boolean\n",
1952
1952
  "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."
1953
1953
  },
1954
+ "VCard/ripple": {
1955
+ "type": "boolean | { class: string }\n",
1956
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
1957
+ },
1958
+ "VCard/position": {
1959
+ "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
1960
+ "description": "Sets the position for the component."
1961
+ },
1954
1962
  "VCard/href": {
1955
1963
  "type": "string\n",
1956
1964
  "description": "Designates the component as anchor and applies the **href** attribute."
1957
1965
  },
1958
- "VCard/exact": {
1959
- "type": "boolean\n",
1960
- "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
1961
- },
1962
1966
  "VCard/to": {
1963
1967
  "type": "RouteLocationRaw\n",
1964
1968
  "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."
@@ -1967,10 +1971,6 @@
1967
1971
  "type": "string\n",
1968
1972
  "description": "Apply a specific background image to the component."
1969
1973
  },
1970
- "VCard/subtitle": {
1971
- "type": "string | number\n",
1972
- "description": "Specify a subtitle text for the component."
1973
- },
1974
1974
  "VCard/append-avatar": {
1975
1975
  "type": "string\n",
1976
1976
  "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot."
@@ -1991,17 +1991,17 @@
1991
1991
  "type": "'default' | 'comfortable' | 'compact'\n",
1992
1992
  "description": "Adjusts the vertical height used by the component."
1993
1993
  },
1994
- "VCardItem/subtitle": {
1995
- "type": "string | number\n",
1996
- "description": "Specify a subtitle text for the component."
1994
+ "VCardItem/prepend-icon": {
1995
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1996
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
1997
1997
  },
1998
1998
  "VCardItem/append-icon": {
1999
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
1999
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2000
2000
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2001
2001
  },
2002
- "VCardItem/prepend-icon": {
2003
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
2004
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
2002
+ "VCardItem/subtitle": {
2003
+ "type": "string | number\n",
2004
+ "description": "Specify a subtitle text for the component."
2005
2005
  },
2006
2006
  "VCardItem/append-avatar": {
2007
2007
  "type": "string\n",
@@ -2047,18 +2047,6 @@
2047
2047
  "type": "string\n",
2048
2048
  "description": "Specify a theme for this component and all of its children."
2049
2049
  },
2050
- "VCarousel/model-value": {
2051
- "type": "unknown\n",
2052
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2053
- },
2054
- "VCarousel/color": {
2055
- "type": "string\n",
2056
- "description": "Applies a color to the navigation dots - 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)."
2057
- },
2058
- "VCarousel/height": {
2059
- "type": "string | number\n",
2060
- "description": "Sets the height for the component."
2061
- },
2062
2050
  "VCarousel/disabled": {
2063
2051
  "type": "boolean\n",
2064
2052
  "description": "Removes the ability to click or target the component."
@@ -2067,6 +2055,18 @@
2067
2055
  "type": "boolean | 'force'\n",
2068
2056
  "description": "Forces at least one item to always be selected (if available)."
2069
2057
  },
2058
+ "VCarousel/height": {
2059
+ "type": "string | number\n",
2060
+ "description": "Sets the height for the component."
2061
+ },
2062
+ "VCarousel/color": {
2063
+ "type": "string\n",
2064
+ "description": "Applies a color to the navigation dots - 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)."
2065
+ },
2066
+ "VCarousel/model-value": {
2067
+ "type": "unknown\n",
2068
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2069
+ },
2070
2070
  "VCarousel/direction": {
2071
2071
  "type": "'horizontal' | 'vertical'\n",
2072
2072
  "description": "The transition direction when changing windows."
@@ -2075,14 +2075,6 @@
2075
2075
  "type": "string\n",
2076
2076
  "description": "Configure the active CSS class applied when an item is selected."
2077
2077
  },
2078
- "VCarousel/next-icon": {
2079
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
2080
- "description": "The displayed icon for forcing pagination to the next item."
2081
- },
2082
- "VCarousel/prev-icon": {
2083
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
2084
- "description": "The displayed icon for forcing pagination to the previous item."
2085
- },
2086
2078
  "VCarousel/interval": {
2087
2079
  "type": "string | number\n",
2088
2080
  "description": "The duration between image cycles. Requires the **cycle** prop."
@@ -2107,6 +2099,14 @@
2107
2099
  "type": "boolean\n",
2108
2100
  "description": "Determines whether carousel is continuous."
2109
2101
  },
2102
+ "VCarousel/next-icon": {
2103
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
2104
+ "description": "The displayed icon for forcing pagination to the next item."
2105
+ },
2106
+ "VCarousel/prev-icon": {
2107
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
2108
+ "description": "The displayed icon for forcing pagination to the previous item."
2109
+ },
2110
2110
  "VCarousel/show-arrows": {
2111
2111
  "type": "string | boolean\n",
2112
2112
  "description": "Displays arrows for next/previous navigation."
@@ -2149,7 +2149,7 @@
2149
2149
  },
2150
2150
  "VCarouselItem/absolute": {
2151
2151
  "type": "boolean\n",
2152
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VImg.json))"
2152
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VImg.json))"
2153
2153
  },
2154
2154
  "VCarouselItem/rounded": {
2155
2155
  "type": "string | number | boolean\n",
@@ -2435,18 +2435,6 @@
2435
2435
  "type": "any\n",
2436
2436
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
2437
2437
  },
2438
- "VCheckboxBtn/model-value": {
2439
- "type": "unknown\n",
2440
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2441
- },
2442
- "VCheckboxBtn/color": {
2443
- "type": "string\n",
2444
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
2445
- },
2446
- "VCheckboxBtn/density": {
2447
- "type": "'default' | 'comfortable' | 'compact'\n",
2448
- "description": "Adjusts the vertical height used by the component."
2449
- },
2450
2438
  "VCheckboxBtn/base-color": {
2451
2439
  "type": "string\n",
2452
2440
  "description": "Sets the color of the input when it is not focused."
@@ -2459,10 +2447,22 @@
2459
2447
  "type": "boolean\n",
2460
2448
  "description": "Changes select to multiple. Accepts array for value."
2461
2449
  },
2450
+ "VCheckboxBtn/density": {
2451
+ "type": "'default' | 'comfortable' | 'compact'\n",
2452
+ "description": "Adjusts the vertical height used by the component."
2453
+ },
2462
2454
  "VCheckboxBtn/value-comparator": {
2463
2455
  "type": "(a: any, b: any) => boolean\n",
2464
2456
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2465
2457
  },
2458
+ "VCheckboxBtn/color": {
2459
+ "type": "string\n",
2460
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
2461
+ },
2462
+ "VCheckboxBtn/model-value": {
2463
+ "type": "unknown\n",
2464
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2465
+ },
2466
2466
  "VCheckboxBtn/readonly": {
2467
2467
  "type": "boolean\n",
2468
2468
  "description": "Puts input in readonly state."
@@ -2535,22 +2535,34 @@
2535
2535
  "type": "any\n",
2536
2536
  "description": "The value used when a child of a [v-chip-group](/components/chip-groups)."
2537
2537
  },
2538
- "VChip/model-value": {
2538
+ "VChip/text": {
2539
+ "type": "string\n",
2540
+ "description": "Specify content text for the component."
2541
+ },
2542
+ "VChip/exact": {
2539
2543
  "type": "boolean\n",
2540
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2544
+ "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."
2541
2545
  },
2542
- "VChip/color": {
2546
+ "VChip/base-color": {
2543
2547
  "type": "string\n",
2544
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
2548
+ "description": "Sets the color of component when not focused."
2545
2549
  },
2546
- "VChip/density": {
2547
- "type": "'default' | 'comfortable' | 'compact'\n",
2548
- "description": "Adjusts the vertical height used by the component."
2550
+ "VChip/active-class": {
2551
+ "type": "string\n",
2552
+ "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."
2553
+ },
2554
+ "VChip/disabled": {
2555
+ "type": "boolean\n",
2556
+ "description": "Removes the ability to click or target the component."
2549
2557
  },
2550
2558
  "VChip/border": {
2551
2559
  "type": "string | number | boolean\n",
2552
2560
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
2553
2561
  },
2562
+ "VChip/density": {
2563
+ "type": "'default' | 'comfortable' | 'compact'\n",
2564
+ "description": "Adjusts the vertical height used by the component."
2565
+ },
2554
2566
  "VChip/elevation": {
2555
2567
  "type": "string | number\n",
2556
2568
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -2563,30 +2575,18 @@
2563
2575
  "type": "boolean\n",
2564
2576
  "description": "Removes any applied **border-radius** from the component."
2565
2577
  },
2566
- "VChip/text": {
2567
- "type": "string\n",
2568
- "description": "Specify content text for the component."
2569
- },
2570
- "VChip/exact": {
2571
- "type": "boolean\n",
2572
- "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
2573
- },
2574
- "VChip/base-color": {
2575
- "type": "string\n",
2576
- "description": "Sets the color of component when not focused."
2577
- },
2578
- "VChip/active-class": {
2578
+ "VChip/color": {
2579
2579
  "type": "string\n",
2580
- "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."
2581
- },
2582
- "VChip/disabled": {
2583
- "type": "boolean\n",
2584
- "description": "Removes the ability to click or target the component."
2580
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
2585
2581
  },
2586
2582
  "VChip/variant": {
2587
2583
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
2588
2584
  "description": "Applies a distinct style to the component."
2589
2585
  },
2586
+ "VChip/model-value": {
2587
+ "type": "boolean\n",
2588
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2589
+ },
2590
2590
  "VChip/append-icon": {
2591
2591
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
2592
2592
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
@@ -2747,10 +2747,6 @@
2747
2747
  "type": "string | (new () => any) | FunctionalComponent\n",
2748
2748
  "description": "Specify a custom tag used on the root element."
2749
2749
  },
2750
- "VCol/order": {
2751
- "type": "string | number\n",
2752
- "description": "Sets the default [order](https://developer.mozilla.org/en-US/docs/Web/CSS/order) for the column."
2753
- },
2754
2750
  "VCol/offset": {
2755
2751
  "type": "string | number\n",
2756
2752
  "description": "Sets the default offset for the column."
@@ -2799,6 +2795,10 @@
2799
2795
  "type": "string | number\n",
2800
2796
  "description": "Changes the offset of the component on extra extra large and greater breakpoints."
2801
2797
  },
2798
+ "VCol/order": {
2799
+ "type": "string | number\n",
2800
+ "description": "Sets the default [order](https://developer.mozilla.org/en-US/docs/Web/CSS/order) for the column."
2801
+ },
2802
2802
  "VCol/order-sm": {
2803
2803
  "type": "string | number\n",
2804
2804
  "description": "Changes the order of the component on small and greater breakpoints."
@@ -2951,26 +2951,6 @@
2951
2951
  "type": "string\n",
2952
2952
  "description": "Sets the DOM id on the component."
2953
2953
  },
2954
- "VCombobox/model-value": {
2955
- "type": "any\n",
2956
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2957
- },
2958
- "VCombobox/color": {
2959
- "type": "string\n",
2960
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
2961
- },
2962
- "VCombobox/density": {
2963
- "type": "'default' | 'comfortable' | 'compact'\n",
2964
- "description": "Adjusts the vertical height used by the component."
2965
- },
2966
- "VCombobox/rounded": {
2967
- "type": "string | number | boolean\n",
2968
- "description": "Adds a border radius to the input."
2969
- },
2970
- "VCombobox/tile": {
2971
- "type": "boolean\n",
2972
- "description": "Removes any applied **border-radius** from the component."
2973
- },
2974
2954
  "VCombobox/auto-select-first": {
2975
2955
  "type": "boolean | 'exact'\n",
2976
2956
  "description": "When searching, will always highlight the first option and select it on blur. `exact` will only highlight and select exact matches."
@@ -3047,6 +3027,10 @@
3047
3027
  "type": "boolean\n",
3048
3028
  "description": "Changes select to multiple. Accepts array for value."
3049
3029
  },
3030
+ "VCombobox/density": {
3031
+ "type": "'default' | 'comfortable' | 'compact'\n",
3032
+ "description": "Adjusts the vertical height used by the component."
3033
+ },
3050
3034
  "VCombobox/max-width": {
3051
3035
  "type": "string | number\n",
3052
3036
  "description": "Sets the maximum width for the component."
@@ -3083,18 +3067,34 @@
3083
3067
  "type": "(a: any, b: any) => boolean\n",
3084
3068
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3085
3069
  },
3086
- "VCombobox/variant": {
3087
- "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
3088
- "description": "Applies a distinct style to the component."
3089
- },
3090
- "VCombobox/menu-icon": {
3091
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
3092
- "description": "Sets the the spin icon."
3070
+ "VCombobox/rounded": {
3071
+ "type": "string | number | boolean\n",
3072
+ "description": "Adds a border radius to the input."
3093
3073
  },
3094
- "VCombobox/menu-props": {
3074
+ "VCombobox/tile": {
3075
+ "type": "boolean\n",
3076
+ "description": "Removes any applied **border-radius** from the component."
3077
+ },
3078
+ "VCombobox/color": {
3079
+ "type": "string\n",
3080
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
3081
+ },
3082
+ "VCombobox/variant": {
3083
+ "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
3084
+ "description": "Applies a distinct style to the component."
3085
+ },
3086
+ "VCombobox/menu-icon": {
3087
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
3088
+ "description": "Sets the the spin icon."
3089
+ },
3090
+ "VCombobox/menu-props": {
3095
3091
  "type": "unknown\n",
3096
3092
  "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."
3097
3093
  },
3094
+ "VCombobox/model-value": {
3095
+ "type": "any\n",
3096
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3097
+ },
3098
3098
  "VCombobox/transition": {
3099
3099
  "type": "string | boolean | (TransitionProps & { component: Component })\n",
3100
3100
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
@@ -3319,70 +3319,50 @@
3319
3319
  "type": "string\n",
3320
3320
  "description": "Text input used to filter items."
3321
3321
  },
3322
- "VDataIterator/tag": {
3323
- "type": "string | (new () => any) | FunctionalComponent\n",
3324
- "description": "Specify a custom tag used on the root element."
3325
- },
3326
- "VDataIterator/items": {
3327
- "type": "unknown[]\n",
3328
- "description": "An array of strings or objects used for automatically generating children components."
3329
- },
3330
3322
  "VDataIterator/model-value": {
3331
3323
  "type": "any[]\n",
3332
3324
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3333
3325
  },
3334
- "VDataIterator/filter-mode": {
3335
- "type": "'every' | 'some' | 'union' | 'intersection'\n",
3336
- "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."
3326
+ "VDataIterator/tag": {
3327
+ "type": "string | (new () => any) | FunctionalComponent\n",
3328
+ "description": "Specify a custom tag used on the root element."
3337
3329
  },
3338
- "VDataIterator/no-filter": {
3330
+ "VDataIterator/loading": {
3339
3331
  "type": "boolean\n",
3340
- "description": "Disables all item filtering."
3341
- },
3342
- "VDataIterator/custom-filter": {
3343
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
3344
- "description": "Function to filter items."
3345
- },
3346
- "VDataIterator/custom-key-filter": {
3347
- "type": "unknown\n",
3348
- "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
3349
- },
3350
- "VDataIterator/filter-keys": {
3351
- "type": "string | string[]\n",
3352
- "description": "Array of specific keys to filter on the item."
3353
- },
3354
- "VDataIterator/select-strategy": {
3355
- "type": "'single' | 'page' | 'all'\n",
3356
- "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3332
+ "description": "If `true` and no items are provided, then a loading text will be shown."
3357
3333
  },
3358
- "VDataIterator/item-value": {
3359
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
3360
- "description": "Property on supplied `items` that contains its value."
3334
+ "VDataIterator/transition": {
3335
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component; hideOnLeave: boolean }\n",
3336
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3361
3337
  },
3362
- "VDataIterator/return-object": {
3363
- "type": "boolean\n",
3364
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3338
+ "VDataIterator/items": {
3339
+ "type": "unknown[]\n",
3340
+ "description": "An array of strings or objects used for automatically generating children components."
3365
3341
  },
3366
3342
  "VDataIterator/value-comparator": {
3367
3343
  "type": "(a: any, b: any) => boolean\n",
3368
3344
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3369
3345
  },
3370
- "VDataIterator/transition": {
3371
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component; hideOnLeave: boolean }\n",
3372
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3373
- },
3374
- "VDataIterator/loading": {
3375
- "type": "boolean\n",
3376
- "description": "If `true` and no items are provided, then a loading text will be shown."
3346
+ "VDataIterator/item-value": {
3347
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
3348
+ "description": "Property on supplied `items` that contains its value."
3377
3349
  },
3378
3350
  "VDataIterator/item-selectable": {
3379
3351
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
3380
3352
  "description": "Property on supplied `items` that contains the boolean value indicating if the item is selectable."
3381
3353
  },
3354
+ "VDataIterator/return-object": {
3355
+ "type": "boolean\n",
3356
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3357
+ },
3382
3358
  "VDataIterator/show-select": {
3383
3359
  "type": "boolean\n",
3384
3360
  "description": "Shows the column with checkboxes for selecting items in the list."
3385
3361
  },
3362
+ "VDataIterator/select-strategy": {
3363
+ "type": "'single' | 'page' | 'all'\n",
3364
+ "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3365
+ },
3386
3366
  "VDataIterator/page": {
3387
3367
  "type": "string | number\n",
3388
3368
  "description": "The current displayed page number (1-indexed)."
@@ -3423,13 +3403,69 @@
3423
3403
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
3424
3404
  "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."
3425
3405
  },
3406
+ "VDataIterator/filter-mode": {
3407
+ "type": "'every' | 'some' | 'union' | 'intersection'\n",
3408
+ "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."
3409
+ },
3410
+ "VDataIterator/no-filter": {
3411
+ "type": "boolean\n",
3412
+ "description": "Disables all item filtering."
3413
+ },
3414
+ "VDataIterator/custom-filter": {
3415
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
3416
+ "description": "Function to filter items."
3417
+ },
3418
+ "VDataIterator/custom-key-filter": {
3419
+ "type": "unknown\n",
3420
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
3421
+ },
3422
+ "VDataIterator/filter-keys": {
3423
+ "type": "string | string[]\n",
3424
+ "description": "Array of specific keys to filter on the item."
3425
+ },
3426
3426
  "VDataTable/search": {
3427
3427
  "type": "string\n",
3428
3428
  "description": "Text input used to filter items."
3429
3429
  },
3430
- "VDataTable/model-value": {
3430
+ "VDataTable/tag": {
3431
+ "type": "string | (new () => any) | FunctionalComponent\n",
3432
+ "description": "Specify a custom tag used on the root element."
3433
+ },
3434
+ "VDataTable/theme": {
3435
+ "type": "string\n",
3436
+ "description": "Specify a theme for this component and all of its children."
3437
+ },
3438
+ "VDataTable/items": {
3439
+ "type": "any[]\n",
3440
+ "description": "An array of strings or objects used for automatically generating children components."
3441
+ },
3442
+ "VDataTable/filter-mode": {
3443
+ "type": "'every' | 'some' | 'union' | 'intersection'\n",
3444
+ "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."
3445
+ },
3446
+ "VDataTable/no-filter": {
3447
+ "type": "boolean\n",
3448
+ "description": "Disables all item filtering."
3449
+ },
3450
+ "VDataTable/custom-filter": {
3451
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
3452
+ "description": "Function to filter items."
3453
+ },
3454
+ "VDataTable/custom-key-filter": {
3431
3455
  "type": "unknown\n",
3432
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3456
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
3457
+ },
3458
+ "VDataTable/filter-keys": {
3459
+ "type": "string | string[]\n",
3460
+ "description": "Array of specific keys to filter on the item."
3461
+ },
3462
+ "VDataTable/hide-no-data": {
3463
+ "type": "boolean\n",
3464
+ "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."
3465
+ },
3466
+ "VDataTable/select-strategy": {
3467
+ "type": "'single' | 'page' | 'all'\n",
3468
+ "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3433
3469
  },
3434
3470
  "VDataTable/density": {
3435
3471
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -3443,64 +3479,60 @@
3443
3479
  "type": "string | number\n",
3444
3480
  "description": "Sets the width for the component."
3445
3481
  },
3446
- "VDataTable/sticky": {
3447
- "type": "boolean\n",
3448
- "description": "Deprecated, use `fixed-header` instead."
3482
+ "VDataTable/item-value": {
3483
+ "type": "SelectItemKey<any>\n",
3484
+ "description": "Property on supplied `items` that contains its value."
3449
3485
  },
3450
- "VDataTable/tag": {
3451
- "type": "string | (new () => any) | FunctionalComponent\n",
3452
- "description": "Specify a custom tag used on the root element."
3486
+ "VDataTable/return-object": {
3487
+ "type": "boolean\n",
3488
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3453
3489
  },
3454
- "VDataTable/theme": {
3455
- "type": "string\n",
3456
- "description": "Specify a theme for this component and all of its children."
3490
+ "VDataTable/value-comparator": {
3491
+ "type": "(a: any, b: any) => boolean\n",
3492
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3457
3493
  },
3458
3494
  "VDataTable/color": {
3459
3495
  "type": "string\n",
3460
3496
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
3461
3497
  },
3498
+ "VDataTable/model-value": {
3499
+ "type": "unknown\n",
3500
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3501
+ },
3502
+ "VDataTable/no-data-text": {
3503
+ "type": "string\n",
3504
+ "description": "Text shown when no items are provided to the component."
3505
+ },
3462
3506
  "VDataTable/loading": {
3463
3507
  "type": "string | boolean\n",
3464
- "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."
3508
+ "description": "Displays `loading` slot if set to `true`"
3465
3509
  },
3466
- "VDataTable/mobile": {
3510
+ "VDataTable/sticky": {
3467
3511
  "type": "boolean\n",
3468
- "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
3469
- },
3470
- "VDataTable/mobile-breakpoint": {
3471
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3472
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3512
+ "description": "Deprecated, use `fixed-header` instead."
3473
3513
  },
3474
- "VDataTable/items": {
3475
- "type": "any[]\n",
3476
- "description": "An array of strings or objects used for automatically generating children components."
3514
+ "VDataTable/hover": {
3515
+ "type": "boolean\n",
3516
+ "description": "Adds a hover effects to a table rows."
3477
3517
  },
3478
3518
  "VDataTable/next-icon": {
3479
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3519
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
3480
3520
  "description": "Next icon."
3481
3521
  },
3482
3522
  "VDataTable/prev-icon": {
3483
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3523
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
3484
3524
  "description": "Previous icon."
3485
3525
  },
3486
- "VDataTable/hover": {
3487
- "type": "boolean\n",
3488
- "description": "Adds a hover effects to a table rows."
3489
- },
3490
- "VDataTable/value-comparator": {
3491
- "type": "(a: any, b: any) => boolean\n",
3492
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3493
- },
3494
3526
  "VDataTable/header-props": {
3495
3527
  "type": "unknown\n",
3496
3528
  "description": "Pass props to the default header. See [`v-data-table-headers` API](/api/v-data-table-headers) for more information."
3497
3529
  },
3498
3530
  "VDataTable/cell-props": {
3499
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3531
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3500
3532
  "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
3501
3533
  },
3502
3534
  "VDataTable/headers": {
3503
- "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<any>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
3535
+ "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<any>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
3504
3536
  "description": "An array of objects that each describe a header column. See the example below for a definition of all properties."
3505
3537
  },
3506
3538
  "VDataTable/page": {
@@ -3515,13 +3547,13 @@
3515
3547
  "type": "string\n",
3516
3548
  "description": "Text shown when the data is loading."
3517
3549
  },
3518
- "VDataTable/hide-no-data": {
3550
+ "VDataTable/mobile": {
3519
3551
  "type": "boolean\n",
3520
- "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."
3552
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
3521
3553
  },
3522
- "VDataTable/no-data-text": {
3523
- "type": "string\n",
3524
- "description": "Text shown when no items are provided to the component."
3554
+ "VDataTable/mobile-breakpoint": {
3555
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
3556
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3525
3557
  },
3526
3558
  "VDataTable/row-props": {
3527
3559
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
@@ -3555,26 +3587,14 @@
3555
3587
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
3556
3588
  "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."
3557
3589
  },
3558
- "VDataTable/item-value": {
3559
- "type": "SelectItemKey<any>\n",
3560
- "description": "Property on supplied `items` that contains its value."
3561
- },
3562
3590
  "VDataTable/item-selectable": {
3563
3591
  "type": "SelectItemKey<any>\n",
3564
3592
  "description": "Property on supplied `items` that indicates whether the item is selectable."
3565
3593
  },
3566
- "VDataTable/return-object": {
3567
- "type": "boolean\n",
3568
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3569
- },
3570
3594
  "VDataTable/show-select": {
3571
3595
  "type": "boolean\n",
3572
3596
  "description": "Shows the select checkboxes in both the header and rows (if using default rows)."
3573
3597
  },
3574
- "VDataTable/select-strategy": {
3575
- "type": "'page' | 'single' | 'all'\n",
3576
- "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3577
- },
3578
3598
  "VDataTable/sort-by": {
3579
3599
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
3580
3600
  "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier."
@@ -3600,43 +3620,23 @@
3600
3620
  "description": "Fixed header to top of table."
3601
3621
  },
3602
3622
  "VDataTable/sort-asc-icon": {
3603
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3623
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
3604
3624
  "description": "Icon used for ascending sort button."
3605
3625
  },
3606
3626
  "VDataTable/sort-desc-icon": {
3607
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3627
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
3608
3628
  "description": "Icon used for descending sort button."
3609
3629
  },
3610
3630
  "VDataTable/fixed-footer": {
3611
3631
  "type": "boolean\n",
3612
3632
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
3613
3633
  },
3614
- "VDataTable/filter-mode": {
3615
- "type": "'every' | 'some' | 'union' | 'intersection'\n",
3616
- "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."
3617
- },
3618
- "VDataTable/no-filter": {
3619
- "type": "boolean\n",
3620
- "description": "Disables all item filtering."
3621
- },
3622
- "VDataTable/custom-filter": {
3623
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
3624
- "description": "Function to filter items."
3625
- },
3626
- "VDataTable/custom-key-filter": {
3627
- "type": "unknown\n",
3628
- "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
3629
- },
3630
- "VDataTable/filter-keys": {
3631
- "type": "string | string[]\n",
3632
- "description": "Array of specific keys to filter on the item."
3633
- },
3634
3634
  "VDataTable/first-icon": {
3635
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3635
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
3636
3636
  "description": "First icon."
3637
3637
  },
3638
3638
  "VDataTable/last-icon": {
3639
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3639
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
3640
3640
  "description": "Last icon."
3641
3641
  },
3642
3642
  "VDataTable/items-per-page-text": {
@@ -3672,19 +3672,19 @@
3672
3672
  "description": "Show current page number between prev/next icons."
3673
3673
  },
3674
3674
  "VDataTableFooter/next-icon": {
3675
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
3675
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3676
3676
  "description": "Next icon."
3677
3677
  },
3678
3678
  "VDataTableFooter/prev-icon": {
3679
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
3679
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3680
3680
  "description": "Previous icon."
3681
3681
  },
3682
3682
  "VDataTableFooter/first-icon": {
3683
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
3683
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3684
3684
  "description": "First icon."
3685
3685
  },
3686
3686
  "VDataTableFooter/last-icon": {
3687
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
3687
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3688
3688
  "description": "Last icon."
3689
3689
  },
3690
3690
  "VDataTableFooter/items-per-page-text": {
@@ -3719,6 +3719,10 @@
3719
3719
  "type": "boolean\n",
3720
3720
  "description": "Show current page number between prev/next icons."
3721
3721
  },
3722
+ "VDataTableHeaders/sticky": {
3723
+ "type": "boolean\n",
3724
+ "description": "Deprecated, use `fixed-header` instead."
3725
+ },
3722
3726
  "VDataTableHeaders/color": {
3723
3727
  "type": "string\n",
3724
3728
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
@@ -3727,17 +3731,21 @@
3727
3731
  "type": "string | boolean\n",
3728
3732
  "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."
3729
3733
  },
3730
- "VDataTableHeaders/sticky": {
3734
+ "VDataTableHeaders/mobile": {
3731
3735
  "type": "boolean\n",
3732
- "description": "Deprecated, use `fixed-header` instead."
3736
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
3737
+ },
3738
+ "VDataTableHeaders/mobile-breakpoint": {
3739
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3740
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3733
3741
  },
3734
3742
  "VDataTableHeaders/multi-sort": {
3735
3743
  "type": "boolean\n",
3736
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3744
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3737
3745
  },
3738
3746
  "VDataTableHeaders/header-props": {
3739
3747
  "type": "unknown\n",
3740
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3748
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3741
3749
  },
3742
3750
  "VDataTableHeaders/disable-sort": {
3743
3751
  "type": "boolean\n",
@@ -3748,19 +3756,19 @@
3748
3756
  "description": "Sticks the header to the top of the table."
3749
3757
  },
3750
3758
  "VDataTableHeaders/sort-asc-icon": {
3751
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
3759
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3752
3760
  "description": "Icon used for ascending sort button."
3753
3761
  },
3754
3762
  "VDataTableHeaders/sort-desc-icon": {
3755
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
3763
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3756
3764
  "description": "Icon used for descending sort button."
3757
3765
  },
3758
- "VDataTableHeaders/mobile": {
3766
+ "VDataTableRow/mobile": {
3759
3767
  "type": "boolean\n",
3760
3768
  "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
3761
3769
  },
3762
- "VDataTableHeaders/mobile-breakpoint": {
3763
- "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
3770
+ "VDataTableRow/mobile-breakpoint": {
3771
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3764
3772
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3765
3773
  },
3766
3774
  "VDataTableRow/item": {
@@ -3768,53 +3776,45 @@
3768
3776
  "description": "Data (key, index and column values) of the displayed item."
3769
3777
  },
3770
3778
  "VDataTableRow/cell-props": {
3771
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3779
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3772
3780
  "description": "Props to be applied to the cell."
3773
3781
  },
3774
- "VDataTableRow/mobile": {
3775
- "type": "boolean\n",
3776
- "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
3777
- },
3778
- "VDataTableRow/mobile-breakpoint": {
3779
- "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
3780
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3781
- },
3782
3782
  "VDataTableRow/index": {
3783
3783
  "type": "number\n",
3784
3784
  "description": "Row index."
3785
3785
  },
3786
- "VDataTableRows/items": {
3787
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L46-L52\" 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",
3788
- "description": "An array of strings or objects used for automatically generating children components."
3789
- },
3790
- "VDataTableRows/hide-no-data": {
3791
- "type": "boolean\n",
3792
- "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."
3793
- },
3794
- "VDataTableRows/no-data-text": {
3795
- "type": "string\n",
3796
- "description": "Text shown when no items are provided to the component."
3797
- },
3798
3786
  "VDataTableRows/loading": {
3799
3787
  "type": "string | boolean\n",
3800
3788
  "description": "Displays `loading` slot if set to `true`"
3801
3789
  },
3802
- "VDataTableRows/cell-props": {
3803
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3804
- "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
3805
- },
3806
3790
  "VDataTableRows/mobile": {
3807
3791
  "type": "boolean\n",
3808
3792
  "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
3809
3793
  },
3810
3794
  "VDataTableRows/mobile-breakpoint": {
3811
- "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
3795
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3812
3796
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3813
3797
  },
3798
+ "VDataTableRows/items": {
3799
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L46-L52\" 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",
3800
+ "description": "An array of strings or objects used for automatically generating children components."
3801
+ },
3802
+ "VDataTableRows/cell-props": {
3803
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3804
+ "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
3805
+ },
3814
3806
  "VDataTableRows/loading-text": {
3815
3807
  "type": "string\n",
3816
3808
  "description": "Text shown when the data is loading."
3817
3809
  },
3810
+ "VDataTableRows/hide-no-data": {
3811
+ "type": "boolean\n",
3812
+ "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."
3813
+ },
3814
+ "VDataTableRows/no-data-text": {
3815
+ "type": "string\n",
3816
+ "description": "Text shown when no items are provided to the component."
3817
+ },
3818
3818
  "VDataTableRows/row-props": {
3819
3819
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3820
3820
  "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
@@ -3823,9 +3823,25 @@
3823
3823
  "type": "string\n",
3824
3824
  "description": "Text input used to filter items."
3825
3825
  },
3826
- "VDataTableServer/model-value": {
3827
- "type": "unknown\n",
3828
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3826
+ "VDataTableServer/tag": {
3827
+ "type": "string | (new () => any) | FunctionalComponent\n",
3828
+ "description": "Specify a custom tag used on the root element."
3829
+ },
3830
+ "VDataTableServer/theme": {
3831
+ "type": "string\n",
3832
+ "description": "Specify a theme for this component and all of its children."
3833
+ },
3834
+ "VDataTableServer/items": {
3835
+ "type": "any[]\n",
3836
+ "description": "An array of strings or objects used for automatically generating children components."
3837
+ },
3838
+ "VDataTableServer/hide-no-data": {
3839
+ "type": "boolean\n",
3840
+ "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."
3841
+ },
3842
+ "VDataTableServer/select-strategy": {
3843
+ "type": "'single' | 'page' | 'all'\n",
3844
+ "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3829
3845
  },
3830
3846
  "VDataTableServer/density": {
3831
3847
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -3839,64 +3855,60 @@
3839
3855
  "type": "string | number\n",
3840
3856
  "description": "Sets the width for the component."
3841
3857
  },
3842
- "VDataTableServer/sticky": {
3843
- "type": "boolean\n",
3844
- "description": "Deprecated, use `fixed-header` instead."
3858
+ "VDataTableServer/item-value": {
3859
+ "type": "SelectItemKey<any>\n",
3860
+ "description": "Property on supplied `items` that contains its value."
3845
3861
  },
3846
- "VDataTableServer/tag": {
3847
- "type": "string | (new () => any) | FunctionalComponent\n",
3848
- "description": "Specify a custom tag used on the root element."
3862
+ "VDataTableServer/return-object": {
3863
+ "type": "boolean\n",
3864
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3849
3865
  },
3850
- "VDataTableServer/theme": {
3851
- "type": "string\n",
3852
- "description": "Specify a theme for this component and all of its children."
3866
+ "VDataTableServer/value-comparator": {
3867
+ "type": "(a: any, b: any) => boolean\n",
3868
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3853
3869
  },
3854
3870
  "VDataTableServer/color": {
3855
3871
  "type": "string\n",
3856
3872
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
3857
3873
  },
3874
+ "VDataTableServer/model-value": {
3875
+ "type": "unknown\n",
3876
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3877
+ },
3878
+ "VDataTableServer/no-data-text": {
3879
+ "type": "string\n",
3880
+ "description": "Text shown when no items are provided to the component."
3881
+ },
3858
3882
  "VDataTableServer/loading": {
3859
3883
  "type": "string | boolean\n",
3860
- "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."
3884
+ "description": "Displays `loading` slot if set to `true`"
3861
3885
  },
3862
- "VDataTableServer/mobile": {
3886
+ "VDataTableServer/sticky": {
3863
3887
  "type": "boolean\n",
3864
- "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
3865
- },
3866
- "VDataTableServer/mobile-breakpoint": {
3867
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3868
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3888
+ "description": "Deprecated, use `fixed-header` instead."
3869
3889
  },
3870
- "VDataTableServer/items": {
3871
- "type": "any[]\n",
3872
- "description": "An array of strings or objects used for automatically generating children components."
3890
+ "VDataTableServer/hover": {
3891
+ "type": "boolean\n",
3892
+ "description": "Will add a hover effect to a table's row when the mouse is over it."
3873
3893
  },
3874
3894
  "VDataTableServer/next-icon": {
3875
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3895
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
3876
3896
  "description": "Next icon."
3877
3897
  },
3878
3898
  "VDataTableServer/prev-icon": {
3879
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3899
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
3880
3900
  "description": "Previous icon."
3881
3901
  },
3882
- "VDataTableServer/hover": {
3883
- "type": "boolean\n",
3884
- "description": "Will add a hover effect to a table's row when the mouse is over it."
3885
- },
3886
- "VDataTableServer/value-comparator": {
3887
- "type": "(a: any, b: any) => boolean\n",
3888
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3889
- },
3890
3902
  "VDataTableServer/header-props": {
3891
3903
  "type": "unknown\n",
3892
3904
  "description": "Pass props to the default header. See [`v-data-table-server` API](/api/v-data-table-server) for more information."
3893
3905
  },
3894
3906
  "VDataTableServer/cell-props": {
3895
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3907
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3896
3908
  "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
3897
3909
  },
3898
3910
  "VDataTableServer/headers": {
3899
- "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
3911
+ "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
3900
3912
  "description": "An array of objects that each describe a header column."
3901
3913
  },
3902
3914
  "VDataTableServer/page": {
@@ -3911,13 +3923,13 @@
3911
3923
  "type": "string\n",
3912
3924
  "description": "Text shown when the data is loading."
3913
3925
  },
3914
- "VDataTableServer/hide-no-data": {
3926
+ "VDataTableServer/mobile": {
3915
3927
  "type": "boolean\n",
3916
- "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."
3928
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
3917
3929
  },
3918
- "VDataTableServer/no-data-text": {
3919
- "type": "string\n",
3920
- "description": "Text shown when no items are provided to the component."
3930
+ "VDataTableServer/mobile-breakpoint": {
3931
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
3932
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3921
3933
  },
3922
3934
  "VDataTableServer/row-props": {
3923
3935
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
@@ -3925,15 +3937,15 @@
3925
3937
  },
3926
3938
  "VDataTableServer/hide-default-body": {
3927
3939
  "type": "boolean\n",
3928
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
3940
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/DataTable.json))"
3929
3941
  },
3930
3942
  "VDataTableServer/hide-default-footer": {
3931
3943
  "type": "boolean\n",
3932
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
3944
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/DataTable.json))"
3933
3945
  },
3934
3946
  "VDataTableServer/hide-default-header": {
3935
3947
  "type": "boolean\n",
3936
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
3948
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/DataTable.json))"
3937
3949
  },
3938
3950
  "VDataTableServer/expand-on-click": {
3939
3951
  "type": "boolean\n",
@@ -3951,26 +3963,14 @@
3951
3963
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
3952
3964
  "description": "Defines the grouping of the table items."
3953
3965
  },
3954
- "VDataTableServer/item-value": {
3955
- "type": "SelectItemKey<any>\n",
3956
- "description": "Property on supplied `items` that contains its value."
3957
- },
3958
3966
  "VDataTableServer/item-selectable": {
3959
3967
  "type": "SelectItemKey<any>\n",
3960
3968
  "description": "Property on supplied `items` that indicates whether the item is selectable."
3961
3969
  },
3962
- "VDataTableServer/return-object": {
3963
- "type": "boolean\n",
3964
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3965
- },
3966
3970
  "VDataTableServer/show-select": {
3967
3971
  "type": "boolean\n",
3968
3972
  "description": "Shows the column with checkboxes for selecting items in the list."
3969
3973
  },
3970
- "VDataTableServer/select-strategy": {
3971
- "type": "'page' | 'single' | 'all'\n",
3972
- "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3973
- },
3974
3974
  "VDataTableServer/sort-by": {
3975
3975
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
3976
3976
  "description": "Array of column keys and sort orders that determines the sort order of the table."
@@ -3996,11 +3996,11 @@
3996
3996
  "description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table."
3997
3997
  },
3998
3998
  "VDataTableServer/sort-asc-icon": {
3999
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3999
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
4000
4000
  "description": "Icon used for ascending sort button."
4001
4001
  },
4002
4002
  "VDataTableServer/sort-desc-icon": {
4003
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4003
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
4004
4004
  "description": "Icon used for descending sort button."
4005
4005
  },
4006
4006
  "VDataTableServer/fixed-footer": {
@@ -4008,11 +4008,11 @@
4008
4008
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
4009
4009
  },
4010
4010
  "VDataTableServer/first-icon": {
4011
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4011
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
4012
4012
  "description": "First icon."
4013
4013
  },
4014
4014
  "VDataTableServer/last-icon": {
4015
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4015
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
4016
4016
  "description": "Last icon."
4017
4017
  },
4018
4018
  "VDataTableServer/items-per-page-text": {
@@ -4055,26 +4055,10 @@
4055
4055
  "type": "string\n",
4056
4056
  "description": "Text input used to filter items."
4057
4057
  },
4058
- "VDataTableVirtual/tag": {
4059
- "type": "string | (new () => any) | FunctionalComponent\n",
4060
- "description": "Specify a custom tag used on the root element."
4061
- },
4062
- "VDataTableVirtual/theme": {
4063
- "type": "string\n",
4064
- "description": "Specify a theme for this component and all of its children."
4065
- },
4066
- "VDataTableVirtual/items": {
4067
- "type": "any[]\n",
4068
- "description": "An array of strings or objects used for automatically generating children components."
4069
- },
4070
4058
  "VDataTableVirtual/model-value": {
4071
4059
  "type": "unknown\n",
4072
4060
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4073
4061
  },
4074
- "VDataTableVirtual/color": {
4075
- "type": "string\n",
4076
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
4077
- },
4078
4062
  "VDataTableVirtual/density": {
4079
4063
  "type": "'default' | 'comfortable' | 'compact'\n",
4080
4064
  "description": "Adjusts the vertical height used by the component."
@@ -4083,73 +4067,65 @@
4083
4067
  "type": "string | number\n",
4084
4068
  "description": "Use the height prop to set the height of the table."
4085
4069
  },
4086
- "VDataTableVirtual/filter-mode": {
4087
- "type": "'every' | 'some' | 'union' | 'intersection'\n",
4088
- "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."
4070
+ "VDataTableVirtual/width": {
4071
+ "type": "string | number\n",
4072
+ "description": "Sets the width for the component."
4089
4073
  },
4090
- "VDataTableVirtual/no-filter": {
4074
+ "VDataTableVirtual/sticky": {
4091
4075
  "type": "boolean\n",
4092
- "description": "Disables all item filtering."
4076
+ "description": "Deprecated, use `fixed-header` instead."
4093
4077
  },
4094
- "VDataTableVirtual/custom-filter": {
4095
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
4096
- "description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted."
4078
+ "VDataTableVirtual/tag": {
4079
+ "type": "string | (new () => any) | FunctionalComponent\n",
4080
+ "description": "Specify a custom tag used on the root element."
4097
4081
  },
4098
- "VDataTableVirtual/custom-key-filter": {
4099
- "type": "unknown\n",
4100
- "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
4082
+ "VDataTableVirtual/theme": {
4083
+ "type": "string\n",
4084
+ "description": "Specify a theme for this component and all of its children."
4101
4085
  },
4102
- "VDataTableVirtual/filter-keys": {
4103
- "type": "string | string[]\n",
4104
- "description": "Array of specific keys to filter on the item."
4086
+ "VDataTableVirtual/color": {
4087
+ "type": "string\n",
4088
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
4105
4089
  },
4106
- "VDataTableVirtual/hide-no-data": {
4090
+ "VDataTableVirtual/loading": {
4091
+ "type": "string | boolean\n",
4092
+ "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."
4093
+ },
4094
+ "VDataTableVirtual/mobile": {
4107
4095
  "type": "boolean\n",
4108
- "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."
4096
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
4109
4097
  },
4110
- "VDataTableVirtual/select-strategy": {
4111
- "type": "'single' | 'page' | 'all'\n",
4112
- "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
4098
+ "VDataTableVirtual/mobile-breakpoint": {
4099
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
4100
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4113
4101
  },
4114
- "VDataTableVirtual/width": {
4115
- "type": "string | number\n",
4116
- "description": "Sets the width for the component."
4102
+ "VDataTableVirtual/items": {
4103
+ "type": "any[]\n",
4104
+ "description": "An array of strings or objects used for automatically generating children components."
4105
+ },
4106
+ "VDataTableVirtual/value-comparator": {
4107
+ "type": "(a: any, b: any) => boolean\n",
4108
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
4117
4109
  },
4118
4110
  "VDataTableVirtual/item-value": {
4119
4111
  "type": "SelectItemKey<any>\n",
4120
4112
  "description": "Property on supplied `items` that contains its value."
4121
4113
  },
4114
+ "VDataTableVirtual/item-selectable": {
4115
+ "type": "SelectItemKey<any>\n",
4116
+ "description": "Property on supplied `items` that indicates whether the item is selectable."
4117
+ },
4122
4118
  "VDataTableVirtual/return-object": {
4123
4119
  "type": "boolean\n",
4124
4120
  "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
4125
4121
  },
4126
- "VDataTableVirtual/value-comparator": {
4127
- "type": "(a: any, b: any) => boolean\n",
4128
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
4122
+ "VDataTableVirtual/show-select": {
4123
+ "type": "boolean\n",
4124
+ "description": "Shows the column with checkboxes for selecting items in the list."
4129
4125
  },
4130
- "VDataTableVirtual/no-data-text": {
4131
- "type": "string\n",
4132
- "description": "Text shown when no items are provided to the component."
4133
- },
4134
- "VDataTableVirtual/loading": {
4135
- "type": "string | boolean\n",
4136
- "description": "Displays `loading` slot if set to `true`"
4137
- },
4138
- "VDataTableVirtual/sticky": {
4139
- "type": "boolean\n",
4140
- "description": "Deprecated, use `fixed-header` instead."
4141
- },
4142
- "VDataTableVirtual/hover": {
4143
- "type": "boolean\n",
4144
- "description": "Will add a hover effect to a table's row when the mouse is over it."
4145
- },
4146
- "VDataTableVirtual/item-selectable": {
4147
- "type": "SelectItemKey<any>\n",
4148
- "description": "Property on supplied `items` that indicates whether the item is selectable."
4149
- },
4150
- "VDataTableVirtual/show-select": {
4151
- "type": "boolean\n",
4152
- "description": "Shows the column with checkboxes for selecting items in the list."
4126
+ "VDataTableVirtual/select-strategy": {
4127
+ "type": "'single' | 'page' | 'all'\n",
4128
+ "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
4153
4129
  },
4154
4130
  "VDataTableVirtual/sort-by": {
4155
4131
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
@@ -4183,12 +4159,32 @@
4183
4159
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
4184
4160
  "description": "Defines the grouping of the table items."
4185
4161
  },
4162
+ "VDataTableVirtual/filter-mode": {
4163
+ "type": "'every' | 'some' | 'union' | 'intersection'\n",
4164
+ "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."
4165
+ },
4166
+ "VDataTableVirtual/no-filter": {
4167
+ "type": "boolean\n",
4168
+ "description": "Disables all item filtering."
4169
+ },
4170
+ "VDataTableVirtual/custom-filter": {
4171
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
4172
+ "description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted."
4173
+ },
4174
+ "VDataTableVirtual/custom-key-filter": {
4175
+ "type": "unknown\n",
4176
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
4177
+ },
4178
+ "VDataTableVirtual/filter-keys": {
4179
+ "type": "string | string[]\n",
4180
+ "description": "Array of specific keys to filter on the item."
4181
+ },
4186
4182
  "VDataTableVirtual/header-props": {
4187
4183
  "type": "unknown\n",
4188
4184
  "description": "Pass props to the default header."
4189
4185
  },
4190
4186
  "VDataTableVirtual/cell-props": {
4191
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
4187
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
4192
4188
  "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
4193
4189
  },
4194
4190
  "VDataTableVirtual/disable-sort": {
@@ -4196,7 +4192,7 @@
4196
4192
  "description": "Toggles rendering of sort button."
4197
4193
  },
4198
4194
  "VDataTableVirtual/headers": {
4199
- "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-expand'\n | 'data-table-select'\n | 'data-table-group'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | { readonly [x: string]: any }\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | (string & {})\n | 'data-table-expand'\n | 'data-table-select'\n | 'data-table-group'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | { readonly [x: string]: any }\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
4195
+ "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-expand'\n | 'data-table-select'\n | 'data-table-group'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | { readonly [x: string]: any }\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | (string & {})\n | 'data-table-expand'\n | 'data-table-select'\n | 'data-table-group'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | { readonly [x: string]: any }\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
4200
4196
  "description": "An array of objects that each describe a header column."
4201
4197
  },
4202
4198
  "VDataTableVirtual/fixed-header": {
@@ -4204,52 +4200,56 @@
4204
4200
  "description": "Sticks the header to the top of the table."
4205
4201
  },
4206
4202
  "VDataTableVirtual/sort-asc-icon": {
4207
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
4203
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4208
4204
  "description": "Icon used for ascending sort button."
4209
4205
  },
4210
4206
  "VDataTableVirtual/sort-desc-icon": {
4211
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
4207
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4212
4208
  "description": "Icon used for descending sort button."
4213
4209
  },
4214
- "VDataTableVirtual/mobile": {
4215
- "type": "boolean\n",
4216
- "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
4217
- },
4218
- "VDataTableVirtual/mobile-breakpoint": {
4219
- "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
4220
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4221
- },
4222
4210
  "VDataTableVirtual/loading-text": {
4223
4211
  "type": "string\n",
4224
4212
  "description": "Text shown when the data is loading."
4225
4213
  },
4214
+ "VDataTableVirtual/hide-no-data": {
4215
+ "type": "boolean\n",
4216
+ "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."
4217
+ },
4218
+ "VDataTableVirtual/no-data-text": {
4219
+ "type": "string\n",
4220
+ "description": "Text shown when no items are provided to the component."
4221
+ },
4226
4222
  "VDataTableVirtual/row-props": {
4227
4223
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
4228
4224
  "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
4229
4225
  },
4230
4226
  "VDataTableVirtual/hide-default-body": {
4231
4227
  "type": "boolean\n",
4232
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
4228
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/DataTable.json))"
4233
4229
  },
4234
4230
  "VDataTableVirtual/hide-default-footer": {
4235
4231
  "type": "boolean\n",
4236
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
4232
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/DataTable.json))"
4237
4233
  },
4238
4234
  "VDataTableVirtual/hide-default-header": {
4239
4235
  "type": "boolean\n",
4240
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
4236
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/DataTable.json))"
4241
4237
  },
4242
4238
  "VDataTableVirtual/fixed-footer": {
4243
4239
  "type": "boolean\n",
4244
4240
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
4245
4241
  },
4242
+ "VDataTableVirtual/hover": {
4243
+ "type": "boolean\n",
4244
+ "description": "Will add a hover effect to a table's row when the mouse is over it."
4245
+ },
4246
4246
  "VDataTableVirtual/item-height": {
4247
4247
  "type": "string | number\n",
4248
4248
  "description": "Height in pixels of each item to display."
4249
4249
  },
4250
4250
  "VDataTableVirtual/item-key": {
4251
4251
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
4252
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/virtual.json))"
4252
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/virtual.json))"
4253
4253
  },
4254
4254
  "VDateInput/title": {
4255
4255
  "type": "string\n",
@@ -4317,7 +4317,7 @@
4317
4317
  },
4318
4318
  "VDateInput/location": {
4319
4319
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
4320
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDateInput.json))"
4320
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VDateInput.json))"
4321
4321
  },
4322
4322
  "VDateInput/position": {
4323
4323
  "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
@@ -4351,6 +4351,10 @@
4351
4351
  "type": "string\n",
4352
4352
  "description": "Sets the component's name attribute."
4353
4353
  },
4354
+ "VDateInput/header": {
4355
+ "type": "string\n",
4356
+ "description": "Text shown when no **display-date** is set."
4357
+ },
4354
4358
  "VDateInput/active": {
4355
4359
  "type": "boolean\n",
4356
4360
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
@@ -4395,10 +4399,6 @@
4395
4399
  "type": "string\n",
4396
4400
  "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)."
4397
4401
  },
4398
- "VDateInput/header": {
4399
- "type": "string\n",
4400
- "description": "Text shown when no **display-date** is set."
4401
- },
4402
4402
  "VDateInput/multiple": {
4403
4403
  "type": "number | boolean | (string & {}) | 'range'\n",
4404
4404
  "description": "Allow the selection of multiple dates. The **range** value selects all dates between two selections."
@@ -4537,7 +4537,7 @@
4537
4537
  },
4538
4538
  "VDateInput/hide-actions": {
4539
4539
  "type": "boolean\n",
4540
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDateInput.json))"
4540
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VDateInput.json))"
4541
4541
  },
4542
4542
  "VDateInput/autofocus": {
4543
4543
  "type": "boolean\n",
@@ -4627,38 +4627,6 @@
4627
4627
  "type": "string\n",
4628
4628
  "description": "Specify a theme for this component and all of its children."
4629
4629
  },
4630
- "VDatePicker/model-value": {
4631
- "type": "unknown\n",
4632
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4633
- },
4634
- "VDatePicker/location": {
4635
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
4636
- "description": "Specifies the component's location. Can combine by using a space separated string."
4637
- },
4638
- "VDatePicker/color": {
4639
- "type": "string\n",
4640
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
4641
- },
4642
- "VDatePicker/height": {
4643
- "type": "string | number\n",
4644
- "description": "Sets the height for the component."
4645
- },
4646
- "VDatePicker/border": {
4647
- "type": "string | number | boolean\n",
4648
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
4649
- },
4650
- "VDatePicker/elevation": {
4651
- "type": "string | number\n",
4652
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
4653
- },
4654
- "VDatePicker/rounded": {
4655
- "type": "string | number | boolean\n",
4656
- "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
4657
- },
4658
- "VDatePicker/tile": {
4659
- "type": "boolean\n",
4660
- "description": "Removes any applied **border-radius** from the component."
4661
- },
4662
4630
  "VDatePicker/text": {
4663
4631
  "type": "string\n",
4664
4632
  "description": "Specify content text for the component."
@@ -4675,6 +4643,14 @@
4675
4643
  "type": "number | boolean | (string & {}) | 'range'\n",
4676
4644
  "description": "Allow the selection of multiple dates. The **range** value selects all dates between two selections."
4677
4645
  },
4646
+ "VDatePicker/border": {
4647
+ "type": "string | number | boolean\n",
4648
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
4649
+ },
4650
+ "VDatePicker/height": {
4651
+ "type": "string | number\n",
4652
+ "description": "Sets the height for the component."
4653
+ },
4678
4654
  "VDatePicker/max-height": {
4679
4655
  "type": "string | number\n",
4680
4656
  "description": "Sets the maximum height for the component."
@@ -4695,6 +4671,30 @@
4695
4671
  "type": "string | number\n",
4696
4672
  "description": "Width of the picker."
4697
4673
  },
4674
+ "VDatePicker/elevation": {
4675
+ "type": "string | number\n",
4676
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
4677
+ },
4678
+ "VDatePicker/rounded": {
4679
+ "type": "string | number | boolean\n",
4680
+ "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
4681
+ },
4682
+ "VDatePicker/tile": {
4683
+ "type": "boolean\n",
4684
+ "description": "Removes any applied **border-radius** from the component."
4685
+ },
4686
+ "VDatePicker/color": {
4687
+ "type": "string\n",
4688
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
4689
+ },
4690
+ "VDatePicker/model-value": {
4691
+ "type": "unknown\n",
4692
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4693
+ },
4694
+ "VDatePicker/location": {
4695
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
4696
+ "description": "Specifies the component's location. Can combine by using a space separated string."
4697
+ },
4698
4698
  "VDatePicker/transition": {
4699
4699
  "type": "string\n",
4700
4700
  "description": "The transition used when changing months into the future"
@@ -4715,6 +4715,10 @@
4715
4715
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
4716
4716
  "description": "Sets the icon for previous month/year button."
4717
4717
  },
4718
+ "VDatePicker/mode-icon": {
4719
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
4720
+ "description": "Icon displayed next to the current month and year, toggles year selection when clicked."
4721
+ },
4718
4722
  "VDatePicker/view-mode": {
4719
4723
  "type": "'month' | 'months' | 'year'\n",
4720
4724
  "description": "Determines which picker in the date or month picker is being displayed. Allowed values: `'month'`, `'months'`, `'year'`."
@@ -4723,10 +4727,6 @@
4723
4727
  "type": "string | number\n",
4724
4728
  "description": "Sets the month."
4725
4729
  },
4726
- "VDatePicker/mode-icon": {
4727
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
4728
- "description": "Icon displayed next to the current month and year, toggles year selection when clicked."
4729
- },
4730
4730
  "VDatePicker/year": {
4731
4731
  "type": "number\n",
4732
4732
  "description": "Sets the year."
@@ -4803,14 +4803,14 @@
4803
4803
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
4804
4804
  "description": "Icon used for the previous button."
4805
4805
  },
4806
- "VDatePickerControls/view-mode": {
4807
- "type": "'month' | 'months' | 'year'\n",
4808
- "description": "Sets the view mode of the date picker."
4809
- },
4810
4806
  "VDatePickerControls/mode-icon": {
4811
4807
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
4812
4808
  "description": "Icon used for the mode button."
4813
4809
  },
4810
+ "VDatePickerControls/view-mode": {
4811
+ "type": "'month' | 'months' | 'year'\n",
4812
+ "description": "Sets the view mode of the date picker."
4813
+ },
4814
4814
  "VDatePickerHeader/header": {
4815
4815
  "type": "string\n",
4816
4816
  "description": "Sets the header content."
@@ -4873,7 +4873,7 @@
4873
4873
  },
4874
4874
  "VDatePickerMonth/first-day-of-week": {
4875
4875
  "type": "string | number\n",
4876
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
4876
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/calendar.json))"
4877
4877
  },
4878
4878
  "VDatePickerMonth/allowed-dates": {
4879
4879
  "type": "unknown[] | ((date: unknown) => boolean)\n",
@@ -4899,29 +4899,29 @@
4899
4899
  "type": "boolean\n",
4900
4900
  "description": "Show the week number."
4901
4901
  },
4902
- "VDatePickerMonths/model-value": {
4903
- "type": "number\n",
4904
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4902
+ "VDatePickerMonths/height": {
4903
+ "type": "string | number\n",
4904
+ "description": "Sets the height for the component."
4905
4905
  },
4906
4906
  "VDatePickerMonths/color": {
4907
4907
  "type": "string\n",
4908
4908
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
4909
4909
  },
4910
- "VDatePickerMonths/height": {
4911
- "type": "string | number\n",
4912
- "description": "Sets the height for the component."
4910
+ "VDatePickerMonths/model-value": {
4911
+ "type": "number\n",
4912
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4913
4913
  },
4914
4914
  "VDatePickerMonths/year": {
4915
4915
  "type": "number\n",
4916
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4916
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4917
4917
  },
4918
4918
  "VDatePickerMonths/max": {
4919
4919
  "type": "unknown\n",
4920
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4920
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4921
4921
  },
4922
4922
  "VDatePickerMonths/min": {
4923
4923
  "type": "unknown\n",
4924
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4924
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4925
4925
  },
4926
4926
  "VDatePickerYears/model-value": {
4927
4927
  "type": "number\n",
@@ -5211,18 +5211,6 @@
5211
5211
  "type": "string | number\n",
5212
5212
  "description": "The size used to control the dimensions of the media element inside the component. Can be specified as a number or a string (e.g., '50%', '100px')."
5213
5213
  },
5214
- "VEmptyState/image": {
5215
- "type": "string\n",
5216
- "description": "Apply a specific image using [v-img](/components/images/)."
5217
- },
5218
- "VEmptyState/color": {
5219
- "type": "string\n",
5220
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5221
- },
5222
- "VEmptyState/height": {
5223
- "type": "string | number\n",
5224
- "description": "Sets the height for the component."
5225
- },
5226
5214
  "VEmptyState/text": {
5227
5215
  "type": "string\n",
5228
5216
  "description": "Specify content text for the component."
@@ -5231,6 +5219,10 @@
5231
5219
  "type": "string\n",
5232
5220
  "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)."
5233
5221
  },
5222
+ "VEmptyState/height": {
5223
+ "type": "string | number\n",
5224
+ "description": "Sets the height for the component."
5225
+ },
5234
5226
  "VEmptyState/max-height": {
5235
5227
  "type": "string | number\n",
5236
5228
  "description": "Sets the maximum height for the component."
@@ -5251,6 +5243,10 @@
5251
5243
  "type": "string | number\n",
5252
5244
  "description": "Sets the width for the component."
5253
5245
  },
5246
+ "VEmptyState/color": {
5247
+ "type": "string\n",
5248
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5249
+ },
5254
5250
  "VEmptyState/href": {
5255
5251
  "type": "string\n",
5256
5252
  "description": "The URL the action button links to."
@@ -5263,6 +5259,10 @@
5263
5259
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
5264
5260
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
5265
5261
  },
5262
+ "VEmptyState/image": {
5263
+ "type": "string\n",
5264
+ "description": "Apply a specific image using [v-img](/components/images/)."
5265
+ },
5266
5266
  "VEmptyState/headline": {
5267
5267
  "type": "string\n",
5268
5268
  "description": "A large headline often used for 404 pages."
@@ -5279,14 +5279,14 @@
5279
5279
  "type": "string | number\n",
5280
5280
  "description": "Sets the width of the text container."
5281
5281
  },
5282
- "VExpandTransition/disabled": {
5283
- "type": "boolean\n",
5284
- "description": "Removes the ability to click or target the component."
5285
- },
5286
5282
  "VExpandTransition/mode": {
5287
5283
  "type": "'default' | 'in-out' | 'out-in'\n",
5288
5284
  "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
5289
5285
  },
5286
+ "VExpandTransition/disabled": {
5287
+ "type": "boolean\n",
5288
+ "description": "Removes the ability to click or target the component."
5289
+ },
5290
5290
  "VExpandTransition/group": {
5291
5291
  "type": "boolean\n",
5292
5292
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
@@ -5303,14 +5303,42 @@
5303
5303
  "type": "boolean\n",
5304
5304
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5305
5305
  },
5306
+ "VExpansionPanel/tag": {
5307
+ "type": "string | (new () => any) | FunctionalComponent\n",
5308
+ "description": "Specify a custom tag used on the root element."
5309
+ },
5306
5310
  "VExpansionPanel/title": {
5307
5311
  "type": "string\n",
5308
5312
  "description": "Specify a title text for the component."
5309
5313
  },
5314
+ "VExpansionPanel/value": {
5315
+ "type": "any\n",
5316
+ "description": "Controls the opened/closed state of content."
5317
+ },
5310
5318
  "VExpansionPanel/text": {
5311
5319
  "type": "string\n",
5312
5320
  "description": "Specify content text for the component."
5313
5321
  },
5322
+ "VExpansionPanel/eager": {
5323
+ "type": "boolean\n",
5324
+ "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
5325
+ },
5326
+ "VExpansionPanel/bg-color": {
5327
+ "type": "string\n",
5328
+ "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)."
5329
+ },
5330
+ "VExpansionPanel/disabled": {
5331
+ "type": "boolean\n",
5332
+ "description": "Disables the expansion-panel content."
5333
+ },
5334
+ "VExpansionPanel/expand-icon": {
5335
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
5336
+ "description": "Icon used when the expansion panel is in a expandable state."
5337
+ },
5338
+ "VExpansionPanel/collapse-icon": {
5339
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
5340
+ "description": "Icon used when the expansion panel is in a collapsable state."
5341
+ },
5314
5342
  "VExpansionPanel/height": {
5315
5343
  "type": "string | number\n",
5316
5344
  "description": "Sets the height for the component."
@@ -5339,10 +5367,6 @@
5339
5367
  "type": "string | number\n",
5340
5368
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5341
5369
  },
5342
- "VExpansionPanel/static": {
5343
- "type": "boolean\n",
5344
- "description": "Remove title size expansion when selected."
5345
- },
5346
5370
  "VExpansionPanel/rounded": {
5347
5371
  "type": "string | number | boolean\n",
5348
5372
  "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
@@ -5351,14 +5375,14 @@
5351
5375
  "type": "boolean\n",
5352
5376
  "description": "Removes any applied **border-radius** from the component."
5353
5377
  },
5354
- "VExpansionPanel/tag": {
5355
- "type": "string | (new () => any) | FunctionalComponent\n",
5356
- "description": "Specify a custom tag used on the root element."
5357
- },
5358
5378
  "VExpansionPanel/color": {
5359
5379
  "type": "string\n",
5360
5380
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5361
5381
  },
5382
+ "VExpansionPanel/static": {
5383
+ "type": "boolean\n",
5384
+ "description": "Remove title size expansion when selected."
5385
+ },
5362
5386
  "VExpansionPanel/readonly": {
5363
5387
  "type": "boolean\n",
5364
5388
  "description": "Makes the expansion panel content read only."
@@ -5367,38 +5391,14 @@
5367
5391
  "type": "boolean | { class: string }\n",
5368
5392
  "description": "Applies the [v-ripple](/directives/ripple) directive."
5369
5393
  },
5370
- "VExpansionPanel/value": {
5371
- "type": "any\n",
5372
- "description": "Controls the opened/closed state of content."
5373
- },
5374
- "VExpansionPanel/disabled": {
5375
- "type": "boolean\n",
5376
- "description": "Disables the expansion-panel content."
5377
- },
5378
5394
  "VExpansionPanel/selected-class": {
5379
5395
  "type": "string\n",
5380
5396
  "description": "Configure the active CSS class applied when an item is selected."
5381
5397
  },
5382
- "VExpansionPanel/bg-color": {
5383
- "type": "string\n",
5384
- "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)."
5385
- },
5386
- "VExpansionPanel/eager": {
5387
- "type": "boolean\n",
5388
- "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
5389
- },
5390
5398
  "VExpansionPanel/hide-actions": {
5391
5399
  "type": "boolean\n",
5392
5400
  "description": "Hide the expand icon in the content title."
5393
5401
  },
5394
- "VExpansionPanel/expand-icon": {
5395
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5396
- "description": "Icon used when the expansion panel is in a expandable state."
5397
- },
5398
- "VExpansionPanel/collapse-icon": {
5399
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5400
- "description": "Icon used when the expansion panel is in a collapsable state."
5401
- },
5402
5402
  "VExpansionPanel/focusable": {
5403
5403
  "type": "boolean\n",
5404
5404
  "description": "Makes the expansion panel content focusable."
@@ -5407,22 +5407,10 @@
5407
5407
  "type": "boolean\n",
5408
5408
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
5409
5409
  },
5410
- "VExpansionPanelTitle/color": {
5411
- "type": "string\n",
5412
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5413
- },
5414
5410
  "VExpansionPanelTitle/height": {
5415
5411
  "type": "string | number\n",
5416
5412
  "description": "Sets the height for the component."
5417
5413
  },
5418
- "VExpansionPanelTitle/expand-icon": {
5419
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
5420
- "description": "Icon used when the expansion panel is in a expandable state."
5421
- },
5422
- "VExpansionPanelTitle/collapse-icon": {
5423
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
5424
- "description": "Icon used when the expansion panel is in a collapsable state."
5425
- },
5426
5414
  "VExpansionPanelTitle/max-height": {
5427
5415
  "type": "string | number\n",
5428
5416
  "description": "Sets the maximum height for the component."
@@ -5447,6 +5435,10 @@
5447
5435
  "type": "boolean\n",
5448
5436
  "description": "Remove title size expansion when selected."
5449
5437
  },
5438
+ "VExpansionPanelTitle/color": {
5439
+ "type": "string\n",
5440
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5441
+ },
5450
5442
  "VExpansionPanelTitle/readonly": {
5451
5443
  "type": "boolean\n",
5452
5444
  "description": "Makes the expansion panel content read only."
@@ -5459,6 +5451,14 @@
5459
5451
  "type": "boolean\n",
5460
5452
  "description": "Hide the expand icon in the content title."
5461
5453
  },
5454
+ "VExpansionPanelTitle/expand-icon": {
5455
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5456
+ "description": "Icon used when the expansion panel is in a expandable state."
5457
+ },
5458
+ "VExpansionPanelTitle/collapse-icon": {
5459
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5460
+ "description": "Icon used when the expansion panel is in a collapsable state."
5461
+ },
5462
5462
  "VExpansionPanelTitle/focusable": {
5463
5463
  "type": "boolean\n",
5464
5464
  "description": "Makes the expansion panel headers focusable."
@@ -5467,26 +5467,6 @@
5467
5467
  "type": "boolean\n",
5468
5468
  "description": "Removes the expansion-panel's elevation and borders."
5469
5469
  },
5470
- "VExpansionPanels/model-value": {
5471
- "type": "any\n",
5472
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5473
- },
5474
- "VExpansionPanels/elevation": {
5475
- "type": "string | number\n",
5476
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5477
- },
5478
- "VExpansionPanels/static": {
5479
- "type": "boolean\n",
5480
- "description": "Remove title size expansion when selected."
5481
- },
5482
- "VExpansionPanels/rounded": {
5483
- "type": "string | number | boolean\n",
5484
- "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
5485
- },
5486
- "VExpansionPanels/tile": {
5487
- "type": "boolean\n",
5488
- "description": "Removes the border-radius."
5489
- },
5490
5470
  "VExpansionPanels/tag": {
5491
5471
  "type": "string | (new () => any) | FunctionalComponent\n",
5492
5472
  "description": "Specify a custom tag used on the root element."
@@ -5495,173 +5475,121 @@
5495
5475
  "type": "string\n",
5496
5476
  "description": "Specify a theme for this component and all of its children."
5497
5477
  },
5498
- "VExpansionPanels/color": {
5499
- "type": "string\n",
5500
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5501
- },
5502
- "VExpansionPanels/variant": {
5503
- "type": "'default' | 'inset' | 'accordion' | 'popout'\n",
5504
- "description": "Applies a distinct style to the component."
5505
- },
5506
- "VExpansionPanels/readonly": {
5507
- "type": "boolean\n",
5508
- "description": "Makes the entire expansion panel read only."
5509
- },
5510
- "VExpansionPanels/ripple": {
5511
- "type": "boolean | { class: string }\n",
5512
- "description": "Applies the [v-ripple](/directives/ripple) directive."
5513
- },
5514
- "VExpansionPanels/disabled": {
5478
+ "VExpansionPanels/eager": {
5515
5479
  "type": "boolean\n",
5516
- "description": "Puts all children components into a disabled state."
5517
- },
5518
- "VExpansionPanels/selected-class": {
5519
- "type": "string\n",
5520
- "description": "Configure the active CSS class applied when an item is selected."
5521
- },
5522
- "VExpansionPanels/max": {
5523
- "type": "number\n",
5524
- "description": "Sets a maximum number of selections that can be made."
5480
+ "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
5525
5481
  },
5526
5482
  "VExpansionPanels/bg-color": {
5527
5483
  "type": "string\n",
5528
5484
  "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)."
5529
5485
  },
5530
- "VExpansionPanels/multiple": {
5531
- "type": "boolean\n",
5532
- "description": "Allows one to select multiple items."
5533
- },
5534
- "VExpansionPanels/mandatory": {
5535
- "type": "boolean | 'force'\n",
5536
- "description": "Forces at least one item to always be selected (if available)."
5537
- },
5538
- "VExpansionPanels/eager": {
5539
- "type": "boolean\n",
5540
- "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
5541
- },
5542
- "VExpansionPanels/hide-actions": {
5486
+ "VExpansionPanels/disabled": {
5543
5487
  "type": "boolean\n",
5544
- "description": "Hide the expand icon in the content title."
5488
+ "description": "Disables the expansion-panel content."
5545
5489
  },
5546
5490
  "VExpansionPanels/expand-icon": {
5547
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5491
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
5548
5492
  "description": "Icon used when the expansion panel is in a expandable state."
5549
5493
  },
5550
5494
  "VExpansionPanels/collapse-icon": {
5551
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5495
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
5552
5496
  "description": "Icon used when the expansion panel is in a collapsable state."
5553
5497
  },
5554
- "VExpansionPanels/focusable": {
5555
- "type": "boolean\n",
5556
- "description": "Makes the expansion-panel headers focusable."
5557
- },
5558
- "VFab/symbol": {
5559
- "type": "any\n",
5560
- "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/)."
5561
- },
5562
- "VFab/flat": {
5498
+ "VExpansionPanels/multiple": {
5563
5499
  "type": "boolean\n",
5564
- "description": "Removes the button box shadow. This is different than using the 'flat' variant."
5500
+ "description": "Allows one to select multiple items."
5565
5501
  },
5566
- "VFab/replace": {
5567
- "type": "boolean\n",
5568
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
5502
+ "VExpansionPanels/mandatory": {
5503
+ "type": "boolean | 'force'\n",
5504
+ "description": "Forces at least one item to always be selected (if available)."
5569
5505
  },
5570
- "VFab/tag": {
5571
- "type": "string | (new () => any) | FunctionalComponent\n",
5572
- "description": "Specify a custom tag used on the root element."
5506
+ "VExpansionPanels/elevation": {
5507
+ "type": "string | number\n",
5508
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5573
5509
  },
5574
- "VFab/name": {
5575
- "type": "string\n",
5576
- "description": "Assign a specific name for layout registration."
5510
+ "VExpansionPanels/rounded": {
5511
+ "type": "string | number | boolean\n",
5512
+ "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
5577
5513
  },
5578
- "VFab/layout": {
5514
+ "VExpansionPanels/tile": {
5579
5515
  "type": "boolean\n",
5580
- "description": "If true, will effect layout dimensions based on size and position."
5516
+ "description": "Removes the border-radius."
5581
5517
  },
5582
- "VFab/theme": {
5518
+ "VExpansionPanels/color": {
5583
5519
  "type": "string\n",
5584
- "description": "Specify a theme for this component and all of its children."
5520
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5585
5521
  },
5586
- "VFab/size": {
5587
- "type": "string | number\n",
5588
- "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
5522
+ "VExpansionPanels/variant": {
5523
+ "type": "'default' | 'inset' | 'accordion' | 'popout'\n",
5524
+ "description": "Applies a distinct style to the component."
5589
5525
  },
5590
- "VFab/value": {
5526
+ "VExpansionPanels/model-value": {
5591
5527
  "type": "any\n",
5592
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
5593
- },
5594
- "VFab/model-value": {
5595
- "type": "boolean\n",
5596
5528
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5597
5529
  },
5598
- "VFab/location": {
5599
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
5600
- "description": "The location of the fab relative to the layout. Only works when using **app**."
5601
- },
5602
- "VFab/absolute": {
5530
+ "VExpansionPanels/static": {
5603
5531
  "type": "boolean\n",
5604
- "description": "Applies **position: absolute** to the component."
5605
- },
5606
- "VFab/color": {
5607
- "type": "string\n",
5608
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5609
- },
5610
- "VFab/density": {
5611
- "type": "'default' | 'comfortable' | 'compact'\n",
5612
- "description": "Adjusts the vertical height used by the component."
5532
+ "description": "Remove title size expansion when selected."
5613
5533
  },
5614
- "VFab/extended": {
5534
+ "VExpansionPanels/readonly": {
5615
5535
  "type": "boolean\n",
5616
- "description": "An alternate style for the FAB that expects text."
5536
+ "description": "Makes the entire expansion panel read only."
5617
5537
  },
5618
- "VFab/height": {
5619
- "type": "string | number\n",
5620
- "description": "Sets the height for the component."
5538
+ "VExpansionPanels/ripple": {
5539
+ "type": "boolean | { class: string }\n",
5540
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
5621
5541
  },
5622
- "VFab/border": {
5623
- "type": "string | number | boolean\n",
5624
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
5542
+ "VExpansionPanels/selected-class": {
5543
+ "type": "string\n",
5544
+ "description": "Configure the active CSS class applied when an item is selected."
5625
5545
  },
5626
- "VFab/elevation": {
5627
- "type": "string | number\n",
5628
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5546
+ "VExpansionPanels/max": {
5547
+ "type": "number\n",
5548
+ "description": "Sets a maximum number of selections that can be made."
5629
5549
  },
5630
- "VFab/rounded": {
5631
- "type": "string | number | boolean\n",
5632
- "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
5550
+ "VExpansionPanels/hide-actions": {
5551
+ "type": "boolean\n",
5552
+ "description": "Hide the expand icon in the content title."
5633
5553
  },
5634
- "VFab/tile": {
5554
+ "VExpansionPanels/focusable": {
5635
5555
  "type": "boolean\n",
5636
- "description": "Removes any applied **border-radius** from the component."
5556
+ "description": "Makes the expansion-panel headers focusable."
5637
5557
  },
5638
- "VFab/order": {
5639
- "type": "string | number\n",
5640
- "description": "Adjust the order of the component in relation to its registration order."
5558
+ "VFab/symbol": {
5559
+ "type": "any\n",
5560
+ "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/)."
5641
5561
  },
5642
5562
  "VFab/text": {
5643
5563
  "type": "string\n",
5644
5564
  "description": "Specify content text for the component."
5645
5565
  },
5646
- "VFab/exact": {
5566
+ "VFab/flat": {
5647
5567
  "type": "boolean\n",
5648
- "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."
5568
+ "description": "Removes the button box shadow. This is different than using the 'flat' variant."
5649
5569
  },
5650
- "VFab/base-color": {
5651
- "type": "string\n",
5652
- "description": "Sets the color of component when not focused."
5570
+ "VFab/replace": {
5571
+ "type": "boolean\n",
5572
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
5653
5573
  },
5654
- "VFab/active-color": {
5655
- "type": "string\n",
5656
- "description": "The applied color when the component is in an active state."
5574
+ "VFab/border": {
5575
+ "type": "string | number | boolean\n",
5576
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
5657
5577
  },
5658
- "VFab/disabled": {
5659
- "type": "boolean\n",
5660
- "description": "Removes the ability to click or target the component."
5578
+ "VFab/icon": {
5579
+ "type": " | boolean\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5580
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
5661
5581
  },
5662
- "VFab/slim": {
5582
+ "VFab/model-value": {
5663
5583
  "type": "boolean\n",
5664
- "description": "Reduces padding to 0 8px."
5584
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5585
+ },
5586
+ "VFab/density": {
5587
+ "type": "'default' | 'comfortable' | 'compact'\n",
5588
+ "description": "Adjusts the vertical height used by the component."
5589
+ },
5590
+ "VFab/height": {
5591
+ "type": "string | number\n",
5592
+ "description": "Sets the height for the component."
5665
5593
  },
5666
5594
  "VFab/max-height": {
5667
5595
  "type": "string | number\n",
@@ -5683,41 +5611,89 @@
5683
5611
  "type": "string | number\n",
5684
5612
  "description": "Sets the width for the component."
5685
5613
  },
5614
+ "VFab/elevation": {
5615
+ "type": "string | number\n",
5616
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5617
+ },
5618
+ "VFab/location": {
5619
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
5620
+ "description": "The location of the fab relative to the layout. Only works when using **app**."
5621
+ },
5622
+ "VFab/position": {
5623
+ "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
5624
+ "description": "Sets the position for the component."
5625
+ },
5626
+ "VFab/absolute": {
5627
+ "type": "boolean\n",
5628
+ "description": "Applies **position: absolute** to the component."
5629
+ },
5630
+ "VFab/rounded": {
5631
+ "type": "string | number | boolean\n",
5632
+ "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
5633
+ },
5634
+ "VFab/tile": {
5635
+ "type": "boolean\n",
5636
+ "description": "Removes any applied **border-radius** from the component."
5637
+ },
5638
+ "VFab/tag": {
5639
+ "type": "string | (new () => any) | FunctionalComponent\n",
5640
+ "description": "Specify a custom tag used on the root element."
5641
+ },
5642
+ "VFab/theme": {
5643
+ "type": "string\n",
5644
+ "description": "Specify a theme for this component and all of its children."
5645
+ },
5646
+ "VFab/color": {
5647
+ "type": "string\n",
5648
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5649
+ },
5686
5650
  "VFab/variant": {
5687
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
5651
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
5688
5652
  "description": "Applies a distinct style to the component."
5689
5653
  },
5690
- "VFab/offset": {
5654
+ "VFab/name": {
5655
+ "type": "string\n",
5656
+ "description": "Assign a specific name for layout registration."
5657
+ },
5658
+ "VFab/extended": {
5691
5659
  "type": "boolean\n",
5692
- "description": "Translates the Fab up or down, depending on if location is set to **top** or **bottom**."
5660
+ "description": "An alternate style for the FAB that expects text."
5693
5661
  },
5694
- "VFab/block": {
5662
+ "VFab/order": {
5663
+ "type": "string | number\n",
5664
+ "description": "Adjust the order of the component in relation to its registration order."
5665
+ },
5666
+ "VFab/active": {
5695
5667
  "type": "boolean\n",
5696
- "description": "Expands the button to 100% of available space."
5668
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
5697
5669
  },
5698
- "VFab/transition": {
5699
- "type": "string | boolean | (TransitionProps & { component: Component })\n",
5700
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5670
+ "VFab/active-color": {
5671
+ "type": "string\n",
5672
+ "description": "The applied color when the component is in an active state."
5701
5673
  },
5702
- "VFab/append-icon": {
5703
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
5704
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
5674
+ "VFab/base-color": {
5675
+ "type": "string\n",
5676
+ "description": "Sets the color of component when not focused."
5705
5677
  },
5706
5678
  "VFab/prepend-icon": {
5707
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
5679
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5708
5680
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
5709
5681
  },
5682
+ "VFab/append-icon": {
5683
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5684
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
5685
+ },
5686
+ "VFab/block": {
5687
+ "type": "boolean\n",
5688
+ "description": "Expands the button to 100% of available space."
5689
+ },
5710
5690
  "VFab/readonly": {
5711
5691
  "type": "boolean\n",
5712
5692
  "description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
5713
5693
  },
5714
- "VFab/active": {
5694
+ "VFab/slim": {
5715
5695
  "type": "boolean\n",
5716
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
5717
- },
5718
- "VFab/loading": {
5719
- "type": "string | boolean\n",
5720
- "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."
5696
+ "description": "Reduces padding to 0 8px."
5721
5697
  },
5722
5698
  "VFab/stacked": {
5723
5699
  "type": "boolean\n",
@@ -5727,25 +5703,45 @@
5727
5703
  "type": "boolean | { class: string }\n",
5728
5704
  "description": "Applies the [v-ripple](/directives/ripple) directive."
5729
5705
  },
5706
+ "VFab/value": {
5707
+ "type": "any\n",
5708
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
5709
+ },
5710
+ "VFab/disabled": {
5711
+ "type": "boolean\n",
5712
+ "description": "Removes the ability to click or target the component."
5713
+ },
5730
5714
  "VFab/selected-class": {
5731
5715
  "type": "string\n",
5732
5716
  "description": "Configure the active CSS class applied when an item is selected."
5733
5717
  },
5734
- "VFab/position": {
5735
- "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
5736
- "description": "Sets the position for the component."
5718
+ "VFab/loading": {
5719
+ "type": "string | boolean\n",
5720
+ "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."
5737
5721
  },
5738
5722
  "VFab/href": {
5739
5723
  "type": "string\n",
5740
5724
  "description": "Designates the component as anchor and applies the **href** attribute."
5741
5725
  },
5726
+ "VFab/exact": {
5727
+ "type": "boolean\n",
5728
+ "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."
5729
+ },
5742
5730
  "VFab/to": {
5743
5731
  "type": "RouteLocationRaw\n",
5744
5732
  "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."
5745
5733
  },
5746
- "VFab/icon": {
5747
- "type": " | boolean\n | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
5748
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
5734
+ "VFab/size": {
5735
+ "type": "string | number\n",
5736
+ "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
5737
+ },
5738
+ "VFab/transition": {
5739
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
5740
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5741
+ },
5742
+ "VFab/offset": {
5743
+ "type": "boolean\n",
5744
+ "description": "Translates the Fab up or down, depending on if location is set to **top** or **bottom**."
5749
5745
  },
5750
5746
  "VFab/app": {
5751
5747
  "type": "boolean\n",
@@ -5755,22 +5751,26 @@
5755
5751
  "type": "boolean\n",
5756
5752
  "description": "Used to control the animation of the FAB."
5757
5753
  },
5758
- "VFabTransition/disabled": {
5754
+ "VFab/layout": {
5759
5755
  "type": "boolean\n",
5760
- "description": "Removes the ability to click or target the component."
5756
+ "description": "If true, will effect layout dimensions based on size and position."
5761
5757
  },
5762
5758
  "VFabTransition/mode": {
5763
5759
  "type": "string\n",
5764
5760
  "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
5765
5761
  },
5766
- "VFabTransition/group": {
5762
+ "VFabTransition/disabled": {
5767
5763
  "type": "boolean\n",
5768
- "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5764
+ "description": "Removes the ability to click or target the component."
5769
5765
  },
5770
5766
  "VFabTransition/origin": {
5771
5767
  "type": "string\n",
5772
5768
  "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)."
5773
5769
  },
5770
+ "VFabTransition/group": {
5771
+ "type": "boolean\n",
5772
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
5773
+ },
5774
5774
  "VFabTransition/hide-on-leave": {
5775
5775
  "type": "boolean\n",
5776
5776
  "description": "Hides the leaving element (no exit animation)."
@@ -5935,26 +5935,6 @@
5935
5935
  "type": "string\n",
5936
5936
  "description": "Sets the DOM id on the component."
5937
5937
  },
5938
- "VFileInput/model-value": {
5939
- "type": "File | File[]\n",
5940
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5941
- },
5942
- "VFileInput/color": {
5943
- "type": "string\n",
5944
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5945
- },
5946
- "VFileInput/density": {
5947
- "type": "'default' | 'comfortable' | 'compact'\n",
5948
- "description": "Adjusts the vertical height used by the component."
5949
- },
5950
- "VFileInput/rounded": {
5951
- "type": "string | number | boolean\n",
5952
- "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
5953
- },
5954
- "VFileInput/tile": {
5955
- "type": "boolean\n",
5956
- "description": "Removes any applied **border-radius** from the component."
5957
- },
5958
5938
  "VFileInput/chips": {
5959
5939
  "type": "boolean\n",
5960
5940
  "description": "Changes display of selections to chips."
@@ -5975,6 +5955,10 @@
5975
5955
  "type": "boolean\n",
5976
5956
  "description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
5977
5957
  },
5958
+ "VFileInput/density": {
5959
+ "type": "'default' | 'comfortable' | 'compact'\n",
5960
+ "description": "Adjusts the vertical height used by the component."
5961
+ },
5978
5962
  "VFileInput/max-width": {
5979
5963
  "type": "string | number\n",
5980
5964
  "description": "Sets the maximum width for the component."
@@ -5987,10 +5971,26 @@
5987
5971
  "type": "string | number\n",
5988
5972
  "description": "Sets the width for the component."
5989
5973
  },
5974
+ "VFileInput/rounded": {
5975
+ "type": "string | number | boolean\n",
5976
+ "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
5977
+ },
5978
+ "VFileInput/tile": {
5979
+ "type": "boolean\n",
5980
+ "description": "Removes any applied **border-radius** from the component."
5981
+ },
5982
+ "VFileInput/color": {
5983
+ "type": "string\n",
5984
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5985
+ },
5990
5986
  "VFileInput/variant": {
5991
5987
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
5992
5988
  "description": "Applies a distinct style to the component."
5993
5989
  },
5990
+ "VFileInput/model-value": {
5991
+ "type": "File | File[]\n",
5992
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5993
+ },
5994
5994
  "VFileInput/counter": {
5995
5995
  "type": "boolean\n",
5996
5996
  "description": "Displays the number of selected files."
@@ -6201,7 +6201,7 @@
6201
6201
  },
6202
6202
  "VFileUpload/multiple": {
6203
6203
  "type": "boolean\n",
6204
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VFileUpload.json))"
6204
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VFileUpload.json))"
6205
6205
  },
6206
6206
  "VFileUpload/opacity": {
6207
6207
  "type": "string | number\n",
@@ -6209,7 +6209,7 @@
6209
6209
  },
6210
6210
  "VFileUpload/scrim": {
6211
6211
  "type": "string | boolean\n",
6212
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VFileUpload.json))"
6212
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VFileUpload.json))"
6213
6213
  },
6214
6214
  "VFileUpload/close-delay": {
6215
6215
  "type": "string | number\n",
@@ -6229,19 +6229,19 @@
6229
6229
  },
6230
6230
  "VFileUpload/browse-text": {
6231
6231
  "type": "string\n",
6232
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VFileUpload.json))"
6232
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VFileUpload.json))"
6233
6233
  },
6234
6234
  "VFileUpload/divider-text": {
6235
6235
  "type": "string\n",
6236
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VFileUpload.json))"
6236
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VFileUpload.json))"
6237
6237
  },
6238
6238
  "VFileUpload/hide-browse": {
6239
6239
  "type": "boolean\n",
6240
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VFileUpload.json))"
6240
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VFileUpload.json))"
6241
6241
  },
6242
6242
  "VFileUpload/show-size": {
6243
6243
  "type": "boolean\n",
6244
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VFileUpload.json))"
6244
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VFileUpload.json))"
6245
6245
  },
6246
6246
  "VFileUpload/thickness": {
6247
6247
  "type": "string | number\n",
@@ -6397,15 +6397,15 @@
6397
6397
  },
6398
6398
  "VFileUploadItem/show-size": {
6399
6399
  "type": "boolean\n",
6400
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VFileUploadItem.json))"
6400
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VFileUploadItem.json))"
6401
6401
  },
6402
6402
  "VFileUploadItem/file": {
6403
6403
  "type": "File\n",
6404
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VFileUploadItem.json))"
6404
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VFileUploadItem.json))"
6405
6405
  },
6406
6406
  "VFileUploadItem/file-icon": {
6407
6407
  "type": "string\n",
6408
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VFileUploadItem.json))"
6408
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VFileUploadItem.json))"
6409
6409
  },
6410
6410
  "VFooter/border": {
6411
6411
  "type": "string | number | boolean\n",
@@ -6475,14 +6475,14 @@
6475
6475
  "type": "boolean\n",
6476
6476
  "description": "Stop validation as soon as any rules fail."
6477
6477
  },
6478
- "VHover/model-value": {
6479
- "type": "boolean\n",
6480
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6481
- },
6482
6478
  "VHover/disabled": {
6483
6479
  "type": "boolean\n",
6484
6480
  "description": "Removes hover functionality."
6485
6481
  },
6482
+ "VHover/model-value": {
6483
+ "type": "boolean\n",
6484
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6485
+ },
6486
6486
  "VHover/close-delay": {
6487
6487
  "type": "string | number\n",
6488
6488
  "description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
@@ -6515,37 +6515,17 @@
6515
6515
  "type": "string\n",
6516
6516
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
6517
6517
  },
6518
- "VIcon/disabled": {
6519
- "type": "boolean\n",
6520
- "description": "Removes the ability to click or target the component."
6521
- },
6522
- "VIcon/size": {
6523
- "type": "string | number\n",
6524
- "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
6525
- },
6526
- "VImg/absolute": {
6527
- "type": "boolean\n",
6528
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VImg.json))"
6529
- },
6530
- "VImg/color": {
6531
- "type": "string\n",
6532
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
6533
- },
6534
- "VImg/height": {
6535
- "type": "string | number\n",
6536
- "description": "Sets the height for the component."
6537
- },
6538
- "VImg/rounded": {
6539
- "type": "string | number | boolean\n",
6540
- "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
6541
- },
6542
- "VImg/tile": {
6543
- "type": "boolean\n",
6544
- "description": "Removes any applied **border-radius** from the component."
6545
- },
6546
- "VImg/eager": {
6518
+ "VIcon/disabled": {
6547
6519
  "type": "boolean\n",
6548
- "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
6520
+ "description": "Removes the ability to click or target the component."
6521
+ },
6522
+ "VIcon/size": {
6523
+ "type": "string | number\n",
6524
+ "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
6525
+ },
6526
+ "VImg/height": {
6527
+ "type": "string | number\n",
6528
+ "description": "Sets the height for the component."
6549
6529
  },
6550
6530
  "VImg/max-height": {
6551
6531
  "type": "string | number\n",
@@ -6567,42 +6547,54 @@
6567
6547
  "type": "string | number\n",
6568
6548
  "description": "Sets the width for the component."
6569
6549
  },
6570
- "VImg/content-class": {
6571
- "type": "any\n",
6572
- "description": "Apply a custom class to the internal content element."
6550
+ "VImg/position": {
6551
+ "type": "string\n",
6552
+ "description": "Applies [object-position](https://developer.mozilla.org/en-US/docs/Web/CSS/object-position) styles to the image and placeholder elements."
6573
6553
  },
6574
- "VImg/transition": {
6575
- "type": "string | boolean | (TransitionProps & { component: Component })\n",
6576
- "description": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition."
6554
+ "VImg/absolute": {
6555
+ "type": "boolean\n",
6556
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VImg.json))"
6577
6557
  },
6578
- "VImg/options": {
6579
- "type": "IntersectionObserverInit\n",
6580
- "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
6558
+ "VImg/rounded": {
6559
+ "type": "string | number | boolean\n",
6560
+ "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
6581
6561
  },
6582
- "VImg/position": {
6562
+ "VImg/tile": {
6563
+ "type": "boolean\n",
6564
+ "description": "Removes any applied **border-radius** from the component."
6565
+ },
6566
+ "VImg/color": {
6583
6567
  "type": "string\n",
6584
- "description": "Applies [object-position](https://developer.mozilla.org/en-US/docs/Web/CSS/object-position) styles to the image and placeholder elements."
6568
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
6585
6569
  },
6586
6570
  "VImg/inline": {
6587
6571
  "type": "boolean\n",
6588
6572
  "description": "Display as an inline element instead of a block, also disables flex-grow."
6589
6573
  },
6590
- "VImg/draggable": {
6591
- "type": "boolean | 'true' | 'false'\n",
6592
- "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
6574
+ "VImg/transition": {
6575
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
6576
+ "description": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition."
6577
+ },
6578
+ "VImg/content-class": {
6579
+ "type": "any\n",
6580
+ "description": "Apply a custom class to the internal content element."
6581
+ },
6582
+ "VImg/eager": {
6583
+ "type": "boolean\n",
6584
+ "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
6593
6585
  },
6594
6586
  "VImg/alt": {
6595
6587
  "type": "string\n",
6596
6588
  "description": "Alternate text for screen readers. Leave empty for decorative images."
6597
6589
  },
6598
- "VImg/src": {
6599
- "type": " | string\n | { src: string; srcset: string; lazySrc: string; aspect: number }\n",
6600
- "description": "The image URL. This prop is mandatory."
6601
- },
6602
6590
  "VImg/cover": {
6603
6591
  "type": "boolean\n",
6604
6592
  "description": "Resizes the background image to cover the entire container."
6605
6593
  },
6594
+ "VImg/draggable": {
6595
+ "type": "boolean | 'true' | 'false'\n",
6596
+ "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
6597
+ },
6606
6598
  "VImg/gradient": {
6607
6599
  "type": "string\n",
6608
6600
  "description": "The gradient to apply to the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient) syntax, anything else should be done with classes."
@@ -6611,10 +6603,18 @@
6611
6603
  "type": "string\n",
6612
6604
  "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied. \nNOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided."
6613
6605
  },
6606
+ "VImg/options": {
6607
+ "type": "IntersectionObserverInit\n",
6608
+ "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
6609
+ },
6614
6610
  "VImg/sizes": {
6615
6611
  "type": "string\n",
6616
6612
  "description": "For use with `srcset`, see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes)."
6617
6613
  },
6614
+ "VImg/src": {
6615
+ "type": " | string\n | { src: string; srcset: string; lazySrc: string; aspect: number }\n",
6616
+ "description": "The image URL. This prop is mandatory."
6617
+ },
6618
6618
  "VImg/srcset": {
6619
6619
  "type": "string\n",
6620
6620
  "description": "A set of alternate images to use based on device size. [Read more...](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-srcset)."
@@ -6687,14 +6687,30 @@
6687
6687
  "type": "string\n",
6688
6688
  "description": "Text shown when there is no more content to load."
6689
6689
  },
6690
- "VInput/model-value": {
6691
- "type": "unknown\n",
6692
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6690
+ "VInput/name": {
6691
+ "type": "string\n",
6692
+ "description": "Sets the component's name attribute."
6693
6693
  },
6694
6694
  "VInput/error": {
6695
6695
  "type": "boolean\n",
6696
6696
  "description": "Puts the input in a manual error state."
6697
6697
  },
6698
+ "VInput/label": {
6699
+ "type": "string\n",
6700
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
6701
+ },
6702
+ "VInput/theme": {
6703
+ "type": "string\n",
6704
+ "description": "Specify a theme for this component and all of its children."
6705
+ },
6706
+ "VInput/id": {
6707
+ "type": "string\n",
6708
+ "description": "Sets the DOM id on the component."
6709
+ },
6710
+ "VInput/disabled": {
6711
+ "type": "boolean\n",
6712
+ "description": "Removes the ability to click or target the component."
6713
+ },
6698
6714
  "VInput/density": {
6699
6715
  "type": "'default' | 'comfortable' | 'compact'\n",
6700
6716
  "description": "Adjusts the vertical height used by the component."
@@ -6711,42 +6727,22 @@
6711
6727
  "type": "string | number\n",
6712
6728
  "description": "Sets the width for the component."
6713
6729
  },
6714
- "VInput/theme": {
6715
- "type": "string\n",
6716
- "description": "Specify a theme for this component and all of its children."
6717
- },
6718
- "VInput/name": {
6719
- "type": "string\n",
6720
- "description": "Sets the component's name attribute."
6721
- },
6722
- "VInput/prepend-icon": {
6723
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6724
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
6730
+ "VInput/model-value": {
6731
+ "type": "unknown\n",
6732
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6725
6733
  },
6726
6734
  "VInput/append-icon": {
6727
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6735
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
6728
6736
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
6729
6737
  },
6730
- "VInput/readonly": {
6731
- "type": "boolean\n",
6732
- "description": "Puts input in readonly state."
6733
- },
6734
- "VInput/disabled": {
6735
- "type": "boolean\n",
6736
- "description": "Removes the ability to click or target the component."
6737
- },
6738
- "VInput/label": {
6739
- "type": "string\n",
6740
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
6741
- },
6742
- "VInput/id": {
6743
- "type": "string\n",
6744
- "description": "Sets the DOM id on the component."
6745
- },
6746
6738
  "VInput/center-affix": {
6747
6739
  "type": "boolean\n",
6748
6740
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
6749
6741
  },
6742
+ "VInput/prepend-icon": {
6743
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
6744
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
6745
+ },
6750
6746
  "VInput/hide-spin-buttons": {
6751
6747
  "type": "boolean\n",
6752
6748
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -6775,6 +6771,10 @@
6775
6771
  "type": "string | number\n",
6776
6772
  "description": "Control the maximum number of shown errors from validation."
6777
6773
  },
6774
+ "VInput/readonly": {
6775
+ "type": "boolean\n",
6776
+ "description": "Puts input in readonly state."
6777
+ },
6778
6778
  "VInput/rules": {
6779
6779
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
6780
6780
  "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
@@ -6815,10 +6815,6 @@
6815
6815
  "type": "string\n",
6816
6816
  "description": "Specify a theme for this component and all of its children."
6817
6817
  },
6818
- "VItemGroup/model-value": {
6819
- "type": "unknown\n",
6820
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6821
- },
6822
6818
  "VItemGroup/disabled": {
6823
6819
  "type": "boolean\n",
6824
6820
  "description": "Puts all children components into a disabled state."
@@ -6831,6 +6827,10 @@
6831
6827
  "type": "boolean | 'force'\n",
6832
6828
  "description": "Forces at least one item to always be selected (if available)."
6833
6829
  },
6830
+ "VItemGroup/model-value": {
6831
+ "type": "unknown\n",
6832
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6833
+ },
6834
6834
  "VItemGroup/selected-class": {
6835
6835
  "type": "string\n",
6836
6836
  "description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
@@ -6843,14 +6843,14 @@
6843
6843
  "type": "string\n",
6844
6844
  "description": "Specify a custom tag used on the root element."
6845
6845
  },
6846
- "VLabel/theme": {
6847
- "type": "string\n",
6848
- "description": "Specify a theme for this component and all of its children."
6849
- },
6850
6846
  "VLabel/text": {
6851
6847
  "type": "string\n",
6852
6848
  "description": "Specify content text for the component."
6853
6849
  },
6850
+ "VLabel/theme": {
6851
+ "type": "string\n",
6852
+ "description": "Specify a theme for this component and all of its children."
6853
+ },
6854
6854
  "VLayout/full-height": {
6855
6855
  "type": "boolean\n",
6856
6856
  "description": "Sets the component height to 100%."
@@ -6899,22 +6899,18 @@
6899
6899
  "type": "string\n",
6900
6900
  "description": "Assign a specific name for layout registration."
6901
6901
  },
6902
- "VLayoutItem/size": {
6903
- "type": "string | number\n",
6904
- "description": "Sets the height and width of the component."
6905
- },
6906
6902
  "VLayoutItem/order": {
6907
6903
  "type": "string | number\n",
6908
6904
  "description": "Adjust the order of the component in relation to its registration order."
6909
6905
  },
6906
+ "VLayoutItem/size": {
6907
+ "type": "string | number\n",
6908
+ "description": "Sets the height and width of the component."
6909
+ },
6910
6910
  "VLazy/tag": {
6911
6911
  "type": "string | (new () => any) | FunctionalComponent\n",
6912
6912
  "description": "Specify a custom tag used on the root element."
6913
6913
  },
6914
- "VLazy/model-value": {
6915
- "type": "boolean\n",
6916
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6917
- },
6918
6914
  "VLazy/height": {
6919
6915
  "type": "string | number\n",
6920
6916
  "description": "Sets the height for the component."
@@ -6939,6 +6935,10 @@
6939
6935
  "type": "string | number\n",
6940
6936
  "description": "Sets the width for the component."
6941
6937
  },
6938
+ "VLazy/model-value": {
6939
+ "type": "boolean\n",
6940
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6941
+ },
6942
6942
  "VLazy/transition": {
6943
6943
  "type": "string | boolean | (TransitionProps & { component: Component })\n",
6944
6944
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
@@ -7135,10 +7135,6 @@
7135
7135
  "type": "any\n",
7136
7136
  "description": "Expands / Collapse the list-group."
7137
7137
  },
7138
- "VListGroup/color": {
7139
- "type": "string\n",
7140
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
7141
- },
7142
7138
  "VListGroup/base-color": {
7143
7139
  "type": "string\n",
7144
7140
  "description": "Sets the color of component when not focused."
@@ -7155,6 +7151,10 @@
7155
7151
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
7156
7152
  "description": "Icon to display when the list item is expanded."
7157
7153
  },
7154
+ "VListGroup/color": {
7155
+ "type": "string\n",
7156
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
7157
+ },
7158
7158
  "VListGroup/append-icon": {
7159
7159
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
7160
7160
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
@@ -7203,34 +7203,6 @@
7203
7203
  "type": "any\n",
7204
7204
  "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
7205
7205
  },
7206
- "VListItem/color": {
7207
- "type": "string\n",
7208
- "description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors),"
7209
- },
7210
- "VListItem/density": {
7211
- "type": "'default' | 'comfortable' | 'compact'\n",
7212
- "description": "Adjusts the vertical height used by the component."
7213
- },
7214
- "VListItem/height": {
7215
- "type": "string | number\n",
7216
- "description": "Sets the height for the component."
7217
- },
7218
- "VListItem/border": {
7219
- "type": "string | number | boolean\n",
7220
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
7221
- },
7222
- "VListItem/elevation": {
7223
- "type": "string | number\n",
7224
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
7225
- },
7226
- "VListItem/rounded": {
7227
- "type": "string | number | boolean\n",
7228
- "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
7229
- },
7230
- "VListItem/tile": {
7231
- "type": "boolean\n",
7232
- "description": "Removes any applied **border-radius** from the component."
7233
- },
7234
7206
  "VListItem/exact": {
7235
7207
  "type": "boolean\n",
7236
7208
  "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."
@@ -7263,6 +7235,18 @@
7263
7235
  "type": "boolean\n",
7264
7236
  "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
7265
7237
  },
7238
+ "VListItem/border": {
7239
+ "type": "string | number | boolean\n",
7240
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
7241
+ },
7242
+ "VListItem/density": {
7243
+ "type": "'default' | 'comfortable' | 'compact'\n",
7244
+ "description": "Adjusts the vertical height used by the component."
7245
+ },
7246
+ "VListItem/height": {
7247
+ "type": "string | number\n",
7248
+ "description": "Sets the height for the component."
7249
+ },
7266
7250
  "VListItem/max-height": {
7267
7251
  "type": "string | number\n",
7268
7252
  "description": "Sets the maximum height for the component."
@@ -7283,6 +7267,22 @@
7283
7267
  "type": "string | number\n",
7284
7268
  "description": "Sets the width for the component."
7285
7269
  },
7270
+ "VListItem/elevation": {
7271
+ "type": "string | number\n",
7272
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
7273
+ },
7274
+ "VListItem/rounded": {
7275
+ "type": "string | number | boolean\n",
7276
+ "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
7277
+ },
7278
+ "VListItem/tile": {
7279
+ "type": "boolean\n",
7280
+ "description": "Removes any applied **border-radius** from the component."
7281
+ },
7282
+ "VListItem/color": {
7283
+ "type": "string\n",
7284
+ "description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors),"
7285
+ },
7286
7286
  "VListItem/variant": {
7287
7287
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7288
7288
  "description": "Applies a distinct style to the component."
@@ -7355,22 +7355,22 @@
7355
7355
  "type": "string\n",
7356
7356
  "description": "Specify a custom tag used on the root element."
7357
7357
  },
7358
- "VListSubheader/tag": {
7359
- "type": "string | (new () => any) | FunctionalComponent\n",
7360
- "description": "Specify a custom tag used on the root element."
7361
- },
7362
7358
  "VListSubheader/title": {
7363
7359
  "type": "string\n",
7364
7360
  "description": "Specify a title text for the component."
7365
7361
  },
7366
- "VListSubheader/color": {
7367
- "type": "string\n",
7368
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
7369
- },
7370
7362
  "VListSubheader/sticky": {
7371
7363
  "type": "boolean\n",
7372
7364
  "description": "Sticks the header to the top of the table."
7373
7365
  },
7366
+ "VListSubheader/tag": {
7367
+ "type": "string | (new () => any) | FunctionalComponent\n",
7368
+ "description": "Specify a custom tag used on the root element."
7369
+ },
7370
+ "VListSubheader/color": {
7371
+ "type": "string\n",
7372
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
7373
+ },
7374
7374
  "VListSubheader/inset": {
7375
7375
  "type": "boolean\n",
7376
7376
  "description": "Insets the subheader without additional spacing, aligning it flush with the surrounding content."
@@ -7431,18 +7431,6 @@
7431
7431
  "type": "string\n",
7432
7432
  "description": "The unique identifier of the component."
7433
7433
  },
7434
- "VMenu/model-value": {
7435
- "type": "boolean\n",
7436
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7437
- },
7438
- "VMenu/location": {
7439
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
7440
- "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
7441
- },
7442
- "VMenu/height": {
7443
- "type": "string | number\n",
7444
- "description": "Sets the height for the component."
7445
- },
7446
7434
  "VMenu/eager": {
7447
7435
  "type": "boolean\n",
7448
7436
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
@@ -7451,6 +7439,10 @@
7451
7439
  "type": "boolean\n",
7452
7440
  "description": "Removes the ability to click or target the component."
7453
7441
  },
7442
+ "VMenu/height": {
7443
+ "type": "string | number\n",
7444
+ "description": "Sets the height for the component."
7445
+ },
7454
7446
  "VMenu/max-height": {
7455
7447
  "type": "string | number\n",
7456
7448
  "description": "Sets the maximum height for the component."
@@ -7503,6 +7495,10 @@
7503
7495
  "type": "boolean\n",
7504
7496
  "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
7505
7497
  },
7498
+ "VMenu/model-value": {
7499
+ "type": "boolean\n",
7500
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7501
+ },
7506
7502
  "VMenu/persistent": {
7507
7503
  "type": "boolean\n",
7508
7504
  "description": "Clicking outside of the element or pressing esc key will not deactivate it."
@@ -7551,6 +7547,10 @@
7551
7547
  "type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n",
7552
7548
  "description": "A function used to specifies how the component should position relative to its activator."
7553
7549
  },
7550
+ "VMenu/location": {
7551
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
7552
+ "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
7553
+ },
7554
7554
  "VMenu/origin": {
7555
7555
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
7556
7556
  "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)."
@@ -7647,6 +7647,10 @@
7647
7647
  "type": "boolean\n",
7648
7648
  "description": "A floating drawer has no visible container (no border-right)."
7649
7649
  },
7650
+ "VNavigationDrawer/order": {
7651
+ "type": "string | number\n",
7652
+ "description": "Adjust the order of the component in relation to its registration order."
7653
+ },
7650
7654
  "VNavigationDrawer/mobile": {
7651
7655
  "type": "boolean\n",
7652
7656
  "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
@@ -7655,10 +7659,6 @@
7655
7659
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
7656
7660
  "description": "Sets the designated mobile breakpoint for the component. This will apply alternate styles for mobile devices such as the `temporary` prop, or activate the `bottom` prop when the breakpoint value is met. Setting the value to `0` will disable this functionality."
7657
7661
  },
7658
- "VNavigationDrawer/order": {
7659
- "type": "string | number\n",
7660
- "description": "Adjust the order of the component in relation to its registration order."
7661
- },
7662
7662
  "VNavigationDrawer/persistent": {
7663
7663
  "type": "boolean\n",
7664
7664
  "description": "Clicking outside or pressing **esc** key will not dismiss the dialog."
@@ -7739,26 +7739,6 @@
7739
7739
  "type": "string\n",
7740
7740
  "description": "Sets the DOM id on the component."
7741
7741
  },
7742
- "VNumberInput/model-value": {
7743
- "type": "Number\n",
7744
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7745
- },
7746
- "VNumberInput/color": {
7747
- "type": "string\n",
7748
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
7749
- },
7750
- "VNumberInput/density": {
7751
- "type": "'default' | 'comfortable' | 'compact'\n",
7752
- "description": "Adjusts the vertical height used by the component."
7753
- },
7754
- "VNumberInput/rounded": {
7755
- "type": "string | number | boolean\n",
7756
- "description": "Adds a border radius to the input."
7757
- },
7758
- "VNumberInput/tile": {
7759
- "type": "boolean\n",
7760
- "description": "Removes any applied **border-radius** from the component."
7761
- },
7762
7742
  "VNumberInput/base-color": {
7763
7743
  "type": "string\n",
7764
7744
  "description": "Sets the color of the input when it is not focused."
@@ -7771,6 +7751,10 @@
7771
7751
  "type": "boolean\n",
7772
7752
  "description": "Removes the ability to click or target the input."
7773
7753
  },
7754
+ "VNumberInput/density": {
7755
+ "type": "'default' | 'comfortable' | 'compact'\n",
7756
+ "description": "Adjusts the vertical height used by the component."
7757
+ },
7774
7758
  "VNumberInput/max-width": {
7775
7759
  "type": "string | number\n",
7776
7760
  "description": "Sets the maximum width for the component."
@@ -7783,10 +7767,26 @@
7783
7767
  "type": "string | number\n",
7784
7768
  "description": "Sets the width for the component."
7785
7769
  },
7770
+ "VNumberInput/rounded": {
7771
+ "type": "string | number | boolean\n",
7772
+ "description": "Adds a border radius to the input."
7773
+ },
7774
+ "VNumberInput/tile": {
7775
+ "type": "boolean\n",
7776
+ "description": "Removes any applied **border-radius** from the component."
7777
+ },
7778
+ "VNumberInput/color": {
7779
+ "type": "string\n",
7780
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
7781
+ },
7786
7782
  "VNumberInput/variant": {
7787
7783
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
7788
7784
  "description": "Applies a distinct style to the component."
7789
7785
  },
7786
+ "VNumberInput/model-value": {
7787
+ "type": "Number\n",
7788
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7789
+ },
7790
7790
  "VNumberInput/autofocus": {
7791
7791
  "type": "boolean\n",
7792
7792
  "description": "Enables autofocus."
@@ -8517,7 +8517,7 @@
8517
8517
  },
8518
8518
  "VPullToRefresh/pull-down-threshold": {
8519
8519
  "type": "number\n",
8520
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPullToRefresh.json))"
8520
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VPullToRefresh.json))"
8521
8521
  },
8522
8522
  "VRadio/type": {
8523
8523
  "type": "string\n",
@@ -9439,14 +9439,6 @@
9439
9439
  "type": "(a: any, b: any) => boolean\n",
9440
9440
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
9441
9441
  },
9442
- "VSelect/hide-no-data": {
9443
- "type": "boolean\n",
9444
- "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."
9445
- },
9446
- "VSelect/no-data-text": {
9447
- "type": "string\n",
9448
- "description": "Text shown when no items are provided to the component."
9449
- },
9450
9442
  "VSelect/item-value": {
9451
9443
  "type": "SelectItemKey<any>\n",
9452
9444
  "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)."
@@ -9455,6 +9447,14 @@
9455
9447
  "type": "boolean\n",
9456
9448
  "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
9457
9449
  },
9450
+ "VSelect/hide-no-data": {
9451
+ "type": "boolean\n",
9452
+ "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."
9453
+ },
9454
+ "VSelect/no-data-text": {
9455
+ "type": "string\n",
9456
+ "description": "Text shown when no items are provided to the component."
9457
+ },
9458
9458
  "VSelect/autofocus": {
9459
9459
  "type": "boolean\n",
9460
9460
  "description": "Enables autofocus."
@@ -9772,7 +9772,7 @@
9772
9772
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
9773
9773
  },
9774
9774
  "VSkeletonLoader/type": {
9775
- "type": " | 'text'\n | (string & {})\n | 'button'\n | 'image'\n | 'actions'\n | 'avatar'\n | 'article'\n | 'table'\n | 'divider'\n | 'subtitle'\n | 'chip'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (\n | 'text'\n | (string & {})\n | 'button'\n | 'image'\n | 'actions'\n | 'avatar'\n | 'article'\n | 'table'\n | 'divider'\n | 'subtitle'\n | 'chip'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n )[]\n",
9775
+ "type": " | 'text'\n | (string & {})\n | 'image'\n | 'button'\n | 'actions'\n | 'avatar'\n | 'article'\n | 'table'\n | 'divider'\n | 'subtitle'\n | 'chip'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (\n | 'text'\n | (string & {})\n | 'image'\n | 'button'\n | 'actions'\n | 'avatar'\n | 'article'\n | 'table'\n | 'divider'\n | 'subtitle'\n | 'chip'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n )[]\n",
9776
9776
  "description": "A string delimited list of skeleton components to create such as `type=\"text@3\"` or `type=\"card, list-item\"`. Will recursively generate a corresponding skeleton from the provided string. Also supports short-hand for multiple elements such as **article@3** and **paragraph@2** which will generate 3 _article_ skeletons and 2 _paragraph_ skeletons. Please see below for a list of available pre-defined options."
9777
9777
  },
9778
9778
  "VSkeletonLoader/height": {
@@ -10877,11 +10877,11 @@
10877
10877
  },
10878
10878
  "VStepper/complete-icon": {
10879
10879
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
10880
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
10880
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/Stepper.json))"
10881
10881
  },
10882
10882
  "VStepper/edit-icon": {
10883
10883
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
10884
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
10884
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/Stepper.json))"
10885
10885
  },
10886
10886
  "VStepper/editable": {
10887
10887
  "type": "boolean\n",
@@ -10889,7 +10889,7 @@
10889
10889
  },
10890
10890
  "VStepper/error-icon": {
10891
10891
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
10892
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
10892
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/Stepper.json))"
10893
10893
  },
10894
10894
  "VStepper/non-linear": {
10895
10895
  "type": "boolean\n",
@@ -11097,11 +11097,11 @@
11097
11097
  },
11098
11098
  "VStepperVertical/complete-icon": {
11099
11099
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11100
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
11100
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/Stepper.json))"
11101
11101
  },
11102
11102
  "VStepperVertical/edit-icon": {
11103
11103
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11104
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
11104
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/Stepper.json))"
11105
11105
  },
11106
11106
  "VStepperVertical/editable": {
11107
11107
  "type": "boolean\n",
@@ -11109,7 +11109,7 @@
11109
11109
  },
11110
11110
  "VStepperVertical/error-icon": {
11111
11111
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11112
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
11112
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/Stepper.json))"
11113
11113
  },
11114
11114
  "VStepperVertical/non-linear": {
11115
11115
  "type": "boolean\n",
@@ -11723,10 +11723,6 @@
11723
11723
  "type": "string\n",
11724
11724
  "description": "Specify a theme for this component and all of its children."
11725
11725
  },
11726
- "VTable/hover": {
11727
- "type": "boolean\n",
11728
- "description": "Will add a hover effect to a table's row when the mouse is over it."
11729
- },
11730
11726
  "VTable/fixed-header": {
11731
11727
  "type": "boolean\n",
11732
11728
  "description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table."
@@ -11735,6 +11731,10 @@
11735
11731
  "type": "boolean\n",
11736
11732
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
11737
11733
  },
11734
+ "VTable/hover": {
11735
+ "type": "boolean\n",
11736
+ "description": "Will add a hover effect to a table's row when the mouse is over it."
11737
+ },
11738
11738
  "VTabs/symbol": {
11739
11739
  "type": "any\n",
11740
11740
  "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/)."
@@ -12457,7 +12457,7 @@
12457
12457
  },
12458
12458
  "VTimePicker/use-seconds": {
12459
12459
  "type": "boolean\n",
12460
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePicker.json))"
12460
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VTimePicker.json))"
12461
12461
  },
12462
12462
  "VTimePicker/allowed-hours": {
12463
12463
  "type": "number[] | ((val: number) => boolean)\n",
@@ -12517,7 +12517,7 @@
12517
12517
  },
12518
12518
  "VTimePickerClock/displayed-value": {
12519
12519
  "type": "any\n",
12520
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12520
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12521
12521
  },
12522
12522
  "VTimePickerClock/double": {
12523
12523
  "type": "boolean\n",
@@ -12533,11 +12533,11 @@
12533
12533
  },
12534
12534
  "VTimePickerControls/readonly": {
12535
12535
  "type": "boolean\n",
12536
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12536
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12537
12537
  },
12538
12538
  "VTimePickerControls/value": {
12539
12539
  "type": "number\n",
12540
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12540
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12541
12541
  },
12542
12542
  "VTimePickerControls/disabled": {
12543
12543
  "type": "boolean\n",
@@ -12545,39 +12545,39 @@
12545
12545
  },
12546
12546
  "VTimePickerControls/ampm-in-title": {
12547
12547
  "type": "boolean\n",
12548
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12548
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12549
12549
  },
12550
12550
  "VTimePickerControls/ampm": {
12551
12551
  "type": "boolean\n",
12552
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12552
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12553
12553
  },
12554
12554
  "VTimePickerControls/use-seconds": {
12555
12555
  "type": "boolean\n",
12556
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12556
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12557
12557
  },
12558
12558
  "VTimePickerControls/ampm-readonly": {
12559
12559
  "type": "boolean\n",
12560
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12560
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12561
12561
  },
12562
12562
  "VTimePickerControls/hour": {
12563
12563
  "type": "number\n",
12564
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12564
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12565
12565
  },
12566
12566
  "VTimePickerControls/minute": {
12567
12567
  "type": "number\n",
12568
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12568
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12569
12569
  },
12570
12570
  "VTimePickerControls/second": {
12571
12571
  "type": "number\n",
12572
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12572
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12573
12573
  },
12574
12574
  "VTimePickerControls/period": {
12575
12575
  "type": "string\n",
12576
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12576
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12577
12577
  },
12578
12578
  "VTimePickerControls/selecting": {
12579
12579
  "type": "number\n",
12580
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12580
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12581
12581
  },
12582
12582
  "VTimeline/density": {
12583
12583
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -12723,22 +12723,54 @@
12723
12723
  "type": "string | number\n",
12724
12724
  "description": "Specifies the distance between the line and the dot of the item."
12725
12725
  },
12726
+ "VToolbar/title": {
12727
+ "type": "string\n",
12728
+ "description": "Specify a title text for the component."
12729
+ },
12726
12730
  "VToolbar/flat": {
12727
12731
  "type": "boolean\n",
12728
12732
  "description": "Removes the toolbar's box-shadow."
12729
12733
  },
12734
+ "VToolbar/border": {
12735
+ "type": "string | number | boolean\n",
12736
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
12737
+ },
12738
+ "VToolbar/density": {
12739
+ "type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
12740
+ "description": "Adjusts the vertical height used by the component."
12741
+ },
12742
+ "VToolbar/height": {
12743
+ "type": "string | number\n",
12744
+ "description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
12745
+ },
12746
+ "VToolbar/elevation": {
12747
+ "type": "string | number\n",
12748
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
12749
+ },
12750
+ "VToolbar/absolute": {
12751
+ "type": "boolean\n",
12752
+ "description": "Applies position: absolute to the component."
12753
+ },
12754
+ "VToolbar/rounded": {
12755
+ "type": "string | number | boolean\n",
12756
+ "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
12757
+ },
12758
+ "VToolbar/tile": {
12759
+ "type": "boolean\n",
12760
+ "description": "Removes any applied **border-radius** from the component."
12761
+ },
12730
12762
  "VToolbar/tag": {
12731
12763
  "type": "string | (new () => any) | FunctionalComponent\n",
12732
12764
  "description": "Specify a custom tag used on the root element."
12733
12765
  },
12734
- "VToolbar/title": {
12735
- "type": "string\n",
12736
- "description": "Specify a title text for the component."
12737
- },
12738
12766
  "VToolbar/theme": {
12739
12767
  "type": "string\n",
12740
12768
  "description": "Specify a theme for this component and all of its children."
12741
12769
  },
12770
+ "VToolbar/color": {
12771
+ "type": "string\n",
12772
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
12773
+ },
12742
12774
  "VToolbar/image": {
12743
12775
  "type": "string\n",
12744
12776
  "description": "Specifies a [v-img](/components/images) as the component's background."
@@ -12747,18 +12779,6 @@
12747
12779
  "type": "boolean\n",
12748
12780
  "description": "Puts the toolbar into a collapsed state reducing its maximum width."
12749
12781
  },
12750
- "VToolbar/absolute": {
12751
- "type": "boolean\n",
12752
- "description": "Applies position: absolute to the component."
12753
- },
12754
- "VToolbar/color": {
12755
- "type": "string\n",
12756
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
12757
- },
12758
- "VToolbar/density": {
12759
- "type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
12760
- "description": "Adjusts the vertical height used by the component."
12761
- },
12762
12782
  "VToolbar/extended": {
12763
12783
  "type": "boolean\n",
12764
12784
  "description": "Use this prop to increase the height of the toolbar _without_ using the `extension` slot for adding content. May be used in conjunction with the **extension-height** prop, and any of the other props that affect the height of the toolbar, e.g. **prominent**, **dense**, etc., **WITH THE EXCEPTION** of **height**."
@@ -12771,26 +12791,6 @@
12771
12791
  "type": "boolean\n",
12772
12792
  "description": "Applies **display: inline-flex** to the component."
12773
12793
  },
12774
- "VToolbar/height": {
12775
- "type": "string | number\n",
12776
- "description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
12777
- },
12778
- "VToolbar/border": {
12779
- "type": "string | number | boolean\n",
12780
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
12781
- },
12782
- "VToolbar/elevation": {
12783
- "type": "string | number\n",
12784
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
12785
- },
12786
- "VToolbar/rounded": {
12787
- "type": "string | number | boolean\n",
12788
- "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
12789
- },
12790
- "VToolbar/tile": {
12791
- "type": "boolean\n",
12792
- "description": "Removes any applied **border-radius** from the component."
12793
- },
12794
12794
  "VToolbarItems/color": {
12795
12795
  "type": "string\n",
12796
12796
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
@@ -12799,14 +12799,14 @@
12799
12799
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
12800
12800
  "description": "Applies a distinct style to the component."
12801
12801
  },
12802
- "VToolbarTitle/tag": {
12803
- "type": "string | (new () => any) | FunctionalComponent\n",
12804
- "description": "Specify a custom tag used on the root element."
12805
- },
12806
12802
  "VToolbarTitle/text": {
12807
12803
  "type": "string\n",
12808
12804
  "description": "Specify content text for the component."
12809
12805
  },
12806
+ "VToolbarTitle/tag": {
12807
+ "type": "string | (new () => any) | FunctionalComponent\n",
12808
+ "description": "Specify a custom tag used on the root element."
12809
+ },
12810
12810
  "VTooltip/text": {
12811
12811
  "type": "string\n",
12812
12812
  "description": "Specify content text for the component."
@@ -12971,38 +12971,6 @@
12971
12971
  "type": "unknown[]\n",
12972
12972
  "description": "An array of items used to build the treeview."
12973
12973
  },
12974
- "VTreeview/model-value": {
12975
- "type": "unknown[]\n",
12976
- "description": "Allows one to control which nodes are selected. The array contains the values of currently selected items. It is equivalent to the `v-model:selected`"
12977
- },
12978
- "VTreeview/color": {
12979
- "type": "string\n",
12980
- "description": "Applies specified color to the active node - 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)."
12981
- },
12982
- "VTreeview/density": {
12983
- "type": "'default' | 'comfortable' | 'compact'\n",
12984
- "description": "Adjusts the vertical height used by the component."
12985
- },
12986
- "VTreeview/height": {
12987
- "type": "string | number\n",
12988
- "description": "Sets the height for the component."
12989
- },
12990
- "VTreeview/border": {
12991
- "type": "string | number | boolean\n",
12992
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
12993
- },
12994
- "VTreeview/elevation": {
12995
- "type": "string | number\n",
12996
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
12997
- },
12998
- "VTreeview/rounded": {
12999
- "type": "string | number | boolean\n",
13000
- "description": "Provides an alternative active style for `v-treeview` node. Only visible when `activatable` is `true` and should not be used in conjunction with the `shaped` prop."
13001
- },
13002
- "VTreeview/tile": {
13003
- "type": "boolean\n",
13004
- "description": "Removes any applied **border-radius** from the component."
13005
- },
13006
12974
  "VTreeview/filter-mode": {
13007
12975
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
13008
12976
  "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."
@@ -13087,6 +13055,18 @@
13087
13055
  "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | 'trunk'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)\n",
13088
13056
  "description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model.\n- **trunk**: Same as classic but if all of a node's children are selected then only that node will be added to the model."
13089
13057
  },
13058
+ "VTreeview/border": {
13059
+ "type": "string | number | boolean\n",
13060
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
13061
+ },
13062
+ "VTreeview/density": {
13063
+ "type": "'default' | 'comfortable' | 'compact'\n",
13064
+ "description": "Adjusts the vertical height used by the component."
13065
+ },
13066
+ "VTreeview/height": {
13067
+ "type": "string | number\n",
13068
+ "description": "Sets the height for the component."
13069
+ },
13090
13070
  "VTreeview/max-height": {
13091
13071
  "type": "string | number\n",
13092
13072
  "description": "Sets the maximum height for the component."
@@ -13107,6 +13087,10 @@
13107
13087
  "type": "string | number\n",
13108
13088
  "description": "Sets the width for the component."
13109
13089
  },
13090
+ "VTreeview/elevation": {
13091
+ "type": "string | number\n",
13092
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
13093
+ },
13110
13094
  "VTreeview/item-type": {
13111
13095
  "type": "string\n",
13112
13096
  "description": "Designates the key on the supplied items that is used for determining the nodes type."
@@ -13135,10 +13119,26 @@
13135
13119
  "type": "(a: any, b: any) => boolean\n",
13136
13120
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
13137
13121
  },
13122
+ "VTreeview/rounded": {
13123
+ "type": "string | number | boolean\n",
13124
+ "description": "Provides an alternative active style for `v-treeview` node. Only visible when `activatable` is `true` and should not be used in conjunction with the `shaped` prop."
13125
+ },
13126
+ "VTreeview/tile": {
13127
+ "type": "boolean\n",
13128
+ "description": "Removes any applied **border-radius** from the component."
13129
+ },
13130
+ "VTreeview/color": {
13131
+ "type": "string\n",
13132
+ "description": "Applies specified color to the active node - 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)."
13133
+ },
13138
13134
  "VTreeview/variant": {
13139
13135
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13140
13136
  "description": "Applies a distinct style to the component."
13141
13137
  },
13138
+ "VTreeview/model-value": {
13139
+ "type": "unknown[]\n",
13140
+ "description": "Allows one to control which nodes are selected. The array contains the values of currently selected items. It is equivalent to the `v-model:selected`"
13141
+ },
13142
13142
  "VTreeview/open-on-click": {
13143
13143
  "type": "boolean\n",
13144
13144
  "description": "When `true` will cause nodes to be opened by clicking anywhere on it, instead of only opening by clicking on expand icon. When using this prop with `activatable` you will be unable to mark nodes with children as active."
@@ -13149,11 +13149,11 @@
13149
13149
  },
13150
13150
  "VTreeview/false-icon": {
13151
13151
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13152
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewChildren.json))"
13152
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VTreeviewChildren.json))"
13153
13153
  },
13154
13154
  "VTreeview/true-icon": {
13155
13155
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13156
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewChildren.json))"
13156
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/VTreeviewChildren.json))"
13157
13157
  },
13158
13158
  "VTreeview/open-all": {
13159
13159
  "type": "boolean\n",
@@ -13367,26 +13367,30 @@
13367
13367
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13368
13368
  "description": "Allows customization of the icon used to toggle the expansion and collapse of treeview branches."
13369
13369
  },
13370
- "VValidation/name": {
13371
- "type": "string\n",
13372
- "description": "Sets the component's name attribute."
13370
+ "VValidation/model-value": {
13371
+ "type": "unknown\n",
13372
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13373
13373
  },
13374
13374
  "VValidation/error": {
13375
13375
  "type": "boolean\n",
13376
13376
  "description": "Puts the input in a manual error state."
13377
13377
  },
13378
- "VValidation/label": {
13378
+ "VValidation/name": {
13379
13379
  "type": "string\n",
13380
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
13380
+ "description": "Sets the component's name attribute."
13381
13381
  },
13382
- "VValidation/model-value": {
13383
- "type": "unknown\n",
13384
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13382
+ "VValidation/readonly": {
13383
+ "type": "boolean\n",
13384
+ "description": "Puts input in readonly state."
13385
13385
  },
13386
13386
  "VValidation/disabled": {
13387
13387
  "type": "boolean\n",
13388
13388
  "description": "Removes the ability to click or target the component."
13389
13389
  },
13390
+ "VValidation/label": {
13391
+ "type": "string\n",
13392
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
13393
+ },
13390
13394
  "VValidation/error-messages": {
13391
13395
  "type": "string | string[]\n",
13392
13396
  "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
@@ -13395,10 +13399,6 @@
13395
13399
  "type": "string | number\n",
13396
13400
  "description": "Control the maximum number of shown errors from validation."
13397
13401
  },
13398
- "VValidation/readonly": {
13399
- "type": "boolean\n",
13400
- "description": "Puts input in readonly state."
13401
- },
13402
13402
  "VValidation/rules": {
13403
13403
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
13404
13404
  "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
@@ -13443,6 +13443,10 @@
13443
13443
  "type": "string | number\n",
13444
13444
  "description": "Sets the width for the component."
13445
13445
  },
13446
+ "VVirtualScroll/renderless": {
13447
+ "type": "boolean\n",
13448
+ "description": "Disables default component rendering functionality."
13449
+ },
13446
13450
  "VVirtualScroll/item-height": {
13447
13451
  "type": "string | number\n",
13448
13452
  "description": "Height in pixels of each item to display."
@@ -13451,10 +13455,6 @@
13451
13455
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
13452
13456
  "description": "Should point to a property with a unique value for each item, if not set then item index will be used as a key which may result in unnecessary re-renders."
13453
13457
  },
13454
- "VVirtualScroll/renderless": {
13455
- "type": "boolean\n",
13456
- "description": "Disables default component rendering functionality."
13457
- },
13458
13458
  "VWindow/model-value": {
13459
13459
  "type": "unknown\n",
13460
13460
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."