@vuetify/nightly 3.2.0-next-20230114.0 → 4.0.0-next-20230205.0

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 (176) hide show
  1. package/CHANGELOG.md +203 -11
  2. package/dist/json/importMap-labs.json +8 -4
  3. package/dist/json/importMap.json +12 -12
  4. package/dist/vuetify-labs.css +173 -165
  5. package/dist/vuetify-labs.d.ts +399 -176
  6. package/dist/vuetify-labs.esm.js +362 -278
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +361 -277
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +53 -45
  11. package/dist/vuetify.d.ts +330 -179
  12. package/dist/vuetify.esm.js +329 -248
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +328 -247
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +700 -689
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/blueprints/index.d.ts +2 -2
  20. package/lib/blueprints/md1.d.ts +2 -2
  21. package/lib/blueprints/md2.d.ts +2 -2
  22. package/lib/blueprints/md3.d.ts +2 -2
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -2
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  25. package/lib/components/VAutocomplete/index.d.ts +43 -20
  26. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -4
  27. package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
  28. package/lib/components/VBtn/VBtn.css +7 -7
  29. package/lib/components/VBtn/VBtn.mjs +16 -5
  30. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  31. package/lib/components/VBtnGroup/VBtnGroup.mjs +15 -11
  32. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  33. package/lib/components/VBtnGroup/index.d.ts +2 -1
  34. package/lib/components/VBtnToggle/VBtnToggle.mjs +9 -5
  35. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  36. package/lib/components/VBtnToggle/index.d.ts +122 -1
  37. package/lib/components/VCalendar/VCalendar.mjs +3 -0
  38. package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
  39. package/lib/components/VCalendar/VCalendarCategory.sass +9 -3
  40. package/lib/components/VCalendar/VCalendarDaily.mjs +20 -8
  41. package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
  42. package/lib/components/VCalendar/VCalendarWeekly.mjs +25 -5
  43. package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
  44. package/lib/components/VCalendar/mixins/calendar-with-events.mjs +20 -16
  45. package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
  46. package/lib/components/VCalendar/mixins/mouse.mjs +16 -30
  47. package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
  48. package/lib/components/VCard/VCard.css +7 -7
  49. package/lib/components/VChip/VChip.css +7 -7
  50. package/lib/components/VCombobox/VCombobox.mjs +4 -4
  51. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  52. package/lib/components/VCombobox/index.d.ts +43 -20
  53. package/lib/components/VData/VData.mjs +2 -4
  54. package/lib/components/VData/VData.mjs.map +1 -1
  55. package/lib/components/VDatePicker/VDatePicker.mjs +7 -5
  56. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  57. package/lib/components/VDefaultsProvider/index.d.ts +5 -4
  58. package/lib/components/VDialog/VDialog.mjs +6 -5
  59. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  60. package/lib/components/VDialog/index.d.ts +57 -34
  61. package/lib/components/VDivider/VDivider.mjs +6 -6
  62. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  63. package/lib/components/VExpansionPanel/VExpansionPanel.css +7 -7
  64. package/lib/components/VField/VField.css +2 -2
  65. package/lib/components/VField/VField.mjs +28 -26
  66. package/lib/components/VField/VField.mjs.map +1 -1
  67. package/lib/components/VField/VField.sass +2 -2
  68. package/lib/components/VFileInput/VFileInput.css +1 -0
  69. package/lib/components/VFileInput/VFileInput.mjs +7 -4
  70. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  71. package/lib/components/VFileInput/VFileInput.sass +1 -0
  72. package/lib/components/VForm/index.d.ts +0 -3
  73. package/lib/components/VList/VList.mjs +4 -1
  74. package/lib/components/VList/VList.mjs.map +1 -1
  75. package/lib/components/VList/VListItem.css +8 -8
  76. package/lib/components/VList/VListItem.mjs +29 -19
  77. package/lib/components/VList/VListItem.mjs.map +1 -1
  78. package/lib/components/VList/VListItem.sass +1 -1
  79. package/lib/components/VMenu/VMenu.mjs +6 -5
  80. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  81. package/lib/components/VMenu/index.d.ts +57 -34
  82. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +4 -0
  83. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
  84. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  85. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +4 -0
  86. package/lib/components/VNavigationDrawer/index.d.ts +3 -3
  87. package/lib/components/VNavigationDrawer/touch.mjs +7 -6
  88. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
  89. package/lib/components/VOtpInput/VOtpInput.mjs +22 -46
  90. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  91. package/lib/components/VOverflowBtn/VOverflowBtn.mjs +3 -0
  92. package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
  93. package/lib/components/VOverlay/index.d.ts +34 -11
  94. package/lib/components/VOverlay/locationStrategies.mjs +40 -29
  95. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  96. package/lib/components/VOverlay/scrollStrategies.mjs +25 -16
  97. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  98. package/lib/components/VPagination/VPagination.mjs +1 -1
  99. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  100. package/lib/components/VProgressLinear/VProgressLinear.mjs +13 -1
  101. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  102. package/lib/components/VProgressLinear/index.d.ts +18 -0
  103. package/lib/components/VSelect/VSelect.mjs +3 -4
  104. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  105. package/lib/components/VSelect/index.d.ts +43 -20
  106. package/lib/components/VSelectionControl/VSelectionControl.css +2 -2
  107. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -1
  108. package/lib/components/VSnackbar/index.d.ts +42 -19
  109. package/lib/components/VStepper/VStepper.sass +6 -6
  110. package/lib/components/VStepper/VStepperStep.mjs +12 -2
  111. package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
  112. package/lib/components/VTable/VTable.css +4 -4
  113. package/lib/components/VTable/VTable.sass +2 -2
  114. package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
  115. package/lib/components/VTimeline/_mixins.sass +1 -1
  116. package/lib/components/VTooltip/VTooltip.mjs +4 -3
  117. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  118. package/lib/components/VTooltip/index.d.ts +57 -34
  119. package/lib/components/VTreeview/VTreeview.mjs +1 -1
  120. package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
  121. package/lib/components/index.d.ts +328 -176
  122. package/lib/composables/defaults.mjs +1 -1
  123. package/lib/composables/defaults.mjs.map +1 -1
  124. package/lib/composables/filter.mjs +3 -3
  125. package/lib/composables/filter.mjs.map +1 -1
  126. package/lib/composables/form.mjs +0 -1
  127. package/lib/composables/form.mjs.map +1 -1
  128. package/lib/composables/toggleScope.mjs +14 -7
  129. package/lib/composables/toggleScope.mjs.map +1 -1
  130. package/lib/directives/ripple/VRipple.css +3 -0
  131. package/lib/directives/ripple/VRipple.sass +3 -0
  132. package/lib/directives/ripple/_variables.scss +1 -1
  133. package/lib/directives/ripple/index.mjs +2 -7
  134. package/lib/directives/ripple/index.mjs.map +1 -1
  135. package/lib/entry-bundler.mjs +1 -1
  136. package/lib/framework.mjs +1 -1
  137. package/lib/index.d.ts +5 -5
  138. package/lib/labs/VDataTable/VDataTable.mjs +6 -6
  139. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  140. package/lib/labs/VDataTable/VDataTableFooter.mjs +1 -1
  141. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  142. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
  143. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  144. package/lib/labs/VDataTable/VDataTableServer.mjs +19 -12
  145. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  146. package/lib/labs/VDataTable/VDataTableVirtual.mjs +6 -5
  147. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  148. package/lib/labs/VDataTable/composables/options.mjs +3 -7
  149. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  150. package/lib/labs/VDataTable/composables/paginate.mjs +1 -1
  151. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  152. package/lib/labs/VDataTable/index.d.ts +71 -1
  153. package/lib/labs/VDataTable/index.mjs +1 -0
  154. package/lib/labs/VDataTable/index.mjs.map +1 -1
  155. package/lib/labs/components.d.ts +71 -1
  156. package/lib/locale/adapters/vue-i18n.mjs +12 -2
  157. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  158. package/lib/locale/ar.mjs +20 -20
  159. package/lib/locale/ar.mjs.map +1 -1
  160. package/lib/locale/en.mjs +2 -2
  161. package/lib/locale/en.mjs.map +1 -1
  162. package/lib/locale/es.mjs +3 -3
  163. package/lib/locale/es.mjs.map +1 -1
  164. package/lib/locale/fi.mjs +5 -5
  165. package/lib/locale/fi.mjs.map +1 -1
  166. package/lib/locale/it.mjs +6 -6
  167. package/lib/locale/it.mjs.map +1 -1
  168. package/lib/locale/sv.mjs +13 -13
  169. package/lib/locale/sv.mjs.map +1 -1
  170. package/lib/styles/settings/_variables.scss +6 -6
  171. package/lib/styles/tools/_states.sass +3 -3
  172. package/lib/util/defineComponent.mjs +21 -18
  173. package/lib/util/defineComponent.mjs.map +1 -1
  174. package/lib/util/helpers.mjs +5 -19
  175. package/lib/util/helpers.mjs.map +1 -1
  176. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { Ref, DeepReadonly, VNodeChild, PropType, JSXComponent, CSSProperties, ExtractPropTypes, ComputedRef, nextTick, ComponentInternalInstance, Prop, WritableComputedRef, InjectionKey, UnwrapRef, DirectiveBinding } from 'vue';
