vuetify 3.7.0 → 3.7.2

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 (191) hide show
  1. package/dist/json/attributes.json +172 -172
  2. package/dist/json/importMap-labs.json +8 -8
  3. package/dist/json/importMap.json +160 -160
  4. package/dist/json/web-types.json +230 -219
  5. package/dist/vuetify-labs.css +1941 -1926
  6. package/dist/vuetify-labs.d.ts +4266 -2397
  7. package/dist/vuetify-labs.esm.js +107 -111
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +107 -111
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1521 -1506
  12. package/dist/vuetify.d.ts +1282 -901
  13. package/dist/vuetify.esm.js +79 -54
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +79 -54
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +1087 -1086
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.mts +4 -1
  21. package/lib/blueprints/md1.d.mts +4 -1
  22. package/lib/blueprints/md2.d.mts +4 -1
  23. package/lib/blueprints/md3.d.mts +4 -1
  24. package/lib/components/VAlert/index.d.mts +14 -11
  25. package/lib/components/VAppBar/index.d.mts +22 -19
  26. package/lib/components/VAutocomplete/index.d.mts +158 -110
  27. package/lib/components/VAvatar/VAvatar.css +1 -1
  28. package/lib/components/VAvatar/_variables.scss +1 -1
  29. package/lib/components/VAvatar/index.d.mts +8 -5
  30. package/lib/components/VBadge/index.d.mts +8 -5
  31. package/lib/components/VBanner/index.d.mts +18 -15
  32. package/lib/components/VBottomNavigation/index.d.mts +4 -4
  33. package/lib/components/VBottomSheet/index.d.mts +11 -11
  34. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -5
  35. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  36. package/lib/components/VBreadcrumbs/index.d.mts +8 -5
  37. package/lib/components/VBtn/VBtn.mjs +3 -4
  38. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  39. package/lib/components/VBtn/index.d.mts +18 -15
  40. package/lib/components/VBtnGroup/index.d.mts +4 -4
  41. package/lib/components/VBtnToggle/index.d.mts +4 -4
  42. package/lib/components/VCard/VCard.mjs +3 -4
  43. package/lib/components/VCard/VCard.mjs.map +1 -1
  44. package/lib/components/VCard/index.d.mts +18 -15
  45. package/lib/components/VCarousel/index.d.mts +17 -14
  46. package/lib/components/VCheckbox/index.d.mts +8 -5
  47. package/lib/components/VChip/VChip.mjs +2 -3
  48. package/lib/components/VChip/VChip.mjs.map +1 -1
  49. package/lib/components/VChip/index.d.mts +12 -9
  50. package/lib/components/VChipGroup/index.d.mts +8 -5
  51. package/lib/components/VColorPicker/index.d.mts +22 -22
  52. package/lib/components/VCombobox/index.d.mts +158 -110
  53. package/lib/components/VDataTable/index.d.mts +18 -15
  54. package/lib/components/VDatePicker/index.d.mts +16 -13
  55. package/lib/components/VDialog/VDialog.css +4 -1
  56. package/lib/components/VDialog/VDialog.mjs +3 -2
  57. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  58. package/lib/components/VDialog/VDialog.sass +2 -1
  59. package/lib/components/VDialog/index.d.mts +89 -50
  60. package/lib/components/VEmptyState/index.d.mts +12 -9
  61. package/lib/components/VExpansionPanel/index.d.mts +8 -5
  62. package/lib/components/VFab/index.d.mts +22 -19
  63. package/lib/components/VField/index.d.mts +4 -1
  64. package/lib/components/VFileInput/index.d.mts +34 -7
  65. package/lib/components/VFooter/index.d.mts +4 -4
  66. package/lib/components/VForm/index.d.mts +96 -3
  67. package/lib/components/VIcon/index.d.mts +8 -5
  68. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +13 -1
  69. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +6 -8
  70. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  71. package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +10 -1
  72. package/lib/components/VInput/index.d.mts +6 -3
  73. package/lib/components/VItemGroup/index.d.mts +4 -4
  74. package/lib/components/VLabel/index.d.mts +4 -4
  75. package/lib/components/VList/VList.mjs +4 -2
  76. package/lib/components/VList/VList.mjs.map +1 -1
  77. package/lib/components/VList/VListItem.mjs +8 -6
  78. package/lib/components/VList/VListItem.mjs.map +1 -1
  79. package/lib/components/VList/index.d.mts +84 -24
  80. package/lib/components/VMenu/index.d.mts +92 -50
  81. package/lib/components/VMessages/index.d.mts +8 -8
  82. package/lib/components/VNavigationDrawer/index.d.mts +18 -18
  83. package/lib/components/VOtpInput/index.d.mts +4 -4
  84. package/lib/components/VOverlay/index.d.mts +11 -11
  85. package/lib/components/VPagination/index.d.mts +8 -5
  86. package/lib/components/VProgressCircular/index.d.mts +4 -4
  87. package/lib/components/VRadio/index.d.mts +4 -1
  88. package/lib/components/VRadioGroup/index.d.mts +6 -3
  89. package/lib/components/VRangeSlider/index.d.mts +12 -9
  90. package/lib/components/VRating/index.d.mts +4 -1
  91. package/lib/components/VSelect/index.d.mts +158 -110
  92. package/lib/components/VSelectionControl/index.d.mts +4 -1
  93. package/lib/components/VSelectionControlGroup/index.d.mts +4 -1
  94. package/lib/components/VSheet/index.d.mts +10 -10
  95. package/lib/components/VSkeletonLoader/index.d.mts +4 -4
  96. package/lib/components/VSlideGroup/index.d.mts +4 -1
  97. package/lib/components/VSlider/index.d.mts +12 -9
  98. package/lib/components/VSnackbar/index.d.mts +95 -62
  99. package/lib/components/VSpeedDial/index.d.mts +11 -11
  100. package/lib/components/VStepper/index.d.mts +12 -12
  101. package/lib/components/VSwitch/index.d.mts +6 -3
  102. package/lib/components/VSystemBar/index.d.mts +4 -4
  103. package/lib/components/VTabs/index.d.mts +69 -54
  104. package/lib/components/VTextField/index.d.mts +47 -14
  105. package/lib/components/VTextarea/index.d.mts +38 -11
  106. package/lib/components/VTimeline/index.d.mts +8 -5
  107. package/lib/components/VToolbar/index.d.mts +4 -4
  108. package/lib/components/VTooltip/index.d.mts +78 -45
  109. package/lib/components/VWindow/index.d.mts +10 -7
  110. package/lib/components/index.d.mts +1204 -814
  111. package/lib/components/index.mjs +1 -1
  112. package/lib/components/index.mjs.map +1 -1
  113. package/lib/composables/directiveComponent.mjs +1 -1
  114. package/lib/composables/directiveComponent.mjs.map +1 -1
  115. package/lib/composables/forwardRefs.mjs +2 -0
  116. package/lib/composables/forwardRefs.mjs.map +1 -1
  117. package/lib/composables/icons.mjs.map +1 -1
  118. package/lib/composables/index.mjs.map +1 -1
  119. package/lib/composables/nested/nested.mjs +18 -6
  120. package/lib/composables/nested/nested.mjs.map +1 -1
  121. package/lib/composables/nested/openStrategies.mjs +2 -4
  122. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  123. package/lib/composables/router.mjs +19 -9
  124. package/lib/composables/router.mjs.map +1 -1
  125. package/lib/directives/tooltip/index.mjs +1 -1
  126. package/lib/directives/tooltip/index.mjs.map +1 -1
  127. package/lib/entry-bundler.mjs +1 -1
  128. package/lib/framework.mjs +1 -1
  129. package/lib/iconsets/fa-svg.d.mts +4 -1
  130. package/lib/iconsets/fa.d.mts +4 -1
  131. package/lib/iconsets/fa4.d.mts +4 -1
  132. package/lib/iconsets/md.d.mts +4 -1
  133. package/lib/iconsets/mdi-svg.d.mts +4 -1
  134. package/lib/iconsets/mdi.d.mts +4 -1
  135. package/lib/index.d.mts +82 -88
  136. package/lib/labs/VDateInput/index.d.mts +16 -13
  137. package/lib/labs/VNumberInput/VNumberInput.mjs +7 -1
  138. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  139. package/lib/labs/VNumberInput/index.d.mts +2212 -730
  140. package/lib/labs/VPicker/index.d.mts +10 -10
  141. package/lib/labs/VSnackbarQueue/index.d.mts +128 -95
  142. package/lib/labs/VStepperVertical/index.d.mts +10 -7
  143. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  144. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  145. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
  146. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  147. package/lib/labs/VTimePicker/index.d.mts +26 -26
  148. package/lib/labs/VTimePicker/util.mjs +5 -0
  149. package/lib/labs/VTimePicker/util.mjs.map +1 -0
  150. package/lib/labs/VTreeview/VTreeview.mjs +3 -12
  151. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  152. package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
  153. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  154. package/lib/labs/VTreeview/VTreeviewItem.mjs +9 -20
  155. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  156. package/lib/labs/VTreeview/index.d.mts +44 -41
  157. package/lib/labs/components.d.mts +2515 -1000
  158. package/lib/util/helpers.mjs +7 -3
  159. package/lib/util/helpers.mjs.map +1 -1
  160. package/package.json +7 -13
  161. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
  162. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
  163. package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
  164. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
  165. package/lib/components/VDatePicker/util/index.mjs +0 -9
  166. package/lib/components/VDatePicker/util/index.mjs.map +0 -1
  167. package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
  168. package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
  169. package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
  170. package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
  171. package/lib/components/VDatePicker/util/pad.mjs +0 -21
  172. package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
  173. package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
  174. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
  175. package/lib/components/VTreeview/VTreeview.mjs +0 -350
  176. package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
  177. package/lib/components/VTreeview/VTreeview.sass +0 -128
  178. package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
  179. package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
  180. package/lib/components/VTreeview/_mixins.sass +0 -18
  181. package/lib/components/VTreeview/_variables.scss +0 -10
  182. package/lib/components/VTreeview/index.mjs +0 -10
  183. package/lib/components/VTreeview/index.mjs.map +0 -1
  184. package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
  185. package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
  186. package/lib/services/goto/easing-patterns.mjs +0 -27
  187. package/lib/services/goto/easing-patterns.mjs.map +0 -1
  188. package/lib/services/goto/index.mjs +0 -73
  189. package/lib/services/goto/index.mjs.map +0 -1
  190. package/lib/services/goto/util.mjs +0 -39
  191. package/lib/services/goto/util.mjs.map +0 -1
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.7.0",
5
+ "version": "3.7.2",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -71,7 +71,7 @@
71
71
  "default": "'$close'",
