@dcloudio/uni-app-x 0.7.112 → 0.7.114

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 (352) hide show
  1. package/package.json +1 -1
  2. package/types/dom2-internal/UniCSSPropertyId.d.ts +356 -351
  3. package/types/dom2-internal/UniNativeView.d.ts +1 -0
  4. package/types/dom2-internal/UniPage.d.ts +16 -0
  5. package/types/dom2-internal/sharedData.d.ts +219 -0
  6. package/types/native/CSSStyleDeclaration.d.ts +172 -172
  7. package/types/native/CanvasRenderingContext2D.d.ts +4720 -4720
  8. package/types/native/DrawableContext.d.ts +1893 -1893
  9. package/types/native/IUniElement.d.ts +7468 -7468
  10. package/types/native/IUniNativeViewElement.d.ts +327 -327
  11. package/types/native/SnapshotOptions.d.ts +337 -62
  12. package/types/native/UniPage.d.ts +1305 -1305
  13. package/types/native/UniResizeObserver.d.ts +749 -749
  14. package/types/native/UniSwiperAnimationFinishEvent.d.ts +59 -59
  15. package/types/native/UniSwiperChangeEvent.d.ts +58 -58
  16. package/types/page.d.ts +3154 -3112
  17. package/types/uni/uts-plugin-api/global.d.ts +8 -0
  18. package/types/uni/uts-plugin-api/index.d.ts +8 -0
  19. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +1672 -911
  20. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +126 -126
  21. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +14 -14
  22. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +154 -154
  23. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +14 -14
  24. package/types/uni/uts-plugin-api/lib/uni-camera/utssdk/global.d.ts +55 -0
  25. package/types/uni/uts-plugin-api/lib/uni-camera/utssdk/index.d.ts +27 -0
  26. package/types/uni/uts-plugin-api/lib/uni-camera/utssdk/interface.d.ts +1155 -0
  27. package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/global.d.ts +9 -6
  28. package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/index.d.ts +5 -3
  29. package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +978 -972
  30. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/global.d.ts +25 -0
  31. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/index.d.ts +12 -0
  32. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/interface.d.ts +978 -0
  33. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +358 -358
  34. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +8 -8
  35. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +78 -78
  36. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +490 -479
  37. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +214 -214
  38. package/types/uni/uts-plugin-api/lib/uni-createWorker/utssdk/interface.d.ts +126 -126
  39. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +30 -30
  40. package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/global.d.ts +39 -0
  41. package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/index.d.ts +19 -0
  42. package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/interface.d.ts +855 -0
  43. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +338 -338
  44. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +147 -147
  45. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +397 -397
  46. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +6363 -6359
  47. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +554 -554
  48. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +2149 -2149
  49. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +1340 -1340
  50. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +1707 -1707
  51. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +307 -307
  52. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +310 -310
  53. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +5 -5
  54. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +129 -129
  55. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +757 -757
  56. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +5881 -5879
  57. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +442 -442
  58. package/types/uni/uts-plugin-api/lib/uni-input/utssdk/global.d.ts +9 -0
  59. package/types/uni/uts-plugin-api/lib/uni-input/utssdk/index.d.ts +5 -0
  60. package/types/uni/uts-plugin-api/lib/uni-input/utssdk/interface.d.ts +0 -0
  61. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +171 -171
  62. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +1 -1
  63. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +536 -536
  64. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/interface.d.ts +2914 -2910
  65. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +24 -24
  66. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +208 -208
  67. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +785 -785
  68. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +4243 -4243
  69. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +1979 -1963
  70. package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/interface.d.ts +5 -3
  71. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +229 -229
  72. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +753 -753
  73. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +84 -84
  74. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +790 -788
  75. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/interface.d.ts +447 -447
  76. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +498 -498
  77. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +1552 -1548
  78. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +58 -58
  79. package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/interface.d.ts +30 -30
  80. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +2513 -2513
  81. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +81 -81
  82. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +351 -351
  83. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/interface.d.ts +107 -107
  84. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/interface.d.ts +584 -584
  85. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +722 -722
  86. package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/interface.d.ts +292 -292
  87. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +358 -358
  88. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +657 -657
  89. package/types/uni/uts-plugin-api/lib/uni-textarea/utssdk/global.d.ts +9 -0
  90. package/types/uni/uts-plugin-api/lib/uni-textarea/utssdk/index.d.ts +5 -0
  91. package/types/uni/uts-plugin-api/lib/uni-textarea/utssdk/interface.d.ts +0 -0
  92. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +1010 -1010
  93. package/types/uni/uts-plugin-api/lib/uni-video/utssdk/global.d.ts +47 -0
  94. package/types/uni/uts-plugin-api/lib/uni-video/utssdk/index.d.ts +23 -0
  95. package/types/uni/uts-plugin-api/lib/uni-video/utssdk/interface.d.ts +926 -0
  96. package/types/uni/uts-plugin-api/lib/uni-web-view/utssdk/global.d.ts +29 -0
  97. package/types/uni/uts-plugin-api/lib/uni-web-view/utssdk/index.d.ts +14 -0
  98. package/types/uni/uts-plugin-api/lib/uni-web-view/utssdk/interface.d.ts +452 -0
  99. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +1442 -1442
  100. package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/interface.d.ts +220 -220
  101. package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/interface.d.ts +65 -65
  102. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +981 -981
  103. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +26 -26
  104. package/types/uni/uts-plugin-component/global.d.ts +79 -0
  105. package/types/uni/uts-plugin-component/index.d.ts +79 -0
  106. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/global.d.ts +29 -0
  107. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/index.d.ts +14 -0
  108. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/interface.d.ts +1673 -0
  109. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/global.d.ts +25 -0
  110. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/index.d.ts +12 -0
  111. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/interface.d.ts +226 -0
  112. package/types/uni/uts-plugin-component/lib/uni-arrayBufferToBase64/utssdk/global.d.ts +11 -0
  113. package/types/uni/uts-plugin-component/lib/uni-arrayBufferToBase64/utssdk/index.d.ts +5 -0
  114. package/types/uni/uts-plugin-component/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +79 -0
  115. package/types/uni/uts-plugin-component/lib/uni-authentication/utssdk/global.d.ts +59 -0
  116. package/types/uni/uts-plugin-component/lib/uni-authentication/utssdk/index.d.ts +29 -0
  117. package/types/uni/uts-plugin-component/lib/uni-authentication/utssdk/interface.d.ts +371 -0
  118. package/types/uni/uts-plugin-component/lib/uni-barcode-scanning/utssdk/global.d.ts +9 -0
  119. package/types/uni/uts-plugin-component/lib/uni-barcode-scanning/utssdk/index.d.ts +5 -0
  120. package/types/uni/uts-plugin-component/lib/uni-barcode-scanning/utssdk/interface.d.ts +0 -0
  121. package/types/uni/uts-plugin-component/lib/uni-base64ToArrayBuffer/utssdk/global.d.ts +11 -0
  122. package/types/uni/uts-plugin-component/lib/uni-base64ToArrayBuffer/utssdk/index.d.ts +5 -0
  123. package/types/uni/uts-plugin-component/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +79 -0
  124. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +978 -976
  125. package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/interface.d.ts +978 -976
  126. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/global.d.ts +25 -0
  127. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/index.d.ts +12 -0
  128. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/interface.d.ts +423 -0
  129. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/global.d.ts +33 -0
  130. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/index.d.ts +16 -0
  131. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/interface.d.ts +499 -0
  132. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/global.d.ts +45 -0
  133. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/index.d.ts +22 -0
  134. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/interface.d.ts +217 -0
  135. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/global.d.ts +33 -0
  136. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/index.d.ts +16 -0
  137. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +3379 -0
  138. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/global.d.ts +21 -0
  139. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/index.d.ts +10 -0
  140. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +153 -0
  141. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/global.d.ts +19 -0
  142. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/index.d.ts +9 -0
  143. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/interface.d.ts +61 -0
  144. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/global.d.ts +21 -0
  145. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/index.d.ts +10 -0
  146. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/interface.d.ts +560 -0
  147. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/global.d.ts +15 -0
  148. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/index.d.ts +7 -0
  149. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/interface.d.ts +214 -0
  150. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/global.d.ts +23 -0
  151. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/index.d.ts +11 -0
  152. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/interface.d.ts +158 -0
  153. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/global.d.ts +29 -0
  154. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/index.d.ts +14 -0
  155. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/interface.d.ts +2304 -0
  156. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/global.d.ts +39 -0
  157. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/index.d.ts +19 -0
  158. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/interface.d.ts +855 -0
  159. package/types/uni/uts-plugin-component/lib/uni-editor-global/utssdk/global.d.ts +25 -0
  160. package/types/uni/uts-plugin-component/lib/uni-editor-global/utssdk/index.d.ts +13 -0
  161. package/types/uni/uts-plugin-component/lib/uni-editor-global/utssdk/interface.d.ts +181 -0
  162. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/global.d.ts +17 -0
  163. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/index.d.ts +8 -0
  164. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/interface.d.ts +338 -0
  165. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/global.d.ts +27 -0
  166. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/index.d.ts +13 -0
  167. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/interface.d.ts +147 -0
  168. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/global.d.ts +81 -0
  169. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/index.d.ts +40 -0
  170. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/interface.d.ts +397 -0
  171. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/global.d.ts +151 -0
  172. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/index.d.ts +75 -0
  173. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/interface.d.ts +6428 -0
  174. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/global.d.ts +11 -0
  175. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/index.d.ts +5 -0
  176. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/interface.d.ts +37 -0
  177. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/global.d.ts +13 -0
  178. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/index.d.ts +6 -0
  179. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +620 -0
  180. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/global.d.ts +15 -0
  181. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/index.d.ts +7 -0
  182. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +2220 -0
  183. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +17 -0
  184. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +8 -0
  185. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +1406 -0
  186. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/global.d.ts +15 -0
  187. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/index.d.ts +7 -0
  188. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/interface.d.ts +1774 -0
  189. package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/global.d.ts +11 -0
  190. package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/index.d.ts +5 -0
  191. package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/interface.d.ts +82 -0
  192. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/global.d.ts +13 -0
  193. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/index.d.ts +6 -0
  194. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +374 -0
  195. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/global.d.ts +13 -0
  196. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/index.d.ts +6 -0
  197. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +377 -0
  198. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts +21 -0
  199. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/index.d.ts +11 -0
  200. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +736 -0
  201. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/global.d.ts +33 -0
  202. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/index.d.ts +16 -0
  203. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/interface.d.ts +420 -0
  204. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/global.d.ts +23 -0
  205. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/index.d.ts +11 -0
  206. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/interface.d.ts +199 -0
  207. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/global.d.ts +37 -0
  208. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/index.d.ts +18 -0
  209. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/interface.d.ts +757 -0
  210. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/global.d.ts +33 -0
  211. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/index.d.ts +16 -0
  212. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/interface.d.ts +6084 -0
  213. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/global.d.ts +13 -0
  214. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/index.d.ts +6 -0
  215. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/interface.d.ts +508 -0
  216. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/global.d.ts +25 -0
  217. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/index.d.ts +12 -0
  218. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/interface.d.ts +125 -0
  219. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/global.d.ts +17 -0
  220. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/index.d.ts +8 -0
  221. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/interface.d.ts +171 -0
  222. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/global.d.ts +45 -0
  223. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/index.d.ts +22 -0
  224. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/interface.d.ts +234 -0
  225. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/global.d.ts +29 -0
  226. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/index.d.ts +14 -0
  227. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/interface.d.ts +603 -0
  228. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/global.d.ts +61 -0
  229. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/index.d.ts +30 -0
  230. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/interface.d.ts +3443 -0
  231. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/global.d.ts +9 -0
  232. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/index.d.ts +5 -0
  233. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/interface.d.ts +3 -0
  234. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/global.d.ts +9 -0
  235. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/index.d.ts +5 -0
  236. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/interface.d.ts +3 -0
  237. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/global.d.ts +29 -0
  238. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/index.d.ts +14 -0
  239. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/interface.d.ts +386 -0
  240. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/global.d.ts +157 -0
  241. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/index.d.ts +78 -0
  242. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/interface.d.ts +5245 -0
  243. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/global.d.ts +43 -0
  244. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/index.d.ts +21 -0
  245. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/interface.d.ts +291 -0
  246. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/global.d.ts +69 -0
  247. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/index.d.ts +34 -0
  248. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/interface.d.ts +1047 -0
  249. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/global.d.ts +109 -0
  250. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/index.d.ts +54 -0
  251. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/interface.d.ts +4462 -0
  252. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/global.d.ts +71 -0
  253. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/index.d.ts +35 -0
  254. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/interface.d.ts +2142 -0
  255. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/global.d.ts +9 -0
  256. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/index.d.ts +5 -0
  257. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/interface.d.ts +1 -0
  258. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/global.d.ts +17 -0
  259. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/index.d.ts +9 -0
  260. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/interface.d.ts +48 -0
  261. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/global.d.ts +25 -0
  262. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/index.d.ts +12 -0
  263. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +256 -0
  264. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/global.d.ts +29 -0
  265. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/index.d.ts +14 -0
  266. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/interface.d.ts +823 -0
  267. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/global.d.ts +27 -0
  268. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/index.d.ts +13 -0
  269. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/interface.d.ts +155 -0
  270. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/global.d.ts +33 -0
  271. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/index.d.ts +16 -0
  272. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/interface.d.ts +856 -0
  273. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/global.d.ts +9 -0
  274. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/index.d.ts +5 -0
  275. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/interface.d.ts +3 -0
  276. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/global.d.ts +9 -0
  277. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/index.d.ts +5 -0
  278. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/interface.d.ts +1 -0
  279. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/global.d.ts +9 -0
  280. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/index.d.ts +5 -0
  281. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/interface.d.ts +5 -0
  282. package/types/uni/uts-plugin-component/lib/uni-picker-global/utssdk/global.d.ts +19 -0
  283. package/types/uni/uts-plugin-component/lib/uni-picker-global/utssdk/index.d.ts +10 -0
  284. package/types/uni/uts-plugin-component/lib/uni-picker-global/utssdk/interface.d.ts +26 -0
  285. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/global.d.ts +47 -0
  286. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/index.d.ts +23 -0
  287. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/interface.d.ts +520 -0
  288. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/global.d.ts +31 -0
  289. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/index.d.ts +15 -0
  290. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/interface.d.ts +568 -0
  291. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/global.d.ts +33 -0
  292. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/index.d.ts +16 -0
  293. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/interface.d.ts +1693 -0
  294. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/global.d.ts +29 -0
  295. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/index.d.ts +14 -0
  296. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/interface.d.ts +191 -0
  297. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/global.d.ts +21 -0
  298. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/index.d.ts +10 -0
  299. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/interface.d.ts +2999 -0
  300. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/global.d.ts +21 -0
  301. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/index.d.ts +10 -0
  302. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/interface.d.ts +713 -0
  303. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/global.d.ts +59 -0
  304. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/index.d.ts +29 -0
  305. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/interface.d.ts +2731 -0
  306. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/global.d.ts +11 -0
  307. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/index.d.ts +5 -0
  308. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/interface.d.ts +81 -0
  309. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/global.d.ts +25 -0
  310. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/index.d.ts +12 -0
  311. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/interface.d.ts +429 -0
  312. package/types/uni/uts-plugin-component/lib/uni-screenBrightness/utssdk/global.d.ts +57 -0
  313. package/types/uni/uts-plugin-component/lib/uni-screenBrightness/utssdk/index.d.ts +28 -0
  314. package/types/uni/uts-plugin-component/lib/uni-screenBrightness/utssdk/interface.d.ts +314 -0
  315. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/global.d.ts +41 -0
  316. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/index.d.ts +20 -0
  317. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/interface.d.ts +584 -0
  318. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/global.d.ts +9 -0
  319. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/index.d.ts +5 -0
  320. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/interface.d.ts +3 -0
  321. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/global.d.ts +27 -0
  322. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/index.d.ts +13 -0
  323. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/interface.d.ts +722 -0
  324. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/global.d.ts +47 -0
  325. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/index.d.ts +23 -0
  326. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/interface.d.ts +446 -0
  327. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/global.d.ts +21 -0
  328. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/index.d.ts +10 -0
  329. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/interface.d.ts +330 -0
  330. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/global.d.ts +79 -0
  331. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/index.d.ts +39 -0
  332. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/interface.d.ts +1030 -0
  333. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/global.d.ts +149 -0
  334. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/index.d.ts +74 -0
  335. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/interface.d.ts +1221 -0
  336. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/global.d.ts +53 -0
  337. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/index.d.ts +26 -0
  338. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/interface.d.ts +1141 -0
  339. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/global.d.ts +0 -22
  340. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/index.d.ts +0 -11
  341. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +862 -872
  342. package/types/uni/uts-plugin-component/lib/uni-video-global/utssdk/global.d.ts +4 -14
  343. package/types/uni/uts-plugin-component/lib/uni-video-global/utssdk/index.d.ts +2 -7
  344. package/types/uni/uts-plugin-component/lib/uni-video-global/utssdk/interface.d.ts +14 -51
  345. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/global.d.ts +113 -0
  346. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/index.d.ts +56 -0
  347. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/interface.d.ts +1661 -0
  348. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/interface.d.ts +17 -17
  349. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/global.d.ts +59 -0
  350. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/index.d.ts +29 -0
  351. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/interface.d.ts +1939 -0
  352. package/types/vue/LifeCycle.d.ts +865 -854