2
+ import { Ref, DeepReadonly, VNodeChild, PropType, JSXComponent, CSSProperties, ExtractPropTypes, ComputedRef, EffectScope, nextTick, ComponentInternalInstance, Prop, WritableComputedRef, InjectionKey, UnwrapRef, DirectiveBinding } from 'vue';
3
3
  // @ts-ignore
4
4
  import * as vue_router from 'vue-router';
5
5
  // @ts-ignore
@@ -155,6 +155,23 @@ declare type Tblock = typeof block[number];
155
155
  declare type Tinline = typeof inline[number];
156
156
  declare type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
157
157
 
158
+ declare class Box {
159
+ x: number;
160
+ y: number;
161
+ width: number;
162
+ height: number;
163
+ constructor({ x, y, width, height }: {
164
+ x: number;
165
+ y: number;
166
+ width: number;
167
+ height: number;
168
+ });
169
+ get top(): number;
170
+ get bottom(): number;
171
+ get left(): number;
172
+ get right(): number;
173
+ }
174
+
158
175
  declare type SlotsToProps<T extends Record<string, any>> = T extends Record<string, Slot> ? ({
159
176
  $children?: (VNodeChild | (keyof T extends 'default' ? T['default'] : {}) | {
160
177
  [K in keyof T]?: T[K];
@@ -175,10 +192,10 @@ declare type SelectItemKey = boolean | string | (string | number)[] | ((item: Re
175
192
  declare type EventProp<T = (...args: any[]) => any> = T | T[];
176
193
  declare const EventProp: PropType<EventProp<(...args: any[]) => any>>;
177
194
 
178
- interface DefaultsInstance {
195
+ declare type DefaultsInstance = undefined | {
179
196
  [key: string]: undefined | Record<string, unknown>;
180
197
  global?: Record<string, unknown>;
181
- }
198
+ };
182
199
  declare type DefaultsOptions = Partial<DefaultsInstance>;
183
200
 
184
201
  declare type IconValue = string | JSXComponent;
@@ -1740,7 +1757,7 @@ interface ScrollStrategyData {
1740
1757
  isActive: Ref<boolean>;
1741
1758
  updateLocation: Ref<((e: Event) => void) | undefined>;
1742
1759
  }
1743
- declare type ScrollStrategyFn = (data: ScrollStrategyData, props: StrategyProps$1) => void;
1760
+ declare type ScrollStrategyFn = (data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope) => void;
1744
1761
  declare const scrollStrategies: {
1745
1762
  none: null;
1746
1763
  close: typeof closeScrollStrategy;
@@ -1753,7 +1770,7 @@ interface StrategyProps$1 {
1753
1770
  }
1754
1771
  declare function closeScrollStrategy(data: ScrollStrategyData): void;
1755
1772
  declare function blockScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1): void;
1756
- declare function repositionScrollStrategy(data: ScrollStrategyData): void;
1773
+ declare function repositionScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope): void;
1757
1774
 
1758
1775
  interface LocationStrategyData {
1759
1776
  contentEl: Ref<HTMLElement | undefined>;
@@ -1780,7 +1797,13 @@ interface StrategyProps {
1780
1797
  }
1781
1798
  declare function staticLocationStrategy(): void;
1782
1799
  declare function connectedLocationStrategy(data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>): {
1783
- updateLocation: () => void;
1800
+ updateLocation: () => {
1801
+ available: {
1802
+ x: number;
1803
+ y: number;
1804
+ };
1805
+ contentBox: Box;
1806
+ } | undefined;
1784
1807
  };
1785
1808
 
1786
1809
  interface InternalItem<T = any> {
@@ -2012,7 +2035,7 @@ declare const VAutocomplete: {
2012
2035
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2013
2036
  updateLocation: (e: Event) => void;
2014
2037
  } | undefined);
2015
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
2038
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
2016
2039
  closeOnBack: boolean;
2017
2040
  contained: boolean;
2018
2041
  noClickAnimation: boolean;
@@ -2110,12 +2133,12 @@ declare const VAutocomplete: {
2110
2133
  } | undefined);
2111
2134
  };
2112
2135
  scrollStrategy: Omit<{
2113
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
2136
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2114
2137
  default: string;
2115
2138
  validator: (val: any) => boolean;
2116
2139
  }, "type" | "default"> & {
2117
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
2118
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
2140
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2141
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
2119
2142
  };
2120
2143
  closeOnBack: {
2121
2144
  type: BooleanConstructor;
@@ -2359,7 +2382,7 @@ declare const VAutocomplete: {
2359
2382
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2360
2383
  updateLocation: (e: Event) => void;
2361
2384
  } | undefined);
2362
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
2385
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
2363
2386
  closeOnBack: boolean;
2364
2387
  contained: boolean;
2365
2388
  noClickAnimation: boolean;
@@ -2457,12 +2480,12 @@ declare const VAutocomplete: {
2457
2480
  } | undefined);
2458
2481
  };
2459
2482
  scrollStrategy: Omit<{
2460
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
2483
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2461
2484
  default: string;
2462
2485
  validator: (val: any) => boolean;
2463
2486
  }, "type" | "default"> & {
2464
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
2465
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
2487
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2488
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
2466
2489
  };
2467
2490
  closeOnBack: {
2468
2491
  type: BooleanConstructor;
@@ -2770,7 +2793,7 @@ declare const VAutocomplete: {
2770
2793
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2771
2794
  updateLocation: (e: Event) => void;
2772
2795
  } | undefined);
2773
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
2796
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
2774
2797
  closeOnBack: boolean;
2775
2798
  contained: boolean;
2776
2799
  noClickAnimation: boolean;
@@ -2868,12 +2891,12 @@ declare const VAutocomplete: {
2868
2891
  } | undefined);
2869
2892
  };
2870
2893
  scrollStrategy: Omit<{
2871
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
2894
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2872
2895
  default: string;
2873
2896
  validator: (val: any) => boolean;
2874
2897
  }, "type" | "default"> & {
2875
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
2876
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
2898
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2899
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
2877
2900
  };
2878
2901
  closeOnBack: {
2879
2902
  type: BooleanConstructor;
@@ -3118,7 +3141,7 @@ declare const VAutocomplete: {
3118
3141
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
3119
3142
  updateLocation: (e: Event) => void;
3120
3143
  } | undefined);
3121
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
3144
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
3122
3145
  closeOnBack: boolean;
3123
3146
  contained: boolean;
3124
3147
  noClickAnimation: boolean;
@@ -3216,12 +3239,12 @@ declare const VAutocomplete: {
3216
3239
  } | undefined);
3217
3240
  };
3218
3241
  scrollStrategy: Omit<{
3219
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
3242
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
3220
3243
  default: string;
3221
3244
  validator: (val: any) => boolean;
3222
3245
  }, "type" | "default"> & {
3223
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
3224
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
3246
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
3247
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
3225
3248
  };
