vuetify 3.0.0-alpha.11 → 3.0.0-alpha.12

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 (638) hide show
  1. package/dist/json/attributes.json +775 -87
  2. package/dist/json/importMap.json +60 -4
  3. package/dist/json/tags.json +245 -13
  4. package/dist/json/web-types.json +2633 -486
  5. package/dist/vuetify.css +1974 -1521
  6. package/dist/vuetify.d.ts +6507 -1464
  7. package/dist/vuetify.esm.js +3463 -1276
  8. package/dist/vuetify.esm.js.map +1 -1
  9. package/dist/vuetify.js +3474 -1286
  10. package/dist/vuetify.js.map +1 -1
  11. package/dist/vuetify.min.css +3 -3
  12. package/dist/vuetify.min.js +2 -2
  13. package/dist/vuetify.min.js.map +1 -1
  14. package/lib/components/VAlert/VAlert.css +2 -3
  15. package/lib/components/VAlert/VAlert.mjs +6 -5
  16. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  17. package/lib/components/VAlert/VAlert.sass +2 -2
  18. package/lib/components/VAlert/_variables.scss +1 -0
  19. package/lib/components/VAlert/index.mjs +1 -1
  20. package/lib/components/VAlert/index.mjs.map +1 -1
  21. package/lib/components/VApp/VApp.mjs +14 -7
  22. package/lib/components/VApp/VApp.mjs.map +1 -1
  23. package/lib/components/VApp/index.mjs +1 -1
  24. package/lib/components/VApp/index.mjs.map +1 -1
  25. package/lib/components/VAppBar/VAppBar.mjs +5 -4
  26. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  27. package/lib/components/VAppBar/VAppBarNavIcon.mjs +5 -4
  28. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  29. package/lib/components/VAppBar/VAppBarTitle.mjs +5 -4
  30. package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
  31. package/lib/components/VAppBar/index.mjs +3 -3
  32. package/lib/components/VAppBar/index.mjs.map +1 -1
  33. package/lib/components/VAutocomplete/VAutocomplete.mjs +20 -3
  34. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  35. package/lib/components/VAvatar/VAvatar.mjs +5 -4
  36. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  37. package/lib/components/VAvatar/index.mjs +1 -1
  38. package/lib/components/VAvatar/index.mjs.map +1 -1
  39. package/lib/components/VBadge/VBadge.mjs +1 -1
  40. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  41. package/lib/components/VBadge/index.mjs +1 -1
  42. package/lib/components/VBadge/index.mjs.map +1 -1
  43. package/lib/components/VBanner/VBanner.mjs +9 -8
  44. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  45. package/lib/components/VBanner/VBannerActions.mjs +1 -1
  46. package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
  47. package/lib/components/VBanner/VBannerAvatar.mjs +5 -4
  48. package/lib/components/VBanner/VBannerAvatar.mjs.map +1 -1
  49. package/lib/components/VBanner/VBannerContent.mjs +1 -1
  50. package/lib/components/VBanner/VBannerContent.mjs.map +1 -1
  51. package/lib/components/VBanner/VBannerText.mjs +1 -1
  52. package/lib/components/VBanner/VBannerText.mjs.map +1 -1
  53. package/lib/components/VBanner/index.mjs +5 -5
  54. package/lib/components/VBanner/index.mjs.map +1 -1
  55. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +5 -4
  56. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  57. package/lib/components/VBottomNavigation/index.mjs +1 -1
  58. package/lib/components/VBottomNavigation/index.mjs.map +1 -1
  59. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +8 -7
  60. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  61. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +1 -1
  62. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  63. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +6 -5
  64. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  65. package/lib/components/VBreadcrumbs/index.mjs +3 -3
  66. package/lib/components/VBreadcrumbs/index.mjs.map +1 -1
  67. package/lib/components/VBtn/VBtn.css +5 -14
  68. package/lib/components/VBtn/VBtn.mjs +7 -5
  69. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  70. package/lib/components/VBtn/VBtn.sass +5 -2
  71. package/lib/components/VBtn/index.mjs +1 -1
  72. package/lib/components/VBtn/index.mjs.map +1 -1
  73. package/lib/components/VBtnGroup/VBtnGroup.css +33 -0
  74. package/lib/components/VBtnGroup/VBtnGroup.mjs +29 -0
  75. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -0
  76. package/lib/components/VBtnGroup/VBtnGroup.sass +32 -0
  77. package/lib/components/VBtnGroup/index.mjs +2 -0
  78. package/lib/components/VBtnGroup/index.mjs.map +1 -0
  79. package/lib/components/VCalendar/VCalendar.mjs +8 -4
  80. package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
  81. package/lib/components/VCalendar/VCalendarCategory.sass +67 -0
  82. package/lib/components/VCalendar/_variables.scss +4 -0
  83. package/lib/components/VCalendar/mixins/calendar-base.mjs +2 -1
  84. package/lib/components/VCalendar/mixins/calendar-base.mjs.map +1 -1
  85. package/lib/components/VCalendar/mixins/calendar-with-events.mjs +17 -11
  86. package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
  87. package/lib/components/VCalendar/mixins/calendar-with-events.sass +7 -1
  88. package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs +2 -1
  89. package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs.map +1 -1
  90. package/lib/components/VCalendar/mixins/mouse.mjs +19 -0
  91. package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
  92. package/lib/components/VCalendar/modes/common.mjs +7 -3
  93. package/lib/components/VCalendar/modes/common.mjs.map +1 -1
  94. package/lib/components/VCalendar/modes/stack.mjs +2 -1
  95. package/lib/components/VCalendar/modes/stack.mjs.map +1 -1
  96. package/lib/components/VCalendar/util/events.mjs +3 -1
  97. package/lib/components/VCalendar/util/events.mjs.map +1 -1
  98. package/lib/components/VCalendar/util/timestamp.mjs +19 -7
  99. package/lib/components/VCalendar/util/timestamp.mjs.map +1 -1
  100. package/lib/components/VCard/VCard.css +1 -11
  101. package/lib/components/VCard/VCard.mjs +15 -14
  102. package/lib/components/VCard/VCard.mjs.map +1 -1
  103. package/lib/components/VCard/VCard.sass +1 -0
  104. package/lib/components/VCard/VCardActions.mjs +1 -1
  105. package/lib/components/VCard/VCardActions.mjs.map +1 -1
  106. package/lib/components/VCard/VCardAvatar.mjs +1 -1
  107. package/lib/components/VCard/VCardAvatar.mjs.map +1 -1
  108. package/lib/components/VCard/VCardHeader.mjs +1 -1
  109. package/lib/components/VCard/VCardHeader.mjs.map +1 -1
  110. package/lib/components/VCard/VCardHeaderText.mjs +1 -1
  111. package/lib/components/VCard/VCardHeaderText.mjs.map +1 -1
  112. package/lib/components/VCard/VCardImg.mjs +1 -1
  113. package/lib/components/VCard/VCardImg.mjs.map +1 -1
  114. package/lib/components/VCard/VCardSubtitle.mjs +1 -1
  115. package/lib/components/VCard/VCardSubtitle.mjs.map +1 -1
  116. package/lib/components/VCard/VCardText.mjs +1 -1
  117. package/lib/components/VCard/VCardText.mjs.map +1 -1
  118. package/lib/components/VCard/VCardTitle.mjs +1 -1
  119. package/lib/components/VCard/VCardTitle.mjs.map +1 -1
  120. package/lib/components/VCard/index.mjs +9 -10
  121. package/lib/components/VCard/index.mjs.map +1 -1
  122. package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
  123. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  124. package/lib/components/VCheckbox/VCheckbox.css +3 -0
  125. package/lib/components/VCheckbox/VCheckbox.mjs +57 -82
  126. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  127. package/lib/components/VCheckbox/VCheckbox.sass +8 -8
  128. package/lib/components/VCheckbox/_variables.scss +2 -4
  129. package/lib/components/VCheckbox/index.mjs +1 -9
  130. package/lib/components/VCheckbox/index.mjs.map +1 -1
  131. package/lib/components/VChip/VChip.css +61 -65
  132. package/lib/components/VChip/VChip.mjs +10 -8
  133. package/lib/components/VChip/VChip.mjs.map +1 -1
  134. package/lib/components/VChip/VChip.sass +4 -11
  135. package/lib/components/VChip/_mixins.scss +3 -2
  136. package/lib/components/VChip/_variables.scss +3 -12
  137. package/lib/components/VChip/index.mjs +1 -1
  138. package/lib/components/VChip/index.mjs.map +1 -1
  139. package/lib/components/VColorPicker/VColorPickerEdit.mjs +2 -1
  140. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  141. package/lib/components/VCombobox/VCombobox.mjs +0 -5
  142. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  143. package/lib/components/VCounter/VCounter.css +2 -0
  144. package/lib/components/VCounter/VCounter.mjs +27 -13
  145. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  146. package/lib/components/VCounter/VCounter.sass +3 -0
  147. package/lib/components/VCounter/_variables.scss +2 -0
  148. package/lib/components/VDataIterator/VDataIterator.mjs +12 -4
  149. package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
  150. package/lib/components/VDataTable/MobileRow.mjs +6 -5
  151. package/lib/components/VDataTable/MobileRow.mjs.map +1 -1
  152. package/lib/components/VDataTable/Row.mjs +19 -11
  153. package/lib/components/VDataTable/Row.mjs.map +1 -1
  154. package/lib/components/VDataTable/RowGroup.mjs +5 -4
  155. package/lib/components/VDataTable/RowGroup.mjs.map +1 -1
  156. package/lib/components/VDataTable/VDataTable.mjs +4 -2
  157. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  158. package/lib/components/VDataTable/VDataTableHeader.mjs +6 -5
  159. package/lib/components/VDataTable/VDataTableHeader.mjs.map +1 -1
  160. package/lib/components/VDataTable/VDataTableHeaderMobile.mjs +2 -2
  161. package/lib/components/VDataTable/VDataTableHeaderMobile.mjs.map +1 -1
  162. package/lib/components/VDataTable/VEditDialog.mjs +4 -3
  163. package/lib/components/VDataTable/VEditDialog.mjs.map +1 -1
  164. package/lib/components/VDatePicker/mixins/date-picker-table.mjs +2 -1
  165. package/lib/components/VDatePicker/mixins/date-picker-table.mjs.map +1 -1
  166. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +6 -4
  167. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +1 -1
  168. package/lib/components/VDatePicker/util/pad.mjs +4 -1
  169. package/lib/components/VDatePicker/util/pad.mjs.map +1 -1
  170. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +6 -4
  171. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  172. package/lib/components/VDefaultsProvider/index.mjs +1 -1
  173. package/lib/components/VDefaultsProvider/index.mjs.map +1 -1
  174. package/lib/components/VDialog/VDialog.css +8 -1
  175. package/lib/components/VDialog/VDialog.mjs +8 -6
  176. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  177. package/lib/components/VDialog/VDialog.sass +7 -0
  178. package/lib/components/VDialog/index.mjs +1 -2
  179. package/lib/components/VDialog/index.mjs.map +1 -1
  180. package/lib/components/VDivider/VDivider.mjs +5 -4
  181. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  182. package/lib/components/VDivider/index.mjs +1 -1
  183. package/lib/components/VDivider/index.mjs.map +1 -1
  184. package/lib/components/VExpansionPanel/VExpansionPanel.css +2 -2
  185. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +7 -6
  186. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  187. package/lib/components/VExpansionPanel/VExpansionPanel.sass +2 -0
  188. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +5 -4
  189. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  190. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +5 -4
  191. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  192. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +8 -4
  193. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  194. package/lib/components/VExpansionPanel/index.mjs +4 -4
  195. package/lib/components/VExpansionPanel/index.mjs.map +1 -1
  196. package/lib/components/VField/VField.css +43 -38
  197. package/lib/components/VField/VField.mjs +129 -121
  198. package/lib/components/VField/VField.mjs.map +1 -1
  199. package/lib/components/VField/VField.sass +51 -38
  200. package/lib/components/VField/VFieldLabel.mjs +12 -14
  201. package/lib/components/VField/VFieldLabel.mjs.map +1 -1
  202. package/lib/components/VField/_variables.scss +6 -4
  203. package/lib/components/VField/index.mjs +1 -1
  204. package/lib/components/VField/index.mjs.map +1 -1
  205. package/lib/components/VFileInput/VFileInput.mjs +68 -59
  206. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  207. package/lib/components/VFileInput/index.mjs +1 -1
  208. package/lib/components/VFileInput/index.mjs.map +1 -1
  209. package/lib/components/VFooter/VFooter.mjs +5 -4
  210. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  211. package/lib/components/VFooter/index.mjs +1 -1
  212. package/lib/components/VFooter/index.mjs.map +1 -1
  213. package/lib/components/VForm/VForm.mjs +29 -131
  214. package/lib/components/VForm/VForm.mjs.map +1 -1
  215. package/lib/components/VForm/index.mjs +1 -3
  216. package/lib/components/VForm/index.mjs.map +1 -1
  217. package/lib/components/VGrid/VCol.mjs +5 -4
  218. package/lib/components/VGrid/VCol.mjs.map +1 -1
  219. package/lib/components/VGrid/VContainer.mjs +5 -4
  220. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  221. package/lib/components/VGrid/VRow.mjs +5 -4
  222. package/lib/components/VGrid/VRow.mjs.map +1 -1
  223. package/lib/components/VGrid/VSpacer.mjs +1 -1
  224. package/lib/components/VGrid/VSpacer.mjs.map +1 -1
  225. package/lib/components/VGrid/index.mjs +4 -4
  226. package/lib/components/VGrid/index.mjs.map +1 -1
  227. package/lib/components/VHover/VHover.mjs +5 -4
  228. package/lib/components/VHover/VHover.mjs.map +1 -1
  229. package/lib/components/VHover/index.mjs +1 -1
  230. package/lib/components/VHover/index.mjs.map +1 -1
  231. package/lib/components/VIcon/VIcon.mjs +5 -4
  232. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  233. package/lib/components/VIcon/index.mjs +1 -1
  234. package/lib/components/VIcon/index.mjs.map +1 -1
  235. package/lib/components/VImg/VImg.css +8 -0
  236. package/lib/components/VImg/VImg.mjs +44 -14
  237. package/lib/components/VImg/VImg.mjs.map +1 -1
  238. package/lib/components/VImg/VImg.sass +10 -5
  239. package/lib/components/VImg/index.mjs +1 -1
  240. package/lib/components/VImg/index.mjs.map +1 -1
  241. package/lib/components/VInput/VInput.css +17 -2
  242. package/lib/components/VInput/VInput.mjs +75 -21
  243. package/lib/components/VInput/VInput.mjs.map +1 -1
  244. package/lib/components/VInput/VInput.sass +17 -3
  245. package/lib/components/VInput/_variables.scss +1 -0
  246. package/lib/components/VItemGroup/VItem.mjs +5 -4
  247. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  248. package/lib/components/VItemGroup/VItemGroup.mjs +5 -4
  249. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  250. package/lib/components/VItemGroup/index.mjs +2 -2
  251. package/lib/components/VItemGroup/index.mjs.map +1 -1
  252. package/lib/components/VLabel/VLabel.css +18 -0
  253. package/lib/components/VLabel/VLabel.mjs +22 -55
  254. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  255. package/lib/components/VLabel/VLabel.sass +19 -11
  256. package/lib/components/VLabel/_variables.scss +7 -4
  257. package/lib/components/VLabel/index.mjs +1 -3
  258. package/lib/components/VLabel/index.mjs.map +1 -1
  259. package/lib/components/VLayout/VLayout.mjs +5 -4
  260. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  261. package/lib/components/VLayout/VLayoutItem.mjs +5 -4
  262. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  263. package/lib/components/VLayout/index.mjs +2 -2
  264. package/lib/components/VLayout/index.mjs.map +1 -1
  265. package/lib/components/VLazy/VLazy.mjs +5 -4
  266. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  267. package/lib/components/VLazy/index.mjs +1 -1
  268. package/lib/components/VLazy/index.mjs.map +1 -1
  269. package/lib/components/VList/VList.mjs +70 -15
  270. package/lib/components/VList/VList.mjs.map +1 -1
  271. package/lib/components/VList/VListChildren.mjs +43 -0
  272. package/lib/components/VList/VListChildren.mjs.map +1 -0
  273. package/lib/components/VList/VListGroup.mjs +94 -0
  274. package/lib/components/VList/VListGroup.mjs.map +1 -0
  275. package/lib/components/VList/VListImg.mjs +1 -1
  276. package/lib/components/VList/VListImg.mjs.map +1 -1
  277. package/lib/components/VList/VListItem.css +28 -1
  278. package/lib/components/VList/VListItem.mjs +58 -19
  279. package/lib/components/VList/VListItem.mjs.map +1 -1
  280. package/lib/components/VList/VListItem.sass +21 -0
  281. package/lib/components/VList/VListItemAvatar.mjs +5 -4
  282. package/lib/components/VList/VListItemAvatar.mjs.map +1 -1
  283. package/lib/components/VList/VListItemHeader.mjs +1 -1
  284. package/lib/components/VList/VListItemHeader.mjs.map +1 -1
  285. package/lib/components/VList/VListItemMedia.mjs +5 -4
  286. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  287. package/lib/components/VList/VListItemSubtitle.mjs +1 -1
  288. package/lib/components/VList/VListItemSubtitle.mjs.map +1 -1
  289. package/lib/components/VList/VListItemTitle.mjs +1 -1
  290. package/lib/components/VList/VListItemTitle.mjs.map +1 -1
  291. package/lib/components/VList/VListSubheader.mjs +5 -4
  292. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  293. package/lib/components/VList/index.mjs +10 -9
  294. package/lib/components/VList/index.mjs.map +1 -1
  295. package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -4
  296. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  297. package/lib/components/VLocaleProvider/index.mjs +1 -1
  298. package/lib/components/VLocaleProvider/index.mjs.map +1 -1
  299. package/lib/components/VMain/VMain.mjs +7 -6
  300. package/lib/components/VMain/VMain.mjs.map +1 -1
  301. package/lib/components/VMain/index.mjs +1 -1
  302. package/lib/components/VMain/index.mjs.map +1 -1
  303. package/lib/components/VMenu/VMenu.mjs +8 -6
  304. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  305. package/lib/components/VMenu/VMenu.sass +1 -1
  306. package/lib/components/VMenu/index.mjs +1 -2
  307. package/lib/components/VMenu/index.mjs.map +1 -1
  308. package/lib/components/VMessages/VMessages.css +16 -0
  309. package/lib/components/VMessages/VMessages.mjs +36 -40
  310. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  311. package/lib/components/VMessages/VMessages.sass +5 -10
  312. package/lib/components/VMessages/_variables.scss +3 -2
  313. package/lib/components/VMessages/index.mjs +1 -3
  314. package/lib/components/VMessages/index.mjs.map +1 -1
  315. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +3 -3
  316. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +8 -4
  317. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  318. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +3 -3
  319. package/lib/components/VNavigationDrawer/index.mjs +1 -1
  320. package/lib/components/VNavigationDrawer/index.mjs.map +1 -1
  321. package/lib/components/VNoSsr/VNoSsr.mjs +10 -18
  322. package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
  323. package/lib/components/VNoSsr/index.mjs +1 -1
  324. package/lib/components/VNoSsr/index.mjs.map +1 -1
  325. package/lib/components/VOtpInput/VOtpInput.mjs +345 -0
  326. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -0
  327. package/lib/components/VOtpInput/VOtpInput.sass +37 -0
  328. package/lib/components/VOtpInput/_variables.scss +4 -0
  329. package/lib/components/VOtpInput/index.mjs +4 -0
  330. package/lib/components/VOtpInput/index.mjs.map +1 -0
  331. package/lib/components/VOverlay/VOverlay.css +8 -1
  332. package/lib/components/VOverlay/VOverlay.mjs +45 -27
  333. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  334. package/lib/components/VOverlay/VOverlay.sass +6 -1
  335. package/lib/components/VOverlay/index.mjs +1 -2
  336. package/lib/components/VOverlay/index.mjs.map +1 -1
  337. package/lib/components/VOverlay/positionStrategies.mjs +6 -3
  338. package/lib/components/VOverlay/positionStrategies.mjs.map +1 -1
  339. package/lib/components/VOverlay/scrollStrategies.mjs +14 -1
  340. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  341. package/lib/components/VOverlay/useActivator.mjs +26 -22
  342. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  343. package/lib/components/VOverlay/util/point.mjs.map +1 -1
  344. package/lib/components/VPagination/VPagination.mjs +7 -6
  345. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  346. package/lib/components/VPagination/VPaginationBtn.mjs +1 -1
  347. package/lib/components/VPagination/VPaginationBtn.mjs.map +1 -1
  348. package/lib/components/VPagination/index.mjs +2 -2
  349. package/lib/components/VPagination/index.mjs.map +1 -1
  350. package/lib/components/VParallax/VParallax.css +7 -0
  351. package/lib/components/VParallax/VParallax.mjs +71 -77
  352. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  353. package/lib/components/VParallax/VParallax.sass +1 -32
  354. package/lib/components/VParallax/index.mjs +1 -3
  355. package/lib/components/VParallax/index.mjs.map +1 -1
  356. package/lib/components/VProgressCircular/VProgressCircular.mjs +5 -4
  357. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  358. package/lib/components/VProgressCircular/index.mjs +1 -1
  359. package/lib/components/VProgressCircular/index.mjs.map +1 -1
  360. package/lib/components/VProgressLinear/VProgressLinear.css +0 -1
  361. package/lib/components/VProgressLinear/VProgressLinear.mjs +5 -6
  362. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  363. package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
  364. package/lib/components/VProgressLinear/index.mjs +1 -1
  365. package/lib/components/VProgressLinear/index.mjs.map +1 -1
  366. package/lib/components/VRadio/VRadio.mjs +34 -0
  367. package/lib/components/VRadio/VRadio.mjs.map +1 -0
  368. package/lib/components/VRadio/index.mjs +2 -0
  369. package/lib/components/VRadio/index.mjs.map +1 -0
  370. package/lib/components/VRadioGroup/VRadioGroup.css +10 -0
  371. package/lib/components/VRadioGroup/VRadioGroup.mjs +70 -69
  372. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  373. package/lib/components/VRadioGroup/VRadioGroup.sass +7 -37
  374. package/lib/components/VRadioGroup/_variables.scss +3 -3
  375. package/lib/components/VRadioGroup/index.mjs +1 -9
  376. package/lib/components/VRadioGroup/index.mjs.map +1 -1
  377. package/lib/components/VRangeSlider/VRangeSlider.mjs +13 -3
  378. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  379. package/lib/components/VRating/VRating.css +1 -1
  380. package/lib/components/VRating/VRating.mjs +12 -9
  381. package/lib/components/VRating/VRating.mjs.map +1 -1
  382. package/lib/components/VRating/VRating.sass +3 -2
  383. package/lib/components/VRating/index.mjs +1 -1
  384. package/lib/components/VRating/index.mjs.map +1 -1
  385. package/lib/components/VResponsive/VResponsive.css +1 -0
  386. package/lib/components/VResponsive/VResponsive.mjs +5 -4
  387. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  388. package/lib/components/VResponsive/VResponsive.sass +1 -0
  389. package/lib/components/VResponsive/index.mjs +1 -1
  390. package/lib/components/VResponsive/index.mjs.map +1 -1
  391. package/lib/components/VSelect/VSelect.mjs +15 -7
  392. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  393. package/lib/components/VSelect/VSelectList.mjs +9 -7
  394. package/lib/components/VSelect/VSelectList.mjs.map +1 -1
  395. package/lib/components/VSelectionControl/VSelectionControl.css +94 -0
  396. package/lib/components/VSelectionControl/VSelectionControl.mjs +209 -0
  397. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -0
  398. package/lib/components/VSelectionControl/VSelectionControl.sass +87 -0
  399. package/lib/components/VSelectionControl/_variables.scss +9 -0
  400. package/lib/components/VSelectionControl/index.mjs +2 -0
  401. package/lib/components/VSelectionControl/index.mjs.map +1 -0
  402. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +3 -0
  403. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +64 -0
  404. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -0
  405. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +9 -0
  406. package/lib/components/VSelectionControlGroup/_variables.scss +4 -0
  407. package/lib/components/VSelectionControlGroup/index.mjs +2 -0
  408. package/lib/components/VSelectionControlGroup/index.mjs.map +1 -0
  409. package/lib/components/VSheet/VSheet.css +1 -0
  410. package/lib/components/VSheet/VSheet.mjs +5 -4
  411. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  412. package/lib/components/VSheet/VSheet.sass +2 -0
  413. package/lib/components/VSheet/index.mjs +1 -1
  414. package/lib/components/VSheet/index.mjs.map +1 -1
  415. package/lib/components/VSlideGroup/VSlideGroup.mjs +72 -41
  416. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  417. package/lib/components/VSlider/VSlider.mjs +6 -5
  418. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  419. package/lib/components/VSnackbar/VSnackbar.mjs +4 -8
  420. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  421. package/lib/components/VSnackbar/VSnackbar.sass +2 -0
  422. package/lib/components/VSparkline/helpers/path.mjs +3 -1
  423. package/lib/components/VSparkline/helpers/path.mjs.map +1 -1
  424. package/lib/components/VStepper/VStepper.sass +5 -1
  425. package/lib/components/VStepper/_variables.scss +2 -1
  426. package/lib/components/VSwitch/VSwitch.css +54 -0
  427. package/lib/components/VSwitch/VSwitch.mjs +73 -111
  428. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  429. package/lib/components/VSwitch/VSwitch.sass +57 -129
  430. package/lib/components/VSwitch/_variables.scss +7 -23
  431. package/lib/components/VSwitch/index.mjs +1 -3
  432. package/lib/components/VSwitch/index.mjs.map +1 -1
  433. package/lib/components/VSystemBar/VSystemBar.mjs +5 -4
  434. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  435. package/lib/components/VSystemBar/index.mjs +1 -1
  436. package/lib/components/VSystemBar/index.mjs.map +1 -1
  437. package/lib/components/VTable/VTable.css +143 -0
  438. package/lib/components/VTable/VTable.mjs +55 -0
  439. package/lib/components/VTable/VTable.mjs.map +1 -0
  440. package/lib/components/VTable/VTable.sass +156 -0
  441. package/lib/components/VTable/_mixins.scss +25 -0
  442. package/lib/components/VTable/_variables.scss +21 -0
  443. package/lib/components/VTable/index.mjs +2 -0
  444. package/lib/components/VTable/index.mjs.map +1 -0
  445. package/lib/components/VTabs/VTab.mjs +17 -7
  446. package/lib/components/VTabs/VTab.mjs.map +1 -1
  447. package/lib/components/VTabs/VTabs.sass +5 -2
  448. package/lib/components/VTabs/VTabsBar.mjs +1 -1
  449. package/lib/components/VTabs/VTabsBar.mjs.map +1 -1
  450. package/lib/components/VTextField/VTextField.css +5 -10
  451. package/lib/components/VTextField/VTextField.mjs +45 -30
  452. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  453. package/lib/components/VTextField/VTextField.sass +6 -10
  454. package/lib/components/VTextField/_variables.scss +2 -0
  455. package/lib/components/VTextarea/VTextarea.css +32 -0
  456. package/lib/components/VTextarea/VTextarea.mjs +189 -73
  457. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  458. package/lib/components/VTextarea/VTextarea.sass +23 -77
  459. package/lib/components/VTextarea/_variables.scss +2 -4
  460. package/lib/components/VTextarea/index.mjs +1 -3
  461. package/lib/components/VTextarea/index.mjs.map +1 -1
  462. package/lib/components/VThemeProvider/VThemeProvider.mjs +5 -4
  463. package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
  464. package/lib/components/VThemeProvider/index.mjs +1 -1
  465. package/lib/components/VThemeProvider/index.mjs.map +1 -1
  466. package/lib/components/VTimeline/VTimeline.css +3 -3
  467. package/lib/components/VTimeline/VTimeline.mjs +6 -5
  468. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  469. package/lib/components/VTimeline/VTimelineDivider.mjs +5 -4
  470. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  471. package/lib/components/VTimeline/VTimelineItem.mjs +6 -7
  472. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  473. package/lib/components/VTimeline/index.mjs +2 -2
  474. package/lib/components/VTimeline/index.mjs.map +1 -1
  475. package/lib/components/VToolbar/VToolbar.mjs +2 -1
  476. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  477. package/lib/components/VTooltip/VTooltip.css +1 -0
  478. package/lib/components/VTooltip/VTooltip.mjs +7 -6
  479. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  480. package/lib/components/VTooltip/VTooltip.sass +1 -0
  481. package/lib/components/VTooltip/index.mjs +1 -1
  482. package/lib/components/VTooltip/index.mjs.map +1 -1
  483. package/lib/components/VTreeview/VTreeview.mjs +13 -6
  484. package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
  485. package/lib/components/VTreeview/VTreeviewNode.mjs +3 -1
  486. package/lib/components/VTreeview/VTreeviewNode.mjs.map +1 -1
  487. package/lib/components/VValidation/VValidation.mjs +23 -0
  488. package/lib/components/VValidation/VValidation.mjs.map +1 -0
  489. package/lib/components/VValidation/index.mjs +2 -0
  490. package/lib/components/VValidation/index.mjs.map +1 -0
  491. package/lib/components/index.d.ts +6997 -2078
  492. package/lib/components/index.mjs +23 -16
  493. package/lib/components/index.mjs.map +1 -1
  494. package/lib/components/transitions/createTransition.mjs +14 -14
  495. package/lib/components/transitions/createTransition.mjs.map +1 -1
  496. package/lib/components/transitions/dialog-transition.mjs +5 -4
  497. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  498. package/lib/components/transitions/expand-transition.mjs +3 -1
  499. package/lib/components/transitions/expand-transition.mjs.map +1 -1
  500. package/lib/components/transitions/index.mjs +1 -1
  501. package/lib/components/transitions/index.mjs.map +1 -1
  502. package/lib/composables/display.mjs +2 -1
  503. package/lib/composables/display.mjs.map +1 -1
  504. package/lib/composables/filter.mjs +90 -0
  505. package/lib/composables/filter.mjs.map +1 -0
  506. package/lib/composables/form.mjs +101 -0
  507. package/lib/composables/form.mjs.map +1 -0
  508. package/lib/composables/group.mjs +14 -10
  509. package/lib/composables/group.mjs.map +1 -1
  510. package/lib/composables/hydration.mjs +12 -0
  511. package/lib/composables/hydration.mjs.map +1 -0
  512. package/lib/composables/icons.mjs +4 -3
  513. package/lib/composables/icons.mjs.map +1 -1
  514. package/lib/composables/index.mjs +1 -0
  515. package/lib/composables/index.mjs.map +1 -1
  516. package/lib/composables/layout.mjs +13 -5
  517. package/lib/composables/layout.mjs.map +1 -1
  518. package/lib/composables/loader.mjs +38 -0
  519. package/lib/composables/loader.mjs.map +1 -0
  520. package/lib/composables/locale.mjs +5 -1
  521. package/lib/composables/locale.mjs.map +1 -1
  522. package/lib/composables/nested/activeStrategies.mjs +19 -0
  523. package/lib/composables/nested/activeStrategies.mjs.map +1 -0
  524. package/lib/composables/nested/nested.mjs +207 -0
  525. package/lib/composables/nested/nested.mjs.map +1 -0
  526. package/lib/composables/nested/openStrategies.mjs +49 -0
  527. package/lib/composables/nested/openStrategies.mjs.map +1 -0
  528. package/lib/composables/nested/selectStrategies.mjs +127 -0
  529. package/lib/composables/nested/selectStrategies.mjs.map +1 -0
  530. package/lib/composables/proxiedModel.mjs +6 -5
  531. package/lib/composables/proxiedModel.mjs.map +1 -1
  532. package/lib/composables/refs.mjs.map +1 -1
  533. package/lib/composables/router.mjs +4 -4
  534. package/lib/composables/router.mjs.map +1 -1
  535. package/lib/composables/scroll.mjs +2 -1
  536. package/lib/composables/scroll.mjs.map +1 -1
  537. package/lib/composables/stack.mjs +33 -0
  538. package/lib/composables/stack.mjs.map +1 -0
  539. package/lib/composables/theme.mjs +5 -6
  540. package/lib/composables/theme.mjs.map +1 -1
  541. package/lib/composables/transition.mjs +4 -3
  542. package/lib/composables/transition.mjs.map +1 -1
  543. package/lib/composables/validation.mjs +116 -0
  544. package/lib/composables/validation.mjs.map +1 -0
  545. package/lib/directives/click-outside/index.mjs +23 -11
  546. package/lib/directives/click-outside/index.mjs.map +1 -1
  547. package/lib/directives/index.d.ts +3 -3
  548. package/lib/directives/intersect/index.mjs +19 -12
  549. package/lib/directives/intersect/index.mjs.map +1 -1
  550. package/lib/directives/mutate/index.mjs +13 -7
  551. package/lib/directives/mutate/index.mjs.map +1 -1
  552. package/lib/directives/resize/index.mjs +8 -5
  553. package/lib/directives/resize/index.mjs.map +1 -1
  554. package/lib/directives/ripple/index.mjs +5 -2
  555. package/lib/directives/ripple/index.mjs.map +1 -1
  556. package/lib/directives/scroll/index.mjs +9 -6
  557. package/lib/directives/scroll/index.mjs.map +1 -1
  558. package/lib/directives/touch/index.mjs +2 -1
  559. package/lib/directives/touch/index.mjs.map +1 -1
  560. package/lib/entry-bundler.mjs +3 -2
  561. package/lib/entry-bundler.mjs.map +1 -1
  562. package/lib/framework.mjs +4 -1
  563. package/lib/framework.mjs.map +1 -1
  564. package/lib/index.d.ts +92 -2
  565. package/lib/locale/cs.mjs +3 -3
  566. package/lib/locale/cs.mjs.map +1 -1
  567. package/lib/locale/es.mjs +2 -2
  568. package/lib/locale/es.mjs.map +1 -1
  569. package/lib/locale/fr.mjs +1 -1
  570. package/lib/locale/fr.mjs.map +1 -1
  571. package/lib/mixins/applicationable/index.mjs +5 -2
  572. package/lib/mixins/applicationable/index.mjs.map +1 -1
  573. package/lib/mixins/colorable/index.mjs +6 -2
  574. package/lib/mixins/colorable/index.mjs.map +1 -1
  575. package/lib/mixins/overlayable/index.mjs +26 -37
  576. package/lib/mixins/overlayable/index.mjs.map +1 -1
  577. package/lib/mixins/picker-button/index.mjs +3 -1
  578. package/lib/mixins/picker-button/index.mjs.map +1 -1
  579. package/lib/mixins/proxyable/index.mjs +3 -3
  580. package/lib/mixins/proxyable/index.mjs.map +1 -1
  581. package/lib/mixins/rippleable/index.mjs +2 -1
  582. package/lib/mixins/rippleable/index.mjs.map +1 -1
  583. package/lib/mixins/stackable/index.mjs +2 -1
  584. package/lib/mixins/stackable/index.mjs.map +1 -1
  585. package/lib/mixins/toggleable/index.mjs +3 -3
  586. package/lib/mixins/toggleable/index.mjs.map +1 -1
  587. package/lib/mixins/validatable/index.mjs +3 -1
  588. package/lib/mixins/validatable/index.mjs.map +1 -1
  589. package/lib/services/application/index.mjs +2 -2
  590. package/lib/services/breakpoint/index.mjs +2 -1
  591. package/lib/services/breakpoint/index.mjs.map +1 -1
  592. package/lib/services/goto/index.mjs +6 -2
  593. package/lib/services/goto/index.mjs.map +1 -1
  594. package/lib/services/lang/index.mjs +13 -3
  595. package/lib/services/lang/index.mjs.map +1 -1
  596. package/lib/styles/main.css +9 -10
  597. package/lib/styles/settings/_variables.scss +14 -11
  598. package/lib/styles/tools/_absolute.sass +3 -2
  599. package/lib/styles/tools/_variant.sass +1 -6
  600. package/lib/util/animation.mjs +7 -9
  601. package/lib/util/animation.mjs.map +1 -1
  602. package/lib/util/box.mjs +32 -0
  603. package/lib/util/box.mjs.map +1 -0
  604. package/lib/util/console.mjs +2 -1
  605. package/lib/util/console.mjs.map +1 -1
  606. package/lib/util/createSimpleFunctional.mjs +7 -4
  607. package/lib/util/createSimpleFunctional.mjs.map +1 -1
  608. package/lib/util/dateTimeUtils.mjs +3 -1
  609. package/lib/util/dateTimeUtils.mjs.map +1 -1
  610. package/lib/util/defineComponent.mjs +5 -1
  611. package/lib/util/defineComponent.mjs.map +1 -1
  612. package/lib/util/getCurrentInstance.mjs +12 -0
  613. package/lib/util/getCurrentInstance.mjs.map +1 -0
  614. package/lib/util/getScrollParent.mjs +1 -2
  615. package/lib/util/getScrollParent.mjs.map +1 -1
  616. package/lib/util/globals.mjs +1 -0
  617. package/lib/util/globals.mjs.map +1 -1
  618. package/lib/util/helpers.mjs +28 -11
  619. package/lib/util/helpers.mjs.map +1 -1
  620. package/lib/util/index.mjs +1 -0
  621. package/lib/util/useRender.mjs +4 -2
  622. package/lib/util/useRender.mjs.map +1 -1
  623. package/package.json +37 -49
  624. package/lib/components/VCheckbox/VSimpleCheckbox.mjs +0 -92
  625. package/lib/components/VCheckbox/VSimpleCheckbox.mjs.map +0 -1
  626. package/lib/components/VCheckbox/VSimpleCheckbox.sass +0 -16
  627. package/lib/components/VDataTable/VSimpleTable.mjs +0 -48
  628. package/lib/components/VDataTable/VSimpleTable.mjs.map +0 -1
  629. package/lib/components/VDataTable/VSimpleTable.sass +0 -179
  630. package/lib/components/VParallax/_variables.scss +0 -4
  631. package/lib/components/VRadioGroup/VRadio.mjs +0 -179
  632. package/lib/components/VRadioGroup/VRadio.mjs.map +0 -1
  633. package/lib/components/VRadioGroup/VRadio.sass +0 -25
  634. package/lib/composables/index.d.ts +0 -173
  635. package/lib/mixins/routable/index.mjs +0 -148
  636. package/lib/mixins/routable/index.mjs.map +0 -1
  637. package/lib/mixins/translatable/index.mjs +0 -59
  638. package/lib/mixins/translatable/index.mjs.map +0 -1
