vuetify 3.1.7 → 3.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (169) hide show
  1. package/dist/json/attributes.json +6 -530
  2. package/dist/json/importMap.json +36 -36
  3. package/dist/json/tags.json +3 -136
  4. package/dist/json/web-types.json +62 -1218
  5. package/dist/vuetify-labs.css +526 -363
  6. package/dist/vuetify-labs.d.ts +14 -7
  7. package/dist/vuetify-labs.esm.js +502 -281
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +502 -281
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +472 -312
  12. package/dist/vuetify.d.ts +17 -12
  13. package/dist/vuetify.esm.js +336 -222
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +336 -222
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +503 -501
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/VAlert.css +1 -1
  21. package/lib/components/VAlert/VAlert.mjs +29 -15
  22. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  23. package/lib/components/VAlert/_variables.scss +1 -1
  24. package/lib/components/VAlert/index.d.ts +2 -0
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs +11 -5
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  27. package/lib/components/VBanner/VBanner.mjs +19 -12
  28. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  29. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  30. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +11 -7
  31. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  32. package/lib/components/VBtn/VBtn.mjs +25 -19
  33. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  34. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  35. package/lib/components/VCard/VCard.mjs +10 -6
  36. package/lib/components/VCard/VCard.mjs.map +1 -1
  37. package/lib/components/VCard/VCardItem.mjs +27 -23
  38. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  39. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  40. package/lib/components/VChip/VChip.css +110 -90
  41. package/lib/components/VChip/VChip.mjs +70 -48
  42. package/lib/components/VChip/VChip.mjs.map +1 -1
  43. package/lib/components/VChip/_mixins.scss +27 -23
  44. package/lib/components/VChip/index.d.ts +2 -2
  45. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  46. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  47. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  48. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  49. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  50. package/lib/components/VCombobox/VCombobox.mjs +11 -5
  51. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  52. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -1
  53. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  54. package/lib/components/VDefaultsProvider/index.d.ts +3 -0
  55. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  56. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  57. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  58. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  59. package/lib/components/VField/VField.mjs.map +1 -1
  60. package/lib/components/VFileInput/VFileInput.mjs +1 -0
  61. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  62. package/lib/components/VFooter/VFooter.css +2 -0
  63. package/lib/components/VFooter/VFooter.sass +2 -0
  64. package/lib/components/VFooter/_variables.scss +2 -0
  65. package/lib/components/VImg/VImg.mjs +2 -2
  66. package/lib/components/VImg/VImg.mjs.map +1 -1
  67. package/lib/components/VInput/VInput.mjs.map +1 -1
  68. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  69. package/lib/components/VList/VListGroup.mjs.map +1 -1
  70. package/lib/components/VList/VListItem.mjs +23 -19
  71. package/lib/components/VList/VListItem.mjs.map +1 -1
  72. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  73. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  74. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  75. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  76. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  77. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  78. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  79. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  80. package/lib/components/VRating/VRating.mjs.map +1 -1
  81. package/lib/components/VSelect/VSelect.mjs +11 -5
  82. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  83. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  84. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  85. package/lib/components/VSlider/VSliderTrack.mjs +1 -0
  86. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  87. package/lib/components/VSlider/slider.mjs +3 -1
  88. package/lib/components/VSlider/slider.mjs.map +1 -1
  89. package/lib/components/VSnackbar/VSnackbar.css +2 -9
  90. package/lib/components/VSnackbar/VSnackbar.mjs +8 -9
  91. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  92. package/lib/components/VSnackbar/VSnackbar.sass +3 -10
  93. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  94. package/lib/components/VTable/VTable.mjs.map +1 -1
  95. package/lib/components/VTabs/VTab.mjs.map +1 -1
  96. package/lib/components/VTabs/VTabs.mjs +23 -15
  97. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  98. package/lib/components/VTextField/VTextField.mjs +1 -0
  99. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  100. package/lib/components/VTextarea/VTextarea.mjs +1 -0
  101. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  102. package/lib/components/VTimeline/VTimelineDivider.mjs +18 -10
  103. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  104. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  105. package/lib/components/VToolbar/VToolbar.mjs +9 -5
  106. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  107. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  108. package/lib/components/index.d.ts +7 -2
  109. package/lib/components/transitions/createTransition.mjs +1 -1
  110. package/lib/components/transitions/createTransition.mjs.map +1 -1
  111. package/lib/composables/defaults.mjs +2 -0
  112. package/lib/composables/defaults.mjs.map +1 -1
  113. package/lib/composables/display.mjs +13 -10
  114. package/lib/composables/display.mjs.map +1 -1
  115. package/lib/composables/loader.mjs.map +1 -1
  116. package/lib/composables/theme.mjs +7 -10
  117. package/lib/composables/theme.mjs.map +1 -1
  118. package/lib/composables/variant.mjs.map +1 -1
  119. package/lib/entry-bundler.mjs +1 -1
  120. package/lib/framework.mjs +1 -1
  121. package/lib/index.d.ts +10 -10
  122. package/lib/labs/VDataTable/VDataTable.css +3 -0
  123. package/lib/labs/VDataTable/VDataTable.mjs +45 -19
  124. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  125. package/lib/labs/VDataTable/VDataTable.sass +3 -0
  126. package/lib/labs/VDataTable/VDataTableFooter.mjs +3 -2
  127. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  128. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  129. package/lib/labs/VDataTable/VDataTableRow.mjs +6 -2
  130. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  131. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
  132. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  133. package/lib/labs/VDataTable/VDataTableServer.mjs +39 -17
  134. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  135. package/lib/labs/VDataTable/VDataTableVirtual.mjs +27 -14
  136. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  137. package/lib/labs/VDataTable/composables/expand.mjs +1 -1
  138. package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
  139. package/lib/labs/VDataTable/composables/group.mjs +12 -1
  140. package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
  141. package/lib/labs/VDataTable/composables/options.mjs +4 -10
  142. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  143. package/lib/labs/VDataTable/composables/paginate.mjs +25 -4
  144. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  145. package/lib/labs/VDataTable/composables/select.mjs +1 -1
  146. package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
  147. package/lib/labs/VDataTable/composables/sort.mjs +19 -3
  148. package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
  149. package/lib/labs/VDataTable/index.d.ts +7 -5
  150. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  151. package/lib/labs/components.d.ts +7 -5
  152. package/lib/locale/adapters/vue-i18n.d.ts +1 -1
  153. package/lib/locale/adapters/vue-i18n.mjs +1 -1
  154. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  155. package/lib/locale/index.mjs +1 -1
  156. package/lib/locale/index.mjs.map +1 -1
  157. package/lib/styles/elements/_global.sass +0 -4
  158. package/lib/styles/generic/_index.scss +0 -1
  159. package/lib/styles/generic/_transitions.scss +111 -9
  160. package/lib/styles/main.css +312 -167
  161. package/lib/styles/tools/_sheet.sass +3 -6
  162. package/lib/styles/utilities/_display.sass +6 -5
  163. package/lib/styles/utilities/_elevation.scss +13 -0
  164. package/lib/styles/utilities/_index.sass +3 -2
  165. package/lib/styles/utilities/_screenreaders.sass +13 -11
  166. package/lib/util/defineComponent.mjs +3 -2
  167. package/lib/util/defineComponent.mjs.map +1 -1
  168. package/package.json +14 -7
  169. package/lib/styles/generic/_elevation.scss +0 -10
@@ -11,10 +11,6 @@
11
11
  "type": "string",
12
12
  "description": "Specify a theme for this component and all of its children"
13
13
  },
14
- "v-app/$slots": {
15
- "type": "{ default: (args: []) => VNodeChild }",
16
- "description": "MISSING DESCRIPTION"
17
- },
18
14
  "v-app-bar/flat": {
19
15
  "type": "boolean",
20
16
  "description": "Removes the component's **box-shadow**."
@@ -27,10 +23,6 @@
27
23
  "type": "string",
28
24
  "description": "Assign a specific name for layout registration."
29
25
  },
30
- "v-app-bar/$slots": {
31
- "type": "{ default: (args: []) => VNodeChild; image: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; title: (args: []) => VNodeChild; extension: (args: []) => VNodeChild }",
32
- "description": "MISSING DESCRIPTION"
33
- },
34
26
  "v-app-bar/image": {
35
27
  "type": "string",
36
28
  "description": "Specifies a [v-img](/components/images) as the component's background."
@@ -99,18 +91,10 @@
99
91
  "type": "string | number",
100
92
  "description": "Adjust the order of the component in relation to its registration order."
101
93
  },
102
- "v-app-bar-nav-icon/$slots": {
103
- "type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; loader: (args: []) => VNodeChild }",
104
- "description": "MISSING DESCRIPTION"
105
- },
106
94
  "v-app-bar-nav-icon/icon": {
107
95
  "type": "string | (new () => any) | FunctionalComponent",
108
96
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
109
97
  },
110
- "v-app-bar-title/$slots": {
111
- "type": "{ default: (args: []) => VNodeChild; text: (args: []) => VNodeChild }",
112
- "description": "MISSING DESCRIPTION"
113
- },
114
98
  "v-app-bar-title/tag": {
115
99
  "type": "string",
116
100
  "description": "Specify a custom tag used on the root element."
@@ -127,10 +111,6 @@
127
111
  "type": "string",
128
112
  "description": "Specify a theme for this component and all of its children"
129
113
  },
130
- "v-alert/$slots": {
131
- "type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; title: (args: []) => VNodeChild; text: (args: []) => VNodeChild; append: (args: []) => VNodeChild; close: (args: []) => VNodeChild }",
132
- "description": "MISSING DESCRIPTION"
133
- },
134
114
  "v-alert/position": {
135
115
  "type": "\"relative\" | \"absolute\" | \"static\" | \"fixed\" | \"sticky\"",
136
116
  "description": "Specifies the type of positioning method used for the component."
@@ -227,10 +207,6 @@
227
207
  "type": "\"flat\" | \"text\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"",
228
208
  "description": "Applies a distinct style to the component"
229
209
  },
