@dcloudio/uni-app-x 0.7.59 → 0.7.61

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 (224) hide show
  1. package/package.json +2 -2
  2. package/types/app.d.ts +24 -9
  3. package/types/native/IUniElement.d.ts +1 -3
  4. package/types/native/UniCustomElement.d.ts +2 -2
  5. package/types/native/UniFormControl.d.ts +1 -1
  6. package/types/native/UniInputChangeEvent.d.ts +31 -0
  7. package/types/native/UniPage.d.ts +10 -2
  8. package/types/native/UniSwiperAnimationFinishEvent.d.ts +1 -0
  9. package/types/native/UniSwiperChangeEvent.d.ts +1 -0
  10. package/types/native/WebViewStyles.d.ts +1 -1
  11. package/types/native/global.d.ts +14 -0
  12. package/types/native/index.d.ts +1 -0
  13. package/types/page.d.ts +134 -22
  14. package/types/uni/uni-camera-global.d.ts +4 -0
  15. package/types/uni/uni-camera.d.ts +10 -9
  16. package/types/uni/uts-plugin-api/global.d.ts +1 -0
  17. package/types/uni/uts-plugin-api/index.d.ts +1 -0
  18. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +77 -433
  19. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +3 -2
  20. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +3 -2
  21. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +9 -6
  22. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +3 -2
  23. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +2 -0
  24. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/interface.d.ts +4 -4
  25. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +10 -8
  26. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/global.d.ts +16 -0
  27. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/index.d.ts +8 -0
  28. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +569 -139
  29. package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +3 -2
  30. package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/interface.d.ts +2 -2
  31. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +2 -2
  32. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +7 -6
  33. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/interface.d.ts +22 -37
  34. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +12 -16
  35. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +5 -3
  36. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +5 -0
  37. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +34 -15
  38. package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/interface.d.ts +3 -1
  39. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +2 -2
  40. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +32 -61
  41. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +45 -80
  42. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +5 -3
  43. package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/interface.d.ts +2 -2
  44. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +13 -11
  45. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +16 -15
  46. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +12 -10
  47. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +1 -1
  48. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +88 -4
  49. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +54 -7
  50. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +2 -2
  51. package/types/uni/uts-plugin-api/lib/uni-installApk/utssdk/interface.d.ts +1 -1
  52. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +4 -4
  53. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +246 -236
  54. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +5 -5
  55. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/global.d.ts +38 -0
  56. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/index.d.ts +19 -0
  57. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/interface.d.ts +1783 -107
  58. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +16 -20
  59. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +209 -451
  60. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +80 -698
  61. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +10 -8
  62. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +474 -184
  63. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/global.d.ts +4 -0
  64. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/index.d.ts +2 -0
  65. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +755 -405
  66. package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/global.d.ts +16 -0
  67. package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/index.d.ts +8 -0
  68. package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/interface.d.ts +40 -0
  69. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +10 -15
  70. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +116 -124
  71. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +2 -2
  72. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +11 -11
  73. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/interface.d.ts +5 -5
  74. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +25 -26
  75. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +54 -84
  76. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +4 -4
  77. package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/interface.d.ts +71 -89
  78. package/types/uni/uts-plugin-api/lib/uni-requestMerchantTransfer/utssdk/interface.d.ts +3 -0
  79. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +10 -10
  80. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +2 -2
  81. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +300 -6
  82. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/global.d.ts +4 -0
  83. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/index.d.ts +2 -0
  84. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/interface.d.ts +347 -10
  85. package/types/uni/uts-plugin-api/lib/uni-share-weixin/utssdk/interface.d.ts +3 -1
  86. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +3 -1
  87. package/types/uni/uts-plugin-api/lib/uni-sse/utssdk/interface.d.ts +25 -33
  88. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +20 -20
  89. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +18 -18
  90. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/global.d.ts +0 -2
  91. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/index.d.ts +0 -1
  92. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +70 -82
  93. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +6 -5
  94. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +49 -72
  95. package/types/uni/uts-plugin-biz/global.d.ts +11 -0
  96. package/types/uni/uts-plugin-biz/index.d.ts +11 -0
  97. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +60 -3
  98. package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/interface.d.ts +6 -0
  99. package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/global.d.ts +52 -0
  100. package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/index.d.ts +25 -0
  101. package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/interface.d.ts +445 -0
  102. package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/global.d.ts +48 -0
  103. package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/index.d.ts +23 -0
  104. package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/interface.d.ts +138 -0
  105. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +28 -12
  106. package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/global.d.ts +8 -0
  107. package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/index.d.ts +4 -0
  108. package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/interface.d.ts +0 -0
  109. package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/global.d.ts +8 -0
  110. package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/index.d.ts +4 -0
  111. package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/interface.d.ts +0 -0
  112. package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/global.d.ts +8 -0
  113. package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/index.d.ts +4 -0
  114. package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/interface.d.ts +0 -0
  115. package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/global.d.ts +8 -0
  116. package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/index.d.ts +4 -0
  117. package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/interface.d.ts +0 -0
  118. package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/global.d.ts +8 -0
  119. package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/index.d.ts +4 -0
  120. package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/interface.d.ts +0 -0
  121. package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/global.d.ts +8 -0
  122. package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/index.d.ts +4 -0
  123. package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/interface.d.ts +0 -0
  124. package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/global.d.ts +8 -0
  125. package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/index.d.ts +4 -0
  126. package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/interface.d.ts +0 -0
  127. package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/global.d.ts +18 -0
  128. package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/index.d.ts +9 -0
  129. package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/interface.d.ts +45 -0
  130. package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/global.d.ts +8 -0
  131. package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/index.d.ts +4 -0
  132. package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/interface.d.ts +0 -0
  133. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +21 -16
  134. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/global.d.ts +16 -2
  135. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/index.d.ts +8 -1
  136. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/interface.d.ts +153 -6
  137. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +37 -44
  138. package/types/uni/uts-plugin-extend/global.d.ts +0 -2
  139. package/types/uni/uts-plugin-extend/index.d.ts +0 -2
  140. package/types/uni-cloud/interface.d.ts +13 -9
  141. package/types/vue/LifeCycle.d.ts +723 -1
  142. package/types/uni/uts-plugin-api/.temp/uni-actionSheet/utssdk/interface.uts +0 -554
  143. package/types/uni/uts-plugin-api/.temp/uni-addPhoneContact/utssdk/interface.uts +0 -224
  144. package/types/uni/uts-plugin-api/.temp/uni-arrayBufferToBase64/utssdk/interface.uts +0 -77
  145. package/types/uni/uts-plugin-api/.temp/uni-authentication/utssdk/interface.uts +0 -365
  146. package/types/uni/uts-plugin-api/.temp/uni-base64ToArrayBuffer/utssdk/interface.uts +0 -77
  147. package/types/uni/uts-plugin-api/.temp/uni-canvas/utssdk/interface.uts +0 -972
  148. package/types/uni/uts-plugin-api/.temp/uni-chooseLocation/utssdk/interface.uts +0 -410
  149. package/types/uni/uts-plugin-api/.temp/uni-chooseMedia/utssdk/interface.uts +0 -459
  150. package/types/uni/uts-plugin-api/.temp/uni-clipboard/utssdk/interface.uts +0 -203
  151. package/types/uni/uts-plugin-api/.temp/uni-createInnerAudioContext/utssdk/interface.uts +0 -2613
  152. package/types/uni/uts-plugin-api/.temp/uni-createIntersectionObserver/utssdk/interface.uts +0 -152
  153. package/types/uni/uts-plugin-api/.temp/uni-createRequestPermissionListener/utssdk/interface.uts +0 -61
  154. package/types/uni/uts-plugin-api/.temp/uni-createSelectorQuery/utssdk/interface.uts +0 -548
  155. package/types/uni/uts-plugin-api/.temp/uni-createWebviewContext/utssdk/interface.uts +0 -137
  156. package/types/uni/uts-plugin-api/.temp/uni-dialogPage/utssdk/interface.uts +0 -1380
  157. package/types/uni/uts-plugin-api/.temp/uni-document/utssdk/interface.uts +0 -76
  158. package/types/uni/uts-plugin-api/.temp/uni-event/utssdk/interface.uts +0 -338
  159. package/types/uni/uts-plugin-api/.temp/uni-exit/utssdk/interface.uts +0 -102
  160. package/types/uni/uts-plugin-api/.temp/uni-file/utssdk/interface.uts +0 -384
  161. package/types/uni/uts-plugin-api/.temp/uni-fileSystemManager/utssdk/interface.uts +0 -5316
  162. package/types/uni/uts-plugin-api/.temp/uni-getAccessibilityInfo/utssdk/interface.uts +0 -35
  163. package/types/uni/uts-plugin-api/.temp/uni-getAppAuthorizeSetting/utssdk/interface.uts +0 -616
  164. package/types/uni/uts-plugin-api/.temp/uni-getAppBaseInfo/utssdk/interface.uts +0 -2157
  165. package/types/uni/uts-plugin-api/.temp/uni-getBackgroundAudioManager/utssdk/interface.uts +0 -895
  166. package/types/uni/uts-plugin-api/.temp/uni-getDeviceInfo/utssdk/interface.uts +0 -1755
  167. package/types/uni/uts-plugin-api/.temp/uni-getElementById/utssdk/interface.uts +0 -82
  168. package/types/uni/uts-plugin-api/.temp/uni-getEnterOptionsSync/utssdk/interface.uts +0 -295
  169. package/types/uni/uts-plugin-api/.temp/uni-getLaunchOptionsSync/utssdk/interface.uts +0 -299
  170. package/types/uni/uts-plugin-api/.temp/uni-getLocation/utssdk/interface.uts +0 -1764
  171. package/types/uni/uts-plugin-api/.temp/uni-getLocation-system/utssdk/interface.uts +0 -1
  172. package/types/uni/uts-plugin-api/.temp/uni-getLocation-tencent/utssdk/interface.uts +0 -1
  173. package/types/uni/uts-plugin-api/.temp/uni-getLocation-tencent-uni1/utssdk/interface.uts +0 -736
  174. package/types/uni/uts-plugin-api/.temp/uni-getNetworkType/utssdk/interface.uts +0 -274
  175. package/types/uni/uts-plugin-api/.temp/uni-getPerformance/utssdk/interface.uts +0 -198
  176. package/types/uni/uts-plugin-api/.temp/uni-getProvider/utssdk/interface.uts +0 -634
  177. package/types/uni/uts-plugin-api/.temp/uni-getRecorderManager/utssdk/interface.uts +0 -980
  178. package/types/uni/uts-plugin-api/.temp/uni-getSystemInfo/utssdk/interface.uts +0 -5550
  179. package/types/uni/uts-plugin-api/.temp/uni-getSystemSetting/utssdk/interface.uts +0 -501
  180. package/types/uni/uts-plugin-api/.temp/uni-installApk/utssdk/interface.uts +0 -83
  181. package/types/uni/uts-plugin-api/.temp/uni-interceptor/utssdk/interface.uts +0 -169
  182. package/types/uni/uts-plugin-api/.temp/uni-keyboard/utssdk/interface.uts +0 -102
  183. package/types/uni/uts-plugin-api/.temp/uni-loadFontFace/utssdk/interface.uts +0 -580
  184. package/types/uni/uts-plugin-api/.temp/uni-makePhoneCall/utssdk/interface.uts +0 -100
  185. package/types/uni/uts-plugin-api/.temp/uni-media/utssdk/interface.uts +0 -2980
  186. package/types/uni/uts-plugin-api/.temp/uni-modal/utssdk/interface.uts +0 -190
  187. package/types/uni/uts-plugin-api/.temp/uni-navigationBar/utssdk/interface.uts +0 -1002
  188. package/types/uni/uts-plugin-api/.temp/uni-network/utssdk/interface.uts +0 -3620
  189. package/types/uni/uts-plugin-api/.temp/uni-oauth/utssdk/interface.uts +0 -1592
  190. package/types/uni/uts-plugin-api/.temp/uni-oauth-huawei/utssdk/interface.uts +0 -1
  191. package/types/uni/uts-plugin-api/.temp/uni-openAppAuthorizeSetting/utssdk/interface.uts +0 -254
  192. package/types/uni/uts-plugin-api/.temp/uni-openDocument/utssdk/interface.uts +0 -112
  193. package/types/uni/uts-plugin-api/.temp/uni-pageScrollTo/utssdk/interface.uts +0 -153
  194. package/types/uni/uts-plugin-api/.temp/uni-payment/utssdk/interface.uts +0 -833
  195. package/types/uni/uts-plugin-api/.temp/uni-payment-alipay/utssdk/interface.uts +0 -1
  196. package/types/uni/uts-plugin-api/.temp/uni-payment-huawei/utssdk/interface.uts +0 -1
  197. package/types/uni/uts-plugin-api/.temp/uni-payment-wxpay/utssdk/interface.uts +0 -3
  198. package/types/uni/uts-plugin-api/.temp/uni-previewImage/utssdk/interface.uts +0 -518
  199. package/types/uni/uts-plugin-api/.temp/uni-privacy/utssdk/interface.uts +0 -560
  200. package/types/uni/uts-plugin-api/.temp/uni-prompt/utssdk/interface.uts +0 -2607
  201. package/types/uni/uts-plugin-api/.temp/uni-pullDownRefresh/utssdk/interface.uts +0 -189
  202. package/types/uni/uts-plugin-api/.temp/uni-requestMerchantTransfer/utssdk/interface.uts +0 -710
  203. package/types/uni/uts-plugin-api/.temp/uni-route/utssdk/interface.uts +0 -2695
  204. package/types/uni/uts-plugin-api/.temp/uni-rpx2px/utssdk/interface.uts +0 -80
  205. package/types/uni/uts-plugin-api/.temp/uni-scanCode/utssdk/interface.uts +0 -130
  206. package/types/uni/uts-plugin-api/.temp/uni-shareWithSystem/utssdk/interface.uts +0 -719
  207. package/types/uni/uts-plugin-api/.temp/uni-sse/utssdk/interface.uts +0 -277
  208. package/types/uni/uts-plugin-api/.temp/uni-storage/utssdk/interface.uts +0 -1020
  209. package/types/uni/uts-plugin-api/.temp/uni-tabBar/utssdk/interface.uts +0 -1148
  210. package/types/uni/uts-plugin-api/.temp/uni-theme/utssdk/interface.uts +0 -1059
  211. package/types/uni/uts-plugin-api/.temp/uni-virtualPayment/utssdk/interface.uts +0 -1660
  212. package/types/uni/uts-plugin-api/.temp/uni-websocket/utssdk/interface.uts +0 -1941
  213. package/types/uni/uts-plugin-biz/.temp/uni-ad/utssdk/interface.uts +0 -726
  214. package/types/uni/uts-plugin-biz/.temp/uni-crash/utssdk/interface.uts +0 -89
  215. package/types/uni/uts-plugin-biz/.temp/uni-facialRecognitionVerify/utssdk/interface.uts +0 -212
  216. package/types/uni/uts-plugin-biz/.temp/uni-map-tencent/utssdk/interface.uts +0 -2359
  217. package/types/uni/uts-plugin-biz/.temp/uni-push/utssdk/interface.uts +0 -960
  218. package/types/uni/uts-plugin-biz/.temp/uni-secure-network/utssdk/interface.uts +0 -204
  219. package/types/uni/uts-plugin-biz/.temp/uni-verify/utssdk/interface.uts +0 -730
  220. package/types/uni/uts-plugin-component/.temp/uni-camera/utssdk/interface.uts +0 -221
  221. package/types/uni/uts-plugin-component/.temp/uni-video/utssdk/interface.uts +0 -935
  222. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/global.d.ts +0 -14
  223. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/index.d.ts +0 -1
  224. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/interface.d.ts +0 -1670
