@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
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.0.0-beta.2",
5
+ "version": "3.0.0-beta.5",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -76,7 +76,7 @@
76
76
  "type": "boolean"
77
77
  },
78
78
  {
79
- "name": "position",
79
+ "name": "location",
80
80
  "description": "",
81
81
  "doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
82
82
  "default": "'top'",
@@ -272,7 +272,7 @@
272
272
  }
273
273
  },
274
274
  {
275
- "name": "priority",
275
+ "name": "order",
276
276
  "description": "",
277
277
  "doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
278
278
  "default": "0",
@@ -341,7 +341,11 @@
341
341
  "default": "'$menu'",
342
342
  "value": {
343
343
  "kind": "expression",
344
- "type": "string"
344
+ "type": [
345
+ "string",
346
+ "function",
347
+ "object"
348
+ ]
345
349
  }
346
350
  }
347
351
  ],
@@ -447,7 +451,11 @@
447
451
  "default": "'$close'",
448
452
  "value": {
449
453
  "kind": "expression",
450
- "type": "string"
454
+ "type": [
455
+ "string",
456
+ "function",
457
+ "object"
458
+ ]
451
459
  }
452
460
  },
453
461
  {
@@ -469,7 +477,9 @@
469
477
  "kind": "expression",
470
478
  "type": [
471
479
  "boolean",
472
- "string"
480
+ "string",
481
+ "function",
482
+ "object"
473
483
  ]
474
484
  }
475
485
  },
@@ -615,53 +625,12 @@
615
625
  }
616
626
  },
617
627
  {
618
- "name": "absolute",
619
- "description": "Applies **position: absolute** to the component.",
620
- "doc-url": "https://vuetifyjs.com/api/v-alert#props",
621
- "default": "false",
622
- "value": {
623
- "kind": "expression",
624
- "type": "boolean"
625
- },
626
- "type": "boolean"
627
- },
628
- {
629
- "name": "bottom",
630
- "description": "Aligns the component towards the bottom.",
631
- "doc-url": "https://vuetifyjs.com/api/v-alert#props",
632
- "default": "false",
633
- "value": {
634
- "kind": "expression",
635
- "type": [
636
- "boolean",
637
- "number",
638
- "string"
639
- ]
640
- }
641
- },
642
- {
643
- "name": "fixed",
644
- "description": "Applies **position: fixed** to the component.",
645
- "doc-url": "https://vuetifyjs.com/api/v-alert#props",
646
- "default": "false",
647
- "value": {
648
- "kind": "expression",
649
- "type": "boolean"
650
- },
651
- "type": "boolean"
652
- },
653
- {
654
- "name": "left",
655
- "description": "Aligns the component towards the left.",
628
+ "name": "location",
629
+ "description": "",
656
630
  "doc-url": "https://vuetifyjs.com/api/v-alert#props",
657
- "default": "false",
658
631
  "value": {
659
632
  "kind": "expression",
660
- "type": [
661
- "boolean",
662
- "number",
663
- "string"
664
- ]
633
+ "type": "string"
665
634
  }
666
635
  },
667
636
  {
@@ -673,34 +642,6 @@
673
642
  "type": "string"
674
643
  }
675
644
  },
676
- {
677
- "name": "right",
678
- "description": "Aligns the component towards the right.",
679
- "doc-url": "https://vuetifyjs.com/api/v-alert#props",
680
- "default": "false",
681
- "value": {
682
- "kind": "expression",
683
- "type": [
684
- "boolean",
685
- "number",
686
- "string"
687
- ]
688
- }
689
- },
690
- {
691
- "name": "top",
692
- "description": "Aligns the content towards the top.",
693
- "doc-url": "https://vuetifyjs.com/api/v-alert#props",
694
- "default": "false",
695
- "value": {
696
- "kind": "expression",
697
- "type": [
698
- "boolean",
699
- "number",
700
- "string"
701
- ]
702
- }
703
- },
704
645
  {
705
646
  "name": "rounded",
706
647
  "description": "",
@@ -745,9 +686,9 @@
745
686
  },
746
687
  {
747
688
  "name": "variant",
748
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
689
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
749
690
  "doc-url": "https://vuetifyjs.com/api/v-alert#props",
750
- "default": "'contained-flat'",
691
+ "default": "'flat'",
751
692
  "value": {
752
693
  "kind": "expression",
753
694
  "type": "string"
@@ -962,6 +903,17 @@
962
903
  },
963
904
  "type": "boolean"
964
905
  },
906
+ {
907
+ "name": "menu",
908
+ "description": "",
909
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
910
+ "default": "false",
911
+ "value": {
912
+ "kind": "expression",
913
+ "type": "boolean"
914
+ },
915
+ "type": "boolean"
916
+ },
965
917
  {
966
918
  "name": "menu-icon",
967
919
  "description": "",
@@ -969,7 +921,20 @@
969
921
  "default": "'$dropdown'",
970
922
  "value": {
971
923
  "kind": "expression",
972
- "type": "string"
924
+ "type": [
925
+ "string",
926
+ "function",
927
+ "object"
928
+ ]
929
+ }
930
+ },
931
+ {
932
+ "name": "menu-props",
933
+ "description": "",
934
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
935
+ "value": {
936
+ "kind": "expression",
937
+ "type": "object"
973
938
  }
974
939
  },
975
940
  {
@@ -979,11 +944,7 @@
979
944
  "default": "[]",
980
945
  "value": {
981
946
  "kind": "expression",
982
- "type": [
983
- "number",
984
- "string",
985
- "array"
986
- ]
947
+ "type": "any"
987
948
  }
988
949
  },
989
950
  {
@@ -1060,21 +1021,43 @@
1060
1021
  "name": "item-children",
1061
1022
  "description": "",
1062
1023
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1063
- "default": "'children'",
1024
+ "default": "false",
1064
1025
  "value": {
1065
1026
  "kind": "expression",
1066
- "type": "string"
1027
+ "type": [
1028
+ "boolean",
1029
+ "string",
1030
+ "array",
1031
+ "function"
1032
+ ]
1067
1033
  }
1068
1034
  },
1069
1035
  {
1070
1036
  "name": "item-props",
1071
1037
  "description": "",
1072
1038
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1039
+ "default": "'props'",
1073
1040
  "value": {
1074
1041
  "kind": "expression",
1075
- "type": "function"
1042
+ "type": [
1043
+ "boolean",
1044
+ "string",
1045
+ "array",
1046
+ "function"
1047
+ ]
1076
1048
  }
1077
1049
  },
1050
+ {
1051
+ "name": "return-object",
1052
+ "description": "",
1053
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1054
+ "default": "false",
1055
+ "value": {
1056
+ "kind": "expression",
1057
+ "type": "boolean"
1058
+ },
1059
+ "type": "boolean"
1060
+ },
1078
1061
  {
1079
1062
  "name": "transition",
1080
1063
  "description": "",
@@ -1120,6 +1103,16 @@
1120
1103
  "name": "argument"
1121
1104
  }
1122
1105
  ]
1106
+ },
1107
+ {
1108
+ "name": "update:menu",
1109
+ "description": "",
1110
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#events",
1111
+ "arguments": [
1112
+ {
1113
+ "name": "argument"
1114
+ }
1115
+ ]
1123
1116
  }
1124
1117
  ],
1125
1118
  "slots": [],
@@ -1174,7 +1167,11 @@
1174
1167
  "doc-url": "https://vuetifyjs.com/api/v-avatar#props",
1175
1168
  "value": {
1176
1169
  "kind": "expression",
1177
- "type": "string"
1170
+ "type": [
1171
+ "string",
1172
+ "function",
1173
+ "object"
1174
+ ]
1178
1175
  }
1179
1176
  },
1180
1177
  {
@@ -1329,16 +1326,6 @@
1329
1326
  "type": "string"
1330
1327
  }
1331
1328
  },
1332
- {
1333
- "name": "location",
1334
- "description": "Changes the location of the badge. Possible values are **top-right**, **bottom-right**, **bottom-left**, **top-left**.",
1335
- "doc-url": "https://vuetifyjs.com/api/v-badge#props",
1336
- "default": "'top-end'",
1337
- "value": {
1338
- "kind": "expression",
1339
- "type": "string"
1340
- }
1341
- },
1342
1329
  {
1343
1330
  "name": "max",
1344
1331
  "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.",
@@ -1386,6 +1373,16 @@
1386
1373
  "type": "any"
1387
1374
  }
1388
1375
  },
1376
+ {
1377
+ "name": "location",
1378
+ "description": "Changes the location of the badge. Possible values are **top-right**, **bottom-right**, **bottom-left**, **top-left**.",
1379
+ "doc-url": "https://vuetifyjs.com/api/v-badge#props",
1380
+ "default": "'top end'",
1381
+ "value": {
1382
+ "kind": "expression",
1383
+ "type": "string"
1384
+ }
1385
+ },
1389
1386
  {
1390
1387
  "name": "rounded",
1391
1388
  "description": "",
@@ -1633,53 +1630,12 @@
1633
1630
  }
1634
1631
  },
1635
1632
  {
1636
- "name": "absolute",
1637
- "description": "Applies **position: absolute** to the component.",
1638
- "doc-url": "https://vuetifyjs.com/api/v-banner#props",
1639
- "default": "false",
1640
- "value": {
1641
- "kind": "expression",
1642
- "type": "boolean"
1643
- },
1644
- "type": "boolean"
1645
- },
1646
- {
1647
- "name": "bottom",
1648
- "description": "Aligns the component towards the bottom.",
1649
- "doc-url": "https://vuetifyjs.com/api/v-banner#props",
1650
- "default": "false",
1651
- "value": {
1652
- "kind": "expression",
1653
- "type": [
1654
- "boolean",
1655
- "number",
1656
- "string"
1657
- ]
1658
- }
1659
- },
1660
- {
1661
- "name": "fixed",
1662
- "description": "Applies **position: fixed** to the component.",
1663
- "doc-url": "https://vuetifyjs.com/api/v-banner#props",
1664
- "default": "false",
1665
- "value": {
1666
- "kind": "expression",
1667
- "type": "boolean"
1668
- },
1669
- "type": "boolean"
1670
- },
1671
- {
1672
- "name": "left",
1673
- "description": "Aligns the component towards the left.",
1633
+ "name": "location",
1634
+ "description": "",
1674
1635
  "doc-url": "https://vuetifyjs.com/api/v-banner#props",
1675
- "default": "false",
1676
1636
  "value": {
1677
1637
  "kind": "expression",
1678
- "type": [
1679
- "boolean",
1680
- "number",
1681
- "string"
1682
- ]
1638
+ "type": "string"
1683
1639
  }
1684
1640
  },
1685
1641
  {
@@ -1691,34 +1647,6 @@
1691
1647
  "type": "string"
1692
1648
  }
1693
1649
  },
1694
- {
1695
- "name": "right",
1696
- "description": "Aligns the component towards the right.",
1697
- "doc-url": "https://vuetifyjs.com/api/v-banner#props",
1698
- "default": "false",
1699
- "value": {
1700
- "kind": "expression",
1701
- "type": [
1702
- "boolean",
1703
- "number",
1704
- "string"
1705
- ]
1706
- }
1707
- },
1708
- {
1709
- "name": "top",
1710
- "description": "Aligns the content towards the top.",
1711
- "doc-url": "https://vuetifyjs.com/api/v-banner#props",
1712
- "default": "false",
1713
- "value": {
1714
- "kind": "expression",
1715
- "type": [
1716
- "boolean",
1717
- "number",
1718
- "string"
1719
- ]
1720
- }
1721
- },
1722
1650
  {
1723
1651
  "name": "rounded",
1724
1652
  "description": "",
@@ -1796,245 +1724,19 @@
1796
1724
  }
1797
1725
  },
