@vuetify/nightly 3.7.3-dev.2024-10-17 → 3.7.3-dev.2024-10-24

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 (247) hide show
  1. package/dist/json/attributes.json +69 -69
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +142 -142
  4. package/dist/json/web-types.json +341 -341
  5. package/dist/vuetify-labs.css +3632 -3632
  6. package/dist/vuetify-labs.d.ts +2966 -13801
  7. package/dist/vuetify-labs.esm.js +9 -3
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +9 -3
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +5673 -5673
  12. package/dist/vuetify.d.ts +3119 -12303
  13. package/dist/vuetify.esm.js +9 -3
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +9 -3
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +3 -3
  19. package/lib/components/VAlert/VAlert.mjs +1 -1
  20. package/lib/components/VAlert/index.d.mts +8 -86
  21. package/lib/components/VApp/index.d.mts +4 -20
  22. package/lib/components/VAppBar/VAppBar.mjs +1 -1
  23. package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
  24. package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
  25. package/lib/components/VAppBar/index.d.mts +12 -148
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  27. package/lib/components/VAutocomplete/index.d.mts +201 -1360
  28. package/lib/components/VAvatar/index.d.mts +4 -31
  29. package/lib/components/VBadge/VBadge.mjs +1 -1
  30. package/lib/components/VBadge/index.d.mts +4 -41
  31. package/lib/components/VBanner/VBanner.mjs +1 -1
  32. package/lib/components/VBanner/index.d.mts +12 -88
  33. package/lib/components/VBottomNavigation/index.d.mts +4 -32
  34. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
  35. package/lib/components/VBottomSheet/index.d.mts +4 -88
  36. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
  37. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
  38. package/lib/components/VBreadcrumbs/index.d.mts +12 -65
  39. package/lib/components/VBtn/VBtn.mjs +1 -1
  40. package/lib/components/VBtn/index.d.mts +4 -72
  41. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
  42. package/lib/components/VBtnGroup/index.d.mts +4 -28
  43. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
  44. package/lib/components/VBtnToggle/index.d.mts +4 -24
  45. package/lib/components/VCard/VCard.mjs +1 -1
  46. package/lib/components/VCard/VCardItem.mjs +1 -1
  47. package/lib/components/VCard/VCardSubtitle.mjs +1 -1
  48. package/lib/components/VCard/VCardText.mjs +1 -1
  49. package/lib/components/VCard/index.d.mts +24 -190
  50. package/lib/components/VCarousel/VCarousel.mjs +1 -1
  51. package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
  52. package/lib/components/VCarousel/index.d.mts +8 -86
  53. package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
  54. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
  55. package/lib/components/VCheckbox/index.d.mts +8 -90
  56. package/lib/components/VChip/VChip.mjs +1 -1
  57. package/lib/components/VChip/index.d.mts +4 -105
  58. package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
  59. package/lib/components/VChipGroup/index.d.mts +4 -28
  60. package/lib/components/VCode/index.d.mts +4 -18
  61. package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
  62. package/lib/components/VColorPicker/index.d.mts +4 -68
  63. package/lib/components/VCombobox/VCombobox.mjs +1 -1
  64. package/lib/components/VCombobox/index.d.mts +201 -1360
  65. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
  66. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
  67. package/lib/components/VConfirmEdit/index.d.mts +6 -13
  68. package/lib/components/VCounter/VCounter.mjs +1 -1
  69. package/lib/components/VCounter/index.d.mts +9 -31
  70. package/lib/components/VDataIterator/index.d.mts +12 -56
  71. package/lib/components/VDataTable/VDataTable.mjs +1 -1
  72. package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
  73. package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
  74. package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
  75. package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
  76. package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
  77. package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
  78. package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
  79. package/lib/components/VDataTable/index.d.mts +36 -388
  80. package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
  81. package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
  82. package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
  83. package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
  84. package/lib/components/VDatePicker/index.d.mts +24 -276
  85. package/lib/components/VDefaultsProvider/index.d.mts +4 -20
  86. package/lib/components/VDialog/VDialog.mjs +1 -1
  87. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
  88. package/lib/components/VDialog/index.d.mts +143 -389
  89. package/lib/components/VDivider/index.d.mts +4 -24
  90. package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
  91. package/lib/components/VEmptyState/index.d.mts +4 -66
  92. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
  93. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
  94. package/lib/components/VExpansionPanel/index.d.mts +16 -152
  95. package/lib/components/VFab/VFab.mjs +1 -1
  96. package/lib/components/VFab/index.d.mts +9 -78
  97. package/lib/components/VField/VField.mjs +1 -1
  98. package/lib/components/VField/VFieldLabel.mjs +1 -1
  99. package/lib/components/VField/index.d.mts +11 -59
  100. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  101. package/lib/components/VFileInput/index.d.mts +71 -256
  102. package/lib/components/VFooter/VFooter.mjs +1 -1
  103. package/lib/components/VFooter/index.d.mts +4 -29
  104. package/lib/components/VForm/index.d.mts +267 -175
  105. package/lib/components/VGrid/VContainer.mjs +1 -1
  106. package/lib/components/VGrid/index.d.mts +16 -118
  107. package/lib/components/VHover/index.d.mts +4 -33
  108. package/lib/components/VIcon/index.d.mts +17 -75
  109. package/lib/components/VImg/VImg.mjs +1 -1
  110. package/lib/components/VImg/index.d.mts +19 -74
  111. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
  112. package/lib/components/VInfiniteScroll/index.d.mts +4 -46
  113. package/lib/components/VInput/VInput.mjs +1 -1
  114. package/lib/components/VInput/index.d.mts +4 -37
  115. package/lib/components/VItemGroup/index.d.mts +8 -65
  116. package/lib/components/VKbd/index.d.mts +4 -18
  117. package/lib/components/VLabel/index.d.mts +4 -20
  118. package/lib/components/VLayout/index.d.mts +8 -48
  119. package/lib/components/VLazy/VLazy.mjs +1 -1
  120. package/lib/components/VLazy/index.d.mts +4 -31
  121. package/lib/components/VList/VList.mjs +1 -1
  122. package/lib/components/VList/VListChildren.mjs +1 -1
  123. package/lib/components/VList/VListGroup.mjs +1 -1
  124. package/lib/components/VList/VListItem.mjs +1 -1
  125. package/lib/components/VList/VListItemAction.mjs +1 -1
  126. package/lib/components/VList/VListItemMedia.mjs +1 -1
  127. package/lib/components/VList/VListItemSubtitle.mjs +1 -1
  128. package/lib/components/VList/index.d.mts +48 -291
  129. package/lib/components/VLocaleProvider/index.d.mts +4 -21
  130. package/lib/components/VMain/index.d.mts +4 -25
  131. package/lib/components/VMenu/VMenu.mjs +1 -1
  132. package/lib/components/VMenu/index.d.mts +155 -397
  133. package/lib/components/VMessages/index.d.mts +4 -27
  134. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
  135. package/lib/components/VNavigationDrawer/index.d.mts +7 -62
  136. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  137. package/lib/components/VOtpInput/index.d.mts +7 -52
  138. package/lib/components/VOverlay/VOverlay.mjs +1 -1
  139. package/lib/components/VOverlay/index.d.mts +19 -101
  140. package/lib/components/VPagination/VPagination.mjs +1 -1
  141. package/lib/components/VPagination/index.d.mts +4 -64
  142. package/lib/components/VParallax/VParallax.mjs +1 -1
  143. package/lib/components/VParallax/index.d.mts +4 -27
  144. package/lib/components/VProgressCircular/index.d.mts +4 -34
  145. package/lib/components/VProgressLinear/index.d.mts +4 -54
  146. package/lib/components/VRadio/VRadio.mjs +1 -1
  147. package/lib/components/VRadio/index.d.mts +4 -68
  148. package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
  149. package/lib/components/VRadioGroup/index.d.mts +4 -48
  150. package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
  151. package/lib/components/VRangeSlider/index.d.mts +4 -107
  152. package/lib/components/VRating/VRating.mjs +1 -1
  153. package/lib/components/VRating/index.d.mts +4 -42
  154. package/lib/components/VResponsive/index.d.mts +4 -29
  155. package/lib/components/VSelect/VSelect.mjs +1 -1
  156. package/lib/components/VSelect/index.d.mts +200 -1352
  157. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
  158. package/lib/components/VSelectionControl/index.d.mts +10 -37
  159. package/lib/components/VSelectionControlGroup/index.d.mts +4 -26
  160. package/lib/components/VSheet/VSheet.mjs +1 -1
  161. package/lib/components/VSheet/index.d.mts +4 -32
  162. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
  163. package/lib/components/VSkeletonLoader/index.d.mts +4 -28
  164. package/lib/components/VSlideGroup/index.d.mts +14 -70
  165. package/lib/components/VSlider/VSlider.mjs +1 -1
  166. package/lib/components/VSlider/VSliderThumb.mjs +1 -1
  167. package/lib/components/VSlider/index.d.mts +4 -106
  168. package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
  169. package/lib/components/VSnackbar/index.d.mts +152 -398
  170. package/lib/components/VSparkline/VBarline.mjs +1 -2
  171. package/lib/components/VSparkline/VBarline.mjs.map +1 -1
  172. package/lib/components/VSparkline/VSparkline.mjs +1 -1
  173. package/lib/components/VSparkline/VTrendline.mjs +1 -2
  174. package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
  175. package/lib/components/VSparkline/index.d.mts +4 -49
  176. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  177. package/lib/components/VSpeedDial/index.d.mts +4 -85
  178. package/lib/components/VStepper/VStepper.mjs +1 -1
  179. package/lib/components/VStepper/VStepperItem.mjs +1 -1
  180. package/lib/components/VStepper/VStepperWindow.mjs +1 -1
  181. package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
  182. package/lib/components/VStepper/index.d.mts +24 -250
  183. package/lib/components/VSwitch/VSwitch.mjs +1 -1
  184. package/lib/components/VSwitch/index.d.mts +4 -59
  185. package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
  186. package/lib/components/VSystemBar/index.d.mts +4 -28
  187. package/lib/components/VTable/index.d.mts +4 -33
  188. package/lib/components/VTabs/VTab.mjs +1 -1
  189. package/lib/components/VTabs/VTabs.mjs +1 -1
  190. package/lib/components/VTabs/VTabsWindow.mjs +1 -1
  191. package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
  192. package/lib/components/VTabs/index.d.mts +98 -394
  193. package/lib/components/VTextField/VTextField.mjs +1 -1
  194. package/lib/components/VTextField/index.d.mts +152 -374
  195. package/lib/components/VTextarea/VTextarea.mjs +1 -1
  196. package/lib/components/VTextarea/index.d.mts +71 -244
  197. package/lib/components/VThemeProvider/index.d.mts +4 -20
  198. package/lib/components/VTimeline/VTimeline.mjs +1 -1
  199. package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
  200. package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
  201. package/lib/components/VTimeline/index.d.mts +8 -75
  202. package/lib/components/VToolbar/VToolbar.mjs +1 -1
  203. package/lib/components/VToolbar/index.d.mts +12 -90
  204. package/lib/components/VTooltip/VTooltip.mjs +1 -1
  205. package/lib/components/VTooltip/index.d.mts +147 -386
  206. package/lib/components/VValidation/index.d.mts +10 -24
  207. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
  208. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
  209. package/lib/components/VVirtualScroll/index.d.mts +4 -15
  210. package/lib/components/VWindow/VWindow.mjs +1 -1
  211. package/lib/components/VWindow/VWindowItem.mjs +1 -1
  212. package/lib/components/VWindow/index.d.mts +8 -47
  213. package/lib/components/index.d.mts +2950 -12134
  214. package/lib/components/transitions/dialog-transition.mjs +1 -2
  215. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  216. package/lib/components/transitions/index.d.mts +64 -309
  217. package/lib/composables/icons.mjs +1 -1
  218. package/lib/composables/variant.mjs +1 -1
  219. package/lib/entry-bundler.mjs +1 -1
  220. package/lib/framework.mjs +1 -1
  221. package/lib/index.d.mts +51 -51
  222. package/lib/labs/VCalendar/VCalendar.mjs +1 -1
  223. package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
  224. package/lib/labs/VCalendar/index.d.mts +24 -211
  225. package/lib/labs/VDateInput/VDateInput.mjs +1 -1
  226. package/lib/labs/VDateInput/index.d.mts +4 -115
  227. package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
  228. package/lib/labs/VNumberInput/index.d.mts +577 -1280
  229. package/lib/labs/VPicker/VPicker.mjs +1 -1
  230. package/lib/labs/VPicker/index.d.mts +8 -63
  231. package/lib/labs/VPullToRefresh/index.d.mts +4 -35
  232. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
  233. package/lib/labs/VSnackbarQueue/index.d.mts +156 -453
  234. package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
  235. package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
  236. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
  237. package/lib/labs/VStepperVertical/index.d.mts +12 -227
  238. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  239. package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
  240. package/lib/labs/VTimePicker/index.d.mts +12 -122
  241. package/lib/labs/VTreeview/VTreeview.mjs +1 -1
  242. package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
  243. package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
  244. package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
  245. package/lib/labs/VTreeview/index.d.mts +18 -205
  246. package/lib/labs/components.d.mts +1015 -2912
  247. package/package.json +5 -4
