@vuetify/nightly 3.2.0-next-20230118.0 → 4.0.0-master-20230206.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 (177) hide show
  1. package/CHANGELOG.md +204 -16
  2. package/dist/json/attributes.json +7202 -0
  3. package/dist/json/importMap-labs.json +4 -0
  4. package/dist/json/importMap.json +50 -50
  5. package/dist/json/tags.json +2492 -0
  6. package/dist/json/web-types.json +24081 -0
  7. package/dist/vuetify-labs.css +183 -176
  8. package/dist/vuetify-labs.d.ts +387 -176
  9. package/dist/vuetify-labs.esm.js +284 -216
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +283 -215
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +51 -44
  14. package/dist/vuetify.d.ts +329 -190
  15. package/dist/vuetify.esm.js +251 -186
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +250 -185
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +696 -685
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/blueprints/index.d.ts +2 -2
  23. package/lib/blueprints/md1.d.ts +2 -2
  24. package/lib/blueprints/md2.d.ts +2 -2
  25. package/lib/blueprints/md3.d.ts +2 -2
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -2
  27. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  28. package/lib/components/VAutocomplete/index.d.ts +43 -20
  29. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -4
  30. package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
  31. package/lib/components/VBtn/VBtn.css +7 -7
  32. package/lib/components/VBtn/VBtn.mjs +8 -3
  33. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  34. package/lib/components/VBtnGroup/VBtnGroup.mjs +15 -11
  35. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  36. package/lib/components/VBtnGroup/index.d.ts +2 -1
  37. package/lib/components/VBtnToggle/VBtnToggle.mjs +9 -5
  38. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  39. package/lib/components/VBtnToggle/index.d.ts +122 -1
  40. package/lib/components/VCalendar/VCalendar.mjs +3 -0
  41. package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
  42. package/lib/components/VCalendar/VCalendarCategory.sass +9 -3
  43. package/lib/components/VCalendar/VCalendarDaily.mjs +20 -8
  44. package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
  45. package/lib/components/VCalendar/VCalendarWeekly.mjs +25 -5
  46. package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
  47. package/lib/components/VCalendar/mixins/calendar-with-events.mjs +20 -16
  48. package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
  49. package/lib/components/VCalendar/mixins/mouse.mjs +16 -30
  50. package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
  51. package/lib/components/VCard/VCard.css +7 -7
  52. package/lib/components/VChip/VChip.css +7 -7
  53. package/lib/components/VCombobox/VCombobox.mjs +3 -3
  54. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  55. package/lib/components/VCombobox/index.d.ts +43 -20
  56. package/lib/components/VData/VData.mjs +2 -4
  57. package/lib/components/VData/VData.mjs.map +1 -1
  58. package/lib/components/VDatePicker/VDatePicker.mjs +7 -5
  59. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  60. package/lib/components/VDefaultsProvider/index.d.ts +5 -4
  61. package/lib/components/VDialog/VDialog.mjs +6 -5
  62. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  63. package/lib/components/VDialog/index.d.ts +57 -34
  64. package/lib/components/VDivider/VDivider.mjs +6 -6
  65. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  66. package/lib/components/VExpansionPanel/VExpansionPanel.css +7 -7
  67. package/lib/components/VField/VField.css +2 -2
  68. package/lib/components/VField/VField.mjs +28 -26
  69. package/lib/components/VField/VField.mjs.map +1 -1
  70. package/lib/components/VField/VField.sass +2 -2
  71. package/lib/components/VFileInput/VFileInput.mjs +7 -4
  72. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  73. package/lib/components/VForm/index.d.ts +0 -3
  74. package/lib/components/VList/VList.mjs +4 -1
  75. package/lib/components/VList/VList.mjs.map +1 -1
  76. package/lib/components/VList/VListItem.css +7 -7
  77. package/lib/components/VList/VListItem.mjs +29 -19
  78. package/lib/components/VList/VListItem.mjs.map +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/VSelect/VSelect.mjs +3 -4
  101. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  102. package/lib/components/VSelect/index.d.ts +43 -20
  103. package/lib/components/VSelectionControl/VSelectionControl.css +2 -2
  104. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -1
  105. package/lib/components/VSnackbar/index.d.ts +42 -19
  106. package/lib/components/VStepper/VStepper.sass +6 -6
  107. package/lib/components/VStepper/VStepperStep.mjs +12 -2
  108. package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
  109. package/lib/components/VTable/VTable.css +4 -4
  110. package/lib/components/VTable/VTable.sass +2 -2
  111. package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
  112. package/lib/components/VTimeline/_mixins.sass +1 -1
  113. package/lib/components/VTooltip/VTooltip.mjs +4 -3
  114. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  115. package/lib/components/VTooltip/index.d.ts +57 -34
  116. package/lib/components/VTreeview/VTreeview.mjs +1 -1
  117. package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
  118. package/lib/components/index.d.ts +316 -176
  119. package/lib/composables/defaults.mjs +1 -1
  120. package/lib/composables/defaults.mjs.map +1 -1
  121. package/lib/composables/filter.mjs +3 -3
  122. package/lib/composables/filter.mjs.map +1 -1
  123. package/lib/composables/form.mjs +0 -1
  124. package/lib/composables/form.mjs.map +1 -1
  125. package/lib/composables/nested/nested.mjs +2 -1
  126. package/lib/composables/nested/nested.mjs.map +1 -1
  127. package/lib/composables/toggleScope.mjs +14 -7
  128. package/lib/composables/toggleScope.mjs.map +1 -1
  129. package/lib/directives/ripple/VRipple.css +3 -0
  130. package/lib/directives/ripple/VRipple.sass +3 -0
  131. package/lib/directives/ripple/_variables.scss +1 -1
  132. package/lib/directives/ripple/index.mjs +2 -7
  133. package/lib/directives/ripple/index.mjs.map +1 -1
  134. package/lib/entry-bundler.mjs +1 -1
  135. package/lib/entry-bundler.mjs.map +1 -1
  136. package/lib/framework.mjs +1 -1
  137. package/lib/framework.mjs.map +1 -1
  138. package/lib/index.d.ts +16 -16
  139. package/lib/labs/VDataTable/VDataTable.mjs +6 -6
  140. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  141. package/lib/labs/VDataTable/VDataTableFooter.mjs +1 -1
  142. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  143. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
  144. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  145. package/lib/labs/VDataTable/VDataTableServer.mjs +19 -12
  146. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  147. package/lib/labs/VDataTable/VDataTableVirtual.mjs +6 -5
  148. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  149. package/lib/labs/VDataTable/composables/options.mjs +3 -7
  150. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  151. package/lib/labs/VDataTable/composables/paginate.mjs +1 -1
  152. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  153. package/lib/labs/VDataTable/index.d.ts +71 -1
  154. package/lib/labs/VDataTable/index.mjs +1 -0
  155. package/lib/labs/VDataTable/index.mjs.map +1 -1
  156. package/lib/labs/components.d.ts +71 -1
  157. package/lib/locale/adapters/vue-i18n.mjs +12 -2
  158. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  159. package/lib/locale/ar.mjs +20 -20
  160. package/lib/locale/ar.mjs.map +1 -1
  161. package/lib/locale/en.mjs +2 -2
  162. package/lib/locale/en.mjs.map +1 -1
  163. package/lib/locale/es.mjs +3 -3
  164. package/lib/locale/es.mjs.map +1 -1
  165. package/lib/locale/fi.mjs +5 -5
  166. package/lib/locale/fi.mjs.map +1 -1
  167. package/lib/locale/it.mjs +6 -6
  168. package/lib/locale/it.mjs.map +1 -1
  169. package/lib/locale/sv.mjs +13 -13
  170. package/lib/locale/sv.mjs.map +1 -1
  171. package/lib/styles/settings/_variables.scss +6 -6
  172. package/lib/styles/tools/_states.sass +3 -3
  173. package/lib/util/defineComponent.mjs +21 -18
  174. package/lib/util/defineComponent.mjs.map +1 -1
  175. package/lib/util/helpers.mjs +5 -19
  176. package/lib/util/helpers.mjs.map +1 -1
  177. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { Ref, DeepReadonly, 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;
@@ -16044,7 +16183,7 @@ declare const VSelect: {
16044
16183
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
16045
16184
  updateLocation: (e: Event) => void;
16046
16185
  } | undefined);
