vuetify 3.1.7 → 3.1.8

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 (113) hide show
  1. package/dist/json/attributes.json +0 -528
  2. package/dist/json/importMap.json +4 -4
  3. package/dist/json/tags.json +2 -136
  4. package/dist/json/web-types.json +20 -1210
  5. package/dist/vuetify-labs.css +419 -276
  6. package/dist/vuetify-labs.esm.js +48 -37
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +48 -37
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +1413 -1270
  11. package/dist/vuetify.d.ts +1 -1
  12. package/dist/vuetify.esm.js +33 -32
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +33 -32
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +209 -210
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VAlert/VAlert.css +1 -1
  20. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  21. package/lib/components/VAlert/_variables.scss +1 -1
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  23. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  24. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  25. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  26. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  27. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  28. package/lib/components/VCard/VCard.mjs.map +1 -1
  29. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  30. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  31. package/lib/components/VChip/VChip.mjs.map +1 -1
  32. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  33. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  34. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  35. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  36. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  37. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  38. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  39. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  40. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  41. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  42. package/lib/components/VField/VField.mjs.map +1 -1
  43. package/lib/components/VFileInput/VFileInput.mjs +1 -0
  44. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  45. package/lib/components/VInput/VInput.mjs.map +1 -1
  46. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  47. package/lib/components/VList/VListGroup.mjs.map +1 -1
  48. package/lib/components/VList/VListItem.mjs.map +1 -1
  49. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  50. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  51. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  52. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  53. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  54. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  55. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  56. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  57. package/lib/components/VRating/VRating.mjs.map +1 -1
  58. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  59. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  60. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  61. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  62. package/lib/components/VSnackbar/VSnackbar.css +0 -2
  63. package/lib/components/VSnackbar/VSnackbar.mjs +6 -8
  64. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  65. package/lib/components/VSnackbar/VSnackbar.sass +0 -2
  66. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  67. package/lib/components/VTable/VTable.mjs.map +1 -1
  68. package/lib/components/VTabs/VTab.mjs.map +1 -1
  69. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  70. package/lib/components/VTextField/VTextField.mjs +1 -0
  71. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  72. package/lib/components/VTextarea/VTextarea.mjs +1 -0
  73. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  74. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  75. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  76. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  77. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  78. package/lib/components/transitions/createTransition.mjs +1 -1
  79. package/lib/components/transitions/createTransition.mjs.map +1 -1
  80. package/lib/composables/display.mjs +13 -10
  81. package/lib/composables/display.mjs.map +1 -1
  82. package/lib/composables/loader.mjs.map +1 -1
  83. package/lib/composables/theme.mjs +7 -10
  84. package/lib/composables/theme.mjs.map +1 -1
  85. package/lib/composables/variant.mjs.map +1 -1
  86. package/lib/entry-bundler.mjs +1 -1
  87. package/lib/framework.mjs +1 -1
  88. package/lib/index.d.ts +1 -1
  89. package/lib/labs/VDataTable/VDataTable.mjs +4 -2
  90. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  91. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  92. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  93. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  94. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  95. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  96. package/lib/labs/VDataTable/VDataTableVirtual.mjs +4 -2
  97. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  98. package/lib/labs/VDataTable/composables/options.mjs +7 -1
  99. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  100. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  101. package/lib/locale/index.mjs +1 -1
  102. package/lib/locale/index.mjs.map +1 -1
  103. package/lib/styles/elements/_global.sass +0 -4
  104. package/lib/styles/generic/_index.scss +0 -1
  105. package/lib/styles/generic/_transitions.scss +111 -9
  106. package/lib/styles/main.css +312 -167
  107. package/lib/styles/tools/_sheet.sass +3 -6
  108. package/lib/styles/utilities/_display.sass +6 -5
  109. package/lib/styles/utilities/_elevation.scss +13 -0
  110. package/lib/styles/utilities/_index.sass +3 -2
  111. package/lib/styles/utilities/_screenreaders.sass +13 -11
  112. package/package.json +17 -4
  113. package/lib/styles/generic/_elevation.scss +0 -10
@@ -11,10 +11,6 @@
11
11
  "type": "string",
12
12
  "description": "Specify a theme for this component and all of its children"
13
13
  },
14
- "v-app/$slots": {
15
- "type": "{ default: (args: []) => VNodeChild }",
16
- "description": "MISSING DESCRIPTION"
17
- },
18
14
  "v-app-bar/flat": {
19
15
  "type": "boolean",
20
16
  "description": "Removes the component's **box-shadow**."
@@ -27,10 +23,6 @@
27
23
  "type": "string",
28
24
  "description": "Assign a specific name for layout registration."
29
25
  },
30
- "v-app-bar/$slots": {
31
- "type": "{ default: (args: []) => VNodeChild; image: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; title: (args: []) => VNodeChild; extension: (args: []) => VNodeChild }",
32
- "description": "MISSING DESCRIPTION"
33
- },
34
26
  "v-app-bar/image": {
35
27
  "type": "string",
36
28
  "description": "Specifies a [v-img](/components/images) as the component's background."
@@ -99,18 +91,10 @@
99
91
  "type": "string | number",
100
92
  "description": "Adjust the order of the component in relation to its registration order."
101
93
  },
102
- "v-app-bar-nav-icon/$slots": {
103
- "type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; loader: (args: []) => VNodeChild }",
104
- "description": "MISSING DESCRIPTION"
105
- },
106
94
  "v-app-bar-nav-icon/icon": {
107
95
  "type": "string | (new () => any) | FunctionalComponent",
108
96
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
109
97
  },
110
- "v-app-bar-title/$slots": {
111
- "type": "{ default: (args: []) => VNodeChild; text: (args: []) => VNodeChild }",
112
- "description": "MISSING DESCRIPTION"
113
- },
114
98
  "v-app-bar-title/tag": {
115
99
  "type": "string",
116
100
  "description": "Specify a custom tag used on the root element."
@@ -127,10 +111,6 @@
127
111
  "type": "string",
128
112
  "description": "Specify a theme for this component and all of its children"
129
113
  },
130
- "v-alert/$slots": {
131
- "type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; title: (args: []) => VNodeChild; text: (args: []) => VNodeChild; append: (args: []) => VNodeChild; close: (args: []) => VNodeChild }",
132
- "description": "MISSING DESCRIPTION"
133
- },
134
114
  "v-alert/position": {
135
115
  "type": "\"relative\" | \"absolute\" | \"static\" | \"fixed\" | \"sticky\"",
136
116
  "description": "Specifies the type of positioning method used for the component."
@@ -227,10 +207,6 @@
227
207
  "type": "\"flat\" | \"text\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"",
228
208
  "description": "Applies a distinct style to the component"
229
209
  },
230
- "v-alert-title/$slots": {
231
- "type": "{ default: (args: []) => VNodeChild }",
232
- "description": "MISSING DESCRIPTION"
233
- },
234
210
  "v-alert-title/tag": {
235
211
  "type": "string",
236
212
  "description": "Specify a custom tag used on the root element"
@@ -251,10 +227,6 @@
251
227
  "type": "boolean",
252
228
  "description": "Reverses the input orientation"
253
229
  },
254
- "v-autocomplete/$slots": {
255
- "type": "{ prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; loader: (args: [{ color: string; isActive: boolean }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; clear: (args: []) => VNodeChild; prepend-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; append-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; label: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; item: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number; props: Record<string, unknown> }]) => VNodeChild; chip: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number; props: Record<string, unknown> }]) => VNodeChild; selection: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number }]) => VNodeChild; prepend-item: (args: []) => VNodeChild; append-item: (args: []) => VNodeChild; no-data: (args: []) => VNodeChild }",
256
- "description": "MISSING DESCRIPTION"
257
- },
258
230
  "v-autocomplete/id": {
259
231
  "type": "string",
260
232
  "description": "Sets the DOM id on the component"
@@ -507,10 +479,6 @@
507
479
  "type": "string",
508
480
  "description": "Specify a theme for this component and all of its children"
509
481
  },
510
- "v-avatar/$slots": {
511
- "type": "{ default: (args: []) => VNodeChild }",
512
- "description": "MISSING DESCRIPTION"
513
- },
514
482
  "v-avatar/size": {
515
483
  "type": "string | number",
516
484
  "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
@@ -555,10 +523,6 @@
555
523
  "type": "string",
556
524
  "description": "Specify a theme for this component and all of its children"
557
525
  },
558
- "v-badge/$slots": {
559
- "type": "{ default: (args: []) => VNodeChild; badge: (args: []) => VNodeChild }",
560
- "description": "MISSING DESCRIPTION"
561
- },
562
526
  "v-badge/model-value": {
563
527
  "type": "boolean",
564
528
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -631,10 +595,6 @@
631
595
  "type": "string",
632
596
  "description": "Specify a theme for this component and all of its children"
633
597
  },
634
- "v-banner/$slots": {
635
- "type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; text: (args: []) => VNodeChild; actions: (args: []) => VNodeChild }",
636
- "description": "MISSING DESCRIPTION"
637
- },
638
598
  "v-banner/position": {
639
599
  "type": "\"relative\" | \"absolute\" | \"static\" | \"fixed\" | \"sticky\"",
640
600
  "description": "Specifies the type of positioning method used for the component."
@@ -715,10 +675,6 @@
715
675
  "type": "\"one\" | \"two\" | \"three\"",
716
676
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-banner.json))"
717
677
  },