230
- "v-alert-title/$slots": {
231
- "type": "{ default: (args: []) => VNodeChild }",
232
- "description": "MISSING DESCRIPTION"
233
- },
234
210
  "v-alert-title/tag": {
235
211
  "type": "string",
236
212
  "description": "Specify a custom tag used on the root element"
@@ -251,10 +227,6 @@
251
227
  "type": "boolean",
252
228
  "description": "Reverses the input orientation"
253
229
  },
254
- "v-autocomplete/$slots": {
255
- "type": "{ prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; loader: (args: [{ color: string; isActive: boolean }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; clear: (args: []) => VNodeChild; prepend-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; append-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; label: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; item: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number; props: Record<string, unknown> }]) => VNodeChild; chip: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number; props: Record<string, unknown> }]) => VNodeChild; selection: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number }]) => VNodeChild; prepend-item: (args: []) => VNodeChild; append-item: (args: []) => VNodeChild; no-data: (args: []) => VNodeChild }",
256
- "description": "MISSING DESCRIPTION"
257
- },
258
230
  "v-autocomplete/id": {
259
231
  "type": "string",
260
232
  "description": "Sets the DOM id on the component"
@@ -507,10 +479,6 @@
507
479
  "type": "string",
508
480
  "description": "Specify a theme for this component and all of its children"
509
481
  },
510
- "v-avatar/$slots": {
511
- "type": "{ default: (args: []) => VNodeChild }",
512
- "description": "MISSING DESCRIPTION"
513
- },
514
482
  "v-avatar/size": {
515
483
  "type": "string | number",
516
484
  "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**."
@@ -555,10 +523,6 @@
555
523
  "type": "string",
556
524
  "description": "Specify a theme for this component and all of its children"
557
525
  },
558
- "v-badge/$slots": {
559
- "type": "{ default: (args: []) => VNodeChild; badge: (args: []) => VNodeChild }",
560
- "description": "MISSING DESCRIPTION"
561
- },
562
526
  "v-badge/model-value": {
563
527
  "type": "boolean",
564
528
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -631,10 +595,6 @@
631
595
  "type": "string",
632
596
  "description": "Specify a theme for this component and all of its children"
633
597
  },
634
- "v-banner/$slots": {
635
- "type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; text: (args: []) => VNodeChild; actions: (args: []) => VNodeChild }",
636
- "description": "MISSING DESCRIPTION"
637
- },
638
598
  "v-banner/position": {
639
599
  "type": "\"relative\" | \"absolute\" | \"static\" | \"fixed\" | \"sticky\"",
640
600
  "description": "Specifies the type of positioning method used for the component."
@@ -715,10 +675,6 @@
715
675
  "type": "\"one\" | \"two\" | \"three\"",
716
676
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-banner.json))"
717
677
  },
718
- "v-banner-actions/$slots": {
719
- "type": "{ default: (args: []) => VNodeChild }",
720
- "description": "MISSING DESCRIPTION"
721
- },
722
678
  "v-banner-actions/color": {
723
679
  "type": "string",
724
680
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
@@ -727,10 +683,6 @@
727
683
  "type": "string",
728
684
  "description": "Adjusts the vertical height used by the component."
729
685
  },
730
- "v-banner-text/$slots": {
731
- "type": "{ default: (args: []) => VNodeChild }",
732
- "description": "MISSING DESCRIPTION"
733
- },
734
686
  "v-banner-text/tag": {
735
687
  "type": "string",
736
688
  "description": "Specify a custom tag used on the root element"
@@ -743,10 +695,6 @@
743
695
  "type": "string",
744
696
  "description": "Assign a specific name for layout registration."
745
697
  },
746
- "v-bottom-navigation/$slots": {
747
- "type": "{ default: (args: []) => VNodeChild }",
748
- "description": "MISSING DESCRIPTION"
749
- },
750
698
  "v-bottom-navigation/model-value": {
751
699
  "type": "any",
752
700
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -823,10 +771,6 @@
823
771
  "type": "boolean | \"force\"",
824
772
  "description": "Forces at least one item to always be selected (if available)."
825
773
  },
826
- "v-breadcrumbs/$slots": {
827
- "type": "{ prepend: (args: []) => VNodeChild; title: (args: [{ item: unknown; index: number }]) => VNodeChild; divider: (args: [{ item: unknown; index: number }]) => VNodeChild; default: (args: []) => VNodeChild }",
828
- "description": "MISSING DESCRIPTION"
829
- },
830
774
  "v-breadcrumbs/items": {
831
775
  "type": "unknown[]",
832
776
  "description": "An array of strings or objects used for automatically generating children components"
@@ -871,10 +815,6 @@
871
815
  "type": "string",
872
816
  "description": "The applied color when the component is in an active state"
873
817
  },
874
- "v-breadcrumbs-item/$slots": {
875
- "type": "{ default: (args: []) => VNodeChild }",
876
- "description": "MISSING DESCRIPTION"
877
- },
878
818
  "v-breadcrumbs-item/title": {
879
819
  "type": "string",
880
820
  "description": "Specify a title text for the component."
@@ -931,10 +871,6 @@
931
871
  "type": "string",
932
872
  "description": "Specify a theme for this component and all of its children"
933
873
  },
934
- "v-btn/$slots": {
935
- "type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; loader: (args: []) => VNodeChild }",
936
- "description": "MISSING DESCRIPTION"
937
- },
938
874
  "v-btn/value": {
939
875
  "type": "any",
940
876
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
@@ -1063,10 +999,6 @@
1063
999
  "type": "string",
1064
1000
  "description": "Specify a theme for this component and all of its children"
1065
1001
  },
1066
- "v-btn-group/$slots": {
1067
- "type": "{ default: (args: []) => VNodeChild }",
1068
- "description": "MISSING DESCRIPTION"
1069
- },
1070
1002
  "v-btn-group/color": {
1071
1003
  "type": "string",
1072
1004
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
@@ -1103,10 +1035,6 @@
1103
1035
  "type": "string",
1104
1036
  "description": "Specify a theme for this component and all of its children"
1105
1037
  },
1106
- "v-btn-toggle/$slots": {
1107
- "type": "{ default: (args: [{ select: (id: number, value: boolean) => void; isSelected: (id: number) => boolean; selected: Ref<readonly number[]>; next: () => void; prev: () => void }]) => VNodeChild }",
1108
- "description": "MISSING DESCRIPTION"
1109
- },
1110
1038
  "v-btn-toggle/model-value": {
1111
1039
  "type": "any",
1112
1040
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -1171,10 +1099,6 @@
1171
1099
  "type": "string",
1172
1100
  "description": "Specify a theme for this component and all of its children"
1173
1101
  },
1174
- "v-card/$slots": {
1175
- "type": "{ default: (args: []) => VNodeChild; actions: (args: []) => VNodeChild; title: (args: []) => VNodeChild; subtitle: (args: []) => VNodeChild; text: (args: []) => VNodeChild; loader: (args: []) => VNodeChild; image: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild }",
1176
- "description": "MISSING DESCRIPTION"
1177
- },
1178
1102
  "v-card/position": {
1179
1103
  "type": "\"relative\" | \"absolute\" | \"static\" | \"fixed\" | \"sticky\"",
1180
1104
  "description": "Specifies the type of positioning method used for the component."
@@ -1303,14 +1227,6 @@
1303
1227
  "type": "string",
1304
1228
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
1305
1229
  },
1306
- "v-card-actions/$slots": {
1307
- "type": "{ default: (args: []) => VNodeChild }",
1308
- "description": "MISSING DESCRIPTION"
1309
- },
1310
- "v-card-item/$slots": {
1311
- "type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; title: (args: []) => VNodeChild; subtitle: (args: []) => VNodeChild }",
1312
- "description": "MISSING DESCRIPTION"
1313
- },
1314
1230
  "v-card-item/title": {
1315
1231
  "type": "string",
1316
1232
  "description": "Specify a title text for the component."
@@ -1339,34 +1255,18 @@
1339
1255
  "type": "string",
1340
1256
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
1341
1257
  },
1342
- "v-card-subtitle/$slots": {
1343
- "type": "{ default: (args: []) => VNodeChild }",
1344
- "description": "MISSING DESCRIPTION"
1345
- },
1346
1258
  "v-card-subtitle/tag": {
1347
1259
  "type": "string",
1348
1260
  "description": "Specify a custom tag used on the root element"
1349
1261
  },
1350
- "v-card-text/$slots": {
1351
- "type": "{ default: (args: []) => VNodeChild }",
1352
- "description": "MISSING DESCRIPTION"
1353
- },
1354
1262
  "v-card-text/tag": {
1355
1263
  "type": "string",
1356
1264
  "description": "Specify a custom tag used on the root element"
1357
1265
  },
1358
- "v-card-title/$slots": {
1359
- "type": "{ default: (args: []) => VNodeChild }",
1360
- "description": "MISSING DESCRIPTION"
1361
- },
1362
1266
  "v-card-title/tag": {
1363
1267
  "type": "string",
1364
1268
  "description": "Specify a custom tag used on the root element"
1365
1269
  },
1366
- "v-carousel/$slots": {
1367
- "type": "{ default: (args: [{ group: { register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean> }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean; }[]>; disabled: Ref<boolean>; getItemIndex: (value: unknown) => number } }]) => VNodeChild; additional: (args: [{ group: { register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean> }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean; }[]>; disabled: Ref<boolean>; getItemIndex: (value: unknown) => number } }]) => VNodeChild; prev: (args: [{ props: { icon: string | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string } }]) => VNodeChild; next: (args: [{ props: { icon: string | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string } }]) => VNodeChild }",
1368
- "description": "MISSING DESCRIPTION"
1369
- },
1370
1270
  "v-carousel/model-value": {
1371
1271
  "type": "any",
1372
1272
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -1411,10 +1311,6 @@
1411
1311
  "type": "boolean | \"left\" | \"right\"",
1412
1312
  "description": "Displays carousel delimiters vertically."
1413
1313
  },
