@dcloudio/uni-app-x 0.7.51 → 0.7.52

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 (385) hide show
  1. package/.prettierrc +5 -5
  2. package/README.md +1 -1
  3. package/index.d.ts +1 -1
  4. package/options.d.ts +9 -9
  5. package/package.json +30 -30
  6. package/types/app.d.ts +1383 -1383
  7. package/types/index.d.ts +7 -7
  8. package/types/native/AsyncApiResult.d.ts +8 -8
  9. package/types/native/CSSStyleDeclaration.d.ts +144 -144
  10. package/types/native/CanvasRenderingContext2D.d.ts +3748 -3748
  11. package/types/native/DOMRect.d.ts +656 -656
  12. package/types/native/DrawableContext.d.ts +1722 -1722
  13. package/types/native/INavigationBar.d.ts +22 -22
  14. package/types/native/IUniElement.d.ts +6221 -6103
  15. package/types/native/IUniError.d.ts +20 -20
  16. package/types/native/IUniForm.d.ts +9 -9
  17. package/types/native/IUniNativeViewElement.d.ts +132 -132
  18. package/types/native/NativeLoadFontFaceOptions.d.ts +11 -11
  19. package/types/native/NodeData.d.ts +22 -22
  20. package/types/native/PageNode.d.ts +6 -6
  21. package/types/native/Path2D.d.ts +269 -269
  22. package/types/native/SnapshotOptions.d.ts +62 -62
  23. package/types/native/SourceError.d.ts +46 -46
  24. package/types/native/UTSAndroidHookProxy.d.ts +14 -14
  25. package/types/native/UniAggregateError.d.ts +19 -19
  26. package/types/native/UniAnimation.d.ts +583 -583
  27. package/types/native/UniAnimationPlaybackEvent.d.ts +12 -12
  28. package/types/native/UniCallbackWrapper.d.ts +7 -7
  29. package/types/native/UniCanvasElement.d.ts +9 -9
  30. package/types/native/UniCustomEvent.d.ts +24 -24
  31. package/types/native/UniDocument.d.ts +83 -83
  32. package/types/native/UniElement.d.ts +85 -85
  33. package/types/native/UniError.d.ts +70 -70
  34. package/types/native/UniEvent.d.ts +121 -121
  35. package/types/native/UniFormControl.d.ts +8 -8
  36. package/types/native/UniFormControlElement.d.ts +15 -15
  37. package/types/native/UniImageErrorEvent.d.ts +33 -33
  38. package/types/native/UniImageLoadEvent.d.ts +37 -37
  39. package/types/native/UniInputBlurEvent.d.ts +36 -36
  40. package/types/native/UniInputConfirmEvent.d.ts +30 -30
  41. package/types/native/UniInputEvent.d.ts +38 -38
  42. package/types/native/UniInputFocusEvent.d.ts +53 -53
  43. package/types/native/UniNativeApp.d.ts +205 -205
  44. package/types/native/UniNativePage.d.ts +328 -328
  45. package/types/native/UniNestedPreScrollEvent.d.ts +45 -45
  46. package/types/native/UniPage.d.ts +773 -639
  47. package/types/native/UniPageBody.d.ts +109 -109
  48. package/types/native/UniPageEvent.d.ts +10 -10
  49. package/types/native/UniPageManager.d.ts +27 -27
  50. package/types/native/UniPageScrollEvent.d.ts +13 -13
  51. package/types/native/UniPointerEvent.d.ts +74 -74
  52. package/types/native/UniProvider.d.ts +32 -32
  53. package/types/native/UniRefresherEvent.d.ts +18 -18
  54. package/types/native/UniResizeEvent.d.ts +34 -34
  55. package/types/native/UniResizeObserver.d.ts +394 -394
  56. package/types/native/UniRichTextItemClickEvent.d.ts +37 -37
  57. package/types/native/UniSafeAreaInsets.d.ts +73 -73
  58. package/types/native/UniScrollEvent.d.ts +42 -42
  59. package/types/native/UniScrollToLowerEvent.d.ts +23 -23
  60. package/types/native/UniScrollToUpperEvent.d.ts +23 -23
  61. package/types/native/UniStartNestedScrollEvent.d.ts +33 -33
  62. package/types/native/UniStopNestedScrollEvent.d.ts +28 -28
  63. package/types/native/UniSwiperAnimationFinishEvent.d.ts +44 -44
  64. package/types/native/UniSwiperChangeEvent.d.ts +44 -44
  65. package/types/native/UniSwiperTransitionEvent.d.ts +24 -24
  66. package/types/native/UniTabTapEvent.d.ts +18 -18
  67. package/types/native/UniTabsElement.d.ts +59 -59
  68. package/types/native/UniTextElement.d.ts +35 -35
  69. package/types/native/UniTextareaFocusEvent.d.ts +54 -54
  70. package/types/native/UniTouchEvent.d.ts +64 -64
  71. package/types/native/UniVideoElement.d.ts +515 -515
  72. package/types/native/UniWebViewDownloadEvent.d.ts +52 -52
  73. package/types/native/UniWebViewElement.d.ts +10 -10
  74. package/types/native/UniWebViewErrorEvent.d.ts +59 -59
  75. package/types/native/UniWebViewLoadEvent.d.ts +41 -41
  76. package/types/native/UniWebViewLoadingEvent.d.ts +41 -41
  77. package/types/native/UniWebViewMessageEvent.d.ts +36 -36
  78. package/types/native/UniWebViewServiceMessageEvent.d.ts +8 -8
  79. package/types/native/ViewToTempFilePathOptions.d.ts +47 -47
  80. package/types/native/WebViewStyles.d.ts +20 -20
  81. package/types/native/global.d.ts +684 -662
  82. package/types/native/index.d.ts +76 -76
  83. package/types/native-global/index.d.ts +1 -1
  84. package/types/page.d.ts +1731 -1731
  85. package/types/process.d.ts +5 -5
  86. package/types/uni/base/index.d.ts +3 -3
  87. package/types/uni/env/index.d.ts +117 -117
  88. package/types/uni/global.d.ts +8 -7
  89. package/types/uni/index.d.ts +6 -5
  90. package/types/uni/uni-camera-global.d.ts +19 -0
  91. package/types/uni/uni-camera.d.ts +23 -0
  92. package/types/uni/uni-map-tencent-global.d.ts +37 -37
  93. package/types/uni/uni-map-tencent-map.d.ts +62 -62
  94. package/types/uni/uts-plugin-api/global.d.ts +70 -70
  95. package/types/uni/uts-plugin-api/index.d.ts +70 -70
  96. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/global.d.ts +22 -22
  97. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/index.d.ts +10 -10
  98. package/types/uni/uts-plugin-api/lib/uni-actionSheet/utssdk/interface.d.ts +554 -554
  99. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/global.d.ts +24 -24
  100. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/index.d.ts +11 -11
  101. package/types/uni/uts-plugin-api/lib/uni-addPhoneContact/utssdk/interface.d.ts +1765 -1765
  102. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/global.d.ts +10 -10
  103. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/index.d.ts +4 -4
  104. package/types/uni/uts-plugin-api/lib/uni-arrayBufferToBase64/utssdk/interface.d.ts +78 -78
  105. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/global.d.ts +58 -58
  106. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/index.d.ts +28 -28
  107. package/types/uni/uts-plugin-api/lib/uni-authentication/utssdk/interface.d.ts +1336 -1336
  108. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/global.d.ts +10 -10
  109. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/index.d.ts +4 -4
  110. package/types/uni/uts-plugin-api/lib/uni-base64ToArrayBuffer/utssdk/interface.d.ts +78 -78
  111. package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/global.d.ts +22 -22
  112. package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/index.d.ts +10 -10
  113. package/types/uni/uts-plugin-api/lib/uni-canvas/utssdk/interface.d.ts +972 -972
  114. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/global.d.ts +20 -20
  115. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/index.d.ts +9 -9
  116. package/types/uni/uts-plugin-api/lib/uni-chooseLocation/utssdk/interface.d.ts +411 -411
  117. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/global.d.ts +32 -32
  118. package/types/uni/uts-plugin-api/lib/uni-chooseMedia/utssdk/index.d.ts +15 -15
  119. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/global.d.ts +40 -40
  120. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/index.d.ts +19 -19
  121. package/types/uni/uts-plugin-api/lib/uni-clipboard/utssdk/interface.d.ts +601 -601
  122. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/global.d.ts +16 -16
  123. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/index.d.ts +7 -7
  124. package/types/uni/uts-plugin-api/lib/uni-createInnerAudioContext/utssdk/interface.d.ts +2879 -2879
  125. package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/global.d.ts +20 -20
  126. package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/index.d.ts +9 -9
  127. package/types/uni/uts-plugin-api/lib/uni-createIntersectionObserver/utssdk/interface.d.ts +512 -512
  128. package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/global.d.ts +18 -18
  129. package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/index.d.ts +8 -8
  130. package/types/uni/uts-plugin-api/lib/uni-createRequestPermissionListener/utssdk/interface.d.ts +61 -61
  131. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/global.d.ts +20 -20
  132. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/index.d.ts +9 -9
  133. package/types/uni/uts-plugin-api/lib/uni-createSelectorQuery/utssdk/interface.d.ts +769 -769
  134. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/global.d.ts +12 -12
  135. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/index.d.ts +5 -5
  136. package/types/uni/uts-plugin-api/lib/uni-createWebviewContext/utssdk/interface.d.ts +137 -137
  137. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/global.d.ts +28 -28
  138. package/types/uni/uts-plugin-api/lib/uni-dialogPage/utssdk/index.d.ts +13 -13
  139. package/types/uni/uts-plugin-api/lib/uni-document/utssdk/global.d.ts +10 -10
  140. package/types/uni/uts-plugin-api/lib/uni-document/utssdk/index.d.ts +4 -4
  141. package/types/uni/uts-plugin-api/lib/uni-document/utssdk/interface.d.ts +76 -76
  142. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/global.d.ts +16 -16
  143. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/index.d.ts +7 -7
  144. package/types/uni/uts-plugin-api/lib/uni-event/utssdk/interface.d.ts +338 -338
  145. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/global.d.ts +26 -26
  146. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/index.d.ts +12 -12
  147. package/types/uni/uts-plugin-api/lib/uni-exit/utssdk/interface.d.ts +102 -102
  148. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/global.d.ts +80 -80
  149. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/index.d.ts +39 -39
  150. package/types/uni/uts-plugin-api/lib/uni-file/utssdk/interface.d.ts +384 -384
  151. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/global.d.ts +152 -152
  152. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/index.d.ts +75 -75
  153. package/types/uni/uts-plugin-api/lib/uni-fileSystemManager/utssdk/interface.d.ts +12 -10
  154. package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/global.d.ts +10 -10
  155. package/types/uni/uts-plugin-api/lib/uni-getAccessibilityInfo/utssdk/index.d.ts +4 -4
  156. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/global.d.ts +12 -12
  157. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/index.d.ts +5 -5
  158. package/types/uni/uts-plugin-api/lib/uni-getAppAuthorizeSetting/utssdk/interface.d.ts +616 -616
  159. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/global.d.ts +14 -14
  160. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/index.d.ts +6 -6
  161. package/types/uni/uts-plugin-api/lib/uni-getAppBaseInfo/utssdk/interface.d.ts +2557 -2557
  162. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/global.d.ts +16 -16
  163. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/index.d.ts +7 -7
  164. package/types/uni/uts-plugin-api/lib/uni-getBackgroundAudioManager/utssdk/interface.d.ts +1049 -1049
  165. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/global.d.ts +14 -14
  166. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/index.d.ts +6 -6
  167. package/types/uni/uts-plugin-api/lib/uni-getDeviceInfo/utssdk/interface.d.ts +2006 -2006
  168. package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/global.d.ts +10 -10
  169. package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/index.d.ts +4 -4
  170. package/types/uni/uts-plugin-api/lib/uni-getElementById/utssdk/interface.d.ts +82 -82
  171. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/global.d.ts +12 -12
  172. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/index.d.ts +5 -5
  173. package/types/uni/uts-plugin-api/lib/uni-getEnterOptionsSync/utssdk/interface.d.ts +802 -802
  174. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/global.d.ts +12 -12
  175. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/index.d.ts +5 -5
  176. package/types/uni/uts-plugin-api/lib/uni-getLaunchOptionsSync/utssdk/interface.d.ts +806 -806
  177. package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/global.d.ts +24 -24
  178. package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/index.d.ts +11 -11
  179. package/types/uni/uts-plugin-api/lib/uni-getLocation/utssdk/interface.d.ts +1808 -1808
  180. package/types/uni/uts-plugin-api/lib/uni-getLocation-system/utssdk/global.d.ts +8 -8
  181. package/types/uni/uts-plugin-api/lib/uni-getLocation-system/utssdk/index.d.ts +4 -4
  182. package/types/uni/uts-plugin-api/lib/uni-getLocation-system/utssdk/interface.d.ts +1 -1
  183. package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent/utssdk/global.d.ts +8 -8
  184. package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent/utssdk/index.d.ts +4 -4
  185. package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/global.d.ts +20 -20
  186. package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/index.d.ts +10 -10
  187. package/types/uni/uts-plugin-api/lib/uni-getLocation-tencent-uni1/utssdk/interface.d.ts +736 -736
  188. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/global.d.ts +32 -32
  189. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/index.d.ts +15 -15
  190. package/types/uni/uts-plugin-api/lib/uni-getNetworkType/utssdk/interface.d.ts +692 -692
  191. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/global.d.ts +22 -22
  192. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/index.d.ts +10 -10
  193. package/types/uni/uts-plugin-api/lib/uni-getPerformance/utssdk/interface.d.ts +419 -419
  194. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/global.d.ts +36 -36
  195. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/index.d.ts +17 -17
  196. package/types/uni/uts-plugin-api/lib/uni-getProvider/utssdk/interface.d.ts +634 -634
  197. package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/global.d.ts +16 -16
  198. package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/index.d.ts +7 -7
  199. package/types/uni/uts-plugin-api/lib/uni-getRecorderManager/utssdk/interface.d.ts +1180 -1180
  200. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/global.d.ts +32 -32
  201. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/index.d.ts +15 -15
  202. package/types/uni/uts-plugin-api/lib/uni-getSystemInfo/utssdk/interface.d.ts +6755 -6755
  203. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/global.d.ts +12 -12
  204. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/index.d.ts +5 -5
  205. package/types/uni/uts-plugin-api/lib/uni-getSystemSetting/utssdk/interface.d.ts +501 -501
  206. package/types/uni/uts-plugin-api/lib/uni-installApk/utssdk/global.d.ts +24 -24
  207. package/types/uni/uts-plugin-api/lib/uni-installApk/utssdk/index.d.ts +11 -11
  208. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/global.d.ts +16 -16
  209. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/index.d.ts +7 -7
  210. package/types/uni/uts-plugin-api/lib/uni-interceptor/utssdk/interface.d.ts +169 -169
  211. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/global.d.ts +22 -22
  212. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/index.d.ts +10 -10
  213. package/types/uni/uts-plugin-api/lib/uni-keyboard/utssdk/interface.d.ts +367 -367
  214. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/global.d.ts +28 -28
  215. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/index.d.ts +13 -13
  216. package/types/uni/uts-plugin-api/lib/uni-loadFontFace/utssdk/interface.d.ts +679 -679
  217. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/global.d.ts +24 -24
  218. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/index.d.ts +11 -11
  219. package/types/uni/uts-plugin-api/lib/uni-makePhoneCall/utssdk/interface.d.ts +277 -277
  220. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/global.d.ts +190 -190
  221. package/types/uni/uts-plugin-api/lib/uni-media/utssdk/index.d.ts +94 -94
  222. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/global.d.ts +18 -18
  223. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/index.d.ts +8 -8
  224. package/types/uni/uts-plugin-api/lib/uni-modal/utssdk/interface.d.ts +762 -762
  225. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/global.d.ts +68 -68
  226. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/index.d.ts +33 -33
  227. package/types/uni/uts-plugin-api/lib/uni-navigationBar/utssdk/interface.d.ts +1210 -1210
  228. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/global.d.ts +90 -90
  229. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/index.d.ts +44 -44
  230. package/types/uni/uts-plugin-api/lib/uni-network/utssdk/interface.d.ts +5752 -5752
  231. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/global.d.ts +66 -66
  232. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/index.d.ts +32 -32
  233. package/types/uni/uts-plugin-api/lib/uni-oauth/utssdk/interface.d.ts +2648 -2648
  234. package/types/uni/uts-plugin-api/lib/uni-oauth-huawei/utssdk/global.d.ts +8 -8
  235. package/types/uni/uts-plugin-api/lib/uni-oauth-huawei/utssdk/index.d.ts +4 -4
  236. package/types/uni/uts-plugin-api/lib/uni-oauth-huawei/utssdk/interface.d.ts +1 -1
  237. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/global.d.ts +24 -24
  238. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/index.d.ts +11 -11
  239. package/types/uni/uts-plugin-api/lib/uni-openAppAuthorizeSetting/utssdk/interface.d.ts +296 -296
  240. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/global.d.ts +24 -24
  241. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/index.d.ts +11 -11
  242. package/types/uni/uts-plugin-api/lib/uni-openDocument/utssdk/interface.d.ts +516 -516
  243. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/global.d.ts +26 -26
  244. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/index.d.ts +12 -12
  245. package/types/uni/uts-plugin-api/lib/uni-pageScrollTo/utssdk/interface.d.ts +418 -418
  246. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/global.d.ts +32 -32
  247. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/index.d.ts +15 -15
  248. package/types/uni/uts-plugin-api/lib/uni-payment/utssdk/interface.d.ts +1084 -1084
  249. package/types/uni/uts-plugin-api/lib/uni-payment-alipay/utssdk/global.d.ts +8 -8
  250. package/types/uni/uts-plugin-api/lib/uni-payment-alipay/utssdk/index.d.ts +4 -4
  251. package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/global.d.ts +8 -8
  252. package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/index.d.ts +4 -4
  253. package/types/uni/uts-plugin-api/lib/uni-payment-huawei/utssdk/interface.d.ts +1 -1
  254. package/types/uni/uts-plugin-api/lib/uni-payment-wxpay/utssdk/global.d.ts +8 -8
  255. package/types/uni/uts-plugin-api/lib/uni-payment-wxpay/utssdk/index.d.ts +4 -4
  256. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/global.d.ts +46 -46
  257. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/index.d.ts +22 -22
  258. package/types/uni/uts-plugin-api/lib/uni-previewImage/utssdk/interface.d.ts +882 -882
  259. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/global.d.ts +30 -30
  260. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/index.d.ts +14 -14
  261. package/types/uni/uts-plugin-api/lib/uni-privacy/utssdk/interface.d.ts +609 -609
  262. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/global.d.ts +78 -78
  263. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/index.d.ts +38 -38
  264. package/types/uni/uts-plugin-api/lib/uni-prompt/utssdk/interface.d.ts +4323 -4323
  265. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/global.d.ts +28 -28
  266. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/index.d.ts +13 -13
  267. package/types/uni/uts-plugin-api/lib/uni-pullDownRefresh/utssdk/interface.d.ts +323 -323
  268. package/types/uni/uts-plugin-api/lib/uni-requestMerchantTransfer/utssdk/global.d.ts +20 -20
  269. package/types/uni/uts-plugin-api/lib/uni-requestMerchantTransfer/utssdk/index.d.ts +9 -9
  270. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/global.d.ts +58 -58
  271. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/index.d.ts +28 -28
  272. package/types/uni/uts-plugin-api/lib/uni-route/utssdk/interface.d.ts +2847 -2847
  273. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/global.d.ts +10 -10
  274. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/index.d.ts +4 -4
  275. package/types/uni/uts-plugin-api/lib/uni-rpx2px/utssdk/interface.d.ts +80 -80
  276. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/global.d.ts +24 -24
  277. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/index.d.ts +11 -11
  278. package/types/uni/uts-plugin-api/lib/uni-scanCode/utssdk/interface.d.ts +629 -629
  279. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/global.d.ts +26 -26
  280. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/index.d.ts +12 -12
  281. package/types/uni/uts-plugin-api/lib/uni-shareWithSystem/utssdk/interface.d.ts +719 -719
  282. package/types/uni/uts-plugin-api/lib/uni-sse/utssdk/global.d.ts +18 -18
  283. package/types/uni/uts-plugin-api/lib/uni-sse/utssdk/index.d.ts +8 -8
  284. package/types/uni/uts-plugin-api/lib/uni-sse/utssdk/interface.d.ts +308 -308
  285. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/global.d.ts +78 -78
  286. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/index.d.ts +38 -38
  287. package/types/uni/uts-plugin-api/lib/uni-storage/utssdk/interface.d.ts +1998 -1998
  288. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/global.d.ts +148 -148
  289. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/index.d.ts +73 -73
  290. package/types/uni/uts-plugin-api/lib/uni-tabBar/utssdk/interface.d.ts +3136 -3136
  291. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/global.d.ts +54 -54
  292. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/index.d.ts +26 -26
  293. package/types/uni/uts-plugin-api/lib/uni-theme/utssdk/interface.d.ts +1105 -1105
  294. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/global.d.ts +112 -112
  295. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/index.d.ts +55 -55
  296. package/types/uni/uts-plugin-api/lib/uni-virtualPayment/utssdk/interface.d.ts +2306 -2306
  297. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/global.d.ts +58 -58
  298. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/index.d.ts +28 -28
  299. package/types/uni/uts-plugin-api/lib/uni-websocket/utssdk/interface.d.ts +2719 -2717
  300. package/types/uni/uts-plugin-biz/global.d.ts +7 -7
  301. package/types/uni/uts-plugin-biz/index.d.ts +7 -7
  302. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/global.d.ts +44 -44
  303. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/index.d.ts +21 -21
  304. package/types/uni/uts-plugin-biz/lib/uni-ad/utssdk/interface.d.ts +1008 -1008
  305. package/types/uni/uts-plugin-biz/lib/uni-camera/utssdk/global.d.ts +34 -34
  306. package/types/uni/uts-plugin-biz/lib/uni-camera/utssdk/index.d.ts +16 -16
  307. package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/global.d.ts +24 -24
  308. package/types/uni/uts-plugin-biz/lib/uni-crash/utssdk/index.d.ts +11 -11
  309. package/types/uni/uts-plugin-biz/lib/uni-facialRecognitionVerify/utssdk/global.d.ts +28 -28
  310. package/types/uni/uts-plugin-biz/lib/uni-facialRecognitionVerify/utssdk/index.d.ts +13 -13
  311. package/types/uni/uts-plugin-biz/lib/uni-facialRecognitionVerify/utssdk/interface.d.ts +212 -212
  312. package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/global.d.ts +66 -66
  313. package/types/uni/uts-plugin-biz/lib/uni-map-tencent/utssdk/index.d.ts +32 -32
  314. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/global.d.ts +60 -60
  315. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/index.d.ts +29 -29
  316. package/types/uni/uts-plugin-biz/lib/uni-push/utssdk/interface.d.ts +960 -960
  317. package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/global.d.ts +24 -24
  318. package/types/uni/uts-plugin-biz/lib/uni-secure-network/utssdk/index.d.ts +11 -11
  319. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/global.d.ts +52 -52
  320. package/types/uni/uts-plugin-biz/lib/uni-verify/utssdk/index.d.ts +25 -25
  321. package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/global.d.ts +64 -64
  322. package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/index.d.ts +31 -31
  323. package/types/uni/uts-plugin-biz/lib/uni-video/utssdk/interface.d.ts +900 -900
  324. package/types/uni/uts-plugin-component/global.d.ts +3 -3
  325. package/types/uni/uts-plugin-component/index.d.ts +3 -3
  326. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/global.d.ts +34 -34
  327. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/index.d.ts +16 -16
  328. package/types/uni/uts-plugin-component/lib/uni-camera/utssdk/interface.d.ts +679 -27
  329. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/global.d.ts +22 -22
  330. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/index.d.ts +10 -10
  331. package/types/uni/uts-plugin-component/lib/uni-canvas/utssdk/interface.d.ts +972 -972
  332. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/global.d.ts +68 -68
  333. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/index.d.ts +33 -33
  334. package/types/uni/uts-plugin-component/lib/uni-video/utssdk/interface.d.ts +935 -935
  335. package/types/uni/uts-plugin-extend/global.d.ts +11 -11
  336. package/types/uni/uts-plugin-extend/index.d.ts +10 -10
  337. package/types/uni/uts-plugin-extend/lib/uni-__f__/utssdk/global.d.ts +7 -7
  338. package/types/uni/uts-plugin-extend/lib/uni-__f__/utssdk/interface.d.ts +3 -3
  339. package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/global.d.ts +12 -12
  340. package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/index.d.ts +1 -1
  341. package/types/uni/uts-plugin-extend/lib/uni-accelerometer/utssdk/interface.d.ts +917 -917
  342. package/types/uni/uts-plugin-extend/lib/uni-canvas/utssdk/global.d.ts +23 -23
  343. package/types/uni/uts-plugin-extend/lib/uni-canvas/utssdk/index.d.ts +10 -10
  344. package/types/uni/uts-plugin-extend/lib/uni-canvas/utssdk/interface.d.ts +4770 -4770
  345. package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/global.d.ts +25 -25
  346. package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/index.d.ts +11 -11
  347. package/types/uni/uts-plugin-extend/lib/uni-compass/utssdk/interface.d.ts +1095 -1095
  348. package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/global.d.ts +13 -13
  349. package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/index.d.ts +5 -5
  350. package/types/uni/uts-plugin-extend/lib/uni-createMediaQueryObserver/utssdk/interface.d.ts +126 -126
  351. package/types/uni/uts-plugin-extend/lib/uni-locale/utssdk/global.d.ts +15 -15
  352. package/types/uni/uts-plugin-extend/lib/uni-locale/utssdk/index.d.ts +1 -1
  353. package/types/uni/uts-plugin-extend/lib/uni-locale/utssdk/interface.d.ts +229 -229
  354. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/global.d.ts +14 -14
  355. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/index.d.ts +1 -1
  356. package/types/uni/uts-plugin-extend/lib/uni-localeChange/utssdk/interface.d.ts +1670 -1670
  357. package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/global.d.ts +9 -9
  358. package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/index.d.ts +1 -1
  359. package/types/uni/uts-plugin-extend/lib/uni-memory/utssdk/interface.d.ts +253 -253
  360. package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/global.d.ts +21 -21
  361. package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/index.d.ts +9 -9
  362. package/types/uni/uts-plugin-extend/lib/uni-openLocation/utssdk/interface.d.ts +999 -999
  363. package/types/uni/uts-plugin-extend/lib/uni-preloadPage/utssdk/global.d.ts +7 -7
  364. package/types/uni/uts-plugin-extend/lib/uni-preloadPage/utssdk/index.d.ts +1 -1
  365. package/types/uni/uts-plugin-extend/lib/uni-preloadPage/utssdk/interface.d.ts +106 -106
  366. package/types/uni-cloud/index.d.ts +67 -67
  367. package/types/uni-cloud/interface.d.ts +1078 -1078
  368. package/types/uni-cloud/unicloud-db/index.ts +317 -317
  369. package/types/uni-global/index.d.ts +1 -1
  370. package/types/vue/CheckboxGroupChangeEvent.d.ts +41 -41
  371. package/types/vue/LifeCycle.d.ts +55 -55
  372. package/types/vue/PickerViewChangeEvent.d.ts +41 -41
  373. package/types/vue/ProgressActiveendEvent.d.ts +32 -32
  374. package/types/vue/RadioGroupChangeEvent.d.ts +41 -41
  375. package/types/vue/SliderChangeEvent.d.ts +35 -35
  376. package/types/vue/SwitchChangeEvent.d.ts +32 -32
  377. package/types/vue/UniCanvasElement.d.ts +275 -275
  378. package/types/vue/UniCloudDBElement.d.ts +217 -217
  379. package/types/vue/UniFormElement.d.ts +54 -54
  380. package/types/vue/UniNavigatorElement.d.ts +11 -11
  381. package/types/vue/global.d.ts +191 -191
  382. package/types/vue/index.d.ts +10 -10
  383. package/types/vue-global/index.d.ts +1 -1
  384. package/uts-plugin.d.ts +35 -33
  385. package/types/uni/uts-plugin-extend/README.md +0 -3