1798
1726
  {
1799
- "name": "VBannerAvatar",
1727
+ "name": "VBannerText",
1800
1728
  "source": {
1801
1729
  "module": "./src/components/index.ts",
1802
- "symbol": "VBannerAvatar"
1730
+ "symbol": "VBannerText"
1803
1731
  },
1804
1732
  "description": "",
1805
- "doc-url": "https://vuetifyjs.com/api/v-banner-avatar",
1733
+ "doc-url": "https://vuetifyjs.com/api/v-banner-text",
1806
1734
  "attributes": [
1807
1735
  {
1808
- "name": "color",
1736
+ "name": "tag",
1809
1737
  "description": "",
1810
- "doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
1811
- "value": {
1812
- "kind": "expression",
1813
- "type": "string"
1814
- }
1815
- },
1816
- {
1817
- "name": "start",
1818
- "description": "",
1819
- "doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
1820
- "default": "false",
1821
- "value": {
1822
- "kind": "expression",
1823
- "type": "boolean"
1824
- },
1825
- "type": "boolean"
1826
- },
1827
- {
1828
- "name": "end",
1829
- "description": "",
1830
- "doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
1831
- "default": "false",
1832
- "value": {
1833
- "kind": "expression",
1834
- "type": "boolean"
1835
- },
1836
- "type": "boolean"
1837
- },
1838
- {
1839
- "name": "icon",
1840
- "description": "",
1841
- "doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
1842
- "value": {
1843
- "kind": "expression",
1844
- "type": "string"
1845
- }
1846
- },
1847
- {
1848
- "name": "image",
1849
- "description": "",
1850
- "doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
1851
- "value": {
1852
- "kind": "expression",
1853
- "type": "string"
1854
- }
1855
- },
1856
- {
1857
- "name": "density",
1858
- "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**.",
1859
- "doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
1860
- "default": "'default'",
1861
- "value": {
1862
- "kind": "expression",
1863
- "type": "string"
1864
- }
1865
- },
1866
- {
1867
- "name": "rounded",
1868
- "description": "",
1869
- "doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
1870
- "default": "false",
1871
- "value": {
1872
- "kind": "expression",
1873
- "type": [
1874
- "boolean",
1875
- "number",
1876
- "string"
1877
- ]
1878
- }
1879
- },
1880
- {
1881
- "name": "size",
1882
- "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**.",
1883
- "doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
1884
- "default": "'default'",
1885
- "value": {
1886
- "kind": "expression",
1887
- "type": [
1888
- "string",
1889
- "number"
1890
- ]
1891
- }
1892
- },
1893
- {
1894
- "name": "tag",
1895
- "description": "Specify a custom tag used on the root element.",
1896
- "doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
1897
- "default": "'div'",
1898
- "value": {
1899
- "kind": "expression",
1900
- "type": "string"
1901
- }
1902
- }
1903
- ],
1904
- "events": [],
1905
- "slots": [],
1906
- "vue-model": {
1907
- "prop": "modelValue",
1908
- "event": "update:modelValue"
1909
- }
1910
- },
1911
- {
1912
- "name": "VBannerIcon",
1913
- "source": {
1914
- "module": "./src/components/index.ts",
1915
- "symbol": "VBannerIcon"
1916
- },
1917
- "description": "",
1918
- "doc-url": "https://vuetifyjs.com/api/v-banner-icon",
1919
- "attributes": [
1920
- {
1921
- "name": "color",
1922
- "description": "",
1923
- "doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
1924
- "value": {
1925
- "kind": "expression",
1926
- "type": "string"
1927
- }
1928
- },
1929
- {
1930
- "name": "start",
1931
- "description": "",
1932
- "doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
1933
- "default": "false",
1934
- "value": {
1935
- "kind": "expression",
1936
- "type": "boolean"
1937
- },
1938
- "type": "boolean"
1939
- },
1940
- {
1941
- "name": "end",
1942
- "description": "",
1943
- "doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
1944
- "default": "false",
1945
- "value": {
1946
- "kind": "expression",
1947
- "type": "boolean"
1948
- },
1949
- "type": "boolean"
1950
- },
1951
- {
1952
- "name": "icon",
1953
- "description": "",
1954
- "doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
1955
- "value": {
1956
- "kind": "expression",
1957
- "type": "string"
1958
- }
1959
- },
1960
- {
1961
- "name": "image",
1962
- "description": "",
1963
- "doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
1964
- "value": {
1965
- "kind": "expression",
1966
- "type": "string"
1967
- }
1968
- },
1969
- {
1970
- "name": "density",
1971
- "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**.",
1972
- "doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
1973
- "default": "'default'",
1974
- "value": {
1975
- "kind": "expression",
1976
- "type": "string"
1977
- }
1978
- },
1979
- {
1980
- "name": "rounded",
1981
- "description": "",
1982
- "doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
1983
- "default": "false",
1984
- "value": {
1985
- "kind": "expression",
1986
- "type": [
1987
- "boolean",
1988
- "number",
1989
- "string"
1990
- ]
1991
- }
1992
- },
1993
- {
1994
- "name": "size",
1995
- "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**.",
1996
- "doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
1997
- "default": "'default'",
1998
- "value": {
1999
- "kind": "expression",
2000
- "type": [
2001
- "string",
2002
- "number"
2003
- ]
2004
- }
2005
- },
2006
- {
2007
- "name": "tag",
2008
- "description": "Specify a custom tag used on the root element.",
2009
- "doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
2010
- "default": "'div'",
2011
- "value": {
2012
- "kind": "expression",
2013
- "type": "string"
2014
- }
2015
- }
2016
- ],
2017
- "events": [],
2018
- "slots": [],
2019
- "vue-model": {
2020
- "prop": "modelValue",
2021
- "event": "update:modelValue"
2022
- }
2023
- },
2024
- {
2025
- "name": "VBannerText",
2026
- "source": {
2027
- "module": "./src/components/index.ts",
2028
- "symbol": "VBannerText"
2029
- },
2030
- "description": "",
2031
- "doc-url": "https://vuetifyjs.com/api/v-banner-text",
2032
- "attributes": [
2033
- {
2034
- "name": "tag",
2035
- "description": "",
2036
- "doc-url": "https://vuetifyjs.com/api/v-banner-text#props",
2037
- "default": "'div'",
1738
+ "doc-url": "https://vuetifyjs.com/api/v-banner-text#props",
1739
+ "default": "'div'",
2038
1740
  "value": {
2039
1741
  "kind": "expression",
2040
1742
  "type": "string"
@@ -2167,7 +1869,7 @@
2167
1869
  }
2168
1870
  },
2169
1871
  {
2170
- "name": "priority",
1872
+ "name": "order",
2171
1873
  "description": "",
2172
1874
  "doc-url": "https://vuetifyjs.com/api/v-bottom-navigation#props",
2173
1875
  "default": "0",
@@ -2522,7 +2224,7 @@
2522
2224
  }
2523
2225
  },
2524
2226
  {
2525
- "name": "text",
2227
+ "name": "title",
2526
2228
  "description": "",
2527
2229
  "doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-item#props",
2528
2230
  "value": {
@@ -2857,33 +2559,8 @@
2857
2559
  }
2858
2560
  },
2859
2561
  {
2860
- "name": "absolute",
2861
- "description": "Applies **position: absolute** to the component.",
2862
- "doc-url": "https://vuetifyjs.com/api/v-btn#props",
2863
- "default": "false",
2864
- "value": {
2865
- "kind": "expression",
2866
- "type": "boolean"
2867
- },
2868
- "type": "boolean"
2869
- },
2870
- {
2871
- "name": "bottom",
2872
- "description": "Aligns the component towards the bottom.",
2873
- "doc-url": "https://vuetifyjs.com/api/v-btn#props",
2874
- "default": "false",
2875
- "value": {
2876
- "kind": "expression",
2877
- "type": [
2878
- "boolean",
2879
- "number",
2880
- "string"
2881
- ]
2882
- }
2883
- },
2884
- {
2885
- "name": "fixed",
2886
- "description": "Applies **position: fixed** to the component.",
2562
+ "name": "loading",
2563
+ "description": "",
2887
2564
  "doc-url": "https://vuetifyjs.com/api/v-btn#props",
2888
2565
  "default": "false",
2889
2566
  "value": {
@@ -2893,17 +2570,12 @@
2893
2570
  "type": "boolean"
2894
2571
  },
2895
2572
  {
2896
- "name": "left",
2897
- "description": "Aligns the component towards the left.",
2573
+ "name": "location",
2574
+ "description": "",
2898
2575
  "doc-url": "https://vuetifyjs.com/api/v-btn#props",
2899
- "default": "false",
2900
2576
  "value": {
2901
2577
  "kind": "expression",
2902
- "type": [
2903
- "boolean",
2904
- "number",
2905
- "string"
2906
- ]
2578
+ "type": "string"
2907
2579
  }
2908
2580
  },
2909
2581
  {
@@ -2915,34 +2587,6 @@
2915
2587
  "type": "string"
2916
2588
  }
2917
2589
  },
2918
- {
2919
- "name": "right",
2920
- "description": "Aligns the component towards the right.",
2921
- "doc-url": "https://vuetifyjs.com/api/v-btn#props",
2922
- "default": "false",
2923
- "value": {
2924
- "kind": "expression",
2925
- "type": [
2926
- "boolean",
2927
- "number",
2928
- "string"
2929
- ]
2930
- }
2931
- },
2932
- {
2933
- "name": "top",
2934
- "description": "Aligns the content towards the top.",
2935
- "doc-url": "https://vuetifyjs.com/api/v-btn#props",
2936
- "default": "false",
2937
- "value": {
2938
- "kind": "expression",
2939
- "type": [
2940
- "boolean",
2941
- "number",
2942
- "string"
2943
- ]
2944
- }
2945
- },
2946
2590
  {
2947
2591
  "name": "href",
2948
2592
  "description": "",
@@ -3018,9 +2662,9 @@
3018
2662
  },
3019
2663
  {
3020
2664
  "name": "variant",
3021
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
2665
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
3022
2666
  "doc-url": "https://vuetifyjs.com/api/v-btn#props",
3023
- "default": "'contained'",
2667
+ "default": "'elevated'",
3024
2668
  "value": {
3025
2669
  "kind": "expression",
3026
2670
  "type": "string"
@@ -3155,9 +2799,9 @@
3155
2799
  },
3156
2800
  {
3157
2801
  "name": "variant",
3158
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
2802
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
3159
2803
  "doc-url": "https://vuetifyjs.com/api/v-btn-group#props",
3160
- "default": "'contained'",
2804
+ "default": "'elevated'",
3161
2805
  "value": {
3162
2806
  "kind": "expression",
3163
2807
  "type": "string"
@@ -3523,8 +3167,8 @@
3523
3167
  }
3524
3168
  },
3525
3169
  {
3526
- "name": "absolute",
3527
- "description": "Applies **position: absolute** to the component.",
3170
+ "name": "loading",
3171
+ "description": "",
3528
3172
  "doc-url": "https://vuetifyjs.com/api/v-card#props",
3529
3173
  "default": "false",
3530
3174
  "value": {
@@ -3534,42 +3178,12 @@
3534
3178
  "type": "boolean"
3535
3179
  },
3536
3180
  {
3537
- "name": "bottom",
3538
- "description": "Aligns the component towards the bottom.",
3539
- "doc-url": "https://vuetifyjs.com/api/v-card#props",
3540
- "default": "false",
3541
- "value": {
3542
- "kind": "expression",
3543
- "type": [
3544
- "boolean",
3545
- "number",
3546
- "string"
3547
- ]
3548
- }
3549
- },
3550
- {
3551
- "name": "fixed",
3552
- "description": "Applies **position: fixed** to the component.",
3553
- "doc-url": "https://vuetifyjs.com/api/v-card#props",
3554
- "default": "false",
3555
- "value": {
3556
- "kind": "expression",
3557
- "type": "boolean"
3558
- },
3559
- "type": "boolean"
3560
- },
3561
- {
3562
- "name": "left",
3563
- "description": "Aligns the component towards the left.",
3181
+ "name": "location",
3182
+ "description": "",
3564
3183
  "doc-url": "https://vuetifyjs.com/api/v-card#props",
3565
- "default": "false",
3566
3184
  "value": {
3567
3185
  "kind": "expression",
3568
- "type": [
3569
- "boolean",
3570
- "number",
3571
- "string"
3572
- ]
3186
+ "type": "string"
3573
3187
  }
3574
3188
  },
3575
3189
  {
@@ -3581,34 +3195,6 @@
3581
3195
  "type": "string"
3582
3196
  }
3583
3197
  },
3584
- {
3585
- "name": "right",
3586
- "description": "Aligns the component towards the right.",
3587
- "doc-url": "https://vuetifyjs.com/api/v-card#props",
3588
- "default": "false",
3589
- "value": {
3590
- "kind": "expression",
3591
- "type": [
3592
- "boolean",
3593
- "number",
3594
- "string"
3595
- ]
3596
- }
3597
- },
3598
- {
3599
- "name": "top",
3600
- "description": "Aligns the content towards the top.",
3601
- "doc-url": "https://vuetifyjs.com/api/v-card#props",
3602
- "default": "false",
3603
- "value": {
3604
- "kind": "expression",
3605
- "type": [
3606
- "boolean",
3607
- "number",
3608
- "string"
3609
- ]
3610
- }
3611
- },
3612
3198
  {
3613
3199
  "name": "rounded",
3614
3200
  "description": "",
@@ -3676,9 +3262,9 @@
3676
3262
  },
3677
3263
  {
3678
3264
  "name": "variant",
3679
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
3265
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
3680
3266
  "doc-url": "https://vuetifyjs.com/api/v-card#props",
3681
- "default": "'contained'",
3267
+ "default": "'elevated'",
3682
3268
  "value": {
3683
3269
  "kind": "expression",
3684
3270
  "type": "string"
@@ -3763,127 +3349,73 @@
3763
3349
  }
3764
3350
  },
3765
3351
  {
3766
- "name": "VCardAvatar",
3352
+ "name": "VCardItem",
3767
3353
  "source": {
3768
3354
  "module": "./src/components/index.ts",
3769
- "symbol": "VCardAvatar"
3355
+ "symbol": "VCardItem"
3770
3356
  },
3771
3357
  "description": "",
3772
- "doc-url": "https://vuetifyjs.com/api/v-card-avatar",
3358
+ "doc-url": "https://vuetifyjs.com/api/v-card-item",
3773
3359
  "attributes": [
3774
3360
  {
3775
- "name": "tag",
3361
+ "name": "append-avatar",
3776
3362
  "description": "",
3777
- "doc-url": "https://vuetifyjs.com/api/v-card-avatar#props",
3778
- "default": "'div'",
3363
+ "doc-url": "https://vuetifyjs.com/api/v-card-item#props",
3779
3364
  "value": {
3780
3365
  "kind": "expression",
3781
- "type": "string"
3366
+ "type": "any"
3782
3367
  }
3783
- }
3784
- ],
3785
- "events": [],
3786
- "slots": [],
3787
- "vue-model": {
3788
- "prop": "modelValue",
3789
- "event": "update:modelValue"
3790
- }
3791
- },
3792
- {
3793
- "name": "VCardContent",
3794
- "source": {
3795
- "module": "./src/components/index.ts",
3796
- "symbol": "VCardContent"
3797
- },
3798
- "description": "",
3799
- "doc-url": "https://vuetifyjs.com/api/v-card-content",
3800
- "attributes": [
3368
+ },
3801
3369
  {
3802
- "name": "tag",
3370
+ "name": "append-icon",
3803
3371
  "description": "",
3804
- "doc-url": "https://vuetifyjs.com/api/v-card-content#props",
3805
- "default": "'div'",
3372
+ "doc-url": "https://vuetifyjs.com/api/v-card-item#props",
3806
3373
  "value": {
3807
3374
  "kind": "expression",
3808
- "type": "string"
3375
+ "type": "any"
3809
3376
  }
3810
- }
3811
- ],
3812
- "events": [],
3813
- "slots": [],
3814
- "vue-model": {
3815
- "prop": "modelValue",
3816
- "event": "update:modelValue"
3817
- }
3818
- },
3819
- {
3820
- "name": "VCardHeader",
3821
- "source": {
3822
- "module": "./src/components/index.ts",
3823
- "symbol": "VCardHeader"
3824
- },
3825
- "description": "",
3826
- "doc-url": "https://vuetifyjs.com/api/v-card-header",
3827
- "attributes": [
3377
+ },
3828
3378
  {
3829
- "name": "tag",
3379
+ "name": "prepend-avatar",
3830
3380
  "description": "",
3831
- "doc-url": "https://vuetifyjs.com/api/v-card-header#props",
3832
- "default": "'div'",
3381
+ "doc-url": "https://vuetifyjs.com/api/v-card-item#props",
3833
3382
  "value": {
3834
3383
  "kind": "expression",
3835
- "type": "string"
3384
+ "type": "any"
3836
3385
  }
3837
- }
3838
- ],
3839
- "events": [],
3840
- "slots": [],
3841
- "vue-model": {
3842
- "prop": "modelValue",
3843
- "event": "update:modelValue"
3844
- }
3845
- },
3846
- {
3847
- "name": "VCardHeaderText",
3848
- "source": {
3849
- "module": "./src/components/index.ts",
3850
- "symbol": "VCardHeaderText"
3851
- },
3852
- "description": "",
3853
- "doc-url": "https://vuetifyjs.com/api/v-card-header-text",
3854
- "attributes": [
3386
+ },
3855
3387
  {
3856
- "name": "tag",
3388
+ "name": "prepend-icon",
3857
3389
  "description": "",
3858
- "doc-url": "https://vuetifyjs.com/api/v-card-header-text#props",
3859
- "default": "'div'",
3390
+ "doc-url": "https://vuetifyjs.com/api/v-card-item#props",
3860
3391
  "value": {
3861
3392
  "kind": "expression",
3862
- "type": "string"
3393
+ "type": "any"
3863
3394
  }
3864
- }
3865
- ],
3866
- "events": [],
3867
- "slots": [],
3868
- "vue-model": {
3869
- "prop": "modelValue",
3870
- "event": "update:modelValue"
3871
- }
3872
- },
3873
- {
3874
- "name": "VCardImg",
3875
- "source": {
3876
- "module": "./src/components/index.ts",
3877
- "symbol": "VCardImg"
3878
- },
3879
- "description": "",
3880
- "doc-url": "https://vuetifyjs.com/api/v-card-img",
3881
- "attributes": [
3395
+ },
3882
3396
  {
3883
- "name": "tag",
3397
+ "name": "subtitle",
3884
3398
  "description": "",
3885
- "doc-url": "https://vuetifyjs.com/api/v-card-img#props",
3886
- "default": "'div'",
3399
+ "doc-url": "https://vuetifyjs.com/api/v-card-item#props",
3400
+ "value": {
3401
+ "kind": "expression",
3402
+ "type": "any"
3403
+ }
3404
+ },
3405
+ {
3406
+ "name": "title",
3407
+ "description": "",
3408
+ "doc-url": "https://vuetifyjs.com/api/v-card-item#props",
3409
+ "value": {
3410
+ "kind": "expression",
3411
+ "type": "any"
3412
+ }
3413
+ },
3414
+ {
3415
+ "name": "density",
3416
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**.",
3417
+ "doc-url": "https://vuetifyjs.com/api/v-card-item#props",
3418
+ "default": "'default'",
3887
3419
  "value": {
3888
3420
  "kind": "expression",
3889
3421
  "type": "string"
@@ -4030,7 +3562,11 @@
4030
3562
  "default": "'$delimiter'",
4031
3563
  "value": {
4032
3564
  "kind": "expression",
4033
- "type": "string"
3565
+ "type": [
3566
+ "string",
3567
+ "function",
3568
+ "object"
3569
+ ]
4034
3570
  }
4035
3571
  },
4036
3572
  {
@@ -4224,25 +3760,6 @@
4224
3760
  "description": "",
4225
3761
  "doc-url": "https://vuetifyjs.com/api/v-checkbox",
4226
3762
  "attributes": [
4227
- {
4228
- "name": "indeterminate",
4229
- "description": "Sets an indeterminate state for the checkbox",
4230
- "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
4231
- "value": {
4232
- "kind": "expression",
4233
- "type": "any"
4234
- }
4235
- },
4236
- {
4237
- "name": "indeterminate-icon",
4238
- "description": "The icon used when in an indeterminate state",
4239
- "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
4240
- "default": "'$checkboxIndeterminate'",
4241
- "value": {
4242
- "kind": "expression",
4243
- "type": "string"
4244
- }
4245
- },
4246
3763
  {
4247
3764
  "name": "id",
4248
3765
  "description": "",
@@ -4258,7 +3775,11 @@
4258
3775
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
4259
3776
  "value": {
4260
3777
  "kind": "expression",
4261
- "type": "string"
3778
+ "type": [
3779
+ "string",
3780
+ "function",
3781
+ "object"
3782
+ ]
4262
3783
  }
4263
3784
  },
4264
3785
  {
@@ -4267,7 +3788,11 @@
4267
3788
  "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
4268
3789
  "value": {
4269
3790
  "kind": "expression",
4270
- "type": "string"
3791
+ "type": [
3792
+ "string",
3793
+ "function",
3794
+ "object"
3795
+ ]
4271
3796
  }
4272
3797
  },
4273
3798
  {
@@ -4403,6 +3928,40 @@
4403
3928
  "type": "any"
4404
3929
  }
4405
3930
  },
3931
+ {
3932
+ "name": "validation-value",
3933
+ "description": "",
3934
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
3935
+ "value": {
3936
+ "kind": "expression",
3937
+ "type": "any"
3938
+ }
3939
+ },
3940
+ {
3941
+ "name": "indeterminate",
3942
+ "description": "Sets an indeterminate state for the checkbox",
3943
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
3944
+ "default": "false",
3945
+ "value": {
3946
+ "kind": "expression",
3947
+ "type": "boolean"
3948
+ },
3949
+ "type": "boolean"
3950
+ },
3951
+ {
3952
+ "name": "indeterminate-icon",
3953
+ "description": "The icon used when in an indeterminate state",
3954
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
3955
+ "default": "'$checkboxIndeterminate'",
3956
+ "value": {
3957
+ "kind": "expression",
3958
+ "type": [
3959
+ "string",
3960
+ "function",
3961
+ "object"
3962
+ ]
3963
+ }
3964
+ },
4406
3965
  {
4407
3966
  "name": "color",
4408
3967
  "description": "",
@@ -4439,7 +3998,11 @@
4439
3998
  "default": "'$checkboxOff'",
4440
3999
  "value": {
4441
4000
  "kind": "expression",
4442
- "type": "string"
4001
+ "type": [
4002
+ "string",
4003
+ "function",
4004
+ "object"
4005
+ ]
4443
4006
  }
4444
4007
  },
4445
4008
  {
@@ -4449,7 +4012,11 @@
4449
4012
  "default": "'$checkboxOn'",
4450
4013
  "value": {
4451
4014
  "kind": "expression",
4452
- "type": "string"
4015
+ "type": [
4016
+ "string",
4017
+ "function",
4018
+ "object"
4019
+ ]
4453
4020
  }
4454
4021
  },
4455
4022
  {
@@ -4529,11 +4096,266 @@
4529
4096
  }
4530
4097
  }
4531
4098
  ],
4099
+ "events": [],
4100
+ "slots": [],
4101
+ "vue-model": {
4102
+ "prop": "modelValue",
4103
+ "event": "update:modelValue"
4104
+ }
4105
+ },
4106
+ {
4107
+ "name": "VCheckboxBtn",
4108
+ "source": {
4109
+ "module": "./src/components/index.ts",
4110
+ "symbol": "VCheckboxBtn"
4111
+ },
4112
+ "description": "",
4113
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn",
4114
+ "attributes": [
4115
+ {
4116
+ "name": "indeterminate",
4117
+ "description": "",
4118
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4119
+ "default": "false",
4120
+ "value": {
4121
+ "kind": "expression",
4122
+ "type": "boolean"
4123
+ },
4124
+ "type": "boolean"
4125
+ },
4126
+ {
4127
+ "name": "indeterminate-icon",
4128
+ "description": "",
4129
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4130
+ "default": "'$checkboxIndeterminate'",
4131
+ "value": {
4132
+ "kind": "expression",
4133
+ "type": [
4134
+ "string",
4135
+ "function",
4136
+ "object"
4137
+ ]
4138
+ }
4139
+ },
4140
+ {
4141
+ "name": "color",
4142
+ "description": "",
4143
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4144
+ "value": {
4145
+ "kind": "expression",
4146
+ "type": "string"
4147
+ }
4148
+ },
4149
+ {
4150
+ "name": "disabled",
4151
+ "description": "",
4152
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4153
+ "default": "false",
4154
+ "value": {
4155
+ "kind": "expression",
4156
+ "type": "boolean"
4157
+ },
4158
+ "type": "boolean"
4159
+ },
4160
+ {
4161
+ "name": "error",
4162
+ "description": "",
4163
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4164
+ "default": "false",
4165
+ "value": {
4166
+ "kind": "expression",
4167
+ "type": "boolean"
4168
+ },
4169
+ "type": "boolean"
4170
+ },
4171
+ {
4172
+ "name": "id",
4173
+ "description": "",
4174
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4175
+ "value": {
4176
+ "kind": "expression",
4177
+ "type": "string"
4178
+ }
4179
+ },
4180
+ {
4181
+ "name": "inline",
4182
+ "description": "",
4183
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4184
+ "default": "false",
4185
+ "value": {
4186
+ "kind": "expression",
4187
+ "type": "boolean"
4188
+ },
4189
+ "type": "boolean"
4190
+ },
4191
+ {
4192
+ "name": "label",
4193
+ "description": "",
4194
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4195
+ "value": {
4196
+ "kind": "expression",
4197
+ "type": "string"
4198
+ }
4199
+ },
4200
+ {
4201
+ "name": "false-icon",
4202
+ "description": "",
4203
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4204
+ "default": "'$checkboxOff'",
4205
+ "value": {
4206
+ "kind": "expression",
4207
+ "type": [
4208
+ "string",
4209
+ "function",
4210
+ "object"
4211
+ ]
4212
+ }
4213
+ },
4214
+ {
4215
+ "name": "true-icon",
4216
+ "description": "",
4217
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4218
+ "default": "'$checkboxOn'",
4219
+ "value": {
4220
+ "kind": "expression",
4221
+ "type": [
4222
+ "string",
4223
+ "function",
4224
+ "object"
4225
+ ]
4226
+ }
4227
+ },
4228
+ {
4229
+ "name": "ripple",
4230
+ "description": "",
4231
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4232
+ "default": "true",
4233
+ "value": {
4234
+ "kind": "expression",
4235
+ "type": "boolean"
4236
+ },
4237
+ "type": "boolean"
4238
+ },
4239
+ {
4240
+ "name": "multiple",
4241
+ "description": "",
4242
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4243
+ "default": "false",
4244
+ "value": {
4245
+ "kind": "expression",
4246
+ "type": "boolean"
4247
+ },
4248
+ "type": "boolean"
4249
+ },
4250
+ {
4251
+ "name": "name",
4252
+ "description": "",
4253
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4254
+ "value": {
4255
+ "kind": "expression",
4256
+ "type": "string"
4257
+ }
4258
+ },
4259
+ {
4260
+ "name": "readonly",
4261
+ "description": "",
4262
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4263
+ "default": "false",
4264
+ "value": {
4265
+ "kind": "expression",
4266
+ "type": "boolean"
4267
+ },
4268
+ "type": "boolean"
4269
+ },
4270
+ {
4271
+ "name": "true-value",
4272
+ "description": "Sets value for truthy state",
4273
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4274
+ "value": {
4275
+ "kind": "expression",
4276
+ "type": "any"
4277
+ }
4278
+ },
4279
+ {
4280
+ "name": "false-value",
4281
+ "description": "Sets value for falsy state",
4282
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4283
+ "value": {
4284
+ "kind": "expression",
4285
+ "type": "any"
4286
+ }
4287
+ },
4288
+ {
4289
+ "name": "model-value",
4290
+ "description": "",
4291
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4292
+ "value": {
4293
+ "kind": "expression",
4294
+ "type": "any"
4295
+ }
4296
+ },
4297
+ {
4298
+ "name": "type",
4299
+ "description": "",
4300
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4301
+ "value": {
4302
+ "kind": "expression",
4303
+ "type": "string"
4304
+ }
4305
+ },
4306
+ {
4307
+ "name": "value",
4308
+ "description": "",
4309
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4310
+ "value": {
4311
+ "kind": "expression",
4312
+ "type": "any"
4313
+ }
4314
+ },
4315
+ {
4316
+ "name": "value-comparator",
4317
+ "description": "",
4318
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4319
+ "value": {
4320
+ "kind": "expression",
4321
+ "type": "function"
4322
+ }
4323
+ },
4324
+ {
4325
+ "name": "theme",
4326
+ "description": "Specify a theme for this component and all of its children",
4327
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4328
+ "value": {
4329
+ "kind": "expression",
4330
+ "type": "string"
4331
+ }
4332
+ },
4333
+ {
4334
+ "name": "density",
4335
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**.",
4336
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4337
+ "default": "'default'",
4338
+ "value": {
4339
+ "kind": "expression",
4340
+ "type": "string"
4341
+ }
4342
+ }
4343
+ ],
4532
4344
  "events": [
4345
+ {
4346
+ "name": "update:modelValue",
4347
+ "description": "",
4348
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#events",
4349
+ "arguments": [
4350
+ {
4351
+ "name": "argument"
4352
+ }
4353
+ ]
4354
+ },
4533
4355
  {
4534
4356
  "name": "update:indeterminate",
4535
- "description": "The **indeterminate.sync** event.",
4536
- "doc-url": "https://vuetifyjs.com/api/v-checkbox#events",
4357
+ "description": "",
4358
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#events",
4537
4359
  "arguments": [
4538
4360
  {
4539
4361
  "name": "argument"
@@ -4599,7 +4421,11 @@
4599
4421
  "default": "'$delete'",
4600
4422
  "value": {
4601
4423
  "kind": "expression",
4602
- "type": "string"
4424
+ "type": [
4425
+ "string",
4426
+ "function",
4427
+ "object"
4428
+ ]
4603
4429
  }
4604
4430
  },
4605
4431
  {
@@ -4870,9 +4696,9 @@
4870
4696
  },
4871
4697
  {
4872
4698
  "name": "variant",
4873
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
4699
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
4874
4700
  "doc-url": "https://vuetifyjs.com/api/v-chip#props",
4875
- "default": "'contained-text'",
4701
+ "default": "'tonal'",
4876
4702
  "value": {
4877
4703
  "kind": "expression",
4878
4704
  "type": "string"
@@ -5076,9 +4902,9 @@
5076
4902
  },
5077
4903
  {
5078
4904
  "name": "variant",
5079
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
4905
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
5080
4906
  "doc-url": "https://vuetifyjs.com/api/v-chip-group#props",
5081
- "default": "'contained-text'",
4907
+ "default": "'tonal'",
5082
4908
  "value": {
5083
4909
  "kind": "expression",
5084
4910
  "type": "string"
@@ -5506,6 +5332,17 @@
5506
5332
  },
5507
5333
  "type": "boolean"
5508
5334
  },
5335
+ {
5336
+ "name": "menu",
5337
+ "description": "",
5338
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
5339
+ "default": "false",
5340
+ "value": {
5341
+ "kind": "expression",
5342
+ "type": "boolean"
5343
+ },
5344
+ "type": "boolean"
5345
+ },
5509
5346
  {
5510
5347
  "name": "menu-icon",
5511
5348
  "description": "",
@@ -5513,7 +5350,20 @@
5513
5350
  "default": "'$dropdown'",
5514
5351
  "value": {
5515
5352
  "kind": "expression",
5516
- "type": "string"
5353
+ "type": [
5354
+ "string",
5355
+ "function",
5356
+ "object"
5357
+ ]
5358
+ }
5359
+ },
5360
+ {
5361
+ "name": "menu-props",
5362
+ "description": "",
5363
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
5364
+ "value": {
5365
+ "kind": "expression",
5366
+ "type": "object"
5517
5367
  }
5518
5368
  },
5519
5369
  {
@@ -5523,11 +5373,7 @@
5523
5373
  "default": "[]",
5524
5374
  "value": {
5525
5375
  "kind": "expression",
5526
- "type": [
5527
- "number",
5528
- "string",
5529
- "array"
5530
- ]
5376
+ "type": "any"
5531
5377
  }
5532
5378
  },
5533
5379
  {
@@ -5604,21 +5450,43 @@
5604
5450
  "name": "item-children",
5605
5451
  "description": "",
5606
5452
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
5607
- "default": "'children'",
5453
+ "default": "false",
5608
5454
  "value": {
5609
5455
  "kind": "expression",
5610
- "type": "string"
5456
+ "type": [
5457
+ "boolean",
5458
+ "string",
5459
+ "array",
5460
+ "function"
5461
+ ]
5611
5462
  }
5612
5463
  },
5613
5464
  {
5614
5465
  "name": "item-props",
5615
5466
  "description": "",
5616
5467
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
5468
+ "default": "'props'",
5617
5469
  "value": {
5618
5470
  "kind": "expression",
5619
- "type": "function"
5471
+ "type": [
5472
+ "boolean",
5473
+ "string",
5474
+ "array",
5475
+ "function"
5476
+ ]
5620
5477
  }
5621
5478
  },
5479
+ {
5480
+ "name": "return-object",
5481
+ "description": "",
5482
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
5483
+ "default": "true",
5484
+ "value": {
5485
+ "kind": "expression",
5486
+ "type": "boolean"
5487
+ },
5488
+ "type": "boolean"
5489
+ },
5622
5490
  {
5623
5491
  "name": "transition",
5624
5492
  "description": "",
@@ -5654,6 +5522,16 @@
5654
5522
  "name": "argument"
5655
5523
  }
5656
5524
  ]
5525
+ },
5526
+ {
5527
+ "name": "update:menu",
5528
+ "description": "",
5529
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#events",
5530
+ "arguments": [
5531
+ {
5532
+ "name": "argument"
5533
+ }
5534
+ ]
5657
5535
  }
5658
5536
  ],
5659
5537
  "slots": [],
@@ -6268,7 +6146,11 @@
6268
6146
  "default": "'$expand'",
6269
6147
  "value": {
6270
6148
  "kind": "expression",
6271
- "type": "string"
6149
+ "type": [
6150
+ "string",
6151
+ "function",
6152
+ "object"
6153
+ ]
6272
6154
  }
6273
6155
  },
6274
6156
  {
@@ -6278,7 +6160,11 @@
6278
6160
  "default": "'$collapse'",
6279
6161
  "value": {
6280
6162
  "kind": "expression",
6281
- "type": "string"
6163
+ "type": [
6164
+ "string",
6165
+ "function",
6166
+ "object"
6167
+ ]
6282
6168
  }
6283
6169
  },
6284
6170
  {
@@ -6400,7 +6286,11 @@
6400
6286
  "default": "'$expand'",
6401
6287
  "value": {
6402
6288
  "kind": "expression",
6403
- "type": "string"
6289
+ "type": [
6290
+ "string",
6291
+ "function",
6292
+ "object"
6293
+ ]
6404
6294
  }
6405
6295
  },
6406
6296
  {
@@ -6410,7 +6300,11 @@
6410
6300
  "default": "'$collapse'",
6411
6301
  "value": {
6412
6302
  "kind": "expression",
6413
- "type": "string"
6303
+ "type": [
6304
+ "string",
6305
+ "function",
6306
+ "object"
6307
+ ]
6414
6308
  }
6415
6309
  },
6416
6310
  {
@@ -6491,7 +6385,11 @@
6491
6385
  "doc-url": "https://vuetifyjs.com/api/v-field#props",
6492
6386
  "value": {
6493
6387
  "kind": "expression",
6494
- "type": "string"
6388
+ "type": [
6389
+ "string",
6390
+ "function",
6391
+ "object"
6392
+ ]
6495
6393
  }
6496
6394
  },
6497
6395
  {
@@ -6521,7 +6419,11 @@
6521
6419
  "default": "'$clear'",
6522
6420
  "value": {
6523
6421
  "kind": "expression",
6524
- "type": "string"
6422
+ "type": [
6423
+ "string",
6424
+ "function",
6425
+ "object"
6426
+ ]
6525
6427
  }
6526
6428
  },
6527
6429
  {
@@ -6603,7 +6505,11 @@
6603
6505
  "doc-url": "https://vuetifyjs.com/api/v-field#props",
6604
6506
  "value": {
6605
6507
  "kind": "expression",
6606
- "type": "string"
6508
+ "type": [
6509
+ "string",
6510
+ "function",
6511
+ "object"
6512
+ ]
6607
6513
  }
6608
6514
  },
6609
6515
  {
@@ -6844,7 +6750,11 @@
6844
6750
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
6845
6751
  "value": {
6846
6752
  "kind": "expression",
6847
- "type": "string"
6753
+ "type": [
6754
+ "string",
6755
+ "function",
6756
+ "object"
6757
+ ]
6848
6758
  }
6849
6759
  },
6850
6760
  {
@@ -6854,7 +6764,11 @@
6854
6764
  "default": "'$file'",
6855
6765
  "value": {
6856
6766
  "kind": "expression",
6857
- "type": "string"
6767
+ "type": [
6768
+ "string",
6769
+ "function",
6770
+ "object"
6771
+ ]
6858
6772
  }
6859
6773
  },
6860
6774
  {
@@ -6991,13 +6905,26 @@
6991
6905
  "type": "array"
6992
6906
  }
6993
6907
  },
