@dcloudio/uni-app-x 0.7.87 → 0.7.89

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 (65) hide show
  1. package/package.json +1 -1
  2. package/types/dom2-internal/UniElement.d.ts +2 -1
  3. package/types/dom2-internal/UniNativeBaseView.d.ts +2 -1
  4. package/types/dom2-internal/UniTextElement.d.ts +5 -0
  5. package/types/dom2-internal/sharedData.d.ts +6 -9
  6. package/types/native/IUniElement.d.ts +291 -286
  7. package/types/native/IUniNativeViewElement.d.ts +22 -11
  8. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +430 -72
  9. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +2 -1
  10. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +2 -1
  11. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +6 -3
  12. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +2 -1
  13. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +16 -8
  14. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +5 -3
  15. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +2 -1
  16. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +14 -7
  17. package/types/uni/uts-plugin-api/lib/uni-createWorker/utssdk/interface.d.ts +4 -2
  18. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +82 -52
  19. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +8 -4
  20. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +10 -5
  21. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +176 -88
  22. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +8 -4
  23. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +30 -15
  24. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +40 -20
  25. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +34 -17
  26. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +10 -5
  27. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +10 -5
  28. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +153 -148
  29. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +2 -1
  30. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +24 -12
  31. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +122 -61
  32. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +14 -7
  33. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +4 -2
  34. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +2 -1
  35. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +6 -3
  36. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/interface.d.ts +94 -47
  37. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +48 -24
  38. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +2 -1
  39. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +26 -13
  40. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +84 -44
  41. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +26 -13
  42. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +14 -7
  43. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +22 -11
  44. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +4 -2
  45. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +36 -18
  46. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/interface.d.ts +6 -3
  47. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +18 -9
  48. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +30 -15
  49. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +4 -2
  50. package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/interface.d.ts +728 -698
  51. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +68 -32
  52. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +2 -1
  53. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +18 -13
  54. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/interface.d.ts +6 -3
  55. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/interface.d.ts +24 -12
  56. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +2 -1
  57. package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/interface.d.ts +4 -2
  58. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +20 -10
  59. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +16 -8
  60. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +40 -20
  61. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +42 -21
  62. package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/interface.d.ts +4 -2
  63. package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +909 -844
  64. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +10 -5
  65. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +52 -26
@@ -535,7 +535,8 @@ export type ChooseImageOptions = {
535
535
  * "harmony": {
536
536
  * "osVer": "5.0.0",
537
537
  * "uniVer": "4.23",
538
- * "unixVer": "4.61"
538
+ * "unixVer": "4.61",
539
+ * "unixvVer": "5.0"
539
540
  * }
540
541
  * },
541
542
  * "mp": {
@@ -1204,7 +1205,8 @@ export type CompressImageOptions = {
1204
1205
  * "harmony":{
1205
1206
  * "osVer": "5.0.0",
1206
1207
  * "uniVer": "4.31",
1207
- * "unixVer": "4.61"
1208
+ * "unixVer": "4.61",
1209
+ * "unixvVer": "5.0"
1208
1210
  * }
1209
1211
  * }
1210
1212
  * }
@@ -1227,7 +1229,8 @@ export type CompressImageOptions = {
1227
1229
  * "harmony":{
1228
1230
  * "osVer": "5.0.0",
1229
1231
  * "uniVer": "4.31",
1230
- * "unixVer": "4.61"
1232
+ * "unixVer": "4.61",
1233
+ * "unixvVer": "5.0"
1231
1234
  * }
1232
1235
  * }
1233
1236
  * }
@@ -1250,7 +1253,8 @@ export type CompressImageOptions = {
1250
1253
  * "harmony":{
1251
1254
  * "osVer": "5.0.0",
1252
1255
  * "uniVer": "4.31",
1253
- * "unixVer": "4.61"
1256
+ * "unixVer": "4.61",
1257
+ * "unixvVer": "5.0"
1254
1258
  * }
1255
1259
  * }
1256
1260
  * }
@@ -1371,7 +1375,8 @@ export type CompressImageOptions = {
1371
1375
  * "harmony":{
1372
1376
  * "osVer": "5.0.0",
1373
1377
  * "uniVer": "4.31",
1374
- * "unixVer": "4.61"
1378
+ * "unixVer": "4.61",
1379
+ * "unixvVer": "5.0"
1375
1380
  * }
1376
1381
  * }
1377
1382
  * }
