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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (176) hide show
  1. package/CHANGELOG.md +203 -11
  2. package/dist/json/importMap-labs.json +8 -4
  3. package/dist/json/importMap.json +12 -12
  4. package/dist/vuetify-labs.css +173 -165
  5. package/dist/vuetify-labs.d.ts +399 -176
  6. package/dist/vuetify-labs.esm.js +362 -278
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +361 -277
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +53 -45
  11. package/dist/vuetify.d.ts +330 -179
  12. package/dist/vuetify.esm.js +329 -248
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +328 -247
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +700 -689
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/blueprints/index.d.ts +2 -2
  20. package/lib/blueprints/md1.d.ts +2 -2
  21. package/lib/blueprints/md2.d.ts +2 -2
  22. package/lib/blueprints/md3.d.ts +2 -2
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -2
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  25. package/lib/components/VAutocomplete/index.d.ts +43 -20
  26. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -4
  27. package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
  28. package/lib/components/VBtn/VBtn.css +7 -7
  29. package/lib/components/VBtn/VBtn.mjs +16 -5
  30. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  31. package/lib/components/VBtnGroup/VBtnGroup.mjs +15 -11
  32. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  33. package/lib/components/VBtnGroup/index.d.ts +2 -1
  34. package/lib/components/VBtnToggle/VBtnToggle.mjs +9 -5
  35. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  36. package/lib/components/VBtnToggle/index.d.ts +122 -1
  37. package/lib/components/VCalendar/VCalendar.mjs +3 -0
  38. package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
  39. package/lib/components/VCalendar/VCalendarCategory.sass +9 -3
  40. package/lib/components/VCalendar/VCalendarDaily.mjs +20 -8
  41. package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
  42. package/lib/components/VCalendar/VCalendarWeekly.mjs +25 -5
  43. package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
  44. package/lib/components/VCalendar/mixins/calendar-with-events.mjs +20 -16
  45. package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
  46. package/lib/components/VCalendar/mixins/mouse.mjs +16 -30
  47. package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
  48. package/lib/components/VCard/VCard.css +7 -7
  49. package/lib/components/VChip/VChip.css +7 -7
  50. package/lib/components/VCombobox/VCombobox.mjs +4 -4
  51. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  52. package/lib/components/VCombobox/index.d.ts +43 -20
  53. package/lib/components/VData/VData.mjs +2 -4
  54. package/lib/components/VData/VData.mjs.map +1 -1
  55. package/lib/components/VDatePicker/VDatePicker.mjs +7 -5
  56. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  57. package/lib/components/VDefaultsProvider/index.d.ts +5 -4
  58. package/lib/components/VDialog/VDialog.mjs +6 -5
  59. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  60. package/lib/components/VDialog/index.d.ts +57 -34
  61. package/lib/components/VDivider/VDivider.mjs +6 -6
  62. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  63. package/lib/components/VExpansionPanel/VExpansionPanel.css +7 -7
  64. package/lib/components/VField/VField.css +2 -2
  65. package/lib/components/VField/VField.mjs +28 -26
  66. package/lib/components/VField/VField.mjs.map +1 -1
  67. package/lib/components/VField/VField.sass +2 -2
  68. package/lib/components/VFileInput/VFileInput.css +1 -0
  69. package/lib/components/VFileInput/VFileInput.mjs +7 -4
  70. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  71. package/lib/components/VFileInput/VFileInput.sass +1 -0
  72. package/lib/components/VForm/index.d.ts +0 -3
  73. package/lib/components/VList/VList.mjs +4 -1
  74. package/lib/components/VList/VList.mjs.map +1 -1
  75. package/lib/components/VList/VListItem.css +8 -8
  76. package/lib/components/VList/VListItem.mjs +29 -19
  77. package/lib/components/VList/VListItem.mjs.map +1 -1
  78. package/lib/components/VList/VListItem.sass +1 -1
  79. package/lib/components/VMenu/VMenu.mjs +6 -5
  80. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  81. package/lib/components/VMenu/index.d.ts +57 -34
  82. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +4 -0
  83. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
  84. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  85. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +4 -0
  86. package/lib/components/VNavigationDrawer/index.d.ts +3 -3
  87. package/lib/components/VNavigationDrawer/touch.mjs +7 -6
  88. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
  89. package/lib/components/VOtpInput/VOtpInput.mjs +22 -46
  90. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  91. package/lib/components/VOverflowBtn/VOverflowBtn.mjs +3 -0
  92. package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
  93. package/lib/components/VOverlay/index.d.ts +34 -11
  94. package/lib/components/VOverlay/locationStrategies.mjs +40 -29
  95. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  96. package/lib/components/VOverlay/scrollStrategies.mjs +25 -16
  97. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  98. package/lib/components/VPagination/VPagination.mjs +1 -1
  99. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  100. package/lib/components/VProgressLinear/VProgressLinear.mjs +13 -1
  101. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  102. package/lib/components/VProgressLinear/index.d.ts +18 -0
  103. package/lib/components/VSelect/VSelect.mjs +3 -4
  104. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  105. package/lib/components/VSelect/index.d.ts +43 -20
  106. package/lib/components/VSelectionControl/VSelectionControl.css +2 -2
  107. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -1
  108. package/lib/components/VSnackbar/index.d.ts +42 -19
  109. package/lib/components/VStepper/VStepper.sass +6 -6
  110. package/lib/components/VStepper/VStepperStep.mjs +12 -2
  111. package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
  112. package/lib/components/VTable/VTable.css +4 -4
  113. package/lib/components/VTable/VTable.sass +2 -2
  114. package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
  115. package/lib/components/VTimeline/_mixins.sass +1 -1
  116. package/lib/components/VTooltip/VTooltip.mjs +4 -3
  117. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  118. package/lib/components/VTooltip/index.d.ts +57 -34
  119. package/lib/components/VTreeview/VTreeview.mjs +1 -1
  120. package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
  121. package/lib/components/index.d.ts +328 -176
  122. package/lib/composables/defaults.mjs +1 -1
  123. package/lib/composables/defaults.mjs.map +1 -1
  124. package/lib/composables/filter.mjs +3 -3
  125. package/lib/composables/filter.mjs.map +1 -1
  126. package/lib/composables/form.mjs +0 -1
  127. package/lib/composables/form.mjs.map +1 -1
  128. package/lib/composables/toggleScope.mjs +14 -7
  129. package/lib/composables/toggleScope.mjs.map +1 -1
  130. package/lib/directives/ripple/VRipple.css +3 -0
  131. package/lib/directives/ripple/VRipple.sass +3 -0
  132. package/lib/directives/ripple/_variables.scss +1 -1
  133. package/lib/directives/ripple/index.mjs +2 -7
  134. package/lib/directives/ripple/index.mjs.map +1 -1
  135. package/lib/entry-bundler.mjs +1 -1
  136. package/lib/framework.mjs +1 -1
  137. package/lib/index.d.ts +5 -5
  138. package/lib/labs/VDataTable/VDataTable.mjs +6 -6
  139. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  140. package/lib/labs/VDataTable/VDataTableFooter.mjs +1 -1
  141. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  142. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
  143. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  144. package/lib/labs/VDataTable/VDataTableServer.mjs +19 -12
  145. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  146. package/lib/labs/VDataTable/VDataTableVirtual.mjs +6 -5
  147. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  148. package/lib/labs/VDataTable/composables/options.mjs +3 -7
  149. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  150. package/lib/labs/VDataTable/composables/paginate.mjs +1 -1
  151. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  152. package/lib/labs/VDataTable/index.d.ts +71 -1
  153. package/lib/labs/VDataTable/index.mjs +1 -0
  154. package/lib/labs/VDataTable/index.mjs.map +1 -1
  155. package/lib/labs/components.d.ts +71 -1
  156. package/lib/locale/adapters/vue-i18n.mjs +12 -2
  157. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  158. package/lib/locale/ar.mjs +20 -20
  159. package/lib/locale/ar.mjs.map +1 -1
  160. package/lib/locale/en.mjs +2 -2
  161. package/lib/locale/en.mjs.map +1 -1
  162. package/lib/locale/es.mjs +3 -3
  163. package/lib/locale/es.mjs.map +1 -1
  164. package/lib/locale/fi.mjs +5 -5
  165. package/lib/locale/fi.mjs.map +1 -1
  166. package/lib/locale/it.mjs +6 -6
  167. package/lib/locale/it.mjs.map +1 -1
  168. package/lib/locale/sv.mjs +13 -13
  169. package/lib/locale/sv.mjs.map +1 -1
  170. package/lib/styles/settings/_variables.scss +6 -6
  171. package/lib/styles/tools/_states.sass +3 -3
  172. package/lib/util/defineComponent.mjs +21 -18
  173. package/lib/util/defineComponent.mjs.map +1 -1
  174. package/lib/util/helpers.mjs +5 -19
  175. package/lib/util/helpers.mjs.map +1 -1
  176. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { Ref, DeepReadonly, VNodeChild, PropType, ExtractPropTypes, JSXComponent, ComputedRef, nextTick, ComponentInternalInstance, Prop, WritableComputedRef, CSSProperties, InjectionKey, UnwrapRef } from 'vue';