6908
+ {
6909
+ "name": "validation-value",
6910
+ "description": "",
6911
+ "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
6912
+ "value": {
6913
+ "kind": "expression",
6914
+ "type": "any"
6915
+ }
6916
+ },
6994
6917
  {
6995
6918
  "name": "append-inner-icon",
6996
6919
  "description": "",
6997
6920
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
6998
6921
  "value": {
6999
6922
  "kind": "expression",
7000
- "type": "string"
6923
+ "type": [
6924
+ "string",
6925
+ "function",
6926
+ "object"
6927
+ ]
7001
6928
  }
7002
6929
  },
7003
6930
  {
@@ -7027,7 +6954,11 @@
7027
6954
  "default": "'$clear'",
7028
6955
  "value": {
7029
6956
  "kind": "expression",
7030
- "type": "string"
6957
+ "type": [
6958
+ "string",
6959
+ "function",
6960
+ "object"
6961
+ ]
7031
6962
  }
7032
6963
  },
7033
6964
  {
@@ -7087,7 +7018,11 @@
7087
7018
  "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
7088
7019
  "value": {
7089
7020
  "kind": "expression",
7090
- "type": "string"
7021
+ "type": [
7022
+ "string",
7023
+ "function",
7024
+ "object"
7025
+ ]
7091
7026
  }
7092
7027
  },
