@dcloudio/uni-app-x 0.7.88 → 0.7.90

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.
Files changed (62) hide show
  1. package/package.json +1 -1
  2. package/types/dom2-internal/UniTextElement.d.ts +5 -0
  3. package/types/native/IUniElement.d.ts +291 -286
  4. package/types/native/IUniNativeViewElement.d.ts +22 -11
  5. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +430 -72
  6. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +2 -1
  7. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +2 -1
  8. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +6 -3
  9. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +2 -1
  10. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +16 -8
  11. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +5 -3
  12. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +2 -1
  13. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +14 -7
  14. package/types/uni/uts-plugin-api/lib/uni-createWorker/utssdk/interface.d.ts +4 -2
  15. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +82 -52
  16. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +8 -4
  17. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +10 -5
  18. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +176 -88
  19. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +8 -4
  20. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +30 -15
  21. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +40 -20
  22. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +34 -17
  23. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +10 -5
  24. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +10 -5
  25. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +153 -148
  26. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +2 -1
  27. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +24 -12
  28. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +122 -61
  29. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +14 -7
  30. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +4 -2
  31. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +2 -1
  32. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +6 -3
  33. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/interface.d.ts +94 -47
  34. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +48 -24
  35. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +2 -1
  36. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +26 -13
  37. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +84 -44
  38. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +26 -13
  39. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +14 -7
  40. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +22 -11
  41. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +4 -2
  42. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +36 -18
  43. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/interface.d.ts +6 -3
  44. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +18 -9
  45. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +30 -15
  46. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +4 -2
  47. package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/interface.d.ts +728 -698
  48. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +68 -32
  49. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +2 -1
  50. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +18 -13
  51. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/interface.d.ts +6 -3
  52. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/interface.d.ts +24 -12
  53. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +2 -1
  54. package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/interface.d.ts +4 -2
  55. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +20 -10
  56. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +16 -8
  57. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +40 -20
  58. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +42 -21
  59. package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/interface.d.ts +4 -2
  60. package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +909 -844
  61. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +10 -5
  62. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +52 -26
@@ -18,7 +18,8 @@ import { UniCustomEvent } from "./UniCustomEvent"
18
18
  * "harmony": {
19
19
  * "osVer": "5.0.0",
20
20
  * "uniVer": "x",
21
- * "unixVer": "4.61"
21
+ * "unixVer": "4.61",
22
+ * "unixvVer": "5.0"
22
23
  * }
23
24
  * }
24
25
  * }
@@ -41,7 +42,8 @@ export interface UniNativeViewElement extends UniElement {
41
42
  * "harmony": {
42
43
  * "osVer": "x",
43
44
  * "uniVer": "x",
44
- * "unixVer": "x"
45
+ * "unixVer": "x",
46
+ * "unixvVer": "x"
45
47
  * }
46
48
  * }
47
49
  * }
@@ -64,7 +66,8 @@ export interface UniNativeViewElement extends UniElement {
64
66
  * "harmony": {
65
67
  * "osVer": "x",
66
68
  * "uniVer": "x",
67
- * "unixVer": "x"
69
+ * "unixVer": "x",
70
+ * "unixvVer": "x"
68
71
  * }
69
72
  * }
70
73
  * }
@@ -87,7 +90,8 @@ export interface UniNativeViewElement extends UniElement {
87
90
  * "harmony": {
88
91
  * "osVer": "5.0.0",
89
92
  * "uniVer": "x",
90
- * "unixVer": "4.61"
93
+ * "unixVer": "4.61",
94
+ * "unixvVer": "x"
91
95
  * }
92
96
  * }
93
97
  * }
@@ -110,7 +114,8 @@ export interface UniNativeViewElement extends UniElement {
110
114
  * "harmony": {
111
115
  * "osVer": "5.0.0",
112
116
  * "uniVer": "x",
113
- * "unixVer": "4.61"
117
+ * "unixVer": "4.61",
118
+ * "unixvVer": "5.0"
114
119
  * }
115
120
  * }
116
121
  * }
@@ -133,7 +138,8 @@ export interface UniNativeViewElement extends UniElement {
133
138
  * "harmony": {
134
139
  * "osVer": "5.0.0",
135
140
  * "uniVer": "x",
136
- * "unixVer": "4.61"
141
+ * "unixVer": "4.61",
142
+ * "unixvVer": "x"
137
143
  * }
138
144
  * }
