mirror of
https://gitee.com/openharmony/developtools_ace_ets2bundle
synced 2024-11-23 16:39:56 +00:00
EmbeddedComponent
Signed-off-by: ZhangYu <zhangyu578@huawei.com> Change-Id: I59b2e606043b8cf5962272f18529235c9777b61a
This commit is contained in:
parent
6182574e57
commit
f170592bd2
9
compiler/components/embedded_component.json
Normal file
9
compiler/components/embedded_component.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "EmbeddedComponent",
|
||||
"attrs": [
|
||||
"onTerminated",
|
||||
"onError"
|
||||
],
|
||||
"atomic": true
|
||||
}
|
||||
|
@ -122,6 +122,7 @@
|
||||
"Divider",
|
||||
"EffectComponent",
|
||||
"Ellipse",
|
||||
"EmbeddedComponent",
|
||||
"Flex",
|
||||
"FormComponent",
|
||||
"Gauge",
|
||||
@ -328,6 +329,11 @@
|
||||
"type": "EllipseAttribute",
|
||||
"instance": "EllipseInstance"
|
||||
},
|
||||
{
|
||||
"name": "EmbeddedComponent",
|
||||
"type": "EmbeddedComponentAttribute",
|
||||
"instance": "EmbeddedComponentInstance"
|
||||
},
|
||||
{
|
||||
"name": "Flex",
|
||||
"type": "FlexAttribute",
|
||||
|
@ -118,6 +118,7 @@
|
||||
"Divider",
|
||||
"EffectComponent",
|
||||
"Ellipse",
|
||||
"EmbeddedComponent",
|
||||
"Flex",
|
||||
"FolderStack",
|
||||
"FormComponent",
|
||||
@ -330,6 +331,11 @@
|
||||
"type": "EllipseAttribute",
|
||||
"instance": "EllipseInstance"
|
||||
},
|
||||
{
|
||||
"name": "EmbeddedComponent",
|
||||
"type": "EmbeddedComponentAttribute",
|
||||
"instance": "EmbeddedComponentInstance"
|
||||
},
|
||||
{
|
||||
"name": "Flex",
|
||||
"type": "FlexAttribute",
|
||||
|
Loading…
Reference in New Issue
Block a user