@vuetify/nightly 3.2.0-next-20230118.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 (170) hide show
  1. package/CHANGELOG.md +203 -16
  2. package/dist/json/importMap-labs.json +8 -4
  3. package/dist/json/importMap.json +8 -8
  4. package/dist/vuetify-labs.css +253 -246
  5. package/dist/vuetify-labs.d.ts +387 -176
  6. package/dist/vuetify-labs.esm.js +282 -215
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +281 -214
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +51 -44
  11. package/dist/vuetify.d.ts +317 -178
  12. package/dist/vuetify.esm.js +249 -185
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +248 -184
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +696 -685
  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 +8 -3
  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 +3 -3
  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.mjs +7 -4
  69. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  70. package/lib/components/VForm/index.d.ts +0 -3
  71. package/lib/components/VList/VList.mjs +4 -1
  72. package/lib/components/VList/VList.mjs.map +1 -1
  73. package/lib/components/VList/VListItem.css +7 -7
  74. package/lib/components/VList/VListItem.mjs +29 -19
  75. package/lib/components/VList/VListItem.mjs.map +1 -1
  76. package/lib/components/VMenu/VMenu.mjs +6 -5
  77. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  78. package/lib/components/VMenu/index.d.ts +57 -34
  79. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +4 -0
  80. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
  81. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  82. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +4 -0
  83. package/lib/components/VNavigationDrawer/index.d.ts +3 -3
  84. package/lib/components/VNavigationDrawer/touch.mjs +7 -6
  85. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
  86. package/lib/components/VOtpInput/VOtpInput.mjs +22 -46
  87. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  88. package/lib/components/VOverflowBtn/VOverflowBtn.mjs +3 -0
  89. package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
  90. package/lib/components/VOverlay/index.d.ts +34 -11
  91. package/lib/components/VOverlay/locationStrategies.mjs +40 -29
  92. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  93. package/lib/components/VOverlay/scrollStrategies.mjs +25 -16
  94. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  95. package/lib/components/VPagination/VPagination.mjs +1 -1
  96. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  97. package/lib/components/VSelect/VSelect.mjs +3 -4
  98. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  99. package/lib/components/VSelect/index.d.ts +43 -20
  100. package/lib/components/VSelectionControl/VSelectionControl.css +2 -2
  101. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -1
  102. package/lib/components/VSnackbar/index.d.ts +42 -19
  103. package/lib/components/VStepper/VStepper.sass +6 -6
  104. package/lib/components/VStepper/VStepperStep.mjs +12 -2
  105. package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
  106. package/lib/components/VTable/VTable.css +4 -4
  107. package/lib/components/VTable/VTable.sass +2 -2
  108. package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
  109. package/lib/components/VTimeline/_mixins.sass +1 -1
  110. package/lib/components/VTooltip/VTooltip.mjs +4 -3
  111. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  112. package/lib/components/VTooltip/index.d.ts +57 -34
  113. package/lib/components/VTreeview/VTreeview.mjs +1 -1
  114. package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
  115. package/lib/components/index.d.ts +316 -176
  116. package/lib/composables/defaults.mjs +1 -1
  117. package/lib/composables/defaults.mjs.map +1 -1
  118. package/lib/composables/filter.mjs +3 -3
  119. package/lib/composables/filter.mjs.map +1 -1
  120. package/lib/composables/form.mjs +0 -1
  121. package/lib/composables/form.mjs.map +1 -1
  122. package/lib/composables/toggleScope.mjs +14 -7
  123. package/lib/composables/toggleScope.mjs.map +1 -1
  124. package/lib/directives/ripple/VRipple.css +3 -0
  125. package/lib/directives/ripple/VRipple.sass +3 -0
  126. package/lib/directives/ripple/_variables.scss +1 -1
  127. package/lib/directives/ripple/index.mjs +2 -7
  128. package/lib/directives/ripple/index.mjs.map +1 -1
  129. package/lib/entry-bundler.mjs +1 -1
  130. package/lib/framework.mjs +1 -1
  131. package/lib/index.d.ts +4 -4
  132. package/lib/labs/VDataTable/VDataTable.mjs +6 -6
  133. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  134. package/lib/labs/VDataTable/VDataTableFooter.mjs +1 -1
  135. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  136. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
  137. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  138. package/lib/labs/VDataTable/VDataTableServer.mjs +19 -12
  139. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  140. package/lib/labs/VDataTable/VDataTableVirtual.mjs +6 -5
  141. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  142. package/lib/labs/VDataTable/composables/options.mjs +3 -7
  143. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  144. package/lib/labs/VDataTable/composables/paginate.mjs +1 -1
  145. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  146. package/lib/labs/VDataTable/index.d.ts +71 -1
  147. package/lib/labs/VDataTable/index.mjs +1 -0
  148. package/lib/labs/VDataTable/index.mjs.map +1 -1
  149. package/lib/labs/components.d.ts +71 -1
  150. package/lib/locale/adapters/vue-i18n.mjs +12 -2
  151. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  152. package/lib/locale/ar.mjs +20 -20
  153. package/lib/locale/ar.mjs.map +1 -1
  154. package/lib/locale/en.mjs +2 -2
  155. package/lib/locale/en.mjs.map +1 -1
  156. package/lib/locale/es.mjs +3 -3
  157. package/lib/locale/es.mjs.map +1 -1
  158. package/lib/locale/fi.mjs +5 -5
  159. package/lib/locale/fi.mjs.map +1 -1
  160. package/lib/locale/it.mjs +6 -6
  161. package/lib/locale/it.mjs.map +1 -1
  162. package/lib/locale/sv.mjs +13 -13
  163. package/lib/locale/sv.mjs.map +1 -1
  164. package/lib/styles/settings/_variables.scss +6 -6
  165. package/lib/styles/tools/_states.sass +3 -3
  166. package/lib/util/defineComponent.mjs +21 -18
  167. package/lib/util/defineComponent.mjs.map +1 -1
  168. package/lib/util/helpers.mjs +5 -19
  169. package/lib/util/helpers.mjs.map +1 -1
  170. 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;
