@vuetify/nightly 3.8.2-master.2025-04-19 → 3.8.2-master.2025-04-23

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 (290) hide show
  1. package/CHANGELOG.md +23 -3
  2. package/dist/json/attributes.json +3523 -3523
  3. package/dist/json/importMap-labs.json +22 -22
  4. package/dist/json/importMap.json +144 -144
  5. package/dist/json/web-types.json +6716 -6457
  6. package/dist/vuetify-labs.cjs +624 -510
  7. package/dist/vuetify-labs.css +3327 -3318
  8. package/dist/vuetify-labs.d.ts +1835 -886
  9. package/dist/vuetify-labs.esm.js +625 -511
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +624 -510
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +402 -396
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +3130 -3130
  16. package/dist/vuetify.d.ts +153 -151
  17. package/dist/vuetify.esm.js +403 -397
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +402 -396
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +893 -886
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAlert/VAlert.js +8 -9
  25. package/lib/components/VAlert/VAlert.js.map +1 -1
  26. package/lib/components/VAppBar/VAppBar.js +4 -4
  27. package/lib/components/VAppBar/VAppBar.js.map +1 -1
  28. package/lib/components/VAutocomplete/VAutocomplete.js +1 -2
  29. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  30. package/lib/components/VBadge/VBadge.js +2 -3
  31. package/lib/components/VBadge/VBadge.js.map +1 -1
  32. package/lib/components/VBanner/VBanner.js +3 -3
  33. package/lib/components/VBanner/VBanner.js.map +1 -1
  34. package/lib/components/VBottomNavigation/VBottomNavigation.js +8 -8
  35. package/lib/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
  36. package/lib/components/VBreadcrumbs/VBreadcrumbs.js +6 -6
  37. package/lib/components/VBreadcrumbs/VBreadcrumbs.js.map +1 -1
  38. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js +1 -2
  39. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js.map +1 -1
  40. package/lib/components/VBtn/VBtn.js +3 -3
  41. package/lib/components/VBtn/VBtn.js.map +1 -1
  42. package/lib/components/VBtnGroup/VBtnGroup.js +4 -4
  43. package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
  44. package/lib/components/VCard/VCard.js +7 -8
  45. package/lib/components/VCard/VCard.js.map +1 -1
  46. package/lib/components/VCheckbox/VCheckbox.js +2 -3
  47. package/lib/components/VCheckbox/VCheckbox.js.map +1 -1
  48. package/lib/components/VCheckbox/VCheckboxBtn.js +3 -3
  49. package/lib/components/VCheckbox/VCheckboxBtn.js.map +1 -1
  50. package/lib/components/VChip/VChip.js +8 -9
  51. package/lib/components/VChip/VChip.js.map +1 -1
  52. package/lib/components/VChipGroup/VChipGroup.js +5 -5
  53. package/lib/components/VChipGroup/VChipGroup.js.map +1 -1
  54. package/lib/components/VCombobox/VCombobox.js +3 -4
  55. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  56. package/lib/components/VCounter/VCounter.js +2 -2
  57. package/lib/components/VCounter/VCounter.js.map +1 -1
  58. package/lib/components/VDataIterator/VDataIterator.js +2 -2
  59. package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
  60. package/lib/components/VDataTable/VDataTable.js +7 -7
  61. package/lib/components/VDataTable/VDataTable.js.map +1 -1
  62. package/lib/components/VDataTable/VDataTableHeaders.js +1 -1
  63. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  64. package/lib/components/VDataTable/VDataTableServer.js +7 -7
  65. package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
  66. package/lib/components/VDataTable/VDataTableVirtual.js +7 -7
  67. package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
  68. package/lib/components/VDataTable/composables/expand.d.ts +1 -1
  69. package/lib/components/VDataTable/composables/expand.js +1 -1
  70. package/lib/components/VDataTable/composables/expand.js.map +1 -1
  71. package/lib/components/VDataTable/composables/options.js +8 -8
  72. package/lib/components/VDataTable/composables/options.js.map +1 -1
  73. package/lib/components/VDataTable/composables/select.d.ts +2 -2
  74. package/lib/components/VDataTable/composables/select.js +2 -2
  75. package/lib/components/VDataTable/composables/select.js.map +1 -1
  76. package/lib/components/VDataTable/composables/sort.d.ts +2 -2
  77. package/lib/components/VDataTable/composables/sort.js +2 -2
  78. package/lib/components/VDataTable/composables/sort.js.map +1 -1
  79. package/lib/components/VDatePicker/VDatePicker.js +4 -4
  80. package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
  81. package/lib/components/VDatePicker/VDatePickerHeader.js +1 -1
  82. package/lib/components/VDatePicker/VDatePickerHeader.js.map +1 -1
  83. package/lib/components/VDatePicker/VDatePickerMonth.js +2 -2
  84. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  85. package/lib/components/VDialog/VDialog.d.ts +9 -9
  86. package/lib/components/VDivider/VDivider.js +2 -2
  87. package/lib/components/VDivider/VDivider.js.map +1 -1
  88. package/lib/components/VEmptyState/VEmptyState.js +1 -2
  89. package/lib/components/VEmptyState/VEmptyState.js.map +1 -1
  90. package/lib/components/VExpansionPanel/VExpansionPanel.js +3 -3
  91. package/lib/components/VExpansionPanel/VExpansionPanel.js.map +1 -1
  92. package/lib/components/VExpansionPanel/VExpansionPanelTitle.js +3 -3
  93. package/lib/components/VExpansionPanel/VExpansionPanelTitle.js.map +1 -1
  94. package/lib/components/VExpansionPanel/VExpansionPanels.js +14 -14
  95. package/lib/components/VExpansionPanel/VExpansionPanels.js.map +1 -1
  96. package/lib/components/VFab/VFab.js +2 -2
  97. package/lib/components/VFab/VFab.js.map +1 -1
  98. package/lib/components/VField/VField.js +5 -5
  99. package/lib/components/VField/VField.js.map +1 -1
  100. package/lib/components/VFileInput/VFileInput.js +2 -2
  101. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  102. package/lib/components/VFooter/VFooter.js +4 -4
  103. package/lib/components/VFooter/VFooter.js.map +1 -1
  104. package/lib/components/VForm/VForm.d.ts +40 -40
  105. package/lib/components/VIcon/VIcon.js +4 -4
  106. package/lib/components/VIcon/VIcon.js.map +1 -1
  107. package/lib/components/VImg/VImg.js +2 -2
  108. package/lib/components/VImg/VImg.js.map +1 -1
  109. package/lib/components/VInput/VInput.js +3 -3
  110. package/lib/components/VInput/VInput.js.map +1 -1
  111. package/lib/components/VLayout/VLayoutItem.js +5 -5
  112. package/lib/components/VLayout/VLayoutItem.js.map +1 -1
  113. package/lib/components/VList/VList.js +14 -14
  114. package/lib/components/VList/VList.js.map +1 -1
  115. package/lib/components/VList/VListGroup.js +2 -2
  116. package/lib/components/VList/VListGroup.js.map +1 -1
  117. package/lib/components/VList/VListItem.d.ts +3 -3
  118. package/lib/components/VList/VListItem.js +6 -6
  119. package/lib/components/VList/VListItem.js.map +1 -1
  120. package/lib/components/VList/VListSubheader.js +1 -2
  121. package/lib/components/VList/VListSubheader.js.map +1 -1
  122. package/lib/components/VMenu/VMenu.d.ts +15 -15
  123. package/lib/components/VMenu/VMenu.js +2 -2
  124. package/lib/components/VMenu/VMenu.js.map +1 -1
  125. package/lib/components/VMessages/VMessages.js +1 -1
  126. package/lib/components/VMessages/VMessages.js.map +1 -1
  127. package/lib/components/VNavigationDrawer/VNavigationDrawer.js +6 -6
  128. package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
  129. package/lib/components/VNumberInput/VNumberInput.js +11 -11
  130. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  131. package/lib/components/VOtpInput/VOtpInput.js +7 -7
  132. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  133. package/lib/components/VOverlay/VOverlay.d.ts +3 -3
  134. package/lib/components/VOverlay/VOverlay.js +4 -4
  135. package/lib/components/VOverlay/VOverlay.js.map +1 -1
  136. package/lib/components/VOverlay/locationStrategies.js +10 -1
  137. package/lib/components/VOverlay/locationStrategies.js.map +1 -1
  138. package/lib/components/VPagination/VPagination.js +7 -7
  139. package/lib/components/VPagination/VPagination.js.map +1 -1
  140. package/lib/components/VProgressCircular/VProgressCircular.js +9 -9
  141. package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
  142. package/lib/components/VProgressLinear/VProgressLinear.js +4 -4
  143. package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
  144. package/lib/components/VSelect/VSelect.js +2 -2
  145. package/lib/components/VSelect/VSelect.js.map +1 -1
  146. package/lib/components/VSelectionControl/VSelectionControl.d.ts +1 -1
  147. package/lib/components/VSelectionControl/VSelectionControl.js +7 -7
  148. package/lib/components/VSelectionControl/VSelectionControl.js.map +1 -1
  149. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.js +15 -15
  150. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.js.map +1 -1
  151. package/lib/components/VSheet/VSheet.js +1 -2
  152. package/lib/components/VSheet/VSheet.js.map +1 -1
  153. package/lib/components/VSkeletonLoader/VSkeletonLoader.js +2 -2
  154. package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
  155. package/lib/components/VSlider/slider.js +10 -10
  156. package/lib/components/VSlider/slider.js.map +1 -1
  157. package/lib/components/VSnackbar/VSnackbar.d.ts +9 -9
  158. package/lib/components/VSparkline/VSparkline.js +2 -2
  159. package/lib/components/VSparkline/VSparkline.js.map +1 -1
  160. package/lib/components/VSwitch/VSwitch.js +3 -3
  161. package/lib/components/VSwitch/VSwitch.js.map +1 -1
  162. package/lib/components/VSystemBar/VSystemBar.js +2 -2
  163. package/lib/components/VSystemBar/VSystemBar.js.map +1 -1
  164. package/lib/components/VTabs/VTab.d.ts +3 -3
  165. package/lib/components/VTabs/VTab.js +1 -1
  166. package/lib/components/VTabs/VTab.js.map +1 -1
  167. package/lib/components/VTabs/VTabs.js +7 -7
  168. package/lib/components/VTabs/VTabs.js.map +1 -1
  169. package/lib/components/VTimeline/VTimeline.js +9 -9
  170. package/lib/components/VTimeline/VTimeline.js.map +1 -1
  171. package/lib/components/VTimeline/VTimelineDivider.js +2 -3
  172. package/lib/components/VTimeline/VTimelineDivider.js.map +1 -1
  173. package/lib/components/VToolbar/VToolbar.js +2 -2
  174. package/lib/components/VToolbar/VToolbar.js.map +1 -1
  175. package/lib/components/VToolbar/VToolbarItems.js +2 -2
  176. package/lib/components/VToolbar/VToolbarItems.js.map +1 -1
  177. package/lib/components/VTooltip/VTooltip.d.ts +9 -9
  178. package/lib/components/VTooltip/VTooltip.js +3 -3
  179. package/lib/components/VTooltip/VTooltip.js.map +1 -1
  180. package/lib/components/VVirtualScroll/VVirtualScroll.js +1 -1
  181. package/lib/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
  182. package/lib/components/VWindow/VWindow.js +3 -3
  183. package/lib/components/VWindow/VWindow.js.map +1 -1
  184. package/lib/components/transitions/dialog-transition.js +11 -2
  185. package/lib/components/transitions/dialog-transition.js.map +1 -1
  186. package/lib/composables/border.d.ts +1 -1
  187. package/lib/composables/border.js +5 -8
  188. package/lib/composables/border.js.map +1 -1
  189. package/lib/composables/calendar.d.ts +21 -54
  190. package/lib/composables/calendar.js +11 -11
  191. package/lib/composables/calendar.js.map +1 -1
  192. package/lib/composables/color.d.ts +8 -10
  193. package/lib/composables/color.js +21 -22
  194. package/lib/composables/color.js.map +1 -1
  195. package/lib/composables/density.d.ts +1 -1
  196. package/lib/composables/density.js +2 -2
  197. package/lib/composables/density.js.map +1 -1
  198. package/lib/composables/display.d.ts +4 -2
  199. package/lib/composables/display.js +2 -2
  200. package/lib/composables/display.js.map +1 -1
  201. package/lib/composables/elevation.js +4 -6
  202. package/lib/composables/elevation.js.map +1 -1
  203. package/lib/composables/focus.d.ts +4 -2
  204. package/lib/composables/focus.js +2 -2
  205. package/lib/composables/focus.js.map +1 -1
  206. package/lib/composables/form.d.ts +7 -7
  207. package/lib/composables/form.js +3 -3
  208. package/lib/composables/form.js.map +1 -1
  209. package/lib/composables/goto.js +2 -2
  210. package/lib/composables/goto.js.map +1 -1
  211. package/lib/composables/group.d.ts +3 -3
  212. package/lib/composables/group.js +4 -4
  213. package/lib/composables/group.js.map +1 -1
  214. package/lib/composables/icons.d.ts +2 -2
  215. package/lib/composables/icons.js +2 -2
  216. package/lib/composables/icons.js.map +1 -1
  217. package/lib/composables/layout.d.ts +10 -4
  218. package/lib/composables/layout.js +4 -4
  219. package/lib/composables/layout.js.map +1 -1
  220. package/lib/composables/lazy.d.ts +1 -1
  221. package/lib/composables/lazy.js +2 -2
  222. package/lib/composables/lazy.js.map +1 -1
  223. package/lib/composables/loader.d.ts +4 -2
  224. package/lib/composables/loader.js +2 -2
  225. package/lib/composables/loader.js.map +1 -1
  226. package/lib/composables/locale.js +3 -3
  227. package/lib/composables/locale.js.map +1 -1
  228. package/lib/composables/nested/nested.d.ts +3 -3
  229. package/lib/composables/nested/nested.js +4 -4
  230. package/lib/composables/nested/nested.js.map +1 -1
  231. package/lib/composables/position.d.ts +1 -1
  232. package/lib/composables/position.js +2 -2
  233. package/lib/composables/position.js.map +1 -1
  234. package/lib/composables/router.d.ts +3 -3
  235. package/lib/composables/router.js +8 -8
  236. package/lib/composables/router.js.map +1 -1
  237. package/lib/composables/size.d.ts +8 -5
  238. package/lib/composables/size.js +6 -5
  239. package/lib/composables/size.js.map +1 -1
  240. package/lib/composables/ssrBoot.d.ts +4 -2
  241. package/lib/composables/ssrBoot.js +2 -2
  242. package/lib/composables/ssrBoot.js.map +1 -1
  243. package/lib/composables/stack.d.ts +7 -5
  244. package/lib/composables/stack.js +5 -5
  245. package/lib/composables/stack.js.map +1 -1
  246. package/lib/composables/theme.js +7 -7
  247. package/lib/composables/theme.js.map +1 -1
  248. package/lib/composables/validation.js +0 -5
  249. package/lib/composables/validation.js.map +1 -1
  250. package/lib/composables/variant.d.ts +5 -6
  251. package/lib/composables/variant.js +6 -6
  252. package/lib/composables/variant.js.map +1 -1
  253. package/lib/entry-bundler.js +1 -1
  254. package/lib/framework.d.ts +66 -64
  255. package/lib/framework.js +1 -1
  256. package/lib/labs/VCalendar/VCalendar.d.ts +600 -211
  257. package/lib/labs/VCalendar/VCalendar.js +55 -27
  258. package/lib/labs/VCalendar/VCalendar.js.map +1 -1
  259. package/lib/labs/VCalendar/VCalendarDay.css +9 -0
  260. package/lib/labs/VCalendar/VCalendarDay.d.ts +329 -17
  261. package/lib/labs/VCalendar/VCalendarDay.js +18 -10
  262. package/lib/labs/VCalendar/VCalendarDay.js.map +1 -1
  263. package/lib/labs/VCalendar/VCalendarDay.sass +8 -0
  264. package/lib/labs/VCalendar/VCalendarEvent.js +15 -5
  265. package/lib/labs/VCalendar/VCalendarEvent.js.map +1 -1
  266. package/lib/labs/VCalendar/VCalendarHeader.d.ts +44 -17
  267. package/lib/labs/VCalendar/VCalendarHeader.js +5 -2
  268. package/lib/labs/VCalendar/VCalendarHeader.js.map +1 -1
  269. package/lib/labs/VCalendar/VCalendarInterval.d.ts +171 -17
  270. package/lib/labs/VCalendar/VCalendarInterval.js +66 -35
  271. package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
  272. package/lib/labs/VCalendar/VCalendarIntervalEvent.d.ts +92 -17
  273. package/lib/labs/VCalendar/VCalendarIntervalEvent.js +30 -10
  274. package/lib/labs/VCalendar/VCalendarIntervalEvent.js.map +1 -1
  275. package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +122 -88
  276. package/lib/labs/VCalendar/VCalendarMonthDay.js +24 -22
  277. package/lib/labs/VCalendar/VCalendarMonthDay.js.map +1 -1
  278. package/lib/labs/VIconBtn/VIconBtn.js +3 -3
  279. package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
  280. package/lib/labs/VPicker/VPicker.js +1 -2
  281. package/lib/labs/VPicker/VPicker.js.map +1 -1
  282. package/lib/labs/VTimePicker/VTimePickerClock.js +3 -3
  283. package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
  284. package/lib/labs/VTreeview/VTreeview.js +11 -11
  285. package/lib/labs/VTreeview/VTreeview.js.map +1 -1
  286. package/lib/util/box.js.map +1 -1
  287. package/lib/util/helpers.d.ts +5 -2
  288. package/lib/util/helpers.js +9 -5
  289. package/lib/util/helpers.js.map +1 -1
  290. package/package.json +1 -1
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
@@ -620,9 +620,11 @@ interface DisplayInstance {
620
620
  update(): void;
621
621
  }