16047
- 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";
16048
16187
  closeOnBack: boolean;
16049
16188
  contained: boolean;
16050
16189
  noClickAnimation: boolean;
@@ -16142,12 +16281,12 @@ declare const VSelect: {
16142
16281
  } | undefined);
16143
16282
  };
16144
16283
  scrollStrategy: Omit<{
16145
- 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">;
16146
16285
  default: string;
16147
16286
  validator: (val: any) => boolean;
16148
16287
  }, "type" | "default"> & {
16149
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
16150
- 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";
16151
16290
  };
16152
16291
  closeOnBack: {
16153
16292
  type: BooleanConstructor;
@@ -16390,7 +16529,7 @@ declare const VSelect: {
16390
16529
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
16391
16530
  updateLocation: (e: Event) => void;
16392
16531
  } | undefined);
16393
- 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";
16394
16533
  closeOnBack: boolean;
16395
16534
  contained: boolean;
16396
16535
  noClickAnimation: boolean;
@@ -16488,12 +16627,12 @@ declare const VSelect: {
16488
16627
  } | undefined);
16489
16628
  };
16490
16629
  scrollStrategy: Omit<{
16491
- 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">;
16492
16631
  default: string;
16493
16632
  validator: (val: any) => boolean;
16494
16633
  }, "type" | "default"> & {
16495
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
16496
- 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";
16497
16636
  };
