@dcloudio/uni-app-x 0.7.84 → 0.7.85

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 (196) hide show
  1. package/package.json +1 -1
  2. package/types/dom2-internal/UniNativeScrollView.d.ts +137 -1
  3. package/types/dom2-internal/UniNativeTextView.d.ts +20 -0
  4. package/types/dom2-internal/UniTextElement.d.ts +19 -0
  5. package/types/dom2-internal/global.d.ts +9 -0
  6. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +11 -6
  7. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +6 -3
  8. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/global.d.ts +7 -6
  9. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/index.d.ts +4 -3
  10. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/global.d.ts +7 -6
  11. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/index.d.ts +4 -3
  12. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/global.d.ts +7 -6
  13. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/index.d.ts +4 -3
  14. package/types/uni/uts-plugin-api/lib/uni-barcode-scanning/utssdk/global.d.ts +7 -6
  15. package/types/uni/uts-plugin-api/lib/uni-barcode-scanning/utssdk/index.d.ts +4 -3
  16. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/global.d.ts +7 -6
  17. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/index.d.ts +4 -3
  18. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/global.d.ts +11 -6
  19. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/index.d.ts +6 -3
  20. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/global.d.ts +7 -6
  21. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/index.d.ts +4 -3
  22. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/global.d.ts +7 -6
  23. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/index.d.ts +4 -3
  24. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/global.d.ts +7 -6
  25. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/index.d.ts +4 -3
  26. package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/global.d.ts +7 -6
  27. package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/index.d.ts +4 -3
  28. package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/global.d.ts +7 -6
  29. package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/index.d.ts +4 -3
  30. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/global.d.ts +7 -6
  31. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/index.d.ts +4 -3
  32. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/global.d.ts +7 -6
  33. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/index.d.ts +4 -3
  34. package/types/uni/uts-plugin-api/lib/uni-createWorker/utssdk/global.d.ts +7 -6
  35. package/types/uni/uts-plugin-api/lib/uni-createWorker/utssdk/index.d.ts +4 -3
  36. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/global.d.ts +7 -6
  37. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/index.d.ts +4 -3
  38. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/global.d.ts +7 -6
  39. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/index.d.ts +4 -3
  40. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/global.d.ts +7 -6
  41. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/index.d.ts +4 -3
  42. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/global.d.ts +7 -6
  43. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/index.d.ts +4 -3
  44. package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/global.d.ts +7 -6
  45. package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/index.d.ts +4 -3
  46. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/global.d.ts +7 -6
  47. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/index.d.ts +4 -3
  48. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/global.d.ts +7 -6
  49. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/index.d.ts +4 -3
  50. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +7 -6
  51. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +4 -3
  52. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/global.d.ts +7 -6
  53. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/index.d.ts +4 -3
  54. package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/global.d.ts +7 -6
  55. package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/index.d.ts +4 -3
  56. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/global.d.ts +7 -6
  57. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/index.d.ts +4 -3
  58. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/global.d.ts +7 -6
  59. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/index.d.ts +4 -3
  60. package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts +7 -6
  61. package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/index.d.ts +4 -3
  62. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/global.d.ts +7 -6
  63. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/index.d.ts +4 -3
  64. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/global.d.ts +7 -6
  65. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/index.d.ts +4 -3
  66. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/global.d.ts +7 -6
  67. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/index.d.ts +4 -3
  68. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/global.d.ts +7 -6
  69. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/index.d.ts +4 -3
  70. package/types/uni/uts-plugin-api/lib/uni-installApk/utssdk/global.d.ts +7 -6
  71. package/types/uni/uts-plugin-api/lib/uni-installApk/utssdk/index.d.ts +4 -3
  72. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/global.d.ts +7 -6
  73. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/index.d.ts +4 -3
  74. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/global.d.ts +7 -6
  75. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/index.d.ts +4 -3
  76. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/global.d.ts +7 -6
  77. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/index.d.ts +4 -3
  78. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/global.d.ts +7 -6
  79. package/types/uni/uts-plugin-api/lib/uni-location/utssdk/index.d.ts +4 -3
  80. package/types/uni/uts-plugin-api/lib/uni-location-system/utssdk/global.d.ts +7 -6
  81. package/types/uni/uts-plugin-api/lib/uni-location-system/utssdk/index.d.ts +4 -3
  82. package/types/uni/uts-plugin-api/lib/uni-location-tencent/utssdk/global.d.ts +7 -6
  83. package/types/uni/uts-plugin-api/lib/uni-location-tencent/utssdk/index.d.ts +4 -3
  84. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/global.d.ts +7 -6
  85. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/index.d.ts +4 -3
  86. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +65 -66
  87. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/global.d.ts +11 -6
  88. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/index.d.ts +6 -3
  89. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/global.d.ts +7 -6
  90. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/index.d.ts +4 -3
  91. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/global.d.ts +7 -6
  92. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/index.d.ts +4 -3
  93. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/global.d.ts +7 -6
  94. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/index.d.ts +4 -3
  95. package/types/uni/uts-plugin-api/lib/uni-oauth-huawei/utssdk/global.d.ts +7 -6
  96. package/types/uni/uts-plugin-api/lib/uni-oauth-huawei/utssdk/index.d.ts +4 -3
  97. package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/global.d.ts +7 -6
  98. package/types/uni/uts-plugin-api/lib/uni-oauth-weixin/utssdk/index.d.ts +4 -3
  99. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/global.d.ts +7 -6
  100. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/index.d.ts +4 -3
  101. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/global.d.ts +7 -6
  102. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/index.d.ts +4 -3
  103. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/global.d.ts +7 -6
  104. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/index.d.ts +4 -3
  105. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/global.d.ts +7 -6
  106. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/index.d.ts +4 -3
  107. package/types/uni/uts-plugin-api/lib/uni-payment-alipay/utssdk/global.d.ts +7 -6
  108. package/types/uni/uts-plugin-api/lib/uni-payment-alipay/utssdk/index.d.ts +4 -3
  109. package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/global.d.ts +7 -6
  110. package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/index.d.ts +4 -3
  111. package/types/uni/uts-plugin-api/lib/uni-payment-wxpay/utssdk/global.d.ts +7 -6
  112. package/types/uni/uts-plugin-api/lib/uni-payment-wxpay/utssdk/index.d.ts +4 -3
  113. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/global.d.ts +7 -6
  114. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/index.d.ts +4 -3
  115. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/global.d.ts +7 -6
  116. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/index.d.ts +4 -3
  117. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/global.d.ts +7 -6
  118. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/index.d.ts +4 -3
  119. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/global.d.ts +7 -6
  120. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/index.d.ts +4 -3
  121. package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/global.d.ts +7 -6
  122. package/types/uni/uts-plugin-api/lib/uni-recorder/utssdk/index.d.ts +4 -3
  123. package/types/uni/uts-plugin-api/lib/uni-requestMerchantTransfer/utssdk/global.d.ts +7 -6
  124. package/types/uni/uts-plugin-api/lib/uni-requestMerchantTransfer/utssdk/index.d.ts +4 -3
  125. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/global.d.ts +7 -6
  126. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/index.d.ts +4 -3
  127. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/global.d.ts +7 -6
  128. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/index.d.ts +4 -3
  129. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/global.d.ts +7 -6
  130. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/index.d.ts +4 -3
  131. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/global.d.ts +7 -6
  132. package/types/uni/uts-plugin-api/lib/uni-screenBrightness/utssdk/index.d.ts +4 -3
  133. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/global.d.ts +7 -6
  134. package/types/uni/uts-plugin-api/lib/uni-share/utssdk/index.d.ts +4 -3
  135. package/types/uni/uts-plugin-api/lib/uni-share-weixin/utssdk/global.d.ts +7 -6
  136. package/types/uni/uts-plugin-api/lib/uni-share-weixin/utssdk/index.d.ts +4 -3
  137. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/global.d.ts +7 -6
  138. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/index.d.ts +4 -3
  139. package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/global.d.ts +11 -6
  140. package/types/uni/uts-plugin-api/lib/uni-showLoading/utssdk/index.d.ts +6 -3
  141. package/types/uni/uts-plugin-api/lib/uni-sse/utssdk/global.d.ts +9 -6
  142. package/types/uni/uts-plugin-api/lib/uni-sse/utssdk/index.d.ts +5 -3
  143. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/global.d.ts +7 -6
  144. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/index.d.ts +4 -3
  145. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/global.d.ts +7 -6
  146. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/index.d.ts +4 -3
  147. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/global.d.ts +7 -6
  148. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/index.d.ts +4 -3
  149. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/global.d.ts +7 -6
  150. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/index.d.ts +4 -3
  151. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/global.d.ts +7 -6
  152. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/index.d.ts +4 -3
  153. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/global.d.ts +7 -6
  154. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/index.d.ts +4 -3
  155. package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/global.d.ts +7 -6
  156. package/types/uni/uts-plugin-biz/lib/uni-facialVerify/utssdk/index.d.ts +4 -3
  157. package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/global.d.ts +7 -6
  158. package/types/uni/uts-plugin-biz/lib/uni-live-player/utssdk/index.d.ts +4 -3
  159. package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/global.d.ts +7 -6
  160. package/types/uni/uts-plugin-biz/lib/uni-live-pusher/utssdk/index.d.ts +4 -3
  161. package/types/uni/uts-plugin-biz/lib/uni-map-amap/utssdk/global.d.ts +7 -6
  162. package/types/uni/uts-plugin-biz/lib/uni-map-amap/utssdk/index.d.ts +4 -3
  163. package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/global.d.ts +7 -6
  164. package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/index.d.ts +4 -3
  165. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/global.d.ts +7 -6
  166. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/index.d.ts +4 -3
  167. package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/global.d.ts +7 -6
  168. package/types/uni/uts-plugin-biz/lib/uni-push-fcm/utssdk/index.d.ts +4 -3
  169. package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/global.d.ts +7 -6
  170. package/types/uni/uts-plugin-biz/lib/uni-push-gp/utssdk/index.d.ts +4 -3
  171. package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/global.d.ts +7 -6
  172. package/types/uni/uts-plugin-biz/lib/uni-push-hms/utssdk/index.d.ts +4 -3
  173. package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/global.d.ts +7 -6
  174. package/types/uni/uts-plugin-biz/lib/uni-push-honor/utssdk/index.d.ts +4 -3
  175. package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/global.d.ts +7 -6
  176. package/types/uni/uts-plugin-biz/lib/uni-push-mainland/utssdk/index.d.ts +4 -3
  177. package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/global.d.ts +7 -6
  178. package/types/uni/uts-plugin-biz/lib/uni-push-meizu/utssdk/index.d.ts +4 -3
  179. package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/global.d.ts +7 -6
  180. package/types/uni/uts-plugin-biz/lib/uni-push-oppo/utssdk/index.d.ts +4 -3
  181. package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/global.d.ts +7 -6
  182. package/types/uni/uts-plugin-biz/lib/uni-push-vivo/utssdk/index.d.ts +4 -3
  183. package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/global.d.ts +7 -6
  184. package/types/uni/uts-plugin-biz/lib/uni-push-xiaomi/utssdk/index.d.ts +4 -3
  185. package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/global.d.ts +7 -6
  186. package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/index.d.ts +4 -3
  187. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +7 -6
  188. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +4 -3
  189. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/global.d.ts +7 -6
  190. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/index.d.ts +4 -3
  191. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/global.d.ts +7 -6
  192. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/index.d.ts +4 -3
  193. package/types/uni/uts-plugin-component/lib/uni-input/utssdk/global.d.ts +7 -6
  194. package/types/uni/uts-plugin-component/lib/uni-input/utssdk/index.d.ts +4 -3
  195. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/global.d.ts +7 -6
  196. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/index.d.ts +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-app-x",
