@dcloudio/uni-app-x 0.7.65 → 0.7.66

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 (47) hide show
  1. package/package.json +2 -1
  2. package/types/dom2/sharedData.d.ts +26 -14
  3. package/types/process.d.ts +12 -3
  4. package/types/uni/uts-plugin-api/global.d.ts +1 -0
  5. package/types/uni/uts-plugin-api/index.d.ts +1 -0
  6. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +0 -2
  7. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/global.d.ts +0 -2
  8. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/index.d.ts +0 -1
  9. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +0 -173
  10. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +0 -2
  11. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +0 -4
  12. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/global.d.ts +0 -4
  13. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/index.d.ts +0 -2
  14. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/interface.d.ts +0 -10
  15. package/types/uni/uts-plugin-api/lib/uni-location-system/utssdk/global.d.ts +0 -2
  16. package/types/uni/uts-plugin-api/lib/uni-location-system/utssdk/index.d.ts +0 -1
  17. package/types/uni/uts-plugin-api/lib/uni-location-system/utssdk/interface.d.ts +1 -7
  18. package/types/uni/uts-plugin-api/lib/uni-location-tencent/utssdk/global.d.ts +0 -2
  19. package/types/uni/uts-plugin-api/lib/uni-location-tencent/utssdk/index.d.ts +0 -1
  20. package/types/uni/uts-plugin-api/lib/uni-location-tencent/utssdk/interface.d.ts +1 -7
  21. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +2 -4
  22. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/global.d.ts +0 -2
  23. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/index.d.ts +0 -1
  24. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +0 -5
  25. package/types/uni/uts-plugin-api/lib/uni-payment-alipay/utssdk/global.d.ts +0 -2
  26. package/types/uni/uts-plugin-api/lib/uni-payment-alipay/utssdk/index.d.ts +0 -1
  27. package/types/uni/uts-plugin-api/lib/uni-payment-alipay/utssdk/interface.d.ts +1 -7
  28. package/types/uni/uts-plugin-api/lib/uni-payment-wxpay/utssdk/global.d.ts +0 -2
  29. package/types/uni/uts-plugin-api/lib/uni-payment-wxpay/utssdk/index.d.ts +0 -1
  30. package/types/uni/uts-plugin-api/lib/uni-payment-wxpay/utssdk/interface.d.ts +1 -8
  31. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/global.d.ts +0 -16
  32. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/index.d.ts +0 -8
  33. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +57 -2165
  34. package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/global.d.ts +42 -0
  35. package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/index.d.ts +20 -0
  36. package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/interface.d.ts +1062 -0
  37. package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/global.d.ts +0 -2
  38. package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/index.d.ts +0 -1
  39. package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/interface.d.ts +3 -10
  40. package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/interface.d.ts +0 -5
  41. package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/interface.d.ts +0 -5
  42. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +2 -4
  43. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/global.d.ts +0 -14
  44. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/index.d.ts +0 -7
  45. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/interface.d.ts +0 -148
  46. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +0 -4
  47. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +0 -8
@@ -1,12 +1,5 @@
1
- // #ifdef APP-IOS
2
- export interface UniPaymentWxpayProvider extends UniPaymentProvider, JSExport {
3
- toJSON() : Map<String, Any>
4
- isWeChatInstalled : boolean
5
- }
6
- // #endif
7
1
 
8
- // #ifndef APP-IOS
2
+
9
3
  export interface UniPaymentWxpayProvider extends UniPaymentProvider {
10
4
  isWeChatInstalled : boolean
11
5
  }
12
- // #endif
@@ -27,14 +27,6 @@ import {
27
27
  ShowModalCompleteCallback as ShowModalCompleteCallbackOrigin,
28
28
  ShowModalOptions as ShowModalOptionsOrigin,
29
29
  ShowModal as ShowModalOrigin,
30
- ShowActionSheetSuccess as ShowActionSheetSuccessOrigin,
31
- Popover as PopoverOrigin,
32
- ShowActionSheetFail as ShowActionSheetFailOrigin,
33
- ShowActionSheetSuccessCallback as ShowActionSheetSuccessCallbackOrigin,
34
- ShowActionSheetFailCallback as ShowActionSheetFailCallbackOrigin,
35
- ShowActionSheetCompleteCallback as ShowActionSheetCompleteCallbackOrigin,
36
- ShowActionSheetOptions as ShowActionSheetOptionsOrigin,
37
- ShowActionSheet as ShowActionSheetOrigin,
38
30
  Uni as UniOrigin
39
31
  } from './interface'
40
32
 
@@ -66,13 +58,5 @@ declare global {
66
58
  type ShowModalCompleteCallback = ShowModalCompleteCallbackOrigin
67
59
  type ShowModalOptions = ShowModalOptionsOrigin
68
60
  type ShowModal = ShowModalOrigin
69
- type ShowActionSheetSuccess = ShowActionSheetSuccessOrigin
70
- type Popover = PopoverOrigin
71
- type ShowActionSheetFail = ShowActionSheetFailOrigin
72
- type ShowActionSheetSuccessCallback = ShowActionSheetSuccessCallbackOrigin
73
- type ShowActionSheetFailCallback = ShowActionSheetFailCallbackOrigin
74
- type ShowActionSheetCompleteCallback = ShowActionSheetCompleteCallbackOrigin
75
- type ShowActionSheetOptions = ShowActionSheetOptionsOrigin
76
- type ShowActionSheet = ShowActionSheetOrigin
77
61
  interface Uni extends UniOrigin { }
78
62
  }
@@ -27,12 +27,4 @@ export {
27
27
  ShowModalCompleteCallback,
28
28
  ShowModalOptions,
29
29
  ShowModal,
30
- ShowActionSheetSuccess,
31
- Popover,
32
- ShowActionSheetFail,
33
- ShowActionSheetSuccessCallback,
34
- ShowActionSheetFailCallback,
35
- ShowActionSheetCompleteCallback,
36
- ShowActionSheetOptions,
37
- ShowActionSheet,
38
30
  } from './interface'