@vuetify/nightly 3.0.0-beta.2 → 3.0.0-beta.5

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 (764) hide show
  1. package/CHANGELOG.md +13 -45
  2. package/dist/_component-variables.sass +61 -0
  3. package/dist/json/attributes.json +398 -370
  4. package/dist/json/importMap.json +207 -219
  5. package/dist/json/tags.json +99 -121
  6. package/dist/json/web-types.json +1246 -1055
  7. package/dist/vuetify.css +994 -858
  8. package/dist/vuetify.d.ts +8241 -5547
  9. package/dist/vuetify.esm.js +8872 -8039
  10. package/dist/vuetify.esm.js.map +1 -1
  11. package/dist/vuetify.js +8871 -8038
  12. package/dist/vuetify.js.map +1 -1
  13. package/dist/vuetify.min.css +2 -2
  14. package/dist/vuetify.min.js +1142 -1077
  15. package/dist/vuetify.min.js.map +1 -1
  16. package/lib/blueprints/index.mjs +4 -0
  17. package/lib/blueprints/index.mjs.map +1 -0
  18. package/lib/blueprints/md1.mjs +63 -0
  19. package/lib/blueprints/md1.mjs.map +1 -0
  20. package/lib/blueprints/md2.mjs +60 -0
  21. package/lib/blueprints/md2.mjs.map +1 -0
  22. package/lib/blueprints/md3.mjs +74 -0
  23. package/lib/blueprints/md3.mjs.map +1 -0
  24. package/lib/components/VAlert/VAlert.css +5 -5
  25. package/lib/components/VAlert/VAlert.mjs +19 -8
  26. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  27. package/lib/components/VAlert/VAlert.sass +0 -2
  28. package/lib/components/VAlert/VAlertTitle.mjs.map +1 -1
  29. package/lib/components/VAlert/index.mjs.map +1 -1
  30. package/lib/components/VApp/VApp.css +2 -5
  31. package/lib/components/VApp/VApp.mjs +3 -4
  32. package/lib/components/VApp/VApp.mjs.map +1 -1
  33. package/lib/components/VApp/VApp.sass +11 -12
  34. package/lib/components/VApp/index.mjs.map +1 -1
  35. package/lib/components/VApp/variables.scss +6 -0
  36. package/lib/components/VAppBar/VAppBar.mjs +8 -7
  37. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  38. package/lib/components/VAppBar/VAppBar.sass +0 -1
  39. package/lib/components/VAppBar/VAppBarNavIcon.mjs +11 -14
  40. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  41. package/lib/components/VAppBar/VAppBarTitle.mjs +7 -4
  42. package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
  43. package/lib/components/VAppBar/_variables.scss +2 -0
  44. package/lib/components/VAppBar/index.mjs.map +1 -1
  45. package/lib/components/VAutocomplete/VAutocomplete.mjs +76 -53
  46. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  47. package/lib/components/VAutocomplete/VAutocomplete.sass +0 -2
  48. package/lib/components/VAutocomplete/index.mjs.map +1 -1
  49. package/lib/components/VAvatar/VAvatar.css +1 -1
  50. package/lib/components/VAvatar/VAvatar.mjs +3 -2
  51. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  52. package/lib/components/VAvatar/VAvatar.sass +1 -2
  53. package/lib/components/VAvatar/_mixins.scss +0 -1
  54. package/lib/components/VAvatar/index.mjs.map +1 -1
  55. package/lib/components/VBadge/VBadge.css +3 -6
  56. package/lib/components/VBadge/VBadge.mjs +21 -48
  57. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  58. package/lib/components/VBadge/VBadge.sass +2 -5
  59. package/lib/components/VBadge/_variables.scss +3 -4
  60. package/lib/components/VBadge/index.mjs.map +1 -1
  61. package/lib/components/VBanner/VBanner.css +7 -7
  62. package/lib/components/VBanner/VBanner.mjs +34 -22
  63. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  64. package/lib/components/VBanner/VBanner.sass +6 -8
  65. package/lib/components/VBanner/VBannerActions.mjs +1 -1
  66. package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
  67. package/lib/components/VBanner/VBannerText.mjs.map +1 -1
  68. package/lib/components/VBanner/index.mjs +0 -2
  69. package/lib/components/VBanner/index.mjs.map +1 -1
  70. package/lib/components/VBottomNavigation/VBottomNavigation.css +5 -12
  71. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +5 -4
  72. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  73. package/lib/components/VBottomNavigation/VBottomNavigation.sass +6 -14
  74. package/lib/components/VBottomNavigation/_variables.scss +7 -8
  75. package/lib/components/VBottomNavigation/index.mjs.map +1 -1
  76. package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
  77. package/lib/components/VBottomSheet/index.mjs.map +1 -1
  78. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +31 -15
  79. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  80. package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +0 -1
  81. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  82. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +5 -8
  83. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  84. package/lib/components/VBreadcrumbs/index.mjs.map +1 -1
  85. package/lib/components/VBtn/VBtn.css +83 -24
  86. package/lib/components/VBtn/VBtn.mjs +80 -31
  87. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  88. package/lib/components/VBtn/VBtn.sass +57 -8
  89. package/lib/components/VBtn/_variables.scss +7 -4
  90. package/lib/components/VBtn/index.mjs.map +1 -1
  91. package/lib/components/VBtnGroup/VBtnGroup.css +1 -1
  92. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  93. package/lib/components/VBtnGroup/VBtnGroup.sass +0 -1
  94. package/lib/components/VBtnGroup/_variables.scss +2 -0
  95. package/lib/components/VBtnGroup/index.mjs.map +1 -1
  96. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  97. package/lib/components/VBtnToggle/VBtnToggle.sass +0 -1
  98. package/lib/components/VBtnToggle/_variables.scss +1 -0
  99. package/lib/components/VBtnToggle/index.mjs.map +1 -1
  100. package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
  101. package/lib/components/VCalendar/VCalendarCategory.mjs.map +1 -1
  102. package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
  103. package/lib/components/VCalendar/VCalendarMonthly.mjs.map +1 -1
  104. package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
  105. package/lib/components/VCalendar/index.mjs.map +1 -1
  106. package/lib/components/VCalendar/mixins/calendar-base.mjs.map +1 -1
  107. package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
  108. package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs.map +1 -1
  109. package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
  110. package/lib/components/VCalendar/mixins/times.mjs.map +1 -1
  111. package/lib/components/VCalendar/modes/column.mjs.map +1 -1
  112. package/lib/components/VCalendar/modes/common.mjs.map +1 -1
  113. package/lib/components/VCalendar/modes/index.mjs.map +1 -1
  114. package/lib/components/VCalendar/modes/stack.mjs.map +1 -1
  115. package/lib/components/VCalendar/util/events.mjs.map +1 -1
  116. package/lib/components/VCalendar/util/parser.mjs.map +1 -1
  117. package/lib/components/VCalendar/util/props.mjs.map +1 -1
  118. package/lib/components/VCalendar/util/timestamp.mjs.map +1 -1
  119. package/lib/components/VCard/VCard.css +91 -73
  120. package/lib/components/VCard/VCard.mjs +61 -70
  121. package/lib/components/VCard/VCard.mjs.map +1 -1
  122. package/lib/components/VCard/VCard.sass +71 -59
  123. package/lib/components/VCard/VCardActions.mjs +1 -1
  124. package/lib/components/VCard/VCardActions.mjs.map +1 -1
  125. package/lib/components/VCard/VCardItem.mjs +88 -0
  126. package/lib/components/VCard/VCardItem.mjs.map +1 -0
  127. package/lib/components/VCard/VCardSubtitle.mjs.map +1 -1
  128. package/lib/components/VCard/VCardText.mjs.map +1 -1
  129. package/lib/components/VCard/VCardTitle.mjs.map +1 -1
  130. package/lib/components/VCard/_variables.scss +39 -24
  131. package/lib/components/VCard/index.mjs +1 -5
  132. package/lib/components/VCard/index.mjs.map +1 -1
  133. package/lib/components/VCarousel/VCarousel.mjs +5 -3
  134. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  135. package/lib/components/VCarousel/VCarousel.sass +0 -1
  136. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  137. package/lib/components/VCarousel/_variables.scss +1 -0
  138. package/lib/components/VCarousel/index.mjs.map +1 -1
  139. package/lib/components/VCheckbox/VCheckbox.mjs +13 -45
  140. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  141. package/lib/components/VCheckbox/VCheckbox.sass +0 -1
  142. package/lib/components/VCheckbox/VCheckboxBtn.mjs +67 -0
  143. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -0
  144. package/lib/components/VCheckbox/index.mjs +1 -0
  145. package/lib/components/VCheckbox/index.mjs.map +1 -1
  146. package/lib/components/VChip/VChip.css +142 -65
  147. package/lib/components/VChip/VChip.mjs +80 -41
  148. package/lib/components/VChip/VChip.mjs.map +1 -1
  149. package/lib/components/VChip/VChip.sass +6 -1
  150. package/lib/components/VChip/_mixins.scss +26 -6
  151. package/lib/components/VChip/_variables.scss +1 -5
  152. package/lib/components/VChip/index.mjs.map +1 -1
  153. package/lib/components/VChipGroup/VChipGroup.mjs +5 -4
  154. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  155. package/lib/components/VChipGroup/VChipGroup.sass +1 -1
  156. package/lib/components/VChipGroup/_variables.scss +1 -1
  157. package/lib/components/VChipGroup/index.mjs.map +1 -1
  158. package/lib/components/VCode/VCode.sass +1 -2
  159. package/lib/components/VCode/_variables.scss +1 -1
  160. package/lib/components/VCode/index.mjs.map +1 -1
  161. package/lib/components/VColorPicker/VColorPicker.mjs +16 -10
  162. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  163. package/lib/components/VColorPicker/VColorPicker.sass +0 -1
  164. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +5 -4
  165. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  166. package/lib/components/VColorPicker/VColorPickerCanvas.sass +0 -1
  167. package/lib/components/VColorPicker/VColorPickerEdit.mjs +4 -3
  168. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  169. package/lib/components/VColorPicker/VColorPickerEdit.sass +0 -1
  170. package/lib/components/VColorPicker/VColorPickerPreview.mjs +4 -3
  171. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  172. package/lib/components/VColorPicker/VColorPickerPreview.sass +0 -1
  173. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +6 -5
  174. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  175. package/lib/components/VColorPicker/VColorPickerSwatches.sass +0 -1
  176. package/lib/components/VColorPicker/_variables.scss +17 -10
  177. package/lib/components/VColorPicker/index.mjs.map +1 -1
  178. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  179. package/lib/components/VCombobox/VCombobox.mjs +82 -66
  180. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  181. package/lib/components/VCombobox/VCombobox.sass +0 -2
  182. package/lib/components/VCombobox/index.mjs.map +1 -1
  183. package/lib/components/VCounter/VCounter.mjs +16 -16
  184. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  185. package/lib/components/VCounter/VCounter.sass +1 -2
  186. package/lib/components/VCounter/_variables.scss +2 -1
  187. package/lib/components/VCounter/index.mjs.map +1 -1
  188. package/lib/components/VData/VData.mjs.map +1 -1
  189. package/lib/components/VData/index.mjs.map +1 -1
  190. package/lib/components/VDataIterator/VDataFooter.mjs.map +1 -1
  191. package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
  192. package/lib/components/VDataIterator/index.mjs.map +1 -1
  193. package/lib/components/VDataTable/MobileRow.mjs.map +1 -1
  194. package/lib/components/VDataTable/Row.mjs.map +1 -1
  195. package/lib/components/VDataTable/RowGroup.mjs.map +1 -1
  196. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  197. package/lib/components/VDataTable/VDataTableHeader.mjs.map +1 -1
  198. package/lib/components/VDataTable/VDataTableHeaderDesktop.mjs.map +1 -1
  199. package/lib/components/VDataTable/VDataTableHeaderMobile.mjs.map +1 -1
  200. package/lib/components/VDataTable/VEditDialog.mjs.map +1 -1
  201. package/lib/components/VDataTable/VVirtualTable.mjs.map +1 -1
  202. package/lib/components/VDataTable/index.mjs.map +1 -1
  203. package/lib/components/VDataTable/mixins/header.mjs.map +1 -1
  204. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  205. package/lib/components/VDatePicker/VDatePickerDateTable.mjs.map +1 -1
  206. package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
  207. package/lib/components/VDatePicker/VDatePickerMonthTable.mjs.map +1 -1
  208. package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +1 -1
  209. package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
  210. package/lib/components/VDatePicker/index.mjs.map +1 -1
  211. package/lib/components/VDatePicker/mixins/date-picker-table.mjs.map +1 -1
  212. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +1 -1
  213. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +1 -1
  214. package/lib/components/VDatePicker/util/index.mjs.map +1 -1
  215. package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +1 -1
  216. package/lib/components/VDatePicker/util/monthChange.mjs.map +1 -1
  217. package/lib/components/VDatePicker/util/pad.mjs.map +1 -1
  218. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +1 -1
  219. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  220. package/lib/components/VDefaultsProvider/index.mjs.map +1 -1
  221. package/lib/components/VDialog/VDialog.css +2 -6
  222. package/lib/components/VDialog/VDialog.mjs +29 -25
  223. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  224. package/lib/components/VDialog/VDialog.sass +1 -6
  225. package/lib/components/VDialog/_variables.scss +0 -2
  226. package/lib/components/VDialog/index.mjs.map +1 -1
  227. package/lib/components/VDivider/VDivider.mjs +16 -17
  228. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  229. package/lib/components/VDivider/VDivider.sass +0 -1
  230. package/lib/components/VDivider/_variables.scss +3 -1
  231. package/lib/components/VDivider/index.mjs.map +1 -1
  232. package/lib/components/VExpansionPanel/VExpansionPanel.css +8 -7
  233. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +6 -4
  234. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  235. package/lib/components/VExpansionPanel/VExpansionPanel.sass +0 -1
  236. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  237. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -6
  238. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  239. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  240. package/lib/components/VExpansionPanel/_variables.scss +15 -10
  241. package/lib/components/VExpansionPanel/index.mjs.map +1 -1
  242. package/lib/components/VField/VField.css +9 -9
  243. package/lib/components/VField/VField.mjs +24 -15
  244. package/lib/components/VField/VField.mjs.map +1 -1
  245. package/lib/components/VField/VField.sass +6 -8
  246. package/lib/components/VField/VFieldLabel.mjs +8 -9
  247. package/lib/components/VField/VFieldLabel.mjs.map +1 -1
  248. package/lib/components/VField/_variables.scss +3 -3
  249. package/lib/components/VField/index.mjs.map +1 -1
  250. package/lib/components/VFileInput/VFileInput.mjs +3 -2
  251. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  252. package/lib/components/VFileInput/VFileInput.sass +0 -1
  253. package/lib/components/VFileInput/index.mjs.map +1 -1
  254. package/lib/components/VFooter/VFooter.mjs +5 -4
  255. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  256. package/lib/components/VFooter/VFooter.sass +0 -1
  257. package/lib/components/VFooter/_variables.scss +2 -1
  258. package/lib/components/VFooter/index.mjs.map +1 -1
  259. package/lib/components/VForm/VForm.mjs +3 -3
  260. package/lib/components/VForm/VForm.mjs.map +1 -1
  261. package/lib/components/VForm/index.mjs.map +1 -1
  262. package/lib/components/VGrid/VCol.mjs.map +1 -1
  263. package/lib/components/VGrid/VContainer.mjs +4 -3
  264. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  265. package/lib/components/VGrid/VRow.mjs.map +1 -1
  266. package/lib/components/VGrid/VSpacer.mjs.map +1 -1
  267. package/lib/components/VGrid/index.mjs.map +1 -1
  268. package/lib/components/VHover/VHover.mjs.map +1 -1
  269. package/lib/components/VHover/index.mjs.map +1 -1
  270. package/lib/components/VIcon/VIcon.css +0 -8
  271. package/lib/components/VIcon/VIcon.mjs +21 -24
  272. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  273. package/lib/components/VIcon/VIcon.sass +0 -9
  274. package/lib/components/VIcon/_variables.scss +2 -5
  275. package/lib/components/VIcon/index.mjs.map +1 -1
  276. package/lib/components/VImg/VImg.mjs.map +1 -1
  277. package/lib/components/VImg/VImg.sass +0 -1
  278. package/lib/components/VImg/index.mjs.map +1 -1
  279. package/lib/components/VInput/VInput.mjs +13 -8
  280. package/lib/components/VInput/VInput.mjs.map +1 -1
  281. package/lib/components/VInput/VInput.sass +0 -1
  282. package/lib/components/VInput/index.mjs.map +1 -1
  283. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  284. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  285. package/lib/components/VItemGroup/VItemGroup.sass +0 -1
  286. package/lib/components/VItemGroup/index.mjs.map +1 -1
  287. package/lib/components/VKbd/VKbd.sass +0 -1
  288. package/lib/components/VKbd/_variables.scss +1 -1
  289. package/lib/components/VKbd/index.mjs.map +1 -1
  290. package/lib/components/VLabel/VLabel.mjs +4 -3
  291. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  292. package/lib/components/VLabel/VLabel.sass +0 -1
  293. package/lib/components/VLabel/_variables.scss +1 -0
  294. package/lib/components/VLabel/index.mjs.map +1 -1
  295. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  296. package/lib/components/VLayout/VLayoutItem.mjs +1 -1
  297. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  298. package/lib/components/VLayout/index.mjs.map +1 -1
  299. package/lib/components/VLazy/VLazy.mjs +5 -3
  300. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  301. package/lib/components/VLazy/index.mjs.map +1 -1
  302. package/lib/components/VList/VList.css +0 -6
  303. package/lib/components/VList/VList.mjs +62 -48
  304. package/lib/components/VList/VList.mjs.map +1 -1
  305. package/lib/components/VList/VList.sass +0 -2
  306. package/lib/components/VList/VListChildren.mjs +43 -5
  307. package/lib/components/VList/VListChildren.mjs.map +1 -1
  308. package/lib/components/VList/VListGroup.mjs +18 -7
  309. package/lib/components/VList/VListGroup.mjs.map +1 -1
  310. package/lib/components/VList/VListImg.mjs.map +1 -1
  311. package/lib/components/VList/VListItem.css +14 -13
  312. package/lib/components/VList/VListItem.mjs +25 -19
  313. package/lib/components/VList/VListItem.mjs.map +1 -1
  314. package/lib/components/VList/VListItem.sass +1 -2
  315. package/lib/components/VList/VListItemAction.mjs +8 -9
  316. package/lib/components/VList/VListItemAction.mjs.map +1 -1
  317. package/lib/components/VList/VListItemAvatar.mjs +4 -3
  318. package/lib/components/VList/VListItemAvatar.mjs.map +1 -1
  319. package/lib/components/VList/VListItemHeader.mjs.map +1 -1
  320. package/lib/components/VList/VListItemIcon.mjs +4 -3
  321. package/lib/components/VList/VListItemIcon.mjs.map +1 -1
  322. package/lib/components/VList/VListItemMedia.mjs +4 -3
  323. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  324. package/lib/components/VList/VListItemSubtitle.mjs.map +1 -1
  325. package/lib/components/VList/VListItemTitle.mjs.map +1 -1
  326. package/lib/components/VList/VListSubheader.mjs +7 -6
  327. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  328. package/lib/components/VList/_variables.scss +0 -1
  329. package/lib/components/VList/index.mjs +2 -2
  330. package/lib/components/VList/index.mjs.map +1 -1
  331. package/lib/components/VList/list.mjs.map +1 -1
  332. package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -3
  333. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  334. package/lib/components/VLocaleProvider/index.mjs.map +1 -1
  335. package/lib/components/VMain/VMain.mjs +4 -3
  336. package/lib/components/VMain/VMain.mjs.map +1 -1
  337. package/lib/components/VMain/VMain.sass +0 -1
  338. package/lib/components/VMain/_variables.scss +1 -1
  339. package/lib/components/VMain/index.mjs.map +1 -1
  340. package/lib/components/VMenu/VMenu.mjs +10 -6
  341. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  342. package/lib/components/VMenu/VMenu.sass +0 -1
  343. package/lib/components/VMenu/_variables.scss +0 -1
  344. package/lib/components/VMenu/index.mjs.map +1 -1
  345. package/lib/components/VMenu/shared.mjs.map +1 -1
  346. package/lib/components/VMessages/VMessages.mjs +5 -3
  347. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  348. package/lib/components/VMessages/VMessages.sass +0 -1
  349. package/lib/components/VMessages/_variables.scss +1 -1
  350. package/lib/components/VMessages/index.mjs.map +1 -1
  351. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +17 -11
  352. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  353. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -1
  354. package/lib/components/VNavigationDrawer/_variables.scss +2 -1
  355. package/lib/components/VNavigationDrawer/index.mjs.map +1 -1
  356. package/lib/components/VNavigationDrawer/touch.mjs +5 -2
  357. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
  358. package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
  359. package/lib/components/VNoSsr/index.mjs.map +1 -1
  360. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  361. package/lib/components/VOtpInput/index.mjs.map +1 -1
  362. package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
  363. package/lib/components/VOverflowBtn/index.mjs.map +1 -1
  364. package/lib/components/VOverlay/VOverlay.css +0 -1
  365. package/lib/components/VOverlay/VOverlay.mjs +54 -28
  366. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  367. package/lib/components/VOverlay/VOverlay.sass +0 -2
  368. package/lib/components/VOverlay/_variables.scss +0 -1
  369. package/lib/components/VOverlay/index.mjs.map +1 -1
  370. package/lib/components/VOverlay/locationStrategies.mjs +395 -0
  371. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -0
  372. package/lib/components/VOverlay/requestNewFrame.mjs.map +1 -1
  373. package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
  374. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  375. package/lib/components/VOverlay/useActivator.mjs +11 -4
  376. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  377. package/lib/components/VOverlay/util/point.mjs +3 -3
  378. package/lib/components/VOverlay/util/point.mjs.map +1 -1
  379. package/lib/components/VPagination/VPagination.mjs +22 -17
  380. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  381. package/lib/components/VPagination/VPagination.sass +0 -1
  382. package/lib/components/VPagination/index.mjs.map +1 -1
  383. package/lib/components/VParallax/VParallax.mjs +5 -5
  384. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  385. package/lib/components/VParallax/index.mjs.map +1 -1
  386. package/lib/components/VPicker/VPicker.mjs.map +1 -1
  387. package/lib/components/VPicker/index.mjs.map +1 -1
  388. package/lib/components/VProgressCircular/VProgressCircular.mjs +6 -5
  389. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  390. package/lib/components/VProgressCircular/VProgressCircular.sass +0 -1
  391. package/lib/components/VProgressCircular/_variables.scss +2 -0
  392. package/lib/components/VProgressCircular/index.mjs.map +1 -1
  393. package/lib/components/VProgressLinear/VProgressLinear.mjs +5 -3
  394. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  395. package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
  396. package/lib/components/VProgressLinear/_variables.scss +1 -0
  397. package/lib/components/VProgressLinear/index.mjs.map +1 -1
  398. package/lib/components/VRadio/VRadio.mjs +5 -3
  399. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  400. package/lib/components/VRadio/index.mjs.map +1 -1
  401. package/lib/components/VRadioGroup/VRadioGroup.mjs +10 -5
  402. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  403. package/lib/components/VRadioGroup/VRadioGroup.sass +5 -3
  404. package/lib/components/VRadioGroup/_variables.scss +3 -4
  405. package/lib/components/VRadioGroup/index.mjs.map +1 -1
  406. package/lib/components/VRangeSlider/VRangeSlider.mjs +12 -13
  407. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  408. package/lib/components/VRangeSlider/index.mjs.map +1 -1
  409. package/lib/components/VRating/VRating.mjs +9 -7
  410. package/lib/components/VRating/VRating.mjs.map +1 -1
  411. package/lib/components/VRating/VRating.sass +2 -1
  412. package/lib/components/VRating/index.mjs.map +1 -1
  413. package/lib/components/VResponsive/VResponsive.mjs +7 -6
  414. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  415. package/lib/components/VResponsive/index.mjs.map +1 -1
  416. package/lib/components/VSelect/VSelect.mjs +90 -38
  417. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  418. package/lib/components/VSelect/VSelect.sass +0 -2
  419. package/lib/components/VSelect/index.mjs.map +1 -1
  420. package/lib/components/VSelectionControl/VSelectionControl.css +1 -0
  421. package/lib/components/VSelectionControl/VSelectionControl.mjs +17 -14
  422. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  423. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
  424. package/lib/components/VSelectionControl/_variables.scss +1 -0
  425. package/lib/components/VSelectionControl/index.mjs.map +1 -1
  426. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +5 -4
  427. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  428. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +1 -6
  429. package/lib/components/VSelectionControlGroup/_variables.scss +1 -4
  430. package/lib/components/VSelectionControlGroup/index.mjs.map +1 -1
  431. package/lib/components/VSheet/VSheet.mjs +10 -6
  432. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  433. package/lib/components/VSheet/VSheet.sass +0 -1
  434. package/lib/components/VSheet/_variables.scss +3 -2
  435. package/lib/components/VSheet/index.mjs.map +1 -1
  436. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  437. package/lib/components/VSkeletonLoader/index.mjs.map +1 -1
  438. package/lib/components/VSlideGroup/VSlideGroup.mjs +48 -49
  439. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  440. package/lib/components/VSlideGroup/VSlideGroup.sass +0 -1
  441. package/lib/components/VSlideGroup/VSlideGroupItem.mjs +4 -3
  442. package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
  443. package/lib/components/VSlideGroup/_variables.scss +0 -5
  444. package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
  445. package/lib/components/VSlideGroup/index.mjs +2 -2
  446. package/lib/components/VSlideGroup/index.mjs.map +1 -1
  447. package/lib/components/VSlider/VSlider.mjs +7 -9
  448. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  449. package/lib/components/VSlider/VSlider.sass +0 -2
  450. package/lib/components/VSlider/VSliderThumb.mjs +6 -5
  451. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  452. package/lib/components/VSlider/VSliderThumb.sass +0 -2
  453. package/lib/components/VSlider/VSliderTrack.mjs +13 -11
  454. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  455. package/lib/components/VSlider/VSliderTrack.sass +0 -2
  456. package/lib/components/VSlider/index.mjs.map +1 -1
  457. package/lib/components/VSlider/slider.mjs +4 -4
  458. package/lib/components/VSlider/slider.mjs.map +1 -1
  459. package/lib/components/VSnackbar/VSnackbar.css +5 -23
  460. package/lib/components/VSnackbar/VSnackbar.mjs +55 -52
  461. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  462. package/lib/components/VSnackbar/VSnackbar.sass +0 -19
  463. package/lib/components/VSnackbar/_variables.scss +2 -0
  464. package/lib/components/VSnackbar/index.mjs.map +1 -1
  465. package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
  466. package/lib/components/VSparkline/helpers/core.mjs.map +1 -1
  467. package/lib/components/VSparkline/helpers/math.mjs.map +1 -1
  468. package/lib/components/VSparkline/helpers/path.mjs.map +1 -1
  469. package/lib/components/VSparkline/index.mjs.map +1 -1
  470. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  471. package/lib/components/VSpeedDial/index.mjs.map +1 -1
  472. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  473. package/lib/components/VStepper/VStepperContent.mjs.map +1 -1
  474. package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
  475. package/lib/components/VStepper/index.mjs.map +1 -1
  476. package/lib/components/VSwitch/VSwitch.mjs +8 -2
  477. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  478. package/lib/components/VSwitch/VSwitch.sass +0 -1
  479. package/lib/components/VSwitch/_variables.scss +1 -0
  480. package/lib/components/VSwitch/index.mjs.map +1 -1
  481. package/lib/components/VSystemBar/VSystemBar.mjs +5 -13
  482. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  483. package/lib/components/VSystemBar/VSystemBar.sass +0 -1
  484. package/lib/components/VSystemBar/_variables.scss +2 -1
  485. package/lib/components/VSystemBar/index.mjs.map +1 -1
  486. package/lib/components/VTable/VTable.mjs +9 -8
  487. package/lib/components/VTable/VTable.mjs.map +1 -1
  488. package/lib/components/VTable/VTable.sass +0 -1
  489. package/lib/components/VTable/_variables.scss +2 -0
  490. package/lib/components/VTable/index.mjs.map +1 -1
  491. package/lib/components/VTabs/VTab.css +1 -1
  492. package/lib/components/VTabs/VTab.mjs +6 -5
  493. package/lib/components/VTabs/VTab.mjs.map +1 -1
  494. package/lib/components/VTabs/VTab.sass +1 -2
  495. package/lib/components/VTabs/VTabs.css +8 -9
  496. package/lib/components/VTabs/VTabs.mjs +9 -7
  497. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  498. package/lib/components/VTabs/VTabs.sass +4 -6
  499. package/lib/components/VTabs/_variables.scss +2 -0
  500. package/lib/components/VTabs/index.mjs.map +1 -1
  501. package/lib/components/VTabs/shared.mjs.map +1 -1
  502. package/lib/components/VTextField/VTextField.mjs +10 -7
  503. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  504. package/lib/components/VTextField/VTextField.sass +0 -1
  505. package/lib/components/VTextField/_variables.scss +1 -1
  506. package/lib/components/VTextField/index.mjs.map +1 -1
  507. package/lib/components/VTextarea/VTextarea.mjs +4 -4
  508. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  509. package/lib/components/VTextarea/VTextarea.sass +0 -2
  510. package/lib/components/VTextarea/_variables.scss +1 -0
  511. package/lib/components/VTextarea/index.mjs.map +1 -1
  512. package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
  513. package/lib/components/VThemeProvider/index.mjs.map +1 -1
  514. package/lib/components/VTimePicker/SelectingTimes.mjs.map +1 -1
  515. package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
  516. package/lib/components/VTimePicker/VTimePickerClock.mjs.map +1 -1
  517. package/lib/components/VTimePicker/VTimePickerTitle.mjs.map +1 -1
  518. package/lib/components/VTimePicker/index.mjs.map +1 -1
  519. package/lib/components/VTimeline/VTimeline.mjs +24 -25
  520. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  521. package/lib/components/VTimeline/VTimeline.sass +3 -3
  522. package/lib/components/VTimeline/VTimelineDivider.mjs +42 -38
  523. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  524. package/lib/components/VTimeline/VTimelineItem.mjs +12 -12
  525. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  526. package/lib/components/VTimeline/_variables.scss +11 -6
  527. package/lib/components/VTimeline/index.mjs.map +1 -1
  528. package/lib/components/VToolbar/VToolbar.css +15 -6
  529. package/lib/components/VToolbar/VToolbar.mjs +25 -18
  530. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  531. package/lib/components/VToolbar/VToolbar.sass +15 -7
  532. package/lib/components/VToolbar/VToolbarItems.mjs +12 -8
  533. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  534. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  535. package/lib/components/VToolbar/_variables.scss +6 -2
  536. package/lib/components/VToolbar/index.mjs.map +1 -1
  537. package/lib/components/VTooltip/VTooltip.mjs +44 -40
  538. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  539. package/lib/components/VTooltip/VTooltip.sass +0 -1
  540. package/lib/components/VTooltip/_variables.scss +1 -0
  541. package/lib/components/VTooltip/index.mjs.map +1 -1
  542. package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
  543. package/lib/components/VTreeview/VTreeviewNode.mjs.map +1 -1
  544. package/lib/components/VTreeview/index.mjs.map +1 -1
  545. package/lib/components/VTreeview/util/filterTreeItems.mjs.map +1 -1
  546. package/lib/components/VValidation/VValidation.mjs.map +1 -1
  547. package/lib/components/VValidation/index.mjs.map +1 -1
  548. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  549. package/lib/components/VVirtualScroll/index.mjs.map +1 -1
  550. package/lib/components/VWindow/VWindow.mjs +6 -6
  551. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  552. package/lib/components/VWindow/VWindow.sass +0 -2
  553. package/lib/components/VWindow/VWindowItem.mjs +18 -11
  554. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  555. package/lib/components/VWindow/_variables.scss +1 -0
  556. package/lib/components/VWindow/index.mjs.map +1 -1
  557. package/lib/components/index.d.ts +6631 -3928
  558. package/lib/components/index.mjs.map +1 -1
  559. package/lib/components/transitions/createTransition.mjs.map +1 -1
  560. package/lib/components/transitions/dialog-transition.mjs +64 -8
  561. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  562. package/lib/components/transitions/expand-transition.mjs.map +1 -1
  563. package/lib/components/transitions/index.mjs.map +1 -1
  564. package/lib/composables/border.mjs +5 -6
  565. package/lib/composables/border.mjs.map +1 -1
  566. package/lib/composables/color.mjs.map +1 -1
  567. package/lib/composables/defaults.mjs.map +1 -1
  568. package/lib/composables/delay.mjs.map +1 -1
  569. package/lib/composables/density.mjs.map +1 -1
  570. package/lib/composables/dimensions.mjs.map +1 -1
  571. package/lib/composables/display.mjs +13 -11
  572. package/lib/composables/display.mjs.map +1 -1
  573. package/lib/composables/elevation.mjs.map +1 -1
  574. package/lib/composables/filter.mjs +33 -13
  575. package/lib/composables/filter.mjs.map +1 -1
  576. package/lib/composables/focus.mjs.map +1 -1
  577. package/lib/composables/form.mjs +6 -6
  578. package/lib/composables/form.mjs.map +1 -1
  579. package/lib/composables/forwardRef.mjs.map +1 -1
  580. package/lib/composables/group.mjs.map +1 -1
  581. package/lib/composables/hydration.mjs.map +1 -1
  582. package/lib/composables/icons.mjs +15 -3
  583. package/lib/composables/icons.mjs.map +1 -1
  584. package/lib/composables/index.mjs.map +1 -1
  585. package/lib/composables/intersectionObserver.mjs.map +1 -1
  586. package/lib/composables/items.mjs +39 -11
  587. package/lib/composables/items.mjs.map +1 -1
  588. package/lib/composables/layout.mjs +3 -3
  589. package/lib/composables/layout.mjs.map +1 -1
  590. package/lib/composables/lazy.mjs.map +1 -1
  591. package/lib/composables/loader.mjs.map +1 -1
  592. package/lib/composables/locale.mjs +11 -8
  593. package/lib/composables/locale.mjs.map +1 -1
  594. package/lib/composables/location.mjs +66 -0
  595. package/lib/composables/location.mjs.map +1 -0
  596. package/lib/composables/mutationObserver.mjs.map +1 -1
  597. package/lib/composables/nested/nested.mjs.map +1 -1
  598. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  599. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  600. package/lib/composables/position.mjs +4 -25
  601. package/lib/composables/position.mjs.map +1 -1
  602. package/lib/composables/proxiedModel.mjs.map +1 -1
  603. package/lib/composables/refs.mjs.map +1 -1
  604. package/lib/composables/resizeObserver.mjs.map +1 -1
  605. package/lib/composables/rounded.mjs.map +1 -1
  606. package/lib/composables/router.mjs +25 -23
  607. package/lib/composables/router.mjs.map +1 -1
  608. package/lib/composables/rtl.mjs.map +1 -1
  609. package/lib/composables/scopeId.mjs +11 -0
  610. package/lib/composables/scopeId.mjs.map +1 -0
  611. package/lib/composables/scroll.mjs.map +1 -1
  612. package/lib/composables/selectLink.mjs.map +1 -1
  613. package/lib/composables/size.mjs +2 -2
  614. package/lib/composables/size.mjs.map +1 -1
  615. package/lib/composables/ssrBoot.mjs +3 -2
  616. package/lib/composables/ssrBoot.mjs.map +1 -1
  617. package/lib/composables/stack.mjs +23 -22
  618. package/lib/composables/stack.mjs.map +1 -1
  619. package/lib/composables/tag.mjs.map +1 -1
  620. package/lib/composables/teleport.mjs.map +1 -1
  621. package/lib/composables/theme.mjs +94 -93
  622. package/lib/composables/theme.mjs.map +1 -1
  623. package/lib/composables/toggleScope.mjs +18 -0
  624. package/lib/composables/toggleScope.mjs.map +1 -0
  625. package/lib/composables/touch.mjs.map +1 -1
  626. package/lib/composables/transition.mjs.map +1 -1
  627. package/lib/composables/validation.mjs +15 -7
  628. package/lib/composables/validation.mjs.map +1 -1
  629. package/lib/composables/variant.mjs +5 -3
  630. package/lib/composables/variant.mjs.map +1 -1
  631. package/lib/directives/click-outside/index.mjs.map +1 -1
  632. package/lib/directives/color/index.mjs.map +1 -1
  633. package/lib/directives/index.mjs.map +1 -1
  634. package/lib/directives/intersect/index.mjs.map +1 -1
  635. package/lib/directives/mutate/index.mjs.map +1 -1
  636. package/lib/directives/resize/index.mjs.map +1 -1
  637. package/lib/directives/ripple/VRipple.sass +0 -1
  638. package/lib/directives/ripple/index.mjs.map +1 -1
  639. package/lib/directives/scroll/index.mjs.map +1 -1
  640. package/lib/directives/touch/index.mjs.map +1 -1
  641. package/lib/entry-bundler.mjs +1 -1
  642. package/lib/entry-bundler.mjs.map +1 -1
  643. package/lib/framework.mjs +36 -26
  644. package/lib/framework.mjs.map +1 -1
  645. package/lib/iconsets/fa-svg.d.ts +2 -1
  646. package/lib/iconsets/fa-svg.mjs.map +1 -1
  647. package/lib/iconsets/fa.d.ts +2 -1
  648. package/lib/iconsets/fa.mjs.map +1 -1
  649. package/lib/iconsets/fa4.d.ts +2 -1
  650. package/lib/iconsets/fa4.mjs.map +1 -1
  651. package/lib/iconsets/md.d.ts +2 -1
  652. package/lib/iconsets/md.mjs.map +1 -1
  653. package/lib/iconsets/mdi-svg.d.ts +2 -1
  654. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  655. package/lib/iconsets/mdi.d.ts +2 -1
  656. package/lib/iconsets/mdi.mjs.map +1 -1
  657. package/lib/index.d.ts +151 -145
  658. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  659. package/lib/locale/adapters/vue-intl.mjs.map +1 -1
  660. package/lib/locale/af.mjs.map +1 -1
  661. package/lib/locale/ar.mjs.map +1 -1
  662. package/lib/locale/az.mjs.map +1 -1
  663. package/lib/locale/bg.mjs.map +1 -1
  664. package/lib/locale/ca.mjs.map +1 -1
  665. package/lib/locale/ckb.mjs.map +1 -1
  666. package/lib/locale/cs.mjs.map +1 -1
  667. package/lib/locale/da.mjs.map +1 -1
  668. package/lib/locale/de.mjs.map +1 -1
  669. package/lib/locale/el.mjs.map +1 -1
  670. package/lib/locale/en.mjs.map +1 -1
  671. package/lib/locale/es.mjs.map +1 -1
  672. package/lib/locale/et.mjs.map +1 -1
  673. package/lib/locale/fa.mjs.map +1 -1
  674. package/lib/locale/fi.mjs.map +1 -1
  675. package/lib/locale/fr.mjs.map +1 -1
  676. package/lib/locale/he.mjs.map +1 -1
  677. package/lib/locale/hr.mjs.map +1 -1
  678. package/lib/locale/hu.mjs.map +1 -1
  679. package/lib/locale/id.mjs.map +1 -1
  680. package/lib/locale/index.mjs.map +1 -1
  681. package/lib/locale/it.mjs.map +1 -1
  682. package/lib/locale/ja.mjs.map +1 -1
  683. package/lib/locale/ko.mjs.map +1 -1
  684. package/lib/locale/lt.mjs.map +1 -1
  685. package/lib/locale/lv.mjs.map +1 -1
  686. package/lib/locale/nl.mjs.map +1 -1
  687. package/lib/locale/no.mjs.map +1 -1
  688. package/lib/locale/pl.mjs.map +1 -1
  689. package/lib/locale/pt.mjs.map +1 -1
  690. package/lib/locale/ro.mjs.map +1 -1
  691. package/lib/locale/ru.mjs.map +1 -1
  692. package/lib/locale/sk.mjs.map +1 -1
  693. package/lib/locale/sl.mjs.map +1 -1
  694. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  695. package/lib/locale/sr-Latn.mjs.map +1 -1
  696. package/lib/locale/sv.mjs.map +1 -1
  697. package/lib/locale/th.mjs.map +1 -1
  698. package/lib/locale/tr.mjs.map +1 -1
  699. package/lib/locale/uk.mjs.map +1 -1
  700. package/lib/locale/vi.mjs.map +1 -1
  701. package/lib/locale/zh-Hans.mjs.map +1 -1
  702. package/lib/locale/zh-Hant.mjs.map +1 -1
  703. package/lib/services/goto/easing-patterns.mjs.map +1 -1
  704. package/lib/services/goto/index.mjs.map +1 -1
  705. package/lib/services/goto/util.mjs.map +1 -1
  706. package/lib/styles/tools/_states.sass +9 -2
  707. package/lib/styles/tools/_utilities.sass +1 -1
  708. package/lib/styles/tools/_variant.sass +6 -6
  709. package/lib/util/anchor.mjs +58 -0
  710. package/lib/util/anchor.mjs.map +1 -0
  711. package/lib/util/animation.mjs +2 -2
  712. package/lib/util/animation.mjs.map +1 -1
  713. package/lib/util/box.mjs +12 -0
  714. package/lib/util/box.mjs.map +1 -1
  715. package/lib/util/color/APCA.mjs.map +1 -1
  716. package/lib/util/color/transformCIELAB.mjs.map +1 -1
  717. package/lib/util/color/transformSRGB.mjs.map +1 -1
  718. package/lib/util/colorUtils.mjs.map +1 -1
  719. package/lib/util/colors.mjs.map +1 -1
  720. package/lib/util/console.mjs.map +1 -1
  721. package/lib/util/createSimpleFunctional.mjs.map +1 -1
  722. package/lib/util/dateTimeUtils.mjs.map +1 -1
  723. package/lib/util/defineComponent.mjs.map +1 -1
  724. package/lib/util/dom.mjs.map +1 -1
  725. package/lib/util/easing.mjs.map +1 -1
  726. package/lib/util/getCurrentInstance.mjs +19 -0
  727. package/lib/util/getCurrentInstance.mjs.map +1 -1
  728. package/lib/util/getScrollParent.mjs.map +1 -1
  729. package/lib/util/globals.mjs +0 -3
  730. package/lib/util/globals.mjs.map +1 -1
  731. package/lib/util/helpers.mjs +10 -6
  732. package/lib/util/helpers.mjs.map +1 -1
  733. package/lib/util/index.mjs +1 -0
  734. package/lib/util/index.mjs.map +1 -1
  735. package/lib/util/isFixedPosition.mjs.map +1 -1
  736. package/lib/util/propsFactory.mjs.map +1 -1
  737. package/lib/util/useRender.mjs.map +1 -1
  738. package/package.json +32 -26
  739. package/lib/components/VBanner/VBannerAvatar.mjs +0 -20
  740. package/lib/components/VBanner/VBannerAvatar.mjs.map +0 -1
  741. package/lib/components/VBanner/VBannerIcon.mjs +0 -20
  742. package/lib/components/VBanner/VBannerIcon.mjs.map +0 -1
  743. package/lib/components/VBreadcrumbs/shared.mjs +0 -2
  744. package/lib/components/VBreadcrumbs/shared.mjs.map +0 -1
  745. package/lib/components/VCard/VCardAvatar.mjs +0 -3
  746. package/lib/components/VCard/VCardAvatar.mjs.map +0 -1
  747. package/lib/components/VCard/VCardContent.mjs +0 -3
  748. package/lib/components/VCard/VCardContent.mjs.map +0 -1
  749. package/lib/components/VCard/VCardHeader.mjs +0 -3
  750. package/lib/components/VCard/VCardHeader.mjs.map +0 -1
  751. package/lib/components/VCard/VCardHeaderText.mjs +0 -3
  752. package/lib/components/VCard/VCardHeaderText.mjs.map +0 -1
  753. package/lib/components/VCard/VCardImg.mjs +0 -3
  754. package/lib/components/VCard/VCardImg.mjs.map +0 -1
  755. package/lib/components/VOverlay/positionStrategies.mjs +0 -207
  756. package/lib/components/VOverlay/positionStrategies.mjs.map +0 -1
  757. package/lib/components/VOverlay/util/anchor.mjs +0 -52
  758. package/lib/components/VOverlay/util/anchor.mjs.map +0 -1
  759. package/lib/components/VTimeline/shared.mjs +0 -2
  760. package/lib/components/VTimeline/shared.mjs.map +0 -1
  761. package/lib/composables/overlay.mjs +0 -34
  762. package/lib/composables/overlay.mjs.map +0 -1
  763. package/lib/presets/default/index.mjs +0 -71
  764. package/lib/presets/default/index.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": ""