3
- "version": "0.7.84",
3
+ "version": "0.7.85",
4
4
  "description": "uni-app x types",
5
5
  "typings": "index.d.ts",
6
6
  "main": "index.d.ts",
@@ -7,9 +7,92 @@ import { UniNativeBaseView, } from "./UniNativeBaseView"
7
7
  */
8
8
  export interface UniNativeScrollView extends UniNativeBaseView {
9
9
 
10
+ /**
11
+ * 关联容器类型
12
+ */
13
+ associativeContainer(type: UniNativeScrollViewAssociativeContainerType): void
10
14
 
11
- }
15
+ /**
16
+ * 滚动方向
17
+ */
18
+ direction(type: UniNativeScrollViewDirectionType): void
19
+
20
+ /**
21
+ * 是否开启点击顶部状态栏滚动条返回顶部
22
+ */
23
+ enableBackToTop(value: boolean): void
24
+
25
+ /**
26
+ * 是否开启滚动回弹效果
27
+ */
28
+ bounces(value: boolean): void
29
+
30
+ /**
31
+ * 是否显示滚动条
32
+ */
33
+ showScrollbar(value: boolean): void
34
+
35
+ /**
36
+ * 距顶部/左边多远时(单位px),触发 scrolltoupper 事件
37
+ */
38
+ upperThreshold(value: number): void
39
+
40
+ /**
41
+ * 距底部/右边多远时(单位px),触发 scrolltolower 事件
42
+ */
43
+ lowerThreshold(value: number): void
44
+
45
+ /**
46
+ * 设置竖向滚动条位置
47
+ */
48
+ scrollTop(value: number): void
49
+
50
+ /**
51
+ * 设置横向滚动条位置
52
+ */
53
+ scrollLeft(value: number): void
54
+
55
+ /**
56
+ * 是否在设置滚动条位置时使用滚动动画,设置false没有滚动动画
57
+ */
58
+ scrollWithAnimation(value: boolean): void
59
+
60
+ /**
61
+ *下拉刷新样式
62
+ */
63
+ refresherDefaultStyle(type: UniNativeScrollViewRefresherStyleType): void
64
+
65
+ /**
66
+ * 是否开启下拉刷新
67
+ */
68
+ refresherEnabled(value: boolean): void
69
+
70
+ /**
71
+ * 下拉刷新阈值
72
+ */
73
+ refresherThreshold(value: number): void
74
+
75
+ /**
76
+ * 设置下拉最大拖拽距离(单位px),默认是下拉刷新控件高度的2.5倍
77
+ */
78
+ refresherMaxDragDistance(value: number): void
79
+
80
+ /**
81
+ * 下拉刷新区域背景颜色
82
+ */
83
+ refresherBackground(color: UniNativeColor): void
12
84
 
