@dcloudio/uni-app-x 0.7.60 → 0.7.61

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 (107) hide show
  1. package/package.json +2 -2
  2. package/types/app.d.ts +14 -7
  3. package/types/native/IUniElement.d.ts +1 -1
  4. package/types/native/UniCustomElement.d.ts +2 -2
  5. package/types/native/UniInputChangeEvent.d.ts +31 -0
  6. package/types/native/UniPage.d.ts +10 -2
  7. package/types/native/global.d.ts +12 -0
  8. package/types/native/index.d.ts +1 -0
  9. package/types/uni/uts-plugin-api/global.d.ts +1 -0
  10. package/types/uni/uts-plugin-api/index.d.ts +1 -0
  11. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +77 -433
  12. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +2 -0
  13. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/global.d.ts +16 -0
  14. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/index.d.ts +8 -0
  15. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +561 -131
  16. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +17 -34
  17. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +4 -8
  18. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +1 -2
  19. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +5 -0
  20. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +8 -4
  21. package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/interface.d.ts +3 -1
  22. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +29 -58
  23. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +36 -72
  24. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +3 -1
  25. package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/interface.d.ts +1 -1
  26. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +9 -7
  27. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +8 -7
  28. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +4 -4
  29. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +84 -0
  30. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +47 -0
  31. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +1 -1
  32. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/global.d.ts +38 -0
  33. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/index.d.ts +19 -0
  34. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/interface.d.ts +1783 -107
  35. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +13 -18
  36. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +68 -208
  37. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +2 -4
  38. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +105 -107
  39. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/global.d.ts +4 -0
  40. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/index.d.ts +2 -0
  41. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +359 -66
  42. package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/global.d.ts +16 -0
  43. package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/index.d.ts +8 -0
  44. package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/interface.d.ts +40 -0
  45. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +10 -15
  46. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +86 -94
  47. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +25 -26
  48. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +30 -60
  49. package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/interface.d.ts +32 -64
  50. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +298 -4
  51. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/global.d.ts +4 -0
  52. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/index.d.ts +2 -0
  53. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/interface.d.ts +347 -10
  54. package/types/uni/uts-plugin-api/lib/uni-share-weixin/utssdk/interface.d.ts +3 -1
  55. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +3 -1
  56. package/types/uni/uts-plugin-api/lib/uni-sse/utssdk/interface.d.ts +25 -33
  57. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/global.d.ts +0 -2
  58. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/index.d.ts +0 -1
  59. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +21 -33
  60. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +1 -0
  61. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +23 -46
  62. package/types/uni/uts-plugin-biz/global.d.ts +11 -0
  63. package/types/uni/uts-plugin-biz/index.d.ts +11 -0
  64. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +60 -3
  65. package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/interface.d.ts +6 -0
  66. package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/global.d.ts +52 -0
  67. package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/index.d.ts +25 -0
  68. package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/interface.d.ts +445 -0
  69. package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/global.d.ts +48 -0
  70. package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/index.d.ts +23 -0
  71. package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/interface.d.ts +138 -0
  72. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +28 -12
  73. package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/global.d.ts +8 -0
  74. package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/index.d.ts +4 -0
  75. package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/interface.d.ts +0 -0
  76. package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/global.d.ts +8 -0
  77. package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/index.d.ts +4 -0
  78. package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/interface.d.ts +0 -0
  79. package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/global.d.ts +8 -0
  80. package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/index.d.ts +4 -0
  81. package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/interface.d.ts +0 -0
  82. package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/global.d.ts +8 -0
  83. package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/index.d.ts +4 -0
  84. package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/interface.d.ts +0 -0
  85. package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/global.d.ts +8 -0
  86. package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/index.d.ts +4 -0
  87. package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/interface.d.ts +0 -0
  88. package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/global.d.ts +8 -0
  89. package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/index.d.ts +4 -0
  90. package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/interface.d.ts +0 -0
  91. package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/global.d.ts +8 -0
  92. package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/index.d.ts +4 -0
  93. package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/interface.d.ts +0 -0
  94. package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/global.d.ts +18 -0
  95. package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/index.d.ts +9 -0
  96. package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/interface.d.ts +45 -0
  97. package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/global.d.ts +8 -0
  98. package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/index.d.ts +4 -0
  99. package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/interface.d.ts +0 -0
  100. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +7 -2
  101. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +37 -44
  102. package/types/uni/uts-plugin-extend/global.d.ts +0 -2
  103. package/types/uni/uts-plugin-extend/index.d.ts +0 -2
  104. package/types/vue/LifeCycle.d.ts +723 -1
  105. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/global.d.ts +0 -14
  106. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/index.d.ts +0 -1
  107. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/interface.d.ts +0 -1670