72
72
  "value": {
73
73
  "kind": "expression",
74
- "type": "any"
74
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
75
75
  }
76
76
  },
77
77
  {
@@ -100,7 +100,7 @@
100
100
  "default": "null",
101
101
  "value": {
102
102
  "kind": "expression",
103
- "type": "any"
103
+ "type": "| false\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
104
104
  }
105
105
  },
106
106
  {
@@ -776,7 +776,7 @@
776
776
  "doc-url": "https://vuetifyjs.com/api/VAppBarNavIcon#props",
777
777
  "value": {
778
778
  "kind": "expression",
779
- "type": "any"
779
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
780
780
  }
781
781
  },
782
782
  {
@@ -785,7 +785,7 @@
785
785
  "doc-url": "https://vuetifyjs.com/api/VAppBarNavIcon#props",
786
786
  "value": {
787
787
  "kind": "expression",
788
- "type": "any"
788
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
789
789
  }
790
790
  },
791
791
  {
@@ -1098,7 +1098,7 @@
1098
1098
  "default": "'$menu'",
1099
1099
  "value": {
1100
1100
  "kind": "expression",
1101
- "type": "any"
1101
+ "type": "| boolean\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
1102
1102
  }
1103
1103
  }
1104
1104
  ],
@@ -1598,7 +1598,7 @@
1598
1598
  "default": "'$dropdown'",
1599
1599
  "value": {
1600
1600
  "kind": "expression",
1601
- "type": "any"
1601
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
1602
1602
  }
1603
1603
  },
1604
1604
  {
@@ -1751,7 +1751,7 @@
1751
1751
  "doc-url": "https://vuetifyjs.com/api/VAutocomplete#props",
1752
1752
  "value": {
1753
1753
  "kind": "expression",
1754
- "type": "any"
1754
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
1755
1755
  }
1756
1756
  },
1757
1757
  {
@@ -1769,7 +1769,7 @@
1769
1769
  "doc-url": "https://vuetifyjs.com/api/VAutocomplete#props",
1770
1770
  "value": {
1771
1771
  "kind": "expression",
1772
- "type": "any"
1772
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
1773
1773
  }
1774
1774
  },
1775
1775
  {
@@ -1917,7 +1917,7 @@
1917
1917
  "default": "'$clear'",
1918
1918
  "value": {
1919
1919
  "kind": "expression",
1920
- "type": "any"
1920
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
1921
1921
  }
1922
1922
  },
1923
1923
  {
@@ -1946,7 +1946,7 @@
1946
1946
  "doc-url": "https://vuetifyjs.com/api/VAutocomplete#props",
1947
1947
  "value": {
1948
1948
  "kind": "expression",
1949
- "type": "any"
1949
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
1950
1950
  }
1951
1951
  },
1952
1952
  {
@@ -2442,7 +2442,7 @@
2442
2442
  "doc-url": "https://vuetifyjs.com/api/VAvatar#props",
2443
2443
  "value": {
2444
2444
  "kind": "expression",
2445
- "type": "any"
2445
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
2446
2446
  }
2447
2447
  },
2448
2448
  {
@@ -2613,7 +2613,7 @@
2613
2613
  },
2614
2614
  {
2615
2615
  "name": "floating",
2616
- "description": "Elevates the badge above the slotted content.",
2616
+ "description": "Move the badge further away from the slotted content. Equivalent to an 8px offset.",
2617
2617
  "doc-url": "https://vuetifyjs.com/api/VBadge#props",
2618
2618
  "default": "false",
2619
2619
  "value": {
@@ -2627,12 +2627,12 @@
2627
2627
  "doc-url": "https://vuetifyjs.com/api/VBadge#props",
2628
2628
  "value": {
2629
2629
  "kind": "expression",
2630
- "type": "any"
2630
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
2631
2631
  }
2632
2632
  },
2633
2633
  {
2634
2634
  "name": "inline",
2635
- "description": "Moves the badge to be inline with the wrapping element. Supports the usage of the **left** prop.",
2635
+ "description": "Display as an inline block instead of absolute position. **location**, **floating**, and **offset** will have no effect.",
2636
2636
  "doc-url": "https://vuetifyjs.com/api/VBadge#props",
2637
2637
  "default": "false",
2638
2638
  "value": {
@@ -2824,7 +2824,7 @@
2824
2824
  "doc-url": "https://vuetifyjs.com/api/VBanner#props",
2825
2825
  "value": {
2826
2826
  "kind": "expression",
2827
- "type": "any"
2827
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
2828
2828
  }
2829
2829
  },
2830
2830
  {
@@ -3817,7 +3817,7 @@
3817
3817
  },
3818
3818
  {
3819
3819
  "name": "targetRef",
3820
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L741-L745\" target=\"_blank\">TemplateRef</a>"
3820
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L746-L750\" target=\"_blank\">TemplateRef</a>"
3821
3821
  }
3822
3822
  ]
3823
3823
  }
@@ -3898,7 +3898,7 @@
3898
3898
  "doc-url": "https://vuetifyjs.com/api/VBreadcrumbs#props",
3899
3899
  "value": {
3900
3900
  "kind": "expression",
3901
- "type": "any"
3901
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
3902
3902
  }
3903
3903
  },
3904
3904
  {
@@ -4234,7 +4234,7 @@
4234
4234
  "doc-url": "https://vuetifyjs.com/api/VBtn#props",
4235
4235
  "value": {
4236
4236
  "kind": "expression",
4237
- "type": "any"
4237
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
4238
4238
  }
4239
4239
  },
4240
4240
  {
@@ -4243,7 +4243,7 @@
4243
4243
  "doc-url": "https://vuetifyjs.com/api/VBtn#props",
4244
4244
  "value": {
4245
4245
  "kind": "expression",
4246
- "type": "any"
4246
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
4247
4247
  }
4248
4248
  },
4249
4249
  {
@@ -4556,7 +4556,7 @@
4556
4556
  "default": "false",
4557
4557
  "value": {
4558
4558
  "kind": "expression",
4559
- "type": "any"
4559
+ "type": "| boolean\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
4560
4560
  }
4561
4561
  }
4562
4562
  ],
@@ -5907,7 +5907,7 @@
5907
5907
  "doc-url": "https://vuetifyjs.com/api/VCard#props",
5908
5908
  "value": {
5909
5909
  "kind": "expression",
5910
- "type": "any"
5910
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
5911
5911
  }
5912
5912
  },
5913
5913
  {
@@ -5954,7 +5954,7 @@
5954
5954
  "doc-url": "https://vuetifyjs.com/api/VCard#props",
5955
5955
  "value": {
5956
5956
  "kind": "expression",
5957
- "type": "any"
5957
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
5958
5958
  }
5959
5959
  },
5960
5960
  {
@@ -6306,7 +6306,7 @@
6306
6306
  "doc-url": "https://vuetifyjs.com/api/VCardItem#props",
6307
6307
  "value": {
6308
6308
  "kind": "expression",
6309
- "type": "any"
6309
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
6310
6310
  }
6311
6311
  },
6312
6312
  {
@@ -6324,7 +6324,7 @@
6324
6324
  "doc-url": "https://vuetifyjs.com/api/VCardItem#props",
6325
6325
  "value": {
6326
6326
  "kind": "expression",
6327
- "type": "any"
6327
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
6328
6328
  }
6329
6329
  },
6330
6330
  {
@@ -6523,7 +6523,7 @@
6523
6523
  "default": "'$delimiter'",
6524
6524
  "value": {
6525
6525
  "kind": "expression",
6526
- "type": "any"
6526
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
6527
6527
  }
6528
6528
  },
