@dcloudio/uni-app-x 0.7.36 → 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.
Files changed (105) hide show
  1. package/package.json +2 -1
  2. package/types/UniPage.d.ts +44 -9
  3. package/types/app.d.ts +8 -5
  4. package/types/native/AsyncApiResult.d.ts +1 -0
  5. package/types/native/IUniElement.d.ts +34 -0
  6. package/types/native/UniElement.d.ts +2 -1
  7. package/types/native/UniTextElement.d.ts +1 -0
  8. package/types/native/global.d.ts +10 -0
  9. package/types/page.d.ts +5 -5
  10. package/types/uni/env/index.d.ts +15 -1
  11. package/types/uni/global.d.ts +1 -0
  12. package/types/uni/index.d.ts +1 -0
  13. package/types/uni/uni-map-tencent-global.d.ts +33 -0
  14. package/types/uni/uni-map-tencent-map.d.ts +52 -0
  15. package/types/uni/uts-plugin-api/global.d.ts +3 -0
  16. package/types/uni/uts-plugin-api/index.d.ts +3 -0
  17. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +24 -0
  18. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +11 -0
  19. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +217 -0
  20. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/global.d.ts +0 -2
  21. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/index.d.ts +0 -1
  22. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +212 -219
  23. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +1 -1
  24. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +130 -4
  25. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +1 -1
  26. package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +647 -7
  27. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/global.d.ts +20 -0
  28. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/index.d.ts +9 -0
  29. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +153 -0
  30. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +2 -2
  31. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/global.d.ts +4 -0
  32. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/index.d.ts +2 -0
  33. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1995 -1726
  34. package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +1 -1
  35. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +102 -18
  36. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +2 -2
  37. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +1123 -1044
  38. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +327 -296
  39. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +33 -28
  40. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +210 -0
  41. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +2687 -13
  42. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +42 -0
  43. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +1178 -2
  44. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +1 -1
  45. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +882 -0
  46. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +152 -12
  47. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +152 -12
  48. package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +760 -4
  49. package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts +0 -2
  50. package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +0 -45
  51. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +126 -0
  52. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +38 -3
  53. package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +13 -13
  54. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +3119 -1
  55. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +300 -6
  56. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +2 -2
  57. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +42 -0
  58. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +8 -8
  59. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +1 -1
  60. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +8 -0
  61. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +4 -0
  62. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +1686 -266
  63. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +15 -15
  64. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +3618 -1675
  65. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +11 -11
  66. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +42 -0
  67. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +9 -9
  68. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +252 -0
  69. package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/global.d.ts +8 -0
  70. package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/index.d.ts +4 -0
  71. package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/interface.d.ts +1 -0
  72. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +532 -245
  73. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +1260 -0
  74. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +2 -2
  75. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +58 -58
  76. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +42 -0
  77. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +42 -0
  78. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/global.d.ts +4 -0
  79. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/index.d.ts +2 -0
  80. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +614 -15
  81. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +420 -0
  82. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +50 -8
  83. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +267 -99
  84. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +978 -12
  85. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +1 -1
  86. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +2 -0
  87. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +1 -0
  88. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +37 -5
  89. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +379 -1
  90. package/types/uni/uts-plugin-extend/README.md +3 -0
  91. package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +4 -4
  92. package/types/uni/uts-plugin-extend/lib/uni-canvas/utssdk/interface.d.ts +4 -4
  93. package/types/uni/uts-plugin-extend/lib/uni-chooseLocation/utssdk/interface.d.ts +73 -73
  94. package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +302 -302
  95. package/types/uni/uts-plugin-extend/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1 -1
  96. package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/interface.d.ts +1 -1
  97. package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/interface.d.ts +1 -1
  98. package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +431 -11
  99. package/types/uni/uts-plugin-extend/lib/uni-locale/utssdk/interface.d.ts +3 -3
  100. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/interface.d.ts +6 -6
  101. package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +2 -2
  102. package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/interface.d.ts +73 -73
  103. package/types/uni/uts-plugin-extend/lib/uni-theme/utssdk/interface.d.ts +2 -2
  104. package/types/uni-cloud/interface.d.ts +91 -0
  105. package/uts-plugin.d.ts +3 -1