2
+ import { Ref, DeepReadonly, VNodeChild, PropType, ExtractPropTypes, JSXComponent, ComputedRef, EffectScope, nextTick, ComponentInternalInstance, Prop, WritableComputedRef, CSSProperties, InjectionKey, UnwrapRef } from 'vue';
3
3
  // @ts-ignore
4
4
  import * as vue_router from 'vue-router';
5
5
  // @ts-ignore
@@ -92,6 +92,23 @@ declare type Tblock = typeof block[number];
92
92
  declare type Tinline = typeof inline[number];
93
93
  declare type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
94
94
 
95
+ declare class Box {
96
+ x: number;
97
+ y: number;
98
+ width: number;
99
+ height: number;
100
+ constructor({ x, y, width, height }: {
101
+ x: number;
102
+ y: number;
103
+ width: number;
104
+ height: number;
105
+ });
106
+ get top(): number;
107
+ get bottom(): number;
108
+ get left(): number;
109
+ get right(): number;
110
+ }
111
+
95
112
  declare type SlotsToProps<T extends Record<string, any>> = T extends Record<string, Slot> ? ({
96
113
  $children?: (VNodeChild | (keyof T extends 'default' ? T['default'] : {}) | {
97
114
  [K in keyof T]?: T[K];
@@ -1537,7 +1554,7 @@ interface ScrollStrategyData {
1537
1554
  isActive: Ref<boolean>;
1538
1555
  updateLocation: Ref<((e: Event) => void) | undefined>;
1539
1556
  }
1540
- declare type ScrollStrategyFn = (data: ScrollStrategyData, props: StrategyProps$1) => void;
1557
+ declare type ScrollStrategyFn = (data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope) => void;
1541
1558
  declare const scrollStrategies: {
1542
1559
  none: null;
1543
1560
  close: typeof closeScrollStrategy;
@@ -1550,7 +1567,7 @@ interface StrategyProps$1 {
1550
1567
  }
1551
1568
  declare function closeScrollStrategy(data: ScrollStrategyData): void;
1552
1569
  declare function blockScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1): void;
1553
- declare function repositionScrollStrategy(data: ScrollStrategyData): void;
1570
+ declare function repositionScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope): void;
1554
1571
 
1555
1572
  interface LocationStrategyData {
1556
1573
  contentEl: Ref<HTMLElement | undefined>;
@@ -1577,7 +1594,13 @@ interface StrategyProps {
1577
1594
  }
1578
1595
  declare function staticLocationStrategy(): void;
1579
1596
  declare function connectedLocationStrategy(data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>): {
1580
- updateLocation: () => void;
1597
+ updateLocation: () => {
1598
+ available: {
1599
+ x: number;
1600
+ y: number;
1601
+ };
1602
+ contentBox: Box;
1603
+ } | undefined;
1581
1604
  };
1582
1605
 
1583
1606
  interface InternalItem<T = any> {
@@ -1809,7 +1832,7 @@ declare const VAutocomplete: {
1809
1832
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1810
1833
  updateLocation: (e: Event) => void;
1811
1834
  } | undefined);
1812
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
1835
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1813
1836
  closeOnBack: boolean;
1814
1837
  contained: boolean;
1815
1838
  noClickAnimation: boolean;
@@ -1907,12 +1930,12 @@ declare const VAutocomplete: {
1907
1930
  } | undefined);
1908
1931
  };
1909
1932
  scrollStrategy: Omit<{
1910
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
1933
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1911
1934
  default: string;
1912
1935
  validator: (val: any) => boolean;
1913
1936
  }, "type" | "default"> & {
1914
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
1915
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
1937
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1938
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1916
1939
  };
1917
1940
  closeOnBack: {
1918
1941
  type: BooleanConstructor;
@@ -2156,7 +2179,7 @@ declare const VAutocomplete: {
2156
2179
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2157
2180
  updateLocation: (e: Event) => void;
2158
2181
  } | undefined);
2159
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
2182
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
2160
2183
  closeOnBack: boolean;
2161
2184
  contained: boolean;
2162
2185
  noClickAnimation: boolean;
@@ -2254,12 +2277,12 @@ declare const VAutocomplete: {
2254
2277
  } | undefined);
2255
2278
  };
2256
2279
  scrollStrategy: Omit<{
2257
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
2280
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2258
2281
  default: string;
2259
2282
  validator: (val: any) => boolean;
2260
2283
  }, "type" | "default"> & {
2261
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
2262
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
2284
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2285
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
2263
2286
  };
2264
2287
  closeOnBack: {
2265
2288
  type: BooleanConstructor;
@@ -2567,7 +2590,7 @@ declare const VAutocomplete: {
2567
2590
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2568
2591
  updateLocation: (e: Event) => void;
2569
2592
  } | undefined);
2570
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
2593
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
2571
2594
  closeOnBack: boolean;
2572
2595
  contained: boolean;
2573
2596
  noClickAnimation: boolean;
@@ -2665,12 +2688,12 @@ declare const VAutocomplete: {
2665
2688
  } | undefined);
2666
2689
  };
2667
2690
  scrollStrategy: Omit<{
2668
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
2691
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2669
2692
  default: string;
2670
2693
  validator: (val: any) => boolean;
2671
2694
  }, "type" | "default"> & {
2672
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
2673
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
2695
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2696
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
2674
2697
  };
2675
2698
  closeOnBack: {
2676
2699
  type: BooleanConstructor;
@@ -2915,7 +2938,7 @@ declare const VAutocomplete: {
2915
2938
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2916
2939
  updateLocation: (e: Event) => void;
2917
2940
  } | undefined);
2918
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
2941
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
2919
2942
  closeOnBack: boolean;
2920
2943
  contained: boolean;
2921
2944
  noClickAnimation: boolean;
@@ -3013,12 +3036,12 @@ declare const VAutocomplete: {
3013
3036
  } | undefined);
3014
3037
  };
3015
3038
  scrollStrategy: Omit<{
3016
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
3039
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
3017
3040
  default: string;
3018
3041
  validator: (val: any) => boolean;
3019
3042
  }, "type" | "default"> & {
3020
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
3021
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
3043
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
3044
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
3022
3045
  };