3226
3249
  closeOnBack: {
3227
3250
  type: BooleanConstructor;
@@ -4412,7 +4435,7 @@ declare const VBtnGroup: vue.DefineComponent<{
4412
4435
  };
4413
4436
  border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4414
4437
  divided: BooleanConstructor;
4415
- }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
4438
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ExtractPropTypes<{
4416
4439
  color: StringConstructor;
4417
4440
  variant: {
4418
4441
  type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
@@ -4458,7 +4481,12 @@ declare const VBtnToggle: {
4458
4481
  $props: Partial<{
4459
4482
  disabled: boolean;
4460
4483
  multiple: boolean;
4484
+ tag: string;
4485
+ rounded: string | number | boolean;
4486
+ density: Density;
4487
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
4461
4488
  modelValue: any;
4489
+ divided: boolean;
4462
4490
  }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
4463
4491
  modelValue: {
4464
4492
  type: null;
@@ -4469,9 +4497,35 @@ declare const VBtnToggle: {
4469
4497
  max: NumberConstructor;
4470
4498
  selectedClass: StringConstructor;
4471
4499
  disabled: BooleanConstructor;
4500
+ color: StringConstructor;
4501
+ variant: {
4502
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
4503
+ default: string;
4504
+ validator: (v: any) => boolean;
4505
+ };
4506
+ theme: StringConstructor;
4507
+ tag: {
4508
+ type: StringConstructor;
4509
+ default: string;
4510
+ };
4511
+ rounded: {
4512
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4513
+ default: undefined;
4514
+ };
4515
+ elevation: {
4516
+ type: (StringConstructor | NumberConstructor)[];
4517
+ validator(v: any): boolean;
4518
+ };
4519
+ density: {
4520
+ type: vue.PropType<Density>;
4521
+ default: string;
4522
+ validator: (v: any) => boolean;
4523
+ };
4524
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4525
+ divided: BooleanConstructor;
4472
4526
  }, "$children" | "v-slots" | "v-slot:default">>> & {
4473
4527
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
4474
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "disabled" | "multiple" | "modelValue">;
4528
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "disabled" | "multiple" | "tag" | "rounded" | "density" | "variant" | "modelValue" | "divided">;
4475
4529
  $attrs: {
4476
4530
  [x: string]: unknown;
4477
4531
  };
@@ -4495,6 +4549,32 @@ declare const VBtnToggle: {
4495
4549
  max: NumberConstructor;
4496
4550
  selectedClass: StringConstructor;
4497
4551
  disabled: BooleanConstructor;
4552
+ color: StringConstructor;
4553
+ variant: {
4554
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
4555
+ default: string;
4556
+ validator: (v: any) => boolean;
4557
+ };
4558
+ theme: StringConstructor;
4559
+ tag: {
4560
+ type: StringConstructor;
4561
+ default: string;
4562
+ };
4563
+ rounded: {
4564
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4565
+ default: undefined;
4566
+ };
4567
+ elevation: {
4568
+ type: (StringConstructor | NumberConstructor)[];
4569
+ validator(v: any): boolean;
4570
+ };
4571
+ density: {
4572
+ type: vue.PropType<Density>;
4573
+ default: string;
4574
+ validator: (v: any) => boolean;
4575
+ };
4576
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4577
+ divided: BooleanConstructor;
4498
4578
  }, "$children" | "v-slots" | "v-slot:default">>> & {
4499
4579
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
4500
4580
  }, {
@@ -4506,7 +4586,12 @@ declare const VBtnToggle: {
4506
4586
  }, "$children" | "v-slots" | "v-slot:default">, string, {
4507
4587
  disabled: boolean;
4508
4588
  multiple: boolean;
4589
+ tag: string;
4590
+ rounded: string | number | boolean;
4591
+ density: Density;
4592
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
4509
4593
  modelValue: any;
4594
+ divided: boolean;
4510
4595
  }> & {
4511
4596
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
4512
4597
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -4537,6 +4622,32 @@ declare const VBtnToggle: {
4537
4622
  max: NumberConstructor;
4538
4623
  selectedClass: StringConstructor;
4539
4624
  disabled: BooleanConstructor;
4625
+ color: StringConstructor;
4626
+ variant: {
4627
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
4628
+ default: string;
4629
+ validator: (v: any) => boolean;
4630
+ };
4631
+ theme: StringConstructor;
4632
+ tag: {
4633
+ type: StringConstructor;
4634
+ default: string;
4635
+ };
4636
+ rounded: {
4637
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4638
+ default: undefined;
4639
+ };
4640
+ elevation: {
4641
+ type: (StringConstructor | NumberConstructor)[];
4642
+ validator(v: any): boolean;
4643
+ };
4644
+ density: {
4645
+ type: vue.PropType<Density>;
4646
+ default: string;
4647
+ validator: (v: any) => boolean;
4648
+ };
4649
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4650
+ divided: BooleanConstructor;
4540
4651
  }, "$children" | "v-slots" | "v-slot:default">>> & {
4541
4652
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
4542
4653
  } & vue.ShallowUnwrapRef<{
@@ -4557,6 +4668,32 @@ declare const VBtnToggle: {
4557
4668
  max: NumberConstructor;
4558
4669
  selectedClass: StringConstructor;
4559
4670
  disabled: BooleanConstructor;
4671
+ color: StringConstructor;
4672
+ variant: {
4673
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
4674
+ default: string;
4675
+ validator: (v: any) => boolean;
4676
+ };
4677
+ theme: StringConstructor;
4678
+ tag: {
4679
+ type: StringConstructor;
4680
+ default: string;
4681
+ };
4682
+ rounded: {
4683
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4684
+ default: undefined;
4685
+ };
4686
+ elevation: {
4687
+ type: (StringConstructor | NumberConstructor)[];
4688
+ validator(v: any): boolean;
4689
+ };
4690
+ density: {
4691
+ type: vue.PropType<Density>;
4692
+ default: string;
4693
+ validator: (v: any) => boolean;
4694
+ };
4695
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4696
+ divided: BooleanConstructor;
4560
4697
  }, "$children" | "v-slots" | "v-slot:default">>> & {
4561
4698
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
4562
4699
  }, {
@@ -4568,7 +4705,12 @@ declare const VBtnToggle: {
4568
4705
  }, "$children" | "v-slots" | "v-slot:default">, string, {
4569
4706
  disabled: boolean;
4570
4707
  multiple: boolean;
4708
+ tag: string;
4709
+ rounded: string | number | boolean;
4710
+ density: Density;
4711
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
4571
4712
  modelValue: any;
4713
+ divided: boolean;
4572
4714
  }> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>() => {
4573
4715
  $props: SlotsToProps<{
4574
4716
  default: [DefaultBtnToggleSlot];
@@ -5782,7 +5924,7 @@ declare const VCombobox: {
5782
5924
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5783
5925
  updateLocation: (e: Event) => void;
5784
5926
  } | undefined);
5785
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
5927
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
5786
5928
  closeOnBack: boolean;
5787
5929
  contained: boolean;
5788
5930
  noClickAnimation: boolean;
@@ -5880,12 +6022,12 @@ declare const VCombobox: {
5880
6022
  } | undefined);
5881
6023
  };
5882
6024
  scrollStrategy: Omit<{
5883
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
6025
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
5884
6026
  default: string;
5885
6027
  validator: (val: any) => boolean;
5886
6028
  }, "type" | "default"> & {
5887
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
5888
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
6029
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6030
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
5889
6031
  };
5890
6032
  closeOnBack: {
5891
6033
  type: BooleanConstructor;
@@ -6135,7 +6277,7 @@ declare const VCombobox: {
6135
6277
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
6136
6278
  updateLocation: (e: Event) => void;
6137
6279
  } | undefined);
6138
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
6280
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
6139
6281
  closeOnBack: boolean;
6140
6282
  contained: boolean;
6141
6283
  noClickAnimation: boolean;
@@ -6233,12 +6375,12 @@ declare const VCombobox: {
6233
6375
  } | undefined);
6234
6376
  };
6235
6377
  scrollStrategy: Omit<{
6236
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
6378
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6237
6379
  default: string;
6238
6380
  validator: (val: any) => boolean;
6239
6381
  }, "type" | "default"> & {
6240
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
6241
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
6382
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6383
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
6242
6384
  };
6243
6385
  closeOnBack: {
6244
6386
  type: BooleanConstructor;
@@ -6551,7 +6693,7 @@ declare const VCombobox: {
6551
6693
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
6552
6694
  updateLocation: (e: Event) => void;
6553
6695
  } | undefined);
6554
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
6696
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
6555
6697
  closeOnBack: boolean;
6556
6698
  contained: boolean;
6557
6699
  noClickAnimation: boolean;
@@ -6649,12 +6791,12 @@ declare const VCombobox: {
6649
6791
  } | undefined);
6650
6792
  };
6651
6793
  scrollStrategy: Omit<{
6652
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
6794
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6653
6795
  default: string;
6654
6796
  validator: (val: any) => boolean;
6655
6797
  }, "type" | "default"> & {
6656
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
6657
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
6798
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6799
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
6658
6800
  };
6659
6801
  closeOnBack: {
6660
6802
  type: BooleanConstructor;
@@ -6904,7 +7046,7 @@ declare const VCombobox: {
6904
7046
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
6905
7047
  updateLocation: (e: Event) => void;
6906
7048
  } | undefined);
6907
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
7049
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
6908
7050
  closeOnBack: boolean;
6909
7051
  contained: boolean;
6910
7052
  noClickAnimation: boolean;
@@ -7002,12 +7144,12 @@ declare const VCombobox: {
7002
7144
  } | undefined);
7003
7145
  };
7004
7146
  scrollStrategy: Omit<{
7005
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
7147
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7006
7148
  default: string;
7007
7149
  validator: (val: any) => boolean;
7008
7150
  }, "type" | "default"> & {
7009
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
7010
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
7151
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7152
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
7011
7153
  };
7012
7154
  closeOnBack: {
7013
7155
  type: BooleanConstructor;
@@ -7453,14 +7595,14 @@ declare const VCounter: vue.DefineComponent<{
7453
7595
  declare type VCounter = InstanceType<typeof VCounter>;
7454
7596
 
7455
7597
  declare const VDefaultsProvider: vue.DefineComponent<{
7456
- defaults: PropType<Partial<DefaultsInstance>>;
7598
+ defaults: PropType<DefaultsOptions>;
7457
7599
  reset: (StringConstructor | NumberConstructor)[];
7458
7600
  root: BooleanConstructor;
7459
7601
  scoped: BooleanConstructor;
7460
7602
  }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
7461
7603
  [key: string]: any;
7462
7604
  }>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
7463
- defaults: PropType<Partial<DefaultsInstance>>;
7605
+ defaults: PropType<DefaultsOptions>;
7464
7606
  reset: (StringConstructor | NumberConstructor)[];
7465
7607
  root: BooleanConstructor;
7466
7608
  scoped: BooleanConstructor;
@@ -7502,7 +7644,7 @@ declare const VOverlay: {
7502
7644
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
7503
7645
  updateLocation: (e: Event) => void;
7504
7646
  } | undefined);
7505
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
7647
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
7506
7648
  closeOnBack: boolean;
7507
7649
  contained: boolean;
7508
7650
  noClickAnimation: boolean;
@@ -7519,7 +7661,7 @@ declare const VOverlay: {
7519
7661
  };
7520
7662
  theme: StringConstructor;
7521
7663
  scrollStrategy: {
7522
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
7664
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7523
7665
  default: string;
7524
7666
  validator: (val: any) => boolean;
7525
7667
  };
@@ -7613,7 +7755,7 @@ declare const VOverlay: {
7613
7755
  };
7614
7756
  theme: StringConstructor;
7615
7757
  scrollStrategy: {
7616
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
7758
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7617
7759
  default: string;
7618
7760
  validator: (val: any) => boolean;
7619
7761
  };
@@ -7713,7 +7855,7 @@ declare const VOverlay: {
7713
7855
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
7714
7856
  updateLocation: (e: Event) => void;
7715
7857
  } | undefined);
7716
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
7858
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
7717
7859
  closeOnBack: boolean;
7718
7860
  contained: boolean;
7719
7861
  noClickAnimation: boolean;
@@ -7750,7 +7892,7 @@ declare const VOverlay: {
7750
7892
  };
7751
7893
  theme: StringConstructor;
7752
7894
  scrollStrategy: {
7753
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
7895
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7754
7896
  default: string;
7755
7897
  validator: (val: any) => boolean;
7756
7898
  };
@@ -7841,7 +7983,7 @@ declare const VOverlay: {
7841
7983
  };
7842
7984
  theme: StringConstructor;
7843
7985
  scrollStrategy: {
7844
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
7986
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7845
7987
  default: string;
7846
7988
  validator: (val: any) => boolean;
7847
7989
  };
@@ -7941,7 +8083,7 @@ declare const VOverlay: {
7941
8083
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
7942
8084
  updateLocation: (e: Event) => void;
7943
8085
  } | undefined);
