From 97eb6fc4bb4af3624cd40d9d58bc058e3277878e Mon Sep 17 00:00:00 2001 From: yeyinglong_admin Date: Mon, 7 Jul 2025 10:17:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=A7=E5=BD=A2=E6=8E=A7=E4=BB=B6=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0uicomponent=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yeyinglong_admin --- api/@ohos.arkui.ArcAlphabetIndexer.d.ts | 9 +++++++++ api/@ohos.arkui.ArcList.d.ts | 18 ++++++++++++++++++ api/@ohos.arkui.ArcSwiper.d.ts | 9 +++++++++ 3 files changed, 36 insertions(+) diff --git a/api/@ohos.arkui.ArcAlphabetIndexer.d.ts b/api/@ohos.arkui.ArcAlphabetIndexer.d.ts index d8561313e2..84fe696744 100755 --- a/api/@ohos.arkui.ArcAlphabetIndexer.d.ts +++ b/api/@ohos.arkui.ArcAlphabetIndexer.d.ts @@ -275,6 +275,15 @@ declare class ArcAlphabetIndexerAttribute 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 20 + */ declare let ArcSwiper: ArcSwiperInterface; /** -- Gitee