16498
16637
  closeOnBack: {
16499
16638
  type: BooleanConstructor;
@@ -16796,7 +16935,7 @@ declare const VSelect: {
16796
16935
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
16797
16936
  updateLocation: (e: Event) => void;
16798
16937
  } | undefined);
16799
- 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";
16800
16939
  closeOnBack: boolean;
16801
16940
  contained: boolean;
16802
16941
  noClickAnimation: boolean;
@@ -16894,12 +17033,12 @@ declare const VSelect: {
16894
17033
  } | undefined);
16895
17034
  };
16896
17035
  scrollStrategy: Omit<{
16897
- 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">;
16898
17037
  default: string;
16899
17038
  validator: (val: any) => boolean;
16900
17039
  }, "type" | "default"> & {
16901
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
16902
- 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";
16903
17042
  };
16904
17043
  closeOnBack: {
16905
17044
  type: BooleanConstructor;
@@ -17137,7 +17276,7 @@ declare const VSelect: {
17137
17276
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
17138
17277
  updateLocation: (e: Event) => void;
17139
17278
  } | undefined);
17140
- 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";
17141
17280
  closeOnBack: boolean;
17142
17281
  contained: boolean;
17143
17282
  noClickAnimation: boolean;
@@ -17235,12 +17374,12 @@ declare const VSelect: {
17235
17374
  } | undefined);
17236
17375
  };
17237
17376
  scrollStrategy: Omit<{
17238
- 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">;
17239
17378
  default: string;
17240
17379
  validator: (val: any) => boolean;
17241
17380
  }, "type" | "default"> & {
17242
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
17243
- 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";
17244
17383
  };
17245
17384
  closeOnBack: {
17246
17385
  type: BooleanConstructor;
@@ -18700,7 +18839,7 @@ declare const VSnackbar: {
18700
18839
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
18701
18840
  updateLocation: (e: Event) => void;
18702
18841
  } | undefined);
18703
- 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";
18704
18843
  closeOnBack: boolean;
18705
18844
  contained: boolean;
18706
18845
  noClickAnimation: boolean;
@@ -18717,7 +18856,7 @@ declare const VSnackbar: {
18717
18856
  };
18718
18857
  theme: StringConstructor;
18719
18858
  scrollStrategy: {
18720
- 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">;
18721
18860
  default: string;
18722
18861
  validator: (val: any) => boolean;
18723
18862
  };
@@ -18811,7 +18950,7 @@ declare const VSnackbar: {
18811
18950
  };
18812
18951
  theme: StringConstructor;
18813
18952
  scrollStrategy: {
18814
- 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">;
18815
18954
  default: string;
18816
18955
  validator: (val: any) => boolean;
18817
18956
  };
@@ -18911,7 +19050,7 @@ declare const VSnackbar: {
18911
19050
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
18912
19051
  updateLocation: (e: Event) => void;
18913
19052
  } | undefined);
18914
- 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";
18915
19054
  closeOnBack: boolean;