@@ -15857,7 +15997,7 @@ declare const VSelect: {
15857
15997
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
15858
15998
  updateLocation: (e: Event) => void;
15859
15999
  } | undefined);
15860
- 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";
15861
16001
  closeOnBack: boolean;
15862
16002
  contained: boolean;
15863
16003
  noClickAnimation: boolean;
@@ -15955,12 +16095,12 @@ declare const VSelect: {
15955
16095
  } | undefined);
15956
16096
  };
15957
16097
  scrollStrategy: Omit<{
15958
- 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">;
15959
16099
  default: string;
15960
16100
  validator: (val: any) => boolean;
15961
16101
  }, "type" | "default"> & {
15962
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
15963
- 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";
15964
16104
  };
15965
16105
  closeOnBack: {
15966
16106
  type: BooleanConstructor;
@@ -16203,7 +16343,7 @@ declare const VSelect: {
16203
16343
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
16204
16344
  updateLocation: (e: Event) => void;
16205
16345
  } | undefined);
16206
- 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";
16207
16347
  closeOnBack: boolean;
16208
16348
  contained: boolean;
16209
16349
  noClickAnimation: boolean;
@@ -16301,12 +16441,12 @@ declare const VSelect: {
16301
16441
  } | undefined);
16302
16442
  };
16303
16443
  scrollStrategy: Omit<{
16304
- 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">;
16305
16445
  default: string;
16306
16446
  validator: (val: any) => boolean;
16307
16447
  }, "type" | "default"> & {
16308
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
16309
- 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";
16310
16450
  };
16311
16451
  closeOnBack: {
16312
16452
  type: BooleanConstructor;
@@ -16609,7 +16749,7 @@ declare const VSelect: {
16609
16749
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
16610
16750
  updateLocation: (e: Event) => void;
16611
16751
  } | undefined);
16612
- 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";
16613
16753
  closeOnBack: boolean;
16614
16754
  contained: boolean;
16615
16755
  noClickAnimation: boolean;
@@ -16707,12 +16847,12 @@ declare const VSelect: {
16707
16847
  } | undefined);
16708
16848
  };
16709
16849
  scrollStrategy: Omit<{
16710
- 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">;
16711
16851
  default: string;
16712
16852
  validator: (val: any) => boolean;
16713
16853
  }, "type" | "default"> & {
16714
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
16715
- 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";
16716
16856
  };
16717
16857
  closeOnBack: {
16718
16858
  type: BooleanConstructor;
@@ -16950,7 +17090,7 @@ declare const VSelect: {
16950
17090
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
16951
17091
  updateLocation: (e: Event) => void;
16952
17092
  } | undefined);
16953
- 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";
16954
17094
  closeOnBack: boolean;
16955
17095
  contained: boolean;