718
- "v-banner-actions/$slots": {
719
- "type": "{ default: (args: []) => VNodeChild }",
720
- "description": "MISSING DESCRIPTION"
721
- },
722
678
  "v-banner-actions/color": {
723
679
  "type": "string",
724
680
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
@@ -727,10 +683,6 @@
727
683
  "type": "string",
728
684
  "description": "Adjusts the vertical height used by the component."
729
685
  },
730
- "v-banner-text/$slots": {
731
- "type": "{ default: (args: []) => VNodeChild }",
732
- "description": "MISSING DESCRIPTION"
733
- },
734
686
  "v-banner-text/tag": {
735
687
  "type": "string",
736
688
  "description": "Specify a custom tag used on the root element"
@@ -743,10 +695,6 @@
743
695
  "type": "string",
744
696
  "description": "Assign a specific name for layout registration."
745
697
  },
746
- "v-bottom-navigation/$slots": {
747
- "type": "{ default: (args: []) => VNodeChild }",
748
- "description": "MISSING DESCRIPTION"
749
- },
750
698
  "v-bottom-navigation/model-value": {
751
699
  "type": "any",
752
700
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -823,10 +771,6 @@
823
771
  "type": "boolean | \"force\"",
824
772
  "description": "Forces at least one item to always be selected (if available)."
825
773
  },
826
- "v-breadcrumbs/$slots": {
827
- "type": "{ prepend: (args: []) => VNodeChild; title: (args: [{ item: unknown; index: number }]) => VNodeChild; divider: (args: [{ item: unknown; index: number }]) => VNodeChild; default: (args: []) => VNodeChild }",
828
- "description": "MISSING DESCRIPTION"
829
- },
830
774
  "v-breadcrumbs/items": {
831
775
  "type": "unknown[]",
832
776
  "description": "An array of strings or objects used for automatically generating children components"
@@ -871,10 +815,6 @@
871
815
  "type": "string",
872
816
  "description": "The applied color when the component is in an active state"
873
817
  },
874
- "v-breadcrumbs-item/$slots": {
875
- "type": "{ default: (args: []) => VNodeChild }",
876
- "description": "MISSING DESCRIPTION"
877
- },
878
818
  "v-breadcrumbs-item/title": {
879
819
  "type": "string",
880
820
  "description": "Specify a title text for the component."
@@ -931,10 +871,6 @@
931
871
  "type": "string",
932
872
  "description": "Specify a theme for this component and all of its children"
933
873
  },
934
- "v-btn/$slots": {
935
- "type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; loader: (args: []) => VNodeChild }",
936
- "description": "MISSING DESCRIPTION"
937
- },
938
874
  "v-btn/value": {
939
875
  "type": "any",
940
876
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
@@ -1063,10 +999,6 @@
1063
999
  "type": "string",
1064
1000
  "description": "Specify a theme for this component and all of its children"
1065
1001
  },
1066
- "v-btn-group/$slots": {
1067
- "type": "{ default: (args: []) => VNodeChild }",
1068
- "description": "MISSING DESCRIPTION"
1069
- },
1070
1002
  "v-btn-group/color": {
1071
1003
  "type": "string",
1072
1004
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
@@ -1103,10 +1035,6 @@
1103
1035
  "type": "string",
1104
1036
  "description": "Specify a theme for this component and all of its children"
1105
1037
  },
1106
- "v-btn-toggle/$slots": {
1107
- "type": "{ default: (args: [{ select: (id: number, value: boolean) => void; isSelected: (id: number) => boolean; selected: Ref<readonly number[]>; next: () => void; prev: () => void }]) => VNodeChild }",
1108
- "description": "MISSING DESCRIPTION"
1109
- },
1110
1038
  "v-btn-toggle/model-value": {
1111
1039
  "type": "any",
1112
1040
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -1171,10 +1099,6 @@
1171
1099
  "type": "string",
1172
1100
  "description": "Specify a theme for this component and all of its children"
1173
1101
  },
1174
- "v-card/$slots": {
1175
- "type": "{ default: (args: []) => VNodeChild; actions: (args: []) => VNodeChild; title: (args: []) => VNodeChild; subtitle: (args: []) => VNodeChild; text: (args: []) => VNodeChild; loader: (args: []) => VNodeChild; image: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild }",
1176
- "description": "MISSING DESCRIPTION"
1177
- },
1178
1102
  "v-card/position": {
1179
1103
  "type": "\"relative\" | \"absolute\" | \"static\" | \"fixed\" | \"sticky\"",
1180
1104
  "description": "Specifies the type of positioning method used for the component."
@@ -1303,14 +1227,6 @@
1303
1227
  "type": "string",
1304
1228
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
1305
1229
  },
1306
- "v-card-actions/$slots": {
1307
- "type": "{ default: (args: []) => VNodeChild }",
1308
- "description": "MISSING DESCRIPTION"
1309
- },
1310
- "v-card-item/$slots": {
1311
- "type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; title: (args: []) => VNodeChild; subtitle: (args: []) => VNodeChild }",
1312
- "description": "MISSING DESCRIPTION"
1313
- },
1314
1230
  "v-card-item/title": {
1315
1231
  "type": "string",
1316
1232
  "description": "Specify a title text for the component."
@@ -1339,34 +1255,18 @@
1339
1255
  "type": "string",
1340
1256
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
1341
1257
  },
1342
- "v-card-subtitle/$slots": {
1343
- "type": "{ default: (args: []) => VNodeChild }",
1344
- "description": "MISSING DESCRIPTION"
1345
- },
1346
1258
  "v-card-subtitle/tag": {
1347
1259
  "type": "string",
1348
1260
  "description": "Specify a custom tag used on the root element"
1349
1261
  },
1350
- "v-card-text/$slots": {
1351
- "type": "{ default: (args: []) => VNodeChild }",
1352
- "description": "MISSING DESCRIPTION"
1353
- },
1354
1262
  "v-card-text/tag": {
1355
1263
  "type": "string",
1356
1264
  "description": "Specify a custom tag used on the root element"
1357
1265
  },
1358
- "v-card-title/$slots": {
1359
- "type": "{ default: (args: []) => VNodeChild }",
1360
- "description": "MISSING DESCRIPTION"
1361
- },
1362
1266
  "v-card-title/tag": {
1363
1267
  "type": "string",
1364
1268
  "description": "Specify a custom tag used on the root element"
1365
1269
  },
1366
- "v-carousel/$slots": {
1367
- "type": "{ default: (args: [{ group: { register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean> }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean; }[]>; disabled: Ref<boolean>; getItemIndex: (value: unknown) => number } }]) => VNodeChild; additional: (args: [{ group: { register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean> }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean; }[]>; disabled: Ref<boolean>; getItemIndex: (value: unknown) => number } }]) => VNodeChild; prev: (args: [{ props: { icon: string | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string } }]) => VNodeChild; next: (args: [{ props: { icon: string | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string } }]) => VNodeChild }",
1368
- "description": "MISSING DESCRIPTION"
1369
- },
1370
1270
  "v-carousel/model-value": {
1371
1271
  "type": "any",
1372
1272
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -1411,10 +1311,6 @@
1411
1311
  "type": "boolean | \"left\" | \"right\"",
1412
1312
  "description": "Displays carousel delimiters vertically."
1413
1313
  },
1414
- "v-carousel-item/$slots": {
1415
- "type": "{ default: (args: []) => VNodeChild; placeholder: (args: []) => VNodeChild; error: (args: []) => VNodeChild; sources: (args: []) => VNodeChild }",
1416
- "description": "MISSING DESCRIPTION"
1417
- },
1418
1314
  "v-carousel-item/value": {
1419
1315
  "type": "any",
1420
1316
  "description": "MISSING DESCRIPTION"
@@ -1431,10 +1327,6 @@
1431
1327
  "type": "string",
1432
1328
  "description": "Sets the component's name attribute."
1433
1329
  },
1434
- "v-checkbox/$slots": {
1435
- "type": "{ default: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild & (args: []) => VNodeChild; prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; label: (args: [{ label: string; props: Record<string, unknown> }]) => VNodeChild; input: (args: [{ model: WritableComputedRef<any>; textColorClasses: Ref<string[]>; textColorStyles: Ref<CSSProperties>; props: { onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string } }]) => VNodeChild }",
1436
- "description": "MISSING DESCRIPTION"
1437
- },
1438
1330
  "v-checkbox/value": {
1439
1331
  "type": "any",
1440
1332
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
@@ -1567,10 +1459,6 @@
1567
1459
  "type": "string",
1568
1460
  "description": "Sets the component's name attribute."
1569
1461
  },
1570
- "v-checkbox-btn/$slots": {
1571
- "type": "{ default: (args: []) => VNodeChild; label: (args: [{ label: string; props: Record<string, unknown> }]) => VNodeChild; input: (args: [{ model: WritableComputedRef<any>; textColorClasses: Ref<string[]>; textColorStyles: Ref<CSSProperties>; props: { onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string } }]) => VNodeChild }",
1572
- "description": "MISSING DESCRIPTION"
1573
- },
1574
1462
  "v-checkbox-btn/value": {
1575
1463
  "type": "any",
1576
1464
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
@@ -1655,10 +1543,6 @@
1655
1543
  "type": "string",
1656
1544
  "description": "Specify a theme for this component and all of its children"
1657
1545
  },
1658
- "v-chip/$slots": {
1659
- "type": "{ default: (args: []) => VNodeChild; label: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild }",
1660
- "description": "MISSING DESCRIPTION"
1661
- },
1662
1546
  "v-chip/value": {
1663
1547
  "type": "any",
1664
1548
  "description": "The value used when a child of a [v-chip-group](/components/chip-groups)"
@@ -1791,10 +1675,6 @@
1791
1675
  "type": "string",
1792
1676
  "description": "Specify a theme for this component and all of its children"
1793
1677
  },
