@dcloudio/uni-app-x 0.7.57 → 0.7.58
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
|
@@ -7,7 +7,6 @@ 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"
|
|
11
10
|
|
|
12
11
|
export type GetBoundingClientRectAsyncSuccessCallback = (rect: DOMRect) => void
|
|
13
12
|
export type GetBoundingClientRectAsyncFailCallback = () => void
|
|
@@ -110,7 +109,7 @@ export interface UniElement {
|
|
|
110
109
|
* }
|
|
111
110
|
* }
|
|
112
111
|
*/
|
|
113
|
-
uniPage:
|
|
112
|
+
uniPage: UniPage
|
|
114
113
|
/**
|
|
115
114
|
* 只读属性 获取当前元素的的 class 属性的动态集合。
|
|
116
115
|
* @uniPlatform {
|