7944
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
8086
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
7945
8087
  closeOnBack: boolean;
7946
8088
  contained: boolean;
7947
8089
  noClickAnimation: boolean;
@@ -7982,7 +8124,7 @@ declare const VDialog: {
7982
8124
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
7983
8125
  updateLocation: (e: Event) => void;
7984
8126
  } | undefined);
7985
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
8127
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
7986
8128
  closeOnBack: boolean;
7987
8129
  contained: boolean;
7988
8130
  noClickAnimation: boolean;
@@ -8020,12 +8162,12 @@ declare const VDialog: {
8020
8162
  };
8021
8163
  theme: StringConstructor;
8022
8164
  scrollStrategy: Omit<{
8023
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
8165
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8024
8166
  default: string;
8025
8167
  validator: (val: any) => boolean;
8026
8168
  }, "type" | "default"> & {
8027
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
8028
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
8169
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8170
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
8029
8171
  };
8030
8172
  locationStrategy: {
8031
8173
  type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
@@ -8145,12 +8287,12 @@ declare const VDialog: {
8145
8287
  };
8146
8288
  theme: StringConstructor;
8147
8289
  scrollStrategy: Omit<{
8148
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
8290
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8149
8291
  default: string;
8150
8292
  validator: (val: any) => boolean;
8151
8293
  }, "type" | "default"> & {
8152
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
8153
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
8294
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8295
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
8154
8296
  };
8155
8297
  locationStrategy: {
8156
8298
  type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
@@ -8249,7 +8391,7 @@ declare const VDialog: {
8249
8391
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8250
8392
  updateLocation: (e: Event) => void;
8251
8393
  } | undefined);
8252
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
8394
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
8253
8395
  closeOnBack: boolean;
8254
8396
  contained: boolean;
8255
8397
  noClickAnimation: boolean;
@@ -8266,7 +8408,7 @@ declare const VDialog: {
8266
8408
  };
8267
8409
  theme: StringConstructor;
8268
8410
  scrollStrategy: {
8269
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
8411
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8270
8412
  default: string;
8271
8413
  validator: (val: any) => boolean;
8272
8414
  };
@@ -8360,7 +8502,7 @@ declare const VDialog: {
8360
8502
  };
8361
8503
  theme: StringConstructor;
8362
8504
  scrollStrategy: {
8363
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
8505
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8364
8506
  default: string;
8365
8507
  validator: (val: any) => boolean;
8366
8508
  };
@@ -8460,7 +8602,7 @@ declare const VDialog: {
8460
8602
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8461
8603
  updateLocation: (e: Event) => void;
8462
8604
  } | undefined);
8463
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
8605
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
8464
8606
  closeOnBack: boolean;
8465
8607
  contained: boolean;
8466
8608
  noClickAnimation: boolean;
@@ -8497,7 +8639,7 @@ declare const VDialog: {
8497
8639
  };
8498
8640
  theme: StringConstructor;
8499
8641
  scrollStrategy: {
8500
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
8642
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8501
8643
  default: string;
8502
8644
  validator: (val: any) => boolean;
8503
8645
  };
@@ -8630,7 +8772,7 @@ declare const VDialog: {
8630
8772
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8631
8773
  updateLocation: (e: Event) => void;
8632
8774
  } | undefined);
8633
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
8775
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
8634
8776
  closeOnBack: boolean;
8635
8777
  contained: boolean;
8636
8778
  noClickAnimation: boolean;
@@ -8688,12 +8830,12 @@ declare const VDialog: {
8688
8830
  };
8689
8831
  theme: StringConstructor;
8690
8832
  scrollStrategy: Omit<{
8691
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
8833
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8692
8834
  default: string;
8693
8835
  validator: (val: any) => boolean;
8694
8836
  }, "type" | "default"> & {
8695
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
8696
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
8837
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8838
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
8697
8839
  };
8698
8840
  locationStrategy: {
8699
8841
  type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
@@ -8792,7 +8934,7 @@ declare const VDialog: {
8792
8934
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8793
8935
  updateLocation: (e: Event) => void;
8794
8936
  } | undefined);
8795
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
8937
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
8796
8938
  closeOnBack: boolean;
8797
8939
  contained: boolean;
8798
8940
  noClickAnimation: boolean;
@@ -8809,7 +8951,7 @@ declare const VDialog: {
8809
8951
  };
8810
8952
  theme: StringConstructor;
8811
8953
  scrollStrategy: {
8812
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
8954
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8813
8955
  default: string;
8814
8956
  validator: (val: any) => boolean;
8815
8957
  };
@@ -8903,7 +9045,7 @@ declare const VDialog: {
8903
9045
  };
8904
9046
  theme: StringConstructor;
8905
9047
  scrollStrategy: {
8906
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
9048
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8907
9049
  default: string;
8908
9050
  validator: (val: any) => boolean;
8909
9051
  };
@@ -9003,7 +9145,7 @@ declare const VDialog: {
9003
9145
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
9004
9146
  updateLocation: (e: Event) => void;
9005
9147
  } | undefined);
9006
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
9148
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
9007
9149
  closeOnBack: boolean;
9008
9150
  contained: boolean;
9009
9151
  noClickAnimation: boolean;
@@ -9040,7 +9182,7 @@ declare const VDialog: {
9040
9182
  };
9041
9183
  theme: StringConstructor;
9042
9184
  scrollStrategy: {
9043
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
9185
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
9044
9186
  default: string;
9045
9187
  validator: (val: any) => boolean;
9046
9188
  };
@@ -9179,12 +9321,12 @@ declare const VDialog: {
9179
9321
  };
9180
9322
  theme: StringConstructor;
9181
9323
  scrollStrategy: Omit<{
9182
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
9324
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
9183
9325
  default: string;
9184
9326
  validator: (val: any) => boolean;
9185
9327
  }, "type" | "default"> & {
9186
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
9187
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
9328
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
9329
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
9188
9330
  };
9189
9331
  locationStrategy: {
9190
9332
  type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
@@ -9283,7 +9425,7 @@ declare const VDialog: {
9283
9425
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
9284
9426
  updateLocation: (e: Event) => void;
9285
9427
  } | undefined);