7093
7028
  {
@@ -7257,7 +7192,7 @@
7257
7192
  }
7258
7193
  },
7259
7194
  {
7260
- "name": "priority",
7195
+ "name": "order",
7261
7196
  "description": "",
7262
7197
  "doc-url": "https://vuetifyjs.com/api/v-footer#props",
7263
7198
  "default": "0",
@@ -8131,6 +8066,7 @@
8131
8066
  "kind": "expression",
8132
8067
  "type": [
8133
8068
  "string",
8069
+ "function",
8134
8070
  "object"
8135
8071
  ]
8136
8072
  }
@@ -8365,7 +8301,11 @@
8365
8301
  "doc-url": "https://vuetifyjs.com/api/v-input#props",
8366
8302
  "value": {
8367
8303
  "kind": "expression",
8368
- "type": "string"
8304
+ "type": [
8305
+ "string",
8306
+ "function",
8307
+ "object"
8308
+ ]
8369
8309
  }
8370
8310
  },
8371
8311
  {
@@ -8374,7 +8314,11 @@
8374
8314
  "doc-url": "https://vuetifyjs.com/api/v-input#props",
8375
8315
  "value": {
8376
8316
  "kind": "expression",
8377
- "type": "string"
8317
+ "type": [
8318
+ "string",
8319
+ "function",
8320
+ "object"
8321
+ ]
8378
8322
  }
8379
8323
  },
