@dcloudio/uni-app-x 0.7.122 → 0.7.123

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (417) hide show
  1. package/package.json +1 -1
  2. package/types/dom2-internal/UniTextLayout.d.ts +5 -0
  3. package/types/native/IUniElement.d.ts +253 -13
  4. package/types/native/UniAnimation.d.ts +63 -9
  5. package/types/page.d.ts +3 -3
  6. package/types/uni/uts-plugin-api/global.d.ts +1 -2
  7. package/types/uni/uts-plugin-api/index.d.ts +1 -2
  8. package/types/uni/uts-plugin-api/lib/uni-accelerometer/utssdk/global.d.ts +36 -12
  9. package/types/uni/uts-plugin-api/lib/uni-accelerometer/utssdk/index.d.ts +18 -6
  10. package/types/uni/uts-plugin-api/lib/uni-accelerometer/utssdk/interface.d.ts +84 -13
  11. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/global.d.ts +6 -0
  12. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/index.d.ts +3 -0
  13. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +22 -6
  14. package/types/uni/uts-plugin-api/lib/uni-calendar/utssdk/global.d.ts +28 -12
  15. package/types/uni/uts-plugin-api/lib/uni-calendar/utssdk/index.d.ts +14 -6
  16. package/types/uni/uts-plugin-api/lib/uni-calendar/utssdk/interface.d.ts +203 -178
  17. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/global.d.ts +0 -2
  18. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/index.d.ts +0 -1
  19. package/types/uni/uts-plugin-api/lib/uni-canvas-dom2/utssdk/interface.d.ts +7 -559
  20. package/types/uni/uts-plugin-api/lib/uni-compass/utssdk/global.d.ts +38 -14
  21. package/types/uni/uts-plugin-api/lib/uni-compass/utssdk/index.d.ts +19 -7
  22. package/types/uni/uts-plugin-api/lib/uni-compass/utssdk/interface.d.ts +415 -350
  23. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/global.d.ts +4 -2
  24. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/index.d.ts +2 -1
  25. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +75 -23
  26. package/types/uni/uts-plugin-api/lib/uni-editor/utssdk/interface.d.ts +720 -0
  27. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +154 -20
  28. package/types/uni/uts-plugin-api/lib/uni-gyroscope/utssdk/global.d.ts +36 -12
  29. package/types/uni/uts-plugin-api/lib/uni-gyroscope/utssdk/index.d.ts +18 -6
  30. package/types/uni/uts-plugin-api/lib/uni-gyroscope/utssdk/interface.d.ts +91 -16
  31. package/types/uni/{uts-plugin-component/lib/uni-memorywarning → uts-plugin-api/lib/uni-memory}/utssdk/global.d.ts +2 -2
  32. package/types/uni/{uts-plugin-component/lib/uni-memorywarning → uts-plugin-api/lib/uni-memory}/utssdk/index.d.ts +1 -1
  33. package/types/uni/uts-plugin-api/lib/uni-memory/utssdk/interface.d.ts +178 -0
  34. package/types/uni/uts-plugin-api/lib/uni-phoneContact/utssdk/interface.d.ts +14 -4
  35. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/global.d.ts +6 -0
  36. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/index.d.ts +3 -0
  37. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/interface.d.ts +15 -3
  38. package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/global.d.ts +24 -2
  39. package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/index.d.ts +12 -1
  40. package/types/uni/uts-plugin-api/lib/uni-vibrate/utssdk/interface.d.ts +158 -47
  41. package/types/uni/uts-plugin-biz/global.d.ts +2 -1
  42. package/types/uni/uts-plugin-biz/index.d.ts +2 -1
  43. package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/global.d.ts +36 -12
  44. package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/index.d.ts +18 -6
  45. package/types/uni/uts-plugin-biz/lib/uni-accelerometer/utssdk/interface.d.ts +772 -257
  46. package/types/uni/uts-plugin-biz/lib/uni-ad-dom2/utssdk/global.d.ts +45 -0
  47. package/types/uni/uts-plugin-biz/lib/uni-ad-dom2/utssdk/index.d.ts +22 -0
  48. package/types/uni/uts-plugin-biz/lib/uni-ad-dom2/utssdk/interface.d.ts +732 -0
  49. package/types/uni/uts-plugin-biz/lib/uni-authentication/utssdk/global.d.ts +6 -0
  50. package/types/uni/uts-plugin-biz/lib/uni-authentication/utssdk/index.d.ts +3 -0
  51. package/types/uni/uts-plugin-biz/lib/uni-authentication/utssdk/interface.d.ts +22 -6
  52. package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/global.d.ts +28 -12
  53. package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/index.d.ts +14 -6
  54. package/types/uni/uts-plugin-biz/lib/uni-calendar/utssdk/interface.d.ts +203 -178
  55. package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/global.d.ts +38 -14
  56. package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/index.d.ts +19 -7
  57. package/types/uni/uts-plugin-biz/lib/uni-compass/utssdk/interface.d.ts +415 -350
  58. package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/global.d.ts +36 -12
  59. package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/index.d.ts +18 -6
  60. package/types/uni/uts-plugin-biz/lib/uni-gyroscope/utssdk/interface.d.ts +91 -16
  61. package/types/uni/uts-plugin-biz/lib/uni-memory/utssdk/global.d.ts +21 -0
  62. package/types/uni/uts-plugin-biz/lib/uni-memory/utssdk/index.d.ts +10 -0
  63. package/types/uni/uts-plugin-biz/lib/uni-memory/utssdk/interface.d.ts +178 -0
  64. package/types/uni/uts-plugin-biz/lib/uni-phoneContact/utssdk/interface.d.ts +14 -4
  65. package/types/uni/uts-plugin-biz/lib/uni-screenBrightness/utssdk/global.d.ts +6 -0
  66. package/types/uni/uts-plugin-biz/lib/uni-screenBrightness/utssdk/index.d.ts +3 -0
  67. package/types/uni/uts-plugin-biz/lib/uni-screenBrightness/utssdk/interface.d.ts +15 -3
  68. package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/global.d.ts +24 -2
  69. package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/index.d.ts +12 -1
  70. package/types/uni/uts-plugin-biz/lib/uni-vibrate/utssdk/interface.d.ts +132 -19
  71. package/types/uni/uts-plugin-component/global.d.ts +23 -112
  72. package/types/uni/uts-plugin-component/index.d.ts +23 -112
  73. package/types/uni/uts-plugin-component/lib/{uni-editor-global → uni-editor-editor-global}/utssdk/interface.d.ts +2 -0
  74. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-global/utssdk/global.d.ts +9 -0
  75. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-global/utssdk/index.d.ts +5 -0
  76. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-global/utssdk/interface.d.ts +7 -0
  77. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-group-global/utssdk/global.d.ts +9 -0
  78. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-group-global/utssdk/index.d.ts +5 -0
  79. package/types/uni/uts-plugin-component/lib/uni-form-checkbox-group-global/utssdk/interface.d.ts +2 -0
  80. package/types/uni/uts-plugin-component/lib/uni-form-form-global/utssdk/global.d.ts +9 -0
  81. package/types/uni/uts-plugin-component/lib/{uni-getElementById → uni-form-form-global}/utssdk/index.d.ts +1 -1
  82. package/types/uni/uts-plugin-component/lib/uni-form-form-global/utssdk/interface.d.ts +2 -0
  83. package/types/uni/uts-plugin-component/lib/uni-form-label-global/utssdk/global.d.ts +9 -0
  84. package/types/uni/uts-plugin-component/lib/{uni-page-container-global → uni-form-label-global}/utssdk/index.d.ts +1 -1
  85. package/types/uni/uts-plugin-component/lib/uni-form-label-global/utssdk/interface.d.ts +2 -0
  86. package/types/uni/uts-plugin-component/lib/uni-form-picker-global/utssdk/global.d.ts +9 -0
  87. package/types/uni/uts-plugin-component/lib/uni-form-picker-global/utssdk/index.d.ts +5 -0
  88. package/types/uni/uts-plugin-component/lib/uni-form-picker-global/utssdk/interface.d.ts +2 -0
  89. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-column-global/utssdk/global.d.ts +9 -0
  90. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-column-global/utssdk/index.d.ts +5 -0
  91. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-column-global/utssdk/interface.d.ts +2 -0
  92. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-global/utssdk/global.d.ts +9 -0
  93. package/types/uni/uts-plugin-component/lib/{uni-arrayBufferToBase64 → uni-form-picker-view-global}/utssdk/index.d.ts +1 -1
  94. package/types/uni/uts-plugin-component/lib/uni-form-picker-view-global/utssdk/interface.d.ts +2 -0
  95. package/types/uni/uts-plugin-component/lib/uni-form-radio-global/utssdk/global.d.ts +9 -0
  96. package/types/uni/uts-plugin-component/lib/{uni-input → uni-form-radio-global}/utssdk/index.d.ts +1 -1
  97. package/types/uni/uts-plugin-component/lib/uni-form-radio-global/utssdk/interface.d.ts +7 -0
  98. package/types/uni/uts-plugin-component/lib/uni-form-radio-group-global/utssdk/global.d.ts +9 -0
  99. package/types/uni/uts-plugin-component/lib/{uni-base64ToArrayBuffer → uni-form-radio-group-global}/utssdk/index.d.ts +1 -1
  100. package/types/uni/uts-plugin-component/lib/uni-form-radio-group-global/utssdk/interface.d.ts +2 -0
  101. package/types/uni/uts-plugin-component/lib/uni-form-slider-global/utssdk/global.d.ts +13 -0
  102. package/types/uni/uts-plugin-component/lib/uni-form-slider-global/utssdk/index.d.ts +7 -0
  103. package/types/uni/uts-plugin-component/lib/uni-form-slider-global/utssdk/interface.d.ts +18 -0
  104. package/types/uni/uts-plugin-component/lib/uni-form-switch-global/utssdk/global.d.ts +9 -0
  105. package/types/uni/uts-plugin-component/lib/uni-form-switch-global/utssdk/index.d.ts +5 -0
  106. package/types/uni/uts-plugin-component/lib/uni-form-switch-global/utssdk/interface.d.ts +7 -0
  107. package/types/vue/LifeCycle.d.ts +2 -2
  108. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/global.d.ts +0 -25
  109. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/index.d.ts +0 -12
  110. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +0 -1767
  111. package/types/uni/uts-plugin-component/lib/uni-accelerometer/utssdk/global.d.ts +0 -35
  112. package/types/uni/uts-plugin-component/lib/uni-accelerometer/utssdk/index.d.ts +0 -17
  113. package/types/uni/uts-plugin-component/lib/uni-accelerometer/utssdk/interface.d.ts +0 -359
  114. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/global.d.ts +0 -29
  115. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/index.d.ts +0 -14
  116. package/types/uni/uts-plugin-component/lib/uni-actionSheet/utssdk/interface.d.ts +0 -1673
  117. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/global.d.ts +0 -25
  118. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/index.d.ts +0 -12
  119. package/types/uni/uts-plugin-component/lib/uni-addPhoneContact/utssdk/interface.d.ts +0 -226
  120. package/types/uni/uts-plugin-component/lib/uni-arrayBufferToBase64/utssdk/global.d.ts +0 -11
  121. package/types/uni/uts-plugin-component/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +0 -79
  122. package/types/uni/uts-plugin-component/lib/uni-authentication/utssdk/global.d.ts +0 -59
  123. package/types/uni/uts-plugin-component/lib/uni-authentication/utssdk/index.d.ts +0 -29
  124. package/types/uni/uts-plugin-component/lib/uni-authentication/utssdk/interface.d.ts +0 -1342
  125. package/types/uni/uts-plugin-component/lib/uni-base64ToArrayBuffer/utssdk/global.d.ts +0 -11
  126. package/types/uni/uts-plugin-component/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +0 -79
  127. package/types/uni/uts-plugin-component/lib/uni-calendar/utssdk/global.d.ts +0 -35
  128. package/types/uni/uts-plugin-component/lib/uni-calendar/utssdk/index.d.ts +0 -17
  129. package/types/uni/uts-plugin-component/lib/uni-calendar/utssdk/interface.d.ts +0 -944
  130. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/global.d.ts +0 -55
  131. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/index.d.ts +0 -27
  132. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/interface.d.ts +0 -1330
  133. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/global.d.ts +0 -25
  134. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/index.d.ts +0 -12
  135. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +0 -978
  136. package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/global.d.ts +0 -25
  137. package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/index.d.ts +0 -12
  138. package/types/uni/uts-plugin-component/lib/uni-canvas-dom2/utssdk/interface.d.ts +0 -979
  139. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/global.d.ts +0 -25
  140. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/index.d.ts +0 -12
  141. package/types/uni/uts-plugin-component/lib/uni-chooseLocation/utssdk/interface.d.ts +0 -423
  142. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/global.d.ts +0 -33
  143. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/index.d.ts +0 -16
  144. package/types/uni/uts-plugin-component/lib/uni-chooseMedia/utssdk/interface.d.ts +0 -499
  145. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/global.d.ts +0 -45
  146. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/index.d.ts +0 -22
  147. package/types/uni/uts-plugin-component/lib/uni-clipboard/utssdk/interface.d.ts +0 -217
  148. package/types/uni/uts-plugin-component/lib/uni-compass/utssdk/global.d.ts +0 -35
  149. package/types/uni/uts-plugin-component/lib/uni-compass/utssdk/index.d.ts +0 -17
  150. package/types/uni/uts-plugin-component/lib/uni-compass/utssdk/interface.d.ts +0 -353
  151. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/global.d.ts +0 -33
  152. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/index.d.ts +0 -16
  153. package/types/uni/uts-plugin-component/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +0 -3379
  154. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/global.d.ts +0 -21
  155. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/index.d.ts +0 -10
  156. package/types/uni/uts-plugin-component/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +0 -153
  157. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/global.d.ts +0 -19
  158. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/index.d.ts +0 -9
  159. package/types/uni/uts-plugin-component/lib/uni-createRequestPermissionListener/utssdk/interface.d.ts +0 -61
  160. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/global.d.ts +0 -21
  161. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/index.d.ts +0 -10
  162. package/types/uni/uts-plugin-component/lib/uni-createSelectorQuery/utssdk/interface.d.ts +0 -560
  163. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/global.d.ts +0 -15
  164. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/index.d.ts +0 -7
  165. package/types/uni/uts-plugin-component/lib/uni-createWebviewContext/utssdk/interface.d.ts +0 -214
  166. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/global.d.ts +0 -23
  167. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/index.d.ts +0 -11
  168. package/types/uni/uts-plugin-component/lib/uni-createWorker/utssdk/interface.d.ts +0 -158
  169. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/global.d.ts +0 -27
  170. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/index.d.ts +0 -13
  171. package/types/uni/uts-plugin-component/lib/uni-dialogPage/utssdk/interface.d.ts +0 -2303
  172. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/global.d.ts +0 -43
  173. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/index.d.ts +0 -21
  174. package/types/uni/uts-plugin-component/lib/uni-editor/utssdk/interface.d.ts +0 -943
  175. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/global.d.ts +0 -17
  176. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/index.d.ts +0 -8
  177. package/types/uni/uts-plugin-component/lib/uni-event/utssdk/interface.d.ts +0 -338
  178. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/global.d.ts +0 -27
  179. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/index.d.ts +0 -13
  180. package/types/uni/uts-plugin-component/lib/uni-exit/utssdk/interface.d.ts +0 -147
  181. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/global.d.ts +0 -81
  182. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/index.d.ts +0 -40
  183. package/types/uni/uts-plugin-component/lib/uni-file/utssdk/interface.d.ts +0 -397
  184. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/global.d.ts +0 -151
  185. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/index.d.ts +0 -75
  186. package/types/uni/uts-plugin-component/lib/uni-fileSystemManager/utssdk/interface.d.ts +0 -6428
  187. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/global.d.ts +0 -11
  188. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/index.d.ts +0 -5
  189. package/types/uni/uts-plugin-component/lib/uni-getAccessibilityInfo/utssdk/interface.d.ts +0 -37
  190. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/global.d.ts +0 -13
  191. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/index.d.ts +0 -6
  192. package/types/uni/uts-plugin-component/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +0 -620
  193. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/global.d.ts +0 -15
  194. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/index.d.ts +0 -7
  195. package/types/uni/uts-plugin-component/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +0 -2220
  196. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +0 -17
  197. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +0 -8
  198. package/types/uni/uts-plugin-component/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +0 -1406
  199. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/global.d.ts +0 -15
  200. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/index.d.ts +0 -7
  201. package/types/uni/uts-plugin-component/lib/uni-getDeviceInfo/utssdk/interface.d.ts +0 -1774
  202. package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/global.d.ts +0 -11
  203. package/types/uni/uts-plugin-component/lib/uni-getElementById/utssdk/interface.d.ts +0 -83
  204. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/global.d.ts +0 -13
  205. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/index.d.ts +0 -6
  206. package/types/uni/uts-plugin-component/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +0 -833
  207. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/global.d.ts +0 -13
  208. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/index.d.ts +0 -6
  209. package/types/uni/uts-plugin-component/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +0 -836
  210. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts +0 -21
  211. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/index.d.ts +0 -11
  212. package/types/uni/uts-plugin-component/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +0 -736
  213. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/global.d.ts +0 -33
  214. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/index.d.ts +0 -16
  215. package/types/uni/uts-plugin-component/lib/uni-getNetworkType/utssdk/interface.d.ts +0 -420
  216. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/global.d.ts +0 -23
  217. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/index.d.ts +0 -11
  218. package/types/uni/uts-plugin-component/lib/uni-getPerformance/utssdk/interface.d.ts +0 -199
  219. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/global.d.ts +0 -37
  220. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/index.d.ts +0 -18
  221. package/types/uni/uts-plugin-component/lib/uni-getProvider/utssdk/interface.d.ts +0 -757
  222. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/global.d.ts +0 -33
  223. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/index.d.ts +0 -16
  224. package/types/uni/uts-plugin-component/lib/uni-getSystemInfo/utssdk/interface.d.ts +0 -6084
  225. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/global.d.ts +0 -13
  226. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/index.d.ts +0 -6
  227. package/types/uni/uts-plugin-component/lib/uni-getSystemSetting/utssdk/interface.d.ts +0 -508
  228. package/types/uni/uts-plugin-component/lib/uni-gyroscope/utssdk/global.d.ts +0 -35
  229. package/types/uni/uts-plugin-component/lib/uni-gyroscope/utssdk/index.d.ts +0 -17
  230. package/types/uni/uts-plugin-component/lib/uni-gyroscope/utssdk/interface.d.ts +0 -362
  231. package/types/uni/uts-plugin-component/lib/uni-input/utssdk/global.d.ts +0 -9
  232. package/types/uni/uts-plugin-component/lib/uni-input/utssdk/interface.d.ts +0 -0
  233. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/global.d.ts +0 -25
  234. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/index.d.ts +0 -12
  235. package/types/uni/uts-plugin-component/lib/uni-installApk/utssdk/interface.d.ts +0 -125
  236. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/global.d.ts +0 -17
  237. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/index.d.ts +0 -8
  238. package/types/uni/uts-plugin-component/lib/uni-interceptor/utssdk/interface.d.ts +0 -171
  239. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/global.d.ts +0 -45
  240. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/index.d.ts +0 -22
  241. package/types/uni/uts-plugin-component/lib/uni-keyboard/utssdk/interface.d.ts +0 -693
  242. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/global.d.ts +0 -29
  243. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/index.d.ts +0 -14
  244. package/types/uni/uts-plugin-component/lib/uni-loadFontFace/utssdk/interface.d.ts +0 -603
  245. package/types/uni/uts-plugin-component/lib/uni-loading-global/utssdk/global.d.ts +0 -9
  246. package/types/uni/uts-plugin-component/lib/uni-loading-global/utssdk/index.d.ts +0 -5
  247. package/types/uni/uts-plugin-component/lib/uni-loading-global/utssdk/interface.d.ts +0 -5
  248. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/global.d.ts +0 -61
  249. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/index.d.ts +0 -30
  250. package/types/uni/uts-plugin-component/lib/uni-location/utssdk/interface.d.ts +0 -3443
  251. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/global.d.ts +0 -9
  252. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/index.d.ts +0 -5
  253. package/types/uni/uts-plugin-component/lib/uni-location-system/utssdk/interface.d.ts +0 -3
  254. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/global.d.ts +0 -9
  255. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/index.d.ts +0 -5
  256. package/types/uni/uts-plugin-component/lib/uni-location-tencent/utssdk/interface.d.ts +0 -3
  257. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/global.d.ts +0 -29
  258. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/index.d.ts +0 -14
  259. package/types/uni/uts-plugin-component/lib/uni-makePhoneCall/utssdk/interface.d.ts +0 -392
  260. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/global.d.ts +0 -157
  261. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/index.d.ts +0 -78
  262. package/types/uni/uts-plugin-component/lib/uni-media/utssdk/interface.d.ts +0 -5245
  263. package/types/uni/uts-plugin-component/lib/uni-memorywarning/utssdk/interface.d.ts +0 -20
  264. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/global.d.ts +0 -39
  265. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/index.d.ts +0 -19
  266. package/types/uni/uts-plugin-component/lib/uni-modal/utssdk/interface.d.ts +0 -1743
  267. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/global.d.ts +0 -69
  268. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/index.d.ts +0 -34
  269. package/types/uni/uts-plugin-component/lib/uni-navigationBar/utssdk/interface.d.ts +0 -1047
  270. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/global.d.ts +0 -109
  271. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/index.d.ts +0 -54
  272. package/types/uni/uts-plugin-component/lib/uni-network/utssdk/interface.d.ts +0 -4462
  273. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/global.d.ts +0 -71
  274. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/index.d.ts +0 -35
  275. package/types/uni/uts-plugin-component/lib/uni-oauth/utssdk/interface.d.ts +0 -3031
  276. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/global.d.ts +0 -9
  277. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/index.d.ts +0 -5
  278. package/types/uni/uts-plugin-component/lib/uni-oauth-huawei/utssdk/interface.d.ts +0 -1
  279. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/global.d.ts +0 -17
  280. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/index.d.ts +0 -9
  281. package/types/uni/uts-plugin-component/lib/uni-oauth-weixin/utssdk/interface.d.ts +0 -48
  282. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/global.d.ts +0 -25
  283. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/index.d.ts +0 -12
  284. package/types/uni/uts-plugin-component/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +0 -256
  285. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/global.d.ts +0 -29
  286. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/index.d.ts +0 -14
  287. package/types/uni/uts-plugin-component/lib/uni-openDocument/utssdk/interface.d.ts +0 -823
  288. package/types/uni/uts-plugin-component/lib/uni-openLocation/utssdk/global.d.ts +0 -23
  289. package/types/uni/uts-plugin-component/lib/uni-openLocation/utssdk/index.d.ts +0 -11
  290. package/types/uni/uts-plugin-component/lib/uni-openLocation/utssdk/interface.d.ts +0 -420
  291. package/types/uni/uts-plugin-component/lib/uni-page-container-global/utssdk/global.d.ts +0 -9
  292. package/types/uni/uts-plugin-component/lib/uni-page-container-global/utssdk/interface.d.ts +0 -0
  293. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/global.d.ts +0 -27
  294. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/index.d.ts +0 -13
  295. package/types/uni/uts-plugin-component/lib/uni-pageScrollTo/utssdk/interface.d.ts +0 -618
  296. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/global.d.ts +0 -33
  297. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/index.d.ts +0 -16
  298. package/types/uni/uts-plugin-component/lib/uni-payment/utssdk/interface.d.ts +0 -856
  299. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/global.d.ts +0 -9
  300. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/index.d.ts +0 -5
  301. package/types/uni/uts-plugin-component/lib/uni-payment-alipay/utssdk/interface.d.ts +0 -3
  302. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/global.d.ts +0 -9
  303. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/index.d.ts +0 -5
  304. package/types/uni/uts-plugin-component/lib/uni-payment-huawei/utssdk/interface.d.ts +0 -1
  305. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/global.d.ts +0 -9
  306. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/index.d.ts +0 -5
  307. package/types/uni/uts-plugin-component/lib/uni-payment-wxpay/utssdk/interface.d.ts +0 -5
  308. package/types/uni/uts-plugin-component/lib/uni-phoneContact/utssdk/global.d.ts +0 -49
  309. package/types/uni/uts-plugin-component/lib/uni-phoneContact/utssdk/index.d.ts +0 -24
  310. package/types/uni/uts-plugin-component/lib/uni-phoneContact/utssdk/interface.d.ts +0 -349
  311. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/global.d.ts +0 -47
  312. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/index.d.ts +0 -23
  313. package/types/uni/uts-plugin-component/lib/uni-previewImage/utssdk/interface.d.ts +0 -520
  314. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/global.d.ts +0 -33
  315. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/index.d.ts +0 -16
  316. package/types/uni/uts-plugin-component/lib/uni-privacy/utssdk/interface.d.ts +0 -625
  317. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/global.d.ts +0 -33
  318. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/index.d.ts +0 -16
  319. package/types/uni/uts-plugin-component/lib/uni-prompt/utssdk/interface.d.ts +0 -1693
  320. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/global.d.ts +0 -29
  321. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/index.d.ts +0 -14
  322. package/types/uni/uts-plugin-component/lib/uni-pullDownRefresh/utssdk/interface.d.ts +0 -191
  323. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/global.d.ts +0 -21
  324. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/index.d.ts +0 -10
  325. package/types/uni/uts-plugin-component/lib/uni-recorder/utssdk/interface.d.ts +0 -2999
  326. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/global.d.ts +0 -21
  327. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/index.d.ts +0 -10
  328. package/types/uni/uts-plugin-component/lib/uni-requestMerchantTransfer/utssdk/interface.d.ts +0 -713
  329. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/global.d.ts +0 -59
  330. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/index.d.ts +0 -29
  331. package/types/uni/uts-plugin-component/lib/uni-route/utssdk/interface.d.ts +0 -2731
  332. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/global.d.ts +0 -11
  333. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/index.d.ts +0 -5
  334. package/types/uni/uts-plugin-component/lib/uni-rpx2px/utssdk/interface.d.ts +0 -81
  335. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/global.d.ts +0 -25
  336. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/index.d.ts +0 -12
  337. package/types/uni/uts-plugin-component/lib/uni-scanCode/utssdk/interface.d.ts +0 -429
  338. package/types/uni/uts-plugin-component/lib/uni-screenBrightness/utssdk/global.d.ts +0 -57
  339. package/types/uni/uts-plugin-component/lib/uni-screenBrightness/utssdk/index.d.ts +0 -28
  340. package/types/uni/uts-plugin-component/lib/uni-screenBrightness/utssdk/interface.d.ts +0 -1175
  341. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/global.d.ts +0 -41
  342. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/index.d.ts +0 -20
  343. package/types/uni/uts-plugin-component/lib/uni-share/utssdk/interface.d.ts +0 -1192
  344. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/global.d.ts +0 -9
  345. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/index.d.ts +0 -5
  346. package/types/uni/uts-plugin-component/lib/uni-share-weixin/utssdk/interface.d.ts +0 -5
  347. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/global.d.ts +0 -27
  348. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/index.d.ts +0 -13
  349. package/types/uni/uts-plugin-component/lib/uni-shareWithSystem/utssdk/interface.d.ts +0 -722
  350. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/global.d.ts +0 -55
  351. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/index.d.ts +0 -27
  352. package/types/uni/uts-plugin-component/lib/uni-showLoading/utssdk/interface.d.ts +0 -1617
  353. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/global.d.ts +0 -21
  354. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/index.d.ts +0 -10
  355. package/types/uni/uts-plugin-component/lib/uni-sse/utssdk/interface.d.ts +0 -330
  356. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/global.d.ts +0 -79
  357. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/index.d.ts +0 -39
  358. package/types/uni/uts-plugin-component/lib/uni-storage/utssdk/interface.d.ts +0 -1030
  359. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/global.d.ts +0 -149
  360. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/index.d.ts +0 -74
  361. package/types/uni/uts-plugin-component/lib/uni-tabBar/utssdk/interface.d.ts +0 -1221
  362. package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/global.d.ts +0 -9
  363. package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/index.d.ts +0 -5
  364. package/types/uni/uts-plugin-component/lib/uni-textarea/utssdk/interface.d.ts +0 -0
  365. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/global.d.ts +0 -53
  366. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/index.d.ts +0 -26
  367. package/types/uni/uts-plugin-component/lib/uni-theme/utssdk/interface.d.ts +0 -1141
  368. package/types/uni/uts-plugin-component/lib/uni-vibrate/utssdk/global.d.ts +0 -27
  369. package/types/uni/uts-plugin-component/lib/uni-vibrate/utssdk/index.d.ts +0 -13
  370. package/types/uni/uts-plugin-component/lib/uni-vibrate/utssdk/interface.d.ts +0 -88
  371. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/global.d.ts +0 -47
  372. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/index.d.ts +0 -23
  373. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +0 -926
  374. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/global.d.ts +0 -113
  375. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/index.d.ts +0 -56
  376. package/types/uni/uts-plugin-component/lib/uni-virtualPayment/utssdk/interface.d.ts +0 -1661
  377. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/global.d.ts +0 -29
  378. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/index.d.ts +0 -14
  379. package/types/uni/uts-plugin-component/lib/uni-web-view/utssdk/interface.d.ts +0 -452
  380. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/global.d.ts +0 -59
  381. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/index.d.ts +0 -29
  382. package/types/uni/uts-plugin-component/lib/uni-websocket/utssdk/interface.d.ts +0 -1939
  383. /package/types/uni/uts-plugin-component/lib/{uni-camera-global → uni-camera-camera-global}/utssdk/global.d.ts +0 -0
  384. /package/types/uni/uts-plugin-component/lib/{uni-camera-global → uni-camera-camera-global}/utssdk/index.d.ts +0 -0
  385. /package/types/uni/uts-plugin-component/lib/{uni-camera-global → uni-camera-camera-global}/utssdk/interface.d.ts +0 -0
  386. /package/types/uni/uts-plugin-component/lib/{uni-editor-global → uni-editor-editor-global}/utssdk/global.d.ts +0 -0
  387. /package/types/uni/uts-plugin-component/lib/{uni-editor-global → uni-editor-editor-global}/utssdk/index.d.ts +0 -0
  388. /package/types/uni/uts-plugin-component/lib/{uni-form-global → uni-form-button-global}/utssdk/global.d.ts +0 -0
  389. /package/types/uni/uts-plugin-component/lib/{uni-form-global → uni-form-button-global}/utssdk/index.d.ts +0 -0
  390. /package/types/uni/uts-plugin-component/lib/{uni-form-global → uni-form-button-global}/utssdk/interface.d.ts +0 -0
  391. /package/types/uni/uts-plugin-component/lib/{uni-map-tencent-global → uni-map-tencent-map-global}/utssdk/global.d.ts +0 -0
  392. /package/types/uni/uts-plugin-component/lib/{uni-map-tencent-global → uni-map-tencent-map-global}/utssdk/index.d.ts +0 -0
  393. /package/types/uni/uts-plugin-component/lib/{uni-map-tencent-global → uni-map-tencent-map-global}/utssdk/interface.d.ts +0 -0
  394. /package/types/uni/uts-plugin-component/lib/{uni-match-media-global → uni-match-media-match-media-global}/utssdk/global.d.ts +0 -0
  395. /package/types/uni/uts-plugin-component/lib/{uni-match-media-global → uni-match-media-match-media-global}/utssdk/index.d.ts +0 -0
  396. /package/types/uni/uts-plugin-component/lib/{uni-match-media-global → uni-match-media-match-media-global}/utssdk/interface.d.ts +0 -0
  397. /package/types/uni/uts-plugin-component/lib/{uni-navigator-global → uni-navigator-navigator-global}/utssdk/global.d.ts +0 -0
  398. /package/types/uni/uts-plugin-component/lib/{uni-navigator-global → uni-navigator-navigator-global}/utssdk/index.d.ts +0 -0
  399. /package/types/uni/uts-plugin-component/lib/{uni-navigator-global → uni-navigator-navigator-global}/utssdk/interface.d.ts +0 -0
  400. /package/types/uni/uts-plugin-component/lib/{uni-barcode-scanning → uni-page-container-page-container-global}/utssdk/global.d.ts +0 -0
  401. /package/types/uni/uts-plugin-component/lib/{uni-barcode-scanning → uni-page-container-page-container-global}/utssdk/index.d.ts +0 -0
  402. /package/types/uni/uts-plugin-component/lib/{uni-barcode-scanning → uni-page-container-page-container-global}/utssdk/interface.d.ts +0 -0
  403. /package/types/uni/uts-plugin-component/lib/{uni-picker-global → uni-picker-picker-global}/utssdk/global.d.ts +0 -0
  404. /package/types/uni/uts-plugin-component/lib/{uni-picker-global → uni-picker-picker-global}/utssdk/index.d.ts +0 -0
  405. /package/types/uni/uts-plugin-component/lib/{uni-picker-global → uni-picker-picker-global}/utssdk/interface.d.ts +0 -0
  406. /package/types/uni/uts-plugin-component/lib/{uni-progress-global → uni-progress-progress-global}/utssdk/global.d.ts +0 -0
  407. /package/types/uni/uts-plugin-component/lib/{uni-progress-global → uni-progress-progress-global}/utssdk/index.d.ts +0 -0
  408. /package/types/uni/uts-plugin-component/lib/{uni-progress-global → uni-progress-progress-global}/utssdk/interface.d.ts +0 -0
  409. /package/types/uni/uts-plugin-component/lib/{uni-rich-text-global → uni-rich-text-rich-text-global}/utssdk/global.d.ts +0 -0
  410. /package/types/uni/uts-plugin-component/lib/{uni-rich-text-global → uni-rich-text-rich-text-global}/utssdk/index.d.ts +0 -0
  411. /package/types/uni/uts-plugin-component/lib/{uni-rich-text-global → uni-rich-text-rich-text-global}/utssdk/interface.d.ts +0 -0
  412. /package/types/uni/uts-plugin-component/lib/{uni-video-global → uni-video-video-global}/utssdk/global.d.ts +0 -0
  413. /package/types/uni/uts-plugin-component/lib/{uni-video-global → uni-video-video-global}/utssdk/index.d.ts +0 -0
  414. /package/types/uni/uts-plugin-component/lib/{uni-video-global → uni-video-video-global}/utssdk/interface.d.ts +0 -0
  415. /package/types/uni/uts-plugin-component/lib/{uni-web-view-global → uni-web-view-web-view-global}/utssdk/global.d.ts +0 -0
  416. /package/types/uni/uts-plugin-component/lib/{uni-web-view-global → uni-web-view-web-view-global}/utssdk/index.d.ts +0 -0
  417. /package/types/uni/uts-plugin-component/lib/{uni-web-view-global → uni-web-view-web-view-global}/utssdk/interface.d.ts +0 -0