1414
- "v-carousel-item/$slots": {
1415
- "type": "{ default: (args: []) => VNodeChild; placeholder: (args: []) => VNodeChild; error: (args: []) => VNodeChild; sources: (args: []) => VNodeChild }",
1416
- "description": "MISSING DESCRIPTION"
1417
- },
1418
1314
  "v-carousel-item/value": {
1419
1315
  "type": "any",
1420
1316
  "description": "MISSING DESCRIPTION"
@@ -1431,10 +1327,6 @@
1431
1327
  "type": "string",
1432
1328
  "description": "Sets the component's name attribute."
1433
1329
  },
1434
- "v-checkbox/$slots": {
1435
- "type": "{ default: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild & (args: []) => VNodeChild; prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; label: (args: [{ label: string; props: Record<string, unknown> }]) => VNodeChild; input: (args: [{ model: WritableComputedRef<any>; textColorClasses: Ref<string[]>; textColorStyles: Ref<CSSProperties>; props: { onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string } }]) => VNodeChild }",
1436
- "description": "MISSING DESCRIPTION"
1437
- },
1438
1330
  "v-checkbox/value": {
1439
1331
  "type": "any",
1440
1332
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
@@ -1567,10 +1459,6 @@
1567
1459
  "type": "string",
1568
1460
  "description": "Sets the component's name attribute."
1569
1461
  },
1570
- "v-checkbox-btn/$slots": {
1571
- "type": "{ default: (args: []) => VNodeChild; label: (args: [{ label: string; props: Record<string, unknown> }]) => VNodeChild; input: (args: [{ model: WritableComputedRef<any>; textColorClasses: Ref<string[]>; textColorStyles: Ref<CSSProperties>; props: { onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string } }]) => VNodeChild }",
1572
- "description": "MISSING DESCRIPTION"
1573
- },
1574
1462
  "v-checkbox-btn/value": {
1575
1463
  "type": "any",
1576
1464
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
@@ -1655,10 +1543,6 @@
1655
1543
  "type": "string",
1656
1544
  "description": "Specify a theme for this component and all of its children"
1657
1545
  },
1658
- "v-chip/$slots": {
1659
- "type": "{ default: (args: []) => VNodeChild; label: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild }",
1660
- "description": "MISSING DESCRIPTION"
1661
- },
1662
1546
  "v-chip/value": {
1663
1547
  "type": "any",
1664
1548
  "description": "The value used when a child of a [v-chip-group](/components/chip-groups)"
@@ -1791,10 +1675,6 @@
1791
1675
  "type": "string",
1792
1676
  "description": "Specify a theme for this component and all of its children"
1793
1677
  },
1794
- "v-chip-group/$slots": {
1795
- "type": "{ default: (args: []) => VNodeChild }",
1796
- "description": "MISSING DESCRIPTION"
1797
- },
1798
1678
  "v-chip-group/model-value": {
1799
1679
  "type": "any",
1800
1680
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -1839,10 +1719,6 @@
1839
1719
  "type": "boolean",
1840
1720
  "description": "Remove horizontal pagination and wrap items as needed"
1841
1721
  },
1842
- "v-code/$slots": {
1843
- "type": "{ default: (args: []) => VNodeChild }",
1844
- "description": "MISSING DESCRIPTION"
1845
- },
1846
1722
  "v-code/tag": {
1847
1723
  "type": "string",
1848
1724
  "description": "Specify a custom tag used on the root element"
@@ -1927,10 +1803,6 @@
1927
1803
  "type": "boolean",
1928
1804
  "description": "Reverses the input orientation"
1929
1805
  },
1930
- "v-combobox/$slots": {
1931
- "type": "{ prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; loader: (args: [{ color: string; isActive: boolean }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; clear: (args: []) => VNodeChild; prepend-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; append-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; label: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; item: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number; props: Record<string, unknown> }]) => VNodeChild; chip: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number; props: Record<string, unknown> }]) => VNodeChild; selection: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number }]) => VNodeChild; prepend-item: (args: []) => VNodeChild; append-item: (args: []) => VNodeChild; no-data: (args: []) => VNodeChild }",
1932
- "description": "MISSING DESCRIPTION"
1933
- },
1934
1806
  "v-combobox/id": {
1935
1807
  "type": "string",
1936
1808
  "description": "Sets the DOM id on the component"
@@ -2179,10 +2051,6 @@
2179
2051
  "type": "string[]",
2180
2052
  "description": "Accepts an array of strings that will trigger a new tag when typing. Does not replace the normal Tab and Enter keys."
2181
2053
  },
2182
- "v-counter/$slots": {
2183
- "type": "{ default: (args: []) => VNodeChild }",
2184
- "description": "MISSING DESCRIPTION"
2185
- },
2186
2054
  "v-counter/value": {
2187
2055
  "type": "string | number",
2188
2056
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
@@ -2199,21 +2067,21 @@
2199
2067
  "type": "string | number",
2200
2068
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
2201
2069
  },
2202
- "v-defaults-provider/$slots": {
2203
- "type": "{ default: (args: []) => VNodeChild }",
2204
- "description": "MISSING DESCRIPTION"
2070
+ "v-defaults-provider/disabled": {
2071
+ "type": "boolean",
2072
+ "description": "Turns off all calcuations of new default values for improved performance in situations where defaults propagation isn't necessary"
2205
2073
  },
2206
2074
  "v-defaults-provider/root": {
2207
2075
  "type": "boolean",
2208
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-defaults-provider.json))"
2076
+ "description": "Force current defaults to match the application root defaults"
2209
2077
  },
2210
2078
  "v-defaults-provider/scoped": {
2211
2079
  "type": "boolean",
2212
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-defaults-provider.json))"
2080
+ "description": "Prevents the ability for default values to be inherited from parent components"
2213
2081
  },
2214
2082
  "v-defaults-provider/reset": {
2215
2083
  "type": "string | number",
2216
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-defaults-provider.json))"
2084
+ "description": "Reset the default values up the nested chain by {n} amount"
2217
2085
  },
2218
2086
  "v-defaults-provider/defaults": {
2219
2087
  "type": "{ global: Record<string, unknown>; [string]: Record<string, unknown> }",
@@ -2223,10 +2091,6 @@
2223
2091
  "type": "string",
2224
2092
  "description": "Specify a theme for this component and all of its children"
2225
2093
  },
2226
- "v-dialog/$slots": {
2227
- "type": "{ default: (args: [{ isActive: Ref<boolean> }]) => VNodeChild; activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild }",
2228
- "description": "MISSING DESCRIPTION"
2229
- },
2230
2094
  "v-dialog/z-index": {
2231
2095
  "type": "string | number",
2232
2096
  "description": "The z-index used for the component"
@@ -2379,10 +2243,6 @@
2379
2243
  "type": "string",
2380
2244
  "description": "Specify a theme for this component and all of its children"
2381
2245
  },
2382
- "v-divider/$slots": {
2383
- "type": "{ default: (args: []) => VNodeChild }",
2384
- "description": "MISSING DESCRIPTION"
2385
- },
2386
2246
  "v-divider/color": {
2387
2247
  "type": "string",
2388
2248
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
@@ -2403,10 +2263,6 @@
2403
2263
  "type": "string",
2404
2264
  "description": "Specify a theme for this component and all of its children"
2405
2265
  },
2406
- "v-expansion-panels/$slots": {
2407
- "type": "{ default: (args: []) => VNodeChild }",
2408
- "description": "MISSING DESCRIPTION"
2409
- },
2410
2266
  "v-expansion-panels/model-value": {
2411
2267
  "type": "any",
2412
2268
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -2447,10 +2303,6 @@
2447
2303
  "type": "boolean | \"force\"",
2448
2304
  "description": "Forces at least one item to always be selected (if available)."
2449
2305
  },
2450
- "v-expansion-panel/$slots": {
2451
- "type": "{ default: (args: []) => VNodeChild; title: (args: []) => VNodeChild; text: (args: []) => VNodeChild }",
2452
- "description": "MISSING DESCRIPTION"
2453
- },
2454
2306
  "v-expansion-panel/value": {
2455
2307
  "type": "any",
2456
2308
  "description": "Controls the opened/closed state of content"
@@ -2515,18 +2367,10 @@
2515
2367
  "type": "boolean",
2516
2368
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
2517
2369
  },
2518
- "v-expansion-panel-text/$slots": {
2519
- "type": "{ default: (args: []) => VNodeChild }",
2520
- "description": "MISSING DESCRIPTION"
2521
- },
2522
2370
  "v-expansion-panel-text/eager": {
2523
2371
  "type": "boolean",
2524
2372
  "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."
2525
2373
  },
2526
- "v-expansion-panel-title/$slots": {
2527
- "type": "{ default: (args: [{ collapseIcon: string | (new () => any) | FunctionalComponent; disabled: boolean; expanded: boolean; expandIcon: string | (new () => any) | FunctionalComponent; readonly: boolean }]) => VNodeChild; actions: (args: [{ collapseIcon: string | (new () => any) | FunctionalComponent; disabled: boolean; expanded: boolean; expandIcon: string | (new () => any) | FunctionalComponent; readonly: boolean }]) => VNodeChild }",
2528
- "description": "MISSING DESCRIPTION"
2529
- },
2530
2374
  "v-expansion-panel-title/color": {
2531
2375
  "type": "string",
2532
2376
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
@@ -2559,10 +2403,6 @@
2559
2403
  "type": "boolean",
2560
2404
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
2561
2405
  },
2562
- "v-field/$slots": {
2563
- "type": "{ clear: (args: []) => VNodeChild; prepend-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; append-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; label: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; loader: (args: [{ color: string; isActive: boolean }]) => VNodeChild; default: (args: [{ props: Record<string, unknown>; isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void }]) => VNodeChild }",
2564
- "description": "MISSING DESCRIPTION"
2565
- },
2566
2406
  "v-field/id": {
2567
2407
  "type": "string",
2568
2408
  "description": "Sets the DOM id on the component"
@@ -2635,10 +2475,6 @@
2635
2475
  "type": "string | boolean",
2636
2476
  "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"
2637
2477
  },
