From aea9c2fa8fb5d2bd34402af44a5fd918b90f9105 Mon Sep 17 00:00:00 2001 From: chenwenchang Date: Sat, 9 Aug 2025 19:25:31 +0800 Subject: [PATCH] adapt Indexer for 0702 Signed-off-by: chenwenchang --- api/@ohos.arkui.ArcAlphabetIndexer.d.ts | 11 ++++++++++- api/arkui/AlphabetIndexerModifier.d.ts | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/api/@ohos.arkui.ArcAlphabetIndexer.d.ts b/api/@ohos.arkui.ArcAlphabetIndexer.d.ts index 2342aff2704..0c926da8c71 100755 --- a/api/@ohos.arkui.ArcAlphabetIndexer.d.ts +++ b/api/@ohos.arkui.ArcAlphabetIndexer.d.ts @@ -1,6 +1,6 @@ /* * Copyright (c) 2024 Huawei Device Co., Ltd. - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Apache License, Version 2.0 (the "License"), * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * @@ -276,6 +276,15 @@ declare class ArcAlphabetIndexerAttribute extends CommonMethod + * @implements AttributeModifier * @syscap SystemCapability.ArkUI.ArkUI.Full * @atomicservice * @since 12 -*/ + */ /** * Defines AlphabetIndexer Modifier * -- Gitee