@@ -201,7 +201,7 @@
201
201
  },
202
202
  "v-alert/color": {
203
203
  "type": "string",
204
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors)."
204
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
205
205
  },
206
206
  "v-alert/text-color": {
207
207
  "type": "string",
@@ -735,6 +735,10 @@
735
735
  "type": "string",
736
736
  "description": "Applies one of 4 styles, default, contained, outlined, and text."
737
737
  },
738
+ "v-btn-group/tag": {
739
+ "type": "string",
740
+ "description": ""
741
+ },
738
742
  "v-card/append-avatar": {
739
743
  "type": "any",
740
744
  "description": "Appends a [v-avatar](/components/avatars/) component to the header"
@@ -911,10 +915,6 @@
911
915
  "type": "string",
912
916
  "description": ""
913
917
  },
914
- "v-card-item/tag": {
915
- "type": "string",
916
- "description": ""
917
- },
918
918
  "v-card-subtitle/tag": {
919
919
  "type": "string",
920
920
  "description": ""
@@ -927,6 +927,26 @@
927
927
  "type": "string",
928
928
  "description": ""
929
929
  },
930
+ "v-checkbox/indeterminate": {
931
+ "type": "any",
932
+ "description": "Sets an indeterminate state for the checkbox"
933
+ },
934
+ "v-checkbox/indeterminate-icon": {
935
+ "type": "string",
936
+ "description": "The icon used when in an indeterminate state"
937
+ },
938
+ "v-checkbox/off-icon": {
939
+ "type": "string",
940
+ "description": "The icon used when inactive"
941
+ },
942
+ "v-checkbox/on-icon": {
943
+ "type": "string",
944
+ "description": "The icon used when active"
945
+ },
946
+ "v-checkbox/model-value": {
947
+ "type": "any",
948
+ "description": ""
949
+ },
930
950
  "v-chip/active-class": {
931
951
  "type": "any",
932
952
  "description": ""
@@ -991,6 +1011,10 @@
991
1011
  "type": "boolean",
992
1012
  "description": ""
993
1013
  },