139
145
  * }
@@ -156,7 +162,8 @@ export interface UniNativeViewElement extends UniElement {
156
162
  * "harmony": {
157
163
  * "osVer": "5.0.0",
158
164
  * "uniVer": "x",
159
- * "unixVer": "4.61"
165
+ * "unixVer": "4.61",
166
+ * "unixvVer": "x"
160
167
  * }
161
168
  * }
162
169
  * }
@@ -179,7 +186,8 @@ export interface UniNativeViewElement extends UniElement {
179
186
  * "harmony": {
180
187
  * "osVer": "5.0.0",
181
188
  * "uniVer": "x",
182
- * "unixVer": "4.91"
189
+ * "unixVer": "4.91",
190
+ * "unixvVer": "5.0"
183
191
  * }
184
192
  * }
185
193
  * }
@@ -202,7 +210,8 @@ export interface UniNativeViewElement extends UniElement {
202
210
  * "harmony": {
203
211
  * "osVer": "5.0.0",
204
212
  * "uniVer": "x",
205
- * "unixVer": "4.61"
213
+ * "unixVer": "4.61",
214
+ * "unixvVer": "5.0"
206
215
  * }
207
216
  * }
208
217
  * }
@@ -233,7 +242,8 @@ export let UniNativeViewElement: {
233
242
  * "harmony": {
234
243
  * "osVer": "5.0.0",
235
244
  * "uniVer": "x",
236
- * "unixVer": "4.61"
245
+ * "unixVer": "4.61",
246
+ * "unixvVer": "5.0"
237
247
  * }
238
248
  * }
239
249
  * }
@@ -274,7 +284,8 @@ export class UniNativeViewInitEventDetail {
274
284
  * "harmony": {
275
285
  * "osVer": "5.0.0",
276
286
  * "uniVer": "x",
277
- * "unixVer": "4.61"
287
+ * "unixVer": "4.61",
288
+ * "unixvVer": "5.0"
278
289
  * }
279
290
  * }
280
291
  * }