85
+ /**
86
+ * 默认是否进入下拉刷新状态
87
+ */
88
+ refresherTriggered(value: boolean): void
89
+
90
+ /**
91
+ * 渲染模式
92
+ */
93
+ type(type: UniNativeScrollViewType): void
94
+
95
+ }
13
96
 
14
97
  /**
15
98
  * scroll-view组件构造参数
@@ -26,6 +109,29 @@ export type UniNativeScrollViewOptions = {
26
109
  }
27
110
 
28
111
 
112
+ /**
113
+ * scroll-view组件渲染模式
114
+ */
115
+ export enum UniNativeScrollViewType {
116
+ /**
117
+ * 普通模式
118
+ */
119
+ Normal,
120
+ /**
121
+ * 嵌套模式
122
+ */
123
+ Nested,
124
+ /**
125
+ * 列表模式
126
+ */
127
+ List,
128
+ /**
129
+ * 自定义模式
130
+ */
131
+ Custom,
132
+ }
133
+
134
+
29
135
  /**
30
136
  * scroll-view组件滚动方向枚举值
31
137
  */
@@ -47,3 +153,33 @@ export enum UniNativeScrollViewDirectionType {
47
153
  */
48
154
  All,
49
155
  }
156
+
157
+ export enum UniNativeScrollViewAssociativeContainerType {
158
+ /**
159
+ * 无关联容器
160
+ */
161
+ None,
162
+ /**
163
+ * 关联嵌套的滚动容器
164
+ */
165
+ NestedScrollView,
166
+ }
167
+
168
+
169
+ /**
170
+ * scroll-view组件下拉刷新样式枚举值
171
+ */
172
+ export enum UniNativeScrollViewRefresherStyleType {
173
+ /**
174
+ * 深色样式
175
+ */
176
+ Black,
177
+ /**
178
+ * 浅色样式
179
+ */
180
+ White,
181
+ /**
182
+ * 无样式,自定义下拉刷新时使用
183
+ */
184
+ None,
185
+ }
@@ -25,6 +25,26 @@ export interface UniNativeTextView extends UniNativeBaseView {
25
25
  * 注:替换selectable
26
26
  */
27
27
  userSelect(value: boolean): UniNativeTextView
28
+
29
+ /**
30
+ * 是否支持hover样式更新
31
+ */
32
+ hover(value: boolean): UniNativeView
33
+ /**
34
+ * 是否阻止本节点的祖先节点出现点击态
35
+ * 默认值为false
36
+ */
37
+ hoverStopPropagation(value: boolean): UniNativeView
38
+ /**
39
+ * 按住后多久出现点击态,单位为毫秒
40
+ * 默认值为50ms
41
+ */
42
+ hoverStartTime(value: number): UniNativeView
43
+ /**
44
+ * 手指松开后点击态保留时间,单位为毫秒
45
+ * 默认值为400ms
46
+ */
47
+ hoverStayTime(value: number): UniNativeView
28
48
  }