@@ -26,7 +26,7 @@ export interface Uni {
26
26
  * "weixin": {
27
27
  * "hostVer": "√",
28
28
  * "uniVer": "√",
29
- * "unixVer": "x"
29
+ * "unixVer": "4.35"
30
30
  * },
31
31
  * "alipay": {
32
32
  * "hostVer": "x",
@@ -138,7 +138,49 @@ export interface BackgroundAudioManager {
138
138
  * "uniVer": "√",
139
139
  * "unixVer": "3.9.0"
140
140
  * }
141
- * }
141
+ * },
142
+ * "mp": {
143
+ * "weixin": {
144
+ * "hostVer": "√",
145
+ * "uniVer": "√",
146
+ * "unixVer": "4.35"
147
+ * },
148
+ * "alipay": {
149
+ * "hostVer": "x",
150
+ * "uniVer": "x",
151
+ * "unixVer": "x"
152
+ * },
153
+ * "baidu": {
154
+ * "hostVer": "√",
155
+ * "uniVer": "√",
156
+ * "unixVer": "x"
157
+ * },
158
+ * "toutiao": {
159
+ * "hostVer": "√",
160
+ * "uniVer": "√",
161
+ * "unixVer": "x"
162
+ * },
163
+ * "lark": {
164
+ * "hostVer": "x",
165
+ * "uniVer": "x",
166
+ * "unixVer": "x"
167
+ * },
168
+ * "qq": {
169
+ * "hostVer": "√",
170
+ * "uniVer": "√",
171
+ * "unixVer": "x"
172
+ * },
173
+ * "kuaishou": {
174
+ * "hostVer": "x",
175
+ * "uniVer": "x",
176
+ * "unixVer": "x"
177
+ * },
178
+ * "jd": {
179
+ * "hostVer": "√",
180
+ * "uniVer": "√",
181
+ * "unixVer": "x"
182
+ * }
183
+ * }
142
184
  * }
143
185
  */
144
186
  play(): void;
@@ -151,7 +193,49 @@ export interface BackgroundAudioManager {
151
193
  * "uniVer": "√",
152
194
  * "unixVer": "3.9.0"
153
195
  * }
154
- * }
196
+ * },
197
+ * "mp": {
198
+ * "weixin": {
199
+ * "hostVer": "√",
200
+ * "uniVer": "√",
201
+ * "unixVer": "4.35"
202
+ * },
203
+ * "alipay": {
204
+ * "hostVer": "x",
205
+ * "uniVer": "x",
206
+ * "unixVer": "x"
207
+ * },
208
+ * "baidu": {
209
+ * "hostVer": "√",
210
+ * "uniVer": "√",
211
+ * "unixVer": "x"
212
+ * },
213
+ * "toutiao": {
214
+ * "hostVer": "√",
215
+ * "uniVer": "√",
216
+ * "unixVer": "x"
217
+ * },
218
+ * "lark": {
219
+ * "hostVer": "x",
220
+ * "uniVer": "x",
221
+ * "unixVer": "x"
222
+ * },
223
+ * "qq": {
224
+ * "hostVer": "√",
225
+ * "uniVer": "√",
226
+ * "unixVer": "x"
227
+ * },
228
+ * "kuaishou": {
229
+ * "hostVer": "x",
230
+ * "uniVer": "x",
231
+ * "unixVer": "x"
232
+ * },
233
+ * "jd": {
234
+ * "hostVer": "√",
235
+ * "uniVer": "√",
236
+ * "unixVer": "x"
237
+ * }
238
+ * }
155
239
  * }
156
240
  */
157
241
  pause(): void;
@@ -164,7 +248,49 @@ export interface BackgroundAudioManager {
164
248
  * "uniVer": "√",
165
249
  * "unixVer": "3.9.0"
166
250
  * }
