@dcloudio/uni-app-x 0.7.37 → 0.7.38
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 +44 -9
- package/types/app.d.ts +8 -5
- package/types/native/AsyncApiResult.d.ts +1 -0
- package/types/native/IUniElement.d.ts +34 -0
- package/types/native/UniElement.d.ts +2 -1
- package/types/native/UniTextElement.d.ts +1 -0
- package/types/native/global.d.ts +10 -0
- package/types/page.d.ts +5 -5
- package/types/uni/env/index.d.ts +15 -1
- package/types/uni/global.d.ts +1 -0
- package/types/uni/index.d.ts +1 -0
- package/types/uni/uni-map-tencent-global.d.ts +33 -0
- package/types/uni/uni-map-tencent-map.d.ts +52 -0
- package/types/uni/uts-plugin-api/global.d.ts +3 -0
- package/types/uni/uts-plugin-api/index.d.ts +3 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +24 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +11 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +217 -0
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/index.d.ts +0 -1
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +212 -219
- package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +130 -4
- package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +647 -7
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/global.d.ts +20 -0
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/index.d.ts +9 -0
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +153 -0
- package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1995 -1726
- package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +102 -18
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +1123 -1044
- package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +327 -296
- package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +33 -28
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +210 -0
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +2687 -13
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +42 -0
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +1178 -2
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +882 -0
- package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +152 -12
- package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +152 -12
- package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +760 -4
- package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts +0 -2
- package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +0 -45
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +126 -0
- package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +38 -3
- 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 +3119 -1
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +300 -6
- 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 +42 -0
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +8 -8
- package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +8 -0
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +1686 -266
- package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +15 -15
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +3618 -1675
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +11 -11
- package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +42 -0
- package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +9 -9
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +252 -0
- package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/global.d.ts +8 -0
- package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/index.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/interface.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +532 -245
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +1260 -0
- 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 +58 -58
- package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +42 -0
- package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +42 -0
- package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/global.d.ts +4 -0
- package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/index.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +614 -15
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +420 -0
- package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +50 -8
- package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +267 -99
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +978 -12
- package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +37 -5
- package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +379 -1
- package/types/uni/uts-plugin-extend/README.md +3 -0
- package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +4 -4
- package/types/uni/uts-plugin-extend/lib/uni-canvas/utssdk/interface.d.ts +4 -4
- package/types/uni/uts-plugin-extend/lib/uni-chooseLocation/utssdk/interface.d.ts +73 -73
- package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +302 -302
- package/types/uni/uts-plugin-extend/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +431 -11
- package/types/uni/uts-plugin-extend/lib/uni-locale/utssdk/interface.d.ts +3 -3
- package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/interface.d.ts +6 -6
- package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/interface.d.ts +73 -73
- package/types/uni/uts-plugin-extend/lib/uni-theme/utssdk/interface.d.ts +2 -2
- package/types/uni-cloud/interface.d.ts +91 -0
- package/uts-plugin.d.ts +3 -1
|
@@ -66,7 +66,7 @@ export interface Uni {
|
|
|
66
66
|
* "weixin": {
|
|
67
67
|
* "hostVer": "√",
|
|
68
68
|
* "uniVer": "√",
|
|
69
|
-
* "unixVer": "
|
|
69
|
+
* "unixVer": "4.35"
|
|
70
70
|
* },
|
|
71
71
|
* "alipay": {
|
|
72
72
|
* "hostVer": "√",
|
|
@@ -141,7 +141,7 @@ export interface Uni {
|
|
|
141
141
|
* "weixin": {
|
|
142
142
|
* "hostVer": "√",
|
|
143
143
|
* "uniVer": "√",
|
|
144
|
-
* "unixVer": "
|
|
144
|
+
* "unixVer": "4.35"
|
|
145
145
|
* },
|
|
146
146
|
* "alipay": {
|
|
147
147
|
* "hostVer": "√",
|
|
@@ -42,7 +42,7 @@ export type NavigateToOptions = {
|
|
|
42
42
|
* "weixin": {
|
|
43
43
|
* "hostVer": "√",
|
|
44
44
|
* "uniVer": "√",
|
|
45
|
-
* "unixVer": "
|
|
45
|
+
* "unixVer": "4.35"
|
|
46
46
|
* },
|
|
47
47
|
* "alipay": {
|
|
48
48
|
* "hostVer": "√",
|
|
@@ -111,42 +111,42 @@ export type NavigateToOptions = {
|
|
|
111
111
|
* "mp": {
|
|
112
112
|
* "weixin": {
|
|
113
113
|
* "hostVer": "√",
|
|
114
|
-
* "uniVer": "
|
|
114
|
+
* "uniVer": "x",
|
|
115
115
|
* "unixVer": "x"
|
|
116
116
|
* },
|
|
117
117
|
* "alipay": {
|
|
118
118
|
* "hostVer": "√",
|
|
119
|
-
* "uniVer": "
|
|
119
|
+
* "uniVer": "x",
|
|
120
120
|
* "unixVer": "x"
|
|
121
121
|
* },
|
|
122
122
|
* "baidu": {
|
|
123
123
|
* "hostVer": "√",
|
|
124
|
-
* "uniVer": "
|
|
124
|
+
* "uniVer": "x",
|
|
125
125
|
* "unixVer": "x"
|
|
126
126
|
* },
|
|
127
127
|
* "toutiao": {
|
|
128
128
|
* "hostVer": "√",
|
|
129
|
-
* "uniVer": "
|
|
129
|
+
* "uniVer": "x",
|
|
130
130
|
* "unixVer": "x"
|
|
131
131
|
* },
|
|
132
132
|
* "lark": {
|
|
133
133
|
* "hostVer": "√",
|
|
134
|
-
* "uniVer": "
|
|
134
|
+
* "uniVer": "x",
|
|
135
135
|
* "unixVer": "x"
|
|
136
136
|
* },
|
|
137
137
|
* "qq": {
|
|
138
138
|
* "hostVer": "√",
|
|
139
|
-
* "uniVer": "
|
|
139
|
+
* "uniVer": "x",
|
|
140
140
|
* "unixVer": "x"
|
|
141
141
|
* },
|
|
142
142
|
* "kuaishou": {
|
|
143
143
|
* "hostVer": "√",
|
|
144
|
-
* "uniVer": "
|
|
144
|
+
* "uniVer": "x",
|
|
145
145
|
* "unixVer": "x"
|
|
146
146
|
* },
|
|
147
147
|
* "jd": {
|
|
148
148
|
* "hostVer": "√",
|
|
149
|
-
* "uniVer": "
|
|
149
|
+
* "uniVer": "x",
|
|
150
150
|
* "unixVer": "x"
|
|
151
151
|
* }
|
|
152
152
|
* },
|
|
@@ -460,42 +460,42 @@ export type NavigateToOptions = {
|
|
|
460
460
|
* "mp": {
|
|
461
461
|
* "weixin": {
|
|
462
462
|
* "hostVer": "√",
|
|
463
|
-
* "uniVer": "
|
|
463
|
+
* "uniVer": "x",
|
|
464
464
|
* "unixVer": "x"
|
|
465
465
|
* },
|
|
466
466
|
* "alipay": {
|
|
467
467
|
* "hostVer": "√",
|
|
468
|
-
* "uniVer": "
|
|
468
|
+
* "uniVer": "x",
|
|
469
469
|
* "unixVer": "x"
|
|
470
470
|
* },
|
|
471
471
|
* "baidu": {
|
|
472
472
|
* "hostVer": "√",
|
|
473
|
-
* "uniVer": "
|
|
473
|
+
* "uniVer": "x",
|
|
474
474
|
* "unixVer": "x"
|
|
475
475
|
* },
|
|
476
476
|
* "toutiao": {
|
|
477
477
|
* "hostVer": "√",
|
|
478
|
-
* "uniVer": "
|
|
478
|
+
* "uniVer": "x",
|
|
479
479
|
* "unixVer": "x"
|
|
480
480
|
* },
|
|
481
481
|
* "lark": {
|
|
482
482
|
* "hostVer": "√",
|
|
483
|
-
* "uniVer": "
|
|
483
|
+
* "uniVer": "x",
|
|
484
484
|
* "unixVer": "x"
|
|
485
485
|
* },
|
|
486
486
|
* "qq": {
|
|
487
487
|
* "hostVer": "√",
|
|
488
|
-
* "uniVer": "
|
|
488
|
+
* "uniVer": "x",
|
|
489
489
|
* "unixVer": "x"
|
|
490
490
|
* },
|
|
491
491
|
* "kuaishou": {
|
|
492
492
|
* "hostVer": "√",
|
|
493
|
-
* "uniVer": "
|
|
493
|
+
* "uniVer": "x",
|
|
494
494
|
* "unixVer": "x"
|
|
495
495
|
* },
|
|
496
496
|
* "jd": {
|
|
497
497
|
* "hostVer": "√",
|
|
498
|
-
* "uniVer": "
|
|
498
|
+
* "uniVer": "x",
|
|
499
499
|
* "unixVer": "x"
|
|
500
500
|
* }
|
|
501
501
|
* },
|
|
@@ -530,7 +530,7 @@ export type NavigateToOptions = {
|
|
|
530
530
|
* "weixin": {
|
|
531
531
|
* "hostVer": "√",
|
|
532
532
|
* "uniVer": "√",
|
|
533
|
-
* "unixVer": "
|
|
533
|
+
* "unixVer": "4.35"
|
|
534
534
|
* },
|
|
535
535
|
* "alipay": {
|
|
536
536
|
* "hostVer": "√",
|
|
@@ -599,7 +599,7 @@ export type NavigateToOptions = {
|
|
|
599
599
|
* "weixin": {
|
|
600
600
|
* "hostVer": "√",
|
|
601
601
|
* "uniVer": "√",
|
|
602
|
-
* "unixVer": "
|
|
602
|
+
* "unixVer": "4.35"
|
|
603
603
|
* },
|
|
604
604
|
* "alipay": {
|
|
605
605
|
* "hostVer": "√",
|
|
@@ -668,7 +668,7 @@ export type NavigateToOptions = {
|
|
|
668
668
|
* "weixin": {
|
|
669
669
|
* "hostVer": "√",
|
|
670
670
|
* "uniVer": "√",
|
|
671
|
-
* "unixVer": "
|
|
671
|
+
* "unixVer": "4.35"
|
|
672
672
|
* },
|
|
673
673
|
* "alipay": {
|
|
674
674
|
* "hostVer": "√",
|
|
@@ -737,7 +737,7 @@ export type NavigateToOptions = {
|
|
|
737
737
|
* "weixin": {
|
|
738
738
|
* "hostVer": "√",
|
|
739
739
|
* "uniVer": "√",
|
|
740
|
-
* "unixVer": "
|
|
740
|
+
* "unixVer": "4.35"
|
|
741
741
|
* },
|
|
742
742
|
* "alipay": {
|
|
743
743
|
* "hostVer": "√",
|
|
@@ -816,7 +816,7 @@ export type RedirectToOptions = {
|
|
|
816
816
|
* "weixin": {
|
|
817
817
|
* "hostVer": "√",
|
|
818
818
|
* "uniVer": "√",
|
|
819
|
-
* "unixVer": "
|
|
819
|
+
* "unixVer": "4.35"
|
|
820
820
|
* },
|
|
821
821
|
* "alipay": {
|
|
822
822
|
* "hostVer": "√",
|
|
@@ -885,7 +885,7 @@ export type RedirectToOptions = {
|
|
|
885
885
|
* "weixin": {
|
|
886
886
|
* "hostVer": "√",
|
|
887
887
|
* "uniVer": "√",
|
|
888
|
-
* "unixVer": "
|
|
888
|
+
* "unixVer": "4.35"
|
|
889
889
|
* },
|
|
890
890
|
* "alipay": {
|
|
891
891
|
* "hostVer": "√",
|
|
@@ -954,7 +954,7 @@ export type RedirectToOptions = {
|
|
|
954
954
|
* "weixin": {
|
|
955
955
|
* "hostVer": "√",
|
|
956
956
|
* "uniVer": "√",
|
|
957
|
-
* "unixVer": "
|
|
957
|
+
* "unixVer": "4.35"
|
|
958
958
|
* },
|
|
959
959
|
* "alipay": {
|
|
960
960
|
* "hostVer": "√",
|
|
@@ -1023,7 +1023,7 @@ export type RedirectToOptions = {
|
|
|
1023
1023
|
* "weixin": {
|
|
1024
1024
|
* "hostVer": "√",
|
|
1025
1025
|
* "uniVer": "√",
|
|
1026
|
-
* "unixVer": "
|
|
1026
|
+
* "unixVer": "4.35"
|
|
1027
1027
|
* },
|
|
1028
1028
|
* "alipay": {
|
|
1029
1029
|
* "hostVer": "√",
|
|
@@ -1102,7 +1102,7 @@ export type ReLaunchOptions = {
|
|
|
1102
1102
|
* "weixin": {
|
|
1103
1103
|
* "hostVer": "√",
|
|
1104
1104
|
* "uniVer": "√",
|
|
1105
|
-
* "unixVer": "
|
|
1105
|
+
* "unixVer": "4.35"
|
|
1106
1106
|
* },
|
|
1107
1107
|
* "alipay": {
|
|
1108
1108
|
* "hostVer": "√",
|
|
@@ -1171,7 +1171,7 @@ export type ReLaunchOptions = {
|
|
|
1171
1171
|
* "weixin": {
|
|
1172
1172
|
* "hostVer": "√",
|
|
1173
1173
|
* "uniVer": "√",
|
|
1174
|
-
* "unixVer": "
|
|
1174
|
+
* "unixVer": "4.35"
|
|
1175
1175
|
* },
|
|
1176
1176
|
* "alipay": {
|
|
1177
1177
|
* "hostVer": "√",
|
|
@@ -1240,7 +1240,7 @@ export type ReLaunchOptions = {
|
|
|
1240
1240
|
* "weixin": {
|
|
1241
1241
|
* "hostVer": "√",
|
|
1242
1242
|
* "uniVer": "√",
|
|
1243
|
-
* "unixVer": "
|
|
1243
|
+
* "unixVer": "4.35"
|
|
1244
1244
|
* },
|
|
1245
1245
|
* "alipay": {
|
|
1246
1246
|
* "hostVer": "√",
|
|
@@ -1309,7 +1309,7 @@ export type ReLaunchOptions = {
|
|
|
1309
1309
|
* "weixin": {
|
|
1310
1310
|
* "hostVer": "√",
|
|
1311
1311
|
* "uniVer": "√",
|
|
1312
|
-
* "unixVer": "
|
|
1312
|
+
* "unixVer": "4.35"
|
|
1313
1313
|
* },
|
|
1314
1314
|
* "alipay": {
|
|
1315
1315
|
* "hostVer": "√",
|
|
@@ -1390,7 +1390,7 @@ export type SwitchTabOptions = {
|
|
|
1390
1390
|
* "weixin": {
|
|
1391
1391
|
* "hostVer": "√",
|
|
1392
1392
|
* "uniVer": "√",
|
|
1393
|
-
* "unixVer": "
|
|
1393
|
+
* "unixVer": "4.35"
|
|
1394
1394
|
* },
|
|
1395
1395
|
* "alipay": {
|
|
1396
1396
|
* "hostVer": "√",
|
|
@@ -1459,7 +1459,7 @@ export type SwitchTabOptions = {
|
|
|
1459
1459
|
* "weixin": {
|
|
1460
1460
|
* "hostVer": "√",
|
|
1461
1461
|
* "uniVer": "√",
|
|
1462
|
-
* "unixVer": "
|
|
1462
|
+
* "unixVer": "4.35"
|
|
1463
1463
|
* },
|
|
1464
1464
|
* "alipay": {
|
|
1465
1465
|
* "hostVer": "√",
|
|
@@ -1528,7 +1528,7 @@ export type SwitchTabOptions = {
|
|
|
1528
1528
|
* "weixin": {
|
|
1529
1529
|
* "hostVer": "√",
|
|
1530
1530
|
* "uniVer": "√",
|
|
1531
|
-
* "unixVer": "
|
|
1531
|
+
* "unixVer": "4.35"
|
|
1532
1532
|
* },
|
|
1533
1533
|
* "alipay": {
|
|
1534
1534
|
* "hostVer": "√",
|
|
@@ -1597,7 +1597,7 @@ export type SwitchTabOptions = {
|
|
|
1597
1597
|
* "weixin": {
|
|
1598
1598
|
* "hostVer": "√",
|
|
1599
1599
|
* "uniVer": "√",
|
|
1600
|
-
* "unixVer": "
|
|
1600
|
+
* "unixVer": "4.35"
|
|
1601
1601
|
* },
|
|
1602
1602
|
* "alipay": {
|
|
1603
1603
|
* "hostVer": "√",
|
|
@@ -1676,7 +1676,7 @@ export type NavigateBackOptions = {
|
|
|
1676
1676
|
* "weixin": {
|
|
1677
1677
|
* "hostVer": "√",
|
|
1678
1678
|
* "uniVer": "√",
|
|
1679
|
-
* "unixVer": "
|
|
1679
|
+
* "unixVer": "4.35"
|
|
1680
1680
|
* },
|
|
1681
1681
|
* "alipay": {
|
|
1682
1682
|
* "hostVer": "√",
|
|
@@ -1740,42 +1740,42 @@ export type NavigateBackOptions = {
|
|
|
1740
1740
|
* "mp": {
|
|
1741
1741
|
* "weixin": {
|
|
1742
1742
|
* "hostVer": "√",
|
|
1743
|
-
* "uniVer": "
|
|
1743
|
+
* "uniVer": "x",
|
|
1744
1744
|
* "unixVer": "x"
|
|
1745
1745
|
* },
|
|
1746
1746
|
* "alipay": {
|
|
1747
1747
|
* "hostVer": "√",
|
|
1748
|
-
* "uniVer": "
|
|
1748
|
+
* "uniVer": "x",
|
|
1749
1749
|
* "unixVer": "x"
|
|
1750
1750
|
* },
|
|
1751
1751
|
* "baidu": {
|
|
1752
1752
|
* "hostVer": "√",
|
|
1753
|
-
* "uniVer": "
|
|
1753
|
+
* "uniVer": "x",
|
|
1754
1754
|
* "unixVer": "x"
|
|
1755
1755
|
* },
|
|
1756
1756
|
* "toutiao": {
|
|
1757
1757
|
* "hostVer": "√",
|
|
1758
|
-
* "uniVer": "
|
|
1758
|
+
* "uniVer": "x",
|
|
1759
1759
|
* "unixVer": "x"
|
|
1760
1760
|
* },
|
|
1761
1761
|
* "lark": {
|
|
1762
1762
|
* "hostVer": "√",
|
|
1763
|
-
* "uniVer": "
|
|
1763
|
+
* "uniVer": "x",
|
|
1764
1764
|
* "unixVer": "x"
|
|
1765
1765
|
* },
|
|
1766
1766
|
* "qq": {
|
|
1767
1767
|
* "hostVer": "√",
|
|
1768
|
-
* "uniVer": "
|
|
1768
|
+
* "uniVer": "x",
|
|
1769
1769
|
* "unixVer": "x"
|
|
1770
1770
|
* },
|
|
1771
1771
|
* "kuaishou": {
|
|
1772
1772
|
* "hostVer": "√",
|
|
1773
|
-
* "uniVer": "
|
|
1773
|
+
* "uniVer": "x",
|
|
1774
1774
|
* "unixVer": "x"
|
|
1775
1775
|
* },
|
|
1776
1776
|
* "jd": {
|
|
1777
1777
|
* "hostVer": "√",
|
|
1778
|
-
* "uniVer": "
|
|
1778
|
+
* "uniVer": "x",
|
|
1779
1779
|
* "unixVer": "x"
|
|
1780
1780
|
* }
|
|
1781
1781
|
* },
|
|
@@ -2074,42 +2074,42 @@ export type NavigateBackOptions = {
|
|
|
2074
2074
|
* "mp": {
|
|
2075
2075
|
* "weixin": {
|
|
2076
2076
|
* "hostVer": "√",
|
|
2077
|
-
* "uniVer": "
|
|
2077
|
+
* "uniVer": "x",
|
|
2078
2078
|
* "unixVer": "x"
|
|
2079
2079
|
* },
|
|
2080
2080
|
* "alipay": {
|
|
2081
2081
|
* "hostVer": "√",
|
|
2082
|
-
* "uniVer": "
|
|
2082
|
+
* "uniVer": "x",
|
|
2083
2083
|
* "unixVer": "x"
|
|
2084
2084
|
* },
|
|
2085
2085
|
* "baidu": {
|
|
2086
2086
|
* "hostVer": "√",
|
|
2087
|
-
* "uniVer": "
|
|
2087
|
+
* "uniVer": "x",
|
|
2088
2088
|
* "unixVer": "x"
|
|
2089
2089
|
* },
|
|
2090
2090
|
* "toutiao": {
|
|
2091
2091
|
* "hostVer": "√",
|
|
2092
|
-
* "uniVer": "
|
|
2092
|
+
* "uniVer": "x",
|
|
2093
2093
|
* "unixVer": "x"
|
|
2094
2094
|
* },
|
|
2095
2095
|
* "lark": {
|
|
2096
2096
|
* "hostVer": "√",
|
|
2097
|
-
* "uniVer": "
|
|
2097
|
+
* "uniVer": "x",
|
|
2098
2098
|
* "unixVer": "x"
|
|
2099
2099
|
* },
|
|
2100
2100
|
* "qq": {
|
|
2101
2101
|
* "hostVer": "√",
|
|
2102
|
-
* "uniVer": "
|
|
2102
|
+
* "uniVer": "x",
|
|
2103
2103
|
* "unixVer": "x"
|
|
2104
2104
|
* },
|
|
2105
2105
|
* "kuaishou": {
|
|
2106
2106
|
* "hostVer": "√",
|
|
2107
|
-
* "uniVer": "
|
|
2107
|
+
* "uniVer": "x",
|
|
2108
2108
|
* "unixVer": "x"
|
|
2109
2109
|
* },
|
|
2110
2110
|
* "jd": {
|
|
2111
2111
|
* "hostVer": "√",
|
|
2112
|
-
* "uniVer": "
|
|
2112
|
+
* "uniVer": "x",
|
|
2113
2113
|
* "unixVer": "x"
|
|
2114
2114
|
* }
|
|
2115
2115
|
* },
|
|
@@ -2139,7 +2139,7 @@ export type NavigateBackOptions = {
|
|
|
2139
2139
|
* "weixin": {
|
|
2140
2140
|
* "hostVer": "√",
|
|
2141
2141
|
* "uniVer": "√",
|
|
2142
|
-
* "unixVer": "
|
|
2142
|
+
* "unixVer": "4.35"
|
|
2143
2143
|
* },
|
|
2144
2144
|
* "alipay": {
|
|
2145
2145
|
* "hostVer": "√",
|
|
@@ -2208,7 +2208,7 @@ export type NavigateBackOptions = {
|
|
|
2208
2208
|
* "weixin": {
|
|
2209
2209
|
* "hostVer": "√",
|
|
2210
2210
|
* "uniVer": "√",
|
|
2211
|
-
* "unixVer": "
|
|
2211
|
+
* "unixVer": "4.35"
|
|
2212
2212
|
* },
|
|
2213
2213
|
* "alipay": {
|
|
2214
2214
|
* "hostVer": "√",
|
|
@@ -2277,7 +2277,7 @@ export type NavigateBackOptions = {
|
|
|
2277
2277
|
* "weixin": {
|
|
2278
2278
|
* "hostVer": "√",
|
|
2279
2279
|
* "uniVer": "√",
|
|
2280
|
-
* "unixVer": "
|
|
2280
|
+
* "unixVer": "4.35"
|
|
2281
2281
|
* },
|
|
2282
2282
|
* "alipay": {
|
|
2283
2283
|
* "hostVer": "√",
|
|
@@ -2353,7 +2353,7 @@ export interface Uni {
|
|
|
2353
2353
|
* "weixin": {
|
|
2354
2354
|
* "hostVer": "√",
|
|
2355
2355
|
* "uniVer": "√",
|
|
2356
|
-
* "unixVer": "
|
|
2356
|
+
* "unixVer": "4.35"
|
|
2357
2357
|
* },
|
|
2358
2358
|
* "alipay": {
|
|
2359
2359
|
* "hostVer": "√",
|
|
@@ -2426,7 +2426,7 @@ export interface Uni {
|
|
|
2426
2426
|
* "weixin": {
|
|
2427
2427
|
* "hostVer": "√",
|
|
2428
2428
|
* "uniVer": "√",
|
|
2429
|
-
* "unixVer": "
|
|
2429
|
+
* "unixVer": "4.35"
|
|
2430
2430
|
* },
|
|
2431
2431
|
* "alipay": {
|
|
2432
2432
|
* "hostVer": "√",
|
|
@@ -2499,7 +2499,7 @@ export interface Uni {
|
|
|
2499
2499
|
* "weixin": {
|
|
2500
2500
|
* "hostVer": "√",
|
|
2501
2501
|
* "uniVer": "√",
|
|
2502
|
-
* "unixVer": "
|
|
2502
|
+
* "unixVer": "4.35"
|
|
2503
2503
|
* },
|
|
2504
2504
|
* "alipay": {
|
|
2505
2505
|
* "hostVer": "√",
|
|
@@ -2572,7 +2572,7 @@ export interface Uni {
|
|
|
2572
2572
|
* "weixin": {
|
|
2573
2573
|
* "hostVer": "√",
|
|
2574
2574
|
* "uniVer": "√",
|
|
2575
|
-
* "unixVer": "
|
|
2575
|
+
* "unixVer": "4.35"
|
|
2576
2576
|
* },
|
|
2577
2577
|
* "alipay": {
|
|
2578
2578
|
* "hostVer": "√",
|
|
@@ -2645,7 +2645,7 @@ export interface Uni {
|
|
|
2645
2645
|
* "weixin": {
|
|
2646
2646
|
* "hostVer": "√",
|
|
2647
2647
|
* "uniVer": "√",
|
|
2648
|
-
* "unixVer": "
|
|
2648
|
+
* "unixVer": "4.35"
|
|
2649
2649
|
* },
|
|
2650
2650
|
* "alipay": {
|
|
2651
2651
|
* "hostVer": "√",
|
|
@@ -24,6 +24,48 @@ export interface Uni {
|
|
|
24
24
|
* "unixVer": "x"
|
|
25
25
|
* }
|
|
26
26
|
* },
|
|
27
|
+
* "mp": {
|
|
28
|
+
* "weixin": {
|
|
29
|
+
* "hostVer": "√",
|
|
30
|
+
* "uniVer": "√",
|
|
31
|
+
* "unixVer": "4.35"
|
|
32
|
+
* },
|
|
33
|
+
* "alipay": {
|
|
34
|
+
* "hostVer": "√",
|
|
35
|
+
* "uniVer": "√",
|
|
36
|
+
* "unixVer": "x"
|
|
37
|
+
* },
|
|
38
|
+
* "baidu": {
|
|
39
|
+
* "hostVer": "√",
|
|
40
|
+
* "uniVer": "√",
|
|
41
|
+
* "unixVer": "x"
|
|
42
|
+
* },
|
|
43
|
+
* "toutiao": {
|
|
44
|
+
* "hostVer": "√",
|
|
45
|
+
* "uniVer": "√",
|
|
46
|
+
* "unixVer": "x"
|
|
47
|
+
* },
|
|
48
|
+
* "lark": {
|
|
49
|
+
* "hostVer": "√",
|
|
50
|
+
* "uniVer": "√",
|
|
51
|
+
* "unixVer": "x"
|
|
52
|
+
* },
|
|
53
|
+
* "qq": {
|
|
54
|
+
* "hostVer": "√",
|
|
55
|
+
* "uniVer": "√",
|
|
56
|
+
* "unixVer": "x"
|
|
57
|
+
* },
|
|
58
|
+
* "kuaishou": {
|
|
59
|
+
* "hostVer": "√",
|
|
60
|
+
* "uniVer": "√",
|
|
61
|
+
* "unixVer": "x"
|
|
62
|
+
* },
|
|
63
|
+
* "jd": {
|
|
64
|
+
* "hostVer": "√",
|
|
65
|
+
* "uniVer": "√",
|
|
66
|
+
* "unixVer": "x"
|
|
67
|
+
* }
|
|
68
|
+
* },
|
|
27
69
|
* "web": {
|
|
28
70
|
* "uniVer": "√",
|
|
29
71
|
* "unixVer": "4.02"
|
|
@@ -60,6 +60,48 @@ export interface Uni {
|
|
|
60
60
|
* "unixVer": "x"
|
|
61
61
|
* }
|
|
62
62
|
* },
|
|
63
|
+
* "mp": {
|
|
64
|
+
* "weixin": {
|
|
65
|
+
* "hostVer": "√",
|
|
66
|
+
* "uniVer": "√",
|
|
67
|
+
* "unixVer": "4.35"
|
|
68
|
+
* },
|
|
69
|
+
* "alipay": {
|
|
70
|
+
* "hostVer": "√",
|
|
71
|
+
* "uniVer": "√",
|
|
72
|
+
* "unixVer": "x"
|
|
73
|
+
* },
|
|
74
|
+
* "baidu": {
|
|
75
|
+
* "hostVer": "√",
|
|
76
|
+
* "uniVer": "√",
|
|
77
|
+
* "unixVer": "x"
|
|
78
|
+
* },
|
|
79
|
+
* "toutiao": {
|
|
80
|
+
* "hostVer": "√",
|
|
81
|
+
* "uniVer": "√",
|
|
82
|
+
* "unixVer": "x"
|
|
83
|
+
* },
|
|
84
|
+
* "lark": {
|
|
85
|
+
* "hostVer": "√",
|
|
86
|
+
* "uniVer": "√",
|
|
87
|
+
* "unixVer": "x"
|
|
88
|
+
* },
|
|
89
|
+
* "qq": {
|
|
90
|
+
* "hostVer": "√",
|
|
91
|
+
* "uniVer": "√",
|
|
92
|
+
* "unixVer": "x"
|
|
93
|
+
* },
|
|
94
|
+
* "kuaishou": {
|
|
95
|
+
* "hostVer": "√",
|
|
96
|
+
* "uniVer": "√",
|
|
97
|
+
* "unixVer": "x"
|
|
98
|
+
* },
|
|
99
|
+
* "jd": {
|
|
100
|
+
* "hostVer": "√",
|
|
101
|
+
* "uniVer": "√",
|
|
102
|
+
* "unixVer": "x"
|
|
103
|
+
* }
|
|
104
|
+
* },
|
|
63
105
|
* "web": {
|
|
64
106
|
* "uniVer": "x",
|
|
65
107
|
* "unixVer": "x"
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
import {
|
|
3
3
|
ShareWithSystemSuccess as ShareWithSystemSuccessOrigin,
|
|
4
4
|
ShareWithSystemFail as ShareWithSystemFailOrigin,
|
|
5
|
+
IShareWithSystemFail as IShareWithSystemFailOrigin,
|
|
6
|
+
ShareWithSystemErrorCode as ShareWithSystemErrorCodeOrigin,
|
|
5
7
|
ShareWithSystemSuccessCallback as ShareWithSystemSuccessCallbackOrigin,
|
|
6
8
|
ShareWithSystemFailCallback as ShareWithSystemFailCallbackOrigin,
|
|
7
9
|
ShareWithSystemCallback as ShareWithSystemCallbackOrigin,
|
|
@@ -13,6 +15,8 @@ import {
|
|
|
13
15
|
declare global {
|
|
14
16
|
type ShareWithSystemSuccess = ShareWithSystemSuccessOrigin
|
|
15
17
|
type ShareWithSystemFail = ShareWithSystemFailOrigin
|
|
18
|
+
type IShareWithSystemFail = IShareWithSystemFailOrigin
|
|
19
|
+
type ShareWithSystemErrorCode = ShareWithSystemErrorCodeOrigin
|
|
16
20
|
type ShareWithSystemSuccessCallback = ShareWithSystemSuccessCallbackOrigin
|
|
17
21
|
type ShareWithSystemFailCallback = ShareWithSystemFailCallbackOrigin
|
|
18
22
|
type ShareWithSystemCallback = ShareWithSystemCallbackOrigin
|