@@ -42,22 +42,242 @@ type ShowActionSheetCompleteCallback = (result: ShowActionSheetComplete) => void
42
42
  export type ShowActionSheetOptions = {
43
43
  /**
44
44
  * 菜单标题
45
+ * @uniPlatform {
46
+ * "mp": {
47
+ * "weixin": {
48
+ * "hostVer": "√",
49
+ * "uniVer": "√",
50
+ * "unixVer": "4.41"
51
+ * },
52
+ * "alipay": {
53
+ * "hostVer": "-",
54
+ * "uniVer": "-",
55
+ * "unixVer": "-"
56
+ * },
57
+ * "baidu": {
58
+ * "hostVer": "-",
59
+ * "uniVer": "-",
60
+ * "unixVer": "-"
61
+ * },
62
+ * "toutiao": {
63
+ * "hostVer": "-",
64
+ * "uniVer": "-",
65
+ * "unixVer": "-"
66
+ * },
67
+ * "lark": {
68
+ * "hostVer": "-",
69
+ * "uniVer": "-",
70
+ * "unixVer": "-"
71
+ * },
72
+ * "qq": {
73
+ * "hostVer": "-",
74
+ * "uniVer": "-",
75
+ * "unixVer": "-"
76
+ * },
77
+ * "kuaishou": {
78
+ * "hostVer": "-",
79
+ * "uniVer": "-",
80
+ * "unixVer": "-"
81
+ * },
82
+ * "jd": {
83
+ * "hostVer": "-",
84
+ * "uniVer": "-",
85
+ * "unixVer": "-"
86
+ * }
87
+ * }
88
+ * }
45
89
  */
46
90
  title?: string | null,
47
91
  /**
48
92
  * 警示文案(仅微信小程序真机有效)
49
- */
93
+ * @uniPlatform {
94
+ * "mp": {
95
+ * "weixin": {
96
+ * "hostVer": "√",
97
+ * "uniVer": "√",
98
+ * "unixVer": "4.41"
99
+ * },
100
+ * "alipay": {
101
+ * "hostVer": "-",
102
+ * "uniVer": "-",
103
+ * "unixVer": "-"
104
+ * },
105
+ * "baidu": {
106
+ * "hostVer": "-",
107
+ * "uniVer": "-",
108
+ * "unixVer": "-"
109
+ * },
110
+ * "toutiao": {
111
+ * "hostVer": "-",
112
+ * "uniVer": "-",
113
+ * "unixVer": "-"
114
+ * },
115
+ * "lark": {
116
+ * "hostVer": "-",
117
+ * "uniVer": "-",
118
+ * "unixVer": "-"
119
+ * },
120
+ * "qq": {
121
+ * "hostVer": "-",
122
+ * "uniVer": "-",
123
+ * "unixVer": "-"
124
+ * },
125
+ * "kuaishou": {
126
+ * "hostVer": "-",
127
+ * "uniVer": "-",
128
+ * "unixVer": "-"
129
+ * },
130
+ * "jd": {
131
+ * "hostVer": "-",
132
+ * "uniVer": "-",
133
+ * "unixVer": "-"
134
+ * }
135
+ * }
136
+ * }
137
+ */
50
138
  alertText?: string | null,
51
139
  /**
52
140
  * 按钮的文字数组
141
+ * @uniPlatform {
142
+ * "mp": {
143
+ * "weixin": {
144
+ * "hostVer": "√",
145
+ * "uniVer": "√",
146
+ * "unixVer": "4.41"
147
+ * },
148
+ * "alipay": {
149
+ * "hostVer": "-",
150
+ * "uniVer": "-",
151
+ * "unixVer": "-"
152
+ * },
153
+ * "baidu": {
154
+ * "hostVer": "-",
155
+ * "uniVer": "-",
156
+ * "unixVer": "-"
157
+ * },
158
+ * "toutiao": {
159
+ * "hostVer": "-",
160
+ * "uniVer": "-",
161
+ * "unixVer": "-"
162
+ * },
163
+ * "lark": {
164
+ * "hostVer": "-",
165
+ * "uniVer": "-",
166
+ * "unixVer": "-"
167
+ * },
168
+ * "qq": {
169
+ * "hostVer": "-",
170
+ * "uniVer": "-",
171
+ * "unixVer": "-"
172
+ * },
173
+ * "kuaishou": {
174
+ * "hostVer": "-",
175
+ * "uniVer": "-",
176
+ * "unixVer": "-"
177
+ * },
178
+ * "jd": {
179
+ * "hostVer": "-",
180
+ * "uniVer": "-",
181
+ * "unixVer": "-"
182
+ * }
183
+ * }
184
+ * }
53
185
  */
54
186
  itemList: string[],
55
187
  /**
56
188
  * 按钮的文字颜色,字符串格式
189
+ * @uniPlatform {
190
+ * "mp": {
191
+ * "weixin": {
192
+ * "hostVer": "√",
193
+ * "uniVer": "√",
194
+ * "unixVer": "4.41"
195
+ * },
196
+ * "alipay": {
197
+ * "hostVer": "-",
198
+ * "uniVer": "-",
199
+ * "unixVer": "-"
200
+ * },
201
+ * "baidu": {
202
+ * "hostVer": "-",
203
+ * "uniVer": "-",
204
+ * "unixVer": "-"
205
+ * },
206
+ * "toutiao": {
207
+ * "hostVer": "-",
208
+ * "uniVer": "-",
209
+ * "unixVer": "-"
210
+ * },
211
+ * "lark": {
212
+ * "hostVer": "-",
213
+ * "uniVer": "-",
214
+ * "unixVer": "-"
215
+ * },
216
+ * "qq": {
217
+ * "hostVer": "-",
218
+ * "uniVer": "-",
219
+ * "unixVer": "-"
220
+ * },
221
+ * "kuaishou": {
222
+ * "hostVer": "-",
223
+ * "uniVer": "-",
224
+ * "unixVer": "-"
225
+ * },
226
+ * "jd": {
227
+ * "hostVer": "-",
228
+ * "uniVer": "-",
229
+ * "unixVer": "-"
230
+ * }
231
+ * }
232
+ * }
57
233
  */
58
234
  itemColor?: string.ColorString | null,
59
235
  /**
60
236
  * 大屏设备弹出原生选择按钮框的指示区域,默认居中显示
237
+ * @uniPlatform {
238
+ * "mp": {
239
+ * "weixin": {
240
+ * "hostVer": "√",
241
+ * "uniVer": "√",
242
+ * "unixVer": "4.41"
243
+ * },
244
+ * "alipay": {
245
+ * "hostVer": "-",
246
+ * "uniVer": "-",
247
+ * "unixVer": "-"
248
+ * },
249
+ * "baidu": {
250
+ * "hostVer": "-",
251
+ * "uniVer": "-",
252
+ * "unixVer": "-"
253
+ * },
254
+ * "toutiao": {
255
+ * "hostVer": "-",
256
+ * "uniVer": "-",
257
+ * "unixVer": "-"
258
+ * },
259
+ * "lark": {
260
+ * "hostVer": "-",
261
+ * "uniVer": "-",
262
+ * "unixVer": "-"
263
+ * },
264
+ * "qq": {
265
+ * "hostVer": "-",
266
+ * "uniVer": "-",
267
+ * "unixVer": "-"
268
+ * },
269
+ * "kuaishou": {
270
+ * "hostVer": "-",
271
+ * "uniVer": "-",
272
+ * "unixVer": "-"
273
+ * },
274
+ * "jd": {
275
+ * "hostVer": "-",
276
+ * "uniVer": "-",
277
+ * "unixVer": "-"
278
+ * }
279
+ * }
280
+ * }
61
281
  */
62
282
  popover?: Popover | null,
63
283
  /**
@@ -80,7 +300,8 @@ export type ShowActionSheetOptions = {
80
300
  * "harmony": {
81
301
  * "osVer": "3.0",
82
302
  * "uniVer": "4.23",
83
- * "unixVer": "4.61"
303
+ * "unixVer": "4.61",
304
+ * "unixvVer": "5.0"
84
305
  * }
85
306
  * },
86
307
  * "mp": {
@@ -152,7 +373,8 @@ export type ShowActionSheetOptions = {
152
373
  * "harmony": {
153
374
  * "osVer": "3.0",
154
375
  * "uniVer": "4.23",
155
- * "unixVer": "4.61"
376
+ * "unixVer": "4.61",
377
+ * "unixvVer": "5.0"
156
378
  * }
157
379
  * },
158
380
  * "mp": {
@@ -224,7 +446,8 @@ export type ShowActionSheetOptions = {
224
446
  * "harmony": {
225
447
  * "osVer": "3.0",
226
448
  * "uniVer": "4.23",
227
- * "unixVer": "4.61"
449
+ * "unixVer": "4.61",
450
+ * "unixvVer": "5.0"
228
451
  * }
229
452
  * },
230
453
  * "mp": {
@@ -296,7 +519,8 @@ export type ShowActionSheetOptions = {
296
519
  * "harmony": {
297
520
  * "osVer": "3.0",
298
521
  * "uniVer": "4.23",
299
- * "unixVer": "4.61"
522
+ * "unixVer": "4.61",
523
+ * "unixvVer": "5.0"
300
524
  * }
301
525
  * },
302
526
  * "mp": {
@@ -350,14 +574,146 @@ export type ShowActionSheetOptions = {
350
574
  backgroundColor?: string.ColorString | null,
351
575
  /**
352
576
  * 接口调用成功的回调函数
577
+ * @uniPlatform {
578
+ * "mp": {
579
+ * "weixin": {
580
+ * "hostVer": "√",
581
+ * "uniVer": "√",
582
+ * "unixVer": "4.41"
583
+ * },
584
+ * "alipay": {
585
+ * "hostVer": "-",
586
+ * "uniVer": "-",
587
+ * "unixVer": "-"
588
+ * },
589
+ * "baidu": {
590
+ * "hostVer": "-",
591
+ * "uniVer": "-",
592
+ * "unixVer": "-"
593
+ * },
594
+ * "toutiao": {
595
+ * "hostVer": "-",
596
+ * "uniVer": "-",
597
+ * "unixVer": "-"
598
+ * },
599
+ * "lark": {
600
+ * "hostVer": "-",
601
+ * "uniVer": "-",
602
+ * "unixVer": "-"
603
+ * },
604
+ * "qq": {
605
+ * "hostVer": "-",
606
+ * "uniVer": "-",
607
+ * "unixVer": "-"
608
+ * },
609
+ * "kuaishou": {
610
+ * "hostVer": "-",
611
+ * "uniVer": "-",
612
+ * "unixVer": "-"
613
+ * },
614
+ * "jd": {
615
+ * "hostVer": "-",
616
+ * "uniVer": "-",
617
+ * "unixVer": "-"
618
+ * }
619
+ * }
620
+ * }
353
621
  */
354
622
  success?: ShowActionSheetSuccessCallback | null,
355
623
  /**
356
624
  * 接口调用失败的回调函数
625
+ * @uniPlatform {
626
+ * "mp": {
627
+ * "weixin": {
628
+ * "hostVer": "√",
629
+ * "uniVer": "√",
630
+ * "unixVer": "4.41"
631
+ * },
632
+ * "alipay": {
633
+ * "hostVer": "-",
634
+ * "uniVer": "-",
635
+ * "unixVer": "-"
636
+ * },
637
+ * "baidu": {
638
+ * "hostVer": "-",
639
+ * "uniVer": "-",
640
+ * "unixVer": "-"
641
+ * },
642
+ * "toutiao": {
643
+ * "hostVer": "-",
644
+ * "uniVer": "-",
645
+ * "unixVer": "-"
646
+ * },
647
+ * "lark": {
648
+ * "hostVer": "-",
649
+ * "uniVer": "-",
650
+ * "unixVer": "-"
651
+ * },
652
+ * "qq": {
653
+ * "hostVer": "-",
654
+ * "uniVer": "-",
655
+ * "unixVer": "-"
656
+ * },
657
+ * "kuaishou": {
658
+ * "hostVer": "-",
659
+ * "uniVer": "-",
660
+ * "unixVer": "-"
661
+ * },
662
+ * "jd": {
663
+ * "hostVer": "-",
664
+ * "uniVer": "-",
665
+ * "unixVer": "-"
666
+ * }
667
+ * }
668
+ * }
357
669
  */
358
670
  fail?: ShowActionSheetFailCallback | null,
359
671
  /**
360
672
  * 接口调用结束的回调函数(调用成功、失败都会执行)
673
+ * @uniPlatform {
674
+ * "mp": {
675
+ * "weixin": {
676
+ * "hostVer": "√",
677
+ * "uniVer": "√",
678
+ * "unixVer": "4.41"
679
+ * },
680
+ * "alipay": {
681
+ * "hostVer": "-",
682
+ * "uniVer": "-",
683
+ * "unixVer": "-"
684
+ * },
685
+ * "baidu": {
686
+ * "hostVer": "-",
687
+ * "uniVer": "-",
688
+ * "unixVer": "-"
689
+ * },
690
+ * "toutiao": {
691
+ * "hostVer": "-",
692
+ * "uniVer": "-",
693
+ * "unixVer": "-"
694
+ * },
695
+ * "lark": {
696
+ * "hostVer": "-",
697
+ * "uniVer": "-",
698
+ * "unixVer": "-"
699
+ * },
700
+ * "qq": {
701
+ * "hostVer": "-",
702
+ * "uniVer": "-",
703
+ * "unixVer": "-"
704
+ * },
705
+ * "kuaishou": {
706
+ * "hostVer": "-",
707
+ * "uniVer": "-",
708
+ * "unixVer": "-"
709
+ * },
710
+ * "jd": {
711
+ * "hostVer": "-",
712
+ * "uniVer": "-",
713
+ * "unixVer": "-"
714
+ * }
715
+ * }
716
+ * }
361
717
  */
362
718
  complete?: ShowActionSheetCompleteCallback | null
363
719
  };
