UNPKG

@fe6/water-pro

Version:

An enterprise-class UI design language and Vue-based implementation

167 lines (166 loc) 6.77 kB
import { CSSProperties, VNode, Plugin } from 'vue'; import Ribbon from './Ribbon'; declare const _default: { new (...args: any[]): { $: import("vue").ComponentInternalInstance; $data: {}; $props: Partial<{ title: string; prefixCls: string; color: string; overflowCount: number; scrollNumberPrefixCls: string; }> & Omit<Readonly<{ title: string; prefixCls: string; color: string; overflowCount: number; scrollNumberPrefixCls: string; } & { text?: import("../_util/type").VueNode; dot?: boolean; offset?: (string | number)[]; count?: import("../_util/type").VueNode; status?: "default" | "error" | "success" | "warning" | "processing"; showZero?: boolean; numberStyle?: CSSProperties; }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "prefixCls" | "color" | "overflowCount" | "scrollNumberPrefixCls">; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("vue").Slot; }>; $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>; $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: import("vue").ComponentOptionsBase<Readonly<{ title: string; prefixCls: string; color: string; overflowCount: number; scrollNumberPrefixCls: string; } & { text?: import("../_util/type").VueNode; dot?: boolean; offset?: (string | number)[]; count?: import("../_util/type").VueNode; status?: "default" | "error" | "success" | "warning" | "processing"; showZero?: boolean; numberStyle?: CSSProperties; }>, { configProvider: import("../config-provider").ConfigConsumerProps; badgeCount: any; }, unknown, {}, { getNumberedDispayCount(): any; getDispayCount(): any; getScrollNumberTitle(): any; getStyleWithOffset(): any; getBadgeClassName(prefixCls: string, children: VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>[]): string; hasStatus(): boolean; isZero(): boolean; isDot(): any; isHidden(): boolean; renderStatusText(prefixCls: string): JSX.Element; renderDispayComponent(): VNode<any, any, { [key: string]: any; }>; renderBadgeNumber(prefixCls: string, scrollNumberPrefixCls: string): JSX.Element; }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, { title: string; prefixCls: string; color: string; overflowCount: number; scrollNumberPrefixCls: string; }>; $forceUpdate: import("vue").ReactiveEffect<any>; $nextTick: typeof import("vue").nextTick; $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle; } & Readonly<{ title: string; prefixCls: string; color: string; overflowCount: number; scrollNumberPrefixCls: string; } & { text?: import("../_util/type").VueNode; dot?: boolean; offset?: (string | number)[]; count?: import("../_util/type").VueNode; status?: "default" | "error" | "success" | "warning" | "processing"; showZero?: boolean; numberStyle?: CSSProperties; }> & import("vue").ShallowUnwrapRef<{ configProvider: import("../config-provider").ConfigConsumerProps; badgeCount: any; }> & {} & {} & { getNumberedDispayCount(): any; getDispayCount(): any; getScrollNumberTitle(): any; getStyleWithOffset(): any; getBadgeClassName(prefixCls: string, children: VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>[]): string; hasStatus(): boolean; isZero(): boolean; isDot(): any; isHidden(): boolean; renderStatusText(prefixCls: string): JSX.Element; renderDispayComponent(): VNode<any, any, { [key: string]: any; }>; renderBadgeNumber(prefixCls: string, scrollNumberPrefixCls: string): JSX.Element; } & import("vue").ComponentCustomProperties; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase<Readonly<{ title: string; prefixCls: string; color: string; overflowCount: number; scrollNumberPrefixCls: string; } & { text?: import("../_util/type").VueNode; dot?: boolean; offset?: (string | number)[]; count?: import("../_util/type").VueNode; status?: "default" | "error" | "success" | "warning" | "processing"; showZero?: boolean; numberStyle?: CSSProperties; }>, { configProvider: import("../config-provider").ConfigConsumerProps; badgeCount: any; }, unknown, {}, { getNumberedDispayCount(): any; getDispayCount(): any; getScrollNumberTitle(): any; getStyleWithOffset(): any; getBadgeClassName(prefixCls: string, children: VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>[]): string; hasStatus(): boolean; isZero(): boolean; isDot(): any; isHidden(): boolean; renderStatusText(prefixCls: string): JSX.Element; renderDispayComponent(): VNode<any, any, { [key: string]: any; }>; renderBadgeNumber(prefixCls: string, scrollNumberPrefixCls: string): JSX.Element; }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, { title: string; prefixCls: string; color: string; overflowCount: number; scrollNumberPrefixCls: string; }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Plugin & { readonly Ribbon: typeof Ribbon; }; export default _default;