@wufengteam/wform
Version:
@wufengteam/wform
167 lines (166 loc) • 4.05 kB
TypeScript
declare const config: {
icon: string;
label: string;
type: string;
platform: string;
groupsName: string;
compType: number;
props: {
name: string;
buttonName: string;
isView: boolean;
};
engineApi: string[];
todoProps: {
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: {
label: string;
type: string;
groupsName: string;
istodoBind: boolean;
props: {
maxLength: number;
showCount: boolean;
};
};
fieldNameAlias: {
label: string;
type: string;
groupsName: string;
props: {
required: boolean;
tooltipText: string;
};
};
buttonName: {
label: string;
type: string;
groupsName: string;
istodoBind: boolean;
props: {
maxLength: number;
};
};
apiObject: {
label: string;
type: string;
groupsName: string;
istodoBind: boolean;
props: {
required: boolean;
};
};
apiParams: {
label: string;
type: string;
groupsName: string;
istodoBind: boolean;
props: {};
};
apiRespond: {
label: string;
type: string;
groupsName: string;
istodoBind: boolean;
props: {};
};
apiOptions: {
label: string;
type: string;
groupsName: string;
istodoBind: boolean;
props: {
tooltipText: string;
};
};
selfSpan: {
label: string;
type: string;
groupsName: string;
istodoBind: boolean;
};
isView: {
label: string;
type: string;
props: {
dependProps: {
noShow: boolean;
};
};
};
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[];
};
};
};
};
export default config;