@@ -383,74 +739,76 @@ export interface Uni {
383
739
  * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/show-action-sheet.html#showactionsheet
384
740
  * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showactionsheet
385
741
  * @uniPlatform {
386
- * "app": {
387
- * "android": {
388
- * "osVer": "5.0",
389
- * "uniVer": "√",
390
- * "uniUtsPlugin": "x",
391
- * "unixVer": "3.91"
392
- * },
393
- * "ios": {
394
- * "osVer": "12.0",
395
- * "uniVer": "√",
396
- * "uniUtsPlugin": "x",
397
- * "unixVer": "4.11",
398
- * "unixUtsPlugin": "4.11"
399
- * },
400
- * "harmony": {
401
- * "osVer": "3.0",
402
- * "uniVer": "4.23",
403
- * "unixVer": "4.61"
404
- * }
405
- * },
406
- * "mp": {
407
- * "weixin": {
408
- * "hostVer": "√",
409
- * "uniVer": "",
410
- * "unixVer": "4.41"
411
- * },
412
- * "alipay": {
413
- * "hostVer": "√",
414
- * "uniVer": "√",
415
- * "unixVer": "x"
416
- * },
417
- * "baidu": {
418
- * "hostVer": "√",
419
- * "uniVer": "√",
420
- * "unixVer": "x"
421
- * },
422
- * "toutiao": {
423
- * "hostVer": "√",
424
- * "uniVer": "√",
425
- * "unixVer": "x"
426
- * },
427
- * "lark": {
428
- * "hostVer": "√",
429
- * "uniVer": "√",
430
- * "unixVer": "x"
431
- * },
432
- * "qq": {
433
- * "hostVer": "√",
434
- * "uniVer": "√",
435
- * "unixVer": "x"
436
- * },
437
- * "kuaishou": {
438
- * "hostVer": "√",
439
- * "uniVer": "√",
440
- * "unixVer": "x"
441
- * },
442
- * "jd": {
443
- * "hostVer": "√",
444
- * "uniVer": "√",
445
- * "unixVer": "x"
446
- * }
447
- * },
448
- * "web": {
449
- * "uniVer": "√",
450
- * "unixVer": "4.0"
451
- * }
742
+ * "app": {
743
+ * "android": {
744
+ * "osVer": "5.0",
745
+ * "uniVer": "√",
746
+ * "uniUtsPlugin": "x",
747
+ * "unixVer": "3.91"
748
+ * },
749
+ * "ios": {
750
+ * "osVer": "12.0",
751
+ * "uniVer": "√",
752
+ * "uniUtsPlugin": "x",
753
+ * "unixVer": "4.11",
754
+ * "unixUtsPlugin": "4.11"
755
+ * },
756
+ * "harmony": {
757
+ * "osVer": "3.0",
758
+ * "uniVer": "4.23",
759
+ * "unixVer": "4.61",
760
+ * "unixvVer": "5.0"
761
+ * }
762
+ * },
763
+ * "mp": {
764
+ * "weixin": {
765
+ * "hostVer": "1.9.6",
766
+ * "uniVer": "",
767
+ * "unixVer": "4.41"
768
+ * },
769
+ * "alipay": {
770
+ * "hostVer": "√",
771
+ * "uniVer": "",
772
+ * "unixVer": "x"
773
+ * },
774
+ * "baidu": {
775
+ * "hostVer": "√",
776
+ * "uniVer": "",
777
+ * "unixVer": "x"
778
+ * },
779
+ * "toutiao": {
780
+ * "hostVer": "√",
781
+ * "uniVer": "",
782
+ * "unixVer": "x"
783
+ * },
784
+ * "lark": {
785
+ * "hostVer": "√",
786
+ * "uniVer": "",
787
+ * "unixVer": "x"
788
+ * },
789
+ * "qq": {
790
+ * "hostVer": "√",
791
+ * "uniVer": "",
792
+ * "unixVer": "x"
793
+ * },
794
+ * "kuaishou": {
795
+ * "hostVer": "√",
796
+ * "uniVer": "",
797
+ * "unixVer": "x"
798
+ * },
799
+ * "jd": {
800
+ * "hostVer": "√",
801
+ * "uniVer": "",
802
+ * "unixVer": "x"
803
+ * }
804
+ * },
805
+ * "web": {
806
+ * "uniVer": "",
807
+ * "unixVer": "4.0"
808
+ * }
452
809
  * }
453
- */
810
+ * @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/ui/interaction/wx.showActionSheet.html
811
+ */
454
812
  showActionSheet(options: ShowActionSheetOptions): void;
455
813
 
456
814
  /**
@@ -20,7 +20,8 @@ export interface Uni {
20
20
  * "harmony": {
21
21
  * "osVer": "3.0",
22
22
  * "uniVer": "4.25",
23
- * "unixVer": "4.61"
23
+ * "unixVer": "4.61",
24
+ * "unixvVer": "5.0"
24
25
  * }
25
26
  * },
26
27
  * "web": {