@dcloudio/uni-app-x 0.7.11 → 0.7.13

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 (238) hide show
  1. package/.prettierrc +5 -0
  2. package/README.md +1 -1
  3. package/index.d.ts +1 -1
  4. package/options.d.ts +9 -9
  5. package/package.json +27 -27
  6. package/types/app.d.ts +843 -843
  7. package/types/index.d.ts +7 -7
  8. package/types/native/AsyncApiResult.d.ts +7 -7
  9. package/types/native/CSSStyleDeclaration.d.ts +25 -25
  10. package/types/native/DOMRect.d.ts +56 -56
  11. package/types/native/DrawableContext.d.ts +162 -162
  12. package/types/native/INavigationBar.d.ts +22 -22
  13. package/types/native/IUniElement.d.ts +760 -777
  14. package/types/native/IUniError.d.ts +20 -20
  15. package/types/native/IUniForm.d.ts +9 -9
  16. package/types/native/NativeLoadFontFaceOptions.d.ts +11 -11
  17. package/types/native/NodeData.d.ts +22 -22
  18. package/types/native/PageNode.d.ts +6 -6
  19. package/types/native/SnapshotOptions.d.ts +63 -63
  20. package/types/native/SourceError.d.ts +46 -46
  21. package/types/native/UTSAndroidHookProxy.d.ts +14 -14
  22. package/types/native/UniAggregateError.d.ts +19 -19
  23. package/types/native/UniApp.d.ts +79 -66
  24. package/types/native/UniCallbackWrapper.d.ts +7 -7
  25. package/types/native/UniCustomEvent.d.ts +24 -24
  26. package/types/native/UniDocument.d.ts +83 -35
  27. package/types/native/UniElement.d.ts +74 -74
  28. package/types/native/UniError.d.ts +70 -70
  29. package/types/native/UniEvent.d.ts +62 -62
  30. package/types/native/UniFormControl.d.ts +8 -8
  31. package/types/native/UniFormControlElement.d.ts +14 -14
  32. package/types/native/UniImageErrorEvent.d.ts +33 -33
  33. package/types/native/UniImageLoadEvent.d.ts +37 -37
  34. package/types/native/UniInputBlurEvent.d.ts +36 -36
  35. package/types/native/UniInputConfirmEvent.d.ts +30 -30
  36. package/types/native/UniInputEvent.d.ts +38 -38
  37. package/types/native/UniInputFocusEvent.d.ts +53 -48
  38. package/types/native/UniNativePage.d.ts +219 -156
  39. package/types/native/UniNestedPreScrollEvent.d.ts +3 -4
  40. package/types/native/UniPageEvent.d.ts +10 -10
  41. package/types/native/UniPageManager.d.ts +17 -17
  42. package/types/native/UniPageScrollEvent.d.ts +13 -13
  43. package/types/native/UniPointerEvent.d.ts +74 -74
  44. package/types/native/UniRefresherEvent.d.ts +18 -18
  45. package/types/native/UniResizeEvent.d.ts +34 -34
  46. package/types/native/UniResizeObserver.d.ts +184 -0
  47. package/types/native/UniRichTextItemClickEvent.d.ts +41 -41
  48. package/types/native/UniScrollEvent.d.ts +42 -42
  49. package/types/native/UniScrollToLowerEvent.d.ts +23 -23
  50. package/types/native/UniScrollToUpperEvent.d.ts +23 -23
  51. package/types/native/UniStartNestedScrollEvent.d.ts +33 -33
  52. package/types/native/UniStopNestedScrollEvent.d.ts +28 -28
  53. package/types/native/UniSwiperAnimationFinishEvent.d.ts +22 -22
  54. package/types/native/UniSwiperChangeEvent.d.ts +22 -22
  55. package/types/native/UniSwiperTransitionEvent.d.ts +24 -24
  56. package/types/native/UniTabTapEvent.d.ts +18 -18
  57. package/types/native/UniTabsElement.d.ts +59 -29
  58. package/types/native/UniTextElement.d.ts +34 -17
  59. package/types/native/UniTextareaFocusEvent.d.ts +54 -49
  60. package/types/native/UniTouchEvent.d.ts +64 -64
  61. package/types/native/UniVideoElement.d.ts +70 -70
  62. package/types/native/UniWebViewDownloadEvent.d.ts +52 -52
  63. package/types/native/UniWebViewElement.d.ts +10 -10
  64. package/types/native/UniWebViewErrorEvent.d.ts +59 -47
  65. package/types/native/UniWebViewLoadEvent.d.ts +41 -36
  66. package/types/native/UniWebViewLoadingEvent.d.ts +41 -36
  67. package/types/native/UniWebViewMessageEvent.d.ts +36 -36
  68. package/types/native/UniWebViewServiceMessageEvent.d.ts +8 -8
  69. package/types/native/ViewToTempFilePathOptions.d.ts +47 -47
  70. package/types/native/WebViewStyles.d.ts +20 -20
  71. package/types/native/global.d.ts +530 -519
  72. package/types/native/index.d.ts +66 -65
  73. package/types/native-global/index.d.ts +1 -1
  74. package/types/page.d.ts +1593 -1593
  75. package/types/process.d.ts +5 -5
  76. package/types/uni/base/index.d.ts +3 -3
  77. package/types/uni/env/index.d.ts +64 -64
  78. package/types/uni/global.d.ts +5 -6
  79. package/types/uni/index.d.ts +2 -3
  80. package/types/uni/uts-plugin-api/global.d.ts +35 -23
  81. package/types/uni/uts-plugin-api/index.d.ts +35 -23
  82. package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/global.d.ts +18 -18
  83. package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/index.d.ts +8 -8
  84. package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/interface.d.ts +43 -43
  85. package/types/uni/{core/lib/ui/create-selector-query → uts-plugin-api/lib/uni-createSelectorQuery/utssdk}/global.d.ts +20 -20
  86. package/types/uni/{core/lib/ui/create-selector-query → uts-plugin-api/lib/uni-createSelectorQuery/utssdk}/index.d.ts +9 -9
  87. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +412 -0
  88. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/global.d.ts +12 -12
  89. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/index.d.ts +5 -5
  90. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +129 -99
  91. package/types/uni/{core/lib/base/event → uts-plugin-api/lib/uni-event/utssdk}/global.d.ts +16 -16
  92. package/types/uni/{core/lib/base/event → uts-plugin-api/lib/uni-event/utssdk}/index.d.ts +7 -7
  93. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +277 -0
  94. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/global.d.ts +26 -26
  95. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/index.d.ts +12 -12
  96. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +82 -82
  97. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/global.d.ts +136 -66
  98. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/index.d.ts +67 -32
  99. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +1784 -423
  100. package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/global.d.ts +10 -10
  101. package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/index.d.ts +4 -4
  102. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/global.d.ts +12 -12
  103. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/index.d.ts +5 -5
  104. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +116 -112
  105. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/global.d.ts +14 -14
  106. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/index.d.ts +6 -6
  107. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +398 -350
  108. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/global.d.ts +14 -14
  109. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/index.d.ts +6 -6
  110. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +2 -2
  111. package/types/uni/{core/lib/ui/get-element-by-id → uts-plugin-api/lib/uni-getElementById/utssdk}/global.d.ts +10 -10
  112. package/types/uni/{core/lib/ui/get-element-by-id → uts-plugin-api/lib/uni-getElementById/utssdk}/index.d.ts +4 -4
  113. package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/interface.d.ts +73 -0
  114. package/types/uni/{core/lib/lifecycle → uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk}/global.d.ts +12 -10
  115. package/types/uni/{core/lib/lifecycle → uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk}/index.d.ts +5 -4
  116. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +39 -0
  117. package/types/uni/uts-plugin-api/lib/uni-getLocation-system/utssdk/global.d.ts +20 -20
  118. package/types/uni/uts-plugin-api/lib/uni-getLocation-system/utssdk/index.d.ts +9 -9
  119. package/types/uni/uts-plugin-api/lib/uni-getLocation-system/utssdk/interface.d.ts +151 -151
  120. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/global.d.ts +24 -24
  121. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/index.d.ts +11 -11
  122. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +1 -1
  123. package/types/uni/{core/lib/performance → uts-plugin-api/lib/uni-getPerformance/utssdk}/global.d.ts +22 -22
  124. package/types/uni/{core/lib/performance → uts-plugin-api/lib/uni-getPerformance/utssdk}/index.d.ts +10 -10
  125. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +157 -0
  126. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/global.d.ts +24 -24
  127. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/index.d.ts +11 -11
  128. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +84 -88
  129. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/global.d.ts +30 -30
  130. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/index.d.ts +14 -14
  131. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +35 -35
  132. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/global.d.ts +12 -12
  133. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/index.d.ts +5 -5
  134. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +2 -2
  135. package/types/uni/uts-plugin-api/lib/uni-installApk/utssdk/global.d.ts +24 -24
  136. package/types/uni/uts-plugin-api/lib/uni-installApk/utssdk/index.d.ts +11 -11
  137. package/types/uni/{core/lib/base/interceptor → uts-plugin-api/lib/uni-interceptor/utssdk}/global.d.ts +16 -18
  138. package/types/uni/{core/lib/base/interceptor → uts-plugin-api/lib/uni-interceptor/utssdk}/index.d.ts +7 -8
  139. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +152 -0
  140. package/types/uni/{core/lib/ui/load-font-face → uts-plugin-api/lib/uni-loadFontFace/utssdk}/global.d.ts +26 -26
  141. package/types/uni/{core/lib/ui/load-font-face → uts-plugin-api/lib/uni-loadFontFace/utssdk}/index.d.ts +12 -12
  142. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +557 -0
  143. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +158 -158
  144. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +78 -78
  145. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/interface.d.ts +926 -906
  146. package/types/uni/{core/lib/ui/set-navigation-bar-color → uts-plugin-api/lib/uni-navigationBar/utssdk}/global.d.ts +44 -28
  147. package/types/uni/{core/lib/ui/set-navigation-bar-color → uts-plugin-api/lib/uni-navigationBar/utssdk}/index.d.ts +21 -13
  148. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +794 -0
  149. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/app-ios/global.d.ts +78 -68
  150. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/app-ios/index.d.ts +38 -33
  151. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/app-ios/interface.d.ts +110 -41
  152. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/global.d.ts +72 -72
  153. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/index.d.ts +35 -35
  154. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +48 -31
  155. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/global.d.ts +24 -24
  156. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/index.d.ts +11 -11
  157. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +2 -2
  158. package/types/uni/{core/lib/ui/page-scroll-to → uts-plugin-api/lib/uni-pageScrollTo/utssdk}/global.d.ts +24 -26
  159. package/types/uni/{core/lib/ui/page-scroll-to → uts-plugin-api/lib/uni-pageScrollTo/utssdk}/index.d.ts +11 -12
  160. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +143 -0
  161. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/global.d.ts +32 -30
  162. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/index.d.ts +15 -14
  163. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +2 -1
  164. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/global.d.ts +74 -74
  165. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/index.d.ts +36 -36
  166. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +45 -45
  167. package/types/uni/{core/lib/ui/pull-down-refresh → uts-plugin-api/lib/uni-pullDownRefresh/utssdk}/global.d.ts +26 -28
  168. package/types/uni/{core/lib/ui/pull-down-refresh → uts-plugin-api/lib/uni-pullDownRefresh/utssdk}/index.d.ts +12 -13
  169. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +174 -0
  170. package/types/uni/{core/lib/route → uts-plugin-api/lib/uni-route/utssdk}/global.d.ts +58 -68
  171. package/types/uni/{core/lib/route → uts-plugin-api/lib/uni-route/utssdk}/index.d.ts +28 -33
  172. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +2020 -0
  173. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/global.d.ts +10 -10
  174. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/index.d.ts +4 -4
  175. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +33 -33
  176. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/global.d.ts +78 -78
  177. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/index.d.ts +38 -38
  178. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +531 -531
  179. package/types/uni/{core/lib/ui/tab-bar → uts-plugin-api/lib/uni-tabBar/utssdk}/global.d.ts +132 -130
  180. package/types/uni/{core/lib/ui/tab-bar → uts-plugin-api/lib/uni-tabBar/utssdk}/index.d.ts +65 -64
  181. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +926 -0
  182. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/global.d.ts +58 -58
  183. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/index.d.ts +28 -28
  184. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +78 -78
  185. package/types/uni/uts-plugin-biz/global.d.ts +4 -4
  186. package/types/uni/uts-plugin-biz/index.d.ts +4 -4
  187. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/global.d.ts +36 -36
  188. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/index.d.ts +17 -17
  189. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +132 -132
  190. package/types/uni/uts-plugin-biz/lib/uni-facialRecognitionVerify/utssdk/global.d.ts +28 -28
  191. package/types/uni/uts-plugin-biz/lib/uni-facialRecognitionVerify/utssdk/index.d.ts +13 -13
  192. package/types/uni/uts-plugin-biz/lib/uni-facialRecognitionVerify/utssdk/interface.d.ts +141 -141
  193. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/global.d.ts +56 -56
  194. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/index.d.ts +27 -27
  195. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +46 -46
  196. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +22 -22
  197. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/interface.d.ts +203 -203
  198. package/types/uni/uts-plugin-component/global.d.ts +1 -1
  199. package/types/uni/uts-plugin-component/index.d.ts +1 -1
  200. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/global.d.ts +64 -64
  201. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/index.d.ts +31 -31
  202. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +404 -354
  203. package/types/uni-cloud/index.d.ts +59 -59
  204. package/types/uni-cloud/interface.d.ts +848 -801
  205. package/types/uni-cloud/unicloud-db/index.d.ts +81 -0
  206. package/types/uni-cloud/unicloud-db/index.ts +313 -313
  207. package/types/uni-global/index.d.ts +1 -1
  208. package/types/vue/CheckboxGroupChangeEvent.d.ts +36 -36
  209. package/types/vue/LifeCycle.d.ts +55 -55
  210. package/types/vue/PickerViewChangeEvent.d.ts +36 -36
  211. package/types/vue/ProgressActiveendEvent.d.ts +30 -30
  212. package/types/vue/RadioGroupChangeEvent.d.ts +36 -36
  213. package/types/vue/SliderChangeEvent.d.ts +32 -32
  214. package/types/vue/SwitchChangeEvent.d.ts +30 -30
  215. package/types/vue/UniCanvasElement.d.ts +270 -270
  216. package/types/vue/UniCloudDBElement.d.ts +215 -215
  217. package/types/vue/UniFormElement.d.ts +51 -51
  218. package/types/vue/UniNavigatorElement.d.ts +7 -7
  219. package/types/vue/index.d.ts +11 -11
  220. package/uts-plugin.d.ts +27 -26
  221. package/types/uni/core/global.d.ts +0 -13
  222. package/types/uni/core/index.d.ts +0 -13
  223. package/types/uni/core/lib/base/event/interface.d.ts +0 -277
  224. package/types/uni/core/lib/base/interceptor/interface.d.ts +0 -150
  225. package/types/uni/core/lib/interface.d.ts +0 -28
  226. package/types/uni/core/lib/lifecycle/interface.d.ts +0 -37
  227. package/types/uni/core/lib/performance/interface.d.ts +0 -157
  228. package/types/uni/core/lib/route/interface.d.ts +0 -2031
  229. package/types/uni/core/lib/ui/create-selector-query/interface.d.ts +0 -412
  230. package/types/uni/core/lib/ui/get-element-by-id/interface.d.ts +0 -73
  231. package/types/uni/core/lib/ui/load-font-face/interface.d.ts +0 -560
  232. package/types/uni/core/lib/ui/page-scroll-to/interface.d.ts +0 -145
  233. package/types/uni/core/lib/ui/pull-down-refresh/interface.d.ts +0 -176
  234. package/types/uni/core/lib/ui/set-navigation-bar-color/interface.d.ts +0 -431
  235. package/types/uni/core/lib/ui/set-navigation-bar-title/global.d.ts +0 -28
  236. package/types/uni/core/lib/ui/set-navigation-bar-title/index.d.ts +0 -13
  237. package/types/uni/core/lib/ui/set-navigation-bar-title/interface.d.ts +0 -368
  238. package/types/uni/core/lib/ui/tab-bar/interface.d.ts +0 -928
