@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.
- package/package.json +2 -1
- package/types/dom2/sharedData.d.ts +26 -14
- package/types/process.d.ts +12 -3
- package/types/uni/uts-plugin-api/global.d.ts +1 -0
- package/types/uni/uts-plugin-api/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +0 -173
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +0 -4
- package/types/uni/uts-plugin-api/lib/uni-location/utssdk/global.d.ts +0 -4
- package/types/uni/uts-plugin-api/lib/uni-location/utssdk/index.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-location/utssdk/interface.d.ts +0 -10
- package/types/uni/uts-plugin-api/lib/uni-location-system/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-location-system/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-api/lib/uni-location-system/utssdk/interface.d.ts +1 -7
- package/types/uni/uts-plugin-api/lib/uni-location-tencent/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-location-tencent/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-api/lib/uni-location-tencent/utssdk/interface.d.ts +1 -7
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +2 -4
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +0 -5
- package/types/uni/uts-plugin-api/lib/uni-payment-alipay/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-payment-alipay/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-api/lib/uni-payment-alipay/utssdk/interface.d.ts +1 -7
- package/types/uni/uts-plugin-api/lib/uni-payment-wxpay/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-payment-wxpay/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-api/lib/uni-payment-wxpay/utssdk/interface.d.ts +1 -8
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/global.d.ts +0 -16
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/index.d.ts +0 -8
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +57 -2165
- package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/global.d.ts +42 -0
- package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/index.d.ts +20 -0
- package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/interface.d.ts +1062 -0
- package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/interface.d.ts +3 -10
- package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/interface.d.ts +0 -5
- package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/interface.d.ts +0 -5
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +2 -4
- package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/global.d.ts +0 -14
- package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/index.d.ts +0 -7
- package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/interface.d.ts +0 -148
- package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +0 -4
- 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
|
-
|
|
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'
|