vuetify 3.3.3 → 3.3.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 (309) hide show
  1. package/dist/_component-variables-labs.sass +2 -0
  2. package/dist/json/attributes.json +448 -12
  3. package/dist/json/importMap-labs.json +32 -0
  4. package/dist/json/importMap.json +12 -12
  5. package/dist/json/tags.json +149 -0
  6. package/dist/json/web-types.json +1599 -21
  7. package/dist/vuetify-labs.css +468 -192
  8. package/dist/vuetify-labs.d.ts +5132 -217
  9. package/dist/vuetify-labs.esm.js +1911 -995
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +1911 -995
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +180 -173
  14. package/dist/vuetify.d.ts +58 -43
  15. package/dist/vuetify.esm.js +149 -109
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +149 -109
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +159 -160
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/blueprints/index.d.mts +32 -25
  23. package/lib/blueprints/md1.d.mts +32 -25
  24. package/lib/blueprints/md2.d.mts +32 -25
  25. package/lib/blueprints/md3.d.mts +32 -25
  26. package/lib/components/VAppBar/VAppBar.mjs +3 -10
  27. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  28. package/lib/components/VAutocomplete/VAutocomplete.css +4 -22
  29. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  30. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  31. package/lib/components/VAutocomplete/VAutocomplete.sass +6 -17
  32. package/lib/components/VBreadcrumbs/index.d.mts +7 -7
  33. package/lib/components/VBtn/VBtn.css +11 -11
  34. package/lib/components/VBtn/VBtn.sass +1 -1
  35. package/lib/components/VBtn/_mixins.scss +1 -1
  36. package/lib/components/VChip/VChip.css +67 -67
  37. package/lib/components/VChip/_variables.scss +1 -1
  38. package/lib/components/VCombobox/VCombobox.css +4 -22
  39. package/lib/components/VCombobox/VCombobox.sass +6 -17
  40. package/lib/components/VCombobox/_variables.scss +3 -3
  41. package/lib/components/VCounter/index.d.mts +8 -8
  42. package/lib/components/VField/VField.css +71 -8
  43. package/lib/components/VField/VField.sass +9 -5
  44. package/lib/components/VField/_mixins.sass +7 -0
  45. package/lib/components/VFileInput/VFileInput.css +2 -17
  46. package/lib/components/VFileInput/VFileInput.mjs +0 -2
  47. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  48. package/lib/components/VFileInput/VFileInput.sass +2 -11
  49. package/lib/components/VFileInput/_variables.scss +3 -3
  50. package/lib/components/VInput/VInput.css +14 -1
  51. package/lib/components/VInput/VInput.sass +6 -0
  52. package/lib/components/VInput/_variables.scss +5 -1
  53. package/lib/components/VList/VListItem.mjs +1 -1
  54. package/lib/components/VList/VListItem.mjs.map +1 -1
  55. package/lib/components/VSelect/VSelect.css +2 -20
  56. package/lib/components/VSelect/VSelect.mjs +1 -1
  57. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  58. package/lib/components/VSelect/VSelect.sass +2 -12
  59. package/lib/components/VSelect/_variables.scss +3 -3
  60. package/lib/components/VTabs/VTab.mjs +2 -2
  61. package/lib/components/VTabs/VTab.mjs.map +1 -1
  62. package/lib/components/VTimePicker/VTimePickerTitle.mjs +1 -1
  63. package/lib/components/index.d.mts +15 -15
  64. package/lib/components/index.mjs +1 -2
  65. package/lib/components/index.mjs.map +1 -1
  66. package/lib/composables/icons.mjs.map +1 -1
  67. package/lib/composables/list-items.mjs +5 -2
  68. package/lib/composables/list-items.mjs.map +1 -1
  69. package/lib/composables/nested/nested.mjs +1 -1
  70. package/lib/composables/nested/nested.mjs.map +1 -1
  71. package/lib/composables/virtual.mjs +7 -5
  72. package/lib/composables/virtual.mjs.map +1 -1
  73. package/lib/entry-bundler.mjs +1 -1
  74. package/lib/framework.mjs +1 -1
  75. package/lib/iconsets/fa-svg.d.mts +1 -0
  76. package/lib/iconsets/fa.d.mts +1 -0
  77. package/lib/iconsets/fa.mjs +2 -1
  78. package/lib/iconsets/fa.mjs.map +1 -1
  79. package/lib/iconsets/fa4.d.mts +1 -0
  80. package/lib/iconsets/fa4.mjs +2 -1
  81. package/lib/iconsets/fa4.mjs.map +1 -1
  82. package/lib/iconsets/md.d.mts +1 -0
  83. package/lib/iconsets/md.mjs +2 -1
  84. package/lib/iconsets/md.mjs.map +1 -1
  85. package/lib/iconsets/mdi-svg.d.mts +1 -0
  86. package/lib/iconsets/mdi-svg.mjs +2 -1
  87. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  88. package/lib/iconsets/mdi.d.mts +1 -0
  89. package/lib/iconsets/mdi.mjs +2 -1
  90. package/lib/iconsets/mdi.mjs.map +1 -1
  91. package/lib/index.d.mts +43 -28
  92. package/lib/labs/VDataTable/VDataTableVirtual.mjs +16 -12
  93. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  94. package/lib/labs/VDataTable/composables/headers.mjs +2 -5
  95. package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
  96. package/lib/labs/VDateInput/VDateInput.mjs +127 -0
  97. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -0
  98. package/lib/labs/VDateInput/VDateInput.sass +11 -0
  99. package/lib/labs/VDateInput/VDateRangeInput.mjs +223 -0
  100. package/lib/labs/VDateInput/VDateRangeInput.mjs.map +1 -0
  101. package/lib/labs/VDateInput/VDateRangeInput.sass +10 -0
  102. package/lib/labs/VDateInput/composables.mjs +59 -0
  103. package/lib/labs/VDateInput/composables.mjs.map +1 -0
  104. package/lib/labs/VDateInput/index.d.mts +1352 -0
  105. package/lib/labs/VDateInput/index.mjs +3 -0
  106. package/lib/labs/VDateInput/index.mjs.map +1 -0
  107. package/lib/labs/VDatePicker/VDateCard.css +33 -0
  108. package/lib/labs/VDatePicker/VDateCard.mjs +112 -0
  109. package/lib/labs/VDatePicker/VDateCard.mjs.map +1 -0
  110. package/lib/labs/VDatePicker/VDateCard.sass +32 -0
  111. package/lib/labs/VDatePicker/VDatePicker.css +21 -0
  112. package/lib/labs/VDatePicker/VDatePicker.mjs +174 -0
  113. package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -0
  114. package/lib/labs/VDatePicker/VDatePicker.sass +21 -0
  115. package/lib/labs/VDatePicker/VDatePickerControls.css +17 -0
  116. package/lib/labs/VDatePicker/VDatePickerControls.mjs +80 -0
  117. package/lib/labs/VDatePicker/VDatePickerControls.mjs.map +1 -0
  118. package/lib/labs/VDatePicker/VDatePickerControls.sass +15 -0
  119. package/lib/labs/VDatePicker/VDatePickerHeader.css +54 -0
  120. package/lib/labs/VDatePicker/VDatePickerHeader.mjs +75 -0
  121. package/lib/labs/VDatePicker/VDatePickerHeader.mjs.map +1 -0
  122. package/lib/labs/VDatePicker/VDatePickerHeader.sass +51 -0
  123. package/lib/labs/VDatePicker/VDatePickerInput.sass +17 -0
  124. package/lib/labs/VDatePicker/VDatePickerMonth.css +76 -0
  125. package/lib/labs/VDatePicker/VDatePickerMonth.mjs +286 -0
  126. package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -0
  127. package/lib/labs/VDatePicker/VDatePickerMonth.sass +68 -0
  128. package/lib/{components → labs}/VDatePicker/VDatePickerTitle.mjs +1 -1
  129. package/lib/labs/VDatePicker/VDatePickerTitle.mjs.map +1 -0
  130. package/lib/{components → labs}/VDatePicker/VDatePickerTitle.sass +1 -1
  131. package/lib/labs/VDatePicker/VDatePickerYears.css +18 -0
  132. package/lib/labs/VDatePicker/VDatePickerYears.mjs +64 -0
  133. package/lib/labs/VDatePicker/VDatePickerYears.mjs.map +1 -0
  134. package/lib/labs/VDatePicker/VDatePickerYears.sass +16 -0
  135. package/lib/{components → labs}/VDatePicker/_variables.scss +0 -5
  136. package/lib/labs/VDatePicker/composables.mjs +33 -0
  137. package/lib/labs/VDatePicker/composables.mjs.map +1 -0
  138. package/lib/labs/VDatePicker/index.d.mts +4384 -0
  139. package/lib/labs/VDatePicker/index.mjs +7 -0
  140. package/lib/labs/VDatePicker/index.mjs.map +1 -0
  141. package/lib/labs/VDatePicker/util/createNativeLocaleFormatter.mjs.map +1 -0
  142. package/lib/labs/VDatePicker/util/eventHelpers.mjs.map +1 -0
  143. package/lib/labs/VDatePicker/util/index.mjs.map +1 -0
  144. package/lib/labs/VDatePicker/util/isDateAllowed.mjs.map +1 -0
  145. package/lib/labs/VDatePicker/util/monthChange.mjs.map +1 -0
  146. package/lib/labs/VDatePicker/util/pad.mjs.map +1 -0
  147. package/lib/labs/VDatePicker/util/sanitizeDateString.mjs.map +1 -0
  148. package/lib/labs/VDatePicker/utils.mjs +69 -0
  149. package/lib/labs/VDatePicker/utils.mjs.map +1 -0
  150. package/lib/labs/VDateRangePicker/VDateRangeCard.mjs +87 -0
  151. package/lib/labs/VDateRangePicker/VDateRangeCard.mjs.map +1 -0
  152. package/lib/labs/VDateRangePicker/VDateRangeCard.sass +33 -0
  153. package/lib/labs/VDateRangePicker/VDateRangePicker.mjs +131 -0
  154. package/lib/labs/VDateRangePicker/VDateRangePicker.mjs.map +1 -0
  155. package/lib/labs/VDateRangePicker/VDateRangePicker.sass +21 -0
  156. package/lib/labs/VDateRangePicker/VDateRangePickerHeader.mjs +103 -0
  157. package/lib/labs/VDateRangePicker/VDateRangePickerHeader.mjs.map +1 -0
  158. package/lib/labs/VDateRangePicker/VDateRangePickerHeader.sass +39 -0
  159. package/lib/labs/VDateRangePicker/VDateRangePickerMonth.mjs +61 -0
  160. package/lib/labs/VDateRangePicker/VDateRangePickerMonth.mjs.map +1 -0
  161. package/lib/labs/VDateRangePicker/VDateRangePickerMonth.sass +12 -0
  162. package/lib/labs/VDateRangePicker/index.d.mts +1065 -0
  163. package/lib/labs/VDateRangePicker/index.mjs +3 -0
  164. package/lib/labs/VDateRangePicker/index.mjs.map +1 -0
  165. package/lib/labs/VPicker/VPicker.css +57 -0
  166. package/lib/labs/VPicker/VPicker.mjs +47 -0
  167. package/lib/labs/VPicker/VPicker.mjs.map +1 -0
  168. package/lib/labs/VPicker/VPicker.sass +53 -0
  169. package/lib/labs/VPicker/VPickerTitle.mjs +4 -0
  170. package/lib/labs/VPicker/VPickerTitle.mjs.map +1 -0
  171. package/lib/{components → labs}/VPicker/_variables.scss +2 -2
  172. package/lib/labs/VPicker/index.d.mts +541 -0
  173. package/lib/labs/VPicker/index.mjs +3 -0
  174. package/lib/labs/VPicker/index.mjs.map +1 -0
  175. package/lib/labs/components.d.mts +5090 -198
  176. package/lib/labs/components.mjs +2 -0
  177. package/lib/labs/components.mjs.map +1 -1
  178. package/lib/labs/date/DateAdapter.mjs.map +1 -1
  179. package/lib/labs/date/adapters/vuetify.d.mts +28 -25
  180. package/lib/labs/date/adapters/vuetify.mjs +65 -75
  181. package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
  182. package/lib/labs/date/date.mjs +82 -11
  183. package/lib/labs/date/date.mjs.map +1 -1
  184. package/lib/labs/date/index.d.mts +31 -30
  185. package/lib/locale/af.mjs +14 -5
  186. package/lib/locale/af.mjs.map +1 -1
  187. package/lib/locale/ar.mjs +14 -5
  188. package/lib/locale/ar.mjs.map +1 -1
  189. package/lib/locale/az.mjs +14 -5
  190. package/lib/locale/az.mjs.map +1 -1
  191. package/lib/locale/bg.mjs +14 -5
  192. package/lib/locale/bg.mjs.map +1 -1
  193. package/lib/locale/ca.mjs +14 -5
  194. package/lib/locale/ca.mjs.map +1 -1
  195. package/lib/locale/ckb.mjs +14 -5
  196. package/lib/locale/ckb.mjs.map +1 -1
  197. package/lib/locale/cs.mjs +14 -5
  198. package/lib/locale/cs.mjs.map +1 -1
  199. package/lib/locale/da.mjs +14 -5
  200. package/lib/locale/da.mjs.map +1 -1
  201. package/lib/locale/de.mjs +14 -5
  202. package/lib/locale/de.mjs.map +1 -1
  203. package/lib/locale/el.mjs +14 -5
  204. package/lib/locale/el.mjs.map +1 -1
  205. package/lib/locale/en.mjs +14 -5
  206. package/lib/locale/en.mjs.map +1 -1
  207. package/lib/locale/es.mjs +14 -5
  208. package/lib/locale/es.mjs.map +1 -1
  209. package/lib/locale/et.mjs +14 -5
  210. package/lib/locale/et.mjs.map +1 -1
  211. package/lib/locale/fa.mjs +14 -5
  212. package/lib/locale/fa.mjs.map +1 -1
  213. package/lib/locale/fi.mjs +14 -5
  214. package/lib/locale/fi.mjs.map +1 -1
  215. package/lib/locale/fr.mjs +14 -5
  216. package/lib/locale/fr.mjs.map +1 -1
  217. package/lib/locale/he.mjs +14 -5
  218. package/lib/locale/he.mjs.map +1 -1
  219. package/lib/locale/hr.mjs +14 -5
  220. package/lib/locale/hr.mjs.map +1 -1
  221. package/lib/locale/hu.mjs +14 -5
  222. package/lib/locale/hu.mjs.map +1 -1
  223. package/lib/locale/id.mjs +14 -5
  224. package/lib/locale/id.mjs.map +1 -1
  225. package/lib/locale/index.d.mts +588 -210
  226. package/lib/locale/it.mjs +14 -5
  227. package/lib/locale/it.mjs.map +1 -1
  228. package/lib/locale/ja.mjs +14 -5
  229. package/lib/locale/ja.mjs.map +1 -1
  230. package/lib/locale/ko.mjs +14 -5
  231. package/lib/locale/ko.mjs.map +1 -1
  232. package/lib/locale/lt.mjs +14 -5
  233. package/lib/locale/lt.mjs.map +1 -1
  234. package/lib/locale/lv.mjs +14 -5
  235. package/lib/locale/lv.mjs.map +1 -1
  236. package/lib/locale/nl.mjs +14 -5
  237. package/lib/locale/nl.mjs.map +1 -1
  238. package/lib/locale/no.mjs +14 -5
  239. package/lib/locale/no.mjs.map +1 -1
  240. package/lib/locale/pl.mjs +14 -5
  241. package/lib/locale/pl.mjs.map +1 -1
  242. package/lib/locale/pt.mjs +14 -5
  243. package/lib/locale/pt.mjs.map +1 -1
  244. package/lib/locale/ro.mjs +14 -5
  245. package/lib/locale/ro.mjs.map +1 -1
  246. package/lib/locale/ru.mjs +14 -5
  247. package/lib/locale/ru.mjs.map +1 -1
  248. package/lib/locale/sk.mjs +14 -5
  249. package/lib/locale/sk.mjs.map +1 -1
  250. package/lib/locale/sl.mjs +14 -5
  251. package/lib/locale/sl.mjs.map +1 -1
  252. package/lib/locale/sr-Cyrl.mjs +14 -5
  253. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  254. package/lib/locale/sr-Latn.mjs +14 -5
  255. package/lib/locale/sr-Latn.mjs.map +1 -1
  256. package/lib/locale/sv.mjs +14 -5
  257. package/lib/locale/sv.mjs.map +1 -1
  258. package/lib/locale/th.mjs +14 -5
  259. package/lib/locale/th.mjs.map +1 -1
  260. package/lib/locale/tr.mjs +14 -5
  261. package/lib/locale/tr.mjs.map +1 -1
  262. package/lib/locale/uk.mjs +14 -5
  263. package/lib/locale/uk.mjs.map +1 -1
  264. package/lib/locale/vi.mjs +14 -5
  265. package/lib/locale/vi.mjs.map +1 -1
  266. package/lib/locale/zh-Hans.mjs +14 -5
  267. package/lib/locale/zh-Hans.mjs.map +1 -1
  268. package/lib/locale/zh-Hant.mjs +14 -5
  269. package/lib/locale/zh-Hant.mjs.map +1 -1
  270. package/lib/util/dateTimeUtils.mjs +68 -0
  271. package/lib/util/dateTimeUtils.mjs.map +1 -1
  272. package/package.json +5 -2
  273. package/lib/components/VDatePicker/VDatePicker.mjs +0 -475
  274. package/lib/components/VDatePicker/VDatePicker.mjs.map +0 -1
  275. package/lib/components/VDatePicker/VDatePickerDateTable.mjs +0 -120
  276. package/lib/components/VDatePicker/VDatePickerDateTable.mjs.map +0 -1
  277. package/lib/components/VDatePicker/VDatePickerHeader.mjs +0 -136
  278. package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +0 -1
  279. package/lib/components/VDatePicker/VDatePickerHeader.sass +0 -46
  280. package/lib/components/VDatePicker/VDatePickerMonthTable.mjs +0 -48
  281. package/lib/components/VDatePicker/VDatePickerMonthTable.mjs.map +0 -1
  282. package/lib/components/VDatePicker/VDatePickerTable.sass +0 -84
  283. package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +0 -1
  284. package/lib/components/VDatePicker/VDatePickerYears.mjs +0 -84
  285. package/lib/components/VDatePicker/VDatePickerYears.mjs.map +0 -1
  286. package/lib/components/VDatePicker/VDatePickerYears.sass +0 -30
  287. package/lib/components/VDatePicker/index.mjs +0 -18
  288. package/lib/components/VDatePicker/index.mjs.map +0 -1
  289. package/lib/components/VDatePicker/mixins/date-picker-table.mjs +0 -210
  290. package/lib/components/VDatePicker/mixins/date-picker-table.mjs.map +0 -1
  291. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
  292. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
  293. package/lib/components/VDatePicker/util/index.mjs.map +0 -1
  294. package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
  295. package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
  296. package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
  297. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
  298. package/lib/components/VPicker/VPicker.mjs +0 -86
  299. package/lib/components/VPicker/VPicker.mjs.map +0 -1
  300. package/lib/components/VPicker/VPicker.sass +0 -94
  301. package/lib/components/VPicker/index.mjs +0 -4
  302. package/lib/components/VPicker/index.mjs.map +0 -1
  303. /package/lib/{components → labs}/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -0
  304. /package/lib/{components → labs}/VDatePicker/util/eventHelpers.mjs +0 -0
  305. /package/lib/{components → labs}/VDatePicker/util/index.mjs +0 -0
  306. /package/lib/{components → labs}/VDatePicker/util/isDateAllowed.mjs +0 -0
  307. /package/lib/{components → labs}/VDatePicker/util/monthChange.mjs +0 -0
  308. /package/lib/{components → labs}/VDatePicker/util/pad.mjs +0 -0
  309. /package/lib/{components → labs}/VDatePicker/util/sanitizeDateString.mjs +0 -0