6529
6529
  {
@@ -6593,7 +6593,7 @@
6593
6593
  "default": "'$next'",
6594
6594
  "value": {
6595
6595
  "kind": "expression",
6596
- "type": "any"
6596
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
6597
6597
  }
6598
6598
  },
6599
6599
  {
@@ -6603,7 +6603,7 @@
6603
6603
  "default": "'$prev'",
6604
6604
  "value": {
6605
6605
  "kind": "expression",
6606
- "type": "any"
6606
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
6607
6607
  }
6608
6608
  },
6609
6609
  {
@@ -6757,7 +6757,7 @@
6757
6757
  "vue-properties": [
6758
6758
  {
6759
6759
  "name": "props",
6760
- "type": "{ icon: any; class: string; onClick: () => void; 'aria-label': string }"
6760
+ "type": "{ icon: string | (string | [string, number])[] | (new () => any) | FunctionalComponent; class: string; onClick: () => void; 'aria-label': string }"
6761
6761
  }
6762
6762
  ]
6763
6763
  },
@@ -6768,7 +6768,7 @@
6768
6768
  "vue-properties": [
6769
6769
  {
6770
6770
  "name": "props",
6771
- "type": "{ icon: any; class: string; onClick: () => void; 'aria-label': string }"
6771
+ "type": "{ icon: string | (string | [string, number])[] | (new () => any) | FunctionalComponent; class: string; onClick: () => void; 'aria-label': string }"
6772
6772
  }
6773
6773
  ]
6774
6774
  },
@@ -7151,7 +7151,7 @@
7151
7151
  "doc-url": "https://vuetifyjs.com/api/VCheckbox#props",
7152
7152
  "value": {
7153
7153
  "kind": "expression",
7154
- "type": "any"
7154
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
7155
7155
  }
7156
7156
  },
7157
7157
  {
@@ -7179,7 +7179,7 @@
7179
7179
  "doc-url": "https://vuetifyjs.com/api/VCheckbox#props",
7180
7180
  "value": {
7181
7181
  "kind": "expression",
7182
- "type": "any"
7182
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
7183
7183
  }
7184
7184
  },
7185
7185
  {
@@ -7410,7 +7410,7 @@
7410
7410
  "default": "'$checkboxIndeterminate'",
7411
7411
  "value": {
7412
7412
  "kind": "expression",
7413
- "type": "any"
7413
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
7414
7414
  }
7415
7415
  },
7416
7416
  {
@@ -7474,7 +7474,7 @@
7474
7474
  "default": "'$checkboxOff'",
7475
7475
  "value": {
7476
7476
  "kind": "expression",
7477
- "type": "any"
7477
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
7478
7478
  }
7479
7479
  },
7480
7480
  {
@@ -7484,7 +7484,7 @@
7484
7484
  "default": "'$checkboxOn'",
7485
7485
  "value": {
7486
7486
  "kind": "expression",
7487
- "type": "any"
7487
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
7488
7488
  }
7489
7489
  },
7490
7490
  {
@@ -7789,7 +7789,7 @@
7789
7789
  },
7790
7790
  {
7791
7791
  "name": "icon",
7792
- "type": "any"
7792
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
7793
7793
  },
7794
7794
  {
7795
7795
  "name": "props",
@@ -7838,7 +7838,7 @@
7838
7838
  "default": "'$checkboxIndeterminate'",
7839
7839
  "value": {
7840
7840
  "kind": "expression",
7841
- "type": "any"
7841
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
7842
7842
  }
7843
7843
  },
7844
7844
  {
@@ -7950,7 +7950,7 @@
7950
7950
  "default": "'$checkboxOff'",
7951
7951
  "value": {
7952
7952
  "kind": "expression",
7953
- "type": "any"
7953
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
7954
7954
  }
7955
7955
  },
7956
7956
  {
@@ -7960,7 +7960,7 @@
7960
7960
  "default": "'$checkboxOn'",
7961
7961
  "value": {
7962
7962
  "kind": "expression",
7963
- "type": "any"
7963
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
7964
7964
  }
7965
7965
  },
7966
7966
  {
@@ -8126,7 +8126,7 @@
8126
8126
  },
8127
8127
  {
8128
8128
  "name": "icon",
8129
- "type": "any"
8129
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
8130
8130
  },
8131
8131
  {
8132
8132
  "name": "props",
@@ -8193,7 +8193,7 @@
8193
8193
  "doc-url": "https://vuetifyjs.com/api/VChip#props",
8194
8194
  "value": {
8195
8195
  "kind": "expression",
8196
- "type": "any"
8196
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
8197
8197
  }
8198
8198
  },
8199
8199
  {
@@ -8213,7 +8213,7 @@
8213
8213
  "default": "'$delete'",
8214
8214
  "value": {
8215
8215
  "kind": "expression",
8216
- "type": "any"
8216
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
8217
8217
  }
8218
8218
  },
8219
8219
  {
@@ -8280,7 +8280,7 @@
8280
8280
  "doc-url": "https://vuetifyjs.com/api/VChip#props",
8281
8281
  "value": {
8282
8282
  "kind": "expression",
8283
- "type": "any"
8283
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
8284
8284
  }
8285
8285
  },
8286
8286
  {
@@ -8669,7 +8669,7 @@
8669
8669
  "default": "'$next'",
8670
8670
  "value": {
8671
8671
  "kind": "expression",
8672
- "type": "any"
8672
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
8673
8673
  }
8674
8674
  },
8675
8675
  {
@@ -8679,7 +8679,7 @@
8679
8679
  "default": "'$prev'",
8680
8680
  "value": {
8681
8681
  "kind": "expression",
8682
- "type": "any"
8682
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
8683
8683
  }
8684
8684
  },
8685
8685
  {
@@ -8870,7 +8870,7 @@
8870
8870
  "doc-url": "https://vuetifyjs.com/api/VClassIcon#props",
8871
8871
  "value": {
8872
8872
  "kind": "expression",
8873
- "type": "any"
8873
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
8874
8874
  }
8875
8875
  },
8876
8876
  {
@@ -9801,7 +9801,7 @@
9801
9801
  "default": "'$dropdown'",
9802
9802
  "value": {
9803
9803
  "kind": "expression",
9804
- "type": "any"
9804
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
9805
9805
  }
9806
9806
  },
9807
9807
  {
@@ -9954,7 +9954,7 @@
9954
9954
  "doc-url": "https://vuetifyjs.com/api/VCombobox#props",
9955
9955
  "value": {
9956
9956
  "kind": "expression",
9957
- "type": "any"
9957
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
9958
9958
  }
9959
9959
  },
9960
9960
  {
@@ -9972,7 +9972,7 @@
9972
9972
  "doc-url": "https://vuetifyjs.com/api/VCombobox#props",
9973
9973
  "value": {
9974
9974
  "kind": "expression",
9975
- "type": "any"
9975
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
9976
9976
  }
9977
9977
  },
9978
9978
  {
@@ -10120,7 +10120,7 @@
10120
10120
  "default": "'$clear'",
10121
10121
  "value": {
10122
10122
  "kind": "expression",
10123
- "type": "any"
10123
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
10124
10124
  }
10125
10125
  },
10126
10126
  {
@@ -10149,7 +10149,7 @@
10149
10149
  "doc-url": "https://vuetifyjs.com/api/VCombobox#props",
10150
10150
  "value": {
10151
10151
  "kind": "expression",
10152
- "type": "any"
10152
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
10153
10153
  }
10154
10154
  },
10155
10155
  {
@@ -10634,7 +10634,7 @@
10634
10634
  "doc-url": "https://vuetifyjs.com/api/VComponentIcon#props",
10635
10635
  "value": {
10636
10636
  "kind": "expression",
10637
- "type": "any"
10637
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
10638
10638
  }
10639
10639
  },
10640
10640
  {
@@ -11966,7 +11966,7 @@
11966
11966
  "default": "'$sortAsc'",
11967
11967
  "value": {
11968
11968
  "kind": "expression",
11969
- "type": "any"
11969
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
11970
11970
  }
11971
11971
  },
11972
11972
  {
@@ -11976,7 +11976,7 @@
11976
11976
  "default": "'$sortDesc'",
11977
11977
  "value": {
11978
11978
  "kind": "expression",
11979
- "type": "any"
11979
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
11980
11980
  }
11981
11981
  },
11982
11982
  {
@@ -12101,7 +12101,7 @@
12101
12101
  "default": "'$prev'",
12102
12102
  "value": {
12103
12103
  "kind": "expression",
12104
- "type": "any"
12104
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
12105
12105
  }
12106
12106
  },
12107
12107
  {
@@ -12111,7 +12111,7 @@
12111
12111
  "default": "'$next'",
12112
12112
  "value": {
12113
12113
  "kind": "expression",
12114
- "type": "any"
12114
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
12115
12115
  }
12116
12116
  },
12117
12117
  {
@@ -12121,7 +12121,7 @@
12121
12121
  "default": "'$first'",
12122
12122
  "value": {
12123
12123
  "kind": "expression",
12124
- "type": "any"
12124
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
12125
12125
  }
12126
12126
  },
