@dcloudio/uni-app-x 0.7.121 → 0.7.123

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (417) hide show
  1. package/README.md +87 -0
  2. package/package.json +1 -1
  3. package/types/dom2-internal/UniCommon.d.ts +7 -2
  4. package/types/dom2-internal/UniNativeDefines.d.ts +7 -2
  5. package/types/dom2-internal/UniTextLayout.d.ts +5 -0
  6. package/types/native/IUniElement.d.ts +253 -13
  7. package/types/native/UniAnimation.d.ts +63 -9
  8. package/types/page.d.ts +3 -3
  9. package/types/uni/uts-plugin-api/global.d.ts +8 -1
  10. package/types/uni/uts-plugin-api/index.d.ts +8 -1
  11. package/types/uni/uts-plugin-api/lib/uni-accelerometer/utssdk/global.d.ts +59 -0
  12. package/types/uni/uts-plugin-api/lib/uni-accelerometer/utssdk/index.d.ts +29 -0
  13. package/types/uni/uts-plugin-api/lib/uni-accelerometer/utssdk/interface.d.ts +430 -0
  14. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/global.d.ts +6 -0
  15. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/index.d.ts +3 -0
  16. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +339 -1294
  17. package/types/uni/uts-plugin-api/lib/uni-calendar/utssdk/global.d.ts +51 -0
  18. package/types/uni/uts-plugin-api/lib/uni-calendar/utssdk/index.d.ts +25 -0
  19. package/types/uni/uts-plugin-api/lib/uni-calendar/utssdk/interface.d.ts +969 -0
  20. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/global.d.ts +0 -2
  21. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/index.d.ts +0 -1
  22. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/interface.d.ts +8 -559
  23. package/types/uni/uts-plugin-api/lib/uni-compass/utssdk/global.d.ts +59 -0
  24. package/types/uni/uts-plugin-api/lib/uni-compass/utssdk/index.d.ts +29 -0
  25. package/types/uni/uts-plugin-api/lib/uni-compass/utssdk/interface.d.ts +418 -0
  26. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/global.d.ts +4 -2
  27. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/index.d.ts +2 -1
  28. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +75 -23
  29. package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/global.d.ts +2 -0
  30. package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/index.d.ts +1 -0
  31. package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/interface.d.ts +864 -110
  32. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +154 -20
  33. package/types/uni/uts-plugin-api/lib/uni-gyroscope/utssdk/global.d.ts +59 -0
  34. package/types/uni/uts-plugin-api/lib/uni-gyroscope/utssdk/index.d.ts +29 -0
  35. package/types/uni/uts-plugin-api/lib/uni-gyroscope/utssdk/interface.d.ts +437 -0
  36. package/types/uni/uts-plugin-api/lib/uni-memory/utssdk/global.d.ts +21 -0
  37. package/types/uni/uts-plugin-api/lib/uni-memory/utssdk/index.d.ts +10 -0
  38. package/types/uni/uts-plugin-api/lib/uni-memory/utssdk/interface.d.ts +178 -0
  39. package/types/uni/uts-plugin-api/lib/uni-memorywarning/utssdk/global.d.ts +21 -0
  40. package/types/uni/uts-plugin-api/lib/uni-memorywarning/utssdk/index.d.ts +10 -0
  41. package/types/uni/uts-plugin-api/lib/uni-memorywarning/utssdk/interface.d.ts +20 -0
  42. package/types/uni/uts-plugin-api/lib/uni-openLocation/utssdk/global.d.ts +23 -0
  43. package/types/uni/uts-plugin-api/lib/uni-openLocation/utssdk/index.d.ts +11 -0
  44. package/types/uni/uts-plugin-api/lib/uni-openLocation/utssdk/interface.d.ts +418 -0
  45. package/types/uni/uts-plugin-api/lib/uni-phoneContact/utssdk/global.d.ts +49 -0
  46. package/types/uni/uts-plugin-api/lib/uni-phoneContact/utssdk/index.d.ts +24 -0
  47. package/types/uni/{uts-plugin-component/lib/uni-addPhoneContact → uts-plugin-api/lib/uni-phoneContact}/utssdk/interface.d.ts +359 -226
  48. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/global.d.ts +2 -0
  49. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/index.d.ts +1 -0
  50. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +83 -124
  51. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/global.d.ts +6 -0
  52. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/index.d.ts +3 -0
  53. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/interface.d.ts +18 -6
  54. package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/global.d.ts +49 -0
  55. package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/index.d.ts +24 -0
  56. package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/interface.d.ts +199 -0
  57. package/types/uni/uts-plugin-biz/global.d.ts +10 -0
  58. package/types/uni/uts-plugin-biz/index.d.ts +10 -0
  59. package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/global.d.ts +59 -0
  60. package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/index.d.ts +29 -0
  61. package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/interface.d.ts +874 -0
  62. package/types/uni/uts-plugin-biz/lib/uni-ad-dom2/utssdk/global.d.ts +45 -0
  63. package/types/uni/uts-plugin-biz/lib/uni-ad-dom2/utssdk/index.d.ts +22 -0
  64. package/types/uni/uts-plugin-biz/lib/uni-ad-dom2/utssdk/interface.d.ts +732 -0
  65. package/types/uni/{uts-plugin-component → uts-plugin-biz}/lib/uni-authentication/utssdk/global.d.ts +6 -0
  66. package/types/uni/{uts-plugin-component → uts-plugin-biz}/lib/uni-authentication/utssdk/index.d.ts +3 -0
  67. package/types/uni/{uts-plugin-component → uts-plugin-biz}/lib/uni-authentication/utssdk/interface.d.ts +387 -371
  68. package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/global.d.ts +51 -0
  69. package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/index.d.ts +25 -0
  70. package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/interface.d.ts +969 -0
  71. package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/global.d.ts +59 -0
  72. package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/index.d.ts +29 -0
  73. package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/interface.d.ts +418 -0
  74. package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/global.d.ts +59 -0
  75. package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/index.d.ts +29 -0
  76. package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/interface.d.ts +437 -0
  77. package/types/uni/uts-plugin-biz/lib/uni-memory/utssdk/global.d.ts +21 -0
  78. package/types/uni/uts-plugin-biz/lib/uni-memory/utssdk/index.d.ts +10 -0
  79. package/types/uni/uts-plugin-biz/lib/uni-memory/utssdk/interface.d.ts +178 -0
  80. package/types/uni/uts-plugin-biz/lib/uni-memorywarning/utssdk/global.d.ts +21 -0
  81. package/types/uni/uts-plugin-biz/lib/uni-memorywarning/utssdk/index.d.ts +10 -0
  82. package/types/uni/uts-plugin-biz/lib/uni-memorywarning/utssdk/interface.d.ts +20 -0
  83. package/types/uni/uts-plugin-biz/lib/uni-phoneContact/utssdk/global.d.ts +49 -0
  84. package/types/uni/uts-plugin-biz/lib/uni-phoneContact/utssdk/index.d.ts +24 -0
  85. package/types/uni/uts-plugin-biz/lib/uni-phoneContact/utssdk/interface.d.ts +359 -0
  86. package/types/uni/{uts-plugin-component → uts-plugin-biz}/lib/uni-screenBrightness/utssdk/global.d.ts +6 -0
  87. package/types/uni/{uts-plugin-component → uts-plugin-biz}/lib/uni-screenBrightness/utssdk/index.d.ts +3 -0
  88. package/types/uni/{uts-plugin-component → uts-plugin-biz}/lib/uni-screenBrightness/utssdk/interface.d.ts +216 -207
  89. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +6 -1
  90. package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/global.d.ts +49 -0
  91. package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/index.d.ts +24 -0
  92. package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/interface.d.ts +201 -0
  93. package/types/uni/uts-plugin-component/global.d.ts +23 -105
  94. package/types/uni/uts-plugin-component/index.d.ts +23 -105
  95. package/types/uni/uts-plugin-component/lib/{uni-editor-global → uni-editor-editor-global}/utssdk/interface.d.ts +15 -4
  96. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-global/utssdk/global.d.ts +9 -0
  97. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-global/utssdk/index.d.ts +5 -0
  98. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-global/utssdk/interface.d.ts +7 -0
  99. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-group-global/utssdk/global.d.ts +9 -0
  100. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-group-global/utssdk/index.d.ts +5 -0
  101. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-group-global/utssdk/interface.d.ts +2 -0
  102. package/types/uni/uts-plugin-component/lib/uni-form-form-global/utssdk/global.d.ts +9 -0
  103. package/types/uni/uts-plugin-component/lib/{uni-page-container-global → uni-form-form-global}/utssdk/index.d.ts +1 -1
  104. package/types/uni/uts-plugin-component/lib/uni-form-form-global/utssdk/interface.d.ts +2 -0
  105. package/types/uni/uts-plugin-component/lib/uni-form-label-global/utssdk/global.d.ts +9 -0
  106. package/types/uni/uts-plugin-component/lib/{uni-getElementById → uni-form-label-global}/utssdk/index.d.ts +1 -1
  107. package/types/uni/uts-plugin-component/lib/uni-form-label-global/utssdk/interface.d.ts +2 -0
  108. package/types/uni/uts-plugin-component/lib/uni-form-picker-global/utssdk/global.d.ts +9 -0
  109. package/types/uni/uts-plugin-component/lib/uni-form-picker-global/utssdk/index.d.ts +5 -0
  110. package/types/uni/uts-plugin-component/lib/uni-form-picker-global/utssdk/interface.d.ts +2 -0
  111. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-column-global/utssdk/global.d.ts +9 -0
  112. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-column-global/utssdk/index.d.ts +5 -0
  113. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-column-global/utssdk/interface.d.ts +2 -0
  114. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-global/utssdk/global.d.ts +9 -0
  115. package/types/uni/uts-plugin-component/lib/{uni-base64ToArrayBuffer → uni-form-picker-view-global}/utssdk/index.d.ts +1 -1
  116. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-global/utssdk/interface.d.ts +2 -0
  117. package/types/uni/uts-plugin-component/lib/uni-form-radio-global/utssdk/global.d.ts +9 -0
  118. package/types/uni/uts-plugin-component/lib/{uni-input → uni-form-radio-global}/utssdk/index.d.ts +1 -1
  119. package/types/uni/uts-plugin-component/lib/uni-form-radio-global/utssdk/interface.d.ts +7 -0
  120. package/types/uni/uts-plugin-component/lib/uni-form-radio-group-global/utssdk/global.d.ts +9 -0
  121. package/types/uni/uts-plugin-component/lib/{uni-arrayBufferToBase64 → uni-form-radio-group-global}/utssdk/index.d.ts +1 -1
  122. package/types/uni/uts-plugin-component/lib/uni-form-radio-group-global/utssdk/interface.d.ts +2 -0
  123. package/types/uni/uts-plugin-component/lib/uni-form-slider-global/utssdk/global.d.ts +13 -0
  124. package/types/uni/uts-plugin-component/lib/uni-form-slider-global/utssdk/index.d.ts +7 -0
  125. package/types/uni/uts-plugin-component/lib/uni-form-slider-global/utssdk/interface.d.ts +18 -0
  126. package/types/uni/uts-plugin-component/lib/uni-form-switch-global/utssdk/global.d.ts +9 -0
  127. package/types/uni/uts-plugin-component/lib/uni-form-switch-global/utssdk/index.d.ts +5 -0
  128. package/types/uni/uts-plugin-component/lib/uni-form-switch-global/utssdk/interface.d.ts +7 -0
  129. package/types/vue/LifeCycle.d.ts +2 -2
  130. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/global.d.ts +0 -25
  131. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/index.d.ts +0 -12
  132. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +0 -1767
  133. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/global.d.ts +0 -29
  134. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/index.d.ts +0 -14
  135. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/interface.d.ts +0 -1673
  136. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/global.d.ts +0 -25
  137. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/index.d.ts +0 -12
  138. package/types/uni/uts-plugin-component/lib/uni-arrayBufferToBase64/utssdk/global.d.ts +0 -11
  139. package/types/uni/uts-plugin-component/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +0 -79
  140. package/types/uni/uts-plugin-component/lib/uni-base64ToArrayBuffer/utssdk/global.d.ts +0 -11
  141. package/types/uni/uts-plugin-component/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +0 -79
  142. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/global.d.ts +0 -55
  143. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/index.d.ts +0 -27
  144. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/interface.d.ts +0 -1330
  145. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/global.d.ts +0 -25
  146. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/index.d.ts +0 -12
  147. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +0 -978
  148. package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/global.d.ts +0 -25
  149. package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/index.d.ts +0 -12
  150. package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/interface.d.ts +0 -978
  151. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/global.d.ts +0 -25
  152. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/index.d.ts +0 -12
  153. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/interface.d.ts +0 -423
  154. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/global.d.ts +0 -33
  155. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/index.d.ts +0 -16
  156. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/interface.d.ts +0 -499
  157. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/global.d.ts +0 -45
  158. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/index.d.ts +0 -22
  159. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/interface.d.ts +0 -217
  160. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/global.d.ts +0 -33
  161. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/index.d.ts +0 -16
  162. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +0 -3379
  163. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/global.d.ts +0 -21
  164. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/index.d.ts +0 -10
  165. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +0 -153
  166. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/global.d.ts +0 -19
  167. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/index.d.ts +0 -9
  168. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/interface.d.ts +0 -61
  169. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/global.d.ts +0 -21
  170. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/index.d.ts +0 -10
  171. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/interface.d.ts +0 -560
  172. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/global.d.ts +0 -15
  173. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/index.d.ts +0 -7
  174. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/interface.d.ts +0 -214
  175. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/global.d.ts +0 -23
  176. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/index.d.ts +0 -11
  177. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/interface.d.ts +0 -158
  178. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/global.d.ts +0 -27
  179. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/index.d.ts +0 -13
  180. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/interface.d.ts +0 -2303
  181. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/global.d.ts +0 -41
  182. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/index.d.ts +0 -20
  183. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/interface.d.ts +0 -909
  184. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/global.d.ts +0 -17
  185. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/index.d.ts +0 -8
  186. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/interface.d.ts +0 -338
  187. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/global.d.ts +0 -27
  188. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/index.d.ts +0 -13
  189. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/interface.d.ts +0 -147
  190. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/global.d.ts +0 -81
  191. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/index.d.ts +0 -40
  192. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/interface.d.ts +0 -397
  193. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/global.d.ts +0 -151
  194. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/index.d.ts +0 -75
  195. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/interface.d.ts +0 -6428
  196. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/global.d.ts +0 -11
  197. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/index.d.ts +0 -5
  198. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/interface.d.ts +0 -37
  199. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/global.d.ts +0 -13
  200. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/index.d.ts +0 -6
  201. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +0 -620
  202. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/global.d.ts +0 -15
  203. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/index.d.ts +0 -7
  204. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +0 -2220
  205. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +0 -17
  206. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +0 -8
  207. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +0 -1406
  208. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/global.d.ts +0 -15
  209. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/index.d.ts +0 -7
  210. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/interface.d.ts +0 -1774
  211. package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/global.d.ts +0 -11
  212. package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/interface.d.ts +0 -83
  213. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/global.d.ts +0 -13
  214. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/index.d.ts +0 -6
  215. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +0 -833
  216. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/global.d.ts +0 -13
  217. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/index.d.ts +0 -6
  218. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +0 -836
  219. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts +0 -21
  220. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/index.d.ts +0 -11
  221. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +0 -736
  222. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/global.d.ts +0 -33
  223. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/index.d.ts +0 -16
  224. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/interface.d.ts +0 -420
  225. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/global.d.ts +0 -23
  226. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/index.d.ts +0 -11
  227. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/interface.d.ts +0 -199
  228. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/global.d.ts +0 -37
  229. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/index.d.ts +0 -18
  230. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/interface.d.ts +0 -757
  231. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/global.d.ts +0 -33
  232. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/index.d.ts +0 -16
  233. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/interface.d.ts +0 -6084
  234. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/global.d.ts +0 -13
  235. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/index.d.ts +0 -6
  236. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/interface.d.ts +0 -508
  237. package/types/uni/uts-plugin-component/lib/uni-input/utssdk/global.d.ts +0 -9
  238. package/types/uni/uts-plugin-component/lib/uni-input/utssdk/interface.d.ts +0 -0
  239. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/global.d.ts +0 -25
  240. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/index.d.ts +0 -12
  241. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/interface.d.ts +0 -125
  242. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/global.d.ts +0 -17
  243. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/index.d.ts +0 -8
  244. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/interface.d.ts +0 -171
  245. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/global.d.ts +0 -45
  246. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/index.d.ts +0 -22
  247. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/interface.d.ts +0 -693
  248. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/global.d.ts +0 -29
  249. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/index.d.ts +0 -14
  250. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/interface.d.ts +0 -603
  251. package/types/uni/uts-plugin-component/lib/uni-loading-global/utssdk/global.d.ts +0 -9
  252. package/types/uni/uts-plugin-component/lib/uni-loading-global/utssdk/index.d.ts +0 -5
  253. package/types/uni/uts-plugin-component/lib/uni-loading-global/utssdk/interface.d.ts +0 -5
  254. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/global.d.ts +0 -61
  255. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/index.d.ts +0 -30
  256. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/interface.d.ts +0 -3443
  257. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/global.d.ts +0 -9
  258. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/index.d.ts +0 -5
  259. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/interface.d.ts +0 -3
  260. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/global.d.ts +0 -9
  261. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/index.d.ts +0 -5
  262. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/interface.d.ts +0 -3
  263. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/global.d.ts +0 -29
  264. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/index.d.ts +0 -14
  265. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/interface.d.ts +0 -392
  266. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/global.d.ts +0 -157
  267. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/index.d.ts +0 -78
  268. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/interface.d.ts +0 -5245
  269. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/global.d.ts +0 -39
  270. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/index.d.ts +0 -19
  271. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/interface.d.ts +0 -1743
  272. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/global.d.ts +0 -69
  273. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/index.d.ts +0 -34
  274. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/interface.d.ts +0 -1047
  275. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/global.d.ts +0 -109
  276. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/index.d.ts +0 -54
  277. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/interface.d.ts +0 -4462
  278. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/global.d.ts +0 -71
  279. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/index.d.ts +0 -35
  280. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/interface.d.ts +0 -3031
  281. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/global.d.ts +0 -9
  282. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/index.d.ts +0 -5
  283. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/interface.d.ts +0 -1
  284. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/global.d.ts +0 -17
  285. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/index.d.ts +0 -9
  286. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/interface.d.ts +0 -48
  287. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/global.d.ts +0 -25
  288. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/index.d.ts +0 -12
  289. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +0 -256
  290. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/global.d.ts +0 -29
  291. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/index.d.ts +0 -14
  292. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/interface.d.ts +0 -823
  293. package/types/uni/uts-plugin-component/lib/uni-page-container-global/utssdk/global.d.ts +0 -9
  294. package/types/uni/uts-plugin-component/lib/uni-page-container-global/utssdk/interface.d.ts +0 -0
  295. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/global.d.ts +0 -27
  296. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/index.d.ts +0 -13
  297. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/interface.d.ts +0 -618
  298. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/global.d.ts +0 -33
  299. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/index.d.ts +0 -16
  300. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/interface.d.ts +0 -856
  301. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/global.d.ts +0 -9
  302. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/index.d.ts +0 -5
  303. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/interface.d.ts +0 -3
  304. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/global.d.ts +0 -9
  305. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/index.d.ts +0 -5
  306. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/interface.d.ts +0 -1
  307. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/global.d.ts +0 -9
  308. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/index.d.ts +0 -5
  309. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/interface.d.ts +0 -5
  310. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/global.d.ts +0 -47
  311. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/index.d.ts +0 -23
  312. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/interface.d.ts +0 -520
  313. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/global.d.ts +0 -31
  314. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/index.d.ts +0 -15
  315. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/interface.d.ts +0 -568
  316. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/global.d.ts +0 -33
  317. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/index.d.ts +0 -16
  318. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/interface.d.ts +0 -1693
  319. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/global.d.ts +0 -29
  320. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/index.d.ts +0 -14
  321. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/interface.d.ts +0 -191
  322. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/global.d.ts +0 -21
  323. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/index.d.ts +0 -10
  324. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/interface.d.ts +0 -2999
  325. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/global.d.ts +0 -21
  326. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/index.d.ts +0 -10
  327. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/interface.d.ts +0 -713
  328. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/global.d.ts +0 -59
  329. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/index.d.ts +0 -29
  330. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/interface.d.ts +0 -2731
  331. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/global.d.ts +0 -11
  332. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/index.d.ts +0 -5
  333. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/interface.d.ts +0 -81
  334. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/global.d.ts +0 -25
  335. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/index.d.ts +0 -12
  336. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/interface.d.ts +0 -429
  337. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/global.d.ts +0 -41
  338. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/index.d.ts +0 -20
  339. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/interface.d.ts +0 -1192
  340. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/global.d.ts +0 -9
  341. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/index.d.ts +0 -5
  342. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/interface.d.ts +0 -5
  343. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/global.d.ts +0 -27
  344. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/index.d.ts +0 -13
  345. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/interface.d.ts +0 -722
  346. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/global.d.ts +0 -55
  347. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/index.d.ts +0 -27
  348. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/interface.d.ts +0 -1617
  349. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/global.d.ts +0 -21
  350. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/index.d.ts +0 -10
  351. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/interface.d.ts +0 -330
  352. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/global.d.ts +0 -79
  353. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/index.d.ts +0 -39
  354. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/interface.d.ts +0 -1030
  355. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/global.d.ts +0 -149
  356. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/index.d.ts +0 -74
  357. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/interface.d.ts +0 -1221
  358. package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/global.d.ts +0 -9
  359. package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/index.d.ts +0 -5
  360. package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/interface.d.ts +0 -0
  361. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/global.d.ts +0 -53
  362. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/index.d.ts +0 -26
  363. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/interface.d.ts +0 -1141
  364. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/global.d.ts +0 -47
  365. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/index.d.ts +0 -23
  366. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +0 -926
  367. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/global.d.ts +0 -113
  368. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/index.d.ts +0 -56
  369. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/interface.d.ts +0 -1661
  370. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/global.d.ts +0 -29
  371. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/index.d.ts +0 -14
  372. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/interface.d.ts +0 -452
  373. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/global.d.ts +0 -59
  374. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/index.d.ts +0 -29
  375. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/interface.d.ts +0 -1939
  376. package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/global.d.ts +0 -12
  377. package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/index.d.ts +0 -1
  378. package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +0 -917
  379. package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/global.d.ts +0 -25
  380. package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/index.d.ts +0 -11
  381. package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +0 -1095
  382. package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +0 -253
  383. /package/types/uni/uts-plugin-component/lib/{uni-camera-global → uni-camera-camera-global}/utssdk/global.d.ts +0 -0
  384. /package/types/uni/uts-plugin-component/lib/{uni-camera-global → uni-camera-camera-global}/utssdk/index.d.ts +0 -0
  385. /package/types/uni/uts-plugin-component/lib/{uni-camera-global → uni-camera-camera-global}/utssdk/interface.d.ts +0 -0
  386. /package/types/uni/uts-plugin-component/lib/{uni-editor-global → uni-editor-editor-global}/utssdk/global.d.ts +0 -0
  387. /package/types/uni/uts-plugin-component/lib/{uni-editor-global → uni-editor-editor-global}/utssdk/index.d.ts +0 -0
  388. /package/types/uni/uts-plugin-component/lib/{uni-form-global → uni-form-button-global}/utssdk/global.d.ts +0 -0
  389. /package/types/uni/uts-plugin-component/lib/{uni-form-global → uni-form-button-global}/utssdk/index.d.ts +0 -0
  390. /package/types/uni/uts-plugin-component/lib/{uni-form-global → uni-form-button-global}/utssdk/interface.d.ts +0 -0
  391. /package/types/uni/uts-plugin-component/lib/{uni-map-tencent-global → uni-map-tencent-map-global}/utssdk/global.d.ts +0 -0
  392. /package/types/uni/uts-plugin-component/lib/{uni-map-tencent-global → uni-map-tencent-map-global}/utssdk/index.d.ts +0 -0
  393. /package/types/uni/uts-plugin-component/lib/{uni-map-tencent-global → uni-map-tencent-map-global}/utssdk/interface.d.ts +0 -0
  394. /package/types/uni/uts-plugin-component/lib/{uni-match-media-global → uni-match-media-match-media-global}/utssdk/global.d.ts +0 -0
  395. /package/types/uni/uts-plugin-component/lib/{uni-match-media-global → uni-match-media-match-media-global}/utssdk/index.d.ts +0 -0
  396. /package/types/uni/uts-plugin-component/lib/{uni-match-media-global → uni-match-media-match-media-global}/utssdk/interface.d.ts +0 -0
  397. /package/types/uni/uts-plugin-component/lib/{uni-navigator-global → uni-navigator-navigator-global}/utssdk/global.d.ts +0 -0
  398. /package/types/uni/uts-plugin-component/lib/{uni-navigator-global → uni-navigator-navigator-global}/utssdk/index.d.ts +0 -0
  399. /package/types/uni/uts-plugin-component/lib/{uni-navigator-global → uni-navigator-navigator-global}/utssdk/interface.d.ts +0 -0
  400. /package/types/uni/uts-plugin-component/lib/{uni-barcode-scanning → uni-page-container-page-container-global}/utssdk/global.d.ts +0 -0
  401. /package/types/uni/uts-plugin-component/lib/{uni-barcode-scanning → uni-page-container-page-container-global}/utssdk/index.d.ts +0 -0
  402. /package/types/uni/uts-plugin-component/lib/{uni-barcode-scanning → uni-page-container-page-container-global}/utssdk/interface.d.ts +0 -0
  403. /package/types/uni/uts-plugin-component/lib/{uni-picker-global → uni-picker-picker-global}/utssdk/global.d.ts +0 -0
  404. /package/types/uni/uts-plugin-component/lib/{uni-picker-global → uni-picker-picker-global}/utssdk/index.d.ts +0 -0
  405. /package/types/uni/uts-plugin-component/lib/{uni-picker-global → uni-picker-picker-global}/utssdk/interface.d.ts +0 -0
  406. /package/types/uni/uts-plugin-component/lib/{uni-progress-global → uni-progress-progress-global}/utssdk/global.d.ts +0 -0
  407. /package/types/uni/uts-plugin-component/lib/{uni-progress-global → uni-progress-progress-global}/utssdk/index.d.ts +0 -0
  408. /package/types/uni/uts-plugin-component/lib/{uni-progress-global → uni-progress-progress-global}/utssdk/interface.d.ts +0 -0
  409. /package/types/uni/uts-plugin-component/lib/{uni-rich-text-global → uni-rich-text-rich-text-global}/utssdk/global.d.ts +0 -0
  410. /package/types/uni/uts-plugin-component/lib/{uni-rich-text-global → uni-rich-text-rich-text-global}/utssdk/index.d.ts +0 -0
  411. /package/types/uni/uts-plugin-component/lib/{uni-rich-text-global → uni-rich-text-rich-text-global}/utssdk/interface.d.ts +0 -0
  412. /package/types/uni/uts-plugin-component/lib/{uni-video-global → uni-video-video-global}/utssdk/global.d.ts +0 -0
  413. /package/types/uni/uts-plugin-component/lib/{uni-video-global → uni-video-video-global}/utssdk/index.d.ts +0 -0
  414. /package/types/uni/uts-plugin-component/lib/{uni-video-global → uni-video-video-global}/utssdk/interface.d.ts +0 -0
  415. /package/types/uni/uts-plugin-component/lib/{uni-web-view-global → uni-web-view-web-view-global}/utssdk/global.d.ts +0 -0
  416. /package/types/uni/uts-plugin-component/lib/{uni-web-view-global → uni-web-view-web-view-global}/utssdk/index.d.ts +0 -0
  417. /package/types/uni/uts-plugin-component/lib/{uni-web-view-global → uni-web-view-web-view-global}/utssdk/interface.d.ts +0 -0
