From c03d1048d37546af853a662e218ac456562089b9 Mon Sep 17 00:00:00 2001 From: huzhanjiang Date: Tue, 12 Aug 2025 21:26:05 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90popup=E3=80=91=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huzhanjiang Change-Id: I07d026495da23fe075c41c51494124c532d64fb4 --- api/@internal/component/ets/common.d.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index f1c6d2eaab..4b630dc382 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -18107,6 +18107,7 @@ declare interface PopupCommonOptions { * Whether to display in the sub window. * * @type { ?boolean } + * @default false * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice @@ -18145,6 +18146,7 @@ declare interface PopupCommonOptions { * Sets the position offset of the popup. * * @type { ?Position } + * @default { x: 0, y: 0 } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice @@ -18246,7 +18248,7 @@ declare interface PopupCommonOptions { * Set popup focusable * * @type { ?boolean } - * @default true + * @default false * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice @@ -18893,6 +18895,7 @@ declare interface PopupOptions { * Whether to display in the sub window. * * @type { ?boolean } + * @default false * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice @@ -19010,6 +19013,7 @@ declare interface PopupOptions { * Sets the position offset of the popup. * * @type { ?Position } + * @default { x: 0, y: 0 } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice @@ -19711,6 +19715,7 @@ declare interface CustomPopupOptions { * Sets the position offset of the popup. * * @type { ?Position } + * @default { x: 0, y: 0 } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice @@ -19892,7 +19897,7 @@ declare interface CustomPopupOptions { * Set popup focusable * * @type { ?boolean } - * @default true + * @default false * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice -- Gitee