3023
3046
  closeOnBack: {
3024
3047
  type: BooleanConstructor;
@@ -4209,7 +4232,7 @@ declare const VBtnGroup: vue.DefineComponent<{
4209
4232
  };
4210
4233
  border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4211
4234
  divided: BooleanConstructor;
4212
- }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
4235
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ExtractPropTypes<{
4213
4236
  color: StringConstructor;
4214
4237
  variant: {
4215
4238
  type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
@@ -4255,7 +4278,12 @@ declare const VBtnToggle: {
4255
4278
  $props: Partial<{
4256
4279
  disabled: boolean;
4257
4280
  multiple: boolean;
4281
+ tag: string;
4282
+ rounded: string | number | boolean;
4283
+ density: Density;
4284
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
4258
4285
  modelValue: any;
4286
+ divided: boolean;
4259
4287
  }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
4260
4288
  modelValue: {
4261
4289
  type: null;
@@ -4266,9 +4294,35 @@ declare const VBtnToggle: {
4266
4294
  max: NumberConstructor;
4267
4295
  selectedClass: StringConstructor;
4268
4296
  disabled: BooleanConstructor;
4297
+ color: StringConstructor;
4298
+ variant: {
4299
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
4300
+ default: string;
4301
+ validator: (v: any) => boolean;
4302
+ };
4303
+ theme: StringConstructor;
4304
+ tag: {
4305
+ type: StringConstructor;
4306
+ default: string;
4307
+ };
4308
+ rounded: {
4309
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4310
+ default: undefined;
4311
+ };
4312
+ elevation: {
4313
+ type: (StringConstructor | NumberConstructor)[];
4314
+ validator(v: any): boolean;
4315
+ };
4316
+ density: {
4317
+ type: vue.PropType<Density>;
4318
+ default: string;
4319
+ validator: (v: any) => boolean;
4320
+ };
4321
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4322
+ divided: BooleanConstructor;
4269
4323
  }, "$children" | "v-slots" | "v-slot:default">>> & {
4270
4324
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
4271
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "disabled" | "multiple" | "modelValue">;
4325
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "disabled" | "multiple" | "tag" | "rounded" | "density" | "variant" | "modelValue" | "divided">;
4272
4326
  $attrs: {
4273
4327
  [x: string]: unknown;
4274
4328
  };
@@ -4292,6 +4346,32 @@ declare const VBtnToggle: {
4292
4346
  max: NumberConstructor;
4293
4347
  selectedClass: StringConstructor;
4294
4348
  disabled: BooleanConstructor;
4349
+ color: StringConstructor;
4350
+ variant: {
4351
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
4352
+ default: string;
4353
+ validator: (v: any) => boolean;
4354
+ };
4355
+ theme: StringConstructor;
4356
+ tag: {
4357
+ type: StringConstructor;
4358
+ default: string;
4359
+ };
4360
+ rounded: {
4361
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4362
+ default: undefined;
4363
+ };
4364
+ elevation: {
4365
+ type: (StringConstructor | NumberConstructor)[];
4366
+ validator(v: any): boolean;
4367
+ };
4368
+ density: {
4369
+ type: vue.PropType<Density>;
4370
+ default: string;
4371
+ validator: (v: any) => boolean;
4372
+ };
4373
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4374
+ divided: BooleanConstructor;
4295
4375
  }, "$children" | "v-slots" | "v-slot:default">>> & {
4296
4376
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
4297
4377
  }, {
@@ -4303,7 +4383,12 @@ declare const VBtnToggle: {
4303
4383
  }, "$children" | "v-slots" | "v-slot:default">, string, {
4304
4384
  disabled: boolean;
4305
4385
  multiple: boolean;
4386
+ tag: string;
4387
+ rounded: string | number | boolean;
4388
+ density: Density;
4389
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
4306
4390
  modelValue: any;
4391
+ divided: boolean;
4307
4392
  }> & {
4308
4393
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
4309
4394
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -4334,6 +4419,32 @@ declare const VBtnToggle: {
4334
4419
  max: NumberConstructor;
4335
4420
  selectedClass: StringConstructor;
4336
4421
  disabled: BooleanConstructor;
4422
+ color: StringConstructor;
4423
+ variant: {
4424
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
4425
+ default: string;
4426
+ validator: (v: any) => boolean;
4427
+ };
4428
+ theme: StringConstructor;
4429
+ tag: {
4430
+ type: StringConstructor;
4431
+ default: string;
4432
+ };
4433
+ rounded: {
4434
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4435
+ default: undefined;
4436
+ };
4437
+ elevation: {
4438
+ type: (StringConstructor | NumberConstructor)[];
4439
+ validator(v: any): boolean;
4440
+ };
4441
+ density: {
4442
+ type: vue.PropType<Density>;
4443
+ default: string;
4444
+ validator: (v: any) => boolean;
4445
+ };
4446
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4447
+ divided: BooleanConstructor;
4337
4448
  }, "$children" | "v-slots" | "v-slot:default">>> & {
4338
4449
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
4339
4450
  } & vue.ShallowUnwrapRef<{
@@ -4354,6 +4465,32 @@ declare const VBtnToggle: {
4354
4465
  max: NumberConstructor;
4355
4466
  selectedClass: StringConstructor;
4356
4467
  disabled: BooleanConstructor;
4468
+ color: StringConstructor;
4469
+ variant: {
4470
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
4471
+ default: string;
4472
+ validator: (v: any) => boolean;
4473
+ };
4474
+ theme: StringConstructor;
4475
+ tag: {
4476
+ type: StringConstructor;
4477
+ default: string;
4478
+ };
4479
+ rounded: {
4480
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4481
+ default: undefined;
4482
+ };
4483
+ elevation: {
4484
+ type: (StringConstructor | NumberConstructor)[];
4485
+ validator(v: any): boolean;
4486
+ };
4487
+ density: {
4488
+ type: vue.PropType<Density>;
4489
+ default: string;
4490
+ validator: (v: any) => boolean;
4491
+ };
4492
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4493
+ divided: BooleanConstructor;
4357
4494
  }, "$children" | "v-slots" | "v-slot:default">>> & {
4358
4495
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
4359
4496
  }, {
@@ -4365,7 +4502,12 @@ declare const VBtnToggle: {
4365
4502
  }, "$children" | "v-slots" | "v-slot:default">, string, {
4366
4503
  disabled: boolean;
4367
4504
  multiple: boolean;
4505
+ tag: string;
4506
+ rounded: string | number | boolean;
4507
+ density: Density;
4508
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
4368
4509
  modelValue: any;
4510
+ divided: boolean;
4369
4511
  }> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>() => {
4370
4512
  $props: SlotsToProps<{
4371
4513
  default: [DefaultBtnToggleSlot];
@@ -5579,7 +5721,7 @@ declare const VCombobox: {
5579
5721
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5580
5722
  updateLocation: (e: Event) => void;
5581
5723
  } | undefined);
5582
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
5724
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
5583
5725
  closeOnBack: boolean;
5584
5726
  contained: boolean;
5585
5727
  noClickAnimation: boolean;
@@ -5677,12 +5819,12 @@ declare const VCombobox: {
5677
5819
  } | undefined);
5678
5820
  };
5679
5821
  scrollStrategy: Omit<{
5680
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
5822
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
5681
5823
  default: string;
5682
5824
  validator: (val: any) => boolean;
5683
5825
  }, "type" | "default"> & {
5684
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
5685
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
5826
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
5827
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
5686
5828
  };
5687
5829
  closeOnBack: {
5688
5830
  type: BooleanConstructor;
@@ -5932,7 +6074,7 @@ declare const VCombobox: {
5932
6074
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
5933
6075
  updateLocation: (e: Event) => void;
5934
6076
  } | undefined);
5935
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
6077
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
5936
6078
  closeOnBack: boolean;
5937
6079
  contained: boolean;
5938
6080
  noClickAnimation: boolean;
@@ -6030,12 +6172,12 @@ declare const VCombobox: {
6030
6172
  } | undefined);
6031
6173
  };
6032
6174
  scrollStrategy: Omit<{
6033
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
6175
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6034
6176
  default: string;
6035
6177
  validator: (val: any) => boolean;
6036
6178
  }, "type" | "default"> & {
6037
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
6038
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
6179
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6180
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
6039
6181
  };
6040
6182
  closeOnBack: {
6041
6183
  type: BooleanConstructor;
@@ -6348,7 +6490,7 @@ declare const VCombobox: {
6348
6490
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
6349
6491
  updateLocation: (e: Event) => void;
6350
6492
  } | undefined);
6351
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
6493
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
6352
6494
  closeOnBack: boolean;
6353
6495
  contained: boolean;
6354
6496
  noClickAnimation: boolean;
@@ -6446,12 +6588,12 @@ declare const VCombobox: {
6446
6588
  } | undefined);
6447
6589
  };
6448
6590
  scrollStrategy: Omit<{
6449
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
6591
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6450
6592
  default: string;
6451
6593
  validator: (val: any) => boolean;
6452
6594
  }, "type" | "default"> & {
6453
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
6454
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
6595
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6596
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
6455
6597
  };
6456
6598
  closeOnBack: {
6457
6599
  type: BooleanConstructor;
@@ -6701,7 +6843,7 @@ declare const VCombobox: {
6701
6843
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
6702
6844
  updateLocation: (e: Event) => void;
6703
6845
  } | undefined);
6704
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
6846
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
6705
6847
  closeOnBack: boolean;
6706
6848
  contained: boolean;
6707
6849
  noClickAnimation: boolean;
@@ -6799,12 +6941,12 @@ declare const VCombobox: {
6799
6941
  } | undefined);
6800
6942
  };
6801
6943
  scrollStrategy: Omit<{
6802
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
6944
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6803
6945
  default: string;
6804
6946
  validator: (val: any) => boolean;
6805
6947
  }, "type" | "default"> & {
6806
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
6807
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
6948
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
6949
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
6808
6950
  };
6809
6951
  closeOnBack: {
6810
6952
  type: BooleanConstructor;
@@ -7249,20 +7391,21 @@ declare const VCounter: vue.DefineComponent<{
7249
7391
  }>;
7250
7392
  declare type VCounter = InstanceType<typeof VCounter>;
7251
7393
 
7252
- interface DefaultsInstance {
7394
+ declare type DefaultsInstance = undefined | {
7253
7395
  [key: string]: undefined | Record<string, unknown>;
7254
7396
  global?: Record<string, unknown>;
7255
- }
7397
+ };
7398
+ declare type DefaultsOptions = Partial<DefaultsInstance>;
7256
7399
 
7257
7400
  declare const VDefaultsProvider: vue.DefineComponent<{
7258
- defaults: PropType<Partial<DefaultsInstance>>;
7401
+ defaults: PropType<DefaultsOptions>;
7259
7402
  reset: (StringConstructor | NumberConstructor)[];
7260
7403
  root: BooleanConstructor;
7261
7404
  scoped: BooleanConstructor;
7262
7405
  }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
7263
7406
  [key: string]: any;
7264
7407
  }>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
7265
- defaults: PropType<Partial<DefaultsInstance>>;
7408
+ defaults: PropType<DefaultsOptions>;
7266
7409
  reset: (StringConstructor | NumberConstructor)[];
7267
7410
  root: BooleanConstructor;
7268
7411
  scoped: BooleanConstructor;
@@ -7304,7 +7447,7 @@ declare const VOverlay: {
7304
7447
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
7305
7448
  updateLocation: (e: Event) => void;
7306
7449
  } | undefined);
7307
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
7450
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
7308
7451
  closeOnBack: boolean;
7309
7452
  contained: boolean;
7310
7453
  noClickAnimation: boolean;
@@ -7321,7 +7464,7 @@ declare const VOverlay: {
7321
7464
  };
7322
7465
  theme: StringConstructor;
7323
7466
  scrollStrategy: {
7324
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
7467
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7325
7468
  default: string;
7326
7469
  validator: (val: any) => boolean;
7327
7470
  };
@@ -7415,7 +7558,7 @@ declare const VOverlay: {
7415
7558
  };
7416
7559
  theme: StringConstructor;
7417
7560
  scrollStrategy: {
7418
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
7561
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7419
7562
  default: string;
7420
7563
  validator: (val: any) => boolean;
7421
7564
  };
@@ -7515,7 +7658,7 @@ declare const VOverlay: {
7515
7658
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
7516
7659
  updateLocation: (e: Event) => void;
7517
7660
  } | undefined);