18916
19055
  contained: boolean;
18917
19056
  noClickAnimation: boolean;
@@ -18948,7 +19087,7 @@ declare const VSnackbar: {
18948
19087
  };
18949
19088
  theme: StringConstructor;
18950
19089
  scrollStrategy: {
18951
- 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">;
18952
19091
  default: string;
18953
19092
  validator: (val: any) => boolean;
18954
19093
  };
@@ -19217,7 +19356,7 @@ declare const VSnackbar: {
19217
19356
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19218
19357
  updateLocation: (e: Event) => void;
19219
19358
  } | undefined);
19220
- 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";
19221
19360
  closeOnBack: boolean;
19222
19361
  contained: boolean;
19223
19362
  noClickAnimation: boolean;
@@ -19234,7 +19373,7 @@ declare const VSnackbar: {
19234
19373
  };
19235
19374
  theme: StringConstructor;
19236
19375
  scrollStrategy: {
19237
- 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">;
19238
19377
  default: string;
19239
19378
  validator: (val: any) => boolean;
19240
19379
  };
@@ -19328,7 +19467,7 @@ declare const VSnackbar: {
19328
19467
  };
19329
19468
  theme: StringConstructor;
19330
19469
  scrollStrategy: {
19331
- 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">;
19332
19471
  default: string;
19333
19472
  validator: (val: any) => boolean;
19334
19473
  };
@@ -19428,7 +19567,7 @@ declare const VSnackbar: {
19428
19567
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19429
19568
  updateLocation: (e: Event) => void;
19430
19569
  } | undefined);
19431
- 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";
19432
19571
  closeOnBack: boolean;
19433
19572
  contained: boolean;
19434
19573
  noClickAnimation: boolean;
@@ -19465,7 +19604,7 @@ declare const VSnackbar: {
19465
19604
  };
19466
19605
  theme: StringConstructor;
19467
19606
  scrollStrategy: {
19468
- 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">;
19469
19608
  default: string;
19470
19609
  validator: (val: any) => boolean;
19471
19610
  };
@@ -19690,7 +19829,7 @@ declare const VSnackbar: {
19690
19829
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19691
19830
  updateLocation: (e: Event) => void;
19692
19831
  } | undefined);
19693
- 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";
19694
19833
  closeOnBack: boolean;
19695
19834
  contained: boolean;
19696
19835
  noClickAnimation: boolean;
@@ -19707,7 +19846,7 @@ declare const VSnackbar: {
19707
19846
  };
19708
19847
  theme: StringConstructor;
19709
19848
  scrollStrategy: {
19710
- 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">;
19711
19850
  default: string;
19712
19851
  validator: (val: any) => boolean;
19713
19852
  };
@@ -19801,7 +19940,7 @@ declare const VSnackbar: {
19801
19940
  };
19802
19941
  theme: StringConstructor;
19803
19942
  scrollStrategy: {
19804
- 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">;
19805
19944
  default: string;
19806
19945
  validator: (val: any) => boolean;
19807
19946
  };
@@ -19901,7 +20040,7 @@ declare const VSnackbar: {
19901
20040
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19902
20041
  updateLocation: (e: Event) => void;
19903
20042
  } | undefined);
19904
- 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";
19905
20044
  closeOnBack: boolean;
19906
20045
  contained: boolean;
19907
20046
  noClickAnimation: boolean;
@@ -19938,7 +20077,7 @@ declare const VSnackbar: {
19938
20077
  };
19939
20078
  theme: StringConstructor;
19940
20079
  scrollStrategy: {
19941
- 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">;
19942
20081
  default: string;
19943
20082
  validator: (val: any) => boolean;
19944
20083
  };
@@ -22984,7 +23123,7 @@ declare const VTooltip: {
22984
23123
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
22985
23124
  updateLocation: (e: Event) => void;
22986
23125
  } | undefined);
22987
- 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";
22988
23127
  closeOnBack: boolean;
22989
23128
  contained: boolean;
22990
23129
  noClickAnimation: boolean;
@@ -23077,12 +23216,12 @@ declare const VTooltip: {
23077
23216
  } | undefined);
23078
23217
  };