@@ -1,662 +1,684 @@
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
- UniSwiperTransitionEventDetail as UniSwiperTransitionEventDetailOrigin,
55
- UniSwiperTransitionEvent as UniSwiperTransitionEventOrigin,
56
- SwiperTransitionEvent as SwiperTransitionEventOrigin,
57
- UniSwiperChangeEventDetail as UniSwiperChangeEventDetailOrigin,
58
- UniSwiperChangeEvent as UniSwiperChangeEventOrigin,
59
- SwiperChangeEvent as SwiperChangeEventOrigin,
60
- UniSwiperAnimationFinishEventDetail as UniSwiperAnimationFinishEventDetailOrigin,
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
- UniScrollEventDetail as UniScrollEventDetailOrigin,
74
- UniScrollEvent as UniScrollEventOrigin,
75
- ScrollEvent as ScrollEventOrigin,
76
- UniSafeAreaInsets as UniSafeAreaInsetsOrigin,
77
- UniRichTextItemClickEventDetail as UniRichTextItemClickEventDetailOrigin,
78
- UniRichTextItemClickEvent as UniRichTextItemClickEventOrigin,
79
- RichTextItemClickEventDetail as RichTextItemClickEventDetailOrigin,
80
- RichTextItemClickEvent as RichTextItemClickEventOrigin,
81
- UniResizeObserver as UniResizeObserverOrigin,
82
- UniResizeObserverEntry as UniResizeObserverEntryOrigin,
83
- UniBorderBoxSize as UniBorderBoxSizeOrigin,
84
- UniContentBoxSize as UniContentBoxSizeOrigin,
85
- UniDevicePixelContentBoxSize as UniDevicePixelContentBoxSizeOrigin,
86
- UniResizeEvent as UniResizeEventOrigin,
87
- ResizeEvent as ResizeEventOrigin,
88
- UniRefresherEventDetail as UniRefresherEventDetailOrigin,
89
- UniRefresherEvent as UniRefresherEventOrigin,
90
- RefresherEvent as RefresherEventOrigin,
91
- UniProvider as UniProviderOrigin,
92
- UniPointerEvent as UniPointerEventOrigin,
93
- PointerEvent as PointerEventOrigin,
94
- MouseEvent as MouseEventOrigin,
95
- UniMouseEvent as UniMouseEventOrigin,
96
- UniPageScrollEvent as UniPageScrollEventOrigin,
97
- PageScrollEvent as PageScrollEventOrigin,
98
- UniPageManager as UniPageManagerOrigin,
99
- IPageManager as IPageManagerOrigin,
100
- UniPageEvent as UniPageEventOrigin,
101
- PageEvent as PageEventOrigin,
102
- UniPageBody as UniPageBodyOrigin,
103
- UniPage as UniPageOrigin,
104
- UniNormalPage as UniNormalPageOrigin,
105
- UniDialogPage as UniDialogPageOrigin,
106
- UniNestedPreScrollEvent as UniNestedPreScrollEventOrigin,
107
- NestedPreScrollEvent as NestedPreScrollEventOrigin,
108
- UniNativePage as UniNativePageOrigin,
109
- IPage as IPageOrigin,
110
- UniNativeApp as UniNativeAppOrigin,
111
- IApp as IAppOrigin,
112
- UniInputKeyboardHeightChangeEventDetail as UniInputKeyboardHeightChangeEventDetailOrigin,
113
- UniInputKeyboardHeightChangeEvent as UniInputKeyboardHeightChangeEventOrigin,
114
- InputKeyboardHeightChangeEvent as InputKeyboardHeightChangeEventOrigin,
115
- InputKeyboardHeightChangeEventDetail as InputKeyboardHeightChangeEventDetailOrigin,
116
- UniInputFocusEventDetail as UniInputFocusEventDetailOrigin,
117
- UniInputFocusEvent as UniInputFocusEventOrigin,
118
- InputFocusEvent as InputFocusEventOrigin,
119
- InputFocusEventDetail as InputFocusEventDetailOrigin,
120
- UniInputEventDetail as UniInputEventDetailOrigin,
121
- UniInputEvent as UniInputEventOrigin,
122
- InputEvent as InputEventOrigin,
123
- InputEventDetail as InputEventDetailOrigin,
124
- UniInputConfirmEventDetail as UniInputConfirmEventDetailOrigin,
125
- UniInputConfirmEvent as UniInputConfirmEventOrigin,
126
- InputConfirmEvent as InputConfirmEventOrigin,
127
- InputConfirmEventDetail as InputConfirmEventDetailOrigin,
128
- UniInputBlurEventDetail as UniInputBlurEventDetailOrigin,
129
- UniInputBlurEvent as UniInputBlurEventOrigin,
130
- InputBlurEvent as InputBlurEventOrigin,
131
- InputBlurEventDetail as InputBlurEventDetailOrigin,
132
- UniImageLoadEventDetail as UniImageLoadEventDetailOrigin,
133
- UniImageLoadEvent as UniImageLoadEventOrigin,
134
- ImageLoadEventDetail as ImageLoadEventDetailOrigin,
135
- ImageLoadEvent as ImageLoadEventOrigin,
136
- UniImageErrorEventDetail as UniImageErrorEventDetailOrigin,
137
- UniImageErrorEvent as UniImageErrorEventOrigin,
138
- ImageErrorEventDetail as ImageErrorEventDetailOrigin,
139
- ImageErrorEvent as ImageErrorEventOrigin,
140
- UniFormControlElement as UniFormControlElementOrigin,
141
- UniEvent as UniEventOrigin,
142
- UniKeyEvent as UniKeyEventOrigin,
143
- Event as EventOrigin,
144
- KeyEvent as KeyEventOrigin,
145
- UniAppEvent as UniAppEventOrigin,
146
- UniThemeChangeEvent as UniThemeChangeEventOrigin,
147
- UniAppErrorEvent as UniAppErrorEventOrigin,
148
- UniError as UniErrorOrigin,
149
- UniElementImpl as UniElementImplOrigin,
150
- UniViewElementImpl as UniViewElementImplOrigin,
151
- UniDocument as UniDocumentOrigin,
152
- IDocument as IDocumentOrigin,
153
- UniCustomEventOptions as UniCustomEventOptionsOrigin,
154
- UniCustomEvent as UniCustomEventOrigin,
155
- CustomEventOptions as CustomEventOptionsOrigin,
156
- CustomEvent as CustomEventOrigin,
157
- UniCanvasElementImpl as UniCanvasElementImplOrigin,
158
- UniCallbackWrapper as UniCallbackWrapperOrigin,
159
- UniAnimationPlaybackEvent as UniAnimationPlaybackEventOrigin,
160
- UniAnimation as UniAnimationOrigin,
161
- UniAggregateError as UniAggregateErrorOrigin,
162
- UTSAndroidHookProxy as UTSAndroidHookProxyOrigin,
163
- SourceError as SourceErrorOrigin,
164
- TakeSnapshotOptions as TakeSnapshotOptionsOrigin,
165
- TakeSnapshotSuccess as TakeSnapshotSuccessOrigin,
166
- TakeSnapshotFail as TakeSnapshotFailOrigin,
167
- TakeSnapshotSuccessCallback as TakeSnapshotSuccessCallbackOrigin,
168
- TakeSnapshotFailCallback as TakeSnapshotFailCallbackOrigin,
169
- TakeSnapshotCompleteCallback as TakeSnapshotCompleteCallbackOrigin,
170
- Path2D as Path2DOrigin,
171
- PageNode as PageNodeOrigin,
172
- NodeData as NodeDataOrigin,
173
- INodeData as INodeDataOrigin,
174
- NativeLoadFontFaceFail as NativeLoadFontFaceFailOrigin,
175
- NativeLoadFontFaceOptions as NativeLoadFontFaceOptionsOrigin,
176
- UniNativeViewElement as UniNativeViewElementOrigin,
177
- UniNativeViewEvent as UniNativeViewEventOrigin,
178
- UniNativeViewInitEventDetail as UniNativeViewInitEventDetailOrigin,
179
- UniNativeViewInitEvent as UniNativeViewInitEventOrigin,
180
- IUniForm as IUniFormOrigin,
181
- IUniError as IUniErrorOrigin,
182
- UniElement as UniElementOrigin,
183
- UniButtonElement as UniButtonElementOrigin,
184
- UniCanvasElement as UniCanvasElementOrigin,
185
- UniCommentElement as UniCommentElementOrigin,
186
- UniImageElement as UniImageElementOrigin,
187
- Image as ImageOrigin,
188
- UniInputElement as UniInputElementOrigin,
189
- UniListItemElement as UniListItemElementOrigin,
190
- UniListViewElement as UniListViewElementOrigin,
191
- UniNestedScrollBodyElement as UniNestedScrollBodyElementOrigin,
192
- UniNestedScrollHeaderElement as UniNestedScrollHeaderElementOrigin,
193
- UniRichTextElement as UniRichTextElementOrigin,
194
- UniScrollViewElement as UniScrollViewElementOrigin,
195
- UniStickyHeaderElement as UniStickyHeaderElementOrigin,
196
- UniStickySectionElement as UniStickySectionElementOrigin,
197
- UniSwiperElement as UniSwiperElementOrigin,
198
- UniSwiperItemElement as UniSwiperItemElementOrigin,
199
- UniTabsElement as UniTabsElementOrigin,
200
- UniTextElement as UniTextElementOrigin,
201
- UniTextareaElement as UniTextareaElementOrigin,
202
- UniViewElement as UniViewElementOrigin,
203
- UniWebViewElement as UniWebViewElementOrigin,
204
- UniWaterFlowElement as UniWaterFlowElementOrigin,
205
- UniFlowItemElement as UniFlowItemElementOrigin,
206
- UniShareElement as UniShareElementOrigin,
207
- GetBoundingClientRectAsyncSuccessCallback as GetBoundingClientRectAsyncSuccessCallbackOrigin,
208
- GetBoundingClientRectAsyncFailCallback as GetBoundingClientRectAsyncFailCallbackOrigin,
209
- GetBoundingClientRectAsyncCompleteCallback as GetBoundingClientRectAsyncCompleteCallbackOrigin,
210
- GetBoundingClientRectAsyncOptions as GetBoundingClientRectAsyncOptionsOrigin,
211
- UniAnimationKeyframe as UniAnimationKeyframeOrigin,
212
- UniAnimationOptionDirection as UniAnimationOptionDirectionOrigin,
213
- UniAnimationOptionEasing as UniAnimationOptionEasingOrigin,
214
- UniAnimationOptionFill as UniAnimationOptionFillOrigin,
215
- UniAnimationOption as UniAnimationOptionOrigin,
216
- INode as INodeOrigin,
217
- Element as ElementOrigin,
218
- ITabsNode as ITabsNodeOrigin,
219
- TextElement as TextElementOrigin,
220
- IWebViewNode as IWebViewNodeOrigin,
221
- IComment as ICommentOrigin,
222
- INavigationBar as INavigationBarOrigin,
223
- DrawableContext as DrawableContextOrigin,
224
- DOMRect as DOMRectOrigin,
225
- TextMetrics as TextMetricsOrigin,
226
- CanvasDirection as CanvasDirectionOrigin,
227
- CanvasLineCap as CanvasLineCapOrigin,
228
- CanvasFontStretch as CanvasFontStretchOrigin,
229
- CanvasGlobalCompositeOperation as CanvasGlobalCompositeOperationOrigin,
230
- CanvasSmoothingQuality as CanvasSmoothingQualityOrigin,
231
- CanvasLineJoin as CanvasLineJoinOrigin,
232
- CanvasTextAlign as CanvasTextAlignOrigin,
233
- CanvasTextBaseline as CanvasTextBaselineOrigin,
234
- CanvasTextRendering as CanvasTextRenderingOrigin,
235
- ImageData as ImageDataOrigin,
236
- CanvasPattern as CanvasPatternOrigin,
237
- CanvasGradient as CanvasGradientOrigin,
238
- CanvasRenderingContext2D as CanvasRenderingContext2DOrigin,
239
- CSSStyleDeclaration as CSSStyleDeclarationOrigin,
240
- AsyncApiResult as AsyncApiResultOrigin,
241
- AsyncApiSuccessResult as AsyncApiSuccessResultOrigin,
242
- } from './index'
243
-
244
- declare global {
245
- const WebViewStyles: typeof WebViewStylesOrigin
246
- type WebViewStyles = WebViewStylesOrigin
247
- const WebViewProgressStyles: typeof WebViewProgressStylesOrigin
248
- type WebViewProgressStyles = WebViewProgressStylesOrigin
249
- const ViewToTempFilePathSuccess: typeof ViewToTempFilePathSuccessOrigin
250
- type ViewToTempFilePathSuccess = ViewToTempFilePathSuccessOrigin
251
- const ViewToTempFilePathFail: typeof ViewToTempFilePathFailOrigin
252
- type ViewToTempFilePathFail = ViewToTempFilePathFailOrigin
253
- const ViewToTempFilePathOptions: typeof ViewToTempFilePathOptionsOrigin
254
- type ViewToTempFilePathOptions = ViewToTempFilePathOptionsOrigin
255
- const UniWebViewServiceMessageEvent: typeof UniWebViewServiceMessageEventOrigin
256
- type UniWebViewServiceMessageEvent = UniWebViewServiceMessageEventOrigin
257
- const WebViewServiceMessageEvent: typeof WebViewServiceMessageEventOrigin
258
- type WebViewServiceMessageEvent = WebViewServiceMessageEventOrigin
259
- const UniWebViewMessageEventDetail: typeof UniWebViewMessageEventDetailOrigin
260
- type UniWebViewMessageEventDetail = UniWebViewMessageEventDetailOrigin
261
- const UniWebViewMessageEvent: typeof UniWebViewMessageEventOrigin
262
- type UniWebViewMessageEvent = UniWebViewMessageEventOrigin
263
- const WebViewMessageEventDetail: typeof WebViewMessageEventDetailOrigin
264
- const WebViewMessageEvent: typeof WebViewMessageEventOrigin
265
- type WebViewMessageEventDetail = WebViewMessageEventDetailOrigin
266
- type WebViewMessageEvent = WebViewMessageEventOrigin
267
- const UniWebViewLoadingEventDetail: typeof UniWebViewLoadingEventDetailOrigin
268
- type UniWebViewLoadingEventDetail = UniWebViewLoadingEventDetailOrigin
269
- const UniWebViewLoadingEvent: typeof UniWebViewLoadingEventOrigin
270
- type UniWebViewLoadingEvent = UniWebViewLoadingEventOrigin
271
- const WebViewLoadingEventDetail: typeof WebViewLoadingEventDetailOrigin
272
- const WebViewLoadingEvent: typeof WebViewLoadingEventOrigin
273
- type WebViewLoadingEventDetail = WebViewLoadingEventDetailOrigin
274
- type WebViewLoadingEvent = WebViewLoadingEventOrigin
275
- const UniWebViewLoadEventDetail: typeof UniWebViewLoadEventDetailOrigin
276
- type UniWebViewLoadEventDetail = UniWebViewLoadEventDetailOrigin
277
- const UniWebViewLoadEvent: typeof UniWebViewLoadEventOrigin
278
- type UniWebViewLoadEvent = UniWebViewLoadEventOrigin
279
- const WebViewLoadedEventDetail: typeof WebViewLoadedEventDetailOrigin
280
- const WebViewLoadedEvent: typeof WebViewLoadedEventOrigin
281
- type WebViewLoadedEventDetail = WebViewLoadedEventDetailOrigin
282
- type WebViewLoadedEvent = WebViewLoadedEventOrigin
283
- const UniWebViewErrorEventDetail: typeof UniWebViewErrorEventDetailOrigin
284
- type UniWebViewErrorEventDetail = UniWebViewErrorEventDetailOrigin
285
- const UniWebViewErrorEvent: typeof UniWebViewErrorEventOrigin
286
- type UniWebViewErrorEvent = UniWebViewErrorEventOrigin
287
- const WebViewErrorEventDetail: typeof WebViewErrorEventDetailOrigin
288
- const WebViewErrorEvent: typeof WebViewErrorEventOrigin
289
- type WebViewErrorEventDetail = WebViewErrorEventDetailOrigin
290
- type WebViewErrorEvent = WebViewErrorEventOrigin
291
- const UniWebViewElementImpl: typeof UniWebViewElementImplOrigin
292
- type UniWebViewElementImpl = UniWebViewElementImplOrigin
293
- const UniWebViewDownloadEventDetail: typeof UniWebViewDownloadEventDetailOrigin
294
- type UniWebViewDownloadEventDetail = UniWebViewDownloadEventDetailOrigin
295
- const UniWebViewDownloadEvent: typeof UniWebViewDownloadEventOrigin
296
- type UniWebViewDownloadEvent = UniWebViewDownloadEventOrigin
297
- const WebViewDownloadEventDetail: typeof WebViewDownloadEventDetailOrigin
298
- const WebViewDownloadEvent: typeof WebViewDownloadEventOrigin
299
- type WebViewDownloadEventDetail = WebViewDownloadEventDetailOrigin
300
- type WebViewDownloadEvent = WebViewDownloadEventOrigin
301
- const UniVideoElement: typeof UniVideoElementOrigin
302
- type UniVideoElement = UniVideoElementOrigin
303
- type Danmu = DanmuOrigin
304
- type RequestFullScreenOptions = RequestFullScreenOptionsOrigin
305
- const UniTouch: typeof UniTouchOrigin
306
- type UniTouch = UniTouchOrigin
307
- const UniTouchEvent: typeof UniTouchEventOrigin
308
- type UniTouchEvent = UniTouchEventOrigin
309
- const Touch: typeof TouchOrigin
310
- const TouchEvent: typeof TouchEventOrigin
311
- type Touch = TouchOrigin
312
- type TouchEvent = TouchEventOrigin
313
- const UniTextareaLineChangeEventDetail: typeof UniTextareaLineChangeEventDetailOrigin
314
- type UniTextareaLineChangeEventDetail = UniTextareaLineChangeEventDetailOrigin
315
- const UniTextareaLineChangeEvent: typeof UniTextareaLineChangeEventOrigin
316
- type UniTextareaLineChangeEvent = UniTextareaLineChangeEventOrigin
317
- const TextareaLineChangeEvent: typeof TextareaLineChangeEventOrigin
318
- const TextareaLineChangeEventDetail: typeof TextareaLineChangeEventDetailOrigin
319
- type TextareaLineChangeEvent = TextareaLineChangeEventOrigin
320
- type TextareaLineChangeEventDetail = TextareaLineChangeEventDetailOrigin
321
- const UniTextareaFocusEventDetail: typeof UniTextareaFocusEventDetailOrigin
322
- type UniTextareaFocusEventDetail = UniTextareaFocusEventDetailOrigin
323
- const UniTextareaFocusEvent: typeof UniTextareaFocusEventOrigin
324
- type UniTextareaFocusEvent = UniTextareaFocusEventOrigin
325
- const TextareaFocusEvent: typeof TextareaFocusEventOrigin
326
- const TextareaFocusEventDetail: typeof TextareaFocusEventDetailOrigin
327
- type TextareaFocusEvent = TextareaFocusEventOrigin
328
- type TextareaFocusEventDetail = TextareaFocusEventDetailOrigin
329
- const UniTextareaBlurEventDetail: typeof UniTextareaBlurEventDetailOrigin
330
- type UniTextareaBlurEventDetail = UniTextareaBlurEventDetailOrigin
331
- const UniTextareaBlurEvent: typeof UniTextareaBlurEventOrigin
332
- type UniTextareaBlurEvent = UniTextareaBlurEventOrigin
333
- const TextareaBlurEvent: typeof TextareaBlurEventOrigin
334
- const TextareaBlurEventDetail: typeof TextareaBlurEventDetailOrigin
335
- type TextareaBlurEvent = TextareaBlurEventOrigin
336
- type TextareaBlurEventDetail = TextareaBlurEventDetailOrigin
337
- const UniTextElementImpl: typeof UniTextElementImplOrigin
338
- type UniTextElementImpl = UniTextElementImplOrigin
339
- const UniTabsElementImpl: typeof UniTabsElementImplOrigin
340
- type UniTabsElementImpl = UniTabsElementImplOrigin
341
- const UniTabTapEvent: typeof UniTabTapEventOrigin
342
- type UniTabTapEvent = UniTabTapEventOrigin
343
- const TabTapEvent: typeof TabTapEventOrigin
344
- type TabTapEvent = TabTapEventOrigin
345
- const UniSwiperTransitionEventDetail: typeof UniSwiperTransitionEventDetailOrigin
346
- type UniSwiperTransitionEventDetail = UniSwiperTransitionEventDetailOrigin
347
- const UniSwiperTransitionEvent: typeof UniSwiperTransitionEventOrigin
348
- type UniSwiperTransitionEvent = UniSwiperTransitionEventOrigin
349
- const SwiperTransitionEvent: typeof SwiperTransitionEventOrigin
350
- type SwiperTransitionEvent = SwiperTransitionEventOrigin
351
- const UniSwiperChangeEventDetail: typeof UniSwiperChangeEventDetailOrigin
352
- type UniSwiperChangeEventDetail = UniSwiperChangeEventDetailOrigin
353
- const UniSwiperChangeEvent: typeof UniSwiperChangeEventOrigin
354
- type UniSwiperChangeEvent = UniSwiperChangeEventOrigin
355
- const SwiperChangeEvent: typeof SwiperChangeEventOrigin
356
- type SwiperChangeEvent = SwiperChangeEventOrigin
357
- const UniSwiperAnimationFinishEventDetail: typeof UniSwiperAnimationFinishEventDetailOrigin
358
- type UniSwiperAnimationFinishEventDetail = UniSwiperAnimationFinishEventDetailOrigin
359
- const UniSwiperAnimationFinishEvent: typeof UniSwiperAnimationFinishEventOrigin
360
- type UniSwiperAnimationFinishEvent = UniSwiperAnimationFinishEventOrigin
361
- const SwiperAnimationFinishEvent: typeof SwiperAnimationFinishEventOrigin
362
- type SwiperAnimationFinishEvent = SwiperAnimationFinishEventOrigin
363
- const UniStopNestedScrollEvent: typeof UniStopNestedScrollEventOrigin
364
- type UniStopNestedScrollEvent = UniStopNestedScrollEventOrigin
365
- const StopNestedScrollEvent: typeof StopNestedScrollEventOrigin
366
- type StopNestedScrollEvent = StopNestedScrollEventOrigin
367
- const UniStartNestedScrollEvent: typeof UniStartNestedScrollEventOrigin
368
- type UniStartNestedScrollEvent = UniStartNestedScrollEventOrigin
369
- const StartNestedScrollEvent: typeof StartNestedScrollEventOrigin
370
- type StartNestedScrollEvent = StartNestedScrollEventOrigin
371
- const UniScrollToUpperEventDetail: typeof UniScrollToUpperEventDetailOrigin
372
- type UniScrollToUpperEventDetail = UniScrollToUpperEventDetailOrigin
373
- const UniScrollToUpperEvent: typeof UniScrollToUpperEventOrigin
374
- type UniScrollToUpperEvent = UniScrollToUpperEventOrigin
375
- const ScrollToUpperEvent: typeof ScrollToUpperEventOrigin
376
- type ScrollToUpperEvent = ScrollToUpperEventOrigin
377
- const UniScrollToLowerEventDetail: typeof UniScrollToLowerEventDetailOrigin
378
- type UniScrollToLowerEventDetail = UniScrollToLowerEventDetailOrigin
379
- const UniScrollToLowerEvent: typeof UniScrollToLowerEventOrigin
380
- type UniScrollToLowerEvent = UniScrollToLowerEventOrigin
381
- const ScrollToLowerEvent: typeof ScrollToLowerEventOrigin
382
- type ScrollToLowerEvent = ScrollToLowerEventOrigin
383
- const UniScrollEventDetail: typeof UniScrollEventDetailOrigin
384
- type UniScrollEventDetail = UniScrollEventDetailOrigin
385
- const UniScrollEvent: typeof UniScrollEventOrigin
386
- type UniScrollEvent = UniScrollEventOrigin
387
- const ScrollEvent: typeof ScrollEventOrigin
388
- type ScrollEvent = ScrollEventOrigin
389
- type UniSafeAreaInsets = UniSafeAreaInsetsOrigin
390
- const UniRichTextItemClickEventDetail: typeof UniRichTextItemClickEventDetailOrigin
391
- type UniRichTextItemClickEventDetail = UniRichTextItemClickEventDetailOrigin
392
- const UniRichTextItemClickEvent: typeof UniRichTextItemClickEventOrigin
393
- type UniRichTextItemClickEvent = UniRichTextItemClickEventOrigin
394
- const RichTextItemClickEventDetail: typeof RichTextItemClickEventDetailOrigin
395
- const RichTextItemClickEvent: typeof RichTextItemClickEventOrigin
396
- type RichTextItemClickEventDetail = RichTextItemClickEventDetailOrigin
397
- type RichTextItemClickEvent = RichTextItemClickEventOrigin
398
- const UniResizeObserver: typeof UniResizeObserverOrigin
399
- type UniResizeObserver = UniResizeObserverOrigin
400
- type UniResizeObserverEntry = UniResizeObserverEntryOrigin
401
- type UniBorderBoxSize = UniBorderBoxSizeOrigin
402
- type UniContentBoxSize = UniContentBoxSizeOrigin
403
- type UniDevicePixelContentBoxSize = UniDevicePixelContentBoxSizeOrigin
404
- const UniResizeEvent: typeof UniResizeEventOrigin
405
- type UniResizeEvent = UniResizeEventOrigin
406
- const ResizeEvent: typeof ResizeEventOrigin
407
- type ResizeEvent = ResizeEventOrigin
408
- const UniRefresherEventDetail: typeof UniRefresherEventDetailOrigin
409
- type UniRefresherEventDetail = UniRefresherEventDetailOrigin
410
- const UniRefresherEvent: typeof UniRefresherEventOrigin
411
- type UniRefresherEvent = UniRefresherEventOrigin
412
- const RefresherEvent: typeof RefresherEventOrigin
413
- type RefresherEvent = RefresherEventOrigin
414
- type UniProvider = UniProviderOrigin
415
- const UniPointerEvent: typeof UniPointerEventOrigin
416
- type UniPointerEvent = UniPointerEventOrigin
417
- const PointerEvent: typeof PointerEventOrigin
418
- const MouseEvent: typeof MouseEventOrigin
419
- const UniMouseEvent: typeof UniMouseEventOrigin
420
- type PointerEvent = PointerEventOrigin
421
- type MouseEvent = MouseEventOrigin
422
- type UniMouseEvent = UniMouseEventOrigin
423
- const UniPageScrollEvent: typeof UniPageScrollEventOrigin
424
- type UniPageScrollEvent = UniPageScrollEventOrigin
425
- const PageScrollEvent: typeof PageScrollEventOrigin
426
- type PageScrollEvent = PageScrollEventOrigin
427
- type UniPageManager = UniPageManagerOrigin
428
- type IPageManager = IPageManagerOrigin
429
- const UniPageEvent: typeof UniPageEventOrigin
430
- type UniPageEvent = UniPageEventOrigin
431
- const PageEvent: typeof PageEventOrigin
432
- type PageEvent = PageEventOrigin
433
- type UniPageBody = UniPageBodyOrigin
434
- type UniPage = UniPageOrigin
435
- type UniNormalPage = UniNormalPageOrigin
436
- type UniDialogPage = UniDialogPageOrigin
437
- const UniNestedPreScrollEvent: typeof UniNestedPreScrollEventOrigin
438
- type UniNestedPreScrollEvent = UniNestedPreScrollEventOrigin
439
- const NestedPreScrollEvent: typeof NestedPreScrollEventOrigin
440
- type NestedPreScrollEvent = NestedPreScrollEventOrigin
441
- type UniNativePage = UniNativePageOrigin
442
- type IPage = IPageOrigin
443
- type UniNativeApp = UniNativeAppOrigin
444
- type IApp = IAppOrigin
445
- const UniInputKeyboardHeightChangeEventDetail: typeof UniInputKeyboardHeightChangeEventDetailOrigin
446
- type UniInputKeyboardHeightChangeEventDetail = UniInputKeyboardHeightChangeEventDetailOrigin
447
- const UniInputKeyboardHeightChangeEvent: typeof UniInputKeyboardHeightChangeEventOrigin
448
- type UniInputKeyboardHeightChangeEvent = UniInputKeyboardHeightChangeEventOrigin
449
- const InputKeyboardHeightChangeEvent: typeof InputKeyboardHeightChangeEventOrigin
450
- const InputKeyboardHeightChangeEventDetail: typeof InputKeyboardHeightChangeEventDetailOrigin
451
- type InputKeyboardHeightChangeEvent = InputKeyboardHeightChangeEventOrigin
452
- type InputKeyboardHeightChangeEventDetail = InputKeyboardHeightChangeEventDetailOrigin
453
- const UniInputFocusEventDetail: typeof UniInputFocusEventDetailOrigin
454
- type UniInputFocusEventDetail = UniInputFocusEventDetailOrigin
455
- const UniInputFocusEvent: typeof UniInputFocusEventOrigin
456
- type UniInputFocusEvent = UniInputFocusEventOrigin
457
- const InputFocusEvent: typeof InputFocusEventOrigin
458
- const InputFocusEventDetail: typeof InputFocusEventDetailOrigin
459
- type InputFocusEvent = InputFocusEventOrigin
460
- type InputFocusEventDetail = InputFocusEventDetailOrigin
461
- const UniInputEventDetail: typeof UniInputEventDetailOrigin
462
- type UniInputEventDetail = UniInputEventDetailOrigin
463
- const UniInputEvent: typeof UniInputEventOrigin
464
- type UniInputEvent = UniInputEventOrigin
465
- const InputEvent: typeof InputEventOrigin
466
- const InputEventDetail: typeof InputEventDetailOrigin
467
- type InputEvent = InputEventOrigin
468
- type InputEventDetail = InputEventDetailOrigin
469
- const UniInputConfirmEventDetail: typeof UniInputConfirmEventDetailOrigin
470
- type UniInputConfirmEventDetail = UniInputConfirmEventDetailOrigin
471
- const UniInputConfirmEvent: typeof UniInputConfirmEventOrigin
472
- type UniInputConfirmEvent = UniInputConfirmEventOrigin
473
- const InputConfirmEvent: typeof InputConfirmEventOrigin
474
- const InputConfirmEventDetail: typeof InputConfirmEventDetailOrigin
475
- type InputConfirmEvent = InputConfirmEventOrigin
476
- type InputConfirmEventDetail = InputConfirmEventDetailOrigin
477
- const UniInputBlurEventDetail: typeof UniInputBlurEventDetailOrigin
478
- type UniInputBlurEventDetail = UniInputBlurEventDetailOrigin
479
- const UniInputBlurEvent: typeof UniInputBlurEventOrigin
480
- type UniInputBlurEvent = UniInputBlurEventOrigin
481
- const InputBlurEvent: typeof InputBlurEventOrigin
482
- const InputBlurEventDetail: typeof InputBlurEventDetailOrigin
483
- type InputBlurEvent = InputBlurEventOrigin
484
- type InputBlurEventDetail = InputBlurEventDetailOrigin
485
- const UniImageLoadEventDetail: typeof UniImageLoadEventDetailOrigin
486
- type UniImageLoadEventDetail = UniImageLoadEventDetailOrigin
487
- const UniImageLoadEvent: typeof UniImageLoadEventOrigin
488
- type UniImageLoadEvent = UniImageLoadEventOrigin
489
- const ImageLoadEventDetail: typeof ImageLoadEventDetailOrigin
490
- const ImageLoadEvent: typeof ImageLoadEventOrigin
491
- type ImageLoadEventDetail = ImageLoadEventDetailOrigin
492
- type ImageLoadEvent = ImageLoadEventOrigin
493
- const UniImageErrorEventDetail: typeof UniImageErrorEventDetailOrigin
494
- type UniImageErrorEventDetail = UniImageErrorEventDetailOrigin
495
- const UniImageErrorEvent: typeof UniImageErrorEventOrigin
496
- type UniImageErrorEvent = UniImageErrorEventOrigin
497
- const ImageErrorEventDetail: typeof ImageErrorEventDetailOrigin
498
- const ImageErrorEvent: typeof ImageErrorEventOrigin
499
- type ImageErrorEventDetail = ImageErrorEventDetailOrigin
500
- type ImageErrorEvent = ImageErrorEventOrigin
501
- const UniFormControlElement: typeof UniFormControlElementOrigin
502
- type UniFormControlElement<T> = UniFormControlElementOrigin<T>
503
- const UniEvent: typeof UniEventOrigin
504
- type UniEvent = UniEventOrigin
505
- const UniKeyEvent: typeof UniKeyEventOrigin
506
- type UniKeyEvent = UniKeyEventOrigin
507
- const Event: typeof EventOrigin
508
- const KeyEvent: typeof KeyEventOrigin
509
- const UniAppEvent: typeof UniAppEventOrigin
510
- type UniAppEvent = UniAppEventOrigin
511
- const UniThemeChangeEvent: typeof UniThemeChangeEventOrigin
512
- type UniThemeChangeEvent = UniThemeChangeEventOrigin
513
- const UniAppErrorEvent: typeof UniAppErrorEventOrigin
514
- type UniAppErrorEvent = UniAppErrorEventOrigin
515
- type Event = EventOrigin
516
- type KeyEvent = KeyEventOrigin
517
- const UniError: typeof UniErrorOrigin
518
- type UniError = UniErrorOrigin
519
- const UniElementImpl: typeof UniElementImplOrigin
520
- type UniElementImpl = UniElementImplOrigin
521
- const UniViewElementImpl: typeof UniViewElementImplOrigin
522
- type UniViewElementImpl = UniViewElementImplOrigin
523
- type UniDocument = UniDocumentOrigin
524
- type IDocument = IDocumentOrigin
525
- const UniCustomEventOptions: typeof UniCustomEventOptionsOrigin
526
- type UniCustomEventOptions<T> = UniCustomEventOptionsOrigin<T>
527
- const UniCustomEvent: typeof UniCustomEventOrigin
528
- type UniCustomEvent<T> = UniCustomEventOrigin<T>
529
- const CustomEventOptions: typeof CustomEventOptionsOrigin
530
- const CustomEvent: typeof CustomEventOrigin
531
- type CustomEventOptions<T> = CustomEventOptionsOrigin<T>
532
- type CustomEvent<T> = CustomEventOrigin<T>
533
- const UniCanvasElementImpl: typeof UniCanvasElementImplOrigin
534
- type UniCanvasElementImpl = UniCanvasElementImplOrigin
535
- const UniCallbackWrapper: typeof UniCallbackWrapperOrigin
536
- type UniCallbackWrapper = UniCallbackWrapperOrigin
537
- const UniAnimationPlaybackEvent: typeof UniAnimationPlaybackEventOrigin
538
- type UniAnimationPlaybackEvent = UniAnimationPlaybackEventOrigin
539
- const UniAnimation: typeof UniAnimationOrigin
540
- type UniAnimation = UniAnimationOrigin
541
- const UniAggregateError: typeof UniAggregateErrorOrigin
542
- type UniAggregateError = UniAggregateErrorOrigin
543
- type UTSAndroidHookProxy = UTSAndroidHookProxyOrigin
544
- const SourceError: typeof SourceErrorOrigin
545
- type SourceError = SourceErrorOrigin
546
- const TakeSnapshotOptions: typeof TakeSnapshotOptionsOrigin
547
- type TakeSnapshotOptions = TakeSnapshotOptionsOrigin
548
- type TakeSnapshotSuccess = TakeSnapshotSuccessOrigin
549
- type TakeSnapshotFail = TakeSnapshotFailOrigin
550
- type TakeSnapshotSuccessCallback = TakeSnapshotSuccessCallbackOrigin
551
- type TakeSnapshotFailCallback = TakeSnapshotFailCallbackOrigin
552
- type TakeSnapshotCompleteCallback = TakeSnapshotCompleteCallbackOrigin
553
- const Path2D: typeof Path2DOrigin
554
- type Path2D = Path2DOrigin
555
- const PageNode: typeof PageNodeOrigin
556
- type PageNode = PageNodeOrigin
557
- const NodeData: typeof NodeDataOrigin
558
- type NodeData = NodeDataOrigin
559
- type INodeData = INodeDataOrigin
560
- const NativeLoadFontFaceFail: typeof NativeLoadFontFaceFailOrigin
561
- type NativeLoadFontFaceFail = NativeLoadFontFaceFailOrigin
562
- const NativeLoadFontFaceOptions: typeof NativeLoadFontFaceOptionsOrigin
563
- type NativeLoadFontFaceOptions = NativeLoadFontFaceOptionsOrigin
564
- const UniNativeViewElement: typeof UniNativeViewElementOrigin
565
- const UniNativeViewEvent: typeof UniNativeViewEventOrigin
566
- type UniNativeViewEvent = UniNativeViewEventOrigin
567
- const UniNativeViewInitEventDetail: typeof UniNativeViewInitEventDetailOrigin
568
- type UniNativeViewInitEventDetail = UniNativeViewInitEventDetailOrigin
569
- const UniNativeViewInitEvent: typeof UniNativeViewInitEventOrigin
570
- type UniNativeViewInitEvent = UniNativeViewInitEventOrigin
571
- type UniNativeViewElement = UniNativeViewElementOrigin
572
- type IUniForm = IUniFormOrigin
573
- type IUniError = IUniErrorOrigin
574
- const UniElement: typeof UniElementOrigin
575
- const UniButtonElement: typeof UniButtonElementOrigin
576
- const UniCanvasElement: typeof UniCanvasElementOrigin
577
- const UniCommentElement: typeof UniCommentElementOrigin
578
- const UniImageElement: typeof UniImageElementOrigin
579
- const Image: typeof ImageOrigin
580
- const UniInputElement: typeof UniInputElementOrigin
581
- const UniListItemElement: typeof UniListItemElementOrigin
582
- const UniListViewElement: typeof UniListViewElementOrigin
583
- const UniNestedScrollBodyElement: typeof UniNestedScrollBodyElementOrigin
584
- const UniNestedScrollHeaderElement: typeof UniNestedScrollHeaderElementOrigin
585
- const UniRichTextElement: typeof UniRichTextElementOrigin
586
- const UniScrollViewElement: typeof UniScrollViewElementOrigin
587
- const UniStickyHeaderElement: typeof UniStickyHeaderElementOrigin
588
- const UniStickySectionElement: typeof UniStickySectionElementOrigin
589
- const UniSwiperElement: typeof UniSwiperElementOrigin
590
- const UniSwiperItemElement: typeof UniSwiperItemElementOrigin
591
- const UniTabsElement: typeof UniTabsElementOrigin
592
- const UniTextElement: typeof UniTextElementOrigin
593
- const UniTextareaElement: typeof UniTextareaElementOrigin
594
- const UniViewElement: typeof UniViewElementOrigin
595
- const UniWebViewElement: typeof UniWebViewElementOrigin
596
- const UniWaterFlowElement: typeof UniWaterFlowElementOrigin
597
- const UniFlowItemElement: typeof UniFlowItemElementOrigin
598
- const UniShareElement: typeof UniShareElementOrigin
599
- type GetBoundingClientRectAsyncSuccessCallback = GetBoundingClientRectAsyncSuccessCallbackOrigin
600
- type GetBoundingClientRectAsyncFailCallback = GetBoundingClientRectAsyncFailCallbackOrigin
601
- type GetBoundingClientRectAsyncCompleteCallback = GetBoundingClientRectAsyncCompleteCallbackOrigin
602
- type GetBoundingClientRectAsyncOptions = GetBoundingClientRectAsyncOptionsOrigin
603
- type UniElement = UniElementOrigin
604
- type UniAnimationKeyframe = UniAnimationKeyframeOrigin
605
- type UniAnimationOptionDirection = UniAnimationOptionDirectionOrigin
606
- type UniAnimationOptionEasing = UniAnimationOptionEasingOrigin
607
- type UniAnimationOptionFill = UniAnimationOptionFillOrigin
608
- type UniAnimationOption = UniAnimationOptionOrigin
609
- type INode = INodeOrigin
610
- type Element = ElementOrigin
611
- type UniViewElement = UniViewElementOrigin
612
- type UniScrollViewElement = UniScrollViewElementOrigin
613
- type UniListViewElement = UniListViewElementOrigin
614
- type UniListItemElement = UniListItemElementOrigin
615
- type UniSwiperElement = UniSwiperElementOrigin
616
- type UniSwiperItemElement = UniSwiperItemElementOrigin
617
- type UniImageElement = UniImageElementOrigin
618
- type Image = ImageOrigin
619
- type UniInputElement = UniInputElementOrigin
620
- type UniTextareaElement = UniTextareaElementOrigin
621
- type UniRichTextElement = UniRichTextElementOrigin
622
- type UniStickyHeaderElement = UniStickyHeaderElementOrigin
623
- type UniStickySectionElement = UniStickySectionElementOrigin
624
- type UniTabsElement = UniTabsElementOrigin
625
- type ITabsNode = ITabsNodeOrigin
626
- type UniTextElement = UniTextElementOrigin
627
- type TextElement = TextElementOrigin
628
- type UniWebViewElement = UniWebViewElementOrigin
629
- type IWebViewNode = IWebViewNodeOrigin
630
- type UniCommentElement = UniCommentElementOrigin
631
- type IComment = ICommentOrigin
632
- type UniButtonElement = UniButtonElementOrigin
633
- type UniNestedScrollHeaderElement = UniNestedScrollHeaderElementOrigin
634
- type UniNestedScrollBodyElement = UniNestedScrollBodyElementOrigin
635
- type UniCanvasElement = UniCanvasElementOrigin
636
- type UniWaterFlowElement = UniWaterFlowElementOrigin
637
- type UniFlowItemElement = UniFlowItemElementOrigin
638
- type UniShareElement = UniShareElementOrigin
639
- type INavigationBar = INavigationBarOrigin
640
- const DrawableContext: typeof DrawableContextOrigin
641
- type DrawableContext = DrawableContextOrigin
642
- const DOMRect: typeof DOMRectOrigin
643
- type DOMRect = DOMRectOrigin
644
- type TextMetrics = TextMetricsOrigin
645
- type CanvasDirection = CanvasDirectionOrigin
646
- type CanvasLineCap = CanvasLineCapOrigin
647
- type CanvasFontStretch = CanvasFontStretchOrigin
648
- type CanvasGlobalCompositeOperation = CanvasGlobalCompositeOperationOrigin
649
- type CanvasSmoothingQuality = CanvasSmoothingQualityOrigin
650
- type CanvasLineJoin = CanvasLineJoinOrigin
651
- type CanvasTextAlign = CanvasTextAlignOrigin
652
- type CanvasTextBaseline = CanvasTextBaselineOrigin
653
- type CanvasTextRendering = CanvasTextRenderingOrigin
654
- type ImageData = ImageDataOrigin
655
- type CanvasPattern = CanvasPatternOrigin
656
- type CanvasGradient = CanvasGradientOrigin
657
- type CanvasRenderingContext2D = CanvasRenderingContext2DOrigin
658
- const CSSStyleDeclaration: typeof CSSStyleDeclarationOrigin
659
- type CSSStyleDeclaration = CSSStyleDeclarationOrigin
660
- type AsyncApiResult = AsyncApiResultOrigin
661
- type AsyncApiSuccessResult = AsyncApiSuccessResultOrigin
662
- }
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
+ UniSwiperTransitionEventDetail as UniSwiperTransitionEventDetailOrigin,
55
+ UniSwiperTransitionEvent as UniSwiperTransitionEventOrigin,
56
+ SwiperTransitionEvent as SwiperTransitionEventOrigin,
57
+ UniSwiperChangeEventDetail as UniSwiperChangeEventDetailOrigin,
58
+ UniSwiperChangeEvent as UniSwiperChangeEventOrigin,
59
+ SwiperChangeEvent as SwiperChangeEventOrigin,
60
+ UniSwiperAnimationFinishEventDetail as UniSwiperAnimationFinishEventDetailOrigin,
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
+ UniScrollEventDetail as UniScrollEventDetailOrigin,
74
+ UniScrollEvent as UniScrollEventOrigin,
75
+ ScrollEvent as ScrollEventOrigin,
76
+ UniSafeAreaInsets as UniSafeAreaInsetsOrigin,
77
+ UniRichTextItemClickEventDetail as UniRichTextItemClickEventDetailOrigin,
78
+ UniRichTextItemClickEvent as UniRichTextItemClickEventOrigin,
79
+ RichTextItemClickEventDetail as RichTextItemClickEventDetailOrigin,
80
+ RichTextItemClickEvent as RichTextItemClickEventOrigin,
81
+ UniResizeObserver as UniResizeObserverOrigin,
82
+ UniResizeObserverEntry as UniResizeObserverEntryOrigin,
83
+ UniBorderBoxSize as UniBorderBoxSizeOrigin,
84
+ UniContentBoxSize as UniContentBoxSizeOrigin,
85
+ UniDevicePixelContentBoxSize as UniDevicePixelContentBoxSizeOrigin,
86
+ UniResizeEvent as UniResizeEventOrigin,
87
+ ResizeEvent as ResizeEventOrigin,
88
+ UniRefresherEventDetail as UniRefresherEventDetailOrigin,
89
+ UniRefresherEvent as UniRefresherEventOrigin,
90
+ RefresherEvent as RefresherEventOrigin,
91
+ UniProvider as UniProviderOrigin,
92
+ UniPointerEvent as UniPointerEventOrigin,
93
+ PointerEvent as PointerEventOrigin,
94
+ MouseEvent as MouseEventOrigin,
95
+ UniMouseEvent as UniMouseEventOrigin,
96
+ UniPageScrollEvent as UniPageScrollEventOrigin,
97
+ PageScrollEvent as PageScrollEventOrigin,
98
+ UniPageManager as UniPageManagerOrigin,
99
+ IPageManager as IPageManagerOrigin,
100
+ UniPageEvent as UniPageEventOrigin,
101
+ PageEvent as PageEventOrigin,
102
+ UniPageBody as UniPageBodyOrigin,
103
+ UniPage as UniPageOrigin,
104
+ ExitFullscreenSuccessCallback as ExitFullscreenSuccessCallbackOrigin,
105
+ ExitFullscreenFailCallback as ExitFullscreenFailCallbackOrigin,
106
+ ExitFullscreenCompleteCallback as ExitFullscreenCompleteCallbackOrigin,
107
+ ExitFullscreenOptions as ExitFullscreenOptionsOrigin,
108
+ UniNormalPage as UniNormalPageOrigin,
109
+ UniDialogPage as UniDialogPageOrigin,
110
+ UniNestedPreScrollEvent as UniNestedPreScrollEventOrigin,
111
+ NestedPreScrollEvent as NestedPreScrollEventOrigin,
112
+ UniNativePage as UniNativePageOrigin,
113
+ IPage as IPageOrigin,
114
+ UniNativeApp as UniNativeAppOrigin,
115
+ IApp as IAppOrigin,
116
+ UniInputKeyboardHeightChangeEventDetail as UniInputKeyboardHeightChangeEventDetailOrigin,
117
+ UniInputKeyboardHeightChangeEvent as UniInputKeyboardHeightChangeEventOrigin,
118
+ InputKeyboardHeightChangeEvent as InputKeyboardHeightChangeEventOrigin,
119
+ InputKeyboardHeightChangeEventDetail as InputKeyboardHeightChangeEventDetailOrigin,
120
+ UniInputFocusEventDetail as UniInputFocusEventDetailOrigin,
121
+ UniInputFocusEvent as UniInputFocusEventOrigin,
122
+ InputFocusEvent as InputFocusEventOrigin,
123
+ InputFocusEventDetail as InputFocusEventDetailOrigin,
124
+ UniInputEventDetail as UniInputEventDetailOrigin,
125
+ UniInputEvent as UniInputEventOrigin,
126
+ InputEvent as InputEventOrigin,
127
+ InputEventDetail as InputEventDetailOrigin,
128
+ UniInputConfirmEventDetail as UniInputConfirmEventDetailOrigin,
129
+ UniInputConfirmEvent as UniInputConfirmEventOrigin,
130
+ InputConfirmEvent as InputConfirmEventOrigin,
131
+ InputConfirmEventDetail as InputConfirmEventDetailOrigin,
132
+ UniInputBlurEventDetail as UniInputBlurEventDetailOrigin,
133
+ UniInputBlurEvent as UniInputBlurEventOrigin,
134
+ InputBlurEvent as InputBlurEventOrigin,
135
+ InputBlurEventDetail as InputBlurEventDetailOrigin,
136
+ UniImageLoadEventDetail as UniImageLoadEventDetailOrigin,
137
+ UniImageLoadEvent as UniImageLoadEventOrigin,
138
+ ImageLoadEventDetail as ImageLoadEventDetailOrigin,
139
+ ImageLoadEvent as ImageLoadEventOrigin,
140
+ UniImageErrorEventDetail as UniImageErrorEventDetailOrigin,
141
+ UniImageErrorEvent as UniImageErrorEventOrigin,
142
+ ImageErrorEventDetail as ImageErrorEventDetailOrigin,
143
+ ImageErrorEvent as ImageErrorEventOrigin,
144
+ UniFormControlElement as UniFormControlElementOrigin,
145
+ UniEvent as UniEventOrigin,
146
+ UniKeyEvent as UniKeyEventOrigin,
147
+ Event as EventOrigin,
148
+ KeyEvent as KeyEventOrigin,
149
+ UniAppEvent as UniAppEventOrigin,
150
+ UniThemeChangeEvent as UniThemeChangeEventOrigin,
151
+ UniAppErrorEvent as UniAppErrorEventOrigin,
152
+ UniError as UniErrorOrigin,
153
+ UniElementImpl as UniElementImplOrigin,
154
+ UniViewElementImpl as UniViewElementImplOrigin,
155
+ UniDocument as UniDocumentOrigin,
156
+ IDocument as IDocumentOrigin,
157
+ UniCustomEventOptions as UniCustomEventOptionsOrigin,
158
+ UniCustomEvent as UniCustomEventOrigin,
159
+ CustomEventOptions as CustomEventOptionsOrigin,
160
+ CustomEvent as CustomEventOrigin,
161
+ UniCanvasElementImpl as UniCanvasElementImplOrigin,
162
+ UniCallbackWrapper as UniCallbackWrapperOrigin,
163
+ UniAnimationPlaybackEvent as UniAnimationPlaybackEventOrigin,
164
+ UniAnimation as UniAnimationOrigin,
165
+ UniAggregateError as UniAggregateErrorOrigin,
166
+ UTSAndroidHookProxy as UTSAndroidHookProxyOrigin,
167
+ SourceError as SourceErrorOrigin,
168
+ TakeSnapshotOptions as TakeSnapshotOptionsOrigin,
169
+ TakeSnapshotSuccess as TakeSnapshotSuccessOrigin,
170
+ TakeSnapshotFail as TakeSnapshotFailOrigin,
171
+ TakeSnapshotSuccessCallback as TakeSnapshotSuccessCallbackOrigin,
172
+ TakeSnapshotFailCallback as TakeSnapshotFailCallbackOrigin,
173
+ TakeSnapshotCompleteCallback as TakeSnapshotCompleteCallbackOrigin,
174
+ Path2D as Path2DOrigin,
175
+ PageNode as PageNodeOrigin,
176
+ NodeData as NodeDataOrigin,
177
+ INodeData as INodeDataOrigin,
178
+ NativeLoadFontFaceFail as NativeLoadFontFaceFailOrigin,
179
+ NativeLoadFontFaceOptions as NativeLoadFontFaceOptionsOrigin,
180
+ UniNativeViewElement as UniNativeViewElementOrigin,
181
+ UniNativeViewEvent as UniNativeViewEventOrigin,
182
+ UniNativeViewInitEventDetail as UniNativeViewInitEventDetailOrigin,
183
+ UniNativeViewInitEvent as UniNativeViewInitEventOrigin,
184
+ IUniForm as IUniFormOrigin,
185
+ IUniError as IUniErrorOrigin,
186
+ UniElement as UniElementOrigin,
187
+ UniButtonElement as UniButtonElementOrigin,
188
+ UniCanvasElement as UniCanvasElementOrigin,
189
+ UniCommentElement as UniCommentElementOrigin,
190
+ UniImageElement as UniImageElementOrigin,
191
+ Image as ImageOrigin,
192
+ UniInputElement as UniInputElementOrigin,
193
+ UniListItemElement as UniListItemElementOrigin,
194
+ UniListViewElement as UniListViewElementOrigin,
195
+ UniNestedScrollBodyElement as UniNestedScrollBodyElementOrigin,
196
+ UniNestedScrollHeaderElement as UniNestedScrollHeaderElementOrigin,
197
+ UniRichTextElement as UniRichTextElementOrigin,
198
+ UniScrollViewElement as UniScrollViewElementOrigin,
199
+ UniStickyHeaderElement as UniStickyHeaderElementOrigin,
200
+ UniStickySectionElement as UniStickySectionElementOrigin,
201
+ UniSwiperElement as UniSwiperElementOrigin,
202
+ UniSwiperItemElement as UniSwiperItemElementOrigin,
203
+ UniTabsElement as UniTabsElementOrigin,
204
+ UniTextElement as UniTextElementOrigin,
205
+ UniTextareaElement as UniTextareaElementOrigin,
206
+ UniViewElement as UniViewElementOrigin,
207
+ UniWebViewElement as UniWebViewElementOrigin,
208
+ UniWaterFlowElement as UniWaterFlowElementOrigin,
209
+ UniFlowItemElement as UniFlowItemElementOrigin,
210
+ UniShareElement as UniShareElementOrigin,
211
+ GetBoundingClientRectAsyncSuccessCallback as GetBoundingClientRectAsyncSuccessCallbackOrigin,
212
+ GetBoundingClientRectAsyncFailCallback as GetBoundingClientRectAsyncFailCallbackOrigin,
213
+ GetBoundingClientRectAsyncCompleteCallback as GetBoundingClientRectAsyncCompleteCallbackOrigin,
214
+ GetBoundingClientRectAsyncOptions as GetBoundingClientRectAsyncOptionsOrigin,
215
+ RequestFullscreenOptions as RequestFullscreenOptionsOrigin,
216
+ FullscreenErrorCode as FullscreenErrorCodeOrigin,
217
+ IFullscreenError as IFullscreenErrorOrigin,
218
+ FullscreenError as FullscreenErrorOrigin,
219
+ RequestFullscreenSuccessCallback as RequestFullscreenSuccessCallbackOrigin,
220
+ RequestFullscreenFailCallback as RequestFullscreenFailCallbackOrigin,
221
+ RequestFullscreenCompleteCallback as RequestFullscreenCompleteCallbackOrigin,
222
+ UniAnimationKeyframe as UniAnimationKeyframeOrigin,
223
+ UniAnimationOptionDirection as UniAnimationOptionDirectionOrigin,
224
+ UniAnimationOptionEasing as UniAnimationOptionEasingOrigin,
225
+ UniAnimationOptionFill as UniAnimationOptionFillOrigin,
226
+ UniAnimationOption as UniAnimationOptionOrigin,
227
+ INode as INodeOrigin,
228
+ Element as ElementOrigin,
229
+ ITabsNode as ITabsNodeOrigin,
230
+ TextElement as TextElementOrigin,
231
+ IWebViewNode as IWebViewNodeOrigin,
232
+ IComment as ICommentOrigin,
233
+ INavigationBar as INavigationBarOrigin,
234
+ DrawableContext as DrawableContextOrigin,
235
+ DOMRect as DOMRectOrigin,
236
+ TextMetrics as TextMetricsOrigin,
237
+ CanvasDirection as CanvasDirectionOrigin,
238
+ CanvasLineCap as CanvasLineCapOrigin,
239
+ CanvasFontStretch as CanvasFontStretchOrigin,
240
+ CanvasGlobalCompositeOperation as CanvasGlobalCompositeOperationOrigin,
241
+ CanvasSmoothingQuality as CanvasSmoothingQualityOrigin,
242
+ CanvasLineJoin as CanvasLineJoinOrigin,
243
+ CanvasTextAlign as CanvasTextAlignOrigin,
244
+ CanvasTextBaseline as CanvasTextBaselineOrigin,
245
+ CanvasTextRendering as CanvasTextRenderingOrigin,
246
+ ImageData as ImageDataOrigin,
247
+ CanvasPattern as CanvasPatternOrigin,
248
+ CanvasGradient as CanvasGradientOrigin,
249
+ CanvasRenderingContext2D as CanvasRenderingContext2DOrigin,
250
+ CSSStyleDeclaration as CSSStyleDeclarationOrigin,
251
+ AsyncApiResult as AsyncApiResultOrigin,
252
+ AsyncApiSuccessResult as AsyncApiSuccessResultOrigin,
253
+ } from './index'
254
+
255
+ declare global {
256
+ const WebViewStyles: typeof WebViewStylesOrigin
257
+ type WebViewStyles = WebViewStylesOrigin
258
+ const WebViewProgressStyles: typeof WebViewProgressStylesOrigin
259
+ type WebViewProgressStyles = WebViewProgressStylesOrigin
260
+ const ViewToTempFilePathSuccess: typeof ViewToTempFilePathSuccessOrigin
261
+ type ViewToTempFilePathSuccess = ViewToTempFilePathSuccessOrigin
262
+ const ViewToTempFilePathFail: typeof ViewToTempFilePathFailOrigin
263
+ type ViewToTempFilePathFail = ViewToTempFilePathFailOrigin
264
+ const ViewToTempFilePathOptions: typeof ViewToTempFilePathOptionsOrigin
265
+ type ViewToTempFilePathOptions = ViewToTempFilePathOptionsOrigin
266
+ const UniWebViewServiceMessageEvent: typeof UniWebViewServiceMessageEventOrigin
267
+ type UniWebViewServiceMessageEvent = UniWebViewServiceMessageEventOrigin
268
+ const WebViewServiceMessageEvent: typeof WebViewServiceMessageEventOrigin
269
+ type WebViewServiceMessageEvent = WebViewServiceMessageEventOrigin
270
+ const UniWebViewMessageEventDetail: typeof UniWebViewMessageEventDetailOrigin
271
+ type UniWebViewMessageEventDetail = UniWebViewMessageEventDetailOrigin
272
+ const UniWebViewMessageEvent: typeof UniWebViewMessageEventOrigin
273
+ type UniWebViewMessageEvent = UniWebViewMessageEventOrigin
274
+ const WebViewMessageEventDetail: typeof WebViewMessageEventDetailOrigin
275
+ const WebViewMessageEvent: typeof WebViewMessageEventOrigin
276
+ type WebViewMessageEventDetail = WebViewMessageEventDetailOrigin
277
+ type WebViewMessageEvent = WebViewMessageEventOrigin
278
+ const UniWebViewLoadingEventDetail: typeof UniWebViewLoadingEventDetailOrigin
279
+ type UniWebViewLoadingEventDetail = UniWebViewLoadingEventDetailOrigin
280
+ const UniWebViewLoadingEvent: typeof UniWebViewLoadingEventOrigin
281
+ type UniWebViewLoadingEvent = UniWebViewLoadingEventOrigin
282
+ const WebViewLoadingEventDetail: typeof WebViewLoadingEventDetailOrigin
283
+ const WebViewLoadingEvent: typeof WebViewLoadingEventOrigin
284
+ type WebViewLoadingEventDetail = WebViewLoadingEventDetailOrigin
285
+ type WebViewLoadingEvent = WebViewLoadingEventOrigin
286
+ const UniWebViewLoadEventDetail: typeof UniWebViewLoadEventDetailOrigin
287
+ type UniWebViewLoadEventDetail = UniWebViewLoadEventDetailOrigin
288
+ const UniWebViewLoadEvent: typeof UniWebViewLoadEventOrigin
289
+ type UniWebViewLoadEvent = UniWebViewLoadEventOrigin
290
+ const WebViewLoadedEventDetail: typeof WebViewLoadedEventDetailOrigin
291
+ const WebViewLoadedEvent: typeof WebViewLoadedEventOrigin
292
+ type WebViewLoadedEventDetail = WebViewLoadedEventDetailOrigin
293
+ type WebViewLoadedEvent = WebViewLoadedEventOrigin
294
+ const UniWebViewErrorEventDetail: typeof UniWebViewErrorEventDetailOrigin
295
+ type UniWebViewErrorEventDetail = UniWebViewErrorEventDetailOrigin
296
+ const UniWebViewErrorEvent: typeof UniWebViewErrorEventOrigin
297
+ type UniWebViewErrorEvent = UniWebViewErrorEventOrigin
298
+ const WebViewErrorEventDetail: typeof WebViewErrorEventDetailOrigin
299
+ const WebViewErrorEvent: typeof WebViewErrorEventOrigin
300
+ type WebViewErrorEventDetail = WebViewErrorEventDetailOrigin
301
+ type WebViewErrorEvent = WebViewErrorEventOrigin
302
+ const UniWebViewElementImpl: typeof UniWebViewElementImplOrigin
303
+ type UniWebViewElementImpl = UniWebViewElementImplOrigin
304
+ const UniWebViewDownloadEventDetail: typeof UniWebViewDownloadEventDetailOrigin
305
+ type UniWebViewDownloadEventDetail = UniWebViewDownloadEventDetailOrigin
306
+ const UniWebViewDownloadEvent: typeof UniWebViewDownloadEventOrigin
307
+ type UniWebViewDownloadEvent = UniWebViewDownloadEventOrigin
308
+ const WebViewDownloadEventDetail: typeof WebViewDownloadEventDetailOrigin
309
+ const WebViewDownloadEvent: typeof WebViewDownloadEventOrigin
310
+ type WebViewDownloadEventDetail = WebViewDownloadEventDetailOrigin
311
+ type WebViewDownloadEvent = WebViewDownloadEventOrigin
312
+ const UniVideoElement: typeof UniVideoElementOrigin
313
+ type UniVideoElement = UniVideoElementOrigin
314
+ type Danmu = DanmuOrigin
315
+ type RequestFullScreenOptions = RequestFullScreenOptionsOrigin
316
+ const UniTouch: typeof UniTouchOrigin
317
+ type UniTouch = UniTouchOrigin
318
+ const UniTouchEvent: typeof UniTouchEventOrigin
319
+ type UniTouchEvent = UniTouchEventOrigin
320
+ const Touch: typeof TouchOrigin
321
+ const TouchEvent: typeof TouchEventOrigin
322
+ type Touch = TouchOrigin
323
+ type TouchEvent = TouchEventOrigin
324
+ const UniTextareaLineChangeEventDetail: typeof UniTextareaLineChangeEventDetailOrigin
325
+ type UniTextareaLineChangeEventDetail = UniTextareaLineChangeEventDetailOrigin
326
+ const UniTextareaLineChangeEvent: typeof UniTextareaLineChangeEventOrigin
327
+ type UniTextareaLineChangeEvent = UniTextareaLineChangeEventOrigin
328
+ const TextareaLineChangeEvent: typeof TextareaLineChangeEventOrigin
329
+ const TextareaLineChangeEventDetail: typeof TextareaLineChangeEventDetailOrigin
330
+ type TextareaLineChangeEvent = TextareaLineChangeEventOrigin
331
+ type TextareaLineChangeEventDetail = TextareaLineChangeEventDetailOrigin
332
+ const UniTextareaFocusEventDetail: typeof UniTextareaFocusEventDetailOrigin
333
+ type UniTextareaFocusEventDetail = UniTextareaFocusEventDetailOrigin
334
+ const UniTextareaFocusEvent: typeof UniTextareaFocusEventOrigin
335
+ type UniTextareaFocusEvent = UniTextareaFocusEventOrigin
336
+ const TextareaFocusEvent: typeof TextareaFocusEventOrigin
337
+ const TextareaFocusEventDetail: typeof TextareaFocusEventDetailOrigin
338
+ type TextareaFocusEvent = TextareaFocusEventOrigin
339
+ type TextareaFocusEventDetail = TextareaFocusEventDetailOrigin
340
+ const UniTextareaBlurEventDetail: typeof UniTextareaBlurEventDetailOrigin
341
+ type UniTextareaBlurEventDetail = UniTextareaBlurEventDetailOrigin
342
+ const UniTextareaBlurEvent: typeof UniTextareaBlurEventOrigin
343
+ type UniTextareaBlurEvent = UniTextareaBlurEventOrigin
344
+ const TextareaBlurEvent: typeof TextareaBlurEventOrigin
345
+ const TextareaBlurEventDetail: typeof TextareaBlurEventDetailOrigin
346
+ type TextareaBlurEvent = TextareaBlurEventOrigin
347
+ type TextareaBlurEventDetail = TextareaBlurEventDetailOrigin
348
+ const UniTextElementImpl: typeof UniTextElementImplOrigin
349
+ type UniTextElementImpl = UniTextElementImplOrigin
350
+ const UniTabsElementImpl: typeof UniTabsElementImplOrigin
351
+ type UniTabsElementImpl = UniTabsElementImplOrigin
352
+ const UniTabTapEvent: typeof UniTabTapEventOrigin
353
+ type UniTabTapEvent = UniTabTapEventOrigin
354
+ const TabTapEvent: typeof TabTapEventOrigin
355
+ type TabTapEvent = TabTapEventOrigin
356
+ const UniSwiperTransitionEventDetail: typeof UniSwiperTransitionEventDetailOrigin
357
+ type UniSwiperTransitionEventDetail = UniSwiperTransitionEventDetailOrigin
358
+ const UniSwiperTransitionEvent: typeof UniSwiperTransitionEventOrigin
359
+ type UniSwiperTransitionEvent = UniSwiperTransitionEventOrigin
360
+ const SwiperTransitionEvent: typeof SwiperTransitionEventOrigin
361
+ type SwiperTransitionEvent = SwiperTransitionEventOrigin
362
+ const UniSwiperChangeEventDetail: typeof UniSwiperChangeEventDetailOrigin
363
+ type UniSwiperChangeEventDetail = UniSwiperChangeEventDetailOrigin
364
+ const UniSwiperChangeEvent: typeof UniSwiperChangeEventOrigin
365
+ type UniSwiperChangeEvent = UniSwiperChangeEventOrigin
366
+ const SwiperChangeEvent: typeof SwiperChangeEventOrigin
367
+ type SwiperChangeEvent = SwiperChangeEventOrigin
368
+ const UniSwiperAnimationFinishEventDetail: typeof UniSwiperAnimationFinishEventDetailOrigin
369
+ type UniSwiperAnimationFinishEventDetail = UniSwiperAnimationFinishEventDetailOrigin
370
+ const UniSwiperAnimationFinishEvent: typeof UniSwiperAnimationFinishEventOrigin
371
+ type UniSwiperAnimationFinishEvent = UniSwiperAnimationFinishEventOrigin
372
+ const SwiperAnimationFinishEvent: typeof SwiperAnimationFinishEventOrigin
373
+ type SwiperAnimationFinishEvent = SwiperAnimationFinishEventOrigin
374
+ const UniStopNestedScrollEvent: typeof UniStopNestedScrollEventOrigin
375
+ type UniStopNestedScrollEvent = UniStopNestedScrollEventOrigin
376
+ const StopNestedScrollEvent: typeof StopNestedScrollEventOrigin
377
+ type StopNestedScrollEvent = StopNestedScrollEventOrigin
378
+ const UniStartNestedScrollEvent: typeof UniStartNestedScrollEventOrigin
379
+ type UniStartNestedScrollEvent = UniStartNestedScrollEventOrigin
380
+ const StartNestedScrollEvent: typeof StartNestedScrollEventOrigin
381
+ type StartNestedScrollEvent = StartNestedScrollEventOrigin
382
+ const UniScrollToUpperEventDetail: typeof UniScrollToUpperEventDetailOrigin
383
+ type UniScrollToUpperEventDetail = UniScrollToUpperEventDetailOrigin
384
+ const UniScrollToUpperEvent: typeof UniScrollToUpperEventOrigin
385
+ type UniScrollToUpperEvent = UniScrollToUpperEventOrigin
386
+ const ScrollToUpperEvent: typeof ScrollToUpperEventOrigin
387
+ type ScrollToUpperEvent = ScrollToUpperEventOrigin
388
+ const UniScrollToLowerEventDetail: typeof UniScrollToLowerEventDetailOrigin
389
+ type UniScrollToLowerEventDetail = UniScrollToLowerEventDetailOrigin
390
+ const UniScrollToLowerEvent: typeof UniScrollToLowerEventOrigin
391
+ type UniScrollToLowerEvent = UniScrollToLowerEventOrigin
392
+ const ScrollToLowerEvent: typeof ScrollToLowerEventOrigin
393
+ type ScrollToLowerEvent = ScrollToLowerEventOrigin
394
+ const UniScrollEventDetail: typeof UniScrollEventDetailOrigin
395
+ type UniScrollEventDetail = UniScrollEventDetailOrigin
396
+ const UniScrollEvent: typeof UniScrollEventOrigin
397
+ type UniScrollEvent = UniScrollEventOrigin
398
+ const ScrollEvent: typeof ScrollEventOrigin
399
+ type ScrollEvent = ScrollEventOrigin
400
+ type UniSafeAreaInsets = UniSafeAreaInsetsOrigin
401
+ const UniRichTextItemClickEventDetail: typeof UniRichTextItemClickEventDetailOrigin
402
+ type UniRichTextItemClickEventDetail = UniRichTextItemClickEventDetailOrigin
403
+ const UniRichTextItemClickEvent: typeof UniRichTextItemClickEventOrigin
404
+ type UniRichTextItemClickEvent = UniRichTextItemClickEventOrigin
405
+ const RichTextItemClickEventDetail: typeof RichTextItemClickEventDetailOrigin
406
+ const RichTextItemClickEvent: typeof RichTextItemClickEventOrigin
407
+ type RichTextItemClickEventDetail = RichTextItemClickEventDetailOrigin
408
+ type RichTextItemClickEvent = RichTextItemClickEventOrigin
409
+ const UniResizeObserver: typeof UniResizeObserverOrigin
410
+ type UniResizeObserver = UniResizeObserverOrigin
411
+ type UniResizeObserverEntry = UniResizeObserverEntryOrigin
412
+ type UniBorderBoxSize = UniBorderBoxSizeOrigin
413
+ type UniContentBoxSize = UniContentBoxSizeOrigin
414
+ type UniDevicePixelContentBoxSize = UniDevicePixelContentBoxSizeOrigin
415
+ const UniResizeEvent: typeof UniResizeEventOrigin
416
+ type UniResizeEvent = UniResizeEventOrigin
417
+ const ResizeEvent: typeof ResizeEventOrigin
418
+ type ResizeEvent = ResizeEventOrigin
419
+ const UniRefresherEventDetail: typeof UniRefresherEventDetailOrigin
420
+ type UniRefresherEventDetail = UniRefresherEventDetailOrigin
421
+ const UniRefresherEvent: typeof UniRefresherEventOrigin
422
+ type UniRefresherEvent = UniRefresherEventOrigin
423
+ const RefresherEvent: typeof RefresherEventOrigin
424
+ type RefresherEvent = RefresherEventOrigin
425
+ type UniProvider = UniProviderOrigin
426
+ const UniPointerEvent: typeof UniPointerEventOrigin
427
+ type UniPointerEvent = UniPointerEventOrigin
428
+ const PointerEvent: typeof PointerEventOrigin
429
+ const MouseEvent: typeof MouseEventOrigin
430
+ const UniMouseEvent: typeof UniMouseEventOrigin
431
+ type PointerEvent = PointerEventOrigin
432
+ type MouseEvent = MouseEventOrigin
433
+ type UniMouseEvent = UniMouseEventOrigin
434
+ const UniPageScrollEvent: typeof UniPageScrollEventOrigin
435
+ type UniPageScrollEvent = UniPageScrollEventOrigin
436
+ const PageScrollEvent: typeof PageScrollEventOrigin
437
+ type PageScrollEvent = PageScrollEventOrigin
438
+ type UniPageManager = UniPageManagerOrigin
439
+ type IPageManager = IPageManagerOrigin
440
+ const UniPageEvent: typeof UniPageEventOrigin
441
+ type UniPageEvent = UniPageEventOrigin
442
+ const PageEvent: typeof PageEventOrigin
443
+ type PageEvent = PageEventOrigin
444
+ type UniPageBody = UniPageBodyOrigin
445
+ type UniPage = UniPageOrigin
446
+ type ExitFullscreenSuccessCallback = ExitFullscreenSuccessCallbackOrigin
447
+ type ExitFullscreenFailCallback = ExitFullscreenFailCallbackOrigin
448
+ type ExitFullscreenCompleteCallback = ExitFullscreenCompleteCallbackOrigin
449
+ type ExitFullscreenOptions = ExitFullscreenOptionsOrigin
450
+ type UniNormalPage = UniNormalPageOrigin
451
+ type UniDialogPage = UniDialogPageOrigin
452
+ const UniNestedPreScrollEvent: typeof UniNestedPreScrollEventOrigin
453
+ type UniNestedPreScrollEvent = UniNestedPreScrollEventOrigin
454
+ const NestedPreScrollEvent: typeof NestedPreScrollEventOrigin
455
+ type NestedPreScrollEvent = NestedPreScrollEventOrigin
456
+ type UniNativePage = UniNativePageOrigin
457
+ type IPage = IPageOrigin
458
+ type UniNativeApp = UniNativeAppOrigin
459
+ type IApp = IAppOrigin
460
+ const UniInputKeyboardHeightChangeEventDetail: typeof UniInputKeyboardHeightChangeEventDetailOrigin
461
+ type UniInputKeyboardHeightChangeEventDetail = UniInputKeyboardHeightChangeEventDetailOrigin
462
+ const UniInputKeyboardHeightChangeEvent: typeof UniInputKeyboardHeightChangeEventOrigin
463
+ type UniInputKeyboardHeightChangeEvent = UniInputKeyboardHeightChangeEventOrigin
464
+ const InputKeyboardHeightChangeEvent: typeof InputKeyboardHeightChangeEventOrigin
465
+ const InputKeyboardHeightChangeEventDetail: typeof InputKeyboardHeightChangeEventDetailOrigin
466
+ type InputKeyboardHeightChangeEvent = InputKeyboardHeightChangeEventOrigin
467
+ type InputKeyboardHeightChangeEventDetail = InputKeyboardHeightChangeEventDetailOrigin
468
+ const UniInputFocusEventDetail: typeof UniInputFocusEventDetailOrigin
469
+ type UniInputFocusEventDetail = UniInputFocusEventDetailOrigin
470
+ const UniInputFocusEvent: typeof UniInputFocusEventOrigin
471
+ type UniInputFocusEvent = UniInputFocusEventOrigin
472
+ const InputFocusEvent: typeof InputFocusEventOrigin
473
+ const InputFocusEventDetail: typeof InputFocusEventDetailOrigin
474
+ type InputFocusEvent = InputFocusEventOrigin
475
+ type InputFocusEventDetail = InputFocusEventDetailOrigin
476
+ const UniInputEventDetail: typeof UniInputEventDetailOrigin
477
+ type UniInputEventDetail = UniInputEventDetailOrigin
478
+ const UniInputEvent: typeof UniInputEventOrigin
479
+ type UniInputEvent = UniInputEventOrigin
480
+ const InputEvent: typeof InputEventOrigin
481
+ const InputEventDetail: typeof InputEventDetailOrigin
482
+ type InputEvent = InputEventOrigin
483
+ type InputEventDetail = InputEventDetailOrigin
484
+ const UniInputConfirmEventDetail: typeof UniInputConfirmEventDetailOrigin
485
+ type UniInputConfirmEventDetail = UniInputConfirmEventDetailOrigin
486
+ const UniInputConfirmEvent: typeof UniInputConfirmEventOrigin
487
+ type UniInputConfirmEvent = UniInputConfirmEventOrigin
488
+ const InputConfirmEvent: typeof InputConfirmEventOrigin
489
+ const InputConfirmEventDetail: typeof InputConfirmEventDetailOrigin
490
+ type InputConfirmEvent = InputConfirmEventOrigin
491
+ type InputConfirmEventDetail = InputConfirmEventDetailOrigin
492
+ const UniInputBlurEventDetail: typeof UniInputBlurEventDetailOrigin
493
+ type UniInputBlurEventDetail = UniInputBlurEventDetailOrigin
494
+ const UniInputBlurEvent: typeof UniInputBlurEventOrigin
495
+ type UniInputBlurEvent = UniInputBlurEventOrigin
496
+ const InputBlurEvent: typeof InputBlurEventOrigin
497
+ const InputBlurEventDetail: typeof InputBlurEventDetailOrigin
498
+ type InputBlurEvent = InputBlurEventOrigin
499
+ type InputBlurEventDetail = InputBlurEventDetailOrigin
500
+ const UniImageLoadEventDetail: typeof UniImageLoadEventDetailOrigin
501
+ type UniImageLoadEventDetail = UniImageLoadEventDetailOrigin
502
+ const UniImageLoadEvent: typeof UniImageLoadEventOrigin
503
+ type UniImageLoadEvent = UniImageLoadEventOrigin
504
+ const ImageLoadEventDetail: typeof ImageLoadEventDetailOrigin
505
+ const ImageLoadEvent: typeof ImageLoadEventOrigin
506
+ type ImageLoadEventDetail = ImageLoadEventDetailOrigin
507
+ type ImageLoadEvent = ImageLoadEventOrigin
508
+ const UniImageErrorEventDetail: typeof UniImageErrorEventDetailOrigin
509
+ type UniImageErrorEventDetail = UniImageErrorEventDetailOrigin
510
+ const UniImageErrorEvent: typeof UniImageErrorEventOrigin
511
+ type UniImageErrorEvent = UniImageErrorEventOrigin
512
+ const ImageErrorEventDetail: typeof ImageErrorEventDetailOrigin
513
+ const ImageErrorEvent: typeof ImageErrorEventOrigin
514
+ type ImageErrorEventDetail = ImageErrorEventDetailOrigin
515
+ type ImageErrorEvent = ImageErrorEventOrigin
516
+ const UniFormControlElement: typeof UniFormControlElementOrigin
517
+ type UniFormControlElement<T> = UniFormControlElementOrigin<T>
518
+ const UniEvent: typeof UniEventOrigin
519
+ type UniEvent = UniEventOrigin
520
+ const UniKeyEvent: typeof UniKeyEventOrigin
521
+ type UniKeyEvent = UniKeyEventOrigin
522
+ const Event: typeof EventOrigin
523
+ const KeyEvent: typeof KeyEventOrigin
524
+ const UniAppEvent: typeof UniAppEventOrigin
525
+ type UniAppEvent = UniAppEventOrigin
526
+ const UniThemeChangeEvent: typeof UniThemeChangeEventOrigin
527
+ type UniThemeChangeEvent = UniThemeChangeEventOrigin
528
+ const UniAppErrorEvent: typeof UniAppErrorEventOrigin
529
+ type UniAppErrorEvent = UniAppErrorEventOrigin
530
+ type Event = EventOrigin
531
+ type KeyEvent = KeyEventOrigin
532
+ const UniError: typeof UniErrorOrigin
533
+ type UniError = UniErrorOrigin
534
+ const UniElementImpl: typeof UniElementImplOrigin
535
+ type UniElementImpl = UniElementImplOrigin
536
+ const UniViewElementImpl: typeof UniViewElementImplOrigin
537
+ type UniViewElementImpl = UniViewElementImplOrigin
538
+ type UniDocument = UniDocumentOrigin
539
+ type IDocument = IDocumentOrigin
540
+ const UniCustomEventOptions: typeof UniCustomEventOptionsOrigin
541
+ type UniCustomEventOptions<T> = UniCustomEventOptionsOrigin<T>
542
+ const UniCustomEvent: typeof UniCustomEventOrigin
543
+ type UniCustomEvent<T> = UniCustomEventOrigin<T>
544
+ const CustomEventOptions: typeof CustomEventOptionsOrigin
545
+ const CustomEvent: typeof CustomEventOrigin
546
+ type CustomEventOptions<T> = CustomEventOptionsOrigin<T>
547
+ type CustomEvent<T> = CustomEventOrigin<T>
548
+ const UniCanvasElementImpl: typeof UniCanvasElementImplOrigin
549
+ type UniCanvasElementImpl = UniCanvasElementImplOrigin
550
+ const UniCallbackWrapper: typeof UniCallbackWrapperOrigin
551
+ type UniCallbackWrapper = UniCallbackWrapperOrigin
552
+ const UniAnimationPlaybackEvent: typeof UniAnimationPlaybackEventOrigin
553
+ type UniAnimationPlaybackEvent = UniAnimationPlaybackEventOrigin
554
+ const UniAnimation: typeof UniAnimationOrigin
555
+ type UniAnimation = UniAnimationOrigin
556
+ const UniAggregateError: typeof UniAggregateErrorOrigin
557
+ type UniAggregateError = UniAggregateErrorOrigin
558
+ type UTSAndroidHookProxy = UTSAndroidHookProxyOrigin
559
+ const SourceError: typeof SourceErrorOrigin
560
+ type SourceError = SourceErrorOrigin
561
+ const TakeSnapshotOptions: typeof TakeSnapshotOptionsOrigin
562
+ type TakeSnapshotOptions = TakeSnapshotOptionsOrigin
563
+ type TakeSnapshotSuccess = TakeSnapshotSuccessOrigin
564
+ type TakeSnapshotFail = TakeSnapshotFailOrigin
565
+ type TakeSnapshotSuccessCallback = TakeSnapshotSuccessCallbackOrigin
566
+ type TakeSnapshotFailCallback = TakeSnapshotFailCallbackOrigin
567
+ type TakeSnapshotCompleteCallback = TakeSnapshotCompleteCallbackOrigin
568
+ const Path2D: typeof Path2DOrigin
569
+ type Path2D = Path2DOrigin
570
+ const PageNode: typeof PageNodeOrigin
571
+ type PageNode = PageNodeOrigin
572
+ const NodeData: typeof NodeDataOrigin
573
+ type NodeData = NodeDataOrigin
574
+ type INodeData = INodeDataOrigin
575
+ const NativeLoadFontFaceFail: typeof NativeLoadFontFaceFailOrigin
576
+ type NativeLoadFontFaceFail = NativeLoadFontFaceFailOrigin
577
+ const NativeLoadFontFaceOptions: typeof NativeLoadFontFaceOptionsOrigin
578
+ type NativeLoadFontFaceOptions = NativeLoadFontFaceOptionsOrigin
579
+ const UniNativeViewElement: typeof UniNativeViewElementOrigin
580
+ const UniNativeViewEvent: typeof UniNativeViewEventOrigin
581
+ type UniNativeViewEvent = UniNativeViewEventOrigin
582
+ const UniNativeViewInitEventDetail: typeof UniNativeViewInitEventDetailOrigin
583
+ type UniNativeViewInitEventDetail = UniNativeViewInitEventDetailOrigin
584
+ const UniNativeViewInitEvent: typeof UniNativeViewInitEventOrigin
585
+ type UniNativeViewInitEvent = UniNativeViewInitEventOrigin
586
+ type UniNativeViewElement = UniNativeViewElementOrigin
587
+ type IUniForm = IUniFormOrigin
588
+ type IUniError = IUniErrorOrigin
589
+ const UniElement: typeof UniElementOrigin
590
+ const UniButtonElement: typeof UniButtonElementOrigin
591
+ const UniCanvasElement: typeof UniCanvasElementOrigin
592
+ const UniCommentElement: typeof UniCommentElementOrigin
593
+ const UniImageElement: typeof UniImageElementOrigin
594
+ const Image: typeof ImageOrigin
595
+ const UniInputElement: typeof UniInputElementOrigin
596
+ const UniListItemElement: typeof UniListItemElementOrigin
597
+ const UniListViewElement: typeof UniListViewElementOrigin
598
+ const UniNestedScrollBodyElement: typeof UniNestedScrollBodyElementOrigin
599
+ const UniNestedScrollHeaderElement: typeof UniNestedScrollHeaderElementOrigin
600
+ const UniRichTextElement: typeof UniRichTextElementOrigin
601
+ const UniScrollViewElement: typeof UniScrollViewElementOrigin
602
+ const UniStickyHeaderElement: typeof UniStickyHeaderElementOrigin
603
+ const UniStickySectionElement: typeof UniStickySectionElementOrigin
604
+ const UniSwiperElement: typeof UniSwiperElementOrigin
605
+ const UniSwiperItemElement: typeof UniSwiperItemElementOrigin
606
+ const UniTabsElement: typeof UniTabsElementOrigin
607
+ const UniTextElement: typeof UniTextElementOrigin
608
+ const UniTextareaElement: typeof UniTextareaElementOrigin
609
+ const UniViewElement: typeof UniViewElementOrigin
610
+ const UniWebViewElement: typeof UniWebViewElementOrigin
611
+ const UniWaterFlowElement: typeof UniWaterFlowElementOrigin
612
+ const UniFlowItemElement: typeof UniFlowItemElementOrigin
613
+ const UniShareElement: typeof UniShareElementOrigin
614
+ type GetBoundingClientRectAsyncSuccessCallback = GetBoundingClientRectAsyncSuccessCallbackOrigin
615
+ type GetBoundingClientRectAsyncFailCallback = GetBoundingClientRectAsyncFailCallbackOrigin
616
+ type GetBoundingClientRectAsyncCompleteCallback = GetBoundingClientRectAsyncCompleteCallbackOrigin
617
+ type GetBoundingClientRectAsyncOptions = GetBoundingClientRectAsyncOptionsOrigin
618
+ type UniElement = UniElementOrigin
619
+ type RequestFullscreenOptions = RequestFullscreenOptionsOrigin
620
+ type FullscreenErrorCode = FullscreenErrorCodeOrigin
621
+ type IFullscreenError = IFullscreenErrorOrigin
622
+ type FullscreenError = FullscreenErrorOrigin
623
+ type RequestFullscreenSuccessCallback = RequestFullscreenSuccessCallbackOrigin
624
+ type RequestFullscreenFailCallback = RequestFullscreenFailCallbackOrigin
625
+ type RequestFullscreenCompleteCallback = RequestFullscreenCompleteCallbackOrigin
626
+ type UniAnimationKeyframe = UniAnimationKeyframeOrigin
627
+ type UniAnimationOptionDirection = UniAnimationOptionDirectionOrigin
628
+ type UniAnimationOptionEasing = UniAnimationOptionEasingOrigin
629
+ type UniAnimationOptionFill = UniAnimationOptionFillOrigin
630
+ type UniAnimationOption = UniAnimationOptionOrigin
631
+ type INode = INodeOrigin
632
+ type Element = ElementOrigin
633
+ type UniViewElement = UniViewElementOrigin
634
+ type UniScrollViewElement = UniScrollViewElementOrigin
635
+ type UniListViewElement = UniListViewElementOrigin
636
+ type UniListItemElement = UniListItemElementOrigin
637
+ type UniSwiperElement = UniSwiperElementOrigin
638
+ type UniSwiperItemElement = UniSwiperItemElementOrigin
639
+ type UniImageElement = UniImageElementOrigin
640
+ type Image = ImageOrigin
641
+ type UniInputElement = UniInputElementOrigin
642
+ type UniTextareaElement = UniTextareaElementOrigin
643
+ type UniRichTextElement = UniRichTextElementOrigin
644
+ type UniStickyHeaderElement = UniStickyHeaderElementOrigin
645
+ type UniStickySectionElement = UniStickySectionElementOrigin
646
+ type UniTabsElement = UniTabsElementOrigin
647
+ type ITabsNode = ITabsNodeOrigin
648
+ type UniTextElement = UniTextElementOrigin
649
+ type TextElement = TextElementOrigin
650
+ type UniWebViewElement = UniWebViewElementOrigin
651
+ type IWebViewNode = IWebViewNodeOrigin
652
+ type UniCommentElement = UniCommentElementOrigin
653
+ type IComment = ICommentOrigin
654
+ type UniButtonElement = UniButtonElementOrigin
655
+ type UniNestedScrollHeaderElement = UniNestedScrollHeaderElementOrigin
656
+ type UniNestedScrollBodyElement = UniNestedScrollBodyElementOrigin
657
+ type UniCanvasElement = UniCanvasElementOrigin
658
+ type UniWaterFlowElement = UniWaterFlowElementOrigin
659
+ type UniFlowItemElement = UniFlowItemElementOrigin
660
+ type UniShareElement = UniShareElementOrigin
661
+ type INavigationBar = INavigationBarOrigin
662
+ const DrawableContext: typeof DrawableContextOrigin
663
+ type DrawableContext = DrawableContextOrigin
664
+ const DOMRect: typeof DOMRectOrigin
665
+ type DOMRect = DOMRectOrigin
666
+ type TextMetrics = TextMetricsOrigin
667
+ type CanvasDirection = CanvasDirectionOrigin
668
+ type CanvasLineCap = CanvasLineCapOrigin
669
+ type CanvasFontStretch = CanvasFontStretchOrigin
670
+ type CanvasGlobalCompositeOperation = CanvasGlobalCompositeOperationOrigin
671
+ type CanvasSmoothingQuality = CanvasSmoothingQualityOrigin
672
+ type CanvasLineJoin = CanvasLineJoinOrigin
673
+ type CanvasTextAlign = CanvasTextAlignOrigin
674
+ type CanvasTextBaseline = CanvasTextBaselineOrigin
675
+ type CanvasTextRendering = CanvasTextRenderingOrigin
676
+ type ImageData = ImageDataOrigin
677
+ type CanvasPattern = CanvasPatternOrigin
678
+ type CanvasGradient = CanvasGradientOrigin
679
+ type CanvasRenderingContext2D = CanvasRenderingContext2DOrigin
680
+ const CSSStyleDeclaration: typeof CSSStyleDeclarationOrigin
681
+ type CSSStyleDeclaration = CSSStyleDeclarationOrigin
682
+ type AsyncApiResult = AsyncApiResultOrigin
683
+ type AsyncApiSuccessResult = AsyncApiSuccessResultOrigin
684
+ }