9286
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
9428
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
9287
9429
  closeOnBack: boolean;
9288
9430
  contained: boolean;
9289
9431
  noClickAnimation: boolean;
@@ -9300,7 +9442,7 @@ declare const VDialog: {
9300
9442
  };
9301
9443
  theme: StringConstructor;
9302
9444
  scrollStrategy: {
9303
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
9445
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
9304
9446
  default: string;
9305
9447
  validator: (val: any) => boolean;
9306
9448
  };
@@ -9394,7 +9536,7 @@ declare const VDialog: {
9394
9536
  };
9395
9537
  theme: StringConstructor;
9396
9538
  scrollStrategy: {
9397
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
9539
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
9398
9540
  default: string;
9399
9541
  validator: (val: any) => boolean;
9400
9542
  };
@@ -9494,7 +9636,7 @@ declare const VDialog: {
9494
9636
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
9495
9637
  updateLocation: (e: Event) => void;
9496
9638
  } | undefined);
9497
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
9639
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
9498
9640
  closeOnBack: boolean;
9499
9641
  contained: boolean;
9500
9642
  noClickAnimation: boolean;
@@ -9531,7 +9673,7 @@ declare const VDialog: {
9531
9673
  };
9532
9674
  theme: StringConstructor;
9533
9675
  scrollStrategy: {
9534
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
9676
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
9535
9677
  default: string;
9536
9678
  validator: (val: any) => boolean;
9537
9679
  };
@@ -9664,7 +9806,7 @@ declare const VDialog: {
9664
9806
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
9665
9807
  updateLocation: (e: Event) => void;
9666
9808
  } | undefined);
9667
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
9809
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
9668
9810
  closeOnBack: boolean;
9669
9811
  contained: boolean;
9670
9812
  noClickAnimation: boolean;
@@ -10431,7 +10573,6 @@ declare type VFooter = InstanceType<typeof VFooter>;
10431
10573
  declare const VForm: vue.DefineComponent<{
10432
10574
  disabled: BooleanConstructor;
10433
10575
  fastFail: BooleanConstructor;
10434
- lazyValidation: BooleanConstructor;
10435
10576
  readonly: BooleanConstructor;
10436
10577
  modelValue: {
10437
10578
  type: vue.PropType<boolean | null>;
@@ -10472,7 +10613,6 @@ declare const VForm: vue.DefineComponent<{
10472
10613
  }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
10473
10614
  disabled: BooleanConstructor;
10474
10615
  fastFail: BooleanConstructor;
10475
- lazyValidation: BooleanConstructor;
10476
10616
  readonly: BooleanConstructor;
10477
10617
  modelValue: {
10478
10618
  type: vue.PropType<boolean | null>;
@@ -10491,7 +10631,6 @@ declare const VForm: vue.DefineComponent<{
10491
10631
  modelValue: boolean | null;
10492
10632
  validateOn: "input" | "blur" | "submit" | undefined;
10493
10633
  fastFail: boolean;
10494
- lazyValidation: boolean;
10495
10634
  }>;
10496
10635
  declare type VForm = InstanceType<typeof VForm>;
10497
10636
 
@@ -12449,7 +12588,7 @@ declare const VMenu: {
12449
12588
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
12450
12589
  updateLocation: (e: Event) => void;
12451
12590
  } | undefined);
12452
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
12591
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
12453
12592
  closeOnBack: boolean;
12454
12593
  contained: boolean;
12455
12594
  noClickAnimation: boolean;
@@ -12547,12 +12686,12 @@ declare const VMenu: {
12547
12686
  } | undefined);
12548
12687
  };
12549
12688
  scrollStrategy: Omit<{
12550
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
12689
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
12551
12690
  default: string;
12552
12691
  validator: (val: any) => boolean;
12553
12692
  }, "type" | "default"> & {
12554
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
12555
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
12693
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
12694
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
12556
12695
  };
12557
12696
  closeOnBack: {
12558
12697
  type: BooleanConstructor;
@@ -12679,12 +12818,12 @@ declare const VMenu: {
12679
12818
  } | undefined);
12680
12819
  };
12681
12820
  scrollStrategy: Omit<{
12682
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
12821
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
12683
12822
  default: string;
12684
12823
  validator: (val: any) => boolean;
12685
12824
  }, "type" | "default"> & {
12686
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
12687
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
12825
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
12826
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
12688
12827
  };
12689
12828
  closeOnBack: {
12690
12829
  type: BooleanConstructor;
@@ -12729,7 +12868,7 @@ declare const VMenu: {
12729
12868
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
12730
12869
  updateLocation: (e: Event) => void;
12731
12870
  } | undefined);
12732
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
12871
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
12733
12872
  closeOnBack: boolean;
12734
12873
  contained: boolean;
12735
12874
  noClickAnimation: boolean;
@@ -12746,7 +12885,7 @@ declare const VMenu: {
12746
12885
  };
12747
12886
  theme: StringConstructor;
12748
12887
  scrollStrategy: {
12749
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
12888
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
12750
12889
  default: string;
12751
12890
  validator: (val: any) => boolean;
12752
12891
  };
@@ -12840,7 +12979,7 @@ declare const VMenu: {
12840
12979
  };
12841
12980
  theme: StringConstructor;
12842
12981
  scrollStrategy: {
12843
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
12982
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
12844
12983
  default: string;
12845
12984
  validator: (val: any) => boolean;
12846
12985
  };
@@ -12940,7 +13079,7 @@ declare const VMenu: {
12940
13079
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
12941
13080
  updateLocation: (e: Event) => void;
12942
13081
  } | undefined);
12943
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
13082
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
12944
13083
  closeOnBack: boolean;
12945
13084
  contained: boolean;
12946
13085
  noClickAnimation: boolean;
@@ -12977,7 +13116,7 @@ declare const VMenu: {
12977
13116
  };
12978
13117
  theme: StringConstructor;
12979
13118
  scrollStrategy: {
12980
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
13119
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
12981
13120
  default: string;
12982
13121
  validator: (val: any) => boolean;
12983
13122
  };
@@ -13111,7 +13250,7 @@ declare const VMenu: {
13111
13250
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
13112
13251
  updateLocation: (e: Event) => void;
13113
13252
  } | undefined);
13114
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
13253
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
13115
13254
  closeOnBack: boolean;
13116
13255
  contained: boolean;
13117
13256
  noClickAnimation: boolean;
@@ -13229,12 +13368,12 @@ declare const VMenu: {
13229
13368
  } | undefined);
13230
13369
  };
13231
13370
  scrollStrategy: Omit<{
13232
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
13371
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
13233
13372
  default: string;
13234
13373
  validator: (val: any) => boolean;
13235
13374
  }, "type" | "default"> & {
13236
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
13237
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
13375
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
13376
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
13238
13377
  };
13239
13378
  closeOnBack: {
13240
13379
  type: BooleanConstructor;
@@ -13279,7 +13418,7 @@ declare const VMenu: {
13279
13418
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
13280
13419
  updateLocation: (e: Event) => void;
13281
13420
  } | undefined);
13282
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
13421
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
13283
13422
  closeOnBack: boolean;
13284
13423
  contained: boolean;
13285
13424
  noClickAnimation: boolean;
@@ -13296,7 +13435,7 @@ declare const VMenu: {
13296
13435
  };
13297
13436
  theme: StringConstructor;
13298
13437
  scrollStrategy: {
13299
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
13438
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
13300
13439
  default: string;
13301
13440
  validator: (val: any) => boolean;
13302
13441
  };
@@ -13390,7 +13529,7 @@ declare const VMenu: {
13390
13529
  };
13391
13530
  theme: StringConstructor;
13392
13531
  scrollStrategy: {
13393
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
13532
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
13394
13533
  default: string;
13395
13534
  validator: (val: any) => boolean;
13396
13535
  };
@@ -13490,7 +13629,7 @@ declare const VMenu: {
13490
13629
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
13491
13630
  updateLocation: (e: Event) => void;
13492
13631
  } | undefined);
13493
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
13632
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
13494
13633
  closeOnBack: boolean;
13495
13634
  contained: boolean;
13496
13635
  noClickAnimation: boolean;
@@ -13527,7 +13666,7 @@ declare const VMenu: {
13527
13666
  };
13528
13667
  theme: StringConstructor;
13529
13668
  scrollStrategy: {
13530
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
13669
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
13531
13670
  default: string;
13532
13671
  validator: (val: any) => boolean;
13533
13672
  };
@@ -13729,12 +13868,12 @@ declare const VMenu: {
13729
13868
  } | undefined);
13730
13869
  };
13731
13870
  scrollStrategy: Omit<{
13732
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
13871
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
13733
13872
  default: string;
13734
13873
  validator: (val: any) => boolean;
13735
13874
  }, "type" | "default"> & {
13736
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
13737
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
13875
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
13876
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
13738
13877
  };