@@ -1,4 +1,6 @@
1
1
  @forward '../lib/labs/VBottomSheet/_variables.scss'
2
2
  @forward '../lib/labs/VDataTable/_variables.scss'
3
+ @forward '../lib/labs/VDatePicker/_variables.scss'
3
4
  @forward '../lib/labs/VInfiniteScroll/_variables.scss'
5
+ @forward '../lib/labs/VPicker/_variables.scss'
4
6
  @forward '../lib/labs/VSkeletonLoader/_variables.scss'
@@ -3391,6 +3391,378 @@
3391
3391
  "type": "string | number\n",
3392
3392
  "description": "MISSING DESCRIPTION"
3393
3393
  },
3394
+ "v-date-card/model-value": {
3395
+ "type": "any[]\n",
3396
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
3397
+ },
3398
+ "v-date-card/height": {
3399
+ "type": "string | number\n",
3400
+ "description": "Sets the height for the component"
3401
+ },
3402
+ "v-date-card/color": {
3403
+ "type": "string\n",
3404
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
3405
+ },
3406
+ "v-date-card/transition": {
3407
+ "type": " | string\n | {\n component: ComponentPublicInstanceConstructor<\n {\n $: ComponentInternalInstance\n $data: {}\n $props: {\n disabled?: boolean\n origin?: string\n mode?: string\n group?: boolean\n hideOnLeave?: boolean\n leaveAbsolute?: boolean\n style?: unknown\n class?: unknown\n 'v-slot:default'?: false | (() => VNodeChild)\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n key?: string | number | symbol\n ref?: VNodeRef\n ref_for?: boolean\n ref_key?: string\n onVnodeBeforeMount?: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted?: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate?: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated?: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount?: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted?: VNodeMountHook | VNodeMountHook[]\n }\n $attrs: Data\n $refs: Data\n $slots: Readonly<{\n default?: () => VNode<\n RendererNode,\n RendererElement,\n { [key: string]: any }\n >[]\n }>\n $root: ComponentPublicInstance<\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n false,\n ComponentOptionsBase<\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n {},\n {},\n string,\n {}\n >,\n {},\n {}\n >\n $parent: ComponentPublicInstance<\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n {},\n false,\n ComponentOptionsBase<\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n any,\n {},\n {},\n string,\n {}\n >,\n {},\n {}\n >\n $emit: (event: string, ...args: any[]) => void\n $el: any\n $options: ComponentOptionsBase<\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & { 'v-slot:default'?: false | (() => VNodeChild) },\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n },\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>\n > &\n MergedComponentOptionsOverride\n $forceUpdate: () => void\n $nextTick: typeof nextTick\n $watch<T extends string | ((...args: any) => any)>(\n source: T,\n cb: T extends (...args: any) => infer R\n ? (args_0: R, args_1: R) => any\n : (...args: any) => any,\n options?: WatchOptions<boolean>,\n ): WatchStopHandle\n } & {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & {\n 'v-slot:default'?: false | (() => VNodeChild)\n } & ShallowUnwrapRef<\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>\n > &\n ExtractComputedReturns<{}> &\n ComponentCustomProperties & {},\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n } & {} & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: () => VNodeChild }\n 'v-slots'?: { default?: false | (() => VNodeChild) }\n } & { 'v-slot:default'?: false | (() => VNodeChild) },\n () => VNode<RendererNode, RendererElement, { [key: string]: any }>,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {\n disabled: boolean\n origin: string\n mode: string\n group: boolean\n hideOnLeave: boolean\n leaveAbsolute: boolean\n },\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>]\n }\n leaveAbsolute: boolean\n }\n",
3408
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3409
+ },
3410
+ "v-date-card/multiple": {
3411
+ "type": "boolean\n",
3412
+ "description": "MISSING DESCRIPTION"
3413
+ },
3414
+ "v-date-card/max": {
3415
+ "type": "number\n",
3416
+ "description": "MISSING DESCRIPTION"
3417
+ },
3418
+ "v-date-card/next-icon": {
3419
+ "type": "string\n",
3420
+ "description": "MISSING DESCRIPTION"
3421
+ },
3422
+ "v-date-card/prev-icon": {
3423
+ "type": "string\n",
3424
+ "description": "MISSING DESCRIPTION"
3425
+ },
3426
+ "v-date-card/cancel-text": {
3427
+ "type": "string\n",
3428
+ "description": "MISSING DESCRIPTION"
3429
+ },
3430
+ "v-date-card/ok-text": {
3431
+ "type": "string\n",
3432
+ "description": "MISSING DESCRIPTION"
3433
+ },
3434
+ "v-date-card/input-mode": {
3435
+ "type": "'keyboard' | 'calendar'\n",
3436
+ "description": "MISSING DESCRIPTION"
3437
+ },
3438
+ "v-date-card/hide-actions": {
3439
+ "type": "boolean\n",
3440
+ "description": "MISSING DESCRIPTION"
3441
+ },
3442
+ "v-date-card/expand-icon": {
3443
+ "type": "string\n",
3444
+ "description": "MISSING DESCRIPTION"
3445
+ },
3446
+ "v-date-card/collapse-icon": {
3447
+ "type": "string\n",
3448
+ "description": "MISSING DESCRIPTION"
3449
+ },
3450
+ "v-date-card/range": {
3451
+ "type": "boolean | 'end' | 'start'\n",
3452
+ "description": "MISSING DESCRIPTION"
3453
+ },
3454
+ "v-date-card/display-date": {
3455
+ "type": "any\n",
3456
+ "description": "MISSING DESCRIPTION"
3457
+ },
3458
+ "v-date-card/view-mode": {
3459
+ "type": "'month' | 'year'\n",
3460
+ "description": "MISSING DESCRIPTION"
3461
+ },
3462
+ "v-date-card/format": {
3463
+ "type": "string\n",
3464
+ "description": "MISSING DESCRIPTION"
3465
+ },
3466
+ "v-date-card/show-adjacent-months": {
3467
+ "type": "boolean\n",
3468
+ "description": "MISSING DESCRIPTION"
3469
+ },
3470
+ "v-date-card/hide-weekdays": {
3471
+ "type": "boolean\n",
3472
+ "description": "MISSING DESCRIPTION"
3473
+ },
3474
+ "v-date-card/show-week": {
3475
+ "type": "boolean\n",
3476
+ "description": "MISSING DESCRIPTION"
3477
+ },
3478
+ "v-date-card/hover-date": {
3479
+ "type": "any\n",
3480
+ "description": "MISSING DESCRIPTION"
3481
+ },
3482
+ "v-date-card/side": {
3483
+ "type": "string\n",
3484
+ "description": "MISSING DESCRIPTION"
3485
+ },
3486
+ "v-date-card/min": {
3487
+ "type": "number\n",
3488
+ "description": "MISSING DESCRIPTION"
3489
+ },
3490
+ "v-date-picker/title": {
3491
+ "type": "string\n",
3492
+ "description": "Specify a title text for the component."
3493
+ },
3494
+ "v-date-picker/border": {
3495
+ "type": "string | number | boolean\n",
3496
+ "description": "Applies border styles to component."
3497
+ },
3498
+ "v-date-picker/model-value": {
3499
+ "type": "any[]\n",
3500
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
3501
+ },
3502
+ "v-date-picker/height": {
3503
+ "type": "string | number\n",
3504
+ "description": "Sets the height for the component."
3505
+ },
3506
+ "v-date-picker/max-height": {
3507
+ "type": "string | number\n",
3508
+ "description": "Sets the maximum height for the component."
3509
+ },
3510
+ "v-date-picker/max-width": {
3511
+ "type": "string | number\n",
3512
+ "description": "Sets the maximum width for the component."
3513
+ },
3514
+ "v-date-picker/min-height": {
3515
+ "type": "string | number\n",
3516
+ "description": "Sets the minimum height for the component."
3517
+ },
3518
+ "v-date-picker/min-width": {
3519
+ "type": "string | number\n",
3520
+ "description": "Sets the minimum width for the component."
3521
+ },
3522
+ "v-date-picker/width": {
3523
+ "type": "string | number\n",
3524
+ "description": "Width of the picker"
3525
+ },
3526
+ "v-date-picker/elevation": {
3527
+ "type": "string | number\n",
3528
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
3529
+ },
3530
+ "v-date-picker/location": {
3531
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
3532
+ "description": "Specifies the component's location. Can combine by using a space separated string"
3533
+ },
3534
+ "v-date-picker/position": {
3535
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
3536
+ "description": "MISSING DESCRIPTION"
3537
+ },
3538
+ "v-date-picker/rounded": {
3539
+ "type": "string | number | boolean\n",
3540
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
3541
+ },
3542
+ "v-date-picker/tag": {
3543
+ "type": "string\n",
3544
+ "description": "Specify a custom tag used on the root element."
3545
+ },
3546
+ "v-date-picker/theme": {
3547
+ "type": "string\n",
3548
+ "description": "Specify a theme for this component and all of its children"
3549
+ },
3550
+ "v-date-picker/color": {
3551
+ "type": "string\n",
3552
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
3553
+ },
3554
+ "v-date-picker/header": {
3555
+ "type": "string\n",
3556
+ "description": "Text shown when no **display-date** is set."
3557
+ },
3558
+ "v-date-picker/multiple": {
3559
+ "type": "boolean\n",
3560
+ "description": "Allow the selection of multiple dates"
3561
+ },
3562
+ "v-date-picker/max": {
3563
+ "type": "number\n",
3564
+ "description": "Maximum allowed date/month (ISO 8601 format)"
3565
+ },
3566
+ "v-date-picker/next-icon": {
3567
+ "type": "string\n",
3568
+ "description": "Sets the icon for next month/year button"
3569
+ },
3570
+ "v-date-picker/prev-icon": {
3571
+ "type": "string\n",
3572
+ "description": "Sets the icon for previous month/year button"
3573
+ },
3574
+ "v-date-picker/cancel-text": {
3575
+ "type": "string\n",
3576
+ "description": "Text used for the Cancel button."
3577
+ },
3578
+ "v-date-picker/ok-text": {
3579
+ "type": "string\n",
3580
+ "description": "Text used for the Ok button."
3581
+ },
3582
+ "v-date-picker/input-mode": {
3583
+ "type": "'keyboard' | 'calendar'\n",
3584
+ "description": "Toggles between showing dates or inputs."
3585
+ },
3586
+ "v-date-picker/hide-actions": {
3587
+ "type": "boolean\n",
3588
+ "description": "Hide the picker actions"
3589
+ },
3590
+ "v-date-picker/expand-icon": {
3591
+ "type": "string\n",
3592
+ "description": "Icon used for **view-mode** toggle."
3593
+ },
3594
+ "v-date-picker/collapse-icon": {
3595
+ "type": "string\n",
3596
+ "description": "MISSING DESCRIPTION"
3597
+ },
3598
+ "v-date-picker/range": {
3599
+ "type": "boolean | 'end' | 'start'\n",
3600
+ "description": "Allow the selection of date range"
3601
+ },
3602
+ "v-date-picker/display-date": {
3603
+ "type": "any\n",
3604
+ "description": "The date displayed in the picker header."
3605
+ },
3606
+ "v-date-picker/view-mode": {
3607
+ "type": "'month' | 'year'\n",
3608
+ "description": "MISSING DESCRIPTION"
3609
+ },
3610
+ "v-date-picker/format": {
3611
+ "type": "string\n",
3612
+ "description": "Takes a date object and returns it in a specified format."
3613
+ },
3614
+ "v-date-picker/show-adjacent-months": {
3615
+ "type": "boolean\n",
3616
+ "description": "Toggles visibility of days from previous and next months"
3617
+ },
3618
+ "v-date-picker/hide-weekdays": {
3619
+ "type": "boolean\n",
3620
+ "description": "MISSING DESCRIPTION"
3621
+ },
3622
+ "v-date-picker/show-week": {
3623
+ "type": "boolean\n",
3624
+ "description": "Toggles visibility of the week numbers in the body of the calendar"
3625
+ },
3626
+ "v-date-picker/hover-date": {
3627
+ "type": "any\n",
3628
+ "description": "MISSING DESCRIPTION"
3629
+ },
3630
+ "v-date-picker/side": {
3631
+ "type": "string\n",
3632
+ "description": "MISSING DESCRIPTION"
3633
+ },
3634
+ "v-date-picker/min": {
3635
+ "type": "number\n",
3636
+ "description": "Minimum allowed date/month (ISO 8601 format)"
3637
+ },
3638
+ "v-date-picker/calendar-icon": {
3639
+ "type": "string\n",
3640
+ "description": "The icon shown in the header when in 'input' **input-mode**."
3641
+ },
3642
+ "v-date-picker/keyboard-icon": {
3643
+ "type": "string\n",
3644
+ "description": "MISSING DESCRIPTION"
3645
+ },
3646
+ "v-date-picker/input-text": {
3647
+ "type": "string\n",
3648
+ "description": "MISSING DESCRIPTION"
3649
+ },
3650
+ "v-date-picker/landscape": {
3651
+ "type": "boolean\n",
3652
+ "description": "MISSING DESCRIPTION"
3653
+ },
3654
+ "v-date-picker-controls/next-icon": {
3655
+ "type": "string\n",
3656
+ "description": "MISSING DESCRIPTION"
3657
+ },
3658
+ "v-date-picker-controls/prev-icon": {
3659
+ "type": "string\n",
3660
+ "description": "MISSING DESCRIPTION"
3661
+ },
3662
+ "v-date-picker-controls/expand-icon": {
3663
+ "type": "string\n",
3664
+ "description": "MISSING DESCRIPTION"
3665
+ },
3666
+ "v-date-picker-controls/collapse-icon": {
3667
+ "type": "string\n",
3668
+ "description": "MISSING DESCRIPTION"
3669
+ },
3670
+ "v-date-picker-controls/range": {
3671
+ "type": "string | boolean\n",
3672
+ "description": "MISSING DESCRIPTION"
3673
+ },
3674
+ "v-date-picker-controls/display-date": {
3675
+ "type": "any\n",
3676
+ "description": "MISSING DESCRIPTION"
3677
+ },
3678
+ "v-date-picker-controls/view-mode": {
3679
+ "type": "'month' | 'year'\n",
3680
+ "description": "MISSING DESCRIPTION"
3681
+ },
3682
+ "v-date-picker-controls/format": {
3683
+ "type": "string\n",
3684
+ "description": "MISSING DESCRIPTION"
3685
+ },
3686
+ "v-date-picker-header/color": {
3687
+ "type": "string\n",
3688
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
3689
+ },
3690
+ "v-date-picker-header/header": {
3691
+ "type": "string\n",
3692
+ "description": "MISSING DESCRIPTION"
3693
+ },
3694
+ "v-date-picker-header/append-icon": {
3695
+ "type": "string\n",
3696
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
3697
+ },
3698
+ "v-date-picker-header/transition": {
3699
+ "type": "string\n",
3700
+ "description": "MISSING DESCRIPTION"
3701
+ },
3702
+ "v-date-picker-month/model-value": {
3703
+ "type": "any[]\n",
3704
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
3705
+ },
3706
+ "v-date-picker-month/color": {
3707
+ "type": "string\n",
3708
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
3709
+ },
3710
+ "v-date-picker-month/multiple": {
3711
+ "type": "boolean\n",
3712
+ "description": "MISSING DESCRIPTION"
3713
+ },
3714
+ "v-date-picker-month/range": {
3715
+ "type": "boolean | 'end' | 'start'\n",
3716
+ "description": "MISSING DESCRIPTION"
3717
+ },
3718
+ "v-date-picker-month/display-date": {
3719
+ "type": "any\n",
3720
+ "description": "MISSING DESCRIPTION"
3721
+ },
3722
+ "v-date-picker-month/format": {
3723
+ "type": "string\n",
3724
+ "description": "MISSING DESCRIPTION"
3725
+ },
3726
+ "v-date-picker-month/show-adjacent-months": {
3727
+ "type": "boolean\n",
3728
+ "description": "MISSING DESCRIPTION"
3729
+ },
3730
+ "v-date-picker-month/hide-weekdays": {
3731
+ "type": "boolean\n",
3732
+ "description": "MISSING DESCRIPTION"
3733
+ },
3734
+ "v-date-picker-month/show-week": {
3735
+ "type": "boolean\n",
3736
+ "description": "MISSING DESCRIPTION"
3737
+ },
3738
+ "v-date-picker-month/hover-date": {
3739
+ "type": "any\n",
3740
+ "description": "MISSING DESCRIPTION"
3741
+ },
3742
+ "v-date-picker-month/side": {
3743
+ "type": "string\n",
3744
+ "description": "MISSING DESCRIPTION"
3745
+ },
3746
+ "v-date-picker-years/height": {
3747
+ "type": "string | number\n",
3748
+ "description": "Sets the height for the component"
3749
+ },
3750
+ "v-date-picker-years/color": {
3751
+ "type": "string\n",
3752
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
3753
+ },
3754
+ "v-date-picker-years/max": {
3755
+ "type": "number\n",
3756
+ "description": "MISSING DESCRIPTION"
3757
+ },
3758
+ "v-date-picker-years/display-date": {
3759
+ "type": "any\n",
3760
+ "description": "MISSING DESCRIPTION"
3761
+ },
3762
+ "v-date-picker-years/min": {
3763
+ "type": "number\n",
3764
+ "description": "MISSING DESCRIPTION"
3765
+ },
3394
3766
  "v-defaults-provider/disabled": {
3395
3767
  "type": "boolean\n",
3396
3768
  "description": "Turns off all calcuations of new default values for improved performance in situations where defaults propagation isn't necessary"
@@ -3703,6 +4075,10 @@
3703
4075
  "type": "string\n",
3704
4076
  "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
3705
4077
  },
