@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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-app-x",
3
- "version": "0.7.122",
3
+ "version": "0.7.123",
4
4
  "description": "uni-app x types",
5
5
  "typings": "index.d.ts",
6
6
  "main": "index.d.ts",
@@ -133,6 +133,11 @@ declare global {
133
133
  * 调用此方法会创建原生测量对象
134
134
  */
135
135
  measure(constraint: UniLayoutConstraintSize): UniLayoutSize;
136
+
137
+ /**
138
+ * 设置文本最大行数
139
+ */
140
+ setMaxLines(maxLines: number): void
136
141
  }
137
142
  }
138
143
 
@@ -1590,14 +1590,14 @@ declare global {
1590
1590
  * "android": {
1591
1591
  * "osVer": "5.0",
1592
1592
  * "uniVer": "x",
1593
- * "unixVer": "3.9+",
1593
+ * "unixVer": "3.9+",
1594
1594
  * "unixVaporVer": "x"
1595
1595
  * },
1596
1596
  * "ios": {
1597
1597
  * "osVer": "12.0",
1598
1598
  * "uniVer": "x",
1599
1599
  * "unixVer": "4.11",
1600
- * "unixUtsPlugin": "4.25",
1600
+ * "unixUtsPlugin": "4.25",
1601
1601
  * "unixVaporVer": "x"
1602
1602
  * },
1603
1603
  * "harmony": {
@@ -2271,10 +2271,10 @@ declare global {
2271
2271
  * "unixVer": "4.53"
2272
2272
  * },
2273
2273
  * "harmony": {
2274
- * "osVer": "x",
2274
+ * "osVer": "5.0.0",
2275
2275
  * "uniVer": "x",
2276
- * "unixVer": "x",
2277
- * "unixVaporVer": "x"
2276
+ * "unixVer": "4.61",
2277
+ * "unixVaporVer": "5.08"
2278
2278
  * }
2279
2279
  * },
2280
2280
  * "mp": {
@@ -2549,6 +2549,12 @@ export type UniAnimationKeyframe = {
2549
2549
  * "osVer": "12.0",
2550
2550
  * "uniVer": "x",
2551
2551
  * "unixVer": "4.53"
2552
+ * },
2553
+ * "harmony": {
2554
+ * "osVer": "5.0.0",
2555
+ * "uniVer": "x",
2556
+ * "unixVer": "x",
2557
+ * "unixVaporVer": "5.08"
2552
2558
  * }
2553
2559
  * },
2554
2560
  * "mp": {
@@ -2578,6 +2584,12 @@ export type UniAnimationKeyframe = {
2578
2584
  * "osVer": "12.0",
2579
2585
  * "uniVer": "x",
2580
2586
  * "unixVer": "4.53"
2587
+ * },
2588
+ * "harmony": {
2589
+ * "osVer": "5.0.0",
2590
+ * "uniVer": "x",
2591
+ * "unixVer": "x",
2592
+ * "unixVaporVer": "5.08"
2581
2593
  * }
2582
2594
  * },
2583
2595
  * "mp": {
@@ -2607,6 +2619,12 @@ export type UniAnimationKeyframe = {
2607
2619
  * "osVer": "12.0",
2608
2620
  * "uniVer": "x",
2609
2621
  * "unixVer": "4.53"
2622
+ * },
2623
+ * "harmony": {
2624
+ * "osVer": "5.0.0",
2625
+ * "uniVer": "x",
2626
+ * "unixVer": "x",
2627
+ * "unixVaporVer": "5.08"
2610
2628
  * }
2611
2629
  * },
2612
2630
  * "mp": {
@@ -2636,6 +2654,12 @@ export type UniAnimationKeyframe = {
2636
2654
  * "osVer": "12.0",
2637
2655
  * "uniVer": "x",
2638
2656
  * "unixVer": "4.53"
2657
+ * },
2658
+ * "harmony": {
2659
+ * "osVer": "5.0.0",
2660
+ * "uniVer": "x",
2661
+ * "unixVer": "x",
2662
+ * "unixVaporVer": "5.08"
2639
2663
  * }
2640
2664
  * },
2641
2665
  * "mp": {
@@ -2665,6 +2689,12 @@ export type UniAnimationKeyframe = {
2665
2689
  * "osVer": "12.0",
2666
2690
  * "uniVer": "x",
2667
2691
  * "unixVer": "4.53"
2692
+ * },
2693
+ * "harmony": {
2694
+ * "osVer": "5.0.0",
2695
+ * "uniVer": "x",
2696
+ * "unixVer": "x",
2697
+ * "unixVaporVer": "5.08"
2668
2698
  * }
2669
2699
  * },
2670
2700
  * "mp": {
@@ -2694,6 +2724,12 @@ export type UniAnimationKeyframe = {
2694
2724
  * "osVer": "12.0",
2695
2725
  * "uniVer": "x",
2696
2726
  * "unixVer": "4.53"
2727
+ * },
2728
+ * "harmony": {
2729
+ * "osVer": "5.0.0",
2730
+ * "uniVer": "x",
2731
+ * "unixVer": "x",
2732
+ * "unixVaporVer": "5.08"
2697
2733
  * }
2698
2734
  * },
2699
2735
  * "mp": {
@@ -2723,6 +2759,12 @@ export type UniAnimationKeyframe = {
2723
2759
  * "osVer": "12.0",
2724
2760
  * "uniVer": "x",
2725
2761
  * "unixVer": "4.53"
2762
+ * },
2763
+ * "harmony": {
2764
+ * "osVer": "5.0.0",
2765
+ * "uniVer": "x",
2766
+ * "unixVer": "x",
2767
+ * "unixVaporVer": "5.08"
2726
2768
  * }
2727
2769
  * },
2728
2770
  * "mp": {
@@ -2752,6 +2794,12 @@ export type UniAnimationKeyframe = {
2752
2794
  * "osVer": "12.0",
2753
2795
  * "uniVer": "x",
2754
2796
  * "unixVer": "4.53"
2797
+ * },
2798
+ * "harmony": {
2799
+ * "osVer": "5.0.0",
2800
+ * "uniVer": "x",
2801
+ * "unixVer": "x",
2802
+ * "unixVaporVer": "5.08"
2755
2803
  * }
2756
2804
  * },
2757
2805
  * "mp": {
@@ -2781,6 +2829,12 @@ export type UniAnimationKeyframe = {
2781
2829
  * "osVer": "12.0",
2782
2830
  * "uniVer": "x",
2783
2831
  * "unixVer": "4.53"
2832
+ * },
2833
+ * "harmony": {
2834
+ * "osVer": "5.0.0",
2835
+ * "uniVer": "x",
2836
+ * "unixVer": "x",
2837
+ * "unixVaporVer": "5.08"
2784
2838
  * }
2785
2839
  * },
2786
2840
  * "mp": {
@@ -2810,6 +2864,12 @@ export type UniAnimationKeyframe = {
2810
2864
  * "osVer": "12.0",
2811
2865
  * "uniVer": "x",
2812
2866
  * "unixVer": "4.53"
2867
+ * },
2868
+ * "harmony": {
2869
+ * "osVer": "5.0.0",
2870
+ * "uniVer": "x",
2871
+ * "unixVer": "x",
2872
+ * "unixVaporVer": "5.08"
2813
2873
  * }
2814
2874
  * },
2815
2875
  * "mp": {
@@ -2839,6 +2899,12 @@ export type UniAnimationKeyframe = {
2839
2899
  * "osVer": "12.0",
2840
2900
  * "uniVer": "x",
2841
2901
  * "unixVer": "4.53"
2902
+ * },
2903
+ * "harmony": {
2904
+ * "osVer": "5.0.0",
2905
+ * "uniVer": "x",
2906
+ * "unixVer": "x",
2907
+ * "unixVaporVer": "5.08"
2842
2908
  * }
2843
2909
  * },
2844
2910
  * "mp": {
@@ -2868,6 +2934,12 @@ export type UniAnimationKeyframe = {
2868
2934
  * "osVer": "12.0",
2869
2935
  * "uniVer": "x",
2870
2936
  * "unixVer": "4.53"
2937
+ * },
2938
+ * "harmony": {
2939
+ * "osVer": "5.0.0",
2940
+ * "uniVer": "x",
2941
+ * "unixVer": "x",
2942
+ * "unixVaporVer": "5.08"
2871
2943
  * }
2872
2944
  * },
2873
2945
  * "mp": {
@@ -2897,6 +2969,12 @@ export type UniAnimationKeyframe = {
2897
2969
  * "osVer": "12.0",
2898
2970
  * "uniVer": "x",
2899
2971
  * "unixVer": "4.53"
2972
+ * },
2973
+ * "harmony": {
2974
+ * "osVer": "5.0.0",
2975
+ * "uniVer": "x",
2976
+ * "unixVer": "x",
2977
+ * "unixVaporVer": "5.08"
2900
2978
  * }
2901
2979
  * },
2902
2980
  * "mp": {
@@ -2926,6 +3004,12 @@ export type UniAnimationKeyframe = {
2926
3004
  * "osVer": "12.0",
2927
3005
  * "uniVer": "x",
2928
3006
  * "unixVer": "4.53"
3007
+ * },
3008
+ * "harmony": {
3009
+ * "osVer": "5.0.0",
3010
+ * "uniVer": "x",
3011
+ * "unixVer": "x",
3012
+ * "unixVaporVer": "5.08"
2929
3013
  * }
2930
3014
  * },
2931
3015
  * "mp": {
@@ -2955,6 +3039,12 @@ export type UniAnimationKeyframe = {
2955
3039
  * "osVer": "12.0",
2956
3040
  * "uniVer": "x",
2957
3041
  * "unixVer": "4.53"
3042
+ * },
3043
+ * "harmony": {
3044
+ * "osVer": "5.0.0",
3045
+ * "uniVer": "x",
3046
+ * "unixVer": "x",
3047
+ * "unixVaporVer": "5.08"
2958
3048
  * }
2959
3049
  * },
2960
3050
  * "mp": {
@@ -2984,6 +3074,12 @@ export type UniAnimationKeyframe = {
2984
3074
  * "osVer": "12.0",
2985
3075
  * "uniVer": "x",
2986
3076
  * "unixVer": "4.53"
3077
+ * },
3078
+ * "harmony": {
3079
+ * "osVer": "5.0.0",
3080
+ * "uniVer": "x",
3081
+ * "unixVer": "x",
3082
+ * "unixVaporVer": "5.08"
2987
3083
  * }
2988
3084
  * },
2989
3085
  * "mp": {
@@ -3013,6 +3109,12 @@ export type UniAnimationKeyframe = {
3013
3109
  * "osVer": "12.0",
3014
3110
  * "uniVer": "x",
3015
3111
  * "unixVer": "4.53"
3112
+ * },
3113
+ * "harmony": {
3114
+ * "osVer": "5.0.0",
3115
+ * "uniVer": "x",
3116
+ * "unixVer": "x",
3117
+ * "unixVaporVer": "5.08"
3016
3118
  * }
3017
3119
  * },
3018
3120
  * "mp": {
@@ -3042,6 +3144,12 @@ export type UniAnimationKeyframe = {
3042
3144
  * "osVer": "12.0",
3043
3145
  * "uniVer": "x",
3044
3146
  * "unixVer": "4.53"
3147
+ * },
3148
+ * "harmony": {
3149
+ * "osVer": "5.0.0",
3150
+ * "uniVer": "x",
3151
+ * "unixVer": "x",
3152
+ * "unixVaporVer": "5.08"
3045
3153
  * }
3046
3154
  * },
3047
3155
  * "mp": {
@@ -3071,6 +3179,12 @@ export type UniAnimationKeyframe = {
3071
3179
  * "osVer": "12.0",
3072
3180
  * "uniVer": "x",
3073
3181
  * "unixVer": "4.53"
3182
+ * },
3183
+ * "harmony": {
3184
+ * "osVer": "5.0.0",
3185
+ * "uniVer": "x",
3186
+ * "unixVer": "x",
3187
+ * "unixVaporVer": "5.08"
3074
3188
  * }
3075
3189
  * },
3076
3190
  * "mp": {
@@ -3100,6 +3214,12 @@ export type UniAnimationKeyframe = {
3100
3214
  * "osVer": "12.0",
3101
3215
  * "uniVer": "x",
3102
3216
  * "unixVer": "4.53"
3217
+ * },
3218
+ * "harmony": {
3219
+ * "osVer": "5.0.0",
3220
+ * "uniVer": "x",
3221
+ * "unixVer": "x",
3222
+ * "unixVaporVer": "5.08"
3103
3223
  * }
3104
3224
  * },
3105
3225
  * "mp": {
@@ -3129,6 +3249,12 @@ export type UniAnimationKeyframe = {
3129
3249
  * "osVer": "12.0",
3130
3250
  * "uniVer": "x",
3131
3251
  * "unixVer": "4.53"
3252
+ * },
3253
+ * "harmony": {
3254
+ * "osVer": "5.0.0",
3255
+ * "uniVer": "x",
3256
+ * "unixVer": "x",
3257
+ * "unixVaporVer": "5.08"
3132
3258
  * }
3133
3259
  * },
3134
3260
  * "mp": {
@@ -3158,6 +3284,12 @@ export type UniAnimationKeyframe = {
3158
3284
  * "osVer": "12.0",
3159
3285
  * "uniVer": "x",
3160
3286
  * "unixVer": "4.53"
3287
+ * },
3288
+ * "harmony": {
3289
+ * "osVer": "5.0.0",
3290
+ * "uniVer": "x",
3291
+ * "unixVer": "x",
3292
+ * "unixVaporVer": "5.08"
3161
3293
  * }
3162
3294
  * },
3163
3295
  * "mp": {
@@ -3187,6 +3319,12 @@ export type UniAnimationKeyframe = {
3187
3319
  * "osVer": "12.0",
3188
3320
  * "uniVer": "x",
3189
3321
  * "unixVer": "4.53"
3322
+ * },
3323
+ * "harmony": {
3324
+ * "osVer": "5.0.0",
3325
+ * "uniVer": "x",
3326
+ * "unixVer": "x",
3327
+ * "unixVaporVer": "5.08"
3190
3328
  * }
3191
3329
  * },
3192
3330
  * "mp": {
@@ -3216,6 +3354,12 @@ export type UniAnimationKeyframe = {
3216
3354
  * "osVer": "12.0",
3217
3355
  * "uniVer": "x",
3218
3356
  * "unixVer": "4.53"
3357
+ * },
3358
+ * "harmony": {
3359
+ * "osVer": "5.0.0",
3360
+ * "uniVer": "x",
3361
+ * "unixVer": "x",
3362
+ * "unixVaporVer": "5.08"
3219
3363
  * }
3220
3364
  * },
3221
3365
  * "mp": {
@@ -3245,6 +3389,12 @@ export type UniAnimationKeyframe = {
3245
3389
  * "osVer": "12.0",
3246
3390
  * "uniVer": "x",
3247
3391
  * "unixVer": "4.53"
3392
+ * },
3393
+ * "harmony": {
3394
+ * "osVer": "5.0.0",
3395
+ * "uniVer": "x",
3396
+ * "unixVer": "x",
3397
+ * "unixVaporVer": "5.08"
3248
3398
  * }
3249
3399
  * },
3250
3400
  * "mp": {
@@ -3274,6 +3424,12 @@ export type UniAnimationKeyframe = {
3274
3424
  * "osVer": "12.0",
3275
3425
  * "uniVer": "x",
3276
3426
  * "unixVer": "4.53"
3427
+ * },
3428
+ * "harmony": {
3429
+ * "osVer": "5.0.0",
3430
+ * "uniVer": "x",
3431
+ * "unixVer": "x",
3432
+ * "unixVaporVer": "5.08"
3277
3433
  * }
3278
3434
  * },
3279
3435
  * "mp": {
@@ -3307,7 +3463,13 @@ export type UniAnimationOptionDirection =
3307
3463
  * "osVer": "12.0",
3308
3464
  * "uniVer": "x",
3309
3465
  * "unixVer": "4.53"
3310
- * }
3466
+ * },
3467
+ * "harmony": {
3468
+ * "osVer": "5.0.0",
3469
+ * "uniVer": "x",
3470
+ * "unixVer": "x",
3471
+ * "unixVaporVer": "5.08"
3472
+ * }
3311
3473
  * },