29
49
 
30
50
 
@@ -151,6 +151,25 @@ declare global {
151
151
  * 设置处理空白字符
152
152
  */
153
153
  setWhiteSpace(whiteSpace: UniCSSWhiteSpace): void
154
+
155
+ /**
156
+ * 用于解决view组件 over 状态的样式更新与恢复,内部使用。
157
+ * 区分更新样式是排版相关还是渲染相关
158
+ * 排版相关通过FlexNode获取并备份数据,渲染相关需通过NativeView获取并备份数据:
159
+ * 按下时调用backupAndUpdateStyle备份样式
160
+ * 松开时调用restoreStyle恢复样式
161
+ *
162
+ * Android平台:在kotlin/c层分别实现
163
+ * iOS平台/鸿蒙平台:在c层实现
164
+ */
165
+ /**
166
+ * 备份并更新样式
167
+ */
168
+ backupAndUpdateStyle(): void
169
+ /**
170
+ * 恢复样式
171
+ */
172
+ restoreStyle(): void
154
173
  }
155
174
 
156
175
  }
@@ -4,7 +4,10 @@ import {
4
4
  UniNativeView as UniNativeViewOrigin,
5
5
  UniNativeViewStyles as UniNativeViewStylesOrigin,
6
6
  UniNativeTextView as UniNativeTextViewOrigin,
7
+ UniNativeScrollViewType as UniNativeScrollViewTypeOrigin,
7
8
  UniNativeScrollViewDirectionType as UniNativeScrollViewDirectionTypeOrigin,
9
+ UniNativeScrollViewAssociativeContainerType as UniNativeScrollViewAssociativeContainerTypeOrigin,
10
+ UniNativeScrollViewRefresherStyleType as UniNativeScrollViewRefresherStyleTypeOrigin,
8
11
  UniNativeScrollView as UniNativeScrollViewOrigin,
9
12
  UniNativeScrollViewOptions as UniNativeScrollViewOptionsOrigin,
10
13
  UniNativeImageView as UniNativeImageViewOrigin,
@@ -123,8 +126,14 @@ declare global {
123
126
  type UniNativeView = UniNativeViewOrigin
124
127
  type UniNativeViewStyles = UniNativeViewStylesOrigin
125
128
  type UniNativeTextView = UniNativeTextViewOrigin
129
+ const UniNativeScrollViewType: typeof UniNativeScrollViewTypeOrigin
130
+ type UniNativeScrollViewType = UniNativeScrollViewTypeOrigin
126
131
  const UniNativeScrollViewDirectionType: typeof UniNativeScrollViewDirectionTypeOrigin
127
132
  type UniNativeScrollViewDirectionType = UniNativeScrollViewDirectionTypeOrigin
133
+ const UniNativeScrollViewAssociativeContainerType: typeof UniNativeScrollViewAssociativeContainerTypeOrigin
134
+ type UniNativeScrollViewAssociativeContainerType = UniNativeScrollViewAssociativeContainerTypeOrigin
135
+ const UniNativeScrollViewRefresherStyleType: typeof UniNativeScrollViewRefresherStyleTypeOrigin
136
+ type UniNativeScrollViewRefresherStyleType = UniNativeScrollViewRefresherStyleTypeOrigin
128
137
  type UniNativeScrollView = UniNativeScrollViewOrigin
129
138
  type UniNativeScrollViewOptions = UniNativeScrollViewOptionsOrigin
130
139
  type UniNativeImageView = UniNativeImageViewOrigin
@@ -1,24 +1,29 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- Popover as PopoverOrigin,
2
+ import {
3
+ Popover as PopoverOrigin,
4
4
  ShowActionSheetErrorCode as ShowActionSheetErrorCodeOrigin,
5
5
  ShowActionSheetSuccess as ShowActionSheetSuccessOrigin,
6
6
  ShowActionSheetFail as ShowActionSheetFailOrigin,
7
7
  ShowActionSheetComplete as ShowActionSheetCompleteOrigin,
8
8
  ShowActionSheetOptions as ShowActionSheetOptionsOrigin,
9
9
  ShowActionSheet as ShowActionSheetOrigin,
10
+ ShowActionSheetSuccessImpl as ShowActionSheetSuccessImplOrigin,
11
+ ShowActionSheetFailImpl as ShowActionSheetFailImplOrigin,
10
12
  HideActionSheet as HideActionSheetOrigin,
11
13
  Uni as UniOrigin
12
- } from './interface'
14
+ } from './interface'
13
15
 
14
- declare global {
15
- type Popover = PopoverOrigin
16
+ declare global {
17
+ type Popover = PopoverOrigin
16
18
  type ShowActionSheetErrorCode = ShowActionSheetErrorCodeOrigin
17
19
  type ShowActionSheetSuccess = ShowActionSheetSuccessOrigin
18
20
  type ShowActionSheetFail = ShowActionSheetFailOrigin
19
21
  type ShowActionSheetComplete = ShowActionSheetCompleteOrigin
20
22
  type ShowActionSheetOptions = ShowActionSheetOptionsOrigin
21
23
  type ShowActionSheet = ShowActionSheetOrigin
24
+ type ShowActionSheetSuccessImpl = ShowActionSheetSuccessImplOrigin
25
+ type ShowActionSheetFailImpl = ShowActionSheetFailImplOrigin
22
26
  type HideActionSheet = HideActionSheetOrigin
23
27
  interface Uni extends UniOrigin { }
24
- }
28
+ }
29
+
@@ -1,11 +1,14 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- Popover,
2
+ export {
3
+ Popover,
4
4
  ShowActionSheetErrorCode,
5
5
  ShowActionSheetSuccess,
6
6
  ShowActionSheetFail,
7
7
  ShowActionSheetComplete,
8
8
  ShowActionSheetOptions,
9
9
  ShowActionSheet,
10
+ ShowActionSheetSuccessImpl,
11
+ ShowActionSheetFailImpl,
10
12
  HideActionSheet,
11
- } from './interface'
13
+ } from './interface'
14
+
@@ -1,6 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- AddPhoneContact as AddPhoneContactOrigin,
2
+ import {
3
+ AddPhoneContact as AddPhoneContactOrigin,
4
4
  AddPhoneContactSuccess as AddPhoneContactSuccessOrigin,
5
5
  AddPhoneContactSuccessCallback as AddPhoneContactSuccessCallbackOrigin,
6
6
  AddPhoneContactFail as AddPhoneContactFailOrigin,
@@ -9,10 +9,10 @@ import {
9
9
  AddPhoneContactCompleteCallback as AddPhoneContactCompleteCallbackOrigin,
10
10
  AddPhoneContactOptions as AddPhoneContactOptionsOrigin,
11
11
  Uni as UniOrigin
12
- } from './interface'
12
+ } from './interface'
13
13
 