16956
17096
  noClickAnimation: boolean;
@@ -17048,12 +17188,12 @@ declare const VSelect: {
17048
17188
  } | undefined);
17049
17189
  };
17050
17190
  scrollStrategy: Omit<{
17051
- 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">;
17052
17192
  default: string;
17053
17193
  validator: (val: any) => boolean;
17054
17194
  }, "type" | "default"> & {
17055
- type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
17056
- 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";
17057
17197
  };
17058
17198
  closeOnBack: {
17059
17199
  type: BooleanConstructor;
@@ -18513,7 +18653,7 @@ declare const VSnackbar: {
18513
18653
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
18514
18654
  updateLocation: (e: Event) => void;
18515
18655
  } | undefined);
18516
- 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";
18517
18657
  closeOnBack: boolean;
18518
18658
  contained: boolean;
18519
18659
  noClickAnimation: boolean;
@@ -18530,7 +18670,7 @@ declare const VSnackbar: {
18530
18670
  };
18531
18671
  theme: StringConstructor;
18532
18672
  scrollStrategy: {
18533
- 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">;
18534
18674
  default: string;
18535
18675
  validator: (val: any) => boolean;
18536
18676
  };
@@ -18624,7 +18764,7 @@ declare const VSnackbar: {
18624
18764
  };
18625
18765
  theme: StringConstructor;
18626
18766
  scrollStrategy: {
18627
- 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">;
18628
18768
  default: string;
18629
18769
  validator: (val: any) => boolean;
18630
18770
  };
@@ -18724,7 +18864,7 @@ declare const VSnackbar: {
18724
18864
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
18725
18865
  updateLocation: (e: Event) => void;
18726
18866
  } | undefined);
18727
- 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";
18728
18868
  closeOnBack: boolean;
18729
18869
  contained: boolean;
18730
18870
  noClickAnimation: boolean;
@@ -18761,7 +18901,7 @@ declare const VSnackbar: {
18761
18901
  };
18762
18902
  theme: StringConstructor;
18763
18903
  scrollStrategy: {
18764
- 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">;
18765
18905
  default: string;
18766
18906
  validator: (val: any) => boolean;
18767
18907
  };
@@ -19030,7 +19170,7 @@ declare const VSnackbar: {
19030
19170
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19031
19171
  updateLocation: (e: Event) => void;
19032
19172
  } | undefined);
19033
- 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";
19034
19174
  closeOnBack: boolean;
19035
19175
  contained: boolean;
19036
19176
  noClickAnimation: boolean;
@@ -19047,7 +19187,7 @@ declare const VSnackbar: {
19047
19187
  };
19048
19188
  theme: StringConstructor;
19049
19189
  scrollStrategy: {
19050
- 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">;
19051
19191
  default: string;
19052
19192
  validator: (val: any) => boolean;
19053
19193
  };
@@ -19141,7 +19281,7 @@ declare const VSnackbar: {
19141
19281
  };
19142
19282
  theme: StringConstructor;
19143
19283
  scrollStrategy: {
19144
- 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">;
19145
19285
  default: string;
19146
19286
  validator: (val: any) => boolean;
19147
19287
  };
@@ -19241,7 +19381,7 @@ declare const VSnackbar: {
19241
19381
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19242
19382
  updateLocation: (e: Event) => void;
19243
19383
  } | undefined);
19244
- 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";
19245
19385
  closeOnBack: boolean;
19246
19386
  contained: boolean;
19247
19387
  noClickAnimation: boolean;
@@ -19278,7 +19418,7 @@ declare const VSnackbar: {
19278
19418
  };
19279
19419
  theme: StringConstructor;
19280
19420
  scrollStrategy: {
19281
- 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">;
19282
19422
  default: string;
19283
19423
  validator: (val: any) => boolean;
19284
19424
  };
@@ -19503,7 +19643,7 @@ declare const VSnackbar: {
19503
19643
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19504
19644
  updateLocation: (e: Event) => void;
19505
19645
  } | undefined);
19506
- 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";
19507
19647
  closeOnBack: boolean;
19508
19648
  contained: boolean;
19509
19649
  noClickAnimation: boolean;
@@ -19520,7 +19660,7 @@ declare const VSnackbar: {
19520
19660
  };
19521
19661
  theme: StringConstructor;
19522
19662
  scrollStrategy: {
19523
- 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">;
19524
19664
  default: string;
19525
19665
  validator: (val: any) => boolean;
19526
19666
  };
