@dcloudio/uni-app-x 0.7.52 → 0.7.54
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/app.d.ts +1 -1
- package/types/native/DrawableContext.d.ts +6 -1
- package/types/native/IUniElement.d.ts +35 -0
- package/types/native/UniElement.d.ts +3 -1
- package/types/native/UniNativeApp.d.ts +1 -1
- package/types/native/UniNativePage.d.ts +54 -0
- package/types/native/UniPage.d.ts +111 -6
- package/types/page.d.ts +6 -0
- package/types/uni/env/index.d.ts +35 -2
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +425 -70
- package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +3 -3
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +30 -5
- package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +17 -17
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +83 -85
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +77 -0
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +7 -1
- package/types/uni/uts-plugin-api/lib/uni-getLocation-system/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-getLocation-system/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-getLocation-system/utssdk/interface.d.ts +9 -1
- package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent/utssdk/interface.d.ts +9 -1
- package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +217 -138
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +18 -0
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +7 -3
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +2570 -2780
- package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/global.d.ts +12 -0
- package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/index.d.ts +6 -0
- package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +98 -2
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +11 -3
- package/types/uni/uts-plugin-api/lib/uni-payment-alipay/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-payment-alipay/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-payment-alipay/utssdk/interface.d.ts +9 -1
- package/types/uni/uts-plugin-api/lib/uni-payment-wxpay/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-payment-wxpay/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-payment-wxpay/utssdk/interface.d.ts +10 -1
- package/types/uni/uts-plugin-api/lib/uni-requestMerchantTransfer/utssdk/interface.d.ts +50 -50
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +3 -5
- package/types/uni/uts-plugin-biz/global.d.ts +1 -1
- package/types/uni/uts-plugin-biz/index.d.ts +1 -1
- package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/global.d.ts +28 -0
- package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/index.d.ts +13 -0
- package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/interface.d.ts +212 -0
- package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +509 -84
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +20 -20
- package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +2 -0
- package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/interface.d.ts +14 -14
|
@@ -8,12 +8,14 @@ export interface Uni {
|
|
|
8
8
|
* "android": {
|
|
9
9
|
* "osVer": "5.0",
|
|
10
10
|
* "uniVer": "√",
|
|
11
|
-
* "unixVer": "
|
|
11
|
+
* "unixVer": "4.61",
|
|
12
|
+
* "unixUtsPlugin": "4.61"
|
|
12
13
|
* },
|
|
13
14
|
* "ios": {
|
|
14
15
|
* "osVer": "12.0",
|
|
15
16
|
* "uniVer": "√",
|
|
16
|
-
* "unixVer": "
|
|
17
|
+
* "unixVer": "4.61",
|
|
18
|
+
* "unixUtsPlugin": "4.61"
|
|
17
19
|
* },
|
|
18
20
|
* "harmony": {
|
|
19
21
|
* "osVer": "3.0",
|
|
@@ -83,16 +85,21 @@ export type RecorderManagerStartOptions = {
|
|
|
83
85
|
"osVer": "5.0",
|
|
84
86
|
"uniVer": "√",
|
|
85
87
|
"uniUtsPlugin": "x",
|
|
86
|
-
"unixVer": "
|
|
87
|
-
"unixUtsPlugin": "
|
|
88
|
+
"unixVer": "4.61",
|
|
89
|
+
"unixUtsPlugin": "4.61"
|
|
88
90
|
},
|
|
89
91
|
"ios": {
|
|
90
92
|
"osVer": "12.0",
|
|
91
93
|
"uniVer": "√",
|
|
92
94
|
"uniUtsPlugin": "x",
|
|
93
|
-
"unixVer": "
|
|
94
|
-
"unixUtsPlugin": "
|
|
95
|
-
}
|
|
95
|
+
"unixVer": "4.61",
|
|
96
|
+
"unixUtsPlugin": "4.61"
|
|
97
|
+
},
|
|
98
|
+
"harmony": {
|
|
99
|
+
"osVer": "3.0",
|
|
100
|
+
"uniVer": "4.31",
|
|
101
|
+
"unixVer": "4.61"
|
|
102
|
+
}
|
|
96
103
|
}
|
|
97
104
|
}
|
|
98
105
|
*/
|
|
@@ -106,16 +113,21 @@ export type RecorderManagerStartOptions = {
|
|
|
106
113
|
"osVer": "5.0",
|
|
107
114
|
"uniVer": "√",
|
|
108
115
|
"uniUtsPlugin": "x",
|
|
109
|
-
"unixVer": "
|
|
110
|
-
"unixUtsPlugin": "
|
|
116
|
+
"unixVer": "4.61",
|
|
117
|
+
"unixUtsPlugin": "4.61"
|
|
111
118
|
},
|
|
112
119
|
"ios": {
|
|
113
120
|
"osVer": "12.0",
|
|
114
121
|
"uniVer": "√",
|
|
115
122
|
"uniUtsPlugin": "x",
|
|
116
|
-
"unixVer": "
|
|
117
|
-
"unixUtsPlugin": "
|
|
118
|
-
}
|
|
123
|
+
"unixVer": "4.61",
|
|
124
|
+
"unixUtsPlugin": "4.61"
|
|
125
|
+
},
|
|
126
|
+
"harmony": {
|
|
127
|
+
"osVer": "3.0",
|
|
128
|
+
"uniVer": "4.31",
|
|
129
|
+
"unixVer": "4.61"
|
|
130
|
+
}
|
|
119
131
|
}
|
|
120
132
|
}
|
|
121
133
|
*/
|
|
@@ -136,9 +148,14 @@ export type RecorderManagerStartOptions = {
|
|
|
136
148
|
"osVer": "12.0",
|
|
137
149
|
"uniVer": "√",
|
|
138
150
|
"uniUtsPlugin": "x",
|
|
139
|
-
"unixVer": "
|
|
140
|
-
"unixUtsPlugin": "
|
|
141
|
-
}
|
|
151
|
+
"unixVer": "4.61",
|
|
152
|
+
"unixUtsPlugin": "4.61"
|
|
153
|
+
},
|
|
154
|
+
"harmony": {
|
|
155
|
+
"osVer": "3.0",
|
|
156
|
+
"uniVer": "4.31",
|
|
157
|
+
"unixVer": "4.61"
|
|
158
|
+
}
|
|
142
159
|
}
|
|
143
160
|
}
|
|
144
161
|
*/
|
|
@@ -152,22 +169,27 @@ export type RecorderManagerStartOptions = {
|
|
|
152
169
|
"osVer": "5.0",
|
|
153
170
|
"uniVer": "√",
|
|
154
171
|
"uniUtsPlugin": "x",
|
|
155
|
-
"unixVer": "
|
|
156
|
-
"unixUtsPlugin": "
|
|
172
|
+
"unixVer": "4.61",
|
|
173
|
+
"unixUtsPlugin": "4.61"
|
|
157
174
|
},
|
|
158
175
|
"ios": {
|
|
159
176
|
"osVer": "12.0",
|
|
160
177
|
"uniVer": "√",
|
|
161
178
|
"uniUtsPlugin": "x",
|
|
162
|
-
"unixVer": "
|
|
163
|
-
"unixUtsPlugin": "
|
|
164
|
-
}
|
|
179
|
+
"unixVer": "4.61",
|
|
180
|
+
"unixUtsPlugin": "4.61"
|
|
181
|
+
},
|
|
182
|
+
"harmony": {
|
|
183
|
+
"osVer": "3.0",
|
|
184
|
+
"uniVer": "4.31",
|
|
185
|
+
"unixVer": "4.61"
|
|
186
|
+
}
|
|
165
187
|
}
|
|
166
188
|
}
|
|
167
189
|
*/
|
|
168
190
|
encodeBitRate ?: number | null,
|
|
169
191
|
/**
|
|
170
|
-
* 音频格式,App-Android 默认值为 aac
|
|
192
|
+
* 音频格式,App-Android 默认值为 aac; 小程序默认值 aac; HarmonyOS 默认且仅支持 aac
|
|
171
193
|
* @uniPlatform
|
|
172
194
|
{
|
|
173
195
|
"app": {
|
|
@@ -175,15 +197,20 @@ export type RecorderManagerStartOptions = {
|
|
|
175
197
|
"osVer": "5.0",
|
|
176
198
|
"uniVer": "√",
|
|
177
199
|
"uniUtsPlugin": "x",
|
|
178
|
-
"unixVer": "
|
|
179
|
-
"unixUtsPlugin": "
|
|
200
|
+
"unixVer": "4.61",
|
|
201
|
+
"unixUtsPlugin": "4.61"
|
|
180
202
|
},
|
|
181
203
|
"ios": {
|
|
182
204
|
"osVer": "12.0",
|
|
183
205
|
"uniVer": "√",
|
|
184
206
|
"uniUtsPlugin": "x",
|
|
185
|
-
"unixVer": "
|
|
186
|
-
"unixUtsPlugin": "
|
|
207
|
+
"unixVer": "4.61",
|
|
208
|
+
"unixUtsPlugin": "4.61"
|
|
209
|
+
},
|
|
210
|
+
"harmony": {
|
|
211
|
+
"osVer": "3.0",
|
|
212
|
+
"uniVer": "4.31",
|
|
213
|
+
"unixVer": "4.61"
|
|
187
214
|
}
|
|
188
215
|
}
|
|
189
216
|
}
|
|
@@ -191,93 +218,116 @@ export type RecorderManagerStartOptions = {
|
|
|
191
218
|
format ?:
|
|
192
219
|
/**
|
|
193
220
|
* aac格式
|
|
194
|
-
* @uniPlatform
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
221
|
+
* @uniPlatform
|
|
222
|
+
{
|
|
223
|
+
"app": {
|
|
224
|
+
"android": {
|
|
225
|
+
"osVer": "5.0",
|
|
226
|
+
"uniVer": "√",
|
|
227
|
+
"uniUtsPlugin": "x",
|
|
228
|
+
"unixVer": "4.61",
|
|
229
|
+
"unixUtsPlugin": "4.61"
|
|
230
|
+
},
|
|
231
|
+
"ios": {
|
|
232
|
+
"osVer": "12.0",
|
|
233
|
+
"uniVer": "√",
|
|
234
|
+
"uniUtsPlugin": "x",
|
|
235
|
+
"unixVer": "4.61",
|
|
236
|
+
"unixUtsPlugin": "4.61"
|
|
237
|
+
},
|
|
238
|
+
"harmony": {
|
|
239
|
+
"osVer": "3.0",
|
|
240
|
+
"uniVer": "4.31",
|
|
241
|
+
"unixVer": "4.61"
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
}
|
|
208
245
|
*/
|
|
209
246
|
'aac' |
|
|
210
247
|
/**
|
|
211
248
|
* mp3格式
|
|
212
|
-
* @uniPlatform
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
249
|
+
* @uniPlatform
|
|
250
|
+
{
|
|
251
|
+
"app": {
|
|
252
|
+
"android": {
|
|
253
|
+
"osVer": "5.0",
|
|
254
|
+
"uniVer": "√",
|
|
255
|
+
"uniUtsPlugin": "x",
|
|
256
|
+
"unixVer": "4.61",
|
|
257
|
+
"unixUtsPlugin": "4.61"
|
|
258
|
+
},
|
|
259
|
+
"ios": {
|
|
260
|
+
"osVer": "12.0",
|
|
261
|
+
"uniVer": "√",
|
|
262
|
+
"uniUtsPlugin": "x",
|
|
263
|
+
"unixVer": "x",
|
|
264
|
+
"unixUtsPlugin": "x"
|
|
265
|
+
},
|
|
266
|
+
"harmony": {
|
|
267
|
+
"osVer": "x",
|
|
268
|
+
"uniVer": "x",
|
|
269
|
+
"unixVer": "x"
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
}
|
|
226
273
|
*/
|
|
227
274
|
'mp3' |
|
|
228
275
|
/**
|
|
229
|
-
*
|
|
230
|
-
* @uniPlatform
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
276
|
+
* pcm格式
|
|
277
|
+
* @uniPlatform
|
|
278
|
+
{
|
|
279
|
+
"app": {
|
|
280
|
+
"android": {
|
|
281
|
+
"osVer": "5.0",
|
|
282
|
+
"uniVer": "√",
|
|
283
|
+
"uniUtsPlugin": "x",
|
|
284
|
+
"unixVer": "4.61",
|
|
285
|
+
"unixUtsPlugin": "4.61"
|
|
286
|
+
},
|
|
287
|
+
"ios": {
|
|
288
|
+
"osVer": "12.0",
|
|
289
|
+
"uniVer": "√",
|
|
290
|
+
"uniUtsPlugin": "x",
|
|
291
|
+
"unixVer": "4.61",
|
|
292
|
+
"unixUtsPlugin": "4.61"
|
|
293
|
+
},
|
|
294
|
+
"harmony": {
|
|
295
|
+
"osVer": "x",
|
|
296
|
+
"uniVer": "x",
|
|
297
|
+
"unixVer": "x"
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
}
|
|
244
301
|
*/
|
|
245
|
-
'
|
|
302
|
+
'pcm' |
|
|
246
303
|
/**
|
|
247
304
|
* wav格式
|
|
248
|
-
* @uniPlatform
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
* "ios": {
|
|
273
|
-
* "osVer": "12.0",
|
|
274
|
-
* "uniVer": "x",
|
|
275
|
-
* "unixVer": "x"
|
|
276
|
-
* }
|
|
277
|
-
* }
|
|
278
|
-
* }
|
|
305
|
+
* @uniPlatform
|
|
306
|
+
{
|
|
307
|
+
"app": {
|
|
308
|
+
"android": {
|
|
309
|
+
"osVer": "5.0",
|
|
310
|
+
"uniVer": "√",
|
|
311
|
+
"uniUtsPlugin": "x",
|
|
312
|
+
"unixVer": "4.61",
|
|
313
|
+
"unixUtsPlugin": "4.61"
|
|
314
|
+
},
|
|
315
|
+
"ios": {
|
|
316
|
+
"osVer": "12.0",
|
|
317
|
+
"uniVer": "√",
|
|
318
|
+
"uniUtsPlugin": "x",
|
|
319
|
+
"unixVer": "4.61",
|
|
320
|
+
"unixUtsPlugin": "4.61"
|
|
321
|
+
},
|
|
322
|
+
"harmony": {
|
|
323
|
+
"osVer": "x",
|
|
324
|
+
"uniVer": "x",
|
|
325
|
+
"unixVer": "x"
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
}
|
|
279
329
|
*/
|
|
280
|
-
null,
|
|
330
|
+
'wav' | null,
|
|
281
331
|
/**
|
|
282
332
|
* 指定帧大小,单位 KB。传入 frameSize 后,每录制指定帧大小的内容后,会回调录制的文件内容,不指定则不会回调。暂仅支持 mp3 格式。
|
|
283
333
|
* @uniPlatform
|
|
@@ -296,6 +346,11 @@ export type RecorderManagerStartOptions = {
|
|
|
296
346
|
"uniUtsPlugin": "x",
|
|
297
347
|
"unixVer": "x",
|
|
298
348
|
"unixUtsPlugin": "x"
|
|
349
|
+
},
|
|
350
|
+
"harmony": {
|
|
351
|
+
"osVer": "x",
|
|
352
|
+
"uniVer": "x",
|
|
353
|
+
"unixVer": "x"
|
|
299
354
|
}
|
|
300
355
|
}
|
|
301
356
|
}
|
|
@@ -306,6 +361,30 @@ export type RecorderManagerStartOptions = {
|
|
|
306
361
|
export interface RecorderManagerOnStopResult {
|
|
307
362
|
/**
|
|
308
363
|
* 录音文件的临时路径
|
|
364
|
+
* @uniPlatform
|
|
365
|
+
{
|
|
366
|
+
"app": {
|
|
367
|
+
"android": {
|
|
368
|
+
"osVer": "5.0",
|
|
369
|
+
"uniVer": "√",
|
|
370
|
+
"uniUtsPlugin": "x",
|
|
371
|
+
"unixVer": "4.61",
|
|
372
|
+
"unixUtsPlugin": "4.61"
|
|
373
|
+
},
|
|
374
|
+
"ios": {
|
|
375
|
+
"osVer": "12.0",
|
|
376
|
+
"uniVer": "√",
|
|
377
|
+
"uniUtsPlugin": "x",
|
|
378
|
+
"unixVer": "4.61",
|
|
379
|
+
"unixUtsPlugin": "4.61"
|
|
380
|
+
},
|
|
381
|
+
"harmony": {
|
|
382
|
+
"osVer": "5.0.0",
|
|
383
|
+
"uniVer": "4.31",
|
|
384
|
+
"unixVer": "4.61"
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
}
|
|
309
388
|
*/
|
|
310
389
|
tempFilePath : string
|
|
311
390
|
};
|
|
@@ -321,16 +400,16 @@ export interface RecorderManager {
|
|
|
321
400
|
* "android": {
|
|
322
401
|
* "osVer": "5.0",
|
|
323
402
|
* "uniVer": "√",
|
|
324
|
-
* "unixVer": "
|
|
403
|
+
* "unixVer": "4.61"
|
|
325
404
|
* },
|
|
326
405
|
* "ios": {
|
|
327
406
|
* "osVer": "12.0",
|
|
328
407
|
* "uniVer": "√",
|
|
329
|
-
* "unixVer": "
|
|
408
|
+
* "unixVer": "4.61"
|
|
330
409
|
* },
|
|
331
410
|
* "harmony": {
|
|
332
411
|
* "osVer": "3.0",
|
|
333
|
-
* "uniVer": "4.
|
|
412
|
+
* "uniVer": "4.31",
|
|
334
413
|
* "unixVer": "4.61"
|
|
335
414
|
* }
|
|
336
415
|
* },
|
|
@@ -393,16 +472,16 @@ export interface RecorderManager {
|
|
|
393
472
|
* "android": {
|
|
394
473
|
* "osVer": "7.0",
|
|
395
474
|
* "uniVer": "x",
|
|
396
|
-
* "unixVer": "
|
|
475
|
+
* "unixVer": "4.61"
|
|
397
476
|
* },
|
|
398
477
|
* "ios": {
|
|
399
478
|
* "osVer": "12.0",
|
|
400
|
-
* "uniVer": "
|
|
401
|
-
* "unixVer": "
|
|
479
|
+
* "uniVer": "√",
|
|
480
|
+
* "unixVer": "4.61"
|
|
402
481
|
* },
|
|
403
482
|
* "harmony": {
|
|
404
483
|
* "osVer": "3.0",
|
|
405
|
-
* "uniVer": "4.
|
|
484
|
+
* "uniVer": "4.31",
|
|
406
485
|
* "unixVer": "4.61"
|
|
407
486
|
* }
|
|
408
487
|
* },
|
|
@@ -465,16 +544,16 @@ export interface RecorderManager {
|
|
|
465
544
|
* "android": {
|
|
466
545
|
* "osVer": "7.0",
|
|
467
546
|
* "uniVer": "x",
|
|
468
|
-
* "unixVer": "
|
|
547
|
+
* "unixVer": "4.61"
|
|
469
548
|
* },
|
|
470
549
|
* "ios": {
|
|
471
550
|
* "osVer": "12.0",
|
|
472
|
-
* "uniVer": "
|
|
473
|
-
* "unixVer": "
|
|
551
|
+
* "uniVer": "√",
|
|
552
|
+
* "unixVer": "4.61"
|
|
474
553
|
* },
|
|
475
554
|
* "harmony": {
|
|
476
555
|
* "osVer": "3.0",
|
|
477
|
-
* "uniVer": "4.
|
|
556
|
+
* "uniVer": "4.31",
|
|
478
557
|
* "unixVer": "4.61"
|
|
479
558
|
* }
|
|
480
559
|
* },
|
|
@@ -537,16 +616,16 @@ export interface RecorderManager {
|
|
|
537
616
|
* "android": {
|
|
538
617
|
* "osVer": "5.0",
|
|
539
618
|
* "uniVer": "√",
|
|
540
|
-
* "unixVer": "
|
|
619
|
+
* "unixVer": "4.61"
|
|
541
620
|
* },
|
|
542
621
|
* "ios": {
|
|
543
622
|
* "osVer": "12.0",
|
|
544
623
|
* "uniVer": "√",
|
|
545
|
-
* "unixVer": "
|
|
624
|
+
* "unixVer": "4.61"
|
|
546
625
|
* },
|
|
547
626
|
* "harmony": {
|
|
548
627
|
* "osVer": "3.0",
|
|
549
|
-
* "uniVer": "4.
|
|
628
|
+
* "uniVer": "4.31",
|
|
550
629
|
* "unixVer": "4.61"
|
|
551
630
|
* }
|
|
552
631
|
* },
|
|
@@ -609,16 +688,16 @@ export interface RecorderManager {
|
|
|
609
688
|
* "android": {
|
|
610
689
|
* "osVer": "5.0",
|
|
611
690
|
* "uniVer": "√",
|
|
612
|
-
* "unixVer": "
|
|
691
|
+
* "unixVer": "4.61"
|
|
613
692
|
* },
|
|
614
693
|
* "ios": {
|
|
615
694
|
* "osVer": "12.0",
|
|
616
695
|
* "uniVer": "√",
|
|
617
|
-
* "unixVer": "
|
|
696
|
+
* "unixVer": "4.61"
|
|
618
697
|
* },
|
|
619
698
|
* "harmony": {
|
|
620
699
|
* "osVer": "3.0",
|
|
621
|
-
* "uniVer": "4.
|
|
700
|
+
* "uniVer": "4.31",
|
|
622
701
|
* "unixVer": "4.61"
|
|
623
702
|
* }
|
|
624
703
|
* },
|
|
@@ -681,16 +760,16 @@ export interface RecorderManager {
|
|
|
681
760
|
* "android": {
|
|
682
761
|
* "osVer": "7.0",
|
|
683
762
|
* "uniVer": "x",
|
|
684
|
-
* "unixVer": "
|
|
763
|
+
* "unixVer": "4.61"
|
|
685
764
|
* },
|
|
686
765
|
* "ios": {
|
|
687
766
|
* "osVer": "12.0",
|
|
688
767
|
* "uniVer": "√",
|
|
689
|
-
* "unixVer": "
|
|
768
|
+
* "unixVer": "4.61"
|
|
690
769
|
* },
|
|
691
770
|
* "harmony": {
|
|
692
771
|
* "osVer": "3.0",
|
|
693
|
-
* "uniVer": "4.
|
|
772
|
+
* "uniVer": "4.31",
|
|
694
773
|
* "unixVer": "4.61"
|
|
695
774
|
* }
|
|
696
775
|
* },
|
|
@@ -753,16 +832,16 @@ export interface RecorderManager {
|
|
|
753
832
|
* "android": {
|
|
754
833
|
* "osVer": "5.0",
|
|
755
834
|
* "uniVer": "√",
|
|
756
|
-
* "unixVer": "
|
|
835
|
+
* "unixVer": "4.61"
|
|
757
836
|
* },
|
|
758
837
|
* "ios": {
|
|
759
838
|
* "osVer": "12.0",
|
|
760
839
|
* "uniVer": "√",
|
|
761
|
-
* "unixVer": "
|
|
840
|
+
* "unixVer": "4.61"
|
|
762
841
|
* },
|
|
763
842
|
* "harmony": {
|
|
764
843
|
* "osVer": "3.0",
|
|
765
|
-
* "uniVer": "4.
|
|
844
|
+
* "uniVer": "4.31",
|
|
766
845
|
* "unixVer": "4.61"
|
|
767
846
|
* }
|
|
768
847
|
* },
|
|
@@ -829,7 +908,7 @@ export interface RecorderManager {
|
|
|
829
908
|
* },
|
|
830
909
|
* "ios": {
|
|
831
910
|
* "osVer": "12.0",
|
|
832
|
-
* "uniVer": "
|
|
911
|
+
* "uniVer": "x",
|
|
833
912
|
* "unixVer": "x"
|
|
834
913
|
* },
|
|
835
914
|
* "harmony": {
|
|
@@ -897,16 +976,16 @@ export interface RecorderManager {
|
|
|
897
976
|
* "android": {
|
|
898
977
|
* "osVer": "5.0",
|
|
899
978
|
* "uniVer": "√",
|
|
900
|
-
* "unixVer": "
|
|
979
|
+
* "unixVer": "4.61"
|
|
901
980
|
* },
|
|
902
981
|
* "ios": {
|
|
903
982
|
* "osVer": "12.0",
|
|
904
983
|
* "uniVer": "v",
|
|
905
|
-
* "unixVer": "
|
|
984
|
+
* "unixVer": "4.61"
|
|
906
985
|
* },
|
|
907
986
|
* "harmony": {
|
|
908
987
|
* "osVer": "3.0",
|
|
909
|
-
* "uniVer": "4.
|
|
988
|
+
* "uniVer": "4.31",
|
|
910
989
|
* "unixVer": "4.61"
|
|
911
990
|
* }
|
|
912
991
|
* },
|
|
@@ -970,16 +1049,16 @@ export interface RecorderManager {
|
|
|
970
1049
|
* "android": {
|
|
971
1050
|
* "osVer": "7.0",
|
|
972
1051
|
* "uniVer": "x",
|
|
973
|
-
* "unixVer": "
|
|
1052
|
+
* "unixVer": "4.61"
|
|
974
1053
|
* },
|
|
975
1054
|
* "ios": {
|
|
976
1055
|
* "osVer": "12.0",
|
|
977
1056
|
* "uniVer": "x",
|
|
978
|
-
* "unixVer": "
|
|
1057
|
+
* "unixVer": "4.61"
|
|
979
1058
|
* },
|
|
980
1059
|
* "harmony": {
|
|
981
1060
|
* "osVer": "3.0",
|
|
982
|
-
* "uniVer": "4.
|
|
1061
|
+
* "uniVer": "4.31",
|
|
983
1062
|
* "unixVer": "4.61"
|
|
984
1063
|
* }
|
|
985
1064
|
* },
|
|
@@ -1043,16 +1122,16 @@ export interface RecorderManager {
|
|
|
1043
1122
|
* "android": {
|
|
1044
1123
|
* "osVer": "5.0",
|
|
1045
1124
|
* "uniVer": "x",
|
|
1046
|
-
* "unixVer": "
|
|
1125
|
+
* "unixVer": "4.61"
|
|
1047
1126
|
* },
|
|
1048
1127
|
* "ios": {
|
|
1049
1128
|
* "osVer": "12.0",
|
|
1050
1129
|
* "uniVer": "x",
|
|
1051
|
-
* "unixVer": "
|
|
1130
|
+
* "unixVer": "4.61"
|
|
1052
1131
|
* },
|
|
1053
1132
|
* "harmony": {
|
|
1054
1133
|
* "osVer": "3.0",
|
|
1055
|
-
* "uniVer": "4.
|
|
1134
|
+
* "uniVer": "4.31",
|
|
1056
1135
|
* "unixVer": "4.61"
|
|
1057
1136
|
* }
|
|
1058
1137
|
* },
|
|
@@ -1116,16 +1195,16 @@ export interface RecorderManager {
|
|
|
1116
1195
|
* "android": {
|
|
1117
1196
|
* "osVer": "5.0",
|
|
1118
1197
|
* "uniVer": "x",
|
|
1119
|
-
* "unixVer": "
|
|
1198
|
+
* "unixVer": "4.61"
|
|
1120
1199
|
* },
|
|
1121
1200
|
* "ios": {
|
|
1122
1201
|
* "osVer": "12.0",
|
|
1123
1202
|
* "uniVer": "x",
|
|
1124
|
-
* "unixVer": "
|
|
1203
|
+
* "unixVer": "4.61"
|
|
1125
1204
|
* },
|
|
1126
1205
|
* "harmony": {
|
|
1127
1206
|
* "osVer": "3.0",
|
|
1128
|
-
* "uniVer": "4.
|
|
1207
|
+
* "uniVer": "4.31",
|
|
1129
1208
|
* "unixVer": "4.61"
|
|
1130
1209
|
* }
|
|
1131
1210
|
* },
|
|
@@ -1178,4 +1257,4 @@ export interface RecorderManager {
|
|
|
1178
1257
|
* }
|
|
1179
1258
|
*/
|
|
1180
1259
|
onInterruptionEnd(options : (result : any) => void) : void;
|
|
1181
|
-
}
|
|
1260
|
+
}
|
|
@@ -108,6 +108,11 @@ export interface Uni {
|
|
|
108
108
|
* "osVer": "12.0",
|
|
109
109
|
* "uniVer": "√",
|
|
110
110
|
* "unixVer": "4.11"
|
|
111
|
+
* },
|
|
112
|
+
* "harmony": {
|
|
113
|
+
* "osVer": "3.0",
|
|
114
|
+
* "uniVer": "4.23",
|
|
115
|
+
* "unixVer": "4.61"
|
|
111
116
|
* }
|
|
112
117
|
* },
|
|
113
118
|
* "mp": {
|
|
@@ -185,6 +190,11 @@ export interface Uni {
|
|
|
185
190
|
* "osVer": "12.0",
|
|
186
191
|
* "uniVer": "√",
|
|
187
192
|
* "unixVer": "4.11"
|
|
193
|
+
* },
|
|
194
|
+
* "harmony": {
|
|
195
|
+
* "osVer": "3.0",
|
|
196
|
+
* "uniVer": "4.23",
|
|
197
|
+
* "unixVer": "4.61"
|
|
188
198
|
* }
|
|
189
199
|
* },
|
|
190
200
|
* "mp": {
|
|
@@ -5915,6 +5925,8 @@ export type GetWindowInfoResult = {
|
|
|
5915
5925
|
pixelRatio: number,
|
|
5916
5926
|
/**
|
|
5917
5927
|
* 屏幕宽度,单位为px
|
|
5928
|
+
*
|
|
5929
|
+
* @deprecated 已废弃,仅为了向下兼容保留
|
|
5918
5930
|
*
|
|
5919
5931
|
* @uniPlatform
|
|
5920
5932
|
* {
|
|
@@ -5986,6 +5998,8 @@ export type GetWindowInfoResult = {
|
|
|
5986
5998
|
screenWidth: number,
|
|
5987
5999
|
/**
|
|
5988
6000
|
* 屏幕高度,单位为px
|
|
6001
|
+
*
|
|
6002
|
+
* @deprecated 已废弃,仅为了向下兼容保留
|
|
5989
6003
|
*
|
|
5990
6004
|
* @uniPlatform
|
|
5991
6005
|
* {
|
|
@@ -6057,6 +6071,8 @@ export type GetWindowInfoResult = {
|
|
|
6057
6071
|
screenHeight: number,
|
|
6058
6072
|
/**
|
|
6059
6073
|
* 可使用窗口宽度,单位为px
|
|
6074
|
+
*
|
|
6075
|
+
* @deprecated 已废弃,仅为了向下兼容保留
|
|
6060
6076
|
*
|
|
6061
6077
|
* @uniPlatform
|
|
6062
6078
|
* {
|
|
@@ -6128,6 +6144,8 @@ export type GetWindowInfoResult = {
|
|
|
6128
6144
|
windowWidth: number,
|
|
6129
6145
|
/**
|
|
6130
6146
|
* 可使用窗口高度,单位为px
|
|
6147
|
+
*
|
|
6148
|
+
* @deprecated 已废弃,仅为了向下兼容保留
|
|
6131
6149
|
*
|
|
6132
6150
|
* @uniPlatform
|
|
6133
6151
|
* {
|