@dcloudio/uni-app-x 0.7.37 → 0.7.38

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 (105) hide show
  1. package/package.json +1 -1
  2. package/types/UniPage.d.ts +44 -9
  3. package/types/app.d.ts +8 -5
  4. package/types/native/AsyncApiResult.d.ts +1 -0
  5. package/types/native/IUniElement.d.ts +34 -0
  6. package/types/native/UniElement.d.ts +2 -1
  7. package/types/native/UniTextElement.d.ts +1 -0
  8. package/types/native/global.d.ts +10 -0
  9. package/types/page.d.ts +5 -5
  10. package/types/uni/env/index.d.ts +15 -1
  11. package/types/uni/global.d.ts +1 -0
  12. package/types/uni/index.d.ts +1 -0
  13. package/types/uni/uni-map-tencent-global.d.ts +33 -0
  14. package/types/uni/uni-map-tencent-map.d.ts +52 -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/global.d.ts +24 -0
  18. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +11 -0
  19. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +217 -0
  20. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/global.d.ts +0 -2
  21. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/index.d.ts +0 -1
  22. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +212 -219
  23. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +1 -1
  24. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +130 -4
  25. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +1 -1
  26. package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +647 -7
  27. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/global.d.ts +20 -0
  28. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/index.d.ts +9 -0
  29. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +153 -0
  30. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +2 -2
  31. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/global.d.ts +4 -0
  32. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/index.d.ts +2 -0
  33. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1995 -1726
  34. package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +1 -1
  35. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +102 -18
  36. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +2 -2
  37. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +1123 -1044
  38. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +327 -296
  39. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +33 -28
  40. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +210 -0
  41. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +2687 -13
  42. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +42 -0
  43. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +1178 -2
  44. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +1 -1
  45. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +882 -0
  46. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +152 -12
  47. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +152 -12
  48. package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +760 -4
  49. package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts +0 -2
  50. package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +0 -45
  51. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +126 -0
  52. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +38 -3
  53. package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +13 -13
  54. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +3119 -1
  55. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +300 -6
  56. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +2 -2
  57. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +42 -0
  58. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +8 -8
  59. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +1 -1
  60. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +8 -0
  61. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +4 -0
  62. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +1686 -266
  63. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +15 -15
  64. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +3618 -1675
  65. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +11 -11
  66. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +42 -0
  67. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +9 -9
  68. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +252 -0
  69. package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/global.d.ts +8 -0
  70. package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/index.d.ts +4 -0
  71. package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/interface.d.ts +1 -0
  72. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +532 -245
  73. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +1260 -0
  74. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +2 -2
  75. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +58 -58
  76. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +42 -0
  77. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +42 -0
  78. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/global.d.ts +4 -0
  79. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/index.d.ts +2 -0
  80. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +614 -15
  81. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +420 -0
  82. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +50 -8
  83. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +267 -99
  84. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +978 -12
  85. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +1 -1
  86. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +2 -0
  87. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +1 -0
  88. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +37 -5
  89. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +379 -1
  90. package/types/uni/uts-plugin-extend/README.md +3 -0
  91. package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +4 -4
  92. package/types/uni/uts-plugin-extend/lib/uni-canvas/utssdk/interface.d.ts +4 -4
  93. package/types/uni/uts-plugin-extend/lib/uni-chooseLocation/utssdk/interface.d.ts +73 -73
  94. package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +302 -302
  95. package/types/uni/uts-plugin-extend/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +1 -1
  96. package/types/uni/uts-plugin-extend/lib/uni-createMapContext/utssdk/interface.d.ts +1 -1
  97. package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/interface.d.ts +1 -1
  98. package/types/uni/uts-plugin-extend/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +431 -11
  99. package/types/uni/uts-plugin-extend/lib/uni-locale/utssdk/interface.d.ts +3 -3
  100. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/interface.d.ts +6 -6
  101. package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +2 -2
  102. package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/interface.d.ts +73 -73
  103. package/types/uni/uts-plugin-extend/lib/uni-theme/utssdk/interface.d.ts +2 -2
  104. package/types/uni-cloud/interface.d.ts +91 -0
  105. package/uts-plugin.d.ts +3 -1
@@ -17,145 +17,156 @@ export interface OpenDialogPageFail extends IUniError {
17
17
  }
18
18
  type OpenDialogPageFailCallback = (result : OpenDialogPageFail) => void
19
19
  export type OpenDialogPageComplete = AsyncApiResult
