@dcloudio/uni-app-x 0.7.41 → 0.7.43

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 (44) hide show
  1. package/package.json +1 -1
  2. package/types/UniPage.d.ts +32 -77
  3. package/types/app.d.ts +39 -2
  4. package/types/native/CSSStyleDeclaration.d.ts +40 -7
  5. package/types/native/CanvasRenderingContext2D.d.ts +56 -6
  6. package/types/native/IUniElement.d.ts +31 -2
  7. package/types/native/UniAnimation.d.ts +578 -0
  8. package/types/native/UniAnimationPlaybackEvent.d.ts +12 -0
  9. package/types/native/UniNativePage.d.ts +1 -19
  10. package/types/native/UniSafeAreaInsets.d.ts +74 -0
  11. package/types/native/global.d.ts +6 -2
  12. package/types/native/index.d.ts +3 -1
  13. package/types/uni/uni-map-tencent-global.d.ts +5 -1
  14. package/types/uni/uni-map-tencent-map.d.ts +7 -0
  15. package/types/uni/uts-plugin-api/global.d.ts +3 -0
  16. package/types/uni/uts-plugin-api/index.d.ts +3 -0
  17. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +680 -51
  18. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/global.d.ts +32 -0
  19. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/index.d.ts +15 -0
  20. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +685 -0
  21. package/types/uni/uts-plugin-api/lib/uni-document/utssdk/global.d.ts +10 -0
  22. package/types/uni/uts-plugin-api/lib/uni-document/utssdk/index.d.ts +4 -0
  23. package/types/uni/uts-plugin-api/lib/uni-document/utssdk/interface.d.ts +76 -0
  24. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +105 -104
  25. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +75 -1
  26. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/global.d.ts +2 -0
  27. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/index.d.ts +1 -0
  28. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +4 -5
  29. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +0 -22
  30. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +0 -11
  31. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +171 -896
  32. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +1 -1
  33. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/global.d.ts +46 -0
  34. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/index.d.ts +22 -0
  35. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/interface.d.ts +339 -0
  36. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +1 -1
  37. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/global.d.ts +4 -0
  38. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/index.d.ts +2 -0
  39. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +6 -4
  40. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +2187 -2066
  41. package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/interface.d.ts +1 -1
  42. package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +268 -20
  43. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +398 -203
  44. package/types/native/UniSafeArea.d.ts +0 -185
@@ -15,9 +15,9 @@ export type ReadFileSuccessResult = {
15
15
  * "unixVer": "4.11"
16
16
  * },
17
17
  * "harmony": {
18
- * "osVer": "x",
19
- * "uniVer": "x",
20
- * "unixVer": "x"
18
+ * "osVer": "3.0",
19
+ * "uniVer": "4.51",
20
+ * "unixVer": "4.51"
21
21
  * }
22
22
  * },
23
23
  * "mp": {
@@ -154,9 +154,9 @@ export type WriteFileOptions = {
154
154
  * "unixVer": "4.11"
155
155
  * },
156
156
  * "harmony": {
157
- * "osVer": "x",
158
- * "uniVer": "x",
159
- * "unixVer": "x"
157
+ * "osVer": "3.0",
158
+ * "uniVer": "4.41",
159
+ * "unixVer": "4.51"
160
160
  * }
161
161
  * },
162
162
  * "mp": {
@@ -248,9 +248,9 @@ export type AppendFileOptions = {
248
248
  * "unixVer": "x"
249
249
  * },
250
250
  * "harmony": {
251
- * "osVer": "x",
252
- * "uniVer": "x",
253
- * "unixVer": "x"
251
+ * "osVer": "5.0.0",
252
+ * "uniVer": "4.51",
253
+ * "unixVer": "4.51"
254
254
  * }
255
255
  * },
256
256
  * "mp": {
@@ -626,14 +626,15 @@ export interface Stats {
626
626
  * @internal
627
627
  */
628
628
  mIsFile: boolean;
629
- /**
630
- * 判断当前文件是否一个目录
631
- */
632
- isDirectory: () => boolean;
633
- /**
634
- * 判断当前文件是否一个普通文件
635
- */
636
- isFile: () => boolean;
629
+ /**
630
+ * 判断当前文件是否一个目录
631
+ */
632
+ isDirectory(): boolean;
633
+ /**
634
+ * 判断当前文件是否一个普通文件
635
+ */
636
+ isFile(): boolean;
637
+
637
638
  }
638
639
 
639
640
 
@@ -825,9 +826,9 @@ export type WriteOptions = {
825
826
  * "unixVer": "x"
826
827
  * },
827
828
  * "harmony": {
828
- * "osVer": "x",
829
- * "uniVer": "x",
830
- * "unixVer": "x"
829
+ * "osVer": "5.0.0",
830
+ * "uniVer": "4.41",
831
+ * "unixVer": "4.51"
831
832
  * }
832
833
  * },
