@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
@@ -33,6 +33,15 @@ export type UniEditorElementInsertTextOptions = {
33
33
  complete ?: ((res : UniEditorElementOptionsCompleteRes) => void) | null
34
34
  }
35
35
 
36
+ export type UniEditorElementInsertLinkOptions = {
37
+ text?: string | null,
38
+ href: string,
39
+ success ?: ((res : UniEditorElementOptionsSuccessRes) => void) | null
40
+ fail ?: ((res : UniEditorElementOptionsFailRes) => void) | null
41
+ complete ?: ((res : UniEditorElementOptionsCompleteRes) => void) | null
42
+ }
43
+
44
+
36
45
  export type UniEditorElementInsertMentionOptions = {
37
46
  /**
38
47
  * 被 @ 的人 id
@@ -99,6 +108,7 @@ export interface IUniEditorElement extends UniElement {
99
108
  insertDivider(options : UniEditorElementOptions | null) : void
100
109
  insertImage(options : UniEditorElementInsertImageOptions | null) : void
101
110
  insertText(options : UniEditorElementInsertTextOptions | null) : void
111
+ insertLink(options : UniEditorElementInsertLinkOptions | null) : void
102
112
  insertMention(options ?: UniEditorElementInsertMentionOptions | null) : void
103
113
  setContents(options : UniEditorElementSetContentsOptions | null) : void
104
114
  getContents(options : UniEditorElementGetContentsOptions | null) : void
@@ -122,33 +132,33 @@ export type CreateEditorContextAsyncOptions = {
122
132
  * "android": {
123
133
  * "osVer": "5.0",
124
134
  * "uniVer": "x",
125
- * "unixVer": "5.06",
135
+ * "unixVer": "5.08",
126
136
  * "unixVaporVer": "x"
127
137
  * },
128
138
  * "ios": {
129
139
  * "osVer": "10.0",
130
140
  * "uniVer": "x",
131
- * "unixVer": "5.06",
141
+ * "unixVer": "5.08",
132
142
  * "unixVaporVer": "x"
133
143
  * },
134
144
  * "harmony": {
135
145
  * "osVer": "5.0.0",
136
146
  * "uniVer": "x",
137
- * "unixVer": "5.06",
138
- * "unixVaporVer": "5.06"
147
+ * "unixVer": "5.08",
148
+ * "unixVaporVer": "5.08"
139
149
  * }
140
150
  * },
141
151
  * "web": {
142
152
  * "uniVer": "√",
143
- * "unixVer": "5.06",
144
- * "unixVaporVer": "5.06"
153
+ * "unixVer": "5.08",
154
+ * "unixVaporVer": "5.08"
145
155
  * },
146
156
  * "mp":{
147
157
  * "weixin": {
148
158
  * "hostVer": "√",
149
- * "uniVer": "5.06",
150
- * "unixVer": "5.06",
151
- * "unixVaporVer": "5.06"
159
+ * "uniVer": "5.08",
160
+ * "unixVer": "5.08",
161
+ * "unixVaporVer": "5.08"
152
162
  * },
153
163
  * "alipay": {
154
164
  * "hostVer": "x",
@@ -196,33 +206,33 @@ export type CreateEditorContextAsyncOptions = {
196
206
  * "android": {
197
207
  * "osVer": "5.0",
198
208
  * "uniVer": "x",
199
- * "unixVer": "5.06",
209
+ * "unixVer": "5.08",
200
210
  * "unixVaporVer": "x"
201
211
  * },
202
212
  * "ios": {
203
213
  * "osVer": "10.0",
204
214
  * "uniVer": "x",
205
- * "unixVer": "5.06",
215
+ * "unixVer": "5.08",
206
216
  * "unixVaporVer": "x"
207
217
  * },
208
218
  * "harmony": {
209
219
  * "osVer": "5.0.0",
210
220
  * "uniVer": "x",
211
- * "unixVer": "5.06",
212
- * "unixVaporVer": "5.06"
221
+ * "unixVer": "5.08",
222
+ * "unixVaporVer": "5.08"
213
223
  * }
214
224
  * },
215
225
  * "web": {
216
226
  * "uniVer": "√",
217
- * "unixVer": "5.06",
218
- * "unixVaporVer": "5.06"
227
+ * "unixVer": "5.08",
228
+ * "unixVaporVer": "5.08"
219
229
  * },
220
230
  * "mp":{
221
231
  * "weixin": {
222
232
  * "hostVer": "√",
223
- * "uniVer": "5.06",
224
- * "unixVer": "5.06",
225
- * "unixVaporVer": "5.06"
233
+ * "uniVer": "5.08",
234
+ * "unixVer": "5.08",
235
+ * "unixVaporVer": "5.08"
226
236
  * },
227
237
  * "alipay": {
228
238
  * "hostVer": "x",
@@ -270,33 +280,33 @@ export type CreateEditorContextAsyncOptions = {
270
280
  * "android": {
271
281
  * "osVer": "5.0",
272
282
  * "uniVer": "x",
273
- * "unixVer": "5.06",
283
+ * "unixVer": "5.08",
274
284
  * "unixVaporVer": "x"
275
285
  * },
276
286
  * "ios": {
277
287
  * "osVer": "10.0",
278
288
  * "uniVer": "x",
279
- * "unixVer": "5.06",
289
+ * "unixVer": "5.08",
280
290
  * "unixVaporVer": "x"
281
291
  * },
282
292
  * "harmony": {
283
293
  * "osVer": "5.0.0",
284
294
  * "uniVer": "x",
285
- * "unixVer": "5.06",
286
- * "unixVaporVer": "5.06"
295
+ * "unixVer": "5.08",
296
+ * "unixVaporVer": "5.08"
287
297
  * }
288
298
  * },
289
299
  * "web": {
290
300
  * "uniVer": "√",
291
- * "unixVer": "5.06",
292
- * "unixVaporVer": "5.06"
301
+ * "unixVer": "5.08",
302
+ * "unixVaporVer": "5.08"
293
303
  * },
294
304
  * "mp":{
295
305
  * "weixin": {
296
306
  * "hostVer": "√",
297
- * "uniVer": "5.06",
298
- * "unixVer": "5.06",
299
- * "unixVaporVer": "5.06"
307
+ * "uniVer": "5.08",
308
+ * "unixVer": "5.08",
309
+ * "unixVaporVer": "5.08"
300
310
  * },
301
311
  * "alipay": {
302
312
  * "hostVer": "x",
@@ -344,33 +354,33 @@ export type CreateEditorContextAsyncOptions = {
344
354
  * "android": {
345
355
  * "osVer": "5.0",
346
356
  * "uniVer": "x",
347
- * "unixVer": "5.06",
357
+ * "unixVer": "5.08",
348
358
  * "unixVaporVer": "x"
349
359
  * },
350
360
  * "ios": {
351
361
  * "osVer": "10.0",
352
362
  * "uniVer": "x",
353
- * "unixVer": "5.06",
363
+ * "unixVer": "5.08",
354
364
  * "unixVaporVer": "x"
355
365
  * },
356
366
  * "harmony": {
357
367
  * "osVer": "5.0.0",
358
368
  * "uniVer": "x",
359
- * "unixVer": "5.06",
360
- * "unixVaporVer": "5.06"
369
+ * "unixVer": "5.08",
370
+ * "unixVaporVer": "5.08"
361
371
  * }
362
372
  * },
363
373
  * "web": {
364
374
  * "uniVer": "√",
365
- * "unixVer": "5.06",
366
- * "unixVaporVer": "5.06"
375
+ * "unixVer": "5.08",
376
+ * "unixVaporVer": "5.08"
367
377
  * },
368
378
  * "mp":{
369
379
  * "weixin": {
370
380
  * "hostVer": "√",
371
- * "uniVer": "5.06",
372
- * "unixVer": "5.06",
373
- * "unixVaporVer": "5.06"
381
+ * "uniVer": "5.08",
382
+ * "unixVer": "5.08",
383
+ * "unixVaporVer": "5.08"
374
384
  * },
375
385
  * "alipay": {
376
386
  * "hostVer": "x",
@@ -418,33 +428,33 @@ export type CreateEditorContextAsyncOptions = {
418
428
  * "android": {
419
429
  * "osVer": "5.0",
420
430
  * "uniVer": "x",
421
- * "unixVer": "5.06",
431
+ * "unixVer": "5.08",
422
432
  * "unixVaporVer": "x"
423
433
  * },
424
434
  * "ios": {
425
435
  * "osVer": "10.0",
426
436
  * "uniVer": "x",
427
- * "unixVer": "5.06",
437
+ * "unixVer": "5.08",
428
438
  * "unixVaporVer": "x"
429
439
  * },
430
440
  * "harmony": {
431
441
  * "osVer": "5.0.0",
432
442
  * "uniVer": "x",
433
- * "unixVer": "5.06",
434
- * "unixVaporVer": "5.06"
443
+ * "unixVer": "5.08",
444
+ * "unixVaporVer": "5.08"
435
445
  * }
436
446
  * },
437
447
  * "web": {
438
448
  * "uniVer": "√",
439
- * "unixVer": "5.06",
440
- * "unixVaporVer": "5.06"
449
+ * "unixVer": "5.08",
450
+ * "unixVaporVer": "5.08"
441
451
  * },
442
452
  * "mp":{
443
453
  * "weixin": {
444
454
  * "hostVer": "√",
445
- * "uniVer": "5.06",
446
- * "unixVer": "5.06",
447
- * "unixVaporVer": "5.06"
455
+ * "uniVer": "5.08",
456
+ * "unixVer": "5.08",
457
+ * "unixVaporVer": "5.08"
448
458
  * },
449
459
  * "alipay": {
450
460
  * "hostVer": "x",
@@ -495,20 +505,68 @@ export interface EditorContext {
495
505
  * "android": {
496
506
  * "osVer": "4.4",
497
507
  * "uniVer": "x",
498
- * "unixVer": "5.06"
508
+ * "unixVer": "5.08"
499
509
  * },
500
510
  * "ios": {
501
511
  * "osVer": "12.0",
502
512
  * "uniVer": "x",
503
- * "unixVer": "5.06"
513
+ * "unixVer": "5.08"
504
514
  * },
505
515
  * "harmony": {
506
516
  * "osVer": "√",
507
517
  * "uniVer": "x",
508
- * "unixVer": "5.06",
509
- * "unixVaporVer": "5.06"
518
+ * "unixVer": "5.08",
519
+ * "unixVaporVer": "5.08"
510
520
  * }
511
521
  * },
522
+ * "web": {
523
+ * "uniVer": "√",
524
+ * "unixVer": "5.08",
525
+ * "unixVaporVer": "5.08"
526
+ * },
527
+ * "mp":{
528
+ * "weixin": {
529
+ * "hostVer": "√",
530
+ * "uniVer": "5.08",
531
+ * "unixVer": "5.08",
532
+ * "unixVaporVer": "5.08"
533
+ * },
534
+ * "alipay": {
535
+ * "hostVer": "x",
536
+ * "uniVer": "x",
537
+ * "unixVer": "x"
538
+ * },
539
+ * "baidu": {
540
+ * "hostVer": "x",
541
+ * "uniVer": "x",
542
+ * "unixVer": "x"
543
+ * },
544
+ * "toutiao": {
545
+ * "hostVer": "x",
546
+ * "uniVer": "x",
547
+ * "unixVer": "x"
548
+ * },
549
+ * "lark": {
550
+ * "hostVer": "x",
551
+ * "uniVer": "x",
552
+ * "unixVer": "x"
553
+ * },
554
+ * "qq": {
555
+ * "hostVer": "x",
556
+ * "uniVer": "x",
557
+ * "unixVer": "x"
558
+ * },
559
+ * "kuaishou": {
560
+ * "hostVer": "x",
561
+ * "uniVer": "x",
562
+ * "unixVer": "x"
563
+ * },
564
+ * "jd": {
565
+ * "hostVer": "x",
566
+ * "uniVer": "x",
567
+ * "unixVer": "x"
568
+ * }
569
+ * }
512
570
  * }
513
571
  */
514
572
  format(name : string, value ?: string | number | null) : void
@@ -519,20 +577,68 @@ export interface EditorContext {
519
577
  * "android": {
520
578
  * "osVer": "4.4",
521
579
  * "uniVer": "x",
522
- * "unixVer": "5.06"
580
+ * "unixVer": "5.08"
523
581
  * },
524
582
  * "ios": {
525
583
  * "osVer": "12.0",
526
584
  * "uniVer": "x",
527
- * "unixVer": "5.06"
585
+ * "unixVer": "5.08"
528
586
  * },
529
587
  * "harmony": {
530
588
  * "osVer": "√",
531
589
  * "uniVer": "x",
532
- * "unixVer": "5.06",
533
- * "unixVaporVer": "5.06"
590
+ * "unixVer": "5.08",
591
+ * "unixVaporVer": "5.08"
534
592
  * }
535
593
  * },
594
+ * "web": {
595
+ * "uniVer": "√",
596
+ * "unixVer": "5.08",
597
+ * "unixVaporVer": "5.08"
598
+ * },
599
+ * "mp":{
600
+ * "weixin": {
601
+ * "hostVer": "√",
602
+ * "uniVer": "5.08",
603
+ * "unixVer": "5.08",
604
+ * "unixVaporVer": "5.08"
605
+ * },
606
+ * "alipay": {
607
+ * "hostVer": "x",
608
+ * "uniVer": "x",
609
+ * "unixVer": "x"
610
+ * },
611
+ * "baidu": {
612
+ * "hostVer": "x",
613
+ * "uniVer": "x",
614
+ * "unixVer": "x"
615
+ * },
616
+ * "toutiao": {
617
+ * "hostVer": "x",
618
+ * "uniVer": "x",
619
+ * "unixVer": "x"
620
+ * },
621
+ * "lark": {
622
+ * "hostVer": "x",
623
+ * "uniVer": "x",
624
+ * "unixVer": "x"
625
+ * },
626
+ * "qq": {
627
+ * "hostVer": "x",
628
+ * "uniVer": "x",
629
+ * "unixVer": "x"
630
+ * },
631
+ * "kuaishou": {
632
+ * "hostVer": "x",
633
+ * "uniVer": "x",
634
+ * "unixVer": "x"
635
+ * },
636
+ * "jd": {
637
+ * "hostVer": "x",
638
+ * "uniVer": "x",
639
+ * "unixVer": "x"
640
+ * }
641
+ * }
536
642
  * }
