@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
|
@@ -42,7 +42,7 @@ export type OpenDialogPageOptions = {
|
|
|
42
42
|
"harmony": {
|
|
43
43
|
"osVer": "3.0",
|
|
44
44
|
"uniVer": "x",
|
|
45
|
-
"unixVer": "
|
|
45
|
+
"unixVer": "4.61"
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
"mp": {
|
|
@@ -118,7 +118,7 @@ export type OpenDialogPageOptions = {
|
|
|
118
118
|
"harmony": {
|
|
119
119
|
"osVer": "3.0",
|
|
120
120
|
"uniVer": "x",
|
|
121
|
-
"unixVer": "
|
|
121
|
+
"unixVer": "4.61"
|
|
122
122
|
}
|
|
123
123
|
},
|
|
124
124
|
"mp": {
|
|
@@ -228,7 +228,7 @@ export type OpenDialogPageOptions = {
|
|
|
228
228
|
"harmony": {
|
|
229
229
|
"osVer": "3.0",
|
|
230
230
|
"uniVer": "x",
|
|
231
|
-
"unixVer": "
|
|
231
|
+
"unixVer": "4.61"
|
|
232
232
|
}
|
|
233
233
|
},
|
|
234
234
|
"mp": {
|
|
@@ -302,7 +302,7 @@ export type OpenDialogPageOptions = {
|
|
|
302
302
|
"harmony": {
|
|
303
303
|
"osVer": "3.0",
|
|
304
304
|
"uniVer": "x",
|
|
305
|
-
"unixVer": "
|
|
305
|
+
"unixVer": "4.61"
|
|
306
306
|
}
|
|
307
307
|
},
|
|
308
308
|
"mp": {
|
|
@@ -377,7 +377,7 @@ export type OpenDialogPageOptions = {
|
|
|
377
377
|
"harmony": {
|
|
378
378
|
"osVer": "3.0",
|
|
379
379
|
"uniVer": "x",
|
|
380
|
-
"unixVer": "
|
|
380
|
+
"unixVer": "4.61"
|
|
381
381
|
}
|
|
382
382
|
},
|
|
383
383
|
"mp": {
|
|
@@ -452,7 +452,7 @@ export type OpenDialogPageOptions = {
|
|
|
452
452
|
"harmony": {
|
|
453
453
|
"osVer": "3.0",
|
|
454
454
|
"uniVer": "x",
|
|
455
|
-
"unixVer": "
|
|
455
|
+
"unixVer": "4.61"
|
|
456
456
|
}
|
|
457
457
|
},
|
|
458
458
|
"mp": {
|
|
@@ -527,7 +527,7 @@ export type OpenDialogPageOptions = {
|
|
|
527
527
|
"harmony": {
|
|
528
528
|
"osVer": "3.0",
|
|
529
529
|
"uniVer": "x",
|
|
530
|
-
"unixVer": "
|
|
530
|
+
"unixVer": "4.61"
|
|
531
531
|
}
|
|
532
532
|
},
|
|
533
533
|
"mp": {
|
|
@@ -601,7 +601,7 @@ export type OpenDialogPageOptions = {
|
|
|
601
601
|
"harmony": {
|
|
602
602
|
"osVer": "3.0",
|
|
603
603
|
"uniVer": "x",
|
|
604
|
-
"unixVer": "
|
|
604
|
+
"unixVer": "4.61"
|
|
605
605
|
}
|
|
606
606
|
},
|
|
607
607
|
"mp": {
|
|
@@ -675,7 +675,7 @@ export type OpenDialogPageOptions = {
|
|
|
675
675
|
"harmony": {
|
|
676
676
|
"osVer": "3.0",
|
|
677
677
|
"uniVer": "x",
|
|
678
|
-
"unixVer": "
|
|
678
|
+
"unixVer": "4.61"
|
|
679
679
|
}
|
|
680
680
|
},
|
|
681
681
|
"mp": {
|
|
@@ -760,7 +760,7 @@ export type CloseDialogPageOptions = {
|
|
|
760
760
|
"harmony": {
|
|
761
761
|
"osVer": "3.0",
|
|
762
762
|
"uniVer": "x",
|
|
763
|
-
"unixVer": "
|
|
763
|
+
"unixVer": "4.61"
|
|
764
764
|
}
|
|
765
765
|
},
|
|
766
766
|
"mp": {
|
|
@@ -836,7 +836,7 @@ export type CloseDialogPageOptions = {
|
|
|
836
836
|
"harmony": {
|
|
837
837
|
"osVer": "3.0",
|
|
838
838
|
"uniVer": "x",
|
|
839
|
-
"unixVer": "
|
|
839
|
+
"unixVer": "4.61"
|
|
840
840
|
}
|
|
841
841
|
},
|
|
842
842
|
"mp": {
|
|
@@ -946,7 +946,7 @@ export type CloseDialogPageOptions = {
|
|
|
946
946
|
"harmony": {
|
|
947
947
|
"osVer": "3.0",
|
|
948
948
|
"uniVer": "x",
|
|
949
|
-
"unixVer": "
|
|
949
|
+
"unixVer": "4.61"
|
|
950
950
|
}
|
|
951
951
|
},
|
|
952
952
|
"mp": {
|
|
@@ -1021,7 +1021,7 @@ export type CloseDialogPageOptions = {
|
|
|
1021
1021
|
"harmony": {
|
|
1022
1022
|
"osVer": "3.0",
|
|
1023
1023
|
"uniVer": "x",
|
|
1024
|
-
"unixVer": "
|
|
1024
|
+
"unixVer": "4.61"
|
|
1025
1025
|
}
|
|
1026
1026
|
},
|
|
1027
1027
|
"mp": {
|
|
@@ -1095,7 +1095,7 @@ export type CloseDialogPageOptions = {
|
|
|
1095
1095
|
"harmony": {
|
|
1096
1096
|
"osVer": "3.0",
|
|
1097
1097
|
"uniVer": "x",
|
|
1098
|
-
"unixVer": "
|
|
1098
|
+
"unixVer": "4.61"
|
|
1099
1099
|
}
|
|
1100
1100
|
},
|
|
1101
1101
|
"mp": {
|
|
@@ -1169,7 +1169,7 @@ export type CloseDialogPageOptions = {
|
|
|
1169
1169
|
"harmony": {
|
|
1170
1170
|
"osVer": "3.0",
|
|
1171
1171
|
"uniVer": "x",
|
|
1172
|
-
"unixVer": "
|
|
1172
|
+
"unixVer": "4.61"
|
|
1173
1173
|
}
|
|
1174
1174
|
},
|
|
1175
1175
|
"mp": {
|
|
@@ -1248,7 +1248,7 @@ export interface Uni {
|
|
|
1248
1248
|
"harmony": {
|
|
1249
1249
|
"osVer": "3.0",
|
|
1250
1250
|
"uniVer": "x",
|
|
1251
|
-
"unixVer": "
|
|
1251
|
+
"unixVer": "4.61"
|
|
1252
1252
|
}
|
|
1253
1253
|
},
|
|
1254
1254
|
"mp": {
|
|
@@ -1325,7 +1325,7 @@ export interface Uni {
|
|
|
1325
1325
|
"harmony": {
|
|
1326
1326
|
"osVer": "3.0",
|
|
1327
1327
|
"uniVer": "x",
|
|
1328
|
-
"unixVer": "
|
|
1328
|
+
"unixVer": "4.61"
|
|
1329
1329
|
}
|
|
1330
1330
|
},
|
|
1331
1331
|
"mp": {
|