!3920 添加navigation 属性信息

Merge pull request !3920 from liuyanzhi2020/liu241109
This commit is contained in:
openharmony_ci 2024-11-11 06:10:01 +00:00 committed by Gitee
commit 28ef79fe05
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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"
]
}