14
- declare global {
15
- type AddPhoneContact = AddPhoneContactOrigin
14
+ declare global {
15
+ type AddPhoneContact = AddPhoneContactOrigin
16
16
  type AddPhoneContactSuccess = AddPhoneContactSuccessOrigin
17
17
  type AddPhoneContactSuccessCallback = AddPhoneContactSuccessCallbackOrigin
18
18
  type AddPhoneContactFail = AddPhoneContactFailOrigin
@@ -21,4 +21,5 @@ declare global {
21
21
  type AddPhoneContactCompleteCallback = AddPhoneContactCompleteCallbackOrigin
22
22
  type AddPhoneContactOptions = AddPhoneContactOptionsOrigin
23
23
  interface Uni extends UniOrigin { }
24
- }
24
+ }
25
+
@@ -1,6 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- AddPhoneContact,
2
+ export {
3
+ AddPhoneContact,
4
4
  AddPhoneContactSuccess,
5
5
  AddPhoneContactSuccessCallback,
6
6
  AddPhoneContactFail,
@@ -8,4 +8,5 @@ export {
8
8
  AddPhoneContactComplete,
9
9
  AddPhoneContactCompleteCallback,
10
10
  AddPhoneContactOptions,
11
- } from './interface'
11
+ } from './interface'
12
+
@@ -1,10 +1,11 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- ArrayBufferToBase64 as ArrayBufferToBase64Origin,
2
+ import {
3
+ ArrayBufferToBase64 as ArrayBufferToBase64Origin,
4
4
  Uni as UniOrigin
5
- } from './interface'
5
+ } from './interface'
6
6
 
