mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 09:41:57 +00:00
新增 Select.option 组件
This commit is contained in:
parent
41baa71c5c
commit
7f4df0950d
@ -9122,6 +9122,39 @@
|
||||
"name": "locale",
|
||||
"propType": "object"
|
||||
}
|
||||
],
|
||||
"configure": {
|
||||
"component": {
|
||||
"isContainer": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"componentName": "Select.Option",
|
||||
"title": "Select.Option",
|
||||
"docUrl": "",
|
||||
"screenshot": "",
|
||||
"npm": {
|
||||
"package": "@alifd/next",
|
||||
"version": "1.19.18",
|
||||
"exportName": "Select",
|
||||
"main": "src/index.js",
|
||||
"destructuring": true,
|
||||
"subName": "Option"
|
||||
},
|
||||
"props": [
|
||||
{
|
||||
"name": "value",
|
||||
"propType": "string",
|
||||
"description": "选项值",
|
||||
"defaultValue": "test"
|
||||
},
|
||||
{
|
||||
"name": "disabled",
|
||||
"propType": "bool",
|
||||
"description": "是否禁用",
|
||||
"defaultValue": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -13931,6 +13964,24 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"componentName": "Select.Option",
|
||||
"title": "Select.Option",
|
||||
"icon": "",
|
||||
"package": "@alife/next",
|
||||
"library": "Next",
|
||||
"snippets": [
|
||||
{
|
||||
"title": "Select.Option",
|
||||
"screenshot": "",
|
||||
"schema": {
|
||||
"componentName": "Select.Option",
|
||||
"props": {
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"componentName": "Switch",
|
||||
"title": "开关组件",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user