@dcloudio/uni-app-x 0.7.121 → 0.7.123

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 (417) hide show
  1. package/README.md +87 -0
  2. package/package.json +1 -1
  3. package/types/dom2-internal/UniCommon.d.ts +7 -2
  4. package/types/dom2-internal/UniNativeDefines.d.ts +7 -2
  5. package/types/dom2-internal/UniTextLayout.d.ts +5 -0
  6. package/types/native/IUniElement.d.ts +253 -13
  7. package/types/native/UniAnimation.d.ts +63 -9
  8. package/types/page.d.ts +3 -3
  9. package/types/uni/uts-plugin-api/global.d.ts +8 -1
  10. package/types/uni/uts-plugin-api/index.d.ts +8 -1
  11. package/types/uni/uts-plugin-api/lib/uni-accelerometer/utssdk/global.d.ts +59 -0
  12. package/types/uni/uts-plugin-api/lib/uni-accelerometer/utssdk/index.d.ts +29 -0
  13. package/types/uni/uts-plugin-api/lib/uni-accelerometer/utssdk/interface.d.ts +430 -0
  14. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/global.d.ts +6 -0
  15. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/index.d.ts +3 -0
  16. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +339 -1294
  17. package/types/uni/uts-plugin-api/lib/uni-calendar/utssdk/global.d.ts +51 -0
  18. package/types/uni/uts-plugin-api/lib/uni-calendar/utssdk/index.d.ts +25 -0
  19. package/types/uni/uts-plugin-api/lib/uni-calendar/utssdk/interface.d.ts +969 -0
  20. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/global.d.ts +0 -2
  21. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/index.d.ts +0 -1
  22. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/interface.d.ts +8 -559
  23. package/types/uni/uts-plugin-api/lib/uni-compass/utssdk/global.d.ts +59 -0
  24. package/types/uni/uts-plugin-api/lib/uni-compass/utssdk/index.d.ts +29 -0
  25. package/types/uni/uts-plugin-api/lib/uni-compass/utssdk/interface.d.ts +418 -0
  26. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/global.d.ts +4 -2
  27. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/index.d.ts +2 -1
  28. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +75 -23
  29. package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/global.d.ts +2 -0
  30. package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/index.d.ts +1 -0
  31. package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/interface.d.ts +864 -110
  32. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +154 -20
  33. package/types/uni/uts-plugin-api/lib/uni-gyroscope/utssdk/global.d.ts +59 -0
  34. package/types/uni/uts-plugin-api/lib/uni-gyroscope/utssdk/index.d.ts +29 -0
  35. package/types/uni/uts-plugin-api/lib/uni-gyroscope/utssdk/interface.d.ts +437 -0
  36. package/types/uni/uts-plugin-api/lib/uni-memory/utssdk/global.d.ts +21 -0
  37. package/types/uni/uts-plugin-api/lib/uni-memory/utssdk/index.d.ts +10 -0
  38. package/types/uni/uts-plugin-api/lib/uni-memory/utssdk/interface.d.ts +178 -0
  39. package/types/uni/uts-plugin-api/lib/uni-memorywarning/utssdk/global.d.ts +21 -0
  40. package/types/uni/uts-plugin-api/lib/uni-memorywarning/utssdk/index.d.ts +10 -0
  41. package/types/uni/uts-plugin-api/lib/uni-memorywarning/utssdk/interface.d.ts +20 -0
  42. package/types/uni/uts-plugin-api/lib/uni-openLocation/utssdk/global.d.ts +23 -0
  43. package/types/uni/uts-plugin-api/lib/uni-openLocation/utssdk/index.d.ts +11 -0
  44. package/types/uni/uts-plugin-api/lib/uni-openLocation/utssdk/interface.d.ts +418 -0
  45. package/types/uni/uts-plugin-api/lib/uni-phoneContact/utssdk/global.d.ts +49 -0
  46. package/types/uni/uts-plugin-api/lib/uni-phoneContact/utssdk/index.d.ts +24 -0
  47. package/types/uni/{uts-plugin-component/lib/uni-addPhoneContact → uts-plugin-api/lib/uni-phoneContact}/utssdk/interface.d.ts +359 -226
  48. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/global.d.ts +2 -0
  49. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/index.d.ts +1 -0
  50. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +83 -124
  51. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/global.d.ts +6 -0
  52. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/index.d.ts +3 -0
  53. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/interface.d.ts +18 -6
  54. package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/global.d.ts +49 -0
  55. package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/index.d.ts +24 -0
  56. package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/interface.d.ts +199 -0
  57. package/types/uni/uts-plugin-biz/global.d.ts +10 -0
  58. package/types/uni/uts-plugin-biz/index.d.ts +10 -0
  59. package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/global.d.ts +59 -0
  60. package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/index.d.ts +29 -0
  61. package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/interface.d.ts +874 -0
  62. package/types/uni/uts-plugin-biz/lib/uni-ad-dom2/utssdk/global.d.ts +45 -0
  63. package/types/uni/uts-plugin-biz/lib/uni-ad-dom2/utssdk/index.d.ts +22 -0
  64. package/types/uni/uts-plugin-biz/lib/uni-ad-dom2/utssdk/interface.d.ts +732 -0
  65. package/types/uni/{uts-plugin-component → uts-plugin-biz}/lib/uni-authentication/utssdk/global.d.ts +6 -0
  66. package/types/uni/{uts-plugin-component → uts-plugin-biz}/lib/uni-authentication/utssdk/index.d.ts +3 -0
  67. package/types/uni/{uts-plugin-component → uts-plugin-biz}/lib/uni-authentication/utssdk/interface.d.ts +387 -371
  68. package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/global.d.ts +51 -0
  69. package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/index.d.ts +25 -0
  70. package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/interface.d.ts +969 -0
  71. package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/global.d.ts +59 -0
  72. package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/index.d.ts +29 -0
  73. package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/interface.d.ts +418 -0
  74. package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/global.d.ts +59 -0
  75. package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/index.d.ts +29 -0
  76. package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/interface.d.ts +437 -0
  77. package/types/uni/uts-plugin-biz/lib/uni-memory/utssdk/global.d.ts +21 -0
  78. package/types/uni/uts-plugin-biz/lib/uni-memory/utssdk/index.d.ts +10 -0
  79. package/types/uni/uts-plugin-biz/lib/uni-memory/utssdk/interface.d.ts +178 -0
  80. package/types/uni/uts-plugin-biz/lib/uni-memorywarning/utssdk/global.d.ts +21 -0
  81. package/types/uni/uts-plugin-biz/lib/uni-memorywarning/utssdk/index.d.ts +10 -0
  82. package/types/uni/uts-plugin-biz/lib/uni-memorywarning/utssdk/interface.d.ts +20 -0
  83. package/types/uni/uts-plugin-biz/lib/uni-phoneContact/utssdk/global.d.ts +49 -0
  84. package/types/uni/uts-plugin-biz/lib/uni-phoneContact/utssdk/index.d.ts +24 -0
  85. package/types/uni/uts-plugin-biz/lib/uni-phoneContact/utssdk/interface.d.ts +359 -0
  86. package/types/uni/{uts-plugin-component → uts-plugin-biz}/lib/uni-screenBrightness/utssdk/global.d.ts +6 -0
  87. package/types/uni/{uts-plugin-component → uts-plugin-biz}/lib/uni-screenBrightness/utssdk/index.d.ts +3 -0
  88. package/types/uni/{uts-plugin-component → uts-plugin-biz}/lib/uni-screenBrightness/utssdk/interface.d.ts +216 -207
  89. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +6 -1
  90. package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/global.d.ts +49 -0
  91. package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/index.d.ts +24 -0
  92. package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/interface.d.ts +201 -0
  93. package/types/uni/uts-plugin-component/global.d.ts +23 -105
  94. package/types/uni/uts-plugin-component/index.d.ts +23 -105
  95. package/types/uni/uts-plugin-component/lib/{uni-editor-global → uni-editor-editor-global}/utssdk/interface.d.ts +15 -4
  96. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-global/utssdk/global.d.ts +9 -0
  97. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-global/utssdk/index.d.ts +5 -0
  98. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-global/utssdk/interface.d.ts +7 -0
  99. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-group-global/utssdk/global.d.ts +9 -0
  100. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-group-global/utssdk/index.d.ts +5 -0
  101. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-group-global/utssdk/interface.d.ts +2 -0
  102. package/types/uni/uts-plugin-component/lib/uni-form-form-global/utssdk/global.d.ts +9 -0
  103. package/types/uni/uts-plugin-component/lib/{uni-page-container-global → uni-form-form-global}/utssdk/index.d.ts +1 -1
  104. package/types/uni/uts-plugin-component/lib/uni-form-form-global/utssdk/interface.d.ts +2 -0
  105. package/types/uni/uts-plugin-component/lib/uni-form-label-global/utssdk/global.d.ts +9 -0
  106. package/types/uni/uts-plugin-component/lib/{uni-getElementById → uni-form-label-global}/utssdk/index.d.ts +1 -1
  107. package/types/uni/uts-plugin-component/lib/uni-form-label-global/utssdk/interface.d.ts +2 -0
  108. package/types/uni/uts-plugin-component/lib/uni-form-picker-global/utssdk/global.d.ts +9 -0
  109. package/types/uni/uts-plugin-component/lib/uni-form-picker-global/utssdk/index.d.ts +5 -0
  110. package/types/uni/uts-plugin-component/lib/uni-form-picker-global/utssdk/interface.d.ts +2 -0
  111. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-column-global/utssdk/global.d.ts +9 -0
  112. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-column-global/utssdk/index.d.ts +5 -0
  113. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-column-global/utssdk/interface.d.ts +2 -0
  114. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-global/utssdk/global.d.ts +9 -0
  115. package/types/uni/uts-plugin-component/lib/{uni-base64ToArrayBuffer → uni-form-picker-view-global}/utssdk/index.d.ts +1 -1
  116. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-global/utssdk/interface.d.ts +2 -0
  117. package/types/uni/uts-plugin-component/lib/uni-form-radio-global/utssdk/global.d.ts +9 -0
  118. package/types/uni/uts-plugin-component/lib/{uni-input → uni-form-radio-global}/utssdk/index.d.ts +1 -1
  119. package/types/uni/uts-plugin-component/lib/uni-form-radio-global/utssdk/interface.d.ts +7 -0
  120. package/types/uni/uts-plugin-component/lib/uni-form-radio-group-global/utssdk/global.d.ts +9 -0
  121. package/types/uni/uts-plugin-component/lib/{uni-arrayBufferToBase64 → uni-form-radio-group-global}/utssdk/index.d.ts +1 -1
  122. package/types/uni/uts-plugin-component/lib/uni-form-radio-group-global/utssdk/interface.d.ts +2 -0
  123. package/types/uni/uts-plugin-component/lib/uni-form-slider-global/utssdk/global.d.ts +13 -0
  124. package/types/uni/uts-plugin-component/lib/uni-form-slider-global/utssdk/index.d.ts +7 -0
  125. package/types/uni/uts-plugin-component/lib/uni-form-slider-global/utssdk/interface.d.ts +18 -0
  126. package/types/uni/uts-plugin-component/lib/uni-form-switch-global/utssdk/global.d.ts +9 -0
  127. package/types/uni/uts-plugin-component/lib/uni-form-switch-global/utssdk/index.d.ts +5 -0
  128. package/types/uni/uts-plugin-component/lib/uni-form-switch-global/utssdk/interface.d.ts +7 -0
  129. package/types/vue/LifeCycle.d.ts +2 -2
  130. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/global.d.ts +0 -25
  131. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/index.d.ts +0 -12
  132. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +0 -1767
  133. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/global.d.ts +0 -29
  134. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/index.d.ts +0 -14
  135. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/interface.d.ts +0 -1673
  136. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/global.d.ts +0 -25
  137. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/index.d.ts +0 -12
  138. package/types/uni/uts-plugin-component/lib/uni-arrayBufferToBase64/utssdk/global.d.ts +0 -11
  139. package/types/uni/uts-plugin-component/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +0 -79
  140. package/types/uni/uts-plugin-component/lib/uni-base64ToArrayBuffer/utssdk/global.d.ts +0 -11
  141. package/types/uni/uts-plugin-component/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +0 -79
  142. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/global.d.ts +0 -55
  143. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/index.d.ts +0 -27
  144. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/interface.d.ts +0 -1330
  145. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/global.d.ts +0 -25
  146. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/index.d.ts +0 -12
  147. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +0 -978
  148. package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/global.d.ts +0 -25
  149. package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/index.d.ts +0 -12
  150. package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/interface.d.ts +0 -978
  151. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/global.d.ts +0 -25
  152. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/index.d.ts +0 -12
  153. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/interface.d.ts +0 -423
  154. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/global.d.ts +0 -33
  155. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/index.d.ts +0 -16
  156. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/interface.d.ts +0 -499
  157. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/global.d.ts +0 -45
  158. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/index.d.ts +0 -22
  159. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/interface.d.ts +0 -217
  160. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/global.d.ts +0 -33
  161. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/index.d.ts +0 -16
  162. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +0 -3379
  163. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/global.d.ts +0 -21
  164. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/index.d.ts +0 -10
  165. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +0 -153
  166. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/global.d.ts +0 -19
  167. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/index.d.ts +0 -9
  168. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/interface.d.ts +0 -61
  169. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/global.d.ts +0 -21
  170. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/index.d.ts +0 -10
  171. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/interface.d.ts +0 -560
  172. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/global.d.ts +0 -15
  173. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/index.d.ts +0 -7
  174. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/interface.d.ts +0 -214
  175. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/global.d.ts +0 -23
  176. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/index.d.ts +0 -11
  177. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/interface.d.ts +0 -158
  178. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/global.d.ts +0 -27
  179. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/index.d.ts +0 -13
  180. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/interface.d.ts +0 -2303
  181. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/global.d.ts +0 -41
  182. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/index.d.ts +0 -20
  183. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/interface.d.ts +0 -909
  184. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/global.d.ts +0 -17
  185. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/index.d.ts +0 -8
  186. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/interface.d.ts +0 -338
  187. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/global.d.ts +0 -27
  188. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/index.d.ts +0 -13
  189. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/interface.d.ts +0 -147
  190. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/global.d.ts +0 -81
  191. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/index.d.ts +0 -40
  192. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/interface.d.ts +0 -397
  193. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/global.d.ts +0 -151
  194. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/index.d.ts +0 -75
  195. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/interface.d.ts +0 -6428
  196. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/global.d.ts +0 -11
  197. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/index.d.ts +0 -5
  198. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/interface.d.ts +0 -37
  199. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/global.d.ts +0 -13
  200. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/index.d.ts +0 -6
  201. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +0 -620
  202. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/global.d.ts +0 -15
  203. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/index.d.ts +0 -7
  204. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +0 -2220
  205. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +0 -17
  206. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +0 -8
  207. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +0 -1406
  208. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/global.d.ts +0 -15
  209. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/index.d.ts +0 -7
  210. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/interface.d.ts +0 -1774
  211. package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/global.d.ts +0 -11
  212. package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/interface.d.ts +0 -83
  213. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/global.d.ts +0 -13
  214. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/index.d.ts +0 -6
  215. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +0 -833
  216. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/global.d.ts +0 -13
  217. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/index.d.ts +0 -6
  218. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +0 -836
  219. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts +0 -21
  220. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/index.d.ts +0 -11
  221. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +0 -736
  222. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/global.d.ts +0 -33
  223. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/index.d.ts +0 -16
  224. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/interface.d.ts +0 -420
  225. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/global.d.ts +0 -23
  226. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/index.d.ts +0 -11
  227. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/interface.d.ts +0 -199
  228. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/global.d.ts +0 -37
  229. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/index.d.ts +0 -18
  230. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/interface.d.ts +0 -757
  231. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/global.d.ts +0 -33
  232. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/index.d.ts +0 -16
  233. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/interface.d.ts +0 -6084
  234. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/global.d.ts +0 -13
  235. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/index.d.ts +0 -6
  236. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/interface.d.ts +0 -508
  237. package/types/uni/uts-plugin-component/lib/uni-input/utssdk/global.d.ts +0 -9
  238. package/types/uni/uts-plugin-component/lib/uni-input/utssdk/interface.d.ts +0 -0
  239. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/global.d.ts +0 -25
  240. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/index.d.ts +0 -12
  241. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/interface.d.ts +0 -125
  242. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/global.d.ts +0 -17
  243. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/index.d.ts +0 -8
  244. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/interface.d.ts +0 -171
  245. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/global.d.ts +0 -45
  246. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/index.d.ts +0 -22
  247. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/interface.d.ts +0 -693
  248. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/global.d.ts +0 -29
  249. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/index.d.ts +0 -14
  250. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/interface.d.ts +0 -603
  251. package/types/uni/uts-plugin-component/lib/uni-loading-global/utssdk/global.d.ts +0 -9
  252. package/types/uni/uts-plugin-component/lib/uni-loading-global/utssdk/index.d.ts +0 -5
  253. package/types/uni/uts-plugin-component/lib/uni-loading-global/utssdk/interface.d.ts +0 -5
  254. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/global.d.ts +0 -61
  255. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/index.d.ts +0 -30
  256. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/interface.d.ts +0 -3443
  257. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/global.d.ts +0 -9
  258. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/index.d.ts +0 -5
  259. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/interface.d.ts +0 -3
  260. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/global.d.ts +0 -9
  261. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/index.d.ts +0 -5
  262. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/interface.d.ts +0 -3
  263. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/global.d.ts +0 -29
  264. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/index.d.ts +0 -14
  265. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/interface.d.ts +0 -392
  266. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/global.d.ts +0 -157
  267. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/index.d.ts +0 -78
  268. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/interface.d.ts +0 -5245
  269. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/global.d.ts +0 -39
  270. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/index.d.ts +0 -19
  271. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/interface.d.ts +0 -1743
  272. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/global.d.ts +0 -69
  273. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/index.d.ts +0 -34
  274. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/interface.d.ts +0 -1047
  275. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/global.d.ts +0 -109
  276. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/index.d.ts +0 -54
  277. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/interface.d.ts +0 -4462
  278. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/global.d.ts +0 -71
  279. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/index.d.ts +0 -35
  280. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/interface.d.ts +0 -3031
  281. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/global.d.ts +0 -9
  282. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/index.d.ts +0 -5
  283. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/interface.d.ts +0 -1
  284. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/global.d.ts +0 -17
  285. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/index.d.ts +0 -9
  286. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/interface.d.ts +0 -48
  287. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/global.d.ts +0 -25
  288. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/index.d.ts +0 -12
  289. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +0 -256
  290. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/global.d.ts +0 -29
  291. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/index.d.ts +0 -14
  292. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/interface.d.ts +0 -823
  293. package/types/uni/uts-plugin-component/lib/uni-page-container-global/utssdk/global.d.ts +0 -9
  294. package/types/uni/uts-plugin-component/lib/uni-page-container-global/utssdk/interface.d.ts +0 -0
  295. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/global.d.ts +0 -27
  296. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/index.d.ts +0 -13
  297. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/interface.d.ts +0 -618
  298. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/global.d.ts +0 -33
  299. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/index.d.ts +0 -16
  300. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/interface.d.ts +0 -856
  301. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/global.d.ts +0 -9
  302. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/index.d.ts +0 -5
  303. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/interface.d.ts +0 -3
  304. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/global.d.ts +0 -9
  305. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/index.d.ts +0 -5
  306. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/interface.d.ts +0 -1
  307. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/global.d.ts +0 -9
  308. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/index.d.ts +0 -5
  309. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/interface.d.ts +0 -5
  310. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/global.d.ts +0 -47
  311. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/index.d.ts +0 -23
  312. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/interface.d.ts +0 -520
  313. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/global.d.ts +0 -31
  314. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/index.d.ts +0 -15
  315. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/interface.d.ts +0 -568
  316. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/global.d.ts +0 -33
  317. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/index.d.ts +0 -16
  318. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/interface.d.ts +0 -1693
  319. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/global.d.ts +0 -29
  320. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/index.d.ts +0 -14
  321. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/interface.d.ts +0 -191
  322. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/global.d.ts +0 -21
  323. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/index.d.ts +0 -10
  324. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/interface.d.ts +0 -2999
  325. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/global.d.ts +0 -21
  326. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/index.d.ts +0 -10
  327. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/interface.d.ts +0 -713
  328. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/global.d.ts +0 -59
  329. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/index.d.ts +0 -29
  330. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/interface.d.ts +0 -2731
  331. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/global.d.ts +0 -11
  332. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/index.d.ts +0 -5
  333. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/interface.d.ts +0 -81
  334. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/global.d.ts +0 -25
  335. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/index.d.ts +0 -12
  336. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/interface.d.ts +0 -429
  337. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/global.d.ts +0 -41
  338. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/index.d.ts +0 -20
  339. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/interface.d.ts +0 -1192
  340. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/global.d.ts +0 -9
  341. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/index.d.ts +0 -5
  342. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/interface.d.ts +0 -5
  343. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/global.d.ts +0 -27
  344. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/index.d.ts +0 -13
  345. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/interface.d.ts +0 -722
  346. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/global.d.ts +0 -55
  347. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/index.d.ts +0 -27
  348. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/interface.d.ts +0 -1617
  349. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/global.d.ts +0 -21
  350. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/index.d.ts +0 -10
  351. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/interface.d.ts +0 -330
  352. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/global.d.ts +0 -79
  353. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/index.d.ts +0 -39
  354. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/interface.d.ts +0 -1030
  355. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/global.d.ts +0 -149
  356. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/index.d.ts +0 -74
  357. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/interface.d.ts +0 -1221
  358. package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/global.d.ts +0 -9
  359. package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/index.d.ts +0 -5
  360. package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/interface.d.ts +0 -0
  361. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/global.d.ts +0 -53
  362. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/index.d.ts +0 -26
  363. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/interface.d.ts +0 -1141
  364. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/global.d.ts +0 -47
  365. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/index.d.ts +0 -23
  366. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +0 -926
  367. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/global.d.ts +0 -113
  368. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/index.d.ts +0 -56
  369. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/interface.d.ts +0 -1661
  370. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/global.d.ts +0 -29
  371. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/index.d.ts +0 -14
  372. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/interface.d.ts +0 -452
  373. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/global.d.ts +0 -59
  374. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/index.d.ts +0 -29
  375. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/interface.d.ts +0 -1939
  376. package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/global.d.ts +0 -12
  377. package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/index.d.ts +0 -1
  378. package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +0 -917
  379. package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/global.d.ts +0 -25
  380. package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/index.d.ts +0 -11
  381. package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +0 -1095
  382. package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +0 -253
  383. /package/types/uni/uts-plugin-component/lib/{uni-camera-global → uni-camera-camera-global}/utssdk/global.d.ts +0 -0
  384. /package/types/uni/uts-plugin-component/lib/{uni-camera-global → uni-camera-camera-global}/utssdk/index.d.ts +0 -0
  385. /package/types/uni/uts-plugin-component/lib/{uni-camera-global → uni-camera-camera-global}/utssdk/interface.d.ts +0 -0
  386. /package/types/uni/uts-plugin-component/lib/{uni-editor-global → uni-editor-editor-global}/utssdk/global.d.ts +0 -0
  387. /package/types/uni/uts-plugin-component/lib/{uni-editor-global → uni-editor-editor-global}/utssdk/index.d.ts +0 -0
  388. /package/types/uni/uts-plugin-component/lib/{uni-form-global → uni-form-button-global}/utssdk/global.d.ts +0 -0
  389. /package/types/uni/uts-plugin-component/lib/{uni-form-global → uni-form-button-global}/utssdk/index.d.ts +0 -0
  390. /package/types/uni/uts-plugin-component/lib/{uni-form-global → uni-form-button-global}/utssdk/interface.d.ts +0 -0
  391. /package/types/uni/uts-plugin-component/lib/{uni-map-tencent-global → uni-map-tencent-map-global}/utssdk/global.d.ts +0 -0
  392. /package/types/uni/uts-plugin-component/lib/{uni-map-tencent-global → uni-map-tencent-map-global}/utssdk/index.d.ts +0 -0
  393. /package/types/uni/uts-plugin-component/lib/{uni-map-tencent-global → uni-map-tencent-map-global}/utssdk/interface.d.ts +0 -0
  394. /package/types/uni/uts-plugin-component/lib/{uni-match-media-global → uni-match-media-match-media-global}/utssdk/global.d.ts +0 -0
  395. /package/types/uni/uts-plugin-component/lib/{uni-match-media-global → uni-match-media-match-media-global}/utssdk/index.d.ts +0 -0
  396. /package/types/uni/uts-plugin-component/lib/{uni-match-media-global → uni-match-media-match-media-global}/utssdk/interface.d.ts +0 -0
  397. /package/types/uni/uts-plugin-component/lib/{uni-navigator-global → uni-navigator-navigator-global}/utssdk/global.d.ts +0 -0
  398. /package/types/uni/uts-plugin-component/lib/{uni-navigator-global → uni-navigator-navigator-global}/utssdk/index.d.ts +0 -0
  399. /package/types/uni/uts-plugin-component/lib/{uni-navigator-global → uni-navigator-navigator-global}/utssdk/interface.d.ts +0 -0
  400. /package/types/uni/uts-plugin-component/lib/{uni-barcode-scanning → uni-page-container-page-container-global}/utssdk/global.d.ts +0 -0
  401. /package/types/uni/uts-plugin-component/lib/{uni-barcode-scanning → uni-page-container-page-container-global}/utssdk/index.d.ts +0 -0
  402. /package/types/uni/uts-plugin-component/lib/{uni-barcode-scanning → uni-page-container-page-container-global}/utssdk/interface.d.ts +0 -0
  403. /package/types/uni/uts-plugin-component/lib/{uni-picker-global → uni-picker-picker-global}/utssdk/global.d.ts +0 -0
  404. /package/types/uni/uts-plugin-component/lib/{uni-picker-global → uni-picker-picker-global}/utssdk/index.d.ts +0 -0
  405. /package/types/uni/uts-plugin-component/lib/{uni-picker-global → uni-picker-picker-global}/utssdk/interface.d.ts +0 -0
  406. /package/types/uni/uts-plugin-component/lib/{uni-progress-global → uni-progress-progress-global}/utssdk/global.d.ts +0 -0
  407. /package/types/uni/uts-plugin-component/lib/{uni-progress-global → uni-progress-progress-global}/utssdk/index.d.ts +0 -0
  408. /package/types/uni/uts-plugin-component/lib/{uni-progress-global → uni-progress-progress-global}/utssdk/interface.d.ts +0 -0
  409. /package/types/uni/uts-plugin-component/lib/{uni-rich-text-global → uni-rich-text-rich-text-global}/utssdk/global.d.ts +0 -0
  410. /package/types/uni/uts-plugin-component/lib/{uni-rich-text-global → uni-rich-text-rich-text-global}/utssdk/index.d.ts +0 -0
  411. /package/types/uni/uts-plugin-component/lib/{uni-rich-text-global → uni-rich-text-rich-text-global}/utssdk/interface.d.ts +0 -0
  412. /package/types/uni/uts-plugin-component/lib/{uni-video-global → uni-video-video-global}/utssdk/global.d.ts +0 -0
  413. /package/types/uni/uts-plugin-component/lib/{uni-video-global → uni-video-video-global}/utssdk/index.d.ts +0 -0
  414. /package/types/uni/uts-plugin-component/lib/{uni-video-global → uni-video-video-global}/utssdk/interface.d.ts +0 -0
  415. /package/types/uni/uts-plugin-component/lib/{uni-web-view-global → uni-web-view-web-view-global}/utssdk/global.d.ts +0 -0
  416. /package/types/uni/uts-plugin-component/lib/{uni-web-view-global → uni-web-view-web-view-global}/utssdk/index.d.ts +0 -0
  417. /package/types/uni/uts-plugin-component/lib/{uni-web-view-global → uni-web-view-web-view-global}/utssdk/interface.d.ts +0 -0