2638
- "v-field-label/$slots": {
2639
- "type": "{ default: (args: []) => VNodeChild }",
2640
- "description": "MISSING DESCRIPTION"
2641
- },
2642
2478
  "v-field-label/floating": {
2643
2479
  "type": "boolean",
2644
2480
  "description": "Elevates the label above the slotted content."
@@ -2655,10 +2491,6 @@
2655
2491
  "type": "boolean",
2656
2492
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
2657
2493
  },
2658
- "v-file-input/$slots": {
2659
- "type": "{ default: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild & (args: [{ props: Record<string, unknown>; isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void }]) => VNodeChild; prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; clear: (args: []) => VNodeChild; prepend-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; append-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; label: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; loader: (args: [{ color: string; isActive: boolean }]) => VNodeChild; counter: (args: []) => VNodeChild }",
2660
- "description": "MISSING DESCRIPTION"
2661
- },
2662
2494
  "v-file-input/id": {
2663
2495
  "type": "string",
2664
2496
  "description": "Sets the DOM id on the component"
@@ -2823,10 +2655,6 @@
2823
2655
  "type": "string",
2824
2656
  "description": "Assign a specific name for layout registration."
2825
2657
  },
2826
- "v-footer/$slots": {
2827
- "type": "{ default: (args: []) => VNodeChild }",
2828
- "description": "MISSING DESCRIPTION"
2829
- },
2830
2658
  "v-footer/absolute": {
2831
2659
  "type": "boolean",
2832
2660
  "description": "Applies **position: absolute** to the component."
@@ -2863,10 +2691,6 @@
2863
2691
  "type": "boolean",
2864
2692
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-footer.json))"
2865
2693
  },
2866
- "v-form/$slots": {
2867
- "type": "{ default: (args: []) => VNodeChild }",
2868
- "description": "MISSING DESCRIPTION"
2869
- },
2870
2694
  "v-form/model-value": {
2871
2695
  "type": "boolean",
2872
2696
  "description": "The value representing the validity of the form. If the value is `null` then no validation has taken place yet, or the form has been reset. Otherwise the value will be a `boolean` that indicates if validation has passed or not."
@@ -2887,10 +2711,6 @@
2887
2711
  "type": "boolean",
2888
2712
  "description": "Stop validation as soon as any rules fail."
2889
2713
  },
2890
- "v-container/$slots": {
2891
- "type": "{ default: (args: []) => VNodeChild }",
2892
- "description": "MISSING DESCRIPTION"
2893
- },
2894
2714
  "v-container/tag": {
2895
2715
  "type": "string",
2896
2716
  "description": "Specify a custom tag used on the root element."
@@ -2899,10 +2719,6 @@
2899
2719
  "type": "boolean",
2900
2720
  "description": "Removes viewport maximum-width size breakpoints."
2901
2721
  },
2902
- "v-col/$slots": {
2903
- "type": "{ default: (args: []) => VNodeChild }",
2904
- "description": "MISSING DESCRIPTION"
2905
- },
2906
2722
  "v-col/tag": {
2907
2723
  "type": "string",
2908
2724
  "description": "Specify a custom tag used on the root element."
@@ -2923,10 +2739,6 @@
2923
2739
  "type": "\"end\" | \"start\" | \"center\" | \"auto\" | \"baseline\" | \"stretch\"",
2924
2740
  "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **auto**, **baseline** and **stretch**."
2925
2741
  },
2926
- "v-row/$slots": {
2927
- "type": "{ default: (args: []) => VNodeChild }",
2928
- "description": "MISSING DESCRIPTION"
2929
- },
2930
2742
  "v-row/tag": {
2931
2743
  "type": "string",
2932
2744
  "description": "Specify a custom tag used on the root element."
@@ -2951,18 +2763,10 @@
2951
2763
  "type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
2952
2764
  "description": "Applies the [align-content](https://developer.mozilla.org/en-US/docs/Web/CSS/align-content) css property. Available options are: **start**, **center**, **end**, **space-between**, **space-around** and **stretch**."
2953
2765
  },
2954
- "v-spacer/$slots": {
2955
- "type": "{ default: (args: []) => VNodeChild }",
2956
- "description": "MISSING DESCRIPTION"
2957
- },
2958
2766
  "v-spacer/tag": {
2959
2767
  "type": "string",
2960
2768
  "description": "Specify a custom tag used on the root element"
2961
2769
  },
2962
- "v-hover/$slots": {
2963
- "type": "{ default: (args: [{ isHovering: boolean; props: Record<string, unknown> }]) => VNodeChild }",
2964
- "description": "MISSING DESCRIPTION"
2965
- },
2966
2770
  "v-hover/model-value": {
2967
2771
  "type": "boolean",
2968
2772
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -2983,10 +2787,6 @@
2983
2787
  "type": "string",
2984
2788
  "description": "Specify a theme for this component and all of its children"
2985
2789
  },
2986
- "v-icon/$slots": {
2987
- "type": "{ default: (args: []) => VNodeChild }",
2988
- "description": "MISSING DESCRIPTION"
2989
- },
2990
2790
  "v-icon/size": {
2991
2791
  "type": "string | number",
2992
2792
  "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**."
@@ -3011,10 +2811,6 @@
3011
2811
  "type": "boolean",
3012
2812
  "description": "Applies margin at the end of the component."
3013
2813
  },
3014
- "v-component-icon/$slots": {
3015
- "type": "{ default: (args: []) => VNodeChild }",
3016
- "description": "MISSING DESCRIPTION"
3017
- },
3018
2814
  "v-component-icon/tag": {
3019
2815
  "type": "string",
3020
2816
  "description": "Specify a custom tag used on the root element"
@@ -3047,10 +2843,6 @@
3047
2843
  "type": "string | (new () => any) | FunctionalComponent",
3048
2844
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
3049
2845
  },
3050
- "v-img/$slots": {
3051
- "type": "{ default: (args: []) => VNodeChild; placeholder: (args: []) => VNodeChild; error: (args: []) => VNodeChild; sources: (args: []) => VNodeChild }",
3052
- "description": "MISSING DESCRIPTION"
3053
- },
3054
2846
  "v-img/width": {
3055
2847
  "type": "string | number",
3056
2848
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-img.json))"
@@ -3103,10 +2895,6 @@
3103
2895
  "type": "string",
3104
2896
  "description": "Sets the component's name attribute."
3105
2897
  },
3106
- "v-input/$slots": {
3107
- "type": "{ default: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild }",
3108
- "description": "MISSING DESCRIPTION"
3109
- },
3110
2898
  "v-input/id": {
3111
2899
  "type": "string",
3112
2900
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
@@ -3183,10 +2971,6 @@
3183
2971
  "type": "string",
3184
2972
  "description": "Specify a theme for this component and all of its children"
3185
2973
  },
3186
- "v-item-group/$slots": {
3187
- "type": "{ default: (args: []) => VNodeChild }",
3188
- "description": "MISSING DESCRIPTION"
3189
- },
3190
2974
  "v-item-group/model-value": {
3191
2975
  "type": "any",
3192
2976
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -3215,10 +2999,6 @@
3215
2999
  "type": "boolean | \"force\"",
3216
3000
  "description": "Forces at least one item to always be selected (if available)."
3217
3001
  },
3218
- "v-item/$slots": {
3219
- "type": "{ default: (args: [{ id: number; isSelected: Ref<boolean>; toggle: () => void; select: (value: boolean) => void; selectedClass: Ref<false | string[]>; value: Ref<unknown>; disabled: Ref<boolean>; group: { register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean> }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean; }[]>; disabled: Ref<boolean>; getItemIndex: (value: unknown) => number } }]) => VNodeChild }",
3220
- "description": "MISSING DESCRIPTION"
3221
- },
3222
3002
  "v-item/value": {
3223
3003
  "type": "any",
3224
3004
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
@@ -3231,10 +3011,6 @@
3231
3011
  "type": "string",
3232
3012
  "description": "Configure the active CSS class applied when an item is selected."
3233
3013
  },
3234
- "v-kbd/$slots": {
3235
- "type": "{ default: (args: []) => VNodeChild }",
3236
- "description": "MISSING DESCRIPTION"
3237
- },
3238
3014
  "v-kbd/tag": {
3239
3015
  "type": "string",
3240
3016
  "description": "Specify a custom tag used on the root element"
@@ -3243,10 +3019,6 @@
3243
3019
  "type": "string",
3244
3020
  "description": "Specify a theme for this component and all of its children"
3245
3021
  },
3246
- "v-label/$slots": {
3247
- "type": "{ default: (args: []) => VNodeChild }",
3248
- "description": "MISSING DESCRIPTION"
3249
- },
3250
3022
  "v-label/text": {
3251
3023
  "type": "string",
3252
3024
  "description": "Specify content text for the component."
@@ -3263,18 +3035,10 @@
3263
3035
  "type": "string[]",
3264
3036
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/layout.json))"
3265
3037
  },
3266
- "v-layout/$slots": {
3267
- "type": "{ default: (args: []) => VNodeChild }",
3268
- "description": "MISSING DESCRIPTION"
3269
- },
3270
3038
  "v-layout-item/name": {
3271
3039
  "type": "string",
3272
3040
  "description": "Assign a specific name for layout registration."
3273
3041
  },
3274
- "v-layout-item/$slots": {
3275
- "type": "{ default: (args: []) => VNodeChild }",
3276
- "description": "MISSING DESCRIPTION"
3277
- },
3278
3042
  "v-layout-item/position": {
3279
3043
  "type": "\"top\" | \"left\" | \"right\" | \"bottom\"",
3280
3044
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-layout-item.json))"
@@ -3295,10 +3059,6 @@
3295
3059
  "type": "string | number",
3296
3060
  "description": "Adjust the order of the component in relation to its registration order."
3297
3061
  },
