@dcloudio/uni-app-x 0.7.87 → 0.7.89

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 (65) hide show
  1. package/package.json +1 -1
  2. package/types/dom2-internal/UniElement.d.ts +2 -1
  3. package/types/dom2-internal/UniNativeBaseView.d.ts +2 -1
  4. package/types/dom2-internal/UniTextElement.d.ts +5 -0
  5. package/types/dom2-internal/sharedData.d.ts +6 -9
  6. package/types/native/IUniElement.d.ts +291 -286
  7. package/types/native/IUniNativeViewElement.d.ts +22 -11
  8. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +430 -72
  9. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +2 -1
  10. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +2 -1
  11. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +6 -3
  12. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +2 -1
  13. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +16 -8
  14. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +5 -3
  15. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +2 -1
  16. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +14 -7
  17. package/types/uni/uts-plugin-api/lib/uni-createWorker/utssdk/interface.d.ts +4 -2
  18. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +82 -52
  19. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +8 -4
  20. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +10 -5
  21. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +176 -88
  22. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +8 -4
  23. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +30 -15
  24. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +40 -20
  25. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +34 -17
  26. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +10 -5
  27. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +10 -5
  28. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +153 -148
  29. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +2 -1
  30. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +24 -12
  31. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +122 -61
  32. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +14 -7
  33. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +4 -2
  34. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +2 -1
  35. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +6 -3
  36. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/interface.d.ts +94 -47
  37. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +48 -24
  38. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +2 -1
  39. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +26 -13
  40. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +84 -44
  41. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +26 -13
  42. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +14 -7
  43. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +22 -11
  44. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +4 -2
  45. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +36 -18
  46. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/interface.d.ts +6 -3
  47. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +18 -9
  48. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +30 -15
  49. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +4 -2
  50. package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/interface.d.ts +728 -698
  51. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +68 -32
  52. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +2 -1
  53. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +18 -13
  54. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/interface.d.ts +6 -3
  55. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/interface.d.ts +24 -12
  56. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +2 -1
  57. package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/interface.d.ts +4 -2
  58. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +20 -10
  59. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +16 -8
  60. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +40 -20
  61. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +42 -21
  62. package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/interface.d.ts +4 -2
  63. package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +909 -844
  64. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +10 -5
  65. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +52 -26
@@ -24,7 +24,8 @@ export type OpenDocumentErrorCode =
24
24
  * "harmony": {
25
25
  * "osVer": "5.0.0",
26
26
  * "uniVer": "4.71",
27
- * "unixVer": "4.71"
27
+ * "unixVer": "4.71",
28
+ * "unixvVer": "5.0"
28
29
  * }
29
30
  * },
30
31
  * "web": {
@@ -94,7 +95,8 @@ export type OpenDocumentErrorCode =
94
95
  * "harmony": {
95
96
  * "osVer": "5.0.0",
96
97
  * "uniVer": "4.71",
97
- * "unixVer": "4.71"
98
+ * "unixVer": "4.71",
99
+ * "unixvVer": "5.0"
98
100
  * }
99
101
  * },
100
102
  * "web": {
@@ -164,7 +166,8 @@ export type OpenDocumentErrorCode =
164
166
  * "harmony": {
165
167
  * "osVer": "5.0.0",
166
168
  * "uniVer": "4.71",
167
- * "unixVer": "4.71"
169
+ * "unixVer": "4.71",
170
+ * "unixvVer": "5.0"
168
171
  * }
169
172
  * },
170
173
  * "web": {
@@ -234,7 +237,8 @@ export type OpenDocumentErrorCode =
234
237
  * "harmony": {
235
238
  * "osVer": "5.0.0",
236
239
  * "uniVer": "4.71",
237
- * "unixVer": "4.71"
240
+ * "unixVer": "4.71",
241
+ * "unixvVer": "5.0"
238
242
  * }
239
243
  * },