1014
+ "v-chip/text": {
1015
+ "type": "any",
1016
+ "description": ""
1017
+ },
994
1018
  "v-chip/model-value": {
995
1019
  "type": "boolean",
996
1020
  "description": ""
@@ -1136,7 +1160,7 @@
1136
1160
  "description": "Specify a custom tag used on the root element."
1137
1161
  },
1138
1162
  "v-expansion-panels/model-value": {
1139
- "type": "number|boolean|string|array|object",
1163
+ "type": "any",
1140
1164
  "description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
1141
1165
  },
1142
1166
  "v-expansion-panels/multiple": {
@@ -1259,10 +1283,6 @@
1259
1283
  "type": "any",
1260
1284
  "description": ""
1261
1285
  },
1262
- "v-field/disabled": {
1263
- "type": "boolean",
1264
- "description": ""
1265
- },
1266
1286
  "v-field/append-inner-icon": {
1267
1287
  "type": "string",
1268
1288
  "description": ""
@@ -1283,19 +1303,35 @@
1283
1303
  "type": "string",
1284
1304
  "description": ""
1285
1305
  },
1286
- "v-field/hide-details": {
1287
- "type": "boolean|string",
1306
+ "v-field/id": {
1307
+ "type": "string",
1288
1308
  "description": ""
1289
1309
  },
1290
- "v-field/hint": {
1310
+ "v-field/label": {
1291
1311
  "type": "string",
1292
1312
  "description": ""
1293
1313
  },
1294
- "v-field/id": {
1314
+ "v-field/persistent-clear": {
1315
+ "type": "boolean",
1316
+ "description": ""
1317
+ },
1318
+ "v-field/prepend-inner-icon": {
1295
1319
  "type": "string",
1296
1320
  "description": ""
1297
1321
  },
1298
- "v-field/label": {
1322
+ "v-field/reverse": {
1323
+ "type": "boolean",
1324
+ "description": ""
1325
+ },
1326
+ "v-field/single-line": {
1327
+ "type": "boolean",
1328
+ "description": ""
1329
+ },
1330
+ "v-field/variant": {
1331
+ "type": "string",
1332
+ "description": ""
1333
+ },
1334
+ "v-field/theme": {
1299
1335
  "type": "string",
1300
1336
  "description": ""
1301
1337
  },
@@ -1303,41 +1339,73 @@
1303
1339
  "type": "boolean",
1304
1340
  "description": ""
1305
1341
  },
1306
- "v-field/persistent-hint": {
1307
- "type": "boolean",
1342
+ "v-field/append-icon": {
1343
+ "type": "string",
1308
1344
  "description": ""
1309
1345
  },
1310
- "v-field/prepend-inner-icon": {
1346
+ "v-field/prepend-icon": {
1311
1347
  "type": "string",
1312
1348
  "description": ""
1313
1349
  },
1314
- "v-field/reverse": {
1350
+ "v-field/focused": {
1315
1351
  "type": "boolean",
1316
1352
  "description": ""
1317
1353
  },
1318
- "v-field/single-line": {
1354
+ "v-field/hide-details": {
1355
+ "type": "boolean|string",
1356
+ "description": ""
1357
+ },
1358
+ "v-field/hint": {
1359
+ "type": "string",
1360
+ "description": ""
1361
+ },
1362
+ "v-field/messages": {
1363
+ "type": "array|string",
1364
+ "description": ""
1365
+ },
1366
+ "v-field/persistent-hint": {
1319
1367
  "type": "boolean",
1320
1368
  "description": ""
1321
1369
  },
1322
- "v-field/variant": {
1370
+ "v-field/density": {
1323
1371
  "type": "string",
1372
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
1373
+ },
1374
+ "v-field/disabled": {
1375
+ "type": "boolean",
1324
1376
  "description": ""
1325
1377
  },
1326
- "v-field/theme": {
1378
+ "v-field/error": {
1379
+ "type": "boolean",
1380
+ "description": ""
1381
+ },
1382
+ "v-field/error-messages": {
1383
+ "type": "array|string",
1384
+ "description": ""
1385
+ },
1386
+ "v-field/max-errors": {
1387
+ "type": "number|string",
1388
+ "description": ""
1389
+ },
1390
+ "v-field/name": {
1327
1391
  "type": "string",
1328
1392
  "description": ""
1329
1393
  },
1330
- "v-field/transition": {
1331
- "type": "boolean|string|object",
1394
+ "v-field/readonly": {
1395
+ "type": "boolean",
1332
1396
  "description": ""
1333
1397
  },
1334
- "v-field-label/floating": {
1398
+ "v-field/rules": {
1399
+ "type": "array",
1400
+ "description": ""
1401
+ },
1402
+ "v-field/model-value": {
1335
1403
  "type": "any",
1336
1404
  "description": ""
1337
1405
  },
1338
- "v-field-label/theme": {
1339
- "type": "string",
1340
- "description": "Specify a theme for this component and all of its children"
1406
+ "v-field-label/floating": {
1407
+ "type": "any",
1408
+ "description": ""
1341
1409
  },
1342
1410
  "v-file-input/chips": {
1343
1411
  "type": "any",
@@ -1359,22 +1427,10 @@
1359
1427
  "type": "any",
1360
1428
  "description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
1361
1429
  },
1362
- "v-file-input/prepend-icon": {
1363
- "type": "string",
1364
- "description": ""
1365
- },
1366
1430
  "v-file-input/show-size": {
1367
1431
  "type": "boolean|number",
1368
1432
  "description": "Sets the displayed size of selected file(s). When using **true** will default to _1000_ displaying (**kB, MB, GB**) while _1024_ will display (**KiB, MiB, GiB**)."
1369
1433
  },
1370
- "v-file-input/model-value": {
1371
- "type": "array",
1372
- "description": ""
1373
- },
1374
- "v-file-input/disabled": {
1375
- "type": "boolean",
1376
- "description": ""
1377
- },
1378
1434
  "v-file-input/append-inner-icon": {
1379
1435
  "type": "string",
1380
1436
  "description": ""
@@ -1395,19 +1451,35 @@
1395
1451
  "type": "string",
1396
1452
  "description": ""
1397
1453
  },
1398
- "v-file-input/hide-details": {
1399
- "type": "boolean|string",
1454
+ "v-file-input/id": {
1455
+ "type": "string",
1400
1456
  "description": ""
1401
1457
  },
1402
- "v-file-input/hint": {
1458
+ "v-file-input/label": {
1403
1459
  "type": "string",
1404
1460
  "description": ""
1405
1461
  },
1406
- "v-file-input/id": {
1462
+ "v-file-input/persistent-clear": {
1463
+ "type": "boolean",
1464
+ "description": ""
1465
+ },
1466
+ "v-file-input/prepend-inner-icon": {
1407
1467
  "type": "string",
1408
1468
  "description": ""
1409
1469
  },
1410
- "v-file-input/label": {
1470
+ "v-file-input/reverse": {
1471
+ "type": "boolean",
1472
+ "description": ""
1473
+ },
1474
+ "v-file-input/single-line": {
1475
+ "type": "boolean",
1476
+ "description": ""
1477
+ },
1478
+ "v-file-input/variant": {
1479
+ "type": "string",
1480
+ "description": ""
1481
+ },
1482
+ "v-file-input/theme": {
1411
1483
  "type": "string",
1412
1484
  "description": ""
1413
1485
  },
@@ -1415,32 +1487,68 @@
1415
1487
  "type": "boolean",
1416
1488
  "description": ""
1417
1489
  },
1418
- "v-file-input/persistent-hint": {
1419
- "type": "boolean",
1490
+ "v-file-input/append-icon": {
1491
+ "type": "string",
1420
1492
  "description": ""
1421
1493
  },
1422
- "v-file-input/prepend-inner-icon": {
1494
+ "v-file-input/prepend-icon": {
1423
1495
  "type": "string",
1424
1496
  "description": ""
1425
1497
  },
1426
- "v-file-input/reverse": {
1498
+ "v-file-input/focused": {
1427
1499
  "type": "boolean",
1428
1500
  "description": ""
1429
1501
  },
1430
- "v-file-input/single-line": {
1502
+ "v-file-input/hide-details": {
1503
+ "type": "boolean|string",
1504
+ "description": ""
1505
+ },
1506
+ "v-file-input/hint": {
1507
+ "type": "string",
1508
+ "description": ""
1509
+ },
1510
+ "v-file-input/messages": {
1511
+ "type": "array|string",
1512
+ "description": ""
1513
+ },
1514
+ "v-file-input/persistent-hint": {
1431
1515
  "type": "boolean",
1432
1516
  "description": ""
1433
1517
  },
1434
- "v-file-input/variant": {
1518
+ "v-file-input/density": {
1435
1519
  "type": "string",
1520
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
1521
+ },
1522
+ "v-file-input/disabled": {
1523
+ "type": "boolean",
1436
1524
  "description": ""
1437
1525
  },
1438
- "v-file-input/theme": {
1526
+ "v-file-input/error": {
1527
+ "type": "boolean",
1528
+ "description": ""
1529
+ },
1530
+ "v-file-input/error-messages": {
1531
+ "type": "array|string",
1532
+ "description": ""
1533
+ },
1534
+ "v-file-input/max-errors": {
1535
+ "type": "number|string",
1536
+ "description": ""
1537
+ },
1538
+ "v-file-input/name": {
1439
1539
  "type": "string",
1440
1540
  "description": ""
1441
1541
  },
1442
- "v-file-input/transition": {
1443
- "type": "boolean|string|object",
1542
+ "v-file-input/readonly": {
1543
+ "type": "boolean",
1544
+ "description": ""
1545
+ },
1546
+ "v-file-input/rules": {
1547
+ "type": "array",
1548
+ "description": ""
1549
+ },
1550
+ "v-file-input/model-value": {
1551
+ "type": "array",
1444
1552
  "description": ""
1445
1553
  },
1446
1554
  "v-footer/border": {
@@ -1519,6 +1627,26 @@
1519
1627
  "type": "string",
1520
1628
  "description": "Specify a theme for this component and all of its children"
1521
1629
  },
1630
+ "v-form/disabled": {
1631
+ "type": "boolean",
1632
+ "description": "Puts all children inputs into a disabled state."
1633
+ },
1634
+ "v-form/fast-fail": {
1635
+ "type": "boolean",
1636
+ "description": ""
1637
+ },
1638
+ "v-form/lazy-validation": {
1639
+ "type": "boolean",
1640
+ "description": "If enabled, **value** will always be _true_ unless there are visible validation errors. You can still call `validate()` to manually trigger validation"
1641
+ },
1642
+ "v-form/readonly": {
1643
+ "type": "boolean",
1644
+ "description": "Puts all children inputs into a readonly state."
1645
+ },
1646
+ "v-form/model-value": {
1647
+ "type": "boolean",
1648
+ "description": ""
1649
+ },
1522
1650
  "v-container/fluid": {
1523
1651
  "type": "boolean",
1524
1652
  "description": "Removes viewport maximum-width size breakpoints."
@@ -1751,6 +1879,10 @@
1751
1879
  "type": "any",
1752
1880
  "description": "Will force the components content to render on mounted. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
1753
1881
  },
1882
+ "v-img/gradient": {
1883
+ "type": "any",
1884
+ "description": ""
1885
+ },
1754
1886
  "v-img/lazy-src": {
1755
1887
  "type": "any",
1756
1888
  "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied.\n\nUse [vuetify-loader](https://github.com/vuetifyjs/vuetify-loader) to generate automatically."
@@ -1759,10 +1891,6 @@
1759
1891
  "type": "object",
1760
1892
  "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
1761
1893
  },
1762
- "v-img/position": {
1763
- "type": "string",
1764
- "description": "Overrides the default to change which parts get cropped off. Uses the same syntax as [`background-position`](https://developer.mozilla.org/en-US/docs/Web/CSS/background-position)."
1765
- },
1766
1894
  "v-img/sizes": {
1767
1895
  "type": "any",
1768
1896
  "description": "For use with `srcset`, see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes)."
@@ -1775,24 +1903,80 @@
1775
1903
  "type": "any",
1776
1904
  "description": "A set of alternate images to use based on device size. [Read more...](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-srcset)."
1777
1905
  },
1906
+ "v-img/width": {
1907
+ "type": "any",
1908
+ "description": "Sets the width for the component."
1909
+ },
1778
1910
  "v-img/transition": {
1779
1911
  "type": "boolean|string|object",
1780
1912
  "description": "The transition to use when switching from `lazy-src` to `src`."
1781
1913
  },
1782
1914
  "v-input/append-icon": {
1783
- "type": "any",
1915
+ "type": "string",
1784
1916
  "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
1785
1917
  },
1786
1918
  "v-input/prepend-icon": {
1787
- "type": "any",
1919
+ "type": "string",
1788
1920
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
1789
1921
  },
1922
+ "v-input/focused": {
1923
+ "type": "boolean",
1924
+ "description": ""
1925
+ },
1926
+ "v-input/hide-details": {
1927
+ "type": "boolean|string",
1928
+ "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
1929
+ },
1930
+ "v-input/hint": {
1931
+ "type": "string",
1932
+ "description": "Hint text"
1933
+ },
1934
+ "v-input/messages": {
1935
+ "type": "array|string",
1936
+ "description": ""
1937
+ },
1938
+ "v-input/persistent-hint": {
1939
+ "type": "boolean",
1940
+ "description": "Forces hint to always be visible"
1941
+ },
1790
1942
  "v-input/density": {
1791
1943
  "type": "string",
1792
1944
  "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
1793
1945
  },
1946
+ "v-input/disabled": {
1947
+ "type": "boolean",
1948
+ "description": ""
1949
+ },
1950
+ "v-input/error": {
1951
+ "type": "boolean",
1952
+ "description": ""
1953
+ },
1954
+ "v-input/error-messages": {
1955
+ "type": "array|string",
1956
+ "description": ""
1957
+ },
1958
+ "v-input/max-errors": {
1959
+ "type": "number|string",
1960
+ "description": ""
1961
+ },
1962
+ "v-input/name": {
1963
+ "type": "string",
1964
+ "description": ""
1965
+ },
1966
+ "v-input/readonly": {
1967
+ "type": "boolean",
1968
+ "description": ""
1969
+ },
1970
+ "v-input/rules": {
1971
+ "type": "array",
1972
+ "description": ""
1973
+ },
1974
+ "v-input/model-value": {
1975
+ "type": "any",
1976
+ "description": ""
1977
+ },
1794
1978
  "v-item-group/model-value": {
1795
- "type": "number|boolean|string|array|object",
1979
+ "type": "any",
1796
1980
  "description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
1797
1981
  },
1798
1982
  "v-item-group/multiple": {
@@ -1931,6 +2115,34 @@
1931
2115
  "type": "boolean|string",
1932
2116
  "description": "Removes the top padding from `v-list-subheader` components. When used as a **String**, renders a subheader for you"
1933
2117
  },
2118
+ "v-list/items": {
2119
+ "type": "any",
2120
+ "description": ""
2121
+ },
2122
+ "v-list/select-strategy": {
2123
+ "type": "string|function",
2124
+ "description": ""
2125
+ },
2126
+ "v-list/open-strategy": {
2127
+ "type": "string|function",
2128
+ "description": ""
2129
+ },
2130
+ "v-list/active-strategy": {
2131
+ "type": "string|function",
2132
+ "description": ""
2133
+ },
2134
+ "v-list/opened": {
2135
+ "type": "array",
2136
+ "description": ""
2137
+ },
2138
+ "v-list/selected": {
2139
+ "type": "array",
2140
+ "description": ""
2141
+ },
2142
+ "v-list/active": {
2143
+ "type": "array",
2144
+ "description": ""
2145
+ },
1934
2146
  "v-list/border": {
1935
2147
  "type": "boolean|number|string",
1936
2148
  "description": "Applies border styles to component."
@@ -2043,6 +2255,10 @@
2043
2255
  "type": "any",
2044
2256
  "description": "Generates a `v-list-item-title` component with the supplied value"
2045
2257
  },
2258
+ "v-list-item/value": {
2259
+ "type": "any",
2260
+ "description": "The value used when a child of a [v-list-item-group](/components/list-item-groups)."
2261
+ },
2046
2262
  "v-list-item/border": {
2047
2263
  "type": "boolean|number|string",
2048
2264
  "description": "Applies border styles to component."
@@ -2155,7 +2371,27 @@
2155
2371
  "type": "string",
2156
2372
  "description": ""
2157
2373
  },
2158
- "v-locale-provider/locale": {
2374
+ "v-list-group/value": {
2375
+ "type": "any",
2376
+ "description": "Expands / Collapse the list-group"
2377
+ },
2378
+ "v-list-group/collapse-icon": {
2379
+ "type": "string",
2380
+ "description": ""
2381
+ },
2382
+ "v-list-group/expand-icon": {
2383
+ "type": "string",
2384
+ "description": ""
2385
+ },
2386
+ "v-list-group/items": {
2387
+ "type": "any",
2388
+ "description": ""
2389
+ },
2390
+ "v-list-group/tag": {
2391
+ "type": "string",
2392
+ "description": "Specify a custom tag used on the root element."
2393
+ },
2394
+ "v-locale-provider/locale": {
2159
2395
  "type": "any",
2160
2396
  "description": ""
2161
2397
  },
@@ -2277,12 +2513,16 @@
2277
2513
  },
2278
2514
  "v-overlay/absolute": {
2279
2515
  "type": "any",
2280
- "description": "Applies **position: absolute** to the component."
2516
+ "description": "Applies **position: absolute** to the content element."
2281
2517
  },
2282
2518
  "v-overlay/attach": {
2283
- "type": "boolean|string|object",
2519
+ "type": "any",
2284
2520
  "description": ""
2285
2521
  },
2522
+ "v-overlay/contained": {
2523
+ "type": "any",
2524
+ "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`."
2525
+ },
2286
2526
  "v-overlay/content-class": {
2287
2527
  "type": "any",
2288
2528
  "description": ""
@@ -2643,6 +2883,10 @@
2643
2883
  "type": "string",
2644
2884
  "description": "Applies one of 4 styles, default, contained, outlined, and text."
2645
2885
  },
2886
+ "v-parallax/scale": {
2887
+ "type": "number|string",
2888
+ "description": ""
2889
+ },
2646
2890
  "v-progress-circular/bg-color": {
2647
2891
  "type": "any",
2648
2892
  "description": ""
@@ -2751,6 +2995,42 @@
2751
2995
  "type": "string",
2752
2996
  "description": "Specify a theme for this component and all of its children"
2753
2997
  },
2998
+ "v-radio-group/height": {
2999
+ "type": "number|string",
3000
+ "description": "Sets the height for the component"
3001
+ },
3002
+ "v-radio-group/label": {
3003
+ "type": "any",
3004
+ "description": ""
3005
+ },
3006
+ "v-radio-group/id": {
3007
+ "type": "any",
3008
+ "description": ""
3009
+ },
3010
+ "v-radio-group/inline": {
3011
+ "type": "any",
3012
+ "description": ""
3013
+ },
3014
+ "v-radio-group/on-icon": {
3015
+ "type": "string",
3016
+ "description": ""
3017
+ },
3018
+ "v-radio-group/off-icon": {
3019
+ "type": "string",
3020
+ "description": ""
3021
+ },
3022
+ "v-radio-group/type": {
3023
+ "type": "string",
3024
+ "description": ""
3025
+ },
3026
+ "v-radio/off-icon": {
3027
+ "type": "string",
3028
+ "description": "The icon used when inactive"
3029
+ },
3030
+ "v-radio/on-icon": {
3031
+ "type": "string",
3032
+ "description": "The icon used when active"
3033
+ },
2754
3034
  "v-rating/name": {
2755
3035
  "type": "any",
2756
3036
  "description": ""
@@ -2863,6 +3143,126 @@
2863
3143
  "type": "number|string",
2864
3144
  "description": "Sets the width for the component."
2865
3145
  },
3146
+ "v-selection-control/color": {
3147
+ "type": "any",
3148
+ "description": ""
3149
+ },
3150
+ "v-selection-control/disabled": {
3151
+ "type": "any",
3152
+ "description": ""
3153
+ },
3154
+ "v-selection-control/error": {
3155
+ "type": "any",
3156
+ "description": ""
3157
+ },
3158
+ "v-selection-control/id": {
3159
+ "type": "any",
3160
+ "description": ""
3161
+ },
3162
+ "v-selection-control/inline": {
3163
+ "type": "any",
3164
+ "description": ""
3165
+ },
3166
+ "v-selection-control/label": {
3167
+ "type": "any",
3168
+ "description": ""
3169
+ },
3170
+ "v-selection-control/off-icon": {
3171
+ "type": "any",
3172
+ "description": ""
3173
+ },
3174
+ "v-selection-control/on-icon": {
3175
+ "type": "any",
3176
+ "description": ""
3177
+ },
3178
+ "v-selection-control/ripple": {
3179
+ "type": "boolean",
3180
+ "description": ""
3181
+ },
3182
+ "v-selection-control/multiple": {
3183
+ "type": "boolean",
3184
+ "description": ""
3185
+ },
3186
+ "v-selection-control/name": {
3187
+ "type": "any",
3188
+ "description": ""
3189
+ },
3190
+ "v-selection-control/readonly": {
3191
+ "type": "any",
3192
+ "description": ""
3193
+ },
3194
+ "v-selection-control/true-value": {
3195
+ "type": "any",
3196
+ "description": "Sets value for truthy state"
3197
+ },
3198
+ "v-selection-control/false-value": {
3199
+ "type": "any",
3200
+ "description": "Sets value for falsy state"
3201
+ },
3202
+ "v-selection-control/model-value": {
3203
+ "type": "any",
3204
+ "description": ""
3205
+ },
3206
+ "v-selection-control/type": {
3207
+ "type": "any",
3208
+ "description": ""
3209
+ },
3210
+ "v-selection-control/value": {
3211
+ "type": "any",
3212
+ "description": ""
3213
+ },
3214
+ "v-selection-control/value-comparator": {
3215
+ "type": "function",
3216
+ "description": ""
3217
+ },
3218
+ "v-selection-control/theme": {
3219
+ "type": "string",
3220
+ "description": "Specify a theme for this component and all of its children"
3221
+ },
3222
+ "v-selection-control/density": {
3223
+ "type": "string",
3224
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
3225
+ },
3226
+ "v-selection-control-group/disabled": {
3227
+ "type": "any",
3228
+ "description": ""
3229
+ },
3230
+ "v-selection-control-group/id": {
3231
+ "type": "any",
3232
+ "description": ""
3233
+ },
3234
+ "v-selection-control-group/inline": {
3235
+ "type": "any",
3236
+ "description": ""
3237
+ },
3238
+ "v-selection-control-group/name": {
3239
+ "type": "any",
3240
+ "description": ""
3241
+ },
3242
+ "v-selection-control-group/off-icon": {
3243
+ "type": "any",
3244
+ "description": ""
3245
+ },
3246
+ "v-selection-control-group/on-icon": {
3247
+ "type": "any",
3248
+ "description": ""
3249
+ },
3250
+ "v-selection-control-group/multiple": {
3251
+ "type": "boolean",
3252
+ "description": ""
3253
+ },
3254
+ "v-selection-control-group/readonly": {
3255
+ "type": "any",
3256
+ "description": ""
3257
+ },
3258
+ "v-selection-control-group/type": {
3259
+ "type": "any",
3260
+ "description": ""
3261
+ },
3262
+ "v-selection-control-group/model-value": {
3263
+ "type": "any",
3264
+ "description": ""
3265
+ },
2866
3266
  "v-sheet/color": {
2867
3267
  "type": "string",
2868
3268
  "description": ""
@@ -2943,6 +3343,22 @@
2943
3343
  "type": "string",
2944
3344
  "description": "Specify a theme for this component and all of its children"
2945
3345
  },
3346
+ "v-switch/indeterminate": {
3347
+ "type": "any",
3348
+ "description": ""
3349
+ },
3350
+ "v-switch/inset": {
3351
+ "type": "any",
3352
+ "description": "Enlarge the `v-switch` track to encompass the thumb"
3353
+ },
3354
+ "v-switch/loading": {
3355
+ "type": "any",
3356
+ "description": "Displays circular progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - primary, secondary, success, info, warning, error) or a Boolean which uses the component color (set by color prop - if it's supported by the component) or the primary color"
3357
+ },
3358
+ "v-switch/flat": {
3359
+ "type": "any",
3360
+ "description": "Display component without elevation. Default elevation for thumb is 4dp, `flat` resets it"
3361
+ },
2946
3362
  "v-system-bar/lights-out": {
2947
3363
  "type": "any",
2948
3364
  "description": "Reduces the system bar opacity."
@@ -3027,6 +3443,198 @@
3027
3443
  "type": "string",
3028
3444
  "description": "Specify a theme for this component and all of its children"
3029
3445
  },
3446
+ "v-table/fixed-header": {
3447
+ "type": "any",
3448
+ "description": ""
3449
+ },
3450
+ "v-table/fixed-footer": {
3451
+ "type": "any",
3452
+ "description": ""
3453
+ },
3454
+ "v-table/height": {
3455
+ "type": "any",
3456
+ "description": "Sets the height for the component"
3457
+ },
3458
+ "v-table/density": {
3459
+ "type": "string",
3460
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
3461
+ },
3462
+ "v-table/theme": {
3463
+ "type": "string",
3464
+ "description": "Specify a theme for this component and all of its children"
3465
+ },
3466
+ "v-table/tag": {
3467
+ "type": "string",
3468
+ "description": "Specify a custom tag used on the root element."
3469
+ },
3470
+ "v-textarea/auto-grow": {
3471
+ "type": "any",
3472
+ "description": "Automatically grow the textarea depending on amount of text"
3473
+ },
3474
+ "v-textarea/autofocus": {
3475
+ "type": "any",
3476
+ "description": ""
3477
+ },
3478
+ "v-textarea/counter": {
3479
+ "type": "any",
3480
+ "description": ""
3481
+ },
3482
+ "v-textarea/counter-value": {
3483
+ "type": "any",
3484
+ "description": ""
3485
+ },
3486
+ "v-textarea/prefix": {
3487
+ "type": "any",
3488
+ "description": ""
3489
+ },
3490
+ "v-textarea/placeholder": {
3491
+ "type": "any",
3492
+ "description": ""
3493
+ },
3494
+ "v-textarea/persistent-placeholder": {
3495
+ "type": "any",
3496
+ "description": ""
3497
+ },
3498
+ "v-textarea/persistent-counter": {
3499
+ "type": "any",
3500
+ "description": ""
3501
+ },
3502
+ "v-textarea/no-resize": {
3503
+ "type": "any",
3504
+ "description": "Remove resize handle"
3505
+ },
3506
+ "v-textarea/rows": {
3507
+ "type": "number|string",
3508
+ "description": "Default row count"
3509
+ },
3510
+ "v-textarea/max-rows": {
3511
+ "type": "number|string",
3512
+ "description": ""
3513
+ },
3514
+ "v-textarea/suffix": {
3515
+ "type": "any",
3516
+ "description": ""
3517
+ },
3518
+ "v-textarea/append-inner-icon": {
3519
+ "type": "string",
3520
+ "description": ""
3521
+ },
3522
+ "v-textarea/bg-color": {
3523
+ "type": "string",
3524
+ "description": ""
3525
+ },
3526
+ "v-textarea/clearable": {
3527
+ "type": "boolean",
3528
+ "description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
3529
+ },
3530
+ "v-textarea/clear-icon": {
3531
+ "type": "string",
3532
+ "description": ""
3533
+ },
3534
+ "v-textarea/color": {
3535
+ "type": "string",
3536
+ "description": ""
3537
+ },
3538
+ "v-textarea/id": {
3539
+ "type": "string",
3540
+ "description": ""
3541
+ },
3542
+ "v-textarea/label": {
3543
+ "type": "string",
3544
+ "description": ""
3545
+ },
3546
+ "v-textarea/persistent-clear": {
3547
+ "type": "boolean",
3548
+ "description": ""
3549
+ },
3550
+ "v-textarea/prepend-inner-icon": {
3551
+ "type": "string",
3552
+ "description": ""
3553
+ },
3554
+ "v-textarea/reverse": {
3555
+ "type": "boolean",
3556
+ "description": ""
3557
+ },
3558
+ "v-textarea/single-line": {
3559
+ "type": "boolean",
3560
+ "description": ""
3561
+ },
3562
+ "v-textarea/variant": {
3563
+ "type": "string",
3564
+ "description": ""
3565
+ },
3566
+ "v-textarea/theme": {
3567
+ "type": "string",
3568
+ "description": ""
3569
+ },
3570
+ "v-textarea/loading": {
3571
+ "type": "boolean",
3572
+ "description": ""
3573
+ },
3574
+ "v-textarea/append-icon": {
3575
+ "type": "string",
3576
+ "description": ""
3577
+ },
3578
+ "v-textarea/prepend-icon": {
3579
+ "type": "string",
3580
+ "description": ""
3581
+ },
3582
+ "v-textarea/focused": {
3583
+ "type": "boolean",
3584
+ "description": ""
3585
+ },
3586
+ "v-textarea/hide-details": {
3587
+ "type": "boolean|string",
3588
+ "description": ""
3589
+ },
3590
+ "v-textarea/hint": {
3591
+ "type": "string",
3592
+ "description": ""
3593
+ },
3594
+ "v-textarea/messages": {
3595
+ "type": "array|string",
3596
+ "description": ""
3597
+ },
3598
+ "v-textarea/persistent-hint": {
3599
+ "type": "boolean",
3600
+ "description": ""
3601
+ },
3602
+ "v-textarea/density": {
3603
+ "type": "string",
3604
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
3605
+ },
3606
+ "v-textarea/disabled": {
3607
+ "type": "boolean",
3608
+ "description": ""
3609
+ },
3610
+ "v-textarea/error": {
3611
+ "type": "boolean",
3612
+ "description": ""
3613
+ },
3614
+ "v-textarea/error-messages": {
3615
+ "type": "array|string",
3616
+ "description": ""
3617
+ },
3618
+ "v-textarea/max-errors": {
3619
+ "type": "number|string",
3620
+ "description": ""
3621
+ },
3622
+ "v-textarea/name": {
3623
+ "type": "string",
3624
+ "description": ""
3625
+ },
3626
+ "v-textarea/readonly": {
3627
+ "type": "boolean",
3628
+ "description": ""
3629
+ },
3630
+ "v-textarea/rules": {
3631
+ "type": "array",
3632
+ "description": ""
3633
+ },
3634
+ "v-textarea/model-value": {
3635
+ "type": "any",
3636
+ "description": ""
3637
+ },
3030
3638
  "v-text-field/autofocus": {
3031
3639
  "type": "any",
3032
3640
  "description": "Enables autofocus"
@@ -3051,6 +3659,10 @@
3051
3659
  "type": "any",
3052
3660
  "description": "Forces placeholder to always be visible"
3053
3661
  },
3662
+ "v-text-field/persistent-counter": {
3663
+ "type": "any",
3664
+ "description": ""
3665
+ },
3054
3666
  "v-text-field/suffix": {
3055
3667
  "type": "any",
3056
3668
  "description": "Displays suffix text"
@@ -3059,14 +3671,6 @@
3059
3671
  "type": "string",
3060
3672
  "description": "Sets input type"
3061
3673
  },
3062
- "v-text-field/model-value": {
3063
- "type": "any",
3064
- "description": ""
3065
- },
3066
- "v-text-field/disabled": {
3067
- "type": "boolean",
3068
- "description": ""
3069
- },
3070
3674
  "v-text-field/append-inner-icon": {
3071
3675
  "type": "string",
3072
3676
  "description": ""
@@ -3087,14 +3691,6 @@
3087
3691
  "type": "string",
3088
3692
  "description": ""
3089
3693
  },
3090
- "v-text-field/hide-details": {
3091
- "type": "boolean|string",
3092
- "description": ""
3093
- },
3094
- "v-text-field/hint": {
3095
- "type": "string",
3096
- "description": ""
3097
- },
3098
3694
  "v-text-field/id": {
3099
3695
  "type": "string",
3100
3696
  "description": ""
@@ -3103,11 +3699,7 @@
3103
3699
  "type": "string",
3104
3700
  "description": ""
3105
3701
  },
3106
- "v-text-field/loading": {
3107
- "type": "boolean",
3108
- "description": ""
3109
- },
3110
- "v-text-field/persistent-hint": {
3702
+ "v-text-field/persistent-clear": {
3111
3703
  "type": "boolean",
3112
3704
  "description": ""
3113
3705
  },
@@ -3131,8 +3723,72 @@
3131
3723
  "type": "string",
3132
3724
  "description": ""
3133
3725
  },
3134
- "v-text-field/transition": {
3135
- "type": "boolean|string|object",
3726
+ "v-text-field/loading": {
3727
+ "type": "boolean",
3728
+ "description": ""
3729
+ },
3730
+ "v-text-field/append-icon": {
3731
+ "type": "string",
3732
+ "description": ""
3733
+ },
3734
+ "v-text-field/prepend-icon": {
3735
+ "type": "string",
3736
+ "description": ""
3737
+ },
3738
+ "v-text-field/focused": {
3739
+ "type": "boolean",
3740
+ "description": ""
3741
+ },
3742
+ "v-text-field/hide-details": {
3743
+ "type": "boolean|string",
3744
+ "description": ""
3745
+ },
3746
+ "v-text-field/hint": {
3747
+ "type": "string",
3748
+ "description": ""
3749
+ },
3750
+ "v-text-field/messages": {
3751
+ "type": "array|string",
3752
+ "description": ""
3753
+ },
3754
+ "v-text-field/persistent-hint": {
3755
+ "type": "boolean",
3756
+ "description": ""
3757
+ },
3758
+ "v-text-field/density": {
3759
+ "type": "string",
3760
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
3761
+ },
3762
+ "v-text-field/disabled": {
3763
+ "type": "boolean",
3764
+ "description": ""
3765
+ },
3766
+ "v-text-field/error": {
3767
+ "type": "boolean",
3768
+ "description": ""
3769
+ },
3770
+ "v-text-field/error-messages": {
3771
+ "type": "array|string",
3772
+ "description": ""
3773
+ },
3774
+ "v-text-field/max-errors": {
3775
+ "type": "number|string",
3776
+ "description": ""
3777
+ },
3778
+ "v-text-field/name": {
3779
+ "type": "string",
3780
+ "description": ""
3781
+ },
3782
+ "v-text-field/readonly": {
3783
+ "type": "boolean",
3784
+ "description": ""
3785
+ },
3786
+ "v-text-field/rules": {
3787
+ "type": "array",
3788
+ "description": ""
3789
+ },
3790
+ "v-text-field/model-value": {
3791
+ "type": "any",
3136
3792
  "description": ""
3137
3793
  },
3138
3794
  "v-theme-provider/with-background": {
@@ -3274,5 +3930,37 @@
3274
3930
  "v-tooltip/transition": {
3275
3931
  "type": "boolean|string|object",
3276
3932
  "description": "Sets the component transition. Can be one of the [built in transitions](/styles/transitions) or one your own."
3933
+ },
3934
+ "v-validation/disabled": {
3935
+ "type": "boolean",
3936
+ "description": ""
3937
+ },
3938
+ "v-validation/error": {
3939
+ "type": "boolean",
3940
+ "description": ""
3941
+ },
3942
+ "v-validation/error-messages": {
3943
+ "type": "array|string",
3944
+ "description": ""
3945
+ },
3946
+ "v-validation/max-errors": {
3947
+ "type": "number|string",
3948
+ "description": ""
3949
+ },
3950
+ "v-validation/name": {
3951
+ "type": "string",
3952
+ "description": ""
3953
+ },
3954
+ "v-validation/readonly": {
3955
+ "type": "boolean",
3956
+ "description": ""
3957
+ },
3958
+ "v-validation/rules": {
3959
+ "type": "array",
3960
+ "description": ""
3961
+ },
3962
+ "v-validation/model-value": {
3963
+ "type": "any",
3964
+ "description": ""
3277
3965
  }
3278
3966
  }