mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 04:40:32 +00:00
feat: 🎸 upload update
This commit is contained in:
parent
6f4af00959
commit
f81932b4bc
@ -12313,12 +12313,6 @@
|
|||||||
"subName": ""
|
"subName": ""
|
||||||
},
|
},
|
||||||
"props": [
|
"props": [
|
||||||
{
|
|
||||||
"name": "prefix",
|
|
||||||
"propType": "string",
|
|
||||||
"description": "样式前缀",
|
|
||||||
"defaultValue": "next-"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "action",
|
"name": "action",
|
||||||
"propType": "string",
|
"propType": "string",
|
||||||
@ -12327,16 +12321,14 @@
|
|||||||
{
|
{
|
||||||
"name": "value",
|
"name": "value",
|
||||||
"propType": {
|
"propType": {
|
||||||
"type": "instanceOf",
|
"type": "Json"
|
||||||
"value": "array"
|
|
||||||
},
|
},
|
||||||
"description": "文件列表"
|
"description": "文件列表"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "defaultValue",
|
"name": "defaultValue",
|
||||||
"propType": {
|
"propType": {
|
||||||
"type": "instanceOf",
|
"type": "Json"
|
||||||
"value": "array"
|
|
||||||
},
|
},
|
||||||
"description": "默认文件列表"
|
"description": "默认文件列表"
|
||||||
},
|
},
|
||||||
@ -12360,11 +12352,7 @@
|
|||||||
"card"
|
"card"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"description": "上传列表的样式\n@enumdesc 文字, 图文, 卡片"
|
"description": "上传列表的样式"
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "list",
|
|
||||||
"propType": "any"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "name",
|
"name": "name",
|
||||||
@ -12376,7 +12364,7 @@
|
|||||||
"propType": {
|
"propType": {
|
||||||
"type": "oneOfType",
|
"type": "oneOfType",
|
||||||
"value": [
|
"value": [
|
||||||
"object",
|
"Json",
|
||||||
"func"
|
"func"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -12385,7 +12373,10 @@
|
|||||||
{
|
{
|
||||||
"name": "formatter",
|
"name": "formatter",
|
||||||
"propType": "func",
|
"propType": "func",
|
||||||
"description": "数据格式化函数,配合自定义 action 使用,参数为服务器的响应数据,详见 [formatter](#formater)\n@param {Object} response 返回\n@param {File} file 文件对象"
|
"title": {
|
||||||
|
"label": "数据格式化函数",
|
||||||
|
"tip": "数据格式化函数,配合自定义 action 使用,参数为服务器的响应数据,详见 [formatter](#formater)\n@param {Object} response 返回\n@param {File} file 文件对象"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "limit",
|
"name": "limit",
|
||||||
@ -12511,7 +12502,12 @@
|
|||||||
"propType": "func",
|
"propType": "func",
|
||||||
"description": "预览态模式下渲染的内容\n@param {number} value 评分值"
|
"description": "预览态模式下渲染的内容\n@param {number} value 评分值"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"configure": {
|
||||||
|
"component": {
|
||||||
|
"isContainer": true
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"componentName": "Upload.Selecter",
|
"componentName": "Upload.Selecter",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user