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
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.1.7",
5
+ "version": "3.1.9",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -46,15 +46,6 @@
46
46
  "kind": "expression",
47
47
  "type": "string"
48
48
  }
49
- },
50
- {
51
- "name": "$slots",
52
- "description": "MISSING DESCRIPTION",
53
- "doc-url": "https://vuetifyjs.com/api/v-app#props",
54
- "value": {
55
- "kind": "expression",
56
- "type": "{ default: (args: []) => VNodeChild }"
57
- }
58
49
  }
59
50
  ],
60
51
  "events": [],
@@ -108,15 +99,6 @@
108
99
  "type": "string"
109
100
  }
110
101
  },
111
- {
112
- "name": "$slots",
113
- "description": "MISSING DESCRIPTION",
114
- "doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
115
- "value": {
116
- "kind": "expression",
117
- "type": "{ default: (args: []) => VNodeChild; image: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; title: (args: []) => VNodeChild; extension: (args: []) => VNodeChild }"
118
- }
119
- },
120
102
  {
121
103
  "name": "image",
122
104
  "description": "Specifies a [v-img](/components/images) as the component's background.",
@@ -348,15 +330,6 @@
348
330
  "description": "",
349
331
  "doc-url": "https://vuetifyjs.com/api/v-app-bar-nav-icon",
350
332
  "attributes": [
351
- {
352
- "name": "$slots",
353
- "description": "MISSING DESCRIPTION",
354
- "doc-url": "https://vuetifyjs.com/api/v-app-bar-nav-icon#props",
355
- "value": {
356
- "kind": "expression",
357
- "type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; loader: (args: []) => VNodeChild }"
358
- }
359
- },
360
333
  {
361
334
  "name": "icon",
362
335
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component.",
@@ -405,15 +378,6 @@
405
378
  "description": "",
406
379
  "doc-url": "https://vuetifyjs.com/api/v-app-bar-title",
407
380
  "attributes": [
408
- {
409
- "name": "$slots",
410
- "description": "MISSING DESCRIPTION",
411
- "doc-url": "https://vuetifyjs.com/api/v-app-bar-title#props",
412
- "value": {
413
- "kind": "expression",
414
- "type": "{ default: (args: []) => VNodeChild; text: (args: []) => VNodeChild }"
415
- }
416
- },
417
381
  {
418
382
  "name": "tag",
419
383
  "description": "Specify a custom tag used on the root element.",
@@ -479,15 +443,6 @@
479
443
  "type": "string"
480
444
  }
481
445
  },
482
- {
483
- "name": "$slots",
484
- "description": "MISSING DESCRIPTION",
485
- "doc-url": "https://vuetifyjs.com/api/v-alert#props",
486
- "value": {
487
- "kind": "expression",
488
- "type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; title: (args: []) => VNodeChild; text: (args: []) => VNodeChild; append: (args: []) => VNodeChild; close: (args: []) => VNodeChild }"
489
- }
490
- },
491
446
  {
492
447
  "name": "position",
493
448
  "description": "Specifies the type of positioning method used for the component.",
@@ -730,6 +685,17 @@
730
685
  "type": "[boolean]"
731
686
  }
732
687
  ]
688
+ },
689
+ {
690
+ "name": "click:close",
691
+ "description": "MISSING DESCRIPTION",
692
+ "doc-url": "https://vuetifyjs.com/api/v-alert#events",
693
+ "arguments": [
694
+ {
695
+ "name": "argument",
696
+ "type": "[MouseEvent]"
697
+ }
698
+ ]
733
699
  }
734
700
  ],
735
701
  "slots": [
@@ -778,15 +744,6 @@
778
744
  "description": "",
779
745
  "doc-url": "https://vuetifyjs.com/api/v-alert-title",
780
746
  "attributes": [
781
- {
782
- "name": "$slots",
783
- "description": "MISSING DESCRIPTION",
784
- "doc-url": "https://vuetifyjs.com/api/v-alert-title#props",
785
- "value": {
786
- "kind": "expression",
787
- "type": "{ default: (args: []) => VNodeChild }"
788
- }
789
- },
790
747
  {
791
748
  "name": "tag",
792
749
  "description": "Specify a custom tag used on the root element",
@@ -859,15 +816,6 @@
859
816
  },
860
817
  "type": "boolean"
861
818
  },
862
- {
863
- "name": "$slots",
864
- "description": "MISSING DESCRIPTION",
865
- "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
866
- "value": {
867
- "kind": "expression",
868
- "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 }"
869
- }
870
- },
871
819
  {
872
820
  "name": "id",
873
821
  "description": "Sets the DOM id on the component",
@@ -1864,15 +1812,6 @@
1864
1812
  "type": "string"
1865
1813
  }
1866
1814
  },
1867
- {
1868
- "name": "$slots",
1869
- "description": "MISSING DESCRIPTION",
1870
- "doc-url": "https://vuetifyjs.com/api/v-avatar#props",
1871
- "value": {
1872
- "kind": "expression",
1873
- "type": "{ default: (args: []) => VNodeChild }"
1874
- }
1875
- },
1876
1815
  {
1877
1816
  "name": "size",
1878
1817
  "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**.",
@@ -2004,15 +1943,6 @@
2004
1943
  "type": "string"
2005
1944
  }
2006
1945
  },
2007
- {
2008
- "name": "$slots",
2009
- "description": "MISSING DESCRIPTION",
2010
- "doc-url": "https://vuetifyjs.com/api/v-badge#props",
2011
- "value": {
2012
- "kind": "expression",
2013
- "type": "{ default: (args: []) => VNodeChild; badge: (args: []) => VNodeChild }"
2014
- }
2015
- },
2016
1946
  {
2017
1947
  "name": "modelValue",
2018
1948
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
@@ -2218,15 +2148,6 @@
2218
2148
  "type": "string"
2219
2149
  }
2220
2150
  },
