@dcloudio/uni-app-x 0.7.46 → 0.7.48

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.
Files changed (86) hide show
  1. package/package.json +1 -1
  2. package/types/app.d.ts +160 -4
  3. package/types/native/IUniElement.d.ts +1248 -3
  4. package/types/native/IUniNativeViewElement.d.ts +4 -0
  5. package/types/native/UniAnimation.d.ts +22 -22
  6. package/types/native/UniElement.d.ts +6 -2
  7. package/types/native/UniFormControlElement.d.ts +1 -0
  8. package/types/{UniPage.d.ts → native/UniPage.d.ts} +9 -8
  9. package/types/page.d.ts +91 -94
  10. package/types/uni/uts-plugin-api/global.d.ts +2 -0
  11. package/types/uni/uts-plugin-api/index.d.ts +2 -0
  12. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +74 -427
  13. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +1 -1
  14. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +1 -1
  15. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +3 -3
  16. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +1 -1
  17. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +18 -18
  18. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +8 -8
  19. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +2 -2
  20. package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +1 -1
  21. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +1 -1
  22. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +1 -1
  23. package/types/uni/uts-plugin-api/lib/uni-document/utssdk/interface.d.ts +1 -1
  24. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +8 -8
  25. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +2 -2
  26. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +5 -5
  27. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/global.d.ts +2 -0
  28. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/index.d.ts +1 -0
  29. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +46 -2
  30. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +1 -1
  31. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +14 -14
  32. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +1 -1
  33. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +162 -20
  34. package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/interface.d.ts +3 -2
  35. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +2 -2
  36. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +2 -2
  37. package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +1668 -1666
  38. package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +14 -14
  39. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +3 -3
  40. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +11 -11
  41. package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +12 -12
  42. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +234 -92
  43. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +7 -7
  44. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +2 -2
  45. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +1 -1
  46. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +1 -1
  47. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +17 -17
  48. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/global.d.ts +18 -0
  49. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/index.d.ts +8 -0
  50. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +190 -0
  51. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +7 -7
  52. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +40 -40
  53. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +6 -6
  54. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +59 -59
  55. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +1 -1
  56. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +2 -2
  57. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +18 -18
  58. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/interface.d.ts +4 -4
  59. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +49 -49
  60. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +2 -2
  61. package/types/uni/uts-plugin-api/lib/uni-requestMerchantTransfer/utssdk/global.d.ts +20 -0
  62. package/types/uni/uts-plugin-api/lib/uni-requestMerchantTransfer/utssdk/index.d.ts +9 -0
  63. package/types/uni/uts-plugin-api/lib/uni-requestMerchantTransfer/utssdk/interface.d.ts +615 -0
  64. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +30 -30
  65. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +1 -1
  66. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +1 -1
  67. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +8 -8
  68. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +10 -10
  69. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +9 -9
  70. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +21 -21
  71. package/types/uni/uts-plugin-biz/lib/uni-camera/utssdk/global.d.ts +34 -0
  72. package/types/uni/uts-plugin-biz/lib/uni-camera/utssdk/index.d.ts +16 -0
  73. package/types/uni/uts-plugin-biz/lib/uni-camera/utssdk/interface.d.ts +221 -0
  74. package/types/uni/uts-plugin-biz/lib/uni-facialRecognitionVerify/utssdk/interface.d.ts +2 -2
  75. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +16 -16
  76. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +40 -40
  77. package/types/uni/uts-plugin-component/global.d.ts +1 -0
  78. package/types/uni/uts-plugin-component/index.d.ts +1 -0
  79. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/global.d.ts +34 -0
  80. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/index.d.ts +16 -0
  81. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/interface.d.ts +221 -0
  82. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/global.d.ts +2 -0
  83. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/index.d.ts +1 -0
  84. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +38 -11
  85. package/uts-plugin.d.ts +4 -0
  86. package/types/native/global.d.ts +0 -646
@@ -27,7 +27,7 @@ export type RequestOptions<T> = {
27
27
  "harmony": {
28
28
  "osVer": "3.0",
29
29
  "uniVer": "4.23",
30
- "unixVer": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
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": "x"
4415
+ "unixVer": "4.61"
4416
4416
  }
4417
4417
  },
