mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-27 20:30:28 +00:00
Loading Schema update
This commit is contained in:
parent
b54208043a
commit
a66c0b1ea7
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user