vuetify 3.4.8 → 3.4.10

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 (292) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +260 -0
  3. package/dist/json/importMap-labs.json +24 -0
  4. package/dist/json/importMap.json +122 -122
  5. package/dist/json/tags.json +95 -0
  6. package/dist/json/web-types.json +857 -4
  7. package/dist/vuetify-labs.css +2977 -2604
  8. package/dist/vuetify-labs.d.ts +1770 -71
  9. package/dist/vuetify-labs.esm.js +784 -140
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +784 -140
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +689 -686
  14. package/dist/vuetify.d.ts +221 -106
  15. package/dist/vuetify.esm.js +301 -140
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +301 -140
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +214 -195
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/blueprints/index.d.mts +9 -0
  23. package/lib/blueprints/md1.d.mts +9 -0
  24. package/lib/blueprints/md2.d.mts +9 -0
  25. package/lib/blueprints/md3.d.mts +9 -0
  26. package/lib/components/VAlert/VAlert.css +2 -2
  27. package/lib/components/VAppBar/VAppBar.css +1 -1
  28. package/lib/components/VAppBar/VAppBar.mjs +0 -1
  29. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  30. package/lib/components/VAutocomplete/VAutocomplete.css +2 -2
  31. package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -2
  32. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  33. package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
  34. package/lib/components/VAutocomplete/_variables.scss +1 -0
  35. package/lib/components/VAvatar/VAvatar.css +2 -2
  36. package/lib/components/VBanner/VBanner.css +1 -1
  37. package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -1
  38. package/lib/components/VBottomSheet/VBottomSheet.css +1 -1
  39. package/lib/components/VBtn/VBtn.css +4 -4
  40. package/lib/components/VBtnGroup/VBtnGroup.css +1 -1
  41. package/lib/components/VCard/VCard.css +5 -5
  42. package/lib/components/VChip/VChip.css +2 -2
  43. package/lib/components/VChip/VChip.mjs +2 -1
  44. package/lib/components/VChip/VChip.mjs.map +1 -1
  45. package/lib/components/VColorPicker/VColorPicker.css +3 -3
  46. package/lib/components/VCombobox/VCombobox.css +2 -2
  47. package/lib/components/VCombobox/VCombobox.mjs +15 -5
  48. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  49. package/lib/components/VCombobox/VCombobox.sass +2 -2
  50. package/lib/components/VCombobox/_variables.scss +2 -0
  51. package/lib/components/VDataIterator/index.d.mts +1 -1
  52. package/lib/components/VDataTable/VDataTable.css +1 -1
  53. package/lib/components/VDataTable/VDataTable.sass +1 -1
  54. package/lib/components/VDataTable/VDataTableFooter.mjs +33 -30
  55. package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
  56. package/lib/components/VDataTable/VDataTableHeaders.mjs +2 -1
  57. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  58. package/lib/components/VDataTable/index.d.mts +1 -1
  59. package/lib/components/VDatePicker/VDatePicker.mjs +4 -1
  60. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  61. package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
  62. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  63. package/lib/components/VDatePicker/index.d.mts +82 -0
  64. package/lib/components/VDialog/VDialog.css +1 -1
  65. package/lib/components/VDialog/index.d.mts +3 -3
  66. package/lib/components/VExpansionPanel/VExpansionPanel.css +1 -1
  67. package/lib/components/VField/VField.css +2 -2
  68. package/lib/components/VFileInput/index.d.mts +3 -3
  69. package/lib/components/VFooter/VFooter.css +1 -1
  70. package/lib/components/VForm/index.d.mts +21 -21
  71. package/lib/components/VImg/index.d.mts +6 -6
  72. package/lib/components/VKbd/VKbd.css +1 -1
  73. package/lib/components/VList/VList.css +1 -1
  74. package/lib/components/VList/VList.mjs +7 -2
  75. package/lib/components/VList/VList.mjs.map +1 -1
  76. package/lib/components/VList/VListItem.css +5 -2
  77. package/lib/components/VList/VListItem.sass +3 -0
  78. package/lib/components/VList/_variables.scss +1 -0
  79. package/lib/components/VMenu/VMenu.css +1 -1
  80. package/lib/components/VMenu/index.d.mts +6 -6
  81. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +2 -2
  82. package/lib/components/VNavigationDrawer/index.d.mts +3 -3
  83. package/lib/components/VOverflowBtn/VOverflowBtn.mjs +0 -1
  84. package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
  85. package/lib/components/VOverlay/VOverlay.mjs +2 -2
  86. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  87. package/lib/components/VOverlay/locationStrategies.mjs +0 -1
  88. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  89. package/lib/components/VSelect/VSelect.css +1 -1
  90. package/lib/components/VSelect/VSelect.mjs +15 -3
  91. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  92. package/lib/components/VSelectionControl/index.d.mts +3 -3
  93. package/lib/components/VSheet/VSheet.css +1 -1
  94. package/lib/components/VSlideGroup/index.d.mts +3 -3
  95. package/lib/components/VSnackbar/VSnackbar.css +2 -2
  96. package/lib/components/VSnackbar/index.d.mts +3 -3
  97. package/lib/components/VStepper/VStepper.css +3 -3
  98. package/lib/components/VSwitch/VSwitch.css +2 -2
  99. package/lib/components/VSystemBar/VSystemBar.css +1 -1
  100. package/lib/components/VTabs/VTab.css +2 -2
  101. package/lib/components/VTabs/VTab.sass +2 -2
  102. package/lib/components/VTextField/index.d.mts +6 -6
  103. package/lib/components/VTextarea/index.d.mts +3 -3
  104. package/lib/components/VTimeline/VTimeline.css +1 -1
  105. package/lib/components/VToolbar/VToolbar.css +2 -2
  106. package/lib/components/VTooltip/index.d.mts +3 -3
  107. package/lib/components/VTreeview/VTreeview.mjs +0 -1
  108. package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
  109. package/lib/components/VTreeview/VTreeviewNode.mjs +0 -1
  110. package/lib/components/VTreeview/VTreeviewNode.mjs.map +1 -1
  111. package/lib/components/VValidation/index.d.mts +6 -6
  112. package/lib/components/VWindow/VWindowItem.mjs +0 -1
  113. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  114. package/lib/components/index.d.mts +152 -70
  115. package/lib/composables/calendar.mjs +26 -5
  116. package/lib/composables/calendar.mjs.map +1 -1
  117. package/lib/composables/date/DateAdapter.mjs.map +1 -1
  118. package/lib/composables/date/adapters/vuetify.mjs +89 -2
  119. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  120. package/lib/composables/delay.mjs +19 -18
  121. package/lib/composables/delay.mjs.map +1 -1
  122. package/lib/composables/density.mjs +1 -0
  123. package/lib/composables/density.mjs.map +1 -1
  124. package/lib/entry-bundler.mjs +1 -1
  125. package/lib/entry-bundler.mjs.map +1 -1
  126. package/lib/framework.mjs +1 -1
  127. package/lib/framework.mjs.map +1 -1
  128. package/lib/index.d.mts +69 -36
  129. package/lib/labs/VCalendar/VCalendar.css +220 -0
  130. package/lib/labs/VCalendar/VCalendar.mjs +124 -0
  131. package/lib/labs/VCalendar/VCalendar.mjs.map +1 -0
  132. package/lib/labs/VCalendar/VCalendar.sass +168 -0
  133. package/lib/labs/VCalendar/VCalendarDay.css +33 -0
  134. package/lib/labs/VCalendar/VCalendarDay.mjs +47 -0
  135. package/lib/labs/VCalendar/VCalendarDay.mjs.map +1 -0
  136. package/lib/labs/VCalendar/VCalendarDay.sass +32 -0
  137. package/lib/labs/VCalendar/VCalendarEvent.mjs +30 -0
  138. package/lib/labs/VCalendar/VCalendarEvent.mjs.map +1 -0
  139. package/lib/labs/VCalendar/VCalendarHeader.css +14 -0
  140. package/lib/labs/VCalendar/VCalendarHeader.mjs +76 -0
  141. package/lib/labs/VCalendar/VCalendarHeader.mjs.map +1 -0
  142. package/lib/labs/VCalendar/VCalendarHeader.sass +13 -0
  143. package/lib/labs/VCalendar/VCalendarInterval.css +42 -0
  144. package/lib/labs/VCalendar/VCalendarInterval.mjs +113 -0
  145. package/lib/labs/VCalendar/VCalendarInterval.mjs.map +1 -0
  146. package/lib/labs/VCalendar/VCalendarInterval.sass +39 -0
  147. package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs +76 -0
  148. package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs.map +1 -0
  149. package/lib/labs/VCalendar/VCalendarMonthDay.css +61 -0
  150. package/lib/labs/VCalendar/VCalendarMonthDay.mjs +64 -0
  151. package/lib/labs/VCalendar/VCalendarMonthDay.mjs.map +1 -0
  152. package/lib/labs/VCalendar/VCalendarMonthDay.sass +65 -0
  153. package/lib/{components → labs}/VCalendar/_variables.scss +14 -6
  154. package/lib/labs/VCalendar/index.d.mts +1592 -0
  155. package/lib/labs/VCalendar/index.mjs +7 -0
  156. package/lib/labs/VCalendar/index.mjs.map +1 -0
  157. package/lib/labs/VPicker/VPicker.css +1 -1
  158. package/lib/labs/components.d.mts +1586 -2
  159. package/lib/labs/components.mjs +1 -0
  160. package/lib/labs/components.mjs.map +1 -1
  161. package/lib/locale/af.mjs +2 -1
  162. package/lib/locale/af.mjs.map +1 -1
  163. package/lib/locale/ar.mjs +2 -1
  164. package/lib/locale/ar.mjs.map +1 -1
  165. package/lib/locale/az.mjs +2 -1
  166. package/lib/locale/az.mjs.map +1 -1
  167. package/lib/locale/bg.mjs +2 -1
  168. package/lib/locale/bg.mjs.map +1 -1
  169. package/lib/locale/ca.mjs +2 -1
  170. package/lib/locale/ca.mjs.map +1 -1
  171. package/lib/locale/ckb.mjs +2 -1
  172. package/lib/locale/ckb.mjs.map +1 -1
  173. package/lib/locale/cs.mjs +3 -2
  174. package/lib/locale/cs.mjs.map +1 -1
  175. package/lib/locale/da.mjs +2 -1
  176. package/lib/locale/da.mjs.map +1 -1
  177. package/lib/locale/de.mjs +2 -1
  178. package/lib/locale/de.mjs.map +1 -1
  179. package/lib/locale/el.mjs +2 -1
  180. package/lib/locale/el.mjs.map +1 -1
  181. package/lib/locale/en.mjs +2 -1
  182. package/lib/locale/en.mjs.map +1 -1
  183. package/lib/locale/es.mjs +2 -1
  184. package/lib/locale/es.mjs.map +1 -1
  185. package/lib/locale/et.mjs +2 -1
  186. package/lib/locale/et.mjs.map +1 -1
  187. package/lib/locale/fa.mjs +2 -1
  188. package/lib/locale/fa.mjs.map +1 -1
  189. package/lib/locale/fi.mjs +2 -1
  190. package/lib/locale/fi.mjs.map +1 -1
  191. package/lib/locale/fr.mjs +2 -1
  192. package/lib/locale/fr.mjs.map +1 -1
  193. package/lib/locale/he.mjs +2 -1
  194. package/lib/locale/he.mjs.map +1 -1
  195. package/lib/locale/hr.mjs +2 -1
  196. package/lib/locale/hr.mjs.map +1 -1
  197. package/lib/locale/hu.mjs +2 -1
  198. package/lib/locale/hu.mjs.map +1 -1
  199. package/lib/locale/id.mjs +2 -1
  200. package/lib/locale/id.mjs.map +1 -1
  201. package/lib/locale/index.d.mts +42 -0
  202. package/lib/locale/it.mjs +2 -1
  203. package/lib/locale/it.mjs.map +1 -1
  204. package/lib/locale/ja.mjs +2 -1
  205. package/lib/locale/ja.mjs.map +1 -1
  206. package/lib/locale/ko.mjs +2 -1
  207. package/lib/locale/ko.mjs.map +1 -1
  208. package/lib/locale/lt.mjs +2 -1
  209. package/lib/locale/lt.mjs.map +1 -1
  210. package/lib/locale/lv.mjs +2 -1
  211. package/lib/locale/lv.mjs.map +1 -1
  212. package/lib/locale/nl.mjs +3 -2
  213. package/lib/locale/nl.mjs.map +1 -1
  214. package/lib/locale/no.mjs +2 -1
  215. package/lib/locale/no.mjs.map +1 -1
  216. package/lib/locale/pl.mjs +2 -1
  217. package/lib/locale/pl.mjs.map +1 -1
  218. package/lib/locale/pt.mjs +19 -18
  219. package/lib/locale/pt.mjs.map +1 -1
  220. package/lib/locale/ro.mjs +2 -1
  221. package/lib/locale/ro.mjs.map +1 -1
  222. package/lib/locale/ru.mjs +2 -1
  223. package/lib/locale/ru.mjs.map +1 -1
  224. package/lib/locale/sk.mjs +2 -1
  225. package/lib/locale/sk.mjs.map +1 -1
  226. package/lib/locale/sl.mjs +2 -1
  227. package/lib/locale/sl.mjs.map +1 -1
  228. package/lib/locale/sr-Cyrl.mjs +2 -1
  229. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  230. package/lib/locale/sr-Latn.mjs +2 -1
  231. package/lib/locale/sr-Latn.mjs.map +1 -1
  232. package/lib/locale/sv.mjs +2 -1
  233. package/lib/locale/sv.mjs.map +1 -1
  234. package/lib/locale/th.mjs +2 -1
  235. package/lib/locale/th.mjs.map +1 -1
  236. package/lib/locale/tr.mjs +2 -1
  237. package/lib/locale/tr.mjs.map +1 -1
  238. package/lib/locale/uk.mjs +2 -1
  239. package/lib/locale/uk.mjs.map +1 -1
  240. package/lib/locale/vi.mjs +2 -1
  241. package/lib/locale/vi.mjs.map +1 -1
  242. package/lib/locale/zh-Hans.mjs +2 -1
  243. package/lib/locale/zh-Hans.mjs.map +1 -1
  244. package/lib/locale/zh-Hant.mjs +2 -1
  245. package/lib/locale/zh-Hant.mjs.map +1 -1
  246. package/lib/styles/main.css +25 -25
  247. package/lib/styles/settings/_elevations.scss +1 -1
  248. package/lib/util/helpers.mjs +14 -0
  249. package/lib/util/helpers.mjs.map +1 -1
  250. package/package.json +12 -12
  251. package/lib/components/VCalendar/VCalendar.mjs +0 -352
  252. package/lib/components/VCalendar/VCalendar.mjs.map +0 -1
  253. package/lib/components/VCalendar/VCalendarCategory.mjs +0 -124
  254. package/lib/components/VCalendar/VCalendarCategory.mjs.map +0 -1
  255. package/lib/components/VCalendar/VCalendarCategory.sass +0 -100
  256. package/lib/components/VCalendar/VCalendarDaily.mjs +0 -239
  257. package/lib/components/VCalendar/VCalendarDaily.mjs.map +0 -1
  258. package/lib/components/VCalendar/VCalendarDaily.sass +0 -140
  259. package/lib/components/VCalendar/VCalendarMonthly.mjs +0 -25
  260. package/lib/components/VCalendar/VCalendarMonthly.mjs.map +0 -1
  261. package/lib/components/VCalendar/VCalendarWeekly.mjs +0 -193
  262. package/lib/components/VCalendar/VCalendarWeekly.mjs.map +0 -1
  263. package/lib/components/VCalendar/VCalendarWeekly.sass +0 -118
  264. package/lib/components/VCalendar/index.mjs +0 -16
  265. package/lib/components/VCalendar/index.mjs.map +0 -1
  266. package/lib/components/VCalendar/mixins/calendar-base.mjs +0 -89
  267. package/lib/components/VCalendar/mixins/calendar-base.mjs.map +0 -1
  268. package/lib/components/VCalendar/mixins/calendar-with-events.mjs +0 -416
  269. package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +0 -1
  270. package/lib/components/VCalendar/mixins/calendar-with-events.sass +0 -67
  271. package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs +0 -135
  272. package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs.map +0 -1
  273. package/lib/components/VCalendar/mixins/mouse.mjs +0 -85
  274. package/lib/components/VCalendar/mixins/mouse.mjs.map +0 -1
  275. package/lib/components/VCalendar/mixins/times.mjs +0 -65
  276. package/lib/components/VCalendar/mixins/times.mjs.map +0 -1
  277. package/lib/components/VCalendar/modes/column.mjs +0 -18
  278. package/lib/components/VCalendar/modes/column.mjs.map +0 -1
  279. package/lib/components/VCalendar/modes/common.mjs +0 -112
  280. package/lib/components/VCalendar/modes/common.mjs.map +0 -1
  281. package/lib/components/VCalendar/modes/index.mjs +0 -9
  282. package/lib/components/VCalendar/modes/index.mjs.map +0 -1
  283. package/lib/components/VCalendar/modes/stack.mjs +0 -204
  284. package/lib/components/VCalendar/modes/stack.mjs.map +0 -1
  285. package/lib/components/VCalendar/util/events.mjs +0 -44
  286. package/lib/components/VCalendar/util/events.mjs.map +0 -1
  287. package/lib/components/VCalendar/util/parser.mjs +0 -21
  288. package/lib/components/VCalendar/util/parser.mjs.map +0 -1
  289. package/lib/components/VCalendar/util/props.mjs +0 -248
  290. package/lib/components/VCalendar/util/props.mjs.map +0 -1
  291. package/lib/components/VCalendar/util/timestamp.mjs +0 -407
  292. package/lib/components/VCalendar/util/timestamp.mjs.map +0 -1
