@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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export interface IOpenLocationError extends IUniError {
|
|
2
|
-
|
|
2
|
+
errCode: number
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -68,76 +68,76 @@ export type OpenLocation = (options: OpenLocationOptions) => void
|
|
|
68
68
|
|
|
69
69
|
|
|
70
70
|
export interface Uni {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
71
|
+
/**
|
|
72
|
+
* 使用地图查看位置
|
|
73
|
+
*
|
|
74
|
+
* @tutorial https://uniapp.dcloud.io/api/location/open-location.html
|
|
75
|
+
* @tutorial-uni-app https://uniapp.dcloud.io/api/location/open-location.html
|
|
76
|
+
* @uniPlatform {
|
|
77
|
+
* "app": {
|
|
78
|
+
* "android": {
|
|
79
|
+
* "osVer": "5.0",
|
|
80
|
+
* "uniVer": "√",
|
|
81
|
+
* "unixVer": "x"
|
|
82
|
+
* },
|
|
83
|
+
* "ios": {
|
|
84
|
+
* "osVer": "12.0",
|
|
85
|
+
* "uniVer": "√",
|
|
86
|
+
* "unixVer": "x"
|
|
87
|
+
* },
|
|
88
|
+
* "harmony": {
|
|
89
|
+
* "osVer": "3.0",
|
|
90
|
+
* "uniVer": "4.25",
|
|
91
|
+
* "unixVer": "x"
|
|
92
|
+
* }
|
|
93
|
+
* },
|
|
94
|
+
* "mp": {
|
|
95
|
+
* "weixin": {
|
|
96
|
+
* "hostVer": "√",
|
|
97
|
+
* "uniVer": "√",
|
|
98
|
+
* "unixVer": "4.35"
|
|
99
|
+
* },
|
|
100
|
+
* "alipay": {
|
|
101
|
+
* "hostVer": "√",
|
|
102
|
+
* "uniVer": "√",
|
|
103
|
+
* "unixVer": "x"
|
|
104
|
+
* },
|
|
105
|
+
* "baidu": {
|
|
106
|
+
* "hostVer": "√",
|
|
107
|
+
* "uniVer": "√",
|
|
108
|
+
* "unixVer": "x"
|
|
109
|
+
* },
|
|
110
|
+
* "toutiao": {
|
|
111
|
+
* "hostVer": "√",
|
|
112
|
+
* "uniVer": "√",
|
|
113
|
+
* "unixVer": "x"
|
|
114
|
+
* },
|
|
115
|
+
* "lark": {
|
|
116
|
+
* "hostVer": "√",
|
|
117
|
+
* "uniVer": "√",
|
|
118
|
+
* "unixVer": "x"
|
|
119
|
+
* },
|
|
120
|
+
* "qq": {
|
|
121
|
+
* "hostVer": "x",
|
|
122
|
+
* "uniVer": "x",
|
|
123
|
+
* "unixVer": "x"
|
|
124
|
+
* },
|
|
125
|
+
* "kuaishou": {
|
|
126
|
+
* "hostVer": "x",
|
|
127
|
+
* "uniVer": "x",
|
|
128
|
+
* "unixVer": "x"
|
|
129
|
+
* },
|
|
130
|
+
* "jd": {
|
|
131
|
+
* "hostVer": "x",
|
|
132
|
+
* "uniVer": "x",
|
|
133
|
+
* "unixVer": "x"
|
|
134
|
+
* }
|
|
135
|
+
* },
|
|
136
|
+
* "web": {
|
|
137
|
+
* "uniVer": "√",
|
|
138
|
+
* "unixVer": "4.0"
|
|
139
|
+
* }
|
|
140
|
+
* }
|
|
141
|
+
*/
|
|
142
|
+
openLocation(options: OpenLocationOptions): void
|
|
143
143
|
}
|
|
@@ -26,7 +26,7 @@ export interface Uni {
|
|
|
26
26
|
* "weixin": {
|
|
27
27
|
* "hostVer": "√",
|
|
28
28
|
* "uniVer": "2.11.0",
|
|
29
|
-
* "unixVer": "
|
|
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": "2.11.0",
|
|
101
|
-
* "unixVer": "
|
|
101
|
+
* "unixVer": "4.35"
|
|
102
102
|
* },
|
|
103
103
|
* "alipay": {
|
|
104
104
|
* "hostVer": "x",
|
|
@@ -618,6 +618,13 @@ declare class Database {
|
|
|
618
618
|
* "unixVer": "4.11"
|
|
619
619
|
* }
|
|
620
620
|
* },
|
|
621
|
+
* "mp": {
|
|
622
|
+
* "weinxin": {
|
|
623
|
+
* "osVer": "√",
|
|
624
|
+
* "uniVer": "√",
|
|
625
|
+
* "unixVer": "4.35"
|
|
626
|
+
* }
|
|
627
|
+
* },
|
|
621
628
|
* "web": {
|
|
622
629
|
* "uniVer": "√",
|
|
623
630
|
* "unixVer": "4.0"
|
|
@@ -731,6 +738,13 @@ declare class UniCloud {
|
|
|
731
738
|
* "unixVer": "4.11"
|
|
732
739
|
* }
|
|
733
740
|
* },
|
|
741
|
+
* "mp": {
|
|
742
|
+
* "weinxin": {
|
|
743
|
+
* "osVer": "√",
|
|
744
|
+
* "uniVer": "√",
|
|
745
|
+
* "unixVer": "4.35"
|
|
746
|
+
* }
|
|
747
|
+
* },
|
|
734
748
|
* "web": {
|
|
735
749
|
* "uniVer": "√",
|
|
736
750
|
* "unixVer": "4.0"
|
|
@@ -753,6 +767,13 @@ declare class UniCloud {
|
|
|
753
767
|
* "unixVer": "4.11"
|
|
754
768
|
* }
|
|
755
769
|
* },
|
|
770
|
+
* "mp": {
|
|
771
|
+
* "weinxin": {
|
|
772
|
+
* "osVer": "√",
|
|
773
|
+
* "uniVer": "√",
|
|
774
|
+
* "unixVer": "4.35"
|
|
775
|
+
* }
|
|
776
|
+
* },
|
|
756
777
|
* "web": {
|
|
757
778
|
* "uniVer": "√",
|
|
758
779
|
* "unixVer": "4.0"
|
|
@@ -775,6 +796,13 @@ declare class UniCloud {
|
|
|
775
796
|
* "unixVer": "4.11"
|
|
776
797
|
* }
|
|
777
798
|
* },
|
|
799
|
+
* "mp": {
|
|
800
|
+
* "weinxin": {
|
|
801
|
+
* "osVer": "√",
|
|
802
|
+
* "uniVer": "√",
|
|
803
|
+
* "unixVer": "4.35"
|
|
804
|
+
* }
|
|
805
|
+
* },
|
|
778
806
|
* "web": {
|
|
779
807
|
* "uniVer": "√",
|
|
780
808
|
* "unixVer": "4.0"
|
|
@@ -797,6 +825,13 @@ declare class UniCloud {
|
|
|
797
825
|
* "unixVer": "4.11"
|
|
798
826
|
* }
|
|
799
827
|
* },
|
|
828
|
+
* "mp": {
|
|
829
|
+
* "weinxin": {
|
|
830
|
+
* "osVer": "√",
|
|
831
|
+
* "uniVer": "√",
|
|
832
|
+
* "unixVer": "4.35"
|
|
833
|
+
* }
|
|
834
|
+
* },
|
|
800
835
|
* "web": {
|
|
801
836
|
* "uniVer": "√",
|
|
802
837
|
* "unixVer": "4.0"
|
|
@@ -819,6 +854,13 @@ declare class UniCloud {
|
|
|
819
854
|
* "unixVer": "4.11"
|
|
820
855
|
* }
|
|
821
856
|
* },
|
|
857
|
+
* "mp": {
|
|
858
|
+
* "weinxin": {
|
|
859
|
+
* "osVer": "√",
|
|
860
|
+
* "uniVer": "√",
|
|
861
|
+
* "unixVer": "4.35"
|
|
862
|
+
* }
|
|
863
|
+
* },
|
|
822
864
|
* "web": {
|
|
823
865
|
* "uniVer": "√",
|
|
824
866
|
* "unixVer": "4.0"
|
|
@@ -841,6 +883,13 @@ declare class UniCloud {
|
|
|
841
883
|
* "unixVer": "4.11"
|
|
842
884
|
* }
|
|
843
885
|
* },
|
|
886
|
+
* "mp": {
|
|
887
|
+
* "weinxin": {
|
|
888
|
+
* "osVer": "√",
|
|
889
|
+
* "uniVer": "√",
|
|
890
|
+
* "unixVer": "4.35"
|
|
891
|
+
* }
|
|
892
|
+
* },
|
|
844
893
|
* "web": {
|
|
845
894
|
* "uniVer": "√",
|
|
846
895
|
* "unixVer": "4.0"
|
|
@@ -863,6 +912,13 @@ declare class UniCloud {
|
|
|
863
912
|
* "unixVer": "4.11"
|
|
864
913
|
* }
|
|
865
914
|
* },
|
|
915
|
+
* "mp": {
|
|
916
|
+
* "weinxin": {
|
|
917
|
+
* "osVer": "√",
|
|
918
|
+
* "uniVer": "√",
|
|
919
|
+
* "unixVer": "4.35"
|
|
920
|
+
* }
|
|
921
|
+
* },
|
|
866
922
|
* "web": {
|
|
867
923
|
* "uniVer": "√",
|
|
868
924
|
* "unixVer": "4.0"
|
|
@@ -885,6 +941,13 @@ declare class UniCloud {
|
|
|
885
941
|
* "unixVer": "4.11"
|
|
886
942
|
* }
|
|
887
943
|
* },
|
|
944
|
+
* "mp": {
|
|
945
|
+
* "weinxin": {
|
|
946
|
+
* "osVer": "√",
|
|
947
|
+
* "uniVer": "√",
|
|
948
|
+
* "unixVer": "4.35"
|
|
949
|
+
* }
|
|
950
|
+
* },
|
|
888
951
|
* "web": {
|
|
889
952
|
* "uniVer": "√",
|
|
890
953
|
* "unixVer": "4.0"
|
|
@@ -907,6 +970,13 @@ declare class UniCloud {
|
|
|
907
970
|
* "unixVer": "4.11"
|
|
908
971
|
* }
|
|
909
972
|
* },
|
|
973
|
+
* "mp": {
|
|
974
|
+
* "weinxin": {
|
|
975
|
+
* "osVer": "√",
|
|
976
|
+
* "uniVer": "√",
|
|
977
|
+
* "unixVer": "4.35"
|
|
978
|
+
* }
|
|
979
|
+
* },
|
|
910
980
|
* "web": {
|
|
911
981
|
* "uniVer": "√",
|
|
912
982
|
* "unixVer": "4.0"
|
|
@@ -929,6 +999,13 @@ declare class UniCloud {
|
|
|
929
999
|
* "unixVer": "4.11"
|
|
930
1000
|
* }
|
|
931
1001
|
* },
|
|
1002
|
+
* "mp": {
|
|
1003
|
+
* "weinxin": {
|
|
1004
|
+
* "osVer": "√",
|
|
1005
|
+
* "uniVer": "√",
|
|
1006
|
+
* "unixVer": "4.35"
|
|
1007
|
+
* }
|
|
1008
|
+
* },
|
|
932
1009
|
* "web": {
|
|
933
1010
|
* "uniVer": "√",
|
|
934
1011
|
* "unixVer": "4.0"
|
|
@@ -951,6 +1028,13 @@ declare class UniCloud {
|
|
|
951
1028
|
* "unixVer": "4.11"
|
|
952
1029
|
* }
|
|
953
1030
|
* },
|
|
1031
|
+
* "mp": {
|
|
1032
|
+
* "weinxin": {
|
|
1033
|
+
* "osVer": "√",
|
|
1034
|
+
* "uniVer": "√",
|
|
1035
|
+
* "unixVer": "4.35"
|
|
1036
|
+
* }
|
|
1037
|
+
* },
|
|
954
1038
|
* "web": {
|
|
955
1039
|
* "uniVer": "√",
|
|
956
1040
|
* "unixVer": "4.0"
|
|
@@ -973,6 +1057,13 @@ declare class UniCloud {
|
|
|
973
1057
|
* "unixVer": "4.24"
|
|
974
1058
|
* }
|
|
975
1059
|
* },
|
|
1060
|
+
* "mp": {
|
|
1061
|
+
* "weinxin": {
|
|
1062
|
+
* "osVer": "√",
|
|
1063
|
+
* "uniVer": "√",
|
|
1064
|
+
* "unixVer": "4.35"
|
|
1065
|
+
* }
|
|
1066
|
+
* },
|
|
976
1067
|
* "web": {
|
|
977
1068
|
* "uniVer": "4.23",
|
|
978
1069
|
* "unixVer": "4.24"
|
package/uts-plugin.d.ts
CHANGED
|
@@ -12,7 +12,8 @@ import {
|
|
|
12
12
|
SourceError as SourceErrorOrigin,
|
|
13
13
|
UniAggregateError as UniAggregateErrorOrigin,
|
|
14
14
|
UTSAndroidHookProxy as UTSAndroidHookProxyOrigin,
|
|
15
|
-
IUniError as IUniErrorOrigin
|
|
15
|
+
IUniError as IUniErrorOrigin,
|
|
16
|
+
AsyncApiSuccessResult as AsyncApiSuccessResultOrigin,
|
|
16
17
|
} from './types/native'
|
|
17
18
|
|
|
18
19
|
declare global {
|
|
@@ -24,4 +25,5 @@ declare global {
|
|
|
24
25
|
const UniAggregateError: typeof UniAggregateErrorOrigin
|
|
25
26
|
type UniAggregateError = UniAggregateErrorOrigin
|
|
26
27
|
type UTSAndroidHookProxy = UTSAndroidHookProxyOrigin
|
|
28
|
+
type AsyncApiSuccessResult = AsyncApiSuccessResultOrigin
|
|
27
29
|
}
|