vuetify 3.8.1 → 3.8.3

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 (312) hide show
  1. package/dist/json/attributes.json +2066 -2066
  2. package/dist/json/importMap-labs.json +26 -26
  3. package/dist/json/importMap.json +164 -164
  4. package/dist/json/web-types.json +4116 -3862
  5. package/dist/vuetify-labs.cjs +784 -697
  6. package/dist/vuetify-labs.css +3174 -3162
  7. package/dist/vuetify-labs.d.ts +2103 -1144
  8. package/dist/vuetify-labs.esm.js +785 -698
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +784 -697
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.cjs +565 -590
  13. package/dist/vuetify.cjs.map +1 -1
  14. package/dist/vuetify.css +2963 -2960
  15. package/dist/vuetify.d.ts +190 -169
  16. package/dist/vuetify.esm.js +566 -591
  17. package/dist/vuetify.esm.js.map +1 -1
  18. package/dist/vuetify.js +565 -590
  19. package/dist/vuetify.js.map +1 -1
  20. package/dist/vuetify.min.css +2 -2
  21. package/dist/vuetify.min.js +1264 -1235
  22. package/dist/vuetify.min.js.map +1 -1
  23. package/lib/blueprints/md3.js +18 -5
  24. package/lib/blueprints/md3.js.map +1 -1
  25. package/lib/components/VAlert/VAlert.js +8 -9
  26. package/lib/components/VAlert/VAlert.js.map +1 -1
  27. package/lib/components/VAppBar/VAppBar.js +4 -4
  28. package/lib/components/VAppBar/VAppBar.js.map +1 -1
  29. package/lib/components/VAutocomplete/VAutocomplete.js +1 -2
  30. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  31. package/lib/components/VBadge/VBadge.js +2 -3
  32. package/lib/components/VBadge/VBadge.js.map +1 -1
  33. package/lib/components/VBanner/VBanner.js +3 -3
  34. package/lib/components/VBanner/VBanner.js.map +1 -1
  35. package/lib/components/VBottomNavigation/VBottomNavigation.js +8 -8
  36. package/lib/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
  37. package/lib/components/VBreadcrumbs/VBreadcrumbs.js +6 -6
  38. package/lib/components/VBreadcrumbs/VBreadcrumbs.js.map +1 -1
  39. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js +1 -2
  40. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js.map +1 -1
  41. package/lib/components/VBtn/VBtn.js +3 -3
  42. package/lib/components/VBtn/VBtn.js.map +1 -1
  43. package/lib/components/VBtnGroup/VBtnGroup.js +4 -4
  44. package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
  45. package/lib/components/VCard/VCard.js +7 -8
  46. package/lib/components/VCard/VCard.js.map +1 -1
  47. package/lib/components/VCheckbox/VCheckbox.js +2 -3
  48. package/lib/components/VCheckbox/VCheckbox.js.map +1 -1
  49. package/lib/components/VCheckbox/VCheckboxBtn.js +3 -3
  50. package/lib/components/VCheckbox/VCheckboxBtn.js.map +1 -1
  51. package/lib/components/VChip/VChip.js +8 -9
  52. package/lib/components/VChip/VChip.js.map +1 -1
  53. package/lib/components/VChipGroup/VChipGroup.js +5 -5
  54. package/lib/components/VChipGroup/VChipGroup.js.map +1 -1
  55. package/lib/components/VCode/VCode.css +3 -0
  56. package/lib/components/VCode/VCode.sass +3 -0
  57. package/lib/components/VCombobox/VCombobox.js +3 -4
  58. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  59. package/lib/components/VCounter/VCounter.js +2 -2
  60. package/lib/components/VCounter/VCounter.js.map +1 -1
  61. package/lib/components/VDataIterator/VDataIterator.js +2 -2
  62. package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
  63. package/lib/components/VDataTable/VDataTable.css +1 -1
  64. package/lib/components/VDataTable/VDataTable.js +7 -7
  65. package/lib/components/VDataTable/VDataTable.js.map +1 -1
  66. package/lib/components/VDataTable/VDataTable.sass +1 -1
  67. package/lib/components/VDataTable/VDataTableHeaders.js +1 -1
  68. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  69. package/lib/components/VDataTable/VDataTableServer.js +7 -7
  70. package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
  71. package/lib/components/VDataTable/VDataTableVirtual.js +7 -7
  72. package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
  73. package/lib/components/VDataTable/composables/expand.d.ts +1 -1
  74. package/lib/components/VDataTable/composables/expand.js +1 -1
  75. package/lib/components/VDataTable/composables/expand.js.map +1 -1
  76. package/lib/components/VDataTable/composables/options.js +8 -8
  77. package/lib/components/VDataTable/composables/options.js.map +1 -1
  78. package/lib/components/VDataTable/composables/select.d.ts +2 -2
  79. package/lib/components/VDataTable/composables/select.js +2 -2
  80. package/lib/components/VDataTable/composables/select.js.map +1 -1
  81. package/lib/components/VDataTable/composables/sort.d.ts +2 -2
  82. package/lib/components/VDataTable/composables/sort.js +2 -2
  83. package/lib/components/VDataTable/composables/sort.js.map +1 -1
  84. package/lib/components/VDatePicker/VDatePicker.d.ts +7 -7
  85. package/lib/components/VDatePicker/VDatePicker.js +4 -4
  86. package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
  87. package/lib/components/VDatePicker/VDatePickerHeader.js +1 -1
  88. package/lib/components/VDatePicker/VDatePickerHeader.js.map +1 -1
  89. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +7 -7
  90. package/lib/components/VDatePicker/VDatePickerMonth.js +2 -2
  91. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  92. package/lib/components/VDialog/VDialog.d.ts +9 -9
  93. package/lib/components/VDivider/VDivider.js +2 -2
  94. package/lib/components/VDivider/VDivider.js.map +1 -1
  95. package/lib/components/VEmptyState/VEmptyState.js +1 -2
  96. package/lib/components/VEmptyState/VEmptyState.js.map +1 -1
  97. package/lib/components/VExpansionPanel/VExpansionPanel.js +3 -3
  98. package/lib/components/VExpansionPanel/VExpansionPanel.js.map +1 -1
  99. package/lib/components/VExpansionPanel/VExpansionPanelTitle.js +3 -3
  100. package/lib/components/VExpansionPanel/VExpansionPanelTitle.js.map +1 -1
  101. package/lib/components/VExpansionPanel/VExpansionPanels.js +14 -14
  102. package/lib/components/VExpansionPanel/VExpansionPanels.js.map +1 -1
  103. package/lib/components/VFab/VFab.js +2 -2
  104. package/lib/components/VFab/VFab.js.map +1 -1
  105. package/lib/components/VField/VField.js +5 -5
  106. package/lib/components/VField/VField.js.map +1 -1
  107. package/lib/components/VFileInput/VFileInput.js +2 -2
  108. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  109. package/lib/components/VFooter/VFooter.js +4 -4
  110. package/lib/components/VFooter/VFooter.js.map +1 -1
  111. package/lib/components/VForm/VForm.d.ts +40 -40
  112. package/lib/components/VIcon/VIcon.js +4 -4
  113. package/lib/components/VIcon/VIcon.js.map +1 -1
  114. package/lib/components/VImg/VImg.js +2 -2
  115. package/lib/components/VImg/VImg.js.map +1 -1
  116. package/lib/components/VInput/VInput.js +3 -3
  117. package/lib/components/VInput/VInput.js.map +1 -1
  118. package/lib/components/VLayout/VLayoutItem.js +5 -5
  119. package/lib/components/VLayout/VLayoutItem.js.map +1 -1
  120. package/lib/components/VList/VList.js +14 -14
  121. package/lib/components/VList/VList.js.map +1 -1
  122. package/lib/components/VList/VListGroup.js +2 -2
  123. package/lib/components/VList/VListGroup.js.map +1 -1
  124. package/lib/components/VList/VListItem.d.ts +3 -3
  125. package/lib/components/VList/VListItem.js +6 -6
  126. package/lib/components/VList/VListItem.js.map +1 -1
  127. package/lib/components/VList/VListSubheader.js +1 -2
  128. package/lib/components/VList/VListSubheader.js.map +1 -1
  129. package/lib/components/VMenu/VMenu.d.ts +15 -15
  130. package/lib/components/VMenu/VMenu.js +2 -2
  131. package/lib/components/VMenu/VMenu.js.map +1 -1
  132. package/lib/components/VMessages/VMessages.js +1 -1
  133. package/lib/components/VMessages/VMessages.js.map +1 -1
  134. package/lib/components/VNavigationDrawer/VNavigationDrawer.js +6 -6
  135. package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
  136. package/lib/components/VNumberInput/VNumberInput.js +11 -11
  137. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  138. package/lib/components/VOtpInput/VOtpInput.js +7 -7
  139. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  140. package/lib/components/VOverlay/VOverlay.d.ts +3 -3
  141. package/lib/components/VOverlay/VOverlay.js +4 -4
  142. package/lib/components/VOverlay/VOverlay.js.map +1 -1
  143. package/lib/components/VOverlay/locationStrategies.d.ts +4 -0
  144. package/lib/components/VOverlay/locationStrategies.js +33 -4
  145. package/lib/components/VOverlay/locationStrategies.js.map +1 -1
  146. package/lib/components/VPagination/VPagination.js +7 -7
  147. package/lib/components/VPagination/VPagination.js.map +1 -1
  148. package/lib/components/VProgressCircular/VProgressCircular.js +9 -9
  149. package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
  150. package/lib/components/VProgressLinear/VProgressLinear.js +4 -4
  151. package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
  152. package/lib/components/VSelect/VSelect.js +3 -2
  153. package/lib/components/VSelect/VSelect.js.map +1 -1
  154. package/lib/components/VSelectionControl/VSelectionControl.d.ts +1 -1
  155. package/lib/components/VSelectionControl/VSelectionControl.js +7 -7
  156. package/lib/components/VSelectionControl/VSelectionControl.js.map +1 -1
  157. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.js +15 -15
  158. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.js.map +1 -1
  159. package/lib/components/VSheet/VSheet.js +1 -2
  160. package/lib/components/VSheet/VSheet.js.map +1 -1
  161. package/lib/components/VSkeletonLoader/VSkeletonLoader.js +2 -2
  162. package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
  163. package/lib/components/VSlider/slider.js +10 -10
  164. package/lib/components/VSlider/slider.js.map +1 -1
  165. package/lib/components/VSnackbar/VSnackbar.d.ts +9 -9
  166. package/lib/components/VSparkline/VSparkline.js +2 -2
  167. package/lib/components/VSparkline/VSparkline.js.map +1 -1
  168. package/lib/components/VSwitch/VSwitch.js +3 -3
  169. package/lib/components/VSwitch/VSwitch.js.map +1 -1
  170. package/lib/components/VSystemBar/VSystemBar.js +2 -2
  171. package/lib/components/VSystemBar/VSystemBar.js.map +1 -1
  172. package/lib/components/VTabs/VTab.d.ts +3 -3
  173. package/lib/components/VTabs/VTab.js +1 -1
  174. package/lib/components/VTabs/VTab.js.map +1 -1
  175. package/lib/components/VTabs/VTabs.js +7 -7
  176. package/lib/components/VTabs/VTabs.js.map +1 -1
  177. package/lib/components/VTimeline/VTimeline.js +9 -9
  178. package/lib/components/VTimeline/VTimeline.js.map +1 -1
  179. package/lib/components/VTimeline/VTimelineDivider.js +2 -3
  180. package/lib/components/VTimeline/VTimelineDivider.js.map +1 -1
  181. package/lib/components/VToolbar/VToolbar.js +2 -2
  182. package/lib/components/VToolbar/VToolbar.js.map +1 -1
  183. package/lib/components/VToolbar/VToolbarItems.js +2 -2
  184. package/lib/components/VToolbar/VToolbarItems.js.map +1 -1
  185. package/lib/components/VTooltip/VTooltip.d.ts +9 -9
  186. package/lib/components/VTooltip/VTooltip.js +3 -3
  187. package/lib/components/VTooltip/VTooltip.js.map +1 -1
  188. package/lib/components/VVirtualScroll/VVirtualScroll.js +1 -1
  189. package/lib/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
  190. package/lib/components/VWindow/VWindow.js +3 -3
  191. package/lib/components/VWindow/VWindow.js.map +1 -1
  192. package/lib/components/transitions/dialog-transition.js +11 -2
  193. package/lib/components/transitions/dialog-transition.js.map +1 -1
  194. package/lib/composables/border.d.ts +1 -1
  195. package/lib/composables/border.js +5 -8
  196. package/lib/composables/border.js.map +1 -1
  197. package/lib/composables/calendar.d.ts +23 -56
  198. package/lib/composables/calendar.js +16 -18
  199. package/lib/composables/calendar.js.map +1 -1
  200. package/lib/composables/color.d.ts +8 -10
  201. package/lib/composables/color.js +21 -22
  202. package/lib/composables/color.js.map +1 -1
  203. package/lib/composables/date/DateAdapter.d.ts +1 -0
  204. package/lib/composables/date/DateAdapter.js.map +1 -1
  205. package/lib/composables/date/adapters/vuetify.d.ts +1 -0
  206. package/lib/composables/date/adapters/vuetify.js +101 -160
  207. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  208. package/lib/composables/date/date.d.ts +1 -1
  209. package/lib/composables/date/date.js +0 -20
  210. package/lib/composables/date/date.js.map +1 -1
  211. package/lib/composables/defaults.js +6 -3
  212. package/lib/composables/defaults.js.map +1 -1
  213. package/lib/composables/density.d.ts +1 -1
  214. package/lib/composables/density.js +2 -2
  215. package/lib/composables/density.js.map +1 -1
  216. package/lib/composables/display.d.ts +4 -2
  217. package/lib/composables/display.js +2 -2
  218. package/lib/composables/display.js.map +1 -1
  219. package/lib/composables/elevation.js +4 -6
  220. package/lib/composables/elevation.js.map +1 -1
  221. package/lib/composables/filter.js +2 -1
  222. package/lib/composables/filter.js.map +1 -1
  223. package/lib/composables/focus.d.ts +4 -2
  224. package/lib/composables/focus.js +2 -2
  225. package/lib/composables/focus.js.map +1 -1
  226. package/lib/composables/form.d.ts +7 -7
  227. package/lib/composables/form.js +3 -3
  228. package/lib/composables/form.js.map +1 -1
  229. package/lib/composables/goto.js +2 -2
  230. package/lib/composables/goto.js.map +1 -1
  231. package/lib/composables/group.d.ts +3 -3
  232. package/lib/composables/group.js +4 -4
  233. package/lib/composables/group.js.map +1 -1
  234. package/lib/composables/icons.d.ts +2 -2
  235. package/lib/composables/icons.js +2 -2
  236. package/lib/composables/icons.js.map +1 -1
  237. package/lib/composables/layout.d.ts +10 -4
  238. package/lib/composables/layout.js +4 -4
  239. package/lib/composables/layout.js.map +1 -1
  240. package/lib/composables/lazy.d.ts +1 -1
  241. package/lib/composables/lazy.js +2 -2
  242. package/lib/composables/lazy.js.map +1 -1
  243. package/lib/composables/loader.d.ts +4 -2
  244. package/lib/composables/loader.js +2 -2
  245. package/lib/composables/loader.js.map +1 -1
  246. package/lib/composables/locale.js +3 -3
  247. package/lib/composables/locale.js.map +1 -1
  248. package/lib/composables/nested/nested.d.ts +3 -3
  249. package/lib/composables/nested/nested.js +4 -4
  250. package/lib/composables/nested/nested.js.map +1 -1
  251. package/lib/composables/position.d.ts +1 -1
  252. package/lib/composables/position.js +2 -2
  253. package/lib/composables/position.js.map +1 -1
  254. package/lib/composables/router.d.ts +3 -3
  255. package/lib/composables/router.js +8 -8
  256. package/lib/composables/router.js.map +1 -1
  257. package/lib/composables/size.d.ts +8 -5
  258. package/lib/composables/size.js +6 -5
  259. package/lib/composables/size.js.map +1 -1
  260. package/lib/composables/ssrBoot.d.ts +4 -2
  261. package/lib/composables/ssrBoot.js +2 -2
  262. package/lib/composables/ssrBoot.js.map +1 -1
  263. package/lib/composables/stack.d.ts +7 -5
  264. package/lib/composables/stack.js +5 -5
  265. package/lib/composables/stack.js.map +1 -1
  266. package/lib/composables/theme.js +9 -9
  267. package/lib/composables/theme.js.map +1 -1
  268. package/lib/composables/variant.d.ts +5 -6
  269. package/lib/composables/variant.js +6 -6
  270. package/lib/composables/variant.js.map +1 -1
  271. package/lib/entry-bundler.d.ts +1 -0
  272. package/lib/entry-bundler.js +1 -1
  273. package/lib/framework.d.ts +80 -71
  274. package/lib/framework.js +1 -1
  275. package/lib/labs/VCalendar/VCalendar.d.ts +607 -218
  276. package/lib/labs/VCalendar/VCalendar.js +55 -27
  277. package/lib/labs/VCalendar/VCalendar.js.map +1 -1
  278. package/lib/labs/VCalendar/VCalendarDay.css +9 -0
  279. package/lib/labs/VCalendar/VCalendarDay.d.ts +329 -17
  280. package/lib/labs/VCalendar/VCalendarDay.js +18 -10
  281. package/lib/labs/VCalendar/VCalendarDay.js.map +1 -1
  282. package/lib/labs/VCalendar/VCalendarDay.sass +8 -0
  283. package/lib/labs/VCalendar/VCalendarEvent.js +15 -5
  284. package/lib/labs/VCalendar/VCalendarEvent.js.map +1 -1
  285. package/lib/labs/VCalendar/VCalendarHeader.d.ts +44 -17
  286. package/lib/labs/VCalendar/VCalendarHeader.js +5 -2
  287. package/lib/labs/VCalendar/VCalendarHeader.js.map +1 -1
  288. package/lib/labs/VCalendar/VCalendarInterval.d.ts +171 -17
  289. package/lib/labs/VCalendar/VCalendarInterval.js +56 -19
  290. package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
  291. package/lib/labs/VCalendar/VCalendarIntervalEvent.d.ts +92 -17
  292. package/lib/labs/VCalendar/VCalendarIntervalEvent.js +30 -10
  293. package/lib/labs/VCalendar/VCalendarIntervalEvent.js.map +1 -1
  294. package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +122 -88
  295. package/lib/labs/VCalendar/VCalendarMonthDay.js +24 -22
  296. package/lib/labs/VCalendar/VCalendarMonthDay.js.map +1 -1
  297. package/lib/labs/VDateInput/VDateInput.d.ts +7 -7
  298. package/lib/labs/VIconBtn/VIconBtn.d.ts +6 -21
  299. package/lib/labs/VIconBtn/VIconBtn.js +10 -12
  300. package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
  301. package/lib/labs/VPicker/VPicker.js +1 -2
  302. package/lib/labs/VPicker/VPicker.js.map +1 -1
  303. package/lib/labs/VTimePicker/VTimePickerClock.js +3 -3
  304. package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
  305. package/lib/labs/VTreeview/VTreeview.js +11 -11
  306. package/lib/labs/VTreeview/VTreeview.js.map +1 -1
  307. package/lib/labs/entry-bundler.d.ts +1 -0
  308. package/lib/util/box.js.map +1 -1
  309. package/lib/util/helpers.d.ts +7 -2
  310. package/lib/util/helpers.js +16 -5
  311. package/lib/util/helpers.js.map +1 -1
  312. package/package.json +49 -47