@@ -1 +1,2 @@
1
+ @forward '../lib/labs/VCalendar/_variables.scss'
1
2
  @forward '../lib/labs/VPicker/_variables.scss'
@@ -1467,6 +1467,258 @@
1467
1467
  "type": "boolean | 'force'\n",
1468
1468
  "description": "Forces at least one item to always be selected (if available)."
1469
1469
  },
1470
+ "v-calendar/hide-header": {
1471
+ "type": "boolean\n",
1472
+ "description": "Determines whether the header is hidden in the calendar view."
1473
+ },
1474
+ "v-calendar/hide-week-number": {
1475
+ "type": "boolean\n",
1476
+ "description": "Toggles the display of week numbers in a calendar view."
1477
+ },
1478
+ "v-calendar/allowed-dates": {
1479
+ "type": "Function | unknown[]\n",
1480
+ "description": "Determines which dates are selectable."
1481
+ },
1482
+ "v-calendar/disabled": {
1483
+ "type": "boolean\n",
1484
+ "description": "Removes the ability to click or target the component."
1485
+ },
1486
+ "v-calendar/month": {
1487
+ "type": "string | number\n",
1488
+ "description": "Specifies the month for the calendar view."
1489
+ },
1490
+ "v-calendar/show-adjacent-months": {
1491
+ "type": "boolean\n",
1492
+ "description": "Shows or hides days from adjacent months."
1493
+ },
1494
+ "v-calendar/year": {
1495
+ "type": "string | number\n",
1496
+ "description": "Specifies the year for the calendar view."
1497
+ },
1498
+ "v-calendar/weekdays": {
1499
+ "type": "number[]\n",
1500
+ "description": "Specifies which days of the week to display."
1501
+ },
1502
+ "v-calendar/display-value": {
1503
+ "type": "unknown\n",
1504
+ "description": "Value to display for the component, possibly a formatted date."
1505
+ },
1506
+ "v-calendar/model-value": {
1507
+ "type": "unknown[]\n",
1508
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
1509
+ },
1510
+ "v-calendar/max": {
1511
+ "type": "unknown\n",
1512
+ "description": "Maximum date or value that can be selected."
1513
+ },
1514
+ "v-calendar/min": {
1515
+ "type": "unknown\n",
1516
+ "description": "Minimum date or value that can be selected."
1517
+ },
1518
+ "v-calendar/hide-day-header": {
1519
+ "type": "boolean\n",
1520
+ "description": "Determines whether the day header is visible in the calendar day view."
1521
+ },
1522
+ "v-calendar/intervals": {
1523
+ "type": "number\n",
1524
+ "description": "Total number of intervals in a day view."
1525
+ },
1526
+ "v-calendar/day": {
1527
+ "type": "unknown\n",
1528
+ "description": "Represents the specific day associated with the interval."
1529
+ },
1530
+ "v-calendar/day-index": {
1531
+ "type": "number\n",
1532
+ "description": "Index of the day this interval is a part of, in a week or month view."
1533
+ },
1534
+ "v-calendar/events": {
1535
+ "type": "any[]\n",
1536
+ "description": "Array of events specific to this interval."
1537
+ },
1538
+ "v-calendar/interval-divisions": {
1539
+ "type": "number\n",
1540
+ "description": "Number of subdivisions within this interval."
1541
+ },
1542
+ "v-calendar/interval-duration": {
1543
+ "type": "number\n",
1544
+ "description": "Duration of this specific interval in minutes."
1545
+ },
1546
+ "v-calendar/interval-height": {
1547
+ "type": "number\n",
1548
+ "description": "Height of the interval in pixels in the calendar view."
1549
+ },
1550
+ "v-calendar/interval-format": {
1551
+ "type": "string | Function\n",
1552
+ "description": "Formatting rule for displaying the interval, as a string or function."
1553
+ },
1554
+ "v-calendar/interval-start": {
1555
+ "type": "number\n",
1556
+ "description": "Starting time for this specific interval."
1557
+ },
1558
+ "v-calendar/next-icon": {
1559
+ "type": "string\n",
1560
+ "description": "The icon to use for the next button."
1561
+ },
1562
+ "v-calendar/prev-icon": {
1563
+ "type": "string\n",
1564
+ "description": "The icon to use for the prev button."
1565
+ },
1566
+ "v-calendar/title": {
1567
+ "type": "string\n",
1568
+ "description": "Specify a title text for the component."
1569
+ },
1570
+ "v-calendar/text": {
1571
+ "type": "string\n",
1572
+ "description": "Specify content text for the component."
1573
+ },
1574
+ "v-calendar/view-mode": {
1575
+ "type": "'month' | 'day' | 'week'\n",
1576
+ "description": "The current view mode of the calendar."
1577
+ },
1578
+ "v-calendar-day/hide-day-header": {
1579
+ "type": "boolean\n",
1580
+ "description": "Determines whether the day header is visible in the calendar day view."
1581
+ },
1582
+ "v-calendar-day/intervals": {
1583
+ "type": "number\n",
1584
+ "description": "Specifies the total number of time intervals for the day in the calendar view."
1585
+ },
1586
+ "v-calendar-day/day": {
1587
+ "type": "unknown\n",
1588
+ "description": "Represents the specific day associated with the interval."
1589
+ },
1590
+ "v-calendar-day/day-index": {
1591
+ "type": "number\n",
1592
+ "description": "Index of the day this interval is a part of, in a week or month view."
1593
+ },
1594
+ "v-calendar-day/events": {
1595
+ "type": "any[]\n",
1596
+ "description": "Array of events specific to this interval."
1597
+ },
1598
+ "v-calendar-day/interval-divisions": {
1599
+ "type": "number\n",
1600
+ "description": "Number of subdivisions within this interval."
1601
+ },
1602
+ "v-calendar-day/interval-duration": {
1603
+ "type": "number\n",
1604
+ "description": "Duration of this specific interval in minutes."
1605
+ },
1606
+ "v-calendar-day/interval-height": {
1607
+ "type": "number\n",
1608
+ "description": "Height of the interval in pixels in the calendar view."
1609
+ },
1610
+ "v-calendar-day/interval-format": {
1611
+ "type": "string | Function\n",
1612
+ "description": "Formatting rule for displaying the interval, as a string or function."
1613
+ },
1614
+ "v-calendar-day/interval-start": {
1615
+ "type": "number\n",
1616
+ "description": "Starting time for this specific interval."
1617
+ },
1618
+ "v-calendar-header/next-icon": {
1619
+ "type": "string\n",
1620
+ "description": "The icon to use for the next button."
1621
+ },
1622
+ "v-calendar-header/prev-icon": {
1623
+ "type": "string\n",
1624
+ "description": "The icon to use for the prev button."
1625
+ },
1626
+ "v-calendar-header/title": {
1627
+ "type": "string\n",
1628
+ "description": "Specify a title text for the component."
1629
+ },
1630
+ "v-calendar-header/text": {
1631
+ "type": "string\n",
1632
+ "description": "Specify content text for the component."
1633
+ },
1634
+ "v-calendar-header/view-mode": {
1635
+ "type": "'month' | 'week' | 'day'\n",
1636
+ "description": "The current view mode of the calendar."
1637
+ },
1638
+ "v-calendar-interval/index": {
1639
+ "type": "number\n",
1640
+ "description": "Index or position of the interval in the day view."
1641
+ },
1642
+ "v-calendar-interval/day": {
1643
+ "type": "unknown\n",
1644
+ "description": "Represents the specific day associated with the interval."
1645
+ },
1646
+ "v-calendar-interval/day-index": {
1647
+ "type": "number\n",
1648
+ "description": "Index of the day this interval is a part of, in a week or month view."
1649
+ },
1650
+ "v-calendar-interval/events": {
1651
+ "type": "any[]\n",
1652
+ "description": "Array of events specific to this interval."
1653
+ },
1654
+ "v-calendar-interval/interval-divisions": {
1655
+ "type": "number\n",
1656
+ "description": "Number of subdivisions within this interval."
1657
+ },
1658
+ "v-calendar-interval/interval-duration": {
1659
+ "type": "number\n",
1660
+ "description": "Duration of this specific interval in minutes."
1661
+ },
1662
+ "v-calendar-interval/interval-height": {
1663
+ "type": "number\n",
1664
+ "description": "Height of the interval in pixels in the calendar view."
1665
+ },
1666
+ "v-calendar-interval/interval-format": {
1667
+ "type": "string | Function\n",
1668
+ "description": "Formatting rule for displaying the interval, as a string or function."
1669
+ },
1670
+ "v-calendar-interval/interval-start": {
1671
+ "type": "number\n",
1672
+ "description": "Starting time for this specific interval."
1673
+ },
1674
+ "v-calendar-interval-event/all-day": {
1675
+ "type": "boolean\n",
1676
+ "description": "Indicates whether the event spans the entire day."
1677
+ },
1678
+ "v-calendar-interval-event/interval": {
1679
+ "type": "unknown\n",
1680
+ "description": "The specific time interval this event is associated with."
1681
+ },
1682
+ "v-calendar-interval-event/interval-divisions": {
1683
+ "type": "number\n",
1684
+ "description": "Number of subdivisions within the interval for this event."
1685
+ },
1686
+ "v-calendar-interval-event/interval-duration": {
1687
+ "type": "number\n",
1688
+ "description": "Duration of the interval in which this event occurs, in minutes."
1689
+ },
1690
+ "v-calendar-interval-event/interval-height": {
1691
+ "type": "number\n",
1692
+ "description": "Height of the interval in the calendar view, in pixels."
1693
+ },
1694
+ "v-calendar-interval-event/event": {
1695
+ "type": "unknown\n",
1696
+ "description": "The event object associated with this calendar interval."
1697
+ },
1698
+ "v-calendar-month-day/title": {
1699
+ "type": "string | number\n",
1700
+ "description": "Specify a title text for the component."
1701
+ },
1702
+ "v-calendar-month-day/active": {
1703
+ "type": "boolean\n",
1704
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
1705
+ },
1706
+ "v-calendar-month-day/color": {
1707
+ "type": "string\n",
1708
+ "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)."
1709
+ },
1710
+ "v-calendar-month-day/day": {
1711
+ "type": "unknown\n",
1712
+ "description": "Represents the specific day in the month view of the calendar."
1713
+ },
1714
+ "v-calendar-month-day/disabled": {
1715
+ "type": "boolean\n",
1716
+ "description": "Removes the ability to click or target the component."
1717
+ },
1718
+ "v-calendar-month-day/events": {
1719
+ "type": "any[]\n",
1720
+ "description": "Array of events associated with this specific day."
1721
+ },
1470
1722
  "v-card/title": {
1471
1723
  "type": "string | number\n",
1472
1724
  "description": "Specify a title text for the component."
@@ -3603,6 +3855,10 @@
3603
3855
  "type": "boolean\n",
3604
3856
  "description": "Toggles visibility of days from previous and next months."
3605
3857
  },