8380
8324
  {
@@ -8509,6 +8453,15 @@
8509
8453
  "kind": "expression",
8510
8454
  "type": "any"
8511
8455
  }
8456
+ },
8457
+ {
8458
+ "name": "validation-value",
8459
+ "description": "",
8460
+ "doc-url": "https://vuetifyjs.com/api/v-input#props",
8461
+ "value": {
8462
+ "kind": "expression",
8463
+ "type": "any"
8464
+ }
8512
8465
  }
8513
8466
  ],
8514
8467
  "events": [
@@ -8865,7 +8818,7 @@
8865
8818
  }
8866
8819
  },
8867
8820
  {
8868
- "name": "priority",
8821
+ "name": "order",
8869
8822
  "description": "",
8870
8823
  "doc-url": "https://vuetifyjs.com/api/v-layout-item#props",
8871
8824
  "default": "0",
@@ -9112,15 +9065,6 @@
9112
9065
  "type": "any"
9113
9066
  }
9114
9067
  },
9115
- {
9116
- "name": "items",
9117
- "description": "",
9118
- "doc-url": "https://vuetifyjs.com/api/v-list#props",
9119
- "value": {
9120
- "kind": "expression",
9121
- "type": "any"
9122
- }
9123
- },
9124
9068
  {
9125
9069
  "name": "select-strategy",
9126
9070
  "description": "",
@@ -9261,28 +9205,117 @@
9261
9205
  }
9262
9206
  },
9263
9207
  {
9264
- "name": "width",
9265
- "description": "Sets the width for the component.",
9208
+ "name": "width",
9209
+ "description": "Sets the width for the component.",
9210
+ "doc-url": "https://vuetifyjs.com/api/v-list#props",
9211
+ "value": {
9212
+ "kind": "expression",
9213
+ "type": [
9214
+ "number",
9215
+ "string"
9216
+ ]
9217
+ }
9218
+ },
9219
+ {
9220
+ "name": "elevation",
9221
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
9222
+ "doc-url": "https://vuetifyjs.com/api/v-list#props",
9223
+ "value": {
9224
+ "kind": "expression",
9225
+ "type": [
9226
+ "number",
9227
+ "string"
9228
+ ]
9229
+ }
9230
+ },
9231
+ {
9232
+ "name": "item-type",
9233
+ "description": "",
9234
+ "doc-url": "https://vuetifyjs.com/api/v-list#props",
9235
+ "default": "'type'",
9236
+ "value": {
9237
+ "kind": "expression",
9238
+ "type": "string"
9239
+ }
9240
+ },
9241
+ {
9242
+ "name": "items",
9243
+ "description": "",
9244
+ "doc-url": "https://vuetifyjs.com/api/v-list#props",
9245
+ "default": "[]",
9246
+ "value": {
9247
+ "kind": "expression",
9248
+ "type": "array"
9249
+ }
9250
+ },
9251
+ {
9252
+ "name": "item-title",
9253
+ "description": "",
9254
+ "doc-url": "https://vuetifyjs.com/api/v-list#props",
9255
+ "default": "'title'",
9256
+ "value": {
9257
+ "kind": "expression",
9258
+ "type": [
9259
+ "string",
9260
+ "array",
9261
+ "function"
9262
+ ]
9263
+ }
9264
+ },
9265
+ {
9266
+ "name": "item-value",
9267
+ "description": "",
9268
+ "doc-url": "https://vuetifyjs.com/api/v-list#props",
9269
+ "default": "'value'",
9270
+ "value": {
9271
+ "kind": "expression",
9272
+ "type": [
9273
+ "string",
9274
+ "array",
9275
+ "function"
9276
+ ]
9277
+ }
9278
+ },
9279
+ {
9280
+ "name": "item-children",
9281
+ "description": "",
9282
+ "doc-url": "https://vuetifyjs.com/api/v-list#props",
9283
+ "default": "'children'",
9284
+ "value": {
9285
+ "kind": "expression",
9286
+ "type": [
9287
+ "boolean",
9288
+ "string",
9289
+ "array",
9290
+ "function"
9291
+ ]
9292
+ }
9293
+ },
9294
+ {
9295
+ "name": "item-props",
9296
+ "description": "",
9266
9297
  "doc-url": "https://vuetifyjs.com/api/v-list#props",
9298
+ "default": "'props'",
9267
9299
  "value": {
9268
9300
  "kind": "expression",
9269
9301
  "type": [
9270
- "number",
9271
- "string"
9302
+ "boolean",
9303
+ "string",
9304
+ "array",
9305
+ "function"
9272
9306
  ]
9273
9307
  }
9274
9308
  },
9275
9309
  {
9276
- "name": "elevation",
9277
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
9310
+ "name": "return-object",
9311
+ "description": "",
9278
9312
  "doc-url": "https://vuetifyjs.com/api/v-list#props",
9313
+ "default": "false",
9279
9314
  "value": {
9280
9315
  "kind": "expression",
9281
- "type": [
9282
- "number",
9283
- "string"
9284
- ]
9285
- }
9316
+ "type": "boolean"
9317
+ },
9318
+ "type": "boolean"
9286
9319
  },
9287
9320
  {
9288
9321
  "name": "rounded",
@@ -9328,7 +9361,7 @@
9328
9361
  },
9329
9362
  {
9330
9363
  "name": "variant",
9331
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
9364
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
9332
9365
  "doc-url": "https://vuetifyjs.com/api/v-list#props",
9333
9366
  "default": "'text'",
9334
9367
  "value": {
@@ -9392,45 +9425,64 @@
9392
9425
  }
9393
9426
  },
9394
9427
  {
9395
- "name": "VListSubheader",
9428
+ "name": "VListGroup",
9396
9429
  "source": {
9397
9430
  "module": "./src/components/index.ts",
9398
- "symbol": "VListSubheader"
9431
+ "symbol": "VListGroup"
9399
9432
  },
9400
9433
  "description": "",
9401
- "doc-url": "https://vuetifyjs.com/api/v-list-subheader",
9434
+ "doc-url": "https://vuetifyjs.com/api/v-list-group",
9402
9435
  "attributes": [
9403
9436
  {
9404
- "name": "color",
9437
+ "name": "active-color",
9405
9438
  "description": "",
9406
- "doc-url": "https://vuetifyjs.com/api/v-list-subheader#props",
9439
+ "doc-url": "https://vuetifyjs.com/api/v-list-group#props",
9407
9440
  "value": {
9408
9441
  "kind": "expression",
9409
9442
  "type": "any"
9410
9443
  }
9411
9444
  },
9412
9445
  {
9413
- "name": "inset",
9446
+ "name": "color",
9414
9447
  "description": "",
9415
- "doc-url": "https://vuetifyjs.com/api/v-list-subheader#props",
9448
+ "doc-url": "https://vuetifyjs.com/api/v-list-group#props",
9416
9449
  "value": {
9417
9450
  "kind": "expression",
9418
9451
  "type": "any"
9419
9452
  }
9420
9453
  },
9421
9454
  {
9422
- "name": "sticky",
9455
+ "name": "collapse-icon",
9423
9456
  "description": "",
9424
- "doc-url": "https://vuetifyjs.com/api/v-list-subheader#props",
9457
+ "doc-url": "https://vuetifyjs.com/api/v-list-group#props",
9458
+ "default": "'$collapse'",
9425
9459
  "value": {
9426
9460
  "kind": "expression",
9427
- "type": "any"
9461
+ "type": [
9462
+ "string",
9463
+ "function",
9464
+ "object"
9465
+ ]
9428
9466
  }
9429
9467
  },
9430
9468
  {
9431
- "name": "text",
9469
+ "name": "expand-icon",
9432
9470
  "description": "",
9433
- "doc-url": "https://vuetifyjs.com/api/v-list-subheader#props",
9471
+ "doc-url": "https://vuetifyjs.com/api/v-list-group#props",
9472
+ "default": "'$expand'",
9473
+ "value": {
9474
+ "kind": "expression",
9475
+ "type": [
9476
+ "string",
9477
+ "function",
9478
+ "object"
9479
+ ]
9480
+ }
9481
+ },
9482
+ {
9483
+ "name": "value",
9484
+ "description": "Expands / Collapse the list-group",
9485
+ "doc-url": "https://vuetifyjs.com/api/v-list-group#props",
9434
9486
  "value": {
9435
9487
  "kind": "expression",
9436
9488
  "type": "any"
@@ -9439,7 +9491,7 @@
9439
9491
  {
9440
9492
  "name": "tag",
9441
9493
  "description": "Specify a custom tag used on the root element.",
9442
- "doc-url": "https://vuetifyjs.com/api/v-list-subheader#props",
9494
+ "doc-url": "https://vuetifyjs.com/api/v-list-group#props",
9443
9495
  "default": "'div'",
9444
9496
  "value": {
9445
9497
  "kind": "expression",
@@ -9447,8 +9499,41 @@
9447
9499
  }
9448
9500
  }
9449
9501
  ],
9450
- "events": [],
9451
- "slots": [],
9502
+ "events": [
9503
+ {
9504
+ "name": "click",
9505
+ "description": "Event that is emitted when the component is clicked",
9506
+ "doc-url": "https://vuetifyjs.com/api/v-list-group#events",
9507
+ "arguments": [
9508
+ {
9509
+ "name": "argument",
9510
+ "type": "MouseEvent"
9511
+ }
9512
+ ]
9513
+ }
9514
+ ],
9515
+ "slots": [
9516
+ {
9517
+ "name": "default",
9518
+ "description": "The default Vue slot.",
9519
+ "doc-url": "https://vuetifyjs.com/api/v-list-group#slots"
9520
+ },
9521
+ {
9522
+ "name": "activator",
9523
+ "description": "When used, will activate the component when clicked (or hover for specific components). This manually stops the event propagation. Without this slot, if you open the component through its model, you will need to manually stop the event propagation",
9524
+ "doc-url": "https://vuetifyjs.com/api/v-list-group#slots"
9525
+ },
9526
+ {
9527
+ "name": "appendIcon",
9528
+ "description": "Appends an icon to the component, uses the same syntax as `v-icon`",
9529
+ "doc-url": "https://vuetifyjs.com/api/v-list-group#slots"
9530
+ },
9531
+ {
9532
+ "name": "prependIcon",
9533
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`",
9534
+ "doc-url": "https://vuetifyjs.com/api/v-list-group#slots"
9535
+ }
9536
+ ],
9452
9537
  "vue-model": {
9453
9538
  "prop": "modelValue",
9454
9539
  "event": "update:modelValue"
@@ -9800,7 +9885,7 @@
9800
9885
  },
9801
9886
  {
9802
9887
  "name": "variant",
9803
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
9888
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
9804
9889
  "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
9805
9890
  "default": "'text'",
9806
9891
  "value": {
@@ -9952,7 +10037,11 @@
9952
10037
  "doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
9953
10038
  "value": {
9954
10039
  "kind": "expression",
9955
- "type": "string"
10040
+ "type": [
10041
+ "string",
10042
+ "function",
10043
+ "object"
10044
+ ]
9956
10045
  }
9957
10046
  },
9958
10047
  {
@@ -10100,6 +10189,7 @@
10100
10189
  "kind": "expression",
10101
10190
  "type": [
10102
10191
  "string",
10192
+ "function",
10103
10193
  "object"
10104
10194
  ]
10105
10195
  }
@@ -10262,56 +10352,45 @@
10262
10352
  }
10263
10353
  },
10264
10354
  {
10265
- "name": "VListGroup",
10355
+ "name": "VListSubheader",
10266
10356
  "source": {
10267
10357
  "module": "./src/components/index.ts",
10268
- "symbol": "VListGroup"
10358
+ "symbol": "VListSubheader"
10269
10359
  },
10270
10360
  "description": "",
10271
- "doc-url": "https://vuetifyjs.com/api/v-list-group",
10361
+ "doc-url": "https://vuetifyjs.com/api/v-list-subheader",
10272
10362
  "attributes": [
10273
10363
  {
10274
- "name": "active-color",
10364
+ "name": "color",
10275
10365
  "description": "",
10276
- "doc-url": "https://vuetifyjs.com/api/v-list-group#props",
10366
+ "doc-url": "https://vuetifyjs.com/api/v-list-subheader#props",
10277
10367
  "value": {
10278
10368
  "kind": "expression",
10279
10369
  "type": "any"
10280
10370
  }
10281
10371
  },
10282
10372
  {
10283
- "name": "color",
10373
+ "name": "inset",
10284
10374
  "description": "",
10285
- "doc-url": "https://vuetifyjs.com/api/v-list-group#props",
10375
+ "doc-url": "https://vuetifyjs.com/api/v-list-subheader#props",
10286
10376
  "value": {
10287
10377
  "kind": "expression",
10288
10378
  "type": "any"
10289
10379
  }
10290
10380
  },
10291
10381
  {
10292
- "name": "collapse-icon",
10382
+ "name": "sticky",
10293
10383
  "description": "",
10294
- "doc-url": "https://vuetifyjs.com/api/v-list-group#props",
10295
- "default": "'$collapse'",
10384
+ "doc-url": "https://vuetifyjs.com/api/v-list-subheader#props",
10296
10385
  "value": {
10297
10386
  "kind": "expression",
10298
- "type": "string"
10387
+ "type": "any"
10299
10388
  }
10300
10389
  },
10301
10390
  {
10302
- "name": "expand-icon",
10391
+ "name": "title",
10303
10392
  "description": "",
10304
- "doc-url": "https://vuetifyjs.com/api/v-list-group#props",
10305
- "default": "'$expand'",
10306
- "value": {
10307
- "kind": "expression",
10308
- "type": "string"
10309
- }
10310
- },
10311
- {
10312
- "name": "value",
10313
- "description": "Expands / Collapse the list-group",
10314
- "doc-url": "https://vuetifyjs.com/api/v-list-group#props",
10393
+ "doc-url": "https://vuetifyjs.com/api/v-list-subheader#props",
10315
10394
  "value": {
10316
10395
  "kind": "expression",
10317
10396
  "type": "any"
@@ -10320,7 +10399,7 @@
10320
10399
  {
10321
10400
  "name": "tag",
10322
10401
  "description": "Specify a custom tag used on the root element.",
10323
- "doc-url": "https://vuetifyjs.com/api/v-list-group#props",
10402
+ "doc-url": "https://vuetifyjs.com/api/v-list-subheader#props",
10324
10403
  "default": "'div'",
10325
10404
  "value": {
10326
10405
  "kind": "expression",
@@ -10328,41 +10407,8 @@
10328
10407
  }
10329
10408
  }
10330
10409
  ],
10331
- "events": [
10332
- {
10333
- "name": "click",
10334
- "description": "Event that is emitted when the component is clicked",
10335
- "doc-url": "https://vuetifyjs.com/api/v-list-group#events",
10336
- "arguments": [
10337
- {
10338
- "name": "argument",
10339
- "type": "MouseEvent"
10340
- }
10341
- ]
10342
- }
10343
- ],
10344
- "slots": [
10345
- {
10346
- "name": "default",
10347
- "description": "The default Vue slot.",
10348
- "doc-url": "https://vuetifyjs.com/api/v-list-group#slots"
10349
- },
10350
- {
10351
- "name": "activator",
10352
- "description": "When used, will activate the component when clicked (or hover for specific components). This manually stops the event propagation. Without this slot, if you open the component through its model, you will need to manually stop the event propagation",
10353
- "doc-url": "https://vuetifyjs.com/api/v-list-group#slots"
10354
- },
10355
- {
10356
- "name": "appendIcon",
10357
- "description": "Appends an icon to the component, uses the same syntax as `v-icon`",
10358
- "doc-url": "https://vuetifyjs.com/api/v-list-group#slots"
10359
- },
10360
- {
10361
- "name": "prependIcon",
10362
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`",
10363
- "doc-url": "https://vuetifyjs.com/api/v-list-group#slots"
10364
- }
10365
- ],
10410
+ "events": [],
10411
+ "slots": [],
10366
10412
  "vue-model": {
10367
10413
  "prop": "modelValue",
10368
10414
  "event": "update:modelValue"
@@ -10683,7 +10729,7 @@
10683
10729
  }
10684
10730
  },
10685
10731
  {
10686
- "name": "position",
10732
+ "name": "location",
10687
10733
  "description": "",
10688
10734
  "doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
10689
10735
  "default": "'left'",
@@ -10728,7 +10774,7 @@
10728
10774
  }
10729
10775
  },
10730
10776
  {
10731
- "name": "priority",
10777
+ "name": "order",
10732
10778
  "description": "",
10733
10779
  "doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
10734
10780
  "default": "0",
@@ -10910,6 +10956,17 @@
10910
10956
  "type": "any"
10911
10957
  }
10912
10958
  },