13739
13878
  closeOnBack: {
13740
13879
  type: BooleanConstructor;
@@ -13779,7 +13918,7 @@ declare const VMenu: {
13779
13918
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
13780
13919
  updateLocation: (e: Event) => void;
13781
13920
  } | undefined);
13782
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
13921
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
13783
13922
  closeOnBack: boolean;
13784
13923
  contained: boolean;
13785
13924
  noClickAnimation: boolean;
@@ -13796,7 +13935,7 @@ declare const VMenu: {
13796
13935
  };
13797
13936
  theme: StringConstructor;
13798
13937
  scrollStrategy: {
13799
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
13938
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
13800
13939
  default: string;
13801
13940
  validator: (val: any) => boolean;
13802
13941
  };
@@ -13890,7 +14029,7 @@ declare const VMenu: {
13890
14029
  };
13891
14030
  theme: StringConstructor;
13892
14031
  scrollStrategy: {
13893
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
14032
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
13894
14033
  default: string;
13895
14034
  validator: (val: any) => boolean;
13896
14035
  };
@@ -13990,7 +14129,7 @@ declare const VMenu: {
13990
14129
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
13991
14130
  updateLocation: (e: Event) => void;
13992
14131
  } | undefined);
13993
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
14132
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
13994
14133
  closeOnBack: boolean;
13995
14134
  contained: boolean;
13996
14135
  noClickAnimation: boolean;
@@ -14027,7 +14166,7 @@ declare const VMenu: {
14027
14166
  };
14028
14167
  theme: StringConstructor;
14029
14168
  scrollStrategy: {
14030
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
14169
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
14031
14170
  default: string;
14032
14171
  validator: (val: any) => boolean;
14033
14172
  };
@@ -14161,7 +14300,7 @@ declare const VMenu: {
14161
14300
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
14162
14301
  updateLocation: (e: Event) => void;
14163
14302
  } | undefined);
14164
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
14303
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
14165
14304
  closeOnBack: boolean;
14166
14305
  contained: boolean;
14167
14306
  noClickAnimation: boolean;
@@ -14459,7 +14598,7 @@ declare const VNavigationDrawer: vue.DefineComponent<{
14459
14598
  default: number;
14460
14599
  };
14461
14600
  location: {
14462
- type: PropType<"end" | "start" | "left" | "bottom" | "right">;
14601
+ type: PropType<"end" | "start" | "left" | "top" | "bottom" | "right">;
14463
14602
  default: string;
14464
14603
  validator: (value: any) => boolean;
14465
14604
  };
@@ -14525,7 +14664,7 @@ declare const VNavigationDrawer: vue.DefineComponent<{
14525
14664
  default: number;
14526
14665
  };
14527
14666
  location: {
14528
- type: PropType<"end" | "start" | "left" | "bottom" | "right">;
14667
+ type: PropType<"end" | "start" | "left" | "top" | "bottom" | "right">;
14529
14668
  default: string;
14530
14669
  validator: (value: any) => boolean;
14531
14670
  };
@@ -14535,7 +14674,7 @@ declare const VNavigationDrawer: vue.DefineComponent<{
14535
14674
  "onUpdate:rail"?: ((val: boolean) => any) | undefined;
14536
14675
  }, {
14537
14676
  absolute: boolean;
14538
- location: "end" | "start" | "left" | "bottom" | "right";
14677
+ location: "end" | "start" | "left" | "top" | "bottom" | "right";
14539
14678
  width: string | number;
14540
14679
  order: string | number;
14541
14680
  temporary: boolean;
@@ -14890,6 +15029,11 @@ declare const VProgressLinear: vue.DefineComponent<{
14890
15029
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
14891
15030
  default: undefined;
14892
15031
  };
15032
+ location: {
15033
+ type: vue.PropType<Anchor | (Anchor & {})>;
15034
+ default: Anchor | (Anchor & {});
15035
+ };
15036
+ absolute: BooleanConstructor;
14893
15037
  active: {
14894
15038
  type: BooleanConstructor;
14895
15039
  default: boolean;
@@ -14931,6 +15075,11 @@ declare const VProgressLinear: vue.DefineComponent<{
14931
15075
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
14932
15076
  default: undefined;
14933
15077
  };
15078
+ location: {
15079
+ type: vue.PropType<Anchor | (Anchor & {})>;
15080
+ default: Anchor | (Anchor & {});
15081
+ };
15082
+ absolute: BooleanConstructor;
14934
15083
  active: {
14935
15084
  type: BooleanConstructor;
14936
15085
  default: boolean;
@@ -14965,6 +15114,8 @@ declare const VProgressLinear: vue.DefineComponent<{
14965
15114
  }, {
14966
15115
  reverse: boolean;
14967
15116
  max: string | number;
15117
+ absolute: boolean;
15118
+ location: Anchor | (Anchor & {});
14968
15119
  height: string | number;
14969
15120
  active: boolean;
14970
15121
  tag: string;
@@ -16032,7 +16183,7 @@ declare const VSelect: {
16032
16183
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
16033
16184
  updateLocation: (e: Event) => void;
16034
16185
  } | undefined);
16035
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
16186
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
16036
16187
  closeOnBack: boolean;
16037
16188
  contained: boolean;
16038
16189
  noClickAnimation: boolean;
@@ -16130,12 +16281,12 @@ declare const VSelect: {
16130
16281
  } | undefined);
16131
16282
  };
16132
16283
  scrollStrategy: Omit<{
16133
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
16284
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
16134
16285
  default: string;
16135
16286
  validator: (val: any) => boolean;
16136
16287
  }, "type" | "default"> & {
16137
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
16138
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
16288
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
16289
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
16139
16290
  };
16140
16291
  closeOnBack: {
16141
16292
  type: BooleanConstructor;
@@ -16378,7 +16529,7 @@ declare const VSelect: {
16378
16529
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
16379
16530
  updateLocation: (e: Event) => void;
16380
16531
  } | undefined);
16381
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
16532
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
16382
16533
  closeOnBack: boolean;
16383
16534
  contained: boolean;
16384
16535
  noClickAnimation: boolean;
@@ -16476,12 +16627,12 @@ declare const VSelect: {
16476
16627
  } | undefined);
16477
16628
  };
16478
16629
  scrollStrategy: Omit<{
16479
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
16630
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
16480
16631
  default: string;
16481
16632
  validator: (val: any) => boolean;
16482
16633
  }, "type" | "default"> & {
16483
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
16484
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
16634
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
16635
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
16485
16636
  };
16486
16637
  closeOnBack: {
16487
16638
  type: BooleanConstructor;
@@ -16784,7 +16935,7 @@ declare const VSelect: {
16784
16935
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
16785
16936
  updateLocation: (e: Event) => void;
16786
16937
  } | undefined);
16787
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
16938
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
16788
16939
  closeOnBack: boolean;
16789
16940
  contained: boolean;
16790
16941
  noClickAnimation: boolean;
@@ -16882,12 +17033,12 @@ declare const VSelect: {
16882
17033
  } | undefined);
16883
17034
  };
16884
17035
  scrollStrategy: Omit<{
16885
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
17036
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
16886
17037
  default: string;
16887
17038
  validator: (val: any) => boolean;
16888
17039
  }, "type" | "default"> & {
16889
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
16890
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
17040
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
17041
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
16891
17042
  };
16892
17043
  closeOnBack: {
16893
17044
  type: BooleanConstructor;
@@ -17125,7 +17276,7 @@ declare const VSelect: {
17125
17276
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
17126
17277
  updateLocation: (e: Event) => void;
17127
17278
  } | undefined);
17128
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
17279
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
17129
17280
  closeOnBack: boolean;
17130
17281
  contained: boolean;
17131
17282
  noClickAnimation: boolean;
@@ -17223,12 +17374,12 @@ declare const VSelect: {
17223
17374
  } | undefined);
17224
17375
  };
17225
17376
  scrollStrategy: Omit<{
17226
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
17377
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
17227
17378
  default: string;
17228
17379
  validator: (val: any) => boolean;
17229
17380
  }, "type" | "default"> & {
17230
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
17231
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
17381
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
17382
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
17232
17383
  };
17233
17384
  closeOnBack: {
17234
17385
  type: BooleanConstructor;
@@ -18688,7 +18839,7 @@ declare const VSnackbar: {
18688
18839
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
18689
18840
  updateLocation: (e: Event) => void;
18690
18841
  } | undefined);
18691
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
18842
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
18692
18843
  closeOnBack: boolean;
18693
18844
  contained: boolean;
18694
18845
  noClickAnimation: boolean;
@@ -18705,7 +18856,7 @@ declare const VSnackbar: {
18705
18856
  };
18706
18857
  theme: StringConstructor;
18707
18858
  scrollStrategy: {
18708
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
18859
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
18709
18860
  default: string;
18710
18861
  validator: (val: any) => boolean;
18711
18862
  };