@@ -19614,7 +19754,7 @@ declare const VSnackbar: {
19614
19754
  };
19615
19755
  theme: StringConstructor;
19616
19756
  scrollStrategy: {
19617
- 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">;
19618
19758
  default: string;
19619
19759
  validator: (val: any) => boolean;
19620
19760
  };
@@ -19714,7 +19854,7 @@ declare const VSnackbar: {
19714
19854
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
19715
19855
  updateLocation: (e: Event) => void;
19716
19856
  } | undefined);
19717
- 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";
19718
19858
  closeOnBack: boolean;
19719
19859
  contained: boolean;
19720
19860
  noClickAnimation: boolean;
@@ -19751,7 +19891,7 @@ declare const VSnackbar: {
19751
19891
  };
19752
19892
  theme: StringConstructor;
19753
19893
  scrollStrategy: {
19754
- 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">;
19755
19895
  default: string;
19756
19896
  validator: (val: any) => boolean;
19757
19897
  };
@@ -22797,7 +22937,7 @@ declare const VTooltip: {
22797
22937
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
22798
22938
  updateLocation: (e: Event) => void;
22799
22939
  } | undefined);
22800
- 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";
22801
22941
  closeOnBack: boolean;
22802
22942
  contained: boolean;
22803
22943
  noClickAnimation: boolean;
@@ -22890,12 +23030,12 @@ declare const VTooltip: {
22890
23030
  } | undefined);
22891
23031
  };
22892
23032
  scrollStrategy: Omit<{
22893
- 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">;
22894
23034
  default: string;
22895
23035
  validator: (val: any) => boolean;
22896
23036
  }, "type" | "default"> & {
22897
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
22898
- 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";
22899
23039
  };
22900
23040
  closeOnBack: Omit<{
22901
23041
  type: BooleanConstructor;
@@ -23021,12 +23161,12 @@ declare const VTooltip: {
23021
23161
  } | undefined);
23022
23162
  };
23023
23163
  scrollStrategy: Omit<{
23024
- 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">;
23025
23165
  default: string;
23026
23166
  validator: (val: any) => boolean;
23027
23167
  }, "type" | "default"> & {
23028
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23029
- 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";
23030
23170
  };
23031
23171
  closeOnBack: Omit<{
23032
23172
  type: BooleanConstructor;
@@ -23072,7 +23212,7 @@ declare const VTooltip: {
23072
23212
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
23073
23213
  updateLocation: (e: Event) => void;
23074
23214
  } | undefined);
23075
- 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";
23076
23216
  closeOnBack: boolean;
23077
23217
  contained: boolean;
23078
23218
  noClickAnimation: boolean;
@@ -23089,7 +23229,7 @@ declare const VTooltip: {
23089
23229
  };
23090
23230
  theme: StringConstructor;
23091
23231
  scrollStrategy: {
23092
- 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">;
23093
23233
  default: string;
23094
23234
  validator: (val: any) => boolean;
23095
23235
  };
@@ -23183,7 +23323,7 @@ declare const VTooltip: {
23183
23323
  };
23184
23324
  theme: StringConstructor;
23185
23325
  scrollStrategy: {
23186
- 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">;
23187
23327
  default: string;
23188
23328
  validator: (val: any) => boolean;
23189
23329
  };
@@ -23283,7 +23423,7 @@ declare const VTooltip: {
23283
23423
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
23284
23424
  updateLocation: (e: Event) => void;
23285
23425
  } | undefined);
23286
- 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";
23287
23427
  closeOnBack: boolean;
23288
23428
  contained: boolean;
23289
23429
  noClickAnimation: boolean;
@@ -23320,7 +23460,7 @@ declare const VTooltip: {
23320
23460
  };
23321
23461
  theme: StringConstructor;
23322
23462
  scrollStrategy: {
23323
- 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">;
23324
23464
  default: string;
23325
23465
  validator: (val: any) => boolean;
23326
23466
  };
@@ -23447,7 +23587,7 @@ declare const VTooltip: {
23447
23587
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
23448
23588
  updateLocation: (e: Event) => void;
23449
23589
  } | undefined);
23450
- 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";
23451
23591
  closeOnBack: boolean;
23452
23592
  contained: boolean;
23453
23593
  noClickAnimation: boolean;
@@ -23560,12 +23700,12 @@ declare const VTooltip: {
23560
23700
  } | undefined);
23561
23701
  };
