@vuetify/nightly 3.6.14-master.2024-08-04 → 3.6.14-master.2024-08-13
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 +7 -11
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +144 -144
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +8 -18
- package/dist/vuetify-labs.css +2162 -2162
- package/dist/vuetify-labs.d.ts +33122 -39828
- package/dist/vuetify-labs.esm.js +17 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +17 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1025 -1025
- package/dist/vuetify.d.ts +32674 -39040
- package/dist/vuetify.esm.js +16 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +16 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +22 -22
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +50 -73
- package/lib/components/VApp/index.d.mts +9 -11
- package/lib/components/VAppBar/index.d.mts +92 -128
- package/lib/components/VAutocomplete/index.d.mts +4771 -3230
- package/lib/components/VAvatar/index.d.mts +23 -22
- package/lib/components/VBadge/index.d.mts +53 -59
- package/lib/components/VBanner/index.d.mts +44 -66
- package/lib/components/VBottomNavigation/index.d.mts +25 -32
- package/lib/components/VBottomSheet/index.d.mts +125 -135
- package/lib/components/VBreadcrumbs/index.d.mts +35 -78
- package/lib/components/VBtn/index.d.mts +49 -53
- package/lib/components/VBtnGroup/index.d.mts +14 -13
- package/lib/components/VBtnToggle/index.d.mts +21 -23
- package/lib/components/VCard/index.d.mts +104 -168
- package/lib/components/VCarousel/index.d.mts +59 -96
- package/lib/components/VCheckbox/index.d.mts +132 -155
- package/lib/components/VChip/index.d.mts +47 -59
- package/lib/components/VChipGroup/index.d.mts +39 -41
- package/lib/components/VCode/index.d.mts +9 -11
- package/lib/components/VColorPicker/index.d.mts +58 -133
- package/lib/components/VCombobox/index.d.mts +4785 -3244
- package/lib/components/VConfirmEdit/index.d.mts +11 -19
- package/lib/components/VCounter/index.d.mts +40 -42
- package/lib/components/VDataIterator/index.d.mts +171 -185
- package/lib/components/VDataTable/index.d.mts +480 -1204
- package/lib/components/VDatePicker/index.d.mts +120 -158
- package/lib/components/VDefaultsProvider/index.d.mts +5 -9
- package/lib/components/VDialog/index.d.mts +243 -277
- package/lib/components/VDivider/index.d.mts +9 -11
- package/lib/components/VEmptyState/index.d.mts +30 -52
- package/lib/components/VExpansionPanel/index.d.mts +60 -85
- package/lib/components/VFab/index.d.mts +81 -73
- package/lib/components/VField/index.d.mts +35 -62
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +172 -259
- package/lib/components/VFooter/index.d.mts +9 -11
- package/lib/components/VForm/index.d.mts +105 -77
- package/lib/components/VGrid/index.d.mts +41 -52
- package/lib/components/VHover/index.d.mts +5 -9
- package/lib/components/VIcon/index.d.mts +23 -29
- package/lib/components/VImg/index.d.mts +28 -42
- package/lib/components/VInfiniteScroll/index.d.mts +17 -37
- package/lib/components/VInput/index.d.mts +48 -50
- package/lib/components/VItemGroup/index.d.mts +21 -30
- package/lib/components/VKbd/index.d.mts +9 -11
- package/lib/components/VLabel/index.d.mts +9 -11
- package/lib/components/VLayout/index.d.mts +18 -24
- package/lib/components/VLazy/index.d.mts +42 -44
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +210 -329
- package/lib/components/VLocaleProvider/index.d.mts +9 -11
- package/lib/components/VMain/index.d.mts +9 -11
- package/lib/components/VMenu/index.d.mts +272 -306
- package/lib/components/VMessages/index.d.mts +49 -51
- package/lib/components/VNavigationDrawer/index.d.mts +27 -40
- package/lib/components/VOtpInput/index.d.mts +22 -28
- package/lib/components/VOverlay/VOverlay.mjs +4 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +53 -63
- package/lib/components/VPagination/index.d.mts +31 -46
- package/lib/components/VParallax/index.d.mts +15 -29
- package/lib/components/VProgressCircular/index.d.mts +9 -11
- package/lib/components/VProgressLinear/index.d.mts +22 -24
- package/lib/components/VRadio/index.d.mts +49 -52
- package/lib/components/VRadioGroup/index.d.mts +66 -66
- package/lib/components/VRangeSlider/index.d.mts +58 -69
- package/lib/components/VRating/index.d.mts +13 -19
- package/lib/components/VResponsive/index.d.mts +11 -17
- package/lib/components/VSelect/index.d.mts +4762 -3221
- package/lib/components/VSelectionControl/index.d.mts +38 -44
- package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
- package/lib/components/VSheet/index.d.mts +15 -17
- package/lib/components/VSkeletonLoader/index.d.mts +41 -11
- package/lib/components/VSlideGroup/index.d.mts +112 -129
- package/lib/components/VSlider/index.d.mts +58 -69
- package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +231 -270
- package/lib/components/VSparkline/index.d.mts +11 -19
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.d.mts +179 -189
- package/lib/components/VStepper/index.d.mts +105 -180
- package/lib/components/VSwitch/index.d.mts +78 -98
- package/lib/components/VSystemBar/index.d.mts +13 -15
- package/lib/components/VTable/index.d.mts +15 -29
- package/lib/components/VTabs/index.d.mts +213 -297
- package/lib/components/VTextField/index.d.mts +253 -408
- package/lib/components/VTextarea/index.d.mts +157 -236
- package/lib/components/VThemeProvider/index.d.mts +9 -11
- package/lib/components/VTimeline/index.d.mts +29 -43
- package/lib/components/VToolbar/index.d.mts +49 -80
- package/lib/components/VTooltip/index.d.mts +282 -316
- package/lib/components/VValidation/index.d.mts +16 -23
- package/lib/components/VVirtualScroll/index.d.mts +14 -23
- package/lib/components/VWindow/index.d.mts +29 -50
- package/lib/components/index.d.mts +31169 -37524
- package/lib/components/transitions/index.d.mts +84 -148
- package/lib/composables/location.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +3 -0
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +60 -60
- package/lib/labs/VCalendar/index.d.mts +146 -166
- package/lib/labs/VDateInput/index.d.mts +83 -62
- package/lib/labs/VNumberInput/index.d.mts +61 -88
- package/lib/labs/VPicker/index.d.mts +28 -46
- package/lib/labs/VPullToRefresh/index.d.mts +7 -15
- package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
- package/lib/labs/VStepperVertical/index.d.mts +109 -184
- package/lib/labs/VTimePicker/index.d.mts +35 -53
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +200 -292
- package/lib/labs/components.d.mts +905 -1246
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +3 -3
@@ -1,6 +1,8 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
2
|
import { Ref, EffectScope, ComponentPropsOptions, ExtractPropTypes, ComponentPublicInstance, Component, nextTick } from 'vue';
|
3
3
|
|
4
|
+
type ClassValue = any;
|
5
|
+
|
4
6
|
interface ScrollStrategyData {
|
5
7
|
root: Ref<HTMLElement | undefined>;
|
6
8
|
contentEl: Ref<HTMLElement | undefined>;
|
@@ -23,6 +25,12 @@ declare function closeScrollStrategy(data: ScrollStrategyData): void;
|
|
23
25
|
declare function blockScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1): void;
|
24
26
|
declare function repositionScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope): void;
|
25
27
|
|
28
|
+
declare const block: readonly ["top", "bottom"];
|
29
|
+
declare const inline: readonly ["start", "end", "left", "right"];
|
30
|
+
type Tblock = typeof block[number];
|
31
|
+
type Tinline = typeof inline[number];
|
32
|
+
type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
|
33
|
+
|
26
34
|
declare class Box {
|
27
35
|
x: number;
|
28
36
|
y: number;
|
@@ -40,12 +48,6 @@ declare class Box {
|
|
40
48
|
get right(): number;
|
41
49
|
}
|
42
50
|
|
43
|
-
declare const block: readonly ["top", "bottom"];
|
44
|
-
declare const inline: readonly ["start", "end", "left", "right"];
|
45
|
-
type Tblock = typeof block[number];
|
46
|
-
type Tinline = typeof inline[number];
|
47
|
-
type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
|
48
|
-
|
49
51
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
50
52
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
51
53
|
}
|
@@ -94,9 +96,9 @@ declare const VMenu: {
|
|
94
96
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
95
97
|
location: Anchor;
|
96
98
|
origin: "auto" | Anchor | "overlap";
|
97
|
-
transition:
|
98
|
-
component?: Component
|
99
|
-
})
|
99
|
+
transition: string | boolean | (vue.TransitionProps & {
|
100
|
+
component?: Component;
|
101
|
+
}) | {
|
100
102
|
component: Component;
|
101
103
|
};
|
102
104
|
zIndex: string | number;
|
@@ -104,12 +106,12 @@ declare const VMenu: {
|
|
104
106
|
eager: boolean;
|
105
107
|
disabled: boolean;
|
106
108
|
modelValue: boolean;
|
107
|
-
locationStrategy:
|
108
|
-
updateLocation: (e?: Event
|
109
|
-
}
|
110
|
-
scrollStrategy:
|
111
|
-
closeDelay:
|
112
|
-
openDelay:
|
109
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
110
|
+
updateLocation: (e?: Event) => void;
|
111
|
+
});
|
112
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
113
|
+
closeDelay: string | number;
|
114
|
+
openDelay: string | number;
|
113
115
|
activatorProps: Record<string, any>;
|
114
116
|
openOnHover: boolean;
|
115
117
|
closeOnContentClick: boolean;
|
@@ -117,7 +119,7 @@ declare const VMenu: {
|
|
117
119
|
contained: boolean;
|
118
120
|
noClickAnimation: boolean;
|
119
121
|
persistent: boolean;
|
120
|
-
scrim:
|
122
|
+
scrim: string | boolean;
|
121
123
|
} & {
|
122
124
|
offset?: string | number | number[] | undefined;
|
123
125
|
id?: string | undefined;
|
@@ -182,16 +184,16 @@ declare const VMenu: {
|
|
182
184
|
location: Anchor;
|
183
185
|
origin: "auto" | Anchor | "overlap";
|
184
186
|
transition: string | boolean | (vue.TransitionProps & {
|
185
|
-
component?: Component
|
187
|
+
component?: Component;
|
186
188
|
});
|
187
189
|
zIndex: string | number;
|
188
190
|
style: vue.StyleValue;
|
189
191
|
eager: boolean;
|
190
192
|
disabled: boolean;
|
191
193
|
modelValue: boolean;
|
192
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
193
|
-
updateLocation: (e?: Event
|
194
|
-
}
|
194
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
195
|
+
updateLocation: (e?: Event) => void;
|
196
|
+
});
|
195
197
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
196
198
|
activatorProps: Record<string, any>;
|
197
199
|
openOnClick: boolean;
|
@@ -209,16 +211,16 @@ declare const VMenu: {
|
|
209
211
|
location: Anchor;
|
210
212
|
origin: "auto" | Anchor | "overlap";
|
211
213
|
transition: string | boolean | (vue.TransitionProps & {
|
212
|
-
component?: Component
|
214
|
+
component?: Component;
|
213
215
|
});
|
214
216
|
zIndex: string | number;
|
215
217
|
style: vue.StyleValue;
|
216
218
|
eager: boolean;
|
217
219
|
disabled: boolean;
|
218
220
|
modelValue: boolean;
|
219
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
220
|
-
updateLocation: (e?: Event
|
221
|
-
}
|
221
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
222
|
+
updateLocation: (e?: Event) => void;
|
223
|
+
});
|
222
224
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
223
225
|
activatorProps: Record<string, any>;
|
224
226
|
openOnHover: boolean;
|
@@ -287,16 +289,16 @@ declare const VMenu: {
|
|
287
289
|
location: Anchor;
|
288
290
|
origin: "auto" | Anchor | "overlap";
|
289
291
|
transition: string | boolean | (vue.TransitionProps & {
|
290
|
-
component?: Component
|
292
|
+
component?: Component;
|
291
293
|
});
|
292
294
|
zIndex: string | number;
|
293
295
|
style: vue.StyleValue;
|
294
296
|
eager: boolean;
|
295
297
|
disabled: boolean;
|
296
298
|
modelValue: boolean;
|
297
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
298
|
-
updateLocation: (e?: Event
|
299
|
-
}
|
299
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
300
|
+
updateLocation: (e?: Event) => void;
|
301
|
+
});
|
300
302
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
301
303
|
activatorProps: Record<string, any>;
|
302
304
|
openOnHover: boolean;
|
@@ -374,19 +376,15 @@ declare const VMenu: {
|
|
374
376
|
$slots: Readonly<{
|
375
377
|
default?: ((arg: {
|
376
378
|
isActive: vue.Ref<boolean>;
|
377
|
-
}) => vue.VNode
|
378
|
-
[key: string]: any;
|
379
|
-
}>[]) | undefined;
|
379
|
+
}) => vue.VNode[]) | undefined;
|
380
380
|
activator?: ((arg: {
|
381
381
|
isActive: boolean;
|
382
382
|
props: Record<string, any>;
|
383
383
|
targetRef: TemplateRef;
|
384
|
-
}) => vue.VNode
|
385
|
-
[key: string]: any;
|
386
|
-
}>[]) | undefined;
|
384
|
+
}) => vue.VNode[]) | undefined;
|
387
385
|
}>;
|
388
|
-
$root: vue.ComponentPublicInstance
|
389
|
-
$parent: vue.ComponentPublicInstance
|
386
|
+
$root: vue.ComponentPublicInstance | null;
|
387
|
+
$parent: vue.ComponentPublicInstance | null;
|
390
388
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
391
389
|
$el: any;
|
392
390
|
$options: vue.ComponentOptionsBase<{
|
@@ -394,16 +392,16 @@ declare const VMenu: {
|
|
394
392
|
location: Anchor;
|
395
393
|
origin: "auto" | Anchor | "overlap";
|
396
394
|
transition: string | boolean | (vue.TransitionProps & {
|
397
|
-
component?: Component
|
395
|
+
component?: Component;
|
398
396
|
});
|
399
397
|
zIndex: string | number;
|
400
398
|
style: vue.StyleValue;
|
401
399
|
eager: boolean;
|
402
400
|
disabled: boolean;
|
403
401
|
modelValue: boolean;
|
404
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
405
|
-
updateLocation: (e?: Event
|
406
|
-
}
|
402
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
403
|
+
updateLocation: (e?: Event) => void;
|
404
|
+
});
|
407
405
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
408
406
|
activatorProps: Record<string, any>;
|
409
407
|
openOnHover: boolean;
|
@@ -490,16 +488,16 @@ declare const VMenu: {
|
|
490
488
|
location: Anchor;
|
491
489
|
origin: "auto" | Anchor | "overlap";
|
492
490
|
transition: string | boolean | (vue.TransitionProps & {
|
493
|
-
component?: Component
|
491
|
+
component?: Component;
|
494
492
|
});
|
495
493
|
zIndex: string | number;
|
496
494
|
style: vue.StyleValue;
|
497
495
|
eager: boolean;
|
498
496
|
disabled: boolean;
|
499
497
|
modelValue: boolean;
|
500
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
501
|
-
updateLocation: (e?: Event
|
502
|
-
}
|
498
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
499
|
+
updateLocation: (e?: Event) => void;
|
500
|
+
});
|
503
501
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
504
502
|
activatorProps: Record<string, any>;
|
505
503
|
openOnClick: boolean;
|
@@ -515,51 +513,47 @@ declare const VMenu: {
|
|
515
513
|
}, {}, string, vue.SlotsType<Partial<{
|
516
514
|
default: (arg: {
|
517
515
|
isActive: vue.Ref<boolean>;
|
518
|
-
}) => vue.VNode
|
519
|
-
[key: string]: any;
|
520
|
-
}>[];
|
516
|
+
}) => vue.VNode[];
|
521
517
|
activator: (arg: {
|
522
518
|
isActive: boolean;
|
523
519
|
props: Record<string, any>;
|
524
520
|
targetRef: TemplateRef;
|
525
|
-
}) => vue.VNode
|
526
|
-
[key: string]: any;
|
527
|
-
}>[];
|
521
|
+
}) => vue.VNode[];
|
528
522
|
}>>> & {
|
529
|
-
beforeCreate?: ((
|
530
|
-
created?: ((
|
531
|
-
beforeMount?: ((
|
532
|
-
mounted?: ((
|
533
|
-
beforeUpdate?: ((
|
534
|
-
updated?: ((
|
535
|
-
activated?: ((
|
536
|
-
deactivated?: ((
|
537
|
-
beforeDestroy?: ((
|
538
|
-
beforeUnmount?: ((
|
539
|
-
destroyed?: ((
|
540
|
-
unmounted?: ((
|
541
|
-
renderTracked?: ((
|
542
|
-
renderTriggered?: ((
|
543
|
-
errorCaptured?: ((
|
523
|
+
beforeCreate?: (() => void) | (() => void)[];
|
524
|
+
created?: (() => void) | (() => void)[];
|
525
|
+
beforeMount?: (() => void) | (() => void)[];
|
526
|
+
mounted?: (() => void) | (() => void)[];
|
527
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
528
|
+
updated?: (() => void) | (() => void)[];
|
529
|
+
activated?: (() => void) | (() => void)[];
|
530
|
+
deactivated?: (() => void) | (() => void)[];
|
531
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
532
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
533
|
+
destroyed?: (() => void) | (() => void)[];
|
534
|
+
unmounted?: (() => void) | (() => void)[];
|
535
|
+
renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
536
|
+
renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
537
|
+
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
544
538
|
};
|
545
539
|
$forceUpdate: () => void;
|
546
540
|
$nextTick: typeof nextTick;
|
547
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (
|
541
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
548
542
|
} & Omit<{
|
549
543
|
absolute: boolean;
|
550
544
|
location: Anchor;
|
551
545
|
origin: "auto" | Anchor | "overlap";
|
552
546
|
transition: string | boolean | (vue.TransitionProps & {
|
553
|
-
component?: Component
|
547
|
+
component?: Component;
|
554
548
|
});
|
555
549
|
zIndex: string | number;
|
556
550
|
style: vue.StyleValue;
|
557
551
|
eager: boolean;
|
558
552
|
disabled: boolean;
|
559
553
|
modelValue: boolean;
|
560
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
561
|
-
updateLocation: (e?: Event
|
562
|
-
}
|
554
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
555
|
+
updateLocation: (e?: Event) => void;
|
556
|
+
});
|
563
557
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
564
558
|
activatorProps: Record<string, any>;
|
565
559
|
openOnHover: boolean;
|
@@ -636,14 +630,14 @@ declare const VMenu: {
|
|
636
630
|
globalTop: Readonly<vue.Ref<boolean>>;
|
637
631
|
localTop: vue.ComputedRef<boolean>;
|
638
632
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
639
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-
|
640
|
-
'update:modelValue': (value: boolean) =>
|
633
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
634
|
+
'update:modelValue': (value: boolean) => true;
|
641
635
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
642
636
|
location: Anchor;
|
643
637
|
origin: "auto" | Anchor | "overlap";
|
644
|
-
transition:
|
645
|
-
component?: Component
|
646
|
-
})
|
638
|
+
transition: string | boolean | (vue.TransitionProps & {
|
639
|
+
component?: Component;
|
640
|
+
}) | {
|
647
641
|
component: Component;
|
648
642
|
};
|
649
643
|
zIndex: string | number;
|
@@ -651,12 +645,12 @@ declare const VMenu: {
|
|
651
645
|
eager: boolean;
|
652
646
|
disabled: boolean;
|
653
647
|
modelValue: boolean;
|
654
|
-
locationStrategy:
|
655
|
-
updateLocation: (e?: Event
|
656
|
-
}
|
657
|
-
scrollStrategy:
|
658
|
-
closeDelay:
|
659
|
-
openDelay:
|
648
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
649
|
+
updateLocation: (e?: Event) => void;
|
650
|
+
});
|
651
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
652
|
+
closeDelay: string | number;
|
653
|
+
openDelay: string | number;
|
660
654
|
activatorProps: Record<string, any>;
|
661
655
|
openOnHover: boolean;
|
662
656
|
closeOnContentClick: boolean;
|
@@ -664,7 +658,7 @@ declare const VMenu: {
|
|
664
658
|
contained: boolean;
|
665
659
|
noClickAnimation: boolean;
|
666
660
|
persistent: boolean;
|
667
|
-
scrim:
|
661
|
+
scrim: string | boolean;
|
668
662
|
} & {
|
669
663
|
offset?: string | number | number[] | undefined;
|
670
664
|
id?: string | undefined;
|
@@ -721,9 +715,9 @@ declare const VMenu: {
|
|
721
715
|
}, {
|
722
716
|
location: Anchor;
|
723
717
|
origin: "auto" | Anchor | "overlap";
|
724
|
-
transition:
|
725
|
-
component?: Component
|
726
|
-
})
|
718
|
+
transition: string | boolean | (vue.TransitionProps & {
|
719
|
+
component?: Component;
|
720
|
+
}) | {
|
727
721
|
component: Component;
|
728
722
|
};
|
729
723
|
zIndex: string | number;
|
@@ -731,12 +725,12 @@ declare const VMenu: {
|
|
731
725
|
eager: boolean;
|
732
726
|
disabled: boolean;
|
733
727
|
modelValue: boolean;
|
734
|
-
locationStrategy:
|
735
|
-
updateLocation: (e?: Event
|
736
|
-
}
|
737
|
-
scrollStrategy:
|
738
|
-
closeDelay:
|
739
|
-
openDelay:
|
728
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
729
|
+
updateLocation: (e?: Event) => void;
|
730
|
+
});
|
731
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
732
|
+
closeDelay: string | number;
|
733
|
+
openDelay: string | number;
|
740
734
|
activatorProps: Record<string, any>;
|
741
735
|
openOnClick: boolean;
|
742
736
|
openOnHover: boolean;
|
@@ -746,20 +740,16 @@ declare const VMenu: {
|
|
746
740
|
contained: boolean;
|
747
741
|
noClickAnimation: boolean;
|
748
742
|
persistent: boolean;
|
749
|
-
scrim:
|
743
|
+
scrim: string | boolean;
|
750
744
|
}, true, {}, vue.SlotsType<Partial<{
|
751
745
|
default: (arg: {
|
752
746
|
isActive: vue.Ref<boolean>;
|
753
|
-
}) => vue.VNode
|
754
|
-
[key: string]: any;
|
755
|
-
}>[];
|
747
|
+
}) => vue.VNode[];
|
756
748
|
activator: (arg: {
|
757
749
|
isActive: boolean;
|
758
750
|
props: Record<string, any>;
|
759
751
|
targetRef: TemplateRef;
|
760
|
-
}) => vue.VNode
|
761
|
-
[key: string]: any;
|
762
|
-
}>[];
|
752
|
+
}) => vue.VNode[];
|
763
753
|
}>>, {
|
764
754
|
P: {};
|
765
755
|
B: {};
|
@@ -770,9 +760,9 @@ declare const VMenu: {
|
|
770
760
|
}, {
|
771
761
|
location: Anchor;
|
772
762
|
origin: "auto" | Anchor | "overlap";
|
773
|
-
transition:
|
774
|
-
component?: Component
|
775
|
-
})
|
763
|
+
transition: string | boolean | (vue.TransitionProps & {
|
764
|
+
component?: Component;
|
765
|
+
}) | {
|
776
766
|
component: Component;
|
777
767
|
};
|
778
768
|
zIndex: string | number;
|
@@ -780,12 +770,12 @@ declare const VMenu: {
|
|
780
770
|
eager: boolean;
|
781
771
|
disabled: boolean;
|
782
772
|
modelValue: boolean;
|
783
|
-
locationStrategy:
|
784
|
-
updateLocation: (e?: Event
|
785
|
-
}
|
786
|
-
scrollStrategy:
|
787
|
-
closeDelay:
|
788
|
-
openDelay:
|
773
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
774
|
+
updateLocation: (e?: Event) => void;
|
775
|
+
});
|
776
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
777
|
+
closeDelay: string | number;
|
778
|
+
openDelay: string | number;
|
789
779
|
activatorProps: Record<string, any>;
|
790
780
|
openOnHover: boolean;
|
791
781
|
closeOnContentClick: boolean;
|
@@ -793,7 +783,7 @@ declare const VMenu: {
|
|
793
783
|
contained: boolean;
|
794
784
|
noClickAnimation: boolean;
|
795
785
|
persistent: boolean;
|
796
|
-
scrim:
|
786
|
+
scrim: string | boolean;
|
797
787
|
} & {
|
798
788
|
offset?: string | number | number[] | undefined;
|
799
789
|
id?: string | undefined;
|
@@ -858,16 +848,16 @@ declare const VMenu: {
|
|
858
848
|
location: Anchor;
|
859
849
|
origin: "auto" | Anchor | "overlap";
|
860
850
|
transition: string | boolean | (vue.TransitionProps & {
|
861
|
-
component?: Component
|
851
|
+
component?: Component;
|
862
852
|
});
|
863
853
|
zIndex: string | number;
|
864
854
|
style: vue.StyleValue;
|
865
855
|
eager: boolean;
|
866
856
|
disabled: boolean;
|
867
857
|
modelValue: boolean;
|
868
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
869
|
-
updateLocation: (e?: Event
|
870
|
-
}
|
858
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
859
|
+
updateLocation: (e?: Event) => void;
|
860
|
+
});
|
871
861
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
872
862
|
activatorProps: Record<string, any>;
|
873
863
|
openOnClick: boolean;
|
@@ -885,16 +875,16 @@ declare const VMenu: {
|
|
885
875
|
location: Anchor;
|
886
876
|
origin: "auto" | Anchor | "overlap";
|
887
877
|
transition: string | boolean | (vue.TransitionProps & {
|
888
|
-
component?: Component
|
878
|
+
component?: Component;
|
889
879
|
});
|
890
880
|
zIndex: string | number;
|
891
881
|
style: vue.StyleValue;
|
892
882
|
eager: boolean;
|
893
883
|
disabled: boolean;
|
894
884
|
modelValue: boolean;
|
895
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
896
|
-
updateLocation: (e?: Event
|
897
|
-
}
|
885
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
886
|
+
updateLocation: (e?: Event) => void;
|
887
|
+
});
|
898
888
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
899
889
|
activatorProps: Record<string, any>;
|
900
890
|
openOnHover: boolean;
|
@@ -963,16 +953,16 @@ declare const VMenu: {
|
|
963
953
|
location: Anchor;
|
964
954
|
origin: "auto" | Anchor | "overlap";
|
965
955
|
transition: string | boolean | (vue.TransitionProps & {
|
966
|
-
component?: Component
|
956
|
+
component?: Component;
|
967
957
|
});
|
968
958
|
zIndex: string | number;
|
969
959
|
style: vue.StyleValue;
|
970
960
|
eager: boolean;
|
971
961
|
disabled: boolean;
|
972
962
|
modelValue: boolean;
|
973
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
974
|
-
updateLocation: (e?: Event
|
975
|
-
}
|
963
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
964
|
+
updateLocation: (e?: Event) => void;
|
965
|
+
});
|
976
966
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
977
967
|
activatorProps: Record<string, any>;
|
978
968
|
openOnHover: boolean;
|
@@ -1050,19 +1040,15 @@ declare const VMenu: {
|
|
1050
1040
|
$slots: Readonly<{
|
1051
1041
|
default?: ((arg: {
|
1052
1042
|
isActive: vue.Ref<boolean>;
|
1053
|
-
}) => vue.VNode
|
1054
|
-
[key: string]: any;
|
1055
|
-
}>[]) | undefined;
|
1043
|
+
}) => vue.VNode[]) | undefined;
|
1056
1044
|
activator?: ((arg: {
|
1057
1045
|
isActive: boolean;
|
1058
1046
|
props: Record<string, any>;
|
1059
1047
|
targetRef: TemplateRef;
|
1060
|
-
}) => vue.VNode
|
1061
|
-
[key: string]: any;
|
1062
|
-
}>[]) | undefined;
|
1048
|
+
}) => vue.VNode[]) | undefined;
|
1063
1049
|
}>;
|
1064
|
-
$root: vue.ComponentPublicInstance
|
1065
|
-
$parent: vue.ComponentPublicInstance
|
1050
|
+
$root: vue.ComponentPublicInstance | null;
|
1051
|
+
$parent: vue.ComponentPublicInstance | null;
|
1066
1052
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1067
1053
|
$el: any;
|
1068
1054
|
$options: vue.ComponentOptionsBase<{
|
@@ -1070,16 +1056,16 @@ declare const VMenu: {
|
|
1070
1056
|
location: Anchor;
|
1071
1057
|
origin: "auto" | Anchor | "overlap";
|
1072
1058
|
transition: string | boolean | (vue.TransitionProps & {
|
1073
|
-
component?: Component
|
1059
|
+
component?: Component;
|
1074
1060
|
});
|
1075
1061
|
zIndex: string | number;
|
1076
1062
|
style: vue.StyleValue;
|
1077
1063
|
eager: boolean;
|
1078
1064
|
disabled: boolean;
|
1079
1065
|
modelValue: boolean;
|
1080
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1081
|
-
updateLocation: (e?: Event
|
1082
|
-
}
|
1066
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1067
|
+
updateLocation: (e?: Event) => void;
|
1068
|
+
});
|
1083
1069
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1084
1070
|
activatorProps: Record<string, any>;
|
1085
1071
|
openOnHover: boolean;
|
@@ -1166,16 +1152,16 @@ declare const VMenu: {
|
|
1166
1152
|
location: Anchor;
|
1167
1153
|
origin: "auto" | Anchor | "overlap";
|
1168
1154
|
transition: string | boolean | (vue.TransitionProps & {
|
1169
|
-
component?: Component
|
1155
|
+
component?: Component;
|
1170
1156
|
});
|
1171
1157
|
zIndex: string | number;
|
1172
1158
|
style: vue.StyleValue;
|
1173
1159
|
eager: boolean;
|
1174
1160
|
disabled: boolean;
|
1175
1161
|
modelValue: boolean;
|
1176
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1177
|
-
updateLocation: (e?: Event
|
1178
|
-
}
|
1162
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1163
|
+
updateLocation: (e?: Event) => void;
|
1164
|
+
});
|
1179
1165
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1180
1166
|
activatorProps: Record<string, any>;
|
1181
1167
|
openOnClick: boolean;
|
@@ -1191,51 +1177,47 @@ declare const VMenu: {
|
|
1191
1177
|
}, {}, string, vue.SlotsType<Partial<{
|
1192
1178
|
default: (arg: {
|
1193
1179
|
isActive: vue.Ref<boolean>;
|
1194
|
-
}) => vue.VNode
|
1195
|
-
[key: string]: any;
|
1196
|
-
}>[];
|
1180
|
+
}) => vue.VNode[];
|
1197
1181
|
activator: (arg: {
|
1198
1182
|
isActive: boolean;
|
1199
1183
|
props: Record<string, any>;
|
1200
1184
|
targetRef: TemplateRef;
|
1201
|
-
}) => vue.VNode
|
1202
|
-
[key: string]: any;
|
1203
|
-
}>[];
|
1185
|
+
}) => vue.VNode[];
|
1204
1186
|
}>>> & {
|
1205
|
-
beforeCreate?: ((
|
1206
|
-
created?: ((
|
1207
|
-
beforeMount?: ((
|
1208
|
-
mounted?: ((
|
1209
|
-
beforeUpdate?: ((
|
1210
|
-
updated?: ((
|
1211
|
-
activated?: ((
|
1212
|
-
deactivated?: ((
|
1213
|
-
beforeDestroy?: ((
|
1214
|
-
beforeUnmount?: ((
|
1215
|
-
destroyed?: ((
|
1216
|
-
unmounted?: ((
|
1217
|
-
renderTracked?: ((
|
1218
|
-
renderTriggered?: ((
|
1219
|
-
errorCaptured?: ((
|
1187
|
+
beforeCreate?: (() => void) | (() => void)[];
|
1188
|
+
created?: (() => void) | (() => void)[];
|
1189
|
+
beforeMount?: (() => void) | (() => void)[];
|
1190
|
+
mounted?: (() => void) | (() => void)[];
|
1191
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
1192
|
+
updated?: (() => void) | (() => void)[];
|
1193
|
+
activated?: (() => void) | (() => void)[];
|
1194
|
+
deactivated?: (() => void) | (() => void)[];
|
1195
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1196
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1197
|
+
destroyed?: (() => void) | (() => void)[];
|
1198
|
+
unmounted?: (() => void) | (() => void)[];
|
1199
|
+
renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
1200
|
+
renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
1201
|
+
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
1220
1202
|
};
|
1221
1203
|
$forceUpdate: () => void;
|
1222
1204
|
$nextTick: typeof nextTick;
|
1223
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (
|
1205
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
1224
1206
|
} & Omit<{
|
1225
1207
|
absolute: boolean;
|
1226
1208
|
location: Anchor;
|
1227
1209
|
origin: "auto" | Anchor | "overlap";
|
1228
1210
|
transition: string | boolean | (vue.TransitionProps & {
|
1229
|
-
component?: Component
|
1211
|
+
component?: Component;
|
1230
1212
|
});
|
1231
1213
|
zIndex: string | number;
|
1232
1214
|
style: vue.StyleValue;
|
1233
1215
|
eager: boolean;
|
1234
1216
|
disabled: boolean;
|
1235
1217
|
modelValue: boolean;
|
1236
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1237
|
-
updateLocation: (e?: Event
|
1238
|
-
}
|
1218
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1219
|
+
updateLocation: (e?: Event) => void;
|
1220
|
+
});
|
1239
1221
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1240
1222
|
activatorProps: Record<string, any>;
|
1241
1223
|
openOnHover: boolean;
|
@@ -1312,12 +1294,12 @@ declare const VMenu: {
|
|
1312
1294
|
globalTop: Readonly<vue.Ref<boolean>>;
|
1313
1295
|
localTop: vue.ComputedRef<boolean>;
|
1314
1296
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1315
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-
|
1297
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
|
1316
1298
|
location: Anchor;
|
1317
1299
|
origin: "auto" | Anchor | "overlap";
|
1318
|
-
transition:
|
1319
|
-
component?: Component
|
1320
|
-
})
|
1300
|
+
transition: string | boolean | (vue.TransitionProps & {
|
1301
|
+
component?: Component;
|
1302
|
+
}) | {
|
1321
1303
|
component: Component;
|
1322
1304
|
};
|
1323
1305
|
zIndex: string | number;
|
@@ -1325,12 +1307,12 @@ declare const VMenu: {
|
|
1325
1307
|
eager: boolean;
|
1326
1308
|
disabled: boolean;
|
1327
1309
|
modelValue: boolean;
|
1328
|
-
locationStrategy:
|
1329
|
-
updateLocation: (e?: Event
|
1330
|
-
}
|
1331
|
-
scrollStrategy:
|
1332
|
-
closeDelay:
|
1333
|
-
openDelay:
|
1310
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1311
|
+
updateLocation: (e?: Event) => void;
|
1312
|
+
});
|
1313
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1314
|
+
closeDelay: string | number;
|
1315
|
+
openDelay: string | number;
|
1334
1316
|
activatorProps: Record<string, any>;
|
1335
1317
|
openOnClick: boolean;
|
1336
1318
|
openOnHover: boolean;
|
@@ -1340,17 +1322,17 @@ declare const VMenu: {
|
|
1340
1322
|
contained: boolean;
|
1341
1323
|
noClickAnimation: boolean;
|
1342
1324
|
persistent: boolean;
|
1343
|
-
scrim:
|
1325
|
+
scrim: string | boolean;
|
1344
1326
|
}>;
|
1345
|
-
__isFragment?:
|
1346
|
-
__isTeleport?:
|
1347
|
-
__isSuspense?:
|
1327
|
+
__isFragment?: never;
|
1328
|
+
__isTeleport?: never;
|
1329
|
+
__isSuspense?: never;
|
1348
1330
|
} & vue.ComponentOptionsBase<{
|
1349
1331
|
location: Anchor;
|
1350
1332
|
origin: "auto" | Anchor | "overlap";
|
1351
|
-
transition:
|
1352
|
-
component?: Component
|
1353
|
-
})
|
1333
|
+
transition: string | boolean | (vue.TransitionProps & {
|
1334
|
+
component?: Component;
|
1335
|
+
}) | {
|
1354
1336
|
component: Component;
|
1355
1337
|
};
|
1356
1338
|
zIndex: string | number;
|
@@ -1358,12 +1340,12 @@ declare const VMenu: {
|
|
1358
1340
|
eager: boolean;
|
1359
1341
|
disabled: boolean;
|
1360
1342
|
modelValue: boolean;
|
1361
|
-
locationStrategy:
|
1362
|
-
updateLocation: (e?: Event
|
1363
|
-
}
|
1364
|
-
scrollStrategy:
|
1365
|
-
closeDelay:
|
1366
|
-
openDelay:
|
1343
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1344
|
+
updateLocation: (e?: Event) => void;
|
1345
|
+
});
|
1346
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1347
|
+
closeDelay: string | number;
|
1348
|
+
openDelay: string | number;
|
1367
1349
|
activatorProps: Record<string, any>;
|
1368
1350
|
openOnHover: boolean;
|
1369
1351
|
closeOnContentClick: boolean;
|
@@ -1371,7 +1353,7 @@ declare const VMenu: {
|
|
1371
1353
|
contained: boolean;
|
1372
1354
|
noClickAnimation: boolean;
|
1373
1355
|
persistent: boolean;
|
1374
|
-
scrim:
|
1356
|
+
scrim: string | boolean;
|
1375
1357
|
} & {
|
1376
1358
|
offset?: string | number | number[] | undefined;
|
1377
1359
|
id?: string | undefined;
|
@@ -1436,16 +1418,16 @@ declare const VMenu: {
|
|
1436
1418
|
location: Anchor;
|
1437
1419
|
origin: "auto" | Anchor | "overlap";
|
1438
1420
|
transition: string | boolean | (vue.TransitionProps & {
|
1439
|
-
component?: Component
|
1421
|
+
component?: Component;
|
1440
1422
|
});
|
1441
1423
|
zIndex: string | number;
|
1442
1424
|
style: vue.StyleValue;
|
1443
1425
|
eager: boolean;
|
1444
1426
|
disabled: boolean;
|
1445
1427
|
modelValue: boolean;
|
1446
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1447
|
-
updateLocation: (e?: Event
|
1448
|
-
}
|
1428
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1429
|
+
updateLocation: (e?: Event) => void;
|
1430
|
+
});
|
1449
1431
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1450
1432
|
activatorProps: Record<string, any>;
|
1451
1433
|
openOnClick: boolean;
|
@@ -1463,16 +1445,16 @@ declare const VMenu: {
|
|
1463
1445
|
location: Anchor;
|
1464
1446
|
origin: "auto" | Anchor | "overlap";
|
1465
1447
|
transition: string | boolean | (vue.TransitionProps & {
|
1466
|
-
component?: Component
|
1448
|
+
component?: Component;
|
1467
1449
|
});
|
1468
1450
|
zIndex: string | number;
|
1469
1451
|
style: vue.StyleValue;
|
1470
1452
|
eager: boolean;
|
1471
1453
|
disabled: boolean;
|
1472
1454
|
modelValue: boolean;
|
1473
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1474
|
-
updateLocation: (e?: Event
|
1475
|
-
}
|
1455
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1456
|
+
updateLocation: (e?: Event) => void;
|
1457
|
+
});
|
1476
1458
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1477
1459
|
activatorProps: Record<string, any>;
|
1478
1460
|
openOnHover: boolean;
|
@@ -1541,16 +1523,16 @@ declare const VMenu: {
|
|
1541
1523
|
location: Anchor;
|
1542
1524
|
origin: "auto" | Anchor | "overlap";
|
1543
1525
|
transition: string | boolean | (vue.TransitionProps & {
|
1544
|
-
component?: Component
|
1526
|
+
component?: Component;
|
1545
1527
|
});
|
1546
1528
|
zIndex: string | number;
|
1547
1529
|
style: vue.StyleValue;
|
1548
1530
|
eager: boolean;
|
1549
1531
|
disabled: boolean;
|
1550
1532
|
modelValue: boolean;
|
1551
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1552
|
-
updateLocation: (e?: Event
|
1553
|
-
}
|
1533
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1534
|
+
updateLocation: (e?: Event) => void;
|
1535
|
+
});
|
1554
1536
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1555
1537
|
activatorProps: Record<string, any>;
|
1556
1538
|
openOnHover: boolean;
|
@@ -1628,19 +1610,15 @@ declare const VMenu: {
|
|
1628
1610
|
$slots: Readonly<{
|
1629
1611
|
default?: ((arg: {
|
1630
1612
|
isActive: vue.Ref<boolean>;
|
1631
|
-
}) => vue.VNode
|
1632
|
-
[key: string]: any;
|
1633
|
-
}>[]) | undefined;
|
1613
|
+
}) => vue.VNode[]) | undefined;
|
1634
1614
|
activator?: ((arg: {
|
1635
1615
|
isActive: boolean;
|
1636
1616
|
props: Record<string, any>;
|
1637
1617
|
targetRef: TemplateRef;
|
1638
|
-
}) => vue.VNode
|
1639
|
-
[key: string]: any;
|
1640
|
-
}>[]) | undefined;
|
1618
|
+
}) => vue.VNode[]) | undefined;
|
1641
1619
|
}>;
|
1642
|
-
$root: vue.ComponentPublicInstance
|
1643
|
-
$parent: vue.ComponentPublicInstance
|
1620
|
+
$root: vue.ComponentPublicInstance | null;
|
1621
|
+
$parent: vue.ComponentPublicInstance | null;
|
1644
1622
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1645
1623
|
$el: any;
|
1646
1624
|
$options: vue.ComponentOptionsBase<{
|
@@ -1648,16 +1626,16 @@ declare const VMenu: {
|
|
1648
1626
|
location: Anchor;
|
1649
1627
|
origin: "auto" | Anchor | "overlap";
|
1650
1628
|
transition: string | boolean | (vue.TransitionProps & {
|
1651
|
-
component?: Component
|
1629
|
+
component?: Component;
|
1652
1630
|
});
|
1653
1631
|
zIndex: string | number;
|
1654
1632
|
style: vue.StyleValue;
|
1655
1633
|
eager: boolean;
|
1656
1634
|
disabled: boolean;
|
1657
1635
|
modelValue: boolean;
|
1658
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1659
|
-
updateLocation: (e?: Event
|
1660
|
-
}
|
1636
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1637
|
+
updateLocation: (e?: Event) => void;
|
1638
|
+
});
|
1661
1639
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1662
1640
|
activatorProps: Record<string, any>;
|
1663
1641
|
openOnHover: boolean;
|
@@ -1744,16 +1722,16 @@ declare const VMenu: {
|
|
1744
1722
|
location: Anchor;
|
1745
1723
|
origin: "auto" | Anchor | "overlap";
|
1746
1724
|
transition: string | boolean | (vue.TransitionProps & {
|
1747
|
-
component?: Component
|
1725
|
+
component?: Component;
|
1748
1726
|
});
|
1749
1727
|
zIndex: string | number;
|
1750
1728
|
style: vue.StyleValue;
|
1751
1729
|
eager: boolean;
|
1752
1730
|
disabled: boolean;
|
1753
1731
|
modelValue: boolean;
|
1754
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1755
|
-
updateLocation: (e?: Event
|
1756
|
-
}
|
1732
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1733
|
+
updateLocation: (e?: Event) => void;
|
1734
|
+
});
|
1757
1735
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1758
1736
|
activatorProps: Record<string, any>;
|
1759
1737
|
openOnClick: boolean;
|
@@ -1769,51 +1747,47 @@ declare const VMenu: {
|
|
1769
1747
|
}, {}, string, vue.SlotsType<Partial<{
|
1770
1748
|
default: (arg: {
|
1771
1749
|
isActive: vue.Ref<boolean>;
|
1772
|
-
}) => vue.VNode
|
1773
|
-
[key: string]: any;
|
1774
|
-
}>[];
|
1750
|
+
}) => vue.VNode[];
|
1775
1751
|
activator: (arg: {
|
1776
1752
|
isActive: boolean;
|
1777
1753
|
props: Record<string, any>;
|
1778
1754
|
targetRef: TemplateRef;
|
1779
|
-
}) => vue.VNode
|
1780
|
-
[key: string]: any;
|
1781
|
-
}>[];
|
1755
|
+
}) => vue.VNode[];
|
1782
1756
|
}>>> & {
|
1783
|
-
beforeCreate?: ((
|
1784
|
-
created?: ((
|
1785
|
-
beforeMount?: ((
|
1786
|
-
mounted?: ((
|
1787
|
-
beforeUpdate?: ((
|
1788
|
-
updated?: ((
|
1789
|
-
activated?: ((
|
1790
|
-
deactivated?: ((
|
1791
|
-
beforeDestroy?: ((
|
1792
|
-
beforeUnmount?: ((
|
1793
|
-
destroyed?: ((
|
1794
|
-
unmounted?: ((
|
1795
|
-
renderTracked?: ((
|
1796
|
-
renderTriggered?: ((
|
1797
|
-
errorCaptured?: ((
|
1757
|
+
beforeCreate?: (() => void) | (() => void)[];
|
1758
|
+
created?: (() => void) | (() => void)[];
|
1759
|
+
beforeMount?: (() => void) | (() => void)[];
|
1760
|
+
mounted?: (() => void) | (() => void)[];
|
1761
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
1762
|
+
updated?: (() => void) | (() => void)[];
|
1763
|
+
activated?: (() => void) | (() => void)[];
|
1764
|
+
deactivated?: (() => void) | (() => void)[];
|
1765
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1766
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1767
|
+
destroyed?: (() => void) | (() => void)[];
|
1768
|
+
unmounted?: (() => void) | (() => void)[];
|
1769
|
+
renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
1770
|
+
renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
1771
|
+
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
1798
1772
|
};
|
1799
1773
|
$forceUpdate: () => void;
|
1800
1774
|
$nextTick: typeof nextTick;
|
1801
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (
|
1775
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
1802
1776
|
} & Omit<{
|
1803
1777
|
absolute: boolean;
|
1804
1778
|
location: Anchor;
|
1805
1779
|
origin: "auto" | Anchor | "overlap";
|
1806
1780
|
transition: string | boolean | (vue.TransitionProps & {
|
1807
|
-
component?: Component
|
1781
|
+
component?: Component;
|
1808
1782
|
});
|
1809
1783
|
zIndex: string | number;
|
1810
1784
|
style: vue.StyleValue;
|
1811
1785
|
eager: boolean;
|
1812
1786
|
disabled: boolean;
|
1813
1787
|
modelValue: boolean;
|
1814
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1815
|
-
updateLocation: (e?: Event
|
1816
|
-
}
|
1788
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1789
|
+
updateLocation: (e?: Event) => void;
|
1790
|
+
});
|
1817
1791
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1818
1792
|
activatorProps: Record<string, any>;
|
1819
1793
|
openOnHover: boolean;
|
@@ -1890,14 +1864,14 @@ declare const VMenu: {
|
|
1890
1864
|
globalTop: Readonly<vue.Ref<boolean>>;
|
1891
1865
|
localTop: vue.ComputedRef<boolean>;
|
1892
1866
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1893
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-
|
1894
|
-
'update:modelValue': (value: boolean) =>
|
1867
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1868
|
+
'update:modelValue': (value: boolean) => true;
|
1895
1869
|
}, string, {
|
1896
1870
|
location: Anchor;
|
1897
1871
|
origin: "auto" | Anchor | "overlap";
|
1898
|
-
transition:
|
1899
|
-
component?: Component
|
1900
|
-
})
|
1872
|
+
transition: string | boolean | (vue.TransitionProps & {
|
1873
|
+
component?: Component;
|
1874
|
+
}) | {
|
1901
1875
|
component: Component;
|
1902
1876
|
};
|
1903
1877
|
zIndex: string | number;
|
@@ -1905,12 +1879,12 @@ declare const VMenu: {
|
|
1905
1879
|
eager: boolean;
|
1906
1880
|
disabled: boolean;
|
1907
1881
|
modelValue: boolean;
|
1908
|
-
locationStrategy:
|
1909
|
-
updateLocation: (e?: Event
|
1910
|
-
}
|
1911
|
-
scrollStrategy:
|
1912
|
-
closeDelay:
|
1913
|
-
openDelay:
|
1882
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1883
|
+
updateLocation: (e?: Event) => void;
|
1884
|
+
});
|
1885
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1886
|
+
closeDelay: string | number;
|
1887
|
+
openDelay: string | number;
|
1914
1888
|
activatorProps: Record<string, any>;
|
1915
1889
|
openOnClick: boolean;
|
1916
1890
|
openOnHover: boolean;
|
@@ -1920,28 +1894,24 @@ declare const VMenu: {
|
|
1920
1894
|
contained: boolean;
|
1921
1895
|
noClickAnimation: boolean;
|
1922
1896
|
persistent: boolean;
|
1923
|
-
scrim:
|
1897
|
+
scrim: string | boolean;
|
1924
1898
|
}, {}, string, vue.SlotsType<Partial<{
|
1925
1899
|
default: (arg: {
|
1926
1900
|
isActive: vue.Ref<boolean>;
|
1927
|
-
}) => vue.VNode
|
1928
|
-
[key: string]: any;
|
1929
|
-
}>[];
|
1901
|
+
}) => vue.VNode[];
|
1930
1902
|
activator: (arg: {
|
1931
1903
|
isActive: boolean;
|
1932
1904
|
props: Record<string, any>;
|
1933
1905
|
targetRef: TemplateRef;
|
1934
|
-
}) => vue.VNode
|
1935
|
-
[key: string]: any;
|
1936
|
-
}>[];
|
1906
|
+
}) => vue.VNode[];
|
1937
1907
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1938
|
-
offset: vue.PropType<
|
1908
|
+
offset: vue.PropType<StrategyProps["offset"]>;
|
1939
1909
|
location: {
|
1940
|
-
type: vue.PropType<
|
1910
|
+
type: vue.PropType<StrategyProps["location"]>;
|
1941
1911
|
default: string;
|
1942
1912
|
};
|
1943
1913
|
origin: {
|
1944
|
-
type: vue.PropType<"
|
1914
|
+
type: vue.PropType<StrategyProps["origin"]>;
|
1945
1915
|
default: string;
|
1946
1916
|
};
|
1947
1917
|
height: (StringConstructor | NumberConstructor)[];
|
@@ -1953,18 +1923,18 @@ declare const VMenu: {
|
|
1953
1923
|
opacity: (StringConstructor | NumberConstructor)[];
|
1954
1924
|
transition: Omit<{
|
1955
1925
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
1956
|
-
component?: Component
|
1926
|
+
component?: Component;
|
1957
1927
|
})>;
|
1958
1928
|
default: string;
|
1959
1929
|
validator: (val: unknown) => boolean;
|
1960
1930
|
}, "type" | "default"> & {
|
1961
|
-
type: vue.PropType<
|
1962
|
-
component?: Component
|
1963
|
-
})
|
1931
|
+
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
1932
|
+
component?: Component;
|
1933
|
+
}) | {
|
1964
1934
|
component: Component;
|
1965
1935
|
}>;
|
1966
1936
|
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
1967
|
-
component?: Component
|
1937
|
+
component?: Component;
|
1968
1938
|
})> | {
|
1969
1939
|
component: Component;
|
1970
1940
|
};
|
@@ -1980,39 +1950,37 @@ declare const VMenu: {
|
|
1980
1950
|
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
1981
1951
|
eager: BooleanConstructor;
|
1982
1952
|
disabled: BooleanConstructor;
|
1983
|
-
class: vue.PropType<
|
1953
|
+
class: vue.PropType<ClassValue>;
|
1984
1954
|
theme: StringConstructor;
|
1985
1955
|
modelValue: BooleanConstructor;
|
1986
1956
|
contentClass: null;
|
1987
1957
|
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
1988
1958
|
locationStrategy: Omit<{
|
1989
|
-
type: vue.PropType<"
|
1990
|
-
updateLocation: (e?: Event | undefined) => void;
|
1991
|
-
} | undefined)>;
|
1959
|
+
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
1992
1960
|
default: string;
|
1993
1961
|
validator: (val: any) => boolean;
|
1994
1962
|
}, "type" | "default"> & {
|
1995
|
-
type: vue.PropType<
|
1996
|
-
updateLocation: (e?: Event
|
1997
|
-
}
|
1998
|
-
default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1999
|
-
updateLocation: (e?: Event
|
2000
|
-
}
|
1963
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1964
|
+
updateLocation: (e?: Event) => void;
|
1965
|
+
})>;
|
1966
|
+
default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1967
|
+
updateLocation: (e?: Event) => void;
|
1968
|
+
})>;
|
2001
1969
|
};
|
2002
1970
|
scrollStrategy: Omit<{
|
2003
|
-
type: vue.PropType<
|
1971
|
+
type: vue.PropType<StrategyProps$1["scrollStrategy"]>;
|
2004
1972
|
default: string;
|
2005
1973
|
validator: (val: any) => boolean;
|
2006
1974
|
}, "type" | "default"> & {
|
2007
|
-
type: vue.PropType<
|
1975
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2008
1976
|
default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2009
1977
|
};
|
2010
1978
|
closeDelay: {
|
2011
|
-
type: vue.PropType<
|
1979
|
+
type: vue.PropType<string | number>;
|
2012
1980
|
default: NonNullable<string | number>;
|
2013
1981
|
};
|
2014
1982
|
openDelay: {
|
2015
|
-
type: vue.PropType<
|
1983
|
+
type: vue.PropType<string | number>;
|
2016
1984
|
default: NonNullable<string | number>;
|
2017
1985
|
};
|
2018
1986
|
activatorProps: {
|
@@ -2044,19 +2012,19 @@ declare const VMenu: {
|
|
2044
2012
|
type: (StringConstructor | BooleanConstructor)[];
|
2045
2013
|
default: boolean;
|
2046
2014
|
}, "type" | "default"> & {
|
2047
|
-
type: vue.PropType<
|
2015
|
+
type: vue.PropType<string | boolean>;
|
2048
2016
|
default: NonNullable<string | boolean>;
|
2049
2017
|
};
|
2050
|
-
attach: vue.PropType<
|
2018
|
+
attach: vue.PropType<boolean | string | Element>;
|
2051
2019
|
id: StringConstructor;
|
2052
2020
|
}, vue.ExtractPropTypes<{
|
2053
|
-
offset: vue.PropType<
|
2021
|
+
offset: vue.PropType<StrategyProps["offset"]>;
|
2054
2022
|
location: {
|
2055
|
-
type: vue.PropType<
|
2023
|
+
type: vue.PropType<StrategyProps["location"]>;
|
2056
2024
|
default: string;
|
2057
2025
|
};
|
2058
2026
|
origin: {
|
2059
|
-
type: vue.PropType<"
|
2027
|
+
type: vue.PropType<StrategyProps["origin"]>;
|
2060
2028
|
default: string;
|
2061
2029
|
};
|
2062
2030
|
height: (StringConstructor | NumberConstructor)[];
|
@@ -2068,18 +2036,18 @@ declare const VMenu: {
|
|
2068
2036
|
opacity: (StringConstructor | NumberConstructor)[];
|
2069
2037
|
transition: Omit<{
|
2070
2038
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
2071
|
-
component?: Component
|
2039
|
+
component?: Component;
|
2072
2040
|
})>;
|
2073
2041
|
default: string;
|
2074
2042
|
validator: (val: unknown) => boolean;
|
2075
2043
|
}, "type" | "default"> & {
|
2076
|
-
type: vue.PropType<
|
2077
|
-
component?: Component
|
2078
|
-
})
|
2044
|
+
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
2045
|
+
component?: Component;
|
2046
|
+
}) | {
|
2079
2047
|
component: Component;
|
2080
2048
|
}>;
|
2081
2049
|
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
2082
|
-
component?: Component
|
2050
|
+
component?: Component;
|
2083
2051
|
})> | {
|
2084
2052
|
component: Component;
|
2085
2053
|
};
|
@@ -2095,39 +2063,37 @@ declare const VMenu: {
|
|
2095
2063
|
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
2096
2064
|
eager: BooleanConstructor;
|
2097
2065
|
disabled: BooleanConstructor;
|
2098
|
-
class: vue.PropType<
|
2066
|
+
class: vue.PropType<ClassValue>;
|
2099
2067
|
theme: StringConstructor;
|
2100
2068
|
modelValue: BooleanConstructor;
|
2101
2069
|
contentClass: null;
|
2102
2070
|
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2103
2071
|
locationStrategy: Omit<{
|
2104
|
-
type: vue.PropType<"
|
2105
|
-
updateLocation: (e?: Event | undefined) => void;
|
2106
|
-
} | undefined)>;
|
2072
|
+
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
2107
2073
|
default: string;
|
2108
2074
|
validator: (val: any) => boolean;
|
2109
2075
|
}, "type" | "default"> & {
|
2110
|
-
type: vue.PropType<
|
2111
|
-
updateLocation: (e?: Event
|
2112
|
-
}
|
2113
|
-
default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2114
|
-
updateLocation: (e?: Event
|
2115
|
-
}
|
2076
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
2077
|
+
updateLocation: (e?: Event) => void;
|
2078
|
+
})>;
|
2079
|
+
default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
2080
|
+
updateLocation: (e?: Event) => void;
|
2081
|
+
})>;
|
2116
2082
|
};
|
2117
2083
|
scrollStrategy: Omit<{
|
2118
|
-
type: vue.PropType<
|
2084
|
+
type: vue.PropType<StrategyProps$1["scrollStrategy"]>;
|
2119
2085
|
default: string;
|
2120
2086
|
validator: (val: any) => boolean;
|
2121
2087
|
}, "type" | "default"> & {
|
2122
|
-
type: vue.PropType<
|
2088
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2123
2089
|
default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2124
2090
|
};
|
2125
2091
|
closeDelay: {
|
2126
|
-
type: vue.PropType<
|
2092
|
+
type: vue.PropType<string | number>;
|
2127
2093
|
default: NonNullable<string | number>;
|
2128
2094
|
};
|
2129
2095
|
openDelay: {
|
2130
|
-
type: vue.PropType<
|
2096
|
+
type: vue.PropType<string | number>;
|
2131
2097
|
default: NonNullable<string | number>;
|
2132
2098
|
};
|
2133
2099
|
activatorProps: {
|
@@ -2159,10 +2125,10 @@ declare const VMenu: {
|
|
2159
2125
|
type: (StringConstructor | BooleanConstructor)[];
|
2160
2126
|
default: boolean;
|
2161
2127
|
}, "type" | "default"> & {
|
2162
|
-
type: vue.PropType<
|
2128
|
+
type: vue.PropType<string | boolean>;
|
2163
2129
|
default: NonNullable<string | boolean>;
|
2164
2130
|
};
|
2165
|
-
attach: vue.PropType<
|
2131
|
+
attach: vue.PropType<boolean | string | Element>;
|
2166
2132
|
id: StringConstructor;
|
2167
2133
|
}>>;
|
2168
2134
|
type VMenu = InstanceType<typeof VMenu>;
|