@dcloudio/uni-app-x 0.7.45 → 0.7.47
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/UniPage.d.ts +9 -9
- package/types/native/CanvasRenderingContext2D.d.ts +64 -1
- package/types/native/IUniElement.d.ts +1 -1
- package/types/native/IUniNativeViewElement.d.ts +6 -0
- package/types/native/UniAnimation.d.ts +9 -4
- package/types/native/global.d.ts +2 -0
- package/types/native/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +74 -427
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +6 -6
- package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +18 -18
- package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +8 -8
- package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +4 -4
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-document/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +8 -8
- package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +5 -5
- package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +14 -14
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +246 -92
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +20 -20
- package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +20 -20
- package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +14 -14
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +5 -5
- package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +11 -11
- package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +13 -13
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +91 -91
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +7 -7
- package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +4 -2
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +114 -428
- package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +9 -9
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +41 -41
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +8 -8
- package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +253 -339
- package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +3 -3
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +18 -18
- package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/interface.d.ts +5 -5
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +49 -49
- package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +30 -30
- package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +8 -8
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +10 -10
- package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +9 -9
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +21 -21
- package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/interface.d.ts +40 -12
- package/types/uni/uts-plugin-biz/lib/uni-facialRecognitionVerify/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +244 -244
- package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +16 -16
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +30 -30
- package/uts-plugin.d.ts +2 -0
- package/types/uni/uts-plugin-extend/README.md +0 -3
|
@@ -20,7 +20,7 @@ export type GetSystemSettingResult = {
|
|
|
20
20
|
* "harmony": {
|
|
21
21
|
* "osVer": "3.0",
|
|
22
22
|
* "uniVer": "4.25",
|
|
23
|
-
* "unixVer": "
|
|
23
|
+
* "unixVer": "4.61"
|
|
24
24
|
* }
|
|
25
25
|
* },
|
|
26
26
|
* "mp": {
|
|
@@ -87,7 +87,7 @@ export type GetSystemSettingResult = {
|
|
|
87
87
|
* "harmony": {
|
|
88
88
|
* "osVer": "3.0",
|
|
89
89
|
* "uniVer": "4.25",
|
|
90
|
-
* "unixVer": "
|
|
90
|
+
* "unixVer": "4.61"
|
|
91
91
|
* }
|
|
92
92
|
* },
|
|
93
93
|
* "mp": {
|
|
@@ -154,7 +154,7 @@ export type GetSystemSettingResult = {
|
|
|
154
154
|
* "harmony": {
|
|
155
155
|
* "osVer": "3.0",
|
|
156
156
|
* "uniVer": "4.25",
|
|
157
|
-
* "unixVer": "
|
|
157
|
+
* "unixVer": "4.61"
|
|
158
158
|
* }
|
|
159
159
|
* },
|
|
160
160
|
* "mp": {
|
|
@@ -221,7 +221,7 @@ export type GetSystemSettingResult = {
|
|
|
221
221
|
* "harmony": {
|
|
222
222
|
* "osVer": "3.0",
|
|
223
223
|
* "uniVer": "4.25",
|
|
224
|
-
* "unixVer": "
|
|
224
|
+
* "unixVer": "4.61"
|
|
225
225
|
* }
|
|
226
226
|
* },
|
|
227
227
|
* "mp": {
|
|
@@ -288,7 +288,7 @@ export type GetSystemSettingResult = {
|
|
|
288
288
|
* "harmony": {
|
|
289
289
|
* "osVer": "3.0",
|
|
290
290
|
* "uniVer": "4.25",
|
|
291
|
-
* "unixVer": "
|
|
291
|
+
* "unixVer": "4.61"
|
|
292
292
|
* }
|
|
293
293
|
* },
|
|
294
294
|
* "mp": {
|
|
@@ -355,7 +355,7 @@ export type GetSystemSettingResult = {
|
|
|
355
355
|
* "harmony": {
|
|
356
356
|
* "osVer": "3.0",
|
|
357
357
|
* "uniVer": "4.25",
|
|
358
|
-
* "unixVer": "
|
|
358
|
+
* "unixVer": "4.61"
|
|
359
359
|
* }
|
|
360
360
|
* },
|
|
361
361
|
* "mp": {
|
|
@@ -441,7 +441,7 @@ export interface Uni {
|
|
|
441
441
|
* "harmony": {
|
|
442
442
|
* "osVer": "3.0",
|
|
443
443
|
* "uniVer": "4.31",
|
|
444
|
-
* "unixVer": "
|
|
444
|
+
* "unixVer": "4.61"
|
|
445
445
|
* }
|
|
446
446
|
* },
|
|
447
447
|
* "mp": {
|
|
@@ -37,7 +37,7 @@ export interface Uni {
|
|
|
37
37
|
* "harmony": {
|
|
38
38
|
* "osVer": "3.0",
|
|
39
39
|
* "uniVer": "4.23",
|
|
40
|
-
* "unixVer": "
|
|
40
|
+
* "unixVer": "4.61"
|
|
41
41
|
* }
|
|
42
42
|
* },
|
|
43
43
|
* "mp": {
|
|
@@ -111,7 +111,7 @@ export interface Uni {
|
|
|
111
111
|
* "harmony": {
|
|
112
112
|
* "osVer": "3.0",
|
|
113
113
|
* "uniVer": "4.23",
|
|
114
|
-
* "unixVer": "
|
|
114
|
+
* "unixVer": "4.61"
|
|
115
115
|
* }
|
|
116
116
|
* },
|
|
117
117
|
* "mp": {
|
|
@@ -675,5 +675,5 @@ export interface Uni {
|
|
|
675
675
|
* }
|
|
676
676
|
* @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/ui/font/wx.loadFontFace.html
|
|
677
677
|
*/
|
|
678
|
-
loadFontFace:
|
|
678
|
+
loadFontFace(options: LoadFontFaceOptions): Promise<LoadFontFaceSuccess> | null
|
|
679
679
|
}
|
|
@@ -19,7 +19,7 @@ export interface Uni {
|
|
|
19
19
|
* "harmony": {
|
|
20
20
|
* "osVer": "3.0",
|
|
21
21
|
* "uniVer": "4.23",
|
|
22
|
-
* "unixVer": "
|
|
22
|
+
* "unixVer": "4.61"
|
|
23
23
|
* }
|
|
24
24
|
* },
|
|
25
25
|
* "mp": {
|
|
@@ -71,7 +71,7 @@ export interface Uni {
|
|
|
71
71
|
* }
|
|
72
72
|
* @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/device/phone/wx.makePhoneCall.html
|
|
73
73
|
*/
|
|
74
|
-
makePhoneCall:
|
|
74
|
+
makePhoneCall(options: MakePhoneCallOptions): void;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
export type MakePhoneCall = (options: MakePhoneCallOptions) => void;
|
|
@@ -15,7 +15,8 @@ import {
|
|
|
15
15
|
ChooseImageOptions as ChooseImageOptionsOrigin,
|
|
16
16
|
ChooseImage as ChooseImageOrigin,
|
|
17
17
|
PreviewImageSuccess as PreviewImageSuccessOrigin,
|
|
18
|
-
|
|
18
|
+
LongPressActionsSuccessResult as LongPressActionsSuccessResultOrigin,
|
|
19
|
+
LongPressActionsFailResult as LongPressActionsFailResultOrigin,
|
|
19
20
|
LongPressActionsOptions as LongPressActionsOptionsOrigin,
|
|
20
21
|
PreviewImageFail as PreviewImageFailOrigin,
|
|
21
22
|
PreviewImageSuccessCallback as PreviewImageSuccessCallbackOrigin,
|
|
@@ -109,7 +110,8 @@ declare global {
|
|
|
109
110
|
type ChooseImageOptions = ChooseImageOptionsOrigin
|
|
110
111
|
type ChooseImage = ChooseImageOrigin
|
|
111
112
|
type PreviewImageSuccess = PreviewImageSuccessOrigin
|
|
112
|
-
type
|
|
113
|
+
type LongPressActionsSuccessResult = LongPressActionsSuccessResultOrigin
|
|
114
|
+
type LongPressActionsFailResult = LongPressActionsFailResultOrigin
|
|
113
115
|
type LongPressActionsOptions = LongPressActionsOptionsOrigin
|
|
114
116
|
type PreviewImageFail = PreviewImageFailOrigin
|
|
115
117
|
type PreviewImageSuccessCallback = PreviewImageSuccessCallbackOrigin
|