ant-design-vue
Version:
An enterprise-class UI design language and Vue-based implementation
294 lines (293 loc) • 12.6 kB
TypeScript
export { ProgressProps } from './props';
declare const _default: ({
new (...args: any[]): {
$: import("vue").ComponentInternalInstance;
$data: {};
$props: Partial<{
prefixCls: string;
width: number;
format: (...args: any[]) => any;
percent: number;
successPercent: number;
strokeWidth: number;
trailColor: string;
gapDegree: number;
}> & Pick<Readonly<{
prefixCls: string;
width: number;
format: (...args: any[]) => any;
percent: number;
successPercent: number;
strokeWidth: number;
trailColor: string;
gapDegree: number;
} & {
size?: "default" | "small";
type?: "circle" | "line" | "dashboard";
status?: "normal" | "active" | "success" | "exception";
showInfo?: boolean;
strokeLinecap?: string;
strokeColor?: string | {
[key: string]: any;
};
gapPosition?: "bottom" | "left" | "right" | "top";
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "style" | "class" | "key" | "ref" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "size" | "type" | "status" | "showInfo" | "strokeLinecap" | "strokeColor" | "gapPosition">;
$attrs: Record<string, unknown>;
$refs: Record<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<{
prefixCls: string;
width: number;
format: (...args: any[]) => any;
percent: number;
successPercent: number;
strokeWidth: number;
trailColor: string;
gapDegree: number;
} & {
size?: "default" | "small";
type?: "circle" | "line" | "dashboard";
status?: "normal" | "active" | "success" | "exception";
showInfo?: boolean;
strokeLinecap?: string;
strokeColor?: string | {
[key: string]: any;
};
gapPosition?: "bottom" | "left" | "right" | "top";
}>, {
configProvider: import("../config-provider").ConfigConsumerProps;
}, unknown, {}, {
getPercentNumber(): number;
getProgressStatus(): "normal" | "active" | "success" | "exception";
renderProcessInfo(prefixCls: string, progressStatus: "normal" | "active" | "success" | "exception"): JSX.Element;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
prefixCls: string;
width: number;
format: (...args: any[]) => any;
percent: number;
successPercent: number;
strokeWidth: number;
trailColor: string;
gapDegree: number;
}>;
$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<{
prefixCls: string;
width: number;
format: (...args: any[]) => any;
percent: number;
successPercent: number;
strokeWidth: number;
trailColor: string;
gapDegree: number;
} & {
size?: "default" | "small";
type?: "circle" | "line" | "dashboard";
status?: "normal" | "active" | "success" | "exception";
showInfo?: boolean;
strokeLinecap?: string;
strokeColor?: string | {
[key: string]: any;
};
gapPosition?: "bottom" | "left" | "right" | "top";
}> & import("vue").ShallowUnwrapRef<{
configProvider: import("../config-provider").ConfigConsumerProps;
}> & {} & {
getPercentNumber(): number;
getProgressStatus(): "normal" | "active" | "success" | "exception";
renderProcessInfo(prefixCls: string, progressStatus: "normal" | "active" | "success" | "exception"): JSX.Element;
} & import("vue").ComponentCustomProperties;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import("vue").ComponentOptionsBase<Readonly<{
prefixCls: string;
width: number;
format: (...args: any[]) => any;
percent: number;
successPercent: number;
strokeWidth: number;
trailColor: string;
gapDegree: number;
} & {
size?: "default" | "small";
type?: "circle" | "line" | "dashboard";
status?: "normal" | "active" | "success" | "exception";
showInfo?: boolean;
strokeLinecap?: string;
strokeColor?: string | {
[key: string]: any;
};
gapPosition?: "bottom" | "left" | "right" | "top";
}>, {
configProvider: import("../config-provider").ConfigConsumerProps;
}, unknown, {}, {
getPercentNumber(): number;
getProgressStatus(): "normal" | "active" | "success" | "exception";
renderProcessInfo(prefixCls: string, progressStatus: "normal" | "active" | "success" | "exception"): JSX.Element;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
prefixCls: string;
width: number;
format: (...args: any[]) => any;
percent: number;
successPercent: number;
strokeWidth: number;
trailColor: string;
gapDegree: number;
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & ((app: import("vue").App<any>, ...options: any[]) => any) & {
install?: (app: import("vue").App<any>, ...options: any[]) => any;
}) | ({
new (...args: any[]): {
$: import("vue").ComponentInternalInstance;
$data: {};
$props: Partial<{
prefixCls: string;
width: number;
format: (...args: any[]) => any;
percent: number;
successPercent: number;
strokeWidth: number;
trailColor: string;
gapDegree: number;
}> & Pick<Readonly<{
prefixCls: string;
width: number;
format: (...args: any[]) => any;
percent: number;
successPercent: number;
strokeWidth: number;
trailColor: string;
gapDegree: number;
} & {
size?: "default" | "small";
type?: "circle" | "line" | "dashboard";
status?: "normal" | "active" | "success" | "exception";
showInfo?: boolean;
strokeLinecap?: string;
strokeColor?: string | {
[key: string]: any;
};
gapPosition?: "bottom" | "left" | "right" | "top";
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "style" | "class" | "key" | "ref" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "size" | "type" | "status" | "showInfo" | "strokeLinecap" | "strokeColor" | "gapPosition">;
$attrs: Record<string, unknown>;
$refs: Record<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<{
prefixCls: string;
width: number;
format: (...args: any[]) => any;
percent: number;
successPercent: number;
strokeWidth: number;
trailColor: string;
gapDegree: number;
} & {
size?: "default" | "small";
type?: "circle" | "line" | "dashboard";
status?: "normal" | "active" | "success" | "exception";
showInfo?: boolean;
strokeLinecap?: string;
strokeColor?: string | {
[key: string]: any;
};
gapPosition?: "bottom" | "left" | "right" | "top";
}>, {
configProvider: import("../config-provider").ConfigConsumerProps;
}, unknown, {}, {
getPercentNumber(): number;
getProgressStatus(): "normal" | "active" | "success" | "exception";
renderProcessInfo(prefixCls: string, progressStatus: "normal" | "active" | "success" | "exception"): JSX.Element;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
prefixCls: string;
width: number;
format: (...args: any[]) => any;
percent: number;
successPercent: number;
strokeWidth: number;
trailColor: string;
gapDegree: number;
}>;
$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<{
prefixCls: string;
width: number;
format: (...args: any[]) => any;
percent: number;
successPercent: number;
strokeWidth: number;
trailColor: string;
gapDegree: number;
} & {
size?: "default" | "small";
type?: "circle" | "line" | "dashboard";
status?: "normal" | "active" | "success" | "exception";
showInfo?: boolean;
strokeLinecap?: string;
strokeColor?: string | {
[key: string]: any;
};
gapPosition?: "bottom" | "left" | "right" | "top";
}> & import("vue").ShallowUnwrapRef<{
configProvider: import("../config-provider").ConfigConsumerProps;
}> & {} & {
getPercentNumber(): number;
getProgressStatus(): "normal" | "active" | "success" | "exception";
renderProcessInfo(prefixCls: string, progressStatus: "normal" | "active" | "success" | "exception"): JSX.Element;
} & import("vue").ComponentCustomProperties;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import("vue").ComponentOptionsBase<Readonly<{
prefixCls: string;
width: number;
format: (...args: any[]) => any;
percent: number;
successPercent: number;
strokeWidth: number;
trailColor: string;
gapDegree: number;
} & {
size?: "default" | "small";
type?: "circle" | "line" | "dashboard";
status?: "normal" | "active" | "success" | "exception";
showInfo?: boolean;
strokeLinecap?: string;
strokeColor?: string | {
[key: string]: any;
};
gapPosition?: "bottom" | "left" | "right" | "top";
}>, {
configProvider: import("../config-provider").ConfigConsumerProps;
}, unknown, {}, {
getPercentNumber(): number;
getProgressStatus(): "normal" | "active" | "success" | "exception";
renderProcessInfo(prefixCls: string, progressStatus: "normal" | "active" | "success" | "exception"): JSX.Element;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
prefixCls: string;
width: number;
format: (...args: any[]) => any;
percent: number;
successPercent: number;
strokeWidth: number;
trailColor: string;
gapDegree: number;
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
install: (app: import("vue").App<any>, ...options: any[]) => any;
});
export default _default;