From 5c98bccebc988bf893e7339cc7e47e00263da36b Mon Sep 17 00:00:00 2001 From: bizhenhang Date: Tue, 17 Jun 2025 19:07:17 +0800 Subject: [PATCH] revert ignoreLayoutSafeAreaType keyboard Signed-off-by: bizhenhang --- api/@internal/component/ets/common.d.ts | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index 0a2d2edefc..0338eecc79 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -10333,26 +10333,6 @@ declare enum LayoutSafeAreaType { * @since 12 */ SYSTEM = 0, - - /** - * Soft keyboard area. - * - * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform - * @atomicservice - * @since 20 - */ - KEYBOARD = 1, - - /** - * All safe area regions. - * - * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform - * @atomicservice - * @since 20 - */ - ALL = 2, } /** -- Gitee