@vuetify/nightly 3.2.0-next-20230118.0 → 4.0.0-master-20230206.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +204 -16
- package/dist/json/attributes.json +7202 -0
- package/dist/json/importMap-labs.json +4 -0
- package/dist/json/importMap.json +50 -50
- package/dist/json/tags.json +2492 -0
- package/dist/json/web-types.json +24081 -0
- package/dist/vuetify-labs.css +183 -176
- package/dist/vuetify-labs.d.ts +387 -176
- package/dist/vuetify-labs.esm.js +284 -216
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +283 -215
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +51 -44
- package/dist/vuetify.d.ts +329 -190
- package/dist/vuetify.esm.js +251 -186
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +250 -185
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +696 -685
- 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/VBottomSheet/VBottomSheet.mjs +1 -4
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.css +7 -7
- package/lib/components/VBtn/VBtn.mjs +8 -3
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.mjs +15 -11
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.ts +2 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs +9 -5
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.ts +122 -1
- package/lib/components/VCalendar/VCalendar.mjs +3 -0
- package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarCategory.sass +9 -3
- package/lib/components/VCalendar/VCalendarDaily.mjs +20 -8
- package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarWeekly.mjs +25 -5
- package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs +20 -16
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/mouse.mjs +16 -30
- package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
- package/lib/components/VCard/VCard.css +7 -7
- package/lib/components/VChip/VChip.css +7 -7
- 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/VData/VData.mjs +2 -4
- package/lib/components/VData/VData.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +7 -5
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- 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/VExpansionPanel/VExpansionPanel.css +7 -7
- package/lib/components/VField/VField.css +2 -2
- package/lib/components/VField/VField.mjs +28 -26
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -2
- 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.css +7 -7
- 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/VOtpInput/VOtpInput.mjs +22 -46
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.mjs +3 -0
- package/lib/components/VOverflowBtn/VOverflowBtn.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/VSelectionControl/VSelectionControl.css +2 -2
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -1
- package/lib/components/VSnackbar/index.d.ts +42 -19
- package/lib/components/VStepper/VStepper.sass +6 -6
- package/lib/components/VStepper/VStepperStep.mjs +12 -2
- package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
- package/lib/components/VTable/VTable.css +4 -4
- package/lib/components/VTable/VTable.sass +2 -2
- package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/components/VTimeline/_mixins.sass +1 -1
- 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/VTreeview/VTreeview.mjs +1 -1
- package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/components/index.d.ts +316 -176
- package/lib/composables/defaults.mjs +1 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/filter.mjs +3 -3
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/form.mjs +0 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +2 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/toggleScope.mjs +14 -7
- package/lib/composables/toggleScope.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.css +3 -0
- package/lib/directives/ripple/VRipple.sass +3 -0
- package/lib/directives/ripple/_variables.scss +1 -1
- package/lib/directives/ripple/index.mjs +2 -7
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +16 -16
- package/lib/labs/VDataTable/VDataTable.mjs +6 -6
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.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 -12
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +6 -5
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +3 -7
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +71 -1
- package/lib/labs/VDataTable/index.mjs +1 -0
- package/lib/labs/VDataTable/index.mjs.map +1 -1
- package/lib/labs/components.d.ts +71 -1
- package/lib/locale/adapters/vue-i18n.mjs +12 -2
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/locale/ar.mjs +20 -20
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/en.mjs +2 -2
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +3 -3
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/fi.mjs +5 -5
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/it.mjs +6 -6
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/sv.mjs +13 -13
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/styles/settings/_variables.scss +6 -6
- package/lib/styles/tools/_states.sass +3 -3
- package/lib/util/defineComponent.mjs +21 -18
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +5 -19
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { Ref, DeepReadonly, VNodeChild, PropType, JSXComponent, CSSProperties, ExtractPropTypes, ComputedRef, nextTick, ComponentInternalInstance, Prop, WritableComputedRef, InjectionKey, UnwrapRef, DirectiveBinding } from 'vue';
|
2
|
+
import { Ref, DeepReadonly, VNodeChild, PropType, JSXComponent, CSSProperties, ExtractPropTypes, ComputedRef, EffectScope, nextTick, ComponentInternalInstance, Prop, WritableComputedRef, InjectionKey, UnwrapRef, DirectiveBinding } from 'vue';
|
3
3
|
// @ts-ignore
|
4
4
|
import * as vue_router from 'vue-router';
|
5
5
|
// @ts-ignore
|
@@ -155,6 +155,23 @@ declare type Tblock = typeof block[number];
|
|
155
155
|
declare type Tinline = typeof inline[number];
|
156
156
|
declare type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
|
157
157
|
|
158
|
+
declare class Box {
|
159
|
+
x: number;
|
160
|
+
y: number;
|
161
|
+
width: number;
|
162
|
+
height: number;
|
163
|
+
constructor({ x, y, width, height }: {
|
164
|
+
x: number;
|
165
|
+
y: number;
|
166
|
+
width: number;
|
167
|
+
height: number;
|
168
|
+
});
|
169
|
+
get top(): number;
|
170
|
+
get bottom(): number;
|
171
|
+
get left(): number;
|
172
|
+
get right(): number;
|
173
|
+
}
|
174
|
+
|
158
175
|
declare type SlotsToProps<T extends Record<string, any>> = T extends Record<string, Slot> ? ({
|
159
176
|
$children?: (VNodeChild | (keyof T extends 'default' ? T['default'] : {}) | {
|
160
177
|
[K in keyof T]?: T[K];
|
@@ -175,10 +192,10 @@ declare type SelectItemKey = boolean | string | (string | number)[] | ((item: Re
|
|
175
192
|
declare type EventProp<T = (...args: any[]) => any> = T | T[];
|
176
193
|
declare const EventProp: PropType<EventProp<(...args: any[]) => any>>;
|
177
194
|
|
178
|
-
|
195
|
+
declare type DefaultsInstance = undefined | {
|
179
196
|
[key: string]: undefined | Record<string, unknown>;
|
180
197
|
global?: Record<string, unknown>;
|
181
|
-
}
|
198
|
+
};
|
182
199
|
declare type DefaultsOptions = Partial<DefaultsInstance>;
|
183
200
|
|
184
201
|
declare type IconValue = string | JSXComponent;
|
@@ -1740,7 +1757,7 @@ interface ScrollStrategyData {
|
|
1740
1757
|
isActive: Ref<boolean>;
|
1741
1758
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
1742
1759
|
}
|
1743
|
-
declare type ScrollStrategyFn = (data: ScrollStrategyData, props: StrategyProps$1) => void;
|
1760
|
+
declare type ScrollStrategyFn = (data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope) => void;
|
1744
1761
|
declare const scrollStrategies: {
|
1745
1762
|
none: null;
|
1746
1763
|
close: typeof closeScrollStrategy;
|
@@ -1753,7 +1770,7 @@ interface StrategyProps$1 {
|
|
1753
1770
|
}
|
1754
1771
|
declare function closeScrollStrategy(data: ScrollStrategyData): void;
|
1755
1772
|
declare function blockScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1): void;
|
1756
|
-
declare function repositionScrollStrategy(data: ScrollStrategyData): void;
|
1773
|
+
declare function repositionScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope): void;
|
1757
1774
|
|
1758
1775
|
interface LocationStrategyData {
|
1759
1776
|
contentEl: Ref<HTMLElement | undefined>;
|
@@ -1780,7 +1797,13 @@ interface StrategyProps {
|
|
1780
1797
|
}
|
1781
1798
|
declare function staticLocationStrategy(): void;
|
1782
1799
|
declare function connectedLocationStrategy(data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>): {
|
1783
|
-
updateLocation: () =>
|
1800
|
+
updateLocation: () => {
|
1801
|
+
available: {
|
1802
|
+
x: number;
|
1803
|
+
y: number;
|
1804
|
+
};
|
1805
|
+
contentBox: Box;
|
1806
|
+
} | undefined;
|
1784
1807
|
};
|
1785
1808
|
|
1786
1809
|
interface InternalItem<T = any> {
|
@@ -2012,7 +2035,7 @@ declare const VAutocomplete: {
|
|
2012
2035
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2013
2036
|
updateLocation: (e: Event) => void;
|
2014
2037
|
} | undefined);
|
2015
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
2038
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
2016
2039
|
closeOnBack: boolean;
|
2017
2040
|
contained: boolean;
|
2018
2041
|
noClickAnimation: boolean;
|
@@ -2110,12 +2133,12 @@ declare const VAutocomplete: {
|
|
2110
2133
|
} | undefined);
|
2111
2134
|
};
|
2112
2135
|
scrollStrategy: Omit<{
|
2113
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
2136
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2114
2137
|
default: string;
|
2115
2138
|
validator: (val: any) => boolean;
|
2116
2139
|
}, "type" | "default"> & {
|
2117
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
2118
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
2140
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2141
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
2119
2142
|
};
|
2120
2143
|
closeOnBack: {
|
2121
2144
|
type: BooleanConstructor;
|
@@ -2359,7 +2382,7 @@ declare const VAutocomplete: {
|
|
2359
2382
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2360
2383
|
updateLocation: (e: Event) => void;
|
2361
2384
|
} | undefined);
|
2362
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
2385
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
2363
2386
|
closeOnBack: boolean;
|
2364
2387
|
contained: boolean;
|
2365
2388
|
noClickAnimation: boolean;
|
@@ -2457,12 +2480,12 @@ declare const VAutocomplete: {
|
|
2457
2480
|
} | undefined);
|
2458
2481
|
};
|
2459
2482
|
scrollStrategy: Omit<{
|
2460
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
2483
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2461
2484
|
default: string;
|
2462
2485
|
validator: (val: any) => boolean;
|
2463
2486
|
}, "type" | "default"> & {
|
2464
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
2465
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
2487
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2488
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
2466
2489
|
};
|
2467
2490
|
closeOnBack: {
|
2468
2491
|
type: BooleanConstructor;
|
@@ -2770,7 +2793,7 @@ declare const VAutocomplete: {
|
|
2770
2793
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2771
2794
|
updateLocation: (e: Event) => void;
|
2772
2795
|
} | undefined);
|
2773
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
2796
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
2774
2797
|
closeOnBack: boolean;
|
2775
2798
|
contained: boolean;
|
2776
2799
|
noClickAnimation: boolean;
|
@@ -2868,12 +2891,12 @@ declare const VAutocomplete: {
|
|
2868
2891
|
} | undefined);
|
2869
2892
|
};
|
2870
2893
|
scrollStrategy: Omit<{
|
2871
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
2894
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2872
2895
|
default: string;
|
2873
2896
|
validator: (val: any) => boolean;
|
2874
2897
|
}, "type" | "default"> & {
|
2875
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
2876
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
2898
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2899
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
2877
2900
|
};
|
2878
2901
|
closeOnBack: {
|
2879
2902
|
type: BooleanConstructor;
|
@@ -3118,7 +3141,7 @@ declare const VAutocomplete: {
|
|
3118
3141
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3119
3142
|
updateLocation: (e: Event) => void;
|
3120
3143
|
} | undefined);
|
3121
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
3144
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
3122
3145
|
closeOnBack: boolean;
|
3123
3146
|
contained: boolean;
|
3124
3147
|
noClickAnimation: boolean;
|
@@ -3216,12 +3239,12 @@ declare const VAutocomplete: {
|
|
3216
3239
|
} | undefined);
|
3217
3240
|
};
|
3218
3241
|
scrollStrategy: Omit<{
|
3219
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
3242
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3220
3243
|
default: string;
|
3221
3244
|
validator: (val: any) => boolean;
|
3222
3245
|
}, "type" | "default"> & {
|
3223
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
3224
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
3246
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3247
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
3225
3248
|
};
|
3226
3249
|
closeOnBack: {
|
3227
3250
|
type: BooleanConstructor;
|
@@ -4412,7 +4435,7 @@ declare const VBtnGroup: vue.DefineComponent<{
|
|
4412
4435
|
};
|
4413
4436
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
4414
4437
|
divided: BooleanConstructor;
|
4415
|
-
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<
|
4438
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<ExtractPropTypes<{
|
4416
4439
|
color: StringConstructor;
|
4417
4440
|
variant: {
|
4418
4441
|
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
@@ -4458,7 +4481,12 @@ declare const VBtnToggle: {
|
|
4458
4481
|
$props: Partial<{
|
4459
4482
|
disabled: boolean;
|
4460
4483
|
multiple: boolean;
|
4484
|
+
tag: string;
|
4485
|
+
rounded: string | number | boolean;
|
4486
|
+
density: Density;
|
4487
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
4461
4488
|
modelValue: any;
|
4489
|
+
divided: boolean;
|
4462
4490
|
}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
4463
4491
|
modelValue: {
|
4464
4492
|
type: null;
|
@@ -4469,9 +4497,35 @@ declare const VBtnToggle: {
|
|
4469
4497
|
max: NumberConstructor;
|
4470
4498
|
selectedClass: StringConstructor;
|
4471
4499
|
disabled: BooleanConstructor;
|
4500
|
+
color: StringConstructor;
|
4501
|
+
variant: {
|
4502
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
4503
|
+
default: string;
|
4504
|
+
validator: (v: any) => boolean;
|
4505
|
+
};
|
4506
|
+
theme: StringConstructor;
|
4507
|
+
tag: {
|
4508
|
+
type: StringConstructor;
|
4509
|
+
default: string;
|
4510
|
+
};
|
4511
|
+
rounded: {
|
4512
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
4513
|
+
default: undefined;
|
4514
|
+
};
|
4515
|
+
elevation: {
|
4516
|
+
type: (StringConstructor | NumberConstructor)[];
|
4517
|
+
validator(v: any): boolean;
|
4518
|
+
};
|
4519
|
+
density: {
|
4520
|
+
type: vue.PropType<Density>;
|
4521
|
+
default: string;
|
4522
|
+
validator: (v: any) => boolean;
|
4523
|
+
};
|
4524
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
4525
|
+
divided: BooleanConstructor;
|
4472
4526
|
}, "$children" | "v-slots" | "v-slot:default">>> & {
|
4473
4527
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
4474
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "disabled" | "multiple" | "modelValue">;
|
4528
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "disabled" | "multiple" | "tag" | "rounded" | "density" | "variant" | "modelValue" | "divided">;
|
4475
4529
|
$attrs: {
|
4476
4530
|
[x: string]: unknown;
|
4477
4531
|
};
|
@@ -4495,6 +4549,32 @@ declare const VBtnToggle: {
|
|
4495
4549
|
max: NumberConstructor;
|
4496
4550
|
selectedClass: StringConstructor;
|
4497
4551
|
disabled: BooleanConstructor;
|
4552
|
+
color: StringConstructor;
|
4553
|
+
variant: {
|
4554
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
4555
|
+
default: string;
|
4556
|
+
validator: (v: any) => boolean;
|
4557
|
+
};
|
4558
|
+
theme: StringConstructor;
|
4559
|
+
tag: {
|
4560
|
+
type: StringConstructor;
|
4561
|
+
default: string;
|
4562
|
+
};
|
4563
|
+
rounded: {
|
4564
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
4565
|
+
default: undefined;
|
4566
|
+
};
|
4567
|
+
elevation: {
|
4568
|
+
type: (StringConstructor | NumberConstructor)[];
|
4569
|
+
validator(v: any): boolean;
|
4570
|
+
};
|
4571
|
+
density: {
|
4572
|
+
type: vue.PropType<Density>;
|
4573
|
+
default: string;
|
4574
|
+
validator: (v: any) => boolean;
|
4575
|
+
};
|
4576
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
4577
|
+
divided: BooleanConstructor;
|
4498
4578
|
}, "$children" | "v-slots" | "v-slot:default">>> & {
|
4499
4579
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
4500
4580
|
}, {
|
@@ -4506,7 +4586,12 @@ declare const VBtnToggle: {
|
|
4506
4586
|
}, "$children" | "v-slots" | "v-slot:default">, string, {
|
4507
4587
|
disabled: boolean;
|
4508
4588
|
multiple: boolean;
|
4589
|
+
tag: string;
|
4590
|
+
rounded: string | number | boolean;
|
4591
|
+
density: Density;
|
4592
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
4509
4593
|
modelValue: any;
|
4594
|
+
divided: boolean;
|
4510
4595
|
}> & {
|
4511
4596
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
4512
4597
|
created?: ((() => void) | (() => void)[]) | undefined;
|
@@ -4537,6 +4622,32 @@ declare const VBtnToggle: {
|
|
4537
4622
|
max: NumberConstructor;
|
4538
4623
|
selectedClass: StringConstructor;
|
4539
4624
|
disabled: BooleanConstructor;
|
4625
|
+
color: StringConstructor;
|
4626
|
+
variant: {
|
4627
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
4628
|
+
default: string;
|
4629
|
+
validator: (v: any) => boolean;
|
4630
|
+
};
|
4631
|
+
theme: StringConstructor;
|
4632
|
+
tag: {
|
4633
|
+
type: StringConstructor;
|
4634
|
+
default: string;
|
4635
|
+
};
|
4636
|
+
rounded: {
|
4637
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
4638
|
+
default: undefined;
|
4639
|
+
};
|
4640
|
+
elevation: {
|
4641
|
+
type: (StringConstructor | NumberConstructor)[];
|
4642
|
+
validator(v: any): boolean;
|
4643
|
+
};
|
4644
|
+
density: {
|
4645
|
+
type: vue.PropType<Density>;
|
4646
|
+
default: string;
|
4647
|
+
validator: (v: any) => boolean;
|
4648
|
+
};
|
4649
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
4650
|
+
divided: BooleanConstructor;
|
4540
4651
|
}, "$children" | "v-slots" | "v-slot:default">>> & {
|
4541
4652
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
4542
4653
|
} & vue.ShallowUnwrapRef<{
|
@@ -4557,6 +4668,32 @@ declare const VBtnToggle: {
|
|
4557
4668
|
max: NumberConstructor;
|
4558
4669
|
selectedClass: StringConstructor;
|
4559
4670
|
disabled: BooleanConstructor;
|
4671
|
+
color: StringConstructor;
|
4672
|
+
variant: {
|
4673
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
4674
|
+
default: string;
|
4675
|
+
validator: (v: any) => boolean;
|
4676
|
+
};
|
4677
|
+
theme: StringConstructor;
|
4678
|
+
tag: {
|
4679
|
+
type: StringConstructor;
|
4680
|
+
default: string;
|
4681
|
+
};
|
4682
|
+
rounded: {
|
4683
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
4684
|
+
default: undefined;
|
4685
|
+
};
|
4686
|
+
elevation: {
|
4687
|
+
type: (StringConstructor | NumberConstructor)[];
|
4688
|
+
validator(v: any): boolean;
|
4689
|
+
};
|
4690
|
+
density: {
|
4691
|
+
type: vue.PropType<Density>;
|
4692
|
+
default: string;
|
4693
|
+
validator: (v: any) => boolean;
|
4694
|
+
};
|
4695
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
4696
|
+
divided: BooleanConstructor;
|
4560
4697
|
}, "$children" | "v-slots" | "v-slot:default">>> & {
|
4561
4698
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
4562
4699
|
}, {
|
@@ -4568,7 +4705,12 @@ declare const VBtnToggle: {
|
|
4568
4705
|
}, "$children" | "v-slots" | "v-slot:default">, string, {
|
4569
4706
|
disabled: boolean;
|
4570
4707
|
multiple: boolean;
|
4708
|
+
tag: string;
|
4709
|
+
rounded: string | number | boolean;
|
4710
|
+
density: Density;
|
4711
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
4571
4712
|
modelValue: any;
|
4713
|
+
divided: boolean;
|
4572
4714
|
}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>() => {
|
4573
4715
|
$props: SlotsToProps<{
|
4574
4716
|
default: [DefaultBtnToggleSlot];
|
@@ -5782,7 +5924,7 @@ declare const VCombobox: {
|
|
5782
5924
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
5783
5925
|
updateLocation: (e: Event) => void;
|
5784
5926
|
} | undefined);
|
5785
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
5927
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
5786
5928
|
closeOnBack: boolean;
|
5787
5929
|
contained: boolean;
|
5788
5930
|
noClickAnimation: boolean;
|
@@ -5880,12 +6022,12 @@ declare const VCombobox: {
|
|
5880
6022
|
} | undefined);
|
5881
6023
|
};
|
5882
6024
|
scrollStrategy: Omit<{
|
5883
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
6025
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
5884
6026
|
default: string;
|
5885
6027
|
validator: (val: any) => boolean;
|
5886
6028
|
}, "type" | "default"> & {
|
5887
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
5888
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
6029
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
6030
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
5889
6031
|
};
|
5890
6032
|
closeOnBack: {
|
5891
6033
|
type: BooleanConstructor;
|
@@ -6135,7 +6277,7 @@ declare const VCombobox: {
|
|
6135
6277
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
6136
6278
|
updateLocation: (e: Event) => void;
|
6137
6279
|
} | undefined);
|
6138
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
6280
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
6139
6281
|
closeOnBack: boolean;
|
6140
6282
|
contained: boolean;
|
6141
6283
|
noClickAnimation: boolean;
|
@@ -6233,12 +6375,12 @@ declare const VCombobox: {
|
|
6233
6375
|
} | undefined);
|
6234
6376
|
};
|
6235
6377
|
scrollStrategy: Omit<{
|
6236
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
6378
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
6237
6379
|
default: string;
|
6238
6380
|
validator: (val: any) => boolean;
|
6239
6381
|
}, "type" | "default"> & {
|
6240
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
6241
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
6382
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
6383
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
6242
6384
|
};
|
6243
6385
|
closeOnBack: {
|
6244
6386
|
type: BooleanConstructor;
|
@@ -6551,7 +6693,7 @@ declare const VCombobox: {
|
|
6551
6693
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
6552
6694
|
updateLocation: (e: Event) => void;
|
6553
6695
|
} | undefined);
|
6554
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
6696
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
6555
6697
|
closeOnBack: boolean;
|
6556
6698
|
contained: boolean;
|
6557
6699
|
noClickAnimation: boolean;
|
@@ -6649,12 +6791,12 @@ declare const VCombobox: {
|
|
6649
6791
|
} | undefined);
|
6650
6792
|
};
|
6651
6793
|
scrollStrategy: Omit<{
|
6652
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
6794
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
6653
6795
|
default: string;
|
6654
6796
|
validator: (val: any) => boolean;
|
6655
6797
|
}, "type" | "default"> & {
|
6656
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
6657
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
6798
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
6799
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
6658
6800
|
};
|
6659
6801
|
closeOnBack: {
|
6660
6802
|
type: BooleanConstructor;
|
@@ -6904,7 +7046,7 @@ declare const VCombobox: {
|
|
6904
7046
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
6905
7047
|
updateLocation: (e: Event) => void;
|
6906
7048
|
} | undefined);
|
6907
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
7049
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
6908
7050
|
closeOnBack: boolean;
|
6909
7051
|
contained: boolean;
|
6910
7052
|
noClickAnimation: boolean;
|
@@ -7002,12 +7144,12 @@ declare const VCombobox: {
|
|
7002
7144
|
} | undefined);
|
7003
7145
|
};
|
7004
7146
|
scrollStrategy: Omit<{
|
7005
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
7147
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
7006
7148
|
default: string;
|
7007
7149
|
validator: (val: any) => boolean;
|
7008
7150
|
}, "type" | "default"> & {
|
7009
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
7010
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
7151
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
7152
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
7011
7153
|
};
|
7012
7154
|
closeOnBack: {
|
7013
7155
|
type: BooleanConstructor;
|
@@ -7453,14 +7595,14 @@ declare const VCounter: vue.DefineComponent<{
|
|
7453
7595
|
declare type VCounter = InstanceType<typeof VCounter>;
|
7454
7596
|
|
7455
7597
|
declare const VDefaultsProvider: vue.DefineComponent<{
|
7456
|
-
defaults: PropType<
|
7598
|
+
defaults: PropType<DefaultsOptions>;
|
7457
7599
|
reset: (StringConstructor | NumberConstructor)[];
|
7458
7600
|
root: BooleanConstructor;
|
7459
7601
|
scoped: BooleanConstructor;
|
7460
7602
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
7461
7603
|
[key: string]: any;
|
7462
7604
|
}>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
7463
|
-
defaults: PropType<
|
7605
|
+
defaults: PropType<DefaultsOptions>;
|
7464
7606
|
reset: (StringConstructor | NumberConstructor)[];
|
7465
7607
|
root: BooleanConstructor;
|
7466
7608
|
scoped: BooleanConstructor;
|
@@ -7502,7 +7644,7 @@ declare const VOverlay: {
|
|
7502
7644
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
7503
7645
|
updateLocation: (e: Event) => void;
|
7504
7646
|
} | undefined);
|
7505
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
7647
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
7506
7648
|
closeOnBack: boolean;
|
7507
7649
|
contained: boolean;
|
7508
7650
|
noClickAnimation: boolean;
|
@@ -7519,7 +7661,7 @@ declare const VOverlay: {
|
|
7519
7661
|
};
|
7520
7662
|
theme: StringConstructor;
|
7521
7663
|
scrollStrategy: {
|
7522
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
7664
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
7523
7665
|
default: string;
|
7524
7666
|
validator: (val: any) => boolean;
|
7525
7667
|
};
|
@@ -7613,7 +7755,7 @@ declare const VOverlay: {
|
|
7613
7755
|
};
|
7614
7756
|
theme: StringConstructor;
|
7615
7757
|
scrollStrategy: {
|
7616
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
7758
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
7617
7759
|
default: string;
|
7618
7760
|
validator: (val: any) => boolean;
|
7619
7761
|
};
|
@@ -7713,7 +7855,7 @@ declare const VOverlay: {
|
|
7713
7855
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
7714
7856
|
updateLocation: (e: Event) => void;
|
7715
7857
|
} | undefined);
|
7716
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
7858
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
7717
7859
|
closeOnBack: boolean;
|
7718
7860
|
contained: boolean;
|
7719
7861
|
noClickAnimation: boolean;
|
@@ -7750,7 +7892,7 @@ declare const VOverlay: {
|
|
7750
7892
|
};
|
7751
7893
|
theme: StringConstructor;
|
7752
7894
|
scrollStrategy: {
|
7753
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
7895
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
7754
7896
|
default: string;
|
7755
7897
|
validator: (val: any) => boolean;
|
7756
7898
|
};
|
@@ -7841,7 +7983,7 @@ declare const VOverlay: {
|
|
7841
7983
|
};
|
7842
7984
|
theme: StringConstructor;
|
7843
7985
|
scrollStrategy: {
|
7844
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
7986
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
7845
7987
|
default: string;
|
7846
7988
|
validator: (val: any) => boolean;
|
7847
7989
|
};
|
@@ -7941,7 +8083,7 @@ declare const VOverlay: {
|
|
7941
8083
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
7942
8084
|
updateLocation: (e: Event) => void;
|
7943
8085
|
} | undefined);
|
7944
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
8086
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
7945
8087
|
closeOnBack: boolean;
|
7946
8088
|
contained: boolean;
|
7947
8089
|
noClickAnimation: boolean;
|
@@ -7982,7 +8124,7 @@ declare const VDialog: {
|
|
7982
8124
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
7983
8125
|
updateLocation: (e: Event) => void;
|
7984
8126
|
} | undefined);
|
7985
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
8127
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
7986
8128
|
closeOnBack: boolean;
|
7987
8129
|
contained: boolean;
|
7988
8130
|
noClickAnimation: boolean;
|
@@ -8020,12 +8162,12 @@ declare const VDialog: {
|
|
8020
8162
|
};
|
8021
8163
|
theme: StringConstructor;
|
8022
8164
|
scrollStrategy: Omit<{
|
8023
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
8165
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
8024
8166
|
default: string;
|
8025
8167
|
validator: (val: any) => boolean;
|
8026
8168
|
}, "type" | "default"> & {
|
8027
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
8028
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
8169
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
8170
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
8029
8171
|
};
|
8030
8172
|
locationStrategy: {
|
8031
8173
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
@@ -8145,12 +8287,12 @@ declare const VDialog: {
|
|
8145
8287
|
};
|
8146
8288
|
theme: StringConstructor;
|
8147
8289
|
scrollStrategy: Omit<{
|
8148
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
8290
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
8149
8291
|
default: string;
|
8150
8292
|
validator: (val: any) => boolean;
|
8151
8293
|
}, "type" | "default"> & {
|
8152
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
8153
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
8294
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
8295
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
8154
8296
|
};
|
8155
8297
|
locationStrategy: {
|
8156
8298
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
@@ -8249,7 +8391,7 @@ declare const VDialog: {
|
|
8249
8391
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8250
8392
|
updateLocation: (e: Event) => void;
|
8251
8393
|
} | undefined);
|
8252
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
8394
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
8253
8395
|
closeOnBack: boolean;
|
8254
8396
|
contained: boolean;
|
8255
8397
|
noClickAnimation: boolean;
|
@@ -8266,7 +8408,7 @@ declare const VDialog: {
|
|
8266
8408
|
};
|
8267
8409
|
theme: StringConstructor;
|
8268
8410
|
scrollStrategy: {
|
8269
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
8411
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
8270
8412
|
default: string;
|
8271
8413
|
validator: (val: any) => boolean;
|
8272
8414
|
};
|
@@ -8360,7 +8502,7 @@ declare const VDialog: {
|
|
8360
8502
|
};
|
8361
8503
|
theme: StringConstructor;
|
8362
8504
|
scrollStrategy: {
|
8363
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
8505
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
8364
8506
|
default: string;
|
8365
8507
|
validator: (val: any) => boolean;
|
8366
8508
|
};
|
@@ -8460,7 +8602,7 @@ declare const VDialog: {
|
|
8460
8602
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8461
8603
|
updateLocation: (e: Event) => void;
|
8462
8604
|
} | undefined);
|
8463
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
8605
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
8464
8606
|
closeOnBack: boolean;
|
8465
8607
|
contained: boolean;
|
8466
8608
|
noClickAnimation: boolean;
|
@@ -8497,7 +8639,7 @@ declare const VDialog: {
|
|
8497
8639
|
};
|
8498
8640
|
theme: StringConstructor;
|
8499
8641
|
scrollStrategy: {
|
8500
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
8642
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
8501
8643
|
default: string;
|
8502
8644
|
validator: (val: any) => boolean;
|
8503
8645
|
};
|
@@ -8630,7 +8772,7 @@ declare const VDialog: {
|
|
8630
8772
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8631
8773
|
updateLocation: (e: Event) => void;
|
8632
8774
|
} | undefined);
|
8633
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
8775
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
8634
8776
|
closeOnBack: boolean;
|
8635
8777
|
contained: boolean;
|
8636
8778
|
noClickAnimation: boolean;
|
@@ -8688,12 +8830,12 @@ declare const VDialog: {
|
|
8688
8830
|
};
|
8689
8831
|
theme: StringConstructor;
|
8690
8832
|
scrollStrategy: Omit<{
|
8691
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
8833
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
8692
8834
|
default: string;
|
8693
8835
|
validator: (val: any) => boolean;
|
8694
8836
|
}, "type" | "default"> & {
|
8695
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
8696
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
8837
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
8838
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
8697
8839
|
};
|
8698
8840
|
locationStrategy: {
|
8699
8841
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
@@ -8792,7 +8934,7 @@ declare const VDialog: {
|
|
8792
8934
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8793
8935
|
updateLocation: (e: Event) => void;
|
8794
8936
|
} | undefined);
|
8795
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
8937
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
8796
8938
|
closeOnBack: boolean;
|
8797
8939
|
contained: boolean;
|
8798
8940
|
noClickAnimation: boolean;
|
@@ -8809,7 +8951,7 @@ declare const VDialog: {
|
|
8809
8951
|
};
|
8810
8952
|
theme: StringConstructor;
|
8811
8953
|
scrollStrategy: {
|
8812
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
8954
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
8813
8955
|
default: string;
|
8814
8956
|
validator: (val: any) => boolean;
|
8815
8957
|
};
|
@@ -8903,7 +9045,7 @@ declare const VDialog: {
|
|
8903
9045
|
};
|
8904
9046
|
theme: StringConstructor;
|
8905
9047
|
scrollStrategy: {
|
8906
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
9048
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
8907
9049
|
default: string;
|
8908
9050
|
validator: (val: any) => boolean;
|
8909
9051
|
};
|
@@ -9003,7 +9145,7 @@ declare const VDialog: {
|
|
9003
9145
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
9004
9146
|
updateLocation: (e: Event) => void;
|
9005
9147
|
} | undefined);
|
9006
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
9148
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
9007
9149
|
closeOnBack: boolean;
|
9008
9150
|
contained: boolean;
|
9009
9151
|
noClickAnimation: boolean;
|
@@ -9040,7 +9182,7 @@ declare const VDialog: {
|
|
9040
9182
|
};
|
9041
9183
|
theme: StringConstructor;
|
9042
9184
|
scrollStrategy: {
|
9043
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
9185
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
9044
9186
|
default: string;
|
9045
9187
|
validator: (val: any) => boolean;
|
9046
9188
|
};
|
@@ -9179,12 +9321,12 @@ declare const VDialog: {
|
|
9179
9321
|
};
|
9180
9322
|
theme: StringConstructor;
|
9181
9323
|
scrollStrategy: Omit<{
|
9182
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
9324
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
9183
9325
|
default: string;
|
9184
9326
|
validator: (val: any) => boolean;
|
9185
9327
|
}, "type" | "default"> & {
|
9186
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
9187
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
9328
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
9329
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
9188
9330
|
};
|
9189
9331
|
locationStrategy: {
|
9190
9332
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
@@ -9283,7 +9425,7 @@ declare const VDialog: {
|
|
9283
9425
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
9284
9426
|
updateLocation: (e: Event) => void;
|
9285
9427
|
} | undefined);
|
9286
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
9428
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
9287
9429
|
closeOnBack: boolean;
|
9288
9430
|
contained: boolean;
|
9289
9431
|
noClickAnimation: boolean;
|
@@ -9300,7 +9442,7 @@ declare const VDialog: {
|
|
9300
9442
|
};
|
9301
9443
|
theme: StringConstructor;
|
9302
9444
|
scrollStrategy: {
|
9303
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
9445
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
9304
9446
|
default: string;
|
9305
9447
|
validator: (val: any) => boolean;
|
9306
9448
|
};
|
@@ -9394,7 +9536,7 @@ declare const VDialog: {
|
|
9394
9536
|
};
|
9395
9537
|
theme: StringConstructor;
|
9396
9538
|
scrollStrategy: {
|
9397
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
9539
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
9398
9540
|
default: string;
|
9399
9541
|
validator: (val: any) => boolean;
|
9400
9542
|
};
|
@@ -9494,7 +9636,7 @@ declare const VDialog: {
|
|
9494
9636
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
9495
9637
|
updateLocation: (e: Event) => void;
|
9496
9638
|
} | undefined);
|
9497
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
9639
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
9498
9640
|
closeOnBack: boolean;
|
9499
9641
|
contained: boolean;
|
9500
9642
|
noClickAnimation: boolean;
|
@@ -9531,7 +9673,7 @@ declare const VDialog: {
|
|
9531
9673
|
};
|
9532
9674
|
theme: StringConstructor;
|
9533
9675
|
scrollStrategy: {
|
9534
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
9676
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
9535
9677
|
default: string;
|
9536
9678
|
validator: (val: any) => boolean;
|
9537
9679
|
};
|
@@ -9664,7 +9806,7 @@ declare const VDialog: {
|
|
9664
9806
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
9665
9807
|
updateLocation: (e: Event) => void;
|
9666
9808
|
} | undefined);
|
9667
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
9809
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
9668
9810
|
closeOnBack: boolean;
|
9669
9811
|
contained: boolean;
|
9670
9812
|
noClickAnimation: boolean;
|
@@ -10431,7 +10573,6 @@ declare type VFooter = InstanceType<typeof VFooter>;
|
|
10431
10573
|
declare const VForm: vue.DefineComponent<{
|
10432
10574
|
disabled: BooleanConstructor;
|
10433
10575
|
fastFail: BooleanConstructor;
|
10434
|
-
lazyValidation: BooleanConstructor;
|
10435
10576
|
readonly: BooleanConstructor;
|
10436
10577
|
modelValue: {
|
10437
10578
|
type: vue.PropType<boolean | null>;
|
@@ -10472,7 +10613,6 @@ declare const VForm: vue.DefineComponent<{
|
|
10472
10613
|
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
10473
10614
|
disabled: BooleanConstructor;
|
10474
10615
|
fastFail: BooleanConstructor;
|
10475
|
-
lazyValidation: BooleanConstructor;
|
10476
10616
|
readonly: BooleanConstructor;
|
10477
10617
|
modelValue: {
|
10478
10618
|
type: vue.PropType<boolean | null>;
|
@@ -10491,7 +10631,6 @@ declare const VForm: vue.DefineComponent<{
|
|
10491
10631
|
modelValue: boolean | null;
|
10492
10632
|
validateOn: "input" | "blur" | "submit" | undefined;
|
10493
10633
|
fastFail: boolean;
|
10494
|
-
lazyValidation: boolean;
|
10495
10634
|
}>;
|
10496
10635
|
declare type VForm = InstanceType<typeof VForm>;
|
10497
10636
|
|
@@ -12449,7 +12588,7 @@ declare const VMenu: {
|
|
12449
12588
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
12450
12589
|
updateLocation: (e: Event) => void;
|
12451
12590
|
} | undefined);
|
12452
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
12591
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
12453
12592
|
closeOnBack: boolean;
|
12454
12593
|
contained: boolean;
|
12455
12594
|
noClickAnimation: boolean;
|
@@ -12547,12 +12686,12 @@ declare const VMenu: {
|
|
12547
12686
|
} | undefined);
|
12548
12687
|
};
|
12549
12688
|
scrollStrategy: Omit<{
|
12550
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
12689
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
12551
12690
|
default: string;
|
12552
12691
|
validator: (val: any) => boolean;
|
12553
12692
|
}, "type" | "default"> & {
|
12554
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
12555
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
12693
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
12694
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
12556
12695
|
};
|
12557
12696
|
closeOnBack: {
|
12558
12697
|
type: BooleanConstructor;
|
@@ -12679,12 +12818,12 @@ declare const VMenu: {
|
|
12679
12818
|
} | undefined);
|
12680
12819
|
};
|
12681
12820
|
scrollStrategy: Omit<{
|
12682
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
12821
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
12683
12822
|
default: string;
|
12684
12823
|
validator: (val: any) => boolean;
|
12685
12824
|
}, "type" | "default"> & {
|
12686
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
12687
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
12825
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
12826
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
12688
12827
|
};
|
12689
12828
|
closeOnBack: {
|
12690
12829
|
type: BooleanConstructor;
|
@@ -12729,7 +12868,7 @@ declare const VMenu: {
|
|
12729
12868
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
12730
12869
|
updateLocation: (e: Event) => void;
|
12731
12870
|
} | undefined);
|
12732
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
12871
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
12733
12872
|
closeOnBack: boolean;
|
12734
12873
|
contained: boolean;
|
12735
12874
|
noClickAnimation: boolean;
|
@@ -12746,7 +12885,7 @@ declare const VMenu: {
|
|
12746
12885
|
};
|
12747
12886
|
theme: StringConstructor;
|
12748
12887
|
scrollStrategy: {
|
12749
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
12888
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
12750
12889
|
default: string;
|
12751
12890
|
validator: (val: any) => boolean;
|
12752
12891
|
};
|
@@ -12840,7 +12979,7 @@ declare const VMenu: {
|
|
12840
12979
|
};
|
12841
12980
|
theme: StringConstructor;
|
12842
12981
|
scrollStrategy: {
|
12843
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
12982
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
12844
12983
|
default: string;
|
12845
12984
|
validator: (val: any) => boolean;
|
12846
12985
|
};
|
@@ -12940,7 +13079,7 @@ declare const VMenu: {
|
|
12940
13079
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
12941
13080
|
updateLocation: (e: Event) => void;
|
12942
13081
|
} | undefined);
|
12943
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
13082
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
12944
13083
|
closeOnBack: boolean;
|
12945
13084
|
contained: boolean;
|
12946
13085
|
noClickAnimation: boolean;
|
@@ -12977,7 +13116,7 @@ declare const VMenu: {
|
|
12977
13116
|
};
|
12978
13117
|
theme: StringConstructor;
|
12979
13118
|
scrollStrategy: {
|
12980
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
13119
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
12981
13120
|
default: string;
|
12982
13121
|
validator: (val: any) => boolean;
|
12983
13122
|
};
|
@@ -13111,7 +13250,7 @@ declare const VMenu: {
|
|
13111
13250
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
13112
13251
|
updateLocation: (e: Event) => void;
|
13113
13252
|
} | undefined);
|
13114
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
13253
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
13115
13254
|
closeOnBack: boolean;
|
13116
13255
|
contained: boolean;
|
13117
13256
|
noClickAnimation: boolean;
|
@@ -13229,12 +13368,12 @@ declare const VMenu: {
|
|
13229
13368
|
} | undefined);
|
13230
13369
|
};
|
13231
13370
|
scrollStrategy: Omit<{
|
13232
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
13371
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
13233
13372
|
default: string;
|
13234
13373
|
validator: (val: any) => boolean;
|
13235
13374
|
}, "type" | "default"> & {
|
13236
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
13237
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
13375
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
13376
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
13238
13377
|
};
|
13239
13378
|
closeOnBack: {
|
13240
13379
|
type: BooleanConstructor;
|
@@ -13279,7 +13418,7 @@ declare const VMenu: {
|
|
13279
13418
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
13280
13419
|
updateLocation: (e: Event) => void;
|
13281
13420
|
} | undefined);
|
13282
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
13421
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
13283
13422
|
closeOnBack: boolean;
|
13284
13423
|
contained: boolean;
|
13285
13424
|
noClickAnimation: boolean;
|
@@ -13296,7 +13435,7 @@ declare const VMenu: {
|
|
13296
13435
|
};
|
13297
13436
|
theme: StringConstructor;
|
13298
13437
|
scrollStrategy: {
|
13299
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
13438
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
13300
13439
|
default: string;
|
13301
13440
|
validator: (val: any) => boolean;
|
13302
13441
|
};
|
@@ -13390,7 +13529,7 @@ declare const VMenu: {
|
|
13390
13529
|
};
|
13391
13530
|
theme: StringConstructor;
|
13392
13531
|
scrollStrategy: {
|
13393
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
13532
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
13394
13533
|
default: string;
|
13395
13534
|
validator: (val: any) => boolean;
|
13396
13535
|
};
|
@@ -13490,7 +13629,7 @@ declare const VMenu: {
|
|
13490
13629
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
13491
13630
|
updateLocation: (e: Event) => void;
|
13492
13631
|
} | undefined);
|
13493
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
13632
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
13494
13633
|
closeOnBack: boolean;
|
13495
13634
|
contained: boolean;
|
13496
13635
|
noClickAnimation: boolean;
|
@@ -13527,7 +13666,7 @@ declare const VMenu: {
|
|
13527
13666
|
};
|
13528
13667
|
theme: StringConstructor;
|
13529
13668
|
scrollStrategy: {
|
13530
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
13669
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
13531
13670
|
default: string;
|
13532
13671
|
validator: (val: any) => boolean;
|
13533
13672
|
};
|
@@ -13729,12 +13868,12 @@ declare const VMenu: {
|
|
13729
13868
|
} | undefined);
|
13730
13869
|
};
|
13731
13870
|
scrollStrategy: Omit<{
|
13732
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
13871
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
13733
13872
|
default: string;
|
13734
13873
|
validator: (val: any) => boolean;
|
13735
13874
|
}, "type" | "default"> & {
|
13736
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
13737
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
13875
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
13876
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
13738
13877
|
};
|
13739
13878
|
closeOnBack: {
|
13740
13879
|
type: BooleanConstructor;
|
@@ -13779,7 +13918,7 @@ declare const VMenu: {
|
|
13779
13918
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
13780
13919
|
updateLocation: (e: Event) => void;
|
13781
13920
|
} | undefined);
|
13782
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
13921
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
13783
13922
|
closeOnBack: boolean;
|
13784
13923
|
contained: boolean;
|
13785
13924
|
noClickAnimation: boolean;
|
@@ -13796,7 +13935,7 @@ declare const VMenu: {
|
|
13796
13935
|
};
|
13797
13936
|
theme: StringConstructor;
|
13798
13937
|
scrollStrategy: {
|
13799
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
13938
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
13800
13939
|
default: string;
|
13801
13940
|
validator: (val: any) => boolean;
|
13802
13941
|
};
|
@@ -13890,7 +14029,7 @@ declare const VMenu: {
|
|
13890
14029
|
};
|
13891
14030
|
theme: StringConstructor;
|
13892
14031
|
scrollStrategy: {
|
13893
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
14032
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
13894
14033
|
default: string;
|
13895
14034
|
validator: (val: any) => boolean;
|
13896
14035
|
};
|
@@ -13990,7 +14129,7 @@ declare const VMenu: {
|
|
13990
14129
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
13991
14130
|
updateLocation: (e: Event) => void;
|
13992
14131
|
} | undefined);
|
13993
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
14132
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
13994
14133
|
closeOnBack: boolean;
|
13995
14134
|
contained: boolean;
|
13996
14135
|
noClickAnimation: boolean;
|
@@ -14027,7 +14166,7 @@ declare const VMenu: {
|
|
14027
14166
|
};
|
14028
14167
|
theme: StringConstructor;
|
14029
14168
|
scrollStrategy: {
|
14030
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
14169
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
14031
14170
|
default: string;
|
14032
14171
|
validator: (val: any) => boolean;
|
14033
14172
|
};
|
@@ -14161,7 +14300,7 @@ declare const VMenu: {
|
|
14161
14300
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
14162
14301
|
updateLocation: (e: Event) => void;
|
14163
14302
|
} | undefined);
|
14164
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
14303
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
14165
14304
|
closeOnBack: boolean;
|
14166
14305
|
contained: boolean;
|
14167
14306
|
noClickAnimation: boolean;
|
@@ -14459,7 +14598,7 @@ declare const VNavigationDrawer: vue.DefineComponent<{
|
|
14459
14598
|
default: number;
|
14460
14599
|
};
|
14461
14600
|
location: {
|
14462
|
-
type: PropType<"end" | "start" | "left" | "bottom" | "right">;
|
14601
|
+
type: PropType<"end" | "start" | "left" | "top" | "bottom" | "right">;
|
14463
14602
|
default: string;
|
14464
14603
|
validator: (value: any) => boolean;
|
14465
14604
|
};
|
@@ -14525,7 +14664,7 @@ declare const VNavigationDrawer: vue.DefineComponent<{
|
|
14525
14664
|
default: number;
|
14526
14665
|
};
|
14527
14666
|
location: {
|
14528
|
-
type: PropType<"end" | "start" | "left" | "bottom" | "right">;
|
14667
|
+
type: PropType<"end" | "start" | "left" | "top" | "bottom" | "right">;
|
14529
14668
|
default: string;
|
14530
14669
|
validator: (value: any) => boolean;
|
14531
14670
|
};
|
@@ -14535,7 +14674,7 @@ declare const VNavigationDrawer: vue.DefineComponent<{
|
|
14535
14674
|
"onUpdate:rail"?: ((val: boolean) => any) | undefined;
|
14536
14675
|
}, {
|
14537
14676
|
absolute: boolean;
|
14538
|
-
location: "end" | "start" | "left" | "bottom" | "right";
|
14677
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
14539
14678
|
width: string | number;
|
14540
14679
|
order: string | number;
|
14541
14680
|
temporary: boolean;
|
@@ -16044,7 +16183,7 @@ declare const VSelect: {
|
|
16044
16183
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
16045
16184
|
updateLocation: (e: Event) => void;
|
16046
16185
|
} | undefined);
|
16047
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
16186
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
16048
16187
|
closeOnBack: boolean;
|
16049
16188
|
contained: boolean;
|
16050
16189
|
noClickAnimation: boolean;
|
@@ -16142,12 +16281,12 @@ declare const VSelect: {
|
|
16142
16281
|
} | undefined);
|
16143
16282
|
};
|
16144
16283
|
scrollStrategy: Omit<{
|
16145
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
16284
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
16146
16285
|
default: string;
|
16147
16286
|
validator: (val: any) => boolean;
|
16148
16287
|
}, "type" | "default"> & {
|
16149
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
16150
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
16288
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
16289
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
16151
16290
|
};
|
16152
16291
|
closeOnBack: {
|
16153
16292
|
type: BooleanConstructor;
|
@@ -16390,7 +16529,7 @@ declare const VSelect: {
|
|
16390
16529
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
16391
16530
|
updateLocation: (e: Event) => void;
|
16392
16531
|
} | undefined);
|
16393
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
16532
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
16394
16533
|
closeOnBack: boolean;
|
16395
16534
|
contained: boolean;
|
16396
16535
|
noClickAnimation: boolean;
|
@@ -16488,12 +16627,12 @@ declare const VSelect: {
|
|
16488
16627
|
} | undefined);
|
16489
16628
|
};
|
16490
16629
|
scrollStrategy: Omit<{
|
16491
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
16630
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
16492
16631
|
default: string;
|
16493
16632
|
validator: (val: any) => boolean;
|
16494
16633
|
}, "type" | "default"> & {
|
16495
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
16496
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
16634
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
16635
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
16497
16636
|
};
|
16498
16637
|
closeOnBack: {
|
16499
16638
|
type: BooleanConstructor;
|
@@ -16796,7 +16935,7 @@ declare const VSelect: {
|
|
16796
16935
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
16797
16936
|
updateLocation: (e: Event) => void;
|
16798
16937
|
} | undefined);
|
16799
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
16938
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
16800
16939
|
closeOnBack: boolean;
|
16801
16940
|
contained: boolean;
|
16802
16941
|
noClickAnimation: boolean;
|
@@ -16894,12 +17033,12 @@ declare const VSelect: {
|
|
16894
17033
|
} | undefined);
|
16895
17034
|
};
|
16896
17035
|
scrollStrategy: Omit<{
|
16897
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
17036
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
16898
17037
|
default: string;
|
16899
17038
|
validator: (val: any) => boolean;
|
16900
17039
|
}, "type" | "default"> & {
|
16901
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
16902
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
17040
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
17041
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
16903
17042
|
};
|
16904
17043
|
closeOnBack: {
|
16905
17044
|
type: BooleanConstructor;
|
@@ -17137,7 +17276,7 @@ declare const VSelect: {
|
|
17137
17276
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
17138
17277
|
updateLocation: (e: Event) => void;
|
17139
17278
|
} | undefined);
|
17140
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
17279
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
17141
17280
|
closeOnBack: boolean;
|
17142
17281
|
contained: boolean;
|
17143
17282
|
noClickAnimation: boolean;
|
@@ -17235,12 +17374,12 @@ declare const VSelect: {
|
|
17235
17374
|
} | undefined);
|
17236
17375
|
};
|
17237
17376
|
scrollStrategy: Omit<{
|
17238
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
17377
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
17239
17378
|
default: string;
|
17240
17379
|
validator: (val: any) => boolean;
|
17241
17380
|
}, "type" | "default"> & {
|
17242
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
17243
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
17381
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
17382
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
17244
17383
|
};
|
17245
17384
|
closeOnBack: {
|
17246
17385
|
type: BooleanConstructor;
|
@@ -18700,7 +18839,7 @@ declare const VSnackbar: {
|
|
18700
18839
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
18701
18840
|
updateLocation: (e: Event) => void;
|
18702
18841
|
} | undefined);
|
18703
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
18842
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
18704
18843
|
closeOnBack: boolean;
|
18705
18844
|
contained: boolean;
|
18706
18845
|
noClickAnimation: boolean;
|
@@ -18717,7 +18856,7 @@ declare const VSnackbar: {
|
|
18717
18856
|
};
|
18718
18857
|
theme: StringConstructor;
|
18719
18858
|
scrollStrategy: {
|
18720
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
18859
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
18721
18860
|
default: string;
|
18722
18861
|
validator: (val: any) => boolean;
|
18723
18862
|
};
|
@@ -18811,7 +18950,7 @@ declare const VSnackbar: {
|
|
18811
18950
|
};
|
18812
18951
|
theme: StringConstructor;
|
18813
18952
|
scrollStrategy: {
|
18814
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
18953
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
18815
18954
|
default: string;
|
18816
18955
|
validator: (val: any) => boolean;
|
18817
18956
|
};
|
@@ -18911,7 +19050,7 @@ declare const VSnackbar: {
|
|
18911
19050
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
18912
19051
|
updateLocation: (e: Event) => void;
|
18913
19052
|
} | undefined);
|
18914
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
19053
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
18915
19054
|
closeOnBack: boolean;
|
18916
19055
|
contained: boolean;
|
18917
19056
|
noClickAnimation: boolean;
|
@@ -18948,7 +19087,7 @@ declare const VSnackbar: {
|
|
18948
19087
|
};
|
18949
19088
|
theme: StringConstructor;
|
18950
19089
|
scrollStrategy: {
|
18951
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
19090
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
18952
19091
|
default: string;
|
18953
19092
|
validator: (val: any) => boolean;
|
18954
19093
|
};
|
@@ -19217,7 +19356,7 @@ declare const VSnackbar: {
|
|
19217
19356
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
19218
19357
|
updateLocation: (e: Event) => void;
|
19219
19358
|
} | undefined);
|
19220
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
19359
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
19221
19360
|
closeOnBack: boolean;
|
19222
19361
|
contained: boolean;
|
19223
19362
|
noClickAnimation: boolean;
|
@@ -19234,7 +19373,7 @@ declare const VSnackbar: {
|
|
19234
19373
|
};
|
19235
19374
|
theme: StringConstructor;
|
19236
19375
|
scrollStrategy: {
|
19237
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
19376
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
19238
19377
|
default: string;
|
19239
19378
|
validator: (val: any) => boolean;
|
19240
19379
|
};
|
@@ -19328,7 +19467,7 @@ declare const VSnackbar: {
|
|
19328
19467
|
};
|
19329
19468
|
theme: StringConstructor;
|
19330
19469
|
scrollStrategy: {
|
19331
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
19470
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
19332
19471
|
default: string;
|
19333
19472
|
validator: (val: any) => boolean;
|
19334
19473
|
};
|
@@ -19428,7 +19567,7 @@ declare const VSnackbar: {
|
|
19428
19567
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
19429
19568
|
updateLocation: (e: Event) => void;
|
19430
19569
|
} | undefined);
|
19431
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
19570
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
19432
19571
|
closeOnBack: boolean;
|
19433
19572
|
contained: boolean;
|
19434
19573
|
noClickAnimation: boolean;
|
@@ -19465,7 +19604,7 @@ declare const VSnackbar: {
|
|
19465
19604
|
};
|
19466
19605
|
theme: StringConstructor;
|
19467
19606
|
scrollStrategy: {
|
19468
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
19607
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
19469
19608
|
default: string;
|
19470
19609
|
validator: (val: any) => boolean;
|
19471
19610
|
};
|
@@ -19690,7 +19829,7 @@ declare const VSnackbar: {
|
|
19690
19829
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
19691
19830
|
updateLocation: (e: Event) => void;
|
19692
19831
|
} | undefined);
|
19693
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
19832
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
19694
19833
|
closeOnBack: boolean;
|
19695
19834
|
contained: boolean;
|
19696
19835
|
noClickAnimation: boolean;
|
@@ -19707,7 +19846,7 @@ declare const VSnackbar: {
|
|
19707
19846
|
};
|
19708
19847
|
theme: StringConstructor;
|
19709
19848
|
scrollStrategy: {
|
19710
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
19849
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
19711
19850
|
default: string;
|
19712
19851
|
validator: (val: any) => boolean;
|
19713
19852
|
};
|
@@ -19801,7 +19940,7 @@ declare const VSnackbar: {
|
|
19801
19940
|
};
|
19802
19941
|
theme: StringConstructor;
|
19803
19942
|
scrollStrategy: {
|
19804
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
19943
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
19805
19944
|
default: string;
|
19806
19945
|
validator: (val: any) => boolean;
|
19807
19946
|
};
|
@@ -19901,7 +20040,7 @@ declare const VSnackbar: {
|
|
19901
20040
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
19902
20041
|
updateLocation: (e: Event) => void;
|
19903
20042
|
} | undefined);
|
19904
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
20043
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
19905
20044
|
closeOnBack: boolean;
|
19906
20045
|
contained: boolean;
|
19907
20046
|
noClickAnimation: boolean;
|
@@ -19938,7 +20077,7 @@ declare const VSnackbar: {
|
|
19938
20077
|
};
|
19939
20078
|
theme: StringConstructor;
|
19940
20079
|
scrollStrategy: {
|
19941
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
20080
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
19942
20081
|
default: string;
|
19943
20082
|
validator: (val: any) => boolean;
|
19944
20083
|
};
|
@@ -22984,7 +23123,7 @@ declare const VTooltip: {
|
|
22984
23123
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
22985
23124
|
updateLocation: (e: Event) => void;
|
22986
23125
|
} | undefined);
|
22987
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
23126
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
22988
23127
|
closeOnBack: boolean;
|
22989
23128
|
contained: boolean;
|
22990
23129
|
noClickAnimation: boolean;
|
@@ -23077,12 +23216,12 @@ declare const VTooltip: {
|
|
23077
23216
|
} | undefined);
|
23078
23217
|
};
|
23079
23218
|
scrollStrategy: Omit<{
|
23080
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
23219
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
23081
23220
|
default: string;
|
23082
23221
|
validator: (val: any) => boolean;
|
23083
23222
|
}, "type" | "default"> & {
|
23084
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
23085
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
23223
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
23224
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
23086
23225
|
};
|
23087
23226
|
closeOnBack: Omit<{
|
23088
23227
|
type: BooleanConstructor;
|
@@ -23208,12 +23347,12 @@ declare const VTooltip: {
|
|
23208
23347
|
} | undefined);
|
23209
23348
|
};
|
23210
23349
|
scrollStrategy: Omit<{
|
23211
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
23350
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
23212
23351
|
default: string;
|
23213
23352
|
validator: (val: any) => boolean;
|
23214
23353
|
}, "type" | "default"> & {
|
23215
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
23216
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
23354
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
23355
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
23217
23356
|
};
|
23218
23357
|
closeOnBack: Omit<{
|
23219
23358
|
type: BooleanConstructor;
|
@@ -23259,7 +23398,7 @@ declare const VTooltip: {
|
|
23259
23398
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
23260
23399
|
updateLocation: (e: Event) => void;
|
23261
23400
|
} | undefined);
|
23262
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
23401
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
23263
23402
|
closeOnBack: boolean;
|
23264
23403
|
contained: boolean;
|
23265
23404
|
noClickAnimation: boolean;
|
@@ -23276,7 +23415,7 @@ declare const VTooltip: {
|
|
23276
23415
|
};
|
23277
23416
|
theme: StringConstructor;
|
23278
23417
|
scrollStrategy: {
|
23279
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
23418
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
23280
23419
|
default: string;
|
23281
23420
|
validator: (val: any) => boolean;
|
23282
23421
|
};
|
@@ -23370,7 +23509,7 @@ declare const VTooltip: {
|
|
23370
23509
|
};
|
23371
23510
|
theme: StringConstructor;
|
23372
23511
|
scrollStrategy: {
|
23373
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
23512
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
23374
23513
|
default: string;
|
23375
23514
|
validator: (val: any) => boolean;
|
23376
23515
|
};
|
@@ -23470,7 +23609,7 @@ declare const VTooltip: {
|
|
23470
23609
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
23471
23610
|
updateLocation: (e: Event) => void;
|
23472
23611
|
} | undefined);
|
23473
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
23612
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
23474
23613
|
closeOnBack: boolean;
|
23475
23614
|
contained: boolean;
|
23476
23615
|
noClickAnimation: boolean;
|
@@ -23507,7 +23646,7 @@ declare const VTooltip: {
|
|
23507
23646
|
};
|
23508
23647
|
theme: StringConstructor;
|
23509
23648
|
scrollStrategy: {
|
23510
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
23649
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
23511
23650
|
default: string;
|
23512
23651
|
validator: (val: any) => boolean;
|
23513
23652
|
};
|
@@ -23634,7 +23773,7 @@ declare const VTooltip: {
|
|
23634
23773
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
23635
23774
|
updateLocation: (e: Event) => void;
|
23636
23775
|
} | undefined);
|
23637
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
23776
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
23638
23777
|
closeOnBack: boolean;
|
23639
23778
|
contained: boolean;
|
23640
23779
|
noClickAnimation: boolean;
|
@@ -23747,12 +23886,12 @@ declare const VTooltip: {
|
|
23747
23886
|
} | undefined);
|
23748
23887
|
};
|
23749
23888
|
scrollStrategy: Omit<{
|
23750
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
23889
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
23751
23890
|
default: string;
|
23752
23891
|
validator: (val: any) => boolean;
|
23753
23892
|
}, "type" | "default"> & {
|
23754
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
23755
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
23893
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
23894
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
23756
23895
|
};
|
23757
23896
|
closeOnBack: Omit<{
|
23758
23897
|
type: BooleanConstructor;
|
@@ -23798,7 +23937,7 @@ declare const VTooltip: {
|
|
23798
23937
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
23799
23938
|
updateLocation: (e: Event) => void;
|
23800
23939
|
} | undefined);
|
23801
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
23940
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
23802
23941
|
closeOnBack: boolean;
|
23803
23942
|
contained: boolean;
|
23804
23943
|
noClickAnimation: boolean;
|
@@ -23815,7 +23954,7 @@ declare const VTooltip: {
|
|
23815
23954
|
};
|
23816
23955
|
theme: StringConstructor;
|
23817
23956
|
scrollStrategy: {
|
23818
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
23957
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
23819
23958
|
default: string;
|
23820
23959
|
validator: (val: any) => boolean;
|
23821
23960
|
};
|
@@ -23909,7 +24048,7 @@ declare const VTooltip: {
|
|
23909
24048
|
};
|
23910
24049
|
theme: StringConstructor;
|
23911
24050
|
scrollStrategy: {
|
23912
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
24051
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
23913
24052
|
default: string;
|
23914
24053
|
validator: (val: any) => boolean;
|
23915
24054
|
};
|
@@ -24009,7 +24148,7 @@ declare const VTooltip: {
|
|
24009
24148
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
24010
24149
|
updateLocation: (e: Event) => void;
|
24011
24150
|
} | undefined);
|
24012
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
24151
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
24013
24152
|
closeOnBack: boolean;
|
24014
24153
|
contained: boolean;
|
24015
24154
|
noClickAnimation: boolean;
|
@@ -24046,7 +24185,7 @@ declare const VTooltip: {
|
|
24046
24185
|
};
|
24047
24186
|
theme: StringConstructor;
|
24048
24187
|
scrollStrategy: {
|
24049
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
24188
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
24050
24189
|
default: string;
|
24051
24190
|
validator: (val: any) => boolean;
|
24052
24191
|
};
|
@@ -24244,12 +24383,12 @@ declare const VTooltip: {
|
|
24244
24383
|
} | undefined);
|
24245
24384
|
};
|
24246
24385
|
scrollStrategy: Omit<{
|
24247
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
24386
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
24248
24387
|
default: string;
|
24249
24388
|
validator: (val: any) => boolean;
|
24250
24389
|
}, "type" | "default"> & {
|
24251
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
24252
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
24390
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
24391
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
24253
24392
|
};
|
24254
24393
|
closeOnBack: Omit<{
|
24255
24394
|
type: BooleanConstructor;
|
@@ -24295,7 +24434,7 @@ declare const VTooltip: {
|
|
24295
24434
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
24296
24435
|
updateLocation: (e: Event) => void;
|
24297
24436
|
} | undefined);
|
24298
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
24437
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
24299
24438
|
closeOnBack: boolean;
|
24300
24439
|
contained: boolean;
|
24301
24440
|
noClickAnimation: boolean;
|
@@ -24312,7 +24451,7 @@ declare const VTooltip: {
|
|
24312
24451
|
};
|
24313
24452
|
theme: StringConstructor;
|
24314
24453
|
scrollStrategy: {
|
24315
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
24454
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
24316
24455
|
default: string;
|
24317
24456
|
validator: (val: any) => boolean;
|
24318
24457
|
};
|
@@ -24406,7 +24545,7 @@ declare const VTooltip: {
|
|
24406
24545
|
};
|
24407
24546
|
theme: StringConstructor;
|
24408
24547
|
scrollStrategy: {
|
24409
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
24548
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
24410
24549
|
default: string;
|
24411
24550
|
validator: (val: any) => boolean;
|
24412
24551
|
};
|
@@ -24506,7 +24645,7 @@ declare const VTooltip: {
|
|
24506
24645
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
24507
24646
|
updateLocation: (e: Event) => void;
|
24508
24647
|
} | undefined);
|
24509
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
24648
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
24510
24649
|
closeOnBack: boolean;
|
24511
24650
|
contained: boolean;
|
24512
24651
|
noClickAnimation: boolean;
|
@@ -24543,7 +24682,7 @@ declare const VTooltip: {
|
|
24543
24682
|
};
|
24544
24683
|
theme: StringConstructor;
|
24545
24684
|
scrollStrategy: {
|
24546
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
24685
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
24547
24686
|
default: string;
|
24548
24687
|
validator: (val: any) => boolean;
|
24549
24688
|
};
|
@@ -24670,7 +24809,7 @@ declare const VTooltip: {
|
|
24670
24809
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
24671
24810
|
updateLocation: (e: Event) => void;
|
24672
24811
|
} | undefined);
|
24673
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
24812
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
24674
24813
|
closeOnBack: boolean;
|
24675
24814
|
contained: boolean;
|
24676
24815
|
noClickAnimation: boolean;
|
@@ -26043,6 +26182,10 @@ declare const VDataTableVirtual: vue.DefineComponent<{
|
|
26043
26182
|
declare type VDataTableVirtual = InstanceType<typeof VDataTableVirtual>;
|
26044
26183
|
|
26045
26184
|
declare const VDataTableServer: vue.DefineComponent<{
|
26185
|
+
groupBy: {
|
26186
|
+
type: vue.PropType<SortItem[]>;
|
26187
|
+
default: () => never[];
|
26188
|
+
};
|
26046
26189
|
page: {
|
26047
26190
|
type: (StringConstructor | NumberConstructor)[];
|
26048
26191
|
default: number;
|
@@ -26119,10 +26262,15 @@ declare const VDataTableServer: vue.DefineComponent<{
|
|
26119
26262
|
'update:sortBy': (sortBy: any) => true;
|
26120
26263
|
'update:options': (options: any) => true;
|
26121
26264
|
'update:expanded': (options: any) => true;
|
26265
|
+
'update:groupBy': (value: any) => true;
|
26122
26266
|
'click:row': (event: Event, value: {
|
26123
26267
|
item: DataTableItem;
|
26124
26268
|
}) => true;
|
26125
26269
|
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
26270
|
+
groupBy: {
|
26271
|
+
type: vue.PropType<SortItem[]>;
|
26272
|
+
default: () => never[];
|
26273
|
+
};
|
26126
26274
|
page: {
|
26127
26275
|
type: (StringConstructor | NumberConstructor)[];
|
26128
26276
|
default: number;
|
@@ -26202,6 +26350,7 @@ declare const VDataTableServer: vue.DefineComponent<{
|
|
26202
26350
|
"onUpdate:page"?: ((page: number) => any) | undefined;
|
26203
26351
|
"onUpdate:itemsPerPage"?: ((page: number) => any) | undefined;
|
26204
26352
|
"onUpdate:options"?: ((options: any) => any) | undefined;
|
26353
|
+
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
26205
26354
|
}, {
|
26206
26355
|
expanded: string[];
|
26207
26356
|
page: string | number;
|
@@ -26221,6 +26370,7 @@ declare const VDataTableServer: vue.DefineComponent<{
|
|
26221
26370
|
fixedFooter: boolean;
|
26222
26371
|
multiSort: boolean;
|
26223
26372
|
mustSort: boolean;
|
26373
|
+
groupBy: SortItem[];
|
26224
26374
|
showSelect: boolean;
|
26225
26375
|
expandOnClick: boolean;
|
26226
26376
|
showExpand: boolean;
|
@@ -26228,6 +26378,65 @@ declare const VDataTableServer: vue.DefineComponent<{
|
|
26228
26378
|
}>;
|
26229
26379
|
declare type VDataTableServer = InstanceType<typeof VDataTableServer>;
|
26230
26380
|
|
26381
|
+
declare const VDataTableFooter: vue.DefineComponent<{
|
26382
|
+
prevIcon: {
|
26383
|
+
type: StringConstructor;
|
26384
|
+
default: string;
|
26385
|
+
};
|
26386
|
+
nextIcon: {
|
26387
|
+
type: StringConstructor;
|
26388
|
+
default: string;
|
26389
|
+
};
|
26390
|
+
firstIcon: {
|
26391
|
+
type: StringConstructor;
|
26392
|
+
default: string;
|
26393
|
+
};
|
26394
|
+
lastIcon: {
|
26395
|
+
type: StringConstructor;
|
26396
|
+
default: string;
|
26397
|
+
};
|
26398
|
+
itemsPerPageOptions: {
|
26399
|
+
type: PropType<InternalItem<any>[]>;
|
26400
|
+
default: () => {
|
26401
|
+
value: number;
|
26402
|
+
title: string;
|
26403
|
+
}[];
|
26404
|
+
};
|
26405
|
+
showCurrentPage: BooleanConstructor;
|
26406
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
26407
|
+
prevIcon: {
|
26408
|
+
type: StringConstructor;
|
26409
|
+
default: string;
|
26410
|
+
};
|
26411
|
+
nextIcon: {
|
26412
|
+
type: StringConstructor;
|
26413
|
+
default: string;
|
26414
|
+
};
|
26415
|
+
firstIcon: {
|
26416
|
+
type: StringConstructor;
|
26417
|
+
default: string;
|
26418
|
+
};
|
26419
|
+
lastIcon: {
|
26420
|
+
type: StringConstructor;
|
26421
|
+
default: string;
|
26422
|
+
};
|
26423
|
+
itemsPerPageOptions: {
|
26424
|
+
type: PropType<InternalItem<any>[]>;
|
26425
|
+
default: () => {
|
26426
|
+
value: number;
|
26427
|
+
title: string;
|
26428
|
+
}[];
|
26429
|
+
};
|
26430
|
+
showCurrentPage: BooleanConstructor;
|
26431
|
+
}>>, {
|
26432
|
+
nextIcon: string;
|
26433
|
+
prevIcon: string;
|
26434
|
+
firstIcon: string;
|
26435
|
+
lastIcon: string;
|
26436
|
+
itemsPerPageOptions: InternalItem<any>[];
|
26437
|
+
showCurrentPage: boolean;
|
26438
|
+
}>;
|
26439
|
+
|
26231
26440
|
interface VVirtualScrollSlot<T> {
|
26232
26441
|
item: T;
|
26233
26442
|
index: number;
|
@@ -26518,6 +26727,7 @@ declare const allComponents_d_VDataTableRows: typeof VDataTableRows;
|
|
26518
26727
|
declare const allComponents_d_VDataTableRow: typeof VDataTableRow;
|
26519
26728
|
declare const allComponents_d_VDataTableVirtual: typeof VDataTableVirtual;
|
26520
26729
|
declare const allComponents_d_VDataTableServer: typeof VDataTableServer;
|
26730
|
+
declare const allComponents_d_VDataTableFooter: typeof VDataTableFooter;
|
26521
26731
|
declare const allComponents_d_VVirtualScroll: typeof VVirtualScroll;
|
26522
26732
|
declare namespace allComponents_d {
|
26523
26733
|
export {
|
@@ -26658,6 +26868,7 @@ declare namespace allComponents_d {
|
|
26658
26868
|
allComponents_d_VDataTableRow as VDataTableRow,
|
26659
26869
|
allComponents_d_VDataTableVirtual as VDataTableVirtual,
|
26660
26870
|
allComponents_d_VDataTableServer as VDataTableServer,
|
26871
|
+
allComponents_d_VDataTableFooter as VDataTableFooter,
|
26661
26872
|
allComponents_d_VVirtualScroll as VVirtualScroll,
|
26662
26873
|
};
|
26663
26874
|
}
|