comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
232 lines (231 loc) • 8.09 kB
TypeScript
export declare const CuDialog: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: BooleanConstructor;
readonly showClose: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly modeClose: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly transitionClass: {
readonly type: StringConstructor;
readonly default: "cross-scale";
};
readonly header: StringConstructor;
readonly width: {
readonly type: StringConstructor;
readonly default: "70%";
};
readonly top: {
readonly type: StringConstructor;
readonly default: "15vh";
};
readonly color: {
readonly type: StringConstructor;
readonly default: "#ffffff";
};
readonly beforeClose: FunctionConstructor;
readonly lockScroll: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly appendTo: StringConstructor;
readonly appendToBody: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly customClass: StringConstructor;
readonly modeClass: StringConstructor;
}>> & Readonly<{
onClose?: () => any;
"onUpdate:modelValue"?: (value: boolean) => any;
onOpen?: () => any;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
close: () => void;
"update:modelValue": (value: boolean) => void;
open: () => void;
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: BooleanConstructor;
readonly showClose: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly modeClose: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly transitionClass: {
readonly type: StringConstructor;
readonly default: "cross-scale";
};
readonly header: StringConstructor;
readonly width: {
readonly type: StringConstructor;
readonly default: "70%";
};
readonly top: {
readonly type: StringConstructor;
readonly default: "15vh";
};
readonly color: {
readonly type: StringConstructor;
readonly default: "#ffffff";
};
readonly beforeClose: FunctionConstructor;
readonly lockScroll: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly appendTo: StringConstructor;
readonly appendToBody: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly customClass: StringConstructor;
readonly modeClass: StringConstructor;
}>> & Readonly<{
onClose?: () => any;
"onUpdate:modelValue"?: (value: boolean) => any;
onOpen?: () => any;
}>, {
readonly color: string;
readonly width: string;
readonly top: string;
readonly modelValue: boolean;
readonly appendToBody: boolean;
readonly lockScroll: boolean;
readonly showClose: boolean;
readonly modeClose: boolean;
readonly transitionClass: string;
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: BooleanConstructor;
readonly showClose: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly modeClose: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly transitionClass: {
readonly type: StringConstructor;
readonly default: "cross-scale";
};
readonly header: StringConstructor;
readonly width: {
readonly type: StringConstructor;
readonly default: "70%";
};
readonly top: {
readonly type: StringConstructor;
readonly default: "15vh";
};
readonly color: {
readonly type: StringConstructor;
readonly default: "#ffffff";
};
readonly beforeClose: FunctionConstructor;
readonly lockScroll: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly appendTo: StringConstructor;
readonly appendToBody: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly customClass: StringConstructor;
readonly modeClass: StringConstructor;
}>> & Readonly<{
onClose?: () => any;
"onUpdate:modelValue"?: (value: boolean) => any;
onOpen?: () => any;
}>, {}, {}, {}, {}, {
readonly color: string;
readonly width: string;
readonly top: string;
readonly modelValue: boolean;
readonly appendToBody: boolean;
readonly lockScroll: boolean;
readonly showClose: boolean;
readonly modeClose: boolean;
readonly transitionClass: string;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
readonly modelValue: BooleanConstructor;
readonly showClose: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly modeClose: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly transitionClass: {
readonly type: StringConstructor;
readonly default: "cross-scale";
};
readonly header: StringConstructor;
readonly width: {
readonly type: StringConstructor;
readonly default: "70%";
};
readonly top: {
readonly type: StringConstructor;
readonly default: "15vh";
};
readonly color: {
readonly type: StringConstructor;
readonly default: "#ffffff";
};
readonly beforeClose: FunctionConstructor;
readonly lockScroll: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly appendTo: StringConstructor;
readonly appendToBody: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly customClass: StringConstructor;
readonly modeClass: StringConstructor;
}>> & Readonly<{
onClose?: () => any;
"onUpdate:modelValue"?: (value: boolean) => any;
onOpen?: () => any;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
close: () => void;
"update:modelValue": (value: boolean) => void;
open: () => void;
}, string, {
readonly color: string;
readonly width: string;
readonly top: string;
readonly modelValue: boolean;
readonly appendToBody: boolean;
readonly lockScroll: boolean;
readonly showClose: boolean;
readonly modeClose: boolean;
readonly transitionClass: string;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
$slots: {
header?(_: {}): any;
default?(_: {}): any;
footer?(_: {}): any;
};
}) & {
install?: (app: import('vue').App) => void;
};