537
643
  */
538
644
  insertDivider(options ?: UniEditorElementOptions | null) : void
@@ -543,20 +649,68 @@ export interface EditorContext {
543
649
  * "android": {
544
650
  * "osVer": "4.4",
545
651
  * "uniVer": "x",
546
- * "unixVer": "5.06"
652
+ * "unixVer": "5.08"
547
653
  * },
548
654
  * "ios": {
549
655
  * "osVer": "12.0",
550
656
  * "uniVer": "x",
551
- * "unixVer": "5.06"
657
+ * "unixVer": "5.08"
552
658
  * },
553
659
  * "harmony": {
554
660
  * "osVer": "√",
555
661
  * "uniVer": "x",
556
- * "unixVer": "5.06",
557
- * "unixVaporVer": "5.06"
662
+ * "unixVer": "5.08",
663
+ * "unixVaporVer": "5.08"
558
664
  * }
559
665
  * },
666
+ * "web": {
667
+ * "uniVer": "√",
668
+ * "unixVer": "5.08",
669
+ * "unixVaporVer": "5.08"
670
+ * },
671
+ * "mp":{
672
+ * "weixin": {
673
+ * "hostVer": "√",
674
+ * "uniVer": "5.08",
675
+ * "unixVer": "5.08",
676
+ * "unixVaporVer": "5.08"
677
+ * },
678
+ * "alipay": {
679
+ * "hostVer": "x",
680
+ * "uniVer": "x",
681
+ * "unixVer": "x"
682
+ * },
683
+ * "baidu": {
684
+ * "hostVer": "x",
685
+ * "uniVer": "x",
686
+ * "unixVer": "x"
687
+ * },
688
+ * "toutiao": {
689
+ * "hostVer": "x",
690
+ * "uniVer": "x",
691
+ * "unixVer": "x"
692
+ * },
693
+ * "lark": {
694
+ * "hostVer": "x",
695
+ * "uniVer": "x",
696
+ * "unixVer": "x"
697
+ * },
698
+ * "qq": {
699
+ * "hostVer": "x",
700
+ * "uniVer": "x",
701
+ * "unixVer": "x"
702
+ * },
703
+ * "kuaishou": {
704
+ * "hostVer": "x",
705
+ * "uniVer": "x",
706
+ * "unixVer": "x"
707
+ * },
708
+ * "jd": {
709
+ * "hostVer": "x",
710
+ * "uniVer": "x",
711
+ * "unixVer": "x"
712
+ * }
713
+ * }
560
714
  * }