7518
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
7661
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
7519
7662
  closeOnBack: boolean;
7520
7663
  contained: boolean;
7521
7664
  noClickAnimation: boolean;
@@ -7552,7 +7695,7 @@ declare const VOverlay: {
7552
7695
  };
7553
7696
  theme: StringConstructor;
7554
7697
  scrollStrategy: {
7555
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
7698
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7556
7699
  default: string;
7557
7700
  validator: (val: any) => boolean;
7558
7701
  };
@@ -7643,7 +7786,7 @@ declare const VOverlay: {
7643
7786
  };
7644
7787
  theme: StringConstructor;
7645
7788
  scrollStrategy: {
7646
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
7789
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7647
7790
  default: string;
7648
7791
  validator: (val: any) => boolean;
7649
7792
  };
@@ -7743,7 +7886,7 @@ declare const VOverlay: {
7743
7886
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
7744
7887
  updateLocation: (e: Event) => void;
7745
7888
  } | undefined);
7746
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
7889
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
7747
7890
  closeOnBack: boolean;
7748
7891
  contained: boolean;
7749
7892
  noClickAnimation: boolean;
@@ -7784,7 +7927,7 @@ declare const VDialog: {
7784
7927
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
7785
7928
  updateLocation: (e: Event) => void;
7786
7929
  } | undefined);
7787
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
7930
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
7788
7931
  closeOnBack: boolean;
7789
7932
  contained: boolean;
7790
7933
  noClickAnimation: boolean;
@@ -7822,12 +7965,12 @@ declare const VDialog: {
7822
7965
  };
7823
7966
  theme: StringConstructor;
7824
7967
  scrollStrategy: Omit<{
7825
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
7968
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7826
7969
  default: string;
7827
7970
  validator: (val: any) => boolean;
7828
7971
  }, "type" | "default"> & {
7829
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
7830
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
7972
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7973
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
7831
7974
  };
7832
7975
  locationStrategy: {
7833
7976
  type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
@@ -7947,12 +8090,12 @@ declare const VDialog: {
7947
8090
  };
7948
8091
  theme: StringConstructor;
7949
8092
  scrollStrategy: Omit<{
7950
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
8093
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
7951
8094
  default: string;
7952
8095
  validator: (val: any) => boolean;
7953
8096
  }, "type" | "default"> & {
7954
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
7955
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
8097
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8098
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
7956
8099
  };
7957
8100
  locationStrategy: {
7958
8101
  type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
@@ -8051,7 +8194,7 @@ declare const VDialog: {
8051
8194
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8052
8195
  updateLocation: (e: Event) => void;
8053
8196
  } | undefined);
8054
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
8197
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
8055
8198
  closeOnBack: boolean;
8056
8199
  contained: boolean;
8057
8200
  noClickAnimation: boolean;
@@ -8068,7 +8211,7 @@ declare const VDialog: {
8068
8211
  };
8069
8212
  theme: StringConstructor;
8070
8213
  scrollStrategy: {
8071
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
8214
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8072
8215
  default: string;
8073
8216
  validator: (val: any) => boolean;
8074
8217
  };
@@ -8162,7 +8305,7 @@ declare const VDialog: {
8162
8305
  };
8163
8306
  theme: StringConstructor;
8164
8307
  scrollStrategy: {
8165
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
8308
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8166
8309
  default: string;
8167
8310
  validator: (val: any) => boolean;
8168
8311
  };
@@ -8262,7 +8405,7 @@ declare const VDialog: {
8262
8405
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8263
8406
  updateLocation: (e: Event) => void;
8264
8407
  } | undefined);
8265
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
8408
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
8266
8409
  closeOnBack: boolean;
8267
8410
  contained: boolean;
8268
8411
  noClickAnimation: boolean;
@@ -8299,7 +8442,7 @@ declare const VDialog: {
8299
8442
  };
8300
8443
  theme: StringConstructor;
8301
8444
  scrollStrategy: {
8302
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
8445
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8303
8446
  default: string;
8304
8447
  validator: (val: any) => boolean;
8305
8448
  };
@@ -8432,7 +8575,7 @@ declare const VDialog: {
8432
8575
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8433
8576
  updateLocation: (e: Event) => void;
8434
8577
  } | undefined);
8435
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
8578
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
8436
8579
  closeOnBack: boolean;
8437
8580
  contained: boolean;
8438
8581
  noClickAnimation: boolean;
@@ -8490,12 +8633,12 @@ declare const VDialog: {
8490
8633
  };
8491
8634
  theme: StringConstructor;