167
- * }
251
+ * },
252
+ * "mp": {
253
+ * "weixin": {
254
+ * "hostVer": "√",
255
+ * "uniVer": "√",
256
+ * "unixVer": "4.35"
257
+ * },
258
+ * "alipay": {
259
+ * "hostVer": "x",
260
+ * "uniVer": "x",
261
+ * "unixVer": "x"
262
+ * },
263
+ * "baidu": {
264
+ * "hostVer": "√",
265
+ * "uniVer": "√",
266
+ * "unixVer": "x"
267
+ * },
268
+ * "toutiao": {
269
+ * "hostVer": "√",
270
+ * "uniVer": "√",
271
+ * "unixVer": "x"
272
+ * },
273
+ * "lark": {
274
+ * "hostVer": "x",
275
+ * "uniVer": "x",
276
+ * "unixVer": "x"
277
+ * },
278
+ * "qq": {
279
+ * "hostVer": "√",
280
+ * "uniVer": "√",
281
+ * "unixVer": "x"
282
+ * },
283
+ * "kuaishou": {
284
+ * "hostVer": "x",
285
+ * "uniVer": "x",
286
+ * "unixVer": "x"
287
+ * },
288
+ * "jd": {
289
+ * "hostVer": "√",
290
+ * "uniVer": "√",
291
+ * "unixVer": "x"
292
+ * }
293
+ * }
168
294
  * }
169
295
  */
170
296
  seek(position: number): void;
@@ -177,7 +303,49 @@ export interface BackgroundAudioManager {
177
303
  * "uniVer": "√",
178
304
  * "unixVer": "3.9.0"
179
305
  * }
180
- * }
306
+ * },
307
+ * "mp": {
308
+ * "weixin": {
309
+ * "hostVer": "√",
310
+ * "uniVer": "√",
311
+ * "unixVer": "4.35"
312
+ * },
313
+ * "alipay": {
314
+ * "hostVer": "x",
315
+ * "uniVer": "x",
316
+ * "unixVer": "x"
317
+ * },
318
+ * "baidu": {
319
+ * "hostVer": "√",
320
+ * "uniVer": "√",
321
+ * "unixVer": "x"
322
+ * },
323
+ * "toutiao": {
324
+ * "hostVer": "√",
325
+ * "uniVer": "√",
326
+ * "unixVer": "x"
327
+ * },
328
+ * "lark": {
329
+ * "hostVer": "x",
330
+ * "uniVer": "x",
331
+ * "unixVer": "x"
332
+ * },
333
+ * "qq": {
334
+ * "hostVer": "√",
335
+ * "uniVer": "√",
336
+ * "unixVer": "x"
337
+ * },
338
+ * "kuaishou": {
339
+ * "hostVer": "x",
340
+ * "uniVer": "x",
341
+ * "unixVer": "x"
342
+ * },
343
+ * "jd": {
344
+ * "hostVer": "√",
345
+ * "uniVer": "√",
346
+ * "unixVer": "x"
347
+ * }
348
+ * }
181
349
  * }
182
350
  */
183
351
  stop(): void;
@@ -203,7 +371,49 @@ export interface BackgroundAudioManager {
203
371
  * "uniVer": "√",
204
372
  * "unixVer": "3.9.0"
205
373
  * }
206
- * }
374
+ * },
375
+ * "mp": {
376
+ * "weixin": {
377
+ * "hostVer": "√",
378
+ * "uniVer": "√",
379
+ * "unixVer": "4.35"
380
+ * },
381
+ * "alipay": {
382
+ * "hostVer": "x",
383
+ * "uniVer": "x",
384
+ * "unixVer": "x"
385
+ * },
386
+ * "baidu": {
387
+ * "hostVer": "√",
388
+ * "uniVer": "√",
389
+ * "unixVer": "x"
390
+ * },
391
+ * "toutiao": {
392
+ * "hostVer": "√",
393
+ * "uniVer": "√",
394
+ * "unixVer": "x"
395
+ * },
396
+ * "lark": {
397
+ * "hostVer": "x",
398
+ * "uniVer": "x",
399
+ * "unixVer": "x"
400
+ * },
401
+ * "qq": {
402
+ * "hostVer": "√",
403
+ * "uniVer": "√",
404
+ * "unixVer": "x"
405
+ * },
406
+ * "kuaishou": {
407
+ * "hostVer": "x",
408
+ * "uniVer": "x",
409
+ * "unixVer": "x"
410
+ * },
411
+ * "jd": {
412
+ * "hostVer": "√",
413
+ * "uniVer": "√",
414
+ * "unixVer": "x"
415
+ * }
416
+ * }
207
417
  * }
