@dcloudio/uni-app-x 0.7.61 → 0.7.62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -879,9 +879,14 @@ export interface UniPage {
|
|
|
879
879
|
|
|
880
880
|
/**
|
|
881
881
|
* @internal
|
|
882
|
-
* 获取当前页面 dialogPage 创建的 API 弹框集合
|
|
882
|
+
* web android harmony 获取当前页面 dialogPage 创建的 API 弹框集合
|
|
883
883
|
*/
|
|
884
884
|
$getSystemDialogPages(): UniPage[]
|
|
885
|
+
/**
|
|
886
|
+
* @internal
|
|
887
|
+
* ios 获取当前页面 dialogPage 创建的 API 弹框集合
|
|
888
|
+
*/
|
|
889
|
+
__$$getSystemDialogPages(): UniPage[]
|
|
885
890
|
}
|
|
886
891
|
|
|
887
892
|
export type ExitFullscreenSuccessCallback = () => void
|