8492
8635
  scrollStrategy: Omit<{
8493
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
8636
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8494
8637
  default: string;
8495
8638
  validator: (val: any) => boolean;
8496
8639
  }, "type" | "default"> & {
8497
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
8498
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
8640
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8641
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
8499
8642
  };
8500
8643
  locationStrategy: {
8501
8644
  type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
@@ -8594,7 +8737,7 @@ declare const VDialog: {
8594
8737
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8595
8738
  updateLocation: (e: Event) => void;
8596
8739
  } | undefined);
8597
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
8740
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
8598
8741
  closeOnBack: boolean;
8599
8742
  contained: boolean;
8600
8743
  noClickAnimation: boolean;
@@ -8611,7 +8754,7 @@ declare const VDialog: {
8611
8754
  };
8612
8755
  theme: StringConstructor;
8613
8756
  scrollStrategy: {
8614
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
8757
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8615
8758
  default: string;
8616
8759
  validator: (val: any) => boolean;
8617
8760
  };
@@ -8705,7 +8848,7 @@ declare const VDialog: {
8705
8848
  };
8706
8849
  theme: StringConstructor;
8707
8850
  scrollStrategy: {
8708
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
8851
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8709
8852
  default: string;
8710
8853
  validator: (val: any) => boolean;
8711
8854
  };
@@ -8805,7 +8948,7 @@ declare const VDialog: {
8805
8948
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
8806
8949
  updateLocation: (e: Event) => void;
8807
8950
  } | undefined);
8808
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
8951
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
8809
8952
  closeOnBack: boolean;
8810
8953
  contained: boolean;
8811
8954
  noClickAnimation: boolean;
@@ -8842,7 +8985,7 @@ declare const VDialog: {
8842
8985
  };
8843
8986
  theme: StringConstructor;
8844
8987
  scrollStrategy: {
8845
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
8988
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8846
8989
  default: string;
8847
8990
  validator: (val: any) => boolean;
8848
8991
  };
@@ -8981,12 +9124,12 @@ declare const VDialog: {
8981
9124
  };
8982
9125
  theme: StringConstructor;
8983
9126
  scrollStrategy: Omit<{
8984
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
9127
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
8985
9128
  default: string;
8986
9129
  validator: (val: any) => boolean;
8987
9130
  }, "type" | "default"> & {
8988
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
8989
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
9131
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
9132
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
8990
9133
  };
8991
9134
  locationStrategy: {
8992
9135
  type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
@@ -9085,7 +9228,7 @@ declare const VDialog: {
9085
9228
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
9086
9229
  updateLocation: (e: Event) => void;
9087
9230
  } | undefined);
9088
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
9231
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
9089
9232
  closeOnBack: boolean;
9090
9233
  contained: boolean;
9091
9234
  noClickAnimation: boolean;
@@ -9102,7 +9245,7 @@ declare const VDialog: {
9102
9245
  };
9103
9246
  theme: StringConstructor;
9104
9247
  scrollStrategy: {
9105
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
9248
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
9106
9249
  default: string;
9107
9250
  validator: (val: any) => boolean;
9108
9251
  };
@@ -9196,7 +9339,7 @@ declare const VDialog: {
9196
9339
  };
9197
9340
  theme: StringConstructor;
9198
9341
  scrollStrategy: {
9199
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
9342
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
9200
9343
  default: string;
9201
9344
  validator: (val: any) => boolean;
9202
9345
  };
@@ -9296,7 +9439,7 @@ declare const VDialog: {
9296
9439
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
9297
9440
  updateLocation: (e: Event) => void;
9298
9441
  } | undefined);
9299
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
9442
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
9300
9443
  closeOnBack: boolean;
9301
9444
  contained: boolean;
9302
9445
  noClickAnimation: boolean;
@@ -9333,7 +9476,7 @@ declare const VDialog: {
9333
9476
  };
9334
9477
  theme: StringConstructor;
9335
9478
  scrollStrategy: {
9336
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
9479
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
9337
9480
  default: string;
9338
9481
  validator: (val: any) => boolean;
9339
9482
  };
@@ -9466,7 +9609,7 @@ declare const VDialog: {
9466
9609
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
9467
9610
  updateLocation: (e: Event) => void;
9468
9611
  } | undefined);
9469
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
9612
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
9470
9613
  closeOnBack: boolean;
9471
9614
  contained: boolean;
9472
9615
  noClickAnimation: boolean;
@@ -10244,7 +10387,6 @@ interface SubmitEventPromise extends SubmitEvent, Promise<FormValidationResult>
10244
10387
  declare const VForm: vue.DefineComponent<{
10245
10388
  disabled: BooleanConstructor;
10246
10389
  fastFail: BooleanConstructor;
10247
- lazyValidation: BooleanConstructor;
10248
10390
  readonly: BooleanConstructor;
10249
10391
  modelValue: {
10250
10392
  type: vue.PropType<boolean | null>;
@@ -10285,7 +10427,6 @@ declare const VForm: vue.DefineComponent<{
10285
10427
  }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
10286
10428
  disabled: BooleanConstructor;
10287
10429
  fastFail: BooleanConstructor;
10288
- lazyValidation: BooleanConstructor;
10289
10430
  readonly: BooleanConstructor;
10290
10431
  modelValue: {
10291
10432
  type: vue.PropType<boolean | null>;
@@ -10304,7 +10445,6 @@ declare const VForm: vue.DefineComponent<{
10304
10445
  modelValue: boolean | null;
10305
10446
  validateOn: "input" | "blur" | "submit" | undefined;
10306
10447
  fastFail: boolean;
10307
- lazyValidation: boolean;
10308
10448
  }>;
10309
10449
  declare type VForm = InstanceType<typeof VForm>;
10310
10450
 
@@ -12262,7 +12402,7 @@ declare const VMenu: {
12262
12402
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
12263
12403
  updateLocation: (e: Event) => void;
12264
12404
  } | undefined);
12265
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
12405
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
12266
12406
  closeOnBack: boolean;
12267
12407
  contained: boolean;
12268
12408
  noClickAnimation: boolean;
@@ -12360,12 +12500,12 @@ declare const VMenu: {
12360
12500
  } | undefined);
12361
12501
  };
12362
12502
  scrollStrategy: Omit<{
12363
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
12503
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
12364
12504
  default: string;
12365
12505
  validator: (val: any) => boolean;
12366
12506
  }, "type" | "default"> & {
12367
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
12368
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
12507
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
12508
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
12369
12509
  };
12370
12510
  closeOnBack: {
12371
12511
  type: BooleanConstructor;
@@ -12492,12 +12632,12 @@ declare const VMenu: {
12492
12632
  } | undefined);
12493
12633
  };
12494
12634
  scrollStrategy: Omit<{
12495
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
12635
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
12496
12636
  default: string;
12497
12637
  validator: (val: any) => boolean;
12498
12638
  }, "type" | "default"> & {
12499
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
12500
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
12639
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
12640
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
12501
12641
  };
12502
12642
  closeOnBack: {
12503
12643
  type: BooleanConstructor;
@@ -12542,7 +12682,7 @@ declare const VMenu: {
12542
12682
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
12543
12683
  updateLocation: (e: Event) => void;
12544
12684
  } | undefined);
12545
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
12685
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
12546
12686
  closeOnBack: boolean;
12547
12687
  contained: boolean;
12548
12688
  noClickAnimation: boolean;
@@ -12559,7 +12699,7 @@ declare const VMenu: {
12559
12699
  };
12560
12700
  theme: StringConstructor;
12561
12701
  scrollStrategy: {
12562
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
12702
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
12563
12703
  default: string;
12564
12704
  validator: (val: any) => boolean;
12565
12705
  };
@@ -12653,7 +12793,7 @@ declare const VMenu: {
12653
12793
  };
12654
12794
  theme: StringConstructor;
12655
12795
  scrollStrategy: {
12656
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
12796
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
12657
12797
  default: string;
12658
12798
  validator: (val: any) => boolean;
12659
12799
  };
@@ -12753,7 +12893,7 @@ declare const VMenu: {
12753
12893
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
12754
12894
  updateLocation: (e: Event) => void;
12755
12895
  } | undefined);
