@wufengteam/wform
Version:
@wufengteam/wform
177 lines (176 loc) • 4.3 kB
TypeScript
declare const _default: {
type: string;
icon: string;
alias: string;
groupsName: string;
compType: number;
label: string;
props: {
name: string;
span: number;
placeholder: string;
allowClear: boolean;
isInSubForm: boolean;
isView: boolean;
};
engineApi: string[];
todoProps: {
labelCol: {
label: string;
type: string;
groupsName: string;
props: {
dependProps: {
noShow: boolean;
};
};
};
isView: {
label: string;
type: string;
props: {
dependProps: {
noShow: boolean;
};
};
};
wrapperCol: {
label: string;
type: string;
groupsName: string;
props: {
dependProps: {
noShow: boolean;
};
};
};
fieldName: {
label: string;
type: string;
props: {
dependProps: {
noShow: boolean;
};
};
};
name: {
type: string;
label: string;
groupsName: string;
props: {
label: string;
maxLength: number;
showCount: boolean;
};
};
srcType: {
label: string;
type: string;
groupsName: string;
props: {
options: {
title: string;
value: string;
}[];
defaultValue: string;
style: {
padding: string;
fontSize: string;
};
};
};
src: {
label: string;
type: string;
groupsName: string;
props: {
dependProps: {
srcType: string;
};
};
};
fileCode: {
label: string;
type: string;
groupsName: string;
props: {
dependProps: {
srcType: string;
};
};
};
errorSrc: {
label: string;
type: string;
groupsName: string;
props: {};
};
alt: {
label: string;
type: string;
groupsName: string;
props: {
required: boolean;
defaultValue: string;
};
};
titleTip: {
label: string;
type: string;
groupsName: string;
props: {
options: {
title: string;
value: string;
}[];
defaultValue: string;
};
};
tipIcon: {
label: string;
type: string;
groupsName: string;
props: {
visibleFlag: string;
visibleFlagValue: string[];
tabs: string[];
};
};
tipLocation: {
label: string;
type: string;
groupsName: string;
props: {
options: {
title: string;
value: string;
}[];
defaultValue: string;
visibleFlag: string;
visibleFlagValue: string[];
};
};
tipContent: {
label: string;
type: string;
groupsName: string;
props: {
visibleFlag: string;
visibleFlagValue: string[];
};
};
selfSpan: {
label: string;
type: string;
groupsName: string;
props: {
dependProps: {
isInSubForm: boolean;
};
};
istodoBind: boolean;
};
};
todoActionList: any[];
};
export default _default;