@@ -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.3-dev.2024-10-17",
5
+ "version": "3.7.3-dev.2024-10-24",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -211,7 +211,7 @@
211
211
  "doc-url": "https://vuetifyjs.com/api/VAlert#props",
212
212
  "value": {
213
213
  "kind": "expression",
214
- "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'"
214
+ "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'"
215
215
  }
216
216
  },
217
217
  {
@@ -743,6 +743,16 @@
743
743
  "type": "boolean"
744
744
  }
745
745
  },
746
+ {
747
+ "name": "replace",
748
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation.",
749
+ "doc-url": "https://vuetifyjs.com/api/VAppBarNavIcon#props",
750
+ "default": "false",
751
+ "value": {
752
+ "kind": "expression",
753
+ "type": "boolean"
754
+ }
755
+ },
746
756
  {
747
757
  "name": "active",
748
758
  "description": "Controls the **active** state of the item. This is typically used to highlight the component.",
@@ -983,7 +993,7 @@
983
993
  "doc-url": "https://vuetifyjs.com/api/VAppBarNavIcon#props",
984
994
  "value": {
985
995
  "kind": "expression",
986
- "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'"
996
+ "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'"
987
997
  }
988
998
  },
989
999
  {
@@ -1014,16 +1024,6 @@
1014
1024
  "type": "string"
1015
1025
  }
1016
1026
  },
1017
- {
1018
- "name": "replace",
1019
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation.",
1020
- "doc-url": "https://vuetifyjs.com/api/VAppBarNavIcon#props",
1021
- "default": "false",
1022
- "value": {
1023
- "kind": "expression",
1024
- "type": "boolean"
1025
- }
1026
- },
1027
1027
  {
1028
1028
  "name": "exact",
1029
1029
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
@@ -2117,7 +2117,7 @@
2117
2117
  },
2118
2118
  {
2119
2119
  "name": "isPristine",
2120
- "type": "Ref<boolean>"
2120
+ "type": "Ref<boolean, boolean>"
2121
2121
  },
2122
2122
  {
2123
2123
  "name": "isValid",
@@ -2125,7 +2125,7 @@
2125
2125
  },
2126
2126
  {
2127
2127
  "name": "isValidating",
2128
- "type": "Ref<boolean>"
2128
+ "type": "Ref<boolean, boolean>"
2129
2129
  },
2130
2130
  {
2131
2131
  "name": "reset",
@@ -2168,7 +2168,7 @@
2168
2168
  },
2169
2169
  {
2170
2170
  "name": "isPristine",
2171
- "type": "Ref<boolean>"
2171
+ "type": "Ref<boolean, boolean>"
2172
2172
  },
2173
2173
  {
2174
2174
  "name": "isValid",
@@ -2176,7 +2176,7 @@
2176
2176
  },
2177
2177
  {
2178
2178
  "name": "isValidating",
2179
- "type": "Ref<boolean>"
2179
+ "type": "Ref<boolean, boolean>"
2180
2180
  },
2181
2181
  {
2182
2182
  "name": "reset",
@@ -2219,7 +2219,7 @@
2219
2219
  },
2220
2220
  {
2221
2221
  "name": "isPristine",
2222
- "type": "Ref<boolean>"
2222
+ "type": "Ref<boolean, boolean>"
2223
2223
  },
2224
2224
  {
2225
2225
  "name": "isValid",
@@ -2227,7 +2227,7 @@
2227
2227
  },
2228
2228
  {
2229
2229
  "name": "isValidating",
2230
- "type": "Ref<boolean>"
2230
+ "type": "Ref<boolean, boolean>"
2231
2231
  },
2232
2232
  {
2233
2233
  "name": "reset",
@@ -2266,15 +2266,15 @@
2266
2266
  "vue-properties": [
2267
2267
  {
2268
2268
  "name": "isActive",
2269
- "type": "Ref<boolean>"
2269
+ "type": "Ref<boolean, boolean>"
2270
2270
  },
2271
2271
  {
2272
2272
  "name": "isFocused",
2273
- "type": "Ref<boolean>"
2273
+ "type": "Ref<boolean, boolean>"
2274
2274
  },
2275
2275
  {
2276
2276
  "name": "controlRef",
2277
- "type": "Ref<HTMLElement | undefined>"
2277
+ "type": "Ref<HTMLElement | undefined, HTMLElement | undefined>"
2278
2278
  },
2279
2279
  {
2280
2280
  "name": "focus",
@@ -2293,15 +2293,15 @@
2293
2293
  "vue-properties": [
2294
2294
  {
2295
2295
  "name": "isActive",
2296
- "type": "Ref<boolean>"
2296
+ "type": "Ref<boolean, boolean>"
2297
2297
  },
2298
2298
  {
2299
2299
  "name": "isFocused",
2300
- "type": "Ref<boolean>"
2300
+ "type": "Ref<boolean, boolean>"
2301
2301
  },
2302
2302
  {
2303
2303
  "name": "controlRef",
2304
- "type": "Ref<HTMLElement | undefined>"
2304
+ "type": "Ref<HTMLElement | undefined, HTMLElement | undefined>"
2305
2305
  },
2306
2306
  {
2307
2307
  "name": "focus",
@@ -2964,7 +2964,7 @@
2964
2964
  "doc-url": "https://vuetifyjs.com/api/VBanner#props",
2965
2965
  "value": {
2966
2966
  "kind": "expression",
2967
- "type": "'sticky' | 'static' | 'relative' | 'fixed' | 'absolute'"
2967
+ "type": "'fixed' | 'sticky' | 'static' | 'relative' | 'absolute'"
2968
2968
  }
2969
2969
  },
2970
2970
  {
@@ -3798,7 +3798,7 @@
3798
3798
  "vue-properties": [
3799
3799
  {
3800
3800
  "name": "isActive",
3801
- "type": "Ref<boolean>"
3801
+ "type": "Ref<boolean, boolean>"
3802
3802
  }
3803
3803
  ]
3804
3804
  },
@@ -4055,6 +4055,16 @@
4055
4055
  "description": "",
4056
4056
  "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-item",
4057
4057
  "attributes": [
4058
+ {
4059
+ "name": "replace",
4060
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation.",
4061
+ "doc-url": "https://vuetifyjs.com/api/VBreadcrumbsItem#props",
4062
+ "default": "false",
4063
+ "value": {
4064
+ "kind": "expression",
4065
+ "type": "boolean"
4066
+ }
4067
+ },
4058
4068
  {
4059
4069
  "name": "active",
4060
4070
  "description": "Controls the **active** state of the item. This is typically used to highlight the component.",
@@ -4120,16 +4130,6 @@
4120
4130
  "type": "string"
4121
4131
  }
4122
4132
  },
4123
- {
4124
- "name": "replace",
4125
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation.",
4126
- "doc-url": "https://vuetifyjs.com/api/VBreadcrumbsItem#props",
4127
- "default": "false",
4128
- "value": {
4129
- "kind": "expression",
4130
- "type": "boolean"
4131
- }
4132
- },
4133
4133
  {
4134
4134
  "name": "exact",
4135
4135
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
@@ -4201,6 +4201,16 @@
4201
4201
  "type": "boolean"
4202
4202
  }
4203
4203
  },
4204
+ {
4205
+ "name": "replace",
4206
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation.",
4207
+ "doc-url": "https://vuetifyjs.com/api/VBtn#props",
4208
+ "default": "false",
4209
+ "value": {
4210
+ "kind": "expression",
4211
+ "type": "boolean"
4212
+ }
4213
+ },
4204
4214
  {
4205
4215
  "name": "active",
4206
4216
  "description": "Controls the **active** state of the item. This is typically used to highlight the component.",
@@ -4441,7 +4451,7 @@
4441
4451
  "doc-url": "https://vuetifyjs.com/api/VBtn#props",
4442
4452
  "value": {
4443
4453
  "kind": "expression",
4444
- "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'"
4454
+ "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'"
4445
4455
  }
4446
4456
  },
4447
4457
  {
@@ -4472,16 +4482,6 @@
4472
4482
  "type": "string"
4473
4483
  }
4474
4484
  },
4475
- {
4476
- "name": "replace",
4477
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation.",
4478
- "doc-url": "https://vuetifyjs.com/api/VBtn#props",
4479
- "default": "false",
4480
- "value": {
4481
- "kind": "expression",
4482
- "type": "boolean"
4483
- }
4484
- },
4485
4485
  {
4486
4486
  "name": "exact",
4487
4487
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
@@ -4929,7 +4929,7 @@
4929
4929
  },
4930
4930
  {
4931
4931
  "name": "selected",
4932
- "type": "Ref<readonly number[]>"
4932
+ "type": "Ref<readonly number[], readonly number[]>"
4933
4933
  },
4934
4934
  {
4935
4935
  "name": "next",
@@ -5892,6 +5892,25 @@
5892
5892
  "type": "boolean"
5893
5893
  }
5894
5894
  },
5895
+ {
5896
+ "name": "replace",
5897
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation.",
5898
+ "doc-url": "https://vuetifyjs.com/api/VCard#props",
5899
+ "default": "false",
5900
+ "value": {
5901
+ "kind": "expression",
5902
+ "type": "boolean"
5903
+ }
5904
+ },
5905
+ {
5906
+ "name": "link",
5907
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
5908
+ "doc-url": "https://vuetifyjs.com/api/VCard#props",
5909
+ "value": {
5910
+ "kind": "expression",
5911
+ "type": "boolean"
5912
+ }
5913
+ },
5895
5914
  {
5896
5915
  "name": "appendAvatar",
5897
5916
  "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot.",
@@ -5930,15 +5949,6 @@
5930
5949
  "type": "boolean"
5931
5950
  }
5932
5951
  },