12756
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
12896
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
12757
12897
  closeOnBack: boolean;
12758
12898
  contained: boolean;
12759
12899
  noClickAnimation: boolean;
@@ -12790,7 +12930,7 @@ declare const VMenu: {
12790
12930
  };
12791
12931
  theme: StringConstructor;
12792
12932
  scrollStrategy: {
12793
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
12933
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
12794
12934
  default: string;
12795
12935
  validator: (val: any) => boolean;
12796
12936
  };
@@ -12924,7 +13064,7 @@ declare const VMenu: {
12924
13064
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
12925
13065
  updateLocation: (e: Event) => void;
12926
13066
  } | undefined);
12927
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
13067
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
12928
13068
  closeOnBack: boolean;
12929
13069
  contained: boolean;
12930
13070
  noClickAnimation: boolean;
@@ -13042,12 +13182,12 @@ declare const VMenu: {
13042
13182
  } | undefined);
13043
13183
  };
13044
13184
  scrollStrategy: Omit<{
13045
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
13185
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
13046
13186
  default: string;
13047
13187
  validator: (val: any) => boolean;
13048
13188
  }, "type" | "default"> & {
13049
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
13050
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
13189
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
13190
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
13051
13191
  };
13052
13192
  closeOnBack: {
13053
13193
  type: BooleanConstructor;
@@ -13092,7 +13232,7 @@ declare const VMenu: {
13092
13232
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
13093
13233
  updateLocation: (e: Event) => void;
13094
13234
  } | undefined);
13095
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
13235
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
13096
13236
  closeOnBack: boolean;
13097
13237
  contained: boolean;
13098
13238
  noClickAnimation: boolean;
@@ -13109,7 +13249,7 @@ declare const VMenu: {
13109
13249
  };
13110
13250
  theme: StringConstructor;
13111
13251
  scrollStrategy: {
13112
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
13252
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
13113
13253
  default: string;
13114
13254
  validator: (val: any) => boolean;
13115
13255
  };
@@ -13203,7 +13343,7 @@ declare const VMenu: {
13203
13343
  };
13204
13344
  theme: StringConstructor;
13205
13345
  scrollStrategy: {
13206
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
13346
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
13207
13347
  default: string;
13208
13348
  validator: (val: any) => boolean;
13209
13349
  };
@@ -13303,7 +13443,7 @@ declare const VMenu: {
13303
13443
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
13304
13444
  updateLocation: (e: Event) => void;
13305
13445
  } | undefined);
13306
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
13446
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
13307
13447
  closeOnBack: boolean;
13308
13448
  contained: boolean;
13309
13449
  noClickAnimation: boolean;
@@ -13340,7 +13480,7 @@ declare const VMenu: {
13340
13480
  };
13341
13481
  theme: StringConstructor;
13342
13482
  scrollStrategy: {
13343
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
13483
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
13344
13484
  default: string;
13345
13485
  validator: (val: any) => boolean;
13346
13486
  };
@@ -13542,12 +13682,12 @@ declare const VMenu: {
13542
13682
  } | undefined);
13543
13683
  };
13544
13684
  scrollStrategy: Omit<{
13545
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
13685
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
13546
13686
  default: string;
13547
13687
  validator: (val: any) => boolean;
13548
13688
  }, "type" | "default"> & {
13549
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
13550
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
13689
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
13690
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
13551
13691
  };
13552
13692
  closeOnBack: {
13553
13693
  type: BooleanConstructor;
@@ -13592,7 +13732,7 @@ declare const VMenu: {
13592
13732
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
13593
13733
  updateLocation: (e: Event) => void;
13594
13734
  } | undefined);
13595
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
13735
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
13596
13736
  closeOnBack: boolean;
13597
13737
  contained: boolean;
13598
13738
  noClickAnimation: boolean;
@@ -13609,7 +13749,7 @@ declare const VMenu: {
13609
13749
  };
13610
13750
  theme: StringConstructor;
13611
13751
  scrollStrategy: {
13612
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
13752
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
13613
13753
  default: string;
13614
13754
  validator: (val: any) => boolean;
13615
13755
  };
@@ -13703,7 +13843,7 @@ declare const VMenu: {
13703
13843
  };
13704
13844
  theme: StringConstructor;
13705
13845
  scrollStrategy: {
13706
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
13846
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
13707
13847
  default: string;
13708
13848
  validator: (val: any) => boolean;
13709
13849
  };
@@ -13803,7 +13943,7 @@ declare const VMenu: {
13803
13943
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
13804
13944
  updateLocation: (e: Event) => void;
13805
13945
  } | undefined);
13806
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
13946
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
13807
13947
  closeOnBack: boolean;
13808
13948
  contained: boolean;
13809
13949
  noClickAnimation: boolean;
@@ -13840,7 +13980,7 @@ declare const VMenu: {
13840
13980
  };
13841
13981
  theme: StringConstructor;
13842
13982
  scrollStrategy: {
13843
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
13983
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
13844
13984
  default: string;
13845
13985
  validator: (val: any) => boolean;
13846
13986
  };
@@ -13974,7 +14114,7 @@ declare const VMenu: {
13974
14114
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
13975
14115
  updateLocation: (e: Event) => void;
13976
14116
  } | undefined);
13977
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
14117
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
13978
14118
  closeOnBack: boolean;
13979
14119
  contained: boolean;
13980
14120
  noClickAnimation: boolean;
@@ -14272,7 +14412,7 @@ declare const VNavigationDrawer: vue.DefineComponent<{
14272
14412
  default: number;
14273
14413
  };
14274
14414
  location: {
14275
- type: PropType<"end" | "start" | "left" | "bottom" | "right">;
14415
+ type: PropType<"end" | "start" | "left" | "top" | "bottom" | "right">;
14276
14416
  default: string;
14277
14417
  validator: (value: any) => boolean;
14278
14418
  };
@@ -14338,7 +14478,7 @@ declare const VNavigationDrawer: vue.DefineComponent<{
14338
14478
  default: number;
14339
14479
  };
14340
14480
  location: {
14341
- type: PropType<"end" | "start" | "left" | "bottom" | "right">;
14481
+ type: PropType<"end" | "start" | "left" | "top" | "bottom" | "right">;
14342
14482
  default: string;
14343
14483
  validator: (value: any) => boolean;
14344
14484
  };
@@ -14348,7 +14488,7 @@ declare const VNavigationDrawer: vue.DefineComponent<{
14348
14488
  "onUpdate:rail"?: ((val: boolean) => any) | undefined;
14349
14489
  }, {
14350
14490
  absolute: boolean;
14351
- location: "end" | "start" | "left" | "bottom" | "right";
14491
+ location: "end" | "start" | "left" | "top" | "bottom" | "right";
14352
14492
  width: string | number;
14353
14493
  order: string | number;
14354
14494
  temporary: boolean;
@@ -14703,6 +14843,11 @@ declare const VProgressLinear: vue.DefineComponent<{
14703
14843
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
14704
14844
  default: undefined;
14705
14845
  };
14846
+ location: {
14847
+ type: vue.PropType<Anchor | (Anchor & {})>;
14848
+ default: Anchor | (Anchor & {});
14849
+ };
14850
+ absolute: BooleanConstructor;
14706
14851
  active: {
14707
14852
  type: BooleanConstructor;
14708
14853
  default: boolean;
@@ -14744,6 +14889,11 @@ declare const VProgressLinear: vue.DefineComponent<{
14744
14889
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
14745
14890
  default: undefined;
14746
14891
  };
14892
+ location: {
14893
+ type: vue.PropType<Anchor | (Anchor & {})>;
14894
+ default: Anchor | (Anchor & {});
14895
+ };
14896
+ absolute: BooleanConstructor;
14747
14897
  active: {
14748
14898
  type: BooleanConstructor;
14749
14899
  default: boolean;
@@ -14778,6 +14928,8 @@ declare const VProgressLinear: vue.DefineComponent<{
14778
14928
  }, {
14779
14929
  reverse: boolean;
14780
14930
  max: string | number;
14931
+ absolute: boolean;
14932
+ location: Anchor | (Anchor & {});
14781
14933
  height: string | number;
14782
14934
  active: boolean;
14783
14935
  tag: string;
@@ -15845,7 +15997,7 @@ declare const VSelect: {
15845
15997
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
15846
15998
  updateLocation: (e: Event) => void;
15847
15999
  } | undefined);
15848
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
16000
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
15849
16001
  closeOnBack: boolean;
15850
16002
  contained: boolean;
15851
16003
  noClickAnimation: boolean;
@@ -15943,12 +16095,12 @@ declare const VSelect: {
15943
16095
  } | undefined);
15944
16096
  };
15945
16097
  scrollStrategy: Omit<{
15946
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
16098
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
15947
16099
  default: string;
15948
16100
  validator: (val: any) => boolean;
15949
16101
  }, "type" | "default"> & {
15950
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
15951
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
16102
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
16103
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
15952
16104
  };
15953
16105
  closeOnBack: {
15954
16106
  type: BooleanConstructor;
@@ -16191,7 +16343,7 @@ declare const VSelect: {
16191
16343
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
16192
16344
  updateLocation: (e: Event) => void;
16193
16345
  } | undefined);
16194
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
16346
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
16195
16347
  closeOnBack: boolean;
16196
16348
  contained: boolean;
16197
16349
  noClickAnimation: boolean;
@@ -16289,12 +16441,12 @@ declare const VSelect: {
16289
16441
  } | undefined);