10959
+ {
10960
+ "name": "close-on-back",
10961
+ "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.",
10962
+ "doc-url": "https://vuetifyjs.com/api/v-overlay#props",
10963
+ "default": "true",
10964
+ "value": {
10965
+ "kind": "expression",
10966
+ "type": "boolean"
10967
+ },
10968
+ "type": "boolean"
10969
+ },
10913
10970
  {
10914
10971
  "name": "contained",
10915
10972
  "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`.",
@@ -10928,6 +10985,24 @@
10928
10985
  "type": "any"
10929
10986
  }
10930
10987
  },
10988
+ {
10989
+ "name": "content-props",
10990
+ "description": "",
10991
+ "doc-url": "https://vuetifyjs.com/api/v-overlay#props",
10992
+ "value": {
10993
+ "kind": "expression",
10994
+ "type": "any"
10995
+ }
10996
+ },
10997
+ {
10998
+ "name": "disabled",
10999
+ "description": "",
11000
+ "doc-url": "https://vuetifyjs.com/api/v-overlay#props",
11001
+ "value": {
11002
+ "kind": "expression",
11003
+ "type": "any"
11004
+ }
11005
+ },
10931
11006
  {
10932
11007
  "name": "no-click-animation",
10933
11008
  "description": "",
@@ -10968,6 +11043,19 @@
10968
11043
  ]
10969
11044
  }
10970
11045
  },
11046
+ {
11047
+ "name": "z-index",
11048
+ "description": "The z-index used for the component",
11049
+ "doc-url": "https://vuetifyjs.com/api/v-overlay#props",
11050
+ "default": "2000",
11051
+ "value": {
11052
+ "kind": "expression",
11053
+ "type": [
11054
+ "number",
11055
+ "string"
11056
+ ]
11057
+ }
11058
+ },
10971
11059
  {
10972
11060
  "name": "activator",
10973
11061
  "description": "",
@@ -11131,7 +11219,18 @@
11131
11219
  }
11132
11220
  },
11133
11221
  {
11134
- "name": "position-strategy",
11222
+ "name": "eager",
11223
+ "description": "",
11224
+ "doc-url": "https://vuetifyjs.com/api/v-overlay#props",
11225
+ "default": "false",
11226
+ "value": {
11227
+ "kind": "expression",
11228
+ "type": "boolean"
11229
+ },
11230
+ "type": "boolean"
11231
+ },
11232
+ {
11233
+ "name": "location-strategy",
11135
11234
  "description": "",
11136
11235
  "doc-url": "https://vuetifyjs.com/api/v-overlay#props",
11137
11236
  "default": "'static'",
@@ -11144,7 +11243,7 @@
11144
11243
  }
11145
11244
  },
11146
11245
  {
11147
- "name": "anchor",
11246
+ "name": "location",
11148
11247
  "description": "",
11149
11248
  "doc-url": "https://vuetifyjs.com/api/v-overlay#props",
11150
11249
  "default": "'bottom'",
@@ -11171,7 +11270,8 @@
11171
11270
  "kind": "expression",
11172
11271
  "type": [
11173
11272
  "number",
11174
- "string"
11273
+ "string",
11274
+ "array"
11175
11275
  ]
11176
11276
  }
11177
11277
  },
@@ -11210,17 +11310,6 @@
11210
11310
  "object"
11211
11311
  ]
11212
11312
  }
11213
- },
11214
- {
11215
- "name": "eager",
11216
- "description": "",
11217
- "doc-url": "https://vuetifyjs.com/api/v-overlay#props",
11218
- "default": "false",
11219
- "value": {
11220
- "kind": "expression",
11221
- "type": "boolean"
11222
- },
11223
- "type": "boolean"
11224
11313
  }
11225
11314
  ],
11226
11315
  "events": [
@@ -11336,7 +11425,11 @@
11336
11425
  "default": "'$first'",
11337
11426
  "value": {
11338
11427
  "kind": "expression",
11339
- "type": "string"
11428
+ "type": [
11429
+ "string",
11430
+ "function",
11431
+ "object"
11432
+ ]
11340
11433
  }
11341
11434
  },
11342
11435
  {
@@ -11346,7 +11439,11 @@
11346
11439
  "default": "'$prev'",
11347
11440
  "value": {
11348
11441
  "kind": "expression",
11349
- "type": "string"
11442
+ "type": [
11443
+ "string",
11444
+ "function",
11445
+ "object"
11446
+ ]
11350
11447
  }
11351
11448
  },
11352
11449
  {
@@ -11356,7 +11453,11 @@
11356
11453
  "default": "'$next'",
11357
11454
  "value": {
11358
11455
  "kind": "expression",
11359
- "type": "string"
11456
+ "type": [
11457
+ "string",
11458
+ "function",
11459
+ "object"
11460
+ ]
11360
11461
  }
11361
11462
  },
11362
11463
  {
@@ -11366,7 +11467,11 @@
11366
11467
  "default": "'$last'",
11367
11468
  "value": {
11368
11469
  "kind": "expression",
11369
- "type": "string"
11470
+ "type": [
11471
+ "string",
11472
+ "function",
11473
+ "object"
11474
+ ]
11370
11475
  }
11371
11476
  },
11372
11477
  {
@@ -11458,20 +11563,6 @@
11458
11563
  "type": "any"
11459
11564
  }
11460
11565
  },
11461
- {
11462
- "name": "rounded",
11463
- "description": "",
11464
- "doc-url": "https://vuetifyjs.com/api/v-pagination#props",
11465
- "default": "false",
11466
- "value": {
11467
- "kind": "expression",
11468
- "type": [
11469
- "boolean",
11470
- "number",
11471
- "string"
11472
- ]
11473
- }
11474
- },
11475
11566
  {
11476
11567
  "name": "border",
11477
11568
  "description": "Applies border styles to component.",
@@ -11508,6 +11599,20 @@
11508
11599
  ]
11509
11600
  }
11510
11601
  },
11602
+ {
11603
+ "name": "rounded",
11604
+ "description": "",
11605
+ "doc-url": "https://vuetifyjs.com/api/v-pagination#props",
11606
+ "default": "false",
11607
+ "value": {
11608
+ "kind": "expression",
11609
+ "type": [
11610
+ "boolean",
11611
+ "number",
11612
+ "string"
11613
+ ]
11614
+ }
11615
+ },
11511
11616
  {
11512
11617
  "name": "size",
11513
11618
  "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**.",
@@ -11551,7 +11656,7 @@
11551
11656
  },
11552
11657
  {
11553
11658
  "name": "variant",
11554
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
11659
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
11555
11660
  "doc-url": "https://vuetifyjs.com/api/v-pagination#props",
11556
11661
  "default": "'text'",
11557
11662
  "value": {
@@ -12034,7 +12139,11 @@
12034
12139
  "default": "'$radioOff'",
12035
12140
  "value": {
12036
12141
  "kind": "expression",
12037
- "type": "string"
12142
+ "type": [
12143
+ "string",
12144
+ "function",
12145
+ "object"
12146
+ ]
12038
12147
  }
12039
12148
  },
12040
12149
  {
@@ -12044,7 +12153,11 @@
12044
12153
  "default": "'$radioOn'",
12045
12154
  "value": {
12046
12155
  "kind": "expression",
12047
- "type": "string"
12156
+ "type": [
12157
+ "string",
12158
+ "function",
12159
+ "object"
12160
+ ]
12048
12161
  }
12049
12162
  }
12050
12163
  ],
@@ -12092,7 +12205,11 @@
12092
12205
  "doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
12093
12206
  "value": {
12094
12207
  "kind": "expression",
12095
- "type": "string"
12208
+ "type": [
12209
+ "string",
12210
+ "function",
12211
+ "object"
12212
+ ]
12096
12213
  }
12097
12214
  },
12098
12215
  {
@@ -12101,7 +12218,11 @@
12101
12218
  "doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
12102
12219
  "value": {
12103
12220
  "kind": "expression",
12104
- "type": "string"
12221
+ "type": [
12222
+ "string",
12223
+ "function",
12224
+ "object"
12225
+ ]
12105
12226
  }
12106
12227
  },
12107
12228
  {
@@ -12237,6 +12358,15 @@
12237
12358
  "type": "any"
12238
12359
  }
12239
12360
  },
12361
+ {
12362
+ "name": "validation-value",
12363
+ "description": "",
12364
+ "doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
12365
+ "value": {
12366
+ "kind": "expression",
12367
+ "type": "any"
12368
+ }
12369
+ },
12240
12370
  {
12241
12371
  "name": "color",
12242
12372
  "description": "",
@@ -12273,7 +12403,11 @@
12273
12403
  "default": "'$radioOff'",
12274
12404
  "value": {
12275
12405
  "kind": "expression",
12276
- "type": "string"
12406
+ "type": [
12407
+ "string",
12408
+ "function",
12409
+ "object"
12410
+ ]
12277
12411
  }
12278
12412
  },
12279
12413
  {
@@ -12283,7 +12417,11 @@
12283
12417
  "default": "'$radioOn'",
12284
12418
  "value": {
12285
12419
  "kind": "expression",
12286
- "type": "string"
12420
+ "type": [
12421
+ "string",
12422
+ "function",
12423
+ "object"
12424
+ ]
12287
12425
  }
12288
12426
  },
12289
12427
  {
@@ -12406,7 +12544,11 @@
12406
12544
  "doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
12407
12545
  "value": {
12408
12546
  "kind": "expression",
12409
- "type": "string"
12547
+ "type": [
12548
+ "string",
12549
+ "function",
12550
+ "object"
12551
+ ]
12410
12552
  }
12411
12553
  },