package/dist/vuetify.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { Ref, DeepReadonly, ComponentPublicInstance, FunctionalComponent, ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, CSSProperties, Raw, ComponentInternalInstance, EffectScope, nextTick, VNodeProps, DirectiveBinding, ComputedRef, Component, WritableComputedRef, UnwrapRef, Prop, InjectionKey } from 'vue';
2
+ import { Ref, DeepReadonly, ComponentPublicInstance, FunctionalComponent, ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, CSSProperties, Raw, ComponentInternalInstance, EffectScope, nextTick, VNodeProps, DirectiveBinding, Component, ComputedRef, WritableComputedRef, UnwrapRef, Prop, InjectionKey } from 'vue';
3
3
  // @ts-ignore
4
4
  import * as vue_router from 'vue-router';
5
5
  // @ts-ignore
@@ -39,6 +39,7 @@ interface DateAdapter<T = unknown> {
39
39
  getDiff(date: T, comparing: T | string, unit?: string): number;
40
40
  getWeekArray(date: T, firstDayOfWeek?: number | string): T[][];
41
41
  getWeekdays(firstDayOfWeek?: number | string): string[];
42
+ getWeek(date: T, firstDayOfWeek?: number | string, firstWeekMinSize?: number): number;
42
43
  getMonth(date: T): number;
43
44
  setMonth(date: T, month: number): T;
44
45
  getDate(date: T): number;
@@ -619,9 +620,11 @@ interface DisplayInstance {
619
620
  update(): void;
620
621
  }
621
622
  declare function useDisplay(props?: DisplayProps, name?: string): {
622
- displayClasses: vue.ComputedRef<{
623
+ displayClasses: Readonly<Ref<{
623
624
  [x: string]: boolean;
624
- }>;
625
+ }, {
626
+ [x: string]: boolean;
627
+ }>>;
625
628
  mobile: vue.ComputedRef<boolean>;
626
629
  xs: Ref<boolean>;
627
630
  sm: Ref<boolean>;
@@ -820,7 +823,7 @@ declare function provideExpanded(props: ExpandProps): {
820
823
  expanded: Ref<Set<string>, Set<string>> & {
821
824
  readonly externalValue: readonly string[];
822
825
  };
823
- expandOnClick: Ref<boolean, boolean>;
826
+ expandOnClick: Readonly<Ref<boolean, boolean>>;
824
827
  isExpanded: (item: DataTableItem) => boolean;
825
828
  toggleExpand: (item: DataTableItem) => void;
826
829
  };
@@ -911,7 +914,7 @@ declare function provideSelection(props: SelectionProps, { allItems, currentPage
911
914
  isSomeSelected: (items: SelectableItem | SelectableItem[]) => boolean;
912
915
  someSelected: vue.ComputedRef<boolean>;
913
916
  allSelected: vue.ComputedRef<boolean>;
914
- showSelectAll: vue.ComputedRef<boolean>;
917
+ showSelectAll: Readonly<Ref<boolean, boolean>>;
915
918
  lastSelectedIndex: vue.ShallowRef<number | null, number | null>;
916
919
  selectStrategy: vue.ComputedRef<DataTableSelectStrategy>;
917
920
  };
@@ -1018,6 +1021,10 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
1018
1021
  y: number;
1019
1022
  };
1020
1023
  contentBox: Box;
1024
+ flipped: {
1025
+ x: boolean;
1026
+ y: boolean;
1027
+ };
1021
1028
  } | undefined;
1022
1029
  };