12127
12127
  {
@@ -12131,7 +12131,7 @@
12131
12131
  "default": "'$last'",
12132
12132
  "value": {
12133
12133
  "kind": "expression",
12134
- "type": "any"
12134
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
12135
12135
  }
12136
12136
  },
12137
12137
  {
@@ -12381,7 +12381,7 @@
12381
12381
  },
12382
12382
  {
12383
12383
  "name": "getSortIcon",
12384
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
12384
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12385
12385
  }
12386
12386
  ]
12387
12387
  },
@@ -12420,7 +12420,7 @@
12420
12420
  },
12421
12421
  {
12422
12422
  "name": "getSortIcon",
12423
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
12423
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12424
12424
  }
12425
12425
  ]
12426
12426
  },
@@ -12522,7 +12522,7 @@
12522
12522
  },
12523
12523
  {
12524
12524
  "name": "getSortIcon",
12525
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
12525
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
12526
12526
  },
12527
12527
  {
12528
12528
  "name": "isSorted",
@@ -13500,7 +13500,7 @@
13500
13500
  },
13501
13501
  {
13502
13502
  "name": "getSortIcon",
13503
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
13503
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
13504
13504
  }
13505
13505
  ]
13506
13506
  }
@@ -13587,7 +13587,7 @@
13587
13587
  "default": "'$sortAsc'",
13588
13588
  "value": {
13589
13589
  "kind": "expression",
13590
- "type": "any"
13590
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
13591
13591
  }
13592
13592
  },
13593
13593
  {
@@ -13597,7 +13597,7 @@
13597
13597
  "default": "'$sortDesc'",
13598
13598
  "value": {
13599
13599
  "kind": "expression",
13600
- "type": "any"
13600
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
13601
13601
  }
13602
13602
  },
13603
13603
  {
@@ -13676,7 +13676,7 @@
13676
13676
  },
13677
13677
  {
13678
13678
  "name": "getSortIcon",
13679
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
13679
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
13680
13680
  },
13681
13681
  {
13682
13682
  "name": "isSorted",
@@ -13734,7 +13734,7 @@
13734
13734
  },
13735
13735
  {
13736
13736
  "name": "getSortIcon",
13737
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
13737
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
13738
13738
  }
13739
13739
  ]
13740
13740
  },
@@ -13773,7 +13773,7 @@
13773
13773
  },
13774
13774
  {
13775
13775
  "name": "getSortIcon",
13776
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
13776
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
13777
13777
  }
13778
13778
  ]
13779
13779
  },
@@ -13812,7 +13812,7 @@
13812
13812
  },
13813
13813
  {
13814
13814
  "name": "getSortIcon",
13815
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
13815
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
13816
13816
  }
13817
13817
  ]
13818
13818
  }
@@ -13959,7 +13959,7 @@
13959
13959
  },
13960
13960
  {
13961
13961
  "name": "getSortIcon",
13962
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
13962
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
13963
13963
  }
13964
13964
  ]
13965
13965
  },
@@ -13998,7 +13998,7 @@
13998
13998
  },
13999
13999
  {
14000
14000
  "name": "getSortIcon",
14001
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
14001
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
14002
14002
  }
14003
14003
  ]
14004
14004
  },
@@ -14042,7 +14042,7 @@
14042
14042
  },
14043
14043
  {
14044
14044
  "name": "getSortIcon",
14045
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
14045
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
14046
14046
  }
14047
14047
  ]
14048
14048
  }
@@ -14226,7 +14226,7 @@
14226
14226
  },
14227
14227
  {
14228
14228
  "name": "getSortIcon",
14229
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
14229
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
14230
14230
  }
14231
14231
  ]
14232
14232
  },
@@ -14265,7 +14265,7 @@
14265
14265
  },
14266
14266
  {
14267
14267
  "name": "getSortIcon",
14268
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
14268
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
14269
14269
  }
14270
14270
  ]
14271
14271
  },
@@ -14372,7 +14372,7 @@
14372
14372
  },
14373
14373
  {
14374
14374
  "name": "getSortIcon",
14375
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
14375
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
14376
14376
  }
14377
14377
  ]
14378
14378
  }
@@ -14757,7 +14757,7 @@
14757
14757
  "default": "'$sortAsc'",
14758
14758
  "value": {
14759
14759
  "kind": "expression",
14760
- "type": "any"
14760
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
14761
14761
  }
14762
14762
  },
14763
14763
  {
@@ -14767,7 +14767,7 @@
14767
14767
  "default": "'$sortDesc'",
14768
14768
  "value": {
14769
14769
  "kind": "expression",
14770
- "type": "any"
14770
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
14771
14771
  }
14772
14772
  },
14773
14773
  {
@@ -14845,7 +14845,7 @@
14845
14845
  "default": "'$prev'",
14846
14846
  "value": {
14847
14847
  "kind": "expression",
14848
- "type": "any"
14848
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
14849
14849
  }
14850
14850
  },
14851
14851
  {
@@ -14855,7 +14855,7 @@
14855
14855
  "default": "'$next'",
14856
14856
  "value": {
14857
14857
  "kind": "expression",
14858
- "type": "any"
14858
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
14859
14859
  }
14860
14860
  },
14861
14861
  {
@@ -14865,7 +14865,7 @@
14865
14865
  "default": "'$first'",
14866
14866
  "value": {
14867
14867
  "kind": "expression",
14868
- "type": "any"
14868
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
14869
14869
  }
14870
14870
  },
14871
14871
  {
@@ -14875,7 +14875,7 @@
14875
14875
  "default": "'$last'",
14876
14876
  "value": {
14877
14877
  "kind": "expression",
14878
- "type": "any"
14878
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
14879
14879
  }
14880
14880
  },
14881
14881
  {
@@ -15114,7 +15114,7 @@
15114
15114
  },
15115
15115
  {
15116
15116
  "name": "getSortIcon",
15117
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
15117
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
15118
15118
  }
15119
15119
  ]
15120
15120
  },
@@ -15153,7 +15153,7 @@
15153
15153
  },
15154
15154
  {
15155
15155
  "name": "getSortIcon",
15156
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
15156
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
15157
15157
  }
15158
15158
  ]
15159
15159
  },
@@ -15255,7 +15255,7 @@
15255
15255
  },
15256
15256
  {
15257
15257
  "name": "getSortIcon",
15258
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
15258
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
15259
15259
  },
15260
15260
  {
15261
15261
  "name": "isSorted",
@@ -16233,7 +16233,7 @@
16233
16233
  },
16234
16234
  {
16235
16235
  "name": "getSortIcon",
16236
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
16236
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
16237
16237
  }
16238
16238
  ]
16239
16239
  }
@@ -16589,7 +16589,7 @@
16589
16589
  "default": "'$sortAsc'",
16590
16590
  "value": {
16591
16591
  "kind": "expression",
16592
- "type": "any"
16592
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
16593
16593
  }
16594
16594
  },
16595
16595
  {
@@ -16599,7 +16599,7 @@
16599
16599
  "default": "'$sortDesc'",
16600
16600
  "value": {
16601
16601
  "kind": "expression",
16602
- "type": "any"
16602
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
16603
16603
  }
16604
16604
  },
16605
16605
  {
@@ -16861,7 +16861,7 @@
16861
16861
  },
16862
16862
  {
16863
16863
  "name": "getSortIcon",
16864
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
16864
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
16865
16865
  }
16866
16866
  ]
16867
16867
  },
@@ -16900,7 +16900,7 @@
16900
16900
  },
16901
16901
  {
16902
16902
  "name": "getSortIcon",
16903
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
16903
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
16904
16904
  }
16905
16905
  ]
16906
16906
  },
@@ -17002,7 +17002,7 @@
17002
17002
  },
17003
17003
  {
17004
17004
  "name": "getSortIcon",
17005
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
17005
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
17006
17006
  },
17007
17007
  {
17008
17008
  "name": "isSorted",
@@ -17440,7 +17440,7 @@
17440
17440
  },
17441
17441
  {
17442
17442
  "name": "getSortIcon",
17443
- "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => any"
17443
+ "type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L36-L46\" target=\"_blank\">InternalDataTableHeader</a>) => string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
17444
17444
  }
17445
17445
  ]
17446
17446
  }
@@ -17648,7 +17648,7 @@
17648
17648
  "doc-url": "https://vuetifyjs.com/api/VDateInput#props",
17649
17649
  "value": {
17650
17650
  "kind": "expression",
17651
- "type": "any"
17651
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
17652
17652
  }
17653
17653
  },
17654
17654
  {
@@ -17667,7 +17667,7 @@
17667
17667
  "default": "'$calendar'",
17668
17668
  "value": {
17669
17669
  "kind": "expression",
17670
- "type": "any"
17670
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
17671
17671
  }
17672
17672
  },
17673
17673
  {
@@ -17904,7 +17904,7 @@
17904
17904
  "doc-url": "https://vuetifyjs.com/api/VDateInput#props",
17905
17905
  "value": {
17906
17906
  "kind": "expression",
17907
- "type": "any"
17907
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
17908
17908
  }
17909
17909
  },
