@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
package/README.md CHANGED
@@ -1 +1,88 @@
1
1
  # uni-app x 类型
2
+
3
+ ## 配置环境
4
+
5
+ 当前目录建立 `.env` 文件。
6
+
7
+ ```env
8
+ UNI_CORE_DIR="%vuejs-core 仓库路径%/packages/uni-ext-api/src"
9
+ UNI_UTS_PLUGIN_API_DIR="%新 uni-app 仓库路径%/api"
10
+ UNI_UTS_PLUGIN_MODULES_DIR="%dcloud-uts 仓库路径%/uni_modules"
11
+ UNI_COMPLIER_META_DIR="%旧 uni-app 仓库路径%/packages/uni-uts-v1/lib/ext-api"
12
+ # 可选。不配置时默认使用项目根目录下的 .uni-module-projects-cache
13
+ UNI_MODULE_PROJECTS_CACHE_DIR="%插件项目缓存目录%"
14
+ ```
15
+
16
+ ## 聚合单独插件项目
17
+
18
+ 单独插件项目通过 `scripts/uni-module-projects.json` 配置,构建时会自动聚合并同步到当前仓库对应分支。
19
+
20
+ ```json
21
+ [
22
+ {
23
+ "name": "uni-im",
24
+ "repo": "git@your-git-host:team/uni-im.git"
25
+ },
26
+ {
27
+ "name": "uni-pay",
28
+ "repo": "git@your-git-host:team/uni-pay.git",
29
+ "branches": {
30
+ "main": "main",
31
+ "dev": "dev",
32
+ "alpha": "alpha"
33
+ }
34
+ }
35
+ ]
36
+ ```
37
+
38
+ 说明:
39
+
40
+ - `name` 用作本地缓存目录名,必须唯一。
41
+ - `repo` 是插件项目仓库地址。
42
+ - `branches` 可选,用于少数分支名不一致的项目;未配置时默认使用当前仓库分支名。
43
+ - 当前仓库如果在 `master` 分支,构建脚本会自动映射到插件项目的 `main` 分支。
44
+ - 如果未配置 `UNI_MODULE_PROJECTS_CACHE_DIR`,脚本会使用项目根目录下的 `.uni-module-projects-cache` 作为默认缓存目录;该目录已加入 `.gitignore`。
45
+
46
+ 构建时脚本会对 `uni-module-projects.json` 中的每个项目执行以下流程:
47
+
48
+ - 首次构建时自动 `git clone`
49
+ - 后续构建时自动 `git fetch --all --prune`
50
+ - 切换到当前仓库对应分支
51
+ - 执行 `git pull --ff-only`
52
+ - 从各项目的 `uni_modules/` 中收集插件并参与 dts 构建
53
+
54
+ 如果某个缓存仓库存在未提交改动,构建会直接失败,避免覆盖本地工作区。
55
+
56
+ 如果多个来源中存在相同的 `uni_modules/<plugin>/utssdk/interface.*` 相对路径,构建会直接报错,避免生成结果互相覆盖。
57
+
58
+ ## 构建
59
+
60
+ 构建框架内置 Uni Api:
61
+
62
+ ```sh
63
+ pnpm build:types:core
64
+ ```
65
+
66
+ 构建插件 API:
67
+
68
+ ```sh
69
+ pnpm build:types:plugin:api
70
+ ```
71
+
72
+ 构建插件组件类型与 vuedoc:
73
+
74
+ ```sh
75
+ pnpm build:types:plugin:component
76
+ ```
77
+
78
+ 构建业务插件类型:
79
+
80
+ ```sh
81
+ pnpm build:types:plugin:biz
82
+ ```
83
+
84
+ 生成默认参数数据到编译器:
85
+
86
+ ```sh
87
+ pnpm build:types:meta
88
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-app-x",
3
- "version": "0.7.121",
3
+ "version": "0.7.123",
4
4
  "description": "uni-app x types",
5
5
  "typings": "index.d.ts",
6
6
  "main": "index.d.ts",
@@ -12,9 +12,14 @@ export enum UniSlotType {
12
12
  None,
13
13
  /**
14
14
  * 下拉刷新插槽
15
- * scroll-view组件的子组件使用
15
+ * scroll-view、list-view、waterflow组件内支持
16
16
  */
17
- Refresher
17
+ Refresher,
18
+ /**
19
+ * 上拉加载更多插槽
20
+ * scroll-view、list-view、waterflow组件内支持
21
+ */
22
+ LoadMore
18
23
  }
19
24
 
20
25
 
@@ -420,9 +420,14 @@ export enum UniNativeSlotType {
420
420
  None,
421
421
  /**
422
422
  * 下拉刷新插槽
423
- * scroll-view组件的子组件使用
423
+ * scroll-view、list-view、waterflow组件内支持
424
424
  */
425
- Refresher
425
+ Refresher,
426
+ /**
427
+ * 上拉加载更多插槽
428
+ * scroll-view、list-view、waterflow组件内支持
429
+ */
430
+ LoadMore
426
431
  }
427
432
  //export type UniNativeSlotType = UniSlotType
428
433
 
@@ -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": {