From 90f7ce27a90181586bbfc61ab039e7901432b44b Mon Sep 17 00:00:00 2001 From: weishaoxiong Date: Tue, 3 Jun 2025 10:55:56 +0800 Subject: [PATCH] =?UTF-8?q?revert=20ani=20ets=E6=96=87=E4=BB=B6=E6=95=B4?= =?UTF-8?q?=E6=94=B9=20Signed-off-by:=20weishaoxiong=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/@ohos.inputMethodList.d.ets | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/api/@ohos.inputMethodList.d.ets b/api/@ohos.inputMethodList.d.ets index 3d83cd762d..de579e0ae6 100644 --- a/api/@ohos.inputMethodList.d.ets +++ b/api/@ohos.inputMethodList.d.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Huawei Device Co., Ltd. + * Copyright (c) 2023-2025 Huawei Device Co., Ltd. * 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 @@ -18,9 +18,6 @@ * @kit IMEKit */ -import { Resource } from './global/resource'; -import { CustomDialogController } from './arkui/component/customDialogController' - /** * Define pattern options of keyboard. * @@ -87,10 +84,8 @@ export interface Pattern { * @syscap SystemCapability.MiscServices.InputMethodFramework * @since 11 */ -/** - * @CustomDialog - */ -declare interface InputMethodListDialog { +@CustomDialog +export declare struct InputMethodListDialog { /** * Sets the controller. * @@ -107,5 +102,4 @@ declare interface InputMethodListDialog { * @since 11 */ patternOptions?: PatternOptions; -} -export InputMethodListDialog; \ No newline at end of file +} \ No newline at end of file -- Gitee