add relative container attributes

Signed-off-by: xiexiyun <xiexiyun@huawei.com>
Change-Id: I523ae2dca147b9af03d79ee26514011ed0a74171
This commit is contained in:
xiexiyun
2022-06-05 16:45:48 +08:00
parent 651342ea85
commit 8a4d30eddd
3 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -19,6 +19,6 @@
"accessibilityImportance", "onAccessibility", "grayscale", "brightness", "contrast",
"saturate", "geometryTransition",
"bindPopup", "colorBlend", "invert", "sepia", "hueRotate", "bindMenu", "bindContextMenu",
"onFocus", "onBlur", "onFocusMove", "focusable", "responseRegion"
"onFocus", "onBlur", "onFocusMove", "focusable", "responseRegion", "alignRules"
]
}
@@ -0,0 +1,4 @@
{
"name": "RelativeContainer",
"attrs": []
}
+6
View File
@@ -62,6 +62,7 @@
"Rating",
"Rect",
"Refresh",
"RelativeContainer",
"RemoteWindow",
"Row",
"RowSplit",
@@ -367,6 +368,11 @@
"type": "RectAttribute",
"instance": "RectInstance"
},
{
"name": "RelativeContainer",
"type": "RelativeContainerAttribute",
"instance": "RelativeContainerInstance"
},
{
"name": "Refresh",
"type": "RefreshAttribute",