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