20
- type OpenDialogPageCompleteCallback = (result : OpenDialogPageComplete) => void
20
+ type OpenDialogPageCompleteCallback = (result: OpenDialogPageComplete) => void
21
+
21
22
  export type OpenDialogPageOptions = {
22
23
  /**
23
24
  * 需要跳转的应用内非 tabBar 的页面的路径 , 路径后可以带参数
24
- * @uniPlatform {
25
- * "app": {
26
- * "android": {
27
- * "osVer": "5.0",
28
- * "uniVer": "x",
29
- * "unixVer": "4.31"
30
- * },
31
- * "ios": {
32
- * "osVer": "12.0",
33
- * "uniVer": "x",
34
- * "unixVer": "4.31"
35
- * },
36
- * "harmony": {
37
- * "osVer": "3.0",
38
- * "uniVer": "x",
39
- * "unixVer": "x"
40
- * }
41
- * },
42
- * "mp": {
43
- * "weixin": {
44
- * "hostVer": "",
45
- * "uniVer": "x",
46
- * "unixVer": "x"
47
- * },
48
- * "alipay": {
49
- * "hostVer": "√",
50
- * "uniVer": "x",
51
- * "unixVer": "x"
52
- * },
53
- * "baidu": {
54
- * "hostVer": "√",
55
- * "uniVer": "x",
56
- * "unixVer": "x"
57
- * },
58
- * "toutiao": {
59
- * "hostVer": "√",
60
- * "uniVer": "x",
61
- * "unixVer": "x"
62
- * },
63
- * "lark": {
64
- * "hostVer": "√",
65
- * "uniVer": "x",
66
- * "unixVer": "x"
67
- * },
68
- * "qq": {
69
- * "hostVer": "√",
70
- * "uniVer": "x",
71
- * "unixVer": "x"
72
- * },
73
- * "kuaishou": {
74
- * "hostVer": "√",
75
- * "uniVer": "x",
76
- * "unixVer": "x"
77
- * },
78
- * "jd": {
79
- * "hostVer": "√",
80
- * "uniVer": "x",
81
- * "unixVer": "x"
82
- * }
83
- * },
84
- * "web": {
85
- * "uniVer": "x",
86
- * "unixVer": "4.31"
87
- * }
88
- * }
25
+ * @uniPlatform
26
+ {
27
+ "app": {
28
+ "android": {
29
+ "osVer": "5.0",
30
+ "uniVer": "x",
31
+ "uniUtsPlugin": "x",
32
+ "unixVer": "4.31",
33
+ "unixUtsPlugin": "4.31"
34
+ },
35
+ "ios": {
36
+ "osVer": "12.0",
37
+ "uniVer": "x",
38
+ "uniUtsPlugin": "x",
39
+ "unixVer": "4.31",
40
+ "unixUtsPlugin": "4.31"
41
+ },
42
+ "harmony": {
43
+ "osVer": "3.0",
44
+ "uniVer": "x",
45
+ "unixVer": "x"
46
+ }
47
+ },
48
+ "mp": {
49
+ "weixin": {
50
+ "hostVer": "√",
51
+ "uniVer": "x",
52
+ "unixVer": "x"
53
+ },
54
+ "alipay": {
55
+ "hostVer": "√",
56
+ "uniVer": "x",
57
+ "unixVer": "x"
58
+ },
59
+ "baidu": {
60
+ "hostVer": "√",
61
+ "uniVer": "x",
62
+ "unixVer": "x"
63
+ },
64
+ "toutiao": {
65
+ "hostVer": "√",
66
+ "uniVer": "x",
67
+ "unixVer": "x"
68
+ },
69
+ "lark": {
70
+ "hostVer": "√",
71
+ "uniVer": "x",
72
+ "unixVer": "x"
73
+ },
74
+ "qq": {
75
+ "hostVer": "√",
76
+ "uniVer": "x",
77
+ "unixVer": "x"
78
+ },
79
+ "kuaishou": {
80
+ "hostVer": "√",
81
+ "uniVer": "x",
82
+ "unixVer": "x"
83
+ },
84
+ "jd": {
85
+ "hostVer": "√",
86
+ "uniVer": "x",
87
+ "unixVer": "x"
88
+ }
89
+ },
90
+ "web": {
91
+ "uniVer": "x",
92
+ "unixVer": "4.31"
93
+ }
94
+ }
89
95
  */
90
96
  url : string | string.PageURIString
91
97
  /**
92
98
  * 窗口显示的动画类型
93
99
  *
94
- * @uniPlatform {
95
- * "app": {
96
- * "android": {
97
- * "osVer": "5.0",
98
- * "uniVer": "x",
99
- * "unixVer": "4.31"
100
- * },
101
- * "ios": {
102
- * "osVer": "12.0",
103
- * "uniVer": "x",
104
- * "unixVer": "4.31"
105
- * },
106
- * "harmony": {
107
- * "osVer": "3.0",
108
- * "uniVer": "x",
109
- * "unixVer": "x"
110
- * }
111
- * },
112
- * "mp": {
113
- * "weixin": {
114
- * "hostVer": "",
115
- * "uniVer": "x",
116
- * "unixVer": "x"
117
- * },
118
- * "alipay": {
119
- * "hostVer": "√",
120
- * "uniVer": "x",
121
- * "unixVer": "x"
122
- * },
123
- * "baidu": {
124
- * "hostVer": "√",
125
- * "uniVer": "x",
126
- * "unixVer": "x"
127
- * },
128
- * "toutiao": {
129
- * "hostVer": "√",
130
- * "uniVer": "x",
131
- * "unixVer": "x"
132
- * },
133
- * "lark": {
134
- * "hostVer": "√",
135
- * "uniVer": "x",
136
- * "unixVer": "x"
137
- * },
138
- * "qq": {
139
- * "hostVer": "√",
140
- * "uniVer": "x",
141
- * "unixVer": "x"
142
- * },
143
- * "kuaishou": {
144
- * "hostVer": "√",
145
- * "uniVer": "x",
146
- * "unixVer": "x"
147
- * },
148
- * "jd": {
149
- * "hostVer": "√",
150
- * "uniVer": "x",
151
- * "unixVer": "x"
152
- * }
153
- * },
154
- * "web": {
155
- * "uniVer": "x",
156
- * "unixVer": "4.31"
157
- * }
158
- * }
100
+ * @uniPlatform
101
+ {
102
+ "app": {
103
+ "android": {
104
+ "osVer": "5.0",
105
+ "uniVer": "x",
106
+ "uniUtsPlugin": "x",
107
+ "unixVer": "4.31",
108
+ "unixUtsPlugin": "4.31"
109
+ },
110
+ "ios": {
111
+ "osVer": "12.0",
112
+ "uniVer": "x",
113
+ "uniUtsPlugin": "x",
114
+ "unixVer": "4.31",
115
+ "unixUtsPlugin": "4.31"
116
+ },
117
+ "harmony": {
118
+ "osVer": "3.0",
119
+ "uniVer": "x",
120
+ "unixVer": "x"
121
+ }
122
+ },
123
+ "mp": {
124
+ "weixin": {
125
+ "hostVer": "√",
126
+ "uniVer": "x",
127
+ "unixVer": "x"
128
+ },
129
+ "alipay": {
130
+ "hostVer": "√",
131
+ "uniVer": "x",
132
+ "unixVer": "x"
133
+ },
134
+ "baidu": {
135
+ "hostVer": "√",
136
+ "uniVer": "x",
137
+ "unixVer": "x"
138
+ },
139
+ "toutiao": {
140
+ "hostVer": "√",
141
+ "uniVer": "x",
142
+ "unixVer": "x"
143
+ },
144
+ "lark": {
145
+ "hostVer": "√",
146
+ "uniVer": "x",
147
+ "unixVer": "x"
148
+ },
149
+ "qq": {
150
+ "hostVer": "√",
151
+ "uniVer": "x",
152
+ "unixVer": "x"
153
+ },
154
+ "kuaishou": {
155
+ "hostVer": "√",
156
+ "uniVer": "x",
157
+ "unixVer": "x"
158
+ },
159
+ "jd": {
160
+ "hostVer": "√",
161
+ "uniVer": "x",
162
+ "unixVer": "x"
163
+ }
164
+ },
165
+ "web": {
166
+ "uniVer": "x",
167
+ "unixVer": "4.31"
168
+ }
169
+ }
159
170
  */
160
171
  animationType ?:
161
172
  /**
@@ -196,424 +207,452 @@ export type OpenDialogPageOptions = {
196
207
  'zoom-fade-out' | null
197
208
  /**
198
209
  * 窗口关闭动画的持续时间,单位为 ms
199
- * @uniPlatform {
200
- * "app": {
201
- * "android": {
202
- * "osVer": "5.0",
203
- * "uniVer": "x",
204
- * "unixVer": "4.31"
205
- * },
206
- * "ios": {
207
- * "osVer": "12.0",
208
- * "uniVer": "x",
209
- * "unixVer": "4.31"
210
- * },
211
- * "harmony": {
212
- * "osVer": "3.0",
213
- * "uniVer": "x",
214
- * "unixVer": "x"
215
- * }
216
- * },
217
- * "mp": {
218
- * "weixin": {
219
- * "hostVer": "",
220
- * "uniVer": "x",
221
- * "unixVer": "x"
222
- * },
223
- * "alipay": {
224
- * "hostVer": "√",
225
- * "uniVer": "x",
226
- * "unixVer": "x"
227
- * },
228
- * "baidu": {
229
- * "hostVer": "√",
230
- * "uniVer": "x",
231
- * "unixVer": "x"
232
- * },
233
- * "toutiao": {
234
- * "hostVer": "√",
235
- * "uniVer": "x",
236
- * "unixVer": "x"
237
- * },
238
- * "lark": {
239
- * "hostVer": "√",
240
- * "uniVer": "x",
241
- * "unixVer": "x"
242
- * },
243
- * "qq": {
244
- * "hostVer": "√",
245
- * "uniVer": "x",
246
- * "unixVer": "x"
247
- * },
248
- * "kuaishou": {
249
- * "hostVer": "√",
250
- * "uniVer": "x",
251
- * "unixVer": "x"
252
- * },
253
- * "jd": {
254
- * "hostVer": "√",
255
- * "uniVer": "x",
256
- * "unixVer": "x"
257
- * }
258
- * },
259
- * "web": {
260
- * "uniVer": "x",
261
- * "unixVer": "4.31"
262
- * }
263
- * }
210
+ * @uniPlatform
211
+ {
212
+ "app": {
213
+ "android": {
214
+ "osVer": "5.0",
215
+ "uniVer": "x",
216
+ "uniUtsPlugin": "x",
217
+ "unixVer": "4.31",
218
+ "unixUtsPlugin": "4.31"
219
+ },
220
+ "ios": {
221
+ "osVer": "12.0",
222
+ "uniVer": "x",
223
+ "uniUtsPlugin": "x",
224
+ "unixVer": "4.31",
225
+ "unixUtsPlugin": "4.31"
226
+ },
227
+ "harmony": {
228
+ "osVer": "3.0",
229
+ "uniVer": "x",
230
+ "unixVer": "x"
231
+ }
232
+ },
233
+ "mp": {
234
+ "weixin": {
235
+ "hostVer": "√",
236
+ "uniVer": "x",
237
+ "unixVer": "x"
238
+ },
239
+ "alipay": {
240
+ "hostVer": "√",
241
+ "uniVer": "x",
242
+ "unixVer": "x"
243
+ },
244
+ "baidu": {
245
+ "hostVer": "√",
246
+ "uniVer": "x",
247
+ "unixVer": "x"
248
+ },
249
+ "toutiao": {
250
+ "hostVer": "√",
251
+ "uniVer": "x",
252
+ "unixVer": "x"
253
+ },
254
+ "lark": {
255
+ "hostVer": "√",
256
+ "uniVer": "x",
257
+ "unixVer": "x"
258
+ },
259
+ "qq": {
260
+ "hostVer": "√",
261
+ "uniVer": "x",
262
+ "unixVer": "x"
263
+ },
264
+ "kuaishou": {
265
+ "hostVer": "√",
266
+ "uniVer": "x",
267
+ "unixVer": "x"
268
+ },
269
+ "jd": {
270
+ "hostVer": "√",
271
+ "uniVer": "x",
272
+ "unixVer": "x"
273
+ }
274
+ },
275
+ "web": {
276
+ "uniVer": "x",
277
+ "unixVer": "4.31"
278
+ }
279
+ }
264
280
  */
265
281
  animationDuration ?: number | null
266
282
  /**
267
283
  * 是否禁用按键盘 ESC 时关闭
268
- * @uniPlatform {
269
- * "app": {
270
- * "android": {
271
- * "osVer": "5.0",
272
- * "uniVer": "x",
273
- * "unixVer": "4.31"
274
- * },
275
- * "ios": {
276
- * "osVer": "12.0",
277
- * "uniVer": "x",
278
- * "unixVer": "4.31"
279
- * },
280
- * "harmony": {
281
- * "osVer": "3.0",
282
- * "uniVer": "x",
283
- * "unixVer": "x"
284
- * }
285
- * },
286
- * "mp": {
287
- * "weixin": {
288
- * "hostVer": "",
289
- * "uniVer": "x",
290
- * "unixVer": "x"
291
- * },
292
- * "alipay": {
293
- * "hostVer": "√",
294
- * "uniVer": "x",
295
- * "unixVer": "x"
296
- * },
297
- * "baidu": {
298
- * "hostVer": "√",
299
- * "uniVer": "x",
300
- * "unixVer": "x"
301
- * },
302
- * "toutiao": {
303
- * "hostVer": "√",
304
- * "uniVer": "x",
305
- * "unixVer": "x"
306
- * },
307
- * "lark": {
308
- * "hostVer": "√",
309
- * "uniVer": "x",
310
- * "unixVer": "x"
311
- * },
312
- * "qq": {
313
- * "hostVer": "√",
314
- * "uniVer": "x",
315
- * "unixVer": "x"
316
- * },
317
- * "kuaishou": {
318
- * "hostVer": "√",
319
- * "uniVer": "x",
320
- * "unixVer": "x"
321
- * },
322
- * "jd": {
323
- * "hostVer": "√",
324
- * "uniVer": "x",
325
- * "unixVer": "x"
326
- * }
327
- * },
328
- * "web": {
329
- * "uniVer": "x",
330
- * "unixVer": "4.31"
331
- * }
332
- * }
284
+ * @uniPlatform
285
+ {
286
+ "app": {
287
+ "android": {
288
+ "osVer": "5.0",
289
+ "uniVer": "x",
290
+ "uniUtsPlugin": "x",
291
+ "unixVer": "4.31",
292
+ "unixUtsPlugin": "4.31"
293
+ },
294
+ "ios": {
295
+ "osVer": "12.0",
296
+ "uniVer": "x",
297
+ "uniUtsPlugin": "x",
298
+ "unixVer": "4.31",
299
+ "unixUtsPlugin": "4.31"
300
+ },
301
+ "harmony": {
302
+ "osVer": "3.0",
303
+ "uniVer": "x",
304
+ "unixVer": "x"
305
+ }
306
+ },
307
+ "mp": {
308
+ "weixin": {
309
+ "hostVer": "√",
310
+ "uniVer": "x",
311
+ "unixVer": "x"
312
+ },
313
+ "alipay": {
314
+ "hostVer": "√",
315
+ "uniVer": "x",
316
+ "unixVer": "x"
317
+ },
318
+ "baidu": {
319
+ "hostVer": "√",
320
+ "uniVer": "x",
321
+ "unixVer": "x"
322
+ },
323
+ "toutiao": {
324
+ "hostVer": "√",
325
+ "uniVer": "x",
326
+ "unixVer": "x"
327
+ },
328
+ "lark": {
329
+ "hostVer": "√",
330
+ "uniVer": "x",
331
+ "unixVer": "x"
332
+ },
333
+ "qq": {
334
+ "hostVer": "√",
335
+ "uniVer": "x",
336
+ "unixVer": "x"
337
+ },
338
+ "kuaishou": {
339
+ "hostVer": "√",
340
+ "uniVer": "x",
341
+ "unixVer": "x"
342
+ },
343
+ "jd": {
344
+ "hostVer": "√",
345
+ "uniVer": "x",
346
+ "unixVer": "x"
347
+ }
348
+ },
349
+ "web": {
350
+ "uniVer": "x",
351
+ "unixVer": "4.31"
352
+ }
353
+ }
333
354
  */
334
355
  disableEscBack ?: boolean | null
335
356
 
336
357
  /**
337
358
  * 要绑定的父级页面实例
338
- * @uniPlatform {
339
- * "app": {
340
- * "android": {
341
- * "osVer": "5.0",
342
- * "uniVer": "x",
343
- * "unixVer": "4.31"
344
- * },
345
- * "ios": {
346
- * "osVer": "12.0",
347
- * "uniVer": "x",
348
- * "unixVer": "4.31"
349
- * },
350
- * "harmony": {
351
- * "osVer": "3.0",
352
- * "uniVer": "x",
353
- * "unixVer": "x"
354
- * }
355
- * },
356
- * "mp": {
357
- * "weixin": {
358
- * "hostVer": "",
359
- * "uniVer": "x",
360
- * "unixVer": "x"
361
- * },
362
- * "alipay": {
363
- * "hostVer": "√",
364
- * "uniVer": "x",
365
- * "unixVer": "x"
366
- * },
367
- * "baidu": {
368
- * "hostVer": "√",
369
- * "uniVer": "x",
370
- * "unixVer": "x"
371
- * },
372
- * "toutiao": {
373
- * "hostVer": "√",
374
- * "uniVer": "x",
375
- * "unixVer": "x"
376
- * },
377
- * "lark": {
378
- * "hostVer": "√",
379
- * "uniVer": "x",
380
- * "unixVer": "x"
381
- * },
382
- * "qq": {
383
- * "hostVer": "√",
384
- * "uniVer": "x",
385
- * "unixVer": "x"
386
- * },
387
- * "kuaishou": {
388
- * "hostVer": "√",
389
- * "uniVer": "x",
390
- * "unixVer": "x"
391
- * },
392
- * "jd": {
393
- * "hostVer": "√",
394
- * "uniVer": "x",
395
- * "unixVer": "x"
396
- * }
397
- * },
398
- * "web": {
399
- * "uniVer": "x",
400
- * "unixVer": "4.31"
401
- * }
402
- * }
359
+ * @uniPlatform
360
+ {
361
+ "app": {
362
+ "android": {
363
+ "osVer": "5.0",
364
+ "uniVer": "x",
365
+ "uniUtsPlugin": "x",
366
+ "unixVer": "4.31",
367
+ "unixUtsPlugin": "4.31"
368
+ },
369
+ "ios": {
370
+ "osVer": "12.0",
371
+ "uniVer": "x",
372
+ "uniUtsPlugin": "x",
373
+ "unixVer": "4.31",
374
+ "unixUtsPlugin": "4.31"
375
+ },
376
+ "harmony": {
377
+ "osVer": "3.0",
378
+ "uniVer": "x",
379
+ "unixVer": "x"
380
+ }
381
+ },
382
+ "mp": {
383
+ "weixin": {
384
+ "hostVer": "√",
385
+ "uniVer": "x",
386
+ "unixVer": "x"
387
+ },
388
+ "alipay": {
389
+ "hostVer": "√",
390
+ "uniVer": "x",
391
+ "unixVer": "x"
392
+ },
393
+ "baidu": {
394
+ "hostVer": "√",
395
+ "uniVer": "x",
396
+ "unixVer": "x"
397
+ },
398
+ "toutiao": {
399
+ "hostVer": "√",
400
+ "uniVer": "x",
401
+ "unixVer": "x"
402
+ },
403
+ "lark": {
404
+ "hostVer": "√",
405
+ "uniVer": "x",
406
+ "unixVer": "x"
407
+ },
408
+ "qq": {
409
+ "hostVer": "√",
410
+ "uniVer": "x",
411
+ "unixVer": "x"
412
+ },
413
+ "kuaishou": {
414
+ "hostVer": "√",
415
+ "uniVer": "x",
416
+ "unixVer": "x"
417
+ },
418
+ "jd": {
419
+ "hostVer": "√",
420
+ "uniVer": "x",
421
+ "unixVer": "x"
422
+ }
423
+ },
424
+ "web": {
425
+ "uniVer": "x",
426
+ "unixVer": "4.31"
427
+ }
428
+ }
403
429
  */
404
430
  parentPage?: UniPage | null
405
431
 
406
432
  /**
407
433
  * 接口调用成功的回调函数
408
- * @uniPlatform {
409
- * "app": {
410
- * "android": {
411
- * "osVer": "5.0",
412
- * "uniVer": "x",
413
- * "unixVer": "4.31"
414
- * },
415
- * "ios": {
416
- * "osVer": "12.0",
417
- * "uniVer": "x",
418
- * "unixVer": "4.31"
419
- * },
420
- * "harmony": {
421
- * "osVer": "3.0",
422
- * "uniVer": "x",
423
- * "unixVer": "x"
424
- * }
425
- * },
426
- * "mp": {
427
- * "weixin": {
428
- * "hostVer": "",
429
- * "uniVer": "x",
430
- * "unixVer": "x"
431
- * },
432
- * "alipay": {
433
- * "hostVer": "√",
434
- * "uniVer": "x",
435
- * "unixVer": "x"
436
- * },
437
- * "baidu": {
438
- * "hostVer": "√",
439
- * "uniVer": "x",
440
- * "unixVer": "x"
441
- * },
442
- * "toutiao": {
443
- * "hostVer": "√",
444
- * "uniVer": "x",
445
- * "unixVer": "x"
446
- * },
447
- * "lark": {
448
- * "hostVer": "√",
449
- * "uniVer": "x",
450
- * "unixVer": "x"
451
- * },
452
- * "qq": {
453
- * "hostVer": "√",
454
- * "uniVer": "x",
455
- * "unixVer": "x"
456
- * },
457
- * "kuaishou": {
458
- * "hostVer": "√",
459
- * "uniVer": "x",
460
- * "unixVer": "x"
461
- * },
462
- * "jd": {
463
- * "hostVer": "√",
464
- * "uniVer": "x",
465
- * "unixVer": "x"
466
- * }
467
- * },
468
- * "web": {
469
- * "uniVer": "x",
470
- * "unixVer": "4.31"
471
- * }
472
- * }
434
+ * @uniPlatform
435
+ {
436
+ "app": {
437
+ "android": {
438
+ "osVer": "5.0",
439
+ "uniVer": "x",
440
+ "uniUtsPlugin": "x",
441
+ "unixVer": "4.31",
442
+ "unixUtsPlugin": "4.31"
443
+ },
444
+ "ios": {
445
+ "osVer": "12.0",
446
+ "uniVer": "x",
447
+ "uniUtsPlugin": "x",
448
+ "unixVer": "4.31",
449
+ "unixUtsPlugin": "4.31"
450
+ },
451
+ "harmony": {
452
+ "osVer": "3.0",
453
+ "uniVer": "x",
454
+ "unixVer": "x"
455
+ }
456
+ },
457
+ "mp": {
458
+ "weixin": {
459
+ "hostVer": "√",
460
+ "uniVer": "x",
461
+ "unixVer": "x"
462
+ },
463
+ "alipay": {
464
+ "hostVer": "√",
465
+ "uniVer": "x",
466
+ "unixVer": "x"
467
+ },
468
+ "baidu": {
469
+ "hostVer": "√",
470
+ "uniVer": "x",
471
+ "unixVer": "x"
472
+ },
473
+ "toutiao": {
474
+ "hostVer": "√",
475
+ "uniVer": "x",
476
+ "unixVer": "x"
477
+ },
478
+ "lark": {
479
+ "hostVer": "√",
480
+ "uniVer": "x",
481
+ "unixVer": "x"
482
+ },
483
+ "qq": {
484
+ "hostVer": "√",
485
+ "uniVer": "x",
486
+ "unixVer": "x"
487
+ },
488
+ "kuaishou": {
489
+ "hostVer": "√",
490
+ "uniVer": "x",
491
+ "unixVer": "x"
492
+ },
493
+ "jd": {
494
+ "hostVer": "√",
495
+ "uniVer": "x",
496
+ "unixVer": "x"
497
+ }
498
+ },
499
+ "web": {
500
+ "uniVer": "x",
501
+ "unixVer": "4.31"
502
+ }
503
+ }
473
504
  */
474
505
  success ?: OpenDialogPageSuccessCallback | null
475
506
  /**
476
507
  * 接口调用失败的回调函数
477
- * @uniPlatform {
478
- * "app": {
479
- * "android": {
480
- * "osVer": "5.0",
481
- * "uniVer": "x",
482
- * "unixVer": "4.31"
483
- * },
484
- * "ios": {
485
- * "osVer": "12.0",
486
- * "uniVer": "x",
487
- * "unixVer": "4.31"
488
- * },
489
- * "harmony": {
490
- * "osVer": "3.0",
491
- * "uniVer": "x",
492
- * "unixVer": "x"
493
- * }
494
- * },
495
- * "mp": {
496
- * "weixin": {
497
- * "hostVer": "",
498
- * "uniVer": "x",
499
- * "unixVer": "x"
500
- * },
501
- * "alipay": {
502
- * "hostVer": "√",
503
- * "uniVer": "x",
504
- * "unixVer": "x"
505
- * },
506
- * "baidu": {
507
- * "hostVer": "√",
508
- * "uniVer": "x",
509
- * "unixVer": "x"
510
- * },
511
- * "toutiao": {
512
- * "hostVer": "√",
513
- * "uniVer": "x",
514
- * "unixVer": "x"
515
- * },
516
- * "lark": {
517
- * "hostVer": "√",
518
- * "uniVer": "x",
519
- * "unixVer": "x"
520
- * },
521
- * "qq": {
522
- * "hostVer": "√",
523
- * "uniVer": "x",
524
- * "unixVer": "x"
525
- * },
526
- * "kuaishou": {
527
- * "hostVer": "√",
528
- * "uniVer": "x",
529
- * "unixVer": "x"
530
- * },
531
- * "jd": {
532
- * "hostVer": "√",
533
- * "uniVer": "x",
534
- * "unixVer": "x"
535
- * }
536
- * },
537
- * "web": {
538
- * "uniVer": "x",
539
- * "unixVer": "4.31"
540
- * }
541
- * }
508
+ * @uniPlatform
509
+ {
510
+ "app": {
511
+ "android": {
512
+ "osVer": "5.0",
513
+ "uniVer": "x",
514
+ "uniUtsPlugin": "x",
515
+ "unixVer": "4.31",
516
+ "unixUtsPlugin": "4.31"
517
+ },
518
+ "ios": {
519
+ "osVer": "12.0",
520
+ "uniVer": "x",
521
+ "uniUtsPlugin": "x",
522
+ "unixVer": "4.31",
523
+ "unixUtsPlugin": "4.31"
524
+ },
525
+ "harmony": {
526
+ "osVer": "3.0",
527
+ "uniVer": "x",
528
+ "unixVer": "x"
529
+ }
530
+ },
531
+ "mp": {
532
+ "weixin": {
533
+ "hostVer": "√",
534
+ "uniVer": "x",
535
+ "unixVer": "x"
536
+ },
537
+ "alipay": {
538
+ "hostVer": "√",
539
+ "uniVer": "x",
540
+ "unixVer": "x"
541
+ },
542
+ "baidu": {
543
+ "hostVer": "√",
544
+ "uniVer": "x",
545
+ "unixVer": "x"
546
+ },
547
+ "toutiao": {
548
+ "hostVer": "√",
549
+ "uniVer": "x",
550
+ "unixVer": "x"
551
+ },
552
+ "lark": {
553
+ "hostVer": "√",
554
+ "uniVer": "x",
555
+ "unixVer": "x"
556
+ },
557
+ "qq": {
558
+ "hostVer": "√",
559
+ "uniVer": "x",
560
+ "unixVer": "x"
561
+ },
562
+ "kuaishou": {
563
+ "hostVer": "√",
564
+ "uniVer": "x",
565
+ "unixVer": "x"
566
+ },
567
+ "jd": {
568
+ "hostVer": "√",
569
+ "uniVer": "x",
570
+ "unixVer": "x"
571
+ }
572
+ },
573
+ "web": {
574
+ "uniVer": "x",
575
+ "unixVer": "4.31"
576
+ }
577
+ }
542
578
  */
543
579
  fail ?: OpenDialogPageFailCallback | null
544
580
  /**
545
581
  * 接口调用结束的回调函数(调用成功、失败都会执行)
546
- * @uniPlatform {
547
- * "app": {
548
- * "android": {
549
- * "osVer": "5.0",
550
- * "uniVer": "x",
551
- * "unixVer": "4.31"
552
- * },
553
- * "ios": {
554
- * "osVer": "12.0",
555
- * "uniVer": "x",
556
- * "unixVer": "4.31"
557
- * },
558
- * "harmony": {
559
- * "osVer": "3.0",
560
- * "uniVer": "x",
561
- * "unixVer": "x"
562
- * }
563
- * },
564
- * "mp": {
565
- * "weixin": {
566
- * "hostVer": "",
567
- * "uniVer": "x",
568
- * "unixVer": "x"
569
- * },
570
- * "alipay": {
571
- * "hostVer": "√",
572
- * "uniVer": "x",
573
- * "unixVer": "x"
574
- * },
575
- * "baidu": {
576
- * "hostVer": "√",
577
- * "uniVer": "x",
578
- * "unixVer": "x"
579
- * },
580
- * "toutiao": {
581
- * "hostVer": "√",
582
- * "uniVer": "x",
583
- * "unixVer": "x"
584
- * },
585
- * "lark": {
586
- * "hostVer": "√",
587
- * "uniVer": "x",
588
- * "unixVer": "x"
589
- * },
590
- * "qq": {
591
- * "hostVer": "√",
592
- * "uniVer": "x",
593
- * "unixVer": "x"
594
- * },
595
- * "kuaishou": {
596
- * "hostVer": "√",
597
- * "uniVer": "x",
598
- * "unixVer": "x"
599
- * },
600
- * "jd": {
601
- * "hostVer": "√",
602
- * "uniVer": "x",
603
- * "unixVer": "x"
604
- * }
605
- * },
606
- * "web": {
607
- * "uniVer": "x",
608
- * "unixVer": "4.31"
609
- * }
610
- * }
582
+ * @uniPlatform
583
+ {
584
+ "app": {
585
+ "android": {
586
+ "osVer": "5.0",
587
+ "uniVer": "x",
588
+ "uniUtsPlugin": "x",
589
+ "unixVer": "4.31",
590
+ "unixUtsPlugin": "4.31"
591
+ },
592
+ "ios": {
593
+ "osVer": "12.0",
594
+ "uniVer": "x",
595
+ "uniUtsPlugin": "x",
596
+ "unixVer": "4.31",
597
+ "unixUtsPlugin": "4.31"
598
+ },
599
+ "harmony": {
600
+ "osVer": "3.0",
601
+ "uniVer": "x",
602
+ "unixVer": "x"
603
+ }
604
+ },
605
+ "mp": {
606
+ "weixin": {
607
+ "hostVer": "√",
608
+ "uniVer": "x",
609
+ "unixVer": "x"
610
+ },
611
+ "alipay": {
612
+ "hostVer": "√",
613
+ "uniVer": "x",
614
+ "unixVer": "x"
615
+ },
616
+ "baidu": {
617
+ "hostVer": "√",
618
+ "uniVer": "x",
619
+ "unixVer": "x"
620
+ },
621
+ "toutiao": {
622
+ "hostVer": "√",
623
+ "uniVer": "x",
624
+ "unixVer": "x"
625
+ },
626
+ "lark": {
627
+ "hostVer": "√",
628
+ "uniVer": "x",
629
+ "unixVer": "x"
630
+ },
631
+ "qq": {
632
+ "hostVer": "√",
633
+ "uniVer": "x",
634
+ "unixVer": "x"
635
+ },
636
+ "kuaishou": {
637
+ "hostVer": "√",
638
+ "uniVer": "x",
639
+ "unixVer": "x"
640
+ },
641
+ "jd": {
642
+ "hostVer": "√",
643
+ "uniVer": "x",
644
+ "unixVer": "x"
645
+ }
646
+ },
647
+ "web": {
648
+ "uniVer": "x",
649
+ "unixVer": "4.31"
650
+ }
651
+ }
611
652
  */
612
653
  complete ?: OpenDialogPageCompleteCallback | null
613
654
  }
