@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
|
@@ -27,8 +27,50 @@ export interface Uni {
|
|
|
27
27
|
* "web": {
|
|
28
28
|
* "uniVer": "x",
|
|
29
29
|
* "unixVer": "x"
|
|
30
|
-
* }
|
|
31
|
-
|
|
30
|
+
* },
|
|
31
|
+
* "mp":{
|
|
32
|
+
* weixin: {
|
|
33
|
+
* hostVer: '√',
|
|
34
|
+
* uniVer: '√',
|
|
35
|
+
* unixVer: '4.35'
|
|
36
|
+
* },
|
|
37
|
+
* alipay: {
|
|
38
|
+
* hostVer: 'x',
|
|
39
|
+
* uniVer: 'x',
|
|
40
|
+
* unixVer: 'x'
|
|
41
|
+
* },
|
|
42
|
+
* baidu: {
|
|
43
|
+
* hostVer: 'x',
|
|
44
|
+
* uniVer: 'x',
|
|
45
|
+
* unixVer: 'x'
|
|
46
|
+
* },
|
|
47
|
+
* toutiao: {
|
|
48
|
+
* hostVer: 'x',
|
|
49
|
+
* uniVer: 'x',
|
|
50
|
+
* unixVer: 'x'
|
|
51
|
+
* },
|
|
52
|
+
* lark: {
|
|
53
|
+
* hostVer: 'x',
|
|
54
|
+
* uniVer: 'x',
|
|
55
|
+
* unixVer: 'x'
|
|
56
|
+
* },
|
|
57
|
+
* qq: {
|
|
58
|
+
* hostVer: 'x',
|
|
59
|
+
* uniVer: 'x',
|
|
60
|
+
* unixVer: 'x'
|
|
61
|
+
* },
|
|
62
|
+
* kuaishou: {
|
|
63
|
+
* hostVer: 'x',
|
|
64
|
+
* uniVer: 'x',
|
|
65
|
+
* unixVer: 'x'
|
|
66
|
+
* },
|
|
67
|
+
* jd: {
|
|
68
|
+
* hostVer: 'x',
|
|
69
|
+
* uniVer: 'x',
|
|
70
|
+
* unixVer: 'x'
|
|
71
|
+
* }
|
|
72
|
+
* }
|
|
73
|
+
* }
|
|
32
74
|
*/
|
|
33
75
|
startSoterAuthentication: StartSoterAuthentication;
|
|
34
76
|
/**
|
|
@@ -58,7 +100,49 @@ export interface Uni {
|
|
|
58
100
|
* "web": {
|
|
59
101
|
* "uniVer": "x",
|
|
60
102
|
* "unixVer": "x"
|
|
61
|
-
* }
|
|
103
|
+
* },
|
|
104
|
+
* "mp":{
|
|
105
|
+
* weixin: {
|
|
106
|
+
* hostVer: '√',
|
|
107
|
+
* uniVer: '√',
|
|
108
|
+
* unixVer: '4.35'
|
|
109
|
+
* },
|
|
110
|
+
* alipay: {
|
|
111
|
+
* hostVer: 'x',
|
|
112
|
+
* uniVer: 'x',
|
|
113
|
+
* unixVer: 'x'
|
|
114
|
+
* },
|
|
115
|
+
* baidu: {
|
|
116
|
+
* hostVer: 'x',
|
|
117
|
+
* uniVer: 'x',
|
|
118
|
+
* unixVer: 'x'
|
|
119
|
+
* },
|
|
120
|
+
* toutiao: {
|
|
121
|
+
* hostVer: 'x',
|
|
122
|
+
* uniVer: 'x',
|
|
123
|
+
* unixVer: 'x'
|
|
124
|
+
* },
|
|
125
|
+
* lark: {
|
|
126
|
+
* hostVer: 'x',
|
|
127
|
+
* uniVer: 'x',
|
|
128
|
+
* unixVer: 'x'
|
|
129
|
+
* },
|
|
130
|
+
* qq: {
|
|
131
|
+
* hostVer: 'x',
|
|
132
|
+
* uniVer: 'x',
|
|
133
|
+
* unixVer: 'x'
|
|
134
|
+
* },
|
|
135
|
+
* kuaishou: {
|
|
136
|
+
* hostVer: 'x',
|
|
137
|
+
* uniVer: 'x',
|
|
138
|
+
* unixVer: 'x'
|
|
139
|
+
* },
|
|
140
|
+
* jd: {
|
|
141
|
+
* hostVer: 'x',
|
|
142
|
+
* uniVer: 'x',
|
|
143
|
+
* unixVer: 'x'
|
|
144
|
+
* }
|
|
145
|
+
* }
|
|
62
146
|
* }
|
|
63
147
|
*/
|
|
64
148
|
checkIsSupportSoterAuthentication: CheckIsSupportSoterAuthentication;
|
|
@@ -89,7 +173,49 @@ export interface Uni {
|
|
|
89
173
|
* "web": {
|
|
90
174
|
* "uniVer": "x",
|
|
91
175
|
* "unixVer": "x"
|
|
92
|
-
* }
|
|
176
|
+
* },
|
|
177
|
+
* "mp":{
|
|
178
|
+
* weixin: {
|
|
179
|
+
* hostVer: '√',
|
|
180
|
+
* uniVer: '√',
|
|
181
|
+
* unixVer: '4.35'
|
|
182
|
+
* },
|
|
183
|
+
* alipay: {
|
|
184
|
+
* hostVer: 'x',
|
|
185
|
+
* uniVer: 'x',
|
|
186
|
+
* unixVer: 'x'
|
|
187
|
+
* },
|
|
188
|
+
* baidu: {
|
|
189
|
+
* hostVer: 'x',
|
|
190
|
+
* uniVer: 'x',
|
|
191
|
+
* unixVer: 'x'
|
|
192
|
+
* },
|
|
193
|
+
* toutiao: {
|
|
194
|
+
* hostVer: 'x',
|
|
195
|
+
* uniVer: 'x',
|
|
196
|
+
* unixVer: 'x'
|
|
197
|
+
* },
|
|
198
|
+
* lark: {
|
|
199
|
+
* hostVer: 'x',
|
|
200
|
+
* uniVer: 'x',
|
|
201
|
+
* unixVer: 'x'
|
|
202
|
+
* },
|
|
203
|
+
* qq: {
|
|
204
|
+
* hostVer: 'x',
|
|
205
|
+
* uniVer: 'x',
|
|
206
|
+
* unixVer: 'x'
|
|
207
|
+
* },
|
|
208
|
+
* kuaishou: {
|
|
209
|
+
* hostVer: 'x',
|
|
210
|
+
* uniVer: 'x',
|
|
211
|
+
* unixVer: 'x'
|
|
212
|
+
* },
|
|
213
|
+
* jd: {
|
|
214
|
+
* hostVer: 'x',
|
|
215
|
+
* uniVer: 'x',
|
|
216
|
+
* unixVer: 'x'
|
|
217
|
+
* }
|
|
218
|
+
* }
|
|
93
219
|
* }
|
|
94
220
|
*/
|
|
95
221
|
checkIsSoterEnrolledInDevice: CheckIsSoterEnrolledInDevice;
|