561
715
  */
562
716
  insertImage(options ?: UniEditorElementInsertImageOptions | null) : void
@@ -567,23 +721,143 @@ export interface EditorContext {
567
721
  * "android": {
568
722
  * "osVer": "4.4",
569
723
  * "uniVer": "x",
570
- * "unixVer": "5.06"
724
+ * "unixVer": "5.08"
571
725
  * },
572
726
  * "ios": {
573
727
  * "osVer": "12.0",
574
728
  * "uniVer": "x",
575
- * "unixVer": "5.06"
729
+ * "unixVer": "5.08"
576
730
  * },
577
731
  * "harmony": {
578
732
  * "osVer": "√",
579
733
  * "uniVer": "x",
580
- * "unixVer": "5.06",
581
- * "unixVaporVer": "5.06"
734
+ * "unixVer": "5.08",
735
+ * "unixVaporVer": "5.08"
582
736
  * }
583
737
  * },
738
+ * "web": {
739
+ * "uniVer": "√",
740
+ * "unixVer": "5.08",
741
+ * "unixVaporVer": "5.08"
742
+ * },
743
+ * "mp":{
744
+ * "weixin": {
745
+ * "hostVer": "√",
746
+ * "uniVer": "5.08",
747
+ * "unixVer": "5.08",
748
+ * "unixVaporVer": "5.08"
749
+ * },
750
+ * "alipay": {
751
+ * "hostVer": "x",
752
+ * "uniVer": "x",
753
+ * "unixVer": "x"
754
+ * },
755
+ * "baidu": {
756
+ * "hostVer": "x",
757
+ * "uniVer": "x",
758
+ * "unixVer": "x"
759
+ * },
760
+ * "toutiao": {
761
+ * "hostVer": "x",
762
+ * "uniVer": "x",
763
+ * "unixVer": "x"
764
+ * },
765
+ * "lark": {
766
+ * "hostVer": "x",
767
+ * "uniVer": "x",
768
+ * "unixVer": "x"
769
+ * },
770
+ * "qq": {
771
+ * "hostVer": "x",
772
+ * "uniVer": "x",
773
+ * "unixVer": "x"
774
+ * },
775
+ * "kuaishou": {
776
+ * "hostVer": "x",
777
+ * "uniVer": "x",
778
+ * "unixVer": "x"
779
+ * },
780
+ * "jd": {
781
+ * "hostVer": "x",
782
+ * "uniVer": "x",
783
+ * "unixVer": "x"
784
+ * }
785
+ * }
584
786
  * }
