@dcloudio/uni-app-x 0.7.11 → 0.7.12
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/.prettierrc +5 -0
- package/package.json +2 -2
- package/types/native/IUniElement.d.ts +30 -47
- package/types/native/UniApp.d.ts +17 -4
- package/types/native/UniDocument.d.ts +52 -4
- package/types/native/UniNativePage.d.ts +59 -34
- package/types/native/UniNestedPreScrollEvent.d.ts +45 -46
- package/types/native/UniTabsElement.d.ts +51 -21
- package/types/native/UniTextElement.d.ts +18 -1
- package/types/uni/global.d.ts +0 -1
- package/types/uni/index.d.ts +0 -1
- package/types/uni/uts-plugin-api/global.d.ts +12 -0
- package/types/uni/uts-plugin-api/index.d.ts +12 -0
- package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +412 -0
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +36 -6
- package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +277 -0
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +41 -14
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +17 -17
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +15 -15
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/interface.d.ts +73 -0
- package/types/uni/{core/lib/lifecycle → uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk}/global.d.ts +2 -0
- package/types/uni/{core/lib/lifecycle → uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk}/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +39 -0
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +157 -0
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +9 -9
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +2 -2
- package/types/uni/{core/lib/base/interceptor → uts-plugin-api/lib/uni-interceptor/utssdk}/global.d.ts +0 -2
- package/types/uni/{core/lib/base/interceptor → uts-plugin-api/lib/uni-interceptor/utssdk}/index.d.ts +0 -1
- package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +152 -0
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +557 -0
- package/types/uni/{core/lib/ui/set-navigation-bar-color → uts-plugin-api/lib/uni-navigationBar/utssdk}/global.d.ts +20 -4
- package/types/uni/{core/lib/ui/set-navigation-bar-title → uts-plugin-api/lib/uni-navigationBar/utssdk}/index.d.ts +10 -2
- package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +794 -0
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/app-ios/global.d.ts +10 -0
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/app-ios/index.d.ts +5 -0
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/app-ios/interface.d.ts +107 -39
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +20 -20
- package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +2 -2
- package/types/uni/{core/lib/ui/page-scroll-to → uts-plugin-api/lib/uni-pageScrollTo/utssdk}/global.d.ts +2 -4
- package/types/uni/{core/lib/ui/page-scroll-to → uts-plugin-api/lib/uni-pageScrollTo/utssdk}/index.d.ts +1 -2
- package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +143 -0
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +45 -45
- package/types/uni/{core/lib/ui/pull-down-refresh → uts-plugin-api/lib/uni-pullDownRefresh/utssdk}/global.d.ts +2 -4
- package/types/uni/{core/lib/ui/pull-down-refresh → uts-plugin-api/lib/uni-pullDownRefresh/utssdk}/index.d.ts +1 -2
- package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +174 -0
- package/types/uni/{core/lib/route → uts-plugin-api/lib/uni-route/utssdk}/global.d.ts +0 -10
- package/types/uni/{core/lib/route → uts-plugin-api/lib/uni-route/utssdk}/index.d.ts +0 -5
- package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +2020 -0
- package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +21 -21
- package/types/uni/{core/lib/ui/tab-bar → uts-plugin-api/lib/uni-tabBar/utssdk}/global.d.ts +4 -2
- package/types/uni/{core/lib/ui/tab-bar → uts-plugin-api/lib/uni-tabBar/utssdk}/index.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +926 -0
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +26 -26
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +59 -9
- package/types/uni/core/global.d.ts +0 -13
- package/types/uni/core/index.d.ts +0 -13
- package/types/uni/core/lib/base/event/interface.d.ts +0 -277
- package/types/uni/core/lib/base/interceptor/interface.d.ts +0 -150
- package/types/uni/core/lib/interface.d.ts +0 -28
- package/types/uni/core/lib/lifecycle/interface.d.ts +0 -37
- package/types/uni/core/lib/performance/interface.d.ts +0 -157
- package/types/uni/core/lib/route/interface.d.ts +0 -2031
- package/types/uni/core/lib/ui/create-selector-query/interface.d.ts +0 -412
- package/types/uni/core/lib/ui/get-element-by-id/interface.d.ts +0 -73
- package/types/uni/core/lib/ui/load-font-face/interface.d.ts +0 -560
- package/types/uni/core/lib/ui/page-scroll-to/interface.d.ts +0 -145
- package/types/uni/core/lib/ui/pull-down-refresh/interface.d.ts +0 -176
- package/types/uni/core/lib/ui/set-navigation-bar-color/index.d.ts +0 -13
- package/types/uni/core/lib/ui/set-navigation-bar-color/interface.d.ts +0 -431
- package/types/uni/core/lib/ui/set-navigation-bar-title/global.d.ts +0 -28
- package/types/uni/core/lib/ui/set-navigation-bar-title/interface.d.ts +0 -368
- package/types/uni/core/lib/ui/tab-bar/interface.d.ts +0 -928
- package/types/uni/{core/lib/ui/create-selector-query → uts-plugin-api/lib/uni-createSelectorQuery/utssdk}/global.d.ts +0 -0
- package/types/uni/{core/lib/ui/create-selector-query → uts-plugin-api/lib/uni-createSelectorQuery/utssdk}/index.d.ts +0 -0
- package/types/uni/{core/lib/base/event → uts-plugin-api/lib/uni-event/utssdk}/global.d.ts +0 -0
- package/types/uni/{core/lib/base/event → uts-plugin-api/lib/uni-event/utssdk}/index.d.ts +0 -0
- package/types/uni/{core/lib/ui/get-element-by-id → uts-plugin-api/lib/uni-getElementById/utssdk}/global.d.ts +0 -0
- package/types/uni/{core/lib/ui/get-element-by-id → uts-plugin-api/lib/uni-getElementById/utssdk}/index.d.ts +0 -0
- package/types/uni/{core/lib/performance → uts-plugin-api/lib/uni-getPerformance/utssdk}/global.d.ts +0 -0
- package/types/uni/{core/lib/performance → uts-plugin-api/lib/uni-getPerformance/utssdk}/index.d.ts +0 -0
- package/types/uni/{core/lib/ui/load-font-face → uts-plugin-api/lib/uni-loadFontFace/utssdk}/global.d.ts +2 -2
- package/types/uni/{core/lib/ui/load-font-face → uts-plugin-api/lib/uni-loadFontFace/utssdk}/index.d.ts +1 -1
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/types/uni/{core/lib/performance → uts-plugin-api/lib/uni-getPerformance/utssdk}/global.d.ts
RENAMED
|
File without changes
|
package/types/uni/{core/lib/performance → uts-plugin-api/lib/uni-getPerformance/utssdk}/index.d.ts
RENAMED
|
File without changes
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
LoadFontFaceOptionDesc as LoadFontFaceOptionDescOrigin,
|
|
4
4
|
LoadFontFaceErrCode as LoadFontFaceErrCodeOrigin,
|
|
5
|
+
LoadFontFaceFail as LoadFontFaceFailOrigin,
|
|
5
6
|
LoadFontFaceOptions as LoadFontFaceOptionsOrigin,
|
|
6
7
|
LoadFontFaceSuccess as LoadFontFaceSuccessOrigin,
|
|
7
8
|
LoadFontFaceSuccessCallback as LoadFontFaceSuccessCallbackOrigin,
|
|
8
|
-
LoadFontFaceFail as LoadFontFaceFailOrigin,
|
|
9
9
|
LoadFontFaceFailCallback as LoadFontFaceFailCallbackOrigin,
|
|
10
10
|
LoadFontFaceComplete as LoadFontFaceCompleteOrigin,
|
|
11
11
|
LoadFontFaceCompleteCallback as LoadFontFaceCompleteCallbackOrigin,
|
|
@@ -15,10 +15,10 @@ import {
|
|
|
15
15
|
declare global {
|
|
16
16
|
type LoadFontFaceOptionDesc = LoadFontFaceOptionDescOrigin
|
|
17
17
|
type LoadFontFaceErrCode = LoadFontFaceErrCodeOrigin
|
|
18
|
+
type LoadFontFaceFail = LoadFontFaceFailOrigin
|
|
18
19
|
type LoadFontFaceOptions = LoadFontFaceOptionsOrigin
|
|
19
20
|
type LoadFontFaceSuccess = LoadFontFaceSuccessOrigin
|
|
20
21
|
type LoadFontFaceSuccessCallback = LoadFontFaceSuccessCallbackOrigin
|
|
21
|
-
type LoadFontFaceFail = LoadFontFaceFailOrigin
|
|
22
22
|
type LoadFontFaceFailCallback = LoadFontFaceFailCallbackOrigin
|
|
23
23
|
type LoadFontFaceComplete = LoadFontFaceCompleteOrigin
|
|
24
24
|
type LoadFontFaceCompleteCallback = LoadFontFaceCompleteCallbackOrigin
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
export {
|
|
3
3
|
LoadFontFaceOptionDesc,
|
|
4
4
|
LoadFontFaceErrCode,
|
|
5
|
+
LoadFontFaceFail,
|
|
5
6
|
LoadFontFaceOptions,
|
|
6
7
|
LoadFontFaceSuccess,
|
|
7
8
|
LoadFontFaceSuccessCallback,
|
|
8
|
-
LoadFontFaceFail,
|
|
9
9
|
LoadFontFaceFailCallback,
|
|
10
10
|
LoadFontFaceComplete,
|
|
11
11
|
LoadFontFaceCompleteCallback,
|