1794
- "v-chip-group/$slots": {
1795
- "type": "{ default: (args: []) => VNodeChild }",
1796
- "description": "MISSING DESCRIPTION"
1797
- },
1798
1678
  "v-chip-group/model-value": {
1799
1679
  "type": "any",
1800
1680
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -1839,10 +1719,6 @@
1839
1719
  "type": "boolean",
1840
1720
  "description": "Remove horizontal pagination and wrap items as needed"
1841
1721
  },
1842
- "v-code/$slots": {
1843
- "type": "{ default: (args: []) => VNodeChild }",
1844
- "description": "MISSING DESCRIPTION"
1845
- },
1846
1722
  "v-code/tag": {
1847
1723
  "type": "string",
1848
1724
  "description": "Specify a custom tag used on the root element"
@@ -1927,10 +1803,6 @@
1927
1803
  "type": "boolean",
1928
1804
  "description": "Reverses the input orientation"
1929
1805
  },
1930
- "v-combobox/$slots": {
1931
- "type": "{ prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; loader: (args: [{ color: string; isActive: boolean }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; clear: (args: []) => VNodeChild; prepend-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; append-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; label: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; item: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number; props: Record<string, unknown> }]) => VNodeChild; chip: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number; props: Record<string, unknown> }]) => VNodeChild; selection: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number }]) => VNodeChild; prepend-item: (args: []) => VNodeChild; append-item: (args: []) => VNodeChild; no-data: (args: []) => VNodeChild }",
1932
- "description": "MISSING DESCRIPTION"
1933
- },
1934
1806
  "v-combobox/id": {
1935
1807
  "type": "string",
1936
1808
  "description": "Sets the DOM id on the component"
@@ -2179,10 +2051,6 @@
2179
2051
  "type": "string[]",
2180
2052
  "description": "Accepts an array of strings that will trigger a new tag when typing. Does not replace the normal Tab and Enter keys."
2181
2053
  },
2182
- "v-counter/$slots": {
2183
- "type": "{ default: (args: []) => VNodeChild }",
2184
- "description": "MISSING DESCRIPTION"
2185
- },
2186
2054
  "v-counter/value": {
2187
2055
  "type": "string | number",
2188
2056
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
@@ -2199,10 +2067,6 @@
2199
2067
  "type": "string | number",
2200
2068
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
2201
2069
  },
2202
- "v-defaults-provider/$slots": {
2203
- "type": "{ default: (args: []) => VNodeChild }",
2204
- "description": "MISSING DESCRIPTION"
2205
- },
2206
2070
  "v-defaults-provider/root": {
2207
2071
  "type": "boolean",
2208
2072
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-defaults-provider.json))"
@@ -2223,10 +2087,6 @@
2223
2087
  "type": "string",
2224
2088
  "description": "Specify a theme for this component and all of its children"
2225
2089
  },
2226
- "v-dialog/$slots": {
2227
- "type": "{ default: (args: [{ isActive: Ref<boolean> }]) => VNodeChild; activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild }",
2228
- "description": "MISSING DESCRIPTION"
2229
- },
2230
2090
  "v-dialog/z-index": {
2231
2091
  "type": "string | number",
2232
2092
  "description": "The z-index used for the component"
@@ -2379,10 +2239,6 @@
2379
2239
  "type": "string",
2380
2240
  "description": "Specify a theme for this component and all of its children"
2381
2241
  },
2382
- "v-divider/$slots": {
2383
- "type": "{ default: (args: []) => VNodeChild }",
2384
- "description": "MISSING DESCRIPTION"
2385
- },
2386
2242
  "v-divider/color": {
2387
2243
  "type": "string",
2388
2244
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
@@ -2403,10 +2259,6 @@
2403
2259
  "type": "string",
2404
2260
  "description": "Specify a theme for this component and all of its children"
2405
2261
  },
2406
- "v-expansion-panels/$slots": {
2407
- "type": "{ default: (args: []) => VNodeChild }",
2408
- "description": "MISSING DESCRIPTION"
2409
- },
2410
2262
  "v-expansion-panels/model-value": {
2411
2263
  "type": "any",
2412
2264
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -2447,10 +2299,6 @@
2447
2299
  "type": "boolean | \"force\"",
2448
2300
  "description": "Forces at least one item to always be selected (if available)."
2449
2301
  },
2450
- "v-expansion-panel/$slots": {
2451
- "type": "{ default: (args: []) => VNodeChild; title: (args: []) => VNodeChild; text: (args: []) => VNodeChild }",
2452
- "description": "MISSING DESCRIPTION"
2453
- },
2454
2302
  "v-expansion-panel/value": {
2455
2303
  "type": "any",
2456
2304
  "description": "Controls the opened/closed state of content"
@@ -2515,18 +2363,10 @@
2515
2363
  "type": "boolean",
2516
2364
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
2517
2365
  },
2518
- "v-expansion-panel-text/$slots": {
2519
- "type": "{ default: (args: []) => VNodeChild }",
2520
- "description": "MISSING DESCRIPTION"
2521
- },
2522
2366
  "v-expansion-panel-text/eager": {
2523
2367
  "type": "boolean",
2524
2368
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
2525
2369
  },
2526
- "v-expansion-panel-title/$slots": {
2527
- "type": "{ default: (args: [{ collapseIcon: string | (new () => any) | FunctionalComponent; disabled: boolean; expanded: boolean; expandIcon: string | (new () => any) | FunctionalComponent; readonly: boolean }]) => VNodeChild; actions: (args: [{ collapseIcon: string | (new () => any) | FunctionalComponent; disabled: boolean; expanded: boolean; expandIcon: string | (new () => any) | FunctionalComponent; readonly: boolean }]) => VNodeChild }",
2528
- "description": "MISSING DESCRIPTION"
2529
- },
2530
2370
  "v-expansion-panel-title/color": {
2531
2371
  "type": "string",
2532
2372
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
@@ -2559,10 +2399,6 @@
2559
2399
  "type": "boolean",
2560
2400
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
2561
2401
  },
2562
- "v-field/$slots": {
2563
- "type": "{ clear: (args: []) => VNodeChild; prepend-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; append-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; label: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; loader: (args: [{ color: string; isActive: boolean }]) => VNodeChild; default: (args: [{ props: Record<string, unknown>; isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void }]) => VNodeChild }",
2564
- "description": "MISSING DESCRIPTION"
2565
- },
2566
2402
  "v-field/id": {
2567
2403
  "type": "string",
2568
2404
  "description": "Sets the DOM id on the component"
@@ -2635,10 +2471,6 @@
2635
2471
  "type": "string | boolean",
2636
2472
  "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
2637
2473
  },
2638
- "v-field-label/$slots": {
2639
- "type": "{ default: (args: []) => VNodeChild }",
2640
- "description": "MISSING DESCRIPTION"
2641
- },
2642
2474
  "v-field-label/floating": {
2643
2475
  "type": "boolean",
2644
2476
  "description": "Elevates the label above the slotted content."
@@ -2655,10 +2487,6 @@
2655
2487
  "type": "boolean",
2656
2488
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
2657
2489
  },
2658
- "v-file-input/$slots": {
2659
- "type": "{ default: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild & (args: [{ props: Record<string, unknown>; isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void }]) => VNodeChild; prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; clear: (args: []) => VNodeChild; prepend-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; append-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; label: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; loader: (args: [{ color: string; isActive: boolean }]) => VNodeChild; counter: (args: []) => VNodeChild }",
2660
- "description": "MISSING DESCRIPTION"
2661
- },
2662
2490
  "v-file-input/id": {
2663
2491
  "type": "string",
2664
2492
  "description": "Sets the DOM id on the component"
@@ -2823,10 +2651,6 @@
2823
2651
  "type": "string",
2824
2652
  "description": "Assign a specific name for layout registration."
2825
2653
  },
2826
- "v-footer/$slots": {
2827
- "type": "{ default: (args: []) => VNodeChild }",
2828
- "description": "MISSING DESCRIPTION"
2829
- },
2830
2654
  "v-footer/absolute": {
2831
2655
  "type": "boolean",
2832
2656
  "description": "Applies **position: absolute** to the component."
@@ -2863,10 +2687,6 @@
2863
2687
  "type": "boolean",
2864
2688
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-footer.json))"
2865
2689
  },
2866
- "v-form/$slots": {
2867
- "type": "{ default: (args: []) => VNodeChild }",
2868
- "description": "MISSING DESCRIPTION"
2869
- },
2870
2690
  "v-form/model-value": {
2871
2691
  "type": "boolean",
2872
2692
  "description": "The value representing the validity of the form. If the value is `null` then no validation has taken place yet, or the form has been reset. Otherwise the value will be a `boolean` that indicates if validation has passed or not."
@@ -2887,10 +2707,6 @@
2887
2707
  "type": "boolean",
2888
2708
  "description": "Stop validation as soon as any rules fail."
2889
2709
  },
2890
- "v-container/$slots": {
2891
- "type": "{ default: (args: []) => VNodeChild }",
2892
- "description": "MISSING DESCRIPTION"
2893
- },
2894
2710
  "v-container/tag": {
2895
2711
  "type": "string",
2896
2712
  "description": "Specify a custom tag used on the root element."
@@ -2899,10 +2715,6 @@
2899
2715
  "type": "boolean",
2900
2716
  "description": "Removes viewport maximum-width size breakpoints."
2901
2717
  },