23562
23702
  scrollStrategy: Omit<{
23563
- 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">;
23564
23704
  default: string;
23565
23705
  validator: (val: any) => boolean;
23566
23706
  }, "type" | "default"> & {
23567
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
23568
- 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";
23569
23709
  };
23570
23710
  closeOnBack: Omit<{
23571
23711
  type: BooleanConstructor;
@@ -23611,7 +23751,7 @@ declare const VTooltip: {
23611
23751
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
23612
23752
  updateLocation: (e: Event) => void;
23613
23753
  } | undefined);
23614
- 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";
23615
23755
  closeOnBack: boolean;
23616
23756
  contained: boolean;
23617
23757
  noClickAnimation: boolean;
@@ -23628,7 +23768,7 @@ declare const VTooltip: {
23628
23768
  };
23629
23769
  theme: StringConstructor;
23630
23770
  scrollStrategy: {
23631
- 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">;
23632
23772
  default: string;
23633
23773
  validator: (val: any) => boolean;
23634
23774
  };
@@ -23722,7 +23862,7 @@ declare const VTooltip: {
23722
23862
  };
23723
23863
  theme: StringConstructor;
23724
23864
  scrollStrategy: {
23725
- 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">;
23726
23866
  default: string;
23727
23867
  validator: (val: any) => boolean;
23728
23868
  };
@@ -23822,7 +23962,7 @@ declare const VTooltip: {
23822
23962
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
23823
23963
  updateLocation: (e: Event) => void;
23824
23964
  } | undefined);
23825
- 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";
23826
23966
  closeOnBack: boolean;
23827
23967
  contained: boolean;
23828
23968
  noClickAnimation: boolean;
@@ -23859,7 +23999,7 @@ declare const VTooltip: {
23859
23999
  };
23860
24000
  theme: StringConstructor;
23861
24001
  scrollStrategy: {
23862
- 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">;
23863
24003
  default: string;
23864
24004
  validator: (val: any) => boolean;
23865
24005
  };
@@ -24057,12 +24197,12 @@ declare const VTooltip: {
24057
24197
  } | undefined);
24058
24198
  };
24059
24199
  scrollStrategy: Omit<{
24060
- 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">;
24061
24201
  default: string;
24062
24202
  validator: (val: any) => boolean;
24063
24203
  }, "type" | "default"> & {
24064
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
24065
- 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";
24066
24206
  };
24067
24207
  closeOnBack: Omit<{
24068
24208
  type: BooleanConstructor;
@@ -24108,7 +24248,7 @@ declare const VTooltip: {
24108
24248
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
24109
24249
  updateLocation: (e: Event) => void;
24110
24250
  } | undefined);
24111
- 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";
24112
24252
  closeOnBack: boolean;
24113
24253
  contained: boolean;
24114
24254
  noClickAnimation: boolean;
@@ -24125,7 +24265,7 @@ declare const VTooltip: {
24125
24265
  };
24126
24266
  theme: StringConstructor;
24127
24267
  scrollStrategy: {
24128
- 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">;
24129
24269
  default: string;
24130
24270
  validator: (val: any) => boolean;
24131
24271
  };
@@ -24219,7 +24359,7 @@ declare const VTooltip: {
24219
24359
  };
24220
24360
  theme: StringConstructor;
24221
24361
  scrollStrategy: {
24222
- 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">;
24223
24363
  default: string;
24224
24364
  validator: (val: any) => boolean;
24225
24365
  };
@@ -24319,7 +24459,7 @@ declare const VTooltip: {
24319
24459
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
24320
24460
  updateLocation: (e: Event) => void;
24321
24461
  } | undefined);
24322
- 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";
24323
24463
  closeOnBack: boolean;
24324
24464
  contained: boolean;
24325
24465
  noClickAnimation: boolean;
@@ -24356,7 +24496,7 @@ declare const VTooltip: {
24356
24496
  };
24357
24497
  theme: StringConstructor;
24358
24498
  scrollStrategy: {
24359
- 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">;
24360
24500
  default: string;
24361
24501
  validator: (val: any) => boolean;
24362
24502
  };
@@ -24483,7 +24623,7 @@ declare const VTooltip: {
24483
24623
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
24484
24624
  updateLocation: (e: Event) => void;
24485
24625
  } | undefined);
24486
- 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";
24487
24627
  closeOnBack: boolean;
24488
24628
  contained: boolean;
24489
24629
  noClickAnimation: boolean;