Loading Schema update

This commit is contained in:
金禅 2020-08-08 23:48:26 +08:00
parent b54208043a
commit a66c0b1ea7

View File

@ -6022,15 +6022,9 @@
"subName": ""
},
"props": [
{
"name": "prefix",
"propType": "string",
"description": "样式前缀",
"defaultValue": "next-"
},
{
"name": "tip",
"propType": "any",
"propType": "string",
"description": "自定义内容"
},
{
@ -6042,7 +6036,7 @@
"bottom"
]
},
"description": "自定义内容位置\n@enumdesc 出现在动画右边, 出现在动画下面",
"description": "自定义内容位置",
"defaultValue": "bottom"
},
{
@ -6077,14 +6071,9 @@
"description": "设置动画尺寸\n@description 仅仅对默认动画效果起作用\n@enumdesc 大号, 中号",
"defaultValue": "large"
},
{
"name": "indicator",
"propType": "any",
"description": "自定义动画"
},
{
"name": "color",
"propType": "string",
"propType": "color",
"description": "动画颜色"
},
{
@ -6092,26 +6081,19 @@
"propType": "bool",
"description": "全屏展示"
},
{
"name": "children",
"propType": "any",
"description": "子元素"
},
{
"name": "inline",
"title": "inline",
"propType": "bool",
"description": "should loader be displayed inline",
"defaultValue": true
},
{
"name": "rtl",
"propType": "bool"
},
{
"name": "animate",
"defaultValue": null
}
]
],
"configure": {
"component": {
"isContainer": true
}
}
},
{
"componentName": "Menu",