vuetify 3.1.1 → 3.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +495 -483
- package/dist/json/importMap.json +58 -58
- package/dist/json/tags.json +4 -1
- package/dist/json/web-types.json +892 -839
- package/dist/vuetify-labs.css +356 -346
- package/dist/vuetify-labs.d.ts +257 -179
- package/dist/vuetify-labs.esm.js +432 -278
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +431 -277
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +94 -84
- package/dist/vuetify.d.ts +261 -194
- package/dist/vuetify.esm.js +346 -242
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +345 -241
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +731 -721
- 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 +4 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +43 -20
- package/lib/components/VBtn/VBtn.mjs +16 -5
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VCard/VCard.mjs +5 -2
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +8 -2
- package/lib/components/VChip/VChip.mjs +18 -4
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.ts +15 -2
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -0
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +5 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +43 -20
- package/lib/components/VDefaultsProvider/index.d.ts +5 -4
- package/lib/components/VDialog/VDialog.mjs +6 -5
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.ts +57 -34
- package/lib/components/VDivider/VDivider.mjs +6 -6
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VField/VField.mjs +28 -26
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.css +1 -0
- package/lib/components/VFileInput/VFileInput.mjs +7 -4
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +1 -0
- package/lib/components/VForm/index.d.ts +0 -3
- package/lib/components/VGrid/VGrid.css +5 -0
- package/lib/components/VGrid/VGrid.sass +5 -0
- package/lib/components/VList/VList.mjs +4 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +1 -1
- package/lib/components/VList/VListItem.mjs +34 -20
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.ts +20 -1
- package/lib/components/VMenu/VMenu.mjs +6 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.ts +57 -34
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +4 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +4 -0
- package/lib/components/VNavigationDrawer/index.d.ts +3 -3
- package/lib/components/VNavigationDrawer/touch.mjs +7 -6
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.ts +34 -11
- package/lib/components/VOverlay/locationStrategies.mjs +40 -29
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +25 -16
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +13 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.ts +18 -0
- package/lib/components/VSelect/VSelect.mjs +4 -4
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +43 -20
- package/lib/components/VSlider/VSliderThumb.mjs +5 -1
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.ts +42 -19
- package/lib/components/VTable/VTable.css +4 -4
- package/lib/components/VTable/VTable.sass +2 -2
- package/lib/components/VTooltip/VTooltip.mjs +4 -3
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.ts +57 -34
- package/lib/components/index.d.ts +247 -179
- 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/teleport.mjs +6 -7
- package/lib/composables/teleport.mjs.map +1 -1
- package/lib/composables/toggleScope.mjs +14 -7
- package/lib/composables/toggleScope.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +17 -17
- package/lib/labs/VDataTable/VDataTable.mjs +10 -6
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +3 -3
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +36 -8
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +23 -10
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +6 -2
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/group.mjs +9 -4
- package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +4 -2
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs +3 -5
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +11 -0
- package/lib/labs/components.d.ts +11 -0
- package/lib/locale/adapters/vue-i18n.mjs +12 -2
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/locale/en.mjs +2 -2
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/sv.mjs +7 -7
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +21 -18
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +5 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { Ref, DeepReadonly, VNodeChild, PropType, JSXComponent, CSSProperties, ExtractPropTypes, ComputedRef, nextTick, ComponentInternalInstance, Prop, WritableComputedRef, InjectionKey, UnwrapRef, DirectiveBinding } from 'vue';
|
|
2
|
+
import { Ref, DeepReadonly, VNodeChild, PropType, JSXComponent, CSSProperties, ExtractPropTypes, ComputedRef, EffectScope, nextTick, ComponentInternalInstance, Prop, WritableComputedRef, InjectionKey, UnwrapRef, DirectiveBinding } from 'vue';
|
|
3
3
|
// @ts-ignore
|
|
4
4
|
import * as vue_router from 'vue-router';
|
|
5
5
|
// @ts-ignore
|
|
@@ -155,6 +155,23 @@ declare type Tblock = typeof block[number];
|
|
|
155
155
|
declare type Tinline = typeof inline[number];
|
|
156
156
|
declare type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
|
|
157
157
|
|
|
158
|
+
declare class Box {
|
|
159
|
+
x: number;
|
|
160
|
+
y: number;
|
|
161
|
+
width: number;
|
|
162
|
+
height: number;
|
|
163
|
+
constructor({ x, y, width, height }: {
|
|
164
|
+
x: number;
|
|
165
|
+
y: number;
|
|
166
|
+
width: number;
|
|
167
|
+
height: number;
|
|
168
|
+
});
|
|
169
|
+
get top(): number;
|
|
170
|
+
get bottom(): number;
|
|
171
|
+
get left(): number;
|
|
172
|
+
get right(): number;
|
|
173
|
+
}
|
|
174
|
+
|
|
158
175
|
declare type SlotsToProps<T extends Record<string, any>> = T extends Record<string, Slot> ? ({
|
|
159
176
|
$children?: (VNodeChild | (keyof T extends 'default' ? T['default'] : {}) | {
|
|
160
177
|
[K in keyof T]?: T[K];
|
|
@@ -175,10 +192,10 @@ declare type SelectItemKey = boolean | string | (string | number)[] | ((item: Re
|
|
|
175
192
|
declare type EventProp<T = (...args: any[]) => any> = T | T[];
|
|
176
193
|
declare const EventProp: PropType<EventProp<(...args: any[]) => any>>;
|
|
177
194
|
|
|
178
|
-
|
|
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;
|
|
@@ -4633,7 +4656,10 @@ declare const VCard: vue.DefineComponent<{
|
|
|
4633
4656
|
};
|
|
4634
4657
|
prependAvatar: StringConstructor;
|
|
4635
4658
|
prependIcon: vue.PropType<IconValue>;
|
|
4636
|
-
ripple:
|
|
4659
|
+
ripple: {
|
|
4660
|
+
type: BooleanConstructor;
|
|
4661
|
+
default: boolean;
|
|
4662
|
+
};
|
|
4637
4663
|
subtitle: StringConstructor;
|
|
4638
4664
|
text: StringConstructor;
|
|
4639
4665
|
title: StringConstructor;
|
|
@@ -4694,7 +4720,10 @@ declare const VCard: vue.DefineComponent<{
|
|
|
4694
4720
|
};
|
|
4695
4721
|
prependAvatar: StringConstructor;
|
|
4696
4722
|
prependIcon: vue.PropType<IconValue>;
|
|
4697
|
-
ripple:
|
|
4723
|
+
ripple: {
|
|
4724
|
+
type: BooleanConstructor;
|
|
4725
|
+
default: boolean;
|
|
4726
|
+
};
|
|
4698
4727
|
subtitle: StringConstructor;
|
|
4699
4728
|
text: StringConstructor;
|
|
4700
4729
|
title: StringConstructor;
|
|
@@ -5218,7 +5247,10 @@ declare const VChip: vue.DefineComponent<{
|
|
|
5218
5247
|
default: string;
|
|
5219
5248
|
};
|
|
5220
5249
|
label: BooleanConstructor;
|
|
5221
|
-
link:
|
|
5250
|
+
link: {
|
|
5251
|
+
type: BooleanConstructor;
|
|
5252
|
+
default: undefined;
|
|
5253
|
+
};
|
|
5222
5254
|
pill: BooleanConstructor;
|
|
5223
5255
|
prependAvatar: StringConstructor;
|
|
5224
5256
|
prependIcon: vue.PropType<IconValue>;
|
|
@@ -5231,6 +5263,8 @@ declare const VChip: vue.DefineComponent<{
|
|
|
5231
5263
|
type: BooleanConstructor;
|
|
5232
5264
|
default: boolean;
|
|
5233
5265
|
};
|
|
5266
|
+
onClick: vue.PropType<EventProp<(...args: any[]) => any>>;
|
|
5267
|
+
onClickOnce: vue.PropType<EventProp<(...args: any[]) => any>>;
|
|
5234
5268
|
}, () => false | JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
5235
5269
|
'click:close': (e: Event) => true;
|
|
5236
5270
|
'update:modelValue': (value: boolean) => true;
|
|
@@ -5300,7 +5334,10 @@ declare const VChip: vue.DefineComponent<{
|
|
|
5300
5334
|
default: string;
|
|
5301
5335
|
};
|
|
5302
5336
|
label: BooleanConstructor;
|
|
5303
|
-
link:
|
|
5337
|
+
link: {
|
|
5338
|
+
type: BooleanConstructor;
|
|
5339
|
+
default: undefined;
|
|
5340
|
+
};
|
|
5304
5341
|
pill: BooleanConstructor;
|
|
5305
5342
|
prependAvatar: StringConstructor;
|
|
5306
5343
|
prependIcon: vue.PropType<IconValue>;
|
|
@@ -5313,6 +5350,8 @@ declare const VChip: vue.DefineComponent<{
|
|
|
5313
5350
|
type: BooleanConstructor;
|
|
5314
5351
|
default: boolean;
|
|
5315
5352
|
};
|
|
5353
|
+
onClick: vue.PropType<EventProp<(...args: any[]) => any>>;
|
|
5354
|
+
onClickOnce: vue.PropType<EventProp<(...args: any[]) => any>>;
|
|
5316
5355
|
}>> & {
|
|
5317
5356
|
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
|
5318
5357
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -5766,7 +5805,7 @@ declare const VCombobox: {
|
|
|
5766
5805
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
5767
5806
|
updateLocation: (e: Event) => void;
|
|
5768
5807
|
} | undefined);
|
|
5769
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
5808
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
5770
5809
|
closeOnBack: boolean;
|
|
5771
5810
|
contained: boolean;
|
|
5772
5811
|
noClickAnimation: boolean;
|
|
@@ -5864,12 +5903,12 @@ declare const VCombobox: {
|
|
|
5864
5903
|
} | undefined);
|
|
5865
5904
|
};
|
|
5866
5905
|
scrollStrategy: Omit<{
|
|
5867
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
5906
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
5868
5907
|
default: string;
|
|
5869
5908
|
validator: (val: any) => boolean;
|
|
5870
5909
|
}, "type" | "default"> & {
|
|
5871
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
5872
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
5910
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
5911
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
5873
5912
|
};
|
|
5874
5913
|
closeOnBack: {
|
|
5875
5914
|
type: BooleanConstructor;
|
|
@@ -6119,7 +6158,7 @@ declare const VCombobox: {
|
|
|
6119
6158
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
6120
6159
|
updateLocation: (e: Event) => void;
|
|
6121
6160
|
} | undefined);
|
|
6122
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
6161
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
6123
6162
|
closeOnBack: boolean;
|
|
6124
6163
|
contained: boolean;
|
|
6125
6164
|
noClickAnimation: boolean;
|
|
@@ -6217,12 +6256,12 @@ declare const VCombobox: {
|
|
|
6217
6256
|
} | undefined);
|
|
6218
6257
|
};
|
|
6219
6258
|
scrollStrategy: Omit<{
|
|
6220
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
6259
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
6221
6260
|
default: string;
|
|
6222
6261
|
validator: (val: any) => boolean;
|
|
6223
6262
|
}, "type" | "default"> & {
|
|
6224
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
6225
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
6263
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
6264
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
6226
6265
|
};
|
|
6227
6266
|
closeOnBack: {
|
|
6228
6267
|
type: BooleanConstructor;
|
|
@@ -6535,7 +6574,7 @@ declare const VCombobox: {
|
|
|
6535
6574
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
6536
6575
|
updateLocation: (e: Event) => void;
|
|
6537
6576
|
} | undefined);
|
|
6538
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
6577
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
6539
6578
|
closeOnBack: boolean;
|
|
6540
6579
|
contained: boolean;
|
|
6541
6580
|
noClickAnimation: boolean;
|
|
@@ -6633,12 +6672,12 @@ declare const VCombobox: {
|
|
|
6633
6672
|
} | undefined);
|
|
6634
6673
|
};
|
|
6635
6674
|
scrollStrategy: Omit<{
|
|
6636
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
6675
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
6637
6676
|
default: string;
|
|
6638
6677
|
validator: (val: any) => boolean;
|
|
6639
6678
|
}, "type" | "default"> & {
|
|
6640
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
6641
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
6679
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
6680
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
6642
6681
|
};
|
|
6643
6682
|
closeOnBack: {
|
|
6644
6683
|
type: BooleanConstructor;
|
|
@@ -6888,7 +6927,7 @@ declare const VCombobox: {
|
|
|
6888
6927
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
6889
6928
|
updateLocation: (e: Event) => void;
|
|
6890
6929
|
} | undefined);
|
|
6891
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
6930
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
6892
6931
|
closeOnBack: boolean;
|
|
6893
6932
|
contained: boolean;
|
|
6894
6933
|
noClickAnimation: boolean;
|
|
@@ -6986,12 +7025,12 @@ declare const VCombobox: {
|
|
|
6986
7025
|
} | undefined);
|
|
6987
7026
|
};
|
|
6988
7027
|
scrollStrategy: Omit<{
|
|
6989
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
7028
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
6990
7029
|
default: string;
|
|
6991
7030
|
validator: (val: any) => boolean;
|
|
6992
7031
|
}, "type" | "default"> & {
|
|
6993
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
6994
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
7032
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
7033
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
6995
7034
|
};
|
|
6996
7035
|
closeOnBack: {
|
|
6997
7036
|
type: BooleanConstructor;
|
|
@@ -7437,14 +7476,14 @@ declare const VCounter: vue.DefineComponent<{
|
|
|
7437
7476
|
declare type VCounter = InstanceType<typeof VCounter>;
|
|
7438
7477
|
|
|
7439
7478
|
declare const VDefaultsProvider: vue.DefineComponent<{
|
|
7440
|
-
defaults: PropType<
|
|
7479
|
+
defaults: PropType<DefaultsOptions>;
|
|
7441
7480
|
reset: (StringConstructor | NumberConstructor)[];
|
|
7442
7481
|
root: BooleanConstructor;
|
|
7443
7482
|
scoped: BooleanConstructor;
|
|
7444
7483
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
7445
7484
|
[key: string]: any;
|
|
7446
7485
|
}>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
7447
|
-
defaults: PropType<
|
|
7486
|
+
defaults: PropType<DefaultsOptions>;
|
|
7448
7487
|
reset: (StringConstructor | NumberConstructor)[];
|
|
7449
7488
|
root: BooleanConstructor;
|
|
7450
7489
|
scoped: BooleanConstructor;
|
|
@@ -7486,7 +7525,7 @@ declare const VOverlay: {
|
|
|
7486
7525
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
7487
7526
|
updateLocation: (e: Event) => void;
|
|
7488
7527
|
} | undefined);
|
|
7489
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
7528
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
7490
7529
|
closeOnBack: boolean;
|
|
7491
7530
|
contained: boolean;
|
|
7492
7531
|
noClickAnimation: boolean;
|
|
@@ -7503,7 +7542,7 @@ declare const VOverlay: {
|
|
|
7503
7542
|
};
|
|
7504
7543
|
theme: StringConstructor;
|
|
7505
7544
|
scrollStrategy: {
|
|
7506
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
7545
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
7507
7546
|
default: string;
|
|
7508
7547
|
validator: (val: any) => boolean;
|
|
7509
7548
|
};
|
|
@@ -7597,7 +7636,7 @@ declare const VOverlay: {
|
|
|
7597
7636
|
};
|
|
7598
7637
|
theme: StringConstructor;
|
|
7599
7638
|
scrollStrategy: {
|
|
7600
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
7639
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
7601
7640
|
default: string;
|
|
7602
7641
|
validator: (val: any) => boolean;
|
|
7603
7642
|
};
|
|
@@ -7697,7 +7736,7 @@ declare const VOverlay: {
|
|
|
7697
7736
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
7698
7737
|
updateLocation: (e: Event) => void;
|
|
7699
7738
|
} | undefined);
|
|
7700
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
7739
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
7701
7740
|
closeOnBack: boolean;
|
|
7702
7741
|
contained: boolean;
|
|
7703
7742
|
noClickAnimation: boolean;
|
|
@@ -7734,7 +7773,7 @@ declare const VOverlay: {
|
|
|
7734
7773
|
};
|
|
7735
7774
|
theme: StringConstructor;
|
|
7736
7775
|
scrollStrategy: {
|
|
7737
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
7776
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
7738
7777
|
default: string;
|
|
7739
7778
|
validator: (val: any) => boolean;
|
|
7740
7779
|
};
|
|
@@ -7825,7 +7864,7 @@ declare const VOverlay: {
|
|
|
7825
7864
|
};
|
|
7826
7865
|
theme: StringConstructor;
|
|
7827
7866
|
scrollStrategy: {
|
|
7828
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
7867
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
7829
7868
|
default: string;
|
|
7830
7869
|
validator: (val: any) => boolean;
|
|
7831
7870
|
};
|
|
@@ -7925,7 +7964,7 @@ declare const VOverlay: {
|
|
|
7925
7964
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
|
7926
7965
|
updateLocation: (e: Event) => void;
|
|
7927
7966
|
} | undefined);
|
|
7928
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
7967
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
7929
7968
|
closeOnBack: boolean;
|
|
7930
7969
|
contained: boolean;
|
|
7931
7970
|
noClickAnimation: boolean;
|
|
@@ -7966,7 +8005,7 @@ declare const VDialog: {
|
|
|
7966
8005
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
7967
8006
|
updateLocation: (e: Event) => void;
|
|
7968
8007
|
} | undefined);
|
|
7969
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
8008
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
7970
8009
|
closeOnBack: boolean;
|
|
7971
8010
|
contained: boolean;
|
|
7972
8011
|
noClickAnimation: boolean;
|
|
@@ -8004,12 +8043,12 @@ declare const VDialog: {
|
|
|
8004
8043
|
};
|
|
8005
8044
|
theme: StringConstructor;
|
|
8006
8045
|
scrollStrategy: Omit<{
|
|
8007
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
8046
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
8008
8047
|
default: string;
|
|
8009
8048
|
validator: (val: any) => boolean;
|
|
8010
8049
|
}, "type" | "default"> & {
|
|
8011
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
8012
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
8050
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
8051
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
8013
8052
|
};
|
|
8014
8053
|
locationStrategy: {
|
|
8015
8054
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
@@ -8129,12 +8168,12 @@ declare const VDialog: {
|
|
|
8129
8168
|
};
|
|
8130
8169
|
theme: StringConstructor;
|
|
8131
8170
|
scrollStrategy: Omit<{
|
|
8132
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
8171
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
8133
8172
|
default: string;
|
|
8134
8173
|
validator: (val: any) => boolean;
|
|
8135
8174
|
}, "type" | "default"> & {
|
|
8136
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
8137
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
8175
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
8176
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
8138
8177
|
};
|
|
8139
8178
|
locationStrategy: {
|
|
8140
8179
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
@@ -8233,7 +8272,7 @@ declare const VDialog: {
|
|
|
8233
8272
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
8234
8273
|
updateLocation: (e: Event) => void;
|
|
8235
8274
|
} | undefined);
|
|
8236
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
8275
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
8237
8276
|
closeOnBack: boolean;
|
|
8238
8277
|
contained: boolean;
|
|
8239
8278
|
noClickAnimation: boolean;
|
|
@@ -8250,7 +8289,7 @@ declare const VDialog: {
|
|
|
8250
8289
|
};
|
|
8251
8290
|
theme: StringConstructor;
|
|
8252
8291
|
scrollStrategy: {
|
|
8253
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
8292
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
8254
8293
|
default: string;
|
|
8255
8294
|
validator: (val: any) => boolean;
|
|
8256
8295
|
};
|
|
@@ -8344,7 +8383,7 @@ declare const VDialog: {
|
|
|
8344
8383
|
};
|
|
8345
8384
|
theme: StringConstructor;
|
|
8346
8385
|
scrollStrategy: {
|
|
8347
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
8386
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
8348
8387
|
default: string;
|
|
8349
8388
|
validator: (val: any) => boolean;
|
|
8350
8389
|
};
|
|
@@ -8444,7 +8483,7 @@ declare const VDialog: {
|
|
|
8444
8483
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
8445
8484
|
updateLocation: (e: Event) => void;
|
|
8446
8485
|
} | undefined);
|
|
8447
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
8486
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
8448
8487
|
closeOnBack: boolean;
|
|
8449
8488
|
contained: boolean;
|
|
8450
8489
|
noClickAnimation: boolean;
|
|
@@ -8481,7 +8520,7 @@ declare const VDialog: {
|
|
|
8481
8520
|
};
|
|
8482
8521
|
theme: StringConstructor;
|
|
8483
8522
|
scrollStrategy: {
|
|
8484
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
8523
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
8485
8524
|
default: string;
|
|
8486
8525
|
validator: (val: any) => boolean;
|
|
8487
8526
|
};
|
|
@@ -8614,7 +8653,7 @@ declare const VDialog: {
|
|
|
8614
8653
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
8615
8654
|
updateLocation: (e: Event) => void;
|
|
8616
8655
|
} | undefined);
|
|
8617
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
8656
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
8618
8657
|
closeOnBack: boolean;
|
|
8619
8658
|
contained: boolean;
|
|
8620
8659
|
noClickAnimation: boolean;
|
|
@@ -8672,12 +8711,12 @@ declare const VDialog: {
|
|
|
8672
8711
|
};
|
|
8673
8712
|
theme: StringConstructor;
|
|
8674
8713
|
scrollStrategy: Omit<{
|
|
8675
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
8714
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
8676
8715
|
default: string;
|
|
8677
8716
|
validator: (val: any) => boolean;
|
|
8678
8717
|
}, "type" | "default"> & {
|
|
8679
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
8680
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
8718
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
8719
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
8681
8720
|
};
|
|
8682
8721
|
locationStrategy: {
|
|
8683
8722
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
@@ -8776,7 +8815,7 @@ declare const VDialog: {
|
|
|
8776
8815
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
8777
8816
|
updateLocation: (e: Event) => void;
|
|
8778
8817
|
} | undefined);
|
|
8779
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
8818
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
8780
8819
|
closeOnBack: boolean;
|
|
8781
8820
|
contained: boolean;
|
|
8782
8821
|
noClickAnimation: boolean;
|
|
@@ -8793,7 +8832,7 @@ declare const VDialog: {
|
|
|
8793
8832
|
};
|
|
8794
8833
|
theme: StringConstructor;
|
|
8795
8834
|
scrollStrategy: {
|
|
8796
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
8835
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
8797
8836
|
default: string;
|
|
8798
8837
|
validator: (val: any) => boolean;
|
|
8799
8838
|
};
|
|
@@ -8887,7 +8926,7 @@ declare const VDialog: {
|
|
|
8887
8926
|
};
|
|
8888
8927
|
theme: StringConstructor;
|
|
8889
8928
|
scrollStrategy: {
|
|
8890
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
8929
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
8891
8930
|
default: string;
|
|
8892
8931
|
validator: (val: any) => boolean;
|
|
8893
8932
|
};
|
|
@@ -8987,7 +9026,7 @@ declare const VDialog: {
|
|
|
8987
9026
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
8988
9027
|
updateLocation: (e: Event) => void;
|
|
8989
9028
|
} | undefined);
|
|
8990
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
9029
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
8991
9030
|
closeOnBack: boolean;
|
|
8992
9031
|
contained: boolean;
|
|
8993
9032
|
noClickAnimation: boolean;
|
|
@@ -9024,7 +9063,7 @@ declare const VDialog: {
|
|
|
9024
9063
|
};
|
|
9025
9064
|
theme: StringConstructor;
|
|
9026
9065
|
scrollStrategy: {
|
|
9027
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
9066
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
9028
9067
|
default: string;
|
|
9029
9068
|
validator: (val: any) => boolean;
|
|
9030
9069
|
};
|
|
@@ -9163,12 +9202,12 @@ declare const VDialog: {
|
|
|
9163
9202
|
};
|
|
9164
9203
|
theme: StringConstructor;
|
|
9165
9204
|
scrollStrategy: Omit<{
|
|
9166
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
9205
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
9167
9206
|
default: string;
|
|
9168
9207
|
validator: (val: any) => boolean;
|
|
9169
9208
|
}, "type" | "default"> & {
|
|
9170
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
9171
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
9209
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
9210
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
9172
9211
|
};
|
|
9173
9212
|
locationStrategy: {
|
|
9174
9213
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
@@ -9267,7 +9306,7 @@ declare const VDialog: {
|
|
|
9267
9306
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
9268
9307
|
updateLocation: (e: Event) => void;
|
|
9269
9308
|
} | undefined);
|
|
9270
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
9309
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
9271
9310
|
closeOnBack: boolean;
|
|
9272
9311
|
contained: boolean;
|
|
9273
9312
|
noClickAnimation: boolean;
|
|
@@ -9284,7 +9323,7 @@ declare const VDialog: {
|
|
|
9284
9323
|
};
|
|
9285
9324
|
theme: StringConstructor;
|
|
9286
9325
|
scrollStrategy: {
|
|
9287
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
9326
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
9288
9327
|
default: string;
|
|
9289
9328
|
validator: (val: any) => boolean;
|
|
9290
9329
|
};
|
|
@@ -9378,7 +9417,7 @@ declare const VDialog: {
|
|
|
9378
9417
|
};
|
|
9379
9418
|
theme: StringConstructor;
|
|
9380
9419
|
scrollStrategy: {
|
|
9381
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
9420
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
9382
9421
|
default: string;
|
|
9383
9422
|
validator: (val: any) => boolean;
|
|
9384
9423
|
};
|
|
@@ -9478,7 +9517,7 @@ declare const VDialog: {
|
|
|
9478
9517
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
9479
9518
|
updateLocation: (e: Event) => void;
|
|
9480
9519
|
} | undefined);
|
|
9481
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
9520
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
9482
9521
|
closeOnBack: boolean;
|
|
9483
9522
|
contained: boolean;
|
|
9484
9523
|
noClickAnimation: boolean;
|
|
@@ -9515,7 +9554,7 @@ declare const VDialog: {
|
|
|
9515
9554
|
};
|
|
9516
9555
|
theme: StringConstructor;
|
|
9517
9556
|
scrollStrategy: {
|
|
9518
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
9557
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
9519
9558
|
default: string;
|
|
9520
9559
|
validator: (val: any) => boolean;
|
|
9521
9560
|
};
|
|
@@ -9648,7 +9687,7 @@ declare const VDialog: {
|
|
|
9648
9687
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
9649
9688
|
updateLocation: (e: Event) => void;
|
|
9650
9689
|
} | undefined);
|
|
9651
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
9690
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
9652
9691
|
closeOnBack: boolean;
|
|
9653
9692
|
contained: boolean;
|
|
9654
9693
|
noClickAnimation: boolean;
|
|
@@ -10415,7 +10454,6 @@ declare type VFooter = InstanceType<typeof VFooter>;
|
|
|
10415
10454
|
declare const VForm: vue.DefineComponent<{
|
|
10416
10455
|
disabled: BooleanConstructor;
|
|
10417
10456
|
fastFail: BooleanConstructor;
|
|
10418
|
-
lazyValidation: BooleanConstructor;
|
|
10419
10457
|
readonly: BooleanConstructor;
|
|
10420
10458
|
modelValue: {
|
|
10421
10459
|
type: vue.PropType<boolean | null>;
|
|
@@ -10456,7 +10494,6 @@ declare const VForm: vue.DefineComponent<{
|
|
|
10456
10494
|
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
10457
10495
|
disabled: BooleanConstructor;
|
|
10458
10496
|
fastFail: BooleanConstructor;
|
|
10459
|
-
lazyValidation: BooleanConstructor;
|
|
10460
10497
|
readonly: BooleanConstructor;
|
|
10461
10498
|
modelValue: {
|
|
10462
10499
|
type: vue.PropType<boolean | null>;
|
|
@@ -10475,7 +10512,6 @@ declare const VForm: vue.DefineComponent<{
|
|
|
10475
10512
|
modelValue: boolean | null;
|
|
10476
10513
|
validateOn: "input" | "blur" | "submit" | undefined;
|
|
10477
10514
|
fastFail: boolean;
|
|
10478
|
-
lazyValidation: boolean;
|
|
10479
10515
|
}>;
|
|
10480
10516
|
declare type VForm = InstanceType<typeof VForm>;
|
|
10481
10517
|
|
|
@@ -11911,6 +11947,7 @@ declare const VListItem: {
|
|
|
11911
11947
|
rounded: string | number | boolean;
|
|
11912
11948
|
density: Density;
|
|
11913
11949
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
11950
|
+
ripple: boolean;
|
|
11914
11951
|
}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
|
11915
11952
|
color: StringConstructor;
|
|
11916
11953
|
variant: Omit<{
|
|
@@ -11967,6 +12004,10 @@ declare const VListItem: {
|
|
|
11967
12004
|
nav: BooleanConstructor;
|
|
11968
12005
|
prependAvatar: StringConstructor;
|
|
11969
12006
|
prependIcon: PropType<IconValue>;
|
|
12007
|
+
ripple: {
|
|
12008
|
+
type: BooleanConstructor;
|
|
12009
|
+
default: boolean;
|
|
12010
|
+
};
|
|
11970
12011
|
subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
11971
12012
|
title: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
11972
12013
|
value: null;
|
|
@@ -11974,7 +12015,7 @@ declare const VListItem: {
|
|
|
11974
12015
|
onClickOnce: PropType<EventProp<(...args: any[]) => any>>;
|
|
11975
12016
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:subtitle">>> & {
|
|
11976
12017
|
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
|
11977
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "replace" | "link" | "exact" | "active" | "nav" | "disabled" | "tag" | "rounded" | "density" | "variant">;
|
|
12018
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "replace" | "link" | "exact" | "active" | "nav" | "disabled" | "tag" | "rounded" | "density" | "variant" | "ripple">;
|
|
11978
12019
|
$attrs: {
|
|
11979
12020
|
[x: string]: unknown;
|
|
11980
12021
|
};
|
|
@@ -12044,6 +12085,10 @@ declare const VListItem: {
|
|
|
12044
12085
|
nav: BooleanConstructor;
|
|
12045
12086
|
prependAvatar: StringConstructor;
|
|
12046
12087
|
prependIcon: PropType<IconValue>;
|
|
12088
|
+
ripple: {
|
|
12089
|
+
type: BooleanConstructor;
|
|
12090
|
+
default: boolean;
|
|
12091
|
+
};
|
|
12047
12092
|
subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
12048
12093
|
title: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
12049
12094
|
value: null;
|
|
@@ -12064,6 +12109,7 @@ declare const VListItem: {
|
|
|
12064
12109
|
rounded: string | number | boolean;
|
|
12065
12110
|
density: Density;
|
|
12066
12111
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
12112
|
+
ripple: boolean;
|
|
12067
12113
|
}> & {
|
|
12068
12114
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
12069
12115
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -12140,6 +12186,10 @@ declare const VListItem: {
|
|
|
12140
12186
|
nav: BooleanConstructor;
|
|
12141
12187
|
prependAvatar: StringConstructor;
|
|
12142
12188
|
prependIcon: PropType<IconValue>;
|
|
12189
|
+
ripple: {
|
|
12190
|
+
type: BooleanConstructor;
|
|
12191
|
+
default: boolean;
|
|
12192
|
+
};
|
|
12143
12193
|
subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
12144
12194
|
title: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
12145
12195
|
value: null;
|
|
@@ -12207,6 +12257,10 @@ declare const VListItem: {
|
|
|
12207
12257
|
nav: BooleanConstructor;
|
|
12208
12258
|
prependAvatar: StringConstructor;
|
|
12209
12259
|
prependIcon: PropType<IconValue>;
|
|
12260
|
+
ripple: {
|
|
12261
|
+
type: BooleanConstructor;
|
|
12262
|
+
default: boolean;
|
|
12263
|
+
};
|
|
12210
12264
|
subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
12211
12265
|
title: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
12212
12266
|
value: null;
|
|
@@ -12227,6 +12281,7 @@ declare const VListItem: {
|
|
|
12227
12281
|
rounded: string | number | boolean;
|
|
12228
12282
|
density: Density;
|
|
12229
12283
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
12284
|
+
ripple: boolean;
|
|
12230
12285
|
}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
|
|
12231
12286
|
$props: SlotsToProps<{
|
|
12232
12287
|
prepend: [ListItemSlot];
|
|
@@ -12414,7 +12469,7 @@ declare const VMenu: {
|
|
|
12414
12469
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
12415
12470
|
updateLocation: (e: Event) => void;
|
|
12416
12471
|
} | undefined);
|
|
12417
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
12472
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
12418
12473
|
closeOnBack: boolean;
|
|
12419
12474
|
contained: boolean;
|
|
12420
12475
|
noClickAnimation: boolean;
|
|
@@ -12512,12 +12567,12 @@ declare const VMenu: {
|
|
|
12512
12567
|
} | undefined);
|
|
12513
12568
|
};
|
|
12514
12569
|
scrollStrategy: Omit<{
|
|
12515
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
12570
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
12516
12571
|
default: string;
|
|
12517
12572
|
validator: (val: any) => boolean;
|
|
12518
12573
|
}, "type" | "default"> & {
|
|
12519
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
12520
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
12574
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
12575
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
12521
12576
|
};
|
|
12522
12577
|
closeOnBack: {
|
|
12523
12578
|
type: BooleanConstructor;
|
|
@@ -12644,12 +12699,12 @@ declare const VMenu: {
|
|
|
12644
12699
|
} | undefined);
|
|
12645
12700
|
};
|
|
12646
12701
|
scrollStrategy: Omit<{
|
|
12647
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
12702
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
12648
12703
|
default: string;
|
|
12649
12704
|
validator: (val: any) => boolean;
|
|
12650
12705
|
}, "type" | "default"> & {
|
|
12651
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
12652
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
12706
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
12707
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
12653
12708
|
};
|
|
12654
12709
|
closeOnBack: {
|
|
12655
12710
|
type: BooleanConstructor;
|
|
@@ -12694,7 +12749,7 @@ declare const VMenu: {
|
|
|
12694
12749
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
12695
12750
|
updateLocation: (e: Event) => void;
|
|
12696
12751
|
} | undefined);
|
|
12697
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
12752
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
12698
12753
|
closeOnBack: boolean;
|
|
12699
12754
|
contained: boolean;
|
|
12700
12755
|
noClickAnimation: boolean;
|
|
@@ -12711,7 +12766,7 @@ declare const VMenu: {
|
|
|
12711
12766
|
};
|
|
12712
12767
|
theme: StringConstructor;
|
|
12713
12768
|
scrollStrategy: {
|
|
12714
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
12769
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
12715
12770
|
default: string;
|
|
12716
12771
|
validator: (val: any) => boolean;
|
|
12717
12772
|
};
|
|
@@ -12805,7 +12860,7 @@ declare const VMenu: {
|
|
|
12805
12860
|
};
|
|
12806
12861
|
theme: StringConstructor;
|
|
12807
12862
|
scrollStrategy: {
|
|
12808
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
12863
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
12809
12864
|
default: string;
|
|
12810
12865
|
validator: (val: any) => boolean;
|
|
12811
12866
|
};
|
|
@@ -12905,7 +12960,7 @@ declare const VMenu: {
|
|
|
12905
12960
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
12906
12961
|
updateLocation: (e: Event) => void;
|
|
12907
12962
|
} | undefined);
|
|
12908
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
12963
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
12909
12964
|
closeOnBack: boolean;
|
|
12910
12965
|
contained: boolean;
|
|
12911
12966
|
noClickAnimation: boolean;
|
|
@@ -12942,7 +12997,7 @@ declare const VMenu: {
|
|
|
12942
12997
|
};
|
|
12943
12998
|
theme: StringConstructor;
|
|
12944
12999
|
scrollStrategy: {
|
|
12945
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
13000
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
12946
13001
|
default: string;
|
|
12947
13002
|
validator: (val: any) => boolean;
|
|
12948
13003
|
};
|
|
@@ -13076,7 +13131,7 @@ declare const VMenu: {
|
|
|
13076
13131
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
13077
13132
|
updateLocation: (e: Event) => void;
|
|
13078
13133
|
} | undefined);
|
|
13079
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
13134
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
13080
13135
|
closeOnBack: boolean;
|
|
13081
13136
|
contained: boolean;
|
|
13082
13137
|
noClickAnimation: boolean;
|
|
@@ -13194,12 +13249,12 @@ declare const VMenu: {
|
|
|
13194
13249
|
} | undefined);
|
|
13195
13250
|
};
|
|
13196
13251
|
scrollStrategy: Omit<{
|
|
13197
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
13252
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
13198
13253
|
default: string;
|
|
13199
13254
|
validator: (val: any) => boolean;
|
|
13200
13255
|
}, "type" | "default"> & {
|
|
13201
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
13202
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
13256
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
13257
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
13203
13258
|
};
|
|
13204
13259
|
closeOnBack: {
|
|
13205
13260
|
type: BooleanConstructor;
|
|
@@ -13244,7 +13299,7 @@ declare const VMenu: {
|
|
|
13244
13299
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
13245
13300
|
updateLocation: (e: Event) => void;
|
|
13246
13301
|
} | undefined);
|
|
13247
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
13302
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
13248
13303
|
closeOnBack: boolean;
|
|
13249
13304
|
contained: boolean;
|
|
13250
13305
|
noClickAnimation: boolean;
|
|
@@ -13261,7 +13316,7 @@ declare const VMenu: {
|
|
|
13261
13316
|
};
|
|
13262
13317
|
theme: StringConstructor;
|
|
13263
13318
|
scrollStrategy: {
|
|
13264
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
13319
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
13265
13320
|
default: string;
|
|
13266
13321
|
validator: (val: any) => boolean;
|
|
13267
13322
|
};
|
|
@@ -13355,7 +13410,7 @@ declare const VMenu: {
|
|
|
13355
13410
|
};
|
|
13356
13411
|
theme: StringConstructor;
|
|
13357
13412
|
scrollStrategy: {
|
|
13358
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
13413
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
13359
13414
|
default: string;
|
|
13360
13415
|
validator: (val: any) => boolean;
|
|
13361
13416
|
};
|
|
@@ -13455,7 +13510,7 @@ declare const VMenu: {
|
|
|
13455
13510
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
13456
13511
|
updateLocation: (e: Event) => void;
|
|
13457
13512
|
} | undefined);
|
|
13458
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
13513
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
13459
13514
|
closeOnBack: boolean;
|
|
13460
13515
|
contained: boolean;
|
|
13461
13516
|
noClickAnimation: boolean;
|
|
@@ -13492,7 +13547,7 @@ declare const VMenu: {
|
|
|
13492
13547
|
};
|
|
13493
13548
|
theme: StringConstructor;
|
|
13494
13549
|
scrollStrategy: {
|
|
13495
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
13550
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
13496
13551
|
default: string;
|
|
13497
13552
|
validator: (val: any) => boolean;
|
|
13498
13553
|
};
|
|
@@ -13694,12 +13749,12 @@ declare const VMenu: {
|
|
|
13694
13749
|
} | undefined);
|
|
13695
13750
|
};
|
|
13696
13751
|
scrollStrategy: Omit<{
|
|
13697
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
13752
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
13698
13753
|
default: string;
|
|
13699
13754
|
validator: (val: any) => boolean;
|
|
13700
13755
|
}, "type" | "default"> & {
|
|
13701
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
13702
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
13756
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
13757
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
13703
13758
|
};
|
|
13704
13759
|
closeOnBack: {
|
|
13705
13760
|
type: BooleanConstructor;
|
|
@@ -13744,7 +13799,7 @@ declare const VMenu: {
|
|
|
13744
13799
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
13745
13800
|
updateLocation: (e: Event) => void;
|
|
13746
13801
|
} | undefined);
|
|
13747
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
13802
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
13748
13803
|
closeOnBack: boolean;
|
|
13749
13804
|
contained: boolean;
|
|
13750
13805
|
noClickAnimation: boolean;
|
|
@@ -13761,7 +13816,7 @@ declare const VMenu: {
|
|
|
13761
13816
|
};
|
|
13762
13817
|
theme: StringConstructor;
|
|
13763
13818
|
scrollStrategy: {
|
|
13764
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
13819
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
13765
13820
|
default: string;
|
|
13766
13821
|
validator: (val: any) => boolean;
|
|
13767
13822
|
};
|
|
@@ -13855,7 +13910,7 @@ declare const VMenu: {
|
|
|
13855
13910
|
};
|
|
13856
13911
|
theme: StringConstructor;
|
|
13857
13912
|
scrollStrategy: {
|
|
13858
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
13913
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
13859
13914
|
default: string;
|
|
13860
13915
|
validator: (val: any) => boolean;
|
|
13861
13916
|
};
|
|
@@ -13955,7 +14010,7 @@ declare const VMenu: {
|
|
|
13955
14010
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
13956
14011
|
updateLocation: (e: Event) => void;
|
|
13957
14012
|
} | undefined);
|
|
13958
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
14013
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
13959
14014
|
closeOnBack: boolean;
|
|
13960
14015
|
contained: boolean;
|
|
13961
14016
|
noClickAnimation: boolean;
|
|
@@ -13992,7 +14047,7 @@ declare const VMenu: {
|
|
|
13992
14047
|
};
|
|
13993
14048
|
theme: StringConstructor;
|
|
13994
14049
|
scrollStrategy: {
|
|
13995
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
14050
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
13996
14051
|
default: string;
|
|
13997
14052
|
validator: (val: any) => boolean;
|
|
13998
14053
|
};
|
|
@@ -14126,7 +14181,7 @@ declare const VMenu: {
|
|
|
14126
14181
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
14127
14182
|
updateLocation: (e: Event) => void;
|
|
14128
14183
|
} | undefined);
|
|
14129
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
14184
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
14130
14185
|
closeOnBack: boolean;
|
|
14131
14186
|
contained: boolean;
|
|
14132
14187
|
noClickAnimation: boolean;
|
|
@@ -14424,7 +14479,7 @@ declare const VNavigationDrawer: vue.DefineComponent<{
|
|
|
14424
14479
|
default: number;
|
|
14425
14480
|
};
|
|
14426
14481
|
location: {
|
|
14427
|
-
type: PropType<"end" | "start" | "left" | "bottom" | "right">;
|
|
14482
|
+
type: PropType<"end" | "start" | "left" | "top" | "bottom" | "right">;
|
|
14428
14483
|
default: string;
|
|
14429
14484
|
validator: (value: any) => boolean;
|
|
14430
14485
|
};
|
|
@@ -14490,7 +14545,7 @@ declare const VNavigationDrawer: vue.DefineComponent<{
|
|
|
14490
14545
|
default: number;
|
|
14491
14546
|
};
|
|
14492
14547
|
location: {
|
|
14493
|
-
type: PropType<"end" | "start" | "left" | "bottom" | "right">;
|
|
14548
|
+
type: PropType<"end" | "start" | "left" | "top" | "bottom" | "right">;
|
|
14494
14549
|
default: string;
|
|
14495
14550
|
validator: (value: any) => boolean;
|
|
14496
14551
|
};
|
|
@@ -14500,7 +14555,7 @@ declare const VNavigationDrawer: vue.DefineComponent<{
|
|
|
14500
14555
|
"onUpdate:rail"?: ((val: boolean) => any) | undefined;
|
|
14501
14556
|
}, {
|
|
14502
14557
|
absolute: boolean;
|
|
14503
|
-
location: "end" | "start" | "left" | "bottom" | "right";
|
|
14558
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
14504
14559
|
width: string | number;
|
|
14505
14560
|
order: string | number;
|
|
14506
14561
|
temporary: boolean;
|
|
@@ -14855,6 +14910,11 @@ declare const VProgressLinear: vue.DefineComponent<{
|
|
|
14855
14910
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
14856
14911
|
default: undefined;
|
|
14857
14912
|
};
|
|
14913
|
+
location: {
|
|
14914
|
+
type: vue.PropType<Anchor | (Anchor & {})>;
|
|
14915
|
+
default: Anchor | (Anchor & {});
|
|
14916
|
+
};
|
|
14917
|
+
absolute: BooleanConstructor;
|
|
14858
14918
|
active: {
|
|
14859
14919
|
type: BooleanConstructor;
|
|
14860
14920
|
default: boolean;
|
|
@@ -14896,6 +14956,11 @@ declare const VProgressLinear: vue.DefineComponent<{
|
|
|
14896
14956
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
14897
14957
|
default: undefined;
|
|
14898
14958
|
};
|
|
14959
|
+
location: {
|
|
14960
|
+
type: vue.PropType<Anchor | (Anchor & {})>;
|
|
14961
|
+
default: Anchor | (Anchor & {});
|
|
14962
|
+
};
|
|
14963
|
+
absolute: BooleanConstructor;
|
|
14899
14964
|
active: {
|
|
14900
14965
|
type: BooleanConstructor;
|
|
14901
14966
|
default: boolean;
|
|
@@ -14930,6 +14995,8 @@ declare const VProgressLinear: vue.DefineComponent<{
|
|
|
14930
14995
|
}, {
|
|
14931
14996
|
reverse: boolean;
|
|
14932
14997
|
max: string | number;
|
|
14998
|
+
absolute: boolean;
|
|
14999
|
+
location: Anchor | (Anchor & {});
|
|
14933
15000
|
height: string | number;
|
|
14934
15001
|
active: boolean;
|
|
14935
15002
|
tag: string;
|
|
@@ -15997,7 +16064,7 @@ declare const VSelect: {
|
|
|
15997
16064
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
15998
16065
|
updateLocation: (e: Event) => void;
|
|
15999
16066
|
} | undefined);
|
|
16000
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
16067
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
16001
16068
|
closeOnBack: boolean;
|
|
16002
16069
|
contained: boolean;
|
|
16003
16070
|
noClickAnimation: boolean;
|
|
@@ -16095,12 +16162,12 @@ declare const VSelect: {
|
|
|
16095
16162
|
} | undefined);
|
|
16096
16163
|
};
|
|
16097
16164
|
scrollStrategy: Omit<{
|
|
16098
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
16165
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
16099
16166
|
default: string;
|
|
16100
16167
|
validator: (val: any) => boolean;
|
|
16101
16168
|
}, "type" | "default"> & {
|
|
16102
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
16103
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
16169
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
16170
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
16104
16171
|
};
|
|
16105
16172
|
closeOnBack: {
|
|
16106
16173
|
type: BooleanConstructor;
|
|
@@ -16343,7 +16410,7 @@ declare const VSelect: {
|
|
|
16343
16410
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
16344
16411
|
updateLocation: (e: Event) => void;
|
|
16345
16412
|
} | undefined);
|
|
16346
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
16413
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
16347
16414
|
closeOnBack: boolean;
|
|
16348
16415
|
contained: boolean;
|
|
16349
16416
|
noClickAnimation: boolean;
|
|
@@ -16441,12 +16508,12 @@ declare const VSelect: {
|
|
|
16441
16508
|
} | undefined);
|
|
16442
16509
|
};
|
|
16443
16510
|
scrollStrategy: Omit<{
|
|
16444
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
16511
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
16445
16512
|
default: string;
|
|
16446
16513
|
validator: (val: any) => boolean;
|
|
16447
16514
|
}, "type" | "default"> & {
|
|
16448
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
16449
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
16515
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
16516
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
16450
16517
|
};
|
|
16451
16518
|
closeOnBack: {
|
|
16452
16519
|
type: BooleanConstructor;
|
|
@@ -16749,7 +16816,7 @@ declare const VSelect: {
|
|
|
16749
16816
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
16750
16817
|
updateLocation: (e: Event) => void;
|
|
16751
16818
|
} | undefined);
|
|
16752
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
16819
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
16753
16820
|
closeOnBack: boolean;
|
|
16754
16821
|
contained: boolean;
|
|
16755
16822
|
noClickAnimation: boolean;
|
|
@@ -16847,12 +16914,12 @@ declare const VSelect: {
|
|
|
16847
16914
|
} | undefined);
|
|
16848
16915
|
};
|
|
16849
16916
|
scrollStrategy: Omit<{
|
|
16850
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
16917
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
16851
16918
|
default: string;
|
|
16852
16919
|
validator: (val: any) => boolean;
|
|
16853
16920
|
}, "type" | "default"> & {
|
|
16854
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
16855
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
16921
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
16922
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
16856
16923
|
};
|
|
16857
16924
|
closeOnBack: {
|
|
16858
16925
|
type: BooleanConstructor;
|
|
@@ -17090,7 +17157,7 @@ declare const VSelect: {
|
|
|
17090
17157
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
17091
17158
|
updateLocation: (e: Event) => void;
|
|
17092
17159
|
} | undefined);
|
|
17093
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
17160
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
17094
17161
|
closeOnBack: boolean;
|
|
17095
17162
|
contained: boolean;
|
|
17096
17163
|
noClickAnimation: boolean;
|
|
@@ -17188,12 +17255,12 @@ declare const VSelect: {
|
|
|
17188
17255
|
} | undefined);
|
|
17189
17256
|
};
|
|
17190
17257
|
scrollStrategy: Omit<{
|
|
17191
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
17258
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
17192
17259
|
default: string;
|
|
17193
17260
|
validator: (val: any) => boolean;
|
|
17194
17261
|
}, "type" | "default"> & {
|
|
17195
|
-
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
17196
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
17262
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
17263
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
17197
17264
|
};
|
|
17198
17265
|
closeOnBack: {
|
|
17199
17266
|
type: BooleanConstructor;
|
|
@@ -18653,7 +18720,7 @@ declare const VSnackbar: {
|
|
|
18653
18720
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
18654
18721
|
updateLocation: (e: Event) => void;
|
|
18655
18722
|
} | undefined);
|
|
18656
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
18723
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
18657
18724
|
closeOnBack: boolean;
|
|
18658
18725
|
contained: boolean;
|
|
18659
18726
|
noClickAnimation: boolean;
|
|
@@ -18670,7 +18737,7 @@ declare const VSnackbar: {
|
|
|
18670
18737
|
};
|
|
18671
18738
|
theme: StringConstructor;
|
|
18672
18739
|
scrollStrategy: {
|
|
18673
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
18740
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
18674
18741
|
default: string;
|
|
18675
18742
|
validator: (val: any) => boolean;
|
|
18676
18743
|
};
|
|
@@ -18764,7 +18831,7 @@ declare const VSnackbar: {
|
|
|
18764
18831
|
};
|
|
18765
18832
|
theme: StringConstructor;
|
|
18766
18833
|
scrollStrategy: {
|
|
18767
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
18834
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
18768
18835
|
default: string;
|
|
18769
18836
|
validator: (val: any) => boolean;
|
|
18770
18837
|
};
|
|
@@ -18864,7 +18931,7 @@ declare const VSnackbar: {
|
|
|
18864
18931
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
18865
18932
|
updateLocation: (e: Event) => void;
|
|
18866
18933
|
} | undefined);
|
|
18867
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
18934
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
18868
18935
|
closeOnBack: boolean;
|
|
18869
18936
|
contained: boolean;
|
|
18870
18937
|
noClickAnimation: boolean;
|
|
@@ -18901,7 +18968,7 @@ declare const VSnackbar: {
|
|
|
18901
18968
|
};
|
|
18902
18969
|
theme: StringConstructor;
|
|
18903
18970
|
scrollStrategy: {
|
|
18904
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
18971
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
18905
18972
|
default: string;
|
|
18906
18973
|
validator: (val: any) => boolean;
|
|
18907
18974
|
};
|
|
@@ -19170,7 +19237,7 @@ declare const VSnackbar: {
|
|
|
19170
19237
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
19171
19238
|
updateLocation: (e: Event) => void;
|
|
19172
19239
|
} | undefined);
|
|
19173
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
19240
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
19174
19241
|
closeOnBack: boolean;
|
|
19175
19242
|
contained: boolean;
|
|
19176
19243
|
noClickAnimation: boolean;
|
|
@@ -19187,7 +19254,7 @@ declare const VSnackbar: {
|
|
|
19187
19254
|
};
|
|
19188
19255
|
theme: StringConstructor;
|
|
19189
19256
|
scrollStrategy: {
|
|
19190
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
19257
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
19191
19258
|
default: string;
|
|
19192
19259
|
validator: (val: any) => boolean;
|
|
19193
19260
|
};
|
|
@@ -19281,7 +19348,7 @@ declare const VSnackbar: {
|
|
|
19281
19348
|
};
|
|
19282
19349
|
theme: StringConstructor;
|
|
19283
19350
|
scrollStrategy: {
|
|
19284
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
19351
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
19285
19352
|
default: string;
|
|
19286
19353
|
validator: (val: any) => boolean;
|
|
19287
19354
|
};
|
|
@@ -19381,7 +19448,7 @@ declare const VSnackbar: {
|
|
|
19381
19448
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
19382
19449
|
updateLocation: (e: Event) => void;
|
|
19383
19450
|
} | undefined);
|
|
19384
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
19451
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
19385
19452
|
closeOnBack: boolean;
|
|
19386
19453
|
contained: boolean;
|
|
19387
19454
|
noClickAnimation: boolean;
|
|
@@ -19418,7 +19485,7 @@ declare const VSnackbar: {
|
|
|
19418
19485
|
};
|
|
19419
19486
|
theme: StringConstructor;
|
|
19420
19487
|
scrollStrategy: {
|
|
19421
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
19488
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
19422
19489
|
default: string;
|
|
19423
19490
|
validator: (val: any) => boolean;
|
|
19424
19491
|
};
|
|
@@ -19643,7 +19710,7 @@ declare const VSnackbar: {
|
|
|
19643
19710
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
19644
19711
|
updateLocation: (e: Event) => void;
|
|
19645
19712
|
} | undefined);
|
|
19646
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
19713
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
19647
19714
|
closeOnBack: boolean;
|
|
19648
19715
|
contained: boolean;
|
|
19649
19716
|
noClickAnimation: boolean;
|
|
@@ -19660,7 +19727,7 @@ declare const VSnackbar: {
|
|
|
19660
19727
|
};
|
|
19661
19728
|
theme: StringConstructor;
|
|
19662
19729
|
scrollStrategy: {
|
|
19663
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
19730
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
19664
19731
|
default: string;
|
|
19665
19732
|
validator: (val: any) => boolean;
|
|
19666
19733
|
};
|
|
@@ -19754,7 +19821,7 @@ declare const VSnackbar: {
|
|
|
19754
19821
|
};
|
|
19755
19822
|
theme: StringConstructor;
|
|
19756
19823
|
scrollStrategy: {
|
|
19757
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
19824
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
19758
19825
|
default: string;
|
|
19759
19826
|
validator: (val: any) => boolean;
|
|
19760
19827
|
};
|
|
@@ -19854,7 +19921,7 @@ declare const VSnackbar: {
|
|
|
19854
19921
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
19855
19922
|
updateLocation: (e: Event) => void;
|
|
19856
19923
|
} | undefined);
|
|
19857
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
19924
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
19858
19925
|
closeOnBack: boolean;
|
|
19859
19926
|
contained: boolean;
|
|
19860
19927
|
noClickAnimation: boolean;
|
|
@@ -19891,7 +19958,7 @@ declare const VSnackbar: {
|
|
|
19891
19958
|
};
|
|
19892
19959
|
theme: StringConstructor;
|
|
19893
19960
|
scrollStrategy: {
|
|
19894
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
19961
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
19895
19962
|
default: string;
|
|
19896
19963
|
validator: (val: any) => boolean;
|
|
19897
19964
|
};
|
|
@@ -22937,7 +23004,7 @@ declare const VTooltip: {
|
|
|
22937
23004
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
22938
23005
|
updateLocation: (e: Event) => void;
|
|
22939
23006
|
} | undefined);
|
|
22940
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
23007
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
22941
23008
|
closeOnBack: boolean;
|
|
22942
23009
|
contained: boolean;
|
|
22943
23010
|
noClickAnimation: boolean;
|
|
@@ -23030,12 +23097,12 @@ declare const VTooltip: {
|
|
|
23030
23097
|
} | undefined);
|
|
23031
23098
|
};
|
|
23032
23099
|
scrollStrategy: Omit<{
|
|
23033
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
23100
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
23034
23101
|
default: string;
|
|
23035
23102
|
validator: (val: any) => boolean;
|
|
23036
23103
|
}, "type" | "default"> & {
|
|
23037
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
23038
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
23104
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
23105
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
23039
23106
|
};
|
|
23040
23107
|
closeOnBack: Omit<{
|
|
23041
23108
|
type: BooleanConstructor;
|
|
@@ -23161,12 +23228,12 @@ declare const VTooltip: {
|
|
|
23161
23228
|
} | undefined);
|
|
23162
23229
|
};
|
|
23163
23230
|
scrollStrategy: Omit<{
|
|
23164
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
23231
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
23165
23232
|
default: string;
|
|
23166
23233
|
validator: (val: any) => boolean;
|
|
23167
23234
|
}, "type" | "default"> & {
|
|
23168
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
23169
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
23235
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
23236
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
23170
23237
|
};
|
|
23171
23238
|
closeOnBack: Omit<{
|
|
23172
23239
|
type: BooleanConstructor;
|
|
@@ -23212,7 +23279,7 @@ declare const VTooltip: {
|
|
|
23212
23279
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
23213
23280
|
updateLocation: (e: Event) => void;
|
|
23214
23281
|
} | undefined);
|
|
23215
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
23282
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
23216
23283
|
closeOnBack: boolean;
|
|
23217
23284
|
contained: boolean;
|
|
23218
23285
|
noClickAnimation: boolean;
|
|
@@ -23229,7 +23296,7 @@ declare const VTooltip: {
|
|
|
23229
23296
|
};
|
|
23230
23297
|
theme: StringConstructor;
|
|
23231
23298
|
scrollStrategy: {
|
|
23232
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
23299
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
23233
23300
|
default: string;
|
|
23234
23301
|
validator: (val: any) => boolean;
|
|
23235
23302
|
};
|
|
@@ -23323,7 +23390,7 @@ declare const VTooltip: {
|
|
|
23323
23390
|
};
|
|
23324
23391
|
theme: StringConstructor;
|
|
23325
23392
|
scrollStrategy: {
|
|
23326
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
23393
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
23327
23394
|
default: string;
|
|
23328
23395
|
validator: (val: any) => boolean;
|
|
23329
23396
|
};
|
|
@@ -23423,7 +23490,7 @@ declare const VTooltip: {
|
|
|
23423
23490
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
23424
23491
|
updateLocation: (e: Event) => void;
|
|
23425
23492
|
} | undefined);
|
|
23426
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
23493
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
23427
23494
|
closeOnBack: boolean;
|
|
23428
23495
|
contained: boolean;
|
|
23429
23496
|
noClickAnimation: boolean;
|
|
@@ -23460,7 +23527,7 @@ declare const VTooltip: {
|
|
|
23460
23527
|
};
|
|
23461
23528
|
theme: StringConstructor;
|
|
23462
23529
|
scrollStrategy: {
|
|
23463
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
23530
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
23464
23531
|
default: string;
|
|
23465
23532
|
validator: (val: any) => boolean;
|
|
23466
23533
|
};
|
|
@@ -23587,7 +23654,7 @@ declare const VTooltip: {
|
|
|
23587
23654
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
23588
23655
|
updateLocation: (e: Event) => void;
|
|
23589
23656
|
} | undefined);
|
|
23590
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
23657
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
23591
23658
|
closeOnBack: boolean;
|
|
23592
23659
|
contained: boolean;
|
|
23593
23660
|
noClickAnimation: boolean;
|
|
@@ -23700,12 +23767,12 @@ declare const VTooltip: {
|
|
|
23700
23767
|
} | undefined);
|
|
23701
23768
|
};
|
|
23702
23769
|
scrollStrategy: Omit<{
|
|
23703
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
23770
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
23704
23771
|
default: string;
|
|
23705
23772
|
validator: (val: any) => boolean;
|
|
23706
23773
|
}, "type" | "default"> & {
|
|
23707
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
23708
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
23774
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
23775
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
23709
23776
|
};
|
|
23710
23777
|
closeOnBack: Omit<{
|
|
23711
23778
|
type: BooleanConstructor;
|
|
@@ -23751,7 +23818,7 @@ declare const VTooltip: {
|
|
|
23751
23818
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
23752
23819
|
updateLocation: (e: Event) => void;
|
|
23753
23820
|
} | undefined);
|
|
23754
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
23821
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
23755
23822
|
closeOnBack: boolean;
|
|
23756
23823
|
contained: boolean;
|
|
23757
23824
|
noClickAnimation: boolean;
|
|
@@ -23768,7 +23835,7 @@ declare const VTooltip: {
|
|
|
23768
23835
|
};
|
|
23769
23836
|
theme: StringConstructor;
|
|
23770
23837
|
scrollStrategy: {
|
|
23771
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
23838
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
23772
23839
|
default: string;
|
|
23773
23840
|
validator: (val: any) => boolean;
|
|
23774
23841
|
};
|
|
@@ -23862,7 +23929,7 @@ declare const VTooltip: {
|
|
|
23862
23929
|
};
|
|
23863
23930
|
theme: StringConstructor;
|
|
23864
23931
|
scrollStrategy: {
|
|
23865
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
23932
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
23866
23933
|
default: string;
|
|
23867
23934
|
validator: (val: any) => boolean;
|
|
23868
23935
|
};
|
|
@@ -23962,7 +24029,7 @@ declare const VTooltip: {
|
|
|
23962
24029
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
23963
24030
|
updateLocation: (e: Event) => void;
|
|
23964
24031
|
} | undefined);
|
|
23965
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
24032
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
23966
24033
|
closeOnBack: boolean;
|
|
23967
24034
|
contained: boolean;
|
|
23968
24035
|
noClickAnimation: boolean;
|
|
@@ -23999,7 +24066,7 @@ declare const VTooltip: {
|
|
|
23999
24066
|
};
|
|
24000
24067
|
theme: StringConstructor;
|
|
24001
24068
|
scrollStrategy: {
|
|
24002
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
24069
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
24003
24070
|
default: string;
|
|
24004
24071
|
validator: (val: any) => boolean;
|
|
24005
24072
|
};
|
|
@@ -24197,12 +24264,12 @@ declare const VTooltip: {
|
|
|
24197
24264
|
} | undefined);
|
|
24198
24265
|
};
|
|
24199
24266
|
scrollStrategy: Omit<{
|
|
24200
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
24267
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
24201
24268
|
default: string;
|
|
24202
24269
|
validator: (val: any) => boolean;
|
|
24203
24270
|
}, "type" | "default"> & {
|
|
24204
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
24205
|
-
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
24271
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
24272
|
+
default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
24206
24273
|
};
|
|
24207
24274
|
closeOnBack: Omit<{
|
|
24208
24275
|
type: BooleanConstructor;
|
|
@@ -24248,7 +24315,7 @@ declare const VTooltip: {
|
|
|
24248
24315
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
24249
24316
|
updateLocation: (e: Event) => void;
|
|
24250
24317
|
} | undefined);
|
|
24251
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
24318
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
24252
24319
|
closeOnBack: boolean;
|
|
24253
24320
|
contained: boolean;
|
|
24254
24321
|
noClickAnimation: boolean;
|
|
@@ -24265,7 +24332,7 @@ declare const VTooltip: {
|
|
|
24265
24332
|
};
|
|
24266
24333
|
theme: StringConstructor;
|
|
24267
24334
|
scrollStrategy: {
|
|
24268
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
24335
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
24269
24336
|
default: string;
|
|
24270
24337
|
validator: (val: any) => boolean;
|
|
24271
24338
|
};
|
|
@@ -24359,7 +24426,7 @@ declare const VTooltip: {
|
|
|
24359
24426
|
};
|
|
24360
24427
|
theme: StringConstructor;
|
|
24361
24428
|
scrollStrategy: {
|
|
24362
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
24429
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
24363
24430
|
default: string;
|
|
24364
24431
|
validator: (val: any) => boolean;
|
|
24365
24432
|
};
|
|
@@ -24459,7 +24526,7 @@ declare const VTooltip: {
|
|
|
24459
24526
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
24460
24527
|
updateLocation: (e: Event) => void;
|
|
24461
24528
|
} | undefined);
|
|
24462
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
24529
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
24463
24530
|
closeOnBack: boolean;
|
|
24464
24531
|
contained: boolean;
|
|
24465
24532
|
noClickAnimation: boolean;
|
|
@@ -24496,7 +24563,7 @@ declare const VTooltip: {
|
|
|
24496
24563
|
};
|
|
24497
24564
|
theme: StringConstructor;
|
|
24498
24565
|
scrollStrategy: {
|
|
24499
|
-
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition">;
|
|
24566
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
24500
24567
|
default: string;
|
|
24501
24568
|
validator: (val: any) => boolean;
|
|
24502
24569
|
};
|
|
@@ -24623,7 +24690,7 @@ declare const VTooltip: {
|
|
|
24623
24690
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
24624
24691
|
updateLocation: (e: Event) => void;
|
|
24625
24692
|
} | undefined);
|
|
24626
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1) => void) | "reposition";
|
|
24693
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
|
24627
24694
|
closeOnBack: boolean;
|
|
24628
24695
|
contained: boolean;
|
|
24629
24696
|
noClickAnimation: boolean;
|
|
@@ -25972,22 +26039,23 @@ declare module '@vue/runtime-core' {
|
|
|
25972
26039
|
|
|
25973
26040
|
export interface GlobalComponents {
|
|
25974
26041
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
25975
|
-
VHover: typeof import('vuetify/components')['VHover']
|
|
25976
26042
|
VForm: typeof import('vuetify/components')['VForm']
|
|
25977
26043
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
25978
26044
|
VCol: typeof import('vuetify/components')['VCol']
|
|
25979
26045
|
VRow: typeof import('vuetify/components')['VRow']
|
|
25980
26046
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
26047
|
+
VHover: typeof import('vuetify/components')['VHover']
|
|
25981
26048
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
25982
26049
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
25983
26050
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
25984
26051
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
25985
26052
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
25986
26053
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
25987
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
25988
26054
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
26055
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
25989
26056
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
25990
26057
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
26058
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
|
25991
26059
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
25992
26060
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
25993
26061
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -26005,47 +26073,46 @@ declare module '@vue/runtime-core' {
|
|
|
26005
26073
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
26006
26074
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
26007
26075
|
VApp: typeof import('vuetify/components')['VApp']
|
|
26008
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
|
26009
26076
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
26010
26077
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
26011
26078
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
26012
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
26013
26079
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
26014
26080
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
26081
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
26015
26082
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
26016
26083
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
26017
26084
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
26018
26085
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
26019
26086
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
26087
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
26020
26088
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
26021
26089
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
26022
26090
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
26023
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
26024
26091
|
VBtn: typeof import('vuetify/components')['VBtn']
|
|
26025
26092
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
26026
26093
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
26027
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
26028
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
26029
26094
|
VCard: typeof import('vuetify/components')['VCard']
|
|
26030
26095
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
26031
26096
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
26032
26097
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
26033
26098
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
26034
26099
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
26035
|
-
|
|
26100
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
26101
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
26036
26102
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
26037
26103
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
26104
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
26038
26105
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
26039
26106
|
VCode: typeof import('vuetify/components')['VCode']
|
|
26040
26107
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
26041
26108
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
26042
26109
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
26110
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
26043
26111
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
26044
26112
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
26045
26113
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
26046
26114
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
26047
26115
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
26048
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
|
26049
26116
|
VField: typeof import('vuetify/components')['VField']
|
|
26050
26117
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
26051
26118
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
@@ -26059,7 +26126,6 @@ declare module '@vue/runtime-core' {
|
|
|
26059
26126
|
VInput: typeof import('vuetify/components')['VInput']
|
|
26060
26127
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
26061
26128
|
VItem: typeof import('vuetify/components')['VItem']
|
|
26062
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
|
26063
26129
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
26064
26130
|
VList: typeof import('vuetify/components')['VList']
|
|
26065
26131
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
@@ -26075,33 +26141,34 @@ declare module '@vue/runtime-core' {
|
|
|
26075
26141
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
26076
26142
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
26077
26143
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
26078
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
26079
26144
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
26145
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
26080
26146
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
26081
26147
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
26082
26148
|
VRating: typeof import('vuetify/components')['VRating']
|
|
26083
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
26084
26149
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
26150
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
26085
26151
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
26152
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
26086
26153
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
26087
26154
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
26088
26155
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
26089
26156
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
26090
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
26091
26157
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
26158
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
26092
26159
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
26093
26160
|
VTab: typeof import('vuetify/components')['VTab']
|
|
26094
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
26095
26161
|
VTable: typeof import('vuetify/components')['VTable']
|
|
26096
26162
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
26097
26163
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
26098
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
26099
26164
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
26100
26165
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
26101
26166
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
26102
26167
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
26103
26168
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
26169
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
26104
26170
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
26105
26171
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
26172
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
26106
26173
|
}
|
|
26107
26174
|
}
|