17910
17910
  {
@@ -17933,7 +17933,7 @@
17933
17933
  "default": "'$clear'",
17934
17934
  "value": {
17935
17935
  "kind": "expression",
17936
- "type": "any"
17936
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
17937
17937
  }
17938
17938
  },
17939
17939
  {
@@ -17981,7 +17981,7 @@
17981
17981
  "doc-url": "https://vuetifyjs.com/api/VDateInput#props",
17982
17982
  "value": {
17983
17983
  "kind": "expression",
17984
- "type": "any"
17984
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
17985
17985
  }
17986
17986
  },
17987
17987
  {
@@ -18068,7 +18068,7 @@
18068
18068
  "default": "'$next'",
18069
18069
  "value": {
18070
18070
  "kind": "expression",
18071
- "type": "any"
18071
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
18072
18072
  }
18073
18073
  },
18074
18074
  {
@@ -18078,7 +18078,7 @@
18078
18078
  "default": "'$prev'",
18079
18079
  "value": {
18080
18080
  "kind": "expression",
18081
- "type": "any"
18081
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
18082
18082
  }
18083
18083
  },
18084
18084
  {
@@ -18088,7 +18088,7 @@
18088
18088
  "default": "'$subgroup'",
18089
18089
  "value": {
18090
18090
  "kind": "expression",
18091
- "type": "any"
18091
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
18092
18092
  }
18093
18093
  },
18094
18094
  {
@@ -18468,7 +18468,7 @@
18468
18468
  "default": "'$next'",
18469
18469
  "value": {
18470
18470
  "kind": "expression",
18471
- "type": "any"
18471
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
18472
18472
  }
18473
18473
  },
18474
18474
  {
@@ -18478,7 +18478,7 @@
18478
18478
  "default": "'$prev'",
18479
18479
  "value": {
18480
18480
  "kind": "expression",
18481
- "type": "any"
18481
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
18482
18482
  }
18483
18483
  },
18484
18484
  {
@@ -18488,7 +18488,7 @@
18488
18488
  "default": "'$subgroup'",
18489
18489
  "value": {
18490
18490
  "kind": "expression",
18491
- "type": "any"
18491
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
18492
18492
  }
18493
18493
  },
18494
18494
  {
@@ -18948,7 +18948,7 @@
18948
18948
  "default": "'$next'",
18949
18949
  "value": {
18950
18950
  "kind": "expression",
18951
- "type": "any"
18951
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
18952
18952
  }
18953
18953
  },
18954
18954
  {
@@ -18958,7 +18958,7 @@
18958
18958
  "default": "'$prev'",
18959
18959
  "value": {
18960
18960
  "kind": "expression",
18961
- "type": "any"
18961
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
18962
18962
  }
18963
18963
  },
18964
18964
  {
@@ -18968,7 +18968,7 @@
18968
18968
  "default": "'$subgroup'",
18969
18969
  "value": {
18970
18970
  "kind": "expression",
18971
- "type": "any"
18971
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
18972
18972
  }
18973
18973
  },
18974
18974
  {
@@ -20057,6 +20057,17 @@
20057
20057
  }
20058
20058
  ]
20059
20059
  },
20060
+ {
20061
+ "name": "afterEnter",
20062
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDialog.json))",
20063
+ "doc-url": "https://vuetifyjs.com/api/v-dialog#events",
20064
+ "arguments": [
20065
+ {
20066
+ "name": "argument",
20067
+ "type": "[]\n"
20068
+ }
20069
+ ]
20070
+ },
20060
20071
  {
20061
20072
  "name": "afterLeave",
20062
20073
  "description": "Event that fires after the overlay has finished transitioning out.",
@@ -20096,7 +20107,7 @@
20096
20107
  },
20097
20108
  {
20098
20109
  "name": "targetRef",
20099
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L741-L745\" target=\"_blank\">TemplateRef</a>"
20110
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L746-L750\" target=\"_blank\">TemplateRef</a>"
20100
20111
  }
20101
20112
  ]
20102
20113
  }
@@ -20457,7 +20468,7 @@
20457
20468
  "doc-url": "https://vuetifyjs.com/api/VEmptyState#props",
20458
20469
  "value": {
20459
20470
  "kind": "expression",
20460
- "type": "any"
20471
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
20461
20472
  }
20462
20473
  },
20463
20474
  {
@@ -20860,7 +20871,7 @@
20860
20871
  "default": "'$expand'",
20861
20872
  "value": {
20862
20873
  "kind": "expression",
20863
- "type": "any"
20874
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
20864
20875
  }
20865
20876
  },
20866
20877
  {
@@ -20870,7 +20881,7 @@
20870
20881
  "default": "'$collapse'",
20871
20882
  "value": {
20872
20883
  "kind": "expression",
20873
- "type": "any"
20884
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
20874
20885
  }
20875
20886
  },
20876
20887
  {
@@ -21081,7 +21092,7 @@
21081
21092
  "default": "'$expand'",
21082
21093
  "value": {
21083
21094
  "kind": "expression",
21084
- "type": "any"
21095
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
21085
21096
  }
21086
21097
  },
21087
21098
  {
@@ -21091,7 +21102,7 @@
21091
21102
  "default": "'$collapse'",
21092
21103
  "value": {
21093
21104
  "kind": "expression",
21094
- "type": "any"
21105
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
21095
21106
  }
21096
21107
  },