2902
- "v-col/$slots": {
2903
- "type": "{ default: (args: []) => VNodeChild }",
2904
- "description": "MISSING DESCRIPTION"
2905
- },
2906
2718
  "v-col/tag": {
2907
2719
  "type": "string",
2908
2720
  "description": "Specify a custom tag used on the root element."
@@ -2923,10 +2735,6 @@
2923
2735
  "type": "\"end\" | \"start\" | \"center\" | \"auto\" | \"baseline\" | \"stretch\"",
2924
2736
  "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **auto**, **baseline** and **stretch**."
2925
2737
  },
2926
- "v-row/$slots": {
2927
- "type": "{ default: (args: []) => VNodeChild }",
2928
- "description": "MISSING DESCRIPTION"
2929
- },
2930
2738
  "v-row/tag": {
2931
2739
  "type": "string",
2932
2740
  "description": "Specify a custom tag used on the root element."
@@ -2951,18 +2759,10 @@
2951
2759
  "type": "\"end\" | \"start\" | \"center\" | \"stretch\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
2952
2760
  "description": "Applies the [align-content](https://developer.mozilla.org/en-US/docs/Web/CSS/align-content) css property. Available options are: **start**, **center**, **end**, **space-between**, **space-around** and **stretch**."
2953
2761
  },
2954
- "v-spacer/$slots": {
2955
- "type": "{ default: (args: []) => VNodeChild }",
2956
- "description": "MISSING DESCRIPTION"
2957
- },
2958
2762
  "v-spacer/tag": {
2959
2763
  "type": "string",
2960
2764
  "description": "Specify a custom tag used on the root element"
2961
2765
  },
2962
- "v-hover/$slots": {
2963
- "type": "{ default: (args: [{ isHovering: boolean; props: Record<string, unknown> }]) => VNodeChild }",
2964
- "description": "MISSING DESCRIPTION"
2965
- },
2966
2766
  "v-hover/model-value": {
2967
2767
  "type": "boolean",
2968
2768
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -2983,10 +2783,6 @@
2983
2783
  "type": "string",
2984
2784
  "description": "Specify a theme for this component and all of its children"
2985
2785
  },
2986
- "v-icon/$slots": {
2987
- "type": "{ default: (args: []) => VNodeChild }",
2988
- "description": "MISSING DESCRIPTION"
2989
- },
2990
2786
  "v-icon/size": {
2991
2787
  "type": "string | number",
2992
2788
  "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
@@ -3011,10 +2807,6 @@
3011
2807
  "type": "boolean",
3012
2808
  "description": "Applies margin at the end of the component."
3013
2809
  },
3014
- "v-component-icon/$slots": {
3015
- "type": "{ default: (args: []) => VNodeChild }",
3016
- "description": "MISSING DESCRIPTION"
3017
- },
3018
2810
  "v-component-icon/tag": {
3019
2811
  "type": "string",
3020
2812
  "description": "Specify a custom tag used on the root element"
@@ -3047,10 +2839,6 @@
3047
2839
  "type": "string | (new () => any) | FunctionalComponent",
3048
2840
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
3049
2841
  },
3050
- "v-img/$slots": {
3051
- "type": "{ default: (args: []) => VNodeChild; placeholder: (args: []) => VNodeChild; error: (args: []) => VNodeChild; sources: (args: []) => VNodeChild }",
3052
- "description": "MISSING DESCRIPTION"
3053
- },
3054
2842
  "v-img/width": {
3055
2843
  "type": "string | number",
3056
2844
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-img.json))"
@@ -3103,10 +2891,6 @@
3103
2891
  "type": "string",
3104
2892
  "description": "Sets the component's name attribute."
3105
2893
  },
3106
- "v-input/$slots": {
3107
- "type": "{ default: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild }",
3108
- "description": "MISSING DESCRIPTION"
3109
- },
3110
2894
  "v-input/id": {
3111
2895
  "type": "string",
3112
2896
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
@@ -3183,10 +2967,6 @@
3183
2967
  "type": "string",
3184
2968
  "description": "Specify a theme for this component and all of its children"
3185
2969
  },
3186
- "v-item-group/$slots": {
3187
- "type": "{ default: (args: []) => VNodeChild }",
3188
- "description": "MISSING DESCRIPTION"
3189
- },
3190
2970
  "v-item-group/model-value": {
3191
2971
  "type": "any",
3192
2972
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -3215,10 +2995,6 @@
3215
2995
  "type": "boolean | \"force\"",
3216
2996
  "description": "Forces at least one item to always be selected (if available)."
3217
2997
  },
3218
- "v-item/$slots": {
3219
- "type": "{ default: (args: [{ id: number; isSelected: Ref<boolean>; toggle: () => void; select: (value: boolean) => void; selectedClass: Ref<false | string[]>; value: Ref<unknown>; disabled: Ref<boolean>; group: { register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean> }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean; }[]>; disabled: Ref<boolean>; getItemIndex: (value: unknown) => number } }]) => VNodeChild }",
3220
- "description": "MISSING DESCRIPTION"
3221
- },
3222
2998
  "v-item/value": {
3223
2999
  "type": "any",
3224
3000
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
@@ -3231,10 +3007,6 @@
3231
3007
  "type": "string",
3232
3008
  "description": "Configure the active CSS class applied when an item is selected."
3233
3009
  },
3234
- "v-kbd/$slots": {
3235
- "type": "{ default: (args: []) => VNodeChild }",
3236
- "description": "MISSING DESCRIPTION"
3237
- },
3238
3010
  "v-kbd/tag": {
3239
3011
  "type": "string",
3240
3012
  "description": "Specify a custom tag used on the root element"
@@ -3243,10 +3015,6 @@
3243
3015
  "type": "string",
3244
3016
  "description": "Specify a theme for this component and all of its children"
3245
3017
  },
3246
- "v-label/$slots": {
3247
- "type": "{ default: (args: []) => VNodeChild }",
3248
- "description": "MISSING DESCRIPTION"
3249
- },
3250
3018
  "v-label/text": {
3251
3019
  "type": "string",
3252
3020
  "description": "Specify content text for the component."
@@ -3263,18 +3031,10 @@
3263
3031
  "type": "string[]",
3264
3032
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/layout.json))"
3265
3033
  },
3266
- "v-layout/$slots": {
3267
- "type": "{ default: (args: []) => VNodeChild }",
3268
- "description": "MISSING DESCRIPTION"
3269
- },
3270
3034
  "v-layout-item/name": {
3271
3035
  "type": "string",
3272
3036
  "description": "Assign a specific name for layout registration."
3273
3037
  },
3274
- "v-layout-item/$slots": {
3275
- "type": "{ default: (args: []) => VNodeChild }",
3276
- "description": "MISSING DESCRIPTION"
3277
- },
3278
3038
  "v-layout-item/position": {
3279
3039
  "type": "\"top\" | \"left\" | \"right\" | \"bottom\"",
3280
3040
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-layout-item.json))"
@@ -3295,10 +3055,6 @@
3295
3055
  "type": "string | number",
3296
3056
  "description": "Adjust the order of the component in relation to its registration order."
3297
3057
  },
3298
- "v-lazy/$slots": {
3299
- "type": "{ default: (args: []) => VNodeChild }",
3300
- "description": "MISSING DESCRIPTION"
3301
- },
3302
3058
  "v-lazy/model-value": {
3303
3059
  "type": "boolean",
3304
3060
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -3343,10 +3099,6 @@
3343
3099
  "type": "string",
3344
3100
  "description": "Specify a theme for this component and all of its children"
3345
3101
  },
3346
- "v-list/$slots": {
3347
- "type": "{ subheader: (args: []) => VNodeChild; header: (args: [{ props: Record<string, unknown> }]) => VNodeChild; item: (args: [unknown]) => VNodeChild }",
3348
- "description": "MISSING DESCRIPTION"
3349
- },
3350
3102
  "v-list/items": {
3351
3103
  "type": "unknown[]",
3352
3104
  "description": "An array of strings or objects used for automatically generating children components"
@@ -3471,10 +3223,6 @@
3471
3223
  "type": "string",
3472
3224
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list.json))"
3473
3225
  },
3474
- "v-list-group/$slots": {
3475
- "type": "{ default: (args: []) => VNodeChild; activator: (args: [{ isOpen: boolean; props: Record<string, unknown> }]) => VNodeChild }",
3476
- "description": "MISSING DESCRIPTION"
3477
- },
3478
3226
  "v-list-group/value": {
3479
3227
  "type": "any",
3480
3228
  "description": "Expands / Collapse the list-group"
@@ -3519,10 +3267,6 @@
3519
3267
  "type": "boolean",
3520
3268
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-group.json))"
3521
3269
  },
3522
- "v-list-img/$slots": {
3523
- "type": "{ default: (args: []) => VNodeChild }",
3524
- "description": "MISSING DESCRIPTION"
3525
- },
3526
3270
  "v-list-img/tag": {
3527
3271
  "type": "string",
3528
3272
  "description": "Specify a custom tag used on the root element"
@@ -3531,10 +3275,6 @@
3531
3275
  "type": "string",
3532
3276
  "description": "Specify a theme for this component and all of its children"
3533
3277
  },
3534
- "v-list-item/$slots": {
3535
- "type": "{ prepend: (args: [{ isActive: boolean; activate: (value: boolean) => void; isSelected: boolean; select: (value: boolean) => void }]) => VNodeChild; append: (args: [{ isActive: boolean; activate: (value: boolean) => void; isSelected: boolean; select: (value: boolean) => void }]) => VNodeChild; default: (args: [{ isActive: boolean; activate: (value: boolean) => void; isSelected: boolean; select: (value: boolean) => void }]) => VNodeChild; title: (args: [{ title: string }]) => VNodeChild; subtitle: (args: [{ subtitle: string }]) => VNodeChild }",
3536
- "description": "MISSING DESCRIPTION"
3537
- },
3538
3278
  "v-list-item/value": {
3539
3279
  "type": "any",
3540
3280
  "description": "The value used for selection."
@@ -3663,10 +3403,6 @@
3663
3403
  "type": "boolean",
3664
3404
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-item.json))"
3665
3405
  },
