@dcloudio/uni-app-x 0.7.38 → 0.7.40
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 +9 -7
- package/types/UniPage.d.ts +172 -22
- package/types/app.d.ts +31 -31
- package/types/native/CSSStyleDeclaration.d.ts +16 -2
- package/types/native/CanvasRenderingContext2D.d.ts +1 -1
- package/types/native/DOMRect.d.ts +430 -10
- package/types/native/DrawableContext.d.ts +1137 -45
- package/types/native/IUniElement.d.ts +1981 -138
- package/types/native/UniNativePage.d.ts +94 -0
- package/types/native/UniResizeObserver.d.ts +215 -5
- package/types/native/UniSafeArea.d.ts +185 -0
- package/types/native/UniVideoElement.d.ts +432 -0
- package/types/native/global.d.ts +21 -8
- package/types/native/index.d.ts +1 -0
- package/types/page.d.ts +45 -3
- package/types/uni/env/index.d.ts +81 -81
- package/types/uni/uni-map-tencent-map.d.ts +19 -15
- package/types/uni/uts-plugin-api/global.d.ts +62 -63
- package/types/uni/uts-plugin-api/index.d.ts +62 -63
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +10 -12
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +5 -6
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +278 -217
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +1600 -59
- package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +74 -73
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +1297 -333
- package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +74 -73
- package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +783 -783
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +411 -153
- package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +533 -135
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +2649 -1987
- package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +423 -63
- package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +289 -68
- package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +158 -90
- package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +315 -315
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/global.d.ts +62 -62
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/index.d.ts +31 -31
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +62 -62
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +2781 -2175
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +490 -490
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +2538 -2005
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +713 -115
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +336 -85
- package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/interface.d.ts +3 -3
- package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +732 -225
- package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +571 -64
- package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +874 -830
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +692 -274
- package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +284 -63
- package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +1013 -969
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +1448 -243
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +75 -75
- 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 +318 -53
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +202 -103
- package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +264 -87
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +6 -0
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +3 -0
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +5521 -1939
- package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +472 -264
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +5752 -3618
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +1215 -159
- package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +339 -33
- package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +457 -53
- package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +330 -65
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +890 -639
- package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +141 -92
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +4322 -2391
- package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +260 -126
- package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +488 -336
- package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +77 -77
- package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +553 -53
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +1845 -867
- package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +2501 -513
- package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/global.d.ts +8 -0
- package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/index.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +1103 -516
- package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +2306 -1660
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +2528 -1752
- package/types/uni/uts-plugin-biz/global.d.ts +6 -4
- package/types/uni/uts-plugin-biz/index.d.ts +6 -4
- package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +406 -39
- package/types/uni/{uts-plugin-api → uts-plugin-biz}/lib/uni-crash/utssdk/global.d.ts +4 -0
- package/types/uni/{uts-plugin-api → uts-plugin-biz}/lib/uni-crash/utssdk/index.d.ts +2 -0
- package/types/uni/{uts-plugin-api → uts-plugin-biz}/lib/uni-crash/utssdk/interface.d.ts +14 -1
- package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +80 -28
- package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +126 -0
- package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/global.d.ts +24 -0
- package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/index.d.ts +11 -0
- package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/interface.d.ts +204 -0
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +42 -36
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +21 -18
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +514 -216
- package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/global.d.ts +64 -0
- package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/index.d.ts +31 -0
- package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/interface.d.ts +900 -0
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +313 -313
- package/types/uni/uts-plugin-extend/global.d.ts +1 -4
- package/types/uni/uts-plugin-extend/index.d.ts +0 -4
- package/types/uni/uts-plugin-extend/lib/uni-__f__/utssdk/global.d.ts +7 -0
- package/types/uni/uts-plugin-extend/lib/uni-__f__/utssdk/index.d.ts +0 -0
- package/types/uni/uts-plugin-extend/lib/uni-__f__/utssdk/interface.d.ts +3 -0
- package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +825 -273
- package/types/uni/uts-plugin-extend/lib/uni-canvas/utssdk/interface.d.ts +4400 -340
- package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +1000 -268
- package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/interface.d.ts +77 -77
- package/types/uni/uts-plugin-extend/lib/uni-locale/utssdk/interface.d.ts +6 -6
- package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/interface.d.ts +1495 -384
- package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +222 -132
- package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/interface.d.ts +923 -67
- package/types/uni/uts-plugin-extend/lib/uni-preloadPage/utssdk/interface.d.ts +2 -2
- package/types/uni-cloud/interface.d.ts +13 -13
- package/types/uni/uts-plugin-extend/lib/uni-chooseLocation/utssdk/global.d.ts +0 -21
- package/types/uni/uts-plugin-extend/lib/uni-chooseLocation/utssdk/index.d.ts +0 -9
- package/types/uni/uts-plugin-extend/lib/uni-chooseLocation/utssdk/interface.d.ts +0 -151
- package/types/uni/uts-plugin-extend/lib/uni-createInnerAudioContext/utssdk/global.d.ts +0 -11
- package/types/uni/uts-plugin-extend/lib/uni-createInnerAudioContext/utssdk/index.d.ts +0 -4
- package/types/uni/uts-plugin-extend/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +0 -224
- package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/global.d.ts +0 -53
- package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/index.d.ts +0 -25
- package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/interface.d.ts +0 -487
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +0 -7
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +0 -716
- package/types/uni/uts-plugin-extend/lib/uni-theme/utssdk/global.d.ts +0 -9
- package/types/uni/uts-plugin-extend/lib/uni-theme/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-extend/lib/uni-theme/utssdk/interface.d.ts +0 -165
package/types/uni/env/index.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ interface Uni {
|
|
|
19
19
|
* "weinxin": {
|
|
20
20
|
* "osVer": "√",
|
|
21
21
|
* "uniVer": "√",
|
|
22
|
-
* "unixVer": "4.
|
|
22
|
+
* "unixVer": "4.41"
|
|
23
23
|
* }
|
|
24
24
|
* },
|
|
25
25
|
* "web": {
|
|
@@ -28,87 +28,87 @@ interface Uni {
|
|
|
28
28
|
* }
|
|
29
29
|
* }
|
|
30
30
|
*/
|
|
31
|
-
env
|
|
31
|
+
env: {
|
|
32
32
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
33
|
+
/**
|
|
34
|
+
* 应用专属存储空间的外置存储空间根目录下的files目录
|
|
35
|
+
* @uniPlatform {
|
|
36
|
+
* "app": {
|
|
37
|
+
* "android": {
|
|
38
|
+
* "osVer": "5.0",
|
|
39
|
+
* "uniVer": "x",
|
|
40
|
+
* "unixVer": "3.99"
|
|
41
|
+
* },
|
|
42
|
+
* "ios": {
|
|
43
|
+
* "osVer": "12.0",
|
|
44
|
+
* "uniVer": "x",
|
|
45
|
+
* "unixVer": "4.11"
|
|
46
|
+
* }
|
|
47
|
+
* },
|
|
48
|
+
* "mp": {
|
|
49
|
+
* "weinxin": {
|
|
50
|
+
* "osVer": "√",
|
|
51
|
+
* "uniVer": "√",
|
|
52
|
+
* "unixVer": "4.41"
|
|
53
|
+
* }
|
|
54
|
+
* }
|
|
55
|
+
* }
|
|
56
|
+
*/
|
|
57
|
+
USER_DATA_PATH: string,
|
|
58
|
+
/**
|
|
59
|
+
* 应用专属存储空间的外置存储空间根目录下的cache目录
|
|
60
|
+
* @uniPlatform {
|
|
61
|
+
* "app": {
|
|
62
|
+
* "android": {
|
|
63
|
+
* "osVer": "5.0",
|
|
64
|
+
* "uniVer": "x",
|
|
65
|
+
* "unixVer": "3.99"
|
|
66
|
+
* },
|
|
67
|
+
* "ios": {
|
|
68
|
+
* "osVer": "12.0",
|
|
69
|
+
* "uniVer": "x",
|
|
70
|
+
* "unixVer": "4.11"
|
|
71
|
+
* }
|
|
72
|
+
* }
|
|
73
|
+
* }
|
|
74
|
+
*/
|
|
75
|
+
CACHE_PATH: "unifile://cache/",
|
|
76
|
+
/**
|
|
77
|
+
* 应用专属存储空间的外置存储空间根目录(caches/files)
|
|
78
|
+
* @uniPlatform {
|
|
79
|
+
* "app": {
|
|
80
|
+
* "android": {
|
|
81
|
+
* "osVer": "5.0",
|
|
82
|
+
* "uniVer": "x",
|
|
83
|
+
* "unixVer": "3.99"
|
|
84
|
+
* },
|
|
85
|
+
* "ios": {
|
|
86
|
+
* "osVer": "12.0",
|
|
87
|
+
* "uniVer": "x",
|
|
88
|
+
* "unixVer": "4.11"
|
|
89
|
+
* }
|
|
90
|
+
* }
|
|
91
|
+
* }
|
|
92
|
+
*/
|
|
93
|
+
SANDBOX_PATH: "unifile://sandbox/",
|
|
94
|
+
/**
|
|
95
|
+
* 应用专属存储空间的内置存储空间根目录
|
|
96
|
+
* @uniPlatform {
|
|
97
|
+
* "app": {
|
|
98
|
+
* "android": {
|
|
99
|
+
* "osVer": "5.0",
|
|
100
|
+
* "uniVer": "x",
|
|
101
|
+
* "unixVer": "3.99"
|
|
102
|
+
* },
|
|
103
|
+
* "ios": {
|
|
104
|
+
* "osVer": "12.0",
|
|
105
|
+
* "uniVer": "x",
|
|
106
|
+
* "unixVer": "4.11"
|
|
107
|
+
* }
|
|
108
|
+
* }
|
|
109
|
+
* }
|
|
110
|
+
*/
|
|
111
|
+
ANDROID_INTERNAL_SANDBOX_PATH: "unifile://androidInternalSandbox/",
|
|
112
112
|
|
|
113
113
|
}
|
|
114
114
|
|
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
export declare
|
|
1
|
+
export declare type UniMapUpdatedEventDetail = { }
|
|
2
2
|
export declare class UniMapUpdatedEvent extends UniCustomEvent<UniMapUpdatedEventDetail> {
|
|
3
3
|
constructor(type: string, detail: UniMapUpdatedEventDetail)
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
export declare
|
|
6
|
+
export declare type UniMapTapEventDetail = {
|
|
7
7
|
latitude: number | null
|
|
8
8
|
longitude: number | null
|
|
9
9
|
}
|
|
10
|
-
export declare class UniMapTapEvent extends
|
|
11
|
-
|
|
10
|
+
export declare class UniMapTapEvent extends UniPointerEvent {
|
|
11
|
+
detail ?: UniMapTapEventDetail | null
|
|
12
|
+
constructor(type : string, x : number, y : number, clientX : number, clientY : number, pageX : number, pageY : number, screenX : number, screenY : number)
|
|
12
13
|
}
|
|
13
14
|
|
|
14
|
-
export declare
|
|
15
|
+
export declare type UniMapRegionChangeEventDetail = {
|
|
15
16
|
skew: number | null
|
|
16
17
|
rotate: number | null
|
|
17
18
|
}
|
|
@@ -20,33 +21,36 @@ export declare class UniMapRegionChangeEvent extends UniCustomEvent<UniMapRegion
|
|
|
20
21
|
constructor(type: string, detail: UniMapRegionChangeEventDetail | null)
|
|
21
22
|
}
|
|
22
23
|
|
|
23
|
-
export declare
|
|
24
|
+
export declare type UniMapMarkerTapEventDetail = {
|
|
24
25
|
markerId: number | null
|
|
25
26
|
}
|
|
26
|
-
export declare class UniMapMarkerTapEvent extends
|
|
27
|
-
|
|
27
|
+
export declare class UniMapMarkerTapEvent extends UniPointerEvent {
|
|
28
|
+
detail ?: UniMapMarkerTapEventDetail | null
|
|
29
|
+
constructor(type : string, x : number, y : number, clientX : number, clientY : number, pageX : number, pageY : number, screenX : number, screenY : number)
|
|
28
30
|
}
|
|
29
31
|
|
|
30
|
-
export declare
|
|
32
|
+
export declare type UniMapControlTapEventDetail = {
|
|
31
33
|
controlId: number | null
|
|
32
34
|
}
|
|
33
35
|
export declare class UniMapControlTapEvent extends UniCustomEvent<UniMapControlTapEventDetail> {
|
|
34
36
|
constructor(type: string, detail: UniMapControlTapEventDetail)
|
|
35
37
|
}
|
|
36
38
|
|
|
37
|
-
export declare
|
|
39
|
+
export declare type UniMapAnchorPointTapEventDetail = {
|
|
38
40
|
latitude: number | null
|
|
39
41
|
longitude: number | null
|
|
40
42
|
}
|
|
41
|
-
export declare class UniMapAnchorPointTapEvent extends
|
|
42
|
-
|
|
43
|
+
export declare class UniMapAnchorPointTapEvent extends UniPointerEvent {
|
|
44
|
+
detail ?: UniMapAnchorPointTapEventDetail | null
|
|
45
|
+
constructor(type : string, x : number, y : number, clientX : number, clientY : number, pageX : number, pageY : number, screenX : number, screenY : number)
|
|
43
46
|
}
|
|
44
47
|
|
|
45
|
-
export declare
|
|
48
|
+
export declare type UniMapPoiTapEventDetail = {
|
|
46
49
|
latitude: number | null
|
|
47
50
|
longitude: number | null
|
|
48
51
|
name: string | null
|
|
49
52
|
}
|
|
50
|
-
export declare class UniMapPoiTapEvent extends
|
|
51
|
-
|
|
53
|
+
export declare class UniMapPoiTapEvent extends UniPointerEvent {
|
|
54
|
+
detail ?: UniMapPoiTapEventDetail | null
|
|
55
|
+
constructor(type : string, x : number, y : number, clientX : number, clientY : number, pageX : number, pageY : number, screenX : number, screenY : number)
|
|
52
56
|
}
|
|
@@ -1,66 +1,65 @@
|
|
|
1
|
-
/// <reference path='./lib/uni-
|
|
2
|
-
/// <reference path='./lib/uni-
|
|
3
|
-
/// <reference path='./lib/uni-
|
|
4
|
-
/// <reference path='./lib/uni-
|
|
5
|
-
/// <reference path='./lib/uni-
|
|
6
|
-
/// <reference path='./lib/uni-
|
|
7
|
-
/// <reference path='./lib/uni-
|
|
8
|
-
/// <reference path='./lib/uni-
|
|
9
|
-
/// <reference path='./lib/uni-
|
|
10
|
-
/// <reference path='./lib/uni-
|
|
11
|
-
/// <reference path='./lib/uni-
|
|
12
|
-
/// <reference path='./lib/uni-
|
|
13
|
-
/// <reference path='./lib/uni-
|
|
14
|
-
/// <reference path='./lib/uni-
|
|
15
|
-
/// <reference path='./lib/uni-
|
|
16
|
-
/// <reference path='./lib/uni-
|
|
17
|
-
/// <reference path='./lib/uni-
|
|
18
|
-
/// <reference path='./lib/uni-
|
|
19
|
-
/// <reference path='./lib/uni-
|
|
20
|
-
/// <reference path='./lib/uni-
|
|
21
|
-
/// <reference path='./lib/uni-
|
|
22
|
-
/// <reference path='./lib/uni-
|
|
23
|
-
/// <reference path='./lib/uni-
|
|
24
|
-
/// <reference path='./lib/uni-
|
|
25
|
-
/// <reference path='./lib/uni-
|
|
26
|
-
/// <reference path='./lib/uni-
|
|
27
|
-
/// <reference path='./lib/uni-
|
|
28
|
-
/// <reference path='./lib/uni-interceptor/utssdk/global.d.ts' />
|
|
29
|
-
/// <reference path='./lib/uni-installApk/utssdk/global.d.ts' />
|
|
30
|
-
/// <reference path='./lib/uni-getSystemSetting/utssdk/global.d.ts' />
|
|
31
|
-
/// <reference path='./lib/uni-getSystemInfo/utssdk/global.d.ts' />
|
|
32
|
-
/// <reference path='./lib/uni-getRecorderManager/utssdk/global.d.ts' />
|
|
33
|
-
/// <reference path='./lib/uni-getProvider/utssdk/global.d.ts' />
|
|
34
|
-
/// <reference path='./lib/uni-getPerformance/utssdk/global.d.ts' />
|
|
35
|
-
/// <reference path='./lib/uni-getNetworkType/utssdk/global.d.ts' />
|
|
1
|
+
/// <reference path='./lib/uni-actionSheet/utssdk/global.d.ts' />
|
|
2
|
+
/// <reference path='./lib/uni-addPhoneContact/utssdk/global.d.ts' />
|
|
3
|
+
/// <reference path='./lib/uni-arrayBufferToBase64/utssdk/global.d.ts' />
|
|
4
|
+
/// <reference path='./lib/uni-authentication/utssdk/global.d.ts' />
|
|
5
|
+
/// <reference path='./lib/uni-base64ToArrayBuffer/utssdk/global.d.ts' />
|
|
6
|
+
/// <reference path='./lib/uni-canvas/utssdk/global.d.ts' />
|
|
7
|
+
/// <reference path='./lib/uni-chooseLocation/utssdk/global.d.ts' />
|
|
8
|
+
/// <reference path='./lib/uni-clipboard/utssdk/global.d.ts' />
|
|
9
|
+
/// <reference path='./lib/uni-createInnerAudioContext/utssdk/global.d.ts' />
|
|
10
|
+
/// <reference path='./lib/uni-createIntersectionObserver/utssdk/global.d.ts' />
|
|
11
|
+
/// <reference path='./lib/uni-createRequestPermissionListener/utssdk/global.d.ts' />
|
|
12
|
+
/// <reference path='./lib/uni-createSelectorQuery/utssdk/global.d.ts' />
|
|
13
|
+
/// <reference path='./lib/uni-createWebviewContext/utssdk/global.d.ts' />
|
|
14
|
+
/// <reference path='./lib/uni-dialogPage/utssdk/global.d.ts' />
|
|
15
|
+
/// <reference path='./lib/uni-event/utssdk/global.d.ts' />
|
|
16
|
+
/// <reference path='./lib/uni-exit/utssdk/global.d.ts' />
|
|
17
|
+
/// <reference path='./lib/uni-file/utssdk/global.d.ts' />
|
|
18
|
+
/// <reference path='./lib/uni-fileSystemManager/utssdk/global.d.ts' />
|
|
19
|
+
/// <reference path='./lib/uni-getAccessibilityInfo/utssdk/global.d.ts' />
|
|
20
|
+
/// <reference path='./lib/uni-getAppAuthorizeSetting/utssdk/global.d.ts' />
|
|
21
|
+
/// <reference path='./lib/uni-getAppBaseInfo/utssdk/global.d.ts' />
|
|
22
|
+
/// <reference path='./lib/uni-getBackgroundAudioManager/utssdk/global.d.ts' />
|
|
23
|
+
/// <reference path='./lib/uni-getDeviceInfo/utssdk/global.d.ts' />
|
|
24
|
+
/// <reference path='./lib/uni-getElementById/utssdk/global.d.ts' />
|
|
25
|
+
/// <reference path='./lib/uni-getEnterOptionsSync/utssdk/global.d.ts' />
|
|
26
|
+
/// <reference path='./lib/uni-getLaunchOptionsSync/utssdk/global.d.ts' />
|
|
27
|
+
/// <reference path='./lib/uni-getLocation-system/utssdk/global.d.ts' />
|
|
36
28
|
/// <reference path='./lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts' />
|
|
37
29
|
/// <reference path='./lib/uni-getLocation-tencent/utssdk/global.d.ts' />
|
|
38
|
-
/// <reference path='./lib/uni-getLocation-system/utssdk/global.d.ts' />
|
|
39
30
|
/// <reference path='./lib/uni-getLocation/utssdk/global.d.ts' />
|
|
40
|
-
/// <reference path='./lib/uni-
|
|
41
|
-
/// <reference path='./lib/uni-
|
|
42
|
-
/// <reference path='./lib/uni-
|
|
43
|
-
/// <reference path='./lib/uni-
|
|
44
|
-
/// <reference path='./lib/uni-
|
|
45
|
-
/// <reference path='./lib/uni-
|
|
46
|
-
/// <reference path='./lib/uni-
|
|
47
|
-
/// <reference path='./lib/uni-
|
|
48
|
-
/// <reference path='./lib/uni-
|
|
49
|
-
/// <reference path='./lib/uni-
|
|
50
|
-
/// <reference path='./lib/uni-
|
|
51
|
-
/// <reference path='./lib/uni-
|
|
52
|
-
/// <reference path='./lib/uni-
|
|
53
|
-
/// <reference path='./lib/uni-
|
|
54
|
-
/// <reference path='./lib/uni-
|
|
55
|
-
/// <reference path='./lib/uni-
|
|
56
|
-
/// <reference path='./lib/uni-
|
|
57
|
-
/// <reference path='./lib/uni-
|
|
58
|
-
/// <reference path='./lib/uni-
|
|
59
|
-
/// <reference path='./lib/uni-
|
|
60
|
-
/// <reference path='./lib/uni-
|
|
61
|
-
/// <reference path='./lib/uni-
|
|
62
|
-
/// <reference path='./lib/uni-
|
|
63
|
-
/// <reference path='./lib/uni-
|
|
64
|
-
/// <reference path='./lib/uni-
|
|
65
|
-
/// <reference path='./lib/uni-
|
|
66
|
-
/// <reference path='./lib/uni-
|
|
31
|
+
/// <reference path='./lib/uni-getNetworkType/utssdk/global.d.ts' />
|
|
32
|
+
/// <reference path='./lib/uni-getPerformance/utssdk/global.d.ts' />
|
|
33
|
+
/// <reference path='./lib/uni-getProvider/utssdk/global.d.ts' />
|
|
34
|
+
/// <reference path='./lib/uni-getRecorderManager/utssdk/global.d.ts' />
|
|
35
|
+
/// <reference path='./lib/uni-getSystemInfo/utssdk/global.d.ts' />
|
|
36
|
+
/// <reference path='./lib/uni-getSystemSetting/utssdk/global.d.ts' />
|
|
37
|
+
/// <reference path='./lib/uni-installApk/utssdk/global.d.ts' />
|
|
38
|
+
/// <reference path='./lib/uni-interceptor/utssdk/global.d.ts' />
|
|
39
|
+
/// <reference path='./lib/uni-keyboard/utssdk/global.d.ts' />
|
|
40
|
+
/// <reference path='./lib/uni-loadFontFace/utssdk/global.d.ts' />
|
|
41
|
+
/// <reference path='./lib/uni-makePhoneCall/utssdk/global.d.ts' />
|
|
42
|
+
/// <reference path='./lib/uni-media/utssdk/global.d.ts' />
|
|
43
|
+
/// <reference path='./lib/uni-navigationBar/utssdk/global.d.ts' />
|
|
44
|
+
/// <reference path='./lib/uni-network/utssdk/global.d.ts' />
|
|
45
|
+
/// <reference path='./lib/uni-oauth-huawei/utssdk/global.d.ts' />
|
|
46
|
+
/// <reference path='./lib/uni-oauth/utssdk/global.d.ts' />
|
|
47
|
+
/// <reference path='./lib/uni-openAppAuthorizeSetting/utssdk/global.d.ts' />
|
|
48
|
+
/// <reference path='./lib/uni-openDocument/utssdk/global.d.ts' />
|
|
49
|
+
/// <reference path='./lib/uni-pageScrollTo/utssdk/global.d.ts' />
|
|
50
|
+
/// <reference path='./lib/uni-payment-alipay/utssdk/global.d.ts' />
|
|
51
|
+
/// <reference path='./lib/uni-payment-huawei/utssdk/global.d.ts' />
|
|
52
|
+
/// <reference path='./lib/uni-payment-wxpay/utssdk/global.d.ts' />
|
|
53
|
+
/// <reference path='./lib/uni-payment/utssdk/global.d.ts' />
|
|
54
|
+
/// <reference path='./lib/uni-privacy/utssdk/global.d.ts' />
|
|
55
|
+
/// <reference path='./lib/uni-prompt/utssdk/global.d.ts' />
|
|
56
|
+
/// <reference path='./lib/uni-pullDownRefresh/utssdk/global.d.ts' />
|
|
57
|
+
/// <reference path='./lib/uni-route/utssdk/global.d.ts' />
|
|
58
|
+
/// <reference path='./lib/uni-rpx2px/utssdk/global.d.ts' />
|
|
59
|
+
/// <reference path='./lib/uni-scanCode/utssdk/global.d.ts' />
|
|
60
|
+
/// <reference path='./lib/uni-shareWithSystem/utssdk/global.d.ts' />
|
|
61
|
+
/// <reference path='./lib/uni-storage/utssdk/global.d.ts' />
|
|
62
|
+
/// <reference path='./lib/uni-tabBar/utssdk/global.d.ts' />
|
|
63
|
+
/// <reference path='./lib/uni-theme/utssdk/global.d.ts' />
|
|
64
|
+
/// <reference path='./lib/uni-virtualPayment/utssdk/global.d.ts' />
|
|
65
|
+
/// <reference path='./lib/uni-websocket/utssdk/global.d.ts' />
|
|
@@ -1,66 +1,65 @@
|
|
|
1
|
-
export * from './lib/uni-
|
|
2
|
-
export * from './lib/uni-
|
|
3
|
-
export * from './lib/uni-
|
|
4
|
-
export * from './lib/uni-
|
|
5
|
-
export * from './lib/uni-
|
|
6
|
-
export * from './lib/uni-
|
|
7
|
-
export * from './lib/uni-
|
|
8
|
-
export * from './lib/uni-
|
|
9
|
-
export * from './lib/uni-
|
|
10
|
-
export * from './lib/uni-
|
|
11
|
-
export * from './lib/uni-
|
|
12
|
-
export * from './lib/uni-
|
|
13
|
-
export * from './lib/uni-
|
|
14
|
-
export * from './lib/uni-
|
|
15
|
-
export * from './lib/uni-
|
|
16
|
-
export * from './lib/uni-
|
|
17
|
-
export * from './lib/uni-
|
|
18
|
-
export * from './lib/uni-
|
|
19
|
-
export * from './lib/uni-
|
|
20
|
-
export * from './lib/uni-
|
|
21
|
-
export * from './lib/uni-
|
|
22
|
-
export * from './lib/uni-
|
|
23
|
-
export * from './lib/uni-
|
|
24
|
-
export * from './lib/uni-
|
|
25
|
-
export * from './lib/uni-
|
|
26
|
-
export * from './lib/uni-
|
|
27
|
-
export * from './lib/uni-
|
|
28
|
-
export * from './lib/uni-interceptor/utssdk'
|
|
29
|
-
export * from './lib/uni-installApk/utssdk'
|
|
30
|
-
export * from './lib/uni-getSystemSetting/utssdk'
|
|
31
|
-
export * from './lib/uni-getSystemInfo/utssdk'
|
|
32
|
-
export * from './lib/uni-getRecorderManager/utssdk'
|
|
33
|
-
export * from './lib/uni-getProvider/utssdk'
|
|
34
|
-
export * from './lib/uni-getPerformance/utssdk'
|
|
35
|
-
export * from './lib/uni-getNetworkType/utssdk'
|
|
1
|
+
export * from './lib/uni-actionSheet/utssdk'
|
|
2
|
+
export * from './lib/uni-addPhoneContact/utssdk'
|
|
3
|
+
export * from './lib/uni-arrayBufferToBase64/utssdk'
|
|
4
|
+
export * from './lib/uni-authentication/utssdk'
|
|
5
|
+
export * from './lib/uni-base64ToArrayBuffer/utssdk'
|
|
6
|
+
export * from './lib/uni-canvas/utssdk'
|
|
7
|
+
export * from './lib/uni-chooseLocation/utssdk'
|
|
8
|
+
export * from './lib/uni-clipboard/utssdk'
|
|
9
|
+
export * from './lib/uni-createInnerAudioContext/utssdk'
|
|
10
|
+
export * from './lib/uni-createIntersectionObserver/utssdk'
|
|
11
|
+
export * from './lib/uni-createRequestPermissionListener/utssdk'
|
|
12
|
+
export * from './lib/uni-createSelectorQuery/utssdk'
|
|
13
|
+
export * from './lib/uni-createWebviewContext/utssdk'
|
|
14
|
+
export * from './lib/uni-dialogPage/utssdk'
|
|
15
|
+
export * from './lib/uni-event/utssdk'
|
|
16
|
+
export * from './lib/uni-exit/utssdk'
|
|
17
|
+
export * from './lib/uni-file/utssdk'
|
|
18
|
+
export * from './lib/uni-fileSystemManager/utssdk'
|
|
19
|
+
export * from './lib/uni-getAccessibilityInfo/utssdk'
|
|
20
|
+
export * from './lib/uni-getAppAuthorizeSetting/utssdk'
|
|
21
|
+
export * from './lib/uni-getAppBaseInfo/utssdk'
|
|
22
|
+
export * from './lib/uni-getBackgroundAudioManager/utssdk'
|
|
23
|
+
export * from './lib/uni-getDeviceInfo/utssdk'
|
|
24
|
+
export * from './lib/uni-getElementById/utssdk'
|
|
25
|
+
export * from './lib/uni-getEnterOptionsSync/utssdk'
|
|
26
|
+
export * from './lib/uni-getLaunchOptionsSync/utssdk'
|
|
27
|
+
export * from './lib/uni-getLocation-system/utssdk'
|
|
36
28
|
export * from './lib/uni-getLocation-tencent-uni1/utssdk'
|
|
37
29
|
export * from './lib/uni-getLocation-tencent/utssdk'
|
|
38
|
-
export * from './lib/uni-getLocation-system/utssdk'
|
|
39
30
|
export * from './lib/uni-getLocation/utssdk'
|
|
40
|
-
export * from './lib/uni-
|
|
41
|
-
export * from './lib/uni-
|
|
42
|
-
export * from './lib/uni-
|
|
43
|
-
export * from './lib/uni-
|
|
44
|
-
export * from './lib/uni-
|
|
45
|
-
export * from './lib/uni-
|
|
46
|
-
export * from './lib/uni-
|
|
47
|
-
export * from './lib/uni-
|
|
48
|
-
export * from './lib/uni-
|
|
49
|
-
export * from './lib/uni-
|
|
50
|
-
export * from './lib/uni-
|
|
51
|
-
export * from './lib/uni-
|
|
52
|
-
export * from './lib/uni-
|
|
53
|
-
export * from './lib/uni-
|
|
54
|
-
export * from './lib/uni-
|
|
55
|
-
export * from './lib/uni-
|
|
56
|
-
export * from './lib/uni-
|
|
57
|
-
export * from './lib/uni-
|
|
58
|
-
export * from './lib/uni-
|
|
59
|
-
export * from './lib/uni-
|
|
60
|
-
export * from './lib/uni-
|
|
61
|
-
export * from './lib/uni-
|
|
62
|
-
export * from './lib/uni-
|
|
63
|
-
export * from './lib/uni-
|
|
64
|
-
export * from './lib/uni-
|
|
65
|
-
export * from './lib/uni-
|
|
66
|
-
export * from './lib/uni-
|
|
31
|
+
export * from './lib/uni-getNetworkType/utssdk'
|
|
32
|
+
export * from './lib/uni-getPerformance/utssdk'
|
|
33
|
+
export * from './lib/uni-getProvider/utssdk'
|
|
34
|
+
export * from './lib/uni-getRecorderManager/utssdk'
|
|
35
|
+
export * from './lib/uni-getSystemInfo/utssdk'
|
|
36
|
+
export * from './lib/uni-getSystemSetting/utssdk'
|
|
37
|
+
export * from './lib/uni-installApk/utssdk'
|
|
38
|
+
export * from './lib/uni-interceptor/utssdk'
|
|
39
|
+
export * from './lib/uni-keyboard/utssdk'
|
|
40
|
+
export * from './lib/uni-loadFontFace/utssdk'
|
|
41
|
+
export * from './lib/uni-makePhoneCall/utssdk'
|
|
42
|
+
export * from './lib/uni-media/utssdk'
|
|
43
|
+
export * from './lib/uni-navigationBar/utssdk'
|
|
44
|
+
export * from './lib/uni-network/utssdk'
|
|
45
|
+
export * from './lib/uni-oauth-huawei/utssdk'
|
|
46
|
+
export * from './lib/uni-oauth/utssdk'
|
|
47
|
+
export * from './lib/uni-openAppAuthorizeSetting/utssdk'
|
|
48
|
+
export * from './lib/uni-openDocument/utssdk'
|
|
49
|
+
export * from './lib/uni-pageScrollTo/utssdk'
|
|
50
|
+
export * from './lib/uni-payment-alipay/utssdk'
|
|
51
|
+
export * from './lib/uni-payment-huawei/utssdk'
|
|
52
|
+
export * from './lib/uni-payment-wxpay/utssdk'
|
|
53
|
+
export * from './lib/uni-payment/utssdk'
|
|
54
|
+
export * from './lib/uni-privacy/utssdk'
|
|
55
|
+
export * from './lib/uni-prompt/utssdk'
|
|
56
|
+
export * from './lib/uni-pullDownRefresh/utssdk'
|
|
57
|
+
export * from './lib/uni-route/utssdk'
|
|
58
|
+
export * from './lib/uni-rpx2px/utssdk'
|
|
59
|
+
export * from './lib/uni-scanCode/utssdk'
|
|
60
|
+
export * from './lib/uni-shareWithSystem/utssdk'
|
|
61
|
+
export * from './lib/uni-storage/utssdk'
|
|
62
|
+
export * from './lib/uni-tabBar/utssdk'
|
|
63
|
+
export * from './lib/uni-theme/utssdk'
|
|
64
|
+
export * from './lib/uni-virtualPayment/utssdk'
|
|
65
|
+
export * from './lib/uni-websocket/utssdk'
|
|
@@ -1,24 +1,22 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
2
|
import {
|
|
3
|
-
|
|
3
|
+
Popover as PopoverOrigin,
|
|
4
4
|
ShowActionSheetErrorCode as ShowActionSheetErrorCodeOrigin,
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
ShowActionSheetSuccess as ShowActionSheetSuccessOrigin,
|
|
6
|
+
ShowActionSheetFail as ShowActionSheetFailOrigin,
|
|
7
7
|
ShowActionSheetComplete as ShowActionSheetCompleteOrigin,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
HideActionSheet as HideActionSheetOrigin,
|
|
8
|
+
ShowActionSheetOptions as ShowActionSheetOptionsOrigin,
|
|
9
|
+
ShowActionSheet as ShowActionSheetOrigin,
|
|
11
10
|
Uni as UniOrigin
|
|
12
11
|
} from './interface'
|
|
13
12
|
|
|
14
13
|
declare global {
|
|
15
|
-
type
|
|
14
|
+
type Popover = PopoverOrigin
|
|
16
15
|
type ShowActionSheetErrorCode = ShowActionSheetErrorCodeOrigin
|
|
17
|
-
type
|
|
18
|
-
type
|
|
16
|
+
type ShowActionSheetSuccess = ShowActionSheetSuccessOrigin
|
|
17
|
+
type ShowActionSheetFail = ShowActionSheetFailOrigin
|
|
19
18
|
type ShowActionSheetComplete = ShowActionSheetCompleteOrigin
|
|
20
|
-
type
|
|
21
|
-
type
|
|
22
|
-
type HideActionSheet = HideActionSheetOrigin
|
|
19
|
+
type ShowActionSheetOptions = ShowActionSheetOptionsOrigin
|
|
20
|
+
type ShowActionSheet = ShowActionSheetOrigin
|
|
23
21
|
interface Uni extends UniOrigin { }
|
|
24
22
|
}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
2
|
export {
|
|
3
|
-
|
|
3
|
+
Popover,
|
|
4
4
|
ShowActionSheetErrorCode,
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
ShowActionSheetSuccess,
|
|
6
|
+
ShowActionSheetFail,
|
|
7
7
|
ShowActionSheetComplete,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
HideActionSheet,
|
|
8
|
+
ShowActionSheetOptions,
|
|
9
|
+
ShowActionSheet,
|
|
11
10
|
} from './interface'
|