16290
16442
  };
16291
16443
  scrollStrategy: Omit<{
16292
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
16444
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
16293
16445
  default: string;
16294
16446
  validator: (val: any) => boolean;
16295
16447
  }, "type" | "default"> & {
16296
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
16297
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
16448
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
16449
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
16298
16450
  };
16299
16451
  closeOnBack: {
16300
16452
  type: BooleanConstructor;
@@ -16597,7 +16749,7 @@ declare const VSelect: {
16597
16749
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
16598
16750
  updateLocation: (e: Event) => void;
16599
16751
  } | undefined);
16600
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
16752
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
16601
16753
  closeOnBack: boolean;
16602
16754
  contained: boolean;
16603
16755
  noClickAnimation: boolean;
@@ -16695,12 +16847,12 @@ declare const VSelect: {
16695
16847
  } | undefined);
16696
16848
  };
16697
16849
  scrollStrategy: Omit<{
16698
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
16850
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
16699
16851
  default: string;
16700
16852
  validator: (val: any) => boolean;
16701
16853
  }, "type" | "default"> & {
16702
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
16703
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
16854
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
16855
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
16704
16856
  };
16705
16857
  closeOnBack: {
16706
16858
  type: BooleanConstructor;
@@ -16938,7 +17090,7 @@ declare const VSelect: {
16938
17090
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
16939
17091
  updateLocation: (e: Event) => void;
16940
17092
  } | undefined);
16941
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
17093
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
16942
17094
  closeOnBack: boolean;
16943
17095
  contained: boolean;
16944
17096
  noClickAnimation: boolean;
@@ -17036,12 +17188,12 @@ declare const VSelect: {
17036
17188
  } | undefined);
17037
17189
  };
17038
17190
  scrollStrategy: Omit<{
17039
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
17191
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
17040
17192
  default: string;
17041
17193
  validator: (val: any) => boolean;
17042
17194
  }, "type" | "default"> & {
17043
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
17044
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
17195
+ type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
17196
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
17045
17197
  };
17046
17198
  closeOnBack: {
17047
17199
  type: BooleanConstructor;
@@ -18501,7 +18653,7 @@ declare const VSnackbar: {
18501
18653
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
18502
18654
  updateLocation: (e: Event) => void;
18503
18655
  } | undefined);
18504
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
18656
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
18505
18657
  closeOnBack: boolean;
18506
18658
  contained: boolean;
18507
18659
  noClickAnimation: boolean;
@@ -18518,7 +18670,7 @@ declare const VSnackbar: {
18518
18670
  };
18519
18671
  theme: StringConstructor;
18520
18672
  scrollStrategy: {
18521
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
18673
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
18522
18674
  default: string;
18523
18675
  validator: (val: any) => boolean;
18524
18676
  };
@@ -18612,7 +18764,7 @@ declare const VSnackbar: {
18612
18764
  };
18613
18765
  theme: StringConstructor;
18614
18766
  scrollStrategy: {
18615
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
18767
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
18616
18768
  default: string;
18617
18769
  validator: (val: any) => boolean;
18618
18770
  };
@@ -18712,7 +18864,7 @@ declare const VSnackbar: {
18712
18864
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
18713
18865
  updateLocation: (e: Event) => void;
18714
18866
  } | undefined);
18715
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
18867
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
18716
18868
  closeOnBack: boolean;
18717
18869
  contained: boolean;
18718
18870
  noClickAnimation: boolean;
@@ -18749,7 +18901,7 @@ declare const VSnackbar: {
18749
18901
  };
18750
18902
  theme: StringConstructor;
18751
18903
  scrollStrategy: {
18752
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
18904
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
18753
18905
  default: string;
18754
18906
  validator: (val: any) => boolean;
18755
18907
  };
@@ -19018,7 +19170,7 @@ declare const VSnackbar: {
19018
19170
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19019
19171
  updateLocation: (e: Event) => void;
19020
19172
  } | undefined);
19021
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
19173
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
19022
19174
  closeOnBack: boolean;
19023
19175
  contained: boolean;
19024
19176
  noClickAnimation: boolean;
@@ -19035,7 +19187,7 @@ declare const VSnackbar: {
19035
19187
  };
19036
19188
  theme: StringConstructor;
19037
19189
  scrollStrategy: {
19038
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
19190
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19039
19191
  default: string;
19040
19192
  validator: (val: any) => boolean;
19041
19193
  };
@@ -19129,7 +19281,7 @@ declare const VSnackbar: {
19129
19281
  };
19130
19282
  theme: StringConstructor;
19131
19283
  scrollStrategy: {
19132
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
19284
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19133
19285
  default: string;
19134
19286
  validator: (val: any) => boolean;
19135
19287
  };
@@ -19229,7 +19381,7 @@ declare const VSnackbar: {
19229
19381
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19230
19382
  updateLocation: (e: Event) => void;
19231
19383
  } | undefined);
19232
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
19384
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
19233
19385
  closeOnBack: boolean;
19234
19386
  contained: boolean;
19235
19387
  noClickAnimation: boolean;
@@ -19266,7 +19418,7 @@ declare const VSnackbar: {
19266
19418
  };
19267
19419
  theme: StringConstructor;
19268
19420
  scrollStrategy: {
19269
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
19421
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19270
19422
  default: string;
19271
19423
  validator: (val: any) => boolean;
19272
19424
  };
@@ -19491,7 +19643,7 @@ declare const VSnackbar: {
19491
19643
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19492
19644
  updateLocation: (e: Event) => void;
19493
19645
  } | undefined);
19494
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
19646
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
19495
19647
  closeOnBack: boolean;
19496
19648
  contained: boolean;
19497
19649
  noClickAnimation: boolean;
@@ -19508,7 +19660,7 @@ declare const VSnackbar: {
19508
19660
  };
19509
19661
  theme: StringConstructor;
19510
19662
  scrollStrategy: {
19511
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
19663
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19512
19664
  default: string;
19513
19665
  validator: (val: any) => boolean;
19514
19666
  };
@@ -19602,7 +19754,7 @@ declare const VSnackbar: {
19602
19754
  };
19603
19755
  theme: StringConstructor;
19604
19756
  scrollStrategy: {
19605
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
19757
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19606
19758
  default: string;
19607
19759
  validator: (val: any) => boolean;
19608
19760
  };
@@ -19702,7 +19854,7 @@ declare const VSnackbar: {
19702
19854
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19703
19855
  updateLocation: (e: Event) => void;
19704
19856
  } | undefined);
19705
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
19857
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
19706
19858
  closeOnBack: boolean;
19707
19859
  contained: boolean;
19708
19860
  noClickAnimation: boolean;
@@ -19739,7 +19891,7 @@ declare const VSnackbar: {
19739
19891
  };
