vuetify 3.1.10 → 3.1.11
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 +203 -27
- package/dist/json/importMap.json +98 -98
- package/dist/json/tags.json +46 -2
- package/dist/json/web-types.json +481 -49
- package/dist/vuetify-labs.css +224 -204
- package/dist/vuetify-labs.d.ts +56923 -14294
- package/dist/vuetify-labs.esm.js +121 -129
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +121 -129
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +47 -39
- package/dist/vuetify.d.ts +55374 -15927
- package/dist/vuetify.esm.js +118 -129
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +118 -129
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +640 -642
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +6 -9
- package/lib/blueprints/md1.d.ts +6 -9
- package/lib/blueprints/md2.d.ts +6 -9
- package/lib/blueprints/md3.d.ts +6 -9
- package/lib/blueprints/md3.mjs +6 -0
- package/lib/blueprints/md3.mjs.map +1 -1
- package/lib/components/VAlert/index.d.ts +509 -83
- package/lib/components/VApp/VApp.css +1 -0
- package/lib/components/VApp/VApp.sass +1 -0
- package/lib/components/VApp/index.d.ts +158 -20
- package/lib/components/VAppBar/VAppBar.mjs +2 -2
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +616 -110
- package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +1656 -130
- package/lib/components/VAvatar/index.d.ts +205 -29
- package/lib/components/VBadge/index.d.ts +284 -42
- package/lib/components/VBanner/index.d.ts +478 -84
- package/lib/components/VBottomNavigation/index.d.ts +321 -40
- package/lib/components/VBreadcrumbs/index.d.ts +325 -45
- package/lib/components/VBtn/VBtn.css +0 -5
- package/lib/components/VBtn/VBtn.mjs +40 -39
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +0 -7
- package/lib/components/VBtn/_variables.scss +0 -2
- package/lib/components/VBtn/index.d.ts +452 -69
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -7
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.ts +185 -26
- package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.ts +245 -35
- package/lib/components/VCard/index.d.ts +938 -172
- package/lib/components/VCarousel/index.d.ts +561 -123
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -4
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +831 -147
- package/lib/components/VChip/index.d.ts +473 -75
- package/lib/components/VChipGroup/index.d.ts +227 -32
- package/lib/components/VCode/index.d.ts +109 -16
- package/lib/components/VColorPicker/index.d.ts +284 -20
- package/lib/components/VCombobox/VCombobox.mjs +2 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +1668 -130
- package/lib/components/VCounter/index.d.ts +1894 -87
- package/lib/components/VDefaultsProvider/index.d.ts +131 -22
- package/lib/components/VDialog/VDialog.css +31 -24
- package/lib/components/VDialog/VDialog.mjs +2 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +19 -12
- package/lib/components/VDialog/index.d.ts +2362 -146
- package/lib/components/VDivider/index.d.ts +130 -23
- package/lib/components/VExpansionPanel/index.d.ts +719 -119
- package/lib/components/VField/index.d.ts +163 -21
- package/lib/components/VFileInput/index.d.ts +1038 -104
- package/lib/components/VFooter/index.d.ts +203 -28
- package/lib/components/VForm/index.d.ts +204 -23
- package/lib/components/VGrid/VCol.mjs +6 -5
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +4 -4
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/index.d.ts +733 -76
- package/lib/components/VHover/index.d.ts +182 -35
- package/lib/components/VIcon/index.d.ts +494 -50
- package/lib/components/VImg/index.d.ts +275 -46
- package/lib/components/VInput/index.d.ts +315 -53
- package/lib/components/VItemGroup/index.d.ts +308 -52
- package/lib/components/VKbd/VKbd.css +1 -0
- package/lib/components/VKbd/VKbd.sass +1 -0
- package/lib/components/VKbd/_variables.scss +1 -0
- package/lib/components/VKbd/index.d.ts +109 -16
- package/lib/components/VLabel/index.d.ts +113 -20
- package/lib/components/VLayout/index.d.ts +296 -41
- package/lib/components/VLazy/VLazy.mjs +4 -1
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.ts +219 -30
- package/lib/components/VList/VListChildren.mjs +2 -2
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -4
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/index.d.ts +1461 -223
- package/lib/components/VLocaleProvider/index.d.ts +121 -20
- package/lib/components/VMain/index.d.ts +118 -17
- package/lib/components/VMenu/VMenu.css +4 -4
- package/lib/components/VMenu/VMenu.mjs +2 -2
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.sass +1 -1
- package/lib/components/VMenu/index.d.ts +2368 -142
- package/lib/components/VMessages/index.d.ts +1921 -98
- package/lib/components/VNavigationDrawer/index.d.ts +379 -56
- package/lib/components/VOverlay/VOverlay.css +2 -2
- package/lib/components/VOverlay/VOverlay.mjs +1 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VOverlay/index.d.ts +519 -85
- package/lib/components/VPagination/index.d.ts +502 -68
- package/lib/components/VParallax/VParallax.mjs +3 -3
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.ts +141 -28
- package/lib/components/VProgressCircular/index.d.ts +186 -25
- package/lib/components/VProgressLinear/index.d.ts +319 -48
- package/lib/components/VRadio/index.d.ts +313 -57
- package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +463 -83
- package/lib/components/VRangeSlider/index.d.ts +528 -80
- package/lib/components/VRating/index.d.ts +305 -43
- package/lib/components/VResponsive/index.d.ts +142 -27
- package/lib/components/VSelect/VSelect.mjs +2 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +3060 -328
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.ts +76 -4
- package/lib/components/VSelectionControlGroup/index.d.ts +242 -38
- package/lib/components/VSheet/VSheet.mjs +1 -7
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.ts +194 -31
- package/lib/components/VSlideGroup/index.d.ts +475 -83
- package/lib/components/VSlider/index.d.ts +521 -79
- package/lib/components/VSlider/slider.mjs +2 -5
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +2 -2
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.ts +1219 -81
- package/lib/components/VSwitch/VSwitch.mjs +2 -2
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +498 -92
- package/lib/components/VSystemBar/index.d.ts +184 -27
- package/lib/components/VTable/index.d.ts +190 -35
- package/lib/components/VTabs/VTab.mjs +7 -23
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/index.d.ts +623 -71
- package/lib/components/VTextField/VTextField.mjs +8 -5
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +1404 -106
- package/lib/components/VTextarea/VTextarea.mjs +7 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +1014 -102
- package/lib/components/VThemeProvider/index.d.ts +124 -19
- package/lib/components/VTimeline/index.d.ts +441 -71
- package/lib/components/VToolbar/VToolbar.mjs +1 -4
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.ts +542 -93
- package/lib/components/VTooltip/VTooltip.css +3 -3
- package/lib/components/VTooltip/VTooltip.mjs +2 -2
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.sass +1 -1
- package/lib/components/VTooltip/index.d.ts +1263 -81
- package/lib/components/VValidation/index.d.ts +201 -30
- package/lib/components/VWindow/index.d.ts +527 -95
- package/lib/components/index.d.ts +55131 -15681
- package/lib/components/transitions/index.d.ts +2097 -308
- package/lib/composables/display.mjs +2 -0
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +32 -35
- package/lib/labs/VDataTable/VDataTable.css +12 -0
- package/lib/labs/VDataTable/VDataTable.sass +6 -0
- package/lib/labs/VDataTable/VDataTableRow.mjs +2 -0
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +1 -0
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +4176 -1016
- package/lib/labs/VVirtualScroll/index.d.ts +32 -1
- package/lib/labs/components.d.ts +4212 -1026
- package/lib/styles/main.css +4 -0
- package/lib/styles/settings/_utilities.scss +7 -0
- package/lib/util/animation.mjs +8 -1
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +12 -5
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +4 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +3 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { Ref, EffectScope } from 'vue';
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, Ref, EffectScope, PropType } from 'vue';
|
|
3
3
|
|
|
4
4
|
declare const block: readonly ["top", "bottom"];
|
|
5
5
|
declare const inline: readonly ["start", "end", "left", "right"];
|
|
@@ -24,6 +24,10 @@ declare class Box {
|
|
|
24
24
|
get right(): number;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
+
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
28
|
+
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
|
|
29
|
+
}
|
|
30
|
+
|
|
27
31
|
interface LocationStrategyData {
|
|
28
32
|
contentEl: Ref<HTMLElement | undefined>;
|
|
29
33
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
@@ -80,7 +84,362 @@ declare function closeScrollStrategy(data: ScrollStrategyData): void;
|
|
|
80
84
|
declare function blockScrollStrategy(data: ScrollStrategyData, props: StrategyProps): void;
|
|
81
85
|
declare function repositionScrollStrategy(data: ScrollStrategyData, props: StrategyProps, scope: EffectScope): void;
|
|
82
86
|
|
|
83
|
-
declare const VOverlay:
|
|
87
|
+
declare const VOverlay: {
|
|
88
|
+
new (...args: any[]): {
|
|
89
|
+
$: vue.ComponentInternalInstance;
|
|
90
|
+
$data: {};
|
|
91
|
+
$props: Partial<{
|
|
92
|
+
absolute: boolean;
|
|
93
|
+
location: Anchor;
|
|
94
|
+
origin: "auto" | Anchor | "overlap";
|
|
95
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
96
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
97
|
+
});
|
|
98
|
+
zIndex: string | number;
|
|
99
|
+
eager: boolean;
|
|
100
|
+
disabled: boolean;
|
|
101
|
+
modelValue: boolean;
|
|
102
|
+
activatorProps: Record<string, any>;
|
|
103
|
+
openOnClick: boolean;
|
|
104
|
+
openOnHover: boolean;
|
|
105
|
+
openOnFocus: boolean;
|
|
106
|
+
closeOnContentClick: boolean;
|
|
107
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
|
108
|
+
updateLocation: (e: Event) => void;
|
|
109
|
+
} | undefined);
|
|
110
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
111
|
+
closeOnBack: boolean;
|
|
112
|
+
contained: boolean;
|
|
113
|
+
noClickAnimation: boolean;
|
|
114
|
+
persistent: boolean;
|
|
115
|
+
scrim: string | boolean;
|
|
116
|
+
_disableGlobalStack: boolean;
|
|
117
|
+
}> & Omit<{
|
|
118
|
+
absolute: boolean;
|
|
119
|
+
location: Anchor;
|
|
120
|
+
origin: "auto" | Anchor | "overlap";
|
|
121
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
122
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
123
|
+
});
|
|
124
|
+
zIndex: string | number;
|
|
125
|
+
eager: boolean;
|
|
126
|
+
disabled: boolean;
|
|
127
|
+
modelValue: boolean;
|
|
128
|
+
activatorProps: Record<string, any>;
|
|
129
|
+
openOnHover: boolean;
|
|
130
|
+
closeOnContentClick: boolean;
|
|
131
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
|
132
|
+
updateLocation: (e: Event) => void;
|
|
133
|
+
} | undefined);
|
|
134
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
135
|
+
closeOnBack: boolean;
|
|
136
|
+
contained: boolean;
|
|
137
|
+
noClickAnimation: boolean;
|
|
138
|
+
persistent: boolean;
|
|
139
|
+
scrim: string | boolean;
|
|
140
|
+
_disableGlobalStack: boolean;
|
|
141
|
+
} & {
|
|
142
|
+
offset?: string | number | number[] | undefined;
|
|
143
|
+
height?: string | number | undefined;
|
|
144
|
+
width?: string | number | undefined;
|
|
145
|
+
maxHeight?: string | number | undefined;
|
|
146
|
+
maxWidth?: string | number | undefined;
|
|
147
|
+
minHeight?: string | number | undefined;
|
|
148
|
+
minWidth?: string | number | undefined;
|
|
149
|
+
theme?: string | undefined;
|
|
150
|
+
contentClass?: any;
|
|
151
|
+
activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
|
|
152
|
+
closeDelay?: string | number | undefined;
|
|
153
|
+
openDelay?: string | number | undefined;
|
|
154
|
+
openOnClick?: boolean | undefined;
|
|
155
|
+
openOnFocus?: boolean | undefined;
|
|
156
|
+
contentProps?: any;
|
|
157
|
+
attach?: string | boolean | Element | undefined;
|
|
158
|
+
} & {
|
|
159
|
+
$children?: {} | vue.VNodeChild | {
|
|
160
|
+
default?: ((args_0: {
|
|
161
|
+
isActive: Ref<boolean>;
|
|
162
|
+
}) => vue.VNodeChild) | undefined;
|
|
163
|
+
activator?: ((args_0: {
|
|
164
|
+
isActive: boolean;
|
|
165
|
+
props: Record<string, any>;
|
|
166
|
+
}) => vue.VNodeChild) | undefined;
|
|
167
|
+
};
|
|
168
|
+
$slots?: {
|
|
169
|
+
default?: ((args_0: {
|
|
170
|
+
isActive: Ref<boolean>;
|
|
171
|
+
}) => vue.VNodeChild) | undefined;
|
|
172
|
+
activator?: ((args_0: {
|
|
173
|
+
isActive: boolean;
|
|
174
|
+
props: Record<string, any>;
|
|
175
|
+
}) => vue.VNodeChild) | undefined;
|
|
176
|
+
} | undefined;
|
|
177
|
+
'v-slots'?: {
|
|
178
|
+
default?: false | ((args_0: {
|
|
179
|
+
isActive: Ref<boolean>;
|
|
180
|
+
}) => vue.VNodeChild) | undefined;
|
|
181
|
+
activator?: false | ((args_0: {
|
|
182
|
+
isActive: boolean;
|
|
183
|
+
props: Record<string, any>;
|
|
184
|
+
}) => vue.VNodeChild) | undefined;
|
|
185
|
+
} | undefined;
|
|
186
|
+
} & {
|
|
187
|
+
"v-slot:default"?: false | ((args_0: {
|
|
188
|
+
isActive: Ref<boolean>;
|
|
189
|
+
}) => vue.VNodeChild) | undefined;
|
|
190
|
+
"v-slot:activator"?: false | ((args_0: {
|
|
191
|
+
isActive: boolean;
|
|
192
|
+
props: Record<string, any>;
|
|
193
|
+
}) => vue.VNodeChild) | undefined;
|
|
194
|
+
} & {
|
|
195
|
+
onAfterLeave?: (() => any) | undefined;
|
|
196
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
197
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
198
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
|
199
|
+
$attrs: {
|
|
200
|
+
[x: string]: unknown;
|
|
201
|
+
};
|
|
202
|
+
$refs: {
|
|
203
|
+
[x: string]: unknown;
|
|
204
|
+
};
|
|
205
|
+
$slots: Readonly<{
|
|
206
|
+
[name: string]: vue.Slot | undefined;
|
|
207
|
+
}>;
|
|
208
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
209
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
210
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
|
|
211
|
+
$el: any;
|
|
212
|
+
$options: vue.ComponentOptionsBase<{
|
|
213
|
+
absolute: boolean;
|
|
214
|
+
location: Anchor;
|
|
215
|
+
origin: "auto" | Anchor | "overlap";
|
|
216
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
217
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
218
|
+
});
|
|
219
|
+
zIndex: string | number;
|
|
220
|
+
eager: boolean;
|
|
221
|
+
disabled: boolean;
|
|
222
|
+
modelValue: boolean;
|
|
223
|
+
activatorProps: Record<string, any>;
|
|
224
|
+
openOnHover: boolean;
|
|
225
|
+
closeOnContentClick: boolean;
|
|
226
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
|
227
|
+
updateLocation: (e: Event) => void;
|
|
228
|
+
} | undefined);
|
|
229
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
230
|
+
closeOnBack: boolean;
|
|
231
|
+
contained: boolean;
|
|
232
|
+
noClickAnimation: boolean;
|
|
233
|
+
persistent: boolean;
|
|
234
|
+
scrim: string | boolean;
|
|
235
|
+
_disableGlobalStack: boolean;
|
|
236
|
+
} & {
|
|
237
|
+
offset?: string | number | number[] | undefined;
|
|
238
|
+
height?: string | number | undefined;
|
|
239
|
+
width?: string | number | undefined;
|
|
240
|
+
maxHeight?: string | number | undefined;
|
|
241
|
+
maxWidth?: string | number | undefined;
|
|
242
|
+
minHeight?: string | number | undefined;
|
|
243
|
+
minWidth?: string | number | undefined;
|
|
244
|
+
theme?: string | undefined;
|
|
245
|
+
contentClass?: any;
|
|
246
|
+
activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
|
|
247
|
+
closeDelay?: string | number | undefined;
|
|
248
|
+
openDelay?: string | number | undefined;
|
|
249
|
+
openOnClick?: boolean | undefined;
|
|
250
|
+
openOnFocus?: boolean | undefined;
|
|
251
|
+
contentProps?: any;
|
|
252
|
+
attach?: string | boolean | Element | undefined;
|
|
253
|
+
} & {
|
|
254
|
+
$children?: {} | vue.VNodeChild | {
|
|
255
|
+
default?: ((args_0: {
|
|
256
|
+
isActive: Ref<boolean>;
|
|
257
|
+
}) => vue.VNodeChild) | undefined;
|
|
258
|
+
activator?: ((args_0: {
|
|
259
|
+
isActive: boolean;
|
|
260
|
+
props: Record<string, any>;
|
|
261
|
+
}) => vue.VNodeChild) | undefined;
|
|
262
|
+
};
|
|
263
|
+
$slots?: {
|
|
264
|
+
default?: ((args_0: {
|
|
265
|
+
isActive: Ref<boolean>;
|
|
266
|
+
}) => vue.VNodeChild) | undefined;
|
|
267
|
+
activator?: ((args_0: {
|
|
268
|
+
isActive: boolean;
|
|
269
|
+
props: Record<string, any>;
|
|
270
|
+
}) => vue.VNodeChild) | undefined;
|
|
271
|
+
} | undefined;
|
|
272
|
+
'v-slots'?: {
|
|
273
|
+
default?: false | ((args_0: {
|
|
274
|
+
isActive: Ref<boolean>;
|
|
275
|
+
}) => vue.VNodeChild) | undefined;
|
|
276
|
+
activator?: false | ((args_0: {
|
|
277
|
+
isActive: boolean;
|
|
278
|
+
props: Record<string, any>;
|
|
279
|
+
}) => vue.VNodeChild) | undefined;
|
|
280
|
+
} | undefined;
|
|
281
|
+
} & {
|
|
282
|
+
"v-slot:default"?: false | ((args_0: {
|
|
283
|
+
isActive: Ref<boolean>;
|
|
284
|
+
}) => vue.VNodeChild) | undefined;
|
|
285
|
+
"v-slot:activator"?: false | ((args_0: {
|
|
286
|
+
isActive: boolean;
|
|
287
|
+
props: Record<string, any>;
|
|
288
|
+
}) => vue.VNodeChild) | undefined;
|
|
289
|
+
} & {
|
|
290
|
+
onAfterLeave?: (() => any) | undefined;
|
|
291
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
292
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
293
|
+
}, {
|
|
294
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
|
295
|
+
animateClick: () => void;
|
|
296
|
+
contentEl: Ref<HTMLElement | undefined>;
|
|
297
|
+
globalTop: Readonly<Ref<boolean>>;
|
|
298
|
+
localTop: vue.ComputedRef<boolean>;
|
|
299
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
300
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
301
|
+
'click:outside': (e: MouseEvent) => true;
|
|
302
|
+
'update:modelValue': (value: boolean) => true;
|
|
303
|
+
afterLeave: () => true;
|
|
304
|
+
}, string, {
|
|
305
|
+
absolute: boolean;
|
|
306
|
+
location: Anchor;
|
|
307
|
+
origin: "auto" | Anchor | "overlap";
|
|
308
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
309
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
310
|
+
});
|
|
311
|
+
zIndex: string | number;
|
|
312
|
+
eager: boolean;
|
|
313
|
+
disabled: boolean;
|
|
314
|
+
modelValue: boolean;
|
|
315
|
+
activatorProps: Record<string, any>;
|
|
316
|
+
openOnClick: boolean;
|
|
317
|
+
openOnHover: boolean;
|
|
318
|
+
openOnFocus: boolean;
|
|
319
|
+
closeOnContentClick: boolean;
|
|
320
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
|
321
|
+
updateLocation: (e: Event) => void;
|
|
322
|
+
} | undefined);
|
|
323
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
324
|
+
closeOnBack: boolean;
|
|
325
|
+
contained: boolean;
|
|
326
|
+
noClickAnimation: boolean;
|
|
327
|
+
persistent: boolean;
|
|
328
|
+
scrim: string | boolean;
|
|
329
|
+
_disableGlobalStack: boolean;
|
|
330
|
+
}, {}, string> & {
|
|
331
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
332
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
333
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
334
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
335
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
336
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
337
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
338
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
339
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
340
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
341
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
342
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
343
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
344
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
345
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
346
|
+
};
|
|
347
|
+
$forceUpdate: () => void;
|
|
348
|
+
$nextTick: typeof vue.nextTick;
|
|
349
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
350
|
+
} & {
|
|
351
|
+
absolute: boolean;
|
|
352
|
+
location: Anchor;
|
|
353
|
+
origin: "auto" | Anchor | "overlap";
|
|
354
|
+
transition: string | boolean | (vue.TransitionProps & {
|
|
355
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
356
|
+
});
|
|
357
|
+
zIndex: string | number;
|
|
358
|
+
eager: boolean;
|
|
359
|
+
disabled: boolean;
|
|
360
|
+
modelValue: boolean;
|
|
361
|
+
activatorProps: Record<string, any>;
|
|
362
|
+
openOnHover: boolean;
|
|
363
|
+
closeOnContentClick: boolean;
|
|
364
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
|
365
|
+
updateLocation: (e: Event) => void;
|
|
366
|
+
} | undefined);
|
|
367
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
368
|
+
closeOnBack: boolean;
|
|
369
|
+
contained: boolean;
|
|
370
|
+
noClickAnimation: boolean;
|
|
371
|
+
persistent: boolean;
|
|
372
|
+
scrim: string | boolean;
|
|
373
|
+
_disableGlobalStack: boolean;
|
|
374
|
+
} & {
|
|
375
|
+
offset?: string | number | number[] | undefined;
|
|
376
|
+
height?: string | number | undefined;
|
|
377
|
+
width?: string | number | undefined;
|
|
378
|
+
maxHeight?: string | number | undefined;
|
|
379
|
+
maxWidth?: string | number | undefined;
|
|
380
|
+
minHeight?: string | number | undefined;
|
|
381
|
+
minWidth?: string | number | undefined;
|
|
382
|
+
theme?: string | undefined;
|
|
383
|
+
contentClass?: any;
|
|
384
|
+
activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
|
|
385
|
+
closeDelay?: string | number | undefined;
|
|
386
|
+
openDelay?: string | number | undefined;
|
|
387
|
+
openOnClick?: boolean | undefined;
|
|
388
|
+
openOnFocus?: boolean | undefined;
|
|
389
|
+
contentProps?: any;
|
|
390
|
+
attach?: string | boolean | Element | undefined;
|
|
391
|
+
} & {
|
|
392
|
+
$children?: {} | vue.VNodeChild | {
|
|
393
|
+
default?: ((args_0: {
|
|
394
|
+
isActive: Ref<boolean>;
|
|
395
|
+
}) => vue.VNodeChild) | undefined;
|
|
396
|
+
activator?: ((args_0: {
|
|
397
|
+
isActive: boolean;
|
|
398
|
+
props: Record<string, any>;
|
|
399
|
+
}) => vue.VNodeChild) | undefined;
|
|
400
|
+
};
|
|
401
|
+
$slots?: {
|
|
402
|
+
default?: ((args_0: {
|
|
403
|
+
isActive: Ref<boolean>;
|
|
404
|
+
}) => vue.VNodeChild) | undefined;
|
|
405
|
+
activator?: ((args_0: {
|
|
406
|
+
isActive: boolean;
|
|
407
|
+
props: Record<string, any>;
|
|
408
|
+
}) => vue.VNodeChild) | undefined;
|
|
409
|
+
} | undefined;
|
|
410
|
+
'v-slots'?: {
|
|
411
|
+
default?: false | ((args_0: {
|
|
412
|
+
isActive: Ref<boolean>;
|
|
413
|
+
}) => vue.VNodeChild) | undefined;
|
|
414
|
+
activator?: false | ((args_0: {
|
|
415
|
+
isActive: boolean;
|
|
416
|
+
props: Record<string, any>;
|
|
417
|
+
}) => vue.VNodeChild) | undefined;
|
|
418
|
+
} | undefined;
|
|
419
|
+
} & {
|
|
420
|
+
"v-slot:default"?: false | ((args_0: {
|
|
421
|
+
isActive: Ref<boolean>;
|
|
422
|
+
}) => vue.VNodeChild) | undefined;
|
|
423
|
+
"v-slot:activator"?: false | ((args_0: {
|
|
424
|
+
isActive: boolean;
|
|
425
|
+
props: Record<string, any>;
|
|
426
|
+
}) => vue.VNodeChild) | undefined;
|
|
427
|
+
} & {
|
|
428
|
+
onAfterLeave?: (() => any) | undefined;
|
|
429
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
430
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
431
|
+
} & vue.ShallowUnwrapRef<{
|
|
432
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
|
433
|
+
animateClick: () => void;
|
|
434
|
+
contentEl: Ref<HTMLElement | undefined>;
|
|
435
|
+
globalTop: Readonly<Ref<boolean>>;
|
|
436
|
+
localTop: vue.ComputedRef<boolean>;
|
|
437
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
438
|
+
}> & {} & vue.ComponentCustomProperties & {};
|
|
439
|
+
__isFragment?: undefined;
|
|
440
|
+
__isTeleport?: undefined;
|
|
441
|
+
__isSuspense?: undefined;
|
|
442
|
+
} & vue.ComponentOptionsBase<{
|
|
84
443
|
absolute: boolean;
|
|
85
444
|
location: Anchor;
|
|
86
445
|
origin: "auto" | Anchor | "overlap";
|
|
@@ -157,6 +516,10 @@ declare const VOverlay: vue.DefineComponent<{
|
|
|
157
516
|
isActive: boolean;
|
|
158
517
|
props: Record<string, any>;
|
|
159
518
|
}) => vue.VNodeChild) | undefined;
|
|
519
|
+
} & {
|
|
520
|
+
onAfterLeave?: (() => any) | undefined;
|
|
521
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
522
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
160
523
|
}, {
|
|
161
524
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
162
525
|
animateClick: () => void;
|
|
@@ -168,88 +531,7 @@ declare const VOverlay: vue.DefineComponent<{
|
|
|
168
531
|
'click:outside': (e: MouseEvent) => true;
|
|
169
532
|
'update:modelValue': (value: boolean) => true;
|
|
170
533
|
afterLeave: () => true;
|
|
171
|
-
}, string,
|
|
172
|
-
absolute: boolean;
|
|
173
|
-
location: Anchor;
|
|
174
|
-
origin: "auto" | Anchor | "overlap";
|
|
175
|
-
transition: string | boolean | (vue.TransitionProps & {
|
|
176
|
-
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
177
|
-
});
|
|
178
|
-
zIndex: string | number;
|
|
179
|
-
eager: boolean;
|
|
180
|
-
disabled: boolean;
|
|
181
|
-
modelValue: boolean;
|
|
182
|
-
activatorProps: Record<string, any>;
|
|
183
|
-
openOnHover: boolean;
|
|
184
|
-
closeOnContentClick: boolean;
|
|
185
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
|
186
|
-
updateLocation: (e: Event) => void;
|
|
187
|
-
} | undefined);
|
|
188
|
-
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
|
189
|
-
closeOnBack: boolean;
|
|
190
|
-
contained: boolean;
|
|
191
|
-
noClickAnimation: boolean;
|
|
192
|
-
persistent: boolean;
|
|
193
|
-
scrim: string | boolean;
|
|
194
|
-
_disableGlobalStack: boolean;
|
|
195
|
-
} & {
|
|
196
|
-
offset?: string | number | number[] | undefined;
|
|
197
|
-
height?: string | number | undefined;
|
|
198
|
-
width?: string | number | undefined;
|
|
199
|
-
maxHeight?: string | number | undefined;
|
|
200
|
-
maxWidth?: string | number | undefined;
|
|
201
|
-
minHeight?: string | number | undefined;
|
|
202
|
-
minWidth?: string | number | undefined;
|
|
203
|
-
theme?: string | undefined;
|
|
204
|
-
contentClass?: any;
|
|
205
|
-
activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
|
|
206
|
-
closeDelay?: string | number | undefined;
|
|
207
|
-
openDelay?: string | number | undefined;
|
|
208
|
-
openOnClick?: boolean | undefined;
|
|
209
|
-
openOnFocus?: boolean | undefined;
|
|
210
|
-
contentProps?: any;
|
|
211
|
-
attach?: string | boolean | Element | undefined;
|
|
212
|
-
} & {
|
|
213
|
-
$children?: {} | vue.VNodeChild | {
|
|
214
|
-
default?: ((args_0: {
|
|
215
|
-
isActive: Ref<boolean>;
|
|
216
|
-
}) => vue.VNodeChild) | undefined;
|
|
217
|
-
activator?: ((args_0: {
|
|
218
|
-
isActive: boolean;
|
|
219
|
-
props: Record<string, any>;
|
|
220
|
-
}) => vue.VNodeChild) | undefined;
|
|
221
|
-
};
|
|
222
|
-
$slots?: {
|
|
223
|
-
default?: ((args_0: {
|
|
224
|
-
isActive: Ref<boolean>;
|
|
225
|
-
}) => vue.VNodeChild) | undefined;
|
|
226
|
-
activator?: ((args_0: {
|
|
227
|
-
isActive: boolean;
|
|
228
|
-
props: Record<string, any>;
|
|
229
|
-
}) => vue.VNodeChild) | undefined;
|
|
230
|
-
} | undefined;
|
|
231
|
-
'v-slots'?: {
|
|
232
|
-
default?: false | ((args_0: {
|
|
233
|
-
isActive: Ref<boolean>;
|
|
234
|
-
}) => vue.VNodeChild) | undefined;
|
|
235
|
-
activator?: false | ((args_0: {
|
|
236
|
-
isActive: boolean;
|
|
237
|
-
props: Record<string, any>;
|
|
238
|
-
}) => vue.VNodeChild) | undefined;
|
|
239
|
-
} | undefined;
|
|
240
|
-
} & {
|
|
241
|
-
"v-slot:default"?: false | ((args_0: {
|
|
242
|
-
isActive: Ref<boolean>;
|
|
243
|
-
}) => vue.VNodeChild) | undefined;
|
|
244
|
-
"v-slot:activator"?: false | ((args_0: {
|
|
245
|
-
isActive: boolean;
|
|
246
|
-
props: Record<string, any>;
|
|
247
|
-
}) => vue.VNodeChild) | undefined;
|
|
248
|
-
} & {
|
|
249
|
-
onAfterLeave?: (() => any) | undefined;
|
|
250
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
251
|
-
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
252
|
-
}, {
|
|
534
|
+
}, string, {
|
|
253
535
|
absolute: boolean;
|
|
254
536
|
location: Anchor;
|
|
255
537
|
origin: "auto" | Anchor | "overlap";
|
|
@@ -275,7 +557,159 @@ declare const VOverlay: vue.DefineComponent<{
|
|
|
275
557
|
persistent: boolean;
|
|
276
558
|
scrim: string | boolean;
|
|
277
559
|
_disableGlobalStack: boolean;
|
|
278
|
-
}
|
|
560
|
+
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
561
|
+
transition: {
|
|
562
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
563
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
564
|
+
})>;
|
|
565
|
+
default: string;
|
|
566
|
+
validator: (val: unknown) => boolean;
|
|
567
|
+
};
|
|
568
|
+
theme: StringConstructor;
|
|
569
|
+
scrollStrategy: {
|
|
570
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
|
571
|
+
default: string;
|
|
572
|
+
validator: (val: any) => boolean;
|
|
573
|
+
};
|
|
574
|
+
locationStrategy: {
|
|
575
|
+
type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
|
576
|
+
updateLocation: (e: Event) => void;
|
|
577
|
+
} | undefined)>;
|
|
578
|
+
default: string;
|
|
579
|
+
validator: (val: any) => boolean;
|
|
580
|
+
};
|
|
581
|
+
location: {
|
|
582
|
+
type: PropType<Anchor>;
|
|
583
|
+
default: string;
|
|
584
|
+
};
|
|
585
|
+
origin: {
|
|
586
|
+
type: PropType<"auto" | Anchor | "overlap">;
|
|
587
|
+
default: string;
|
|
588
|
+
};
|
|
589
|
+
offset: PropType<string | number | number[] | undefined>;
|
|
590
|
+
eager: BooleanConstructor;
|
|
591
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
592
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
593
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
594
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
595
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
596
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
597
|
+
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
598
|
+
openDelay: (StringConstructor | NumberConstructor)[];
|
|
599
|
+
activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined>;
|
|
600
|
+
activatorProps: {
|
|
601
|
+
type: PropType<Record<string, any>>;
|
|
602
|
+
default: () => {};
|
|
603
|
+
};
|
|
604
|
+
openOnClick: {
|
|
605
|
+
type: BooleanConstructor;
|
|
606
|
+
default: undefined;
|
|
607
|
+
};
|
|
608
|
+
openOnHover: BooleanConstructor;
|
|
609
|
+
openOnFocus: {
|
|
610
|
+
type: BooleanConstructor;
|
|
611
|
+
default: undefined;
|
|
612
|
+
};
|
|
613
|
+
closeOnContentClick: BooleanConstructor;
|
|
614
|
+
absolute: BooleanConstructor;
|
|
615
|
+
attach: PropType<string | boolean | Element>;
|
|
616
|
+
closeOnBack: {
|
|
617
|
+
type: BooleanConstructor;
|
|
618
|
+
default: boolean;
|
|
619
|
+
};
|
|
620
|
+
contained: BooleanConstructor;
|
|
621
|
+
contentClass: null;
|
|
622
|
+
contentProps: null;
|
|
623
|
+
disabled: BooleanConstructor;
|
|
624
|
+
noClickAnimation: BooleanConstructor;
|
|
625
|
+
modelValue: BooleanConstructor;
|
|
626
|
+
persistent: BooleanConstructor;
|
|
627
|
+
scrim: {
|
|
628
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
629
|
+
default: boolean;
|
|
630
|
+
};
|
|
631
|
+
zIndex: {
|
|
632
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
633
|
+
default: number;
|
|
634
|
+
};
|
|
635
|
+
_disableGlobalStack: BooleanConstructor;
|
|
636
|
+
}, vue.ExtractPropTypes<{
|
|
637
|
+
transition: {
|
|
638
|
+
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
639
|
+
component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
|
|
640
|
+
})>;
|
|
641
|
+
default: string;
|
|
642
|
+
validator: (val: unknown) => boolean;
|
|
643
|
+
};
|
|
644
|
+
theme: StringConstructor;
|
|
645
|
+
scrollStrategy: {
|
|
646
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
|
647
|
+
default: string;
|
|
648
|
+
validator: (val: any) => boolean;
|
|
649
|
+
};
|
|
650
|
+
locationStrategy: {
|
|
651
|
+
type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
|
652
|
+
updateLocation: (e: Event) => void;
|
|
653
|
+
} | undefined)>;
|
|
654
|
+
default: string;
|
|
655
|
+
validator: (val: any) => boolean;
|
|
656
|
+
};
|
|
657
|
+
location: {
|
|
658
|
+
type: PropType<Anchor>;
|
|
659
|
+
default: string;
|
|
660
|
+
};
|
|
661
|
+
origin: {
|
|
662
|
+
type: PropType<"auto" | Anchor | "overlap">;
|
|
663
|
+
default: string;
|
|
664
|
+
};
|
|
665
|
+
offset: PropType<string | number | number[] | undefined>;
|
|
666
|
+
eager: BooleanConstructor;
|
|
667
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
668
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
669
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
670
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
671
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
672
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
673
|
+
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
674
|
+
openDelay: (StringConstructor | NumberConstructor)[];
|
|
675
|
+
activator: PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined>;
|
|
676
|
+
activatorProps: {
|
|
677
|
+
type: PropType<Record<string, any>>;
|
|
678
|
+
default: () => {};
|
|
679
|
+
};
|
|
680
|
+
openOnClick: {
|
|
681
|
+
type: BooleanConstructor;
|
|
682
|
+
default: undefined;
|
|
683
|
+
};
|
|
684
|
+
openOnHover: BooleanConstructor;
|
|
685
|
+
openOnFocus: {
|
|
686
|
+
type: BooleanConstructor;
|
|
687
|
+
default: undefined;
|
|
688
|
+
};
|
|
689
|
+
closeOnContentClick: BooleanConstructor;
|
|
690
|
+
absolute: BooleanConstructor;
|
|
691
|
+
attach: PropType<string | boolean | Element>;
|
|
692
|
+
closeOnBack: {
|
|
693
|
+
type: BooleanConstructor;
|
|
694
|
+
default: boolean;
|
|
695
|
+
};
|
|
696
|
+
contained: BooleanConstructor;
|
|
697
|
+
contentClass: null;
|
|
698
|
+
contentProps: null;
|
|
699
|
+
disabled: BooleanConstructor;
|
|
700
|
+
noClickAnimation: BooleanConstructor;
|
|
701
|
+
modelValue: BooleanConstructor;
|
|
702
|
+
persistent: BooleanConstructor;
|
|
703
|
+
scrim: {
|
|
704
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
705
|
+
default: boolean;
|
|
706
|
+
};
|
|
707
|
+
zIndex: {
|
|
708
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
709
|
+
default: number;
|
|
710
|
+
};
|
|
711
|
+
_disableGlobalStack: BooleanConstructor;
|
|
712
|
+
}>>;
|
|
279
713
|
type VOverlay = InstanceType<typeof VOverlay>;
|
|
280
714
|
|
|
281
715
|
export { VOverlay };
|