@@ -1394,7 +1399,8 @@ export type CompressImageOptions = {
1394
1399
  * "harmony":{
1395
1400
  * "osVer": "5.0.0",
1396
1401
  * "uniVer": "4.31",
1397
- * "unixVer": "4.61"
1402
+ * "unixVer": "4.61",
1403
+ * "unixvVer": "5.0"
1398
1404
  * }
1399
1405
  * }
1400
1406
  * }
@@ -1417,7 +1423,8 @@ export type CompressImageOptions = {
1417
1423
  * "harmony":{
1418
1424
  * "osVer": "5.0.0",
1419
1425
  * "uniVer": "4.31",
1420
- * "unixVer": "4.61"
1426
+ * "unixVer": "4.61",
1427
+ * "unixvVer": "5.0"
1421
1428
  * }
1422
1429
  * }
1423
1430
  * }
@@ -1440,7 +1447,8 @@ export type CompressImageOptions = {
1440
1447
  * "harmony":{
1441
1448
  * "osVer": "5.0.0",
1442
1449
  * "uniVer": "4.31",
1443
- * "unixVer": "4.61"
1450
+ * "unixVer": "4.61",
1451
+ * "unixvVer": "5.0"
1444
1452
  * }
1445
1453
  * }
1446
1454
  * }
@@ -1463,7 +1471,8 @@ export type CompressImageOptions = {
1463
1471
  * "harmony":{
1464
1472
  * "osVer": "5.0.0",
1465
1473
  * "uniVer": "4.31",
1466
- * "unixVer": "4.61"
1474
+ * "unixVer": "4.61",
1475
+ * "unixvVer": "5.0"
1467
1476
  * }
1468
1477
  * }
1469
1478
  * }
@@ -1775,7 +1784,8 @@ export type ChooseVideoOptions = {
1775
1784
  * "harmony": {
1776
1785
  * "osVer": "5.0.0",
1777
1786
  * "uniVer": "4.25",
1778
- * "unixVer": "4.61"
1787
+ * "unixVer": "4.61",
1788
+ * "unixvVer": "5.0"
1779
1789
  * }
1780
1790
  * },
