UNPKG

gepic

Version:

基于vue3的设计器,可视化开发页面表单

2 lines (1 loc) 2.51 kB
"use strict";var n=Object.create;var a=Object.defineProperty;var r=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var c=Object.getPrototypeOf,s=Object.prototype.hasOwnProperty;var d=(e,l,t,p)=>{if(l&&typeof l=="object"||typeof l=="function")for(let o of i(l))!s.call(e,o)&&o!==t&&a(e,o,{get:()=>l[o],enumerable:!(p=r(l,o))||p.enumerable});return e};var u=(e,l,t)=>(t=e!=null?n(c(e)):{},d(l||!e||!e.__esModule?a(t,"default",{value:e,enumerable:!0}):t,e));const b={component:async()=>(await import("ant-design-vue")).Textarea,groupName:"表单",icon:"icon--epic--edit-square-outline-rounded",sort:705,defaultSchema:{label:"文本域",type:"textarea",field:"textarea",input:!0,componentProps:{placeholder:"请输入"}},config:{attribute:[{label:"字段名",type:"input",field:"field"},{label:"标题",type:"input",field:"label"},{label:"默认值",type:"textarea",field:"componentProps.defaultValue",componentProps:{placeholder:"请输入"}},{label:"占位内容",type:"input",field:"componentProps.placeholder"},{label:"最小行数",type:"number",field:"componentProps.autoSize.minRows",componentProps:{placeholder:"请输入"}},{label:"最大行数",type:"number",field:"componentProps.autoSize.maxRows",componentProps:{placeholder:"请输入"}},{label:"尺寸",type:"select",componentProps:{placeholder:"请选择",allowClear:!0,options:[{label:"大号",value:"large"},{label:"中等",value:"middle"},{label:"小型",value:"small"}]},field:"componentProps.size"},{label:"最大输入长度",type:"number",field:"componentProps.maxLength",componentProps:{placeholder:"请输入"}},{label:"无边框",type:"switch",componentProps:{checkedValue:!1,unCheckedValue:!0},field:"componentProps.bordered"},{label:"统计字数",type:"switch",field:"componentProps.showCount"},{label:"可清除",type:"switch",field:"componentProps.allowClear"},{label:"禁用",type:"switch",field:"componentProps.disabled"},{label:"隐藏",type:"switch",field:"componentProps.hidden"},{label:"表单校验",type:"ERuleEditor",layout:"vertical",field:"rules",describe:"校验规则需要配合表单使用"}],event:[{type:"input",describe:"输入值"},{type:"change",describe:"值修改"},{type:"pressEnter",describe:"按下回车的回调"},{type:"focus",describe:"获取焦点"},{type:"blur",describe:"失去焦点"}],action:[{type:"focus",describe:"使 input 获取焦点"},{type:"blur",describe:"使 input 失去焦点"},{type:"select",describe:"选中 input 中的文字"}]},bindModel:"value"};module.exports=b;