833
834
  * "mp": {
@@ -895,9 +896,9 @@ export type WriteOptions = {
895
896
  * "unixVer": "x"
896
897
  * },
897
898
  * "harmony": {
898
- * "osVer": "x",
899
- * "uniVer": "x",
900
- * "unixVer": "x"
899
+ * "osVer": "5.0.0",
900
+ * "uniVer": "4.41",
901
+ * "unixVer": "4.51"
901
902
  * }
902
903
  * },
903
904
  * "mp": {
@@ -964,9 +965,9 @@ export type WriteOptions = {
964
965
  * "unixVer": "x"
965
966
  * },
966
967
  * "harmony": {
967
- * "osVer": "x",
968
- * "uniVer": "x",
969
- * "unixVer": "x"
968
+ * "osVer": "5.0.0",
969
+ * "uniVer": "4.41",
970
+ * "unixVer": "4.51"
970
971
  * }
971
972
  * },
972
973
  * "mp": {
@@ -1033,9 +1034,9 @@ export type WriteOptions = {
1033
1034
  * "unixVer": "x"
1034
1035
  * },
1035
1036
  * "harmony": {
1036
- * "osVer": "x",
1037
- * "uniVer": "x",
1038
- * "unixVer": "x"
1037
+ * "osVer": "5.0.0",
1038
+ * "uniVer": "4.41",
1039
+ * "unixVer": "4.51"
1039
1040
  * }
1040
1041
  * },
1041
1042
  * "mp": {
@@ -1130,9 +1131,9 @@ export type WriteSyncOptions = {
1130
1131
  * "unixVer": "x"
1131
1132
  * },
1132
1133
  * "harmony": {
1133
- * "osVer": "x",
1134
- * "uniVer": "x",
1135
- * "unixVer": "x"
1134
+ * "osVer": "5.0.0",
1135
+ * "uniVer": "4.41",
1136
+ * "unixVer": "4.51"
1136
1137
  * }
1137
1138
  * },
1138
1139
  * "mp": {
@@ -1203,9 +1204,9 @@ export type WriteSyncOptions = {
1203
1204
  * "unixVer": "x"
1204
1205
  * },
1205
1206
  * "harmony": {
1206
- * "osVer": "x",
1207
- * "uniVer": "x",
1208
- * "unixVer": "x"
1207
+ * "osVer": "5.0.0",
1208
+ * "uniVer": "4.41",
1209
+ * "unixVer": "4.51"
1209
1210
  * }
1210
1211
  * },
1211
1212
  * "mp": {
@@ -1271,9 +1272,9 @@ export type WriteSyncOptions = {
1271
1272
  * "unixVer": "x"
1272
1273
  * },
1273
1274
  * "harmony": {
1274
- * "osVer": "x",
1275
- * "uniVer": "x",
1276
- * "unixVer": "x"
1275
+ * "osVer": "5.0.0",
1276
+ * "uniVer": "4.41",
1277
+ * "unixVer": "4.51"
1277
1278
  * }
1278
1279
  * },
1279
1280
  * "mp": {
@@ -1339,9 +1340,9 @@ export type WriteSyncOptions = {
1339
1340
  * "unixVer": "x"
1340
1341
  * },
1341
1342
  * "harmony": {
1342
- * "osVer": "x",
1343
- * "uniVer": "x",
1344
- * "unixVer": "x"
1343
+ * "osVer": "5.0.0",
1344
+ * "uniVer": "4.41",
1345
+ * "unixVer": "4.51"
1345
1346
  * }
1346
1347
  * },
1347
1348
  * "mp": {
@@ -1566,9 +1567,9 @@ export type ReadSuccessCallbackResult = {
1566
1567
  * "unixVer": "x"
1567
1568
  * },
1568
1569
  * "harmony": {
1569
- * "osVer": "x",
1570
- * "uniVer": "x",
1571
- * "unixVer": "x"
1570
+ * "osVer": "5.0.0",
1571
+ * "uniVer": "4.41",
1572
+ * "unixVer": "4.51"
1572
1573
  * }
1573
1574
  *
1574
1575
  },
