fix navigation

Signed-off-by: liuyanzhi <liuyanzhi3@huawei.com>
Change-Id: I5d577a1ee32fd44443db63eb743b0c2f77d6049d
This commit is contained in:
liuyanzhi 2024-11-09 01:50:40 +00:00
parent b207eaa3eb
commit 488c4bebfa
5 changed files with 10 additions and 5 deletions

View File

@ -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"]
}

View File

@ -1,4 +1,4 @@
{
"name": "NavRouter",
"attrs": ["onStateChange"]
"attrs": ["onStateChange", "mode"]
}

View File

@ -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"]
}

View File

@ -1,7 +1,7 @@
{
"name": "Panel",
"attrs": [
"type", "mode", "dragBar", "fullHeight", "backgroundMask",
"type", "mode", "dragBar", "customHeight", "fullHeight", "backgroundMask",
"halfHeight", "miniHeight", "show", "onChange", "onHeightChange", "showCloseIcon"
]
}

View File

@ -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"
]
}