240
244
  * "web": {
@@ -306,7 +310,8 @@ export interface IOpenDocumentError extends IUniError {
306
310
  * "harmony": {
307
311
  * "osVer": "5.0.0",
308
312
  * "uniVer": "4.31",
309
- * "unixVer": "4.61"
313
+ * "unixVer": "4.61",
314
+ * "unixvVer": "5.0"
310
315
  * }
311
316
  * },
312
317
  * "web": {
@@ -529,7 +534,8 @@ export type OpenDocumentOptions = {
529
534
  * "harmony": {
530
535
  * "osVer": "5.0.0",
531
536
  * "uniVer": "4.31",
532
- * "unixVer": "4.61"
537
+ * "unixVer": "4.61",
538
+ * "unixvVer": "5.0"
533
539
  * }
534
540
  * },
535
541
  * "web": {
@@ -599,7 +605,8 @@ export type OpenDocumentOptions = {
599
605
  * "harmony": {
600
606
  * "osVer": "5.0.0",
601
607
  * "uniVer": "4.31",
602
- * "unixVer": "4.61"
608
+ * "unixVer": "4.61",
609
+ * "unixvVer": "5.0"
603
610
  * }
604
611
  * },
605
612
  * "web": {
@@ -669,7 +676,8 @@ export type OpenDocumentOptions = {
669
676
  * "harmony": {
670
677
  * "osVer": "5.0.0",
671
678
  * "uniVer": "4.31",
672
- * "unixVer": "4.61"
679
+ * "unixVer": "4.61",
680
+ * "unixvVer": "5.0"
673
681
  * }
674
682
  * },
675
683
  * "web": {
@@ -739,7 +747,8 @@ export type OpenDocumentOptions = {
739
747
  * "harmony": {
740
748
  * "osVer": "5.0.0",
741
749
  * "uniVer": "4.31",
742
- * "unixVer": "4.61"
750
+ * "unixVer": "4.61",
751
+ * "unixvVer": "5.0"
743
752
  * }
744
753
  * },
745
754
  * "web": {
@@ -809,7 +818,8 @@ export type OpenDocumentOptions = {
809
818
  * "harmony": {
810
819
  * "osVer": "5.0.0",
811
820
  * "uniVer": "4.31",
812
- * "unixVer": "4.61"
821
+ * "unixVer": "4.61",
822
+ * "unixvVer": "5.0"
813
823
  * }
814
824
  * },
815
825
  * "web": {
@@ -937,7 +947,8 @@ export interface Uni {
937
947
  * "harmony": {
938
948
  * "osVer": "5.0.0",
939
949
  * "uniVer": "4.31",
940
- * "unixVer": "4.61"
950
+ * "unixVer": "4.61",
951
+ * "unixvVer": "5.0"
941
952
  * }
942
953
  * },
943
954
  * "web": {
@@ -129,7 +129,8 @@ export type PageScrollToOptions = {
129
129
  * "harmony": {
130
130
  * "osVer": "3.0",
131
131
  * "uniVer": "4.23",
132
- * "unixVer": "4.61"
132
+ * "unixVer": "4.61",
133
+ * "unixvVer": "5.0"
133
134
  * }
134
135
  * },
135
136
  * "mp": {
@@ -362,7 +363,8 @@ export interface Uni {
362
363
  * "harmony": {
363
364
  * "osVer": "3.0",
364
365
  * "uniVer": "4.23",
365
- * "unixVer": "4.61"
366
+ * "unixVer": "4.61",
367
+ * "unixvVer": "5.0"
366
368
  * }
367
369
  * },
368
370
  * "mp": {
@@ -39,7 +39,8 @@ export interface Uni {
39
39
  * "harmony": {
40
40
  * "osVer": "3.0",
41
41
  * "uniVer": "4.26",
42
- * "unixVer": "4.61"
42
+ * "unixVer": "4.61",
43
+ * "unixvVer": "5.0"
43
44
  * }
44
45
  * },
45
46
  * "mp": {
@@ -114,7 +115,8 @@ export type RequestPaymentErrorCode =
114
115
  * "harmony": {
115
116
  * "osVer": "3.0",
116
117
  * "uniVer": "4.27",
117
- * "unixVer": "4.61"
118
+ * "unixVer": "4.61",
119
+ * "unixvVer": "5.0"
118
120
  * }
119
121
  * },
120
122
  * "web": {
@@ -141,7 +143,8 @@ export type RequestPaymentErrorCode =
141
143
  * "harmony": {
142
144
  * "osVer": "3.0",
143
145
  * "uniVer": "4.27",
144
- * "unixVer": "4.61"
146
+ * "unixVer": "4.61",
147
+ * "unixvVer": "5.0"
145
148
  * }
146
149
  * },
147
150
  * "web": {
@@ -168,7 +171,8 @@ export type RequestPaymentErrorCode =
168
171
  * "harmony": {
169
172
  * "osVer": "3.0",
170
173
  * "uniVer": "4.27",
171
- * "unixVer": "4.61"
174
+ * "unixVer": "4.61",
175
+ * "unixvVer": "5.0"
172
176
  * }
173
177
  * },
174
178
  * "web": {
@@ -195,7 +199,8 @@ export type RequestPaymentErrorCode =
195
199
  * "harmony": {
196
200
  * "osVer": "3.0",
197
201
  * "uniVer": "4.27",
198
- * "unixVer": "4.61"
202
+ * "unixVer": "4.61",
203
+ * "unixvVer": "5.0"
199
204
  * }
200
205
  * },
201
206
  * "web": {
@@ -222,7 +227,8 @@ export type RequestPaymentErrorCode =
222
227
  * "harmony": {
223
228
  * "osVer": "3.0",
224
229
  * "uniVer": "4.27",
225
- * "unixVer": "4.61"
230
+ * "unixVer": "4.61",
231
+ * "unixvVer": "5.0"
226
232
  * }
227
233
  * },
228
234
  * "web": {
@@ -249,7 +255,8 @@ export type RequestPaymentErrorCode =
249
255
  * "harmony": {
250
256
  * "osVer": "3.0",
251
257
  * "uniVer": "4.27",
252
- * "unixVer": "4.61"
258
+ * "unixVer": "4.61",
259
+ * "unixvVer": "5.0"
253
260
  * }
254
261
  * },
255
262
  * "web": {
@@ -276,7 +283,8 @@ export type RequestPaymentErrorCode =
276
283
  * "harmony": {
277
284
  * "osVer": "3.0",
278
285
  * "uniVer": "4.27",
279
- * "unixVer": "4.61"
286
+ * "unixVer": "4.61",
287
+ * "unixvVer": "5.0"
280
288
  * }
281
289
  * },
282
290
  * "web": {
@@ -303,7 +311,8 @@ export type RequestPaymentErrorCode =
303
311
  * "harmony": {
304
312
  * "osVer": "3.0",
305
313
  * "uniVer": "4.27",
306
- * "unixVer": "4.61"
314
+ * "unixVer": "4.61",
315
+ * "unixvVer": "5.0"
307
316
  * }
308
317
  * },
309
318
  * "web": {
@@ -330,7 +339,8 @@ export type RequestPaymentErrorCode =
330
339
  * "harmony": {
331
340
  * "osVer": "3.0",
332
341
  * "uniVer": "4.27",
333
- * "unixVer": "4.61"
342
+ * "unixVer": "4.61",
343
+ * "unixvVer": "5.0"
334
344
  * }
335
345
  * },
336
346
  * "web": {
@@ -357,7 +367,8 @@ export type RequestPaymentErrorCode =
357
367
  * "harmony": {
358
368
  * "osVer": "3.0",
359
369
  * "uniVer": "4.31",
360
- * "unixVer": "4.61"
370
+ * "unixVer": "4.61",
371
+ * "unixvVer": "5.0"
361
372
  * }
362
373
  * },
363
374
  * "web": {
@@ -384,7 +395,8 @@ export type RequestPaymentErrorCode =
384
395
  * "harmony": {
385
396
  * "osVer": "3.0",
386
397
  * "uniVer": "4.31",
387
- * "unixVer": "4.61"
398
+ * "unixVer": "4.61",
399
+ * "unixvVer": "5.0"
388
400
  * }
389
401
  * },
390
402
  * "web": {
@@ -469,7 +481,8 @@ export type RequestPaymentSuccess = {
469
481
  * "harmony": {
470
482
  * "osVer": "3.0",
471
483
  * "uniVer": "4.25",
472
- * "unixVer": "4.61"
484
+ * "unixVer": "4.61",
485
+ * "unixvVer": "5.0"
473
486
  * }
474
487
  * },
475
488
  * "mp": {
@@ -548,7 +561,8 @@ export type RequestPaymentOptions = {
548
561
  * "harmony": {
549
562
  * "osVer": "3,0",
550
563
  * "uniVer": "4.25",
551
- * "unixVer": "4.61"
564
+ * "unixVer": "4.61",
565
+ * "unixvVer": "5.0"
552
566
  * }
553
567
  * },
554
568
  * "web": {
@@ -575,7 +589,8 @@ export type RequestPaymentOptions = {
575
589
  * "harmony": {
576
590
  * "osVer": "3.0",
577
591
  * "uniVer": "4.25",
578
- * "unixVer": "4.61"
592
+ * "unixVer": "4.61",
593
+ * "unixvVer": "5.0"
579
594
  * }
580
595
  * },
581
596
  * "mp": {
@@ -644,7 +659,8 @@ export type RequestPaymentOptions = {
644
659
  * "harmony": {
645
660
  * "osVer": "3,0",
646
661
  * "uniVer": "4.25",
647
- * "unixVer": "4.61"
662
+ * "unixVer": "4.61",
663
+ * "unixvVer": "5.0"
648
664
  * }
649
665
  * },
650
666
  * "mp": {
@@ -713,7 +729,8 @@ export type RequestPaymentOptions = {
713
729
  * "harmony": {
714
730
  * "osVer": "3.0",
715
731
  * "uniVer": "4.25",
716
- * "unixVer": "4.61"
732
+ * "unixVer": "4.61",
733
+ * "unixvVer": "5.0"
717
734
  * }
718
735
  * },
719
736
  * "mp": {
@@ -782,7 +799,8 @@ export type RequestPaymentOptions = {
782
799
  * "harmony": {
783
800
  * "osVer": "3.0",
784
801
  * "uniVer": "4.25",
785
- * "unixVer": "4.61"
802
+ * "unixVer": "4.61",
803
+ * "unixvVer": "5.0"
786
804
  * }
787
805
  * },
788
806
  * "mp": {
@@ -283,7 +283,8 @@ export type PreviewImageOptions = {
283
283
  * "harmony": {
284
284
  * "osVer": "3.0",
285
285
  * "uniVer": "4.23",
286
- * "unixVer": "4.61"
286
+ * "unixVer": "4.61",
287
+ * "unixvVer": "5.0"
287
288
  * }
288
289
  * },
289
290
  * "mp": {
@@ -720,7 +721,8 @@ export interface Uni {
720
721
  * "harmony": {
721
722
  * "osVer": "3.0",
722
723
  * "uniVer": "4.23",
723
- * "unixVer": "4.61"
724
+ * "unixVer": "4.61",
725
+ * "unixvVer": "5.0"
724
726
  * }
725
727
  * },
726
728
  * "web": {
@@ -807,7 +809,8 @@ export interface Uni {
807
809
  * "harmony": {
808
810
  * "osVer": "3.0",
809
811
  * "uniVer": "4.23",
810
- * "unixVer": "4.61"
812
+ * "unixVer": "4.61",
813
+ * "unixvVer": "5.0"
811
814
  * }
812
815
  * },
813
816
  * "mp": {
@@ -23,7 +23,8 @@ export interface Uni {
23
23
  "harmony": {
24
24
  "osVer": "5.0",
25
25
  "uniVer": "x",
26
- "unixVer": "4.61"
26
+ "unixVer": "4.61",
27
+ "unixvVer": "5.0"
27
28
  }
28
29
  },
29
30
  "web": {
@@ -64,7 +65,8 @@ export interface Uni {
64
65
  "harmony": {
65
66
  "osVer": "5.0",
66
67
  "uniVer": "x",
67
- "unixVer": "4.61"
68
+ "unixVer": "4.61",
69
+ "unixvVer": "5.0"
68
70
  }
69
71
  },
70
72
  "web": {
@@ -101,7 +103,8 @@ export interface Uni {
101
103
  * "harmony": {
102
104
  * "osVer": "5.0",
103
105
  * "uniVer": "x",
104
- * "unixVer": "4.61"
106
+ * "unixVer": "4.61",
107
+ * "unixvVer": "5.0"
105
108
  * }
106
109
  * },
107
110
  * "mp": {
@@ -192,7 +195,8 @@ export interface Uni {
192
195
  "harmony": {
193
196
  "osVer": "5.0",
194
197
  "uniVer": "x",
195
- "unixVer": "4.61"
198
+ "unixVer": "4.61",
199
+ "unixvVer": "5.0"
196
200
  }
197
201
  },
198
202
  "web": {
@@ -236,7 +240,8 @@ export type PrivacyChangeResult = {
236
240
  "harmony": {
237
241
  "osVer": "5.0",
238
242
  "uniVer": "x",
239
- "unixVer": "4.61"
243
+ "unixVer": "4.61",
244
+ "unixvVer": "5.0"
240
245
  }
241
246
  },
242
247
  "web": {
@@ -277,7 +282,8 @@ export type GetPrivacySettingSuccessResult = {
277
282
  "harmony": {
278
283
  "osVer": "5.0",
279
284
  "uniVer": "x",
280
- "unixVer": "4.61"
285
+ "unixVer": "4.61",
286
+ "unixvVer": "5.0"
281
287
  }
282
288
  },
283
289
  "mp": {
@@ -403,7 +409,8 @@ export type GetPrivacySettingOptions = {
403
409
  "harmony": {
404
410
  "osVer": "5.0",
405
411
  "uniVer": "x",
406
- "unixVer": "4.61"
412
+ "unixVer": "4.61",
413
+ "unixvVer": "5.0"
407
414
  }
408
415
  },
409
416
  "mp": {
@@ -478,7 +485,8 @@ export type GetPrivacySettingOptions = {
478
485
  "harmony": {
479
486
  "osVer": "5.0",
480
487
  "uniVer": "x",
481
- "unixVer": "4.61"
488
+ "unixVer": "4.61",
489
+ "unixvVer": "5.0"
482
490
  }
483
491
  },
484
492
  "mp": {
@@ -553,7 +561,8 @@ export type GetPrivacySettingOptions = {
553
561
  "harmony": {
554
562
  "osVer": "5.0",
555
563
  "uniVer": "x",
556
- "unixVer": "4.61"
564
+ "unixVer": "4.61",
565
+ "unixvVer": "5.0"
557
566
  }
558
567
  },
559
568
  "mp": {
@@ -609,7 +609,8 @@ export type ShowToastPosition =
609
609
  "harmony": {
610
610
  "osVer": "3.0",
611
611
  "uniVer": "4.23",
612
- "unixVer": "4.61"
612
+ "unixVer": "4.61",
613
+ "unixvVer": "5.0"
613
614
  }
614
615
  },
615
616
  "mp": {
@@ -682,7 +683,8 @@ export type ShowToastPosition =
682
683
  "harmony": {
683
684
  "osVer": "3.0",
684
685
  "uniVer": "4.23",
685
- "unixVer": "4.61"
686
+ "unixVer": "4.61",
687
+ "unixvVer": "5.0"
686
688
  }
687
689
  },
688
690
  "mp": {
@@ -755,7 +757,8 @@ export type ShowToastPosition =
755
757
  "harmony": {
756
758
  "osVer": "3.0",
757
759
  "uniVer": "4.23",
758
- "unixVer": "4.61"
760
+ "unixVer": "4.61",
761
+ "unixvVer": "5.0"
759
762
  }
760
763
  },
761
764
  "mp": {
@@ -833,7 +836,8 @@ export type ShowToastOptions = {
833
836
  "harmony": {
834
837
  "osVer": "3.0",
835
838
  "uniVer": "4.23",
836
- "unixVer": "4.61"
839
+ "unixVer": "4.61",
840
+ "unixvVer": "5.0"
837
841
  }
838
842
  },
839
843
  "mp": {
@@ -980,7 +984,8 @@ export type ShowToastOptions = {
980
984
  "harmony": {
981
985
  "osVer": "3.0",
982
986
  "uniVer": "4.23",
983
- "unixVer": "4.61"
987
+ "unixVer": "4.61",
988
+ "unixvVer": "5.0"
984
989
  }
985
990
  },
986
991
  "mp": {
@@ -1054,7 +1059,8 @@ export type ShowToastOptions = {
1054
1059
  "harmony": {
1055
1060
  "osVer": "3.0",
1056
1061
  "uniVer": "4.23",
1057
- "unixVer": "4.61"
1062
+ "unixVer": "4.61",
1063
+ "unixvVer": "5.0"
1058
1064
  }
1059
1065
  },
1060
1066
  "mp": {
@@ -1128,7 +1134,8 @@ export type ShowToastOptions = {
1128
1134
  "harmony": {
1129
1135
  "osVer": "3.0",
1130
1136
  "uniVer": "4.23",
1131
- "unixVer": "4.61"
1137
+ "unixVer": "4.61",
1138
+ "unixvVer": "5.0"
1132
1139
  }
1133
1140
  },
1134
1141
  "mp": {
@@ -1201,7 +1208,8 @@ export type ShowToastOptions = {
1201
1208
  "harmony": {
1202
1209
  "osVer": "3.0",
1203
1210
  "uniVer": "4.23",
1204
- "unixVer": "4.61"
1211
+ "unixVer": "4.61",
1212
+ "unixvVer": "5.0"
1205
1213
  }
1206
1214
  },
1207
1215
  "mp": {
@@ -1274,7 +1282,8 @@ export type ShowToastOptions = {
1274
1282
  "harmony": {
1275
1283
  "osVer": "3.0",
1276
1284
  "uniVer": "4.23",
1277
- "unixVer": "4.61"
1285
+ "unixVer": "4.61",
1286
+ "unixvVer": "5.0"
1278
1287
  }
1279
1288
  },
1280
1289
  "mp": {
@@ -1347,7 +1356,8 @@ export type ShowToastOptions = {
1347
1356
  "harmony": {
1348
1357
  "osVer": "3.0",
1349
1358
  "uniVer": "4.23",
1350
- "unixVer": "4.61"
1359
+ "unixVer": "4.61",
1360
+ "unixvVer": "5.0"
1351
1361
  }
1352
1362
  },
1353
1363
  "mp": {
@@ -1420,7 +1430,8 @@ export type ShowToastOptions = {
1420
1430
  "harmony": {
1421
1431
  "osVer": "3.0",
1422
1432
  "uniVer": "4.23",
1423
- "unixVer": "4.61"
1433
+ "unixVer": "4.61",
1434
+ "unixvVer": "5.0"
1424
1435
  }
1425
1436
  },
1426
1437
  "mp": {
@@ -1501,7 +1512,8 @@ export type ShowToastOptions = {
1501
1512
  "harmony": {
1502
1513
  "osVer": "3.0",
1503
1514
  "uniVer": "4.23",
1504
- "unixVer": "4.61"
1515
+ "unixVer": "4.61",
1516
+ "unixvVer": "5.0"
1505
1517
  }
1506
1518
  },
1507
1519
  "mp": {
@@ -1579,7 +1591,8 @@ export type ShowToast = (options: ShowToastOptions) => void
1579
1591
  "harmony": {
1580
1592
  "osVer": "3.0",
1581
1593
  "uniVer": "4.83",
1582
- "unixVer": "4.83"
1594
+ "unixVer": "4.83",
1595
+ "unixvVer": "5.0"
1583
1596
  }
1584
1597
  },
1585
1598
  "mp": {
@@ -1669,7 +1682,8 @@ export interface Uni {
1669
1682
  * "harmony": {
1670
1683
  * "osVer": "3.0",
1671
1684
  * "uniVer": "4.23",
1672
- * "unixVer": "4.61"
1685
+ * "unixVer": "4.61",
1686
+ * "unixvVer": "5.0"
1673
1687
  * }
1674
1688
  * },
1675
1689
  * "mp": {
@@ -1750,7 +1764,8 @@ export interface Uni {
1750
1764
  * "harmony": {
1751
1765
  * "osVer": "3.0",
1752
1766
  * "uniVer": "4.23",
1753
- * "unixVer": "4.61"
1767
+ * "unixVer": "4.61",
1768
+ * "unixvVer": "5.0"
1754
1769
  * }
1755
1770
  * },
1756
1771
  * "mp": {
@@ -191,7 +191,8 @@ export interface Uni {
191
191
  * "harmony": {
192
192
  * "osVer": "3.0",
193
193
  * "uniVer": "4.23",
194
- * "unixVer": "4.61"
194
+ * "unixVer": "4.61",
195
+ * "unixvVer": "x"
195
196
  * }
196
197
  * },
197
198
  * "mp": {
@@ -267,7 +268,8 @@ export interface Uni {
267
268
  * "harmony": {
268
269
  * "osVer": "3.0",
269
270
  * "uniVer": "4.23",
270
- * "unixVer": "4.61"
271
+ * "unixVer": "4.61",
272
+ * "unixvVer": "x"
271
273
  * }
272
274
  * },
273
275
  * "mp": {