@dcloudio/uni-app-x 0.7.52 → 0.7.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/app.d.ts +1 -1
- package/types/native/DrawableContext.d.ts +6 -1
- package/types/native/UniElement.d.ts +3 -1
- package/types/native/UniNativeApp.d.ts +1 -1
- package/types/native/UniNativePage.d.ts +54 -0
- package/types/native/UniPage.d.ts +111 -6
- package/types/page.d.ts +6 -0
- package/types/uni/env/index.d.ts +35 -2
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +425 -70
- package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +3 -3
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +30 -5
- package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +17 -17
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +83 -85
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +77 -0
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +1 -1
- package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +7 -1
- package/types/uni/uts-plugin-api/lib/uni-getLocation-system/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-getLocation-system/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-getLocation-system/utssdk/interface.d.ts +9 -1
- package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent/utssdk/interface.d.ts +9 -1
- package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +217 -138
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +18 -0
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +7 -3
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +2570 -2780
- package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/global.d.ts +12 -0
- package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/index.d.ts +6 -0
- package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +98 -2
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +2 -2
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +11 -3
- package/types/uni/uts-plugin-api/lib/uni-payment-alipay/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-payment-alipay/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-payment-alipay/utssdk/interface.d.ts +9 -1
- package/types/uni/uts-plugin-api/lib/uni-payment-wxpay/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-api/lib/uni-payment-wxpay/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-api/lib/uni-payment-wxpay/utssdk/interface.d.ts +10 -1
- package/types/uni/uts-plugin-api/lib/uni-requestMerchantTransfer/utssdk/interface.d.ts +50 -50
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +3 -5
- package/types/uni/uts-plugin-biz/global.d.ts +1 -1
- package/types/uni/uts-plugin-biz/index.d.ts +1 -1
- package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/global.d.ts +28 -0
- package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/index.d.ts +13 -0
- package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/interface.d.ts +212 -0
- package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +509 -84
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +20 -20
- package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/global.d.ts +2 -0
- package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/index.d.ts +1 -0
- package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +2 -0
- package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/interface.d.ts +14 -14
|
@@ -17,7 +17,7 @@ export type ReadFileSuccessResult = {
|
|
|
17
17
|
* "harmony": {
|
|
18
18
|
* "osVer": "3.0",
|
|
19
19
|
* "uniVer": "4.51",
|
|
20
|
-
* "unixVer": "4.
|
|
20
|
+
* "unixVer": "4.61"
|
|
21
21
|
* }
|
|
22
22
|
* },
|
|
23
23
|
* "mp": {
|
|
@@ -68,7 +68,7 @@ export type ReadFileSuccessResult = {
|
|
|
68
68
|
* }
|
|
69
69
|
* }
|
|
70
70
|
*/
|
|
71
|
-
data:
|
|
71
|
+
data: string | ArrayBuffer
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
export type OpenFileSuccessResult = {
|
|
@@ -156,7 +156,7 @@ export type WriteFileOptions = {
|
|
|
156
156
|
* "harmony": {
|
|
157
157
|
* "osVer": "3.0",
|
|
158
158
|
* "uniVer": "4.41",
|
|
159
|
-
* "unixVer": "4.
|
|
159
|
+
* "unixVer": "4.61"
|
|
160
160
|
* }
|
|
161
161
|
* },
|
|
162
162
|
* "mp": {
|
|
@@ -207,7 +207,7 @@ export type WriteFileOptions = {
|
|
|
207
207
|
* }
|
|
208
208
|
* }
|
|
209
209
|
*/
|
|
210
|
-
data:
|
|
210
|
+
data: string | ArrayBuffer,
|
|
211
211
|
/**
|
|
212
212
|
* 接口调用的回调函数
|
|
213
213
|
*/
|
|
@@ -234,7 +234,7 @@ export type AppendFileOptions = {
|
|
|
234
234
|
*/
|
|
235
235
|
encoding?: "ascii" | "base64" | "utf-8",
|
|
236
236
|
/**
|
|
237
|
-
* 要追加的文本或二进制数据,类型为 String 或 ArrayBuffer,在4.31以前类型是string,4.31起为了同时支持arraybuffer
|
|
237
|
+
* 要追加的文本或二进制数据,类型为 String 或 ArrayBuffer,在4.31以前类型是string,4.31起为了同时支持arraybuffer
|
|
238
238
|
* @uniPlatform {
|
|
239
239
|
* "app": {
|
|
240
240
|
* "android": {
|
|
@@ -250,7 +250,7 @@ export type AppendFileOptions = {
|
|
|
250
250
|
* "harmony": {
|
|
251
251
|
* "osVer": "5.0.0",
|
|
252
252
|
* "uniVer": "4.51",
|
|
253
|
-
* "unixVer": "4.
|
|
253
|
+
* "unixVer": "4.61"
|
|
254
254
|
* }
|
|
255
255
|
* },
|
|
256
256
|
* "mp": {
|
|
@@ -301,7 +301,7 @@ export type AppendFileOptions = {
|
|
|
301
301
|
* }
|
|
302
302
|
* }
|
|
303
303
|
*/
|
|
304
|
-
data:
|
|
304
|
+
data: string | ArrayBuffer,
|
|
305
305
|
/**
|
|
306
306
|
* 接口调用的回调函数
|
|
307
307
|
*/
|
|
@@ -866,7 +866,7 @@ export type WriteOptions = {
|
|
|
866
866
|
* "harmony": {
|
|
867
867
|
* "osVer": "5.0.0",
|
|
868
868
|
* "uniVer": "4.41",
|
|
869
|
-
* "unixVer": "4.
|
|
869
|
+
* "unixVer": "4.61"
|
|
870
870
|
* }
|
|
871
871
|
* },
|
|
872
872
|
* "mp": {
|
|
@@ -917,7 +917,7 @@ export type WriteOptions = {
|
|
|
917
917
|
* }
|
|
918
918
|
* }
|
|
919
919
|
*/
|
|
920
|
-
data:
|
|
920
|
+
data: string | ArrayBuffer,
|
|
921
921
|
/**
|
|
922
922
|
* 4.31及以后版本新增,只在 data 类型是 ArrayBuffer 时有效,决定 ArrayBuffer 中要被写入的部位,即 ArrayBuffer 中的索引,默认0
|
|
923
923
|
* @defaultValue 0
|
|
@@ -936,7 +936,7 @@ export type WriteOptions = {
|
|
|
936
936
|
* "harmony": {
|
|
937
937
|
* "osVer": "5.0.0",
|
|
938
938
|
* "uniVer": "4.41",
|
|
939
|
-
* "unixVer": "4.
|
|
939
|
+
* "unixVer": "4.61"
|
|
940
940
|
* }
|
|
941
941
|
* },
|
|
942
942
|
* "mp": {
|
|
@@ -1005,7 +1005,7 @@ export type WriteOptions = {
|
|
|
1005
1005
|
* "harmony": {
|
|
1006
1006
|
* "osVer": "5.0.0",
|
|
1007
1007
|
* "uniVer": "4.41",
|
|
1008
|
-
* "unixVer": "4.
|
|
1008
|
+
* "unixVer": "4.61"
|
|
1009
1009
|
* }
|
|
1010
1010
|
* },
|
|
1011
1011
|
* "mp": {
|
|
@@ -1074,7 +1074,7 @@ export type WriteOptions = {
|
|
|
1074
1074
|
* "harmony": {
|
|
1075
1075
|
* "osVer": "5.0.0",
|
|
1076
1076
|
* "uniVer": "4.41",
|
|
1077
|
-
* "unixVer": "4.
|
|
1077
|
+
* "unixVer": "4.61"
|
|
1078
1078
|
* }
|
|
1079
1079
|
* },
|
|
1080
1080
|
* "mp": {
|
|
@@ -1155,7 +1155,7 @@ export type WriteSyncOptions = {
|
|
|
1155
1155
|
*/
|
|
1156
1156
|
fd: string,
|
|
1157
1157
|
/**
|
|
1158
|
-
* 写入的内容,类型为 String 或 ArrayBuffer,在4.31以前类型是string,4.31起为了同时支持arraybuffer
|
|
1158
|
+
* 写入的内容,类型为 String 或 ArrayBuffer,在4.31以前类型是string,4.31起为了同时支持arraybuffer
|
|
1159
1159
|
* @uniPlatform {
|
|
1160
1160
|
* "app": {
|
|
1161
1161
|
* "android": {
|
|
@@ -1171,7 +1171,7 @@ export type WriteSyncOptions = {
|
|
|
1171
1171
|
* "harmony": {
|
|
1172
1172
|
* "osVer": "5.0.0",
|
|
1173
1173
|
* "uniVer": "4.41",
|
|
1174
|
-
* "unixVer": "4.
|
|
1174
|
+
* "unixVer": "4.61"
|
|
1175
1175
|
* }
|
|
1176
1176
|
* },
|
|
1177
1177
|
* "mp": {
|
|
@@ -1222,7 +1222,7 @@ export type WriteSyncOptions = {
|
|
|
1222
1222
|
* }
|
|
1223
1223
|
* }
|
|
1224
1224
|
*/
|
|
1225
|
-
data :
|
|
1225
|
+
data : string | ArrayBuffer,
|
|
1226
1226
|
/**
|
|
1227
1227
|
* 只在 data 类型是 String 时有效,指定写入文件的字符编码,默认为 utf8
|
|
1228
1228
|
* 支持:ascii base64 utf-8
|
|
@@ -1244,7 +1244,7 @@ export type WriteSyncOptions = {
|
|
|
1244
1244
|
* "harmony": {
|
|
1245
1245
|
* "osVer": "5.0.0",
|
|
1246
1246
|
* "uniVer": "4.41",
|
|
1247
|
-
* "unixVer": "4.
|
|
1247
|
+
* "unixVer": "4.61"
|
|
1248
1248
|
* }
|
|
1249
1249
|
* },
|
|
1250
1250
|
* "mp": {
|
|
@@ -1312,7 +1312,7 @@ export type WriteSyncOptions = {
|
|
|
1312
1312
|
* "harmony": {
|
|
1313
1313
|
* "osVer": "5.0.0",
|
|
1314
1314
|
* "uniVer": "4.41",
|
|
1315
|
-
* "unixVer": "4.
|
|
1315
|
+
* "unixVer": "4.61"
|
|
1316
1316
|
* }
|
|
1317
1317
|
* },
|
|
1318
1318
|
* "mp": {
|
|
@@ -1380,7 +1380,7 @@ export type WriteSyncOptions = {
|
|
|
1380
1380
|
* "harmony": {
|
|
1381
1381
|
* "osVer": "5.0.0",
|
|
1382
1382
|
* "uniVer": "4.41",
|
|
1383
|
-
* "unixVer": "4.
|
|
1383
|
+
* "unixVer": "4.61"
|
|
1384
1384
|
* }
|
|
1385
1385
|
* },
|
|
1386
1386
|
* "mp": {
|
|
@@ -1558,8 +1558,8 @@ export type EntriesResult = {
|
|
|
1558
1558
|
errMsg?: string
|
|
1559
1559
|
}
|
|
1560
1560
|
export type ZipFileItem = {
|
|
1561
|
-
/**
|
|
1562
|
-
data?:
|
|
1561
|
+
/** 文件内容,4.31及以后版本支持ArrayBuffer */
|
|
1562
|
+
data?: string | ArrayBuffer | null,
|
|
1563
1563
|
/** 错误信息 */
|
|
1564
1564
|
errMsg: string
|
|
1565
1565
|
}
|
|
@@ -1607,7 +1607,7 @@ export type ReadSuccessCallbackResult = {
|
|
|
1607
1607
|
* "harmony": {
|
|
1608
1608
|
* "osVer": "5.0.0",
|
|
1609
1609
|
* "uniVer": "4.41",
|
|
1610
|
-
* "unixVer": "4.
|
|
1610
|
+
* "unixVer": "4.61"
|
|
1611
1611
|
* }
|
|
1612
1612
|
*
|
|
1613
1613
|
},
|
|
@@ -1712,7 +1712,7 @@ export type ReadSyncOption = {
|
|
|
1712
1712
|
* "harmony": {
|
|
1713
1713
|
* "osVer": "5.0.0",
|
|
1714
1714
|
* "uniVer": "4.41",
|
|
1715
|
-
* "unixVer": "4.
|
|
1715
|
+
* "unixVer": "4.61"
|
|
1716
1716
|
* }
|
|
1717
1717
|
*
|
|
1718
1718
|
},
|
|
@@ -1801,7 +1801,7 @@ export type ReadResult = {
|
|
|
1801
1801
|
* "harmony": {
|
|
1802
1802
|
* "osVer": "5.0.0",
|
|
1803
1803
|
* "uniVer": "4.41",
|
|
1804
|
-
* "unixVer": "4.
|
|
1804
|
+
* "unixVer": "4.61"
|
|
1805
1805
|
* }
|
|
1806
1806
|
*
|
|
1807
1807
|
},
|
|
@@ -1884,7 +1884,7 @@ export interface FileSystemManager {
|
|
|
1884
1884
|
* "harmony": {
|
|
1885
1885
|
* "osVer": "3.0",
|
|
1886
1886
|
* "uniVer": "4.51",
|
|
1887
|
-
* "unixVer": "4.
|
|
1887
|
+
* "unixVer": "4.61"
|
|
1888
1888
|
* }
|
|
1889
1889
|
* },
|
|
1890
1890
|
* "mp": {
|
|
@@ -1940,7 +1940,7 @@ export interface FileSystemManager {
|
|
|
1940
1940
|
* FileSystemManager.readFile 的同步版本参数
|
|
1941
1941
|
* @param filePath 文件路径,支持相对地址和绝对地址,app-android平台支持代码包文件目录
|
|
1942
1942
|
* @param encoding base64 / utf-8,指定读取文件的字符编码,4.31及以后版本如果不传 encoding,则以 ArrayBuffer 格式读取文件的二进制内容
|
|
1943
|
-
* @returns
|
|
1943
|
+
* @returns data文件内容,4.31及以后版本支持ArrayBuffer
|
|
1944
1944
|
* @uniPlatform {
|
|
1945
1945
|
* "app": {
|
|
1946
1946
|
* "android": {
|
|
@@ -1956,7 +1956,7 @@ export interface FileSystemManager {
|
|
|
1956
1956
|
* "harmony": {
|
|
1957
1957
|
* "osVer": "3.0",
|
|
1958
1958
|
* "uniVer": "4.51",
|
|
1959
|
-
* "unixVer": "4.
|
|
1959
|
+
* "unixVer": "4.61"
|
|
1960
1960
|
* }
|
|
1961
1961
|
* },
|
|
1962
1962
|
* "mp": {
|
|
@@ -2007,7 +2007,7 @@ export interface FileSystemManager {
|
|
|
2007
2007
|
* }
|
|
2008
2008
|
* }
|
|
2009
2009
|
*/
|
|
2010
|
-
readFileSync(filePath: string, encoding?: string):
|
|
2010
|
+
readFileSync(filePath: string, encoding?: string): string | ArrayBuffer;
|
|
2011
2011
|
|
|
2012
2012
|
/**
|
|
2013
2013
|
* 写文件
|
|
@@ -2026,7 +2026,7 @@ export interface FileSystemManager {
|
|
|
2026
2026
|
* "harmony": {
|
|
2027
2027
|
* "osVer": "3.0",
|
|
2028
2028
|
* "uniVer": "4.41",
|
|
2029
|
-
* "unixVer": "4.
|
|
2029
|
+
* "unixVer": "4.61"
|
|
2030
2030
|
* }
|
|
2031
2031
|
* },
|
|
2032
2032
|
* "mp": {
|
|
@@ -2095,7 +2095,7 @@ export interface FileSystemManager {
|
|
|
2095
2095
|
* "harmony": {
|
|
2096
2096
|
* "osVer": "3.0",
|
|
2097
2097
|
* "uniVer": "4.51",
|
|
2098
|
-
* "unixVer": "4.
|
|
2098
|
+
* "unixVer": "4.61"
|
|
2099
2099
|
* }
|
|
2100
2100
|
* },
|
|
2101
2101
|
* "mp": {
|
|
@@ -2164,7 +2164,7 @@ export interface FileSystemManager {
|
|
|
2164
2164
|
* "harmony": {
|
|
2165
2165
|
* "osVer": "3.0",
|
|
2166
2166
|
* "uniVer": "4.51",
|
|
2167
|
-
* "unixVer": "4.
|
|
2167
|
+
* "unixVer": "4.61"
|
|
2168
2168
|
* }
|
|
2169
2169
|
* },
|
|
2170
2170
|
* "mp": {
|
|
@@ -2287,7 +2287,7 @@ export interface FileSystemManager {
|
|
|
2287
2287
|
* }
|
|
2288
2288
|
* }
|
|
2289
2289
|
*/
|
|
2290
|
-
writeFileSync(filePath: string, data:
|
|
2290
|
+
writeFileSync(filePath: string, data: string | ArrayBuffer, encoding?: string): void;
|
|
2291
2291
|
/**
|
|
2292
2292
|
* 删除文件
|
|
2293
2293
|
* @uniPlatform {
|
|
@@ -2305,7 +2305,7 @@ export interface FileSystemManager {
|
|
|
2305
2305
|
* "harmony": {
|
|
2306
2306
|
* "osVer": "3.0",
|
|
2307
2307
|
* "uniVer": "4.51",
|
|
2308
|
-
* "unixVer": "4.
|
|
2308
|
+
* "unixVer": "4.61"
|
|
2309
2309
|
* }
|
|
2310
2310
|
* },
|
|
2311
2311
|
* "mp": {
|
|
@@ -2375,7 +2375,7 @@ export interface FileSystemManager {
|
|
|
2375
2375
|
* "harmony": {
|
|
2376
2376
|
* "osVer": "3.0",
|
|
2377
2377
|
* "uniVer": "4.51",
|
|
2378
|
-
* "unixVer": "4.
|
|
2378
|
+
* "unixVer": "4.61"
|
|
2379
2379
|
* }
|
|
2380
2380
|
* },
|
|
2381
2381
|
* "mp": {
|
|
@@ -2444,7 +2444,7 @@ export interface FileSystemManager {
|
|
|
2444
2444
|
* "harmony": {
|
|
2445
2445
|
* "osVer": "3.0",
|
|
2446
2446
|
* "uniVer": "4.41",
|
|
2447
|
-
* "unixVer": "4.
|
|
2447
|
+
* "unixVer": "4.61"
|
|
2448
2448
|
* }
|
|
2449
2449
|
* },
|
|
2450
2450
|
* "mp": {
|
|
@@ -2515,7 +2515,7 @@ export interface FileSystemManager {
|
|
|
2515
2515
|
* "harmony": {
|
|
2516
2516
|
* "osVer": "3.0",
|
|
2517
2517
|
* "uniVer": "4.41",
|
|
2518
|
-
* "unixVer": "4.
|
|
2518
|
+
* "unixVer": "4.61"
|
|
2519
2519
|
* }
|
|
2520
2520
|
* },
|
|
2521
2521
|
* "mp": {
|
|
@@ -2584,7 +2584,7 @@ export interface FileSystemManager {
|
|
|
2584
2584
|
* "harmony": {
|
|
2585
2585
|
* "osVer": "3.0",
|
|
2586
2586
|
* "uniVer": "4.51",
|
|
2587
|
-
* "unixVer": "4.
|
|
2587
|
+
* "unixVer": "4.61"
|
|
2588
2588
|
* }
|
|
2589
2589
|
* },
|
|
2590
2590
|
* "mp": {
|
|
@@ -2655,7 +2655,7 @@ export interface FileSystemManager {
|
|
|
2655
2655
|
* "harmony": {
|
|
2656
2656
|
* "osVer": "3.0",
|
|
2657
2657
|
* "uniVer": "4.51",
|
|
2658
|
-
* "unixVer": "4.
|
|
2658
|
+
* "unixVer": "4.61"
|
|
2659
2659
|
* }
|
|
2660
2660
|
* },
|
|
2661
2661
|
* "mp": {
|
|
@@ -2724,7 +2724,7 @@ export interface FileSystemManager {
|
|
|
2724
2724
|
* "harmony": {
|
|
2725
2725
|
* "osVer": "3.0",
|
|
2726
2726
|
* "uniVer": "4.51",
|
|
2727
|
-
* "unixVer": "4.
|
|
2727
|
+
* "unixVer": "4.61"
|
|
2728
2728
|
* }
|
|
2729
2729
|
* },
|
|
2730
2730
|
* "mp": {
|
|
@@ -2794,7 +2794,7 @@ export interface FileSystemManager {
|
|
|
2794
2794
|
* "harmony": {
|
|
2795
2795
|
* "osVer": "3.0",
|
|
2796
2796
|
* "uniVer": "4.51",
|
|
2797
|
-
* "unixVer": "4.
|
|
2797
|
+
* "unixVer": "4.61"
|
|
2798
2798
|
* }
|
|
2799
2799
|
* },
|
|
2800
2800
|
* "mp": {
|
|
@@ -2863,7 +2863,7 @@ export interface FileSystemManager {
|
|
|
2863
2863
|
* "harmony": {
|
|
2864
2864
|
* "osVer": "3.0",
|
|
2865
2865
|
* "uniVer": "4.51",
|
|
2866
|
-
* "unixVer": "4.
|
|
2866
|
+
* "unixVer": "4.61"
|
|
2867
2867
|
* }
|
|
2868
2868
|
* },
|
|
2869
2869
|
* "mp": {
|
|
@@ -2933,7 +2933,7 @@ export interface FileSystemManager {
|
|
|
2933
2933
|
* "harmony": {
|
|
2934
2934
|
* "osVer": "3.0",
|
|
2935
2935
|
* "uniVer": "4.51",
|
|
2936
|
-
* "unixVer": "4.
|
|
2936
|
+
* "unixVer": "4.61"
|
|
2937
2937
|
* }
|
|
2938
2938
|
* },
|
|
2939
2939
|
* "mp": {
|
|
@@ -3002,7 +3002,7 @@ export interface FileSystemManager {
|
|
|
3002
3002
|
* "harmony": {
|
|
3003
3003
|
* "osVer": "3.0",
|
|
3004
3004
|
* "uniVer": "4.51",
|
|
3005
|
-
* "unixVer": "4.
|
|
3005
|
+
* "unixVer": "4.61"
|
|
3006
3006
|
* }
|
|
3007
3007
|
* },
|
|
3008
3008
|
* "mp": {
|
|
@@ -3073,7 +3073,7 @@ export interface FileSystemManager {
|
|
|
3073
3073
|
* "harmony": {
|
|
3074
3074
|
* "osVer": "3.0",
|
|
3075
3075
|
* "uniVer": "4.51",
|
|
3076
|
-
* "unixVer": "4.
|
|
3076
|
+
* "unixVer": "4.61"
|
|
3077
3077
|
* }
|
|
3078
3078
|
* },
|
|
3079
3079
|
* "mp": {
|
|
@@ -3142,7 +3142,7 @@ export interface FileSystemManager {
|
|
|
3142
3142
|
* "harmony": {
|
|
3143
3143
|
* "osVer": "3.0",
|
|
3144
3144
|
* "uniVer": "4.51",
|
|
3145
|
-
* "unixVer": "4.
|
|
3145
|
+
* "unixVer": "4.61"
|
|
3146
3146
|
* }
|
|
3147
3147
|
* },
|
|
3148
3148
|
* "web": {
|
|
@@ -3171,7 +3171,7 @@ export interface FileSystemManager {
|
|
|
3171
3171
|
* "harmony": {
|
|
3172
3172
|
* "osVer": "3.0",
|
|
3173
3173
|
* "uniVer": "4.51",
|
|
3174
|
-
* "unixVer": "4.
|
|
3174
|
+
* "unixVer": "4.61"
|
|
3175
3175
|
* }
|
|
3176
3176
|
* },
|
|
3177
3177
|
* "mp": {
|
|
@@ -3240,7 +3240,7 @@ export interface FileSystemManager {
|
|
|
3240
3240
|
* "harmony": {
|
|
3241
3241
|
* "osVer": "3.0",
|
|
3242
3242
|
* "uniVer": "4.51",
|
|
3243
|
-
* "unixVer": "4.
|
|
3243
|
+
* "unixVer": "4.61"
|
|
3244
3244
|
* }
|
|
3245
3245
|
* },
|
|
3246
3246
|
* "mp": {
|
|
@@ -3309,7 +3309,7 @@ export interface FileSystemManager {
|
|
|
3309
3309
|
* "harmony": {
|
|
3310
3310
|
* "osVer": "3.0",
|
|
3311
3311
|
* "uniVer": "4.51",
|
|
3312
|
-
* "unixVer": "4.
|
|
3312
|
+
* "unixVer": "4.61"
|
|
3313
3313
|
* }
|
|
3314
3314
|
* },
|
|
3315
3315
|
* "mp": {
|
|
@@ -3380,7 +3380,7 @@ export interface FileSystemManager {
|
|
|
3380
3380
|
* "harmony": {
|
|
3381
3381
|
* "osVer": "3.0",
|
|
3382
3382
|
* "uniVer": "4.51",
|
|
3383
|
-
* "unixVer": "4.
|
|
3383
|
+
* "unixVer": "4.61"
|
|
3384
3384
|
* }
|
|
3385
3385
|
* },
|
|
3386
3386
|
* "mp": {
|
|
@@ -3455,7 +3455,7 @@ export interface FileSystemManager {
|
|
|
3455
3455
|
* "harmony": {
|
|
3456
3456
|
* "osVer": "3.0",
|
|
3457
3457
|
* "uniVer": "4.51",
|
|
3458
|
-
* "unixVer": "4.
|
|
3458
|
+
* "unixVer": "4.61"
|
|
3459
3459
|
* }
|
|
3460
3460
|
* },
|
|
3461
3461
|
* "mp": {
|
|
@@ -3527,7 +3527,7 @@ export interface FileSystemManager {
|
|
|
3527
3527
|
* "harmony": {
|
|
3528
3528
|
* "osVer": "3.0",
|
|
3529
3529
|
* "uniVer": "4.51",
|
|
3530
|
-
* "unixVer": "4.
|
|
3530
|
+
* "unixVer": "4.61"
|
|
3531
3531
|
* }
|
|
3532
3532
|
* },
|
|
3533
3533
|
* "mp": {
|
|
@@ -3578,7 +3578,7 @@ export interface FileSystemManager {
|
|
|
3578
3578
|
* }
|
|
3579
3579
|
* }
|
|
3580
3580
|
*/
|
|
3581
|
-
appendFileSync(filePath: string, data:
|
|
3581
|
+
appendFileSync(filePath: string, data: string | ArrayBuffer, encoding?: string): void;
|
|
3582
3582
|
|
|
3583
3583
|
/**
|
|
3584
3584
|
* 保存临时文件到本地。此接口会移动临时文件,因此调用成功后,tempFilePath 将不可用。
|
|
@@ -3597,7 +3597,7 @@ export interface FileSystemManager {
|
|
|
3597
3597
|
* "harmony": {
|
|
3598
3598
|
* "osVer": "3.0",
|
|
3599
3599
|
* "uniVer": "4.51",
|
|
3600
|
-
* "unixVer": "4.
|
|
3600
|
+
* "unixVer": "4.61"
|
|
3601
3601
|
* }
|
|
3602
3602
|
* },
|
|
3603
3603
|
* "mp": {
|
|
@@ -3668,7 +3668,7 @@ export interface FileSystemManager {
|
|
|
3668
3668
|
* "harmony": {
|
|
3669
3669
|
* "osVer": "3.0",
|
|
3670
3670
|
* "uniVer": "4.51",
|
|
3671
|
-
* "unixVer": "4.
|
|
3671
|
+
* "unixVer": "4.61"
|
|
3672
3672
|
* }
|
|
3673
3673
|
* },
|
|
3674
3674
|
* "web": {
|
|
@@ -3695,7 +3695,7 @@ export interface FileSystemManager {
|
|
|
3695
3695
|
* "harmony": {
|
|
3696
3696
|
* "osVer": "3.0",
|
|
3697
3697
|
* "uniVer": "4.51",
|
|
3698
|
-
* "unixVer": "4.
|
|
3698
|
+
* "unixVer": "4.61"
|
|
3699
3699
|
* }
|
|
3700
3700
|
* },
|
|
3701
3701
|
* "mp": {
|
|
@@ -3764,7 +3764,7 @@ export interface FileSystemManager {
|
|
|
3764
3764
|
* "harmony": {
|
|
3765
3765
|
* "osVer": "3.0",
|
|
3766
3766
|
* "uniVer": "4.51",
|
|
3767
|
-
* "unixVer": "4.
|
|
3767
|
+
* "unixVer": "4.61"
|
|
3768
3768
|
* }
|
|
3769
3769
|
* },
|
|
3770
3770
|
* "mp": {
|
|
@@ -3833,7 +3833,7 @@ export interface FileSystemManager {
|
|
|
3833
3833
|
* "harmony": {
|
|
3834
3834
|
* "osVer": "3.0",
|
|
3835
3835
|
* "uniVer": "4.51",
|
|
3836
|
-
* "unixVer": "4.
|
|
3836
|
+
* "unixVer": "4.61"
|
|
3837
3837
|
* }
|
|
3838
3838
|
* },
|
|
3839
3839
|
* "mp": {
|
|
@@ -3902,7 +3902,7 @@ export interface FileSystemManager {
|
|
|
3902
3902
|
* "harmony": {
|
|
3903
3903
|
* "osVer": "3.0",
|
|
3904
3904
|
* "uniVer": "4.51",
|
|
3905
|
-
* "unixVer": "4.
|
|
3905
|
+
* "unixVer": "4.61"
|
|
3906
3906
|
* }
|
|
3907
3907
|
* },
|
|
3908
3908
|
* "mp": {
|
|
@@ -3973,7 +3973,7 @@ export interface FileSystemManager {
|
|
|
3973
3973
|
* "harmony": {
|
|
3974
3974
|
* "osVer": "3.0",
|
|
3975
3975
|
* "uniVer": "4.51",
|
|
3976
|
-
* "unixVer": "4.
|
|
3976
|
+
* "unixVer": "4.61"
|
|
3977
3977
|
* }
|
|
3978
3978
|
* },
|
|
3979
3979
|
* "mp": {
|
|
@@ -4042,7 +4042,7 @@ export interface FileSystemManager {
|
|
|
4042
4042
|
* "harmony": {
|
|
4043
4043
|
* "osVer": "x",
|
|
4044
4044
|
* "uniVer": "x",
|
|
4045
|
-
* "unixVer": "
|
|
4045
|
+
* "unixVer": "4.61"
|
|
4046
4046
|
* }
|
|
4047
4047
|
* },
|
|
4048
4048
|
* "web": {
|
|
@@ -4071,7 +4071,7 @@ export interface FileSystemManager {
|
|
|
4071
4071
|
* "harmony": {
|
|
4072
4072
|
* "osVer": "x",
|
|
4073
4073
|
* "uniVer": "x",
|
|
4074
|
-
* "unixVer": "
|
|
4074
|
+
* "unixVer": "4.61"
|
|
4075
4075
|
* }
|
|
4076
4076
|
* },
|
|
4077
4077
|
* "mp": {
|
|
@@ -4140,7 +4140,7 @@ export interface FileSystemManager {
|
|
|
4140
4140
|
* "harmony": {
|
|
4141
4141
|
* "osVer": "3.0",
|
|
4142
4142
|
* "uniVer": "4.51",
|
|
4143
|
-
* "unixVer": "4.
|
|
4143
|
+
* "unixVer": "4.61"
|
|
4144
4144
|
* }
|
|
4145
4145
|
* },
|
|
4146
4146
|
* "mp": {
|
|
@@ -4209,7 +4209,7 @@ export interface FileSystemManager {
|
|
|
4209
4209
|
* "harmony": {
|
|
4210
4210
|
* "osVer": "3.0",
|
|
4211
4211
|
* "uniVer": "4.51",
|
|
4212
|
-
* "unixVer": "4.
|
|
4212
|
+
* "unixVer": "4.61"
|
|
4213
4213
|
* }
|
|
4214
4214
|
* },
|
|
4215
4215
|
* "mp": {
|
|
@@ -4278,7 +4278,7 @@ export interface FileSystemManager {
|
|
|
4278
4278
|
* "harmony": {
|
|
4279
4279
|
* "osVer": "3.0",
|
|
4280
4280
|
* "uniVer": "4.41",
|
|
4281
|
-
* "unixVer": "4.
|
|
4281
|
+
* "unixVer": "4.61"
|
|
4282
4282
|
* }
|
|
4283
4283
|
* },
|
|
4284
4284
|
* "mp": {
|
|
@@ -4347,7 +4347,7 @@ export interface FileSystemManager {
|
|
|
4347
4347
|
* "harmony": {
|
|
4348
4348
|
* "osVer": "3.0",
|
|
4349
4349
|
* "uniVer": "4.41",
|
|
4350
|
-
* "unixVer": "4.
|
|
4350
|
+
* "unixVer": "4.61"
|
|
4351
4351
|
* }
|
|
4352
4352
|
* },
|
|
4353
4353
|
* "web": {
|
|
@@ -4374,7 +4374,7 @@ export interface FileSystemManager {
|
|
|
4374
4374
|
* "harmony": {
|
|
4375
4375
|
* "osVer": "3.0",
|
|
4376
4376
|
* "uniVer": "4.51",
|
|
4377
|
-
* "unixVer": "4.
|
|
4377
|
+
* "unixVer": "4.61"
|
|
4378
4378
|
* }
|
|
4379
4379
|
* },
|
|
4380
4380
|
* "mp": {
|
|
@@ -4443,7 +4443,7 @@ export interface FileSystemManager {
|
|
|
4443
4443
|
* "harmony": {
|
|
4444
4444
|
* "osVer": "3.0",
|
|
4445
4445
|
* "uniVer": "4.51",
|
|
4446
|
-
* "unixVer": "4.
|
|
4446
|
+
* "unixVer": "4.61"
|
|
4447
4447
|
* }
|
|
4448
4448
|
* },
|
|
4449
4449
|
* "mp": {
|
|
@@ -4512,7 +4512,7 @@ export interface FileSystemManager {
|
|
|
4512
4512
|
* "harmony": {
|
|
4513
4513
|
* "osVer": "3.0",
|
|
4514
4514
|
* "uniVer": "4.51",
|
|
4515
|
-
* "unixVer": "4.
|
|
4515
|
+
* "unixVer": "4.61"
|
|
4516
4516
|
* }
|
|
4517
4517
|
* },
|
|
4518
4518
|
* "mp": {
|
|
@@ -4581,7 +4581,7 @@ export interface FileSystemManager {
|
|
|
4581
4581
|
* "harmony": {
|
|
4582
4582
|
* "osVer": "3.0",
|
|
4583
4583
|
* "uniVer": "4.51",
|
|
4584
|
-
* "unixVer": "4.
|
|
4584
|
+
* "unixVer": "4.61"
|
|
4585
4585
|
* }
|
|
4586
4586
|
* },
|
|
4587
4587
|
* "mp": {
|
|
@@ -4650,7 +4650,7 @@ export interface FileSystemManager {
|
|
|
4650
4650
|
* "harmony": {
|
|
4651
4651
|
* "osVer": "3.0",
|
|
4652
4652
|
* "uniVer": "4.51",
|
|
4653
|
-
* "unixVer": "4.
|
|
4653
|
+
* "unixVer": "4.61"
|
|
4654
4654
|
* }
|
|
4655
4655
|
* },
|
|
4656
4656
|
* "web": {
|
|
@@ -4677,7 +4677,7 @@ export interface FileSystemManager {
|
|
|
4677
4677
|
* "harmony": {
|
|
4678
4678
|
* "osVer": "3.0",
|
|
4679
4679
|
* "uniVer": "4.51",
|
|
4680
|
-
* "unixVer": "4.
|
|
4680
|
+
* "unixVer": "4.61"
|
|
4681
4681
|
* }
|
|
4682
4682
|
* },
|
|
4683
4683
|
* "mp": {
|
|
@@ -4746,7 +4746,7 @@ export interface FileSystemManager {
|
|
|
4746
4746
|
* "harmony": {
|
|
4747
4747
|
* "osVer": "3.0",
|
|
4748
4748
|
* "uniVer": "4.51",
|
|
4749
|
-
* "unixVer": "4.
|
|
4749
|
+
* "unixVer": "4.61"
|
|
4750
4750
|
* }
|
|
4751
4751
|
* },
|
|
4752
4752
|
* "mp": {
|
|
@@ -4824,9 +4824,7 @@ export interface Uni {
|
|
|
4824
4824
|
* "harmony": {
|
|
4825
4825
|
* "osVer": "5.0.0",
|
|
4826
4826
|
* "uniVer": "4.45",
|
|
4827
|
-
* "unixVer": "4.61"
|
|
4828
|
-
* "uniUtsPlugin": "4.45",
|
|
4829
|
-
* "unixUtsPlugin": "4.61"
|
|
4827
|
+
* "unixVer": "4.61"
|
|
4830
4828
|
* }
|
|
4831
4829
|
* },
|
|
4832
4830
|
* "mp": {
|
|
@@ -4955,7 +4953,7 @@ export type FileSystemManagerErrorCode =
|
|
|
4955
4953
|
* "harmony": {
|
|
4956
4954
|
* "osVer": "3.0",
|
|
4957
4955
|
* "uniVer": "4.41",
|
|
4958
|
-
* "unixVer": "4.
|
|
4956
|
+
* "unixVer": "4.61"
|
|
4959
4957
|
* }
|
|
4960
4958
|
* },
|
|
4961
4959
|
* "web": {
|
|
@@ -4989,7 +4987,7 @@ export type FileSystemManagerErrorCode =
|
|
|
4989
4987
|
* "harmony": {
|
|
4990
4988
|
* "osVer": "3.0",
|
|
4991
4989
|
* "uniVer": "4.41",
|
|
4992
|
-
* "unixVer": "4.
|
|
4990
|
+
* "unixVer": "4.61"
|
|
4993
4991
|
* }
|
|
4994
4992
|
* },
|
|
4995
4993
|
* "web": {
|
|
@@ -5023,7 +5021,7 @@ export type FileSystemManagerErrorCode =
|
|
|
5023
5021
|
* "harmony": {
|
|
5024
5022
|
* "osVer": "3.0",
|
|
5025
5023
|
* "uniVer": "4.41",
|
|
5026
|
-
* "unixVer": "4.
|
|
5024
|
+
* "unixVer": "4.61"
|
|
5027
5025
|
* }
|
|
5028
5026
|
* },
|
|
5029
5027
|
* "web": {
|
|
@@ -5057,7 +5055,7 @@ export type FileSystemManagerErrorCode =
|
|
|
5057
5055
|
* "harmony": {
|
|
5058
5056
|
* "osVer": "3.0",
|
|
5059
5057
|
* "uniVer": "4.41",
|
|
5060
|
-
* "unixVer": "4.
|
|
5058
|
+
* "unixVer": "4.61"
|
|
5061
5059
|
* }
|
|
5062
5060
|
* },
|
|
5063
5061
|
* "web": {
|
|
@@ -5091,7 +5089,7 @@ export type FileSystemManagerErrorCode =
|
|
|
5091
5089
|
* "harmony": {
|
|
5092
5090
|
* "osVer": "3.0",
|
|
5093
5091
|
* "uniVer": "4.41",
|
|
5094
|
-
* "unixVer": "4.
|
|
5092
|
+
* "unixVer": "4.61"
|
|
5095
5093
|
* }
|
|
5096
5094
|
* },
|
|
5097
5095
|
* "web": {
|
|
@@ -5125,7 +5123,7 @@ export type FileSystemManagerErrorCode =
|
|
|
5125
5123
|
* "harmony": {
|
|
5126
5124
|
* "osVer": "3.0",
|
|
5127
5125
|
* "uniVer": "4.41",
|
|
5128
|
-
* "unixVer": "4.
|
|
5126
|
+
* "unixVer": "4.61"
|
|
5129
5127
|
* }
|
|
5130
5128
|
* },
|
|
5131
5129
|
* "web": {
|
|
@@ -5159,7 +5157,7 @@ export type FileSystemManagerErrorCode =
|
|
|
5159
5157
|
* "harmony": {
|
|
5160
5158
|
* "osVer": "3.0",
|
|
5161
5159
|
* "uniVer": "4.41",
|
|
5162
|
-
* "unixVer": "4.
|
|
5160
|
+
* "unixVer": "4.61"
|
|
5163
5161
|
* }
|
|
5164
5162
|
* },
|
|
5165
5163
|
* "web": {
|
|
@@ -5193,7 +5191,7 @@ export type FileSystemManagerErrorCode =
|
|
|
5193
5191
|
* "harmony": {
|
|
5194
5192
|
* "osVer": "3.0",
|
|
5195
5193
|
* "uniVer": "4.41",
|
|
5196
|
-
* "unixVer": "4.
|
|
5194
|
+
* "unixVer": "4.61"
|
|
5197
5195
|
* }
|
|
5198
5196
|
* },
|
|
5199
5197
|
* "web": {
|
|
@@ -5227,7 +5225,7 @@ export type FileSystemManagerErrorCode =
|
|
|
5227
5225
|
* "harmony": {
|
|
5228
5226
|
* "osVer": "3.0",
|
|
5229
5227
|
* "uniVer": "4.41",
|
|
5230
|
-
* "unixVer": "4.
|
|
5228
|
+
* "unixVer": "4.61"
|
|
5231
5229
|
* }
|
|
5232
5230
|
* },
|
|
5233
5231
|
* "web": {
|
|
@@ -5261,7 +5259,7 @@ export type FileSystemManagerErrorCode =
|
|
|
5261
5259
|
* "harmony": {
|
|
5262
5260
|
* "osVer": "3.0",
|
|
5263
5261
|
* "uniVer": "4.41",
|
|
5264
|
-
* "unixVer": "4.
|
|
5262
|
+
* "unixVer": "4.61"
|
|
5265
5263
|
* }
|
|
5266
5264
|
* },
|
|
5267
5265
|
* "web": {
|
|
@@ -5295,7 +5293,7 @@ export type FileSystemManagerErrorCode =
|
|
|
5295
5293
|
* "harmony": {
|
|
5296
5294
|
* "osVer": "3.0",
|
|
5297
5295
|
* "uniVer": "4.41",
|
|
5298
|
-
* "unixVer": "4.
|
|
5296
|
+
* "unixVer": "4.61"
|
|
5299
5297
|
* }
|
|
5300
5298
|
* },
|
|
5301
5299
|
* "web": {
|