12412
12554
  {
@@ -12415,7 +12557,11 @@
12415
12557
  "doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
12416
12558
  "value": {
12417
12559
  "kind": "expression",
12418
- "type": "string"
12560
+ "type": [
12561
+ "string",
12562
+ "function",
12563
+ "object"
12564
+ ]
12419
12565
  }
12420
12566
  },
12421
12567
  {
@@ -12552,6 +12698,15 @@
12552
12698
  "type": "array"
12553
12699
  }
12554
12700
  },
12701
+ {
12702
+ "name": "validation-value",
12703
+ "description": "",
12704
+ "doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
12705
+ "value": {
12706
+ "kind": "expression",
12707
+ "type": "any"
12708
+ }
12709
+ },
12555
12710
  {
12556
12711
  "name": "max",
12557
12712
  "description": "",
@@ -12851,7 +13006,11 @@
12851
13006
  "default": "'$ratingEmpty'",
12852
13007
  "value": {
12853
13008
  "kind": "expression",
12854
- "type": "string"
13009
+ "type": [
13010
+ "string",
13011
+ "function",
13012
+ "object"
13013
+ ]
12855
13014
  }
12856
13015
  },
12857
13016
  {
@@ -12861,7 +13020,11 @@
12861
13020
  "default": "'$ratingFull'",
12862
13021
  "value": {
12863
13022
  "kind": "expression",
12864
- "type": "string"
13023
+ "type": [
13024
+ "string",
13025
+ "function",
13026
+ "object"
13027
+ ]
12865
13028
  }
12866
13029
  },
12867
13030
  {
@@ -13358,6 +13521,17 @@
13358
13521
  },
13359
13522
  "type": "boolean"
13360
13523
  },
13524
+ {
13525
+ "name": "menu",
13526
+ "description": "",
13527
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
13528
+ "default": "false",
13529
+ "value": {
13530
+ "kind": "expression",
13531
+ "type": "boolean"
13532
+ },
13533
+ "type": "boolean"
13534
+ },
13361
13535
  {
13362
13536
  "name": "menu-icon",
13363
13537
  "description": "",
@@ -13365,7 +13539,20 @@
13365
13539
  "default": "'$dropdown'",
13366
13540
  "value": {
13367
13541
  "kind": "expression",
13368
- "type": "string"
13542
+ "type": [
13543
+ "string",
13544
+ "function",
13545
+ "object"
13546
+ ]
13547
+ }
13548
+ },
13549
+ {
13550
+ "name": "menu-props",
13551
+ "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 }\"`",
13552
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
13553
+ "value": {
13554
+ "kind": "expression",
13555
+ "type": "object"
13369
13556
  }
13370
13557
  },
13371
13558
  {
@@ -13375,11 +13562,7 @@
13375
13562
  "default": "[]",
13376
13563
  "value": {
13377
13564
  "kind": "expression",
13378
- "type": [
13379
- "number",
13380
- "string",
13381
- "array"
13382
- ]
13565
+ "type": "any"
13383
13566
  }
13384
13567
  },
13385
13568
  {
@@ -13416,7 +13599,7 @@
13416
13599
  },
13417
13600
  {
13418
13601
  "name": "items",
13419
- "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.",
13602
+ "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.",
13420
13603
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
13421
13604
  "default": "[]",
13422
13605
  "value": {
@@ -13456,26 +13639,48 @@
13456
13639
  "name": "item-children",
13457
13640
  "description": "",
13458
13641
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
13459
- "default": "'children'",
13642
+ "default": "false",
13460
13643
  "value": {
13461
13644
  "kind": "expression",
13462
- "type": "string"
13645
+ "type": [
13646
+ "boolean",
13647
+ "string",
13648
+ "array",
13649
+ "function"
13650
+ ]
13463
13651
  }
13464
13652
  },
13465
13653
  {
13466
13654
  "name": "item-props",
13467
13655
  "description": "",
13468
13656
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
13657
+ "default": "'props'",
13469
13658
  "value": {
13470
13659
  "kind": "expression",
13471
- "type": "function"
13660
+ "type": [
13661
+ "boolean",
13662
+ "string",
13663
+ "array",
13664
+ "function"
13665
+ ]
13472
13666
  }
13473
13667
  },
13668
+ {
13669
+ "name": "return-object",
13670
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**",
13671
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
13672
+ "default": "false",
13673
+ "value": {
13674
+ "kind": "expression",
13675
+ "type": "boolean"
13676
+ },
13677
+ "type": "boolean"
13678
+ },
13474
13679
  {
13475
13680
  "name": "transition",
13476
13681
  "description": "",
13477
13682
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
13478
- "default": "'scale-transition'",
13683
+ "default": "{\"component\":{\"name\":\"VDialogTransition\",\"props\":{}}}",
13479
13684
  "value": {
13480
13685
  "kind": "expression",
13481
13686
  "type": [
@@ -13496,6 +13701,16 @@
13496
13701
  "name": "argument"
13497
13702
  }
13498
13703
  ]
13704
+ },
13705
+ {
13706
+ "name": "update:menu",
13707
+ "description": "",
13708
+ "doc-url": "https://vuetifyjs.com/api/v-select#events",
13709
+ "arguments": [
13710
+ {
13711
+ "name": "argument"
13712
+ }
13713
+ ]
13499
13714
  }
13500
13715
  ],
13501
13716
  "slots": [],
@@ -13579,7 +13794,11 @@
13579
13794
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
13580
13795
  "value": {
13581
13796
  "kind": "expression",
13582
- "type": "string"
13797
+ "type": [
13798
+ "string",
13799
+ "function",
13800
+ "object"
13801
+ ]
13583
13802
  }
13584
13803
  },
13585
13804
  {
@@ -13588,7 +13807,11 @@
13588
13807
  "doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
13589
13808
  "value": {
13590
13809
  "kind": "expression",
13591
- "type": "string"
13810
+ "type": [
13811
+ "string",
13812
+ "function",
13813
+ "object"
13814
+ ]
13592
13815
  }
13593
13816
  },
13594
13817
  {
@@ -13962,53 +14185,12 @@
13962
14185
  }
13963
14186
  },
13964
14187
  {
13965
- "name": "absolute",
13966
- "description": "Applies **position: absolute** to the component.",
13967
- "doc-url": "https://vuetifyjs.com/api/v-sheet#props",
13968
- "default": "false",
13969
- "value": {
13970
- "kind": "expression",
13971
- "type": "boolean"
13972
- },
13973
- "type": "boolean"
13974
- },
13975
- {
13976
- "name": "bottom",
13977
- "description": "Aligns the component towards the bottom.",
13978
- "doc-url": "https://vuetifyjs.com/api/v-sheet#props",
13979
- "default": "false",
13980
- "value": {
13981
- "kind": "expression",
13982
- "type": [
13983
- "boolean",
13984
- "number",
13985
- "string"
13986
- ]
13987
- }
13988
- },
13989
- {
13990
- "name": "fixed",
13991
- "description": "Applies **position: fixed** to the component.",
13992
- "doc-url": "https://vuetifyjs.com/api/v-sheet#props",
13993
- "default": "false",
13994
- "value": {
13995
- "kind": "expression",
13996
- "type": "boolean"
13997
- },
13998
- "type": "boolean"
13999
- },
14000
- {
14001
- "name": "left",
14002
- "description": "Aligns the component towards the left.",
14188
+ "name": "location",
14189
+ "description": "",
14003
14190
  "doc-url": "https://vuetifyjs.com/api/v-sheet#props",
14004
- "default": "false",
14005
14191
  "value": {
14006
14192
  "kind": "expression",
14007
- "type": [
14008
- "boolean",
14009
- "number",
14010
- "string"
14011
- ]
14193
+ "type": "string"
14012
14194
  }
14013
14195
  },
14014
14196
  {
@@ -14020,34 +14202,6 @@
14020
14202
  "type": "string"
14021
14203
  }
14022
14204
  },
14023
- {
14024
- "name": "right",
14025
- "description": "Aligns the component towards the right.",
14026
- "doc-url": "https://vuetifyjs.com/api/v-sheet#props",
14027
- "default": "false",
14028
- "value": {
14029
- "kind": "expression",
14030
- "type": [
14031
- "boolean",
14032
- "number",
14033
- "string"
14034
- ]
14035
- }
14036
- },
14037
- {
14038
- "name": "top",
14039
- "description": "Aligns the content towards the top.",
14040
- "doc-url": "https://vuetifyjs.com/api/v-sheet#props",
14041
- "default": "false",
14042
- "value": {
14043
- "kind": "expression",
14044
- "type": [
14045
- "boolean",
14046
- "number",
14047
- "string"
14048
- ]
14049
- }
14050
- },
14051
14205
  {
14052
14206
  "name": "rounded",
14053
14207
  "description": "",
@@ -14089,22 +14243,6 @@
14089
14243
  "event": "update:modelValue"
14090
14244
  }
14091
14245
  },
14092
- {
14093
- "name": "VSlideGroupSymbol",
14094
- "source": {
14095
- "module": "./src/components/index.ts",
14096
- "symbol": "VSlideGroupSymbol"
14097
- },
14098
- "description": "",
14099
- "doc-url": "https://vuetifyjs.com/api/v-slide-group-symbol",
14100
- "attributes": [],
14101
- "events": [],
14102
- "slots": [],
14103
- "vue-model": {
14104
- "prop": "modelValue",
14105
- "event": "update:modelValue"
14106
- }
14107
- },
14108
14246
  {
14109
14247
  "name": "VSlideGroup",
14110
14248
  "source": {
@@ -14149,7 +14287,11 @@
14149
14287
  "default": "'$next'",
14150
14288
  "value": {
14151
14289
  "kind": "expression",
14152
- "type": "string"
14290
+ "type": [
14291
+ "string",
14292
+ "function",
14293
+ "object"
14294
+ ]
14153
14295
  }
14154
14296
  },
14155
14297
  {
@@ -14159,7 +14301,11 @@
14159
14301
  "default": "'$prev'",
14160
14302
  "value": {
14161
14303
  "kind": "expression",
14162
- "type": "string"
14304
+ "type": [
14305
+ "string",
14306
+ "function",
14307
+ "object"
14308
+ ]
14163
14309
  }
14164
14310
  },
14165
14311
  {
@@ -14630,7 +14776,11 @@
14630
14776
  "doc-url": "https://vuetifyjs.com/api/v-slider#props",
14631
14777
  "value": {
14632
14778
  "kind": "expression",
14633
- "type": "string"
14779
+ "type": [
14780
+ "string",
14781
+ "function",
14782
+ "object"
14783
+ ]
14634
14784
  }
14635
14785
  },
14636
14786
  {
@@ -14639,7 +14789,11 @@
14639
14789
  "doc-url": "https://vuetifyjs.com/api/v-slider#props",
14640
14790
  "value": {
14641
14791
  "kind": "expression",
14642
- "type": "string"
14792
+ "type": [
14793
+ "string",
14794
+ "function",
14795
+ "object"
14796
+ ]
14643
14797
  }
14644
14798
  },
14645
14799
  {
@@ -14735,6 +14889,15 @@
14735
14889
  "string"
14736
14890
  ]
14737
14891
  }
14892
+ },
14893
+ {
14894
+ "name": "validation-value",
14895
+ "description": "",
14896
+ "doc-url": "https://vuetifyjs.com/api/v-slider#props",
14897
+ "value": {
14898
+ "kind": "expression",
14899
+ "type": "any"
14900
+ }
14738
14901
  }
14739
14902
  ],
14740
14903
  "events": [
@@ -14783,15 +14946,6 @@
14783
14946
  "type": "any"
14784
14947
  }
14785
14948
  },
14786
- {
14787
- "name": "centered",
14788
- "description": "Positions the snackbar in the center of the screen, (x and y axis).",
14789
- "doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
14790
- "value": {
14791
- "kind": "expression",
14792
- "type": "any"
14793
- }
14794
- },
14795
14949
  {
14796
14950
  "name": "content-class",
14797
14951
  "description": "Apply a custom class to the snackbar content",
@@ -14843,53 +14997,13 @@
14843
14997
  }
14844
14998
  },
14845
14999
  {
14846
- "name": "absolute",
14847
- "description": "Applies **position: absolute** to the component.",
14848
- "doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
14849
- "default": "false",
14850
- "value": {
14851
- "kind": "expression",
14852
- "type": "boolean"
14853
- },
14854
- "type": "boolean"
14855
- },
14856
- {
14857
- "name": "bottom",
14858
- "description": "Aligns the component towards the bottom.",
14859
- "doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
14860
- "default": "false",
14861
- "value": {
14862
- "kind": "expression",
14863
- "type": [
14864
- "boolean",
14865
- "number",
14866
- "string"
14867
- ]
14868
- }
14869
- },
14870
- {
14871
- "name": "fixed",
14872
- "description": "Applies **position: fixed** to the component.",
14873
- "doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
14874
- "default": "false",
14875
- "value": {
14876
- "kind": "expression",
14877
- "type": "boolean"
14878
- },
14879
- "type": "boolean"
14880
- },
14881
- {
14882
- "name": "left",
14883
- "description": "Aligns the component towards the left.",
15000
+ "name": "location",
15001
+ "description": "",
14884
15002
  "doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
14885
- "default": "false",
15003
+ "default": "'bottom'",
14886
15004
  "value": {
14887
15005
  "kind": "expression",
14888
- "type": [
14889
- "boolean",
14890
- "number",
14891
- "string"
14892
- ]
15006
+ "type": "string"
14893
15007
  }
14894
15008
  },
