| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168 |
- import type { ExtractPropTypes } from 'vue';
- import type { VueNode } from '../_util/type';
- import type { ProgressSize } from './props';
- export declare const stepsProps: () => {
- steps: NumberConstructor;
- strokeColor: {
- type: import("vue").PropType<string | string[]>;
- default: string | string[];
- };
- trailColor: StringConstructor;
- prefixCls: StringConstructor;
- type: {
- type: import("vue").PropType<"circle" | "line" | "dashboard">;
- default: "circle" | "line" | "dashboard";
- };
- percent: NumberConstructor;
- format: {
- type: import("vue").PropType<(percent?: number, successPercent?: number) => VueNode>;
- default: (percent?: number, successPercent?: number) => VueNode;
- };
- status: {
- type: import("vue").PropType<"normal" | "active" | "success" | "exception">;
- default: "normal" | "active" | "success" | "exception";
- };
- showInfo: {
- type: BooleanConstructor;
- default: boolean;
- };
- strokeWidth: NumberConstructor;
- strokeLinecap: {
- type: import("vue").PropType<"round" | "butt" | "square">;
- default: "round" | "butt" | "square";
- };
- width: NumberConstructor;
- success: {
- type: import("vue").PropType<import("./props").SuccessProps>;
- default: import("./props").SuccessProps;
- };
- gapDegree: NumberConstructor;
- gapPosition: {
- type: import("vue").PropType<"left" | "right" | "top" | "bottom">;
- default: "left" | "right" | "top" | "bottom";
- };
- size: {
- type: import("vue").PropType<ProgressSize>;
- default: ProgressSize;
- };
- successPercent: NumberConstructor;
- title: StringConstructor;
- progressStatus: {
- type: import("vue").PropType<"normal" | "active" | "success" | "exception">;
- default: "normal" | "active" | "success" | "exception";
- };
- };
- export type StepsProps = Partial<ExtractPropTypes<ReturnType<typeof stepsProps>>>;
- declare const _default: import("vue").DefineComponent<{
- steps: NumberConstructor;
- strokeColor: {
- type: import("vue").PropType<string | string[]>;
- default: string | string[];
- };
- trailColor: StringConstructor;
- prefixCls: StringConstructor;
- type: {
- type: import("vue").PropType<"circle" | "line" | "dashboard">;
- default: "circle" | "line" | "dashboard";
- };
- percent: NumberConstructor;
- format: {
- type: import("vue").PropType<(percent?: number, successPercent?: number) => VueNode>;
- default: (percent?: number, successPercent?: number) => VueNode;
- };
- status: {
- type: import("vue").PropType<"normal" | "active" | "success" | "exception">;
- default: "normal" | "active" | "success" | "exception";
- };
- showInfo: {
- type: BooleanConstructor;
- default: boolean;
- };
- strokeWidth: NumberConstructor;
- strokeLinecap: {
- type: import("vue").PropType<"round" | "butt" | "square">;
- default: "round" | "butt" | "square";
- };
- width: NumberConstructor;
- success: {
- type: import("vue").PropType<import("./props").SuccessProps>;
- default: import("./props").SuccessProps;
- };
- gapDegree: NumberConstructor;
- gapPosition: {
- type: import("vue").PropType<"left" | "right" | "top" | "bottom">;
- default: "left" | "right" | "top" | "bottom";
- };
- size: {
- type: import("vue").PropType<ProgressSize>;
- default: ProgressSize;
- };
- successPercent: NumberConstructor;
- title: StringConstructor;
- progressStatus: {
- type: import("vue").PropType<"normal" | "active" | "success" | "exception">;
- default: "normal" | "active" | "success" | "exception";
- };
- }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ExtractPropTypes<{
- steps: NumberConstructor;
- strokeColor: {
- type: import("vue").PropType<string | string[]>;
- default: string | string[];
- };
- trailColor: StringConstructor;
- prefixCls: StringConstructor;
- type: {
- type: import("vue").PropType<"circle" | "line" | "dashboard">;
- default: "circle" | "line" | "dashboard";
- };
- percent: NumberConstructor;
- format: {
- type: import("vue").PropType<(percent?: number, successPercent?: number) => VueNode>;
- default: (percent?: number, successPercent?: number) => VueNode;
- };
- status: {
- type: import("vue").PropType<"normal" | "active" | "success" | "exception">;
- default: "normal" | "active" | "success" | "exception";
- };
- showInfo: {
- type: BooleanConstructor;
- default: boolean;
- };
- strokeWidth: NumberConstructor;
- strokeLinecap: {
- type: import("vue").PropType<"round" | "butt" | "square">;
- default: "round" | "butt" | "square";
- };
- width: NumberConstructor;
- success: {
- type: import("vue").PropType<import("./props").SuccessProps>;
- default: import("./props").SuccessProps;
- };
- gapDegree: NumberConstructor;
- gapPosition: {
- type: import("vue").PropType<"left" | "right" | "top" | "bottom">;
- default: "left" | "right" | "top" | "bottom";
- };
- size: {
- type: import("vue").PropType<ProgressSize>;
- default: ProgressSize;
- };
- successPercent: NumberConstructor;
- title: StringConstructor;
- progressStatus: {
- type: import("vue").PropType<"normal" | "active" | "success" | "exception">;
- default: "normal" | "active" | "success" | "exception";
- };
- }>>, {
- size: ProgressSize;
- type: "circle" | "line" | "dashboard";
- strokeLinecap: "round" | "butt" | "square";
- success: import("./props").SuccessProps;
- format: (percent?: number, successPercent?: number) => VueNode;
- status: "normal" | "active" | "success" | "exception";
- showInfo: boolean;
- strokeColor: string | string[];
- gapPosition: "left" | "right" | "top" | "bottom";
- progressStatus: "normal" | "active" | "success" | "exception";
- }, {}>;
- export default _default;
|