@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
@@ -23,7 +23,8 @@ export interface Uni {
23
23
  * "harmony": {
24
24
  * "osVer": "3.0",
25
25
  * "uniVer": "4.24",
26
- * "unixVer": "4.61"
26
+ * "unixVer": "4.61",
27
+ * "unixvVer": "5.0"
27
28
  * }
28
29
  * },
29
30
  * "mp": {
@@ -106,7 +107,8 @@ export interface Uni {
106
107
  * "harmony": {
107
108
  * "osVer": "3.0",
108
109
  * "uniVer": "4.24",
109
- * "unixVer": "4.61"
110
+ * "unixVer": "4.61",
111
+ * "unixvVer": "5.0"
110
112
  * }
111
113
  * },
112
114
  * "mp": {
@@ -181,7 +183,8 @@ export interface Uni {
181
183
  * "harmony": {
182
184
  * "osVer": "3.0",
183
185
  * "uniVer": "4.24",
184
- * "unixVer": "4.61"
186
+ * "unixVer": "4.61",
187
+ * "unixvVer": "5.0"
185
188
  * }
186
189
  * },
187
190
  * "mp": {
@@ -592,154 +595,156 @@ export type GetNetworkTypeOptions = {
592
595
  */
593
596
  complete ?: GetNetworkTypeCompleteCallback | null
594
597
  };
595
- export type OnNetworkStatusChangeCallbackResult = {
596
- /**
597
- * 当前是否有网络连接
598
- *
599
- * @type boolean
600
- * @uniPlatform {
601
- * "app": {
602
- * "android": {
603
- * "osVer": "5.0",
604
- * "uniVer": "√",
605
- * "unixVer": "4.81"
606
- * "unixUtsPlugin": "4.81"
607
- * },
608
- * "ios": {
609
- * "osVer": "12.0",
610
- * "uniVer": "√",
611
- * "unixVer": "4.81",
612
- * "unixUtsPlugin": "4.81"
613
- * },
614
- * "harmony": {
615
- * "osVer": "3.0",
616
- * "uniVer": "4.24",
617
- * "unixVer": "4.61"
618
- * }
619
- * },
620
- * "mp": {
621
- * "weixin": {
622
- * "hostVer": "√",
623
- * "uniVer": "√",
624
- * "unixVer": "4.41"
625
- * },
626
- * "alipay": {
627
- * "hostVer": "√",
628
- * "uniVer": "√",
629
- * "unixVer": "x"
630
- * },
631
- * "baidu": {
632
- * "hostVer": "√",
633
- * "uniVer": "√",
634
- * "unixVer": "x"
635
- * },
636
- * "toutiao": {
637
- * "hostVer": "√",
638
- * "uniVer": "√",
639
- * "unixVer": "x"
640
- * },
641
- * "lark": {
642
- * "hostVer": "√",
643
- * "uniVer": "√",
644
- * "unixVer": "x"
645
- * },
646
- * "qq": {
647
- * "hostVer": "√",
648
- * "uniVer": "√",
649
- * "unixVer": "x"
650
- * },
651
- * "kuaishou": {
652
- * "hostVer": "√",
653
- * "uniVer": "√",
654
- * "unixVer": "x"
655
- * },
656
- * "jd": {
657
- * "hostVer": "√",
658
- * "uniVer": "√",
659
- * "unixVer": "x"
660
- * }
661
- * },
662
- * "web": {
663
- * "uniVer": "√",
664
- * "unixVer": "4.0"
665
- * }
666
- * }
598
+ export type OnNetworkStatusChangeCallbackResult = {
599
+ /**
600
+ * 当前是否有网络连接
601
+ *
602
+ * @type boolean
603
+ * @uniPlatform {
604
+ * "app": {
605
+ * "android": {
606
+ * "osVer": "5.0",
607
+ * "uniVer": "√",
608
+ * "unixVer": "4.81"
609
+ * "unixUtsPlugin": "4.81"
610
+ * },
611
+ * "ios": {
612
+ * "osVer": "12.0",
613
+ * "uniVer": "√",
614
+ * "unixVer": "4.81",
615
+ * "unixUtsPlugin": "4.81"
616
+ * },
617
+ * "harmony": {
618
+ * "osVer": "3.0",
619
+ * "uniVer": "4.24",
620
+ * "unixVer": "4.61",
621
+ * "unixvVer": "5.0"
622
+ * }
623
+ * },
624
+ * "mp": {
625
+ * "weixin": {
626
+ * "hostVer": "√",
627
+ * "uniVer": "",
628
+ * "unixVer": "4.41"
629
+ * },
630
+ * "alipay": {
631
+ * "hostVer": "√",
632
+ * "uniVer": "",
633
+ * "unixVer": "x"
634
+ * },
635
+ * "baidu": {
636
+ * "hostVer": "√",
637
+ * "uniVer": "",
638
+ * "unixVer": "x"
639
+ * },
640
+ * "toutiao": {
641
+ * "hostVer": "√",
642
+ * "uniVer": "",
643
+ * "unixVer": "x"
644
+ * },
645
+ * "lark": {
646
+ * "hostVer": "√",
647
+ * "uniVer": "",
648
+ * "unixVer": "x"
649
+ * },
650
+ * "qq": {
651
+ * "hostVer": "√",
652
+ * "uniVer": "",
653
+ * "unixVer": "x"
654
+ * },
655
+ * "kuaishou": {
656
+ * "hostVer": "√",
657
+ * "uniVer": "",
658
+ * "unixVer": "x"
659
+ * },
660
+ * "jd": {
661
+ * "hostVer": "√",
662
+ * "uniVer": "",
663
+ * "unixVer": "x"
664
+ * }
665
+ * },
666
+ * "web": {
667
+ * "uniVer": "",
668
+ * "unixVer": "4.0"
669
+ * }
670
+ * }
667
671
  */
668
- isConnected : boolean,
669
- /**
670
- * 网络类型(wifi、2g、3g、4g、5g、unknown、none)
671
- *
672
- * @type boolean
673
- * @uniPlatform {
674
- * "app": {
675
- * "android": {
676
- * "osVer": "5.0",
677
- * "uniVer": "√",
678
- * "unixVer": "4.81"
679
- * "unixUtsPlugin": "4.81"
680
- * },
681
- * "ios": {
682
- * "osVer": "12.0",
683
- * "uniVer": "√",
684
- * "unixVer": "4.81",
685
- * "unixUtsPlugin": "4.81"
686
- * },
687
- * "harmony": {
688
- * "osVer": "3.0",
689
- * "uniVer": "4.24",
690
- * "unixVer": "4.61"
691
- * }
692
- * },
693
- * "mp": {
694
- * "weixin": {
695
- * "hostVer": "√",
696
- * "uniVer": "√",
697
- * "unixVer": "4.41"
698
- * },
699
- * "alipay": {
700
- * "hostVer": "√",
701
- * "uniVer": "√",
702
- * "unixVer": "x"
703
- * },
704
- * "baidu": {
705
- * "hostVer": "√",
706
- * "uniVer": "√",
707
- * "unixVer": "x"
708
- * },
709
- * "toutiao": {
710
- * "hostVer": "√",
711
- * "uniVer": "√",
712
- * "unixVer": "x"
713
- * },
714
- * "lark": {
715
- * "hostVer": "√",
716
- * "uniVer": "√",
717
- * "unixVer": "x"
718
- * },
719
- * "qq": {
720
- * "hostVer": "√",
721
- * "uniVer": "√",
722
- * "unixVer": "x"
723
- * },
724
- * "kuaishou": {
725
- * "hostVer": "√",
726
- * "uniVer": "√",
727
- * "unixVer": "x"
728
- * },
729
- * "jd": {
730
- * "hostVer": "√",
731
- * "uniVer": "√",
732
- * "unixVer": "x"
733
- * }
734
- * },
735
- * "web": {
736
- * "uniVer": "√",
737
- * "unixVer": "4.0"
738
- * }
739
- * }
672
+ isConnected : boolean,
673
+ /**
674
+ * 网络类型(wifi、2g、3g、4g、5g、unknown、none)
675
+ *
676
+ * @type boolean
677
+ * @uniPlatform {
678
+ * "app": {
679
+ * "android": {
680
+ * "osVer": "5.0",
681
+ * "uniVer": "√",
682
+ * "unixVer": "4.81"
683
+ * "unixUtsPlugin": "4.81"
684
+ * },
685
+ * "ios": {
686
+ * "osVer": "12.0",
687
+ * "uniVer": "√",
688
+ * "unixVer": "4.81",
689
+ * "unixUtsPlugin": "4.81"
690
+ * },
691
+ * "harmony": {
692
+ * "osVer": "3.0",
693
+ * "uniVer": "4.24",
694
+ * "unixVer": "4.61",
695
+ * "unixvVer": "5.0"
696
+ * }
697
+ * },
698
+ * "mp": {
699
+ * "weixin": {
700
+ * "hostVer": "√",
701
+ * "uniVer": "",
702
+ * "unixVer": "4.41"
703
+ * },
704
+ * "alipay": {
705
+ * "hostVer": "√",
706
+ * "uniVer": "",
707
+ * "unixVer": "x"
708
+ * },
709
+ * "baidu": {
710
+ * "hostVer": "√",
711
+ * "uniVer": "",
712
+ * "unixVer": "x"
713
+ * },
714
+ * "toutiao": {
715
+ * "hostVer": "√",
716
+ * "uniVer": "",
717
+ * "unixVer": "x"
718
+ * },
719
+ * "lark": {
720
+ * "hostVer": "√",
721
+ * "uniVer": "",
722
+ * "unixVer": "x"
723
+ * },
724
+ * "qq": {
725
+ * "hostVer": "√",
726
+ * "uniVer": "",
727
+ * "unixVer": "x"
728
+ * },
729
+ * "kuaishou": {
730
+ * "hostVer": "√",
731
+ * "uniVer": "",
732
+ * "unixVer": "x"
733
+ * },
734
+ * "jd": {
735
+ * "hostVer": "√",
736
+ * "uniVer": "",
737
+ * "unixVer": "x"
738
+ * }
739
+ * },
740
+ * "web": {
741
+ * "uniVer": "",
742
+ * "unixVer": "4.0"
743
+ * }
744
+ * }
740
745
  */
741
746
  networkType : string
742
747
  };
743
748
  export type OnNetworkStatusChangeCallback = (result : OnNetworkStatusChangeCallbackResult) => void;
744
749
  export type OnNetworkStatusChange = (listener : OnNetworkStatusChangeCallback) => number;
745
- export type OffNetworkStatusChange = (listener ?: number | OnNetworkStatusChangeCallback | null) => void;
750
+ export type OffNetworkStatusChange = (listener ?: number | OnNetworkStatusChangeCallback | null) => void;
@@ -363,7 +363,8 @@ export interface Uni {
363
363
  * "harmony": {
364
364
  * "osVer": "5.0.0",
365
365
  * "uniVer": "x",
366
- * "unixVer": "4.61"
366
+ * "unixVer": "4.61",
367
+ * "unixvVer": "x"
367
368
  * }
368
369
  * },
369
370
  * "mp": {
@@ -42,7 +42,8 @@ export type GetProviderSuccess = {
42
42
  * "harmony": {
43
43
  * "osVer": "3.0",
44
44
  * "uniVer": "4.25",
45
- * "unixVer": "4.61"
45
+ * "unixVer": "4.61",
46
+ * "unixvVer": "5.0"
46
47
  * }
47
48
  * },
48
49
  * "web": {
@@ -69,7 +70,8 @@ export type GetProviderSuccess = {
69
70
  * "harmony": {
70
71
  * "osVer": "3.0",
71
72
  * "uniVer": "4.27",
72
- * "unixVer": "4.61"
73
+ * "unixVer": "4.61",
74
+ * "unixvVer": "5.0"
73
75
  * }
74
76
  * },
75
77
  * "web": {
@@ -96,7 +98,8 @@ export type GetProviderSuccess = {
96
98
  * "harmony": {
97
99
  * "osVer": "5.0.0",
98
100
  * "uniVer": "4.66",
99
- * "unixVer": "4.66"
101
+ * "unixVer": "4.66",
102
+ * "unixvVer": "5.0"
100
103
  * }
101
104
  * },
102
105
  * "web": {
@@ -195,7 +198,8 @@ export type GetProviderSyncSuccess = {
195
198
  * "harmony": {
196
199
  * "osVer": "3.0",
197
200
  * "uniVer": "4.25",
198
- * "unixVer": "4.61"
201
+ * "unixVer": "4.61",
202
+ * "unixvVer": "5.0"
199
203
  * }
200
204
  * },
201
205
  * "web": {
@@ -222,7 +226,8 @@ export type GetProviderSyncSuccess = {
222
226
  * "harmony": {
223
227
  * "osVer": "3.0",
224
228
  * "uniVer": "4.25",
225
- * "unixVer": "4.61"
229
+ * "unixVer": "4.61",
230
+ * "unixvVer": "5.0"
226
231
  * }
227
232
  * },
228
233
  * "web": {
@@ -249,7 +254,8 @@ export type GetProviderSyncSuccess = {
249
254
  * "harmony": {
250
255
  * "osVer": "3.0",
251
256
  * "uniVer": "4.27",
252
- * "unixVer": "4.61"
257
+ * "unixVer": "4.61",
258
+ * "unixvVer": "5.0"
253
259
  * }
254
260
  * },
255
261
  * "web": {
@@ -277,7 +283,8 @@ export type GetProviderSyncSuccess = {
277
283
  * "harmony": {
278
284
  * "osVer": "3.0",
279
285
  * "uniVer": "4.25",
280
- * "unixVer": "4.61"
286
+ * "unixVer": "4.61",
287
+ * "unixvVer": "5.0"
281
288
  * }
282
289
  * },
283
290
  * "web": {
@@ -304,7 +311,8 @@ export type GetProviderSyncSuccess = {
304
311
  * "harmony": {
305
312
  * "osVer": "3.0",
306
313
  * "uniVer": "4.25",
307
- * "unixVer": "4.61"
314
+ * "unixVer": "4.61",
315
+ * "unixvVer": "5.0"
308
316
  * }
309
317
  * },
310
318
  * "web": {
@@ -402,7 +410,8 @@ export type GetProviderSyncOptions = {
402
410
  * "harmony": {
403
411
  * "osVer": "3.0",
404
412
  * "uniVer": "4.27",
405
- * "unixVer": "4.61"
413
+ * "unixVer": "4.61",
414
+ * "unixvVer": "5.0"
406
415
  * }
407
416
  * },
408
417
  * "web": {
@@ -482,7 +491,8 @@ export type GetProviderOptions = {
482
491
  * "harmony": {
483
492
  * "osVer": "3.0",
484
493
  * "uniVer": "4.27",
485
- * "unixVer": "4.61"
494
+ * "unixVer": "4.61",
495
+ * "unixvVer": "5.0"
486
496
  * }
487
497
  * },
488
498
  * "web": {
@@ -587,7 +597,8 @@ export interface Uni {
587
597
  * "harmony": {
588
598
  * "osVer": "3.0",
589
599
  * "uniVer": "4.23",
590
- * "unixVer": "4.61"
600
+ * "unixVer": "4.61",
601
+ * "unixvVer": "5.0"
591
602
  * }
592
603
  * },
593
604
  * "mp": {
@@ -660,7 +671,8 @@ export interface Uni {
660
671
  * "harmony": {
661
672
  * "osVer": "3.0",
662
673
  * "uniVer": "4.25",
663
- * "unixVer": "4.61"
674
+ * "unixVer": "4.61",
675
+ * "unixvVer": "5.0"
664
676
  * }
665
677
  * },
666
678
  * "mp": {