3312
3474
  * "mp": {
3313
3475
  * "weixin": {
@@ -3336,7 +3498,13 @@ export type UniAnimationOptionDirection =
3336
3498
  * "osVer": "12.0",
3337
3499
  * "uniVer": "x",
3338
3500
  * "unixVer": "x"
3339
- * }
3501
+ * },
3502
+ * "harmony": {
3503
+ * "osVer": "5.0.0",
3504
+ * "uniVer": "x",
3505
+ * "unixVer": "x",
3506
+ * "unixVaporVer": "5.08"
3507
+ * }
3340
3508
  * },
3341
3509
  * "mp": {
3342
3510
  * "weixin": {
@@ -3365,7 +3533,13 @@ export type UniAnimationOptionDirection =
3365
3533
  * "osVer": "12.0",
3366
3534
  * "uniVer": "x",
3367
3535
  * "unixVer": "4.53"
3368
- * }
3536
+ * },
3537
+ * "harmony": {
3538
+ * "osVer": "5.0.0",
3539
+ * "uniVer": "x",
3540
+ * "unixVer": "x",
3541
+ * "unixVaporVer": "5.08"
3542
+ * }
3369
3543
  * },
3370
3544
  * "mp": {
3371
3545
  * "weixin": {
@@ -3394,7 +3568,13 @@ export type UniAnimationOptionDirection =
3394
3568
  * "osVer": "12.0",
3395
3569
  * "uniVer": "x",
3396
3570
  * "unixVer": "x"
3397
- * }
3571
+ * },
3572
+ * "harmony": {
3573
+ * "osVer": "5.0.0",
3574
+ * "uniVer": "x",
3575
+ * "unixVer": "x",
3576
+ * "unixVaporVer": "5.08"
3577
+ * }
3398
3578
  * },
