@dcloudio/uni-app-x 0.7.37 → 0.7.38
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 +1 -1
- package/types/UniPage.d.ts +44 -9
- package/types/app.d.ts +8 -5
- package/types/native/AsyncApiResult.d.ts +1 -0
- package/types/native/IUniElement.d.ts +34 -0
- package/types/native/UniElement.d.ts +2 -1
- package/types/native/UniTextElement.d.ts +1 -0
- package/types/native/global.d.ts +10 -0
- package/types/page.d.ts +5 -5
- package/types/uni/env/index.d.ts +15 -1
- package/types/uni/global.d.ts +1 -0
- package/types/uni/index.d.ts +1 -0
- package/types/uni/uni-map-tencent-global.d.ts +33 -0
- package/types/uni/uni-map-tencent-map.d.ts +52 -0
- package/types/uni/uts-plugin-api/global.d.ts +3 -0
- package/types/uni/uts-plugin-api/index.d.ts +3 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +24 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +11 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +217 -0
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +212 -219
- package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +130 -4
- package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +647 -7
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/global.d.ts +20 -0
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/index.d.ts +9 -0
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +153 -0
- package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1995 -1726
- package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +102 -18
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +1123 -1044
- package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +327 -296
- package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +33 -28
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +210 -0
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +2687 -13
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +42 -0
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +1178 -2
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +882 -0
- package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +152 -12
- package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +152 -12
- package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +760 -4
- package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +0 -45
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +126 -0
- package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +38 -3
- package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +13 -13
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +3119 -1
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +300 -6
- package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +42 -0
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +8 -8
- package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +8 -0
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +1686 -266
- package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +15 -15
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +3618 -1675
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +11 -11
- package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +42 -0
- package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +9 -9
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +252 -0
- package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/global.d.ts +8 -0
- package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/index.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/interface.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +532 -245
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +1260 -0
- package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +58 -58
- package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +42 -0
- package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +42 -0
- package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +614 -15
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +420 -0
- package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +50 -8
- package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +267 -99
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +978 -12
- package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +37 -5
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +379 -1
- package/types/uni/uts-plugin-extend/README.md +3 -0
- package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +4 -4
- package/types/uni/uts-plugin-extend/lib/uni-canvas/utssdk/interface.d.ts +4 -4
- package/types/uni/uts-plugin-extend/lib/uni-chooseLocation/utssdk/interface.d.ts +73 -73
- package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +302 -302
- package/types/uni/uts-plugin-extend/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +431 -11
- 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 +6 -6
- package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/interface.d.ts +73 -73
- package/types/uni/uts-plugin-extend/lib/uni-theme/utssdk/interface.d.ts +2 -2
- package/types/uni-cloud/interface.d.ts +91 -0
- package/uts-plugin.d.ts +3 -1
|
@@ -75,42 +75,42 @@ export type NodeInfo = {
|
|
|
75
75
|
* "weixin": {
|
|
76
76
|
* "hostVer": "√",
|
|
77
77
|
* "uniVer": "√",
|
|
78
|
-
* "unixVer": "
|
|
78
|
+
* "unixVer": "4.35"
|
|
79
79
|
* },
|
|
80
80
|
* "alipay": {
|
|
81
81
|
* "hostVer": "√",
|
|
82
82
|
* "uniVer": "√",
|
|
83
|
-
* "unixVer": "
|
|
83
|
+
* "unixVer": "x"
|
|
84
84
|
* },
|
|
85
85
|
* "baidu": {
|
|
86
86
|
* "hostVer": "√",
|
|
87
87
|
* "uniVer": "√",
|
|
88
|
-
* "unixVer": "
|
|
88
|
+
* "unixVer": "x"
|
|
89
89
|
* },
|
|
90
90
|
* "toutiao": {
|
|
91
91
|
* "hostVer": "√",
|
|
92
92
|
* "uniVer": "√",
|
|
93
|
-
* "unixVer": "
|
|
93
|
+
* "unixVer": "x"
|
|
94
94
|
* },
|
|
95
95
|
* "lark": {
|
|
96
96
|
* "hostVer": "√",
|
|
97
97
|
* "uniVer": "√",
|
|
98
|
-
* "unixVer": "
|
|
98
|
+
* "unixVer": "x"
|
|
99
99
|
* },
|
|
100
100
|
* "qq": {
|
|
101
101
|
* "hostVer": "√",
|
|
102
102
|
* "uniVer": "√",
|
|
103
|
-
* "unixVer": "
|
|
103
|
+
* "unixVer": "x"
|
|
104
104
|
* },
|
|
105
105
|
* "kuaishou": {
|
|
106
106
|
* "hostVer": "√",
|
|
107
107
|
* "uniVer": "√",
|
|
108
|
-
* "unixVer": "
|
|
108
|
+
* "unixVer": "x"
|
|
109
109
|
* },
|
|
110
110
|
* "jd": {
|
|
111
111
|
* "hostVer": "√",
|
|
112
112
|
* "uniVer": "√",
|
|
113
|
-
* "unixVer": "
|
|
113
|
+
* "unixVer": "x"
|
|
114
114
|
* }
|
|
115
115
|
* },
|
|
116
116
|
* "web": {
|
|
@@ -176,42 +176,42 @@ export type NodeField = {
|
|
|
176
176
|
* "weixin": {
|
|
177
177
|
* "hostVer": "√",
|
|
178
178
|
* "uniVer": "√",
|
|
179
|
-
* "unixVer": "
|
|
179
|
+
* "unixVer": "4.35"
|
|
180
180
|
* },
|
|
181
181
|
* "alipay": {
|
|
182
182
|
* "hostVer": "√",
|
|
183
183
|
* "uniVer": "√",
|
|
184
|
-
* "unixVer": "
|
|
184
|
+
* "unixVer": "x"
|
|
185
185
|
* },
|
|
186
186
|
* "baidu": {
|
|
187
187
|
* "hostVer": "√",
|
|
188
188
|
* "uniVer": "√",
|
|
189
|
-
* "unixVer": "
|
|
189
|
+
* "unixVer": "x"
|
|
190
190
|
* },
|
|
191
191
|
* "toutiao": {
|
|
192
192
|
* "hostVer": "√",
|
|
193
193
|
* "uniVer": "√",
|
|
194
|
-
* "unixVer": "
|
|
194
|
+
* "unixVer": "x"
|
|
195
195
|
* },
|
|
196
196
|
* "lark": {
|
|
197
197
|
* "hostVer": "√",
|
|
198
198
|
* "uniVer": "√",
|
|
199
|
-
* "unixVer": "
|
|
199
|
+
* "unixVer": "x"
|
|
200
200
|
* },
|
|
201
201
|
* "qq": {
|
|
202
202
|
* "hostVer": "√",
|
|
203
203
|
* "uniVer": "√",
|
|
204
|
-
* "unixVer": "
|
|
204
|
+
* "unixVer": "x"
|
|
205
205
|
* },
|
|
206
206
|
* "kuaishou": {
|
|
207
207
|
* "hostVer": "√",
|
|
208
208
|
* "uniVer": "√",
|
|
209
|
-
* "unixVer": "
|
|
209
|
+
* "unixVer": "x"
|
|
210
210
|
* },
|
|
211
211
|
* "jd": {
|
|
212
212
|
* "hostVer": "√",
|
|
213
213
|
* "uniVer": "√",
|
|
214
|
-
* "unixVer": "
|
|
214
|
+
* "unixVer": "x"
|
|
215
215
|
* }
|
|
216
216
|
* },
|
|
217
217
|
* "web": {
|
|
@@ -257,6 +257,48 @@ export interface NodesRef {
|
|
|
257
257
|
* "unixVer": "4.25"
|
|
258
258
|
* }
|
|
259
259
|
* },
|
|
260
|
+
* "mp": {
|
|
261
|
+
* "weixin": {
|
|
262
|
+
* "hostVer": "√",
|
|
263
|
+
* "uniVer": "√",
|
|
264
|
+
* "unixVer": "4.35"
|
|
265
|
+
* },
|
|
266
|
+
* "alipay": {
|
|
267
|
+
* "hostVer": "√",
|
|
268
|
+
* "uniVer": "√",
|
|
269
|
+
* "unixVer": "x"
|
|
270
|
+
* },
|
|
271
|
+
* "baidu": {
|
|
272
|
+
* "hostVer": "√",
|
|
273
|
+
* "uniVer": "√",
|
|
274
|
+
* "unixVer": "x"
|
|
275
|
+
* },
|
|
276
|
+
* "toutiao": {
|
|
277
|
+
* "hostVer": "√",
|
|
278
|
+
* "uniVer": "√",
|
|
279
|
+
* "unixVer": "x"
|
|
280
|
+
* },
|
|
281
|
+
* "lark": {
|
|
282
|
+
* "hostVer": "√",
|
|
283
|
+
* "uniVer": "√",
|
|
284
|
+
* "unixVer": "x"
|
|
285
|
+
* },
|
|
286
|
+
* "qq": {
|
|
287
|
+
* "hostVer": "√",
|
|
288
|
+
* "uniVer": "√",
|
|
289
|
+
* "unixVer": "x"
|
|
290
|
+
* },
|
|
291
|
+
* "kuaishou": {
|
|
292
|
+
* "hostVer": "√",
|
|
293
|
+
* "uniVer": "√",
|
|
294
|
+
* "unixVer": "x"
|
|
295
|
+
* },
|
|
296
|
+
* "jd": {
|
|
297
|
+
* "hostVer": "√",
|
|
298
|
+
* "uniVer": "√",
|
|
299
|
+
* "unixVer": "x"
|
|
300
|
+
* }
|
|
301
|
+
* },
|
|
260
302
|
* "web": {
|
|
261
303
|
* "uniVer": "√",
|
|
262
304
|
* "unixVer": "4.0"
|
|
@@ -287,7 +329,7 @@ export interface NodesRef {
|
|
|
287
329
|
* "weixin": {
|
|
288
330
|
* "hostVer": "√",
|
|
289
331
|
* "uniVer": "√",
|
|
290
|
-
* "unixVer": "
|
|
332
|
+
* "unixVer": "4.35"
|
|
291
333
|
* },
|
|
292
334
|
* "alipay": {
|
|
293
335
|
* "hostVer": "√",
|
|
@@ -349,6 +391,48 @@ export interface NodesRef {
|
|
|
349
391
|
* "unixVer": "4.25"
|
|
350
392
|
* }
|
|
351
393
|
* },
|
|
394
|
+
* "mp": {
|
|
395
|
+
* "weixin": {
|
|
396
|
+
* "hostVer": "√",
|
|
397
|
+
* "uniVer": "√",
|
|
398
|
+
* "unixVer": "4.35"
|
|
399
|
+
* },
|
|
400
|
+
* "alipay": {
|
|
401
|
+
* "hostVer": "√",
|
|
402
|
+
* "uniVer": "√",
|
|
403
|
+
* "unixVer": "x"
|
|
404
|
+
* },
|
|
405
|
+
* "baidu": {
|
|
406
|
+
* "hostVer": "√",
|
|
407
|
+
* "uniVer": "√",
|
|
408
|
+
* "unixVer": "x"
|
|
409
|
+
* },
|
|
410
|
+
* "toutiao": {
|
|
411
|
+
* "hostVer": "√",
|
|
412
|
+
* "uniVer": "√",
|
|
413
|
+
* "unixVer": "x"
|
|
414
|
+
* },
|
|
415
|
+
* "lark": {
|
|
416
|
+
* "hostVer": "√",
|
|
417
|
+
* "uniVer": "√",
|
|
418
|
+
* "unixVer": "x"
|
|
419
|
+
* },
|
|
420
|
+
* "qq": {
|
|
421
|
+
* "hostVer": "√",
|
|
422
|
+
* "uniVer": "√",
|
|
423
|
+
* "unixVer": "x"
|
|
424
|
+
* },
|
|
425
|
+
* "kuaishou": {
|
|
426
|
+
* "hostVer": "√",
|
|
427
|
+
* "uniVer": "√",
|
|
428
|
+
* "unixVer": "x"
|
|
429
|
+
* },
|
|
430
|
+
* "jd": {
|
|
431
|
+
* "hostVer": "√",
|
|
432
|
+
* "uniVer": "√",
|
|
433
|
+
* "unixVer": "x"
|
|
434
|
+
* }
|
|
435
|
+
* },
|
|
352
436
|
* "web": {
|
|
353
437
|
* "uniVer": "√",
|
|
354
438
|
* "unixVer": "4.0"
|
|
@@ -416,7 +500,7 @@ export interface Uni {
|
|
|
416
500
|
* "weixin": {
|
|
417
501
|
* "hostVer": "√",
|
|
418
502
|
* "uniVer": "√",
|
|
419
|
-
* "unixVer": "
|
|
503
|
+
* "unixVer": "4.35"
|
|
420
504
|
* },
|
|
421
505
|
* "alipay": {
|
|
422
506
|
* "hostVer": "√",
|