23079
23218
  scrollStrategy: Omit<{
23080
- 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">;
23081
23220
  default: string;
23082
23221
  validator: (val: any) => boolean;
23083
23222
  }, "type" | "default"> & {
23084
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23085
- 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";
23086
23225
  };
23087
23226
  closeOnBack: Omit<{
23088
23227
  type: BooleanConstructor;
@@ -23208,12 +23347,12 @@ declare const VTooltip: {
23208
23347
  } | undefined);
23209
23348
  };
23210
23349
  scrollStrategy: Omit<{
23211
- 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">;
23212
23351
  default: string;
23213
23352
  validator: (val: any) => boolean;
23214
23353
  }, "type" | "default"> & {
23215
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23216
- 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";
23217
23356
  };
23218
23357
  closeOnBack: Omit<{
23219
23358
  type: BooleanConstructor;
@@ -23259,7 +23398,7 @@ declare const VTooltip: {
23259
23398
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
23260
23399
  updateLocation: (e: Event) => void;
23261
23400
  } | undefined);
23262
- 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";
23263
23402
  closeOnBack: boolean;
23264
23403
  contained: boolean;
23265
23404
  noClickAnimation: boolean;
@@ -23276,7 +23415,7 @@ declare const VTooltip: {
23276
23415
  };
23277
23416
  theme: StringConstructor;
23278
23417
  scrollStrategy: {
23279
- 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">;
23280
23419
  default: string;
23281
23420
  validator: (val: any) => boolean;
23282
23421
  };
@@ -23370,7 +23509,7 @@ declare const VTooltip: {
23370
23509
  };
23371
23510
  theme: StringConstructor;
23372
23511
  scrollStrategy: {
23373
- 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">;
23374
23513
  default: string;
23375
23514
  validator: (val: any) => boolean;
23376
23515
  };
@@ -23470,7 +23609,7 @@ declare const VTooltip: {
23470
23609
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
23471
23610
  updateLocation: (e: Event) => void;
23472
23611
  } | undefined);
23473
- 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";
23474
23613
  closeOnBack: boolean;
23475
23614
  contained: boolean;
23476
23615
  noClickAnimation: boolean;
@@ -23507,7 +23646,7 @@ declare const VTooltip: {
23507
23646
  };
23508
23647
  theme: StringConstructor;
23509
23648
  scrollStrategy: {
23510
- 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">;
23511
23650
  default: string;
23512
23651
  validator: (val: any) => boolean;
23513
23652
  };
@@ -23634,7 +23773,7 @@ declare const VTooltip: {
23634
23773
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
23635
23774
  updateLocation: (e: Event) => void;
23636
23775
  } | undefined);
23637
- 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";
23638
23777
  closeOnBack: boolean;
23639
23778
  contained: boolean;
23640
23779
  noClickAnimation: boolean;
@@ -23747,12 +23886,12 @@ declare const VTooltip: {
23747
23886
  } | undefined);
23748
23887
  };
23749
23888
  scrollStrategy: Omit<{
23750
- 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">;
23751
23890
  default: string;
23752
23891
  validator: (val: any) => boolean;
23753
23892
  }, "type" | "default"> & {
23754
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23755
- 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";
23756
23895
  };
23757
23896
  closeOnBack: Omit<{
23758
23897
  type: BooleanConstructor;
@@ -23798,7 +23937,7 @@ declare const VTooltip: {
23798
23937
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
23799
23938
  updateLocation: (e: Event) => void;
23800
23939
  } | undefined);
23801
- 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";
23802
23941
  closeOnBack: boolean;
23803
23942
  contained: boolean;
23804
23943
  noClickAnimation: boolean;
@@ -23815,7 +23954,7 @@ declare const VTooltip: {
23815
23954
  };
23816
23955
  theme: StringConstructor;
23817
23956
  scrollStrategy: {
23818
- 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">;
23819
23958
  default: string;
23820
23959
  validator: (val: any) => boolean;
23821
23960
  };
@@ -23909,7 +24048,7 @@ declare const VTooltip: {
23909
24048
  };
23910
24049
  theme: StringConstructor;
23911
24050
  scrollStrategy: {
23912
- 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">;
23913
24052
  default: string;
23914
24053
  validator: (val: any) => boolean;
23915
24054
  };