3666
- "v-list-item-action/$slots": {
3667
- "type": "{ default: (args: []) => VNodeChild }",
3668
- "description": "MISSING DESCRIPTION"
3669
- },
3670
3406
  "v-list-item-action/tag": {
3671
3407
  "type": "string",
3672
3408
  "description": "Specify a custom tag used on the root element."
@@ -3679,10 +3415,6 @@
3679
3415
  "type": "boolean",
3680
3416
  "description": "Applies margin at the end of the component."
3681
3417
  },
3682
- "v-list-item-media/$slots": {
3683
- "type": "{ default: (args: []) => VNodeChild }",
3684
- "description": "MISSING DESCRIPTION"
3685
- },
3686
3418
  "v-list-item-media/tag": {
3687
3419
  "type": "string",
3688
3420
  "description": "Specify a custom tag used on the root element."
@@ -3695,26 +3427,14 @@
3695
3427
  "type": "boolean",
3696
3428
  "description": "Applies margin at the end of the component."
3697
3429
  },
3698
- "v-list-item-subtitle/$slots": {
3699
- "type": "{ default: (args: []) => VNodeChild }",
3700
- "description": "MISSING DESCRIPTION"
3701
- },
3702
3430
  "v-list-item-subtitle/tag": {
3703
3431
  "type": "string",
3704
3432
  "description": "Specify a custom tag used on the root element"
3705
3433
  },
3706
- "v-list-item-title/$slots": {
3707
- "type": "{ default: (args: []) => VNodeChild }",
3708
- "description": "MISSING DESCRIPTION"
3709
- },
3710
3434
  "v-list-item-title/tag": {
3711
3435
  "type": "string",
3712
3436
  "description": "Specify a custom tag used on the root element"
3713
3437
  },
3714
- "v-list-subheader/$slots": {
3715
- "type": "{ default: (args: []) => VNodeChild }",
3716
- "description": "MISSING DESCRIPTION"
3717
- },
3718
3438
  "v-list-subheader/title": {
3719
3439
  "type": "string",
3720
3440
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-subheader.json))"
@@ -3735,10 +3455,6 @@
3735
3455
  "type": "boolean",
3736
3456
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-subheader.json))"
3737
3457
  },
3738
- "v-locale-provider/$slots": {
3739
- "type": "{ default: (args: []) => VNodeChild }",
3740
- "description": "MISSING DESCRIPTION"
3741
- },
3742
3458
  "v-locale-provider/messages": {
3743
3459
  "type": "Record<string, any>",
3744
3460
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-locale-provider.json))"
@@ -3755,10 +3471,6 @@
3755
3471
  "type": "boolean",
3756
3472
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-locale-provider.json))"
3757
3473
  },
3758
- "v-main/$slots": {
3759
- "type": "{ default: (args: []) => VNodeChild }",
3760
- "description": "MISSING DESCRIPTION"
3761
- },
3762
3474
  "v-main/tag": {
3763
3475
  "type": "string",
3764
3476
  "description": "Specify a custom tag used on the root element."
@@ -3771,10 +3483,6 @@
3771
3483
  "type": "string",
3772
3484
  "description": "Specify a theme for this component and all of its children"
3773
3485
  },
3774
- "v-menu/$slots": {
3775
- "type": "{ default: (args: [{ isActive: Ref<boolean> }]) => VNodeChild; activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild }",
3776
- "description": "MISSING DESCRIPTION"
3777
- },
3778
3486
  "v-menu/z-index": {
3779
3487
  "type": "string | number",
3780
3488
  "description": "The z-index used for the component"
@@ -3907,10 +3615,6 @@
3907
3615
  "type": "string | boolean | Element",
3908
3616
  "description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attaches to the root `v-app` component by default"
3909
3617
  },
3910
- "v-messages/$slots": {
3911
- "type": "{ message: (args: [{ message: string }]) => VNodeChild }",
3912
- "description": "MISSING DESCRIPTION"
3913
- },
3914
3618
  "v-messages/color": {
3915
3619
  "type": "string",
3916
3620
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
@@ -3935,10 +3639,6 @@
3935
3639
  "type": "string",
3936
3640
  "description": "Assign a specific name for layout registration."
3937
3641
  },
3938
- "v-navigation-drawer/$slots": {
3939
- "type": "{ default: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; image: (args: [{ image: string }]) => VNodeChild }",
3940
- "description": "MISSING DESCRIPTION"
3941
- },
3942
3642
  "v-navigation-drawer/image": {
3943
3643
  "type": "string",
3944
3644
  "description": "Apply a specific background image to the component."
@@ -4027,18 +3727,10 @@
4027
3727
  "type": "string | number",
4028
3728
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
4029
3729
  },
4030
- "v-no-ssr/$slots": {
4031
- "type": "{ default: (args: []) => VNodeChild }",
4032
- "description": "MISSING DESCRIPTION"
4033
- },
4034
3730
  "v-overlay/theme": {
4035
3731
  "type": "string",
4036
3732
  "description": "Specify a theme for this component and all of its children"
4037
3733
  },
4038
- "v-overlay/$slots": {
4039
- "type": "{ default: (args: [{ isActive: Ref<boolean> }]) => VNodeChild; activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild }",
4040
- "description": "MISSING DESCRIPTION"
4041
- },
4042
3734
  "v-overlay/z-index": {
4043
3735
  "type": "string | number",
4044
3736
  "description": "The z-index used for the component"
@@ -4179,10 +3871,6 @@
4179
3871
  "type": "string",
4180
3872
  "description": "Specify a theme for this component and all of its children"
4181
3873
  },
4182
- "v-pagination/$slots": {
4183
- "type": "{ item: (args: []) => VNodeChild; first: (args: []) => VNodeChild; next: (args: []) => VNodeChild; prev: (args: []) => VNodeChild; last: (args: []) => VNodeChild }",
4184
- "description": "MISSING DESCRIPTION"
4185
- },
4186
3874
  "v-pagination/size": {
4187
3875
  "type": "string | number",
4188
3876
  "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
@@ -4287,10 +3975,6 @@
4287
3975
  "type": "string",
4288
3976
  "description": "Text to show between page buttons when truncating the list"
4289
3977
  },
4290
- "v-parallax/$slots": {
4291
- "type": "{ default: (args: []) => VNodeChild; placeholder: (args: []) => VNodeChild; error: (args: []) => VNodeChild; sources: (args: []) => VNodeChild }",
4292
- "description": "MISSING DESCRIPTION"
4293
- },
4294
3978
  "v-parallax/scale": {
4295
3979
  "type": "string | number",
4296
3980
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-parallax.json))"
@@ -4299,10 +3983,6 @@
4299
3983
  "type": "string",
4300
3984
  "description": "Specify a theme for this component and all of its children"
4301
3985
  },
4302
- "v-progress-circular/$slots": {
4303
- "type": "{ default: (args: []) => VNodeChild }",
4304
- "description": "MISSING DESCRIPTION"
4305
- },
4306
3986
  "v-progress-circular/size": {
4307
3987
  "type": "string | number",
4308
3988
  "description": "Sets the diameter of the circle in pixels"
@@ -4343,10 +4023,6 @@
4343
4023
  "type": "boolean",
4344
4024
  "description": "Displays reversed progress (right to left in LTR mode and left to right in RTL)"
4345
4025
  },
4346
- "v-progress-linear/$slots": {
4347
- "type": "{ default: (args: [{ value: number; buffer: number }]) => VNodeChild }",
4348
- "description": "MISSING DESCRIPTION"
4349
- },
4350
4026
  "v-progress-linear/model-value": {
4351
4027
  "type": "string | number",
4352
4028
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -4427,10 +4103,6 @@
4427
4103
  "type": "string",
4428
4104
  "description": "Sets the component's name attribute."
4429
4105
  },
4430
- "v-radio/$slots": {
4431
- "type": "{ default: (args: []) => VNodeChild; label: (args: [{ label: string; props: Record<string, unknown> }]) => VNodeChild; input: (args: [{ model: WritableComputedRef<any>; textColorClasses: Ref<string[]>; textColorStyles: Ref<CSSProperties>; props: { onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string } }]) => VNodeChild }",
4432
- "description": "MISSING DESCRIPTION"
4433
- },
4434
4106
  "v-radio/value": {
4435
4107
  "type": "any",
4436
4108
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
@@ -4511,10 +4183,6 @@
4511
4183
  "type": "string",
4512
4184
  "description": "Sets the component's name attribute."
4513
4185
  },
4514
- "v-radio-group/$slots": {
4515
- "type": "{ default: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild & (args: []) => VNodeChild; prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; label: (args: [{ label: string; props: Record<string, unknown> }]) => VNodeChild; input: (args: [{ model: WritableComputedRef<any>; textColorClasses: Ref<string[]>; textColorStyles: Ref<CSSProperties>; props: { onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string } }]) => VNodeChild }",
4516
- "description": "MISSING DESCRIPTION"
4517
- },
4518
4186
  "v-radio-group/id": {
4519
4187
  "type": "string",
4520
4188
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
@@ -4623,10 +4291,6 @@
4623
4291
  "type": "boolean",
4624
4292
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
4625
4293
  },