4078
+ "v-expansion-panel/hide-actions": {
4079
+ "type": "boolean\n",
4080
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
4081
+ },
3706
4082
  "v-expansion-panel/expand-icon": {
3707
4083
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3708
4084
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
@@ -3711,10 +4087,6 @@
3711
4087
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3712
4088
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
3713
4089
  },
3714
- "v-expansion-panel/hide-actions": {
3715
- "type": "boolean\n",
3716
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
3717
- },
3718
4090
  "v-expansion-panel-text/eager": {
3719
4091
  "type": "boolean\n",
3720
4092
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
@@ -3731,6 +4103,10 @@
3731
4103
  "type": "boolean\n",
3732
4104
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
3733
4105
  },
4106
+ "v-expansion-panel-title/hide-actions": {
4107
+ "type": "boolean\n",
4108
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
4109
+ },
3734
4110
  "v-expansion-panel-title/expand-icon": {
3735
4111
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3736
4112
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
@@ -3739,10 +4115,6 @@
3739
4115
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3740
4116
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
3741
4117
  },
3742
- "v-expansion-panel-title/hide-actions": {
3743
- "type": "boolean\n",
3744
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
3745
- },
3746
4118
  "v-expansion-panels/model-value": {
3747
4119
  "type": "any\n",
3748
4120
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -4693,11 +5065,11 @@
4693
5065
  },
