@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,580 +0,0 @@
1
- export type LoadFontFaceOptionDesc = {
2
- style: string | null
3
- weight: string | null
4
- variant: string | null
5
- }
6
- /**
7
- * 错误码
8
- */
9
- export type LoadFontFaceErrCode =
10
- /**
11
- * 框架内部异常
12
- */
13
- 4 |
14
- /**
15
- * page is not ready
16
- */
17
- 99 |
18
- /**
19
- * 参数错误
20
- */
21
- 101 |
22
- /**
23
- * family is null
24
- */
25
- 100001 |
26
- /**
27
- * source is null
28
- */
29
- 100002 |
30
- /**
31
- * local font not found
32
- */
33
- 200001 |
34
- /**
35
- * same source task is loading
36
- */
37
- 300001 |
38
- /**
39
- * download fail
40
- */
41
- 300002;
42
-
43
- export interface LoadFontFaceFail extends IUniError {
44
- errCode: LoadFontFaceErrCode
45
- }
46
- export type LoadFontFaceOptions = {
47
- /**
48
- * 是否全局生效。微信小程序 '2.10.0'起支持全局生效,需在 app.vue 中调用。
49
- * @uniPlatform {
50
- * "app": {
51
- * "android": {
52
- * "osVer": "5.0",
53
- * "uniVer": "√",
54
- * "unixVer": "√"
55
- * },
56
- * "ios": {
57
- * "osVer": "10.0",
58
- * "uniVer": "√",
59
- * "unixVer": "x"
60
- * }
61
- * },
62
- * "mp": {
63
- * "weixin": {
64
- * "hostVer": ">=2.10.0",
65
- * "uniVer": "√",
66
- * "unixVer": "4.41"
67
- * },
68
- * "alipay": {
69
- * "hostVer": "√",
70
- * "uniVer": "√",
71
- * "unixVer": "x"
72
- * },
73
- * "baidu": {
74
- * "hostVer": "√",
75
- * "uniVer": "√",
76
- * "unixVer": "x"
77
- * },
78
- * "toutiao": {
79
- * "hostVer": "√",
80
- * "uniVer": "√",
81
- * "unixVer": "x"
82
- * },
83
- * "lark": {
84
- * "hostVer": "√",
85
- * "uniVer": "√",
86
- * "unixVer": "x"
87
- * },
88
- * "qq": {
89
- * "hostVer": "√",
90
- * "uniVer": "√",
91
- * "unixVer": "x"
92
- * },
93
- * "kuaishou": {
94
- * "hostVer": "√",
95
- * "uniVer": "√",
96
- * "unixVer": "x"
97
- * },
98
- * "jd": {
99
- * "hostVer": "√",
100
- * "uniVer": "√",
101
- * "unixVer": "x"
102
- * }
103
- * },
104
- * "web": {
105
- * "uniVer": "√",
106
- * "unixVer": "4.0"
107
- * }
108
- * }
109
- */
110
- global?: boolean
111
- /**
112
- * 定义的字体名称
113
- * @uniPlatform {
114
- * "app": {
115
- * "android": {
116
- * "osVer": "5.0",
117
- * "uniVer": "√",
118
- * "unixVer": "√"
119
- * },
120
- * "ios": {
121
- * "osVer": "10.0",
122
- * "uniVer": "√",
123
- * "unixVer": "4.10"
124
- * }
125
- * },
126
- * "mp": {
127
- * "weixin": {
128
- * "hostVer": "√",
129
- * "uniVer": "√",
130
- * "unixVer": "4.41"
131
- * },
132
- * "alipay": {
133
- * "hostVer": "√",
134
- * "uniVer": "√",
135
- * "unixVer": "x"
136
- * },
137
- * "baidu": {
138
- * "hostVer": "√",
139
- * "uniVer": "√",
140
- * "unixVer": "x"
141
- * },
142
- * "toutiao": {
143
- * "hostVer": "√",
144
- * "uniVer": "√",
145
- * "unixVer": "x"
146
- * },
147
- * "lark": {
148
- * "hostVer": "√",
149
- * "uniVer": "√",
150
- * "unixVer": "x"
151
- * },
152
- * "qq": {
153
- * "hostVer": "√",
154
- * "uniVer": "√",
155
- * "unixVer": "x"
156
- * },
157
- * "kuaishou": {
158
- * "hostVer": "√",
159
- * "uniVer": "√",
160
- * "unixVer": "x"
161
- * },
162
- * "jd": {
163
- * "hostVer": "√",
164
- * "uniVer": "√",
165
- * "unixVer": "x"
166
- * }
167
- * },
168
- * "web": {
169
- * "uniVer": "√",
170
- * "unixVer": "4.0"
171
- * }
172
- * }
173
- */
174
- family: string
175
- /**
176
- * 字体资源的地址, App-Android 平台不支持 woff、woff2 格式字体文件
177
- * @uniPlatform {
178
- * "app": {
179
- * "android": {
180
- * "osVer": "5.0",
181
- * "uniVer": "√",
182
- * "unixVer": "√"
183
- * },
184
- * "ios": {
185
- * "osVer": "10.0",
186
- * "uniVer": "√",
187
- * "unixVer": "4.10"
188
- * }
189
- * },
190
- * "mp": {
191
- * "weixin": {
192
- * "hostVer": "√",
193
- * "uniVer": "√",
194
- * "unixVer": "4.41"
195
- * },
196
- * "alipay": {
197
- * "hostVer": "√",
198
- * "uniVer": "√",
199
- * "unixVer": "x"
200
- * },
201
- * "baidu": {
202
- * "hostVer": "√",
203
- * "uniVer": "√",
204
- * "unixVer": "x"
205
- * },
206
- * "toutiao": {
207
- * "hostVer": "√",
208
- * "uniVer": "√",
209
- * "unixVer": "x"
210
- * },
211
- * "lark": {
212
- * "hostVer": "√",
213
- * "uniVer": "√",
214
- * "unixVer": "x"
215
- * },
216
- * "qq": {
217
- * "hostVer": "√",
218
- * "uniVer": "√",
219
- * "unixVer": "x"
220
- * },
221
- * "kuaishou": {
222
- * "hostVer": "√",
223
- * "uniVer": "√",
224
- * "unixVer": "x"
225
- * },
226
- * "jd": {
227
- * "hostVer": "√",
228
- * "uniVer": "√",
229
- * "unixVer": "x"
230
- * }
231
- * },
232
- * "web": {
233
- * "uniVer": "√",
234
- * "unixVer": "4.0"
235
- * }
236
- * }
237
- */
238
- source: string.FontURIString
239
- /**
240
- * 可选的字体描述符
241
- * @uniPlatform {
242
- * "app": {
243
- * "android": {
244
- * "osVer": "5.0",
245
- * "uniVer": "√",
246
- * "unixVer": "x"
247
- * },
248
- * "ios": {
249
- * "osVer": "10.0",
250
- * "uniVer": "√",
251
- * "unixVer": "4.10"
252
- * }
253
- * },
254
- * "mp": {
255
- * "weixin": {
256
- * "hostVer": "√",
257
- * "uniVer": "√",
258
- * "unixVer": "4.41"
259
- * },
260
- * "alipay": {
261
- * "hostVer": "√",
262
- * "uniVer": "√",
263
- * "unixVer": "x"
264
- * },
265
- * "baidu": {
266
- * "hostVer": "√",
267
- * "uniVer": "√",
268
- * "unixVer": "x"
269
- * },
270
- * "toutiao": {
271
- * "hostVer": "√",
272
- * "uniVer": "√",
273
- * "unixVer": "x"
274
- * },
275
- * "lark": {
276
- * "hostVer": "√",
277
- * "uniVer": "√",
278
- * "unixVer": "x"
279
- * },
280
- * "qq": {
281
- * "hostVer": "√",
282
- * "uniVer": "√",
283
- * "unixVer": "x"
284
- * },
285
- * "kuaishou": {
286
- * "hostVer": "√",
287
- * "uniVer": "√",
288
- * "unixVer": "x"
289
- * },
290
- * "jd": {
291
- * "hostVer": "√",
292
- * "uniVer": "√",
293
- * "unixVer": "x"
294
- * }
295
- * },
296
- * "web": {
297
- * "uniVer": "√",
298
- * "unixVer": "4.0"
299
- * }
300
- * }
301
- */
302
- desc?: LoadFontFaceOptionDesc
303
- /**
304
- * 接口调用成功的回调函数
305
- * @uniPlatform {
306
- * "app": {
307
- * "android": {
308
- * "osVer": "5.0",
309
- * "uniVer": "√",
310
- * "unixVer": "√"
311
- * },
312
- * "ios": {
313
- * "osVer": "10.0",
314
- * "uniVer": "√",
315
- * "unixVer": "4.10"
316
- * }
317
- * },
318
- * "mp": {
319
- * "weixin": {
320
- * "hostVer": "√",
321
- * "uniVer": "√",
322
- * "unixVer": "4.41"
323
- * },
324
- * "alipay": {
325
- * "hostVer": "√",
326
- * "uniVer": "√",
327
- * "unixVer": "x"
328
- * },
329
- * "baidu": {
330
- * "hostVer": "√",
331
- * "uniVer": "√",
332
- * "unixVer": "x"
333
- * },
334
- * "toutiao": {
335
- * "hostVer": "√",
336
- * "uniVer": "√",
337
- * "unixVer": "x"
338
- * },
339
- * "lark": {
340
- * "hostVer": "√",
341
- * "uniVer": "√",
342
- * "unixVer": "x"
343
- * },
344
- * "qq": {
345
- * "hostVer": "√",
346
- * "uniVer": "√",
347
- * "unixVer": "x"
348
- * },
349
- * "kuaishou": {
350
- * "hostVer": "√",
351
- * "uniVer": "√",
352
- * "unixVer": "x"
353
- * },
354
- * "jd": {
355
- * "hostVer": "√",
356
- * "uniVer": "√",
357
- * "unixVer": "x"
358
- * }
359
- * },
360
- * "web": {
361
- * "uniVer": "√",
362
- * "unixVer": "4.0"
363
- * }
364
- * }
365
- */
366
- success?: LoadFontFaceSuccessCallback
367
- /**
368
- * 接口调用失败的回调函数
369
- * @uniPlatform {
370
- * "app": {
371
- * "android": {
372
- * "osVer": "5.0",
373
- * "uniVer": "√",
374
- * "unixVer": "√"
375
- * },
376
- * "ios": {
377
- * "osVer": "10.0",
378
- * "uniVer": "√",
379
- * "unixVer": "4.10"
380
- * }
381
- * },
382
- * "mp": {
383
- * "weixin": {
384
- * "hostVer": "√",
385
- * "uniVer": "√",
386
- * "unixVer": "4.41"
387
- * },
388
- * "alipay": {
389
- * "hostVer": "√",
390
- * "uniVer": "√",
391
- * "unixVer": "x"
392
- * },
393
- * "baidu": {
394
- * "hostVer": "√",
395
- * "uniVer": "√",
396
- * "unixVer": "x"
397
- * },
398
- * "toutiao": {
399
- * "hostVer": "√",
400
- * "uniVer": "√",
401
- * "unixVer": "x"
402
- * },
403
- * "lark": {
404
- * "hostVer": "√",
405
- * "uniVer": "√",
406
- * "unixVer": "x"
407
- * },
408
- * "qq": {
409
- * "hostVer": "√",
410
- * "uniVer": "√",
411
- * "unixVer": "x"
412
- * },
413
- * "kuaishou": {
414
- * "hostVer": "√",
415
- * "uniVer": "√",
416
- * "unixVer": "x"
417
- * },
418
- * "jd": {
419
- * "hostVer": "√",
420
- * "uniVer": "√",
421
- * "unixVer": "x"
422
- * }
423
- * },
424
- * "web": {
425
- * "uniVer": "√",
426
- * "unixVer": "4.0"
427
- * }
428
- * }
429
- */
430
- fail?: LoadFontFaceFailCallback
431
- /**
432
- * 接口调用结束的回调函数(调用成功、失败都会执行)
433
- * @uniPlatform {
434
- * "app": {
435
- * "android": {
436
- * "osVer": "5.0",
437
- * "uniVer": "√",
438
- * "unixVer": "√"
439
- * },
440
- * "ios": {
441
- * "osVer": "10.0",
442
- * "uniVer": "√",
443
- * "unixVer": "4.10"
444
- * }
445
- * },
446
- * "mp": {
447
- * "weixin": {
448
- * "hostVer": "√",
449
- * "uniVer": "√",
450
- * "unixVer": "4.41"
451
- * },
452
- * "alipay": {
453
- * "hostVer": "√",
454
- * "uniVer": "√",
455
- * "unixVer": "x"
456
- * },
457
- * "baidu": {
458
- * "hostVer": "√",
459
- * "uniVer": "√",
460
- * "unixVer": "x"
461
- * },
462
- * "toutiao": {
463
- * "hostVer": "√",
464
- * "uniVer": "√",
465
- * "unixVer": "x"
466
- * },
467
- * "lark": {
468
- * "hostVer": "√",
469
- * "uniVer": "√",
470
- * "unixVer": "x"
471
- * },
472
- * "qq": {
473
- * "hostVer": "√",
474
- * "uniVer": "√",
475
- * "unixVer": "x"
476
- * },
477
- * "kuaishou": {
478
- * "hostVer": "√",
479
- * "uniVer": "√",
480
- * "unixVer": "x"
481
- * },
482
- * "jd": {
483
- * "hostVer": "√",
484
- * "uniVer": "√",
485
- * "unixVer": "x"
486
- * }
487
- * },
488
- * "web": {
489
- * "uniVer": "√",
490
- * "unixVer": "4.0"
491
- * }
492
- * }
493
- */
494
- complete?: LoadFontFaceCompleteCallback
495
- }
496
-
497
- export type LoadFontFaceSuccess = AsyncApiSuccessResult
498
- export type LoadFontFaceSuccessCallback = (result: LoadFontFaceSuccess) => void
499
-
500
- export type LoadFontFaceFailCallback = (error: LoadFontFaceFail) => void
501
-
502
- export type LoadFontFaceComplete = AsyncApiResult
503
- export type LoadFontFaceCompleteCallback = (res: LoadFontFaceComplete) => void
504
- export type LoadFontFace = (options: LoadFontFaceOptions) => Promise<LoadFontFaceSuccess> | null
505
-
506
- export interface Uni {
507
- /**
508
- * 动态加载网络字体
509
- *
510
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/ui/font.html#loadfontface
511
- * @tutorial-uni-app-x https://doc.dcloud.net.cn/uni-app-x/api/load-font-face.html
512
- * @tutorial https://doc.dcloud.net.cn/uni-app-x/api/load-font-face.html
513
- * @uniPlatform {
514
- * "app": {
515
- * "android": {
516
- * "osVer": "5.0",
517
- * "uniVer": "√",
518
- * "unixVer": "√"
519
- * },
520
- * "ios": {
521
- * "osVer": "10.0",
522
- * "uniVer": "√",
523
- * "unixVer": "4.10"
524
- * },
525
- * "harmony": {
526
- * "osVer": "3.0",
527
- * "uniVer": "x",
528
- * "unixVer": "4.51"
529
- * }
530
- * },
531
- * "mp": {
532
- * "weixin": {
533
- * "hostVer": "√",
534
- * "uniVer": "√",
535
- * "unixVer": "4.41"
536
- * },
537
- * "alipay": {
538
- * "hostVer": "√",
539
- * "uniVer": "√",
540
- * "unixVer": "x"
541
- * },
542
- * "baidu": {
543
- * "hostVer": "√",
544
- * "uniVer": "√",
545
- * "unixVer": "x"
546
- * },
547
- * "toutiao": {
548
- * "hostVer": "√",
549
- * "uniVer": "√",
550
- * "unixVer": "x"
551
- * },
552
- * "lark": {
553
- * "hostVer": "√",
554
- * "uniVer": "√",
555
- * "unixVer": "x"
556
- * },
557
- * "qq": {
558
- * "hostVer": "√",
559
- * "uniVer": "√",
560
- * "unixVer": "x"
561
- * },
562
- * "kuaishou": {
563
- * "hostVer": "√",
564
- * "uniVer": "√",
565
- * "unixVer": "x"
566
- * },
567
- * "jd": {
568
- * "hostVer": "√",
569
- * "uniVer": "√",
570
- * "unixVer": "x"
571
- * }
572
- * },
573
- * "web": {
574
- * "uniVer": "√",
575
- * "unixVer": "4.0"
576
- * }
577
- * }
578
- */
579
- loadFontFace(options: LoadFontFaceOptions): Promise<LoadFontFaceSuccess> | null
580
- }
@@ -1,100 +0,0 @@
1
- export interface Uni {
2
- /**
3
- * 拨打电话
4
- *
5
- * @tutorial https://uniapp.dcloud.net.cn/api/system/phone.html#makephonecall
6
- * @tutorial-uni-app https://uniapp.dcloud.net.cn/api/system/phone.html#makephonecall
7
- * @uniPlatform {
8
- * "app": {
9
- * "android": {
10
- * "osVer": "5.0",
11
- * "uniVer": "√",
12
- * "unixVer": "x"
13
- * },
14
- * "ios": {
15
- * "osVer": "12.0",
16
- * "uniVer": "√",
17
- * "unixVer": "x"
18
- * },
19
- * "harmony": {
20
- * "osVer": "3.0",
21
- * "uniVer": "4.23",
22
- * "unixVer": "4.61"
23
- * }
24
- * },
25
- * "mp": {
26
- * "weixin": {
27
- * "hostVer": "√",
28
- * "uniVer": "√",
29
- * "unixVer": "4.41"
30
- * },
31
- * "alipay": {
32
- * "hostVer": "√",
33
- * "uniVer": "√",
34
- * "unixVer": "x"
35
- * },
36
- * "baidu": {
37
- * "hostVer": "√",
38
- * "uniVer": "√",
39
- * "unixVer": "x"
40
- * },
41
- * "toutiao": {
42
- * "hostVer": "√",
43
- * "uniVer": "√",
44
- * "unixVer": "x"
45
- * },
46
- * "lark": {
47
- * "hostVer": "√",
48
- * "uniVer": "√",
49
- * "unixVer": "√"
50
- * },
51
- * "qq": {
52
- * "hostVer": "√",
53
- * "uniVer": "√",
54
- * "unixVer": "x"
55
- * },
56
- * "kuaishou": {
57
- * "hostVer": "√",
58
- * "uniVer": "√",
59
- * "unixVer": "x"
60
- * },
61
- * "jd": {
62
- * "hostVer": "√",
63
- * "uniVer": "√",
64
- * "unixVer": "x"
65
- * }
66
- * },
67
- * "web": {
68
- * "uniVer": "√",
69
- * "unixVer": "4.0"
70
- * }
71
- * }
72
- */
73
- makePhoneCall(options: MakePhoneCallOptions): void;
74
- }
75
-
76
- export type MakePhoneCall = (options: MakePhoneCallOptions) => void;
77
- export type MakePhoneCallSuccess = {};
78
- export type MakePhoneCallSuccessCallback = (result: MakePhoneCallSuccess) => void;
79
- export type MakePhoneCallFail = UniError;
80
- export type MakePhoneCallFailCallback = (result: MakePhoneCallFail) => void;
81
- export type MakePhoneCallComplete = any;
82
- export type MakePhoneCallCompleteCallback = (result: MakePhoneCallComplete) => void;
83
- export type MakePhoneCallOptions = {
84
- /**
85
- * 需要拨打的电话号码
86
- */
87
- phoneNumber: string,
88
- /**
89
- * 成功返回的回调函数
90
- */
91
- success?: MakePhoneCallSuccessCallback | null,
92
- /**
93
- * 失败的回调函数
94
- */
95
- fail?: MakePhoneCallFailCallback | null,
96
- /**
97
- * 结束的回调函数(调用成功、失败都会执行)
98
- */
99
- complete?: MakePhoneCallCompleteCallback | null
100
- };