208
418
  */
209
419
  onPlay(callback: (result: any) => void): void;
@@ -216,7 +426,49 @@ export interface BackgroundAudioManager {
216
426
  * "uniVer": "√",
217
427
  * "unixVer": "3.9.0"
218
428
  * }
219
- * }
429
+ * },
430
+ * "mp": {
431
+ * "weixin": {
432
+ * "hostVer": "√",
433
+ * "uniVer": "√",
434
+ * "unixVer": "4.35"
435
+ * },
436
+ * "alipay": {
437
+ * "hostVer": "x",
438
+ * "uniVer": "x",
439
+ * "unixVer": "x"
440
+ * },
441
+ * "baidu": {
442
+ * "hostVer": "√",
443
+ * "uniVer": "√",
444
+ * "unixVer": "x"
445
+ * },
446
+ * "toutiao": {
447
+ * "hostVer": "√",
448
+ * "uniVer": "√",
449
+ * "unixVer": "x"
450
+ * },
451
+ * "lark": {
452
+ * "hostVer": "x",
453
+ * "uniVer": "x",
454
+ * "unixVer": "x"
455
+ * },
456
+ * "qq": {
457
+ * "hostVer": "√",
458
+ * "uniVer": "√",
459
+ * "unixVer": "x"
460
+ * },
461
+ * "kuaishou": {
462
+ * "hostVer": "x",
463
+ * "uniVer": "x",
464
+ * "unixVer": "x"
465
+ * },
466
+ * "jd": {
467
+ * "hostVer": "√",
468
+ * "uniVer": "√",
469
+ * "unixVer": "x"
470
+ * }
471
+ * }
220
472
  * }
221
473
  */
222
474
  onPause(callback: (result: any) => void): void;
@@ -229,7 +481,49 @@ export interface BackgroundAudioManager {
229
481
  * "uniVer": "√",
230
482
  * "unixVer": "3.9.0"
231
483
  * }
232
- * }
484
+ * },
485
+ * "mp": {
486
+ * "weixin": {
487
+ * "hostVer": "√",
488
+ * "uniVer": "√",
489
+ * "unixVer": "4.35"
490
+ * },
491
+ * "alipay": {
492
+ * "hostVer": "x",
493
+ * "uniVer": "x",
494
+ * "unixVer": "x"
495
+ * },
496
+ * "baidu": {
497
+ * "hostVer": "√",
498
+ * "uniVer": "√",
499
+ * "unixVer": "x"
500
+ * },
501
+ * "toutiao": {
502
+ * "hostVer": "√",
503
+ * "uniVer": "√",
504
+ * "unixVer": "x"
505
+ * },
506
+ * "lark": {
507
+ * "hostVer": "x",
508
+ * "uniVer": "x",
509
+ * "unixVer": "x"
510
+ * },
511
+ * "qq": {
512
+ * "hostVer": "√",
513
+ * "uniVer": "√",
514
+ * "unixVer": "x"
515
+ * },
516
+ * "kuaishou": {
517
+ * "hostVer": "x",
518
+ * "uniVer": "x",
519
+ * "unixVer": "x"
520
+ * },
521
+ * "jd": {
522
+ * "hostVer": "√",
523
+ * "uniVer": "√",
524
+ * "unixVer": "x"
525
+ * }
526
+ * }
233
527
  * }
234
528
  */
235
529
  onStop(callback: (result: any) => void): void;
@@ -255,7 +549,49 @@ export interface BackgroundAudioManager {
255
549
  * "uniVer": "√",
256
550
  * "unixVer": "3.9.0"
257
551
  * }
