From 9d63e024e569df9aafc2c876c29b82133138e165 Mon Sep 17 00:00:00 2001 From: youqiuyu Date: Wed, 24 Jul 2024 17:15:13 +0800 Subject: [PATCH] rollback PopupDialog interface Signed-off-by: youqiuyu --- api/@ohos.arkui.advanced.Dialog.d.ets | 57 --------------------------- 1 file changed, 57 deletions(-) diff --git a/api/@ohos.arkui.advanced.Dialog.d.ets b/api/@ohos.arkui.advanced.Dialog.d.ets index fbc1e886f..66bcd6733 100644 --- a/api/@ohos.arkui.advanced.Dialog.d.ets +++ b/api/@ohos.arkui.advanced.Dialog.d.ets @@ -837,60 +837,3 @@ export declare struct CustomContentDialog { */ themeColorMode?: ThemeColorMode; } - -/** - * Declare struct PopupDialog - * - * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform - * @atomicservice - * @since 12 - */ -@Component -export declare struct PopupDialog { - /** - * Sets the PopupDialog Visible Status. - * - * @type { boolean } - * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform - * @atomicservice - * @since 12 - */ - @Link - show: boolean; - /** - * Sets the PopupDialog options. - * - * @type { PopupDialogOptions } - * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform - * @atomicservice - * @since 12 - */ - @Prop - popup: PopupDialogOptions; - /** - * Sets the targetBuilder content. - * - * @type { Callback } - * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform - * @atomicservice - * @since 12 - */ - @BuilderParam targetBuilder: Callback; -} - -/** - * Defines PopupDialog Options - * - * @interface PopupDialogOptions - * @extends CustomPopupOptions - * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform - * @atomicservice - * @since 12 - */ -export declare interface PopupDialogOptions extends CustomPopupOptions { -} \ No newline at end of file