7
- declare global {
8
- type ArrayBufferToBase64 = ArrayBufferToBase64Origin
7
+ declare global {
8
+ type ArrayBufferToBase64 = ArrayBufferToBase64Origin
9
9
  interface Uni extends UniOrigin { }
10
- }
10
+ }
11
+
@@ -1,4 +1,5 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- ArrayBufferToBase64,
4
- } from './interface'
2
+ export {
3
+ ArrayBufferToBase64,
4
+ } from './interface'
5
+
@@ -1,6 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- StartSoterAuthentication as StartSoterAuthenticationOrigin,
2
+ import {
3
+ StartSoterAuthentication as StartSoterAuthenticationOrigin,
4
4
  SoterAuthMode as SoterAuthModeOrigin,
5
5
  StartSoterAuthenticationSuccess as StartSoterAuthenticationSuccessOrigin,
6
6
  StartSoterAuthenticationSuccessCallback as StartSoterAuthenticationSuccessCallbackOrigin,
@@ -26,10 +26,10 @@ import {
26
26
  CheckIsSoterEnrolledInDeviceCompleteCallback as CheckIsSoterEnrolledInDeviceCompleteCallbackOrigin,
27
27
  CheckIsSoterEnrolledInDeviceOptions as CheckIsSoterEnrolledInDeviceOptionsOrigin,
28
28
  Uni as UniOrigin
29
- } from './interface'
29
+ } from './interface'
30
30
 
31
- declare global {
32
- type StartSoterAuthentication = StartSoterAuthenticationOrigin
31
+ declare global {
32
+ type StartSoterAuthentication = StartSoterAuthenticationOrigin
33
33
  type SoterAuthMode = SoterAuthModeOrigin
34
34
  type StartSoterAuthenticationSuccess = StartSoterAuthenticationSuccessOrigin
35
35
  type StartSoterAuthenticationSuccessCallback = StartSoterAuthenticationSuccessCallbackOrigin
@@ -55,4 +55,5 @@ declare global {
55
55
  type CheckIsSoterEnrolledInDeviceCompleteCallback = CheckIsSoterEnrolledInDeviceCompleteCallbackOrigin
56
56
  type CheckIsSoterEnrolledInDeviceOptions = CheckIsSoterEnrolledInDeviceOptionsOrigin
57
57
  interface Uni extends UniOrigin { }
58
- }
58
+ }
59
+
@@ -1,6 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- StartSoterAuthentication,
2
+ export {
3
+ StartSoterAuthentication,
4
4
  SoterAuthMode,
5
5
  StartSoterAuthenticationSuccess,
6
6
  StartSoterAuthenticationSuccessCallback,
@@ -25,4 +25,5 @@ export {
25
25
  CheckIsSoterEnrolledInDeviceComplete,
26
26
  CheckIsSoterEnrolledInDeviceCompleteCallback,
27
27
  CheckIsSoterEnrolledInDeviceOptions,
28
- } from './interface'
28
+ } from './interface'
29
+
@@ -1,8 +1,9 @@
1
1
  // 本文件为自动构建生成
2
- import {
2
+ import {
3
+
4
+ } from './interface'
3
5
 
4
- } from './interface'
5
-
6
- declare global {
7
-
8
- }
6
+ declare global {
7
+
8
+ }
9
+
@@ -1,4 +1,5 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
-
4
- } from './interface'
2
+ export {
3
+
4
+ } from './interface'
5
+
@@ -1,10 +1,11 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- Base64ToArrayBuffer as Base64ToArrayBufferOrigin,
2
+ import {
3
+ Base64ToArrayBuffer as Base64ToArrayBufferOrigin,
4
4
  Uni as UniOrigin
5
- } from './interface'
5
+ } from './interface'
6
6
 
