@dcloudio/uni-app-x 0.7.3 → 0.7.4
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 +1 -1
- package/types/app.d.ts +9 -9
- package/types/index.d.ts +1 -1
- package/types/native/InputFocusEvent.d.ts +1 -1
- package/types/native/TextareaFocusEvent.d.ts +1 -1
- package/types/native/TouchEvent.d.ts +1 -1
- package/types/native/UniWebViewServiceMessageEvent.d.ts +8 -0
- package/types/native/WebViewErrorEvent.d.ts +1 -1
- package/types/native/global.d.ts +7 -0
- package/types/native/index.d.ts +1 -0
- package/types/page.d.ts +19 -19
- package/types/uni/core/global.d.ts +13 -0
- package/types/uni/core/index.d.ts +13 -13
- package/types/uni/core/lib/base/event/global.d.ts +16 -0
- package/types/uni/core/lib/base/event/index.d.ts +5 -14
- package/types/uni/core/lib/base/interceptor/global.d.ts +18 -0
- package/types/uni/core/lib/base/interceptor/index.d.ts +6 -16
- package/types/uni/core/lib/base/interceptor/interface.d.ts +2 -2
- package/types/uni/core/lib/lifecycle/global.d.ts +10 -0
- package/types/uni/core/lib/lifecycle/index.d.ts +2 -8
- package/types/uni/core/lib/performance/global.d.ts +22 -0
- package/types/uni/core/lib/performance/index.d.ts +8 -20
- package/types/uni/core/lib/route/global.d.ts +68 -0
- package/types/uni/core/lib/route/index.d.ts +31 -66
- package/types/uni/core/lib/route/interface.d.ts +30 -30
- package/types/uni/core/lib/ui/create-selector-query/global.d.ts +20 -0
- package/types/uni/core/lib/ui/create-selector-query/index.d.ts +7 -18
- package/types/uni/core/lib/ui/get-element-by-id/global.d.ts +10 -0
- package/types/uni/core/lib/ui/get-element-by-id/index.d.ts +2 -8
- package/types/uni/core/lib/ui/get-element-by-id/interface.d.ts +3 -3
- package/types/uni/core/lib/ui/load-font-face/global.d.ts +26 -0
- package/types/uni/core/lib/ui/load-font-face/index.d.ts +10 -24
- package/types/uni/core/lib/ui/load-font-face/interface.d.ts +8 -8
- package/types/uni/core/lib/ui/page-scroll-to/global.d.ts +26 -0
- package/types/uni/core/lib/ui/page-scroll-to/index.d.ts +10 -24
- package/types/uni/core/lib/ui/pull-down-refresh/global.d.ts +28 -0
- package/types/uni/core/lib/ui/pull-down-refresh/index.d.ts +11 -26
- package/types/uni/core/lib/ui/set-navigation-bar-color/global.d.ts +28 -0
- package/types/uni/core/lib/ui/set-navigation-bar-color/index.d.ts +11 -26
- package/types/uni/core/lib/ui/set-navigation-bar-color/interface.d.ts +6 -6
- package/types/uni/core/lib/ui/set-navigation-bar-title/global.d.ts +28 -0
- package/types/uni/core/lib/ui/set-navigation-bar-title/index.d.ts +11 -26
- package/types/uni/core/lib/ui/set-navigation-bar-title/interface.d.ts +5 -5
- package/types/uni/core/lib/ui/tab-bar/global.d.ts +130 -0
- package/types/uni/core/lib/ui/tab-bar/index.d.ts +62 -128
- package/types/uni/global.d.ts +6 -0
- package/types/uni/index.d.ts +4 -6
- package/types/uni/uts-plugin-api/global.d.ts +19 -0
- package/types/uni/uts-plugin-api/index.d.ts +19 -19
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/global.d.ts +12 -0
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/index.d.ts +3 -10
- package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/global.d.ts +26 -0
- package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/index.d.ts +10 -24
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/global.d.ts +66 -0
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/index.d.ts +30 -64
- package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/global.d.ts +10 -0
- package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/index.d.ts +2 -8
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/global.d.ts +12 -0
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/index.d.ts +3 -10
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/global.d.ts +14 -0
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/index.d.ts +4 -12
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/global.d.ts +14 -0
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/index.d.ts +4 -12
- package/types/uni/uts-plugin-api/lib/uni-getLocation-system/utssdk/global.d.ts +20 -0
- package/types/uni/uts-plugin-api/lib/uni-getLocation-system/utssdk/index.d.ts +7 -18
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/global.d.ts +24 -0
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/index.d.ts +9 -22
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/global.d.ts +30 -0
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/index.d.ts +12 -28
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/global.d.ts +12 -0
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/index.d.ts +3 -10
- package/types/uni/uts-plugin-api/lib/uni-installApk/utssdk/global.d.ts +24 -0
- package/types/uni/uts-plugin-api/lib/uni-installApk/utssdk/index.d.ts +9 -22
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +158 -0
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +76 -156
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/app-ios/global.d.ts +68 -0
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/app-ios/index.d.ts +31 -66
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/global.d.ts +72 -0
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/index.d.ts +33 -70
- package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/global.d.ts +24 -0
- package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/index.d.ts +9 -22
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/global.d.ts +62 -0
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/index.d.ts +28 -60
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/global.d.ts +78 -0
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/index.d.ts +36 -76
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/global.d.ts +58 -0
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/index.d.ts +26 -56
- package/types/uni/uts-plugin-biz/global.d.ts +4 -0
- package/types/uni/uts-plugin-biz/index.d.ts +4 -4
- package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/global.d.ts +36 -0
- package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/index.d.ts +15 -32
- package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +20 -14
- package/types/uni/uts-plugin-biz/lib/uni-facialRecognitionVerify/utssdk/global.d.ts +28 -0
- package/types/uni/uts-plugin-biz/lib/uni-facialRecognitionVerify/utssdk/index.d.ts +11 -26
- package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/global.d.ts +56 -0
- package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/index.d.ts +25 -54
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +46 -0
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +20 -44
- package/types/uni/uts-plugin-component/global.d.ts +1 -0
- package/types/uni/uts-plugin-component/index.d.ts +1 -1
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/global.d.ts +42 -0
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/index.d.ts +18 -40
- package/types/uni-global/index.d.ts +1 -0
- package/types/vue/CheckboxGroupChangeEvent.d.ts +2 -2
- package/types/vue/LifeCycle.d.ts +55 -0
- package/types/vue/PickerViewChangeEvent.d.ts +2 -2
- package/types/vue/ProgressActiveendEvent.d.ts +2 -2
- package/types/vue/RadioGroupChangeEvent.d.ts +2 -2
- package/types/vue/SliderChangeEvent.d.ts +2 -2
- package/types/vue/SwitchChangeEvent.d.ts +2 -2
- package/types/vue/UniFormElement.d.ts +4 -4
- package/types/vue/index.d.ts +1 -0
|
@@ -1,28 +1,13 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
|
|
3
|
-
PullDownRefreshErrorCode
|
|
4
|
-
PullDownRefreshError
|
|
5
|
-
StartPullDownRefreshOptions
|
|
6
|
-
StartPullDownRefreshSuccess
|
|
7
|
-
StartPullDownRefreshSuccessCallback
|
|
8
|
-
StartPullDownRefreshFail
|
|
9
|
-
StartPullDownRefreshFailCallback
|
|
10
|
-
StartPullDownRefreshComplete
|
|
11
|
-
StartPullDownRefreshCompleteCallback
|
|
12
|
-
StopPullDownRefresh
|
|
13
|
-
Uni as UniOrigin
|
|
2
|
+
export {
|
|
3
|
+
PullDownRefreshErrorCode,
|
|
4
|
+
PullDownRefreshError,
|
|
5
|
+
StartPullDownRefreshOptions,
|
|
6
|
+
StartPullDownRefreshSuccess,
|
|
7
|
+
StartPullDownRefreshSuccessCallback,
|
|
8
|
+
StartPullDownRefreshFail,
|
|
9
|
+
StartPullDownRefreshFailCallback,
|
|
10
|
+
StartPullDownRefreshComplete,
|
|
11
|
+
StartPullDownRefreshCompleteCallback,
|
|
12
|
+
StopPullDownRefresh,
|
|
14
13
|
} from './interface'
|
|
15
|
-
|
|
16
|
-
declare global {
|
|
17
|
-
type PullDownRefreshErrorCode = PullDownRefreshErrorCodeOrigin
|
|
18
|
-
type PullDownRefreshError = PullDownRefreshErrorOrigin
|
|
19
|
-
type StartPullDownRefreshOptions = StartPullDownRefreshOptionsOrigin
|
|
20
|
-
type StartPullDownRefreshSuccess = StartPullDownRefreshSuccessOrigin
|
|
21
|
-
type StartPullDownRefreshSuccessCallback = StartPullDownRefreshSuccessCallbackOrigin
|
|
22
|
-
type StartPullDownRefreshFail = StartPullDownRefreshFailOrigin
|
|
23
|
-
type StartPullDownRefreshFailCallback = StartPullDownRefreshFailCallbackOrigin
|
|
24
|
-
type StartPullDownRefreshComplete = StartPullDownRefreshCompleteOrigin
|
|
25
|
-
type StartPullDownRefreshCompleteCallback = StartPullDownRefreshCompleteCallbackOrigin
|
|
26
|
-
type StopPullDownRefresh = StopPullDownRefreshOrigin
|
|
27
|
-
interface Uni extends UniOrigin { }
|
|
28
|
-
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
// 本文件为自动构建生成
|
|
2
|
+
import {
|
|
3
|
+
SetNavigationBarColorErrorCode as SetNavigationBarColorErrorCodeOrigin,
|
|
4
|
+
SetNavigationBarColorError as SetNavigationBarColorErrorOrigin,
|
|
5
|
+
SetNavigationBarColorOptions as SetNavigationBarColorOptionsOrigin,
|
|
6
|
+
SetNavigationBarColorSuccess as SetNavigationBarColorSuccessOrigin,
|
|
7
|
+
SetNavigationBarColorSuccessCallback as SetNavigationBarColorSuccessCallbackOrigin,
|
|
8
|
+
SetNavigationBarColorFail as SetNavigationBarColorFailOrigin,
|
|
9
|
+
SetNavigationBarColorFailCallback as SetNavigationBarColorFailCallbackOrigin,
|
|
10
|
+
SetNavigationBarColorComplete as SetNavigationBarColorCompleteOrigin,
|
|
11
|
+
SetNavigationBarColorCompleteCallback as SetNavigationBarColorCompleteCallbackOrigin,
|
|
12
|
+
SetNavigationBarColor as SetNavigationBarColorOrigin,
|
|
13
|
+
Uni as UniOrigin
|
|
14
|
+
} from './interface'
|
|
15
|
+
|
|
16
|
+
declare global {
|
|
17
|
+
type SetNavigationBarColorErrorCode = SetNavigationBarColorErrorCodeOrigin
|
|
18
|
+
type SetNavigationBarColorError = SetNavigationBarColorErrorOrigin
|
|
19
|
+
type SetNavigationBarColorOptions = SetNavigationBarColorOptionsOrigin
|
|
20
|
+
type SetNavigationBarColorSuccess = SetNavigationBarColorSuccessOrigin
|
|
21
|
+
type SetNavigationBarColorSuccessCallback = SetNavigationBarColorSuccessCallbackOrigin
|
|
22
|
+
type SetNavigationBarColorFail = SetNavigationBarColorFailOrigin
|
|
23
|
+
type SetNavigationBarColorFailCallback = SetNavigationBarColorFailCallbackOrigin
|
|
24
|
+
type SetNavigationBarColorComplete = SetNavigationBarColorCompleteOrigin
|
|
25
|
+
type SetNavigationBarColorCompleteCallback = SetNavigationBarColorCompleteCallbackOrigin
|
|
26
|
+
type SetNavigationBarColor = SetNavigationBarColorOrigin
|
|
27
|
+
interface Uni extends UniOrigin { }
|
|
28
|
+
}
|
|
@@ -1,28 +1,13 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
|
|
3
|
-
SetNavigationBarColorErrorCode
|
|
4
|
-
SetNavigationBarColorError
|
|
5
|
-
SetNavigationBarColorOptions
|
|
6
|
-
SetNavigationBarColorSuccess
|
|
7
|
-
SetNavigationBarColorSuccessCallback
|
|
8
|
-
SetNavigationBarColorFail
|
|
9
|
-
SetNavigationBarColorFailCallback
|
|
10
|
-
SetNavigationBarColorComplete
|
|
11
|
-
SetNavigationBarColorCompleteCallback
|
|
12
|
-
SetNavigationBarColor
|
|
13
|
-
Uni as UniOrigin
|
|
2
|
+
export {
|
|
3
|
+
SetNavigationBarColorErrorCode,
|
|
4
|
+
SetNavigationBarColorError,
|
|
5
|
+
SetNavigationBarColorOptions,
|
|
6
|
+
SetNavigationBarColorSuccess,
|
|
7
|
+
SetNavigationBarColorSuccessCallback,
|
|
8
|
+
SetNavigationBarColorFail,
|
|
9
|
+
SetNavigationBarColorFailCallback,
|
|
10
|
+
SetNavigationBarColorComplete,
|
|
11
|
+
SetNavigationBarColorCompleteCallback,
|
|
12
|
+
SetNavigationBarColor,
|
|
14
13
|
} from './interface'
|
|
15
|
-
|
|
16
|
-
declare global {
|
|
17
|
-
type SetNavigationBarColorErrorCode = SetNavigationBarColorErrorCodeOrigin
|
|
18
|
-
type SetNavigationBarColorError = SetNavigationBarColorErrorOrigin
|
|
19
|
-
type SetNavigationBarColorOptions = SetNavigationBarColorOptionsOrigin
|
|
20
|
-
type SetNavigationBarColorSuccess = SetNavigationBarColorSuccessOrigin
|
|
21
|
-
type SetNavigationBarColorSuccessCallback = SetNavigationBarColorSuccessCallbackOrigin
|
|
22
|
-
type SetNavigationBarColorFail = SetNavigationBarColorFailOrigin
|
|
23
|
-
type SetNavigationBarColorFailCallback = SetNavigationBarColorFailCallbackOrigin
|
|
24
|
-
type SetNavigationBarColorComplete = SetNavigationBarColorCompleteOrigin
|
|
25
|
-
type SetNavigationBarColorCompleteCallback = SetNavigationBarColorCompleteCallbackOrigin
|
|
26
|
-
type SetNavigationBarColor = SetNavigationBarColorOrigin
|
|
27
|
-
interface Uni extends UniOrigin { }
|
|
28
|
-
}
|
|
@@ -77,7 +77,7 @@ export type SetNavigationBarColorOptions = {
|
|
|
77
77
|
* },
|
|
78
78
|
* "web": {
|
|
79
79
|
* "uniVer": "√",
|
|
80
|
-
* "unixVer": "
|
|
80
|
+
* "unixVer": "4.0+"
|
|
81
81
|
* }
|
|
82
82
|
* }
|
|
83
83
|
*/
|
|
@@ -141,7 +141,7 @@ export type SetNavigationBarColorOptions = {
|
|
|
141
141
|
* },
|
|
142
142
|
* "web": {
|
|
143
143
|
* "uniVer": "√",
|
|
144
|
-
* "unixVer": "
|
|
144
|
+
* "unixVer": "4.0+"
|
|
145
145
|
* }
|
|
146
146
|
* }
|
|
147
147
|
*/
|
|
@@ -205,7 +205,7 @@ export type SetNavigationBarColorOptions = {
|
|
|
205
205
|
* },
|
|
206
206
|
* "web": {
|
|
207
207
|
* "uniVer": "√",
|
|
208
|
-
* "unixVer": "
|
|
208
|
+
* "unixVer": "4.0+"
|
|
209
209
|
* }
|
|
210
210
|
* }
|
|
211
211
|
*/
|
|
@@ -269,7 +269,7 @@ export type SetNavigationBarColorOptions = {
|
|
|
269
269
|
* },
|
|
270
270
|
* "web": {
|
|
271
271
|
* "uniVer": "√",
|
|
272
|
-
* "unixVer": "
|
|
272
|
+
* "unixVer": "4.0+"
|
|
273
273
|
* }
|
|
274
274
|
* }
|
|
275
275
|
*/
|
|
@@ -333,7 +333,7 @@ export type SetNavigationBarColorOptions = {
|
|
|
333
333
|
* },
|
|
334
334
|
* "web": {
|
|
335
335
|
* "uniVer": "√",
|
|
336
|
-
* "unixVer": "
|
|
336
|
+
* "unixVer": "4.0+"
|
|
337
337
|
* }
|
|
338
338
|
* }
|
|
339
339
|
*/
|
|
@@ -421,7 +421,7 @@ export interface Uni {
|
|
|
421
421
|
* },
|
|
422
422
|
* "web": {
|
|
423
423
|
* "uniVer": "√",
|
|
424
|
-
* "unixVer": "
|
|
424
|
+
* "unixVer": "4.0+"
|
|
425
425
|
* }
|
|
426
426
|
* }
|
|
427
427
|
*/
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
// 本文件为自动构建生成
|
|
2
|
+
import {
|
|
3
|
+
SetNavigationBarTitleErrorCode as SetNavigationBarTitleErrorCodeOrigin,
|
|
4
|
+
SetNavigationBarTitleError as SetNavigationBarTitleErrorOrigin,
|
|
5
|
+
SetNavigationBarTitleOptions as SetNavigationBarTitleOptionsOrigin,
|
|
6
|
+
SetNavigationBarTitleSuccess as SetNavigationBarTitleSuccessOrigin,
|
|
7
|
+
SetNavigationBarTitleSuccessCallback as SetNavigationBarTitleSuccessCallbackOrigin,
|
|
8
|
+
SetNavigationBarTitleFail as SetNavigationBarTitleFailOrigin,
|
|
9
|
+
SetNavigationBarTitleFailCallback as SetNavigationBarTitleFailCallbackOrigin,
|
|
10
|
+
SetNavigationBarTitleComplete as SetNavigationBarTitleCompleteOrigin,
|
|
11
|
+
SetNavigationBarTitleCompleteCallback as SetNavigationBarTitleCompleteCallbackOrigin,
|
|
12
|
+
SetNavigationBarTitle as SetNavigationBarTitleOrigin,
|
|
13
|
+
Uni as UniOrigin
|
|
14
|
+
} from './interface'
|
|
15
|
+
|
|
16
|
+
declare global {
|
|
17
|
+
type SetNavigationBarTitleErrorCode = SetNavigationBarTitleErrorCodeOrigin
|
|
18
|
+
type SetNavigationBarTitleError = SetNavigationBarTitleErrorOrigin
|
|
19
|
+
type SetNavigationBarTitleOptions = SetNavigationBarTitleOptionsOrigin
|
|
20
|
+
type SetNavigationBarTitleSuccess = SetNavigationBarTitleSuccessOrigin
|
|
21
|
+
type SetNavigationBarTitleSuccessCallback = SetNavigationBarTitleSuccessCallbackOrigin
|
|
22
|
+
type SetNavigationBarTitleFail = SetNavigationBarTitleFailOrigin
|
|
23
|
+
type SetNavigationBarTitleFailCallback = SetNavigationBarTitleFailCallbackOrigin
|
|
24
|
+
type SetNavigationBarTitleComplete = SetNavigationBarTitleCompleteOrigin
|
|
25
|
+
type SetNavigationBarTitleCompleteCallback = SetNavigationBarTitleCompleteCallbackOrigin
|
|
26
|
+
type SetNavigationBarTitle = SetNavigationBarTitleOrigin
|
|
27
|
+
interface Uni extends UniOrigin { }
|
|
28
|
+
}
|
|
@@ -1,28 +1,13 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
|
|
3
|
-
SetNavigationBarTitleErrorCode
|
|
4
|
-
SetNavigationBarTitleError
|
|
5
|
-
SetNavigationBarTitleOptions
|
|
6
|
-
SetNavigationBarTitleSuccess
|
|
7
|
-
SetNavigationBarTitleSuccessCallback
|
|
8
|
-
SetNavigationBarTitleFail
|
|
9
|
-
SetNavigationBarTitleFailCallback
|
|
10
|
-
SetNavigationBarTitleComplete
|
|
11
|
-
SetNavigationBarTitleCompleteCallback
|
|
12
|
-
SetNavigationBarTitle
|
|
13
|
-
Uni as UniOrigin
|
|
2
|
+
export {
|
|
3
|
+
SetNavigationBarTitleErrorCode,
|
|
4
|
+
SetNavigationBarTitleError,
|
|
5
|
+
SetNavigationBarTitleOptions,
|
|
6
|
+
SetNavigationBarTitleSuccess,
|
|
7
|
+
SetNavigationBarTitleSuccessCallback,
|
|
8
|
+
SetNavigationBarTitleFail,
|
|
9
|
+
SetNavigationBarTitleFailCallback,
|
|
10
|
+
SetNavigationBarTitleComplete,
|
|
11
|
+
SetNavigationBarTitleCompleteCallback,
|
|
12
|
+
SetNavigationBarTitle,
|
|
14
13
|
} from './interface'
|
|
15
|
-
|
|
16
|
-
declare global {
|
|
17
|
-
type SetNavigationBarTitleErrorCode = SetNavigationBarTitleErrorCodeOrigin
|
|
18
|
-
type SetNavigationBarTitleError = SetNavigationBarTitleErrorOrigin
|
|
19
|
-
type SetNavigationBarTitleOptions = SetNavigationBarTitleOptionsOrigin
|
|
20
|
-
type SetNavigationBarTitleSuccess = SetNavigationBarTitleSuccessOrigin
|
|
21
|
-
type SetNavigationBarTitleSuccessCallback = SetNavigationBarTitleSuccessCallbackOrigin
|
|
22
|
-
type SetNavigationBarTitleFail = SetNavigationBarTitleFailOrigin
|
|
23
|
-
type SetNavigationBarTitleFailCallback = SetNavigationBarTitleFailCallbackOrigin
|
|
24
|
-
type SetNavigationBarTitleComplete = SetNavigationBarTitleCompleteOrigin
|
|
25
|
-
type SetNavigationBarTitleCompleteCallback = SetNavigationBarTitleCompleteCallbackOrigin
|
|
26
|
-
type SetNavigationBarTitle = SetNavigationBarTitleOrigin
|
|
27
|
-
interface Uni extends UniOrigin { }
|
|
28
|
-
}
|
|
@@ -78,7 +78,7 @@ export type SetNavigationBarTitleOptions = {
|
|
|
78
78
|
* },
|
|
79
79
|
* "web": {
|
|
80
80
|
* "uniVer": "√",
|
|
81
|
-
* "unixVer": "
|
|
81
|
+
* "unixVer": "4.0+"
|
|
82
82
|
* }
|
|
83
83
|
* }
|
|
84
84
|
*/
|
|
@@ -142,7 +142,7 @@ export type SetNavigationBarTitleOptions = {
|
|
|
142
142
|
* },
|
|
143
143
|
* "web": {
|
|
144
144
|
* "uniVer": "√",
|
|
145
|
-
* "unixVer": "
|
|
145
|
+
* "unixVer": "4.0+"
|
|
146
146
|
* }
|
|
147
147
|
* }
|
|
148
148
|
*/
|
|
@@ -206,7 +206,7 @@ export type SetNavigationBarTitleOptions = {
|
|
|
206
206
|
* },
|
|
207
207
|
* "web": {
|
|
208
208
|
* "uniVer": "√",
|
|
209
|
-
* "unixVer": "
|
|
209
|
+
* "unixVer": "4.0+"
|
|
210
210
|
* }
|
|
211
211
|
* }
|
|
212
212
|
*/
|
|
@@ -270,7 +270,7 @@ export type SetNavigationBarTitleOptions = {
|
|
|
270
270
|
* },
|
|
271
271
|
* "web": {
|
|
272
272
|
* "uniVer": "√",
|
|
273
|
-
* "unixVer": "
|
|
273
|
+
* "unixVer": "4.0+"
|
|
274
274
|
* }
|
|
275
275
|
* }
|
|
276
276
|
*/
|
|
@@ -358,7 +358,7 @@ export interface Uni {
|
|
|
358
358
|
* },
|
|
359
359
|
* "web": {
|
|
360
360
|
* "uniVer": "√",
|
|
361
|
-
* "unixVer": "
|
|
361
|
+
* "unixVer": "4.0+"
|
|
362
362
|
* }
|
|
363
363
|
* }
|
|
364
364
|
*/
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
// 本文件为自动构建生成
|
|
2
|
+
import {
|
|
3
|
+
SetTabBarBadgeSuccess as SetTabBarBadgeSuccessOrigin,
|
|
4
|
+
SetTabBarBadgeSuccessCallback as SetTabBarBadgeSuccessCallbackOrigin,
|
|
5
|
+
SetTabBarErrCode as SetTabBarErrCodeOrigin,
|
|
6
|
+
SetTabBarBadgeFail as SetTabBarBadgeFailOrigin,
|
|
7
|
+
SetTabBarBadgeFailCallback as SetTabBarBadgeFailCallbackOrigin,
|
|
8
|
+
SetTabBarBadgeComplete as SetTabBarBadgeCompleteOrigin,
|
|
9
|
+
SetTabBarBadgeCompleteCallback as SetTabBarBadgeCompleteCallbackOrigin,
|
|
10
|
+
SetTabBarBadgeOptions as SetTabBarBadgeOptionsOrigin,
|
|
11
|
+
RemoveTabBarBadgeSuccess as RemoveTabBarBadgeSuccessOrigin,
|
|
12
|
+
RemoveTabBarBadgeSuccessCallback as RemoveTabBarBadgeSuccessCallbackOrigin,
|
|
13
|
+
RemoveTabBarBadgeFail as RemoveTabBarBadgeFailOrigin,
|
|
14
|
+
RemoveTabBarBadgeFailCallback as RemoveTabBarBadgeFailCallbackOrigin,
|
|
15
|
+
RemoveTabBarBadgeComplete as RemoveTabBarBadgeCompleteOrigin,
|
|
16
|
+
RemoveTabBarBadgeCompleteCallback as RemoveTabBarBadgeCompleteCallbackOrigin,
|
|
17
|
+
RemoveTabBarBadgeOptions as RemoveTabBarBadgeOptionsOrigin,
|
|
18
|
+
SetTabBarItemSuccess as SetTabBarItemSuccessOrigin,
|
|
19
|
+
SetTabBarItemSuccessCallback as SetTabBarItemSuccessCallbackOrigin,
|
|
20
|
+
SetTabBarItemFail as SetTabBarItemFailOrigin,
|
|
21
|
+
SetTabBarItemFailCallback as SetTabBarItemFailCallbackOrigin,
|
|
22
|
+
SetTabBarItemComplete as SetTabBarItemCompleteOrigin,
|
|
23
|
+
SetTabBarItemCompleteCallback as SetTabBarItemCompleteCallbackOrigin,
|
|
24
|
+
SetTabBarItemIconFontOptions as SetTabBarItemIconFontOptionsOrigin,
|
|
25
|
+
SetTabBarItemOptions as SetTabBarItemOptionsOrigin,
|
|
26
|
+
MidButtonIconFont as MidButtonIconFontOrigin,
|
|
27
|
+
MidButtonOptions as MidButtonOptionsOrigin,
|
|
28
|
+
SetTabBarStyleSuccess as SetTabBarStyleSuccessOrigin,
|
|
29
|
+
SetTabBarStyleSuccessCallback as SetTabBarStyleSuccessCallbackOrigin,
|
|
30
|
+
SetTabBarStyleFail as SetTabBarStyleFailOrigin,
|
|
31
|
+
SetTabBarStyleFailCallback as SetTabBarStyleFailCallbackOrigin,
|
|
32
|
+
SetTabBarStyleComplete as SetTabBarStyleCompleteOrigin,
|
|
33
|
+
SetTabBarStyleCompleteCallback as SetTabBarStyleCompleteCallbackOrigin,
|
|
34
|
+
SetTabBarStyleOptions as SetTabBarStyleOptionsOrigin,
|
|
35
|
+
HideTabBarSuccess as HideTabBarSuccessOrigin,
|
|
36
|
+
HideTabBarSuccessCallback as HideTabBarSuccessCallbackOrigin,
|
|
37
|
+
HideTabBarFail as HideTabBarFailOrigin,
|
|
38
|
+
HideTabBarFailCallback as HideTabBarFailCallbackOrigin,
|
|
39
|
+
HideTabBarComplete as HideTabBarCompleteOrigin,
|
|
40
|
+
HideTabBarCompleteCallback as HideTabBarCompleteCallbackOrigin,
|
|
41
|
+
HideTabBarOptions as HideTabBarOptionsOrigin,
|
|
42
|
+
ShowTabBarSuccess as ShowTabBarSuccessOrigin,
|
|
43
|
+
ShowTabBarSuccessCallback as ShowTabBarSuccessCallbackOrigin,
|
|
44
|
+
ShowTabBarFail as ShowTabBarFailOrigin,
|
|
45
|
+
ShowTabBarFailCallback as ShowTabBarFailCallbackOrigin,
|
|
46
|
+
ShowTabBarComplete as ShowTabBarCompleteOrigin,
|
|
47
|
+
ShowTabBarCompleteCallback as ShowTabBarCompleteCallbackOrigin,
|
|
48
|
+
ShowTabBarOptions as ShowTabBarOptionsOrigin,
|
|
49
|
+
ShowTabBarRedDotSuccess as ShowTabBarRedDotSuccessOrigin,
|
|
50
|
+
ShowTabBarRedDotSuccessCallback as ShowTabBarRedDotSuccessCallbackOrigin,
|
|
51
|
+
ShowTabBarRedDotFail as ShowTabBarRedDotFailOrigin,
|
|
52
|
+
ShowTabBarRedDotFailCallback as ShowTabBarRedDotFailCallbackOrigin,
|
|
53
|
+
ShowTabBarRedDotComplete as ShowTabBarRedDotCompleteOrigin,
|
|
54
|
+
ShowTabBarRedDotCompleteCallback as ShowTabBarRedDotCompleteCallbackOrigin,
|
|
55
|
+
ShowTabBarRedDotOptions as ShowTabBarRedDotOptionsOrigin,
|
|
56
|
+
HideTabBarRedDotSuccess as HideTabBarRedDotSuccessOrigin,
|
|
57
|
+
HideTabBarRedDotSuccessCallback as HideTabBarRedDotSuccessCallbackOrigin,
|
|
58
|
+
HideTabBarRedDotFail as HideTabBarRedDotFailOrigin,
|
|
59
|
+
HideTabBarRedDotFailCallback as HideTabBarRedDotFailCallbackOrigin,
|
|
60
|
+
HideTabBarRedDotComplete as HideTabBarRedDotCompleteOrigin,
|
|
61
|
+
HideTabBarRedDotCompleteCallback as HideTabBarRedDotCompleteCallbackOrigin,
|
|
62
|
+
HideTabBarRedDotOptions as HideTabBarRedDotOptionsOrigin,
|
|
63
|
+
OnTabBarMidButtonTapCallback as OnTabBarMidButtonTapCallbackOrigin,
|
|
64
|
+
Uni as UniOrigin
|
|
65
|
+
} from './interface'
|
|
66
|
+
|
|
67
|
+
declare global {
|
|
68
|
+
type SetTabBarBadgeSuccess = SetTabBarBadgeSuccessOrigin
|
|
69
|
+
type SetTabBarBadgeSuccessCallback = SetTabBarBadgeSuccessCallbackOrigin
|
|
70
|
+
type SetTabBarErrCode = SetTabBarErrCodeOrigin
|
|
71
|
+
type SetTabBarBadgeFail = SetTabBarBadgeFailOrigin
|
|
72
|
+
type SetTabBarBadgeFailCallback = SetTabBarBadgeFailCallbackOrigin
|
|
73
|
+
type SetTabBarBadgeComplete = SetTabBarBadgeCompleteOrigin
|
|
74
|
+
type SetTabBarBadgeCompleteCallback = SetTabBarBadgeCompleteCallbackOrigin
|
|
75
|
+
type SetTabBarBadgeOptions = SetTabBarBadgeOptionsOrigin
|
|
76
|
+
type RemoveTabBarBadgeSuccess = RemoveTabBarBadgeSuccessOrigin
|
|
77
|
+
type RemoveTabBarBadgeSuccessCallback = RemoveTabBarBadgeSuccessCallbackOrigin
|
|
78
|
+
type RemoveTabBarBadgeFail = RemoveTabBarBadgeFailOrigin
|
|
79
|
+
type RemoveTabBarBadgeFailCallback = RemoveTabBarBadgeFailCallbackOrigin
|
|
80
|
+
type RemoveTabBarBadgeComplete = RemoveTabBarBadgeCompleteOrigin
|
|
81
|
+
type RemoveTabBarBadgeCompleteCallback = RemoveTabBarBadgeCompleteCallbackOrigin
|
|
82
|
+
type RemoveTabBarBadgeOptions = RemoveTabBarBadgeOptionsOrigin
|
|
83
|
+
type SetTabBarItemSuccess = SetTabBarItemSuccessOrigin
|
|
84
|
+
type SetTabBarItemSuccessCallback = SetTabBarItemSuccessCallbackOrigin
|
|
85
|
+
type SetTabBarItemFail = SetTabBarItemFailOrigin
|
|
86
|
+
type SetTabBarItemFailCallback = SetTabBarItemFailCallbackOrigin
|
|
87
|
+
type SetTabBarItemComplete = SetTabBarItemCompleteOrigin
|
|
88
|
+
type SetTabBarItemCompleteCallback = SetTabBarItemCompleteCallbackOrigin
|
|
89
|
+
type SetTabBarItemIconFontOptions = SetTabBarItemIconFontOptionsOrigin
|
|
90
|
+
type SetTabBarItemOptions = SetTabBarItemOptionsOrigin
|
|
91
|
+
type MidButtonIconFont = MidButtonIconFontOrigin
|
|
92
|
+
type MidButtonOptions = MidButtonOptionsOrigin
|
|
93
|
+
type SetTabBarStyleSuccess = SetTabBarStyleSuccessOrigin
|
|
94
|
+
type SetTabBarStyleSuccessCallback = SetTabBarStyleSuccessCallbackOrigin
|
|
95
|
+
type SetTabBarStyleFail = SetTabBarStyleFailOrigin
|
|
96
|
+
type SetTabBarStyleFailCallback = SetTabBarStyleFailCallbackOrigin
|
|
97
|
+
type SetTabBarStyleComplete = SetTabBarStyleCompleteOrigin
|
|
98
|
+
type SetTabBarStyleCompleteCallback = SetTabBarStyleCompleteCallbackOrigin
|
|
99
|
+
type SetTabBarStyleOptions = SetTabBarStyleOptionsOrigin
|
|
100
|
+
type HideTabBarSuccess = HideTabBarSuccessOrigin
|
|
101
|
+
type HideTabBarSuccessCallback = HideTabBarSuccessCallbackOrigin
|
|
102
|
+
type HideTabBarFail = HideTabBarFailOrigin
|
|
103
|
+
type HideTabBarFailCallback = HideTabBarFailCallbackOrigin
|
|
104
|
+
type HideTabBarComplete = HideTabBarCompleteOrigin
|
|
105
|
+
type HideTabBarCompleteCallback = HideTabBarCompleteCallbackOrigin
|
|
106
|
+
type HideTabBarOptions = HideTabBarOptionsOrigin
|
|
107
|
+
type ShowTabBarSuccess = ShowTabBarSuccessOrigin
|
|
108
|
+
type ShowTabBarSuccessCallback = ShowTabBarSuccessCallbackOrigin
|
|
109
|
+
type ShowTabBarFail = ShowTabBarFailOrigin
|
|
110
|
+
type ShowTabBarFailCallback = ShowTabBarFailCallbackOrigin
|
|
111
|
+
type ShowTabBarComplete = ShowTabBarCompleteOrigin
|
|
112
|
+
type ShowTabBarCompleteCallback = ShowTabBarCompleteCallbackOrigin
|
|
113
|
+
type ShowTabBarOptions = ShowTabBarOptionsOrigin
|
|
114
|
+
type ShowTabBarRedDotSuccess = ShowTabBarRedDotSuccessOrigin
|
|
115
|
+
type ShowTabBarRedDotSuccessCallback = ShowTabBarRedDotSuccessCallbackOrigin
|
|
116
|
+
type ShowTabBarRedDotFail = ShowTabBarRedDotFailOrigin
|
|
117
|
+
type ShowTabBarRedDotFailCallback = ShowTabBarRedDotFailCallbackOrigin
|
|
118
|
+
type ShowTabBarRedDotComplete = ShowTabBarRedDotCompleteOrigin
|
|
119
|
+
type ShowTabBarRedDotCompleteCallback = ShowTabBarRedDotCompleteCallbackOrigin
|
|
120
|
+
type ShowTabBarRedDotOptions = ShowTabBarRedDotOptionsOrigin
|
|
121
|
+
type HideTabBarRedDotSuccess = HideTabBarRedDotSuccessOrigin
|
|
122
|
+
type HideTabBarRedDotSuccessCallback = HideTabBarRedDotSuccessCallbackOrigin
|
|
123
|
+
type HideTabBarRedDotFail = HideTabBarRedDotFailOrigin
|
|
124
|
+
type HideTabBarRedDotFailCallback = HideTabBarRedDotFailCallbackOrigin
|
|
125
|
+
type HideTabBarRedDotComplete = HideTabBarRedDotCompleteOrigin
|
|
126
|
+
type HideTabBarRedDotCompleteCallback = HideTabBarRedDotCompleteCallbackOrigin
|
|
127
|
+
type HideTabBarRedDotOptions = HideTabBarRedDotOptionsOrigin
|
|
128
|
+
type OnTabBarMidButtonTapCallback = OnTabBarMidButtonTapCallbackOrigin
|
|
129
|
+
interface Uni extends UniOrigin { }
|
|
130
|
+
}
|
|
@@ -1,130 +1,64 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
|
-
|
|
3
|
-
SetTabBarBadgeSuccess
|
|
4
|
-
SetTabBarBadgeSuccessCallback
|
|
5
|
-
SetTabBarErrCode
|
|
6
|
-
SetTabBarBadgeFail
|
|
7
|
-
SetTabBarBadgeFailCallback
|
|
8
|
-
SetTabBarBadgeComplete
|
|
9
|
-
SetTabBarBadgeCompleteCallback
|
|
10
|
-
SetTabBarBadgeOptions
|
|
11
|
-
RemoveTabBarBadgeSuccess
|
|
12
|
-
RemoveTabBarBadgeSuccessCallback
|
|
13
|
-
RemoveTabBarBadgeFail
|
|
14
|
-
RemoveTabBarBadgeFailCallback
|
|
15
|
-
RemoveTabBarBadgeComplete
|
|
16
|
-
RemoveTabBarBadgeCompleteCallback
|
|
17
|
-
RemoveTabBarBadgeOptions
|
|
18
|
-
SetTabBarItemSuccess
|
|
19
|
-
SetTabBarItemSuccessCallback
|
|
20
|
-
SetTabBarItemFail
|
|
21
|
-
SetTabBarItemFailCallback
|
|
22
|
-
SetTabBarItemComplete
|
|
23
|
-
SetTabBarItemCompleteCallback
|
|
24
|
-
SetTabBarItemIconFontOptions
|
|
25
|
-
SetTabBarItemOptions
|
|
26
|
-
MidButtonIconFont
|
|
27
|
-
MidButtonOptions
|
|
28
|
-
SetTabBarStyleSuccess
|
|
29
|
-
SetTabBarStyleSuccessCallback
|
|
30
|
-
SetTabBarStyleFail
|
|
31
|
-
SetTabBarStyleFailCallback
|
|
32
|
-
SetTabBarStyleComplete
|
|
33
|
-
SetTabBarStyleCompleteCallback
|
|
34
|
-
SetTabBarStyleOptions
|
|
35
|
-
HideTabBarSuccess
|
|
36
|
-
HideTabBarSuccessCallback
|
|
37
|
-
HideTabBarFail
|
|
38
|
-
HideTabBarFailCallback
|
|
39
|
-
HideTabBarComplete
|
|
40
|
-
HideTabBarCompleteCallback
|
|
41
|
-
HideTabBarOptions
|
|
42
|
-
ShowTabBarSuccess
|
|
43
|
-
ShowTabBarSuccessCallback
|
|
44
|
-
ShowTabBarFail
|
|
45
|
-
ShowTabBarFailCallback
|
|
46
|
-
ShowTabBarComplete
|
|
47
|
-
ShowTabBarCompleteCallback
|
|
48
|
-
ShowTabBarOptions
|
|
49
|
-
ShowTabBarRedDotSuccess
|
|
50
|
-
ShowTabBarRedDotSuccessCallback
|
|
51
|
-
ShowTabBarRedDotFail
|
|
52
|
-
ShowTabBarRedDotFailCallback
|
|
53
|
-
ShowTabBarRedDotComplete
|
|
54
|
-
ShowTabBarRedDotCompleteCallback
|
|
55
|
-
ShowTabBarRedDotOptions
|
|
56
|
-
HideTabBarRedDotSuccess
|
|
57
|
-
HideTabBarRedDotSuccessCallback
|
|
58
|
-
HideTabBarRedDotFail
|
|
59
|
-
HideTabBarRedDotFailCallback
|
|
60
|
-
HideTabBarRedDotComplete
|
|
61
|
-
HideTabBarRedDotCompleteCallback
|
|
62
|
-
HideTabBarRedDotOptions
|
|
63
|
-
OnTabBarMidButtonTapCallback
|
|
64
|
-
Uni as UniOrigin
|
|
2
|
+
export {
|
|
3
|
+
SetTabBarBadgeSuccess,
|
|
4
|
+
SetTabBarBadgeSuccessCallback,
|
|
5
|
+
SetTabBarErrCode,
|
|
6
|
+
SetTabBarBadgeFail,
|
|
7
|
+
SetTabBarBadgeFailCallback,
|
|
8
|
+
SetTabBarBadgeComplete,
|
|
9
|
+
SetTabBarBadgeCompleteCallback,
|
|
10
|
+
SetTabBarBadgeOptions,
|
|
11
|
+
RemoveTabBarBadgeSuccess,
|
|
12
|
+
RemoveTabBarBadgeSuccessCallback,
|
|
13
|
+
RemoveTabBarBadgeFail,
|
|
14
|
+
RemoveTabBarBadgeFailCallback,
|
|
15
|
+
RemoveTabBarBadgeComplete,
|
|
16
|
+
RemoveTabBarBadgeCompleteCallback,
|
|
17
|
+
RemoveTabBarBadgeOptions,
|
|
18
|
+
SetTabBarItemSuccess,
|
|
19
|
+
SetTabBarItemSuccessCallback,
|
|
20
|
+
SetTabBarItemFail,
|
|
21
|
+
SetTabBarItemFailCallback,
|
|
22
|
+
SetTabBarItemComplete,
|
|
23
|
+
SetTabBarItemCompleteCallback,
|
|
24
|
+
SetTabBarItemIconFontOptions,
|
|
25
|
+
SetTabBarItemOptions,
|
|
26
|
+
MidButtonIconFont,
|
|
27
|
+
MidButtonOptions,
|
|
28
|
+
SetTabBarStyleSuccess,
|
|
29
|
+
SetTabBarStyleSuccessCallback,
|
|
30
|
+
SetTabBarStyleFail,
|
|
31
|
+
SetTabBarStyleFailCallback,
|
|
32
|
+
SetTabBarStyleComplete,
|
|
33
|
+
SetTabBarStyleCompleteCallback,
|
|
34
|
+
SetTabBarStyleOptions,
|
|
35
|
+
HideTabBarSuccess,
|
|
36
|
+
HideTabBarSuccessCallback,
|
|
37
|
+
HideTabBarFail,
|
|
38
|
+
HideTabBarFailCallback,
|
|
39
|
+
HideTabBarComplete,
|
|
40
|
+
HideTabBarCompleteCallback,
|
|
41
|
+
HideTabBarOptions,
|
|
42
|
+
ShowTabBarSuccess,
|
|
43
|
+
ShowTabBarSuccessCallback,
|
|
44
|
+
ShowTabBarFail,
|
|
45
|
+
ShowTabBarFailCallback,
|
|
46
|
+
ShowTabBarComplete,
|
|
47
|
+
ShowTabBarCompleteCallback,
|
|
48
|
+
ShowTabBarOptions,
|
|
49
|
+
ShowTabBarRedDotSuccess,
|
|
50
|
+
ShowTabBarRedDotSuccessCallback,
|
|
51
|
+
ShowTabBarRedDotFail,
|
|
52
|
+
ShowTabBarRedDotFailCallback,
|
|
53
|
+
ShowTabBarRedDotComplete,
|
|
54
|
+
ShowTabBarRedDotCompleteCallback,
|
|
55
|
+
ShowTabBarRedDotOptions,
|
|
56
|
+
HideTabBarRedDotSuccess,
|
|
57
|
+
HideTabBarRedDotSuccessCallback,
|
|
58
|
+
HideTabBarRedDotFail,
|
|
59
|
+
HideTabBarRedDotFailCallback,
|
|
60
|
+
HideTabBarRedDotComplete,
|
|
61
|
+
HideTabBarRedDotCompleteCallback,
|
|
62
|
+
HideTabBarRedDotOptions,
|
|
63
|
+
OnTabBarMidButtonTapCallback,
|
|
65
64
|
} from './interface'
|
|
66
|
-
|
|
67
|
-
declare global {
|
|
68
|
-
type SetTabBarBadgeSuccess = SetTabBarBadgeSuccessOrigin
|
|
69
|
-
type SetTabBarBadgeSuccessCallback = SetTabBarBadgeSuccessCallbackOrigin
|
|
70
|
-
type SetTabBarErrCode = SetTabBarErrCodeOrigin
|
|
71
|
-
type SetTabBarBadgeFail = SetTabBarBadgeFailOrigin
|
|
72
|
-
type SetTabBarBadgeFailCallback = SetTabBarBadgeFailCallbackOrigin
|
|
73
|
-
type SetTabBarBadgeComplete = SetTabBarBadgeCompleteOrigin
|
|
74
|
-
type SetTabBarBadgeCompleteCallback = SetTabBarBadgeCompleteCallbackOrigin
|
|
75
|
-
type SetTabBarBadgeOptions = SetTabBarBadgeOptionsOrigin
|
|
76
|
-
type RemoveTabBarBadgeSuccess = RemoveTabBarBadgeSuccessOrigin
|
|
77
|
-
type RemoveTabBarBadgeSuccessCallback = RemoveTabBarBadgeSuccessCallbackOrigin
|
|
78
|
-
type RemoveTabBarBadgeFail = RemoveTabBarBadgeFailOrigin
|
|
79
|
-
type RemoveTabBarBadgeFailCallback = RemoveTabBarBadgeFailCallbackOrigin
|
|
80
|
-
type RemoveTabBarBadgeComplete = RemoveTabBarBadgeCompleteOrigin
|
|
81
|
-
type RemoveTabBarBadgeCompleteCallback = RemoveTabBarBadgeCompleteCallbackOrigin
|
|
82
|
-
type RemoveTabBarBadgeOptions = RemoveTabBarBadgeOptionsOrigin
|
|
83
|
-
type SetTabBarItemSuccess = SetTabBarItemSuccessOrigin
|
|
84
|
-
type SetTabBarItemSuccessCallback = SetTabBarItemSuccessCallbackOrigin
|
|
85
|
-
type SetTabBarItemFail = SetTabBarItemFailOrigin
|
|
86
|
-
type SetTabBarItemFailCallback = SetTabBarItemFailCallbackOrigin
|
|
87
|
-
type SetTabBarItemComplete = SetTabBarItemCompleteOrigin
|
|
88
|
-
type SetTabBarItemCompleteCallback = SetTabBarItemCompleteCallbackOrigin
|
|
89
|
-
type SetTabBarItemIconFontOptions = SetTabBarItemIconFontOptionsOrigin
|
|
90
|
-
type SetTabBarItemOptions = SetTabBarItemOptionsOrigin
|
|
91
|
-
type MidButtonIconFont = MidButtonIconFontOrigin
|
|
92
|
-
type MidButtonOptions = MidButtonOptionsOrigin
|
|
93
|
-
type SetTabBarStyleSuccess = SetTabBarStyleSuccessOrigin
|
|
94
|
-
type SetTabBarStyleSuccessCallback = SetTabBarStyleSuccessCallbackOrigin
|
|
95
|
-
type SetTabBarStyleFail = SetTabBarStyleFailOrigin
|
|
96
|
-
type SetTabBarStyleFailCallback = SetTabBarStyleFailCallbackOrigin
|
|
97
|
-
type SetTabBarStyleComplete = SetTabBarStyleCompleteOrigin
|
|
98
|
-
type SetTabBarStyleCompleteCallback = SetTabBarStyleCompleteCallbackOrigin
|
|
99
|
-
type SetTabBarStyleOptions = SetTabBarStyleOptionsOrigin
|
|
100
|
-
type HideTabBarSuccess = HideTabBarSuccessOrigin
|
|
101
|
-
type HideTabBarSuccessCallback = HideTabBarSuccessCallbackOrigin
|
|
102
|
-
type HideTabBarFail = HideTabBarFailOrigin
|
|
103
|
-
type HideTabBarFailCallback = HideTabBarFailCallbackOrigin
|
|
104
|
-
type HideTabBarComplete = HideTabBarCompleteOrigin
|
|
105
|
-
type HideTabBarCompleteCallback = HideTabBarCompleteCallbackOrigin
|
|
106
|
-
type HideTabBarOptions = HideTabBarOptionsOrigin
|
|
107
|
-
type ShowTabBarSuccess = ShowTabBarSuccessOrigin
|
|
108
|
-
type ShowTabBarSuccessCallback = ShowTabBarSuccessCallbackOrigin
|
|
109
|
-
type ShowTabBarFail = ShowTabBarFailOrigin
|
|
110
|
-
type ShowTabBarFailCallback = ShowTabBarFailCallbackOrigin
|
|
111
|
-
type ShowTabBarComplete = ShowTabBarCompleteOrigin
|
|
112
|
-
type ShowTabBarCompleteCallback = ShowTabBarCompleteCallbackOrigin
|
|
113
|
-
type ShowTabBarOptions = ShowTabBarOptionsOrigin
|
|
114
|
-
type ShowTabBarRedDotSuccess = ShowTabBarRedDotSuccessOrigin
|
|
115
|
-
type ShowTabBarRedDotSuccessCallback = ShowTabBarRedDotSuccessCallbackOrigin
|
|
116
|
-
type ShowTabBarRedDotFail = ShowTabBarRedDotFailOrigin
|
|
117
|
-
type ShowTabBarRedDotFailCallback = ShowTabBarRedDotFailCallbackOrigin
|
|
118
|
-
type ShowTabBarRedDotComplete = ShowTabBarRedDotCompleteOrigin
|
|
119
|
-
type ShowTabBarRedDotCompleteCallback = ShowTabBarRedDotCompleteCallbackOrigin
|
|
120
|
-
type ShowTabBarRedDotOptions = ShowTabBarRedDotOptionsOrigin
|
|
121
|
-
type HideTabBarRedDotSuccess = HideTabBarRedDotSuccessOrigin
|
|
122
|
-
type HideTabBarRedDotSuccessCallback = HideTabBarRedDotSuccessCallbackOrigin
|
|
123
|
-
type HideTabBarRedDotFail = HideTabBarRedDotFailOrigin
|
|
124
|
-
type HideTabBarRedDotFailCallback = HideTabBarRedDotFailCallbackOrigin
|
|
125
|
-
type HideTabBarRedDotComplete = HideTabBarRedDotCompleteOrigin
|
|
126
|
-
type HideTabBarRedDotCompleteCallback = HideTabBarRedDotCompleteCallbackOrigin
|
|
127
|
-
type HideTabBarRedDotOptions = HideTabBarRedDotOptionsOrigin
|
|
128
|
-
type OnTabBarMidButtonTapCallback = OnTabBarMidButtonTapCallbackOrigin
|
|
129
|
-
interface Uni extends UniOrigin { }
|
|
130
|
-
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference path='./base/index.d.ts' />
|
|
2
|
+
/// <reference path='./env/index.d.ts' />
|
|
3
|
+
/// <reference path='./core/global.d.ts' />
|
|
4
|
+
/// <reference path='./uts-plugin-api/global.d.ts' />
|
|
5
|
+
/// <reference path='./uts-plugin-biz/global.d.ts' />
|
|
6
|
+
/// <reference path='./uts-plugin-component/global.d.ts' />
|
package/types/uni/index.d.ts
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
/// <reference path='./uts-plugin-component/index.d.ts' />
|
|
6
|
-
/// <reference path='./uts-plugin-biz/index.d.ts' />
|
|
1
|
+
export * from './core'
|
|
2
|
+
export * from './uts-plugin-api'
|
|
3
|
+
export * from './uts-plugin-biz'
|
|
4
|
+
export * from './uts-plugin-component'
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/// <reference path='./lib/uni-websocket/utssdk/global.d.ts' />
|
|
2
|
+
/// <reference path='./lib/uni-storage/utssdk/global.d.ts' />
|
|
3
|
+
/// <reference path='./lib/uni-prompt/utssdk/global.d.ts' />
|
|
4
|
+
/// <reference path='./lib/uni-openAppAuthorizeSetting/utssdk/global.d.ts' />
|
|
5
|
+
/// <reference path='./lib/uni-network/utssdk/global.d.ts' />
|
|
6
|
+
/// <reference path='./lib/uni-media/utssdk/global.d.ts' />
|
|
7
|
+
/// <reference path='./lib/uni-installApk/utssdk/global.d.ts' />
|
|
8
|
+
/// <reference path='./lib/uni-getSystemSetting/utssdk/global.d.ts' />
|
|
9
|
+
/// <reference path='./lib/uni-getSystemInfo/utssdk/global.d.ts' />
|
|
10
|
+
/// <reference path='./lib/uni-getNetworkType/utssdk/global.d.ts' />
|
|
11
|
+
/// <reference path='./lib/uni-getLocation-system/utssdk/global.d.ts' />
|
|
12
|
+
/// <reference path='./lib/uni-getDeviceInfo/utssdk/global.d.ts' />
|
|
13
|
+
/// <reference path='./lib/uni-getAppBaseInfo/utssdk/global.d.ts' />
|
|
14
|
+
/// <reference path='./lib/uni-getAppAuthorizeSetting/utssdk/global.d.ts' />
|
|
15
|
+
/// <reference path='./lib/uni-getAccessibilityInfo/utssdk/global.d.ts' />
|
|
16
|
+
/// <reference path='./lib/uni-fileSystemManager/utssdk/global.d.ts' />
|
|
17
|
+
/// <reference path='./lib/uni-exit/utssdk/global.d.ts' />
|
|
18
|
+
/// <reference path='./lib/uni-createWebviewContext/utssdk/global.d.ts' />
|
|
19
|
+
/// <reference path='./lib/uni-network/utssdk/app-ios/global.d.ts' />
|