34 lines
670 B
JSON
34 lines
670 B
JSON
{
|
|
"name": "SmartConstructionWidgetsWeb",
|
|
"packageName": "@smartconstruction/widgets-web",
|
|
"description": "智慧工地Web端控件库描述",
|
|
"workspace": "smartconstruction",
|
|
"groups": [
|
|
{
|
|
"type": "prop",
|
|
"name": "basic",
|
|
"label": "基础",
|
|
"visiableLabel": true
|
|
},
|
|
{
|
|
"type": "prop",
|
|
"name": "advanced",
|
|
"label": "高级",
|
|
"visiableLabel": true
|
|
},
|
|
{
|
|
"type": "event",
|
|
"name": "handler",
|
|
"label": "事件",
|
|
"visiableLabel": false
|
|
}
|
|
],
|
|
"widgets": {
|
|
"layout": [],
|
|
"basic": [],
|
|
"form": [],
|
|
"chart": [],
|
|
"action": [],
|
|
"advanced": []
|
|
}
|
|
} |