@dcloudio/uni-app-x 0.7.45 → 0.7.47
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 +9 -9
- package/types/native/CanvasRenderingContext2D.d.ts +64 -1
- package/types/native/IUniElement.d.ts +1 -1
- package/types/native/IUniNativeViewElement.d.ts +6 -0
- package/types/native/UniAnimation.d.ts +9 -4
- package/types/native/global.d.ts +2 -0
- package/types/native/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +74 -427
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +6 -6
- 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 +18 -18
- package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +8 -8
- package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +4 -4
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-document/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +8 -8
- package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +5 -5
- package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +14 -14
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +246 -92
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +20 -20
- package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +20 -20
- package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +14 -14
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +5 -5
- package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +11 -11
- 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 +91 -91
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +7 -7
- 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 +1 -1
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +4 -2
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +114 -428
- package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +9 -9
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +41 -41
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +8 -8
- package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +253 -339
- package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +3 -3
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +18 -18
- package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/interface.d.ts +5 -5
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +49 -49
- 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 +30 -30
- package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +8 -8
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +10 -10
- package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +9 -9
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +21 -21
- package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/interface.d.ts +40 -12
- package/types/uni/uts-plugin-biz/lib/uni-facialRecognitionVerify/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +244 -244
- package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +16 -16
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +30 -30
- package/uts-plugin.d.ts +2 -0
- package/types/uni/uts-plugin-extend/README.md +0 -3
|
@@ -26,7 +26,7 @@ export type SetNavigationBarColorOptions = {
|
|
|
26
26
|
* "harmony": {
|
|
27
27
|
* "osVer": "3.0",
|
|
28
28
|
* "uniVer": "4.23",
|
|
29
|
-
* "unixVer": "
|
|
29
|
+
* "unixVer": "4.61"
|
|
30
30
|
* }
|
|
31
31
|
* },
|
|
32
32
|
* "mp": {
|
|
@@ -104,7 +104,7 @@ export type SetNavigationBarColorOptions = {
|
|
|
104
104
|
* "harmony": {
|
|
105
105
|
* "osVer": "3.0",
|
|
106
106
|
* "uniVer": "4.23",
|
|
107
|
-
* "unixVer": "
|
|
107
|
+
* "unixVer": "4.61"
|
|
108
108
|
* }
|
|
109
109
|
* },
|
|
110
110
|
* "mp": {
|
|
@@ -444,7 +444,7 @@ export type SetNavigationBarTitleOptions = {
|
|
|
444
444
|
* "harmony": {
|
|
445
445
|
* "osVer": "3.0",
|
|
446
446
|
* "uniVer": "4.23",
|
|
447
|
-
* "unixVer": "
|
|
447
|
+
* "unixVer": "4.61"
|
|
448
448
|
* }
|
|
449
449
|
* },
|
|
450
450
|
* "mp": {
|
|
@@ -772,7 +772,7 @@ export interface Uni {
|
|
|
772
772
|
* "harmony": {
|
|
773
773
|
* "osVer": "3.0",
|
|
774
774
|
* "uniVer": "4.23",
|
|
775
|
-
* "unixVer": "
|
|
775
|
+
* "unixVer": "4.61"
|
|
776
776
|
* }
|
|
777
777
|
* },
|
|
778
778
|
* "mp": {
|
|
@@ -849,7 +849,7 @@ export interface Uni {
|
|
|
849
849
|
* "harmony": {
|
|
850
850
|
* "osVer": "3.0",
|
|
851
851
|
* "uniVer": "4.23",
|
|
852
|
-
* "unixVer": "
|
|
852
|
+
* "unixVer": "4.61"
|
|
853
853
|
* }
|
|
854
854
|
* },
|
|
855
855
|
* "mp": {
|
|
@@ -925,7 +925,7 @@ export interface Uni {
|
|
|
925
925
|
* "harmony": {
|
|
926
926
|
* "osVer": "3.0",
|
|
927
927
|
* "uniVer": "4.31",
|
|
928
|
-
* "unixVer": "
|
|
928
|
+
* "unixVer": "4.61"
|
|
929
929
|
* }
|
|
930
930
|
* },
|
|
931
931
|
* "mp": {
|
|
@@ -977,7 +977,7 @@ export interface Uni {
|
|
|
977
977
|
* }
|
|
978
978
|
* @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/ui/navigation-bar/wx.showNavigationBarLoading.html
|
|
979
979
|
*/
|
|
980
|
-
showNavigationBarLoading:
|
|
980
|
+
showNavigationBarLoading(options?: ShowNavigationBarLoadingOptions | null): void
|
|
981
981
|
|
|
982
982
|
/**
|
|
983
983
|
* 隐藏导航条加载动画
|
|
@@ -999,7 +999,7 @@ export interface Uni {
|
|
|
999
999
|
* "harmony": {
|
|
1000
1000
|
* "osVer": "3.0",
|
|
1001
1001
|
* "uniVer": "4.31",
|
|
1002
|
-
* "unixVer": "
|
|
1002
|
+
* "unixVer": "4.61"
|
|
1003
1003
|
* }
|
|
1004
1004
|
* },
|
|
1005
1005
|
* "mp": {
|
|
@@ -1051,7 +1051,7 @@ export interface Uni {
|
|
|
1051
1051
|
* }
|
|
1052
1052
|
* @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/ui/navigation-bar/wx.hideNavigationBarLoading.html
|
|
1053
1053
|
*/
|
|
1054
|
-
hideNavigationBarLoading:
|
|
1054
|
+
hideNavigationBarLoading(options?: HideNavigationBarLoadingOptions | null): void
|
|
1055
1055
|
}
|
|
1056
1056
|
|
|
1057
1057
|
/**
|
|
@@ -27,7 +27,7 @@ export type RequestOptions<T> = {
|
|
|
27
27
|
"harmony": {
|
|
28
28
|
"osVer": "3.0",
|
|
29
29
|
"uniVer": "4.23",
|
|
30
|
-
"unixVer": "
|
|
30
|
+
"unixVer": "4.61"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
* "mp": {
|
|
@@ -103,7 +103,7 @@ export type RequestOptions<T> = {
|
|
|
103
103
|
"harmony": {
|
|
104
104
|
"osVer": "3.0",
|
|
105
105
|
"uniVer": "4.23",
|
|
106
|
-
"unixVer": "
|
|
106
|
+
"unixVer": "4.61"
|
|
107
107
|
}
|
|
108
108
|
},
|
|
109
109
|
* "mp": {
|
|
@@ -178,7 +178,7 @@ export type RequestOptions<T> = {
|
|
|
178
178
|
"harmony": {
|
|
179
179
|
"osVer": "3.0",
|
|
180
180
|
"uniVer": "4.23",
|
|
181
|
-
"unixVer": "
|
|
181
|
+
"unixVer": "4.61"
|
|
182
182
|
}
|
|
183
183
|
},
|
|
184
184
|
* "mp": {
|
|
@@ -253,7 +253,7 @@ export type RequestOptions<T> = {
|
|
|
253
253
|
"harmony": {
|
|
254
254
|
"osVer": "3.0",
|
|
255
255
|
"uniVer": "4.23",
|
|
256
|
-
"unixVer": "
|
|
256
|
+
"unixVer": "4.61"
|
|
257
257
|
}
|
|
258
258
|
},
|
|
259
259
|
* "mp": {
|
|
@@ -583,7 +583,7 @@ export type RequestSuccess<T> = {
|
|
|
583
583
|
"harmony": {
|
|
584
584
|
"osVer": "3.0",
|
|
585
585
|
"uniVer": "4.23",
|
|
586
|
-
"unixVer": "
|
|
586
|
+
"unixVer": "4.61"
|
|
587
587
|
}
|
|
588
588
|
},
|
|
589
589
|
* "mp": {
|
|
@@ -657,7 +657,7 @@ export type RequestSuccess<T> = {
|
|
|
657
657
|
"harmony": {
|
|
658
658
|
"osVer": "3.0",
|
|
659
659
|
"uniVer": "4.23",
|
|
660
|
-
"unixVer": "
|
|
660
|
+
"unixVer": "4.61"
|
|
661
661
|
}
|
|
662
662
|
},
|
|
663
663
|
* "mp": {
|
|
@@ -731,7 +731,7 @@ export type RequestSuccess<T> = {
|
|
|
731
731
|
"harmony": {
|
|
732
732
|
"osVer": "3.0",
|
|
733
733
|
"uniVer": "4.23",
|
|
734
|
-
"unixVer": "
|
|
734
|
+
"unixVer": "4.61"
|
|
735
735
|
}
|
|
736
736
|
},
|
|
737
737
|
* "mp": {
|
|
@@ -805,7 +805,7 @@ export type RequestSuccess<T> = {
|
|
|
805
805
|
"harmony": {
|
|
806
806
|
"osVer": "3.0",
|
|
807
807
|
"uniVer": "4.23",
|
|
808
|
-
"unixVer": "
|
|
808
|
+
"unixVer": "4.61"
|
|
809
809
|
}
|
|
810
810
|
},
|
|
811
811
|
"web": {
|
|
@@ -924,7 +924,7 @@ export interface RequestTask {
|
|
|
924
924
|
"harmony": {
|
|
925
925
|
"osVer": "3.0",
|
|
926
926
|
"uniVer": "4.23",
|
|
927
|
-
"unixVer": "
|
|
927
|
+
"unixVer": "4.61"
|
|
928
928
|
}
|
|
929
929
|
},
|
|
930
930
|
* "mp": {
|
|
@@ -1014,7 +1014,7 @@ export type UploadFileOptionFiles = {
|
|
|
1014
1014
|
"harmony": {
|
|
1015
1015
|
"osVer": "3.0",
|
|
1016
1016
|
"uniVer": "4.23",
|
|
1017
|
-
"unixVer": "
|
|
1017
|
+
"unixVer": "4.61"
|
|
1018
1018
|
}
|
|
1019
1019
|
},
|
|
1020
1020
|
* "mp": {
|
|
@@ -1088,7 +1088,7 @@ export type UploadFileOptionFiles = {
|
|
|
1088
1088
|
"harmony": {
|
|
1089
1089
|
"osVer": "3.0",
|
|
1090
1090
|
"uniVer": "4.23",
|
|
1091
|
-
"unixVer": "
|
|
1091
|
+
"unixVer": "4.61"
|
|
1092
1092
|
}
|
|
1093
1093
|
},
|
|
1094
1094
|
* "mp": {
|
|
@@ -1238,7 +1238,7 @@ export type UploadFileSuccess = {
|
|
|
1238
1238
|
"harmony": {
|
|
1239
1239
|
"osVer": "3.0",
|
|
1240
1240
|
"uniVer": "4.23",
|
|
1241
|
-
"unixVer": "
|
|
1241
|
+
"unixVer": "4.61"
|
|
1242
1242
|
}
|
|
1243
1243
|
},
|
|
1244
1244
|
* "mp": {
|
|
@@ -1312,7 +1312,7 @@ export type UploadFileSuccess = {
|
|
|
1312
1312
|
"harmony": {
|
|
1313
1313
|
"osVer": "3.0",
|
|
1314
1314
|
"uniVer": "4.23",
|
|
1315
|
-
"unixVer": "
|
|
1315
|
+
"unixVer": "4.61"
|
|
1316
1316
|
}
|
|
1317
1317
|
},
|
|
1318
1318
|
* "mp": {
|
|
@@ -1442,7 +1442,7 @@ export type UploadFileOptions = {
|
|
|
1442
1442
|
"harmony": {
|
|
1443
1443
|
"osVer": "3.0",
|
|
1444
1444
|
"uniVer": "4.23",
|
|
1445
|
-
"unixVer": "
|
|
1445
|
+
"unixVer": "4.61"
|
|
1446
1446
|
}
|
|
1447
1447
|
},
|
|
1448
1448
|
* "mp": {
|
|
@@ -1517,7 +1517,7 @@ export type UploadFileOptions = {
|
|
|
1517
1517
|
"harmony": {
|
|
1518
1518
|
"osVer": "3.0",
|
|
1519
1519
|
"uniVer": "4.23",
|
|
1520
|
-
"unixVer": "
|
|
1520
|
+
"unixVer": "4.61"
|
|
1521
1521
|
}
|
|
1522
1522
|
},
|
|
1523
1523
|
* "mp": {
|
|
@@ -1592,7 +1592,7 @@ export type UploadFileOptions = {
|
|
|
1592
1592
|
"harmony": {
|
|
1593
1593
|
"osVer": "3.0",
|
|
1594
1594
|
"uniVer": "4.23",
|
|
1595
|
-
"unixVer": "
|
|
1595
|
+
"unixVer": "4.61"
|
|
1596
1596
|
}
|
|
1597
1597
|
},
|
|
1598
1598
|
* "mp": {
|
|
@@ -1667,7 +1667,7 @@ export type UploadFileOptions = {
|
|
|
1667
1667
|
"harmony": {
|
|
1668
1668
|
"osVer": "3.0",
|
|
1669
1669
|
"uniVer": "4.23",
|
|
1670
|
-
"unixVer": "
|
|
1670
|
+
"unixVer": "4.61"
|
|
1671
1671
|
}
|
|
1672
1672
|
},
|
|
1673
1673
|
* "mp": {
|
|
@@ -1742,7 +1742,7 @@ export type UploadFileOptions = {
|
|
|
1742
1742
|
"harmony": {
|
|
1743
1743
|
"osVer": "3.0",
|
|
1744
1744
|
"uniVer": "4.23",
|
|
1745
|
-
"unixVer": "
|
|
1745
|
+
"unixVer": "4.61"
|
|
1746
1746
|
}
|
|
1747
1747
|
},
|
|
1748
1748
|
* "mp": {
|
|
@@ -1817,7 +1817,7 @@ export type UploadFileOptions = {
|
|
|
1817
1817
|
"harmony": {
|
|
1818
1818
|
"osVer": "3.0",
|
|
1819
1819
|
"uniVer": "4.23",
|
|
1820
|
-
"unixVer": "
|
|
1820
|
+
"unixVer": "4.61"
|
|
1821
1821
|
}
|
|
1822
1822
|
},
|
|
1823
1823
|
* "mp": {
|
|
@@ -1892,7 +1892,7 @@ export type UploadFileOptions = {
|
|
|
1892
1892
|
"harmony": {
|
|
1893
1893
|
"osVer": "3.0",
|
|
1894
1894
|
"uniVer": "4.23",
|
|
1895
|
-
"unixVer": "
|
|
1895
|
+
"unixVer": "4.61"
|
|
1896
1896
|
}
|
|
1897
1897
|
},
|
|
1898
1898
|
* "mp": {
|
|
@@ -2266,7 +2266,7 @@ export type OnProgressUpdateResult = {
|
|
|
2266
2266
|
"harmony": {
|
|
2267
2267
|
"osVer": "3.0",
|
|
2268
2268
|
"uniVer": "4.23",
|
|
2269
|
-
"unixVer": "
|
|
2269
|
+
"unixVer": "4.61"
|
|
2270
2270
|
}
|
|
2271
2271
|
},
|
|
2272
2272
|
* "mp": {
|
|
@@ -2340,7 +2340,7 @@ export type OnProgressUpdateResult = {
|
|
|
2340
2340
|
"harmony": {
|
|
2341
2341
|
"osVer": "3.0",
|
|
2342
2342
|
"uniVer": "4.23",
|
|
2343
|
-
"unixVer": "
|
|
2343
|
+
"unixVer": "4.61"
|
|
2344
2344
|
}
|
|
2345
2345
|
},
|
|
2346
2346
|
* "mp": {
|
|
@@ -2414,7 +2414,7 @@ export type OnProgressUpdateResult = {
|
|
|
2414
2414
|
"harmony": {
|
|
2415
2415
|
"osVer": "3.0",
|
|
2416
2416
|
"uniVer": "4.23",
|
|
2417
|
-
"unixVer": "
|
|
2417
|
+
"unixVer": "4.61"
|
|
2418
2418
|
}
|
|
2419
2419
|
},
|
|
2420
2420
|
* "mp": {
|
|
@@ -2495,7 +2495,7 @@ export interface UploadTask {
|
|
|
2495
2495
|
"harmony": {
|
|
2496
2496
|
"osVer": "3.0",
|
|
2497
2497
|
"uniVer": "4.23",
|
|
2498
|
-
"unixVer": "
|
|
2498
|
+
"unixVer": "4.61"
|
|
2499
2499
|
}
|
|
2500
2500
|
},
|
|
2501
2501
|
* "mp": {
|
|
@@ -2580,7 +2580,7 @@ export interface UploadTask {
|
|
|
2580
2580
|
"harmony": {
|
|
2581
2581
|
"osVer": "3.0",
|
|
2582
2582
|
"uniVer": "4.23",
|
|
2583
|
-
"unixVer": "
|
|
2583
|
+
"unixVer": "4.61"
|
|
2584
2584
|
}
|
|
2585
2585
|
},
|
|
2586
2586
|
* "mp": {
|
|
@@ -2668,7 +2668,7 @@ export type DownloadFileSuccess = {
|
|
|
2668
2668
|
"harmony": {
|
|
2669
2669
|
"osVer": "3.0",
|
|
2670
2670
|
"uniVer": "4.23",
|
|
2671
|
-
"unixVer": "
|
|
2671
|
+
"unixVer": "4.61"
|
|
2672
2672
|
}
|
|
2673
2673
|
},
|
|
2674
2674
|
* "mp": {
|
|
@@ -2742,7 +2742,7 @@ export type DownloadFileSuccess = {
|
|
|
2742
2742
|
"harmony": {
|
|
2743
2743
|
"osVer": "3.0",
|
|
2744
2744
|
"uniVer": "4.23",
|
|
2745
|
-
"unixVer": "
|
|
2745
|
+
"unixVer": "4.61"
|
|
2746
2746
|
}
|
|
2747
2747
|
},
|
|
2748
2748
|
* "mp": {
|
|
@@ -2972,7 +2972,7 @@ export type DownloadFileOptions = {
|
|
|
2972
2972
|
"harmony": {
|
|
2973
2973
|
"osVer": "3.0",
|
|
2974
2974
|
"uniVer": "4.23",
|
|
2975
|
-
"unixVer": "
|
|
2975
|
+
"unixVer": "4.61"
|
|
2976
2976
|
}
|
|
2977
2977
|
},
|
|
2978
2978
|
* "mp": {
|
|
@@ -3118,7 +3118,7 @@ export type DownloadFileOptions = {
|
|
|
3118
3118
|
"harmony": {
|
|
3119
3119
|
"osVer": "3.0",
|
|
3120
3120
|
"uniVer": "4.23",
|
|
3121
|
-
"unixVer": "
|
|
3121
|
+
"unixVer": "4.61"
|
|
3122
3122
|
}
|
|
3123
3123
|
},
|
|
3124
3124
|
* "mp": {
|
|
@@ -3193,7 +3193,7 @@ export type DownloadFileOptions = {
|
|
|
3193
3193
|
"harmony": {
|
|
3194
3194
|
"osVer": "3.0",
|
|
3195
3195
|
"uniVer": "4.23",
|
|
3196
|
-
"unixVer": "
|
|
3196
|
+
"unixVer": "4.61"
|
|
3197
3197
|
}
|
|
3198
3198
|
},
|
|
3199
3199
|
* "mp": {
|
|
@@ -3618,7 +3618,7 @@ export type OnProgressDownloadResult = {
|
|
|
3618
3618
|
"harmony": {
|
|
3619
3619
|
"osVer": "3.0",
|
|
3620
3620
|
"uniVer": "4.23",
|
|
3621
|
-
"unixVer": "
|
|
3621
|
+
"unixVer": "4.61"
|
|
3622
3622
|
}
|
|
3623
3623
|
},
|
|
3624
3624
|
* "mp": {
|
|
@@ -3692,7 +3692,7 @@ export type OnProgressDownloadResult = {
|
|
|
3692
3692
|
"harmony": {
|
|
3693
3693
|
"osVer": "3.0",
|
|
3694
3694
|
"uniVer": "4.23",
|
|
3695
|
-
"unixVer": "
|
|
3695
|
+
"unixVer": "4.61"
|
|
3696
3696
|
}
|
|
3697
3697
|
},
|
|
3698
3698
|
* "mp": {
|
|
@@ -3766,7 +3766,7 @@ export type OnProgressDownloadResult = {
|
|
|
3766
3766
|
"harmony": {
|
|
3767
3767
|
"osVer": "3.0",
|
|
3768
3768
|
"uniVer": "4.23",
|
|
3769
|
-
"unixVer": "
|
|
3769
|
+
"unixVer": "4.61"
|
|
3770
3770
|
}
|
|
3771
3771
|
},
|
|
3772
3772
|
* "mp": {
|
|
@@ -3846,7 +3846,7 @@ export interface DownloadTask {
|
|
|
3846
3846
|
"harmony": {
|
|
3847
3847
|
"osVer": "3.0",
|
|
3848
3848
|
"uniVer": "4.23",
|
|
3849
|
-
"unixVer": "
|
|
3849
|
+
"unixVer": "4.61"
|
|
3850
3850
|
}
|
|
3851
3851
|
},
|
|
3852
3852
|
* "mp": {
|
|
@@ -3931,7 +3931,7 @@ export interface DownloadTask {
|
|
|
3931
3931
|
"harmony": {
|
|
3932
3932
|
"osVer": "3.0",
|
|
3933
3933
|
"uniVer": "4.23",
|
|
3934
|
-
"unixVer": "
|
|
3934
|
+
"unixVer": "4.61"
|
|
3935
3935
|
}
|
|
3936
3936
|
},
|
|
3937
3937
|
* "mp": {
|
|
@@ -4026,7 +4026,7 @@ export type Certificate = {
|
|
|
4026
4026
|
"harmony": {
|
|
4027
4027
|
"osVer": "3.0",
|
|
4028
4028
|
"uniVer": "4.23",
|
|
4029
|
-
"unixVer": "
|
|
4029
|
+
"unixVer": "4.61"
|
|
4030
4030
|
}
|
|
4031
4031
|
},
|
|
4032
4032
|
"web": {
|
|
@@ -4128,7 +4128,7 @@ export interface Uni {
|
|
|
4128
4128
|
* "harmony": {
|
|
4129
4129
|
* "osVer": "3.0",
|
|
4130
4130
|
* "uniVer": "4.23",
|
|
4131
|
-
* "unixVer": "
|
|
4131
|
+
* "unixVer": "4.61"
|
|
4132
4132
|
* }
|
|
4133
4133
|
* },
|
|
4134
4134
|
* "mp": {
|
|
@@ -4233,7 +4233,7 @@ export interface Uni {
|
|
|
4233
4233
|
* "harmony": {
|
|
4234
4234
|
* "osVer": "3.0",
|
|
4235
4235
|
* "uniVer": "4.23",
|
|
4236
|
-
* "unixVer": "
|
|
4236
|
+
* "unixVer": "4.61"
|
|
4237
4237
|
* }
|
|
4238
4238
|
* },
|
|
4239
4239
|
* "mp": {
|
|
@@ -4324,7 +4324,7 @@ export interface Uni {
|
|
|
4324
4324
|
* "harmony": {
|
|
4325
4325
|
* "osVer": "3.0",
|
|
4326
4326
|
* "uniVer": "4.23",
|
|
4327
|
-
* "unixVer": "
|
|
4327
|
+
* "unixVer": "4.61"
|
|
4328
4328
|
* }
|
|
4329
4329
|
* },
|
|
4330
4330
|
* "mp": {
|
|
@@ -4412,7 +4412,7 @@ export interface Uni {
|
|
|
4412
4412
|
"harmony": {
|
|
4413
4413
|
"osVer": "3.0",
|
|
4414
4414
|
"uniVer": "4.31",
|
|
4415
|
-
"unixVer": "
|
|
4415
|
+
"unixVer": "4.61"
|
|
4416
4416
|
}
|
|
4417
4417
|
},
|
|
4418
4418
|
"web": {
|
|
@@ -4421,7 +4421,7 @@ export interface Uni {
|
|
|
4421
4421
|
}
|
|
4422
4422
|
}
|
|
4423
4423
|
*/
|
|
4424
|
-
configMTLS:
|
|
4424
|
+
configMTLS(options: ConfigMTLSOptions): void;
|
|
4425
4425
|
}
|
|
4426
4426
|
|
|
4427
4427
|
/**
|
|
@@ -20,7 +20,7 @@ export interface Uni {
|
|
|
20
20
|
* "harmony": {
|
|
21
21
|
* "osVer": "3.0",
|
|
22
22
|
* "uniVer": "4.31",
|
|
23
|
-
* "unixVer": "
|
|
23
|
+
* "unixVer": "4.61"
|
|
24
24
|
* }
|
|
25
25
|
* },
|
|
26
26
|
* "mp": {
|
|
@@ -81,7 +81,7 @@ export interface Uni {
|
|
|
81
81
|
* }
|
|
82
82
|
* @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/open-api/login/wx.login.html
|
|
83
83
|
*/
|
|
84
|
-
login:
|
|
84
|
+
login(options: LoginOptions): void;
|
|
85
85
|
/**
|
|
86
86
|
* 获取用户信息
|
|
87
87
|
*
|
|
@@ -103,7 +103,7 @@ export interface Uni {
|
|
|
103
103
|
* "harmony": {
|
|
104
104
|
* "osVer": "3.0",
|
|
105
105
|
* "uniVer": "4.31",
|
|
106
|
-
* "unixVer": "
|
|
106
|
+
* "unixVer": "4.61"
|
|
107
107
|
* }
|
|
108
108
|
* },
|
|
109
109
|
* "mp": {
|
|
@@ -164,7 +164,7 @@ export interface Uni {
|
|
|
164
164
|
* }
|
|
165
165
|
* @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/open-api/user-info/wx.getUserInfo.html
|
|
166
166
|
*/
|
|
167
|
-
getUserInfo:
|
|
167
|
+
getUserInfo(options: GetUserInfoOptions): void;
|
|
168
168
|
}
|
|
169
169
|
export interface UniOAuthProvider extends UniProvider {
|
|
170
170
|
login(options: LoginOptions): void;
|
|
@@ -604,7 +604,7 @@ export type LoginOptions = {
|
|
|
604
604
|
* "harmony": {
|
|
605
605
|
* "osVer": "3.0",
|
|
606
606
|
* "uniVer": "4.27",
|
|
607
|
-
* "unixVer": "
|
|
607
|
+
* "unixVer": "4.61"
|
|
608
608
|
* }
|
|
609
609
|
* },
|
|
610
610
|
* "mp": {
|
|
@@ -1303,7 +1303,7 @@ export type UserInfo = {
|
|
|
1303
1303
|
* "harmony": {
|
|
1304
1304
|
* "osVer": "3.0",
|
|
1305
1305
|
* "uniVer": "4.27",
|
|
1306
|
-
* "unixVer": "
|
|
1306
|
+
* "unixVer": "4.61"
|
|
1307
1307
|
* }
|
|
1308
1308
|
* },
|
|
1309
1309
|
* "mp": {
|
|
@@ -1686,7 +1686,7 @@ export type GetUserInfoSuccess = {
|
|
|
1686
1686
|
* "harmony": {
|
|
1687
1687
|
* "osVer": "3.0",
|
|
1688
1688
|
* "uniVer": "4.27",
|
|
1689
|
-
* "unixVer": "
|
|
1689
|
+
* "unixVer": "4.61"
|
|
1690
1690
|
* }
|
|
1691
1691
|
* },
|
|
1692
1692
|
* "mp": {
|
|
@@ -2182,7 +2182,7 @@ export type GetUserInfoOptions = {
|
|
|
2182
2182
|
* "harmony": {
|
|
2183
2183
|
* "osVer": "3.0",
|
|
2184
2184
|
* "uniVer": "4.27",
|
|
2185
|
-
* "unixVer": "
|
|
2185
|
+
* "unixVer": "4.61"
|
|
2186
2186
|
* }
|
|
2187
2187
|
* },
|
|
2188
2188
|
* "mp": {
|