vuetify 3.0.0-beta.0 → 3.0.0-beta.3

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 (659) hide show
  1. package/dist/json/attributes.json +498 -422
  2. package/dist/json/importMap.json +20 -0
  3. package/dist/json/tags.json +136 -92
  4. package/dist/json/web-types.json +1587 -1164
  5. package/dist/vuetify.css +1267 -884
  6. package/dist/vuetify.d.ts +10467 -9024
  7. package/dist/vuetify.esm.js +3103 -2274
  8. package/dist/vuetify.esm.js.map +1 -1
  9. package/dist/vuetify.js +3102 -2273
  10. package/dist/vuetify.js.map +1 -1
  11. package/dist/vuetify.min.css +3 -3
  12. package/dist/vuetify.min.js +1043 -946
  13. package/dist/vuetify.min.js.map +1 -1
  14. package/lib/components/VAlert/VAlert.css +29 -8
  15. package/lib/components/VAlert/VAlert.mjs +42 -23
  16. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  17. package/lib/components/VAlert/VAlert.sass +27 -7
  18. package/lib/components/VAlert/VAlertTitle.mjs +1 -0
  19. package/lib/components/VAlert/VAlertTitle.mjs.map +1 -1
  20. package/lib/components/VAlert/_variables.scss +14 -7
  21. package/lib/components/VAlert/index.mjs.map +1 -1
  22. package/lib/components/VApp/VApp.css +1 -0
  23. package/lib/components/VApp/VApp.mjs.map +1 -1
  24. package/lib/components/VApp/VApp.sass +1 -0
  25. package/lib/components/VApp/index.mjs.map +1 -1
  26. package/lib/components/VAppBar/VAppBar.mjs +11 -7
  27. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  28. package/lib/components/VAppBar/VAppBarNavIcon.mjs +4 -2
  29. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  30. package/lib/components/VAppBar/VAppBarTitle.mjs +3 -1
  31. package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
  32. package/lib/components/VAppBar/index.mjs.map +1 -1
  33. package/lib/components/VAutocomplete/VAutocomplete.mjs +98 -95
  34. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  35. package/lib/components/VAutocomplete/index.mjs.map +1 -1
  36. package/lib/components/VAvatar/VAvatar.mjs +17 -15
  37. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  38. package/lib/components/VAvatar/index.mjs.map +1 -1
  39. package/lib/components/VBadge/VBadge.css +3 -6
  40. package/lib/components/VBadge/VBadge.mjs +16 -44
  41. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  42. package/lib/components/VBadge/VBadge.sass +2 -4
  43. package/lib/components/VBadge/_variables.scss +1 -2
  44. package/lib/components/VBadge/index.mjs.map +1 -1
  45. package/lib/components/VBanner/VBanner.css +82 -58
  46. package/lib/components/VBanner/VBanner.mjs +49 -48
  47. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  48. package/lib/components/VBanner/VBanner.sass +61 -54
  49. package/lib/components/VBanner/VBannerActions.mjs +34 -2
  50. package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
  51. package/lib/components/VBanner/VBannerAvatar.mjs +20 -0
  52. package/lib/components/VBanner/VBannerAvatar.mjs.map +1 -0
  53. package/lib/components/VBanner/VBannerIcon.mjs +20 -0
  54. package/lib/components/VBanner/VBannerIcon.mjs.map +1 -0
  55. package/lib/components/VBanner/VBannerText.mjs.map +1 -1
  56. package/lib/components/VBanner/_variables.scss +10 -14
  57. package/lib/components/VBanner/index.mjs +2 -0
  58. package/lib/components/VBanner/index.mjs.map +1 -1
  59. package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -1
  60. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +1 -1
  61. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  62. package/lib/components/VBottomNavigation/VBottomNavigation.sass +1 -1
  63. package/lib/components/VBottomNavigation/index.mjs.map +1 -1
  64. package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
  65. package/lib/components/VBottomSheet/index.mjs.map +1 -1
  66. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +5 -2
  67. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  68. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  69. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +10 -9
  70. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  71. package/lib/components/VBreadcrumbs/index.mjs.map +1 -1
  72. package/lib/components/VBreadcrumbs/shared.mjs.map +1 -1
  73. package/lib/components/VBtn/VBtn.css +32 -4
  74. package/lib/components/VBtn/VBtn.mjs +38 -16
  75. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  76. package/lib/components/VBtn/VBtn.sass +18 -2
  77. package/lib/components/VBtn/_variables.scss +2 -0
  78. package/lib/components/VBtn/index.mjs.map +1 -1
  79. package/lib/components/VBtnGroup/VBtnGroup.css +14 -6
  80. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  81. package/lib/components/VBtnGroup/VBtnGroup.sass +14 -6
  82. package/lib/components/VBtnGroup/index.mjs.map +1 -1
  83. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  84. package/lib/components/VBtnToggle/index.mjs.map +1 -1
  85. package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
  86. package/lib/components/VCalendar/VCalendarCategory.mjs.map +1 -1
  87. package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
  88. package/lib/components/VCalendar/VCalendarMonthly.mjs.map +1 -1
  89. package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
  90. package/lib/components/VCalendar/index.mjs.map +1 -1
  91. package/lib/components/VCalendar/mixins/calendar-base.mjs.map +1 -1
  92. package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
  93. package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs.map +1 -1
  94. package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
  95. package/lib/components/VCalendar/mixins/times.mjs.map +1 -1
  96. package/lib/components/VCalendar/modes/column.mjs.map +1 -1
  97. package/lib/components/VCalendar/modes/common.mjs.map +1 -1
  98. package/lib/components/VCalendar/modes/index.mjs.map +1 -1
  99. package/lib/components/VCalendar/modes/stack.mjs.map +1 -1
  100. package/lib/components/VCalendar/util/events.mjs.map +1 -1
  101. package/lib/components/VCalendar/util/parser.mjs.map +1 -1
  102. package/lib/components/VCalendar/util/props.mjs.map +1 -1
  103. package/lib/components/VCalendar/util/timestamp.mjs.map +1 -1
  104. package/lib/components/VCard/VCard.css +18 -15
  105. package/lib/components/VCard/VCard.mjs +16 -8
  106. package/lib/components/VCard/VCard.mjs.map +1 -1
  107. package/lib/components/VCard/VCard.sass +12 -9
  108. package/lib/components/VCard/VCardActions.mjs +1 -2
  109. package/lib/components/VCard/VCardActions.mjs.map +1 -1
  110. package/lib/components/VCard/VCardAvatar.mjs.map +1 -1
  111. package/lib/components/VCard/VCardContent.mjs +3 -0
  112. package/lib/components/VCard/VCardContent.mjs.map +1 -0
  113. package/lib/components/VCard/VCardHeader.mjs.map +1 -1
  114. package/lib/components/VCard/VCardHeaderText.mjs.map +1 -1
  115. package/lib/components/VCard/VCardImg.mjs.map +1 -1
  116. package/lib/components/VCard/VCardSubtitle.mjs.map +1 -1
  117. package/lib/components/VCard/VCardText.mjs.map +1 -1
  118. package/lib/components/VCard/VCardTitle.mjs.map +1 -1
  119. package/lib/components/VCard/_variables.scss +11 -5
  120. package/lib/components/VCard/index.mjs +1 -0
  121. package/lib/components/VCard/index.mjs.map +1 -1
  122. package/lib/components/VCarousel/VCarousel.mjs +4 -3
  123. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  124. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  125. package/lib/components/VCarousel/index.mjs.map +1 -1
  126. package/lib/components/VCheckbox/VCheckbox.mjs +7 -6
  127. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  128. package/lib/components/VCheckbox/index.mjs.map +1 -1
  129. package/lib/components/VChip/VChip.css +3 -0
  130. package/lib/components/VChip/VChip.mjs +5 -4
  131. package/lib/components/VChip/VChip.mjs.map +1 -1
  132. package/lib/components/VChip/VChip.sass +3 -0
  133. package/lib/components/VChip/_variables.scss +3 -0
  134. package/lib/components/VChip/index.mjs.map +1 -1
  135. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  136. package/lib/components/VChipGroup/index.mjs.map +1 -1
  137. package/lib/components/VCode/index.mjs.map +1 -1
  138. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  139. package/lib/components/VColorPicker/VColorPickerCanvas.css +1 -1
  140. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  141. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  142. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  143. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  144. package/lib/components/VColorPicker/index.mjs.map +1 -1
  145. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  146. package/lib/components/VCombobox/VCombobox.mjs +118 -106
  147. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  148. package/lib/components/VCombobox/index.mjs.map +1 -1
  149. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  150. package/lib/components/VCounter/index.mjs.map +1 -1
  151. package/lib/components/VData/VData.mjs.map +1 -1
  152. package/lib/components/VData/index.mjs.map +1 -1
  153. package/lib/components/VDataIterator/VDataFooter.mjs.map +1 -1
  154. package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
  155. package/lib/components/VDataIterator/index.mjs.map +1 -1
  156. package/lib/components/VDataTable/MobileRow.mjs.map +1 -1
  157. package/lib/components/VDataTable/Row.mjs.map +1 -1
  158. package/lib/components/VDataTable/RowGroup.mjs.map +1 -1
  159. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  160. package/lib/components/VDataTable/VDataTableHeader.mjs.map +1 -1
  161. package/lib/components/VDataTable/VDataTableHeaderDesktop.mjs.map +1 -1
  162. package/lib/components/VDataTable/VDataTableHeaderMobile.mjs.map +1 -1
  163. package/lib/components/VDataTable/VEditDialog.mjs.map +1 -1
  164. package/lib/components/VDataTable/VVirtualTable.mjs.map +1 -1
  165. package/lib/components/VDataTable/index.mjs.map +1 -1
  166. package/lib/components/VDataTable/mixins/header.mjs.map +1 -1
  167. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  168. package/lib/components/VDatePicker/VDatePickerDateTable.mjs.map +1 -1
  169. package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
  170. package/lib/components/VDatePicker/VDatePickerMonthTable.mjs.map +1 -1
  171. package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +1 -1
  172. package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
  173. package/lib/components/VDatePicker/index.mjs.map +1 -1
  174. package/lib/components/VDatePicker/mixins/date-picker-table.mjs.map +1 -1
  175. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +1 -1
  176. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +1 -1
  177. package/lib/components/VDatePicker/util/index.mjs.map +1 -1
  178. package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +1 -1
  179. package/lib/components/VDatePicker/util/monthChange.mjs.map +1 -1
  180. package/lib/components/VDatePicker/util/pad.mjs.map +1 -1
  181. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +1 -1
  182. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  183. package/lib/components/VDefaultsProvider/index.mjs.map +1 -1
  184. package/lib/components/VDialog/VDialog.css +31 -12
  185. package/lib/components/VDialog/VDialog.mjs +14 -12
  186. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  187. package/lib/components/VDialog/VDialog.sass +27 -11
  188. package/lib/components/VDialog/_variables.scss +3 -7
  189. package/lib/components/VDialog/index.mjs.map +1 -1
  190. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  191. package/lib/components/VDivider/index.mjs.map +1 -1
  192. package/lib/components/VExpansionPanel/VExpansionPanel.css +8 -6
  193. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +6 -2
  194. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  195. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  196. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +9 -6
  197. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  198. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +4 -0
  199. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  200. package/lib/components/VExpansionPanel/index.mjs.map +1 -1
  201. package/lib/components/VField/VField.css +1 -1
  202. package/lib/components/VField/VField.mjs +10 -9
  203. package/lib/components/VField/VField.mjs.map +1 -1
  204. package/lib/components/VField/VField.sass +1 -1
  205. package/lib/components/VField/VFieldLabel.mjs.map +1 -1
  206. package/lib/components/VField/index.mjs.map +1 -1
  207. package/lib/components/VFileInput/VFileInput.mjs +5 -3
  208. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  209. package/lib/components/VFileInput/index.mjs.map +1 -1
  210. package/lib/components/VFooter/VFooter.mjs +32 -15
  211. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  212. package/lib/components/VFooter/index.mjs.map +1 -1
  213. package/lib/components/VForm/VForm.mjs +25 -11
  214. package/lib/components/VForm/VForm.mjs.map +1 -1
  215. package/lib/components/VForm/index.mjs.map +1 -1
  216. package/lib/components/VGrid/VCol.mjs.map +1 -1
  217. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  218. package/lib/components/VGrid/VRow.mjs.map +1 -1
  219. package/lib/components/VGrid/VSpacer.mjs.map +1 -1
  220. package/lib/components/VGrid/index.mjs.map +1 -1
  221. package/lib/components/VHover/VHover.mjs.map +1 -1
  222. package/lib/components/VHover/index.mjs.map +1 -1
  223. package/lib/components/VIcon/VIcon.css +27 -12
  224. package/lib/components/VIcon/VIcon.mjs +18 -17
  225. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  226. package/lib/components/VIcon/VIcon.sass +27 -16
  227. package/lib/components/VIcon/_variables.scss +1 -0
  228. package/lib/components/VIcon/index.mjs.map +1 -1
  229. package/lib/components/VImg/VImg.mjs.map +1 -1
  230. package/lib/components/VImg/index.mjs.map +1 -1
  231. package/lib/components/VInput/VInput.css +3 -1
  232. package/lib/components/VInput/VInput.mjs +7 -7
  233. package/lib/components/VInput/VInput.mjs.map +1 -1
  234. package/lib/components/VInput/VInput.sass +3 -1
  235. package/lib/components/VInput/_variables.scss +4 -0
  236. package/lib/components/VInput/index.mjs.map +1 -1
  237. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  238. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  239. package/lib/components/VItemGroup/index.mjs.map +1 -1
  240. package/lib/components/VKbd/index.mjs.map +1 -1
  241. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  242. package/lib/components/VLabel/index.mjs.map +1 -1
  243. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  244. package/lib/components/VLayout/VLayoutItem.mjs +1 -1
  245. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  246. package/lib/components/VLayout/index.mjs.map +1 -1
  247. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  248. package/lib/components/VLazy/index.mjs.map +1 -1
  249. package/lib/components/VList/VList.css +7 -12
  250. package/lib/components/VList/VList.mjs +83 -48
  251. package/lib/components/VList/VList.mjs.map +1 -1
  252. package/lib/components/VList/VList.sass +3 -3
  253. package/lib/components/VList/VListChildren.mjs +41 -3
  254. package/lib/components/VList/VListChildren.mjs.map +1 -1
  255. package/lib/components/VList/VListGroup.mjs +32 -13
  256. package/lib/components/VList/VListGroup.mjs.map +1 -1
  257. package/lib/components/VList/VListImg.mjs.map +1 -1
  258. package/lib/components/VList/VListItem.css +124 -46
  259. package/lib/components/VList/VListItem.mjs +42 -37
  260. package/lib/components/VList/VListItem.mjs.map +1 -1
  261. package/lib/components/VList/VListItem.sass +76 -28
  262. package/lib/components/VList/VListItemAction.mjs +29 -0
  263. package/lib/components/VList/VListItemAction.mjs.map +1 -0
  264. package/lib/components/VList/VListItemAvatar.mjs +10 -16
  265. package/lib/components/VList/VListItemAvatar.mjs.map +1 -1
  266. package/lib/components/VList/VListItemHeader.mjs.map +1 -1
  267. package/lib/components/VList/VListItemIcon.mjs +23 -0
  268. package/lib/components/VList/VListItemIcon.mjs.map +1 -0
  269. package/lib/components/VList/VListItemMedia.mjs +4 -4
  270. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  271. package/lib/components/VList/VListItemSubtitle.mjs.map +1 -1
  272. package/lib/components/VList/VListItemTitle.mjs.map +1 -1
  273. package/lib/components/VList/VListSubheader.mjs +3 -3
  274. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  275. package/lib/components/VList/_variables.scss +12 -4
  276. package/lib/components/VList/index.mjs +2 -0
  277. package/lib/components/VList/index.mjs.map +1 -1
  278. package/lib/components/VList/list.mjs.map +1 -1
  279. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  280. package/lib/components/VLocaleProvider/index.mjs.map +1 -1
  281. package/lib/components/VMain/VMain.mjs.map +1 -1
  282. package/lib/components/VMain/index.mjs.map +1 -1
  283. package/lib/components/VMenu/VMenu.css +2 -12
  284. package/lib/components/VMenu/VMenu.mjs +65 -31
  285. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  286. package/lib/components/VMenu/VMenu.sass +3 -6
  287. package/lib/components/VMenu/_variables.scss +0 -1
  288. package/lib/components/VMenu/index.mjs.map +1 -1
  289. package/lib/components/VMenu/shared.mjs +2 -0
  290. package/lib/components/VMenu/shared.mjs.map +1 -0
  291. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  292. package/lib/components/VMessages/index.mjs.map +1 -1
  293. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +8 -8
  294. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  295. package/lib/components/VNavigationDrawer/index.mjs.map +1 -1
  296. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
  297. package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
  298. package/lib/components/VNoSsr/index.mjs.map +1 -1
  299. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  300. package/lib/components/VOtpInput/index.mjs.map +1 -1
  301. package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
  302. package/lib/components/VOverflowBtn/index.mjs.map +1 -1
  303. package/lib/components/VOverlay/VOverlay.css +7 -0
  304. package/lib/components/VOverlay/VOverlay.mjs +57 -32
  305. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  306. package/lib/components/VOverlay/VOverlay.sass +8 -0
  307. package/lib/components/VOverlay/index.mjs.map +1 -1
  308. package/lib/components/VOverlay/{positionStrategies.mjs → locationStrategies.mjs} +39 -36
  309. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -0
  310. package/lib/components/VOverlay/requestNewFrame.mjs.map +1 -1
  311. package/lib/components/VOverlay/scrollStrategies.mjs +11 -2
  312. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  313. package/lib/components/VOverlay/useActivator.mjs +57 -15
  314. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  315. package/lib/components/VOverlay/util/point.mjs.map +1 -1
  316. package/lib/components/VPagination/VPagination.mjs +16 -17
  317. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  318. package/lib/components/VPagination/index.mjs.map +1 -1
  319. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  320. package/lib/components/VParallax/index.mjs.map +1 -1
  321. package/lib/components/VPicker/VPicker.mjs.map +1 -1
  322. package/lib/components/VPicker/index.mjs.map +1 -1
  323. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  324. package/lib/components/VProgressCircular/index.mjs.map +1 -1
  325. package/lib/components/VProgressLinear/VProgressLinear.css +1 -1
  326. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  327. package/lib/components/VProgressLinear/index.mjs.map +1 -1
  328. package/lib/components/VRadio/VRadio.mjs +6 -5
  329. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  330. package/lib/components/VRadio/index.mjs.map +1 -1
  331. package/lib/components/VRadioGroup/VRadioGroup.mjs +7 -5
  332. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  333. package/lib/components/VRadioGroup/index.mjs.map +1 -1
  334. package/lib/components/VRangeSlider/VRangeSlider.mjs +5 -2
  335. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  336. package/lib/components/VRangeSlider/index.mjs.map +1 -1
  337. package/lib/components/VRating/VRating.css +2 -2
  338. package/lib/components/VRating/VRating.mjs +17 -6
  339. package/lib/components/VRating/VRating.mjs.map +1 -1
  340. package/lib/components/VRating/VRating.sass +2 -2
  341. package/lib/components/VRating/index.mjs.map +1 -1
  342. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  343. package/lib/components/VResponsive/index.mjs.map +1 -1
  344. package/lib/components/VSelect/VSelect.mjs +95 -103
  345. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  346. package/lib/components/VSelect/index.mjs.map +1 -1
  347. package/lib/components/VSelectionControl/VSelectionControl.mjs +9 -7
  348. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  349. package/lib/components/VSelectionControl/index.mjs.map +1 -1
  350. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +6 -5
  351. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  352. package/lib/components/VSelectionControlGroup/index.mjs.map +1 -1
  353. package/lib/components/VSheet/VSheet.mjs +7 -3
  354. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  355. package/lib/components/VSheet/index.mjs.map +1 -1
  356. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  357. package/lib/components/VSkeletonLoader/index.mjs.map +1 -1
  358. package/lib/components/VSlideGroup/VSlideGroup.css +0 -5
  359. package/lib/components/VSlideGroup/VSlideGroup.mjs +40 -17
  360. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  361. package/lib/components/VSlideGroup/VSlideGroup.sass +0 -4
  362. package/lib/components/VSlideGroup/VSlideGroupItem.mjs +3 -1
  363. package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
  364. package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
  365. package/lib/components/VSlideGroup/index.mjs.map +1 -1
  366. package/lib/components/VSlider/VSlider.css +7 -2
  367. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  368. package/lib/components/VSlider/VSlider.sass +11 -5
  369. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  370. package/lib/components/VSlider/VSliderTrack.css +6 -6
  371. package/lib/components/VSlider/VSliderTrack.mjs +3 -2
  372. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  373. package/lib/components/VSlider/VSliderTrack.sass +7 -7
  374. package/lib/components/VSlider/_variables.scss +5 -2
  375. package/lib/components/VSlider/index.mjs.map +1 -1
  376. package/lib/components/VSlider/slider.mjs.map +1 -1
  377. package/lib/components/VSnackbar/VSnackbar.css +14 -31
  378. package/lib/components/VSnackbar/VSnackbar.mjs +38 -19
  379. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  380. package/lib/components/VSnackbar/VSnackbar.sass +15 -34
  381. package/lib/components/VSnackbar/_variables.scss +0 -4
  382. package/lib/components/VSnackbar/index.mjs.map +1 -1
  383. package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
  384. package/lib/components/VSparkline/helpers/core.mjs.map +1 -1
  385. package/lib/components/VSparkline/helpers/math.mjs.map +1 -1
  386. package/lib/components/VSparkline/helpers/path.mjs.map +1 -1
  387. package/lib/components/VSparkline/index.mjs.map +1 -1
  388. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  389. package/lib/components/VSpeedDial/index.mjs.map +1 -1
  390. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  391. package/lib/components/VStepper/VStepperContent.mjs.map +1 -1
  392. package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
  393. package/lib/components/VStepper/index.mjs.map +1 -1
  394. package/lib/components/VSwitch/VSwitch.mjs +8 -5
  395. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  396. package/lib/components/VSwitch/index.mjs.map +1 -1
  397. package/lib/components/VSystemBar/VSystemBar.css +0 -5
  398. package/lib/components/VSystemBar/VSystemBar.mjs +31 -14
  399. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  400. package/lib/components/VSystemBar/VSystemBar.sass +0 -5
  401. package/lib/components/VSystemBar/_variables.scss +0 -3
  402. package/lib/components/VSystemBar/index.mjs.map +1 -1
  403. package/lib/components/VTable/VTable.mjs.map +1 -1
  404. package/lib/components/VTable/index.mjs.map +1 -1
  405. package/lib/components/VTabs/VTab.css +1 -1
  406. package/lib/components/VTabs/VTab.mjs +33 -36
  407. package/lib/components/VTabs/VTab.mjs.map +1 -1
  408. package/lib/components/VTabs/VTab.sass +1 -1
  409. package/lib/components/VTabs/VTabs.css +14 -11
  410. package/lib/components/VTabs/VTabs.mjs +7 -8
  411. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  412. package/lib/components/VTabs/VTabs.sass +10 -6
  413. package/lib/components/VTabs/index.mjs.map +1 -1
  414. package/lib/components/VTabs/shared.mjs +2 -0
  415. package/lib/components/VTabs/shared.mjs.map +1 -0
  416. package/lib/components/VTextField/VTextField.css +4 -4
  417. package/lib/components/VTextField/VTextField.mjs +7 -10
  418. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  419. package/lib/components/VTextField/VTextField.sass +5 -5
  420. package/lib/components/VTextField/index.mjs.map +1 -1
  421. package/lib/components/VTextarea/VTextarea.css +7 -4
  422. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  423. package/lib/components/VTextarea/VTextarea.sass +9 -5
  424. package/lib/components/VTextarea/index.mjs.map +1 -1
  425. package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
  426. package/lib/components/VThemeProvider/index.mjs.map +1 -1
  427. package/lib/components/VTimePicker/SelectingTimes.mjs.map +1 -1
  428. package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
  429. package/lib/components/VTimePicker/VTimePickerClock.mjs.map +1 -1
  430. package/lib/components/VTimePicker/VTimePickerTitle.mjs.map +1 -1
  431. package/lib/components/VTimePicker/index.mjs.map +1 -1
  432. package/lib/components/VTimeline/VTimeline.css +187 -48
  433. package/lib/components/VTimeline/VTimeline.mjs +27 -11
  434. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  435. package/lib/components/VTimeline/VTimeline.sass +196 -51
  436. package/lib/components/VTimeline/VTimelineDivider.mjs +5 -3
  437. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  438. package/lib/components/VTimeline/VTimelineItem.mjs +3 -2
  439. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  440. package/lib/components/VTimeline/_variables.scss +2 -1
  441. package/lib/components/VTimeline/index.mjs.map +1 -1
  442. package/lib/components/VTimeline/shared.mjs.map +1 -1
  443. package/lib/components/VToolbar/VToolbar.css +8 -1
  444. package/lib/components/VToolbar/VToolbar.mjs +21 -17
  445. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  446. package/lib/components/VToolbar/VToolbar.sass +2 -1
  447. package/lib/components/VToolbar/VToolbarItems.mjs +0 -1
  448. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  449. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  450. package/lib/components/VToolbar/_variables.scss +13 -1
  451. package/lib/components/VToolbar/index.mjs.map +1 -1
  452. package/lib/components/VTooltip/VTooltip.mjs +12 -7
  453. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  454. package/lib/components/VTooltip/index.mjs.map +1 -1
  455. package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
  456. package/lib/components/VTreeview/VTreeviewNode.mjs.map +1 -1
  457. package/lib/components/VTreeview/index.mjs.map +1 -1
  458. package/lib/components/VTreeview/util/filterTreeItems.mjs.map +1 -1
  459. package/lib/components/VValidation/VValidation.mjs.map +1 -1
  460. package/lib/components/VValidation/index.mjs.map +1 -1
  461. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  462. package/lib/components/VVirtualScroll/index.mjs.map +1 -1
  463. package/lib/components/VWindow/VWindow.mjs +2 -10
  464. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  465. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  466. package/lib/components/VWindow/index.mjs.map +1 -1
  467. package/lib/components/index.d.ts +10317 -8885
  468. package/lib/components/index.mjs.map +1 -1
  469. package/lib/components/transitions/createTransition.mjs.map +1 -1
  470. package/lib/components/transitions/dialog-transition.mjs +61 -8
  471. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  472. package/lib/components/transitions/expand-transition.mjs.map +1 -1
  473. package/lib/components/transitions/index.mjs.map +1 -1
  474. package/lib/composables/border.mjs.map +1 -1
  475. package/lib/composables/color.mjs.map +1 -1
  476. package/lib/composables/defaults.mjs +2 -2
  477. package/lib/composables/defaults.mjs.map +1 -1
  478. package/lib/composables/delay.mjs.map +1 -1
  479. package/lib/composables/density.mjs.map +1 -1
  480. package/lib/composables/dimensions.mjs.map +1 -1
  481. package/lib/composables/display.mjs.map +1 -1
  482. package/lib/composables/elevation.mjs.map +1 -1
  483. package/lib/composables/filter.mjs +33 -13
  484. package/lib/composables/filter.mjs.map +1 -1
  485. package/lib/composables/focus.mjs.map +1 -1
  486. package/lib/composables/form.mjs +18 -5
  487. package/lib/composables/form.mjs.map +1 -1
  488. package/lib/composables/forwardRef.mjs +10 -6
  489. package/lib/composables/forwardRef.mjs.map +1 -1
  490. package/lib/composables/group.mjs +14 -6
  491. package/lib/composables/group.mjs.map +1 -1
  492. package/lib/composables/hydration.mjs.map +1 -1
  493. package/lib/composables/icons.mjs +15 -3
  494. package/lib/composables/icons.mjs.map +1 -1
  495. package/lib/composables/index.mjs.map +1 -1
  496. package/lib/composables/intersectionObserver.mjs.map +1 -1
  497. package/lib/composables/items.mjs +84 -0
  498. package/lib/composables/items.mjs.map +1 -0
  499. package/lib/composables/layout.mjs +10 -6
  500. package/lib/composables/layout.mjs.map +1 -1
  501. package/lib/composables/lazy.mjs.map +1 -1
  502. package/lib/composables/loader.mjs.map +1 -1
  503. package/lib/composables/locale.mjs +11 -8
  504. package/lib/composables/locale.mjs.map +1 -1
  505. package/lib/composables/location.mjs +70 -0
  506. package/lib/composables/location.mjs.map +1 -0
  507. package/lib/composables/mutationObserver.mjs.map +1 -1
  508. package/lib/composables/nested/nested.mjs +27 -14
  509. package/lib/composables/nested/nested.mjs.map +1 -1
  510. package/lib/composables/nested/openStrategies.mjs +63 -36
  511. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  512. package/lib/composables/nested/selectStrategies.mjs +163 -122
  513. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  514. package/lib/composables/position.mjs +4 -25
  515. package/lib/composables/position.mjs.map +1 -1
  516. package/lib/composables/proxiedModel.mjs.map +1 -1
  517. package/lib/composables/refs.mjs.map +1 -1
  518. package/lib/composables/resizeObserver.mjs +1 -9
  519. package/lib/composables/resizeObserver.mjs.map +1 -1
  520. package/lib/composables/rounded.mjs.map +1 -1
  521. package/lib/composables/router.mjs +29 -15
  522. package/lib/composables/router.mjs.map +1 -1
  523. package/lib/composables/rtl.mjs.map +1 -1
  524. package/lib/composables/scopeId.mjs +11 -0
  525. package/lib/composables/scopeId.mjs.map +1 -0
  526. package/lib/composables/scroll.mjs.map +1 -1
  527. package/lib/composables/selectLink.mjs +19 -0
  528. package/lib/composables/selectLink.mjs.map +1 -0
  529. package/lib/composables/size.mjs.map +1 -1
  530. package/lib/composables/ssrBoot.mjs.map +1 -1
  531. package/lib/composables/stack.mjs +27 -23
  532. package/lib/composables/stack.mjs.map +1 -1
  533. package/lib/composables/tag.mjs.map +1 -1
  534. package/lib/composables/teleport.mjs.map +1 -1
  535. package/lib/composables/theme.mjs +89 -92
  536. package/lib/composables/theme.mjs.map +1 -1
  537. package/lib/composables/toggleScope.mjs +18 -0
  538. package/lib/composables/toggleScope.mjs.map +1 -0
  539. package/lib/composables/touch.mjs.map +1 -1
  540. package/lib/composables/transition.mjs.map +1 -1
  541. package/lib/composables/validation.mjs +7 -3
  542. package/lib/composables/validation.mjs.map +1 -1
  543. package/lib/composables/variant.mjs +0 -3
  544. package/lib/composables/variant.mjs.map +1 -1
  545. package/lib/directives/click-outside/index.mjs.map +1 -1
  546. package/lib/directives/color/index.mjs.map +1 -1
  547. package/lib/directives/index.mjs.map +1 -1
  548. package/lib/directives/intersect/index.mjs.map +1 -1
  549. package/lib/directives/mutate/index.mjs.map +1 -1
  550. package/lib/directives/resize/index.mjs.map +1 -1
  551. package/lib/directives/ripple/index.mjs +15 -3
  552. package/lib/directives/ripple/index.mjs.map +1 -1
  553. package/lib/directives/scroll/index.mjs.map +1 -1
  554. package/lib/directives/touch/index.mjs.map +1 -1
  555. package/lib/entry-bundler.mjs +1 -1
  556. package/lib/entry-bundler.mjs.map +1 -1
  557. package/lib/framework.mjs +19 -26
  558. package/lib/framework.mjs.map +1 -1
  559. package/lib/iconsets/fa-svg.d.ts +2 -1
  560. package/lib/iconsets/fa-svg.mjs.map +1 -1
  561. package/lib/iconsets/fa.d.ts +2 -1
  562. package/lib/iconsets/fa.mjs.map +1 -1
  563. package/lib/iconsets/fa4.d.ts +2 -1
  564. package/lib/iconsets/fa4.mjs.map +1 -1
  565. package/lib/iconsets/md.d.ts +2 -1
  566. package/lib/iconsets/md.mjs.map +1 -1
  567. package/lib/iconsets/mdi-svg.d.ts +2 -1
  568. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  569. package/lib/iconsets/mdi.d.ts +2 -1
  570. package/lib/iconsets/mdi.mjs.map +1 -1
  571. package/lib/index.d.ts +99 -82
  572. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  573. package/lib/locale/adapters/vue-intl.mjs.map +1 -1
  574. package/lib/locale/af.mjs.map +1 -1
  575. package/lib/locale/ar.mjs.map +1 -1
  576. package/lib/locale/az.mjs.map +1 -1
  577. package/lib/locale/bg.mjs.map +1 -1
  578. package/lib/locale/ca.mjs +9 -9
  579. package/lib/locale/ca.mjs.map +1 -1
  580. package/lib/locale/ckb.mjs.map +1 -1
  581. package/lib/locale/cs.mjs.map +1 -1
  582. package/lib/locale/da.mjs.map +1 -1
  583. package/lib/locale/de.mjs.map +1 -1
  584. package/lib/locale/el.mjs.map +1 -1
  585. package/lib/locale/en.mjs.map +1 -1
  586. package/lib/locale/es.mjs.map +1 -1
  587. package/lib/locale/et.mjs.map +1 -1
  588. package/lib/locale/fa.mjs.map +1 -1
  589. package/lib/locale/fi.mjs.map +1 -1
  590. package/lib/locale/fr.mjs.map +1 -1
  591. package/lib/locale/he.mjs.map +1 -1
  592. package/lib/locale/hr.mjs.map +1 -1
  593. package/lib/locale/hu.mjs.map +1 -1
  594. package/lib/locale/id.mjs.map +1 -1
  595. package/lib/locale/index.mjs.map +1 -1
  596. package/lib/locale/it.mjs.map +1 -1
  597. package/lib/locale/ja.mjs.map +1 -1
  598. package/lib/locale/ko.mjs.map +1 -1
  599. package/lib/locale/lt.mjs.map +1 -1
  600. package/lib/locale/lv.mjs.map +1 -1
  601. package/lib/locale/nl.mjs.map +1 -1
  602. package/lib/locale/no.mjs.map +1 -1
  603. package/lib/locale/pl.mjs.map +1 -1
  604. package/lib/locale/pt.mjs.map +1 -1
  605. package/lib/locale/ro.mjs.map +1 -1
  606. package/lib/locale/ru.mjs.map +1 -1
  607. package/lib/locale/sk.mjs.map +1 -1
  608. package/lib/locale/sl.mjs.map +1 -1
  609. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  610. package/lib/locale/sr-Latn.mjs.map +1 -1
  611. package/lib/locale/sv.mjs.map +1 -1
  612. package/lib/locale/th.mjs.map +1 -1
  613. package/lib/locale/tr.mjs.map +1 -1
  614. package/lib/locale/uk.mjs.map +1 -1
  615. package/lib/locale/vi.mjs.map +1 -1
  616. package/lib/locale/zh-Hans.mjs.map +1 -1
  617. package/lib/locale/zh-Hant.mjs.map +1 -1
  618. package/lib/presets/default/index.mjs.map +1 -1
  619. package/lib/services/goto/easing-patterns.mjs.map +1 -1
  620. package/lib/services/goto/index.mjs.map +1 -1
  621. package/lib/services/goto/util.mjs.map +1 -1
  622. package/lib/styles/generic/_colors.scss +0 -1
  623. package/lib/styles/main.css +400 -392
  624. package/lib/styles/settings/_utilities.scss +54 -26
  625. package/lib/styles/tools/_states.sass +11 -3
  626. package/lib/styles/tools/_utilities.sass +1 -1
  627. package/lib/{components/VOverlay/util → util}/anchor.mjs +0 -0
  628. package/lib/util/anchor.mjs.map +1 -0
  629. package/lib/util/animation.mjs.map +1 -1
  630. package/lib/util/box.mjs.map +1 -1
  631. package/lib/util/color/APCA.mjs.map +1 -1
  632. package/lib/util/color/transformCIELAB.mjs.map +1 -1
  633. package/lib/util/color/transformSRGB.mjs.map +1 -1
  634. package/lib/util/colorUtils.mjs.map +1 -1
  635. package/lib/util/colors.mjs.map +1 -1
  636. package/lib/util/console.mjs.map +1 -1
  637. package/lib/util/createSimpleFunctional.mjs.map +1 -1
  638. package/lib/util/dateTimeUtils.mjs.map +1 -1
  639. package/lib/util/defineComponent.mjs +37 -6
  640. package/lib/util/defineComponent.mjs.map +1 -1
  641. package/lib/util/dom.mjs.map +1 -1
  642. package/lib/util/easing.mjs.map +1 -1
  643. package/lib/util/getCurrentInstance.mjs +1 -1
  644. package/lib/util/getCurrentInstance.mjs.map +1 -1
  645. package/lib/util/getScrollParent.mjs.map +1 -1
  646. package/lib/util/globals.mjs +0 -3
  647. package/lib/util/globals.mjs.map +1 -1
  648. package/lib/util/helpers.mjs +1 -1
  649. package/lib/util/helpers.mjs.map +1 -1
  650. package/lib/util/index.mjs +1 -0
  651. package/lib/util/index.mjs.map +1 -1
  652. package/lib/util/isFixedPosition.mjs.map +1 -1
  653. package/lib/util/propsFactory.mjs.map +1 -1
  654. package/lib/util/useRender.mjs.map +1 -1
  655. package/package.json +33 -31
  656. package/lib/components/VOverlay/positionStrategies.mjs.map +0 -1
  657. package/lib/components/VOverlay/util/anchor.mjs.map +0 -1
  658. package/lib/composables/overlay.mjs +0 -30
  659. package/lib/composables/overlay.mjs.map +0 -1