4694
5066
  "v-list/selected": {
4695
5067
  "type": "unknown[]\n",
4696
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
5068
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
4697
5069
  },
4698
5070
  "v-list/select-strategy": {
4699
5071
  "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L5-L12\" target=\"_blank\">SelectStrategyFn</a>\n",
4700
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
5072
+ "description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model."
4701
5073
  },
4702
5074
  "v-list/nav": {
4703
5075
  "type": "boolean\n",
@@ -4705,11 +5077,11 @@
4705
5077
  },
4706
5078
  "v-list/open-strategy": {
4707
5079
  "type": " | 'multiple'\n | 'single'\n | 'list'\n | { open: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L1-L8\" target=\"_blank\">OpenStrategyFn</a>; select: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L10-L18\" target=\"_blank\">OpenSelectStrategyFn</a> }\n",
4708
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
5080
+ "description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected."
4709
5081
  },
4710
5082
  "v-list/opened": {
4711
5083
  "type": "unknown[]\n",
4712
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
5084
+ "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
4713
5085
  },
4714
5086
  "v-list/item-type": {
4715
5087
  "type": "string\n",
@@ -5479,6 +5851,70 @@
5479
5851
  "type": "string | number\n",
5480
5852
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-parallax.json))"
5481
5853
  },
5854
+ "v-picker/title": {
5855
+ "type": "string\n",
5856
+ "description": "Specify a title text for the component."
5857
+ },
5858
+ "v-picker/border": {
5859
+ "type": "string | number | boolean\n",
5860
+ "description": "Applies border styles to component."
5861
+ },
5862
+ "v-picker/height": {
5863
+ "type": "string | number\n",
5864
+ "description": "Sets the height for the component."
5865
+ },
5866
+ "v-picker/max-height": {
5867
+ "type": "string | number\n",
5868
+ "description": "Sets the maximum height for the component."
5869
+ },
5870
+ "v-picker/max-width": {
5871
+ "type": "string | number\n",
5872
+ "description": "Sets the maximum width for the component."
5873
+ },
5874
+ "v-picker/min-height": {
5875
+ "type": "string | number\n",
5876
+ "description": "Sets the minimum height for the component."
5877
+ },
5878
+ "v-picker/min-width": {
5879
+ "type": "string | number\n",
5880
+ "description": "Sets the minimum width for the component."
5881
+ },
5882
+ "v-picker/width": {
5883
+ "type": "string | number\n",
5884
+ "description": "Sets the width for the component."
5885
+ },
5886
+ "v-picker/elevation": {
5887
+ "type": "string | number\n",
5888
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5889
+ },
5890
+ "v-picker/location": {
5891
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
5892
+ "description": "Specifies the component's location. Can combine by using a space separated string"
5893
+ },
5894
+ "v-picker/position": {
5895
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
5896
+ "description": "MISSING DESCRIPTION"
5897
+ },
5898
+ "v-picker/rounded": {
5899
+ "type": "string | number | boolean\n",
5900
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
5901
+ },
5902
+ "v-picker/tag": {
5903
+ "type": "string\n",
5904
+ "description": "Specify a custom tag used on the root element."
5905
+ },
5906
+ "v-picker/theme": {
5907
+ "type": "string\n",
5908
+ "description": "Specify a theme for this component and all of its children"
5909
+ },
5910
+ "v-picker/landscape": {
5911
+ "type": "boolean\n",
5912
+ "description": "MISSING DESCRIPTION"
5913
+ },
5914
+ "v-picker-title/tag": {
5915
+ "type": "string\n",
5916
+ "description": "Specify a custom tag used on the root element"
5917
+ },
5482
5918
  "v-progress-circular/model-value": {
5483
5919
  "type": "string | number\n",
5484
5920
  "description": "The percentage value for current progress"
@@ -28,10 +28,42 @@
28
28
  "from": "labs/VDataTable/index.mjs",
29
29
  "styles": []
30
30
  },