4418
4418
  "web": {
@@ -20,7 +20,7 @@ export interface Uni {
20
20
  * "harmony": {
21
21
  * "osVer": "3.0",
22
22
  * "uniVer": "4.31",
23
- * "unixVer": "x"
23
+ * "unixVer": "4.61"
24
24
  * }
25
25
  * },
26
26
  * "mp": {
@@ -103,7 +103,7 @@ export interface Uni {
103
103
  * "harmony": {
104
104
  * "osVer": "3.0",
105
105
  * "uniVer": "4.31",
106
- * "unixVer": "x"
106
+ * "unixVer": "4.61"
107
107
  * }
108
108
  * },
109
109
  * "mp": {
@@ -604,7 +604,7 @@ export type LoginOptions = {
604
604
  * "harmony": {
605
605
  * "osVer": "3.0",
606
606
  * "uniVer": "4.27",
607
- * "unixVer": "x"
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": "x"
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": "x"
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": "x"
2185
+ * "unixVer": "4.61"
2186
2186
  * }
2187
2187
  * },
2188
2188
  * "mp": {
@@ -1,4 +1,4 @@
1
- export interface Uni {
1
+ export interface Uni {
2
2
 
3
3
  /**
4
4
  * openAppAuthorizeSetting()
@@ -26,7 +26,7 @@ export interface Uni {
26
26
  * "harmony": {
27
27
  * "osVer": "3.0",
28
28
  * "uniVer": "4.23",
29
- * "unixVer": "x"
29
+ * "unixVer": "4.61"
30
30
  * }
31
31
  * },
32
32
  * "web": {
@@ -77,19 +77,19 @@ export interface Uni {
77
77
  * }
78
78
  * }
79
79
  * @example
80
- ```typescript
81
- uni.openAppAuthorizeSetting({});
80
+ ```typescript
81
+ uni.openAppAuthorizeSetting({});
82
82
  ```
83
83
  * @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/base/system/wx.openAppAuthorizeSetting.html
84
- */
85
- openAppAuthorizeSetting(options: OpenAppAuthorizeSettingOptions): void;
86
- }
87
-
88
- export type OpenAppAuthorizeSetting = (options: OpenAppAuthorizeSettingOptions) => void;
89
- export type OpenAppAuthorizeSettingSuccess = {
90
- /**
91
- * 错误信息
92
- * @uniPlatform
84
+ */
85
+ openAppAuthorizeSetting(options: OpenAppAuthorizeSettingOptions): void;
86
+ }
87
+
88
+ export type OpenAppAuthorizeSetting = (options: OpenAppAuthorizeSettingOptions) => void;
89
+ export type OpenAppAuthorizeSettingSuccess = {
90
+ /**
91
+ * 错误信息
92
+ * @uniPlatform
93
93
  {
94
94
  "app": {
95
95
  "android": {
@@ -109,7 +109,7 @@ export type OpenAppAuthorizeSettingSuccess = {
109
109
  "harmony": {
110
110
  "osVer": "3.0",
111
111
  "uniVer": "4.23",
112
- "unixVer": "x"
112
+ "unixVer": "4.61"
113
113
  }
114
114
  },
115
115
  "web": {
@@ -117,14 +117,14 @@ export type OpenAppAuthorizeSettingSuccess = {
117
117
  "unixVer": "x"
118
118
  }
119
119
  }
120
- */
121
- errMsg: string
122
- };
123
- export type OpenAppAuthorizeSettingSuccessCallback = (result: OpenAppAuthorizeSettingSuccess) => void;
124
- export type OpenAppAuthorizeSettingFail = {
125
- /**
126
- * 错误信息
127
- * @uniPlatform
120
+ */
121
+ errMsg: string
122
+ };
123
+ export type OpenAppAuthorizeSettingSuccessCallback = (result: OpenAppAuthorizeSettingSuccess) => void;
124
+ export type OpenAppAuthorizeSettingFail = {
125
+ /**
126
+ * 错误信息
127
+ * @uniPlatform
128
128
  {
129
129
  "app": {
130
130
  "android": {
@@ -144,7 +144,7 @@ export type OpenAppAuthorizeSettingFail = {
144
144
  "harmony": {
145
145
  "osVer": "3.0",
146
146
  "uniVer": "4.23",
147
- "unixVer": "x"
147
+ "unixVer": "4.61"
148
148
  }
149
149
  },
150
150
  "web": {
@@ -152,14 +152,14 @@ export type OpenAppAuthorizeSettingFail = {
152
152
  "unixVer": "x"
153
153
  }
154
154
  }
155
- */
156
- errMsg: string
157
- };
158
- export type OpenAppAuthorizeSettingFailCallback = (result: OpenAppAuthorizeSettingFail) => void;
159
- export type OpenAppAuthorizeSettingComplete = {
160
- /**
161
- * 错误信息
162
- * @uniPlatform
155
+ */
156
+ errMsg: string
157
+ };
158
+ export type OpenAppAuthorizeSettingFailCallback = (result: OpenAppAuthorizeSettingFail) => void;
159
+ export type OpenAppAuthorizeSettingComplete = {
160
+ /**
161
+ * 错误信息
162
+ * @uniPlatform
163
163
  {
164
164
  "app": {
165
165
  "android": {
@@ -179,7 +179,7 @@ export type OpenAppAuthorizeSettingComplete = {
179
179
  "harmony": {
180
180
  "osVer": "3.0",
181
181
  "uniVer": "4.23",
182
- "unixVer": "x"
182
+ "unixVer": "4.61"
183
183
  }
184
184
  },
185
185
  "web": {
@@ -187,15 +187,15 @@ export type OpenAppAuthorizeSettingComplete = {
187
187
  "unixVer": "x"
188
188
  }
189
189
  }
190
- */
191
- errMsg: string
192
- };
193
- export type OpenAppAuthorizeSettingCompleteCallback = (result: OpenAppAuthorizeSettingComplete) => void;
194
- export type OpenAppAuthorizeSettingOptions = {
195
- /**
196
- * 接口调用成功的回调函数
197
- * @defaultValue null
198
- * @uniPlatform
190
+ */
191
+ errMsg: string
192
+ };
193
+ export type OpenAppAuthorizeSettingCompleteCallback = (result: OpenAppAuthorizeSettingComplete) => void;
194
+ export type OpenAppAuthorizeSettingOptions = {
195
+ /**
196
+ * 接口调用成功的回调函数
197
+ * @defaultValue null
198
+ * @uniPlatform
199
199
  {
200
200
  "app": {
201
201
  "android": {
@@ -215,7 +215,7 @@ export type OpenAppAuthorizeSettingOptions = {
215
215
  "harmony": {
216
216
  "osVer": "3.0",
217
217
  "uniVer": "4.23",
218
- "unixVer": "x"
218
+ "unixVer": "4.61"
219
219
  }
220
220
  },
221
221
  "web": {
@@ -223,13 +223,13 @@ export type OpenAppAuthorizeSettingOptions = {
223
223
  "unixVer": "x"
224
224
  }
225
225
  }
226
- */
227
- success?: OpenAppAuthorizeSettingSuccessCallback | null,
226
+ */
227
+ success?: OpenAppAuthorizeSettingSuccessCallback | null,
228
228
 
229
- /**
230
- * 接口调用失败的回调函数
231
- * @defaultValue null
232
- * @uniPlatform
229
+ /**
230
+ * 接口调用失败的回调函数
231
+ * @defaultValue null
232
+ * @uniPlatform
233
233
  {
234
234
  "app": {
235
235
  "android": {
@@ -249,7 +249,7 @@ export type OpenAppAuthorizeSettingOptions = {
249
249
  "harmony": {
250
250
  "osVer": "3.0",
251
251
  "uniVer": "4.23",
252
- "unixVer": "x"
252
+ "unixVer": "4.61"
253
253
  }
254
254
  },
255
255
  "web": {
@@ -257,13 +257,13 @@ export type OpenAppAuthorizeSettingOptions = {
257
257
  "unixVer": "x"
258
258
  }
259
259
  }
260
- */
261
- fail?: OpenAppAuthorizeSettingFailCallback | null,
260
+ */
261
+ fail?: OpenAppAuthorizeSettingFailCallback | null,
262
262
 
263
- /**
264
- * 接口调用结束的回调函数(调用成功、失败都会执行)
265
- * @defaultValue null
266
- * @uniPlatform
263
+ /**
264
+ * 接口调用结束的回调函数(调用成功、失败都会执行)
265
+ * @defaultValue null
266
+ * @uniPlatform
267
267
  {
268
268
  "app": {
269
269
  "android": {
@@ -283,7 +283,7 @@ export type OpenAppAuthorizeSettingOptions = {
283
283
  "harmony": {
284
284
  "osVer": "3.0",
285
285
  "uniVer": "4.23",
286
- "unixVer": "x"
286
+ "unixVer": "4.61"
287
287
  }
288
288
  },
289
289
  "web": {
@@ -291,6 +291,6 @@ export type OpenAppAuthorizeSettingOptions = {
291
291
  "unixVer": "x"
292
292
  }
293
293
  }
294
- */
295
- complete?: OpenAppAuthorizeSettingCompleteCallback | null
296
- };
294
+ */
295
+ complete?: OpenAppAuthorizeSettingCompleteCallback | null
296
+ };
@@ -457,7 +457,7 @@ export interface Uni {
457
457
  * "harmony": {
458
458
  * "osVer": "3.0",
459
459
  * "uniVer": "4.23",
460
- * "unixVer": "x"
460
+ * "unixVer": "4.61"
461
461
  * }
462
462
  * },
463
463
  * "mp": {
@@ -129,7 +129,7 @@ export type PageScrollToOptions = {
129
129
  * "harmony": {
130
130
  * "osVer": "3.0",
131
131
  * "uniVer": "4.23",
132
- * "unixVer": "x"
132
+ * "unixVer": "4.61"
133
133
  * }
134
134
  * },
135
135
  * "mp": {
@@ -362,7 +362,7 @@ export interface Uni {
362
362
  * "harmony": {
363
363
  * "osVer": "3.0",
364
364
  * "uniVer": "4.23",
365
- * "unixVer": "x"
365
+ * "unixVer": "4.61"
366
366
  * }
367
367
  * },
368
368
  * "mp": {