3399
3579
  * "mp": {
3400
3580
  * "weixin": {
@@ -3427,7 +3607,13 @@ export type UniAnimationOptionFill =
3427
3607
  * "osVer": "12.0",
3428
3608
  * "uniVer": "x",
3429
3609
  * "unixVer": "x"
3430
- * }
3610
+ * },
3611
+ * "harmony": {
3612
+ * "osVer": "5.0.0",
3613
+ * "uniVer": "x",
3614
+ * "unixVer": "x",
3615
+ * "unixVaporVer": "x"
3616
+ * }
3431
3617
  * },
3432
3618
  * "mp": {
3433
3619
  * "weixin": {
@@ -3456,7 +3642,13 @@ export type UniAnimationOptionFill =
3456
3642
  * "osVer": "12.0",
3457
3643
  * "uniVer": "x",
3458
3644
  * "unixVer": "4.53"
3459
- * }
3645
+ * },
3646
+ * "harmony": {
3647
+ * "osVer": "5.0.0",
3648
+ * "uniVer": "x",
3649
+ * "unixVer": "x",
3650
+ * "unixVaporVer": "5.08"
3651
+ * }
3460
3652
  * },
3461
3653
  * "mp": {
3462
3654
  * "weixin": {
@@ -3485,7 +3677,13 @@ export type UniAnimationOptionFill =
3485
3677
  * "osVer": "12.0",
3486
3678
  * "uniVer": "x",
3487
3679
  * "unixVer": "x"
3488
- * }
3680
+ * },
3681
+ * "harmony": {
3682
+ * "osVer": "5.0.0",
3683
+ * "uniVer": "x",
3684
+ * "unixVer": "x",
3685
+ * "unixVaporVer": "x"
3686
+ * }
3489
3687
  * },