585
787
  */
586
788
  insertText(options ?: UniEditorElementInsertTextOptions | null) : void
789
+ /**
790
+ * 插入链接
791
+ * @uniPlatform {
792
+ * "app": {
793
+ * "android": {
794
+ * "osVer": "4.4",
795
+ * "uniVer": "x",
796
+ * "unixVer": "5.08"
797
+ * },
798
+ * "ios": {
799
+ * "osVer": "12.0",
800
+ * "uniVer": "x",
801
+ * "unixVer": "5.08"
802
+ * },
803
+ * "harmony": {
804
+ * "osVer": "√",
805
+ * "uniVer": "x",
806
+ * "unixVer": "5.08",
807
+ * "unixVaporVer": "5.08"
808
+ * }
809
+ * },
810
+ * "web": {
811
+ * "uniVer": "√",
812
+ * "unixVer": "5.08",
813
+ * "unixVaporVer": "5.08"
814
+ * },
815
+ * "mp":{
816
+ * "weixin": {
817
+ * "hostVer": "√",
818
+ * "uniVer": "5.08",
819
+ * "unixVer": "5.08",
820
+ * "unixVaporVer": "5.08"
821
+ * },
822
+ * "alipay": {
823
+ * "hostVer": "x",
824
+ * "uniVer": "x",
825
+ * "unixVer": "x"
826
+ * },
827
+ * "baidu": {
828
+ * "hostVer": "x",
829
+ * "uniVer": "x",
830
+ * "unixVer": "x"
831
+ * },
832
+ * "toutiao": {
833
+ * "hostVer": "x",
834
+ * "uniVer": "x",
835
+ * "unixVer": "x"
836
+ * },
837
+ * "lark": {
838
+ * "hostVer": "x",
839
+ * "uniVer": "x",
840
+ * "unixVer": "x"
841
+ * },
842
+ * "qq": {
843
+ * "hostVer": "x",
844
+ * "uniVer": "x",
845
+ * "unixVer": "x"
846
+ * },
847
+ * "kuaishou": {
848
+ * "hostVer": "x",
849
+ * "uniVer": "x",
850
+ * "unixVer": "x"
851
+ * },
852
+ * "jd": {
853
+ * "hostVer": "x",
854
+ * "uniVer": "x",
855
+ * "unixVer": "x"
856
+ * }
857
+ * }
858
+ * }
859
+ */
860
+ insertLink(options ?: UniEditorElementInsertLinkOptions | null) : void
587
861
  /**
588
862
  * 插入可整块删除的提及,提及文本默认为 @名字,当选区存在时覆盖选区文本,当选区不存在时插入到光标处
589
863
  * @uniPlatform {
@@ -591,20 +865,68 @@ export interface EditorContext {
591
865
  * "android": {
592
866
  * "osVer": "4.4",
593
867
  * "uniVer": "x",
594
- * "unixVer": "5.06"
868
+ * "unixVer": "5.08"
595
869
  * },
596
870
  * "ios": {
597
871
  * "osVer": "12.0",
598
872
  * "uniVer": "x",
599
- * "unixVer": "5.06"
873
+ * "unixVer": "5.08"
600
874
  * },
601
875
  * "harmony": {
602
876
  * "osVer": "√",
603
877
  * "uniVer": "x",
604
- * "unixVer": "5.06",
605
- * "unixVaporVer": "5.06"
878
+ * "unixVer": "5.08",
879
+ * "unixVaporVer": "5.08"
606
880
  * }
607
881
  * },
882
+ * "web": {
883
+ * "uniVer": "√",
884
+ * "unixVer": "5.08",
885
+ * "unixVaporVer": "5.08"
886
+ * },
887
+ * "mp":{
888
+ * "weixin": {
889
+ * "hostVer": "√",
890
+ * "uniVer": "5.08",
891
+ * "unixVer": "5.08",
892
+ * "unixVaporVer": "5.08"
893
+ * },
894
+ * "alipay": {
895
+ * "hostVer": "x",
896
+ * "uniVer": "x",
897
+ * "unixVer": "x"
898
+ * },
899
+ * "baidu": {
900
+ * "hostVer": "x",
901
+ * "uniVer": "x",
902
+ * "unixVer": "x"
903
+ * },
904
+ * "toutiao": {
905
+ * "hostVer": "x",
906
+ * "uniVer": "x",
907
+ * "unixVer": "x"
908
+ * },
909
+ * "lark": {
910
+ * "hostVer": "x",
911
+ * "uniVer": "x",
912
+ * "unixVer": "x"
913
+ * },
914
+ * "qq": {
915
+ * "hostVer": "x",
916
+ * "uniVer": "x",
917
+ * "unixVer": "x"
918
+ * },
919
+ * "kuaishou": {
920
+ * "hostVer": "x",
921
+ * "uniVer": "x",
922
+ * "unixVer": "x"
923
+ * },
924
+ * "jd": {
925
+ * "hostVer": "x",
926
+ * "uniVer": "x",
927
+ * "unixVer": "x"
928
+ * }
929
+ * }
608
930
  * }
609
931
  */
610
932
  insertMention(options ?: UniEditorElementInsertMentionOptions | null) : void
