comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
141 lines (140 loc) • 6.27 kB
TypeScript
export declare const CuProgress: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
readonly progress: {
readonly type: NumberConstructor;
readonly default: 0;
};
readonly type: {
readonly type: import('vue').PropType<import('../../utils').ComicType>;
readonly default: "primary";
};
readonly barType: {
readonly type: import('vue').PropType<"line" | "line-trends" | "circle" | "trends">;
readonly default: "line";
};
readonly status: import('vue').PropType<"success" | "warning" | "fail">;
readonly size: {
readonly type: import('vue').PropType<string | number>;
readonly default: "120";
};
readonly barWidth: NumberConstructor;
readonly colors: import('vue').PropType<string | Record<string, string> | ((value: number) => string)>;
readonly insetFormat: BooleanConstructor;
readonly format: StringConstructor;
readonly showText: {
readonly type: BooleanConstructor;
readonly default: true;
};
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
readonly progress: {
readonly type: NumberConstructor;
readonly default: 0;
};
readonly type: {
readonly type: import('vue').PropType<import('../../utils').ComicType>;
readonly default: "primary";
};
readonly barType: {
readonly type: import('vue').PropType<"line" | "line-trends" | "circle" | "trends">;
readonly default: "line";
};
readonly status: import('vue').PropType<"success" | "warning" | "fail">;
readonly size: {
readonly type: import('vue').PropType<string | number>;
readonly default: "120";
};
readonly barWidth: NumberConstructor;
readonly colors: import('vue').PropType<string | Record<string, string> | ((value: number) => string)>;
readonly insetFormat: BooleanConstructor;
readonly format: StringConstructor;
readonly showText: {
readonly type: BooleanConstructor;
readonly default: true;
};
}>> & Readonly<{}>, {
readonly size: string | number;
readonly progress: number;
readonly type: import('../../utils').ComicType;
readonly barType: "circle" | "line" | "line-trends" | "trends";
readonly insetFormat: boolean;
readonly showText: boolean;
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('vue').ExtractPropTypes<{
readonly progress: {
readonly type: NumberConstructor;
readonly default: 0;
};
readonly type: {
readonly type: import('vue').PropType<import('../../utils').ComicType>;
readonly default: "primary";
};
readonly barType: {
readonly type: import('vue').PropType<"line" | "line-trends" | "circle" | "trends">;
readonly default: "line";
};
readonly status: import('vue').PropType<"success" | "warning" | "fail">;
readonly size: {
readonly type: import('vue').PropType<string | number>;
readonly default: "120";
};
readonly barWidth: NumberConstructor;
readonly colors: import('vue').PropType<string | Record<string, string> | ((value: number) => string)>;
readonly insetFormat: BooleanConstructor;
readonly format: StringConstructor;
readonly showText: {
readonly type: BooleanConstructor;
readonly default: true;
};
}>> & Readonly<{}>, {}, {}, {}, {}, {
readonly size: string | number;
readonly progress: number;
readonly type: import('../../utils').ComicType;
readonly barType: "circle" | "line" | "line-trends" | "trends";
readonly insetFormat: boolean;
readonly showText: boolean;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
readonly progress: {
readonly type: NumberConstructor;
readonly default: 0;
};
readonly type: {
readonly type: import('vue').PropType<import('../../utils').ComicType>;
readonly default: "primary";
};
readonly barType: {
readonly type: import('vue').PropType<"line" | "line-trends" | "circle" | "trends">;
readonly default: "line";
};
readonly status: import('vue').PropType<"success" | "warning" | "fail">;
readonly size: {
readonly type: import('vue').PropType<string | number>;
readonly default: "120";
};
readonly barWidth: NumberConstructor;
readonly colors: import('vue').PropType<string | Record<string, string> | ((value: number) => string)>;
readonly insetFormat: BooleanConstructor;
readonly format: StringConstructor;
readonly showText: {
readonly type: BooleanConstructor;
readonly default: true;
};
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
readonly size: string | number;
readonly progress: number;
readonly type: import('../../utils').ComicType;
readonly barType: "circle" | "line" | "line-trends" | "trends";
readonly insetFormat: boolean;
readonly showText: boolean;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
install?: (app: import('vue').App) => void;
};