@@ -1,2220 +0,0 @@
1
- export type GetAppBaseInfoOptions = {
2
- /**
3
- * @description 过滤字段的字符串数组,假如要获取指定字段,传入此数组。
4
- */
5
- filter: Array<string>
6
- };
7
-
8
- export type GetAppBaseInfoResult = {
9
- /**
10
- * manifest.json 中应用appid,即DCloud appid。
11
- *
12
- * @uniPlatform
13
- {
14
- "app": {
15
- "android": {
16
- "osVer": "5.0",
17
- "uniVer": "√",
18
- "uniUtsPlugin": "3.91",
19
- "unixVer": "3.91"
20
- },
21
- "ios": {
22
- "osVer": "12.0",
23
- "uniVer": "√",
24
- "uniUtsPlugin": "4.11",
25
- "unixVer": "4.11",
26
- "unixUtsPlugin": "4.11"
27
- },
28
- "harmony": {
29
- "osVer": "3.0",
30
- "uniVer": "4.23",
31
- "unixVer": "4.61",
32
- "unixVaporVer": "5.0"
33
- }
34
- },
35
- "mp": {
36
- "weixin": {
37
- "hostVer": "√",
38
- "uniVer": "√",
39
- "unixVer": "4.41"
40
- },
41
- "alipay": {
42
- "hostVer": "√",
43
- "uniVer": "√",
44
- "unixVer": "x"
45
- },
46
- "baidu": {
47
- "hostVer": "√",
48
- "uniVer": "√",
49
- "unixVer": "x"
50
- },
51
- "toutiao": {
52
- "hostVer": "√",
53
- "uniVer": "√",
54
- "unixVer": "x"
55
- },
56
- "lark": {
57
- "hostVer": "√",
58
- "uniVer": "√",
59
- "unixVer": "x"
60
- },
61
- "qq": {
62
- "hostVer": "√",
63
- "uniVer": "√",
64
- "unixVer": "x"
65
- },
66
- "kuaishou": {
67
- "hostVer": "√",
68
- "uniVer": "√",
69
- "unixVer": "x"
70
- },
71
- "jd": {
72
- "hostVer": "√",
73
- "uniVer": "√",
74
- "unixVer": "x"
75
- }
76
- },
77
- "web": {
78
- "uniVer": "√",
79
- "unixVer": "4.0"
80
- }
81
- }
82
- */
83
- appId?: string,
84
-
85
- /**
86
- * `manifest.json` 中应用名称。
87
- *
88
- * @uniPlatform
89
- {
90
- "app": {
91
- "android": {
92
- "osVer": "5.0",
93
- "uniVer": "√",
94
- "uniUtsPlugin": "3.91",
95
- "unixVer": "3.91"
96
- },
97
- "ios": {
98
- "osVer": "12.0",
99
- "uniVer": "√",
100
- "uniUtsPlugin": "4.11",
101
- "unixVer": "4.11",
102
- "unixUtsPlugin": "4.11"
103
- },
104
- "harmony": {
105
- "osVer": "3.0",
106
- "uniVer": "4.23",
107
- "unixVer": "4.61",
108
- "unixVaporVer": "5.0"
109
- }
110
- },
111
- "mp": {
112
- "weixin": {
113
- "hostVer": "√",
114
- "uniVer": "√",
115
- "unixVer": "4.41"
116
- },
117
- "alipay": {
118
- "hostVer": "√",
119
- "uniVer": "√",
120
- "unixVer": "x"
121
- },
122
- "baidu": {
123
- "hostVer": "√",
124
- "uniVer": "√",
125
- "unixVer": "x"
126
- },
127
- "toutiao": {
128
- "hostVer": "√",
129
- "uniVer": "√",
130
- "unixVer": "x"
131
- },
132
- "lark": {
133
- "hostVer": "√",
134
- "uniVer": "√",
135
- "unixVer": "x"
136
- },
137
- "qq": {
138
- "hostVer": "√",
139
- "uniVer": "√",
140
- "unixVer": "x"
141
- },
142
- "kuaishou": {
143
- "hostVer": "√",
144
- "uniVer": "√",
145
- "unixVer": "x"
146
- },
147
- "jd": {
148
- "hostVer": "√",
149
- "uniVer": "√",
150
- "unixVer": "x"
151
- }
152
- },
153
- "web": {
154
- "uniVer": "√",
155
- "unixVer": "4.0"
156
- }
157
- }
158
- */
159
- appName?: string,
160
-
161
- /**
162
- * `manifest.json` 中应用版本名称,如果离线打包注意修改修改index.kt中UniAppConfig类型中的版本名称[文档](https://doc.dcloud.net.cn/uni-app-x/native/use/android.html#%E6%8B%B7%E8%B4%9Dkt%E6%96%87%E4%BB%B6)。
163
- *
164
- * @uniPlatform
165
- {
166
- "app": {
167
- "android": {
168
- "osVer": "5.0",
169
- "uniVer": "√",
170
- "uniUtsPlugin": "3.91",
171
- "unixVer": "3.91"
172
- },
173
- "ios": {
174
- "osVer": "12.0",
175
- "uniVer": "√",
176
- "uniUtsPlugin": "4.11",
177
- "unixVer": "4.11",
178
- "unixUtsPlugin": "4.11"
179
- },
180
- "harmony": {
181
- "osVer": "3.0",
182
- "uniVer": "4.23",
183
- "unixVer": "4.61",
184
- "unixVaporVer": "5.0"
185
- }
186
- },
187
- "mp": {
188
- "weixin": {
189
- "hostVer": "√",
190
- "uniVer": "√",
191
- "unixVer": "4.41"
192
- },
193
- "alipay": {
194
- "hostVer": "√",
195
- "uniVer": "√",
196
- "unixVer": "x"
197
- },
198
- "baidu": {
199
- "hostVer": "√",
200
- "uniVer": "√",
201
- "unixVer": "x"
202
- },
203
- "toutiao": {
204
- "hostVer": "√",
205
- "uniVer": "√",
206
- "unixVer": "x"
207
- },
208
- "lark": {
209
- "hostVer": "√",
210
- "uniVer": "√",
211
- "unixVer": "x"
212
- },
213
- "qq": {
214
- "hostVer": "√",
215
- "uniVer": "√",
216
- "unixVer": "x"
217
- },
218
- "kuaishou": {
219
- "hostVer": "√",
220
- "uniVer": "√",
221
- "unixVer": "x"
222
- },
223
- "jd": {
224
- "hostVer": "√",
225
- "uniVer": "√",
226
- "unixVer": "x"
227
- }
228
- },
229
- "web": {
230
- "uniVer": "√",
231
- "unixVer": "4.0"
232
- }
233
- }
234
- */
235
- appVersion?: string,
236
-
237
- /**
238
- * `manifest.json` 中应用版本号,如果离线打包注意修改修改index.kt中UniAppConfig类型中的版本号[文档](https://doc.dcloud.net.cn/uni-app-x/native/use/android.html#%E6%8B%B7%E8%B4%9Dkt%E6%96%87%E4%BB%B6)。
239
- *
240
- * @uniPlatform
241
- {
242
- "app": {
243
- "android": {
244
- "osVer": "5.0",
245
- "uniVer": "√",
246
- "uniUtsPlugin": "3.91",
247
- "unixVer": "3.91"
248
- },
249
- "ios": {
250
- "osVer": "12.0",
251
- "uniVer": "√",
252
- "uniUtsPlugin": "4.11",
253
- "unixVer": "4.11",
254
- "unixUtsPlugin": "4.11"
255
- },
256
- "harmony": {
257
- "osVer": "3.0",
258
- "uniVer": "x",
259
- "unixVer": "x"
260
- }
261
- },
262
- "mp": {
263
- "weixin": {
264
- "hostVer": "√",
265
- "uniVer": "√",
266
- "unixVer": "4.41"
267
- },
268
- "alipay": {
269
- "hostVer": "√",
270
- "uniVer": "√",
271
- "unixVer": "x"
272
- },
273
- "baidu": {
274
- "hostVer": "√",
275
- "uniVer": "√",
276
- "unixVer": "x"
277
- },
278
- "toutiao": {
279
- "hostVer": "√",
280
- "uniVer": "√",
281
- "unixVer": "x"
282
- },
283
- "lark": {
284
- "hostVer": "√",
285
- "uniVer": "√",
286
- "unixVer": "x"
287
- },
288
- "qq": {
289
- "hostVer": "√",
290
- "uniVer": "√",
291
- "unixVer": "x"
292
- },
293
- "kuaishou": {
294
- "hostVer": "√",
295
- "uniVer": "√",
296
- "unixVer": "x"
297
- },
298
- "jd": {
299
- "hostVer": "√",
300
- "uniVer": "√",
301
- "unixVer": "x"
302
- }
303
- },
304
- "web": {
305
- "uniVer": "√",
306
- "unixVer": "4.0"
307
- }
308
- }
309
- */
310
- appVersionCode?: string,
311
-
312
- /**
313
- * 应用设置的语言en、zh-Hans、zh-Hant、fr、es
314
- *
315
- * @uniPlatform
316
- {
317
- "app": {
318
- "android": {
319
- "osVer": "5.0",
320
- "uniVer": "√",
321
- "uniUtsPlugin": "3.91",
322
- "unixVer": "3.91"
323
- },
324
- "ios": {
325
- "osVer": "12.0",
326
- "uniVer": "√",
327
- "uniUtsPlugin": "4.11",
328
- "unixVer": "4.11",
329
- "unixUtsPlugin": "4.11"
330
- },
331
- "harmony": {
332
- "osVer": "3.0",
333
- "uniVer": "x",
334
- "unixVer": "x"
335
- }
336
- },
337
- "mp": {
338
- "weixin": {
339
- "hostVer": "√",
340
- "uniVer": "√",
341
- "unixVer": "4.41"
342
- },
343
- "alipay": {
344
- "hostVer": "√",
345
- "uniVer": "√",
346
- "unixVer": "x"
347
- },
348
- "baidu": {
349
- "hostVer": "√",
350
- "uniVer": "√",
351
- "unixVer": "x"
352
- },
353
- "toutiao": {
354
- "hostVer": "√",
355
- "uniVer": "√",
356
- "unixVer": "x"
357
- },
358
- "lark": {
359
- "hostVer": "√",
360
- "uniVer": "√",
361
- "unixVer": "x"
362
- },
363
- "qq": {
364
- "hostVer": "√",
365
- "uniVer": "√",
366
- "unixVer": "x"
367
- },
368
- "kuaishou": {
369
- "hostVer": "√",
370
- "uniVer": "√",
371
- "unixVer": "x"
372
- },
373
- "jd": {
374
- "hostVer": "√",
375
- "uniVer": "√",
376
- "unixVer": "x"
377
- }
378
- },
379
- "web": {
380
- "uniVer": "√",
381
- "unixVer": "4.0"
382
- }
383
- }
384
- */
385
- appLanguage?: string,
386
- /**
387
- * 应用设置的语言
388
- *
389
- * @uniPlatform
390
- {
391
- "app": {
392
- "android": {
393
- "osVer": "5.0",
394
- "uniVer": "√",
395
- "uniUtsPlugin": "3.91",
396
- "unixVer": "3.91"
397
- },
398
- "ios": {
399
- "osVer": "12.0",
400
- "uniVer": "√",
401
- "uniUtsPlugin": "4.11",
402
- "unixVer": "4.11",
403
- "unixUtsPlugin": "4.11"
404
- },
405
- "harmony": {
406
- "osVer": "3.0",
407
- "uniVer": "x",
408
- "unixVer": "x"
409
- }
410
- },
411
- "mp": {
412
- "weixin": {
413
- "hostVer": "√",
414
- "uniVer": "√",
415
- "unixVer": "4.41"
416
- },
417
- "alipay": {
418
- "hostVer": "√",
419
- "uniVer": "√",
420
- "unixVer": "x"
421
- },
422
- "baidu": {
423
- "hostVer": "√",
424
- "uniVer": "√",
425
- "unixVer": "x"
426
- },
427
- "toutiao": {
428
- "hostVer": "√",
429
- "uniVer": "√",
430
- "unixVer": "x"
431
- },
432
- "lark": {
433
- "hostVer": "√",
434
- "uniVer": "√",
435
- "unixVer": "x"
436
- },
437
- "qq": {
438
- "hostVer": "√",
439
- "uniVer": "√",
440
- "unixVer": "x"
441
- },
442
- "kuaishou": {
443
- "hostVer": "√",
444
- "uniVer": "√",
445
- "unixVer": "x"
446
- },
447
- "jd": {
448
- "hostVer": "√",
449
- "uniVer": "√",
450
- "unixVer": "x"
451
- }
452
- },
453
- "web": {
454
- "uniVer": "√",
455
- "unixVer": "4.0"
456
- }
457
- }
458
- */
459
- language?: string,
460
-
461
- /**
462
- * 引擎版本号。已废弃,仅为了向下兼容保留
463
- * @deprecated 已废弃,仅为了向下兼容保留
464
- *
465
- * @uniPlatform
466
- {
467
- "app": {
468
- "android": {
469
- "osVer": "5.0",
470
- "uniVer": "√",
471
- "uniUtsPlugin": "3.91",
472
- "unixVer": "3.91"
473
- },
474
- "ios": {
475
- "osVer": "12.0",
476
- "uniVer": "√",
477
- "uniUtsPlugin": "4.11",
478
- "unixVer": "4.11",
479
- "unixUtsPlugin": "4.11"
480
- },
481
- "harmony": {
482
- "osVer": "3.0",
483
- "uniVer": "4.23",
484
- "unixVer": "4.61",
485
- "unixVaporVer": "5.0"
486
- }
487
- },
488
- "mp": {
489
- "weixin": {
490
- "hostVer": "√",
491
- "uniVer": "√",
492
- "unixVer": "4.41"
493
- },
494
- "alipay": {
495
- "hostVer": "√",
496
- "uniVer": "√",
497
- "unixVer": "x"
498
- },
499
- "baidu": {
500
- "hostVer": "√",
501
- "uniVer": "√",
502
- "unixVer": "x"
503
- },
504
- "toutiao": {
505
- "hostVer": "√",
506
- "uniVer": "√",
507
- "unixVer": "x"
508
- },
509
- "lark": {
510
- "hostVer": "√",
511
- "uniVer": "√",
512
- "unixVer": "x"
513
- },
514
- "qq": {
515
- "hostVer": "√",
516
- "uniVer": "√",
517
- "unixVer": "x"
518
- },
519
- "kuaishou": {
520
- "hostVer": "√",
521
- "uniVer": "√",
522
- "unixVer": "x"
523
- },
524
- "jd": {
525
- "hostVer": "√",
526
- "uniVer": "√",
527
- "unixVer": "x"
528
- }
529
- },
530
- "web": {
531
- "uniVer": "x",
532
- "unixVer": "x"
533
- }
534
- }
535
- */
536
- version?: string,
537
-
538
- /**
539
- * 应用资源(wgt)的版本名称。
540
- *
541
- * @uniPlatform
542
- {
543
- "app": {
544
- "android": {
545
- "osVer": "5.0",
546
- "uniVer": "√",
547
- "uniUtsPlugin": "x",
548
- "unixVer": "x"
549
- },
550
- "ios": {
551
- "osVer": "12.0",
552
- "uniVer": "√",
553
- "uniUtsPlugin": "x",
554
- "unixVer": "x",
555
- "unixUtsPlugin": "x"
556
- },
557
- "harmony": {
558
- "osVer": "3.0",
559
- "uniVer": "4.23",
560
- "unixVer": "4.61",
561
- "unixVaporVer": "5.0"
562
- }
563
- },
564
- "mp": {
565
- "weixin": {
566
- "hostVer": "√",
567
- "uniVer": "x",
568
- "unixVer": "x"
569
- },
570
- "alipay": {
571
- "hostVer": "√",
572
- "uniVer": "√",
573
- "unixVer": "x"
574
- },
575
- "baidu": {
576
- "hostVer": "√",
577
- "uniVer": "√",
578
- "unixVer": "x"
579
- },
580
- "toutiao": {
581
- "hostVer": "√",
582
- "uniVer": "√",
583
- "unixVer": "x"
584
- },
585
- "lark": {
586
- "hostVer": "√",
587
- "uniVer": "√",
588
- "unixVer": "x"
589
- },
590
- "qq": {
591
- "hostVer": "√",
592
- "uniVer": "√",
593
- "unixVer": "x"
594
- },
595
- "kuaishou": {
596
- "hostVer": "√",
597
- "uniVer": "√",
598
- "unixVer": "x"
599
- },
600
- "jd": {
601
- "hostVer": "√",
602
- "uniVer": "√",
603
- "unixVer": "x"
604
- }
605
- },
606
- "web": {
607
- "uniVer": "x",
608
- "unixVer": "x"
609
- }
610
- }
611
- */
612
- appWgtVersion?: string,
613
-
614
- /**
615
- * 小程序宿主语言
616
- *
617
- * @uniPlatform
618
- {
619
- "app": {
620
- "android": {
621
- "osVer": "5.0",
622
- "uniVer": "√",
623
- "uniUtsPlugin": "x",
624
- "unixVer": "x"
625
- },
626
- "ios": {
627
- "osVer": "12.0",
628
- "uniVer": "√",
629
- "uniUtsPlugin": "x",
630
- "unixVer": "x",
631
- "unixUtsPlugin": "x"
632
- },
633
- "harmony": {
634
- "osVer": "3.0",
635
- "uniVer": "4.23",
636
- "unixVer": "4.61",
637
- "unixVaporVer": "5.0"
638
- }
639
- },
640
- "mp": {
641
- "weixin": {
642
- "hostVer": "√",
643
- "uniVer": "√",
644
- "unixVer": "4.41"
645
- },
646
- "alipay": {
647
- "hostVer": "√",
648
- "uniVer": "√",
649
- "unixVer": "x"
650
- },
651
- "baidu": {
652
- "hostVer": "√",
653
- "uniVer": "√",
654
- "unixVer": "x"
655
- },
656
- "toutiao": {
657
- "hostVer": "√",
658
- "uniVer": "√",
659
- "unixVer": "x"
660
- },
661
- "lark": {
662
- "hostVer": "√",
663
- "uniVer": "√",
664
- "unixVer": "x"
665
- },
666
- "qq": {
667
- "hostVer": "√",
668
- "uniVer": "√",
669
- "unixVer": "x"
670
- },
671
- "kuaishou": {
672
- "hostVer": "√",
673
- "uniVer": "√",
674
- "unixVer": "x"
675
- },
676
- "jd": {
677
- "hostVer": "√",
678
- "uniVer": "√",
679
- "unixVer": "x"
680
- }
681
- },
682
- "web": {
683
- "uniVer": "x",
684
- "unixVer": "x"
685
- }
686
- }
687
- */
688
- hostLanguage?: string,
689
-
690
- /**
691
- * App、小程序宿主版本。
692
- *
693
- * @uniPlatform
694
- {
695
- "app": {
696
- "android": {
697
- "osVer": "5.0",
698
- "uniVer": "√",
699
- "uniUtsPlugin": "x",
700
- "unixVer": "x"
701
- },
702
- "ios": {
703
- "osVer": "12.0",
704
- "uniVer": "√",
705
- "uniUtsPlugin": "x",
706
- "unixVer": "x",
707
- "unixUtsPlugin": "x"
708
- },
709
- "harmony": {
710
- "osVer": "3.0",
711
- "uniVer": "x",
712
- "unixVer": "x"
713
- }
714
- },
715
- "mp": {
716
- "weixin": {
717
- "hostVer": "√",
718
- "uniVer": "√",
719
- "unixVer": "4.41"
720
- },
721
- "alipay": {
722
- "hostVer": "√",
723
- "uniVer": "√",
724
- "unixVer": "x"
725
- },
726
- "baidu": {
727
- "hostVer": "√",
728
- "uniVer": "√",
729
- "unixVer": "x"
730
- },
731
- "toutiao": {
732
- "hostVer": "√",
733
- "uniVer": "√",
734
- "unixVer": "x"
735
- },
736
- "lark": {
737
- "hostVer": "√",
738
- "uniVer": "√",
739
- "unixVer": "x"
740
- },
741
- "qq": {
742
- "hostVer": "√",
743
- "uniVer": "√",
744
- "unixVer": "x"
745
- },
746
- "kuaishou": {
747
- "hostVer": "√",
748
- "uniVer": "√",
749
- "unixVer": "x"
750
- },
751
- "jd": {
752
- "hostVer": "√",
753
- "uniVer": "√",
754
- "unixVer": "x"
755
- }
756
- },
757
- "web": {
758
- "uniVer": "x",
759
- "unixVer": "x"
760
- }
761
- }
762
- */
763
- hostVersion?: string,
764
- /**
765
- * 小程序宿主名称
766
- *
767
- * @uniPlatform
768
- {
769
- "app": {
770
- "android": {
771
- "osVer": "5.0",
772
- "uniVer": "√",
773
- "uniUtsPlugin": "x",
774
- "unixVer": "x"
775
- },
776
- "ios": {
777
- "osVer": "12.0",
778
- "uniVer": "√",
779
- "uniUtsPlugin": "x",
780
- "unixVer": "x",
781
- "unixUtsPlugin": "x"
782
- },
783
- "harmony": {
784
- "osVer": "3.0",
785
- "uniVer": "x",
786
- "unixVer": "x"
787
- }
788
- },
789
- "mp": {
790
- "weixin": {
791
- "hostVer": "√",
792
- "uniVer": "√",
793
- "unixVer": "4.41"
794
- },
795
- "alipay": {
796
- "hostVer": "√",
797
- "uniVer": "√",
798
- "unixVer": "x"
799
- },
800
- "baidu": {
801
- "hostVer": "√",
802
- "uniVer": "√",
803
- "unixVer": "x"
804
- },
805
- "toutiao": {
806
- "hostVer": "√",
807
- "uniVer": "√",
808
- "unixVer": "x"
809
- },
810
- "lark": {
811
- "hostVer": "√",
812
- "uniVer": "√",
813
- "unixVer": "x"
814
- },
815
- "qq": {
816
- "hostVer": "√",
817
- "uniVer": "√",
818
- "unixVer": "x"
819
- },
820
- "kuaishou": {
821
- "hostVer": "√",
822
- "uniVer": "√",
823
- "unixVer": "x"
824
- },
825
- "jd": {
826
- "hostVer": "√",
827
- "uniVer": "√",
828
- "unixVer": "x"
829
- }
830
- },
831
- "web": {
832
- "uniVer": "x",
833
- "unixVer": "x"
834
- }
835
- }
836
- */
837
- hostName?: string,
838
- /**
839
- * 小程序宿主包名
840
- *
841
- * @uniPlatform
842
- {
843
- "app": {
844
- "android": {
845
- "osVer": "5.0",
846
- "uniVer": "√",
847
- "uniUtsPlugin": "x",
848
- "unixVer": "x"
849
- },
850
- "ios": {
851
- "osVer": "12.0",
852
- "uniVer": "√",
853
- "uniUtsPlugin": "x",
854
- "unixVer": "x",
855
- "unixUtsPlugin": "x"
856
- },
857
- "harmony": {
858
- "osVer": "3.0",
859
- "uniVer": "x",
860
- "unixVer": "x"
861
- }
862
- },
863
- "mp": {
864
- "weixin": {
865
- "hostVer": "√",
866
- "uniVer": "x",
867
- "unixVer": "x"
868
- },
869
- "alipay": {
870
- "hostVer": "√",
871
- "uniVer": "√",
872
- "unixVer": "x"
873
- },
874
- "baidu": {
875
- "hostVer": "√",
876
- "uniVer": "√",
877
- "unixVer": "x"
878
- },
879
- "toutiao": {
880
- "hostVer": "√",
881
- "uniVer": "√",
882
- "unixVer": "x"
883
- },
884
- "lark": {
885
- "hostVer": "√",
886
- "uniVer": "√",
887
- "unixVer": "x"
888
- },
889
- "qq": {
890
- "hostVer": "√",
891
- "uniVer": "√",
892
- "unixVer": "x"
893
- },
894
- "kuaishou": {
895
- "hostVer": "√",
896
- "uniVer": "√",
897
- "unixVer": "x"
898
- },
899
- "jd": {
900
- "hostVer": "√",
901
- "uniVer": "√",
902
- "unixVer": "x"
903
- }
904
- },
905
- "web": {
906
- "uniVer": "x",
907
- "unixVer": "x"
908
- }
909
- }
910
- */
911
- hostPackageName?: string,
912
-
913
- /**
914
- * uni小程序SDK版本、小程序客户端基础库版本
915
- *
916
- * @uniPlatform
917
- {
918
- "app": {
919
- "android": {
920
- "osVer": "5.0",
921
- "uniVer": "√",
922
- "uniUtsPlugin": "x",
923
- "unixVer": "x"
924
- },
925
- "ios": {
926
- "osVer": "12.0",
927
- "uniVer": "√",
928
- "uniUtsPlugin": "x",
929
- "unixVer": "x",
930
- "unixUtsPlugin": "x"
931
- },
932
- "harmony": {
933
- "osVer": "3.0",
934
- "uniVer": "x",
935
- "unixVer": "x"
936
- }
937
- },
938
- "mp": {
939
- "weixin": {
940
- "hostVer": "√",
941
- "uniVer": "√",
942
- "unixVer": "4.41"
943
- },
944
- "alipay": {
945
- "hostVer": "√",
946
- "uniVer": "√",
947
- "unixVer": "x"
948
- },
949
- "baidu": {
950
- "hostVer": "√",
951
- "uniVer": "√",
952
- "unixVer": "x"
953
- },
954
- "toutiao": {
955
- "hostVer": "√",
956
- "uniVer": "√",
957
- "unixVer": "x"
958
- },
959
- "lark": {
960
- "hostVer": "√",
961
- "uniVer": "√",
962
- "unixVer": "x"
963
- },
964
- "qq": {
965
- "hostVer": "√",
966
- "uniVer": "√",
967
- "unixVer": "x"
968
- },
969
- "kuaishou": {
970
- "hostVer": "√",
971
- "uniVer": "√",
972
- "unixVer": "x"
973
- },
974
- "jd": {
975
- "hostVer": "√",
976
- "uniVer": "√",
977
- "unixVer": "x"
978
- }
979
- },
980
- "web": {
981
- "uniVer": "x",
982
- "unixVer": "x"
983
- }
984
- }
985
- */
986
- hostSDKVersion?: string,
987
-
988
- /**
989
- * 系统当前主题,取值为light或dark。微信小程序全局配置"darkmode":true时才能获取,否则为 undefined (不支持小游戏)
990
- *
991
- * @uniPlatform
992
- {
993
- "app": {
994
- "android": {
995
- "osVer": "5.0",
996
- "uniVer": "√",
997
- "uniUtsPlugin": "x",
998
- "unixVer": "x"
999
- },
1000
- "ios": {
1001
- "osVer": "12.0",
1002
- "uniVer": "√",
1003
- "uniUtsPlugin": "x",
1004
- "unixVer": "x",
1005
- "unixUtsPlugin": "x"
1006
- },
1007
- "harmony": {
1008
- "osVer": "3.0",
1009
- "uniVer": "x",
1010
- "unixVer": "x"
1011
- }
1012
- },
1013
- "mp": {
1014
- "weixin": {
1015
- "hostVer": "√",
1016
- "uniVer": "√",
1017
- "unixVer": "4.41"
1018
- },
1019
- "alipay": {
1020
- "hostVer": "√",
1021
- "uniVer": "x",
1022
- "unixVer": "x"
1023
- },
1024
- "baidu": {
1025
- "hostVer": "√",
1026
- "uniVer": "x",
1027
- "unixVer": "x"
1028
- },
1029
- "toutiao": {
1030
- "hostVer": "√",
1031
- "uniVer": "x",
1032
- "unixVer": "x"
1033
- },
1034
- "lark": {
1035
- "hostVer": "√",
1036
- "uniVer": "x",
1037
- "unixVer": "x"
1038
- },
1039
- "qq": {
1040
- "hostVer": "√",
1041
- "uniVer": "x",
1042
- "unixVer": "x"
1043
- },
1044
- "kuaishou": {
1045
- "hostVer": "√",
1046
- "uniVer": "x",
1047
- "unixVer": "x"
1048
- },
1049
- "jd": {
1050
- "hostVer": "√",
1051
- "uniVer": "x",
1052
- "unixVer": "x"
1053
- }
1054
- },
1055
- "web": {
1056
- "uniVer": "√",
1057
- "unixVer": "4.0"
1058
- }
1059
- }
1060
- */
1061
- hostTheme?: string,
1062
-
1063
- /**
1064
- * 是否uni-app x
1065
- *
1066
- * @uniPlatform
1067
- {
1068
- "app": {
1069
- "android": {
1070
- "osVer": "5.0",
1071
- "uniVer": "√",
1072
- "uniUtsPlugin": "3.91",
1073
- "unixVer": "3.91"
1074
- },
1075
- "ios": {
1076
- "osVer": "12.0",
1077
- "uniVer": "√",
1078
- "uniUtsPlugin": "4.11",
1079
- "unixVer": "4.11",
1080
- "unixUtsPlugin": "4.11"
1081
- },
1082
- "harmony": {
1083
- "osVer": "3.0",
1084
- "uniVer": "x",
1085
- "unixVer": "x"
1086
- }
1087
- },
1088
- "mp": {
1089
- "weixin": {
1090
- "hostVer": "√",
1091
- "uniVer": "√",
1092
- "unixVer": "4.41"
1093
- },
1094
- "alipay": {
1095
- "hostVer": "√",
1096
- "uniVer": "x",
1097
- "unixVer": "x"
1098
- },
1099
- "baidu": {
1100
- "hostVer": "√",
1101
- "uniVer": "x",
1102
- "unixVer": "x"
1103
- },
1104
- "toutiao": {
1105
- "hostVer": "√",
1106
- "uniVer": "x",
1107
- "unixVer": "x"
1108
- },
1109
- "lark": {
1110
- "hostVer": "√",
1111
- "uniVer": "x",
1112
- "unixVer": "x"
1113
- },
1114
- "qq": {
1115
- "hostVer": "√",
1116
- "uniVer": "x",
1117
- "unixVer": "x"
1118
- },
1119
- "kuaishou": {
1120
- "hostVer": "√",
1121
- "uniVer": "x",
1122
- "unixVer": "x"
1123
- },
1124
- "jd": {
1125
- "hostVer": "√",
1126
- "uniVer": "x",
1127
- "unixVer": "x"
1128
- }
1129
- },
1130
- "web": {
1131
- "uniVer": "x",
1132
- "unixVer": "4.18"
1133
- }
1134
- }
1135
- */
1136
- isUniAppX?: boolean,
1137
-
1138
- /**
1139
- * uni 编译器版本
1140
- * @deprecated 已废弃,仅为了向下兼容保留
1141
- *
1142
- * @uniPlatform
1143
- {
1144
- "app": {
1145
- "android": {
1146
- "osVer": "5.0",
1147
- "uniVer": "√",
1148
- "uniUtsPlugin": "3.91",
1149
- "unixVer": "3.91"
1150
- },
1151
- "ios": {
1152
- "osVer": "12.0",
1153
- "uniVer": "√",
1154
- "uniUtsPlugin": "4.11",
1155
- "unixVer": "4.11",
1156
- "unixUtsPlugin": "4.11"
1157
- },
1158
- "harmony": {
1159
- "osVer": "3.0",
1160
- "uniVer": "x",
1161
- "unixVer": "x"
1162
- }
1163
- },
1164
- "mp": {
1165
- "weixin": {
1166
- "hostVer": "√",
1167
- "uniVer": "√",
1168
- "unixVer": "4.41"
1169
- },
1170
- "alipay": {
1171
- "hostVer": "√",
1172
- "uniVer": "x",
1173
- "unixVer": "x"
1174
- },
1175
- "baidu": {
1176
- "hostVer": "√",
1177
- "uniVer": "x",
1178
- "unixVer": "x"
1179
- },
1180
- "toutiao": {
1181
- "hostVer": "√",
1182
- "uniVer": "x",
1183
- "unixVer": "x"
1184
- },
1185
- "lark": {
1186
- "hostVer": "√",
1187
- "uniVer": "x",
1188
- "unixVer": "x"
1189
- },
1190
- "qq": {
1191
- "hostVer": "√",
1192
- "uniVer": "x",
1193
- "unixVer": "x"
1194
- },
1195
- "kuaishou": {
1196
- "hostVer": "√",
1197
- "uniVer": "x",
1198
- "unixVer": "x"
1199
- },
1200
- "jd": {
1201
- "hostVer": "√",
1202
- "uniVer": "x",
1203
- "unixVer": "x"
1204
- }
1205
- },
1206
- "web": {
1207
- "uniVer": "x",
1208
- "unixVer": "x"
1209
- }
1210
- }
1211
- */
1212
- uniCompileVersion?: string,
1213
-
1214
- /**
1215
- * uni 编译器版本
1216
- *
1217
- * @uniPlatform
1218
- {
1219
- "app": {
1220
- "android": {
1221
- "osVer": "5.0",
1222
- "uniVer": "x",
1223
- "uniUtsPlugin": "x",
1224
- "unixVer": "4.0"
1225
- },
1226
- "ios": {
1227
- "osVer": "12.0",
1228
- "uniVer": "x",
1229
- "uniUtsPlugin": "x",
1230
- "unixVer": "4.11",
1231
- "unixUtsPlugin": "4.11"
1232
- },
1233
- "harmony": {
1234
- "osVer": "3.0",
1235
- "uniVer": "4.23",
1236
- "unixVer": "4.61",
1237
- "unixVaporVer": "5.0"
1238
- }
1239
- },
1240
- "mp": {
1241
- "weixin": {
1242
- "hostVer": "√",
1243
- "uniVer": "√",
1244
- "unixVer": "4.41"
1245
- },
1246
- "alipay": {
1247
- "hostVer": "√",
1248
- "uniVer": "x",
1249
- "unixVer": "x"
1250
- },
1251
- "baidu": {
1252
- "hostVer": "√",
1253
- "uniVer": "x",
1254
- "unixVer": "x"
1255
- },
1256
- "toutiao": {
1257
- "hostVer": "√",
1258
- "uniVer": "x",
1259
- "unixVer": "x"
1260
- },
1261
- "lark": {
1262
- "hostVer": "√",
1263
- "uniVer": "x",
1264
- "unixVer": "x"
1265
- },
1266
- "qq": {
1267
- "hostVer": "√",
1268
- "uniVer": "x",
1269
- "unixVer": "x"
1270
- },
1271
- "kuaishou": {
1272
- "hostVer": "√",
1273
- "uniVer": "x",
1274
- "unixVer": "x"
1275
- },
1276
- "jd": {
1277
- "hostVer": "√",
1278
- "uniVer": "x",
1279
- "unixVer": "x"
1280
- }
1281
- },
1282
- "web": {
1283
- "uniVer": "x",
1284
- "unixVer": "4.18"
1285
- }
1286
- }
1287
- */
1288
- uniCompilerVersion?: string,
1289
-
1290
- /**
1291
- * uni-app 运行平台。
1292
- *
1293
- * @uniPlatform
1294
- {
1295
- "app": {
1296
- "android": {
1297
- "osVer": "5.0",
1298
- "uniVer": "√",
1299
- "uniUtsPlugin": "3.91",
1300
- "unixVer": "3.91"
1301
- },
1302
- "ios": {
1303
- "osVer": "12.0",
1304
- "uniVer": "√",
1305
- "uniUtsPlugin": "4.11",
1306
- "unixVer": "4.11",
1307
- "unixUtsPlugin": "4.11"
1308
- },
1309
- "harmony": {
1310
- "osVer": "3.0",
1311
- "uniVer": "4.23",
1312
- "unixVer": "4.61",
1313
- "unixVaporVer": "5.0"
1314
- }
1315
- },
1316
- "mp": {
1317
- "weixin": {
1318
- "hostVer": "√",
1319
- "uniVer": "√",
1320
- "unixVer": "4.41"
1321
- },
1322
- "alipay": {
1323
- "hostVer": "√",
1324
- "uniVer": "x",
1325
- "unixVer": "x"
1326
- },
1327
- "baidu": {
1328
- "hostVer": "√",
1329
- "uniVer": "x",
1330
- "unixVer": "x"
1331
- },
1332
- "toutiao": {
1333
- "hostVer": "√",
1334
- "uniVer": "x",
1335
- "unixVer": "x"
1336
- },
1337
- "lark": {
1338
- "hostVer": "√",
1339
- "uniVer": "x",
1340
- "unixVer": "x"
1341
- },
1342
- "qq": {
1343
- "hostVer": "√",
1344
- "uniVer": "x",
1345
- "unixVer": "x"
1346
- },
1347
- "kuaishou": {
1348
- "hostVer": "√",
1349
- "uniVer": "x",
1350
- "unixVer": "x"
1351
- },
1352
- "jd": {
1353
- "hostVer": "√",
1354
- "uniVer": "x",
1355
- "unixVer": "x"
1356
- }
1357
- },
1358
- "web": {
1359
- "uniVer": "√",
1360
- "unixVer": "4.0"
1361
- }
1362
- }
1363
- */
1364
- uniPlatform?: 'app' | 'web' | 'mp-weixin' | 'mp-alipay' | 'mp-baidu' | 'mp-toutiao' | 'mp-lark' | 'mp-qq' | 'mp-kuaishou' | 'mp-jd' | 'mp-360' | 'quickapp-webview' | 'quickapp-webview-union' | 'quickapp-webview-huawei',
1365
-
1366
- /**
1367
- * uni 运行时版本
1368
- *
1369
- * @uniPlatform
1370
- {
1371
- "app": {
1372
- "android": {
1373
- "osVer": "5.0",
1374
- "uniVer": "√",
1375
- "uniUtsPlugin": "3.91",
1376
- "unixVer": "3.91"
1377
- },
1378
- "ios": {
1379
- "osVer": "12.0",
1380
- "uniVer": "√",
1381
- "uniUtsPlugin": "4.11",
1382
- "unixVer": "4.11",
1383
- "unixUtsPlugin": "4.11"
1384
- },
1385
- "harmony": {
1386
- "osVer": "3.0",
1387
- "uniVer": "x",
1388
- "unixVer": "x"
1389
- }
1390
- },
1391
- "mp": {
1392
- "weixin": {
1393
- "hostVer": "√",
1394
- "uniVer": "√",
1395
- "unixVer": "4.41"
1396
- },
1397
- "alipay": {
1398
- "hostVer": "√",
1399
- "uniVer": "x",
1400
- "unixVer": "x"
1401
- },
1402
- "baidu": {
1403
- "hostVer": "√",
1404
- "uniVer": "x",
1405
- "unixVer": "x"
1406
- },
1407
- "toutiao": {
1408
- "hostVer": "√",
1409
- "uniVer": "x",
1410
- "unixVer": "x"
1411
- },
1412
- "lark": {
1413
- "hostVer": "√",
1414
- "uniVer": "x",
1415
- "unixVer": "x"
1416
- },
1417
- "qq": {
1418
- "hostVer": "√",
1419
- "uniVer": "x",
1420
- "unixVer": "x"
1421
- },
1422
- "kuaishou": {
1423
- "hostVer": "√",
1424
- "uniVer": "x",
1425
- "unixVer": "x"
1426
- },
1427
- "jd": {
1428
- "hostVer": "√",
1429
- "uniVer": "x",
1430
- "unixVer": "x"
1431
- }
1432
- },
1433
- "web": {
1434
- "uniVer": "x",
1435
- "unixVer": "4.18"
1436
- }
1437
- }
1438
- */
1439
- uniRuntimeVersion?: string,
1440
-
1441
- /**
1442
- * uni 编译器版本号
1443
- * @deprecated 已废弃,仅为了向下兼容保留
1444
- *
1445
- * @uniPlatform
1446
- {
1447
- "app": {
1448
- "android": {
1449
- "osVer": "5.0",
1450
- "uniVer": "√",
1451
- "uniUtsPlugin": "3.91",
1452
- "unixVer": "3.91"
1453
- },
1454
- "ios": {
1455
- "osVer": "12.0",
1456
- "uniVer": "√",
1457
- "uniUtsPlugin": "4.11",
1458
- "unixVer": "4.11",
1459
- "unixUtsPlugin": "4.11"
1460
- },
1461
- "harmony": {
1462
- "osVer": "3.0",
1463
- "uniVer": "4.23",
1464
- "unixVer": "4.61",
1465
- "unixVaporVer": "5.0"
1466
- }
1467
- },
1468
- "mp": {
1469
- "weixin": {
1470
- "hostVer": "√",
1471
- "uniVer": "√",
1472
- "unixVer": "4.41"
1473
- },
1474
- "alipay": {
1475
- "hostVer": "√",
1476
- "uniVer": "x",
1477
- "unixVer": "x"
1478
- },
1479
- "baidu": {
1480
- "hostVer": "√",
1481
- "uniVer": "x",
1482
- "unixVer": "x"
1483
- },
1484
- "toutiao": {
1485
- "hostVer": "√",
1486
- "uniVer": "x",
1487
- "unixVer": "x"
1488
- },
1489
- "lark": {
1490
- "hostVer": "√",
1491
- "uniVer": "x",
1492
- "unixVer": "x"
1493
- },
1494
- "qq": {
1495
- "hostVer": "√",
1496
- "uniVer": "x",
1497
- "unixVer": "x"
1498
- },
1499
- "kuaishou": {
1500
- "hostVer": "√",
1501
- "uniVer": "x",
1502
- "unixVer": "x"
1503
- },
1504
- "jd": {
1505
- "hostVer": "√",
1506
- "uniVer": "x",
1507
- "unixVer": "x"
1508
- }
1509
- },
1510
- "web": {
1511
- "uniVer": "x",
1512
- "unixVer": "x"
1513
- }
1514
- }
1515
- */
1516
- uniCompileVersionCode?: number,
1517
-
1518
- /**
1519
- * uni 编译器版本号
1520
- *
1521
- * @uniPlatform
1522
- {
1523
- "app": {
1524
- "android": {
1525
- "osVer": "5.0",
1526
- "uniVer": "x",
1527
- "uniUtsPlugin": "x",
1528
- "unixVer": "4.0"
1529
- },
1530
- "ios": {
1531
- "osVer": "12.0",
1532
- "uniVer": "x",
1533
- "uniUtsPlugin": "x",
1534
- "unixVer": "4.11",
1535
- "unixUtsPlugin": "4.11"
1536
- },
1537
- "harmony": {
1538
- "osVer": "3.0",
1539
- "uniVer": "4.23",
1540
- "unixVer": "4.61",
1541
- "unixVaporVer": "5.0"
1542
- }
1543
- },
1544
- "mp": {
1545
- "weixin": {
1546
- "hostVer": "√",
1547
- "uniVer": "√",
1548
- "unixVer": "4.41"
1549
- },
1550
- "alipay": {
1551
- "hostVer": "√",
1552
- "uniVer": "x",
1553
- "unixVer": "x"
1554
- },
1555
- "baidu": {
1556
- "hostVer": "√",
1557
- "uniVer": "x",
1558
- "unixVer": "x"
1559
- },
1560
- "toutiao": {
1561
- "hostVer": "√",
1562
- "uniVer": "x",
1563
- "unixVer": "x"
1564
- },
1565
- "lark": {
1566
- "hostVer": "√",
1567
- "uniVer": "x",
1568
- "unixVer": "x"
1569
- },
1570
- "qq": {
1571
- "hostVer": "√",
1572
- "uniVer": "x",
1573
- "unixVer": "x"
1574
- },
1575
- "kuaishou": {
1576
- "hostVer": "√",
1577
- "uniVer": "x",
1578
- "unixVer": "x"
1579
- },
1580
- "jd": {
1581
- "hostVer": "√",
1582
- "uniVer": "x",
1583
- "unixVer": "x"
1584
- }
1585
- },
1586
- "web": {
1587
- "uniVer": "x",
1588
- "unixVer": "4.18"
1589
- }
1590
- }
1591
- */
1592
- uniCompilerVersionCode?: number,
1593
-
1594
- /**
1595
- * uni 运行时版本号
1596
- *
1597
- * @uniPlatform
1598
- {
1599
- "app": {
1600
- "android": {
1601
- "osVer": "5.0",
1602
- "uniVer": "√",
1603
- "uniUtsPlugin": "3.91",
1604
- "unixVer": "3.91"
1605
- },
1606
- "ios": {
1607
- "osVer": "12.0",
1608
- "uniVer": "√",
1609
- "uniUtsPlugin": "4.11",
1610
- "unixVer": "4.11",
1611
- "unixUtsPlugin": "4.11"
1612
- },
1613
- "harmony": {
1614
- "osVer": "3.0",
1615
- "uniVer": "4.23",
1616
- "unixVer": "4.61",
1617
- "unixVaporVer": "5.0"
1618
- }
1619
- },
1620
- "mp": {
1621
- "weixin": {
1622
- "hostVer": "√",
1623
- "uniVer": "√",
1624
- "unixVer": "4.41"
1625
- },
1626
- "alipay": {
1627
- "hostVer": "√",
1628
- "uniVer": "x",
1629
- "unixVer": "x"
1630
- },
1631
- "baidu": {
1632
- "hostVer": "√",
1633
- "uniVer": "x",
1634
- "unixVer": "x"
1635
- },
1636
- "toutiao": {
1637
- "hostVer": "√",
1638
- "uniVer": "x",
1639
- "unixVer": "x"
1640
- },
1641
- "lark": {
1642
- "hostVer": "√",
1643
- "uniVer": "x",
1644
- "unixVer": "x"
1645
- },
1646
- "qq": {
1647
- "hostVer": "√",
1648
- "uniVer": "x",
1649
- "unixVer": "x"
1650
- },
1651
- "kuaishou": {
1652
- "hostVer": "√",
1653
- "uniVer": "x",
1654
- "unixVer": "x"
1655
- },
1656
- "jd": {
1657
- "hostVer": "√",
1658
- "uniVer": "x",
1659
- "unixVer": "x"
1660
- }
1661
- },
1662
- "web": {
1663
- "uniVer": "x",
1664
- "unixVer": "4.0"
1665
- }
1666
- }
1667
- */
1668
- uniRuntimeVersionCode?: number,
1669
-
1670
- /**
1671
- * Android的包名
1672
- *
1673
- * @uniPlatform
1674
- {
1675
- "app": {
1676
- "android": {
1677
- "osVer": "5.0",
1678
- "uniVer": "x",
1679
- "uniUtsPlugin": "3.97",
1680
- "unixVer": "3.97"
1681
- },
1682
- "ios": {
1683
- "osVer": "12.0",
1684
- "uniVer": "x",
1685
- "uniUtsPlugin": "x",
1686
- "unixVer": "x",
1687
- "unixUtsPlugin": "x"
1688
- },
1689
- "harmony": {
1690
- "osVer": "3.0",
1691
- "uniVer": "4.23",
1692
- "unixVer": "4.61",
1693
- "unixVaporVer": "5.0"
1694
- }
1695
- },
1696
- "mp": {
1697
- "weixin": {
1698
- "hostVer": "√",
1699
- "uniVer": "x",
1700
- "unixVer": "x"
1701
- },
1702
- "alipay": {
1703
- "hostVer": "√",
1704
- "uniVer": "x",
1705
- "unixVer": "x"
1706
- },
1707
- "baidu": {
1708
- "hostVer": "√",
1709
- "uniVer": "x",
1710
- "unixVer": "x"
1711
- },
1712
- "toutiao": {
1713
- "hostVer": "√",
1714
- "uniVer": "x",
1715
- "unixVer": "x"
1716
- },
1717
- "lark": {
1718
- "hostVer": "√",
1719
- "uniVer": "x",
1720
- "unixVer": "x"
1721
- },
1722
- "qq": {
1723
- "hostVer": "√",
1724
- "uniVer": "x",
1725
- "unixVer": "x"
1726
- },
1727
- "kuaishou": {
1728
- "hostVer": "√",
1729
- "uniVer": "x",
1730
- "unixVer": "x"
1731
- },
1732
- "jd": {
1733
- "hostVer": "√",
1734
- "uniVer": "x",
1735
- "unixVer": "x"
1736
- }
1737
- },
1738
- "web": {
1739
- "uniVer": "x",
1740
- "unixVer": "x"
1741
- }
1742
- }
1743
- */
1744
- packageName?: string,
1745
-
1746
-
1747
- /**
1748
- * 鸿蒙的包名
1749
- *
1750
- * @uniPlatform
1751
- {
1752
- "app": {
1753
- "android": {
1754
- "osVer": "5.0",
1755
- "uniVer": "x",
1756
- "uniUtsPlugin": "x",
1757
- "unixVer": "x"
1758
- },
1759
- "ios": {
1760
- "osVer": "12.0",
1761
- "uniVer": "x",
1762
- "uniUtsPlugin": "x",
1763
- "unixVer": "x",
1764
- "unixUtsPlugin": "x"
1765
- },
1766
- "harmony": {
1767
- "osVer": "3.0",
1768
- "uniVer": "4.61",
1769
- "unixVer": "4.61",
1770
- "unixVaporVer": "5.0"
1771
- }
1772
- },
1773
- "mp": {
1774
- "weixin": {
1775
- "hostVer": "√",
1776
- "uniVer": "x",
1777
- "unixVer": "x"
1778
- },
1779
- "alipay": {
1780
- "hostVer": "√",
1781
- "uniVer": "x",
1782
- "unixVer": "x"
1783
- },
1784
- "baidu": {
1785
- "hostVer": "√",
1786
- "uniVer": "x",
1787
- "unixVer": "x"
1788
- },
1789
- "toutiao": {
1790
- "hostVer": "√",
1791
- "uniVer": "x",
1792
- "unixVer": "x"
1793
- },
1794
- "lark": {
1795
- "hostVer": "√",
1796
- "uniVer": "x",
1797
- "unixVer": "x"
1798
- },
1799
- "qq": {
1800
- "hostVer": "√",
1801
- "uniVer": "x",
1802
- "unixVer": "x"
1803
- },
1804
- "kuaishou": {
1805
- "hostVer": "√",
1806
- "uniVer": "x",
1807
- "unixVer": "x"
1808
- },
1809
- "jd": {
1810
- "hostVer": "√",
1811
- "uniVer": "x",
1812
- "unixVer": "x"
1813
- }
1814
- },
1815
- "web": {
1816
- "uniVer": "x",
1817
- "unixVer": "x"
1818
- }
1819
- }
1820
- */
1821
- bundleName?: string,
1822
-
1823
- /**
1824
- * iOS的bundleId
1825
- *
1826
- * @uniPlatform
1827
- {
1828
- "app": {
1829
- "android": {
1830
- "osVer": "5.0",
1831
- "uniVer": "x",
1832
- "uniUtsPlugin": "x",
1833
- "unixVer": "x"
1834
- },
1835
- "ios": {
1836
- "osVer": "12.0",
1837
- "uniVer": "x",
1838
- "uniUtsPlugin": "4.11",
1839
- "unixVer": "4.11",
1840
- "unixUtsPlugin": "4.11"
1841
- },
1842
- "harmony": {
1843
- "osVer": "3.0",
1844
- "uniVer": "x",
1845
- "unixVer": "x"
1846
- }
1847
- },
1848
- "mp": {
1849
- "weixin": {
1850
- "hostVer": "√",
1851
- "uniVer": "x",
1852
- "unixVer": "x"
1853
- },
1854
- "alipay": {
1855
- "hostVer": "√",
1856
- "uniVer": "x",
1857
- "unixVer": "x"
1858
- },
1859
- "baidu": {
1860
- "hostVer": "√",
1861
- "uniVer": "x",
1862
- "unixVer": "x"
1863
- },
1864
- "toutiao": {
1865
- "hostVer": "√",
1866
- "uniVer": "x",
1867
- "unixVer": "x"
1868
- },
1869
- "lark": {
1870
- "hostVer": "√",
1871
- "uniVer": "x",
1872
- "unixVer": "x"
1873
- },
1874
- "qq": {
1875
- "hostVer": "√",
1876
- "uniVer": "x",
1877
- "unixVer": "x"
1878
- },
1879
- "kuaishou": {
1880
- "hostVer": "√",
1881
- "uniVer": "x",
1882
- "unixVer": "x"
1883
- },
1884
- "jd": {
1885
- "hostVer": "√",
1886
- "uniVer": "x",
1887
- "unixVer": "x"
1888
- }
1889
- },
1890
- "web": {
1891
- "uniVer": "x",
1892
- "unixVer": "x"
1893
- }
1894
- }
1895
- */
1896
- bundleId?: string,
1897
-
1898
- /**
1899
- * Android: 应用签名证书的SHA1值(全部为小写,中间不包含“:”)。
1900
- * iOS: 应用签名证书中绑定的Bundle ID(AppleID)的md5值(全部为小写)。
1901
- *
1902
- * @uniPlatform
1903
- {
1904
- "app": {
1905
- "android": {
1906
- "osVer": "5.0",
1907
- "uniVer": "x",
1908
- "uniUtsPlugin": "3.97",
1909
- "unixVer": "3.97"
1910
- },
1911
- "ios": {
1912
- "osVer": "12.0",
1913
- "uniVer": "x",
1914
- "uniUtsPlugin": "4.11",
1915
- "unixVer": "4.11",
1916
- "unixUtsPlugin": "4.11"
1917
- },
1918
- "harmony": {
1919
- "osVer": "3.0",
1920
- "uniVer": "x",
1921
- "unixVer": "x"
1922
- }
1923
- },
1924
- "mp": {
1925
- "weixin": {
1926
- "hostVer": "√",
1927
- "uniVer": "x",
1928
- "unixVer": "x"
1929
- },
1930
- "alipay": {
1931
- "hostVer": "√",
1932
- "uniVer": "x",
1933
- "unixVer": "x"
1934
- },
1935
- "baidu": {
1936
- "hostVer": "√",
1937
- "uniVer": "x",
1938
- "unixVer": "x"
1939
- },
1940
- "toutiao": {
1941
- "hostVer": "√",
1942
- "uniVer": "x",
1943
- "unixVer": "x"
1944
- },
1945
- "lark": {
1946
- "hostVer": "√",
1947
- "uniVer": "x",
1948
- "unixVer": "x"
1949
- },
1950
- "qq": {
1951
- "hostVer": "√",
1952
- "uniVer": "x",
1953
- "unixVer": "x"
1954
- },
1955
- "kuaishou": {
1956
- "hostVer": "√",
1957
- "uniVer": "x",
1958
- "unixVer": "x"
1959
- },
1960
- "jd": {
1961
- "hostVer": "√",
1962
- "uniVer": "x",
1963
- "unixVer": "x"
1964
- }
1965
- },
1966
- "web": {
1967
- "uniVer": "x",
1968
- "unixVer": "x"
1969
- }
1970
- }
1971
- */
1972
- signature?: string,
1973
-
1974
- /**
1975
- * 当前App的主题
1976
- *
1977
- * @uniPlatform
1978
- {
1979
- "app": {
1980
- "android": {
1981
- "osVer": "5.0",
1982
- "uniVer": "x",
1983
- "uniUtsPlugin": "x",
1984
- "unixVer": "4.18"
1985
- },
1986
- "ios": {
1987
- "osVer": "12.0",
1988
- "uniVer": "x",
1989
- "uniUtsPlugin": "x",
1990
- "unixVer": "4.18",
1991
- "unixUtsPlugin": "4.18"
1992
- },
1993
- "harmony": {
1994
- "osVer": "3.0",
1995
- "uniVer": "4.23",
1996
- "unixVer": "4.61",
1997
- "unixVaporVer": "5.0"
1998
- }
1999
- },
2000
- "mp": {
2001
- "weixin": {
2002
- "hostVer": "√",
2003
- "uniVer": "x",
2004
- "unixVer": "x"
2005
- },
2006
- "alipay": {
2007
- "hostVer": "√",
2008
- "uniVer": "x",
2009
- "unixVer": "x"
2010
- },
2011
- "baidu": {
2012
- "hostVer": "√",
2013
- "uniVer": "x",
2014
- "unixVer": "x"
2015
- },
2016
- "toutiao": {
2017
- "hostVer": "√",
2018
- "uniVer": "x",
2019
- "unixVer": "x"
2020
- },
2021
- "lark": {
2022
- "hostVer": "√",
2023
- "uniVer": "x",
2024
- "unixVer": "x"
2025
- },
2026
- "qq": {
2027
- "hostVer": "√",
2028
- "uniVer": "x",
2029
- "unixVer": "x"
2030
- },
2031
- "kuaishou": {
2032
- "hostVer": "√",
2033
- "uniVer": "x",
2034
- "unixVer": "x"
2035
- },
2036
- "jd": {
2037
- "hostVer": "√",
2038
- "uniVer": "x",
2039
- "unixVer": "x"
2040
- }
2041
- },
2042
- "web": {
2043
- "uniVer": "x",
2044
- "unixVer": "x"
2045
- }
2046
- }
2047
- */
2048
- appTheme?: 'light' | 'dark' | 'auto' | null,
2049
-
2050
- /**
2051
- * 当前应用分发的渠道
2052
- *
2053
- * @uniPlatform
2054
- {
2055
- "app": {
2056
- "android": {
2057
- "osVer": "5.0",
2058
- "uniVer": "x",
2059
- "uniUtsPlugin": "x",
2060
- "unixVer": "4.28"
2061
- },
2062
- "ios": {
2063
- "osVer": "12.0",
2064
- "uniVer": "x",
2065
- "uniUtsPlugin": "x",
2066
- "unixVer": "4.31",
2067
- "unixUtsPlugin": "4.31"
2068
- },
2069
- "harmony": {
2070
- "osVer": "3.0",
2071
- "uniVer": "x",
2072
- "unixVer": "x"
2073
- }
2074
- },
2075
- "mp": {
2076
- "weixin": {
2077
- "hostVer": "√",
2078
- "uniVer": "x",
2079
- "unixVer": "x"
2080
- },
2081
- "alipay": {
2082
- "hostVer": "√",
2083
- "uniVer": "√",
2084
- "unixVer": "x"
2085
- },
2086
- "baidu": {
2087
- "hostVer": "√",
2088
- "uniVer": "√",
2089
- "unixVer": "x"
2090
- },
2091
- "toutiao": {
2092
- "hostVer": "√",
2093
- "uniVer": "√",
2094
- "unixVer": "x"
2095
- },
2096
- "lark": {
2097
- "hostVer": "√",
2098
- "uniVer": "√",
2099
- "unixVer": "x"
2100
- },
2101
- "qq": {
2102
- "hostVer": "√",
2103
- "uniVer": "√",
2104
- "unixVer": "x"
2105
- },
2106
- "kuaishou": {
2107
- "hostVer": "√",
2108
- "uniVer": "√",
2109
- "unixVer": "x"
2110
- },
2111
- "jd": {
2112
- "hostVer": "√",
2113
- "uniVer": "√",
2114
- "unixVer": "x"
2115
- }
2116
- },
2117
- "web": {
2118
- "uniVer": "x",
2119
- "unixVer": "x"
2120
- }
2121
- }
2122
- */
2123
- channel?: string,
2124
- }
2125
-
2126
- /**
2127
- * @param{GetAppBaseInfoOptions} [options=包含所有字段的过滤对象] 过滤的字段对象, 不传参数默认为获取全部字段。
2128
- */
2129
- export type GetAppBaseInfo = (options?: GetAppBaseInfoOptions | null) => GetAppBaseInfoResult;
2130
-
2131
-
2132
- export interface Uni {
2133
- /**
2134
- * GetAppBaseInfo(Object object)
2135
- * @description
2136
- * 获取app基本信息
2137
- * @param {GetAppBaseInfoOptions} options [options=包含所有字段的过滤对象] 过滤的字段对象, 不传参数默认为获取全部字段。
2138
- * @return {object}
2139
- * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-app-base-info.html
2140
- * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-app-base-info.html
2141
- * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/system/getAppBaseInfo.html
2142
- * @uniPlatform
2143
- {
2144
- "app": {
2145
- "android": {
2146
- "osVer": "5.0",
2147
- "uniVer": "√",
2148
- "uniUtsPlugin": "3.6",
2149
- "unixVer": "3.91"
2150
- },
2151
- "ios": {
2152
- "osVer": "12.0",
2153
- "uniVer": "√",
2154
- "uniUtsPlugin": "3.6",
2155
- "unixVer": "4.11",
2156
- "unixUtsPlugin": "4.11"
2157
- },
2158
- "harmony": {
2159
- "osVer": "3.0",
2160
- "uniVer": "4.23",
2161
- "unixVer": "4.61",
2162
- "unixVaporVer": "5.0"
2163
- }
2164
- },
2165
- "mp": {
2166
- "weixin": {
2167
- "hostVer": "√",
2168
- "uniVer": "√",
2169
- "unixVer": "4.41"
2170
- },
2171
- "alipay": {
2172
- "hostVer": "√",
2173
- "uniVer": "√",
2174
- "unixVer": "x"
2175
- },
2176
- "baidu": {
2177
- "hostVer": "√",
2178
- "uniVer": "√",
2179
- "unixVer": "x"
2180
- },
2181
- "toutiao": {
2182
- "hostVer": "√",
2183
- "uniVer": "√",
2184
- "unixVer": "x"
2185
- },
2186
- "lark": {
2187
- "hostVer": "√",
2188
- "uniVer": "√",
2189
- "unixVer": "x"
2190
- },
2191
- "qq": {
2192
- "hostVer": "√",
2193
- "uniVer": "√",
2194
- "unixVer": "x"
2195
- },
2196
- "kuaishou": {
2197
- "hostVer": "√",
2198
- "uniVer": "√",
2199
- "unixVer": "x"
2200
- },
2201
- "jd": {
2202
- "hostVer": "√",
2203
- "uniVer": "√",
2204
- "unixVer": "x"
2205
- }
2206
- },
2207
- "web": {
2208
- "uniVer": "√",
2209
- "unixVer": "4.0"
2210
- }
2211
- }
2212
- * @example
2213
- ```typescript
2214
- uni.getAppBaseInfo({
2215
- filter:[]
2216
- })
2217
- ```
2218
- */
2219
- getAppBaseInfo(options?: GetAppBaseInfoOptions | null): GetAppBaseInfoResult;
2220
- }