@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
|
@@ -26,7 +26,7 @@ export type ChooseLocationErrorCode =
|
|
|
26
26
|
* "uniVer": "√",
|
|
27
27
|
* "unixVer": "4.34"
|
|
28
28
|
* }
|
|
29
|
-
* }
|
|
29
|
+
* }
|
|
30
30
|
*/
|
|
31
31
|
1 |
|
|
32
32
|
/**
|
|
@@ -53,7 +53,7 @@ export type ChooseLocationErrorCode =
|
|
|
53
53
|
* "uniVer": "√",
|
|
54
54
|
* "unixVer": "4.34"
|
|
55
55
|
* }
|
|
56
|
-
* }
|
|
56
|
+
* }
|
|
57
57
|
*/
|
|
58
58
|
4;
|
|
59
59
|
|
|
@@ -95,14 +95,14 @@ export type ChooseLocationOptions = {
|
|
|
95
95
|
* "harmony": {
|
|
96
96
|
* "osVer": "3.0",
|
|
97
97
|
* "uniVer": "4.23",
|
|
98
|
-
* "unixVer": "
|
|
98
|
+
* "unixVer": "4.61"
|
|
99
99
|
* }
|
|
100
100
|
* },
|
|
101
101
|
* "web": {
|
|
102
102
|
* "uniVer": "√",
|
|
103
103
|
* "unixVer": "4.0"
|
|
104
104
|
* }
|
|
105
|
-
* }
|
|
105
|
+
* }
|
|
106
106
|
*/
|
|
107
107
|
latitude?: number | null,
|
|
108
108
|
/**
|
|
@@ -122,14 +122,14 @@ export type ChooseLocationOptions = {
|
|
|
122
122
|
* "harmony": {
|
|
123
123
|
* "osVer": "3.0",
|
|
124
124
|
* "uniVer": "4.23",
|
|
125
|
-
* "unixVer": "
|
|
125
|
+
* "unixVer": "4.61"
|
|
126
126
|
* }
|
|
127
127
|
* },
|
|
128
128
|
* "web": {
|
|
129
129
|
* "uniVer": "√",
|
|
130
130
|
* "unixVer": "4.0"
|
|
131
131
|
* }
|
|
132
|
-
* }
|
|
132
|
+
* }
|
|
133
133
|
*/
|
|
134
134
|
longitude?: number | null,
|
|
135
135
|
/**
|
|
@@ -149,14 +149,14 @@ export type ChooseLocationOptions = {
|
|
|
149
149
|
* "harmony": {
|
|
150
150
|
* "osVer": "3.0",
|
|
151
151
|
* "uniVer": "4.23",
|
|
152
|
-
* "unixVer": "
|
|
152
|
+
* "unixVer": "4.61"
|
|
153
153
|
* }
|
|
154
154
|
* },
|
|
155
155
|
* "web": {
|
|
156
156
|
* "uniVer": "√",
|
|
157
157
|
* "unixVer": "4.0"
|
|
158
158
|
* }
|
|
159
|
-
* }
|
|
159
|
+
* }
|
|
160
160
|
*/
|
|
161
161
|
keyword?: string | null,
|
|
162
162
|
/**
|
|
@@ -176,14 +176,14 @@ export type ChooseLocationOptions = {
|
|
|
176
176
|
* "harmony": {
|
|
177
177
|
* "osVer": "3.0",
|
|
178
178
|
* "uniVer": "4.23",
|
|
179
|
-
* "unixVer": "
|
|
179
|
+
* "unixVer": "4.61"
|
|
180
180
|
* }
|
|
181
181
|
* },
|
|
182
182
|
* "web": {
|
|
183
183
|
* "uniVer": "√",
|
|
184
184
|
* "unixVer": "4.35"
|
|
185
185
|
* }
|
|
186
|
-
* }
|
|
186
|
+
* }
|
|
187
187
|
*/
|
|
188
188
|
payload?: UTSJSONObject | null,
|
|
189
189
|
/**
|
|
@@ -203,14 +203,14 @@ export type ChooseLocationOptions = {
|
|
|
203
203
|
* "harmony": {
|
|
204
204
|
* "osVer": "3.0",
|
|
205
205
|
* "uniVer": "4.23",
|
|
206
|
-
* "unixVer": "
|
|
206
|
+
* "unixVer": "4.61"
|
|
207
207
|
* }
|
|
208
208
|
* },
|
|
209
209
|
* "web": {
|
|
210
210
|
* "uniVer": "√",
|
|
211
211
|
* "unixVer": "4.0"
|
|
212
212
|
* }
|
|
213
|
-
* }
|
|
213
|
+
* }
|
|
214
214
|
*/
|
|
215
215
|
success?: ChooseLocationSuccessCallback | null,
|
|
216
216
|
/**
|
|
@@ -230,14 +230,14 @@ export type ChooseLocationOptions = {
|
|
|
230
230
|
* "harmony": {
|
|
231
231
|
* "osVer": "3.0",
|
|
232
232
|
* "uniVer": "4.23",
|
|
233
|
-
* "unixVer": "
|
|
233
|
+
* "unixVer": "4.61"
|
|
234
234
|
* }
|
|
235
235
|
* },
|
|
236
236
|
* "web": {
|
|
237
237
|
* "uniVer": "√",
|
|
238
238
|
* "unixVer": "4.0"
|
|
239
239
|
* }
|
|
240
|
-
* }
|
|
240
|
+
* }
|
|
241
241
|
*/
|
|
242
242
|
fail?: ChooseLocationFailCallback | null,
|
|
243
243
|
/**
|
|
@@ -257,14 +257,14 @@ export type ChooseLocationOptions = {
|
|
|
257
257
|
* "harmony": {
|
|
258
258
|
* "osVer": "3.0",
|
|
259
259
|
* "uniVer": "4.23",
|
|
260
|
-
* "unixVer": "
|
|
260
|
+
* "unixVer": "4.61"
|
|
261
261
|
* }
|
|
262
262
|
* },
|
|
263
263
|
* "web": {
|
|
264
264
|
* "uniVer": "√",
|
|
265
265
|
* "unixVer": "4.0"
|
|
266
266
|
* }
|
|
267
|
-
* }
|
|
267
|
+
* }
|
|
268
268
|
*/
|
|
269
269
|
complete?: ChooseLocationCompleteCallback | null
|
|
270
270
|
};
|
|
@@ -289,7 +289,7 @@ export type ChooseLocationOptions = {
|
|
|
289
289
|
* "harmony": {
|
|
290
290
|
* "osVer": "3.0",
|
|
291
291
|
* "uniVer": "4.23",
|
|
292
|
-
* "unixVer": "
|
|
292
|
+
* "unixVer": "4.61"
|
|
293
293
|
* }
|
|
294
294
|
* },
|
|
295
295
|
* "web": {
|
|
@@ -333,7 +333,7 @@ export interface Uni {
|
|
|
333
333
|
* "harmony": {
|
|
334
334
|
* "osVer": "3.0",
|
|
335
335
|
* "uniVer": "4.23",
|
|
336
|
-
* "unixVer": "
|
|
336
|
+
* "unixVer": "4.61"
|
|
337
337
|
* }
|
|
338
338
|
* },
|
|
339
339
|
* "mp": {
|
|
@@ -140,7 +140,7 @@ export type ChooseMediaOptions = {
|
|
|
140
140
|
* "harmony": {
|
|
141
141
|
* "osVer": "3.0",
|
|
142
142
|
* "uniVer": "4.31",
|
|
143
|
-
* "unixVer": "
|
|
143
|
+
* "unixVer": "4.61"
|
|
144
144
|
* }
|
|
145
145
|
* },
|
|
146
146
|
* "mp": {
|
|
@@ -211,7 +211,7 @@ export type ChooseMediaOptions = {
|
|
|
211
211
|
* "harmony": {
|
|
212
212
|
* "osVer": "3.0",
|
|
213
213
|
* "uniVer": "4.31",
|
|
214
|
-
* "unixVer": "
|
|
214
|
+
* "unixVer": "4.61"
|
|
215
215
|
* }
|
|
216
216
|
* },
|
|
217
217
|
*/
|
|
@@ -234,7 +234,7 @@ export type ChooseMediaOptions = {
|
|
|
234
234
|
* "harmony": {
|
|
235
235
|
* "osVer": "3.0",
|
|
236
236
|
* "uniVer": "4.31",
|
|
237
|
-
* "unixVer": "
|
|
237
|
+
* "unixVer": "4.61"
|
|
238
238
|
* }
|
|
239
239
|
* },
|
|
240
240
|
*/
|
|
@@ -257,7 +257,7 @@ export type ChooseMediaOptions = {
|
|
|
257
257
|
* "harmony": {
|
|
258
258
|
* "osVer": "3.0",
|
|
259
259
|
* "uniVer": "4.31",
|
|
260
|
-
* "unixVer": "
|
|
260
|
+
* "unixVer": "4.61"
|
|
261
261
|
* }
|
|
262
262
|
* },
|
|
263
263
|
*/
|
|
@@ -280,7 +280,7 @@ export type ChooseMediaOptions = {
|
|
|
280
280
|
* "harmony": {
|
|
281
281
|
* "osVer": "3.0",
|
|
282
282
|
* "uniVer": "4.31",
|
|
283
|
-
* "unixVer": "
|
|
283
|
+
* "unixVer": "4.61"
|
|
284
284
|
* }
|
|
285
285
|
* },
|
|
286
286
|
* "mp": {
|
|
@@ -350,7 +350,7 @@ export type ChooseMediaOptions = {
|
|
|
350
350
|
* "harmony": {
|
|
351
351
|
* "osVer": "3.0",
|
|
352
352
|
* "uniVer": "4.25",
|
|
353
|
-
* "unixVer": "
|
|
353
|
+
* "unixVer": "4.61"
|
|
354
354
|
* }
|
|
355
355
|
* },
|
|
356
356
|
* "mp": {
|
|
@@ -628,7 +628,7 @@ export interface Uni {
|
|
|
628
628
|
* "harmony": {
|
|
629
629
|
* "osVer": "3.0",
|
|
630
630
|
* "uniVer": "4.31",
|
|
631
|
-
* "unixVer": "
|
|
631
|
+
* "unixVer": "4.61"
|
|
632
632
|
* }
|
|
633
633
|
* },
|
|
634
634
|
* "mp": {
|
|
@@ -682,4 +682,4 @@ export interface Uni {
|
|
|
682
682
|
*/
|
|
683
683
|
chooseMedia(options : ChooseMediaOptions) : void;
|
|
684
684
|
|
|
685
|
-
}
|
|
685
|
+
}
|
|
@@ -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/clipboard/wx.setClipboardData.html
|
|
73
73
|
*/
|
|
74
|
-
setClipboardData:
|
|
74
|
+
setClipboardData(options: SetClipboardDataOptions): void;
|
|
75
75
|
/**
|
|
76
76
|
* 获得系统剪贴板的内容
|
|
77
77
|
*
|
|
@@ -92,7 +92,7 @@ export interface Uni {
|
|
|
92
92
|
* "harmony": {
|
|
93
93
|
* "osVer": "3.0",
|
|
94
94
|
* "uniVer": "4.23",
|
|
95
|
-
* "unixVer": "
|
|
95
|
+
* "unixVer": "4.61"
|
|
96
96
|
* }
|
|
97
97
|
* },
|
|
98
98
|
* "mp": {
|
|
@@ -144,7 +144,7 @@ export interface Uni {
|
|
|
144
144
|
* }
|
|
145
145
|
* @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/device/clipboard/wx.getClipboardData.html
|
|
146
146
|
*/
|
|
147
|
-
getClipboardData:
|
|
147
|
+
getClipboardData(options: GetClipboardDataOptions): void;
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
export type SetClipboardData = (options: SetClipboardDataOptions) => void;
|
|
@@ -72,7 +72,7 @@ export interface Uni {
|
|
|
72
72
|
* }
|
|
73
73
|
* @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/media/audio/InnerAudioContext.html
|
|
74
74
|
*/
|
|
75
|
-
createInnerAudioContext:
|
|
75
|
+
createInnerAudioContext(): InnerAudioContext;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
export type CreateInnerAudioContext = () => InnerAudioContext;
|
|
@@ -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/wxml/IntersectionObserver.html
|
|
73
73
|
*/
|
|
74
|
-
createIntersectionObserver:
|
|
74
|
+
createIntersectionObserver(component: any, options: CreateIntersectionObserverOptions): IntersectionObserver;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
export type CreateIntersectionObserver = (component: any, options: CreateIntersectionObserverOptions) => IntersectionObserver;
|
|
@@ -122,7 +122,7 @@ export interface Uni {
|
|
|
122
122
|
* "harmony": {
|
|
123
123
|
* "osVer": "3.0",
|
|
124
124
|
* "uniVer": "4.28",
|
|
125
|
-
* "unixVer": "
|
|
125
|
+
* "unixVer": "4.61"
|
|
126
126
|
* }
|
|
127
127
|
* },
|
|
128
128
|
* "web": {
|
|
@@ -133,5 +133,5 @@ export interface Uni {
|
|
|
133
133
|
* @uniVueVersion 2,3
|
|
134
134
|
* @return {WebviewContext} web-view组件上下文对象
|
|
135
135
|
*/
|
|
136
|
-
createWebviewContext :
|
|
136
|
+
createWebviewContext(webviewId : string.WebviewIdString, component ?: ComponentPublicInstance | null): WebviewContext | null;
|
|
137
137
|
}
|
|
@@ -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": {
|
|
@@ -70,7 +70,7 @@ export interface Uni {
|
|
|
70
70
|
* }
|
|
71
71
|
* }
|
|
72
72
|
*/
|
|
73
|
-
createElement:
|
|
73
|
+
createElement(tagName: string): UniElement;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
export type CreateElement = (tagName: string) => UniElement;
|
|
@@ -16,7 +16,7 @@ export interface Uni {
|
|
|
16
16
|
* @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/event-bus.html#on
|
|
17
17
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/event-bus.html#on
|
|
18
18
|
* @tutorial-uni-app https://uniapp.dcloud.net.cn/api/window/communication.html#on
|
|
19
|
-
* @uniPlatform
|
|
19
|
+
* @uniPlatform
|
|
20
20
|
{
|
|
21
21
|
"app": {
|
|
22
22
|
"android": {
|
|
@@ -36,7 +36,7 @@ export interface Uni {
|
|
|
36
36
|
"harmony": {
|
|
37
37
|
"osVer": "3.0",
|
|
38
38
|
"uniVer": "4.23",
|
|
39
|
-
"unixVer": "
|
|
39
|
+
"unixVer": "4.61"
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"mp": {
|
|
@@ -98,7 +98,7 @@ export interface Uni {
|
|
|
98
98
|
* @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/event-bus.html#off
|
|
99
99
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/event-bus.html#off
|
|
100
100
|
* @tutorial-uni-app https://uniapp.dcloud.net.cn/api/window/communication.html#off
|
|
101
|
-
* @uniPlatform
|
|
101
|
+
* @uniPlatform
|
|
102
102
|
{
|
|
103
103
|
"app": {
|
|
104
104
|
"android": {
|
|
@@ -118,7 +118,7 @@ export interface Uni {
|
|
|
118
118
|
"harmony": {
|
|
119
119
|
"osVer": "3.0",
|
|
120
120
|
"uniVer": "4.23",
|
|
121
|
-
"unixVer": "
|
|
121
|
+
"unixVer": "4.61"
|
|
122
122
|
}
|
|
123
123
|
},
|
|
124
124
|
"mp": {
|
|
@@ -180,7 +180,7 @@ export interface Uni {
|
|
|
180
180
|
* @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/event-bus.html#once
|
|
181
181
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/event-bus.html#once
|
|
182
182
|
* @tutorial-uni-app https://uniapp.dcloud.net.cn/api/window/communication.html#once
|
|
183
|
-
* @uniPlatform
|
|
183
|
+
* @uniPlatform
|
|
184
184
|
{
|
|
185
185
|
"app": {
|
|
186
186
|
"android": {
|
|
@@ -200,7 +200,7 @@ export interface Uni {
|
|
|
200
200
|
"harmony": {
|
|
201
201
|
"osVer": "3.0",
|
|
202
202
|
"uniVer": "4.23",
|
|
203
|
-
"unixVer": "
|
|
203
|
+
"unixVer": "4.61"
|
|
204
204
|
}
|
|
205
205
|
},
|
|
206
206
|
"mp": {
|
|
@@ -261,7 +261,7 @@ export interface Uni {
|
|
|
261
261
|
* @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/event-bus.html#emit
|
|
262
262
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/event-bus.html#emit
|
|
263
263
|
* @tutorial-uni-app https://uniapp.dcloud.net.cn/api/window/communication.html#emit
|
|
264
|
-
* @uniPlatform
|
|
264
|
+
* @uniPlatform
|
|
265
265
|
{
|
|
266
266
|
"app": {
|
|
267
267
|
"android": {
|
|
@@ -281,7 +281,7 @@ export interface Uni {
|
|
|
281
281
|
"harmony": {
|
|
282
282
|
"osVer": "3.0",
|
|
283
283
|
"uniVer": "4.23",
|
|
284
|
-
"unixVer": "
|
|
284
|
+
"unixVer": "4.61"
|
|
285
285
|
}
|
|
286
286
|
},
|
|
287
287
|
"mp": {
|
|
@@ -66,7 +66,7 @@ export interface Uni {
|
|
|
66
66
|
|
|
67
67
|
/**
|
|
68
68
|
* 退出当前应用
|
|
69
|
-
* @uniPlatform
|
|
69
|
+
* @uniPlatform
|
|
70
70
|
{
|
|
71
71
|
"app": {
|
|
72
72
|
"android": {
|
|
@@ -86,7 +86,7 @@ export interface Uni {
|
|
|
86
86
|
"harmony": {
|
|
87
87
|
"osVer": "3.0",
|
|
88
88
|
"uniVer": "4.23",
|
|
89
|
-
"unixVer": "
|
|
89
|
+
"unixVer": "4.61"
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
92
|
"web": {
|
|
@@ -88,7 +88,7 @@ export interface Uni {
|
|
|
88
88
|
* "harmony": {
|
|
89
89
|
* "osVer": "3.0",
|
|
90
90
|
* "uniVer": "4.25",
|
|
91
|
-
* "unixVer": "
|
|
91
|
+
* "unixVer": "4.61"
|
|
92
92
|
* }
|
|
93
93
|
* },
|
|
94
94
|
* "mp": {
|
|
@@ -148,7 +148,7 @@ export interface Uni {
|
|
|
148
148
|
* "harmony": {
|
|
149
149
|
* "osVer": "3.0",
|
|
150
150
|
* "uniVer": "4.25",
|
|
151
|
-
* "unixVer": "
|
|
151
|
+
* "unixVer": "4.61"
|
|
152
152
|
* }
|
|
153
153
|
* },
|
|
154
154
|
* "mp": {
|
|
@@ -208,7 +208,7 @@ export interface Uni {
|
|
|
208
208
|
* "harmony": {
|
|
209
209
|
* "osVer": "3.0",
|
|
210
210
|
* "uniVer": "4.25",
|
|
211
|
-
* "unixVer": "
|
|
211
|
+
* "unixVer": "4.61"
|
|
212
212
|
* }
|
|
213
213
|
* },
|
|
214
214
|
* "mp": {
|
|
@@ -268,7 +268,7 @@ export interface Uni {
|
|
|
268
268
|
* "harmony": {
|
|
269
269
|
* "osVer": "3.0",
|
|
270
270
|
* "uniVer": "4.25",
|
|
271
|
-
* "unixVer": "
|
|
271
|
+
* "unixVer": "4.61"
|
|
272
272
|
* }
|
|
273
273
|
* },
|
|
274
274
|
* "mp": {
|
|
@@ -328,7 +328,7 @@ export interface Uni {
|
|
|
328
328
|
* "harmony": {
|
|
329
329
|
* "osVer": "3.0",
|
|
330
330
|
* "uniVer": "4.25",
|
|
331
|
-
* "unixVer": "
|
|
331
|
+
* "unixVer": "4.61"
|
|
332
332
|
* }
|
|
333
333
|
* },
|
|
334
334
|
* "mp": {
|
|
@@ -29,7 +29,7 @@ export type GetAppBaseInfoResult = {
|
|
|
29
29
|
"harmony": {
|
|
30
30
|
"osVer": "3.0",
|
|
31
31
|
"uniVer": "4.23",
|
|
32
|
-
"unixVer": "
|
|
32
|
+
"unixVer": "4.61"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"mp": {
|
|
@@ -105,7 +105,7 @@ export type GetAppBaseInfoResult = {
|
|
|
105
105
|
"harmony": {
|
|
106
106
|
"osVer": "3.0",
|
|
107
107
|
"uniVer": "4.23",
|
|
108
|
-
"unixVer": "
|
|
108
|
+
"unixVer": "4.61"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
111
|
"mp": {
|
|
@@ -181,7 +181,7 @@ export type GetAppBaseInfoResult = {
|
|
|
181
181
|
"harmony": {
|
|
182
182
|
"osVer": "3.0",
|
|
183
183
|
"uniVer": "4.23",
|
|
184
|
-
"unixVer": "
|
|
184
|
+
"unixVer": "4.61"
|
|
185
185
|
}
|
|
186
186
|
},
|
|
187
187
|
"mp": {
|
|
@@ -485,7 +485,7 @@ export type GetAppBaseInfoResult = {
|
|
|
485
485
|
"harmony": {
|
|
486
486
|
"osVer": "3.0",
|
|
487
487
|
"uniVer": "4.23",
|
|
488
|
-
"unixVer": "
|
|
488
|
+
"unixVer": "4.61"
|
|
489
489
|
}
|
|
490
490
|
},
|
|
491
491
|
"mp": {
|
|
@@ -561,7 +561,7 @@ export type GetAppBaseInfoResult = {
|
|
|
561
561
|
"harmony": {
|
|
562
562
|
"osVer": "3.0",
|
|
563
563
|
"uniVer": "4.23",
|
|
564
|
-
"unixVer": "
|
|
564
|
+
"unixVer": "4.61"
|
|
565
565
|
}
|
|
566
566
|
},
|
|
567
567
|
"mp": {
|
|
@@ -637,7 +637,7 @@ export type GetAppBaseInfoResult = {
|
|
|
637
637
|
"harmony": {
|
|
638
638
|
"osVer": "3.0",
|
|
639
639
|
"uniVer": "4.23",
|
|
640
|
-
"unixVer": "
|
|
640
|
+
"unixVer": "4.61"
|
|
641
641
|
}
|
|
642
642
|
},
|
|
643
643
|
"mp": {
|
|
@@ -1244,7 +1244,7 @@ export type GetAppBaseInfoResult = {
|
|
|
1244
1244
|
"harmony": {
|
|
1245
1245
|
"osVer": "3.0",
|
|
1246
1246
|
"uniVer": "4.23",
|
|
1247
|
-
"unixVer": "
|
|
1247
|
+
"unixVer": "4.61"
|
|
1248
1248
|
}
|
|
1249
1249
|
},
|
|
1250
1250
|
"mp": {
|
|
@@ -1320,7 +1320,7 @@ export type GetAppBaseInfoResult = {
|
|
|
1320
1320
|
"harmony": {
|
|
1321
1321
|
"osVer": "3.0",
|
|
1322
1322
|
"uniVer": "4.23",
|
|
1323
|
-
"unixVer": "
|
|
1323
|
+
"unixVer": "4.61"
|
|
1324
1324
|
}
|
|
1325
1325
|
},
|
|
1326
1326
|
"mp": {
|
|
@@ -1473,7 +1473,7 @@ export type GetAppBaseInfoResult = {
|
|
|
1473
1473
|
"harmony": {
|
|
1474
1474
|
"osVer": "3.0",
|
|
1475
1475
|
"uniVer": "4.23",
|
|
1476
|
-
"unixVer": "
|
|
1476
|
+
"unixVer": "4.61"
|
|
1477
1477
|
}
|
|
1478
1478
|
},
|
|
1479
1479
|
"mp": {
|
|
@@ -1549,7 +1549,7 @@ export type GetAppBaseInfoResult = {
|
|
|
1549
1549
|
"harmony": {
|
|
1550
1550
|
"osVer": "3.0",
|
|
1551
1551
|
"uniVer": "4.23",
|
|
1552
|
-
"unixVer": "
|
|
1552
|
+
"unixVer": "4.61"
|
|
1553
1553
|
}
|
|
1554
1554
|
},
|
|
1555
1555
|
"mp": {
|
|
@@ -1625,7 +1625,7 @@ export type GetAppBaseInfoResult = {
|
|
|
1625
1625
|
"harmony": {
|
|
1626
1626
|
"osVer": "3.0",
|
|
1627
1627
|
"uniVer": "4.23",
|
|
1628
|
-
"unixVer": "
|
|
1628
|
+
"unixVer": "4.61"
|
|
1629
1629
|
}
|
|
1630
1630
|
},
|
|
1631
1631
|
"mp": {
|
|
@@ -1701,7 +1701,7 @@ export type GetAppBaseInfoResult = {
|
|
|
1701
1701
|
"harmony": {
|
|
1702
1702
|
"osVer": "3.0",
|
|
1703
1703
|
"uniVer": "4.23",
|
|
1704
|
-
"unixVer": "
|
|
1704
|
+
"unixVer": "4.61"
|
|
1705
1705
|
}
|
|
1706
1706
|
},
|
|
1707
1707
|
"mp": {
|
|
@@ -1930,7 +1930,7 @@ export type GetAppBaseInfoResult = {
|
|
|
1930
1930
|
"harmony": {
|
|
1931
1931
|
"osVer": "3.0",
|
|
1932
1932
|
"uniVer": "4.23",
|
|
1933
|
-
"unixVer": "
|
|
1933
|
+
"unixVer": "4.61"
|
|
1934
1934
|
}
|
|
1935
1935
|
},
|
|
1936
1936
|
"mp": {
|
|
@@ -2395,7 +2395,7 @@ export interface Uni {
|
|
|
2395
2395
|
* "harmony": {
|
|
2396
2396
|
* "osVer": "3.0",
|
|
2397
2397
|
* "uniVer": "4.23",
|
|
2398
|
-
* "unixVer": "
|
|
2398
|
+
* "unixVer": "4.61"
|
|
2399
2399
|
* }
|
|
2400
2400
|
* },
|
|
2401
2401
|
* "mp": {
|