mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-18 16:04:32 -04:00
新增组件GridRow、GridCol
Signed-off-by: kangchongtao <kangchongtao@huawei.com> Change-Id: I0c134025c6b6b6bc9560b9965ae92e0c560f3712
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "GridCol",
|
||||
"parents": ["GridRow"],
|
||||
"single": true,
|
||||
"attrs": []
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "GridRow",
|
||||
"children": ["GridCol"],
|
||||
"attrs": [
|
||||
"verticalAlign", "horizontalAlign", "onBreakpointChange"
|
||||
]
|
||||
}
|
||||
@@ -93,7 +93,9 @@
|
||||
"Toggle",
|
||||
"Video",
|
||||
"Web",
|
||||
"XComponent"
|
||||
"XComponent",
|
||||
"GridRow",
|
||||
"GridCol"
|
||||
],
|
||||
"extend": {
|
||||
"decorator": "Extend",
|
||||
@@ -533,6 +535,16 @@
|
||||
"type": "XComponentAttribute",
|
||||
"instance": "XComponentInstance"
|
||||
},
|
||||
{
|
||||
"name": "GridRow",
|
||||
"type": "GridRowAttribute",
|
||||
"instance": "GridRowInterface"
|
||||
},
|
||||
{
|
||||
"name": "GridCol",
|
||||
"type": "GridColAttribute",
|
||||
"instance": "GridColInterface"
|
||||
}
|
||||
]
|
||||
},
|
||||
"styles": {
|
||||
|
||||
+13
-1
@@ -93,7 +93,9 @@
|
||||
"Toggle",
|
||||
"Video",
|
||||
"Web",
|
||||
"XComponent"
|
||||
"XComponent",
|
||||
"GridRow",
|
||||
"GridCol"
|
||||
],
|
||||
"extend": {
|
||||
"decorator": "Extend",
|
||||
@@ -533,6 +535,16 @@
|
||||
"type": "XComponentAttribute",
|
||||
"instance": "XComponentInstance"
|
||||
},
|
||||
{
|
||||
"name": "GridRow",
|
||||
"type": "GridRowAttribute",
|
||||
"instance": "GridRowInterface"
|
||||
},
|
||||
{
|
||||
"name": "GridCol",
|
||||
"type": "GridColAttribute",
|
||||
"instance": "GridColInterface"
|
||||
}
|
||||
]
|
||||
},
|
||||
"styles": {
|
||||
|
||||
Reference in New Issue
Block a user