5933
- {
5934
- "name": "link",
5935
- "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
5936
- "doc-url": "https://vuetifyjs.com/api/VCard#props",
5937
- "value": {
5938
- "kind": "expression",
5939
- "type": "boolean"
5940
- }
5941
- },
5942
5952
  {
5943
5953
  "name": "prependAvatar",
5944
5954
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content.",
@@ -6075,7 +6085,7 @@
6075
6085
  "doc-url": "https://vuetifyjs.com/api/VCard#props",
6076
6086
  "value": {
6077
6087
  "kind": "expression",
6078
- "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'"
6088
+ "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'"
6079
6089
  }
6080
6090
  },
6081
6091
  {
@@ -6106,16 +6116,6 @@
6106
6116
  "type": "string"
6107
6117
  }
6108
6118
  },
6109
- {
6110
- "name": "replace",
6111
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation.",
6112
- "doc-url": "https://vuetifyjs.com/api/VCard#props",
6113
- "default": "false",
6114
- "value": {
6115
- "kind": "expression",
6116
- "type": "boolean"
6117
- }
6118
- },
6119
6119
  {
6120
6120
  "name": "exact",
6121
6121
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
@@ -6735,7 +6735,7 @@
6735
6735
  "vue-properties": [
6736
6736
  {
6737
6737
  "name": "group",
6738
- "type": "{ register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean | undefined>; useIndexAsValue: boolean }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string | undefined>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean | undefined; }[]>; disabled: Ref<boolean | undefined>; getItemIndex: (value: unknown) => number }"
6738
+ "type": "{ register: (item: { id: number; value: Ref<unknown, unknown>; disabled: Ref<boolean | undefined, boolean | undefined>; useIndexAsValue: boolean }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[], readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string | undefined, string | undefined>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean | undefined; }[]>; disabled: Ref<boolean | undefined, boolean | undefined>; getItemIndex: (value: unknown) => number }"
6739
6739
  }
6740
6740
  ]
6741
6741
  },
@@ -6746,7 +6746,7 @@
6746
6746
  "vue-properties": [
6747
6747
  {
6748
6748
  "name": "group",
6749
- "type": "{ register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean | undefined>; useIndexAsValue: boolean }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string | undefined>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean | undefined; }[]>; disabled: Ref<boolean | undefined>; getItemIndex: (value: unknown) => number }"
6749
+ "type": "{ register: (item: { id: number; value: Ref<unknown, unknown>; disabled: Ref<boolean | undefined, boolean | undefined>; useIndexAsValue: boolean }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[], readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string | undefined, string | undefined>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean | undefined; }[]>; disabled: Ref<boolean | undefined, boolean | undefined>; getItemIndex: (value: unknown) => number }"
6750
6750
  }
6751
6751
  ]
6752
6752
  },
@@ -7591,7 +7591,7 @@
7591
7591
  },
7592
7592
  {
7593
7593
  "name": "isPristine",
7594
- "type": "Ref<boolean>"
7594
+ "type": "Ref<boolean, boolean>"
7595
7595
  },
7596
7596
  {
7597
7597
  "name": "isValid",
@@ -7599,7 +7599,7 @@
7599
7599
  },
7600
7600
  {
7601
7601
  "name": "isValidating",
7602
- "type": "Ref<boolean>"
7602
+ "type": "Ref<boolean, boolean>"
7603
7603
  },
7604
7604
  {
7605
7605
  "name": "reset",
@@ -7642,7 +7642,7 @@
7642
7642
  },
7643
7643
  {
7644
7644
  "name": "isPristine",
7645
- "type": "Ref<boolean>"
7645
+ "type": "Ref<boolean, boolean>"
7646
7646
  },
7647
7647
  {
7648
7648
  "name": "isValid",
@@ -7650,7 +7650,7 @@
7650
7650
  },
7651
7651
  {
7652
7652
  "name": "isValidating",
7653
- "type": "Ref<boolean>"
7653
+ "type": "Ref<boolean, boolean>"
7654
7654
  },
7655
7655
  {
7656
7656
  "name": "reset",
@@ -7693,7 +7693,7 @@
7693
7693
  },
7694
7694
  {
7695
7695
  "name": "isPristine",
7696
- "type": "Ref<boolean>"
7696
+ "type": "Ref<boolean, boolean>"
7697
7697
  },
7698
7698
  {
7699
7699
  "name": "isValid",
@@ -7701,7 +7701,7 @@
7701
7701
  },
7702
7702
  {
7703
7703
  "name": "isValidating",
7704
- "type": "Ref<boolean>"
7704
+ "type": "Ref<boolean, boolean>"
7705
7705
  },
7706
7706
  {
7707
7707
  "name": "reset",
@@ -7735,11 +7735,11 @@
7735
7735
  "vue-properties": [
7736
7736
  {
7737
7737
  "name": "backgroundColorClasses",
7738
- "type": "Ref<string[]>"
7738
+ "type": "Ref<string[], string[]>"
7739
7739
  },
7740
7740
  {
7741
7741
  "name": "backgroundColorStyles",
7742
- "type": "Ref<CSSProperties>"
7742
+ "type": "Ref<CSSProperties, CSSProperties>"
7743
7743
  }
7744
7744
  ]
7745
7745
  },
@@ -7765,23 +7765,23 @@
7765
7765
  "vue-properties": [
7766
7766
  {
7767
7767
  "name": "model",
7768
- "type": "WritableComputedRef<boolean>"
7768
+ "type": "WritableComputedRef<boolean, boolean>"
7769
7769
  },
7770
7770
  {
7771
7771
  "name": "textColorClasses",
7772
- "type": "Ref<string[]>"
7772
+ "type": "Ref<string[], string[]>"
7773
7773
  },
7774
7774
  {
7775
7775
  "name": "textColorStyles",
7776
- "type": "Ref<CSSProperties>"
7776
+ "type": "Ref<CSSProperties, CSSProperties>"
7777
7777
  },
7778
7778
  {
7779
7779
  "name": "backgroundColorClasses",
7780
- "type": "Ref<string[]>"
7780
+ "type": "Ref<string[], string[]>"
7781
7781
  },
7782
7782
  {
7783
7783
  "name": "backgroundColorStyles",
7784
- "type": "Ref<CSSProperties>"
7784
+ "type": "Ref<CSSProperties, CSSProperties>"
7785
7785
  },
7786
7786
  {
7787
7787
  "name": "inputNode",
@@ -8072,11 +8072,11 @@
8072
8072
  "vue-properties": [
8073
8073
  {
8074
8074
  "name": "backgroundColorClasses",
8075
- "type": "Ref<string[]>"
8075
+ "type": "Ref<string[], string[]>"
8076
8076
  },
8077
8077
  {
8078
8078
  "name": "backgroundColorStyles",
8079
- "type": "Ref<CSSProperties>"
8079
+ "type": "Ref<CSSProperties, CSSProperties>"
8080
8080
  }
8081
8081
  ]
8082
8082
  },
@@ -8102,23 +8102,23 @@
8102
8102
  "vue-properties": [
8103
8103
  {
8104
8104
  "name": "model",
8105
- "type": "WritableComputedRef<boolean>"
8105
+ "type": "WritableComputedRef<boolean, boolean>"
8106
8106
  },
8107
8107
  {
8108
8108
  "name": "textColorClasses",
8109
- "type": "Ref<string[]>"
8109
+ "type": "Ref<string[], string[]>"
8110
8110
  },
8111
8111
  {
8112
8112
  "name": "textColorStyles",
8113
- "type": "Ref<CSSProperties>"
8113
+ "type": "Ref<CSSProperties, CSSProperties>"
8114
8114
  },
8115
8115
  {
8116
8116
  "name": "backgroundColorClasses",
8117
- "type": "Ref<string[]>"
8117
+ "type": "Ref<string[], string[]>"
8118
8118
  },
8119
8119
  {
8120
8120
  "name": "backgroundColorStyles",
8121
- "type": "Ref<CSSProperties>"
8121
+ "type": "Ref<CSSProperties, CSSProperties>"
8122
8122
  },
8123
8123
  {
8124
8124
  "name": "inputNode",
@@ -8169,6 +8169,25 @@
8169
8169
  "type": "boolean"
8170
8170
  }
8171
8171
  },
8172
+ {
8173
+ "name": "replace",
8174
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation.",
8175
+ "doc-url": "https://vuetifyjs.com/api/VChip#props",
8176
+ "default": "false",
8177
+ "value": {
8178
+ "kind": "expression",
8179
+ "type": "boolean"
8180
+ }
8181
+ },
8182
+ {
8183
+ "name": "link",
8184
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
8185
+ "doc-url": "https://vuetifyjs.com/api/VChip#props",
8186
+ "value": {
8187
+ "kind": "expression",
8188
+ "type": "boolean"
8189
+ }
8190
+ },
8172
8191
  {
8173
8192
  "name": "activeClass",
8174
8193
  "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation.",
@@ -8246,15 +8265,6 @@
8246
8265
  "type": "string"
8247
8266
  }
8248
8267
  },
8249
- {
8250
- "name": "link",
8251
- "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
8252
- "doc-url": "https://vuetifyjs.com/api/VChip#props",
8253
- "value": {
8254
- "kind": "expression",
8255
- "type": "boolean"
8256
- }
8257
- },
8258
8268
  {
8259
8269
  "name": "pill",
8260
8270
  "description": "Remove `v-avatar` padding.",
@@ -8397,16 +8407,6 @@
8397
8407
  "type": "string"
8398
8408
  }
8399
8409
  },
8400
- {
8401
- "name": "replace",
8402
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation.",
8403
- "doc-url": "https://vuetifyjs.com/api/VChip#props",
8404
- "default": "false",
8405
- "value": {
8406
- "kind": "expression",
8407
- "type": "boolean"
8408
- }
8409
- },
8410
8410
  {
8411
8411
  "name": "exact",
8412
8412
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
@@ -10329,7 +10329,7 @@
10329
10329
  },
10330
10330
  {
10331
10331
  "name": "isPristine",
10332
- "type": "Ref<boolean>"
10332
+ "type": "Ref<boolean, boolean>"
10333
10333
  },
10334
10334
  {
10335
10335
  "name": "isValid",
@@ -10337,7 +10337,7 @@
10337
10337
  },
10338
10338
  {
10339
10339
  "name": "isValidating",
10340
- "type": "Ref<boolean>"
10340
+ "type": "Ref<boolean, boolean>"
10341
10341
  },
10342
10342
  {
10343
10343
  "name": "reset",
@@ -10380,7 +10380,7 @@
10380
10380
  },
10381
10381
  {
10382
10382
  "name": "isPristine",
10383
- "type": "Ref<boolean>"
10383
+ "type": "Ref<boolean, boolean>"
10384
10384
  },
10385
10385
  {
10386
10386
  "name": "isValid",
@@ -10388,7 +10388,7 @@
10388
10388
  },
10389
10389
  {
10390
10390
  "name": "isValidating",
10391
- "type": "Ref<boolean>"
10391
+ "type": "Ref<boolean, boolean>"
10392
10392
  },
