@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.
- package/package.json +1 -1
- package/types/dom2-internal/UniElement.d.ts +2 -1
- package/types/dom2-internal/UniNativeBaseView.d.ts +2 -1
- package/types/dom2-internal/UniTextElement.d.ts +5 -0
- package/types/dom2-internal/sharedData.d.ts +6 -9
- package/types/native/IUniElement.d.ts +291 -286
- package/types/native/IUniNativeViewElement.d.ts +22 -11
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +430 -72
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +6 -3
- package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +16 -8
- package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +5 -3
- package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +14 -7
- package/types/uni/uts-plugin-api/lib/uni-createWorker/utssdk/interface.d.ts +4 -2
- package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +82 -52
- package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +8 -4
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +10 -5
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +176 -88
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +8 -4
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +30 -15
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +40 -20
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +34 -17
- package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +10 -5
- package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +10 -5
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +153 -148
- package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +24 -12
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +122 -61
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +14 -7
- package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +4 -2
- package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +6 -3
- package/types/uni/uts-plugin-api/lib/uni-location/utssdk/interface.d.ts +94 -47
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +48 -24
- package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +26 -13
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +84 -44
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +26 -13
- package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +14 -7
- package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +22 -11
- package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +4 -2
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +36 -18
- package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/interface.d.ts +6 -3
- package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +18 -9
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +30 -15
- package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +4 -2
- package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/interface.d.ts +728 -698
- package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +68 -32
- package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +18 -13
- package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/interface.d.ts +6 -3
- package/types/uni/uts-plugin-api/lib/uni-share/utssdk/interface.d.ts +24 -12
- package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/interface.d.ts +4 -2
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +20 -10
- package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +16 -8
- package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +40 -20
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +42 -21
- package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/interface.d.ts +4 -2
- package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +909 -844
- package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +10 -5
- 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
|
-
|
|
621
|
-
*
|
|
622
|
-
*
|
|
623
|
-
* "
|
|
624
|
-
* "
|
|
625
|
-
*
|
|
626
|
-
*
|
|
627
|
-
*
|
|
628
|
-
* "
|
|
629
|
-
* "
|
|
630
|
-
*
|
|
631
|
-
*
|
|
632
|
-
*
|
|
633
|
-
* "
|
|
634
|
-
* "
|
|
635
|
-
*
|
|
636
|
-
*
|
|
637
|
-
*
|
|
638
|
-
* "
|
|
639
|
-
* "
|
|
640
|
-
*
|
|
641
|
-
*
|
|
642
|
-
*
|
|
643
|
-
* "
|
|
644
|
-
* "
|
|
645
|
-
*
|
|
646
|
-
*
|
|
647
|
-
*
|
|
648
|
-
* "
|
|
649
|
-
* "
|
|
650
|
-
*
|
|
651
|
-
*
|
|
652
|
-
*
|
|
653
|
-
* "
|
|
654
|
-
* "
|
|
655
|
-
*
|
|
656
|
-
*
|
|
657
|
-
*
|
|
658
|
-
* "
|
|
659
|
-
* "
|
|
660
|
-
*
|
|
661
|
-
*
|
|
662
|
-
|
|
663
|
-
*
|
|
664
|
-
* "
|
|
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
|
-
|
|
694
|
-
*
|
|
695
|
-
*
|
|
696
|
-
* "
|
|
697
|
-
* "
|
|
698
|
-
*
|
|
699
|
-
*
|
|
700
|
-
*
|
|
701
|
-
* "
|
|
702
|
-
* "
|
|
703
|
-
*
|
|
704
|
-
*
|
|
705
|
-
*
|
|
706
|
-
* "
|
|
707
|
-
* "
|
|
708
|
-
*
|
|
709
|
-
*
|
|
710
|
-
*
|
|
711
|
-
* "
|
|
712
|
-
* "
|
|
713
|
-
*
|
|
714
|
-
*
|
|
715
|
-
*
|
|
716
|
-
* "
|
|
717
|
-
* "
|
|
718
|
-
*
|
|
719
|
-
*
|
|
720
|
-
*
|
|
721
|
-
* "
|
|
722
|
-
* "
|
|
723
|
-
*
|
|
724
|
-
*
|
|
725
|
-
*
|
|
726
|
-
* "
|
|
727
|
-
* "
|
|
728
|
-
*
|
|
729
|
-
*
|
|
730
|
-
*
|
|
731
|
-
* "
|
|
732
|
-
* "
|
|
733
|
-
*
|
|
734
|
-
*
|
|
735
|
-
|
|
736
|
-
*
|
|
737
|
-
* "
|
|
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;
|
|
@@ -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": {
|