@@ -1671,9 +1672,9 @@ export type ReadSyncOption = {
1671
1672
  * "unixVer": "x"
1672
1673
  * },
1673
1674
  * "harmony": {
1674
- * "osVer": "x",
1675
- * "uniVer": "x",
1676
- * "unixVer": "x"
1675
+ * "osVer": "5.0.0",
1676
+ * "uniVer": "4.41",
1677
+ * "unixVer": "4.51"
1677
1678
  * }
1678
1679
  *
1679
1680
  },
@@ -1760,9 +1761,9 @@ export type ReadResult = {
1760
1761
  * "unixVer": "x"
1761
1762
  * },
1762
1763
  * "harmony": {
1763
- * "osVer": "x",
1764
- * "uniVer": "x",
1765
- * "unixVer": "x"
1764
+ * "osVer": "5.0.0",
1765
+ * "uniVer": "4.41",
1766
+ * "unixVer": "4.51"
1766
1767
  * }
1767
1768
  *
1768
1769
  },
@@ -1845,7 +1846,7 @@ export interface FileSystemManager {
1845
1846
  * "harmony": {
1846
1847
  * "osVer": "3.0",
1847
1848
  * "uniVer": "4.51",
1848
- * "unixVer": "x"
1849
+ * "unixVer": "4.51"
1849
1850
  * }
1850
1851
  * },