3490
3688
  * "mp": {
3491
3689
  * "weixin": {
@@ -3514,7 +3712,13 @@ export type UniAnimationOptionFill =
3514
3712
  * "osVer": "12.0",
3515
3713
  * "uniVer": "x",
3516
3714
  * "unixVer": "x"
3517
- * }
3715
+ * },
3716
+ * "harmony": {
3717
+ * "osVer": "5.0.0",
3718
+ * "uniVer": "x",
3719
+ * "unixVer": "x",
3720
+ * "unixVaporVer": "x"
3721
+ * }
3518
3722
  * },
3519
3723
  * "mp": {
3520
3724
  * "weixin": {
@@ -3547,6 +3751,12 @@ export type UniAnimationOption = {
3547
3751
  * "osVer": "12.0",
3548
3752
  * "uniVer": "x",
3549
3753
  * "unixVer": "4.53"
3754
+ * },
3755
+ * "harmony": {
3756
+ * "osVer": "5.0.0",
3757
+ * "uniVer": "x",
3758
+ * "unixVer": "4.61",
3759
+ * "unixVaporVer": "5.08"
3550
3760
  * }
3551
3761
  * },
3552
3762
  * "mp": {
@@ -3577,6 +3787,12 @@ export type UniAnimationOption = {
3577
3787
  * "osVer": "12.0",
3578
3788
  * "uniVer": "x",
3579
3789
  * "unixVer": "4.53"
3790
+ * },
3791
+ * "harmony": {
3792
+ * "osVer": "5.0.0",
3793
+ * "uniVer": "x",
3794
+ * "unixVer": "x",
3795
+ * "unixVaporVer": "5.08"
3580
3796
  * }
3581
3797
  * },
3582
3798
  * "mp": {
@@ -3607,6 +3823,12 @@ export type UniAnimationOption = {
3607
3823
  * "osVer": "12.0",
3608
3824
  * "uniVer": "x",
3609
3825
  * "unixVer": "4.53"
3826
+ * },
3827
+ * "harmony": {
3828
+ * "osVer": "5.0.0",
3829
+ * "uniVer": "x",
3830
+ * "unixVer": "4.61",
3831
+ * "unixVaporVer": "5.08"
3610
3832
  * }
3611
3833
  * },
3612
3834
  * "mp": {
@@ -3637,6 +3859,12 @@ export type UniAnimationOption = {
3637
3859
  * "osVer": "12.0",
3638
3860
  * "uniVer": "x",
3639
3861
  * "unixVer": "4.53"
3862
+ * },
3863
+ * "harmony": {
3864
+ * "osVer": "5.0.0",
3865
+ * "uniVer": "x",
3866
+ * "unixVer": "4.61",
3867
+ * "unixVaporVer": "5.08"
3640
3868
  * }
3641
3869
  * },
3642
3870
  * "mp": {
@@ -3666,6 +3894,12 @@ export type UniAnimationOption = {
3666
3894
  * "osVer": "12.0",
3667
3895
  * "uniVer": "x",
3668
3896
  * "unixVer": "4.53"
3897
+ * },
3898
+ * "harmony": {
3899
+ * "osVer": "5.0.0",
3900
+ * "uniVer": "x",
3901
+ * "unixVer": "x",
3902
+ * "unixVaporVer": "5.08"
3669
3903
  * }
3670
3904
  * },
3671
3905
  * "mp": {
@@ -3696,6 +3930,12 @@ export type UniAnimationOption = {
3696
3930
  * "osVer": "12.0",
3697
3931
  * "uniVer": "x",
3698
3932
  * "unixVer": "4.53"
3933
+ * },
3934
+ * "harmony": {
3935
+ * "osVer": "5.0.0",
3936
+ * "uniVer": "x",
3937
+ * "unixVer": "4.61",
3938
+ * "unixVaporVer": "5.08"
3699
3939
  * }
3700
3940
  * },
3701
3941
  * "mp": {