@@ -615,20 +937,68 @@ export interface EditorContext {
615
937
  * "android": {
616
938
  * "osVer": "4.4",
617
939
  * "uniVer": "x",
618
- * "unixVer": "5.06"
940
+ * "unixVer": "5.08"
619
941
  * },
620
942
  * "ios": {
621
943
  * "osVer": "12.0",
622
944
  * "uniVer": "x",
623
- * "unixVer": "5.06"
945
+ * "unixVer": "5.08"
624
946
  * },
625
947
  * "harmony": {
626
948
  * "osVer": "√",
627
949
  * "uniVer": "x",
628
- * "unixVer": "5.06",
629
- * "unixVaporVer": "5.06"
950
+ * "unixVer": "5.08",
951
+ * "unixVaporVer": "5.08"
630
952
  * }
631
953
  * },
954
+ * "web": {
955
+ * "uniVer": "√",
956
+ * "unixVer": "5.08",
957
+ * "unixVaporVer": "5.08"
958
+ * },
959
+ * "mp":{
960
+ * "weixin": {
961
+ * "hostVer": "√",
962
+ * "uniVer": "5.08",
963
+ * "unixVer": "5.08",
964
+ * "unixVaporVer": "5.08"
965
+ * },
966
+ * "alipay": {
967
+ * "hostVer": "x",
968
+ * "uniVer": "x",
969
+ * "unixVer": "x"
970
+ * },
971
+ * "baidu": {
972
+ * "hostVer": "x",
973
+ * "uniVer": "x",
974
+ * "unixVer": "x"
975
+ * },
976
+ * "toutiao": {
977
+ * "hostVer": "x",
978
+ * "uniVer": "x",
979
+ * "unixVer": "x"
980
+ * },
981
+ * "lark": {
982
+ * "hostVer": "x",
983
+ * "uniVer": "x",
984
+ * "unixVer": "x"
985
+ * },
986
+ * "qq": {
987
+ * "hostVer": "x",
988
+ * "uniVer": "x",
989
+ * "unixVer": "x"
990
+ * },
991
+ * "kuaishou": {
992
+ * "hostVer": "x",
993
+ * "uniVer": "x",
994
+ * "unixVer": "x"
995
+ * },
996
+ * "jd": {
997
+ * "hostVer": "x",
998
+ * "uniVer": "x",
999
+ * "unixVer": "x"
1000
+ * }
1001
+ * }
632
1002
  * }
633
1003
  */
634
1004
  setContents(options ?: UniEditorElementSetContentsOptions | null) : void
@@ -639,20 +1009,68 @@ export interface EditorContext {
639
1009
  * "android": {
640
1010
  * "osVer": "4.4",
641
1011
  * "uniVer": "x",
642
- * "unixVer": "5.06"
1012
+ * "unixVer": "5.08"
643
1013
  * },
644
1014
  * "ios": {
645
1015
  * "osVer": "12.0",
646
1016
  * "uniVer": "x",
647
- * "unixVer": "5.06"
1017
+ * "unixVer": "5.08"
648
1018
  * },
649
1019
  * "harmony": {
650
1020
  * "osVer": "√",
651
1021
  * "uniVer": "x",
652
- * "unixVer": "5.06",
653
- * "unixVaporVer": "5.06"
1022
+ * "unixVer": "5.08",
1023
+ * "unixVaporVer": "5.08"
654
1024
  * }
655
1025
  * },
1026
+ * "web": {
1027
+ * "uniVer": "√",
1028
+ * "unixVer": "5.08",
1029
+ * "unixVaporVer": "5.08"
1030
+ * },
1031
+ * "mp":{
1032
+ * "weixin": {
1033
+ * "hostVer": "√",
1034
+ * "uniVer": "5.08",
1035
+ * "unixVer": "5.08",
1036
+ * "unixVaporVer": "5.08"
1037
+ * },
1038
+ * "alipay": {
1039
+ * "hostVer": "x",
1040
+ * "uniVer": "x",
1041
+ * "unixVer": "x"
1042
+ * },
1043
+ * "baidu": {
1044
+ * "hostVer": "x",
1045
+ * "uniVer": "x",
1046
+ * "unixVer": "x"
1047
+ * },
1048
+ * "toutiao": {
1049
+ * "hostVer": "x",
1050
+ * "uniVer": "x",
1051
+ * "unixVer": "x"
1052
+ * },
1053
+ * "lark": {
1054
+ * "hostVer": "x",
1055
+ * "uniVer": "x",
1056
+ * "unixVer": "x"
1057
+ * },
1058
+ * "qq": {
1059
+ * "hostVer": "x",
1060
+ * "uniVer": "x",
1061
+ * "unixVer": "x"
1062
+ * },
1063
+ * "kuaishou": {
1064
+ * "hostVer": "x",
1065
+ * "uniVer": "x",
1066
+ * "unixVer": "x"
1067
+ * },
1068
+ * "jd": {
1069
+ * "hostVer": "x",
1070
+ * "uniVer": "x",
1071
+ * "unixVer": "x"
1072
+ * }
1073
+ * }
656
1074
  * }
657
1075
  */
658
1076
  getContents(options ?: UniEditorElementGetContentsOptions | null) : void
@@ -663,20 +1081,68 @@ export interface EditorContext {
663
1081
  * "android": {
664
1082
  * "osVer": "4.4",
665
1083
  * "uniVer": "x",
666
- * "unixVer": "5.06"
1084
+ * "unixVer": "5.08"
667
1085
  * },
668
1086
  * "ios": {
669
1087
  * "osVer": "12.0",
670
1088
  * "uniVer": "x",
671
- * "unixVer": "5.06"
1089
+ * "unixVer": "5.08"
672
1090
  * },
673
1091
  * "harmony": {
674
1092
  * "osVer": "√",
675
1093
  * "uniVer": "x",
676
- * "unixVer": "5.06",
677
- * "unixVaporVer": "5.06"
1094
+ * "unixVer": "5.08",
1095
+ * "unixVaporVer": "5.08"
678
1096
  * }
679
1097
  * },