14895
15009
  {
@@ -14901,34 +15015,6 @@
14901
15015
  "type": "string"
14902
15016
  }
14903
15017
  },
14904
- {
14905
- "name": "right",
14906
- "description": "Aligns the component towards the right.",
14907
- "doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
14908
- "default": "false",
14909
- "value": {
14910
- "kind": "expression",
14911
- "type": [
14912
- "boolean",
14913
- "number",
14914
- "string"
14915
- ]
14916
- }
14917
- },
14918
- {
14919
- "name": "top",
14920
- "description": "Aligns the content towards the top.",
14921
- "doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
14922
- "default": "false",
14923
- "value": {
14924
- "kind": "expression",
14925
- "type": [
14926
- "boolean",
14927
- "number",
14928
- "string"
14929
- ]
14930
- }
14931
- },
14932
15018
  {
14933
15019
  "name": "rounded",
14934
15020
  "description": "",
@@ -14954,9 +15040,9 @@
14954
15040
  },
14955
15041
  {
14956
15042
  "name": "variant",
14957
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
15043
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
14958
15044
  "doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
14959
- "default": "'contained'",
15045
+ "default": "'elevated'",
14960
15046
  "value": {
14961
15047
  "kind": "expression",
14962
15048
  "type": "string"
@@ -15081,7 +15167,11 @@
15081
15167
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
15082
15168
  "value": {
15083
15169
  "kind": "expression",
15084
- "type": "string"
15170
+ "type": [
15171
+ "string",
15172
+ "function",
15173
+ "object"
15174
+ ]
15085
15175
  }
15086
15176
  },
15087
15177
  {
@@ -15090,7 +15180,11 @@
15090
15180
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
15091
15181
  "value": {
15092
15182
  "kind": "expression",
15093
- "type": "string"
15183
+ "type": [
15184
+ "string",
15185
+ "function",
15186
+ "object"
15187
+ ]
15094
15188
  }
15095
15189
  },
15096
15190
  {
@@ -15226,6 +15320,15 @@
15226
15320
  "type": "any"
15227
15321
  }
15228
15322
  },
15323
+ {
15324
+ "name": "validation-value",
15325
+ "description": "",
15326
+ "doc-url": "https://vuetifyjs.com/api/v-switch#props",
15327
+ "value": {
15328
+ "kind": "expression",
15329
+ "type": "any"
15330
+ }
15331
+ },
15229
15332
  {
15230
15333
  "name": "color",
15231
15334
  "description": "",
@@ -15261,7 +15364,11 @@
15261
15364
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
15262
15365
  "value": {
15263
15366
  "kind": "expression",
15264
- "type": "string"
15367
+ "type": [
15368
+ "string",
15369
+ "function",
15370
+ "object"
15371
+ ]
15265
15372
  }
15266
15373
  },
15267
15374
  {
@@ -15270,7 +15377,11 @@
15270
15377
  "doc-url": "https://vuetifyjs.com/api/v-switch#props",
15271
15378
  "value": {
15272
15379
  "kind": "expression",
15273
- "type": "string"
15380
+ "type": [
15381
+ "string",
15382
+ "function",
15383
+ "object"
15384
+ ]
15274
15385
  }
15275
15386
  },
15276
15387
  {
@@ -15426,7 +15537,7 @@
15426
15537
  }
15427
15538
  },
15428
15539
  {
15429
- "name": "priority",
15540
+ "name": "order",
15430
15541
  "description": "",
15431
15542
  "doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
15432
15543
  "default": "0",
@@ -15982,19 +16093,19 @@
15982
16093
  }
15983
16094
  },
15984
16095
  {
15985
- "name": "theme",
15986
- "description": "Specify a theme for this component and all of its children",
16096
+ "name": "tag",
16097
+ "description": "Specify a custom tag used on the root element.",
15987
16098
  "doc-url": "https://vuetifyjs.com/api/v-table#props",
16099
+ "default": "'div'",
15988
16100
  "value": {
15989
16101
  "kind": "expression",
15990
16102
  "type": "string"
15991
16103
  }
15992
16104
  },
15993
16105
  {
15994
- "name": "tag",
15995
- "description": "Specify a custom tag used on the root element.",
16106
+ "name": "theme",
16107
+ "description": "Specify a theme for this component and all of its children",
15996
16108
  "doc-url": "https://vuetifyjs.com/api/v-table#props",
15997
- "default": "'div'",
15998
16109
  "value": {
15999
16110
  "kind": "expression",
16000
16111
  "type": "string"
@@ -16165,7 +16276,11 @@
16165
16276
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
16166
16277
  "value": {
16167
16278
  "kind": "expression",
16168
- "type": "string"
16279
+ "type": [
16280
+ "string",
16281
+ "function",
16282
+ "object"
16283
+ ]
16169
16284
  }
16170
16285
  },
16171
16286
  {
@@ -16174,7 +16289,11 @@
16174
16289
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
16175
16290
  "value": {
16176
16291
  "kind": "expression",
16177
- "type": "string"
16292
+ "type": [
16293
+ "string",
16294
+ "function",
16295
+ "object"
16296
+ ]
16178
16297
  }
16179
16298
  },
16180
16299
  {
@@ -16310,13 +16429,26 @@
16310
16429
  "type": "any"
16311
16430
  }
16312
16431
  },
16432
+ {
16433
+ "name": "validation-value",
16434
+ "description": "",
16435
+ "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
16436
+ "value": {
16437
+ "kind": "expression",
16438
+ "type": "any"
16439
+ }
16440
+ },
16313
16441
  {
16314
16442
  "name": "append-inner-icon",
16315
16443
  "description": "",
16316
16444
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
16317
16445
  "value": {
16318
16446
  "kind": "expression",
16319
- "type": "string"
16447
+ "type": [
16448
+ "string",
16449
+ "function",
16450
+ "object"
16451
+ ]
16320
16452
  }
16321
16453
  },
16322
16454
  {
@@ -16346,7 +16478,11 @@
16346
16478
  "default": "'$clear'",
16347
16479
  "value": {
16348
16480
  "kind": "expression",
16349
- "type": "string"
16481
+ "type": [
16482
+ "string",
16483
+ "function",
16484
+ "object"
16485
+ ]
16350
16486
  }
16351
16487
  },
16352
16488
  {
@@ -16406,7 +16542,11 @@
16406
16542
  "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
16407
16543
  "value": {
16408
16544
  "kind": "expression",
16409
- "type": "string"
16545
+ "type": [
16546
+ "string",
16547
+ "function",
16548
+ "object"
16549
+ ]
16410
16550
  }
16411
16551
  },
16412
16552
  {
@@ -16624,7 +16764,11 @@
16624
16764
  "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
16625
16765
  "value": {
16626
16766
  "kind": "expression",
16627
- "type": "string"
16767
+ "type": [
16768
+ "string",
16769
+ "function",
16770
+ "object"
16771
+ ]
16628
16772
  }
16629
16773
  },
16630
16774
  {
@@ -16633,7 +16777,11 @@
16633
16777
  "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
16634
16778
  "value": {
16635
16779
  "kind": "expression",
16636
- "type": "string"
16780
+ "type": [
16781
+ "string",
16782
+ "function",
16783
+ "object"
16784
+ ]
16637
16785
  }
16638
16786
  },
16639
16787
  {
@@ -16769,13 +16917,26 @@
16769
16917
  "type": "any"
16770
16918
  }
16771
16919
  },
16920
+ {
16921
+ "name": "validation-value",
16922
+ "description": "",
16923
+ "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
16924
+ "value": {
16925
+ "kind": "expression",
16926
+ "type": "any"
16927
+ }
16928
+ },
16772
16929
  {
16773
16930
  "name": "append-inner-icon",
16774
16931
  "description": "",
16775
16932
  "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
16776
16933
  "value": {
16777
16934
  "kind": "expression",
16778
- "type": "string"
16935
+ "type": [
16936
+ "string",
16937
+ "function",
16938
+ "object"
16939
+ ]
16779
16940
  }
16780
16941
  },
16781
16942
  {
@@ -16805,7 +16966,11 @@
16805
16966
  "default": "'$clear'",
16806
16967
  "value": {
16807
16968
  "kind": "expression",
16808
- "type": "string"
16969
+ "type": [
16970
+ "string",
16971
+ "function",
16972
+ "object"
16973
+ ]
16809
16974
  }
16810
16975
  },
16811
16976
  {
@@ -16865,7 +17030,11 @@
16865
17030
  "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
16866
17031
  "value": {
16867
17032
  "kind": "expression",
16868
- "type": "string"
17033
+ "type": [
17034
+ "string",
17035
+ "function",
17036
+ "object"
17037
+ ]
16869
17038
  }
16870
17039
  },
16871
17040
  {
@@ -17148,6 +17317,15 @@
17148
17317
  "description": "",
17149
17318
  "doc-url": "https://vuetifyjs.com/api/v-timeline-item",
17150
17319
  "attributes": [
17320
+ {
17321
+ "name": "density",
17322
+ "description": "",
17323
+ "doc-url": "https://vuetifyjs.com/api/v-timeline-item#props",
17324
+ "value": {
17325
+ "kind": "expression",
17326
+ "type": "any"
17327
+ }
17328
+ },
17151
17329
  {
17152
17330
  "name": "dot-color",
17153
17331
  "description": "",
@@ -17459,7 +17637,7 @@
17459
17637
  "name": "height",
17460
17638
  "description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc.",
17461
17639
  "doc-url": "https://vuetifyjs.com/api/v-toolbar#props",
17462
- "default": "56",
17640
+ "default": "64",
17463
17641
  "value": {
17464
17642
  "kind": "expression",
17465
17643
  "type": [
@@ -17637,9 +17815,9 @@
17637
17815
  },
17638
17816
  {
17639
17817
  "name": "variant",
17640
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
17818
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
17641
17819
  "doc-url": "https://vuetifyjs.com/api/v-toolbar-items#props",
17642
- "default": "'contained-text'",
17820
+ "default": "'text'",
17643
17821
  "value": {
17644
17822
  "kind": "expression",
17645
17823
  "type": "string"
@@ -17696,7 +17874,7 @@
17696
17874
  }
17697
17875
  },
17698
17876
  {
17699
- "name": "anchor",
17877
+ "name": "location",
17700
17878
  "description": "",
17701
17879
  "doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
17702
17880
  "default": "'end'",
@@ -17864,6 +18042,15 @@
17864
18042
  "kind": "expression",
17865
18043
  "type": "any"
17866
18044
  }
18045
+ },
18046
+ {
18047
+ "name": "validation-value",
18048
+ "description": "",
18049
+ "doc-url": "https://vuetifyjs.com/api/v-validation#props",
18050
+ "value": {
18051
+ "kind": "expression",
18052
+ "type": "any"
18053
+ }
17867
18054
  }
17868
18055
  ],
17869
18056
  "events": [
@@ -17924,7 +18111,9 @@
17924
18111
  "kind": "expression",
17925
18112
  "type": [
17926
18113
  "boolean",
17927
- "string"
18114
+ "string",
18115
+ "function",
18116
+ "object"
17928
18117
  ]
17929
18118
  }
17930
18119
  },
@@ -17937,7 +18126,9 @@
17937
18126
  "kind": "expression",
17938
18127
  "type": [
17939
18128
  "boolean",
17940
- "string"
18129
+ "string",
18130
+ "function",
18131
+ "object"
17941
18132
  ]
17942
18133
  }
17943
18134
  },
@@ -18131,17 +18322,6 @@
18131
18322
  ]
18132
18323
  }
18133
18324
  },
18134
- {
18135
- "name": "eager",
18136
- "description": "",
18137
- "doc-url": "https://vuetifyjs.com/api/v-window-item#props",
18138
- "default": "false",
18139
- "value": {
18140
- "kind": "expression",
18141
- "type": "boolean"
18142
- },
18143
- "type": "boolean"
18144
- },
18145
18325
  {
18146
18326
  "name": "value",
18147
18327
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
@@ -18170,6 +18350,17 @@
18170
18350
  "kind": "expression",
18171
18351
  "type": "string"
18172
18352
  }
18353
+ },
18354
+ {
18355
+ "name": "eager",
18356
+ "description": "",
18357
+ "doc-url": "https://vuetifyjs.com/api/v-window-item#props",
18358
+ "default": "false",
18359
+ "value": {
18360
+ "kind": "expression",
18361
+ "type": "boolean"
18362
+ },
18363
+ "type": "boolean"
18173
18364
  }
18174
18365
  ],
18175
18366
  "events": [],