@@ -1,836 +0,0 @@
1
- export type OnLaunchOptions = {
2
- /**
3
- * 首次启动时的页面路径。返回值与App.onLaunch的回调参数一致
4
- *
5
- * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-launch-options-sync.html
6
- * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-launch-options-sync.html
7
- * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/getLaunchOptionsSync.html
8
- * @uniPlatform {
9
- * "app": {
10
- * "android": {
11
- * "osVer": "5.0",
12
- * "uniVer": "√",
13
- * "unixVer": "3.91"
14
- * },
15
- * "ios": {
16
- * "osVer": "12.0",
17
- * "uniVer": "√",
18
- * "unixVer": "4.11"
19
- * },
20
- * "harmony": {
21
- * "osVer": "3,0",
22
- * "uniVer": "4.31",
23
- * "unixVer": "4.61",
24
- * "unixVaporVer": "5.0"
25
- * }
26
- * },
27
- * "mp": {
28
- * "weixin": {
29
- * "hostVer": "√",
30
- * "uniVer": "√",
31
- * "unixVer": "4.41"
32
- * },
33
- * "alipay": {
34
- * "hostVer": "√",
35
- * "uniVer": "√",
36
- * "unixVer": "x"
37
- * },
38
- * "baidu": {
39
- * "hostVer": "√",
40
- * "uniVer": "√",
41
- * "unixVer": "x"
42
- * },
43
- * "toutiao": {
44
- * "hostVer": "√",
45
- * "uniVer": "√",
46
- * "unixVer": "x"
47
- * },
48
- * "lark": {
49
- * "hostVer": "√",
50
- * "uniVer": "√",
51
- * "unixVer": "x"
52
- * },
53
- * "qq": {
54
- * "hostVer": "√",
55
- * "uniVer": "√",
56
- * "unixVer": "x"
57
- * },
58
- * "kuaishou": {
59
- * "hostVer": "√",
60
- * "uniVer": "√",
61
- * "unixVer": "x"
62
- * },
63
- * "jd": {
64
- * "hostVer": "√",
65
- * "uniVer": "√",
66
- * "unixVer": "x"
67
- * }
68
- * },
69
- * "web": {
70
- * "uniVer": "√",
71
- * "unixVer": "4.0"
72
- * }
73
- * }
74
- */
75
- path: string,
76
- /**
77
- * 首次启动时的Scheme。返回值与App.onLaunch的回调参数一致
78
- *
79
- * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-launch-options-sync.html
80
- * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-launch-options-sync.html
81
- * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/getLaunchOptionsSync.html
82
- * @uniPlatform {
83
- * "app": {
84
- * "android": {
85
- * "osVer": "5.0",
86
- * "uniVer": "x",
87
- * "unixVer": "4.25"
88
- * },
89
- * "ios": {
90
- * "osVer": "12.0",
91
- * "uniVer": "x",
92
- * "unixVer": "4.25"
93
- * },
94
- * "harmony": {
95
- * "osVer": "5.0.0",
96
- * "uniVer": "4.81",
97
- * "unixVer": "4.81",
98
- * "unixVaporVer": "5.0"
99
- * }
100
- * },
101
- * "mp": {
102
- * "weixin": {
103
- * "hostVer": "√",
104
- * "uniVer": "x",
105
- * "unixVer": "x"
106
- * },
107
- * "alipay": {
108
- * "hostVer": "√",
109
- * "uniVer": "x",
110
- * "unixVer": "x"
111
- * },
112
- * "baidu": {
113
- * "hostVer": "√",
114
- * "uniVer": "x",
115
- * "unixVer": "x"
116
- * },
117
- * "toutiao": {
118
- * "hostVer": "√",
119
- * "uniVer": "x",
120
- * "unixVer": "x"
121
- * },
122
- * "lark": {
123
- * "hostVer": "√",
124
- * "uniVer": "x",
125
- * "unixVer": "x"
126
- * },
127
- * "qq": {
128
- * "hostVer": "√",
129
- * "uniVer": "x",
130
- * "unixVer": "x"
131
- * },
132
- * "kuaishou": {
133
- * "hostVer": "√",
134
- * "uniVer": "x",
135
- * "unixVer": "x"
136
- * },
137
- * "jd": {
138
- * "hostVer": "√",
139
- * "uniVer": "x",
140
- * "unixVer": "x"
141
- * }
142
- * },
143
- * "web": {
144
- * "uniVer": "x",
145
- * "unixVer": "x"
146
- * }
147
- * }
148
- */
149
- appScheme: string | null,
150
- /**
151
- * 首次启动时的appLink。返回值与App.onLaunch的回调参数一致
152
- *
153
- * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-launch-options-sync.html
154
- * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-launch-options-sync.html
155
- * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/getLaunchOptionsSync.html
156
- * @uniPlatform {
157
- * "app": {
158
- * "android": {
159
- * "osVer": "5.0",
160
- * "uniVer": "x",
161
- * "unixVer": "x"
162
- * },
163
- * "ios": {
164
- * "osVer": "12.0",
165
- * "uniVer": "x",
166
- * "unixVer": "4.25"
167
- * },
168
- * "harmony": {
169
- * "osVer": "5.0.0",
170
- * "uniVer": "4.81",
171
- * "unixVer": "4.81",
172
- * "unixVaporVer": "5.0"
173
- * }
174
- * },
175
- * "mp": {
176
- * "weixin": {
177
- * "hostVer": "√",
178
- * "uniVer": "x",
179
- * "unixVer": "x"
180
- * },
181
- * "alipay": {
182
- * "hostVer": "√",
183
- * "uniVer": "x",
184
- * "unixVer": "x"
185
- * },
186
- * "baidu": {
187
- * "hostVer": "√",
188
- * "uniVer": "x",
189
- * "unixVer": "x"
190
- * },
191
- * "toutiao": {
192
- * "hostVer": "√",
193
- * "uniVer": "x",
194
- * "unixVer": "x"
195
- * },
196
- * "lark": {
197
- * "hostVer": "√",
198
- * "uniVer": "x",
199
- * "unixVer": "x"
200
- * },
201
- * "qq": {
202
- * "hostVer": "√",
203
- * "uniVer": "x",
204
- * "unixVer": "x"
205
- * },
206
- * "kuaishou": {
207
- * "hostVer": "√",
208
- * "uniVer": "x",
209
- * "unixVer": "x"
210
- * },
211
- * "jd": {
212
- * "hostVer": "√",
213
- * "uniVer": "x",
214
- * "unixVer": "x"
215
- * }
216
- * },
217
- * "web": {
218
- * "uniVer": "x",
219
- * "unixVer": "x"
220
- * }
221
- * }
222
- */
223
- appLink: string | null
224
- /**
225
- * 启动时的 query 参数
226
- *
227
- * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-launch-options-sync.html
228
- * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-launch-options-sync.html
229
- * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/getLaunchOptionsSync.html
230
- * @uniPlatform {
231
- * "app": {
232
- * "android": {
233
- * "osVer": "5.0",
234
- * "uniVer": "√",
235
- * "unixVer": "√"
236
- * },
237
- * "ios": {
238
- * "osVer": "12.0",
239
- * "uniVer": "√",
240
- * "unixVer": "√"
241
- * },
242
- * "harmony": {
243
- * "osVer": "5.0.0",
244
- * "uniVer": "4.81",
245
- * "unixVer": "4.81",
246
- * "unixVaporVer": "5.0"
247
- * }
248
- * },
249
- * "mp": {
250
- * "weixin": {
251
- * "hostVer": "√",
252
- * "uniVer": "√",
253
- * "unixVer": "4.41"
254
- * },
255
- * "alipay": {
256
- * "hostVer": "√",
257
- * "uniVer": "x",
258
- * "unixVer": "x"
259
- * },
260
- * "baidu": {
261
- * "hostVer": "√",
262
- * "uniVer": "x",
263
- * "unixVer": "x"
264
- * },
265
- * "toutiao": {
266
- * "hostVer": "√",
267
- * "uniVer": "x",
268
- * "unixVer": "x"
269
- * },
270
- * "lark": {
271
- * "hostVer": "√",
272
- * "uniVer": "x",
273
- * "unixVer": "x"
274
- * },
275
- * "qq": {
276
- * "hostVer": "√",
277
- * "uniVer": "x",
278
- * "unixVer": "x"
279
- * },
280
- * "kuaishou": {
281
- * "hostVer": "√",
282
- * "uniVer": "x",
283
- * "unixVer": "x"
284
- * },
285
- * "jd": {
286
- * "hostVer": "√",
287
- * "uniVer": "x",
288
- * "unixVer": "x"
289
- * }
290
- * },
291
- * "web": {
292
- * "uniVer": "√",
293
- * "unixVer": "4.0"
294
- * }
295
- * }
296
- */
297
- query?: UTSJSONObject | null
298
- /**
299
- * 需要基础库: `2.20.0`
300
- *
301
- * API 类别
302
- *
303
- * 可选值:
304
- * - 'default': 默认类别;
305
- * - 'nativeFunctionalized': 原生功能化,视频号直播商品、商品橱窗等场景打开的小程序;
306
- * - 'browseOnly': 仅浏览,朋友圈快照页等场景打开的小程序;
307
- * - 'embedded': 内嵌,通过打开半屏小程序能力打开的小程序;
308
- * - 'chatTool': 聊天工具,通过打开聊天工具能力打开的小程序;
309
- *
310
- * @uniPlatform {
311
- * "mp": {
312
- * "weixin": {
313
- * "hostVer": "2.20.0",
314
- * "uniVer": "√",
315
- * "unixVer": "4.41"
316
- * },
317
- * "alipay": {
318
- * "hostVer": "-",
319
- * "uniVer": "-",
320
- * "unixVer": "-"
321
- * },
322
- * "baidu": {
323
- * "hostVer": "-",
324
- * "uniVer": "-",
325
- * "unixVer": "-"
326
- * },
327
- * "toutiao": {
328
- * "hostVer": "-",
329
- * "uniVer": "-",
330
- * "unixVer": "-"
331
- * },
332
- * "lark": {
333
- * "hostVer": "-",
334
- * "uniVer": "-",
335
- * "unixVer": "-"
336
- * },
337
- * "qq": {
338
- * "hostVer": "-",
339
- * "uniVer": "-",
340
- * "unixVer": "-"
341
- * },
342
- * "kuaishou": {
343
- * "hostVer": "-",
344
- * "uniVer": "-",
345
- * "unixVer": "-"
346
- * },
347
- * "jd": {
348
- * "hostVer": "-",
349
- * "uniVer": "-",
350
- * "unixVer": "-"
351
- * }
352
- * }
353
- * }
354
- */
355
- apiCategory?: "default" | "nativeFunctionalized" | "browseOnly" | "embedded" | "chatTool" | null;
356
- /**
357
- * 打开的文件信息数组,只有从聊天素材场景打开(scene为1173)才会携带该参数
358
- *
359
- * @uniPlatform {
360
- * "mp": {
361
- * "weixin": {
362
- * "hostVer": "√",
363
- * "uniVer": "√",
364
- * "unixVer": "4.41"
365
- * },
366
- * "alipay": {
367
- * "hostVer": "-",
368
- * "uniVer": "-",
369
- * "unixVer": "-"
370
- * },
371
- * "baidu": {
372
- * "hostVer": "-",
373
- * "uniVer": "-",
374
- * "unixVer": "-"
375
- * },
376
- * "toutiao": {
377
- * "hostVer": "-",
378
- * "uniVer": "-",
379
- * "unixVer": "-"
380
- * },
381
- * "lark": {
382
- * "hostVer": "-",
383
- * "uniVer": "-",
384
- * "unixVer": "-"
385
- * },
386
- * "qq": {
387
- * "hostVer": "-",
388
- * "uniVer": "-",
389
- * "unixVer": "-"
390
- * },
391
- * "kuaishou": {
392
- * "hostVer": "-",
393
- * "uniVer": "-",
394
- * "unixVer": "-"
395
- * },
396
- * "jd": {
397
- * "hostVer": "-",
398
- * "uniVer": "-",
399
- * "unixVer": "-"
400
- * }
401
- * }
402
- * }
403
- */
404
- forwardMaterials?: any | null;
405
- /**
406
- * 来源信息。从另一个小程序、公众号或 App 进入小程序时返回。否则返回 `{}`。(参见后文注意)
407
- *
408
- * @uniPlatform {
409
- * "mp": {
410
- * "weixin": {
411
- * "hostVer": "√",
412
- * "uniVer": "√",
413
- * "unixVer": "4.41"
414
- * },
415
- * "alipay": {
416
- * "hostVer": "-",
417
- * "uniVer": "-",
418
- * "unixVer": "-"
419
- * },
420
- * "baidu": {
421
- * "hostVer": "-",
422
- * "uniVer": "-",
423
- * "unixVer": "-"
424
- * },
425
- * "toutiao": {
426
- * "hostVer": "-",
427
- * "uniVer": "-",
428
- * "unixVer": "-"
429
- * },
430
- * "lark": {
431
- * "hostVer": "-",
432
- * "uniVer": "-",
433
- * "unixVer": "-"
434
- * },
435
- * "qq": {
436
- * "hostVer": "-",
437
- * "uniVer": "-",
438
- * "unixVer": "-"
439
- * },
440
- * "kuaishou": {
441
- * "hostVer": "-",
442
- * "uniVer": "-",
443
- * "unixVer": "-"
444
- * },
445
- * "jd": {
446
- * "hostVer": "-",
447
- * "uniVer": "-",
448
- * "unixVer": "-"
449
- * }
450
- * }
451
- * }
452
- */
453
- referrerInfo?: OnLaunchOptionsReferrerInfo | null;
454
- /**
455
- * @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/framework/app-service/scene.html
456
- *
457
- * @uniPlatform {
458
- * "mp": {
459
- * "weixin": {
460
- * "hostVer": "√",
461
- * "uniVer": "√",
462
- * "unixVer": "4.41"
463
- * },
464
- * "alipay": {
465
- * "hostVer": "-",
466
- * "uniVer": "-",
467
- * "unixVer": "-"
468
- * },
469
- * "baidu": {
470
- * "hostVer": "-",
471
- * "uniVer": "-",
472
- * "unixVer": "-"
473
- * },
474
- * "toutiao": {
475
- * "hostVer": "-",
476
- * "uniVer": "-",
477
- * "unixVer": "-"
478
- * },
479
- * "lark": {
480
- * "hostVer": "-",
481
- * "uniVer": "-",
482
- * "unixVer": "-"
483
- * },
484
- * "qq": {
485
- * "hostVer": "-",
486
- * "uniVer": "-",
487
- * "unixVer": "-"
488
- * },
489
- * "kuaishou": {
490
- * "hostVer": "-",
491
- * "uniVer": "-",
492
- * "unixVer": "-"
493
- * },
494
- * "jd": {
495
- * "hostVer": "-",
496
- * "uniVer": "-",
497
- * "unixVer": "-"
498
- * }
499
- * }
500
- * }
501
- */
502
- scene?: number | null;
503
- /**
504
- * 从微信群聊/单聊打开小程序时,chatType 表示具体微信群聊/单聊类型
505
- *
506
- * 可选值:
507
- * - 1: 微信联系人单聊;
508
- * - 2: 企业微信联系人单聊;
509
- * - 3: 普通微信群聊;
510
- * - 4: 企业微信互通群聊;
511
- *
512
- * @uniPlatform {
513
- * "mp": {
514
- * "weixin": {
515
- * "hostVer": "√",
516
- * "uniVer": "√",
517
- * "unixVer": "4.41"
518
- * },
519
- * "alipay": {
520
- * "hostVer": "-",
521
- * "uniVer": "-",
522
- * "unixVer": "-"
523
- * },
524
- * "baidu": {
525
- * "hostVer": "-",
526
- * "uniVer": "-",
527
- * "unixVer": "-"
528
- * },
529
- * "toutiao": {
530
- * "hostVer": "-",
531
- * "uniVer": "-",
532
- * "unixVer": "-"
533
- * },
534
- * "lark": {
535
- * "hostVer": "-",
536
- * "uniVer": "-",
537
- * "unixVer": "-"
538
- * },
539
- * "qq": {
540
- * "hostVer": "-",
541
- * "uniVer": "-",
542
- * "unixVer": "-"
543
- * },
544
- * "kuaishou": {
545
- * "hostVer": "-",
546
- * "uniVer": "-",
547
- * "unixVer": "-"
548
- * },
549
- * "jd": {
550
- * "hostVer": "-",
551
- * "uniVer": "-",
552
- * "unixVer": "-"
553
- * }
554
- * }
555
- * }
556
- */
557
- chatType?: 1 | 2 | 3 | 4 | null;
558
- /**
559
- * @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/share.html#获取更多转发信息
560
- *
561
- * @uniPlatform {
562
- * "mp": {
563
- * "weixin": {
564
- * "hostVer": "√",
565
- * "uniVer": "√",
566
- * "unixVer": "4.41"
567
- * },
568
- * "alipay": {
569
- * "hostVer": "-",
570
- * "uniVer": "-",
571
- * "unixVer": "-"
572
- * },
573
- * "baidu": {
574
- * "hostVer": "-",
575
- * "uniVer": "-",
576
- * "unixVer": "-"
577
- * },
578
- * "toutiao": {
579
- * "hostVer": "-",
580
- * "uniVer": "-",
581
- * "unixVer": "-"
582
- * },
583
- * "lark": {
584
- * "hostVer": "-",
585
- * "uniVer": "-",
586
- * "unixVer": "-"
587
- * },
588
- * "qq": {
589
- * "hostVer": "-",
590
- * "uniVer": "-",
591
- * "unixVer": "-"
592
- * },
593
- * "kuaishou": {
594
- * "hostVer": "-",
595
- * "uniVer": "-",
596
- * "unixVer": "-"
597
- * },
598
- * "jd": {
599
- * "hostVer": "-",
600
- * "uniVer": "-",
601
- * "unixVer": "-"
602
- * }
603
- * }
604
- * }
605
- */
606
- shareTicket?: string | null;
607
- }
608
-
609
- export type GetLaunchOptionsSync = () => OnLaunchOptions
610
-
611
- export interface Uni {
612
- /**
613
- * 获取首次启动时的参数。返回值与App.onLaunch的回调参数一致
614
- *
615
- * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/get-launch-options-sync.html
616
- * @tutorial_uni_app_x https://doc.dcloud.net.cn/uni-app-x/api/get-launch-options-sync.html
617
- * @tutorial_uni_app https://uniapp.dcloud.net.cn/api/getLaunchOptionsSync.html
618
- * @uniPlatform {
619
- * "app": {
620
- * "android": {
621
- * "osVer": "5.0",
622
- * "uniVer": "√",
623
- * "unixVer": "3.91"
624
- * },
625
- * "ios": {
626
- * "osVer": "12.0",
627
- * "uniVer": "√",
628
- * "unixVer": "4.11"
629
- * },
630
- * "harmony": {
631
- * "osVer": "3,0",
632
- * "uniVer": "4.31",
633
- * "unixVer": "4.61",
634
- * "unixVaporVer": "5.0"
635
- * }
636
- * },
637
- * "mp": {
638
- * "weixin": {
639
- * "hostVer": "2.1.2",
640
- * "uniVer": "√",
641
- * "unixVer": "4.41"
642
- * },
643
- * "alipay": {
644
- * "hostVer": "√",
645
- * "uniVer": "√",
646
- * "unixVer": "x"
647
- * },
648
- * "baidu": {
649
- * "hostVer": "√",
650
- * "uniVer": "√",
651
- * "unixVer": "x"
652
- * },
653
- * "toutiao": {
654
- * "hostVer": "√",
655
- * "uniVer": "√",
656
- * "unixVer": "x"
657
- * },
658
- * "lark": {
659
- * "hostVer": "√",
660
- * "uniVer": "√",
661
- * "unixVer": "x"
662
- * },
663
- * "qq": {
664
- * "hostVer": "√",
665
- * "uniVer": "√",
666
- * "unixVer": "x"
667
- * },
668
- * "kuaishou": {
669
- * "hostVer": "√",
670
- * "uniVer": "√",
671
- * "unixVer": "x"
672
- * },
673
- * "jd": {
674
- * "hostVer": "√",
675
- * "uniVer": "√",
676
- * "unixVer": "x"
677
- * }
678
- * },
679
- * "web": {
680
- * "uniVer": "√",
681
- * "unixVer": "4.0"
682
- * }
683
- * }
684
- * @tutorial_weixin https://developers.weixin.qq.com/miniprogram/dev/api/base/app/life-cycle/wx.getLaunchOptionsSync.html
685
- */
686
- getLaunchOptionsSync(): OnLaunchOptions
687
- }
688
-
689
- /**
690
- * 来源信息。从另一个小程序、公众号或 App 进入小程序时返回。否则返回 `{}`。(参见后文注意)
691
- *
692
- * @uniPlatform {
693
- * "mp": {
694
- * "weixin": {
695
- * "hostVer": "√",
696
- * "uniVer": "√",
697
- * "unixVer": "4.41"
698
- * },
699
- * "alipay": {
700
- * "hostVer": "-",
701
- * "uniVer": "-",
702
- * "unixVer": "-"
703
- * },
704
- * "baidu": {
705
- * "hostVer": "-",
706
- * "uniVer": "-",
707
- * "unixVer": "-"
708
- * },
709
- * "toutiao": {
710
- * "hostVer": "-",
711
- * "uniVer": "-",
712
- * "unixVer": "-"
713
- * },
714
- * "lark": {
715
- * "hostVer": "-",
716
- * "uniVer": "-",
717
- * "unixVer": "-"
718
- * },
719
- * "qq": {
720
- * "hostVer": "-",
721
- * "uniVer": "-",
722
- * "unixVer": "-"
723
- * },
724
- * "kuaishou": {
725
- * "hostVer": "-",
726
- * "uniVer": "-",
727
- * "unixVer": "-"
728
- * },
729
- * "jd": {
730
- * "hostVer": "-",
731
- * "uniVer": "-",
732
- * "unixVer": "-"
733
- * }
734
- * }
735
- * }
736
- */
737
- export type OnLaunchOptionsReferrerInfo = {
738
- /**
739
- * 来源小程序、公众号或 App 的 appId
740
- *
741
- * @uniPlatform {
742
- * "mp": {
743
- * "weixin": {
744
- * "hostVer": "√",
745
- * "uniVer": "√",
746
- * "unixVer": "4.41"
747
- * },
748
- * "alipay": {
749
- * "hostVer": "-",
750
- * "uniVer": "-",
751
- * "unixVer": "-"
752
- * },
753
- * "baidu": {
754
- * "hostVer": "-",
755
- * "uniVer": "-",
756
- * "unixVer": "-"
757
- * },
758
- * "toutiao": {
759
- * "hostVer": "-",
760
- * "uniVer": "-",
761
- * "unixVer": "-"
762
- * },
763
- * "lark": {
764
- * "hostVer": "-",
765
- * "uniVer": "-",
766
- * "unixVer": "-"
767
- * },
768
- * "qq": {
769
- * "hostVer": "-",
770
- * "uniVer": "-",
771
- * "unixVer": "-"
772
- * },
773
- * "kuaishou": {
774
- * "hostVer": "-",
775
- * "uniVer": "-",
776
- * "unixVer": "-"
777
- * },
778
- * "jd": {
779
- * "hostVer": "-",
780
- * "uniVer": "-",
781
- * "unixVer": "-"
782
- * }
783
- * }
784
- * }
785
- */
786
- appId?: string | null;
787
- /**
788
- * 来源小程序传过来的数据,scene=1037或1038时支持
789
- *
790
- * @uniPlatform {
791
- * "mp": {
792
- * "weixin": {
793
- * "hostVer": "√",
794
- * "uniVer": "√",
795
- * "unixVer": "4.41"
796
- * },
797
- * "alipay": {
798
- * "hostVer": "-",
799
- * "uniVer": "-",
800
- * "unixVer": "-"
801
- * },
802
- * "baidu": {
803
- * "hostVer": "-",
804
- * "uniVer": "-",
805
- * "unixVer": "-"
806
- * },
807
- * "toutiao": {
808
- * "hostVer": "-",
809
- * "uniVer": "-",
810
- * "unixVer": "-"
811
- * },
812
- * "lark": {
813
- * "hostVer": "-",
814
- * "uniVer": "-",
815
- * "unixVer": "-"
816
- * },
817
- * "qq": {
818
- * "hostVer": "-",
819
- * "uniVer": "-",
820
- * "unixVer": "-"
821
- * },
822
- * "kuaishou": {
823
- * "hostVer": "-",
824
- * "uniVer": "-",
825
- * "unixVer": "-"
826
- * },
827
- * "jd": {
828
- * "hostVer": "-",
829
- * "uniVer": "-",
830
- * "unixVer": "-"
831
- * }
832
- * }
833
- * }
834
- */
835
- extraData?: any | null
836
- };