21097
21108
  {
@@ -21208,7 +21219,7 @@
21208
21219
  "vue-properties": [
21209
21220
  {
21210
21221
  "name": "collapseIcon",
21211
- "type": "any"
21222
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
21212
21223
  },
21213
21224
  {
21214
21225
  "name": "disabled",
@@ -21220,7 +21231,7 @@
21220
21231
  },
21221
21232
  {
21222
21233
  "name": "expandIcon",
21223
- "type": "any"
21234
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
21224
21235
  },
21225
21236
  {
21226
21237
  "name": "readonly",
@@ -21235,7 +21246,7 @@
21235
21246
  "vue-properties": [
21236
21247
  {
21237
21248
  "name": "collapseIcon",
21238
- "type": "any"
21249
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
21239
21250
  },
21240
21251
  {
21241
21252
  "name": "disabled",
@@ -21247,7 +21258,7 @@
21247
21258
  },
21248
21259
  {
21249
21260
  "name": "expandIcon",
21250
- "type": "any"
21261
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
21251
21262
  },
21252
21263
  {
21253
21264
  "name": "readonly",
@@ -21400,7 +21411,7 @@
21400
21411
  "default": "'$expand'",
21401
21412
  "value": {
21402
21413
  "kind": "expression",
21403
- "type": "any"
21414
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
21404
21415
  }
21405
21416
  },
21406
21417
  {
@@ -21410,7 +21421,7 @@
21410
21421
  "default": "'$collapse'",
21411
21422
  "value": {
21412
21423
  "kind": "expression",
21413
- "type": "any"
21424
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
21414
21425
  }
21415
21426
  },
21416
21427
  {
@@ -21650,7 +21661,7 @@
21650
21661
  "doc-url": "https://vuetifyjs.com/api/VFab#props",
21651
21662
  "value": {
21652
21663
  "kind": "expression",
21653
- "type": "any"
21664
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
21654
21665
  }
21655
21666
  },
21656
21667
  {
@@ -21659,7 +21670,7 @@
21659
21670
  "doc-url": "https://vuetifyjs.com/api/VFab#props",
21660
21671
  "value": {
21661
21672
  "kind": "expression",
21662
- "type": "any"
21673
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
21663
21674
  }
21664
21675
  },
21665
21676
  {
@@ -21982,7 +21993,7 @@
21982
21993
  "default": "false",
21983
21994
  "value": {
21984
21995
  "kind": "expression",
21985
- "type": "any"
21996
+ "type": "| boolean\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
21986
21997
  }
21987
21998
  },
21988
21999
  {
@@ -22267,7 +22278,7 @@
22267
22278
  "doc-url": "https://vuetifyjs.com/api/VField#props",
22268
22279
  "value": {
22269
22280
  "kind": "expression",
22270
- "type": "any"
22281
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
22271
22282
  }
22272
22283
  },
22273
22284
  {
@@ -22296,7 +22307,7 @@
22296
22307
  "default": "'$clear'",
22297
22308
  "value": {
22298
22309
  "kind": "expression",
22299
- "type": "any"
22310
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
22300
22311
  }
22301
22312
  },
22302
22313
  {
@@ -22382,7 +22393,7 @@
22382
22393
  "doc-url": "https://vuetifyjs.com/api/VField#props",
22383
22394
  "value": {
22384
22395
  "kind": "expression",
22385
- "type": "any"
22396
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
22386
22397
  }
22387
22398
  },
22388
22399
  {
@@ -22773,7 +22784,7 @@
22773
22784
  "doc-url": "https://vuetifyjs.com/api/VFileInput#props",
22774
22785
  "value": {
22775
22786
  "kind": "expression",
22776
- "type": "any"
22787
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
22777
22788
  }
22778
22789
  },
22779
22790
  {
@@ -22792,7 +22803,7 @@
22792
22803
  "default": "'$file'",
22793
22804
  "value": {
22794
22805
  "kind": "expression",
22795
- "type": "any"
22806
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
22796
22807
  }
22797
22808
  },
22798
22809
  {
@@ -23023,7 +23034,7 @@
23023
23034
  "doc-url": "https://vuetifyjs.com/api/VFileInput#props",
23024
23035
  "value": {
23025
23036
  "kind": "expression",
23026
- "type": "any"
23037
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
23027
23038
  }
23028
23039
  },
23029
23040
  {
@@ -23052,7 +23063,7 @@
23052
23063
  "default": "'$clear'",
23053
23064
  "value": {
23054
23065
  "kind": "expression",
23055
- "type": "any"
23066
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
23056
23067
  }
23057
23068
  },
23058
23069
  {
@@ -23109,7 +23120,7 @@
23109
23120
  "doc-url": "https://vuetifyjs.com/api/VFileInput#props",
23110
23121
  "value": {
23111
23122
  "kind": "expression",
23112
- "type": "any"
23123
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
23113
23124
  }
23114
23125
  },
23115
23126
  {
@@ -23951,7 +23962,7 @@
23951
23962
  "doc-url": "https://vuetifyjs.com/api/VIcon#props",
23952
23963
  "value": {
23953
23964
  "kind": "expression",
23954
- "type": "any"
23965
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
23955
23966
  }
23956
23967
  },
23957
23968
  {
@@ -24571,7 +24582,7 @@
24571
24582
  "doc-url": "https://vuetifyjs.com/api/VInput#props",
24572
24583
  "value": {
24573
24584
  "kind": "expression",
24574
- "type": "any"
24585
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
24575
24586
  }
24576
24587
  },
24577
24588
  {
@@ -24590,7 +24601,7 @@
24590
24601
  "doc-url": "https://vuetifyjs.com/api/VInput#props",
24591
24602
  "value": {
24592
24603
  "kind": "expression",
24593
- "type": "any"
24604
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
24594
24605
  }
24595
24606
  },
24596
24607
  {
@@ -25713,7 +25724,7 @@
25713
25724
  "doc-url": "https://vuetifyjs.com/api/VLigatureIcon#props",
25714
25725
  "value": {
25715
25726
  "kind": "expression",
25716
- "type": "any"
25727
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
25717
25728
  }
25718
25729
  },
25719
25730
  {
@@ -25919,7 +25930,7 @@
25919
25930
  "default": "'list'",
25920
25931
  "value": {
25921
25932
  "kind": "expression",
25922
- "type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L23-L26\" target=\"_blank\">OpenStrategy</a>"
25933
+ "type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>"
25923
25934
  }
25924
25935
  },
25925
25936
  {
@@ -26329,7 +26340,7 @@
26329
26340
  "default": "'$collapse'",
26330
26341
  "value": {
26331
26342
  "kind": "expression",
26332
- "type": "any"
26343
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
26333
26344
  }
26334
26345
  },
26335
26346
  {
@@ -26339,7 +26350,7 @@
26339
26350
  "default": "'$expand'",
26340
26351
  "value": {
26341
26352
  "kind": "expression",
26342
- "type": "any"
26353
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
26343
26354
  }
26344
26355
  },
26345
26356
  {
@@ -26348,7 +26359,7 @@
26348
26359
  "doc-url": "https://vuetifyjs.com/api/VListGroup#props",
26349
26360
  "value": {
26350
26361
  "kind": "expression",
26351
- "type": "any"
26362
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
26352
26363
  }
26353
26364
  },
26354
26365
  {
@@ -26357,7 +26368,7 @@
26357
26368
  "doc-url": "https://vuetifyjs.com/api/VListGroup#props",
26358
26369
  "value": {
26359
26370
  "kind": "expression",
26360
- "type": "any"
26371
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
26361
26372
  }
26362
26373
  },
26363
26374
  {
@@ -26539,7 +26550,7 @@
26539
26550
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
26540
26551
  "value": {
26541
26552
  "kind": "expression",
26542
- "type": "any"
26553
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
26543
26554
  }
26544
26555
  },
26545
26556
  {
@@ -26595,7 +26606,7 @@
26595
26606
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
26596
26607
  "value": {
26597
26608
  "kind": "expression",
26598
- "type": "any"
26609
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
26599
26610
  }
26600
26611
  },
26601
26612
  {
@@ -27761,7 +27772,7 @@
27761
27772
  },
27762
27773
  {
27763
27774
  "name": "targetRef",
27764
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L741-L745\" target=\"_blank\">TemplateRef</a>"
27775
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L746-L750\" target=\"_blank\">TemplateRef</a>"
27765
27776
  }
27766
27777
  ]
27767
27778
  }
@@ -28412,7 +28423,7 @@
28412
28423
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28413
28424
  "value": {
28414
28425
  "kind": "expression",
28415
- "type": "any"
28426
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
28416
28427
  }
28417
28428
  },
28418
28429
  {
@@ -28430,7 +28441,7 @@
28430
28441
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
28431
28442
  "value": {
28432
28443
  "kind": "expression",
28433
- "type": "any"
28444
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
28434
28445
  }
28435
28446
  },
28436
28447
  {
@@ -28671,7 +28682,7 @@
28671
28682
  "default": "'$clear'",
28672
28683
  "value": {
28673
28684
  "kind": "expression",
28674
- "type": "any"
28685
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
28675
28686
  }
28676
28687
  },
28677
28688
  {
@@ -29874,7 +29885,7 @@
29874
29885
  },
29875
29886
  {
29876
29887
  "name": "targetRef",
29877
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L741-L745\" target=\"_blank\">TemplateRef</a>"
29888
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L746-L750\" target=\"_blank\">TemplateRef</a>"
29878
29889
  }
29879
29890
  ]
29880
29891
  }
@@ -29957,7 +29968,7 @@
29957
29968
  "default": "'$first'",
29958
29969
  "value": {
29959
29970
  "kind": "expression",
29960
- "type": "any"
29971
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
29961
29972
  }
29962
29973
  },
29963
29974
  {
@@ -29967,7 +29978,7 @@
29967
29978
  "default": "'$prev'",
29968
29979
  "value": {
29969
29980
  "kind": "expression",
29970
- "type": "any"
29981
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
29971
29982
  }
29972
29983
  },
29973
29984
  {
@@ -29977,7 +29988,7 @@
29977
29988
  "default": "'$next'",
29978
29989
  "value": {
29979
29990
  "kind": "expression",
29980
- "type": "any"
29991
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
29981
29992
  }
29982
29993
  },
29983
29994
  {
@@ -29987,7 +29998,7 @@
29987
29998
  "default": "'$last'",
29988
29999
  "value": {
29989
30000
  "kind": "expression",
29990
- "type": "any"
30001
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
29991
30002
  }
29992
30003
  },