3298
- "v-lazy/$slots": {
3299
- "type": "{ default: (args: []) => VNodeChild }",
3300
- "description": "MISSING DESCRIPTION"
3301
- },
3302
3062
  "v-lazy/model-value": {
3303
3063
  "type": "boolean",
3304
3064
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -3343,10 +3103,6 @@
3343
3103
  "type": "string",
3344
3104
  "description": "Specify a theme for this component and all of its children"
3345
3105
  },
3346
- "v-list/$slots": {
3347
- "type": "{ subheader: (args: []) => VNodeChild; header: (args: [{ props: Record<string, unknown> }]) => VNodeChild; item: (args: [unknown]) => VNodeChild }",
3348
- "description": "MISSING DESCRIPTION"
3349
- },
3350
3106
  "v-list/items": {
3351
3107
  "type": "unknown[]",
3352
3108
  "description": "An array of strings or objects used for automatically generating children components"
@@ -3471,10 +3227,6 @@
3471
3227
  "type": "string",
3472
3228
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list.json))"
3473
3229
  },
3474
- "v-list-group/$slots": {
3475
- "type": "{ default: (args: []) => VNodeChild; activator: (args: [{ isOpen: boolean; props: Record<string, unknown> }]) => VNodeChild }",
3476
- "description": "MISSING DESCRIPTION"
3477
- },
3478
3230
  "v-list-group/value": {
3479
3231
  "type": "any",
3480
3232
  "description": "Expands / Collapse the list-group"
@@ -3519,10 +3271,6 @@
3519
3271
  "type": "boolean",
3520
3272
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-group.json))"
3521
3273
  },
3522
- "v-list-img/$slots": {
3523
- "type": "{ default: (args: []) => VNodeChild }",
3524
- "description": "MISSING DESCRIPTION"
3525
- },
3526
3274
  "v-list-img/tag": {
3527
3275
  "type": "string",
3528
3276
  "description": "Specify a custom tag used on the root element"
@@ -3531,10 +3279,6 @@
3531
3279
  "type": "string",
3532
3280
  "description": "Specify a theme for this component and all of its children"
3533
3281
  },
3534
- "v-list-item/$slots": {
3535
- "type": "{ prepend: (args: [{ isActive: boolean; activate: (value: boolean) => void; isSelected: boolean; select: (value: boolean) => void }]) => VNodeChild; append: (args: [{ isActive: boolean; activate: (value: boolean) => void; isSelected: boolean; select: (value: boolean) => void }]) => VNodeChild; default: (args: [{ isActive: boolean; activate: (value: boolean) => void; isSelected: boolean; select: (value: boolean) => void }]) => VNodeChild; title: (args: [{ title: string }]) => VNodeChild; subtitle: (args: [{ subtitle: string }]) => VNodeChild }",
3536
- "description": "MISSING DESCRIPTION"
3537
- },
3538
3282
  "v-list-item/value": {
3539
3283
  "type": "any",
3540
3284
  "description": "The value used for selection."
@@ -3663,10 +3407,6 @@
3663
3407
  "type": "boolean",
3664
3408
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-item.json))"
3665
3409
  },
3666
- "v-list-item-action/$slots": {
3667
- "type": "{ default: (args: []) => VNodeChild }",
3668
- "description": "MISSING DESCRIPTION"
3669
- },
3670
3410
  "v-list-item-action/tag": {
3671
3411
  "type": "string",
3672
3412
  "description": "Specify a custom tag used on the root element."
@@ -3679,10 +3419,6 @@
3679
3419
  "type": "boolean",
3680
3420
  "description": "Applies margin at the end of the component."
3681
3421
  },
3682
- "v-list-item-media/$slots": {
3683
- "type": "{ default: (args: []) => VNodeChild }",
3684
- "description": "MISSING DESCRIPTION"
3685
- },
3686
3422
  "v-list-item-media/tag": {
3687
3423
  "type": "string",
3688
3424
  "description": "Specify a custom tag used on the root element."
@@ -3695,26 +3431,14 @@
3695
3431
  "type": "boolean",
3696
3432
  "description": "Applies margin at the end of the component."
3697
3433
  },
3698
- "v-list-item-subtitle/$slots": {
3699
- "type": "{ default: (args: []) => VNodeChild }",
3700
- "description": "MISSING DESCRIPTION"
3701
- },
3702
3434
  "v-list-item-subtitle/tag": {
3703
3435
  "type": "string",
3704
3436
  "description": "Specify a custom tag used on the root element"
3705
3437
  },
3706
- "v-list-item-title/$slots": {
3707
- "type": "{ default: (args: []) => VNodeChild }",
3708
- "description": "MISSING DESCRIPTION"
3709
- },
3710
3438
  "v-list-item-title/tag": {
3711
3439
  "type": "string",
3712
3440
  "description": "Specify a custom tag used on the root element"
3713
3441
  },
3714
- "v-list-subheader/$slots": {
3715
- "type": "{ default: (args: []) => VNodeChild }",
3716
- "description": "MISSING DESCRIPTION"
3717
- },
3718
3442
  "v-list-subheader/title": {
3719
3443
  "type": "string",
3720
3444
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-subheader.json))"
@@ -3735,10 +3459,6 @@
3735
3459
  "type": "boolean",
3736
3460
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-subheader.json))"
3737
3461
  },
3738
- "v-locale-provider/$slots": {
3739
- "type": "{ default: (args: []) => VNodeChild }",
3740
- "description": "MISSING DESCRIPTION"
3741
- },
3742
3462
  "v-locale-provider/messages": {
3743
3463
  "type": "Record<string, any>",
3744
3464
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-locale-provider.json))"
@@ -3755,10 +3475,6 @@
3755
3475
  "type": "boolean",
3756
3476
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-locale-provider.json))"
3757
3477
  },
3758
- "v-main/$slots": {
3759
- "type": "{ default: (args: []) => VNodeChild }",
3760
- "description": "MISSING DESCRIPTION"
3761
- },
3762
3478
  "v-main/tag": {
3763
3479
  "type": "string",
3764
3480
  "description": "Specify a custom tag used on the root element."
@@ -3771,10 +3487,6 @@
3771
3487
  "type": "string",
3772
3488
  "description": "Specify a theme for this component and all of its children"
3773
3489
  },
3774
- "v-menu/$slots": {
3775
- "type": "{ default: (args: [{ isActive: Ref<boolean> }]) => VNodeChild; activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild }",
3776
- "description": "MISSING DESCRIPTION"
3777
- },
3778
3490
  "v-menu/z-index": {
3779
3491
  "type": "string | number",
3780
3492
  "description": "The z-index used for the component"
@@ -3907,10 +3619,6 @@
3907
3619
  "type": "string | boolean | Element",
3908
3620
  "description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attaches to the root `v-app` component by default"
3909
3621
  },
3910
- "v-messages/$slots": {
3911
- "type": "{ message: (args: [{ message: string }]) => VNodeChild }",
3912
- "description": "MISSING DESCRIPTION"
3913
- },
3914
3622
  "v-messages/color": {
3915
3623
  "type": "string",
3916
3624
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
@@ -3935,10 +3643,6 @@
3935
3643
  "type": "string",
3936
3644
  "description": "Assign a specific name for layout registration."
3937
3645
  },
3938
- "v-navigation-drawer/$slots": {
3939
- "type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; image: (args: [{ image: string }]) => VNodeChild }",
3940
- "description": "MISSING DESCRIPTION"
3941
- },
3942
3646
  "v-navigation-drawer/image": {
3943
3647
  "type": "string",
3944
3648
  "description": "Apply a specific background image to the component."
@@ -4027,18 +3731,10 @@
4027
3731
  "type": "string | number",
4028
3732
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
4029
3733
  },
4030
- "v-no-ssr/$slots": {
4031
- "type": "{ default: (args: []) => VNodeChild }",
4032
- "description": "MISSING DESCRIPTION"
4033
- },
4034
3734
  "v-overlay/theme": {
4035
3735
  "type": "string",
4036
3736
  "description": "Specify a theme for this component and all of its children"
4037
3737
  },
4038
- "v-overlay/$slots": {
4039
- "type": "{ default: (args: [{ isActive: Ref<boolean> }]) => VNodeChild; activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild }",
4040
- "description": "MISSING DESCRIPTION"
4041
- },
4042
3738
  "v-overlay/z-index": {
4043
3739
  "type": "string | number",
4044
3740
  "description": "The z-index used for the component"
@@ -4179,10 +3875,6 @@
4179
3875
  "type": "string",
4180
3876
  "description": "Specify a theme for this component and all of its children"
4181
3877
  },
4182
- "v-pagination/$slots": {
4183
- "type": "{ item: (args: []) => VNodeChild; first: (args: []) => VNodeChild; next: (args: []) => VNodeChild; prev: (args: []) => VNodeChild; last: (args: []) => VNodeChild }",
4184
- "description": "MISSING DESCRIPTION"
4185
- },
4186
3878
  "v-pagination/size": {
4187
3879
  "type": "string | number",
4188
3880
  "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**."
@@ -4287,10 +3979,6 @@
4287
3979
  "type": "string",
4288
3980
  "description": "Text to show between page buttons when truncating the list"
4289
3981
  },
4290
- "v-parallax/$slots": {
4291
- "type": "{ default: (args: []) => VNodeChild; placeholder: (args: []) => VNodeChild; error: (args: []) => VNodeChild; sources: (args: []) => VNodeChild }",
4292
- "description": "MISSING DESCRIPTION"
4293
- },
4294
3982
  "v-parallax/scale": {
4295
3983
  "type": "string | number",
4296
3984
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-parallax.json))"
@@ -4299,10 +3987,6 @@
4299
3987
  "type": "string",
4300
3988
  "description": "Specify a theme for this component and all of its children"
4301
3989
  },
