@dcloudio/uni-app-x 0.7.65 → 0.7.67
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 +27 -15
- 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
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
// 本文件为自动构建生成
|
|
2
|
+
import {
|
|
3
|
+
ShowLoadingSuccess as ShowLoadingSuccessOrigin,
|
|
4
|
+
ShowLoadingFailErrorCode as ShowLoadingFailErrorCodeOrigin,
|
|
5
|
+
ShowLoadingFail as ShowLoadingFailOrigin,
|
|
6
|
+
ShowLoadingSuccessCallback as ShowLoadingSuccessCallbackOrigin,
|
|
7
|
+
ShowLoadingFailCallback as ShowLoadingFailCallbackOrigin,
|
|
8
|
+
ShowLoadingCompleteCallback as ShowLoadingCompleteCallbackOrigin,
|
|
9
|
+
ShowLoadingOptions as ShowLoadingOptionsOrigin,
|
|
10
|
+
ShowLoading as ShowLoadingOrigin,
|
|
11
|
+
HideLoadingSuccess as HideLoadingSuccessOrigin,
|
|
12
|
+
HideLoadingFailErrorCode as HideLoadingFailErrorCodeOrigin,
|
|
13
|
+
HideLoadingFail as HideLoadingFailOrigin,
|
|
14
|
+
HideLoadingSuccessCallback as HideLoadingSuccessCallbackOrigin,
|
|
15
|
+
HideLoadingFailCallback as HideLoadingFailCallbackOrigin,
|
|
16
|
+
HideLoadingCompleteCallback as HideLoadingCompleteCallbackOrigin,
|
|
17
|
+
HideLoadingOptions as HideLoadingOptionsOrigin,
|
|
18
|
+
HideLoading as HideLoadingOrigin,
|
|
19
|
+
LoadingPage as LoadingPageOrigin,
|
|
20
|
+
Uni as UniOrigin
|
|
21
|
+
} from './interface'
|
|
22
|
+
|
|
23
|
+
declare global {
|
|
24
|
+
type ShowLoadingSuccess = ShowLoadingSuccessOrigin
|
|
25
|
+
type ShowLoadingFailErrorCode = ShowLoadingFailErrorCodeOrigin
|
|
26
|
+
type ShowLoadingFail = ShowLoadingFailOrigin
|
|
27
|
+
type ShowLoadingSuccessCallback = ShowLoadingSuccessCallbackOrigin
|
|
28
|
+
type ShowLoadingFailCallback = ShowLoadingFailCallbackOrigin
|
|
29
|
+
type ShowLoadingCompleteCallback = ShowLoadingCompleteCallbackOrigin
|
|
30
|
+
type ShowLoadingOptions = ShowLoadingOptionsOrigin
|
|
31
|
+
type ShowLoading = ShowLoadingOrigin
|
|
32
|
+
type HideLoadingSuccess = HideLoadingSuccessOrigin
|
|
33
|
+
type HideLoadingFailErrorCode = HideLoadingFailErrorCodeOrigin
|
|
34
|
+
type HideLoadingFail = HideLoadingFailOrigin
|
|
35
|
+
type HideLoadingSuccessCallback = HideLoadingSuccessCallbackOrigin
|
|
36
|
+
type HideLoadingFailCallback = HideLoadingFailCallbackOrigin
|
|
37
|
+
type HideLoadingCompleteCallback = HideLoadingCompleteCallbackOrigin
|
|
38
|
+
type HideLoadingOptions = HideLoadingOptionsOrigin
|
|
39
|
+
type HideLoading = HideLoadingOrigin
|
|
40
|
+
type LoadingPage = LoadingPageOrigin
|
|
41
|
+
interface Uni extends UniOrigin { }
|
|
42
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// 本文件为自动构建生成
|
|
2
|
+
export {
|
|
3
|
+
ShowLoadingSuccess,
|
|
4
|
+
ShowLoadingFailErrorCode,
|
|
5
|
+
ShowLoadingFail,
|
|
6
|
+
ShowLoadingSuccessCallback,
|
|
7
|
+
ShowLoadingFailCallback,
|
|
8
|
+
ShowLoadingCompleteCallback,
|
|
9
|
+
ShowLoadingOptions,
|
|
10
|
+
ShowLoading,
|
|
11
|
+
HideLoadingSuccess,
|
|
12
|
+
HideLoadingFailErrorCode,
|
|
13
|
+
HideLoadingFail,
|
|
14
|
+
HideLoadingSuccessCallback,
|
|
15
|
+
HideLoadingFailCallback,
|
|
16
|
+
HideLoadingCompleteCallback,
|
|
17
|
+
HideLoadingOptions,
|
|
18
|
+
HideLoading,
|
|
19
|
+
LoadingPage,
|
|
20
|
+
} from './interface'
|