mirror of
https://gitee.com/openharmony/developtools_ace_ets2bundle
synced 2024-11-26 18:21:00 +00:00
fix navigation
Signed-off-by: liuyanzhi <liuyanzhi3@huawei.com> Change-Id: I5d577a1ee32fd44443db63eb743b0c2f77d6049d
This commit is contained in:
parent
b207eaa3eb
commit
488c4bebfa
@ -1,4 +1,6 @@
|
||||
{
|
||||
"name": "NavDestination",
|
||||
"attrs": ["title", "hideTitleBar"]
|
||||
"attrs": ["title", "hideTitleBar", "toolbarConfiguration", "hideToolBar", "mode", "backButtonIcon", "menus",
|
||||
"ignoreLayoutSafeArea", "systemBarStyle", "onShown", "onHidden", "onWillAppear", "onWillShow", "onWillHide",
|
||||
"onWillDisappear", "onBackPressed", "onReady"]
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"name": "NavRouter",
|
||||
"attrs": ["onStateChange"]
|
||||
"attrs": ["onStateChange", "mode"]
|
||||
}
|
@ -2,5 +2,7 @@
|
||||
"name": "Navigation",
|
||||
"attrs": ["title", "subTitle", "hideTitleBar", "hideBackButton", "titleMode", "menus", "menuCount",
|
||||
"toolBar", "hideToolBar", "onTitleModeChange", "onNavBarStateChange", "navBarWidth", "navBarPosition",
|
||||
"mode", "backButtonIcon", "hideNavBar", "minContentWidth", "navBarWidthRange", "toolbarConfiguration"]
|
||||
"mode", "backButtonIcon", "hideNavBar", "navDestination", "minContentWidth", "ignoreLayoutSafeArea",
|
||||
"navBarWidthRange", "systemBarStyle", "toolbarConfiguration", "onNavigationModeChange",
|
||||
"customNavContentTransition"]
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Panel",
|
||||
"attrs": [
|
||||
"type", "mode", "dragBar", "fullHeight", "backgroundMask",
|
||||
"type", "mode", "dragBar", "customHeight", "fullHeight", "backgroundMask",
|
||||
"halfHeight", "miniHeight", "show", "onChange", "onHeightChange", "showCloseIcon"
|
||||
]
|
||||
}
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "SideBarContainer",
|
||||
"attrs": [
|
||||
"showSideBar", "controlButton", "showControlButton", "onChange", "sideBarWidth", "minSideBarWidth", "maxSideBarWidth", "autoHide", "sideBarPosition", "minContentWidth"
|
||||
"showSideBar", "controlButton", "showControlButton", "onChange", "sideBarWidth", "minSideBarWidth",
|
||||
"maxSideBarWidth", "autoHide", "sideBarPosition", "minContentWidth","divider"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user