29993
30004
  {
@@ -30265,7 +30276,7 @@
30265
30276
  "vue-properties": [
30266
30277
  {
30267
30278
  "name": "icon",
30268
- "type": "any"
30279
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
30269
30280
  },
30270
30281
  {
30271
30282
  "name": "onClick",
@@ -30292,7 +30303,7 @@
30292
30303
  "vue-properties": [
30293
30304
  {
30294
30305
  "name": "icon",
30295
- "type": "any"
30306
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
30296
30307
  },
30297
30308
  {
30298
30309
  "name": "onClick",
@@ -30319,7 +30330,7 @@
30319
30330
  "vue-properties": [
30320
30331
  {
30321
30332
  "name": "icon",
30322
- "type": "any"
30333
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
30323
30334
  },
30324
30335
  {
30325
30336
  "name": "onClick",
@@ -30346,7 +30357,7 @@
30346
30357
  "vue-properties": [
30347
30358
  {
30348
30359
  "name": "icon",
30349
- "type": "any"
30360
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
30350
30361
  },
30351
30362
  {
30352
30363
  "name": "onClick",
@@ -31242,7 +31253,7 @@
31242
31253
  "default": "'$radioOff'",
31243
31254
  "value": {
31244
31255
  "kind": "expression",
31245
- "type": "any"
31256
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
31246
31257
  }
31247
31258
  },
31248
31259
  {
@@ -31252,7 +31263,7 @@
31252
31263
  "default": "'$radioOn'",
31253
31264
  "value": {
31254
31265
  "kind": "expression",
31255
- "type": "any"
31266
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
31256
31267
  }
31257
31268
  },
31258
31269
  {
@@ -31404,7 +31415,7 @@
31404
31415
  },
31405
31416
  {
31406
31417
  "name": "icon",
31407
- "type": "any"
31418
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
31408
31419
  },
31409
31420
  {
31410
31421
  "name": "props",
@@ -31471,7 +31482,7 @@
31471
31482
  "doc-url": "https://vuetifyjs.com/api/VRadioGroup#props",
31472
31483
  "value": {
31473
31484
  "kind": "expression",
31474
- "type": "any"
31485
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
31475
31486
  }
31476
31487
  },
31477
31488
  {
@@ -31490,7 +31501,7 @@
31490
31501
  "doc-url": "https://vuetifyjs.com/api/VRadioGroup#props",
31491
31502
  "value": {
31492
31503
  "kind": "expression",
31493
- "type": "any"
31504
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
31494
31505
  }
31495
31506
  },
31496
31507
  {
@@ -31739,7 +31750,7 @@
31739
31750
  "default": "'$radioOff'",
31740
31751
  "value": {
31741
31752
  "kind": "expression",
31742
- "type": "any"
31753
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
31743
31754
  }
31744
31755
  },
31745
31756
  {
@@ -31749,7 +31760,7 @@
31749
31760
  "default": "'$radioOn'",
31750
31761
  "value": {
31751
31762
  "kind": "expression",
31752
- "type": "any"
31763
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
31753
31764
  }
31754
31765
  },
31755
31766
  {
@@ -32062,7 +32073,7 @@
32062
32073
  "doc-url": "https://vuetifyjs.com/api/VRangeSlider#props",
32063
32074
  "value": {
32064
32075
  "kind": "expression",
32065
- "type": "any"
32076
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
32066
32077
  }
32067
32078
  },
32068
32079
  {
@@ -32081,7 +32092,7 @@
32081
32092
  "doc-url": "https://vuetifyjs.com/api/VRangeSlider#props",
32082
32093
  "value": {
32083
32094
  "kind": "expression",
32084
- "type": "any"
32095
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
32085
32096
  }
32086
32097
  },
32087
32098
  {
@@ -32910,7 +32921,7 @@
32910
32921
  "default": "'$ratingEmpty'",
32911
32922
  "value": {
32912
32923
  "kind": "expression",
32913
- "type": "any"
32924
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
32914
32925
  }
32915
32926
  },
32916
32927
  {
@@ -32920,7 +32931,7 @@
32920
32931
  "default": "'$ratingFull'",
32921
32932
  "value": {
32922
32933
  "kind": "expression",
32923
- "type": "any"
32934
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
32924
32935
  }
32925
32936
  },
32926
32937
  {
@@ -33069,7 +33080,7 @@
33069
33080
  },
33070
33081
  {
33071
33082
  "name": "icon",
33072
- "type": "any"
33083
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
33073
33084
  },
33074
33085
  {
33075
33086
  "name": "color",
@@ -34202,7 +34213,7 @@
34202
34213
  "default": "'$dropdown'",
34203
34214
  "value": {
34204
34215
  "kind": "expression",
34205
- "type": "any"
34216
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
34206
34217
  }
34207
34218
  },
34208
34219
  {
@@ -34355,7 +34366,7 @@
34355
34366
  "doc-url": "https://vuetifyjs.com/api/VSelect#props",
34356
34367
  "value": {
34357
34368
  "kind": "expression",
34358
- "type": "any"
34369
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
34359
34370
  }
34360
34371
  },
34361
34372
  {
@@ -34373,7 +34384,7 @@
34373
34384
  "doc-url": "https://vuetifyjs.com/api/VSelect#props",
34374
34385
  "value": {
34375
34386
  "kind": "expression",
34376
- "type": "any"
34387
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
34377
34388
  }
34378
34389
  },
34379
34390
  {
@@ -34521,7 +34532,7 @@
34521
34532
  "default": "'$clear'",
34522
34533
  "value": {
34523
34534
  "kind": "expression",
34524
- "type": "any"
34535
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
34525
34536
  }
34526
34537
  },
34527
34538
  {
@@ -34550,7 +34561,7 @@
34550
34561
  "doc-url": "https://vuetifyjs.com/api/VSelect#props",
34551
34562
  "value": {
34552
34563
  "kind": "expression",
34553
- "type": "any"
34564
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
34554
34565
  }
34555
34566
  },
34556
34567
  {
@@ -35117,7 +35128,7 @@
35117
35128
  "doc-url": "https://vuetifyjs.com/api/VSelectionControl#props",
35118
35129
  "value": {
35119
35130
  "kind": "expression",
35120
- "type": "any"
35131
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
35121
35132
  }
35122
35133
  },
35123
35134
  {
@@ -35126,7 +35137,7 @@
35126
35137
  "doc-url": "https://vuetifyjs.com/api/VSelectionControl#props",
35127
35138
  "value": {
35128
35139
  "kind": "expression",
35129
- "type": "any"
35140
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
35130
35141
  }
35131
35142
  },
35132
35143
  {
@@ -35290,7 +35301,7 @@
35290
35301
  },
35291
35302
  {
35292
35303
  "name": "icon",
35293
- "type": "any"
35304
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
35294
35305
  },
35295
35306
  {
35296
35307
  "name": "props",
@@ -35377,7 +35388,7 @@
35377
35388
  "doc-url": "https://vuetifyjs.com/api/VSelectionControlGroup#props",
35378
35389
  "value": {
35379
35390
  "kind": "expression",
35380
- "type": "any"
35391
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
35381
35392
  }
35382
35393
  },
35383
35394
  {
@@ -35386,7 +35397,7 @@
35386
35397
  "doc-url": "https://vuetifyjs.com/api/VSelectionControlGroup#props",
35387
35398
  "value": {
35388
35399
  "kind": "expression",
35389
- "type": "any"
35400
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
35390
35401
  }
35391
35402
  },
35392
35403
  {
@@ -35850,7 +35861,7 @@
35850
35861
  "default": "'$next'",
35851
35862
  "value": {
35852
35863
  "kind": "expression",
35853
- "type": "any"
35864
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
35854
35865
  }
35855
35866
  },
35856
35867
  {
@@ -35860,7 +35871,7 @@
35860
35871
  "default": "'$prev'",
35861
35872
  "value": {
35862
35873
  "kind": "expression",
35863
- "type": "any"
35874
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
35864
35875
  }
35865
35876
  },
35866
35877
  {
@@ -36711,7 +36722,7 @@
36711
36722
  "doc-url": "https://vuetifyjs.com/api/VSlider#props",
36712
36723
  "value": {
36713
36724
  "kind": "expression",
36714
- "type": "any"
36725
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
36715
36726
  }
36716
36727
  },
36717
36728
  {
@@ -36730,7 +36741,7 @@
36730
36741
  "doc-url": "https://vuetifyjs.com/api/VSlider#props",
36731
36742
  "value": {
36732
36743
  "kind": "expression",
36733
- "type": "any"
36744
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
36734
36745
  }
36735
36746
  },
36736
36747
  {
@@ -38906,7 +38917,7 @@
38906
38917
  },
38907
38918
  {
38908
38919
  "name": "targetRef",
38909
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L741-L745\" target=\"_blank\">TemplateRef</a>"
38920
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L746-L750\" target=\"_blank\">TemplateRef</a>"
38910
38921
  }
38911
38922
  ]
38912
38923
  }
@@ -40215,7 +40226,7 @@
40215
40226
  "default": "'$expand'",
40216
40227
  "value": {
40217
40228
  "kind": "expression",
40218
- "type": "any"
40229
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
40219
40230
  }
40220
40231
  },
40221
40232
  {
@@ -40225,7 +40236,7 @@
40225
40236
  "default": "'$collapse'",
40226
40237
  "value": {
40227
40238
  "kind": "expression",
40228
- "type": "any"
40239
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
40229
40240
  }
40230
40241
  },
40231
40242
  {
@@ -40868,7 +40879,7 @@
40868
40879
  "default": "",
40869
40880
  "value": {
40870
40881
  "kind": "expression",
40871
- "type": "any"
40882
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
40872
40883
  }
40873
40884
  },
40874
40885
  {
@@ -40878,7 +40889,7 @@
40878
40889
  "default": "",
40879
40890
  "value": {
40880
40891
  "kind": "expression",
40881
- "type": "any"
40892
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
40882
40893
  }
40883
40894
  },
40884
40895
  {
@@ -41437,7 +41448,7 @@
41437
41448
  "doc-url": "https://vuetifyjs.com/api/VSvgIcon#props",
41438
41449
  "value": {
41439
41450
  "kind": "expression",
41440
- "type": "any"
41451
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
41441
41452
  }
41442
41453
  },
41443
41454
  {
@@ -41539,7 +41550,7 @@
41539
41550
  "doc-url": "https://vuetifyjs.com/api/VSwitch#props",
41540
41551
  "value": {
41541
41552
  "kind": "expression",
41542
- "type": "any"
41553
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
41543
41554
  }
41544
41555
  },
41545
41556
  {
@@ -41558,7 +41569,7 @@
41558
41569
  "doc-url": "https://vuetifyjs.com/api/VSwitch#props",
41559
41570
  "value": {
41560
41571
  "kind": "expression",
41561
- "type": "any"
41572
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
41562
41573
  }
41563
41574
  },
41564
41575
  {
@@ -41842,7 +41853,7 @@
41842
41853
  "doc-url": "https://vuetifyjs.com/api/VSwitch#props",
41843
41854
  "value": {
41844
41855
  "kind": "expression",
41845
- "type": "any"
41856
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
41846
41857
  }
41847
41858
  },
41848
41859
  {
@@ -41851,7 +41862,7 @@
41851
41862
  "doc-url": "https://vuetifyjs.com/api/VSwitch#props",
41852
41863
  "value": {
41853
41864
  "kind": "expression",
41854
- "type": "any"
41865
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
41855
41866
  }
41856
41867
  },
41857
41868
  {
@@ -42157,7 +42168,7 @@
42157
42168
  },
42158
42169
  {
42159
42170
  "name": "icon",
42160
- "type": "any"
42171
+ "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
42161
42172
  },
42162
42173
  {
42163
42174
  "name": "props",
@@ -42420,7 +42431,7 @@
42420
42431
  "doc-url": "https://vuetifyjs.com/api/VTab#props",
42421
42432
  "value": {
42422
42433
  "kind": "expression",
42423
- "type": "any"
42434
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
42424
42435
  }
42425
42436
  },
42426
42437
  {
@@ -42429,7 +42440,7 @@
42429
42440
  "doc-url": "https://vuetifyjs.com/api/VTab#props",
42430
42441
  "value": {
42431
42442
  "kind": "expression",
42432
- "type": "any"
42443
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
42433
42444
  }
42434
42445
  },
42435
42446
  {
@@ -42715,7 +42726,7 @@
42715
42726
  "default": "false",
42716
42727
  "value": {
42717
42728
  "kind": "expression",
42718
- "type": "any"
42729
+ "type": "| boolean\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
42719
42730
  }
42720
42731
  }
42721
42732
  ],
@@ -42994,7 +43005,7 @@
42994
43005
  "default": "'$next'",
42995
43006
  "value": {
42996
43007
  "kind": "expression",
42997
- "type": "any"
43008
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
42998
43009
  }
42999
43010
  },
43000
43011
  {
@@ -43004,7 +43015,7 @@
43004
43015
  "default": "'$prev'",
43005
43016
  "value": {
43006
43017
  "kind": "expression",
43007
- "type": "any"
43018
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
43008
43019
  }
43009
43020
  },
43010
43021
  {
@@ -43500,7 +43511,7 @@
43500
43511
  "doc-url": "https://vuetifyjs.com/api/VTextField#props",
43501
43512
  "value": {
43502
43513
  "kind": "expression",
43503
- "type": "any"
43514
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
43504
43515
  }
43505
43516
  },
43506
43517
  {
@@ -43518,7 +43529,7 @@
43518
43529
  "doc-url": "https://vuetifyjs.com/api/VTextField#props",
43519
43530
  "value": {
43520
43531
  "kind": "expression",
43521
- "type": "any"
43532
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
43522
43533
  }
43523
43534
  },
43524
43535
  {
@@ -43748,7 +43759,7 @@
43748
43759
  "doc-url": "https://vuetifyjs.com/api/VTextField#props",
43749
43760
  "value": {
43750
43761
  "kind": "expression",
43751
- "type": "any"
43762
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
43752
43763
  }
43753
43764
  },
43754
43765
  {
@@ -43777,7 +43788,7 @@
43777
43788
  "default": "'$clear'",
43778
43789
  "value": {
43779
43790
  "kind": "expression",
43780
- "type": "any"
43791
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
43781
43792
  }
43782
43793
  },
43783
43794
  {
@@ -43834,7 +43845,7 @@
43834
43845
  "doc-url": "https://vuetifyjs.com/api/VTextField#props",
43835
43846
  "value": {
43836
43847
  "kind": "expression",
43837
- "type": "any"
43848
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
43838
43849
  }
43839
43850
  },
43840
43851
  {
@@ -44429,7 +44440,7 @@
44429
44440
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
44430
44441
  "value": {
44431
44442
  "kind": "expression",
44432
- "type": "any"
44443
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
44433
44444
  }
44434
44445
  },
44435
44446
  {
@@ -44447,7 +44458,7 @@
44447
44458
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
44448
44459
  "value": {
44449
44460
  "kind": "expression",
44450
- "type": "any"
44461
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
44451
44462
  }
44452
44463
  },
44453
44464
  {
@@ -44677,7 +44688,7 @@
44677
44688
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
44678
44689
  "value": {
44679
44690
  "kind": "expression",
44680
- "type": "any"
44691
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
44681
44692
  }
44682
44693
  },
44683
44694
  {
@@ -44706,7 +44717,7 @@
44706
44717
  "default": "'$clear'",
44707
44718
  "value": {
44708
44719
  "kind": "expression",
44709
- "type": "any"
44720
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
44710
44721
  }
44711
44722
  },
44712
44723
  {
@@ -44763,7 +44774,7 @@
44763
44774
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
44764
44775
  "value": {
44765
44776
  "kind": "expression",
44766
- "type": "any"
44777
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
44767
44778
  }
44768
44779
  },
44769
44780
  {
@@ -46165,7 +46176,7 @@
46165
46176
  "doc-url": "https://vuetifyjs.com/api/VTimelineItem#props",
46166
46177
  "value": {
46167
46178
  "kind": "expression",
46168
- "type": "any"
46179
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
46169
46180
  }
46170
46181
  },
46171
46182
  {
@@ -47054,7 +47065,7 @@
47054
47065
  },
47055
47066
  {
47056
47067
  "name": "targetRef",
47057
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L741-L745\" target=\"_blank\">TemplateRef</a>"
47068
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L746-L750\" target=\"_blank\">TemplateRef</a>"
47058
47069
  }
47059
47070
  ]
47060
47071
  }
@@ -47166,7 +47177,7 @@
47166
47177
  "default": "'$checkboxIndeterminate'",
47167
47178
  "value": {
47168
47179
  "kind": "expression",
47169
- "type": "any"
47180
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
47170
47181
  }
47171
47182
  },
