mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-24 03:50:17 +00:00
68 lines
2.1 KiB
JSON
68 lines
2.1 KiB
JSON
{
|
|
"componentName": "Select",
|
|
"title": "下拉选择器",
|
|
"description": "适用于下拉选择,下拉多选等场景",
|
|
"tags": ["xx", "yy"],
|
|
"docUrl": "https://fusion-demo.alibaba-inc.com/demos/next/select",
|
|
"screenshot": "https://img.alicdn.com/tfs/TB1osvGNXzqK1RjSZFoXXbfcXXa-1149-854.png",
|
|
"icon": "url/fsdfasdfa.svg",
|
|
"devMode": "proCode",
|
|
"npm": {
|
|
"package": "@ali/deep",
|
|
"exportName": "Button",
|
|
"subName": "Icon.Option",
|
|
"main": "",
|
|
"destructuring": true,
|
|
"version": "0.1.13"
|
|
},
|
|
"props": [],
|
|
"configure": {
|
|
"props": [
|
|
{
|
|
"type": "field",
|
|
"title": "field",
|
|
"name": "field",
|
|
"setter": {
|
|
"componentName": "Mixin",
|
|
"props": {
|
|
"onlyChangeType": false,
|
|
"defaultType": "Input",
|
|
"typeMap": {
|
|
"Input": {},
|
|
"Select": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"type": "group",
|
|
"title": "group",
|
|
"items": [
|
|
{
|
|
"type": "field",
|
|
"componentName": "Function",
|
|
"props": {
|
|
"defaultValue": "function(){ console.log('aloha') }"
|
|
}
|
|
},
|
|
{
|
|
"type": "field",
|
|
"componentName": "Number",
|
|
"props": {
|
|
"value": 123
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"component": {
|
|
"isContainer": true,
|
|
"isModal": false,
|
|
"descriptor": "title",
|
|
"nestingRule": {
|
|
"childWhitelist": ["SelectOption"],
|
|
"parentWhitelist": ["Select", "Table"]
|
|
}
|
|
}
|
|
}
|
|
} |