@dcloudio/uni-app-x 0.7.36 → 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 +2 -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
|
@@ -22,7 +22,49 @@ export type GetSystemSettingResult = {
|
|
|
22
22
|
* "uniVer": "4.25",
|
|
23
23
|
* "unixVer": "x"
|
|
24
24
|
* }
|
|
25
|
-
* }
|
|
25
|
+
* },
|
|
26
|
+
* "mp": {
|
|
27
|
+
* "weixin": {
|
|
28
|
+
* "hostVer": "√",
|
|
29
|
+
* "uniVer": "√",
|
|
30
|
+
* "unixVer": "4.35"
|
|
31
|
+
* },
|
|
32
|
+
* "alipay": {
|
|
33
|
+
* "hostVer": "√",
|
|
34
|
+
* "uniVer": "√",
|
|
35
|
+
* "unixVer": "x"
|
|
36
|
+
* },
|
|
37
|
+
* "baidu": {
|
|
38
|
+
* "hostVer": "√",
|
|
39
|
+
* "uniVer": "√",
|
|
40
|
+
* "unixVer": "x"
|
|
41
|
+
* },
|
|
42
|
+
* "toutiao": {
|
|
43
|
+
* "hostVer": "√",
|
|
44
|
+
* "uniVer": "√",
|
|
45
|
+
* "unixVer": "x"
|
|
46
|
+
* },
|
|
47
|
+
* "lark": {
|
|
48
|
+
* "hostVer": "√",
|
|
49
|
+
* "uniVer": "√",
|
|
50
|
+
* "unixVer": "x"
|
|
51
|
+
* },
|
|
52
|
+
* "qq": {
|
|
53
|
+
* "hostVer": "√",
|
|
54
|
+
* "uniVer": "√",
|
|
55
|
+
* "unixVer": "x"
|
|
56
|
+
* },
|
|
57
|
+
* "kuaishou": {
|
|
58
|
+
* "hostVer": "√",
|
|
59
|
+
* "uniVer": "√",
|
|
60
|
+
* "unixVer": "x"
|
|
61
|
+
* },
|
|
62
|
+
* "jd": {
|
|
63
|
+
* "hostVer": "√",
|
|
64
|
+
* "uniVer": "√",
|
|
65
|
+
* "unixVer": "x"
|
|
66
|
+
* }
|
|
67
|
+
* }
|
|
26
68
|
* }
|
|
27
69
|
*/
|
|
28
70
|
bluetoothEnabled?: boolean,
|
|
@@ -47,7 +89,49 @@ export type GetSystemSettingResult = {
|
|
|
47
89
|
* "uniVer": "4.25",
|
|
48
90
|
* "unixVer": "x"
|
|
49
91
|
* }
|
|
50
|
-
* }
|
|
92
|
+
* },
|
|
93
|
+
* "mp": {
|
|
94
|
+
* "weixin": {
|
|
95
|
+
* "hostVer": "√",
|
|
96
|
+
* "uniVer": "x",
|
|
97
|
+
* "unixVer": "4.35"
|
|
98
|
+
* },
|
|
99
|
+
* "alipay": {
|
|
100
|
+
* "hostVer": "√",
|
|
101
|
+
* "uniVer": "x",
|
|
102
|
+
* "unixVer": "x"
|
|
103
|
+
* },
|
|
104
|
+
* "baidu": {
|
|
105
|
+
* "hostVer": "√",
|
|
106
|
+
* "uniVer": "x",
|
|
107
|
+
* "unixVer": "x"
|
|
108
|
+
* },
|
|
109
|
+
* "toutiao": {
|
|
110
|
+
* "hostVer": "√",
|
|
111
|
+
* "uniVer": "x",
|
|
112
|
+
* "unixVer": "x"
|
|
113
|
+
* },
|
|
114
|
+
* "lark": {
|
|
115
|
+
* "hostVer": "√",
|
|
116
|
+
* "uniVer": "√",
|
|
117
|
+
* "unixVer": "x"
|
|
118
|
+
* },
|
|
119
|
+
* "qq": {
|
|
120
|
+
* "hostVer": "√",
|
|
121
|
+
* "uniVer": "x",
|
|
122
|
+
* "unixVer": "x"
|
|
123
|
+
* },
|
|
124
|
+
* "kuaishou": {
|
|
125
|
+
* "hostVer": "√",
|
|
126
|
+
* "uniVer": "x",
|
|
127
|
+
* "unixVer": "x"
|
|
128
|
+
* },
|
|
129
|
+
* "jd": {
|
|
130
|
+
* "hostVer": "√",
|
|
131
|
+
* "uniVer": "x",
|
|
132
|
+
* "unixVer": "x"
|
|
133
|
+
* }
|
|
134
|
+
* }
|
|
51
135
|
* }
|
|
52
136
|
*/
|
|
53
137
|
bluetoothError?: string | null,
|
|
@@ -72,7 +156,49 @@ export type GetSystemSettingResult = {
|
|
|
72
156
|
* "uniVer": "4.25",
|
|
73
157
|
* "unixVer": "x"
|
|
74
158
|
* }
|
|
75
|
-
* }
|
|
159
|
+
* },
|
|
160
|
+
* "mp": {
|
|
161
|
+
* "weixin": {
|
|
162
|
+
* "hostVer": "√",
|
|
163
|
+
* "uniVer": "√",
|
|
164
|
+
* "unixVer": "4.35"
|
|
165
|
+
* },
|
|
166
|
+
* "alipay": {
|
|
167
|
+
* "hostVer": "√",
|
|
168
|
+
* "uniVer": "√",
|
|
169
|
+
* "unixVer": "x"
|
|
170
|
+
* },
|
|
171
|
+
* "baidu": {
|
|
172
|
+
* "hostVer": "√",
|
|
173
|
+
* "uniVer": "√",
|
|
174
|
+
* "unixVer": "x"
|
|
175
|
+
* },
|
|
176
|
+
* "toutiao": {
|
|
177
|
+
* "hostVer": "√",
|
|
178
|
+
* "uniVer": "√",
|
|
179
|
+
* "unixVer": "x"
|
|
180
|
+
* },
|
|
181
|
+
* "lark": {
|
|
182
|
+
* "hostVer": "√",
|
|
183
|
+
* "uniVer": "√",
|
|
184
|
+
* "unixVer": "x"
|
|
185
|
+
* },
|
|
186
|
+
* "qq": {
|
|
187
|
+
* "hostVer": "√",
|
|
188
|
+
* "uniVer": "√",
|
|
189
|
+
* "unixVer": "x"
|
|
190
|
+
* },
|
|
191
|
+
* "kuaishou": {
|
|
192
|
+
* "hostVer": "√",
|
|
193
|
+
* "uniVer": "√",
|
|
194
|
+
* "unixVer": "x"
|
|
195
|
+
* },
|
|
196
|
+
* "jd": {
|
|
197
|
+
* "hostVer": "√",
|
|
198
|
+
* "uniVer": "√",
|
|
199
|
+
* "unixVer": "x"
|
|
200
|
+
* }
|
|
201
|
+
* }
|
|
76
202
|
* }
|
|
77
203
|
*/
|
|
78
204
|
locationEnabled : boolean,
|
|
@@ -97,7 +223,49 @@ export type GetSystemSettingResult = {
|
|
|
97
223
|
* "uniVer": "4.25",
|
|
98
224
|
* "unixVer": "x"
|
|
99
225
|
* }
|
|
100
|
-
* }
|
|
226
|
+
* },
|
|
227
|
+
* "mp": {
|
|
228
|
+
* "weixin": {
|
|
229
|
+
* "hostVer": "√",
|
|
230
|
+
* "uniVer": "√",
|
|
231
|
+
* "unixVer": "4.35"
|
|
232
|
+
* },
|
|
233
|
+
* "alipay": {
|
|
234
|
+
* "hostVer": "√",
|
|
235
|
+
* "uniVer": "√",
|
|
236
|
+
* "unixVer": "x"
|
|
237
|
+
* },
|
|
238
|
+
* "baidu": {
|
|
239
|
+
* "hostVer": "√",
|
|
240
|
+
* "uniVer": "√",
|
|
241
|
+
* "unixVer": "x"
|
|
242
|
+
* },
|
|
243
|
+
* "toutiao": {
|
|
244
|
+
* "hostVer": "√",
|
|
245
|
+
* "uniVer": "√",
|
|
246
|
+
* "unixVer": "x"
|
|
247
|
+
* },
|
|
248
|
+
* "lark": {
|
|
249
|
+
* "hostVer": "√",
|
|
250
|
+
* "uniVer": "√",
|
|
251
|
+
* "unixVer": "x"
|
|
252
|
+
* },
|
|
253
|
+
* "qq": {
|
|
254
|
+
* "hostVer": "√",
|
|
255
|
+
* "uniVer": "√",
|
|
256
|
+
* "unixVer": "x"
|
|
257
|
+
* },
|
|
258
|
+
* "kuaishou": {
|
|
259
|
+
* "hostVer": "√",
|
|
260
|
+
* "uniVer": "√",
|
|
261
|
+
* "unixVer": "x"
|
|
262
|
+
* },
|
|
263
|
+
* "jd": {
|
|
264
|
+
* "hostVer": "√",
|
|
265
|
+
* "uniVer": "√",
|
|
266
|
+
* "unixVer": "x"
|
|
267
|
+
* }
|
|
268
|
+
* }
|
|
101
269
|
* }
|
|
102
270
|
*/
|
|
103
271
|
wifiEnabled?: boolean,
|
|
@@ -122,7 +290,49 @@ export type GetSystemSettingResult = {
|
|
|
122
290
|
* "uniVer": "4.25",
|
|
123
291
|
* "unixVer": "x"
|
|
124
292
|
* }
|
|
125
|
-
* }
|
|
293
|
+
* },
|
|
294
|
+
* "mp": {
|
|
295
|
+
* "weixin": {
|
|
296
|
+
* "hostVer": "√",
|
|
297
|
+
* "uniVer": "x",
|
|
298
|
+
* "unixVer": "4.35"
|
|
299
|
+
* },
|
|
300
|
+
* "alipay": {
|
|
301
|
+
* "hostVer": "√",
|
|
302
|
+
* "uniVer": "x",
|
|
303
|
+
* "unixVer": "x"
|
|
304
|
+
* },
|
|
305
|
+
* "baidu": {
|
|
306
|
+
* "hostVer": "√",
|
|
307
|
+
* "uniVer": "x",
|
|
308
|
+
* "unixVer": "x"
|
|
309
|
+
* },
|
|
310
|
+
* "toutiao": {
|
|
311
|
+
* "hostVer": "√",
|
|
312
|
+
* "uniVer": "x",
|
|
313
|
+
* "unixVer": "x"
|
|
314
|
+
* },
|
|
315
|
+
* "lark": {
|
|
316
|
+
* "hostVer": "√",
|
|
317
|
+
* "uniVer": "√",
|
|
318
|
+
* "unixVer": "x"
|
|
319
|
+
* },
|
|
320
|
+
* "qq": {
|
|
321
|
+
* "hostVer": "√",
|
|
322
|
+
* "uniVer": "x",
|
|
323
|
+
* "unixVer": "x"
|
|
324
|
+
* },
|
|
325
|
+
* "kuaishou": {
|
|
326
|
+
* "hostVer": "√",
|
|
327
|
+
* "uniVer": "x",
|
|
328
|
+
* "unixVer": "x"
|
|
329
|
+
* },
|
|
330
|
+
* "jd": {
|
|
331
|
+
* "hostVer": "√",
|
|
332
|
+
* "uniVer": "x",
|
|
333
|
+
* "unixVer": "x"
|
|
334
|
+
* }
|
|
335
|
+
* }
|
|
126
336
|
* }
|
|
127
337
|
*/
|
|
128
338
|
wifiError?: string | null,
|
|
@@ -147,7 +357,49 @@ export type GetSystemSettingResult = {
|
|
|
147
357
|
* "uniVer": "4.25",
|
|
148
358
|
* "unixVer": "x"
|
|
149
359
|
* }
|
|
150
|
-
* }
|
|
360
|
+
* },
|
|
361
|
+
* "mp": {
|
|
362
|
+
* "weixin": {
|
|
363
|
+
* "hostVer": "√",
|
|
364
|
+
* "uniVer": "√",
|
|
365
|
+
* "unixVer": "4.35"
|
|
366
|
+
* },
|
|
367
|
+
* "alipay": {
|
|
368
|
+
* "hostVer": "√",
|
|
369
|
+
* "uniVer": "√",
|
|
370
|
+
* "unixVer": "x"
|
|
371
|
+
* },
|
|
372
|
+
* "baidu": {
|
|
373
|
+
* "hostVer": "√",
|
|
374
|
+
* "uniVer": "√",
|
|
375
|
+
* "unixVer": "x"
|
|
376
|
+
* },
|
|
377
|
+
* "toutiao": {
|
|
378
|
+
* "hostVer": "√",
|
|
379
|
+
* "uniVer": "√",
|
|
380
|
+
* "unixVer": "x"
|
|
381
|
+
* },
|
|
382
|
+
* "lark": {
|
|
383
|
+
* "hostVer": "√",
|
|
384
|
+
* "uniVer": "√",
|
|
385
|
+
* "unixVer": "x"
|
|
386
|
+
* },
|
|
387
|
+
* "qq": {
|
|
388
|
+
* "hostVer": "√",
|
|
389
|
+
* "uniVer": "√",
|
|
390
|
+
* "unixVer": "x"
|
|
391
|
+
* },
|
|
392
|
+
* "kuaishou": {
|
|
393
|
+
* "hostVer": "√",
|
|
394
|
+
* "uniVer": "√",
|
|
395
|
+
* "unixVer": "x"
|
|
396
|
+
* },
|
|
397
|
+
* "jd": {
|
|
398
|
+
* "hostVer": "√",
|
|
399
|
+
* "uniVer": "√",
|
|
400
|
+
* "unixVer": "x"
|
|
401
|
+
* }
|
|
402
|
+
* }
|
|
151
403
|
* }
|
|
152
404
|
*/
|
|
153
405
|
deviceOrientation :
|
|
@@ -193,6 +445,48 @@ export interface Uni {
|
|
|
193
445
|
* "unixVer": "x"
|
|
194
446
|
* }
|
|
195
447
|
* },
|
|
448
|
+
* "mp": {
|
|
449
|
+
* "weixin": {
|
|
450
|
+
* "hostVer": "√",
|
|
451
|
+
* "uniVer": "√",
|
|
452
|
+
* "unixVer": "4.35"
|
|
453
|
+
* },
|
|
454
|
+
* "alipay": {
|
|
455
|
+
* "hostVer": "√",
|
|
456
|
+
* "uniVer": "√",
|
|
457
|
+
* "unixVer": "x"
|
|
458
|
+
* },
|
|
459
|
+
* "baidu": {
|
|
460
|
+
* "hostVer": "√",
|
|
461
|
+
* "uniVer": "√",
|
|
462
|
+
* "unixVer": "x"
|
|
463
|
+
* },
|
|
464
|
+
* "toutiao": {
|
|
465
|
+
* "hostVer": "√",
|
|
466
|
+
* "uniVer": "√",
|
|
467
|
+
* "unixVer": "x"
|
|
468
|
+
* },
|
|
469
|
+
* "lark": {
|
|
470
|
+
* "hostVer": "√",
|
|
471
|
+
* "uniVer": "√",
|
|
472
|
+
* "unixVer": "x"
|
|
473
|
+
* },
|
|
474
|
+
* "qq": {
|
|
475
|
+
* "hostVer": "√",
|
|
476
|
+
* "uniVer": "√",
|
|
477
|
+
* "unixVer": "x"
|
|
478
|
+
* },
|
|
479
|
+
* "kuaishou": {
|
|
480
|
+
* "hostVer": "√",
|
|
481
|
+
* "uniVer": "√",
|
|
482
|
+
* "unixVer": "x"
|
|
483
|
+
* },
|
|
484
|
+
* "jd": {
|
|
485
|
+
* "hostVer": "√",
|
|
486
|
+
* "uniVer": "√",
|
|
487
|
+
* "unixVer": "x"
|
|
488
|
+
* }
|
|
489
|
+
* },
|
|
196
490
|
* "web": {
|
|
197
491
|
* "uniVer": "x",
|
|
198
492
|
* "unixVer": "x"
|
|
@@ -44,7 +44,7 @@ export interface Uni {
|
|
|
44
44
|
* "weixin": {
|
|
45
45
|
* "hostVer": "√",
|
|
46
46
|
* "uniVer": "√",
|
|
47
|
-
* "unixVer": "
|
|
47
|
+
* "unixVer": "4.35"
|
|
48
48
|
* },
|
|
49
49
|
* "alipay": {
|
|
50
50
|
* "hostVer": "√",
|
|
@@ -118,7 +118,7 @@ export interface Uni {
|
|
|
118
118
|
* "weixin": {
|
|
119
119
|
* "hostVer": "√",
|
|
120
120
|
* "uniVer": "√",
|
|
121
|
-
* "unixVer": "
|
|
121
|
+
* "unixVer": "4.35"
|
|
122
122
|
* },
|
|
123
123
|
* "alipay": {
|
|
124
124
|
* "hostVer": "√",
|
|
@@ -47,6 +47,48 @@ export interface Uni {
|
|
|
47
47
|
* "unixVer": "x"
|
|
48
48
|
* }
|
|
49
49
|
* },
|
|
50
|
+
* "mp": {
|
|
51
|
+
* "weixin": {
|
|
52
|
+
* "hostVer": "√",
|
|
53
|
+
* "uniVer": "√",
|
|
54
|
+
* "unixVer": "4.35"
|
|
55
|
+
* },
|
|
56
|
+
* "alipay": {
|
|
57
|
+
* "hostVer": "√",
|
|
58
|
+
* "uniVer": "√",
|
|
59
|
+
* "unixVer": "x"
|
|
60
|
+
* },
|
|
61
|
+
* "baidu": {
|
|
62
|
+
* "hostVer": "√",
|
|
63
|
+
* "uniVer": "√",
|
|
64
|
+
* "unixVer": "x"
|
|
65
|
+
* },
|
|
66
|
+
* "toutiao": {
|
|
67
|
+
* "hostVer": "√",
|
|
68
|
+
* "uniVer": "√",
|
|
69
|
+
* "unixVer": "x"
|
|
70
|
+
* },
|
|
71
|
+
* "lark": {
|
|
72
|
+
* "hostVer": "√",
|
|
73
|
+
* "uniVer": "√",
|
|
74
|
+
* "unixVer": "x"
|
|
75
|
+
* },
|
|
76
|
+
* "qq": {
|
|
77
|
+
* "hostVer": "√",
|
|
78
|
+
* "uniVer": "√",
|
|
79
|
+
* "unixVer": "x"
|
|
80
|
+
* },
|
|
81
|
+
* "kuaishou": {
|
|
82
|
+
* "hostVer": "√",
|
|
83
|
+
* "uniVer": "√",
|
|
84
|
+
* "unixVer": "x"
|
|
85
|
+
* },
|
|
86
|
+
* "jd": {
|
|
87
|
+
* "hostVer": "√",
|
|
88
|
+
* "uniVer": "√",
|
|
89
|
+
* "unixVer": "x"
|
|
90
|
+
* }
|
|
91
|
+
* },
|
|
50
92
|
* "web": {
|
|
51
93
|
* "uniVer": "√",
|
|
52
94
|
* "unixVer": "4.0"
|
|
@@ -63,7 +63,7 @@ export type LoadFontFaceOptions = {
|
|
|
63
63
|
* "weixin": {
|
|
64
64
|
* "hostVer": ">=2.10.0",
|
|
65
65
|
* "uniVer": "√",
|
|
66
|
-
* "unixVer": "
|
|
66
|
+
* "unixVer": "4.35"
|
|
67
67
|
* },
|
|
68
68
|
* "alipay": {
|
|
69
69
|
* "hostVer": "√",
|
|
@@ -127,7 +127,7 @@ export type LoadFontFaceOptions = {
|
|
|
127
127
|
* "weixin": {
|
|
128
128
|
* "hostVer": "√",
|
|
129
129
|
* "uniVer": "√",
|
|
130
|
-
* "unixVer": "
|
|
130
|
+
* "unixVer": "4.35"
|
|
131
131
|
* },
|
|
132
132
|
* "alipay": {
|
|
133
133
|
* "hostVer": "√",
|
|
@@ -191,7 +191,7 @@ export type LoadFontFaceOptions = {
|
|
|
191
191
|
* "weixin": {
|
|
192
192
|
* "hostVer": "√",
|
|
193
193
|
* "uniVer": "√",
|
|
194
|
-
* "unixVer": "
|
|
194
|
+
* "unixVer": "4.35"
|
|
195
195
|
* },
|
|
196
196
|
* "alipay": {
|
|
197
197
|
* "hostVer": "√",
|
|
@@ -255,7 +255,7 @@ export type LoadFontFaceOptions = {
|
|
|
255
255
|
* "weixin": {
|
|
256
256
|
* "hostVer": "√",
|
|
257
257
|
* "uniVer": "√",
|
|
258
|
-
* "unixVer": "
|
|
258
|
+
* "unixVer": "4.35"
|
|
259
259
|
* },
|
|
260
260
|
* "alipay": {
|
|
261
261
|
* "hostVer": "√",
|
|
@@ -319,7 +319,7 @@ export type LoadFontFaceOptions = {
|
|
|
319
319
|
* "weixin": {
|
|
320
320
|
* "hostVer": "√",
|
|
321
321
|
* "uniVer": "√",
|
|
322
|
-
* "unixVer": "
|
|
322
|
+
* "unixVer": "4.35"
|
|
323
323
|
* },
|
|
324
324
|
* "alipay": {
|
|
325
325
|
* "hostVer": "√",
|
|
@@ -383,7 +383,7 @@ export type LoadFontFaceOptions = {
|
|
|
383
383
|
* "weixin": {
|
|
384
384
|
* "hostVer": "√",
|
|
385
385
|
* "uniVer": "√",
|
|
386
|
-
* "unixVer": "
|
|
386
|
+
* "unixVer": "4.35"
|
|
387
387
|
* },
|
|
388
388
|
* "alipay": {
|
|
389
389
|
* "hostVer": "√",
|
|
@@ -447,7 +447,7 @@ export type LoadFontFaceOptions = {
|
|
|
447
447
|
* "weixin": {
|
|
448
448
|
* "hostVer": "√",
|
|
449
449
|
* "uniVer": "√",
|
|
450
|
-
* "unixVer": "
|
|
450
|
+
* "unixVer": "4.35"
|
|
451
451
|
* },
|
|
452
452
|
* "alipay": {
|
|
453
453
|
* "hostVer": "√",
|
|
@@ -531,7 +531,7 @@ export interface Uni {
|
|
|
531
531
|
* "weixin": {
|
|
532
532
|
* "hostVer": "√",
|
|
533
533
|
* "uniVer": "√",
|
|
534
|
-
* "unixVer": "
|
|
534
|
+
* "unixVer": "4.35"
|
|
535
535
|
* },
|
|
536
536
|
* "alipay": {
|
|
537
537
|
* "hostVer": "√",
|
|
@@ -10,6 +10,8 @@ import {
|
|
|
10
10
|
ChooseImageFailCallback as ChooseImageFailCallbackOrigin,
|
|
11
11
|
ChooseImageCompleteCallback as ChooseImageCompleteCallbackOrigin,
|
|
12
12
|
ChooseImageCropOptions as ChooseImageCropOptionsOrigin,
|
|
13
|
+
ChooseImagePageOrientation as ChooseImagePageOrientationOrigin,
|
|
14
|
+
ChooseImageAlbumMode as ChooseImageAlbumModeOrigin,
|
|
13
15
|
ChooseImageOptions as ChooseImageOptionsOrigin,
|
|
14
16
|
ChooseImage as ChooseImageOrigin,
|
|
15
17
|
PreviewImageSuccess as PreviewImageSuccessOrigin,
|
|
@@ -54,6 +56,8 @@ import {
|
|
|
54
56
|
ChooseVideoSuccessCallback as ChooseVideoSuccessCallbackOrigin,
|
|
55
57
|
ChooseVideoFailCallback as ChooseVideoFailCallbackOrigin,
|
|
56
58
|
ChooseVideoCompleteCallback as ChooseVideoCompleteCallbackOrigin,
|
|
59
|
+
ChooseVideoPageOrientation as ChooseVideoPageOrientationOrigin,
|
|
60
|
+
ChooseVideoAlbumMode as ChooseVideoAlbumModeOrigin,
|
|
57
61
|
ChooseVideoOptions as ChooseVideoOptionsOrigin,
|
|
58
62
|
ChooseVideo as ChooseVideoOrigin,
|
|
59
63
|
GetVideoInfoSuccess as GetVideoInfoSuccessOrigin,
|
|
@@ -108,6 +112,8 @@ declare global {
|
|
|
108
112
|
type ChooseImageFailCallback = ChooseImageFailCallbackOrigin
|
|
109
113
|
type ChooseImageCompleteCallback = ChooseImageCompleteCallbackOrigin
|
|
110
114
|
type ChooseImageCropOptions = ChooseImageCropOptionsOrigin
|
|
115
|
+
type ChooseImagePageOrientation = ChooseImagePageOrientationOrigin
|
|
116
|
+
type ChooseImageAlbumMode = ChooseImageAlbumModeOrigin
|
|
111
117
|
type ChooseImageOptions = ChooseImageOptionsOrigin
|
|
112
118
|
type ChooseImage = ChooseImageOrigin
|
|
113
119
|
type PreviewImageSuccess = PreviewImageSuccessOrigin
|
|
@@ -152,6 +158,8 @@ declare global {
|
|
|
152
158
|
type ChooseVideoSuccessCallback = ChooseVideoSuccessCallbackOrigin
|
|
153
159
|
type ChooseVideoFailCallback = ChooseVideoFailCallbackOrigin
|
|
154
160
|
type ChooseVideoCompleteCallback = ChooseVideoCompleteCallbackOrigin
|
|
161
|
+
type ChooseVideoPageOrientation = ChooseVideoPageOrientationOrigin
|
|
162
|
+
type ChooseVideoAlbumMode = ChooseVideoAlbumModeOrigin
|
|
155
163
|
type ChooseVideoOptions = ChooseVideoOptionsOrigin
|
|
156
164
|
type ChooseVideo = ChooseVideoOrigin
|
|
157
165
|
type GetVideoInfoSuccess = GetVideoInfoSuccessOrigin
|
|
@@ -10,6 +10,8 @@ export {
|
|
|
10
10
|
ChooseImageFailCallback,
|
|
11
11
|
ChooseImageCompleteCallback,
|
|
12
12
|
ChooseImageCropOptions,
|
|
13
|
+
ChooseImagePageOrientation,
|
|
14
|
+
ChooseImageAlbumMode,
|
|
13
15
|
ChooseImageOptions,
|
|
14
16
|
ChooseImage,
|
|
15
17
|
PreviewImageSuccess,
|
|
@@ -54,6 +56,8 @@ export {
|
|
|
54
56
|
ChooseVideoSuccessCallback,
|
|
55
57
|
ChooseVideoFailCallback,
|
|
56
58
|
ChooseVideoCompleteCallback,
|
|
59
|
+
ChooseVideoPageOrientation,
|
|
60
|
+
ChooseVideoAlbumMode,
|
|
57
61
|
ChooseVideoOptions,
|
|
58
62
|
ChooseVideo,
|
|
59
63
|
GetVideoInfoSuccess,
|