1098
+ * "web": {
1099
+ * "uniVer": "√",
1100
+ * "unixVer": "5.08",
1101
+ * "unixVaporVer": "5.08"
1102
+ * },
1103
+ * "mp":{
1104
+ * "weixin": {
1105
+ * "hostVer": "√",
1106
+ * "uniVer": "5.08",
1107
+ * "unixVer": "5.08",
1108
+ * "unixVaporVer": "5.08"
1109
+ * },
1110
+ * "alipay": {
1111
+ * "hostVer": "x",
1112
+ * "uniVer": "x",
1113
+ * "unixVer": "x"
1114
+ * },
1115
+ * "baidu": {
1116
+ * "hostVer": "x",
1117
+ * "uniVer": "x",
1118
+ * "unixVer": "x"
1119
+ * },
1120
+ * "toutiao": {
1121
+ * "hostVer": "x",
1122
+ * "uniVer": "x",
1123
+ * "unixVer": "x"
1124
+ * },
1125
+ * "lark": {
1126
+ * "hostVer": "x",
1127
+ * "uniVer": "x",
1128
+ * "unixVer": "x"
1129
+ * },
1130
+ * "qq": {
1131
+ * "hostVer": "x",
1132
+ * "uniVer": "x",
1133
+ * "unixVer": "x"
1134
+ * },
1135
+ * "kuaishou": {
1136
+ * "hostVer": "x",
1137
+ * "uniVer": "x",
1138
+ * "unixVer": "x"
1139
+ * },
1140
+ * "jd": {
1141
+ * "hostVer": "x",
1142
+ * "uniVer": "x",
1143
+ * "unixVer": "x"
1144
+ * }
1145
+ * }
680
1146
  * }
681
1147
  */
682
1148
  clear(options ?: UniEditorElementOptions | null) : void
@@ -687,20 +1153,68 @@ export interface EditorContext {
687
1153
  * "android": {
688
1154
  * "osVer": "4.4",
689
1155
  * "uniVer": "x",
690
- * "unixVer": "5.06"
1156
+ * "unixVer": "5.08"
691
1157
  * },
692
1158
  * "ios": {
693
1159
  * "osVer": "12.0",
694
1160
  * "uniVer": "x",
695
- * "unixVer": "5.06"
1161
+ * "unixVer": "5.08"
696
1162
  * },
697
1163
  * "harmony": {
698
1164
  * "osVer": "√",
699
1165
  * "uniVer": "x",
700
- * "unixVer": "5.06",
701
- * "unixVaporVer": "5.06"
1166
+ * "unixVer": "5.08",
1167
+ * "unixVaporVer": "5.08"
702
1168
  * }
703
1169
  * },
1170
+ * "web": {
1171
+ * "uniVer": "√",
1172
+ * "unixVer": "5.08",
1173
+ * "unixVaporVer": "5.08"
1174
+ * },
1175
+ * "mp":{
1176
+ * "weixin": {
1177
+ * "hostVer": "√",
1178
+ * "uniVer": "5.08",
1179
+ * "unixVer": "5.08",
1180
+ * "unixVaporVer": "5.08"
1181
+ * },
1182
+ * "alipay": {
1183
+ * "hostVer": "x",
1184
+ * "uniVer": "x",
1185
+ * "unixVer": "x"
1186
+ * },
1187
+ * "baidu": {
1188
+ * "hostVer": "x",
1189
+ * "uniVer": "x",
1190
+ * "unixVer": "x"
1191
+ * },
1192
+ * "toutiao": {
1193
+ * "hostVer": "x",
1194
+ * "uniVer": "x",
1195
+ * "unixVer": "x"
1196
+ * },
1197
+ * "lark": {
1198
+ * "hostVer": "x",
1199
+ * "uniVer": "x",
1200
+ * "unixVer": "x"
1201
+ * },
1202
+ * "qq": {
1203
+ * "hostVer": "x",
1204
+ * "uniVer": "x",
1205
+ * "unixVer": "x"
1206
+ * },
1207
+ * "kuaishou": {
1208
+ * "hostVer": "x",
1209
+ * "uniVer": "x",
1210
+ * "unixVer": "x"
1211
+ * },
1212
+ * "jd": {
1213
+ * "hostVer": "x",
1214
+ * "uniVer": "x",
1215
+ * "unixVer": "x"
1216
+ * }
1217
+ * }
704
1218
  * }
705
1219
  */
706
1220
  removeFormat(options ?: UniEditorElementOptions | null) : void
@@ -711,20 +1225,68 @@ export interface EditorContext {
711
1225
  * "android": {
712
1226
  * "osVer": "4.4",
713
1227
  * "uniVer": "x",
714
- * "unixVer": "5.06"
1228
+ * "unixVer": "5.08"
715
1229
  * },
716
1230
  * "ios": {
717
1231
  * "osVer": "12.0",
718
1232
  * "uniVer": "x",
719
- * "unixVer": "5.06"
1233
+ * "unixVer": "5.08"
720
1234
  * },
721
1235
  * "harmony": {
722
1236
  * "osVer": "√",
723
1237
  * "uniVer": "x",
724
- * "unixVer": "5.06",
725
- * "unixVaporVer": "5.06"
1238
+ * "unixVer": "5.08",
1239
+ * "unixVaporVer": "5.08"
726
1240
  * }
727
1241
  * },
1242
+ * "web": {
1243
+ * "uniVer": "√",
1244
+ * "unixVer": "5.08",
1245
+ * "unixVaporVer": "5.08"
1246
+ * },
1247
+ * "mp":{
1248
+ * "weixin": {
1249
+ * "hostVer": "√",
1250
+ * "uniVer": "5.08",
1251
+ * "unixVer": "5.08",
1252
+ * "unixVaporVer": "5.08"
1253
+ * },
1254
+ * "alipay": {
1255
+ * "hostVer": "x",
1256
+ * "uniVer": "x",
1257
+ * "unixVer": "x"
1258
+ * },
1259
+ * "baidu": {
1260
+ * "hostVer": "x",
1261
+ * "uniVer": "x",
1262
+ * "unixVer": "x"
1263
+ * },
1264
+ * "toutiao": {
1265
+ * "hostVer": "x",
1266
+ * "uniVer": "x",
1267
+ * "unixVer": "x"
1268
+ * },
1269
+ * "lark": {
1270
+ * "hostVer": "x",
1271
+ * "uniVer": "x",
1272
+ * "unixVer": "x"
1273
+ * },
1274
+ * "qq": {
1275
+ * "hostVer": "x",
1276
+ * "uniVer": "x",
1277
+ * "unixVer": "x"
1278
+ * },
1279
+ * "kuaishou": {
1280
+ * "hostVer": "x",
1281
+ * "uniVer": "x",
1282
+ * "unixVer": "x"
1283
+ * },
1284
+ * "jd": {
1285
+ * "hostVer": "x",
1286
+ * "uniVer": "x",
1287
+ * "unixVer": "x"
1288
+ * }
1289
+ * }
728
1290
  * }