2221
- {
2222
- "name": "$slots",
2223
- "description": "MISSING DESCRIPTION",
2224
- "doc-url": "https://vuetifyjs.com/api/v-banner#props",
2225
- "value": {
2226
- "kind": "expression",
2227
- "type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; text: (args: []) => VNodeChild; actions: (args: []) => VNodeChild }"
2228
- }
2229
- },
2230
2151
  {
2231
2152
  "name": "position",
2232
2153
  "description": "Specifies the type of positioning method used for the component.",
@@ -2453,15 +2374,6 @@
2453
2374
  "description": "",
2454
2375
  "doc-url": "https://vuetifyjs.com/api/v-banner-actions",
2455
2376
  "attributes": [
2456
- {
2457
- "name": "$slots",
2458
- "description": "MISSING DESCRIPTION",
2459
- "doc-url": "https://vuetifyjs.com/api/v-banner-actions#props",
2460
- "value": {
2461
- "kind": "expression",
2462
- "type": "{ default: (args: []) => VNodeChild }"
2463
- }
2464
- },
2465
2377
  {
2466
2378
  "name": "color",
2467
2379
  "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)",
@@ -2503,15 +2415,6 @@
2503
2415
  "description": "",
2504
2416
  "doc-url": "https://vuetifyjs.com/api/v-banner-text",
2505
2417
  "attributes": [
2506
- {
2507
- "name": "$slots",
2508
- "description": "MISSING DESCRIPTION",
2509
- "doc-url": "https://vuetifyjs.com/api/v-banner-text#props",
2510
- "value": {
2511
- "kind": "expression",
2512
- "type": "{ default: (args: []) => VNodeChild }"
2513
- }
2514
- },
2515
2418
  {
2516
2419
  "name": "tag",
2517
2420
  "description": "Specify a custom tag used on the root element",
@@ -2564,15 +2467,6 @@
2564
2467
  "type": "string"
2565
2468
  }
2566
2469
  },
2567
- {
2568
- "name": "$slots",
2569
- "description": "MISSING DESCRIPTION",
2570
- "doc-url": "https://vuetifyjs.com/api/v-bottom-navigation#props",
2571
- "value": {
2572
- "kind": "expression",
2573
- "type": "{ default: (args: []) => VNodeChild }"
2574
- }
2575
- },
2576
2470
  {
2577
2471
  "name": "modelValue",
2578
2472
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
@@ -2798,15 +2692,6 @@
2798
2692
  "description": "",
2799
2693
  "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs",
2800
2694
  "attributes": [
2801
- {
2802
- "name": "$slots",
2803
- "description": "MISSING DESCRIPTION",
2804
- "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs#props",
2805
- "value": {
2806
- "kind": "expression",
2807
- "type": "{ prepend: (args: []) => VNodeChild; title: (args: [{ item: unknown; index: number }]) => VNodeChild; divider: (args: [{ item: unknown; index: number }]) => VNodeChild; default: (args: []) => VNodeChild }"
2808
- }
2809
- },
2810
2695
  {
2811
2696
  "name": "items",
2812
2697
  "description": "An array of strings or objects used for automatically generating children components",
@@ -2971,15 +2856,6 @@
2971
2856
  "description": "",
2972
2857
  "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-item",
2973
2858
  "attributes": [
2974
- {
2975
- "name": "$slots",
2976
- "description": "MISSING DESCRIPTION",
2977
- "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-item#props",
2978
- "value": {
2979
- "kind": "expression",
2980
- "type": "{ default: (args: []) => VNodeChild }"
2981
- }
2982
- },
2983
2859
  {
2984
2860
  "name": "title",
2985
2861
  "description": "Specify a title text for the component.",
@@ -3162,15 +3038,6 @@
3162
3038
  "type": "string"
3163
3039
  }
3164
3040
  },
3165
- {
3166
- "name": "$slots",
3167
- "description": "MISSING DESCRIPTION",
3168
- "doc-url": "https://vuetifyjs.com/api/v-btn#props",
3169
- "value": {
3170
- "kind": "expression",
3171
- "type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; loader: (args: []) => VNodeChild }"
3172
- }
3173
- },
3174
3041
  {
3175
3042
  "name": "value",
3176
3043
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
@@ -3531,15 +3398,6 @@
3531
3398
  "type": "string"
3532
3399
  }
3533
3400
  },
3534
- {
3535
- "name": "$slots",
3536
- "description": "MISSING DESCRIPTION",
3537
- "doc-url": "https://vuetifyjs.com/api/v-btn-group#props",
3538
- "value": {
3539
- "kind": "expression",
3540
- "type": "{ default: (args: []) => VNodeChild }"
3541
- }
3542
- },
3543
3401
  {
3544
3402
  "name": "color",
3545
3403
  "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)",
@@ -3651,15 +3509,6 @@
3651
3509
  "type": "string"
3652
3510
  }
3653
3511
  },
3654
- {
3655
- "name": "$slots",
3656
- "description": "MISSING DESCRIPTION",
3657
- "doc-url": "https://vuetifyjs.com/api/v-btn-toggle#props",
3658
- "value": {
3659
- "kind": "expression",
3660
- "type": "{ default: (args: [{ select: (id: number, value: boolean) => void; isSelected: (id: number) => boolean; selected: Ref<readonly number[]>; next: () => void; prev: () => void }]) => VNodeChild }"
3661
- }
3662
- },
3663
3512
  {
3664
3513
  "name": "modelValue",
3665
3514
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
@@ -3875,15 +3724,6 @@
3875
3724
  "type": "string"
3876
3725
  }
3877
3726
  },
3878
- {
3879
- "name": "$slots",
3880
- "description": "MISSING DESCRIPTION",
3881
- "doc-url": "https://vuetifyjs.com/api/v-card#props",
3882
- "value": {
3883
- "kind": "expression",
3884
- "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 }"
3885
- }
3886
- },
3887
3727
  {
3888
3728
  "name": "position",
3889
3729
  "description": "Specifies the type of positioning method used for the component.",
@@ -4252,17 +4092,7 @@
4252
4092
  },
4253
4093
  "description": "",
4254
4094
  "doc-url": "https://vuetifyjs.com/api/v-card-actions",
4255
- "attributes": [
4256
- {
4257
- "name": "$slots",
4258
- "description": "MISSING DESCRIPTION",
4259
- "doc-url": "https://vuetifyjs.com/api/v-card-actions#props",
4260
- "value": {
4261
- "kind": "expression",
4262
- "type": "{ default: (args: []) => VNodeChild }"
4263
- }
4264
- }
4265
- ],
4095
+ "attributes": [],
4266
4096
  "events": [],
4267
4097
  "slots": [
4268
4098
  {
@@ -4285,15 +4115,6 @@
4285
4115
  "description": "",
4286
4116
  "doc-url": "https://vuetifyjs.com/api/v-card-item",
4287
4117
  "attributes": [
4288
- {
4289
- "name": "$slots",
4290
- "description": "MISSING DESCRIPTION",
4291
- "doc-url": "https://vuetifyjs.com/api/v-card-item#props",
4292
- "value": {
4293
- "kind": "expression",
4294
- "type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; title: (args: []) => VNodeChild; subtitle: (args: []) => VNodeChild }"
4295
- }
4296
- },
4297
4118
  {
4298
4119
  "name": "title",
4299
4120
  "description": "Specify a title text for the component.",
@@ -4401,15 +4222,6 @@
4401
4222
  "description": "",
4402
4223
  "doc-url": "https://vuetifyjs.com/api/v-card-subtitle",
4403
4224
  "attributes": [
4404
- {
4405
- "name": "$slots",
4406
- "description": "MISSING DESCRIPTION",
4407
- "doc-url": "https://vuetifyjs.com/api/v-card-subtitle#props",
4408
- "value": {
4409
- "kind": "expression",
4410
- "type": "{ default: (args: []) => VNodeChild }"
4411
- }
4412
- },
4413
4225
  {
4414
4226
  "name": "tag",
4415
4227
  "description": "Specify a custom tag used on the root element",
@@ -4443,15 +4255,6 @@
4443
4255
  "description": "",
4444
4256
  "doc-url": "https://vuetifyjs.com/api/v-card-text",
4445
4257
  "attributes": [
4446
- {
4447
- "name": "$slots",
4448
- "description": "MISSING DESCRIPTION",
4449
- "doc-url": "https://vuetifyjs.com/api/v-card-text#props",
4450
- "value": {
4451
- "kind": "expression",
4452
- "type": "{ default: (args: []) => VNodeChild }"
4453
- }
4454
- },
4455
4258
  {
4456
4259
  "name": "tag",
4457
4260
  "description": "Specify a custom tag used on the root element",
@@ -4485,15 +4288,6 @@
4485
4288
  "description": "",
4486
4289
  "doc-url": "https://vuetifyjs.com/api/v-card-title",
4487
4290
  "attributes": [
4488
- {
4489
- "name": "$slots",
4490
- "description": "MISSING DESCRIPTION",
4491
- "doc-url": "https://vuetifyjs.com/api/v-card-title#props",
4492
- "value": {
4493
- "kind": "expression",
4494
- "type": "{ default: (args: []) => VNodeChild }"
4495
- }
4496
- },
4497
4291
  {
4498
4292
  "name": "tag",
4499
4293
  "description": "Specify a custom tag used on the root element",
@@ -4527,15 +4321,6 @@
4527
4321
  "description": "",
4528
4322
  "doc-url": "https://vuetifyjs.com/api/v-carousel",
4529
4323
  "attributes": [
4530
- {
4531
- "name": "$slots",
4532
- "description": "MISSING DESCRIPTION",
4533
- "doc-url": "https://vuetifyjs.com/api/v-carousel#props",
4534
- "value": {
4535
- "kind": "expression",
4536
- "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 }"
4537
- }
4538
- },
4539
4324
  {
4540
4325
  "name": "modelValue",
4541
4326
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
@@ -4721,15 +4506,6 @@
4721
4506
  "description": "",
4722
4507
  "doc-url": "https://vuetifyjs.com/api/v-carousel-item",
4723
4508
  "attributes": [
4724
- {
4725
- "name": "$slots",
4726
- "description": "MISSING DESCRIPTION",
4727
- "doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
4728
- "value": {
4729
- "kind": "expression",
4730
- "type": "{ default: (args: []) => VNodeChild; placeholder: (args: []) => VNodeChild; error: (args: []) => VNodeChild; sources: (args: []) => VNodeChild }"
4731
- }
4732
- },
4733
4509
  {
4734
4510
  "name": "value",
4735
4511
  "description": "MISSING DESCRIPTION",
@@ -4804,15 +4580,6 @@
4804
4580
  "type": "string"
4805
4581
  }
4806
4582
  },
4807
- {
4808
- "name": "$slots",
4809
- "description": "MISSING DESCRIPTION",
4810
- "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
4811
- "value": {
4812
- "kind": "expression",
4813
- "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 }"
4814
- }
4815
- },
4816
4583
  {
4817
4584
  "name": "value",
4818
4585
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
@@ -5384,15 +5151,6 @@
5384
5151
  "type": "string"
5385
5152
  }
5386
5153
  },
5387
- {
5388
- "name": "$slots",
5389
- "description": "MISSING DESCRIPTION",
5390
- "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
5391
- "value": {
5392
- "kind": "expression",
5393
- "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 }"
5394
- }
5395
- },
5396
5154
  {
5397
5155
  "name": "value",
5398
5156
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
@@ -5686,15 +5444,6 @@
5686
5444
  "type": "string"
5687
5445
  }
5688
5446
  },
5689
- {
5690
- "name": "$slots",
5691
- "description": "MISSING DESCRIPTION",
5692
- "doc-url": "https://vuetifyjs.com/api/v-chip#props",
5693
- "value": {
5694
- "kind": "expression",
5695
- "type": "{ default: (args: []) => VNodeChild; label: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild }"
5696
- }
5697
- },
5698
5447
  {
5699
5448
  "name": "value",
5700
5449
  "description": "The value used when a child of a [v-chip-group](/components/chip-groups)",
@@ -6016,6 +5765,17 @@
6016
5765
  }
6017
5766
  ]
6018
5767
  },
5768
+ {
5769
+ "name": "click:close",
5770
+ "description": "Emitted when close icon is clicked",
5771
+ "doc-url": "https://vuetifyjs.com/api/v-chip#events",
5772
+ "arguments": [
5773
+ {
5774
+ "name": "argument",
5775
+ "type": "[MouseEvent]"
5776
+ }
5777
+ ]
5778
+ },
6019
5779
  {
6020
5780
  "name": "group:selected",
6021
5781
  "description": "Event that is emitted when an item is selected within a group.",
@@ -6048,17 +5808,6 @@
6048
5808
  "type": "never"
6049
5809
  }
6050
5810
  ]
6051
- },
6052
- {
6053
- "name": "click:close",
6054
- "description": "Emitted when close icon is clicked",
6055
- "doc-url": "https://vuetifyjs.com/api/v-chip#events",
6056
- "arguments": [
6057
- {
6058
- "name": "argument",
6059
- "type": "[Event]"
6060
- }
6061
- ]
6062
5811
  }
6063
5812
  ],
6064
5813
  "slots": [
@@ -6117,15 +5866,6 @@
6117
5866
  "type": "string"
6118
5867
  }
6119
5868
  },
6120
- {
6121
- "name": "$slots",
6122
- "description": "MISSING DESCRIPTION",
6123
- "doc-url": "https://vuetifyjs.com/api/v-chip-group#props",
6124
- "value": {
6125
- "kind": "expression",
6126
- "type": "{ default: (args: []) => VNodeChild }"
6127
- }
6128
- },
6129
5869
  {
6130
5870
  "name": "modelValue",
6131
5871
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
@@ -6270,15 +6010,6 @@
6270
6010
  "description": "",
6271
6011
  "doc-url": "https://vuetifyjs.com/api/v-code",
6272
6012
  "attributes": [
6273
- {
6274
- "name": "$slots",
6275
- "description": "MISSING DESCRIPTION",
6276
- "doc-url": "https://vuetifyjs.com/api/v-code#props",
6277
- "value": {
6278
- "kind": "expression",
6279
- "type": "{ default: (args: []) => VNodeChild }"
6280
- }
6281
- },
6282
6013
  {
6283
6014
  "name": "tag",
6284
6015
  "description": "Specify a custom tag used on the root element",
@@ -6552,15 +6283,6 @@
6552
6283
  },
6553
6284
  "type": "boolean"
6554
6285
  },
6555
- {
6556
- "name": "$slots",
6557
- "description": "MISSING DESCRIPTION",
6558
- "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
6559
- "value": {
6560
- "kind": "expression",
6561
- "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 }"
6562
- }
6563
- },
6564
6286
  {
6565
6287
  "name": "id",
6566
6288
  "description": "Sets the DOM id on the component",
@@ -7548,15 +7270,6 @@
7548
7270
  "description": "",
7549
7271
  "doc-url": "https://vuetifyjs.com/api/v-counter",
7550
7272
  "attributes": [
7551
- {
7552
- "name": "$slots",
7553
- "description": "MISSING DESCRIPTION",
7554
- "doc-url": "https://vuetifyjs.com/api/v-counter#props",
7555
- "value": {
7556
- "kind": "expression",
7557
- "type": "{ default: (args: []) => VNodeChild }"
7558
- }
7559
- },
7560
7273
  {
7561
7274
  "name": "value",
7562
7275
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))",
@@ -7621,17 +7334,19 @@
7621
7334
  "doc-url": "https://vuetifyjs.com/api/v-defaults-provider",
7622
7335
  "attributes": [
7623
7336
  {
7624
- "name": "$slots",
7625
- "description": "MISSING DESCRIPTION",
7337
+ "name": "disabled",
7338
+ "description": "Turns off all calcuations of new default values for improved performance in situations where defaults propagation isn't necessary",
7626
7339
  "doc-url": "https://vuetifyjs.com/api/v-defaults-provider#props",
7340
+ "default": "false",
7627
7341
  "value": {
7628
7342
  "kind": "expression",
7629
- "type": "{ default: (args: []) => VNodeChild }"
7630
- }
7343
+ "type": "boolean"
7344
+ },
7345
+ "type": "boolean"
7631
7346
  },
7632
7347
  {
7633
7348
  "name": "root",
7634
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-defaults-provider.json))",
7349
+ "description": "Force current defaults to match the application root defaults",
7635
7350
  "doc-url": "https://vuetifyjs.com/api/v-defaults-provider#props",
7636
7351
  "default": "false",
7637
7352
  "value": {
@@ -7642,7 +7357,7 @@
7642
7357
  },
7643
7358
  {
7644
7359
  "name": "scoped",
7645
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-defaults-provider.json))",
7360
+ "description": "Prevents the ability for default values to be inherited from parent components",
7646
7361
  "doc-url": "https://vuetifyjs.com/api/v-defaults-provider#props",
7647
7362
  "default": "false",
7648
7363
  "value": {
@@ -7653,7 +7368,7 @@
7653
7368
  },
7654
7369
  {
7655
7370
  "name": "reset",
7656
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-defaults-provider.json))",
7371
+ "description": "Reset the default values up the nested chain by {n} amount",
7657
7372
  "doc-url": "https://vuetifyjs.com/api/v-defaults-provider#props",
7658
7373
  "value": {
7659
7374
  "kind": "expression",
@@ -7701,15 +7416,6 @@
7701
7416
  "type": "string"
7702
7417
  }
7703
7418
  },
7704
- {
7705
- "name": "$slots",
7706
- "description": "MISSING DESCRIPTION",
7707
- "doc-url": "https://vuetifyjs.com/api/v-dialog#props",
7708
- "value": {
7709
- "kind": "expression",
7710
- "type": "{ default: (args: [{ isActive: Ref<boolean> }]) => VNodeChild; activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild }"
7711
- }
7712
- },
7713
7419
  {
7714
7420
  "name": "zIndex",
7715
7421
  "description": "The z-index used for the component",
@@ -8147,15 +7853,6 @@
8147
7853
  "type": "string"
8148
7854
  }
8149
7855
  },
8150
- {
8151
- "name": "$slots",
8152
- "description": "MISSING DESCRIPTION",
8153
- "doc-url": "https://vuetifyjs.com/api/v-divider#props",
8154
- "value": {
8155
- "kind": "expression",
8156
- "type": "{ default: (args: []) => VNodeChild }"
8157
- }
8158
- },
8159
7856
  {
8160
7857
  "name": "color",
8161
7858
  "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)",
@@ -8228,15 +7925,6 @@
8228
7925
  "type": "string"
8229
7926
  }
8230
7927
  },
8231
- {
8232
- "name": "$slots",
8233
- "description": "MISSING DESCRIPTION",
8234
- "doc-url": "https://vuetifyjs.com/api/v-expansion-panels#props",
8235
- "value": {
8236
- "kind": "expression",
8237
- "type": "{ default: (args: []) => VNodeChild }"
8238
- }
8239
- },
8240
7928
  {
8241
7929
  "name": "modelValue",
8242
7930
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
@@ -8371,15 +8059,6 @@
8371
8059
  "description": "",
8372
8060
  "doc-url": "https://vuetifyjs.com/api/v-expansion-panel",
8373
8061
  "attributes": [
8374
- {
8375
- "name": "$slots",
8376
- "description": "MISSING DESCRIPTION",
8377
- "doc-url": "https://vuetifyjs.com/api/v-expansion-panel#props",
8378
- "value": {
8379
- "kind": "expression",
8380
- "type": "{ default: (args: []) => VNodeChild; title: (args: []) => VNodeChild; text: (args: []) => VNodeChild }"
8381
- }
8382
- },
8383
8062
  {
8384
8063
  "name": "value",
8385
8064
  "description": "Controls the opened/closed state of content",
@@ -8582,15 +8261,6 @@
8582
8261
  "description": "",
8583
8262
  "doc-url": "https://vuetifyjs.com/api/v-expansion-panel-text",
8584
8263
  "attributes": [
8585
- {
8586
- "name": "$slots",
8587
- "description": "MISSING DESCRIPTION",
8588
- "doc-url": "https://vuetifyjs.com/api/v-expansion-panel-text#props",
8589
- "value": {
8590
- "kind": "expression",
8591
- "type": "{ default: (args: []) => VNodeChild }"
8592
- }
8593
- },
8594
8264
  {
8595
8265
  "name": "eager",
8596
8266
  "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.",
@@ -8625,15 +8295,6 @@
8625
8295
  "description": "",
8626
8296
  "doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title",
8627
8297
  "attributes": [
8628
- {
8629
- "name": "$slots",
8630
- "description": "MISSING DESCRIPTION",
8631
- "doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#props",
8632
- "value": {
8633
- "kind": "expression",
8634
- "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 }"
8635
- }
8636
- },
8637
8298
  {
8638
8299
  "name": "color",
8639
8300
  "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)",
@@ -8787,15 +8448,6 @@
8787
8448
  },
8788
8449
  "type": "boolean"
8789
8450
  },
8790
- {
8791
- "name": "$slots",
8792
- "description": "MISSING DESCRIPTION",
8793
- "doc-url": "https://vuetifyjs.com/api/v-field#props",
8794
- "value": {
8795
- "kind": "expression",
8796
- "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 }"
8797
- }
8798
- },
8799
8451
  {
8800
8452
  "name": "id",
8801
8453
  "description": "Sets the DOM id on the component",
@@ -9117,15 +8769,6 @@
9117
8769
  "description": "",
9118
8770
  "doc-url": "https://vuetifyjs.com/api/v-field-label",
9119
8771
  "attributes": [
9120
- {
9121
- "name": "$slots",
9122
- "description": "MISSING DESCRIPTION",
9123
- "doc-url": "https://vuetifyjs.com/api/v-field-label#props",
9124
- "value": {
9125
- "kind": "expression",
9126
- "type": "{ default: (args: []) => VNodeChild }"
9127
- }
9128
- },
9129
8772
  {
9130
8773
  "name": "floating",
9131
8774
  "description": "Elevates the label above the slotted content.",
@@ -9189,15 +8832,6 @@
9189
8832
  },
9190
8833
  "type": "boolean"
9191
8834
  },
9192
- {
9193
- "name": "$slots",
9194
- "description": "MISSING DESCRIPTION",
9195
- "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
9196
- "value": {
9197
- "kind": "expression",
9198
- "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 }"
9199
- }
9200
- },
9201
8835
  {
9202
8836
  "name": "id",
9203
8837
  "description": "Sets the DOM id on the component",
@@ -9939,15 +9573,6 @@
9939
9573
  "type": "string"
9940
9574
  }
9941
9575
  },
9942
- {
9943
- "name": "$slots",
9944
- "description": "MISSING DESCRIPTION",
9945
- "doc-url": "https://vuetifyjs.com/api/v-footer#props",
9946
- "value": {
9947
- "kind": "expression",
9948
- "type": "{ default: (args: []) => VNodeChild }"
9949
- }
9950
- },
9951
9576
  {
9952
9577
  "name": "absolute",
9953
9578
  "description": "Applies **position: absolute** to the component.",
@@ -10061,15 +9686,6 @@
10061
9686
  "description": "",
10062
9687
  "doc-url": "https://vuetifyjs.com/api/v-form",
10063
9688
  "attributes": [
10064
- {
10065
- "name": "$slots",
10066
- "description": "MISSING DESCRIPTION",
10067
- "doc-url": "https://vuetifyjs.com/api/v-form#props",
10068
- "value": {
10069
- "kind": "expression",
10070
- "type": "{ default: (args: []) => VNodeChild }"
10071
- }
10072
- },
10073
9689
  {
10074
9690
  "name": "modelValue",
10075
9691
  "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.",
@@ -10170,15 +9786,6 @@
10170
9786
  "description": "",
10171
9787
  "doc-url": "https://vuetifyjs.com/api/v-container",
10172
9788
  "attributes": [
10173
- {
10174
- "name": "$slots",
10175
- "description": "MISSING DESCRIPTION",
10176
- "doc-url": "https://vuetifyjs.com/api/v-container#props",
10177
- "value": {
10178
- "kind": "expression",
10179
- "type": "{ default: (args: []) => VNodeChild }"
10180
- }
10181
- },
10182
9789
  {
10183
9790
  "name": "tag",
10184
9791
  "description": "Specify a custom tag used on the root element.",
@@ -10223,15 +9830,6 @@
10223
9830
  "description": "",
10224
9831
  "doc-url": "https://vuetifyjs.com/api/v-col",
10225
9832
  "attributes": [
10226
- {
10227
- "name": "$slots",
10228
- "description": "MISSING DESCRIPTION",
10229
- "doc-url": "https://vuetifyjs.com/api/v-col#props",
10230
- "value": {
10231
- "kind": "expression",
10232
- "type": "{ default: (args: []) => VNodeChild }"
10233
- }
10234
- },
10235
9833
  {
10236
9834
  "name": "tag",
10237
9835
  "description": "Specify a custom tag used on the root element.",
@@ -10305,15 +9903,6 @@
10305
9903
  "description": "",
10306
9904
  "doc-url": "https://vuetifyjs.com/api/v-row",
10307
9905
  "attributes": [
10308
- {
10309
- "name": "$slots",
10310
- "description": "MISSING DESCRIPTION",
10311
- "doc-url": "https://vuetifyjs.com/api/v-row#props",
10312
- "value": {
10313
- "kind": "expression",
10314
- "type": "{ default: (args: []) => VNodeChild }"
10315
- }
10316
- },
10317
9906
  {
10318
9907
  "name": "tag",
10319
9908
  "description": "Specify a custom tag used on the root element.",
@@ -10399,15 +9988,6 @@
10399
9988
  "description": "",
10400
9989
  "doc-url": "https://vuetifyjs.com/api/v-spacer",
10401
9990
  "attributes": [
10402
- {
10403
- "name": "$slots",
10404
- "description": "MISSING DESCRIPTION",
10405
- "doc-url": "https://vuetifyjs.com/api/v-spacer#props",
10406
- "value": {
10407
- "kind": "expression",
10408
- "type": "{ default: (args: []) => VNodeChild }"
10409
- }
10410
- },
10411
9991
  {
10412
9992
  "name": "tag",
10413
9993
  "description": "Specify a custom tag used on the root element",
@@ -10441,15 +10021,6 @@
10441
10021
  "description": "",
10442
10022
  "doc-url": "https://vuetifyjs.com/api/v-hover",
10443
10023
  "attributes": [
10444
- {
10445
- "name": "$slots",
10446
- "description": "MISSING DESCRIPTION",
10447
- "doc-url": "https://vuetifyjs.com/api/v-hover#props",
10448
- "value": {
10449
- "kind": "expression",
10450
- "type": "{ default: (args: [{ isHovering: boolean; props: Record<string, unknown> }]) => VNodeChild }"
10451
- }
10452
- },
10453
10024
  {
10454
10025
  "name": "modelValue",
10455
10026
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
@@ -10544,15 +10115,6 @@
10544
10115
  "type": "string"
10545
10116
  }
10546
10117
  },
10547
- {
10548
- "name": "$slots",
10549
- "description": "MISSING DESCRIPTION",
10550
- "doc-url": "https://vuetifyjs.com/api/v-icon#props",
10551
- "value": {
10552
- "kind": "expression",
10553
- "type": "{ default: (args: []) => VNodeChild }"
10554
- }
10555
- },
10556
10118
  {
10557
10119
  "name": "size",
10558
10120
  "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**.",
@@ -10636,15 +10198,6 @@
10636
10198
  "description": "",
10637
10199
  "doc-url": "https://vuetifyjs.com/api/v-component-icon",
10638
10200
  "attributes": [
10639
- {
10640
- "name": "$slots",
10641
- "description": "MISSING DESCRIPTION",
10642
- "doc-url": "https://vuetifyjs.com/api/v-component-icon#props",
10643
- "value": {
10644
- "kind": "expression",
10645
- "type": "{ default: (args: []) => VNodeChild }"
10646
- }
10647
- },
10648
10201
  {
10649
10202
  "name": "tag",
10650
10203
  "description": "Specify a custom tag used on the root element",
@@ -10791,15 +10344,6 @@
10791
10344
  "description": "",
10792
10345
  "doc-url": "https://vuetifyjs.com/api/v-img",
10793
10346
  "attributes": [
10794
- {
10795
- "name": "$slots",
10796
- "description": "MISSING DESCRIPTION",
10797
- "doc-url": "https://vuetifyjs.com/api/v-img#props",
10798
- "value": {
10799
- "kind": "expression",
10800
- "type": "{ default: (args: []) => VNodeChild; placeholder: (args: []) => VNodeChild; error: (args: []) => VNodeChild; sources: (args: []) => VNodeChild }"
10801
- }
10802
- },
10803
10347
  {
10804
10348
  "name": "width",
10805
10349
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-img.json))",
@@ -10996,15 +10540,6 @@
10996
10540
  "type": "string"
10997
10541
  }
10998
10542
  },
10999
- {
11000
- "name": "$slots",
11001
- "description": "MISSING DESCRIPTION",
11002
- "doc-url": "https://vuetifyjs.com/api/v-input#props",
11003
- "value": {
11004
- "kind": "expression",
11005
- "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 }"
11006
- }
11007
- },
11008
10543
  {
11009
10544
  "name": "id",
11010
10545
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))",
@@ -11447,15 +10982,6 @@
11447
10982
  "type": "string"
11448
10983
  }
11449
10984
  },
11450
- {
11451
- "name": "$slots",
11452
- "description": "MISSING DESCRIPTION",
11453
- "doc-url": "https://vuetifyjs.com/api/v-item-group#props",
11454
- "value": {
11455
- "kind": "expression",
11456
- "type": "{ default: (args: []) => VNodeChild }"
11457
- }
11458
- },
11459
10985
  {
11460
10986
  "name": "modelValue",
11461
10987
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
@@ -11561,15 +11087,6 @@
11561
11087
  "description": "",
11562
11088
  "doc-url": "https://vuetifyjs.com/api/v-item",
11563
11089
  "attributes": [
11564
- {
11565
- "name": "$slots",
11566
- "description": "MISSING DESCRIPTION",
11567
- "doc-url": "https://vuetifyjs.com/api/v-item#props",
11568
- "value": {
11569
- "kind": "expression",
11570
- "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 }"
11571
- }
11572
- },
11573
11090
  {
11574
11091
  "name": "value",
11575
11092
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
@@ -11668,15 +11185,6 @@
11668
11185
  "description": "",
11669
11186
  "doc-url": "https://vuetifyjs.com/api/v-kbd",
11670
11187
  "attributes": [
11671
- {
11672
- "name": "$slots",
11673
- "description": "MISSING DESCRIPTION",
11674
- "doc-url": "https://vuetifyjs.com/api/v-kbd#props",
11675
- "value": {
11676
- "kind": "expression",
11677
- "type": "{ default: (args: []) => VNodeChild }"
11678
- }
11679
- },
11680
11188
  {
11681
11189
  "name": "tag",
11682
11190
  "description": "Specify a custom tag used on the root element",
@@ -11719,15 +11227,6 @@
11719
11227
  "type": "string"
11720
11228
  }
11721
11229
  },
11722
- {
11723
- "name": "$slots",
11724
- "description": "MISSING DESCRIPTION",
11725
- "doc-url": "https://vuetifyjs.com/api/v-label#props",
11726
- "value": {
11727
- "kind": "expression",
11728
- "type": "{ default: (args: []) => VNodeChild }"
11729
- }
11730
- },
11731
11230
  {
11732
11231
  "name": "text",
11733
11232
  "description": "Specify content text for the component.",
@@ -11791,15 +11290,6 @@
11791
11290
  "kind": "expression",
11792
11291
  "type": "string[]"
11793
11292
  }
11794
- },
11795
- {
11796
- "name": "$slots",
11797
- "description": "MISSING DESCRIPTION",
11798
- "doc-url": "https://vuetifyjs.com/api/v-layout#props",
11799
- "value": {
11800
- "kind": "expression",
11801
- "type": "{ default: (args: []) => VNodeChild }"
11802
- }
11803
11293
  }
11804
11294
  ],
11805
11295
  "events": [],
@@ -11833,15 +11323,6 @@
11833
11323
  "type": "string"
11834
11324
  }
11835
11325
  },
11836
- {
11837
- "name": "$slots",
11838
- "description": "MISSING DESCRIPTION",
11839
- "doc-url": "https://vuetifyjs.com/api/v-layout-item#props",
11840
- "value": {
11841
- "kind": "expression",
11842
- "type": "{ default: (args: []) => VNodeChild }"
11843
- }
11844
- },
11845
11326
  {
11846
11327
  "name": "position",
11847
11328
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-layout-item.json))",
@@ -11916,15 +11397,6 @@
11916
11397
  "description": "",
11917
11398
  "doc-url": "https://vuetifyjs.com/api/v-lazy",
11918
11399
  "attributes": [
11919
- {
11920
- "name": "$slots",
11921
- "description": "MISSING DESCRIPTION",
11922
- "doc-url": "https://vuetifyjs.com/api/v-lazy#props",
11923
- "value": {
11924
- "kind": "expression",
11925
- "type": "{ default: (args: []) => VNodeChild }"
11926
- }
11927
- },
11928
11400
  {
11929
11401
  "name": "modelValue",
11930
11402
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
@@ -12064,15 +11536,6 @@
12064
11536
  "type": "string"
12065
11537
  }
12066
11538
  },
12067
- {
12068
- "name": "$slots",
12069
- "description": "MISSING DESCRIPTION",
12070
- "doc-url": "https://vuetifyjs.com/api/v-list#props",
12071
- "value": {
12072
- "kind": "expression",
12073
- "type": "{ subheader: (args: []) => VNodeChild; header: (args: [{ props: Record<string, unknown> }]) => VNodeChild; item: (args: [unknown]) => VNodeChild }"
12074
- }
12075
- },
12076
11539
  {
12077
11540
  "name": "items",
12078
11541
  "description": "An array of strings or objects used for automatically generating children components",
@@ -12457,16 +11920,7 @@
12457
11920
  },
12458
11921
  "description": "",
12459
11922
  "doc-url": "https://vuetifyjs.com/api/v-list-group",
12460
- "attributes": [
12461
- {
12462
- "name": "$slots",
12463
- "description": "MISSING DESCRIPTION",
12464
- "doc-url": "https://vuetifyjs.com/api/v-list-group#props",
12465
- "value": {
12466
- "kind": "expression",
12467
- "type": "{ default: (args: []) => VNodeChild; activator: (args: [{ isOpen: boolean; props: Record<string, unknown> }]) => VNodeChild }"
12468
- }
12469
- },
11923
+ "attributes": [
12470
11924
  {
12471
11925
  "name": "value",
12472
11926
  "description": "Expands / Collapse the list-group",
@@ -12611,15 +12065,6 @@
12611
12065
  "description": "",
12612
12066
  "doc-url": "https://vuetifyjs.com/api/v-list-img",
12613
12067
  "attributes": [
12614
- {
12615
- "name": "$slots",
12616
- "description": "MISSING DESCRIPTION",
12617
- "doc-url": "https://vuetifyjs.com/api/v-list-img#props",
12618
- "value": {
12619
- "kind": "expression",
12620
- "type": "{ default: (args: []) => VNodeChild }"
12621
- }
12622
- },
12623
12068
  {
12624
12069
  "name": "tag",
12625
12070
  "description": "Specify a custom tag used on the root element",
@@ -12662,15 +12107,6 @@
12662
12107
  "type": "string"
12663
12108
  }
12664
12109
  },
12665
- {
12666
- "name": "$slots",
12667
- "description": "MISSING DESCRIPTION",
12668
- "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
12669
- "value": {
12670
- "kind": "expression",
12671
- "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 }"
12672
- }
12673
- },
12674
12110
  {
12675
12111
  "name": "value",
12676
12112
  "description": "The value used for selection.",
@@ -13112,15 +12548,6 @@
13112
12548
  "description": "",
13113
12549
  "doc-url": "https://vuetifyjs.com/api/v-list-item-action",
13114
12550
  "attributes": [
13115
- {
13116
- "name": "$slots",
13117
- "description": "MISSING DESCRIPTION",
13118
- "doc-url": "https://vuetifyjs.com/api/v-list-item-action#props",
13119
- "value": {
13120
- "kind": "expression",
13121
- "type": "{ default: (args: []) => VNodeChild }"
13122
- }
13123
- },
13124
12551
  {
13125
12552
  "name": "tag",
13126
12553
  "description": "Specify a custom tag used on the root element.",
@@ -13176,15 +12603,6 @@
13176
12603
  "description": "",
13177
12604
  "doc-url": "https://vuetifyjs.com/api/v-list-item-media",
13178
12605
  "attributes": [
13179
- {
13180
- "name": "$slots",
13181
- "description": "MISSING DESCRIPTION",
13182
- "doc-url": "https://vuetifyjs.com/api/v-list-item-media#props",
13183
- "value": {
13184
- "kind": "expression",
13185
- "type": "{ default: (args: []) => VNodeChild }"
13186
- }
13187
- },
13188
12606
  {
13189
12607
  "name": "tag",
13190
12608
  "description": "Specify a custom tag used on the root element.",
@@ -13240,15 +12658,6 @@
13240
12658
  "description": "",
13241
12659
  "doc-url": "https://vuetifyjs.com/api/v-list-item-subtitle",
13242
12660
  "attributes": [
13243
- {
13244
- "name": "$slots",
13245
- "description": "MISSING DESCRIPTION",
13246
- "doc-url": "https://vuetifyjs.com/api/v-list-item-subtitle#props",
13247
- "value": {
13248
- "kind": "expression",
13249
- "type": "{ default: (args: []) => VNodeChild }"
13250
- }
13251
- },
13252
12661
  {
13253
12662
  "name": "tag",
13254
12663
  "description": "Specify a custom tag used on the root element",
@@ -13282,15 +12691,6 @@
13282
12691
  "description": "",
13283
12692
  "doc-url": "https://vuetifyjs.com/api/v-list-item-title",
13284
12693
  "attributes": [
13285
- {
13286
- "name": "$slots",
13287
- "description": "MISSING DESCRIPTION",
13288
- "doc-url": "https://vuetifyjs.com/api/v-list-item-title#props",
13289
- "value": {
13290
- "kind": "expression",
13291
- "type": "{ default: (args: []) => VNodeChild }"
13292
- }
13293
- },
13294
12694
  {
13295
12695
  "name": "tag",
13296
12696
  "description": "Specify a custom tag used on the root element",
@@ -13324,15 +12724,6 @@
13324
12724
  "description": "",
13325
12725
  "doc-url": "https://vuetifyjs.com/api/v-list-subheader",
13326
12726
  "attributes": [
13327
- {
13328
- "name": "$slots",
13329
- "description": "MISSING DESCRIPTION",
13330
- "doc-url": "https://vuetifyjs.com/api/v-list-subheader#props",
13331
- "value": {
13332
- "kind": "expression",
13333
- "type": "{ default: (args: []) => VNodeChild }"
13334
- }
13335
- },
13336
12727
  {
13337
12728
  "name": "title",
13338
12729
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-subheader.json))",
@@ -13406,15 +12797,6 @@
13406
12797
  "description": "",
13407
12798
  "doc-url": "https://vuetifyjs.com/api/v-locale-provider",
13408
12799
  "attributes": [
13409
- {
13410
- "name": "$slots",
13411
- "description": "MISSING DESCRIPTION",
13412
- "doc-url": "https://vuetifyjs.com/api/v-locale-provider#props",
13413
- "value": {
13414
- "kind": "expression",
13415
- "type": "{ default: (args: []) => VNodeChild }"
13416
- }
13417
- },
13418
12800
  {
13419
12801
  "name": "messages",
13420
12802
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-locale-provider.json))",
@@ -13476,15 +12858,6 @@
13476
12858
  "description": "",
13477
12859
  "doc-url": "https://vuetifyjs.com/api/v-main",
13478
12860
  "attributes": [
13479
- {
13480
- "name": "$slots",
13481
- "description": "MISSING DESCRIPTION",
13482
- "doc-url": "https://vuetifyjs.com/api/v-main#props",
13483
- "value": {
13484
- "kind": "expression",
13485
- "type": "{ default: (args: []) => VNodeChild }"
13486
- }
13487
- },
13488
12861
  {
13489
12862
  "name": "tag",
13490
12863
  "description": "Specify a custom tag used on the root element.",
@@ -13538,15 +12911,6 @@
13538
12911
  "type": "string"
13539
12912
  }
13540
12913
  },
13541
- {
13542
- "name": "$slots",
13543
- "description": "MISSING DESCRIPTION",
13544
- "doc-url": "https://vuetifyjs.com/api/v-menu#props",
13545
- "value": {
13546
- "kind": "expression",
13547
- "type": "{ default: (args: [{ isActive: Ref<boolean> }]) => VNodeChild; activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild }"
13548
- }
13549
- },
13550
12914
  {
13551
12915
  "name": "zIndex",
13552
12916
  "description": "The z-index used for the component",
@@ -13933,15 +13297,6 @@
13933
13297
  "description": "",
13934
13298
  "doc-url": "https://vuetifyjs.com/api/v-messages",
13935
13299
  "attributes": [
13936
- {
13937
- "name": "$slots",
13938
- "description": "MISSING DESCRIPTION",
13939
- "doc-url": "https://vuetifyjs.com/api/v-messages#props",
13940
- "value": {
13941
- "kind": "expression",
13942
- "type": "{ message: (args: [{ message: string }]) => VNodeChild }"
13943
- }
13944
- },
13945
13300
  {
13946
13301
  "name": "color",
13947
13302
  "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)",
@@ -14029,15 +13384,6 @@
14029
13384
  "type": "string"
14030
13385
  }
14031
13386
  },
14032
- {
14033
- "name": "$slots",
14034
- "description": "MISSING DESCRIPTION",
14035
- "doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
14036
- "value": {
14037
- "kind": "expression",
14038
- "type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; image: (args: [{ image: string }]) => VNodeChild }"
14039
- }
14040
- },
14041
13387
  {
14042
13388
  "name": "image",
14043
13389
  "description": "Apply a specific background image to the component.",
@@ -14332,17 +13678,7 @@
14332
13678
  },
14333
13679
  "description": "",
14334
13680
  "doc-url": "https://vuetifyjs.com/api/v-no-ssr",
14335
- "attributes": [
14336
- {
14337
- "name": "$slots",
14338
- "description": "MISSING DESCRIPTION",
14339
- "doc-url": "https://vuetifyjs.com/api/v-no-ssr#props",
14340
- "value": {
14341
- "kind": "expression",
14342
- "type": "{ default: (args: []) => VNodeChild }"
14343
- }
14344
- }
14345
- ],
13681
+ "attributes": [],
14346
13682
  "events": [],
14347
13683
  "slots": [
14348
13684
  {
@@ -14374,15 +13710,6 @@
14374
13710
  "type": "string"
14375
13711
  }
14376
13712
  },
14377
- {
14378
- "name": "$slots",
14379
- "description": "MISSING DESCRIPTION",
14380
- "doc-url": "https://vuetifyjs.com/api/v-overlay#props",
14381
- "value": {
14382
- "kind": "expression",
14383
- "type": "{ default: (args: [{ isActive: Ref<boolean> }]) => VNodeChild; activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild }"
14384
- }
14385
- },
14386
13713
  {
14387
13714
  "name": "zIndex",
14388
13715
  "description": "The z-index used for the component",
@@ -14810,15 +14137,6 @@
14810
14137
  "type": "string"
14811
14138
  }
14812
14139
  },
14813
- {
14814
- "name": "$slots",
14815
- "description": "MISSING DESCRIPTION",
14816
- "doc-url": "https://vuetifyjs.com/api/v-pagination#props",
14817
- "value": {
14818
- "kind": "expression",
14819
- "type": "{ item: (args: []) => VNodeChild; first: (args: []) => VNodeChild; next: (args: []) => VNodeChild; prev: (args: []) => VNodeChild; last: (args: []) => VNodeChild }"
14820
- }
14821
- },
14822
14140
  {
14823
14141
  "name": "size",
14824
14142
  "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**.",
@@ -15175,15 +14493,6 @@
15175
14493
  "description": "",
15176
14494
  "doc-url": "https://vuetifyjs.com/api/v-parallax",
15177
14495
  "attributes": [
15178
- {
15179
- "name": "$slots",
15180
- "description": "MISSING DESCRIPTION",
15181
- "doc-url": "https://vuetifyjs.com/api/v-parallax#props",
15182
- "value": {
15183
- "kind": "expression",
15184
- "type": "{ default: (args: []) => VNodeChild; placeholder: (args: []) => VNodeChild; error: (args: []) => VNodeChild; sources: (args: []) => VNodeChild }"
15185
- }
15186
- },
15187
14496
  {
15188
14497
  "name": "scale",
15189
14498
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-parallax.json))",
@@ -15241,15 +14550,6 @@
15241
14550
  "type": "string"
15242
14551
  }
15243
14552
  },
15244
- {
15245
- "name": "$slots",
15246
- "description": "MISSING DESCRIPTION",
15247
- "doc-url": "https://vuetifyjs.com/api/v-progress-circular#props",
15248
- "value": {
15249
- "kind": "expression",
15250
- "type": "{ default: (args: []) => VNodeChild }"
15251
- }
15252
- },
15253
14553
  {
15254
14554
  "name": "size",
15255
14555
  "description": "Sets the diameter of the circle in pixels",
@@ -15371,15 +14671,6 @@
15371
14671
  },
15372
14672
  "type": "boolean"
15373
14673
  },
15374
- {
15375
- "name": "$slots",
15376
- "description": "MISSING DESCRIPTION",
15377
- "doc-url": "https://vuetifyjs.com/api/v-progress-linear#props",
15378
- "value": {
15379
- "kind": "expression",
15380
- "type": "{ default: (args: [{ value: number; buffer: number }]) => VNodeChild }"
15381
- }
15382
- },
15383
14674
  {
15384
14675
  "name": "modelValue",
15385
14676
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
@@ -15626,15 +14917,6 @@
15626
14917
  "type": "string"
15627
14918
  }
15628
14919
  },
15629
- {
15630
- "name": "$slots",
15631
- "description": "MISSING DESCRIPTION",
15632
- "doc-url": "https://vuetifyjs.com/api/v-radio#props",
15633
- "value": {
15634
- "kind": "expression",
15635
- "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 }"
15636
- }
15637
- },
15638
14920
  {
15639
14921
  "name": "value",
15640
14922
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
@@ -15892,15 +15174,6 @@
15892
15174
  "type": "string"
15893
15175
  }
15894
15176
  },
15895
- {
15896
- "name": "$slots",
15897
- "description": "MISSING DESCRIPTION",
15898
- "doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
15899
- "value": {
15900
- "kind": "expression",
15901
- "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 }"
15902
- }
15903
- },
15904
15177
  {
15905
15178
  "name": "id",
15906
15179
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
@@ -16416,15 +15689,6 @@
16416
15689
  },
16417
15690
  "type": "boolean"
16418
15691
  },
16419
- {
16420
- "name": "$slots",
16421
- "description": "MISSING DESCRIPTION",
16422
- "doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
16423
- "value": {
16424
- "kind": "expression",
16425
- "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 }"
16426
- }
16427
- },
16428
15692
  {
16429
15693
  "name": "id",
16430
15694
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))",
@@ -17064,15 +16328,6 @@
17064
16328
  "type": "string"
17065
16329
  }
17066
16330
  },
17067
- {
17068
- "name": "$slots",
17069
- "description": "MISSING DESCRIPTION",
17070
- "doc-url": "https://vuetifyjs.com/api/v-rating#props",
17071
- "value": {
17072
- "kind": "expression",
17073
- "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 }"
17074
- }
17075
- },
17076
16331
  {
17077
16332
  "name": "size",
17078
16333
  "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**.",
@@ -17330,15 +16585,6 @@
17330
16585
  "description": "",
17331
16586
  "doc-url": "https://vuetifyjs.com/api/v-responsive",
17332
16587
  "attributes": [
17333
- {
17334
- "name": "$slots",
17335
- "description": "MISSING DESCRIPTION",
17336
- "doc-url": "https://vuetifyjs.com/api/v-responsive#props",
17337
- "value": {
17338
- "kind": "expression",
17339
- "type": "{ default: (args: []) => VNodeChild; additional: (args: []) => VNodeChild }"
17340
- }
17341
- },
17342
16588
  {
17343
16589
  "name": "height",
17344
16590
  "description": "Sets the height for the component.",
@@ -17478,15 +16724,6 @@
17478
16724
  },
17479
16725
  "type": "boolean"
17480
16726
  },
17481
- {
17482
- "name": "$slots",
17483
- "description": "MISSING DESCRIPTION",
17484
- "doc-url": "https://vuetifyjs.com/api/v-select#props",
17485
- "value": {
17486
- "kind": "expression",
17487
- "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 }"
17488
- }
17489
- },
17490
16727
  {
17491
16728
  "name": "id",
17492
16729
  "description": "Sets the DOM id on the component",
@@ -18432,15 +17669,6 @@
18432
17669
  "type": "string"
18433
17670
  }
18434
17671
  },
18435
- {
18436
- "name": "$slots",
18437
- "description": "MISSING DESCRIPTION",
18438
- "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
18439
- "value": {
18440
- "kind": "expression",
18441
- "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 }"
18442
- }
18443
- },
18444
17672
  {
18445
17673
  "name": "value",
18446
17674
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
@@ -18707,15 +17935,6 @@
18707
17935
  "type": "string"
18708
17936
  }
18709
17937
  },
18710
- {
18711
- "name": "$slots",
18712
- "description": "MISSING DESCRIPTION",
18713
- "doc-url": "https://vuetifyjs.com/api/v-selection-control-group#props",
18714
- "value": {
18715
- "kind": "expression",
18716
- "type": "{ default: (args: []) => VNodeChild }"
18717
- }
18718
- },
18719
17938
  {
18720
17939
  "name": "id",
18721
17940
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))",
@@ -18900,15 +18119,6 @@
18900
18119
  "type": "string"
18901
18120
  }
18902
18121
  },
18903
- {
18904
- "name": "$slots",
18905
- "description": "MISSING DESCRIPTION",
18906
- "doc-url": "https://vuetifyjs.com/api/v-sheet#props",
18907
- "value": {
18908
- "kind": "expression",
18909
- "type": "{ default: (args: []) => VNodeChild }"
18910
- }
18911
- },
18912
18122
  {
18913
18123
  "name": "position",
18914
18124
  "description": "Specifies the type of positioning method used for the component.",
@@ -19061,15 +18271,6 @@
19061
18271
  "type": "any"
19062
18272
  }
19063
18273
  },
19064
- {
19065
- "name": "$slots",
19066
- "description": "MISSING DESCRIPTION",
19067
- "doc-url": "https://vuetifyjs.com/api/v-slide-group#props",
19068
- "value": {
19069
- "kind": "expression",
19070
- "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 }"
19071
- }
19072
- },
19073
18274
  {
19074
18275
  "name": "modelValue",
19075
18276
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
@@ -19290,15 +18491,6 @@
19290
18491
  "description": "",
19291
18492
  "doc-url": "https://vuetifyjs.com/api/v-slide-group-item",
19292
18493
  "attributes": [
19293
- {
19294
- "name": "$slots",
19295
- "description": "MISSING DESCRIPTION",
19296
- "doc-url": "https://vuetifyjs.com/api/v-slide-group-item#props",
19297
- "value": {
19298
- "kind": "expression",
19299
- "type": "{ default: (args: [{ isSelected: boolean; select: (value: boolean) => void; toggle: () => void; selectedClass: false | string[] }]) => VNodeChild }"
19300
- }
19301
- },
19302
18494
  {
19303
18495
  "name": "value",
19304
18496
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
@@ -19401,15 +18593,6 @@
19401
18593
  },
19402
18594
  "type": "boolean"
19403
18595
  },
19404
- {
19405
- "name": "$slots",
19406
- "description": "MISSING DESCRIPTION",
19407
- "doc-url": "https://vuetifyjs.com/api/v-slider#props",
19408
- "value": {
19409
- "kind": "expression",
19410
- "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 }"
19411
- }
19412
- },
19413
18596
  {
19414
18597
  "name": "id",
19415
18598
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))",
@@ -20019,15 +19202,6 @@
20019
19202
  "type": "string"
20020
19203
  }
20021
19204
  },
20022
- {
20023
- "name": "$slots",
20024
- "description": "MISSING DESCRIPTION",
20025
- "doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
20026
- "value": {
20027
- "kind": "expression",
20028
- "type": "{ activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild; default: (args: []) => VNodeChild; actions: (args: []) => VNodeChild }"
20029
- }
20030
- },
20031
19205
  {
20032
19206
  "name": "zIndex",
20033
19207
  "description": "The z-index used for the component",
@@ -20479,15 +19653,6 @@
20479
19653
  "type": "string"
20480
19654
  }
20481
19655
  },
20482
- {
20483
- "name": "$slots",
20484
- "description": "MISSING DESCRIPTION",
20485
- "doc-url": "https://vuetifyjs.com/api/v-switch#props",
20486
- "value": {
20487
- "kind": "expression",
20488
- "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 }"
20489
- }
20490
- },
20491
19656
  {
20492
19657
  "name": "value",
20493
19658
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))",
@@ -21081,15 +20246,6 @@
21081
20246
  "type": "string"
21082
20247
  }
21083
20248
  },
21084
- {
21085
- "name": "$slots",
21086
- "description": "MISSING DESCRIPTION",
21087
- "doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
21088
- "value": {
21089
- "kind": "expression",
21090
- "type": "{ default: (args: []) => VNodeChild }"
21091
- }
21092
- },
21093
20249
  {
21094
20250
  "name": "absolute",
21095
20251
  "description": "Applies **position: absolute** to the component.",
@@ -21192,15 +20348,6 @@
21192
20348
  "description": "",
21193
20349
  "doc-url": "https://vuetifyjs.com/api/v-tabs",
21194
20350
  "attributes": [
21195
- {
21196
- "name": "$slots",
21197
- "description": "MISSING DESCRIPTION",
21198
- "doc-url": "https://vuetifyjs.com/api/v-tabs#props",
21199
- "value": {
21200
- "kind": "expression",
21201
- "type": "{ default: (args: []) => VNodeChild }"
21202
- }
21203
- },
21204
20351
  {
21205
20352
  "name": "items",
21206
20353
  "description": "The items to display in the component. This can be an array of strings or objects with a property `title`",
@@ -21394,15 +20541,6 @@
21394
20541
  "type": "string"
21395
20542
  }
21396
20543
  },
21397
- {
21398
- "name": "$slots",
21399
- "description": "MISSING DESCRIPTION",
21400
- "doc-url": "https://vuetifyjs.com/api/v-tab#props",
21401
- "value": {
21402
- "kind": "expression",
21403
- "type": "{ default: (args: []) => VNodeChild }"
21404
- }
21405
- },
21406
20544
  {
21407
20545
  "name": "value",
21408
20546
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
@@ -21621,16 +20759,7 @@
21621
20759
  "doc-url": "https://vuetifyjs.com/api/v-table#props",
21622
20760
  "value": {
21623
20761
  "kind": "expression",
21624
- "type": "string"
21625
- }
21626
- },
21627
- {
21628
- "name": "$slots",
21629
- "description": "MISSING DESCRIPTION",
21630
- "doc-url": "https://vuetifyjs.com/api/v-table#props",
21631
- "value": {
21632
- "kind": "expression",
21633
- "type": "{ default: (args: []) => VNodeChild; top: (args: []) => VNodeChild; bottom: (args: []) => VNodeChild; wrapper: (args: []) => VNodeChild }"
20762
+ "type": "string"
21634
20763
  }
21635
20764
  },
21636
20765
  {
@@ -21762,15 +20891,6 @@
21762
20891
  },
21763
20892
  "type": "boolean"
21764
20893
  },
21765
- {
21766
- "name": "$slots",
21767
- "description": "MISSING DESCRIPTION",
21768
- "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
21769
- "value": {
21770
- "kind": "expression",
21771
- "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 }"
21772
- }
21773
- },
21774
20894
  {
21775
20895
  "name": "id",
21776
20896
  "description": "Sets the DOM id on the component",
@@ -22554,15 +21674,6 @@
22554
21674
  },
22555
21675
  "type": "boolean"
22556
21676
  },
22557
- {
22558
- "name": "$slots",
22559
- "description": "MISSING DESCRIPTION",
22560
- "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
22561
- "value": {
22562
- "kind": "expression",
22563
- "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 }"
22564
- }
22565
- },
22566
21677
  {
22567
21678
  "name": "id",
22568
21679
  "description": "Sets the DOM id on the component",
@@ -23280,15 +22391,6 @@
23280
22391
  "type": "string"
23281
22392
  }
23282
22393
  },
23283
- {
23284
- "name": "$slots",
23285
- "description": "MISSING DESCRIPTION",
23286
- "doc-url": "https://vuetifyjs.com/api/v-theme-provider#props",
23287
- "value": {
23288
- "kind": "expression",
23289
- "type": "{ default: (args: []) => VNodeChild }"
23290
- }
23291
- },
23292
22394
  {
23293
22395
  "name": "tag",
23294
22396
  "description": "Specify a custom tag used on the root element.",
@@ -23342,15 +22444,6 @@
23342
22444
  "type": "string"
23343
22445
  }
23344
22446
  },
23345
- {
23346
- "name": "$slots",
23347
- "description": "MISSING DESCRIPTION",
23348
- "doc-url": "https://vuetifyjs.com/api/v-timeline#props",
23349
- "value": {
23350
- "kind": "expression",
23351
- "type": "{ default: (args: []) => VNodeChild }"
23352
- }
23353
- },
23354
22447
  {
23355
22448
  "name": "density",
23356
22449
  "description": "Adjusts the vertical height used by the component.",
@@ -23471,15 +22564,6 @@
23471
22564
  "description": "",
23472
22565
  "doc-url": "https://vuetifyjs.com/api/v-timeline-item",
23473
22566
  "attributes": [
23474
- {
23475
- "name": "$slots",
23476
- "description": "MISSING DESCRIPTION",
23477
- "doc-url": "https://vuetifyjs.com/api/v-timeline-item#props",
23478
- "value": {
23479
- "kind": "expression",
23480
- "type": "{ default: (args: []) => VNodeChild; icon: (args: []) => VNodeChild; opposite: (args: []) => VNodeChild }"
23481
- }
23482
- },
23483
22567
  {
23484
22568
  "name": "size",
23485
22569
  "description": "Size of the item dot",
@@ -23704,15 +22788,6 @@
23704
22788
  "type": "string"
23705
22789
  }
23706
22790
  },
23707
- {
23708
- "name": "$slots",
23709
- "description": "MISSING DESCRIPTION",
23710
- "doc-url": "https://vuetifyjs.com/api/v-toolbar#props",
23711
- "value": {
23712
- "kind": "expression",
23713
- "type": "{ default: (args: []) => VNodeChild; image: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; title: (args: []) => VNodeChild; extension: (args: []) => VNodeChild }"
23714
- }
23715
- },
23716
22791
  {
23717
22792
  "name": "image",
23718
22793
  "description": "Specifies a [v-img](/components/images) as the component's background.",
@@ -23901,15 +22976,6 @@
23901
22976
  "description": "",
23902
22977
  "doc-url": "https://vuetifyjs.com/api/v-toolbar-title",
23903
22978
  "attributes": [
23904
- {
23905
- "name": "$slots",
23906
- "description": "MISSING DESCRIPTION",
23907
- "doc-url": "https://vuetifyjs.com/api/v-toolbar-title#props",
23908
- "value": {
23909
- "kind": "expression",
23910
- "type": "{ default: (args: []) => VNodeChild; text: (args: []) => VNodeChild }"
23911
- }
23912
- },
23913
22979
  {
23914
22980
  "name": "tag",
23915
22981
  "description": "Specify a custom tag used on the root element.",
@@ -23957,15 +23023,6 @@
23957
23023
  "description": "",
23958
23024
  "doc-url": "https://vuetifyjs.com/api/v-toolbar-items",
23959
23025
  "attributes": [
23960
- {
23961
- "name": "$slots",
23962
- "description": "MISSING DESCRIPTION",
23963
- "doc-url": "https://vuetifyjs.com/api/v-toolbar-items#props",
23964
- "value": {
23965
- "kind": "expression",
23966
- "type": "{ default: (args: []) => VNodeChild }"
23967
- }
23968
- },
23969
23026
  {
23970
23027
  "name": "color",
23971
23028
  "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)",
@@ -24017,15 +23074,6 @@
24017
23074
  "type": "string"
24018
23075
  }
24019
23076
  },
24020
- {
24021
- "name": "$slots",
24022
- "description": "MISSING DESCRIPTION",
24023
- "doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
24024
- "value": {
24025
- "kind": "expression",
24026
- "type": "{ default: (args: [{ isActive: Ref<boolean> }]) => VNodeChild; activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild }"
24027
- }
24028
- },
24029
23077
  {
24030
23078
  "name": "zIndex",
24031
23079
  "description": "The z-index used for the component",
@@ -24408,15 +23456,6 @@
24408
23456
  "type": "string"
24409
23457
  }
24410
23458
  },
24411
- {
24412
- "name": "$slots",
24413
- "description": "MISSING DESCRIPTION",
24414
- "doc-url": "https://vuetifyjs.com/api/v-validation#props",
24415
- "value": {
24416
- "kind": "expression",
24417
- "type": "{ default: (args: []) => VNodeChild }"
24418
- }
24419
- },
24420
23459
  {
24421
23460
  "name": "error",
24422
23461
  "description": "Puts the input in a manual error state",
@@ -24582,15 +23621,6 @@
24582
23621
  },
24583
23622
  "type": "boolean"
24584
23623
  },
24585
- {
24586
- "name": "$slots",
24587
- "description": "MISSING DESCRIPTION",
24588
- "doc-url": "https://vuetifyjs.com/api/v-window#props",
24589
- "value": {
24590
- "kind": "expression",
24591
- "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 }"
24592
- }
24593
- },
24594
23624
  {
24595
23625
  "name": "modelValue",
24596
23626
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
@@ -24776,15 +23806,6 @@
24776
23806
  "description": "",
24777
23807
  "doc-url": "https://vuetifyjs.com/api/v-window-item",
24778
23808
  "attributes": [
24779
- {
24780
- "name": "$slots",
24781
- "description": "MISSING DESCRIPTION",
24782
- "doc-url": "https://vuetifyjs.com/api/v-window-item#props",
24783
- "value": {
24784
- "kind": "expression",
24785
- "type": "{ default: (args: []) => VNodeChild }"
24786
- }
24787
- },
24788
23809
  {
24789
23810
  "name": "value",
24790
23811
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
@@ -24880,15 +23901,6 @@
24880
23901
  "description": "",
24881
23902
  "doc-url": "https://vuetifyjs.com/api/v-dialog-transition",
24882
23903
  "attributes": [
24883
- {
24884
- "name": "$slots",
24885
- "description": "MISSING DESCRIPTION",
24886
- "doc-url": "https://vuetifyjs.com/api/v-dialog-transition#props",
24887
- "value": {
24888
- "kind": "expression",
24889
- "type": "{ default: (args: []) => VNodeChild }"
24890
- }
24891
- },
24892
23904
  {
24893
23905
  "name": "target",
24894
23906
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-dialog-transition.json))",
@@ -24921,15 +23933,6 @@
24921
23933
  "description": "",
24922
23934
  "doc-url": "https://vuetifyjs.com/api/v-fab-transition",
24923
23935
  "attributes": [
24924
- {
24925
- "name": "$slots",
24926
- "description": "MISSING DESCRIPTION",
24927
- "doc-url": "https://vuetifyjs.com/api/v-fab-transition#props",
24928
- "value": {
24929
- "kind": "expression",
24930
- "type": "{ default: (args: []) => VNodeChild }"
24931
- }
24932
- },
24933
23936
  {
24934
23937
  "name": "origin",
24935
23938
  "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).",
@@ -25006,20 +24009,11 @@
25006
24009
  "description": "",
25007
24010
  "doc-url": "https://vuetifyjs.com/api/v-dialog-bottom-transition",
25008
24011
  "attributes": [
25009
- {
25010
- "name": "$slots",
25011
- "description": "MISSING DESCRIPTION",
25012
- "doc-url": "https://vuetifyjs.com/api/v-dialog-bottom-transition#props",
25013
- "value": {
25014
- "kind": "expression",
25015
- "type": "{ default: (args: []) => VNodeChild }"
25016
- }
25017
- },
25018
24012
  {
25019
24013
  "name": "origin",
25020
24014
  "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).",
25021
24015
  "doc-url": "https://vuetifyjs.com/api/v-dialog-bottom-transition#props",
25022
- "default": "'top center 0'",
24016
+ "default": "'center center'",
25023
24017
  "value": {
25024
24018
  "kind": "expression",
25025
24019
  "type": "string"
@@ -25090,20 +24084,11 @@
25090
24084
  "description": "",
25091
24085
  "doc-url": "https://vuetifyjs.com/api/v-dialog-top-transition",
25092
24086
  "attributes": [
25093
- {
25094
- "name": "$slots",
25095
- "description": "MISSING DESCRIPTION",
25096
- "doc-url": "https://vuetifyjs.com/api/v-dialog-top-transition#props",
25097
- "value": {
25098
- "kind": "expression",
25099
- "type": "{ default: (args: []) => VNodeChild }"
25100
- }
25101
- },
25102
24087
  {
25103
24088
  "name": "origin",
25104
24089
  "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).",
25105
24090
  "doc-url": "https://vuetifyjs.com/api/v-dialog-top-transition#props",
25106
- "default": "'top center 0'",
24091
+ "default": "'center center'",
25107
24092
  "value": {
25108
24093
  "kind": "expression",
25109
24094
  "type": "string"
@@ -25174,20 +24159,11 @@
25174
24159
  "description": "",
25175
24160
  "doc-url": "https://vuetifyjs.com/api/v-fade-transition",
25176
24161
  "attributes": [
25177
- {
25178
- "name": "$slots",
25179
- "description": "MISSING DESCRIPTION",
25180
- "doc-url": "https://vuetifyjs.com/api/v-fade-transition#props",
25181
- "value": {
25182
- "kind": "expression",
25183
- "type": "{ default: (args: []) => VNodeChild }"
25184
- }
25185
- },
25186
24162
  {
25187
24163
  "name": "origin",
25188
24164
  "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).",
25189
24165
  "doc-url": "https://vuetifyjs.com/api/v-fade-transition#props",
25190
- "default": "'top center 0'",
24166
+ "default": "'center center'",
25191
24167
  "value": {
25192
24168
  "kind": "expression",
25193
24169
  "type": "string"
@@ -25258,20 +24234,11 @@
25258
24234
  "description": "",
25259
24235
  "doc-url": "https://vuetifyjs.com/api/v-scale-transition",
25260
24236
  "attributes": [
25261
- {
25262
- "name": "$slots",
25263
- "description": "MISSING DESCRIPTION",
25264
- "doc-url": "https://vuetifyjs.com/api/v-scale-transition#props",
25265
- "value": {
25266
- "kind": "expression",
25267
- "type": "{ default: (args: []) => VNodeChild }"
25268
- }
25269
- },
25270
24237
  {
25271
24238
  "name": "origin",
25272
24239
  "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).",
25273
24240
  "doc-url": "https://vuetifyjs.com/api/v-scale-transition#props",
25274
- "default": "'top center 0'",
24241
+ "default": "'center center'",
25275
24242
  "value": {
25276
24243
  "kind": "expression",
25277
24244
  "type": "string"
@@ -25342,20 +24309,11 @@
25342
24309
  "description": "",
25343
24310
  "doc-url": "https://vuetifyjs.com/api/v-scroll-x-transition",
25344
24311
  "attributes": [
25345
- {
25346
- "name": "$slots",
25347
- "description": "MISSING DESCRIPTION",
25348
- "doc-url": "https://vuetifyjs.com/api/v-scroll-x-transition#props",
25349
- "value": {
25350
- "kind": "expression",
25351
- "type": "{ default: (args: []) => VNodeChild }"
25352
- }
25353
- },
25354
24312
  {
25355
24313
  "name": "origin",
25356
24314
  "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).",
25357
24315
  "doc-url": "https://vuetifyjs.com/api/v-scroll-x-transition#props",
25358
- "default": "'top center 0'",
24316
+ "default": "'center center'",
25359
24317
  "value": {
25360
24318
  "kind": "expression",
25361
24319
  "type": "string"
@@ -25426,20 +24384,11 @@
25426
24384
  "description": "",
25427
24385
  "doc-url": "https://vuetifyjs.com/api/v-scroll-x-reverse-transition",
25428
24386
  "attributes": [
25429
- {
25430
- "name": "$slots",
25431
- "description": "MISSING DESCRIPTION",
25432
- "doc-url": "https://vuetifyjs.com/api/v-scroll-x-reverse-transition#props",
25433
- "value": {
25434
- "kind": "expression",
25435
- "type": "{ default: (args: []) => VNodeChild }"
25436
- }
25437
- },
25438
24387
  {
25439
24388
  "name": "origin",
25440
24389
  "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).",
25441
24390
  "doc-url": "https://vuetifyjs.com/api/v-scroll-x-reverse-transition#props",
25442
- "default": "'top center 0'",
24391
+ "default": "'center center'",
25443
24392
  "value": {
25444
24393
  "kind": "expression",
25445
24394
  "type": "string"
@@ -25510,20 +24459,11 @@
25510
24459
  "description": "",
25511
24460
  "doc-url": "https://vuetifyjs.com/api/v-scroll-y-transition",
25512
24461
  "attributes": [
25513
- {
25514
- "name": "$slots",
25515
- "description": "MISSING DESCRIPTION",
25516
- "doc-url": "https://vuetifyjs.com/api/v-scroll-y-transition#props",
25517
- "value": {
25518
- "kind": "expression",
25519
- "type": "{ default: (args: []) => VNodeChild }"
25520
- }
25521
- },
25522
24462
  {
25523
24463
  "name": "origin",
25524
24464
  "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).",
25525
24465
  "doc-url": "https://vuetifyjs.com/api/v-scroll-y-transition#props",
25526
- "default": "'top center 0'",
24466
+ "default": "'center center'",
25527
24467
  "value": {
25528
24468
  "kind": "expression",
25529
24469
  "type": "string"
@@ -25594,20 +24534,11 @@
25594
24534
  "description": "",
25595
24535
  "doc-url": "https://vuetifyjs.com/api/v-scroll-y-reverse-transition",
25596
24536
  "attributes": [
25597
- {
25598
- "name": "$slots",
25599
- "description": "MISSING DESCRIPTION",
25600
- "doc-url": "https://vuetifyjs.com/api/v-scroll-y-reverse-transition#props",
25601
- "value": {
25602
- "kind": "expression",
25603
- "type": "{ default: (args: []) => VNodeChild }"
25604
- }
25605
- },
25606
24537
  {
25607
24538
  "name": "origin",
25608
24539
  "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).",
25609
24540
  "doc-url": "https://vuetifyjs.com/api/v-scroll-y-reverse-transition#props",
25610
- "default": "'top center 0'",
24541
+ "default": "'center center'",
25611
24542
  "value": {
25612
24543
  "kind": "expression",
25613
24544
  "type": "string"
@@ -25678,20 +24609,11 @@
25678
24609
  "description": "",
25679
24610
  "doc-url": "https://vuetifyjs.com/api/v-slide-x-transition",
25680
24611
  "attributes": [
25681
- {
25682
- "name": "$slots",
25683
- "description": "MISSING DESCRIPTION",
25684
- "doc-url": "https://vuetifyjs.com/api/v-slide-x-transition#props",
25685
- "value": {
25686
- "kind": "expression",
25687
- "type": "{ default: (args: []) => VNodeChild }"
25688
- }
25689
- },
25690
24612
  {
25691
24613
  "name": "origin",
25692
24614
  "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).",
25693
24615
  "doc-url": "https://vuetifyjs.com/api/v-slide-x-transition#props",
25694
- "default": "'top center 0'",
24616
+ "default": "'center center'",
25695
24617
  "value": {
25696
24618
  "kind": "expression",
25697
24619
  "type": "string"
@@ -25762,20 +24684,11 @@
25762
24684
  "description": "",
25763
24685
  "doc-url": "https://vuetifyjs.com/api/v-slide-x-reverse-transition",
25764
24686
  "attributes": [
25765
- {
25766
- "name": "$slots",
25767
- "description": "MISSING DESCRIPTION",
25768
- "doc-url": "https://vuetifyjs.com/api/v-slide-x-reverse-transition#props",
25769
- "value": {
25770
- "kind": "expression",
25771
- "type": "{ default: (args: []) => VNodeChild }"
25772
- }
25773
- },
25774
24687
  {
25775
24688
  "name": "origin",
25776
24689
  "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).",
25777
24690
  "doc-url": "https://vuetifyjs.com/api/v-slide-x-reverse-transition#props",
25778
- "default": "'top center 0'",
24691
+ "default": "'center center'",
25779
24692
  "value": {
25780
24693
  "kind": "expression",
25781
24694
  "type": "string"
@@ -25846,20 +24759,11 @@
25846
24759
  "description": "",
25847
24760
  "doc-url": "https://vuetifyjs.com/api/v-slide-y-transition",
25848
24761
  "attributes": [
25849
- {
25850
- "name": "$slots",
25851
- "description": "MISSING DESCRIPTION",
25852
- "doc-url": "https://vuetifyjs.com/api/v-slide-y-transition#props",
25853
- "value": {
25854
- "kind": "expression",
25855
- "type": "{ default: (args: []) => VNodeChild }"
25856
- }
25857
- },
25858
24762
  {
25859
24763
  "name": "origin",
25860
24764
  "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).",
25861
24765
  "doc-url": "https://vuetifyjs.com/api/v-slide-y-transition#props",
25862
- "default": "'top center 0'",
24766
+ "default": "'center center'",
25863
24767
  "value": {
25864
24768
  "kind": "expression",
25865
24769
  "type": "string"
@@ -25930,20 +24834,11 @@
25930
24834
  "description": "",
25931
24835
  "doc-url": "https://vuetifyjs.com/api/v-slide-y-reverse-transition",
25932
24836
  "attributes": [
25933
- {
25934
- "name": "$slots",
25935
- "description": "MISSING DESCRIPTION",
25936
- "doc-url": "https://vuetifyjs.com/api/v-slide-y-reverse-transition#props",
25937
- "value": {
25938
- "kind": "expression",
25939
- "type": "{ default: (args: []) => VNodeChild }"
25940
- }
25941
- },
25942
24837
  {
25943
24838
  "name": "origin",
25944
24839
  "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).",
25945
24840
  "doc-url": "https://vuetifyjs.com/api/v-slide-y-reverse-transition#props",
25946
- "default": "'top center 0'",
24841
+ "default": "'center center'",
25947
24842
  "value": {
25948
24843
  "kind": "expression",
25949
24844
  "type": "string"
@@ -26014,15 +24909,6 @@
26014
24909
  "description": "",
26015
24910
  "doc-url": "https://vuetifyjs.com/api/v-expand-transition",
26016
24911
  "attributes": [
26017
- {
26018
- "name": "$slots",
26019
- "description": "MISSING DESCRIPTION",
26020
- "doc-url": "https://vuetifyjs.com/api/v-expand-transition#props",
26021
- "value": {
26022
- "kind": "expression",
26023
- "type": "{ default: (args: []) => VNodeChild }"
26024
- }
26025
- },
26026
24912
  {
26027
24913
  "name": "mode",
26028
24914
  "description": "Sets the transition mode (does not apply to transition-group).",
@@ -26056,15 +24942,6 @@
26056
24942
  "description": "",
26057
24943
  "doc-url": "https://vuetifyjs.com/api/v-expand-x-transition",
26058
24944
  "attributes": [
26059
- {
26060
- "name": "$slots",
26061
- "description": "MISSING DESCRIPTION",
26062
- "doc-url": "https://vuetifyjs.com/api/v-expand-x-transition#props",
26063
- "value": {
26064
- "kind": "expression",
26065
- "type": "{ default: (args: []) => VNodeChild }"
26066
- }
26067
- },
26068
24945
  {
26069
24946
  "name": "mode",
26070
24947
  "description": "Sets the transition mode (does not apply to transition-group).",
@@ -26098,15 +24975,6 @@
26098
24975
  "description": "",
26099
24976
  "doc-url": "https://vuetifyjs.com/api/v-data-table",
26100
24977
  "attributes": [
26101
- {
26102
- "name": "$slots",
26103
- "description": "MISSING DESCRIPTION",
26104
- "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
26105
- "value": {
26106
- "kind": "expression",
26107
- "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 }"
26108
- }
26109
- },
26110
24978
  {
26111
24979
  "name": "items",
26112
24980
  "description": "An array of strings or objects used for automatically generating children components",
@@ -26796,15 +25664,6 @@
26796
25664
  "description": "",
26797
25665
  "doc-url": "https://vuetifyjs.com/api/v-data-table-rows",
26798
25666
  "attributes": [
26799
- {
26800
- "name": "$slots",
26801
- "description": "MISSING DESCRIPTION",
26802
- "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#props",
26803
- "value": {
26804
- "kind": "expression",
26805
- "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 }"
26806
- }
26807
- },
26808
25667
  {
26809
25668
  "name": "items",
26810
25669
  "description": "An array of strings or objects used for automatically generating children components",
@@ -27138,7 +25997,19 @@
27138
25997
  }
27139
25998
  }
27140
25999
  ],
27141
- "events": [],
26000
+ "events": [
26001
+ {
26002
+ "name": "click",
26003
+ "description": "Event that is emitted when the component is clicked",
26004
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-row#events",
26005
+ "arguments": [
26006
+ {
26007
+ "name": "argument",
26008
+ "type": "[MouseEvent]"
26009
+ }
26010
+ ]
26011
+ }
26012
+ ],
27142
26013
  "slots": [],
27143
26014
  "vue-model": {
27144
26015
  "prop": "modelValue",
@@ -27154,15 +26025,6 @@
27154
26025
  "description": "",
27155
26026
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual",
27156
26027
  "attributes": [
27157
- {
27158
- "name": "$slots",
27159
- "description": "MISSING DESCRIPTION",
27160
- "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
27161
- "value": {
27162
- "kind": "expression",
27163
- "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 }"
27164
- }
27165
- },
27166
26028
  {
27167
26029
  "name": "items",
27168
26030
  "description": "An array of strings or objects used for automatically generating children components",
@@ -27800,15 +26662,6 @@
27800
26662
  "description": "",
27801
26663
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server",
27802
26664
  "attributes": [
27803
- {
27804
- "name": "$slots",
27805
- "description": "MISSING DESCRIPTION",
27806
- "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
27807
- "value": {
27808
- "kind": "expression",
27809
- "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 }"
27810
- }
27811
- },
27812
26665
  {
27813
26666
  "name": "items",
27814
26667
  "description": "An array of strings or objects used for automatically generating children components",
@@ -28496,15 +27349,6 @@
28496
27349
  "description": "",
28497
27350
  "doc-url": "https://vuetifyjs.com/api/v-virtual-scroll",
28498
27351
  "attributes": [
28499
- {
28500
- "name": "$slots",
28501
- "description": "MISSING DESCRIPTION",
28502
- "doc-url": "https://vuetifyjs.com/api/v-virtual-scroll#props",
28503
- "value": {
28504
- "kind": "expression",
28505
- "type": "{ default: (args: [{ item: unknown; index: number }]) => VNodeChild }"
28506
- }
28507
- },
28508
27352
  {
28509
27353
  "name": "items",
28510
27354
  "description": "The array of items to display",
@@ -28815,7 +27659,7 @@
28815
27659
  "symbol": "Uch"
28816
27660
  },
28817
27661
  "vue-argument": {
28818
- "description": "The value is always an object. The `start`, `end`, `move`, `left`, `right`, `up` and `down` functions can be used to invoke a function when the corresponding touch action occurs. If the `parent` option attaches the touch listeners to the parent element instead of the element the directive is used on. The `options` object is described [here](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener).",
27662
+ "description": "MISSING DESCRIPTION",
28819
27663
  "doc-url": "https://vuetifyjs.com/api/Touch#argument"
28820
27664
  }
28821
27665
  }