@dcloudio/uni-app-x 0.7.25 → 0.7.26

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