@wufengteam/wform
Version:
@wufengteam/wform
202 lines (201 loc) • 4.99 kB
TypeScript
declare const config: {
icon: string;
label: string;
type: string;
alias: string;
groupsName: string;
compType: number;
compLib: string;
isContainer: boolean;
onlyRoot: string[];
engineApi: never[];
props: {
name: string;
tabsItems: never[];
basicStatus: number;
layout: string;
rowSpace: string;
colSpace: string;
colon: boolean;
labelAlign: string;
labelCol: number;
wrapperCol: number;
};
todoProps: {
index: {
label: string;
type: string;
groupsName: string;
props: {
dependProps: {
noShow: boolean;
};
};
};
name: {
label: string;
type: string;
groupsName: string;
props: {
dependProps: {
noShow: boolean;
};
};
};
basicStatus: {
label: string;
type: string;
groupsName: string;
props: {
options: {
title: string;
value: number;
}[];
defaultValue: number;
dependProps: {
noShow: boolean;
};
};
};
tabsItems: {
groupsName: string;
label: string;
type: string;
props: {
dependProps: {
noShow: boolean;
};
};
};
isActive: {
groupsName: string;
label: string;
type: string;
props: {
dependProps: {
noShow: boolean;
};
};
};
rowSpace: {
label: string;
type: string;
istodoBind: boolean;
groupsName: string;
props: {
options: {
title: string;
value: string;
}[];
dependProps: {
noShow: boolean;
};
};
};
layout: {
label: string;
type: string;
istodoBind: boolean;
groupsName: string;
props: {
defaultValue: string;
options: {
title: string;
value: string;
}[];
dependProps: {
noShow: boolean;
};
};
};
selfSpan: {
label: string;
type: string;
groupsName: string;
props: {
dependProps: {
noShow: boolean;
};
};
};
colSpan: {
label: string;
type: string;
groupsName: string;
props: {
dependProps: {
noShow: boolean;
};
};
};
colSpace: {
label: string;
type: string;
istodoBind: boolean;
groupsName: string;
props: {
options: {
title: string;
value: string;
}[];
dependProps: {
noShow: boolean;
};
};
};
colon: {
label: string;
type: string;
istodoBind: boolean;
groupsName: string;
props: {
defaultValue: boolean;
dependProps: {
noShow: boolean;
};
};
};
labelAlign: {
label: string;
type: string;
istodoBind: boolean;
groupsName: string;
props: {
inhibitBtn: boolean;
defaultValue: string;
options: {
title: string;
value: string;
}[];
dependProps: {
noShow: boolean;
};
};
};
labelCol: {
label: string;
type: string;
groupsName: string;
props: {
defaultValue: string;
value: string;
dependProps: {
noShow: boolean;
};
};
};
wrapperCol: {
label: string;
type: string;
groupsName: string;
props: {
defaultValue: string;
value: string;
dependProps: {
noShow: boolean;
};
};
};
};
};
export default config;