@dcloudio/uni-app-x 0.7.25 → 0.7.27

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