gepic
Version:
基于vue3的设计器,可视化开发页面表单
2 lines (1 loc) • 1.74 kB
JavaScript
;var p=Object.create;var i=Object.defineProperty;var n=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var c=Object.getPrototypeOf,r=Object.prototype.hasOwnProperty;var s=(e,l,o,a)=>{if(l&&typeof l=="object"||typeof l=="function")for(let t of d(l))!r.call(e,t)&&t!==o&&i(e,t,{get:()=>l[t],enumerable:!(a=n(l,t))||a.enumerable});return e};var u=(e,l,o)=>(o=e!=null?p(c(e)):{},s(l||!e||!e.__esModule?i(o,"default",{value:e,enumerable:!0}):o,e));const b={component:async()=>(await import("ant-design-vue")).RadioGroup,groupName:"表单",icon:"icon--epic--radio-button-checked-outline",sort:850,defaultSchema:{label:"单选框",type:"radio",field:"radio",input:!0,componentProps:{options:[{label:"选项1",value:"选项1"},{label:"选项2",value:"选项2"}]}},config:{attribute:[{label:"字段名",type:"input",field:"field"},{label:"标题",type:"input",field:"label"},{label:"默认值",type:"radio",field:"componentProps.defaultValue"},{label:"尺寸",type:"select",componentProps:{placeholder:"请选择",allowClear:!0,options:[{label:"大号",value:"large"},{label:"中等",value:"middle"},{label:"小型",value:"small"}]},field:"componentProps.size"},{label:"按钮样式",type:"switch",componentProps:{checkedValue:"button",unCheckedValue:"default"},field:"componentProps.optionType"},{label:"禁用",type:"switch",field:"componentProps.disabled"},{label:"隐藏",type:"switch",field:"componentProps.hidden"},{label:"选项管理",type:"EOptionsEditor",layout:"vertical",field:"componentProps.options"},{label:"表单校验",type:"ERuleEditor",layout:"vertical",field:"rules",describe:"校验规则需要配合表单使用"}],event:[{type:"change",describe:"值变化时"}]},bindModel:"value"};module.exports=b;