From fa1205dbc73a63c1aebb0b0279c0cf10e000e728 Mon Sep 17 00:00:00 2001 From: luoxi Date: Thu, 28 Aug 2025 10:19:35 +0800 Subject: [PATCH] fix navigation sdk Signed-off-by: luoxi --- api/@internal/component/ets/navigation.d.ts | 2 +- api/@ohos.arkui.ArcSwiper.d.ts | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/api/@internal/component/ets/navigation.d.ts b/api/@internal/component/ets/navigation.d.ts index 55576f9ee8..03b7d5ccd6 100644 --- a/api/@internal/component/ets/navigation.d.ts +++ b/api/@internal/component/ets/navigation.d.ts @@ -3326,7 +3326,7 @@ declare class NavigationAttribute extends CommonMethod { * @since 12 */ systemBarStyle(style: Optional): NavigationAttribute; - + /** * Set the Navigation can be restored after the application is terminated. * To enable this attribute, a navigation id must be set. diff --git a/api/@ohos.arkui.ArcSwiper.d.ts b/api/@ohos.arkui.ArcSwiper.d.ts index ff82c115a4..ee2c237f81 100644 --- a/api/@ohos.arkui.ArcSwiper.d.ts +++ b/api/@ohos.arkui.ArcSwiper.d.ts @@ -552,6 +552,15 @@ declare class ArcSwiperAttribute extends CommonMethod { * @atomicservice * @since 18 */ +/** + * Defines the ArcSwiper Component that can provide the ability for sub components to swipe and display. + * + * @syscap SystemCapability.ArkUI.ArkUI.Circle + * @crossplatform + * @atomicservice + * @uicomponent + * @since 19 + */ declare let ArcSwiper: ArcSwiperInterface; /** -- Gitee