@wufengteam/wform
Version:
@wufengteam/wform
257 lines (256 loc) • 6.5 kB
TypeScript
declare const _default: {
type: string;
icon: string;
groupsName: string;
compType: number;
label: string;
props: {
name: string;
type: string;
btnText: string;
pickerType: string;
selectType: string;
isInSubForm: boolean;
isView: boolean;
selectRange: string;
};
engineApi: string[];
todoProps: {
isInSubForm: {
label: string;
type: string;
props: {
dependProps: {
noShow: boolean;
};
};
};
labelCol: {
label: string;
type: string;
groupsName: 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;
defaultValue: string;
maxLength: number;
showCount: boolean;
};
};
fieldNameAlias: {
label: string;
type: string;
groupsName: string;
props: {
required: boolean;
tooltipText: string;
};
};
selectType: {
type: string;
label: string;
groupsName: string;
props: {
label: string;
options: {
label: string;
value: string;
}[];
optionType: string;
};
};
basicStatus: {
label: string;
type: string;
groupsName: string;
istodoBind: boolean;
props: {
options: {
title: string;
value: number;
}[];
defaultValue: number;
style: {
padding: string;
fontSize: string;
};
};
};
required: {
label: string;
type: string;
groupsName: string;
istodoBind: boolean;
props: {
defaultValue: boolean;
};
};
selectRange: {
type: string;
label: string;
groupsName: string;
props: {
required: boolean;
label: string;
defaultValue: string;
options: {
label: string;
value: string;
}[];
};
};
defaultMenber: {
type: string;
label: string;
groupsName: string;
props: {
label: string;
visibleFlag: string;
visibleFlagValue: string[];
};
};
dependOnDepart: {
type: string;
label: string;
groupsName: string;
props: {
label: string;
visibleFlag: string;
visibleFlagValue: string[];
};
};
settingMember: {
type: string;
label: string;
groupsName: string;
props: {
label: string;
visibleFlag: string;
visibleFlagValue: string[];
};
};
apiObject: {
label: string;
type: string;
groupsName: string;
props: {
visibleFlag: string;
visibleFlagValue: string[];
};
};
apiParams: {
label: string;
type: string;
groupsName: string;
istodoBind: boolean;
props: {
visibleFlag: string;
visibleFlagValue: string[];
};
};
outParams: {
label: string;
type: string;
groupsName: string;
props: {
visibleFlag: string;
visibleFlagValue: 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;
};
isView: {
label: string;
type: string;
props: {
dependProps: {
noShow: boolean;
};
};
};
};
todoActionList: any[];
};
export default _default;