729
1291
  */
730
1292
  undo(options ?: UniEditorElementOptions | null) : void
@@ -735,20 +1297,68 @@ export interface EditorContext {
735
1297
  * "android": {
736
1298
  * "osVer": "4.4",
737
1299
  * "uniVer": "x",
738
- * "unixVer": "5.06"
1300
+ * "unixVer": "5.08"
739
1301
  * },
740
1302
  * "ios": {
741
1303
  * "osVer": "12.0",
742
1304
  * "uniVer": "x",
743
- * "unixVer": "5.06"
1305
+ * "unixVer": "5.08"
744
1306
  * },
745
1307
  * "harmony": {
746
1308
  * "osVer": "√",
747
1309
  * "uniVer": "x",
748
- * "unixVer": "5.06",
749
- * "unixVaporVer": "5.06"
1310
+ * "unixVer": "5.08",
1311
+ * "unixVaporVer": "5.08"
750
1312
  * }
751
1313
  * },
1314
+ * "web": {
1315
+ * "uniVer": "√",
1316
+ * "unixVer": "5.08",
1317
+ * "unixVaporVer": "5.08"
1318
+ * },
1319
+ * "mp":{
1320
+ * "weixin": {
1321
+ * "hostVer": "√",
1322
+ * "uniVer": "5.08",
1323
+ * "unixVer": "5.08",
1324
+ * "unixVaporVer": "5.08"
1325
+ * },
1326
+ * "alipay": {
1327
+ * "hostVer": "x",
1328
+ * "uniVer": "x",
1329
+ * "unixVer": "x"
1330
+ * },
1331
+ * "baidu": {
1332
+ * "hostVer": "x",
1333
+ * "uniVer": "x",
1334
+ * "unixVer": "x"
1335
+ * },
1336
+ * "toutiao": {
1337
+ * "hostVer": "x",
1338
+ * "uniVer": "x",
1339
+ * "unixVer": "x"
1340
+ * },
1341
+ * "lark": {
1342
+ * "hostVer": "x",
1343
+ * "uniVer": "x",
1344
+ * "unixVer": "x"
1345
+ * },
1346
+ * "qq": {
1347
+ * "hostVer": "x",
1348
+ * "uniVer": "x",
1349
+ * "unixVer": "x"
1350
+ * },
1351
+ * "kuaishou": {
1352
+ * "hostVer": "x",
1353
+ * "uniVer": "x",
1354
+ * "unixVer": "x"
1355
+ * },
1356
+ * "jd": {
1357
+ * "hostVer": "x",
1358
+ * "uniVer": "x",
1359
+ * "unixVer": "x"
1360
+ * }
1361
+ * }
752
1362
  * }
753
1363
  */
754
1364
  redo(options ?: UniEditorElementOptions | null) : void
@@ -759,20 +1369,68 @@ export interface EditorContext {
759
1369
  * "android": {
760
1370
  * "osVer": "4.4",
761
1371
  * "uniVer": "x",
762
- * "unixVer": "5.06"
1372
+ * "unixVer": "5.08"
763
1373
  * },
764
1374
  * "ios": {
765
1375
  * "osVer": "12.0",
766
1376
  * "uniVer": "x",
767
- * "unixVer": "5.06"
1377
+ * "unixVer": "5.08"
768
1378
  * },
769
1379
  * "harmony": {
770
1380
  * "osVer": "√",
771
1381
  * "uniVer": "x",
772
- * "unixVer": "5.06",
773
- * "unixVaporVer": "5.06"
1382
+ * "unixVer": "5.08",
1383
+ * "unixVaporVer": "5.08"
774
1384
  * }
775
1385
  * },
1386
+ * "web": {
1387
+ * "uniVer": "√",
1388
+ * "unixVer": "5.08",
1389
+ * "unixVaporVer": "5.08"
1390
+ * },
1391
+ * "mp":{
1392
+ * "weixin": {
1393
+ * "hostVer": "√",
1394
+ * "uniVer": "5.08",
1395
+ * "unixVer": "5.08",
1396
+ * "unixVaporVer": "5.08"
1397
+ * },
1398
+ * "alipay": {
1399
+ * "hostVer": "x",
1400
+ * "uniVer": "x",
1401
+ * "unixVer": "x"
1402
+ * },
1403
+ * "baidu": {
1404
+ * "hostVer": "x",
1405
+ * "uniVer": "x",
1406
+ * "unixVer": "x"
1407
+ * },
1408
+ * "toutiao": {
1409
+ * "hostVer": "x",
1410
+ * "uniVer": "x",
1411
+ * "unixVer": "x"
1412
+ * },
1413
+ * "lark": {
1414
+ * "hostVer": "x",
1415
+ * "uniVer": "x",
1416
+ * "unixVer": "x"
1417
+ * },
1418
+ * "qq": {
1419
+ * "hostVer": "x",
1420
+ * "uniVer": "x",
1421
+ * "unixVer": "x"
1422
+ * },
1423
+ * "kuaishou": {
1424
+ * "hostVer": "x",
1425
+ * "uniVer": "x",
1426
+ * "unixVer": "x"
1427
+ * },
1428
+ * "jd": {
1429
+ * "hostVer": "x",
1430
+ * "uniVer": "x",
1431
+ * "unixVer": "x"
1432
+ * }
1433
+ * }
776
1434
  * }
777
1435
  */
778
1436
  getSelectionText(options ?: UniEditorElementGetSelectionTextOptions | null) : void
@@ -783,20 +1441,68 @@ export interface EditorContext {
783
1441
  * "android": {
784
1442
  * "osVer": "4.4",
785
1443
  * "uniVer": "x",
786
- * "unixVer": "5.06"
1444
+ * "unixVer": "5.08"
787
1445
  * },
788
1446
  * "ios": {
789
1447
  * "osVer": "12.0",
790
1448
  * "uniVer": "x",
791
- * "unixVer": "5.06"
1449
+ * "unixVer": "5.08"
792
1450
  * },
793
1451
  * "harmony": {
794
1452
  * "osVer": "√",
795
1453
  * "uniVer": "x",
796
- * "unixVer": "5.06",
797
- * "unixVaporVer": "5.06"
1454
+ * "unixVer": "5.08",
1455
+ * "unixVaporVer": "5.08"
798
1456
  * }
799
1457
  * },
