@dcloudio/uni-app-x 0.7.39 → 0.7.40
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 +9 -7
- package/types/UniPage.d.ts +168 -22
- package/types/app.d.ts +31 -31
- package/types/native/CSSStyleDeclaration.d.ts +16 -2
- package/types/native/DOMRect.d.ts +430 -10
- package/types/native/DrawableContext.d.ts +1137 -45
- package/types/native/IUniElement.d.ts +1875 -93
- package/types/native/UniNativePage.d.ts +94 -0
- package/types/native/UniResizeObserver.d.ts +215 -5
- package/types/native/UniSafeArea.d.ts +185 -0
- package/types/native/UniVideoElement.d.ts +432 -0
- package/types/native/global.d.ts +7 -0
- package/types/native/index.d.ts +1 -0
- package/types/uni/uni-map-tencent-map.d.ts +12 -8
- package/types/uni/uts-plugin-api/global.d.ts +62 -61
- package/types/uni/uts-plugin-api/index.d.ts +62 -61
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +22 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +10 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +278 -0
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +1600 -59
- package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +64 -63
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +1150 -186
- package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +64 -63
- package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +550 -550
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +69 -72
- package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +533 -135
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1508 -77
- package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +423 -63
- package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +284 -63
- package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +2 -9
- package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/global.d.ts +62 -62
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/index.d.ts +31 -31
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +57 -57
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +312 -110
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +62 -62
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +472 -72
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +126 -78
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +317 -66
- package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +570 -63
- package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +570 -63
- package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +110 -66
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +595 -177
- package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +284 -63
- package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +45 -1
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +1387 -182
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +67 -67
- package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +318 -53
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +162 -63
- package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +241 -64
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +6 -0
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +3 -0
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +4089 -659
- package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +460 -252
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +2345 -213
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +1205 -149
- package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +339 -33
- package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +457 -53
- package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +328 -63
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +317 -66
- package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +120 -71
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +2157 -437
- package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +260 -126
- package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +467 -315
- package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +553 -53
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +1608 -630
- package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +2492 -504
- package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +176 -130
- package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +704 -58
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +1230 -454
- package/types/uni/uts-plugin-biz/global.d.ts +6 -5
- package/types/uni/uts-plugin-biz/index.d.ts +6 -5
- package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +406 -123
- package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/interface.d.ts +60 -47
- package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +71 -71
- package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +3 -3
- package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/global.d.ts +24 -0
- package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/index.d.ts +11 -0
- package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/interface.d.ts +204 -0
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +42 -38
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +21 -19
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +502 -255
- package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/global.d.ts +64 -0
- package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/index.d.ts +31 -0
- package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/interface.d.ts +900 -0
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +48 -48
- package/types/uni/uts-plugin-extend/global.d.ts +0 -4
- package/types/uni/uts-plugin-extend/index.d.ts +0 -4
- package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +825 -273
- package/types/uni/uts-plugin-extend/lib/uni-canvas/utssdk/interface.d.ts +4399 -339
- package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +1000 -268
- package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-extend/lib/uni-locale/utssdk/interface.d.ts +3 -3
- package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/interface.d.ts +1495 -384
- package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +222 -132
- package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/interface.d.ts +923 -67
- package/types/uni/uts-plugin-extend/lib/uni-preloadPage/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +0 -7
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +0 -716
|
@@ -13,7 +13,49 @@
|
|
|
13
13
|
* "uniVer": "x",
|
|
14
14
|
* "unixVer": "4.11"
|
|
15
15
|
* }
|
|
16
|
-
* }
|
|
16
|
+
* },
|
|
17
|
+
* "mp": {
|
|
18
|
+
* "weixin": {
|
|
19
|
+
* "hostVer": "√",
|
|
20
|
+
* "uniVer": "x",
|
|
21
|
+
* "unixVer": "4.11"
|
|
22
|
+
* },
|
|
23
|
+
* "alipay": {
|
|
24
|
+
* "hostVer": "√",
|
|
25
|
+
* "uniVer": "x",
|
|
26
|
+
* "unixVer": "x"
|
|
27
|
+
* },
|
|
28
|
+
* "baidu": {
|
|
29
|
+
* "hostVer": "√",
|
|
30
|
+
* "uniVer": "x",
|
|
31
|
+
* "unixVer": "x"
|
|
32
|
+
* },
|
|
33
|
+
* "toutiao": {
|
|
34
|
+
* "hostVer": "√",
|
|
35
|
+
* "uniVer": "x",
|
|
36
|
+
* "unixVer": "x"
|
|
37
|
+
* },
|
|
38
|
+
* "lark": {
|
|
39
|
+
* "hostVer": "√",
|
|
40
|
+
* "uniVer": "x",
|
|
41
|
+
* "unixVer": "x"
|
|
42
|
+
* },
|
|
43
|
+
* "qq": {
|
|
44
|
+
* "hostVer": "√",
|
|
45
|
+
* "uniVer": "x",
|
|
46
|
+
* "unixVer": "x"
|
|
47
|
+
* },
|
|
48
|
+
* "kuaishou": {
|
|
49
|
+
* "hostVer": "√",
|
|
50
|
+
* "uniVer": "x",
|
|
51
|
+
* "unixVer": "x"
|
|
52
|
+
* },
|
|
53
|
+
* "jd": {
|
|
54
|
+
* "hostVer": "√",
|
|
55
|
+
* "uniVer": "x",
|
|
56
|
+
* "unixVer": "x"
|
|
57
|
+
* }
|
|
58
|
+
* },
|
|
17
59
|
* "web": {
|
|
18
60
|
* "uniVer": "x",
|
|
19
61
|
* "unixVer": "4.0"
|
|
@@ -40,7 +82,49 @@ export class DOMRect {
|
|
|
40
82
|
* "uniVer": "x",
|
|
41
83
|
* "unixVer": "4.11"
|
|
42
84
|
* }
|
|
43
|
-
* }
|
|
85
|
+
* },
|
|
86
|
+
* "mp": {
|
|
87
|
+
* "weixin": {
|
|
88
|
+
* "hostVer": "√",
|
|
89
|
+
* "uniVer": "x",
|
|
90
|
+
* "unixVer": "4.11"
|
|
91
|
+
* },
|
|
92
|
+
* "alipay": {
|
|
93
|
+
* "hostVer": "√",
|
|
94
|
+
* "uniVer": "x",
|
|
95
|
+
* "unixVer": "x"
|
|
96
|
+
* },
|
|
97
|
+
* "baidu": {
|
|
98
|
+
* "hostVer": "√",
|
|
99
|
+
* "uniVer": "x",
|
|
100
|
+
* "unixVer": "x"
|
|
101
|
+
* },
|
|
102
|
+
* "toutiao": {
|
|
103
|
+
* "hostVer": "√",
|
|
104
|
+
* "uniVer": "x",
|
|
105
|
+
* "unixVer": "x"
|
|
106
|
+
* },
|
|
107
|
+
* "lark": {
|
|
108
|
+
* "hostVer": "√",
|
|
109
|
+
* "uniVer": "x",
|
|
110
|
+
* "unixVer": "x"
|
|
111
|
+
* },
|
|
112
|
+
* "qq": {
|
|
113
|
+
* "hostVer": "√",
|
|
114
|
+
* "uniVer": "x",
|
|
115
|
+
* "unixVer": "x"
|
|
116
|
+
* },
|
|
117
|
+
* "kuaishou": {
|
|
118
|
+
* "hostVer": "√",
|
|
119
|
+
* "uniVer": "x",
|
|
120
|
+
* "unixVer": "x"
|
|
121
|
+
* },
|
|
122
|
+
* "jd": {
|
|
123
|
+
* "hostVer": "√",
|
|
124
|
+
* "uniVer": "x",
|
|
125
|
+
* "unixVer": "x"
|
|
126
|
+
* }
|
|
127
|
+
* },
|
|
44
128
|
* "web": {
|
|
45
129
|
* "uniVer": "x",
|
|
46
130
|
* "unixVer": "4.0"
|
|
@@ -63,7 +147,49 @@ export class DOMRect {
|
|
|
63
147
|
* "uniVer": "x",
|
|
64
148
|
* "unixVer": "4.11"
|
|
65
149
|
* }
|
|
66
|
-
* }
|
|
150
|
+
* },
|
|
151
|
+
* "mp": {
|
|
152
|
+
* "weixin": {
|
|
153
|
+
* "hostVer": "√",
|
|
154
|
+
* "uniVer": "x",
|
|
155
|
+
* "unixVer": "4.11"
|
|
156
|
+
* },
|
|
157
|
+
* "alipay": {
|
|
158
|
+
* "hostVer": "√",
|
|
159
|
+
* "uniVer": "x",
|
|
160
|
+
* "unixVer": "x"
|
|
161
|
+
* },
|
|
162
|
+
* "baidu": {
|
|
163
|
+
* "hostVer": "√",
|
|
164
|
+
* "uniVer": "x",
|
|
165
|
+
* "unixVer": "x"
|
|
166
|
+
* },
|
|
167
|
+
* "toutiao": {
|
|
168
|
+
* "hostVer": "√",
|
|
169
|
+
* "uniVer": "x",
|
|
170
|
+
* "unixVer": "x"
|
|
171
|
+
* },
|
|
172
|
+
* "lark": {
|
|
173
|
+
* "hostVer": "√",
|
|
174
|
+
* "uniVer": "x",
|
|
175
|
+
* "unixVer": "x"
|
|
176
|
+
* },
|
|
177
|
+
* "qq": {
|
|
178
|
+
* "hostVer": "√",
|
|
179
|
+
* "uniVer": "x",
|
|
180
|
+
* "unixVer": "x"
|
|
181
|
+
* },
|
|
182
|
+
* "kuaishou": {
|
|
183
|
+
* "hostVer": "√",
|
|
184
|
+
* "uniVer": "x",
|
|
185
|
+
* "unixVer": "x"
|
|
186
|
+
* },
|
|
187
|
+
* "jd": {
|
|
188
|
+
* "hostVer": "√",
|
|
189
|
+
* "uniVer": "x",
|
|
190
|
+
* "unixVer": "x"
|
|
191
|
+
* }
|
|
192
|
+
* },
|
|
67
193
|
* "web": {
|
|
68
194
|
* "uniVer": "x",
|
|
69
195
|
* "unixVer": "4.0"
|
|
@@ -86,7 +212,49 @@ export class DOMRect {
|
|
|
86
212
|
* "uniVer": "x",
|
|
87
213
|
* "unixVer": "4.11"
|
|
88
214
|
* }
|
|
89
|
-
* }
|
|
215
|
+
* },
|
|
216
|
+
* "mp": {
|
|
217
|
+
* "weixin": {
|
|
218
|
+
* "hostVer": "√",
|
|
219
|
+
* "uniVer": "x",
|
|
220
|
+
* "unixVer": "4.11"
|
|
221
|
+
* },
|
|
222
|
+
* "alipay": {
|
|
223
|
+
* "hostVer": "√",
|
|
224
|
+
* "uniVer": "x",
|
|
225
|
+
* "unixVer": "x"
|
|
226
|
+
* },
|
|
227
|
+
* "baidu": {
|
|
228
|
+
* "hostVer": "√",
|
|
229
|
+
* "uniVer": "x",
|
|
230
|
+
* "unixVer": "x"
|
|
231
|
+
* },
|
|
232
|
+
* "toutiao": {
|
|
233
|
+
* "hostVer": "√",
|
|
234
|
+
* "uniVer": "x",
|
|
235
|
+
* "unixVer": "x"
|
|
236
|
+
* },
|
|
237
|
+
* "lark": {
|
|
238
|
+
* "hostVer": "√",
|
|
239
|
+
* "uniVer": "x",
|
|
240
|
+
* "unixVer": "x"
|
|
241
|
+
* },
|
|
242
|
+
* "qq": {
|
|
243
|
+
* "hostVer": "√",
|
|
244
|
+
* "uniVer": "x",
|
|
245
|
+
* "unixVer": "x"
|
|
246
|
+
* },
|
|
247
|
+
* "kuaishou": {
|
|
248
|
+
* "hostVer": "√",
|
|
249
|
+
* "uniVer": "x",
|
|
250
|
+
* "unixVer": "x"
|
|
251
|
+
* },
|
|
252
|
+
* "jd": {
|
|
253
|
+
* "hostVer": "√",
|
|
254
|
+
* "uniVer": "x",
|
|
255
|
+
* "unixVer": "x"
|
|
256
|
+
* }
|
|
257
|
+
* },
|
|
90
258
|
* "web": {
|
|
91
259
|
* "uniVer": "x",
|
|
92
260
|
* "unixVer": "4.0"
|
|
@@ -109,7 +277,49 @@ export class DOMRect {
|
|
|
109
277
|
* "uniVer": "x",
|
|
110
278
|
* "unixVer": "4.11"
|
|
111
279
|
* }
|
|
112
|
-
* }
|
|
280
|
+
* },
|
|
281
|
+
* "mp": {
|
|
282
|
+
* "weixin": {
|
|
283
|
+
* "hostVer": "√",
|
|
284
|
+
* "uniVer": "x",
|
|
285
|
+
* "unixVer": "4.11"
|
|
286
|
+
* },
|
|
287
|
+
* "alipay": {
|
|
288
|
+
* "hostVer": "√",
|
|
289
|
+
* "uniVer": "x",
|
|
290
|
+
* "unixVer": "x"
|
|
291
|
+
* },
|
|
292
|
+
* "baidu": {
|
|
293
|
+
* "hostVer": "√",
|
|
294
|
+
* "uniVer": "x",
|
|
295
|
+
* "unixVer": "x"
|
|
296
|
+
* },
|
|
297
|
+
* "toutiao": {
|
|
298
|
+
* "hostVer": "√",
|
|
299
|
+
* "uniVer": "x",
|
|
300
|
+
* "unixVer": "x"
|
|
301
|
+
* },
|
|
302
|
+
* "lark": {
|
|
303
|
+
* "hostVer": "√",
|
|
304
|
+
* "uniVer": "x",
|
|
305
|
+
* "unixVer": "x"
|
|
306
|
+
* },
|
|
307
|
+
* "qq": {
|
|
308
|
+
* "hostVer": "√",
|
|
309
|
+
* "uniVer": "x",
|
|
310
|
+
* "unixVer": "x"
|
|
311
|
+
* },
|
|
312
|
+
* "kuaishou": {
|
|
313
|
+
* "hostVer": "√",
|
|
314
|
+
* "uniVer": "x",
|
|
315
|
+
* "unixVer": "x"
|
|
316
|
+
* },
|
|
317
|
+
* "jd": {
|
|
318
|
+
* "hostVer": "√",
|
|
319
|
+
* "uniVer": "x",
|
|
320
|
+
* "unixVer": "x"
|
|
321
|
+
* }
|
|
322
|
+
* },
|
|
113
323
|
* "web": {
|
|
114
324
|
* "uniVer": "x",
|
|
115
325
|
* "unixVer": "4.0"
|
|
@@ -132,7 +342,49 @@ export class DOMRect {
|
|
|
132
342
|
* "uniVer": "x",
|
|
133
343
|
* "unixVer": "4.11"
|
|
134
344
|
* }
|
|
135
|
-
* }
|
|
345
|
+
* },
|
|
346
|
+
* "mp": {
|
|
347
|
+
* "weixin": {
|
|
348
|
+
* "hostVer": "√",
|
|
349
|
+
* "uniVer": "x",
|
|
350
|
+
* "unixVer": "4.11"
|
|
351
|
+
* },
|
|
352
|
+
* "alipay": {
|
|
353
|
+
* "hostVer": "√",
|
|
354
|
+
* "uniVer": "x",
|
|
355
|
+
* "unixVer": "x"
|
|
356
|
+
* },
|
|
357
|
+
* "baidu": {
|
|
358
|
+
* "hostVer": "√",
|
|
359
|
+
* "uniVer": "x",
|
|
360
|
+
* "unixVer": "x"
|
|
361
|
+
* },
|
|
362
|
+
* "toutiao": {
|
|
363
|
+
* "hostVer": "√",
|
|
364
|
+
* "uniVer": "x",
|
|
365
|
+
* "unixVer": "x"
|
|
366
|
+
* },
|
|
367
|
+
* "lark": {
|
|
368
|
+
* "hostVer": "√",
|
|
369
|
+
* "uniVer": "x",
|
|
370
|
+
* "unixVer": "x"
|
|
371
|
+
* },
|
|
372
|
+
* "qq": {
|
|
373
|
+
* "hostVer": "√",
|
|
374
|
+
* "uniVer": "x",
|
|
375
|
+
* "unixVer": "x"
|
|
376
|
+
* },
|
|
377
|
+
* "kuaishou": {
|
|
378
|
+
* "hostVer": "√",
|
|
379
|
+
* "uniVer": "x",
|
|
380
|
+
* "unixVer": "x"
|
|
381
|
+
* },
|
|
382
|
+
* "jd": {
|
|
383
|
+
* "hostVer": "√",
|
|
384
|
+
* "uniVer": "x",
|
|
385
|
+
* "unixVer": "x"
|
|
386
|
+
* }
|
|
387
|
+
* },
|
|
136
388
|
* "web": {
|
|
137
389
|
* "uniVer": "x",
|
|
138
390
|
* "unixVer": "4.0"
|
|
@@ -155,7 +407,49 @@ export class DOMRect {
|
|
|
155
407
|
* "uniVer": "x",
|
|
156
408
|
* "unixVer": "4.11"
|
|
157
409
|
* }
|
|
158
|
-
* }
|
|
410
|
+
* },
|
|
411
|
+
* "mp": {
|
|
412
|
+
* "weixin": {
|
|
413
|
+
* "hostVer": "√",
|
|
414
|
+
* "uniVer": "x",
|
|
415
|
+
* "unixVer": "4.11"
|
|
416
|
+
* },
|
|
417
|
+
* "alipay": {
|
|
418
|
+
* "hostVer": "√",
|
|
419
|
+
* "uniVer": "x",
|
|
420
|
+
* "unixVer": "x"
|
|
421
|
+
* },
|
|
422
|
+
* "baidu": {
|
|
423
|
+
* "hostVer": "√",
|
|
424
|
+
* "uniVer": "x",
|
|
425
|
+
* "unixVer": "x"
|
|
426
|
+
* },
|
|
427
|
+
* "toutiao": {
|
|
428
|
+
* "hostVer": "√",
|
|
429
|
+
* "uniVer": "x",
|
|
430
|
+
* "unixVer": "x"
|
|
431
|
+
* },
|
|
432
|
+
* "lark": {
|
|
433
|
+
* "hostVer": "√",
|
|
434
|
+
* "uniVer": "x",
|
|
435
|
+
* "unixVer": "x"
|
|
436
|
+
* },
|
|
437
|
+
* "qq": {
|
|
438
|
+
* "hostVer": "√",
|
|
439
|
+
* "uniVer": "x",
|
|
440
|
+
* "unixVer": "x"
|
|
441
|
+
* },
|
|
442
|
+
* "kuaishou": {
|
|
443
|
+
* "hostVer": "√",
|
|
444
|
+
* "uniVer": "x",
|
|
445
|
+
* "unixVer": "x"
|
|
446
|
+
* },
|
|
447
|
+
* "jd": {
|
|
448
|
+
* "hostVer": "√",
|
|
449
|
+
* "uniVer": "x",
|
|
450
|
+
* "unixVer": "x"
|
|
451
|
+
* }
|
|
452
|
+
* },
|
|
159
453
|
* "web": {
|
|
160
454
|
* "uniVer": "x",
|
|
161
455
|
* "unixVer": "4.0"
|
|
@@ -178,7 +472,49 @@ export class DOMRect {
|
|
|
178
472
|
* "uniVer": "x",
|
|
179
473
|
* "unixVer": "4.11"
|
|
180
474
|
* }
|
|
181
|
-
* }
|
|
475
|
+
* },
|
|
476
|
+
* "mp": {
|
|
477
|
+
* "weixin": {
|
|
478
|
+
* "hostVer": "√",
|
|
479
|
+
* "uniVer": "x",
|
|
480
|
+
* "unixVer": "4.11"
|
|
481
|
+
* },
|
|
482
|
+
* "alipay": {
|
|
483
|
+
* "hostVer": "√",
|
|
484
|
+
* "uniVer": "x",
|
|
485
|
+
* "unixVer": "x"
|
|
486
|
+
* },
|
|
487
|
+
* "baidu": {
|
|
488
|
+
* "hostVer": "√",
|
|
489
|
+
* "uniVer": "x",
|
|
490
|
+
* "unixVer": "x"
|
|
491
|
+
* },
|
|
492
|
+
* "toutiao": {
|
|
493
|
+
* "hostVer": "√",
|
|
494
|
+
* "uniVer": "x",
|
|
495
|
+
* "unixVer": "x"
|
|
496
|
+
* },
|
|
497
|
+
* "lark": {
|
|
498
|
+
* "hostVer": "√",
|
|
499
|
+
* "uniVer": "x",
|
|
500
|
+
* "unixVer": "x"
|
|
501
|
+
* },
|
|
502
|
+
* "qq": {
|
|
503
|
+
* "hostVer": "√",
|
|
504
|
+
* "uniVer": "x",
|
|
505
|
+
* "unixVer": "x"
|
|
506
|
+
* },
|
|
507
|
+
* "kuaishou": {
|
|
508
|
+
* "hostVer": "√",
|
|
509
|
+
* "uniVer": "x",
|
|
510
|
+
* "unixVer": "x"
|
|
511
|
+
* },
|
|
512
|
+
* "jd": {
|
|
513
|
+
* "hostVer": "√",
|
|
514
|
+
* "uniVer": "x",
|
|
515
|
+
* "unixVer": "x"
|
|
516
|
+
* }
|
|
517
|
+
* },
|
|
182
518
|
* "web": {
|
|
183
519
|
* "uniVer": "x",
|
|
184
520
|
* "unixVer": "4.0"
|
|
@@ -201,7 +537,49 @@ export class DOMRect {
|
|
|
201
537
|
* "uniVer": "x",
|
|
202
538
|
* "unixVer": "4.11"
|
|
203
539
|
* }
|
|
204
|
-
* }
|
|
540
|
+
* },
|
|
541
|
+
* "mp": {
|
|
542
|
+
* "weixin": {
|
|
543
|
+
* "hostVer": "√",
|
|
544
|
+
* "uniVer": "x",
|
|
545
|
+
* "unixVer": "4.11"
|
|
546
|
+
* },
|
|
547
|
+
* "alipay": {
|
|
548
|
+
* "hostVer": "√",
|
|
549
|
+
* "uniVer": "x",
|
|
550
|
+
* "unixVer": "x"
|
|
551
|
+
* },
|
|
552
|
+
* "baidu": {
|
|
553
|
+
* "hostVer": "√",
|
|
554
|
+
* "uniVer": "x",
|
|
555
|
+
* "unixVer": "x"
|
|
556
|
+
* },
|
|
557
|
+
* "toutiao": {
|
|
558
|
+
* "hostVer": "√",
|
|
559
|
+
* "uniVer": "x",
|
|
560
|
+
* "unixVer": "x"
|
|
561
|
+
* },
|
|
562
|
+
* "lark": {
|
|
563
|
+
* "hostVer": "√",
|
|
564
|
+
* "uniVer": "x",
|
|
565
|
+
* "unixVer": "x"
|
|
566
|
+
* },
|
|
567
|
+
* "qq": {
|
|
568
|
+
* "hostVer": "√",
|
|
569
|
+
* "uniVer": "x",
|
|
570
|
+
* "unixVer": "x"
|
|
571
|
+
* },
|
|
572
|
+
* "kuaishou": {
|
|
573
|
+
* "hostVer": "√",
|
|
574
|
+
* "uniVer": "x",
|
|
575
|
+
* "unixVer": "x"
|
|
576
|
+
* },
|
|
577
|
+
* "jd": {
|
|
578
|
+
* "hostVer": "√",
|
|
579
|
+
* "uniVer": "x",
|
|
580
|
+
* "unixVer": "x"
|
|
581
|
+
* }
|
|
582
|
+
* },
|
|
205
583
|
* "web": {
|
|
206
584
|
* "uniVer": "x",
|
|
207
585
|
* "unixVer": "4.0"
|
|
@@ -224,7 +602,49 @@ export class DOMRect {
|
|
|
224
602
|
* "uniVer": "x",
|
|
225
603
|
* "unixVer": "4.11"
|
|
226
604
|
* }
|
|
227
|
-
* }
|
|
605
|
+
* },
|
|
606
|
+
* "mp": {
|
|
607
|
+
* "weixin": {
|
|
608
|
+
* "hostVer": "√",
|
|
609
|
+
* "uniVer": "x",
|
|
610
|
+
* "unixVer": "4.11"
|
|
611
|
+
* },
|
|
612
|
+
* "alipay": {
|
|
613
|
+
* "hostVer": "√",
|
|
614
|
+
* "uniVer": "x",
|
|
615
|
+
* "unixVer": "x"
|
|
616
|
+
* },
|
|
617
|
+
* "baidu": {
|
|
618
|
+
* "hostVer": "√",
|
|
619
|
+
* "uniVer": "x",
|
|
620
|
+
* "unixVer": "x"
|
|
621
|
+
* },
|
|
622
|
+
* "toutiao": {
|
|
623
|
+
* "hostVer": "√",
|
|
624
|
+
* "uniVer": "x",
|
|
625
|
+
* "unixVer": "x"
|
|
626
|
+
* },
|
|
627
|
+
* "lark": {
|
|
628
|
+
* "hostVer": "√",
|
|
629
|
+
* "uniVer": "x",
|
|
630
|
+
* "unixVer": "x"
|
|
631
|
+
* },
|
|
632
|
+
* "qq": {
|
|
633
|
+
* "hostVer": "√",
|
|
634
|
+
* "uniVer": "x",
|
|
635
|
+
* "unixVer": "x"
|
|
636
|
+
* },
|
|
637
|
+
* "kuaishou": {
|
|
638
|
+
* "hostVer": "√",
|
|
639
|
+
* "uniVer": "x",
|
|
640
|
+
* "unixVer": "x"
|
|
641
|
+
* },
|
|
642
|
+
* "jd": {
|
|
643
|
+
* "hostVer": "√",
|
|
644
|
+
* "uniVer": "x",
|
|
645
|
+
* "unixVer": "x"
|
|
646
|
+
* }
|
|
647
|
+
* },
|
|
228
648
|
* "web": {
|
|
229
649
|
* "uniVer": "x",
|
|
230
650
|
* "unixVer": "4.0"
|