@@ -15,7 +15,7 @@
15
15
  "type": "boolean",
16
16
  "description": ""
17
17
  },
18
- "v-app-bar/position": {
18
+ "v-app-bar/location": {
19
19
  "type": "string",
20
20
  "description": ""
21
21
  },
@@ -87,12 +87,12 @@
87
87
  "type": "string",
88
88
  "description": ""
89
89
  },
90
- "v-app-bar/priority": {
90
+ "v-app-bar/order": {
91
91
  "type": "number|string",
92
92
  "description": ""
93
93
  },
94
94
  "v-app-bar-nav-icon/icon": {
95
- "type": "string",
95
+ "type": "string|function|object",
96
96
  "description": ""
97
97
  },
98
98
  "v-app-bar-title/text": {
@@ -116,7 +116,7 @@
116
116
  "description": ""
117
117
  },
118
118
  "v-alert/close-icon": {
119
- "type": "string",
119
+ "type": "string|function|object",
120
120
  "description": "Change the default icon used for **dismissible** alerts."
121
121
  },
122
122
  "v-alert/close-label": {
@@ -124,7 +124,7 @@
124
124
  "description": "Text used for *aria-label* on **dismissible** alerts. Can also be customizing globally in [Internationalization](/customization/internationalization)."
125
125
  },
126
126
  "v-alert/icon": {
127
- "type": "boolean|string",
127
+ "type": "boolean|string|function|object",
128
128
  "description": "Designates a specific icon."
129
129
  },
130
130
  "v-alert/model-value": {
@@ -179,34 +179,14 @@
179
179
  "type": "number|string",
180
180
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
181
181
  },
182
- "v-alert/absolute": {
183
- "type": "boolean",
184
- "description": "Applies **position: absolute** to the component."
185
- },
186
- "v-alert/bottom": {
187
- "type": "boolean|number|string",
188
- "description": "Aligns the component towards the bottom."
189
- },
190
- "v-alert/fixed": {
191
- "type": "boolean",
192
- "description": "Applies **position: fixed** to the component."
193
- },
194
- "v-alert/left": {
195
- "type": "boolean|number|string",
196
- "description": "Aligns the component towards the left."
182
+ "v-alert/location": {
183
+ "type": "string",
184
+ "description": ""
197
185
  },
198
186
  "v-alert/position": {
199
187
  "type": "string",
200
188
  "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
201
189
  },
202
- "v-alert/right": {
203
- "type": "boolean|number|string",
204
- "description": "Aligns the component towards the right."
205
- },
206
- "v-alert/top": {
207
- "type": "boolean|number|string",
208
- "description": "Aligns the content towards the top."
209
- },
210
190
  "v-alert/rounded": {
211
191
  "type": "boolean|number|string",
212
192
  "description": ""
@@ -223,13 +203,9 @@
223
203
  "type": "string",
224
204
  "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
225
205
  },
226
- "v-alert/text-color": {
227
- "type": "string",
228
- "description": "Applies a specified color to the control text"
229
- },
230
206
  "v-alert/variant": {
231
207
  "type": "string",
232
- "description": "Applies one of 4 styles, default, contained, outlined, and text."
208
+ "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
233
209
  },
234
210
  "v-alert-title/tag": {
235
211
  "type": "string",
@@ -279,16 +255,12 @@
279
255
  "type": "boolean",
280
256
  "description": ""
281
257
  },
282
- "v-autocomplete/items": {
283
- "type": "array",
284
- "description": ""
285
- },
286
258
  "v-autocomplete/menu-icon": {
287
- "type": "string",
259
+ "type": "string|function|object",
288
260
  "description": ""
289
261
  },
290
262
  "v-autocomplete/model-value": {
291
- "type": "number|string|array",
263
+ "type": "any",
292
264
  "description": ""
293
265
  },
294
266
  "v-autocomplete/multiple": {
@@ -303,28 +275,52 @@
303
275
  "type": "boolean",
304
276
  "description": ""
305
277
  },
278
+ "v-autocomplete/items": {
279
+ "type": "array",
280
+ "description": ""
281
+ },
282
+ "v-autocomplete/item-title": {
283
+ "type": "string|array|function",
284
+ "description": ""
285
+ },
286
+ "v-autocomplete/item-value": {
287
+ "type": "string|array|function",
288
+ "description": ""
289
+ },
290
+ "v-autocomplete/item-children": {
291
+ "type": "boolean|string|array|function",
292
+ "description": ""
293
+ },
294
+ "v-autocomplete/item-props": {
295
+ "type": "boolean|string|array|function",
296
+ "description": ""
297
+ },
298
+ "v-autocomplete/return-object": {
299
+ "type": "boolean",
300
+ "description": ""
301
+ },
306
302
  "v-autocomplete/transition": {
307
303
  "type": "boolean|string|object",
308
304
  "description": ""
309
305
  },
310
306
  "v-avatar/color": {
311
- "type": "any",
307
+ "type": "string",
312
308
  "description": ""
313
309
  },
314
- "v-avatar/left": {
315
- "type": "any",
316
- "description": "Designates that the avatar is on the left side of a component. This is hooked into by components such as [v-chip](/components/chips) and [v-btn](/components/buttons)."
310
+ "v-avatar/start": {
311
+ "type": "boolean",
312
+ "description": ""
317
313
  },
318
- "v-avatar/right": {
319
- "type": "any",
320
- "description": "Designates that the avatar is on the right side of a component. This is hooked into by components such as [v-chip](/components/chips) and [v-btn](/components/buttons)."
314
+ "v-avatar/end": {
315
+ "type": "boolean",
316
+ "description": ""
321
317
  },
322
318
  "v-avatar/icon": {
323
- "type": "any",
319
+ "type": "string|function|object",
324
320
  "description": ""
325
321
  },
326
322
  "v-avatar/image": {
327
- "type": "any",
323
+ "type": "string",
328
324
  "description": ""
329
325
  },
330
326
  "v-avatar/density": {
@@ -375,10 +371,6 @@
375
371
  "type": "string",
376
372
  "description": "The **aria-label** used for the badge."
377
373
  },
378
- "v-badge/location": {
379
- "type": "string",
380
- "description": "Changes the location of the badge. Possible values are **top-right**, **bottom-right**, **bottom-left**, **top-left**."
381
- },
382
374
  "v-badge/max": {
383
375
  "type": "any",
384
376
  "description": "Sets the maximum number allowed when using the **content** prop with a `number` like value. If the content number exceeds the maximum value, a `+` suffix is added."
@@ -399,6 +391,10 @@
399
391
  "type": "any",
400
392
  "description": "Defines the text color of the badge."
401
393
  },
394
+ "v-badge/location": {
395
+ "type": "string",
396
+ "description": "Changes the location of the badge. Possible values are **top-right**, **bottom-right**, **bottom-left**, **top-left**."
397
+ },
402
398
  "v-badge/rounded": {
403
399
  "type": "boolean|number|string",
404
400
  "description": ""
@@ -431,6 +427,10 @@
431
427
  "type": "any",
432
428
  "description": ""
433
429
  },
430
+ "v-banner/stacked": {
431
+ "type": "any",
432
+ "description": ""
433
+ },
434
434
  "v-banner/sticky": {
435
435
  "type": "any",
436
436
  "description": "Applies **position: sticky** to the component (**Evergreen browsers only**). You can find more information on the [MDN documentation for sticky position](https://developer.mozilla.org/en-US/docs/Web/CSS/position)."
@@ -475,34 +475,14 @@
475
475
  "type": "number|string",
476
476
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
477
477
  },
478
- "v-banner/absolute": {
479
- "type": "boolean",
480
- "description": "Applies **position: absolute** to the component."
481
- },
482
- "v-banner/bottom": {
483
- "type": "boolean|number|string",
484
- "description": "Aligns the component towards the bottom."
485
- },
486
- "v-banner/fixed": {
487
- "type": "boolean",
488
- "description": "Applies **position: fixed** to the component."
489
- },
490
- "v-banner/left": {
491
- "type": "boolean|number|string",
492
- "description": "Aligns the component towards the left."
478
+ "v-banner/location": {
479
+ "type": "string",
480
+ "description": ""
493
481
  },
494
482
  "v-banner/position": {
495
483
  "type": "string",
496
484
  "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
497
485
  },
498
- "v-banner/right": {
499
- "type": "boolean|number|string",
500
- "description": "Aligns the component towards the right."
501
- },
502
- "v-banner/top": {
503
- "type": "boolean|number|string",
504
- "description": "Aligns the content towards the top."
505
- },
506
486
  "v-banner/rounded": {
507
487
  "type": "boolean|number|string",
508
488
  "description": ""
@@ -515,10 +495,86 @@
515
495
  "type": "string",
516
496
  "description": "Specify a theme for this component and all of its children"
517
497
  },
518
- "v-banner-actions/tag": {
498
+ "v-banner-actions/color": {
499
+ "type": "any",
500
+ "description": ""
501
+ },
502
+ "v-banner-actions/density": {
503
+ "type": "any",
504
+ "description": ""
505
+ },
506
+ "v-banner-avatar/color": {
507
+ "type": "string",
508
+ "description": ""
509
+ },
510
+ "v-banner-avatar/start": {
511
+ "type": "boolean",
512
+ "description": ""
513
+ },
514
+ "v-banner-avatar/end": {
515
+ "type": "boolean",
516
+ "description": ""
517
+ },
518
+ "v-banner-avatar/icon": {
519
+ "type": "string|function|object",
520
+ "description": ""
521
+ },
522
+ "v-banner-avatar/image": {
523
+ "type": "string",
524
+ "description": ""
525
+ },
526
+ "v-banner-avatar/density": {
527
+ "type": "string",
528
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
529
+ },
530
+ "v-banner-avatar/rounded": {
531
+ "type": "boolean|number|string",
532
+ "description": ""
533
+ },
534
+ "v-banner-avatar/size": {
535
+ "type": "string|number",
536
+ "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
537
+ },
538
+ "v-banner-avatar/tag": {
539
+ "type": "string",
540
+ "description": "Specify a custom tag used on the root element."
541
+ },
542
+ "v-banner-icon/color": {
519
543
  "type": "string",
520
544
  "description": ""
521
545
  },
546
+ "v-banner-icon/start": {
547
+ "type": "boolean",
548
+ "description": ""
549
+ },
550
+ "v-banner-icon/end": {
551
+ "type": "boolean",
552
+ "description": ""
553
+ },
554
+ "v-banner-icon/icon": {
555
+ "type": "string|function|object",
556
+ "description": ""
557
+ },
558
+ "v-banner-icon/image": {
559
+ "type": "string",
560
+ "description": ""
561
+ },
562
+ "v-banner-icon/density": {
563
+ "type": "string",
564
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
565
+ },
566
+ "v-banner-icon/rounded": {
567
+ "type": "boolean|number|string",
568
+ "description": ""
569
+ },
570
+ "v-banner-icon/size": {
571
+ "type": "string|number",
572
+ "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
573
+ },
574
+ "v-banner-icon/tag": {
575
+ "type": "string",
576
+ "description": "Specify a custom tag used on the root element."
577
+ },
522
578
  "v-banner-text/tag": {
523
579
  "type": "string",
524
580
  "description": ""
@@ -563,7 +619,7 @@
563
619
  "type": "string",
564
620
  "description": ""
565
621
  },
566
- "v-bottom-navigation/priority": {
622
+ "v-bottom-navigation/order": {
567
623
  "type": "number|string",
568
624
  "description": ""
569
625
  },
@@ -611,6 +667,10 @@
611
667
  "type": "any",
612
668
  "description": ""
613
669
  },
670
+ "v-breadcrumbs/active-color": {
671
+ "type": "any",
672
+ "description": ""
673
+ },
614
674
  "v-breadcrumbs/bg-color": {
615
675
  "type": "any",
616
676
  "description": ""
@@ -687,6 +747,14 @@
687
747
  "type": "string",
688
748
  "description": ""
689
749
  },
750
+ "v-btn/active": {
751
+ "type": "any",
752
+ "description": ""
753
+ },
754
+ "v-btn/symbol": {
755
+ "type": "any",
756
+ "description": ""
757
+ },
690
758
  "v-btn/flat": {
691
759
  "type": "any",
692
760
  "description": "Removes the button box shadow."
@@ -767,34 +835,14 @@
767
835
  "type": "string",
768
836
  "description": "Configure the active CSS class applied when the item is selected."
769
837
  },
770
- "v-btn/absolute": {
771
- "type": "boolean",
772
- "description": "Applies **position: absolute** to the component."
773
- },
774
- "v-btn/bottom": {
775
- "type": "boolean|number|string",
776
- "description": "Aligns the component towards the bottom."
777
- },
778
- "v-btn/fixed": {
779
- "type": "boolean",
780
- "description": "Applies **position: fixed** to the component."
781
- },
782
- "v-btn/left": {
783
- "type": "boolean|number|string",
784
- "description": "Aligns the component towards the left."
838
+ "v-btn/location": {
839
+ "type": "string",
840
+ "description": ""
785
841
  },
786
842
  "v-btn/position": {
787
843
  "type": "string",
788
844
  "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
789
845
  },
790
- "v-btn/right": {
791
- "type": "boolean|number|string",
792
- "description": "Aligns the component towards the right."
793
- },
794
- "v-btn/top": {
795
- "type": "boolean|number|string",
796
- "description": "Aligns the content towards the top."
797
- },
798
846
  "v-btn/href": {
799
847
  "type": "string",
800
848
  "description": ""
@@ -823,13 +871,9 @@
823
871
  "type": "string",
824
872
  "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors)."
825
873
  },
826
- "v-btn/text-color": {
827
- "type": "string",
828
- "description": "Applies a specified color to the control text"
829
- },
830
874
  "v-btn/variant": {
831
875
  "type": "string",
832
- "description": "Applies one of 4 styles, default, contained, outlined, and text."
876
+ "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
833
877
  },
834
878
  "v-btn-group/divided": {
835
879
  "type": "any",
@@ -863,13 +907,9 @@
863
907
  "type": "string",
864
908
  "description": ""
865
909
  },
866
- "v-btn-group/text-color": {
867
- "type": "string",
868
- "description": "Applies a specified color to the control text"
869
- },
870
910
  "v-btn-group/variant": {
871
911
  "type": "string",
872
- "description": "Applies one of 4 styles, default, contained, outlined, and text."
912
+ "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
873
913
  },
874
914
  "v-btn-toggle/model-value": {
875
915
  "type": "any",
@@ -987,34 +1027,14 @@
987
1027
  "type": "number|string",
988
1028
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
989
1029
  },
990
- "v-card/absolute": {
991
- "type": "boolean",
992
- "description": "Applies **position: absolute** to the component."
993
- },
994
- "v-card/bottom": {
995
- "type": "boolean|number|string",
996
- "description": "Aligns the component towards the bottom."
997
- },
998
- "v-card/fixed": {
999
- "type": "boolean",
1000
- "description": "Applies **position: fixed** to the component."
1001
- },
1002
- "v-card/left": {
1003
- "type": "boolean|number|string",
1004
- "description": "Aligns the component towards the left."
1030
+ "v-card/location": {
1031
+ "type": "string",
1032
+ "description": ""
1005
1033
  },
1006
1034
  "v-card/position": {
1007
1035
  "type": "string",
1008
1036
  "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
1009
1037
  },
1010
- "v-card/right": {
1011
- "type": "boolean|number|string",
1012
- "description": "Aligns the component towards the right."
1013
- },
1014
- "v-card/top": {
1015
- "type": "boolean|number|string",
1016
- "description": "Aligns the content towards the top."
1017
- },
1018
1038
  "v-card/rounded": {
1019
1039
  "type": "boolean|number|string",
1020
1040
  "description": ""
@@ -1039,18 +1059,18 @@
1039
1059
  "type": "string",
1040
1060
  "description": ""
1041
1061
  },
1042
- "v-card/text-color": {
1043
- "type": "string",
1044
- "description": "Applies a specified color to the control text"
1045
- },
1046
1062
  "v-card/variant": {
1047
1063
  "type": "string",
1048
- "description": "Applies one of 4 styles, default, contained, outlined, and text."
1064
+ "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
1049
1065
  },
1050
1066
  "v-card-avatar/tag": {
1051
1067
  "type": "string",
1052
1068
  "description": ""
1053
1069
  },
1070
+ "v-card-content/tag": {
1071
+ "type": "string",
1072
+ "description": ""
1073
+ },
1054
1074
  "v-card-header/tag": {
1055
1075
  "type": "string",
1056
1076
  "description": ""
@@ -1084,7 +1104,7 @@
1084
1104
  "description": "Determines if the carousel should cycle through images."
1085
1105
  },
1086
1106
  "v-carousel/delimiter-icon": {
1087
- "type": "string",
1107
+ "type": "string|function|object",
1088
1108
  "description": "Sets icon for carousel delimiter"
1089
1109
  },
1090
1110
  "v-carousel/height": {
@@ -1128,7 +1148,7 @@
1128
1148
  "description": "Sets an indeterminate state for the checkbox"
1129
1149
  },
1130
1150
  "v-checkbox/indeterminate-icon": {
1131
- "type": "string",
1151
+ "type": "string|function|object",
1132
1152
  "description": "The icon used when in an indeterminate state"
1133
1153
  },
1134
1154
  "v-checkbox/id": {
@@ -1136,11 +1156,11 @@
1136
1156
  "description": ""
1137
1157
  },
1138
1158
  "v-checkbox/append-icon": {
1139
- "type": "string",
1159
+ "type": "string|function|object",
1140
1160
  "description": ""
1141
1161
  },
1142
1162
  "v-checkbox/prepend-icon": {
1143
- "type": "string",
1163
+ "type": "string|function|object",
1144
1164
  "description": ""
1145
1165
  },
1146
1166
  "v-checkbox/hide-details": {
@@ -1204,11 +1224,11 @@
1204
1224
  "description": ""
1205
1225
  },
1206
1226
  "v-checkbox/false-icon": {
1207
- "type": "string",
1227
+ "type": "string|function|object",
1208
1228
  "description": "The icon used when inactive"
1209
1229
  },
1210
1230
  "v-checkbox/true-icon": {
1211
- "type": "string",
1231
+ "type": "string|function|object",
1212
1232
  "description": "The icon used when active"
1213
1233
  },
1214
1234
  "v-checkbox/ripple": {
@@ -1260,7 +1280,7 @@
1260
1280
  "description": ""
1261
1281
  },
1262
1282
  "v-chip/close-icon": {
1263
- "type": "string",
1283
+ "type": "string|function|object",
1264
1284
  "description": "Change the default icon used for **close** chips"
1265
1285
  },
1266
1286
  "v-chip/close-label": {
@@ -1367,13 +1387,9 @@
1367
1387
  "type": "string",
1368
1388
  "description": ""
1369
1389
  },
1370
- "v-chip/text-color": {
1371
- "type": "string",
1372
- "description": "Applies a specified color to the control text"
1373
- },
1374
1390
  "v-chip/variant": {
1375
1391
  "type": "string",
1376
- "description": "Applies one of 4 styles, default, contained, outlined, and text."
1392
+ "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
1377
1393
  },
1378
1394
  "v-chip-group/column": {
1379
1395
  "type": "any",
@@ -1423,13 +1439,9 @@
1423
1439
  "type": "string",
1424
1440
  "description": ""
1425
1441
  },
1426
- "v-chip-group/text-color": {
1427
- "type": "string",
1428
- "description": "Applies a specified color to the control text"
1429
- },
1430
1442
  "v-chip-group/variant": {
1431
1443
  "type": "string",
1432
- "description": "Applies one of 4 styles, default, contained, outlined, and text."
1444
+ "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
1433
1445
  },
1434
1446
  "v-code/tag": {
1435
1447
  "type": "string",
@@ -1543,16 +1555,12 @@
1543
1555
  "type": "boolean",
1544
1556
  "description": ""
1545
1557
  },
1546
- "v-combobox/items": {
1547
- "type": "array",
1548
- "description": ""
1549
- },
1550
1558
  "v-combobox/menu-icon": {
1551
- "type": "string",
1559
+ "type": "string|function|object",
1552
1560
  "description": ""
1553
1561
  },
1554
1562
  "v-combobox/model-value": {
1555
- "type": "number|string|array",
1563
+ "type": "any",
1556
1564
  "description": ""
1557
1565
  },
1558
1566
  "v-combobox/multiple": {
@@ -1567,6 +1575,30 @@
1567
1575
  "type": "boolean",
1568
1576
  "description": ""
1569
1577
  },
1578
+ "v-combobox/items": {
1579
+ "type": "array",
1580
+ "description": ""
1581
+ },
1582
+ "v-combobox/item-title": {
1583
+ "type": "string|array|function",
1584
+ "description": ""
1585
+ },
1586
+ "v-combobox/item-value": {
1587
+ "type": "string|array|function",
1588
+ "description": ""
1589
+ },
1590
+ "v-combobox/item-children": {
1591
+ "type": "boolean|string|array|function",
1592
+ "description": ""
1593
+ },
1594
+ "v-combobox/item-props": {
1595
+ "type": "boolean|string|array|function",
1596
+ "description": ""
1597
+ },
1598
+ "v-combobox/return-object": {
1599
+ "type": "boolean",
1600
+ "description": ""
1601
+ },
1570
1602
  "v-combobox/transition": {
1571
1603
  "type": "boolean|string|object",
1572
1604
  "description": ""
@@ -1667,6 +1699,10 @@
1667
1699
  "type": "string",
1668
1700
  "description": ""
1669
1701
  },
1702
+ "v-expansion-panels/readonly": {
1703
+ "type": "any",
1704
+ "description": "Makes the entire expansion-panel read only."
1705
+ },
1670
1706
  "v-expansion-panels/model-value": {
1671
1707
  "type": "any",
1672
1708
  "description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
@@ -1744,11 +1780,11 @@
1744
1780
  "description": ""
1745
1781
  },
1746
1782
  "v-expansion-panel/expand-icon": {
1747
- "type": "string",
1783
+ "type": "string|function|object",
1748
1784
  "description": ""
1749
1785
  },
1750
1786
  "v-expansion-panel/collapse-icon": {
1751
- "type": "string",
1787
+ "type": "string|function|object",
1752
1788
  "description": ""
1753
1789
  },
1754
1790
  "v-expansion-panel/hide-actions": {
@@ -1759,6 +1795,10 @@
1759
1795
  "type": "boolean|object",
1760
1796
  "description": ""
1761
1797
  },
1798
+ "v-expansion-panel/readonly": {
1799
+ "type": "boolean",
1800
+ "description": "Makes the expansion-panel content read only."
1801
+ },
1762
1802
  "v-expansion-panel-text/eager": {
1763
1803
  "type": "boolean",
1764
1804
  "description": ""
@@ -1768,11 +1808,11 @@
1768
1808
  "description": ""
1769
1809
  },
1770
1810
  "v-expansion-panel-title/expand-icon": {
1771
- "type": "string",
1811
+ "type": "string|function|object",
1772
1812
  "description": ""
1773
1813
  },
1774
1814
  "v-expansion-panel-title/collapse-icon": {
1775
- "type": "string",
1815
+ "type": "string|function|object",
1776
1816
  "description": ""
1777
1817
  },
1778
1818
  "v-expansion-panel-title/hide-actions": {
@@ -1783,6 +1823,10 @@
1783
1823
  "type": "boolean|object",
1784
1824
  "description": ""
1785
1825
  },
1826
+ "v-expansion-panel-title/readonly": {
1827
+ "type": "boolean",
1828
+ "description": ""
1829
+ },
1786
1830
  "v-field/id": {
1787
1831
  "type": "any",
1788
1832
  "description": ""
@@ -1792,7 +1836,7 @@
1792
1836
  "description": ""
1793
1837
  },
1794
1838
  "v-field/append-inner-icon": {
1795
- "type": "string",
1839
+ "type": "string|function|object",
1796
1840
  "description": ""
1797
1841
  },
1798
1842
  "v-field/bg-color": {
@@ -1804,7 +1848,7 @@
1804
1848
  "description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
1805
1849
  },
1806
1850
  "v-field/clear-icon": {
1807
- "type": "string",
1851
+ "type": "string|function|object",
1808
1852
  "description": ""
1809
1853
  },
1810
1854
  "v-field/active": {
@@ -1836,7 +1880,7 @@
1836
1880
  "description": ""
1837
1881
  },
1838
1882
  "v-field/prepend-inner-icon": {
1839
- "type": "string",
1883
+ "type": "string|function|object",
1840
1884
  "description": ""
1841
1885
  },
1842
1886
  "v-field/reverse": {
@@ -1904,11 +1948,11 @@
1904
1948
  "description": ""
1905
1949
  },
1906
1950
  "v-file-input/append-icon": {
1907
- "type": "string",
1951
+ "type": "string|function|object",
1908
1952
  "description": ""
1909
1953
  },
1910
1954
  "v-file-input/prepend-icon": {
1911
- "type": "string",
1955
+ "type": "string|function|object",
1912
1956
  "description": ""
1913
1957
  },
1914
1958
  "v-file-input/hide-details": {
@@ -1960,7 +2004,7 @@
1960
2004
  "description": ""
1961
2005
  },
1962
2006
  "v-file-input/append-inner-icon": {
1963
- "type": "string",
2007
+ "type": "string|function|object",
1964
2008
  "description": ""
1965
2009
  },
1966
2010
  "v-file-input/bg-color": {
@@ -1972,7 +2016,7 @@
1972
2016
  "description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
1973
2017
  },
1974
2018
  "v-file-input/clear-icon": {
1975
- "type": "string",
2019
+ "type": "string|function|object",
1976
2020
  "description": ""
1977
2021
  },
1978
2022
  "v-file-input/active": {
@@ -1996,7 +2040,7 @@
1996
2040
  "description": ""
1997
2041
  },
1998
2042
  "v-file-input/prepend-inner-icon": {
1999
- "type": "string",
2043
+ "type": "string|function|object",
2000
2044
  "description": ""
2001
2045
  },
2002
2046
  "v-file-input/reverse": {
@@ -2019,69 +2063,37 @@
2019
2063
  "type": "boolean",
2020
2064
  "description": ""
2021
2065
  },
2022
- "v-footer/color": {
2066
+ "v-footer/app": {
2023
2067
  "type": "any",
2024
2068
  "description": ""
2025
2069
  },
2026
- "v-footer/border": {
2027
- "type": "boolean|number|string",
2028
- "description": "Applies border styles to component."
2070
+ "v-footer/color": {
2071
+ "type": "any",
2072
+ "description": ""
2029
2073
  },
2030
2074
  "v-footer/height": {
2031
2075
  "type": "number|string",
2032
- "description": "Sets the height for the component."
2033
- },
2034
- "v-footer/max-height": {
2035
- "type": "number|string",
2036
- "description": "Sets the maximum height for the component."
2037
- },
2038
- "v-footer/max-width": {
2039
- "type": "number|string",
2040
- "description": "Sets the maximum width for the component."
2041
- },
2042
- "v-footer/min-height": {
2043
- "type": "number|string",
2044
- "description": "Sets the minimum height for the component."
2045
- },
2046
- "v-footer/min-width": {
2047
- "type": "number|string",
2048
- "description": "Sets the minimum width for the component."
2076
+ "description": "Sets the height for the component"
2049
2077
  },
2050
- "v-footer/width": {
2051
- "type": "number|string",
2052
- "description": "Sets the width for the component."
2078
+ "v-footer/border": {
2079
+ "type": "boolean|number|string",
2080
+ "description": "Applies border styles to component."
2053
2081
  },
2054
2082
  "v-footer/elevation": {
2055
2083
  "type": "number|string",
2056
2084
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
2057
2085
  },
2058
- "v-footer/absolute": {
2059
- "type": "boolean",
2060
- "description": "Applies **position: absolute** to the component."
2061
- },
2062
- "v-footer/bottom": {
2063
- "type": "boolean|number|string",
2064
- "description": "Aligns the component towards the bottom."
2065
- },
2066
- "v-footer/fixed": {
2067
- "type": "boolean",
2068
- "description": "Applies **position: fixed** to the component."
2069
- },
2070
- "v-footer/left": {
2071
- "type": "boolean|number|string",
2072
- "description": "Aligns the component towards the left."
2073
- },
2074
- "v-footer/position": {
2086
+ "v-footer/name": {
2075
2087
  "type": "string",
2076
- "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
2088
+ "description": ""
2077
2089
  },
2078
- "v-footer/right": {
2079
- "type": "boolean|number|string",
2080
- "description": "Aligns the component towards the right."
2090
+ "v-footer/order": {
2091
+ "type": "number|string",
2092
+ "description": ""
2081
2093
  },
2082
- "v-footer/top": {
2083
- "type": "boolean|number|string",
2084
- "description": "Aligns the content towards the top."
2094
+ "v-footer/absolute": {
2095
+ "type": "boolean",
2096
+ "description": ""
2085
2097
  },
2086
2098
  "v-footer/rounded": {
2087
2099
  "type": "boolean|number|string",
@@ -2308,19 +2320,19 @@
2308
2320
  "description": ""
2309
2321
  },
2310
2322
  "v-icon/color": {
2311
- "type": "any",
2323
+ "type": "string",
2312
2324
  "description": ""
2313
2325
  },
2314
- "v-icon/left": {
2315
- "type": "any",
2316
- "description": "Applies appropriate margins to the icon inside of a button when placed to the **left** of another element or text."
2326
+ "v-icon/start": {
2327
+ "type": "boolean",
2328
+ "description": ""
2317
2329
  },
2318
- "v-icon/right": {
2319
- "type": "any",
2320
- "description": "Applies appropriate margins to the icon inside of a button when placed to the **right** of another element or text."
2330
+ "v-icon/end": {
2331
+ "type": "boolean",
2332
+ "description": ""
2321
2333
  },
2322
2334
  "v-icon/icon": {
2323
- "type": "string|object",
2335
+ "type": "string|function|object",
2324
2336
  "description": "Designates a specific icon."
2325
2337
  },
2326
2338
  "v-icon/size": {
@@ -2329,11 +2341,11 @@
2329
2341
  },
2330
2342
  "v-icon/tag": {
2331
2343
  "type": "string",
2332
- "description": "Specify a custom tag used on the root element."
2344
+ "description": ""
2333
2345
  },
2334
2346
  "v-icon/theme": {
2335
2347
  "type": "string",
2336
- "description": "Specify a theme for this component and all of its children"
2348
+ "description": ""
2337
2349
  },
2338
2350
  "v-img/aspect-ratio": {
2339
2351
  "type": "any",
@@ -2388,11 +2400,11 @@
2388
2400
  "description": ""
2389
2401
  },
2390
2402
  "v-input/append-icon": {
2391
- "type": "string",
2403
+ "type": "string|function|object",
2392
2404
  "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
2393
2405
  },
2394
2406
  "v-input/prepend-icon": {
2395
- "type": "string",
2407
+ "type": "string|function|object",
2396
2408
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
2397
2409
  },
2398
2410
  "v-input/hide-details": {
@@ -2515,7 +2527,7 @@
2515
2527
  "type": "string",
2516
2528
  "description": ""
2517
2529
  },
2518
- "v-layout-item/priority": {
2530
+ "v-layout-item/order": {
2519
2531
  "type": "number|string",
2520
2532
  "description": ""
2521
2533
  },
@@ -2563,7 +2575,15 @@
2563
2575
  "type": "boolean|string|object",
2564
2576
  "description": "Sets the component transition. Can be one of the [built in transitions](/styles/transitions) or one your own."
2565
2577
  },
2566
- "v-list/color": {
2578
+ "v-list/active-color": {
2579
+ "type": "any",
2580
+ "description": ""
2581
+ },
2582
+ "v-list/active-class": {
2583
+ "type": "any",
2584
+ "description": ""
2585
+ },
2586
+ "v-list/bg-color": {
2567
2587
  "type": "any",
2568
2588
  "description": ""
2569
2589
  },
@@ -2572,17 +2592,13 @@
2572
2592
  "description": "Disables all children `v-list-item` components"
2573
2593
  },
2574
2594
  "v-list/lines": {
2575
- "type": "string",
2595
+ "type": "boolean|string",
2576
2596
  "description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
2577
2597
  },
2578
2598
  "v-list/nav": {
2579
2599
  "type": "any",
2580
2600
  "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**"
2581
2601
  },
2582
- "v-list/items": {
2583
- "type": "any",
2584
- "description": ""
2585
- },
2586
2602
  "v-list/select-strategy": {
2587
2603
  "type": "string|function",
2588
2604
  "description": ""
@@ -2639,6 +2655,34 @@
2639
2655
  "type": "number|string",
2640
2656
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
2641
2657
  },
2658
+ "v-list/item-type": {
2659
+ "type": "string",
2660
+ "description": ""
2661
+ },
2662
+ "v-list/items": {
2663
+ "type": "array",
2664
+ "description": ""
2665
+ },
2666
+ "v-list/item-title": {
2667
+ "type": "string|array|function",
2668
+ "description": ""
2669
+ },
2670
+ "v-list/item-value": {
2671
+ "type": "string|array|function",
2672
+ "description": ""
2673
+ },
2674
+ "v-list/item-children": {
2675
+ "type": "boolean|string|array|function",
2676
+ "description": ""
2677
+ },
2678
+ "v-list/item-props": {
2679
+ "type": "boolean|string|array|function",
2680
+ "description": ""
2681
+ },
2682
+ "v-list/return-object": {
2683
+ "type": "boolean",
2684
+ "description": ""
2685
+ },
2642
2686
  "v-list/rounded": {
2643
2687
  "type": "boolean|number|string",
2644
2688
  "description": ""
@@ -2651,6 +2695,14 @@
2651
2695
  "type": "string",
2652
2696
  "description": "Specify a theme for this component and all of its children"
2653
2697
  },
2698
+ "v-list/color": {
2699
+ "type": "string",
2700
+ "description": ""
2701
+ },
2702
+ "v-list/variant": {
2703
+ "type": "string",
2704
+ "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
2705
+ },
2654
2706
  "v-list-subheader/color": {
2655
2707
  "type": "any",
2656
2708
  "description": ""
@@ -2663,7 +2715,7 @@
2663
2715
  "type": "any",
2664
2716
  "description": ""
2665
2717
  },
2666
- "v-list-subheader/text": {
2718
+ "v-list-subheader/title": {
2667
2719
  "type": "any",
2668
2720
  "description": ""
2669
2721
  },
@@ -2699,7 +2751,11 @@
2699
2751
  "type": "any",
2700
2752
  "description": "Disables the component"
2701
2753
  },
2702
- "v-list-item/link": {
2754
+ "v-list-item/lines": {
2755
+ "type": "any",
2756
+ "description": ""
2757
+ },
2758
+ "v-list-item/nav": {
2703
2759
  "type": "any",
2704
2760
  "description": ""
2705
2761
  },
@@ -2723,6 +2779,10 @@
2723
2779
  "type": "any",
2724
2780
  "description": "The value used when a child of a [v-list-item-group](/components/list-item-groups)."
2725
2781
  },
2782
+ "v-list-item/link": {
2783
+ "type": "any",
2784
+ "description": ""
2785
+ },
2726
2786
  "v-list-item/border": {
2727
2787
  "type": "boolean|number|string",
2728
2788
  "description": "Applies border styles to component."
@@ -2787,22 +2847,54 @@
2787
2847
  "type": "string",
2788
2848
  "description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`)"
2789
2849
  },
2790
- "v-list-item/text-color": {
2791
- "type": "string",
2792
- "description": "Applies a specified color to the control text"
2793
- },
2794
2850
  "v-list-item/variant": {
2795
2851
  "type": "string",
2796
- "description": "Applies one of 4 styles, default, contained, outlined, and text."
2852
+ "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
2797
2853
  },
2798
- "v-list-item-avatar/left": {
2854
+ "v-list-item-action/start": {
2799
2855
  "type": "any",
2800
2856
  "description": ""
2801
2857
  },
2802
- "v-list-item-avatar/right": {
2858
+ "v-list-item-action/end": {
2803
2859
  "type": "any",
2804
2860
  "description": ""
2805
2861
  },
2862
+ "v-list-item-action/tag": {
2863
+ "type": "string",
2864
+ "description": "Specify a custom tag used on the root element."
2865
+ },
2866
+ "v-list-item-avatar/color": {
2867
+ "type": "string",
2868
+ "description": ""
2869
+ },
2870
+ "v-list-item-avatar/start": {
2871
+ "type": "boolean",
2872
+ "description": ""
2873
+ },
2874
+ "v-list-item-avatar/end": {
2875
+ "type": "boolean",
2876
+ "description": ""
2877
+ },
2878
+ "v-list-item-avatar/icon": {
2879
+ "type": "string|function|object",
2880
+ "description": ""
2881
+ },
2882
+ "v-list-item-avatar/image": {
2883
+ "type": "string",
2884
+ "description": ""
2885
+ },
2886
+ "v-list-item-avatar/density": {
2887
+ "type": "string",
2888
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
2889
+ },
2890
+ "v-list-item-avatar/rounded": {
2891
+ "type": "boolean|number|string",
2892
+ "description": ""
2893
+ },
2894
+ "v-list-item-avatar/size": {
2895
+ "type": "string|number",
2896
+ "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
2897
+ },
2806
2898
  "v-list-item-avatar/tag": {
2807
2899
  "type": "string",
2808
2900
  "description": "Specify a custom tag used on the root element."
@@ -2811,11 +2903,39 @@
2811
2903
  "type": "string",
2812
2904
  "description": ""
2813
2905
  },
2814
- "v-list-item-media/left": {
2906
+ "v-list-item-icon/color": {
2907
+ "type": "string",
2908
+ "description": ""
2909
+ },
2910
+ "v-list-item-icon/start": {
2911
+ "type": "boolean",
2912
+ "description": ""
2913
+ },
2914
+ "v-list-item-icon/end": {
2915
+ "type": "boolean",
2916
+ "description": ""
2917
+ },
2918
+ "v-list-item-icon/icon": {
2919
+ "type": "string|function|object",
2920
+ "description": "Designates a specific icon."
2921
+ },
2922
+ "v-list-item-icon/size": {
2923
+ "type": "string|number",
2924
+ "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
2925
+ },
2926
+ "v-list-item-icon/tag": {
2927
+ "type": "string",
2928
+ "description": ""
2929
+ },
2930
+ "v-list-item-icon/theme": {
2931
+ "type": "string",
2932
+ "description": ""
2933
+ },
2934
+ "v-list-item-media/start": {
2815
2935
  "type": "any",
2816
2936
  "description": ""
2817
2937
  },
2818
- "v-list-item-media/right": {
2938
+ "v-list-item-media/end": {
2819
2939
  "type": "any",
2820
2940
  "description": ""
2821
2941
  },
@@ -2831,12 +2951,20 @@
2831
2951
  "type": "string",
2832
2952
  "description": ""
2833
2953
  },
2954
+ "v-list-group/active-color": {
2955
+ "type": "any",
2956
+ "description": ""
2957
+ },
2958
+ "v-list-group/color": {
2959
+ "type": "any",
2960
+ "description": ""
2961
+ },
2834
2962
  "v-list-group/collapse-icon": {
2835
- "type": "string",
2963
+ "type": "string|function|object",
2836
2964
  "description": ""
2837
2965
  },
2838
2966
  "v-list-group/expand-icon": {
2839
- "type": "string",
2967
+ "type": "string|function|object",
2840
2968
  "description": ""
2841
2969
  },
2842
2970
  "v-list-group/value": {
@@ -2867,10 +2995,6 @@
2867
2995
  "type": "string",
2868
2996
  "description": "Specify a custom tag used on the root element."
2869
2997
  },
2870
- "v-menu/disable-keys": {
2871
- "type": "any",
2872
- "description": "Removes all keyboard interaction"
2873
- },
2874
2998
  "v-menu/model-value": {
2875
2999
  "type": "any",
2876
3000
  "description": ""
@@ -2935,7 +3059,7 @@
2935
3059
  "type": "number|string",
2936
3060
  "description": "Sets the width for the component."
2937
3061
  },
2938
- "v-navigation-drawer/position": {
3062
+ "v-navigation-drawer/location": {
2939
3063
  "type": "string",
2940
3064
  "description": ""
2941
3065
  },
@@ -2951,7 +3075,7 @@
2951
3075
  "type": "string",
2952
3076
  "description": ""
2953
3077
  },
2954
- "v-navigation-drawer/priority": {
3078
+ "v-navigation-drawer/order": {
2955
3079
  "type": "number|string",
2956
3080
  "description": ""
2957
3081
  },
@@ -2979,6 +3103,10 @@
2979
3103
  "type": "any",
2980
3104
  "description": ""
2981
3105
  },
3106
+ "v-overlay/close-on-back": {
3107
+ "type": "boolean",
3108
+ "description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing."
3109
+ },
2982
3110
  "v-overlay/contained": {
2983
3111
  "type": "any",
2984
3112
  "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`."
@@ -2987,6 +3115,14 @@
2987
3115
  "type": "any",
2988
3116
  "description": ""
2989
3117
  },
3118
+ "v-overlay/content-props": {
3119
+ "type": "any",
3120
+ "description": ""
3121
+ },
3122
+ "v-overlay/disabled": {
3123
+ "type": "any",
3124
+ "description": ""
3125
+ },
2990
3126
  "v-overlay/no-click-animation": {
2991
3127
  "type": "any",
2992
3128
  "description": ""
@@ -3003,6 +3139,10 @@
3003
3139
  "type": "string|boolean",
3004
3140
  "description": ""
3005
3141
  },
3142
+ "v-overlay/z-index": {
3143
+ "type": "number|string",
3144
+ "description": "The z-index used for the component"
3145
+ },
3006
3146
  "v-overlay/activator": {
3007
3147
  "type": "string|object",
3008
3148
  "description": ""
@@ -3023,6 +3163,10 @@
3023
3163
  "type": "boolean",
3024
3164
  "description": ""
3025
3165
  },
3166
+ "v-overlay/close-on-content-click": {
3167
+ "type": "boolean",
3168
+ "description": ""
3169
+ },
3026
3170
  "v-overlay/close-delay": {
3027
3171
  "type": "number|string",
3028
3172
  "description": ""
@@ -3055,11 +3199,11 @@
3055
3199
  "type": "number|string",
3056
3200
  "description": "Sets the width for the component."
3057
3201
  },
3058
- "v-overlay/position-strategy": {
3202
+ "v-overlay/location-strategy": {
3059
3203
  "type": "string|function",
3060
3204
  "description": ""
3061
3205
  },
3062
- "v-overlay/anchor": {
3206
+ "v-overlay/location": {
3063
3207
  "type": "string",
3064
3208
  "description": ""
3065
3209
  },
@@ -3108,19 +3252,19 @@
3108
3252
  "description": "Specify the total visible pagination numbers"
3109
3253
  },
3110
3254
  "v-pagination/first-icon": {
3111
- "type": "string",
3255
+ "type": "string|function|object",
3112
3256
  "description": "The icon to use for the first button"
3113
3257
  },
3114
3258
  "v-pagination/prev-icon": {
3115
- "type": "string",
3259
+ "type": "string|function|object",
3116
3260
  "description": "The icon to use for the prev button"
3117
3261
  },
3118
3262
  "v-pagination/next-icon": {
3119
- "type": "string",
3263
+ "type": "string|function|object",
3120
3264
  "description": "The icon to use for the next button"
3121
3265
  },
3122
3266
  "v-pagination/last-icon": {
3123
- "type": "string",
3267
+ "type": "string|function|object",
3124
3268
  "description": "The icon to use for the last button"
3125
3269
  },
3126
3270
  "v-pagination/aria-label": {
@@ -3191,13 +3335,9 @@
3191
3335
  "type": "string",
3192
3336
  "description": "Color of the selected page button"
3193
3337
  },
3194
- "v-pagination/text-color": {
3195
- "type": "string",
3196
- "description": "Applies a specified color to the control text"
3197
- },
3198
3338
  "v-pagination/variant": {
3199
3339
  "type": "string",
3200
- "description": "Applies one of 4 styles, default, contained, outlined, and text."
3340
+ "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
3201
3341
  },
3202
3342
  "v-parallax/scale": {
3203
3343
  "type": "number|string",
@@ -3308,11 +3448,11 @@
3308
3448
  "description": "Specify a theme for this component and all of its children"
3309
3449
  },
3310
3450
  "v-radio/false-icon": {
3311
- "type": "string",
3451
+ "type": "string|function|object",
3312
3452
  "description": "The icon used when inactive"
3313
3453
  },
3314
3454
  "v-radio/true-icon": {
3315
- "type": "string",
3455
+ "type": "string|function|object",
3316
3456
  "description": "The icon used when active"
3317
3457
  },
3318
3458
  "v-radio-group/height": {
@@ -3324,11 +3464,11 @@
3324
3464
  "description": ""
3325
3465
  },
3326
3466
  "v-radio-group/append-icon": {
3327
- "type": "string",
3467
+ "type": "string|function|object",
3328
3468
  "description": ""
3329
3469
  },
3330
3470
  "v-radio-group/prepend-icon": {
3331
- "type": "string",
3471
+ "type": "string|function|object",
3332
3472
  "description": ""
3333
3473
  },
3334
3474
  "v-radio-group/hide-details": {
@@ -3392,11 +3532,11 @@
3392
3532
  "description": ""
3393
3533
  },
3394
3534
  "v-radio-group/false-icon": {
3395
- "type": "string",
3535
+ "type": "string|function|object",
3396
3536
  "description": ""
3397
3537
  },
3398
3538
  "v-radio-group/true-icon": {
3399
- "type": "string",
3539
+ "type": "string|function|object",
3400
3540
  "description": ""
3401
3541
  },
3402
3542
  "v-radio-group/ripple": {
@@ -3440,11 +3580,11 @@
3440
3580
  "description": ""
3441
3581
  },
3442
3582
  "v-range-slider/append-icon": {
3443
- "type": "string",
3583
+ "type": "string|function|object",
3444
3584
  "description": ""
3445
3585
  },
3446
3586
  "v-range-slider/prepend-icon": {
3447
- "type": "string",
3587
+ "type": "string|function|object",
3448
3588
  "description": ""
3449
3589
  },
3450
3590
  "v-range-slider/hide-details": {
@@ -3588,11 +3728,11 @@
3588
3728
  "description": ""
3589
3729
  },
3590
3730
  "v-rating/empty-icon": {
3591
- "type": "string",
3731
+ "type": "string|function|object",
3592
3732
  "description": "The icon displayed when empty"
3593
3733
  },
3594
3734
  "v-rating/full-icon": {
3595
- "type": "string",
3735
+ "type": "string|function|object",
3596
3736
  "description": "The icon displayed when full"
3597
3737
  },
3598
3738
  "v-rating/half-increments": {
@@ -3695,16 +3835,12 @@
3695
3835
  "type": "boolean",
3696
3836
  "description": "Do not display in the select menu items that are already selected"
3697
3837
  },
3698
- "v-select/items": {
3699
- "type": "array",
3700
- "description": "Can be an array of objects or array of strings. When using objects, will look for a text, value and disabled keys. This can be changed using the **item-text**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
3701
- },
3702
3838
  "v-select/menu-icon": {
3703
- "type": "string",
3839
+ "type": "string|function|object",
3704
3840
  "description": ""
3705
3841
  },
3706
3842
  "v-select/model-value": {
3707
- "type": "number|string|array",
3843
+ "type": "any",
3708
3844
  "description": ""
3709
3845
  },
3710
3846
  "v-select/multiple": {
@@ -3719,6 +3855,30 @@
3719
3855
  "type": "boolean",
3720
3856
  "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state"
3721
3857
  },
3858
+ "v-select/items": {
3859
+ "type": "array",
3860
+ "description": "Can be an array of objects or array of strings. When using objects, will look for a text, value and disabled keys. This can be changed using the **item-text**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
3861
+ },
3862
+ "v-select/item-title": {
3863
+ "type": "string|array|function",
3864
+ "description": ""
3865
+ },
3866
+ "v-select/item-value": {
3867
+ "type": "string|array|function",
3868
+ "description": "Set property of **items**'s value - **must be primitive**. Dot notation is supported. **Note:** This is currently not supported with `v-combobox` [GitHub Issue](https://github.com/vuetifyjs/vuetify/issues/5479)"
3869
+ },
3870
+ "v-select/item-children": {
3871
+ "type": "boolean|string|array|function",
3872
+ "description": ""
3873
+ },
3874
+ "v-select/item-props": {
3875
+ "type": "boolean|string|array|function",
3876
+ "description": ""
3877
+ },
3878
+ "v-select/return-object": {
3879
+ "type": "boolean",
3880
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
3881
+ },
3722
3882
  "v-select/transition": {
3723
3883
  "type": "boolean|string|object",
3724
3884
  "description": ""
@@ -3748,11 +3908,11 @@
3748
3908
  "description": ""
3749
3909
  },
3750
3910
  "v-selection-control/false-icon": {
3751
- "type": "string",
3911
+ "type": "string|function|object",
3752
3912
  "description": ""
3753
3913
  },
3754
3914
  "v-selection-control/true-icon": {
3755
- "type": "string",
3915
+ "type": "string|function|object",
3756
3916
  "description": ""
3757
3917
  },
3758
3918
  "v-selection-control/ripple": {
@@ -3879,34 +4039,14 @@
3879
4039
  "type": "number|string",
3880
4040
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
3881
4041
  },
3882
- "v-sheet/absolute": {
3883
- "type": "boolean",
3884
- "description": "Applies **position: absolute** to the component."
3885
- },
3886
- "v-sheet/bottom": {
3887
- "type": "boolean|number|string",
3888
- "description": "Aligns the component towards the bottom."
3889
- },
3890
- "v-sheet/fixed": {
3891
- "type": "boolean",
3892
- "description": "Applies **position: fixed** to the component."
3893
- },
3894
- "v-sheet/left": {
3895
- "type": "boolean|number|string",
3896
- "description": "Aligns the component towards the left."
4042
+ "v-sheet/location": {
4043
+ "type": "string",
4044
+ "description": ""
3897
4045
  },
3898
4046
  "v-sheet/position": {
3899
4047
  "type": "string",
3900
4048
  "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
3901
4049
  },
3902
- "v-sheet/right": {
3903
- "type": "boolean|number|string",
3904
- "description": "Aligns the component towards the right."
3905
- },
3906
- "v-sheet/top": {
3907
- "type": "boolean|number|string",
3908
- "description": "Aligns the content towards the top."
3909
- },
3910
4050
  "v-sheet/rounded": {
3911
4051
  "type": "boolean|number|string",
3912
4052
  "description": ""
@@ -3919,10 +4059,6 @@
3919
4059
  "type": "string",
3920
4060
  "description": "Specify a theme for this component and all of its children"
3921
4061
  },
3922
- "v-slide-group/active-class": {
3923
- "type": "string",
3924
- "description": ""
3925
- },
3926
4062
  "v-slide-group/center-active": {
3927
4063
  "type": "any",
3928
4064
  "description": "Forces the selected component to be centered"
@@ -3936,11 +4072,11 @@
3936
4072
  "description": ""
3937
4073
  },
3938
4074
  "v-slide-group/next-icon": {
3939
- "type": "string",
4075
+ "type": "string|function|object",
3940
4076
  "description": "The appended slot when arrows are shown"
3941
4077
  },
3942
4078
  "v-slide-group/prev-icon": {
3943
- "type": "string",
4079
+ "type": "string|function|object",
3944
4080
  "description": "The prepended slot when arrows are shown"
3945
4081
  },
3946
4082
  "v-slide-group/show-arrows": {
@@ -4076,11 +4212,11 @@
4076
4212
  "description": ""
4077
4213
  },
4078
4214
  "v-slider/append-icon": {
4079
- "type": "string",
4215
+ "type": "string|function|object",
4080
4216
  "description": ""
4081
4217
  },
4082
4218
  "v-slider/prepend-icon": {
4083
- "type": "string",
4219
+ "type": "string|function|object",
4084
4220
  "description": ""
4085
4221
  },
4086
4222
  "v-slider/hide-details": {
@@ -4119,10 +4255,6 @@
4119
4255
  "type": "any",
4120
4256
  "description": "Respects boundaries of—and will not overlap with—other `app` components like `v-app-bar`, `v-navigation-drawer`, and `v-footer`."
4121
4257
  },
4122
- "v-snackbar/centered": {
4123
- "type": "any",
4124
- "description": "Positions the snackbar in the center of the screen, (x and y axis)."
4125
- },
4126
4258
  "v-snackbar/content-class": {
4127
4259
  "type": "string",
4128
4260
  "description": "Apply a custom class to the snackbar content"
@@ -4143,45 +4275,25 @@
4143
4275
  "type": "any",
4144
4276
  "description": ""
4145
4277
  },
4146
- "v-snackbar/absolute": {
4147
- "type": "boolean",
4148
- "description": "Applies **position: absolute** to the component."
4149
- },
4150
- "v-snackbar/bottom": {
4151
- "type": "boolean|number|string",
4152
- "description": "Aligns the component towards the bottom."
4153
- },
4154
- "v-snackbar/fixed": {
4155
- "type": "boolean",
4156
- "description": "Applies **position: fixed** to the component."
4157
- },
4158
- "v-snackbar/left": {
4159
- "type": "boolean|number|string",
4160
- "description": "Aligns the component towards the left."
4278
+ "v-snackbar/location": {
4279
+ "type": "string",
4280
+ "description": ""
4161
4281
  },
4162
4282
  "v-snackbar/position": {
4163
4283
  "type": "string",
4164
4284
  "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
4165
4285
  },
4166
- "v-snackbar/right": {
4167
- "type": "boolean|number|string",
4168
- "description": "Aligns the component towards the right."
4169
- },
4170
- "v-snackbar/top": {
4286
+ "v-snackbar/rounded": {
4171
4287
  "type": "boolean|number|string",
4172
- "description": "Aligns the content towards the top."
4288
+ "description": ""
4173
4289
  },
4174
4290
  "v-snackbar/color": {
4175
4291
  "type": "string",
4176
4292
  "description": ""
4177
4293
  },
4178
- "v-snackbar/text-color": {
4179
- "type": "string",
4180
- "description": "Applies a specified color to the control text"
4181
- },
4182
4294
  "v-snackbar/variant": {
4183
4295
  "type": "string",
4184
- "description": "Applies one of 4 styles, default, contained, outlined, and text."
4296
+ "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
4185
4297
  },
4186
4298
  "v-snackbar/transition": {
4187
4299
  "type": "boolean|string|object",
@@ -4200,7 +4312,7 @@
4200
4312
  "description": "Display component without elevation. Default elevation for thumb is 4dp, `flat` resets it"
4201
4313
  },
4202
4314
  "v-switch/loading": {
4203
- "type": "boolean",
4315
+ "type": "boolean|string",
4204
4316
  "description": "Displays circular progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - primary, secondary, success, info, warning, error) or a Boolean which uses the component color (set by color prop - if it's supported by the component) or the primary color"
4205
4317
  },
4206
4318
  "v-switch/id": {
@@ -4208,11 +4320,11 @@
4208
4320
  "description": ""
4209
4321
  },
4210
4322
  "v-switch/append-icon": {
4211
- "type": "string",
4323
+ "type": "string|function|object",
4212
4324
  "description": ""
4213
4325
  },
4214
4326
  "v-switch/prepend-icon": {
4215
- "type": "string",
4327
+ "type": "string|function|object",
4216
4328
  "description": ""
4217
4329
  },
4218
4330
  "v-switch/hide-details": {
@@ -4276,11 +4388,11 @@
4276
4388
  "description": ""
4277
4389
  },
4278
4390
  "v-switch/false-icon": {
4279
- "type": "string",
4391
+ "type": "string|function|object",
4280
4392
  "description": ""
4281
4393
  },
4282
4394
  "v-switch/true-icon": {
4283
- "type": "string",
4395
+ "type": "string|function|object",
4284
4396
  "description": ""
4285
4397
  },
4286
4398
  "v-switch/ripple": {
@@ -4319,65 +4431,29 @@
4319
4431
  "type": "any",
4320
4432
  "description": ""
4321
4433
  },
4322
- "v-system-bar/window": {
4323
- "type": "any",
4324
- "description": "Increases the system bar height to 32px (24px default)."
4325
- },
4326
4434
  "v-system-bar/height": {
4327
- "type": "number|string",
4435
+ "type": "any",
4328
4436
  "description": "Sets the height for the component."
4329
4437
  },
4330
- "v-system-bar/max-height": {
4331
- "type": "number|string",
4332
- "description": "Sets the maximum height for the component."
4333
- },
4334
- "v-system-bar/max-width": {
4335
- "type": "number|string",
4336
- "description": "Sets the maximum width for the component."
4337
- },
4338
- "v-system-bar/min-height": {
4339
- "type": "number|string",
4340
- "description": "Sets the minimum height for the component."
4341
- },
4342
- "v-system-bar/min-width": {
4343
- "type": "number|string",
4344
- "description": "Sets the minimum width for the component."
4345
- },
4346
- "v-system-bar/width": {
4347
- "type": "number|string",
4348
- "description": "Sets the width for the component."
4438
+ "v-system-bar/window": {
4439
+ "type": "any",
4440
+ "description": "Increases the system bar height to 32px (24px default)."
4349
4441
  },
4350
4442
  "v-system-bar/elevation": {
4351
4443
  "type": "number|string",
4352
4444
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
4353
4445
  },
4354
- "v-system-bar/absolute": {
4355
- "type": "boolean",
4356
- "description": "Applies **position: absolute** to the component."
4357
- },
4358
- "v-system-bar/bottom": {
4359
- "type": "boolean|number|string",
4360
- "description": "Aligns the component towards the bottom."
4361
- },
4362
- "v-system-bar/fixed": {
4363
- "type": "boolean",
4364
- "description": "Applies **position: fixed** to the component."
4365
- },
4366
- "v-system-bar/left": {
4367
- "type": "boolean|number|string",
4368
- "description": "Aligns the component towards the left."
4369
- },
4370
- "v-system-bar/position": {
4446
+ "v-system-bar/name": {
4371
4447
  "type": "string",
4372
- "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
4448
+ "description": ""
4373
4449
  },
4374
- "v-system-bar/right": {
4375
- "type": "boolean|number|string",
4376
- "description": "Aligns the component towards the right."
4450
+ "v-system-bar/order": {
4451
+ "type": "number|string",
4452
+ "description": ""
4377
4453
  },
4378
- "v-system-bar/top": {
4379
- "type": "boolean|number|string",
4380
- "description": "Aligns the content towards the top."
4454
+ "v-system-bar/absolute": {
4455
+ "type": "boolean",
4456
+ "description": ""
4381
4457
  },
4382
4458
  "v-system-bar/rounded": {
4383
4459
  "type": "boolean|number|string",
@@ -4439,9 +4515,9 @@
4439
4515
  "type": "any",
4440
4516
  "description": "Does not require an active item. Useful when using `v-tab` as a `router-link`"
4441
4517
  },
4442
- "v-tabs/right": {
4518
+ "v-tabs/end": {
4443
4519
  "type": "any",
4444
- "description": "Aligns tabs to the right"
4520
+ "description": ""
4445
4521
  },
4446
4522
  "v-tabs/slider-color": {
4447
4523
  "type": "any",
@@ -4620,11 +4696,11 @@
4620
4696
  "description": ""
4621
4697
  },
4622
4698
  "v-textarea/append-icon": {
4623
- "type": "string",
4699
+ "type": "string|function|object",
4624
4700
  "description": ""
4625
4701
  },
4626
4702
  "v-textarea/prepend-icon": {
4627
- "type": "string",
4703
+ "type": "string|function|object",
4628
4704
  "description": ""
4629
4705
  },
4630
4706
  "v-textarea/hide-details": {
@@ -4676,7 +4752,7 @@
4676
4752
  "description": ""
4677
4753
  },
4678
4754
  "v-textarea/append-inner-icon": {
4679
- "type": "string",
4755
+ "type": "string|function|object",
4680
4756
  "description": ""
4681
4757
  },
4682
4758
  "v-textarea/bg-color": {
@@ -4688,7 +4764,7 @@
4688
4764
  "description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
4689
4765
  },
4690
4766
  "v-textarea/clear-icon": {
4691
- "type": "string",
4767
+ "type": "string|function|object",
4692
4768
  "description": ""
4693
4769
  },
4694
4770
  "v-textarea/active": {
@@ -4712,7 +4788,7 @@
4712
4788
  "description": ""
4713
4789
  },
4714
4790
  "v-textarea/prepend-inner-icon": {
4715
- "type": "string",
4791
+ "type": "string|function|object",
4716
4792
  "description": ""
4717
4793
  },
4718
4794
  "v-textarea/reverse": {
@@ -4784,11 +4860,11 @@
4784
4860
  "description": ""
4785
4861
  },
4786
4862
  "v-text-field/append-icon": {
4787
- "type": "string",
4863
+ "type": "string|function|object",
4788
4864
  "description": ""
4789
4865
  },
4790
4866
  "v-text-field/prepend-icon": {
4791
- "type": "string",
4867
+ "type": "string|function|object",
4792
4868
  "description": ""
4793
4869
  },
4794
4870
  "v-text-field/hide-details": {
@@ -4840,7 +4916,7 @@
4840
4916
  "description": ""
4841
4917
  },
4842
4918
  "v-text-field/append-inner-icon": {
4843
- "type": "string",
4919
+ "type": "string|function|object",
4844
4920
  "description": ""
4845
4921
  },
4846
4922
  "v-text-field/bg-color": {
@@ -4852,7 +4928,7 @@
4852
4928
  "description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
4853
4929
  },
4854
4930
  "v-text-field/clear-icon": {
4855
- "type": "string",
4931
+ "type": "string|function|object",
4856
4932
  "description": "Applied when using **clearable** and the input is dirty"
4857
4933
  },
4858
4934
  "v-text-field/active": {
@@ -4876,7 +4952,7 @@
4876
4952
  "description": ""
4877
4953
  },
4878
4954
  "v-text-field/prepend-inner-icon": {
4879
- "type": "string",
4955
+ "type": "string|function|object",
4880
4956
  "description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`"
4881
4957
  },
4882
4958
  "v-text-field/reverse": {
@@ -4911,6 +4987,10 @@
4911
4987
  "type": "string",
4912
4988
  "description": "Specify a custom tag used on the root element."
4913
4989
  },
4990
+ "v-timeline/align": {
4991
+ "type": "string",
4992
+ "description": ""
4993
+ },
4914
4994
  "v-timeline/direction": {
4915
4995
  "type": "string",
4916
4996
  "description": "Display timeline in a **vertical** or **horizontal** direction"
@@ -5087,13 +5167,9 @@
5087
5167
  "type": "string",
5088
5168
  "description": ""
5089
5169
  },
5090
- "v-toolbar-items/text-color": {
5091
- "type": "string",
5092
- "description": "Applies a specified color to the control text"
5093
- },
5094
5170
  "v-toolbar-items/variant": {
5095
5171
  "type": "string",
5096
- "description": "Applies one of 4 styles, default, contained, outlined, and text."
5172
+ "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
5097
5173
  },
5098
5174
  "v-tooltip/id": {
5099
5175
  "type": "any",
@@ -5107,7 +5183,7 @@
5107
5183
  "type": "any",
5108
5184
  "description": ""
5109
5185
  },
5110
- "v-tooltip/anchor": {
5186
+ "v-tooltip/location": {
5111
5187
  "type": "string",
5112
5188
  "description": ""
5113
5189
  },
@@ -5160,11 +5236,11 @@
5160
5236
  "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last"
5161
5237
  },
5162
5238
  "v-window/next-icon": {
5163
- "type": "boolean|string",
5239
+ "type": "boolean|string|function|object",
5164
5240
  "description": "Icon used for the \"next\" button if `show-arrows` is `true`"
5165
5241
  },
5166
5242
  "v-window/prev-icon": {
5167
- "type": "boolean|string",
5243
+ "type": "boolean|string|function|object",
5168
5244
  "description": "Icon used for the \"prev\" button if `show-arrows` is `true`"
5169
5245
  },
5170
5246
  "v-window/reverse": {