4302
- "v-progress-circular/$slots": {
4303
- "type": "{ default: (args: []) => VNodeChild }",
4304
- "description": "MISSING DESCRIPTION"
4305
- },
4306
3990
  "v-progress-circular/size": {
4307
3991
  "type": "string | number",
4308
3992
  "description": "Sets the diameter of the circle in pixels"
@@ -4343,10 +4027,6 @@
4343
4027
  "type": "boolean",
4344
4028
  "description": "Displays reversed progress (right to left in LTR mode and left to right in RTL)"
4345
4029
  },
4346
- "v-progress-linear/$slots": {
4347
- "type": "{ default: (args: [{ value: number; buffer: number }]) => VNodeChild }",
4348
- "description": "MISSING DESCRIPTION"
4349
- },
4350
4030
  "v-progress-linear/model-value": {
4351
4031
  "type": "string | number",
4352
4032
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -4427,10 +4107,6 @@
4427
4107
  "type": "string",
4428
4108
  "description": "Sets the component's name attribute."
4429
4109
  },
4430
- "v-radio/$slots": {
4431
- "type": "{ default: (args: []) => VNodeChild; label: (args: [{ label: string; props: Record<string, unknown> }]) => VNodeChild; input: (args: [{ model: WritableComputedRef<any>; textColorClasses: Ref<string[]>; textColorStyles: Ref<CSSProperties>; props: { onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string } }]) => VNodeChild }",
4432
- "description": "MISSING DESCRIPTION"
4433
- },
4434
4110
  "v-radio/value": {
4435
4111
  "type": "any",
4436
4112
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
@@ -4511,10 +4187,6 @@
4511
4187
  "type": "string",
4512
4188
  "description": "Sets the component's name attribute."
4513
4189
  },
4514
- "v-radio-group/$slots": {
4515
- "type": "{ default: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild & (args: []) => VNodeChild; prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; label: (args: [{ label: string; props: Record<string, unknown> }]) => VNodeChild; input: (args: [{ model: WritableComputedRef<any>; textColorClasses: Ref<string[]>; textColorStyles: Ref<CSSProperties>; props: { onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string } }]) => VNodeChild }",
4516
- "description": "MISSING DESCRIPTION"
4517
- },
4518
4190
  "v-radio-group/id": {
4519
4191
  "type": "string",
4520
4192
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
@@ -4623,10 +4295,6 @@
4623
4295
  "type": "boolean",
4624
4296
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
4625
4297
  },
4626
- "v-range-slider/$slots": {
4627
- "type": "{ default: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; tick-label: (args: []) => VNodeChild; thumb-label: (args: []) => VNodeChild }",
4628
- "description": "MISSING DESCRIPTION"
4629
- },
4630
4298
  "v-range-slider/id": {
4631
4299
  "type": "string",
4632
4300
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
@@ -4775,10 +4443,6 @@
4775
4443
  "type": "string",
4776
4444
  "description": "Sets the component's name attribute."
4777
4445
  },
4778
- "v-rating/$slots": {
4779
- "type": "{ item: (args: [{ value: number; index: number; isFilled: boolean; isHovered: boolean; icon: string | (new () => any) | FunctionalComponent; color: string; props: Record<string, unknown> }]) => VNodeChild; item-label: (args: [{ value: number; index: number; label: string }]) => VNodeChild }",
4780
- "description": "MISSING DESCRIPTION"
4781
- },
4782
4446
  "v-rating/size": {
4783
4447
  "type": "string | number",
4784
4448
  "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**."
@@ -4847,10 +4511,6 @@
4847
4511
  "type": "string[]",
4848
4512
  "description": "Array of labels to display next to each item."
4849
4513
  },
4850
- "v-responsive/$slots": {
4851
- "type": "{ default: (args: []) => VNodeChild; additional: (args: []) => VNodeChild }",
4852
- "description": "MISSING DESCRIPTION"
4853
- },
4854
4514
  "v-responsive/height": {
4855
4515
  "type": "string | number",
4856
4516
  "description": "Sets the height for the component."
@@ -4899,10 +4559,6 @@
4899
4559
  "type": "boolean",
4900
4560
  "description": "Reverses the input orientation"
4901
4561
  },
4902
- "v-select/$slots": {
4903
- "type": "{ prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; loader: (args: [{ color: string; isActive: boolean }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; clear: (args: []) => VNodeChild; prepend-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; append-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; label: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; item: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number; props: Record<string, unknown> }]) => VNodeChild; chip: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number; props: Record<string, unknown> }]) => VNodeChild; selection: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number }]) => VNodeChild; prepend-item: (args: []) => VNodeChild; append-item: (args: []) => VNodeChild; no-data: (args: []) => VNodeChild }",
4904
- "description": "MISSING DESCRIPTION"
4905
- },
4906
4562
  "v-select/id": {
4907
4563
  "type": "string",
4908
4564
  "description": "Sets the DOM id on the component"
@@ -5139,10 +4795,6 @@
5139
4795
  "type": "string",
5140
4796
  "description": "Sets the component's name attribute."
5141
4797
  },
5142
- "v-selection-control/$slots": {
5143
- "type": "{ default: (args: []) => VNodeChild; label: (args: [{ label: string; props: Record<string, unknown> }]) => VNodeChild; input: (args: [{ model: WritableComputedRef<any>; textColorClasses: Ref<string[]>; textColorStyles: Ref<CSSProperties>; props: { onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string } }]) => VNodeChild }",
5144
- "description": "MISSING DESCRIPTION"
5145
- },
5146
4798
  "v-selection-control/value": {
5147
4799
  "type": "any",
5148
4800
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
@@ -5223,10 +4875,6 @@
5223
4875
  "type": "string",
5224
4876
  "description": "Sets the component's name attribute."
5225
4877
  },
5226
- "v-selection-control-group/$slots": {
5227
- "type": "{ default: (args: []) => VNodeChild }",
5228
- "description": "MISSING DESCRIPTION"
5229
- },
5230
4878
  "v-selection-control-group/id": {
5231
4879
  "type": "string",
5232
4880
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
@@ -5287,10 +4935,6 @@
5287
4935
  "type": "string",
5288
4936
  "description": "Specify a theme for this component and all of its children"
5289
4937
  },
5290
- "v-sheet/$slots": {
5291
- "type": "{ default: (args: []) => VNodeChild }",
5292
- "description": "MISSING DESCRIPTION"
5293
- },
5294
4938
  "v-sheet/position": {
5295
4939
  "type": "\"relative\" | \"absolute\" | \"static\" | \"fixed\" | \"sticky\"",
5296
4940
  "description": "Specifies the type of positioning method used for the component."
@@ -5347,10 +4991,6 @@
5347
4991
  "type": "any",
5348
4992
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-slide-group.json))"
5349
4993
  },
5350
- "v-slide-group/$slots": {
5351
- "type": "{ default: (args: [{ next: () => void; prev: () => void; select: (id: number, value: boolean) => void; isSelected: (id: number) => boolean }]) => VNodeChild; prev: (args: [{ next: () => void; prev: () => void; select: (id: number, value: boolean) => void; isSelected: (id: number) => boolean }]) => VNodeChild; next: (args: [{ next: () => void; prev: () => void; select: (id: number, value: boolean) => void; isSelected: (id: number) => boolean }]) => VNodeChild }",
5352
- "description": "MISSING DESCRIPTION"
5353
- },
5354
4994
  "v-slide-group/model-value": {
5355
4995
  "type": "any",
5356
4996
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -5399,10 +5039,6 @@
5399
5039
  "type": "boolean",
5400
5040
  "description": "Forces the selected component to be centered"
5401
5041
  },
5402
- "v-slide-group-item/$slots": {
5403
- "type": "{ default: (args: [{ isSelected: boolean; select: (value: boolean) => void; toggle: () => void; selectedClass: false | string[] }]) => VNodeChild }",
5404
- "description": "MISSING DESCRIPTION"
5405
- },
5406
5042
  "v-slide-group-item/value": {
5407
5043
  "type": "any",
5408
5044
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
@@ -5423,10 +5059,6 @@
5423
5059
  "type": "boolean",
5424
5060
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
5425
5061
  },
5426
- "v-slider/$slots": {
5427
- "type": "{ default: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; tick-label: (args: []) => VNodeChild; thumb-label: (args: []) => VNodeChild }",
5428
- "description": "MISSING DESCRIPTION"
5429
- },
5430
5062
  "v-slider/id": {
5431
5063
  "type": "string",
5432
5064
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
@@ -5563,10 +5195,6 @@
5563
5195
  "type": "string",
5564
5196
  "description": "Specify a theme for this component and all of its children"
5565
5197
  },
5566
- "v-snackbar/$slots": {
5567
- "type": "{ activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild; default: (args: []) => VNodeChild; actions: (args: []) => VNodeChild }",
5568
- "description": "MISSING DESCRIPTION"
5569
- },
5570
5198
  "v-snackbar/z-index": {
5571
5199
  "type": "string | number",
5572
5200
  "description": "The z-index used for the component"
@@ -5727,10 +5355,6 @@
5727
5355
  "type": "string",
5728
5356
  "description": "Sets the component's name attribute."
5729
5357
  },
5730
- "v-switch/$slots": {
5731
- "type": "{ default: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild & (args: []) => VNodeChild; prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; label: (args: [{ label: string; props: Record<string, unknown> }]) => VNodeChild; input: (args: [{ model: WritableComputedRef<any>; textColorClasses: Ref<string[]>; textColorStyles: Ref<CSSProperties>; props: { onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string } }]) => VNodeChild }",
5732
- "description": "MISSING DESCRIPTION"
5733
- },
5734
5358
  "v-switch/value": {
5735
5359
  "type": "any",
5736
5360
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
@@ -5863,10 +5487,6 @@
5863
5487
  "type": "string",
5864
5488
  "description": "Assign a specific name for layout registration."
5865
5489
  },
5866
- "v-system-bar/$slots": {
5867
- "type": "{ default: (args: []) => VNodeChild }",
5868
- "description": "MISSING DESCRIPTION"
5869
- },
5870
5490
  "v-system-bar/absolute": {
5871
5491
  "type": "boolean",
5872
5492
  "description": "Applies **position: absolute** to the component."
@@ -5899,10 +5519,6 @@
5899
5519
  "type": "boolean",
5900
5520
  "description": "Increases the system bar height to 32px (24px default)."
5901
5521
  },
