@dcloudio/uni-app-x 0.7.88 → 0.7.90
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/dom2-internal/UniTextElement.d.ts +5 -0
- package/types/native/IUniElement.d.ts +291 -286
- package/types/native/IUniNativeViewElement.d.ts +22 -11
- package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +430 -72
- package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +6 -3
- package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +16 -8
- package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +5 -3
- package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +14 -7
- package/types/uni/uts-plugin-api/lib/uni-createWorker/utssdk/interface.d.ts +4 -2
- package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +82 -52
- package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +8 -4
- package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +10 -5
- package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +176 -88
- package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +8 -4
- package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +30 -15
- package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +40 -20
- package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +34 -17
- package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +10 -5
- package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +10 -5
- package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +153 -148
- package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +24 -12
- package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +122 -61
- package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +14 -7
- package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +4 -2
- package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +6 -3
- package/types/uni/uts-plugin-api/lib/uni-location/utssdk/interface.d.ts +94 -47
- package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +48 -24
- package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +26 -13
- package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +84 -44
- package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +26 -13
- package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +14 -7
- package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +22 -11
- package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +4 -2
- package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +36 -18
- package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/interface.d.ts +6 -3
- package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +18 -9
- package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +30 -15
- package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +4 -2
- package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/interface.d.ts +728 -698
- package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +68 -32
- package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +18 -13
- package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/interface.d.ts +6 -3
- package/types/uni/uts-plugin-api/lib/uni-share/utssdk/interface.d.ts +24 -12
- package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +2 -1
- package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/interface.d.ts +4 -2
- package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +20 -10
- package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +16 -8
- package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +40 -20
- package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +42 -21
- package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/interface.d.ts +4 -2
- package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +909 -844
- package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +10 -5
- package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +52 -26
|
@@ -23,7 +23,8 @@ export interface Uni {
|
|
|
23
23
|
* "harmony": {
|
|
24
24
|
* "osVer": "3.0",
|
|
25
25
|
* "uniVer": "4.31",
|
|
26
|
-
* "unixVer": "4.61"
|
|
26
|
+
* "unixVer": "4.61",
|
|
27
|
+
* "unixvVer": "5.0"
|
|
27
28
|
* }
|
|
28
29
|
* },
|
|
29
30
|
* "mp": {
|
|
@@ -107,7 +108,8 @@ export interface Uni {
|
|
|
107
108
|
* "harmony": {
|
|
108
109
|
* "osVer": "3.0",
|
|
109
110
|
* "uniVer": "4.31",
|
|
110
|
-
* "unixVer": "4.61"
|
|
111
|
+
* "unixVer": "4.61",
|
|
112
|
+
* "unixvVer": "5.0"
|
|
111
113
|
* }
|
|
112
114
|
* },
|
|
113
115
|
* "mp": {
|
|
@@ -189,7 +191,8 @@ export interface Uni {
|
|
|
189
191
|
* "harmony": {
|
|
190
192
|
* "osVer": "3.0",
|
|
191
193
|
* "uniVer": "4.31",
|
|
192
|
-
* "unixVer": "4.61"
|
|
194
|
+
* "unixVer": "4.61",
|
|
195
|
+
* "unixvVer": "5.0"
|
|
193
196
|
* }
|
|
194
197
|
* },
|
|
195
198
|
* "mp": {
|
|
@@ -361,7 +364,8 @@ export interface Uni {
|
|
|
361
364
|
* "harmony": {
|
|
362
365
|
* "osVer": "3.0",
|
|
363
366
|
* "uniVer": "4.31",
|
|
364
|
-
* "unixVer": "4.61"
|
|
367
|
+
* "unixVer": "4.61",
|
|
368
|
+
* "unixvVer": "5.0"
|
|
365
369
|
* }
|
|
366
370
|
* },
|
|
367
371
|
* "web": {
|
|
@@ -417,7 +421,8 @@ export interface Uni {
|
|
|
417
421
|
* "harmony": {
|
|
418
422
|
* "osVer": "3.0",
|
|
419
423
|
* "uniVer": "4.31",
|
|
420
|
-
* "unixVer": "4.61"
|
|
424
|
+
* "unixVer": "4.61",
|
|
425
|
+
* "unixvVer": "5.0"
|
|
421
426
|
* }
|
|
422
427
|
* },
|
|
423
428
|
* "web": {
|
|
@@ -20,7 +20,8 @@ export interface Uni {
|
|
|
20
20
|
* "harmony": {
|
|
21
21
|
* "osVer": "5.0.0",
|
|
22
22
|
* "uniVer": "4.61",
|
|
23
|
-
* "unixVer": "4.61"
|
|
23
|
+
* "unixVer": "4.61",
|
|
24
|
+
* "unixvVer": "5.0"
|
|
24
25
|
* }
|
|
25
26
|
* },
|
|
26
27
|
* "web": {
|
|
@@ -52,7 +53,8 @@ export interface Uni {
|
|
|
52
53
|
* "harmony": {
|
|
53
54
|
* "osVer": "5.0.0",
|
|
54
55
|
* "uniVer": "4.61",
|
|
55
|
-
* "unixVer": "4.61"
|
|
56
|
+
* "unixVer": "4.61",
|
|
57
|
+
* "unixvVer": "5.0"
|
|
56
58
|
* }
|
|
57
59
|
* },
|
|
58
60
|
* "web": {
|
|
@@ -93,7 +95,8 @@ export interface UniverifyManager {
|
|
|
93
95
|
* "harmony": {
|
|
94
96
|
* "osVer": "5.0.0",
|
|
95
97
|
* "uniVer": "4.61",
|
|
96
|
-
* "unixVer": "4.61"
|
|
98
|
+
* "unixVer": "4.61",
|
|
99
|
+
* "unixvVer": "5.0"
|
|
97
100
|
* }
|
|
98
101
|
* }
|
|
99
102
|
* }
|
|
@@ -116,7 +119,8 @@ export interface UniverifyManager {
|
|
|
116
119
|
* "harmony": {
|
|
117
120
|
* "osVer": "5.0.0",
|
|
118
121
|
* "uniVer": "4.61",
|
|
119
|
-
* "unixVer": "4.61"
|
|
122
|
+
* "unixVer": "4.61",
|
|
123
|
+
* "unixvVer": "5.0"
|
|
120
124
|
* }
|
|
121
125
|
* }
|
|
122
126
|
* }
|
|
@@ -139,7 +143,8 @@ export interface UniverifyManager {
|
|
|
139
143
|
* "harmony": {
|
|
140
144
|
* "osVer": "5.0.0",
|
|
141
145
|
* "uniVer": "x",
|
|
142
|
-
* "unixVer": "4.71"
|
|
146
|
+
* "unixVer": "4.71",
|
|
147
|
+
* "unixvVer": "5.0"
|
|
143
148
|
* }
|
|
144
149
|
* }
|
|
145
150
|
* }
|
|
@@ -162,7 +167,8 @@ export interface UniverifyManager {
|
|
|
162
167
|
* "harmony": {
|
|
163
168
|
* "osVer": "5.0.0",
|
|
164
169
|
* "uniVer": "4.61",
|
|
165
|
-
* "unixVer": "4.61"
|
|
170
|
+
* "unixVer": "4.61",
|
|
171
|
+
* "unixvVer": "5.0"
|
|
166
172
|
* }
|
|
167
173
|
* }
|
|
168
174
|
* }
|
|
@@ -185,7 +191,8 @@ export interface UniverifyManager {
|
|
|
185
191
|
* "harmony": {
|
|
186
192
|
* "osVer": "5.0.0",
|
|
187
193
|
* "uniVer": "4.61",
|
|
188
|
-
* "unixVer": "4.61"
|
|
194
|
+
* "unixVer": "4.61",
|
|
195
|
+
* "unixvVer": "5.0"
|
|
189
196
|
* }
|
|
190
197
|
* }
|
|
191
198
|
* }
|
|
@@ -222,7 +229,8 @@ export type UniVerifyManagerLoginOptions = {
|
|
|
222
229
|
* "harmony": {
|
|
223
230
|
* "osVer": "5.0.0",
|
|
224
231
|
* "uniVer": "4.61",
|
|
225
|
-
* "unixVer": "4.61"
|
|
232
|
+
* "unixVer": "4.61",
|
|
233
|
+
* "unixvVer": "5.0"
|
|
226
234
|
* }
|
|
227
235
|
* }
|
|
228
236
|
* }
|
|
@@ -295,7 +303,8 @@ export type UniVerifyManagerLoginStyle = {
|
|
|
295
303
|
* "harmony": {
|
|
296
304
|
* "osVer": "5.0.0",
|
|
297
305
|
* "uniVer": "x",
|
|
298
|
-
* "unixVer": "4.71"
|
|
306
|
+
* "unixVer": "4.71",
|
|
307
|
+
* "unixvVer": "5.0"
|
|
299
308
|
* }
|
|
300
309
|
* }
|
|
301
310
|
* }
|
|
@@ -325,7 +334,8 @@ export type UniVerifyManagerPreLoginSuccess = {
|
|
|
325
334
|
* "harmony": {
|
|
326
335
|
* "osVer": "5.0.0",
|
|
327
336
|
* "uniVer": "4.61",
|
|
328
|
-
* "unixVer": "4.61"
|
|
337
|
+
* "unixVer": "4.61",
|
|
338
|
+
* "unixvVer": "5.0"
|
|
329
339
|
* }
|
|
330
340
|
* }
|
|
331
341
|
* }
|
|
@@ -348,7 +358,8 @@ export type UniVerifyManagerPreLoginSuccess = {
|
|
|
348
358
|
* "harmony": {
|
|
349
359
|
* "osVer": "5.0.0",
|
|
350
360
|
* "uniVer": "4.61",
|
|
351
|
-
* "unixVer": "4.61"
|
|
361
|
+
* "unixVer": "4.61",
|
|
362
|
+
* "unixvVer": "5.0"
|
|
352
363
|
* }
|
|
353
364
|
* }
|
|
354
365
|
* }
|
|
@@ -371,7 +382,8 @@ export type UniVerifyManagerPreLoginSuccess = {
|
|
|
371
382
|
* "harmony": {
|
|
372
383
|
* "osVer": "5.0.0",
|
|
373
384
|
* "uniVer": "4.71",
|
|
374
|
-
* "unixVer": "4.71"
|
|
385
|
+
* "unixVer": "4.71",
|
|
386
|
+
* "unixvVer": "5.0"
|
|
375
387
|
* }
|
|
376
388
|
* }
|
|
377
389
|
* }
|
|
@@ -394,7 +406,8 @@ export type UniVerifyManagerPreLoginSuccess = {
|
|
|
394
406
|
* "harmony": {
|
|
395
407
|
* "osVer": "5.0.0",
|
|
396
408
|
* "uniVer": "4.71",
|
|
397
|
-
* "unixVer": "4.71"
|
|
409
|
+
* "unixVer": "4.71",
|
|
410
|
+
* "unixvVer": "5.0"
|
|
398
411
|
* }
|
|
399
412
|
* }
|
|
400
413
|
* }
|
|
@@ -449,7 +462,8 @@ export type UniVerifyManagerErrorCode =
|
|
|
449
462
|
* "harmony": {
|
|
450
463
|
* "osVer": "5.0.0",
|
|
451
464
|
* "uniVer": "4.61",
|
|
452
|
-
* "unixVer": "4.61"
|
|
465
|
+
* "unixVer": "4.61",
|
|
466
|
+
* "unixvVer": "5.0"
|
|
453
467
|
* }
|
|
454
468
|
* }
|
|
455
469
|
* }
|
|
@@ -472,7 +486,8 @@ export type UniVerifyManagerErrorCode =
|
|
|
472
486
|
* "harmony": {
|
|
473
487
|
* "osVer": "5.0.0",
|
|
474
488
|
* "uniVer": "4.61",
|
|
475
|
-
* "unixVer": "4.61"
|
|
489
|
+
* "unixVer": "4.61",
|
|
490
|
+
* "unixvVer": "5.0"
|
|
476
491
|
* }
|
|
477
492
|
* }
|
|
478
493
|
* }
|
|
@@ -495,7 +510,8 @@ export type UniVerifyManagerErrorCode =
|
|
|
495
510
|
* "harmony": {
|
|
496
511
|
* "osVer": "5.0.0",
|
|
497
512
|
* "uniVer": "4.61",
|
|
498
|
-
* "unixVer": "4.61"
|
|
513
|
+
* "unixVer": "4.61",
|
|
514
|
+
* "unixvVer": "5.0"
|
|
499
515
|
* }
|
|
500
516
|
* }
|
|
501
517
|
* }
|
|
@@ -518,7 +534,8 @@ export type UniVerifyManagerErrorCode =
|
|
|
518
534
|
* "harmony": {
|
|
519
535
|
* "osVer": "5.0.0",
|
|
520
536
|
* "uniVer": "4.61",
|
|
521
|
-
* "unixVer": "4.61"
|
|
537
|
+
* "unixVer": "4.61",
|
|
538
|
+
* "unixvVer": "5.0"
|
|
522
539
|
* }
|
|
523
540
|
* }
|
|
524
541
|
* }
|
|
@@ -541,7 +558,8 @@ export type UniVerifyManagerErrorCode =
|
|
|
541
558
|
* "harmony": {
|
|
542
559
|
* "osVer": "5.0.0",
|
|
543
560
|
* "uniVer": "4.61",
|
|
544
|
-
* "unixVer": "4.61"
|
|
561
|
+
* "unixVer": "4.61",
|
|
562
|
+
* "unixvVer": "5.0"
|
|
545
563
|
* }
|
|
546
564
|
* }
|
|
547
565
|
* }
|
|
@@ -564,7 +582,8 @@ export type UniVerifyManagerErrorCode =
|
|
|
564
582
|
* "harmony": {
|
|
565
583
|
* "osVer": "5.0.0",
|
|
566
584
|
* "uniVer": "4.61",
|
|
567
|
-
* "unixVer": "4.61"
|
|
585
|
+
* "unixVer": "4.61",
|
|
586
|
+
* "unixvVer": "5.0"
|
|
568
587
|
* }
|
|
569
588
|
* }
|
|
570
589
|
* }
|
|
@@ -587,7 +606,8 @@ export type UniVerifyManagerErrorCode =
|
|
|
587
606
|
* "harmony": {
|
|
588
607
|
* "osVer": "5.0.0",
|
|
589
608
|
* "uniVer": "4.61",
|
|
590
|
-
* "unixVer": "4.61"
|
|
609
|
+
* "unixVer": "4.61",
|
|
610
|
+
* "unixvVer": "5.0"
|
|
591
611
|
* }
|
|
592
612
|
* }
|
|
593
613
|
* }
|
|
@@ -610,7 +630,8 @@ export type UniVerifyManagerErrorCode =
|
|
|
610
630
|
* "harmony": {
|
|
611
631
|
* "osVer": "5.0.0",
|
|
612
632
|
* "uniVer": "4.61",
|
|
613
|
-
* "unixVer": "4.61"
|
|
633
|
+
* "unixVer": "4.61",
|
|
634
|
+
* "unixvVer": "5.0"
|
|
614
635
|
* }
|
|
615
636
|
* }
|
|
616
637
|
* }
|
|
@@ -633,7 +654,8 @@ export type UniVerifyManagerErrorCode =
|
|
|
633
654
|
* "harmony": {
|
|
634
655
|
* "osVer": "5.0.0",
|
|
635
656
|
* "uniVer": "4.61",
|
|
636
|
-
* "unixVer": "4.61"
|
|
657
|
+
* "unixVer": "4.61",
|
|
658
|
+
* "unixvVer": "5.0"
|
|
637
659
|
* }
|
|
638
660
|
* }
|
|
639
661
|
* }
|
|
@@ -656,7 +678,8 @@ export type UniVerifyManagerErrorCode =
|
|
|
656
678
|
* "harmony": {
|
|
657
679
|
* "osVer": "5.0.0",
|
|
658
680
|
* "uniVer": "4.61",
|
|
659
|
-
* "unixVer": "4.61"
|
|
681
|
+
* "unixVer": "4.61",
|
|
682
|
+
* "unixvVer": "5.0"
|
|
660
683
|
* }
|
|
661
684
|
* }
|
|
662
685
|
* }
|
|
@@ -679,7 +702,8 @@ export type UniVerifyManagerErrorCode =
|
|
|
679
702
|
* "harmony": {
|
|
680
703
|
* "osVer": "5.0.0",
|
|
681
704
|
* "uniVer": "4.61",
|
|
682
|
-
* "unixVer": "4.61"
|
|
705
|
+
* "unixVer": "4.61",
|
|
706
|
+
* "unixvVer": "5.0"
|
|
683
707
|
* }
|
|
684
708
|
* }
|
|
685
709
|
* }
|
|
@@ -702,7 +726,8 @@ export type UniVerifyManagerErrorCode =
|
|
|
702
726
|
* "harmony": {
|
|
703
727
|
* "osVer": "5.0.0",
|
|
704
728
|
* "uniVer": "x",
|
|
705
|
-
* "unixVer": "4.71"
|
|
729
|
+
* "unixVer": "4.71",
|
|
730
|
+
* "unixvVer": "5.0"
|
|
706
731
|
* }
|
|
707
732
|
* }
|
|
708
733
|
* }
|
|
@@ -725,7 +750,8 @@ export type UniVerifyManagerErrorCode =
|
|
|
725
750
|
* "harmony": {
|
|
726
751
|
* "osVer": "5.0.0",
|
|
727
752
|
* "uniVer": "x",
|
|
728
|
-
* "unixVer": "4.71"
|
|
753
|
+
* "unixVer": "4.71",
|
|
754
|
+
* "unixvVer": "5.0"
|
|
729
755
|
* }
|
|
730
756
|
* }
|
|
731
757
|
* }
|