@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.
Files changed (71) hide show
  1. package/package.json +1 -1
  2. package/types/UniPage.d.ts +9 -9
  3. package/types/native/CanvasRenderingContext2D.d.ts +64 -1
  4. package/types/native/IUniElement.d.ts +1 -1
  5. package/types/native/IUniNativeViewElement.d.ts +6 -0
  6. package/types/native/UniAnimation.d.ts +9 -4
  7. package/types/native/global.d.ts +2 -0
  8. package/types/native/index.d.ts +1 -0
  9. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +74 -427
  10. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +2 -2
  11. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +2 -2
  12. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +6 -6
  13. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +2 -2
  14. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +18 -18
  15. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +8 -8
  16. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +4 -4
  17. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1 -1
  18. package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +2 -2
  19. package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/interface.d.ts +1 -1
  20. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +1 -1
  21. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +2 -2
  22. package/types/uni/uts-plugin-api/lib/uni-document/utssdk/interface.d.ts +2 -2
  23. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +8 -8
  24. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +2 -2
  25. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +5 -5
  26. package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/interface.d.ts +1 -1
  27. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +1 -1
  28. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +14 -14
  29. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +246 -92
  30. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +20 -20
  31. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +2 -2
  32. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +2 -2
  33. package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +20 -20
  34. package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +14 -14
  35. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +5 -5
  36. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +1 -1
  37. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +11 -11
  38. package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +13 -13
  39. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +91 -91
  40. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +7 -7
  41. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +2 -2
  42. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +1 -1
  43. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +1 -1
  44. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +2 -2
  45. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +4 -2
  46. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +2 -1
  47. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +114 -428
  48. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +9 -9
  49. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +41 -41
  50. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +8 -8
  51. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +253 -339
  52. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +1 -1
  53. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +3 -3
  54. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +18 -18
  55. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/interface.d.ts +5 -5
  56. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +49 -49
  57. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +2 -2
  58. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +30 -30
  59. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +1 -1
  60. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +1 -1
  61. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +8 -8
  62. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +10 -10
  63. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +9 -9
  64. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +21 -21
  65. package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/interface.d.ts +40 -12
  66. package/types/uni/uts-plugin-biz/lib/uni-facialRecognitionVerify/utssdk/interface.d.ts +2 -2
  67. package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +244 -244
  68. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +16 -16
  69. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +30 -30
  70. package/uts-plugin.d.ts +2 -0
  71. package/types/uni/uts-plugin-extend/README.md +0 -3
@@ -64,7 +64,7 @@ export interface Uni {
64
64
  * "harmony": {
65
65
  * "osVer": "3.0",
66
66
  * "uniVer": "4.31",
67
- * "unixVer": "x"
67
+ * "unixVer": "4.61"
68
68
  * }
69
69
  * },
70
70
  * "web": {
@@ -116,7 +116,7 @@ export interface Uni {
116
116
  * }
117
117
  * @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/media/recorder/RecorderManager.html
118
118
  */
119
- getRecorderManager: GetRecorderManager;
119
+ getRecorderManager(): RecorderManager
120
120
  }
121
121
  export type GetRecorderManager = () => RecorderManager;
122
122
  export type RecorderManagerStartOptions = {
@@ -174,7 +174,7 @@ export interface RecorderManager {
174
174
  * "harmony": {
175
175
  * "osVer": "3.0",
176
176
  * "uniVer": "4.25",
177
- * "unixVer": "x"
177
+ * "unixVer": "4.61"
178
178
  * }
179
179
  * },
180
180
  * "web": {
@@ -246,7 +246,7 @@ export interface RecorderManager {
246
246
  * "harmony": {
247
247
  * "osVer": "3.0",
248
248
  * "uniVer": "4.25",
249
- * "unixVer": "x"
249
+ * "unixVer": "4.61"
250
250
  * }
251
251
  * },
252
252
  * "web": {
@@ -318,7 +318,7 @@ export interface RecorderManager {
318
318
  * "harmony": {
319
319
  * "osVer": "3.0",
320
320
  * "uniVer": "4.25",
321
- * "unixVer": "x"
321
+ * "unixVer": "4.61"
322
322
  * }
323
323
  * },
324
324
  * "web": {
@@ -390,7 +390,7 @@ export interface RecorderManager {
390
390
  * "harmony": {
391
391
  * "osVer": "3.0",
392
392
  * "uniVer": "4.25",
393
- * "unixVer": "x"
393
+ * "unixVer": "4.61"
394
394
  * }
395
395
  * },
396
396
  * "web": {
@@ -462,7 +462,7 @@ export interface RecorderManager {
462
462
  * "harmony": {
463
463
  * "osVer": "3.0",
464
464
  * "uniVer": "4.25",
465
- * "unixVer": "x"
465
+ * "unixVer": "4.61"
466
466
  * }
467
467
  * },
468
468
  * "web": {
@@ -534,7 +534,7 @@ export interface RecorderManager {
534
534
  * "harmony": {
535
535
  * "osVer": "3.0",
536
536
  * "uniVer": "4.25",
537
- * "unixVer": "x"
537
+ * "unixVer": "4.61"
538
538
  * }
539
539
  * },
540
540
  * "web": {
@@ -606,7 +606,7 @@ export interface RecorderManager {
606
606
  * "harmony": {
607
607
  * "osVer": "3.0",
608
608
  * "uniVer": "4.25",
609
- * "unixVer": "x"
609
+ * "unixVer": "4.61"
610
610
  * }
611
611
  * },
612
612
  * "web": {
@@ -750,7 +750,7 @@ export interface RecorderManager {
750
750
  * "harmony": {
751
751
  * "osVer": "3.0",
752
752
  * "uniVer": "4.25",
753
- * "unixVer": "x"
753
+ * "unixVer": "4.61"
754
754
  * }
755
755
  * },
756
756
  * "web": {
@@ -823,7 +823,7 @@ export interface RecorderManager {
823
823
  * "harmony": {
824
824
  * "osVer": "3.0",
825
825
  * "uniVer": "4.25",
826
- * "unixVer": "x"
826
+ * "unixVer": "4.61"
827
827
  * }
828
828
  * },
829
829
  * "web": {
@@ -896,7 +896,7 @@ export interface RecorderManager {
896
896
  * "harmony": {
897
897
  * "osVer": "3.0",
898
898
  * "uniVer": "4.25",
899
- * "unixVer": "x"
899
+ * "unixVer": "4.61"
900
900
  * }
901
901
  * },
902
902
  * "web": {
@@ -969,7 +969,7 @@ export interface RecorderManager {
969
969
  * "harmony": {
970
970
  * "osVer": "3.0",
971
971
  * "uniVer": "4.25",
972
- * "unixVer": "x"
972
+ * "unixVer": "4.61"
973
973
  * }
974
974
  * },
975
975
  * "web": {