47172
47183
  {
@@ -47175,7 +47186,7 @@
47175
47186
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
47176
47187
  "value": {
47177
47188
  "kind": "expression",
47178
- "type": "any"
47189
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
47179
47190
  }
47180
47191
  },
47181
47192
  {
@@ -47184,7 +47195,7 @@
47184
47195
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
47185
47196
  "value": {
47186
47197
  "kind": "expression",
47187
- "type": "any"
47198
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
47188
47199
  }
47189
47200
  },
47190
47201
  {
@@ -47774,7 +47785,7 @@
47774
47785
  "default": "'$treeviewCollapse'",
47775
47786
  "value": {
47776
47787
  "kind": "expression",
47777
- "type": "any"
47788
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
47778
47789
  }
47779
47790
  },
47780
47791
  {
@@ -47784,7 +47795,7 @@
47784
47795
  "default": "'$treeviewExpand'",
47785
47796
  "value": {
47786
47797
  "kind": "expression",
47787
- "type": "any"
47798
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
47788
47799
  }
47789
47800
  },
47790
47801
  {
@@ -47793,7 +47804,7 @@
47793
47804
  "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
47794
47805
  "value": {
47795
47806
  "kind": "expression",
47796
- "type": "any"
47807
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
47797
47808
  }
47798
47809
  },
47799
47810
  {
@@ -47802,7 +47813,7 @@
47802
47813
  "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
47803
47814
  "value": {
47804
47815
  "kind": "expression",
47805
- "type": "any"
47816
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
47806
47817
  }
47807
47818
  },
47808
47819
  {
@@ -47915,7 +47926,7 @@
47915
47926
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
47916
47927
  "value": {
47917
47928
  "kind": "expression",
47918
- "type": "any"
47929
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
47919
47930
  }
47920
47931
  },
47921
47932
  {
@@ -47960,7 +47971,7 @@
47960
47971
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
47961
47972
  "value": {
47962
47973
  "kind": "expression",
47963
- "type": "any"
47974
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
47964
47975
  }
47965
47976
  },
47966
47977
  {
@@ -48016,7 +48027,7 @@
48016
48027
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
48017
48028
  "value": {
48018
48029
  "kind": "expression",
48019
- "type": "any"
48030
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
48020
48031
  }
48021
48032
  },
48022
48033
  {
@@ -48722,7 +48733,7 @@
48722
48733
  "default": "'$next'",
48723
48734
  "value": {
48724
48735
  "kind": "expression",
48725
- "type": "any"
48736
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
48726
48737
  }
48727
48738
  },
48728
48739
  {
@@ -48732,7 +48743,7 @@
48732
48743
  "default": "'$prev'",
48733
48744
  "value": {
48734
48745
  "kind": "expression",
48735
- "type": "any"
48746
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
48736
48747
  }
48737
48748
  },
48738
48749
  {
@@ -48876,7 +48887,7 @@
48876
48887
  "vue-properties": [
48877
48888
  {
48878
48889
  "name": "props",
48879
- "type": "{ icon: any; class: string; onClick: () => void; 'aria-label': string }"
48890
+ "type": "{ icon: string | (string | [string, number])[] | (new () => any) | FunctionalComponent; class: string; onClick: () => void; 'aria-label': string }"
48880
48891
  }
48881
48892
  ]
48882
48893
  },
@@ -48887,7 +48898,7 @@
48887
48898
  "vue-properties": [
48888
48899
  {
48889
48900
  "name": "props",
48890
- "type": "{ icon: any; class: string; onClick: () => void; 'aria-label': string }"
48901
+ "type": "{ icon: string | (string | [string, number])[] | (new () => any) | FunctionalComponent; class: string; onClick: () => void; 'aria-label': string }"
48891
48902
  }
48892
48903
  ]
48893
48904
  }