10393
10393
  {
10394
10394
  "name": "reset",
@@ -10431,7 +10431,7 @@
10431
10431
  },
10432
10432
  {
10433
10433
  "name": "isPristine",
10434
- "type": "Ref<boolean>"
10434
+ "type": "Ref<boolean, boolean>"
10435
10435
  },
10436
10436
  {
10437
10437
  "name": "isValid",
@@ -10439,7 +10439,7 @@
10439
10439
  },
10440
10440
  {
10441
10441
  "name": "isValidating",
10442
- "type": "Ref<boolean>"
10442
+ "type": "Ref<boolean, boolean>"
10443
10443
  },
10444
10444
  {
10445
10445
  "name": "reset",
@@ -10478,15 +10478,15 @@
10478
10478
  "vue-properties": [
10479
10479
  {
10480
10480
  "name": "isActive",
10481
- "type": "Ref<boolean>"
10481
+ "type": "Ref<boolean, boolean>"
10482
10482
  },
10483
10483
  {
10484
10484
  "name": "isFocused",
10485
- "type": "Ref<boolean>"
10485
+ "type": "Ref<boolean, boolean>"
10486
10486
  },
10487
10487
  {
10488
10488
  "name": "controlRef",
10489
- "type": "Ref<HTMLElement | undefined>"
10489
+ "type": "Ref<HTMLElement | undefined, HTMLElement | undefined>"
10490
10490
  },
10491
10491
  {
10492
10492
  "name": "focus",
@@ -10505,15 +10505,15 @@
10505
10505
  "vue-properties": [
10506
10506
  {
10507
10507
  "name": "isActive",
10508
- "type": "Ref<boolean>"
10508
+ "type": "Ref<boolean, boolean>"
10509
10509
  },
10510
10510
  {
10511
10511
  "name": "isFocused",
10512
- "type": "Ref<boolean>"
10512
+ "type": "Ref<boolean, boolean>"
10513
10513
  },
10514
10514
  {
10515
10515
  "name": "controlRef",
10516
- "type": "Ref<HTMLElement | undefined>"
10516
+ "type": "Ref<HTMLElement | undefined, HTMLElement | undefined>"
10517
10517
  },
10518
10518
  {
10519
10519
  "name": "focus",
@@ -10751,7 +10751,7 @@
10751
10751
  "vue-properties": [
10752
10752
  {
10753
10753
  "name": "model",
10754
- "type": "Ref<unknown>"
10754
+ "type": "Ref<unknown, unknown>"
10755
10755
  },
10756
10756
  {
10757
10757
  "name": "save",
@@ -18308,7 +18308,7 @@
18308
18308
  "doc-url": "https://vuetifyjs.com/api/VDateInput#props",
18309
18309
  "value": {
18310
18310
  "kind": "expression",
18311
- "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'"
18311
+ "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'"
18312
18312
  }
18313
18313
  },
18314
18314
  {
@@ -20088,7 +20088,7 @@
20088
20088
  "vue-properties": [
20089
20089
  {
20090
20090
  "name": "isActive",
20091
- "type": "Ref<boolean>"
20091
+ "type": "Ref<boolean, boolean>"
20092
20092
  }
20093
20093
  ]
20094
20094
  },
@@ -21567,6 +21567,16 @@
21567
21567
  "type": "boolean"
21568
21568
  }
21569
21569
  },
21570
+ {
21571
+ "name": "replace",
21572
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation.",
21573
+ "doc-url": "https://vuetifyjs.com/api/VFab#props",
21574
+ "default": "false",
21575
+ "value": {
21576
+ "kind": "expression",
21577
+ "type": "boolean"
21578
+ }
21579
+ },
21570
21580
  {
21571
21581
  "name": "app",
21572
21582
  "description": "If true, attaches to the closest layout and positions according to the value of **location**.",
@@ -21868,7 +21878,7 @@
21868
21878
  "doc-url": "https://vuetifyjs.com/api/VFab#props",
21869
21879
  "value": {
21870
21880
  "kind": "expression",
21871
- "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'"
21881
+ "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'"
21872
21882
  }
21873
21883
  },
21874
21884
  {
@@ -21909,16 +21919,6 @@
21909
21919
  "type": "string"
21910
21920
  }
21911
21921
  },
21912
- {
21913
- "name": "replace",
21914
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation.",
21915
- "doc-url": "https://vuetifyjs.com/api/VFab#props",
21916
- "default": "false",
21917
- "value": {
21918
- "kind": "expression",
21919
- "type": "boolean"
21920
- }
21921
- },
21922
21922
  {
21923
21923
  "name": "exact",
21924
21924
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
@@ -22534,15 +22534,15 @@
22534
22534
  "vue-properties": [
22535
22535
  {
22536
22536
  "name": "isActive",
22537
- "type": "Ref<boolean>"
22537
+ "type": "Ref<boolean, boolean>"
22538
22538
  },
22539
22539
  {
22540
22540
  "name": "isFocused",
22541
- "type": "Ref<boolean>"
22541
+ "type": "Ref<boolean, boolean>"
22542
22542
  },
22543
22543
  {
22544
22544
  "name": "controlRef",
22545
- "type": "Ref<HTMLElement | undefined>"
22545
+ "type": "Ref<HTMLElement | undefined, HTMLElement | undefined>"
22546
22546
  },
22547
22547
  {
22548
22548
  "name": "focus",
@@ -22561,15 +22561,15 @@
22561
22561
  "vue-properties": [
22562
22562
  {
22563
22563
  "name": "isActive",
22564
- "type": "Ref<boolean>"
22564
+ "type": "Ref<boolean, boolean>"
22565
22565
  },
22566
22566
  {
22567
22567
  "name": "isFocused",
22568
- "type": "Ref<boolean>"
22568
+ "type": "Ref<boolean, boolean>"
22569
22569
  },
22570
22570
  {
22571
22571
  "name": "controlRef",
22572
- "type": "Ref<HTMLElement | undefined>"
22572
+ "type": "Ref<HTMLElement | undefined, HTMLElement | undefined>"
22573
22573
  },
22574
22574
  {
22575
22575
  "name": "focus",
@@ -22612,15 +22612,15 @@
22612
22612
  },
22613
22613
  {
22614
22614
  "name": "isActive",
22615
- "type": "Ref<boolean>"
22615
+ "type": "Ref<boolean, boolean>"
22616
22616
  },
22617
22617
  {
22618
22618
  "name": "isFocused",
22619
- "type": "Ref<boolean>"
22619
+ "type": "Ref<boolean, boolean>"
22620
22620
  },
22621
22621
  {
22622
22622
  "name": "controlRef",
22623
- "type": "Ref<HTMLElement | undefined>"
22623
+ "type": "Ref<HTMLElement | undefined, HTMLElement | undefined>"
22624
22624
  },
22625
22625
  {
22626
22626
  "name": "focus",
@@ -23307,7 +23307,7 @@
23307
23307
  },
23308
23308
  {
23309
23309
  "name": "isPristine",
23310
- "type": "Ref<boolean>"
23310
+ "type": "Ref<boolean, boolean>"
23311
23311
  },
23312
23312
  {
23313
23313
  "name": "isValid",
@@ -23315,7 +23315,7 @@
23315
23315
  },
23316
23316
  {
23317
23317
  "name": "isValidating",
23318
- "type": "Ref<boolean>"
23318
+ "type": "Ref<boolean, boolean>"
23319
23319
  },
23320
23320
  {
23321
23321
  "name": "reset",
@@ -23358,7 +23358,7 @@
23358
23358
  },
23359
23359
  {
23360
23360
  "name": "isPristine",
23361
- "type": "Ref<boolean>"
23361
+ "type": "Ref<boolean, boolean>"
23362
23362
  },
23363
23363
  {
23364
23364
  "name": "isValid",
@@ -23366,7 +23366,7 @@
23366
23366
  },
23367
23367
  {
23368
23368
  "name": "isValidating",
23369
- "type": "Ref<boolean>"
23369
+ "type": "Ref<boolean, boolean>"
23370
23370
  },
23371
23371
  {
23372
23372
  "name": "reset",
@@ -23409,7 +23409,7 @@
23409
23409
  },
23410
23410
  {
23411
23411
  "name": "isPristine",
23412
- "type": "Ref<boolean>"
23412
+ "type": "Ref<boolean, boolean>"
23413
23413
  },
23414
23414
  {
23415
23415
  "name": "isValid",
@@ -23417,7 +23417,7 @@
23417
23417
  },
23418
23418
  {
23419
23419
  "name": "isValidating",
23420
- "type": "Ref<boolean>"
23420
+ "type": "Ref<boolean, boolean>"
23421
23421
  },
23422
23422
  {
23423
23423
  "name": "reset",
@@ -23456,15 +23456,15 @@
23456
23456
  "vue-properties": [
23457
23457
  {
23458
23458
  "name": "isActive",
23459
- "type": "Ref<boolean>"
23459
+ "type": "Ref<boolean, boolean>"
23460
23460
  },
23461
23461
  {
23462
23462
  "name": "isFocused",
23463
- "type": "Ref<boolean>"
23463
+ "type": "Ref<boolean, boolean>"
23464
23464
  },
23465
23465
  {
23466
23466
  "name": "controlRef",
23467
- "type": "Ref<HTMLElement | undefined>"
23467
+ "type": "Ref<HTMLElement | undefined, HTMLElement | undefined>"
23468
23468
  },
23469
23469
  {
23470
23470
  "name": "focus",
@@ -23483,15 +23483,15 @@
23483
23483
  "vue-properties": [
23484
23484
  {
23485
23485
  "name": "isActive",
23486
- "type": "Ref<boolean>"
23486
+ "type": "Ref<boolean, boolean>"
23487
23487
  },
23488
23488
  {
23489
23489
  "name": "isFocused",
23490
- "type": "Ref<boolean>"
23490
+ "type": "Ref<boolean, boolean>"
23491
23491
  },
23492
23492
  {
23493
23493
  "name": "controlRef",
23494
- "type": "Ref<HTMLElement | undefined>"
23494
+ "type": "Ref<HTMLElement | undefined, HTMLElement | undefined>"
23495
23495
  },
23496
23496
  {
23497
23497
  "name": "focus",
@@ -23783,7 +23783,7 @@
23783
23783
  "vue-properties": [
23784
23784
  {
23785
23785
  "name": "errors",
23786
- "type": "Ref<{ id: string | number; errorMessages: string[]; }[]>"
23786
+ "type": "Ref<{ id: string | number; errorMessages: string[]; }[], FieldValidationResult[] | { id: string | number; errorMessages: string[]; }[]>"
23787
23787
  },
23788
23788
  {
23789
23789
  "name": "isDisabled",
@@ -23795,15 +23795,15 @@
23795
23795
  },
23796
23796
  {
23797
23797
  "name": "isValidating",
23798
- "type": "ShallowRef<boolean>"
23798
+ "type": "ShallowRef<boolean, boolean>"
23799
23799
  },
23800
23800
  {
23801
23801
  "name": "isValid",
23802
- "type": "Ref<boolean | null> & { externalValue: boolean }"
23802
+ "type": "Ref<boolean | null, boolean | null> & { externalValue: boolean }"
23803
23803
  },
23804
23804
  {
23805
23805
  "name": "items",
23806
- "type": "Ref<{ id: string | number; validate: () => Promise<string[]>; reset: () => Promise<void>; resetValidation: () => Promise<void>; vm: Raw<ComponentInternalInstance>; isValid: boolean | null; errorMessages: string[]; }[]>"
23806
+ "type": "Ref<{ id: string | number; validate: () => Promise<string[]>; reset: () => Promise<void>; resetValidation: () => Promise<void>; vm: Raw<ComponentInternalInstance>; isValid: boolean | null; errorMessages: string[]; }[], FormField[] | { id: string | number; validate: () => Promise<string[]>; reset: () => Promise<void>; resetValidation: () => Promise<void>; vm: Raw<ComponentInternalInstance>; isValid: boolean | null; errorMessages: string[]; }[]>"
23807
23807
  },
23808
23808
  {
23809
23809
  "name": "validate",
@@ -24899,7 +24899,7 @@
24899
24899
  },
24900
24900
  {
24901
24901
  "name": "isPristine",
24902
- "type": "Ref<boolean>"
24902
+ "type": "Ref<boolean, boolean>"
24903
24903
  },
24904
24904
  {
24905
24905
  "name": "isValid",
@@ -24907,7 +24907,7 @@
24907
24907
  },
24908
24908
  {
24909
24909
  "name": "isValidating",
24910
- "type": "Ref<boolean>"
24910
+ "type": "Ref<boolean, boolean>"
24911
24911
  },
24912
24912
  {
24913
24913
  "name": "reset",
@@ -24950,7 +24950,7 @@
24950
24950
  },
24951
24951
  {
24952
24952
  "name": "isPristine",
24953
- "type": "Ref<boolean>"
24953
+ "type": "Ref<boolean, boolean>"
24954
24954
  },
24955
24955
  {
24956
24956
  "name": "isValid",
@@ -24958,7 +24958,7 @@
24958
24958
  },
24959
24959
  {
24960
24960
  "name": "isValidating",
24961
- "type": "Ref<boolean>"
24961
+ "type": "Ref<boolean, boolean>"
24962
24962
  },
24963
24963
  {
24964
24964
  "name": "reset",
@@ -25001,7 +25001,7 @@
25001
25001
  },
25002
25002
  {
25003
25003
  "name": "isPristine",
25004
- "type": "Ref<boolean>"
25004
+ "type": "Ref<boolean, boolean>"
25005
25005
  },
25006
25006
  {
25007
25007
  "name": "isValid",
@@ -25009,7 +25009,7 @@
25009
25009
  },
25010
25010
  {
25011
25011
  "name": "isValidating",
25012
- "type": "Ref<boolean>"
25012
+ "type": "Ref<boolean, boolean>"
25013
25013
  },
25014
25014
  {
25015
25015
  "name": "reset",
@@ -25052,7 +25052,7 @@
25052
25052
  },
25053
25053
  {
25054
25054
  "name": "isPristine",
25055
- "type": "Ref<boolean>"
25055
+ "type": "Ref<boolean, boolean>"
25056
25056
  },
25057
25057
  {
25058
25058
  "name": "isValid",
@@ -25060,7 +25060,7 @@
25060
25060
  },
25061
25061
  {
25062
25062
  "name": "isValidating",
25063
- "type": "Ref<boolean>"
25063
+ "type": "Ref<boolean, boolean>"
25064
25064
  },
25065
25065
  {
25066
25066
  "name": "reset",
@@ -26508,6 +26508,25 @@
26508
26508
  "type": "string | number"
26509
26509
  }
26510
26510
  },
26511
+ {
26512
+ "name": "replace",
26513
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation.",
26514
+ "doc-url": "https://vuetifyjs.com/api/VListItem#props",
26515
+ "default": "false",
26516
+ "value": {
26517
+ "kind": "expression",
26518
+ "type": "boolean"
26519
+ }
26520
+ },
26521
+ {
26522
+ "name": "link",
26523
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
26524
+ "doc-url": "https://vuetifyjs.com/api/VListItem#props",
26525
+ "value": {
26526
+ "kind": "expression",
26527
+ "type": "boolean"
26528
+ }
26529
+ },
26511
26530
  {
26512
26531
  "name": "active",
26513
26532
  "description": "Controls the **active** state of the item. This is typically used to highlight the component.",
@@ -26572,15 +26591,6 @@
26572
26591
  "type": "boolean"
26573
26592
  }
26574
26593
  },
26575
- {
26576
- "name": "link",
26577
- "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
26578
- "doc-url": "https://vuetifyjs.com/api/VListItem#props",
26579
- "value": {
26580
- "kind": "expression",
26581
- "type": "boolean"
26582
- }
26583
- },
26584
26594
  {
26585
26595
  "name": "nav",
26586
26596
  "description": "Reduces the width v-list-item takes up as well as adding a border radius.",
@@ -26749,16 +26759,6 @@
26749
26759
  "type": "string"
26750
26760
  }
26751
26761
  },
26752
- {
26753
- "name": "replace",
26754
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation.",
26755
- "doc-url": "https://vuetifyjs.com/api/VListItem#props",
26756
- "default": "false",
26757
- "value": {
26758
- "kind": "expression",
26759
- "type": "boolean"
26760
- }
26761
- },
26762
26762
  {
26763
26763
  "name": "exact",
26764
26764
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
@@ -27753,7 +27753,7 @@
27753
27753
  "vue-properties": [
27754
27754
  {
27755
27755
  "name": "isActive",
27756
- "type": "Ref<boolean>"
27756
+ "type": "Ref<boolean, boolean>"
27757
27757
  }
27758
27758
  ]
27759
27759
  },
@@ -28269,7 +28269,7 @@
28269
28269
  "default": "'default'",
28270
28270
  "value": {
28271
28271
  "kind": "expression",
28272
- "type": "'default' | 'stacked' | 'split'"
28272
+ "type": "'default' | 'split' | 'stacked'"
28273
28273
  }
28274
28274
  },
28275
28275
  {
@@ -28908,7 +28908,7 @@
28908
28908
  },
28909
28909
  {
28910
28910
  "name": "isPristine",
28911
- "type": "Ref<boolean>"
28911
+ "type": "Ref<boolean, boolean>"
28912
28912
  },
28913
28913
  {
28914
28914
  "name": "isValid",
@@ -28916,7 +28916,7 @@
28916
28916
  },
28917
28917
  {
28918
28918
  "name": "isValidating",
28919
- "type": "Ref<boolean>"
28919
+ "type": "Ref<boolean, boolean>"
28920
28920
  },
28921
28921
  {
28922
28922
  "name": "reset",
@@ -28959,7 +28959,7 @@
28959
28959
  },
28960
28960
  {
28961
28961
  "name": "isPristine",
28962
- "type": "Ref<boolean>"
28962
+ "type": "Ref<boolean, boolean>"
28963
28963
  },
28964
28964
  {
28965
28965
  "name": "isValid",
@@ -28967,7 +28967,7 @@
28967
28967
  },
28968
28968
  {
28969
28969
  "name": "isValidating",
28970
- "type": "Ref<boolean>"
28970
+ "type": "Ref<boolean, boolean>"
28971
28971
  },
28972
28972
  {
28973
28973
  "name": "reset",
@@ -29010,7 +29010,7 @@
29010
29010
  },
29011
29011
  {
29012
29012
  "name": "isPristine",
29013
- "type": "Ref<boolean>"
29013
+ "type": "Ref<boolean, boolean>"
29014
29014
  },
29015
29015
  {
29016
29016
  "name": "isValid",
@@ -29018,7 +29018,7 @@
29018
29018
  },
29019
29019
  {
29020
29020
  "name": "isValidating",
29021
- "type": "Ref<boolean>"
29021
+ "type": "Ref<boolean, boolean>"
29022
29022
  },
29023
29023
  {
29024
29024
  "name": "reset",
@@ -29057,15 +29057,15 @@
29057
29057
  "vue-properties": [
29058
29058
  {
29059
29059
  "name": "isActive",
29060
- "type": "Ref<boolean>"
29060
+ "type": "Ref<boolean, boolean>"
29061
29061
  },
29062
29062
  {
29063
29063
  "name": "isFocused",
29064
- "type": "Ref<boolean>"
29064
+ "type": "Ref<boolean, boolean>"
29065
29065
  },
29066
29066
  {
29067
29067
  "name": "controlRef",
29068
- "type": "Ref<HTMLElement | undefined>"
29068
+ "type": "Ref<HTMLElement | undefined, HTMLElement | undefined>"
29069
29069
  },
29070
29070
  {
29071
29071
  "name": "focus",
@@ -29084,15 +29084,15 @@
29084
29084
  "vue-properties": [
29085
29085
  {
29086
29086
  "name": "isActive",
29087
- "type": "Ref<boolean>"
29087
+ "type": "Ref<boolean, boolean>"
29088
29088
  },
29089
29089
  {
29090
29090
  "name": "isFocused",
29091
- "type": "Ref<boolean>"
29091
+ "type": "Ref<boolean, boolean>"
29092
29092
  },
29093
29093
  {
29094
29094
  "name": "controlRef",
29095
- "type": "Ref<HTMLElement | undefined>"
29095
+ "type": "Ref<HTMLElement | undefined, HTMLElement | undefined>"
29096
29096
  },
29097
29097
  {
29098
29098
  "name": "focus",
@@ -29866,7 +29866,7 @@
29866
29866
  "vue-properties": [
29867
29867
  {
29868
29868
  "name": "isActive",
29869
- "type": "Ref<boolean>"
29869
+ "type": "Ref<boolean, boolean>"
29870
29870
  }
29871
29871
  ]
29872
29872
  },
@@ -30575,7 +30575,7 @@
30575
30575
  "doc-url": "https://vuetifyjs.com/api/VPicker#props",
30576
30576
  "value": {
30577
30577
  "kind": "expression",
30578
- "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'"
30578
+ "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'"
30579
30579
  }
30580
30580
  },
30581
30581
  {
@@ -31361,11 +31361,11 @@
31361
31361
  "vue-properties": [
31362
31362
  {
31363
31363
  "name": "backgroundColorClasses",
31364
- "type": "Ref<string[]>"
31364
+ "type": "Ref<string[], string[]>"
31365
31365
  },
31366
31366
  {
31367
31367
  "name": "backgroundColorStyles",
31368
- "type": "Ref<CSSProperties>"
31368
+ "type": "Ref<CSSProperties, CSSProperties>"
31369
31369
  }
31370
31370
  ]
31371
31371
  },
@@ -31391,23 +31391,23 @@
31391
31391
  "vue-properties": [
31392
31392
  {
31393
31393
  "name": "model",
31394
- "type": "WritableComputedRef<boolean>"
31394
+ "type": "WritableComputedRef<boolean, boolean>"
31395
31395
  },
31396
31396
  {
31397
31397
  "name": "textColorClasses",
31398
- "type": "Ref<string[]>"
31398
+ "type": "Ref<string[], string[]>"
31399
31399
  },
31400
31400
  {
31401
31401
  "name": "textColorStyles",
31402
- "type": "Ref<CSSProperties>"
31402
+ "type": "Ref<CSSProperties, CSSProperties>"
31403
31403
  },
31404
31404
  {
31405
31405
  "name": "backgroundColorClasses",
31406
- "type": "Ref<string[]>"
31406
+ "type": "Ref<string[], string[]>"
31407
31407
  },
31408
31408
  {
31409
31409
  "name": "backgroundColorStyles",
31410
- "type": "Ref<CSSProperties>"
31410
+ "type": "Ref<CSSProperties, CSSProperties>"
31411
31411
  },
31412
31412
  {
31413
31413
  "name": "inputNode",
@@ -31857,7 +31857,7 @@
31857
31857
  },
31858
31858
  {
31859
31859
  "name": "isPristine",
31860
- "type": "Ref<boolean>"
31860
+ "type": "Ref<boolean, boolean>"
31861
31861
  },
31862
31862
  {
31863
31863
  "name": "isValid",
@@ -31865,7 +31865,7 @@
31865
31865
  },
31866
31866
  {
31867
31867
  "name": "isValidating",
31868
- "type": "Ref<boolean>"
31868
+ "type": "Ref<boolean, boolean>"
31869
31869
  },
31870
31870
  {
31871
31871
  "name": "reset",
@@ -31908,7 +31908,7 @@
31908
31908
  },
31909
31909
  {
31910
31910
  "name": "isPristine",
31911
- "type": "Ref<boolean>"
31911
+ "type": "Ref<boolean, boolean>"
31912
31912
  },
31913
31913
  {
31914
31914
  "name": "isValid",
@@ -31916,7 +31916,7 @@
31916
31916
  },
31917
31917
  {
31918
31918
  "name": "isValidating",
31919
- "type": "Ref<boolean>"
31919
+ "type": "Ref<boolean, boolean>"
31920
31920
  },
31921
31921
  {
31922
31922
  "name": "reset",
@@ -31959,7 +31959,7 @@
31959
31959
  },
31960
31960
  {
31961
31961
  "name": "isPristine",
31962
- "type": "Ref<boolean>"
31962
+ "type": "Ref<boolean, boolean>"
31963
31963
  },
31964
31964
  {
31965
31965
  "name": "isValid",
@@ -31967,7 +31967,7 @@
31967
31967
  },
31968
31968
  {
31969
31969
  "name": "isValidating",
31970
- "type": "Ref<boolean>"
31970
+ "type": "Ref<boolean, boolean>"
31971
31971
  },
31972
31972
  {
31973
31973
  "name": "reset",
@@ -32567,7 +32567,7 @@
32567
32567
  },
32568
32568
  {
32569
32569
  "name": "isPristine",
32570
- "type": "Ref<boolean>"
32570
+ "type": "Ref<boolean, boolean>"
32571
32571
  },
32572
32572
  {
32573
32573
  "name": "isValid",
@@ -32575,7 +32575,7 @@
32575
32575
  },
32576
32576
  {
32577
32577
  "name": "isValidating",
32578
- "type": "Ref<boolean>"
32578
+ "type": "Ref<boolean, boolean>"
32579
32579
  },
32580
32580
  {
32581
32581
  "name": "reset",
@@ -32618,7 +32618,7 @@
32618
32618
  },
32619
32619
  {
32620
32620
  "name": "isPristine",
32621
- "type": "Ref<boolean>"
32621
+ "type": "Ref<boolean, boolean>"
32622
32622
  },
32623
32623
  {
32624
32624
  "name": "isValid",
@@ -32626,7 +32626,7 @@
32626
32626
  },
32627
32627
  {
32628
32628
  "name": "isValidating",
32629
- "type": "Ref<boolean>"
32629
+ "type": "Ref<boolean, boolean>"
32630
32630
  },
32631
32631
  {
32632
32632
  "name": "reset",
@@ -32669,7 +32669,7 @@
32669
32669
  },
32670
32670
  {
32671
32671
  "name": "isPristine",
32672
- "type": "Ref<boolean>"
32672
+ "type": "Ref<boolean, boolean>"
32673
32673
  },
32674
32674
  {
32675
32675
  "name": "isValid",
@@ -32677,7 +32677,7 @@
32677
32677
  },
32678
32678
  {
32679
32679
  "name": "isValidating",
32680
- "type": "Ref<boolean>"
32680
+ "type": "Ref<boolean, boolean>"
32681
32681
  },
32682
32682
  {
32683
32683
  "name": "reset",
@@ -32720,7 +32720,7 @@
32720
32720
  },
32721
32721
  {
32722
32722
  "name": "isPristine",
32723
- "type": "Ref<boolean>"
32723
+ "type": "Ref<boolean, boolean>"
32724
32724
  },
32725
32725
  {
32726
32726
  "name": "isValid",
@@ -32728,7 +32728,7 @@
32728
32728
  },
32729
32729
  {
32730
32730
  "name": "isValidating",
32731
- "type": "Ref<boolean>"
32731
+ "type": "Ref<boolean, boolean>"
32732
32732
  },
32733
32733
  {
32734
32734
  "name": "reset",
@@ -32808,7 +32808,7 @@
32808
32808
  },
32809
32809
  {
32810
32810
  "name": "isPristine",
32811
- "type": "Ref<boolean>"
32811
+ "type": "Ref<boolean, boolean>"
32812
32812
  },
32813
32813
  {
32814
32814
  "name": "isValid",
@@ -32816,7 +32816,7 @@
32816
32816
  },
32817
32817
  {
32818
32818
  "name": "isValidating",
32819
- "type": "Ref<boolean>"
32819
+ "type": "Ref<boolean, boolean>"
32820
32820
  },
32821
32821
  {
32822
32822
  "name": "reset",
@@ -34721,7 +34721,7 @@
34721
34721
  },
34722
34722
  {
34723
34723
  "name": "isPristine",
34724
- "type": "Ref<boolean>"
34724
+ "type": "Ref<boolean, boolean>"
34725
34725
  },
34726
34726
  {
34727
34727
  "name": "isValid",
@@ -34729,7 +34729,7 @@
34729
34729
  },
34730
34730
  {
34731
34731
  "name": "isValidating",
34732
- "type": "Ref<boolean>"
34732
+ "type": "Ref<boolean, boolean>"
34733
34733
  },
34734
34734
  {
34735
34735
  "name": "reset",
@@ -34772,7 +34772,7 @@
34772
34772
  },
34773
34773
  {
34774
34774
  "name": "isPristine",
34775
- "type": "Ref<boolean>"
34775
+ "type": "Ref<boolean, boolean>"
34776
34776
  },
34777
34777
  {
34778
34778
  "name": "isValid",
@@ -34780,7 +34780,7 @@
34780
34780
  },
34781
34781
  {
34782
34782
  "name": "isValidating",
34783
- "type": "Ref<boolean>"
34783
+ "type": "Ref<boolean, boolean>"
34784
34784
  },
34785
34785
  {
34786
34786
  "name": "reset",
@@ -34823,7 +34823,7 @@
34823
34823
  },
34824
34824
  {
34825
34825
  "name": "isPristine",
34826
- "type": "Ref<boolean>"
34826
+ "type": "Ref<boolean, boolean>"
34827
34827
  },
34828
34828
  {
34829
34829
  "name": "isValid",
@@ -34831,7 +34831,7 @@
34831
34831
  },
34832
34832
  {
34833
34833
  "name": "isValidating",
34834
- "type": "Ref<boolean>"
34834
+ "type": "Ref<boolean, boolean>"
34835
34835
  },
34836
34836
  {
34837
34837
  "name": "reset",
@@ -34870,15 +34870,15 @@
34870
34870
  "vue-properties": [
34871
34871
  {
34872
34872
  "name": "isActive",
34873
- "type": "Ref<boolean>"
34873
+ "type": "Ref<boolean, boolean>"
34874
34874
  },
34875
34875
  {
34876
34876
  "name": "isFocused",
34877
- "type": "Ref<boolean>"
34877
+ "type": "Ref<boolean, boolean>"
34878
34878
  },
34879
34879
  {
34880
34880
  "name": "controlRef",
34881
- "type": "Ref<HTMLElement | undefined>"
34881
+ "type": "Ref<HTMLElement | undefined, HTMLElement | undefined>"
34882
34882
  },
34883
34883
  {
34884
34884
  "name": "focus",
@@ -34897,15 +34897,15 @@
34897
34897
  "vue-properties": [
34898
34898
  {
34899
34899
  "name": "isActive",
34900
- "type": "Ref<boolean>"
34900
+ "type": "Ref<boolean, boolean>"
34901
34901
  },
34902
34902
  {
34903
34903
  "name": "isFocused",
34904
- "type": "Ref<boolean>"
34904
+ "type": "Ref<boolean, boolean>"
34905
34905
  },
34906
34906
  {
34907
34907
  "name": "controlRef",
34908
- "type": "Ref<HTMLElement | undefined>"
34908
+ "type": "Ref<HTMLElement | undefined, HTMLElement | undefined>"
34909
34909
  },
34910
34910
  {
34911
34911
  "name": "focus",
@@ -35247,11 +35247,11 @@
35247
35247
  "vue-properties": [
35248
35248
  {
35249
35249
  "name": "backgroundColorClasses",
35250
- "type": "Ref<string[]>"
35250
+ "type": "Ref<string[], string[]>"
35251
35251
  },
35252
35252
  {
35253
35253
  "name": "backgroundColorStyles",
35254
- "type": "Ref<CSSProperties>"
35254
+ "type": "Ref<CSSProperties, CSSProperties>"
35255
35255
  }
35256
35256
  ]
35257
35257
  },
@@ -35277,23 +35277,23 @@
35277
35277
  "vue-properties": [
35278
35278
  {
35279
35279
  "name": "model",
35280
- "type": "WritableComputedRef<boolean>"
35280
+ "type": "WritableComputedRef<boolean, boolean>"
35281
35281
  },
35282
35282
  {
35283
35283
  "name": "textColorClasses",
35284
- "type": "Ref<string[]>"
35284
+ "type": "Ref<string[], string[]>"
35285
35285
  },
35286
35286
  {
35287
35287
  "name": "textColorStyles",
35288
- "type": "Ref<CSSProperties>"
35288
+ "type": "Ref<CSSProperties, CSSProperties>"
35289
35289
  },
35290
35290
  {
35291
35291
  "name": "backgroundColorClasses",
35292
- "type": "Ref<string[]>"
35292
+ "type": "Ref<string[], string[]>"
35293
35293
  },
35294
35294
  {
35295
35295
  "name": "backgroundColorStyles",
35296
- "type": "Ref<CSSProperties>"
35296
+ "type": "Ref<CSSProperties, CSSProperties>"
35297
35297
  },
35298
35298
  {
35299
35299
  "name": "inputNode",
@@ -35617,7 +35617,7 @@
35617
35617
  "doc-url": "https://vuetifyjs.com/api/VSheet#props",
35618
35618
  "value": {
35619
35619
  "kind": "expression",
35620
- "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'"
35620
+ "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'"
35621
35621
  }
35622
35622
  },
35623
35623
  {
@@ -37003,7 +37003,7 @@
37003
37003
  },
37004
37004
  {
37005
37005
  "name": "isPristine",
37006
- "type": "Ref<boolean>"
37006
+ "type": "Ref<boolean, boolean>"
37007
37007
  },
37008
37008
  {
37009
37009
  "name": "isValid",
@@ -37011,7 +37011,7 @@
37011
37011
  },
37012
37012
  {
37013
37013
  "name": "isValidating",
37014
- "type": "Ref<boolean>"
37014
+ "type": "Ref<boolean, boolean>"
37015
37015
  },
37016
37016
  {
37017
37017
  "name": "reset",
@@ -37054,7 +37054,7 @@
37054
37054
  },
37055
37055
  {
37056
37056
  "name": "isPristine",
37057
- "type": "Ref<boolean>"
37057
+ "type": "Ref<boolean, boolean>"
37058
37058
  },
37059
37059
  {
37060
37060
  "name": "isValid",
@@ -37062,7 +37062,7 @@
37062
37062
  },
37063
37063
  {
37064
37064
  "name": "isValidating",
37065
- "type": "Ref<boolean>"
37065
+ "type": "Ref<boolean, boolean>"
37066
37066
  },
37067
37067
  {
37068
37068
  "name": "reset",
@@ -37105,7 +37105,7 @@
37105
37105
  },
37106
37106
  {
37107
37107
  "name": "isPristine",
37108
- "type": "Ref<boolean>"
37108
+ "type": "Ref<boolean, boolean>"
37109
37109
  },
37110
37110
  {
37111
37111
  "name": "isValid",
@@ -37113,7 +37113,7 @@
37113
37113
  },
37114
37114
  {
37115
37115
  "name": "isValidating",
37116
- "type": "Ref<boolean>"
37116
+ "type": "Ref<boolean, boolean>"
37117
37117
  },
37118
37118
  {
37119
37119
  "name": "reset",
@@ -37156,7 +37156,7 @@
37156
37156
  },
37157
37157
  {
37158
37158
  "name": "isPristine",
37159
- "type": "Ref<boolean>"
37159
+ "type": "Ref<boolean, boolean>"
37160
37160
  },
37161
37161
  {
37162
37162
  "name": "isValid",
@@ -37164,7 +37164,7 @@
37164
37164
  },
37165
37165
  {
37166
37166
  "name": "isValidating",
37167
- "type": "Ref<boolean>"
37167
+ "type": "Ref<boolean, boolean>"
37168
37168
  },
37169
37169
  {
37170
37170
  "name": "reset",
@@ -37244,7 +37244,7 @@
37244
37244
  },
37245
37245
  {
37246
37246
  "name": "isPristine",
37247
- "type": "Ref<boolean>"
37247
+ "type": "Ref<boolean, boolean>"
37248
37248
  },
37249
37249
  {
37250
37250
  "name": "isValid",
@@ -37252,7 +37252,7 @@
37252
37252
  },
37253
37253
  {
37254
37254
  "name": "isValidating",
37255
- "type": "Ref<boolean>"
37255
+ "type": "Ref<boolean, boolean>"
37256
37256
  },
37257
37257
  {
37258
37258
  "name": "reset",
@@ -37357,7 +37357,7 @@
37357
37357
  "doc-url": "https://vuetifyjs.com/api/VSnackbar#props",
37358
37358
  "value": {
37359
37359
  "kind": "expression",
37360
- "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'"
37360
+ "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'"
37361
37361
  }
37362
37362
  },
37363
37363
  {
@@ -37724,7 +37724,7 @@
37724
37724
  "vue-properties": [
37725
37725
  {
37726
37726
  "name": "isActive",
37727
- "type": "Ref<boolean>"
37727
+ "type": "Ref<boolean, boolean>"
37728
37728
  }
37729
37729
  ]
37730
37730
  },
@@ -37822,7 +37822,7 @@
37822
37822
  "doc-url": "https://vuetifyjs.com/api/VSnackbarQueue#props",
37823
37823
  "value": {
37824
37824
  "kind": "expression",
37825
- "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'"
37825
+ "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'"
37826
37826
  }
37827
37827
  },
37828
37828
  {
@@ -37946,7 +37946,7 @@
37946
37946
  "default": "[]",
37947
37947
  "value": {
37948
37948
  "kind": "expression",
37949
- "type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n)[]"
37949
+ "type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions:\n | false\n | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: PropertyKey\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n)[]"
37950
37950
  }
37951
37951
  },
37952
37952
  {
@@ -38176,7 +38176,7 @@
38176
38176
  "arguments": [
38177
38177
  {
38178
38178
  "name": "argument",
38179
- "type": "[\n (\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n )[],\n]\n"
38179
+ "type": "[\n (\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions:\n | false\n | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: PropertyKey\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n )[],\n]\n"
38180
38180
  }
38181
38181
  ]
38182
38182
  }
@@ -38189,7 +38189,7 @@
38189
38189
  "vue-properties": [
38190
38190
  {
38191
38191
  "name": "item",
38192
- "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
38192
+ "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"fixed\" | \"static\" | \"relative\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: PropertyKey; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
38193
38193
  }
38194
38194
  ]
38195
38195
  },
@@ -38200,7 +38200,7 @@
38200
38200
  "vue-properties": [
38201
38201
  {
38202
38202
  "name": "item",
38203
- "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
38203
+ "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"fixed\" | \"static\" | \"relative\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: PropertyKey; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
38204
38204
  }
38205
38205
  ]
38206
38206
  },
@@ -38211,7 +38211,7 @@
38211
38211
  "vue-properties": [
38212
38212
  {
38213
38213
  "name": "item",
38214
- "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
38214
+ "type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"fixed\" | \"static\" | \"relative\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: PropertyKey; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
38215
38215
  },
38216
38216
  {
38217
38217
  "name": "props",
@@ -38526,7 +38526,7 @@
38526
38526
  "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
38527
38527
  "value": {
38528
38528
  "kind": "expression",
38529
- "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance"
38529
+ "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance"
38530
38530
  }
38531
38531
  },
38532
38532
  {
@@ -38661,7 +38661,7 @@
38661
38661
  "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
38662
38662
  "value": {
38663
38663
  "kind": "expression",
38664
- "type": "| (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]"
38664
+ "type": "| Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]"
38665
38665
  }
38666
38666
  },
38667
38667
  {
@@ -38898,7 +38898,7 @@
38898
38898
  "vue-properties": [
38899
38899
  {
38900
38900
  "name": "isActive",
38901
- "type": "Ref<boolean>"
38901
+ "type": "Ref<boolean, boolean>"
38902
38902
  }
38903
38903
  ]
38904
38904
  },
@@ -39226,7 +39226,7 @@
39226
39226
  "doc-url": "https://vuetifyjs.com/api/VStepper#props",
39227
39227
  "value": {
39228
39228
  "kind": "expression",
39229
- "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'"
39229
+ "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'"
39230
39230
  }
39231
39231
  },
39232
39232
  {
@@ -41985,7 +41985,7 @@
41985
41985
  },
41986
41986
  {
41987
41987
  "name": "isPristine",
41988
- "type": "Ref<boolean>"
41988
+ "type": "Ref<boolean, boolean>"
41989
41989
  },
41990
41990
  {
41991
41991
  "name": "isValid",
@@ -41993,7 +41993,7 @@
41993
41993
  },
41994
41994
  {
41995
41995
  "name": "isValidating",
41996
- "type": "Ref<boolean>"
41996
+ "type": "Ref<boolean, boolean>"
41997
41997
  },
41998
41998
  {
41999
41999
  "name": "reset",
@@ -42036,7 +42036,7 @@
42036
42036
  },
42037
42037
  {
42038
42038
  "name": "isPristine",
42039
- "type": "Ref<boolean>"
42039
+ "type": "Ref<boolean, boolean>"
42040
42040
  },
42041
42041
  {
42042
42042
  "name": "isValid",
@@ -42044,7 +42044,7 @@
42044
42044
  },
42045
42045
  {
42046
42046
  "name": "isValidating",
42047
- "type": "Ref<boolean>"
42047
+ "type": "Ref<boolean, boolean>"
42048
42048
  },
42049
42049
  {
42050
42050
  "name": "reset",
@@ -42087,7 +42087,7 @@
42087
42087
  },
42088
42088
  {
42089
42089
  "name": "isPristine",
42090
- "type": "Ref<boolean>"
42090
+ "type": "Ref<boolean, boolean>"
42091
42091
  },
42092
42092
  {
42093
42093
  "name": "isValid",
@@ -42095,7 +42095,7 @@
42095
42095
  },
42096
42096
  {
42097
42097
  "name": "isValidating",
42098
- "type": "Ref<boolean>"
42098
+ "type": "Ref<boolean, boolean>"
42099
42099
  },
42100
42100
  {
42101
42101
  "name": "reset",
@@ -42144,23 +42144,23 @@
42144
42144
  "vue-properties": [
42145
42145
  {
42146
42146
  "name": "model",
42147
- "type": "WritableComputedRef<boolean>"
42147
+ "type": "WritableComputedRef<boolean, boolean>"
42148
42148
  },
42149
42149
  {
42150
42150
  "name": "textColorClasses",
42151
- "type": "Ref<string[]>"
42151
+ "type": "Ref<string[], string[]>"
42152
42152
  },
42153
42153
  {
42154
42154
  "name": "textColorStyles",
42155
- "type": "Ref<CSSProperties>"
42155
+ "type": "Ref<CSSProperties, CSSProperties>"
42156
42156
  },
42157
42157
  {
42158
42158
  "name": "backgroundColorClasses",
42159
- "type": "Ref<string[]>"
42159
+ "type": "Ref<string[], string[]>"
42160
42160
  },
42161
42161
  {
42162
42162
  "name": "backgroundColorStyles",
42163
- "type": "Ref<CSSProperties>"
42163
+ "type": "Ref<CSSProperties, CSSProperties>"
42164
42164
  },
42165
42165
  {
42166
42166
  "name": "inputNode",
@@ -42203,7 +42203,7 @@
42203
42203
  "vue-properties": [
42204
42204
  {
42205
42205
  "name": "model",
42206
- "type": "Ref<boolean>"
42206
+ "type": "Ref<boolean, boolean>"
42207
42207
  },
42208
42208
  {
42209
42209
  "name": "isValid",
@@ -42218,7 +42218,7 @@
42218
42218
  "vue-properties": [
42219
42219
  {
42220
42220
  "name": "model",
42221
- "type": "Ref<boolean>"
42221
+ "type": "Ref<boolean, boolean>"
42222
42222
  },
42223
42223
  {
42224
42224
  "name": "isValid",
@@ -42368,6 +42368,16 @@
42368
42368
  "description": "",
42369
42369
  "doc-url": "https://vuetifyjs.com/api/v-tab",
42370
42370
  "attributes": [
42371
+ {
42372
+ "name": "replace",
42373
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation.",
42374
+ "doc-url": "https://vuetifyjs.com/api/VTab#props",
42375
+ "default": "false",
42376
+ "value": {
42377
+ "kind": "expression",
42378
+ "type": "boolean"
42379
+ }
42380
+ },
42371
42381
  {
42372
42382
  "name": "fixed",
42373
42383
  "description": "Forces component to take up all available space up to their maximum width (300px), and centers it.",
@@ -42642,16 +42652,6 @@
42642
42652
  "type": "string"
42643
42653
  }
42644
42654
  },
42645
- {
42646
- "name": "replace",
42647
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation.",
42648
- "doc-url": "https://vuetifyjs.com/api/VTab#props",
42649
- "default": "false",
42650
- "value": {
42651
- "kind": "expression",
42652
- "type": "boolean"
42653
- }
42654
- },
42655
42655
  {
42656
42656
  "name": "exact",
42657
42657
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
@@ -44045,7 +44045,7 @@
44045
44045
  },
44046
44046
  {
44047
44047
  "name": "isPristine",
44048
- "type": "Ref<boolean>"
44048
+ "type": "Ref<boolean, boolean>"
44049
44049
  },
44050
44050
  {
44051
44051
  "name": "isValid",
@@ -44053,7 +44053,7 @@
44053
44053
  },
44054
44054
  {
44055
44055
  "name": "isValidating",
44056
- "type": "Ref<boolean>"
44056
+ "type": "Ref<boolean, boolean>"
44057
44057
  },
44058
44058
  {
44059
44059
  "name": "reset",
@@ -44096,7 +44096,7 @@
44096
44096
  },
44097
44097
  {
44098
44098
  "name": "isPristine",
44099
- "type": "Ref<boolean>"
44099
+ "type": "Ref<boolean, boolean>"
44100
44100
  },
44101
44101
  {
44102
44102
  "name": "isValid",
@@ -44104,7 +44104,7 @@
44104
44104
  },
44105
44105
  {
44106
44106
  "name": "isValidating",
44107
- "type": "Ref<boolean>"
44107
+ "type": "Ref<boolean, boolean>"
44108
44108
  },
44109
44109
  {
44110
44110
  "name": "reset",
@@ -44147,7 +44147,7 @@
44147
44147
  },
44148
44148
  {
44149
44149
  "name": "isPristine",
44150
- "type": "Ref<boolean>"
44150
+ "type": "Ref<boolean, boolean>"
44151
44151
  },
44152
44152
  {
44153
44153
  "name": "isValid",
@@ -44155,7 +44155,7 @@
44155
44155
  },
44156
44156
  {
44157
44157
  "name": "isValidating",
44158
- "type": "Ref<boolean>"
44158
+ "type": "Ref<boolean, boolean>"
44159
44159
  },
44160
44160
  {
44161
44161
  "name": "reset",
@@ -44194,15 +44194,15 @@
44194
44194
  "vue-properties": [
44195
44195
  {
44196
44196
  "name": "isActive",
44197
- "type": "Ref<boolean>"
44197
+ "type": "Ref<boolean, boolean>"
44198
44198
  },
44199
44199
  {
44200
44200
  "name": "isFocused",
44201
- "type": "Ref<boolean>"
44201
+ "type": "Ref<boolean, boolean>"
44202
44202
  },
44203
44203
  {
44204
44204
  "name": "controlRef",
44205
- "type": "Ref<HTMLElement | undefined>"
44205
+ "type": "Ref<HTMLElement | undefined, HTMLElement | undefined>"
44206
44206
  },
44207
44207
  {
44208
44208
  "name": "focus",
@@ -44221,15 +44221,15 @@
44221
44221
  "vue-properties": [
44222
44222
  {
44223
44223
  "name": "isActive",
44224
- "type": "Ref<boolean>"
44224
+ "type": "Ref<boolean, boolean>"
44225
44225
  },
44226
44226
  {
44227
44227
  "name": "isFocused",
44228
- "type": "Ref<boolean>"
44228
+ "type": "Ref<boolean, boolean>"
44229
44229
  },
44230
44230
  {
44231
44231
  "name": "controlRef",
44232
- "type": "Ref<HTMLElement | undefined>"
44232
+ "type": "Ref<HTMLElement | undefined, HTMLElement | undefined>"
44233
44233
  },
44234
44234
  {
44235
44235
  "name": "focus",
@@ -44974,7 +44974,7 @@
44974
44974
  },
44975
44975
  {
44976
44976
  "name": "isPristine",
44977
- "type": "Ref<boolean>"
44977
+ "type": "Ref<boolean, boolean>"
44978
44978
  },
44979
44979
  {
44980
44980
  "name": "isValid",
@@ -44982,7 +44982,7 @@
44982
44982
  },
44983
44983
  {
44984
44984
  "name": "isValidating",
44985
- "type": "Ref<boolean>"
44985
+ "type": "Ref<boolean, boolean>"
44986
44986
  },
44987
44987
  {
44988
44988
  "name": "reset",
@@ -45025,7 +45025,7 @@
45025
45025
  },
45026
45026
  {
45027
45027
  "name": "isPristine",
45028
- "type": "Ref<boolean>"
45028
+ "type": "Ref<boolean, boolean>"
45029
45029
  },
45030
45030
  {
45031
45031
  "name": "isValid",
@@ -45033,7 +45033,7 @@
45033
45033
  },
45034
45034
  {
45035
45035
  "name": "isValidating",
45036
- "type": "Ref<boolean>"
45036
+ "type": "Ref<boolean, boolean>"
45037
45037
  },
45038
45038
  {
45039
45039
  "name": "reset",
@@ -45076,7 +45076,7 @@
45076
45076
  },
45077
45077
  {
45078
45078
  "name": "isPristine",
45079
- "type": "Ref<boolean>"
45079
+ "type": "Ref<boolean, boolean>"
45080
45080
  },
45081
45081
  {
45082
45082
  "name": "isValid",
@@ -45084,7 +45084,7 @@
45084
45084
  },
45085
45085
  {
45086
45086
  "name": "isValidating",
45087
- "type": "Ref<boolean>"
45087
+ "type": "Ref<boolean, boolean>"
45088
45088
  },
45089
45089
  {
45090
45090
  "name": "reset",
@@ -45123,15 +45123,15 @@
45123
45123
  "vue-properties": [
45124
45124
  {
45125
45125
  "name": "isActive",
45126
- "type": "Ref<boolean>"
45126
+ "type": "Ref<boolean, boolean>"
45127
45127
  },
45128
45128
  {
45129
45129
  "name": "isFocused",
45130
- "type": "Ref<boolean>"
45130
+ "type": "Ref<boolean, boolean>"
45131
45131
  },
45132
45132
  {
45133
45133
  "name": "controlRef",
45134
- "type": "Ref<HTMLElement | undefined>"
45134
+ "type": "Ref<HTMLElement | undefined, HTMLElement | undefined>"
45135
45135
  },
45136
45136
  {
45137
45137
  "name": "focus",
@@ -45150,15 +45150,15 @@
45150
45150
  "vue-properties": [
45151
45151
  {
45152
45152
  "name": "isActive",
45153
- "type": "Ref<boolean>"
45153
+ "type": "Ref<boolean, boolean>"
45154
45154
  },
45155
45155
  {
45156
45156
  "name": "isFocused",
45157
- "type": "Ref<boolean>"
45157
+ "type": "Ref<boolean, boolean>"
45158
45158
  },
45159
45159
  {
45160
45160
  "name": "controlRef",
45161
- "type": "Ref<HTMLElement | undefined>"
45161
+ "type": "Ref<HTMLElement | undefined, HTMLElement | undefined>"
45162
45162
  },
45163
45163
  {
45164
45164
  "name": "focus",
@@ -45480,7 +45480,7 @@
45480
45480
  "doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
45481
45481
  "value": {
45482
45482
  "kind": "expression",
45483
- "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'"
45483
+ "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'"
45484
45484
  }
45485
45485
  },
45486
45486
  {
@@ -47046,7 +47046,7 @@
47046
47046
  "vue-properties": [
47047
47047
  {
47048
47048
  "name": "isActive",
47049
- "type": "Ref<boolean>"
47049
+ "type": "Ref<boolean, boolean>"
47050
47050
  }
47051
47051
  ]
47052
47052
  },
@@ -47910,6 +47910,25 @@
47910
47910
  "type": "string | number"
47911
47911
  }
47912
47912
  },
47913
+ {
47914
+ "name": "replace",
47915
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation.",
47916
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
47917
+ "default": "false",
47918
+ "value": {
47919
+ "kind": "expression",
47920
+ "type": "boolean"
47921
+ }
47922
+ },
47923
+ {
47924
+ "name": "link",
47925
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
47926
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
47927
+ "value": {
47928
+ "kind": "expression",
47929
+ "type": "boolean"
47930
+ }
47931
+ },
47913
47932
  {
47914
47933
  "name": "loading",
47915
47934
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewItem.json))",
@@ -47993,15 +48012,6 @@
47993
48012
  "type": "boolean"
47994
48013
  }
47995
48014
  },
47996
- {
47997
- "name": "link",
47998
- "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
47999
- "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
48000
- "value": {
48001
- "kind": "expression",
48002
- "type": "boolean"
48003
- }
48004
- },
48005
48015
  {
48006
48016
  "name": "nav",
48007
48017
  "description": "Reduces the width v-list-item takes up as well as adding a border radius.",
@@ -48170,16 +48180,6 @@
48170
48180
  "type": "string"
48171
48181
  }
48172
48182
  },
48173
- {
48174
- "name": "replace",
48175
- "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation.",
48176
- "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
48177
- "default": "false",
48178
- "value": {
48179
- "kind": "expression",
48180
- "type": "boolean"
48181
- }
48182
- },
48183
48183
  {
48184
48184
  "name": "exact",
48185
48185
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
@@ -48566,7 +48566,7 @@
48566
48566
  },
48567
48567
  {
48568
48568
  "name": "isPristine",
48569
- "type": "ShallowRef<boolean>"
48569
+ "type": "ShallowRef<boolean, boolean>"
48570
48570
  },
48571
48571
  {
48572
48572
  "name": "isValid",
@@ -48574,7 +48574,7 @@
48574
48574
  },
48575
48575
  {
48576
48576
  "name": "isValidating",
48577
- "type": "ShallowRef<boolean>"
48577
+ "type": "ShallowRef<boolean, boolean>"
48578
48578
  },
48579
48579
  {
48580
48580
  "name": "reset",
@@ -48865,7 +48865,7 @@
48865
48865
  "vue-properties": [
48866
48866
  {
48867
48867
  "name": "group",
48868
- "type": "{ register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean | undefined>; useIndexAsValue: boolean }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string | undefined>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean | undefined; }[]>; disabled: Ref<boolean | undefined>; getItemIndex: (value: unknown) => number }"
48868
+ "type": "{ register: (item: { id: number; value: Ref<unknown, unknown>; disabled: Ref<boolean | undefined, boolean | undefined>; useIndexAsValue: boolean }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[], readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string | undefined, string | undefined>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean | undefined; }[]>; disabled: Ref<boolean | undefined, boolean | undefined>; getItemIndex: (value: unknown) => number }"
48869
48869
  }
48870
48870
  ]
48871
48871
  },
@@ -48876,7 +48876,7 @@
48876
48876
  "vue-properties": [
48877
48877
  {
48878
48878
  "name": "group",
48879
- "type": "{ register: (item: { id: number; value: Ref<unknown>; disabled: Ref<boolean | undefined>; useIndexAsValue: boolean }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string | undefined>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean | undefined; }[]>; disabled: Ref<boolean | undefined>; getItemIndex: (value: unknown) => number }"
48879
+ "type": "{ register: (item: { id: number; value: Ref<unknown, unknown>; disabled: Ref<boolean | undefined, boolean | undefined>; useIndexAsValue: boolean }, cmp: ComponentInternalInstance) => void; unregister: (id: number) => void; select: (id: number, value: boolean) => void; selected: Ref<readonly number[], readonly number[]>; isSelected: (id: number) => boolean; prev: () => void; next: () => void; selectedClass: Ref<string | undefined, string | undefined>; items: ComputedRef<{ id: number; value: unknown; disabled: boolean | undefined; }[]>; disabled: Ref<boolean | undefined, boolean | undefined>; getItemIndex: (value: unknown) => number }"
48880
48880
  }
48881
48881
  ]
48882
48882
  },