@dcloudio/uni-app-x 0.7.7 → 0.7.9

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