31
+ "VDateCard": {
32
+ "from": "labs/VDatePicker/index.mjs",
33
+ "styles": []
34
+ },
35
+ "VDatePicker": {
36
+ "from": "labs/VDatePicker/index.mjs",
37
+ "styles": []
38
+ },
39
+ "VDatePickerControls": {
40
+ "from": "labs/VDatePicker/index.mjs",
41
+ "styles": []
42
+ },
43
+ "VDatePickerHeader": {
44
+ "from": "labs/VDatePicker/index.mjs",
45
+ "styles": []
46
+ },
47
+ "VDatePickerMonth": {
48
+ "from": "labs/VDatePicker/index.mjs",
49
+ "styles": []
50
+ },
51
+ "VDatePickerYears": {
52
+ "from": "labs/VDatePicker/index.mjs",
53
+ "styles": []
54
+ },
31
55
  "VInfiniteScroll": {
32
56
  "from": "labs/VInfiniteScroll/index.mjs",
33
57
  "styles": []
34
58
  },
59
+ "VPicker": {
60
+ "from": "labs/VPicker/index.mjs",
61
+ "styles": []
62
+ },
63
+ "VPickerTitle": {
64
+ "from": "labs/VPicker/index.mjs",
65
+ "styles": []
66
+ },
35
67
  "VSkeletonLoader": {
36
68
  "from": "labs/VSkeletonLoader/index.mjs",
37
69
  "styles": []
@@ -4,18 +4,6 @@
4
4
  "from": "components/VApp/index.mjs",
5
5
  "styles": []
6
6
  },
7
- "VAppBar": {
8
- "from": "components/VAppBar/index.mjs",
9
- "styles": []
10
- },
11
- "VAppBarNavIcon": {
12
- "from": "components/VAppBar/index.mjs",
13
- "styles": []
14
- },
15
- "VAppBarTitle": {
16
- "from": "components/VAppBar/index.mjs",
17
- "styles": []
18
- },
19
7
  "VAlert": {
20
8
  "from": "components/VAlert/index.mjs",
21
9
  "styles": []
@@ -392,6 +380,18 @@
392
380
  "from": "components/VWindow/index.mjs",
393
381
  "styles": []
394
382
  },
383
+ "VAppBar": {
384
+ "from": "components/VAppBar/index.mjs",
385
+ "styles": []
386
+ },
387
+ "VAppBarNavIcon": {
388
+ "from": "components/VAppBar/index.mjs",
389
+ "styles": []
390
+ },
391
+ "VAppBarTitle": {
392
+ "from": "components/VAppBar/index.mjs",
393
+ "styles": []
394
+ },
395
395
  "VDefaultsProvider": {
396
396
  "from": "components/VDefaultsProvider/index.mjs",
397
397
  "styles": []