@@ -18799,7 +18950,7 @@ declare const VSnackbar: {
18799
18950
  };
18800
18951
  theme: StringConstructor;
18801
18952
  scrollStrategy: {
18802
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
18953
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
18803
18954
  default: string;
18804
18955
  validator: (val: any) => boolean;
18805
18956
  };
@@ -18899,7 +19050,7 @@ declare const VSnackbar: {
18899
19050
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
18900
19051
  updateLocation: (e: Event) => void;
18901
19052
  } | undefined);
18902
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
19053
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
18903
19054
  closeOnBack: boolean;
18904
19055
  contained: boolean;
18905
19056
  noClickAnimation: boolean;
@@ -18936,7 +19087,7 @@ declare const VSnackbar: {
18936
19087
  };
18937
19088
  theme: StringConstructor;
18938
19089
  scrollStrategy: {
18939
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
19090
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
18940
19091
  default: string;
18941
19092
  validator: (val: any) => boolean;
18942
19093
  };
@@ -19205,7 +19356,7 @@ declare const VSnackbar: {
19205
19356
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19206
19357
  updateLocation: (e: Event) => void;
19207
19358
  } | undefined);
19208
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
19359
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
19209
19360
  closeOnBack: boolean;
19210
19361
  contained: boolean;
19211
19362
  noClickAnimation: boolean;
@@ -19222,7 +19373,7 @@ declare const VSnackbar: {
19222
19373
  };
19223
19374
  theme: StringConstructor;
19224
19375
  scrollStrategy: {
19225
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
19376
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19226
19377
  default: string;
19227
19378
  validator: (val: any) => boolean;
19228
19379
  };
@@ -19316,7 +19467,7 @@ declare const VSnackbar: {
19316
19467
  };
19317
19468
  theme: StringConstructor;
19318
19469
  scrollStrategy: {
19319
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
19470
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19320
19471
  default: string;
19321
19472
  validator: (val: any) => boolean;
19322
19473
  };
@@ -19416,7 +19567,7 @@ declare const VSnackbar: {
19416
19567
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19417
19568
  updateLocation: (e: Event) => void;
19418
19569
  } | undefined);
19419
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
19570
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
19420
19571
  closeOnBack: boolean;
19421
19572
  contained: boolean;
19422
19573
  noClickAnimation: boolean;
@@ -19453,7 +19604,7 @@ declare const VSnackbar: {
19453
19604
  };
19454
19605
  theme: StringConstructor;
19455
19606
  scrollStrategy: {
19456
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
19607
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19457
19608
  default: string;
19458
19609
  validator: (val: any) => boolean;
19459
19610
  };
@@ -19678,7 +19829,7 @@ declare const VSnackbar: {
19678
19829
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19679
19830
  updateLocation: (e: Event) => void;
19680
19831
  } | undefined);
19681
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
19832
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
19682
19833
  closeOnBack: boolean;
19683
19834
  contained: boolean;
19684
19835
  noClickAnimation: boolean;
@@ -19695,7 +19846,7 @@ declare const VSnackbar: {
19695
19846
  };
19696
19847
  theme: StringConstructor;
19697
19848
  scrollStrategy: {
19698
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
19849
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19699
19850
  default: string;
19700
19851
  validator: (val: any) => boolean;
19701
19852
  };
@@ -19789,7 +19940,7 @@ declare const VSnackbar: {
19789
19940
  };
19790
19941
  theme: StringConstructor;
19791
19942
  scrollStrategy: {
19792
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
19943
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19793
19944
  default: string;
19794
19945
  validator: (val: any) => boolean;
19795
19946
  };
@@ -19889,7 +20040,7 @@ declare const VSnackbar: {
19889
20040
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19890
20041
  updateLocation: (e: Event) => void;
19891
20042
  } | undefined);
19892
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
20043
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
19893
20044
  closeOnBack: boolean;
19894
20045
  contained: boolean;
19895
20046
  noClickAnimation: boolean;
@@ -19926,7 +20077,7 @@ declare const VSnackbar: {
19926
20077
  };
19927
20078
  theme: StringConstructor;
19928
20079
  scrollStrategy: {
19929
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
20080
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19930
20081
  default: string;
19931
20082
  validator: (val: any) => boolean;
19932
20083
  };
@@ -22972,7 +23123,7 @@ declare const VTooltip: {
22972
23123
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
22973
23124
  updateLocation: (e: Event) => void;
22974
23125
  } | undefined);
22975
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
23126
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
22976
23127
  closeOnBack: boolean;
22977
23128
  contained: boolean;
22978
23129
  noClickAnimation: boolean;
@@ -23065,12 +23216,12 @@ declare const VTooltip: {
23065
23216
  } | undefined);
23066
23217
  };
23067
23218
  scrollStrategy: Omit<{
23068
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23219
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
23069
23220
  default: string;
23070
23221
  validator: (val: any) => boolean;
23071
23222
  }, "type" | "default"> & {
23072
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23073
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
23223
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
23224
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
23074
23225
  };
23075
23226
  closeOnBack: Omit<{
23076
23227
  type: BooleanConstructor;
@@ -23196,12 +23347,12 @@ declare const VTooltip: {
23196
23347
  } | undefined);
23197
23348
  };
23198
23349
  scrollStrategy: Omit<{
23199
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23350
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
23200
23351
  default: string;
23201
23352
  validator: (val: any) => boolean;
23202
23353
  }, "type" | "default"> & {
23203
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23204
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
23354
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
23355
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
23205
23356
  };
23206
23357
  closeOnBack: Omit<{
23207
23358
  type: BooleanConstructor;
@@ -23247,7 +23398,7 @@ declare const VTooltip: {
23247
23398
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
23248
23399
  updateLocation: (e: Event) => void;
23249
23400
  } | undefined);
23250
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
23401
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
23251
23402
  closeOnBack: boolean;
23252
23403
  contained: boolean;
23253
23404
  noClickAnimation: boolean;
@@ -23264,7 +23415,7 @@ declare const VTooltip: {
23264
23415
  };
23265
23416
  theme: StringConstructor;
23266
23417
  scrollStrategy: {
23267
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23418
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
23268
23419
  default: string;
23269
23420
  validator: (val: any) => boolean;
23270
23421
  };
@@ -23358,7 +23509,7 @@ declare const VTooltip: {
23358
23509
  };
23359
23510
  theme: StringConstructor;
23360
23511
  scrollStrategy: {
23361
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23512
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
23362
23513
  default: string;
23363
23514
  validator: (val: any) => boolean;
23364
23515
  };
@@ -23458,7 +23609,7 @@ declare const VTooltip: {
23458
23609
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
23459
23610
  updateLocation: (e: Event) => void;
23460
23611
  } | undefined);
23461
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
23612
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
23462
23613
  closeOnBack: boolean;
23463
23614
  contained: boolean;
23464
23615
  noClickAnimation: boolean;
@@ -23495,7 +23646,7 @@ declare const VTooltip: {
23495
23646
  };
23496
23647
  theme: StringConstructor;
23497
23648
  scrollStrategy: {
23498
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23649
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
23499
23650
  default: string;
23500
23651
  validator: (val: any) => boolean;
23501
23652
  };
@@ -23622,7 +23773,7 @@ declare const VTooltip: {
23622
23773
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
23623
23774
  updateLocation: (e: Event) => void;
23624
23775
  } | undefined);
23625
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
23776
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
23626
23777
  closeOnBack: boolean;
23627
23778
  contained: boolean;
23628
23779
  noClickAnimation: boolean;
@@ -23735,12 +23886,12 @@ declare const VTooltip: {
23735
23886
  } | undefined);
23736
23887
  };
23737
23888
  scrollStrategy: Omit<{
23738
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23889
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
23739
23890
  default: string;
23740
23891
  validator: (val: any) => boolean;
23741
23892
  }, "type" | "default"> & {
23742
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23743
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
23893
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
23894
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
23744
23895
  };
23745
23896
  closeOnBack: Omit<{
23746
23897
  type: BooleanConstructor;
@@ -23786,7 +23937,7 @@ declare const VTooltip: {
23786
23937
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
23787
23938
  updateLocation: (e: Event) => void;
23788
23939
  } | undefined);
23789
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
23940
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
23790
23941
  closeOnBack: boolean;
23791
23942
  contained: boolean;
23792
23943
  noClickAnimation: boolean;
@@ -23803,7 +23954,7 @@ declare const VTooltip: {
23803
23954
  };
23804
23955
  theme: StringConstructor;
23805
23956
  scrollStrategy: {
23806
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23957
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
23807
23958
  default: string;
23808
23959
  validator: (val: any) => boolean;
23809
23960
  };
@@ -23897,7 +24048,7 @@ declare const VTooltip: {
23897
24048
  };
23898
24049
  theme: StringConstructor;