@@ -24009,7 +24148,7 @@ declare const VTooltip: {
24009
24148
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
24010
24149
  updateLocation: (e: Event) => void;
24011
24150
  } | undefined);
24012
- 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";
24013
24152
  closeOnBack: boolean;
24014
24153
  contained: boolean;
24015
24154
  noClickAnimation: boolean;
@@ -24046,7 +24185,7 @@ declare const VTooltip: {
24046
24185
  };
24047
24186
  theme: StringConstructor;
24048
24187
  scrollStrategy: {
24049
- 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">;
24050
24189
  default: string;
24051
24190
  validator: (val: any) => boolean;
24052
24191
  };
@@ -24244,12 +24383,12 @@ declare const VTooltip: {
24244
24383
  } | undefined);
24245
24384
  };
24246
24385
  scrollStrategy: Omit<{
24247
- 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">;
24248
24387
  default: string;
24249
24388
  validator: (val: any) => boolean;
24250
24389
  }, "type" | "default"> & {
24251
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
24252
- 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";
24253
24392
  };
24254
24393
  closeOnBack: Omit<{
24255
24394
  type: BooleanConstructor;
@@ -24295,7 +24434,7 @@ declare const VTooltip: {
24295
24434
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
24296
24435
  updateLocation: (e: Event) => void;
24297
24436
  } | undefined);
24298
- 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";
24299
24438
  closeOnBack: boolean;
24300
24439
  contained: boolean;
24301
24440
  noClickAnimation: boolean;
@@ -24312,7 +24451,7 @@ declare const VTooltip: {
24312
24451
  };
24313
24452
  theme: StringConstructor;
24314
24453
  scrollStrategy: {
24315
- 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">;
24316
24455
  default: string;
24317
24456
  validator: (val: any) => boolean;
24318
24457
  };
@@ -24406,7 +24545,7 @@ declare const VTooltip: {
24406
24545
  };
24407
24546
  theme: StringConstructor;
24408
24547
  scrollStrategy: {
24409
- 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">;
24410
24549
  default: string;
24411
24550
  validator: (val: any) => boolean;
24412
24551
  };
@@ -24506,7 +24645,7 @@ declare const VTooltip: {
24506
24645
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
24507
24646
  updateLocation: (e: Event) => void;
24508
24647
  } | undefined);
24509
- 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";
24510
24649
  closeOnBack: boolean;
24511
24650
  contained: boolean;
24512
24651
  noClickAnimation: boolean;
@@ -24543,7 +24682,7 @@ declare const VTooltip: {
24543
24682
  };
24544
24683
  theme: StringConstructor;
24545
24684
  scrollStrategy: {
24546
- 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">;
24547
24686
  default: string;
24548
24687
  validator: (val: any) => boolean;
24549
24688
  };
@@ -24670,7 +24809,7 @@ declare const VTooltip: {
24670
24809
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
24671
24810
  updateLocation: (e: Event) => void;
24672
24811
  } | undefined);
24673
- 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";
24674
24813
  closeOnBack: boolean;
24675
24814
  contained: boolean;
24676
24815
  noClickAnimation: boolean;
