vite-plugin-taro-runtime 0.7.0 → 0.7.1-beta.2

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 (1212) hide show
  1. package/README.md +10 -28
  2. package/dist/api/dist/env.d.ts +15 -0
  3. package/dist/api/dist/env.js +58 -0
  4. package/dist/api/dist/env.js.map +1 -0
  5. package/dist/api/dist/index.d.ts +2 -0
  6. package/dist/api/dist/index.js +28 -0
  7. package/dist/api/dist/index.js.map +1 -0
  8. package/dist/api/dist/interceptor/chain.d.ts +16 -0
  9. package/dist/api/dist/interceptor/chain.js +30 -0
  10. package/dist/api/dist/interceptor/chain.js.map +1 -0
  11. package/dist/api/dist/interceptor/index.d.ts +11 -0
  12. package/dist/api/dist/interceptor/index.js +30 -0
  13. package/dist/api/dist/interceptor/index.js.map +1 -0
  14. package/dist/api/dist/interceptor/interceptors.d.ts +3 -0
  15. package/dist/api/dist/interceptor/interceptors.js +48 -0
  16. package/dist/api/dist/interceptor/interceptors.js.map +1 -0
  17. package/dist/api/dist/tools.d.ts +4 -0
  18. package/dist/api/dist/tools.js +67 -0
  19. package/dist/api/dist/tools.js.map +1 -0
  20. package/dist/components/dist/components/helper.js +24 -0
  21. package/dist/components/dist/components/index.d.ts +130 -0
  22. package/dist/components/dist/components/index.js +103 -0
  23. package/dist/components/dist/components/index2.js +89 -0
  24. package/dist/components/dist/components/index3.js +39 -0
  25. package/dist/components/dist/components/picker-group.js +218 -0
  26. package/dist/components/dist/components/taro-ad-core.d.ts +11 -0
  27. package/dist/components/dist/components/taro-ad-core.js +33 -0
  28. package/dist/components/dist/components/taro-ad-custom-core.d.ts +11 -0
  29. package/dist/components/dist/components/taro-ad-custom-core.js +33 -0
  30. package/dist/components/dist/components/taro-animation-video-core.d.ts +11 -0
  31. package/dist/components/dist/components/taro-animation-video-core.js +33 -0
  32. package/dist/components/dist/components/taro-animation-view-core.d.ts +11 -0
  33. package/dist/components/dist/components/taro-animation-view-core.js +33 -0
  34. package/dist/components/dist/components/taro-ar-camera-core.d.ts +11 -0
  35. package/dist/components/dist/components/taro-ar-camera-core.js +33 -0
  36. package/dist/components/dist/components/taro-audio-core.d.ts +11 -0
  37. package/dist/components/dist/components/taro-audio-core.js +78 -0
  38. package/dist/components/dist/components/taro-aweme-data-core.d.ts +11 -0
  39. package/dist/components/dist/components/taro-aweme-data-core.js +33 -0
  40. package/dist/components/dist/components/taro-block-core.d.ts +11 -0
  41. package/dist/components/dist/components/taro-block-core.js +29 -0
  42. package/dist/components/dist/components/taro-button-core.d.ts +11 -0
  43. package/dist/components/dist/components/taro-button-core.js +100 -0
  44. package/dist/components/dist/components/taro-camera-core.d.ts +11 -0
  45. package/dist/components/dist/components/taro-camera-core.js +33 -0
  46. package/dist/components/dist/components/taro-canvas-core.d.ts +11 -0
  47. package/dist/components/dist/components/taro-canvas-core.js +69 -0
  48. package/dist/components/dist/components/taro-channel-live-core.d.ts +11 -0
  49. package/dist/components/dist/components/taro-channel-live-core.js +33 -0
  50. package/dist/components/dist/components/taro-channel-video-core.d.ts +11 -0
  51. package/dist/components/dist/components/taro-channel-video-core.js +33 -0
  52. package/dist/components/dist/components/taro-checkbox-core.d.ts +11 -0
  53. package/dist/components/dist/components/taro-checkbox-core.js +79 -0
  54. package/dist/components/dist/components/taro-checkbox-group-core.d.ts +11 -0
  55. package/dist/components/dist/components/taro-checkbox-group-core.js +88 -0
  56. package/dist/components/dist/components/taro-comment-detail-core.d.ts +11 -0
  57. package/dist/components/dist/components/taro-comment-detail-core.js +33 -0
  58. package/dist/components/dist/components/taro-comment-list-core.d.ts +11 -0
  59. package/dist/components/dist/components/taro-comment-list-core.js +33 -0
  60. package/dist/components/dist/components/taro-contact-button-core.d.ts +11 -0
  61. package/dist/components/dist/components/taro-contact-button-core.js +33 -0
  62. package/dist/components/dist/components/taro-cover-image-core.d.ts +11 -0
  63. package/dist/components/dist/components/taro-cover-image-core.js +50 -0
  64. package/dist/components/dist/components/taro-cover-view-core.d.ts +11 -0
  65. package/dist/components/dist/components/taro-cover-view-core.js +87 -0
  66. package/dist/components/dist/components/taro-custom-wrapper-core.d.ts +11 -0
  67. package/dist/components/dist/components/taro-custom-wrapper-core.js +29 -0
  68. package/dist/components/dist/components/taro-double-tap-gesture-handler-core.d.ts +11 -0
  69. package/dist/components/dist/components/taro-double-tap-gesture-handler-core.js +33 -0
  70. package/dist/components/dist/components/taro-draggable-sheet-core.d.ts +11 -0
  71. package/dist/components/dist/components/taro-draggable-sheet-core.js +33 -0
  72. package/dist/components/dist/components/taro-editor-core.d.ts +11 -0
  73. package/dist/components/dist/components/taro-editor-core.js +33 -0
  74. package/dist/components/dist/components/taro-follow-swan-core.d.ts +11 -0
  75. package/dist/components/dist/components/taro-follow-swan-core.js +33 -0
  76. package/dist/components/dist/components/taro-force-press-gesture-handler-core.d.ts +11 -0
  77. package/dist/components/dist/components/taro-force-press-gesture-handler-core.js +33 -0
  78. package/dist/components/dist/components/taro-form-core.d.ts +11 -0
  79. package/dist/components/dist/components/taro-form-core.js +156 -0
  80. package/dist/components/dist/components/taro-functional-page-navigator-core.d.ts +11 -0
  81. package/dist/components/dist/components/taro-functional-page-navigator-core.js +33 -0
  82. package/dist/components/dist/components/taro-grid-builder-core.d.ts +11 -0
  83. package/dist/components/dist/components/taro-grid-builder-core.js +33 -0
  84. package/dist/components/dist/components/taro-grid-view-core.d.ts +11 -0
  85. package/dist/components/dist/components/taro-grid-view-core.js +33 -0
  86. package/dist/components/dist/components/taro-horizontal-drag-gesture-handler-core.d.ts +11 -0
  87. package/dist/components/dist/components/taro-horizontal-drag-gesture-handler-core.js +33 -0
  88. package/dist/components/dist/components/taro-icon-core.d.ts +11 -0
  89. package/dist/components/dist/components/taro-icon-core.js +49 -0
  90. package/dist/components/dist/components/taro-image-core.d.ts +11 -0
  91. package/dist/components/dist/components/taro-image-core.js +82 -0
  92. package/dist/components/dist/components/taro-inline-payment-panel-core.d.ts +11 -0
  93. package/dist/components/dist/components/taro-inline-payment-panel-core.js +33 -0
  94. package/dist/components/dist/components/taro-input-core.d.ts +11 -0
  95. package/dist/components/dist/components/taro-input-core.js +241 -0
  96. package/dist/components/dist/components/taro-keyboard-accessory-core.d.ts +11 -0
  97. package/dist/components/dist/components/taro-keyboard-accessory-core.js +33 -0
  98. package/dist/components/dist/components/taro-label-core.d.ts +11 -0
  99. package/dist/components/dist/components/taro-label-core.js +32 -0
  100. package/dist/components/dist/components/taro-lifestyle-core.d.ts +11 -0
  101. package/dist/components/dist/components/taro-lifestyle-core.js +33 -0
  102. package/dist/components/dist/components/taro-like-core.d.ts +11 -0
  103. package/dist/components/dist/components/taro-like-core.js +33 -0
  104. package/dist/components/dist/components/taro-list-builder-core.d.ts +11 -0
  105. package/dist/components/dist/components/taro-list-builder-core.js +33 -0
  106. package/dist/components/dist/components/taro-list-view-core.d.ts +11 -0
  107. package/dist/components/dist/components/taro-list-view-core.js +33 -0
  108. package/dist/components/dist/components/taro-live-player-core.d.ts +11 -0
  109. package/dist/components/dist/components/taro-live-player-core.js +33 -0
  110. package/dist/components/dist/components/taro-live-pusher-core.d.ts +11 -0
  111. package/dist/components/dist/components/taro-live-pusher-core.js +33 -0
  112. package/dist/components/dist/components/taro-login-core.d.ts +11 -0
  113. package/dist/components/dist/components/taro-login-core.js +33 -0
  114. package/dist/components/dist/components/taro-long-press-gesture-handler-core.d.ts +11 -0
  115. package/dist/components/dist/components/taro-long-press-gesture-handler-core.js +33 -0
  116. package/dist/components/dist/components/taro-lottie-core.d.ts +11 -0
  117. package/dist/components/dist/components/taro-lottie-core.js +33 -0
  118. package/dist/components/dist/components/taro-map-core.d.ts +11 -0
  119. package/dist/components/dist/components/taro-map-core.js +1376 -0
  120. package/dist/components/dist/components/taro-match-media-core.d.ts +11 -0
  121. package/dist/components/dist/components/taro-match-media-core.js +33 -0
  122. package/dist/components/dist/components/taro-movable-area-core.d.ts +11 -0
  123. package/dist/components/dist/components/taro-movable-area-core.js +174 -0
  124. package/dist/components/dist/components/taro-movable-view-core.d.ts +11 -0
  125. package/dist/components/dist/components/taro-movable-view-core.js +361 -0
  126. package/dist/components/dist/components/taro-native-slot-core.d.ts +11 -0
  127. package/dist/components/dist/components/taro-native-slot-core.js +33 -0
  128. package/dist/components/dist/components/taro-navigation-bar-core.d.ts +11 -0
  129. package/dist/components/dist/components/taro-navigation-bar-core.js +33 -0
  130. package/dist/components/dist/components/taro-navigator-core.d.ts +11 -0
  131. package/dist/components/dist/components/taro-navigator-core.js +94 -0
  132. package/dist/components/dist/components/taro-nested-scroll-body-core.d.ts +11 -0
  133. package/dist/components/dist/components/taro-nested-scroll-body-core.js +33 -0
  134. package/dist/components/dist/components/taro-nested-scroll-header-core.d.ts +11 -0
  135. package/dist/components/dist/components/taro-nested-scroll-header-core.js +33 -0
  136. package/dist/components/dist/components/taro-official-account-core.d.ts +11 -0
  137. package/dist/components/dist/components/taro-official-account-core.js +33 -0
  138. package/dist/components/dist/components/taro-open-container-core.d.ts +11 -0
  139. package/dist/components/dist/components/taro-open-container-core.js +33 -0
  140. package/dist/components/dist/components/taro-open-data-core.d.ts +11 -0
  141. package/dist/components/dist/components/taro-open-data-core.js +33 -0
  142. package/dist/components/dist/components/taro-open-embedded-atomicservice-core.d.ts +11 -0
  143. package/dist/components/dist/components/taro-open-embedded-atomicservice-core.js +33 -0
  144. package/dist/components/dist/components/taro-page-container-core.d.ts +11 -0
  145. package/dist/components/dist/components/taro-page-container-core.js +33 -0
  146. package/dist/components/dist/components/taro-page-meta-core.d.ts +11 -0
  147. package/dist/components/dist/components/taro-page-meta-core.js +33 -0
  148. package/dist/components/dist/components/taro-pan-gesture-handler-core.d.ts +11 -0
  149. package/dist/components/dist/components/taro-pan-gesture-handler-core.js +33 -0
  150. package/dist/components/dist/components/taro-picker-core.d.ts +11 -0
  151. package/dist/components/dist/components/taro-picker-core.js +540 -0
  152. package/dist/components/dist/components/taro-picker-group.d.ts +11 -0
  153. package/dist/components/dist/components/taro-picker-group.js +6 -0
  154. package/dist/components/dist/components/taro-picker-view-column-core.d.ts +11 -0
  155. package/dist/components/dist/components/taro-picker-view-column-core.js +103 -0
  156. package/dist/components/dist/components/taro-picker-view-core.d.ts +11 -0
  157. package/dist/components/dist/components/taro-picker-view-core.js +121 -0
  158. package/dist/components/dist/components/taro-progress-core.d.ts +11 -0
  159. package/dist/components/dist/components/taro-progress-core.js +63 -0
  160. package/dist/components/dist/components/taro-pull-to-refresh-core.d.ts +11 -0
  161. package/dist/components/dist/components/taro-pull-to-refresh-core.js +287 -0
  162. package/dist/components/dist/components/taro-radio-core.d.ts +11 -0
  163. package/dist/components/dist/components/taro-radio-core.js +81 -0
  164. package/dist/components/dist/components/taro-radio-group-core.d.ts +11 -0
  165. package/dist/components/dist/components/taro-radio-group-core.js +99 -0
  166. package/dist/components/dist/components/taro-rich-text-core.d.ts +11 -0
  167. package/dist/components/dist/components/taro-rich-text-core.js +93 -0
  168. package/dist/components/dist/components/taro-root-portal-core.d.ts +11 -0
  169. package/dist/components/dist/components/taro-root-portal-core.js +33 -0
  170. package/dist/components/dist/components/taro-rtc-room-core.d.ts +11 -0
  171. package/dist/components/dist/components/taro-rtc-room-core.js +33 -0
  172. package/dist/components/dist/components/taro-rtc-room-item-core.d.ts +11 -0
  173. package/dist/components/dist/components/taro-rtc-room-item-core.js +33 -0
  174. package/dist/components/dist/components/taro-scale-gesture-handler-core.d.ts +11 -0
  175. package/dist/components/dist/components/taro-scale-gesture-handler-core.js +33 -0
  176. package/dist/components/dist/components/taro-script-core.d.ts +11 -0
  177. package/dist/components/dist/components/taro-script-core.js +33 -0
  178. package/dist/components/dist/components/taro-scroll-view-core.d.ts +11 -0
  179. package/dist/components/dist/components/taro-scroll-view-core.js +199 -0
  180. package/dist/components/dist/components/taro-share-element-core.d.ts +11 -0
  181. package/dist/components/dist/components/taro-share-element-core.js +33 -0
  182. package/dist/components/dist/components/taro-slider-core.d.ts +11 -0
  183. package/dist/components/dist/components/taro-slider-core.js +197 -0
  184. package/dist/components/dist/components/taro-slot-core.d.ts +11 -0
  185. package/dist/components/dist/components/taro-slot-core.js +33 -0
  186. package/dist/components/dist/components/taro-snapshot-core.d.ts +11 -0
  187. package/dist/components/dist/components/taro-snapshot-core.js +33 -0
  188. package/dist/components/dist/components/taro-span-core.d.ts +11 -0
  189. package/dist/components/dist/components/taro-span-core.js +33 -0
  190. package/dist/components/dist/components/taro-sticky-header-core.d.ts +11 -0
  191. package/dist/components/dist/components/taro-sticky-header-core.js +33 -0
  192. package/dist/components/dist/components/taro-sticky-section-core.d.ts +11 -0
  193. package/dist/components/dist/components/taro-sticky-section-core.js +33 -0
  194. package/dist/components/dist/components/taro-swiper-core.d.ts +11 -0
  195. package/dist/components/dist/components/taro-swiper-core.js +438 -0
  196. package/dist/components/dist/components/taro-swiper-item-core.d.ts +11 -0
  197. package/dist/components/dist/components/taro-swiper-item-core.js +42 -0
  198. package/dist/components/dist/components/taro-switch-core.d.ts +11 -0
  199. package/dist/components/dist/components/taro-switch-core.js +85 -0
  200. package/dist/components/dist/components/taro-tab-item-core.d.ts +11 -0
  201. package/dist/components/dist/components/taro-tab-item-core.js +33 -0
  202. package/dist/components/dist/components/taro-tabbar.d.ts +11 -0
  203. package/dist/components/dist/components/taro-tabbar.js +371 -0
  204. package/dist/components/dist/components/taro-tabs-core.d.ts +11 -0
  205. package/dist/components/dist/components/taro-tabs-core.js +33 -0
  206. package/dist/components/dist/components/taro-tap-gesture-handler-core.d.ts +11 -0
  207. package/dist/components/dist/components/taro-tap-gesture-handler-core.js +33 -0
  208. package/dist/components/dist/components/taro-text-core.d.ts +11 -0
  209. package/dist/components/dist/components/taro-text-core.js +45 -0
  210. package/dist/components/dist/components/taro-textarea-core.d.ts +11 -0
  211. package/dist/components/dist/components/taro-textarea-core.js +285 -0
  212. package/dist/components/dist/components/taro-vertical-drag-gesture-handler-core.d.ts +11 -0
  213. package/dist/components/dist/components/taro-vertical-drag-gesture-handler-core.js +33 -0
  214. package/dist/components/dist/components/taro-video-control.d.ts +11 -0
  215. package/dist/components/dist/components/taro-video-control.js +6 -0
  216. package/dist/components/dist/components/taro-video-core.d.ts +11 -0
  217. package/dist/components/dist/components/taro-video-core.js +500 -0
  218. package/dist/components/dist/components/taro-video-danmu.d.ts +11 -0
  219. package/dist/components/dist/components/taro-video-danmu.js +6 -0
  220. package/dist/components/dist/components/taro-view-core.d.ts +11 -0
  221. package/dist/components/dist/components/taro-view-core.js +92 -0
  222. package/dist/components/dist/components/taro-voip-room-core.d.ts +11 -0
  223. package/dist/components/dist/components/taro-voip-room-core.js +33 -0
  224. package/dist/components/dist/components/taro-web-view-core.d.ts +11 -0
  225. package/dist/components/dist/components/taro-web-view-core.js +44 -0
  226. package/dist/components/dist/components/video-control.js +240 -0
  227. package/dist/components/dist/components/video-danmu.js +108 -0
  228. package/dist/components/dist/taro-components/taro-components.css +1 -0
  229. package/dist/components/global.css +1 -0
  230. package/dist/components/lib/react/component-lib/index.d.ts +54 -0
  231. package/dist/components/lib/react/component-lib/index.js +68 -0
  232. package/dist/components/lib/react/component-lib/index.js.map +1 -0
  233. package/dist/components/lib/react/component-lib/input.d.ts +3 -0
  234. package/dist/components/lib/react/component-lib/input.js +17 -0
  235. package/dist/components/lib/react/component-lib/input.js.map +1 -0
  236. package/dist/components/lib/react/component-lib/reactify-wc.d.ts +7 -0
  237. package/dist/components/lib/react/component-lib/reactify-wc.js +176 -0
  238. package/dist/components/lib/react/component-lib/reactify-wc.js.map +1 -0
  239. package/dist/components/lib/react/components.d.ts +103 -0
  240. package/dist/components/lib/react/components.js +112 -0
  241. package/dist/components/lib/react/components.js.map +1 -0
  242. package/dist/components/lib/react/helper.d.ts +10 -0
  243. package/dist/components/lib/react/helper.js +10 -0
  244. package/dist/components/lib/react/helper.js.map +1 -0
  245. package/dist/components/lib/react/index.d.ts +1 -0
  246. package/dist/components/lib/react/index.js +2 -0
  247. package/dist/components/lib/react/index.js.map +1 -0
  248. package/dist/components/lib/react/node_modules/.pnpm/@rollup_plugin-typescript@11.1.6_rollup@4.39.0_tslib@2.8.1_typescript@5.4.5/node_modules/tslib/tslib.es6.js +405 -0
  249. package/dist/components/lib/react/node_modules/.pnpm/@rollup_plugin-typescript@11.1.6_rollup@4.39.0_tslib@2.8.1_typescript@5.4.5/node_modules/tslib/tslib.es6.js.map +1 -0
  250. package/dist/components/lib/react/react-component-lib/createComponent.d.ts +14 -0
  251. package/dist/components/lib/react/react-component-lib/createComponent.js +73 -0
  252. package/dist/components/lib/react/react-component-lib/createComponent.js.map +1 -0
  253. package/dist/components/lib/react/react-component-lib/createOverlayComponent.d.ts +25 -0
  254. package/dist/components/lib/react/react-component-lib/createOverlayComponent.js +94 -0
  255. package/dist/components/lib/react/react-component-lib/createOverlayComponent.js.map +1 -0
  256. package/dist/components/lib/react/react-component-lib/index.d.ts +2 -0
  257. package/dist/components/lib/react/react-component-lib/index.js +3 -0
  258. package/dist/components/lib/react/react-component-lib/index.js.map +1 -0
  259. package/dist/components/lib/react/react-component-lib/interfaces.d.ts +33 -0
  260. package/dist/components/lib/react/react-component-lib/utils/attachProps.d.ts +18 -0
  261. package/dist/components/lib/react/react-component-lib/utils/attachProps.js +182 -0
  262. package/dist/components/lib/react/react-component-lib/utils/attachProps.js.map +1 -0
  263. package/dist/components/lib/react/react-component-lib/utils/case.d.ts +6 -0
  264. package/dist/components/lib/react/react-component-lib/utils/case.js +13 -0
  265. package/dist/components/lib/react/react-component-lib/utils/case.js.map +1 -0
  266. package/dist/components/lib/react/react-component-lib/utils/dev.d.ts +6 -0
  267. package/dist/components/lib/react/react-component-lib/utils/index.d.ts +14 -0
  268. package/dist/components/lib/react/react-component-lib/utils/index.js +39 -0
  269. package/dist/components/lib/react/react-component-lib/utils/index.js.map +1 -0
  270. package/dist/components/types/Ad.d.ts +205 -0
  271. package/dist/components/types/AdCustom.d.ts +44 -0
  272. package/dist/components/types/AnimationVideo.d.ts +53 -0
  273. package/dist/components/types/AnimationView.d.ts +39 -0
  274. package/dist/components/types/ArCamera.d.ts +43 -0
  275. package/dist/components/types/Audio.d.ts +135 -0
  276. package/dist/components/types/AwemeData.d.ts +37 -0
  277. package/dist/components/types/Block.d.ts +9 -0
  278. package/dist/components/types/Button.d.ts +740 -0
  279. package/dist/components/types/Camera.d.ts +128 -0
  280. package/dist/components/types/Canvas.d.ts +98 -0
  281. package/dist/components/types/ChannelLive.d.ts +20 -0
  282. package/dist/components/types/ChannelVideo.d.ts +48 -0
  283. package/dist/components/types/Checkbox.d.ts +167 -0
  284. package/dist/components/types/CheckboxGroup.d.ts +81 -0
  285. package/dist/components/types/CommentDetail.d.ts +66 -0
  286. package/dist/components/types/CommentList.d.ts +112 -0
  287. package/dist/components/types/ContactButton.d.ts +46 -0
  288. package/dist/components/types/CoverImage.d.ts +151 -0
  289. package/dist/components/types/CoverView.d.ts +219 -0
  290. package/dist/components/types/CustomWrapper.d.ts +31 -0
  291. package/dist/components/types/DraggableSheet.d.ts +52 -0
  292. package/dist/components/types/Editor.d.ts +143 -0
  293. package/dist/components/types/FollowSwan.d.ts +25 -0
  294. package/dist/components/types/Form.d.ts +130 -0
  295. package/dist/components/types/FunctionalPageNavigator.d.ts +56 -0
  296. package/dist/components/types/GridBuilder.d.ts +72 -0
  297. package/dist/components/types/GridView.d.ts +51 -0
  298. package/dist/components/types/Icon.d.ts +97 -0
  299. package/dist/components/types/Image.d.ts +175 -0
  300. package/dist/components/types/InlinePaymentPanel.d.ts +49 -0
  301. package/dist/components/types/Input.d.ts +353 -0
  302. package/dist/components/types/KeyboardAccessory.d.ts +42 -0
  303. package/dist/components/types/Label.d.ts +52 -0
  304. package/dist/components/types/Lifestyle.d.ts +23 -0
  305. package/dist/components/types/Like.d.ts +90 -0
  306. package/dist/components/types/List.d.ts +38 -0
  307. package/dist/components/types/ListBuilder.d.ts +55 -0
  308. package/dist/components/types/ListItem.d.ts +6 -0
  309. package/dist/components/types/ListView.d.ts +19 -0
  310. package/dist/components/types/LivePlayer.d.ts +261 -0
  311. package/dist/components/types/LivePusher.d.ts +360 -0
  312. package/dist/components/types/Login.d.ts +40 -0
  313. package/dist/components/types/Lottie.d.ts +97 -0
  314. package/dist/components/types/Map.d.ts +732 -0
  315. package/dist/components/types/MatchMedia.d.ts +70 -0
  316. package/dist/components/types/MovableArea.d.ts +34 -0
  317. package/dist/components/types/MovableView.d.ts +180 -0
  318. package/dist/components/types/NativeSlot.d.ts +35 -0
  319. package/dist/components/types/NavigationBar.d.ts +44 -0
  320. package/dist/components/types/Navigator.d.ts +118 -0
  321. package/dist/components/types/NestedScrollBody.d.ts +15 -0
  322. package/dist/components/types/NestedScrollHeader.d.ts +15 -0
  323. package/dist/components/types/OfficialAccount.d.ts +58 -0
  324. package/dist/components/types/OpenContainer.d.ts +74 -0
  325. package/dist/components/types/OpenData.d.ts +98 -0
  326. package/dist/components/types/OpenEmbeddedAtomicservice.d.ts +52 -0
  327. package/dist/components/types/PageContainer.d.ts +110 -0
  328. package/dist/components/types/PageMeta.d.ts +133 -0
  329. package/dist/components/types/Picker.d.ts +452 -0
  330. package/dist/components/types/PickerView.d.ts +198 -0
  331. package/dist/components/types/PickerViewColumn.d.ts +12 -0
  332. package/dist/components/types/Progress.d.ts +105 -0
  333. package/dist/components/types/PullToRefresh.d.ts +26 -0
  334. package/dist/components/types/Radio.d.ts +187 -0
  335. package/dist/components/types/RadioGroup.d.ts +24 -0
  336. package/dist/components/types/RichText.d.ts +166 -0
  337. package/dist/components/types/RootPortal.d.ts +40 -0
  338. package/dist/components/types/RtcRoom.d.ts +88 -0
  339. package/dist/components/types/RtcRoomItem.d.ts +23 -0
  340. package/dist/components/types/Script.d.ts +37 -0
  341. package/dist/components/types/ScrollView.d.ts +510 -0
  342. package/dist/components/types/ShareElement.d.ts +270 -0
  343. package/dist/components/types/Slider.d.ts +145 -0
  344. package/dist/components/types/Slot.d.ts +42 -0
  345. package/dist/components/types/Snapshot.d.ts +25 -0
  346. package/dist/components/types/Span.d.ts +14 -0
  347. package/dist/components/types/StickyHeader.d.ts +31 -0
  348. package/dist/components/types/StickySection.d.ts +23 -0
  349. package/dist/components/types/Swiper.d.ts +339 -0
  350. package/dist/components/types/SwiperItem.d.ts +77 -0
  351. package/dist/components/types/Switch.d.ts +96 -0
  352. package/dist/components/types/TabItem.d.ts +31 -0
  353. package/dist/components/types/Tabs.d.ts +50 -0
  354. package/dist/components/types/Text.d.ts +146 -0
  355. package/dist/components/types/Textarea.d.ts +252 -0
  356. package/dist/components/types/Video.d.ts +604 -0
  357. package/dist/components/types/View.d.ts +183 -0
  358. package/dist/components/types/VoipRoom.d.ts +67 -0
  359. package/dist/components/types/WebView.d.ts +68 -0
  360. package/dist/components/types/common.d.ts +185 -0
  361. package/dist/components/types/event.d.ts +7 -0
  362. package/dist/components/types/gesture/DoubleTapGestureHandler.d.ts +53 -0
  363. package/dist/components/types/gesture/ForcePressGestureHandler.d.ts +49 -0
  364. package/dist/components/types/gesture/HorizontalDragGestureHandler.d.ts +53 -0
  365. package/dist/components/types/gesture/LongPressGestureHandler.d.ts +53 -0
  366. package/dist/components/types/gesture/PanGestureHandler.d.ts +53 -0
  367. package/dist/components/types/gesture/ScaleGestureHandler.d.ts +53 -0
  368. package/dist/components/types/gesture/TapGestureHandler.d.ts +53 -0
  369. package/dist/components/types/gesture/VerticalDragGestureHandler.d.ts +53 -0
  370. package/dist/components/types/global.d.ts +4 -0
  371. package/dist/components/types/index.d.ts +128 -0
  372. package/dist/components/types/index.solid.d.ts +301 -0
  373. package/dist/components/types/index.vue3.d.ts +337 -0
  374. package/dist/components/types/props.d.ts +72 -0
  375. package/dist/plugin-framework-react/runtime.js +1080 -0
  376. package/dist/plugin-framework-react/runtime.js.map +1 -0
  377. package/dist/plugin-platform-alipay/components-react.js +54 -0
  378. package/dist/plugin-platform-alipay/components-react.js.map +1 -0
  379. package/dist/plugin-platform-alipay/runtime-utils.js +854 -0
  380. package/dist/plugin-platform-alipay/runtime-utils.js.map +1 -0
  381. package/dist/plugin-platform-alipay/runtime.js +864 -0
  382. package/dist/plugin-platform-alipay/runtime.js.map +1 -0
  383. package/dist/plugin-platform-alipay/types/apis-list.d.ts +1 -0
  384. package/dist/plugin-platform-alipay/types/apis.d.ts +9 -0
  385. package/dist/plugin-platform-alipay/types/components-react.d.ts +10 -0
  386. package/dist/plugin-platform-alipay/types/components.d.ts +202 -0
  387. package/dist/plugin-platform-alipay/types/index.d.ts +5 -0
  388. package/dist/plugin-platform-alipay/types/program.d.ts +51 -0
  389. package/dist/plugin-platform-alipay/types/runtime-utils.d.ts +19 -0
  390. package/dist/plugin-platform-alipay/types/runtime.d.ts +1 -0
  391. package/dist/plugin-platform-alipay/types/template.d.ts +39 -0
  392. package/dist/plugin-platform-h5/definition.json +2481 -0
  393. package/dist/plugin-platform-h5/runtime/apis/index.d.ts +5 -0
  394. package/dist/plugin-platform-h5/runtime/apis/index.js +29 -0
  395. package/dist/plugin-platform-h5/runtime/apis/index.js.map +1 -0
  396. package/dist/plugin-platform-h5/runtime/apis/taro-h5.d.ts +1 -0
  397. package/dist/plugin-platform-h5/runtime/apis/taro-h5.js +2 -0
  398. package/dist/plugin-platform-h5/runtime/apis/taro-h5.js.map +1 -0
  399. package/dist/plugin-platform-h5/runtime/apis/taro.d.ts +2 -0
  400. package/dist/plugin-platform-h5/runtime/apis/taro.js +3 -0
  401. package/dist/plugin-platform-h5/runtime/apis/taro.js.map +1 -0
  402. package/dist/plugin-platform-weapp/components-react.js +81 -0
  403. package/dist/plugin-platform-weapp/components-react.js.map +1 -0
  404. package/dist/plugin-platform-weapp/runtime-utils.js +613 -0
  405. package/dist/plugin-platform-weapp/runtime-utils.js.map +1 -0
  406. package/dist/plugin-platform-weapp/runtime.js +614 -0
  407. package/dist/plugin-platform-weapp/runtime.js.map +1 -0
  408. package/dist/plugin-platform-weapp/types/apis-list.d.ts +1 -0
  409. package/dist/plugin-platform-weapp/types/apis.d.ts +1 -0
  410. package/dist/plugin-platform-weapp/types/components-react.d.ts +37 -0
  411. package/dist/plugin-platform-weapp/types/components.d.ts +503 -0
  412. package/dist/plugin-platform-weapp/types/index.d.ts +8 -0
  413. package/dist/plugin-platform-weapp/types/program.d.ts +35 -0
  414. package/dist/plugin-platform-weapp/types/runtime-utils.d.ts +13 -0
  415. package/dist/plugin-platform-weapp/types/runtime.d.ts +1 -0
  416. package/dist/plugin-platform-weapp/types/template.d.ts +25 -0
  417. package/dist/react/componentTree.d.ts +19 -0
  418. package/dist/react/constant.d.ts +7 -0
  419. package/dist/react/domInput.d.ts +12 -0
  420. package/dist/react/event.d.ts +13 -0
  421. package/dist/react/index.d.ts +33 -0
  422. package/dist/react/inputValueTracking.d.ts +3 -0
  423. package/dist/react/props.d.ts +5 -0
  424. package/dist/react/react.esm.js +1165 -0
  425. package/dist/react/react.esm.js.map +1 -0
  426. package/dist/react/reconciler.d.ts +4 -0
  427. package/dist/react/render.d.ts +25 -0
  428. package/dist/react/workTags.d.ts +26 -0
  429. package/dist/router/dist/api.d.ts +7 -0
  430. package/dist/router/dist/events/resize.d.ts +2 -0
  431. package/dist/router/dist/events/scroll.d.ts +2 -0
  432. package/dist/router/dist/history.d.ts +26 -0
  433. package/dist/router/dist/index.d.ts +9 -0
  434. package/dist/router/dist/index.esm.js +1755 -0
  435. package/dist/router/dist/navigationBar.d.ts +2 -0
  436. package/dist/router/dist/router/index.d.ts +11 -0
  437. package/dist/router/dist/router/mpa.d.ts +11 -0
  438. package/dist/router/dist/router/multi-page.d.ts +33 -0
  439. package/dist/router/dist/router/navigation-bar.d.ts +36 -0
  440. package/dist/router/dist/router/page.d.ts +53 -0
  441. package/dist/router/dist/router/spa.d.ts +4 -0
  442. package/dist/router/dist/router/stack.d.ts +26 -0
  443. package/dist/router/dist/style.d.ts +13 -0
  444. package/dist/router/dist/tabbar.d.ts +3 -0
  445. package/dist/router/dist/utils/index.d.ts +10 -0
  446. package/dist/router/dist/utils/navigate.d.ts +9 -0
  447. package/dist/router/types/api.d.ts +18 -0
  448. package/dist/router/types/component.d.ts +11 -0
  449. package/dist/router/types/history.d.ts +6 -0
  450. package/dist/router/types/router.d.ts +32 -0
  451. package/dist/router/types/taro.d.ts +8 -0
  452. package/dist/taro/index.js +9 -0
  453. package/dist/taro/package.json +76 -0
  454. package/dist/taro/types/api/ad/index.d.ts +197 -0
  455. package/dist/taro/types/api/ai/face.d.ts +133 -0
  456. package/dist/taro/types/api/ai/inference.d.ts +129 -0
  457. package/dist/taro/types/api/ai/visionkit.d.ts +874 -0
  458. package/dist/taro/types/api/alipay/index.d.ts +69 -0
  459. package/dist/taro/types/api/base/crypto.d.ts +104 -0
  460. package/dist/taro/types/api/base/debug.d.ts +329 -0
  461. package/dist/taro/types/api/base/env.d.ts +19 -0
  462. package/dist/taro/types/api/base/index.d.ts +102 -0
  463. package/dist/taro/types/api/base/performance.d.ts +258 -0
  464. package/dist/taro/types/api/base/system.d.ts +742 -0
  465. package/dist/taro/types/api/base/update.d.ts +130 -0
  466. package/dist/taro/types/api/base/weapp/app-event.d.ts +265 -0
  467. package/dist/taro/types/api/base/weapp/life-cycle.d.ts +155 -0
  468. package/dist/taro/types/api/canvas/index.d.ts +2162 -0
  469. package/dist/taro/types/api/cloud/index.d.ts +2622 -0
  470. package/dist/taro/types/api/data-analysis/index.d.ts +122 -0
  471. package/dist/taro/types/api/device/accelerometer.d.ts +102 -0
  472. package/dist/taro/types/api/device/accessibility.d.ts +26 -0
  473. package/dist/taro/types/api/device/battery.d.ts +46 -0
  474. package/dist/taro/types/api/device/bluetooth-ble.d.ts +601 -0
  475. package/dist/taro/types/api/device/bluetooth-peripheral.d.ts +430 -0
  476. package/dist/taro/types/api/device/bluetooth.d.ts +463 -0
  477. package/dist/taro/types/api/device/calendar.d.ts +98 -0
  478. package/dist/taro/types/api/device/clipboard.d.ts +81 -0
  479. package/dist/taro/types/api/device/compass.d.ts +105 -0
  480. package/dist/taro/types/api/device/contact.d.ts +110 -0
  481. package/dist/taro/types/api/device/gyroscope.d.ts +85 -0
  482. package/dist/taro/types/api/device/iBeacon.d.ts +168 -0
  483. package/dist/taro/types/api/device/keyboard.d.ts +97 -0
  484. package/dist/taro/types/api/device/memory.d.ts +52 -0
  485. package/dist/taro/types/api/device/motion.d.ts +88 -0
  486. package/dist/taro/types/api/device/network.d.ts +172 -0
  487. package/dist/taro/types/api/device/nfc.d.ts +1238 -0
  488. package/dist/taro/types/api/device/phone.d.ts +30 -0
  489. package/dist/taro/types/api/device/scan.d.ts +111 -0
  490. package/dist/taro/types/api/device/screen.d.ts +217 -0
  491. package/dist/taro/types/api/device/sms.d.ts +26 -0
  492. package/dist/taro/types/api/device/vibrate.d.ts +51 -0
  493. package/dist/taro/types/api/device/wifi.d.ts +301 -0
  494. package/dist/taro/types/api/ext/index.d.ts +64 -0
  495. package/dist/taro/types/api/files/index.d.ts +1472 -0
  496. package/dist/taro/types/api/framework/index.d.ts +51 -0
  497. package/dist/taro/types/api/location/index.d.ts +517 -0
  498. package/dist/taro/types/api/media/audio.d.ts +1013 -0
  499. package/dist/taro/types/api/media/background-audio.d.ts +291 -0
  500. package/dist/taro/types/api/media/camera.d.ts +207 -0
  501. package/dist/taro/types/api/media/editor.d.ts +239 -0
  502. package/dist/taro/types/api/media/image.d.ts +469 -0
  503. package/dist/taro/types/api/media/live.d.ts +461 -0
  504. package/dist/taro/types/api/media/map.d.ts +638 -0
  505. package/dist/taro/types/api/media/media-recorder.d.ts +117 -0
  506. package/dist/taro/types/api/media/recorder.d.ts +317 -0
  507. package/dist/taro/types/api/media/video-decoder.d.ts +117 -0
  508. package/dist/taro/types/api/media/video-processing.d.ts +84 -0
  509. package/dist/taro/types/api/media/video.d.ts +527 -0
  510. package/dist/taro/types/api/media/voip.d.ts +393 -0
  511. package/dist/taro/types/api/navigate/index.d.ts +327 -0
  512. package/dist/taro/types/api/network/download.d.ts +173 -0
  513. package/dist/taro/types/api/network/mdns.d.ts +191 -0
  514. package/dist/taro/types/api/network/request.d.ts +480 -0
  515. package/dist/taro/types/api/network/tcp.d.ts +181 -0
  516. package/dist/taro/types/api/network/udp.d.ts +218 -0
  517. package/dist/taro/types/api/network/upload.d.ts +201 -0
  518. package/dist/taro/types/api/network/websocket.d.ts +383 -0
  519. package/dist/taro/types/api/open-api/account.d.ts +51 -0
  520. package/dist/taro/types/api/open-api/address.d.ts +68 -0
  521. package/dist/taro/types/api/open-api/authorize.d.ts +80 -0
  522. package/dist/taro/types/api/open-api/card.d.ts +110 -0
  523. package/dist/taro/types/api/open-api/channels.d.ts +225 -0
  524. package/dist/taro/types/api/open-api/customer-service.d.ts +45 -0
  525. package/dist/taro/types/api/open-api/device-voip.d.ts +103 -0
  526. package/dist/taro/types/api/open-api/facial.d.ts +98 -0
  527. package/dist/taro/types/api/open-api/favorites.d.ts +101 -0
  528. package/dist/taro/types/api/open-api/group.d.ts +59 -0
  529. package/dist/taro/types/api/open-api/invoice.d.ts +87 -0
  530. package/dist/taro/types/api/open-api/license-plate.d.ts +27 -0
  531. package/dist/taro/types/api/open-api/login.d.ts +115 -0
  532. package/dist/taro/types/api/open-api/my-miniprogram.d.ts +28 -0
  533. package/dist/taro/types/api/open-api/privacy.d.ts +107 -0
  534. package/dist/taro/types/api/open-api/redpackage.d.ts +24 -0
  535. package/dist/taro/types/api/open-api/settings.d.ts +174 -0
  536. package/dist/taro/types/api/open-api/soter.d.ts +184 -0
  537. package/dist/taro/types/api/open-api/sticker.d.ts +83 -0
  538. package/dist/taro/types/api/open-api/subscribe-message.d.ts +305 -0
  539. package/dist/taro/types/api/open-api/user-info.d.ts +182 -0
  540. package/dist/taro/types/api/open-api/werun.d.ts +101 -0
  541. package/dist/taro/types/api/payment/index.d.ts +119 -0
  542. package/dist/taro/types/api/qq/index.d.ts +354 -0
  543. package/dist/taro/types/api/route/index.d.ts +324 -0
  544. package/dist/taro/types/api/share/index.d.ts +354 -0
  545. package/dist/taro/types/api/skyline/index.d.ts +345 -0
  546. package/dist/taro/types/api/storage/background-fetch.d.ts +131 -0
  547. package/dist/taro/types/api/storage/cache-manager.d.ts +249 -0
  548. package/dist/taro/types/api/storage/index.d.ts +397 -0
  549. package/dist/taro/types/api/swan/bookshelf.d.ts +307 -0
  550. package/dist/taro/types/api/swan/download-package.d.ts +80 -0
  551. package/dist/taro/types/api/swan/index.d.ts +251 -0
  552. package/dist/taro/types/api/swan/pay.d.ts +139 -0
  553. package/dist/taro/types/api/taro.extend.d.ts +233 -0
  554. package/dist/taro/types/api/taro.hooks.d.ts +148 -0
  555. package/dist/taro/types/api/ui/animation.d.ts +427 -0
  556. package/dist/taro/types/api/ui/background.d.ts +69 -0
  557. package/dist/taro/types/api/ui/custom-component.d.ts +23 -0
  558. package/dist/taro/types/api/ui/fonts.d.ts +77 -0
  559. package/dist/taro/types/api/ui/interaction.d.ts +281 -0
  560. package/dist/taro/types/api/ui/menu.d.ts +29 -0
  561. package/dist/taro/types/api/ui/navigation-bar.d.ts +130 -0
  562. package/dist/taro/types/api/ui/pull-down-refresh.d.ts +50 -0
  563. package/dist/taro/types/api/ui/scroll.d.ts +114 -0
  564. package/dist/taro/types/api/ui/sticky.d.ts +32 -0
  565. package/dist/taro/types/api/ui/tab-bar.d.ts +196 -0
  566. package/dist/taro/types/api/ui/window.d.ts +71 -0
  567. package/dist/taro/types/api/worker/index.d.ts +83 -0
  568. package/dist/taro/types/api/wxml/index.d.ts +540 -0
  569. package/dist/taro/types/compile/compiler.d.ts +32 -0
  570. package/dist/taro/types/compile/config/h5.d.ts +134 -0
  571. package/dist/taro/types/compile/config/harmony.d.ts +118 -0
  572. package/dist/taro/types/compile/config/index.d.ts +8 -0
  573. package/dist/taro/types/compile/config/manifest.d.ts +155 -0
  574. package/dist/taro/types/compile/config/mini.d.ts +120 -0
  575. package/dist/taro/types/compile/config/plugin.d.ts +34 -0
  576. package/dist/taro/types/compile/config/project.d.ts +338 -0
  577. package/dist/taro/types/compile/config/rn.d.ts +85 -0
  578. package/dist/taro/types/compile/config/util.d.ts +179 -0
  579. package/dist/taro/types/compile/hooks.d.ts +13 -0
  580. package/dist/taro/types/compile/index.d.ts +11 -0
  581. package/dist/taro/types/compile/viteCompilerContext.d.ts +167 -0
  582. package/dist/taro/types/global.d.ts +428 -0
  583. package/dist/taro/types/index.d.ts +196 -0
  584. package/dist/taro/types/taro.api.d.ts +130 -0
  585. package/dist/taro/types/taro.component.d.ts +168 -0
  586. package/dist/taro/types/taro.config.d.ts +712 -0
  587. package/dist/taro/types/taro.lifecycle.d.ts +220 -0
  588. package/dist/taro/types/taro.runtime.d.ts +9 -0
  589. package/dist/taro-h5/dist/api/ad/index.d.ts +2 -0
  590. package/dist/taro-h5/dist/api/ad/index.js +8 -0
  591. package/dist/taro-h5/dist/api/ad/index.js.map +1 -0
  592. package/dist/taro-h5/dist/api/ai/facial.d.ts +3 -0
  593. package/dist/taro-h5/dist/api/ai/facial.js +9 -0
  594. package/dist/taro-h5/dist/api/ai/facial.js.map +1 -0
  595. package/dist/taro-h5/dist/api/ai/index.d.ts +3 -0
  596. package/dist/taro-h5/dist/api/ai/index.js +4 -0
  597. package/dist/taro-h5/dist/api/ai/index.js.map +1 -0
  598. package/dist/taro-h5/dist/api/ai/inference.d.ts +2 -0
  599. package/dist/taro-h5/dist/api/ai/inference.js +8 -0
  600. package/dist/taro-h5/dist/api/ai/inference.js.map +1 -0
  601. package/dist/taro-h5/dist/api/ai/visual.d.ts +2 -0
  602. package/dist/taro-h5/dist/api/ai/visual.js +9 -0
  603. package/dist/taro-h5/dist/api/ai/visual.js.map +1 -0
  604. package/dist/taro-h5/dist/api/alipay/index.d.ts +2 -0
  605. package/dist/taro-h5/dist/api/alipay/index.js +8 -0
  606. package/dist/taro-h5/dist/api/alipay/index.js.map +1 -0
  607. package/dist/taro-h5/dist/api/base/crypto.d.ts +1 -0
  608. package/dist/taro-h5/dist/api/base/crypto.js +7 -0
  609. package/dist/taro-h5/dist/api/base/crypto.js.map +1 -0
  610. package/dist/taro-h5/dist/api/base/debug.d.ts +3 -0
  611. package/dist/taro-h5/dist/api/base/debug.js +8 -0
  612. package/dist/taro-h5/dist/api/base/debug.js.map +1 -0
  613. package/dist/taro-h5/dist/api/base/index.d.ts +15 -0
  614. package/dist/taro-h5/dist/api/base/index.js +26 -0
  615. package/dist/taro-h5/dist/api/base/index.js.map +1 -0
  616. package/dist/taro-h5/dist/api/base/performance.d.ts +5 -0
  617. package/dist/taro-h5/dist/api/base/performance.js +11 -0
  618. package/dist/taro-h5/dist/api/base/performance.js.map +1 -0
  619. package/dist/taro-h5/dist/api/base/system.d.ts +25 -0
  620. package/dist/taro-h5/dist/api/base/system.js +194 -0
  621. package/dist/taro-h5/dist/api/base/system.js.map +1 -0
  622. package/dist/taro-h5/dist/api/base/update.d.ts +2 -0
  623. package/dist/taro-h5/dist/api/base/update.js +8 -0
  624. package/dist/taro-h5/dist/api/base/update.js.map +1 -0
  625. package/dist/taro-h5/dist/api/base/weapp/app-event.d.ts +20 -0
  626. package/dist/taro-h5/dist/api/base/weapp/app-event.js +143 -0
  627. package/dist/taro-h5/dist/api/base/weapp/app-event.js.map +1 -0
  628. package/dist/taro-h5/dist/api/base/weapp/life-cycle.d.ts +4 -0
  629. package/dist/taro-h5/dist/api/base/weapp/life-cycle.js +19 -0
  630. package/dist/taro-h5/dist/api/base/weapp/life-cycle.js.map +1 -0
  631. package/dist/taro-h5/dist/api/canvas/CanvasContext.d.ts +106 -0
  632. package/dist/taro-h5/dist/api/canvas/CanvasContext.js +219 -0
  633. package/dist/taro-h5/dist/api/canvas/CanvasContext.js.map +1 -0
  634. package/dist/taro-h5/dist/api/canvas/canvasGetImageData.d.ts +6 -0
  635. package/dist/taro-h5/dist/api/canvas/canvasGetImageData.js +29 -0
  636. package/dist/taro-h5/dist/api/canvas/canvasGetImageData.js.map +1 -0
  637. package/dist/taro-h5/dist/api/canvas/canvasPutImageData.d.ts +7 -0
  638. package/dist/taro-h5/dist/api/canvas/canvasPutImageData.js +26 -0
  639. package/dist/taro-h5/dist/api/canvas/canvasPutImageData.js.map +1 -0
  640. package/dist/taro-h5/dist/api/canvas/canvasToTempFilePath.d.ts +7 -0
  641. package/dist/taro-h5/dist/api/canvas/canvasToTempFilePath.js +26 -0
  642. package/dist/taro-h5/dist/api/canvas/canvasToTempFilePath.js.map +1 -0
  643. package/dist/taro-h5/dist/api/canvas/createCanvasContext.d.ts +6 -0
  644. package/dist/taro-h5/dist/api/canvas/createCanvasContext.js +20 -0
  645. package/dist/taro-h5/dist/api/canvas/createCanvasContext.js.map +1 -0
  646. package/dist/taro-h5/dist/api/canvas/index.d.ts +10 -0
  647. package/dist/taro-h5/dist/api/canvas/index.js +12 -0
  648. package/dist/taro-h5/dist/api/canvas/index.js.map +1 -0
  649. package/dist/taro-h5/dist/api/cloud/index.d.ts +14 -0
  650. package/dist/taro-h5/dist/api/cloud/index.js +25 -0
  651. package/dist/taro-h5/dist/api/cloud/index.js.map +1 -0
  652. package/dist/taro-h5/dist/api/data-analysis/index.d.ts +4 -0
  653. package/dist/taro-h5/dist/api/data-analysis/index.js +9 -0
  654. package/dist/taro-h5/dist/api/data-analysis/index.js.map +1 -0
  655. package/dist/taro-h5/dist/api/device/accelerometer.d.ts +18 -0
  656. package/dist/taro-h5/dist/api/device/accelerometer.js +79 -0
  657. package/dist/taro-h5/dist/api/device/accelerometer.js.map +1 -0
  658. package/dist/taro-h5/dist/api/device/accessibility.d.ts +1 -0
  659. package/dist/taro-h5/dist/api/device/accessibility.js +7 -0
  660. package/dist/taro-h5/dist/api/device/accessibility.js.map +1 -0
  661. package/dist/taro-h5/dist/api/device/battery.d.ts +4 -0
  662. package/dist/taro-h5/dist/api/device/battery.js +27 -0
  663. package/dist/taro-h5/dist/api/device/battery.js.map +1 -0
  664. package/dist/taro-h5/dist/api/device/bluetooth-ble.d.ts +16 -0
  665. package/dist/taro-h5/dist/api/device/bluetooth-ble.js +22 -0
  666. package/dist/taro-h5/dist/api/device/bluetooth-ble.js.map +1 -0
  667. package/dist/taro-h5/dist/api/device/bluetooth-peripheral.d.ts +3 -0
  668. package/dist/taro-h5/dist/api/device/bluetooth-peripheral.js +9 -0
  669. package/dist/taro-h5/dist/api/device/bluetooth-peripheral.js.map +1 -0
  670. package/dist/taro-h5/dist/api/device/bluetooth.d.ts +13 -0
  671. package/dist/taro-h5/dist/api/device/bluetooth.js +19 -0
  672. package/dist/taro-h5/dist/api/device/bluetooth.js.map +1 -0
  673. package/dist/taro-h5/dist/api/device/calendar.d.ts +4 -0
  674. package/dist/taro-h5/dist/api/device/calendar.js +147 -0
  675. package/dist/taro-h5/dist/api/device/calendar.js.map +1 -0
  676. package/dist/taro-h5/dist/api/device/clipboard.d.ts +16 -0
  677. package/dist/taro-h5/dist/api/device/clipboard.js +77 -0
  678. package/dist/taro-h5/dist/api/device/clipboard.js.map +1 -0
  679. package/dist/taro-h5/dist/api/device/compass.d.ts +18 -0
  680. package/dist/taro-h5/dist/api/device/compass.js +82 -0
  681. package/dist/taro-h5/dist/api/device/compass.js.map +1 -0
  682. package/dist/taro-h5/dist/api/device/contact.d.ts +2 -0
  683. package/dist/taro-h5/dist/api/device/contact.js +8 -0
  684. package/dist/taro-h5/dist/api/device/contact.js.map +1 -0
  685. package/dist/taro-h5/dist/api/device/crypto.d.ts +1 -0
  686. package/dist/taro-h5/dist/api/device/crypto.js +7 -0
  687. package/dist/taro-h5/dist/api/device/crypto.js.map +1 -0
  688. package/dist/taro-h5/dist/api/device/gyroscope.d.ts +4 -0
  689. package/dist/taro-h5/dist/api/device/gyroscope.js +10 -0
  690. package/dist/taro-h5/dist/api/device/gyroscope.js.map +1 -0
  691. package/dist/taro-h5/dist/api/device/iBeacon.d.ts +7 -0
  692. package/dist/taro-h5/dist/api/device/iBeacon.js +13 -0
  693. package/dist/taro-h5/dist/api/device/iBeacon.js.map +1 -0
  694. package/dist/taro-h5/dist/api/device/index.d.ts +24 -0
  695. package/dist/taro-h5/dist/api/device/index.js +25 -0
  696. package/dist/taro-h5/dist/api/device/index.js.map +1 -0
  697. package/dist/taro-h5/dist/api/device/keyboard.d.ts +4 -0
  698. package/dist/taro-h5/dist/api/device/keyboard.js +10 -0
  699. package/dist/taro-h5/dist/api/device/keyboard.js.map +1 -0
  700. package/dist/taro-h5/dist/api/device/memory.d.ts +2 -0
  701. package/dist/taro-h5/dist/api/device/memory.js +8 -0
  702. package/dist/taro-h5/dist/api/device/memory.js.map +1 -0
  703. package/dist/taro-h5/dist/api/device/motion.d.ts +18 -0
  704. package/dist/taro-h5/dist/api/device/motion.js +76 -0
  705. package/dist/taro-h5/dist/api/device/motion.js.map +1 -0
  706. package/dist/taro-h5/dist/api/device/network.d.ts +15 -0
  707. package/dist/taro-h5/dist/api/device/network.js +83 -0
  708. package/dist/taro-h5/dist/api/device/network.js.map +1 -0
  709. package/dist/taro-h5/dist/api/device/nfc.d.ts +7 -0
  710. package/dist/taro-h5/dist/api/device/nfc.js +13 -0
  711. package/dist/taro-h5/dist/api/device/nfc.js.map +1 -0
  712. package/dist/taro-h5/dist/api/device/phone.d.ts +3 -0
  713. package/dist/taro-h5/dist/api/device/phone.js +28 -0
  714. package/dist/taro-h5/dist/api/device/phone.js.map +1 -0
  715. package/dist/taro-h5/dist/api/device/scan.d.ts +3 -0
  716. package/dist/taro-h5/dist/api/device/scan.js +14 -0
  717. package/dist/taro-h5/dist/api/device/scan.js.map +1 -0
  718. package/dist/taro-h5/dist/api/device/screen.d.ts +9 -0
  719. package/dist/taro-h5/dist/api/device/screen.js +15 -0
  720. package/dist/taro-h5/dist/api/device/screen.js.map +1 -0
  721. package/dist/taro-h5/dist/api/device/sms.d.ts +1 -0
  722. package/dist/taro-h5/dist/api/device/sms.js +7 -0
  723. package/dist/taro-h5/dist/api/device/sms.js.map +1 -0
  724. package/dist/taro-h5/dist/api/device/vibrate.d.ts +10 -0
  725. package/dist/taro-h5/dist/api/device/vibrate.js +44 -0
  726. package/dist/taro-h5/dist/api/device/vibrate.js.map +1 -0
  727. package/dist/taro-h5/dist/api/device/wifi.d.ts +12 -0
  728. package/dist/taro-h5/dist/api/device/wifi.js +18 -0
  729. package/dist/taro-h5/dist/api/device/wifi.js.map +1 -0
  730. package/dist/taro-h5/dist/api/ext/index.d.ts +2 -0
  731. package/dist/taro-h5/dist/api/ext/index.js +8 -0
  732. package/dist/taro-h5/dist/api/ext/index.js.map +1 -0
  733. package/dist/taro-h5/dist/api/files/index.d.ts +8 -0
  734. package/dist/taro-h5/dist/api/files/index.js +14 -0
  735. package/dist/taro-h5/dist/api/files/index.js.map +1 -0
  736. package/dist/taro-h5/dist/api/framework/index.d.ts +5 -0
  737. package/dist/taro-h5/dist/api/framework/index.js +11 -0
  738. package/dist/taro-h5/dist/api/framework/index.js.map +1 -0
  739. package/dist/taro-h5/dist/api/index.d.ts +25 -0
  740. package/dist/taro-h5/dist/api/index.js +133 -0
  741. package/dist/taro-h5/dist/api/index.js.map +1 -0
  742. package/dist/taro-h5/dist/api/location/chooseLocation.d.ts +7 -0
  743. package/dist/taro-h5/dist/api/location/chooseLocation.js +105 -0
  744. package/dist/taro-h5/dist/api/location/chooseLocation.js.map +1 -0
  745. package/dist/taro-h5/dist/api/location/getLocation.d.ts +3 -0
  746. package/dist/taro-h5/dist/api/location/getLocation.js +68 -0
  747. package/dist/taro-h5/dist/api/location/getLocation.js.map +1 -0
  748. package/dist/taro-h5/dist/api/location/index.d.ts +9 -0
  749. package/dist/taro-h5/dist/api/location/index.js +15 -0
  750. package/dist/taro-h5/dist/api/location/index.js.map +1 -0
  751. package/dist/taro-h5/dist/api/location/locationChange.d.ts +6 -0
  752. package/dist/taro-h5/dist/api/location/locationChange.js +130 -0
  753. package/dist/taro-h5/dist/api/location/locationChange.js.map +1 -0
  754. package/dist/taro-h5/dist/api/location/style.scss.js +8 -0
  755. package/dist/taro-h5/dist/api/location/style.scss.js.map +1 -0
  756. package/dist/taro-h5/dist/api/location/utils.d.ts +1 -0
  757. package/dist/taro-h5/dist/api/location/utils.js +4 -0
  758. package/dist/taro-h5/dist/api/location/utils.js.map +1 -0
  759. package/dist/taro-h5/dist/api/media/EditorContext.d.ts +17 -0
  760. package/dist/taro-h5/dist/api/media/audio/InnerAudioContext.d.ts +61 -0
  761. package/dist/taro-h5/dist/api/media/audio/InnerAudioContext.js +101 -0
  762. package/dist/taro-h5/dist/api/media/audio/InnerAudioContext.js.map +1 -0
  763. package/dist/taro-h5/dist/api/media/audio/index.d.ts +14 -0
  764. package/dist/taro-h5/dist/api/media/audio/index.js +19 -0
  765. package/dist/taro-h5/dist/api/media/audio/index.js.map +1 -0
  766. package/dist/taro-h5/dist/api/media/background-audio/BackgroundAudioManager.d.ts +64 -0
  767. package/dist/taro-h5/dist/api/media/background-audio/BackgroundAudioManager.js +101 -0
  768. package/dist/taro-h5/dist/api/media/background-audio/BackgroundAudioManager.js.map +1 -0
  769. package/dist/taro-h5/dist/api/media/background-audio/index.d.ts +13 -0
  770. package/dist/taro-h5/dist/api/media/background-audio/index.js +24 -0
  771. package/dist/taro-h5/dist/api/media/background-audio/index.js.map +1 -0
  772. package/dist/taro-h5/dist/api/media/camera.d.ts +1 -0
  773. package/dist/taro-h5/dist/api/media/camera.js +7 -0
  774. package/dist/taro-h5/dist/api/media/camera.js.map +1 -0
  775. package/dist/taro-h5/dist/api/media/image/chooseImage.d.ts +7 -0
  776. package/dist/taro-h5/dist/api/media/image/chooseImage.js +46 -0
  777. package/dist/taro-h5/dist/api/media/image/chooseImage.js.map +1 -0
  778. package/dist/taro-h5/dist/api/media/image/getImageInfo.d.ts +6 -0
  779. package/dist/taro-h5/dist/api/media/image/getImageInfo.js +50 -0
  780. package/dist/taro-h5/dist/api/media/image/getImageInfo.js.map +1 -0
  781. package/dist/taro-h5/dist/api/media/image/index.d.ts +11 -0
  782. package/dist/taro-h5/dist/api/media/image/index.js +14 -0
  783. package/dist/taro-h5/dist/api/media/image/index.js.map +1 -0
  784. package/dist/taro-h5/dist/api/media/image/previewImage.d.ts +9 -0
  785. package/dist/taro-h5/dist/api/media/image/previewImage.js +85 -0
  786. package/dist/taro-h5/dist/api/media/image/previewImage.js.map +1 -0
  787. package/dist/taro-h5/dist/api/media/image/saveImageToPhotosAlbum.d.ts +3 -0
  788. package/dist/taro-h5/dist/api/media/image/saveImageToPhotosAlbum.js +30 -0
  789. package/dist/taro-h5/dist/api/media/image/saveImageToPhotosAlbum.js.map +1 -0
  790. package/dist/taro-h5/dist/api/media/index.d.ts +12 -0
  791. package/dist/taro-h5/dist/api/media/index.js +13 -0
  792. package/dist/taro-h5/dist/api/media/index.js.map +1 -0
  793. package/dist/taro-h5/dist/api/media/live.d.ts +2 -0
  794. package/dist/taro-h5/dist/api/media/live.js +8 -0
  795. package/dist/taro-h5/dist/api/media/live.js.map +1 -0
  796. package/dist/taro-h5/dist/api/media/map.d.ts +1 -0
  797. package/dist/taro-h5/dist/api/media/map.js +7 -0
  798. package/dist/taro-h5/dist/api/media/map.js.map +1 -0
  799. package/dist/taro-h5/dist/api/media/media-recorder.d.ts +1 -0
  800. package/dist/taro-h5/dist/api/media/media-recorder.js +7 -0
  801. package/dist/taro-h5/dist/api/media/media-recorder.js.map +1 -0
  802. package/dist/taro-h5/dist/api/media/recorder.d.ts +3 -0
  803. package/dist/taro-h5/dist/api/media/recorder.js +9 -0
  804. package/dist/taro-h5/dist/api/media/recorder.js.map +1 -0
  805. package/dist/taro-h5/dist/api/media/video/chooseMedia.d.ts +6 -0
  806. package/dist/taro-h5/dist/api/media/video/chooseMedia.js +210 -0
  807. package/dist/taro-h5/dist/api/media/video/chooseMedia.js.map +1 -0
  808. package/dist/taro-h5/dist/api/media/video/chooseVideo.d.ts +7 -0
  809. package/dist/taro-h5/dist/api/media/video/chooseVideo.js +44 -0
  810. package/dist/taro-h5/dist/api/media/video/chooseVideo.js.map +1 -0
  811. package/dist/taro-h5/dist/api/media/video/getVideoInfo.d.ts +4 -0
  812. package/dist/taro-h5/dist/api/media/video/getVideoInfo.js +63 -0
  813. package/dist/taro-h5/dist/api/media/video/getVideoInfo.js.map +1 -0
  814. package/dist/taro-h5/dist/api/media/video/index.d.ts +12 -0
  815. package/dist/taro-h5/dist/api/media/video/index.js +19 -0
  816. package/dist/taro-h5/dist/api/media/video/index.js.map +1 -0
  817. package/dist/taro-h5/dist/api/media/video/saveVideoToPhotosAlbum.d.ts +3 -0
  818. package/dist/taro-h5/dist/api/media/video/saveVideoToPhotosAlbum.js +30 -0
  819. package/dist/taro-h5/dist/api/media/video/saveVideoToPhotosAlbum.js.map +1 -0
  820. package/dist/taro-h5/dist/api/media/video-decoder.d.ts +1 -0
  821. package/dist/taro-h5/dist/api/media/video-decoder.js +7 -0
  822. package/dist/taro-h5/dist/api/media/video-decoder.js.map +1 -0
  823. package/dist/taro-h5/dist/api/media/video-processing.d.ts +1 -0
  824. package/dist/taro-h5/dist/api/media/video-processing.js +7 -0
  825. package/dist/taro-h5/dist/api/media/video-processing.js.map +1 -0
  826. package/dist/taro-h5/dist/api/media/voip.d.ts +16 -0
  827. package/dist/taro-h5/dist/api/media/voip.js +22 -0
  828. package/dist/taro-h5/dist/api/media/voip.js.map +1 -0
  829. package/dist/taro-h5/dist/api/navigate/index.d.ts +5 -0
  830. package/dist/taro-h5/dist/api/navigate/index.js +11 -0
  831. package/dist/taro-h5/dist/api/navigate/index.js.map +1 -0
  832. package/dist/taro-h5/dist/api/network/download.d.ts +7 -0
  833. package/dist/taro-h5/dist/api/network/download.js +138 -0
  834. package/dist/taro-h5/dist/api/network/download.js.map +1 -0
  835. package/dist/taro-h5/dist/api/network/index.d.ts +7 -0
  836. package/dist/taro-h5/dist/api/network/index.js +8 -0
  837. package/dist/taro-h5/dist/api/network/index.js.map +1 -0
  838. package/dist/taro-h5/dist/api/network/mdns.d.ts +10 -0
  839. package/dist/taro-h5/dist/api/network/mdns.js +16 -0
  840. package/dist/taro-h5/dist/api/network/mdns.js.map +1 -0
  841. package/dist/taro-h5/dist/api/network/request/index.d.ts +7 -0
  842. package/dist/taro-h5/dist/api/network/request/index.js +179 -0
  843. package/dist/taro-h5/dist/api/network/request/index.js.map +1 -0
  844. package/dist/taro-h5/dist/api/network/tcp.d.ts +1 -0
  845. package/dist/taro-h5/dist/api/network/tcp.js +7 -0
  846. package/dist/taro-h5/dist/api/network/tcp.js.map +1 -0
  847. package/dist/taro-h5/dist/api/network/udp.d.ts +1 -0
  848. package/dist/taro-h5/dist/api/network/udp.js +7 -0
  849. package/dist/taro-h5/dist/api/network/udp.js.map +1 -0
  850. package/dist/taro-h5/dist/api/network/upload.d.ts +6 -0
  851. package/dist/taro-h5/dist/api/network/upload.js +159 -0
  852. package/dist/taro-h5/dist/api/network/upload.js.map +1 -0
  853. package/dist/taro-h5/dist/api/network/utils.d.ts +44 -0
  854. package/dist/taro-h5/dist/api/network/utils.js +69 -0
  855. package/dist/taro-h5/dist/api/network/utils.js.map +1 -0
  856. package/dist/taro-h5/dist/api/network/websocket/index.d.ts +9 -0
  857. package/dist/taro-h5/dist/api/network/websocket/index.js +74 -0
  858. package/dist/taro-h5/dist/api/network/websocket/index.js.map +1 -0
  859. package/dist/taro-h5/dist/api/network/websocket/socketTask.d.ts +26 -0
  860. package/dist/taro-h5/dist/api/network/websocket/socketTask.js +68 -0
  861. package/dist/taro-h5/dist/api/network/websocket/socketTask.js.map +1 -0
  862. package/dist/taro-h5/dist/api/open-api/account.d.ts +1 -0
  863. package/dist/taro-h5/dist/api/open-api/account.js +7 -0
  864. package/dist/taro-h5/dist/api/open-api/account.js.map +1 -0
  865. package/dist/taro-h5/dist/api/open-api/address.d.ts +1 -0
  866. package/dist/taro-h5/dist/api/open-api/address.js +7 -0
  867. package/dist/taro-h5/dist/api/open-api/address.js.map +1 -0
  868. package/dist/taro-h5/dist/api/open-api/authorize.d.ts +2 -0
  869. package/dist/taro-h5/dist/api/open-api/authorize.js +8 -0
  870. package/dist/taro-h5/dist/api/open-api/authorize.js.map +1 -0
  871. package/dist/taro-h5/dist/api/open-api/card.d.ts +2 -0
  872. package/dist/taro-h5/dist/api/open-api/card.js +8 -0
  873. package/dist/taro-h5/dist/api/open-api/card.js.map +1 -0
  874. package/dist/taro-h5/dist/api/open-api/channels-live.d.ts +8 -0
  875. package/dist/taro-h5/dist/api/open-api/channels-live.js +14 -0
  876. package/dist/taro-h5/dist/api/open-api/channels-live.js.map +1 -0
  877. package/dist/taro-h5/dist/api/open-api/customer-service.d.ts +1 -0
  878. package/dist/taro-h5/dist/api/open-api/customer-service.js +7 -0
  879. package/dist/taro-h5/dist/api/open-api/customer-service.js.map +1 -0
  880. package/dist/taro-h5/dist/api/open-api/device-voip.d.ts +2 -0
  881. package/dist/taro-h5/dist/api/open-api/device-voip.js +8 -0
  882. package/dist/taro-h5/dist/api/open-api/device-voip.js.map +1 -0
  883. package/dist/taro-h5/dist/api/open-api/facial.d.ts +4 -0
  884. package/dist/taro-h5/dist/api/open-api/facial.js +10 -0
  885. package/dist/taro-h5/dist/api/open-api/facial.js.map +1 -0
  886. package/dist/taro-h5/dist/api/open-api/favorites.d.ts +2 -0
  887. package/dist/taro-h5/dist/api/open-api/favorites.js +8 -0
  888. package/dist/taro-h5/dist/api/open-api/favorites.js.map +1 -0
  889. package/dist/taro-h5/dist/api/open-api/group.d.ts +1 -0
  890. package/dist/taro-h5/dist/api/open-api/group.js +7 -0
  891. package/dist/taro-h5/dist/api/open-api/group.js.map +1 -0
  892. package/dist/taro-h5/dist/api/open-api/index.d.ts +21 -0
  893. package/dist/taro-h5/dist/api/open-api/index.js +22 -0
  894. package/dist/taro-h5/dist/api/open-api/index.js.map +1 -0
  895. package/dist/taro-h5/dist/api/open-api/invoice.d.ts +2 -0
  896. package/dist/taro-h5/dist/api/open-api/invoice.js +8 -0
  897. package/dist/taro-h5/dist/api/open-api/invoice.js.map +1 -0
  898. package/dist/taro-h5/dist/api/open-api/license-plate.d.ts +1 -0
  899. package/dist/taro-h5/dist/api/open-api/license-plate.js +7 -0
  900. package/dist/taro-h5/dist/api/open-api/license-plate.js.map +1 -0
  901. package/dist/taro-h5/dist/api/open-api/login.d.ts +3 -0
  902. package/dist/taro-h5/dist/api/open-api/login.js +9 -0
  903. package/dist/taro-h5/dist/api/open-api/login.js.map +1 -0
  904. package/dist/taro-h5/dist/api/open-api/my-miniprogram.d.ts +1 -0
  905. package/dist/taro-h5/dist/api/open-api/my-miniprogram.js +7 -0
  906. package/dist/taro-h5/dist/api/open-api/my-miniprogram.js.map +1 -0
  907. package/dist/taro-h5/dist/api/open-api/privacy.d.ts +4 -0
  908. package/dist/taro-h5/dist/api/open-api/privacy.js +10 -0
  909. package/dist/taro-h5/dist/api/open-api/privacy.js.map +1 -0
  910. package/dist/taro-h5/dist/api/open-api/red-package.d.ts +1 -0
  911. package/dist/taro-h5/dist/api/open-api/red-package.js +7 -0
  912. package/dist/taro-h5/dist/api/open-api/red-package.js.map +1 -0
  913. package/dist/taro-h5/dist/api/open-api/settings.d.ts +2 -0
  914. package/dist/taro-h5/dist/api/open-api/settings.js +8 -0
  915. package/dist/taro-h5/dist/api/open-api/settings.js.map +1 -0
  916. package/dist/taro-h5/dist/api/open-api/soter.d.ts +3 -0
  917. package/dist/taro-h5/dist/api/open-api/soter.js +9 -0
  918. package/dist/taro-h5/dist/api/open-api/soter.js.map +1 -0
  919. package/dist/taro-h5/dist/api/open-api/subscribe-message.d.ts +2 -0
  920. package/dist/taro-h5/dist/api/open-api/subscribe-message.js +9 -0
  921. package/dist/taro-h5/dist/api/open-api/subscribe-message.js.map +1 -0
  922. package/dist/taro-h5/dist/api/open-api/user-info.d.ts +2 -0
  923. package/dist/taro-h5/dist/api/open-api/user-info.js +8 -0
  924. package/dist/taro-h5/dist/api/open-api/user-info.js.map +1 -0
  925. package/dist/taro-h5/dist/api/open-api/werun.d.ts +2 -0
  926. package/dist/taro-h5/dist/api/open-api/werun.js +8 -0
  927. package/dist/taro-h5/dist/api/open-api/werun.js.map +1 -0
  928. package/dist/taro-h5/dist/api/payment/index.d.ts +3 -0
  929. package/dist/taro-h5/dist/api/payment/index.js +9 -0
  930. package/dist/taro-h5/dist/api/payment/index.js.map +1 -0
  931. package/dist/taro-h5/dist/api/qq/index.d.ts +9 -0
  932. package/dist/taro-h5/dist/api/qq/index.js +15 -0
  933. package/dist/taro-h5/dist/api/qq/index.js.map +1 -0
  934. package/dist/taro-h5/dist/api/route/index.d.ts +7 -0
  935. package/dist/taro-h5/dist/api/route/index.js +12 -0
  936. package/dist/taro-h5/dist/api/route/index.js.map +1 -0
  937. package/dist/taro-h5/dist/api/share/index.d.ts +20 -0
  938. package/dist/taro-h5/dist/api/share/index.js +26 -0
  939. package/dist/taro-h5/dist/api/share/index.js.map +1 -0
  940. package/dist/taro-h5/dist/api/storage/background-fetch.d.ts +4 -0
  941. package/dist/taro-h5/dist/api/storage/background-fetch.js +10 -0
  942. package/dist/taro-h5/dist/api/storage/background-fetch.js.map +1 -0
  943. package/dist/taro-h5/dist/api/storage/cache-manager.d.ts +1 -0
  944. package/dist/taro-h5/dist/api/storage/cache-manager.js +7 -0
  945. package/dist/taro-h5/dist/api/storage/cache-manager.js.map +1 -0
  946. package/dist/taro-h5/dist/api/storage/index.d.ts +20 -0
  947. package/dist/taro-h5/dist/api/storage/index.js +166 -0
  948. package/dist/taro-h5/dist/api/storage/index.js.map +1 -0
  949. package/dist/taro-h5/dist/api/swan/index.d.ts +21 -0
  950. package/dist/taro-h5/dist/api/swan/index.js +30 -0
  951. package/dist/taro-h5/dist/api/swan/index.js.map +1 -0
  952. package/dist/taro-h5/dist/api/taro.d.ts +25 -0
  953. package/dist/taro-h5/dist/api/taro.js +114 -0
  954. package/dist/taro-h5/dist/api/taro.js.map +1 -0
  955. package/dist/taro-h5/dist/api/ui/animation/index.d.ts +3 -0
  956. package/dist/taro-h5/dist/api/ui/animation/index.js +321 -0
  957. package/dist/taro-h5/dist/api/ui/animation/index.js.map +1 -0
  958. package/dist/taro-h5/dist/api/ui/animation/worklet.d.ts +2 -0
  959. package/dist/taro-h5/dist/api/ui/animation/worklet.js +24 -0
  960. package/dist/taro-h5/dist/api/ui/animation/worklet.js.map +1 -0
  961. package/dist/taro-h5/dist/api/ui/background.d.ts +2 -0
  962. package/dist/taro-h5/dist/api/ui/background.js +8 -0
  963. package/dist/taro-h5/dist/api/ui/background.js.map +1 -0
  964. package/dist/taro-h5/dist/api/ui/custom-component.d.ts +1 -0
  965. package/dist/taro-h5/dist/api/ui/custom-component.js +7 -0
  966. package/dist/taro-h5/dist/api/ui/custom-component.js.map +1 -0
  967. package/dist/taro-h5/dist/api/ui/fonts.d.ts +3 -0
  968. package/dist/taro-h5/dist/api/ui/fonts.js +57 -0
  969. package/dist/taro-h5/dist/api/ui/fonts.js.map +1 -0
  970. package/dist/taro-h5/dist/api/ui/index.d.ts +13 -0
  971. package/dist/taro-h5/dist/api/ui/index.js +14 -0
  972. package/dist/taro-h5/dist/api/ui/index.js.map +1 -0
  973. package/dist/taro-h5/dist/api/ui/interaction/actionSheet.d.ts +74 -0
  974. package/dist/taro-h5/dist/api/ui/interaction/actionSheet.js +212 -0
  975. package/dist/taro-h5/dist/api/ui/interaction/actionSheet.js.map +1 -0
  976. package/dist/taro-h5/dist/api/ui/interaction/index.d.ts +11 -0
  977. package/dist/taro-h5/dist/api/ui/interaction/index.js +279 -0
  978. package/dist/taro-h5/dist/api/ui/interaction/index.js.map +1 -0
  979. package/dist/taro-h5/dist/api/ui/interaction/modal.d.ts +72 -0
  980. package/dist/taro-h5/dist/api/ui/interaction/modal.js +207 -0
  981. package/dist/taro-h5/dist/api/ui/interaction/modal.js.map +1 -0
  982. package/dist/taro-h5/dist/api/ui/interaction/toast.d.ts +86 -0
  983. package/dist/taro-h5/dist/api/ui/interaction/toast.js +185 -0
  984. package/dist/taro-h5/dist/api/ui/interaction/toast.js.map +1 -0
  985. package/dist/taro-h5/dist/api/ui/menu.d.ts +1 -0
  986. package/dist/taro-h5/dist/api/ui/menu.js +7 -0
  987. package/dist/taro-h5/dist/api/ui/menu.js.map +1 -0
  988. package/dist/taro-h5/dist/api/ui/navigation-bar/index.d.ts +16 -0
  989. package/dist/taro-h5/dist/api/ui/navigation-bar/index.js +62 -0
  990. package/dist/taro-h5/dist/api/ui/navigation-bar/index.js.map +1 -0
  991. package/dist/taro-h5/dist/api/ui/pull-down-refresh.d.ts +10 -0
  992. package/dist/taro-h5/dist/api/ui/pull-down-refresh.js +30 -0
  993. package/dist/taro-h5/dist/api/ui/pull-down-refresh.js.map +1 -0
  994. package/dist/taro-h5/dist/api/ui/scroll/index.d.ts +6 -0
  995. package/dist/taro-h5/dist/api/ui/scroll/index.js +89 -0
  996. package/dist/taro-h5/dist/api/ui/scroll/index.js.map +1 -0
  997. package/dist/taro-h5/dist/api/ui/sticky.d.ts +1 -0
  998. package/dist/taro-h5/dist/api/ui/sticky.js +7 -0
  999. package/dist/taro-h5/dist/api/ui/sticky.js.map +1 -0
  1000. package/dist/taro-h5/dist/api/ui/tab-bar.d.ts +35 -0
  1001. package/dist/taro-h5/dist/api/ui/tab-bar.js +287 -0
  1002. package/dist/taro-h5/dist/api/ui/tab-bar.js.map +1 -0
  1003. package/dist/taro-h5/dist/api/ui/window.d.ts +15 -0
  1004. package/dist/taro-h5/dist/api/ui/window.js +36 -0
  1005. package/dist/taro-h5/dist/api/ui/window.js.map +1 -0
  1006. package/dist/taro-h5/dist/api/worker/index.d.ts +1 -0
  1007. package/dist/taro-h5/dist/api/worker/index.js +7 -0
  1008. package/dist/taro-h5/dist/api/worker/index.js.map +1 -0
  1009. package/dist/taro-h5/dist/api/wxml/IntersectionObserver.d.ts +21 -0
  1010. package/dist/taro-h5/dist/api/wxml/IntersectionObserver.js +113 -0
  1011. package/dist/taro-h5/dist/api/wxml/IntersectionObserver.js.map +1 -0
  1012. package/dist/taro-h5/dist/api/wxml/MediaQueryObserver.d.ts +8 -0
  1013. package/dist/taro-h5/dist/api/wxml/MediaQueryObserver.js +55 -0
  1014. package/dist/taro-h5/dist/api/wxml/MediaQueryObserver.js.map +1 -0
  1015. package/dist/taro-h5/dist/api/wxml/index.d.ts +7 -0
  1016. package/dist/taro-h5/dist/api/wxml/index.js +17 -0
  1017. package/dist/taro-h5/dist/api/wxml/index.js.map +1 -0
  1018. package/dist/taro-h5/dist/api/wxml/nodesRef.d.ts +15 -0
  1019. package/dist/taro-h5/dist/api/wxml/nodesRef.js +48 -0
  1020. package/dist/taro-h5/dist/api/wxml/nodesRef.js.map +1 -0
  1021. package/dist/taro-h5/dist/api/wxml/selectorQuery.d.ts +25 -0
  1022. package/dist/taro-h5/dist/api/wxml/selectorQuery.js +214 -0
  1023. package/dist/taro-h5/dist/api/wxml/selectorQuery.js.map +1 -0
  1024. package/dist/taro-h5/dist/node_modules/.pnpm/style-inject@0.3.0/node_modules/style-inject/dist/style-inject.es.js +29 -0
  1025. package/dist/taro-h5/dist/node_modules/.pnpm/style-inject@0.3.0/node_modules/style-inject/dist/style-inject.es.js.map +1 -0
  1026. package/dist/taro-h5/dist/utils/animation.d.ts +6 -0
  1027. package/dist/taro-h5/dist/utils/animation.js +17 -0
  1028. package/dist/taro-h5/dist/utils/animation.js.map +1 -0
  1029. package/dist/taro-h5/dist/utils/handler.d.ts +42 -0
  1030. package/dist/taro-h5/dist/utils/handler.js +86 -0
  1031. package/dist/taro-h5/dist/utils/handler.js.map +1 -0
  1032. package/dist/taro-h5/dist/utils/helper.d.ts +1 -0
  1033. package/dist/taro-h5/dist/utils/helper.js +11 -0
  1034. package/dist/taro-h5/dist/utils/helper.js.map +1 -0
  1035. package/dist/taro-h5/dist/utils/index.d.ts +40 -0
  1036. package/dist/taro-h5/dist/utils/index.js +181 -0
  1037. package/dist/taro-h5/dist/utils/index.js.map +1 -0
  1038. package/dist/taro-h5/dist/utils/valid.d.ts +1 -0
  1039. package/dist/taro-h5/dist/utils/valid.js +7 -0
  1040. package/dist/taro-h5/dist/utils/valid.js.map +1 -0
  1041. package/dist/taro-h5/types/api.d.ts +4 -0
  1042. package/dist/taro-h5/types/component.d.ts +6 -0
  1043. package/dist/taro-h5/types/define.d.ts +2 -0
  1044. package/dist/taro-h5/types/global.d.ts +1 -0
  1045. package/dist/taro-h5/types/index.d.ts +33 -0
  1046. package/dist/taro-h5/types/overlay.d.ts +9 -0
  1047. package/package.json +143 -8
  1048. package/dist/index.cjs.d.ts +0 -921
  1049. package/dist/index.cjs.js +0 -5406
  1050. package/dist/index.cjs.js.map +0 -1
  1051. /package/dist/{bom → runtime/bom}/URL.d.ts +0 -0
  1052. /package/dist/{bom → runtime/bom}/URL.js +0 -0
  1053. /package/dist/{bom → runtime/bom}/URL.js.map +0 -0
  1054. /package/dist/{bom → runtime/bom}/URLSearchParams.d.ts +0 -0
  1055. /package/dist/{bom → runtime/bom}/URLSearchParams.js +0 -0
  1056. /package/dist/{bom → runtime/bom}/URLSearchParams.js.map +0 -0
  1057. /package/dist/{bom → runtime/bom}/document.d.ts +0 -0
  1058. /package/dist/{bom → runtime/bom}/document.js +0 -0
  1059. /package/dist/{bom → runtime/bom}/document.js.map +0 -0
  1060. /package/dist/{bom → runtime/bom}/getComputedStyle.d.ts +0 -0
  1061. /package/dist/{bom → runtime/bom}/getComputedStyle.js +0 -0
  1062. /package/dist/{bom → runtime/bom}/getComputedStyle.js.map +0 -0
  1063. /package/dist/{bom → runtime/bom}/history.d.ts +0 -0
  1064. /package/dist/{bom → runtime/bom}/history.js +0 -0
  1065. /package/dist/{bom → runtime/bom}/history.js.map +0 -0
  1066. /package/dist/{bom → runtime/bom}/location.d.ts +0 -0
  1067. /package/dist/{bom → runtime/bom}/location.js +0 -0
  1068. /package/dist/{bom → runtime/bom}/location.js.map +0 -0
  1069. /package/dist/{bom → runtime/bom}/navigator.d.ts +0 -0
  1070. /package/dist/{bom → runtime/bom}/navigator.js +0 -0
  1071. /package/dist/{bom → runtime/bom}/navigator.js.map +0 -0
  1072. /package/dist/{bom → runtime/bom}/raf.d.ts +0 -0
  1073. /package/dist/{bom → runtime/bom}/raf.js +0 -0
  1074. /package/dist/{bom → runtime/bom}/raf.js.map +0 -0
  1075. /package/dist/{bom → runtime/bom}/window.d.ts +0 -0
  1076. /package/dist/{bom → runtime/bom}/window.js +0 -0
  1077. /package/dist/{bom → runtime/bom}/window.js.map +0 -0
  1078. /package/dist/{constants → runtime/constants}/index.d.ts +0 -0
  1079. /package/dist/{constants → runtime/constants}/index.js +0 -0
  1080. /package/dist/{constants → runtime/constants}/index.js.map +0 -0
  1081. /package/dist/{current.d.ts → runtime/current.d.ts} +0 -0
  1082. /package/dist/{current.js → runtime/current.js} +0 -0
  1083. /package/dist/{current.js.map → runtime/current.js.map} +0 -0
  1084. /package/dist/{dom → runtime/dom}/anchor-element.js +0 -0
  1085. /package/dist/{dom → runtime/dom}/anchor-element.js.map +0 -0
  1086. /package/dist/{dom → runtime/dom}/class-list.d.ts +0 -0
  1087. /package/dist/{dom → runtime/dom}/class-list.js +0 -0
  1088. /package/dist/{dom → runtime/dom}/class-list.js.map +0 -0
  1089. /package/dist/{dom → runtime/dom}/document.d.ts +0 -0
  1090. /package/dist/{dom → runtime/dom}/document.js +0 -0
  1091. /package/dist/{dom → runtime/dom}/document.js.map +0 -0
  1092. /package/dist/{dom → runtime/dom}/element.d.ts +0 -0
  1093. /package/dist/{dom → runtime/dom}/element.js +0 -0
  1094. /package/dist/{dom → runtime/dom}/element.js.map +0 -0
  1095. /package/dist/{dom → runtime/dom}/event-source.d.ts +0 -0
  1096. /package/dist/{dom → runtime/dom}/event-source.js +0 -0
  1097. /package/dist/{dom → runtime/dom}/event-source.js.map +0 -0
  1098. /package/dist/{dom → runtime/dom}/event-target.d.ts +0 -0
  1099. /package/dist/{dom → runtime/dom}/event-target.js +0 -0
  1100. /package/dist/{dom → runtime/dom}/event-target.js.map +0 -0
  1101. /package/dist/{dom → runtime/dom}/event.d.ts +0 -0
  1102. /package/dist/{dom → runtime/dom}/event.js +0 -0
  1103. /package/dist/{dom → runtime/dom}/event.js.map +0 -0
  1104. /package/dist/{dom → runtime/dom}/form.d.ts +0 -0
  1105. /package/dist/{dom → runtime/dom}/form.js +0 -0
  1106. /package/dist/{dom → runtime/dom}/form.js.map +0 -0
  1107. /package/dist/{dom → runtime/dom}/node.d.ts +0 -0
  1108. /package/dist/{dom → runtime/dom}/node.js +0 -0
  1109. /package/dist/{dom → runtime/dom}/node.js.map +0 -0
  1110. /package/dist/{dom → runtime/dom}/node_types.d.ts +0 -0
  1111. /package/dist/{dom → runtime/dom}/root.d.ts +0 -0
  1112. /package/dist/{dom → runtime/dom}/root.js +0 -0
  1113. /package/dist/{dom → runtime/dom}/root.js.map +0 -0
  1114. /package/dist/{dom → runtime/dom}/style.d.ts +0 -0
  1115. /package/dist/{dom → runtime/dom}/style.js +0 -0
  1116. /package/dist/{dom → runtime/dom}/style.js.map +0 -0
  1117. /package/dist/{dom → runtime/dom}/style_properties.js +0 -0
  1118. /package/dist/{dom → runtime/dom}/style_properties.js.map +0 -0
  1119. /package/dist/{dom → runtime/dom}/svg.d.ts +0 -0
  1120. /package/dist/{dom → runtime/dom}/svg.js +0 -0
  1121. /package/dist/{dom → runtime/dom}/svg.js.map +0 -0
  1122. /package/dist/{dom → runtime/dom}/text.d.ts +0 -0
  1123. /package/dist/{dom → runtime/dom}/text.js +0 -0
  1124. /package/dist/{dom → runtime/dom}/text.js.map +0 -0
  1125. /package/dist/{dom → runtime/dom}/transfer.js +0 -0
  1126. /package/dist/{dom → runtime/dom}/transfer.js.map +0 -0
  1127. /package/dist/{dom → runtime/dom}/tree.js +0 -0
  1128. /package/dist/{dom → runtime/dom}/tree.js.map +0 -0
  1129. /package/dist/{dom-external → runtime/dom-external}/element.js +0 -0
  1130. /package/dist/{dom-external → runtime/dom-external}/element.js.map +0 -0
  1131. /package/dist/{dom-external → runtime/dom-external}/index.js +0 -0
  1132. /package/dist/{dom-external → runtime/dom-external}/index.js.map +0 -0
  1133. /package/dist/{dom-external → runtime/dom-external}/inner-html/html.d.ts +0 -0
  1134. /package/dist/{dom-external → runtime/dom-external}/inner-html/html.js +0 -0
  1135. /package/dist/{dom-external → runtime/dom-external}/inner-html/html.js.map +0 -0
  1136. /package/dist/{dom-external → runtime/dom-external}/inner-html/parser.d.ts +0 -0
  1137. /package/dist/{dom-external → runtime/dom-external}/inner-html/parser.js +0 -0
  1138. /package/dist/{dom-external → runtime/dom-external}/inner-html/parser.js.map +0 -0
  1139. /package/dist/{dom-external → runtime/dom-external}/inner-html/scanner.js +0 -0
  1140. /package/dist/{dom-external → runtime/dom-external}/inner-html/scanner.js.map +0 -0
  1141. /package/dist/{dom-external → runtime/dom-external}/inner-html/style.js +0 -0
  1142. /package/dist/{dom-external → runtime/dom-external}/inner-html/style.js.map +0 -0
  1143. /package/dist/{dom-external → runtime/dom-external}/inner-html/tags.js +0 -0
  1144. /package/dist/{dom-external → runtime/dom-external}/inner-html/tags.js.map +0 -0
  1145. /package/dist/{dom-external → runtime/dom-external}/inner-html/utils.js +0 -0
  1146. /package/dist/{dom-external → runtime/dom-external}/inner-html/utils.js.map +0 -0
  1147. /package/dist/{dom-external → runtime/dom-external}/mutation-observer/implements.d.ts +0 -0
  1148. /package/dist/{dom-external → runtime/dom-external}/mutation-observer/implements.js +0 -0
  1149. /package/dist/{dom-external → runtime/dom-external}/mutation-observer/implements.js.map +0 -0
  1150. /package/dist/{dom-external → runtime/dom-external}/mutation-observer/index.d.ts +0 -0
  1151. /package/dist/{dom-external → runtime/dom-external}/mutation-observer/index.js +0 -0
  1152. /package/dist/{dom-external → runtime/dom-external}/mutation-observer/index.js.map +0 -0
  1153. /package/dist/{dom-external → runtime/dom-external}/mutation-observer/record.d.ts +0 -0
  1154. /package/dist/{dom-external → runtime/dom-external}/node.js +0 -0
  1155. /package/dist/{dom-external → runtime/dom-external}/node.js.map +0 -0
  1156. /package/dist/{dsl → runtime/dsl}/common.d.ts +0 -0
  1157. /package/dist/{dsl → runtime/dsl}/common.js +0 -0
  1158. /package/dist/{dsl → runtime/dsl}/common.js.map +0 -0
  1159. /package/dist/{dsl → runtime/dsl}/instance.d.ts +0 -0
  1160. /package/dist/{emitter → runtime/emitter}/emitter.d.ts +0 -0
  1161. /package/dist/{emitter → runtime/emitter}/emitter.js +0 -0
  1162. /package/dist/{emitter → runtime/emitter}/emitter.js.map +0 -0
  1163. /package/dist/{env.d.ts → runtime/env.d.ts} +0 -0
  1164. /package/dist/{env.js → runtime/env.js} +0 -0
  1165. /package/dist/{env.js.map → runtime/env.js.map} +0 -0
  1166. /package/dist/{hydrate.d.ts → runtime/hydrate.d.ts} +0 -0
  1167. /package/dist/{hydrate.js → runtime/hydrate.js} +0 -0
  1168. /package/dist/{hydrate.js.map → runtime/hydrate.js.map} +0 -0
  1169. /package/dist/{index.d.ts → runtime/index.d.ts} +0 -0
  1170. /package/dist/{index.js → runtime/index.js} +0 -0
  1171. /package/dist/{index.js.map → runtime/index.js.map} +0 -0
  1172. /package/dist/{interface → runtime/interface}/animate.d.ts +0 -0
  1173. /package/dist/{interface → runtime/interface}/element.d.ts +0 -0
  1174. /package/dist/{interface → runtime/interface}/event-target.d.ts +0 -0
  1175. /package/dist/{interface → runtime/interface}/event.d.ts +0 -0
  1176. /package/dist/{interface → runtime/interface}/hydrate.d.ts +0 -0
  1177. /package/dist/{interface → runtime/interface}/node.d.ts +0 -0
  1178. /package/dist/{interface → runtime/interface}/options.d.ts +0 -0
  1179. /package/dist/{interface → runtime/interface}/utils.d.ts +0 -0
  1180. /package/dist/{next-tick.d.ts → runtime/next-tick.d.ts} +0 -0
  1181. /package/dist/{next-tick.js → runtime/next-tick.js} +0 -0
  1182. /package/dist/{next-tick.js.map → runtime/next-tick.js.map} +0 -0
  1183. /package/dist/{options.d.ts → runtime/options.d.ts} +0 -0
  1184. /package/dist/{options.js → runtime/options.js} +0 -0
  1185. /package/dist/{options.js.map → runtime/options.js.map} +0 -0
  1186. /package/dist/{perf.d.ts → runtime/perf.d.ts} +0 -0
  1187. /package/dist/{perf.js → runtime/perf.js} +0 -0
  1188. /package/dist/{perf.js.map → runtime/perf.js.map} +0 -0
  1189. /package/dist/{polyfill → runtime/polyfill}/array.js +0 -0
  1190. /package/dist/{polyfill → runtime/polyfill}/array.js.map +0 -0
  1191. /package/dist/{polyfill → runtime/polyfill}/index.d.ts +0 -0
  1192. /package/dist/{polyfill → runtime/polyfill}/index.js +0 -0
  1193. /package/dist/{polyfill → runtime/polyfill}/index.js.map +0 -0
  1194. /package/dist/{polyfill → runtime/polyfill}/intersection-observer.js +0 -0
  1195. /package/dist/{polyfill → runtime/polyfill}/intersection-observer.js.map +0 -0
  1196. /package/dist/{polyfill → runtime/polyfill}/object.js +0 -0
  1197. /package/dist/{polyfill → runtime/polyfill}/object.js.map +0 -0
  1198. /package/dist/{runtime.esm.d.ts → runtime/runtime.esm.d.ts} +0 -0
  1199. /package/dist/{runtime.esm.js → runtime/runtime.esm.js} +0 -0
  1200. /package/dist/{runtime.esm.js.map → runtime/runtime.esm.js.map} +0 -0
  1201. /package/dist/{utils → runtime/utils}/cache.d.ts +0 -0
  1202. /package/dist/{utils → runtime/utils}/cache.js +0 -0
  1203. /package/dist/{utils → runtime/utils}/cache.js.map +0 -0
  1204. /package/dist/{utils → runtime/utils}/index.d.ts +0 -0
  1205. /package/dist/{utils → runtime/utils}/index.js +0 -0
  1206. /package/dist/{utils → runtime/utils}/index.js.map +0 -0
  1207. /package/dist/{utils → runtime/utils}/lodash.d.ts +0 -0
  1208. /package/dist/{utils → runtime/utils}/lodash.js +0 -0
  1209. /package/dist/{utils → runtime/utils}/lodash.js.map +0 -0
  1210. /package/dist/{utils → runtime/utils}/router.d.ts +0 -0
  1211. /package/dist/{utils → runtime/utils}/router.js +0 -0
  1212. /package/dist/{utils → runtime/utils}/router.js.map +0 -0
