vuetify 3.1.6 → 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 (195) hide show
  1. package/dist/json/attributes.json +33 -33
  2. package/dist/json/importMap.json +4 -4
  3. package/dist/json/web-types.json +967 -79
  4. package/dist/vuetify-labs.css +544 -401
  5. package/dist/vuetify-labs.d.ts +3453 -144
  6. package/dist/vuetify-labs.esm.js +66 -44
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +66 -44
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +1398 -1255
  11. package/dist/vuetify.d.ts +1918 -67
  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/VAlert/index.d.ts +22 -0
  23. package/lib/components/VApp/index.d.ts +6 -0
  24. package/lib/components/VAppBar/index.d.ts +36 -0
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  26. package/lib/components/VAutocomplete/index.d.ts +117 -6
  27. package/lib/components/VAvatar/index.d.ts +6 -0
  28. package/lib/components/VBadge/index.d.ts +8 -0
  29. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  30. package/lib/components/VBanner/index.d.ts +24 -0
  31. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  32. package/lib/components/VBottomNavigation/index.d.ts +6 -0
  33. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  34. package/lib/components/VBreadcrumbs/index.d.ts +28 -4
  35. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  36. package/lib/components/VBtn/index.d.ts +12 -0
  37. package/lib/components/VBtnGroup/index.d.ts +6 -0
  38. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  39. package/lib/components/VBtnToggle/index.d.ts +6 -0
  40. package/lib/components/VCard/VCard.mjs.map +1 -1
  41. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  42. package/lib/components/VCard/index.d.ts +60 -0
  43. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  44. package/lib/components/VCarousel/index.d.ts +60 -0
  45. package/lib/components/VCheckbox/index.d.ts +38 -0
  46. package/lib/components/VChip/VChip.mjs.map +1 -1
  47. package/lib/components/VChip/index.d.ts +12 -0
  48. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  49. package/lib/components/VChipGroup/index.d.ts +6 -0
  50. package/lib/components/VCode/index.d.ts +6 -0
  51. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  52. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  53. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  54. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  55. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  56. package/lib/components/VCombobox/index.d.ts +117 -6
  57. package/lib/components/VCounter/index.d.ts +24 -0
  58. package/lib/components/VDefaultsProvider/index.d.ts +6 -0
  59. package/lib/components/VDialog/index.d.ts +64 -1
  60. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  61. package/lib/components/VDivider/index.d.ts +6 -0
  62. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  63. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  64. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  65. package/lib/components/VExpansionPanel/index.d.ts +49 -12
  66. package/lib/components/VField/VField.mjs.map +1 -1
  67. package/lib/components/VField/index.d.ts +20 -6
  68. package/lib/components/VFileInput/VFileInput.mjs +1 -0
  69. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  70. package/lib/components/VFileInput/index.d.ts +43 -1
  71. package/lib/components/VFooter/index.d.ts +6 -0
  72. package/lib/components/VForm/index.d.ts +6 -0
  73. package/lib/components/VGrid/index.d.ts +24 -0
  74. package/lib/components/VHover/index.d.ts +12 -0
  75. package/lib/components/VIcon/index.d.ts +12 -0
  76. package/lib/components/VImg/index.d.ts +12 -0
  77. package/lib/components/VInput/VInput.mjs.map +1 -1
  78. package/lib/components/VInput/index.d.ts +12 -0
  79. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  80. package/lib/components/VItemGroup/index.d.ts +12 -0
  81. package/lib/components/VKbd/index.d.ts +6 -0
  82. package/lib/components/VLabel/index.d.ts +6 -0
  83. package/lib/components/VLayout/index.d.ts +12 -0
  84. package/lib/components/VLazy/index.d.ts +6 -0
  85. package/lib/components/VList/VListGroup.mjs.map +1 -1
  86. package/lib/components/VList/VListItem.mjs.map +1 -1
  87. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  88. package/lib/components/VList/index.d.ts +77 -6
  89. package/lib/components/VLocaleProvider/index.d.ts +6 -0
  90. package/lib/components/VMain/index.d.ts +6 -0
  91. package/lib/components/VMenu/index.d.ts +64 -1
  92. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  93. package/lib/components/VMessages/index.d.ts +24 -0
  94. package/lib/components/VNavigationDrawer/index.d.ts +12 -0
  95. package/lib/components/VNoSsr/index.d.ts +6 -0
  96. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  97. package/lib/components/VOverlay/index.d.ts +18 -0
  98. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  99. package/lib/components/VPagination/index.d.ts +14 -0
  100. package/lib/components/VParallax/index.d.ts +12 -0
  101. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  102. package/lib/components/VProgressCircular/index.d.ts +6 -0
  103. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  104. package/lib/components/VProgressLinear/index.d.ts +12 -0
  105. package/lib/components/VRadio/index.d.ts +16 -0
  106. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  107. package/lib/components/VRadioGroup/index.d.ts +22 -0
  108. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  109. package/lib/components/VRangeSlider/index.d.ts +16 -0
  110. package/lib/components/VRating/VRating.mjs.map +1 -1
  111. package/lib/components/VRating/index.d.ts +8 -0
  112. package/lib/components/VResponsive/index.d.ts +8 -0
  113. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  114. package/lib/components/VSelect/index.d.ts +183 -6
  115. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  116. package/lib/components/VSelectionControl/index.d.ts +14 -6
  117. package/lib/components/VSelectionControlGroup/index.d.ts +6 -0
  118. package/lib/components/VSheet/index.d.ts +6 -0
  119. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  120. package/lib/components/VSlideGroup/index.d.ts +26 -0
  121. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  122. package/lib/components/VSlider/index.d.ts +16 -0
  123. package/lib/components/VSnackbar/VSnackbar.css +0 -2
  124. package/lib/components/VSnackbar/VSnackbar.mjs +6 -8
  125. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  126. package/lib/components/VSnackbar/VSnackbar.sass +0 -2
  127. package/lib/components/VSnackbar/index.d.ts +44 -1
  128. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  129. package/lib/components/VSwitch/index.d.ts +22 -0
  130. package/lib/components/VSystemBar/index.d.ts +6 -0
  131. package/lib/components/VTable/VTable.mjs.map +1 -1
  132. package/lib/components/VTable/index.d.ts +12 -0
  133. package/lib/components/VTabs/VTab.mjs.map +1 -1
  134. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  135. package/lib/components/VTabs/index.d.ts +12 -0
  136. package/lib/components/VTextField/VTextField.mjs +1 -0
  137. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  138. package/lib/components/VTextField/index.d.ts +54 -6
  139. package/lib/components/VTextarea/VTextarea.mjs +1 -0
  140. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  141. package/lib/components/VTextarea/index.d.ts +39 -1
  142. package/lib/components/VThemeProvider/index.d.ts +6 -0
  143. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  144. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  145. package/lib/components/VTimeline/index.d.ts +16 -0
  146. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  147. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  148. package/lib/components/VToolbar/index.d.ts +30 -0
  149. package/lib/components/VTooltip/index.d.ts +46 -1
  150. package/lib/components/VValidation/index.d.ts +6 -0
  151. package/lib/components/VWindow/index.d.ts +34 -0
  152. package/lib/components/index.d.ts +1916 -65
  153. package/lib/components/transitions/createTransition.mjs +1 -1
  154. package/lib/components/transitions/createTransition.mjs.map +1 -1
  155. package/lib/components/transitions/index.d.ts +96 -0
  156. package/lib/composables/display.mjs +13 -10
  157. package/lib/composables/display.mjs.map +1 -1
  158. package/lib/composables/loader.mjs.map +1 -1
  159. package/lib/composables/theme.mjs +7 -10
  160. package/lib/composables/theme.mjs.map +1 -1
  161. package/lib/composables/variant.mjs.map +1 -1
  162. package/lib/entry-bundler.mjs +1 -1
  163. package/lib/framework.mjs +1 -1
  164. package/lib/index.d.ts +1 -1
  165. package/lib/labs/VDataTable/VDataTable.mjs +4 -2
  166. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  167. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  168. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  169. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  170. package/lib/labs/VDataTable/VDataTableRows.mjs +4 -6
  171. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  172. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  173. package/lib/labs/VDataTable/VDataTableVirtual.mjs +4 -2
  174. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  175. package/lib/labs/VDataTable/composables/options.mjs +7 -1
  176. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  177. package/lib/labs/VDataTable/index.d.ts +1503 -48
  178. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +15 -2
  179. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  180. package/lib/labs/VVirtualScroll/index.d.ts +9 -6
  181. package/lib/labs/components.d.ts +1512 -54
  182. package/lib/locale/index.mjs +1 -1
  183. package/lib/locale/index.mjs.map +1 -1
  184. package/lib/styles/elements/_global.sass +0 -4
  185. package/lib/styles/generic/_index.scss +0 -1
  186. package/lib/styles/generic/_transitions.scss +111 -9
  187. package/lib/styles/main.css +312 -167
  188. package/lib/styles/tools/_sheet.sass +3 -6
  189. package/lib/styles/utilities/_display.sass +6 -5
  190. package/lib/styles/utilities/_elevation.scss +13 -0
  191. package/lib/styles/utilities/_index.sass +3 -2
  192. package/lib/styles/utilities/_screenreaders.sass +13 -11
  193. package/lib/util/defineComponent.mjs.map +1 -1
  194. package/package.json +18 -4
  195. package/lib/styles/generic/_elevation.scss +0 -10
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.1.6",
5
+ "version": "3.1.8",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -807,7 +807,7 @@
807
807
  },
