vuetify 3.1.2 → 3.1.3
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.
- package/dist/json/attributes.json +450 -450
- package/dist/json/importMap.json +44 -44
- package/dist/json/tags.json +1 -1
- package/dist/json/web-types.json +815 -805
- package/dist/vuetify-labs.css +250 -246
- package/dist/vuetify-labs.d.ts +205 -174
- package/dist/vuetify-labs.esm.js +244 -170
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +243 -169
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +29 -25
- package/dist/vuetify.d.ts +206 -186
- package/dist/vuetify.esm.js +221 -162
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +220 -161
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +700 -692
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +2 -2
- package/lib/blueprints/md1.d.ts +2 -2
- package/lib/blueprints/md2.d.ts +2 -2
- package/lib/blueprints/md3.d.ts +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +43 -20
- package/lib/components/VBtn/VBtn.mjs +8 -3
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +3 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +43 -20
- package/lib/components/VDefaultsProvider/index.d.ts +5 -4
- package/lib/components/VDialog/VDialog.mjs +6 -5
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.ts +57 -34
- package/lib/components/VDivider/VDivider.mjs +6 -6
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VField/VField.mjs +28 -26
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +7 -4
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VForm/index.d.ts +0 -3
- package/lib/components/VList/VList.mjs +4 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +29 -19
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.mjs +6 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.ts +57 -34
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +4 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +4 -0
- package/lib/components/VNavigationDrawer/index.d.ts +3 -3
- package/lib/components/VNavigationDrawer/touch.mjs +7 -6
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.ts +34 -11
- package/lib/components/VOverlay/locationStrategies.mjs +40 -29
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +25 -16
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +3 -4
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +43 -20
- package/lib/components/VSnackbar/index.d.ts +42 -19
- package/lib/components/VTable/VTable.css +4 -4
- package/lib/components/VTable/VTable.sass +2 -2
- package/lib/components/VTooltip/VTooltip.mjs +4 -3
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.ts +57 -34
- package/lib/components/index.d.ts +195 -174
- package/lib/composables/defaults.mjs +1 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/form.mjs +0 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/toggleScope.mjs +14 -7
- package/lib/composables/toggleScope.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +14 -14
- package/lib/labs/VDataTable/VDataTable.mjs +2 -1
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +19 -6
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +2 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +4 -2
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +11 -0
- package/lib/labs/components.d.ts +11 -0
- package/lib/locale/adapters/vue-i18n.mjs +12 -2
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/locale/en.mjs +2 -2
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/sv.mjs +7 -7
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +21 -18
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +5 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -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: () =>
|
|
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;
|
|
@@ -5579,7 +5602,7 @@ declare const VCombobox: {
|
|
|
5579
5602
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
5580
5603
|
updateLocation: (e: Event) => void;
|
|
5581
5604
|
} | undefined);
|
|
5582
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
5605
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
5583
5606
|
closeOnBack: boolean;
|
|
5584
5607
|
contained: boolean;
|
|
5585
5608
|
noClickAnimation: boolean;
|
|
@@ -5677,12 +5700,12 @@ declare const VCombobox: {
|
|
|
5677
5700
|
} | undefined);
|
|
5678
5701
|
};
|
|
5679
5702
|
scrollStrategy: Omit<{
|
|
5680
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
5703
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
5681
5704
|
default: string;
|
|
5682
5705
|
validator: (val: any) => boolean;
|
|
5683
5706
|
}, "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";
|
|
5707
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
5708
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
5686
5709
|
};
|
|
5687
5710
|
closeOnBack: {
|
|
5688
5711
|
type: BooleanConstructor;
|
|
@@ -5932,7 +5955,7 @@ declare const VCombobox: {
|
|
|
5932
5955
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
5933
5956
|
updateLocation: (e: Event) => void;
|
|
5934
5957
|
} | undefined);
|
|
5935
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
5958
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
5936
5959
|
closeOnBack: boolean;
|
|
5937
5960
|
contained: boolean;
|
|
5938
5961
|
noClickAnimation: boolean;
|
|
@@ -6030,12 +6053,12 @@ declare const VCombobox: {
|
|
|
6030
6053
|
} | undefined);
|
|
6031
6054
|
};
|
|
6032
6055
|
scrollStrategy: Omit<{
|
|
6033
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
6056
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
6034
6057
|
default: string;
|
|
6035
6058
|
validator: (val: any) => boolean;
|
|
6036
6059
|
}, "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";
|
|
6060
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
6061
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
6039
6062
|
};
|
|
6040
6063
|
closeOnBack: {
|
|
6041
6064
|
type: BooleanConstructor;
|
|
@@ -6348,7 +6371,7 @@ declare const VCombobox: {
|
|
|
6348
6371
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
6349
6372
|
updateLocation: (e: Event) => void;
|
|
6350
6373
|
} | undefined);
|
|
6351
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
6374
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
6352
6375
|
closeOnBack: boolean;
|
|
6353
6376
|
contained: boolean;
|
|
6354
6377
|
noClickAnimation: boolean;
|
|
@@ -6446,12 +6469,12 @@ declare const VCombobox: {
|
|
|
6446
6469
|
} | undefined);
|
|
6447
6470
|
};
|
|
6448
6471
|
scrollStrategy: Omit<{
|
|
6449
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
6472
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
6450
6473
|
default: string;
|
|
6451
6474
|
validator: (val: any) => boolean;
|
|
6452
6475
|
}, "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";
|
|
6476
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
6477
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
6455
6478
|
};
|
|
6456
6479
|
closeOnBack: {
|
|
6457
6480
|
type: BooleanConstructor;
|
|
@@ -6701,7 +6724,7 @@ declare const VCombobox: {
|
|
|
6701
6724
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
6702
6725
|
updateLocation: (e: Event) => void;
|
|
6703
6726
|
} | undefined);
|
|
6704
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
6727
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
6705
6728
|
closeOnBack: boolean;
|
|
6706
6729
|
contained: boolean;
|
|
6707
6730
|
noClickAnimation: boolean;
|
|
@@ -6799,12 +6822,12 @@ declare const VCombobox: {
|
|
|
6799
6822
|
} | undefined);
|
|
6800
6823
|
};
|
|
6801
6824
|
scrollStrategy: Omit<{
|
|
6802
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
6825
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
6803
6826
|
default: string;
|
|
6804
6827
|
validator: (val: any) => boolean;
|
|
6805
6828
|
}, "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";
|
|
6829
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
6830
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
6808
6831
|
};
|
|
6809
6832
|
closeOnBack: {
|
|
6810
6833
|
type: BooleanConstructor;
|
|
@@ -7249,20 +7272,21 @@ declare const VCounter: vue.DefineComponent<{
|
|
|
7249
7272
|
}>;
|
|
7250
7273
|
declare type VCounter = InstanceType<typeof VCounter>;
|
|
7251
7274
|
|
|
7252
|
-
|
|
7275
|
+
declare type DefaultsInstance = undefined | {
|
|
7253
7276
|
[key: string]: undefined | Record<string, unknown>;
|
|
7254
7277
|
global?: Record<string, unknown>;
|
|
7255
|
-
}
|
|
7278
|
+
};
|
|
7279
|
+
declare type DefaultsOptions = Partial<DefaultsInstance>;
|
|
7256
7280
|
|
|
7257
7281
|
declare const VDefaultsProvider: vue.DefineComponent<{
|
|
7258
|
-
defaults: PropType<
|
|
7282
|
+
defaults: PropType<DefaultsOptions>;
|
|
7259
7283
|
reset: (StringConstructor | NumberConstructor)[];
|
|
7260
7284
|
root: BooleanConstructor;
|
|
7261
7285
|
scoped: BooleanConstructor;
|
|
7262
7286
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
7263
7287
|
[key: string]: any;
|
|
7264
7288
|
}>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
7265
|
-
defaults: PropType<
|
|
7289
|
+
defaults: PropType<DefaultsOptions>;
|
|
7266
7290
|
reset: (StringConstructor | NumberConstructor)[];
|
|
7267
7291
|
root: BooleanConstructor;
|
|
7268
7292
|
scoped: BooleanConstructor;
|
|
@@ -7304,7 +7328,7 @@ declare const VOverlay: {
|
|
|
7304
7328
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
7305
7329
|
updateLocation: (e: Event) => void;
|
|
7306
7330
|
} | undefined);
|
|
7307
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
7331
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
7308
7332
|
closeOnBack: boolean;
|
|
7309
7333
|
contained: boolean;
|
|
7310
7334
|
noClickAnimation: boolean;
|
|
@@ -7321,7 +7345,7 @@ declare const VOverlay: {
|
|
|
7321
7345
|
};
|
|
7322
7346
|
theme: StringConstructor;
|
|
7323
7347
|
scrollStrategy: {
|
|
7324
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
7348
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
7325
7349
|
default: string;
|
|
7326
7350
|
validator: (val: any) => boolean;
|
|
7327
7351
|
};
|
|
@@ -7415,7 +7439,7 @@ declare const VOverlay: {
|
|
|
7415
7439
|
};
|
|
7416
7440
|
theme: StringConstructor;
|
|
7417
7441
|
scrollStrategy: {
|
|
7418
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
7442
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
7419
7443
|
default: string;
|
|
7420
7444
|
validator: (val: any) => boolean;
|
|
7421
7445
|
};
|
|
@@ -7515,7 +7539,7 @@ declare const VOverlay: {
|
|
|
7515
7539
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
7516
7540
|
updateLocation: (e: Event) => void;
|
|
7517
7541
|
} | undefined);
|
|
7518
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
7542
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
7519
7543
|
closeOnBack: boolean;
|
|
7520
7544
|
contained: boolean;
|
|
7521
7545
|
noClickAnimation: boolean;
|
|
@@ -7552,7 +7576,7 @@ declare const VOverlay: {
|
|
|
7552
7576
|
};
|
|
7553
7577
|
theme: StringConstructor;
|
|
7554
7578
|
scrollStrategy: {
|
|
7555
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
7579
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
7556
7580
|
default: string;
|
|
7557
7581
|
validator: (val: any) => boolean;
|
|
7558
7582
|
};
|
|
@@ -7643,7 +7667,7 @@ declare const VOverlay: {
|
|
|
7643
7667
|
};
|
|
7644
7668
|
theme: StringConstructor;
|
|
7645
7669
|
scrollStrategy: {
|
|
7646
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
7670
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
7647
7671
|
default: string;
|
|
7648
7672
|
validator: (val: any) => boolean;
|
|
7649
7673
|
};
|
|
@@ -7743,7 +7767,7 @@ declare const VOverlay: {
|
|
|
7743
7767
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
7744
7768
|
updateLocation: (e: Event) => void;
|
|
7745
7769
|
} | undefined);
|
|
7746
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
7770
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
7747
7771
|
closeOnBack: boolean;
|
|
7748
7772
|
contained: boolean;
|
|
7749
7773
|
noClickAnimation: boolean;
|
|
@@ -7784,7 +7808,7 @@ declare const VDialog: {
|
|
|
7784
7808
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
7785
7809
|
updateLocation: (e: Event) => void;
|
|
7786
7810
|
} | undefined);
|
|
7787
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
7811
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
7788
7812
|
closeOnBack: boolean;
|
|
7789
7813
|
contained: boolean;
|
|
7790
7814
|
noClickAnimation: boolean;
|
|
@@ -7822,12 +7846,12 @@ declare const VDialog: {
|
|
|
7822
7846
|
};
|
|
7823
7847
|
theme: StringConstructor;
|
|
7824
7848
|
scrollStrategy: Omit<{
|
|
7825
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
7849
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
7826
7850
|
default: string;
|
|
7827
7851
|
validator: (val: any) => boolean;
|
|
7828
7852
|
}, "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";
|
|
7853
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
7854
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
7831
7855
|
};
|
|
7832
7856
|
locationStrategy: {
|
|
7833
7857
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
@@ -7947,12 +7971,12 @@ declare const VDialog: {
|
|
|
7947
7971
|
};
|
|
7948
7972
|
theme: StringConstructor;
|
|
7949
7973
|
scrollStrategy: Omit<{
|
|
7950
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
7974
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
7951
7975
|
default: string;
|
|
7952
7976
|
validator: (val: any) => boolean;
|
|
7953
7977
|
}, "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";
|
|
7978
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
7979
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
7956
7980
|
};
|
|
7957
7981
|
locationStrategy: {
|
|
7958
7982
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
@@ -8051,7 +8075,7 @@ declare const VDialog: {
|
|
|
8051
8075
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
8052
8076
|
updateLocation: (e: Event) => void;
|
|
8053
8077
|
} | undefined);
|
|
8054
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
8078
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
8055
8079
|
closeOnBack: boolean;
|
|
8056
8080
|
contained: boolean;
|
|
8057
8081
|
noClickAnimation: boolean;
|
|
@@ -8068,7 +8092,7 @@ declare const VDialog: {
|
|
|
8068
8092
|
};
|
|
8069
8093
|
theme: StringConstructor;
|
|
8070
8094
|
scrollStrategy: {
|
|
8071
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
8095
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
8072
8096
|
default: string;
|
|
8073
8097
|
validator: (val: any) => boolean;
|
|
8074
8098
|
};
|
|
@@ -8162,7 +8186,7 @@ declare const VDialog: {
|
|
|
8162
8186
|
};
|
|
8163
8187
|
theme: StringConstructor;
|
|
8164
8188
|
scrollStrategy: {
|
|
8165
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
8189
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
8166
8190
|
default: string;
|
|
8167
8191
|
validator: (val: any) => boolean;
|
|
8168
8192
|
};
|
|
@@ -8262,7 +8286,7 @@ declare const VDialog: {
|
|
|
8262
8286
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
8263
8287
|
updateLocation: (e: Event) => void;
|
|
8264
8288
|
} | undefined);
|
|
8265
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
8289
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
8266
8290
|
closeOnBack: boolean;
|
|
8267
8291
|
contained: boolean;
|
|
8268
8292
|
noClickAnimation: boolean;
|
|
@@ -8299,7 +8323,7 @@ declare const VDialog: {
|
|
|
8299
8323
|
};
|
|
8300
8324
|
theme: StringConstructor;
|
|
8301
8325
|
scrollStrategy: {
|
|
8302
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
8326
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
8303
8327
|
default: string;
|
|
8304
8328
|
validator: (val: any) => boolean;
|
|
8305
8329
|
};
|
|
@@ -8432,7 +8456,7 @@ declare const VDialog: {
|
|
|
8432
8456
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
8433
8457
|
updateLocation: (e: Event) => void;
|
|
8434
8458
|
} | undefined);
|
|
8435
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
8459
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
8436
8460
|
closeOnBack: boolean;
|
|
8437
8461
|
contained: boolean;
|
|
8438
8462
|
noClickAnimation: boolean;
|
|
@@ -8490,12 +8514,12 @@ declare const VDialog: {
|
|
|
8490
8514
|
};
|
|
8491
8515
|
theme: StringConstructor;
|
|
8492
8516
|
scrollStrategy: Omit<{
|
|
8493
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
8517
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
8494
8518
|
default: string;
|
|
8495
8519
|
validator: (val: any) => boolean;
|
|
8496
8520
|
}, "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";
|
|
8521
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
8522
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
8499
8523
|
};
|
|
8500
8524
|
locationStrategy: {
|
|
8501
8525
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
@@ -8594,7 +8618,7 @@ declare const VDialog: {
|
|
|
8594
8618
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
8595
8619
|
updateLocation: (e: Event) => void;
|
|
8596
8620
|
} | undefined);
|
|
8597
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
8621
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
8598
8622
|
closeOnBack: boolean;
|
|
8599
8623
|
contained: boolean;
|
|
8600
8624
|
noClickAnimation: boolean;
|
|
@@ -8611,7 +8635,7 @@ declare const VDialog: {
|
|
|
8611
8635
|
};
|
|
8612
8636
|
theme: StringConstructor;
|
|
8613
8637
|
scrollStrategy: {
|
|
8614
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
8638
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
8615
8639
|
default: string;
|
|
8616
8640
|
validator: (val: any) => boolean;
|
|
8617
8641
|
};
|
|
@@ -8705,7 +8729,7 @@ declare const VDialog: {
|
|
|
8705
8729
|
};
|
|
8706
8730
|
theme: StringConstructor;
|
|
8707
8731
|
scrollStrategy: {
|
|
8708
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
8732
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
8709
8733
|
default: string;
|
|
8710
8734
|
validator: (val: any) => boolean;
|
|
8711
8735
|
};
|
|
@@ -8805,7 +8829,7 @@ declare const VDialog: {
|
|
|
8805
8829
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
8806
8830
|
updateLocation: (e: Event) => void;
|
|
8807
8831
|
} | undefined);
|
|
8808
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
8832
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
8809
8833
|
closeOnBack: boolean;
|
|
8810
8834
|
contained: boolean;
|
|
8811
8835
|
noClickAnimation: boolean;
|
|
@@ -8842,7 +8866,7 @@ declare const VDialog: {
|
|
|
8842
8866
|
};
|
|
8843
8867
|
theme: StringConstructor;
|
|
8844
8868
|
scrollStrategy: {
|
|
8845
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
8869
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
8846
8870
|
default: string;
|
|
8847
8871
|
validator: (val: any) => boolean;
|
|
8848
8872
|
};
|
|
@@ -8981,12 +9005,12 @@ declare const VDialog: {
|
|
|
8981
9005
|
};
|
|
8982
9006
|
theme: StringConstructor;
|
|
8983
9007
|
scrollStrategy: Omit<{
|
|
8984
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
9008
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
8985
9009
|
default: string;
|
|
8986
9010
|
validator: (val: any) => boolean;
|
|
8987
9011
|
}, "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";
|
|
9012
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
9013
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
8990
9014
|
};
|
|
8991
9015
|
locationStrategy: {
|
|
8992
9016
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
@@ -9085,7 +9109,7 @@ declare const VDialog: {
|
|
|
9085
9109
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
9086
9110
|
updateLocation: (e: Event) => void;
|
|
9087
9111
|
} | undefined);
|
|
9088
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
9112
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
9089
9113
|
closeOnBack: boolean;
|
|
9090
9114
|
contained: boolean;
|
|
9091
9115
|
noClickAnimation: boolean;
|
|
@@ -9102,7 +9126,7 @@ declare const VDialog: {
|
|
|
9102
9126
|
};
|
|
9103
9127
|
theme: StringConstructor;
|
|
9104
9128
|
scrollStrategy: {
|
|
9105
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
9129
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
9106
9130
|
default: string;
|
|
9107
9131
|
validator: (val: any) => boolean;
|
|
9108
9132
|
};
|
|
@@ -9196,7 +9220,7 @@ declare const VDialog: {
|
|
|
9196
9220
|
};
|
|
9197
9221
|
theme: StringConstructor;
|
|
9198
9222
|
scrollStrategy: {
|
|
9199
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
9223
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
9200
9224
|
default: string;
|
|
9201
9225
|
validator: (val: any) => boolean;
|
|
9202
9226
|
};
|
|
@@ -9296,7 +9320,7 @@ declare const VDialog: {
|
|
|
9296
9320
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
9297
9321
|
updateLocation: (e: Event) => void;
|
|
9298
9322
|
} | undefined);
|
|
9299
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
9323
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
9300
9324
|
closeOnBack: boolean;
|
|
9301
9325
|
contained: boolean;
|
|
9302
9326
|
noClickAnimation: boolean;
|
|
@@ -9333,7 +9357,7 @@ declare const VDialog: {
|
|
|
9333
9357
|
};
|
|
9334
9358
|
theme: StringConstructor;
|
|
9335
9359
|
scrollStrategy: {
|
|
9336
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
9360
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
9337
9361
|
default: string;
|
|
9338
9362
|
validator: (val: any) => boolean;
|
|
9339
9363
|
};
|
|
@@ -9466,7 +9490,7 @@ declare const VDialog: {
|
|
|
9466
9490
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
9467
9491
|
updateLocation: (e: Event) => void;
|
|
9468
9492
|
} | undefined);
|
|
9469
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
9493
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
9470
9494
|
closeOnBack: boolean;
|
|
9471
9495
|
contained: boolean;
|
|
9472
9496
|
noClickAnimation: boolean;
|
|
@@ -10244,7 +10268,6 @@ interface SubmitEventPromise extends SubmitEvent, Promise<FormValidationResult>
|
|
|
10244
10268
|
declare const VForm: vue.DefineComponent<{
|
|
10245
10269
|
disabled: BooleanConstructor;
|
|
10246
10270
|
fastFail: BooleanConstructor;
|
|
10247
|
-
lazyValidation: BooleanConstructor;
|
|
10248
10271
|
readonly: BooleanConstructor;
|
|
10249
10272
|
modelValue: {
|
|
10250
10273
|
type: vue.PropType<boolean | null>;
|
|
@@ -10285,7 +10308,6 @@ declare const VForm: vue.DefineComponent<{
|
|
|
10285
10308
|
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
10286
10309
|
disabled: BooleanConstructor;
|
|
10287
10310
|
fastFail: BooleanConstructor;
|
|
10288
|
-
lazyValidation: BooleanConstructor;
|
|
10289
10311
|
readonly: BooleanConstructor;
|
|
10290
10312
|
modelValue: {
|
|
10291
10313
|
type: vue.PropType<boolean | null>;
|
|
@@ -10304,7 +10326,6 @@ declare const VForm: vue.DefineComponent<{
|
|
|
10304
10326
|
modelValue: boolean | null;
|
|
10305
10327
|
validateOn: "input" | "blur" | "submit" | undefined;
|
|
10306
10328
|
fastFail: boolean;
|
|
10307
|
-
lazyValidation: boolean;
|
|
10308
10329
|
}>;
|
|
10309
10330
|
declare type VForm = InstanceType<typeof VForm>;
|
|
10310
10331
|
|
|
@@ -12262,7 +12283,7 @@ declare const VMenu: {
|
|
|
12262
12283
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
12263
12284
|
updateLocation: (e: Event) => void;
|
|
12264
12285
|
} | undefined);
|
|
12265
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
12286
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
12266
12287
|
closeOnBack: boolean;
|
|
12267
12288
|
contained: boolean;
|
|
12268
12289
|
noClickAnimation: boolean;
|
|
@@ -12360,12 +12381,12 @@ declare const VMenu: {
|
|
|
12360
12381
|
} | undefined);
|
|
12361
12382
|
};
|
|
12362
12383
|
scrollStrategy: Omit<{
|
|
12363
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
12384
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
12364
12385
|
default: string;
|
|
12365
12386
|
validator: (val: any) => boolean;
|
|
12366
12387
|
}, "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";
|
|
12388
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
12389
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
12369
12390
|
};
|
|
12370
12391
|
closeOnBack: {
|
|
12371
12392
|
type: BooleanConstructor;
|
|
@@ -12492,12 +12513,12 @@ declare const VMenu: {
|
|
|
12492
12513
|
} | undefined);
|
|
12493
12514
|
};
|
|
12494
12515
|
scrollStrategy: Omit<{
|
|
12495
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
12516
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
12496
12517
|
default: string;
|
|
12497
12518
|
validator: (val: any) => boolean;
|
|
12498
12519
|
}, "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";
|
|
12520
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
12521
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
12501
12522
|
};
|
|
12502
12523
|
closeOnBack: {
|
|
12503
12524
|
type: BooleanConstructor;
|
|
@@ -12542,7 +12563,7 @@ declare const VMenu: {
|
|
|
12542
12563
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
12543
12564
|
updateLocation: (e: Event) => void;
|
|
12544
12565
|
} | undefined);
|
|
12545
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
12566
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
12546
12567
|
closeOnBack: boolean;
|
|
12547
12568
|
contained: boolean;
|
|
12548
12569
|
noClickAnimation: boolean;
|
|
@@ -12559,7 +12580,7 @@ declare const VMenu: {
|
|
|
12559
12580
|
};
|
|
12560
12581
|
theme: StringConstructor;
|
|
12561
12582
|
scrollStrategy: {
|
|
12562
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
12583
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
12563
12584
|
default: string;
|
|
12564
12585
|
validator: (val: any) => boolean;
|
|
12565
12586
|
};
|
|
@@ -12653,7 +12674,7 @@ declare const VMenu: {
|
|
|
12653
12674
|
};
|
|
12654
12675
|
theme: StringConstructor;
|
|
12655
12676
|
scrollStrategy: {
|
|
12656
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
12677
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
12657
12678
|
default: string;
|
|
12658
12679
|
validator: (val: any) => boolean;
|
|
12659
12680
|
};
|
|
@@ -12753,7 +12774,7 @@ declare const VMenu: {
|
|
|
12753
12774
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
12754
12775
|
updateLocation: (e: Event) => void;
|
|
12755
12776
|
} | undefined);
|
|
12756
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
12777
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
12757
12778
|
closeOnBack: boolean;
|
|
12758
12779
|
contained: boolean;
|
|
12759
12780
|
noClickAnimation: boolean;
|
|
@@ -12790,7 +12811,7 @@ declare const VMenu: {
|
|
|
12790
12811
|
};
|
|
12791
12812
|
theme: StringConstructor;
|
|
12792
12813
|
scrollStrategy: {
|
|
12793
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
12814
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
12794
12815
|
default: string;
|
|
12795
12816
|
validator: (val: any) => boolean;
|
|
12796
12817
|
};
|
|
@@ -12924,7 +12945,7 @@ declare const VMenu: {
|
|
|
12924
12945
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
12925
12946
|
updateLocation: (e: Event) => void;
|
|
12926
12947
|
} | undefined);
|
|
12927
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
12948
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
12928
12949
|
closeOnBack: boolean;
|
|
12929
12950
|
contained: boolean;
|
|
12930
12951
|
noClickAnimation: boolean;
|
|
@@ -13042,12 +13063,12 @@ declare const VMenu: {
|
|
|
13042
13063
|
} | undefined);
|
|
13043
13064
|
};
|
|
13044
13065
|
scrollStrategy: Omit<{
|
|
13045
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
13066
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
13046
13067
|
default: string;
|
|
13047
13068
|
validator: (val: any) => boolean;
|
|
13048
13069
|
}, "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";
|
|
13070
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
13071
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
13051
13072
|
};
|
|
13052
13073
|
closeOnBack: {
|
|
13053
13074
|
type: BooleanConstructor;
|
|
@@ -13092,7 +13113,7 @@ declare const VMenu: {
|
|
|
13092
13113
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
13093
13114
|
updateLocation: (e: Event) => void;
|
|
13094
13115
|
} | undefined);
|
|
13095
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
13116
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
13096
13117
|
closeOnBack: boolean;
|
|
13097
13118
|
contained: boolean;
|
|
13098
13119
|
noClickAnimation: boolean;
|
|
@@ -13109,7 +13130,7 @@ declare const VMenu: {
|
|
|
13109
13130
|
};
|
|
13110
13131
|
theme: StringConstructor;
|
|
13111
13132
|
scrollStrategy: {
|
|
13112
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
13133
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
13113
13134
|
default: string;
|
|
13114
13135
|
validator: (val: any) => boolean;
|
|
13115
13136
|
};
|
|
@@ -13203,7 +13224,7 @@ declare const VMenu: {
|
|
|
13203
13224
|
};
|
|
13204
13225
|
theme: StringConstructor;
|
|
13205
13226
|
scrollStrategy: {
|
|
13206
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
13227
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
13207
13228
|
default: string;
|
|
13208
13229
|
validator: (val: any) => boolean;
|
|
13209
13230
|
};
|
|
@@ -13303,7 +13324,7 @@ declare const VMenu: {
|
|
|
13303
13324
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
13304
13325
|
updateLocation: (e: Event) => void;
|
|
13305
13326
|
} | undefined);
|
|
13306
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
13327
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
13307
13328
|
closeOnBack: boolean;
|
|
13308
13329
|
contained: boolean;
|
|
13309
13330
|
noClickAnimation: boolean;
|
|
@@ -13340,7 +13361,7 @@ declare const VMenu: {
|
|
|
13340
13361
|
};
|
|
13341
13362
|
theme: StringConstructor;
|
|
13342
13363
|
scrollStrategy: {
|
|
13343
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
13364
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
13344
13365
|
default: string;
|
|
13345
13366
|
validator: (val: any) => boolean;
|
|
13346
13367
|
};
|
|
@@ -13542,12 +13563,12 @@ declare const VMenu: {
|
|
|
13542
13563
|
} | undefined);
|
|
13543
13564
|
};
|
|
13544
13565
|
scrollStrategy: Omit<{
|
|
13545
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
13566
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
13546
13567
|
default: string;
|
|
13547
13568
|
validator: (val: any) => boolean;
|
|
13548
13569
|
}, "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";
|
|
13570
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
13571
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
13551
13572
|
};
|
|
13552
13573
|
closeOnBack: {
|
|
13553
13574
|
type: BooleanConstructor;
|
|
@@ -13592,7 +13613,7 @@ declare const VMenu: {
|
|
|
13592
13613
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
13593
13614
|
updateLocation: (e: Event) => void;
|
|
13594
13615
|
} | undefined);
|
|
13595
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
13616
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
13596
13617
|
closeOnBack: boolean;
|
|
13597
13618
|
contained: boolean;
|
|
13598
13619
|
noClickAnimation: boolean;
|
|
@@ -13609,7 +13630,7 @@ declare const VMenu: {
|
|
|
13609
13630
|
};
|
|
13610
13631
|
theme: StringConstructor;
|
|
13611
13632
|
scrollStrategy: {
|
|
13612
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
13633
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
13613
13634
|
default: string;
|
|
13614
13635
|
validator: (val: any) => boolean;
|
|
13615
13636
|
};
|
|
@@ -13703,7 +13724,7 @@ declare const VMenu: {
|
|
|
13703
13724
|
};
|
|
13704
13725
|
theme: StringConstructor;
|
|
13705
13726
|
scrollStrategy: {
|
|
13706
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
13727
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
13707
13728
|
default: string;
|
|
13708
13729
|
validator: (val: any) => boolean;
|
|
13709
13730
|
};
|
|
@@ -13803,7 +13824,7 @@ declare const VMenu: {
|
|
|
13803
13824
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
13804
13825
|
updateLocation: (e: Event) => void;
|
|
13805
13826
|
} | undefined);
|
|
13806
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
13827
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
13807
13828
|
closeOnBack: boolean;
|
|
13808
13829
|
contained: boolean;
|
|
13809
13830
|
noClickAnimation: boolean;
|
|
@@ -13840,7 +13861,7 @@ declare const VMenu: {
|
|
|
13840
13861
|
};
|
|
13841
13862
|
theme: StringConstructor;
|
|
13842
13863
|
scrollStrategy: {
|
|
13843
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
13864
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
13844
13865
|
default: string;
|
|
13845
13866
|
validator: (val: any) => boolean;
|
|
13846
13867
|
};
|
|
@@ -13974,7 +13995,7 @@ declare const VMenu: {
|
|
|
13974
13995
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
13975
13996
|
updateLocation: (e: Event) => void;
|
|
13976
13997
|
} | undefined);
|
|
13977
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
13998
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
13978
13999
|
closeOnBack: boolean;
|
|
13979
14000
|
contained: boolean;
|
|
13980
14001
|
noClickAnimation: boolean;
|
|
@@ -14272,7 +14293,7 @@ declare const VNavigationDrawer: vue.DefineComponent<{
|
|
|
14272
14293
|
default: number;
|
|
14273
14294
|
};
|
|
14274
14295
|
location: {
|
|
14275
|
-
type: PropType<"end" | "start" | "left" | "bottom" | "right">;
|
|
14296
|
+
type: PropType<"end" | "start" | "left" | "top" | "bottom" | "right">;
|
|
14276
14297
|
default: string;
|
|
14277
14298
|
validator: (value: any) => boolean;
|
|
14278
14299
|
};
|
|
@@ -14338,7 +14359,7 @@ declare const VNavigationDrawer: vue.DefineComponent<{
|
|
|
14338
14359
|
default: number;
|
|
14339
14360
|
};
|
|
14340
14361
|
location: {
|
|
14341
|
-
type: PropType<"end" | "start" | "left" | "bottom" | "right">;
|
|
14362
|
+
type: PropType<"end" | "start" | "left" | "top" | "bottom" | "right">;
|
|
14342
14363
|
default: string;
|
|
14343
14364
|
validator: (value: any) => boolean;
|
|
14344
14365
|
};
|
|
@@ -14348,7 +14369,7 @@ declare const VNavigationDrawer: vue.DefineComponent<{
|
|
|
14348
14369
|
"onUpdate:rail"?: ((val: boolean) => any) | undefined;
|
|
14349
14370
|
}, {
|
|
14350
14371
|
absolute: boolean;
|
|
14351
|
-
location: "end" | "start" | "left" | "bottom" | "right";
|
|
14372
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
14352
14373
|
width: string | number;
|
|
14353
14374
|
order: string | number;
|
|
14354
14375
|
temporary: boolean;
|
|
@@ -15857,7 +15878,7 @@ declare const VSelect: {
|
|
|
15857
15878
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
15858
15879
|
updateLocation: (e: Event) => void;
|
|
15859
15880
|
} | undefined);
|
|
15860
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
15881
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
15861
15882
|
closeOnBack: boolean;
|
|
15862
15883
|
contained: boolean;
|
|
15863
15884
|
noClickAnimation: boolean;
|
|
@@ -15955,12 +15976,12 @@ declare const VSelect: {
|
|
|
15955
15976
|
} | undefined);
|
|
15956
15977
|
};
|
|
15957
15978
|
scrollStrategy: Omit<{
|
|
15958
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
15979
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
15959
15980
|
default: string;
|
|
15960
15981
|
validator: (val: any) => boolean;
|
|
15961
15982
|
}, "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";
|
|
15983
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
15984
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
15964
15985
|
};
|
|
15965
15986
|
closeOnBack: {
|
|
15966
15987
|
type: BooleanConstructor;
|
|
@@ -16203,7 +16224,7 @@ declare const VSelect: {
|
|
|
16203
16224
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
16204
16225
|
updateLocation: (e: Event) => void;
|
|
16205
16226
|
} | undefined);
|
|
16206
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
16227
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
16207
16228
|
closeOnBack: boolean;
|
|
16208
16229
|
contained: boolean;
|
|
16209
16230
|
noClickAnimation: boolean;
|
|
@@ -16301,12 +16322,12 @@ declare const VSelect: {
|
|
|
16301
16322
|
} | undefined);
|
|
16302
16323
|
};
|
|
16303
16324
|
scrollStrategy: Omit<{
|
|
16304
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
16325
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
16305
16326
|
default: string;
|
|
16306
16327
|
validator: (val: any) => boolean;
|
|
16307
16328
|
}, "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";
|
|
16329
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
16330
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
16310
16331
|
};
|
|
16311
16332
|
closeOnBack: {
|
|
16312
16333
|
type: BooleanConstructor;
|
|
@@ -16609,7 +16630,7 @@ declare const VSelect: {
|
|
|
16609
16630
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
16610
16631
|
updateLocation: (e: Event) => void;
|
|
16611
16632
|
} | undefined);
|
|
16612
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
16633
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
16613
16634
|
closeOnBack: boolean;
|
|
16614
16635
|
contained: boolean;
|
|
16615
16636
|
noClickAnimation: boolean;
|
|
@@ -16707,12 +16728,12 @@ declare const VSelect: {
|
|
|
16707
16728
|
} | undefined);
|
|
16708
16729
|
};
|
|
16709
16730
|
scrollStrategy: Omit<{
|
|
16710
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
16731
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
16711
16732
|
default: string;
|
|
16712
16733
|
validator: (val: any) => boolean;
|
|
16713
16734
|
}, "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";
|
|
16735
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
16736
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
16716
16737
|
};
|
|
16717
16738
|
closeOnBack: {
|
|
16718
16739
|
type: BooleanConstructor;
|
|
@@ -16950,7 +16971,7 @@ declare const VSelect: {
|
|
|
16950
16971
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
16951
16972
|
updateLocation: (e: Event) => void;
|
|
16952
16973
|
} | undefined);
|
|
16953
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
16974
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
16954
16975
|
closeOnBack: boolean;
|
|
16955
16976
|
contained: boolean;
|
|
16956
16977
|
noClickAnimation: boolean;
|
|
@@ -17048,12 +17069,12 @@ declare const VSelect: {
|
|
|
17048
17069
|
} | undefined);
|
|
17049
17070
|
};
|
|
17050
17071
|
scrollStrategy: Omit<{
|
|
17051
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
17072
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
17052
17073
|
default: string;
|
|
17053
17074
|
validator: (val: any) => boolean;
|
|
17054
17075
|
}, "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";
|
|
17076
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
17077
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
17057
17078
|
};
|
|
17058
17079
|
closeOnBack: {
|
|
17059
17080
|
type: BooleanConstructor;
|
|
@@ -18513,7 +18534,7 @@ declare const VSnackbar: {
|
|
|
18513
18534
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
18514
18535
|
updateLocation: (e: Event) => void;
|
|
18515
18536
|
} | undefined);
|
|
18516
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
18537
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
18517
18538
|
closeOnBack: boolean;
|
|
18518
18539
|
contained: boolean;
|
|
18519
18540
|
noClickAnimation: boolean;
|
|
@@ -18530,7 +18551,7 @@ declare const VSnackbar: {
|
|
|
18530
18551
|
};
|
|
18531
18552
|
theme: StringConstructor;
|
|
18532
18553
|
scrollStrategy: {
|
|
18533
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
18554
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
18534
18555
|
default: string;
|
|
18535
18556
|
validator: (val: any) => boolean;
|
|
18536
18557
|
};
|
|
@@ -18624,7 +18645,7 @@ declare const VSnackbar: {
|
|
|
18624
18645
|
};
|
|
18625
18646
|
theme: StringConstructor;
|
|
18626
18647
|
scrollStrategy: {
|
|
18627
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
18648
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
18628
18649
|
default: string;
|
|
18629
18650
|
validator: (val: any) => boolean;
|
|
18630
18651
|
};
|
|
@@ -18724,7 +18745,7 @@ declare const VSnackbar: {
|
|
|
18724
18745
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
18725
18746
|
updateLocation: (e: Event) => void;
|
|
18726
18747
|
} | undefined);
|
|
18727
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
18748
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
18728
18749
|
closeOnBack: boolean;
|
|
18729
18750
|
contained: boolean;
|
|
18730
18751
|
noClickAnimation: boolean;
|
|
@@ -18761,7 +18782,7 @@ declare const VSnackbar: {
|
|
|
18761
18782
|
};
|
|
18762
18783
|
theme: StringConstructor;
|
|
18763
18784
|
scrollStrategy: {
|
|
18764
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
18785
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
18765
18786
|
default: string;
|
|
18766
18787
|
validator: (val: any) => boolean;
|
|
18767
18788
|
};
|
|
@@ -19030,7 +19051,7 @@ declare const VSnackbar: {
|
|
|
19030
19051
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
19031
19052
|
updateLocation: (e: Event) => void;
|
|
19032
19053
|
} | undefined);
|
|
19033
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
19054
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
19034
19055
|
closeOnBack: boolean;
|
|
19035
19056
|
contained: boolean;
|
|
19036
19057
|
noClickAnimation: boolean;
|
|
@@ -19047,7 +19068,7 @@ declare const VSnackbar: {
|
|
|
19047
19068
|
};
|
|
19048
19069
|
theme: StringConstructor;
|
|
19049
19070
|
scrollStrategy: {
|
|
19050
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
19071
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
19051
19072
|
default: string;
|
|
19052
19073
|
validator: (val: any) => boolean;
|
|
19053
19074
|
};
|
|
@@ -19141,7 +19162,7 @@ declare const VSnackbar: {
|
|
|
19141
19162
|
};
|
|
19142
19163
|
theme: StringConstructor;
|
|
19143
19164
|
scrollStrategy: {
|
|
19144
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
19165
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
19145
19166
|
default: string;
|
|
19146
19167
|
validator: (val: any) => boolean;
|
|
19147
19168
|
};
|
|
@@ -19241,7 +19262,7 @@ declare const VSnackbar: {
|
|
|
19241
19262
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
19242
19263
|
updateLocation: (e: Event) => void;
|
|
19243
19264
|
} | undefined);
|
|
19244
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
19265
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
19245
19266
|
closeOnBack: boolean;
|
|
19246
19267
|
contained: boolean;
|
|
19247
19268
|
noClickAnimation: boolean;
|
|
@@ -19278,7 +19299,7 @@ declare const VSnackbar: {
|
|
|
19278
19299
|
};
|
|
19279
19300
|
theme: StringConstructor;
|
|
19280
19301
|
scrollStrategy: {
|
|
19281
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
19302
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
19282
19303
|
default: string;
|
|
19283
19304
|
validator: (val: any) => boolean;
|
|
19284
19305
|
};
|
|
@@ -19503,7 +19524,7 @@ declare const VSnackbar: {
|
|
|
19503
19524
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
19504
19525
|
updateLocation: (e: Event) => void;
|
|
19505
19526
|
} | undefined);
|
|
19506
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
19527
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
19507
19528
|
closeOnBack: boolean;
|
|
19508
19529
|
contained: boolean;
|
|
19509
19530
|
noClickAnimation: boolean;
|
|
@@ -19520,7 +19541,7 @@ declare const VSnackbar: {
|
|
|
19520
19541
|
};
|
|
19521
19542
|
theme: StringConstructor;
|
|
19522
19543
|
scrollStrategy: {
|
|
19523
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
19544
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
19524
19545
|
default: string;
|
|
19525
19546
|
validator: (val: any) => boolean;
|
|
19526
19547
|
};
|
|
@@ -19614,7 +19635,7 @@ declare const VSnackbar: {
|
|
|
19614
19635
|
};
|
|
19615
19636
|
theme: StringConstructor;
|
|
19616
19637
|
scrollStrategy: {
|
|
19617
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
19638
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
19618
19639
|
default: string;
|
|
19619
19640
|
validator: (val: any) => boolean;
|
|
19620
19641
|
};
|
|
@@ -19714,7 +19735,7 @@ declare const VSnackbar: {
|
|
|
19714
19735
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
19715
19736
|
updateLocation: (e: Event) => void;
|
|
19716
19737
|
} | undefined);
|
|
19717
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
19738
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
19718
19739
|
closeOnBack: boolean;
|
|
19719
19740
|
contained: boolean;
|
|
19720
19741
|
noClickAnimation: boolean;
|
|
@@ -19751,7 +19772,7 @@ declare const VSnackbar: {
|
|
|
19751
19772
|
};
|
|
19752
19773
|
theme: StringConstructor;
|
|
19753
19774
|
scrollStrategy: {
|
|
19754
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
19775
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
19755
19776
|
default: string;
|
|
19756
19777
|
validator: (val: any) => boolean;
|
|
19757
19778
|
};
|
|
@@ -22797,7 +22818,7 @@ declare const VTooltip: {
|
|
|
22797
22818
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
22798
22819
|
updateLocation: (e: Event) => void;
|
|
22799
22820
|
} | undefined);
|
|
22800
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
22821
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
22801
22822
|
closeOnBack: boolean;
|
|
22802
22823
|
contained: boolean;
|
|
22803
22824
|
noClickAnimation: boolean;
|
|
@@ -22890,12 +22911,12 @@ declare const VTooltip: {
|
|
|
22890
22911
|
} | undefined);
|
|
22891
22912
|
};
|
|
22892
22913
|
scrollStrategy: Omit<{
|
|
22893
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
22914
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
22894
22915
|
default: string;
|
|
22895
22916
|
validator: (val: any) => boolean;
|
|
22896
22917
|
}, "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";
|
|
22918
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
22919
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
22899
22920
|
};
|
|
22900
22921
|
closeOnBack: Omit<{
|
|
22901
22922
|
type: BooleanConstructor;
|
|
@@ -23021,12 +23042,12 @@ declare const VTooltip: {
|
|
|
23021
23042
|
} | undefined);
|
|
23022
23043
|
};
|
|
23023
23044
|
scrollStrategy: Omit<{
|
|
23024
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
23045
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
23025
23046
|
default: string;
|
|
23026
23047
|
validator: (val: any) => boolean;
|
|
23027
23048
|
}, "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";
|
|
23049
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
23050
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
23030
23051
|
};
|
|
23031
23052
|
closeOnBack: Omit<{
|
|
23032
23053
|
type: BooleanConstructor;
|
|
@@ -23072,7 +23093,7 @@ declare const VTooltip: {
|
|
|
23072
23093
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
23073
23094
|
updateLocation: (e: Event) => void;
|
|
23074
23095
|
} | undefined);
|
|
23075
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
23096
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
23076
23097
|
closeOnBack: boolean;
|
|
23077
23098
|
contained: boolean;
|
|
23078
23099
|
noClickAnimation: boolean;
|
|
@@ -23089,7 +23110,7 @@ declare const VTooltip: {
|
|
|
23089
23110
|
};
|
|
23090
23111
|
theme: StringConstructor;
|
|
23091
23112
|
scrollStrategy: {
|
|
23092
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
23113
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
23093
23114
|
default: string;
|
|
23094
23115
|
validator: (val: any) => boolean;
|
|
23095
23116
|
};
|
|
@@ -23183,7 +23204,7 @@ declare const VTooltip: {
|
|
|
23183
23204
|
};
|
|
23184
23205
|
theme: StringConstructor;
|
|
23185
23206
|
scrollStrategy: {
|
|
23186
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
23207
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
23187
23208
|
default: string;
|
|
23188
23209
|
validator: (val: any) => boolean;
|
|
23189
23210
|
};
|
|
@@ -23283,7 +23304,7 @@ declare const VTooltip: {
|
|
|
23283
23304
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
23284
23305
|
updateLocation: (e: Event) => void;
|
|
23285
23306
|
} | undefined);
|
|
23286
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
23307
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
23287
23308
|
closeOnBack: boolean;
|
|
23288
23309
|
contained: boolean;
|
|
23289
23310
|
noClickAnimation: boolean;
|
|
@@ -23320,7 +23341,7 @@ declare const VTooltip: {
|
|
|
23320
23341
|
};
|
|
23321
23342
|
theme: StringConstructor;
|
|
23322
23343
|
scrollStrategy: {
|
|
23323
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
23344
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
23324
23345
|
default: string;
|
|
23325
23346
|
validator: (val: any) => boolean;
|
|
23326
23347
|
};
|
|
@@ -23447,7 +23468,7 @@ declare const VTooltip: {
|
|
|
23447
23468
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
23448
23469
|
updateLocation: (e: Event) => void;
|
|
23449
23470
|
} | undefined);
|
|
23450
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
23471
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
23451
23472
|
closeOnBack: boolean;
|
|
23452
23473
|
contained: boolean;
|
|
23453
23474
|
noClickAnimation: boolean;
|
|
@@ -23560,12 +23581,12 @@ declare const VTooltip: {
|
|
|
23560
23581
|
} | undefined);
|
|
23561
23582
|
};
|
|
23562
23583
|
scrollStrategy: Omit<{
|
|
23563
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
23584
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
23564
23585
|
default: string;
|
|
23565
23586
|
validator: (val: any) => boolean;
|
|
23566
23587
|
}, "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";
|
|
23588
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
23589
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
23569
23590
|
};
|
|
23570
23591
|
closeOnBack: Omit<{
|
|
23571
23592
|
type: BooleanConstructor;
|
|
@@ -23611,7 +23632,7 @@ declare const VTooltip: {
|
|
|
23611
23632
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
23612
23633
|
updateLocation: (e: Event) => void;
|
|
23613
23634
|
} | undefined);
|
|
23614
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
23635
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
23615
23636
|
closeOnBack: boolean;
|
|
23616
23637
|
contained: boolean;
|
|
23617
23638
|
noClickAnimation: boolean;
|
|
@@ -23628,7 +23649,7 @@ declare const VTooltip: {
|
|
|
23628
23649
|
};
|
|
23629
23650
|
theme: StringConstructor;
|
|
23630
23651
|
scrollStrategy: {
|
|
23631
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
23652
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
23632
23653
|
default: string;
|
|
23633
23654
|
validator: (val: any) => boolean;
|
|
23634
23655
|
};
|
|
@@ -23722,7 +23743,7 @@ declare const VTooltip: {
|
|
|
23722
23743
|
};
|
|
23723
23744
|
theme: StringConstructor;
|
|
23724
23745
|
scrollStrategy: {
|
|
23725
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
23746
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
23726
23747
|
default: string;
|
|
23727
23748
|
validator: (val: any) => boolean;
|
|
23728
23749
|
};
|
|
@@ -23822,7 +23843,7 @@ declare const VTooltip: {
|
|
|
23822
23843
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
23823
23844
|
updateLocation: (e: Event) => void;
|
|
23824
23845
|
} | undefined);
|
|
23825
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
23846
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
23826
23847
|
closeOnBack: boolean;
|
|
23827
23848
|
contained: boolean;
|
|
23828
23849
|
noClickAnimation: boolean;
|
|
@@ -23859,7 +23880,7 @@ declare const VTooltip: {
|
|
|
23859
23880
|
};
|
|
23860
23881
|
theme: StringConstructor;
|
|
23861
23882
|
scrollStrategy: {
|
|
23862
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
23883
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
23863
23884
|
default: string;
|
|
23864
23885
|
validator: (val: any) => boolean;
|
|
23865
23886
|
};
|
|
@@ -24057,12 +24078,12 @@ declare const VTooltip: {
|
|
|
24057
24078
|
} | undefined);
|
|
24058
24079
|
};
|
|
24059
24080
|
scrollStrategy: Omit<{
|
|
24060
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
24081
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
24061
24082
|
default: string;
|
|
24062
24083
|
validator: (val: any) => boolean;
|
|
24063
24084
|
}, "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";
|
|
24085
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
24086
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
24066
24087
|
};
|
|
24067
24088
|
closeOnBack: Omit<{
|
|
24068
24089
|
type: BooleanConstructor;
|
|
@@ -24108,7 +24129,7 @@ declare const VTooltip: {
|
|
|
24108
24129
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
24109
24130
|
updateLocation: (e: Event) => void;
|
|
24110
24131
|
} | undefined);
|
|
24111
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
24132
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
24112
24133
|
closeOnBack: boolean;
|
|
24113
24134
|
contained: boolean;
|
|
24114
24135
|
noClickAnimation: boolean;
|
|
@@ -24125,7 +24146,7 @@ declare const VTooltip: {
|
|
|
24125
24146
|
};
|
|
24126
24147
|
theme: StringConstructor;
|
|
24127
24148
|
scrollStrategy: {
|
|
24128
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
24149
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
24129
24150
|
default: string;
|
|
24130
24151
|
validator: (val: any) => boolean;
|
|
24131
24152
|
};
|
|
@@ -24219,7 +24240,7 @@ declare const VTooltip: {
|
|
|
24219
24240
|
};
|
|
24220
24241
|
theme: StringConstructor;
|
|
24221
24242
|
scrollStrategy: {
|
|
24222
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
24243
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
24223
24244
|
default: string;
|
|
24224
24245
|
validator: (val: any) => boolean;
|
|
24225
24246
|
};
|
|
@@ -24319,7 +24340,7 @@ declare const VTooltip: {
|
|
|
24319
24340
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
24320
24341
|
updateLocation: (e: Event) => void;
|
|
24321
24342
|
} | undefined);
|
|
24322
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
24343
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
24323
24344
|
closeOnBack: boolean;
|
|
24324
24345
|
contained: boolean;
|
|
24325
24346
|
noClickAnimation: boolean;
|
|
@@ -24356,7 +24377,7 @@ declare const VTooltip: {
|
|
|
24356
24377
|
};
|
|
24357
24378
|
theme: StringConstructor;
|
|
24358
24379
|
scrollStrategy: {
|
|
24359
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
24380
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
24360
24381
|
default: string;
|
|
24361
24382
|
validator: (val: any) => boolean;
|
|
24362
24383
|
};
|
|
@@ -24483,7 +24504,7 @@ declare const VTooltip: {
|
|
|
24483
24504
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
24484
24505
|
updateLocation: (e: Event) => void;
|
|
24485
24506
|
} | undefined);
|
|
24486
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
24507
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
24487
24508
|
closeOnBack: boolean;
|
|
24488
24509
|
contained: boolean;
|
|
24489
24510
|
noClickAnimation: boolean;
|