622
622
  declare function useDisplay(props?: DisplayProps, name?: string): {
623
- displayClasses: vue.ComputedRef<{
623
+ displayClasses: Readonly<Ref<{
624
624
  [x: string]: boolean;
625
- }>;
625
+ }, {
626
+ [x: string]: boolean;
627
+ }>>;
626
628
  mobile: vue.ComputedRef<boolean>;
627
629
  xs: Ref<boolean>;
628
630
  sm: Ref<boolean>;
@@ -821,7 +823,7 @@ declare function provideExpanded(props: ExpandProps): {
821
823
  expanded: Ref<Set<string>, Set<string>> & {
822
824
  readonly externalValue: readonly string[];
823
825
  };
824
- expandOnClick: Ref<boolean, boolean>;
826
+ expandOnClick: Readonly<Ref<boolean, boolean>>;
825
827
  isExpanded: (item: DataTableItem) => boolean;
826
828
  toggleExpand: (item: DataTableItem) => void;
827
829
  };
@@ -912,7 +914,7 @@ declare function provideSelection(props: SelectionProps, { allItems, currentPage
912
914
  isSomeSelected: (items: SelectableItem | SelectableItem[]) => boolean;
913
915
  someSelected: vue.ComputedRef<boolean>;
914
916
  allSelected: vue.ComputedRef<boolean>;
915
- showSelectAll: vue.ComputedRef<boolean>;
917
+ showSelectAll: Readonly<Ref<boolean, boolean>>;
916
918
  lastSelectedIndex: vue.ShallowRef<number | null, number | null>;
917
919
  selectStrategy: vue.ComputedRef<DataTableSelectStrategy>;
918
920
  };
@@ -1346,7 +1348,7 @@ declare const VSnackbar: {
1346
1348
  animateClick: () => void;
1347
1349
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1348
1350
  globalTop: Readonly<Ref<boolean, boolean>>;
1349
- localTop: vue.ComputedRef<boolean>;
1351
+ localTop: Readonly<Ref<boolean, boolean>>;
1350
1352
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
1351
1353
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1352
1354
  'click:outside': (e: MouseEvent) => true;
@@ -1521,7 +1523,7 @@ declare const VSnackbar: {
1521
1523
  animateClick: () => void;
1522
1524
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1523
1525
  globalTop: Readonly<Ref<boolean, boolean>>;
1524
- localTop: vue.ComputedRef<boolean>;
1526
+ localTop: Readonly<Ref<boolean, boolean>>;
1525
1527
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
1526
1528
  }> & {} & 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}`> & {
1527
1529
  _allExposed: {
@@ -1531,7 +1533,7 @@ declare const VSnackbar: {
1531
1533
  animateClick: () => void;
1532
1534
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1533
1535
  globalTop: Readonly<Ref<boolean, boolean>>;
1534
- localTop: vue.ComputedRef<boolean>;
1536
+ localTop: Readonly<Ref<boolean, boolean>>;
1535
1537
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
1536
1538
  } | {};
1537
1539
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -1877,7 +1879,7 @@ declare const VSnackbar: {
1877
1879
  animateClick: () => void;
1878
1880
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1879
1881
  globalTop: Readonly<Ref<boolean, boolean>>;
1880
- localTop: vue.ComputedRef<boolean>;
1882
+ localTop: Readonly<Ref<boolean, boolean>>;
1881
1883
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
1882
1884
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1883
1885
  'click:outside': (e: MouseEvent) => true;
@@ -2052,7 +2054,7 @@ declare const VSnackbar: {
2052
2054
  animateClick: () => void;
2053
2055
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
2054
2056
  globalTop: Readonly<Ref<boolean, boolean>>;
2055
- localTop: vue.ComputedRef<boolean>;
2057
+ localTop: Readonly<Ref<boolean, boolean>>;
2056
2058
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
2057
2059
  }> & {} & 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}`> & {
2058
2060
  _allExposed: {
@@ -2062,7 +2064,7 @@ declare const VSnackbar: {
2062
2064
  animateClick: () => void;
2063
2065
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
2064
2066
  globalTop: Readonly<Ref<boolean, boolean>>;
2065
- localTop: vue.ComputedRef<boolean>;
2067
+ localTop: Readonly<Ref<boolean, boolean>>;
2066
2068
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
2067
2069
  } | {};
2068
2070
  }, {}, {}, {}, {
@@ -2393,7 +2395,7 @@ declare const VSnackbar: {
2393
2395
  animateClick: () => void;
2394
2396
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
2395
2397
  globalTop: Readonly<Ref<boolean, boolean>>;
2396
- localTop: vue.ComputedRef<boolean>;
2398
+ localTop: Readonly<Ref<boolean, boolean>>;
2397
2399
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
2398
2400
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
2399
2401
  'click:outside': (e: MouseEvent) => true;
@@ -2568,7 +2570,7 @@ declare const VSnackbar: {
2568
2570
  animateClick: () => void;
2569
2571
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
2570
2572
  globalTop: Readonly<Ref<boolean, boolean>>;
2571
- localTop: vue.ComputedRef<boolean>;
2573
+ localTop: Readonly<Ref<boolean, boolean>>;
2572
2574
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
2573
2575
  }> & {} & 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}`> & {
2574
2576
  _allExposed: {
@@ -2578,7 +2580,7 @@ declare const VSnackbar: {
2578
2580
  animateClick: () => void;
2579
2581
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
2580
2582
  globalTop: Readonly<Ref<boolean, boolean>>;
2581
- localTop: vue.ComputedRef<boolean>;
2583
+ localTop: Readonly<Ref<boolean, boolean>>;
2582
2584
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
2583
2585
  } | {};
2584
2586
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -4237,11 +4239,11 @@ interface GroupProvide {
4237
4239
  prev: () => void;
4238
4240
  next: () => void;
4239
4241
  selectedClass: Ref<string | undefined>;
4240
- items: ComputedRef<{
4242
+ items: Readonly<Ref<{
4241
4243
  id: string;
4242
4244
  value: unknown;
4243
4245
  disabled: boolean | undefined;
4244
- }[]>;
4246
+ }[]>>;
4245
4247
  disabled: Ref<boolean | undefined>;
4246
4248
  getItemIndex: (value: unknown) => number;
4247
4249
  }
@@ -6457,8 +6459,8 @@ interface LinkProps {
6457
6459
  exact: boolean | undefined;
6458
6460
  }
6459
6461
  interface UseLink extends Omit<Partial<ReturnType<typeof useLink>>, 'href'> {
6460
- isLink: ComputedRef<boolean>;
6461
- isClickable: ComputedRef<boolean>;
6462
+ isLink: Readonly<Ref<boolean>>;
6463
+ isClickable: Readonly<Ref<boolean>>;
6462
6464
  href: Ref<string | undefined>;
6463
6465
  linkProps: Record<string, string | undefined>;
6464
6466
  }
@@ -6578,7 +6580,7 @@ declare const VListItem: {
6578
6580
  openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
6579
6581
  getPath: (id: unknown) => unknown[];
6580
6582
  };
6581
- id: vue.ComputedRef<{} | null>;
6583
+ id: vue.ComputedRef<{}>;
6582
6584
  link: UseLink;
6583
6585
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6584
6586
  click: (e: MouseEvent | KeyboardEvent) => true;
@@ -6708,7 +6710,7 @@ declare const VListItem: {
6708
6710
  openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
6709
6711
  getPath: (id: unknown) => unknown[];
6710
6712
  };
6711
- id: vue.ComputedRef<{} | null>;
6713
+ id: vue.ComputedRef<{}>;
6712
6714
  link: UseLink;
6713
6715
  }, {}, {}, {}, {
6714
6716
  replace: boolean;
@@ -6827,7 +6829,7 @@ declare const VListItem: {
6827
6829
  openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
6828
6830
  getPath: (id: unknown) => unknown[];
6829
6831
  };
6830
- id: vue.ComputedRef<{} | null>;
6832
+ id: vue.ComputedRef<{}>;
6831
6833
  link: UseLink;
6832
6834
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6833
6835
  click: (e: MouseEvent | KeyboardEvent) => true;
@@ -8529,7 +8531,7 @@ declare const VMenu: {
8529
8531
  } & {
8530
8532
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
8531
8533
  }, {
8532
- id: vue.ComputedRef<string>;
8534
+ id: Readonly<vue.Ref<string, string>>;
8533
8535
  ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
8534
8536
  } & Omit<Omit<{
8535
8537
  $: vue.ComponentInternalInstance;
@@ -8746,7 +8748,7 @@ declare const VMenu: {
8746
8748
  animateClick: () => void;
8747
8749
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
8748
8750
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
8749
- localTop: vue.ComputedRef<boolean>;
8751
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
8750
8752
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
8751
8753
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
8752
8754
  'click:outside': (e: MouseEvent) => true;
@@ -8921,7 +8923,7 @@ declare const VMenu: {
8921
8923
  animateClick: () => void;
8922
8924
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
8923
8925
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
8924
- localTop: vue.ComputedRef<boolean>;
8926
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
8925
8927
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
8926
8928
  }> & {} & 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}`> & {
8927
8929
  _allExposed: {
@@ -8931,10 +8933,10 @@ declare const VMenu: {
8931
8933
  animateClick: () => void;
8932
8934
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
8933
8935
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
8934
- localTop: vue.ComputedRef<boolean>;
8936
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
8935
8937
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
8936
8938
  } | {
8937
- id: vue.ComputedRef<string>;
8939
+ id: Readonly<vue.Ref<string, string>>;
8938
8940
  ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
8939
8941
  };
8940
8942
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -9063,7 +9065,7 @@ declare const VMenu: {
9063
9065
  } & {
9064
9066
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
9065
9067
  }, {
9066
- id: vue.ComputedRef<string>;
9068
+ id: Readonly<vue.Ref<string, string>>;
9067
9069
  ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
9068
9070
  } & Omit<Omit<{
9069
9071
  $: vue.ComponentInternalInstance;
@@ -9280,7 +9282,7 @@ declare const VMenu: {
9280
9282
  animateClick: () => void;
9281
9283
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
9282
9284
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
9283
- localTop: vue.ComputedRef<boolean>;
9285
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
9284
9286
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
9285
9287
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
9286
9288
  'click:outside': (e: MouseEvent) => true;
@@ -9455,7 +9457,7 @@ declare const VMenu: {
9455
9457
  animateClick: () => void;
9456
9458
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
9457
9459
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
9458
- localTop: vue.ComputedRef<boolean>;
9460
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
9459
9461
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
9460
9462
  }> & {} & 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}`> & {
9461
9463
  _allExposed: {
@@ -9465,10 +9467,10 @@ declare const VMenu: {
9465
9467
  animateClick: () => void;
9466
9468
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
9467
9469
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
9468
- localTop: vue.ComputedRef<boolean>;
9470
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
9469
9471
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
9470
9472
  } | {
9471
- id: vue.ComputedRef<string>;
9473
+ id: Readonly<vue.Ref<string, string>>;
9472
9474
  ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
9473
9475
  };
9474
9476
  }, {}, {}, {}, {
@@ -9583,7 +9585,7 @@ declare const VMenu: {
9583
9585
  } & {
9584
9586
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
9585
9587
  }, {
9586
- id: vue.ComputedRef<string>;
9588
+ id: Readonly<vue.Ref<string, string>>;
9587
9589
  ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
9588
9590
  } & Omit<Omit<{
9589
9591
  $: vue.ComponentInternalInstance;
@@ -9800,7 +9802,7 @@ declare const VMenu: {
9800
9802
  animateClick: () => void;
9801
9803
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
9802
9804
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
9803
- localTop: vue.ComputedRef<boolean>;
9805
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
9804
9806
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
9805
9807
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
9806
9808
  'click:outside': (e: MouseEvent) => true;
@@ -9975,7 +9977,7 @@ declare const VMenu: {
9975
9977
  animateClick: () => void;
9976
9978
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
9977
9979
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
9978
- localTop: vue.ComputedRef<boolean>;
9980
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
9979
9981
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
9980
9982
  }> & {} & 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}`> & {
9981
9983
  _allExposed: {
@@ -9985,10 +9987,10 @@ declare const VMenu: {
9985
9987
  animateClick: () => void;
9986
9988
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
9987
9989
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
9988
- localTop: vue.ComputedRef<boolean>;
9990
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
9989
9991
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
9990
9992
  } | {
9991
- id: vue.ComputedRef<string>;
9993
+ id: Readonly<vue.Ref<string, string>>;
9992
9994
  ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
9993
9995
  };
9994
9996
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -39764,7 +39766,7 @@ declare const VDialog: {
39764
39766
  animateClick: () => void;
39765
39767
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
39766
39768
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
39767
- localTop: vue.ComputedRef<boolean>;
39769
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
39768
39770
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
39769
39771
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
39770
39772
  'click:outside': (e: MouseEvent) => true;
@@ -39939,7 +39941,7 @@ declare const VDialog: {
39939
39941
  animateClick: () => void;
39940
39942
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
39941
39943
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
39942
- localTop: vue.ComputedRef<boolean>;
39944
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
39943
39945
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
39944
39946
  }> & {} & 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}`> & {
39945
39947
  _allExposed: {
@@ -39949,7 +39951,7 @@ declare const VDialog: {
39949
39951
  animateClick: () => void;
39950
39952
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
39951
39953
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
39952
- localTop: vue.ComputedRef<boolean>;
39954
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
39953
39955
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
39954
39956
  } | {};
39955
39957
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -40299,7 +40301,7 @@ declare const VDialog: {
40299
40301
  animateClick: () => void;
40300
40302
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
40301
40303
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
40302
- localTop: vue.ComputedRef<boolean>;
40304
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
40303
40305
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
40304
40306
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
40305
40307
  'click:outside': (e: MouseEvent) => true;
@@ -40474,7 +40476,7 @@ declare const VDialog: {
40474
40476
  animateClick: () => void;
40475
40477
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
40476
40478
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
40477
- localTop: vue.ComputedRef<boolean>;
40479
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
40478
40480
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
40479
40481
  }> & {} & 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}`> & {
40480
40482
  _allExposed: {
@@ -40484,7 +40486,7 @@ declare const VDialog: {
40484
40486
  animateClick: () => void;
40485
40487
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
40486
40488
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
40487
- localTop: vue.ComputedRef<boolean>;
40489
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
40488
40490
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
40489
40491
  } | {};
40490
40492
  }, {}, {}, {}, {
@@ -40818,7 +40820,7 @@ declare const VDialog: {
40818
40820
  animateClick: () => void;
40819
40821
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
40820
40822
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
40821
- localTop: vue.ComputedRef<boolean>;
40823
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
40822
40824
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
40823
40825
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
40824
40826
  'click:outside': (e: MouseEvent) => true;
@@ -40993,7 +40995,7 @@ declare const VDialog: {
40993
40995
  animateClick: () => void;
40994
40996
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
40995
40997
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
40996
- localTop: vue.ComputedRef<boolean>;
40998
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
40997
40999
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
40998
41000
  }> & {} & 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}`> & {
40999
41001
  _allExposed: {
@@ -41003,7 +41005,7 @@ declare const VDialog: {
41003
41005
  animateClick: () => void;
41004
41006
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
41005
41007
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
41006
- localTop: vue.ComputedRef<boolean>;
41008
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
41007
41009
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
41008
41010
  } | {};
41009
41011
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -45057,8 +45059,8 @@ declare const VForm: {
45057
45059
  id: number | string;
45058
45060
  errorMessages: string[];
45059
45061
  }[]>;
45060
- isDisabled: vue.ComputedRef<boolean>;
45061
- isReadonly: vue.ComputedRef<boolean>;
45062
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45063
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45062
45064
  isValidating: vue.ShallowRef<boolean, boolean>;
45063
45065
  isValid: vue.Ref<boolean | null, boolean | null> & {
45064
45066
  readonly externalValue: boolean | null;
@@ -45098,8 +45100,8 @@ declare const VForm: {
45098
45100
  id: number | string;
45099
45101
  errorMessages: string[];
45100
45102
  }[]>;
45101
- isDisabled: vue.ComputedRef<boolean>;
45102
- isReadonly: vue.ComputedRef<boolean>;
45103
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45104
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45103
45105
  isValidating: vue.ShallowRef<boolean, boolean>;
45104
45106
  isValid: vue.Ref<boolean | null, boolean | null> & {
45105
45107
  readonly externalValue: boolean | null;
@@ -45140,8 +45142,8 @@ declare const VForm: {
45140
45142
  id: number | string;
45141
45143
  errorMessages: string[];
45142
45144
  }[]>;
45143
- isDisabled: vue.ComputedRef<boolean>;
45144
- isReadonly: vue.ComputedRef<boolean>;
45145
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45146
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45145
45147
  isValidating: vue.ShallowRef<boolean, boolean>;
45146
45148
  isValid: vue.Ref<boolean | null, boolean | null> & {
45147
45149
  readonly externalValue: boolean | null;
@@ -45183,8 +45185,8 @@ declare const VForm: {
45183
45185
  id: number | string;
45184
45186
  errorMessages: string[];
45185
45187
  }[]>;
45186
- isDisabled: vue.ComputedRef<boolean>;
45187
- isReadonly: vue.ComputedRef<boolean>;
45188
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45189
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45188
45190
  isValidating: vue.ShallowRef<boolean, boolean>;
45189
45191
  isValid: vue.Ref<boolean | null, boolean | null> & {
45190
45192
  readonly externalValue: boolean | null;
@@ -45227,8 +45229,8 @@ declare const VForm: {
45227
45229
  id: number | string;
45228
45230
  errorMessages: string[];
45229
45231
  }[]>;
45230
- isDisabled: vue.ComputedRef<boolean>;
45231
- isReadonly: vue.ComputedRef<boolean>;
45232
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45233
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45232
45234
  isValidating: vue.ShallowRef<boolean, boolean>;
45233
45235
  isValid: vue.Ref<boolean | null, boolean | null> & {
45234
45236
  readonly externalValue: boolean | null;
@@ -45268,8 +45270,8 @@ declare const VForm: {
45268
45270
  id: number | string;
45269
45271
  errorMessages: string[];
45270
45272
  }[]>;
45271
- isDisabled: vue.ComputedRef<boolean>;
45272
- isReadonly: vue.ComputedRef<boolean>;
45273
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45274
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45273
45275
  isValidating: vue.ShallowRef<boolean, boolean>;
45274
45276
  isValid: vue.Ref<boolean | null, boolean | null> & {
45275
45277
  readonly externalValue: boolean | null;
@@ -45320,8 +45322,8 @@ declare const VForm: {
45320
45322
  id: number | string;
45321
45323
  errorMessages: string[];
45322
45324
  }[]>;
45323
- isDisabled: vue.ComputedRef<boolean>;
45324
- isReadonly: vue.ComputedRef<boolean>;
45325
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45326
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45325
45327
  isValidating: vue.ShallowRef<boolean, boolean>;
45326
45328
  isValid: vue.Ref<boolean | null, boolean | null> & {
45327
45329
  readonly externalValue: boolean | null;
@@ -45379,8 +45381,8 @@ declare const VForm: {
45379
45381
  id: number | string;
45380
45382
  errorMessages: string[];
45381
45383
  }[]>;
45382
- isDisabled: vue.ComputedRef<boolean>;
45383
- isReadonly: vue.ComputedRef<boolean>;
45384
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45385
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45384
45386
  isValidating: vue.ShallowRef<boolean, boolean>;
45385
45387
  isValid: vue.Ref<boolean | null, boolean | null> & {
45386
45388
  readonly externalValue: boolean | null;
@@ -45420,8 +45422,8 @@ declare const VForm: {
45420
45422
  id: number | string;
45421
45423
  errorMessages: string[];
45422
45424
  }[]>;
45423
- isDisabled: vue.ComputedRef<boolean>;
45424
- isReadonly: vue.ComputedRef<boolean>;
45425
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45426
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45425
45427
  isValidating: vue.ShallowRef<boolean, boolean>;
45426
45428
  isValid: vue.Ref<boolean | null, boolean | null> & {
45427
45429
  readonly externalValue: boolean | null;
@@ -45462,8 +45464,8 @@ declare const VForm: {
45462
45464
  id: number | string;
45463
45465
  errorMessages: string[];
45464
45466
  }[]>;
45465
- isDisabled: vue.ComputedRef<boolean>;
45466
- isReadonly: vue.ComputedRef<boolean>;
45467
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45468
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45467
45469
  isValidating: vue.ShallowRef<boolean, boolean>;
45468
45470
  isValid: vue.Ref<boolean | null, boolean | null> & {
45469
45471
  readonly externalValue: boolean | null;
@@ -45505,8 +45507,8 @@ declare const VForm: {
45505
45507
  id: number | string;
45506
45508
  errorMessages: string[];
45507
45509
  }[]>;
45508
- isDisabled: vue.ComputedRef<boolean>;
45509
- isReadonly: vue.ComputedRef<boolean>;
45510
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45511
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45510
45512
  isValidating: vue.ShallowRef<boolean, boolean>;
45511
45513
  isValid: vue.Ref<boolean | null, boolean | null> & {
45512
45514
  readonly externalValue: boolean | null;
@@ -45549,8 +45551,8 @@ declare const VForm: {
45549
45551
  id: number | string;
45550
45552
  errorMessages: string[];
45551
45553
  }[]>;
45552
- isDisabled: vue.ComputedRef<boolean>;
45553
- isReadonly: vue.ComputedRef<boolean>;
45554
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45555
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45554
45556
  isValidating: vue.ShallowRef<boolean, boolean>;
45555
45557
  isValid: vue.Ref<boolean | null, boolean | null> & {
45556
45558
  readonly externalValue: boolean | null;
@@ -45590,8 +45592,8 @@ declare const VForm: {
45590
45592
  id: number | string;
45591
45593
  errorMessages: string[];
45592
45594
  }[]>;
45593
- isDisabled: vue.ComputedRef<boolean>;
45594
- isReadonly: vue.ComputedRef<boolean>;
45595
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45596
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45595
45597
  isValidating: vue.ShallowRef<boolean, boolean>;
45596
45598
  isValid: vue.Ref<boolean | null, boolean | null> & {
45597
45599
  readonly externalValue: boolean | null;
@@ -45653,8 +45655,8 @@ declare const VForm: {
45653
45655
  id: number | string;
45654
45656
  errorMessages: string[];
45655
45657
  }[]>;
45656
- isDisabled: vue.ComputedRef<boolean>;
45657
- isReadonly: vue.ComputedRef<boolean>;
45658
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45659
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45658
45660
  isValidating: vue.ShallowRef<boolean, boolean>;
45659
45661
  isValid: vue.Ref<boolean | null, boolean | null> & {
45660
45662
  readonly externalValue: boolean | null;
@@ -45694,8 +45696,8 @@ declare const VForm: {
45694
45696
  id: number | string;
45695
45697
  errorMessages: string[];
45696
45698
  }[]>;
45697
- isDisabled: vue.ComputedRef<boolean>;
45698
- isReadonly: vue.ComputedRef<boolean>;
45699
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45700
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45699
45701
  isValidating: vue.ShallowRef<boolean, boolean>;
45700
45702
  isValid: vue.Ref<boolean | null, boolean | null> & {
45701
45703
  readonly externalValue: boolean | null;
@@ -45736,8 +45738,8 @@ declare const VForm: {
45736
45738
  id: number | string;
45737
45739
  errorMessages: string[];
45738
45740
  }[]>;
45739
- isDisabled: vue.ComputedRef<boolean>;
45740
- isReadonly: vue.ComputedRef<boolean>;
45741
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45742
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45741
45743
  isValidating: vue.ShallowRef<boolean, boolean>;
45742
45744
  isValid: vue.Ref<boolean | null, boolean | null> & {
45743
45745
  readonly externalValue: boolean | null;
@@ -45779,8 +45781,8 @@ declare const VForm: {
45779
45781
  id: number | string;
45780
45782
  errorMessages: string[];
45781
45783
  }[]>;
45782
- isDisabled: vue.ComputedRef<boolean>;
45783
- isReadonly: vue.ComputedRef<boolean>;
45784
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45785
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45784
45786
  isValidating: vue.ShallowRef<boolean, boolean>;
45785
45787
  isValid: vue.Ref<boolean | null, boolean | null> & {
45786
45788
  readonly externalValue: boolean | null;
@@ -45823,8 +45825,8 @@ declare const VForm: {
45823
45825
  id: number | string;
45824
45826
  errorMessages: string[];
45825
45827
  }[]>;
45826
- isDisabled: vue.ComputedRef<boolean>;
45827
- isReadonly: vue.ComputedRef<boolean>;
45828
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45829
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45828
45830
  isValidating: vue.ShallowRef<boolean, boolean>;
45829
45831
  isValid: vue.Ref<boolean | null, boolean | null> & {
45830
45832
  readonly externalValue: boolean | null;
@@ -45864,8 +45866,8 @@ declare const VForm: {
45864
45866
  id: number | string;
45865
45867
  errorMessages: string[];
45866
45868
  }[]>;
45867
- isDisabled: vue.ComputedRef<boolean>;
45868
- isReadonly: vue.ComputedRef<boolean>;
45869
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45870
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45869
45871
  isValidating: vue.ShallowRef<boolean, boolean>;
45870
45872
  isValid: vue.Ref<boolean | null, boolean | null> & {
45871
45873
  readonly externalValue: boolean | null;
@@ -45916,8 +45918,8 @@ declare const VForm: {
45916
45918
  id: number | string;
45917
45919
  errorMessages: string[];
45918
45920
  }[]>;
45919
- isDisabled: vue.ComputedRef<boolean>;
45920
- isReadonly: vue.ComputedRef<boolean>;
45921
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
45922
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
45921
45923
  isValidating: vue.ShallowRef<boolean, boolean>;
45922
45924
  isValid: vue.Ref<boolean | null, boolean | null> & {
45923
45925
  readonly externalValue: boolean | null;
@@ -56054,7 +56056,7 @@ declare const VOverlay: {
56054
56056
  animateClick: () => void;
56055
56057
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
56056
56058
  globalTop: Readonly<Ref<boolean, boolean>>;
56057
- localTop: vue.ComputedRef<boolean>;
56059
+ localTop: Readonly<Ref<boolean, boolean>>;
56058
56060
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
56059
56061
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
56060
56062
  'click:outside': (e: MouseEvent) => true;
@@ -56191,7 +56193,7 @@ declare const VOverlay: {
56191
56193
  animateClick: () => void;
56192
56194
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
56193
56195
  globalTop: Readonly<Ref<boolean, boolean>>;
56194
- localTop: vue.ComputedRef<boolean>;
56196
+ localTop: Readonly<Ref<boolean, boolean>>;
56195
56197
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
56196
56198
  }, {}, {}, {}, {
56197
56199
  absolute: boolean;
@@ -56310,7 +56312,7 @@ declare const VOverlay: {
56310
56312
  animateClick: () => void;
56311
56313
  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
56312
56314
  globalTop: Readonly<Ref<boolean, boolean>>;
56313
- localTop: vue.ComputedRef<boolean>;
56315
+ localTop: Readonly<Ref<boolean, boolean>>;
56314
56316
  updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
56315
56317
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
56316
56318
  'click:outside': (e: MouseEvent) => true;
@@ -72218,7 +72220,7 @@ declare const VTab: {
72218
72220
  }) => any) | undefined;
72219
72221
  }, "group" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "density" | "rounded" | "tile" | "slim" | "stacked" | "ripple")> & vue.ShallowUnwrapRef<{
72220
72222
  group: GroupItemProvide | null;
72221
- }> & {} & 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}`> & {
72223
+ }> & {} & 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}`> & {
72222
72224
  _allExposed: {
72223
72225
  group: GroupItemProvide | null;
72224
72226
  } | {};
@@ -72640,7 +72642,7 @@ declare const VTab: {
72640
72642
  }) => any) | undefined;
72641
72643
  }, "group" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "density" | "rounded" | "tile" | "slim" | "stacked" | "ripple")> & vue.ShallowUnwrapRef<{
72642
72644
  group: GroupItemProvide | null;
72643
- }> & {} & 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}`> & {
72645
+ }> & {} & 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}`> & {
72644
72646
  _allExposed: {
72645
72647
  group: GroupItemProvide | null;
72646
72648
  } | {};
@@ -73054,7 +73056,7 @@ declare const VTab: {
73054
73056
  }) => any) | undefined;
73055
73057
  }, "group" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "density" | "rounded" | "tile" | "slim" | "stacked" | "ripple")> & vue.ShallowUnwrapRef<{
73056
73058
  group: GroupItemProvide | null;
73057
- }> & {} & 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}`> & {
73059
+ }> & {} & 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}`> & {
73058
73060
  _allExposed: {
73059
73061
  group: GroupItemProvide | null;
73060
73062
  } | {};
@@ -78777,7 +78779,7 @@ declare const VTooltip: {
78777
78779
  animateClick: () => void;
78778
78780
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
78779
78781
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
78780
- localTop: vue.ComputedRef<boolean>;
78782
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
78781
78783
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
78782
78784
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
78783
78785
  'click:outside': (e: MouseEvent) => true;
@@ -78952,7 +78954,7 @@ declare const VTooltip: {
78952
78954
  animateClick: () => void;
78953
78955
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
78954
78956
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
78955
- localTop: vue.ComputedRef<boolean>;
78957
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
78956
78958
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
78957
78959
  }> & {} & 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}`> & {
78958
78960
  _allExposed: {
@@ -78962,7 +78964,7 @@ declare const VTooltip: {
78962
78964
  animateClick: () => void;
78963
78965
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
78964
78966
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
78965
- localTop: vue.ComputedRef<boolean>;
78967
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
78966
78968
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
78967
78969
  } | {};
78968
78970
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -79300,7 +79302,7 @@ declare const VTooltip: {
79300
79302
  animateClick: () => void;
79301
79303
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
79302
79304
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
79303
- localTop: vue.ComputedRef<boolean>;
79305
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
79304
79306
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
79305
79307
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
79306
79308
  'click:outside': (e: MouseEvent) => true;
@@ -79475,7 +79477,7 @@ declare const VTooltip: {
79475
79477
  animateClick: () => void;
79476
79478
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
79477
79479
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
79478
- localTop: vue.ComputedRef<boolean>;
79480
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
79479
79481
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
79480
79482
  }> & {} & 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}`> & {
79481
79483
  _allExposed: {
@@ -79485,7 +79487,7 @@ declare const VTooltip: {
79485
79487
  animateClick: () => void;
79486
79488
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
79487
79489
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
79488
- localTop: vue.ComputedRef<boolean>;
79490
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
79489
79491
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
79490
79492
  } | {};
79491
79493
  }, {}, {}, {}, {
@@ -79809,7 +79811,7 @@ declare const VTooltip: {
79809
79811
  animateClick: () => void;
79810
79812
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
79811
79813
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
79812
- localTop: vue.ComputedRef<boolean>;
79814
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
79813
79815
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
79814
79816
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
79815
79817
  'click:outside': (e: MouseEvent) => true;
@@ -79984,7 +79986,7 @@ declare const VTooltip: {
79984
79986
  animateClick: () => void;
79985
79987
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
79986
79988
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
79987
- localTop: vue.ComputedRef<boolean>;
79989
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
79988
79990
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
79989
79991
  }> & {} & 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}`> & {
79990
79992
  _allExposed: {
@@ -79994,7 +79996,7 @@ declare const VTooltip: {
79994
79996
  animateClick: () => void;
79995
79997
  contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
79996
79998
  globalTop: Readonly<vue.Ref<boolean, boolean>>;
79997
- localTop: vue.ComputedRef<boolean>;
79999
+ localTop: Readonly<vue.Ref<boolean, boolean>>;
79998
80000
  updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
79999
80001
  } | {};
80000
80002
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -82958,47 +82960,46 @@ declare module 'vue' {
82958
82960
  $children?: VNodeChild
82959
82961
  }
82960
82962
  export interface GlobalComponents {
82961
- VAutocomplete: VAutocomplete
82962
82963
  VAlert: VAlert
82963
82964
  VAlertTitle: VAlertTitle
82964
82965
  VAppBar: VAppBar
82965
82966
  VAppBarNavIcon: VAppBarNavIcon
82966
82967
  VAppBarTitle: VAppBarTitle
82968
+ VAvatar: VAvatar
82967
82969
  VBadge: VBadge
82970
+ VAutocomplete: VAutocomplete
82971
+ VApp: VApp
82968
82972
  VBottomNavigation: VBottomNavigation
82973
+ VBottomSheet: VBottomSheet
82969
82974
  VBanner: VBanner
82970
82975
  VBannerActions: VBannerActions
82971
82976
  VBannerText: VBannerText
82972
- VAvatar: VAvatar
82973
- VBottomSheet: VBottomSheet
82974
- VBtn: VBtn
82975
- VBtnGroup: VBtnGroup
82976
82977
  VBreadcrumbs: VBreadcrumbs
82977
82978
  VBreadcrumbsItem: VBreadcrumbsItem
82978
82979
  VBreadcrumbsDivider: VBreadcrumbsDivider
82980
+ VBtnGroup: VBtnGroup
82981
+ VBtn: VBtn
82979
82982
  VCard: VCard
82980
82983
  VCardActions: VCardActions
82981
82984
  VCardItem: VCardItem
82982
82985
  VCardSubtitle: VCardSubtitle
82983
82986
  VCardText: VCardText
82984
82987
  VCardTitle: VCardTitle
82985
- VApp: VApp
82988
+ VColorPicker: VColorPicker
82986
82989
  VBtnToggle: VBtnToggle
82987
- VChip: VChip
82990
+ VChipGroup: VChipGroup
82988
82991
  VCarousel: VCarousel
82989
82992
  VCarouselItem: VCarouselItem
82993
+ VChip: VChip
82990
82994
  VCheckbox: VCheckbox
82991
82995
  VCheckboxBtn: VCheckboxBtn
82992
- VCode: VCode
82993
- VColorPicker: VColorPicker
82996
+ VCombobox: VCombobox
82994
82997
  VDatePicker: VDatePicker
82995
82998
  VDatePickerControls: VDatePickerControls
82996
82999
  VDatePickerHeader: VDatePickerHeader
82997
83000
  VDatePickerMonth: VDatePickerMonth
82998
83001
  VDatePickerMonths: VDatePickerMonths
82999
83002
  VDatePickerYears: VDatePickerYears
83000
- VCounter: VCounter
83001
- VCombobox: VCombobox
83002
83003
  VDataTable: VDataTable
83003
83004
  VDataTableHeaders: VDataTableHeaders
83004
83005
  VDataTableFooter: VDataTableFooter
@@ -83006,29 +83007,29 @@ declare module 'vue' {
83006
83007
  VDataTableRow: VDataTableRow
83007
83008
  VDataTableVirtual: VDataTableVirtual
83008
83009
  VDataTableServer: VDataTableServer
83010
+ VCode: VCode
83009
83011
  VDialog: VDialog
83012
+ VCounter: VCounter
83010
83013
  VEmptyState: VEmptyState
83011
- VDivider: VDivider
83012
83014
  VExpansionPanels: VExpansionPanels
83013
83015
  VExpansionPanel: VExpansionPanel
83014
83016
  VExpansionPanelText: VExpansionPanelText
83015
83017
  VExpansionPanelTitle: VExpansionPanelTitle
83016
- VFab: VFab
83017
- VFileInput: VFileInput
83018
- VInfiniteScroll: VInfiniteScroll
83018
+ VDivider: VDivider
83019
83019
  VField: VField
83020
83020
  VFieldLabel: VFieldLabel
83021
+ VFab: VFab
83021
83022
  VFooter: VFooter
83022
- VIcon: VIcon
83023
- VComponentIcon: VComponentIcon
83024
- VSvgIcon: VSvgIcon
83025
- VLigatureIcon: VLigatureIcon
83026
- VClassIcon: VClassIcon
83027
- VInput: VInput
83023
+ VFileInput: VFileInput
83024
+ VInfiniteScroll: VInfiniteScroll
83028
83025
  VImg: VImg
83029
- VKbd: VKbd
83026
+ VLabel: VLabel
83030
83027
  VItemGroup: VItemGroup
83031
83028
  VItem: VItem
83029
+ VKbd: VKbd
83030
+ VMenu: VMenu
83031
+ VMain: VMain
83032
+ VMessages: VMessages
83032
83033
  VList: VList
83033
83034
  VListGroup: VListGroup
83034
83035
  VListImg: VListImg
@@ -83038,25 +83039,26 @@ declare module 'vue' {
83038
83039
  VListItemSubtitle: VListItemSubtitle
83039
83040
  VListItemTitle: VListItemTitle
83040
83041
  VListSubheader: VListSubheader
83041
- VLabel: VLabel
83042
- VMenu: VMenu
83043
- VMessages: VMessages
83044
- VMain: VMain
83042
+ VNumberInput: VNumberInput
83045
83043
  VNavigationDrawer: VNavigationDrawer
83044
+ VOverlay: VOverlay
83046
83045
  VOtpInput: VOtpInput
83047
83046
  VPagination: VPagination
83048
- VOverlay: VOverlay
83049
- VProgressLinear: VProgressLinear
83050
- VNumberInput: VNumberInput
83051
83047
  VProgressCircular: VProgressCircular
83052
- VSelectionControl: VSelectionControl
83053
83048
  VRadioGroup: VRadioGroup
83054
- VSelect: VSelect
83049
+ VIcon: VIcon
83050
+ VComponentIcon: VComponentIcon
83051
+ VSvgIcon: VSvgIcon
83052
+ VLigatureIcon: VLigatureIcon
83053
+ VClassIcon: VClassIcon
83054
+ VProgressLinear: VProgressLinear
83055
83055
  VRating: VRating
83056
+ VSelectionControl: VSelectionControl
83057
+ VSelect: VSelect
83056
83058
  VSelectionControlGroup: VSelectionControlGroup
83059
+ VSkeletonLoader: VSkeletonLoader
83057
83060
  VSheet: VSheet
83058
83061
  VSnackbar: VSnackbar
83059
- VSkeletonLoader: VSkeletonLoader
83060
83062
  VSlideGroup: VSlideGroup
83061
83063
  VSlideGroupItem: VSlideGroupItem
83062
83064
  VSlider: VSlider
@@ -83068,12 +83070,14 @@ declare module 'vue' {
83068
83070
  VStepperWindowItem: VStepperWindowItem
83069
83071
  VSwitch: VSwitch
83070
83072
  VSystemBar: VSystemBar
83071
- VTextarea: VTextarea
83072
- VTextField: VTextField
83073
83073
  VTab: VTab
83074
83074
  VTabs: VTabs
83075
83075
  VTabsWindow: VTabsWindow
83076
83076
  VTabsWindowItem: VTabsWindowItem
83077
+ VTextarea: VTextarea
83078
+ VTable: VTable
83079
+ VTooltip: VTooltip
83080
+ VTextField: VTextField
83077
83081
  VTimeline: VTimeline
83078
83082
  VTimelineItem: VTimelineItem
83079
83083
  VToolbar: VToolbar
@@ -83081,8 +83085,7 @@ declare module 'vue' {
83081
83085
  VToolbarItems: VToolbarItems
83082
83086
  VWindow: VWindow
83083
83087
  VWindowItem: VWindowItem
83084
- VTooltip: VTooltip
83085
- VChipGroup: VChipGroup
83088
+ VInput: VInput
83086
83089
  VConfirmEdit: VConfirmEdit
83087
83090
  VDataIterator: VDataIterator
83088
83091
  VDefaultsProvider: VDefaultsProvider
@@ -83091,19 +83094,22 @@ declare module 'vue' {
83091
83094
  VCol: VCol
83092
83095
  VRow: VRow
83093
83096
  VSpacer: VSpacer
83094
- VHover: VHover
83095
- VLazy: VLazy
83096
83097
  VLayout: VLayout
83097
83098
  VLayoutItem: VLayoutItem
83099
+ VLazy: VLazy
83098
83100
  VLocaleProvider: VLocaleProvider
83099
83101
  VNoSsr: VNoSsr
83100
- VParallax: VParallax
83102
+ VHover: VHover
83101
83103
  VRadio: VRadio
83104
+ VParallax: VParallax
83102
83105
  VRangeSlider: VRangeSlider
83103
83106
  VResponsive: VResponsive
83104
83107
  VSparkline: VSparkline
83105
83108
  VSnackbarQueue: VSnackbarQueue
83106
83109
  VSpeedDial: VSpeedDial
83110
+ VVirtualScroll: VVirtualScroll
83111
+ VThemeProvider: VThemeProvider
83112
+ VValidation: VValidation
83107
83113
  VFabTransition: VFabTransition
83108
83114
  VDialogBottomTransition: VDialogBottomTransition
83109
83115
  VDialogTopTransition: VDialogTopTransition
@@ -83120,30 +83126,26 @@ declare module 'vue' {
83120
83126
  VExpandTransition: VExpandTransition
83121
83127
  VExpandXTransition: VExpandXTransition
83122
83128
  VDialogTransition: VDialogTransition
83123
- VValidation: VValidation
83124
- VThemeProvider: VThemeProvider
83125
- VVirtualScroll: VVirtualScroll
83126
- VTable: VTable
83127
- VIconBtn: VIconBtn
83128
- VPicker: VPicker
83129
- VPickerTitle: VPickerTitle
83129
+ VFileUpload: VFileUpload
83130
+ VFileUploadItem: VFileUploadItem
83130
83131
  VCalendar: VCalendar
83131
83132
  VCalendarDay: VCalendarDay
83132
83133
  VCalendarHeader: VCalendarHeader
83133
83134
  VCalendarInterval: VCalendarInterval
83134
83135
  VCalendarIntervalEvent: VCalendarIntervalEvent
83135
83136
  VCalendarMonthDay: VCalendarMonthDay
83136
- VFileUpload: VFileUpload
83137
- VFileUploadItem: VFileUploadItem
83137
+ VIconBtn: VIconBtn
83138
83138
  VTreeview: VTreeview
83139
83139
  VTreeviewItem: VTreeviewItem
83140
83140
  VTreeviewGroup: VTreeviewGroup
83141
- VTimePicker: VTimePicker
83142
- VTimePickerClock: VTimePickerClock
83143
- VTimePickerControls: VTimePickerControls
83141
+ VPicker: VPicker
83142
+ VPickerTitle: VPickerTitle
83144
83143
  VStepperVertical: VStepperVertical
83145
83144
  VStepperVerticalItem: VStepperVerticalItem
83146
83145
  VStepperVerticalActions: VStepperVerticalActions
83146
+ VTimePicker: VTimePicker
83147
+ VTimePickerClock: VTimePickerClock
83148
+ VTimePickerControls: VTimePickerControls
83147
83149
  VDateInput: VDateInput
83148
83150
  VPullToRefresh: VPullToRefresh
83149
83151
  }