@dcloudio/uni-app-x 0.7.8 → 0.7.9
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/native/IUniElement.d.ts +15 -0
- package/types/native/UniImageErrorEvent.d.ts +24 -6
- package/types/native/UniImageLoadEvent.d.ts +28 -10
- package/types/native/UniInputBlurEvent.d.ts +28 -11
- package/types/native/UniInputConfirmEvent.d.ts +22 -7
- package/types/native/UniInputEvent.d.ts +6 -1
- package/types/native/UniInputFocusEvent.d.ts +38 -23
- package/types/native/UniInputKeyboardHeightChangeEvent.d.ts +26 -11
- package/types/native/UniNativePage.d.ts +23 -11
- package/types/native/UniRichTextItemClickEvent.d.ts +32 -14
- package/types/native/UniSwiperAnimationFinishEvent.d.ts +13 -11
- package/types/native/UniSwiperChangeEvent.d.ts +13 -11
- package/types/native/UniSwiperTransitionEvent.d.ts +15 -11
- package/types/native/UniTextareaBlurEvent.d.ts +26 -11
- package/types/native/UniTextareaFocusEvent.d.ts +38 -23
- package/types/native/UniTextareaLineChangeEvent.d.ts +30 -15
- package/types/native/UniWebViewDownloadEvent.d.ts +10 -0
- package/types/native/UniWebViewErrorEvent.d.ts +10 -0
- package/types/native/UniWebViewLoadEvent.d.ts +10 -0
- package/types/native/UniWebViewLoadingEvent.d.ts +11 -2
- package/types/native/UniWebViewMessageEvent.d.ts +10 -0
- package/types/native/ViewToTempFilePathOptions.d.ts +4 -4
- package/types/native/global.d.ts +73 -0
- package/types/page.d.ts +1 -1
- package/types/uni/core/lib/base/event/interface.d.ts +4 -4
- package/types/uni/core/lib/base/interceptor/interface.d.ts +2 -2
- package/types/uni/core/lib/lifecycle/interface.d.ts +1 -1
- package/types/uni/core/lib/route/interface.d.ts +24 -24
- package/types/uni/core/lib/ui/create-selector-query/interface.d.ts +1 -1
- package/types/uni/core/lib/ui/get-element-by-id/interface.d.ts +1 -1
- package/types/uni/core/lib/ui/load-font-face/interface.d.ts +1 -1
- package/types/uni/core/lib/ui/page-scroll-to/interface.d.ts +1 -1
- package/types/uni/core/lib/ui/pull-down-refresh/interface.d.ts +2 -2
- package/types/uni/core/lib/ui/set-navigation-bar-color/interface.d.ts +1 -1
- package/types/uni/core/lib/ui/set-navigation-bar-title/interface.d.ts +1 -1
- package/types/uni/core/lib/ui/tab-bar/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/global.d.ts +1 -1
- package/types/uni/uts-plugin-api/index.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-getLocation-system/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +5 -4
- package/types/uni/uts-plugin-api/lib/{uni-requestPayment-alipay → uni-payment}/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/{uni-requestPayment-alipay → uni-payment}/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/{uni-requestPayment-alipay → uni-payment}/utssdk/interface.d.ts +5 -2
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +6 -6
- package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-biz/global.d.ts +1 -1
- package/types/uni/uts-plugin-biz/index.d.ts +1 -1
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +0 -2
|
@@ -51,7 +51,7 @@ export type NavigateToOptions = {
|
|
|
51
51
|
* "ios": {
|
|
52
52
|
* "osVer": "10.0",
|
|
53
53
|
* "uniVer": "√",
|
|
54
|
-
* "unixVer": "
|
|
54
|
+
* "unixVer": "4.05"
|
|
55
55
|
* }
|
|
56
56
|
* },
|
|
57
57
|
* "mp": {
|
|
@@ -318,7 +318,7 @@ export type NavigateToOptions = {
|
|
|
318
318
|
* "ios": {
|
|
319
319
|
* "osVer": "10.0",
|
|
320
320
|
* "uniVer": "√",
|
|
321
|
-
* "unixVer": "
|
|
321
|
+
* "unixVer": "4.05"
|
|
322
322
|
* }
|
|
323
323
|
* },
|
|
324
324
|
* "mp": {
|
|
@@ -382,7 +382,7 @@ export type NavigateToOptions = {
|
|
|
382
382
|
* "ios": {
|
|
383
383
|
* "osVer": "10.0",
|
|
384
384
|
* "uniVer": "√",
|
|
385
|
-
* "unixVer": "
|
|
385
|
+
* "unixVer": "4.05"
|
|
386
386
|
* }
|
|
387
387
|
* },
|
|
388
388
|
* "mp": {
|
|
@@ -446,7 +446,7 @@ export type NavigateToOptions = {
|
|
|
446
446
|
* "ios": {
|
|
447
447
|
* "osVer": "10.0",
|
|
448
448
|
* "uniVer": "√",
|
|
449
|
-
* "unixVer": "
|
|
449
|
+
* "unixVer": "4.05"
|
|
450
450
|
* }
|
|
451
451
|
* },
|
|
452
452
|
* "mp": {
|
|
@@ -518,7 +518,7 @@ export type RedirectToOptions = {
|
|
|
518
518
|
* "ios": {
|
|
519
519
|
* "osVer": "10.0",
|
|
520
520
|
* "uniVer": "√",
|
|
521
|
-
* "unixVer": "
|
|
521
|
+
* "unixVer": "4.05"
|
|
522
522
|
* }
|
|
523
523
|
* },
|
|
524
524
|
* "mp": {
|
|
@@ -582,7 +582,7 @@ export type RedirectToOptions = {
|
|
|
582
582
|
* "ios": {
|
|
583
583
|
* "osVer": "10.0",
|
|
584
584
|
* "uniVer": "√",
|
|
585
|
-
* "unixVer": "
|
|
585
|
+
* "unixVer": "4.05"
|
|
586
586
|
* }
|
|
587
587
|
* },
|
|
588
588
|
* "mp": {
|
|
@@ -646,7 +646,7 @@ export type RedirectToOptions = {
|
|
|
646
646
|
* "ios": {
|
|
647
647
|
* "osVer": "10.0",
|
|
648
648
|
* "uniVer": "√",
|
|
649
|
-
* "unixVer": "
|
|
649
|
+
* "unixVer": "4.05"
|
|
650
650
|
* }
|
|
651
651
|
* },
|
|
652
652
|
* "mp": {
|
|
@@ -710,7 +710,7 @@ export type RedirectToOptions = {
|
|
|
710
710
|
* "ios": {
|
|
711
711
|
* "osVer": "10.0",
|
|
712
712
|
* "uniVer": "√",
|
|
713
|
-
* "unixVer": "
|
|
713
|
+
* "unixVer": "4.05"
|
|
714
714
|
* }
|
|
715
715
|
* },
|
|
716
716
|
* "mp": {
|
|
@@ -782,7 +782,7 @@ export type ReLaunchOptions = {
|
|
|
782
782
|
* "ios": {
|
|
783
783
|
* "osVer": "10.0",
|
|
784
784
|
* "uniVer": "√",
|
|
785
|
-
* "unixVer": "
|
|
785
|
+
* "unixVer": "4.05"
|
|
786
786
|
* }
|
|
787
787
|
* },
|
|
788
788
|
* "mp": {
|
|
@@ -846,7 +846,7 @@ export type ReLaunchOptions = {
|
|
|
846
846
|
* "ios": {
|
|
847
847
|
* "osVer": "10.0",
|
|
848
848
|
* "uniVer": "√",
|
|
849
|
-
* "unixVer": "
|
|
849
|
+
* "unixVer": "4.05"
|
|
850
850
|
* }
|
|
851
851
|
* },
|
|
852
852
|
* "mp": {
|
|
@@ -910,7 +910,7 @@ export type ReLaunchOptions = {
|
|
|
910
910
|
* "ios": {
|
|
911
911
|
* "osVer": "10.0",
|
|
912
912
|
* "uniVer": "√",
|
|
913
|
-
* "unixVer": "
|
|
913
|
+
* "unixVer": "4.05"
|
|
914
914
|
* }
|
|
915
915
|
* },
|
|
916
916
|
* "mp": {
|
|
@@ -974,7 +974,7 @@ export type ReLaunchOptions = {
|
|
|
974
974
|
* "ios": {
|
|
975
975
|
* "osVer": "10.0",
|
|
976
976
|
* "uniVer": "√",
|
|
977
|
-
* "unixVer": "
|
|
977
|
+
* "unixVer": "4.05"
|
|
978
978
|
* }
|
|
979
979
|
* },
|
|
980
980
|
* "mp": {
|
|
@@ -1046,7 +1046,7 @@ export type SwitchTabOptions = {
|
|
|
1046
1046
|
* "ios": {
|
|
1047
1047
|
* "osVer": "10.0",
|
|
1048
1048
|
* "uniVer": "√",
|
|
1049
|
-
* "unixVer": "
|
|
1049
|
+
* "unixVer": "4.05"
|
|
1050
1050
|
* }
|
|
1051
1051
|
* },
|
|
1052
1052
|
* "mp": {
|
|
@@ -1110,7 +1110,7 @@ export type SwitchTabOptions = {
|
|
|
1110
1110
|
* "ios": {
|
|
1111
1111
|
* "osVer": "10.0",
|
|
1112
1112
|
* "uniVer": "√",
|
|
1113
|
-
* "unixVer": "
|
|
1113
|
+
* "unixVer": "4.05"
|
|
1114
1114
|
* }
|
|
1115
1115
|
* },
|
|
1116
1116
|
* "mp": {
|
|
@@ -1174,7 +1174,7 @@ export type SwitchTabOptions = {
|
|
|
1174
1174
|
* "ios": {
|
|
1175
1175
|
* "osVer": "10.0",
|
|
1176
1176
|
* "uniVer": "√",
|
|
1177
|
-
* "unixVer": "
|
|
1177
|
+
* "unixVer": "4.05"
|
|
1178
1178
|
* }
|
|
1179
1179
|
* },
|
|
1180
1180
|
* "mp": {
|
|
@@ -1238,7 +1238,7 @@ export type SwitchTabOptions = {
|
|
|
1238
1238
|
* "ios": {
|
|
1239
1239
|
* "osVer": "10.0",
|
|
1240
1240
|
* "uniVer": "√",
|
|
1241
|
-
* "unixVer": "
|
|
1241
|
+
* "unixVer": "4.05"
|
|
1242
1242
|
* }
|
|
1243
1243
|
* },
|
|
1244
1244
|
* "mp": {
|
|
@@ -1310,7 +1310,7 @@ export type NavigateBackOptions = {
|
|
|
1310
1310
|
* "ios": {
|
|
1311
1311
|
* "osVer": "10.0",
|
|
1312
1312
|
* "uniVer": "√",
|
|
1313
|
-
* "unixVer": "
|
|
1313
|
+
* "unixVer": "4.05"
|
|
1314
1314
|
* }
|
|
1315
1315
|
* },
|
|
1316
1316
|
* "mp": {
|
|
@@ -1577,7 +1577,7 @@ export type NavigateBackOptions = {
|
|
|
1577
1577
|
* "ios": {
|
|
1578
1578
|
* "osVer": "10.0",
|
|
1579
1579
|
* "uniVer": "√",
|
|
1580
|
-
* "unixVer": "
|
|
1580
|
+
* "unixVer": "4.05"
|
|
1581
1581
|
* }
|
|
1582
1582
|
* },
|
|
1583
1583
|
* "mp": {
|
|
@@ -1641,7 +1641,7 @@ export type NavigateBackOptions = {
|
|
|
1641
1641
|
* "ios": {
|
|
1642
1642
|
* "osVer": "10.0",
|
|
1643
1643
|
* "uniVer": "√",
|
|
1644
|
-
* "unixVer": "
|
|
1644
|
+
* "unixVer": "4.05"
|
|
1645
1645
|
* }
|
|
1646
1646
|
* },
|
|
1647
1647
|
* "mp": {
|
|
@@ -1710,7 +1710,7 @@ export interface Uni {
|
|
|
1710
1710
|
* "ios": {
|
|
1711
1711
|
* "osVer": "10.0",
|
|
1712
1712
|
* "uniVer": "√",
|
|
1713
|
-
* "unixVer": "
|
|
1713
|
+
* "unixVer": "4.05"
|
|
1714
1714
|
* }
|
|
1715
1715
|
* },
|
|
1716
1716
|
* "mp": {
|
|
@@ -1776,7 +1776,7 @@ export interface Uni {
|
|
|
1776
1776
|
* "ios": {
|
|
1777
1777
|
* "osVer": "10.0",
|
|
1778
1778
|
* "uniVer": "√",
|
|
1779
|
-
* "unixVer": "
|
|
1779
|
+
* "unixVer": "4.05"
|
|
1780
1780
|
* }
|
|
1781
1781
|
* },
|
|
1782
1782
|
* "mp": {
|
|
@@ -1842,7 +1842,7 @@ export interface Uni {
|
|
|
1842
1842
|
* "ios": {
|
|
1843
1843
|
* "osVer": "10.0",
|
|
1844
1844
|
* "uniVer": "√",
|
|
1845
|
-
* "unixVer": "
|
|
1845
|
+
* "unixVer": "4.05"
|
|
1846
1846
|
* }
|
|
1847
1847
|
* },
|
|
1848
1848
|
* "mp": {
|
|
@@ -1908,7 +1908,7 @@ export interface Uni {
|
|
|
1908
1908
|
* "ios": {
|
|
1909
1909
|
* "osVer": "10.0",
|
|
1910
1910
|
* "uniVer": "√",
|
|
1911
|
-
* "unixVer": "
|
|
1911
|
+
* "unixVer": "4.05"
|
|
1912
1912
|
* }
|
|
1913
1913
|
* },
|
|
1914
1914
|
* "mp": {
|
|
@@ -1974,7 +1974,7 @@ export interface Uni {
|
|
|
1974
1974
|
* "ios": {
|
|
1975
1975
|
* "osVer": "10.0",
|
|
1976
1976
|
* "uniVer": "√",
|
|
1977
|
-
* "unixVer": "
|
|
1977
|
+
* "unixVer": "4.05"
|
|
1978
1978
|
* }
|
|
1979
1979
|
* },
|
|
1980
1980
|
* "mp": {
|
|
@@ -53,7 +53,7 @@ export interface Uni {
|
|
|
53
53
|
* "ios": {
|
|
54
54
|
* "osVer": "10.0",
|
|
55
55
|
* "uniVer": "√",
|
|
56
|
-
* "unixVer": "
|
|
56
|
+
* "unixVer": "4.05"
|
|
57
57
|
* }
|
|
58
58
|
* },
|
|
59
59
|
* "mp": {
|
|
@@ -121,7 +121,7 @@ export interface Uni {
|
|
|
121
121
|
* "ios": {
|
|
122
122
|
* "osVer": "10.0",
|
|
123
123
|
* "uniVer": "√",
|
|
124
|
-
* "unixVer": "
|
|
124
|
+
* "unixVer": "4.05"
|
|
125
125
|
* }
|
|
126
126
|
* },
|
|
127
127
|
* "mp": {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference path='./lib/uni-websocket/utssdk/global.d.ts' />
|
|
2
2
|
/// <reference path='./lib/uni-storage/utssdk/global.d.ts' />
|
|
3
3
|
/// <reference path='./lib/uni-rpx2px/utssdk/global.d.ts' />
|
|
4
|
-
/// <reference path='./lib/uni-requestPayment-alipay/utssdk/global.d.ts' />
|
|
5
4
|
/// <reference path='./lib/uni-prompt/utssdk/global.d.ts' />
|
|
5
|
+
/// <reference path='./lib/uni-payment/utssdk/global.d.ts' />
|
|
6
6
|
/// <reference path='./lib/uni-openAppAuthorizeSetting/utssdk/global.d.ts' />
|
|
7
7
|
/// <reference path='./lib/uni-network/utssdk/global.d.ts' />
|
|
8
8
|
/// <reference path='./lib/uni-media/utssdk/global.d.ts' />
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export * from './lib/uni-websocket/utssdk'
|
|
2
2
|
export * from './lib/uni-storage/utssdk'
|
|
3
3
|
export * from './lib/uni-rpx2px/utssdk'
|
|
4
|
-
export * from './lib/uni-requestPayment-alipay/utssdk'
|
|
5
4
|
export * from './lib/uni-prompt/utssdk'
|
|
5
|
+
export * from './lib/uni-payment/utssdk'
|
|
6
6
|
export * from './lib/uni-openAppAuthorizeSetting/utssdk'
|
|
7
7
|
export * from './lib/uni-network/utssdk'
|
|
8
8
|
export * from './lib/uni-media/utssdk'
|
|
@@ -30,26 +30,27 @@ export type GetProviderComplete = any;
|
|
|
30
30
|
export type GetProviderCompleteCallback = (result: GetProviderComplete) => void;
|
|
31
31
|
export type GetProviderOptions = {
|
|
32
32
|
/**
|
|
33
|
-
* 服务类型,可取值“oauth”、“share”、“payment”、“push”
|
|
33
|
+
* 服务类型,可取值“oauth”、“share”、“payment”、“push”、“location”
|
|
34
34
|
* - oauth: 授权登录
|
|
35
35
|
* - share: 分享
|
|
36
36
|
* - payment: 支付
|
|
37
37
|
* - push: 推送
|
|
38
|
+
* - location: 定位
|
|
38
39
|
* @type 'oauth' | 'share' | 'payment' | 'push' | 'location'
|
|
39
40
|
*/
|
|
40
41
|
service: 'oauth' | 'share' | 'payment' | 'push' | 'location',
|
|
41
42
|
/**
|
|
42
43
|
* 接口调用成功的回调
|
|
43
44
|
*/
|
|
44
|
-
success
|
|
45
|
+
success?: GetProviderSuccessCallback | null,
|
|
45
46
|
/**
|
|
46
47
|
* 接口调用失败的回调函数
|
|
47
48
|
*/
|
|
48
|
-
fail
|
|
49
|
+
fail?: GetProviderFailCallback | null,
|
|
49
50
|
/**
|
|
50
51
|
* 接口调用结束的回调函数(调用成功、失败都会执行)
|
|
51
52
|
*/
|
|
52
|
-
complete
|
|
53
|
+
complete?: GetProviderCompleteCallback | null
|
|
53
54
|
};
|
|
54
55
|
|
|
55
56
|
export type GetProvider = (options: GetProviderOptions) => void;
|
package/types/uni/uts-plugin-api/lib/{uni-requestPayment-alipay → uni-payment}/utssdk/global.d.ts
RENAMED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
// 本文件为自动构建生成
|
|
2
2
|
import {
|
|
3
|
+
RequestPaymentFailImpl as RequestPaymentFailImplOrigin,
|
|
3
4
|
RequestPaymentErrorCode as RequestPaymentErrorCodeOrigin,
|
|
4
5
|
RequestPayment as RequestPaymentOrigin,
|
|
5
6
|
RequestPaymentSuccess as RequestPaymentSuccessOrigin,
|
|
@@ -14,6 +15,7 @@ import {
|
|
|
14
15
|
} from './interface'
|
|
15
16
|
|
|
16
17
|
declare global {
|
|
18
|
+
type RequestPaymentFailImpl = RequestPaymentFailImplOrigin
|
|
17
19
|
type RequestPaymentErrorCode = RequestPaymentErrorCodeOrigin
|
|
18
20
|
type RequestPayment = RequestPaymentOrigin
|
|
19
21
|
type RequestPaymentSuccess = RequestPaymentSuccessOrigin
|
package/types/uni/uts-plugin-api/lib/{uni-requestPayment-alipay → uni-payment}/utssdk/interface.d.ts
RENAMED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import { RequestPaymentFailImpl as RequestPaymentFailImplement } from './unierror.uts'
|
|
2
|
+
|
|
3
|
+
export type RequestPaymentFailImpl = RequestPaymentFailImplement
|
|
1
4
|
export interface Uni {
|
|
2
5
|
/**
|
|
3
6
|
* @description 请求支付
|
|
@@ -12,7 +15,7 @@ export interface Uni {
|
|
|
12
15
|
* }
|
|
13
16
|
* });
|
|
14
17
|
* ```
|
|
15
|
-
* @tutorial
|
|
18
|
+
* @tutorial https://uniapp.dcloud.net.cn/api/plugins/payment.html
|
|
16
19
|
* @uniPlatform {
|
|
17
20
|
* "app": {
|
|
18
21
|
* "android": {
|
|
@@ -32,7 +35,7 @@ export interface Uni {
|
|
|
32
35
|
* }
|
|
33
36
|
* }
|
|
34
37
|
*/
|
|
35
|
-
requestPayment :
|
|
38
|
+
requestPayment(options : RequestPaymentOptions) : void;
|
|
36
39
|
}
|
|
37
40
|
/**
|
|
38
41
|
* 错误码
|
|
@@ -483,7 +483,7 @@ export interface Uni {
|
|
|
483
483
|
* @remark
|
|
484
484
|
* - showLoading 和 showToast 同时只能显示一个
|
|
485
485
|
* - showToast 应与 hideToast 配对使用
|
|
486
|
-
* @tutorial
|
|
486
|
+
* @tutorial https://uniapp.dcloud.net.cn/api/ui/prompt.html#showtoast
|
|
487
487
|
* @uniPlatform {
|
|
488
488
|
* "app": {
|
|
489
489
|
* "android": {
|
|
@@ -510,7 +510,7 @@ export interface Uni {
|
|
|
510
510
|
* ```typescript
|
|
511
511
|
* uni.hideToast();
|
|
512
512
|
* ```
|
|
513
|
-
* @tutorial
|
|
513
|
+
* @tutorial https://uniapp.dcloud.net.cn/api/ui/prompt.html#hidetoast
|
|
514
514
|
* @uniPlatform {
|
|
515
515
|
* "app": {
|
|
516
516
|
* "android": {
|
|
@@ -543,7 +543,7 @@ export interface Uni {
|
|
|
543
543
|
* @remark
|
|
544
544
|
* - showLoading 和 showToast 同时只能显示一个
|
|
545
545
|
* - showToast 应与 hideToast 配对使用
|
|
546
|
-
* @tutorial
|
|
546
|
+
* @tutorial https://uniapp.dcloud.net.cn/api/ui/prompt.html#showloading
|
|
547
547
|
* @uniPlatform {
|
|
548
548
|
* "app": {
|
|
549
549
|
* "android": {
|
|
@@ -577,7 +577,7 @@ export interface Uni {
|
|
|
577
577
|
* }, 2000);
|
|
578
578
|
*
|
|
579
579
|
* ```
|
|
580
|
-
* @tutorial
|
|
580
|
+
* @tutorial https://uniapp.dcloud.net.cn/api/ui/prompt.html#hideloading
|
|
581
581
|
* @uniPlatform {
|
|
582
582
|
* "app": {
|
|
583
583
|
* "android": {
|
|
@@ -617,7 +617,7 @@ export interface Uni {
|
|
|
617
617
|
*
|
|
618
618
|
*
|
|
619
619
|
* ```
|
|
620
|
-
* @tutorial
|
|
620
|
+
* @tutorial https://uniapp.dcloud.net.cn/api/ui/prompt.html#showmodal
|
|
621
621
|
* @uniPlatform {
|
|
622
622
|
* "app": {
|
|
623
623
|
* "android": {
|
|
@@ -653,7 +653,7 @@ export interface Uni {
|
|
|
653
653
|
* }
|
|
654
654
|
* });
|
|
655
655
|
* ```
|
|
656
|
-
* @tutorial
|
|
656
|
+
* @tutorial https://uniapp.dcloud.net.cn/api/ui/prompt.html#showactionsheet
|
|
657
657
|
* @uniPlatform {
|
|
658
658
|
* "app": {
|
|
659
659
|
* "android": {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference path='./lib/uni-verify/utssdk/global.d.ts' />
|
|
2
2
|
/// <reference path='./lib/uni-push/utssdk/global.d.ts' />
|
|
3
|
-
/// <reference path='./lib/uni-ad/utssdk/global.d.ts' />
|
|
4
3
|
/// <reference path='./lib/uni-facialRecognitionVerify/utssdk/global.d.ts' />
|
|
4
|
+
/// <reference path='./lib/uni-ad/utssdk/global.d.ts' />
|