UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

551 lines (550 loc) 19.1 kB
import type { PopoverInst } from '../../popover'; import type { ExtractPublicPropTypes } from '../../_utils'; export type TooltipInst = PopoverInst; export declare const tooltipProps: { theme: import("vue").PropType<import("../../_mixins").Theme<"Tooltip", { borderRadius: string; boxShadow: string; color: string; textColor: string; padding: string; }, { Popover: import("../../_mixins").Theme<"Popover", { fontSize: string; borderRadius: string; color: string; dividerColor: string; textColor: string; boxShadow: string; space: string; spaceArrow: string; arrowOffset: string; arrowOffsetVertical: string; arrowHeight: string; padding: string; }, any>; }>>; themeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tooltip", { borderRadius: string; boxShadow: string; color: string; textColor: string; padding: string; }, { Popover: import("../../_mixins").Theme<"Popover", { fontSize: string; borderRadius: string; color: string; dividerColor: string; textColor: string; boxShadow: string; space: string; spaceArrow: string; arrowOffset: string; arrowOffsetVertical: string; arrowHeight: string; padding: string; }, any>; }>>>; builtinThemeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tooltip", { borderRadius: string; boxShadow: string; color: string; textColor: string; padding: string; }, { Popover: import("../../_mixins").Theme<"Popover", { fontSize: string; borderRadius: string; color: string; dividerColor: string; textColor: string; boxShadow: string; space: string; spaceArrow: string; arrowOffset: string; arrowOffsetVertical: string; arrowHeight: string; padding: string; }, any>; }>>>; show: { type: import("vue").PropType<boolean | undefined>; default: undefined; }; defaultShow: BooleanConstructor; showArrow: { type: BooleanConstructor; default: boolean; }; trigger: { type: import("vue").PropType<import("../../popover").PopoverTrigger>; default: string; }; delay: { type: NumberConstructor; default: number; }; duration: { type: NumberConstructor; default: number; }; raw: BooleanConstructor; placement: { type: import("vue").PropType<import("vueuc/lib/binder/src/interface").Placement>; default: string; }; x: NumberConstructor; y: NumberConstructor; arrowPointToCenter: BooleanConstructor; disabled: BooleanConstructor; getDisabled: import("vue").PropType<() => boolean>; displayDirective: { type: import("vue").PropType<"if" | "show">; default: string; }; arrowClass: StringConstructor; arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>; arrowWrapperClass: StringConstructor; arrowWrapperStyle: import("vue").PropType<string | import("vue").CSSProperties>; flip: { type: BooleanConstructor; default: boolean; }; animated: { type: BooleanConstructor; default: boolean; }; width: { type: import("vue").PropType<number | "trigger">; default: undefined; }; overlap: BooleanConstructor; keepAliveOnHover: { type: BooleanConstructor; default: boolean; }; zIndex: NumberConstructor; to: { type: import("vue").PropType<HTMLElement | string | boolean>; default: undefined; }; scrollable: BooleanConstructor; contentClass: StringConstructor; contentStyle: import("vue").PropType<import("vue").CSSProperties | string>; headerClass: StringConstructor; headerStyle: import("vue").PropType<import("vue").CSSProperties | string>; footerClass: StringConstructor; footerStyle: import("vue").PropType<import("vue").CSSProperties | string>; onClickoutside: import("vue").PropType<(e: MouseEvent) => void>; 'onUpdate:show': import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void>>; onUpdateShow: import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void>>; internalDeactivateImmediately: BooleanConstructor; internalSyncTargetWithParent: BooleanConstructor; internalInheritedEventHandlers: { type: import("vue").PropType<import("../../popover/src/Popover").TriggerEventHandlers[]>; default: () => never[]; }; internalTrapFocus: BooleanConstructor; internalExtraClass: { type: import("vue").PropType<string[]>; default: () => never[]; }; onShow: import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void> | undefined>; onHide: import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void> | undefined>; arrow: { type: import("vue").PropType<boolean | undefined>; default: undefined; }; minWidth: NumberConstructor; maxWidth: NumberConstructor; }; export type TooltipProps = ExtractPublicPropTypes<typeof tooltipProps>; declare const _default: import("vue").DefineComponent<{ theme: import("vue").PropType<import("../../_mixins").Theme<"Tooltip", { borderRadius: string; boxShadow: string; color: string; textColor: string; padding: string; }, { Popover: import("../../_mixins").Theme<"Popover", { fontSize: string; borderRadius: string; color: string; dividerColor: string; textColor: string; boxShadow: string; space: string; spaceArrow: string; arrowOffset: string; arrowOffsetVertical: string; arrowHeight: string; padding: string; }, any>; }>>; themeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tooltip", { borderRadius: string; boxShadow: string; color: string; textColor: string; padding: string; }, { Popover: import("../../_mixins").Theme<"Popover", { fontSize: string; borderRadius: string; color: string; dividerColor: string; textColor: string; boxShadow: string; space: string; spaceArrow: string; arrowOffset: string; arrowOffsetVertical: string; arrowHeight: string; padding: string; }, any>; }>>>; builtinThemeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tooltip", { borderRadius: string; boxShadow: string; color: string; textColor: string; padding: string; }, { Popover: import("../../_mixins").Theme<"Popover", { fontSize: string; borderRadius: string; color: string; dividerColor: string; textColor: string; boxShadow: string; space: string; spaceArrow: string; arrowOffset: string; arrowOffsetVertical: string; arrowHeight: string; padding: string; }, any>; }>>>; show: { type: import("vue").PropType<boolean | undefined>; default: undefined; }; defaultShow: BooleanConstructor; showArrow: { type: BooleanConstructor; default: boolean; }; trigger: { type: import("vue").PropType<import("../../popover").PopoverTrigger>; default: string; }; delay: { type: NumberConstructor; default: number; }; duration: { type: NumberConstructor; default: number; }; raw: BooleanConstructor; placement: { type: import("vue").PropType<import("vueuc/lib/binder/src/interface").Placement>; default: string; }; x: NumberConstructor; y: NumberConstructor; arrowPointToCenter: BooleanConstructor; disabled: BooleanConstructor; getDisabled: import("vue").PropType<() => boolean>; displayDirective: { type: import("vue").PropType<"if" | "show">; default: string; }; arrowClass: StringConstructor; arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>; arrowWrapperClass: StringConstructor; arrowWrapperStyle: import("vue").PropType<string | import("vue").CSSProperties>; flip: { type: BooleanConstructor; default: boolean; }; animated: { type: BooleanConstructor; default: boolean; }; width: { type: import("vue").PropType<number | "trigger">; default: undefined; }; overlap: BooleanConstructor; keepAliveOnHover: { type: BooleanConstructor; default: boolean; }; zIndex: NumberConstructor; to: { type: import("vue").PropType<HTMLElement | string | boolean>; default: undefined; }; scrollable: BooleanConstructor; contentClass: StringConstructor; contentStyle: import("vue").PropType<import("vue").CSSProperties | string>; headerClass: StringConstructor; headerStyle: import("vue").PropType<import("vue").CSSProperties | string>; footerClass: StringConstructor; footerStyle: import("vue").PropType<import("vue").CSSProperties | string>; onClickoutside: import("vue").PropType<(e: MouseEvent) => void>; 'onUpdate:show': import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void>>; onUpdateShow: import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void>>; internalDeactivateImmediately: BooleanConstructor; internalSyncTargetWithParent: BooleanConstructor; internalInheritedEventHandlers: { type: import("vue").PropType<import("../../popover/src/Popover").TriggerEventHandlers[]>; default: () => never[]; }; internalTrapFocus: BooleanConstructor; internalExtraClass: { type: import("vue").PropType<string[]>; default: () => never[]; }; onShow: import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void> | undefined>; onHide: import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void> | undefined>; arrow: { type: import("vue").PropType<boolean | undefined>; default: undefined; }; minWidth: NumberConstructor; maxWidth: NumberConstructor; }, { popoverRef: import("vue").Ref<{ syncPosition: () => void; setShow: (value: boolean) => void; } | null>; mergedTheme: import("vue").ComputedRef<{ common: import("../..").ThemeCommonVars; self: { borderRadius: string; boxShadow: string; color: string; textColor: string; padding: string; }; peers: { Popover: import("../../_mixins").Theme<"Popover", { fontSize: string; borderRadius: string; color: string; dividerColor: string; textColor: string; boxShadow: string; space: string; spaceArrow: string; arrowOffset: string; arrowOffsetVertical: string; arrowHeight: string; padding: string; }, any>; }; peerOverrides: { Popover?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; popoverThemeOverrides: import("vue").ComputedRef<{ borderRadius: string; boxShadow: string; color: string; textColor: string; padding: string; }>; syncPosition: () => void; setShow: (value: boolean) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ theme: import("vue").PropType<import("../../_mixins").Theme<"Tooltip", { borderRadius: string; boxShadow: string; color: string; textColor: string; padding: string; }, { Popover: import("../../_mixins").Theme<"Popover", { fontSize: string; borderRadius: string; color: string; dividerColor: string; textColor: string; boxShadow: string; space: string; spaceArrow: string; arrowOffset: string; arrowOffsetVertical: string; arrowHeight: string; padding: string; }, any>; }>>; themeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tooltip", { borderRadius: string; boxShadow: string; color: string; textColor: string; padding: string; }, { Popover: import("../../_mixins").Theme<"Popover", { fontSize: string; borderRadius: string; color: string; dividerColor: string; textColor: string; boxShadow: string; space: string; spaceArrow: string; arrowOffset: string; arrowOffsetVertical: string; arrowHeight: string; padding: string; }, any>; }>>>; builtinThemeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Tooltip", { borderRadius: string; boxShadow: string; color: string; textColor: string; padding: string; }, { Popover: import("../../_mixins").Theme<"Popover", { fontSize: string; borderRadius: string; color: string; dividerColor: string; textColor: string; boxShadow: string; space: string; spaceArrow: string; arrowOffset: string; arrowOffsetVertical: string; arrowHeight: string; padding: string; }, any>; }>>>; show: { type: import("vue").PropType<boolean | undefined>; default: undefined; }; defaultShow: BooleanConstructor; showArrow: { type: BooleanConstructor; default: boolean; }; trigger: { type: import("vue").PropType<import("../../popover").PopoverTrigger>; default: string; }; delay: { type: NumberConstructor; default: number; }; duration: { type: NumberConstructor; default: number; }; raw: BooleanConstructor; placement: { type: import("vue").PropType<import("vueuc/lib/binder/src/interface").Placement>; default: string; }; x: NumberConstructor; y: NumberConstructor; arrowPointToCenter: BooleanConstructor; disabled: BooleanConstructor; getDisabled: import("vue").PropType<() => boolean>; displayDirective: { type: import("vue").PropType<"if" | "show">; default: string; }; arrowClass: StringConstructor; arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>; arrowWrapperClass: StringConstructor; arrowWrapperStyle: import("vue").PropType<string | import("vue").CSSProperties>; flip: { type: BooleanConstructor; default: boolean; }; animated: { type: BooleanConstructor; default: boolean; }; width: { type: import("vue").PropType<number | "trigger">; default: undefined; }; overlap: BooleanConstructor; keepAliveOnHover: { type: BooleanConstructor; default: boolean; }; zIndex: NumberConstructor; to: { type: import("vue").PropType<HTMLElement | string | boolean>; default: undefined; }; scrollable: BooleanConstructor; contentClass: StringConstructor; contentStyle: import("vue").PropType<import("vue").CSSProperties | string>; headerClass: StringConstructor; headerStyle: import("vue").PropType<import("vue").CSSProperties | string>; footerClass: StringConstructor; footerStyle: import("vue").PropType<import("vue").CSSProperties | string>; onClickoutside: import("vue").PropType<(e: MouseEvent) => void>; 'onUpdate:show': import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void>>; onUpdateShow: import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void>>; internalDeactivateImmediately: BooleanConstructor; internalSyncTargetWithParent: BooleanConstructor; internalInheritedEventHandlers: { type: import("vue").PropType<import("../../popover/src/Popover").TriggerEventHandlers[]>; default: () => never[]; }; internalTrapFocus: BooleanConstructor; internalExtraClass: { type: import("vue").PropType<string[]>; default: () => never[]; }; onShow: import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void> | undefined>; onHide: import("vue").PropType<import("../../_utils").MaybeArray<(value: boolean) => void> | undefined>; arrow: { type: import("vue").PropType<boolean | undefined>; default: undefined; }; minWidth: NumberConstructor; maxWidth: NumberConstructor; }>>, { show: boolean | undefined; flip: boolean; width: number | "trigger"; disabled: boolean; duration: number; to: string | boolean | HTMLElement; raw: boolean; placement: import("vueuc/lib/binder/src/interface").Placement; overlap: boolean; scrollable: boolean; trigger: import("../../popover").PopoverTrigger; showArrow: boolean; delay: number; arrowPointToCenter: boolean; displayDirective: "show" | "if"; keepAliveOnHover: boolean; internalDeactivateImmediately: boolean; animated: boolean; internalTrapFocus: boolean; defaultShow: boolean; internalSyncTargetWithParent: boolean; internalInheritedEventHandlers: import("../../popover/src/Popover").TriggerEventHandlers[]; internalExtraClass: string[]; arrow: boolean | undefined; }, {}>; export default _default;