19740
19892
  theme: StringConstructor;
19741
19893
  scrollStrategy: {
19742
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
19894
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
19743
19895
  default: string;
19744
19896
  validator: (val: any) => boolean;
19745
19897
  };
@@ -22785,7 +22937,7 @@ declare const VTooltip: {
22785
22937
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
22786
22938
  updateLocation: (e: Event) => void;
22787
22939
  } | undefined);
22788
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
22940
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
22789
22941
  closeOnBack: boolean;
22790
22942
  contained: boolean;
22791
22943
  noClickAnimation: boolean;
@@ -22878,12 +23030,12 @@ declare const VTooltip: {
22878
23030
  } | undefined);
22879
23031
  };
22880
23032
  scrollStrategy: Omit<{
22881
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23033
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
22882
23034
  default: string;
22883
23035
  validator: (val: any) => boolean;
22884
23036
  }, "type" | "default"> & {
22885
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
22886
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
23037
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
23038
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
22887
23039
  };
22888
23040
  closeOnBack: Omit<{
22889
23041
  type: BooleanConstructor;
@@ -23009,12 +23161,12 @@ declare const VTooltip: {
23009
23161
  } | undefined);
23010
23162
  };
23011
23163
  scrollStrategy: Omit<{
23012
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23164
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
23013
23165
  default: string;
23014
23166
  validator: (val: any) => boolean;
23015
23167
  }, "type" | "default"> & {
23016
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23017
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
23168
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
23169
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
23018
23170
  };
23019
23171
  closeOnBack: Omit<{
23020
23172
  type: BooleanConstructor;
@@ -23060,7 +23212,7 @@ declare const VTooltip: {
23060
23212
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
23061
23213
  updateLocation: (e: Event) => void;
23062
23214
  } | undefined);
23063
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
23215
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
23064
23216
  closeOnBack: boolean;
23065
23217
  contained: boolean;
23066
23218
  noClickAnimation: boolean;
@@ -23077,7 +23229,7 @@ declare const VTooltip: {
23077
23229
  };
23078
23230
  theme: StringConstructor;
23079
23231
  scrollStrategy: {
23080
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23232
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
23081
23233
  default: string;
23082
23234
  validator: (val: any) => boolean;
23083
23235
  };
@@ -23171,7 +23323,7 @@ declare const VTooltip: {
23171
23323
  };
23172
23324
  theme: StringConstructor;
23173
23325
  scrollStrategy: {
23174
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23326
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
23175
23327
  default: string;
23176
23328
  validator: (val: any) => boolean;
23177
23329
  };
@@ -23271,7 +23423,7 @@ declare const VTooltip: {
23271
23423
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
23272
23424
  updateLocation: (e: Event) => void;
23273
23425
  } | undefined);
23274
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
23426
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
23275
23427
  closeOnBack: boolean;
23276
23428
  contained: boolean;
23277
23429
  noClickAnimation: boolean;
@@ -23308,7 +23460,7 @@ declare const VTooltip: {
23308
23460
  };
23309
23461
  theme: StringConstructor;
23310
23462
  scrollStrategy: {
23311
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23463
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
23312
23464
  default: string;
23313
23465
  validator: (val: any) => boolean;
23314
23466
  };
@@ -23435,7 +23587,7 @@ declare const VTooltip: {
23435
23587
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
23436
23588
  updateLocation: (e: Event) => void;
23437
23589
  } | undefined);
23438
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
23590
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
23439
23591
  closeOnBack: boolean;
23440
23592
  contained: boolean;
23441
23593
  noClickAnimation: boolean;
@@ -23548,12 +23700,12 @@ declare const VTooltip: {
23548
23700
  } | undefined);
23549
23701
  };
23550
23702
  scrollStrategy: Omit<{
23551
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23703
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
23552
23704
  default: string;
23553
23705
  validator: (val: any) => boolean;
23554
23706
  }, "type" | "default"> & {
23555
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23556
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
23707
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
23708
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
23557
23709
  };
23558
23710
  closeOnBack: Omit<{
23559
23711
  type: BooleanConstructor;
@@ -23599,7 +23751,7 @@ declare const VTooltip: {
23599
23751
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
23600
23752
  updateLocation: (e: Event) => void;
23601
23753
  } | undefined);
23602
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
23754
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
23603
23755
  closeOnBack: boolean;
23604
23756
  contained: boolean;
23605
23757
  noClickAnimation: boolean;
@@ -23616,7 +23768,7 @@ declare const VTooltip: {
23616
23768
  };
23617
23769
  theme: StringConstructor;
23618
23770
  scrollStrategy: {
23619
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23771
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
23620
23772
  default: string;
23621
23773
  validator: (val: any) => boolean;
23622
23774
  };
@@ -23710,7 +23862,7 @@ declare const VTooltip: {
23710
23862
  };
23711
23863
  theme: StringConstructor;
23712
23864
  scrollStrategy: {
23713
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23865
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
23714
23866
  default: string;
23715
23867
  validator: (val: any) => boolean;
23716
23868
  };
@@ -23810,7 +23962,7 @@ declare const VTooltip: {
23810
23962
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
23811
23963
  updateLocation: (e: Event) => void;
23812
23964
  } | undefined);
23813
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
23965
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
23814
23966
  closeOnBack: boolean;
23815
23967
  contained: boolean;
23816
23968
  noClickAnimation: boolean;
@@ -23847,7 +23999,7 @@ declare const VTooltip: {
23847
23999
  };
23848
24000
  theme: StringConstructor;
23849
24001
  scrollStrategy: {
23850
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
24002
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
23851
24003
  default: string;
23852
24004
  validator: (val: any) => boolean;
23853
24005
  };
@@ -24045,12 +24197,12 @@ declare const VTooltip: {
24045
24197
  } | undefined);
24046
24198
  };
24047
24199
  scrollStrategy: Omit<{
24048
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
24200
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
24049
24201
  default: string;
24050
24202
  validator: (val: any) => boolean;
24051
24203
  }, "type" | "default"> & {
24052
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
24053
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
24204
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
24205
+ default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
24054
24206
  };
24055
24207
  closeOnBack: Omit<{
24056
24208
  type: BooleanConstructor;
@@ -24096,7 +24248,7 @@ declare const VTooltip: {
24096
24248
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
24097
24249
  updateLocation: (e: Event) => void;
24098
24250
  } | undefined);
24099
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
24251
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
24100
24252
  closeOnBack: boolean;
24101
24253
  contained: boolean;
24102
24254
  noClickAnimation: boolean;
@@ -24113,7 +24265,7 @@ declare const VTooltip: {
24113
24265
  };
24114
24266
  theme: StringConstructor;
24115
24267
  scrollStrategy: {
24116
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
24268
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
24117
24269
  default: string;
24118
24270
  validator: (val: any) => boolean;
24119
24271
  };
@@ -24207,7 +24359,7 @@ declare const VTooltip: {
24207
24359
  };
24208
24360
  theme: StringConstructor;
24209
24361
  scrollStrategy: {
24210
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
24362
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
24211
24363
  default: string;
24212
24364
  validator: (val: any) => boolean;
24213
24365
  };
@@ -24307,7 +24459,7 @@ declare const VTooltip: {
24307
24459
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
24308
24460
  updateLocation: (e: Event) => void;
24309
24461
  } | undefined);
24310
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
24462
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
24311
24463
  closeOnBack: boolean;
24312
24464
  contained: boolean;
24313
24465
  noClickAnimation: boolean;
@@ -24344,7 +24496,7 @@ declare const VTooltip: {
24344
24496
  };
24345
24497
  theme: StringConstructor;
24346
24498
  scrollStrategy: {
24347
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
24499
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
24348
24500
  default: string;
24349
24501
  validator: (val: any) => boolean;
24350
24502
  };
@@ -24471,7 +24623,7 @@ declare const VTooltip: {
24471
24623
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
24472
24624
  updateLocation: (e: Event) => void;
24473
24625
  } | undefined);
24474
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
24626
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
24475
24627
  closeOnBack: boolean;
24476
24628
  contained: boolean;
24477
24629
  noClickAnimation: boolean;