4626
- "v-range-slider/$slots": {
4627
- "type": "{ default: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; tick-label: (args: []) => VNodeChild; thumb-label: (args: []) => VNodeChild }",
4628
- "description": "MISSING DESCRIPTION"
4629
- },
4630
4294
  "v-range-slider/id": {
4631
4295
  "type": "string",
4632
4296
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
@@ -4775,10 +4439,6 @@
4775
4439
  "type": "string",
4776
4440
  "description": "Sets the component's name attribute."
4777
4441
  },
4778
- "v-rating/$slots": {
4779
- "type": "{ item: (args: [{ value: number; index: number; isFilled: boolean; isHovered: boolean; icon: string | (new () => any) | FunctionalComponent; color: string; props: Record<string, unknown> }]) => VNodeChild; item-label: (args: [{ value: number; index: number; label: string }]) => VNodeChild }",
4780
- "description": "MISSING DESCRIPTION"
4781
- },
4782
4442
  "v-rating/size": {
4783
4443
  "type": "string | number",
4784
4444
  "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
@@ -4847,10 +4507,6 @@
4847
4507
  "type": "string[]",
4848
4508
  "description": "Array of labels to display next to each item."
4849
4509
  },
4850
- "v-responsive/$slots": {
4851
- "type": "{ default: (args: []) => VNodeChild; additional: (args: []) => VNodeChild }",
4852
- "description": "MISSING DESCRIPTION"
4853
- },
4854
4510
  "v-responsive/height": {
4855
4511
  "type": "string | number",
4856
4512
  "description": "Sets the height for the component."
@@ -4899,10 +4555,6 @@
4899
4555
  "type": "boolean",
4900
4556
  "description": "Reverses the input orientation"
4901
4557
  },
4902
- "v-select/$slots": {
4903
- "type": "{ prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; loader: (args: [{ color: string; isActive: boolean }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; clear: (args: []) => VNodeChild; prepend-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; append-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; label: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; item: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number; props: Record<string, unknown> }]) => VNodeChild; chip: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number; props: Record<string, unknown> }]) => VNodeChild; selection: (args: [{ item: { title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }; index: number }]) => VNodeChild; prepend-item: (args: []) => VNodeChild; append-item: (args: []) => VNodeChild; no-data: (args: []) => VNodeChild }",
4904
- "description": "MISSING DESCRIPTION"
4905
- },
4906
4558
  "v-select/id": {
4907
4559
  "type": "string",
4908
4560
  "description": "Sets the DOM id on the component"
@@ -5139,10 +4791,6 @@
5139
4791
  "type": "string",
5140
4792
  "description": "Sets the component's name attribute."
5141
4793
  },
5142
- "v-selection-control/$slots": {
5143
- "type": "{ default: (args: []) => VNodeChild; label: (args: [{ label: string; props: Record<string, unknown> }]) => VNodeChild; input: (args: [{ model: WritableComputedRef<any>; textColorClasses: Ref<string[]>; textColorStyles: Ref<CSSProperties>; props: { onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string } }]) => VNodeChild }",
5144
- "description": "MISSING DESCRIPTION"
5145
- },
5146
4794
  "v-selection-control/value": {
5147
4795
  "type": "any",
5148
4796
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
@@ -5223,10 +4871,6 @@
5223
4871
  "type": "string",
5224
4872
  "description": "Sets the component's name attribute."
5225
4873
  },
5226
- "v-selection-control-group/$slots": {
5227
- "type": "{ default: (args: []) => VNodeChild }",
5228
- "description": "MISSING DESCRIPTION"
5229
- },
5230
4874
  "v-selection-control-group/id": {
5231
4875
  "type": "string",
5232
4876
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control-group.json))"
@@ -5287,10 +4931,6 @@
5287
4931
  "type": "string",
5288
4932
  "description": "Specify a theme for this component and all of its children"
5289
4933
  },
5290
- "v-sheet/$slots": {
5291
- "type": "{ default: (args: []) => VNodeChild }",
5292
- "description": "MISSING DESCRIPTION"
5293
- },
5294
4934
  "v-sheet/position": {
5295
4935
  "type": "\"relative\" | \"absolute\" | \"static\" | \"fixed\" | \"sticky\"",
5296
4936
  "description": "Specifies the type of positioning method used for the component."
@@ -5347,10 +4987,6 @@
5347
4987
  "type": "any",
5348
4988
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-slide-group.json))"
5349
4989
  },
5350
- "v-slide-group/$slots": {
5351
- "type": "{ default: (args: [{ next: () => void; prev: () => void; select: (id: number, value: boolean) => void; isSelected: (id: number) => boolean }]) => VNodeChild; prev: (args: [{ next: () => void; prev: () => void; select: (id: number, value: boolean) => void; isSelected: (id: number) => boolean }]) => VNodeChild; next: (args: [{ next: () => void; prev: () => void; select: (id: number, value: boolean) => void; isSelected: (id: number) => boolean }]) => VNodeChild }",
5352
- "description": "MISSING DESCRIPTION"
5353
- },
5354
4990
  "v-slide-group/model-value": {
5355
4991
  "type": "any",
5356
4992
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -5399,10 +5035,6 @@
5399
5035
  "type": "boolean",
5400
5036
  "description": "Forces the selected component to be centered"
5401
5037
  },
5402
- "v-slide-group-item/$slots": {
5403
- "type": "{ default: (args: [{ isSelected: boolean; select: (value: boolean) => void; toggle: () => void; selectedClass: false | string[] }]) => VNodeChild }",
5404
- "description": "MISSING DESCRIPTION"
5405
- },
5406
5038
  "v-slide-group-item/value": {
5407
5039
  "type": "any",
5408
5040
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
@@ -5423,10 +5055,6 @@
5423
5055
  "type": "boolean",
5424
5056
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/slider.json))"
5425
5057
  },
5426
- "v-slider/$slots": {
5427
- "type": "{ default: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; tick-label: (args: []) => VNodeChild; thumb-label: (args: []) => VNodeChild }",
5428
- "description": "MISSING DESCRIPTION"
5429
- },
5430
5058
  "v-slider/id": {
5431
5059
  "type": "string",
5432
5060
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-input.json))"
@@ -5563,10 +5191,6 @@
5563
5191
  "type": "string",
5564
5192
  "description": "Specify a theme for this component and all of its children"
5565
5193
  },
5566
- "v-snackbar/$slots": {
5567
- "type": "{ activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild; default: (args: []) => VNodeChild; actions: (args: []) => VNodeChild }",
5568
- "description": "MISSING DESCRIPTION"
5569
- },
5570
5194
  "v-snackbar/z-index": {
5571
5195
  "type": "string | number",
5572
5196
  "description": "The z-index used for the component"
@@ -5727,10 +5351,6 @@
5727
5351
  "type": "string",
5728
5352
  "description": "Sets the component's name attribute."
5729
5353
  },
5730
- "v-switch/$slots": {
5731
- "type": "{ default: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild & (args: []) => VNodeChild; prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; label: (args: [{ label: string; props: Record<string, unknown> }]) => VNodeChild; input: (args: [{ model: WritableComputedRef<any>; textColorClasses: Ref<string[]>; textColorStyles: Ref<CSSProperties>; props: { onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string } }]) => VNodeChild }",
5732
- "description": "MISSING DESCRIPTION"
5733
- },
5734
5354
  "v-switch/value": {
5735
5355
  "type": "any",
5736
5356
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-selection-control.json))"
@@ -5863,10 +5483,6 @@
5863
5483
  "type": "string",
5864
5484
  "description": "Assign a specific name for layout registration."
5865
5485
  },
5866
- "v-system-bar/$slots": {
5867
- "type": "{ default: (args: []) => VNodeChild }",
5868
- "description": "MISSING DESCRIPTION"
5869
- },
5870
5486
  "v-system-bar/absolute": {
5871
5487
  "type": "boolean",
5872
5488
  "description": "Applies **position: absolute** to the component."
@@ -5899,10 +5515,6 @@
5899
5515
  "type": "boolean",
5900
5516
  "description": "Increases the system bar height to 32px (24px default)."
5901
5517
  },
5902
- "v-tabs/$slots": {
5903
- "type": "{ default: (args: []) => VNodeChild }",
5904
- "description": "MISSING DESCRIPTION"
5905
- },
5906
5518
  "v-tabs/items": {
5907
5519
  "type": "(string | Record<string, any>)[]",
5908
5520
  "description": "The items to display in the component. This can be an array of strings or objects with a property `title`"
@@ -5967,10 +5579,6 @@
5967
5579
  "type": "string",
5968
5580
  "description": "Specify a theme for this component and all of its children"
5969
5581
  },
5970
- "v-tab/$slots": {
5971
- "type": "{ default: (args: []) => VNodeChild }",
5972
- "description": "MISSING DESCRIPTION"
5973
- },
5974
5582
  "v-tab/value": {
5975
5583
  "type": "any",
5976
5584
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
@@ -6051,10 +5659,6 @@
6051
5659
  "type": "string",
6052
5660
  "description": "Specify a theme for this component and all of its children"
6053
5661
  },
6054
- "v-table/$slots": {
6055
- "type": "{ default: (args: []) => VNodeChild; top: (args: []) => VNodeChild; bottom: (args: []) => VNodeChild; wrapper: (args: []) => VNodeChild }",
6056
- "description": "MISSING DESCRIPTION"
6057
- },
6058
5662
  "v-table/density": {
6059
5663
  "type": "\"default\" | \"comfortable\" | \"compact\"",
6060
5664
  "description": "Adjusts the vertical height used by the component."
@@ -6091,10 +5695,6 @@
6091
5695
  "type": "boolean",
6092
5696
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))"
6093
5697
  },
