@dcloudio/uni-app-x 0.7.61 → 0.7.63
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 +36 -1
- package/types/dom2/UniCSSProperty.d.ts +446 -0
- package/types/dom2/UniCSSType.d.ts +72 -0
- package/types/dom2/UniCommon.d.ts +40 -0
- package/types/dom2/UniCustomViewElement.d.ts +12 -0
- package/types/dom2/UniElement.d.ts +354 -0
- package/types/dom2/UniElementType.d.ts +37 -0
- package/types/dom2/UniImageElement.d.ts +102 -0
- package/types/dom2/UniNativeBaseView.d.ts +178 -0
- package/types/dom2/UniNativeCustomView.d.ts +13 -0
- package/types/dom2/UniNativeDefines.d.ts +435 -0
- package/types/dom2/UniNativeImageView.d.ts +34 -0
- package/types/dom2/UniNativeScrollView.d.ts +42 -0
- package/types/dom2/UniNativeTextView.d.ts +25 -0
- package/types/dom2/UniNativeView.d.ts +51 -0
- package/types/dom2/UniNativeViewType.d.ts +22 -0
- package/types/dom2/UniPage.d.ts +55 -0
- package/types/dom2/UniScrollViewElement.d.ts +13 -0
- package/types/dom2/UniTextElement.d.ts +20 -0
- package/types/dom2/UniTextLayout.d.ts +386 -0
- package/types/dom2/UniViewElement.d.ts +57 -0
- package/types/dom2/global.d.ts +189 -0
- package/types/dom2/index.d.ts +40 -0
- package/types/dom2/sharedData.d.ts +227 -0
- package/types/index.d.ts +2 -1
- package/types/native/DOMRect.d.ts +2 -1
- package/types/native/DrawableContext.d.ts +1665 -1661
- package/types/native/IUniElement.d.ts +3514 -2877
- package/types/native/SnapshotOptions.d.ts +2 -2
- package/types/native/UniAnimation.d.ts +11 -10
- package/types/native/UniEvent.d.ts +108 -3
- package/types/native/UniPage.d.ts +891 -882
- package/types/native/UniTextElement.d.ts +37 -0
- package/types/native/UniTextLayout.d.ts +387 -0
- package/types/native/UniVideoElement.d.ts +20 -17
- package/types/native/Worker.d.ts +19 -0
- package/types/native/global.d.ts +28 -68
- package/types/native/index.d.ts +18 -1
- package/types/page.d.ts +1862 -599
- package/types/uni/uts-plugin-api/global.d.ts +2 -0
- package/types/uni/uts-plugin-api/index.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +10 -10
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +0 -1
- package/types/uni/uts-plugin-api/lib/uni-createWorker/utssdk/global.d.ts +22 -0
- package/types/uni/uts-plugin-api/lib/uni-createWorker/utssdk/index.d.ts +10 -0
- package/types/uni/uts-plugin-api/lib/uni-createWorker/utssdk/interface.d.ts +524 -0
- package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +985 -76
- package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +79 -55
- package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +77 -53
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +458 -407
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +420 -0
- package/types/uni/uts-plugin-api/lib/uni-location/utssdk/interface.d.ts +80 -80
- package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/global.d.ts +12 -4
- package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/index.d.ts +6 -2
- package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +713 -91
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +3 -3
- package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/interface.d.ts +3 -1
- package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/interface.d.ts +71 -1
- package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/global.d.ts +56 -0
- package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/index.d.ts +27 -0
- package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/interface.d.ts +842 -0
- package/types/uni/uts-plugin-api/lib/uni-share/utssdk/interface.d.ts +11 -11
- package/types/uni/uts-plugin-api/lib/uni-share-weixin/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +63 -42
- package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/interface.d.ts +1007 -314
- package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/interface.d.ts +1727 -10
- package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/interface.d.ts +235 -30
- package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +17 -17
- package/uts-plugin.d.ts +11 -0
|
@@ -2,10 +2,12 @@
|
|
|
2
2
|
import {
|
|
3
3
|
UniLivePusherStatechangeEvent as UniLivePusherStatechangeEventOrigin,
|
|
4
4
|
UniLivePusherStatechangeEventDetail as UniLivePusherStatechangeEventDetailOrigin,
|
|
5
|
+
LivePusherStateCode as LivePusherStateCodeOrigin,
|
|
5
6
|
UniLivePusherNetstatusEvent as UniLivePusherNetstatusEventOrigin,
|
|
6
7
|
UniLivePusherNetstatusEventDetail as UniLivePusherNetstatusEventDetailOrigin,
|
|
7
8
|
UniLivePusherErrorEvent as UniLivePusherErrorEventOrigin,
|
|
8
9
|
UniLivePusherError as UniLivePusherErrorOrigin,
|
|
10
|
+
LivePusherErrorCode as LivePusherErrorCodeOrigin,
|
|
9
11
|
LivePusherContextSettings as LivePusherContextSettingsOrigin,
|
|
10
12
|
StreamingStateListener as StreamingStateListenerOrigin,
|
|
11
13
|
StreamingStatusListener as StreamingStatusListenerOrigin,
|
|
@@ -26,10 +28,12 @@ import {
|
|
|
26
28
|
declare global {
|
|
27
29
|
type UniLivePusherStatechangeEvent = UniLivePusherStatechangeEventOrigin
|
|
28
30
|
type UniLivePusherStatechangeEventDetail = UniLivePusherStatechangeEventDetailOrigin
|
|
31
|
+
type LivePusherStateCode = LivePusherStateCodeOrigin
|
|
29
32
|
type UniLivePusherNetstatusEvent = UniLivePusherNetstatusEventOrigin
|
|
30
33
|
type UniLivePusherNetstatusEventDetail = UniLivePusherNetstatusEventDetailOrigin
|
|
31
34
|
type UniLivePusherErrorEvent = UniLivePusherErrorEventOrigin
|
|
32
35
|
type UniLivePusherError = UniLivePusherErrorOrigin
|
|
36
|
+
type LivePusherErrorCode = LivePusherErrorCodeOrigin
|
|
33
37
|
type LivePusherContextSettings = LivePusherContextSettingsOrigin
|
|
34
38
|
type StreamingStateListener = StreamingStateListenerOrigin
|
|
35
39
|
type StreamingStatusListener = StreamingStatusListenerOrigin
|
|
@@ -2,10 +2,12 @@
|
|
|
2
2
|
export {
|
|
3
3
|
UniLivePusherStatechangeEvent,
|
|
4
4
|
UniLivePusherStatechangeEventDetail,
|
|
5
|
+
LivePusherStateCode,
|
|
5
6
|
UniLivePusherNetstatusEvent,
|
|
6
7
|
UniLivePusherNetstatusEventDetail,
|
|
7
8
|
UniLivePusherErrorEvent,
|
|
8
9
|
UniLivePusherError,
|
|
10
|
+
LivePusherErrorCode,
|
|
9
11
|
LivePusherContextSettings,
|
|
10
12
|
StreamingStateListener,
|
|
11
13
|
StreamingStatusListener,
|