614
655
 
615
-
616
-
617
656
  export type CloseDialogPageSuccess = AsyncApiSuccessResult
618
657
  type CloseDialogPageSuccessCallback = (result : CloseDialogPageSuccess) => void
619
658
  export interface CloseDialogPageFail extends IUniError {
@@ -625,71 +664,76 @@ type CloseDialogPageCompleteCallback = (result : CloseDialogPageComplete) => voi
625
664
  export type CloseDialogPageOptions = {
626
665
  /**
627
666
  * 要关闭的 dialogPage 实例
628
- * @uniPlatform {
629
- * "app": {
630
- * "android": {
631
- * "osVer": "5.0",
632
- * "uniVer": "x",
633
- * "unixVer": "4.31"
634
- * },
635
- * "ios": {
636
- * "osVer": "12.0",
637
- * "uniVer": "x",
638
- * "unixVer": "4.31"
639
- * },
640
- * "harmony": {
641
- * "osVer": "3.0",
642
- * "uniVer": "x",
643
- * "unixVer": "x"
644
- * }
645
- * },
646
- * "mp": {
647
- * "weixin": {
648
- * "hostVer": "",
649
- * "uniVer": "x",
650
- * "unixVer": "x"
651
- * },
652
- * "alipay": {
653
- * "hostVer": "√",
654
- * "uniVer": "x",
655
- * "unixVer": "x"
656
- * },
657
- * "baidu": {
658
- * "hostVer": "√",
659
- * "uniVer": "x",
660
- * "unixVer": "x"
661
- * },
662
- * "toutiao": {
663
- * "hostVer": "√",
664
- * "uniVer": "x",
665
- * "unixVer": "x"
666
- * },
667
- * "lark": {
668
- * "hostVer": "√",
669
- * "uniVer": "x",
670
- * "unixVer": "x"
671
- * },
672
- * "qq": {
673
- * "hostVer": "√",
674
- * "uniVer": "x",
675
- * "unixVer": "x"
676
- * },
677
- * "kuaishou": {
678
- * "hostVer": "√",
679
- * "uniVer": "x",
680
- * "unixVer": "x"
681
- * },
682
- * "jd": {
683
- * "hostVer": "√",
684
- * "uniVer": "x",
685
- * "unixVer": "x"
686
- * }
687
- * },
688
- * "web": {
689
- * "uniVer": "x",
690
- * "unixVer": "4.31"
691
- * }
692
- * }
667
+ * @uniPlatform
668
+ {
669
+ "app": {
670
+ "android": {
671
+ "osVer": "5.0",
672
+ "uniVer": "x",
673
+ "uniUtsPlugin": "x",
674
+ "unixVer": "4.31",
675
+ "unixUtsPlugin": "4.31"
676
+ },
677
+ "ios": {
678
+ "osVer": "12.0",
679
+ "uniVer": "x",
680
+ "uniUtsPlugin": "x",
681
+ "unixVer": "4.31",
682
+ "unixUtsPlugin": "4.31"
683
+ },
684
+ "harmony": {
685
+ "osVer": "3.0",
686
+ "uniVer": "x",
687
+ "unixVer": "x"
688
+ }
689
+ },
690
+ "mp": {
691
+ "weixin": {
692
+ "hostVer": "√",
693
+ "uniVer": "x",
694
+ "unixVer": "x"
695
+ },
696
+ "alipay": {
697
+ "hostVer": "√",
698
+ "uniVer": "x",
699
+ "unixVer": "x"
700
+ },
701
+ "baidu": {
702
+ "hostVer": "√",
703
+ "uniVer": "x",
704
+ "unixVer": "x"
705
+ },
706
+ "toutiao": {
707
+ "hostVer": "√",
708
+ "uniVer": "x",
709
+ "unixVer": "x"
710
+ },
711
+ "lark": {
712
+ "hostVer": "√",
713
+ "uniVer": "x",
714
+ "unixVer": "x"
715
+ },
716
+ "qq": {
717
+ "hostVer": "√",
718
+ "uniVer": "x",
719
+ "unixVer": "x"
720
+ },
721
+ "kuaishou": {
722
+ "hostVer": "√",
723
+ "uniVer": "x",
724
+ "unixVer": "x"
725
+ },
726
+ "jd": {
727
+ "hostVer": "√",
728
+ "uniVer": "x",
729
+ "unixVer": "x"
730
+ }
731
+ },
732
+ "web": {
733
+ "uniVer": "x",
734
+ "unixVer": "4.31"
735
+ }
736
+ }
693
737
  */
694
738
  dialogPage?: UniPage | null
695
739
  /**
@@ -704,71 +748,76 @@ export type CloseDialogPageOptions = {
704
748
  * - zoom-in: 从大逐渐缩小关闭动画
705
749
  * - zoom-fade-in: 从大逐渐缩小并且从不透明到透明逐渐隐藏关闭动画
706
750
  *
707
- * @uniPlatform {
708
- * "app": {
709
- * "android": {
710
- * "osVer": "5.0",
711
- * "uniVer": "x",
712
- * "unixVer": "4.31"
713
- * },
714
- * "ios": {
715
- * "osVer": "12.0",
716
- * "uniVer": "x",
717
- * "unixVer": "4.31"
718
- * },
719
- * "harmony": {
720
- * "osVer": "3.0",
721
- * "uniVer": "x",
722
- * "unixVer": "x"
723
- * }
724
- * },
725
- * "mp": {
726
- * "weixin": {
727
- * "hostVer": "",
728
- * "uniVer": "x",
729
- * "unixVer": "x"
730
- * },
731
- * "alipay": {
732
- * "hostVer": "√",
733
- * "uniVer": "x",
734
- * "unixVer": "x"
735
- * },
736
- * "baidu": {
737
- * "hostVer": "√",
738
- * "uniVer": "x",
739
- * "unixVer": "x"
740
- * },
741
- * "toutiao": {
742
- * "hostVer": "√",
743
- * "uniVer": "x",
744
- * "unixVer": "x"
745
- * },
746
- * "lark": {
747
- * "hostVer": "√",
748
- * "uniVer": "x",
749
- * "unixVer": "x"
750
- * },
751
- * "qq": {
752
- * "hostVer": "√",
753
- * "uniVer": "x",
754
- * "unixVer": "x"
755
- * },
756
- * "kuaishou": {
757
- * "hostVer": "√",
758
- * "uniVer": "x",
759
- * "unixVer": "x"
760
- * },
761
- * "jd": {
762
- * "hostVer": "√",
763
- * "uniVer": "x",
764
- * "unixVer": "x"
765
- * }
766
- * },
767
- * "web": {
768
- * "uniVer": "x",
769
- * "unixVer": "4.31"
770
- * }
771
- * }
751
+ * @uniPlatform
752
+ {
753
+ "app": {
754
+ "android": {
755
+ "osVer": "5.0",
756
+ "uniVer": "x",
757
+ "uniUtsPlugin": "x",
758
+ "unixVer": "4.31",
759
+ "unixUtsPlugin": "4.31"
760
+ },
761
+ "ios": {
762
+ "osVer": "12.0",
763
+ "uniVer": "x",
764
+ "uniUtsPlugin": "x",
765
+ "unixVer": "4.31",
766
+ "unixUtsPlugin": "4.31"
767
+ },
768
+ "harmony": {
769
+ "osVer": "3.0",
770
+ "uniVer": "x",
771
+ "unixVer": "x"
772
+ }
773
+ },
774
+ "mp": {
775
+ "weixin": {
776
+ "hostVer": "√",
777
+ "uniVer": "x",
778
+ "unixVer": "x"
779
+ },
780
+ "alipay": {
781
+ "hostVer": "√",
782
+ "uniVer": "x",
783
+ "unixVer": "x"
784
+ },
785
+ "baidu": {
786
+ "hostVer": "√",
787
+ "uniVer": "x",
788
+ "unixVer": "x"
789
+ },
790
+ "toutiao": {
791
+ "hostVer": "√",
792
+ "uniVer": "x",
793
+ "unixVer": "x"
794
+ },
795
+ "lark": {
796
+ "hostVer": "√",
797
+ "uniVer": "x",
798
+ "unixVer": "x"
799
+ },
800
+ "qq": {
801
+ "hostVer": "√",
802
+ "uniVer": "x",
803
+ "unixVer": "x"
804
+ },
805
+ "kuaishou": {
806
+ "hostVer": "√",
807
+ "uniVer": "x",
808
+ "unixVer": "x"
809
+ },
810
+ "jd": {
811
+ "hostVer": "√",
812
+ "uniVer": "x",
813
+ "unixVer": "x"
814
+ }
815
+ },
816
+ "web": {
817
+ "uniVer": "x",
818
+ "unixVer": "4.31"
819
+ }
820
+ }
772
821
  */
773
822
  animationType ?:
774
823
  /**
@@ -809,279 +858,299 @@ export type CloseDialogPageOptions = {
809
858
  'zoom-fade-in' | null
810
859
  /**
811
860
  * 窗口关闭动画的持续时间,单位为 ms
812
- * @uniPlatform {
813
- * "app": {
814
- * "android": {
815
- * "osVer": "5.0",
816
- * "uniVer": "x",
817
- * "unixVer": "4.31"
818
- * },
819
- * "ios": {
820
- * "osVer": "12.0",
821
- * "uniVer": "x",
822
- * "unixVer": "4.31"
823
- * },
824
- * "harmony": {
825
- * "osVer": "3.0",
826
- * "uniVer": "x",
827
- * "unixVer": "x"
828
- * }
829
- * },
830
- * "mp": {
831
- * "weixin": {
832
- * "hostVer": "",
833
- * "uniVer": "x",
834
- * "unixVer": "x"
835
- * },
836
- * "alipay": {
837
- * "hostVer": "√",
838
- * "uniVer": "x",
839
- * "unixVer": "x"
840
- * },
841
- * "baidu": {
842
- * "hostVer": "√",
843
- * "uniVer": "x",
844
- * "unixVer": "x"
845
- * },
846
- * "toutiao": {
847
- * "hostVer": "√",
848
- * "uniVer": "x",
849
- * "unixVer": "x"
850
- * },
851
- * "lark": {
852
- * "hostVer": "√",
853
- * "uniVer": "x",
854
- * "unixVer": "x"
855
- * },
856
- * "qq": {
857
- * "hostVer": "√",
858
- * "uniVer": "x",
859
- * "unixVer": "x"
860
- * },
861
- * "kuaishou": {
862
- * "hostVer": "√",
863
- * "uniVer": "x",
864
- * "unixVer": "x"
865
- * },
866
- * "jd": {
867
- * "hostVer": "√",
868
- * "uniVer": "x",
869
- * "unixVer": "x"
870
- * }
871
- * },
872
- * "web": {
873
- * "uniVer": "x",
874
- * "unixVer": "4.31"
875
- * }
876
- * }
861
+ * @uniPlatform
862
+ {
863
+ "app": {
864
+ "android": {
865
+ "osVer": "5.0",
866
+ "uniVer": "x",
867
+ "uniUtsPlugin": "x",
868
+ "unixVer": "4.31",
869
+ "unixUtsPlugin": "4.31"
870
+ },
871
+ "ios": {
872
+ "osVer": "12.0",
873
+ "uniVer": "x",
874
+ "uniUtsPlugin": "x",
875
+ "unixVer": "4.31",
876
+ "unixUtsPlugin": "4.31"
877
+ },
878
+ "harmony": {
879
+ "osVer": "3.0",
880
+ "uniVer": "x",
881
+ "unixVer": "x"
882
+ }
883
+ },
884
+ "mp": {
885
+ "weixin": {
886
+ "hostVer": "√",
887
+ "uniVer": "x",
888
+ "unixVer": "x"
889
+ },
890
+ "alipay": {
891
+ "hostVer": "√",
892
+ "uniVer": "x",
893
+ "unixVer": "x"
894
+ },
895
+ "baidu": {
896
+ "hostVer": "√",
897
+ "uniVer": "x",
898
+ "unixVer": "x"
899
+ },
900
+ "toutiao": {
901
+ "hostVer": "√",
902
+ "uniVer": "x",
903
+ "unixVer": "x"
904
+ },
905
+ "lark": {
906
+ "hostVer": "√",
907
+ "uniVer": "x",
908
+ "unixVer": "x"
909
+ },
910
+ "qq": {
911
+ "hostVer": "√",
912
+ "uniVer": "x",
913
+ "unixVer": "x"
914
+ },
915
+ "kuaishou": {
916
+ "hostVer": "√",
917
+ "uniVer": "x",
918
+ "unixVer": "x"
919
+ },
920
+ "jd": {
921
+ "hostVer": "√",
922
+ "uniVer": "x",
923
+ "unixVer": "x"
924
+ }
925
+ },
926
+ "web": {
927
+ "uniVer": "x",
928
+ "unixVer": "4.31"
929
+ }
930
+ }
877
931
  */
878
932
  animationDuration ?: number | null
879
933
 
880
934
  /**
881
935
  * 接口调用成功的回调函数
882
- * @uniPlatform {
883
- * "app": {
884
- * "android": {
885
- * "osVer": "5.0",
886
- * "uniVer": "x",
887
- * "unixVer": "4.31"
888
- * },
889
- * "ios": {
890
- * "osVer": "12.0",
891
- * "uniVer": "x",
892
- * "unixVer": "4.31"
893
- * },
894
- * "harmony": {
895
- * "osVer": "3.0",
896
- * "uniVer": "x",
897
- * "unixVer": "x"
898
- * }
899
- * },
900
- * "mp": {
901
- * "weixin": {
902
- * "hostVer": "",
903
- * "uniVer": "x",
904
- * "unixVer": "x"
905
- * },
906
- * "alipay": {
907
- * "hostVer": "√",
908
- * "uniVer": "x",
909
- * "unixVer": "x"
910
- * },
911
- * "baidu": {
912
- * "hostVer": "√",
913
- * "uniVer": "x",
914
- * "unixVer": "x"
915
- * },
916
- * "toutiao": {
917
- * "hostVer": "√",
918
- * "uniVer": "x",
919
- * "unixVer": "x"
920
- * },
921
- * "lark": {
922
- * "hostVer": "√",
923
- * "uniVer": "x",
924
- * "unixVer": "x"
925
- * },
926
- * "qq": {
927
- * "hostVer": "√",
928
- * "uniVer": "x",
929
- * "unixVer": "x"
930
- * },
931
- * "kuaishou": {
932
- * "hostVer": "√",
933
- * "uniVer": "x",
934
- * "unixVer": "x"
935
- * },
936
- * "jd": {
937
- * "hostVer": "√",
938
- * "uniVer": "x",
939
- * "unixVer": "x"
940
- * }
941
- * },
942
- * "web": {
943
- * "uniVer": "x",
944
- * "unixVer": "4.31"
945
- * }
946
- * }
936
+ * @uniPlatform
937
+ {
938
+ "app": {
939
+ "android": {
940
+ "osVer": "5.0",
941
+ "uniVer": "x",
942
+ "uniUtsPlugin": "x",
943
+ "unixVer": "4.31",
944
+ "unixUtsPlugin": "4.31"
945
+ },
946
+ "ios": {
947
+ "osVer": "12.0",
948
+ "uniVer": "x",
949
+ "uniUtsPlugin": "x",
950
+ "unixVer": "4.31",
951
+ "unixUtsPlugin": "4.31"
952
+ },
953
+ "harmony": {
954
+ "osVer": "3.0",
955
+ "uniVer": "x",
956
+ "unixVer": "x"
957
+ }
958
+ },
959
+ "mp": {
960
+ "weixin": {
961
+ "hostVer": "√",
962
+ "uniVer": "x",
963
+ "unixVer": "x"
964
+ },
965
+ "alipay": {
966
+ "hostVer": "√",
967
+ "uniVer": "x",
968
+ "unixVer": "x"
969
+ },
970
+ "baidu": {
971
+ "hostVer": "√",
972
+ "uniVer": "x",
973
+ "unixVer": "x"
974
+ },
975
+ "toutiao": {
976
+ "hostVer": "√",
977
+ "uniVer": "x",
978
+ "unixVer": "x"
979
+ },
980
+ "lark": {
981
+ "hostVer": "√",
982
+ "uniVer": "x",
983
+ "unixVer": "x"
984
+ },
985
+ "qq": {
986
+ "hostVer": "√",
987
+ "uniVer": "x",
988
+ "unixVer": "x"
989
+ },
990
+ "kuaishou": {
991
+ "hostVer": "√",
992
+ "uniVer": "x",
993
+ "unixVer": "x"
994
+ },
995
+ "jd": {
996
+ "hostVer": "√",
997
+ "uniVer": "x",
998
+ "unixVer": "x"
999
+ }
1000
+ },
1001
+ "web": {
1002
+ "uniVer": "x",
1003
+ "unixVer": "4.31"
1004
+ }
1005
+ }
947
1006
  */
948
1007
  success ?: CloseDialogPageSuccessCallback | null
949
1008
  /**
950
1009
  * 接口调用失败的回调函数
951
- * @uniPlatform {
952
- * "app": {
953
- * "android": {
954
- * "osVer": "5.0",
955
- * "uniVer": "x",
956
- * "unixVer": "4.31"
957
- * },
958
- * "ios": {
959
- * "osVer": "12.0",
960
- * "uniVer": "x",
961
- * "unixVer": "4.31"
962
- * },
963
- * "harmony": {
964
- * "osVer": "3.0",
965
- * "uniVer": "x",
966
- * "unixVer": "x"
967
- * }
968
- * },
969
- * "mp": {
970
- * "weixin": {
971
- * "hostVer": "",
972
- * "uniVer": "x",
973
- * "unixVer": "x"
974
- * },
975
- * "alipay": {
976
- * "hostVer": "√",
977
- * "uniVer": "x",
978
- * "unixVer": "x"
979
- * },
980
- * "baidu": {
981
- * "hostVer": "√",
982
- * "uniVer": "x",
983
- * "unixVer": "x"
984
- * },
985
- * "toutiao": {
986
- * "hostVer": "√",
987
- * "uniVer": "x",
988
- * "unixVer": "x"
989
- * },
990
- * "lark": {
991
- * "hostVer": "√",
992
- * "uniVer": "x",
993
- * "unixVer": "x"
994
- * },
995
- * "qq": {
996
- * "hostVer": "√",
997
- * "uniVer": "x",
998
- * "unixVer": "x"
999
- * },
1000
- * "kuaishou": {
1001
- * "hostVer": "√",
1002
- * "uniVer": "x",
1003
- * "unixVer": "x"
1004
- * },
1005
- * "jd": {
1006
- * "hostVer": "√",
1007
- * "uniVer": "x",
1008
- * "unixVer": "x"
1009
- * }
1010
- * },
1011
- * "web": {
1012
- * "uniVer": "x",
1013
- * "unixVer": "4.31"
1014
- * }
1015
- * }
1010
+ * @uniPlatform
1011
+ {
1012
+ "app": {
1013
+ "android": {
1014
+ "osVer": "5.0",
1015
+ "uniVer": "x",
1016
+ "uniUtsPlugin": "x",
1017
+ "unixVer": "4.31",
1018
+ "unixUtsPlugin": "4.31"
1019
+ },
1020
+ "ios": {
1021
+ "osVer": "12.0",
1022
+ "uniVer": "x",
1023
+ "uniUtsPlugin": "x",
1024
+ "unixVer": "4.31",
1025
+ "unixUtsPlugin": "4.31"
1026
+ },
1027
+ "harmony": {
1028
+ "osVer": "3.0",
1029
+ "uniVer": "x",
1030
+ "unixVer": "x"
1031
+ }
1032
+ },
1033
+ "mp": {
1034
+ "weixin": {
1035
+ "hostVer": "√",
1036
+ "uniVer": "x",
1037
+ "unixVer": "x"
1038
+ },
1039
+ "alipay": {
1040
+ "hostVer": "√",
1041
+ "uniVer": "x",
1042
+ "unixVer": "x"
1043
+ },
1044
+ "baidu": {
1045
+ "hostVer": "√",
1046
+ "uniVer": "x",
1047
+ "unixVer": "x"
1048
+ },
1049
+ "toutiao": {
1050
+ "hostVer": "√",
1051
+ "uniVer": "x",
1052
+ "unixVer": "x"
1053
+ },
1054
+ "lark": {
1055
+ "hostVer": "√",
1056
+ "uniVer": "x",
1057
+ "unixVer": "x"
1058
+ },
1059
+ "qq": {
1060
+ "hostVer": "√",
1061
+ "uniVer": "x",
1062
+ "unixVer": "x"
1063
+ },
1064
+ "kuaishou": {
1065
+ "hostVer": "√",
1066
+ "uniVer": "x",
1067
+ "unixVer": "x"
1068
+ },
1069
+ "jd": {
1070
+ "hostVer": "√",
1071
+ "uniVer": "x",
1072
+ "unixVer": "x"
1073
+ }
1074
+ },
1075
+ "web": {
1076
+ "uniVer": "x",
1077
+ "unixVer": "4.31"
1078
+ }
1079
+ }
1016
1080
  */
1017
1081
  fail ?: CloseDialogPageFailCallback | null
1018
1082
  /**
1019
1083
  * 接口调用结束的回调函数(调用成功、失败都会执行)
1020
- * @uniPlatform {
1021
- * "app": {
1022
- * "android": {
1023
- * "osVer": "5.0",
1024
- * "uniVer": "x",
1025
- * "unixVer": "4.31"
1026
- * },
1027
- * "ios": {
1028
- * "osVer": "12.0",
1029
- * "uniVer": "x",
1030
- * "unixVer": "4.31"
1031
- * },
1032
- * "harmony": {
1033
- * "osVer": "3.0",
1034
- * "uniVer": "x",
1035
- * "unixVer": "x"
1036
- * }
1037
- * },
1038
- * "mp": {
1039
- * "weixin": {
1040
- * "hostVer": "",
1041
- * "uniVer": "x",
1042
- * "unixVer": "x"
1043
- * },
1044
- * "alipay": {
1045
- * "hostVer": "√",
1046
- * "uniVer": "x",
1047
- * "unixVer": "x"
1048
- * },
1049
- * "baidu": {
1050
- * "hostVer": "√",
1051
- * "uniVer": "x",
1052
- * "unixVer": "x"
1053
- * },
1054
- * "toutiao": {
1055
- * "hostVer": "√",
1056
- * "uniVer": "x",
1057
- * "unixVer": "x"
1058
- * },
1059
- * "lark": {
1060
- * "hostVer": "√",
1061
- * "uniVer": "x",
1062
- * "unixVer": "x"
1063
- * },
1064
- * "qq": {
1065
- * "hostVer": "√",
1066
- * "uniVer": "x",
1067
- * "unixVer": "x"
1068
- * },
1069
- * "kuaishou": {
1070
- * "hostVer": "√",
1071
- * "uniVer": "x",
1072
- * "unixVer": "x"
1073
- * },
1074
- * "jd": {
1075
- * "hostVer": "√",
1076
- * "uniVer": "x",
1077
- * "unixVer": "x"
1078
- * }
1079
- * },
1080
- * "web": {
1081
- * "uniVer": "x",
1082
- * "unixVer": "4.31"
1083
- * }
1084
- * }
1084
+ * @uniPlatform
1085
+ {
1086
+ "app": {
1087
+ "android": {
1088
+ "osVer": "5.0",
1089
+ "uniVer": "x",
1090
+ "uniUtsPlugin": "x",
1091
+ "unixVer": "4.31",
1092
+ "unixUtsPlugin": "4.31"
1093
+ },
1094
+ "ios": {
1095
+ "osVer": "12.0",
1096
+ "uniVer": "x",
1097
+ "uniUtsPlugin": "x",
1098
+ "unixVer": "4.31",
1099
+ "unixUtsPlugin": "4.31"
1100
+ },
1101
+ "harmony": {
1102
+ "osVer": "3.0",
1103
+ "uniVer": "x",
1104
+ "unixVer": "x"
1105
+ }
1106
+ },
1107
+ "mp": {
1108
+ "weixin": {
1109
+ "hostVer": "√",
1110
+ "uniVer": "x",
1111
+ "unixVer": "x"
1112
+ },
1113
+ "alipay": {
1114
+ "hostVer": "√",
1115
+ "uniVer": "x",
1116
+ "unixVer": "x"
1117
+ },
1118
+ "baidu": {
1119
+ "hostVer": "√",
1120
+ "uniVer": "x",
1121
+ "unixVer": "x"
1122
+ },
1123
+ "toutiao": {
1124
+ "hostVer": "√",
1125
+ "uniVer": "x",
1126
+ "unixVer": "x"
1127
+ },
1128
+ "lark": {
1129
+ "hostVer": "√",
1130
+ "uniVer": "x",
1131
+ "unixVer": "x"
1132
+ },
1133
+ "qq": {
1134
+ "hostVer": "√",
1135
+ "uniVer": "x",
1136
+ "unixVer": "x"
1137
+ },
1138
+ "kuaishou": {
1139
+ "hostVer": "√",
1140
+ "uniVer": "x",
1141
+ "unixVer": "x"
1142
+ },
1143
+ "jd": {
1144
+ "hostVer": "√",
1145
+ "uniVer": "x",
1146
+ "unixVer": "x"
1147
+ }
1148
+ },
1149
+ "web": {
1150
+ "uniVer": "x",
1151
+ "unixVer": "4.31"
1152
+ }
1153
+ }
1085
1154
  */
1086
1155
  complete ?: CloseDialogPageCompleteCallback | null
1087
1156
  }
@@ -1091,143 +1160,153 @@ export interface Uni {
1091
1160
  * 打开模态弹窗页面
1092
1161
  * @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/dialog-page.html
1093
1162
  * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/dialog-page.html
1094
- * @uniPlatform {
1095
- * "app": {
1096
- * "android": {
1097
- * "osVer": "5.0",
1098
- * "uniVer": "x",
1099
- * "unixVer": "4.31"
1100
- * },
1101
- * "ios": {
1102
- * "osVer": "12.0",
1103
- * "uniVer": "x",
1104
- * "unixVer": "4.31"
1105
- * },
1106
- * "harmony": {
1107
- * "osVer": "3.0",
1108
- * "uniVer": "x",
1109
- * "unixVer": "x"
1110
- * }
1111
- * },
1112
- * "mp": {
1113
- * "weixin": {
1114
- * "hostVer": "",
1115
- * "uniVer": "x",
1116
- * "unixVer": "x"
1117
- * },
1118
- * "alipay": {
1119
- * "hostVer": "√",
1120
- * "uniVer": "x",
1121
- * "unixVer": "x"
1122
- * },
1123
- * "baidu": {
1124
- * "hostVer": "√",
1125
- * "uniVer": "x",
1126
- * "unixVer": "x"
1127
- * },
1128
- * "toutiao": {
1129
- * "hostVer": "√",
1130
- * "uniVer": "x",
1131
- * "unixVer": "x"
1132
- * },
1133
- * "lark": {
1134
- * "hostVer": "√",
1135
- * "uniVer": "x",
1136
- * "unixVer": "x"
1137
- * },
1138
- * "qq": {
1139
- * "hostVer": "√",
1140
- * "uniVer": "x",
1141
- * "unixVer": "x"
1142
- * },
1143
- * "kuaishou": {
1144
- * "hostVer": "√",
1145
- * "uniVer": "x",
1146
- * "unixVer": "x"
1147
- * },
1148
- * "jd": {
1149
- * "hostVer": "√",
1150
- * "uniVer": "x",
1151
- * "unixVer": "x"
1152
- * }
1153
- * },
1154
- * "web": {
1155
- * "uniVer": "x",
1156
- * "unixVer": "4.31"
1157
- * }
1158
- * }
1159
- */
1163
+ * @uniPlatform
1164
+ {
1165
+ "app": {
1166
+ "android": {
1167
+ "osVer": "5.0",
1168
+ "uniVer": "x",
1169
+ "uniUtsPlugin": "x",
1170
+ "unixVer": "4.31",
1171
+ "unixUtsPlugin": "4.31"
1172
+ },
1173
+ "ios": {
1174
+ "osVer": "12.0",
1175
+ "uniVer": "x",
1176
+ "uniUtsPlugin": "x",
1177
+ "unixVer": "4.31",
1178
+ "unixUtsPlugin": "4.31"
1179
+ },
1180
+ "harmony": {
1181
+ "osVer": "3.0",
1182
+ "uniVer": "x",
1183
+ "unixVer": "x"
1184
+ }
1185
+ },
1186
+ "mp": {
1187
+ "weixin": {
1188
+ "hostVer": "√",
1189
+ "uniVer": "x",
1190
+ "unixVer": "x"
1191
+ },
1192
+ "alipay": {
1193
+ "hostVer": "√",
1194
+ "uniVer": "x",
1195
+ "unixVer": "x"
1196
+ },
1197
+ "baidu": {
1198
+ "hostVer": "√",
1199
+ "uniVer": "x",
1200
+ "unixVer": "x"
1201
+ },
1202
+ "toutiao": {
1203
+ "hostVer": "√",
1204
+ "uniVer": "x",
1205
+ "unixVer": "x"
1206
+ },
1207
+ "lark": {
1208
+ "hostVer": "√",
1209
+ "uniVer": "x",
1210
+ "unixVer": "x"
1211
+ },
1212
+ "qq": {
1213
+ "hostVer": "√",
1214
+ "uniVer": "x",
1215
+ "unixVer": "x"
1216
+ },
1217
+ "kuaishou": {
1218
+ "hostVer": "√",
1219
+ "uniVer": "x",
1220
+ "unixVer": "x"
1221
+ },
1222
+ "jd": {
1223
+ "hostVer": "√",
1224
+ "uniVer": "x",
1225
+ "unixVer": "x"
1226
+ }
1227
+ },
1228
+ "web": {
1229
+ "uniVer": "x",
1230
+ "unixVer": "4.31"
1231
+ }
1232
+ }
1233
+ */
1160
1234
  openDialogPage(options: OpenDialogPageOptions): UniPage | null
1161
1235
  /**
1162
1236
  * 关闭模态弹窗页面
1163
1237
  *
1164
1238
  * @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/dialog-page.html
1165
1239
  * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/dialog-page.html
1166
- * @uniPlatform {
1167
- * "app": {
1168
- * "android": {
1169
- * "osVer": "5.0",
1170
- * "uniVer": "x",
1171
- * "unixVer": "4.31"
1172
- * },
1173
- * "ios": {
1174
- * "osVer": "12.0",
1175
- * "uniVer": "x",
1176
- * "unixVer": "4.31"
1177
- * },
1178
- * "harmony": {
1179
- * "osVer": "3.0",
1180
- * "uniVer": "x",
1181
- * "unixVer": "x"
1182
- * }
1183
- * },
1184
- * "mp": {
1185
- * "weixin": {
1186
- * "hostVer": "",
1187
- * "uniVer": "x",
1188
- * "unixVer": "x"
1189
- * },
1190
- * "alipay": {
1191
- * "hostVer": "√",
1192
- * "uniVer": "x",
1193
- * "unixVer": "x"
1194
- * },
1195
- * "baidu": {
1196
- * "hostVer": "√",
1197
- * "uniVer": "x",
1198
- * "unixVer": "x"
1199
- * },
1200
- * "toutiao": {
1201
- * "hostVer": "√",
1202
- * "uniVer": "x",
1203
- * "unixVer": "x"
1204
- * },
1205
- * "lark": {
1206
- * "hostVer": "√",
1207
- * "uniVer": "x",
1208
- * "unixVer": "x"
1209
- * },
1210
- * "qq": {
1211
- * "hostVer": "√",
1212
- * "uniVer": "x",
1213
- * "unixVer": "x"
1214
- * },
1215
- * "kuaishou": {
1216
- * "hostVer": "√",
1217
- * "uniVer": "x",
1218
- * "unixVer": "x"
1219
- * },
1220
- * "jd": {
1221
- * "hostVer": "√",
1222
- * "uniVer": "x",
1223
- * "unixVer": "x"
1224
- * }
1225
- * },
1226
- * "web": {
1227
- * "uniVer": "x",
1228
- * "unixVer": "4.31"
1229
- * }
1230
- * }
1240
+ * @uniPlatform
1241
+ {
1242
+ "app": {
1243
+ "android": {
1244
+ "osVer": "5.0",
1245
+ "uniVer": "x",
1246
+ "uniUtsPlugin": "x",
1247
+ "unixVer": "4.31",
1248
+ "unixUtsPlugin": "4.31"
1249
+ },
1250
+ "ios": {
1251
+ "osVer": "12.0",
1252
+ "uniVer": "x",
1253
+ "uniUtsPlugin": "x",
1254
+ "unixVer": "4.31",
1255
+ "unixUtsPlugin": "4.31"
1256
+ },
1257
+ "harmony": {
1258
+ "osVer": "3.0",
1259
+ "uniVer": "x",
1260
+ "unixVer": "x"
1261
+ }
1262
+ },
1263
+ "mp": {
1264
+ "weixin": {
1265
+ "hostVer": "√",
1266
+ "uniVer": "x",
1267
+ "unixVer": "x"
1268
+ },
1269
+ "alipay": {
1270
+ "hostVer": "√",
1271
+ "uniVer": "x",
1272
+ "unixVer": "x"
1273
+ },
1274
+ "baidu": {
1275
+ "hostVer": "√",
1276
+ "uniVer": "x",
1277
+ "unixVer": "x"
1278
+ },
1279
+ "toutiao": {
1280
+ "hostVer": "√",
1281
+ "uniVer": "x",
1282
+ "unixVer": "x"
1283
+ },
1284
+ "lark": {
1285
+ "hostVer": "√",
1286
+ "uniVer": "x",
1287
+ "unixVer": "x"
1288
+ },
1289
+ "qq": {
1290
+ "hostVer": "√",
1291
+ "uniVer": "x",
1292
+ "unixVer": "x"
1293
+ },
1294
+ "kuaishou": {
1295
+ "hostVer": "√",
1296
+ "uniVer": "x",
1297
+ "unixVer": "x"
1298
+ },
1299
+ "jd": {
1300
+ "hostVer": "√",
1301
+ "uniVer": "x",
1302
+ "unixVer": "x"
1303
+ }
1304
+ },
1305
+ "web": {
1306
+ "uniVer": "x",
1307
+ "unixVer": "4.31"
1308
+ }
1309
+ }
1231
1310
  */
1232
1311
  closeDialogPage(options ?: CloseDialogPageOptions | null) : null
1233
1312
  }