@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 } 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>;
|
@@ -92,22 +94,22 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
92
94
|
|
93
95
|
declare const VTooltip: {
|
94
96
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
95
|
-
offset:
|
96
|
-
location:
|
97
|
-
origin:
|
98
|
-
minWidth:
|
99
|
-
transition:
|
100
|
-
component?: vue.Component
|
101
|
-
})
|
97
|
+
offset: string | number | number[] | undefined;
|
98
|
+
location: Anchor;
|
99
|
+
origin: "auto" | Anchor | "overlap";
|
100
|
+
minWidth: string | number;
|
101
|
+
transition: string | boolean | (vue.TransitionProps & {
|
102
|
+
component?: vue.Component;
|
103
|
+
});
|
102
104
|
zIndex: string | number;
|
103
105
|
style: vue.StyleValue;
|
104
106
|
eager: boolean;
|
105
107
|
disabled: boolean;
|
106
108
|
modelValue: boolean;
|
107
|
-
locationStrategy:
|
108
|
-
updateLocation: (e?: Event
|
109
|
-
}
|
110
|
-
scrollStrategy:
|
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";
|
111
113
|
activatorProps: Record<string, any>;
|
112
114
|
openOnClick: boolean;
|
113
115
|
openOnHover: boolean;
|
@@ -115,7 +117,7 @@ declare const VTooltip: {
|
|
115
117
|
closeOnBack: boolean;
|
116
118
|
contained: boolean;
|
117
119
|
noClickAnimation: boolean;
|
118
|
-
scrim:
|
120
|
+
scrim: string | boolean;
|
119
121
|
} & {
|
120
122
|
id?: string | undefined;
|
121
123
|
height?: string | number | undefined;
|
@@ -177,16 +179,16 @@ declare const VTooltip: {
|
|
177
179
|
location: Anchor;
|
178
180
|
origin: "auto" | Anchor | "overlap";
|
179
181
|
transition: string | boolean | (vue.TransitionProps & {
|
180
|
-
component?: vue.Component
|
182
|
+
component?: vue.Component;
|
181
183
|
});
|
182
184
|
zIndex: string | number;
|
183
185
|
style: vue.StyleValue;
|
184
186
|
eager: boolean;
|
185
187
|
disabled: boolean;
|
186
188
|
modelValue: boolean;
|
187
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
188
|
-
updateLocation: (e?: Event
|
189
|
-
}
|
189
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
190
|
+
updateLocation: (e?: Event) => void;
|
191
|
+
});
|
190
192
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
191
193
|
activatorProps: Record<string, any>;
|
192
194
|
openOnClick: boolean;
|
@@ -204,16 +206,16 @@ declare const VTooltip: {
|
|
204
206
|
location: Anchor;
|
205
207
|
origin: "auto" | Anchor | "overlap";
|
206
208
|
transition: string | boolean | (vue.TransitionProps & {
|
207
|
-
component?: vue.Component
|
209
|
+
component?: vue.Component;
|
208
210
|
});
|
209
211
|
zIndex: string | number;
|
210
212
|
style: vue.StyleValue;
|
211
213
|
eager: boolean;
|
212
214
|
disabled: boolean;
|
213
215
|
modelValue: boolean;
|
214
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
215
|
-
updateLocation: (e?: Event
|
216
|
-
}
|
216
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
217
|
+
updateLocation: (e?: Event) => void;
|
218
|
+
});
|
217
219
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
218
220
|
activatorProps: Record<string, any>;
|
219
221
|
openOnHover: boolean;
|
@@ -282,16 +284,16 @@ declare const VTooltip: {
|
|
282
284
|
location: Anchor;
|
283
285
|
origin: "auto" | Anchor | "overlap";
|
284
286
|
transition: string | boolean | (vue.TransitionProps & {
|
285
|
-
component?: vue.Component
|
287
|
+
component?: vue.Component;
|
286
288
|
});
|
287
289
|
zIndex: string | number;
|
288
290
|
style: vue.StyleValue;
|
289
291
|
eager: boolean;
|
290
292
|
disabled: boolean;
|
291
293
|
modelValue: boolean;
|
292
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
293
|
-
updateLocation: (e?: Event
|
294
|
-
}
|
294
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
295
|
+
updateLocation: (e?: Event) => void;
|
296
|
+
});
|
295
297
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
296
298
|
activatorProps: Record<string, any>;
|
297
299
|
openOnHover: boolean;
|
@@ -369,19 +371,15 @@ declare const VTooltip: {
|
|
369
371
|
$slots: Readonly<{
|
370
372
|
default?: ((arg: {
|
371
373
|
isActive: vue.Ref<boolean>;
|
372
|
-
}) => vue.VNode
|
373
|
-
[key: string]: any;
|
374
|
-
}>[]) | undefined;
|
374
|
+
}) => vue.VNode[]) | undefined;
|
375
375
|
activator?: ((arg: {
|
376
376
|
isActive: boolean;
|
377
377
|
props: Record<string, any>;
|
378
378
|
targetRef: TemplateRef;
|
379
|
-
}) => vue.VNode
|
380
|
-
[key: string]: any;
|
381
|
-
}>[]) | undefined;
|
379
|
+
}) => vue.VNode[]) | undefined;
|
382
380
|
}>;
|
383
|
-
$root: vue.ComponentPublicInstance
|
384
|
-
$parent: vue.ComponentPublicInstance
|
381
|
+
$root: vue.ComponentPublicInstance | null;
|
382
|
+
$parent: vue.ComponentPublicInstance | null;
|
385
383
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
386
384
|
$el: any;
|
387
385
|
$options: vue.ComponentOptionsBase<{
|
@@ -389,16 +387,16 @@ declare const VTooltip: {
|
|
389
387
|
location: Anchor;
|
390
388
|
origin: "auto" | Anchor | "overlap";
|
391
389
|
transition: string | boolean | (vue.TransitionProps & {
|
392
|
-
component?: vue.Component
|
390
|
+
component?: vue.Component;
|
393
391
|
});
|
394
392
|
zIndex: string | number;
|
395
393
|
style: vue.StyleValue;
|
396
394
|
eager: boolean;
|
397
395
|
disabled: boolean;
|
398
396
|
modelValue: boolean;
|
399
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
400
|
-
updateLocation: (e?: Event
|
401
|
-
}
|
397
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
398
|
+
updateLocation: (e?: Event) => void;
|
399
|
+
});
|
402
400
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
403
401
|
activatorProps: Record<string, any>;
|
404
402
|
openOnHover: boolean;
|
@@ -485,16 +483,16 @@ declare const VTooltip: {
|
|
485
483
|
location: Anchor;
|
486
484
|
origin: "auto" | Anchor | "overlap";
|
487
485
|
transition: string | boolean | (vue.TransitionProps & {
|
488
|
-
component?: vue.Component
|
486
|
+
component?: vue.Component;
|
489
487
|
});
|
490
488
|
zIndex: string | number;
|
491
489
|
style: vue.StyleValue;
|
492
490
|
eager: boolean;
|
493
491
|
disabled: boolean;
|
494
492
|
modelValue: boolean;
|
495
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
496
|
-
updateLocation: (e?: Event
|
497
|
-
}
|
493
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
494
|
+
updateLocation: (e?: Event) => void;
|
495
|
+
});
|
498
496
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
499
497
|
activatorProps: Record<string, any>;
|
500
498
|
openOnClick: boolean;
|
@@ -510,51 +508,47 @@ declare const VTooltip: {
|
|
510
508
|
}, {}, string, vue.SlotsType<Partial<{
|
511
509
|
default: (arg: {
|
512
510
|
isActive: vue.Ref<boolean>;
|
513
|
-
}) => vue.VNode
|
514
|
-
[key: string]: any;
|
515
|
-
}>[];
|
511
|
+
}) => vue.VNode[];
|
516
512
|
activator: (arg: {
|
517
513
|
isActive: boolean;
|
518
514
|
props: Record<string, any>;
|
519
515
|
targetRef: TemplateRef;
|
520
|
-
}) => vue.VNode
|
521
|
-
[key: string]: any;
|
522
|
-
}>[];
|
516
|
+
}) => vue.VNode[];
|
523
517
|
}>>> & {
|
524
|
-
beforeCreate?: ((
|
525
|
-
created?: ((
|
526
|
-
beforeMount?: ((
|
527
|
-
mounted?: ((
|
528
|
-
beforeUpdate?: ((
|
529
|
-
updated?: ((
|
530
|
-
activated?: ((
|
531
|
-
deactivated?: ((
|
532
|
-
beforeDestroy?: ((
|
533
|
-
beforeUnmount?: ((
|
534
|
-
destroyed?: ((
|
535
|
-
unmounted?: ((
|
536
|
-
renderTracked?: ((
|
537
|
-
renderTriggered?: ((
|
538
|
-
errorCaptured?: ((
|
518
|
+
beforeCreate?: (() => void) | (() => void)[];
|
519
|
+
created?: (() => void) | (() => void)[];
|
520
|
+
beforeMount?: (() => void) | (() => void)[];
|
521
|
+
mounted?: (() => void) | (() => void)[];
|
522
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
523
|
+
updated?: (() => void) | (() => void)[];
|
524
|
+
activated?: (() => void) | (() => void)[];
|
525
|
+
deactivated?: (() => void) | (() => void)[];
|
526
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
527
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
528
|
+
destroyed?: (() => void) | (() => void)[];
|
529
|
+
unmounted?: (() => void) | (() => void)[];
|
530
|
+
renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
531
|
+
renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
532
|
+
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
539
533
|
};
|
540
534
|
$forceUpdate: () => void;
|
541
535
|
$nextTick: typeof vue.nextTick;
|
542
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (
|
536
|
+
$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;
|
543
537
|
} & Omit<{
|
544
538
|
absolute: boolean;
|
545
539
|
location: Anchor;
|
546
540
|
origin: "auto" | Anchor | "overlap";
|
547
541
|
transition: string | boolean | (vue.TransitionProps & {
|
548
|
-
component?: vue.Component
|
542
|
+
component?: vue.Component;
|
549
543
|
});
|
550
544
|
zIndex: string | number;
|
551
545
|
style: vue.StyleValue;
|
552
546
|
eager: boolean;
|
553
547
|
disabled: boolean;
|
554
548
|
modelValue: boolean;
|
555
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
556
|
-
updateLocation: (e?: Event
|
557
|
-
}
|
549
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
550
|
+
updateLocation: (e?: Event) => void;
|
551
|
+
});
|
558
552
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
559
553
|
activatorProps: Record<string, any>;
|
560
554
|
openOnHover: boolean;
|
@@ -631,25 +625,25 @@ declare const VTooltip: {
|
|
631
625
|
globalTop: Readonly<vue.Ref<boolean>>;
|
632
626
|
localTop: vue.ComputedRef<boolean>;
|
633
627
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
634
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-
|
635
|
-
'update:modelValue': (value: boolean) =>
|
628
|
+
}> & {} & 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, {
|
629
|
+
'update:modelValue': (value: boolean) => true;
|
636
630
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
637
|
-
offset:
|
638
|
-
location:
|
639
|
-
origin:
|
640
|
-
minWidth:
|
641
|
-
transition:
|
642
|
-
component?: vue.Component
|
643
|
-
})
|
631
|
+
offset: string | number | number[] | undefined;
|
632
|
+
location: Anchor;
|
633
|
+
origin: "auto" | Anchor | "overlap";
|
634
|
+
minWidth: string | number;
|
635
|
+
transition: string | boolean | (vue.TransitionProps & {
|
636
|
+
component?: vue.Component;
|
637
|
+
});
|
644
638
|
zIndex: string | number;
|
645
639
|
style: vue.StyleValue;
|
646
640
|
eager: boolean;
|
647
641
|
disabled: boolean;
|
648
642
|
modelValue: boolean;
|
649
|
-
locationStrategy:
|
650
|
-
updateLocation: (e?: Event
|
651
|
-
}
|
652
|
-
scrollStrategy:
|
643
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
644
|
+
updateLocation: (e?: Event) => void;
|
645
|
+
});
|
646
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
653
647
|
activatorProps: Record<string, any>;
|
654
648
|
openOnClick: boolean;
|
655
649
|
openOnHover: boolean;
|
@@ -657,7 +651,7 @@ declare const VTooltip: {
|
|
657
651
|
closeOnBack: boolean;
|
658
652
|
contained: boolean;
|
659
653
|
noClickAnimation: boolean;
|
660
|
-
scrim:
|
654
|
+
scrim: string | boolean;
|
661
655
|
} & {
|
662
656
|
id?: string | undefined;
|
663
657
|
height?: string | number | undefined;
|
@@ -712,22 +706,22 @@ declare const VTooltip: {
|
|
712
706
|
} & {
|
713
707
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
714
708
|
}, {
|
715
|
-
offset:
|
716
|
-
location:
|
717
|
-
origin:
|
718
|
-
minWidth:
|
719
|
-
transition:
|
720
|
-
component?: vue.Component
|
721
|
-
})
|
709
|
+
offset: string | number | number[] | undefined;
|
710
|
+
location: Anchor;
|
711
|
+
origin: "auto" | Anchor | "overlap";
|
712
|
+
minWidth: string | number;
|
713
|
+
transition: string | boolean | (vue.TransitionProps & {
|
714
|
+
component?: vue.Component;
|
715
|
+
});
|
722
716
|
zIndex: string | number;
|
723
717
|
style: vue.StyleValue;
|
724
718
|
eager: boolean;
|
725
719
|
disabled: boolean;
|
726
720
|
modelValue: boolean;
|
727
|
-
locationStrategy:
|
728
|
-
updateLocation: (e?: Event
|
729
|
-
}
|
730
|
-
scrollStrategy:
|
721
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
722
|
+
updateLocation: (e?: Event) => void;
|
723
|
+
});
|
724
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
731
725
|
activatorProps: Record<string, any>;
|
732
726
|
openOnClick: boolean;
|
733
727
|
openOnHover: boolean;
|
@@ -736,20 +730,16 @@ declare const VTooltip: {
|
|
736
730
|
closeOnBack: boolean;
|
737
731
|
contained: boolean;
|
738
732
|
noClickAnimation: boolean;
|
739
|
-
scrim:
|
733
|
+
scrim: string | boolean;
|
740
734
|
}, true, {}, vue.SlotsType<Partial<{
|
741
735
|
default: (arg: {
|
742
736
|
isActive: vue.Ref<boolean>;
|
743
|
-
}) => vue.VNode
|
744
|
-
[key: string]: any;
|
745
|
-
}>[];
|
737
|
+
}) => vue.VNode[];
|
746
738
|
activator: (arg: {
|
747
739
|
isActive: boolean;
|
748
740
|
props: Record<string, any>;
|
749
741
|
targetRef: TemplateRef;
|
750
|
-
}) => vue.VNode
|
751
|
-
[key: string]: any;
|
752
|
-
}>[];
|
742
|
+
}) => vue.VNode[];
|
753
743
|
}>>, {
|
754
744
|
P: {};
|
755
745
|
B: {};
|
@@ -758,22 +748,22 @@ declare const VTooltip: {
|
|
758
748
|
M: {};
|
759
749
|
Defaults: {};
|
760
750
|
}, {
|
761
|
-
offset:
|
762
|
-
location:
|
763
|
-
origin:
|
764
|
-
minWidth:
|
765
|
-
transition:
|
766
|
-
component?: vue.Component
|
767
|
-
})
|
751
|
+
offset: string | number | number[] | undefined;
|
752
|
+
location: Anchor;
|
753
|
+
origin: "auto" | Anchor | "overlap";
|
754
|
+
minWidth: string | number;
|
755
|
+
transition: string | boolean | (vue.TransitionProps & {
|
756
|
+
component?: vue.Component;
|
757
|
+
});
|
768
758
|
zIndex: string | number;
|
769
759
|
style: vue.StyleValue;
|
770
760
|
eager: boolean;
|
771
761
|
disabled: boolean;
|
772
762
|
modelValue: boolean;
|
773
|
-
locationStrategy:
|
774
|
-
updateLocation: (e?: Event
|
775
|
-
}
|
776
|
-
scrollStrategy:
|
763
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
764
|
+
updateLocation: (e?: Event) => void;
|
765
|
+
});
|
766
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
777
767
|
activatorProps: Record<string, any>;
|
778
768
|
openOnClick: boolean;
|
779
769
|
openOnHover: boolean;
|
@@ -781,7 +771,7 @@ declare const VTooltip: {
|
|
781
771
|
closeOnBack: boolean;
|
782
772
|
contained: boolean;
|
783
773
|
noClickAnimation: boolean;
|
784
|
-
scrim:
|
774
|
+
scrim: string | boolean;
|
785
775
|
} & {
|
786
776
|
id?: string | undefined;
|
787
777
|
height?: string | number | undefined;
|
@@ -843,16 +833,16 @@ declare const VTooltip: {
|
|
843
833
|
location: Anchor;
|
844
834
|
origin: "auto" | Anchor | "overlap";
|
845
835
|
transition: string | boolean | (vue.TransitionProps & {
|
846
|
-
component?: vue.Component
|
836
|
+
component?: vue.Component;
|
847
837
|
});
|
848
838
|
zIndex: string | number;
|
849
839
|
style: vue.StyleValue;
|
850
840
|
eager: boolean;
|
851
841
|
disabled: boolean;
|
852
842
|
modelValue: boolean;
|
853
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
854
|
-
updateLocation: (e?: Event
|
855
|
-
}
|
843
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
844
|
+
updateLocation: (e?: Event) => void;
|
845
|
+
});
|
856
846
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
857
847
|
activatorProps: Record<string, any>;
|
858
848
|
openOnClick: boolean;
|
@@ -870,16 +860,16 @@ declare const VTooltip: {
|
|
870
860
|
location: Anchor;
|
871
861
|
origin: "auto" | Anchor | "overlap";
|
872
862
|
transition: string | boolean | (vue.TransitionProps & {
|
873
|
-
component?: vue.Component
|
863
|
+
component?: vue.Component;
|
874
864
|
});
|
875
865
|
zIndex: string | number;
|
876
866
|
style: vue.StyleValue;
|
877
867
|
eager: boolean;
|
878
868
|
disabled: boolean;
|
879
869
|
modelValue: boolean;
|
880
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
881
|
-
updateLocation: (e?: Event
|
882
|
-
}
|
870
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
871
|
+
updateLocation: (e?: Event) => void;
|
872
|
+
});
|
883
873
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
884
874
|
activatorProps: Record<string, any>;
|
885
875
|
openOnHover: boolean;
|
@@ -948,16 +938,16 @@ declare const VTooltip: {
|
|
948
938
|
location: Anchor;
|
949
939
|
origin: "auto" | Anchor | "overlap";
|
950
940
|
transition: string | boolean | (vue.TransitionProps & {
|
951
|
-
component?: vue.Component
|
941
|
+
component?: vue.Component;
|
952
942
|
});
|
953
943
|
zIndex: string | number;
|
954
944
|
style: vue.StyleValue;
|
955
945
|
eager: boolean;
|
956
946
|
disabled: boolean;
|
957
947
|
modelValue: boolean;
|
958
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
959
|
-
updateLocation: (e?: Event
|
960
|
-
}
|
948
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
949
|
+
updateLocation: (e?: Event) => void;
|
950
|
+
});
|
961
951
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
962
952
|
activatorProps: Record<string, any>;
|
963
953
|
openOnHover: boolean;
|
@@ -1035,19 +1025,15 @@ declare const VTooltip: {
|
|
1035
1025
|
$slots: Readonly<{
|
1036
1026
|
default?: ((arg: {
|
1037
1027
|
isActive: vue.Ref<boolean>;
|
1038
|
-
}) => vue.VNode
|
1039
|
-
[key: string]: any;
|
1040
|
-
}>[]) | undefined;
|
1028
|
+
}) => vue.VNode[]) | undefined;
|
1041
1029
|
activator?: ((arg: {
|
1042
1030
|
isActive: boolean;
|
1043
1031
|
props: Record<string, any>;
|
1044
1032
|
targetRef: TemplateRef;
|
1045
|
-
}) => vue.VNode
|
1046
|
-
[key: string]: any;
|
1047
|
-
}>[]) | undefined;
|
1033
|
+
}) => vue.VNode[]) | undefined;
|
1048
1034
|
}>;
|
1049
|
-
$root: vue.ComponentPublicInstance
|
1050
|
-
$parent: vue.ComponentPublicInstance
|
1035
|
+
$root: vue.ComponentPublicInstance | null;
|
1036
|
+
$parent: vue.ComponentPublicInstance | null;
|
1051
1037
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1052
1038
|
$el: any;
|
1053
1039
|
$options: vue.ComponentOptionsBase<{
|
@@ -1055,16 +1041,16 @@ declare const VTooltip: {
|
|
1055
1041
|
location: Anchor;
|
1056
1042
|
origin: "auto" | Anchor | "overlap";
|
1057
1043
|
transition: string | boolean | (vue.TransitionProps & {
|
1058
|
-
component?: vue.Component
|
1044
|
+
component?: vue.Component;
|
1059
1045
|
});
|
1060
1046
|
zIndex: string | number;
|
1061
1047
|
style: vue.StyleValue;
|
1062
1048
|
eager: boolean;
|
1063
1049
|
disabled: boolean;
|
1064
1050
|
modelValue: boolean;
|
1065
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1066
|
-
updateLocation: (e?: Event
|
1067
|
-
}
|
1051
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1052
|
+
updateLocation: (e?: Event) => void;
|
1053
|
+
});
|
1068
1054
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1069
1055
|
activatorProps: Record<string, any>;
|
1070
1056
|
openOnHover: boolean;
|
@@ -1151,16 +1137,16 @@ declare const VTooltip: {
|
|
1151
1137
|
location: Anchor;
|
1152
1138
|
origin: "auto" | Anchor | "overlap";
|
1153
1139
|
transition: string | boolean | (vue.TransitionProps & {
|
1154
|
-
component?: vue.Component
|
1140
|
+
component?: vue.Component;
|
1155
1141
|
});
|
1156
1142
|
zIndex: string | number;
|
1157
1143
|
style: vue.StyleValue;
|
1158
1144
|
eager: boolean;
|
1159
1145
|
disabled: boolean;
|
1160
1146
|
modelValue: boolean;
|
1161
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1162
|
-
updateLocation: (e?: Event
|
1163
|
-
}
|
1147
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1148
|
+
updateLocation: (e?: Event) => void;
|
1149
|
+
});
|
1164
1150
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1165
1151
|
activatorProps: Record<string, any>;
|
1166
1152
|
openOnClick: boolean;
|
@@ -1176,51 +1162,47 @@ declare const VTooltip: {
|
|
1176
1162
|
}, {}, string, vue.SlotsType<Partial<{
|
1177
1163
|
default: (arg: {
|
1178
1164
|
isActive: vue.Ref<boolean>;
|
1179
|
-
}) => vue.VNode
|
1180
|
-
[key: string]: any;
|
1181
|
-
}>[];
|
1165
|
+
}) => vue.VNode[];
|
1182
1166
|
activator: (arg: {
|
1183
1167
|
isActive: boolean;
|
1184
1168
|
props: Record<string, any>;
|
1185
1169
|
targetRef: TemplateRef;
|
1186
|
-
}) => vue.VNode
|
1187
|
-
[key: string]: any;
|
1188
|
-
}>[];
|
1170
|
+
}) => vue.VNode[];
|
1189
1171
|
}>>> & {
|
1190
|
-
beforeCreate?: ((
|
1191
|
-
created?: ((
|
1192
|
-
beforeMount?: ((
|
1193
|
-
mounted?: ((
|
1194
|
-
beforeUpdate?: ((
|
1195
|
-
updated?: ((
|
1196
|
-
activated?: ((
|
1197
|
-
deactivated?: ((
|
1198
|
-
beforeDestroy?: ((
|
1199
|
-
beforeUnmount?: ((
|
1200
|
-
destroyed?: ((
|
1201
|
-
unmounted?: ((
|
1202
|
-
renderTracked?: ((
|
1203
|
-
renderTriggered?: ((
|
1204
|
-
errorCaptured?: ((
|
1172
|
+
beforeCreate?: (() => void) | (() => void)[];
|
1173
|
+
created?: (() => void) | (() => void)[];
|
1174
|
+
beforeMount?: (() => void) | (() => void)[];
|
1175
|
+
mounted?: (() => void) | (() => void)[];
|
1176
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
1177
|
+
updated?: (() => void) | (() => void)[];
|
1178
|
+
activated?: (() => void) | (() => void)[];
|
1179
|
+
deactivated?: (() => void) | (() => void)[];
|
1180
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1181
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1182
|
+
destroyed?: (() => void) | (() => void)[];
|
1183
|
+
unmounted?: (() => void) | (() => void)[];
|
1184
|
+
renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
1185
|
+
renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
1186
|
+
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
1205
1187
|
};
|
1206
1188
|
$forceUpdate: () => void;
|
1207
1189
|
$nextTick: typeof vue.nextTick;
|
1208
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (
|
1190
|
+
$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;
|
1209
1191
|
} & Omit<{
|
1210
1192
|
absolute: boolean;
|
1211
1193
|
location: Anchor;
|
1212
1194
|
origin: "auto" | Anchor | "overlap";
|
1213
1195
|
transition: string | boolean | (vue.TransitionProps & {
|
1214
|
-
component?: vue.Component
|
1196
|
+
component?: vue.Component;
|
1215
1197
|
});
|
1216
1198
|
zIndex: string | number;
|
1217
1199
|
style: vue.StyleValue;
|
1218
1200
|
eager: boolean;
|
1219
1201
|
disabled: boolean;
|
1220
1202
|
modelValue: boolean;
|
1221
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1222
|
-
updateLocation: (e?: Event
|
1223
|
-
}
|
1203
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1204
|
+
updateLocation: (e?: Event) => void;
|
1205
|
+
});
|
1224
1206
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1225
1207
|
activatorProps: Record<string, any>;
|
1226
1208
|
openOnHover: boolean;
|
@@ -1297,23 +1279,23 @@ declare const VTooltip: {
|
|
1297
1279
|
globalTop: Readonly<vue.Ref<boolean>>;
|
1298
1280
|
localTop: vue.ComputedRef<boolean>;
|
1299
1281
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1300
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-
|
1301
|
-
offset:
|
1302
|
-
location:
|
1303
|
-
origin:
|
1304
|
-
minWidth:
|
1305
|
-
transition:
|
1306
|
-
component?: vue.Component
|
1307
|
-
})
|
1282
|
+
}> & {} & 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}`>, {}, {}, {}, {
|
1283
|
+
offset: string | number | number[] | undefined;
|
1284
|
+
location: Anchor;
|
1285
|
+
origin: "auto" | Anchor | "overlap";
|
1286
|
+
minWidth: string | number;
|
1287
|
+
transition: string | boolean | (vue.TransitionProps & {
|
1288
|
+
component?: vue.Component;
|
1289
|
+
});
|
1308
1290
|
zIndex: string | number;
|
1309
1291
|
style: vue.StyleValue;
|
1310
1292
|
eager: boolean;
|
1311
1293
|
disabled: boolean;
|
1312
1294
|
modelValue: boolean;
|
1313
|
-
locationStrategy:
|
1314
|
-
updateLocation: (e?: Event
|
1315
|
-
}
|
1316
|
-
scrollStrategy:
|
1295
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1296
|
+
updateLocation: (e?: Event) => void;
|
1297
|
+
});
|
1298
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1317
1299
|
activatorProps: Record<string, any>;
|
1318
1300
|
openOnClick: boolean;
|
1319
1301
|
openOnHover: boolean;
|
@@ -1322,28 +1304,28 @@ declare const VTooltip: {
|
|
1322
1304
|
closeOnBack: boolean;
|
1323
1305
|
contained: boolean;
|
1324
1306
|
noClickAnimation: boolean;
|
1325
|
-
scrim:
|
1307
|
+
scrim: string | boolean;
|
1326
1308
|
}>;
|
1327
|
-
__isFragment?:
|
1328
|
-
__isTeleport?:
|
1329
|
-
__isSuspense?:
|
1309
|
+
__isFragment?: never;
|
1310
|
+
__isTeleport?: never;
|
1311
|
+
__isSuspense?: never;
|
1330
1312
|
} & vue.ComponentOptionsBase<{
|
1331
|
-
offset:
|
1332
|
-
location:
|
1333
|
-
origin:
|
1334
|
-
minWidth:
|
1335
|
-
transition:
|
1336
|
-
component?: vue.Component
|
1337
|
-
})
|
1313
|
+
offset: string | number | number[] | undefined;
|
1314
|
+
location: Anchor;
|
1315
|
+
origin: "auto" | Anchor | "overlap";
|
1316
|
+
minWidth: string | number;
|
1317
|
+
transition: string | boolean | (vue.TransitionProps & {
|
1318
|
+
component?: vue.Component;
|
1319
|
+
});
|
1338
1320
|
zIndex: string | number;
|
1339
1321
|
style: vue.StyleValue;
|
1340
1322
|
eager: boolean;
|
1341
1323
|
disabled: boolean;
|
1342
1324
|
modelValue: boolean;
|
1343
|
-
locationStrategy:
|
1344
|
-
updateLocation: (e?: Event
|
1345
|
-
}
|
1346
|
-
scrollStrategy:
|
1325
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1326
|
+
updateLocation: (e?: Event) => void;
|
1327
|
+
});
|
1328
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1347
1329
|
activatorProps: Record<string, any>;
|
1348
1330
|
openOnClick: boolean;
|
1349
1331
|
openOnHover: boolean;
|
@@ -1351,7 +1333,7 @@ declare const VTooltip: {
|
|
1351
1333
|
closeOnBack: boolean;
|
1352
1334
|
contained: boolean;
|
1353
1335
|
noClickAnimation: boolean;
|
1354
|
-
scrim:
|
1336
|
+
scrim: string | boolean;
|
1355
1337
|
} & {
|
1356
1338
|
id?: string | undefined;
|
1357
1339
|
height?: string | number | undefined;
|
@@ -1413,16 +1395,16 @@ declare const VTooltip: {
|
|
1413
1395
|
location: Anchor;
|
1414
1396
|
origin: "auto" | Anchor | "overlap";
|
1415
1397
|
transition: string | boolean | (vue.TransitionProps & {
|
1416
|
-
component?: vue.Component
|
1398
|
+
component?: vue.Component;
|
1417
1399
|
});
|
1418
1400
|
zIndex: string | number;
|
1419
1401
|
style: vue.StyleValue;
|
1420
1402
|
eager: boolean;
|
1421
1403
|
disabled: boolean;
|
1422
1404
|
modelValue: boolean;
|
1423
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1424
|
-
updateLocation: (e?: Event
|
1425
|
-
}
|
1405
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1406
|
+
updateLocation: (e?: Event) => void;
|
1407
|
+
});
|
1426
1408
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1427
1409
|
activatorProps: Record<string, any>;
|
1428
1410
|
openOnClick: boolean;
|
@@ -1440,16 +1422,16 @@ declare const VTooltip: {
|
|
1440
1422
|
location: Anchor;
|
1441
1423
|
origin: "auto" | Anchor | "overlap";
|
1442
1424
|
transition: string | boolean | (vue.TransitionProps & {
|
1443
|
-
component?: vue.Component
|
1425
|
+
component?: vue.Component;
|
1444
1426
|
});
|
1445
1427
|
zIndex: string | number;
|
1446
1428
|
style: vue.StyleValue;
|
1447
1429
|
eager: boolean;
|
1448
1430
|
disabled: boolean;
|
1449
1431
|
modelValue: boolean;
|
1450
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1451
|
-
updateLocation: (e?: Event
|
1452
|
-
}
|
1432
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1433
|
+
updateLocation: (e?: Event) => void;
|
1434
|
+
});
|
1453
1435
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1454
1436
|
activatorProps: Record<string, any>;
|
1455
1437
|
openOnHover: boolean;
|
@@ -1518,16 +1500,16 @@ declare const VTooltip: {
|
|
1518
1500
|
location: Anchor;
|
1519
1501
|
origin: "auto" | Anchor | "overlap";
|
1520
1502
|
transition: string | boolean | (vue.TransitionProps & {
|
1521
|
-
component?: vue.Component
|
1503
|
+
component?: vue.Component;
|
1522
1504
|
});
|
1523
1505
|
zIndex: string | number;
|
1524
1506
|
style: vue.StyleValue;
|
1525
1507
|
eager: boolean;
|
1526
1508
|
disabled: boolean;
|
1527
1509
|
modelValue: boolean;
|
1528
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1529
|
-
updateLocation: (e?: Event
|
1530
|
-
}
|
1510
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1511
|
+
updateLocation: (e?: Event) => void;
|
1512
|
+
});
|
1531
1513
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1532
1514
|
activatorProps: Record<string, any>;
|
1533
1515
|
openOnHover: boolean;
|
@@ -1605,19 +1587,15 @@ declare const VTooltip: {
|
|
1605
1587
|
$slots: Readonly<{
|
1606
1588
|
default?: ((arg: {
|
1607
1589
|
isActive: vue.Ref<boolean>;
|
1608
|
-
}) => vue.VNode
|
1609
|
-
[key: string]: any;
|
1610
|
-
}>[]) | undefined;
|
1590
|
+
}) => vue.VNode[]) | undefined;
|
1611
1591
|
activator?: ((arg: {
|
1612
1592
|
isActive: boolean;
|
1613
1593
|
props: Record<string, any>;
|
1614
1594
|
targetRef: TemplateRef;
|
1615
|
-
}) => vue.VNode
|
1616
|
-
[key: string]: any;
|
1617
|
-
}>[]) | undefined;
|
1595
|
+
}) => vue.VNode[]) | undefined;
|
1618
1596
|
}>;
|
1619
|
-
$root: vue.ComponentPublicInstance
|
1620
|
-
$parent: vue.ComponentPublicInstance
|
1597
|
+
$root: vue.ComponentPublicInstance | null;
|
1598
|
+
$parent: vue.ComponentPublicInstance | null;
|
1621
1599
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1622
1600
|
$el: any;
|
1623
1601
|
$options: vue.ComponentOptionsBase<{
|
@@ -1625,16 +1603,16 @@ declare const VTooltip: {
|
|
1625
1603
|
location: Anchor;
|
1626
1604
|
origin: "auto" | Anchor | "overlap";
|
1627
1605
|
transition: string | boolean | (vue.TransitionProps & {
|
1628
|
-
component?: vue.Component
|
1606
|
+
component?: vue.Component;
|
1629
1607
|
});
|
1630
1608
|
zIndex: string | number;
|
1631
1609
|
style: vue.StyleValue;
|
1632
1610
|
eager: boolean;
|
1633
1611
|
disabled: boolean;
|
1634
1612
|
modelValue: boolean;
|
1635
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1636
|
-
updateLocation: (e?: Event
|
1637
|
-
}
|
1613
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1614
|
+
updateLocation: (e?: Event) => void;
|
1615
|
+
});
|
1638
1616
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1639
1617
|
activatorProps: Record<string, any>;
|
1640
1618
|
openOnHover: boolean;
|
@@ -1721,16 +1699,16 @@ declare const VTooltip: {
|
|
1721
1699
|
location: Anchor;
|
1722
1700
|
origin: "auto" | Anchor | "overlap";
|
1723
1701
|
transition: string | boolean | (vue.TransitionProps & {
|
1724
|
-
component?: vue.Component
|
1702
|
+
component?: vue.Component;
|
1725
1703
|
});
|
1726
1704
|
zIndex: string | number;
|
1727
1705
|
style: vue.StyleValue;
|
1728
1706
|
eager: boolean;
|
1729
1707
|
disabled: boolean;
|
1730
1708
|
modelValue: boolean;
|
1731
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1732
|
-
updateLocation: (e?: Event
|
1733
|
-
}
|
1709
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1710
|
+
updateLocation: (e?: Event) => void;
|
1711
|
+
});
|
1734
1712
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1735
1713
|
activatorProps: Record<string, any>;
|
1736
1714
|
openOnClick: boolean;
|
@@ -1746,51 +1724,47 @@ declare const VTooltip: {
|
|
1746
1724
|
}, {}, string, vue.SlotsType<Partial<{
|
1747
1725
|
default: (arg: {
|
1748
1726
|
isActive: vue.Ref<boolean>;
|
1749
|
-
}) => vue.VNode
|
1750
|
-
[key: string]: any;
|
1751
|
-
}>[];
|
1727
|
+
}) => vue.VNode[];
|
1752
1728
|
activator: (arg: {
|
1753
1729
|
isActive: boolean;
|
1754
1730
|
props: Record<string, any>;
|
1755
1731
|
targetRef: TemplateRef;
|
1756
|
-
}) => vue.VNode
|
1757
|
-
[key: string]: any;
|
1758
|
-
}>[];
|
1732
|
+
}) => vue.VNode[];
|
1759
1733
|
}>>> & {
|
1760
|
-
beforeCreate?: ((
|
1761
|
-
created?: ((
|
1762
|
-
beforeMount?: ((
|
1763
|
-
mounted?: ((
|
1764
|
-
beforeUpdate?: ((
|
1765
|
-
updated?: ((
|
1766
|
-
activated?: ((
|
1767
|
-
deactivated?: ((
|
1768
|
-
beforeDestroy?: ((
|
1769
|
-
beforeUnmount?: ((
|
1770
|
-
destroyed?: ((
|
1771
|
-
unmounted?: ((
|
1772
|
-
renderTracked?: ((
|
1773
|
-
renderTriggered?: ((
|
1774
|
-
errorCaptured?: ((
|
1734
|
+
beforeCreate?: (() => void) | (() => void)[];
|
1735
|
+
created?: (() => void) | (() => void)[];
|
1736
|
+
beforeMount?: (() => void) | (() => void)[];
|
1737
|
+
mounted?: (() => void) | (() => void)[];
|
1738
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
1739
|
+
updated?: (() => void) | (() => void)[];
|
1740
|
+
activated?: (() => void) | (() => void)[];
|
1741
|
+
deactivated?: (() => void) | (() => void)[];
|
1742
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1743
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1744
|
+
destroyed?: (() => void) | (() => void)[];
|
1745
|
+
unmounted?: (() => void) | (() => void)[];
|
1746
|
+
renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
1747
|
+
renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
1748
|
+
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
1775
1749
|
};
|
1776
1750
|
$forceUpdate: () => void;
|
1777
1751
|
$nextTick: typeof vue.nextTick;
|
1778
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (
|
1752
|
+
$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;
|
1779
1753
|
} & Omit<{
|
1780
1754
|
absolute: boolean;
|
1781
1755
|
location: Anchor;
|
1782
1756
|
origin: "auto" | Anchor | "overlap";
|
1783
1757
|
transition: string | boolean | (vue.TransitionProps & {
|
1784
|
-
component?: vue.Component
|
1758
|
+
component?: vue.Component;
|
1785
1759
|
});
|
1786
1760
|
zIndex: string | number;
|
1787
1761
|
style: vue.StyleValue;
|
1788
1762
|
eager: boolean;
|
1789
1763
|
disabled: boolean;
|
1790
1764
|
modelValue: boolean;
|
1791
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1792
|
-
updateLocation: (e?: Event
|
1793
|
-
}
|
1765
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1766
|
+
updateLocation: (e?: Event) => void;
|
1767
|
+
});
|
1794
1768
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1795
1769
|
activatorProps: Record<string, any>;
|
1796
1770
|
openOnHover: boolean;
|
@@ -1867,25 +1841,25 @@ declare const VTooltip: {
|
|
1867
1841
|
globalTop: Readonly<vue.Ref<boolean>>;
|
1868
1842
|
localTop: vue.ComputedRef<boolean>;
|
1869
1843
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1870
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-
|
1871
|
-
'update:modelValue': (value: boolean) =>
|
1844
|
+
}> & {} & 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, {
|
1845
|
+
'update:modelValue': (value: boolean) => true;
|
1872
1846
|
}, string, {
|
1873
|
-
offset:
|
1874
|
-
location:
|
1875
|
-
origin:
|
1876
|
-
minWidth:
|
1877
|
-
transition:
|
1878
|
-
component?: vue.Component
|
1879
|
-
})
|
1847
|
+
offset: string | number | number[] | undefined;
|
1848
|
+
location: Anchor;
|
1849
|
+
origin: "auto" | Anchor | "overlap";
|
1850
|
+
minWidth: string | number;
|
1851
|
+
transition: string | boolean | (vue.TransitionProps & {
|
1852
|
+
component?: vue.Component;
|
1853
|
+
});
|
1880
1854
|
zIndex: string | number;
|
1881
1855
|
style: vue.StyleValue;
|
1882
1856
|
eager: boolean;
|
1883
1857
|
disabled: boolean;
|
1884
1858
|
modelValue: boolean;
|
1885
|
-
locationStrategy:
|
1886
|
-
updateLocation: (e?: Event
|
1887
|
-
}
|
1888
|
-
scrollStrategy:
|
1859
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1860
|
+
updateLocation: (e?: Event) => void;
|
1861
|
+
});
|
1862
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1889
1863
|
activatorProps: Record<string, any>;
|
1890
1864
|
openOnClick: boolean;
|
1891
1865
|
openOnHover: boolean;
|
@@ -1894,37 +1868,33 @@ declare const VTooltip: {
|
|
1894
1868
|
closeOnBack: boolean;
|
1895
1869
|
contained: boolean;
|
1896
1870
|
noClickAnimation: boolean;
|
1897
|
-
scrim:
|
1871
|
+
scrim: string | boolean;
|
1898
1872
|
}, {}, string, vue.SlotsType<Partial<{
|
1899
1873
|
default: (arg: {
|
1900
1874
|
isActive: vue.Ref<boolean>;
|
1901
|
-
}) => vue.VNode
|
1902
|
-
[key: string]: any;
|
1903
|
-
}>[];
|
1875
|
+
}) => vue.VNode[];
|
1904
1876
|
activator: (arg: {
|
1905
1877
|
isActive: boolean;
|
1906
1878
|
props: Record<string, any>;
|
1907
1879
|
targetRef: TemplateRef;
|
1908
|
-
}) => vue.VNode
|
1909
|
-
[key: string]: any;
|
1910
|
-
}>[];
|
1880
|
+
}) => vue.VNode[];
|
1911
1881
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1912
1882
|
offset: {
|
1913
|
-
type: vue.PropType<
|
1883
|
+
type: vue.PropType<string | number | number[] | undefined>;
|
1914
1884
|
default: NonNullable<string | number | number[] | undefined>;
|
1915
1885
|
};
|
1916
1886
|
location: Omit<{
|
1917
|
-
type: vue.PropType<
|
1887
|
+
type: vue.PropType<StrategyProps["location"]>;
|
1918
1888
|
default: string;
|
1919
1889
|
}, "type" | "default"> & {
|
1920
|
-
type: vue.PropType<
|
1890
|
+
type: vue.PropType<Anchor>;
|
1921
1891
|
default: NonNullable<Anchor>;
|
1922
1892
|
};
|
1923
1893
|
origin: Omit<{
|
1924
|
-
type: vue.PropType<"
|
1894
|
+
type: vue.PropType<StrategyProps["origin"]>;
|
1925
1895
|
default: string;
|
1926
1896
|
}, "type" | "default"> & {
|
1927
|
-
type: vue.PropType<
|
1897
|
+
type: vue.PropType<"auto" | Anchor | "overlap">;
|
1928
1898
|
default: NonNullable<"auto" | Anchor | "overlap">;
|
1929
1899
|
};
|
1930
1900
|
height: (StringConstructor | NumberConstructor)[];
|
@@ -1933,22 +1903,22 @@ declare const VTooltip: {
|
|
1933
1903
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
1934
1904
|
minHeight: (StringConstructor | NumberConstructor)[];
|
1935
1905
|
minWidth: {
|
1936
|
-
type: vue.PropType<
|
1906
|
+
type: vue.PropType<string | number>;
|
1937
1907
|
default: NonNullable<string | number>;
|
1938
1908
|
};
|
1939
1909
|
opacity: (StringConstructor | NumberConstructor)[];
|
1940
1910
|
transition: Omit<{
|
1941
1911
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
1942
|
-
component?: vue.Component
|
1912
|
+
component?: vue.Component;
|
1943
1913
|
})>;
|
1944
1914
|
default: string;
|
1945
1915
|
validator: (val: unknown) => boolean;
|
1946
1916
|
}, "type" | "default"> & {
|
1947
|
-
type: vue.PropType<
|
1948
|
-
component?: vue.Component
|
1949
|
-
})
|
1917
|
+
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
1918
|
+
component?: vue.Component;
|
1919
|
+
})>;
|
1950
1920
|
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
1951
|
-
component?: vue.Component
|
1921
|
+
component?: vue.Component;
|
1952
1922
|
})>;
|
1953
1923
|
};
|
1954
1924
|
zIndex: {
|
@@ -1965,31 +1935,29 @@ declare const VTooltip: {
|
|
1965
1935
|
default: boolean;
|
1966
1936
|
};
|
1967
1937
|
disabled: BooleanConstructor;
|
1968
|
-
class: vue.PropType<
|
1938
|
+
class: vue.PropType<ClassValue>;
|
1969
1939
|
theme: StringConstructor;
|
1970
1940
|
modelValue: BooleanConstructor;
|
1971
1941
|
contentClass: null;
|
1972
1942
|
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
1973
1943
|
locationStrategy: Omit<{
|
1974
|
-
type: vue.PropType<"
|
1975
|
-
updateLocation: (e?: Event | undefined) => void;
|
1976
|
-
} | undefined)>;
|
1944
|
+
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
1977
1945
|
default: string;
|
1978
1946
|
validator: (val: any) => boolean;
|
1979
1947
|
}, "type" | "default"> & {
|
1980
|
-
type: vue.PropType<
|
1981
|
-
updateLocation: (e?: Event
|
1982
|
-
}
|
1983
|
-
default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1984
|
-
updateLocation: (e?: Event
|
1985
|
-
}
|
1948
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1949
|
+
updateLocation: (e?: Event) => void;
|
1950
|
+
})>;
|
1951
|
+
default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
1952
|
+
updateLocation: (e?: Event) => void;
|
1953
|
+
})>;
|
1986
1954
|
};
|
1987
1955
|
scrollStrategy: Omit<{
|
1988
|
-
type: vue.PropType<
|
1956
|
+
type: vue.PropType<StrategyProps$1["scrollStrategy"]>;
|
1989
1957
|
default: string;
|
1990
1958
|
validator: (val: any) => boolean;
|
1991
1959
|
}, "type" | "default"> & {
|
1992
|
-
type: vue.PropType<
|
1960
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1993
1961
|
default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1994
1962
|
};
|
1995
1963
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
@@ -2028,29 +1996,29 @@ declare const VTooltip: {
|
|
2028
1996
|
type: (StringConstructor | BooleanConstructor)[];
|
2029
1997
|
default: boolean;
|
2030
1998
|
}, "type" | "default"> & {
|
2031
|
-
type: vue.PropType<
|
1999
|
+
type: vue.PropType<string | boolean>;
|
2032
2000
|
default: NonNullable<string | boolean>;
|
2033
2001
|
};
|
2034
|
-
attach: vue.PropType<
|
2002
|
+
attach: vue.PropType<boolean | string | Element>;
|
2035
2003
|
id: StringConstructor;
|
2036
2004
|
text: StringConstructor;
|
2037
2005
|
}, vue.ExtractPropTypes<{
|
2038
2006
|
offset: {
|
2039
|
-
type: vue.PropType<
|
2007
|
+
type: vue.PropType<string | number | number[] | undefined>;
|
2040
2008
|
default: NonNullable<string | number | number[] | undefined>;
|
2041
2009
|
};
|
2042
2010
|
location: Omit<{
|
2043
|
-
type: vue.PropType<
|
2011
|
+
type: vue.PropType<StrategyProps["location"]>;
|
2044
2012
|
default: string;
|
2045
2013
|
}, "type" | "default"> & {
|
2046
|
-
type: vue.PropType<
|
2014
|
+
type: vue.PropType<Anchor>;
|
2047
2015
|
default: NonNullable<Anchor>;
|
2048
2016
|
};
|
2049
2017
|
origin: Omit<{
|
2050
|
-
type: vue.PropType<"
|
2018
|
+
type: vue.PropType<StrategyProps["origin"]>;
|
2051
2019
|
default: string;
|
2052
2020
|
}, "type" | "default"> & {
|
2053
|
-
type: vue.PropType<
|
2021
|
+
type: vue.PropType<"auto" | Anchor | "overlap">;
|
2054
2022
|
default: NonNullable<"auto" | Anchor | "overlap">;
|
2055
2023
|
};
|
2056
2024
|
height: (StringConstructor | NumberConstructor)[];
|
@@ -2059,22 +2027,22 @@ declare const VTooltip: {
|
|
2059
2027
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
2060
2028
|
minHeight: (StringConstructor | NumberConstructor)[];
|
2061
2029
|
minWidth: {
|
2062
|
-
type: vue.PropType<
|
2030
|
+
type: vue.PropType<string | number>;
|
2063
2031
|
default: NonNullable<string | number>;
|
2064
2032
|
};
|
2065
2033
|
opacity: (StringConstructor | NumberConstructor)[];
|
2066
2034
|
transition: Omit<{
|
2067
2035
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
2068
|
-
component?: vue.Component
|
2036
|
+
component?: vue.Component;
|
2069
2037
|
})>;
|
2070
2038
|
default: string;
|
2071
2039
|
validator: (val: unknown) => boolean;
|
2072
2040
|
}, "type" | "default"> & {
|
2073
|
-
type: vue.PropType<
|
2074
|
-
component?: vue.Component
|
2075
|
-
})
|
2041
|
+
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
2042
|
+
component?: vue.Component;
|
2043
|
+
})>;
|
2076
2044
|
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
2077
|
-
component?: vue.Component
|
2045
|
+
component?: vue.Component;
|
2078
2046
|
})>;
|
2079
2047
|
};
|
2080
2048
|
zIndex: {
|
@@ -2091,31 +2059,29 @@ declare const VTooltip: {
|
|
2091
2059
|
default: boolean;
|
2092
2060
|
};
|
2093
2061
|
disabled: BooleanConstructor;
|
2094
|
-
class: vue.PropType<
|
2062
|
+
class: vue.PropType<ClassValue>;
|
2095
2063
|
theme: StringConstructor;
|
2096
2064
|
modelValue: BooleanConstructor;
|
2097
2065
|
contentClass: null;
|
2098
2066
|
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2099
2067
|
locationStrategy: Omit<{
|
2100
|
-
type: vue.PropType<"
|
2101
|
-
updateLocation: (e?: Event | undefined) => void;
|
2102
|
-
} | undefined)>;
|
2068
|
+
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
2103
2069
|
default: string;
|
2104
2070
|
validator: (val: any) => boolean;
|
2105
2071
|
}, "type" | "default"> & {
|
2106
|
-
type: vue.PropType<
|
2107
|
-
updateLocation: (e?: Event
|
2108
|
-
}
|
2109
|
-
default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2110
|
-
updateLocation: (e?: Event
|
2111
|
-
}
|
2072
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
2073
|
+
updateLocation: (e?: Event) => void;
|
2074
|
+
})>;
|
2075
|
+
default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
2076
|
+
updateLocation: (e?: Event) => void;
|
2077
|
+
})>;
|
2112
2078
|
};
|
2113
2079
|
scrollStrategy: Omit<{
|
2114
|
-
type: vue.PropType<
|
2080
|
+
type: vue.PropType<StrategyProps$1["scrollStrategy"]>;
|
2115
2081
|
default: string;
|
2116
2082
|
validator: (val: any) => boolean;
|
2117
2083
|
}, "type" | "default"> & {
|
2118
|
-
type: vue.PropType<
|
2084
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2119
2085
|
default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2120
2086
|
};
|
2121
2087
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
@@ -2154,10 +2120,10 @@ declare const VTooltip: {
|
|
2154
2120
|
type: (StringConstructor | BooleanConstructor)[];
|
2155
2121
|
default: boolean;
|
2156
2122
|
}, "type" | "default"> & {
|
2157
|
-
type: vue.PropType<
|
2123
|
+
type: vue.PropType<string | boolean>;
|
2158
2124
|
default: NonNullable<string | boolean>;
|
2159
2125
|
};
|
2160
|
-
attach: vue.PropType<
|
2126
|
+
attach: vue.PropType<boolean | string | Element>;
|
2161
2127
|
id: StringConstructor;
|
2162
2128
|
text: StringConstructor;
|
2163
2129
|
}>>;
|