@dcloudio/uni-app-x 0.7.55 → 0.7.56

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-app-x",
3
- "version": "0.7.55",
3
+ "version": "0.7.56",
4
4
  "description": "uni-app x types",
5
5
  "typings": "index.d.ts",
6
6
  "main": "index.d.ts",
@@ -7,6 +7,7 @@ import { UniCallbackWrapper } from "./UniCallbackWrapper"
7
7
  import { CanvasRenderingContext2D } from "./CanvasRenderingContext2D"
8
8
  import { UniAnimation } from "./UniAnimation"
9
9
  import { UniPage } from "./UniPage"
10
+ import { UniNativePage } from "./UniNativePage"
10
11
 
11
12
  export type GetBoundingClientRectAsyncSuccessCallback = (rect: DOMRect) => void
12
13
  export type GetBoundingClientRectAsyncFailCallback = () => void
@@ -109,7 +110,7 @@ export interface UniElement {
109
110
  * }
110
111
  * }
111
112
  */
112
- uniPage: UniPage
113
+ uniPage: UniNativePage
113
114
  /**
114
115
  * 只读属性 获取当前元素的的 class 属性的动态集合。
115
116
  * @uniPlatform {