1458
+ * "web": {
1459
+ * "uniVer": "√",
1460
+ * "unixVer": "5.08",
1461
+ * "unixVaporVer": "5.08"
1462
+ * },
1463
+ * "mp":{
1464
+ * "weixin": {
1465
+ * "hostVer": "√",
1466
+ * "uniVer": "5.08",
1467
+ * "unixVer": "5.08",
1468
+ * "unixVaporVer": "5.08"
1469
+ * },
1470
+ * "alipay": {
1471
+ * "hostVer": "x",
1472
+ * "uniVer": "x",
1473
+ * "unixVer": "x"
1474
+ * },
1475
+ * "baidu": {
1476
+ * "hostVer": "x",
1477
+ * "uniVer": "x",
1478
+ * "unixVer": "x"
1479
+ * },
1480
+ * "toutiao": {
1481
+ * "hostVer": "x",
1482
+ * "uniVer": "x",
1483
+ * "unixVer": "x"
1484
+ * },
1485
+ * "lark": {
1486
+ * "hostVer": "x",
1487
+ * "uniVer": "x",
1488
+ * "unixVer": "x"
1489
+ * },
1490
+ * "qq": {
1491
+ * "hostVer": "x",
1492
+ * "uniVer": "x",
1493
+ * "unixVer": "x"
1494
+ * },
1495
+ * "kuaishou": {
1496
+ * "hostVer": "x",
1497
+ * "uniVer": "x",
1498
+ * "unixVer": "x"
1499
+ * },
1500
+ * "jd": {
1501
+ * "hostVer": "x",
1502
+ * "uniVer": "x",
1503
+ * "unixVer": "x"
1504
+ * }
1505
+ * }
800
1506
  * }
801
1507
  */
802
1508
  scrollIntoView(options ?: UniEditorElementOptions | null) : void
@@ -807,20 +1513,68 @@ export interface EditorContext {
807
1513
  * "android": {
808
1514
  * "osVer": "4.4",
809
1515
  * "uniVer": "x",
810
- * "unixVer": "5.06"
1516
+ * "unixVer": "5.08"
811
1517
  * },
812
1518
  * "ios": {
813
1519
  * "osVer": "12.0",
814
1520
  * "uniVer": "x",
815
- * "unixVer": "5.06"
1521
+ * "unixVer": "5.08"
816
1522
  * },
817
1523
  * "harmony": {
818
1524
  * "osVer": "√",
819
1525
  * "uniVer": "x",
820
- * "unixVer": "5.06",
821
- * "unixVaporVer": "5.06"
1526
+ * "unixVer": "5.08",
1527
+ * "unixVaporVer": "5.08"
822
1528
  * }
823
1529
  * },
1530
+ * "web": {
1531
+ * "uniVer": "√",
1532
+ * "unixVer": "5.08",
1533
+ * "unixVaporVer": "5.08"
1534
+ * },
1535
+ * "mp":{
1536
+ * "weixin": {
1537
+ * "hostVer": "√",
1538
+ * "uniVer": "5.08",
1539
+ * "unixVer": "5.08",
1540
+ * "unixVaporVer": "5.08"
1541
+ * },
1542
+ * "alipay": {
1543
+ * "hostVer": "x",
1544
+ * "uniVer": "x",
1545
+ * "unixVer": "x"
1546
+ * },
1547
+ * "baidu": {
1548
+ * "hostVer": "x",
1549
+ * "uniVer": "x",
1550
+ * "unixVer": "x"
1551
+ * },
1552
+ * "toutiao": {
1553
+ * "hostVer": "x",
1554
+ * "uniVer": "x",
1555
+ * "unixVer": "x"
1556
+ * },
1557
+ * "lark": {
1558
+ * "hostVer": "x",
1559
+ * "uniVer": "x",
1560
+ * "unixVer": "x"
1561
+ * },
1562
+ * "qq": {
1563
+ * "hostVer": "x",
1564
+ * "uniVer": "x",
1565
+ * "unixVer": "x"
1566
+ * },
1567
+ * "kuaishou": {
1568
+ * "hostVer": "x",
1569
+ * "uniVer": "x",
1570
+ * "unixVer": "x"
1571
+ * },
1572
+ * "jd": {
1573
+ * "hostVer": "x",
1574
+ * "uniVer": "x",
1575
+ * "unixVer": "x"
1576
+ * }
1577
+ * }
824
1578
  * }
825
1579
  */
826
1580
  blur(options ?: UniEditorElementOptions | null) : void
@@ -836,33 +1590,33 @@ export interface Uni {
836
1590
  * "android": {
837
1591
  * "osVer": "5.0",
838
1592
  * "uniVer": "x",
839
- * "unixVer": "5.06",
1593
+ * "unixVer": "5.08",
840
1594
  * "unixVaporVer": "x"
841
1595
  * },
842
1596
  * "ios": {
843
1597
  * "osVer": "10.0",
844
1598
  * "uniVer": "x",
845
- * "unixVer": "5.06",
1599
+ * "unixVer": "5.08",
846
1600
  * "unixVaporVer": "x"
847
1601
  * },
848
1602
  * "harmony": {
849
1603
  * "osVer": "5.0.0",
850
1604
  * "uniVer": "x",
851
- * "unixVer": "5.06",
852
- * "unixVaporVer": "5.06"
1605
+ * "unixVer": "5.08",
1606
+ * "unixVaporVer": "5.08"
853
1607
  * }
854
1608
  * },
855
1609
  * "web": {
856
1610
  * "uniVer": "√",
857
- * "unixVer": "5.06",
858
- * "unixVaporVer": "5.06"
1611
+ * "unixVer": "5.08",
1612
+ * "unixVaporVer": "5.08"
859
1613
  * },
860
1614
  * "mp":{
861
1615
  * "weixin": {
862
1616
  * "hostVer": "√",
863
- * "uniVer": "5.06",
864
- * "unixVer": "5.06",
865
- * "unixVaporVer": "5.06"
1617
+ * "uniVer": "5.08",
1618
+ * "unixVer": "5.08",
1619
+ * "unixVaporVer": "5.08"
866
1620
  * },
867
1621
  * "alipay": {
868
1622
  * "hostVer": "x",