6094
- "v-textarea/$slots": {
6095
- "type": "{ prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; loader: (args: [{ color: string; isActive: boolean }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; clear: (args: []) => VNodeChild; prepend-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; append-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; label: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild }",
6096
- "description": "MISSING DESCRIPTION"
6097
- },
6098
5698
  "v-textarea/id": {
6099
5699
  "type": "string",
6100
5700
  "description": "Sets the DOM id on the component"
@@ -6287,10 +5887,6 @@
6287
5887
  "type": "boolean",
6288
5888
  "description": "Reverses the input orientation"
6289
5889
  },
6290
- "v-text-field/$slots": {
6291
- "type": "{ prepend: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; append: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; loader: (args: [{ color: string; isActive: boolean }]) => VNodeChild; details: (args: [{ id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void }]) => VNodeChild; clear: (args: []) => VNodeChild; prepend-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; append-inner: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; label: (args: [({ isActive: Ref<boolean>; isFocused: Ref<boolean>; controlRef: Ref<HTMLElement>; focus: () => void; blur: () => void } & { id: ComputedRef<string>; messagesId: ComputedRef<string>; isDirty: ComputedRef<boolean>; isDisabled: ComputedRef<boolean>; isReadonly: ComputedRef<boolean>; isPristine: Ref<boolean>; isValid: ComputedRef<boolean>; isValidating: Ref<boolean>; reset: () => void; resetValidation: () => void; validate: () => void })]) => VNodeChild; default: (args: []) => VNodeChild }",
6292
- "description": "MISSING DESCRIPTION"
6293
- },
6294
5890
  "v-text-field/id": {
6295
5891
  "type": "string",
6296
5892
  "description": "Sets the DOM id on the component"
@@ -6455,10 +6051,6 @@
6455
6051
  "type": "string",
6456
6052
  "description": "Specify a theme for this component and all of its children"
6457
6053
  },
6458
- "v-theme-provider/$slots": {
6459
- "type": "{ default: (args: []) => VNodeChild }",
6460
- "description": "MISSING DESCRIPTION"
6461
- },
6462
6054
  "v-theme-provider/tag": {
6463
6055
  "type": "string",
6464
6056
  "description": "Specify a custom tag used on the root element."
@@ -6471,10 +6063,6 @@
6471
6063
  "type": "string",
6472
6064
  "description": "Specify a theme for this component and all of its children"
6473
6065
  },
6474
- "v-timeline/$slots": {
6475
- "type": "{ default: (args: []) => VNodeChild }",
6476
- "description": "MISSING DESCRIPTION"
6477
- },
6478
6066
  "v-timeline/density": {
6479
6067
  "type": "\"default\" | \"comfortable\" | \"compact\"",
6480
6068
  "description": "Adjusts the vertical height used by the component."
@@ -6515,10 +6103,6 @@
6515
6103
  "type": "\"end\" | \"start\" | \"both\"",
6516
6104
  "description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends"
6517
6105
  },
6518
- "v-timeline-item/$slots": {
6519
- "type": "{ default: (args: []) => VNodeChild; icon: (args: []) => VNodeChild; opposite: (args: []) => VNodeChild }",
6520
- "description": "MISSING DESCRIPTION"
6521
- },
6522
6106
  "v-timeline-item/size": {
6523
6107
  "type": "string | number",
6524
6108
  "description": "Size of the item dot"
@@ -6599,10 +6183,6 @@
6599
6183
  "type": "string",
6600
6184
  "description": "Specify a theme for this component and all of its children"
6601
6185
  },
6602
- "v-toolbar/$slots": {
6603
- "type": "{ default: (args: []) => VNodeChild; image: (args: []) => VNodeChild; prepend: (args: []) => VNodeChild; append: (args: []) => VNodeChild; title: (args: []) => VNodeChild; extension: (args: []) => VNodeChild }",
6604
- "description": "MISSING DESCRIPTION"
6605
- },
6606
6186
  "v-toolbar/image": {
6607
6187
  "type": "string",
6608
6188
  "description": "Specifies a [v-img](/components/images) as the component's background."
@@ -6659,10 +6239,6 @@
6659
6239
  "type": "string",
6660
6240
  "description": "Specify a custom tag used on the root element."
6661
6241
  },
6662
- "v-toolbar-title/$slots": {
6663
- "type": "{ default: (args: []) => VNodeChild; text: (args: []) => VNodeChild }",
6664
- "description": "MISSING DESCRIPTION"
6665
- },
6666
6242
  "v-toolbar-title/tag": {
6667
6243
  "type": "string",
6668
6244
  "description": "Specify a custom tag used on the root element."
@@ -6671,10 +6247,6 @@
6671
6247
  "type": "string",
6672
6248
  "description": "Specify content text for the component."
6673
6249
  },
6674
- "v-toolbar-items/$slots": {
6675
- "type": "{ default: (args: []) => VNodeChild }",
6676
- "description": "MISSING DESCRIPTION"
6677
- },
6678
6250
  "v-toolbar-items/color": {
6679
6251
  "type": "string",
6680
6252
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
@@ -6687,10 +6259,6 @@
6687
6259
  "type": "string",
6688
6260
  "description": "Specify a theme for this component and all of its children"
6689
6261
  },
6690
- "v-tooltip/$slots": {
6691
- "type": "{ default: (args: [{ isActive: Ref<boolean> }]) => VNodeChild; activator: (args: [{ isActive: boolean; props: Record<string, any> }]) => VNodeChild }",
6692
- "description": "MISSING DESCRIPTION"
6693
- },
6694
6262
  "v-tooltip/z-index": {
6695
6263
  "type": "string | number",
6696
6264
  "description": "The z-index used for the component"
@@ -6823,10 +6391,6 @@
6823
6391
  "type": "string",
6824
6392
  "description": "Sets the component's name attribute."
6825
6393
  },
6826
- "v-validation/$slots": {
6827
- "type": "{ default: (args: []) => VNodeChild }",
6828
- "description": "MISSING DESCRIPTION"
6829
- },
6830
6394
  "v-validation/error": {
6831
6395
  "type": "boolean",
6832
6396
  "description": "Puts the input in a manual error state"
@@ -6879,10 +6443,6 @@
6879
6443
  "type": "boolean",
6880
6444
  "description": "Reverse the normal transition direction."
6881
6445
  },
6882
- "v-window/$slots": {
6883
- "type": "{ default: (args: [{ group: { register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean> }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean; }[]>; disabled: Ref<boolean>; getItemIndex: (value: unknown) => number } }]) => VNodeChild; additional: (args: [{ group: { register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean> }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean; }[]>; disabled: Ref<boolean>; getItemIndex: (value: unknown) => number } }]) => VNodeChild; prev: (args: [{ props: { icon: string | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string } }]) => VNodeChild; next: (args: [{ props: { icon: string | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string } }]) => VNodeChild }",
6884
- "description": "MISSING DESCRIPTION"
6885
- },
6886
6446
  "v-window/model-value": {
6887
6447
  "type": "any",
6888
6448
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -6927,10 +6487,6 @@
6927
6487
  "type": "any",
6928
6488
  "description": "Provide a custom **left** and **right** function when swiped left or right."
6929
6489
  },
6930
- "v-window-item/$slots": {
6931
- "type": "{ default: (args: []) => VNodeChild }",
6932
- "description": "MISSING DESCRIPTION"
6933
- },
6934
6490
  "v-window-item/value": {
6935
6491
  "type": "any",
6936
6492
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
@@ -6955,18 +6511,10 @@
6955
6511
  "type": "string | boolean",
6956
6512
  "description": "Sets the reverse transition"
6957
6513
  },
6958
- "v-dialog-transition/$slots": {
6959
- "type": "{ default: (args: []) => VNodeChild }",
6960
- "description": "MISSING DESCRIPTION"
6961
- },
6962
6514
  "v-dialog-transition/target": {
6963
6515
  "type": "HTMLElement",
6964
6516
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-dialog-transition.json))"
6965
6517
  },
6966
- "v-fab-transition/$slots": {
6967
- "type": "{ default: (args: []) => VNodeChild }",
6968
- "description": "MISSING DESCRIPTION"
6969
- },
6970
6518
  "v-fab-transition/origin": {
6971
6519
  "type": "string",
6972
6520
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
@@ -6987,10 +6535,6 @@
6987
6535
  "type": "boolean",
6988
6536
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
6989
6537
  },
6990
- "v-dialog-bottom-transition/$slots": {
6991
- "type": "{ default: (args: []) => VNodeChild }",
6992
- "description": "MISSING DESCRIPTION"
6993
- },
6994
6538
  "v-dialog-bottom-transition/origin": {
6995
6539
  "type": "string",
6996
6540
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
@@ -7011,10 +6555,6 @@
7011
6555
  "type": "boolean",
7012
6556
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7013
6557
  },
7014
- "v-dialog-top-transition/$slots": {
7015
- "type": "{ default: (args: []) => VNodeChild }",
7016
- "description": "MISSING DESCRIPTION"
7017
- },
7018
6558
  "v-dialog-top-transition/origin": {
7019
6559
  "type": "string",
7020
6560
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
@@ -7035,10 +6575,6 @@
7035
6575
  "type": "boolean",
7036
6576
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7037
6577
  },
7038
- "v-fade-transition/$slots": {
7039
- "type": "{ default: (args: []) => VNodeChild }",
7040
- "description": "MISSING DESCRIPTION"
7041
- },
7042
6578
  "v-fade-transition/origin": {
7043
6579
  "type": "string",
7044
6580
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
@@ -7059,10 +6595,6 @@
7059
6595
  "type": "boolean",
7060
6596
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7061
6597
  },
