tdesign-pro-component
Version:
ProComponents tdesign-vue-next + Vue3 + TS
95 lines (94 loc) • 4.09 kB
TypeScript
export declare const ProFormTreeSelect: {
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').ProFormTreeSelectProps> & Readonly<{
"onUpdate:modelValue"?: ((...args: any) => any) | undefined;
onChange?: ((...args: any) => any) | undefined;
onEnter?: ((...args: any) => any) | undefined;
onFocus?: ((...args: any) => any) | undefined;
"onInput-change"?: ((...args: any) => any) | undefined;
"onPopup-visible-change"?: ((...args: any) => any) | undefined;
onRemove?: ((...args: any) => any) | undefined;
onSearch?: ((...args: any) => any) | undefined;
}>, {
getValue: () => import('@tdesign-pro-component/utils').ValueType;
focus: () => void;
blur: () => void;
clear: () => void;
getRef: <T extends any = any>() => T;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
"update:modelValue": any;
change: any;
enter: any;
focus: any;
"input-change": any;
"popup-visible-change": any;
remove: any;
search: any;
}, import('vue').PublicProps, {
labelAlign: "left" | "top" | "right";
labelName: string;
valueName: string;
childrenName: string;
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('./types').ProFormTreeSelectProps> & Readonly<{
"onUpdate:modelValue"?: ((...args: any) => any) | undefined;
onChange?: ((...args: any) => any) | undefined;
onEnter?: ((...args: any) => any) | undefined;
onFocus?: ((...args: any) => any) | undefined;
"onInput-change"?: ((...args: any) => any) | undefined;
"onPopup-visible-change"?: ((...args: any) => any) | undefined;
onRemove?: ((...args: any) => any) | undefined;
onSearch?: ((...args: any) => any) | undefined;
}>, {
getValue: () => import('@tdesign-pro-component/utils').ValueType;
focus: () => void;
blur: () => void;
clear: () => void;
getRef: <T extends any = any>() => T;
}, {}, {}, {}, {
labelAlign: "left" | "top" | "right";
labelName: string;
valueName: string;
childrenName: string;
}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('./types').ProFormTreeSelectProps> & Readonly<{
"onUpdate:modelValue"?: ((...args: any) => any) | undefined;
onChange?: ((...args: any) => any) | undefined;
onEnter?: ((...args: any) => any) | undefined;
onFocus?: ((...args: any) => any) | undefined;
"onInput-change"?: ((...args: any) => any) | undefined;
"onPopup-visible-change"?: ((...args: any) => any) | undefined;
onRemove?: ((...args: any) => any) | undefined;
onSearch?: ((...args: any) => any) | undefined;
}>, {
getValue: () => import('@tdesign-pro-component/utils').ValueType;
focus: () => void;
blur: () => void;
clear: () => void;
getRef: <T extends any = any>() => T;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
"update:modelValue": any;
change: any;
enter: any;
focus: any;
"input-change": any;
"popup-visible-change": any;
remove: any;
search: any;
}, string, {
labelAlign: "left" | "top" | "right";
labelName: string;
valueName: string;
childrenName: string;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
$slots: Readonly<Record<string, any>> & Record<string, any>;
}) & import('vue').Plugin;
export * from './types';