@@ -225,7 +205,7 @@
225
205
  },
226
206
  "v-alert/variant": {
227
207
  "type": "string",
228
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
208
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
229
209
  },
230
210
  "v-alert-title/tag": {
231
211
  "type": "string",
@@ -275,12 +255,20 @@
275
255
  "type": "boolean",
276
256
  "description": ""
277
257
  },
258
+ "v-autocomplete/menu": {
259
+ "type": "boolean",
260
+ "description": ""
261
+ },
278
262
  "v-autocomplete/menu-icon": {
279
- "type": "string",
263
+ "type": "string|function|object",
264
+ "description": ""
265
+ },
266
+ "v-autocomplete/menu-props": {
267
+ "type": "object",
280
268
  "description": ""
281
269
  },
282
270
  "v-autocomplete/model-value": {
283
- "type": "number|string|array",
271
+ "type": "any",
284
272
  "description": ""
285
273
  },
286
274
  "v-autocomplete/multiple": {
@@ -308,11 +296,15 @@
308
296
  "description": ""
309
297
  },
310
298
  "v-autocomplete/item-children": {
311
- "type": "string",
299
+ "type": "boolean|string|array|function",
312
300
  "description": ""
313
301
  },
314
302
  "v-autocomplete/item-props": {
315
- "type": "function",
303
+ "type": "boolean|string|array|function",
304
+ "description": ""
305
+ },
306
+ "v-autocomplete/return-object": {
307
+ "type": "boolean",
316
308
  "description": ""
317
309
  },
