@fe6/water-pro
Version:
An enterprise-class UI design language and Vue-based implementation
76 lines (75 loc) • 2.21 kB
TypeScript
declare const _default: import("vue").DefineComponent<{
prefixCls: import("vue-types").VueTypeValidableDef<string> & {
default: string;
};
options: import("vue-types").VueTypeValidableDef<unknown[]> & {
default: () => unknown[];
};
preWidth: import("vue-types").VueTypeValidableDef<number> & {
default: number;
} & {
default: number;
};
preHeight: import("vue-types").VueTypeValidableDef<number> & {
default: number;
} & {
default: number;
};
fieldNames: import("vue-types").VueTypeValidableDef<{
[key: string]: any;
}> & {
default: () => {
[key: string]: any;
};
} & {
default: () => {
[key: string]: any;
};
};
value: import("vue-types").VueTypeValidableDef<{
[key: string]: any;
}> & {
default: () => {
[key: string]: any;
};
};
}, {
prefixClsNew: import("vue").ComputedRef<string>;
theFields: import("vue").ComputedRef<{
children: string;
label: string;
value: string;
}>;
theValue: any;
allChange: (status: boolean) => void;
openOne: (itemIdx: number) => void;
oneChange: (status: boolean, item: any) => void;
theOneIdx: import("vue").Ref<number>;
theTwoIdx: import("vue").Ref<number>;
twoChange: (status: boolean, item: any) => void;
openTwo: (itemIdx: number) => void;
threeChange: (status: boolean, item: any) => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:value")[], "change" | "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
value: {
[key: string]: any;
};
prefixCls: string;
options: unknown[];
fieldNames: {
[key: string]: any;
};
preWidth: number;
preHeight: number;
} & {}>, {
value: {
[key: string]: any;
};
prefixCls: string;
options: unknown[];
fieldNames: {
[key: string]: any;
};
preWidth: number;
preHeight: number;
}>;
export default _default;