@wufengteam/wform
Version:
@wufengteam/wform
166 lines (165 loc) • 4.09 kB
TypeScript
declare const config: {
icon: string;
label: string;
type: string;
alias: string;
groupsName: string;
compType: number;
compLib: string;
isContainer: boolean;
props: {
name: string;
basicStatus: number;
layout: string;
rowSpace: string;
colSpace: string;
colon: boolean;
labelAlign: string;
labelCol: number;
wrapperCol: number;
};
onlyRoot: string[];
engineApi: string[];
edEngineApi: string[];
todoProps: {
name: {
label: string;
type: string;
groupsName: string;
props: {};
};
basicStatus: {
label: string;
type: string;
groupsName: string;
props: {
options: {
title: string;
value: number;
}[];
defaultValue: number;
};
};
selfSpan: {
label: string;
type: string;
groupsName: string;
};
colSpan: {
label: string;
type: string;
groupsName: string;
props: {
dependProps: {
noShow: boolean;
};
};
};
layout: {
label: string;
type: string;
istodoBind: boolean;
groupsName: string;
props: {
defaultValue: string;
options: {
title: string;
value: string;
}[];
dependProps: {
noShow: boolean;
};
};
};
colSpace: {
label: string;
type: string;
istodoBind: boolean;
groupsName: string;
props: {
options: {
title: string;
value: string;
}[];
dependProps: {
noShow: boolean;
};
};
};
rowSpace: {
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;
};
};
};
};
style: {
display: string;
flexDirection: string;
padding: string;
width: string;
};
};
export default config;