@dcloudio/uni-app-x 0.7.34 → 0.7.35

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types/page.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-app-x",
3
- "version": "0.7.34",
3
+ "version": "0.7.35",
4
4
  "description": "uni-app x types",
5
5
  "typings": "index.d.ts",
6
6
  "author": "DCloud",
package/types/page.d.ts CHANGED
@@ -1972,7 +1972,7 @@ export interface UniPage {
1972
1972
  * }
1973
1973
  * }
1974
1974
  */
1975
- getDialogPages(): UniDialogPage[]
1975
+ getDialogPages(): UniPage[]
1976
1976
  /**
1977
1977
  * 返回一个匹配特定 ID 的元素, 如果不存在,返回 null。\
1978
1978
  * 如果需要获取指定的节点类型,需要使用 as 进行类型转换。\