@jiaozhiye/qm-design-vue
Version:
A Component Library for Vue3.0
42 lines (41 loc) • 1.93 kB
TypeScript
import type { IRecord, IFetch } from '../../table/src/table/types';
declare const _default: import("vue").DefineComponent<{
multiple: boolean;
size?: import("../../_utils/types").ComponentSize | undefined;
class?: string | import("../../_utils/types").Arrayable<Record<string, boolean>> | undefined;
style?: import("vue").StyleValue;
tree?: {
fetch?: (IFetch & {
valueKey?: string | undefined;
textKey?: string | undefined;
}) | undefined;
asyncLoad?: boolean | undefined;
checkStrictly?: boolean | undefined;
checkStrategy?: "SHOW_ALL" | "SHOW_PARENT" | "SHOW_CHILD" | undefined;
defaultExpandAll?: boolean | undefined;
} | undefined;
defaultSelectedKeys?: import("../../search-tree/src/props").NodeKey[] | undefined;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
close: (data: IRecord<any> | null) => boolean;
}, string, import("vue").PublicProps, Readonly<{
multiple: boolean;
size?: import("../../_utils/types").ComponentSize | undefined;
class?: string | import("../../_utils/types").Arrayable<Record<string, boolean>> | undefined;
style?: import("vue").StyleValue;
tree?: {
fetch?: (IFetch & {
valueKey?: string | undefined;
textKey?: string | undefined;
}) | undefined;
asyncLoad?: boolean | undefined;
checkStrictly?: boolean | undefined;
checkStrategy?: "SHOW_ALL" | "SHOW_PARENT" | "SHOW_CHILD" | undefined;
defaultExpandAll?: boolean | undefined;
} | undefined;
defaultSelectedKeys?: import("../../search-tree/src/props").NodeKey[] | undefined;
}> & Readonly<{
onClose?: ((data: IRecord<any> | null) => any) | undefined;
}>, {
multiple: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;