@@ -0,0 +1,2304 @@
1
+ /**
2
+ * 路由错误码
3
+ * - 4: 框架内部异常
4
+ */
5
+ export type RouteErrorCode = 4
6
+
7
+ /**
8
+ *
9
+ * @tutorial http://uniapp.dcloud.io/api/router.html#event-channel
10
+ */
11
+ export type EventChannel = {}
12
+
13
+ /**
14
+ * 打开 dialogPage 成功回调参数
15
+ * @uniPlatform
16
+ {
17
+ "app": {
18
+ "android": {
19
+ "osVer": "5.0",
20
+ "uniVer": "x",
21
+ "uniUtsPlugin": "x",
22
+ "unixVer": "4.31"
23
+ },
24
+ "ios": {
25
+ "osVer": "12.0",
26
+ "uniVer": "x",
27
+ "uniUtsPlugin": "x",
28
+ "unixVer": "4.31",
29
+ "unixUtsPlugin": "4.31"
30
+ },
31
+ "harmony": {
32
+ "osVer": "3.0",
33
+ "uniVer": "x",
34
+ "unixVer": "4.61",
35
+ "unixVaporVer": "5.0"
36
+ }
37
+ },
38
+ "mp": {
39
+ "weixin": {
40
+ "hostVer": "√",
41
+ "uniVer": "x",
42
+ "unixVer": "x"
43
+ },
44
+ "alipay": {
45
+ "hostVer": "√",
46
+ "uniVer": "x",
47
+ "unixVer": "x"
48
+ },
49
+ "baidu": {
50
+ "hostVer": "√",
51
+ "uniVer": "x",
52
+ "unixVer": "x"
53
+ },
54
+ "toutiao": {
55
+ "hostVer": "√",
56
+ "uniVer": "x",
57
+ "unixVer": "x"
58
+ },
59
+ "lark": {
60
+ "hostVer": "√",
61
+ "uniVer": "x",
62
+ "unixVer": "x"
63
+ },
64
+ "qq": {
65
+ "hostVer": "√",
66
+ "uniVer": "x",
67
+ "unixVer": "x"
68
+ },
69
+ "kuaishou": {
70
+ "hostVer": "√",
71
+ "uniVer": "x",
72
+ "unixVer": "x"
73
+ },
74
+ "jd": {
75
+ "hostVer": "√",
76
+ "uniVer": "x",
77
+ "unixVer": "x"
78
+ }
79
+ },
80
+ "web": {
81
+ "uniVer": "x",
82
+ "unixVer": "4.31"
83
+ }
84
+ }
85
+ */
86
+ export interface OpenDialogPageSuccess extends AsyncApiSuccessResult {}
87
+ type OpenDialogPageSuccessCallback = (result : OpenDialogPageSuccess) => void
88
+ export interface OpenDialogPageFail extends IUniError {
89
+ errCode: RouteErrorCode
90
+ }
91
+ type OpenDialogPageFailCallback = (result : OpenDialogPageFail) => void
92
+ export type OpenDialogPageComplete = AsyncApiResult
93
+ type OpenDialogPageCompleteCallback = (result: OpenDialogPageComplete) => void
94
+
95
+ /**
96
+ * 打开 dialogPage 参数
97
+ * @uniPlatform
98
+ {
99
+ "app": {
100
+ "android": {
101
+ "osVer": "5.0",
102
+ "uniVer": "x",
103
+ "uniUtsPlugin": "x",
104
+ "unixVer": "4.31"
105
+ },
106
+ "ios": {
107
+ "osVer": "12.0",
108
+ "uniVer": "x",
109
+ "uniUtsPlugin": "x",
110
+ "unixVer": "4.31",
111
+ "unixUtsPlugin": "4.31"
112
+ },
113
+ "harmony": {
114
+ "osVer": "3.0",
115
+ "uniVer": "x",
116
+ "unixVer": "4.61",
117
+ "unixVaporVer": "5.0"
118
+ }
119
+ },
120
+ "mp": {
121
+ "weixin": {
122
+ "hostVer": "√",
123
+ "uniVer": "x",
124
+ "unixVer": "x"
125
+ },
126
+ "alipay": {
127
+ "hostVer": "√",
128
+ "uniVer": "x",
129
+ "unixVer": "x"
130
+ },
131
+ "baidu": {
132
+ "hostVer": "√",
133
+ "uniVer": "x",
134
+ "unixVer": "x"
135
+ },
136
+ "toutiao": {
137
+ "hostVer": "√",
138
+ "uniVer": "x",
139
+ "unixVer": "x"
140
+ },
141
+ "lark": {
142
+ "hostVer": "√",
143
+ "uniVer": "x",
144
+ "unixVer": "x"
145
+ },
146
+ "qq": {
147
+ "hostVer": "√",
148
+ "uniVer": "x",
149
+ "unixVer": "x"
150
+ },
151
+ "kuaishou": {
152
+ "hostVer": "√",
153
+ "uniVer": "x",
154
+ "unixVer": "x"
155
+ },
156
+ "jd": {
157
+ "hostVer": "√",
158
+ "uniVer": "x",
159
+ "unixVer": "x"
160
+ }
161
+ },
162
+ "web": {
163
+ "uniVer": "x",
164
+ "unixVer": "4.31"
165
+ }
166
+ }
167
+ */
168
+ export type OpenDialogPageOptions = {
169
+ /**
170
+ * 需要跳转的应用内非 tabBar 的页面的路径 , 路径后可以带参数
171
+ * @uniPlatform
172
+ {
173
+ "app": {
174
+ "android": {
175
+ "osVer": "5.0",
176
+ "uniVer": "x",
177
+ "uniUtsPlugin": "x",
178
+ "unixVer": "4.31"
179
+ },
180
+ "ios": {
181
+ "osVer": "12.0",
182
+ "uniVer": "x",
183
+ "uniUtsPlugin": "x",
184
+ "unixVer": "4.31",
185
+ "unixUtsPlugin": "4.31"
186
+ },
187
+ "harmony": {
188
+ "osVer": "3.0",
189
+ "uniVer": "x",
190
+ "unixVer": "4.61",
191
+ "unixVaporVer": "5.0"
192
+ }
193
+ },
194
+ "mp": {
195
+ "weixin": {
196
+ "hostVer": "√",
197
+ "uniVer": "x",
198
+ "unixVer": "x"
199
+ },
200
+ "alipay": {
201
+ "hostVer": "√",
202
+ "uniVer": "x",
203
+ "unixVer": "x"
204
+ },
205
+ "baidu": {
206
+ "hostVer": "√",
207
+ "uniVer": "x",
208
+ "unixVer": "x"
209
+ },
210
+ "toutiao": {
211
+ "hostVer": "√",
212
+ "uniVer": "x",
213
+ "unixVer": "x"
214
+ },
215
+ "lark": {
216
+ "hostVer": "√",
217
+ "uniVer": "x",
218
+ "unixVer": "x"
219
+ },
220
+ "qq": {
221
+ "hostVer": "√",
222
+ "uniVer": "x",
223
+ "unixVer": "x"
224
+ },
225
+ "kuaishou": {
226
+ "hostVer": "√",
227
+ "uniVer": "x",
228
+ "unixVer": "x"
229
+ },
230
+ "jd": {
231
+ "hostVer": "√",
232
+ "uniVer": "x",
233
+ "unixVer": "x"
234
+ }
235
+ },
236
+ "web": {
237
+ "uniVer": "x",
238
+ "unixVer": "4.31"
239
+ }
240
+ }
241
+ */
242
+ url : string | string.PageURIString
243
+ /**
244
+ * 窗口显示的动画类型
245
+ *
246
+ * @defaultValue none
247
+ * @uniPlatform
248
+ {
249
+ "app": {
250
+ "android": {
251
+ "osVer": "5.0",
252
+ "uniVer": "x",
253
+ "uniUtsPlugin": "x",
254
+ "unixVer": "4.31"
255
+ },
256
+ "ios": {
257
+ "osVer": "12.0",
258
+ "uniVer": "x",
259
+ "uniUtsPlugin": "x",
260
+ "unixVer": "4.31",
261
+ "unixUtsPlugin": "4.31"
262
+ },
263
+ "harmony": {
264
+ "osVer": "3.0",
265
+ "uniVer": "x",
266
+ "unixVer": "4.61",
267
+ "unixVaporVer": "5.0"
268
+ }
269
+ },
270
+ "mp": {
271
+ "weixin": {
272
+ "hostVer": "√",
273
+ "uniVer": "x",
274
+ "unixVer": "x"
275
+ },
276
+ "alipay": {
277
+ "hostVer": "√",
278
+ "uniVer": "x",
279
+ "unixVer": "x"
280
+ },
281
+ "baidu": {
282
+ "hostVer": "√",
283
+ "uniVer": "x",
284
+ "unixVer": "x"
285
+ },
286
+ "toutiao": {
287
+ "hostVer": "√",
288
+ "uniVer": "x",
289
+ "unixVer": "x"
290
+ },
291
+ "lark": {
292
+ "hostVer": "√",
293
+ "uniVer": "x",
294
+ "unixVer": "x"
295
+ },
296
+ "qq": {
297
+ "hostVer": "√",
298
+ "uniVer": "x",
299
+ "unixVer": "x"
300
+ },
301
+ "kuaishou": {
302
+ "hostVer": "√",
303
+ "uniVer": "x",
304
+ "unixVer": "x"
305
+ },
306
+ "jd": {
307
+ "hostVer": "√",
308
+ "uniVer": "x",
309
+ "unixVer": "x"
310
+ }
311
+ },
312
+ "web": {
313
+ "uniVer": "x",
314
+ "unixVer": "4.31"
315
+ }
316
+ }
317
+ */
318
+ animationType ?:
319
+ /**
320
+ * 自动选择动画效果
321
+ */
322
+ 'auto' |
323
+ /**
324
+ * 无动画效果
325
+ */
326
+ 'none' |
327
+ /**
328
+ * 从右侧横向滑动效果
329
+ */
330
+ 'slide-in-right' |
331
+ /**
332
+ * 左侧横向滑动效果
333
+ */
334
+ 'slide-in-left' |
335
+ /**
336
+ * 从上侧竖向滑动效果
337
+ */
338
+ 'slide-in-top' |
339
+ /**
340
+ * 从下侧竖向滑动效果
341
+ */
342
+ 'slide-in-bottom' |
343
+ /**
344
+ * 从透明到不透明逐渐显示效果
345
+ */
346
+ 'fade-in' |
347
+ /**
348
+ * 从小到大逐渐放大显示效果
349
+ */
350
+ 'zoom-out' |
351
+ /**
352
+ * 从小到大逐渐放大并且从透明到不透明逐渐显示效果
353
+ */
354
+ 'zoom-fade-out' | null
355
+ /**
356
+ * 窗口关闭动画的持续时间,单位为 ms
357
+ * @uniPlatform
358
+ {
359
+ "app": {
360
+ "android": {
361
+ "osVer": "5.0",
362
+ "uniVer": "x",
363
+ "uniUtsPlugin": "x",
364
+ "unixVer": "4.31"
365
+ },
366
+ "ios": {
367
+ "osVer": "12.0",
368
+ "uniVer": "x",
369
+ "uniUtsPlugin": "x",
370
+ "unixVer": "4.31",
371
+ "unixUtsPlugin": "4.31"
372
+ },
373
+ "harmony": {
374
+ "osVer": "3.0",
375
+ "uniVer": "x",
376
+ "unixVer": "4.61",
377
+ "unixVaporVer": "5.0"
378
+ }
379
+ },
380
+ "mp": {
381
+ "weixin": {
382
+ "hostVer": "√",
383
+ "uniVer": "x",
384
+ "unixVer": "x"
385
+ },
386
+ "alipay": {
387
+ "hostVer": "√",
388
+ "uniVer": "x",
389
+ "unixVer": "x"
390
+ },
391
+ "baidu": {
392
+ "hostVer": "√",
393
+ "uniVer": "x",
394
+ "unixVer": "x"
395
+ },
396
+ "toutiao": {
397
+ "hostVer": "√",
398
+ "uniVer": "x",
399
+ "unixVer": "x"
400
+ },
401
+ "lark": {
402
+ "hostVer": "√",
403
+ "uniVer": "x",
404
+ "unixVer": "x"
405
+ },
406
+ "qq": {
407
+ "hostVer": "√",
408
+ "uniVer": "x",
409
+ "unixVer": "x"
410
+ },
411
+ "kuaishou": {
412
+ "hostVer": "√",
413
+ "uniVer": "x",
414
+ "unixVer": "x"
415
+ },
416
+ "jd": {
417
+ "hostVer": "√",
418
+ "uniVer": "x",
419
+ "unixVer": "x"
420
+ }
421
+ },
422
+ "web": {
423
+ "uniVer": "x",
424
+ "unixVer": "4.31"
425
+ }
426
+ }
427
+ */
428
+ animationDuration ?: number | null
429
+ /**
430
+ * 是否禁用按键盘 ESC 时关闭
431
+ * @defaultValue false
432
+ * @uniPlatform
433
+ {
434
+ "app": {
435
+ "android": {
436
+ "osVer": "5.0",
437
+ "uniVer": "x",
438
+ "uniUtsPlugin": "x",
439
+ "unixVer": "4.31"
440
+ },
441
+ "ios": {
442
+ "osVer": "12.0",
443
+ "uniVer": "x",
444
+ "uniUtsPlugin": "x",
445
+ "unixVer": "4.31",
446
+ "unixUtsPlugin": "4.31"
447
+ },
448
+ "harmony": {
449
+ "osVer": "3.0",
450
+ "uniVer": "x",
451
+ "unixVer": "4.61",
452
+ "unixVaporVer": "5.0"
453
+ }
454
+ },
455
+ "mp": {
456
+ "weixin": {
457
+ "hostVer": "√",
458
+ "uniVer": "x",
459
+ "unixVer": "x"
460
+ },
461
+ "alipay": {
462
+ "hostVer": "√",
463
+ "uniVer": "x",
464
+ "unixVer": "x"
465
+ },
466
+ "baidu": {
467
+ "hostVer": "√",
468
+ "uniVer": "x",
469
+ "unixVer": "x"
470
+ },
471
+ "toutiao": {
472
+ "hostVer": "√",
473
+ "uniVer": "x",
474
+ "unixVer": "x"
475
+ },
476
+ "lark": {
477
+ "hostVer": "√",
478
+ "uniVer": "x",
479
+ "unixVer": "x"
480
+ },
481
+ "qq": {
482
+ "hostVer": "√",
483
+ "uniVer": "x",
484
+ "unixVer": "x"
485
+ },
486
+ "kuaishou": {
487
+ "hostVer": "√",
488
+ "uniVer": "x",
489
+ "unixVer": "x"
490
+ },
491
+ "jd": {
492
+ "hostVer": "√",
493
+ "uniVer": "x",
494
+ "unixVer": "x"
495
+ }
496
+ },
497
+ "web": {
498
+ "uniVer": "x",
499
+ "unixVer": "4.31"
500
+ }
501
+ }
502
+ */
503
+ disableEscBack ?: boolean | null
504
+
505
+ /**
506
+ * 要绑定的父级页面实例
507
+ * @uniPlatform
508
+ {
509
+ "app": {
510
+ "android": {
511
+ "osVer": "5.0",
512
+ "uniVer": "x",
513
+ "uniUtsPlugin": "x",
514
+ "unixVer": "4.31"
515
+ },
516
+ "ios": {
517
+ "osVer": "12.0",
518
+ "uniVer": "x",
519
+ "uniUtsPlugin": "x",
520
+ "unixVer": "4.31",
521
+ "unixUtsPlugin": "4.31"
522
+ },
523
+ "harmony": {
524
+ "osVer": "3.0",
525
+ "uniVer": "x",
526
+ "unixVer": "4.61",
527
+ "unixVaporVer": "5.0"
528
+ }
529
+ },
530
+ "mp": {
531
+ "weixin": {
532
+ "hostVer": "√",
533
+ "uniVer": "x",
534
+ "unixVer": "x"
535
+ },
536
+ "alipay": {
537
+ "hostVer": "√",
538
+ "uniVer": "x",
539
+ "unixVer": "x"
540
+ },
541
+ "baidu": {
542
+ "hostVer": "√",
543
+ "uniVer": "x",
544
+ "unixVer": "x"
545
+ },
546
+ "toutiao": {
547
+ "hostVer": "√",
548
+ "uniVer": "x",
549
+ "unixVer": "x"
550
+ },
551
+ "lark": {
552
+ "hostVer": "√",
553
+ "uniVer": "x",
554
+ "unixVer": "x"
555
+ },
556
+ "qq": {
557
+ "hostVer": "√",
558
+ "uniVer": "x",
559
+ "unixVer": "x"
560
+ },
561
+ "kuaishou": {
562
+ "hostVer": "√",
563
+ "uniVer": "x",
564
+ "unixVer": "x"
565
+ },
566
+ "jd": {
567
+ "hostVer": "√",
568
+ "uniVer": "x",
569
+ "unixVer": "x"
570
+ }
571
+ },
572
+ "web": {
573
+ "uniVer": "x",
574
+ "unixVer": "4.31"
575
+ }
576
+ }
577
+ */
578
+ parentPage?: UniPage | null
579
+
580
+ /**
581
+ * 是否触发父页面的 onHide 生命周期
582
+ * @defaultValue false
583
+ * @uniPlatform
584
+ {
585
+ "app": {
586
+ "android": {
587
+ "osVer": "5.0",
588
+ "uniVer": "x",
589
+ "uniUtsPlugin": "x",
590
+ "unixVer": "4.41"
591
+ },
592
+ "ios": {
593
+ "osVer": "12.0",
594
+ "uniVer": "x",
595
+ "uniUtsPlugin": "x",
596
+ "unixVer": "4.41",
597
+ "unixUtsPlugin": "4.41"
598
+ },
599
+ "harmony": {
600
+ "osVer": "3.0",
601
+ "uniVer": "x",
602
+ "unixVer": "4.61",
603
+ "unixVaporVer": "5.0"
604
+ }
605
+ },
606
+ "mp": {
607
+ "weixin": {
608
+ "hostVer": "√",
609
+ "uniVer": "x",
610
+ "unixVer": "x"
611
+ },
612
+ "alipay": {
613
+ "hostVer": "√",
614
+ "uniVer": "x",
615
+ "unixVer": "x"
616
+ },
617
+ "baidu": {
618
+ "hostVer": "√",
619
+ "uniVer": "x",
620
+ "unixVer": "x"
621
+ },
622
+ "toutiao": {
623
+ "hostVer": "√",
624
+ "uniVer": "x",
625
+ "unixVer": "x"
626
+ },
627
+ "lark": {
628
+ "hostVer": "√",
629
+ "uniVer": "x",
630
+ "unixVer": "x"
631
+ },
632
+ "qq": {
633
+ "hostVer": "√",
634
+ "uniVer": "x",
635
+ "unixVer": "x"
636
+ },
637
+ "kuaishou": {
638
+ "hostVer": "√",
639
+ "uniVer": "x",
640
+ "unixVer": "x"
641
+ },
642
+ "jd": {
643
+ "hostVer": "√",
644
+ "uniVer": "x",
645
+ "unixVer": "x"
646
+ }
647
+ },
648
+ "web": {
649
+ "uniVer": "x",
650
+ "unixVer": "4.41"
651
+ }
652
+ }
653
+ */
654
+ triggerParentHide?: boolean | null
655
+
656
+ /**
657
+ * 接口调用成功的回调函数
658
+ * @uniPlatform
659
+ {
660
+ "app": {
661
+ "android": {
662
+ "osVer": "5.0",
663
+ "uniVer": "x",
664
+ "uniUtsPlugin": "x",
665
+ "unixVer": "4.31"
666
+ },
667
+ "ios": {
668
+ "osVer": "12.0",
669
+ "uniVer": "x",
670
+ "uniUtsPlugin": "x",
671
+ "unixVer": "4.31",
672
+ "unixUtsPlugin": "4.31"
673
+ },
674
+ "harmony": {
675
+ "osVer": "3.0",
676
+ "uniVer": "x",
677
+ "unixVer": "4.61",
678
+ "unixVaporVer": "5.0"
679
+ }
680
+ },
681
+ "mp": {
682
+ "weixin": {
683
+ "hostVer": "√",
684
+ "uniVer": "x",
685
+ "unixVer": "x"
686
+ },
687
+ "alipay": {
688
+ "hostVer": "√",
689
+ "uniVer": "x",
690
+ "unixVer": "x"
691
+ },
692
+ "baidu": {
693
+ "hostVer": "√",
694
+ "uniVer": "x",
695
+ "unixVer": "x"
696
+ },
697
+ "toutiao": {
698
+ "hostVer": "√",
699
+ "uniVer": "x",
700
+ "unixVer": "x"
701
+ },
702
+ "lark": {
703
+ "hostVer": "√",
704
+ "uniVer": "x",
705
+ "unixVer": "x"
706
+ },
707
+ "qq": {
708
+ "hostVer": "√",
709
+ "uniVer": "x",
710
+ "unixVer": "x"
711
+ },
712
+ "kuaishou": {
713
+ "hostVer": "√",
714
+ "uniVer": "x",
715
+ "unixVer": "x"
716
+ },
717
+ "jd": {
718
+ "hostVer": "√",
719
+ "uniVer": "x",
720
+ "unixVer": "x"
721
+ }
722
+ },
723
+ "web": {
724
+ "uniVer": "x",
725
+ "unixVer": "4.31"
726
+ }
727
+ }
728
+ */
729
+ success ?: OpenDialogPageSuccessCallback | null
730
+ /**
731
+ * 接口调用失败的回调函数
732
+ * @uniPlatform
733
+ {
734
+ "app": {
735
+ "android": {
736
+ "osVer": "5.0",
737
+ "uniVer": "x",
738
+ "uniUtsPlugin": "x",
739
+ "unixVer": "4.31"
740
+ },
741
+ "ios": {
742
+ "osVer": "12.0",
743
+ "uniVer": "x",
744
+ "uniUtsPlugin": "x",
745
+ "unixVer": "4.31",
746
+ "unixUtsPlugin": "4.31"
747
+ },
748
+ "harmony": {
749
+ "osVer": "3.0",
750
+ "uniVer": "x",
751
+ "unixVer": "4.61",
752
+ "unixVaporVer": "5.0"
753
+ }
754
+ },
755
+ "mp": {
756
+ "weixin": {
757
+ "hostVer": "√",
758
+ "uniVer": "x",
759
+ "unixVer": "x"
760
+ },
761
+ "alipay": {
762
+ "hostVer": "√",
763
+ "uniVer": "x",
764
+ "unixVer": "x"
765
+ },
766
+ "baidu": {
767
+ "hostVer": "√",
768
+ "uniVer": "x",
769
+ "unixVer": "x"
770
+ },
771
+ "toutiao": {
772
+ "hostVer": "√",
773
+ "uniVer": "x",
774
+ "unixVer": "x"
775
+ },
776
+ "lark": {
777
+ "hostVer": "√",
778
+ "uniVer": "x",
779
+ "unixVer": "x"
780
+ },
781
+ "qq": {
782
+ "hostVer": "√",
783
+ "uniVer": "x",
784
+ "unixVer": "x"
785
+ },
786
+ "kuaishou": {
787
+ "hostVer": "√",
788
+ "uniVer": "x",
789
+ "unixVer": "x"
790
+ },
791
+ "jd": {
792
+ "hostVer": "√",
793
+ "uniVer": "x",
794
+ "unixVer": "x"
795
+ }
796
+ },
797
+ "web": {
798
+ "uniVer": "x",
799
+ "unixVer": "4.31"
800
+ }
801
+ }
802
+ */
803
+ fail ?: OpenDialogPageFailCallback | null
804
+ /**
805
+ * 接口调用结束的回调函数(调用成功、失败都会执行)
806
+ * @uniPlatform
807
+ {
808
+ "app": {
809
+ "android": {
810
+ "osVer": "5.0",
811
+ "uniVer": "x",
812
+ "uniUtsPlugin": "x",
813
+ "unixVer": "4.31"
814
+ },
815
+ "ios": {
816
+ "osVer": "12.0",
817
+ "uniVer": "x",
818
+ "uniUtsPlugin": "x",
819
+ "unixVer": "4.31",
820
+ "unixUtsPlugin": "4.31"
821
+ },
822
+ "harmony": {
823
+ "osVer": "3.0",
824
+ "uniVer": "x",
825
+ "unixVer": "4.61",
826
+ "unixVaporVer": "5.0"
827
+ }
828
+ },
829
+ "mp": {
830
+ "weixin": {
831
+ "hostVer": "√",
832
+ "uniVer": "x",
833
+ "unixVer": "x"
834
+ },
835
+ "alipay": {
836
+ "hostVer": "√",
837
+ "uniVer": "x",
838
+ "unixVer": "x"
839
+ },
840
+ "baidu": {
841
+ "hostVer": "√",
842
+ "uniVer": "x",
843
+ "unixVer": "x"
844
+ },
845
+ "toutiao": {
846
+ "hostVer": "√",
847
+ "uniVer": "x",
848
+ "unixVer": "x"
849
+ },
850
+ "lark": {
851
+ "hostVer": "√",
852
+ "uniVer": "x",
853
+ "unixVer": "x"
854
+ },
855
+ "qq": {
856
+ "hostVer": "√",
857
+ "uniVer": "x",
858
+ "unixVer": "x"
859
+ },
860
+ "kuaishou": {
861
+ "hostVer": "√",
862
+ "uniVer": "x",
863
+ "unixVer": "x"
864
+ },
865
+ "jd": {
866
+ "hostVer": "√",
867
+ "uniVer": "x",
868
+ "unixVer": "x"
869
+ }
870
+ },
871
+ "web": {
872
+ "uniVer": "x",
873
+ "unixVer": "4.31"
874
+ }
875
+ }
876
+ */
877
+ complete ?: OpenDialogPageCompleteCallback | null
878
+ }
879
+
880
+ export type CloseDialogPageSuccess = AsyncApiSuccessResult
881
+ type CloseDialogPageSuccessCallback = (result: CloseDialogPageSuccess) => void
882
+ /**
883
+ * 关闭 dialogPage 失败回调参数
884
+ * @uniPlatform
885
+ {
886
+ "app": {
887
+ "android": {
888
+ "osVer": "5.0",
889
+ "uniVer": "x",
890
+ "uniUtsPlugin": "x",
891
+ "unixVer": "4.31"
892
+ },
893
+ "ios": {
894
+ "osVer": "12.0",
895
+ "uniVer": "x",
896
+ "uniUtsPlugin": "x",
897
+ "unixVer": "4.31",
898
+ "unixUtsPlugin": "4.31"
899
+ },
900
+ "harmony": {
901
+ "osVer": "3.0",
902
+ "uniVer": "x",
903
+ "unixVer": "4.61",
904
+ "unixVaporVer": "5.0"
905
+ }
906
+ },
907
+ "mp": {
908
+ "weixin": {
909
+ "hostVer": "√",
910
+ "uniVer": "x",
911
+ "unixVer": "x"
912
+ },
913
+ "alipay": {
914
+ "hostVer": "√",
915
+ "uniVer": "x",
916
+ "unixVer": "x"
917
+ },
918
+ "baidu": {
919
+ "hostVer": "√",
920
+ "uniVer": "x",
921
+ "unixVer": "x"
922
+ },
923
+ "toutiao": {
924
+ "hostVer": "√",
925
+ "uniVer": "x",
926
+ "unixVer": "x"
927
+ },
928
+ "lark": {
929
+ "hostVer": "√",
930
+ "uniVer": "x",
931
+ "unixVer": "x"
932
+ },
933
+ "qq": {
934
+ "hostVer": "√",
935
+ "uniVer": "x",
936
+ "unixVer": "x"
937
+ },
938
+ "kuaishou": {
939
+ "hostVer": "√",
940
+ "uniVer": "x",
941
+ "unixVer": "x"
942
+ },
943
+ "jd": {
944
+ "hostVer": "√",
945
+ "uniVer": "x",
946
+ "unixVer": "x"
947
+ }
948
+ },
949
+ "web": {
950
+ "uniVer": "x",
951
+ "unixVer": "4.31"
952
+ }
953
+ }
954
+ */
955
+ export interface CloseDialogPageFail extends IUniError {
956
+ errCode: RouteErrorCode
957
+ }
958
+ type CloseDialogPageFailCallback = (result: CloseDialogPageFail) => void
959
+ export type CloseDialogPageComplete = AsyncApiResult
960
+ type CloseDialogPageCompleteCallback = (result: CloseDialogPageComplete) => void
961
+ /**
962
+ * 关闭 dialogPage 参数
963
+ * @uniPlatform
964
+ {
965
+ "app": {
966
+ "android": {
967
+ "osVer": "5.0",
968
+ "uniVer": "x",
969
+ "uniUtsPlugin": "x",
970
+ "unixVer": "4.31"
971
+ },
972
+ "ios": {
973
+ "osVer": "12.0",
974
+ "uniVer": "x",
975
+ "uniUtsPlugin": "x",
976
+ "unixVer": "4.31",
977
+ "unixUtsPlugin": "4.31"
978
+ },
979
+ "harmony": {
980
+ "osVer": "3.0",
981
+ "uniVer": "x",
982
+ "unixVer": "4.61",
983
+ "unixVaporVer": "5.0"
984
+ }
985
+ },
986
+ "mp": {
987
+ "weixin": {
988
+ "hostVer": "√",
989
+ "uniVer": "x",
990
+ "unixVer": "x"
991
+ },
992
+ "alipay": {
993
+ "hostVer": "√",
994
+ "uniVer": "x",
995
+ "unixVer": "x"
996
+ },
997
+ "baidu": {
998
+ "hostVer": "√",
999
+ "uniVer": "x",
1000
+ "unixVer": "x"
1001
+ },
1002
+ "toutiao": {
1003
+ "hostVer": "√",
1004
+ "uniVer": "x",
1005
+ "unixVer": "x"
1006
+ },
1007
+ "lark": {
1008
+ "hostVer": "√",
1009
+ "uniVer": "x",
1010
+ "unixVer": "x"
1011
+ },
1012
+ "qq": {
1013
+ "hostVer": "√",
1014
+ "uniVer": "x",
1015
+ "unixVer": "x"
1016
+ },
1017
+ "kuaishou": {
1018
+ "hostVer": "√",
1019
+ "uniVer": "x",
1020
+ "unixVer": "x"
1021
+ },
1022
+ "jd": {
1023
+ "hostVer": "√",
1024
+ "uniVer": "x",
1025
+ "unixVer": "x"
1026
+ }
1027
+ },
1028
+ "web": {
1029
+ "uniVer": "x",
1030
+ "unixVer": "4.31"
1031
+ }
1032
+ }
1033
+ */
1034
+ export type CloseDialogPageOptions = {
1035
+ /**
1036
+ * 要关闭的 dialogPage 实例
1037
+ * @uniPlatform
1038
+ * {
1039
+ * "app": {
1040
+ * "android": {
1041
+ * "osVer": "5.0",
1042
+ * "uniVer": "x",
1043
+ * "uniUtsPlugin": "x",
1044
+ * "unixVer": "4.31"
1045
+ * },
1046
+ * "ios": {
1047
+ * "osVer": "12.0",
1048
+ * "uniVer": "x",
1049
+ * "uniUtsPlugin": "x",
1050
+ * "unixVer": "4.31",
1051
+ * "unixUtsPlugin": "4.31"
1052
+ * },
1053
+ * "harmony": {
1054
+ * "osVer": "3.0",
1055
+ * "uniVer": "x",
1056
+ * "unixVer": "4.61",
1057
+ * "unixVaporVer": "5.0"
1058
+ * }
1059
+ * },
1060
+ * "mp": {
1061
+ * "weixin": {
1062
+ * "hostVer": "√",
1063
+ * "uniVer": "x",
1064
+ * "unixVer": "x"
1065
+ * },
1066
+ * "alipay": {
1067
+ * "hostVer": "√",
1068
+ * "uniVer": "x",
1069
+ * "unixVer": "x"
1070
+ * },
1071
+ * "baidu": {
1072
+ * "hostVer": "√",
1073
+ * "uniVer": "x",
1074
+ * "unixVer": "x"
1075
+ * },
1076
+ * "toutiao": {
1077
+ * "hostVer": "√",
1078
+ * "uniVer": "x",
1079
+ * "unixVer": "x"
1080
+ * },
1081
+ * "lark": {
1082
+ * "hostVer": "√",
1083
+ * "uniVer": "x",
1084
+ * "unixVer": "x"
1085
+ * },
1086
+ * "qq": {
1087
+ * "hostVer": "√",
1088
+ * "uniVer": "x",
1089
+ * "unixVer": "x"
1090
+ * },
1091
+ * "kuaishou": {
1092
+ * "hostVer": "√",
1093
+ * "uniVer": "x",
1094
+ * "unixVer": "x"
1095
+ * },
1096
+ * "jd": {
1097
+ * "hostVer": "√",
1098
+ * "uniVer": "x",
1099
+ * "unixVer": "x"
1100
+ * }
1101
+ * },
1102
+ * "web": {
1103
+ * "uniVer": "x",
1104
+ * "unixVer": "4.31"
1105
+ * }
1106
+ * }
1107
+ */
1108
+ dialogPage?: UniPage | null
1109
+ /**
1110
+ * 窗口关闭的动画类型
1111
+ *
1112
+ * @defaultValue auto
1113
+ * @uniPlatform
1114
+ * {
1115
+ * "app": {
1116
+ * "android": {
1117
+ * "osVer": "5.0",
1118
+ * "uniVer": "x",
1119
+ * "uniUtsPlugin": "x",
1120
+ * "unixVer": "4.31"
1121
+ * },
1122
+ * "ios": {
1123
+ * "osVer": "12.0",
1124
+ * "uniVer": "x",
1125
+ * "uniUtsPlugin": "x",
1126
+ * "unixVer": "4.31",
1127
+ * "unixUtsPlugin": "4.31"
1128
+ * },
1129
+ * "harmony": {
1130
+ * "osVer": "3.0",
1131
+ * "uniVer": "x",
1132
+ * "unixVer": "4.61",
1133
+ * "unixVaporVer": "5.0"
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
+ animationType ?:
1185
+ /**
1186
+ * 自动选择动画效果
1187
+ * @uniPlatform
1188
+ * {
1189
+ * "app": {
1190
+ * "android": {
1191
+ * "osVer": "5.0",
1192
+ * "uniVer": "x",
1193
+ * "uniUtsPlugin": "x",
1194
+ * "unixVer": "4.31"
1195
+ * },
1196
+ * "ios": {
1197
+ * "osVer": "12.0",
1198
+ * "uniVer": "x",
1199
+ * "uniUtsPlugin": "x",
1200
+ * "unixVer": "4.31",
1201
+ * "unixUtsPlugin": "4.31"
1202
+ * },
1203
+ * "harmony": {
1204
+ * "osVer": "3.0",
1205
+ * "uniVer": "x",
1206
+ * "unixVer": "4.61",
1207
+ * "unixVaporVer": "5.0"
1208
+ * }
1209
+ * },
1210
+ * "mp": {
1211
+ * "weixin": {
1212
+ * "hostVer": "√",
1213
+ * "uniVer": "x",
1214
+ * "unixVer": "x"
1215
+ * },
1216
+ * "alipay": {
1217
+ * "hostVer": "√",
1218
+ * "uniVer": "x",
1219
+ * "unixVer": "x"
1220
+ * },
1221
+ * "baidu": {
1222
+ * "hostVer": "√",
1223
+ * "uniVer": "x",
1224
+ * "unixVer": "x"
1225
+ * },
1226
+ * "toutiao": {
1227
+ * "hostVer": "√",
1228
+ * "uniVer": "x",
1229
+ * "unixVer": "x"
1230
+ * },
1231
+ * "lark": {
1232
+ * "hostVer": "√",
1233
+ * "uniVer": "x",
1234
+ * "unixVer": "x"
1235
+ * },
1236
+ * "qq": {
1237
+ * "hostVer": "√",
1238
+ * "uniVer": "x",
1239
+ * "unixVer": "x"
1240
+ * },
1241
+ * "kuaishou": {
1242
+ * "hostVer": "√",
1243
+ * "uniVer": "x",
1244
+ * "unixVer": "x"
1245
+ * },
1246
+ * "jd": {
1247
+ * "hostVer": "√",
1248
+ * "uniVer": "x",
1249
+ * "unixVer": "x"
1250
+ * }
1251
+ * },
1252
+ * "web": {
1253
+ * "uniVer": "x",
1254
+ * "unixVer": "x"
1255
+ * }
1256
+ * }
1257
+ */
1258
+ 'auto' |
1259
+ /**
1260
+ * 无动画效果
1261
+ * @uniPlatform
1262
+ * {
1263
+ * "app": {
1264
+ * "android": {
1265
+ * "osVer": "5.0",
1266
+ * "uniVer": "x",
1267
+ * "uniUtsPlugin": "x",
1268
+ * "unixVer": "4.31"
1269
+ * },
1270
+ * "ios": {
1271
+ * "osVer": "12.0",
1272
+ * "uniVer": "x",
1273
+ * "uniUtsPlugin": "x",
1274
+ * "unixVer": "4.31",
1275
+ * "unixUtsPlugin": "4.31"
1276
+ * },
1277
+ * "harmony": {
1278
+ * "osVer": "3.0",
1279
+ * "uniVer": "x",
1280
+ * "unixVer": "4.61",
1281
+ * "unixVaporVer": "5.0"
1282
+ * }
1283
+ * },
1284
+ * "mp": {
1285
+ * "weixin": {
1286
+ * "hostVer": "√",
1287
+ * "uniVer": "x",
1288
+ * "unixVer": "x"
1289
+ * },
1290
+ * "alipay": {
1291
+ * "hostVer": "√",
1292
+ * "uniVer": "x",
1293
+ * "unixVer": "x"
1294
+ * },
1295
+ * "baidu": {
1296
+ * "hostVer": "√",
1297
+ * "uniVer": "x",
1298
+ * "unixVer": "x"
1299
+ * },
1300
+ * "toutiao": {
1301
+ * "hostVer": "√",
1302
+ * "uniVer": "x",
1303
+ * "unixVer": "x"
1304
+ * },
1305
+ * "lark": {
1306
+ * "hostVer": "√",
1307
+ * "uniVer": "x",
1308
+ * "unixVer": "x"
1309
+ * },
1310
+ * "qq": {
1311
+ * "hostVer": "√",
1312
+ * "uniVer": "x",
1313
+ * "unixVer": "x"
1314
+ * },
1315
+ * "kuaishou": {
1316
+ * "hostVer": "√",
1317
+ * "uniVer": "x",
1318
+ * "unixVer": "x"
1319
+ * },
1320
+ * "jd": {
1321
+ * "hostVer": "√",
1322
+ * "uniVer": "x",
1323
+ * "unixVer": "x"
1324
+ * }
1325
+ * },
1326
+ * "web": {
1327
+ * "uniVer": "x",
1328
+ * "unixVer": "x"
1329
+ * }
1330
+ * }
1331
+ */
1332
+ 'none' |
1333
+ /**
1334
+ * 横向向右侧滑出屏幕动画
1335
+ * @uniPlatform
1336
+ * {
1337
+ * "app": {
1338
+ * "android": {
1339
+ * "osVer": "5.0",
1340
+ * "uniVer": "x",
1341
+ * "uniUtsPlugin": "x",
1342
+ * "unixVer": "4.31"
1343
+ * },
1344
+ * "ios": {
1345
+ * "osVer": "12.0",
1346
+ * "uniVer": "x",
1347
+ * "uniUtsPlugin": "x",
1348
+ * "unixVer": "4.31",
1349
+ * "unixUtsPlugin": "4.31"
1350
+ * },
1351
+ * "harmony": {
1352
+ * "osVer": "3.0",
1353
+ * "uniVer": "x",
1354
+ * "unixVer": "4.61",
1355
+ * "unixVaporVer": "5.0"
1356
+ * }
1357
+ * },
1358
+ * "mp": {
1359
+ * "weixin": {
1360
+ * "hostVer": "√",
1361
+ * "uniVer": "x",
1362
+ * "unixVer": "x"
1363
+ * },
1364
+ * "alipay": {
1365
+ * "hostVer": "√",
1366
+ * "uniVer": "x",
1367
+ * "unixVer": "x"
1368
+ * },
1369
+ * "baidu": {
1370
+ * "hostVer": "√",
1371
+ * "uniVer": "x",
1372
+ * "unixVer": "x"
1373
+ * },
1374
+ * "toutiao": {
1375
+ * "hostVer": "√",
1376
+ * "uniVer": "x",
1377
+ * "unixVer": "x"
1378
+ * },
1379
+ * "lark": {
1380
+ * "hostVer": "√",
1381
+ * "uniVer": "x",
1382
+ * "unixVer": "x"
1383
+ * },
1384
+ * "qq": {
1385
+ * "hostVer": "√",
1386
+ * "uniVer": "x",
1387
+ * "unixVer": "x"
1388
+ * },
1389
+ * "kuaishou": {
1390
+ * "hostVer": "√",
1391
+ * "uniVer": "x",
1392
+ * "unixVer": "x"
1393
+ * },
1394
+ * "jd": {
1395
+ * "hostVer": "√",
1396
+ * "uniVer": "x",
1397
+ * "unixVer": "x"
1398
+ * }
1399
+ * },
1400
+ * "web": {
1401
+ * "uniVer": "x",
1402
+ * "unixVer": "x"
1403
+ * }
1404
+ * }
1405
+ */
1406
+ 'slide-out-right' |
1407
+ /**
1408
+ * 横向向左侧滑出屏幕动画
1409
+ * @uniPlatform
1410
+ * {
1411
+ * "app": {
1412
+ * "android": {
1413
+ * "osVer": "5.0",
1414
+ * "uniVer": "x",
1415
+ * "uniUtsPlugin": "x",
1416
+ * "unixVer": "4.31"
1417
+ * },
1418
+ * "ios": {
1419
+ * "osVer": "12.0",
1420
+ * "uniVer": "x",
1421
+ * "uniUtsPlugin": "x",
1422
+ * "unixVer": "4.31",
1423
+ * "unixUtsPlugin": "4.31"
1424
+ * },
1425
+ * "harmony": {
1426
+ * "osVer": "3.0",
1427
+ * "uniVer": "x",
1428
+ * "unixVer": "4.61",
1429
+ * "unixVaporVer": "5.0"
1430
+ * }
1431
+ * },
1432
+ * "mp": {
1433
+ * "weixin": {
1434
+ * "hostVer": "√",
1435
+ * "uniVer": "x",
1436
+ * "unixVer": "x"
1437
+ * },
1438
+ * "alipay": {
1439
+ * "hostVer": "√",
1440
+ * "uniVer": "x",
1441
+ * "unixVer": "x"
1442
+ * },
1443
+ * "baidu": {
1444
+ * "hostVer": "√",
1445
+ * "uniVer": "x",
1446
+ * "unixVer": "x"
1447
+ * },
1448
+ * "toutiao": {
1449
+ * "hostVer": "√",
1450
+ * "uniVer": "x",
1451
+ * "unixVer": "x"
1452
+ * },
1453
+ * "lark": {
1454
+ * "hostVer": "√",
1455
+ * "uniVer": "x",
1456
+ * "unixVer": "x"
1457
+ * },
1458
+ * "qq": {
1459
+ * "hostVer": "√",
1460
+ * "uniVer": "x",
1461
+ * "unixVer": "x"
1462
+ * },
1463
+ * "kuaishou": {
1464
+ * "hostVer": "√",
1465
+ * "uniVer": "x",
1466
+ * "unixVer": "x"
1467
+ * },
1468
+ * "jd": {
1469
+ * "hostVer": "√",
1470
+ * "uniVer": "x",
1471
+ * "unixVer": "x"
1472
+ * }
1473
+ * },
1474
+ * "web": {
1475
+ * "uniVer": "x",
1476
+ * "unixVer": "x"
1477
+ * }
1478
+ * }
1479
+ */
1480
+ 'slide-out-left' |
1481
+ /**
1482
+ * 竖向向上侧滑出屏幕动画
1483
+ * @uniPlatform
1484
+ * {
1485
+ * "app": {
1486
+ * "android": {
1487
+ * "osVer": "5.0",
1488
+ * "uniVer": "x",
1489
+ * "uniUtsPlugin": "x",
1490
+ * "unixVer": "4.31"
1491
+ * },
1492
+ * "ios": {
1493
+ * "osVer": "12.0",
1494
+ * "uniVer": "x",
1495
+ * "uniUtsPlugin": "x",
1496
+ * "unixVer": "4.31",
1497
+ * "unixUtsPlugin": "4.31"
1498
+ * },
1499
+ * "harmony": {
1500
+ * "osVer": "3.0",
1501
+ * "uniVer": "x",
1502
+ * "unixVer": "4.61",
1503
+ * "unixVaporVer": "5.0"
1504
+ * }
1505
+ * },
1506
+ * "mp": {
1507
+ * "weixin": {
1508
+ * "hostVer": "√",
1509
+ * "uniVer": "x",
1510
+ * "unixVer": "x"
1511
+ * },
1512
+ * "alipay": {
1513
+ * "hostVer": "√",
1514
+ * "uniVer": "x",
1515
+ * "unixVer": "x"
1516
+ * },
1517
+ * "baidu": {
1518
+ * "hostVer": "√",
1519
+ * "uniVer": "x",
1520
+ * "unixVer": "x"
1521
+ * },
1522
+ * "toutiao": {
1523
+ * "hostVer": "√",
1524
+ * "uniVer": "x",
1525
+ * "unixVer": "x"
1526
+ * },
1527
+ * "lark": {
1528
+ * "hostVer": "√",
1529
+ * "uniVer": "x",
1530
+ * "unixVer": "x"
1531
+ * },
1532
+ * "qq": {
1533
+ * "hostVer": "√",
1534
+ * "uniVer": "x",
1535
+ * "unixVer": "x"
1536
+ * },
1537
+ * "kuaishou": {
1538
+ * "hostVer": "√",
1539
+ * "uniVer": "x",
1540
+ * "unixVer": "x"
1541
+ * },
1542
+ * "jd": {
1543
+ * "hostVer": "√",
1544
+ * "uniVer": "x",
1545
+ * "unixVer": "x"
1546
+ * }
1547
+ * },
1548
+ * "web": {
1549
+ * "uniVer": "x",
1550
+ * "unixVer": "x"
1551
+ * }
1552
+ * }
1553
+ */
1554
+ 'slide-out-top' |
1555
+ /**
1556
+ * 竖向向下侧滑出屏幕动画
1557
+ * @uniPlatform
1558
+ * {
1559
+ * "app": {
1560
+ * "android": {
1561
+ * "osVer": "5.0",
1562
+ * "uniVer": "x",
1563
+ * "uniUtsPlugin": "x",
1564
+ * "unixVer": "4.31"
1565
+ * },
1566
+ * "ios": {
1567
+ * "osVer": "12.0",
1568
+ * "uniVer": "x",
1569
+ * "uniUtsPlugin": "x",
1570
+ * "unixVer": "4.31",
1571
+ * "unixUtsPlugin": "4.31"
1572
+ * },
1573
+ * "harmony": {
1574
+ * "osVer": "3.0",
1575
+ * "uniVer": "x",
1576
+ * "unixVer": "4.61",
1577
+ * "unixVaporVer": "5.0"
1578
+ * }
1579
+ * },
1580
+ * "mp": {
1581
+ * "weixin": {
1582
+ * "hostVer": "√",
1583
+ * "uniVer": "x",
1584
+ * "unixVer": "x"
1585
+ * },
1586
+ * "alipay": {
1587
+ * "hostVer": "√",
1588
+ * "uniVer": "x",
1589
+ * "unixVer": "x"
1590
+ * },
1591
+ * "baidu": {
1592
+ * "hostVer": "√",
1593
+ * "uniVer": "x",
1594
+ * "unixVer": "x"
1595
+ * },
1596
+ * "toutiao": {
1597
+ * "hostVer": "√",
1598
+ * "uniVer": "x",
1599
+ * "unixVer": "x"
1600
+ * },
1601
+ * "lark": {
1602
+ * "hostVer": "√",
1603
+ * "uniVer": "x",
1604
+ * "unixVer": "x"
1605
+ * },
1606
+ * "qq": {
1607
+ * "hostVer": "√",
1608
+ * "uniVer": "x",
1609
+ * "unixVer": "x"
1610
+ * },
1611
+ * "kuaishou": {
1612
+ * "hostVer": "√",
1613
+ * "uniVer": "x",
1614
+ * "unixVer": "x"
1615
+ * },
1616
+ * "jd": {
1617
+ * "hostVer": "√",
1618
+ * "uniVer": "x",
1619
+ * "unixVer": "x"
1620
+ * }
1621
+ * },
1622
+ * "web": {
1623
+ * "uniVer": "x",
1624
+ * "unixVer": "x"
1625
+ * }
1626
+ * }
1627
+ */
1628
+ 'slide-out-bottom' |
1629
+ /**
1630
+ * 从不透明到透明逐渐隐藏动画
1631
+ * @uniPlatform
1632
+ * {
1633
+ * "app": {
1634
+ * "android": {
1635
+ * "osVer": "5.0",
1636
+ * "uniVer": "x",
1637
+ * "uniUtsPlugin": "x",
1638
+ * "unixVer": "4.31"
1639
+ * },
1640
+ * "ios": {
1641
+ * "osVer": "12.0",
1642
+ * "uniVer": "x",
1643
+ * "uniUtsPlugin": "x",
1644
+ * "unixVer": "4.31",
1645
+ * "unixUtsPlugin": "4.31"
1646
+ * },
1647
+ * "harmony": {
1648
+ * "osVer": "3.0",
1649
+ * "uniVer": "x",
1650
+ * "unixVer": "4.61",
1651
+ * "unixVaporVer": "5.0"
1652
+ * }
1653
+ * },
1654
+ * "mp": {
1655
+ * "weixin": {
1656
+ * "hostVer": "√",
1657
+ * "uniVer": "x",
1658
+ * "unixVer": "x"
1659
+ * },
1660
+ * "alipay": {
1661
+ * "hostVer": "√",
1662
+ * "uniVer": "x",
1663
+ * "unixVer": "x"
1664
+ * },
1665
+ * "baidu": {
1666
+ * "hostVer": "√",
1667
+ * "uniVer": "x",
1668
+ * "unixVer": "x"
1669
+ * },
1670
+ * "toutiao": {
1671
+ * "hostVer": "√",
1672
+ * "uniVer": "x",
1673
+ * "unixVer": "x"
1674
+ * },
1675
+ * "lark": {
1676
+ * "hostVer": "√",
1677
+ * "uniVer": "x",
1678
+ * "unixVer": "x"
1679
+ * },
1680
+ * "qq": {
1681
+ * "hostVer": "√",
1682
+ * "uniVer": "x",
1683
+ * "unixVer": "x"
1684
+ * },
1685
+ * "kuaishou": {
1686
+ * "hostVer": "√",
1687
+ * "uniVer": "x",
1688
+ * "unixVer": "x"
1689
+ * },
1690
+ * "jd": {
1691
+ * "hostVer": "√",
1692
+ * "uniVer": "x",
1693
+ * "unixVer": "x"
1694
+ * }
1695
+ * },
1696
+ * "web": {
1697
+ * "uniVer": "x",
1698
+ * "unixVer": "x"
1699
+ * }
1700
+ * }
1701
+ */
1702
+ 'fade-out' |
1703
+ /**
1704
+ * 从大逐渐缩小关闭动画
1705
+ * @uniPlatform
1706
+ * {
1707
+ * "app": {
1708
+ * "android": {
1709
+ * "osVer": "5.0",
1710
+ * "uniVer": "x",
1711
+ * "uniUtsPlugin": "x",
1712
+ * "unixVer": "4.31"
1713
+ * },
1714
+ * "ios": {
1715
+ * "osVer": "12.0",
1716
+ * "uniVer": "x",
1717
+ * "uniUtsPlugin": "x",
1718
+ * "unixVer": "4.31",
1719
+ * "unixUtsPlugin": "4.31"
1720
+ * },
1721
+ * "harmony": {
1722
+ * "osVer": "3.0",
1723
+ * "uniVer": "x",
1724
+ * "unixVer": "4.61",
1725
+ * "unixVaporVer": "5.0"
1726
+ * }
1727
+ * },
1728
+ * "mp": {
1729
+ * "weixin": {
1730
+ * "hostVer": "√",
1731
+ * "uniVer": "x",
1732
+ * "unixVer": "x"
1733
+ * },
1734
+ * "alipay": {
1735
+ * "hostVer": "√",
1736
+ * "uniVer": "x",
1737
+ * "unixVer": "x"
1738
+ * },
1739
+ * "baidu": {
1740
+ * "hostVer": "√",
1741
+ * "uniVer": "x",
1742
+ * "unixVer": "x"
1743
+ * },
1744
+ * "toutiao": {
1745
+ * "hostVer": "√",
1746
+ * "uniVer": "x",
1747
+ * "unixVer": "x"
1748
+ * },
1749
+ * "lark": {
1750
+ * "hostVer": "√",
1751
+ * "uniVer": "x",
1752
+ * "unixVer": "x"
1753
+ * },
1754
+ * "qq": {
1755
+ * "hostVer": "√",
1756
+ * "uniVer": "x",
1757
+ * "unixVer": "x"
1758
+ * },
1759
+ * "kuaishou": {
1760
+ * "hostVer": "√",
1761
+ * "uniVer": "x",
1762
+ * "unixVer": "x"
1763
+ * },
1764
+ * "jd": {
1765
+ * "hostVer": "√",
1766
+ * "uniVer": "x",
1767
+ * "unixVer": "x"
1768
+ * }
1769
+ * },
1770
+ * "web": {
1771
+ * "uniVer": "x",
1772
+ * "unixVer": "x"
1773
+ * }
1774
+ * }
1775
+ */
1776
+ 'zoom-in' |
1777
+ /**
1778
+ * 从大逐渐缩小并且从不透明到透明逐渐隐藏关闭动画
1779
+ * @uniPlatform
1780
+ * {
1781
+ * "app": {
1782
+ * "android": {
1783
+ * "osVer": "5.0",
1784
+ * "uniVer": "x",
1785
+ * "uniUtsPlugin": "x",
1786
+ * "unixVer": "4.31"
1787
+ * },
1788
+ * "ios": {
1789
+ * "osVer": "12.0",
1790
+ * "uniVer": "x",
1791
+ * "uniUtsPlugin": "x",
1792
+ * "unixVer": "4.31",
1793
+ * "unixUtsPlugin": "4.31"
1794
+ * },
1795
+ * "harmony": {
1796
+ * "osVer": "3.0",
1797
+ * "uniVer": "x",
1798
+ * "unixVer": "4.61",
1799
+ * "unixVaporVer": "5.0"
1800
+ * }
1801
+ * },
1802
+ * "mp": {
1803
+ * "weixin": {
1804
+ * "hostVer": "√",
1805
+ * "uniVer": "x",
1806
+ * "unixVer": "x"
1807
+ * },
1808
+ * "alipay": {
1809
+ * "hostVer": "√",
1810
+ * "uniVer": "x",
1811
+ * "unixVer": "x"
1812
+ * },
1813
+ * "baidu": {
1814
+ * "hostVer": "√",
1815
+ * "uniVer": "x",
1816
+ * "unixVer": "x"
1817
+ * },
1818
+ * "toutiao": {
1819
+ * "hostVer": "√",
1820
+ * "uniVer": "x",
1821
+ * "unixVer": "x"
1822
+ * },
1823
+ * "lark": {
1824
+ * "hostVer": "√",
1825
+ * "uniVer": "x",
1826
+ * "unixVer": "x"
1827
+ * },
1828
+ * "qq": {
1829
+ * "hostVer": "√",
1830
+ * "uniVer": "x",
1831
+ * "unixVer": "x"
1832
+ * },
1833
+ * "kuaishou": {
1834
+ * "hostVer": "√",
1835
+ * "uniVer": "x",
1836
+ * "unixVer": "x"
1837
+ * },
1838
+ * "jd": {
1839
+ * "hostVer": "√",
1840
+ * "uniVer": "x",
1841
+ * "unixVer": "x"
1842
+ * }
1843
+ * },
1844
+ * "web": {
1845
+ * "uniVer": "x",
1846
+ * "unixVer": "x"
1847
+ * }
1848
+ * }
1849
+ */
1850
+ 'zoom-fade-in' | null
1851
+ /**
1852
+ * 窗口关闭动画的持续时间,单位为 ms
1853
+ * @uniPlatform
1854
+ {
1855
+ "app": {
1856
+ "android": {
1857
+ "osVer": "5.0",
1858
+ "uniVer": "x",
1859
+ "uniUtsPlugin": "x",
1860
+ "unixVer": "4.31"
1861
+ },
1862
+ "ios": {
1863
+ "osVer": "12.0",
1864
+ "uniVer": "x",
1865
+ "uniUtsPlugin": "x",
1866
+ "unixVer": "4.31",
1867
+ "unixUtsPlugin": "4.31"
1868
+ },
1869
+ "harmony": {
1870
+ "osVer": "3.0",
1871
+ "uniVer": "x",
1872
+ "unixVer": "4.61",
1873
+ "unixVaporVer": "5.0"
1874
+ }
1875
+ },
1876
+ "mp": {
1877
+ "weixin": {
1878
+ "hostVer": "√",
1879
+ "uniVer": "x",
1880
+ "unixVer": "x"
1881
+ },
1882
+ "alipay": {
1883
+ "hostVer": "√",
1884
+ "uniVer": "x",
1885
+ "unixVer": "x"
1886
+ },
1887
+ "baidu": {
1888
+ "hostVer": "√",
1889
+ "uniVer": "x",
1890
+ "unixVer": "x"
1891
+ },
1892
+ "toutiao": {
1893
+ "hostVer": "√",
1894
+ "uniVer": "x",
1895
+ "unixVer": "x"
1896
+ },
1897
+ "lark": {
1898
+ "hostVer": "√",
1899
+ "uniVer": "x",
1900
+ "unixVer": "x"
1901
+ },
1902
+ "qq": {
1903
+ "hostVer": "√",
1904
+ "uniVer": "x",
1905
+ "unixVer": "x"
1906
+ },
1907
+ "kuaishou": {
1908
+ "hostVer": "√",
1909
+ "uniVer": "x",
1910
+ "unixVer": "x"
1911
+ },
1912
+ "jd": {
1913
+ "hostVer": "√",
1914
+ "uniVer": "x",
1915
+ "unixVer": "x"
1916
+ }
1917
+ },
1918
+ "web": {
1919
+ "uniVer": "x",
1920
+ "unixVer": "x"
1921
+ }
1922
+ }
1923
+ */
1924
+ animationDuration ?: number | null
1925
+
1926
+ /**
1927
+ * 接口调用成功的回调函数
1928
+ * @uniPlatform
1929
+ {
1930
+ "app": {
1931
+ "android": {
1932
+ "osVer": "5.0",
1933
+ "uniVer": "x",
1934
+ "uniUtsPlugin": "x",
1935
+ "unixVer": "4.31"
1936
+ },
1937
+ "ios": {
1938
+ "osVer": "12.0",
1939
+ "uniVer": "x",
1940
+ "uniUtsPlugin": "x",
1941
+ "unixVer": "4.31",
1942
+ "unixUtsPlugin": "4.31"
1943
+ },
1944
+ "harmony": {
1945
+ "osVer": "3.0",
1946
+ "uniVer": "x",
1947
+ "unixVer": "4.61",
1948
+ "unixVaporVer": "5.0"
1949
+ }
1950
+ },
1951
+ "mp": {
1952
+ "weixin": {
1953
+ "hostVer": "√",
1954
+ "uniVer": "x",
1955
+ "unixVer": "x"
1956
+ },
1957
+ "alipay": {
1958
+ "hostVer": "√",
1959
+ "uniVer": "x",
1960
+ "unixVer": "x"
1961
+ },
1962
+ "baidu": {
1963
+ "hostVer": "√",
1964
+ "uniVer": "x",
1965
+ "unixVer": "x"
1966
+ },
1967
+ "toutiao": {
1968
+ "hostVer": "√",
1969
+ "uniVer": "x",
1970
+ "unixVer": "x"
1971
+ },
1972
+ "lark": {
1973
+ "hostVer": "√",
1974
+ "uniVer": "x",
1975
+ "unixVer": "x"
1976
+ },
1977
+ "qq": {
1978
+ "hostVer": "√",
1979
+ "uniVer": "x",
1980
+ "unixVer": "x"
1981
+ },
1982
+ "kuaishou": {
1983
+ "hostVer": "√",
1984
+ "uniVer": "x",
1985
+ "unixVer": "x"
1986
+ },
1987
+ "jd": {
1988
+ "hostVer": "√",
1989
+ "uniVer": "x",
1990
+ "unixVer": "x"
1991
+ }
1992
+ },
1993
+ "web": {
1994
+ "uniVer": "x",
1995
+ "unixVer": "4.31"
1996
+ }
1997
+ }
1998
+ */
1999
+ success ?: CloseDialogPageSuccessCallback | null
2000
+ /**
2001
+ * 接口调用失败的回调函数
2002
+ * @uniPlatform
2003
+ {
2004
+ "app": {
2005
+ "android": {
2006
+ "osVer": "5.0",
2007
+ "uniVer": "x",
2008
+ "uniUtsPlugin": "x",
2009
+ "unixVer": "4.31"
2010
+ },
2011
+ "ios": {
2012
+ "osVer": "12.0",
2013
+ "uniVer": "x",
2014
+ "uniUtsPlugin": "x",
2015
+ "unixVer": "4.31",
2016
+ "unixUtsPlugin": "4.31"
2017
+ },
2018
+ "harmony": {
2019
+ "osVer": "3.0",
2020
+ "uniVer": "x",
2021
+ "unixVer": "4.61",
2022
+ "unixVaporVer": "5.0"
2023
+ }
2024
+ },
2025
+ "mp": {
2026
+ "weixin": {
2027
+ "hostVer": "√",
2028
+ "uniVer": "x",
2029
+ "unixVer": "x"
2030
+ },
2031
+ "alipay": {
2032
+ "hostVer": "√",
2033
+ "uniVer": "x",
2034
+ "unixVer": "x"
2035
+ },
2036
+ "baidu": {
2037
+ "hostVer": "√",
2038
+ "uniVer": "x",
2039
+ "unixVer": "x"
2040
+ },
2041
+ "toutiao": {
2042
+ "hostVer": "√",
2043
+ "uniVer": "x",
2044
+ "unixVer": "x"
2045
+ },
2046
+ "lark": {
2047
+ "hostVer": "√",
2048
+ "uniVer": "x",
2049
+ "unixVer": "x"
2050
+ },
2051
+ "qq": {
2052
+ "hostVer": "√",
2053
+ "uniVer": "x",
2054
+ "unixVer": "x"
2055
+ },
2056
+ "kuaishou": {
2057
+ "hostVer": "√",
2058
+ "uniVer": "x",
2059
+ "unixVer": "x"
2060
+ },
2061
+ "jd": {
2062
+ "hostVer": "√",
2063
+ "uniVer": "x",
2064
+ "unixVer": "x"
2065
+ }
2066
+ },
2067
+ "web": {
2068
+ "uniVer": "x",
2069
+ "unixVer": "4.31"
2070
+ }
2071
+ }
2072
+ */
2073
+ fail ?: CloseDialogPageFailCallback | null
2074
+ /**
2075
+ * 接口调用结束的回调函数(调用成功、失败都会执行)
2076
+ * @uniPlatform
2077
+ {
2078
+ "app": {
2079
+ "android": {
2080
+ "osVer": "5.0",
2081
+ "uniVer": "x",
2082
+ "uniUtsPlugin": "x",
2083
+ "unixVer": "4.31"
2084
+ },
2085
+ "ios": {
2086
+ "osVer": "12.0",
2087
+ "uniVer": "x",
2088
+ "uniUtsPlugin": "x",
2089
+ "unixVer": "4.31",
2090
+ "unixUtsPlugin": "4.31"
2091
+ },
2092
+ "harmony": {
2093
+ "osVer": "3.0",
2094
+ "uniVer": "x",
2095
+ "unixVer": "4.61",
2096
+ "unixVaporVer": "5.0"
2097
+ }
2098
+ },
2099
+ "mp": {
2100
+ "weixin": {
2101
+ "hostVer": "√",
2102
+ "uniVer": "x",
2103
+ "unixVer": "x"
2104
+ },
2105
+ "alipay": {
2106
+ "hostVer": "√",
2107
+ "uniVer": "x",
2108
+ "unixVer": "x"
2109
+ },
2110
+ "baidu": {
2111
+ "hostVer": "√",
2112
+ "uniVer": "x",
2113
+ "unixVer": "x"
2114
+ },
2115
+ "toutiao": {
2116
+ "hostVer": "√",
2117
+ "uniVer": "x",
2118
+ "unixVer": "x"
2119
+ },
2120
+ "lark": {
2121
+ "hostVer": "√",
2122
+ "uniVer": "x",
2123
+ "unixVer": "x"
2124
+ },
2125
+ "qq": {
2126
+ "hostVer": "√",
2127
+ "uniVer": "x",
2128
+ "unixVer": "x"
2129
+ },
2130
+ "kuaishou": {
2131
+ "hostVer": "√",
2132
+ "uniVer": "x",
2133
+ "unixVer": "x"
2134
+ },
2135
+ "jd": {
2136
+ "hostVer": "√",
2137
+ "uniVer": "x",
2138
+ "unixVer": "x"
2139
+ }
2140
+ },
2141
+ "web": {
2142
+ "uniVer": "x",
2143
+ "unixVer": "4.31"
2144
+ }
2145
+ }
2146
+ */
2147
+ complete ?: CloseDialogPageCompleteCallback | null
2148
+ }
2149
+
2150
+ export interface Uni {
2151
+ /**
2152
+ * 打开模态弹窗页面
2153
+ * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/dialog-page.html
2154
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/dialog-page.html
2155
+ * @uniPlatform
2156
+ {
2157
+ "app": {
2158
+ "android": {
2159
+ "osVer": "5.0",
2160
+ "uniVer": "x",
2161
+ "uniUtsPlugin": "x",
2162
+ "unixVer": "4.31"
2163
+ },
2164
+ "ios": {
2165
+ "osVer": "12.0",
2166
+ "uniVer": "x",
2167
+ "uniUtsPlugin": "x",
2168
+ "unixVer": "4.31",
2169
+ "unixUtsPlugin": "4.31"
2170
+ },
2171
+ "harmony": {
2172
+ "osVer": "3.0",
2173
+ "uniVer": "x",
2174
+ "unixVer": "4.61",
2175
+ "unixVaporVer": "5.0"
2176
+ }
2177
+ },
2178
+ "mp": {
2179
+ "weixin": {
2180
+ "hostVer": "√",
2181
+ "uniVer": "x",
2182
+ "unixVer": "x"
2183
+ },
2184
+ "alipay": {
2185
+ "hostVer": "√",
2186
+ "uniVer": "x",
2187
+ "unixVer": "x"
2188
+ },
2189
+ "baidu": {
2190
+ "hostVer": "√",
2191
+ "uniVer": "x",
2192
+ "unixVer": "x"
2193
+ },
2194
+ "toutiao": {
2195
+ "hostVer": "√",
2196
+ "uniVer": "x",
2197
+ "unixVer": "x"
2198
+ },
2199
+ "lark": {
2200
+ "hostVer": "√",
2201
+ "uniVer": "x",
2202
+ "unixVer": "x"
2203
+ },
2204
+ "qq": {
2205
+ "hostVer": "√",
2206
+ "uniVer": "x",
2207
+ "unixVer": "x"
2208
+ },
2209
+ "kuaishou": {
2210
+ "hostVer": "√",
2211
+ "uniVer": "x",
2212
+ "unixVer": "x"
2213
+ },
2214
+ "jd": {
2215
+ "hostVer": "√",
2216
+ "uniVer": "x",
2217
+ "unixVer": "x"
2218
+ }
2219
+ },
2220
+ "web": {
2221
+ "uniVer": "x",
2222
+ "unixVer": "4.31"
2223
+ }
2224
+ }
2225
+ */
2226
+ openDialogPage(options: OpenDialogPageOptions): UniPage | null
2227
+ /**
2228
+ * 关闭模态弹窗页面
2229
+ *
2230
+ * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/dialog-page.html
2231
+ * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/dialog-page.html
2232
+ * @uniPlatform
2233
+ {
2234
+ "app": {
2235
+ "android": {
2236
+ "osVer": "5.0",
2237
+ "uniVer": "x",
2238
+ "uniUtsPlugin": "x",
2239
+ "unixVer": "4.31"
2240
+ },
2241
+ "ios": {
2242
+ "osVer": "12.0",
2243
+ "uniVer": "x",
2244
+ "uniUtsPlugin": "x",
2245
+ "unixVer": "4.31",
2246
+ "unixUtsPlugin": "4.31"
2247
+ },
2248
+ "harmony": {
2249
+ "osVer": "3.0",
2250
+ "uniVer": "x",
2251
+ "unixVer": "4.61",
2252
+ "unixVaporVer": "5.0"
2253
+ }
2254
+ },
2255
+ "mp": {
2256
+ "weixin": {
2257
+ "hostVer": "√",
2258
+ "uniVer": "x",
2259
+ "unixVer": "x"
2260
+ },
2261
+ "alipay": {
2262
+ "hostVer": "√",
2263
+ "uniVer": "x",
2264
+ "unixVer": "x"
2265
+ },
2266
+ "baidu": {
2267
+ "hostVer": "√",
2268
+ "uniVer": "x",
2269
+ "unixVer": "x"
2270
+ },
2271
+ "toutiao": {
2272
+ "hostVer": "√",
2273
+ "uniVer": "x",
2274
+ "unixVer": "x"
2275
+ },
2276
+ "lark": {
2277
+ "hostVer": "√",
2278
+ "uniVer": "x",
2279
+ "unixVer": "x"
2280
+ },
2281
+ "qq": {
2282
+ "hostVer": "√",
2283
+ "uniVer": "x",
2284
+ "unixVer": "x"
2285
+ },
2286
+ "kuaishou": {
2287
+ "hostVer": "√",
2288
+ "uniVer": "x",
2289
+ "unixVer": "x"
2290
+ },
2291
+ "jd": {
2292
+ "hostVer": "√",
2293
+ "uniVer": "x",
2294
+ "unixVer": "x"
2295
+ }
2296
+ },
2297
+ "web": {
2298
+ "uniVer": "x",
2299
+ "unixVer": "4.31"
2300
+ }
2301
+ }
2302
+ */
2303
+ closeDialogPage(options ?: CloseDialogPageOptions | null) : null
2304
+ }