mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-04-23 10:18:10 +00:00
Message 组件修复
This commit is contained in:
parent
007f53435c
commit
7a769fe484
@ -7102,16 +7102,6 @@
|
|||||||
"subName": ""
|
"subName": ""
|
||||||
},
|
},
|
||||||
"props": [
|
"props": [
|
||||||
{
|
|
||||||
"name": "prefix",
|
|
||||||
"propType": "string",
|
|
||||||
"defaultValue": "next-"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "pure",
|
|
||||||
"propType": "bool",
|
|
||||||
"defaultValue": false
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "className",
|
"name": "className",
|
||||||
"propType": "string"
|
"propType": "string"
|
||||||
@ -7120,6 +7110,12 @@
|
|||||||
"name": "style",
|
"name": "style",
|
||||||
"propType": "object"
|
"propType": "object"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "title",
|
||||||
|
"propType": "string",
|
||||||
|
"description": "标题",
|
||||||
|
"defaultValue": "标题"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "type",
|
"name": "type",
|
||||||
"propType": {
|
"propType": {
|
||||||
@ -7146,7 +7142,7 @@
|
|||||||
"toast"
|
"toast"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"description": "反馈外观",
|
"description": "外观",
|
||||||
"defaultValue": "inline"
|
"defaultValue": "inline"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -7158,31 +7154,20 @@
|
|||||||
"large"
|
"large"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"description": "反馈大小",
|
"description": "尺寸",
|
||||||
"defaultValue": "medium"
|
"defaultValue": "medium"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "title",
|
|
||||||
"propType": {
|
|
||||||
"type": "instanceOf",
|
|
||||||
"value": "node"
|
|
||||||
},
|
|
||||||
"description": "标题"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "children",
|
"name": "children",
|
||||||
"propType": {
|
"propType": {
|
||||||
"type": "instanceOf",
|
"type": "oneOfType",
|
||||||
"value": "node"
|
"value": [
|
||||||
|
"string",
|
||||||
|
"node"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"description": "内容"
|
"description": "内容"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "defaultVisible",
|
|
||||||
"propType": "bool",
|
|
||||||
"description": "默认是否显示",
|
|
||||||
"defaultValue": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "visible",
|
"name": "visible",
|
||||||
"propType": "bool",
|
"propType": "bool",
|
||||||
@ -7212,16 +7197,8 @@
|
|||||||
{
|
{
|
||||||
"name": "animation",
|
"name": "animation",
|
||||||
"propType": "bool",
|
"propType": "bool",
|
||||||
"description": "是否开启展开收起动画",
|
"description": "收起动画",
|
||||||
"defaultValue": true
|
"defaultValue": true
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "locale",
|
|
||||||
"propType": "object"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "rtl",
|
|
||||||
"propType": "bool"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -13496,11 +13473,11 @@
|
|||||||
"schema": {
|
"schema": {
|
||||||
"componentName": "Message",
|
"componentName": "Message",
|
||||||
"props": {
|
"props": {
|
||||||
"prefix": "next-",
|
"title": "标题",
|
||||||
"type": "success",
|
"type": "success",
|
||||||
"shape": "inline",
|
"shape": "inline",
|
||||||
"size": "medium",
|
"size": "medium",
|
||||||
"defaultVisible": true,
|
"visible": true,
|
||||||
"animation": true
|
"animation": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user