1851
1852
  * "mp": {
@@ -1917,7 +1918,7 @@ export interface FileSystemManager {
1917
1918
  * "harmony": {
1918
1919
  * "osVer": "3.0",
1919
1920
  * "uniVer": "4.51",
1920
- * "unixVer": "x"
1921
+ * "unixVer": "4.51"
1921
1922
  * }
1922
1923
  * },
1923
1924
  * "mp": {
@@ -1987,7 +1988,7 @@ export interface FileSystemManager {
1987
1988
  * "harmony": {
1988
1989
  * "osVer": "3.0",
1989
1990
  * "uniVer": "4.41",
1990
- * "unixVer": "x"
1991
+ * "unixVer": "4.51"
1991
1992
  * }
1992
1993
  * },
1993
1994
  * "mp": {
@@ -2056,7 +2057,7 @@ export interface FileSystemManager {
2056
2057
  * "harmony": {
2057
2058
  * "osVer": "3.0",
2058
2059
  * "uniVer": "4.51",
2059
- * "unixVer": "x"
2060
+ * "unixVer": "4.51"
2060
2061
  * }
2061
2062
  * },
2062
2063
  * "mp": {
@@ -2125,7 +2126,7 @@ export interface FileSystemManager {
2125
2126
  * "harmony": {
2126
2127
  * "osVer": "3.0",
2127
2128
  * "uniVer": "4.51",
2128
- * "unixVer": "x"
2129
+ * "unixVer": "4.51"
2129
2130
  * }
2130
2131
  * },
2131
2132
  * "mp": {
@@ -2197,7 +2198,7 @@ export interface FileSystemManager {
2197
2198
  * "harmony": {
2198
2199
  * "osVer": "3.0",
2199
2200
  * "uniVer": "4.41",
2200
- * "unixVer": "x"
2201
+ * "unixVer": "4.51
2201
2202
  * }
2202
2203
  * },
2203
2204
  * "mp": {
@@ -2266,7 +2267,7 @@ export interface FileSystemManager {
2266
2267
  * "harmony": {
2267
2268
  * "osVer": "3.0",
2268
2269
  * "uniVer": "4.51",
2269
- * "unixVer": "x"
2270
+ * "unixVer": "4.51"
2270
2271
  * }
2271
2272
  * },
2272
2273
  * "mp": {
@@ -2336,7 +2337,7 @@ export interface FileSystemManager {
2336
2337
  * "harmony": {
2337
2338
  * "osVer": "3.0",
2338
2339
  * "uniVer": "4.51",
2339
- * "unixVer": "x"
2340
+ * "unixVer": "4.51"
2340
2341
  * }
2341
2342
  * },
2342
2343
  * "mp": {
@@ -2405,7 +2406,7 @@ export interface FileSystemManager {
2405
2406
  * "harmony": {
2406
2407
  * "osVer": "3.0",
2407
2408
  * "uniVer": "4.41",
2408
- * "unixVer": "x"
2409
+ * "unixVer": "4.51"
2409
2410
  * }
2410
2411
  * },
2411
2412
  * "mp": {
@@ -2476,7 +2477,7 @@ export interface FileSystemManager {
2476
2477
  * "harmony": {
2477
2478
  * "osVer": "3.0",
2478
2479
  * "uniVer": "4.41",
2479
- * "unixVer": "x"
2480
+ * "unixVer": "4.51"
2480
2481
  * }
2481
2482
  * },
2482
2483
  * "mp": {
@@ -2545,7 +2546,7 @@ export interface FileSystemManager {
2545
2546
  * "harmony": {
2546
2547
  * "osVer": "3.0",
2547
2548
  * "uniVer": "4.51",
2548
- * "unixVer": "x"
2549
+ * "unixVer": "4.51"
2549
2550
  * }
2550
2551
  * },
2551
2552
  * "mp": {
@@ -2616,7 +2617,7 @@ export interface FileSystemManager {
2616
2617
  * "harmony": {
2617
2618
  * "osVer": "3.0",
2618
2619
  * "uniVer": "4.51",
2619
- * "unixVer": "x"
2620
+ * "unixVer": "4.51"
2620
2621
  * }
2621
2622
  * },
2622
2623
  * "mp": {
@@ -2685,7 +2686,7 @@ export interface FileSystemManager {
2685
2686
  * "harmony": {
2686
2687
  * "osVer": "3.0",
2687
2688
  * "uniVer": "4.51",
2688
- * "unixVer": "x"
2689
+ * "unixVer": "4.51"
2689
2690
  * }
2690
2691
  * },
2691
2692
  * "mp": {
@@ -2755,7 +2756,7 @@ export interface FileSystemManager {
2755
2756
  * "harmony": {
2756
2757
  * "osVer": "3.0",
2757
2758
  * "uniVer": "4.51",
2758
- * "unixVer": "x"
2759
+ * "unixVer": "4.51"
2759
2760
  * }
2760
2761
  * },
2761
2762
  * "mp": {
@@ -2824,7 +2825,7 @@ export interface FileSystemManager {
2824
2825
  * "harmony": {
2825
2826
  * "osVer": "3.0",
2826
2827
  * "uniVer": "4.51",
2827
- * "unixVer": "x"
2828
+ * "unixVer": "4.51"
2828
2829
  * }
2829
2830
  * },
2830
2831
  * "mp": {
@@ -2894,7 +2895,7 @@ export interface FileSystemManager {
2894
2895
  * "harmony": {
2895
2896
  * "osVer": "3.0",
2896
2897
  * "uniVer": "4.51",
2897
- * "unixVer": "x"
2898
+ * "unixVer": "4.51"
2898
2899
  * }
2899
2900
  * },
2900
2901
  * "mp": {
@@ -2963,7 +2964,7 @@ export interface FileSystemManager {
2963
2964
  * "harmony": {
2964
2965
  * "osVer": "3.0",
2965
2966
  * "uniVer": "4.51",
2966
- * "unixVer": "x"
2967
+ * "unixVer": "4.51"
2967
2968
  * }
2968
2969
  * },
2969
2970
  * "mp": {
@@ -3034,7 +3035,7 @@ export interface FileSystemManager {
3034
3035
  * "harmony": {
3035
3036
  * "osVer": "3.0",
3036
3037
  * "uniVer": "4.51",
3037
- * "unixVer": "x"
3038
+ * "unixVer": "4.51"
3038
3039
  * }
3039
3040
  * },
3040
3041
  * "mp": {
@@ -3103,7 +3104,7 @@ export interface FileSystemManager {
3103
3104
  * "harmony": {
3104
3105
  * "osVer": "3.0",
3105
3106
  * "uniVer": "4.51",
3106
- * "unixVer": "x"
3107
+ * "unixVer": "4.51"
3107
3108
  * }
3108
3109
  * },
3109
3110
  * "web": {
@@ -3132,7 +3133,7 @@ export interface FileSystemManager {
3132
3133
  * "harmony": {
3133
3134
  * "osVer": "3.0",
3134
3135
  * "uniVer": "4.51",
3135
- * "unixVer": "x"
3136
+ * "unixVer": "4.51"
3136
3137
  * }
3137
3138
  * },
3138
3139
  * "mp": {
@@ -3201,7 +3202,7 @@ export interface FileSystemManager {
3201
3202
  * "harmony": {
3202
3203
  * "osVer": "3.0",
3203
3204
  * "uniVer": "4.51",
3204
- * "unixVer": "x"
3205
+ * "unixVer": "4.51"
3205
3206
  * }
3206
3207
  * },
3207
3208
  * "mp": {
@@ -3270,7 +3271,7 @@ export interface FileSystemManager {
3270
3271
  * "harmony": {
3271
3272
  * "osVer": "3.0",
3272
3273
  * "uniVer": "4.51",
3273
- * "unixVer": "x"
3274
+ * "unixVer": "4.51"
3274
3275
  * }
3275
3276
  * },
3276
3277
  * "mp": {
@@ -3341,7 +3342,7 @@ export interface FileSystemManager {
3341
3342
  * "harmony": {
3342
3343
  * "osVer": "3.0",
3343
3344
  * "uniVer": "4.51",
3344
- * "unixVer": "x"
3345
+ * "unixVer": "4.51"
3345
3346
  * }
3346
3347
  * },
3347
3348
  * "mp": {
@@ -3410,7 +3411,7 @@ export interface FileSystemManager {
3410
3411
  * "harmony": {
3411
3412
  * "osVer": "3.0",
3412
3413
  * "uniVer": "4.51",
3413
- * "unixVer": "x"
3414
+ * "unixVer": "4.51"
3414
3415
  * }
3415
3416
  * },
3416
3417
  * "mp": {
@@ -3482,7 +3483,7 @@ export interface FileSystemManager {
3482
3483
  * "harmony": {
3483
3484
  * "osVer": "3.0",
3484
3485
  * "uniVer": "4.51",
3485
- * "unixVer": "x"
3486
+ * "unixVer": "4.51"
3486
3487
  * }
3487
3488
  * },
3488
3489
  * "mp": {
@@ -3552,7 +3553,7 @@ export interface FileSystemManager {
3552
3553
  * "harmony": {
3553
3554
  * "osVer": "3.0",
3554
3555
  * "uniVer": "4.51",
3555
- * "unixVer": "x"
3556
+ * "unixVer": "4.51"
3556
3557
  * }
3557
3558
  * },
3558
3559
  * "mp": {
@@ -3623,7 +3624,7 @@ export interface FileSystemManager {
3623
3624
  * "harmony": {
3624
3625
  * "osVer": "3.0",
3625
3626
  * "uniVer": "4.51",
3626
- * "unixVer": "x"
3627
+ * "unixVer": "4.51"
3627
3628
  * }
3628
3629
  * },
3629
3630
  * "web": {
@@ -3650,7 +3651,7 @@ export interface FileSystemManager {
3650
3651
  * "harmony": {
3651
3652
  * "osVer": "3.0",
3652
3653
  * "uniVer": "4.51",
3653
- * "unixVer": "x"
3654
+ * "unixVer": "4.51"
3654
3655
  * }
3655
3656
  * },
3656
3657
  * "mp": {
@@ -3719,7 +3720,7 @@ export interface FileSystemManager {
3719
3720
  * "harmony": {
3720
3721
  * "osVer": "3.0",
3721
3722
  * "uniVer": "4.51",
3722
- * "unixVer": "x"
3723
+ * "unixVer": "4.51"
3723
3724
  * }
3724
3725
  * },
3725
3726
  * "mp": {
@@ -3788,7 +3789,7 @@ export interface FileSystemManager {
3788
3789
  * "harmony": {
3789
3790
  * "osVer": "3.0",
3790
3791
  * "uniVer": "4.51",
3791
- * "unixVer": "x"
3792
+ * "unixVer": "4.51"
3792
3793
  * }
3793
3794
  * },
3794
3795
  * "mp": {
@@ -3857,7 +3858,7 @@ export interface FileSystemManager {
3857
3858
  * "harmony": {
3858
3859
  * "osVer": "3.0",
3859
3860
  * "uniVer": "4.51",
3860
- * "unixVer": "x"
3861
+ * "unixVer": "4.51"
3861
3862
  * }
3862
3863
  * },
3863
3864
  * "mp": {
@@ -3928,7 +3929,7 @@ export interface FileSystemManager {
3928
3929
  * "harmony": {
3929
3930
  * "osVer": "3.0",
3930
3931
  * "uniVer": "4.51",
3931
- * "unixVer": "x"
3932
+ * "unixVer": "4.51"
3932
3933
  * }
3933
3934
  * },
3934
3935
  * "mp": {
@@ -4095,7 +4096,7 @@ export interface FileSystemManager {
4095
4096
  * "harmony": {
4096
4097
  * "osVer": "3.0",
4097
4098
  * "uniVer": "4.51",
4098
- * "unixVer": "x"
4099
+ * "unixVer": "4.51"
4099
4100
  * }
4100
4101
  * },
4101
4102
  * "mp": {
@@ -4164,7 +4165,7 @@ export interface FileSystemManager {
4164
4165
  * "harmony": {
4165
4166
  * "osVer": "3.0",
4166
4167
  * "uniVer": "4.51",
4167
- * "unixVer": "x"
4168
+ * "unixVer": "4.51"
4168
4169
  * }
4169
4170
  * },
4170
4171
  * "mp": {
@@ -4233,7 +4234,7 @@ export interface FileSystemManager {
4233
4234
  * "harmony": {
4234
4235
  * "osVer": "3.0",
4235
4236
  * "uniVer": "4.41",
4236
- * "unixVer": "x"
4237
+ * "unixVer": "4.51"
4237
4238
  * }
4238
4239
  * },
4239
4240
  * "mp": {
@@ -4302,7 +4303,7 @@ export interface FileSystemManager {
4302
4303
  * "harmony": {
4303
4304
  * "osVer": "3.0",
4304
4305
  * "uniVer": "4.41",
4305
- * "unixVer": "x"
4306
+ * "unixVer": "4.51"
4306
4307
  * }
4307
4308
  * },
4308
4309
  * "web": {
@@ -4329,7 +4330,7 @@ export interface FileSystemManager {
4329
4330
  * "harmony": {
4330
4331
  * "osVer": "3.0",
4331
4332
  * "uniVer": "4.51",
4332
- * "unixVer": "x"
4333
+ * "unixVer": "4.51"
4333
4334
  * }
4334
4335
  * },
4335
4336
  * "mp": {
@@ -4398,7 +4399,7 @@ export interface FileSystemManager {
4398
4399
  * "harmony": {
4399
4400
  * "osVer": "3.0",
4400
4401
  * "uniVer": "4.51",
4401
- * "unixVer": "x"
4402
+ * "unixVer": "4.51"
4402
4403
  * }
4403
4404
  * },
4404
4405
  * "mp": {
@@ -4467,7 +4468,7 @@ export interface FileSystemManager {
4467
4468
  * "harmony": {
4468
4469
  * "osVer": "3.0",
4469
4470
  * "uniVer": "4.51",
4470
- * "unixVer": "x"
4471
+ * "unixVer": "4.51"
4471
4472
  * }
4472
4473
  * },
4473
4474
  * "mp": {
@@ -4536,7 +4537,7 @@ export interface FileSystemManager {
4536
4537
  * "harmony": {
4537
4538
  * "osVer": "3.0",
4538
4539
  * "uniVer": "4.51",
4539
- * "unixVer": "x"
4540
+ * "unixVer": "4.51"
4540
4541
  * }
4541
4542
  * },
4542
4543
  * "mp": {
@@ -4605,7 +4606,7 @@ export interface FileSystemManager {
4605
4606
  * "harmony": {
4606
4607
  * "osVer": "3.0",
4607
4608
  * "uniVer": "4.51",
4608
- * "unixVer": "x"
4609
+ * "unixVer": "4.51"
4609
4610
  * }
4610
4611
  * },
4611
4612
  * "web": {
@@ -4632,7 +4633,7 @@ export interface FileSystemManager {
4632
4633
  * "harmony": {
4633
4634
  * "osVer": "3.0",
4634
4635
  * "uniVer": "4.51",
4635
- * "unixVer": "x"
4636
+ * "unixVer": "4.51"
4636
4637
  * }
4637
4638
  * },
4638
4639
  * "mp": {
@@ -4701,7 +4702,7 @@ export interface FileSystemManager {
4701
4702
  * "harmony": {
4702
4703
  * "osVer": "3.0",
4703
4704
  * "uniVer": "4.51",
4704
- * "unixVer": "x"
4705
+ * "unixVer": "4.51"
4705
4706
  * }
4706
4707
  * },
4707
4708
  * "mp": {
@@ -4908,7 +4909,7 @@ export type FileSystemManagerErrorCode =
4908
4909
  * "harmony": {
4909
4910
  * "osVer": "3.0",
4910
4911
  * "uniVer": "4.41",
4911
- * "unixVer": "x"
4912
+ * "unixVer": "4.51"
4912
4913
  * }
4913
4914
  * },
4914
4915
  * "web": {
@@ -4942,7 +4943,7 @@ export type FileSystemManagerErrorCode =
4942
4943
  * "harmony": {
4943
4944
  * "osVer": "3.0",
4944
4945
  * "uniVer": "4.41",
4945
- * "unixVer": "x"
4946
+ * "unixVer": "4.51"
4946
4947
  * }
4947
4948
  * },
4948
4949
  * "web": {
@@ -4976,7 +4977,7 @@ export type FileSystemManagerErrorCode =
4976
4977
  * "harmony": {
4977
4978
  * "osVer": "3.0",
4978
4979
  * "uniVer": "4.41",
4979
- * "unixVer": "x"
4980
+ * "unixVer": "4.51"
4980
4981
  * }
4981
4982
  * },
4982
4983
  * "web": {
@@ -5010,7 +5011,7 @@ export type FileSystemManagerErrorCode =
5010
5011
  * "harmony": {
5011
5012
  * "osVer": "3.0",
5012
5013
  * "uniVer": "4.41",
5013
- * "unixVer": "x"
5014
+ * "unixVer": "4.51"
5014
5015
  * }
5015
5016
  * },
5016
5017
  * "web": {
@@ -5044,7 +5045,7 @@ export type FileSystemManagerErrorCode =
5044
5045
  * "harmony": {
5045
5046
  * "osVer": "3.0",
5046
5047
  * "uniVer": "4.41",
5047
- * "unixVer": "x"
5048
+ * "unixVer": "4.51"
5048
5049
  * }
5049
5050
  * },
5050
5051
  * "web": {
@@ -5078,7 +5079,7 @@ export type FileSystemManagerErrorCode =
5078
5079
  * "harmony": {
5079
5080
  * "osVer": "3.0",
5080
5081
  * "uniVer": "4.41",
5081
- * "unixVer": "x"
5082
+ * "unixVer": "4.51"
5082
5083
  * }
5083
5084
  * },
5084
5085
  * "web": {
@@ -5112,7 +5113,7 @@ export type FileSystemManagerErrorCode =
5112
5113
  * "harmony": {
5113
5114
  * "osVer": "3.0",
5114
5115
  * "uniVer": "4.41",
5115
- * "unixVer": "x"
5116
+ * "unixVer": "4.51"
5116
5117
  * }
5117
5118
  * },
5118
5119
  * "web": {
@@ -5146,7 +5147,7 @@ export type FileSystemManagerErrorCode =
5146
5147
  * "harmony": {
5147
5148
  * "osVer": "3.0",
5148
5149
  * "uniVer": "4.41",
5149
- * "unixVer": "x"
5150
+ * "unixVer": "4.51"
5150
5151
  * }
5151
5152
  * },
5152
5153
  * "web": {
@@ -5180,7 +5181,7 @@ export type FileSystemManagerErrorCode =
5180
5181
  * "harmony": {
5181
5182
  * "osVer": "3.0",
5182
5183
  * "uniVer": "4.41",
5183
- * "unixVer": "x"
5184
+ * "unixVer": "4.51"
5184
5185
  * }
5185
5186
  * },
5186
5187
  * "web": {
@@ -5214,7 +5215,7 @@ export type FileSystemManagerErrorCode =
5214
5215
  * "harmony": {
5215
5216
  * "osVer": "3.0",
5216
5217
  * "uniVer": "4.41",
5217
- * "unixVer": "x"
5218
+ * "unixVer": "4.51"
5218
5219
  * }
5219
5220
  * },
5220
5221
  * "web": {
@@ -5248,7 +5249,7 @@ export type FileSystemManagerErrorCode =
5248
5249
  * "harmony": {
5249
5250
  * "osVer": "3.0",
5250
5251
  * "uniVer": "4.41",
5251
- * "unixVer": "x"
5252
+ * "unixVer": "4.51"
5252
5253
  * }
5253
5254
  * },
5254
5255
  * "web": {