23899
24050
  scrollStrategy: {
23900
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
24051
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
23901
24052
  default: string;
23902
24053
  validator: (val: any) => boolean;
23903
24054
  };
@@ -23997,7 +24148,7 @@ declare const VTooltip: {
23997
24148
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
23998
24149
  updateLocation: (e: Event) => void;
23999
24150
  } | undefined);
24000
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
24151
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
24001
24152
  closeOnBack: boolean;
24002
24153
  contained: boolean;
24003
24154
  noClickAnimation: boolean;
@@ -24034,7 +24185,7 @@ declare const VTooltip: {
24034
24185
  };
24035
24186
  theme: StringConstructor;
24036
24187
  scrollStrategy: {
24037
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
24188
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
24038
24189
  default: string;
24039
24190
  validator: (val: any) => boolean;
24040
24191
  };
@@ -24232,12 +24383,12 @@ declare const VTooltip: {
24232
24383
  } | undefined);
24233
24384
  };
24234
24385
  scrollStrategy: Omit<{
24235
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
24386
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
24236
24387
  default: string;
24237
24388
  validator: (val: any) => boolean;
24238
24389
  }, "type" | "default"> & {
24239
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
24240
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
24390
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
24391
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
24241
24392
  };
24242
24393
  closeOnBack: Omit<{
24243
24394
  type: BooleanConstructor;
@@ -24283,7 +24434,7 @@ declare const VTooltip: {
24283
24434
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
24284
24435
  updateLocation: (e: Event) => void;
24285
24436
  } | undefined);
24286
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
24437
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
24287
24438
  closeOnBack: boolean;
24288
24439
  contained: boolean;
24289
24440
  noClickAnimation: boolean;
@@ -24300,7 +24451,7 @@ declare const VTooltip: {
24300
24451
  };
24301
24452
  theme: StringConstructor;
24302
24453
  scrollStrategy: {
24303
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
24454
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
24304
24455
  default: string;
24305
24456
  validator: (val: any) => boolean;
24306
24457
  };
@@ -24394,7 +24545,7 @@ declare const VTooltip: {
24394
24545
  };
24395
24546
  theme: StringConstructor;
24396
24547
  scrollStrategy: {
24397
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
24548
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
24398
24549
  default: string;
24399
24550
  validator: (val: any) => boolean;
24400
24551
  };
@@ -24494,7 +24645,7 @@ declare const VTooltip: {
24494
24645
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
24495
24646
  updateLocation: (e: Event) => void;
24496
24647
  } | undefined);
24497
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
24648
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
24498
24649
  closeOnBack: boolean;
24499
24650
  contained: boolean;
24500
24651
  noClickAnimation: boolean;
@@ -24531,7 +24682,7 @@ declare const VTooltip: {
24531
24682
  };
24532
24683
  theme: StringConstructor;
24533
24684
  scrollStrategy: {
24534
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
24685
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
24535
24686
  default: string;
24536
24687
  validator: (val: any) => boolean;
24537
24688
  };
@@ -24658,7 +24809,7 @@ declare const VTooltip: {
24658
24809
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
24659
24810
  updateLocation: (e: Event) => void;
24660
24811
  } | undefined);
24661
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
24812
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
24662
24813
  closeOnBack: boolean;
24663
24814
  contained: boolean;
24664
24815
  noClickAnimation: boolean;
@@ -26031,6 +26182,10 @@ declare const VDataTableVirtual: vue.DefineComponent<{
26031
26182
  declare type VDataTableVirtual = InstanceType<typeof VDataTableVirtual>;
26032
26183
 
26033
26184
  declare const VDataTableServer: vue.DefineComponent<{
26185
+ groupBy: {
26186
+ type: vue.PropType<SortItem[]>;
26187
+ default: () => never[];
26188
+ };
26034
26189
  page: {
26035
26190
  type: (StringConstructor | NumberConstructor)[];
26036
26191
  default: number;
@@ -26107,10 +26262,15 @@ declare const VDataTableServer: vue.DefineComponent<{
26107
26262
  'update:sortBy': (sortBy: any) => true;
26108
26263
  'update:options': (options: any) => true;
26109
26264
  'update:expanded': (options: any) => true;
26265
+ 'update:groupBy': (value: any) => true;
26110
26266
  'click:row': (event: Event, value: {
26111
26267
  item: DataTableItem;
26112
26268
  }) => true;
26113
26269
  }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
26270
+ groupBy: {
26271
+ type: vue.PropType<SortItem[]>;
26272
+ default: () => never[];
26273
+ };
26114
26274
  page: {
26115
26275
  type: (StringConstructor | NumberConstructor)[];
26116
26276
  default: number;
@@ -26190,6 +26350,7 @@ declare const VDataTableServer: vue.DefineComponent<{
26190
26350
  "onUpdate:page"?: ((page: number) => any) | undefined;
26191
26351
  "onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
26192
26352
  "onUpdate:options"?: ((options: any) => any) | undefined;
26353
+ "onUpdate:groupBy"?: ((value: any) => any) | undefined;
26193
26354
  }, {
26194
26355
  expanded: string[];
26195
26356
  page: string | number;
@@ -26209,6 +26370,7 @@ declare const VDataTableServer: vue.DefineComponent<{
26209
26370
  fixedFooter: boolean;
26210
26371
  multiSort: boolean;
26211
26372
  mustSort: boolean;
26373
+ groupBy: SortItem[];
26212
26374
  showSelect: boolean;
26213
26375
  expandOnClick: boolean;
26214
26376
  showExpand: boolean;
@@ -26216,6 +26378,65 @@ declare const VDataTableServer: vue.DefineComponent<{
26216
26378
  }>;
26217
26379
  declare type VDataTableServer = InstanceType<typeof VDataTableServer>;
26218
26380
 
26381
+ declare const VDataTableFooter: vue.DefineComponent<{
26382
+ prevIcon: {
26383
+ type: StringConstructor;
26384
+ default: string;
26385
+ };
26386
+ nextIcon: {
26387
+ type: StringConstructor;
26388
+ default: string;
26389
+ };
26390
+ firstIcon: {
26391
+ type: StringConstructor;
26392
+ default: string;
26393
+ };
26394
+ lastIcon: {
26395
+ type: StringConstructor;
26396
+ default: string;
26397
+ };
26398
+ itemsPerPageOptions: {
26399
+ type: PropType<InternalItem<any>[]>;
26400
+ default: () => {
26401
+ value: number;
26402
+ title: string;
26403
+ }[];
26404
+ };
26405
+ showCurrentPage: BooleanConstructor;
26406
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
26407
+ prevIcon: {
26408
+ type: StringConstructor;
26409
+ default: string;
26410
+ };
26411
+ nextIcon: {
26412
+ type: StringConstructor;
26413
+ default: string;
26414
+ };
26415
+ firstIcon: {
26416
+ type: StringConstructor;
26417
+ default: string;
26418
+ };
26419
+ lastIcon: {
26420
+ type: StringConstructor;
26421
+ default: string;
26422
+ };
26423
+ itemsPerPageOptions: {
26424
+ type: PropType<InternalItem<any>[]>;
26425
+ default: () => {
26426
+ value: number;
26427
+ title: string;
26428
+ }[];
26429
+ };
26430
+ showCurrentPage: BooleanConstructor;
26431
+ }>>, {
26432
+ nextIcon: string;
26433
+ prevIcon: string;
26434
+ firstIcon: string;
26435
+ lastIcon: string;
26436
+ itemsPerPageOptions: InternalItem<any>[];
26437
+ showCurrentPage: boolean;
26438
+ }>;
26439
+
26219
26440
  interface VVirtualScrollSlot<T> {
26220
26441
  item: T;
26221
26442
  index: number;
@@ -26506,6 +26727,7 @@ declare const allComponents_d_VDataTableRows: typeof VDataTableRows;
26506
26727
  declare const allComponents_d_VDataTableRow: typeof VDataTableRow;
26507
26728
  declare const allComponents_d_VDataTableVirtual: typeof VDataTableVirtual;
26508
26729
  declare const allComponents_d_VDataTableServer: typeof VDataTableServer;
26730
+ declare const allComponents_d_VDataTableFooter: typeof VDataTableFooter;
26509
26731
  declare const allComponents_d_VVirtualScroll: typeof VVirtualScroll;
26510
26732
  declare namespace allComponents_d {
26511
26733
  export {
@@ -26646,6 +26868,7 @@ declare namespace allComponents_d {
26646
26868
  allComponents_d_VDataTableRow as VDataTableRow,
26647
26869
  allComponents_d_VDataTableVirtual as VDataTableVirtual,
26648
26870
  allComponents_d_VDataTableServer as VDataTableServer,
26871
+ allComponents_d_VDataTableFooter as VDataTableFooter,
26649
26872
  allComponents_d_VVirtualScroll as VVirtualScroll,
26650
26873
  };
26651
26874
  }