1023
1030
 
@@ -1345,7 +1352,7 @@ declare const VSnackbar: {
1345
1352
  animateClick: () => void;
1346
1353
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1347
1354
  globalTop: Readonly<Ref<boolean, boolean>>;
1348
- localTop: vue.ComputedRef<boolean>;
1355
+ localTop: Readonly<Ref<boolean, boolean>>;
1349
1356
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
1350
1357
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1351
1358
  'click:outside': (e: MouseEvent) => true;
@@ -1520,7 +1527,7 @@ declare const VSnackbar: {
1520
1527
  animateClick: () => void;
1521
1528
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1522
1529
  globalTop: Readonly<Ref<boolean, boolean>>;
1523
- localTop: vue.ComputedRef<boolean>;
1530
+ localTop: Readonly<Ref<boolean, boolean>>;
1524
1531
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
1525
1532
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
1526
1533
  _allExposed: {
@@ -1530,7 +1537,7 @@ declare const VSnackbar: {
1530
1537
  animateClick: () => void;
1531
1538
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1532
1539
  globalTop: Readonly<Ref<boolean, boolean>>;
1533
- localTop: vue.ComputedRef<boolean>;
1540
+ localTop: Readonly<Ref<boolean, boolean>>;
1534
1541
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
1535
1542
  } | {};
1536
1543
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -1876,7 +1883,7 @@ declare const VSnackbar: {
1876
1883
  animateClick: () => void;
1877
1884
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1878
1885
  globalTop: Readonly<Ref<boolean, boolean>>;
1879
- localTop: vue.ComputedRef<boolean>;
1886
+ localTop: Readonly<Ref<boolean, boolean>>;
1880
1887
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
1881
1888
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1882
1889
  'click:outside': (e: MouseEvent) => true;
@@ -2051,7 +2058,7 @@ declare const VSnackbar: {
2051
2058
  animateClick: () => void;
2052
2059
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
2053
2060
  globalTop: Readonly<Ref<boolean, boolean>>;
2054
- localTop: vue.ComputedRef<boolean>;
2061
+ localTop: Readonly<Ref<boolean, boolean>>;
2055
2062
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
2056
2063
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
2057
2064
  _allExposed: {
@@ -2061,7 +2068,7 @@ declare const VSnackbar: {
2061
2068
  animateClick: () => void;
2062
2069
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
2063
2070
  globalTop: Readonly<Ref<boolean, boolean>>;
2064
- localTop: vue.ComputedRef<boolean>;
2071
+ localTop: Readonly<Ref<boolean, boolean>>;
2065
2072
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
2066
2073
  } | {};
2067
2074
  }, {}, {}, {}, {
@@ -2392,7 +2399,7 @@ declare const VSnackbar: {
2392
2399
  animateClick: () => void;
2393
2400
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
2394
2401
  globalTop: Readonly<Ref<boolean, boolean>>;
2395
- localTop: vue.ComputedRef<boolean>;
2402
+ localTop: Readonly<Ref<boolean, boolean>>;
2396
2403
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
2397
2404
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
2398
2405
  'click:outside': (e: MouseEvent) => true;
@@ -2567,7 +2574,7 @@ declare const VSnackbar: {
2567
2574
  animateClick: () => void;
2568
2575
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
2569
2576
  globalTop: Readonly<Ref<boolean, boolean>>;
2570
- localTop: vue.ComputedRef<boolean>;
2577
+ localTop: Readonly<Ref<boolean, boolean>>;
2571
2578
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
2572
2579
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
2573
2580
  _allExposed: {
@@ -2577,7 +2584,7 @@ declare const VSnackbar: {
2577
2584
  animateClick: () => void;
2578
2585
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
2579
2586
  globalTop: Readonly<Ref<boolean, boolean>>;
2580
- localTop: vue.ComputedRef<boolean>;
2587
+ localTop: Readonly<Ref<boolean, boolean>>;
2581
2588
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
2582
2589
  } | {};
2583
2590
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -3348,7 +3355,11 @@ declare const index_d$2_md1: typeof md1;
3348
3355
  declare const index_d$2_md2: typeof md2;
3349
3356
  declare const index_d$2_md3: typeof md3;
3350
3357
  declare namespace index_d$2 {
3351
- export { index_d$2_md1 as md1, index_d$2_md2 as md2, index_d$2_md3 as md3 };
3358
+ export {
3359
+ index_d$2_md1 as md1,
3360
+ index_d$2_md2 as md2,
3361
+ index_d$2_md3 as md3,
3362
+ };
3352
3363
  }
3353
3364
 
3354
3365
  declare const VApp: {
@@ -4232,11 +4243,11 @@ interface GroupProvide {
4232
4243
  prev: () => void;
4233
4244
  next: () => void;
4234
4245
  selectedClass: Ref<string | undefined>;
4235
- items: ComputedRef<{
4246
+ items: Readonly<Ref<{
4236
4247
  id: string;
4237
4248
  value: unknown;
4238
4249
  disabled: boolean | undefined;
4239
- }[]>;
4250
+ }[]>>;
4240
4251
  disabled: Ref<boolean | undefined>;
4241
4252
  getItemIndex: (value: unknown) => number;
4242
4253
  }
@@ -6452,8 +6463,8 @@ interface LinkProps {
6452
6463
  exact: boolean | undefined;
6453
6464
  }
6454
6465
  interface UseLink extends Omit<Partial<ReturnType<typeof useLink>>, 'href'> {
6455
- isLink: ComputedRef<boolean>;
6456
- isClickable: ComputedRef<boolean>;
6466
+ isLink: Readonly<Ref<boolean>>;
6467
+ isClickable: Readonly<Ref<boolean>>;
6457
6468
  href: Ref<string | undefined>;
6458
6469
  linkProps: Record<string, string | undefined>;
6459
6470
  }
@@ -6573,7 +6584,7 @@ declare const VListItem: {
6573
6584
  openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
6574
6585
  getPath: (id: unknown) => unknown[];
6575
6586
  };
6576
- id: vue.ComputedRef<{} | null>;
6587
+ id: vue.ComputedRef<{}>;
6577
6588
  link: UseLink;
6578
6589
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6579
6590
  click: (e: MouseEvent | KeyboardEvent) => true;
@@ -6703,7 +6714,7 @@ declare const VListItem: {
6703
6714
  openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
6704
6715
  getPath: (id: unknown) => unknown[];
6705
6716
  };
6706
- id: vue.ComputedRef<{} | null>;
6717
+ id: vue.ComputedRef<{}>;
6707
6718
  link: UseLink;
6708
6719
  }, {}, {}, {}, {
6709
6720
  replace: boolean;
@@ -6822,7 +6833,7 @@ declare const VListItem: {
6822
6833
  openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
6823
6834
  getPath: (id: unknown) => unknown[];
6824
6835
  };
6825
- id: vue.ComputedRef<{} | null>;
6836
+ id: vue.ComputedRef<{}>;
6826
6837
  link: UseLink;
6827
6838
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6828
6839
  click: (e: MouseEvent | KeyboardEvent) => true;
@@ -8524,7 +8535,7 @@ declare const VMenu: {
8524
8535
  } & {
8525
8536
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
8526
8537
  }, {
8527
- id: vue.ComputedRef<string>;
8538
+ id: Readonly<vue.Ref<string, string>>;
8528
8539
  ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
8529
8540
  } & Omit<Omit<{
8530
8541
  $: vue.ComponentInternalInstance;
@@ -8741,7 +8752,7 @@ declare const VMenu: {
8741
8752
  animateClick: () => void;
8742
8753
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
8743
8754
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
8744
- localTop: vue.ComputedRef<boolean>;
8755
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
8745
8756
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
8746
8757
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
8747
8758
  'click:outside': (e: MouseEvent) => true;
@@ -8916,7 +8927,7 @@ declare const VMenu: {
8916
8927
  animateClick: () => void;
8917
8928
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
8918
8929
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
8919
- localTop: vue.ComputedRef<boolean>;
8930
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
8920
8931
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
8921
8932
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
8922
8933
  _allExposed: {
@@ -8926,10 +8937,10 @@ declare const VMenu: {
8926
8937
  animateClick: () => void;
8927
8938
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
8928
8939
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
8929
- localTop: vue.ComputedRef<boolean>;
8940
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
8930
8941
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
8931
8942
  } | {
8932
- id: vue.ComputedRef<string>;
8943
+ id: Readonly<vue.Ref<string, string>>;
8933
8944
  ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
8934
8945
  };
8935
8946
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -9058,7 +9069,7 @@ declare const VMenu: {
9058
9069
  } & {
9059
9070
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
9060
9071
  }, {
9061
- id: vue.ComputedRef<string>;
9072
+ id: Readonly<vue.Ref<string, string>>;
9062
9073
  ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
9063
9074
  } & Omit<Omit<{
9064
9075
  $: vue.ComponentInternalInstance;
@@ -9275,7 +9286,7 @@ declare const VMenu: {
9275
9286
  animateClick: () => void;
9276
9287
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
9277
9288
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
9278
- localTop: vue.ComputedRef<boolean>;
9289
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
9279
9290
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
9280
9291
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
9281
9292
  'click:outside': (e: MouseEvent) => true;
@@ -9450,7 +9461,7 @@ declare const VMenu: {
9450
9461
  animateClick: () => void;
9451
9462
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
9452
9463
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
9453
- localTop: vue.ComputedRef<boolean>;
9464
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
9454
9465
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
9455
9466
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
9456
9467
  _allExposed: {
@@ -9460,10 +9471,10 @@ declare const VMenu: {
9460
9471
  animateClick: () => void;
9461
9472
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
9462
9473
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
9463
- localTop: vue.ComputedRef<boolean>;
9474
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
9464
9475
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
9465
9476
  } | {
9466
- id: vue.ComputedRef<string>;
9477
+ id: Readonly<vue.Ref<string, string>>;
9467
9478
  ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
9468
9479
  };
9469
9480
  }, {}, {}, {}, {
@@ -9578,7 +9589,7 @@ declare const VMenu: {
9578
9589
  } & {
9579
9590
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
9580
9591
  }, {
9581
- id: vue.ComputedRef<string>;
9592
+ id: Readonly<vue.Ref<string, string>>;
9582
9593
  ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
9583
9594
  } & Omit<Omit<{
9584
9595
  $: vue.ComponentInternalInstance;
@@ -9795,7 +9806,7 @@ declare const VMenu: {
9795
9806
  animateClick: () => void;
9796
9807
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
9797
9808
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
9798
- localTop: vue.ComputedRef<boolean>;
9809
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
9799
9810
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
9800
9811
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
9801
9812
  'click:outside': (e: MouseEvent) => true;
@@ -9970,7 +9981,7 @@ declare const VMenu: {
9970
9981
  animateClick: () => void;
9971
9982
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
9972
9983
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
9973
- localTop: vue.ComputedRef<boolean>;
9984
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
9974
9985
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
9975
9986
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
9976
9987
  _allExposed: {
@@ -9980,10 +9991,10 @@ declare const VMenu: {
9980
9991
  animateClick: () => void;
9981
9992
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
9982
9993
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
9983
- localTop: vue.ComputedRef<boolean>;
9994
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
9984
9995
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
9985
9996
  } | {
9986
- id: vue.ComputedRef<string>;
9997
+ id: Readonly<vue.Ref<string, string>>;
9987
9998
  ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
9988
9999
  };
9989
10000
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -37891,7 +37902,6 @@ declare const VDatePicker: {
37891
37902
  showAdjacentMonths: boolean;
37892
37903
  weekdays: CalendarWeekdays[];
37893
37904
  weeksInMonth: "static" | "dynamic";
37894
- firstDayOfWeek: string | number;
37895
37905
  hideWeekdays: boolean;
37896
37906
  showWeek: boolean;
37897
37907
  } & {
@@ -37918,6 +37928,7 @@ declare const VDatePicker: {
37918
37928
  bgColor?: string | undefined;
37919
37929
  controlHeight?: string | number | undefined;
37920
37930
  headerColor?: string | undefined;
37931
+ firstDayOfWeek?: string | number | undefined;
37921
37932
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
37922
37933
  } & {
37923
37934
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -37986,7 +37997,6 @@ declare const VDatePicker: {
37986
37997
  showAdjacentMonths: boolean;
37987
37998
  weekdays: CalendarWeekdays[];
37988
37999
  weeksInMonth: "static" | "dynamic";
37989
- firstDayOfWeek: string | number;
37990
38000
  hideWeekdays: boolean;
37991
38001
  showWeek: boolean;
37992
38002
  } & {
@@ -38013,6 +38023,7 @@ declare const VDatePicker: {
38013
38023
  bgColor?: string | undefined;
38014
38024
  controlHeight?: string | number | undefined;
38015
38025
  headerColor?: string | undefined;
38026
+ firstDayOfWeek?: string | number | undefined;
38016
38027
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38017
38028
  } & {
38018
38029
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -38065,7 +38076,6 @@ declare const VDatePicker: {
38065
38076
  showAdjacentMonths: boolean;
38066
38077
  weekdays: CalendarWeekdays[];
38067
38078
  weeksInMonth: "static" | "dynamic";
38068
- firstDayOfWeek: string | number;
38069
38079
  hideWeekdays: boolean;
38070
38080
  showWeek: boolean;
38071
38081
  } & {
@@ -38092,6 +38102,7 @@ declare const VDatePicker: {
38092
38102
  bgColor?: string | undefined;
38093
38103
  controlHeight?: string | number | undefined;
38094
38104
  headerColor?: string | undefined;
38105
+ firstDayOfWeek?: string | number | undefined;
38095
38106
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38096
38107
  } & {
38097
38108
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -38202,7 +38213,7 @@ declare const VDatePicker: {
38202
38213
  };
38203
38214
  firstDayOfWeek: {
38204
38215
  type: (StringConstructor | NumberConstructor)[];
38205
- default: number;
38216
+ default: undefined;
38206
38217
  };
38207
38218
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
38208
38219
  hideWeekdays: BooleanConstructor;
@@ -38307,7 +38318,7 @@ declare const VDatePicker: {
38307
38318
  };
38308
38319
  firstDayOfWeek: {
38309
38320
  type: (StringConstructor | NumberConstructor)[];
38310
- default: number;
38321
+ default: undefined;
38311
38322
  };
38312
38323
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
38313
38324
  hideWeekdays: BooleanConstructor;
@@ -38653,7 +38664,6 @@ declare const VDatePickerMonth: {
38653
38664
  showAdjacentMonths: boolean;
38654
38665
  weekdays: CalendarWeekdays[];
38655
38666
  weeksInMonth: "static" | "dynamic";
38656
- firstDayOfWeek: string | number;
38657
38667
  hideWeekdays: boolean;
38658
38668
  showWeek: boolean;
38659
38669
  } & {
@@ -38664,6 +38674,7 @@ declare const VDatePickerMonth: {
38664
38674
  month?: string | number | undefined;
38665
38675
  year?: string | number | undefined;
38666
38676
  modelValue?: unknown[] | undefined;
38677
+ firstDayOfWeek?: string | number | undefined;
38667
38678
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38668
38679
  } & {
38669
38680
  $children?: {} | vue.VNodeChild | {
@@ -38732,7 +38743,6 @@ declare const VDatePickerMonth: {
38732
38743
  showAdjacentMonths: boolean;
38733
38744
  weekdays: CalendarWeekdays[];
38734
38745
  weeksInMonth: "static" | "dynamic";
38735
- firstDayOfWeek: string | number;
38736
38746
  hideWeekdays: boolean;
38737
38747
  showWeek: boolean;
38738
38748
  } & {
@@ -38743,6 +38753,7 @@ declare const VDatePickerMonth: {
38743
38753
  month?: string | number | undefined;
38744
38754
  year?: string | number | undefined;
38745
38755
  modelValue?: unknown[] | undefined;
38756
+ firstDayOfWeek?: string | number | undefined;
38746
38757
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38747
38758
  } & {
38748
38759
  $children?: {} | vue.VNodeChild | {
@@ -38796,7 +38807,6 @@ declare const VDatePickerMonth: {
38796
38807
  showAdjacentMonths: boolean;
38797
38808
  weekdays: CalendarWeekdays[];
38798
38809
  weeksInMonth: "static" | "dynamic";
38799
- firstDayOfWeek: string | number;
38800
38810
  hideWeekdays: boolean;
38801
38811
  showWeek: boolean;
38802
38812
  } & {
@@ -38807,6 +38817,7 @@ declare const VDatePickerMonth: {
38807
38817
  month?: string | number | undefined;
38808
38818
  year?: string | number | undefined;
38809
38819
  modelValue?: unknown[] | undefined;
38820
+ firstDayOfWeek?: string | number | undefined;
38810
38821
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38811
38822
  } & {
38812
38823
  $children?: {} | vue.VNodeChild | {
@@ -38882,7 +38893,7 @@ declare const VDatePickerMonth: {
38882
38893
  };
38883
38894
  firstDayOfWeek: {
38884
38895
  type: (StringConstructor | NumberConstructor)[];
38885
- default: number;
38896
+ default: undefined;
38886
38897
  };
38887
38898
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
38888
38899
  color: StringConstructor;
@@ -38918,7 +38929,7 @@ declare const VDatePickerMonth: {
38918
38929
  };
38919
38930
  firstDayOfWeek: {
38920
38931
  type: (StringConstructor | NumberConstructor)[];
38921
- default: number;
38932
+ default: undefined;
38922
38933
  };
38923
38934
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
38924
38935
  color: StringConstructor;
@@ -39759,7 +39770,7 @@ declare const VDialog: {
39759
39770
  animateClick: () => void;
39760
39771
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
39761
39772
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
39762
- localTop: vue.ComputedRef<boolean>;
39773
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
39763
39774
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
39764
39775
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
39765
39776
  'click:outside': (e: MouseEvent) => true;
@@ -39934,7 +39945,7 @@ declare const VDialog: {
39934
39945
  animateClick: () => void;
39935
39946
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
39936
39947
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
39937
- localTop: vue.ComputedRef<boolean>;
39948
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
39938
39949
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
39939
39950
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
39940
39951
  _allExposed: {
@@ -39944,7 +39955,7 @@ declare const VDialog: {
39944
39955
  animateClick: () => void;
39945
39956
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
39946
39957
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
39947
- localTop: vue.ComputedRef<boolean>;
39958
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
39948
39959
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
39949
39960
  } | {};
39950
39961
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -40294,7 +40305,7 @@ declare const VDialog: {
40294
40305
  animateClick: () => void;
40295
40306
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
40296
40307
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
40297
- localTop: vue.ComputedRef<boolean>;
40308
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
40298
40309
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
40299
40310
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
40300
40311
  'click:outside': (e: MouseEvent) => true;
@@ -40469,7 +40480,7 @@ declare const VDialog: {
40469
40480
  animateClick: () => void;
40470
40481
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
40471
40482
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
40472
- localTop: vue.ComputedRef<boolean>;
40483
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
40473
40484
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
40474
40485
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
40475
40486
  _allExposed: {
@@ -40479,7 +40490,7 @@ declare const VDialog: {
40479
40490
  animateClick: () => void;
40480
40491
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
40481
40492
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
40482
- localTop: vue.ComputedRef<boolean>;
40493
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
40483
40494
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
40484
40495
  } | {};
40485
40496
  }, {}, {}, {}, {
@@ -40813,7 +40824,7 @@ declare const VDialog: {
40813
40824
  animateClick: () => void;
40814
40825
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
40815
40826
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
40816
- localTop: vue.ComputedRef<boolean>;
40827
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
40817
40828
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
40818
40829
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
40819
40830
  'click:outside': (e: MouseEvent) => true;
@@ -40988,7 +40999,7 @@ declare const VDialog: {
40988
40999
  animateClick: () => void;
40989
41000
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
40990
41001
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
40991
- localTop: vue.ComputedRef<boolean>;
41002
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
40992
41003
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
40993
41004
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
40994
41005
  _allExposed: {
@@ -40998,7 +41009,7 @@ declare const VDialog: {
40998
41009
  animateClick: () => void;
40999
41010
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
41000
41011
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
41001
- localTop: vue.ComputedRef<boolean>;
41012
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
41002
41013
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
41003
41014
  } | {};
41004
41015
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -45052,8 +45063,8 @@ declare const VForm: {
45052
45063
  id: number | string;
45053
45064
  errorMessages: string[];
45054
45065
  }[]>;
45055
- isDisabled: vue.ComputedRef<boolean>;
45056
- isReadonly: vue.ComputedRef<boolean>;
45066
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45067
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45057
45068
  isValidating: vue.ShallowRef<boolean, boolean>;
45058
45069
  isValid: vue.Ref<boolean | null, boolean | null> & {
45059
45070
  readonly externalValue: boolean | null;
@@ -45093,8 +45104,8 @@ declare const VForm: {
45093
45104
  id: number | string;
45094
45105
  errorMessages: string[];
45095
45106
  }[]>;
45096
- isDisabled: vue.ComputedRef<boolean>;
45097
- isReadonly: vue.ComputedRef<boolean>;
45107
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45108
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45098
45109
  isValidating: vue.ShallowRef<boolean, boolean>;
45099
45110
  isValid: vue.Ref<boolean | null, boolean | null> & {
45100
45111
  readonly externalValue: boolean | null;
@@ -45135,8 +45146,8 @@ declare const VForm: {
45135
45146
  id: number | string;
45136
45147
  errorMessages: string[];
45137
45148
  }[]>;
45138
- isDisabled: vue.ComputedRef<boolean>;
45139
- isReadonly: vue.ComputedRef<boolean>;
45149
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45150
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45140
45151
  isValidating: vue.ShallowRef<boolean, boolean>;
45141
45152
  isValid: vue.Ref<boolean | null, boolean | null> & {
45142
45153
  readonly externalValue: boolean | null;
@@ -45178,8 +45189,8 @@ declare const VForm: {
45178
45189
  id: number | string;
45179
45190
  errorMessages: string[];
45180
45191
  }[]>;
45181
- isDisabled: vue.ComputedRef<boolean>;
45182
- isReadonly: vue.ComputedRef<boolean>;
45192
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45193
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45183
45194
  isValidating: vue.ShallowRef<boolean, boolean>;
45184
45195
  isValid: vue.Ref<boolean | null, boolean | null> & {
45185
45196
  readonly externalValue: boolean | null;
@@ -45222,8 +45233,8 @@ declare const VForm: {
45222
45233
  id: number | string;
45223
45234
  errorMessages: string[];
45224
45235
  }[]>;
45225
- isDisabled: vue.ComputedRef<boolean>;
45226
- isReadonly: vue.ComputedRef<boolean>;
45236
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45237
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45227
45238
  isValidating: vue.ShallowRef<boolean, boolean>;
45228
45239
  isValid: vue.Ref<boolean | null, boolean | null> & {
45229
45240
  readonly externalValue: boolean | null;
@@ -45263,8 +45274,8 @@ declare const VForm: {
45263
45274
  id: number | string;
45264
45275
  errorMessages: string[];
45265
45276
  }[]>;
45266
- isDisabled: vue.ComputedRef<boolean>;
45267
- isReadonly: vue.ComputedRef<boolean>;
45277
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45278
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45268
45279
  isValidating: vue.ShallowRef<boolean, boolean>;
45269
45280
  isValid: vue.Ref<boolean | null, boolean | null> & {
45270
45281
  readonly externalValue: boolean | null;
@@ -45315,8 +45326,8 @@ declare const VForm: {
45315
45326
  id: number | string;
45316
45327
  errorMessages: string[];
45317
45328
  }[]>;
45318
- isDisabled: vue.ComputedRef<boolean>;
45319
- isReadonly: vue.ComputedRef<boolean>;
45329
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45330
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45320
45331
  isValidating: vue.ShallowRef<boolean, boolean>;
45321
45332
  isValid: vue.Ref<boolean | null, boolean | null> & {
45322
45333
  readonly externalValue: boolean | null;
@@ -45374,8 +45385,8 @@ declare const VForm: {
45374
45385
  id: number | string;
45375
45386
  errorMessages: string[];
45376
45387
  }[]>;
45377
- isDisabled: vue.ComputedRef<boolean>;
45378
- isReadonly: vue.ComputedRef<boolean>;
45388
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45389
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45379
45390
  isValidating: vue.ShallowRef<boolean, boolean>;
45380
45391
  isValid: vue.Ref<boolean | null, boolean | null> & {
45381
45392
  readonly externalValue: boolean | null;
@@ -45415,8 +45426,8 @@ declare const VForm: {
45415
45426
  id: number | string;
45416
45427
  errorMessages: string[];
45417
45428
  }[]>;
45418
- isDisabled: vue.ComputedRef<boolean>;
45419
- isReadonly: vue.ComputedRef<boolean>;
45429
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45430
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45420
45431
  isValidating: vue.ShallowRef<boolean, boolean>;
45421
45432
  isValid: vue.Ref<boolean | null, boolean | null> & {
45422
45433
  readonly externalValue: boolean | null;
@@ -45457,8 +45468,8 @@ declare const VForm: {
45457
45468
  id: number | string;
45458
45469
  errorMessages: string[];
45459
45470
  }[]>;
45460
- isDisabled: vue.ComputedRef<boolean>;
45461
- isReadonly: vue.ComputedRef<boolean>;
45471
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45472
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45462
45473
  isValidating: vue.ShallowRef<boolean, boolean>;
45463
45474
  isValid: vue.Ref<boolean | null, boolean | null> & {
45464
45475
  readonly externalValue: boolean | null;
@@ -45500,8 +45511,8 @@ declare const VForm: {
45500
45511
  id: number | string;
45501
45512
  errorMessages: string[];
45502
45513
  }[]>;
45503
- isDisabled: vue.ComputedRef<boolean>;
45504
- isReadonly: vue.ComputedRef<boolean>;
45514
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45515
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45505
45516
  isValidating: vue.ShallowRef<boolean, boolean>;
45506
45517
  isValid: vue.Ref<boolean | null, boolean | null> & {
45507
45518
  readonly externalValue: boolean | null;
@@ -45544,8 +45555,8 @@ declare const VForm: {
45544
45555
  id: number | string;
45545
45556
  errorMessages: string[];
45546
45557
  }[]>;
45547
- isDisabled: vue.ComputedRef<boolean>;
45548
- isReadonly: vue.ComputedRef<boolean>;
45558
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45559
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45549
45560
  isValidating: vue.ShallowRef<boolean, boolean>;
45550
45561
  isValid: vue.Ref<boolean | null, boolean | null> & {
45551
45562
  readonly externalValue: boolean | null;
@@ -45585,8 +45596,8 @@ declare const VForm: {
45585
45596
  id: number | string;
45586
45597
  errorMessages: string[];
45587
45598
  }[]>;
45588
- isDisabled: vue.ComputedRef<boolean>;
45589
- isReadonly: vue.ComputedRef<boolean>;
45599
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45600
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45590
45601
  isValidating: vue.ShallowRef<boolean, boolean>;
45591
45602
  isValid: vue.Ref<boolean | null, boolean | null> & {
45592
45603
  readonly externalValue: boolean | null;
@@ -45648,8 +45659,8 @@ declare const VForm: {
45648
45659
  id: number | string;
45649
45660
  errorMessages: string[];
45650
45661
  }[]>;
45651
- isDisabled: vue.ComputedRef<boolean>;
45652
- isReadonly: vue.ComputedRef<boolean>;
45662
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45663
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45653
45664
  isValidating: vue.ShallowRef<boolean, boolean>;
45654
45665
  isValid: vue.Ref<boolean | null, boolean | null> & {
45655
45666
  readonly externalValue: boolean | null;
@@ -45689,8 +45700,8 @@ declare const VForm: {
45689
45700
  id: number | string;
45690
45701
  errorMessages: string[];
45691
45702
  }[]>;
45692
- isDisabled: vue.ComputedRef<boolean>;
45693
- isReadonly: vue.ComputedRef<boolean>;
45703
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45704
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45694
45705
  isValidating: vue.ShallowRef<boolean, boolean>;
45695
45706
  isValid: vue.Ref<boolean | null, boolean | null> & {
45696
45707
  readonly externalValue: boolean | null;
@@ -45731,8 +45742,8 @@ declare const VForm: {
45731
45742
  id: number | string;
45732
45743
  errorMessages: string[];
45733
45744
  }[]>;
45734
- isDisabled: vue.ComputedRef<boolean>;
45735
- isReadonly: vue.ComputedRef<boolean>;
45745
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45746
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45736
45747
  isValidating: vue.ShallowRef<boolean, boolean>;
45737
45748
  isValid: vue.Ref<boolean | null, boolean | null> & {
45738
45749
  readonly externalValue: boolean | null;
@@ -45774,8 +45785,8 @@ declare const VForm: {
45774
45785
  id: number | string;
45775
45786
  errorMessages: string[];
45776
45787
  }[]>;
45777
- isDisabled: vue.ComputedRef<boolean>;
45778
- isReadonly: vue.ComputedRef<boolean>;
45788
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45789
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45779
45790
  isValidating: vue.ShallowRef<boolean, boolean>;
45780
45791
  isValid: vue.Ref<boolean | null, boolean | null> & {
45781
45792
  readonly externalValue: boolean | null;
@@ -45818,8 +45829,8 @@ declare const VForm: {
45818
45829
  id: number | string;
45819
45830
  errorMessages: string[];
45820
45831
  }[]>;
45821
- isDisabled: vue.ComputedRef<boolean>;
45822
- isReadonly: vue.ComputedRef<boolean>;
45832
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45833
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45823
45834
  isValidating: vue.ShallowRef<boolean, boolean>;
45824
45835
  isValid: vue.Ref<boolean | null, boolean | null> & {
45825
45836
  readonly externalValue: boolean | null;
@@ -45859,8 +45870,8 @@ declare const VForm: {
45859
45870
  id: number | string;
45860
45871
  errorMessages: string[];
45861
45872
  }[]>;
45862
- isDisabled: vue.ComputedRef<boolean>;
45863
- isReadonly: vue.ComputedRef<boolean>;
45873
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45874
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45864
45875
  isValidating: vue.ShallowRef<boolean, boolean>;
45865
45876
  isValid: vue.Ref<boolean | null, boolean | null> & {
45866
45877
  readonly externalValue: boolean | null;
@@ -45911,8 +45922,8 @@ declare const VForm: {
45911
45922
  id: number | string;
45912
45923
  errorMessages: string[];
45913
45924
  }[]>;
45914
- isDisabled: vue.ComputedRef<boolean>;
45915
- isReadonly: vue.ComputedRef<boolean>;
45925
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45926
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45916
45927
  isValidating: vue.ShallowRef<boolean, boolean>;
45917
45928
  isValid: vue.Ref<boolean | null, boolean | null> & {
45918
45929
  readonly externalValue: boolean | null;
@@ -56049,7 +56060,7 @@ declare const VOverlay: {
56049
56060
  animateClick: () => void;
56050
56061
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
56051
56062
  globalTop: Readonly<Ref<boolean, boolean>>;
56052
- localTop: vue.ComputedRef<boolean>;
56063
+ localTop: Readonly<Ref<boolean, boolean>>;
56053
56064
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
56054
56065
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
56055
56066
  'click:outside': (e: MouseEvent) => true;
@@ -56186,7 +56197,7 @@ declare const VOverlay: {
56186
56197
  animateClick: () => void;
56187
56198
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
56188
56199
  globalTop: Readonly<Ref<boolean, boolean>>;
56189
- localTop: vue.ComputedRef<boolean>;
56200
+ localTop: Readonly<Ref<boolean, boolean>>;
56190
56201
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
56191
56202
  }, {}, {}, {}, {
56192
56203
  absolute: boolean;
@@ -56305,7 +56316,7 @@ declare const VOverlay: {
56305
56316
  animateClick: () => void;
56306
56317
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
56307
56318
  globalTop: Readonly<Ref<boolean, boolean>>;
56308
- localTop: vue.ComputedRef<boolean>;
56319
+ localTop: Readonly<Ref<boolean, boolean>>;
56309
56320
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
56310
56321
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
56311
56322
  'click:outside': (e: MouseEvent) => true;
@@ -72213,7 +72224,7 @@ declare const VTab: {
72213
72224
  }) => any) | undefined;
72214
72225
  }, "group" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "density" | "rounded" | "tile" | "slim" | "stacked" | "ripple")> & vue.ShallowUnwrapRef<{
72215
72226
  group: GroupItemProvide | null;
72216
- }> & {} & vue.ComponentCustomProperties & {}, "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "density" | "rounded" | "tile" | "slim" | "stacked" | "ripple") | "v-slot:prepend" | "v-slot:append" | "v-slot:loader">, `$${any}`> & {
72227
+ }> & {} & vue.ComponentCustomProperties & {}, "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "baseColor" | "selectedClass" | "activeColor" | "prependIcon" | "appendIcon" | "onGroup:selected" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "density" | "rounded" | "tile" | "slim" | "stacked" | "ripple") | "v-slot:prepend" | "v-slot:append" | "v-slot:loader">, `$${any}`> & {
72217
72228
  _allExposed: {
72218
72229
  group: GroupItemProvide | null;
72219
72230
  } | {};
@@ -72635,7 +72646,7 @@ declare const VTab: {
72635
72646
  }) => any) | undefined;
72636
72647
  }, "group" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "density" | "rounded" | "tile" | "slim" | "stacked" | "ripple")> & vue.ShallowUnwrapRef<{
72637
72648
  group: GroupItemProvide | null;
72638
- }> & {} & vue.ComponentCustomProperties & {}, "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "density" | "rounded" | "tile" | "slim" | "stacked" | "ripple") | "v-slot:prepend" | "v-slot:append" | "v-slot:loader">, `$${any}`> & {
72649
+ }> & {} & vue.ComponentCustomProperties & {}, "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "baseColor" | "selectedClass" | "activeColor" | "prependIcon" | "appendIcon" | "onGroup:selected" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "density" | "rounded" | "tile" | "slim" | "stacked" | "ripple") | "v-slot:prepend" | "v-slot:append" | "v-slot:loader">, `$${any}`> & {
72639
72650
  _allExposed: {
72640
72651
  group: GroupItemProvide | null;
72641
72652
  } | {};
@@ -73049,7 +73060,7 @@ declare const VTab: {
73049
73060
  }) => any) | undefined;
73050
73061
  }, "group" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "density" | "rounded" | "tile" | "slim" | "stacked" | "ripple")> & vue.ShallowUnwrapRef<{
73051
73062
  group: GroupItemProvide | null;
73052
- }> & {} & vue.ComponentCustomProperties & {}, "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "density" | "rounded" | "tile" | "slim" | "stacked" | "ripple") | "v-slot:prepend" | "v-slot:append" | "v-slot:loader">, `$${any}`> & {
73063
+ }> & {} & vue.ComponentCustomProperties & {}, "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "baseColor" | "selectedClass" | "activeColor" | "prependIcon" | "appendIcon" | "onGroup:selected" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "density" | "rounded" | "tile" | "slim" | "stacked" | "ripple") | "v-slot:prepend" | "v-slot:append" | "v-slot:loader">, `$${any}`> & {
73053
73064
  _allExposed: {
73054
73065
  group: GroupItemProvide | null;
73055
73066
  } | {};
@@ -78772,7 +78783,7 @@ declare const VTooltip: {
78772
78783
  animateClick: () => void;
78773
78784
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
78774
78785
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
78775
- localTop: vue.ComputedRef<boolean>;
78786
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
78776
78787
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
78777
78788
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
78778
78789
  'click:outside': (e: MouseEvent) => true;
@@ -78947,7 +78958,7 @@ declare const VTooltip: {
78947
78958
  animateClick: () => void;
78948
78959
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
78949
78960
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
78950
- localTop: vue.ComputedRef<boolean>;
78961
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
78951
78962
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
78952
78963
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
78953
78964
  _allExposed: {
@@ -78957,7 +78968,7 @@ declare const VTooltip: {
78957
78968
  animateClick: () => void;
78958
78969
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
78959
78970
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
78960
- localTop: vue.ComputedRef<boolean>;
78971
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
78961
78972
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
78962
78973
  } | {};
78963
78974
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -79295,7 +79306,7 @@ declare const VTooltip: {
79295
79306
  animateClick: () => void;
79296
79307
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
79297
79308
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
79298
- localTop: vue.ComputedRef<boolean>;
79309
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
79299
79310
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
79300
79311
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
79301
79312
  'click:outside': (e: MouseEvent) => true;
@@ -79470,7 +79481,7 @@ declare const VTooltip: {
79470
79481
  animateClick: () => void;
79471
79482
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
79472
79483
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
79473
- localTop: vue.ComputedRef<boolean>;
79484
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
79474
79485
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
79475
79486
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
79476
79487
  _allExposed: {
@@ -79480,7 +79491,7 @@ declare const VTooltip: {
79480
79491
  animateClick: () => void;
79481
79492
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
79482
79493
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
79483
- localTop: vue.ComputedRef<boolean>;
79494
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
79484
79495
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
79485
79496
  } | {};
79486
79497
  }, {}, {}, {}, {
@@ -79804,7 +79815,7 @@ declare const VTooltip: {
79804
79815
  animateClick: () => void;
79805
79816
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
79806
79817
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
79807
- localTop: vue.ComputedRef<boolean>;
79818
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
79808
79819
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
79809
79820
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
79810
79821
  'click:outside': (e: MouseEvent) => true;
@@ -79979,7 +79990,7 @@ declare const VTooltip: {
79979
79990
  animateClick: () => void;
79980
79991
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
79981
79992
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
79982
- localTop: vue.ComputedRef<boolean>;
79993
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
79983
79994
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
79984
79995
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
79985
79996
  _allExposed: {
@@ -79989,7 +80000,7 @@ declare const VTooltip: {
79989
80000
  animateClick: () => void;
79990
80001
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
79991
80002
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
79992
- localTop: vue.ComputedRef<boolean>;
80003
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
79993
80004
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
79994
80005
  } | {};
79995
80006
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -82827,7 +82838,16 @@ declare const index_d_Scroll: typeof Scroll;
82827
82838
  declare const index_d_Tooltip: typeof Tooltip;
82828
82839
  declare const index_d_Touch: typeof Touch;
82829
82840
  declare namespace index_d {
82830
- export { index_d_ClickOutside as ClickOutside, index_d_Intersect as Intersect, index_d_Mutate as Mutate, index_d_Resize as Resize, index_d_Ripple as Ripple, index_d_Scroll as Scroll, index_d_Tooltip as Tooltip, index_d_Touch as Touch };
82841
+ export {
82842
+ index_d_ClickOutside as ClickOutside,
82843
+ index_d_Intersect as Intersect,
82844
+ index_d_Mutate as Mutate,
82845
+ index_d_Resize as Resize,
82846
+ index_d_Ripple as Ripple,
82847
+ index_d_Scroll as Scroll,
82848
+ index_d_Tooltip as Tooltip,
82849
+ index_d_Touch as Touch,
82850
+ };
82831
82851
  }
82832
82852
 
82833
82853
  declare const createVuetify: {
@@ -82888,6 +82908,7 @@ declare const createVuetify: {
82888
82908
  getDiff: (date: unknown, comparing: unknown, unit?: string) => number;
82889
82909
  getWeekArray: (date: unknown, firstDayOfWeek?: number | string) => unknown[][];
82890
82910
  getWeekdays: (firstDayOfWeek?: number | string) => string[];
82911
+ getWeek: (date: unknown, firstDayOfWeek?: number | string, firstWeekMinSize?: number) => number;
82891
82912
  getMonth: (date: unknown) => number;
82892
82913
  setMonth: (date: unknown, month: number) => unknown;
82893
82914
  getDate: (date: unknown) => number;
@@ -82944,41 +82965,40 @@ declare module 'vue' {
82944
82965
  }
82945
82966
  export interface GlobalComponents {
82946
82967
  VApp: VApp
82947
- VAlert: VAlert
82948
- VAlertTitle: VAlertTitle
82949
82968
  VAppBar: VAppBar
82950
82969
  VAppBarNavIcon: VAppBarNavIcon
82951
82970
  VAppBarTitle: VAppBarTitle
82952
82971
  VAutocomplete: VAutocomplete
82972
+ VAlert: VAlert
82973
+ VAlertTitle: VAlertTitle
82974
+ VAvatar: VAvatar
82975
+ VBottomNavigation: VBottomNavigation
82953
82976
  VBanner: VBanner
82954
82977
  VBannerActions: VBannerActions
82955
82978
  VBannerText: VBannerText
82956
82979
  VBottomSheet: VBottomSheet
82957
- VBadge: VBadge
82958
- VBtnToggle: VBtnToggle
82959
- VAvatar: VAvatar
82960
- VBtnGroup: VBtnGroup
82961
- VBottomNavigation: VBottomNavigation
82962
- VBtn: VBtn
82963
82980
  VBreadcrumbs: VBreadcrumbs
82964
82981
  VBreadcrumbsItem: VBreadcrumbsItem
82965
82982
  VBreadcrumbsDivider: VBreadcrumbsDivider
82966
- VCarousel: VCarousel
82967
- VCarouselItem: VCarouselItem
82983
+ VBadge: VBadge
82984
+ VBtn: VBtn
82985
+ VBtnToggle: VBtnToggle
82968
82986
  VCard: VCard
82969
82987
  VCardActions: VCardActions
82970
82988
  VCardItem: VCardItem
82971
82989
  VCardSubtitle: VCardSubtitle
82972
82990
  VCardText: VCardText
82973
82991
  VCardTitle: VCardTitle
82974
- VChip: VChip
82975
- VColorPicker: VColorPicker
82976
- VCode: VCode
82992
+ VChipGroup: VChipGroup
82993
+ VCarousel: VCarousel
82994
+ VCarouselItem: VCarouselItem
82977
82995
  VCheckbox: VCheckbox
82978
82996
  VCheckboxBtn: VCheckboxBtn
82979
- VChipGroup: VChipGroup
82980
- VCounter: VCounter
82981
- VDialog: VDialog
82997
+ VBtnGroup: VBtnGroup
82998
+ VColorPicker: VColorPicker
82999
+ VCode: VCode
83000
+ VChip: VChip
83001
+ VCombobox: VCombobox
82982
83002
  VDataTable: VDataTable
82983
83003
  VDataTableHeaders: VDataTableHeaders
82984
83004
  VDataTableFooter: VDataTableFooter
@@ -82986,35 +83006,35 @@ declare module 'vue' {
82986
83006
  VDataTableRow: VDataTableRow
82987
83007
  VDataTableVirtual: VDataTableVirtual
82988
83008
  VDataTableServer: VDataTableServer
82989
- VCombobox: VCombobox
82990
- VDivider: VDivider
82991
83009
  VDatePicker: VDatePicker
82992
83010
  VDatePickerControls: VDatePickerControls
82993
83011
  VDatePickerHeader: VDatePickerHeader
82994
83012
  VDatePickerMonth: VDatePickerMonth
82995
83013
  VDatePickerMonths: VDatePickerMonths
82996
83014
  VDatePickerYears: VDatePickerYears
82997
- VField: VField
82998
- VFieldLabel: VFieldLabel
83015
+ VCounter: VCounter
82999
83016
  VEmptyState: VEmptyState
83000
- VFab: VFab
83001
- VFooter: VFooter
83002
- VFileInput: VFileInput
83017
+ VDivider: VDivider
83003
83018
  VExpansionPanels: VExpansionPanels
83004
83019
  VExpansionPanel: VExpansionPanel
83005
83020
  VExpansionPanelText: VExpansionPanelText
83006
83021
  VExpansionPanelTitle: VExpansionPanelTitle
83022
+ VDialog: VDialog
83023
+ VFab: VFab
83024
+ VFileInput: VFileInput
83025
+ VField: VField
83026
+ VFieldLabel: VFieldLabel
83027
+ VFooter: VFooter
83007
83028
  VIcon: VIcon
83008
83029
  VComponentIcon: VComponentIcon
83009
83030
  VSvgIcon: VSvgIcon
83010
83031
  VLigatureIcon: VLigatureIcon
83011
83032
  VClassIcon: VClassIcon
83012
- VInput: VInput
83013
- VInfiniteScroll: VInfiniteScroll
83014
83033
  VImg: VImg
83034
+ VInfiniteScroll: VInfiniteScroll
83015
83035
  VItemGroup: VItemGroup
83016
83036
  VItem: VItem
83017
- VKbd: VKbd
83037
+ VInput: VInput
83018
83038
  VLabel: VLabel
83019
83039
  VList: VList
83020
83040
  VListGroup: VListGroup
@@ -83025,28 +83045,26 @@ declare module 'vue' {
83025
83045
  VListItemSubtitle: VListItemSubtitle
83026
83046
  VListItemTitle: VListItemTitle
83027
83047
  VListSubheader: VListSubheader
83028
- VMenu: VMenu
83029
- VNavigationDrawer: VNavigationDrawer
83048
+ VKbd: VKbd
83030
83049
  VMessages: VMessages
83050
+ VMenu: VMenu
83031
83051
  VMain: VMain
83032
- VNumberInput: VNumberInput
83033
- VProgressCircular: VProgressCircular
83034
- VPagination: VPagination
83035
83052
  VOverlay: VOverlay
83053
+ VNavigationDrawer: VNavigationDrawer
83036
83054
  VOtpInput: VOtpInput
83055
+ VNumberInput: VNumberInput
83056
+ VPagination: VPagination
83057
+ VProgressCircular: VProgressCircular
83037
83058
  VProgressLinear: VProgressLinear
83038
83059
  VRadioGroup: VRadioGroup
83039
83060
  VRating: VRating
83040
83061
  VSelectionControl: VSelectionControl
83041
- VSelectionControlGroup: VSelectionControlGroup
83042
83062
  VSelect: VSelect
83063
+ VSelectionControlGroup: VSelectionControlGroup
83043
83064
  VSheet: VSheet
83044
- VSlider: VSlider
83045
83065
  VSkeletonLoader: VSkeletonLoader
83066
+ VSlider: VSlider
83046
83067
  VSnackbar: VSnackbar
83047
- VSlideGroup: VSlideGroup
83048
- VSlideGroupItem: VSlideGroupItem
83049
- VSystemBar: VSystemBar
83050
83068
  VStepper: VStepper
83051
83069
  VStepperActions: VStepperActions
83052
83070
  VStepperHeader: VStepperHeader
@@ -83054,45 +83072,47 @@ declare module 'vue' {
83054
83072
  VStepperWindow: VStepperWindow
83055
83073
  VStepperWindowItem: VStepperWindowItem
83056
83074
  VSwitch: VSwitch
83057
- VTextarea: VTextarea
83058
- VTextField: VTextField
83059
- VTable: VTable
83060
- VTooltip: VTooltip
83061
- VToolbar: VToolbar
83062
- VToolbarTitle: VToolbarTitle
83063
- VToolbarItems: VToolbarItems
83064
83075
  VTab: VTab
83065
83076
  VTabs: VTabs
83066
83077
  VTabsWindow: VTabsWindow
83067
83078
  VTabsWindowItem: VTabsWindowItem
83079
+ VTable: VTable
83080
+ VSystemBar: VSystemBar
83081
+ VTextarea: VTextarea
83068
83082
  VTimeline: VTimeline
83069
83083
  VTimelineItem: VTimelineItem
83084
+ VToolbar: VToolbar
83085
+ VToolbarTitle: VToolbarTitle
83086
+ VToolbarItems: VToolbarItems
83087
+ VTextField: VTextField
83070
83088
  VWindow: VWindow
83071
83089
  VWindowItem: VWindowItem
83090
+ VTooltip: VTooltip
83072
83091
  VConfirmEdit: VConfirmEdit
83073
83092
  VDataIterator: VDataIterator
83093
+ VHover: VHover
83074
83094
  VDefaultsProvider: VDefaultsProvider
83075
- VForm: VForm
83076
83095
  VContainer: VContainer
83077
83096
  VCol: VCol
83078
83097
  VRow: VRow
83079
83098
  VSpacer: VSpacer
83080
- VHover: VHover
83099
+ VForm: VForm
83081
83100
  VLayout: VLayout
83082
83101
  VLayoutItem: VLayoutItem
83083
83102
  VLazy: VLazy
83084
- VLocaleProvider: VLocaleProvider
83085
83103
  VNoSsr: VNoSsr
83086
- VRadio: VRadio
83104
+ VLocaleProvider: VLocaleProvider
83087
83105
  VParallax: VParallax
83088
83106
  VRangeSlider: VRangeSlider
83107
+ VRadio: VRadio
83108
+ VSparkline: VSparkline
83089
83109
  VResponsive: VResponsive
83090
83110
  VSnackbarQueue: VSnackbarQueue
83091
- VSparkline: VSparkline
83092
- VSpeedDial: VSpeedDial
83093
83111
  VThemeProvider: VThemeProvider
83094
83112
  VValidation: VValidation
83095
- VVirtualScroll: VVirtualScroll
83113
+ VSpeedDial: VSpeedDial
83114
+ VSlideGroup: VSlideGroup
83115
+ VSlideGroupItem: VSlideGroupItem
83096
83116
  VFabTransition: VFabTransition
83097
83117
  VDialogBottomTransition: VDialogBottomTransition
83098
83118
  VDialogTopTransition: VDialogTopTransition
@@ -83109,27 +83129,28 @@ declare module 'vue' {
83109
83129
  VExpandTransition: VExpandTransition
83110
83130
  VExpandXTransition: VExpandXTransition
83111
83131
  VDialogTransition: VDialogTransition
83112
- VIconBtn: VIconBtn
83113
- VStepperVertical: VStepperVertical
83114
- VStepperVerticalItem: VStepperVerticalItem
83115
- VStepperVerticalActions: VStepperVerticalActions
83132
+ VVirtualScroll: VVirtualScroll
83116
83133
  VFileUpload: VFileUpload
83117
83134
  VFileUploadItem: VFileUploadItem
83135
+ VIconBtn: VIconBtn
83118
83136
  VCalendar: VCalendar
83119
83137
  VCalendarDay: VCalendarDay
83120
83138
  VCalendarHeader: VCalendarHeader
83121
83139
  VCalendarInterval: VCalendarInterval
83122
83140
  VCalendarIntervalEvent: VCalendarIntervalEvent
83123
83141
  VCalendarMonthDay: VCalendarMonthDay
83142
+ VPicker: VPicker
83143
+ VPickerTitle: VPickerTitle
83144
+ VStepperVertical: VStepperVertical
83145
+ VStepperVerticalItem: VStepperVerticalItem
83146
+ VStepperVerticalActions: VStepperVerticalActions
83124
83147
  VTimePicker: VTimePicker
83125
83148
  VTimePickerClock: VTimePickerClock
83126
83149
  VTimePickerControls: VTimePickerControls
83127
83150
  VTreeview: VTreeview
83128
83151
  VTreeviewItem: VTreeviewItem
83129
83152
  VTreeviewGroup: VTreeviewGroup
83130
- VPicker: VPicker
83131
- VPickerTitle: VPickerTitle
83132
- VPullToRefresh: VPullToRefresh
83133
83153
  VDateInput: VDateInput
83154
+ VPullToRefresh: VPullToRefresh
83134
83155
  }
83135
83156
  }