snowy-designer
Version:
基于Epic-Designer-Pro版本的设计器,可视化开发页面表单
2 lines (1 loc) • 1.79 kB
JavaScript
;const l=e=>Object.freeze(Object.defineProperty({__proto__:null,default:e},Symbol.toStringTag,{value:"Module"})),t={component:()=>Promise.resolve().then(()=>l(require("./form.vue.cjs"))),config:{action:[{description:"获取表单数据",type:"getData"},{description:"设置表单数据",type:"setData"},{description:"校验表单",type:"validate"}],attribute:[{field:"componentProps.name",label:"name",type:"input"},{field:"componentProps.labelWidth",label:"标签宽度",type:"EInputSize"},{componentProps:{clearable:!0,options:[{label:"左边",value:"left"},{label:"顶部",value:"top"}],placeholder:"请选择"},field:"componentProps.labelPlacement",label:"标签位置",type:"select"},{componentProps:{clearable:!0,options:[{label:"左边",value:"left"},{label:"右边",value:"right"}],placeholder:"请选择"},field:"componentProps.labelAlign",label:"标签对齐方式",type:"select"},{componentProps:{clearable:!0,options:[{label:"左边",value:"left"},{label:"右边",value:"right"}],placeholder:"请选择"},field:"componentProps.requireMarkPlacement",label:"必填星号位置",type:"select"},{componentProps:{clearable:!0,options:[{label:"大号",value:"large"},{label:"中等",value:"medium"},{label:"小型",value:"small"}],placeholder:"请选择"},field:"componentProps.size",label:"表单尺寸",type:"select"},{field:"componentProps.inline",label:"行内模式",type:"switch"},{field:"componentProps.disabled",label:"禁用",type:"switch"},{field:"componentProps.hidden",label:"隐藏",type:"switch"}]},defaultSchema:{componentProps:{hideRequiredMark:!1,labelCol:{span:5},labelWidth:100,name:"default",wrapperCol:{span:19}},label:"表单容器",type:"form",children:[]},groupName:"表单",icon:"icon--epic--list-alt-outline-rounded",sort:600};module.exports=t;