258
- * }
552
+ * },
553
+ * "mp": {
554
+ * "weixin": {
555
+ * "hostVer": "√",
556
+ * "uniVer": "√",
557
+ * "unixVer": "4.35"
558
+ * },
559
+ * "alipay": {
560
+ * "hostVer": "x",
561
+ * "uniVer": "x",
562
+ * "unixVer": "x"
563
+ * },
564
+ * "baidu": {
565
+ * "hostVer": "√",
566
+ * "uniVer": "√",
567
+ * "unixVer": "x"
568
+ * },
569
+ * "toutiao": {
570
+ * "hostVer": "√",
571
+ * "uniVer": "√",
572
+ * "unixVer": "x"
573
+ * },
574
+ * "lark": {
575
+ * "hostVer": "x",
576
+ * "uniVer": "x",
577
+ * "unixVer": "x"
578
+ * },
579
+ * "qq": {
580
+ * "hostVer": "√",
581
+ * "uniVer": "√",
582
+ * "unixVer": "x"
583
+ * },
584
+ * "kuaishou": {
585
+ * "hostVer": "x",
586
+ * "uniVer": "x",
587
+ * "unixVer": "x"
588
+ * },
589
+ * "jd": {
590
+ * "hostVer": "√",
591
+ * "uniVer": "√",
592
+ * "unixVer": "x"
593
+ * }
594
+ * }
259
595
  * }
260
596
  */
261
597
  onTimeUpdate(callback: (result: any) => void): void;
@@ -276,7 +612,49 @@ export interface BackgroundAudioManager {
276
612
  * "uniVer": "√",
277
613
  * "unixVer": "3.9.0"
278
614
  * }
279
- * }
615
+ * },
616
+ * "mp": {
617
+ * "weixin": {
618
+ * "hostVer": "√",
619
+ * "uniVer": "√",
620
+ * "unixVer": "4.35"
621
+ * },
622
+ * "alipay": {
623
+ * "hostVer": "x",
624
+ * "uniVer": "x",
625
+ * "unixVer": "x"
626
+ * },
627
+ * "baidu": {
628
+ * "hostVer": "√",
629
+ * "uniVer": "√",
630
+ * "unixVer": "x"
631
+ * },
632
+ * "toutiao": {
633
+ * "hostVer": "√",
634
+ * "uniVer": "√",
635
+ * "unixVer": "x"
636
+ * },
637
+ * "lark": {
638
+ * "hostVer": "x",
639
+ * "uniVer": "x",
640
+ * "unixVer": "x"
641
+ * },
642
+ * "qq": {
643
+ * "hostVer": "√",
644
+ * "uniVer": "√",
645
+ * "unixVer": "x"
646
+ * },
647
+ * "kuaishou": {
648
+ * "hostVer": "x",
649
+ * "uniVer": "x",
650
+ * "unixVer": "x"
651
+ * },
652
+ * "jd": {
653
+ * "hostVer": "√",
654
+ * "uniVer": "√",
655
+ * "unixVer": "x"
656
+ * }
657
+ * }
280
658
  * }
281
659
  */
282
660
  onError(callback: (result: any) => void): void;
@@ -289,7 +667,49 @@ export interface BackgroundAudioManager {
289
667
  * "uniVer": "√",
290
668
  * "unixVer": "3.9.0"
291
669
  * }
292
- * }
670
+ * },
671
+ * "mp": {
672
+ * "weixin": {
673
+ * "hostVer": "√",
674
+ * "uniVer": "√",
675
+ * "unixVer": "4.35"
676
+ * },
677
+ * "alipay": {
678
+ * "hostVer": "x",
679
+ * "uniVer": "x",
680
+ * "unixVer": "x"
681
+ * },
682
+ * "baidu": {
683
+ * "hostVer": "√",
684
+ * "uniVer": "√",
685
+ * "unixVer": "x"
686
+ * },
687
+ * "toutiao": {
688
+ * "hostVer": "√",
689
+ * "uniVer": "√",
690
+ * "unixVer": "x"
691
+ * },
692
+ * "lark": {
693
+ * "hostVer": "x",
694
+ * "uniVer": "x",
695
+ * "unixVer": "x"
696
+ * },
697
+ * "qq": {
698
+ * "hostVer": "√",
699
+ * "uniVer": "√",
700
+ * "unixVer": "x"
701
+ * },
702
+ * "kuaishou": {
703
+ * "hostVer": "x",
704
+ * "uniVer": "x",
705
+ * "unixVer": "x"
706
+ * },
707
+ * "jd": {
708
+ * "hostVer": "√",
709
+ * "uniVer": "√",
710
+ * "unixVer": "x"
711
+ * }
712
+ * }
293
713
  * }
