comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
184 lines (183 loc) • 7.86 kB
TypeScript
export declare const CuSlider: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: import('vue').PropType<number | number[]>;
readonly type: {
readonly type: import('vue').PropType<import('../../utils').ComicType>;
readonly default: "primary";
};
readonly size: import('vue').PropType<import('../../utils').ComicSize>;
readonly color: StringConstructor;
readonly range: BooleanConstructor;
readonly max: {
readonly type: NumberConstructor;
readonly default: 100;
};
readonly min: {
readonly type: NumberConstructor;
readonly default: 0;
};
readonly step: {
readonly type: NumberConstructor;
readonly default: 1;
};
readonly showInput: BooleanConstructor;
readonly showStep: BooleanConstructor;
readonly disabled: BooleanConstructor;
readonly marks: import('vue').PropType<import('./src/type').Marks>;
readonly showTooltip: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly formatTooltip: import('vue').PropType<(value: number) => string>;
}>> & Readonly<{
onChange?: (value: import('../../utils').Arrayable<number>) => any;
"onUpdate:modelValue"?: (value: import('../../utils').Arrayable<number>) => any;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (value: import('../../utils').Arrayable<number>) => void;
"update:modelValue": (value: import('../../utils').Arrayable<number>) => void;
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: import('vue').PropType<number | number[]>;
readonly type: {
readonly type: import('vue').PropType<import('../../utils').ComicType>;
readonly default: "primary";
};
readonly size: import('vue').PropType<import('../../utils').ComicSize>;
readonly color: StringConstructor;
readonly range: BooleanConstructor;
readonly max: {
readonly type: NumberConstructor;
readonly default: 100;
};
readonly min: {
readonly type: NumberConstructor;
readonly default: 0;
};
readonly step: {
readonly type: NumberConstructor;
readonly default: 1;
};
readonly showInput: BooleanConstructor;
readonly showStep: BooleanConstructor;
readonly disabled: BooleanConstructor;
readonly marks: import('vue').PropType<import('./src/type').Marks>;
readonly showTooltip: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly formatTooltip: import('vue').PropType<(value: number) => string>;
}>> & Readonly<{
onChange?: (value: import('../../utils').Arrayable<number>) => any;
"onUpdate:modelValue"?: (value: import('../../utils').Arrayable<number>) => any;
}>, {
readonly type: import('../../utils').ComicType;
readonly disabled: boolean;
readonly max: number;
readonly range: boolean;
readonly min: number;
readonly step: number;
readonly showInput: boolean;
readonly showStep: boolean;
readonly showTooltip: boolean;
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: import('vue').PropType<number | number[]>;
readonly type: {
readonly type: import('vue').PropType<import('../../utils').ComicType>;
readonly default: "primary";
};
readonly size: import('vue').PropType<import('../../utils').ComicSize>;
readonly color: StringConstructor;
readonly range: BooleanConstructor;
readonly max: {
readonly type: NumberConstructor;
readonly default: 100;
};
readonly min: {
readonly type: NumberConstructor;
readonly default: 0;
};
readonly step: {
readonly type: NumberConstructor;
readonly default: 1;
};
readonly showInput: BooleanConstructor;
readonly showStep: BooleanConstructor;
readonly disabled: BooleanConstructor;
readonly marks: import('vue').PropType<import('./src/type').Marks>;
readonly showTooltip: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly formatTooltip: import('vue').PropType<(value: number) => string>;
}>> & Readonly<{
onChange?: (value: import('../../utils').Arrayable<number>) => any;
"onUpdate:modelValue"?: (value: import('../../utils').Arrayable<number>) => any;
}>, {}, {}, {}, {}, {
readonly type: import('../../utils').ComicType;
readonly disabled: boolean;
readonly max: number;
readonly range: boolean;
readonly min: number;
readonly step: number;
readonly showInput: boolean;
readonly showStep: boolean;
readonly showTooltip: boolean;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: import('vue').PropType<number | number[]>;
readonly type: {
readonly type: import('vue').PropType<import('../../utils').ComicType>;
readonly default: "primary";
};
readonly size: import('vue').PropType<import('../../utils').ComicSize>;
readonly color: StringConstructor;
readonly range: BooleanConstructor;
readonly max: {
readonly type: NumberConstructor;
readonly default: 100;
};
readonly min: {
readonly type: NumberConstructor;
readonly default: 0;
};
readonly step: {
readonly type: NumberConstructor;
readonly default: 1;
};
readonly showInput: BooleanConstructor;
readonly showStep: BooleanConstructor;
readonly disabled: BooleanConstructor;
readonly marks: import('vue').PropType<import('./src/type').Marks>;
readonly showTooltip: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly formatTooltip: import('vue').PropType<(value: number) => string>;
}>> & Readonly<{
onChange?: (value: import('../../utils').Arrayable<number>) => any;
"onUpdate:modelValue"?: (value: import('../../utils').Arrayable<number>) => any;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
change: (value: import('../../utils').Arrayable<number>) => void;
"update:modelValue": (value: import('../../utils').Arrayable<number>) => void;
}, string, {
readonly type: import('../../utils').ComicType;
readonly disabled: boolean;
readonly max: number;
readonly range: boolean;
readonly min: number;
readonly step: number;
readonly showInput: boolean;
readonly showStep: boolean;
readonly showTooltip: 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;
};