@@ -1,519 +1,530 @@
1
- // 本文件为自动构建生成
2
- import {
3
- WebViewStyles as WebViewStylesOrigin,
4
- WebViewProgressStyles as WebViewProgressStylesOrigin,
5
- ViewToTempFilePathSuccess as ViewToTempFilePathSuccessOrigin,
6
- ViewToTempFilePathFail as ViewToTempFilePathFailOrigin,
7
- ViewToTempFilePathOptions as ViewToTempFilePathOptionsOrigin,
8
- UniWebViewServiceMessageEvent as UniWebViewServiceMessageEventOrigin,
9
- WebViewServiceMessageEvent as WebViewServiceMessageEventOrigin,
10
- UniWebViewMessageEventDetail as UniWebViewMessageEventDetailOrigin,
11
- UniWebViewMessageEvent as UniWebViewMessageEventOrigin,
12
- WebViewMessageEventDetail as WebViewMessageEventDetailOrigin,
13
- WebViewMessageEvent as WebViewMessageEventOrigin,
14
- UniWebViewLoadingEventDetail as UniWebViewLoadingEventDetailOrigin,
15
- UniWebViewLoadingEvent as UniWebViewLoadingEventOrigin,
16
- WebViewLoadingEventDetail as WebViewLoadingEventDetailOrigin,
17
- WebViewLoadingEvent as WebViewLoadingEventOrigin,
18
- UniWebViewLoadEventDetail as UniWebViewLoadEventDetailOrigin,
19
- UniWebViewLoadEvent as UniWebViewLoadEventOrigin,
20
- WebViewLoadedEventDetail as WebViewLoadedEventDetailOrigin,
21
- WebViewLoadedEvent as WebViewLoadedEventOrigin,
22
- UniWebViewErrorEventDetail as UniWebViewErrorEventDetailOrigin,
23
- UniWebViewErrorEvent as UniWebViewErrorEventOrigin,
24
- WebViewErrorEventDetail as WebViewErrorEventDetailOrigin,
25
- WebViewErrorEvent as WebViewErrorEventOrigin,
26
- UniWebViewElementImpl as UniWebViewElementImplOrigin,
27
- UniWebViewDownloadEventDetail as UniWebViewDownloadEventDetailOrigin,
28
- UniWebViewDownloadEvent as UniWebViewDownloadEventOrigin,
29
- WebViewDownloadEventDetail as WebViewDownloadEventDetailOrigin,
30
- WebViewDownloadEvent as WebViewDownloadEventOrigin,
31
- UniVideoElement as UniVideoElementOrigin,
32
- Danmu as DanmuOrigin,
33
- RequestFullScreenOptions as RequestFullScreenOptionsOrigin,
34
- UniTouch as UniTouchOrigin,
35
- UniTouchEvent as UniTouchEventOrigin,
36
- Touch as TouchOrigin,
37
- TouchEvent as TouchEventOrigin,
38
- UniTextareaLineChangeEventDetail as UniTextareaLineChangeEventDetailOrigin,
39
- UniTextareaLineChangeEvent as UniTextareaLineChangeEventOrigin,
40
- TextareaLineChangeEvent as TextareaLineChangeEventOrigin,
41
- TextareaLineChangeEventDetail as TextareaLineChangeEventDetailOrigin,
42
- UniTextareaFocusEventDetail as UniTextareaFocusEventDetailOrigin,
43
- UniTextareaFocusEvent as UniTextareaFocusEventOrigin,
44
- TextareaFocusEvent as TextareaFocusEventOrigin,
45
- TextareaFocusEventDetail as TextareaFocusEventDetailOrigin,
46
- UniTextareaBlurEventDetail as UniTextareaBlurEventDetailOrigin,
47
- UniTextareaBlurEvent as UniTextareaBlurEventOrigin,
48
- TextareaBlurEvent as TextareaBlurEventOrigin,
49
- TextareaBlurEventDetail as TextareaBlurEventDetailOrigin,
50
- UniTextElementImpl as UniTextElementImplOrigin,
51
- UniTabsElementImpl as UniTabsElementImplOrigin,
52
- UniTabTapEvent as UniTabTapEventOrigin,
53
- TabTapEvent as TabTapEventOrigin,
54
- UniSwiperTransitionDetail as UniSwiperTransitionDetailOrigin,
55
- UniSwiperTransitionEvent as UniSwiperTransitionEventOrigin,
56
- SwiperTransitionEvent as SwiperTransitionEventOrigin,
57
- UniSwiperChangeDetail as UniSwiperChangeDetailOrigin,
58
- UniSwiperChangeEvent as UniSwiperChangeEventOrigin,
59
- SwiperChangeEvent as SwiperChangeEventOrigin,
60
- UniSwiperAnimationFinishDetail as UniSwiperAnimationFinishDetailOrigin,
61
- UniSwiperAnimationFinishEvent as UniSwiperAnimationFinishEventOrigin,
62
- SwiperAnimationFinishEvent as SwiperAnimationFinishEventOrigin,
63
- UniStopNestedScrollEvent as UniStopNestedScrollEventOrigin,
64
- StopNestedScrollEvent as StopNestedScrollEventOrigin,
65
- UniStartNestedScrollEvent as UniStartNestedScrollEventOrigin,
66
- StartNestedScrollEvent as StartNestedScrollEventOrigin,
67
- UniScrollToUpperEventDetail as UniScrollToUpperEventDetailOrigin,
68
- UniScrollToUpperEvent as UniScrollToUpperEventOrigin,
69
- ScrollToUpperEvent as ScrollToUpperEventOrigin,
70
- UniScrollToLowerEventDetail as UniScrollToLowerEventDetailOrigin,
71
- UniScrollToLowerEvent as UniScrollToLowerEventOrigin,
72
- ScrollToLowerEvent as ScrollToLowerEventOrigin,
73
- UniScrollEvent as UniScrollEventOrigin,
74
- ScrollEvent as ScrollEventOrigin,
75
- UniRichTextItemClickEventDetail as UniRichTextItemClickEventDetailOrigin,
76
- UniRichTextItemClickEvent as UniRichTextItemClickEventOrigin,
77
- RichTextItemClickEventDetail as RichTextItemClickEventDetailOrigin,
78
- RichTextItemClickEvent as RichTextItemClickEventOrigin,
79
- UniResizeEvent as UniResizeEventOrigin,
80
- ResizeEvent as ResizeEventOrigin,
81
- UniRefresherEventDetail as UniRefresherEventDetailOrigin,
82
- UniRefresherEvent as UniRefresherEventOrigin,
83
- RefresherEvent as RefresherEventOrigin,
84
- UniPointerEvent as UniPointerEventOrigin,
85
- PointerEvent as PointerEventOrigin,
86
- MouseEvent as MouseEventOrigin,
87
- UniMouseEvent as UniMouseEventOrigin,
88
- UniPageScrollEvent as UniPageScrollEventOrigin,
89
- PageScrollEvent as PageScrollEventOrigin,
90
- UniPageManager as UniPageManagerOrigin,
91
- IPageManager as IPageManagerOrigin,
92
- UniPageEvent as UniPageEventOrigin,
93
- PageEvent as PageEventOrigin,
94
- UniNestedPreScrollEvent as UniNestedPreScrollEventOrigin,
95
- NestedPreScrollEvent as NestedPreScrollEventOrigin,
96
- UniNativePage as UniNativePageOrigin,
97
- UniPage as UniPageOrigin,
98
- IPage as IPageOrigin,
99
- UniInputKeyboardHeightChangeEventDetail as UniInputKeyboardHeightChangeEventDetailOrigin,
100
- UniInputKeyboardHeightChangeEvent as UniInputKeyboardHeightChangeEventOrigin,
101
- InputKeyboardHeightChangeEvent as InputKeyboardHeightChangeEventOrigin,
102
- InputKeyboardHeightChangeEventDetail as InputKeyboardHeightChangeEventDetailOrigin,
103
- UniInputFocusEventDetail as UniInputFocusEventDetailOrigin,
104
- UniInputFocusEvent as UniInputFocusEventOrigin,
105
- InputFocusEvent as InputFocusEventOrigin,
106
- InputFocusEventDetail as InputFocusEventDetailOrigin,
107
- UniInputEventDetail as UniInputEventDetailOrigin,
108
- UniInputEvent as UniInputEventOrigin,
109
- InputEvent as InputEventOrigin,
110
- InputEventDetail as InputEventDetailOrigin,
111
- UniInputConfirmEventDetail as UniInputConfirmEventDetailOrigin,
112
- UniInputConfirmEvent as UniInputConfirmEventOrigin,
113
- InputConfirmEvent as InputConfirmEventOrigin,
114
- InputConfirmEventDetail as InputConfirmEventDetailOrigin,
115
- UniInputBlurEventDetail as UniInputBlurEventDetailOrigin,
116
- UniInputBlurEvent as UniInputBlurEventOrigin,
117
- InputBlurEvent as InputBlurEventOrigin,
118
- InputBlurEventDetail as InputBlurEventDetailOrigin,
119
- UniImageLoadEventDetail as UniImageLoadEventDetailOrigin,
120
- UniImageLoadEvent as UniImageLoadEventOrigin,
121
- ImageLoadEventDetail as ImageLoadEventDetailOrigin,
122
- ImageLoadEvent as ImageLoadEventOrigin,
123
- UniImageErrorEventDetail as UniImageErrorEventDetailOrigin,
124
- UniImageErrorEvent as UniImageErrorEventOrigin,
125
- ImageErrorEventDetail as ImageErrorEventDetailOrigin,
126
- ImageErrorEvent as ImageErrorEventOrigin,
127
- UniFormControlElement as UniFormControlElementOrigin,
128
- UniEvent as UniEventOrigin,
129
- UniKeyEvent as UniKeyEventOrigin,
130
- Event as EventOrigin,
131
- KeyEvent as KeyEventOrigin,
132
- UniError as UniErrorOrigin,
133
- UniElementImpl as UniElementImplOrigin,
134
- UniViewElementImpl as UniViewElementImplOrigin,
135
- UniDocument as UniDocumentOrigin,
136
- IDocument as IDocumentOrigin,
137
- UniCustomEventOptions as UniCustomEventOptionsOrigin,
138
- UniCustomEvent as UniCustomEventOrigin,
139
- CustomEventOptions as CustomEventOptionsOrigin,
140
- CustomEvent as CustomEventOrigin,
141
- UniCallbackWrapper as UniCallbackWrapperOrigin,
142
- UniApp as UniAppOrigin,
143
- IApp as IAppOrigin,
144
- UniAggregateError as UniAggregateErrorOrigin,
145
- UTSAndroidHookProxy as UTSAndroidHookProxyOrigin,
146
- SourceError as SourceErrorOrigin,
147
- TakeSnapshotOptions as TakeSnapshotOptionsOrigin,
148
- TakeSnapshotSuccess as TakeSnapshotSuccessOrigin,
149
- TakeSnapshotFail as TakeSnapshotFailOrigin,
150
- TakeSnapshotSuccessCallback as TakeSnapshotSuccessCallbackOrigin,
151
- TakeSnapshotFailCallback as TakeSnapshotFailCallbackOrigin,
152
- TakeSnapshotCompleteCallback as TakeSnapshotCompleteCallbackOrigin,
153
- PageNode as PageNodeOrigin,
154
- NodeData as NodeDataOrigin,
155
- INodeData as INodeDataOrigin,
156
- NativeLoadFontFaceFail as NativeLoadFontFaceFailOrigin,
157
- NativeLoadFontFaceOptions as NativeLoadFontFaceOptionsOrigin,
158
- IUniForm as IUniFormOrigin,
159
- IUniError as IUniErrorOrigin,
160
- UniElement as UniElementOrigin,
161
- INode as INodeOrigin,
162
- Element as ElementOrigin,
163
- UniViewElement as UniViewElementOrigin,
164
- UniScrollViewElement as UniScrollViewElementOrigin,
165
- UniListViewElement as UniListViewElementOrigin,
166
- UniListItemElement as UniListItemElementOrigin,
167
- UniSwiperElement as UniSwiperElementOrigin,
168
- UniSwiperItemElement as UniSwiperItemElementOrigin,
169
- UniImageElement as UniImageElementOrigin,
170
- UniInputElement as UniInputElementOrigin,
171
- UniTextareaElement as UniTextareaElementOrigin,
172
- UniRichTextElement as UniRichTextElementOrigin,
173
- UniStickyHeaderElement as UniStickyHeaderElementOrigin,
174
- UniStickySectionElement as UniStickySectionElementOrigin,
175
- UniTabsElement as UniTabsElementOrigin,
176
- ITabsNode as ITabsNodeOrigin,
177
- UniTextElement as UniTextElementOrigin,
178
- TextElement as TextElementOrigin,
179
- UniWebViewElement as UniWebViewElementOrigin,
180
- IWebViewNode as IWebViewNodeOrigin,
181
- UniCommentElement as UniCommentElementOrigin,
182
- IComment as ICommentOrigin,
183
- UniNestedScrollHeaderElement as UniNestedScrollHeaderElementOrigin,
184
- UniNestedScrollBodyElement as UniNestedScrollBodyElementOrigin,
185
- INavigationBar as INavigationBarOrigin,
186
- DrawableContext as DrawableContextOrigin,
187
- DOMRect as DOMRectOrigin,
188
- CSSStyleDeclaration as CSSStyleDeclarationOrigin,
189
- AsyncApiResult as AsyncApiResultOrigin,
190
- } from './index'
191
-
192
- declare global {
193
- const WebViewStyles: typeof WebViewStylesOrigin
194
- type WebViewStyles = WebViewStylesOrigin
195
- const WebViewProgressStyles: typeof WebViewProgressStylesOrigin
196
- type WebViewProgressStyles = WebViewProgressStylesOrigin
197
- const ViewToTempFilePathSuccess: typeof ViewToTempFilePathSuccessOrigin
198
- type ViewToTempFilePathSuccess = ViewToTempFilePathSuccessOrigin
199
- const ViewToTempFilePathFail: typeof ViewToTempFilePathFailOrigin
200
- type ViewToTempFilePathFail = ViewToTempFilePathFailOrigin
201
- const ViewToTempFilePathOptions: typeof ViewToTempFilePathOptionsOrigin
202
- type ViewToTempFilePathOptions = ViewToTempFilePathOptionsOrigin
203
- const UniWebViewServiceMessageEvent: typeof UniWebViewServiceMessageEventOrigin
204
- type UniWebViewServiceMessageEvent = UniWebViewServiceMessageEventOrigin
205
- const WebViewServiceMessageEvent: typeof WebViewServiceMessageEventOrigin
206
- type WebViewServiceMessageEvent = WebViewServiceMessageEventOrigin
207
- const UniWebViewMessageEventDetail: typeof UniWebViewMessageEventDetailOrigin
208
- type UniWebViewMessageEventDetail = UniWebViewMessageEventDetailOrigin
209
- const UniWebViewMessageEvent: typeof UniWebViewMessageEventOrigin
210
- type UniWebViewMessageEvent = UniWebViewMessageEventOrigin
211
- const WebViewMessageEventDetail: typeof WebViewMessageEventDetailOrigin
212
- const WebViewMessageEvent: typeof WebViewMessageEventOrigin
213
- type WebViewMessageEventDetail = WebViewMessageEventDetailOrigin
214
- type WebViewMessageEvent = WebViewMessageEventOrigin
215
- const UniWebViewLoadingEventDetail: typeof UniWebViewLoadingEventDetailOrigin
216
- type UniWebViewLoadingEventDetail = UniWebViewLoadingEventDetailOrigin
217
- const UniWebViewLoadingEvent: typeof UniWebViewLoadingEventOrigin
218
- type UniWebViewLoadingEvent = UniWebViewLoadingEventOrigin
219
- const WebViewLoadingEventDetail: typeof WebViewLoadingEventDetailOrigin
220
- const WebViewLoadingEvent: typeof WebViewLoadingEventOrigin
221
- type WebViewLoadingEventDetail = WebViewLoadingEventDetailOrigin
222
- type WebViewLoadingEvent = WebViewLoadingEventOrigin
223
- const UniWebViewLoadEventDetail: typeof UniWebViewLoadEventDetailOrigin
224
- type UniWebViewLoadEventDetail = UniWebViewLoadEventDetailOrigin
225
- const UniWebViewLoadEvent: typeof UniWebViewLoadEventOrigin
226
- type UniWebViewLoadEvent = UniWebViewLoadEventOrigin
227
- const WebViewLoadedEventDetail: typeof WebViewLoadedEventDetailOrigin
228
- const WebViewLoadedEvent: typeof WebViewLoadedEventOrigin
229
- type WebViewLoadedEventDetail = WebViewLoadedEventDetailOrigin
230
- type WebViewLoadedEvent = WebViewLoadedEventOrigin
231
- const UniWebViewErrorEventDetail: typeof UniWebViewErrorEventDetailOrigin
232
- type UniWebViewErrorEventDetail = UniWebViewErrorEventDetailOrigin
233
- const UniWebViewErrorEvent: typeof UniWebViewErrorEventOrigin
234
- type UniWebViewErrorEvent = UniWebViewErrorEventOrigin
235
- const WebViewErrorEventDetail: typeof WebViewErrorEventDetailOrigin
236
- const WebViewErrorEvent: typeof WebViewErrorEventOrigin
237
- type WebViewErrorEventDetail = WebViewErrorEventDetailOrigin
238
- type WebViewErrorEvent = WebViewErrorEventOrigin
239
- const UniWebViewElementImpl: typeof UniWebViewElementImplOrigin
240
- type UniWebViewElementImpl = UniWebViewElementImplOrigin
241
- const UniWebViewDownloadEventDetail: typeof UniWebViewDownloadEventDetailOrigin
242
- type UniWebViewDownloadEventDetail = UniWebViewDownloadEventDetailOrigin
243
- const UniWebViewDownloadEvent: typeof UniWebViewDownloadEventOrigin
244
- type UniWebViewDownloadEvent = UniWebViewDownloadEventOrigin
245
- const WebViewDownloadEventDetail: typeof WebViewDownloadEventDetailOrigin
246
- const WebViewDownloadEvent: typeof WebViewDownloadEventOrigin
247
- type WebViewDownloadEventDetail = WebViewDownloadEventDetailOrigin
248
- type WebViewDownloadEvent = WebViewDownloadEventOrigin
249
- type UniVideoElement = UniVideoElementOrigin
250
- type Danmu = DanmuOrigin
251
- type RequestFullScreenOptions = RequestFullScreenOptionsOrigin
252
- const UniTouch: typeof UniTouchOrigin
253
- type UniTouch = UniTouchOrigin
254
- const UniTouchEvent: typeof UniTouchEventOrigin
255
- type UniTouchEvent = UniTouchEventOrigin
256
- const Touch: typeof TouchOrigin
257
- const TouchEvent: typeof TouchEventOrigin
258
- type Touch = TouchOrigin
259
- type TouchEvent = TouchEventOrigin
260
- const UniTextareaLineChangeEventDetail: typeof UniTextareaLineChangeEventDetailOrigin
261
- type UniTextareaLineChangeEventDetail = UniTextareaLineChangeEventDetailOrigin
262
- const UniTextareaLineChangeEvent: typeof UniTextareaLineChangeEventOrigin
263
- type UniTextareaLineChangeEvent = UniTextareaLineChangeEventOrigin
264
- const TextareaLineChangeEvent: typeof TextareaLineChangeEventOrigin
265
- const TextareaLineChangeEventDetail: typeof TextareaLineChangeEventDetailOrigin
266
- type TextareaLineChangeEvent = TextareaLineChangeEventOrigin
267
- type TextareaLineChangeEventDetail = TextareaLineChangeEventDetailOrigin
268
- const UniTextareaFocusEventDetail: typeof UniTextareaFocusEventDetailOrigin
269
- type UniTextareaFocusEventDetail = UniTextareaFocusEventDetailOrigin
270
- const UniTextareaFocusEvent: typeof UniTextareaFocusEventOrigin
271
- type UniTextareaFocusEvent = UniTextareaFocusEventOrigin
272
- const TextareaFocusEvent: typeof TextareaFocusEventOrigin
273
- const TextareaFocusEventDetail: typeof TextareaFocusEventDetailOrigin
274
- type TextareaFocusEvent = TextareaFocusEventOrigin
275
- type TextareaFocusEventDetail = TextareaFocusEventDetailOrigin
276
- const UniTextareaBlurEventDetail: typeof UniTextareaBlurEventDetailOrigin
277
- type UniTextareaBlurEventDetail = UniTextareaBlurEventDetailOrigin
278
- const UniTextareaBlurEvent: typeof UniTextareaBlurEventOrigin
279
- type UniTextareaBlurEvent = UniTextareaBlurEventOrigin
280
- const TextareaBlurEvent: typeof TextareaBlurEventOrigin
281
- const TextareaBlurEventDetail: typeof TextareaBlurEventDetailOrigin
282
- type TextareaBlurEvent = TextareaBlurEventOrigin
283
- type TextareaBlurEventDetail = TextareaBlurEventDetailOrigin
284
- const UniTextElementImpl: typeof UniTextElementImplOrigin
285
- type UniTextElementImpl = UniTextElementImplOrigin
286
- const UniTabsElementImpl: typeof UniTabsElementImplOrigin
287
- type UniTabsElementImpl = UniTabsElementImplOrigin
288
- const UniTabTapEvent: typeof UniTabTapEventOrigin
289
- type UniTabTapEvent = UniTabTapEventOrigin
290
- const TabTapEvent: typeof TabTapEventOrigin
291
- type TabTapEvent = TabTapEventOrigin
292
- const UniSwiperTransitionDetail: typeof UniSwiperTransitionDetailOrigin
293
- type UniSwiperTransitionDetail = UniSwiperTransitionDetailOrigin
294
- const UniSwiperTransitionEvent: typeof UniSwiperTransitionEventOrigin
295
- type UniSwiperTransitionEvent = UniSwiperTransitionEventOrigin
296
- const SwiperTransitionEvent: typeof SwiperTransitionEventOrigin
297
- type SwiperTransitionEvent = SwiperTransitionEventOrigin
298
- const UniSwiperChangeDetail: typeof UniSwiperChangeDetailOrigin
299
- type UniSwiperChangeDetail = UniSwiperChangeDetailOrigin
300
- const UniSwiperChangeEvent: typeof UniSwiperChangeEventOrigin
301
- type UniSwiperChangeEvent = UniSwiperChangeEventOrigin
302
- const SwiperChangeEvent: typeof SwiperChangeEventOrigin
303
- type SwiperChangeEvent = SwiperChangeEventOrigin
304
- const UniSwiperAnimationFinishDetail: typeof UniSwiperAnimationFinishDetailOrigin
305
- type UniSwiperAnimationFinishDetail = UniSwiperAnimationFinishDetailOrigin
306
- const UniSwiperAnimationFinishEvent: typeof UniSwiperAnimationFinishEventOrigin
307
- type UniSwiperAnimationFinishEvent = UniSwiperAnimationFinishEventOrigin
308
- const SwiperAnimationFinishEvent: typeof SwiperAnimationFinishEventOrigin
309
- type SwiperAnimationFinishEvent = SwiperAnimationFinishEventOrigin
310
- const UniStopNestedScrollEvent: typeof UniStopNestedScrollEventOrigin
311
- type UniStopNestedScrollEvent = UniStopNestedScrollEventOrigin
312
- const StopNestedScrollEvent: typeof StopNestedScrollEventOrigin
313
- type StopNestedScrollEvent = StopNestedScrollEventOrigin
314
- const UniStartNestedScrollEvent: typeof UniStartNestedScrollEventOrigin
315
- type UniStartNestedScrollEvent = UniStartNestedScrollEventOrigin
316
- const StartNestedScrollEvent: typeof StartNestedScrollEventOrigin
317
- type StartNestedScrollEvent = StartNestedScrollEventOrigin
318
- const UniScrollToUpperEventDetail: typeof UniScrollToUpperEventDetailOrigin
319
- type UniScrollToUpperEventDetail = UniScrollToUpperEventDetailOrigin
320
- const UniScrollToUpperEvent: typeof UniScrollToUpperEventOrigin
321
- type UniScrollToUpperEvent = UniScrollToUpperEventOrigin
322
- const ScrollToUpperEvent: typeof ScrollToUpperEventOrigin
323
- type ScrollToUpperEvent = ScrollToUpperEventOrigin
324
- const UniScrollToLowerEventDetail: typeof UniScrollToLowerEventDetailOrigin
325
- type UniScrollToLowerEventDetail = UniScrollToLowerEventDetailOrigin
326
- const UniScrollToLowerEvent: typeof UniScrollToLowerEventOrigin
327
- type UniScrollToLowerEvent = UniScrollToLowerEventOrigin
328
- const ScrollToLowerEvent: typeof ScrollToLowerEventOrigin
329
- type ScrollToLowerEvent = ScrollToLowerEventOrigin
330
- const UniScrollEvent: typeof UniScrollEventOrigin
331
- type UniScrollEvent = UniScrollEventOrigin
332
- const ScrollEvent: typeof ScrollEventOrigin
333
- type ScrollEvent = ScrollEventOrigin
334
- const UniRichTextItemClickEventDetail: typeof UniRichTextItemClickEventDetailOrigin
335
- type UniRichTextItemClickEventDetail = UniRichTextItemClickEventDetailOrigin
336
- const UniRichTextItemClickEvent: typeof UniRichTextItemClickEventOrigin
337
- type UniRichTextItemClickEvent = UniRichTextItemClickEventOrigin
338
- const RichTextItemClickEventDetail: typeof RichTextItemClickEventDetailOrigin
339
- const RichTextItemClickEvent: typeof RichTextItemClickEventOrigin
340
- type RichTextItemClickEventDetail = RichTextItemClickEventDetailOrigin
341
- type RichTextItemClickEvent = RichTextItemClickEventOrigin
342
- const UniResizeEvent: typeof UniResizeEventOrigin
343
- type UniResizeEvent = UniResizeEventOrigin
344
- const ResizeEvent: typeof ResizeEventOrigin
345
- type ResizeEvent = ResizeEventOrigin
346
- const UniRefresherEventDetail: typeof UniRefresherEventDetailOrigin
347
- type UniRefresherEventDetail = UniRefresherEventDetailOrigin
348
- const UniRefresherEvent: typeof UniRefresherEventOrigin
349
- type UniRefresherEvent = UniRefresherEventOrigin
350
- const RefresherEvent: typeof RefresherEventOrigin
351
- type RefresherEvent = RefresherEventOrigin
352
- const UniPointerEvent: typeof UniPointerEventOrigin
353
- type UniPointerEvent = UniPointerEventOrigin
354
- const PointerEvent: typeof PointerEventOrigin
355
- const MouseEvent: typeof MouseEventOrigin
356
- const UniMouseEvent: typeof UniMouseEventOrigin
357
- type PointerEvent = PointerEventOrigin
358
- type MouseEvent = MouseEventOrigin
359
- type UniMouseEvent = UniMouseEventOrigin
360
- const UniPageScrollEvent: typeof UniPageScrollEventOrigin
361
- type UniPageScrollEvent = UniPageScrollEventOrigin
362
- const PageScrollEvent: typeof PageScrollEventOrigin
363
- type PageScrollEvent = PageScrollEventOrigin
364
- type UniPageManager = UniPageManagerOrigin
365
- type IPageManager = IPageManagerOrigin
366
- const UniPageEvent: typeof UniPageEventOrigin
367
- type UniPageEvent = UniPageEventOrigin
368
- const PageEvent: typeof PageEventOrigin
369
- type PageEvent = PageEventOrigin
370
- const UniNestedPreScrollEvent: typeof UniNestedPreScrollEventOrigin
371
- type UniNestedPreScrollEvent = UniNestedPreScrollEventOrigin
372
- const NestedPreScrollEvent: typeof NestedPreScrollEventOrigin
373
- type NestedPreScrollEvent = NestedPreScrollEventOrigin
374
- type UniNativePage = UniNativePageOrigin
375
- type UniPage = UniPageOrigin
376
- type IPage = IPageOrigin
377
- const UniInputKeyboardHeightChangeEventDetail: typeof UniInputKeyboardHeightChangeEventDetailOrigin
378
- type UniInputKeyboardHeightChangeEventDetail = UniInputKeyboardHeightChangeEventDetailOrigin
379
- const UniInputKeyboardHeightChangeEvent: typeof UniInputKeyboardHeightChangeEventOrigin
380
- type UniInputKeyboardHeightChangeEvent = UniInputKeyboardHeightChangeEventOrigin
381
- const InputKeyboardHeightChangeEvent: typeof InputKeyboardHeightChangeEventOrigin
382
- const InputKeyboardHeightChangeEventDetail: typeof InputKeyboardHeightChangeEventDetailOrigin
383
- type InputKeyboardHeightChangeEvent = InputKeyboardHeightChangeEventOrigin
384
- type InputKeyboardHeightChangeEventDetail = InputKeyboardHeightChangeEventDetailOrigin
385
- const UniInputFocusEventDetail: typeof UniInputFocusEventDetailOrigin
386
- type UniInputFocusEventDetail = UniInputFocusEventDetailOrigin
387
- const UniInputFocusEvent: typeof UniInputFocusEventOrigin
388
- type UniInputFocusEvent = UniInputFocusEventOrigin
389
- const InputFocusEvent: typeof InputFocusEventOrigin
390
- const InputFocusEventDetail: typeof InputFocusEventDetailOrigin
391
- type InputFocusEvent = InputFocusEventOrigin
392
- type InputFocusEventDetail = InputFocusEventDetailOrigin
393
- const UniInputEventDetail: typeof UniInputEventDetailOrigin
394
- type UniInputEventDetail = UniInputEventDetailOrigin
395
- const UniInputEvent: typeof UniInputEventOrigin
396
- type UniInputEvent = UniInputEventOrigin
397
- const InputEvent: typeof InputEventOrigin
398
- const InputEventDetail: typeof InputEventDetailOrigin
399
- type InputEvent = InputEventOrigin
400
- type InputEventDetail = InputEventDetailOrigin
401
- const UniInputConfirmEventDetail: typeof UniInputConfirmEventDetailOrigin
402
- type UniInputConfirmEventDetail = UniInputConfirmEventDetailOrigin
403
- const UniInputConfirmEvent: typeof UniInputConfirmEventOrigin
404
- type UniInputConfirmEvent = UniInputConfirmEventOrigin
405
- const InputConfirmEvent: typeof InputConfirmEventOrigin
406
- const InputConfirmEventDetail: typeof InputConfirmEventDetailOrigin
407
- type InputConfirmEvent = InputConfirmEventOrigin
408
- type InputConfirmEventDetail = InputConfirmEventDetailOrigin
409
- const UniInputBlurEventDetail: typeof UniInputBlurEventDetailOrigin
410
- type UniInputBlurEventDetail = UniInputBlurEventDetailOrigin
411
- const UniInputBlurEvent: typeof UniInputBlurEventOrigin
412
- type UniInputBlurEvent = UniInputBlurEventOrigin
413
- const InputBlurEvent: typeof InputBlurEventOrigin
414
- const InputBlurEventDetail: typeof InputBlurEventDetailOrigin
415
- type InputBlurEvent = InputBlurEventOrigin
416
- type InputBlurEventDetail = InputBlurEventDetailOrigin
417
- const UniImageLoadEventDetail: typeof UniImageLoadEventDetailOrigin
418
- type UniImageLoadEventDetail = UniImageLoadEventDetailOrigin
419
- const UniImageLoadEvent: typeof UniImageLoadEventOrigin
420
- type UniImageLoadEvent = UniImageLoadEventOrigin
421
- const ImageLoadEventDetail: typeof ImageLoadEventDetailOrigin
422
- const ImageLoadEvent: typeof ImageLoadEventOrigin
423
- type ImageLoadEventDetail = ImageLoadEventDetailOrigin
424
- type ImageLoadEvent = ImageLoadEventOrigin
425
- const UniImageErrorEventDetail: typeof UniImageErrorEventDetailOrigin
426
- type UniImageErrorEventDetail = UniImageErrorEventDetailOrigin
427
- const UniImageErrorEvent: typeof UniImageErrorEventOrigin
428
- type UniImageErrorEvent = UniImageErrorEventOrigin
429
- const ImageErrorEventDetail: typeof ImageErrorEventDetailOrigin
430
- const ImageErrorEvent: typeof ImageErrorEventOrigin
431
- type ImageErrorEventDetail = ImageErrorEventDetailOrigin
432
- type ImageErrorEvent = ImageErrorEventOrigin
433
- const UniFormControlElement: typeof UniFormControlElementOrigin
434
- type UniFormControlElement<T> = UniFormControlElementOrigin<T>
435
- const UniEvent: typeof UniEventOrigin
436
- type UniEvent = UniEventOrigin
437
- const UniKeyEvent: typeof UniKeyEventOrigin
438
- type UniKeyEvent = UniKeyEventOrigin
439
- const Event: typeof EventOrigin
440
- const KeyEvent: typeof KeyEventOrigin
441
- type Event = EventOrigin
442
- type KeyEvent = KeyEventOrigin
443
- const UniError: typeof UniErrorOrigin
444
- type UniError = UniErrorOrigin
445
- const UniElementImpl: typeof UniElementImplOrigin
446
- type UniElementImpl = UniElementImplOrigin
447
- const UniViewElementImpl: typeof UniViewElementImplOrigin
448
- type UniViewElementImpl = UniViewElementImplOrigin
449
- type UniDocument = UniDocumentOrigin
450
- type IDocument = IDocumentOrigin
451
- const UniCustomEventOptions: typeof UniCustomEventOptionsOrigin
452
- type UniCustomEventOptions<T> = UniCustomEventOptionsOrigin<T>
453
- const UniCustomEvent: typeof UniCustomEventOrigin
454
- type UniCustomEvent<T> = UniCustomEventOrigin<T>
455
- const CustomEventOptions: typeof CustomEventOptionsOrigin
456
- const CustomEvent: typeof CustomEventOrigin
457
- type CustomEventOptions<T> = CustomEventOptionsOrigin<T>
458
- type CustomEvent<T> = CustomEventOrigin<T>
459
- const UniCallbackWrapper: typeof UniCallbackWrapperOrigin
460
- type UniCallbackWrapper = UniCallbackWrapperOrigin
461
- type UniApp = UniAppOrigin
462
- type IApp = IAppOrigin
463
- const UniAggregateError: typeof UniAggregateErrorOrigin
464
- type UniAggregateError = UniAggregateErrorOrigin
465
- type UTSAndroidHookProxy = UTSAndroidHookProxyOrigin
466
- const SourceError: typeof SourceErrorOrigin
467
- type SourceError = SourceErrorOrigin
468
- const TakeSnapshotOptions: typeof TakeSnapshotOptionsOrigin
469
- type TakeSnapshotOptions = TakeSnapshotOptionsOrigin
470
- type TakeSnapshotSuccess = TakeSnapshotSuccessOrigin
471
- type TakeSnapshotFail = TakeSnapshotFailOrigin
472
- type TakeSnapshotSuccessCallback = TakeSnapshotSuccessCallbackOrigin
473
- type TakeSnapshotFailCallback = TakeSnapshotFailCallbackOrigin
474
- type TakeSnapshotCompleteCallback = TakeSnapshotCompleteCallbackOrigin
475
- const PageNode: typeof PageNodeOrigin
476
- type PageNode = PageNodeOrigin
477
- const NodeData: typeof NodeDataOrigin
478
- type NodeData = NodeDataOrigin
479
- type INodeData = INodeDataOrigin
480
- const NativeLoadFontFaceFail: typeof NativeLoadFontFaceFailOrigin
481
- type NativeLoadFontFaceFail = NativeLoadFontFaceFailOrigin
482
- const NativeLoadFontFaceOptions: typeof NativeLoadFontFaceOptionsOrigin
483
- type NativeLoadFontFaceOptions = NativeLoadFontFaceOptionsOrigin
484
- type IUniForm = IUniFormOrigin
485
- type IUniError = IUniErrorOrigin
486
- type UniElement = UniElementOrigin
487
- type INode = INodeOrigin
488
- type Element = ElementOrigin
489
- type UniViewElement = UniViewElementOrigin
490
- type UniScrollViewElement = UniScrollViewElementOrigin
491
- type UniListViewElement = UniListViewElementOrigin
492
- type UniListItemElement = UniListItemElementOrigin
493
- type UniSwiperElement = UniSwiperElementOrigin
494
- type UniSwiperItemElement = UniSwiperItemElementOrigin
495
- type UniImageElement = UniImageElementOrigin
496
- type UniInputElement = UniInputElementOrigin
497
- type UniTextareaElement = UniTextareaElementOrigin
498
- type UniRichTextElement = UniRichTextElementOrigin
499
- type UniStickyHeaderElement = UniStickyHeaderElementOrigin
500
- type UniStickySectionElement = UniStickySectionElementOrigin
501
- type UniTabsElement = UniTabsElementOrigin
502
- type ITabsNode = ITabsNodeOrigin
503
- type UniTextElement = UniTextElementOrigin
504
- type TextElement = TextElementOrigin
505
- type UniWebViewElement = UniWebViewElementOrigin
506
- type IWebViewNode = IWebViewNodeOrigin
507
- type UniCommentElement = UniCommentElementOrigin
508
- type IComment = ICommentOrigin
509
- type UniNestedScrollHeaderElement = UniNestedScrollHeaderElementOrigin
510
- type UniNestedScrollBodyElement = UniNestedScrollBodyElementOrigin
511
- type INavigationBar = INavigationBarOrigin
512
- const DrawableContext: typeof DrawableContextOrigin
513
- type DrawableContext = DrawableContextOrigin
514
- const DOMRect: typeof DOMRectOrigin
515
- type DOMRect = DOMRectOrigin
516
- const CSSStyleDeclaration: typeof CSSStyleDeclarationOrigin
517
- type CSSStyleDeclaration = CSSStyleDeclarationOrigin
518
- type AsyncApiResult = AsyncApiResultOrigin
519
- }
1
+ // 本文件为自动构建生成
2
+ import {
3
+ WebViewStyles as WebViewStylesOrigin,
4
+ WebViewProgressStyles as WebViewProgressStylesOrigin,
5
+ ViewToTempFilePathSuccess as ViewToTempFilePathSuccessOrigin,
6
+ ViewToTempFilePathFail as ViewToTempFilePathFailOrigin,
7
+ ViewToTempFilePathOptions as ViewToTempFilePathOptionsOrigin,
8
+ UniWebViewServiceMessageEvent as UniWebViewServiceMessageEventOrigin,
9
+ WebViewServiceMessageEvent as WebViewServiceMessageEventOrigin,
10
+ UniWebViewMessageEventDetail as UniWebViewMessageEventDetailOrigin,
11
+ UniWebViewMessageEvent as UniWebViewMessageEventOrigin,
12
+ WebViewMessageEventDetail as WebViewMessageEventDetailOrigin,
13
+ WebViewMessageEvent as WebViewMessageEventOrigin,
14
+ UniWebViewLoadingEventDetail as UniWebViewLoadingEventDetailOrigin,
15
+ UniWebViewLoadingEvent as UniWebViewLoadingEventOrigin,
16
+ WebViewLoadingEventDetail as WebViewLoadingEventDetailOrigin,
17
+ WebViewLoadingEvent as WebViewLoadingEventOrigin,
18
+ UniWebViewLoadEventDetail as UniWebViewLoadEventDetailOrigin,
19
+ UniWebViewLoadEvent as UniWebViewLoadEventOrigin,
20
+ WebViewLoadedEventDetail as WebViewLoadedEventDetailOrigin,
21
+ WebViewLoadedEvent as WebViewLoadedEventOrigin,
22
+ UniWebViewErrorEventDetail as UniWebViewErrorEventDetailOrigin,
23
+ UniWebViewErrorEvent as UniWebViewErrorEventOrigin,
24
+ WebViewErrorEventDetail as WebViewErrorEventDetailOrigin,
25
+ WebViewErrorEvent as WebViewErrorEventOrigin,
26
+ UniWebViewElementImpl as UniWebViewElementImplOrigin,
27
+ UniWebViewDownloadEventDetail as UniWebViewDownloadEventDetailOrigin,
28
+ UniWebViewDownloadEvent as UniWebViewDownloadEventOrigin,
29
+ WebViewDownloadEventDetail as WebViewDownloadEventDetailOrigin,
30
+ WebViewDownloadEvent as WebViewDownloadEventOrigin,
31
+ UniVideoElement as UniVideoElementOrigin,
32
+ Danmu as DanmuOrigin,
33
+ RequestFullScreenOptions as RequestFullScreenOptionsOrigin,
34
+ UniTouch as UniTouchOrigin,
35
+ UniTouchEvent as UniTouchEventOrigin,
36
+ Touch as TouchOrigin,
37
+ TouchEvent as TouchEventOrigin,
38
+ UniTextareaLineChangeEventDetail as UniTextareaLineChangeEventDetailOrigin,
39
+ UniTextareaLineChangeEvent as UniTextareaLineChangeEventOrigin,
40
+ TextareaLineChangeEvent as TextareaLineChangeEventOrigin,
41
+ TextareaLineChangeEventDetail as TextareaLineChangeEventDetailOrigin,
42
+ UniTextareaFocusEventDetail as UniTextareaFocusEventDetailOrigin,
43
+ UniTextareaFocusEvent as UniTextareaFocusEventOrigin,
44
+ TextareaFocusEvent as TextareaFocusEventOrigin,
45
+ TextareaFocusEventDetail as TextareaFocusEventDetailOrigin,
46
+ UniTextareaBlurEventDetail as UniTextareaBlurEventDetailOrigin,
47
+ UniTextareaBlurEvent as UniTextareaBlurEventOrigin,
48
+ TextareaBlurEvent as TextareaBlurEventOrigin,
49
+ TextareaBlurEventDetail as TextareaBlurEventDetailOrigin,
50
+ UniTextElementImpl as UniTextElementImplOrigin,
51
+ UniTabsElementImpl as UniTabsElementImplOrigin,
52
+ UniTabTapEvent as UniTabTapEventOrigin,
53
+ TabTapEvent as TabTapEventOrigin,
54
+ UniSwiperTransitionDetail as UniSwiperTransitionDetailOrigin,
55
+ UniSwiperTransitionEvent as UniSwiperTransitionEventOrigin,
56
+ SwiperTransitionEvent as SwiperTransitionEventOrigin,
57
+ UniSwiperChangeDetail as UniSwiperChangeDetailOrigin,
58
+ UniSwiperChangeEvent as UniSwiperChangeEventOrigin,
59
+ SwiperChangeEvent as SwiperChangeEventOrigin,
60
+ UniSwiperAnimationFinishDetail as UniSwiperAnimationFinishDetailOrigin,
61
+ UniSwiperAnimationFinishEvent as UniSwiperAnimationFinishEventOrigin,
62
+ SwiperAnimationFinishEvent as SwiperAnimationFinishEventOrigin,
63
+ UniStopNestedScrollEvent as UniStopNestedScrollEventOrigin,
64
+ StopNestedScrollEvent as StopNestedScrollEventOrigin,
65
+ UniStartNestedScrollEvent as UniStartNestedScrollEventOrigin,
66
+ StartNestedScrollEvent as StartNestedScrollEventOrigin,
67
+ UniScrollToUpperEventDetail as UniScrollToUpperEventDetailOrigin,
68
+ UniScrollToUpperEvent as UniScrollToUpperEventOrigin,
69
+ ScrollToUpperEvent as ScrollToUpperEventOrigin,
70
+ UniScrollToLowerEventDetail as UniScrollToLowerEventDetailOrigin,
71
+ UniScrollToLowerEvent as UniScrollToLowerEventOrigin,
72
+ ScrollToLowerEvent as ScrollToLowerEventOrigin,
73
+ UniScrollEvent as UniScrollEventOrigin,
74
+ ScrollEvent as ScrollEventOrigin,
75
+ UniRichTextItemClickEventDetail as UniRichTextItemClickEventDetailOrigin,
76
+ UniRichTextItemClickEvent as UniRichTextItemClickEventOrigin,
77
+ RichTextItemClickEventDetail as RichTextItemClickEventDetailOrigin,
78
+ RichTextItemClickEvent as RichTextItemClickEventOrigin,
79
+ UniResizeObserver as UniResizeObserverOrigin,
80
+ UniResizeObserverEntry as UniResizeObserverEntryOrigin,
81
+ UniBorderBoxSize as UniBorderBoxSizeOrigin,
82
+ UniContentBoxSize as UniContentBoxSizeOrigin,
83
+ UniDevicePixelContentBoxSize as UniDevicePixelContentBoxSizeOrigin,
84
+ UniResizeEvent as UniResizeEventOrigin,
85
+ ResizeEvent as ResizeEventOrigin,
86
+ UniRefresherEventDetail as UniRefresherEventDetailOrigin,
87
+ UniRefresherEvent as UniRefresherEventOrigin,
88
+ RefresherEvent as RefresherEventOrigin,
89
+ UniPointerEvent as UniPointerEventOrigin,
90
+ PointerEvent as PointerEventOrigin,
91
+ MouseEvent as MouseEventOrigin,
92
+ UniMouseEvent as UniMouseEventOrigin,
93
+ UniPageScrollEvent as UniPageScrollEventOrigin,
94
+ PageScrollEvent as PageScrollEventOrigin,
95
+ UniPageManager as UniPageManagerOrigin,
96
+ IPageManager as IPageManagerOrigin,
97
+ UniPageEvent as UniPageEventOrigin,
98
+ PageEvent as PageEventOrigin,
99
+ UniNestedPreScrollEvent as UniNestedPreScrollEventOrigin,
100
+ NestedPreScrollEvent as NestedPreScrollEventOrigin,
101
+ UniNativePage as UniNativePageOrigin,
102
+ UniPage as UniPageOrigin,
103
+ IPage as IPageOrigin,
104
+ UniInputKeyboardHeightChangeEventDetail as UniInputKeyboardHeightChangeEventDetailOrigin,
105
+ UniInputKeyboardHeightChangeEvent as UniInputKeyboardHeightChangeEventOrigin,
106
+ InputKeyboardHeightChangeEvent as InputKeyboardHeightChangeEventOrigin,
107
+ InputKeyboardHeightChangeEventDetail as InputKeyboardHeightChangeEventDetailOrigin,
108
+ UniInputFocusEventDetail as UniInputFocusEventDetailOrigin,
109
+ UniInputFocusEvent as UniInputFocusEventOrigin,
110
+ InputFocusEvent as InputFocusEventOrigin,
111
+ InputFocusEventDetail as InputFocusEventDetailOrigin,
112
+ UniInputEventDetail as UniInputEventDetailOrigin,
113
+ UniInputEvent as UniInputEventOrigin,
114
+ InputEvent as InputEventOrigin,
115
+ InputEventDetail as InputEventDetailOrigin,
116
+ UniInputConfirmEventDetail as UniInputConfirmEventDetailOrigin,
117
+ UniInputConfirmEvent as UniInputConfirmEventOrigin,
118
+ InputConfirmEvent as InputConfirmEventOrigin,
119
+ InputConfirmEventDetail as InputConfirmEventDetailOrigin,
120
+ UniInputBlurEventDetail as UniInputBlurEventDetailOrigin,
121
+ UniInputBlurEvent as UniInputBlurEventOrigin,
122
+ InputBlurEvent as InputBlurEventOrigin,
123
+ InputBlurEventDetail as InputBlurEventDetailOrigin,
124
+ UniImageLoadEventDetail as UniImageLoadEventDetailOrigin,
125
+ UniImageLoadEvent as UniImageLoadEventOrigin,
126
+ ImageLoadEventDetail as ImageLoadEventDetailOrigin,
127
+ ImageLoadEvent as ImageLoadEventOrigin,
128
+ UniImageErrorEventDetail as UniImageErrorEventDetailOrigin,
129
+ UniImageErrorEvent as UniImageErrorEventOrigin,
130
+ ImageErrorEventDetail as ImageErrorEventDetailOrigin,
131
+ ImageErrorEvent as ImageErrorEventOrigin,
132
+ UniFormControlElement as UniFormControlElementOrigin,
133
+ UniEvent as UniEventOrigin,
134
+ UniKeyEvent as UniKeyEventOrigin,
135
+ Event as EventOrigin,
136
+ KeyEvent as KeyEventOrigin,
137
+ UniError as UniErrorOrigin,
138
+ UniElementImpl as UniElementImplOrigin,
139
+ UniViewElementImpl as UniViewElementImplOrigin,
140
+ UniDocument as UniDocumentOrigin,
141
+ IDocument as IDocumentOrigin,
142
+ UniCustomEventOptions as UniCustomEventOptionsOrigin,
143
+ UniCustomEvent as UniCustomEventOrigin,
144
+ CustomEventOptions as CustomEventOptionsOrigin,
145
+ CustomEvent as CustomEventOrigin,
146
+ UniCallbackWrapper as UniCallbackWrapperOrigin,
147
+ UniApp as UniAppOrigin,
148
+ IApp as IAppOrigin,
149
+ UniAggregateError as UniAggregateErrorOrigin,
150
+ UTSAndroidHookProxy as UTSAndroidHookProxyOrigin,
151
+ SourceError as SourceErrorOrigin,
152
+ TakeSnapshotOptions as TakeSnapshotOptionsOrigin,
153
+ TakeSnapshotSuccess as TakeSnapshotSuccessOrigin,
154
+ TakeSnapshotFail as TakeSnapshotFailOrigin,
155
+ TakeSnapshotSuccessCallback as TakeSnapshotSuccessCallbackOrigin,
156
+ TakeSnapshotFailCallback as TakeSnapshotFailCallbackOrigin,
157
+ TakeSnapshotCompleteCallback as TakeSnapshotCompleteCallbackOrigin,
158
+ PageNode as PageNodeOrigin,
159
+ NodeData as NodeDataOrigin,
160
+ INodeData as INodeDataOrigin,
161
+ NativeLoadFontFaceFail as NativeLoadFontFaceFailOrigin,
162
+ NativeLoadFontFaceOptions as NativeLoadFontFaceOptionsOrigin,
163
+ IUniForm as IUniFormOrigin,
164
+ IUniError as IUniErrorOrigin,
165
+ UniElement as UniElementOrigin,
166
+ INode as INodeOrigin,
167
+ Element as ElementOrigin,
168
+ UniViewElement as UniViewElementOrigin,
169
+ UniScrollViewElement as UniScrollViewElementOrigin,
170
+ UniListViewElement as UniListViewElementOrigin,
171
+ UniListItemElement as UniListItemElementOrigin,
172
+ UniSwiperElement as UniSwiperElementOrigin,
173
+ UniSwiperItemElement as UniSwiperItemElementOrigin,
174
+ UniImageElement as UniImageElementOrigin,
175
+ UniInputElement as UniInputElementOrigin,
176
+ UniTextareaElement as UniTextareaElementOrigin,
177
+ UniRichTextElement as UniRichTextElementOrigin,
178
+ UniStickyHeaderElement as UniStickyHeaderElementOrigin,
179
+ UniStickySectionElement as UniStickySectionElementOrigin,
180
+ UniTabsElement as UniTabsElementOrigin,
181
+ ITabsNode as ITabsNodeOrigin,
182
+ UniTextElement as UniTextElementOrigin,
183
+ TextElement as TextElementOrigin,
184
+ UniWebViewElement as UniWebViewElementOrigin,
185
+ IWebViewNode as IWebViewNodeOrigin,
186
+ UniCommentElement as UniCommentElementOrigin,
187
+ IComment as ICommentOrigin,
188
+ UniNestedScrollHeaderElement as UniNestedScrollHeaderElementOrigin,
189
+ UniNestedScrollBodyElement as UniNestedScrollBodyElementOrigin,
190
+ INavigationBar as INavigationBarOrigin,
191
+ DrawableContext as DrawableContextOrigin,
192
+ DOMRect as DOMRectOrigin,
193
+ CSSStyleDeclaration as CSSStyleDeclarationOrigin,
194
+ AsyncApiResult as AsyncApiResultOrigin,
195
+ } from './index'
196
+
197
+ declare global {
198
+ const WebViewStyles: typeof WebViewStylesOrigin
199
+ type WebViewStyles = WebViewStylesOrigin
200
+ const WebViewProgressStyles: typeof WebViewProgressStylesOrigin
201
+ type WebViewProgressStyles = WebViewProgressStylesOrigin
202
+ const ViewToTempFilePathSuccess: typeof ViewToTempFilePathSuccessOrigin
203
+ type ViewToTempFilePathSuccess = ViewToTempFilePathSuccessOrigin
204
+ const ViewToTempFilePathFail: typeof ViewToTempFilePathFailOrigin
205
+ type ViewToTempFilePathFail = ViewToTempFilePathFailOrigin
206
+ const ViewToTempFilePathOptions: typeof ViewToTempFilePathOptionsOrigin
207
+ type ViewToTempFilePathOptions = ViewToTempFilePathOptionsOrigin
208
+ const UniWebViewServiceMessageEvent: typeof UniWebViewServiceMessageEventOrigin
209
+ type UniWebViewServiceMessageEvent = UniWebViewServiceMessageEventOrigin
210
+ const WebViewServiceMessageEvent: typeof WebViewServiceMessageEventOrigin
211
+ type WebViewServiceMessageEvent = WebViewServiceMessageEventOrigin
212
+ const UniWebViewMessageEventDetail: typeof UniWebViewMessageEventDetailOrigin
213
+ type UniWebViewMessageEventDetail = UniWebViewMessageEventDetailOrigin
214
+ const UniWebViewMessageEvent: typeof UniWebViewMessageEventOrigin
215
+ type UniWebViewMessageEvent = UniWebViewMessageEventOrigin
216
+ const WebViewMessageEventDetail: typeof WebViewMessageEventDetailOrigin
217
+ const WebViewMessageEvent: typeof WebViewMessageEventOrigin
218
+ type WebViewMessageEventDetail = WebViewMessageEventDetailOrigin
219
+ type WebViewMessageEvent = WebViewMessageEventOrigin
220
+ const UniWebViewLoadingEventDetail: typeof UniWebViewLoadingEventDetailOrigin
221
+ type UniWebViewLoadingEventDetail = UniWebViewLoadingEventDetailOrigin
222
+ const UniWebViewLoadingEvent: typeof UniWebViewLoadingEventOrigin
223
+ type UniWebViewLoadingEvent = UniWebViewLoadingEventOrigin
224
+ const WebViewLoadingEventDetail: typeof WebViewLoadingEventDetailOrigin
225
+ const WebViewLoadingEvent: typeof WebViewLoadingEventOrigin
226
+ type WebViewLoadingEventDetail = WebViewLoadingEventDetailOrigin
227
+ type WebViewLoadingEvent = WebViewLoadingEventOrigin
228
+ const UniWebViewLoadEventDetail: typeof UniWebViewLoadEventDetailOrigin
229
+ type UniWebViewLoadEventDetail = UniWebViewLoadEventDetailOrigin
230
+ const UniWebViewLoadEvent: typeof UniWebViewLoadEventOrigin
231
+ type UniWebViewLoadEvent = UniWebViewLoadEventOrigin
232
+ const WebViewLoadedEventDetail: typeof WebViewLoadedEventDetailOrigin
233
+ const WebViewLoadedEvent: typeof WebViewLoadedEventOrigin
234
+ type WebViewLoadedEventDetail = WebViewLoadedEventDetailOrigin
235
+ type WebViewLoadedEvent = WebViewLoadedEventOrigin
236
+ const UniWebViewErrorEventDetail: typeof UniWebViewErrorEventDetailOrigin
237
+ type UniWebViewErrorEventDetail = UniWebViewErrorEventDetailOrigin
238
+ const UniWebViewErrorEvent: typeof UniWebViewErrorEventOrigin
239
+ type UniWebViewErrorEvent = UniWebViewErrorEventOrigin
240
+ const WebViewErrorEventDetail: typeof WebViewErrorEventDetailOrigin
241
+ const WebViewErrorEvent: typeof WebViewErrorEventOrigin
242
+ type WebViewErrorEventDetail = WebViewErrorEventDetailOrigin
243
+ type WebViewErrorEvent = WebViewErrorEventOrigin
244
+ const UniWebViewElementImpl: typeof UniWebViewElementImplOrigin
245
+ type UniWebViewElementImpl = UniWebViewElementImplOrigin
246
+ const UniWebViewDownloadEventDetail: typeof UniWebViewDownloadEventDetailOrigin
247
+ type UniWebViewDownloadEventDetail = UniWebViewDownloadEventDetailOrigin
248
+ const UniWebViewDownloadEvent: typeof UniWebViewDownloadEventOrigin
249
+ type UniWebViewDownloadEvent = UniWebViewDownloadEventOrigin
250
+ const WebViewDownloadEventDetail: typeof WebViewDownloadEventDetailOrigin
251
+ const WebViewDownloadEvent: typeof WebViewDownloadEventOrigin
252
+ type WebViewDownloadEventDetail = WebViewDownloadEventDetailOrigin
253
+ type WebViewDownloadEvent = WebViewDownloadEventOrigin
254
+ type UniVideoElement = UniVideoElementOrigin
255
+ type Danmu = DanmuOrigin
256
+ type RequestFullScreenOptions = RequestFullScreenOptionsOrigin
257
+ const UniTouch: typeof UniTouchOrigin
258
+ type UniTouch = UniTouchOrigin
259
+ const UniTouchEvent: typeof UniTouchEventOrigin
260
+ type UniTouchEvent = UniTouchEventOrigin
261
+ const Touch: typeof TouchOrigin
262
+ const TouchEvent: typeof TouchEventOrigin
263
+ type Touch = TouchOrigin
264
+ type TouchEvent = TouchEventOrigin
265
+ const UniTextareaLineChangeEventDetail: typeof UniTextareaLineChangeEventDetailOrigin
266
+ type UniTextareaLineChangeEventDetail = UniTextareaLineChangeEventDetailOrigin
267
+ const UniTextareaLineChangeEvent: typeof UniTextareaLineChangeEventOrigin
268
+ type UniTextareaLineChangeEvent = UniTextareaLineChangeEventOrigin
269
+ const TextareaLineChangeEvent: typeof TextareaLineChangeEventOrigin
270
+ const TextareaLineChangeEventDetail: typeof TextareaLineChangeEventDetailOrigin
271
+ type TextareaLineChangeEvent = TextareaLineChangeEventOrigin
272
+ type TextareaLineChangeEventDetail = TextareaLineChangeEventDetailOrigin
273
+ const UniTextareaFocusEventDetail: typeof UniTextareaFocusEventDetailOrigin
274
+ type UniTextareaFocusEventDetail = UniTextareaFocusEventDetailOrigin
275
+ const UniTextareaFocusEvent: typeof UniTextareaFocusEventOrigin
276
+ type UniTextareaFocusEvent = UniTextareaFocusEventOrigin
277
+ const TextareaFocusEvent: typeof TextareaFocusEventOrigin
278
+ const TextareaFocusEventDetail: typeof TextareaFocusEventDetailOrigin
279
+ type TextareaFocusEvent = TextareaFocusEventOrigin
280
+ type TextareaFocusEventDetail = TextareaFocusEventDetailOrigin
281
+ const UniTextareaBlurEventDetail: typeof UniTextareaBlurEventDetailOrigin
282
+ type UniTextareaBlurEventDetail = UniTextareaBlurEventDetailOrigin
283
+ const UniTextareaBlurEvent: typeof UniTextareaBlurEventOrigin
284
+ type UniTextareaBlurEvent = UniTextareaBlurEventOrigin
285
+ const TextareaBlurEvent: typeof TextareaBlurEventOrigin
286
+ const TextareaBlurEventDetail: typeof TextareaBlurEventDetailOrigin
287
+ type TextareaBlurEvent = TextareaBlurEventOrigin
288
+ type TextareaBlurEventDetail = TextareaBlurEventDetailOrigin
289
+ const UniTextElementImpl: typeof UniTextElementImplOrigin
290
+ type UniTextElementImpl = UniTextElementImplOrigin
291
+ const UniTabsElementImpl: typeof UniTabsElementImplOrigin
292
+ type UniTabsElementImpl = UniTabsElementImplOrigin
293
+ const UniTabTapEvent: typeof UniTabTapEventOrigin
294
+ type UniTabTapEvent = UniTabTapEventOrigin
295
+ const TabTapEvent: typeof TabTapEventOrigin
296
+ type TabTapEvent = TabTapEventOrigin
297
+ const UniSwiperTransitionDetail: typeof UniSwiperTransitionDetailOrigin
298
+ type UniSwiperTransitionDetail = UniSwiperTransitionDetailOrigin
299
+ const UniSwiperTransitionEvent: typeof UniSwiperTransitionEventOrigin
300
+ type UniSwiperTransitionEvent = UniSwiperTransitionEventOrigin
301
+ const SwiperTransitionEvent: typeof SwiperTransitionEventOrigin
302
+ type SwiperTransitionEvent = SwiperTransitionEventOrigin
303
+ const UniSwiperChangeDetail: typeof UniSwiperChangeDetailOrigin
304
+ type UniSwiperChangeDetail = UniSwiperChangeDetailOrigin
305
+ const UniSwiperChangeEvent: typeof UniSwiperChangeEventOrigin
306
+ type UniSwiperChangeEvent = UniSwiperChangeEventOrigin
307
+ const SwiperChangeEvent: typeof SwiperChangeEventOrigin
308
+ type SwiperChangeEvent = SwiperChangeEventOrigin
309
+ const UniSwiperAnimationFinishDetail: typeof UniSwiperAnimationFinishDetailOrigin
310
+ type UniSwiperAnimationFinishDetail = UniSwiperAnimationFinishDetailOrigin
311
+ const UniSwiperAnimationFinishEvent: typeof UniSwiperAnimationFinishEventOrigin
312
+ type UniSwiperAnimationFinishEvent = UniSwiperAnimationFinishEventOrigin
313
+ const SwiperAnimationFinishEvent: typeof SwiperAnimationFinishEventOrigin
314
+ type SwiperAnimationFinishEvent = SwiperAnimationFinishEventOrigin
315
+ const UniStopNestedScrollEvent: typeof UniStopNestedScrollEventOrigin
316
+ type UniStopNestedScrollEvent = UniStopNestedScrollEventOrigin
317
+ const StopNestedScrollEvent: typeof StopNestedScrollEventOrigin
318
+ type StopNestedScrollEvent = StopNestedScrollEventOrigin
319
+ const UniStartNestedScrollEvent: typeof UniStartNestedScrollEventOrigin
320
+ type UniStartNestedScrollEvent = UniStartNestedScrollEventOrigin
321
+ const StartNestedScrollEvent: typeof StartNestedScrollEventOrigin
322
+ type StartNestedScrollEvent = StartNestedScrollEventOrigin
323
+ const UniScrollToUpperEventDetail: typeof UniScrollToUpperEventDetailOrigin
324
+ type UniScrollToUpperEventDetail = UniScrollToUpperEventDetailOrigin
325
+ const UniScrollToUpperEvent: typeof UniScrollToUpperEventOrigin
326
+ type UniScrollToUpperEvent = UniScrollToUpperEventOrigin
327
+ const ScrollToUpperEvent: typeof ScrollToUpperEventOrigin
328
+ type ScrollToUpperEvent = ScrollToUpperEventOrigin
329
+ const UniScrollToLowerEventDetail: typeof UniScrollToLowerEventDetailOrigin
330
+ type UniScrollToLowerEventDetail = UniScrollToLowerEventDetailOrigin
331
+ const UniScrollToLowerEvent: typeof UniScrollToLowerEventOrigin
332
+ type UniScrollToLowerEvent = UniScrollToLowerEventOrigin
333
+ const ScrollToLowerEvent: typeof ScrollToLowerEventOrigin
334
+ type ScrollToLowerEvent = ScrollToLowerEventOrigin
335
+ const UniScrollEvent: typeof UniScrollEventOrigin
336
+ type UniScrollEvent = UniScrollEventOrigin
337
+ const ScrollEvent: typeof ScrollEventOrigin
338
+ type ScrollEvent = ScrollEventOrigin
339
+ const UniRichTextItemClickEventDetail: typeof UniRichTextItemClickEventDetailOrigin
340
+ type UniRichTextItemClickEventDetail = UniRichTextItemClickEventDetailOrigin
341
+ const UniRichTextItemClickEvent: typeof UniRichTextItemClickEventOrigin
342
+ type UniRichTextItemClickEvent = UniRichTextItemClickEventOrigin
343
+ const RichTextItemClickEventDetail: typeof RichTextItemClickEventDetailOrigin
344
+ const RichTextItemClickEvent: typeof RichTextItemClickEventOrigin
345
+ type RichTextItemClickEventDetail = RichTextItemClickEventDetailOrigin
346
+ type RichTextItemClickEvent = RichTextItemClickEventOrigin
347
+ const UniResizeObserver: typeof UniResizeObserverOrigin
348
+ type UniResizeObserver = UniResizeObserverOrigin
349
+ type UniResizeObserverEntry = UniResizeObserverEntryOrigin
350
+ type UniBorderBoxSize = UniBorderBoxSizeOrigin
351
+ type UniContentBoxSize = UniContentBoxSizeOrigin
352
+ type UniDevicePixelContentBoxSize = UniDevicePixelContentBoxSizeOrigin
353
+ const UniResizeEvent: typeof UniResizeEventOrigin
354
+ type UniResizeEvent = UniResizeEventOrigin
355
+ const ResizeEvent: typeof ResizeEventOrigin
356
+ type ResizeEvent = ResizeEventOrigin
357
+ const UniRefresherEventDetail: typeof UniRefresherEventDetailOrigin
358
+ type UniRefresherEventDetail = UniRefresherEventDetailOrigin
359
+ const UniRefresherEvent: typeof UniRefresherEventOrigin
360
+ type UniRefresherEvent = UniRefresherEventOrigin
361
+ const RefresherEvent: typeof RefresherEventOrigin
362
+ type RefresherEvent = RefresherEventOrigin
363
+ const UniPointerEvent: typeof UniPointerEventOrigin
364
+ type UniPointerEvent = UniPointerEventOrigin
365
+ const PointerEvent: typeof PointerEventOrigin
366
+ const MouseEvent: typeof MouseEventOrigin
367
+ const UniMouseEvent: typeof UniMouseEventOrigin
368
+ type PointerEvent = PointerEventOrigin
369
+ type MouseEvent = MouseEventOrigin
370
+ type UniMouseEvent = UniMouseEventOrigin
371
+ const UniPageScrollEvent: typeof UniPageScrollEventOrigin
372
+ type UniPageScrollEvent = UniPageScrollEventOrigin
373
+ const PageScrollEvent: typeof PageScrollEventOrigin
374
+ type PageScrollEvent = PageScrollEventOrigin
375
+ type UniPageManager = UniPageManagerOrigin
376
+ type IPageManager = IPageManagerOrigin
377
+ const UniPageEvent: typeof UniPageEventOrigin
378
+ type UniPageEvent = UniPageEventOrigin
379
+ const PageEvent: typeof PageEventOrigin
380
+ type PageEvent = PageEventOrigin
381
+ const UniNestedPreScrollEvent: typeof UniNestedPreScrollEventOrigin
382
+ type UniNestedPreScrollEvent = UniNestedPreScrollEventOrigin
383
+ const NestedPreScrollEvent: typeof NestedPreScrollEventOrigin
384
+ type NestedPreScrollEvent = NestedPreScrollEventOrigin
385
+ type UniNativePage = UniNativePageOrigin
386
+ type UniPage = UniPageOrigin
387
+ type IPage = IPageOrigin
388
+ const UniInputKeyboardHeightChangeEventDetail: typeof UniInputKeyboardHeightChangeEventDetailOrigin
389
+ type UniInputKeyboardHeightChangeEventDetail = UniInputKeyboardHeightChangeEventDetailOrigin
390
+ const UniInputKeyboardHeightChangeEvent: typeof UniInputKeyboardHeightChangeEventOrigin
391
+ type UniInputKeyboardHeightChangeEvent = UniInputKeyboardHeightChangeEventOrigin
392
+ const InputKeyboardHeightChangeEvent: typeof InputKeyboardHeightChangeEventOrigin
393
+ const InputKeyboardHeightChangeEventDetail: typeof InputKeyboardHeightChangeEventDetailOrigin
394
+ type InputKeyboardHeightChangeEvent = InputKeyboardHeightChangeEventOrigin
395
+ type InputKeyboardHeightChangeEventDetail = InputKeyboardHeightChangeEventDetailOrigin
396
+ const UniInputFocusEventDetail: typeof UniInputFocusEventDetailOrigin
397
+ type UniInputFocusEventDetail = UniInputFocusEventDetailOrigin
398
+ const UniInputFocusEvent: typeof UniInputFocusEventOrigin
399
+ type UniInputFocusEvent = UniInputFocusEventOrigin
400
+ const InputFocusEvent: typeof InputFocusEventOrigin
401
+ const InputFocusEventDetail: typeof InputFocusEventDetailOrigin
402
+ type InputFocusEvent = InputFocusEventOrigin
403
+ type InputFocusEventDetail = InputFocusEventDetailOrigin
404
+ const UniInputEventDetail: typeof UniInputEventDetailOrigin
405
+ type UniInputEventDetail = UniInputEventDetailOrigin
406
+ const UniInputEvent: typeof UniInputEventOrigin
407
+ type UniInputEvent = UniInputEventOrigin
408
+ const InputEvent: typeof InputEventOrigin
409
+ const InputEventDetail: typeof InputEventDetailOrigin
410
+ type InputEvent = InputEventOrigin
411
+ type InputEventDetail = InputEventDetailOrigin
412
+ const UniInputConfirmEventDetail: typeof UniInputConfirmEventDetailOrigin
413
+ type UniInputConfirmEventDetail = UniInputConfirmEventDetailOrigin
414
+ const UniInputConfirmEvent: typeof UniInputConfirmEventOrigin
415
+ type UniInputConfirmEvent = UniInputConfirmEventOrigin
416
+ const InputConfirmEvent: typeof InputConfirmEventOrigin
417
+ const InputConfirmEventDetail: typeof InputConfirmEventDetailOrigin
418
+ type InputConfirmEvent = InputConfirmEventOrigin
419
+ type InputConfirmEventDetail = InputConfirmEventDetailOrigin
420
+ const UniInputBlurEventDetail: typeof UniInputBlurEventDetailOrigin
421
+ type UniInputBlurEventDetail = UniInputBlurEventDetailOrigin
422
+ const UniInputBlurEvent: typeof UniInputBlurEventOrigin
423
+ type UniInputBlurEvent = UniInputBlurEventOrigin
424
+ const InputBlurEvent: typeof InputBlurEventOrigin
425
+ const InputBlurEventDetail: typeof InputBlurEventDetailOrigin
426
+ type InputBlurEvent = InputBlurEventOrigin
427
+ type InputBlurEventDetail = InputBlurEventDetailOrigin
428
+ const UniImageLoadEventDetail: typeof UniImageLoadEventDetailOrigin
429
+ type UniImageLoadEventDetail = UniImageLoadEventDetailOrigin
430
+ const UniImageLoadEvent: typeof UniImageLoadEventOrigin
431
+ type UniImageLoadEvent = UniImageLoadEventOrigin
432
+ const ImageLoadEventDetail: typeof ImageLoadEventDetailOrigin
433
+ const ImageLoadEvent: typeof ImageLoadEventOrigin
434
+ type ImageLoadEventDetail = ImageLoadEventDetailOrigin
435
+ type ImageLoadEvent = ImageLoadEventOrigin
436
+ const UniImageErrorEventDetail: typeof UniImageErrorEventDetailOrigin
437
+ type UniImageErrorEventDetail = UniImageErrorEventDetailOrigin
438
+ const UniImageErrorEvent: typeof UniImageErrorEventOrigin
439
+ type UniImageErrorEvent = UniImageErrorEventOrigin
440
+ const ImageErrorEventDetail: typeof ImageErrorEventDetailOrigin
441
+ const ImageErrorEvent: typeof ImageErrorEventOrigin
442
+ type ImageErrorEventDetail = ImageErrorEventDetailOrigin
443
+ type ImageErrorEvent = ImageErrorEventOrigin
444
+ const UniFormControlElement: typeof UniFormControlElementOrigin
445
+ type UniFormControlElement<T> = UniFormControlElementOrigin<T>
446
+ const UniEvent: typeof UniEventOrigin
447
+ type UniEvent = UniEventOrigin
448
+ const UniKeyEvent: typeof UniKeyEventOrigin
449
+ type UniKeyEvent = UniKeyEventOrigin
450
+ const Event: typeof EventOrigin
451
+ const KeyEvent: typeof KeyEventOrigin
452
+ type Event = EventOrigin
453
+ type KeyEvent = KeyEventOrigin
454
+ const UniError: typeof UniErrorOrigin
455
+ type UniError = UniErrorOrigin
456
+ const UniElementImpl: typeof UniElementImplOrigin
457
+ type UniElementImpl = UniElementImplOrigin
458
+ const UniViewElementImpl: typeof UniViewElementImplOrigin
459
+ type UniViewElementImpl = UniViewElementImplOrigin
460
+ type UniDocument = UniDocumentOrigin
461
+ type IDocument = IDocumentOrigin
462
+ const UniCustomEventOptions: typeof UniCustomEventOptionsOrigin
463
+ type UniCustomEventOptions<T> = UniCustomEventOptionsOrigin<T>
464
+ const UniCustomEvent: typeof UniCustomEventOrigin
465
+ type UniCustomEvent<T> = UniCustomEventOrigin<T>
466
+ const CustomEventOptions: typeof CustomEventOptionsOrigin
467
+ const CustomEvent: typeof CustomEventOrigin
468
+ type CustomEventOptions<T> = CustomEventOptionsOrigin<T>
469
+ type CustomEvent<T> = CustomEventOrigin<T>
470
+ const UniCallbackWrapper: typeof UniCallbackWrapperOrigin
471
+ type UniCallbackWrapper = UniCallbackWrapperOrigin
472
+ type UniApp = UniAppOrigin
473
+ type IApp = IAppOrigin
474
+ const UniAggregateError: typeof UniAggregateErrorOrigin
475
+ type UniAggregateError = UniAggregateErrorOrigin
476
+ type UTSAndroidHookProxy = UTSAndroidHookProxyOrigin
477
+ const SourceError: typeof SourceErrorOrigin
478
+ type SourceError = SourceErrorOrigin
479
+ const TakeSnapshotOptions: typeof TakeSnapshotOptionsOrigin
480
+ type TakeSnapshotOptions = TakeSnapshotOptionsOrigin
481
+ type TakeSnapshotSuccess = TakeSnapshotSuccessOrigin
482
+ type TakeSnapshotFail = TakeSnapshotFailOrigin
483
+ type TakeSnapshotSuccessCallback = TakeSnapshotSuccessCallbackOrigin
484
+ type TakeSnapshotFailCallback = TakeSnapshotFailCallbackOrigin
485
+ type TakeSnapshotCompleteCallback = TakeSnapshotCompleteCallbackOrigin
486
+ const PageNode: typeof PageNodeOrigin
487
+ type PageNode = PageNodeOrigin
488
+ const NodeData: typeof NodeDataOrigin
489
+ type NodeData = NodeDataOrigin
490
+ type INodeData = INodeDataOrigin
491
+ const NativeLoadFontFaceFail: typeof NativeLoadFontFaceFailOrigin
492
+ type NativeLoadFontFaceFail = NativeLoadFontFaceFailOrigin
493
+ const NativeLoadFontFaceOptions: typeof NativeLoadFontFaceOptionsOrigin
494
+ type NativeLoadFontFaceOptions = NativeLoadFontFaceOptionsOrigin
495
+ type IUniForm = IUniFormOrigin
496
+ type IUniError = IUniErrorOrigin
497
+ type UniElement = UniElementOrigin
498
+ type INode = INodeOrigin
499
+ type Element = ElementOrigin
500
+ type UniViewElement = UniViewElementOrigin
501
+ type UniScrollViewElement = UniScrollViewElementOrigin
502
+ type UniListViewElement = UniListViewElementOrigin
503
+ type UniListItemElement = UniListItemElementOrigin
504
+ type UniSwiperElement = UniSwiperElementOrigin
505
+ type UniSwiperItemElement = UniSwiperItemElementOrigin
506
+ type UniImageElement = UniImageElementOrigin
507
+ type UniInputElement = UniInputElementOrigin
508
+ type UniTextareaElement = UniTextareaElementOrigin
509
+ type UniRichTextElement = UniRichTextElementOrigin
510
+ type UniStickyHeaderElement = UniStickyHeaderElementOrigin
511
+ type UniStickySectionElement = UniStickySectionElementOrigin
512
+ type UniTabsElement = UniTabsElementOrigin
513
+ type ITabsNode = ITabsNodeOrigin
514
+ type UniTextElement = UniTextElementOrigin
515
+ type TextElement = TextElementOrigin
516
+ type UniWebViewElement = UniWebViewElementOrigin
517
+ type IWebViewNode = IWebViewNodeOrigin
518
+ type UniCommentElement = UniCommentElementOrigin
519
+ type IComment = ICommentOrigin
520
+ type UniNestedScrollHeaderElement = UniNestedScrollHeaderElementOrigin
521
+ type UniNestedScrollBodyElement = UniNestedScrollBodyElementOrigin
522
+ type INavigationBar = INavigationBarOrigin
523
+ const DrawableContext: typeof DrawableContextOrigin
524
+ type DrawableContext = DrawableContextOrigin
525
+ const DOMRect: typeof DOMRectOrigin
526
+ type DOMRect = DOMRectOrigin
527
+ const CSSStyleDeclaration: typeof CSSStyleDeclarationOrigin
528
+ type CSSStyleDeclaration = CSSStyleDeclarationOrigin
529
+ type AsyncApiResult = AsyncApiResultOrigin
530
+ }