mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-16 11:54:27 +00:00
84 lines
2.0 KiB
JSON
84 lines
2.0 KiB
JSON
{
|
|
"version": "1.0.0",
|
|
"externals": [],
|
|
"componentDependencies": [{
|
|
"prototypeConfigsUrl": ["https://g.alicdn.com/legao-comp/web_bundle_0724/@ali/vc-deep-mobile/2.0.1-beta.4/proto.c0b2ef2.js"],
|
|
"prototypeViewsUrl": null,
|
|
"alias": "",
|
|
"library": "AliVcDiv",
|
|
"urls": [
|
|
"https://g.alicdn.com/legao-comp/web_bundle_0724/@ali/vc-deep-mobile/2.0.1-beta.4/view.c0b2ef2.css",
|
|
"https://g.alicdn.com/legao-comp/web_bundle_0724/@ali/vc-deep-mobile/2.0.1-beta.4/view.c0b2ef2.js"
|
|
],
|
|
"components": null,
|
|
"packageName": "@ali/vc-deep-mobile",
|
|
"version": "1.0.1"
|
|
}],
|
|
"packages": [
|
|
{
|
|
"title": "view",
|
|
"package": "rax-view",
|
|
"version": "1.19.18",
|
|
"urls": ["https://cdn.jsdelivr.net/npm/rax-view@1.1.2/build/index.js"],
|
|
"library": "View"
|
|
},
|
|
{
|
|
"title": "view",
|
|
"package": "rax-text",
|
|
"version": "1.19.18",
|
|
"urls": ["https://cdn.jsdelivr.net/npm/rax-text@1.3.1/build/index.js"],
|
|
"library": "Text"
|
|
}
|
|
],
|
|
"components": [{
|
|
"componentName": "Page",
|
|
"title": "页面",
|
|
"configure": {
|
|
"events": {
|
|
"supportedLifecycles": [{
|
|
"description": "初始化时",
|
|
"name": "constructor"
|
|
}, {
|
|
"description": "装载后",
|
|
"name": "componentDidMount"
|
|
}, {
|
|
"description": "更新时",
|
|
"name": "componentDidMount"
|
|
}, {
|
|
"description": "卸载时",
|
|
"name": "componentWillUnmount"
|
|
}]
|
|
},
|
|
"component": {
|
|
"isContainer": true
|
|
}
|
|
}
|
|
},{
|
|
"componentName": "View",
|
|
"npm": {
|
|
"package": "rax-view",
|
|
"destructuring": true,
|
|
"exportName": "View"
|
|
},
|
|
"title": "视图",
|
|
"configure": {
|
|
"component": {
|
|
"isContainer": true
|
|
}
|
|
}
|
|
},{
|
|
"componentName": "Text",
|
|
"npm": {
|
|
"package": "rax-text",
|
|
"destructuring": true,
|
|
"exportName": "Text"
|
|
},
|
|
"title": "文本",
|
|
"configure": {
|
|
"component": {
|
|
"isContainer": true
|
|
}
|
|
}
|
|
}]
|
|
}
|