mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-20 19:47:44 -04:00
私有api整改---【动态接口】dynamic component
Signed-off-by: pengzhiwen3 <pengzhiwen3@huawei.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "DynamicComponent",
|
||||
"attrs": [
|
||||
"onError"
|
||||
]
|
||||
}
|
||||
@@ -27,6 +27,7 @@
|
||||
"DataPanel",
|
||||
"DatePicker",
|
||||
"Divider",
|
||||
"DynamicComponent",
|
||||
"Ellipse",
|
||||
"Flex",
|
||||
"FormComponent",
|
||||
@@ -201,6 +202,11 @@
|
||||
"type": "DividerAttribute",
|
||||
"instance": "DividerInstance"
|
||||
},
|
||||
{
|
||||
"name": "DynamicComponent",
|
||||
"type": "DynamicComponentAttribute",
|
||||
"instance": "DynamicComponentInstance"
|
||||
},
|
||||
{
|
||||
"name": "Ellipse",
|
||||
"type": "EllipseAttribute",
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
"DataPanel",
|
||||
"DatePicker",
|
||||
"Divider",
|
||||
"DynamicComponent",
|
||||
"Ellipse",
|
||||
"Flex",
|
||||
"FormComponent",
|
||||
@@ -201,6 +202,11 @@
|
||||
"type": "DividerAttribute",
|
||||
"instance": "DividerInstance"
|
||||
},
|
||||
{
|
||||
"name": "DynamicComponent",
|
||||
"type": "DynamicComponentAttribute",
|
||||
"instance": "DynamicComponentInstance"
|
||||
},
|
||||
{
|
||||
"name": "Ellipse",
|
||||
"type": "EllipseAttribute",
|
||||
|
||||
Reference in New Issue
Block a user