@pit-front-end/components
Version:
湖南创智艾泰克科技有限公司
90 lines (89 loc) • 2.92 kB
TypeScript
declare const _default: import('vue').DefineComponent<{
readonly title: {
readonly type: StringConstructor;
readonly default: "选择清单";
};
readonly showCheckbox: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly nodeKey: {
readonly type: StringConstructor;
readonly default: "id";
};
readonly queryBillTreeInterface: {
readonly type: StringConstructor;
readonly default: "";
};
readonly queryBillTreeInterfaceMethod: {
readonly type: StringConstructor;
readonly default: "GET";
};
readonly queryBillTreeParams: {
readonly type: ObjectConstructor;
readonly default: () => void;
};
readonly label: {
readonly type: StringConstructor;
readonly default: "label";
};
readonly checkedIds: {
readonly type: ArrayConstructor;
readonly default: () => never[];
};
}, {
open: () => void;
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
"update:modelValue": (value: boolean) => void;
"node-click": (data: any) => void;
check: (checkedNodes: any, info?: any) => void;
save: () => void;
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
readonly title: {
readonly type: StringConstructor;
readonly default: "选择清单";
};
readonly showCheckbox: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly nodeKey: {
readonly type: StringConstructor;
readonly default: "id";
};
readonly queryBillTreeInterface: {
readonly type: StringConstructor;
readonly default: "";
};
readonly queryBillTreeInterfaceMethod: {
readonly type: StringConstructor;
readonly default: "GET";
};
readonly queryBillTreeParams: {
readonly type: ObjectConstructor;
readonly default: () => void;
};
readonly label: {
readonly type: StringConstructor;
readonly default: "label";
};
readonly checkedIds: {
readonly type: ArrayConstructor;
readonly default: () => never[];
};
}>> & {
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
"onNode-click"?: ((data: any) => any) | undefined;
onCheck?: ((checkedNodes: any, info?: any) => any) | undefined;
onSave?: (() => any) | undefined;
}, {
readonly title: string;
readonly label: string;
readonly showCheckbox: boolean;
readonly nodeKey: string;
readonly queryBillTreeInterface: string;
readonly queryBillTreeInterfaceMethod: string;
readonly queryBillTreeParams: Record<string, any>;
readonly checkedIds: unknown[];
}, {}>;
export default _default;