mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 12:50:38 +00:00
Loading Schema update
This commit is contained in:
parent
b54208043a
commit
a66c0b1ea7
@ -6022,15 +6022,9 @@
|
|||||||
"subName": ""
|
"subName": ""
|
||||||
},
|
},
|
||||||
"props": [
|
"props": [
|
||||||
{
|
|
||||||
"name": "prefix",
|
|
||||||
"propType": "string",
|
|
||||||
"description": "样式前缀",
|
|
||||||
"defaultValue": "next-"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "tip",
|
"name": "tip",
|
||||||
"propType": "any",
|
"propType": "string",
|
||||||
"description": "自定义内容"
|
"description": "自定义内容"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -6042,7 +6036,7 @@
|
|||||||
"bottom"
|
"bottom"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"description": "自定义内容位置\n@enumdesc 出现在动画右边, 出现在动画下面",
|
"description": "自定义内容位置",
|
||||||
"defaultValue": "bottom"
|
"defaultValue": "bottom"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -6077,14 +6071,9 @@
|
|||||||
"description": "设置动画尺寸\n@description 仅仅对默认动画效果起作用\n@enumdesc 大号, 中号",
|
"description": "设置动画尺寸\n@description 仅仅对默认动画效果起作用\n@enumdesc 大号, 中号",
|
||||||
"defaultValue": "large"
|
"defaultValue": "large"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "indicator",
|
|
||||||
"propType": "any",
|
|
||||||
"description": "自定义动画"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "color",
|
"name": "color",
|
||||||
"propType": "string",
|
"propType": "color",
|
||||||
"description": "动画颜色"
|
"description": "动画颜色"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -6092,26 +6081,19 @@
|
|||||||
"propType": "bool",
|
"propType": "bool",
|
||||||
"description": "全屏展示"
|
"description": "全屏展示"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "children",
|
|
||||||
"propType": "any",
|
|
||||||
"description": "子元素"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "inline",
|
"name": "inline",
|
||||||
|
"title": "inline",
|
||||||
"propType": "bool",
|
"propType": "bool",
|
||||||
"description": "should loader be displayed inline",
|
"description": "should loader be displayed inline",
|
||||||
"defaultValue": true
|
"defaultValue": true
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "rtl",
|
|
||||||
"propType": "bool"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "animate",
|
|
||||||
"defaultValue": null
|
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"configure": {
|
||||||
|
"component": {
|
||||||
|
"isContainer": true
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"componentName": "Menu",
|
"componentName": "Menu",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user