@dcloudio/uni-app-x 0.7.39 → 0.7.40
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 +9 -7
- package/types/UniPage.d.ts +168 -22
- package/types/app.d.ts +31 -31
- package/types/native/CSSStyleDeclaration.d.ts +16 -2
- package/types/native/DOMRect.d.ts +430 -10
- package/types/native/DrawableContext.d.ts +1137 -45
- package/types/native/IUniElement.d.ts +1875 -93
- package/types/native/UniNativePage.d.ts +94 -0
- package/types/native/UniResizeObserver.d.ts +215 -5
- package/types/native/UniSafeArea.d.ts +185 -0
- package/types/native/UniVideoElement.d.ts +432 -0
- package/types/native/global.d.ts +7 -0
- package/types/native/index.d.ts +1 -0
- package/types/uni/uni-map-tencent-map.d.ts +12 -8
- package/types/uni/uts-plugin-api/global.d.ts +62 -61
- package/types/uni/uts-plugin-api/index.d.ts +62 -61
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +22 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +10 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +278 -0
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +1600 -59
- package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +64 -63
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +1150 -186
- package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +64 -63
- package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +550 -550
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +69 -72
- package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +533 -135
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1508 -77
- package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +423 -63
- package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +284 -63
- package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +2 -9
- package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/global.d.ts +62 -62
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/index.d.ts +31 -31
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +57 -57
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +312 -110
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +62 -62
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +472 -72
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +126 -78
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +317 -66
- package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +570 -63
- package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +570 -63
- package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +110 -66
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +595 -177
- package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +284 -63
- package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +45 -1
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +1387 -182
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +67 -67
- package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +318 -53
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +162 -63
- package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +241 -64
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +6 -0
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +3 -0
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +4089 -659
- package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +460 -252
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +2345 -213
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +1205 -149
- package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +339 -33
- package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +457 -53
- package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +328 -63
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +317 -66
- package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +120 -71
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +2157 -437
- package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +260 -126
- package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +467 -315
- package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +553 -53
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +1608 -630
- package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +2492 -504
- package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +176 -130
- package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +704 -58
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +1230 -454
- package/types/uni/uts-plugin-biz/global.d.ts +6 -5
- package/types/uni/uts-plugin-biz/index.d.ts +6 -5
- package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +406 -123
- package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/interface.d.ts +60 -47
- package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +71 -71
- package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +3 -3
- package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/global.d.ts +24 -0
- package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/index.d.ts +11 -0
- package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/interface.d.ts +204 -0
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +42 -38
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +21 -19
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +502 -255
- package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/global.d.ts +64 -0
- package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/index.d.ts +31 -0
- package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/interface.d.ts +900 -0
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +48 -48
- package/types/uni/uts-plugin-extend/global.d.ts +0 -4
- package/types/uni/uts-plugin-extend/index.d.ts +0 -4
- package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +825 -273
- package/types/uni/uts-plugin-extend/lib/uni-canvas/utssdk/interface.d.ts +4399 -339
- package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +1000 -268
- package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/interface.d.ts +1 -1
- 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 +1495 -384
- package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +222 -132
- package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/interface.d.ts +923 -67
- package/types/uni/uts-plugin-extend/lib/uni-preloadPage/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +0 -7
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +0 -716
|
@@ -102,22 +102,242 @@ export interface PerformanceObserverEntryList {
|
|
|
102
102
|
export interface Performance {
|
|
103
103
|
/**
|
|
104
104
|
* 创建全局性能事件监听器
|
|
105
|
+
* @uniPlatform {
|
|
106
|
+
* "mp": {
|
|
107
|
+
* "weixin": {
|
|
108
|
+
* "hostVer": "√",
|
|
109
|
+
* "uniVer": "√",
|
|
110
|
+
* "unixVer": "4.41"
|
|
111
|
+
* },
|
|
112
|
+
* "alipay": {
|
|
113
|
+
* "hostVer": "-",
|
|
114
|
+
* "uniVer": "-",
|
|
115
|
+
* "unixVer": "-"
|
|
116
|
+
* },
|
|
117
|
+
* "baidu": {
|
|
118
|
+
* "hostVer": "-",
|
|
119
|
+
* "uniVer": "-",
|
|
120
|
+
* "unixVer": "-"
|
|
121
|
+
* },
|
|
122
|
+
* "toutiao": {
|
|
123
|
+
* "hostVer": "-",
|
|
124
|
+
* "uniVer": "-",
|
|
125
|
+
* "unixVer": "-"
|
|
126
|
+
* },
|
|
127
|
+
* "lark": {
|
|
128
|
+
* "hostVer": "-",
|
|
129
|
+
* "uniVer": "-",
|
|
130
|
+
* "unixVer": "-"
|
|
131
|
+
* },
|
|
132
|
+
* "qq": {
|
|
133
|
+
* "hostVer": "-",
|
|
134
|
+
* "uniVer": "-",
|
|
135
|
+
* "unixVer": "-"
|
|
136
|
+
* },
|
|
137
|
+
* "kuaishou": {
|
|
138
|
+
* "hostVer": "-",
|
|
139
|
+
* "uniVer": "-",
|
|
140
|
+
* "unixVer": "-"
|
|
141
|
+
* },
|
|
142
|
+
* "jd": {
|
|
143
|
+
* "hostVer": "-",
|
|
144
|
+
* "uniVer": "-",
|
|
145
|
+
* "unixVer": "-"
|
|
146
|
+
* }
|
|
147
|
+
* }
|
|
148
|
+
* }
|
|
105
149
|
*/
|
|
106
150
|
createObserver(callback: PerformanceObserverCallback): PerformanceObserver
|
|
107
151
|
/**
|
|
108
152
|
* 该方法返回当前缓冲区中的所有性能数据
|
|
153
|
+
* @uniPlatform {
|
|
154
|
+
* "mp": {
|
|
155
|
+
* "weixin": {
|
|
156
|
+
* "hostVer": "√",
|
|
157
|
+
* "uniVer": "√",
|
|
158
|
+
* "unixVer": "4.41"
|
|
159
|
+
* },
|
|
160
|
+
* "alipay": {
|
|
161
|
+
* "hostVer": "-",
|
|
162
|
+
* "uniVer": "-",
|
|
163
|
+
* "unixVer": "-"
|
|
164
|
+
* },
|
|
165
|
+
* "baidu": {
|
|
166
|
+
* "hostVer": "-",
|
|
167
|
+
* "uniVer": "-",
|
|
168
|
+
* "unixVer": "-"
|
|
169
|
+
* },
|
|
170
|
+
* "toutiao": {
|
|
171
|
+
* "hostVer": "-",
|
|
172
|
+
* "uniVer": "-",
|
|
173
|
+
* "unixVer": "-"
|
|
174
|
+
* },
|
|
175
|
+
* "lark": {
|
|
176
|
+
* "hostVer": "-",
|
|
177
|
+
* "uniVer": "-",
|
|
178
|
+
* "unixVer": "-"
|
|
179
|
+
* },
|
|
180
|
+
* "qq": {
|
|
181
|
+
* "hostVer": "-",
|
|
182
|
+
* "uniVer": "-",
|
|
183
|
+
* "unixVer": "-"
|
|
184
|
+
* },
|
|
185
|
+
* "kuaishou": {
|
|
186
|
+
* "hostVer": "-",
|
|
187
|
+
* "uniVer": "-",
|
|
188
|
+
* "unixVer": "-"
|
|
189
|
+
* },
|
|
190
|
+
* "jd": {
|
|
191
|
+
* "hostVer": "-",
|
|
192
|
+
* "uniVer": "-",
|
|
193
|
+
* "unixVer": "-"
|
|
194
|
+
* }
|
|
195
|
+
* }
|
|
196
|
+
* }
|
|
109
197
|
*/
|
|
110
198
|
getEntries(): PerformanceEntry[]
|
|
111
199
|
/**
|
|
112
200
|
* 获取当前缓冲区中所有类型为 [entryType] 的性能数据
|
|
201
|
+
* @uniPlatform {
|
|
202
|
+
* "mp": {
|
|
203
|
+
* "weixin": {
|
|
204
|
+
* "hostVer": "√",
|
|
205
|
+
* "uniVer": "√",
|
|
206
|
+
* "unixVer": "4.41"
|
|
207
|
+
* },
|
|
208
|
+
* "alipay": {
|
|
209
|
+
* "hostVer": "-",
|
|
210
|
+
* "uniVer": "-",
|
|
211
|
+
* "unixVer": "-"
|
|
212
|
+
* },
|
|
213
|
+
* "baidu": {
|
|
214
|
+
* "hostVer": "-",
|
|
215
|
+
* "uniVer": "-",
|
|
216
|
+
* "unixVer": "-"
|
|
217
|
+
* },
|
|
218
|
+
* "toutiao": {
|
|
219
|
+
* "hostVer": "-",
|
|
220
|
+
* "uniVer": "-",
|
|
221
|
+
* "unixVer": "-"
|
|
222
|
+
* },
|
|
223
|
+
* "lark": {
|
|
224
|
+
* "hostVer": "-",
|
|
225
|
+
* "uniVer": "-",
|
|
226
|
+
* "unixVer": "-"
|
|
227
|
+
* },
|
|
228
|
+
* "qq": {
|
|
229
|
+
* "hostVer": "-",
|
|
230
|
+
* "uniVer": "-",
|
|
231
|
+
* "unixVer": "-"
|
|
232
|
+
* },
|
|
233
|
+
* "kuaishou": {
|
|
234
|
+
* "hostVer": "-",
|
|
235
|
+
* "uniVer": "-",
|
|
236
|
+
* "unixVer": "-"
|
|
237
|
+
* },
|
|
238
|
+
* "jd": {
|
|
239
|
+
* "hostVer": "-",
|
|
240
|
+
* "uniVer": "-",
|
|
241
|
+
* "unixVer": "-"
|
|
242
|
+
* }
|
|
243
|
+
* }
|
|
244
|
+
* }
|
|
113
245
|
*/
|
|
114
246
|
getEntriesByType(entryType: string): PerformanceEntry[]
|
|
115
247
|
/**
|
|
116
248
|
* 获取当前缓冲区中所有名称为 [name] 且类型为 [entryType] 的性能数据
|
|
249
|
+
* @uniPlatform {
|
|
250
|
+
* "mp": {
|
|
251
|
+
* "weixin": {
|
|
252
|
+
* "hostVer": "√",
|
|
253
|
+
* "uniVer": "√",
|
|
254
|
+
* "unixVer": "4.41"
|
|
255
|
+
* },
|
|
256
|
+
* "alipay": {
|
|
257
|
+
* "hostVer": "-",
|
|
258
|
+
* "uniVer": "-",
|
|
259
|
+
* "unixVer": "-"
|
|
260
|
+
* },
|
|
261
|
+
* "baidu": {
|
|
262
|
+
* "hostVer": "-",
|
|
263
|
+
* "uniVer": "-",
|
|
264
|
+
* "unixVer": "-"
|
|
265
|
+
* },
|
|
266
|
+
* "toutiao": {
|
|
267
|
+
* "hostVer": "-",
|
|
268
|
+
* "uniVer": "-",
|
|
269
|
+
* "unixVer": "-"
|
|
270
|
+
* },
|
|
271
|
+
* "lark": {
|
|
272
|
+
* "hostVer": "-",
|
|
273
|
+
* "uniVer": "-",
|
|
274
|
+
* "unixVer": "-"
|
|
275
|
+
* },
|
|
276
|
+
* "qq": {
|
|
277
|
+
* "hostVer": "-",
|
|
278
|
+
* "uniVer": "-",
|
|
279
|
+
* "unixVer": "-"
|
|
280
|
+
* },
|
|
281
|
+
* "kuaishou": {
|
|
282
|
+
* "hostVer": "-",
|
|
283
|
+
* "uniVer": "-",
|
|
284
|
+
* "unixVer": "-"
|
|
285
|
+
* },
|
|
286
|
+
* "jd": {
|
|
287
|
+
* "hostVer": "-",
|
|
288
|
+
* "uniVer": "-",
|
|
289
|
+
* "unixVer": "-"
|
|
290
|
+
* }
|
|
291
|
+
* }
|
|
292
|
+
* }
|
|
117
293
|
*/
|
|
118
294
|
getEntriesByName(name: string, entryType: string): PerformanceEntry[]
|
|
119
295
|
/**
|
|
120
296
|
* 设置缓冲区大小,默认缓冲 30 条性能数据
|
|
297
|
+
* @uniPlatform {
|
|
298
|
+
* "mp": {
|
|
299
|
+
* "weixin": {
|
|
300
|
+
* "hostVer": "√",
|
|
301
|
+
* "uniVer": "√",
|
|
302
|
+
* "unixVer": "4.41"
|
|
303
|
+
* },
|
|
304
|
+
* "alipay": {
|
|
305
|
+
* "hostVer": "-",
|
|
306
|
+
* "uniVer": "-",
|
|
307
|
+
* "unixVer": "-"
|
|
308
|
+
* },
|
|
309
|
+
* "baidu": {
|
|
310
|
+
* "hostVer": "-",
|
|
311
|
+
* "uniVer": "-",
|
|
312
|
+
* "unixVer": "-"
|
|
313
|
+
* },
|
|
314
|
+
* "toutiao": {
|
|
315
|
+
* "hostVer": "-",
|
|
316
|
+
* "uniVer": "-",
|
|
317
|
+
* "unixVer": "-"
|
|
318
|
+
* },
|
|
319
|
+
* "lark": {
|
|
320
|
+
* "hostVer": "-",
|
|
321
|
+
* "uniVer": "-",
|
|
322
|
+
* "unixVer": "-"
|
|
323
|
+
* },
|
|
324
|
+
* "qq": {
|
|
325
|
+
* "hostVer": "-",
|
|
326
|
+
* "uniVer": "-",
|
|
327
|
+
* "unixVer": "-"
|
|
328
|
+
* },
|
|
329
|
+
* "kuaishou": {
|
|
330
|
+
* "hostVer": "-",
|
|
331
|
+
* "uniVer": "-",
|
|
332
|
+
* "unixVer": "-"
|
|
333
|
+
* },
|
|
334
|
+
* "jd": {
|
|
335
|
+
* "hostVer": "-",
|
|
336
|
+
* "uniVer": "-",
|
|
337
|
+
* "unixVer": "-"
|
|
338
|
+
* }
|
|
339
|
+
* }
|
|
340
|
+
* }
|
|
121
341
|
*/
|
|
122
342
|
setBufferSize(size: number): void
|
|
123
343
|
}
|
|
@@ -129,70 +349,71 @@ export interface Uni {
|
|
|
129
349
|
* @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/get-performance.html
|
|
130
350
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-performance.html
|
|
131
351
|
* @uniPlatform {
|
|
132
|
-
*
|
|
133
|
-
*
|
|
134
|
-
*
|
|
135
|
-
*
|
|
136
|
-
*
|
|
137
|
-
*
|
|
138
|
-
*
|
|
139
|
-
*
|
|
140
|
-
*
|
|
141
|
-
*
|
|
142
|
-
*
|
|
143
|
-
*
|
|
144
|
-
*
|
|
145
|
-
*
|
|
146
|
-
*
|
|
147
|
-
*
|
|
148
|
-
*
|
|
149
|
-
*
|
|
150
|
-
*
|
|
151
|
-
*
|
|
152
|
-
*
|
|
153
|
-
*
|
|
154
|
-
*
|
|
155
|
-
*
|
|
156
|
-
*
|
|
157
|
-
*
|
|
158
|
-
*
|
|
159
|
-
*
|
|
160
|
-
*
|
|
161
|
-
*
|
|
162
|
-
*
|
|
163
|
-
*
|
|
164
|
-
*
|
|
165
|
-
*
|
|
166
|
-
*
|
|
167
|
-
*
|
|
168
|
-
*
|
|
169
|
-
*
|
|
170
|
-
*
|
|
171
|
-
*
|
|
172
|
-
*
|
|
173
|
-
*
|
|
174
|
-
*
|
|
175
|
-
*
|
|
176
|
-
*
|
|
177
|
-
*
|
|
178
|
-
*
|
|
179
|
-
*
|
|
180
|
-
*
|
|
181
|
-
*
|
|
182
|
-
*
|
|
183
|
-
*
|
|
184
|
-
*
|
|
185
|
-
*
|
|
186
|
-
*
|
|
187
|
-
*
|
|
188
|
-
*
|
|
189
|
-
*
|
|
190
|
-
*
|
|
191
|
-
*
|
|
192
|
-
*
|
|
193
|
-
*
|
|
194
|
-
*
|
|
352
|
+
* "app": {
|
|
353
|
+
* "android": {
|
|
354
|
+
* "osVer": "5.0",
|
|
355
|
+
* "uniVer": "x",
|
|
356
|
+
* "unixVer": "3.91"
|
|
357
|
+
* },
|
|
358
|
+
* "ios": {
|
|
359
|
+
* "osVer": "12.0",
|
|
360
|
+
* "uniVer": "x",
|
|
361
|
+
* "unixVer": "4.25"
|
|
362
|
+
* },
|
|
363
|
+
* "harmony": {
|
|
364
|
+
* "osVer": "x",
|
|
365
|
+
* "uniVer": "x",
|
|
366
|
+
* "unixVer": "x"
|
|
367
|
+
* }
|
|
368
|
+
* },
|
|
369
|
+
* "mp": {
|
|
370
|
+
* "weixin": {
|
|
371
|
+
* "hostVer": "2.11.0",
|
|
372
|
+
* "uniVer": "√",
|
|
373
|
+
* "unixVer": "4.41"
|
|
374
|
+
* },
|
|
375
|
+
* "alipay": {
|
|
376
|
+
* "hostVer": "√",
|
|
377
|
+
* "uniVer": "√",
|
|
378
|
+
* "unixVer": "x"
|
|
379
|
+
* },
|
|
380
|
+
* "baidu": {
|
|
381
|
+
* "hostVer": "√",
|
|
382
|
+
* "uniVer": "√",
|
|
383
|
+
* "unixVer": "x"
|
|
384
|
+
* },
|
|
385
|
+
* "toutiao": {
|
|
386
|
+
* "hostVer": "√",
|
|
387
|
+
* "uniVer": "√",
|
|
388
|
+
* "unixVer": "x"
|
|
389
|
+
* },
|
|
390
|
+
* "lark": {
|
|
391
|
+
* "hostVer": "√",
|
|
392
|
+
* "uniVer": "√",
|
|
393
|
+
* "unixVer": "x"
|
|
394
|
+
* },
|
|
395
|
+
* "qq": {
|
|
396
|
+
* "hostVer": "√",
|
|
397
|
+
* "uniVer": "√",
|
|
398
|
+
* "unixVer": "x"
|
|
399
|
+
* },
|
|
400
|
+
* "kuaishou": {
|
|
401
|
+
* "hostVer": "√",
|
|
402
|
+
* "uniVer": "√",
|
|
403
|
+
* "unixVer": "x"
|
|
404
|
+
* },
|
|
405
|
+
* "jd": {
|
|
406
|
+
* "hostVer": "√",
|
|
407
|
+
* "uniVer": "√",
|
|
408
|
+
* "unixVer": "x"
|
|
409
|
+
* }
|
|
410
|
+
* },
|
|
411
|
+
* "web": {
|
|
412
|
+
* "uniVer": "x",
|
|
413
|
+
* "unixVer": "x"
|
|
414
|
+
* }
|
|
195
415
|
* }
|
|
416
|
+
* @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/base/performance/Performance.html
|
|
196
417
|
*/
|
|
197
418
|
getPerformance: GetPerformance
|
|
198
419
|
}
|
|
@@ -2,7 +2,50 @@ export interface Uni {
|
|
|
2
2
|
/**
|
|
3
3
|
* 录音管理
|
|
4
4
|
*
|
|
5
|
-
* @uniPlatform {
|
|
5
|
+
* @uniPlatform {
|
|
6
|
+
* "mp": {
|
|
7
|
+
* "weixin": {
|
|
8
|
+
* "hostVer": "1.6.0",
|
|
9
|
+
* "uniVer": "√",
|
|
10
|
+
* "unixVer": "4.41"
|
|
11
|
+
* },
|
|
12
|
+
* "alipay": {
|
|
13
|
+
* "hostVer": "-",
|
|
14
|
+
* "uniVer": "-",
|
|
15
|
+
* "unixVer": "-"
|
|
16
|
+
* },
|
|
17
|
+
* "baidu": {
|
|
18
|
+
* "hostVer": "-",
|
|
19
|
+
* "uniVer": "-",
|
|
20
|
+
* "unixVer": "-"
|
|
21
|
+
* },
|
|
22
|
+
* "toutiao": {
|
|
23
|
+
* "hostVer": "-",
|
|
24
|
+
* "uniVer": "-",
|
|
25
|
+
* "unixVer": "-"
|
|
26
|
+
* },
|
|
27
|
+
* "lark": {
|
|
28
|
+
* "hostVer": "-",
|
|
29
|
+
* "uniVer": "-",
|
|
30
|
+
* "unixVer": "-"
|
|
31
|
+
* },
|
|
32
|
+
* "qq": {
|
|
33
|
+
* "hostVer": "-",
|
|
34
|
+
* "uniVer": "-",
|
|
35
|
+
* "unixVer": "-"
|
|
36
|
+
* },
|
|
37
|
+
* "kuaishou": {
|
|
38
|
+
* "hostVer": "-",
|
|
39
|
+
* "uniVer": "-",
|
|
40
|
+
* "unixVer": "-"
|
|
41
|
+
* },
|
|
42
|
+
* "jd": {
|
|
43
|
+
* "hostVer": "-",
|
|
44
|
+
* "uniVer": "-",
|
|
45
|
+
* "unixVer": "-"
|
|
46
|
+
* }
|
|
47
|
+
* }
|
|
48
|
+
* }
|
|
6
49
|
* @tutorial https://uniapp.dcloud.net.cn/api/media/record-manager.html
|
|
7
50
|
* @tutorial-uni-app https://uniapp.dcloud.net.cn/api/media/record-manager.html
|
|
8
51
|
*
|
|
@@ -71,6 +114,7 @@ export interface Uni {
|
|
|
71
114
|
* }
|
|
72
115
|
* }
|
|
73
116
|
* }
|
|
117
|
+
* @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/media/recorder/RecorderManager.html
|
|
74
118
|
*/
|
|
75
119
|
getRecorderManager: GetRecorderManager;
|
|
76
120
|
}
|