@@ -1,972 +0,0 @@
1
- export type CreateCanvasContextAsyncSuccessCallback = (context: CanvasContext) => void
2
- export type CreateCanvasContextAsyncFailCallback = (error: UniError) => void
3
- export type CreateCanvasContextAsyncCompleteCallback = () => void
4
-
5
- export type RequestAnimationFrameCallback = (time: number) => void
6
-
7
- // #ifdef WEB
8
- export type CanvasContextToBlobCallback = (blob: Blob) => void
9
- // #endif
10
-
11
- export interface CanvasContext {
12
- getContext(type: '2d'): CanvasRenderingContext2D | null
13
-
14
- // #ifdef WEB
15
- /**
16
- * 创造 Blob 对象
17
- * @uniPlatform {
18
- * "app": {
19
- * "android": {
20
- * "osVer": "5.0",
21
- * "uniVer": "x",
22
- * "unixVer": "x"
23
- * },
24
- * "ios": {
25
- * "osVer": "10.0",
26
- * "uniVer": "x",
27
- * "unixVer": "x"
28
- * }
29
- * },
30
- * "web": {
31
- * "uniVer": "x",
32
- * "unixVer": "4.25"
33
- * },
34
- * "mp":{
35
- * "weixin": {
36
- * "hostVer": "√",
37
- * "uniVer": "√",
38
- * "unixVer": "4.41"
39
- * },
40
- * "alipay": {
41
- * "hostVer": "x",
42
- * "uniVer": "x",
43
- * "unixVer": "x"
44
- * },
45
- * "baidu": {
46
- * "hostVer": "x",
47
- * "uniVer": "x",
48
- * "unixVer": "x"
49
- * },
50
- * "toutiao": {
51
- * "hostVer": "x",
52
- * "uniVer": "x",
53
- * "unixVer": "x"
54
- * },
55
- * "lark": {
56
- * "hostVer": "x",
57
- * "uniVer": "x",
58
- * "unixVer": "x"
59
- * },
60
- * "qq": {
61
- * "hostVer": "x",
62
- * "uniVer": "x",
63
- * "unixVer": "x"
64
- * },
65
- * "kuaishou": {
66
- * "hostVer": "x",
67
- * "uniVer": "x",
68
- * "unixVer": "x"
69
- * },
70
- * "jd": {
71
- * "hostVer": "x",
72
- * "uniVer": "x",
73
- * "unixVer": "x"
74
- * }
75
- * },
76
- * "mp":{
77
- * "weixin": {
78
- * "hostVer": "√",
79
- * "uniVer": "√",
80
- * "unixVer": "4.41"
81
- * },
82
- * "alipay": {
83
- * "hostVer": "x",
84
- * "uniVer": "x",
85
- * "unixVer": "x"
86
- * },
87
- * "baidu": {
88
- * "hostVer": "x",
89
- * "uniVer": "x",
90
- * "unixVer": "x"
91
- * },
92
- * "toutiao": {
93
- * "hostVer": "x",
94
- * "uniVer": "x",
95
- * "unixVer": "x"
96
- * },
97
- * "lark": {
98
- * "hostVer": "x",
99
- * "uniVer": "x",
100
- * "unixVer": "x"
101
- * },
102
- * "qq": {
103
- * "hostVer": "x",
104
- * "uniVer": "x",
105
- * "unixVer": "x"
106
- * },
107
- * "kuaishou": {
108
- * "hostVer": "x",
109
- * "uniVer": "x",
110
- * "unixVer": "x"
111
- * },
112
- * "jd": {
113
- * "hostVer": "x",
114
- * "uniVer": "x",
115
- * "unixVer": "x"
116
- * }
117
- * }
118
- * }
119
- */
120
- toBlob(callback: CanvasContextToBlobCallback, type?: string, quality?: number): void
121
- // #endif
122
- /**
123
- * 返回一个包含图片展示的 data URI
124
- * @uniPlatform {
125
- * "app": {
126
- * "android": {
127
- * "osVer": "5.0",
128
- * "uniVer": "x",
129
- * "unixVer": "4.25"
130
- * },
131
- * "ios": {
132
- * "osVer": "10.0",
133
- * "uniVer": "x",
134
- * "unixVer": "4.25"
135
- * }
136
- * },
137
- * "web": {
138
- * "uniVer": "x",
139
- * "unixVer": "4.25"
140
- * },
141
- * "mp":{
142
- * "weixin": {
143
- * "hostVer": "√",
144
- * "uniVer": "√",
145
- * "unixVer": "4.41"
146
- * },
147
- * "alipay": {
148
- * "hostVer": "x",
149
- * "uniVer": "x",
150
- * "unixVer": "x"
151
- * },
152
- * "baidu": {
153
- * "hostVer": "x",
154
- * "uniVer": "x",
155
- * "unixVer": "x"
156
- * },
157
- * "toutiao": {
158
- * "hostVer": "x",
159
- * "uniVer": "x",
160
- * "unixVer": "x"
161
- * },
162
- * "lark": {
163
- * "hostVer": "x",
164
- * "uniVer": "x",
165
- * "unixVer": "x"
166
- * },
167
- * "qq": {
168
- * "hostVer": "x",
169
- * "uniVer": "x",
170
- * "unixVer": "x"
171
- * },
172
- * "kuaishou": {
173
- * "hostVer": "x",
174
- * "uniVer": "x",
175
- * "unixVer": "x"
176
- * },
177
- * "jd": {
178
- * "hostVer": "x",
179
- * "uniVer": "x",
180
- * "unixVer": "x"
181
- * }
182
- * }
183
- * }
184
- */
185
- toDataURL(): string
186
- /**
187
- * 返回一个包含图片展示的 data URI
188
- * @uniPlatform {
189
- * "app": {
190
- * "android": {
191
- * "osVer": "5.0",
192
- * "uniVer": "x",
193
- * "unixVer": "4.25"
194
- * },
195
- * "ios": {
196
- * "osVer": "10.0",
197
- * "uniVer": "x",
198
- * "unixVer": "4.25"
199
- * }
200
- * },
201
- * "web": {
202
- * "uniVer": "x",
203
- * "unixVer": "4.25"
204
- * },
205
- * "mp":{
206
- * "weixin": {
207
- * "hostVer": "√",
208
- * "uniVer": "√",
209
- * "unixVer": "4.41"
210
- * },
211
- * "alipay": {
212
- * "hostVer": "x",
213
- * "uniVer": "x",
214
- * "unixVer": "x"
215
- * },
216
- * "baidu": {
217
- * "hostVer": "x",
218
- * "uniVer": "x",
219
- * "unixVer": "x"
220
- * },
221
- * "toutiao": {
222
- * "hostVer": "x",
223
- * "uniVer": "x",
224
- * "unixVer": "x"
225
- * },
226
- * "lark": {
227
- * "hostVer": "x",
228
- * "uniVer": "x",
229
- * "unixVer": "x"
230
- * },
231
- * "qq": {
232
- * "hostVer": "x",
233
- * "uniVer": "x",
234
- * "unixVer": "x"
235
- * },
236
- * "kuaishou": {
237
- * "hostVer": "x",
238
- * "uniVer": "x",
239
- * "unixVer": "x"
240
- * },
241
- * "jd": {
242
- * "hostVer": "x",
243
- * "uniVer": "x",
244
- * "unixVer": "x"
245
- * }
246
- * }
247
- * }
248
- */
249
- toDataURL(type: string): string
250
- /**
251
- * 返回一个包含图片展示的 data URI
252
- * @uniPlatform {
253
- * "app": {
254
- * "android": {
255
- * "osVer": "5.0",
256
- * "uniVer": "x",
257
- * "unixVer": "4.25"
258
- * },
259
- * "ios": {
260
- * "osVer": "10.0",
261
- * "uniVer": "x",
262
- * "unixVer": "4.25"
263
- * }
264
- * },
265
- * "web": {
266
- * "uniVer": "x",
267
- * "unixVer": "4.25"
268
- * },
269
- * "mp":{
270
- * "weixin": {
271
- * "hostVer": "√",
272
- * "uniVer": "√",
273
- * "unixVer": "4.41"
274
- * },
275
- * "alipay": {
276
- * "hostVer": "x",
277
- * "uniVer": "x",
278
- * "unixVer": "x"
279
- * },
280
- * "baidu": {
281
- * "hostVer": "x",
282
- * "uniVer": "x",
283
- * "unixVer": "x"
284
- * },
285
- * "toutiao": {
286
- * "hostVer": "x",
287
- * "uniVer": "x",
288
- * "unixVer": "x"
289
- * },
290
- * "lark": {
291
- * "hostVer": "x",
292
- * "uniVer": "x",
293
- * "unixVer": "x"
294
- * },
295
- * "qq": {
296
- * "hostVer": "x",
297
- * "uniVer": "x",
298
- * "unixVer": "x"
299
- * },
300
- * "kuaishou": {
301
- * "hostVer": "x",
302
- * "uniVer": "x",
303
- * "unixVer": "x"
304
- * },
305
- * "jd": {
306
- * "hostVer": "x",
307
- * "uniVer": "x",
308
- * "unixVer": "x"
309
- * }
310
- * }
311
- * }
312
- */
313
- toDataURL(type: string, encoderOptions: any): string
314
- /**
315
- * 返回一个包含图片展示的 data URI
316
- * @uniPlatform {
317
- * "app": {
318
- * "android": {
319
- * "osVer": "5.0",
320
- * "uniVer": "x",
321
- * "unixVer": "4.25"
322
- * },
323
- * "ios": {
324
- * "osVer": "10.0",
325
- * "uniVer": "x",
326
- * "unixVer": "4.25"
327
- * }
328
- * },
329
- * "web": {
330
- * "uniVer": "x",
331
- * "unixVer": "4.25"
332
- * },
333
- * "mp":{
334
- * "weixin": {
335
- * "hostVer": "√",
336
- * "uniVer": "√",
337
- * "unixVer": "4.41"
338
- * },
339
- * "alipay": {
340
- * "hostVer": "x",
341
- * "uniVer": "x",
342
- * "unixVer": "x"
343
- * },
344
- * "baidu": {
345
- * "hostVer": "x",
346
- * "uniVer": "x",
347
- * "unixVer": "x"
348
- * },
349
- * "toutiao": {
350
- * "hostVer": "x",
351
- * "uniVer": "x",
352
- * "unixVer": "x"
353
- * },
354
- * "lark": {
355
- * "hostVer": "x",
356
- * "uniVer": "x",
357
- * "unixVer": "x"
358
- * },
359
- * "qq": {
360
- * "hostVer": "x",
361
- * "uniVer": "x",
362
- * "unixVer": "x"
363
- * },
364
- * "kuaishou": {
365
- * "hostVer": "x",
366
- * "uniVer": "x",
367
- * "unixVer": "x"
368
- * },
369
- * "jd": {
370
- * "hostVer": "x",
371
- * "uniVer": "x",
372
- * "unixVer": "x"
373
- * }
374
- * }
375
- * }
376
- */
377
- createImage(): Image
378
- /**
379
- * 返回一个包含图片展示的 data URI
380
- * @uniPlatform {
381
- * "app": {
382
- * "android": {
383
- * "osVer": "5.0",
384
- * "uniVer": "x",
385
- * "unixVer": "4.25"
386
- * },
387
- * "ios": {
388
- * "osVer": "10.0",
389
- * "uniVer": "x",
390
- * "unixVer": "4.25"
391
- * }
392
- * },
393
- * "web": {
394
- * "uniVer": "x",
395
- * "unixVer": "4.25"
396
- * },
397
- * "mp":{
398
- * "weixin": {
399
- * "hostVer": "√",
400
- * "uniVer": "√",
401
- * "unixVer": "4.41"
402
- * },
403
- * "alipay": {
404
- * "hostVer": "x",
405
- * "uniVer": "x",
406
- * "unixVer": "x"
407
- * },
408
- * "baidu": {
409
- * "hostVer": "x",
410
- * "uniVer": "x",
411
- * "unixVer": "x"
412
- * },
413
- * "toutiao": {
414
- * "hostVer": "x",
415
- * "uniVer": "x",
416
- * "unixVer": "x"
417
- * },
418
- * "lark": {
419
- * "hostVer": "x",
420
- * "uniVer": "x",
421
- * "unixVer": "x"
422
- * },
423
- * "qq": {
424
- * "hostVer": "x",
425
- * "uniVer": "x",
426
- * "unixVer": "x"
427
- * },
428
- * "kuaishou": {
429
- * "hostVer": "x",
430
- * "uniVer": "x",
431
- * "unixVer": "x"
432
- * },
433
- * "jd": {
434
- * "hostVer": "x",
435
- * "uniVer": "x",
436
- * "unixVer": "x"
437
- * }
438
- * }
439
- * }
440
- */
441
- createPath2D(): Path2D
442
- /**
443
- * 在下一次重绘之前,调用用户提供的回调函数
444
- * @uniPlatform {
445
- * "app": {
446
- * "android": {
447
- * "osVer": "5.0",
448
- * "uniVer": "x",
449
- * "unixVer": "4.25"
450
- * },
451
- * "ios": {
452
- * "osVer": "12.0",
453
- * "uniVer": "x",
454
- * "unixVer": "4.25"
455
- * }
456
- * },
457
- * "web": {
458
- * "uniVer": "x",
459
- * "unixVer": "4.25"
460
- * },
461
- * "mp":{
462
- * "weixin": {
463
- * "hostVer": "√",
464
- * "uniVer": "√",
465
- * "unixVer": "4.41"
466
- * },
467
- * "alipay": {
468
- * "hostVer": "x",
469
- * "uniVer": "x",
470
- * "unixVer": "x"
471
- * },
472
- * "baidu": {
473
- * "hostVer": "x",
474
- * "uniVer": "x",
475
- * "unixVer": "x"
476
- * },
477
- * "toutiao": {
478
- * "hostVer": "x",
479
- * "uniVer": "x",
480
- * "unixVer": "x"
481
- * },
482
- * "lark": {
483
- * "hostVer": "x",
484
- * "uniVer": "x",
485
- * "unixVer": "x"
486
- * },
487
- * "qq": {
488
- * "hostVer": "x",
489
- * "uniVer": "x",
490
- * "unixVer": "x"
491
- * },
492
- * "kuaishou": {
493
- * "hostVer": "x",
494
- * "uniVer": "x",
495
- * "unixVer": "x"
496
- * },
497
- * "jd": {
498
- * "hostVer": "x",
499
- * "uniVer": "x",
500
- * "unixVer": "x"
501
- * }
502
- * }
503
- * }
504
- */
505
- requestAnimationFrame(callback: RequestAnimationFrameCallback): number;
506
- /**
507
- * 取消一个先前通过调用 uni.requestAnimationFrame() 方法添加到计划中的动画帧请求
508
- * @uniPlatform {
509
- * "app": {
510
- * "android": {
511
- * "osVer": "5.0",
512
- * "uniVer": "x",
513
- * "unixVer": "4.25"
514
- * },
515
- * "ios": {
516
- * "osVer": "12.0",
517
- * "uniVer": "x",
518
- * "unixVer": "4.25"
519
- * }
520
- * },
521
- * "web": {
522
- * "uniVer": "x",
523
- * "unixVer": "4.25"
524
- * },
525
- * "mp":{
526
- * "weixin": {
527
- * "hostVer": "√",
528
- * "uniVer": "√",
529
- * "unixVer": "4.41"
530
- * },
531
- * "alipay": {
532
- * "hostVer": "x",
533
- * "uniVer": "x",
534
- * "unixVer": "x"
535
- * },
536
- * "baidu": {
537
- * "hostVer": "x",
538
- * "uniVer": "x",
539
- * "unixVer": "x"
540
- * },
541
- * "toutiao": {
542
- * "hostVer": "x",
543
- * "uniVer": "x",
544
- * "unixVer": "x"
545
- * },
546
- * "lark": {
547
- * "hostVer": "x",
548
- * "uniVer": "x",
549
- * "unixVer": "x"
550
- * },
551
- * "qq": {
552
- * "hostVer": "x",
553
- * "uniVer": "x",
554
- * "unixVer": "x"
555
- * },
556
- * "kuaishou": {
557
- * "hostVer": "x",
558
- * "uniVer": "x",
559
- * "unixVer": "x"
560
- * },
561
- * "jd": {
562
- * "hostVer": "x",
563
- * "uniVer": "x",
564
- * "unixVer": "x"
565
- * }
566
- * }
567
- * }
568
- */
569
- cancelAnimationFrame(taskId: number): void;
570
- }
571
-
572
- export type CreateCanvasContextAsyncOptions = {
573
- /**
574
- * canvas 元素的 id 属性
575
- * @uniPlatform {
576
- * "app": {
577
- * "android": {
578
- * "osVer": "5.0",
579
- * "uniVer": "x",
580
- * "unixVer": "4.25"
581
- * },
582
- * "ios": {
583
- * "osVer": "10.0",
584
- * "uniVer": "x",
585
- * "unixVer": "4.25"
586
- * }
587
- * },
588
- * "web": {
589
- * "uniVer": "x",
590
- * "unixVer": "4.25"
591
- *
592
- },
593
- * "mp": {
594
- * "weixin": {
595
- * "hostVer": "√",
596
- * "uniVer": "√",
597
- * "unixVer": "4.41"
598
- *
599
- },
600
- * "alipay": {
601
- * "hostVer": "x",
602
- * "uniVer": "x",
603
- * "unixVer": "x"
604
- *
605
- },
606
- * "baidu": {
607
- * "hostVer": "x",
608
- * "uniVer": "x",
609
- * "unixVer": "x"
610
- *
611
- },
612
- * "toutiao": {
613
- * "hostVer": "x",
614
- * "uniVer": "x",
615
- * "unixVer": "x"
616
- *
617
- },
618
- * "lark": {
619
- * "hostVer": "x",
620
- * "uniVer": "x",
621
- * "unixVer": "x"
622
- *
623
- },
624
- * "qq": {
625
- * "hostVer": "x",
626
- * "uniVer": "x",
627
- * "unixVer": "x"
628
- *
629
- },
630
- * "kuaishou": {
631
- * "hostVer": "x",
632
- * "uniVer": "x",
633
- * "unixVer": "x"
634
- *
635
- },
636
- * "jd": {
637
- * "hostVer": "x",
638
- * "uniVer": "x",
639
- * "unixVer": "x"
640
- *
641
- }
642
- *
643
- }
644
- * }
645
- */
646
- id: string.IDString
647
- /**
648
- * 组件或页面实例,限定在什么范围内查找id
649
- * @uniPlatform {
650
- * "app": {
651
- * "android": {
652
- * "osVer": "5.0",
653
- * "uniVer": "x",
654
- * "unixVer": "4.25"
655
- * },
656
- * "ios": {
657
- * "osVer": "10.0",
658
- * "uniVer": "x",
659
- * "unixVer": "4.25"
660
- * }
661
- * },
662
- * "web": {
663
- * "uniVer": "x",
664
- * "unixVer": "4.25"
665
- * },
666
- * "mp":{
667
- * "weixin": {
668
- * "hostVer": "√",
669
- * "uniVer": "√",
670
- * "unixVer": "4.41"
671
- * },
672
- * "alipay": {
673
- * "hostVer": "x",
674
- * "uniVer": "x",
675
- * "unixVer": "x"
676
- * },
677
- * "baidu": {
678
- * "hostVer": "x",
679
- * "uniVer": "x",
680
- * "unixVer": "x"
681
- * },
682
- * "toutiao": {
683
- * "hostVer": "x",
684
- * "uniVer": "x",
685
- * "unixVer": "x"
686
- * },
687
- * "lark": {
688
- * "hostVer": "x",
689
- * "uniVer": "x",
690
- * "unixVer": "x"
691
- * },
692
- * "qq": {
693
- * "hostVer": "x",
694
- * "uniVer": "x",
695
- * "unixVer": "x"
696
- * },
697
- * "kuaishou": {
698
- * "hostVer": "x",
699
- * "uniVer": "x",
700
- * "unixVer": "x"
701
- * },
702
- * "jd": {
703
- * "hostVer": "x",
704
- * "uniVer": "x",
705
- * "unixVer": "x"
706
- * }
707
- * }
708
- * }
709
- */
710
- component?: ComponentPublicInstance
711
- /**
712
- * 接口调用成功的回调函数
713
- * @uniPlatform {
714
- * "app": {
715
- * "android": {
716
- * "osVer": "5.0",
717
- * "uniVer": "x",
718
- * "unixVer": "4.25"
719
- * },
720
- * "ios": {
721
- * "osVer": "10.0",
722
- * "uniVer": "x",
723
- * "unixVer": "4.25"
724
- * }
725
- * },
726
- * "web": {
727
- * "uniVer": "x",
728
- * "unixVer": "4.25"
729
- * },
730
- * "mp":{
731
- * "weixin": {
732
- * "hostVer": "√",
733
- * "uniVer": "√",
734
- * "unixVer": "4.41"
735
- * },
736
- * "alipay": {
737
- * "hostVer": "x",
738
- * "uniVer": "x",
739
- * "unixVer": "x"
740
- * },
741
- * "baidu": {
742
- * "hostVer": "x",
743
- * "uniVer": "x",
744
- * "unixVer": "x"
745
- * },
746
- * "toutiao": {
747
- * "hostVer": "x",
748
- * "uniVer": "x",
749
- * "unixVer": "x"
750
- * },
751
- * "lark": {
752
- * "hostVer": "x",
753
- * "uniVer": "x",
754
- * "unixVer": "x"
755
- * },
756
- * "qq": {
757
- * "hostVer": "x",
758
- * "uniVer": "x",
759
- * "unixVer": "x"
760
- * },
761
- * "kuaishou": {
762
- * "hostVer": "x",
763
- * "uniVer": "x",
764
- * "unixVer": "x"
765
- * },
766
- * "jd": {
767
- * "hostVer": "x",
768
- * "uniVer": "x",
769
- * "unixVer": "x"
770
- * }
771
- * }
772
- * }
773
- */
774
- success?: CreateCanvasContextAsyncSuccessCallback
775
- /**
776
- * 接口调用失败的回调函数
777
- * @uniPlatform {
778
- * "app": {
779
- * "android": {
780
- * "osVer": "5.0",
781
- * "uniVer": "x",
782
- * "unixVer": "4.25"
783
- * },
784
- * "ios": {
785
- * "osVer": "10.0",
786
- * "uniVer": "x",
787
- * "unixVer": "4.25"
788
- * }
789
- * },
790
- * "web": {
791
- * "uniVer": "x",
792
- * "unixVer": "4.25"
793
- * },
794
- * "mp":{
795
- * "weixin": {
796
- * "hostVer": "√",
797
- * "uniVer": "√",
798
- * "unixVer": "4.41"
799
- * },
800
- * "alipay": {
801
- * "hostVer": "x",
802
- * "uniVer": "x",
803
- * "unixVer": "x"
804
- * },
805
- * "baidu": {
806
- * "hostVer": "x",
807
- * "uniVer": "x",
808
- * "unixVer": "x"
809
- * },
810
- * "toutiao": {
811
- * "hostVer": "x",
812
- * "uniVer": "x",
813
- * "unixVer": "x"
814
- * },
815
- * "lark": {
816
- * "hostVer": "x",
817
- * "uniVer": "x",
818
- * "unixVer": "x"
819
- * },
820
- * "qq": {
821
- * "hostVer": "x",
822
- * "uniVer": "x",
823
- * "unixVer": "x"
824
- * },
825
- * "kuaishou": {
826
- * "hostVer": "x",
827
- * "uniVer": "x",
828
- * "unixVer": "x"
829
- * },
830
- * "jd": {
831
- * "hostVer": "x",
832
- * "uniVer": "x",
833
- * "unixVer": "x"
834
- * }
835
- * }
836
- * }
837
- */
838
- fail?: CreateCanvasContextAsyncFailCallback
839
- /**
840
- * 接口调用结束的回调函数(调用成功、失败都会执行)
841
- * @uniPlatform {
842
- * "app": {
843
- * "android": {
844
- * "osVer": "5.0",
845
- * "uniVer": "x",
846
- * "unixVer": "4.25"
847
- * },
848
- * "ios": {
849
- * "osVer": "10.0",
850
- * "uniVer": "x",
851
- * "unixVer": "4.25"
852
- * }
853
- * },
854
- * "web": {
855
- * "uniVer": "√",
856
- * "unixVer": "4.25"
857
- * },
858
- * "mp":{
859
- * "weixin": {
860
- * "hostVer": "√",
861
- * "uniVer": "√",
862
- * "unixVer": "4.41"
863
- * },
864
- * "alipay": {
865
- * "hostVer": "x",
866
- * "uniVer": "x",
867
- * "unixVer": "x"
868
- * },
869
- * "baidu": {
870
- * "hostVer": "x",
871
- * "uniVer": "x",
872
- * "unixVer": "x"
873
- * },
874
- * "toutiao": {
875
- * "hostVer": "x",
876
- * "uniVer": "x",
877
- * "unixVer": "x"
878
- * },
879
- * "lark": {
880
- * "hostVer": "x",
881
- * "uniVer": "x",
882
- * "unixVer": "x"
883
- * },
884
- * "qq": {
885
- * "hostVer": "x",
886
- * "uniVer": "x",
887
- * "unixVer": "x"
888
- * },
889
- * "kuaishou": {
890
- * "hostVer": "x",
891
- * "uniVer": "x",
892
- * "unixVer": "x"
893
- * },
894
- * "jd": {
895
- * "hostVer": "x",
896
- * "uniVer": "x",
897
- * "unixVer": "x"
898
- * }
899
- * }
900
- * }
901
- */
902
- complete?: CreateCanvasContextAsyncCompleteCallback
903
- }
904
-
905
- export interface Uni {
906
- /**
907
- * 获取CanvasContext对象实例
908
- *
909
- * @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/createCanvasContextAsync.html
910
- * @uniPlatform {
911
- * "app": {
912
- * "android": {
913
- * "osVer": "5.0",
914
- * "uniVer": "x",
915
- * "unixVer": "4.25"
916
- * },
917
- * "ios": {
918
- * "osVer": "12.0",
919
- * "uniVer": "x",
920
- * "unixVer": "4.25"
921
- * }
922
- * },
923
- * "web": {
924
- * "uniVer": "x",
925
- * "unixVer": "4.25"
926
- * },
927
- * "mp":{
928
- * "weixin": {
929
- * "hostVer": "√",
930
- * "uniVer": "√",
931
- * "unixVer": "4.41"
932
- * },
933
- * "alipay": {
934
- * "hostVer": "x",
935
- * "uniVer": "x",
936
- * "unixVer": "x"
937
- * },
938
- * "baidu": {
939
- * "hostVer": "x",
940
- * "uniVer": "x",
941
- * "unixVer": "x"
942
- * },
943
- * "toutiao": {
944
- * "hostVer": "x",
945
- * "uniVer": "x",
946
- * "unixVer": "x"
947
- * },
948
- * "lark": {
949
- * "hostVer": "x",
950
- * "uniVer": "x",
951
- * "unixVer": "x"
952
- * },
953
- * "qq": {
954
- * "hostVer": "x",
955
- * "uniVer": "x",
956
- * "unixVer": "x"
957
- * },
958
- * "kuaishou": {
959
- * "hostVer": "x",
960
- * "uniVer": "x",
961
- * "unixVer": "x"
962
- * },
963
- * "jd": {
964
- * "hostVer": "x",
965
- * "uniVer": "x",
966
- * "unixVer": "x"
967
- * }
968
- * }
969
- * }
970
- */
971
- createCanvasContextAsync(options: CreateCanvasContextAsyncOptions): void
972
- }