testGBP/public/gcp-meta.json

34 lines
670 B
JSON
Raw Normal View History

2025-04-23 11:13:02 +08:00
{
"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": []
}
}