3858
+ "v-date-picker/weekdays": {
3859
+ "type": "number[]\n",
3860
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
3861
+ },
3606
3862
  "v-date-picker/display-value": {
3607
3863
  "type": "unknown\n",
3608
3864
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
@@ -3763,6 +4019,10 @@
3763
4019
  "type": "string | number\n",
3764
4020
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
3765
4021
  },
4022
+ "v-date-picker-month/weekdays": {
4023
+ "type": "number[]\n",
4024
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
4025
+ },
3766
4026
  "v-date-picker-month/display-value": {
3767
4027
  "type": "unknown\n",
3768
4028
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
@@ -1,5 +1,29 @@
1
1
  {
2
2
  "components": {
3
+ "VCalendar": {
4
+ "from": "labs/VCalendar/index.mjs",
5
+ "styles": []
6
+ },
7
+ "VCalendarDay": {
8
+ "from": "labs/VCalendar/index.mjs",
9
+ "styles": []
10
+ },
11
+ "VCalendarHeader": {
12
+ "from": "labs/VCalendar/index.mjs",
13
+ "styles": []
14
+ },
15
+ "VCalendarInterval": {
16
+ "from": "labs/VCalendar/index.mjs",
17
+ "styles": []
18
+ },
19
+ "VCalendarIntervalEvent": {
20
+ "from": "labs/VCalendar/index.mjs",
21
+ "styles": []
22
+ },
23
+ "VCalendarMonthDay": {
24
+ "from": "labs/VCalendar/index.mjs",
25
+ "styles": []
26
+ },
3
27
  "VPicker": {
4
28
  "from": "labs/VPicker/index.mjs",
5
29
  "styles": []