318
310
  "v-autocomplete/transition": {
@@ -332,7 +324,7 @@
332
324
  "description": ""
333
325
  },
334
326
  "v-avatar/icon": {
335
- "type": "string",
327
+ "type": "string|function|object",
336
328
  "description": ""
337
329
  },
338
330
  "v-avatar/image": {
@@ -387,10 +379,6 @@
387
379
  "type": "string",
388
380
  "description": "The **aria-label** used for the badge."
389
381
  },
390
- "v-badge/location": {
391
- "type": "string",
392
- "description": "Changes the location of the badge. Possible values are **top-right**, **bottom-right**, **bottom-left**, **top-left**."
393
- },
394
382
  "v-badge/max": {
395
383
  "type": "any",
396
384
  "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."
@@ -411,6 +399,10 @@
411
399
  "type": "any",
412
400
  "description": "Defines the text color of the badge."
413
401
  },
402
+ "v-badge/location": {
403
+ "type": "string",
404
+ "description": "Changes the location of the badge. Possible values are **top-right**, **bottom-right**, **bottom-left**, **top-left**."
405
+ },
414
406
  "v-badge/rounded": {
415
407
  "type": "boolean|number|string",
416
408
  "description": ""
@@ -491,34 +483,14 @@
491
483
  "type": "number|string",
492
484
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
493
485
  },