@@ -26019,19 +26158,19 @@ declare module '@vue/runtime-core' {
26019
26158
 
26020
26159
  export interface GlobalComponents {
26021
26160
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
26022
- VForm: typeof import('vuetify/components')['VForm']
26023
26161
  VContainer: typeof import('vuetify/components')['VContainer']
26024
26162
  VCol: typeof import('vuetify/components')['VCol']
26025
26163
  VRow: typeof import('vuetify/components')['VRow']
26026
26164
  VSpacer: typeof import('vuetify/components')['VSpacer']
26027
26165
  VHover: typeof import('vuetify/components')['VHover']
26166
+ VForm: typeof import('vuetify/components')['VForm']
26028
26167
  VLayout: typeof import('vuetify/components')['VLayout']
26029
26168
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
26030
- VLazy: typeof import('vuetify/components')['VLazy']
26031
26169
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
26170
+ VLazy: typeof import('vuetify/components')['VLazy']
26032
26171
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
26033
- VParallax: typeof import('vuetify/components')['VParallax']
26034
26172
  VRadio: typeof import('vuetify/components')['VRadio']
26173
+ VParallax: typeof import('vuetify/components')['VParallax']
26035
26174
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
26036
26175
  VResponsive: typeof import('vuetify/components')['VResponsive']
26037
26176
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
@@ -26058,18 +26197,16 @@ declare module '@vue/runtime-core' {
26058
26197
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
26059
26198
  VAlert: typeof import('vuetify/components')['VAlert']
26060
26199
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
26061
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
26062
26200
  VAvatar: typeof import('vuetify/components')['VAvatar']
26201
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
26063
26202
  VBadge: typeof import('vuetify/components')['VBadge']
26064
26203
  VBanner: typeof import('vuetify/components')['VBanner']
26065
26204
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
26066
26205
  VBannerText: typeof import('vuetify/components')['VBannerText']
26067
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
26068
26206
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
26069
26207
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
26070
26208
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
26071
26209
  VBtn: typeof import('vuetify/components')['VBtn']
26072
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
26073
26210
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
26074
26211
  VCard: typeof import('vuetify/components')['VCard']
26075
26212
  VCardActions: typeof import('vuetify/components')['VCardActions']
@@ -26077,17 +26214,18 @@ declare module '@vue/runtime-core' {
26077
26214
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
26078
26215
  VCardText: typeof import('vuetify/components')['VCardText']
26079
26216
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
26217
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
26080
26218
  VCarousel: typeof import('vuetify/components')['VCarousel']
26081
26219
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
26082
26220
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
26083
26221
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
26084
26222
  VChip: typeof import('vuetify/components')['VChip']
26085
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
26086
26223
  VCode: typeof import('vuetify/components')['VCode']
26224
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
26225
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
26087
26226
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
26088
26227
  VCombobox: typeof import('vuetify/components')['VCombobox']
26089
26228
  VCounter: typeof import('vuetify/components')['VCounter']
26090
- VDialog: typeof import('vuetify/components')['VDialog']
26091
26229
  VDivider: typeof import('vuetify/components')['VDivider']
26092
26230
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
26093
26231
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
@@ -26096,12 +26234,13 @@ declare module '@vue/runtime-core' {
26096
26234
  VField: typeof import('vuetify/components')['VField']
26097
26235
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
26098
26236
  VFileInput: typeof import('vuetify/components')['VFileInput']
26099
- VFooter: typeof import('vuetify/components')['VFooter']
26237
+ VDialog: typeof import('vuetify/components')['VDialog']
26100
26238
  VIcon: typeof import('vuetify/components')['VIcon']
26101
26239
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
26102
26240
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
26103
26241
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
26104
26242
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
26243
+ VFooter: typeof import('vuetify/components')['VFooter']
26105
26244
  VImg: typeof import('vuetify/components')['VImg']
26106
26245
  VInput: typeof import('vuetify/components')['VInput']
26107
26246
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
@@ -26122,23 +26261,23 @@ declare module '@vue/runtime-core' {
26122
26261
  VMessages: typeof import('vuetify/components')['VMessages']
26123
26262
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
26124
26263
  VOverlay: typeof import('vuetify/components')['VOverlay']
26125
- VPagination: typeof import('vuetify/components')['VPagination']
26126
26264
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
26127
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
26265
+ VPagination: typeof import('vuetify/components')['VPagination']
26128
26266
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
26267
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
26129
26268
  VRating: typeof import('vuetify/components')['VRating']
26130
26269
  VSelect: typeof import('vuetify/components')['VSelect']
26131
26270
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
26132
26271
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
26133
- VSheet: typeof import('vuetify/components')['VSheet']
26134
26272
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
26135
26273
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
26274
+ VSheet: typeof import('vuetify/components')['VSheet']
26136
26275
  VSlider: typeof import('vuetify/components')['VSlider']
26137
- VSwitch: typeof import('vuetify/components')['VSwitch']
26138
26276
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
26139
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
26277
+ VSwitch: typeof import('vuetify/components')['VSwitch']
26140
26278
  VTabs: typeof import('vuetify/components')['VTabs']
26141
26279
  VTab: typeof import('vuetify/components')['VTab']
26280
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
26142
26281
  VTable: typeof import('vuetify/components')['VTable']
26143
26282
  VTextarea: typeof import('vuetify/components')['VTextarea']
26144
26283
  VTextField: typeof import('vuetify/components')['VTextField']