7
- declare global {
8
- type Base64ToArrayBuffer = Base64ToArrayBufferOrigin
7
+ declare global {
8
+ type Base64ToArrayBuffer = Base64ToArrayBufferOrigin
9
9
  interface Uni extends UniOrigin { }
10
- }
10
+ }
11
+
@@ -1,4 +1,5 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- Base64ToArrayBuffer,
4
- } from './interface'
2
+ export {
3
+ Base64ToArrayBuffer,
4
+ } from './interface'
5
+
@@ -1,20 +1,25 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- ChooseLocationErrorCode as ChooseLocationErrorCodeOrigin,
2
+ import {
3
+ ChooseLocationErrorCode as ChooseLocationErrorCodeOrigin,
4
4
  ChooseLocationSuccess as ChooseLocationSuccessOrigin,
5
5
  ChooseLocationFail as ChooseLocationFailOrigin,
6
6
  ChooseLocationComplete as ChooseLocationCompleteOrigin,
7
7
  ChooseLocationOptions as ChooseLocationOptionsOrigin,
8
8
  ChooseLocation as ChooseLocationOrigin,
9
+ ChooseLocationSuccessImpl as ChooseLocationSuccessImplOrigin,
10
+ ChooseLocationFailImpl as ChooseLocationFailImplOrigin,
9
11
  Uni as UniOrigin
10
- } from './interface'
12
+ } from './interface'
11
13
 
12
- declare global {
13
- type ChooseLocationErrorCode = ChooseLocationErrorCodeOrigin
14
+ declare global {
15
+ type ChooseLocationErrorCode = ChooseLocationErrorCodeOrigin
14
16
  type ChooseLocationSuccess = ChooseLocationSuccessOrigin
15
17
  type ChooseLocationFail = ChooseLocationFailOrigin
16
18
  type ChooseLocationComplete = ChooseLocationCompleteOrigin
17
19
  type ChooseLocationOptions = ChooseLocationOptionsOrigin
18
20
  type ChooseLocation = ChooseLocationOrigin
21
+ type ChooseLocationSuccessImpl = ChooseLocationSuccessImplOrigin
22
+ type ChooseLocationFailImpl = ChooseLocationFailImplOrigin
19
23
  interface Uni extends UniOrigin { }
20
- }
24
+ }
25
+
@@ -1,9 +1,12 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- ChooseLocationErrorCode,
2
+ export {
3
+ ChooseLocationErrorCode,
4
4
  ChooseLocationSuccess,
5
5
  ChooseLocationFail,
6
6
  ChooseLocationComplete,
7
7
  ChooseLocationOptions,
8
8
  ChooseLocation,
9
- } from './interface'
9
+ ChooseLocationSuccessImpl,
10
+ ChooseLocationFailImpl,
11
+ } from './interface'
12
+
@@ -1,6 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- ChooseMediaErrorCode as ChooseMediaErrorCodeOrigin,
2
+ import {
3
+ ChooseMediaErrorCode as ChooseMediaErrorCodeOrigin,
4
4
  IChooseMediaError as IChooseMediaErrorOrigin,
5
5
  ChooseMediaFileType as ChooseMediaFileTypeOrigin,
6
6
  ChooseMediaTempFile as ChooseMediaTempFileOrigin,
@@ -13,10 +13,10 @@ import {
13
13
  ChooseMediaOptions as ChooseMediaOptionsOrigin,
14
14
  ChooseMedia as ChooseMediaOrigin,
15
15
  Uni as UniOrigin
16
- } from './interface'
16
+ } from './interface'
17
17
 