494
- "v-banner/absolute": {
495
- "type": "boolean",
496
- "description": "Applies **position: absolute** to the component."
497
- },
498
- "v-banner/bottom": {
499
- "type": "boolean|number|string",
500
- "description": "Aligns the component towards the bottom."
501
- },
502
- "v-banner/fixed": {
503
- "type": "boolean",
504
- "description": "Applies **position: fixed** to the component."
505
- },
506
- "v-banner/left": {
507
- "type": "boolean|number|string",
508
- "description": "Aligns the component towards the left."
486
+ "v-banner/location": {
487
+ "type": "string",
488
+ "description": ""
509
489
  },
510
490
  "v-banner/position": {
511
491
  "type": "string",
512
492
  "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
513
493
  },
514
- "v-banner/right": {
515
- "type": "boolean|number|string",
516
- "description": "Aligns the component towards the right."
517
- },
518
- "v-banner/top": {
519
- "type": "boolean|number|string",
520
- "description": "Aligns the content towards the top."
521
- },
522
494
  "v-banner/rounded": {
523
495
  "type": "boolean|number|string",
524
496
  "description": ""
@@ -539,78 +511,6 @@
539
511
  "type": "any",
540
512
  "description": ""
541
513
  },
542
- "v-banner-avatar/color": {
543
- "type": "string",
544
- "description": ""
545
- },
546
- "v-banner-avatar/start": {
547
- "type": "boolean",
548
- "description": ""
549
- },
550
- "v-banner-avatar/end": {
551
- "type": "boolean",
552
- "description": ""
553
- },
554
- "v-banner-avatar/icon": {
555
- "type": "string",
556
- "description": ""
557
- },
558
- "v-banner-avatar/image": {
559
- "type": "string",
560
- "description": ""
561
- },
562
- "v-banner-avatar/density": {
563
- "type": "string",
564
- "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
565
- },
566
- "v-banner-avatar/rounded": {
567
- "type": "boolean|number|string",
568
- "description": ""
569
- },
570
- "v-banner-avatar/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-avatar/tag": {
575
- "type": "string",
576
- "description": "Specify a custom tag used on the root element."
577
- },
578
- "v-banner-icon/color": {
579
- "type": "string",
580
- "description": ""
581
- },
582
- "v-banner-icon/start": {
583
- "type": "boolean",
584
- "description": ""
585
- },
586
- "v-banner-icon/end": {
587
- "type": "boolean",
588
- "description": ""
589
- },
590
- "v-banner-icon/icon": {
591
- "type": "string",
592
- "description": ""
593
- },
594
- "v-banner-icon/image": {
595
- "type": "string",
596
- "description": ""
597
- },
598
- "v-banner-icon/density": {
599
- "type": "string",
600
- "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
601
- },
602
- "v-banner-icon/rounded": {
603
- "type": "boolean|number|string",
604
- "description": ""
605
- },
606
- "v-banner-icon/size": {
607
- "type": "string|number",
608
- "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**."
609
- },
610
- "v-banner-icon/tag": {
611
- "type": "string",
612
- "description": "Specify a custom tag used on the root element."
613
- },
614
514
  "v-banner-text/tag": {
615
515
  "type": "string",
616
516
  "description": ""
@@ -655,7 +555,7 @@
655
555
  "type": "string",
656
556
  "description": ""
657
557
  },
658
- "v-bottom-navigation/priority": {
558
+ "v-bottom-navigation/order": {
659
559
  "type": "number|string",
660
560
  "description": ""
661
561
  },
@@ -759,7 +659,7 @@
759
659
  "type": "any",
760
660
  "description": ""
761
661
  },
762
- "v-breadcrumbs-item/text": {
662
+ "v-breadcrumbs-item/title": {
763
663
  "type": "any",
764
664
  "description": ""
765
665
  },
@@ -871,34 +771,18 @@
871
771
  "type": "string",
872
772
  "description": "Configure the active CSS class applied when the item is selected."
873
773
  },
874
- "v-btn/absolute": {
774
+ "v-btn/loading": {
875
775
  "type": "boolean",
876
- "description": "Applies **position: absolute** to the component."
877
- },
878
- "v-btn/bottom": {
879
- "type": "boolean|number|string",
880
- "description": "Aligns the component towards the bottom."
881
- },
882
- "v-btn/fixed": {
883
- "type": "boolean",
884
- "description": "Applies **position: fixed** to the component."
776
+ "description": ""
885
777
  },
886
- "v-btn/left": {
887
- "type": "boolean|number|string",
888
- "description": "Aligns the component towards the left."
778
+ "v-btn/location": {
779
+ "type": "string",
780
+ "description": ""
889
781
  },
890
782
  "v-btn/position": {
891
783
  "type": "string",
892
784
  "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
893
785
  },
894
- "v-btn/right": {
895
- "type": "boolean|number|string",
896
- "description": "Aligns the component towards the right."
897
- },
898
- "v-btn/top": {
899
- "type": "boolean|number|string",
900
- "description": "Aligns the content towards the top."
901
- },
902
786
  "v-btn/href": {
903
787
  "type": "string",
904
788
  "description": ""
@@ -929,7 +813,7 @@
929
813
  },
930
814
  "v-btn/variant": {
931
815
  "type": "string",
932
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
816
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
933
817
  },
934
818
  "v-btn-group/divided": {
935
819
  "type": "any",
@@ -965,7 +849,7 @@
965
849
  },
966
850
  "v-btn-group/variant": {
967
851
  "type": "string",
968
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
852
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
969
853
  },
970
854
  "v-btn-toggle/model-value": {
971
855
  "type": "any",
@@ -1083,34 +967,18 @@
1083
967
  "type": "number|string",
1084
968
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
1085
969
  },
1086
- "v-card/absolute": {
970
+ "v-card/loading": {
1087
971
  "type": "boolean",
1088
- "description": "Applies **position: absolute** to the component."
1089
- },
1090
- "v-card/bottom": {
1091
- "type": "boolean|number|string",
1092
- "description": "Aligns the component towards the bottom."
1093
- },
1094
- "v-card/fixed": {
1095
- "type": "boolean",
1096
- "description": "Applies **position: fixed** to the component."
972
+ "description": ""
1097
973
  },
1098
- "v-card/left": {
1099
- "type": "boolean|number|string",
1100
- "description": "Aligns the component towards the left."
974
+ "v-card/location": {
975
+ "type": "string",
976
+ "description": ""
1101
977
  },
1102
978
  "v-card/position": {
1103
979
  "type": "string",
1104
980
  "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
1105
981
  },
1106
- "v-card/right": {
1107
- "type": "boolean|number|string",
1108
- "description": "Aligns the component towards the right."
1109
- },
1110
- "v-card/top": {
1111
- "type": "boolean|number|string",
1112
- "description": "Aligns the content towards the top."
1113
- },
1114
982
  "v-card/rounded": {
1115
983
  "type": "boolean|number|string",
1116
984
  "description": ""
@@ -1137,28 +1005,36 @@
1137
1005
  },
1138
1006
  "v-card/variant": {
1139
1007
  "type": "string",
1140
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
1008
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
1141
1009
  },
1142
- "v-card-avatar/tag": {
1143
- "type": "string",
1010
+ "v-card-item/append-avatar": {
1011
+ "type": "any",
1144
1012
  "description": ""
1145
1013
  },
1146
- "v-card-content/tag": {
1147
- "type": "string",
1014
+ "v-card-item/append-icon": {
1015
+ "type": "any",
1148
1016
  "description": ""
1149
1017
  },
1150
- "v-card-header/tag": {
1151
- "type": "string",
1018
+ "v-card-item/prepend-avatar": {
1019
+ "type": "any",
1152
1020
  "description": ""
1153
1021
  },
1154
- "v-card-header-text/tag": {
1155
- "type": "string",
1022
+ "v-card-item/prepend-icon": {
1023
+ "type": "any",
1156
1024
  "description": ""
1157
1025
  },
1158
- "v-card-img/tag": {
1159
- "type": "string",
1026
+ "v-card-item/subtitle": {
1027
+ "type": "any",
1160
1028
  "description": ""
1161
1029
  },
1030
+ "v-card-item/title": {
1031
+ "type": "any",
1032
+ "description": ""
1033
+ },
1034
+ "v-card-item/density": {
1035
+ "type": "string",
1036
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
1037
+ },
1162
1038
  "v-card-subtitle/tag": {
1163
1039
  "type": "string",
1164
1040
  "description": ""
@@ -1180,7 +1056,7 @@
1180
1056
  "description": "Determines if the carousel should cycle through images."
1181
1057
  },
1182
1058
  "v-carousel/delimiter-icon": {
1183
- "type": "string",
1059
+ "type": "string|function|object",
1184
1060
  "description": "Sets icon for carousel delimiter"
1185
1061
  },
1186
1062
  "v-carousel/height": {
@@ -1219,24 +1095,16 @@
1219
1095
  "type": "any",
1220
1096
  "description": ""
1221
1097
  },
1222
- "v-checkbox/indeterminate": {
1223
- "type": "any",
1224
- "description": "Sets an indeterminate state for the checkbox"
1225
- },
1226
- "v-checkbox/indeterminate-icon": {
1227
- "type": "string",
1228
- "description": "The icon used when in an indeterminate state"
1229
- },
1230
1098
  "v-checkbox/id": {
1231
1099
  "type": "string",
1232
1100
  "description": ""
1233
1101
  },
1234
1102
  "v-checkbox/append-icon": {
1235
- "type": "string",
1103
+ "type": "string|function|object",
1236
1104
  "description": ""
1237
1105
  },
1238
1106
  "v-checkbox/prepend-icon": {
1239
- "type": "string",
1107
+ "type": "string|function|object",
1240
1108
  "description": ""
1241
1109
  },
1242
1110
  "v-checkbox/hide-details": {
@@ -1287,6 +1155,18 @@
1287
1155
  "type": "any",
1288
1156
  "description": ""
1289
1157
  },
1158
+ "v-checkbox/validation-value": {
1159
+ "type": "any",
1160
+ "description": ""
1161
+ },
1162
+ "v-checkbox/indeterminate": {
1163
+ "type": "boolean",
1164
+ "description": "Sets an indeterminate state for the checkbox"
1165
+ },
1166
+ "v-checkbox/indeterminate-icon": {
1167
+ "type": "string|function|object",
1168
+ "description": "The icon used when in an indeterminate state"
1169
+ },
1290
1170
  "v-checkbox/color": {
1291
1171
  "type": "string",
1292
1172
  "description": ""
@@ -1300,11 +1180,11 @@
1300
1180
  "description": ""
1301
1181
  },
1302
1182
  "v-checkbox/false-icon": {
1303
- "type": "string",
1183
+ "type": "string|function|object",
1304
1184
  "description": "The icon used when inactive"
1305
1185
  },
1306
1186
  "v-checkbox/true-icon": {
1307
- "type": "string",
1187
+ "type": "string|function|object",
1308
1188
  "description": "The icon used when active"
1309
1189
  },
1310
1190
  "v-checkbox/ripple": {
@@ -1339,6 +1219,94 @@
1339
1219
  "type": "string",
1340
1220
  "description": "Specify a theme for this component and all of its children"
1341
1221
  },
1222
+ "v-checkbox-btn/indeterminate": {
1223
+ "type": "boolean",
1224
+ "description": ""
1225
+ },
1226
+ "v-checkbox-btn/indeterminate-icon": {
1227
+ "type": "string|function|object",
1228
+ "description": ""
1229
+ },
1230
+ "v-checkbox-btn/color": {
1231
+ "type": "string",
1232
+ "description": ""
1233
+ },
1234
+ "v-checkbox-btn/disabled": {
1235
+ "type": "boolean",
1236
+ "description": ""
1237
+ },
1238
+ "v-checkbox-btn/error": {
1239
+ "type": "boolean",
1240
+ "description": ""
1241
+ },
1242
+ "v-checkbox-btn/id": {
1243
+ "type": "string",
1244
+ "description": ""
1245
+ },
1246
+ "v-checkbox-btn/inline": {
1247
+ "type": "boolean",
1248
+ "description": ""
1249
+ },
1250
+ "v-checkbox-btn/label": {
1251
+ "type": "string",
1252
+ "description": ""
1253
+ },
1254
+ "v-checkbox-btn/false-icon": {
1255
+ "type": "string|function|object",
1256
+ "description": ""
1257
+ },
1258
+ "v-checkbox-btn/true-icon": {
1259
+ "type": "string|function|object",
1260
+ "description": ""
1261
+ },
1262
+ "v-checkbox-btn/ripple": {
1263
+ "type": "boolean",
1264
+ "description": ""
1265
+ },
1266
+ "v-checkbox-btn/multiple": {
1267
+ "type": "boolean",
1268
+ "description": ""
1269
+ },
1270
+ "v-checkbox-btn/name": {
1271
+ "type": "string",
1272
+ "description": ""
1273
+ },
1274
+ "v-checkbox-btn/readonly": {
1275
+ "type": "boolean",
1276
+ "description": ""
1277
+ },
1278
+ "v-checkbox-btn/true-value": {
1279
+ "type": "any",
1280
+ "description": "Sets value for truthy state"
1281
+ },
1282
+ "v-checkbox-btn/false-value": {
1283
+ "type": "any",
1284
+ "description": "Sets value for falsy state"
1285
+ },
1286
+ "v-checkbox-btn/model-value": {
1287
+ "type": "any",
1288
+ "description": ""
1289
+ },
1290
+ "v-checkbox-btn/type": {
1291
+ "type": "string",
1292
+ "description": ""
1293
+ },
1294
+ "v-checkbox-btn/value": {
1295
+ "type": "any",
1296
+ "description": ""
1297
+ },
1298
+ "v-checkbox-btn/value-comparator": {
1299
+ "type": "function",
1300
+ "description": ""
1301
+ },
1302
+ "v-checkbox-btn/theme": {
1303
+ "type": "string",
1304
+ "description": "Specify a theme for this component and all of its children"
1305
+ },
1306
+ "v-checkbox-btn/density": {
1307
+ "type": "string",
1308
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
1309
+ },
1342
1310
  "v-chip/active-class": {
1343
1311
  "type": "any",
1344
1312
  "description": ""
@@ -1356,7 +1324,7 @@
1356
1324
  "description": ""
1357
1325
  },
1358
1326
  "v-chip/close-icon": {
1359
- "type": "string",
1327
+ "type": "string|function|object",
1360
1328
  "description": "Change the default icon used for **close** chips"
1361
1329
  },
1362
1330
  "v-chip/close-label": {
@@ -1465,7 +1433,7 @@
1465
1433
  },
1466
1434
  "v-chip/variant": {
1467
1435
  "type": "string",
1468
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
1436
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
1469
1437
  },
1470
1438
  "v-chip-group/column": {
1471
1439
  "type": "any",
@@ -1517,7 +1485,7 @@
1517
1485
  },
1518
1486
  "v-chip-group/variant": {
1519
1487
  "type": "string",
1520
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
1488
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
1521
1489
  },
1522
1490
  "v-code/tag": {
1523
1491
  "type": "string",
@@ -1631,12 +1599,20 @@
1631
1599
  "type": "boolean",
1632
1600
  "description": ""
1633
1601
  },
1602
+ "v-combobox/menu": {
1603
+ "type": "boolean",
1604
+ "description": ""
1605
+ },
1634
1606
  "v-combobox/menu-icon": {
1635
- "type": "string",
1607
+ "type": "string|function|object",
1608
+ "description": ""
1609
+ },
1610
+ "v-combobox/menu-props": {
1611
+ "type": "object",
1636
1612
  "description": ""
1637
1613
  },
1638
1614
  "v-combobox/model-value": {
1639
- "type": "number|string|array",
1615
+ "type": "any",
1640
1616
  "description": ""
1641
1617
  },
1642
1618
  "v-combobox/multiple": {
@@ -1664,11 +1640,15 @@
1664
1640
  "description": ""
1665
1641
  },
1666
1642
  "v-combobox/item-children": {
1667
- "type": "string",
1643
+ "type": "boolean|string|array|function",
1668
1644
  "description": ""
1669
1645
  },
1670
1646
  "v-combobox/item-props": {
1671
- "type": "function",
1647
+ "type": "boolean|string|array|function",
1648
+ "description": ""
1649
+ },
1650
+ "v-combobox/return-object": {
1651
+ "type": "boolean",
1672
1652
  "description": ""
1673
1653
  },
1674
1654
  "v-combobox/transition": {
@@ -1852,11 +1832,11 @@
1852
1832
  "description": ""
1853
1833
  },
1854
1834
  "v-expansion-panel/expand-icon": {
1855
- "type": "string",
1835
+ "type": "string|function|object",
1856
1836
  "description": ""
1857
1837
  },
1858
1838
  "v-expansion-panel/collapse-icon": {
1859
- "type": "string",
1839
+ "type": "string|function|object",
1860
1840
  "description": ""
1861
1841
  },
1862
1842
  "v-expansion-panel/hide-actions": {
@@ -1880,11 +1860,11 @@
1880
1860
  "description": ""
1881
1861
  },
1882
1862
  "v-expansion-panel-title/expand-icon": {
1883
- "type": "string",
1863
+ "type": "string|function|object",
1884
1864
  "description": ""
1885
1865
  },
1886
1866
  "v-expansion-panel-title/collapse-icon": {
1887
- "type": "string",
1867
+ "type": "string|function|object",
1888
1868
  "description": ""
1889
1869
  },
1890
1870
  "v-expansion-panel-title/hide-actions": {
@@ -1908,7 +1888,7 @@
1908
1888
  "description": ""
1909
1889
  },
1910
1890
  "v-field/append-inner-icon": {
1911
- "type": "string",
1891
+ "type": "string|function|object",
1912
1892
  "description": ""
1913
1893
  },
1914
1894
  "v-field/bg-color": {
@@ -1920,7 +1900,7 @@
1920
1900
  "description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
1921
1901
  },
1922
1902
  "v-field/clear-icon": {
1923
- "type": "string",
1903
+ "type": "string|function|object",
1924
1904
  "description": ""
1925
1905
  },
1926
1906
  "v-field/active": {
@@ -1952,7 +1932,7 @@
1952
1932
  "description": ""
1953
1933
  },
1954
1934
  "v-field/prepend-inner-icon": {
1955
- "type": "string",
1935
+ "type": "string|function|object",
1956
1936
  "description": ""
1957
1937
  },
1958
1938
  "v-field/reverse": {
@@ -2020,11 +2000,11 @@
2020
2000
  "description": ""
2021
2001
  },
2022
2002
  "v-file-input/append-icon": {
2023
- "type": "string",
2003
+ "type": "string|function|object",
2024
2004
  "description": ""
2025
2005
  },
2026
2006
  "v-file-input/prepend-icon": {
2027
- "type": "string",
2007
+ "type": "string|function|object",
2028
2008
  "description": ""
2029
2009
  },
2030
2010
  "v-file-input/hide-details": {
@@ -2075,8 +2055,12 @@
2075
2055
  "type": "array",
2076
2056
  "description": ""
2077
2057
  },
2058
+ "v-file-input/validation-value": {
2059
+ "type": "any",
2060
+ "description": ""
2061
+ },
2078
2062
  "v-file-input/append-inner-icon": {
2079
- "type": "string",
2063
+ "type": "string|function|object",
2080
2064
  "description": ""
2081
2065
  },
2082
2066
  "v-file-input/bg-color": {
@@ -2088,7 +2072,7 @@
2088
2072
  "description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
2089
2073
  },
2090
2074
  "v-file-input/clear-icon": {
2091
- "type": "string",
2075
+ "type": "string|function|object",
2092
2076
  "description": ""
2093
2077
  },
2094
2078
  "v-file-input/active": {
@@ -2112,7 +2096,7 @@
2112
2096
  "description": ""
2113
2097
  },
2114
2098
  "v-file-input/prepend-inner-icon": {
2115
- "type": "string",
2099
+ "type": "string|function|object",
2116
2100
  "description": ""
2117
2101
  },
2118
2102
  "v-file-input/reverse": {
@@ -2159,7 +2143,7 @@
2159
2143
  "type": "string",
2160
2144
  "description": ""
2161
2145
  },
2162
- "v-footer/priority": {
2146
+ "v-footer/order": {
2163
2147
  "type": "number|string",
2164
2148
  "description": ""
2165
2149
  },
@@ -2404,7 +2388,7 @@
2404
2388
  "description": ""
2405
2389
  },
2406
2390
  "v-icon/icon": {
2407
- "type": "string|object",
2391
+ "type": "string|function|object",
2408
2392
  "description": "Designates a specific icon."
2409
2393
  },
2410
2394
  "v-icon/size": {
@@ -2472,11 +2456,11 @@
2472
2456
  "description": ""
2473
2457
  },
2474
2458
  "v-input/append-icon": {
2475
- "type": "string",
2459
+ "type": "string|function|object",
2476
2460
  "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
2477
2461
  },
2478
2462
  "v-input/prepend-icon": {
2479
- "type": "string",
2463
+ "type": "string|function|object",
2480
2464
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
2481
2465
  },
2482
2466
  "v-input/hide-details": {
@@ -2527,6 +2511,10 @@
2527
2511
  "type": "any",
2528
2512
  "description": ""
2529
2513
  },
2514
+ "v-input/validation-value": {
2515
+ "type": "any",
2516
+ "description": ""
2517
+ },
2530
2518
  "v-item-group/model-value": {
2531
2519
  "type": "any",
2532
2520
  "description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
@@ -2599,7 +2587,7 @@
2599
2587
  "type": "string",
2600
2588
  "description": ""
2601
2589
  },
2602
- "v-layout-item/priority": {
2590
+ "v-layout-item/order": {
2603
2591
  "type": "number|string",
2604
2592
  "description": ""
2605
2593
  },
@@ -2671,10 +2659,6 @@
2671
2659
  "type": "any",
2672
2660
  "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**"
2673
2661
  },
2674
- "v-list/items": {
2675
- "type": "any",
2676
- "description": ""
2677
- },
2678
2662
  "v-list/select-strategy": {
2679
2663
  "type": "string|function",
2680
2664
  "description": ""
@@ -2731,6 +2715,34 @@
2731
2715
  "type": "number|string",
2732
2716
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
2733
2717
  },
2718
+ "v-list/item-type": {
2719
+ "type": "string",
2720
+ "description": ""
2721
+ },
2722
+ "v-list/items": {
2723
+ "type": "array",
2724
+ "description": ""
2725
+ },
2726
+ "v-list/item-title": {
2727
+ "type": "string|array|function",
2728
+ "description": ""
2729
+ },
2730
+ "v-list/item-value": {
2731
+ "type": "string|array|function",
2732
+ "description": ""
2733
+ },
2734
+ "v-list/item-children": {
2735
+ "type": "boolean|string|array|function",
2736
+ "description": ""
2737
+ },
2738
+ "v-list/item-props": {
2739
+ "type": "boolean|string|array|function",
2740
+ "description": ""
2741
+ },
2742
+ "v-list/return-object": {
2743
+ "type": "boolean",
2744
+ "description": ""
2745
+ },
2734
2746
  "v-list/rounded": {
2735
2747
  "type": "boolean|number|string",
2736
2748
  "description": ""
@@ -2749,25 +2761,29 @@
2749
2761
  },
2750
2762
  "v-list/variant": {
2751
2763
  "type": "string",
2752
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
2764
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
2753
2765
  },
2754
- "v-list-subheader/color": {
2766
+ "v-list-group/active-color": {
2755
2767
  "type": "any",
2756
2768
  "description": ""
2757
2769
  },
2758
- "v-list-subheader/inset": {
2770
+ "v-list-group/color": {
2759
2771
  "type": "any",
2760
2772
  "description": ""
2761
2773
  },
2762
- "v-list-subheader/sticky": {
2763
- "type": "any",
2774
+ "v-list-group/collapse-icon": {
2775
+ "type": "string|function|object",
2764
2776
  "description": ""
2765
2777
  },
2766
- "v-list-subheader/text": {
2767
- "type": "any",
2778
+ "v-list-group/expand-icon": {
2779
+ "type": "string|function|object",
2768
2780
  "description": ""
2769
2781
  },
2770
- "v-list-subheader/tag": {
2782
+ "v-list-group/value": {
2783
+ "type": "any",
2784
+ "description": "Expands / Collapse the list-group"
2785
+ },
2786
+ "v-list-group/tag": {
2771
2787
  "type": "string",
2772
2788
  "description": "Specify a custom tag used on the root element."
2773
2789
  },
@@ -2897,7 +2913,7 @@
2897
2913
  },
2898
2914
  "v-list-item/variant": {
2899
2915
  "type": "string",
2900
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
2916
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
2901
2917
  },
2902
2918
  "v-list-item-action/start": {
2903
2919
  "type": "any",
@@ -2924,7 +2940,7 @@
2924
2940
  "description": ""
2925
2941
  },
2926
2942
  "v-list-item-avatar/icon": {
2927
- "type": "string",
2943
+ "type": "string|function|object",
2928
2944
  "description": ""
2929
2945
  },
2930
2946
  "v-list-item-avatar/image": {
@@ -2964,7 +2980,7 @@
2964
2980
  "description": ""
2965
2981
  },
2966
2982
  "v-list-item-icon/icon": {
2967
- "type": "string|object",
2983
+ "type": "string|function|object",
2968
2984
  "description": "Designates a specific icon."
2969
2985
  },
2970
2986
  "v-list-item-icon/size": {
@@ -2999,27 +3015,23 @@
2999
3015
  "type": "string",
3000
3016
  "description": ""
3001
3017
  },
3002
- "v-list-group/active-color": {
3018
+ "v-list-subheader/color": {
3003
3019
  "type": "any",
3004
3020
  "description": ""
3005
3021
  },
3006
- "v-list-group/color": {
3022
+ "v-list-subheader/inset": {
3007
3023
  "type": "any",
3008
3024
  "description": ""
3009
3025
  },
3010
- "v-list-group/collapse-icon": {
3011
- "type": "string",
3012
- "description": ""
3013
- },
3014
- "v-list-group/expand-icon": {
3015
- "type": "string",
3026
+ "v-list-subheader/sticky": {
3027
+ "type": "any",
3016
3028
  "description": ""
3017
3029
  },
3018
- "v-list-group/value": {
3030
+ "v-list-subheader/title": {
3019
3031
  "type": "any",
3020
- "description": "Expands / Collapse the list-group"
3032
+ "description": ""
3021
3033
  },
3022
- "v-list-group/tag": {
3034
+ "v-list-subheader/tag": {
3023
3035
  "type": "string",
3024
3036
  "description": "Specify a custom tag used on the root element."
3025
3037
  },
@@ -3107,7 +3119,7 @@
3107
3119
  "type": "number|string",
3108
3120
  "description": "Sets the width for the component."
3109
3121
  },
3110
- "v-navigation-drawer/position": {
3122
+ "v-navigation-drawer/location": {
3111
3123
  "type": "string",
3112
3124
  "description": ""
3113
3125
  },
@@ -3123,7 +3135,7 @@
3123
3135
  "type": "string",
3124
3136
  "description": ""
3125
3137
  },
3126
- "v-navigation-drawer/priority": {
3138
+ "v-navigation-drawer/order": {
3127
3139
  "type": "number|string",
3128
3140
  "description": ""
3129
3141
  },
@@ -3151,6 +3163,10 @@
3151
3163
  "type": "any",
3152
3164
  "description": ""
3153
3165
  },
3166
+ "v-overlay/close-on-back": {
3167
+ "type": "boolean",
3168
+ "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."
3169
+ },
3154
3170
  "v-overlay/contained": {
3155
3171
  "type": "any",
3156
3172
  "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`."
@@ -3159,6 +3175,14 @@
3159
3175
  "type": "any",
3160
3176
  "description": ""
3161
3177
  },
3178
+ "v-overlay/content-props": {
3179
+ "type": "any",
3180
+ "description": ""
3181
+ },
3182
+ "v-overlay/disabled": {
3183
+ "type": "any",
3184
+ "description": ""
3185
+ },
3162
3186
  "v-overlay/no-click-animation": {
3163
3187
  "type": "any",
3164
3188
  "description": ""
@@ -3175,6 +3199,10 @@
3175
3199
  "type": "string|boolean",
3176
3200
  "description": ""
3177
3201
  },
3202
+ "v-overlay/z-index": {
3203
+ "type": "number|string",
3204
+ "description": "The z-index used for the component"
3205
+ },
3178
3206
  "v-overlay/activator": {
3179
3207
  "type": "string|object",
3180
3208
  "description": ""
@@ -3231,11 +3259,15 @@
3231
3259
  "type": "number|string",
3232
3260
  "description": "Sets the width for the component."
3233
3261
  },
3234
- "v-overlay/position-strategy": {
3262
+ "v-overlay/eager": {
3263
+ "type": "boolean",
3264
+ "description": ""
3265
+ },
3266
+ "v-overlay/location-strategy": {
3235
3267
  "type": "string|function",
3236
3268
  "description": ""
3237
3269
  },
3238
- "v-overlay/anchor": {
3270
+ "v-overlay/location": {
3239
3271
  "type": "string",
3240
3272
  "description": ""
3241
3273
  },
@@ -3244,7 +3276,7 @@
3244
3276
  "description": ""
3245
3277
  },
3246
3278
  "v-overlay/offset": {
3247
- "type": "number|string",
3279
+ "type": "number|string|array",
3248
3280
  "description": ""
3249
3281
  },
3250
3282
  "v-overlay/scroll-strategy": {
@@ -3259,10 +3291,6 @@
3259
3291
  "type": "boolean|string|object",
3260
3292
  "description": ""
3261
3293
  },
3262
- "v-overlay/eager": {
3263
- "type": "boolean",
3264
- "description": ""
3265
- },
3266
3294
  "v-pagination/start": {
3267
3295
  "type": "number|string",
3268
3296
  "description": "Specify the starting page"
@@ -3284,19 +3312,19 @@
3284
3312
  "description": "Specify the total visible pagination numbers"
3285
3313
  },
3286
3314
  "v-pagination/first-icon": {
3287
- "type": "string",
3315
+ "type": "string|function|object",
3288
3316
  "description": "The icon to use for the first button"
3289
3317
  },
3290
3318
  "v-pagination/prev-icon": {
3291
- "type": "string",
3319
+ "type": "string|function|object",
3292
3320
  "description": "The icon to use for the prev button"
3293
3321
  },
3294
3322
  "v-pagination/next-icon": {
3295
- "type": "string",
3323
+ "type": "string|function|object",
3296
3324
  "description": "The icon to use for the next button"
3297
3325
  },
3298
3326
  "v-pagination/last-icon": {
3299
- "type": "string",
3327
+ "type": "string|function|object",
3300
3328
  "description": "The icon to use for the last button"
3301
3329
  },
3302
3330
  "v-pagination/aria-label": {
@@ -3335,10 +3363,6 @@
3335
3363
  "type": "any",
3336
3364
  "description": "Show buttons for going to first and last page"
3337
3365
  },
3338
- "v-pagination/rounded": {
3339
- "type": "boolean|number|string",
3340
- "description": ""
3341
- },
3342
3366
  "v-pagination/border": {
3343
3367
  "type": "boolean|number|string",
3344
3368
  "description": "Applies border styles to component."
@@ -3351,6 +3375,10 @@
3351
3375
  "type": "number|string",
3352
3376
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
3353
3377
  },
3378
+ "v-pagination/rounded": {
3379
+ "type": "boolean|number|string",
3380
+ "description": ""
3381
+ },
3354
3382
  "v-pagination/size": {
3355
3383
  "type": "string|number",
3356
3384
  "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**."
@@ -3369,7 +3397,7 @@
3369
3397
  },
3370
3398
  "v-pagination/variant": {
3371
3399
  "type": "string",
3372
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
3400
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
3373
3401
  },
3374
3402
  "v-parallax/scale": {
3375
3403
  "type": "number|string",
@@ -3480,11 +3508,11 @@
3480
3508
  "description": "Specify a theme for this component and all of its children"
3481
3509
  },
3482
3510
  "v-radio/false-icon": {
3483
- "type": "string",
3511
+ "type": "string|function|object",
3484
3512
  "description": "The icon used when inactive"
3485
3513
  },
3486
3514
  "v-radio/true-icon": {
3487
- "type": "string",
3515
+ "type": "string|function|object",
3488
3516
  "description": "The icon used when active"
3489
3517
  },
3490
3518
  "v-radio-group/height": {
@@ -3496,11 +3524,11 @@
3496
3524
  "description": ""
3497
3525
  },
3498
3526
  "v-radio-group/append-icon": {
3499
- "type": "string",
3527
+ "type": "string|function|object",
3500
3528
  "description": ""
3501
3529
  },
3502
3530
  "v-radio-group/prepend-icon": {
3503
- "type": "string",
3531
+ "type": "string|function|object",
3504
3532
  "description": ""
3505
3533
  },
3506
3534
  "v-radio-group/hide-details": {
@@ -3551,6 +3579,10 @@
3551
3579
  "type": "any",
3552
3580
  "description": ""
3553
3581
  },
3582
+ "v-radio-group/validation-value": {
3583
+ "type": "any",
3584
+ "description": ""
3585
+ },
3554
3586
  "v-radio-group/color": {
3555
3587
  "type": "string",
3556
3588
  "description": ""
@@ -3564,11 +3596,11 @@
3564
3596
  "description": ""
3565
3597
  },
3566
3598
  "v-radio-group/false-icon": {
3567
- "type": "string",
3599
+ "type": "string|function|object",
3568
3600
  "description": ""
3569
3601
  },
3570
3602
  "v-radio-group/true-icon": {
3571
- "type": "string",
3603
+ "type": "string|function|object",
3572
3604
  "description": ""
3573
3605
  },
3574
3606
  "v-radio-group/ripple": {
@@ -3612,11 +3644,11 @@
3612
3644
  "description": ""
3613
3645
  },
3614
3646
  "v-range-slider/append-icon": {
3615
- "type": "string",
3647
+ "type": "string|function|object",
3616
3648
  "description": ""
3617
3649
  },
3618
3650
  "v-range-slider/prepend-icon": {
3619
- "type": "string",
3651
+ "type": "string|function|object",
3620
3652
  "description": ""
3621
3653
  },
3622
3654
  "v-range-slider/hide-details": {
@@ -3667,6 +3699,10 @@
3667
3699
  "type": "array",
3668
3700
  "description": ""
3669
3701
  },
3702
+ "v-range-slider/validation-value": {
3703
+ "type": "any",
3704
+ "description": ""
3705
+ },
3670
3706
  "v-range-slider/max": {
3671
3707
  "type": "number|string",
3672
3708
  "description": ""
@@ -3760,11 +3796,11 @@
3760
3796
  "description": ""
3761
3797
  },
3762
3798
  "v-rating/empty-icon": {
3763
- "type": "string",
3799
+ "type": "string|function|object",
3764
3800
  "description": "The icon displayed when empty"
3765
3801
  },
3766
3802
  "v-rating/full-icon": {
3767
- "type": "string",
3803
+ "type": "string|function|object",
3768
3804
  "description": "The icon displayed when full"
3769
3805
  },
3770
3806
  "v-rating/half-increments": {
@@ -3867,12 +3903,20 @@
3867
3903
  "type": "boolean",
3868
3904
  "description": "Do not display in the select menu items that are already selected"
3869
3905
  },
3906
+ "v-select/menu": {
3907
+ "type": "boolean",
3908
+ "description": ""
3909
+ },
3870
3910
  "v-select/menu-icon": {
3871
- "type": "string",
3911
+ "type": "string|function|object",
3872
3912
  "description": ""
3873
3913
  },
3914
+ "v-select/menu-props": {
3915
+ "type": "object",
3916
+ "description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`"
3917
+ },
3874
3918
  "v-select/model-value": {
3875
- "type": "number|string|array",
3919
+ "type": "any",
3876
3920
  "description": ""
3877
3921
  },
3878
3922
  "v-select/multiple": {
@@ -3889,7 +3933,7 @@
3889
3933
  },
3890
3934
  "v-select/items": {
3891
3935
  "type": "array",
3892
- "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."
3936
+ "description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **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."
3893
3937
  },
3894
3938
  "v-select/item-title": {
3895
3939
  "type": "string|array|function",
@@ -3900,13 +3944,17 @@
3900
3944
  "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)"
3901
3945
  },
3902
3946
  "v-select/item-children": {
3903
- "type": "string",
3947
+ "type": "boolean|string|array|function",
3904
3948
  "description": ""
3905
3949
  },
3906
3950
  "v-select/item-props": {
3907
- "type": "function",
3951
+ "type": "boolean|string|array|function",
3908
3952
  "description": ""
3909
3953
  },
3954
+ "v-select/return-object": {
3955
+ "type": "boolean",
3956
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
3957
+ },
3910
3958
  "v-select/transition": {
3911
3959
  "type": "boolean|string|object",
3912
3960
  "description": ""
@@ -3936,11 +3984,11 @@
3936
3984
  "description": ""
3937
3985
  },
3938
3986
  "v-selection-control/false-icon": {
3939
- "type": "string",
3987
+ "type": "string|function|object",
3940
3988
  "description": ""
3941
3989
  },
3942
3990
  "v-selection-control/true-icon": {
3943
- "type": "string",
3991
+ "type": "string|function|object",
3944
3992
  "description": ""
3945
3993
  },
3946
3994
  "v-selection-control/ripple": {
@@ -4067,34 +4115,14 @@
4067
4115
  "type": "number|string",
4068
4116
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
4069
4117
  },
4070
- "v-sheet/absolute": {
4071
- "type": "boolean",
4072
- "description": "Applies **position: absolute** to the component."
4073
- },
4074
- "v-sheet/bottom": {
4075
- "type": "boolean|number|string",
4076
- "description": "Aligns the component towards the bottom."
4077
- },
4078
- "v-sheet/fixed": {
4079
- "type": "boolean",
4080
- "description": "Applies **position: fixed** to the component."
4081
- },
4082
- "v-sheet/left": {
4083
- "type": "boolean|number|string",
4084
- "description": "Aligns the component towards the left."
4118
+ "v-sheet/location": {
4119
+ "type": "string",
4120
+ "description": ""
4085
4121
  },
4086
4122
  "v-sheet/position": {
4087
4123
  "type": "string",
4088
4124
  "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
4089
4125
  },
4090
- "v-sheet/right": {
4091
- "type": "boolean|number|string",
4092
- "description": "Aligns the component towards the right."
4093
- },
4094
- "v-sheet/top": {
4095
- "type": "boolean|number|string",
4096
- "description": "Aligns the content towards the top."
4097
- },
4098
4126
  "v-sheet/rounded": {
4099
4127
  "type": "boolean|number|string",
4100
4128
  "description": ""
@@ -4120,11 +4148,11 @@
4120
4148
  "description": ""
4121
4149
  },
4122
4150
  "v-slide-group/next-icon": {
4123
- "type": "string",
4151
+ "type": "string|function|object",
4124
4152
  "description": "The appended slot when arrows are shown"
4125
4153
  },
4126
4154
  "v-slide-group/prev-icon": {
4127
- "type": "string",
4155
+ "type": "string|function|object",
4128
4156
  "description": "The prepended slot when arrows are shown"
4129
4157
  },
4130
4158
  "v-slide-group/show-arrows": {
@@ -4260,11 +4288,11 @@
4260
4288
  "description": ""
4261
4289
  },
4262
4290
  "v-slider/append-icon": {
4263
- "type": "string",
4291
+ "type": "string|function|object",
4264
4292
  "description": ""
4265
4293
  },
4266
4294
  "v-slider/prepend-icon": {
4267
- "type": "string",
4295
+ "type": "string|function|object",
4268
4296
  "description": ""
4269
4297
  },
4270
4298
  "v-slider/hide-details": {
@@ -4299,13 +4327,13 @@
4299
4327
  "type": "number|string",
4300
4328
  "description": ""
4301
4329
  },
4302
- "v-snackbar/app": {
4330
+ "v-slider/validation-value": {
4303
4331
  "type": "any",
4304
- "description": "Respects boundaries of—and will not overlap with—other `app` components like `v-app-bar`, `v-navigation-drawer`, and `v-footer`."
4332
+ "description": ""
4305
4333
  },
4306
- "v-snackbar/centered": {
4334
+ "v-snackbar/app": {
4307
4335
  "type": "any",
4308
- "description": "Positions the snackbar in the center of the screen, (x and y axis)."
4336
+ "description": "Respects boundaries of—and will not overlap with—other `app` components like `v-app-bar`, `v-navigation-drawer`, and `v-footer`."
4309
4337
  },
4310
4338
  "v-snackbar/content-class": {
4311
4339
  "type": "string",
@@ -4327,34 +4355,14 @@
4327
4355
  "type": "any",
4328
4356
  "description": ""
4329
4357
  },
4330
- "v-snackbar/absolute": {
4331
- "type": "boolean",
4332
- "description": "Applies **position: absolute** to the component."
4333
- },
4334
- "v-snackbar/bottom": {
4335
- "type": "boolean|number|string",
4336
- "description": "Aligns the component towards the bottom."
4337
- },
4338
- "v-snackbar/fixed": {
4339
- "type": "boolean",
4340
- "description": "Applies **position: fixed** to the component."
4341
- },
4342
- "v-snackbar/left": {
4343
- "type": "boolean|number|string",
4344
- "description": "Aligns the component towards the left."
4358
+ "v-snackbar/location": {
4359
+ "type": "string",
4360
+ "description": ""
4345
4361
  },
4346
4362
  "v-snackbar/position": {
4347
4363
  "type": "string",
4348
4364
  "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
4349
4365
  },
4350
- "v-snackbar/right": {
4351
- "type": "boolean|number|string",
4352
- "description": "Aligns the component towards the right."
4353
- },
4354
- "v-snackbar/top": {
4355
- "type": "boolean|number|string",
4356
- "description": "Aligns the content towards the top."
4357
- },
4358
4366
  "v-snackbar/rounded": {
4359
4367
  "type": "boolean|number|string",
4360
4368
  "description": ""
@@ -4365,7 +4373,7 @@
4365
4373
  },
4366
4374
  "v-snackbar/variant": {
4367
4375
  "type": "string",
4368
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
4376
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
4369
4377
  },
4370
4378
  "v-snackbar/transition": {
4371
4379
  "type": "boolean|string|object",
@@ -4392,11 +4400,11 @@
4392
4400
  "description": ""
4393
4401
  },
4394
4402
  "v-switch/append-icon": {
4395
- "type": "string",
4403
+ "type": "string|function|object",
4396
4404
  "description": ""
4397
4405
  },
4398
4406
  "v-switch/prepend-icon": {
4399
- "type": "string",
4407
+ "type": "string|function|object",
4400
4408
  "description": ""
4401
4409
  },
4402
4410
  "v-switch/hide-details": {
@@ -4447,6 +4455,10 @@
4447
4455
  "type": "any",
4448
4456
  "description": ""
4449
4457
  },
4458
+ "v-switch/validation-value": {
4459
+ "type": "any",
4460
+ "description": ""
4461
+ },
4450
4462
  "v-switch/color": {
4451
4463
  "type": "string",
4452
4464
  "description": ""
@@ -4460,11 +4472,11 @@
4460
4472
  "description": ""
4461
4473
  },
4462
4474
  "v-switch/false-icon": {
4463
- "type": "string",
4475
+ "type": "string|function|object",
4464
4476
  "description": ""
4465
4477
  },
4466
4478
  "v-switch/true-icon": {
4467
- "type": "string",
4479
+ "type": "string|function|object",
4468
4480
  "description": ""
4469
4481
  },
4470
4482
  "v-switch/ripple": {
@@ -4519,7 +4531,7 @@
4519
4531
  "type": "string",
4520
4532
  "description": ""
4521
4533
  },
4522
- "v-system-bar/priority": {
4534
+ "v-system-bar/order": {
4523
4535
  "type": "number|string",
4524
4536
  "description": ""
4525
4537
  },
@@ -4699,14 +4711,14 @@
4699
4711
  "type": "string",
4700
4712
  "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
4701
4713
  },
4702
- "v-table/theme": {
4703
- "type": "string",
4704
- "description": "Specify a theme for this component and all of its children"
4705
- },
4706
4714
  "v-table/tag": {
4707
4715
  "type": "string",
4708
4716
  "description": "Specify a custom tag used on the root element."
4709
4717
  },
4718
+ "v-table/theme": {
4719
+ "type": "string",
4720
+ "description": "Specify a theme for this component and all of its children"
4721
+ },
4710
4722
  "v-textarea/auto-grow": {
4711
4723
  "type": "any",
4712
4724
  "description": "Automatically grow the textarea depending on amount of text"
@@ -4768,11 +4780,11 @@
4768
4780
  "description": ""
4769
4781
  },
4770
4782
  "v-textarea/append-icon": {
4771
- "type": "string",
4783
+ "type": "string|function|object",
4772
4784
  "description": ""
4773
4785
  },
4774
4786
  "v-textarea/prepend-icon": {
4775
- "type": "string",
4787
+ "type": "string|function|object",
4776
4788
  "description": ""
4777
4789
  },
4778
4790
  "v-textarea/hide-details": {
@@ -4823,8 +4835,12 @@
4823
4835
  "type": "any",
4824
4836
  "description": ""
4825
4837
  },
4838
+ "v-textarea/validation-value": {
4839
+ "type": "any",
4840
+ "description": ""
4841
+ },
4826
4842
  "v-textarea/append-inner-icon": {
4827
- "type": "string",
4843
+ "type": "string|function|object",
4828
4844
  "description": ""
4829
4845
  },
4830
4846
  "v-textarea/bg-color": {
@@ -4836,7 +4852,7 @@
4836
4852
  "description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
4837
4853
  },
4838
4854
  "v-textarea/clear-icon": {
4839
- "type": "string",
4855
+ "type": "string|function|object",
4840
4856
  "description": ""
4841
4857
  },
4842
4858
  "v-textarea/active": {
@@ -4860,7 +4876,7 @@
4860
4876
  "description": ""
4861
4877
  },
4862
4878
  "v-textarea/prepend-inner-icon": {
4863
- "type": "string",
4879
+ "type": "string|function|object",
4864
4880
  "description": ""
4865
4881
  },
4866
4882
  "v-textarea/reverse": {
@@ -4932,11 +4948,11 @@
4932
4948
  "description": ""
4933
4949
  },
4934
4950
  "v-text-field/append-icon": {
4935
- "type": "string",
4951
+ "type": "string|function|object",
4936
4952
  "description": ""
4937
4953
  },
4938
4954
  "v-text-field/prepend-icon": {
4939
- "type": "string",
4955
+ "type": "string|function|object",
4940
4956
  "description": ""
4941
4957
  },
4942
4958
  "v-text-field/hide-details": {
@@ -4987,8 +5003,12 @@
4987
5003
  "type": "any",
4988
5004
  "description": ""
4989
5005
  },
5006
+ "v-text-field/validation-value": {
5007
+ "type": "any",
5008
+ "description": ""
5009
+ },
4990
5010
  "v-text-field/append-inner-icon": {
4991
- "type": "string",
5011
+ "type": "string|function|object",
4992
5012
  "description": ""
4993
5013
  },
4994
5014
  "v-text-field/bg-color": {
@@ -5000,7 +5020,7 @@
5000
5020
  "description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
5001
5021
  },
5002
5022
  "v-text-field/clear-icon": {
5003
- "type": "string",
5023
+ "type": "string|function|object",
5004
5024
  "description": "Applied when using **clearable** and the input is dirty"
5005
5025
  },
5006
5026
  "v-text-field/active": {
@@ -5024,7 +5044,7 @@
5024
5044
  "description": ""
5025
5045
  },
5026
5046
  "v-text-field/prepend-inner-icon": {
5027
- "type": "string",
5047
+ "type": "string|function|object",
5028
5048
  "description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`"
5029
5049
  },
5030
5050
  "v-text-field/reverse": {
@@ -5099,6 +5119,10 @@
5099
5119
  "type": "string",
5100
5120
  "description": "Specify a theme for this component and all of its children"
5101
5121
  },
5122
+ "v-timeline-item/density": {
5123
+ "type": "any",
5124
+ "description": ""
5125
+ },
5102
5126
  "v-timeline-item/dot-color": {
5103
5127
  "type": "any",
5104
5128
  "description": ""
@@ -5241,7 +5265,7 @@
5241
5265
  },
5242
5266
  "v-toolbar-items/variant": {
5243
5267
  "type": "string",
5244
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
5268
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
5245
5269
  },
5246
5270
  "v-tooltip/id": {
5247
5271
  "type": "any",
@@ -5255,7 +5279,7 @@
5255
5279
  "type": "any",
5256
5280
  "description": ""
5257
5281
  },
5258
- "v-tooltip/anchor": {
5282
+ "v-tooltip/location": {
5259
5283
  "type": "string",
5260
5284
  "description": ""
5261
5285
  },
@@ -5299,6 +5323,10 @@
5299
5323
  "type": "any",
5300
5324
  "description": ""
5301
5325
  },
5326
+ "v-validation/validation-value": {
5327
+ "type": "any",
5328
+ "description": ""
5329
+ },
5302
5330
  "v-window/touch": {
5303
5331
  "type": "object|boolean",
5304
5332
  "description": "Provide a custom **left** and **right** function when swiped left or right."
@@ -5308,11 +5336,11 @@
5308
5336
  "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last"
5309
5337
  },
5310
5338
  "v-window/next-icon": {
5311
- "type": "boolean|string",
5339
+ "type": "boolean|string|function|object",
5312
5340
  "description": "Icon used for the \"next\" button if `show-arrows` is `true`"
5313
5341
  },
5314
5342
  "v-window/prev-icon": {
5315
- "type": "boolean|string",
5343
+ "type": "boolean|string|function|object",
5316
5344
  "description": "Icon used for the \"prev\" button if `show-arrows` is `true`"
5317
5345
  },
5318
5346
  "v-window/reverse": {
@@ -5359,10 +5387,6 @@
5359
5387
  "type": "boolean|string",
5360
5388
  "description": "The transition used when the component progressing through items. Can be one of the [built in transitions](/styles/transitions) or one your own."
5361
5389
  },
5362
- "v-window-item/eager": {
5363
- "type": "boolean",
5364
- "description": ""
5365
- },
5366
5390
  "v-window-item/value": {
5367
5391
  "type": "any",
5368
5392
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
@@ -5374,5 +5398,9 @@
5374
5398
  "v-window-item/selected-class": {
5375
5399
  "type": "string",
5376
5400
  "description": "Configure the active CSS class applied when the item is selected."
5401
+ },
5402
+ "v-window-item/eager": {
5403
+ "type": "boolean",
5404
+ "description": ""
5377
5405
  }
5378
5406
  }