@@ -29,8 +29,7 @@ export type OpenDialogPageOptions = {
29
29
  "osVer": "5.0",
30
30
  "uniVer": "x",
31
31
  "uniUtsPlugin": "x",
32
- "unixVer": "4.31",
33
- "unixUtsPlugin": "4.31"
32
+ "unixVer": "4.31"
34
33
  },
35
34
  "ios": {
36
35
  "osVer": "12.0",
@@ -105,8 +104,7 @@ export type OpenDialogPageOptions = {
105
104
  "osVer": "5.0",
106
105
  "uniVer": "x",
107
106
  "uniUtsPlugin": "x",
108
- "unixVer": "4.31",
109
- "unixUtsPlugin": "4.31"
107
+ "unixVer": "4.31"
110
108
  },
111
109
  "ios": {
112
110
  "osVer": "12.0",
@@ -215,8 +213,7 @@ export type OpenDialogPageOptions = {
215
213
  "osVer": "5.0",
216
214
  "uniVer": "x",
217
215
  "uniUtsPlugin": "x",
218
- "unixVer": "4.31",
219
- "unixUtsPlugin": "4.31"
216
+ "unixVer": "4.31"
220
217
  },
221
218
  "ios": {
222
219
  "osVer": "12.0",
@@ -290,8 +287,7 @@ export type OpenDialogPageOptions = {
290
287
  "osVer": "5.0",
291
288
  "uniVer": "x",
292
289
  "uniUtsPlugin": "x",
293
- "unixVer": "4.31",
294
- "unixUtsPlugin": "4.31"
290
+ "unixVer": "4.31"
295
291
  },
296
292
  "ios": {
297
293
  "osVer": "12.0",
@@ -365,8 +361,7 @@ export type OpenDialogPageOptions = {
365
361
  "osVer": "5.0",
366
362
  "uniVer": "x",
367
363
  "uniUtsPlugin": "x",
368
- "unixVer": "4.31",
369
- "unixUtsPlugin": "4.31"
364
+ "unixVer": "4.31"
370
365
  },
371
366
  "ios": {
372
367
  "osVer": "12.0",
@@ -441,8 +436,7 @@ export type OpenDialogPageOptions = {
441
436
  "osVer": "5.0",
442
437
  "uniVer": "x",
443
438
  "uniUtsPlugin": "x",
444
- "unixVer": "4.41",
445
- "unixUtsPlugin": "4.41"
439
+ "unixVer": "4.41"
446
440
  },
447
441
  "ios": {
448
442
  "osVer": "12.0",
@@ -516,8 +510,7 @@ export type OpenDialogPageOptions = {
516
510
  "osVer": "5.0",
517
511
  "uniVer": "x",
518
512
  "uniUtsPlugin": "x",
519
- "unixVer": "4.31",
520
- "unixUtsPlugin": "4.31"
513
+ "unixVer": "4.31"
521
514
  },
522
515
  "ios": {
523
516
  "osVer": "12.0",
@@ -590,8 +583,7 @@ export type OpenDialogPageOptions = {
590
583
  "osVer": "5.0",
591
584
  "uniVer": "x",
592
585
  "uniUtsPlugin": "x",
593
- "unixVer": "4.31",
594
- "unixUtsPlugin": "4.31"
586
+ "unixVer": "4.31"
595
587
  },
596
588
  "ios": {
597
589
  "osVer": "12.0",
@@ -664,8 +656,7 @@ export type OpenDialogPageOptions = {
664
656
  "osVer": "5.0",
665
657
  "uniVer": "x",
666
658
  "uniUtsPlugin": "x",
667
- "unixVer": "4.31",
668
- "unixUtsPlugin": "4.31"
659
+ "unixVer": "4.31"
669
660
  },
670
661
  "ios": {
671
662
  "osVer": "12.0",
@@ -749,8 +740,7 @@ export type CloseDialogPageOptions = {
749
740
  "osVer": "5.0",
750
741
  "uniVer": "x",
751
742
  "uniUtsPlugin": "x",
752
- "unixVer": "4.31",
753
- "unixUtsPlugin": "4.31"
743
+ "unixVer": "4.31"
754
744
  },
755
745
  "ios": {
756
746
  "osVer": "12.0",
@@ -825,8 +815,7 @@ export type CloseDialogPageOptions = {
825
815
  "osVer": "5.0",
826
816
  "uniVer": "x",
827
817
  "uniUtsPlugin": "x",
828
- "unixVer": "4.31",
829
- "unixUtsPlugin": "4.31"
818
+ "unixVer": "4.31"
830
819
  },
831
820
  "ios": {
832
821
  "osVer": "12.0",
@@ -935,8 +924,7 @@ export type CloseDialogPageOptions = {
935
924
  "osVer": "5.0",
936
925
  "uniVer": "x",
937
926
  "uniUtsPlugin": "x",
938
- "unixVer": "4.31",
939
- "unixUtsPlugin": "4.31"
927
+ "unixVer": "4.31"
940
928
  },
941
929
  "ios": {
942
930
  "osVer": "12.0",
@@ -1010,8 +998,7 @@ export type CloseDialogPageOptions = {
1010
998
  "osVer": "5.0",
1011
999
  "uniVer": "x",
1012
1000
  "uniUtsPlugin": "x",
1013
- "unixVer": "4.31",
1014
- "unixUtsPlugin": "4.31"
1001
+ "unixVer": "4.31"
1015
1002
  },
1016
1003
  "ios": {
1017
1004
  "osVer": "12.0",
@@ -1084,8 +1071,7 @@ export type CloseDialogPageOptions = {
1084
1071
  "osVer": "5.0",
1085
1072
  "uniVer": "x",
1086
1073
  "uniUtsPlugin": "x",
1087
- "unixVer": "4.31",
1088
- "unixUtsPlugin": "4.31"
1074
+ "unixVer": "4.31"
1089
1075
  },
1090
1076
  "ios": {
1091
1077
  "osVer": "12.0",
@@ -1158,8 +1144,7 @@ export type CloseDialogPageOptions = {
1158
1144
  "osVer": "5.0",
1159
1145
  "uniVer": "x",
1160
1146
  "uniUtsPlugin": "x",
1161
- "unixVer": "4.31",
1162
- "unixUtsPlugin": "4.31"
1147
+ "unixVer": "4.31"
1163
1148
  },
1164
1149
  "ios": {
1165
1150
  "osVer": "12.0",
@@ -1237,8 +1222,7 @@ export interface Uni {
1237
1222
  "osVer": "5.0",
1238
1223
  "uniVer": "x",
1239
1224
  "uniUtsPlugin": "x",
1240
- "unixVer": "4.31",
1241
- "unixUtsPlugin": "4.31"
1225
+ "unixVer": "4.31"
1242
1226
  },
1243
1227
  "ios": {
1244
1228
  "osVer": "12.0",
@@ -1314,8 +1298,7 @@ export interface Uni {
1314
1298
  "osVer": "5.0",
1315
1299
  "uniVer": "x",
1316
1300
  "uniUtsPlugin": "x",
1317
- "unixVer": "4.31",
1318
- "unixUtsPlugin": "4.31"
1301
+ "unixVer": "4.31"
1319
1302
  },
1320
1303
  "ios": {
1321
1304
  "osVer": "12.0",
@@ -23,8 +23,7 @@ export interface Uni {
23
23
  "osVer": "5.0",
24
24
  "uniVer": "√",
25
25
  "uniUtsPlugin": "x",
26
- "unixVer": "3.91",
27
- "unixUtsPlugin": "3.91"
26
+ "unixVer": "3.91"
28
27
  },
29
28
  "ios": {
30
29
  "osVer": "12.0",
@@ -105,8 +104,7 @@ export interface Uni {
105
104
  "osVer": "5.0",
106
105
  "uniVer": "√",
107
106
  "uniUtsPlugin": "x",
108
- "unixVer": "3.91",
109
- "unixUtsPlugin": "3.91"
107
+ "unixVer": "3.91"
110
108
  },
111
109
  "ios": {
112
110
  "osVer": "12.0",
@@ -187,8 +185,7 @@ export interface Uni {
187
185
  "osVer": "5.0",
188
186
  "uniVer": "√",
189
187
  "uniUtsPlugin": "x",
190
- "unixVer": "3.91",
191
- "unixUtsPlugin": "3.91"
188
+ "unixVer": "3.91"
192
189
  },
193
190
  "ios": {
194
191
  "osVer": "12.0",
@@ -268,8 +265,7 @@ export interface Uni {
268
265
  "osVer": "5.0",
269
266
  "uniVer": "√",
270
267
  "uniUtsPlugin": "x",
271
- "unixVer": "3.91",
272
- "unixUtsPlugin": "3.91"
268
+ "unixVer": "3.91"
273
269
  },
274
270
  "ios": {
275
271
  "osVer": "12.0",
@@ -76,8 +76,7 @@ export interface Uni {
76
76
  "osVer": "5.0",
77
77
  "uniVer": "3.8.15",
78
78
  "uniUtsPlugin": "3.91",
79
- "unixVer": "3.91",
80
- "unixUtsPlugin": "3.91"
79
+ "unixVer": "3.91"
81
80
  },
82
81
  "ios": {
83
82
  "osVer": "12.0",
@@ -86,6 +86,7 @@ export type GetSavedFileList = (options?: LegacyGetSavedFileListOptions | null)
86
86
  export interface Uni {
87
87
  /**
88
88
  * 保存文件
89
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/file/file.html#savefile
89
90
  * @uniPlatform {
90
91
  * "app": {
91
92
  * "harmony": {
@@ -146,6 +147,7 @@ export interface Uni {
146
147
  saveFile(options?: LegacySaveFileOptions | null): void;
147
148
  /**
148
149
  * 获取本地已保存的文件列表
150
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/file/file.html#getsavedfilelist
149
151
  * @uniPlatform {
150
152
  * "app": {
151
153
  * "harmony": {
@@ -206,6 +208,7 @@ export interface Uni {
206
208
  getSavedFileList(options?: LegacyGetSavedFileListOptions | null): void;
207
209
  /**
208
210
  * 获取已保存到本地的文件信息
211
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/file/file.html#getsavedfileinfo
209
212
  * @uniPlatform {
210
213
  * "app": {
211
214
  * "harmony": {
@@ -266,6 +269,7 @@ export interface Uni {
266
269
  getSavedFileInfo(options?: LegacyGetSavedFileInfoOptions | null): void;
267
270
  /**
268
271
  * 删除已保存的文件
272
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/file/file.html#removesavedfile
269
273
  * @uniPlatform {
270
274
  * "app": {
271
275
  * "harmony": {
@@ -326,6 +330,7 @@ export interface Uni {
326
330
  removeSavedFile(options?: LegacyRemoveSavedFileOptions | null): void;
327
331
  /**
328
332
  * 获取文件信息
333
+ * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/file/file.html#getfileinfo
329
334
  * @uniPlatform {
330
335
  * "app": {
331
336
  * "harmony": {
@@ -1105,9 +1105,13 @@ export type StatSuccessResult = {
1105
1105
  * @internal
1106
1106
  */
1107
1107
  errMsg: string,
1108
- /*
1109
- * recursive 为 false 时,res.stats 是一个 Stats 对象。当 recursive 为 true 且 path 是一个目录的路径时,res.stats 是一个 Array,数组的每一项是一个对象,每个对象包含 path 和 stats
1110
- */
1108
+ /**
1109
+ * 微信小程序规则:当 recursive 为 false 时,res.stats 是一个 Stats 对象。当 recursive 为 true 且 path 是一个目录的路径时,res.stats 是一个 Array,数组的每一项是一个对象,每个对象包含 path 和 stats
1110
+ * uniapp-x规则为避免返回值是联合类型,均返回数组,具体优化如下:
1111
+ * -—— 当 path = 文件路径,返回数组,仅包含本身stats,返回 stats.path= ""
1112
+ * -—— 当 path = 目录路径 && recursive = false,返回数组,仅包含本身stats,返回 stats.path= "/"
1113
+ * -—— 当 path = 目录路径 && recursive = true,返回数组,包含本身stats和其递归子文件stats和目录文件stats
1114
+ */
1111
1115
  stats: FileStats[]
1112
1116
  }
1113
1117
 
@@ -1282,7 +1286,7 @@ export type WriteOptions = {
1282
1286
  fd: string,
1283
1287
  /**
1284
1288
  * 写入的内容,类型为 String 或 ArrayBuffer,以前类型是string,iOS平台4.61、Android平台4.31及以后支持ArrayBuffer
1285
- * @uniPlatform
1289
+ * @uniPlatform {
1286
1290
  * "app": {
1287
1291
  * "android": {
1288
1292
  * "osVer": "5.0",
@@ -5,6 +5,8 @@ export type GetAccessibilityInfo = () => UTSJSONObject;
5
5
  export interface Uni {
6
6
  /**
7
7
  * 获取无障碍服务信息
8
+ * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-accessibility-info.html#getaccessibilityinfo
9
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-accessibility-info.html#getaccessibilityinfo
8
10
  * @uniPlatform
9
11
  * {
10
12
  * "app": {
@@ -32,4 +34,4 @@ export interface Uni {
32
34
  * @return {object}
33
35
  */
34
36
  getAccessibilityInfo() : UTSJSONObject;
35
- }
37
+ }
@@ -16,8 +16,7 @@ export type GetAppBaseInfoResult = {
16
16
  "osVer": "5.0",
17
17
  "uniVer": "√",
18
18
  "uniUtsPlugin": "3.91",
19
- "unixVer": "3.91",
20
- "unixUtsPlugin": "3.91"
19
+ "unixVer": "3.91"
21
20
  },
22
21
  "ios": {
23
22
  "osVer": "12.0",
@@ -92,8 +91,7 @@ export type GetAppBaseInfoResult = {
92
91
  "osVer": "5.0",
93
92
  "uniVer": "√",
94
93
  "uniUtsPlugin": "3.91",
95
- "unixVer": "3.91",
96
- "unixUtsPlugin": "3.91"
94
+ "unixVer": "3.91"
97
95
  },
98
96
  "ios": {
99
97
  "osVer": "12.0",
@@ -168,8 +166,7 @@ export type GetAppBaseInfoResult = {
168
166
  "osVer": "5.0",
169
167
  "uniVer": "√",
170
168
  "uniUtsPlugin": "3.91",
171
- "unixVer": "3.91",
172
- "unixUtsPlugin": "3.91"
169
+ "unixVer": "3.91"
173
170
  },
174
171
  "ios": {
175
172
  "osVer": "12.0",
@@ -244,8 +241,7 @@ export type GetAppBaseInfoResult = {
244
241
  "osVer": "5.0",
245
242
  "uniVer": "√",
246
243
  "uniUtsPlugin": "3.91",
247
- "unixVer": "3.91",
248
- "unixUtsPlugin": "3.91"
244
+ "unixVer": "3.91"
249
245
  },
250
246
  "ios": {
251
247
  "osVer": "12.0",
@@ -320,8 +316,7 @@ export type GetAppBaseInfoResult = {
320
316
  "osVer": "5.0",
321
317
  "uniVer": "√",
322
318
  "uniUtsPlugin": "3.91",
323
- "unixVer": "3.91",
324
- "unixUtsPlugin": "3.91"
319
+ "unixVer": "3.91"
325
320
  },
326
321
  "ios": {
327
322
  "osVer": "12.0",
@@ -395,8 +390,7 @@ export type GetAppBaseInfoResult = {
395
390
  "osVer": "5.0",
396
391
  "uniVer": "√",
397
392
  "uniUtsPlugin": "3.91",
398
- "unixVer": "3.91",
399
- "unixUtsPlugin": "3.91"
393
+ "unixVer": "3.91"
400
394
  },
401
395
  "ios": {
402
396
  "osVer": "12.0",
@@ -472,8 +466,7 @@ export type GetAppBaseInfoResult = {
472
466
  "osVer": "5.0",
473
467
  "uniVer": "√",
474
468
  "uniUtsPlugin": "3.91",
475
- "unixVer": "3.91",
476
- "unixUtsPlugin": "3.91"
469
+ "unixVer": "3.91"
477
470
  },
478
471
  "ios": {
479
472
  "osVer": "12.0",
@@ -548,8 +541,7 @@ export type GetAppBaseInfoResult = {
548
541
  "osVer": "5.0",
549
542
  "uniVer": "√",
550
543
  "uniUtsPlugin": "x",
551
- "unixVer": "x",
552
- "unixUtsPlugin": "x"
544
+ "unixVer": "x"
553
545
  },
554
546
  "ios": {
555
547
  "osVer": "12.0",
@@ -624,8 +616,7 @@ export type GetAppBaseInfoResult = {
624
616
  "osVer": "5.0",
625
617
  "uniVer": "√",
626
618
  "uniUtsPlugin": "x",
627
- "unixVer": "x",
628
- "unixUtsPlugin": "x"
619
+ "unixVer": "x"
629
620
  },
630
621
  "ios": {
631
622
  "osVer": "12.0",
@@ -700,8 +691,7 @@ export type GetAppBaseInfoResult = {
700
691
  "osVer": "5.0",
701
692
  "uniVer": "√",
702
693
  "uniUtsPlugin": "x",
703
- "unixVer": "x",
704
- "unixUtsPlugin": "x"
694
+ "unixVer": "x"
705
695
  },
706
696
  "ios": {
707
697
  "osVer": "12.0",
@@ -775,8 +765,7 @@ export type GetAppBaseInfoResult = {
775
765
  "osVer": "5.0",
776
766
  "uniVer": "√",
777
767
  "uniUtsPlugin": "x",
778
- "unixVer": "x",
779
- "unixUtsPlugin": "x"
768
+ "unixVer": "x"
780
769
  },
781
770
  "ios": {
782
771
  "osVer": "12.0",
@@ -850,8 +839,7 @@ export type GetAppBaseInfoResult = {
850
839
  "osVer": "5.0",
851
840
  "uniVer": "√",
852
841
  "uniUtsPlugin": "x",
853
- "unixVer": "x",
854
- "unixUtsPlugin": "x"
842
+ "unixVer": "x"
855
843
  },
856
844
  "ios": {
857
845
  "osVer": "12.0",
@@ -926,8 +914,7 @@ export type GetAppBaseInfoResult = {
926
914
  "osVer": "5.0",
927
915
  "uniVer": "√",
928
916
  "uniUtsPlugin": "x",
929
- "unixVer": "x",
930
- "unixUtsPlugin": "x"
917
+ "unixVer": "x"
931
918
  },
932
919
  "ios": {
933
920
  "osVer": "12.0",
@@ -1002,8 +989,7 @@ export type GetAppBaseInfoResult = {
1002
989
  "osVer": "5.0",
1003
990
  "uniVer": "√",
1004
991
  "uniUtsPlugin": "x",
1005
- "unixVer": "x",
1006
- "unixUtsPlugin": "x"
992
+ "unixVer": "x"
1007
993
  },
1008
994
  "ios": {
1009
995
  "osVer": "12.0",
@@ -1078,8 +1064,7 @@ export type GetAppBaseInfoResult = {
1078
1064
  "osVer": "5.0",
1079
1065
  "uniVer": "√",
1080
1066
  "uniUtsPlugin": "3.91",
1081
- "unixVer": "3.91",
1082
- "unixUtsPlugin": "3.91"
1067
+ "unixVer": "3.91"
1083
1068
  },
1084
1069
  "ios": {
1085
1070
  "osVer": "12.0",
@@ -1155,8 +1140,7 @@ export type GetAppBaseInfoResult = {
1155
1140
  "osVer": "5.0",
1156
1141
  "uniVer": "√",
1157
1142
  "uniUtsPlugin": "3.91",
1158
- "unixVer": "3.91",
1159
- "unixUtsPlugin": "3.91"
1143
+ "unixVer": "3.91"
1160
1144
  },
1161
1145
  "ios": {
1162
1146
  "osVer": "12.0",
@@ -1231,8 +1215,7 @@ export type GetAppBaseInfoResult = {
1231
1215
  "osVer": "5.0",
1232
1216
  "uniVer": "x",
1233
1217
  "uniUtsPlugin": "x",
1234
- "unixVer": "4.0",
1235
- "unixUtsPlugin": "4.0"
1218
+ "unixVer": "4.0"
1236
1219
  },
1237
1220
  "ios": {
1238
1221
  "osVer": "12.0",
@@ -1307,8 +1290,7 @@ export type GetAppBaseInfoResult = {
1307
1290
  "osVer": "5.0",
1308
1291
  "uniVer": "√",
1309
1292
  "uniUtsPlugin": "3.91",
1310
- "unixVer": "3.91",
1311
- "unixUtsPlugin": "3.91"
1293
+ "unixVer": "3.91"
1312
1294
  },
1313
1295
  "ios": {
1314
1296
  "osVer": "12.0",
@@ -1383,8 +1365,7 @@ export type GetAppBaseInfoResult = {
1383
1365
  "osVer": "5.0",
1384
1366
  "uniVer": "√",
1385
1367
  "uniUtsPlugin": "3.91",
1386
- "unixVer": "3.91",
1387
- "unixUtsPlugin": "3.91"
1368
+ "unixVer": "3.91"
1388
1369
  },
1389
1370
  "ios": {
1390
1371
  "osVer": "12.0",
@@ -1460,8 +1441,7 @@ export type GetAppBaseInfoResult = {
1460
1441
  "osVer": "5.0",
1461
1442
  "uniVer": "√",
1462
1443
  "uniUtsPlugin": "3.91",
1463
- "unixVer": "3.91",
1464
- "unixUtsPlugin": "3.91"
1444
+ "unixVer": "3.91"
1465
1445
  },
1466
1446
  "ios": {
1467
1447
  "osVer": "12.0",
@@ -1536,8 +1516,7 @@ export type GetAppBaseInfoResult = {
1536
1516
  "osVer": "5.0",
1537
1517
  "uniVer": "x",
1538
1518
  "uniUtsPlugin": "x",
1539
- "unixVer": "4.0",
1540
- "unixUtsPlugin": "4.0"
1519
+ "unixVer": "4.0"
1541
1520
  },
1542
1521
  "ios": {
1543
1522
  "osVer": "12.0",
@@ -1612,8 +1591,7 @@ export type GetAppBaseInfoResult = {
1612
1591
  "osVer": "5.0",
1613
1592
  "uniVer": "√",
1614
1593
  "uniUtsPlugin": "3.91",
1615
- "unixVer": "3.91",
1616
- "unixUtsPlugin": "3.91"
1594
+ "unixVer": "3.91"
1617
1595
  },
1618
1596
  "ios": {
1619
1597
  "osVer": "12.0",
@@ -1688,8 +1666,7 @@ export type GetAppBaseInfoResult = {
1688
1666
  "osVer": "5.0",
1689
1667
  "uniVer": "x",
1690
1668
  "uniUtsPlugin": "3.97",
1691
- "unixVer": "3.97",
1692
- "unixUtsPlugin": "3.97"
1669
+ "unixVer": "3.97"
1693
1670
  },
1694
1671
  "ios": {
1695
1672
  "osVer": "12.0",
@@ -1765,8 +1742,7 @@ export type GetAppBaseInfoResult = {
1765
1742
  "osVer": "5.0",
1766
1743
  "uniVer": "x",
1767
1744
  "uniUtsPlugin": "x",
1768
- "unixVer": "x",
1769
- "unixUtsPlugin": "x"
1745
+ "unixVer": "x"
1770
1746
  },
1771
1747
  "ios": {
1772
1748
  "osVer": "12.0",
@@ -1841,8 +1817,7 @@ export type GetAppBaseInfoResult = {
1841
1817
  "osVer": "5.0",
1842
1818
  "uniVer": "x",
1843
1819
  "uniUtsPlugin": "x",
1844
- "unixVer": "x",
1845
- "unixUtsPlugin": "x"
1820
+ "unixVer": "x"
1846
1821
  },
1847
1822
  "ios": {
1848
1823
  "osVer": "12.0",
@@ -1918,8 +1893,7 @@ export type GetAppBaseInfoResult = {
1918
1893
  "osVer": "5.0",
1919
1894
  "uniVer": "x",
1920
1895
  "uniUtsPlugin": "3.97",
1921
- "unixVer": "3.97",
1922
- "unixUtsPlugin": "3.97"
1896
+ "unixVer": "3.97"
1923
1897
  },
1924
1898
  "ios": {
1925
1899
  "osVer": "12.0",
@@ -1994,8 +1968,7 @@ export type GetAppBaseInfoResult = {
1994
1968
  "osVer": "5.0",
1995
1969
  "uniVer": "x",
1996
1970
  "uniUtsPlugin": "x",
1997
- "unixVer": "4.18",
1998
- "unixUtsPlugin": "4.18"
1971
+ "unixVer": "4.18"
1999
1972
  },
2000
1973
  "ios": {
2001
1974
  "osVer": "12.0",
@@ -2070,8 +2043,7 @@ export type GetAppBaseInfoResult = {
2070
2043
  "osVer": "5.0",
2071
2044
  "uniVer": "x",
2072
2045
  "uniUtsPlugin": "x",
2073
- "unixVer": "4.28",
2074
- "unixUtsPlugin": "4.28"
2046
+ "unixVer": "4.28"
2075
2047
  },
2076
2048
  "ios": {
2077
2049
  "osVer": "12.0",
@@ -2459,8 +2431,7 @@ export interface Uni {
2459
2431
  * "osVer": "5.0",
2460
2432
  * "uniVer": "√",
2461
2433
  * "uniUtsPlugin": "3.6",
2462
- * "unixVer": "3.91",
2463
- * "unixUtsPlugin": "3.91"
2434
+ * "unixVer": "3.91"
2464
2435
  * },
2465
2436
  * "ios": {
2466
2437
  * "osVer": "12.0",