1781
1791
  * "mp": {
@@ -1845,7 +1855,8 @@ export type ChooseVideoOptions = {
1845
1855
  * "harmony": {
1846
1856
  * "osVer": "5.0.0",
1847
1857
  * "uniVer": "4.25",
1848
- * "unixVer": "4.61"
1858
+ * "unixVer": "4.61",
1859
+ * "unixvVer": "5.0"
1849
1860
  * }
1850
1861
  * },
1851
1862
  * "mp": {
@@ -2046,7 +2057,8 @@ export type GetVideoInfoSuccess = {
2046
2057
  * "harmony": {
2047
2058
  * "osVer": "5.0.0",
2048
2059
  * "uniVer": "4.23",
2049
- * "unixVer": "4.61"
2060
+ * "unixVer": "4.61",
2061
+ * "unixvVer": "5.0"
2050
2062
  * }
2051
2063
  * },
2052
2064
  * "web": {
@@ -2073,7 +2085,8 @@ export type GetVideoInfoSuccess = {
2073
2085
  * "harmony": {
2074
2086
  * "osVer": "5.0.0",
2075
2087
  * "uniVer": "4.23",
2076
- * "unixVer": "4.61"
2088
+ * "unixVer": "4.61",
2089
+ * "unixvVer": "5.0"
2077
2090
  * }
2078
2091
  * },
2079
2092
  * "mp": {
@@ -4471,7 +4484,8 @@ export interface Uni {
4471
4484
  * "harmony": {
4472
4485
  * "osVer": "5.0.0",
4473
4486
  * "uniVer": "4.23",
4474
- * "unixVer": "4.61"
4487
+ * "unixVer": "4.61",
4488
+ * "unixvVer": "5.0"
4475
4489
  * }
4476
4490
  * },
4477
4491
  * "web": {
@@ -4558,7 +4572,8 @@ export interface Uni {
4558
4572
  * "harmony": {
4559
4573
  * "osVer": "5.0.0",
4560
4574
  * "uniVer": "4.23",
4561
- * "unixVer": "4.61"
4575
+ * "unixVer": "4.61",
4576
+ * "unixvVer": "5.0"
4562
4577
  * }
4563
4578
  * },
4564
4579
  * "web": {
@@ -4644,7 +4659,8 @@ export interface Uni {
4644
4659
  * "harmony": {
4645
4660
  * "osVer": "5.0.0",
4646
4661
  * "uniVer": "4.23",
4647
- * "unixVer": "4.61"
4662
+ * "unixVer": "4.61",
4663
+ * "unixvVer": "5.0"
4648
4664
  * }
4649
4665
  * },
4650
4666
  * "mp": {
@@ -4730,7 +4746,8 @@ export interface Uni {
4730
4746
  * "harmony": {
4731
4747
  * "osVer": "5.0.0",
4732
4748
  * "uniVer": "4.23",
4733
- * "unixVer": "4.61"
4749
+ * "unixVer": "4.61",
4750
+ * "unixvVer": "5.0"
4734
4751
  * }
4735
4752
  * },
4736
4753
  * "mp": {
@@ -4822,7 +4839,8 @@ export interface Uni {
4822
4839
  * "harmony": {
4823
4840
  * "osVer": "5.0.0",
4824
4841
  * "uniVer": "4.23",
4825
- * "unixVer": "4.61"
4842
+ * "unixVer": "4.61",
4843
+ * "unixvVer": "5.0"
4826
4844
  * }
4827
4845
  * },
4828
4846
  * "mp": {
@@ -4914,7 +4932,8 @@ export interface Uni {
4914
4932
  * "harmony": {
4915
4933
  * "osVer": "5.0.0",
4916
4934
  * "uniVer": "4.31",
4917
- * "unixVer": "4.61"
4935
+ * "unixVer": "4.61",
4936
+ * "unixvVer": "5.0"
4918
4937
  * }
4919
4938
  * },
4920
4939
  * "mp": {
@@ -5007,7 +5026,8 @@ export interface Uni {
5007
5026
  * "harmony": {
5008
5027
  * "osVer": "5.0.0",
5009
5028
  * "uniVer": "4.23",
5010
- * "unixVer": "4.61"
5029
+ * "unixVer": "4.61",
5030
+ * "unixvVer": "5.0"
5011
5031
  * }
5012
5032
  * },
5013
5033
  * "mp": {
@@ -5090,7 +5110,8 @@ export interface Uni {
5090
5110
  * "harmony": {
5091
5111
  * "osVer": "5.0.0",
5092
5112
  * "uniVer": "4.23",
5093
- * "unixVer": "4.61"
5113
+ * "unixVer": "4.61",
5114
+ * "unixvVer": "5.0"
5094
5115
  * }
5095
5116
  * },
5096
5117
  * "mp": {
@@ -5174,7 +5195,8 @@ export interface Uni {
5174
5195
  * "harmony": {
5175
5196
  * "osVer": "5.0.0",
5176
5197
  * "uniVer": "4.23",
5177
- * "unixVer": "4.61"
5198
+ * "unixVer": "4.61",
5199
+ * "unixvVer": "5.0"
5178
5200
  * }
5179
5201
  * },
5180
5202
  * "mp": {
@@ -5258,7 +5280,8 @@ export interface Uni {
5258
5280
  * "harmony": {
5259
5281
  * "osVer": "3,0",
5260
5282
  * "uniVer": "4.31",
5261
- * "unixVer": "4.61"
5283
+ * "unixVer": "4.61",
5284
+ * "unixvVer": "5.0"
5262
5285
  * }
5263
5286
  * },
5264
5287
  * "mp": {
@@ -5346,7 +5369,8 @@ export interface Uni {
5346
5369
  * "harmony": {
5347
5370
  * "osVer": "5.0.0",
5348
5371
  * "uniVer": "4.31",
5349
- * "unixVer": "4.61"
5372
+ * "unixVer": "4.61",
5373
+ * "unixvVer": "5.0"
5350
5374
  * }
5351
5375
  * },
5352
5376
  * "mp": {
@@ -807,7 +807,8 @@ export interface Uni {
807
807
  * "harmony": {
808
808
  * "osVer": "3.0",
809
809
  * "uniVer": "4.23",
810
- * "unixVer": "4.61"
810
+ * "unixVer": "4.61",
811
+ * "unixvVer": "5.0"
811
812
  * }
812
813
  * },
813
814
  * "mp": {
@@ -26,7 +26,8 @@ export type SetNavigationBarColorOptions = {
26
26
  * "harmony": {
27
27
  * "osVer": "5.0.0",
28
28
  * "uniVer": "4.23",
29
- * "unixVer": "4.61"
29
+ * "unixVer": "4.61",
30
+ * "unixvVer": "5.0"
30
31
  * }
31
32
  * },
32
33
  * "mp": {
@@ -104,7 +105,8 @@ export type SetNavigationBarColorOptions = {
104
105
  * "harmony": {
105
106
  * "osVer": "5.0.0",
106
107
  * "uniVer": "4.23",
107
- * "unixVer": "4.61"
108
+ * "unixVer": "4.61",
109
+ * "unixvVer": "5.0"
108
110
  * }
109
111
  * },
110
112
  * "mp": {
@@ -173,7 +175,8 @@ export type SetNavigationBarColorOptions = {
173
175
  * "harmony": {
174
176
  * "osVer": "5.0.0",
175
177
  * "uniVer": "4.23",
176
- * "unixVer": "4.61"
178
+ * "unixVer": "4.61",
179
+ * "unixvVer": "5.0"
177
180
  * }
178
181
  * },
179
182
  * "mp": {
@@ -242,7 +245,8 @@ export type SetNavigationBarColorOptions = {
242
245
  * "harmony": {
243
246
  * "osVer": "5.0.0",
244
247
  * "uniVer": "4.23",
245
- * "unixVer": "4.61"
248
+ * "unixVer": "4.61",
249
+ * "unixvVer": "5.0"
246
250
  * }
247
251
  * },
248
252
  * "mp": {
@@ -311,7 +315,8 @@ export type SetNavigationBarColorOptions = {
311
315
  * "harmony": {
312
316
  * "osVer": "5.0.0",
313
317
  * "uniVer": "4.23",
314
- * "unixVer": "4.61"
318
+ * "unixVer": "4.61",
319
+ * "unixvVer": "5.0"
315
320
  * }
316
321
  * },
317
322
  * "mp": {
@@ -459,7 +464,8 @@ export type SetNavigationBarTitleOptions = {
459
464
  * "harmony": {
460
465
  * "osVer": "5.0.0",
461
466
  * "uniVer": "4.23",
462
- * "unixVer": "4.61"
467
+ * "unixVer": "4.61",
468
+ * "unixvVer": "5.0"
463
469
  * }
464
470
  * },
465
471
  * "mp": {
@@ -537,7 +543,8 @@ export type SetNavigationBarTitleOptions = {
537
543
  * "harmony": {
538
544
  * "osVer": "5.0.0",
539
545
  * "uniVer": "4.23",
540
- * "unixVer": "4.61"
546
+ * "unixVer": "4.61",
547
+ * "unixvVer": "5.0"
541
548
  * }
542
549
  * },
543
550
  * "mp": {
@@ -606,7 +613,8 @@ export type SetNavigationBarTitleOptions = {
606
613
  * "harmony": {
607
614
  * "osVer": "5.0.0",
608
615
  * "uniVer": "4.23",
609
- * "unixVer": "4.61"
616
+ * "unixVer": "4.61",
617
+ * "unixvVer": "5.0"
610
618
  * }
611
619
  * },
612
620
  * "mp": {
@@ -675,7 +683,8 @@ export type SetNavigationBarTitleOptions = {
675
683
  * "harmony": {
676
684
  * "osVer": "5.0.0",
677
685
  * "uniVer": "4.23",
678
- * "unixVer": "4.61"
686
+ * "unixVer": "4.61",
687
+ * "unixvVer": "5.0"
679
688
  * }
680
689
  * },
681
690
  * "mp": {
@@ -802,7 +811,8 @@ export interface Uni {
802
811
  * "harmony": {
803
812
  * "osVer": "5.0.0",
804
813
  * "uniVer": "4.23",
805
- * "unixVer": "4.61"
814
+ * "unixVer": "4.61",
815
+ * "unixvVer": "5.0"
806
816
  * }
807
817
  * },
808
818
  * "mp": {
@@ -879,7 +889,8 @@ export interface Uni {
879
889
  * "harmony": {
880
890
  * "osVer": "5.0.0",
881
891
  * "uniVer": "4.23",
882
- * "unixVer": "4.61"
892
+ * "unixVer": "4.61",
893
+ * "unixvVer": "5.0"
883
894
  * }
884
895
  * },
885
896
  * "mp": {
@@ -956,7 +967,8 @@ export interface Uni {
956
967
  * "harmony": {
957
968
  * "osVer": "3.0",
958
969
  * "uniVer": "4.31",
959
- * "unixVer": "4.61"
970
+ * "unixVer": "4.61",
971
+ * "unixvVer": "5.0"
960
972
  * }
961
973
  * },
962
974
  * "mp": {
@@ -1031,7 +1043,8 @@ export interface Uni {
1031
1043
  * "harmony": {
1032
1044
  * "osVer": "3.0",
1033
1045
  * "uniVer": "4.31",
1034
- * "unixVer": "4.61"
1046
+ * "unixVer": "4.61",
1047
+ * "unixvVer": "5.0"
1035
1048
  * }
1036
1049
  * },
1037
1050
  * "mp": {