@@ -0,0 +1,176 @@
1
+ import React, { createRef, createElement } from 'react';
2
+
3
+ /**
4
+ * https://github.com/BBKolton/reactify-wc/
5
+ * modified event naming
6
+ **/
7
+ const h = React.createElement;
8
+ const SCROLL_VIEW = 'taro-scroll-view-core';
9
+ const IS_NON_DIMENSIONAL = /aspect|acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;
10
+ // 为了不要覆盖 wc 中 host 内置的 class 和 stencil 加入的 class
11
+ function getClassName(wc, prevProps, props) {
12
+ const classList = Array.from(wc.classList);
13
+ const oldClassNames = (prevProps.className || prevProps.class || '').split(' ');
14
+ let incomingClassNames = (props.className || props.class || '').split(' ');
15
+ let finalClassNames = [];
16
+ classList.forEach(classname => {
17
+ if (incomingClassNames.indexOf(classname) > -1) {
18
+ finalClassNames.push(classname);
19
+ incomingClassNames = incomingClassNames.filter(name => name !== classname);
20
+ }
21
+ else if (oldClassNames.indexOf(classname) === -1) {
22
+ finalClassNames.push(classname);
23
+ }
24
+ });
25
+ finalClassNames = [...finalClassNames, ...incomingClassNames];
26
+ return finalClassNames.join(' ');
27
+ }
28
+ function updateStyle(dom, key, val) {
29
+ if (/^--/.test(key)) {
30
+ // css variable
31
+ dom.style.setProperty(key, val);
32
+ }
33
+ else if (typeof val !== 'number' || IS_NON_DIMENSIONAL.test(key)) {
34
+ dom.style[key] = val;
35
+ }
36
+ else {
37
+ dom.style[key] = val + 'px';
38
+ }
39
+ }
40
+ function updateProp(ctx, comp, propKey, prevProps, props) {
41
+ const dom = ctx.ref.current;
42
+ const val = props[propKey];
43
+ const prevVal = prevProps ? prevProps[propKey] : undefined;
44
+ if (propKey === 'children') {
45
+ return;
46
+ }
47
+ if (propKey.toLowerCase() === 'classname') {
48
+ dom.className = prevProps
49
+ ? getClassName(dom, prevProps, props)
50
+ : val;
51
+ return;
52
+ }
53
+ if (propKey === 'style') {
54
+ if (typeof val === 'string') {
55
+ dom.setAttribute(propKey, val);
56
+ return;
57
+ }
58
+ if (!val) {
59
+ dom.removeAttribute(propKey);
60
+ return;
61
+ }
62
+ if (prevProps) {
63
+ if (typeof prevVal === 'string') {
64
+ dom.style.cssText = '';
65
+ }
66
+ else {
67
+ for (const styleKey in prevVal) {
68
+ updateStyle(dom, styleKey, '');
69
+ }
70
+ }
71
+ }
72
+ for (const styleKey in val) {
73
+ updateStyle(dom, styleKey, val[styleKey]);
74
+ }
75
+ return;
76
+ }
77
+ if (/^(aria|data)-.+/.test(propKey)) {
78
+ dom.setAttribute(propKey, val);
79
+ }
80
+ if (comp === SCROLL_VIEW) {
81
+ if (propKey === 'scrollTop') {
82
+ dom.mpScrollTop = val;
83
+ return;
84
+ }
85
+ if (propKey === 'scrollLeft') {
86
+ dom.mpScrollLeft = val;
87
+ return;
88
+ }
89
+ if (propKey === 'scrollIntoView') {
90
+ dom.mpScrollIntoView = val;
91
+ return;
92
+ }
93
+ }
94
+ if (typeof val === 'function' && propKey.match(/^on[A-Z]/)) {
95
+ const event = propKey.substr(2).toLowerCase();
96
+ ctx.eventHandlers.push([event, val]);
97
+ return dom.addEventListener(event, val);
98
+ }
99
+ if (typeof val === 'string' || typeof val === 'number') {
100
+ dom.setAttribute(propKey, val);
101
+ dom[propKey] = val;
102
+ return;
103
+ }
104
+ if (typeof val === 'boolean') {
105
+ if (val) {
106
+ dom[propKey] = true;
107
+ return dom.setAttribute(propKey, val);
108
+ }
109
+ dom[propKey] = false;
110
+ return dom.removeAttribute(propKey);
111
+ }
112
+ dom[propKey] = val;
113
+ }
114
+ const reactifyWebComponent = WC => {
115
+ class Index extends React.Component {
116
+ constructor(props) {
117
+ super(props);
118
+ this.eventHandlers = [];
119
+ this.ref = createRef();
120
+ }
121
+ update(prevProps) {
122
+ this.clearEventHandlers();
123
+ if (!this.ref.current)
124
+ return;
125
+ Object.keys(prevProps || {}).forEach((key) => {
126
+ if (key !== 'children' && key !== 'key' && !(key in this.props)) {
127
+ updateProp(this, WC, key, prevProps, this.props);
128
+ }
129
+ });
130
+ Object.keys(this.props).forEach((key) => {
131
+ updateProp(this, WC, key, prevProps, this.props);
132
+ });
133
+ }
134
+ componentDidUpdate(prevProps) {
135
+ this.update(prevProps);
136
+ }
137
+ componentDidMount() {
138
+ const { forwardRef } = this.props;
139
+ if (typeof forwardRef === 'function') {
140
+ forwardRef(this.ref.current);
141
+ }
142
+ else if (forwardRef && typeof forwardRef === 'object' && forwardRef.hasOwnProperty('current')) {
143
+ forwardRef.current = this.ref.current;
144
+ }
145
+ else if (typeof forwardRef === 'string') {
146
+ console.warn('内置组件不支持字符串 ref');
147
+ }
148
+ this.update(undefined);
149
+ }
150
+ componentWillUnmount() {
151
+ this.clearEventHandlers();
152
+ }
153
+ clearEventHandlers() {
154
+ this.eventHandlers.forEach(([event, handler]) => {
155
+ if (!this.ref.current)
156
+ return;
157
+ this.ref.current.removeEventListener(event, handler);
158
+ });
159
+ this.eventHandlers = [];
160
+ }
161
+ render() {
162
+ const { children, dangerouslySetInnerHTML } = this.props;
163
+ const props = {
164
+ ref: this.ref
165
+ };
166
+ if (dangerouslySetInnerHTML)
167
+ props.dangerouslySetInnerHTML = dangerouslySetInnerHTML;
168
+ return createElement(WC, props, children);
169
+ }
170
+ }
171
+ // eslint-disable-next-line react/display-name
172
+ return React.forwardRef((props, ref) => (h(Index, Object.assign(Object.assign({}, props), { forwardRef: ref }))));
173
+ };
174
+
175
+ export { reactifyWebComponent as default };
176
+ //# sourceMappingURL=reactify-wc.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reactify-wc.js","sources":["../../../../taro-components-library-react/src/component-lib/reactify-wc.ts"],"sourcesContent":["/**\n * https://github.com/BBKolton/reactify-wc/\n * modified event naming\n **/\nimport React, { createElement, createRef } from 'react'\n\nconst h = React.createElement\n\nconst SCROLL_VIEW = 'taro-scroll-view-core'\n\nconst IS_NON_DIMENSIONAL = /aspect|acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i\n\n// 为了不要覆盖 wc 中 host 内置的 class 和 stencil 加入的 class\nfunction getClassName (wc, prevProps, props) {\n const classList = Array.from(wc.classList)\n const oldClassNames = (prevProps.className || prevProps.class || '').split(' ')\n let incomingClassNames = (props.className || props.class || '').split(' ')\n let finalClassNames = []\n\n classList.forEach(classname => {\n if (incomingClassNames.indexOf(classname) > -1) {\n finalClassNames.push(classname)\n incomingClassNames = incomingClassNames.filter(name => name !== classname)\n } else if (oldClassNames.indexOf(classname) === -1) {\n finalClassNames.push(classname)\n }\n })\n\n finalClassNames = [...finalClassNames, ...incomingClassNames]\n\n return finalClassNames.join(' ')\n}\n\nfunction updateStyle (dom, key, val) {\n if (/^--/.test(key)) {\n // css variable\n dom.style.setProperty(key, val)\n } else if (typeof val !== 'number' || IS_NON_DIMENSIONAL.test(key)) {\n dom.style[key] = val\n } else {\n dom.style[key] = val + 'px'\n }\n}\n\nfunction updateProp (ctx, comp, propKey, prevProps, props) {\n const dom = ctx.ref.current\n const val = props[propKey]\n const prevVal = prevProps ? prevProps[propKey] : undefined\n\n if (propKey === 'children') {\n return\n }\n if (propKey.toLowerCase() === 'classname') {\n dom.className = prevProps\n ? getClassName(dom, prevProps, props)\n : val\n return\n }\n if (propKey === 'style') {\n if (typeof val === 'string') {\n dom.setAttribute(propKey, val)\n return\n }\n if (!val) {\n dom.removeAttribute(propKey)\n return\n }\n\n if (prevProps) {\n if (typeof prevVal === 'string') {\n dom.style.cssText = ''\n } else {\n for (const styleKey in prevVal) {\n updateStyle(dom, styleKey, '')\n }\n }\n }\n\n for (const styleKey in val) {\n updateStyle(dom, styleKey, val[styleKey])\n }\n return\n }\n if (/^(aria|data)-.+/.test(propKey)) {\n dom.setAttribute(propKey, val)\n }\n if (comp === SCROLL_VIEW) {\n if (propKey === 'scrollTop') {\n dom.mpScrollTop = val\n return\n }\n if (propKey === 'scrollLeft') {\n dom.mpScrollLeft = val\n return\n }\n if (propKey === 'scrollIntoView') {\n dom.mpScrollIntoView = val\n return\n }\n }\n if (typeof val === 'function' && propKey.match(/^on[A-Z]/)) {\n const event = propKey.substr(2).toLowerCase()\n\n ctx.eventHandlers.push([event, val])\n return dom.addEventListener(event, val)\n }\n\n if (typeof val === 'string' || typeof val === 'number') {\n dom.setAttribute(propKey, val)\n dom[propKey] = val\n return\n }\n if (typeof val === 'boolean') {\n if (val) {\n dom[propKey] = true\n return dom.setAttribute(\n propKey,\n val\n )\n }\n dom[propKey] = false\n return dom.removeAttribute(propKey)\n }\n dom[propKey] = val\n}\n\nconst reactifyWebComponent = WC => {\n class Index extends React.Component<Record<string, any>> {\n eventHandlers: any[]\n ref: React.RefObject<HTMLElement>\n\n constructor (props) {\n super(props)\n this.eventHandlers = []\n this.ref = createRef()\n }\n\n update (prevProps) {\n this.clearEventHandlers()\n if (!this.ref.current) return\n\n Object.keys(prevProps || {}).forEach((key) => {\n if (key !== 'children' && key !== 'key' && !(key in this.props)) {\n updateProp(this, WC, key, prevProps, this.props)\n }\n })\n\n Object.keys(this.props).forEach((key) => {\n updateProp(this, WC, key, prevProps, this.props)\n })\n }\n\n componentDidUpdate (prevProps) {\n this.update(prevProps)\n }\n\n componentDidMount () {\n const { forwardRef } = this.props\n if (typeof forwardRef === 'function') {\n forwardRef(this.ref.current)\n } else if (forwardRef && typeof forwardRef === 'object' && forwardRef.hasOwnProperty('current')) {\n forwardRef.current = this.ref.current\n } else if (typeof forwardRef === 'string') {\n console.warn('内置组件不支持字符串 ref')\n }\n this.update(undefined)\n }\n\n componentWillUnmount () {\n this.clearEventHandlers()\n }\n\n clearEventHandlers () {\n this.eventHandlers.forEach(([event, handler]) => {\n if (!this.ref.current) return\n this.ref.current.removeEventListener(event, handler)\n })\n this.eventHandlers = []\n }\n\n render () {\n const { children, dangerouslySetInnerHTML } = this.props\n const props: Record<string, any> = {\n ref: this.ref\n }\n if (dangerouslySetInnerHTML) props.dangerouslySetInnerHTML = dangerouslySetInnerHTML\n return createElement(WC, props, children)\n }\n }\n\n // eslint-disable-next-line react/display-name\n return React.forwardRef((props, ref) => (\n h(Index, { ...props, forwardRef: ref })\n ))\n}\n\nexport default reactifyWebComponent\n"],"names":[],"mappings":";;AAAA;;;AAGI;AAGJ,MAAM,CAAC,GAAG,KAAK,CAAC,aAAa;AAE7B,MAAM,WAAW,GAAG,uBAAuB;AAE3C,MAAM,kBAAkB,GAAG,0EAA0E;AAErG;AACA,SAAS,YAAY,CAAE,EAAE,EAAE,SAAS,EAAE,KAAK,EAAA;IACzC,MAAM,SAAS,GAAG,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,SAAS,CAAC;AAC1C,IAAA,MAAM,aAAa,GAAG,CAAC,SAAS,CAAC,SAAS,IAAI,SAAS,CAAC,KAAK,IAAI,EAAE,EAAE,KAAK,CAAC,GAAG,CAAC;AAC/E,IAAA,IAAI,kBAAkB,GAAG,CAAC,KAAK,CAAC,SAAS,IAAI,KAAK,CAAC,KAAK,IAAI,EAAE,EAAE,KAAK,CAAC,GAAG,CAAC;IAC1E,IAAI,eAAe,GAAG,EAAE;AAExB,IAAA,SAAS,CAAC,OAAO,CAAC,SAAS,IAAG;QAC5B,IAAI,kBAAkB,CAAC,OAAO,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,EAAE;AAC9C,YAAA,eAAe,CAAC,IAAI,CAAC,SAAS,CAAC;AAC/B,YAAA,kBAAkB,GAAG,kBAAkB,CAAC,MAAM,CAAC,IAAI,IAAI,IAAI,KAAK,SAAS,CAAC;;aACrE,IAAI,aAAa,CAAC,OAAO,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,EAAE;AAClD,YAAA,eAAe,CAAC,IAAI,CAAC,SAAS,CAAC;;AAEnC,KAAC,CAAC;IAEF,eAAe,GAAG,CAAC,GAAG,eAAe,EAAE,GAAG,kBAAkB,CAAC;AAE7D,IAAA,OAAO,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC;AAClC;AAEA,SAAS,WAAW,CAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAA;AACjC,IAAA,IAAI,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE;;QAEnB,GAAG,CAAC,KAAK,CAAC,WAAW,CAAC,GAAG,EAAE,GAAG,CAAC;;AAC1B,SAAA,IAAI,OAAO,GAAG,KAAK,QAAQ,IAAI,kBAAkB,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE;AAClE,QAAA,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,GAAG;;SACf;QACL,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,GAAG,GAAG,IAAI;;AAE/B;AAEA,SAAS,UAAU,CAAE,GAAG,EAAE,IAAI,EAAE,OAAO,EAAE,SAAS,EAAE,KAAK,EAAA;AACvD,IAAA,MAAM,GAAG,GAAG,GAAG,CAAC,GAAG,CAAC,OAAO;AAC3B,IAAA,MAAM,GAAG,GAAG,KAAK,CAAC,OAAO,CAAC;AAC1B,IAAA,MAAM,OAAO,GAAG,SAAS,GAAG,SAAS,CAAC,OAAO,CAAC,GAAG,SAAS;AAE1D,IAAA,IAAI,OAAO,KAAK,UAAU,EAAE;QAC1B;;AAEF,IAAA,IAAI,OAAO,CAAC,WAAW,EAAE,KAAK,WAAW,EAAE;QACzC,GAAG,CAAC,SAAS,GAAG;cACZ,YAAY,CAAC,GAAG,EAAE,SAAS,EAAE,KAAK;cAClC,GAAG;QACP;;AAEF,IAAA,IAAI,OAAO,KAAK,OAAO,EAAE;AACvB,QAAA,IAAI,OAAO,GAAG,KAAK,QAAQ,EAAE;AAC3B,YAAA,GAAG,CAAC,YAAY,CAAC,OAAO,EAAE,GAAG,CAAC;YAC9B;;QAEF,IAAI,CAAC,GAAG,EAAE;AACR,YAAA,GAAG,CAAC,eAAe,CAAC,OAAO,CAAC;YAC5B;;QAGF,IAAI,SAAS,EAAE;AACb,YAAA,IAAI,OAAO,OAAO,KAAK,QAAQ,EAAE;AAC/B,gBAAA,GAAG,CAAC,KAAK,CAAC,OAAO,GAAG,EAAE;;iBACjB;AACL,gBAAA,KAAK,MAAM,QAAQ,IAAI,OAAO,EAAE;AAC9B,oBAAA,WAAW,CAAC,GAAG,EAAE,QAAQ,EAAE,EAAE,CAAC;;;;AAKpC,QAAA,KAAK,MAAM,QAAQ,IAAI,GAAG,EAAE;YAC1B,WAAW,CAAC,GAAG,EAAE,QAAQ,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC;;QAE3C;;AAEF,IAAA,IAAI,iBAAiB,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE;AACnC,QAAA,GAAG,CAAC,YAAY,CAAC,OAAO,EAAE,GAAG,CAAC;;AAEhC,IAAA,IAAI,IAAI,KAAK,WAAW,EAAE;AACxB,QAAA,IAAI,OAAO,KAAK,WAAW,EAAE;AAC3B,YAAA,GAAG,CAAC,WAAW,GAAG,GAAG;YACrB;;AAEF,QAAA,IAAI,OAAO,KAAK,YAAY,EAAE;AAC5B,YAAA,GAAG,CAAC,YAAY,GAAG,GAAG;YACtB;;AAEF,QAAA,IAAI,OAAO,KAAK,gBAAgB,EAAE;AAChC,YAAA,GAAG,CAAC,gBAAgB,GAAG,GAAG;YAC1B;;;AAGJ,IAAA,IAAI,OAAO,GAAG,KAAK,UAAU,IAAI,OAAO,CAAC,KAAK,CAAC,UAAU,CAAC,EAAE;QAC1D,MAAM,KAAK,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE;QAE7C,GAAG,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;QACpC,OAAO,GAAG,CAAC,gBAAgB,CAAC,KAAK,EAAE,GAAG,CAAC;;IAGzC,IAAI,OAAO,GAAG,KAAK,QAAQ,IAAI,OAAO,GAAG,KAAK,QAAQ,EAAE;AACtD,QAAA,GAAG,CAAC,YAAY,CAAC,OAAO,EAAE,GAAG,CAAC;AAC9B,QAAA,GAAG,CAAC,OAAO,CAAC,GAAG,GAAG;QAClB;;AAEF,IAAA,IAAI,OAAO,GAAG,KAAK,SAAS,EAAE;QAC5B,IAAI,GAAG,EAAE;AACP,YAAA,GAAG,CAAC,OAAO,CAAC,GAAG,IAAI;YACnB,OAAO,GAAG,CAAC,YAAY,CACrB,OAAO,EACP,GAAG,CACJ;;AAEH,QAAA,GAAG,CAAC,OAAO,CAAC,GAAG,KAAK;AACpB,QAAA,OAAO,GAAG,CAAC,eAAe,CAAC,OAAO,CAAC;;AAErC,IAAA,GAAG,CAAC,OAAO,CAAC,GAAG,GAAG;AACpB;AAEA,MAAM,oBAAoB,GAAG,EAAE,IAAG;AAChC,IAAA,MAAM,KAAM,SAAQ,KAAK,CAAC,SAA8B,CAAA;AAItD,QAAA,WAAA,CAAa,KAAK,EAAA;YAChB,KAAK,CAAC,KAAK,CAAC;AACZ,YAAA,IAAI,CAAC,aAAa,GAAG,EAAE;AACvB,YAAA,IAAI,CAAC,GAAG,GAAG,SAAS,EAAE;;AAGxB,QAAA,MAAM,CAAE,SAAS,EAAA;YACf,IAAI,CAAC,kBAAkB,EAAE;AACzB,YAAA,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,OAAO;gBAAE;AAEvB,YAAA,MAAM,CAAC,IAAI,CAAC,SAAS,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,KAAI;AAC3C,gBAAA,IAAI,GAAG,KAAK,UAAU,IAAI,GAAG,KAAK,KAAK,IAAI,EAAE,GAAG,IAAI,IAAI,CAAC,KAAK,CAAC,EAAE;AAC/D,oBAAA,UAAU,CAAC,IAAI,EAAE,EAAE,EAAE,GAAG,EAAE,SAAS,EAAE,IAAI,CAAC,KAAK,CAAC;;AAEpD,aAAC,CAAC;AAEF,YAAA,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,KAAI;AACtC,gBAAA,UAAU,CAAC,IAAI,EAAE,EAAE,EAAE,GAAG,EAAE,SAAS,EAAE,IAAI,CAAC,KAAK,CAAC;AAClD,aAAC,CAAC;;AAGJ,QAAA,kBAAkB,CAAE,SAAS,EAAA;AAC3B,YAAA,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC;;QAGxB,iBAAiB,GAAA;AACf,YAAA,MAAM,EAAE,UAAU,EAAE,GAAG,IAAI,CAAC,KAAK;AACjC,YAAA,IAAI,OAAO,UAAU,KAAK,UAAU,EAAE;AACpC,gBAAA,UAAU,CAAC,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC;;AACvB,iBAAA,IAAI,UAAU,IAAI,OAAO,UAAU,KAAK,QAAQ,IAAI,UAAU,CAAC,cAAc,CAAC,SAAS,CAAC,EAAE;gBAC/F,UAAU,CAAC,OAAO,GAAG,IAAI,CAAC,GAAG,CAAC,OAAO;;AAChC,iBAAA,IAAI,OAAO,UAAU,KAAK,QAAQ,EAAE;AACzC,gBAAA,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC;;AAEhC,YAAA,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC;;QAGxB,oBAAoB,GAAA;YAClB,IAAI,CAAC,kBAAkB,EAAE;;QAG3B,kBAAkB,GAAA;AAChB,YAAA,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,EAAE,OAAO,CAAC,KAAI;AAC9C,gBAAA,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,OAAO;oBAAE;gBACvB,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,mBAAmB,CAAC,KAAK,EAAE,OAAO,CAAC;AACtD,aAAC,CAAC;AACF,YAAA,IAAI,CAAC,aAAa,GAAG,EAAE;;QAGzB,MAAM,GAAA;YACJ,MAAM,EAAE,QAAQ,EAAE,uBAAuB,EAAE,GAAG,IAAI,CAAC,KAAK;AACxD,YAAA,MAAM,KAAK,GAAwB;gBACjC,GAAG,EAAE,IAAI,CAAC;aACX;AACD,YAAA,IAAI,uBAAuB;AAAE,gBAAA,KAAK,CAAC,uBAAuB,GAAG,uBAAuB;YACpF,OAAO,aAAa,CAAC,EAAE,EAAE,KAAK,EAAE,QAAQ,CAAC;;AAE5C;;IAGD,OAAO,KAAK,CAAC,UAAU,CAAC,CAAC,KAAK,EAAE,GAAG,MACjC,CAAC,CAAC,KAAK,EAAO,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,KAAK,CAAE,EAAA,EAAA,UAAU,EAAE,GAAG,EAAA,CAAA,CAAG,CACxC,CAAC;AACJ;;;;"}
@@ -0,0 +1,103 @@
1
+ import type { JSX } from '@tarojs/components/dist/types/components';
2
+ export declare const Ad: import("react").ForwardRefExoticComponent<JSX.TaroAdCore & Omit<import("react").HTMLAttributes<HTMLTaroAdCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroAdCoreElement>>;
3
+ export declare const AdCustom: import("react").ForwardRefExoticComponent<JSX.TaroAdCustomCore & Omit<import("react").HTMLAttributes<HTMLTaroAdCustomCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroAdCustomCoreElement>>;
4
+ export declare const AnimationVideo: import("react").ForwardRefExoticComponent<JSX.TaroAnimationVideoCore & Omit<import("react").HTMLAttributes<HTMLTaroAnimationVideoCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroAnimationVideoCoreElement>>;
5
+ export declare const AnimationView: import("react").ForwardRefExoticComponent<JSX.TaroAnimationViewCore & Omit<import("react").HTMLAttributes<HTMLTaroAnimationViewCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroAnimationViewCoreElement>>;
6
+ export declare const ArCamera: import("react").ForwardRefExoticComponent<JSX.TaroArCameraCore & Omit<import("react").HTMLAttributes<HTMLTaroArCameraCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroArCameraCoreElement>>;
7
+ export declare const Audio: import("react").ForwardRefExoticComponent<JSX.TaroAudioCore & Omit<import("react").HTMLAttributes<HTMLTaroAudioCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroAudioCoreElement>>;
8
+ export declare const AwemeData: import("react").ForwardRefExoticComponent<JSX.TaroAwemeDataCore & Omit<import("react").HTMLAttributes<HTMLTaroAwemeDataCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroAwemeDataCoreElement>>;
9
+ export declare const Block: import("react").ExoticComponent<{
10
+ children?: import("react").ReactNode;
11
+ }>;
12
+ export declare const Button: import("react").ForwardRefExoticComponent<JSX.TaroButtonCore & Omit<import("react").HTMLAttributes<HTMLTaroButtonCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroButtonCoreElement>>;
13
+ export declare const Camera: import("react").ForwardRefExoticComponent<JSX.TaroCameraCore & Omit<import("react").HTMLAttributes<HTMLTaroCameraCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroCameraCoreElement>>;
14
+ export declare const Canvas: import("react").ForwardRefExoticComponent<JSX.TaroCanvasCore & Omit<import("react").HTMLAttributes<HTMLTaroCanvasCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroCanvasCoreElement>>;
15
+ export declare const ChannelLive: import("react").ForwardRefExoticComponent<JSX.TaroChannelLiveCore & Omit<import("react").HTMLAttributes<HTMLTaroChannelLiveCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroChannelLiveCoreElement>>;
16
+ export declare const ChannelVideo: import("react").ForwardRefExoticComponent<JSX.TaroChannelVideoCore & Omit<import("react").HTMLAttributes<HTMLTaroChannelVideoCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroChannelVideoCoreElement>>;
17
+ export declare const Checkbox: import("react").ForwardRefExoticComponent<JSX.TaroCheckboxCore & Omit<import("react").HTMLAttributes<HTMLTaroCheckboxCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroCheckboxCoreElement>>;
18
+ export declare const CheckboxGroup: import("react").ForwardRefExoticComponent<JSX.TaroCheckboxGroupCore & Omit<import("react").HTMLAttributes<HTMLTaroCheckboxGroupCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroCheckboxGroupCoreElement>>;
19
+ export declare const CommentDetail: import("react").ForwardRefExoticComponent<JSX.TaroCommentDetailCore & Omit<import("react").HTMLAttributes<HTMLTaroCommentDetailCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroCommentDetailCoreElement>>;
20
+ export declare const CommentList: import("react").ForwardRefExoticComponent<JSX.TaroCommentListCore & Omit<import("react").HTMLAttributes<HTMLTaroCommentListCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroCommentListCoreElement>>;
21
+ export declare const ContactButton: import("react").ForwardRefExoticComponent<JSX.TaroContactButtonCore & Omit<import("react").HTMLAttributes<HTMLTaroContactButtonCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroContactButtonCoreElement>>;
22
+ export declare const CoverImage: import("react").ForwardRefExoticComponent<JSX.TaroCoverImageCore & Omit<import("react").HTMLAttributes<HTMLTaroCoverImageCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroCoverImageCoreElement>>;
23
+ export declare const CoverView: import("react").ForwardRefExoticComponent<JSX.TaroCoverViewCore & Omit<import("react").HTMLAttributes<HTMLTaroCoverViewCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroCoverViewCoreElement>>;
24
+ export declare const CustomWrapper: import("react").ForwardRefExoticComponent<JSX.TaroCustomWrapperCore & Omit<import("react").HTMLAttributes<HTMLTaroCustomWrapperCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroCustomWrapperCoreElement>>;
25
+ export declare const DoubleTapGestureHandler: import("react").ForwardRefExoticComponent<JSX.TaroDoubleTapGestureHandlerCore & Omit<import("react").HTMLAttributes<HTMLTaroDoubleTapGestureHandlerCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroDoubleTapGestureHandlerCoreElement>>;
26
+ export declare const DraggableSheet: import("react").ForwardRefExoticComponent<JSX.TaroDraggableSheetCore & Omit<import("react").HTMLAttributes<HTMLTaroDraggableSheetCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroDraggableSheetCoreElement>>;
27
+ export declare const Editor: import("react").ForwardRefExoticComponent<JSX.TaroEditorCore & Omit<import("react").HTMLAttributes<HTMLTaroEditorCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroEditorCoreElement>>;
28
+ export declare const FollowSwan: import("react").ForwardRefExoticComponent<JSX.TaroFollowSwanCore & Omit<import("react").HTMLAttributes<HTMLTaroFollowSwanCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroFollowSwanCoreElement>>;
29
+ export declare const ForcePressGestureHandler: import("react").ForwardRefExoticComponent<JSX.TaroForcePressGestureHandlerCore & Omit<import("react").HTMLAttributes<HTMLTaroForcePressGestureHandlerCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroForcePressGestureHandlerCoreElement>>;
30
+ export declare const Form: import("react").ForwardRefExoticComponent<JSX.TaroFormCore & Omit<import("react").HTMLAttributes<HTMLTaroFormCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroFormCoreElement>>;
31
+ export declare const FunctionalPageNavigator: import("react").ForwardRefExoticComponent<JSX.TaroFunctionalPageNavigatorCore & Omit<import("react").HTMLAttributes<HTMLTaroFunctionalPageNavigatorCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroFunctionalPageNavigatorCoreElement>>;
32
+ export declare const GridBuilder: import("react").ForwardRefExoticComponent<JSX.TaroGridBuilderCore & Omit<import("react").HTMLAttributes<HTMLTaroGridBuilderCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroGridBuilderCoreElement>>;
33
+ export declare const GridView: import("react").ForwardRefExoticComponent<JSX.TaroGridViewCore & Omit<import("react").HTMLAttributes<HTMLTaroGridViewCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroGridViewCoreElement>>;
34
+ export declare const HorizontalDragGestureHandler: import("react").ForwardRefExoticComponent<JSX.TaroHorizontalDragGestureHandlerCore & Omit<import("react").HTMLAttributes<HTMLTaroHorizontalDragGestureHandlerCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroHorizontalDragGestureHandlerCoreElement>>;
35
+ export declare const Icon: import("react").ForwardRefExoticComponent<JSX.TaroIconCore & Omit<import("react").HTMLAttributes<HTMLTaroIconCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroIconCoreElement>>;
36
+ export declare const Image: import("react").ForwardRefExoticComponent<JSX.TaroImageCore & Omit<import("react").HTMLAttributes<HTMLTaroImageCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroImageCoreElement>>;
37
+ export declare const InlinePaymentPanel: import("react").ForwardRefExoticComponent<JSX.TaroInlinePaymentPanelCore & Omit<import("react").HTMLAttributes<HTMLTaroInlinePaymentPanelCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroInlinePaymentPanelCoreElement>>;
38
+ export declare const Input: import("react").ForwardRefExoticComponent<JSX.TaroInputCore & Omit<import("react").HTMLAttributes<HTMLTaroInputCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroInputCoreElement>>;
39
+ export declare const KeyboardAccessory: import("react").ForwardRefExoticComponent<JSX.TaroKeyboardAccessoryCore & Omit<import("react").HTMLAttributes<HTMLTaroKeyboardAccessoryCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroKeyboardAccessoryCoreElement>>;
40
+ export declare const Label: import("react").ForwardRefExoticComponent<JSX.TaroLabelCore & Omit<import("react").HTMLAttributes<HTMLTaroLabelCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroLabelCoreElement>>;
41
+ export declare const Lifestyle: import("react").ForwardRefExoticComponent<JSX.TaroLifestyleCore & Omit<import("react").HTMLAttributes<HTMLTaroLifestyleCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroLifestyleCoreElement>>;
42
+ export declare const Like: import("react").ForwardRefExoticComponent<JSX.TaroLikeCore & Omit<import("react").HTMLAttributes<HTMLTaroLikeCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroLikeCoreElement>>;
43
+ export declare const ListBuilder: import("react").ForwardRefExoticComponent<JSX.TaroListBuilderCore & Omit<import("react").HTMLAttributes<HTMLTaroListBuilderCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroListBuilderCoreElement>>;
44
+ export declare const ListView: import("react").ForwardRefExoticComponent<JSX.TaroListViewCore & Omit<import("react").HTMLAttributes<HTMLTaroListViewCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroListViewCoreElement>>;
45
+ export declare const LivePlayer: import("react").ForwardRefExoticComponent<JSX.TaroLivePlayerCore & Omit<import("react").HTMLAttributes<HTMLTaroLivePlayerCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroLivePlayerCoreElement>>;
46
+ export declare const LivePusher: import("react").ForwardRefExoticComponent<JSX.TaroLivePusherCore & Omit<import("react").HTMLAttributes<HTMLTaroLivePusherCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroLivePusherCoreElement>>;
47
+ export declare const Login: import("react").ForwardRefExoticComponent<JSX.TaroLoginCore & Omit<import("react").HTMLAttributes<HTMLTaroLoginCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroLoginCoreElement>>;
48
+ export declare const LongPressGestureHandler: import("react").ForwardRefExoticComponent<JSX.TaroLongPressGestureHandlerCore & Omit<import("react").HTMLAttributes<HTMLTaroLongPressGestureHandlerCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroLongPressGestureHandlerCoreElement>>;
49
+ export declare const Lottie: import("react").ForwardRefExoticComponent<JSX.TaroLottieCore & Omit<import("react").HTMLAttributes<HTMLTaroLottieCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroLottieCoreElement>>;
50
+ export declare const Map: import("react").ForwardRefExoticComponent<JSX.TaroMapCore & Omit<import("react").HTMLAttributes<HTMLTaroMapCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroMapCoreElement>>;
51
+ export declare const MatchMedia: import("react").ForwardRefExoticComponent<JSX.TaroMatchMediaCore & Omit<import("react").HTMLAttributes<HTMLTaroMatchMediaCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroMatchMediaCoreElement>>;
52
+ export declare const MovableArea: import("react").ForwardRefExoticComponent<JSX.TaroMovableAreaCore & Omit<import("react").HTMLAttributes<HTMLTaroMovableAreaCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroMovableAreaCoreElement>>;
53
+ export declare const MovableView: import("react").ForwardRefExoticComponent<JSX.TaroMovableViewCore & Omit<import("react").HTMLAttributes<HTMLTaroMovableViewCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroMovableViewCoreElement>>;
54
+ export declare const NativeSlot: import("react").ForwardRefExoticComponent<JSX.TaroNativeSlotCore & Omit<import("react").HTMLAttributes<HTMLTaroNativeSlotCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroNativeSlotCoreElement>>;
55
+ export declare const NavigationBar: import("react").ForwardRefExoticComponent<JSX.TaroNavigationBarCore & Omit<import("react").HTMLAttributes<HTMLTaroNavigationBarCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroNavigationBarCoreElement>>;
56
+ export declare const Navigator: import("react").ForwardRefExoticComponent<JSX.TaroNavigatorCore & Omit<import("react").HTMLAttributes<HTMLTaroNavigatorCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroNavigatorCoreElement>>;
57
+ export declare const NestedScrollBody: import("react").ForwardRefExoticComponent<JSX.TaroNestedScrollBodyCore & Omit<import("react").HTMLAttributes<HTMLTaroNestedScrollBodyCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroNestedScrollBodyCoreElement>>;
58
+ export declare const NestedScrollHeader: import("react").ForwardRefExoticComponent<JSX.TaroNestedScrollHeaderCore & Omit<import("react").HTMLAttributes<HTMLTaroNestedScrollHeaderCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroNestedScrollHeaderCoreElement>>;
59
+ export declare const OfficialAccount: import("react").ForwardRefExoticComponent<JSX.TaroOfficialAccountCore & Omit<import("react").HTMLAttributes<HTMLTaroOfficialAccountCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroOfficialAccountCoreElement>>;
60
+ export declare const OpenContainer: import("react").ForwardRefExoticComponent<JSX.TaroOpenContainerCore & Omit<import("react").HTMLAttributes<HTMLTaroOpenContainerCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroOpenContainerCoreElement>>;
61
+ export declare const OpenData: import("react").ForwardRefExoticComponent<JSX.TaroOpenDataCore & Omit<import("react").HTMLAttributes<HTMLTaroOpenDataCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroOpenDataCoreElement>>;
62
+ export declare const OpenEmbeddedAtomicservice: import("react").ForwardRefExoticComponent<JSX.TaroOpenEmbeddedAtomicserviceCore & Omit<import("react").HTMLAttributes<HTMLTaroOpenEmbeddedAtomicserviceCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroOpenEmbeddedAtomicserviceCoreElement>>;
63
+ export declare const PageContainer: import("react").ForwardRefExoticComponent<JSX.TaroPageContainerCore & Omit<import("react").HTMLAttributes<HTMLTaroPageContainerCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroPageContainerCoreElement>>;
64
+ export declare const PageMeta: import("react").ForwardRefExoticComponent<JSX.TaroPageMetaCore & Omit<import("react").HTMLAttributes<HTMLTaroPageMetaCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroPageMetaCoreElement>>;
65
+ export declare const PanGestureHandler: import("react").ForwardRefExoticComponent<JSX.TaroPanGestureHandlerCore & Omit<import("react").HTMLAttributes<HTMLTaroPanGestureHandlerCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroPanGestureHandlerCoreElement>>;
66
+ export declare const Picker: import("react").ForwardRefExoticComponent<JSX.TaroPickerCore & Omit<import("react").HTMLAttributes<HTMLTaroPickerCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroPickerCoreElement>>;
67
+ export declare const PickerGroup: import("react").ForwardRefExoticComponent<JSX.TaroPickerGroup & Omit<import("react").HTMLAttributes<HTMLTaroPickerGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroPickerGroupElement>>;
68
+ export declare const PickerViewColumn: import("react").ForwardRefExoticComponent<JSX.TaroPickerViewColumnCore & Omit<import("react").HTMLAttributes<HTMLTaroPickerViewColumnCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroPickerViewColumnCoreElement>>;
69
+ export declare const PickerView: import("react").ForwardRefExoticComponent<JSX.TaroPickerViewCore & Omit<import("react").HTMLAttributes<HTMLTaroPickerViewCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroPickerViewCoreElement>>;
70
+ export declare const Progress: import("react").ForwardRefExoticComponent<JSX.TaroProgressCore & Omit<import("react").HTMLAttributes<HTMLTaroProgressCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroProgressCoreElement>>;
71
+ export declare const PullToRefresh: import("react").ForwardRefExoticComponent<JSX.TaroPullToRefreshCore & Omit<import("react").HTMLAttributes<HTMLTaroPullToRefreshCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroPullToRefreshCoreElement>>;
72
+ export declare const Radio: import("react").ForwardRefExoticComponent<JSX.TaroRadioCore & Omit<import("react").HTMLAttributes<HTMLTaroRadioCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroRadioCoreElement>>;
73
+ export declare const RadioGroup: import("react").ForwardRefExoticComponent<JSX.TaroRadioGroupCore & Omit<import("react").HTMLAttributes<HTMLTaroRadioGroupCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroRadioGroupCoreElement>>;
74
+ export declare const RichText: import("react").ForwardRefExoticComponent<JSX.TaroRichTextCore & Omit<import("react").HTMLAttributes<HTMLTaroRichTextCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroRichTextCoreElement>>;
75
+ export declare const RootPortal: import("react").ForwardRefExoticComponent<JSX.TaroRootPortalCore & Omit<import("react").HTMLAttributes<HTMLTaroRootPortalCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroRootPortalCoreElement>>;
76
+ export declare const RtcRoom: import("react").ForwardRefExoticComponent<JSX.TaroRtcRoomCore & Omit<import("react").HTMLAttributes<HTMLTaroRtcRoomCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroRtcRoomCoreElement>>;
77
+ export declare const RtcRoomItem: import("react").ForwardRefExoticComponent<JSX.TaroRtcRoomItemCore & Omit<import("react").HTMLAttributes<HTMLTaroRtcRoomItemCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroRtcRoomItemCoreElement>>;
78
+ export declare const ScaleGestureHandler: import("react").ForwardRefExoticComponent<JSX.TaroScaleGestureHandlerCore & Omit<import("react").HTMLAttributes<HTMLTaroScaleGestureHandlerCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroScaleGestureHandlerCoreElement>>;
79
+ export declare const Script: import("react").ForwardRefExoticComponent<JSX.TaroScriptCore & Omit<import("react").HTMLAttributes<HTMLTaroScriptCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroScriptCoreElement>>;
80
+ export declare const ScrollView: import("react").ForwardRefExoticComponent<JSX.TaroScrollViewCore & Omit<import("react").HTMLAttributes<HTMLTaroScrollViewCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroScrollViewCoreElement>>;
81
+ export declare const ShareElement: import("react").ForwardRefExoticComponent<JSX.TaroShareElementCore & Omit<import("react").HTMLAttributes<HTMLTaroShareElementCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroShareElementCoreElement>>;
82
+ export declare const Slider: import("react").ForwardRefExoticComponent<JSX.TaroSliderCore & Omit<import("react").HTMLAttributes<HTMLTaroSliderCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroSliderCoreElement>>;
83
+ export declare const Slot: import("react").ForwardRefExoticComponent<JSX.TaroSlotCore & Omit<import("react").HTMLAttributes<HTMLTaroSlotCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroSlotCoreElement>>;
84
+ export declare const Snapshot: import("react").ForwardRefExoticComponent<JSX.TaroSnapshotCore & Omit<import("react").HTMLAttributes<HTMLTaroSnapshotCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroSnapshotCoreElement>>;
85
+ export declare const Span: import("react").ForwardRefExoticComponent<JSX.TaroSpanCore & Omit<import("react").HTMLAttributes<HTMLTaroSpanCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroSpanCoreElement>>;
86
+ export declare const StickyHeader: import("react").ForwardRefExoticComponent<JSX.TaroStickyHeaderCore & Omit<import("react").HTMLAttributes<HTMLTaroStickyHeaderCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroStickyHeaderCoreElement>>;
87
+ export declare const StickySection: import("react").ForwardRefExoticComponent<JSX.TaroStickySectionCore & Omit<import("react").HTMLAttributes<HTMLTaroStickySectionCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroStickySectionCoreElement>>;
88
+ export declare const Swiper: import("react").ForwardRefExoticComponent<JSX.TaroSwiperCore & Omit<import("react").HTMLAttributes<HTMLTaroSwiperCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroSwiperCoreElement>>;
89
+ export declare const SwiperItem: import("react").ForwardRefExoticComponent<JSX.TaroSwiperItemCore & Omit<import("react").HTMLAttributes<HTMLTaroSwiperItemCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroSwiperItemCoreElement>>;
90
+ export declare const Switch: import("react").ForwardRefExoticComponent<JSX.TaroSwitchCore & Omit<import("react").HTMLAttributes<HTMLTaroSwitchCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroSwitchCoreElement>>;
91
+ export declare const TabItem: import("react").ForwardRefExoticComponent<JSX.TaroTabItemCore & Omit<import("react").HTMLAttributes<HTMLTaroTabItemCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroTabItemCoreElement>>;
92
+ export declare const Tabbar: import("react").ForwardRefExoticComponent<JSX.TaroTabbar & Omit<import("react").HTMLAttributes<HTMLTaroTabbarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroTabbarElement>>;
93
+ export declare const Tabs: import("react").ForwardRefExoticComponent<JSX.TaroTabsCore & Omit<import("react").HTMLAttributes<HTMLTaroTabsCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroTabsCoreElement>>;
94
+ export declare const TapGestureHandler: import("react").ForwardRefExoticComponent<JSX.TaroTapGestureHandlerCore & Omit<import("react").HTMLAttributes<HTMLTaroTapGestureHandlerCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroTapGestureHandlerCoreElement>>;
95
+ export declare const Text: import("react").ForwardRefExoticComponent<JSX.TaroTextCore & Omit<import("react").HTMLAttributes<HTMLTaroTextCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroTextCoreElement>>;
96
+ export declare const Textarea: import("react").ForwardRefExoticComponent<JSX.TaroTextareaCore & Omit<import("react").HTMLAttributes<HTMLTaroTextareaCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroTextareaCoreElement>>;
97
+ export declare const VerticalDragGestureHandler: import("react").ForwardRefExoticComponent<JSX.TaroVerticalDragGestureHandlerCore & Omit<import("react").HTMLAttributes<HTMLTaroVerticalDragGestureHandlerCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroVerticalDragGestureHandlerCoreElement>>;
98
+ export declare const VideoControl: import("react").ForwardRefExoticComponent<JSX.TaroVideoControl & Omit<import("react").HTMLAttributes<HTMLTaroVideoControlElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroVideoControlElement>>;
99
+ export declare const Video: import("react").ForwardRefExoticComponent<JSX.TaroVideoCore & Omit<import("react").HTMLAttributes<HTMLTaroVideoCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroVideoCoreElement>>;
100
+ export declare const VideoDanmu: import("react").ForwardRefExoticComponent<JSX.TaroVideoDanmu & Omit<import("react").HTMLAttributes<HTMLTaroVideoDanmuElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroVideoDanmuElement>>;
101
+ export declare const View: import("react").ForwardRefExoticComponent<JSX.TaroViewCore & Omit<import("react").HTMLAttributes<HTMLTaroViewCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroViewCoreElement>>;
102
+ export declare const VoipRoom: import("react").ForwardRefExoticComponent<JSX.TaroVoipRoomCore & Omit<import("react").HTMLAttributes<HTMLTaroVoipRoomCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroVoipRoomCoreElement>>;
103
+ export declare const WebView: import("react").ForwardRefExoticComponent<JSX.TaroWebViewCore & Omit<import("react").HTMLAttributes<HTMLTaroWebViewCoreElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTaroWebViewCoreElement>>;
@@ -0,0 +1,112 @@
1
+ import { Fragment } from 'react';
2
+ import { manipulatePropsFunction } from './helper.js';
3
+ import './react-component-lib/index.js';
4
+ import { defineCustomElementTaroAdCore, defineCustomElementTaroAdCustomCore, defineCustomElementTaroAnimationVideoCore, defineCustomElementTaroAnimationViewCore, defineCustomElementTaroArCameraCore, defineCustomElementTaroAudioCore, defineCustomElementTaroAwemeDataCore, defineCustomElementTaroButtonCore, defineCustomElementTaroCameraCore, defineCustomElementTaroCanvasCore, defineCustomElementTaroChannelLiveCore, defineCustomElementTaroChannelVideoCore, defineCustomElementTaroCheckboxCore, defineCustomElementTaroCheckboxGroupCore, defineCustomElementTaroCommentDetailCore, defineCustomElementTaroCommentListCore, defineCustomElementTaroContactButtonCore, defineCustomElementTaroCoverImageCore, defineCustomElementTaroCoverViewCore, defineCustomElementTaroCustomWrapperCore, defineCustomElementTaroDoubleTapGestureHandlerCore, defineCustomElementTaroDraggableSheetCore, defineCustomElementTaroEditorCore, defineCustomElementTaroFollowSwanCore, defineCustomElementTaroForcePressGestureHandlerCore, defineCustomElementTaroFormCore, defineCustomElementTaroFunctionalPageNavigatorCore, defineCustomElementTaroGridBuilderCore, defineCustomElementTaroGridViewCore, defineCustomElementTaroHorizontalDragGestureHandlerCore, defineCustomElementTaroIconCore, defineCustomElementTaroImageCore, defineCustomElementTaroInlinePaymentPanelCore, defineCustomElementTaroInputCore, defineCustomElementTaroKeyboardAccessoryCore, defineCustomElementTaroLabelCore, defineCustomElementTaroLifestyleCore, defineCustomElementTaroLikeCore, defineCustomElementTaroListBuilderCore, defineCustomElementTaroListViewCore, defineCustomElementTaroLivePlayerCore, defineCustomElementTaroLivePusherCore, defineCustomElementTaroLoginCore, defineCustomElementTaroLongPressGestureHandlerCore, defineCustomElementTaroLottieCore, defineCustomElementTaroMapCore, defineCustomElementTaroMatchMediaCore, defineCustomElementTaroMovableAreaCore, defineCustomElementTaroMovableViewCore, defineCustomElementTaroNativeSlotCore, defineCustomElementTaroNavigationBarCore, defineCustomElementTaroNavigatorCore, defineCustomElementTaroNestedScrollBodyCore, defineCustomElementTaroNestedScrollHeaderCore, defineCustomElementTaroOfficialAccountCore, defineCustomElementTaroOpenContainerCore, defineCustomElementTaroOpenDataCore, defineCustomElementTaroOpenEmbeddedAtomicserviceCore, defineCustomElementTaroPageContainerCore, defineCustomElementTaroPageMetaCore, defineCustomElementTaroPanGestureHandlerCore, defineCustomElementTaroPickerCore, defineCustomElementTaroPickerGroup, defineCustomElementTaroPickerViewColumnCore, defineCustomElementTaroPickerViewCore, defineCustomElementTaroProgressCore, defineCustomElementTaroPullToRefreshCore, defineCustomElementTaroRadioCore, defineCustomElementTaroRadioGroupCore, defineCustomElementTaroRichTextCore, defineCustomElementTaroRootPortalCore, defineCustomElementTaroRtcRoomCore, defineCustomElementTaroRtcRoomItemCore, defineCustomElementTaroScaleGestureHandlerCore, defineCustomElementTaroScriptCore, defineCustomElementTaroScrollViewCore, defineCustomElementTaroShareElementCore, defineCustomElementTaroSliderCore, defineCustomElementTaroSlotCore, defineCustomElementTaroSnapshotCore, defineCustomElementTaroSpanCore, defineCustomElementTaroStickyHeaderCore, defineCustomElementTaroStickySectionCore, defineCustomElementTaroSwiperCore, defineCustomElementTaroSwiperItemCore, defineCustomElementTaroSwitchCore, defineCustomElementTaroTabItemCore, defineCustomElementTaroTabbar, defineCustomElementTaroTabsCore, defineCustomElementTaroTapGestureHandlerCore, defineCustomElementTaroTextCore, defineCustomElementTaroTextareaCore, defineCustomElementTaroVerticalDragGestureHandlerCore, defineCustomElementTaroVideoControl, defineCustomElementTaroVideoCore, defineCustomElementTaroVideoDanmu, defineCustomElementTaroViewCore, defineCustomElementTaroVoipRoomCore, defineCustomElementTaroWebViewCore } from '@tarojs/components/dist/components';
5
+ import { createReactComponent } from './react-component-lib/createComponent.js';
6
+
7
+ /* eslint-disable */
8
+ /* tslint:disable */
9
+ /* auto-generated react proxies */
10
+ const Ad = /*@__PURE__*/ createReactComponent('taro-ad-core', undefined, manipulatePropsFunction, defineCustomElementTaroAdCore);
11
+ const AdCustom = /*@__PURE__*/ createReactComponent('taro-ad-custom-core', undefined, manipulatePropsFunction, defineCustomElementTaroAdCustomCore);
12
+ const AnimationVideo = /*@__PURE__*/ createReactComponent('taro-animation-video-core', undefined, manipulatePropsFunction, defineCustomElementTaroAnimationVideoCore);
13
+ const AnimationView = /*@__PURE__*/ createReactComponent('taro-animation-view-core', undefined, manipulatePropsFunction, defineCustomElementTaroAnimationViewCore);
14
+ const ArCamera = /*@__PURE__*/ createReactComponent('taro-ar-camera-core', undefined, manipulatePropsFunction, defineCustomElementTaroArCameraCore);
15
+ const Audio = /*@__PURE__*/ createReactComponent('taro-audio-core', undefined, manipulatePropsFunction, defineCustomElementTaroAudioCore);
16
+ const AwemeData = /*@__PURE__*/ createReactComponent('taro-aweme-data-core', undefined, manipulatePropsFunction, defineCustomElementTaroAwemeDataCore);
17
+ const Block = Fragment;
18
+ const Button = /*@__PURE__*/ createReactComponent('taro-button-core', undefined, manipulatePropsFunction, defineCustomElementTaroButtonCore);
19
+ const Camera = /*@__PURE__*/ createReactComponent('taro-camera-core', undefined, manipulatePropsFunction, defineCustomElementTaroCameraCore);
20
+ const Canvas = /*@__PURE__*/ createReactComponent('taro-canvas-core', undefined, manipulatePropsFunction, defineCustomElementTaroCanvasCore);
21
+ const ChannelLive = /*@__PURE__*/ createReactComponent('taro-channel-live-core', undefined, manipulatePropsFunction, defineCustomElementTaroChannelLiveCore);
22
+ const ChannelVideo = /*@__PURE__*/ createReactComponent('taro-channel-video-core', undefined, manipulatePropsFunction, defineCustomElementTaroChannelVideoCore);
23
+ const Checkbox = /*@__PURE__*/ createReactComponent('taro-checkbox-core', undefined, manipulatePropsFunction, defineCustomElementTaroCheckboxCore);
24
+ const CheckboxGroup = /*@__PURE__*/ createReactComponent('taro-checkbox-group-core', undefined, manipulatePropsFunction, defineCustomElementTaroCheckboxGroupCore);
25
+ const CommentDetail = /*@__PURE__*/ createReactComponent('taro-comment-detail-core', undefined, manipulatePropsFunction, defineCustomElementTaroCommentDetailCore);
26
+ const CommentList = /*@__PURE__*/ createReactComponent('taro-comment-list-core', undefined, manipulatePropsFunction, defineCustomElementTaroCommentListCore);
27
+ const ContactButton = /*@__PURE__*/ createReactComponent('taro-contact-button-core', undefined, manipulatePropsFunction, defineCustomElementTaroContactButtonCore);
28
+ const CoverImage = /*@__PURE__*/ createReactComponent('taro-cover-image-core', undefined, manipulatePropsFunction, defineCustomElementTaroCoverImageCore);
29
+ const CoverView = /*@__PURE__*/ createReactComponent('taro-cover-view-core', undefined, manipulatePropsFunction, defineCustomElementTaroCoverViewCore);
30
+ const CustomWrapper = /*@__PURE__*/ createReactComponent('taro-custom-wrapper-core', undefined, manipulatePropsFunction, defineCustomElementTaroCustomWrapperCore);
31
+ const DoubleTapGestureHandler = /*@__PURE__*/ createReactComponent('taro-double-tap-gesture-handler-core', undefined, manipulatePropsFunction, defineCustomElementTaroDoubleTapGestureHandlerCore);
32
+ const DraggableSheet = /*@__PURE__*/ createReactComponent('taro-draggable-sheet-core', undefined, manipulatePropsFunction, defineCustomElementTaroDraggableSheetCore);
33
+ const Editor = /*@__PURE__*/ createReactComponent('taro-editor-core', undefined, manipulatePropsFunction, defineCustomElementTaroEditorCore);
34
+ const FollowSwan = /*@__PURE__*/ createReactComponent('taro-follow-swan-core', undefined, manipulatePropsFunction, defineCustomElementTaroFollowSwanCore);
35
+ const ForcePressGestureHandler = /*@__PURE__*/ createReactComponent('taro-force-press-gesture-handler-core', undefined, manipulatePropsFunction, defineCustomElementTaroForcePressGestureHandlerCore);
36
+ const Form = /*@__PURE__*/ createReactComponent('taro-form-core', undefined, manipulatePropsFunction, defineCustomElementTaroFormCore);
37
+ const FunctionalPageNavigator = /*@__PURE__*/ createReactComponent('taro-functional-page-navigator-core', undefined, manipulatePropsFunction, defineCustomElementTaroFunctionalPageNavigatorCore);
38
+ const GridBuilder = /*@__PURE__*/ createReactComponent('taro-grid-builder-core', undefined, manipulatePropsFunction, defineCustomElementTaroGridBuilderCore);
39
+ const GridView = /*@__PURE__*/ createReactComponent('taro-grid-view-core', undefined, manipulatePropsFunction, defineCustomElementTaroGridViewCore);
40
+ const HorizontalDragGestureHandler = /*@__PURE__*/ createReactComponent('taro-horizontal-drag-gesture-handler-core', undefined, manipulatePropsFunction, defineCustomElementTaroHorizontalDragGestureHandlerCore);
41
+ const Icon = /*@__PURE__*/ createReactComponent('taro-icon-core', undefined, manipulatePropsFunction, defineCustomElementTaroIconCore);
42
+ const Image = /*@__PURE__*/ createReactComponent('taro-image-core', undefined, manipulatePropsFunction, defineCustomElementTaroImageCore);
43
+ const InlinePaymentPanel = /*@__PURE__*/ createReactComponent('taro-inline-payment-panel-core', undefined, manipulatePropsFunction, defineCustomElementTaroInlinePaymentPanelCore);
44
+ const Input = /*@__PURE__*/ createReactComponent('taro-input-core', undefined, manipulatePropsFunction, defineCustomElementTaroInputCore);
45
+ const KeyboardAccessory = /*@__PURE__*/ createReactComponent('taro-keyboard-accessory-core', undefined, manipulatePropsFunction, defineCustomElementTaroKeyboardAccessoryCore);
46
+ const Label = /*@__PURE__*/ createReactComponent('taro-label-core', undefined, manipulatePropsFunction, defineCustomElementTaroLabelCore);
47
+ const Lifestyle = /*@__PURE__*/ createReactComponent('taro-lifestyle-core', undefined, manipulatePropsFunction, defineCustomElementTaroLifestyleCore);
48
+ const Like = /*@__PURE__*/ createReactComponent('taro-like-core', undefined, manipulatePropsFunction, defineCustomElementTaroLikeCore);
49
+ const ListBuilder = /*@__PURE__*/ createReactComponent('taro-list-builder-core', undefined, manipulatePropsFunction, defineCustomElementTaroListBuilderCore);
50
+ const ListView = /*@__PURE__*/ createReactComponent('taro-list-view-core', undefined, manipulatePropsFunction, defineCustomElementTaroListViewCore);
51
+ const LivePlayer = /*@__PURE__*/ createReactComponent('taro-live-player-core', undefined, manipulatePropsFunction, defineCustomElementTaroLivePlayerCore);
52
+ const LivePusher = /*@__PURE__*/ createReactComponent('taro-live-pusher-core', undefined, manipulatePropsFunction, defineCustomElementTaroLivePusherCore);
53
+ const Login = /*@__PURE__*/ createReactComponent('taro-login-core', undefined, manipulatePropsFunction, defineCustomElementTaroLoginCore);
54
+ const LongPressGestureHandler = /*@__PURE__*/ createReactComponent('taro-long-press-gesture-handler-core', undefined, manipulatePropsFunction, defineCustomElementTaroLongPressGestureHandlerCore);
55
+ const Lottie = /*@__PURE__*/ createReactComponent('taro-lottie-core', undefined, manipulatePropsFunction, defineCustomElementTaroLottieCore);
56
+ const Map = /*@__PURE__*/ createReactComponent('taro-map-core', undefined, manipulatePropsFunction, defineCustomElementTaroMapCore);
57
+ const MatchMedia = /*@__PURE__*/ createReactComponent('taro-match-media-core', undefined, manipulatePropsFunction, defineCustomElementTaroMatchMediaCore);
58
+ const MovableArea = /*@__PURE__*/ createReactComponent('taro-movable-area-core', undefined, manipulatePropsFunction, defineCustomElementTaroMovableAreaCore);
59
+ const MovableView = /*@__PURE__*/ createReactComponent('taro-movable-view-core', undefined, manipulatePropsFunction, defineCustomElementTaroMovableViewCore);
60
+ const NativeSlot = /*@__PURE__*/ createReactComponent('taro-native-slot-core', undefined, manipulatePropsFunction, defineCustomElementTaroNativeSlotCore);
61
+ const NavigationBar = /*@__PURE__*/ createReactComponent('taro-navigation-bar-core', undefined, manipulatePropsFunction, defineCustomElementTaroNavigationBarCore);
62
+ const Navigator = /*@__PURE__*/ createReactComponent('taro-navigator-core', undefined, manipulatePropsFunction, defineCustomElementTaroNavigatorCore);
63
+ const NestedScrollBody = /*@__PURE__*/ createReactComponent('taro-nested-scroll-body-core', undefined, manipulatePropsFunction, defineCustomElementTaroNestedScrollBodyCore);
64
+ const NestedScrollHeader = /*@__PURE__*/ createReactComponent('taro-nested-scroll-header-core', undefined, manipulatePropsFunction, defineCustomElementTaroNestedScrollHeaderCore);
65
+ const OfficialAccount = /*@__PURE__*/ createReactComponent('taro-official-account-core', undefined, manipulatePropsFunction, defineCustomElementTaroOfficialAccountCore);
66
+ const OpenContainer = /*@__PURE__*/ createReactComponent('taro-open-container-core', undefined, manipulatePropsFunction, defineCustomElementTaroOpenContainerCore);
67
+ const OpenData = /*@__PURE__*/ createReactComponent('taro-open-data-core', undefined, manipulatePropsFunction, defineCustomElementTaroOpenDataCore);
68
+ const OpenEmbeddedAtomicservice = /*@__PURE__*/ createReactComponent('taro-open-embedded-atomicservice-core', undefined, manipulatePropsFunction, defineCustomElementTaroOpenEmbeddedAtomicserviceCore);
69
+ const PageContainer = /*@__PURE__*/ createReactComponent('taro-page-container-core', undefined, manipulatePropsFunction, defineCustomElementTaroPageContainerCore);
70
+ const PageMeta = /*@__PURE__*/ createReactComponent('taro-page-meta-core', undefined, manipulatePropsFunction, defineCustomElementTaroPageMetaCore);
71
+ const PanGestureHandler = /*@__PURE__*/ createReactComponent('taro-pan-gesture-handler-core', undefined, manipulatePropsFunction, defineCustomElementTaroPanGestureHandlerCore);
72
+ const Picker = /*@__PURE__*/ createReactComponent('taro-picker-core', undefined, manipulatePropsFunction, defineCustomElementTaroPickerCore);
73
+ const PickerGroup = /*@__PURE__*/ createReactComponent('taro-picker-group', undefined, manipulatePropsFunction, defineCustomElementTaroPickerGroup);
74
+ const PickerViewColumn = /*@__PURE__*/ createReactComponent('taro-picker-view-column-core', undefined, manipulatePropsFunction, defineCustomElementTaroPickerViewColumnCore);
75
+ const PickerView = /*@__PURE__*/ createReactComponent('taro-picker-view-core', undefined, manipulatePropsFunction, defineCustomElementTaroPickerViewCore);
76
+ const Progress = /*@__PURE__*/ createReactComponent('taro-progress-core', undefined, manipulatePropsFunction, defineCustomElementTaroProgressCore);
77
+ const PullToRefresh = /*@__PURE__*/ createReactComponent('taro-pull-to-refresh-core', undefined, manipulatePropsFunction, defineCustomElementTaroPullToRefreshCore);
78
+ const Radio = /*@__PURE__*/ createReactComponent('taro-radio-core', undefined, manipulatePropsFunction, defineCustomElementTaroRadioCore);
79
+ const RadioGroup = /*@__PURE__*/ createReactComponent('taro-radio-group-core', undefined, manipulatePropsFunction, defineCustomElementTaroRadioGroupCore);
80
+ const RichText = /*@__PURE__*/ createReactComponent('taro-rich-text-core', undefined, manipulatePropsFunction, defineCustomElementTaroRichTextCore);
81
+ const RootPortal = /*@__PURE__*/ createReactComponent('taro-root-portal-core', undefined, manipulatePropsFunction, defineCustomElementTaroRootPortalCore);
82
+ const RtcRoom = /*@__PURE__*/ createReactComponent('taro-rtc-room-core', undefined, manipulatePropsFunction, defineCustomElementTaroRtcRoomCore);
83
+ const RtcRoomItem = /*@__PURE__*/ createReactComponent('taro-rtc-room-item-core', undefined, manipulatePropsFunction, defineCustomElementTaroRtcRoomItemCore);
84
+ const ScaleGestureHandler = /*@__PURE__*/ createReactComponent('taro-scale-gesture-handler-core', undefined, manipulatePropsFunction, defineCustomElementTaroScaleGestureHandlerCore);
85
+ const Script = /*@__PURE__*/ createReactComponent('taro-script-core', undefined, manipulatePropsFunction, defineCustomElementTaroScriptCore);
86
+ const ScrollView = /*@__PURE__*/ createReactComponent('taro-scroll-view-core', undefined, manipulatePropsFunction, defineCustomElementTaroScrollViewCore);
87
+ const ShareElement = /*@__PURE__*/ createReactComponent('taro-share-element-core', undefined, manipulatePropsFunction, defineCustomElementTaroShareElementCore);
88
+ const Slider = /*@__PURE__*/ createReactComponent('taro-slider-core', undefined, manipulatePropsFunction, defineCustomElementTaroSliderCore);
89
+ const Slot = /*@__PURE__*/ createReactComponent('taro-slot-core', undefined, manipulatePropsFunction, defineCustomElementTaroSlotCore);
90
+ const Snapshot = /*@__PURE__*/ createReactComponent('taro-snapshot-core', undefined, manipulatePropsFunction, defineCustomElementTaroSnapshotCore);
91
+ const Span = /*@__PURE__*/ createReactComponent('taro-span-core', undefined, manipulatePropsFunction, defineCustomElementTaroSpanCore);
92
+ const StickyHeader = /*@__PURE__*/ createReactComponent('taro-sticky-header-core', undefined, manipulatePropsFunction, defineCustomElementTaroStickyHeaderCore);
93
+ const StickySection = /*@__PURE__*/ createReactComponent('taro-sticky-section-core', undefined, manipulatePropsFunction, defineCustomElementTaroStickySectionCore);
94
+ const Swiper = /*@__PURE__*/ createReactComponent('taro-swiper-core', undefined, manipulatePropsFunction, defineCustomElementTaroSwiperCore);
95
+ const SwiperItem = /*@__PURE__*/ createReactComponent('taro-swiper-item-core', undefined, manipulatePropsFunction, defineCustomElementTaroSwiperItemCore);
96
+ const Switch = /*@__PURE__*/ createReactComponent('taro-switch-core', undefined, manipulatePropsFunction, defineCustomElementTaroSwitchCore);
97
+ const TabItem = /*@__PURE__*/ createReactComponent('taro-tab-item-core', undefined, manipulatePropsFunction, defineCustomElementTaroTabItemCore);
98
+ const Tabbar = /*@__PURE__*/ createReactComponent('taro-tabbar', undefined, manipulatePropsFunction, defineCustomElementTaroTabbar);
99
+ const Tabs = /*@__PURE__*/ createReactComponent('taro-tabs-core', undefined, manipulatePropsFunction, defineCustomElementTaroTabsCore);
100
+ const TapGestureHandler = /*@__PURE__*/ createReactComponent('taro-tap-gesture-handler-core', undefined, manipulatePropsFunction, defineCustomElementTaroTapGestureHandlerCore);
101
+ const Text = /*@__PURE__*/ createReactComponent('taro-text-core', undefined, manipulatePropsFunction, defineCustomElementTaroTextCore);
102
+ const Textarea = /*@__PURE__*/ createReactComponent('taro-textarea-core', undefined, manipulatePropsFunction, defineCustomElementTaroTextareaCore);
103
+ const VerticalDragGestureHandler = /*@__PURE__*/ createReactComponent('taro-vertical-drag-gesture-handler-core', undefined, manipulatePropsFunction, defineCustomElementTaroVerticalDragGestureHandlerCore);
104
+ const VideoControl = /*@__PURE__*/ createReactComponent('taro-video-control', undefined, manipulatePropsFunction, defineCustomElementTaroVideoControl);
105
+ const Video = /*@__PURE__*/ createReactComponent('taro-video-core', undefined, manipulatePropsFunction, defineCustomElementTaroVideoCore);
106
+ const VideoDanmu = /*@__PURE__*/ createReactComponent('taro-video-danmu', undefined, manipulatePropsFunction, defineCustomElementTaroVideoDanmu);
107
+ const View = /*@__PURE__*/ createReactComponent('taro-view-core', undefined, manipulatePropsFunction, defineCustomElementTaroViewCore);
108
+ const VoipRoom = /*@__PURE__*/ createReactComponent('taro-voip-room-core', undefined, manipulatePropsFunction, defineCustomElementTaroVoipRoomCore);
109
+ const WebView = /*@__PURE__*/ createReactComponent('taro-web-view-core', undefined, manipulatePropsFunction, defineCustomElementTaroWebViewCore);
110
+
111
+ export { Ad, AdCustom, AnimationVideo, AnimationView, ArCamera, Audio, AwemeData, Block, Button, Camera, Canvas, ChannelLive, ChannelVideo, Checkbox, CheckboxGroup, CommentDetail, CommentList, ContactButton, CoverImage, CoverView, CustomWrapper, DoubleTapGestureHandler, DraggableSheet, Editor, FollowSwan, ForcePressGestureHandler, Form, FunctionalPageNavigator, GridBuilder, GridView, HorizontalDragGestureHandler, Icon, Image, InlinePaymentPanel, Input, KeyboardAccessory, Label, Lifestyle, Like, ListBuilder, ListView, LivePlayer, LivePusher, Login, LongPressGestureHandler, Lottie, Map, MatchMedia, MovableArea, MovableView, NativeSlot, NavigationBar, Navigator, NestedScrollBody, NestedScrollHeader, OfficialAccount, OpenContainer, OpenData, OpenEmbeddedAtomicservice, PageContainer, PageMeta, PanGestureHandler, Picker, PickerGroup, PickerView, PickerViewColumn, Progress, PullToRefresh, Radio, RadioGroup, RichText, RootPortal, RtcRoom, RtcRoomItem, ScaleGestureHandler, Script, ScrollView, ShareElement, Slider, Slot, Snapshot, Span, StickyHeader, StickySection, Swiper, SwiperItem, Switch, TabItem, Tabbar, Tabs, TapGestureHandler, Text, Textarea, VerticalDragGestureHandler, Video, VideoControl, VideoDanmu, View, VoipRoom, WebView };
112
+ //# sourceMappingURL=components.js.map