@vuetify/nightly 3.7.18-dev.2025-03-19 → 3.7.18-dev.2025-03-20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -3
- package/dist/json/attributes.json +3574 -3574
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +6436 -6436
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4390 -4390
- package/dist/vuetify-labs.d.ts +13177 -13474
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3862 -3862
- package/dist/vuetify.d.ts +9272 -9569
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.d.ts +12 -12
- package/lib/components/VAppBar/VAppBar.d.ts +6 -6
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +179 -207
- package/lib/components/VAvatar/VAvatar.d.ts +6 -6
- package/lib/components/VBadge/VBadge.d.ts +3 -3
- package/lib/components/VBanner/VBanner.d.ts +6 -6
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +30 -50
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +6 -6
- package/lib/components/VBtn/VBtn.d.ts +6 -6
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +12 -12
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +12 -12
- package/lib/components/VCard/VCard.d.ts +6 -6
- package/lib/components/VCarousel/VCarousel.d.ts +2 -2
- package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
- package/lib/components/VCheckbox/VCheckbox.d.ts +39 -39
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
- package/lib/components/VChip/VChip.d.ts +6 -6
- package/lib/components/VChipGroup/VChipGroup.d.ts +14 -14
- package/lib/components/VColorPicker/VColorPicker.d.ts +15 -15
- package/lib/components/VCombobox/VCombobox.d.ts +179 -207
- package/lib/components/VDataIterator/VDataIterator.d.ts +45 -45
- package/lib/components/VDataTable/VDataTable.d.ts +96 -96
- package/lib/components/VDataTable/VDataTableRows.d.ts +2 -2
- package/lib/components/VDataTable/VDataTableServer.d.ts +105 -105
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +89 -89
- package/lib/components/VDataTable/composables/headers.d.ts +10 -10
- package/lib/components/VDataTable/types.d.ts +6 -3
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +11 -11
- package/lib/components/VDialog/VDialog.d.ts +87 -143
- package/lib/components/VFab/VFab.d.ts +35 -35
- package/lib/components/VField/VField.d.ts +8 -8
- package/lib/components/VFileInput/VFileInput.d.ts +54 -54
- package/lib/components/VInput/VInput.d.ts +2 -2
- package/lib/components/VList/VList.d.ts +23 -23
- package/lib/components/VList/VListChildren.d.ts +2 -2
- package/lib/components/VList/VListItem.d.ts +6 -6
- package/lib/components/VMenu/VMenu.d.ts +106 -178
- package/lib/components/VMessages/VMessages.d.ts +16 -16
- package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +34 -34
- package/lib/components/VNumberInput/VNumberInput.d.ts +221 -221
- package/lib/components/VOtpInput/VOtpInput.d.ts +20 -20
- package/lib/components/VOverlay/VOverlay.d.ts +22 -42
- package/lib/components/VOverlay/locationStrategies.d.ts +4 -4
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.d.ts +4 -4
- package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
- package/lib/components/VPagination/VPagination.d.ts +26 -26
- package/lib/components/VRadio/VRadio.d.ts +6 -6
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +39 -39
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +18 -18
- package/lib/components/VSelect/VSelect.d.ts +207 -251
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
- package/lib/components/VSkeletonLoader/VSkeletonLoader.d.ts +8 -8
- package/lib/components/VSlider/VSlider.d.ts +18 -18
- package/lib/components/VSnackbar/VSnackbar.d.ts +85 -141
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +76 -96
- package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
- package/lib/components/VSparkline/VBarline.d.ts +6 -6
- package/lib/components/VSparkline/VSparkline.d.ts +6 -6
- package/lib/components/VSparkline/VTrendline.d.ts +6 -6
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +49 -85
- package/lib/components/VStepper/VStepper.d.ts +9 -9
- package/lib/components/VSwitch/VSwitch.d.ts +20 -20
- package/lib/components/VTabs/VTab.d.ts +56 -56
- package/lib/components/VTabs/VTabs.d.ts +8 -8
- package/lib/components/VTextField/VTextField.d.ts +72 -72
- package/lib/components/VTextarea/VTextarea.d.ts +54 -54
- package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
- package/lib/components/VToolbar/VToolbar.d.ts +6 -6
- package/lib/components/VTooltip/VTooltip.d.ts +109 -181
- package/lib/components/VWindow/VWindow.d.ts +2 -2
- package/lib/composables/index.d.ts +0 -9
- package/lib/composables/index.js.map +1 -1
- package/lib/composables/nested/activeStrategies.d.ts +7 -6
- package/lib/composables/nested/activeStrategies.js.map +1 -1
- package/lib/composables/nested/openStrategies.d.ts +5 -4
- package/lib/composables/nested/openStrategies.js.map +1 -1
- package/lib/composables/nested/selectStrategies.d.ts +7 -6
- package/lib/composables/nested/selectStrategies.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +2135 -58
- package/lib/framework.js +3 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +62 -62
- package/lib/labs/VFileUpload/VFileUpload.d.ts +12 -12
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
- package/lib/labs/VPicker/VPicker.d.ts +6 -6
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +19 -19
- package/lib/labs/VTimePicker/VTimePicker.d.ts +13 -13
- package/lib/labs/VTreeview/VTreeview.d.ts +143 -143
- package/lib/labs/VTreeview/VTreeviewChildren.d.ts +15 -15
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +6 -6
- package/lib/types.d.ts +19 -0
- package/lib/types.js +2 -0
- package/lib/types.js.map +1 -0
- package/package.json +1 -1
@@ -19,12 +19,11 @@ export declare const makeVTooltipProps: <Defaults extends {
|
|
19
19
|
class?: unknown;
|
20
20
|
theme?: unknown;
|
21
21
|
modelValue?: unknown;
|
22
|
-
contentClass?: unknown;
|
23
|
-
activator?: unknown;
|
24
22
|
locationStrategy?: unknown;
|
25
23
|
scrollStrategy?: unknown;
|
26
24
|
closeDelay?: unknown;
|
27
25
|
openDelay?: unknown;
|
26
|
+
activator?: unknown;
|
28
27
|
activatorProps?: unknown;
|
29
28
|
openOnClick?: unknown;
|
30
29
|
openOnHover?: unknown;
|
@@ -32,6 +31,7 @@ export declare const makeVTooltipProps: <Defaults extends {
|
|
32
31
|
closeOnContentClick?: unknown;
|
33
32
|
closeOnBack?: unknown;
|
34
33
|
contained?: unknown;
|
34
|
+
contentClass?: unknown;
|
35
35
|
contentProps?: unknown;
|
36
36
|
noClickAnimation?: unknown;
|
37
37
|
scrim?: unknown;
|
@@ -204,65 +204,41 @@ export declare const makeVTooltipProps: <Defaults extends {
|
|
204
204
|
type: import("vue").PropType<unknown extends Defaults["modelValue"] ? boolean : boolean | Defaults["modelValue"]>;
|
205
205
|
default: unknown extends Defaults["modelValue"] ? boolean : boolean | Defaults["modelValue"];
|
206
206
|
};
|
207
|
-
contentClass: unknown extends Defaults["contentClass"] ? null : {
|
208
|
-
type: import("vue").PropType<unknown extends Defaults["contentClass"] ? any : any>;
|
209
|
-
default: unknown extends Defaults["contentClass"] ? any : any;
|
210
|
-
};
|
211
|
-
activator: unknown extends Defaults["activator"] ? import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined> : {
|
212
|
-
type: import("vue").PropType<unknown extends Defaults["activator"] ? Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined : Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | Defaults["activator"] | undefined>;
|
213
|
-
default: unknown extends Defaults["activator"] ? Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined : NonNullable<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined> | Defaults["activator"];
|
214
|
-
};
|
215
207
|
locationStrategy: unknown extends Defaults["locationStrategy"] ? Omit<{
|
216
208
|
type: import("vue").PropType<StrategyProps["locationStrategy"]>;
|
217
209
|
default: string;
|
218
210
|
validator: (val: any) => boolean;
|
219
211
|
}, "type" | "default"> & {
|
220
|
-
type: import("vue").PropType<"connected" | "static" |
|
221
|
-
|
222
|
-
})>;
|
223
|
-
default: NonNullable<"connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
224
|
-
updateLocation: (e?: Event) => void;
|
225
|
-
})>;
|
212
|
+
type: import("vue").PropType<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
213
|
+
default: NonNullable<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
226
214
|
} : Omit<Omit<{
|
227
215
|
type: import("vue").PropType<StrategyProps["locationStrategy"]>;
|
228
216
|
default: string;
|
229
217
|
validator: (val: any) => boolean;
|
230
218
|
}, "type" | "default"> & {
|
231
|
-
type: import("vue").PropType<"connected" | "static" |
|
232
|
-
|
233
|
-
})>;
|
234
|
-
default: NonNullable<"connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
235
|
-
updateLocation: (e?: Event) => void;
|
236
|
-
})>;
|
219
|
+
type: import("vue").PropType<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
220
|
+
default: NonNullable<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
237
221
|
}, "type" | "default"> & {
|
238
|
-
type: import("vue").PropType<unknown extends Defaults["locationStrategy"] ? "connected" | "static" |
|
239
|
-
|
240
|
-
}) : "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
241
|
-
updateLocation: (e?: Event) => void;
|
242
|
-
}) | Defaults["locationStrategy"]>;
|
243
|
-
default: unknown extends Defaults["locationStrategy"] ? "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
244
|
-
updateLocation: (e?: Event) => void;
|
245
|
-
}) : NonNullable<"connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
246
|
-
updateLocation: (e?: Event) => void;
|
247
|
-
})> | Defaults["locationStrategy"];
|
222
|
+
type: import("vue").PropType<unknown extends Defaults["locationStrategy"] ? "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction : "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction | Defaults["locationStrategy"]>;
|
223
|
+
default: unknown extends Defaults["locationStrategy"] ? "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction : NonNullable<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction> | Defaults["locationStrategy"];
|
248
224
|
};
|
249
225
|
scrollStrategy: unknown extends Defaults["scrollStrategy"] ? Omit<{
|
250
226
|
type: import("vue").PropType<import("../VOverlay/scrollStrategies.js").StrategyProps["scrollStrategy"]>;
|
251
227
|
default: string;
|
252
228
|
validator: (val: any) => boolean;
|
253
229
|
}, "type" | "default"> & {
|
254
|
-
type: import("vue").PropType<"none" | "block" | "close" |
|
255
|
-
default: NonNullable<"none" | "block" | "close" |
|
230
|
+
type: import("vue").PropType<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
231
|
+
default: NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
256
232
|
} : Omit<Omit<{
|
257
233
|
type: import("vue").PropType<import("../VOverlay/scrollStrategies.js").StrategyProps["scrollStrategy"]>;
|
258
234
|
default: string;
|
259
235
|
validator: (val: any) => boolean;
|
260
236
|
}, "type" | "default"> & {
|
261
|
-
type: import("vue").PropType<"none" | "block" | "close" |
|
262
|
-
default: NonNullable<"none" | "block" | "close" |
|
237
|
+
type: import("vue").PropType<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
238
|
+
default: NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
263
239
|
}, "type" | "default"> & {
|
264
|
-
type: import("vue").PropType<unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" |
|
265
|
-
default: unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" |
|
240
|
+
type: import("vue").PropType<unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition" : "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition" | Defaults["scrollStrategy"]>;
|
241
|
+
default: unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition" : NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition"> | Defaults["scrollStrategy"];
|
266
242
|
};
|
267
243
|
closeDelay: unknown extends Defaults["closeDelay"] ? (StringConstructor | NumberConstructor)[] : {
|
268
244
|
type: import("vue").PropType<unknown extends Defaults["closeDelay"] ? string | number : string | number | Defaults["closeDelay"]>;
|
@@ -272,6 +248,10 @@ export declare const makeVTooltipProps: <Defaults extends {
|
|
272
248
|
type: import("vue").PropType<unknown extends Defaults["openDelay"] ? string | number : string | number | Defaults["openDelay"]>;
|
273
249
|
default: unknown extends Defaults["openDelay"] ? string | number : NonNullable<string | number> | Defaults["openDelay"];
|
274
250
|
};
|
251
|
+
activator: unknown extends Defaults["activator"] ? import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined> : {
|
252
|
+
type: import("vue").PropType<unknown extends Defaults["activator"] ? Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined : Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | Defaults["activator"] | undefined>;
|
253
|
+
default: unknown extends Defaults["activator"] ? Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined : NonNullable<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined> | Defaults["activator"];
|
254
|
+
};
|
275
255
|
activatorProps: unknown extends Defaults["activatorProps"] ? {
|
276
256
|
type: import("vue").PropType<Record<string, any>>;
|
277
257
|
default: () => {};
|
@@ -342,6 +322,10 @@ export declare const makeVTooltipProps: <Defaults extends {
|
|
342
322
|
type: import("vue").PropType<unknown extends Defaults["contained"] ? boolean : boolean | Defaults["contained"]>;
|
343
323
|
default: unknown extends Defaults["contained"] ? boolean : boolean | Defaults["contained"];
|
344
324
|
};
|
325
|
+
contentClass: unknown extends Defaults["contentClass"] ? null : {
|
326
|
+
type: import("vue").PropType<unknown extends Defaults["contentClass"] ? any : any>;
|
327
|
+
default: unknown extends Defaults["contentClass"] ? any : any;
|
328
|
+
};
|
345
329
|
contentProps: unknown extends Defaults["contentProps"] ? null : {
|
346
330
|
type: import("vue").PropType<unknown extends Defaults["contentProps"] ? any : any>;
|
347
331
|
default: unknown extends Defaults["contentProps"] ? any : any;
|
@@ -398,10 +382,8 @@ export declare const VTooltip: {
|
|
398
382
|
eager: boolean;
|
399
383
|
disabled: boolean;
|
400
384
|
modelValue: boolean;
|
401
|
-
locationStrategy: "connected" | "static" |
|
402
|
-
|
403
|
-
});
|
404
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
385
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
386
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
405
387
|
activatorProps: Record<string, any>;
|
406
388
|
openOnClick: boolean;
|
407
389
|
openOnHover: boolean;
|
@@ -422,11 +404,11 @@ export declare const VTooltip: {
|
|
422
404
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
423
405
|
class?: any;
|
424
406
|
theme?: string | undefined;
|
425
|
-
contentClass?: any;
|
426
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
427
407
|
closeDelay?: string | number | undefined;
|
428
408
|
openDelay?: string | number | undefined;
|
409
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
429
410
|
openOnFocus?: boolean | undefined;
|
411
|
+
contentClass?: any;
|
430
412
|
contentProps?: any;
|
431
413
|
attach?: string | boolean | Element | undefined;
|
432
414
|
} & {
|
@@ -479,10 +461,8 @@ export declare const VTooltip: {
|
|
479
461
|
disabled: boolean;
|
480
462
|
persistent: boolean;
|
481
463
|
modelValue: boolean;
|
482
|
-
locationStrategy: "connected" | "static" |
|
483
|
-
|
484
|
-
});
|
485
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
464
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
465
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
486
466
|
activatorProps: Record<string, any>;
|
487
467
|
openOnClick: boolean;
|
488
468
|
openOnHover: boolean;
|
@@ -506,10 +486,8 @@ export declare const VTooltip: {
|
|
506
486
|
disabled: boolean;
|
507
487
|
persistent: boolean;
|
508
488
|
modelValue: boolean;
|
509
|
-
locationStrategy: "connected" | "static" |
|
510
|
-
|
511
|
-
});
|
512
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
489
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
490
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
513
491
|
activatorProps: Record<string, any>;
|
514
492
|
openOnHover: boolean;
|
515
493
|
closeOnContentClick: boolean;
|
@@ -529,12 +507,12 @@ export declare const VTooltip: {
|
|
529
507
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
530
508
|
class?: any;
|
531
509
|
theme?: string | undefined;
|
532
|
-
contentClass?: any;
|
533
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
534
510
|
closeDelay?: string | number | undefined;
|
535
511
|
openDelay?: string | number | undefined;
|
512
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
536
513
|
openOnClick?: boolean | undefined;
|
537
514
|
openOnFocus?: boolean | undefined;
|
515
|
+
contentClass?: any;
|
538
516
|
contentProps?: any;
|
539
517
|
attach?: string | boolean | Element | undefined;
|
540
518
|
$children?: import("vue").VNodeChild | {
|
@@ -607,10 +585,8 @@ export declare const VTooltip: {
|
|
607
585
|
disabled: boolean;
|
608
586
|
persistent: boolean;
|
609
587
|
modelValue: boolean;
|
610
|
-
locationStrategy: "connected" | "static" |
|
611
|
-
|
612
|
-
});
|
613
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
588
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
589
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
614
590
|
activatorProps: Record<string, any>;
|
615
591
|
openOnHover: boolean;
|
616
592
|
closeOnContentClick: boolean;
|
@@ -631,12 +607,12 @@ export declare const VTooltip: {
|
|
631
607
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
632
608
|
class?: any;
|
633
609
|
theme?: string | undefined;
|
634
|
-
contentClass?: any;
|
635
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
636
610
|
closeDelay?: string | number | undefined;
|
637
611
|
openDelay?: string | number | undefined;
|
612
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
638
613
|
openOnClick?: boolean | undefined;
|
639
614
|
openOnFocus?: boolean | undefined;
|
615
|
+
contentClass?: any;
|
640
616
|
contentProps?: any;
|
641
617
|
attach?: string | boolean | Element | undefined;
|
642
618
|
} & {
|
@@ -705,10 +681,8 @@ export declare const VTooltip: {
|
|
705
681
|
disabled: boolean;
|
706
682
|
persistent: boolean;
|
707
683
|
modelValue: boolean;
|
708
|
-
locationStrategy: "connected" | "static" |
|
709
|
-
|
710
|
-
});
|
711
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
684
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
685
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
712
686
|
activatorProps: Record<string, any>;
|
713
687
|
openOnClick: boolean;
|
714
688
|
openOnHover: boolean;
|
@@ -761,10 +735,8 @@ export declare const VTooltip: {
|
|
761
735
|
disabled: boolean;
|
762
736
|
persistent: boolean;
|
763
737
|
modelValue: boolean;
|
764
|
-
locationStrategy: "connected" | "static" |
|
765
|
-
|
766
|
-
});
|
767
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
738
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
739
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
768
740
|
activatorProps: Record<string, any>;
|
769
741
|
openOnClick: boolean;
|
770
742
|
openOnHover: boolean;
|
@@ -788,10 +760,8 @@ export declare const VTooltip: {
|
|
788
760
|
disabled: boolean;
|
789
761
|
persistent: boolean;
|
790
762
|
modelValue: boolean;
|
791
|
-
locationStrategy: "connected" | "static" |
|
792
|
-
|
793
|
-
});
|
794
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
763
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
764
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
795
765
|
activatorProps: Record<string, any>;
|
796
766
|
openOnHover: boolean;
|
797
767
|
closeOnContentClick: boolean;
|
@@ -812,12 +782,12 @@ export declare const VTooltip: {
|
|
812
782
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
813
783
|
class?: any;
|
814
784
|
theme?: string | undefined;
|
815
|
-
contentClass?: any;
|
816
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
817
785
|
closeDelay?: string | number | undefined;
|
818
786
|
openDelay?: string | number | undefined;
|
787
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
819
788
|
openOnClick?: boolean | undefined;
|
820
789
|
openOnFocus?: boolean | undefined;
|
790
|
+
contentClass?: any;
|
821
791
|
contentProps?: any;
|
822
792
|
attach?: string | boolean | Element | undefined;
|
823
793
|
} & {
|
@@ -867,7 +837,7 @@ export declare const VTooltip: {
|
|
867
837
|
globalTop: Readonly<import("vue").Ref<boolean, boolean>>;
|
868
838
|
localTop: import("vue").ComputedRef<boolean>;
|
869
839
|
updateLocation: import("vue").Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
870
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "
|
840
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
871
841
|
_allExposed: {
|
872
842
|
activatorEl: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
873
843
|
scrimEl: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
@@ -894,10 +864,8 @@ export declare const VTooltip: {
|
|
894
864
|
eager: boolean;
|
895
865
|
disabled: boolean;
|
896
866
|
modelValue: boolean;
|
897
|
-
locationStrategy: "connected" | "static" |
|
898
|
-
|
899
|
-
});
|
900
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
867
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
868
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
901
869
|
activatorProps: Record<string, any>;
|
902
870
|
openOnClick: boolean;
|
903
871
|
openOnHover: boolean;
|
@@ -937,10 +905,8 @@ export declare const VTooltip: {
|
|
937
905
|
eager: boolean;
|
938
906
|
disabled: boolean;
|
939
907
|
modelValue: boolean;
|
940
|
-
locationStrategy: "connected" | "static" |
|
941
|
-
|
942
|
-
});
|
943
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
908
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
909
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
944
910
|
activatorProps: Record<string, any>;
|
945
911
|
openOnClick: boolean;
|
946
912
|
openOnHover: boolean;
|
@@ -961,11 +927,11 @@ export declare const VTooltip: {
|
|
961
927
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
962
928
|
class?: any;
|
963
929
|
theme?: string | undefined;
|
964
|
-
contentClass?: any;
|
965
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
966
930
|
closeDelay?: string | number | undefined;
|
967
931
|
openDelay?: string | number | undefined;
|
932
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
968
933
|
openOnFocus?: boolean | undefined;
|
934
|
+
contentClass?: any;
|
969
935
|
contentProps?: any;
|
970
936
|
attach?: string | boolean | Element | undefined;
|
971
937
|
} & {
|
@@ -1018,10 +984,8 @@ export declare const VTooltip: {
|
|
1018
984
|
disabled: boolean;
|
1019
985
|
persistent: boolean;
|
1020
986
|
modelValue: boolean;
|
1021
|
-
locationStrategy: "connected" | "static" |
|
1022
|
-
|
1023
|
-
});
|
1024
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
987
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
988
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1025
989
|
activatorProps: Record<string, any>;
|
1026
990
|
openOnClick: boolean;
|
1027
991
|
openOnHover: boolean;
|
@@ -1045,10 +1009,8 @@ export declare const VTooltip: {
|
|
1045
1009
|
disabled: boolean;
|
1046
1010
|
persistent: boolean;
|
1047
1011
|
modelValue: boolean;
|
1048
|
-
locationStrategy: "connected" | "static" |
|
1049
|
-
|
1050
|
-
});
|
1051
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1012
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1013
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1052
1014
|
activatorProps: Record<string, any>;
|
1053
1015
|
openOnHover: boolean;
|
1054
1016
|
closeOnContentClick: boolean;
|
@@ -1068,12 +1030,12 @@ export declare const VTooltip: {
|
|
1068
1030
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1069
1031
|
class?: any;
|
1070
1032
|
theme?: string | undefined;
|
1071
|
-
contentClass?: any;
|
1072
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1073
1033
|
closeDelay?: string | number | undefined;
|
1074
1034
|
openDelay?: string | number | undefined;
|
1035
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1075
1036
|
openOnClick?: boolean | undefined;
|
1076
1037
|
openOnFocus?: boolean | undefined;
|
1038
|
+
contentClass?: any;
|
1077
1039
|
contentProps?: any;
|
1078
1040
|
attach?: string | boolean | Element | undefined;
|
1079
1041
|
$children?: import("vue").VNodeChild | {
|
@@ -1146,10 +1108,8 @@ export declare const VTooltip: {
|
|
1146
1108
|
disabled: boolean;
|
1147
1109
|
persistent: boolean;
|
1148
1110
|
modelValue: boolean;
|
1149
|
-
locationStrategy: "connected" | "static" |
|
1150
|
-
|
1151
|
-
});
|
1152
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1111
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1112
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1153
1113
|
activatorProps: Record<string, any>;
|
1154
1114
|
openOnHover: boolean;
|
1155
1115
|
closeOnContentClick: boolean;
|
@@ -1170,12 +1130,12 @@ export declare const VTooltip: {
|
|
1170
1130
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1171
1131
|
class?: any;
|
1172
1132
|
theme?: string | undefined;
|
1173
|
-
contentClass?: any;
|
1174
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1175
1133
|
closeDelay?: string | number | undefined;
|
1176
1134
|
openDelay?: string | number | undefined;
|
1135
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1177
1136
|
openOnClick?: boolean | undefined;
|
1178
1137
|
openOnFocus?: boolean | undefined;
|
1138
|
+
contentClass?: any;
|
1179
1139
|
contentProps?: any;
|
1180
1140
|
attach?: string | boolean | Element | undefined;
|
1181
1141
|
} & {
|
@@ -1244,10 +1204,8 @@ export declare const VTooltip: {
|
|
1244
1204
|
disabled: boolean;
|
1245
1205
|
persistent: boolean;
|
1246
1206
|
modelValue: boolean;
|
1247
|
-
locationStrategy: "connected" | "static" |
|
1248
|
-
|
1249
|
-
});
|
1250
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1207
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1208
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1251
1209
|
activatorProps: Record<string, any>;
|
1252
1210
|
openOnClick: boolean;
|
1253
1211
|
openOnHover: boolean;
|
@@ -1300,10 +1258,8 @@ export declare const VTooltip: {
|
|
1300
1258
|
disabled: boolean;
|
1301
1259
|
persistent: boolean;
|
1302
1260
|
modelValue: boolean;
|
1303
|
-
locationStrategy: "connected" | "static" |
|
1304
|
-
|
1305
|
-
});
|
1306
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1261
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1262
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1307
1263
|
activatorProps: Record<string, any>;
|
1308
1264
|
openOnClick: boolean;
|
1309
1265
|
openOnHover: boolean;
|
@@ -1327,10 +1283,8 @@ export declare const VTooltip: {
|
|
1327
1283
|
disabled: boolean;
|
1328
1284
|
persistent: boolean;
|
1329
1285
|
modelValue: boolean;
|
1330
|
-
locationStrategy: "connected" | "static" |
|
1331
|
-
|
1332
|
-
});
|
1333
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1286
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1287
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1334
1288
|
activatorProps: Record<string, any>;
|
1335
1289
|
openOnHover: boolean;
|
1336
1290
|
closeOnContentClick: boolean;
|
@@ -1351,12 +1305,12 @@ export declare const VTooltip: {
|
|
1351
1305
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1352
1306
|
class?: any;
|
1353
1307
|
theme?: string | undefined;
|
1354
|
-
contentClass?: any;
|
1355
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1356
1308
|
closeDelay?: string | number | undefined;
|
1357
1309
|
openDelay?: string | number | undefined;
|
1310
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1358
1311
|
openOnClick?: boolean | undefined;
|
1359
1312
|
openOnFocus?: boolean | undefined;
|
1313
|
+
contentClass?: any;
|
1360
1314
|
contentProps?: any;
|
1361
1315
|
attach?: string | boolean | Element | undefined;
|
1362
1316
|
} & {
|
@@ -1406,7 +1360,7 @@ export declare const VTooltip: {
|
|
1406
1360
|
globalTop: Readonly<import("vue").Ref<boolean, boolean>>;
|
1407
1361
|
localTop: import("vue").ComputedRef<boolean>;
|
1408
1362
|
updateLocation: import("vue").Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
1409
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "
|
1363
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
1410
1364
|
_allExposed: {
|
1411
1365
|
activatorEl: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1412
1366
|
scrimEl: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
@@ -1431,10 +1385,8 @@ export declare const VTooltip: {
|
|
1431
1385
|
eager: boolean;
|
1432
1386
|
disabled: boolean;
|
1433
1387
|
modelValue: boolean;
|
1434
|
-
locationStrategy: "connected" | "static" |
|
1435
|
-
|
1436
|
-
});
|
1437
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1388
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1389
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1438
1390
|
activatorProps: Record<string, any>;
|
1439
1391
|
openOnClick: boolean;
|
1440
1392
|
openOnHover: boolean;
|
@@ -1462,10 +1414,8 @@ export declare const VTooltip: {
|
|
1462
1414
|
eager: boolean;
|
1463
1415
|
disabled: boolean;
|
1464
1416
|
modelValue: boolean;
|
1465
|
-
locationStrategy: "connected" | "static" |
|
1466
|
-
|
1467
|
-
});
|
1468
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1417
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1418
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1469
1419
|
activatorProps: Record<string, any>;
|
1470
1420
|
openOnClick: boolean;
|
1471
1421
|
openOnHover: boolean;
|
@@ -1486,11 +1436,11 @@ export declare const VTooltip: {
|
|
1486
1436
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1487
1437
|
class?: any;
|
1488
1438
|
theme?: string | undefined;
|
1489
|
-
contentClass?: any;
|
1490
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1491
1439
|
closeDelay?: string | number | undefined;
|
1492
1440
|
openDelay?: string | number | undefined;
|
1441
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1493
1442
|
openOnFocus?: boolean | undefined;
|
1443
|
+
contentClass?: any;
|
1494
1444
|
contentProps?: any;
|
1495
1445
|
attach?: string | boolean | Element | undefined;
|
1496
1446
|
} & {
|
@@ -1543,10 +1493,8 @@ export declare const VTooltip: {
|
|
1543
1493
|
disabled: boolean;
|
1544
1494
|
persistent: boolean;
|
1545
1495
|
modelValue: boolean;
|
1546
|
-
locationStrategy: "connected" | "static" |
|
1547
|
-
|
1548
|
-
});
|
1549
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1496
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1497
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1550
1498
|
activatorProps: Record<string, any>;
|
1551
1499
|
openOnClick: boolean;
|
1552
1500
|
openOnHover: boolean;
|
@@ -1570,10 +1518,8 @@ export declare const VTooltip: {
|
|
1570
1518
|
disabled: boolean;
|
1571
1519
|
persistent: boolean;
|
1572
1520
|
modelValue: boolean;
|
1573
|
-
locationStrategy: "connected" | "static" |
|
1574
|
-
|
1575
|
-
});
|
1576
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1521
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1522
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1577
1523
|
activatorProps: Record<string, any>;
|
1578
1524
|
openOnHover: boolean;
|
1579
1525
|
closeOnContentClick: boolean;
|
@@ -1593,12 +1539,12 @@ export declare const VTooltip: {
|
|
1593
1539
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1594
1540
|
class?: any;
|
1595
1541
|
theme?: string | undefined;
|
1596
|
-
contentClass?: any;
|
1597
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1598
1542
|
closeDelay?: string | number | undefined;
|
1599
1543
|
openDelay?: string | number | undefined;
|
1544
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1600
1545
|
openOnClick?: boolean | undefined;
|
1601
1546
|
openOnFocus?: boolean | undefined;
|
1547
|
+
contentClass?: any;
|
1602
1548
|
contentProps?: any;
|
1603
1549
|
attach?: string | boolean | Element | undefined;
|
1604
1550
|
$children?: import("vue").VNodeChild | {
|
@@ -1671,10 +1617,8 @@ export declare const VTooltip: {
|
|
1671
1617
|
disabled: boolean;
|
1672
1618
|
persistent: boolean;
|
1673
1619
|
modelValue: boolean;
|
1674
|
-
locationStrategy: "connected" | "static" |
|
1675
|
-
|
1676
|
-
});
|
1677
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1620
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1621
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1678
1622
|
activatorProps: Record<string, any>;
|
1679
1623
|
openOnHover: boolean;
|
1680
1624
|
closeOnContentClick: boolean;
|
@@ -1695,12 +1639,12 @@ export declare const VTooltip: {
|
|
1695
1639
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1696
1640
|
class?: any;
|
1697
1641
|
theme?: string | undefined;
|
1698
|
-
contentClass?: any;
|
1699
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1700
1642
|
closeDelay?: string | number | undefined;
|
1701
1643
|
openDelay?: string | number | undefined;
|
1644
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1702
1645
|
openOnClick?: boolean | undefined;
|
1703
1646
|
openOnFocus?: boolean | undefined;
|
1647
|
+
contentClass?: any;
|
1704
1648
|
contentProps?: any;
|
1705
1649
|
attach?: string | boolean | Element | undefined;
|
1706
1650
|
} & {
|
@@ -1769,10 +1713,8 @@ export declare const VTooltip: {
|
|
1769
1713
|
disabled: boolean;
|
1770
1714
|
persistent: boolean;
|
1771
1715
|
modelValue: boolean;
|
1772
|
-
locationStrategy: "connected" | "static" |
|
1773
|
-
|
1774
|
-
});
|
1775
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1716
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1717
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1776
1718
|
activatorProps: Record<string, any>;
|
1777
1719
|
openOnClick: boolean;
|
1778
1720
|
openOnHover: boolean;
|
@@ -1825,10 +1767,8 @@ export declare const VTooltip: {
|
|
1825
1767
|
disabled: boolean;
|
1826
1768
|
persistent: boolean;
|
1827
1769
|
modelValue: boolean;
|
1828
|
-
locationStrategy: "connected" | "static" |
|
1829
|
-
|
1830
|
-
});
|
1831
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1770
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1771
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1832
1772
|
activatorProps: Record<string, any>;
|
1833
1773
|
openOnClick: boolean;
|
1834
1774
|
openOnHover: boolean;
|
@@ -1852,10 +1792,8 @@ export declare const VTooltip: {
|
|
1852
1792
|
disabled: boolean;
|
1853
1793
|
persistent: boolean;
|
1854
1794
|
modelValue: boolean;
|
1855
|
-
locationStrategy: "connected" | "static" |
|
1856
|
-
|
1857
|
-
});
|
1858
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1795
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1796
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1859
1797
|
activatorProps: Record<string, any>;
|
1860
1798
|
openOnHover: boolean;
|
1861
1799
|
closeOnContentClick: boolean;
|
@@ -1876,12 +1814,12 @@ export declare const VTooltip: {
|
|
1876
1814
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1877
1815
|
class?: any;
|
1878
1816
|
theme?: string | undefined;
|
1879
|
-
contentClass?: any;
|
1880
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1881
1817
|
closeDelay?: string | number | undefined;
|
1882
1818
|
openDelay?: string | number | undefined;
|
1819
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1883
1820
|
openOnClick?: boolean | undefined;
|
1884
1821
|
openOnFocus?: boolean | undefined;
|
1822
|
+
contentClass?: any;
|
1885
1823
|
contentProps?: any;
|
1886
1824
|
attach?: string | boolean | Element | undefined;
|
1887
1825
|
} & {
|
@@ -1931,7 +1869,7 @@ export declare const VTooltip: {
|
|
1931
1869
|
globalTop: Readonly<import("vue").Ref<boolean, boolean>>;
|
1932
1870
|
localTop: import("vue").ComputedRef<boolean>;
|
1933
1871
|
updateLocation: import("vue").Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
1934
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "
|
1872
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
1935
1873
|
_allExposed: {
|
1936
1874
|
activatorEl: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1937
1875
|
scrimEl: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
@@ -1958,10 +1896,8 @@ export declare const VTooltip: {
|
|
1958
1896
|
eager: boolean;
|
1959
1897
|
disabled: boolean;
|
1960
1898
|
modelValue: boolean;
|
1961
|
-
locationStrategy: "connected" | "static" |
|
1962
|
-
|
1963
|
-
});
|
1964
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1899
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1900
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1965
1901
|
activatorProps: Record<string, any>;
|
1966
1902
|
openOnClick: boolean;
|
1967
1903
|
openOnHover: boolean;
|
@@ -2040,30 +1976,25 @@ export declare const VTooltip: {
|
|
2040
1976
|
class: import("vue").PropType<import("../../composables/component.js").ClassValue>;
|
2041
1977
|
theme: StringConstructor;
|
2042
1978
|
modelValue: BooleanConstructor;
|
2043
|
-
contentClass: null;
|
2044
|
-
activator: import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined>;
|
2045
1979
|
locationStrategy: Omit<{
|
2046
1980
|
type: import("vue").PropType<StrategyProps["locationStrategy"]>;
|
2047
1981
|
default: string;
|
2048
1982
|
validator: (val: any) => boolean;
|
2049
1983
|
}, "type" | "default"> & {
|
2050
|
-
type: import("vue").PropType<"connected" | "static" |
|
2051
|
-
|
2052
|
-
})>;
|
2053
|
-
default: NonNullable<"connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
2054
|
-
updateLocation: (e?: Event) => void;
|
2055
|
-
})>;
|
1984
|
+
type: import("vue").PropType<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
1985
|
+
default: NonNullable<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
2056
1986
|
};
|
2057
1987
|
scrollStrategy: Omit<{
|
2058
1988
|
type: import("vue").PropType<import("../VOverlay/scrollStrategies.js").StrategyProps["scrollStrategy"]>;
|
2059
1989
|
default: string;
|
2060
1990
|
validator: (val: any) => boolean;
|
2061
1991
|
}, "type" | "default"> & {
|
2062
|
-
type: import("vue").PropType<"none" | "block" | "close" |
|
2063
|
-
default: NonNullable<"none" | "block" | "close" |
|
1992
|
+
type: import("vue").PropType<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
1993
|
+
default: NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
2064
1994
|
};
|
2065
1995
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
2066
1996
|
openDelay: (StringConstructor | NumberConstructor)[];
|
1997
|
+
activator: import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined>;
|
2067
1998
|
activatorProps: {
|
2068
1999
|
type: import("vue").PropType<Record<string, any>>;
|
2069
2000
|
default: () => {};
|
@@ -2092,6 +2023,7 @@ export declare const VTooltip: {
|
|
2092
2023
|
default: boolean;
|
2093
2024
|
};
|
2094
2025
|
contained: BooleanConstructor;
|
2026
|
+
contentClass: null;
|
2095
2027
|
contentProps: null;
|
2096
2028
|
noClickAnimation: BooleanConstructor;
|
2097
2029
|
scrim: Omit<{
|
@@ -2165,30 +2097,25 @@ export declare const VTooltip: {
|
|
2165
2097
|
class: import("vue").PropType<import("../../composables/component.js").ClassValue>;
|
2166
2098
|
theme: StringConstructor;
|
2167
2099
|
modelValue: BooleanConstructor;
|
2168
|
-
contentClass: null;
|
2169
|
-
activator: import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined>;
|
2170
2100
|
locationStrategy: Omit<{
|
2171
2101
|
type: import("vue").PropType<StrategyProps["locationStrategy"]>;
|
2172
2102
|
default: string;
|
2173
2103
|
validator: (val: any) => boolean;
|
2174
2104
|
}, "type" | "default"> & {
|
2175
|
-
type: import("vue").PropType<"connected" | "static" |
|
2176
|
-
|
2177
|
-
})>;
|
2178
|
-
default: NonNullable<"connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
|
2179
|
-
updateLocation: (e?: Event) => void;
|
2180
|
-
})>;
|
2105
|
+
type: import("vue").PropType<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
2106
|
+
default: NonNullable<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction>;
|
2181
2107
|
};
|
2182
2108
|
scrollStrategy: Omit<{
|
2183
2109
|
type: import("vue").PropType<import("../VOverlay/scrollStrategies.js").StrategyProps["scrollStrategy"]>;
|
2184
2110
|
default: string;
|
2185
2111
|
validator: (val: any) => boolean;
|
2186
2112
|
}, "type" | "default"> & {
|
2187
|
-
type: import("vue").PropType<"none" | "block" | "close" |
|
2188
|
-
default: NonNullable<"none" | "block" | "close" |
|
2113
|
+
type: import("vue").PropType<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
2114
|
+
default: NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
|
2189
2115
|
};
|
2190
2116
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
2191
2117
|
openDelay: (StringConstructor | NumberConstructor)[];
|
2118
|
+
activator: import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined>;
|
2192
2119
|
activatorProps: {
|
2193
2120
|
type: import("vue").PropType<Record<string, any>>;
|
2194
2121
|
default: () => {};
|
@@ -2217,6 +2144,7 @@ export declare const VTooltip: {
|
|
2217
2144
|
default: boolean;
|
2218
2145
|
};
|
2219
2146
|
contained: BooleanConstructor;
|
2147
|
+
contentClass: null;
|
2220
2148
|
contentProps: null;
|
2221
2149
|
noClickAnimation: BooleanConstructor;
|
2222
2150
|
scrim: Omit<{
|