pabala-biu
Version:
Changelogs
77 lines (76 loc) • 1.53 kB
JSON
{
"pkname": "@auto/Upload",
"type": "component",
"icon": "",
"name": "DEMO",
"description": "DEMO",
"styles": [
{
"key": "width",
"inputControl": {
"type": "inputNumber",
"label": "宽度",
"defaultValue" :"100%",
"tips": "宽度最小不能小于 10"
}
},
{
"key": "height",
"inputControl": {
"type": "inputNumber",
"label": "高度",
"defaultValue" :290,
"tips": "高度度最小不能小于 10"
}
}],
"attributes": [
{
"key": "message",
"inputControl": {
"label": "警告提示内容",
"defaultValue" :"",
"type": "input"
}
},
{
"key": "type",
"inputControl": {
"label": "警告提示样式",
"type": "select",
"defaultValue" :"info",
"options": [
{
"label": "成功",
"value": "success"
},
{
"label": "信息",
"value": "info"
},
{
"label": "警告",
"value": "warning"
},
{
"label": "异常",
"value": "error"
}
]
}
},
{
"key": "showIcon",
"inputControl": {
"label": "是否显示辅助图标",
"defaultValue" : false,
"type": "switch"
}
}
],
"publish": [{
"key":"0",
"value" :"",
"mapping":"",
"label":"点击按钮时的回调"
}]
}