@dcloudio/uni-app-x 0.7.86 → 0.7.88
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 +3 -2
- package/types/dom2-internal/UniNativeTextView.d.ts +23 -0
- package/types/dom2-internal/global.d.ts +3 -0
- package/types/dom2-internal/sharedData.d.ts +22 -11
- package/types/native/UniPage.d.ts +3 -3
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +22 -11
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +8 -8
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +47 -47
- package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +2 -45
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +65 -0
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +41 -41
- package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/interface.d.ts +28 -28
- package/types/uni/uts-plugin-component/global.d.ts +17 -0
- package/types/uni/uts-plugin-component/index.d.ts +17 -0
- package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/global.d.ts +25 -0
- package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/index.d.ts +12 -0
- package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/interface.d.ts +968 -0
- package/types/uni/uts-plugin-component/lib/uni-form-global/utssdk/global.d.ts +9 -0
- package/types/uni/uts-plugin-component/lib/uni-form-global/utssdk/index.d.ts +5 -0
- package/types/uni/uts-plugin-component/lib/uni-form-global/utssdk/interface.d.ts +2 -0
- package/types/uni/uts-plugin-component/lib/uni-match-media-global/utssdk/global.d.ts +9 -0
- package/types/uni/uts-plugin-component/lib/uni-match-media-global/utssdk/index.d.ts +5 -0
- package/types/uni/uts-plugin-component/lib/uni-match-media-global/utssdk/interface.d.ts +2 -0
- package/types/uni/uts-plugin-component/lib/uni-navigator-global/utssdk/global.d.ts +9 -0
- package/types/uni/uts-plugin-component/lib/uni-navigator-global/utssdk/index.d.ts +5 -0
- package/types/uni/uts-plugin-component/lib/uni-navigator-global/utssdk/interface.d.ts +2 -0
- package/types/uni/uts-plugin-component/lib/uni-progress-global/utssdk/global.d.ts +9 -0
- package/types/uni/uts-plugin-component/lib/uni-progress-global/utssdk/index.d.ts +5 -0
- package/types/uni/uts-plugin-component/lib/uni-progress-global/utssdk/interface.d.ts +2 -0
- package/types/uni/uts-plugin-component/lib/uni-rich-text-global/utssdk/global.d.ts +11 -0
- package/types/uni/uts-plugin-component/lib/uni-rich-text-global/utssdk/index.d.ts +6 -0
- package/types/uni/uts-plugin-component/lib/uni-rich-text-global/utssdk/interface.d.ts +7 -0
|
@@ -366,6 +366,71 @@ export type RequestOptions<T> = {
|
|
|
366
366
|
}
|
|
367
367
|
*/
|
|
368
368
|
timeout?: number | null,
|
|
369
|
+
/**
|
|
370
|
+
* 是否开启 Quic/h3 协议
|
|
371
|
+
* @defaultValue false
|
|
372
|
+
* @uniPlatform
|
|
373
|
+
{
|
|
374
|
+
"app": {
|
|
375
|
+
"android": {
|
|
376
|
+
"osVer": "6.0",
|
|
377
|
+
"uniVer": "x",
|
|
378
|
+
"uniUtsPlugin": "5.0",
|
|
379
|
+
"unixVer": "5.0"
|
|
380
|
+
},
|
|
381
|
+
"ios": {
|
|
382
|
+
"osVer": "x",
|
|
383
|
+
"uniVer": "x",
|
|
384
|
+
"uniUtsPlugin": "x",
|
|
385
|
+
"unixVer": "5.0",
|
|
386
|
+
"unixUtsPlugin": "5.0"
|
|
387
|
+
}
|
|
388
|
+
},
|
|
389
|
+
* "mp": {
|
|
390
|
+
* "weixin": {
|
|
391
|
+
* "hostVer": "√",
|
|
392
|
+
* "uniVer": "√",
|
|
393
|
+
* "unixVer": "x"
|
|
394
|
+
* },
|
|
395
|
+
* "alipay": {
|
|
396
|
+
* "hostVer": "x",
|
|
397
|
+
* "uniVer": "x",
|
|
398
|
+
* "unixVer": "x"
|
|
399
|
+
* },
|
|
400
|
+
* "baidu": {
|
|
401
|
+
* "hostVer": "x",
|
|
402
|
+
* "uniVer": "x",
|
|
403
|
+
* "unixVer": "x"
|
|
404
|
+
* },
|
|
405
|
+
* "toutiao": {
|
|
406
|
+
* "hostVer": "x",
|
|
407
|
+
* "uniVer": "x",
|
|
408
|
+
* "unixVer": "x"
|
|
409
|
+
* },
|
|
410
|
+
* "lark": {
|
|
411
|
+
* "hostVer": "x",
|
|
412
|
+
* "uniVer": "x",
|
|
413
|
+
* "unixVer": "x"
|
|
414
|
+
* },
|
|
415
|
+
* "qq": {
|
|
416
|
+
* "hostVer": "x",
|
|
417
|
+
* "uniVer": "x",
|
|
418
|
+
* "unixVer": "x"
|
|
419
|
+
* },
|
|
420
|
+
* "kuaishou": {
|
|
421
|
+
* "hostVer": "x",
|
|
422
|
+
* "uniVer": "x",
|
|
423
|
+
* "unixVer": "x"
|
|
424
|
+
* },
|
|
425
|
+
* "jd": {
|
|
426
|
+
* "hostVer": "x",
|
|
427
|
+
* "uniVer": "x",
|
|
428
|
+
* "unixVer": "x"
|
|
429
|
+
* }
|
|
430
|
+
* }
|
|
431
|
+
}
|
|
432
|
+
*/
|
|
433
|
+
enableQuic?: boolean | null,
|
|
369
434
|
/**
|
|
370
435
|
* 如果设为 json,会对返回的数据进行一次 JSON.parse,非 json 不会进行 JSON.parse
|
|
371
436
|
* @defaultValue "json"
|
|
@@ -312,7 +312,7 @@ export type Icon =
|
|
|
312
312
|
*/
|
|
313
313
|
"error" |
|
|
314
314
|
/**
|
|
315
|
-
* 显示错误图标,此时title
|
|
315
|
+
* 显示错误图标,此时title文本无长度显示,支付宝、抖音小程序生效
|
|
316
316
|
* @uniPlatform
|
|
317
317
|
{
|
|
318
318
|
"app": {
|
|
@@ -332,9 +332,9 @@ export type Icon =
|
|
|
332
332
|
},
|
|
333
333
|
"mp": {
|
|
334
334
|
"weixin": {
|
|
335
|
-
"hostVer": "
|
|
336
|
-
"uniVer": "
|
|
337
|
-
"unixVer": "
|
|
335
|
+
"hostVer": "x",
|
|
336
|
+
"uniVer": "x",
|
|
337
|
+
"unixVer": "x"
|
|
338
338
|
},
|
|
339
339
|
"alipay": {
|
|
340
340
|
"hostVer": "√",
|
|
@@ -342,67 +342,67 @@ export type Icon =
|
|
|
342
342
|
"unixVer": "x"
|
|
343
343
|
},
|
|
344
344
|
"baidu": {
|
|
345
|
-
"hostVer": "
|
|
346
|
-
"uniVer": "
|
|
345
|
+
"hostVer": "x",
|
|
346
|
+
"uniVer": "x",
|
|
347
347
|
"unixVer": "x"
|
|
348
348
|
},
|
|
349
349
|
"toutiao": {
|
|
350
|
-
"hostVer": "
|
|
351
|
-
"uniVer": "
|
|
350
|
+
"hostVer": "x",
|
|
351
|
+
"uniVer": "x",
|
|
352
352
|
"unixVer": "x"
|
|
353
353
|
},
|
|
354
354
|
"lark": {
|
|
355
|
-
"hostVer": "
|
|
356
|
-
"uniVer": "
|
|
355
|
+
"hostVer": "x",
|
|
356
|
+
"uniVer": "x",
|
|
357
357
|
"unixVer": "x"
|
|
358
358
|
},
|
|
359
359
|
"qq": {
|
|
360
|
-
"hostVer": "
|
|
361
|
-
"uniVer": "
|
|
360
|
+
"hostVer": "x",
|
|
361
|
+
"uniVer": "x",
|
|
362
362
|
"unixVer": "x"
|
|
363
363
|
},
|
|
364
364
|
"kuaishou": {
|
|
365
|
-
"hostVer": "
|
|
366
|
-
"uniVer": "
|
|
365
|
+
"hostVer": "x",
|
|
366
|
+
"uniVer": "x",
|
|
367
367
|
"unixVer": "x"
|
|
368
368
|
},
|
|
369
369
|
"jd": {
|
|
370
|
-
"hostVer": "
|
|
371
|
-
"uniVer": "
|
|
370
|
+
"hostVer": "x",
|
|
371
|
+
"uniVer": "x",
|
|
372
372
|
"unixVer": "x"
|
|
373
373
|
}
|
|
374
374
|
},
|
|
375
375
|
"web": {
|
|
376
|
-
"uniVer": "
|
|
376
|
+
"uniVer": "x",
|
|
377
377
|
"unixVer": "x"
|
|
378
378
|
}
|
|
379
379
|
}
|
|
380
380
|
*/
|
|
381
381
|
"fail" |
|
|
382
382
|
/**
|
|
383
|
-
* 显示异常图标,此时title
|
|
383
|
+
* 显示异常图标,此时title文本无长度显示,支付宝小程序生效
|
|
384
384
|
* @uniPlatform
|
|
385
385
|
{
|
|
386
386
|
"app": {
|
|
387
387
|
"android": {
|
|
388
388
|
"osVer": "5.0",
|
|
389
|
-
"uniVer": "
|
|
390
|
-
"uniUtsPlugin": "
|
|
391
|
-
"unixVer": "
|
|
389
|
+
"uniVer": "x",
|
|
390
|
+
"uniUtsPlugin": "x",
|
|
391
|
+
"unixVer": "x"
|
|
392
392
|
},
|
|
393
393
|
"ios": {
|
|
394
394
|
"osVer": "12.0",
|
|
395
|
-
"uniVer": "
|
|
396
|
-
"uniUtsPlugin": "
|
|
397
|
-
"unixVer": "
|
|
398
|
-
"unixUtsPlugin": "
|
|
395
|
+
"uniVer": "x",
|
|
396
|
+
"uniUtsPlugin": "x",
|
|
397
|
+
"unixVer": "x",
|
|
398
|
+
"unixUtsPlugin": "x"
|
|
399
399
|
}
|
|
400
400
|
},
|
|
401
401
|
"mp": {
|
|
402
402
|
"weixin": {
|
|
403
|
-
"hostVer": "
|
|
404
|
-
"uniVer": "
|
|
405
|
-
"unixVer": "
|
|
403
|
+
"hostVer": "x",
|
|
404
|
+
"uniVer": "x",
|
|
405
|
+
"unixVer": "x"
|
|
406
406
|
},
|
|
407
407
|
"alipay": {
|
|
408
408
|
"hostVer": "√",
|
|
@@ -410,38 +410,38 @@ export type Icon =
|
|
|
410
410
|
"unixVer": "x"
|
|
411
411
|
},
|
|
412
412
|
"baidu": {
|
|
413
|
-
"hostVer": "
|
|
414
|
-
"uniVer": "
|
|
413
|
+
"hostVer": "x",
|
|
414
|
+
"uniVer": "x",
|
|
415
415
|
"unixVer": "x"
|
|
416
416
|
},
|
|
417
417
|
"toutiao": {
|
|
418
|
-
"hostVer": "
|
|
419
|
-
"uniVer": "
|
|
418
|
+
"hostVer": "x",
|
|
419
|
+
"uniVer": "x",
|
|
420
420
|
"unixVer": "x"
|
|
421
421
|
},
|
|
422
422
|
"lark": {
|
|
423
|
-
"hostVer": "
|
|
424
|
-
"uniVer": "
|
|
423
|
+
"hostVer": "x",
|
|
424
|
+
"uniVer": "x",
|
|
425
425
|
"unixVer": "x"
|
|
426
426
|
},
|
|
427
427
|
"qq": {
|
|
428
|
-
"hostVer": "
|
|
429
|
-
"uniVer": "
|
|
428
|
+
"hostVer": "x",
|
|
429
|
+
"uniVer": "x",
|
|
430
430
|
"unixVer": "x"
|
|
431
431
|
},
|
|
432
432
|
"kuaishou": {
|
|
433
|
-
"hostVer": "
|
|
434
|
-
"uniVer": "
|
|
433
|
+
"hostVer": "x",
|
|
434
|
+
"uniVer": "x",
|
|
435
435
|
"unixVer": "x"
|
|
436
436
|
},
|
|
437
437
|
"jd": {
|
|
438
|
-
"hostVer": "
|
|
439
|
-
"uniVer": "
|
|
438
|
+
"hostVer": "x",
|
|
439
|
+
"uniVer": "x",
|
|
440
440
|
"unixVer": "x"
|
|
441
441
|
}
|
|
442
442
|
},
|
|
443
443
|
"web": {
|
|
444
|
-
"uniVer": "
|
|
444
|
+
"uniVer": "x",
|
|
445
445
|
"unixVer": "x"
|
|
446
446
|
}
|
|
447
447
|
}
|
|
@@ -1301,18 +1301,18 @@ export interface RecorderManager {
|
|
|
1301
1301
|
* "android": {
|
|
1302
1302
|
* "osVer": "5.0",
|
|
1303
1303
|
* "uniVer": "√",
|
|
1304
|
-
* "unixVer": "
|
|
1304
|
+
* "unixVer": "5.0"
|
|
1305
1305
|
* },
|
|
1306
1306
|
* "ios": {
|
|
1307
1307
|
* "osVer": "12.0",
|
|
1308
1308
|
* "uniVer": "√",
|
|
1309
|
-
* "unixVer": "
|
|
1310
|
-
* "unixUtsPlugin": "
|
|
1309
|
+
* "unixVer": "5.0",
|
|
1310
|
+
* "unixUtsPlugin": "5.0"
|
|
1311
1311
|
* },
|
|
1312
1312
|
* "harmony": {
|
|
1313
1313
|
* "osVer": "5.0.0",
|
|
1314
1314
|
* "uniVer": "x",
|
|
1315
|
-
* "unixVer": "
|
|
1315
|
+
* "unixVer": "5.0"
|
|
1316
1316
|
* }
|
|
1317
1317
|
* },
|
|
1318
1318
|
* "web": {
|
|
@@ -1448,18 +1448,18 @@ export interface RecorderManager {
|
|
|
1448
1448
|
* "android": {
|
|
1449
1449
|
* "osVer": "7.0",
|
|
1450
1450
|
* "uniVer": "x",
|
|
1451
|
-
* "unixVer": "
|
|
1451
|
+
* "unixVer": "5.0"
|
|
1452
1452
|
* },
|
|
1453
1453
|
* "ios": {
|
|
1454
1454
|
* "osVer": "12.0",
|
|
1455
1455
|
* "uniVer": "√",
|
|
1456
|
-
* "unixVer": "
|
|
1457
|
-
* "unixUtsPlugin": "
|
|
1456
|
+
* "unixVer": "5.0",
|
|
1457
|
+
* "unixUtsPlugin": "5.0"
|
|
1458
1458
|
* },
|
|
1459
1459
|
* "harmony": {
|
|
1460
1460
|
* "osVer": "5.0.0",
|
|
1461
1461
|
* "uniVer": "x",
|
|
1462
|
-
* "unixVer": "
|
|
1462
|
+
* "unixVer": "5.0"
|
|
1463
1463
|
* }
|
|
1464
1464
|
* },
|
|
1465
1465
|
* "web": {
|
|
@@ -1596,18 +1596,18 @@ export interface RecorderManager {
|
|
|
1596
1596
|
* "android": {
|
|
1597
1597
|
* "osVer": "5.0",
|
|
1598
1598
|
* "uniVer": "√",
|
|
1599
|
-
* "unixVer": "
|
|
1599
|
+
* "unixVer": "5.0"
|
|
1600
1600
|
* },
|
|
1601
1601
|
* "ios": {
|
|
1602
1602
|
* "osVer": "12.0",
|
|
1603
1603
|
* "uniVer": "√",
|
|
1604
|
-
* "unixVer": "
|
|
1605
|
-
* "unixUtsPlugin": "
|
|
1604
|
+
* "unixVer": "5.0",
|
|
1605
|
+
* "unixUtsPlugin": "5.0"
|
|
1606
1606
|
* },
|
|
1607
1607
|
* "harmony": {
|
|
1608
1608
|
* "osVer": "5.0.0",
|
|
1609
1609
|
* "uniVer": "x",
|
|
1610
|
-
* "unixVer": "
|
|
1610
|
+
* "unixVer": "5.0"
|
|
1611
1611
|
* }
|
|
1612
1612
|
* },
|
|
1613
1613
|
* "web": {
|
|
@@ -1891,18 +1891,18 @@ export interface RecorderManager {
|
|
|
1891
1891
|
* "android": {
|
|
1892
1892
|
* "osVer": "5.0",
|
|
1893
1893
|
* "uniVer": "√",
|
|
1894
|
-
* "unixVer": "
|
|
1894
|
+
* "unixVer": "5.0"
|
|
1895
1895
|
* },
|
|
1896
1896
|
* "ios": {
|
|
1897
1897
|
* "osVer": "12.0",
|
|
1898
1898
|
* "uniVer": "v",
|
|
1899
|
-
* "unixVer": "
|
|
1900
|
-
* "unixUtsPlugin": "
|
|
1899
|
+
* "unixVer": "5.0",
|
|
1900
|
+
* "unixUtsPlugin": "5.0"
|
|
1901
1901
|
* },
|
|
1902
1902
|
* "harmony": {
|
|
1903
1903
|
* "osVer": "5.0.0",
|
|
1904
1904
|
* "uniVer": "x",
|
|
1905
|
-
* "unixVer": "
|
|
1905
|
+
* "unixVer": "5.0"
|
|
1906
1906
|
* }
|
|
1907
1907
|
* },
|
|
1908
1908
|
* "web": {
|
|
@@ -2039,18 +2039,18 @@ export interface RecorderManager {
|
|
|
2039
2039
|
* "android": {
|
|
2040
2040
|
* "osVer": "7.0",
|
|
2041
2041
|
* "uniVer": "x",
|
|
2042
|
-
* "unixVer": "
|
|
2042
|
+
* "unixVer": "5.0"
|
|
2043
2043
|
* },
|
|
2044
2044
|
* "ios": {
|
|
2045
2045
|
* "osVer": "12.0",
|
|
2046
2046
|
* "uniVer": "x",
|
|
2047
|
-
* "unixVer": "
|
|
2048
|
-
* "unixUtsPlugin": "
|
|
2047
|
+
* "unixVer": "5.0",
|
|
2048
|
+
* "unixUtsPlugin": "5.0"
|
|
2049
2049
|
* },
|
|
2050
2050
|
* "harmony": {
|
|
2051
2051
|
* "osVer": "5.0.0",
|
|
2052
2052
|
* "uniVer": "x",
|
|
2053
|
-
* "unixVer": "
|
|
2053
|
+
* "unixVer": "5.0"
|
|
2054
2054
|
* }
|
|
2055
2055
|
* },
|
|
2056
2056
|
* "web": {
|
|
@@ -2187,18 +2187,18 @@ export interface RecorderManager {
|
|
|
2187
2187
|
* "android": {
|
|
2188
2188
|
* "osVer": "5.0",
|
|
2189
2189
|
* "uniVer": "x",
|
|
2190
|
-
* "unixVer": "
|
|
2190
|
+
* "unixVer": "5.0"
|
|
2191
2191
|
* },
|
|
2192
2192
|
* "ios": {
|
|
2193
2193
|
* "osVer": "12.0",
|
|
2194
2194
|
* "uniVer": "x",
|
|
2195
|
-
* "unixVer": "
|
|
2196
|
-
* "unixUtsPlugin": "
|
|
2195
|
+
* "unixVer": "5.0",
|
|
2196
|
+
* "unixUtsPlugin": "5.0"
|
|
2197
2197
|
* },
|
|
2198
2198
|
* "harmony": {
|
|
2199
2199
|
* "osVer": "5.0.0",
|
|
2200
2200
|
* "uniVer": "x",
|
|
2201
|
-
* "unixVer": "
|
|
2201
|
+
* "unixVer": "5.0"
|
|
2202
2202
|
* }
|
|
2203
2203
|
* },
|
|
2204
2204
|
* "web": {
|
|
@@ -2334,18 +2334,18 @@ export interface RecorderManager {
|
|
|
2334
2334
|
* "android": {
|
|
2335
2335
|
* "osVer": "5.0",
|
|
2336
2336
|
* "uniVer": "x",
|
|
2337
|
-
* "unixVer": "
|
|
2337
|
+
* "unixVer": "5.0"
|
|
2338
2338
|
* },
|
|
2339
2339
|
* "ios": {
|
|
2340
2340
|
* "osVer": "12.0",
|
|
2341
2341
|
* "uniVer": "x",
|
|
2342
|
-
* "unixVer": "
|
|
2343
|
-
* "unixUtsPlugin": "
|
|
2342
|
+
* "unixVer": "5.0",
|
|
2343
|
+
* "unixUtsPlugin": "5.0"
|
|
2344
2344
|
* },
|
|
2345
2345
|
* "harmony": {
|
|
2346
2346
|
* "osVer": "5.0.0",
|
|
2347
2347
|
* "uniVer": "x",
|
|
2348
|
-
* "unixVer": "
|
|
2348
|
+
* "unixVer": "5.0"
|
|
2349
2349
|
* }
|
|
2350
2350
|
* },
|
|
2351
2351
|
* "web": {
|
|
@@ -1,8 +1,25 @@
|
|
|
1
1
|
/// <reference path='./lib/uni-web-view-global/utssdk/global.d.ts' />
|
|
2
2
|
/// <reference path='./lib/uni-video-global/utssdk/global.d.ts' />
|
|
3
|
+
/// <reference path='./lib/uni-rich-text-global/utssdk/global.d.ts' />
|
|
4
|
+
/// <reference path='./lib/uni-progress-global/utssdk/global.d.ts' />
|
|
5
|
+
/// <reference path='./lib/uni-navigator-global/utssdk/global.d.ts' />
|
|
6
|
+
/// <reference path='./lib/uni-match-media-global/utssdk/global.d.ts' />
|
|
7
|
+
/// <reference path='./lib/uni-form-global/utssdk/global.d.ts' />
|
|
8
|
+
/// <reference path='./lib/uni-form-global/utssdk/global.d.ts' />
|
|
9
|
+
/// <reference path='./lib/uni-form-global/utssdk/global.d.ts' />
|
|
10
|
+
/// <reference path='./lib/uni-form-global/utssdk/global.d.ts' />
|
|
11
|
+
/// <reference path='./lib/uni-form-global/utssdk/global.d.ts' />
|
|
12
|
+
/// <reference path='./lib/uni-form-global/utssdk/global.d.ts' />
|
|
13
|
+
/// <reference path='./lib/uni-form-global/utssdk/global.d.ts' />
|
|
14
|
+
/// <reference path='./lib/uni-form-global/utssdk/global.d.ts' />
|
|
15
|
+
/// <reference path='./lib/uni-form-global/utssdk/global.d.ts' />
|
|
16
|
+
/// <reference path='./lib/uni-form-global/utssdk/global.d.ts' />
|
|
17
|
+
/// <reference path='./lib/uni-form-global/utssdk/global.d.ts' />
|
|
18
|
+
/// <reference path='./lib/uni-form-global/utssdk/global.d.ts' />
|
|
3
19
|
/// <reference path='./lib/uni-camera-global/utssdk/global.d.ts' />
|
|
4
20
|
/// <reference path='./lib/uni-map-tencent-global/utssdk/global.d.ts' />
|
|
5
21
|
/// <reference path='./lib/uni-camera/utssdk/global.d.ts' />
|
|
22
|
+
/// <reference path='./lib/uni-canvas-dom2/utssdk/global.d.ts' />
|
|
6
23
|
/// <reference path='./lib/uni-canvas/utssdk/global.d.ts' />
|
|
7
24
|
/// <reference path='./lib/uni-input/utssdk/global.d.ts' />
|
|
8
25
|
/// <reference path='./lib/uni-textarea/utssdk/global.d.ts' />
|
|
@@ -1,8 +1,25 @@
|
|
|
1
1
|
export * from './lib/uni-web-view-global/utssdk'
|
|
2
2
|
export * from './lib/uni-video-global/utssdk'
|
|
3
|
+
export * from './lib/uni-rich-text-global/utssdk'
|
|
4
|
+
export * from './lib/uni-progress-global/utssdk'
|
|
5
|
+
export * from './lib/uni-navigator-global/utssdk'
|
|
6
|
+
export * from './lib/uni-match-media-global/utssdk'
|
|
7
|
+
export * from './lib/uni-form-global/utssdk'
|
|
8
|
+
export * from './lib/uni-form-global/utssdk'
|
|
9
|
+
export * from './lib/uni-form-global/utssdk'
|
|
10
|
+
export * from './lib/uni-form-global/utssdk'
|
|
11
|
+
export * from './lib/uni-form-global/utssdk'
|
|
12
|
+
export * from './lib/uni-form-global/utssdk'
|
|
13
|
+
export * from './lib/uni-form-global/utssdk'
|
|
14
|
+
export * from './lib/uni-form-global/utssdk'
|
|
15
|
+
export * from './lib/uni-form-global/utssdk'
|
|
16
|
+
export * from './lib/uni-form-global/utssdk'
|
|
17
|
+
export * from './lib/uni-form-global/utssdk'
|
|
18
|
+
export * from './lib/uni-form-global/utssdk'
|
|
3
19
|
export * from './lib/uni-camera-global/utssdk'
|
|
4
20
|
export * from './lib/uni-map-tencent-global/utssdk'
|
|
5
21
|
export * from './lib/uni-camera/utssdk'
|
|
22
|
+
export * from './lib/uni-canvas-dom2/utssdk'
|
|
6
23
|
export * from './lib/uni-canvas/utssdk'
|
|
7
24
|
export * from './lib/uni-input/utssdk'
|
|
8
25
|
export * from './lib/uni-textarea/utssdk'
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
// 本文件为自动构建生成
|
|
2
|
+
import {
|
|
3
|
+
CreateCanvasContextAsyncSuccessCallback as CreateCanvasContextAsyncSuccessCallbackOrigin,
|
|
4
|
+
CreateCanvasContextAsyncFailCallback as CreateCanvasContextAsyncFailCallbackOrigin,
|
|
5
|
+
CreateCanvasContextAsyncCompleteCallback as CreateCanvasContextAsyncCompleteCallbackOrigin,
|
|
6
|
+
RequestAnimationFrameCallback as RequestAnimationFrameCallbackOrigin,
|
|
7
|
+
CanvasContextToBlobCallback as CanvasContextToBlobCallbackOrigin,
|
|
8
|
+
CanvasContext as CanvasContextOrigin,
|
|
9
|
+
CreateCanvasContextAsyncOptions as CreateCanvasContextAsyncOptionsOrigin,
|
|
10
|
+
CreateCanvasContextAsync as CreateCanvasContextAsyncOrigin,
|
|
11
|
+
Uni as UniOrigin
|
|
12
|
+
} from './interface'
|
|
13
|
+
|
|
14
|
+
declare global {
|
|
15
|
+
type CreateCanvasContextAsyncSuccessCallback = CreateCanvasContextAsyncSuccessCallbackOrigin
|
|
16
|
+
type CreateCanvasContextAsyncFailCallback = CreateCanvasContextAsyncFailCallbackOrigin
|
|
17
|
+
type CreateCanvasContextAsyncCompleteCallback = CreateCanvasContextAsyncCompleteCallbackOrigin
|
|
18
|
+
type RequestAnimationFrameCallback = RequestAnimationFrameCallbackOrigin
|
|
19
|
+
type CanvasContextToBlobCallback = CanvasContextToBlobCallbackOrigin
|
|
20
|
+
type CanvasContext = CanvasContextOrigin
|
|
21
|
+
type CreateCanvasContextAsyncOptions = CreateCanvasContextAsyncOptionsOrigin
|
|
22
|
+
type CreateCanvasContextAsync = CreateCanvasContextAsyncOrigin
|
|
23
|
+
interface Uni extends UniOrigin { }
|
|
24
|
+
}
|
|
25
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// 本文件为自动构建生成
|
|
2
|
+
export {
|
|
3
|
+
CreateCanvasContextAsyncSuccessCallback,
|
|
4
|
+
CreateCanvasContextAsyncFailCallback,
|
|
5
|
+
CreateCanvasContextAsyncCompleteCallback,
|
|
6
|
+
RequestAnimationFrameCallback,
|
|
7
|
+
CanvasContextToBlobCallback,
|
|
8
|
+
CanvasContext,
|
|
9
|
+
CreateCanvasContextAsyncOptions,
|
|
10
|
+
CreateCanvasContextAsync,
|
|
11
|
+
} from './interface'
|
|
12
|
+
|