@@ -1,1693 +0,0 @@
1
- /**
2
- * 错误码
3
- */
4
- export type PromptErrorCode =
5
- /**
6
- * 撤销
7
- */
8
- 1 |
9
- /**
10
- * 请求参数非法
11
- */
12
- 1001
13
-
14
- export interface IPromptError extends IUniError {
15
- errCode: PromptErrorCode
16
- };
17
-
18
- /**
19
- * uni.showToast成功回调参数
20
- */
21
- export type ShowToastSuccess = {
22
- }
23
-
24
- /**
25
- * uni.showToast失败回调参数
26
- */
27
- export type ShowToastFail = IPromptError;
28
-
29
- /**
30
- * uni.showToast成功回调函数定义
31
- */
32
- export type ShowToastSuccessCallback = (res: ShowToastSuccess) => void
33
- /**
34
- * uni.showToast失败回调函数定义
35
- */
36
- export type ShowToastFailCallback = (res: ShowToastFail) => void
37
- /**
38
- * uni.showToast完成回调函数定义
39
- */
40
- export type ShowToastCompleteCallback = (res: any) => void
41
-
42
- /**
43
- * icon值说明
44
- */
45
- export type Icon =
46
- /**
47
- * 显示成功图标
48
- * @uniPlatform
49
- {
50
- "app": {
51
- "android": {
52
- "osVer": "5.0",
53
- "uniVer": "√",
54
- "uniUtsPlugin": "3.91",
55
- "unixVer": "3.91"
56
- },
57
- "ios": {
58
- "osVer": "12.0",
59
- "uniVer": "√",
60
- "uniUtsPlugin": "4.11",
61
- "unixVer": "4.11",
62
- "unixUtsPlugin": "4.11"
63
- }
64
- },
65
- "mp": {
66
- "weixin": {
67
- "hostVer": "√",
68
- "uniVer": "√",
69
- "unixVer": "4.41"
70
- },
71
- "alipay": {
72
- "hostVer": "√",
73
- "uniVer": "√",
74
- "unixVer": "x"
75
- },
76
- "baidu": {
77
- "hostVer": "√",
78
- "uniVer": "√",
79
- "unixVer": "x"
80
- },
81
- "toutiao": {
82
- "hostVer": "√",
83
- "uniVer": "√",
84
- "unixVer": "x"
85
- },
86
- "lark": {
87
- "hostVer": "√",
88
- "uniVer": "√",
89
- "unixVer": "x"
90
- },
91
- "qq": {
92
- "hostVer": "√",
93
- "uniVer": "√",
94
- "unixVer": "x"
95
- },
96
- "kuaishou": {
97
- "hostVer": "√",
98
- "uniVer": "√",
99
- "unixVer": "x"
100
- },
101
- "jd": {
102
- "hostVer": "√",
103
- "uniVer": "√",
104
- "unixVer": "x"
105
- }
106
- },
107
- "web": {
108
- "uniVer": "√",
109
- "unixVer": "4.0"
110
- }
111
- }
112
- */
113
- "success" |
114
- /**
115
- * 显示错误图标
116
- * @uniPlatform
117
- {
118
- "app": {
119
- "android": {
120
- "osVer": "5.0",
121
- "uniVer": "√",
122
- "uniUtsPlugin": "3.91",
123
- "unixVer": "3.91"
124
- },
125
- "ios": {
126
- "osVer": "12.0",
127
- "uniVer": "√",
128
- "uniUtsPlugin": "4.11",
129
- "unixVer": "4.11",
130
- "unixUtsPlugin": "4.11"
131
- }
132
- },
133
- "mp": {
134
- "weixin": {
135
- "hostVer": "√",
136
- "uniVer": "√",
137
- "unixVer": "4.41"
138
- },
139
- "alipay": {
140
- "hostVer": "√",
141
- "uniVer": "√",
142
- "unixVer": "x"
143
- },
144
- "baidu": {
145
- "hostVer": "√",
146
- "uniVer": "√",
147
- "unixVer": "x"
148
- },
149
- "toutiao": {
150
- "hostVer": "√",
151
- "uniVer": "√",
152
- "unixVer": "x"
153
- },
154
- "lark": {
155
- "hostVer": "√",
156
- "uniVer": "√",
157
- "unixVer": "x"
158
- },
159
- "qq": {
160
- "hostVer": "√",
161
- "uniVer": "√",
162
- "unixVer": "x"
163
- },
164
- "kuaishou": {
165
- "hostVer": "√",
166
- "uniVer": "√",
167
- "unixVer": "x"
168
- },
169
- "jd": {
170
- "hostVer": "√",
171
- "uniVer": "√",
172
- "unixVer": "x"
173
- }
174
- },
175
- "web": {
176
- "uniVer": "√",
177
- "unixVer": "4.0"
178
- }
179
- }
180
- */
181
- "error" |
182
- /**
183
- * 显示错误图标,此时title文本无长度显示,支付宝、抖音小程序生效
184
- * @uniPlatform
185
- {
186
- "app": {
187
- "android": {
188
- "osVer": "5.0",
189
- "uniVer": "√",
190
- "uniUtsPlugin": "x",
191
- "unixVer": "x"
192
- },
193
- "ios": {
194
- "osVer": "12.0",
195
- "uniVer": "√",
196
- "uniUtsPlugin": "x",
197
- "unixVer": "x",
198
- "unixUtsPlugin": "x"
199
- }
200
- },
201
- "mp": {
202
- "weixin": {
203
- "hostVer": "x",
204
- "uniVer": "x",
205
- "unixVer": "x"
206
- },
207
- "alipay": {
208
- "hostVer": "√",
209
- "uniVer": "√",
210
- "unixVer": "x"
211
- },
212
- "baidu": {
213
- "hostVer": "x",
214
- "uniVer": "x",
215
- "unixVer": "x"
216
- },
217
- "toutiao": {
218
- "hostVer": "x",
219
- "uniVer": "x",
220
- "unixVer": "x"
221
- },
222
- "lark": {
223
- "hostVer": "x",
224
- "uniVer": "x",
225
- "unixVer": "x"
226
- },
227
- "qq": {
228
- "hostVer": "x",
229
- "uniVer": "x",
230
- "unixVer": "x"
231
- },
232
- "kuaishou": {
233
- "hostVer": "x",
234
- "uniVer": "x",
235
- "unixVer": "x"
236
- },
237
- "jd": {
238
- "hostVer": "x",
239
- "uniVer": "x",
240
- "unixVer": "x"
241
- }
242
- },
243
- "web": {
244
- "uniVer": "x",
245
- "unixVer": "x"
246
- }
247
- }
248
- */
249
- "fail" |
250
- /**
251
- * 显示异常图标,此时title文本无长度显示,支付宝小程序生效
252
- * @uniPlatform
253
- {
254
- "app": {
255
- "android": {
256
- "osVer": "5.0",
257
- "uniVer": "x",
258
- "uniUtsPlugin": "x",
259
- "unixVer": "x"
260
- },
261
- "ios": {
262
- "osVer": "12.0",
263
- "uniVer": "x",
264
- "uniUtsPlugin": "x",
265
- "unixVer": "x",
266
- "unixUtsPlugin": "x"
267
- }
268
- },
269
- "mp": {
270
- "weixin": {
271
- "hostVer": "x",
272
- "uniVer": "x",
273
- "unixVer": "x"
274
- },
275
- "alipay": {
276
- "hostVer": "√",
277
- "uniVer": "√",
278
- "unixVer": "x"
279
- },
280
- "baidu": {
281
- "hostVer": "x",
282
- "uniVer": "x",
283
- "unixVer": "x"
284
- },
285
- "toutiao": {
286
- "hostVer": "x",
287
- "uniVer": "x",
288
- "unixVer": "x"
289
- },
290
- "lark": {
291
- "hostVer": "x",
292
- "uniVer": "x",
293
- "unixVer": "x"
294
- },
295
- "qq": {
296
- "hostVer": "x",
297
- "uniVer": "x",
298
- "unixVer": "x"
299
- },
300
- "kuaishou": {
301
- "hostVer": "x",
302
- "uniVer": "x",
303
- "unixVer": "x"
304
- },
305
- "jd": {
306
- "hostVer": "x",
307
- "uniVer": "x",
308
- "unixVer": "x"
309
- }
310
- },
311
- "web": {
312
- "uniVer": "x",
313
- "unixVer": "x"
314
- }
315
- }
316
- */
317
- "exception" |
318
- /**
319
- * 显示加载图标
320
- * @uniPlatform
321
- {
322
- "app": {
323
- "android": {
324
- "osVer": "5.0",
325
- "uniVer": "√",
326
- "uniUtsPlugin": "3.91",
327
- "unixVer": "3.91"
328
- },
329
- "ios": {
330
- "osVer": "12.0",
331
- "uniVer": "√",
332
- "uniUtsPlugin": "4.11",
333
- "unixVer": "4.11",
334
- "unixUtsPlugin": "4.11"
335
- }
336
- },
337
- "mp": {
338
- "weixin": {
339
- "hostVer": "√",
340
- "uniVer": "√",
341
- "unixVer": "4.41"
342
- },
343
- "alipay": {
344
- "hostVer": "√",
345
- "uniVer": "√",
346
- "unixVer": "x"
347
- },
348
- "baidu": {
349
- "hostVer": "√",
350
- "uniVer": "√",
351
- "unixVer": "x"
352
- },
353
- "toutiao": {
354
- "hostVer": "√",
355
- "uniVer": "√",
356
- "unixVer": "x"
357
- },
358
- "lark": {
359
- "hostVer": "√",
360
- "uniVer": "√",
361
- "unixVer": "x"
362
- },
363
- "qq": {
364
- "hostVer": "√",
365
- "uniVer": "√",
366
- "unixVer": "x"
367
- },
368
- "kuaishou": {
369
- "hostVer": "√",
370
- "uniVer": "√",
371
- "unixVer": "x"
372
- },
373
- "jd": {
374
- "hostVer": "√",
375
- "uniVer": "√",
376
- "unixVer": "x"
377
- }
378
- },
379
- "web": {
380
- "uniVer": "√",
381
- "unixVer": "4.0"
382
- }
383
- }
384
- */
385
- "loading" |
386
- /**
387
- * 不显示图标
388
- * @uniPlatform
389
- {
390
- "app": {
391
- "android": {
392
- "osVer": "5.0",
393
- "uniVer": "√",
394
- "uniUtsPlugin": "3.91",
395
- "unixVer": "3.91"
396
- },
397
- "ios": {
398
- "osVer": "12.0",
399
- "uniVer": "√",
400
- "uniUtsPlugin": "4.11",
401
- "unixVer": "4.11",
402
- "unixUtsPlugin": "4.11"
403
- }
404
- },
405
- "mp": {
406
- "weixin": {
407
- "hostVer": "√",
408
- "uniVer": "√",
409
- "unixVer": "4.41"
410
- },
411
- "alipay": {
412
- "hostVer": "√",
413
- "uniVer": "√",
414
- "unixVer": "x"
415
- },
416
- "baidu": {
417
- "hostVer": "√",
418
- "uniVer": "√",
419
- "unixVer": "x"
420
- },
421
- "toutiao": {
422
- "hostVer": "√",
423
- "uniVer": "√",
424
- "unixVer": "x"
425
- },
426
- "lark": {
427
- "hostVer": "√",
428
- "uniVer": "√",
429
- "unixVer": "x"
430
- },
431
- "qq": {
432
- "hostVer": "√",
433
- "uniVer": "√",
434
- "unixVer": "x"
435
- },
436
- "kuaishou": {
437
- "hostVer": "√",
438
- "uniVer": "√",
439
- "unixVer": "x"
440
- },
441
- "jd": {
442
- "hostVer": "√",
443
- "uniVer": "√",
444
- "unixVer": "x"
445
- }
446
- },
447
- "web": {
448
- "uniVer": "√",
449
- "unixVer": "4.0"
450
- }
451
- }
452
- */
453
- "none";
454
-
455
- /**
456
- * position值说明。纯文本轻提示显示位置,填写有效值后只有 title 属性生效,且不支持通过 uni.hideToast 隐藏。
457
- */
458
- export type ShowToastPosition =
459
- /**
460
- * 居上显示
461
- * @uniPlatform
462
- {
463
- "app": {
464
- "android": {
465
- "osVer": "5.0",
466
- "uniVer": "√",
467
- "uniUtsPlugin": "3.91",
468
- "unixVer": "3.91"
469
- },
470
- "ios": {
471
- "osVer": "12.0",
472
- "uniVer": "√",
473
- "uniUtsPlugin": "4.11",
474
- "unixVer": "4.11",
475
- "unixUtsPlugin": "4.11"
476
- },
477
- "harmony": {
478
- "osVer": "3.0",
479
- "uniVer": "4.23",
480
- "unixVer": "4.61",
481
- "unixVaporVer": "5.0"
482
- }
483
- },
484
- "mp": {
485
- "weixin": {
486
- "hostVer": "√",
487
- "uniVer": "√",
488
- "unixVer": "4.41"
489
- },
490
- "alipay": {
491
- "hostVer": "√",
492
- "uniVer": "√",
493
- "unixVer": "x"
494
- },
495
- "baidu": {
496
- "hostVer": "√",
497
- "uniVer": "√",
498
- "unixVer": "x"
499
- },
500
- "toutiao": {
501
- "hostVer": "√",
502
- "uniVer": "√",
503
- "unixVer": "x"
504
- },
505
- "lark": {
506
- "hostVer": "√",
507
- "uniVer": "√",
508
- "unixVer": "x"
509
- },
510
- "qq": {
511
- "hostVer": "√",
512
- "uniVer": "√",
513
- "unixVer": "x"
514
- },
515
- "kuaishou": {
516
- "hostVer": "√",
517
- "uniVer": "√",
518
- "unixVer": "x"
519
- },
520
- "jd": {
521
- "hostVer": "√",
522
- "uniVer": "√",
523
- "unixVer": "x"
524
- }
525
- },
526
- "web": {
527
- "uniVer": "x",
528
- "unixVer": "x"
529
- }
530
- }
531
- */
532
- "top" |
533
- /**
534
- * 居中显示
535
- * @uniPlatform
536
- {
537
- "app": {
538
- "android": {
539
- "osVer": "5.0",
540
- "uniVer": "√",
541
- "uniUtsPlugin": "3.91",
542
- "unixVer": "3.91"
543
- },
544
- "ios": {
545
- "osVer": "12.0",
546
- "uniVer": "√",
547
- "uniUtsPlugin": "4.11",
548
- "unixVer": "4.11",
549
- "unixUtsPlugin": "4.11"
550
- },
551
- "harmony": {
552
- "osVer": "3.0",
553
- "uniVer": "4.23",
554
- "unixVer": "4.61",
555
- "unixVaporVer": "5.0"
556
- }
557
- },
558
- "mp": {
559
- "weixin": {
560
- "hostVer": "√",
561
- "uniVer": "√",
562
- "unixVer": "4.41"
563
- },
564
- "alipay": {
565
- "hostVer": "√",
566
- "uniVer": "√",
567
- "unixVer": "x"
568
- },
569
- "baidu": {
570
- "hostVer": "√",
571
- "uniVer": "√",
572
- "unixVer": "x"
573
- },
574
- "toutiao": {
575
- "hostVer": "√",
576
- "uniVer": "√",
577
- "unixVer": "x"
578
- },
579
- "lark": {
580
- "hostVer": "√",
581
- "uniVer": "√",
582
- "unixVer": "x"
583
- },
584
- "qq": {
585
- "hostVer": "√",
586
- "uniVer": "√",
587
- "unixVer": "x"
588
- },
589
- "kuaishou": {
590
- "hostVer": "√",
591
- "uniVer": "√",
592
- "unixVer": "x"
593
- },
594
- "jd": {
595
- "hostVer": "√",
596
- "uniVer": "√",
597
- "unixVer": "x"
598
- }
599
- },
600
- "web": {
601
- "uniVer": "x",
602
- "unixVer": "x"
603
- }
604
- }
605
- */
606
- "center" |
607
- /**
608
- * 居底显示
609
- * @uniPlatform
610
- {
611
- "app": {
612
- "android": {
613
- "osVer": "5.0",
614
- "uniVer": "√",
615
- "uniUtsPlugin": "3.91",
616
- "unixVer": "3.91"
617
- },
618
- "ios": {
619
- "osVer": "12.0",
620
- "uniVer": "√",
621
- "uniUtsPlugin": "4.11",
622
- "unixVer": "4.11",
623
- "unixUtsPlugin": "4.11"
624
- },
625
- "harmony": {
626
- "osVer": "3.0",
627
- "uniVer": "4.23",
628
- "unixVer": "4.61",
629
- "unixVaporVer": "5.0"
630
- }
631
- },
632
- "mp": {
633
- "weixin": {
634
- "hostVer": "√",
635
- "uniVer": "√",
636
- "unixVer": "4.41"
637
- },
638
- "alipay": {
639
- "hostVer": "√",
640
- "uniVer": "√",
641
- "unixVer": "x"
642
- },
643
- "baidu": {
644
- "hostVer": "√",
645
- "uniVer": "√",
646
- "unixVer": "x"
647
- },
648
- "toutiao": {
649
- "hostVer": "√",
650
- "uniVer": "√",
651
- "unixVer": "x"
652
- },
653
- "lark": {
654
- "hostVer": "√",
655
- "uniVer": "√",
656
- "unixVer": "x"
657
- },
658
- "qq": {
659
- "hostVer": "√",
660
- "uniVer": "√",
661
- "unixVer": "x"
662
- },
663
- "kuaishou": {
664
- "hostVer": "√",
665
- "uniVer": "√",
666
- "unixVer": "x"
667
- },
668
- "jd": {
669
- "hostVer": "√",
670
- "uniVer": "√",
671
- "unixVer": "x"
672
- }
673
- },
674
- "web": {
675
- "uniVer": "x",
676
- "unixVer": "x"
677
- }
678
- }
679
- */
680
- "bottom";
681
-
682
- /**
683
- * uni.showToast参数定义
684
- */
685
- export type ShowToastOptions = {
686
- /**
687
- * 提示的内容,长度与 icon 取值有关。
688
- * @uniPlatform
689
- {
690
- "app": {
691
- "android": {
692
- "osVer": "5.0",
693
- "uniVer": "√",
694
- "uniUtsPlugin": "3.91",
695
- "unixVer": "3.91"
696
- },
697
- "ios": {
698
- "osVer": "12.0",
699
- "uniVer": "√",
700
- "uniUtsPlugin": "4.11",
701
- "unixVer": "4.11",
702
- "unixUtsPlugin": "4.11"
703
- },
704
- "harmony": {
705
- "osVer": "3.0",
706
- "uniVer": "4.23",
707
- "unixVer": "4.61",
708
- "unixVaporVer": "5.0"
709
- }
710
- },
711
- "mp": {
712
- "weixin": {
713
- "hostVer": "√",
714
- "uniVer": "√",
715
- "unixVer": "4.41"
716
- },
717
- "alipay": {
718
- "hostVer": "√",
719
- "uniVer": "√",
720
- "unixVer": "x"
721
- },
722
- "baidu": {
723
- "hostVer": "√",
724
- "uniVer": "√",
725
- "unixVer": "x"
726
- },
727
- "toutiao": {
728
- "hostVer": "√",
729
- "uniVer": "√",
730
- "unixVer": "x"
731
- },
732
- "lark": {
733
- "hostVer": "√",
734
- "uniVer": "√",
735
- "unixVer": "x"
736
- },
737
- "qq": {
738
- "hostVer": "√",
739
- "uniVer": "√",
740
- "unixVer": "x"
741
- },
742
- "kuaishou": {
743
- "hostVer": "√",
744
- "uniVer": "√",
745
- "unixVer": "x"
746
- },
747
- "jd": {
748
- "hostVer": "√",
749
- "uniVer": "√",
750
- "unixVer": "x"
751
- }
752
- },
753
- "web": {
754
- "uniVer": "√",
755
- "unixVer": "4.0"
756
- }
757
- }
758
- */
759
- title: string,
760
- /**
761
- * 图标
762
- * @defaultValue "success"
763
- * @uniPlatform
764
- {
765
- "app": {
766
- "android": {
767
- "osVer": "5.0",
768
- "uniVer": "√",
769
- "uniUtsPlugin": "3.91",
770
- "unixVer": "3.91"
771
- },
772
- "ios": {
773
- "osVer": "12.0",
774
- "uniVer": "√",
775
- "uniUtsPlugin": "4.11",
776
- "unixVer": "4.11",
777
- "unixUtsPlugin": "4.11"
778
- },
779
- "harmony": {
780
- "osVer": "3.0",
781
- "uniVer": "4.23",
782
- "unixVer": "x"
783
- }
784
- },
785
- "mp": {
786
- "weixin": {
787
- "hostVer": "√",
788
- "uniVer": "√",
789
- "unixVer": "4.41"
790
- },
791
- "alipay": {
792
- "hostVer": "√",
793
- "uniVer": "√",
794
- "unixVer": "x"
795
- },
796
- "baidu": {
797
- "hostVer": "√",
798
- "uniVer": "√",
799
- "unixVer": "x"
800
- },
801
- "toutiao": {
802
- "hostVer": "√",
803
- "uniVer": "√",
804
- "unixVer": "x"
805
- },
806
- "lark": {
807
- "hostVer": "√",
808
- "uniVer": "√",
809
- "unixVer": "x"
810
- },
811
- "qq": {
812
- "hostVer": "√",
813
- "uniVer": "√",
814
- "unixVer": "x"
815
- },
816
- "kuaishou": {
817
- "hostVer": "√",
818
- "uniVer": "√",
819
- "unixVer": "x"
820
- },
821
- "jd": {
822
- "hostVer": "√",
823
- "uniVer": "√",
824
- "unixVer": "x"
825
- }
826
- },
827
- "web": {
828
- "uniVer": "√",
829
- "unixVer": "4.0"
830
- }
831
- }
832
- */
833
- icon?: Icon | null,
834
- /**
835
- * 自定义图标的本地路径(app端暂不支持gif)
836
- * @uniPlatform
837
- {
838
- "app": {
839
- "android": {
840
- "osVer": "5.0",
841
- "uniVer": "√",
842
- "uniUtsPlugin": "3.91",
843
- "unixVer": "3.91"
844
- },
845
- "ios": {
846
- "osVer": "12.0",
847
- "uniVer": "√",
848
- "uniUtsPlugin": "4.11",
849
- "unixVer": "4.11",
850
- "unixUtsPlugin": "4.11"
851
- },
852
- "harmony": {
853
- "osVer": "3.0",
854
- "uniVer": "4.23",
855
- "unixVer": "4.61",
856
- "unixVaporVer": "5.0"
857
- }
858
- },
859
- "mp": {
860
- "weixin": {
861
- "hostVer": "√",
862
- "uniVer": "√",
863
- "unixVer": "4.41"
864
- },
865
- "alipay": {
866
- "hostVer": "√",
867
- "uniVer": "√",
868
- "unixVer": "x"
869
- },
870
- "baidu": {
871
- "hostVer": "√",
872
- "uniVer": "√",
873
- "unixVer": "x"
874
- },
875
- "toutiao": {
876
- "hostVer": "√",
877
- "uniVer": "√",
878
- "unixVer": "x"
879
- },
880
- "lark": {
881
- "hostVer": "√",
882
- "uniVer": "√",
883
- "unixVer": "x"
884
- },
885
- "qq": {
886
- "hostVer": "√",
887
- "uniVer": "√",
888
- "unixVer": "x"
889
- },
890
- "kuaishou": {
891
- "hostVer": "√",
892
- "uniVer": "√",
893
- "unixVer": "x"
894
- },
895
- "jd": {
896
- "hostVer": "√",
897
- "uniVer": "√",
898
- "unixVer": "x"
899
- }
900
- },
901
- "web": {
902
- "uniVer": "√",
903
- "unixVer": "4.0"
904
- }
905
- }
906
- */
907
- image?: string.ImageURIString | null,
908
- /**
909
- * 是否显示透明蒙层,防止触摸穿透
910
- * @defaultValue false
911
- * @uniPlatform
912
- {
913
- "app": {
914
- "android": {
915
- "osVer": "5.0",
916
- "uniVer": "√",
917
- "uniUtsPlugin": "3.91",
918
- "unixVer": "3.91"
919
- },
920
- "ios": {
921
- "osVer": "12.0",
922
- "uniVer": "√",
923
- "uniUtsPlugin": "4.11",
924
- "unixVer": "4.11",
925
- "unixUtsPlugin": "4.11"
926
- },
927
- "harmony": {
928
- "osVer": "3.0",
929
- "uniVer": "4.23",
930
- "unixVer": "4.61",
931
- "unixVaporVer": "5.0"
932
- }
933
- },
934
- "mp": {
935
- "weixin": {
936
- "hostVer": "√",
937
- "uniVer": "√",
938
- "unixVer": "4.41"
939
- },
940
- "alipay": {
941
- "hostVer": "√",
942
- "uniVer": "√",
943
- "unixVer": "x"
944
- },
945
- "baidu": {
946
- "hostVer": "√",
947
- "uniVer": "√",
948
- "unixVer": "x"
949
- },
950
- "toutiao": {
951
- "hostVer": "√",
952
- "uniVer": "√",
953
- "unixVer": "x"
954
- },
955
- "lark": {
956
- "hostVer": "√",
957
- "uniVer": "√",
958
- "unixVer": "x"
959
- },
960
- "qq": {
961
- "hostVer": "√",
962
- "uniVer": "√",
963
- "unixVer": "x"
964
- },
965
- "kuaishou": {
966
- "hostVer": "√",
967
- "uniVer": "√",
968
- "unixVer": "x"
969
- },
970
- "jd": {
971
- "hostVer": "√",
972
- "uniVer": "√",
973
- "unixVer": "x"
974
- }
975
- },
976
- "web": {
977
- "uniVer": "√",
978
- "unixVer": "4.0"
979
- }
980
- }
981
- */
982
- mask?: boolean | null,
983
- /**
984
- * 提示的延迟时间,单位毫秒
985
- * @defaultValue 1500
986
- * @uniPlatform
987
- {
988
- "app": {
989
- "android": {
990
- "osVer": "5.0",
991
- "uniVer": "√",
992
- "uniUtsPlugin": "3.91",
993
- "unixVer": "3.91"
994
- },
995
- "ios": {
996
- "osVer": "12.0",
997
- "uniVer": "√",
998
- "uniUtsPlugin": "4.11",
999
- "unixVer": "4.11",
1000
- "unixUtsPlugin": "4.11"
1001
- },
1002
- "harmony": {
1003
- "osVer": "3.0",
1004
- "uniVer": "4.23",
1005
- "unixVer": "4.61",
1006
- "unixVaporVer": "5.0"
1007
- }
1008
- },
1009
- "mp": {
1010
- "weixin": {
1011
- "hostVer": "√",
1012
- "uniVer": "√",
1013
- "unixVer": "4.41"
1014
- },
1015
- "alipay": {
1016
- "hostVer": "√",
1017
- "uniVer": "√",
1018
- "unixVer": "x"
1019
- },
1020
- "baidu": {
1021
- "hostVer": "√",
1022
- "uniVer": "√",
1023
- "unixVer": "x"
1024
- },
1025
- "toutiao": {
1026
- "hostVer": "√",
1027
- "uniVer": "√",
1028
- "unixVer": "x"
1029
- },
1030
- "lark": {
1031
- "hostVer": "√",
1032
- "uniVer": "√",
1033
- "unixVer": "x"
1034
- },
1035
- "qq": {
1036
- "hostVer": "√",
1037
- "uniVer": "√",
1038
- "unixVer": "x"
1039
- },
1040
- "kuaishou": {
1041
- "hostVer": "√",
1042
- "uniVer": "√",
1043
- "unixVer": "x"
1044
- },
1045
- "jd": {
1046
- "hostVer": "√",
1047
- "uniVer": "√",
1048
- "unixVer": "x"
1049
- }
1050
- },
1051
- "web": {
1052
- "uniVer": "√",
1053
- "unixVer": "4.0"
1054
- }
1055
- }
1056
- */
1057
- duration?: number | null,
1058
- /**
1059
- * 纯文本轻提示显示位置,填写有效值后只有 title 属性生效,且不支持通过 uni.hideToast 隐藏。
1060
- * @uniPlatform
1061
- {
1062
- "app": {
1063
- "android": {
1064
- "osVer": "5.0",
1065
- "uniVer": "√",
1066
- "uniUtsPlugin": "3.91",
1067
- "unixVer": "3.91"
1068
- },
1069
- "ios": {
1070
- "osVer": "12.0",
1071
- "uniVer": "√",
1072
- "uniUtsPlugin": "4.11",
1073
- "unixVer": "4.11",
1074
- "unixUtsPlugin": "4.11"
1075
- },
1076
- "harmony": {
1077
- "osVer": "3.0",
1078
- "uniVer": "4.23",
1079
- "unixVer": "4.61",
1080
- "unixVaporVer": "5.0"
1081
- }
1082
- },
1083
- "mp": {
1084
- "weixin": {
1085
- "hostVer": "√",
1086
- "uniVer": "√",
1087
- "unixVer": "4.41"
1088
- },
1089
- "alipay": {
1090
- "hostVer": "√",
1091
- "uniVer": "√",
1092
- "unixVer": "x"
1093
- },
1094
- "baidu": {
1095
- "hostVer": "√",
1096
- "uniVer": "√",
1097
- "unixVer": "x"
1098
- },
1099
- "toutiao": {
1100
- "hostVer": "√",
1101
- "uniVer": "√",
1102
- "unixVer": "x"
1103
- },
1104
- "lark": {
1105
- "hostVer": "√",
1106
- "uniVer": "√",
1107
- "unixVer": "x"
1108
- },
1109
- "qq": {
1110
- "hostVer": "√",
1111
- "uniVer": "√",
1112
- "unixVer": "x"
1113
- },
1114
- "kuaishou": {
1115
- "hostVer": "√",
1116
- "uniVer": "√",
1117
- "unixVer": "x"
1118
- },
1119
- "jd": {
1120
- "hostVer": "√",
1121
- "uniVer": "√",
1122
- "unixVer": "x"
1123
- }
1124
- },
1125
- "web": {
1126
- "uniVer": "x",
1127
- "unixVer": "x"
1128
- }
1129
- }
1130
- */
1131
- position?: ShowToastPosition | null,
1132
- /**
1133
- * 接口调用成功的回调函数
1134
- * @uniPlatform
1135
- {
1136
- "app": {
1137
- "android": {
1138
- "osVer": "5.0",
1139
- "uniVer": "√",
1140
- "uniUtsPlugin": "3.91",
1141
- "unixVer": "3.91"
1142
- },
1143
- "ios": {
1144
- "osVer": "12.0",
1145
- "uniVer": "√",
1146
- "uniUtsPlugin": "4.11",
1147
- "unixVer": "4.11",
1148
- "unixUtsPlugin": "4.11"
1149
- },
1150
- "harmony": {
1151
- "osVer": "3.0",
1152
- "uniVer": "4.23",
1153
- "unixVer": "4.61",
1154
- "unixVaporVer": "5.0"
1155
- }
1156
- },
1157
- "mp": {
1158
- "weixin": {
1159
- "hostVer": "√",
1160
- "uniVer": "√",
1161
- "unixVer": "4.41"
1162
- },
1163
- "alipay": {
1164
- "hostVer": "√",
1165
- "uniVer": "√",
1166
- "unixVer": "x"
1167
- },
1168
- "baidu": {
1169
- "hostVer": "√",
1170
- "uniVer": "√",
1171
- "unixVer": "x"
1172
- },
1173
- "toutiao": {
1174
- "hostVer": "√",
1175
- "uniVer": "√",
1176
- "unixVer": "x"
1177
- },
1178
- "lark": {
1179
- "hostVer": "√",
1180
- "uniVer": "√",
1181
- "unixVer": "x"
1182
- },
1183
- "qq": {
1184
- "hostVer": "√",
1185
- "uniVer": "√",
1186
- "unixVer": "x"
1187
- },
1188
- "kuaishou": {
1189
- "hostVer": "√",
1190
- "uniVer": "√",
1191
- "unixVer": "x"
1192
- },
1193
- "jd": {
1194
- "hostVer": "√",
1195
- "uniVer": "√",
1196
- "unixVer": "x"
1197
- }
1198
- },
1199
- "web": {
1200
- "uniVer": "√",
1201
- "unixVer": "4.0"
1202
- }
1203
- }
1204
- */
1205
- success?: ShowToastSuccessCallback | null,
1206
- /**
1207
- * 接口调用失败的回调函数
1208
- * @uniPlatform
1209
- {
1210
- "app": {
1211
- "android": {
1212
- "osVer": "5.0",
1213
- "uniVer": "√",
1214
- "uniUtsPlugin": "3.91",
1215
- "unixVer": "3.91"
1216
- },
1217
- "ios": {
1218
- "osVer": "12.0",
1219
- "uniVer": "√",
1220
- "uniUtsPlugin": "4.11",
1221
- "unixVer": "4.11",
1222
- "unixUtsPlugin": "4.11"
1223
- },
1224
- "harmony": {
1225
- "osVer": "3.0",
1226
- "uniVer": "4.23",
1227
- "unixVer": "4.61",
1228
- "unixVaporVer": "5.0"
1229
- }
1230
- },
1231
- "mp": {
1232
- "weixin": {
1233
- "hostVer": "√",
1234
- "uniVer": "√",
1235
- "unixVer": "4.41"
1236
- },
1237
- "alipay": {
1238
- "hostVer": "√",
1239
- "uniVer": "√",
1240
- "unixVer": "x"
1241
- },
1242
- "baidu": {
1243
- "hostVer": "√",
1244
- "uniVer": "√",
1245
- "unixVer": "x"
1246
- },
1247
- "toutiao": {
1248
- "hostVer": "√",
1249
- "uniVer": "√",
1250
- "unixVer": "x"
1251
- },
1252
- "lark": {
1253
- "hostVer": "√",
1254
- "uniVer": "√",
1255
- "unixVer": "x"
1256
- },
1257
- "qq": {
1258
- "hostVer": "√",
1259
- "uniVer": "√",
1260
- "unixVer": "x"
1261
- },
1262
- "kuaishou": {
1263
- "hostVer": "√",
1264
- "uniVer": "√",
1265
- "unixVer": "x"
1266
- },
1267
- "jd": {
1268
- "hostVer": "√",
1269
- "uniVer": "√",
1270
- "unixVer": "x"
1271
- }
1272
- },
1273
- "web": {
1274
- "uniVer": "√",
1275
- "unixVer": "4.0"
1276
- }
1277
- }
1278
- */
1279
- fail?: ShowToastFailCallback | null,
1280
- /**
1281
- * 接口调用结束的回调函数(调用成功、失败都会执行)
1282
- * @uniPlatform
1283
- {
1284
- "app": {
1285
- "android": {
1286
- "osVer": "5.0",
1287
- "uniVer": "√",
1288
- "uniUtsPlugin": "3.91",
1289
- "unixVer": "3.91"
1290
- },
1291
- "ios": {
1292
- "osVer": "12.0",
1293
- "uniVer": "√",
1294
- "uniUtsPlugin": "4.11",
1295
- "unixVer": "4.11",
1296
- "unixUtsPlugin": "4.11"
1297
- },
1298
- "harmony": {
1299
- "osVer": "3.0",
1300
- "uniVer": "4.23",
1301
- "unixVer": "4.61",
1302
- "unixVaporVer": "5.0"
1303
- }
1304
- },
1305
- "mp": {
1306
- "weixin": {
1307
- "hostVer": "√",
1308
- "uniVer": "√",
1309
- "unixVer": "4.41"
1310
- },
1311
- "alipay": {
1312
- "hostVer": "√",
1313
- "uniVer": "√",
1314
- "unixVer": "x"
1315
- },
1316
- "baidu": {
1317
- "hostVer": "√",
1318
- "uniVer": "√",
1319
- "unixVer": "x"
1320
- },
1321
- "toutiao": {
1322
- "hostVer": "√",
1323
- "uniVer": "√",
1324
- "unixVer": "x"
1325
- },
1326
- "lark": {
1327
- "hostVer": "√",
1328
- "uniVer": "√",
1329
- "unixVer": "x"
1330
- },
1331
- "qq": {
1332
- "hostVer": "√",
1333
- "uniVer": "√",
1334
- "unixVer": "x"
1335
- },
1336
- "kuaishou": {
1337
- "hostVer": "√",
1338
- "uniVer": "√",
1339
- "unixVer": "x"
1340
- },
1341
- "jd": {
1342
- "hostVer": "√",
1343
- "uniVer": "√",
1344
- "unixVer": "x"
1345
- }
1346
- },
1347
- "web": {
1348
- "uniVer": "√",
1349
- "unixVer": "4.0"
1350
- }
1351
- }
1352
- */
1353
- complete?: ShowToastCompleteCallback | null
1354
- }
1355
-
1356
- /**
1357
- * uni.showToast函数定义
1358
- * 弹出toast
1359
- *
1360
- * @param {ShowToastOptions} options
1361
- * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showtoast
1362
- * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showtoast
1363
- * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showtoast
1364
- * @uniPlatform
1365
- {
1366
- "app": {
1367
- "android": {
1368
- "osVer": "5.0",
1369
- "uniVer": "√",
1370
- "uniUtsPlugin": "3.91",
1371
- "unixVer": "3.91"
1372
- },
1373
- "ios": {
1374
- "osVer": "12.0",
1375
- "uniVer": "√",
1376
- "uniUtsPlugin": "4.11",
1377
- "unixVer": "4.11",
1378
- "unixUtsPlugin": "4.11"
1379
- },
1380
- "harmony": {
1381
- "osVer": "3.0",
1382
- "uniVer": "4.23",
1383
- "unixVer": "4.61",
1384
- "unixVaporVer": "5.0"
1385
- }
1386
- },
1387
- "mp": {
1388
- "weixin": {
1389
- "hostVer": "√",
1390
- "uniVer": "√",
1391
- "unixVer": "4.41"
1392
- },
1393
- "alipay": {
1394
- "hostVer": "√",
1395
- "uniVer": "√",
1396
- "unixVer": "x"
1397
- },
1398
- "baidu": {
1399
- "hostVer": "√",
1400
- "uniVer": "√",
1401
- "unixVer": "x"
1402
- },
1403
- "toutiao": {
1404
- "hostVer": "√",
1405
- "uniVer": "√",
1406
- "unixVer": "x"
1407
- },
1408
- "lark": {
1409
- "hostVer": "√",
1410
- "uniVer": "√",
1411
- "unixVer": "x"
1412
- },
1413
- "qq": {
1414
- "hostVer": "√",
1415
- "uniVer": "√",
1416
- "unixVer": "x"
1417
- },
1418
- "kuaishou": {
1419
- "hostVer": "√",
1420
- "uniVer": "√",
1421
- "unixVer": "x"
1422
- },
1423
- "jd": {
1424
- "hostVer": "√",
1425
- "uniVer": "√",
1426
- "unixVer": "x"
1427
- }
1428
- },
1429
- "web": {
1430
- "uniVer": "√",
1431
- "unixVer": "4.0"
1432
- }
1433
- }
1434
- */
1435
- export type ShowToast = (options: ShowToastOptions) => void
1436
-
1437
- /**
1438
- * uni.hideToast函数定义
1439
- * 隐藏toast
1440
- *
1441
- * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#hidetoast
1442
- * @tutorial_uni_app https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#hidetoast
1443
- * @uniPlatform
1444
- {
1445
- "app": {
1446
- "android": {
1447
- "osVer": "5.0",
1448
- "uniVer": "√",
1449
- "uniUtsPlugin": "3.91",
1450
- "unixVer": "3.91"
1451
- },
1452
- "ios": {
1453
- "osVer": "12.0",
1454
- "uniVer": "√",
1455
- "uniUtsPlugin": "4.11",
1456
- "unixVer": "4.11",
1457
- "unixUtsPlugin": "4.11"
1458
- },
1459
- "harmony": {
1460
- "osVer": "3.0",
1461
- "uniVer": "4.83",
1462
- "unixVer": "4.83",
1463
- "unixVaporVer": "5.0"
1464
- }
1465
- },
1466
- "mp": {
1467
- "weixin": {
1468
- "hostVer": "√",
1469
- "uniVer": "√",
1470
- "unixVer": "4.41"
1471
- },
1472
- "alipay": {
1473
- "hostVer": "√",
1474
- "uniVer": "√",
1475
- "unixVer": "x"
1476
- },
1477
- "baidu": {
1478
- "hostVer": "√",
1479
- "uniVer": "√",
1480
- "unixVer": "x"
1481
- },
1482
- "toutiao": {
1483
- "hostVer": "√",
1484
- "uniVer": "√",
1485
- "unixVer": "x"
1486
- },
1487
- "lark": {
1488
- "hostVer": "√",
1489
- "uniVer": "√",
1490
- "unixVer": "x"
1491
- },
1492
- "qq": {
1493
- "hostVer": "√",
1494
- "uniVer": "√",
1495
- "unixVer": "x"
1496
- },
1497
- "kuaishou": {
1498
- "hostVer": "√",
1499
- "uniVer": "√",
1500
- "unixVer": "x"
1501
- },
1502
- "jd": {
1503
- "hostVer": "√",
1504
- "uniVer": "√",
1505
- "unixVer": "x"
1506
- }
1507
- },
1508
- "web": {
1509
- "uniVer": "√",
1510
- "unixVer": "4.0"
1511
- }
1512
- }
1513
- */
1514
- export type HideToast = () => void
1515
-
1516
-
1517
-
1518
-
1519
-
1520
-
1521
- export interface Uni {
1522
- /**
1523
- * @description 显示消息提示框
1524
- * @example
1525
- ```typescript
1526
- uni.showToast({
1527
- title: '标题',
1528
- duration: 2000
1529
- });
1530
- ```
1531
- * @remark
1532
- * - showLoading 和 showToast 同时只能显示一个
1533
- * - showToast 应与 hideToast 配对使用
1534
- * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#showtoast
1535
- * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showtoast
1536
- * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#showtoast
1537
- * @uniPlatform
1538
- {
1539
- "app": {
1540
- "android": {
1541
- "osVer": "5.0",
1542
- "uniVer": "√",
1543
- "uniUtsPlugin": "3.91",
1544
- "unixVer": "3.91"
1545
- },
1546
- "ios": {
1547
- "osVer": "12.0",
1548
- "uniVer": "√",
1549
- "uniUtsPlugin": "4.11",
1550
- "unixVer": "4.11",
1551
- "unixUtsPlugin": "4.11"
1552
- },
1553
- "harmony": {
1554
- "osVer": "3.0",
1555
- "uniVer": "4.23",
1556
- "unixVer": "4.61",
1557
- "unixVaporVer": "5.0"
1558
- }
1559
- },
1560
- "mp": {
1561
- "weixin": {
1562
- "hostVer": "√",
1563
- "uniVer": "√",
1564
- "unixVer": "4.41"
1565
- },
1566
- "alipay": {
1567
- "hostVer": "√",
1568
- "uniVer": "√",
1569
- "unixVer": "x"
1570
- },
1571
- "baidu": {
1572
- "hostVer": "√",
1573
- "uniVer": "√",
1574
- "unixVer": "x"
1575
- },
1576
- "toutiao": {
1577
- "hostVer": "√",
1578
- "uniVer": "√",
1579
- "unixVer": "x"
1580
- },
1581
- "lark": {
1582
- "hostVer": "√",
1583
- "uniVer": "√",
1584
- "unixVer": "x"
1585
- },
1586
- "qq": {
1587
- "hostVer": "√",
1588
- "uniVer": "√",
1589
- "unixVer": "x"
1590
- },
1591
- "kuaishou": {
1592
- "hostVer": "√",
1593
- "uniVer": "√",
1594
- "unixVer": "x"
1595
- },
1596
- "jd": {
1597
- "hostVer": "√",
1598
- "uniVer": "√",
1599
- "unixVer": "x"
1600
- }
1601
- },
1602
- "web": {
1603
- "uniVer": "√",
1604
- "unixVer": "4.0"
1605
- }
1606
- }
1607
- */
1608
- showToast(options: ShowToastOptions): void,
1609
-
1610
- /**
1611
- * @description 隐藏消息提示框。
1612
- * @example
1613
- ```typescript
1614
- uni.hideToast();
1615
- ```
1616
- * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/ui/prompt.html#hidetoast
1617
- * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#hidetoast
1618
- * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/prompt.html#hidetoast
1619
- * @uniPlatform
1620
- {
1621
- "app": {
1622
- "android": {
1623
- "osVer": "5.0",
1624
- "uniVer": "√",
1625
- "uniUtsPlugin": "3.91",
1626
- "unixVer": "3.91"
1627
- },
1628
- "ios": {
1629
- "osVer": "12.0",
1630
- "uniVer": "√",
1631
- "uniUtsPlugin": "4.11",
1632
- "unixVer": "4.11",
1633
- "unixUtsPlugin": "4.11"
1634
- },
1635
- "harmony": {
1636
- "osVer": "3.0",
1637
- "uniVer": "4.23",
1638
- "unixVer": "4.61",
1639
- "unixVaporVer": "5.0"
1640
- }
1641
- },
1642
- "mp": {
1643
- "weixin": {
1644
- "hostVer": "√",
1645
- "uniVer": "√",
1646
- "unixVer": "4.41"
1647
- },
1648
- "alipay": {
1649
- "hostVer": "√",
1650
- "uniVer": "√",
1651
- "unixVer": "x"
1652
- },
1653
- "baidu": {
1654
- "hostVer": "√",
1655
- "uniVer": "√",
1656
- "unixVer": "x"
1657
- },
1658
- "toutiao": {
1659
- "hostVer": "√",
1660
- "uniVer": "√",
1661
- "unixVer": "x"
1662
- },
1663
- "lark": {
1664
- "hostVer": "√",
1665
- "uniVer": "√",
1666
- "unixVer": "x"
1667
- },
1668
- "qq": {
1669
- "hostVer": "√",
1670
- "uniVer": "√",
1671
- "unixVer": "x"
1672
- },
1673
- "kuaishou": {
1674
- "hostVer": "√",
1675
- "uniVer": "√",
1676
- "unixVer": "x"
1677
- },
1678
- "jd": {
1679
- "hostVer": "√",
1680
- "uniVer": "√",
1681
- "unixVer": "x"
1682
- }
1683
- },
1684
- "web": {
1685
- "uniVer": "√",
1686
- "unixVer": "4.0"
1687
- }
1688
- }
1689
- */
1690
- hideToast(): void,
1691
-
1692
-
1693
- }