808
808
  {
809
809
  "name": "id",
810
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
810
+ "description": "Sets the DOM id on the component",
811
811
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
812
812
  "value": {
813
813
  "kind": "expression",
@@ -919,7 +919,7 @@
919
919
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
920
920
  "value": {
921
921
  "kind": "expression",
922
- "type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]"
922
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>"
923
923
  }
924
924
  },
925
925
  {
@@ -928,7 +928,7 @@
928
928
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
929
929
  "value": {
930
930
  "kind": "expression",
931
- "type": "{ }"
931
+ "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }"
932
932
  }
933
933
  },
934
934
  {
@@ -1120,7 +1120,7 @@
1120
1120
  },
1121
1121
  {
1122
1122
  "name": "itemProps",
1123
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))",
1123
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component.",
1124
1124
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1125
1125
  "default": "'props'",
1126
1126
  "value": {
@@ -1716,7 +1716,7 @@
1716
1716
  "vue-properties": [
1717
1717
  {
1718
1718
  "name": "item",
1719
- "type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
1719
+ "type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
1720
1720
  },
1721
1721
  {
1722
1722
  "name": "index",
@@ -1735,7 +1735,7 @@
1735
1735
  "vue-properties": [
1736
1736
  {
1737
1737
  "name": "item",
1738
- "type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
1738
+ "type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
1739
1739
  },
1740
1740
  {
1741
1741
  "name": "index",
@@ -1754,7 +1754,7 @@
1754
1754
  "vue-properties": [
1755
1755
  {
1756
1756
  "name": "item",
1757
- "type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
1757
+ "type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
1758
1758
  },
1759
1759
  {
1760
1760
  "name": "index",
@@ -2977,7 +2977,13 @@
2977
2977
  "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-divider",
2978
2978
  "attributes": [],
2979
2979
  "events": [],
2980
- "slots": [],
2980
+ "slots": [
2981
+ {
2982
+ "name": "[string]",
2983
+ "description": "MISSING DESCRIPTION",
2984
+ "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-divider#slots"
2985
+ }
2986
+ ],
2981
2987
  "vue-model": {
2982
2988
  "prop": "modelValue",
2983
2989
  "event": "update:modelValue"
@@ -5766,7 +5772,7 @@
5766
5772
  "arguments": [
5767
5773
  {
5768
5774
  "name": "argument",
5769
- "type": "[MouseEvent | KeyboardEvent]"
5775
+ "type": "[(MouseEvent | KeyboardEvent)]"
5770
5776
  }
5771
5777
  ]
5772
5778
  },
@@ -6268,7 +6274,7 @@
6268
6274
  },
6269
6275
  {
6270
6276
  "name": "id",
6271
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
6277
+ "description": "Sets the DOM id on the component",
6272
6278
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
6273
6279
  "value": {
6274
6280
  "kind": "expression",
@@ -6371,7 +6377,7 @@
6371
6377
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
6372
6378
  "value": {
6373
6379
  "kind": "expression",
6374
- "type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]"
6380
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>"
6375
6381
  }
6376
6382
  },
6377
6383
  {
@@ -6380,7 +6386,7 @@
6380
6386
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
6381
6387
  "value": {
6382
6388
  "kind": "expression",
6383
- "type": "{ }"
6389
+ "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }"
6384
6390
  }
6385
6391
  },
6386
6392
  {
@@ -6572,7 +6578,7 @@
6572
6578
  },
6573
6579
  {
6574
6580
  "name": "itemProps",
6575
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))",
6581
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component.",
6576
6582
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
6577
6583
  "default": "'props'",
6578
6584
  "value": {
@@ -7177,7 +7183,7 @@
7177
7183
  "vue-properties": [
7178
7184
  {
7179
7185
  "name": "item",
7180
- "type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
7186
+ "type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
7181
7187
  },
7182
7188
  {
7183
7189
  "name": "index",
@@ -7196,7 +7202,7 @@
7196
7202
  "vue-properties": [
7197
7203
  {
7198
7204
  "name": "item",
7199
- "type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
7205
+ "type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
7200
7206
  },
7201
7207
  {
7202
7208
  "name": "index",
@@ -7215,7 +7221,7 @@
7215
7221
  "vue-properties": [
7216
7222
  {
7217
7223
  "name": "item",
7218
- "type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
7224
+ "type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
7219
7225
  },
7220
7226
  {
7221
7227
  "name": "index",
@@ -7270,7 +7276,7 @@
7270
7276
  "default": "{component: {name: 'slide-y-transition'}}",
7271
7277
  "value": {
7272
7278
  "kind": "expression",
7273
- "type": "string | { component: DefineComponent<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> }"
7279
+ "type": "string | { component: DefineComponent<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> }"
7274
7280
  }
7275
7281
  },
7276
7282
  {
@@ -7353,7 +7359,7 @@
7353
7359
  "doc-url": "https://vuetifyjs.com/api/v-defaults-provider#props",
7354
7360
  "value": {
7355
7361
  "kind": "expression",
7356
- "type": "{ global: Record<string, unknown> }"
7362
+ "type": "{ global: Record<string, unknown>; [string]: Record<string, unknown> }"
7357
7363
  }
7358
7364
  }
7359
7365
  ],
@@ -7705,7 +7711,7 @@
7705
7711
  "default": "{component: {name: 'VDialogTransition'}}",
7706
7712
  "value": {
7707
7713
  "kind": "expression",
7708
- "type": "string | { component: DefineComponent<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, {}> }"
7714
+ "type": "string | { component: DefineComponent<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, {}> }"
7709
7715
  }
7710
7716
  },
7711
7717
  {
@@ -8334,12 +8340,56 @@
8334
8340
  {
8335
8341
  "name": "default",
8336
8342
  "description": "The default Vue slot.",
8337
- "doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#slots"
8343
+ "doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#slots",
8344
+ "vue-properties": [
8345
+ {
8346
+ "name": "collapseIcon",
8347
+ "type": "string | (new () => any) | FunctionalComponent"
8348
+ },
8349
+ {
8350
+ "name": "disabled",
8351
+ "type": "boolean"
8352
+ },
8353
+ {
8354
+ "name": "expanded",
8355
+ "type": "boolean"
8356
+ },
8357
+ {
8358
+ "name": "expandIcon",
8359
+ "type": "string | (new () => any) | FunctionalComponent"
8360
+ },
8361
+ {
8362
+ "name": "readonly",
8363
+ "type": "boolean"
8364
+ }
8365
+ ]
8338
8366
  },
8339
8367
  {
8340
8368
  "name": "actions",
8341
8369
  "description": "MISSING DESCRIPTION",
8342
- "doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#slots"
8370
+ "doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#slots",
8371
+ "vue-properties": [
8372
+ {
8373
+ "name": "collapseIcon",
8374
+ "type": "string | (new () => any) | FunctionalComponent"
8375
+ },
8376
+ {
8377
+ "name": "disabled",
8378
+ "type": "boolean"
8379
+ },
8380
+ {
8381
+ "name": "expanded",
8382
+ "type": "boolean"
8383
+ },
8384
+ {
8385
+ "name": "expandIcon",
8386
+ "type": "string | (new () => any) | FunctionalComponent"
8387
+ },
8388
+ {
8389
+ "name": "readonly",
8390
+ "type": "boolean"
8391
+ }
8392
+ ]
8343
8393
  }
8344
8394
  ],
8345
8395
  "vue-model": {
@@ -8378,7 +8428,7 @@
8378
8428
  },
8379
8429
  {
8380
8430
  "name": "id",
8381
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
8431
+ "description": "Sets the DOM id on the component",
8382
8432
  "doc-url": "https://vuetifyjs.com/api/v-field#props",
8383
8433
  "value": {
8384
8434
  "kind": "expression",
@@ -8762,7 +8812,7 @@
8762
8812
  },
8763
8813
  {
8764
8814
  "name": "id",
8765
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
8815
+ "description": "Sets the DOM id on the component",
8766
8816
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
8767
8817
  "value": {
8768
8818
  "kind": "expression",
@@ -11639,7 +11689,7 @@
11639
11689
  },
11640
11690
  {
11641
11691
  "name": "itemProps",
11642
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))",
11692
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component.",
11643
11693
  "doc-url": "https://vuetifyjs.com/api/v-list#props",
11644
11694
  "default": "'props'",
11645
11695
  "value": {
@@ -12353,7 +12403,7 @@
12353
12403
  "arguments": [
12354
12404
  {
12355
12405
  "name": "argument",
12356
- "type": "[MouseEvent | KeyboardEvent]"
12406
+ "type": "[(MouseEvent | KeyboardEvent)]"
12357
12407
  }
12358
12408
  ]
12359
12409
  },
@@ -13156,7 +13206,7 @@
13156
13206
  "default": "{component: {name: 'VDialogTransition'}}",
13157
13207
  "value": {
13158
13208
  "kind": "expression",
13159
- "type": "string | { component: DefineComponent<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, {}> }"
13209
+ "type": "string | { component: DefineComponent<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, {}> }"
13160
13210
  }
13161
13211
  },
13162
13212
  {
@@ -13241,7 +13291,7 @@
13241
13291
  "default": "{\n component: {name: 'slide-y-transition'},\n leaveAbsolute: true,\n group: true\n}",
13242
13292
  "value": {
13243
13293
  "kind": "expression",
13244
- "type": "string | { component: DefineComponent<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }>; leaveAbsolute: boolean; group: boolean }"
13294
+ "type": "string | { component: DefineComponent<{ origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, { origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }>; leaveAbsolute: boolean; group: boolean }"
13245
13295
  }
13246
13296
  },
13247
13297
  {
@@ -16438,7 +16488,7 @@
16438
16488
  "arguments": [
16439
16489
  {
16440
16490
  "name": "argument",
16441
- "type": "[string | number]"
16491
+ "type": "[(string | number)]"
16442
16492
  }
16443
16493
  ]
16444
16494
  }
@@ -16654,7 +16704,7 @@
16654
16704
  },
16655
16705
  {
16656
16706
  "name": "id",
16657
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
16707
+ "description": "Sets the DOM id on the component",
16658
16708
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
16659
16709
  "value": {
16660
16710
  "kind": "expression",
@@ -16833,7 +16883,7 @@
16833
16883
  "default": "{component: {name: 'VDialogTransition'}}",
16834
16884
  "value": {
16835
16885
  "kind": "expression",
16836
- "type": "string | { component: DefineComponent<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, {}> }"
16886
+ "type": "string | { component: DefineComponent<{} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, PublicProps, {} & { target?: HTMLElement; } & { $children?: Slot<[]> | VNodeChild | { default?: Slot<[]>; }; $slots?: { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, {}> }"
16837
16887
  }
16838
16888
  },
16839
16889
  {
@@ -16909,7 +16959,7 @@
16909
16959
  },
16910
16960
  {
16911
16961
  "name": "itemProps",
16912
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))",
16962
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component.",
16913
16963
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
16914
16964
  "default": "'props'",
16915
16965
  "value": {
@@ -17494,7 +17544,7 @@
17494
17544
  "vue-properties": [
17495
17545
  {
17496
17546
  "name": "item",
17497
- "type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
17547
+ "type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
17498
17548
  },
17499
17549
  {
17500
17550
  "name": "index",
@@ -17513,7 +17563,7 @@
17513
17563
  "vue-properties": [
17514
17564
  {
17515
17565
  "name": "item",
17516
- "type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
17566
+ "type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
17517
17567
  },
17518
17568
  {
17519
17569
  "name": "index",
@@ -17532,7 +17582,7 @@
17532
17582
  "vue-properties": [
17533
17583
  {
17534
17584
  "name": "item",
17535
- "type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<unknown>[]; raw: unknown }"
17585
+ "type": "{ title: string; value: any; props: { title: string; value: any; [string]: any }; children: InternalItem<unknown>[]; raw: unknown }"
17536
17586
  },
17537
17587
  {
17538
17588
  "name": "index",
@@ -20821,7 +20871,7 @@
20821
20871
  },
20822
20872
  {
20823
20873
  "name": "id",
20824
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
20874
+ "description": "Sets the DOM id on the component",
20825
20875
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
20826
20876
  "value": {
20827
20877
  "kind": "expression",
@@ -21604,7 +21654,7 @@
21604
21654
  },
21605
21655
  {
21606
21656
  "name": "id",
21607
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-field.json))",
21657
+ "description": "Sets the DOM id on the component",
21608
21658
  "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
21609
21659
  "value": {
21610
21660
  "kind": "expression",
@@ -23941,7 +23991,7 @@
23941
23991
  "name": "origin",
23942
23992
  "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).",
23943
23993
  "doc-url": "https://vuetifyjs.com/api/v-dialog-bottom-transition#props",
23944
- "default": "'top center 0'",
23994
+ "default": "'center center'",
23945
23995
  "value": {
23946
23996
  "kind": "expression",
23947
23997
  "type": "string"
@@ -24016,7 +24066,7 @@
24016
24066
  "name": "origin",
24017
24067
  "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).",
24018
24068
  "doc-url": "https://vuetifyjs.com/api/v-dialog-top-transition#props",
24019
- "default": "'top center 0'",
24069
+ "default": "'center center'",
24020
24070
  "value": {
24021
24071
  "kind": "expression",
24022
24072
  "type": "string"
@@ -24091,7 +24141,7 @@
24091
24141
  "name": "origin",
24092
24142
  "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).",
24093
24143
  "doc-url": "https://vuetifyjs.com/api/v-fade-transition#props",
24094
- "default": "'top center 0'",
24144
+ "default": "'center center'",
24095
24145
  "value": {
24096
24146
  "kind": "expression",
24097
24147
  "type": "string"
@@ -24166,7 +24216,7 @@
24166
24216
  "name": "origin",
24167
24217
  "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).",
24168
24218
  "doc-url": "https://vuetifyjs.com/api/v-scale-transition#props",
24169
- "default": "'top center 0'",
24219
+ "default": "'center center'",
24170
24220
  "value": {
24171
24221
  "kind": "expression",
24172
24222
  "type": "string"
@@ -24241,7 +24291,7 @@
24241
24291
  "name": "origin",
24242
24292
  "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).",
24243
24293
  "doc-url": "https://vuetifyjs.com/api/v-scroll-x-transition#props",
24244
- "default": "'top center 0'",
24294
+ "default": "'center center'",
24245
24295
  "value": {
24246
24296
  "kind": "expression",
24247
24297
  "type": "string"
@@ -24316,7 +24366,7 @@
24316
24366
  "name": "origin",
24317
24367
  "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).",
24318
24368
  "doc-url": "https://vuetifyjs.com/api/v-scroll-x-reverse-transition#props",
24319
- "default": "'top center 0'",
24369
+ "default": "'center center'",
24320
24370
  "value": {
24321
24371
  "kind": "expression",
24322
24372
  "type": "string"
@@ -24391,7 +24441,7 @@
24391
24441
  "name": "origin",
24392
24442
  "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).",
24393
24443
  "doc-url": "https://vuetifyjs.com/api/v-scroll-y-transition#props",
24394
- "default": "'top center 0'",
24444
+ "default": "'center center'",
24395
24445
  "value": {
24396
24446
  "kind": "expression",
24397
24447
  "type": "string"
@@ -24466,7 +24516,7 @@
24466
24516
  "name": "origin",
24467
24517
  "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).",
24468
24518
  "doc-url": "https://vuetifyjs.com/api/v-scroll-y-reverse-transition#props",
24469
- "default": "'top center 0'",
24519
+ "default": "'center center'",
24470
24520
  "value": {
24471
24521
  "kind": "expression",
24472
24522
  "type": "string"
@@ -24541,7 +24591,7 @@
24541
24591
  "name": "origin",
24542
24592
  "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).",
24543
24593
  "doc-url": "https://vuetifyjs.com/api/v-slide-x-transition#props",
24544
- "default": "'top center 0'",
24594
+ "default": "'center center'",
24545
24595
  "value": {
24546
24596
  "kind": "expression",
24547
24597
  "type": "string"
@@ -24616,7 +24666,7 @@
24616
24666
  "name": "origin",
24617
24667
  "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).",
24618
24668
  "doc-url": "https://vuetifyjs.com/api/v-slide-x-reverse-transition#props",
24619
- "default": "'top center 0'",
24669
+ "default": "'center center'",
24620
24670
  "value": {
24621
24671
  "kind": "expression",
24622
24672
  "type": "string"
@@ -24691,7 +24741,7 @@
24691
24741
  "name": "origin",
24692
24742
  "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).",
24693
24743
  "doc-url": "https://vuetifyjs.com/api/v-slide-y-transition#props",
24694
- "default": "'top center 0'",
24744
+ "default": "'center center'",
24695
24745
  "value": {
24696
24746
  "kind": "expression",
24697
24747
  "type": "string"
@@ -24766,7 +24816,7 @@
24766
24816
  "name": "origin",
24767
24817
  "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).",
24768
24818
  "doc-url": "https://vuetifyjs.com/api/v-slide-y-reverse-transition#props",
24769
- "default": "'top center 0'",
24819
+ "default": "'center center'",
24770
24820
  "value": {
24771
24821
  "kind": "expression",
24772
24822
  "type": "string"
@@ -24977,7 +25027,7 @@
24977
25027
  "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
24978
25028
  "value": {
24979
25029
  "kind": "expression",
24980
- "type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]"
25030
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>"
24981
25031
  }
24982
25032
  },
24983
25033
  {
@@ -24986,7 +25036,7 @@
24986
25036
  "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
24987
25037
  "value": {
24988
25038
  "kind": "expression",
24989
- "type": "{ }"
25039
+ "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }"
24990
25040
  }
24991
25041
  },
24992
25042
  {
@@ -25051,7 +25101,7 @@
25051
25101
  },
25052
25102
  {
25053
25103
  "name": "itemProps",
25054
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))",
25104
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component.",
25055
25105
  "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
25056
25106
  "default": "'props'",
25057
25107
  "value": {
@@ -25099,7 +25149,7 @@
25099
25149
  "default": "[]",
25100
25150
  "value": {
25101
25151
  "kind": "expression",
25102
- "type": "{ key: string; value: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>; title: string; colspan: number; rowspan: number; fixed: boolean; align: \"end\" | \"start\"; width: number; minWidth: string; maxWidth: string; sortable: boolean; sort: (a: any, b: any) => number }[] | DataTableHeader[][]"
25152
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[] | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[][]"
25103
25153
  }
25104
25154
  },
25105
25155
  {
@@ -25293,7 +25343,7 @@
25293
25343
  "arguments": [
25294
25344
  {
25295
25345
  "name": "argument",
25296
- "type": "[Event, { item: { title: string; value: any; props: { title: string; value: any }; children: InternalItem<any>[]; raw: any } & { type: \"item\"; columns: Record<string, unknown> } }]"
25346
+ "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
25297
25347
  }
25298
25348
  ]
25299
25349
  }
@@ -25307,7 +25357,37 @@
25307
25357
  {
25308
25358
  "name": "item",
25309
25359
  "description": "Slot to replace the default rendering of a row",
25310
- "doc-url": "https://vuetifyjs.com/api/v-data-table#slots"
25360
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
25361
+ "vue-properties": [
25362
+ {
25363
+ "name": "index",
25364
+ "type": "number"
25365
+ },
25366
+ {
25367
+ "name": "item",
25368
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
25369
+ },
25370
+ {
25371
+ "name": "columns",
25372
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
25373
+ },
25374
+ {
25375
+ "name": "isExpanded",
25376
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
25377
+ },
25378
+ {
25379
+ "name": "toggleExpand",
25380
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25381
+ },
25382
+ {
25383
+ "name": "isSelected",
25384
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
25385
+ },
25386
+ {
25387
+ "name": "toggleSelect",
25388
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25389
+ }
25390
+ ]
25311
25391
  },
25312
25392
  {
25313
25393
  "name": "loading",
@@ -25317,13 +25397,156 @@
25317
25397
  {
25318
25398
  "name": "group-header",
25319
25399
  "description": "MISSING DESCRIPTION",
25320
- "doc-url": "https://vuetifyjs.com/api/v-data-table#slots"
25400
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
25401
+ "vue-properties": [
25402
+ {
25403
+ "name": "index",
25404
+ "type": "number"
25405
+ },
25406
+ {
25407
+ "name": "item",
25408
+ "type": "{ 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)[] }"
25409
+ },
25410
+ {
25411
+ "name": "columns",
25412
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
25413
+ },
25414
+ {
25415
+ "name": "isExpanded",
25416
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
25417
+ },
25418
+ {
25419
+ "name": "toggleExpand",
25420
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25421
+ },
25422
+ {
25423
+ "name": "isSelected",
25424
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
25425
+ },
25426
+ {
25427
+ "name": "toggleSelect",
25428
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25429
+ },
25430
+ {
25431
+ "name": "toggleGroup",
25432
+ "type": "(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"
25433
+ },
25434
+ {
25435
+ "name": "isGroupOpen",
25436
+ "type": "(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"
25437
+ }
25438
+ ]
25321
25439
  },
25322
25440
  {
25323
25441
  "name": "no-data",
25324
25442
  "description": "Defines content for when no items are provided",
25325
25443
  "doc-url": "https://vuetifyjs.com/api/v-data-table#slots"
25326
25444
  },
25445
+ {
25446
+ "name": "expanded-row",
25447
+ "description": "MISSING DESCRIPTION",
25448
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
25449
+ "vue-properties": [
25450
+ {
25451
+ "name": "index",
25452
+ "type": "number"
25453
+ },
25454
+ {
25455
+ "name": "item",
25456
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
25457
+ },
25458
+ {
25459
+ "name": "columns",
25460
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
25461
+ },
25462
+ {
25463
+ "name": "isExpanded",
25464
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
25465
+ },
25466
+ {
25467
+ "name": "toggleExpand",
25468
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25469
+ },
25470
+ {
25471
+ "name": "isSelected",
25472
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
25473
+ },
25474
+ {
25475
+ "name": "toggleSelect",
25476
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25477
+ }
25478
+ ]
25479
+ },
25480
+ {
25481
+ "name": "item.data-table-select",
25482
+ "description": "Slot to replace the default `v-simple-checkbox` used when selecting rows",
25483
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
25484
+ "vue-properties": [
25485
+ {
25486
+ "name": "index",
25487
+ "type": "number"
25488
+ },
25489
+ {
25490
+ "name": "item",
25491
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
25492
+ },
25493
+ {
25494
+ "name": "columns",
25495
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
25496
+ },
25497
+ {
25498
+ "name": "isExpanded",
25499
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
25500
+ },
25501
+ {
25502
+ "name": "toggleExpand",
25503
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25504
+ },
25505
+ {
25506
+ "name": "isSelected",
25507
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
25508
+ },
25509
+ {
25510
+ "name": "toggleSelect",
25511
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25512
+ }
25513
+ ]
25514
+ },
25515
+ {
25516
+ "name": "item.data-table-expand",
25517
+ "description": "Slot to replace the default `v-icon` used when expanding rows",
25518
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
25519
+ "vue-properties": [
25520
+ {
25521
+ "name": "index",
25522
+ "type": "number"
25523
+ },
25524
+ {
25525
+ "name": "item",
25526
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
25527
+ },
25528
+ {
25529
+ "name": "columns",
25530
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
25531
+ },
25532
+ {
25533
+ "name": "isExpanded",
25534
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
25535
+ },
25536
+ {
25537
+ "name": "toggleExpand",
25538
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25539
+ },
25540
+ {
25541
+ "name": "isSelected",
25542
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
25543
+ },
25544
+ {
25545
+ "name": "toggleSelect",
25546
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25547
+ }
25548
+ ]
25549
+ },
25327
25550
  {
25328
25551
  "name": "top",
25329
25552
  "description": "Slot to add content above the table",
@@ -25368,6 +25591,41 @@
25368
25591
  "name": "colgroup",
25369
25592
  "description": "MISSING DESCRIPTION",
25370
25593
  "doc-url": "https://vuetifyjs.com/api/v-data-table#slots"
25594
+ },
25595
+ {
25596
+ "name": "[`item.${string}`]",
25597
+ "description": "MISSING DESCRIPTION",
25598
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
25599
+ "vue-properties": [
25600
+ {
25601
+ "name": "index",
25602
+ "type": "number"
25603
+ },
25604
+ {
25605
+ "name": "item",
25606
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
25607
+ },
25608
+ {
25609
+ "name": "columns",
25610
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
25611
+ },
25612
+ {
25613
+ "name": "isExpanded",
25614
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
25615
+ },
25616
+ {
25617
+ "name": "toggleExpand",
25618
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25619
+ },
25620
+ {
25621
+ "name": "isSelected",
25622
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
25623
+ },
25624
+ {
25625
+ "name": "toggleSelect",
25626
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25627
+ }
25628
+ ]
25371
25629
  }
25372
25630
  ],
25373
25631
  "vue-model": {
@@ -25391,7 +25649,7 @@
25391
25649
  "default": "[]",
25392
25650
  "value": {
25393
25651
  "kind": "expression",
25394
- "type": "(DataTableItem | GroupHeaderItem)[]"
25652
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>[]"
25395
25653
  }
25396
25654
  },
25397
25655
  {
@@ -25453,7 +25711,7 @@
25453
25711
  "arguments": [
25454
25712
  {
25455
25713
  "name": "argument",
25456
- "type": "[Event, { item: { title: string; value: any; props: { title: string; value: any }; children: InternalItem<any>[]; raw: any } & { type: \"item\"; columns: Record<string, unknown> } }]"
25714
+ "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
25457
25715
  }
25458
25716
  ]
25459
25717
  }
@@ -25467,7 +25725,37 @@
25467
25725
  {
25468
25726
  "name": "item",
25469
25727
  "description": "MISSING DESCRIPTION",
25470
- "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
25728
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
25729
+ "vue-properties": [
25730
+ {
25731
+ "name": "index",
25732
+ "type": "number"
25733
+ },
25734
+ {
25735
+ "name": "item",
25736
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
25737
+ },
25738
+ {
25739
+ "name": "columns",
25740
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
25741
+ },
25742
+ {
25743
+ "name": "isExpanded",
25744
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
25745
+ },
25746
+ {
25747
+ "name": "toggleExpand",
25748
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25749
+ },
25750
+ {
25751
+ "name": "isSelected",
25752
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
25753
+ },
25754
+ {
25755
+ "name": "toggleSelect",
25756
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25757
+ }
25758
+ ]
25471
25759
  },
25472
25760
  {
25473
25761
  "name": "loading",
@@ -25477,17 +25765,195 @@
25477
25765
  {
25478
25766
  "name": "group-header",
25479
25767
  "description": "MISSING DESCRIPTION",
25480
- "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
25768
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
25769
+ "vue-properties": [
25770
+ {
25771
+ "name": "index",
25772
+ "type": "number"
25773
+ },
25774
+ {
25775
+ "name": "item",
25776
+ "type": "{ 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)[] }"
25777
+ },
25778
+ {
25779
+ "name": "columns",
25780
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
25781
+ },
25782
+ {
25783
+ "name": "isExpanded",
25784
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
25785
+ },
25786
+ {
25787
+ "name": "toggleExpand",
25788
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25789
+ },
25790
+ {
25791
+ "name": "isSelected",
25792
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
25793
+ },
25794
+ {
25795
+ "name": "toggleSelect",
25796
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25797
+ },
25798
+ {
25799
+ "name": "toggleGroup",
25800
+ "type": "(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"
25801
+ },
25802
+ {
25803
+ "name": "isGroupOpen",
25804
+ "type": "(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"
25805
+ }
25806
+ ]
25481
25807
  },
25482
25808
  {
25483
25809
  "name": "no-data",
25484
25810
  "description": "MISSING DESCRIPTION",
25485
25811
  "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
25486
- }
25487
- ],
25488
- "vue-model": {
25489
- "prop": "modelValue",
25490
- "event": "update:modelValue"
25812
+ },
25813
+ {
25814
+ "name": "expanded-row",
25815
+ "description": "MISSING DESCRIPTION",
25816
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
25817
+ "vue-properties": [
25818
+ {
25819
+ "name": "index",
25820
+ "type": "number"
25821
+ },
25822
+ {
25823
+ "name": "item",
25824
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
25825
+ },
25826
+ {
25827
+ "name": "columns",
25828
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
25829
+ },
25830
+ {
25831
+ "name": "isExpanded",
25832
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
25833
+ },
25834
+ {
25835
+ "name": "toggleExpand",
25836
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25837
+ },
25838
+ {
25839
+ "name": "isSelected",
25840
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
25841
+ },
25842
+ {
25843
+ "name": "toggleSelect",
25844
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25845
+ }
25846
+ ]
25847
+ },
25848
+ {
25849
+ "name": "item.data-table-select",
25850
+ "description": "MISSING DESCRIPTION",
25851
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
25852
+ "vue-properties": [
25853
+ {
25854
+ "name": "index",
25855
+ "type": "number"
25856
+ },
25857
+ {
25858
+ "name": "item",
25859
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
25860
+ },
25861
+ {
25862
+ "name": "columns",
25863
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
25864
+ },
25865
+ {
25866
+ "name": "isExpanded",
25867
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
25868
+ },
25869
+ {
25870
+ "name": "toggleExpand",
25871
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25872
+ },
25873
+ {
25874
+ "name": "isSelected",
25875
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
25876
+ },
25877
+ {
25878
+ "name": "toggleSelect",
25879
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25880
+ }
25881
+ ]
25882
+ },
25883
+ {
25884
+ "name": "item.data-table-expand",
25885
+ "description": "MISSING DESCRIPTION",
25886
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
25887
+ "vue-properties": [
25888
+ {
25889
+ "name": "index",
25890
+ "type": "number"
25891
+ },
25892
+ {
25893
+ "name": "item",
25894
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
25895
+ },
25896
+ {
25897
+ "name": "columns",
25898
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
25899
+ },
25900
+ {
25901
+ "name": "isExpanded",
25902
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
25903
+ },
25904
+ {
25905
+ "name": "toggleExpand",
25906
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25907
+ },
25908
+ {
25909
+ "name": "isSelected",
25910
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
25911
+ },
25912
+ {
25913
+ "name": "toggleSelect",
25914
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25915
+ }
25916
+ ]
25917
+ },
25918
+ {
25919
+ "name": "[`item.${string}`]",
25920
+ "description": "MISSING DESCRIPTION",
25921
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
25922
+ "vue-properties": [
25923
+ {
25924
+ "name": "index",
25925
+ "type": "number"
25926
+ },
25927
+ {
25928
+ "name": "item",
25929
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
25930
+ },
25931
+ {
25932
+ "name": "columns",
25933
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
25934
+ },
25935
+ {
25936
+ "name": "isExpanded",
25937
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
25938
+ },
25939
+ {
25940
+ "name": "toggleExpand",
25941
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25942
+ },
25943
+ {
25944
+ "name": "isSelected",
25945
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
25946
+ },
25947
+ {
25948
+ "name": "toggleSelect",
25949
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
25950
+ }
25951
+ ]
25952
+ }
25953
+ ],
25954
+ "vue-model": {
25955
+ "prop": "modelValue",
25956
+ "event": "update:modelValue"
25491
25957
  }
25492
25958
  },
25493
25959
  {
@@ -25505,7 +25971,7 @@
25505
25971
  "doc-url": "https://vuetifyjs.com/api/v-data-table-row#props",
25506
25972
  "value": {
25507
25973
  "kind": "expression",
25508
- "type": "{ title: string; value: any; props: { title: string; value: any }; children: InternalItem<any>[]; raw: any } & { type: \"item\"; columns: Record<string, unknown> }"
25974
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>"
25509
25975
  }
25510
25976
  }
25511
25977
  ],
@@ -25599,7 +26065,7 @@
25599
26065
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
25600
26066
  "value": {
25601
26067
  "kind": "expression",
25602
- "type": "(value: string, query: string, item: any) => number | boolean | [number, number] | [number, number][]"
26068
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a>"
25603
26069
  }
25604
26070
  },
25605
26071
  {
@@ -25608,7 +26074,7 @@
25608
26074
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
25609
26075
  "value": {
25610
26076
  "kind": "expression",
25611
- "type": "{ }"
26077
+ "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L20-L20\" target=\"_blank\">FilterFunction</a> }"
25612
26078
  }
25613
26079
  },
25614
26080
  {
@@ -25673,7 +26139,7 @@
25673
26139
  },
25674
26140
  {
25675
26141
  "name": "itemProps",
25676
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))",
26142
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component.",
25677
26143
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
25678
26144
  "default": "'props'",
25679
26145
  "value": {
@@ -25721,7 +26187,7 @@
25721
26187
  "default": "[]",
25722
26188
  "value": {
25723
26189
  "kind": "expression",
25724
- "type": "{ key: string; value: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>; title: string; colspan: number; rowspan: number; fixed: boolean; align: \"end\" | \"start\"; width: number; minWidth: string; maxWidth: string; sortable: boolean; sort: (a: any, b: any) => number }[] | DataTableHeader[][]"
26190
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[] | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[][]"
25725
26191
  }
25726
26192
  },
25727
26193
  {
@@ -25893,7 +26359,7 @@
25893
26359
  "arguments": [
25894
26360
  {
25895
26361
  "name": "argument",
25896
- "type": "[Event, { item: { title: string; value: any; props: { title: string; value: any }; children: InternalItem<any>[]; raw: any } & { type: \"item\"; columns: Record<string, unknown> } }]"
26362
+ "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
25897
26363
  }
25898
26364
  ]
25899
26365
  }
@@ -25907,7 +26373,37 @@
25907
26373
  {
25908
26374
  "name": "item",
25909
26375
  "description": "Slot to replace the default rendering of a row",
25910
- "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
26376
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
26377
+ "vue-properties": [
26378
+ {
26379
+ "name": "index",
26380
+ "type": "number"
26381
+ },
26382
+ {
26383
+ "name": "item",
26384
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
26385
+ },
26386
+ {
26387
+ "name": "columns",
26388
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
26389
+ },
26390
+ {
26391
+ "name": "isExpanded",
26392
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
26393
+ },
26394
+ {
26395
+ "name": "toggleExpand",
26396
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26397
+ },
26398
+ {
26399
+ "name": "isSelected",
26400
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
26401
+ },
26402
+ {
26403
+ "name": "toggleSelect",
26404
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26405
+ }
26406
+ ]
25911
26407
  },
25912
26408
  {
25913
26409
  "name": "loading",
@@ -25917,13 +26413,156 @@
25917
26413
  {
25918
26414
  "name": "group-header",
25919
26415
  "description": "MISSING DESCRIPTION",
25920
- "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
26416
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
26417
+ "vue-properties": [
26418
+ {
26419
+ "name": "index",
26420
+ "type": "number"
26421
+ },
26422
+ {
26423
+ "name": "item",
26424
+ "type": "{ 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)[] }"
26425
+ },
26426
+ {
26427
+ "name": "columns",
26428
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
26429
+ },
26430
+ {
26431
+ "name": "isExpanded",
26432
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
26433
+ },
26434
+ {
26435
+ "name": "toggleExpand",
26436
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26437
+ },
26438
+ {
26439
+ "name": "isSelected",
26440
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
26441
+ },
26442
+ {
26443
+ "name": "toggleSelect",
26444
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26445
+ },
26446
+ {
26447
+ "name": "toggleGroup",
26448
+ "type": "(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"
26449
+ },
26450
+ {
26451
+ "name": "isGroupOpen",
26452
+ "type": "(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"
26453
+ }
26454
+ ]
25921
26455
  },
25922
26456
  {
25923
26457
  "name": "no-data",
25924
26458
  "description": "Defines content for when no items are provided",
25925
26459
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
25926
26460
  },
26461
+ {
26462
+ "name": "expanded-row",
26463
+ "description": "MISSING DESCRIPTION",
26464
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
26465
+ "vue-properties": [
26466
+ {
26467
+ "name": "index",
26468
+ "type": "number"
26469
+ },
26470
+ {
26471
+ "name": "item",
26472
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
26473
+ },
26474
+ {
26475
+ "name": "columns",
26476
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
26477
+ },
26478
+ {
26479
+ "name": "isExpanded",
26480
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
26481
+ },
26482
+ {
26483
+ "name": "toggleExpand",
26484
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26485
+ },
26486
+ {
26487
+ "name": "isSelected",
26488
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
26489
+ },
26490
+ {
26491
+ "name": "toggleSelect",
26492
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26493
+ }
26494
+ ]
26495
+ },
26496
+ {
26497
+ "name": "item.data-table-select",
26498
+ "description": "Slot to replace the default `v-simple-checkbox` used when selecting rows",
26499
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
26500
+ "vue-properties": [
26501
+ {
26502
+ "name": "index",
26503
+ "type": "number"
26504
+ },
26505
+ {
26506
+ "name": "item",
26507
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
26508
+ },
26509
+ {
26510
+ "name": "columns",
26511
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
26512
+ },
26513
+ {
26514
+ "name": "isExpanded",
26515
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
26516
+ },
26517
+ {
26518
+ "name": "toggleExpand",
26519
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26520
+ },
26521
+ {
26522
+ "name": "isSelected",
26523
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
26524
+ },
26525
+ {
26526
+ "name": "toggleSelect",
26527
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26528
+ }
26529
+ ]
26530
+ },
26531
+ {
26532
+ "name": "item.data-table-expand",
26533
+ "description": "Slot to replace the default `v-icon` used when expanding rows",
26534
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
26535
+ "vue-properties": [
26536
+ {
26537
+ "name": "index",
26538
+ "type": "number"
26539
+ },
26540
+ {
26541
+ "name": "item",
26542
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
26543
+ },
26544
+ {
26545
+ "name": "columns",
26546
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
26547
+ },
26548
+ {
26549
+ "name": "isExpanded",
26550
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
26551
+ },
26552
+ {
26553
+ "name": "toggleExpand",
26554
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26555
+ },
26556
+ {
26557
+ "name": "isSelected",
26558
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
26559
+ },
26560
+ {
26561
+ "name": "toggleSelect",
26562
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26563
+ }
26564
+ ]
26565
+ },
25927
26566
  {
25928
26567
  "name": "top",
25929
26568
  "description": "Slot to add content above the table",
@@ -25938,6 +26577,41 @@
25938
26577
  "name": "bottom",
25939
26578
  "description": "MISSING DESCRIPTION",
25940
26579
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots"
26580
+ },
26581
+ {
26582
+ "name": "[`item.${string}`]",
26583
+ "description": "MISSING DESCRIPTION",
26584
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
26585
+ "vue-properties": [
26586
+ {
26587
+ "name": "index",
26588
+ "type": "number"
26589
+ },
26590
+ {
26591
+ "name": "item",
26592
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
26593
+ },
26594
+ {
26595
+ "name": "columns",
26596
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
26597
+ },
26598
+ {
26599
+ "name": "isExpanded",
26600
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
26601
+ },
26602
+ {
26603
+ "name": "toggleExpand",
26604
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26605
+ },
26606
+ {
26607
+ "name": "isSelected",
26608
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
26609
+ },
26610
+ {
26611
+ "name": "toggleSelect",
26612
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
26613
+ }
26614
+ ]
25941
26615
  }
25942
26616
  ],
25943
26617
  "vue-model": {
@@ -26054,7 +26728,7 @@
26054
26728
  },
26055
26729
  {
26056
26730
  "name": "itemProps",
26057
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/item.json))",
26731
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component.",
26058
26732
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
26059
26733
  "default": "'props'",
26060
26734
  "value": {
@@ -26112,7 +26786,7 @@
26112
26786
  "default": "[]",
26113
26787
  "value": {
26114
26788
  "kind": "expression",
26115
- "type": "{ key: string; value: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>; title: string; colspan: number; rowspan: number; fixed: boolean; align: \"end\" | \"start\"; width: number; minWidth: string; maxWidth: string; sortable: boolean; sort: (a: any, b: any) => number }[] | DataTableHeader[][]"
26789
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[] | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L6-L23\" target=\"_blank\">DataTableHeader</a>[][]"
26116
26790
  }
26117
26791
  },
26118
26792
  {
@@ -26325,7 +26999,7 @@
26325
26999
  "arguments": [
26326
27000
  {
26327
27001
  "name": "argument",
26328
- "type": "[Event, { item: { title: string; value: any; props: { title: string; value: any }; children: InternalItem<any>[]; raw: any } & { type: \"item\"; columns: Record<string, unknown> } }]"
27002
+ "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
26329
27003
  }
26330
27004
  ]
26331
27005
  }
@@ -26339,7 +27013,37 @@
26339
27013
  {
26340
27014
  "name": "item",
26341
27015
  "description": "Slot to replace the default rendering of a row",
26342
- "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots"
27016
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
27017
+ "vue-properties": [
27018
+ {
27019
+ "name": "index",
27020
+ "type": "number"
27021
+ },
27022
+ {
27023
+ "name": "item",
27024
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
27025
+ },
27026
+ {
27027
+ "name": "columns",
27028
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
27029
+ },
27030
+ {
27031
+ "name": "isExpanded",
27032
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
27033
+ },
27034
+ {
27035
+ "name": "toggleExpand",
27036
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27037
+ },
27038
+ {
27039
+ "name": "isSelected",
27040
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
27041
+ },
27042
+ {
27043
+ "name": "toggleSelect",
27044
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27045
+ }
27046
+ ]
26343
27047
  },
26344
27048
  {
26345
27049
  "name": "loading",
@@ -26349,13 +27053,156 @@
26349
27053
  {
26350
27054
  "name": "group-header",
26351
27055
  "description": "MISSING DESCRIPTION",
26352
- "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots"
27056
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
27057
+ "vue-properties": [
27058
+ {
27059
+ "name": "index",
27060
+ "type": "number"
27061
+ },
27062
+ {
27063
+ "name": "item",
27064
+ "type": "{ 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)[] }"
27065
+ },
27066
+ {
27067
+ "name": "columns",
27068
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
27069
+ },
27070
+ {
27071
+ "name": "isExpanded",
27072
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
27073
+ },
27074
+ {
27075
+ "name": "toggleExpand",
27076
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27077
+ },
27078
+ {
27079
+ "name": "isSelected",
27080
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
27081
+ },
27082
+ {
27083
+ "name": "toggleSelect",
27084
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27085
+ },
27086
+ {
27087
+ "name": "toggleGroup",
27088
+ "type": "(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"
27089
+ },
27090
+ {
27091
+ "name": "isGroupOpen",
27092
+ "type": "(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"
27093
+ }
27094
+ ]
26353
27095
  },
26354
27096
  {
26355
27097
  "name": "no-data",
26356
27098
  "description": "Defines content for when no items are provided",
26357
27099
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots"
26358
27100
  },
27101
+ {
27102
+ "name": "expanded-row",
27103
+ "description": "MISSING DESCRIPTION",
27104
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
27105
+ "vue-properties": [
27106
+ {
27107
+ "name": "index",
27108
+ "type": "number"
27109
+ },
27110
+ {
27111
+ "name": "item",
27112
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
27113
+ },
27114
+ {
27115
+ "name": "columns",
27116
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
27117
+ },
27118
+ {
27119
+ "name": "isExpanded",
27120
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
27121
+ },
27122
+ {
27123
+ "name": "toggleExpand",
27124
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27125
+ },
27126
+ {
27127
+ "name": "isSelected",
27128
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
27129
+ },
27130
+ {
27131
+ "name": "toggleSelect",
27132
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27133
+ }
27134
+ ]
27135
+ },
27136
+ {
27137
+ "name": "item.data-table-select",
27138
+ "description": "Slot to replace the default `v-simple-checkbox` used when selecting rows",
27139
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
27140
+ "vue-properties": [
27141
+ {
27142
+ "name": "index",
27143
+ "type": "number"
27144
+ },
27145
+ {
27146
+ "name": "item",
27147
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
27148
+ },
27149
+ {
27150
+ "name": "columns",
27151
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
27152
+ },
27153
+ {
27154
+ "name": "isExpanded",
27155
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
27156
+ },
27157
+ {
27158
+ "name": "toggleExpand",
27159
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27160
+ },
27161
+ {
27162
+ "name": "isSelected",
27163
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
27164
+ },
27165
+ {
27166
+ "name": "toggleSelect",
27167
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27168
+ }
27169
+ ]
27170
+ },
27171
+ {
27172
+ "name": "item.data-table-expand",
27173
+ "description": "Slot to replace the default `v-icon` used when expanding rows",
27174
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
27175
+ "vue-properties": [
27176
+ {
27177
+ "name": "index",
27178
+ "type": "number"
27179
+ },
27180
+ {
27181
+ "name": "item",
27182
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
27183
+ },
27184
+ {
27185
+ "name": "columns",
27186
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
27187
+ },
27188
+ {
27189
+ "name": "isExpanded",
27190
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
27191
+ },
27192
+ {
27193
+ "name": "toggleExpand",
27194
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27195
+ },
27196
+ {
27197
+ "name": "isSelected",
27198
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
27199
+ },
27200
+ {
27201
+ "name": "toggleSelect",
27202
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27203
+ }
27204
+ ]
27205
+ },
26359
27206
  {
26360
27207
  "name": "top",
26361
27208
  "description": "Slot to add content above the table",
@@ -26395,6 +27242,41 @@
26395
27242
  "name": "footer.prepend",
26396
27243
  "description": "Adds content to the empty space in the footer",
26397
27244
  "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots"
27245
+ },
27246
+ {
27247
+ "name": "[`item.${string}`]",
27248
+ "description": "MISSING DESCRIPTION",
27249
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
27250
+ "vue-properties": [
27251
+ {
27252
+ "name": "index",
27253
+ "type": "number"
27254
+ },
27255
+ {
27256
+ "name": "item",
27257
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L43-L43\" target=\"_blank\">InternalDataTableItem</a>"
27258
+ },
27259
+ {
27260
+ "name": "columns",
27261
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L25-L30\" target=\"_blank\">InternalDataTableHeader</a>[]"
27262
+ },
27263
+ {
27264
+ "name": "isExpanded",
27265
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => boolean"
27266
+ },
27267
+ {
27268
+ "name": "toggleExpand",
27269
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27270
+ },
27271
+ {
27272
+ "name": "isSelected",
27273
+ "type": "(items: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>[]) => boolean"
27274
+ },
27275
+ {
27276
+ "name": "toggleSelect",
27277
+ "type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a>) => void"
27278
+ }
27279
+ ]
26398
27280
  }
26399
27281
  ],
26400
27282
  "vue-model": {
@@ -26412,7 +27294,13 @@
26412
27294
  "doc-url": "https://vuetifyjs.com/api/v-data-table-footer",
26413
27295
  "attributes": [],
26414
27296
  "events": [],
26415
- "slots": [],
27297
+ "slots": [
27298
+ {
27299
+ "name": "[string]",
27300
+ "description": "MISSING DESCRIPTION",
27301
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-footer#slots"
27302
+ }
27303
+ ],
26416
27304
  "vue-model": {
26417
27305
  "prop": "modelValue",
26418
27306
  "event": "update:modelValue"