294
714
  */
295
715
  onWaiting(callback: (result: any) => void): void;
@@ -26,7 +26,7 @@ export interface Uni {
26
26
  * "weixin": {
27
27
  * "hostVer": "√",
28
28
  * "uniVer": "√",
29
- * "unixVer": "x"
29
+ * "unixVer": "4.35"
30
30
  * },
31
31
  * "alipay": {
32
32
  * "hostVer": "√",
@@ -98,7 +98,7 @@ export interface Uni {
98
98
  * "weixin": {
99
99
  * "hostVer": "√",
100
100
  * "uniVer": "√",
101
- * "unixVer": "x"
101
+ * "unixVer": "4.35"
102
102
  * },
103
103
  * "alipay": {
104
104
  * "hostVer": "√",
@@ -170,7 +170,7 @@ export interface Uni {
170
170
  * "weixin": {
171
171
  * "hostVer": "√",
172
172
  * "uniVer": "√",
173
- * "unixVer": "x"
173
+ * "unixVer": "4.35"
174
174
  * },
175
175
  * "alipay": {
176
176
  * "hostVer": "√",
@@ -26,7 +26,7 @@ export interface Uni {
26
26
  * "weixin": {
27
27
  * "hostVer": "√",
28
28
  * "uniVer": "√",
29
- * "unixVer": "x"
29
+ * "unixVer": "4.35"
30
30
  * },
31
31
  * "alipay": {
32
32
  * "hostVer": "x",
@@ -98,7 +98,7 @@ export interface Uni {
98
98
  * "weixin": {
99
99
  * "hostVer": "√",
100
100
  * "uniVer": "√",
101
- * "unixVer": "x"
101
+ * "unixVer": "4.35"
102
102
  * },
103
103
  * "alipay": {
104
104
  * "hostVer": "x",
@@ -170,7 +170,7 @@ export interface Uni {
170
170
  * "weixin": {
171
171
  * "hostVer": "√",
172
172
  * "uniVer": "√",
173
- * "unixVer": "x"
173
+ * "unixVer": "4.35"
174
174
  * },
175
175
  * "alipay": {
176
176
  * "hostVer": "x",
@@ -242,7 +242,7 @@ export interface Uni {
242
242
  * "weixin": {
243
243
  * "hostVer": "√",
244
244
  * "uniVer": "√",
245
- * "unixVer": "x"
245
+ * "unixVer": "4.35"
246
246
  * },
247
247
  * "alipay": {
248
248
  * "hostVer": "x",
@@ -314,7 +314,7 @@ export interface Uni {
314
314
  * "weixin": {
315
315
  * "hostVer": "√",
316
316
  * "uniVer": "√",
317
- * "unixVer": "x"
317
+ * "unixVer": "4.35"
318
318
  * },
319
319
  * "alipay": {
320
320
  * "hostVer": "x",
@@ -386,7 +386,7 @@ export interface Uni {
386
386
  * "weixin": {
387
387
  * "hostVer": "√",
388
388
  * "uniVer": "√",
389
- * "unixVer": "x"
389
+ * "unixVer": "4.35"
390
390
  * },
391
391
  * "alipay": {
392
392
  * "hostVer": "x",
@@ -26,7 +26,7 @@ export interface Uni {
26
26
  * "weixin": {
27
27
  * "hostVer": "√",
28
28
  * "uniVer": "√",
29
- * "unixVer": "x"
29
+ * "unixVer": "4.35"
30
30
  * },
31
31
  * "alipay": {
32
32
  * "hostVer": "√",
@@ -98,7 +98,7 @@ export interface Uni {
98
98
  * "weixin": {
99
99
  * "hostVer": "√",
100
100
  * "uniVer": "√",
101
- * "unixVer": "x"
101
+ * "unixVer": "4.35"
102
102
  * },
103
103
  * "alipay": {
104
104
  * "hostVer": "√",