5902
- "v-tabs/$slots": {
5903
- "type": "{ default: (args: []) => VNodeChild }",
5904
- "description": "MISSING DESCRIPTION"
5905
- },
5906
5522
  "v-tabs/items": {
5907
5523
  "type": "(string | Record<string, any>)[]",
5908
5524
  "description": "The items to display in the component. This can be an array of strings or objects with a property `title`"
@@ -5967,10 +5583,6 @@
5967
5583
  "type": "string",
5968
5584
  "description": "Specify a theme for this component and all of its children"
5969
5585
  },
5970
- "v-tab/$slots": {
5971
- "type": "{ default: (args: []) => VNodeChild }",
5972
- "description": "MISSING DESCRIPTION"
5973
- },
5974
5586
  "v-tab/value": {
5975
5587
  "type": "any",
5976
5588
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
@@ -6051,10 +5663,6 @@
6051
5663
  "type": "string",
6052
5664
  "description": "Specify a theme for this component and all of its children"
6053
5665
  },
6054
- "v-table/$slots": {
6055
- "type": "{ default: (args: []) => VNodeChild; top: (args: []) => VNodeChild; bottom: (args: []) => VNodeChild; wrapper: (args: []) => VNodeChild }",
6056
- "description": "MISSING DESCRIPTION"
6057
- },
6058
5666
  "v-table/density": {
6059
5667
  "type": "\"default\" | \"comfortable\" | \"compact\"",
6060
5668
  "description": "Adjusts the vertical height used by the component."
@@ -6091,10 +5699,6 @@
6091
5699
  "type": "boolean",
6092
5700
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
6093
5701
  },
6094
- "v-textarea/$slots": {
6095
- "type": "{ prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; loader: (args: [{ color: string; isActive: boolean }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; clear: (args: []) => VNodeChild; prepend-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; append-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; label: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild }",
6096
- "description": "MISSING DESCRIPTION"
6097
- },
6098
5702
  "v-textarea/id": {
6099
5703
  "type": "string",
6100
5704
  "description": "Sets the DOM id on the component"
@@ -6287,10 +5891,6 @@
6287
5891
  "type": "boolean",
6288
5892
  "description": "Reverses the input orientation"
6289
5893
  },
6290
- "v-text-field/$slots": {
6291
- "type": "{ prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; loader: (args: [{ color: string; isActive: boolean }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; clear: (args: []) => VNodeChild; prepend-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; append-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; label: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; default: (args: []) => VNodeChild }",
6292
- "description": "MISSING DESCRIPTION"
6293
- },
6294
5894
  "v-text-field/id": {
6295
5895
  "type": "string",
6296
5896
  "description": "Sets the DOM id on the component"
@@ -6455,10 +6055,6 @@
6455
6055
  "type": "string",
6456
6056
  "description": "Specify a theme for this component and all of its children"
6457
6057
  },
6458
- "v-theme-provider/$slots": {
6459
- "type": "{ default: (args: []) => VNodeChild }",
6460
- "description": "MISSING DESCRIPTION"
6461
- },
6462
6058
  "v-theme-provider/tag": {
6463
6059
  "type": "string",
6464
6060
  "description": "Specify a custom tag used on the root element."
@@ -6471,10 +6067,6 @@
6471
6067
  "type": "string",
6472
6068
  "description": "Specify a theme for this component and all of its children"
6473
6069
  },
6474
- "v-timeline/$slots": {
6475
- "type": "{ default: (args: []) => VNodeChild }",
6476
- "description": "MISSING DESCRIPTION"
6477
- },
6478
6070
  "v-timeline/density": {
6479
6071
  "type": "\"default\" | \"comfortable\" | \"compact\"",
6480
6072
  "description": "Adjusts the vertical height used by the component."
@@ -6515,10 +6107,6 @@
6515
6107
  "type": "\"end\" | \"start\" | \"both\"",
6516
6108
  "description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends"
6517
6109
  },
6518
- "v-timeline-item/$slots": {
6519
- "type": "{ default: (args: []) => VNodeChild; icon: (args: []) => VNodeChild; opposite: (args: []) => VNodeChild }",
6520
- "description": "MISSING DESCRIPTION"
6521
- },
6522
6110
  "v-timeline-item/size": {
6523
6111
  "type": "string | number",
6524
6112
  "description": "Size of the item dot"
@@ -6599,10 +6187,6 @@
6599
6187
  "type": "string",
6600
6188
  "description": "Specify a theme for this component and all of its children"
6601
6189
  },
6602
- "v-toolbar/$slots": {
6603
- "type": "{ default: (args: []) => VNodeChild; image: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; title: (args: []) => VNodeChild; extension: (args: []) => VNodeChild }",
6604
- "description": "MISSING DESCRIPTION"
6605
- },
6606
6190
  "v-toolbar/image": {
6607
6191
  "type": "string",
6608
6192
  "description": "Specifies a [v-img](/components/images) as the component's background."
@@ -6659,10 +6243,6 @@
6659
6243
  "type": "string",
6660
6244
  "description": "Specify a custom tag used on the root element."
6661
6245
  },
6662
- "v-toolbar-title/$slots": {
6663
- "type": "{ default: (args: []) => VNodeChild; text: (args: []) => VNodeChild }",
6664
- "description": "MISSING DESCRIPTION"
6665
- },
6666
6246
  "v-toolbar-title/tag": {
6667
6247
  "type": "string",
6668
6248
  "description": "Specify a custom tag used on the root element."
@@ -6671,10 +6251,6 @@
6671
6251
  "type": "string",
6672
6252
  "description": "Specify content text for the component."
6673
6253
  },
6674
- "v-toolbar-items/$slots": {
6675
- "type": "{ default: (args: []) => VNodeChild }",
6676
- "description": "MISSING DESCRIPTION"
6677
- },
6678
6254
  "v-toolbar-items/color": {
6679
6255
  "type": "string",
6680
6256
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
@@ -6687,10 +6263,6 @@
6687
6263
  "type": "string",
6688
6264
  "description": "Specify a theme for this component and all of its children"
6689
6265
  },
6690
- "v-tooltip/$slots": {
6691
- "type": "{ default: (args: [{ isActive: Ref<boolean> }]) => VNodeChild; activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild }",
6692
- "description": "MISSING DESCRIPTION"
6693
- },
6694
6266
  "v-tooltip/z-index": {
6695
6267
  "type": "string | number",
6696
6268
  "description": "The z-index used for the component"
@@ -6823,10 +6395,6 @@
6823
6395
  "type": "string",
6824
6396
  "description": "Sets the component's name attribute."
6825
6397
  },
6826
- "v-validation/$slots": {
6827
- "type": "{ default: (args: []) => VNodeChild }",
6828
- "description": "MISSING DESCRIPTION"
6829
- },
6830
6398
  "v-validation/error": {
6831
6399
  "type": "boolean",
6832
6400
  "description": "Puts the input in a manual error state"
@@ -6879,10 +6447,6 @@
6879
6447
  "type": "boolean",
6880
6448
  "description": "Reverse the normal transition direction."
6881
6449
  },
6882
- "v-window/$slots": {
6883
- "type": "{ default: (args: [{ group: { register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean> }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean; }[]>; disabled: Ref<boolean>; getItemIndex: (value: unknown) => number } }]) => VNodeChild; additional: (args: [{ group: { register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean> }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean; }[]>; disabled: Ref<boolean>; getItemIndex: (value: unknown) => number } }]) => VNodeChild; prev: (args: [{ props: { icon: string | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string } }]) => VNodeChild; next: (args: [{ props: { icon: string | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string } }]) => VNodeChild }",
6884
- "description": "MISSING DESCRIPTION"
6885
- },
6886
6450
  "v-window/model-value": {
6887
6451
  "type": "any",
6888
6452
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -6927,10 +6491,6 @@
6927
6491
  "type": "any",
6928
6492
  "description": "Provide a custom **left** and **right** function when swiped left or right."
6929
6493
  },
6930
- "v-window-item/$slots": {
6931
- "type": "{ default: (args: []) => VNodeChild }",
6932
- "description": "MISSING DESCRIPTION"
6933
- },
6934
6494
  "v-window-item/value": {
6935
6495
  "type": "any",
6936
6496
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
@@ -6955,18 +6515,10 @@
6955
6515
  "type": "string | boolean",
6956
6516
  "description": "Sets the reverse transition"
6957
6517
  },
6958
- "v-dialog-transition/$slots": {
6959
- "type": "{ default: (args: []) => VNodeChild }",
6960
- "description": "MISSING DESCRIPTION"
6961
- },
6962
6518
  "v-dialog-transition/target": {
6963
6519
  "type": "HTMLElement",
6964
6520
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-dialog-transition.json))"
6965
6521
  },
6966
- "v-fab-transition/$slots": {
6967
- "type": "{ default: (args: []) => VNodeChild }",
6968
- "description": "MISSING DESCRIPTION"
6969
- },
6970
6522
  "v-fab-transition/origin": {
6971
6523
  "type": "string",
6972
6524
  "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)."
@@ -6987,10 +6539,6 @@
6987
6539
  "type": "boolean",
6988
6540
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
6989
6541
  },
6990
- "v-dialog-bottom-transition/$slots": {
6991
- "type": "{ default: (args: []) => VNodeChild }",
6992
- "description": "MISSING DESCRIPTION"
6993
- },
6994
6542
  "v-dialog-bottom-transition/origin": {
6995
6543
  "type": "string",
6996
6544
  "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)."
@@ -7011,10 +6559,6 @@
7011
6559
  "type": "boolean",
7012
6560
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7013
6561
  },
