@npmxiaowu/h-ui-plus
Version:
Vue3 中基于Element-plus二次封装基础组件文档
103 lines (102 loc) • 5.1 kB
TypeScript
declare const HCollect: ({
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
onConfirm?: ((...args: any[]) => any) | undefined;
}>, {
foundDialogRef: import("vue").Ref<any, any>;
openFoundDialog: () => void;
handleOnSave: (data: any) => void;
name: import("vue").Ref<any, any>;
selectVlaue: import("vue").Ref<string, string>;
stepList: {
label: string;
value: string;
}[];
selectChange: (val: any) => void;
emit: (event: "confirm", ...args: any[]) => void;
addVisible: import("vue").Ref<boolean, boolean>;
openDialog: (data: any) => void;
handleConfirm: () => void;
handleCancel: () => void;
FoundCollect: import("vue").DefineComponent<{}, {
collectName: import("vue").Ref<any, any>;
emit: (event: "confirm", ...args: any[]) => void;
foundVisible: import("vue").Ref<boolean, boolean>;
openDialog: (data: any) => void;
handleOnSave: () => void;
handleCancel: () => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "confirm"[], "confirm", import("vue").PublicProps, Readonly<{}> & Readonly<{
onConfirm?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "confirm"[], import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<{}> & Readonly<{
onConfirm?: ((...args: any[]) => any) | undefined;
}>, {
foundDialogRef: import("vue").Ref<any, any>;
openFoundDialog: () => void;
handleOnSave: (data: any) => void;
name: import("vue").Ref<any, any>;
selectVlaue: import("vue").Ref<string, string>;
stepList: {
label: string;
value: string;
}[];
selectChange: (val: any) => void;
emit: (event: "confirm", ...args: any[]) => void;
addVisible: import("vue").Ref<boolean, boolean>;
openDialog: (data: any) => void;
handleConfirm: () => void;
handleCancel: () => void;
FoundCollect: import("vue").DefineComponent<{}, {
collectName: import("vue").Ref<any, any>;
emit: (event: "confirm", ...args: any[]) => void;
foundVisible: import("vue").Ref<boolean, boolean>;
openDialog: (data: any) => void;
handleOnSave: () => void;
handleCancel: () => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "confirm"[], "confirm", import("vue").PublicProps, Readonly<{}> & Readonly<{
onConfirm?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
}, {}, {}, {}, {}>;
__isFragment?: undefined;
__isTeleport?: undefined;
__isSuspense?: undefined;
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{
onConfirm?: ((...args: any[]) => any) | undefined;
}>, {
foundDialogRef: import("vue").Ref<any, any>;
openFoundDialog: () => void;
handleOnSave: (data: any) => void;
name: import("vue").Ref<any, any>;
selectVlaue: import("vue").Ref<string, string>;
stepList: {
label: string;
value: string;
}[];
selectChange: (val: any) => void;
emit: (event: "confirm", ...args: any[]) => void;
addVisible: import("vue").Ref<boolean, boolean>;
openDialog: (data: any) => void;
handleConfirm: () => void;
handleCancel: () => void;
FoundCollect: import("vue").DefineComponent<{}, {
collectName: import("vue").Ref<any, any>;
emit: (event: "confirm", ...args: any[]) => void;
foundVisible: import("vue").Ref<boolean, boolean>;
openDialog: (data: any) => void;
handleOnSave: () => void;
handleCancel: () => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "confirm"[], "confirm", import("vue").PublicProps, Readonly<{}> & Readonly<{
onConfirm?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "confirm"[], "confirm", {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & {
label?: string | undefined;
}) & {
label: string;
};
export default HCollect;