18
- declare global {
19
- type ChooseMediaErrorCode = ChooseMediaErrorCodeOrigin
18
+ declare global {
19
+ type ChooseMediaErrorCode = ChooseMediaErrorCodeOrigin
20
20
  type IChooseMediaError = IChooseMediaErrorOrigin
21
21
  type ChooseMediaFileType = ChooseMediaFileTypeOrigin
22
22
  type ChooseMediaTempFile = ChooseMediaTempFileOrigin
@@ -29,4 +29,5 @@ declare global {
29
29
  type ChooseMediaOptions = ChooseMediaOptionsOrigin
30
30
  type ChooseMedia = ChooseMediaOrigin
31
31
  interface Uni extends UniOrigin { }
32
- }
32
+ }
33
+
@@ -1,6 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- ChooseMediaErrorCode,
2
+ export {
3
+ ChooseMediaErrorCode,
4
4
  IChooseMediaError,
5
5
  ChooseMediaFileType,
6
6
  ChooseMediaTempFile,
@@ -12,4 +12,5 @@ export {
12
12
  ChooseMediaPageOrientation,
13
13
  ChooseMediaOptions,
14
14
  ChooseMedia,
15
- } from './interface'
15
+ } from './interface'
16
+
@@ -1,6 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- ClipBoardErrorCode as ClipBoardErrorCodeOrigin,
2
+ import {
3
+ ClipBoardErrorCode as ClipBoardErrorCodeOrigin,
4
4
  IClipBoardError as IClipBoardErrorOrigin,
5
5
  SetClipboardData as SetClipboardDataOrigin,
6
6
  SetClipboardDataSuccess as SetClipboardDataSuccessOrigin,
@@ -19,10 +19,10 @@ import {
19
19
  GetClipboardDataCompleteCallback as GetClipboardDataCompleteCallbackOrigin,
20
20
  GetClipboardDataOptions as GetClipboardDataOptionsOrigin,
21
21
  Uni as UniOrigin
22
- } from './interface'
22
+ } from './interface'
23
23
 
24
- declare global {
25
- type ClipBoardErrorCode = ClipBoardErrorCodeOrigin
24
+ declare global {
25
+ type ClipBoardErrorCode = ClipBoardErrorCodeOrigin
26
26
  type IClipBoardError = IClipBoardErrorOrigin
27
27
  type SetClipboardData = SetClipboardDataOrigin
28
28
  type SetClipboardDataSuccess = SetClipboardDataSuccessOrigin
@@ -41,4 +41,5 @@ declare global {
41
41
  type GetClipboardDataCompleteCallback = GetClipboardDataCompleteCallbackOrigin
42
42
  type GetClipboardDataOptions = GetClipboardDataOptionsOrigin
43
43
  interface Uni extends UniOrigin { }
44
- }
44
+ }
45
+
@@ -1,6 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- ClipBoardErrorCode,
2
+ export {
3
+ ClipBoardErrorCode,
4
4
  IClipBoardError,
5
5
  SetClipboardData,
6
6
  SetClipboardDataSuccess,
@@ -18,4 +18,5 @@ export {
18
18
  GetClipboardDataComplete,
19
19
  GetClipboardDataCompleteCallback,
20
20
  GetClipboardDataOptions,
21
- } from './interface'
21
+ } from './interface'
22
+
@@ -1,6 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- import {
3
- CreateInnerAudioContext as CreateInnerAudioContextOrigin,
2
+ import {
3
+ CreateInnerAudioContext as CreateInnerAudioContextOrigin,
4
4
  SetInnerAudioOptionSuccess as SetInnerAudioOptionSuccessOrigin,
5
5
  SetInnerAudioOptionSuccessCallback as SetInnerAudioOptionSuccessCallbackOrigin,
6
6
  SetInnerAudioOptionFail as SetInnerAudioOptionFailOrigin,
@@ -13,10 +13,10 @@ import {
13
13
  CreateInnerAudioContextErrorCode as CreateInnerAudioContextErrorCodeOrigin,
14
14
  ICreateInnerAudioContextFail as ICreateInnerAudioContextFailOrigin,
15
15
  Uni as UniOrigin
16
- } from './interface'
16
+ } from './interface'
17
17
 
18
- declare global {
19
- type CreateInnerAudioContext = CreateInnerAudioContextOrigin
18
+ declare global {
19
+ type CreateInnerAudioContext = CreateInnerAudioContextOrigin
20
20
  type SetInnerAudioOptionSuccess = SetInnerAudioOptionSuccessOrigin
21
21
  type SetInnerAudioOptionSuccessCallback = SetInnerAudioOptionSuccessCallbackOrigin
22
22
  type SetInnerAudioOptionFail = SetInnerAudioOptionFailOrigin
@@ -29,4 +29,5 @@ declare global {
29
29
  type CreateInnerAudioContextErrorCode = CreateInnerAudioContextErrorCodeOrigin
30
30
  type ICreateInnerAudioContextFail = ICreateInnerAudioContextFailOrigin
31
31
  interface Uni extends UniOrigin { }
32
- }
32
+ }
33
+
@@ -1,6 +1,6 @@
1
1
  // 本文件为自动构建生成
2
- export {
3
- CreateInnerAudioContext,
2
+ export {
3
+ CreateInnerAudioContext,
4
4
  SetInnerAudioOptionSuccess,
5
5
  SetInnerAudioOptionSuccessCallback,
6
6
  SetInnerAudioOptionFail,
@@ -12,4 +12,5 @@ export {
12
12
  InnerAudioContext,
13
13
  CreateInnerAudioContextErrorCode,
14
14
  ICreateInnerAudioContextFail,
15
- } from './interface'
15
+ } from './interface'
16
+