@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
@@ -17,7 +17,8 @@ export type ReadFileSuccessResult = {
17
17
  "harmony": {
18
18
  "osVer": "3.0",
19
19
  "uniVer": "4.51",
20
- "unixVer": "4.61"
20
+ "unixVer": "4.61",
21
+ "unixvVer": "5.0"
21
22
  }
22
23
  },
23
24
  "mp": {
@@ -187,7 +188,8 @@ export type WriteFileOptions = {
187
188
  * "harmony": {
188
189
  * "osVer": "3.0",
189
190
  * "uniVer": "4.41",
190
- * "unixVer": "4.61"
191
+ * "unixVer": "4.61",
192
+ * "unixvVer": "5.0"
191
193
  * }
192
194
  * },
193
195
  * "mp": {
@@ -293,7 +295,8 @@ export type AppendFileOptions = {
293
295
  * "harmony": {
294
296
  * "osVer": "5.0.0",
295
297
  * "uniVer": "4.51",
296
- * "unixVer": "4.61"
298
+ * "unixVer": "4.61",
299
+ * "unixvVer": "5.0"
297
300
  * }
298
301
  * },
299
302
  * "mp": {
@@ -797,7 +800,8 @@ export interface Stats {
797
800
  * "harmony": {
798
801
  * "osVer": "3.0",
799
802
  * "uniVer": "4.51",
800
- * "unixVer": "4.61"
803
+ * "unixVer": "4.61",
804
+ * "unixvVer": "5.0"
801
805
  * }
802
806
  * },
803
807
  * "mp": {
@@ -866,7 +870,8 @@ export interface Stats {
866
870
  * "harmony": {
867
871
  * "osVer": "3.0",
868
872
  * "uniVer": "4.51",
869
- * "unixVer": "4.61"
873
+ * "unixVer": "4.61",
874
+ * "unixvVer": "5.0"
870
875
  * }
871
876
  * },
872
877
  * "mp": {
@@ -1133,7 +1138,8 @@ export type WriteOptions = {
1133
1138
  * "harmony": {
1134
1139
  * "osVer": "5.0.0",
1135
1140
  * "uniVer": "4.41",
1136
- * "unixVer": "4.61"
1141
+ * "unixVer": "4.61",
1142
+ * "unixvVer": "5.0"
1137
1143
  * }
1138
1144
  * },
1139
1145
  * "mp": {
@@ -1203,7 +1209,8 @@ export type WriteOptions = {
1203
1209
  * "harmony": {
1204
1210
  * "osVer": "5.0.0",
1205
1211
  * "uniVer": "4.41",
1206
- * "unixVer": "4.61"
1212
+ * "unixVer": "4.61",
1213
+ * "unixvVer": "5.0"
1207
1214
  * }
1208
1215
  * },
1209
1216
  * "mp": {
@@ -1272,7 +1279,8 @@ export type WriteOptions = {
1272
1279
  * "harmony": {
1273
1280
  * "osVer": "5.0.0",
1274
1281
  * "uniVer": "4.41",
1275
- * "unixVer": "4.61"
1282
+ * "unixVer": "4.61",
1283
+ * "unixvVer": "5.0"
1276
1284
  * }
1277
1285
  * },
1278
1286
  * "mp": {
@@ -1341,7 +1349,8 @@ export type WriteOptions = {
1341
1349
  * "harmony": {
1342
1350
  * "osVer": "5.0.0",
1343
1351
  * "uniVer": "4.41",
1344
- * "unixVer": "4.61"
1352
+ * "unixVer": "4.61",
1353
+ * "unixvVer": "5.0"
1345
1354
  * }
1346
1355
  * },
1347
1356
  * "mp": {
@@ -1445,7 +1454,8 @@ export type WriteSyncOptions = {
1445
1454
  * "harmony": {
1446
1455
  * "osVer": "5.0.0",
1447
1456
  * "uniVer": "4.41",
1448
- * "unixVer": "4.61"
1457
+ * "unixVer": "4.61",
1458
+ * "unixvVer": "5.0"
1449
1459
  * }
1450
1460
  * },
1451
1461
  * "mp": {
@@ -1530,7 +1540,8 @@ export type WriteSyncOptions = {
1530
1540
  * "harmony": {
1531
1541
  * "osVer": "5.0.0",
1532
1542
  * "uniVer": "4.41",
1533
- * "unixVer": "4.61"
1543
+ * "unixVer": "4.61",
1544
+ * "unixvVer": "5.0"
1534
1545
  * }
1535
1546
  * },
1536
1547
  * "mp": {
@@ -1598,7 +1609,8 @@ export type WriteSyncOptions = {
1598
1609
  * "harmony": {
1599
1610
  * "osVer": "5.0.0",
1600
1611
  * "uniVer": "4.41",
1601
- * "unixVer": "4.61"
1612
+ * "unixVer": "4.61",
1613
+ * "unixvVer": "5.0"
1602
1614
  * }
1603
1615
  * },
1604
1616
  * "mp": {
@@ -1666,7 +1678,8 @@ export type WriteSyncOptions = {
1666
1678
  * "harmony": {
1667
1679
  * "osVer": "5.0.0",
1668
1680
  * "uniVer": "4.41",
1669
- * "unixVer": "4.61"
1681
+ * "unixVer": "4.61",
1682
+ * "unixvVer": "5.0"
1670
1683
  * }
1671
1684
  * },
1672
1685
  * "mp": {
@@ -1924,7 +1937,8 @@ export type ReadSuccessCallbackResult = {
1924
1937
  * "harmony": {
1925
1938
  * "osVer": "5.0.0",
1926
1939
  * "uniVer": "4.41",
1927
- * "unixVer": "4.61"
1940
+ * "unixVer": "4.61",
1941
+ * "unixvVer": "5.0"
1928
1942
  * }
1929
1943
  * },
1930
1944
  * "mp": {
@@ -1992,7 +2006,8 @@ export type ReadSuccessCallbackResult = {
1992
2006
  * "harmony": {
1993
2007
  * "osVer": "5.0.0",
1994
2008
  * "uniVer": "4.41",
1995
- * "unixVer": "4.61"
2009
+ * "unixVer": "4.61",
2010
+ * "unixvVer": "5.0"
1996
2011
  * }
1997
2012
  * },
1998
2013
  * "mp": {
@@ -2089,7 +2104,8 @@ export type ReadSyncOption = {
2089
2104
  * "harmony": {
2090
2105
  * "osVer": "3.0",
2091
2106
  * "uniVer": "4.51",
2092
- * "unixVer": "4.61"
2107
+ * "unixVer": "4.61",
2108
+ * "unixvVer": "5.0"
2093
2109
  * }
2094
2110
  * },
2095
2111
  * "mp": {
@@ -2168,7 +2184,8 @@ export type ReadResult = {
2168
2184
  * "harmony": {
2169
2185
  * "osVer": "3.0",
2170
2186
  * "uniVer": "4.51",
2171
- * "unixVer": "4.61"
2187
+ * "unixVer": "4.61",
2188
+ * "unixvVer": "5.0"
2172
2189
  * }
2173
2190
  * },
2174
2191
  * "mp": {
@@ -2236,7 +2253,8 @@ export type ReadResult = {
2236
2253
  * "harmony": {
2237
2254
  * "osVer": "3.0",
2238
2255
  * "uniVer": "4.51",
2239
- * "unixVer": "4.61"
2256
+ * "unixVer": "4.61",
2257
+ * "unixvVer": "5.0"
2240
2258
  * }
2241
2259
  * },
2242
2260
  * "mp": {
@@ -2307,7 +2325,8 @@ export interface FileSystemManager {
2307
2325
  * "harmony": {
2308
2326
  * "osVer": "3.0",
2309
2327
  * "uniVer": "4.51",
2310
- * "unixVer": "4.61"
2328
+ * "unixVer": "4.61",
2329
+ * "unixvVer": "5.0"
2311
2330
  * }
2312
2331
  * },
2313
2332
  * "mp": {
@@ -2377,7 +2396,8 @@ export interface FileSystemManager {
2377
2396
  * "harmony": {
2378
2397
  * "osVer": "3.0",
2379
2398
  * "uniVer": "4.51",
2380
- * "unixVer": "4.61"
2399
+ * "unixVer": "4.61",
2400
+ * "unixvVer": "5.0"
2381
2401
  * }
2382
2402
  * },
2383
2403
  * "mp": {
@@ -2446,7 +2466,8 @@ export interface FileSystemManager {
2446
2466
  * "harmony": {
2447
2467
  * "osVer": "3.0",
2448
2468
  * "uniVer": "4.51",
2449
- * "unixVer": "4.61"
2469
+ * "unixVer": "4.61",
2470
+ * "unixvVer": "5.0"
2450
2471
  * }
2451
2472
  * },
2452
2473
  * "mp": {
@@ -2518,7 +2539,8 @@ export interface FileSystemManager {
2518
2539
  * "harmony": {
2519
2540
  * "osVer": "3.0",
2520
2541
  * "uniVer": "4.51",
2521
- * "unixVer": "4.61"
2542
+ * "unixVer": "4.61",
2543
+ * "unixvVer": "5.0"
2522
2544
  * }
2523
2545
  * },
2524
2546
  * "mp": {
@@ -2587,7 +2609,8 @@ export interface FileSystemManager {
2587
2609
  * "harmony": {
2588
2610
  * "osVer": "3.0",
2589
2611
  * "uniVer": "4.51",
2590
- * "unixVer": "4.61"
2612
+ * "unixVer": "4.61",
2613
+ * "unixvVer": "5.0"
2591
2614
  * }
2592
2615
  * },
2593
2616
  * "mp": {
@@ -2656,7 +2679,8 @@ export interface FileSystemManager {
2656
2679
  * "harmony": {
2657
2680
  * "osVer": "3.0",
2658
2681
  * "uniVer": "4.51",
2659
- * "unixVer": "4.61"
2682
+ * "unixVer": "4.61",
2683
+ * "unixvVer": "5.0"
2660
2684
  * }
2661
2685
  * },
2662
2686
  * "mp": {
@@ -2725,7 +2749,8 @@ export interface FileSystemManager {
2725
2749
  * "harmony": {
2726
2750
  * "osVer": "3.0",
2727
2751
  * "uniVer": "4.51",
2728
- * "unixVer": "4.61"
2752
+ * "unixVer": "4.61",
2753
+ * "unixvVer": "5.0"
2729
2754
  * }
2730
2755
  * },
2731
2756
  * "mp": {
@@ -2796,7 +2821,8 @@ export interface FileSystemManager {
2796
2821
  * "harmony": {
2797
2822
  * "osVer": "3.0",
2798
2823
  * "uniVer": "4.51",
2799
- * "unixVer": "4.61"
2824
+ * "unixVer": "4.61",
2825
+ * "unixvVer": "5.0"
2800
2826
  * }
2801
2827
  * },
2802
2828
  * "mp": {
@@ -2865,7 +2891,8 @@ export interface FileSystemManager {
2865
2891
  * "harmony": {
2866
2892
  * "osVer": "3.0",
2867
2893
  * "uniVer": "4.51",
2868
- * "unixVer": "4.61"
2894
+ * "unixVer": "4.61",
2895
+ * "unixvVer": "5.0"
2869
2896
  * }
2870
2897
  * },
2871
2898
  * "mp": {
@@ -2934,7 +2961,8 @@ export interface FileSystemManager {
2934
2961
  * "harmony": {
2935
2962
  * "osVer": "3.0",
2936
2963
  * "uniVer": "4.51",
2937
- * "unixVer": "4.61"
2964
+ * "unixVer": "4.61",
2965
+ * "unixvVer": "5.0"
2938
2966
  * }
2939
2967
  * },
2940
2968
  * "mp": {
@@ -3003,7 +3031,8 @@ export interface FileSystemManager {
3003
3031
  * "harmony": {
3004
3032
  * "osVer": "3.0",
3005
3033
  * "uniVer": "4.51",
3006
- * "unixVer": "4.61"
3034
+ * "unixVer": "4.61",
3035
+ * "unixvVer": "5.0"
3007
3036
  * }
3008
3037
  * },
3009
3038
  * "mp": {
@@ -3072,7 +3101,8 @@ export interface FileSystemManager {
3072
3101
  * "harmony": {
3073
3102
  * "osVer": "3.0",
3074
3103
  * "uniVer": "4.51",
3075
- * "unixVer": "4.61"
3104
+ * "unixVer": "4.61",
3105
+ * "unixvVer": "5.0"
3076
3106
  * }
3077
3107
  * },
3078
3108
  * "mp": {
@@ -3141,7 +3171,8 @@ export interface FileSystemManager {
3141
3171
  * "harmony": {
3142
3172
  * "osVer": "3.0",
3143
3173
  * "uniVer": "4.51",
3144
- * "unixVer": "4.61"
3174
+ * "unixVer": "4.61",
3175
+ * "unixvVer": "5.0"
3145
3176
  * }
3146
3177
  * },
3147
3178
  * "mp": {
@@ -3210,7 +3241,8 @@ export interface FileSystemManager {
3210
3241
  * "harmony": {
3211
3242
  * "osVer": "3.0",
3212
3243
  * "uniVer": "4.51",
3213
- * "unixVer": "4.61"
3244
+ * "unixVer": "4.61",
3245
+ * "unixvVer": "5.0"
3214
3246
  * }
3215
3247
  * },
3216
3248
  * "mp": {
@@ -3279,7 +3311,8 @@ export interface FileSystemManager {
3279
3311
  * "harmony": {
3280
3312
  * "osVer": "3.0",
3281
3313
  * "uniVer": "4.41",
3282
- * "unixVer": "4.61"
3314
+ * "unixVer": "4.61",
3315
+ * "unixvVer": "5.0"
3283
3316
  * }
3284
3317
  * },
3285
3318
  * "mp": {
@@ -3350,7 +3383,8 @@ export interface FileSystemManager {
3350
3383
  * "harmony": {
3351
3384
  * "osVer": "3.0",
3352
3385
  * "uniVer": "4.41",
3353
- * "unixVer": "4.61"
3386
+ * "unixVer": "4.61",
3387
+ * "unixvVer": "5.0"
3354
3388
  * }
3355
3389
  * },
3356
3390
  * "mp": {
@@ -3419,7 +3453,8 @@ export interface FileSystemManager {
3419
3453
  * "harmony": {
3420
3454
  * "osVer": "3.0",
3421
3455
  * "uniVer": "4.51",
3422
- * "unixVer": "4.61"
3456
+ * "unixVer": "4.61",
3457
+ * "unixvVer": "5.0"
3423
3458
  * }
3424
3459
  * },
3425
3460
  * "mp": {
@@ -3488,7 +3523,8 @@ export interface FileSystemManager {
3488
3523
  * "harmony": {
3489
3524
  * "osVer": "3.0",
3490
3525
  * "uniVer": "4.51",
3491
- * "unixVer": "4.61"
3526
+ * "unixVer": "4.61",
3527
+ * "unixvVer": "5.0"
3492
3528
  * }
3493
3529
  * },
3494
3530
  * "mp": {
@@ -3557,7 +3593,8 @@ export interface FileSystemManager {
3557
3593
  * "harmony": {
3558
3594
  * "osVer": "3.0",
3559
3595
  * "uniVer": "4.51",
3560
- * "unixVer": "4.61"
3596
+ * "unixVer": "4.61",
3597
+ * "unixvVer": "5.0"
3561
3598
  * }
3562
3599
  * },
3563
3600
  * "mp": {
@@ -3629,7 +3666,8 @@ export interface FileSystemManager {
3629
3666
  * "harmony": {
3630
3667
  * "osVer": "3.0",
3631
3668
  * "uniVer": "4.51",
3632
- * "unixVer": "4.61"
3669
+ * "unixVer": "4.61",
3670
+ * "unixvVer": "5.0"
3633
3671
  * }
3634
3672
  * },
3635
3673
  * "mp": {
@@ -3698,7 +3736,8 @@ export interface FileSystemManager {
3698
3736
  * "harmony": {
3699
3737
  * "osVer": "3.0",
3700
3738
  * "uniVer": "4.51",
3701
- * "unixVer": "4.61"
3739
+ * "unixVer": "4.61",
3740
+ * "unixvVer": "5.0"
3702
3741
  * }
3703
3742
  * },
3704
3743
  * "mp": {
@@ -3767,7 +3806,8 @@ export interface FileSystemManager {
3767
3806
  * "harmony": {
3768
3807
  * "osVer": "3.0",
3769
3808
  * "uniVer": "4.51",
3770
- * "unixVer": "4.61"
3809
+ * "unixVer": "4.61",
3810
+ * "unixvVer": "5.0"
3771
3811
  * }
3772
3812
  * },
3773
3813
  * "mp": {
@@ -3836,7 +3876,8 @@ export interface FileSystemManager {
3836
3876
  * "harmony": {
3837
3877
  * "osVer": "3.0",
3838
3878
  * "uniVer": "4.51",
3839
- * "unixVer": "4.61"
3879
+ * "unixVer": "4.61",
3880
+ * "unixvVer": "5.0"
3840
3881
  * }
3841
3882
  * },
3842
3883
  * "mp": {
@@ -3906,7 +3947,8 @@ export interface FileSystemManager {
3906
3947
  * "harmony": {
3907
3948
  * "osVer": "3.0",
3908
3949
  * "uniVer": "4.51",
3909
- * "unixVer": "4.61"
3950
+ * "unixVer": "4.61",
3951
+ * "unixvVer": "5.0"
3910
3952
  * }
3911
3953
  * },
3912
3954
  * "mp": {
@@ -3975,7 +4017,8 @@ export interface FileSystemManager {
3975
4017
  * "harmony": {
3976
4018
  * "osVer": "3.0",
3977
4019
  * "uniVer": "4.51",
3978
- * "unixVer": "4.61"
4020
+ * "unixVer": "4.61",
4021
+ * "unixvVer": "5.0"
3979
4022
  * }
3980
4023
  * },
3981
4024
  * "mp": {
@@ -4044,7 +4087,8 @@ export interface FileSystemManager {
4044
4087
  * "harmony": {
4045
4088
  * "osVer": "3.0",
4046
4089
  * "uniVer": "4.51",
4047
- * "unixVer": "4.61"
4090
+ * "unixVer": "4.61",
4091
+ * "unixvVer": "5.0"
4048
4092
  * }
4049
4093
  * },
4050
4094
  * "mp": {
@@ -4115,7 +4159,8 @@ export interface FileSystemManager {
4115
4159
  * "harmony": {
4116
4160
  * "osVer": "3.0",
4117
4161
  * "uniVer": "4.51",
4118
- * "unixVer": "4.61"
4162
+ * "unixVer": "4.61",
4163
+ * "unixvVer": "5.0"
4119
4164
  * }
4120
4165
  * },
4121
4166
  * "mp": {
@@ -4184,7 +4229,8 @@ export interface FileSystemManager {
4184
4229
  * "harmony": {
4185
4230
  * "osVer": "3.0",
4186
4231
  * "uniVer": "4.51",
4187
- * "unixVer": "4.61"
4232
+ * "unixVer": "4.61",
4233
+ * "unixvVer": "5.0"
4188
4234
  * }
4189
4235
  * },
4190
4236
  * "mp": {
@@ -4255,7 +4301,8 @@ export interface FileSystemManager {
4255
4301
  * "harmony": {
4256
4302
  * "osVer": "3.0",
4257
4303
  * "uniVer": "4.51",
4258
- * "unixVer": "4.61"
4304
+ * "unixVer": "4.61",
4305
+ * "unixvVer": "5.0"
4259
4306
  * }
4260
4307
  * },
4261
4308
  * "mp": {
@@ -4324,7 +4371,8 @@ export interface FileSystemManager {
4324
4371
  * "harmony": {
4325
4372
  * "osVer": "3.0",
4326
4373
  * "uniVer": "4.51",
4327
- * "unixVer": "4.61"
4374
+ * "unixVer": "4.61",
4375
+ * "unixvVer": "5.0"
4328
4376
  * }
4329
4377
  * },
4330
4378
  * "mp": {
@@ -4393,7 +4441,8 @@ export interface FileSystemManager {
4393
4441
  * "harmony": {
4394
4442
  * "osVer": "3.0",
4395
4443
  * "uniVer": "4.51",
4396
- * "unixVer": "4.61"
4444
+ * "unixVer": "4.61",
4445
+ * "unixvVer": "5.0"
4397
4446
  * }
4398
4447
  * },
4399
4448
  * "mp": {
@@ -4464,7 +4513,8 @@ export interface FileSystemManager {
4464
4513
  * "harmony": {
4465
4514
  * "osVer": "x",
4466
4515
  * "uniVer": "4.51",
4467
- * "unixVer": "4.61"
4516
+ * "unixVer": "4.61",
4517
+ * "unixvVer": "5.0"
4468
4518
  * }
4469
4519
  * },
4470
4520
  * "mp": {
@@ -4533,7 +4583,8 @@ export interface FileSystemManager {
4533
4583
  * "harmony": {
4534
4584
  * "osVer": "3.0",
4535
4585
  * "uniVer": "4.51",
4536
- * "unixVer": "4.61"
4586
+ * "unixVer": "4.61",
4587
+ * "unixvVer": "5.0"
4537
4588
  * }
4538
4589
  * },
4539
4590
  * "mp": {
@@ -4608,7 +4659,8 @@ export interface FileSystemManager {
4608
4659
  * "harmony": {
4609
4660
  * "osVer": "3.0",
4610
4661
  * "uniVer": "4.51",
4611
- * "unixVer": "4.61"
4662
+ * "unixVer": "4.61",
4663
+ * "unixvVer": "5.0"
4612
4664
  * }
4613
4665
  * },
4614
4666
  * "mp": {
@@ -4677,7 +4729,8 @@ export interface FileSystemManager {
4677
4729
  * "harmony": {
4678
4730
  * "osVer": "3.0",
4679
4731
  * "uniVer": "4.51",
4680
- * "unixVer": "4.61"
4732
+ * "unixVer": "4.61",
4733
+ * "unixvVer": "5.0"
4681
4734
  * }
4682
4735
  * },
4683
4736
  * "mp": {
@@ -4748,7 +4801,8 @@ export interface FileSystemManager {
4748
4801
  * "harmony": {
4749
4802
  * "osVer": "3.0",
4750
4803
  * "uniVer": "4.51",
4751
- * "unixVer": "4.61"
4804
+ * "unixVer": "4.61",
4805
+ * "unixvVer": "5.0"
4752
4806
  * }
4753
4807
  * },
4754
4808
  * "mp": {
@@ -4817,7 +4871,8 @@ export interface FileSystemManager {
4817
4871
  * "harmony": {
4818
4872
  * "osVer": "3.0",
4819
4873
  * "uniVer": "4.51",
4820
- * "unixVer": "4.61"
4874
+ * "unixVer": "4.61",
4875
+ * "unixvVer": "5.0"
4821
4876
  * }
4822
4877
  * },
4823
4878
  * "mp": {
@@ -4888,7 +4943,8 @@ export interface FileSystemManager {
4888
4943
  * "harmony": {
4889
4944
  * "osVer": "3.0",
4890
4945
  * "uniVer": "4.51",
4891
- * "unixVer": "4.61"
4946
+ * "unixVer": "4.61",
4947
+ * "unixvVer": "5.0"
4892
4948
  * }
4893
4949
  * },
4894
4950
  * "mp": {
@@ -4957,7 +5013,8 @@ export interface FileSystemManager {
4957
5013
  * "harmony": {
4958
5014
  * "osVer": "3.0",
4959
5015
  * "uniVer": "4.51",
4960
- * "unixVer": "4.61"
5016
+ * "unixVer": "4.61",
5017
+ * "unixvVer": "5.0"
4961
5018
  * }
4962
5019
  * },
4963
5020
  * "mp": {
@@ -5027,7 +5084,8 @@ export interface FileSystemManager {
5027
5084
  * "harmony": {
5028
5085
  * "osVer": "3.0",
5029
5086
  * "uniVer": "4.51",
5030
- * "unixVer": "4.61"
5087
+ * "unixVer": "4.61",
5088
+ * "unixvVer": "5.0"
5031
5089
  * }
5032
5090
  * },
5033
5091
  * "mp": {
@@ -5096,7 +5154,8 @@ export interface FileSystemManager {
5096
5154
  * "harmony": {
5097
5155
  * "osVer": "3.0",
5098
5156
  * "uniVer": "4.51",
5099
- * "unixVer": "4.61"
5157
+ * "unixVer": "4.61",
5158
+ * "unixvVer": "5.0"
5100
5159
  * }
5101
5160
  * },
5102
5161
  * "mp": {
@@ -5165,7 +5224,8 @@ export interface FileSystemManager {
5165
5224
  * "harmony": {
5166
5225
  * "osVer": "3.0",
5167
5226
  * "uniVer": "4.41",
5168
- * "unixVer": "4.61"
5227
+ * "unixVer": "4.61",
5228
+ * "unixvVer": "5.0"
5169
5229
  * }
5170
5230
  * },
5171
5231
  * "mp": {
@@ -5237,7 +5297,8 @@ export interface FileSystemManager {
5237
5297
  * "harmony": {
5238
5298
  * "osVer": "3.0",
5239
5299
  * "uniVer": "4.41",
5240
- * "unixVer": "4.51"
5300
+ * "unixVer": "4.51",
5301
+ * "unixvVer": "5.0"
5241
5302
  * }
5242
5303
  * },
5243
5304
  * "mp": {
@@ -5306,7 +5367,8 @@ export interface FileSystemManager {
5306
5367
  * "harmony": {
5307
5368
  * "osVer": "3.0",
5308
5369
  * "uniVer": "4.41",
5309
- * "unixVer": "4.61"
5370
+ * "unixVer": "4.61",
5371
+ * "unixvVer": "5.0"
5310
5372
  * }
5311
5373
  * },
5312
5374
  * "mp": {
@@ -5375,7 +5437,8 @@ export interface FileSystemManager {
5375
5437
  * "harmony": {
5376
5438
  * "osVer": "3.0",
5377
5439
  * "uniVer": "4.41",
5378
- * "unixVer": "4.61"
5440
+ * "unixVer": "4.61",
5441
+ * "unixvVer": "5.0"
5379
5442
  * }
5380
5443
  * },
5381
5444
  * "mp": {
@@ -5454,7 +5517,8 @@ export interface Uni {
5454
5517
  * "harmony": {
5455
5518
  * "osVer": "5.0.0",
5456
5519
  * "uniVer": "4.45",
5457
- * "unixVer": "4.61"
5520
+ * "unixVer": "4.61",
5521
+ * "unixvVer": "5.0"
5458
5522
  * }
5459
5523
  * },
5460
5524
  * "mp": {
@@ -5531,7 +5595,8 @@ export type FileSystemManagerErrorCode =
5531
5595
  * "harmony": {
5532
5596
  * "osVer": "3.0",
5533
5597
  * "uniVer": "4.41",
5534
- * "unixVer": "4.61"
5598
+ * "unixVer": "4.61",
5599
+ * "unixvVer": "5.0"
5535
5600
  * }
5536
5601
  * },
5537
5602
  * "web": {
@@ -5565,7 +5630,8 @@ export type FileSystemManagerErrorCode =
5565
5630
  * "harmony": {
5566
5631
  * "osVer": "3.0",
5567
5632
  * "uniVer": "4.41",
5568
- * "unixVer": "4.61"
5633
+ * "unixVer": "4.61",
5634
+ * "unixvVer": "5.0"
5569
5635
  * }
5570
5636
  * },
5571
5637
  * "web": {
@@ -5599,7 +5665,8 @@ export type FileSystemManagerErrorCode =
5599
5665
  * "harmony": {
5600
5666
  * "osVer": "3.0",
5601
5667
  * "uniVer": "4.41",
5602
- * "unixVer": "4.61"
5668
+ * "unixVer": "4.61",
5669
+ * "unixvVer": "5.0"
5603
5670
  * }
5604
5671
  * },
5605
5672
  * "web": {
@@ -5633,7 +5700,8 @@ export type FileSystemManagerErrorCode =
5633
5700
  * "harmony": {
5634
5701
  * "osVer": "3.0",
5635
5702
  * "uniVer": "4.41",
5636
- * "unixVer": "4.61"
5703
+ * "unixVer": "4.61",
5704
+ * "unixvVer": "5.0"
5637
5705
  * }
5638
5706
  * },
5639
5707
  * "web": {
@@ -5667,7 +5735,8 @@ export type FileSystemManagerErrorCode =
5667
5735
  * "harmony": {
5668
5736
  * "osVer": "3.0",
5669
5737
  * "uniVer": "4.41",
5670
- * "unixVer": "4.61"
5738
+ * "unixVer": "4.61",
5739
+ * "unixvVer": "5.0"
5671
5740
  * }
5672
5741
  * },
5673
5742
  * "web": {
@@ -5701,7 +5770,8 @@ export type FileSystemManagerErrorCode =
5701
5770
  * "harmony": {
5702
5771
  * "osVer": "3.0",
5703
5772
  * "uniVer": "4.41",
5704
- * "unixVer": "4.61"
5773
+ * "unixVer": "4.61",
5774
+ * "unixvVer": "5.0"
5705
5775
  * }
5706
5776
  * },
5707
5777
  * "web": {
@@ -5735,7 +5805,8 @@ export type FileSystemManagerErrorCode =
5735
5805
  * "harmony": {
5736
5806
  * "osVer": "3.0",
5737
5807
  * "uniVer": "4.41",
5738
- * "unixVer": "4.61"
5808
+ * "unixVer": "4.61",
5809
+ * "unixvVer": "5.0"
5739
5810
  * }
5740
5811
  * },
5741
5812
  * "web": {
@@ -5769,7 +5840,8 @@ export type FileSystemManagerErrorCode =
5769
5840
  * "harmony": {
5770
5841
  * "osVer": "3.0",
5771
5842
  * "uniVer": "4.41",
5772
- * "unixVer": "4.61"
5843
+ * "unixVer": "4.61",
5844
+ * "unixvVer": "5.0"
5773
5845
  * }
5774
5846
  * },
5775
5847
  * "web": {
@@ -5803,7 +5875,8 @@ export type FileSystemManagerErrorCode =
5803
5875
  * "harmony": {
5804
5876
  * "osVer": "3.0",
5805
5877
  * "uniVer": "4.41",
5806
- * "unixVer": "4.61"
5878
+ * "unixVer": "4.61",
5879
+ * "unixvVer": "5.0"
5807
5880
  * }
5808
5881
  * },
5809
5882
  * "web": {
@@ -5837,7 +5910,8 @@ export type FileSystemManagerErrorCode =
5837
5910
  * "harmony": {
5838
5911
  * "osVer": "3.0",
5839
5912
  * "uniVer": "4.41",
5840
- * "unixVer": "4.61"
5913
+ * "unixVer": "4.61",
5914
+ * "unixvVer": "5.0"
5841
5915
  * }
5842
5916
  * },
5843
5917
  * "web": {
@@ -5871,7 +5945,8 @@ export type FileSystemManagerErrorCode =
5871
5945
  * "harmony": {
5872
5946
  * "osVer": "3.0",
5873
5947
  * "uniVer": "4.41",
5874
- * "unixVer": "4.61"
5948
+ * "unixVer": "4.61",
5949
+ * "unixvVer": "5.0"
5875
5950
  * }
5876
5951
  * },
5877
5952
  * "web": {
@@ -5905,7 +5980,8 @@ export type FileSystemManagerErrorCode =
5905
5980
  * "harmony": {
5906
5981
  * "osVer": "3.0",
5907
5982
  * "uniVer": "4.41",
5908
- * "unixVer": "4.61"
5983
+ * "unixVer": "4.61",
5984
+ * "unixvVer": "5.0"
5909
5985
  * }
5910
5986
  * },
5911
5987
  * "web": {
@@ -5939,7 +6015,8 @@ export type FileSystemManagerErrorCode =
5939
6015
  * "harmony": {
5940
6016
  * "osVer": "3.0",
5941
6017
  * "uniVer": "4.41",
5942
- * "unixVer": "4.61"
6018
+ * "unixVer": "4.61",
6019
+ * "unixvVer": "5.0"
5943
6020
  * }
5944
6021
  * },
5945
6022
  * "web": {
@@ -5973,7 +6050,8 @@ export type FileSystemManagerErrorCode =
5973
6050
  * "harmony": {
5974
6051
  * "osVer": "3.0",
5975
6052
  * "uniVer": "4.41",
5976
- * "unixVer": "4.61"
6053
+ * "unixVer": "4.61",
6054
+ * "unixvVer": "5.0"
5977
6055
  * }
5978
6056
  * },
5979
6057
  * "web": {
@@ -6007,7 +6085,8 @@ export type FileSystemManagerErrorCode =
6007
6085
  * "harmony": {
6008
6086
  * "osVer": "3.0",
6009
6087
  * "uniVer": "4.41",
6010
- * "unixVer": "4.61"
6088
+ * "unixVer": "4.61",
6089
+ * "unixvVer": "5.0"
6011
6090
  * }
6012
6091
  * },
6013
6092
  * "web": {
@@ -6041,7 +6120,8 @@ export type FileSystemManagerErrorCode =
6041
6120
  * "harmony": {
6042
6121
  * "osVer": "3.0",
6043
6122
  * "uniVer": "4.41",
6044
- * "unixVer": "4.61"
6123
+ * "unixVer": "4.61",
6124
+ * "unixvVer": "5.0"
6045
6125
  * }
6046
6126
  * },
6047
6127
  * "web": {
@@ -6075,7 +6155,8 @@ export type FileSystemManagerErrorCode =
6075
6155
  * "harmony": {
6076
6156
  * "osVer": "3.0",
6077
6157
  * "uniVer": "4.41",
6078
- * "unixVer": "4.61"
6158
+ * "unixVer": "4.61",
6159
+ * "unixvVer": "5.0"
6079
6160
  * }
6080
6161
  * },
6081
6162
  * "web": {
@@ -6109,7 +6190,8 @@ export type FileSystemManagerErrorCode =
6109
6190
  * "harmony": {
6110
6191
  * "osVer": "3.0",
6111
6192
  * "uniVer": "4.41",
6112
- * "unixVer": "4.61"
6193
+ * "unixVer": "4.61",
6194
+ * "unixvVer": "5.0"
6113
6195
  * }
6114
6196
  * },
6115
6197
  * "web": {
@@ -6143,7 +6225,8 @@ export type FileSystemManagerErrorCode =
6143
6225
  * "harmony": {
6144
6226
  * "osVer": "3.0",
6145
6227
  * "uniVer": "4.41",
6146
- * "unixVer": "4.61"
6228
+ * "unixVer": "4.61",
6229
+ * "unixvVer": "5.0"
6147
6230
  * }
6148
6231
  * },
6149
6232
  * "web": {
@@ -6177,7 +6260,8 @@ export type FileSystemManagerErrorCode =
6177
6260
  * "harmony": {
6178
6261
  * "osVer": "3.0",
6179
6262
  * "uniVer": "4.41",
6180
- * "unixVer": "4.61"
6263
+ * "unixVer": "4.61",
6264
+ * "unixvVer": "5.0"
6181
6265
  * }
6182
6266
  * },
6183
6267
  * "web": {
@@ -6211,7 +6295,8 @@ export type FileSystemManagerErrorCode =
6211
6295
  * "harmony": {
6212
6296
  * "osVer": "3.0",
6213
6297
  * "uniVer": "4.41",
6214
- * "unixVer": "4.61"
6298
+ * "unixVer": "4.61",
6299
+ * "unixvVer": "5.0"
6215
6300
  * }
6216
6301
  * },
6217
6302
  * "web": {
@@ -6245,7 +6330,8 @@ export type FileSystemManagerErrorCode =
6245
6330
  * "harmony": {
6246
6331
  * "osVer": "3.0",
6247
6332
  * "uniVer": "4.41",
6248
- * "unixVer": "4.61"
6333
+ * "unixVer": "4.61",
6334
+ * "unixvVer": "5.0"
6249
6335
  * }
6250
6336
  * },
6251
6337
  * "web": {
@@ -6279,7 +6365,8 @@ export type FileSystemManagerErrorCode =
6279
6365
  * "harmony": {
6280
6366
  * "osVer": "3.0",
6281
6367
  * "uniVer": "4.41",
6282
- * "unixVer": "4.61"
6368
+ * "unixVer": "4.61",
6369
+ * "unixvVer": "5.0"
6283
6370
  * }
6284
6371
  * },
6285
6372
  * "web": {
@@ -6313,7 +6400,8 @@ export type FileSystemManagerErrorCode =
6313
6400
  * "harmony": {
6314
6401
  * "osVer": "3.0",
6315
6402
  * "uniVer": "4.41",
6316
- * "unixVer": "4.61"
6403
+ * "unixVer": "4.61",
6404
+ * "unixvVer": "5.0"
6317
6405
  * }
6318
6406
  * },
6319
6407
  * "web": {