@dcloudio/uni-app-x 0.7.122 → 0.7.124

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