7062
- "v-scale-transition/$slots": {
7063
- "type": "{ default: (args: []) => VNodeChild }",
7064
- "description": "MISSING DESCRIPTION"
7065
- },
7066
6598
  "v-scale-transition/origin": {
7067
6599
  "type": "string",
7068
6600
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
@@ -7083,10 +6615,6 @@
7083
6615
  "type": "boolean",
7084
6616
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7085
6617
  },
7086
- "v-scroll-x-transition/$slots": {
7087
- "type": "{ default: (args: []) => VNodeChild }",
7088
- "description": "MISSING DESCRIPTION"
7089
- },
7090
6618
  "v-scroll-x-transition/origin": {
7091
6619
  "type": "string",
7092
6620
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
@@ -7107,10 +6635,6 @@
7107
6635
  "type": "boolean",
7108
6636
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7109
6637
  },
7110
- "v-scroll-x-reverse-transition/$slots": {
7111
- "type": "{ default: (args: []) => VNodeChild }",
7112
- "description": "MISSING DESCRIPTION"
7113
- },
7114
6638
  "v-scroll-x-reverse-transition/origin": {
7115
6639
  "type": "string",
7116
6640
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
@@ -7131,10 +6655,6 @@
7131
6655
  "type": "boolean",
7132
6656
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7133
6657
  },
7134
- "v-scroll-y-transition/$slots": {
7135
- "type": "{ default: (args: []) => VNodeChild }",
7136
- "description": "MISSING DESCRIPTION"
7137
- },
7138
6658
  "v-scroll-y-transition/origin": {
7139
6659
  "type": "string",
7140
6660
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
@@ -7155,10 +6675,6 @@
7155
6675
  "type": "boolean",
7156
6676
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7157
6677
  },
7158
- "v-scroll-y-reverse-transition/$slots": {
7159
- "type": "{ default: (args: []) => VNodeChild }",
7160
- "description": "MISSING DESCRIPTION"
7161
- },
7162
6678
  "v-scroll-y-reverse-transition/origin": {
7163
6679
  "type": "string",
7164
6680
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
@@ -7179,10 +6695,6 @@
7179
6695
  "type": "boolean",
7180
6696
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7181
6697
  },
7182
- "v-slide-x-transition/$slots": {
7183
- "type": "{ default: (args: []) => VNodeChild }",
7184
- "description": "MISSING DESCRIPTION"
7185
- },
7186
6698
  "v-slide-x-transition/origin": {
7187
6699
  "type": "string",
7188
6700
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
@@ -7203,10 +6715,6 @@
7203
6715
  "type": "boolean",
7204
6716
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7205
6717
  },
7206
- "v-slide-x-reverse-transition/$slots": {
7207
- "type": "{ default: (args: []) => VNodeChild }",
7208
- "description": "MISSING DESCRIPTION"
7209
- },
7210
6718
  "v-slide-x-reverse-transition/origin": {
7211
6719
  "type": "string",
7212
6720
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
@@ -7227,10 +6735,6 @@
7227
6735
  "type": "boolean",
7228
6736
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7229
6737
  },
7230
- "v-slide-y-transition/$slots": {
7231
- "type": "{ default: (args: []) => VNodeChild }",
7232
- "description": "MISSING DESCRIPTION"
7233
- },
7234
6738
  "v-slide-y-transition/origin": {
7235
6739
  "type": "string",
7236
6740
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
@@ -7251,10 +6755,6 @@
7251
6755
  "type": "boolean",
7252
6756
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7253
6757
  },
7254
- "v-slide-y-reverse-transition/$slots": {
7255
- "type": "{ default: (args: []) => VNodeChild }",
7256
- "description": "MISSING DESCRIPTION"
7257
- },
7258
6758
  "v-slide-y-reverse-transition/origin": {
7259
6759
  "type": "string",
7260
6760
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
@@ -7275,26 +6775,14 @@
7275
6775
  "type": "boolean",
7276
6776
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
7277
6777
  },
7278
- "v-expand-transition/$slots": {
7279
- "type": "{ default: (args: []) => VNodeChild }",
7280
- "description": "MISSING DESCRIPTION"
7281
- },
7282
6778
  "v-expand-transition/mode": {
7283
6779
  "type": "\"default\" | \"in-out\" | \"out-in\"",
7284
6780
  "description": "Sets the transition mode (does not apply to transition-group)."
7285
6781
  },
7286
- "v-expand-x-transition/$slots": {
7287
- "type": "{ default: (args: []) => VNodeChild }",
7288
- "description": "MISSING DESCRIPTION"
7289
- },
7290
6782
  "v-expand-x-transition/mode": {
7291
6783
  "type": "\"default\" | \"in-out\" | \"out-in\"",
7292
6784
  "description": "Sets the transition mode (does not apply to transition-group)."
7293
6785
  },
7294
- "v-data-table/$slots": {
7295
- "type": "{ default: (args: []) => VNodeChild; item: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; loading: (args: []) => VNodeChild; group-header: (args: [{ index: number; item: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; toggleGroup: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => void; isGroupOpen: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => boolean }]) => VNodeChild; no-data: (args: []) => VNodeChild; expanded-row: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-select: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-expand: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; top: (args: []) => VNodeChild; headers: (args: []) => VNodeChild; body: (args: []) => VNodeChild; tbody: (args: []) => VNodeChild; thead: (args: []) => VNodeChild; tfoot: (args: []) => VNodeChild; bottom: (args: []) => VNodeChild; footer.prepend: (args: []) => VNodeChild; colgroup: (args: []) => VNodeChild; [`item.${string}`]: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild }",
7296
- "description": "MISSING DESCRIPTION"
7297
- },
7298
6786
  "v-data-table/items": {
7299
6787
  "type": "any[]",
7300
6788
  "description": "An array of strings or objects used for automatically generating children components"
@@ -7415,10 +6903,6 @@
7415
6903
  "type": "string | number",
7416
6904
  "description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page"
7417
6905
  },
7418
- "v-data-table-rows/$slots": {
7419
- "type": "{ default: (args: []) => VNodeChild; item: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; loading: (args: []) => VNodeChild; group-header: (args: [{ index: number; item: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; toggleGroup: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => void; isGroupOpen: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => boolean }]) => VNodeChild; no-data: (args: []) => VNodeChild; expanded-row: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-select: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-expand: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; [`item.${string}`]: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild }",
7420
- "description": "MISSING DESCRIPTION"
7421
- },
7422
6906
  "v-data-table-rows/items": {
7423
6907
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>[]",
7424
6908
  "description": "An array of strings or objects used for automatically generating children components"
@@ -7447,10 +6931,6 @@
7447
6931
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>",
7448
6932
  "description": "MISSING DESCRIPTION"
7449
6933
  },
7450
- "v-data-table-virtual/$slots": {
7451
- "type": "{ default: (args: []) => VNodeChild; item: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; loading: (args: []) => VNodeChild; group-header: (args: [{ index: number; item: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; toggleGroup: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => void; isGroupOpen: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => boolean }]) => VNodeChild; no-data: (args: []) => VNodeChild; expanded-row: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-select: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-expand: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; top: (args: []) => VNodeChild; headers: (args: []) => VNodeChild; bottom: (args: []) => VNodeChild; [`item.${string}`]: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild }",
7452
- "description": "MISSING DESCRIPTION"
7453
- },
7454
6934
  "v-data-table-virtual/items": {
7455
6935
  "type": "any[]",
7456
6936
  "description": "An array of strings or objects used for automatically generating children components"
@@ -7571,10 +7051,6 @@
7571
7051
  "type": "string | number",
7572
7052
  "description": "MISSING DESCRIPTION"
7573
7053
  },
7574
- "v-data-table-server/$slots": {
7575
- "type": "{ default: (args: []) => VNodeChild; item: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; loading: (args: []) => VNodeChild; group-header: (args: [{ index: number; item: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; toggleGroup: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => void; isGroupOpen: (group: { type: \"group-header\"; id: string; key: string; value: string; depth: number; items: (<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> | GroupHeaderItem)[] }) => boolean }]) => VNodeChild; no-data: (args: []) => VNodeChild; expanded-row: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-select: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; item.data-table-expand: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild; top: (args: []) => VNodeChild; headers: (args: []) => VNodeChild; body: (args: []) => VNodeChild; tbody: (args: []) => VNodeChild; thead: (args: []) => VNodeChild; tfoot: (args: []) => VNodeChild; bottom: (args: []) => VNodeChild; footer.prepend: (args: []) => VNodeChild; [`item.${string}`]: (args: [{ index: number; item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>; columns: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]; isExpanded: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean; toggleExpand: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void; isSelected: (items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean; toggleSelect: (item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void }]) => VNodeChild }",
7576
- "description": "MISSING DESCRIPTION"
7577
- },
7578
7054
  "v-data-table-server/items": {
7579
7055
  "type": "any[]",
7580
7056
  "description": "An array of strings or objects used for automatically generating children components"
@@ -7687,10 +7163,6 @@
7687
7163
  "type": "string | number",
7688
7164
  "description": "MISSING DESCRIPTION"
7689
7165
  },
7690
- "v-virtual-scroll/$slots": {
7691
- "type": "{ default: (args: [{ item: unknown; index: number }]) => VNodeChild }",
7692
- "description": "MISSING DESCRIPTION"
7693
- },
7694
7166
  "v-virtual-scroll/items": {
7695
7167
  "type": "unknown[]",
7696
7168
  "description": "The array of items to display"