mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-19 16:43:34 -04:00
!706 add relative container attributes
Merge pull request !706 from xiexiyun/relative_container
This commit is contained in:
@@ -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": []
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user