@dcloudio/uni-app-x 0.7.59 → 0.7.60
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 +16 -8
- package/types/native/IUniElement.d.ts +0 -2
- package/types/native/UniFormControl.d.ts +1 -1
- package/types/native/UniSwiperAnimationFinishEvent.d.ts +1 -0
- package/types/native/UniSwiperChangeEvent.d.ts +1 -0
- package/types/native/WebViewStyles.d.ts +1 -1
- package/types/native/global.d.ts +2 -0
- package/types/page.d.ts +134 -22
- package/types/uni/uni-camera-global.d.ts +4 -0
- package/types/uni/uni-camera.d.ts +10 -9
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +3 -2
- package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +3 -2
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +9 -6
- package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +3 -2
- package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +4 -4
- package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +10 -8
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +10 -10
- package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +3 -2
- package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +7 -6
- package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +5 -3
- 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 +4 -1
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +26 -11
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +3 -3
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +11 -10
- 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 +1 -1
- package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +4 -4
- package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +8 -8
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +8 -6
- 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 +4 -4
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +7 -7
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-installApk/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +4 -4
- package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +246 -236
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +4 -4
- package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +3 -2
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +141 -243
- package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +80 -696
- package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +10 -8
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +387 -95
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +401 -344
- package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +52 -52
- package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +11 -11
- 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 +24 -24
- package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +4 -4
- package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/interface.d.ts +39 -25
- package/types/uni/uts-plugin-api/lib/uni-requestMerchantTransfer/utssdk/interface.d.ts +3 -0
- package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +10 -10
- package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +4 -4
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +20 -20
- package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +18 -18
- package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +49 -49
- package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +5 -5
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +26 -26
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +14 -14
- package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/global.d.ts +16 -2
- package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/index.d.ts +8 -1
- package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/interface.d.ts +153 -6
- package/types/uni-cloud/interface.d.ts +13 -9
- package/types/uni/uts-plugin-api/.temp/uni-actionSheet/utssdk/interface.uts +0 -554
- package/types/uni/uts-plugin-api/.temp/uni-addPhoneContact/utssdk/interface.uts +0 -224
- package/types/uni/uts-plugin-api/.temp/uni-arrayBufferToBase64/utssdk/interface.uts +0 -77
- package/types/uni/uts-plugin-api/.temp/uni-authentication/utssdk/interface.uts +0 -365
- package/types/uni/uts-plugin-api/.temp/uni-base64ToArrayBuffer/utssdk/interface.uts +0 -77
- package/types/uni/uts-plugin-api/.temp/uni-canvas/utssdk/interface.uts +0 -972
- package/types/uni/uts-plugin-api/.temp/uni-chooseLocation/utssdk/interface.uts +0 -410
- package/types/uni/uts-plugin-api/.temp/uni-chooseMedia/utssdk/interface.uts +0 -459
- package/types/uni/uts-plugin-api/.temp/uni-clipboard/utssdk/interface.uts +0 -203
- package/types/uni/uts-plugin-api/.temp/uni-createInnerAudioContext/utssdk/interface.uts +0 -2613
- package/types/uni/uts-plugin-api/.temp/uni-createIntersectionObserver/utssdk/interface.uts +0 -152
- package/types/uni/uts-plugin-api/.temp/uni-createRequestPermissionListener/utssdk/interface.uts +0 -61
- package/types/uni/uts-plugin-api/.temp/uni-createSelectorQuery/utssdk/interface.uts +0 -548
- package/types/uni/uts-plugin-api/.temp/uni-createWebviewContext/utssdk/interface.uts +0 -137
- package/types/uni/uts-plugin-api/.temp/uni-dialogPage/utssdk/interface.uts +0 -1380
- package/types/uni/uts-plugin-api/.temp/uni-document/utssdk/interface.uts +0 -76
- package/types/uni/uts-plugin-api/.temp/uni-event/utssdk/interface.uts +0 -338
- package/types/uni/uts-plugin-api/.temp/uni-exit/utssdk/interface.uts +0 -102
- package/types/uni/uts-plugin-api/.temp/uni-file/utssdk/interface.uts +0 -384
- package/types/uni/uts-plugin-api/.temp/uni-fileSystemManager/utssdk/interface.uts +0 -5316
- package/types/uni/uts-plugin-api/.temp/uni-getAccessibilityInfo/utssdk/interface.uts +0 -35
- package/types/uni/uts-plugin-api/.temp/uni-getAppAuthorizeSetting/utssdk/interface.uts +0 -616
- package/types/uni/uts-plugin-api/.temp/uni-getAppBaseInfo/utssdk/interface.uts +0 -2157
- package/types/uni/uts-plugin-api/.temp/uni-getBackgroundAudioManager/utssdk/interface.uts +0 -895
- package/types/uni/uts-plugin-api/.temp/uni-getDeviceInfo/utssdk/interface.uts +0 -1755
- package/types/uni/uts-plugin-api/.temp/uni-getElementById/utssdk/interface.uts +0 -82
- package/types/uni/uts-plugin-api/.temp/uni-getEnterOptionsSync/utssdk/interface.uts +0 -295
- package/types/uni/uts-plugin-api/.temp/uni-getLaunchOptionsSync/utssdk/interface.uts +0 -299
- package/types/uni/uts-plugin-api/.temp/uni-getLocation/utssdk/interface.uts +0 -1764
- package/types/uni/uts-plugin-api/.temp/uni-getLocation-system/utssdk/interface.uts +0 -1
- package/types/uni/uts-plugin-api/.temp/uni-getLocation-tencent/utssdk/interface.uts +0 -1
- package/types/uni/uts-plugin-api/.temp/uni-getLocation-tencent-uni1/utssdk/interface.uts +0 -736
- package/types/uni/uts-plugin-api/.temp/uni-getNetworkType/utssdk/interface.uts +0 -274
- package/types/uni/uts-plugin-api/.temp/uni-getPerformance/utssdk/interface.uts +0 -198
- package/types/uni/uts-plugin-api/.temp/uni-getProvider/utssdk/interface.uts +0 -634
- package/types/uni/uts-plugin-api/.temp/uni-getRecorderManager/utssdk/interface.uts +0 -980
- package/types/uni/uts-plugin-api/.temp/uni-getSystemInfo/utssdk/interface.uts +0 -5550
- package/types/uni/uts-plugin-api/.temp/uni-getSystemSetting/utssdk/interface.uts +0 -501
- package/types/uni/uts-plugin-api/.temp/uni-installApk/utssdk/interface.uts +0 -83
- package/types/uni/uts-plugin-api/.temp/uni-interceptor/utssdk/interface.uts +0 -169
- package/types/uni/uts-plugin-api/.temp/uni-keyboard/utssdk/interface.uts +0 -102
- package/types/uni/uts-plugin-api/.temp/uni-loadFontFace/utssdk/interface.uts +0 -580
- package/types/uni/uts-plugin-api/.temp/uni-makePhoneCall/utssdk/interface.uts +0 -100
- package/types/uni/uts-plugin-api/.temp/uni-media/utssdk/interface.uts +0 -2980
- package/types/uni/uts-plugin-api/.temp/uni-modal/utssdk/interface.uts +0 -190
- package/types/uni/uts-plugin-api/.temp/uni-navigationBar/utssdk/interface.uts +0 -1002
- package/types/uni/uts-plugin-api/.temp/uni-network/utssdk/interface.uts +0 -3620
- package/types/uni/uts-plugin-api/.temp/uni-oauth/utssdk/interface.uts +0 -1592
- package/types/uni/uts-plugin-api/.temp/uni-oauth-huawei/utssdk/interface.uts +0 -1
- package/types/uni/uts-plugin-api/.temp/uni-openAppAuthorizeSetting/utssdk/interface.uts +0 -254
- package/types/uni/uts-plugin-api/.temp/uni-openDocument/utssdk/interface.uts +0 -112
- package/types/uni/uts-plugin-api/.temp/uni-pageScrollTo/utssdk/interface.uts +0 -153
- package/types/uni/uts-plugin-api/.temp/uni-payment/utssdk/interface.uts +0 -833
- package/types/uni/uts-plugin-api/.temp/uni-payment-alipay/utssdk/interface.uts +0 -1
- package/types/uni/uts-plugin-api/.temp/uni-payment-huawei/utssdk/interface.uts +0 -1
- package/types/uni/uts-plugin-api/.temp/uni-payment-wxpay/utssdk/interface.uts +0 -3
- package/types/uni/uts-plugin-api/.temp/uni-previewImage/utssdk/interface.uts +0 -518
- package/types/uni/uts-plugin-api/.temp/uni-privacy/utssdk/interface.uts +0 -560
- package/types/uni/uts-plugin-api/.temp/uni-prompt/utssdk/interface.uts +0 -2607
- package/types/uni/uts-plugin-api/.temp/uni-pullDownRefresh/utssdk/interface.uts +0 -189
- package/types/uni/uts-plugin-api/.temp/uni-requestMerchantTransfer/utssdk/interface.uts +0 -710
- package/types/uni/uts-plugin-api/.temp/uni-route/utssdk/interface.uts +0 -2695
- package/types/uni/uts-plugin-api/.temp/uni-rpx2px/utssdk/interface.uts +0 -80
- package/types/uni/uts-plugin-api/.temp/uni-scanCode/utssdk/interface.uts +0 -130
- package/types/uni/uts-plugin-api/.temp/uni-shareWithSystem/utssdk/interface.uts +0 -719
- package/types/uni/uts-plugin-api/.temp/uni-sse/utssdk/interface.uts +0 -277
- package/types/uni/uts-plugin-api/.temp/uni-storage/utssdk/interface.uts +0 -1020
- package/types/uni/uts-plugin-api/.temp/uni-tabBar/utssdk/interface.uts +0 -1148
- package/types/uni/uts-plugin-api/.temp/uni-theme/utssdk/interface.uts +0 -1059
- package/types/uni/uts-plugin-api/.temp/uni-virtualPayment/utssdk/interface.uts +0 -1660
- package/types/uni/uts-plugin-api/.temp/uni-websocket/utssdk/interface.uts +0 -1941
- package/types/uni/uts-plugin-biz/.temp/uni-ad/utssdk/interface.uts +0 -726
- package/types/uni/uts-plugin-biz/.temp/uni-crash/utssdk/interface.uts +0 -89
- package/types/uni/uts-plugin-biz/.temp/uni-facialRecognitionVerify/utssdk/interface.uts +0 -212
- package/types/uni/uts-plugin-biz/.temp/uni-map-tencent/utssdk/interface.uts +0 -2359
- package/types/uni/uts-plugin-biz/.temp/uni-push/utssdk/interface.uts +0 -960
- package/types/uni/uts-plugin-biz/.temp/uni-secure-network/utssdk/interface.uts +0 -204
- package/types/uni/uts-plugin-biz/.temp/uni-verify/utssdk/interface.uts +0 -730
- package/types/uni/uts-plugin-component/.temp/uni-camera/utssdk/interface.uts +0 -221
- package/types/uni/uts-plugin-component/.temp/uni-video/utssdk/interface.uts +0 -935
|
@@ -13,19 +13,19 @@ export type OpenDocumentErrorCode =
|
|
|
13
13
|
* "android": {
|
|
14
14
|
* "osVer": "5.0",
|
|
15
15
|
* "uniVer": "x",
|
|
16
|
-
* "unixVer": "4.
|
|
17
|
-
* "unixUtsPlugin": "4.
|
|
16
|
+
* "unixVer": "4.71",
|
|
17
|
+
* "unixUtsPlugin": "4.71"
|
|
18
18
|
* },
|
|
19
19
|
* "ios": {
|
|
20
20
|
* "osVer": "12.0",
|
|
21
21
|
* "uniVer": "x",
|
|
22
|
-
* "unixVer": "4.
|
|
23
|
-
* "unixUtsPlugin": "4.
|
|
22
|
+
* "unixVer": "4.71",
|
|
23
|
+
* "unixUtsPlugin": "4.71"
|
|
24
24
|
* },
|
|
25
25
|
* "harmony": {
|
|
26
26
|
* "osVer": "5.0.0",
|
|
27
|
-
* "uniVer": "4.
|
|
28
|
-
* "unixVer": "4.
|
|
27
|
+
* "uniVer": "4.71",
|
|
28
|
+
* "unixVer": "4.71"
|
|
29
29
|
* }
|
|
30
30
|
* },
|
|
31
31
|
* "web": {
|
|
@@ -84,19 +84,19 @@ export type OpenDocumentErrorCode =
|
|
|
84
84
|
* "android": {
|
|
85
85
|
* "osVer": "5.0",
|
|
86
86
|
* "uniVer": "x",
|
|
87
|
-
* "unixVer": "4.
|
|
88
|
-
* "unixUtsPlugin": "4.
|
|
87
|
+
* "unixVer": "4.71",
|
|
88
|
+
* "unixUtsPlugin": "4.71"
|
|
89
89
|
* },
|
|
90
90
|
* "ios": {
|
|
91
91
|
* "osVer": "12.0",
|
|
92
92
|
* "uniVer": "x",
|
|
93
|
-
* "unixVer": "4.
|
|
94
|
-
* "unixUtsPlugin": "4.
|
|
93
|
+
* "unixVer": "4.71",
|
|
94
|
+
* "unixUtsPlugin": "4.71"
|
|
95
95
|
* },
|
|
96
96
|
* "harmony": {
|
|
97
97
|
* "osVer": "5.0.0",
|
|
98
|
-
* "uniVer": "4.
|
|
99
|
-
* "unixVer": "4.
|
|
98
|
+
* "uniVer": "4.71",
|
|
99
|
+
* "unixVer": "4.71"
|
|
100
100
|
* }
|
|
101
101
|
* },
|
|
102
102
|
* "web": {
|
|
@@ -155,19 +155,19 @@ export type OpenDocumentErrorCode =
|
|
|
155
155
|
* "android": {
|
|
156
156
|
* "osVer": "5.0",
|
|
157
157
|
* "uniVer": "x",
|
|
158
|
-
* "unixVer": "4.
|
|
159
|
-
* "unixUtsPlugin": "4.
|
|
158
|
+
* "unixVer": "4.71",
|
|
159
|
+
* "unixUtsPlugin": "4.71"
|
|
160
160
|
* },
|
|
161
161
|
* "ios": {
|
|
162
162
|
* "osVer": "12.0",
|
|
163
163
|
* "uniVer": "x",
|
|
164
|
-
* "unixVer": "4.
|
|
165
|
-
* "unixUtsPlugin": "4.
|
|
164
|
+
* "unixVer": "4.71",
|
|
165
|
+
* "unixUtsPlugin": "4.71"
|
|
166
166
|
* },
|
|
167
167
|
* "harmony": {
|
|
168
168
|
* "osVer": "5.0.0",
|
|
169
|
-
* "uniVer": "4.
|
|
170
|
-
* "unixVer": "4.
|
|
169
|
+
* "uniVer": "4.71",
|
|
170
|
+
* "unixVer": "4.71"
|
|
171
171
|
* }
|
|
172
172
|
* },
|
|
173
173
|
* "web": {
|
|
@@ -226,19 +226,19 @@ export type OpenDocumentErrorCode =
|
|
|
226
226
|
* "android": {
|
|
227
227
|
* "osVer": "5.0",
|
|
228
228
|
* "uniVer": "x",
|
|
229
|
-
* "unixVer": "4.
|
|
230
|
-
* "unixUtsPlugin": "4.
|
|
229
|
+
* "unixVer": "4.71",
|
|
230
|
+
* "unixUtsPlugin": "4.71"
|
|
231
231
|
* },
|
|
232
232
|
* "ios": {
|
|
233
233
|
* "osVer": "12.0",
|
|
234
234
|
* "uniVer": "x",
|
|
235
|
-
* "unixVer": "4.
|
|
236
|
-
* "unixUtsPlugin": "4.
|
|
235
|
+
* "unixVer": "4.71",
|
|
236
|
+
* "unixUtsPlugin": "4.71"
|
|
237
237
|
* },
|
|
238
238
|
* "harmony": {
|
|
239
239
|
* "osVer": "5.0.0",
|
|
240
|
-
* "uniVer": "4.
|
|
241
|
-
* "unixVer": "4.
|
|
240
|
+
* "uniVer": "4.71",
|
|
241
|
+
* "unixVer": "4.71"
|
|
242
242
|
* }
|
|
243
243
|
* },
|
|
244
244
|
* "web": {
|
|
@@ -299,14 +299,14 @@ export interface IOpenDocumentError extends IUniError {
|
|
|
299
299
|
* "android": {
|
|
300
300
|
* "osVer": "5.0",
|
|
301
301
|
* "uniVer": "x",
|
|
302
|
-
* "unixVer": "4.
|
|
303
|
-
* "unixUtsPlugin": "4.
|
|
302
|
+
* "unixVer": "4.71",
|
|
303
|
+
* "unixUtsPlugin": "4.71"
|
|
304
304
|
* },
|
|
305
305
|
* "ios": {
|
|
306
306
|
* "osVer": "12.0",
|
|
307
307
|
* "uniVer": "x",
|
|
308
|
-
* "unixVer": "4.
|
|
309
|
-
* "unixUtsPlugin": "4.
|
|
308
|
+
* "unixVer": "4.71",
|
|
309
|
+
* "unixUtsPlugin": "4.71"
|
|
310
310
|
* },
|
|
311
311
|
* "harmony": {
|
|
312
312
|
* "osVer": "5.0.0",
|
|
@@ -523,14 +523,14 @@ export type OpenDocumentOptions = {
|
|
|
523
523
|
* "android": {
|
|
524
524
|
* "osVer": "5.0",
|
|
525
525
|
* "uniVer": "x",
|
|
526
|
-
* "unixVer": "4.
|
|
527
|
-
* "unixUtsPlugin": "4.
|
|
526
|
+
* "unixVer": "4.71",
|
|
527
|
+
* "unixUtsPlugin": "4.71"
|
|
528
528
|
* },
|
|
529
529
|
* "ios": {
|
|
530
530
|
* "osVer": "12.0",
|
|
531
531
|
* "uniVer": "x",
|
|
532
|
-
* "unixVer": "4.
|
|
533
|
-
* "unixUtsPlugin": "4.
|
|
532
|
+
* "unixVer": "4.71",
|
|
533
|
+
* "unixUtsPlugin": "4.71"
|
|
534
534
|
* },
|
|
535
535
|
* "harmony": {
|
|
536
536
|
* "osVer": "5.0.0",
|
|
@@ -594,14 +594,14 @@ export type OpenDocumentOptions = {
|
|
|
594
594
|
* "android": {
|
|
595
595
|
* "osVer": "5.0",
|
|
596
596
|
* "uniVer": "x",
|
|
597
|
-
* "unixVer": "4.
|
|
598
|
-
* "unixUtsPlugin": "4.
|
|
597
|
+
* "unixVer": "4.71",
|
|
598
|
+
* "unixUtsPlugin": "4.71"
|
|
599
599
|
* },
|
|
600
600
|
* "ios": {
|
|
601
601
|
* "osVer": "12.0",
|
|
602
602
|
* "uniVer": "x",
|
|
603
|
-
* "unixVer": "4.
|
|
604
|
-
* "unixUtsPlugin": "4.
|
|
603
|
+
* "unixVer": "4.71",
|
|
604
|
+
* "unixUtsPlugin": "4.71"
|
|
605
605
|
* },
|
|
606
606
|
* "harmony": {
|
|
607
607
|
* "osVer": "5.0.0",
|
|
@@ -665,14 +665,14 @@ export type OpenDocumentOptions = {
|
|
|
665
665
|
* "android": {
|
|
666
666
|
* "osVer": "5.0",
|
|
667
667
|
* "uniVer": "x",
|
|
668
|
-
* "unixVer": "4.
|
|
669
|
-
* "unixUtsPlugin": "4.
|
|
668
|
+
* "unixVer": "4.71",
|
|
669
|
+
* "unixUtsPlugin": "4.71"
|
|
670
670
|
* },
|
|
671
671
|
* "ios": {
|
|
672
672
|
* "osVer": "12.0",
|
|
673
673
|
* "uniVer": "x",
|
|
674
|
-
* "unixVer": "4.
|
|
675
|
-
* "unixUtsPlugin": "4.
|
|
674
|
+
* "unixVer": "4.71",
|
|
675
|
+
* "unixUtsPlugin": "4.71"
|
|
676
676
|
* },
|
|
677
677
|
* "harmony": {
|
|
678
678
|
* "osVer": "5.0.0",
|
|
@@ -736,14 +736,14 @@ export type OpenDocumentOptions = {
|
|
|
736
736
|
* "android": {
|
|
737
737
|
* "osVer": "5.0",
|
|
738
738
|
* "uniVer": "x",
|
|
739
|
-
* "unixVer": "4.
|
|
740
|
-
* "unixUtsPlugin": "4.
|
|
739
|
+
* "unixVer": "4.71",
|
|
740
|
+
* "unixUtsPlugin": "4.71"
|
|
741
741
|
* },
|
|
742
742
|
* "ios": {
|
|
743
743
|
* "osVer": "12.0",
|
|
744
744
|
* "uniVer": "x",
|
|
745
|
-
* "unixVer": "4.
|
|
746
|
-
* "unixUtsPlugin": "4.
|
|
745
|
+
* "unixVer": "4.71",
|
|
746
|
+
* "unixUtsPlugin": "4.71"
|
|
747
747
|
* },
|
|
748
748
|
* "harmony": {
|
|
749
749
|
* "osVer": "5.0.0",
|
|
@@ -807,14 +807,14 @@ export type OpenDocumentOptions = {
|
|
|
807
807
|
* "android": {
|
|
808
808
|
* "osVer": "5.0",
|
|
809
809
|
* "uniVer": "x",
|
|
810
|
-
* "unixVer": "4.
|
|
811
|
-
* "unixUtsPlugin": "4.
|
|
810
|
+
* "unixVer": "4.71",
|
|
811
|
+
* "unixUtsPlugin": "4.71"
|
|
812
812
|
* },
|
|
813
813
|
* "ios": {
|
|
814
814
|
* "osVer": "12.0",
|
|
815
815
|
* "uniVer": "x",
|
|
816
|
-
* "unixVer": "4.
|
|
817
|
-
* "unixUtsPlugin": "4.
|
|
816
|
+
* "unixVer": "4.71",
|
|
817
|
+
* "unixUtsPlugin": "4.71"
|
|
818
818
|
* },
|
|
819
819
|
* "harmony": {
|
|
820
820
|
* "osVer": "5.0.0",
|
|
@@ -933,14 +933,14 @@ export interface Uni {
|
|
|
933
933
|
* "android": {
|
|
934
934
|
* "osVer": "5.0",
|
|
935
935
|
* "uniVer": "x",
|
|
936
|
-
* "unixVer": "4.
|
|
937
|
-
* "unixUtsPlugin": "4.
|
|
936
|
+
* "unixVer": "4.71",
|
|
937
|
+
* "unixUtsPlugin": "4.71"
|
|
938
938
|
* },
|
|
939
939
|
* "ios": {
|
|
940
940
|
* "osVer": "12.0",
|
|
941
941
|
* "uniVer": "x",
|
|
942
|
-
* "unixVer": "4.
|
|
943
|
-
* "unixUtsPlugin": "4.
|
|
942
|
+
* "unixVer": "4.71",
|
|
943
|
+
* "unixUtsPlugin": "4.71"
|
|
944
944
|
* },
|
|
945
945
|
* "harmony": {
|
|
946
946
|
* "osVer": "5.0.0",
|
|
@@ -344,8 +344,8 @@ export interface Uni {
|
|
|
344
344
|
/**
|
|
345
345
|
* 将页面滚动到目标位置
|
|
346
346
|
*
|
|
347
|
-
* @
|
|
348
|
-
* @
|
|
347
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/scroll.html#pagescrollto
|
|
348
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/page-scroll-to.html#pagescrollto
|
|
349
349
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/page-scroll-to.html#pagescrollto
|
|
350
350
|
* @uniPlatform {
|
|
351
351
|
* "app": {
|
|
@@ -2,15 +2,15 @@ import { RequestPaymentFailImpl as RequestPaymentFailImplement } from './unierro
|
|
|
2
2
|
|
|
3
3
|
export type RequestPaymentFailImpl = RequestPaymentFailImplement
|
|
4
4
|
|
|
5
|
-
// #ifdef APP-IOS
|
|
6
|
-
export interface UniPaymentProvider extends Uni, JSExport { }
|
|
7
|
-
// #endif
|
|
8
|
-
|
|
9
|
-
// #ifndef APP-IOS
|
|
10
|
-
export interface UniPaymentProvider extends UniProvider {
|
|
11
|
-
requestPayment(options : RequestPaymentOptions) : void;
|
|
12
|
-
}
|
|
13
|
-
// #endif
|
|
5
|
+
// #ifdef APP-IOS
|
|
6
|
+
export interface UniPaymentProvider extends Uni, JSExport { }
|
|
7
|
+
// #endif
|
|
8
|
+
|
|
9
|
+
// #ifndef APP-IOS
|
|
10
|
+
export interface UniPaymentProvider extends UniProvider {
|
|
11
|
+
requestPayment(options : RequestPaymentOptions) : void;
|
|
12
|
+
}
|
|
13
|
+
// #endif
|
|
14
14
|
|
|
15
15
|
export interface Uni {
|
|
16
16
|
/**
|
|
@@ -26,8 +26,8 @@ export interface Uni {
|
|
|
26
26
|
* }
|
|
27
27
|
* });
|
|
28
28
|
* ```
|
|
29
|
-
* @
|
|
30
|
-
* @
|
|
29
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/plugins/payment.html#requestpayment
|
|
30
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/request-payment.html#requestpayment
|
|
31
31
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/request-payment.html#requestpayment
|
|
32
32
|
* @uniPlatform {
|
|
33
33
|
* "app": {
|
|
@@ -416,7 +416,7 @@ export type PreviewImageOptions = {
|
|
|
416
416
|
* "ios": {
|
|
417
417
|
* "osVer": "5.0",
|
|
418
418
|
* "uniVer": "√",
|
|
419
|
-
* "unixVer": "
|
|
419
|
+
* "unixVer": "4.71"
|
|
420
420
|
* },
|
|
421
421
|
* "harmony": {
|
|
422
422
|
* "osVer": "x",
|
|
@@ -780,8 +780,8 @@ export interface Uni {
|
|
|
780
780
|
* }
|
|
781
781
|
* })
|
|
782
782
|
* ```
|
|
783
|
-
* @
|
|
784
|
-
* @
|
|
783
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/image.html#unipreviewimageobject
|
|
784
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/preview-image.html
|
|
785
785
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/preview-image.html
|
|
786
786
|
* @autotest {
|
|
787
787
|
generated:false
|
|
@@ -866,8 +866,8 @@ export interface Uni {
|
|
|
866
866
|
* }
|
|
867
867
|
* })
|
|
868
868
|
* ```
|
|
869
|
-
* @
|
|
870
|
-
* @
|
|
869
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/image.html#closepreviewimage
|
|
870
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/preview-image.html#closepreviewimage
|
|
871
871
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/preview-image.html#closepreviewimage
|
|
872
872
|
* @autotest {
|
|
873
873
|
generated:false
|
|
@@ -1497,8 +1497,8 @@ export type ShowToastOptions = {
|
|
|
1497
1497
|
* 弹出toast
|
|
1498
1498
|
*
|
|
1499
1499
|
* @param {ShowToastOptions} options
|
|
1500
|
-
* @
|
|
1501
|
-
* @
|
|
1500
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showtoast
|
|
1501
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showtoast
|
|
1502
1502
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showtoast
|
|
1503
1503
|
* @uniPlatform
|
|
1504
1504
|
{
|
|
@@ -1577,8 +1577,8 @@ export type ShowToast = (options: ShowToastOptions) => void
|
|
|
1577
1577
|
* uni.hideToast函数定义
|
|
1578
1578
|
* 隐藏toast
|
|
1579
1579
|
*
|
|
1580
|
-
* @
|
|
1581
|
-
* @
|
|
1580
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#hidetoast
|
|
1581
|
+
* @tutorial_uni_app https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#hidetoast
|
|
1582
1582
|
* @uniPlatform
|
|
1583
1583
|
{
|
|
1584
1584
|
"app": {
|
|
@@ -2060,8 +2060,8 @@ export type ShowLoadingOptions = {
|
|
|
2060
2060
|
* 弹出loading
|
|
2061
2061
|
*
|
|
2062
2062
|
* @param {ShowLoadingOptions} options
|
|
2063
|
-
* @
|
|
2064
|
-
* @
|
|
2063
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showloading
|
|
2064
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showloading
|
|
2065
2065
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showloading
|
|
2066
2066
|
* @uniPlatform
|
|
2067
2067
|
{
|
|
@@ -2139,8 +2139,8 @@ export type ShowLoading = (options: ShowLoadingOptions) => void
|
|
|
2139
2139
|
/**
|
|
2140
2140
|
* uni.hideLoading函数定义
|
|
2141
2141
|
* 隐藏loading
|
|
2142
|
-
* @
|
|
2143
|
-
* @
|
|
2142
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#hideloading
|
|
2143
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#hideloading
|
|
2144
2144
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#hideloading
|
|
2145
2145
|
* @uniPlatform
|
|
2146
2146
|
{
|
|
@@ -3016,8 +3016,8 @@ export type ShowModalOptions = {
|
|
|
3016
3016
|
* 弹出modal
|
|
3017
3017
|
*
|
|
3018
3018
|
* @param {ShowModalOptions} options
|
|
3019
|
-
* @
|
|
3020
|
-
* @
|
|
3019
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showmodal
|
|
3020
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showmodal
|
|
3021
3021
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showmodal
|
|
3022
3022
|
* @uniPlatform
|
|
3023
3023
|
{
|
|
@@ -3713,8 +3713,8 @@ export type ShowActionSheetOptions = {
|
|
|
3713
3713
|
* 弹出actionSheet
|
|
3714
3714
|
*
|
|
3715
3715
|
* @param {ShowActionSheetOptions} options
|
|
3716
|
-
* @
|
|
3717
|
-
* @
|
|
3716
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showactionsheet
|
|
3717
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showactionsheet
|
|
3718
3718
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showactionsheet
|
|
3719
3719
|
* @uniPlatform
|
|
3720
3720
|
{
|
|
@@ -3804,8 +3804,8 @@ export interface Uni {
|
|
|
3804
3804
|
* @remark
|
|
3805
3805
|
* - showLoading 和 showToast 同时只能显示一个
|
|
3806
3806
|
* - showToast 应与 hideToast 配对使用
|
|
3807
|
-
* @
|
|
3808
|
-
* @
|
|
3807
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showtoast
|
|
3808
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showtoast
|
|
3809
3809
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showtoast
|
|
3810
3810
|
* @uniPlatform {
|
|
3811
3811
|
* "app": {
|
|
@@ -3886,8 +3886,8 @@ export interface Uni {
|
|
|
3886
3886
|
```typescript
|
|
3887
3887
|
uni.hideToast();
|
|
3888
3888
|
```
|
|
3889
|
-
* @
|
|
3890
|
-
* @
|
|
3889
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#hidetoast
|
|
3890
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#hidetoast
|
|
3891
3891
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#hidetoast
|
|
3892
3892
|
* @uniPlatform {
|
|
3893
3893
|
* "app": {
|
|
@@ -3973,8 +3973,8 @@ export interface Uni {
|
|
|
3973
3973
|
* @remark
|
|
3974
3974
|
* - showLoading 和 showToast 同时只能显示一个
|
|
3975
3975
|
* - showToast 应与 hideToast 配对使用
|
|
3976
|
-
* @
|
|
3977
|
-
* @
|
|
3976
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showloading
|
|
3977
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showloading
|
|
3978
3978
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showloading
|
|
3979
3979
|
* @uniPlatform {
|
|
3980
3980
|
* "app": {
|
|
@@ -4061,8 +4061,8 @@ export interface Uni {
|
|
|
4061
4061
|
uni.hideLoading();
|
|
4062
4062
|
}, 2000);
|
|
4063
4063
|
```
|
|
4064
|
-
* @
|
|
4065
|
-
* @
|
|
4064
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#hideloading
|
|
4065
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#hideloading
|
|
4066
4066
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#hideloading
|
|
4067
4067
|
* @uniPlatform {
|
|
4068
4068
|
* "app": {
|
|
@@ -4153,8 +4153,8 @@ export interface Uni {
|
|
|
4153
4153
|
}
|
|
4154
4154
|
});
|
|
4155
4155
|
```
|
|
4156
|
-
* @
|
|
4157
|
-
* @
|
|
4156
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showmodal
|
|
4157
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showmodal
|
|
4158
4158
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showmodal
|
|
4159
4159
|
* @uniPlatform {
|
|
4160
4160
|
* "app": {
|
|
@@ -4244,8 +4244,8 @@ export interface Uni {
|
|
|
4244
4244
|
}
|
|
4245
4245
|
});
|
|
4246
4246
|
```
|
|
4247
|
-
* @
|
|
4248
|
-
* @
|
|
4247
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showactionsheet
|
|
4248
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showactionsheet
|
|
4249
4249
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showactionsheet
|
|
4250
4250
|
* @uniPlatform {
|
|
4251
4251
|
* "app": {
|
|
@@ -173,8 +173,8 @@ export interface Uni {
|
|
|
173
173
|
/**
|
|
174
174
|
* 开始下拉刷新
|
|
175
175
|
*
|
|
176
|
-
* @
|
|
177
|
-
* @
|
|
176
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/pulldown.html#startpulldownrefresh
|
|
177
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/pull-down-refresh.html#startpulldownrefresh
|
|
178
178
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/pull-down-refresh.html#startpulldownrefresh
|
|
179
179
|
* @uniPlatform {
|
|
180
180
|
* "app": {
|
|
@@ -249,8 +249,8 @@ export interface Uni {
|
|
|
249
249
|
/**
|
|
250
250
|
* 停止当前页面下拉刷新
|
|
251
251
|
*
|
|
252
|
-
* @
|
|
253
|
-
* @
|
|
252
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/pulldown.html#stoppulldownrefresh
|
|
253
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/pull-down-refresh.html#stoppulldownrefresh
|
|
254
254
|
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/pull-down-refresh.html#stoppulldownrefresh
|
|
255
255
|
* @uniPlatform {
|
|
256
256
|
* "app": {
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
export interface Uni {
|
|
2
2
|
/**
|
|
3
3
|
* 录音管理
|
|
4
|
-
* @tutorial
|
|
4
|
+
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#getrecordermanager
|
|
5
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#getrecordermanager
|
|
6
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
|
|
5
7
|
* @uniPlatform {
|
|
6
8
|
* "app": {
|
|
7
9
|
* "android": {
|
|
@@ -938,8 +940,9 @@ export interface RecorderManagerOnStopResult {
|
|
|
938
940
|
export interface RecorderManager {
|
|
939
941
|
/**
|
|
940
942
|
* 开始录音
|
|
941
|
-
* @tutorial https://
|
|
942
|
-
* @
|
|
943
|
+
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#start
|
|
944
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#start
|
|
945
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
|
|
943
946
|
* @uniPlatform {
|
|
944
947
|
* "app": {
|
|
945
948
|
* "android": {
|
|
@@ -1011,8 +1014,9 @@ export interface RecorderManager {
|
|
|
1011
1014
|
start(options : RecorderManagerStartOptions) : void;
|
|
1012
1015
|
/**
|
|
1013
1016
|
* 暂停录音,App-Android平台在Android 7.0及以后版本支持
|
|
1014
|
-
* @tutorial https://
|
|
1015
|
-
* @
|
|
1017
|
+
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#pause
|
|
1018
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#pause
|
|
1019
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
|
|
1016
1020
|
* @uniPlatform {
|
|
1017
1021
|
* "app": {
|
|
1018
1022
|
* "android": {
|
|
@@ -1084,8 +1088,9 @@ export interface RecorderManager {
|
|
|
1084
1088
|
pause() : void;
|
|
1085
1089
|
/**
|
|
1086
1090
|
* 继续录音,App-Android平台在Android 7.0及以后版本支持
|
|
1087
|
-
* @tutorial https://
|
|
1088
|
-
* @
|
|
1091
|
+
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#resume
|
|
1092
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#resume
|
|
1093
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
|
|
1089
1094
|
* @uniPlatform {
|
|
1090
1095
|
* "app": {
|
|
1091
1096
|
* "android": {
|
|
@@ -1157,8 +1162,9 @@ export interface RecorderManager {
|
|
|
1157
1162
|
resume() : void;
|
|
1158
1163
|
/**
|
|
1159
1164
|
* 停止录音
|
|
1160
|
-
* @tutorial https://
|
|
1161
|
-
* @
|
|
1165
|
+
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#stop
|
|
1166
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#stop
|
|
1167
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
|
|
1162
1168
|
* @uniPlatform {
|
|
1163
1169
|
* "app": {
|
|
1164
1170
|
* "android": {
|
|
@@ -1230,8 +1236,9 @@ export interface RecorderManager {
|
|
|
1230
1236
|
stop() : void;
|
|
1231
1237
|
/**
|
|
1232
1238
|
* 录音开始事件
|
|
1233
|
-
* @tutorial https://
|
|
1234
|
-
* @
|
|
1239
|
+
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onstart
|
|
1240
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onstart
|
|
1241
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
|
|
1235
1242
|
* @uniPlatform {
|
|
1236
1243
|
* "app": {
|
|
1237
1244
|
* "android": {
|
|
@@ -1303,8 +1310,9 @@ export interface RecorderManager {
|
|
|
1303
1310
|
onStart(options : (result : any) => void) : void;
|
|
1304
1311
|
/**
|
|
1305
1312
|
* 录音暂停事件,App-Android平台在Android 7.0及以后版本支持
|
|
1306
|
-
* @tutorial https://
|
|
1307
|
-
* @
|
|
1313
|
+
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onpause
|
|
1314
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onpause
|
|
1315
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
|
|
1308
1316
|
* @uniPlatform {
|
|
1309
1317
|
* "app": {
|
|
1310
1318
|
* "android": {
|
|
@@ -1376,8 +1384,9 @@ export interface RecorderManager {
|
|
|
1376
1384
|
onPause(options : (result : any) => void) : void;
|
|
1377
1385
|
/**
|
|
1378
1386
|
* 录音停止事件,会回调文件地址
|
|
1379
|
-
* @tutorial https://
|
|
1380
|
-
* @
|
|
1387
|
+
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onstop
|
|
1388
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onstop
|
|
1389
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
|
|
1381
1390
|
* @uniPlatform {
|
|
1382
1391
|
* "app": {
|
|
1383
1392
|
* "android": {
|
|
@@ -1449,8 +1458,9 @@ export interface RecorderManager {
|
|
|
1449
1458
|
onStop(options : (result : RecorderManagerOnStopResult) => void) : void;
|
|
1450
1459
|
/**
|
|
1451
1460
|
* 已录制完指定帧大小的文件,会回调录音分片结果数据。如果设置了 frameSize ,则会回调此事件
|
|
1452
|
-
* @tutorial https://
|
|
1453
|
-
* @
|
|
1461
|
+
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onframerecorded
|
|
1462
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onframerecorded
|
|
1463
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
|
|
1454
1464
|
* @uniPlatform {
|
|
1455
1465
|
* "app": {
|
|
1456
1466
|
* "android": {
|
|
@@ -1522,8 +1532,9 @@ export interface RecorderManager {
|
|
|
1522
1532
|
onFrameRecorded(options : (result : any) => void) : void;
|
|
1523
1533
|
/**
|
|
1524
1534
|
* 录音错误事件, 会回调错误信息
|
|
1525
|
-
* @tutorial https://
|
|
1526
|
-
* @
|
|
1535
|
+
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onerror
|
|
1536
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onerror
|
|
1537
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
|
|
1527
1538
|
* @uniPlatform {
|
|
1528
1539
|
* "app": {
|
|
1529
1540
|
* "android": {
|
|
@@ -1595,8 +1606,9 @@ export interface RecorderManager {
|
|
|
1595
1606
|
onError(options: (result: IRecorderManagerFail) => void): void;
|
|
1596
1607
|
/**
|
|
1597
1608
|
* 监听录音继续事件,App-Android平台在Android 7.0及以后版本支持
|
|
1598
|
-
* @tutorial https://
|
|
1599
|
-
* @
|
|
1609
|
+
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onresume
|
|
1610
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#onresume
|
|
1611
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
|
|
1600
1612
|
* @uniPlatform {
|
|
1601
1613
|
* "app": {
|
|
1602
1614
|
* "android": {
|
|
@@ -1668,8 +1680,9 @@ export interface RecorderManager {
|
|
|
1668
1680
|
onResume(options : (result : any) => void) : void;
|
|
1669
1681
|
/**
|
|
1670
1682
|
* 监听录音因为受到系统占用而被中断开始事件
|
|
1671
|
-
* @tutorial https://
|
|
1672
|
-
* @
|
|
1683
|
+
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#oninterruptionbegin
|
|
1684
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#oninterruptionbegin
|
|
1685
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
|
|
1673
1686
|
* @uniPlatform {
|
|
1674
1687
|
* "app": {
|
|
1675
1688
|
* "android": {
|
|
@@ -1741,8 +1754,9 @@ export interface RecorderManager {
|
|
|
1741
1754
|
onInterruptionBegin(options : (result : any) => void) : void;
|
|
1742
1755
|
/**
|
|
1743
1756
|
* 监听录音中断结束事件
|
|
1744
|
-
* @tutorial https://
|
|
1745
|
-
* @
|
|
1757
|
+
* @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#oninterruptionend
|
|
1758
|
+
* @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-recorder-manager.html#oninterruptionend
|
|
1759
|
+
* @tutorial_uni_app https://uniapp.dcloud.net.cn/api/media/record-manager.html
|
|
1746
1760
|
* @uniPlatform {
|
|
1747
1761
|
* "app": {
|
|
1748
1762
|
* "android": {
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
export interface Uni {
|
|
2
2
|
/**
|
|
3
3
|
商家转账用户确认模式下,拉起页面请求用户确认收款
|
|
4
|
+
@tutorial https://doc.dcloud.net.cn/uni-app-x/api/request-merchant-transfer.html
|
|
5
|
+
@tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/request-merchant-transfer.html
|
|
6
|
+
@tutorial_uni_app https://uniapp.dcloud.net.cn/api/plugins/request-merchant-transfer.html
|
|
4
7
|
@uniPlatform {
|
|
5
8
|
* "app": {
|
|
6
9
|
* "android": {
|