7014
- "v-dialog-top-transition/$slots": {
7015
- "type": "{ default: (args: []) => VNodeChild }",
7016
- "description": "MISSING DESCRIPTION"
7017
- },
7018
6562
  "v-dialog-top-transition/origin": {
7019
6563
  "type": "string",
7020
6564
  "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)."
@@ -7035,10 +6579,6 @@
7035
6579
  "type": "boolean",
7036
6580
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7037
6581
  },
7038
- "v-fade-transition/$slots": {
7039
- "type": "{ default: (args: []) => VNodeChild }",
7040
- "description": "MISSING DESCRIPTION"
7041
- },
7042
6582
  "v-fade-transition/origin": {
7043
6583
  "type": "string",
7044
6584
  "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)."
@@ -7059,10 +6599,6 @@
7059
6599
  "type": "boolean",
7060
6600
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7061
6601
  },
7062
- "v-scale-transition/$slots": {
7063
- "type": "{ default: (args: []) => VNodeChild }",
7064
- "description": "MISSING DESCRIPTION"
7065
- },
7066
6602
  "v-scale-transition/origin": {
7067
6603
  "type": "string",
7068
6604
  "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)."
@@ -7083,10 +6619,6 @@
7083
6619
  "type": "boolean",
7084
6620
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7085
6621
  },
7086
- "v-scroll-x-transition/$slots": {
7087
- "type": "{ default: (args: []) => VNodeChild }",
7088
- "description": "MISSING DESCRIPTION"
7089
- },
7090
6622
  "v-scroll-x-transition/origin": {
7091
6623
  "type": "string",
7092
6624
  "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)."
@@ -7107,10 +6639,6 @@
7107
6639
  "type": "boolean",
7108
6640
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7109
6641
  },
7110
- "v-scroll-x-reverse-transition/$slots": {
7111
- "type": "{ default: (args: []) => VNodeChild }",
7112
- "description": "MISSING DESCRIPTION"
7113
- },
7114
6642
  "v-scroll-x-reverse-transition/origin": {
7115
6643
  "type": "string",
7116
6644
  "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)."
@@ -7131,10 +6659,6 @@
7131
6659
  "type": "boolean",
7132
6660
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7133
6661
  },
7134
- "v-scroll-y-transition/$slots": {
7135
- "type": "{ default: (args: []) => VNodeChild }",
7136
- "description": "MISSING DESCRIPTION"
7137
- },
7138
6662
  "v-scroll-y-transition/origin": {
7139
6663
  "type": "string",
7140
6664
  "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)."
@@ -7155,10 +6679,6 @@
7155
6679
  "type": "boolean",
7156
6680
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7157
6681
  },
7158
- "v-scroll-y-reverse-transition/$slots": {
7159
- "type": "{ default: (args: []) => VNodeChild }",
7160
- "description": "MISSING DESCRIPTION"
7161
- },
7162
6682
  "v-scroll-y-reverse-transition/origin": {
7163
6683
  "type": "string",
7164
6684
  "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)."
@@ -7179,10 +6699,6 @@
7179
6699
  "type": "boolean",
7180
6700
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7181
6701
  },
7182
- "v-slide-x-transition/$slots": {
7183
- "type": "{ default: (args: []) => VNodeChild }",
7184
- "description": "MISSING DESCRIPTION"
7185
- },
7186
6702
  "v-slide-x-transition/origin": {
7187
6703
  "type": "string",
7188
6704
  "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)."
@@ -7203,10 +6719,6 @@
7203
6719
  "type": "boolean",
7204
6720
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7205
6721
  },
7206
- "v-slide-x-reverse-transition/$slots": {
7207
- "type": "{ default: (args: []) => VNodeChild }",
7208
- "description": "MISSING DESCRIPTION"
7209
- },
7210
6722
  "v-slide-x-reverse-transition/origin": {
7211
6723
  "type": "string",
7212
6724
  "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)."
@@ -7227,10 +6739,6 @@
7227
6739
  "type": "boolean",
7228
6740
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7229
6741
  },
7230
- "v-slide-y-transition/$slots": {
7231
- "type": "{ default: (args: []) => VNodeChild }",
7232
- "description": "MISSING DESCRIPTION"
7233
- },
7234
6742
  "v-slide-y-transition/origin": {
7235
6743
  "type": "string",
7236
6744
  "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)."
@@ -7251,10 +6759,6 @@
7251
6759
  "type": "boolean",
7252
6760
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7253
6761
  },
7254
- "v-slide-y-reverse-transition/$slots": {
7255
- "type": "{ default: (args: []) => VNodeChild }",
7256
- "description": "MISSING DESCRIPTION"
7257
- },
7258
6762
  "v-slide-y-reverse-transition/origin": {
7259
6763
  "type": "string",
7260
6764
  "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)."
@@ -7275,26 +6779,14 @@
7275
6779
  "type": "boolean",
7276
6780
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7277
6781
  },
7278
- "v-expand-transition/$slots": {
7279
- "type": "{ default: (args: []) => VNodeChild }",
7280
- "description": "MISSING DESCRIPTION"
7281
- },
7282
6782
  "v-expand-transition/mode": {
7283
6783
  "type": "\"default\" | \"in-out\" | \"out-in\"",
7284
6784
  "description": "Sets the transition mode (does not apply to transition-group)."
7285
6785
  },
7286
- "v-expand-x-transition/$slots": {
7287
- "type": "{ default: (args: []) => VNodeChild }",
7288
- "description": "MISSING DESCRIPTION"
7289
- },
7290
6786
  "v-expand-x-transition/mode": {
7291
6787
  "type": "\"default\" | \"in-out\" | \"out-in\"",
7292
6788
  "description": "Sets the transition mode (does not apply to transition-group)."
7293
6789
  },
7294
- "v-data-table/$slots": {
7295
- "type": "{ default: (args: []) => VNodeChild; item: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; loading: (args: []) => VNodeChild; group-header: (args: [{ index: number; item: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; toggleGroup: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => void; isGroupOpen: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => boolean }]) => VNodeChild; no-data: (args: []) => VNodeChild; expanded-row: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-select: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-expand: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; top: (args: []) => VNodeChild; headers: (args: []) => VNodeChild; body: (args: []) => VNodeChild; tbody: (args: []) => VNodeChild; thead: (args: []) => VNodeChild; tfoot: (args: []) => VNodeChild; bottom: (args: []) => VNodeChild; footer.prepend: (args: []) => VNodeChild; colgroup: (args: []) => VNodeChild; [`item.${string}`]: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild }",
7296
- "description": "MISSING DESCRIPTION"
7297
- },
7298
6790
  "v-data-table/items": {
7299
6791
  "type": "any[]",
7300
6792
  "description": "An array of strings or objects used for automatically generating children components"
@@ -7415,10 +6907,6 @@
7415
6907
  "type": "string | number",
7416
6908
  "description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page"
7417
6909
  },
7418
- "v-data-table-rows/$slots": {
7419
- "type": "{ default: (args: []) => VNodeChild; item: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; loading: (args: []) => VNodeChild; group-header: (args: [{ index: number; item: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; toggleGroup: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => void; isGroupOpen: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => boolean }]) => VNodeChild; no-data: (args: []) => VNodeChild; expanded-row: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-select: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-expand: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; [`item.${string}`]: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild }",
7420
- "description": "MISSING DESCRIPTION"
7421
- },
7422
6910
  "v-data-table-rows/items": {
7423
6911
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>[]",
7424
6912
  "description": "An array of strings or objects used for automatically generating children components"
@@ -7447,10 +6935,6 @@
7447
6935
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>",
7448
6936
  "description": "MISSING DESCRIPTION"
7449
6937
  },
7450
- "v-data-table-virtual/$slots": {
7451
- "type": "{ default: (args: []) => VNodeChild; item: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; loading: (args: []) => VNodeChild; group-header: (args: [{ index: number; item: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; toggleGroup: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => void; isGroupOpen: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => boolean }]) => VNodeChild; no-data: (args: []) => VNodeChild; expanded-row: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-select: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-expand: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; top: (args: []) => VNodeChild; headers: (args: []) => VNodeChild; bottom: (args: []) => VNodeChild; [`item.${string}`]: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild }",
7452
- "description": "MISSING DESCRIPTION"
7453
- },
7454
6938
  "v-data-table-virtual/items": {
7455
6939
  "type": "any[]",
7456
6940
  "description": "An array of strings or objects used for automatically generating children components"
@@ -7571,10 +7055,6 @@
7571
7055
  "type": "string | number",
7572
7056
  "description": "MISSING DESCRIPTION"
7573
7057
  },
7574
- "v-data-table-server/$slots": {
7575
- "type": "{ default: (args: []) => VNodeChild; item: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; loading: (args: []) => VNodeChild; group-header: (args: [{ index: number; item: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; toggleGroup: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => void; isGroupOpen: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => boolean }]) => VNodeChild; no-data: (args: []) => VNodeChild; expanded-row: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-select: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-expand: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; top: (args: []) => VNodeChild; headers: (args: []) => VNodeChild; body: (args: []) => VNodeChild; tbody: (args: []) => VNodeChild; thead: (args: []) => VNodeChild; tfoot: (args: []) => VNodeChild; bottom: (args: []) => VNodeChild; footer.prepend: (args: []) => VNodeChild; [`item.${string}`]: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild }",
7576
- "description": "MISSING DESCRIPTION"
7577
- },
7578
7058
  "v-data-table-server/items": {
7579
7059
  "type": "any[]",
7580
7060
  "description": "An array of strings or objects used for automatically generating children components"
@@ -7687,10 +7167,6 @@
7687
7167
  "type": "string | number",
7688
7168
  "description": "MISSING DESCRIPTION"
7689
7169
  },
7690
- "v-virtual-scroll/$slots": {
7691
- "type": "{ default: (args: [{ item: unknown; index: number }]) => VNodeChild }",
7692
- "description": "MISSING DESCRIPTION"
7693
- },
7694
7170
  "v-virtual-scroll/items": {
7695
7171
  "type": "unknown[]",
7696
7172
  "description": "The array of items to display"