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 @@
1
+ {"version":3,"file":"components.js","sources":["../../../taro-components-library-react/src/components.ts"],"sourcesContent":["/* eslint-disable */\n/* tslint:disable */\n/* auto-generated react proxies */\nimport { Fragment } from 'react'\nimport { manipulatePropsFunction } from './helper'\nimport { createReactComponent } from './react-component-lib';\n\nimport type { JSX } from '@tarojs/components/dist/types/components';\n\n// @ts-ignore\nimport { defineCustomElementTaroAdCore as defineTaroAdCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAdCustomCore as defineTaroAdCustomCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAnimationVideoCore as defineTaroAnimationVideoCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAnimationViewCore as defineTaroAnimationViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroArCameraCore as defineTaroArCameraCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAudioCore as defineTaroAudioCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroAwemeDataCore as defineTaroAwemeDataCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroBlockCore as defineTaroBlockCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroButtonCore as defineTaroButtonCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCameraCore as defineTaroCameraCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCanvasCore as defineTaroCanvasCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroChannelLiveCore as defineTaroChannelLiveCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroChannelVideoCore as defineTaroChannelVideoCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCheckboxCore as defineTaroCheckboxCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCheckboxGroupCore as defineTaroCheckboxGroupCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCommentDetailCore as defineTaroCommentDetailCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCommentListCore as defineTaroCommentListCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroContactButtonCore as defineTaroContactButtonCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCoverImageCore as defineTaroCoverImageCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCoverViewCore as defineTaroCoverViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroCustomWrapperCore as defineTaroCustomWrapperCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroDoubleTapGestureHandlerCore as defineTaroDoubleTapGestureHandlerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroDraggableSheetCore as defineTaroDraggableSheetCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroEditorCore as defineTaroEditorCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroFollowSwanCore as defineTaroFollowSwanCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroForcePressGestureHandlerCore as defineTaroForcePressGestureHandlerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroFormCore as defineTaroFormCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroFunctionalPageNavigatorCore as defineTaroFunctionalPageNavigatorCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroGridBuilderCore as defineTaroGridBuilderCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroGridViewCore as defineTaroGridViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroHorizontalDragGestureHandlerCore as defineTaroHorizontalDragGestureHandlerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroIconCore as defineTaroIconCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroImageCore as defineTaroImageCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroInlinePaymentPanelCore as defineTaroInlinePaymentPanelCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroInputCore as defineTaroInputCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroKeyboardAccessoryCore as defineTaroKeyboardAccessoryCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLabelCore as defineTaroLabelCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLifestyleCore as defineTaroLifestyleCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLikeCore as defineTaroLikeCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroListBuilderCore as defineTaroListBuilderCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroListViewCore as defineTaroListViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLivePlayerCore as defineTaroLivePlayerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLivePusherCore as defineTaroLivePusherCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLoginCore as defineTaroLoginCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLongPressGestureHandlerCore as defineTaroLongPressGestureHandlerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroLottieCore as defineTaroLottieCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMapCore as defineTaroMapCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMatchMediaCore as defineTaroMatchMediaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMovableAreaCore as defineTaroMovableAreaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroMovableViewCore as defineTaroMovableViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroNativeSlotCore as defineTaroNativeSlotCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroNavigationBarCore as defineTaroNavigationBarCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroNavigatorCore as defineTaroNavigatorCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroNestedScrollBodyCore as defineTaroNestedScrollBodyCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroNestedScrollHeaderCore as defineTaroNestedScrollHeaderCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroOfficialAccountCore as defineTaroOfficialAccountCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroOpenContainerCore as defineTaroOpenContainerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroOpenDataCore as defineTaroOpenDataCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroOpenEmbeddedAtomicserviceCore as defineTaroOpenEmbeddedAtomicserviceCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPageContainerCore as defineTaroPageContainerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPageMetaCore as defineTaroPageMetaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPanGestureHandlerCore as defineTaroPanGestureHandlerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerCore as defineTaroPickerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerGroup as defineTaroPickerGroup } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerViewColumnCore as defineTaroPickerViewColumnCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPickerViewCore as defineTaroPickerViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroProgressCore as defineTaroProgressCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroPullToRefreshCore as defineTaroPullToRefreshCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRadioCore as defineTaroRadioCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRadioGroupCore as defineTaroRadioGroupCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRichTextCore as defineTaroRichTextCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRootPortalCore as defineTaroRootPortalCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRtcRoomCore as defineTaroRtcRoomCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroRtcRoomItemCore as defineTaroRtcRoomItemCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroScaleGestureHandlerCore as defineTaroScaleGestureHandlerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroScriptCore as defineTaroScriptCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroScrollViewCore as defineTaroScrollViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroShareElementCore as defineTaroShareElementCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSliderCore as defineTaroSliderCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSlotCore as defineTaroSlotCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSnapshotCore as defineTaroSnapshotCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSpanCore as defineTaroSpanCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroStickyHeaderCore as defineTaroStickyHeaderCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroStickySectionCore as defineTaroStickySectionCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSwiperCore as defineTaroSwiperCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSwiperItemCore as defineTaroSwiperItemCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroSwitchCore as defineTaroSwitchCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTabItemCore as defineTaroTabItemCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTabbar as defineTaroTabbar } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTabsCore as defineTaroTabsCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTapGestureHandlerCore as defineTaroTapGestureHandlerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTextCore as defineTaroTextCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroTextareaCore as defineTaroTextareaCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVerticalDragGestureHandlerCore as defineTaroVerticalDragGestureHandlerCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVideoControl as defineTaroVideoControl } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVideoCore as defineTaroVideoCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVideoDanmu as defineTaroVideoDanmu } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroViewCore as defineTaroViewCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroVoipRoomCore as defineTaroVoipRoomCore } from '@tarojs/components/dist/components';\n// @ts-ignore\nimport { defineCustomElementTaroWebViewCore as defineTaroWebViewCore } from '@tarojs/components/dist/components';\n\nexport const Ad = /*@__PURE__*/createReactComponent<JSX.TaroAdCore, HTMLTaroAdCoreElement>('taro-ad-core', undefined, manipulatePropsFunction, defineTaroAdCore);\nexport const AdCustom = /*@__PURE__*/createReactComponent<JSX.TaroAdCustomCore, HTMLTaroAdCustomCoreElement>('taro-ad-custom-core', undefined, manipulatePropsFunction, defineTaroAdCustomCore);\nexport const AnimationVideo = /*@__PURE__*/createReactComponent<JSX.TaroAnimationVideoCore, HTMLTaroAnimationVideoCoreElement>('taro-animation-video-core', undefined, manipulatePropsFunction, defineTaroAnimationVideoCore);\nexport const AnimationView = /*@__PURE__*/createReactComponent<JSX.TaroAnimationViewCore, HTMLTaroAnimationViewCoreElement>('taro-animation-view-core', undefined, manipulatePropsFunction, defineTaroAnimationViewCore);\nexport const ArCamera = /*@__PURE__*/createReactComponent<JSX.TaroArCameraCore, HTMLTaroArCameraCoreElement>('taro-ar-camera-core', undefined, manipulatePropsFunction, defineTaroArCameraCore);\nexport const Audio = /*@__PURE__*/createReactComponent<JSX.TaroAudioCore, HTMLTaroAudioCoreElement>('taro-audio-core', undefined, manipulatePropsFunction, defineTaroAudioCore);\nexport const AwemeData = /*@__PURE__*/createReactComponent<JSX.TaroAwemeDataCore, HTMLTaroAwemeDataCoreElement>('taro-aweme-data-core', undefined, manipulatePropsFunction, defineTaroAwemeDataCore);\nexport const Block = Fragment;\nexport const Button = /*@__PURE__*/createReactComponent<JSX.TaroButtonCore, HTMLTaroButtonCoreElement>('taro-button-core', undefined, manipulatePropsFunction, defineTaroButtonCore);\nexport const Camera = /*@__PURE__*/createReactComponent<JSX.TaroCameraCore, HTMLTaroCameraCoreElement>('taro-camera-core', undefined, manipulatePropsFunction, defineTaroCameraCore);\nexport const Canvas = /*@__PURE__*/createReactComponent<JSX.TaroCanvasCore, HTMLTaroCanvasCoreElement>('taro-canvas-core', undefined, manipulatePropsFunction, defineTaroCanvasCore);\nexport const ChannelLive = /*@__PURE__*/createReactComponent<JSX.TaroChannelLiveCore, HTMLTaroChannelLiveCoreElement>('taro-channel-live-core', undefined, manipulatePropsFunction, defineTaroChannelLiveCore);\nexport const ChannelVideo = /*@__PURE__*/createReactComponent<JSX.TaroChannelVideoCore, HTMLTaroChannelVideoCoreElement>('taro-channel-video-core', undefined, manipulatePropsFunction, defineTaroChannelVideoCore);\nexport const Checkbox = /*@__PURE__*/createReactComponent<JSX.TaroCheckboxCore, HTMLTaroCheckboxCoreElement>('taro-checkbox-core', undefined, manipulatePropsFunction, defineTaroCheckboxCore);\nexport const CheckboxGroup = /*@__PURE__*/createReactComponent<JSX.TaroCheckboxGroupCore, HTMLTaroCheckboxGroupCoreElement>('taro-checkbox-group-core', undefined, manipulatePropsFunction, defineTaroCheckboxGroupCore);\nexport const CommentDetail = /*@__PURE__*/createReactComponent<JSX.TaroCommentDetailCore, HTMLTaroCommentDetailCoreElement>('taro-comment-detail-core', undefined, manipulatePropsFunction, defineTaroCommentDetailCore);\nexport const CommentList = /*@__PURE__*/createReactComponent<JSX.TaroCommentListCore, HTMLTaroCommentListCoreElement>('taro-comment-list-core', undefined, manipulatePropsFunction, defineTaroCommentListCore);\nexport const ContactButton = /*@__PURE__*/createReactComponent<JSX.TaroContactButtonCore, HTMLTaroContactButtonCoreElement>('taro-contact-button-core', undefined, manipulatePropsFunction, defineTaroContactButtonCore);\nexport const CoverImage = /*@__PURE__*/createReactComponent<JSX.TaroCoverImageCore, HTMLTaroCoverImageCoreElement>('taro-cover-image-core', undefined, manipulatePropsFunction, defineTaroCoverImageCore);\nexport const CoverView = /*@__PURE__*/createReactComponent<JSX.TaroCoverViewCore, HTMLTaroCoverViewCoreElement>('taro-cover-view-core', undefined, manipulatePropsFunction, defineTaroCoverViewCore);\nexport const CustomWrapper = /*@__PURE__*/createReactComponent<JSX.TaroCustomWrapperCore, HTMLTaroCustomWrapperCoreElement>('taro-custom-wrapper-core', undefined, manipulatePropsFunction, defineTaroCustomWrapperCore);\nexport const DoubleTapGestureHandler = /*@__PURE__*/createReactComponent<JSX.TaroDoubleTapGestureHandlerCore, HTMLTaroDoubleTapGestureHandlerCoreElement>('taro-double-tap-gesture-handler-core', undefined, manipulatePropsFunction, defineTaroDoubleTapGestureHandlerCore);\nexport const DraggableSheet = /*@__PURE__*/createReactComponent<JSX.TaroDraggableSheetCore, HTMLTaroDraggableSheetCoreElement>('taro-draggable-sheet-core', undefined, manipulatePropsFunction, defineTaroDraggableSheetCore);\nexport const Editor = /*@__PURE__*/createReactComponent<JSX.TaroEditorCore, HTMLTaroEditorCoreElement>('taro-editor-core', undefined, manipulatePropsFunction, defineTaroEditorCore);\nexport const FollowSwan = /*@__PURE__*/createReactComponent<JSX.TaroFollowSwanCore, HTMLTaroFollowSwanCoreElement>('taro-follow-swan-core', undefined, manipulatePropsFunction, defineTaroFollowSwanCore);\nexport const ForcePressGestureHandler = /*@__PURE__*/createReactComponent<JSX.TaroForcePressGestureHandlerCore, HTMLTaroForcePressGestureHandlerCoreElement>('taro-force-press-gesture-handler-core', undefined, manipulatePropsFunction, defineTaroForcePressGestureHandlerCore);\nexport const Form = /*@__PURE__*/createReactComponent<JSX.TaroFormCore, HTMLTaroFormCoreElement>('taro-form-core', undefined, manipulatePropsFunction, defineTaroFormCore);\nexport const FunctionalPageNavigator = /*@__PURE__*/createReactComponent<JSX.TaroFunctionalPageNavigatorCore, HTMLTaroFunctionalPageNavigatorCoreElement>('taro-functional-page-navigator-core', undefined, manipulatePropsFunction, defineTaroFunctionalPageNavigatorCore);\nexport const GridBuilder = /*@__PURE__*/createReactComponent<JSX.TaroGridBuilderCore, HTMLTaroGridBuilderCoreElement>('taro-grid-builder-core', undefined, manipulatePropsFunction, defineTaroGridBuilderCore);\nexport const GridView = /*@__PURE__*/createReactComponent<JSX.TaroGridViewCore, HTMLTaroGridViewCoreElement>('taro-grid-view-core', undefined, manipulatePropsFunction, defineTaroGridViewCore);\nexport const HorizontalDragGestureHandler = /*@__PURE__*/createReactComponent<JSX.TaroHorizontalDragGestureHandlerCore, HTMLTaroHorizontalDragGestureHandlerCoreElement>('taro-horizontal-drag-gesture-handler-core', undefined, manipulatePropsFunction, defineTaroHorizontalDragGestureHandlerCore);\nexport const Icon = /*@__PURE__*/createReactComponent<JSX.TaroIconCore, HTMLTaroIconCoreElement>('taro-icon-core', undefined, manipulatePropsFunction, defineTaroIconCore);\nexport const Image = /*@__PURE__*/createReactComponent<JSX.TaroImageCore, HTMLTaroImageCoreElement>('taro-image-core', undefined, manipulatePropsFunction, defineTaroImageCore);\nexport const InlinePaymentPanel = /*@__PURE__*/createReactComponent<JSX.TaroInlinePaymentPanelCore, HTMLTaroInlinePaymentPanelCoreElement>('taro-inline-payment-panel-core', undefined, manipulatePropsFunction, defineTaroInlinePaymentPanelCore);\nexport const Input = /*@__PURE__*/createReactComponent<JSX.TaroInputCore, HTMLTaroInputCoreElement>('taro-input-core', undefined, manipulatePropsFunction, defineTaroInputCore);\nexport const KeyboardAccessory = /*@__PURE__*/createReactComponent<JSX.TaroKeyboardAccessoryCore, HTMLTaroKeyboardAccessoryCoreElement>('taro-keyboard-accessory-core', undefined, manipulatePropsFunction, defineTaroKeyboardAccessoryCore);\nexport const Label = /*@__PURE__*/createReactComponent<JSX.TaroLabelCore, HTMLTaroLabelCoreElement>('taro-label-core', undefined, manipulatePropsFunction, defineTaroLabelCore);\nexport const Lifestyle = /*@__PURE__*/createReactComponent<JSX.TaroLifestyleCore, HTMLTaroLifestyleCoreElement>('taro-lifestyle-core', undefined, manipulatePropsFunction, defineTaroLifestyleCore);\nexport const Like = /*@__PURE__*/createReactComponent<JSX.TaroLikeCore, HTMLTaroLikeCoreElement>('taro-like-core', undefined, manipulatePropsFunction, defineTaroLikeCore);\nexport const ListBuilder = /*@__PURE__*/createReactComponent<JSX.TaroListBuilderCore, HTMLTaroListBuilderCoreElement>('taro-list-builder-core', undefined, manipulatePropsFunction, defineTaroListBuilderCore);\nexport const ListView = /*@__PURE__*/createReactComponent<JSX.TaroListViewCore, HTMLTaroListViewCoreElement>('taro-list-view-core', undefined, manipulatePropsFunction, defineTaroListViewCore);\nexport const LivePlayer = /*@__PURE__*/createReactComponent<JSX.TaroLivePlayerCore, HTMLTaroLivePlayerCoreElement>('taro-live-player-core', undefined, manipulatePropsFunction, defineTaroLivePlayerCore);\nexport const LivePusher = /*@__PURE__*/createReactComponent<JSX.TaroLivePusherCore, HTMLTaroLivePusherCoreElement>('taro-live-pusher-core', undefined, manipulatePropsFunction, defineTaroLivePusherCore);\nexport const Login = /*@__PURE__*/createReactComponent<JSX.TaroLoginCore, HTMLTaroLoginCoreElement>('taro-login-core', undefined, manipulatePropsFunction, defineTaroLoginCore);\nexport const LongPressGestureHandler = /*@__PURE__*/createReactComponent<JSX.TaroLongPressGestureHandlerCore, HTMLTaroLongPressGestureHandlerCoreElement>('taro-long-press-gesture-handler-core', undefined, manipulatePropsFunction, defineTaroLongPressGestureHandlerCore);\nexport const Lottie = /*@__PURE__*/createReactComponent<JSX.TaroLottieCore, HTMLTaroLottieCoreElement>('taro-lottie-core', undefined, manipulatePropsFunction, defineTaroLottieCore);\nexport const Map = /*@__PURE__*/createReactComponent<JSX.TaroMapCore, HTMLTaroMapCoreElement>('taro-map-core', undefined, manipulatePropsFunction, defineTaroMapCore);\nexport const MatchMedia = /*@__PURE__*/createReactComponent<JSX.TaroMatchMediaCore, HTMLTaroMatchMediaCoreElement>('taro-match-media-core', undefined, manipulatePropsFunction, defineTaroMatchMediaCore);\nexport const MovableArea = /*@__PURE__*/createReactComponent<JSX.TaroMovableAreaCore, HTMLTaroMovableAreaCoreElement>('taro-movable-area-core', undefined, manipulatePropsFunction, defineTaroMovableAreaCore);\nexport const MovableView = /*@__PURE__*/createReactComponent<JSX.TaroMovableViewCore, HTMLTaroMovableViewCoreElement>('taro-movable-view-core', undefined, manipulatePropsFunction, defineTaroMovableViewCore);\nexport const NativeSlot = /*@__PURE__*/createReactComponent<JSX.TaroNativeSlotCore, HTMLTaroNativeSlotCoreElement>('taro-native-slot-core', undefined, manipulatePropsFunction, defineTaroNativeSlotCore);\nexport const NavigationBar = /*@__PURE__*/createReactComponent<JSX.TaroNavigationBarCore, HTMLTaroNavigationBarCoreElement>('taro-navigation-bar-core', undefined, manipulatePropsFunction, defineTaroNavigationBarCore);\nexport const Navigator = /*@__PURE__*/createReactComponent<JSX.TaroNavigatorCore, HTMLTaroNavigatorCoreElement>('taro-navigator-core', undefined, manipulatePropsFunction, defineTaroNavigatorCore);\nexport const NestedScrollBody = /*@__PURE__*/createReactComponent<JSX.TaroNestedScrollBodyCore, HTMLTaroNestedScrollBodyCoreElement>('taro-nested-scroll-body-core', undefined, manipulatePropsFunction, defineTaroNestedScrollBodyCore);\nexport const NestedScrollHeader = /*@__PURE__*/createReactComponent<JSX.TaroNestedScrollHeaderCore, HTMLTaroNestedScrollHeaderCoreElement>('taro-nested-scroll-header-core', undefined, manipulatePropsFunction, defineTaroNestedScrollHeaderCore);\nexport const OfficialAccount = /*@__PURE__*/createReactComponent<JSX.TaroOfficialAccountCore, HTMLTaroOfficialAccountCoreElement>('taro-official-account-core', undefined, manipulatePropsFunction, defineTaroOfficialAccountCore);\nexport const OpenContainer = /*@__PURE__*/createReactComponent<JSX.TaroOpenContainerCore, HTMLTaroOpenContainerCoreElement>('taro-open-container-core', undefined, manipulatePropsFunction, defineTaroOpenContainerCore);\nexport const OpenData = /*@__PURE__*/createReactComponent<JSX.TaroOpenDataCore, HTMLTaroOpenDataCoreElement>('taro-open-data-core', undefined, manipulatePropsFunction, defineTaroOpenDataCore);\nexport const OpenEmbeddedAtomicservice = /*@__PURE__*/createReactComponent<JSX.TaroOpenEmbeddedAtomicserviceCore, HTMLTaroOpenEmbeddedAtomicserviceCoreElement>('taro-open-embedded-atomicservice-core', undefined, manipulatePropsFunction, defineTaroOpenEmbeddedAtomicserviceCore);\nexport const PageContainer = /*@__PURE__*/createReactComponent<JSX.TaroPageContainerCore, HTMLTaroPageContainerCoreElement>('taro-page-container-core', undefined, manipulatePropsFunction, defineTaroPageContainerCore);\nexport const PageMeta = /*@__PURE__*/createReactComponent<JSX.TaroPageMetaCore, HTMLTaroPageMetaCoreElement>('taro-page-meta-core', undefined, manipulatePropsFunction, defineTaroPageMetaCore);\nexport const PanGestureHandler = /*@__PURE__*/createReactComponent<JSX.TaroPanGestureHandlerCore, HTMLTaroPanGestureHandlerCoreElement>('taro-pan-gesture-handler-core', undefined, manipulatePropsFunction, defineTaroPanGestureHandlerCore);\nexport const Picker = /*@__PURE__*/createReactComponent<JSX.TaroPickerCore, HTMLTaroPickerCoreElement>('taro-picker-core', undefined, manipulatePropsFunction, defineTaroPickerCore);\nexport const PickerGroup = /*@__PURE__*/createReactComponent<JSX.TaroPickerGroup, HTMLTaroPickerGroupElement>('taro-picker-group', undefined, manipulatePropsFunction, defineTaroPickerGroup);\nexport const PickerViewColumn = /*@__PURE__*/createReactComponent<JSX.TaroPickerViewColumnCore, HTMLTaroPickerViewColumnCoreElement>('taro-picker-view-column-core', undefined, manipulatePropsFunction, defineTaroPickerViewColumnCore);\nexport const PickerView = /*@__PURE__*/createReactComponent<JSX.TaroPickerViewCore, HTMLTaroPickerViewCoreElement>('taro-picker-view-core', undefined, manipulatePropsFunction, defineTaroPickerViewCore);\nexport const Progress = /*@__PURE__*/createReactComponent<JSX.TaroProgressCore, HTMLTaroProgressCoreElement>('taro-progress-core', undefined, manipulatePropsFunction, defineTaroProgressCore);\nexport const PullToRefresh = /*@__PURE__*/createReactComponent<JSX.TaroPullToRefreshCore, HTMLTaroPullToRefreshCoreElement>('taro-pull-to-refresh-core', undefined, manipulatePropsFunction, defineTaroPullToRefreshCore);\nexport const Radio = /*@__PURE__*/createReactComponent<JSX.TaroRadioCore, HTMLTaroRadioCoreElement>('taro-radio-core', undefined, manipulatePropsFunction, defineTaroRadioCore);\nexport const RadioGroup = /*@__PURE__*/createReactComponent<JSX.TaroRadioGroupCore, HTMLTaroRadioGroupCoreElement>('taro-radio-group-core', undefined, manipulatePropsFunction, defineTaroRadioGroupCore);\nexport const RichText = /*@__PURE__*/createReactComponent<JSX.TaroRichTextCore, HTMLTaroRichTextCoreElement>('taro-rich-text-core', undefined, manipulatePropsFunction, defineTaroRichTextCore);\nexport const RootPortal = /*@__PURE__*/createReactComponent<JSX.TaroRootPortalCore, HTMLTaroRootPortalCoreElement>('taro-root-portal-core', undefined, manipulatePropsFunction, defineTaroRootPortalCore);\nexport const RtcRoom = /*@__PURE__*/createReactComponent<JSX.TaroRtcRoomCore, HTMLTaroRtcRoomCoreElement>('taro-rtc-room-core', undefined, manipulatePropsFunction, defineTaroRtcRoomCore);\nexport const RtcRoomItem = /*@__PURE__*/createReactComponent<JSX.TaroRtcRoomItemCore, HTMLTaroRtcRoomItemCoreElement>('taro-rtc-room-item-core', undefined, manipulatePropsFunction, defineTaroRtcRoomItemCore);\nexport const ScaleGestureHandler = /*@__PURE__*/createReactComponent<JSX.TaroScaleGestureHandlerCore, HTMLTaroScaleGestureHandlerCoreElement>('taro-scale-gesture-handler-core', undefined, manipulatePropsFunction, defineTaroScaleGestureHandlerCore);\nexport const Script = /*@__PURE__*/createReactComponent<JSX.TaroScriptCore, HTMLTaroScriptCoreElement>('taro-script-core', undefined, manipulatePropsFunction, defineTaroScriptCore);\nexport const ScrollView = /*@__PURE__*/createReactComponent<JSX.TaroScrollViewCore, HTMLTaroScrollViewCoreElement>('taro-scroll-view-core', undefined, manipulatePropsFunction, defineTaroScrollViewCore);\nexport const ShareElement = /*@__PURE__*/createReactComponent<JSX.TaroShareElementCore, HTMLTaroShareElementCoreElement>('taro-share-element-core', undefined, manipulatePropsFunction, defineTaroShareElementCore);\nexport const Slider = /*@__PURE__*/createReactComponent<JSX.TaroSliderCore, HTMLTaroSliderCoreElement>('taro-slider-core', undefined, manipulatePropsFunction, defineTaroSliderCore);\nexport const Slot = /*@__PURE__*/createReactComponent<JSX.TaroSlotCore, HTMLTaroSlotCoreElement>('taro-slot-core', undefined, manipulatePropsFunction, defineTaroSlotCore);\nexport const Snapshot = /*@__PURE__*/createReactComponent<JSX.TaroSnapshotCore, HTMLTaroSnapshotCoreElement>('taro-snapshot-core', undefined, manipulatePropsFunction, defineTaroSnapshotCore);\nexport const Span = /*@__PURE__*/createReactComponent<JSX.TaroSpanCore, HTMLTaroSpanCoreElement>('taro-span-core', undefined, manipulatePropsFunction, defineTaroSpanCore);\nexport const StickyHeader = /*@__PURE__*/createReactComponent<JSX.TaroStickyHeaderCore, HTMLTaroStickyHeaderCoreElement>('taro-sticky-header-core', undefined, manipulatePropsFunction, defineTaroStickyHeaderCore);\nexport const StickySection = /*@__PURE__*/createReactComponent<JSX.TaroStickySectionCore, HTMLTaroStickySectionCoreElement>('taro-sticky-section-core', undefined, manipulatePropsFunction, defineTaroStickySectionCore);\nexport const Swiper = /*@__PURE__*/createReactComponent<JSX.TaroSwiperCore, HTMLTaroSwiperCoreElement>('taro-swiper-core', undefined, manipulatePropsFunction, defineTaroSwiperCore);\nexport const SwiperItem = /*@__PURE__*/createReactComponent<JSX.TaroSwiperItemCore, HTMLTaroSwiperItemCoreElement>('taro-swiper-item-core', undefined, manipulatePropsFunction, defineTaroSwiperItemCore);\nexport const Switch = /*@__PURE__*/createReactComponent<JSX.TaroSwitchCore, HTMLTaroSwitchCoreElement>('taro-switch-core', undefined, manipulatePropsFunction, defineTaroSwitchCore);\nexport const TabItem = /*@__PURE__*/createReactComponent<JSX.TaroTabItemCore, HTMLTaroTabItemCoreElement>('taro-tab-item-core', undefined, manipulatePropsFunction, defineTaroTabItemCore);\nexport const Tabbar = /*@__PURE__*/createReactComponent<JSX.TaroTabbar, HTMLTaroTabbarElement>('taro-tabbar', undefined, manipulatePropsFunction, defineTaroTabbar);\nexport const Tabs = /*@__PURE__*/createReactComponent<JSX.TaroTabsCore, HTMLTaroTabsCoreElement>('taro-tabs-core', undefined, manipulatePropsFunction, defineTaroTabsCore);\nexport const TapGestureHandler = /*@__PURE__*/createReactComponent<JSX.TaroTapGestureHandlerCore, HTMLTaroTapGestureHandlerCoreElement>('taro-tap-gesture-handler-core', undefined, manipulatePropsFunction, defineTaroTapGestureHandlerCore);\nexport const Text = /*@__PURE__*/createReactComponent<JSX.TaroTextCore, HTMLTaroTextCoreElement>('taro-text-core', undefined, manipulatePropsFunction, defineTaroTextCore);\nexport const Textarea = /*@__PURE__*/createReactComponent<JSX.TaroTextareaCore, HTMLTaroTextareaCoreElement>('taro-textarea-core', undefined, manipulatePropsFunction, defineTaroTextareaCore);\nexport const VerticalDragGestureHandler = /*@__PURE__*/createReactComponent<JSX.TaroVerticalDragGestureHandlerCore, HTMLTaroVerticalDragGestureHandlerCoreElement>('taro-vertical-drag-gesture-handler-core', undefined, manipulatePropsFunction, defineTaroVerticalDragGestureHandlerCore);\nexport const VideoControl = /*@__PURE__*/createReactComponent<JSX.TaroVideoControl, HTMLTaroVideoControlElement>('taro-video-control', undefined, manipulatePropsFunction, defineTaroVideoControl);\nexport const Video = /*@__PURE__*/createReactComponent<JSX.TaroVideoCore, HTMLTaroVideoCoreElement>('taro-video-core', undefined, manipulatePropsFunction, defineTaroVideoCore);\nexport const VideoDanmu = /*@__PURE__*/createReactComponent<JSX.TaroVideoDanmu, HTMLTaroVideoDanmuElement>('taro-video-danmu', undefined, manipulatePropsFunction, defineTaroVideoDanmu);\nexport const View = /*@__PURE__*/createReactComponent<JSX.TaroViewCore, HTMLTaroViewCoreElement>('taro-view-core', undefined, manipulatePropsFunction, defineTaroViewCore);\nexport const VoipRoom = /*@__PURE__*/createReactComponent<JSX.TaroVoipRoomCore, HTMLTaroVoipRoomCoreElement>('taro-voip-room-core', undefined, manipulatePropsFunction, defineTaroVoipRoomCore);\nexport const WebView = /*@__PURE__*/createReactComponent<JSX.TaroWebViewCore, HTMLTaroWebViewCoreElement>('taro-web-view-core', undefined, manipulatePropsFunction, defineTaroWebViewCore);\n"],"names":["defineTaroAdCore","defineTaroAdCustomCore","defineTaroAnimationVideoCore","defineTaroAnimationViewCore","defineTaroArCameraCore","defineTaroAudioCore","defineTaroAwemeDataCore","defineTaroButtonCore","defineTaroCameraCore","defineTaroCanvasCore","defineTaroChannelLiveCore","defineTaroChannelVideoCore","defineTaroCheckboxCore","defineTaroCheckboxGroupCore","defineTaroCommentDetailCore","defineTaroCommentListCore","defineTaroContactButtonCore","defineTaroCoverImageCore","defineTaroCoverViewCore","defineTaroCustomWrapperCore","defineTaroDoubleTapGestureHandlerCore","defineTaroDraggableSheetCore","defineTaroEditorCore","defineTaroFollowSwanCore","defineTaroForcePressGestureHandlerCore","defineTaroFormCore","defineTaroFunctionalPageNavigatorCore","defineTaroGridBuilderCore","defineTaroGridViewCore","defineTaroHorizontalDragGestureHandlerCore","defineTaroIconCore","defineTaroImageCore","defineTaroInlinePaymentPanelCore","defineTaroInputCore","defineTaroKeyboardAccessoryCore","defineTaroLabelCore","defineTaroLifestyleCore","defineTaroLikeCore","defineTaroListBuilderCore","defineTaroListViewCore","defineTaroLivePlayerCore","defineTaroLivePusherCore","defineTaroLoginCore","defineTaroLongPressGestureHandlerCore","defineTaroLottieCore","defineTaroMapCore","defineTaroMatchMediaCore","defineTaroMovableAreaCore","defineTaroMovableViewCore","defineTaroNativeSlotCore","defineTaroNavigationBarCore","defineTaroNavigatorCore","defineTaroNestedScrollBodyCore","defineTaroNestedScrollHeaderCore","defineTaroOfficialAccountCore","defineTaroOpenContainerCore","defineTaroOpenDataCore","defineTaroOpenEmbeddedAtomicserviceCore","defineTaroPageContainerCore","defineTaroPageMetaCore","defineTaroPanGestureHandlerCore","defineTaroPickerCore","defineTaroPickerGroup","defineTaroPickerViewColumnCore","defineTaroPickerViewCore","defineTaroProgressCore","defineTaroPullToRefreshCore","defineTaroRadioCore","defineTaroRadioGroupCore","defineTaroRichTextCore","defineTaroRootPortalCore","defineTaroRtcRoomCore","defineTaroRtcRoomItemCore","defineTaroScaleGestureHandlerCore","defineTaroScriptCore","defineTaroScrollViewCore","defineTaroShareElementCore","defineTaroSliderCore","defineTaroSlotCore","defineTaroSnapshotCore","defineTaroSpanCore","defineTaroStickyHeaderCore","defineTaroStickySectionCore","defineTaroSwiperCore","defineTaroSwiperItemCore","defineTaroSwitchCore","defineTaroTabItemCore","defineTaroTabbar","defineTaroTabsCore","defineTaroTapGestureHandlerCore","defineTaroTextCore","defineTaroTextareaCore","defineTaroVerticalDragGestureHandlerCore","defineTaroVideoControl","defineTaroVideoCore","defineTaroVideoDanmu","defineTaroViewCore","defineTaroVoipRoomCore","defineTaroWebViewCore"],"mappings":";;;;;;AAAA;AACA;AACA;AAgNa,MAAA,EAAE,iBAAgB,oBAAoB,CAAwC,cAAc,EAAE,SAAS,EAAE,uBAAuB,EAAEA,6BAAgB;AAClJ,MAAA,QAAQ,iBAAgB,oBAAoB,CAAoD,qBAAqB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,mCAAsB;AACjL,MAAA,cAAc,iBAAgB,oBAAoB,CAAgE,2BAA2B,EAAE,SAAS,EAAE,uBAAuB,EAAEC,yCAA4B;AAC/M,MAAA,aAAa,iBAAgB,oBAAoB,CAA8D,0BAA0B,EAAE,SAAS,EAAE,uBAAuB,EAAEC,wCAA2B;AAC1M,MAAA,QAAQ,iBAAgB,oBAAoB,CAAoD,qBAAqB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,mCAAsB;AACjL,MAAA,KAAK,iBAAgB,oBAAoB,CAA8C,iBAAiB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,gCAAmB;AACjK,MAAA,SAAS,iBAAgB,oBAAoB,CAAsD,sBAAsB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,oCAAuB;AAC5L,MAAM,KAAK,GAAG;AACR,MAAA,MAAM,iBAAgB,oBAAoB,CAAgD,kBAAkB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,iCAAoB;AACtK,MAAA,MAAM,iBAAgB,oBAAoB,CAAgD,kBAAkB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,iCAAoB;AACtK,MAAA,MAAM,iBAAgB,oBAAoB,CAAgD,kBAAkB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,iCAAoB;AACtK,MAAA,WAAW,iBAAgB,oBAAoB,CAA0D,wBAAwB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,sCAAyB;AAChM,MAAA,YAAY,iBAAgB,oBAAoB,CAA4D,yBAAyB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,uCAA0B;AACrM,MAAA,QAAQ,iBAAgB,oBAAoB,CAAoD,oBAAoB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,mCAAsB;AAChL,MAAA,aAAa,iBAAgB,oBAAoB,CAA8D,0BAA0B,EAAE,SAAS,EAAE,uBAAuB,EAAEC,wCAA2B;AAC1M,MAAA,aAAa,iBAAgB,oBAAoB,CAA8D,0BAA0B,EAAE,SAAS,EAAE,uBAAuB,EAAEC,wCAA2B;AAC1M,MAAA,WAAW,iBAAgB,oBAAoB,CAA0D,wBAAwB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,sCAAyB;AAChM,MAAA,aAAa,iBAAgB,oBAAoB,CAA8D,0BAA0B,EAAE,SAAS,EAAE,uBAAuB,EAAEC,wCAA2B;AAC1M,MAAA,UAAU,iBAAgB,oBAAoB,CAAwD,uBAAuB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,qCAAwB;AAC3L,MAAA,SAAS,iBAAgB,oBAAoB,CAAsD,sBAAsB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,oCAAuB;AACtL,MAAA,aAAa,iBAAgB,oBAAoB,CAA8D,0BAA0B,EAAE,SAAS,EAAE,uBAAuB,EAAEC,wCAA2B;AAC1M,MAAA,uBAAuB,iBAAgB,oBAAoB,CAAkF,sCAAsC,EAAE,SAAS,EAAE,uBAAuB,EAAEC,kDAAqC;AAC9P,MAAA,cAAc,iBAAgB,oBAAoB,CAAgE,2BAA2B,EAAE,SAAS,EAAE,uBAAuB,EAAEC,yCAA4B;AAC/M,MAAA,MAAM,iBAAgB,oBAAoB,CAAgD,kBAAkB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,iCAAoB;AACtK,MAAA,UAAU,iBAAgB,oBAAoB,CAAwD,uBAAuB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,qCAAwB;AAC3L,MAAA,wBAAwB,iBAAgB,oBAAoB,CAAoF,uCAAuC,EAAE,SAAS,EAAE,uBAAuB,EAAEC,mDAAsC;AACnQ,MAAA,IAAI,iBAAgB,oBAAoB,CAA4C,gBAAgB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,+BAAkB;AAC5J,MAAA,uBAAuB,iBAAgB,oBAAoB,CAAkF,qCAAqC,EAAE,SAAS,EAAE,uBAAuB,EAAEC,kDAAqC;AAC7P,MAAA,WAAW,iBAAgB,oBAAoB,CAA0D,wBAAwB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,sCAAyB;AAChM,MAAA,QAAQ,iBAAgB,oBAAoB,CAAoD,qBAAqB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,mCAAsB;AACjL,MAAA,4BAA4B,iBAAgB,oBAAoB,CAA4F,2CAA2C,EAAE,SAAS,EAAE,uBAAuB,EAAEC,uDAA0C;AACvR,MAAA,IAAI,iBAAgB,oBAAoB,CAA4C,gBAAgB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,+BAAkB;AAC5J,MAAA,KAAK,iBAAgB,oBAAoB,CAA8C,iBAAiB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,gCAAmB;AACjK,MAAA,kBAAkB,iBAAgB,oBAAoB,CAAwE,gCAAgC,EAAE,SAAS,EAAE,uBAAuB,EAAEC,6CAAgC;AACpO,MAAA,KAAK,iBAAgB,oBAAoB,CAA8C,iBAAiB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,gCAAmB;AACjK,MAAA,iBAAiB,iBAAgB,oBAAoB,CAAsE,8BAA8B,EAAE,SAAS,EAAE,uBAAuB,EAAEC,4CAA+B;AAC9N,MAAA,KAAK,iBAAgB,oBAAoB,CAA8C,iBAAiB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,gCAAmB;AACjK,MAAA,SAAS,iBAAgB,oBAAoB,CAAsD,qBAAqB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,oCAAuB;AACrL,MAAA,IAAI,iBAAgB,oBAAoB,CAA4C,gBAAgB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,+BAAkB;AAC5J,MAAA,WAAW,iBAAgB,oBAAoB,CAA0D,wBAAwB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,sCAAyB;AAChM,MAAA,QAAQ,iBAAgB,oBAAoB,CAAoD,qBAAqB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,mCAAsB;AACjL,MAAA,UAAU,iBAAgB,oBAAoB,CAAwD,uBAAuB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,qCAAwB;AAC3L,MAAA,UAAU,iBAAgB,oBAAoB,CAAwD,uBAAuB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,qCAAwB;AAC3L,MAAA,KAAK,iBAAgB,oBAAoB,CAA8C,iBAAiB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,gCAAmB;AACjK,MAAA,uBAAuB,iBAAgB,oBAAoB,CAAkF,sCAAsC,EAAE,SAAS,EAAE,uBAAuB,EAAEC,kDAAqC;AAC9P,MAAA,MAAM,iBAAgB,oBAAoB,CAAgD,kBAAkB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,iCAAoB;AACtK,MAAA,GAAG,iBAAgB,oBAAoB,CAA0C,eAAe,EAAE,SAAS,EAAE,uBAAuB,EAAEC,8BAAiB;AACvJ,MAAA,UAAU,iBAAgB,oBAAoB,CAAwD,uBAAuB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,qCAAwB;AAC3L,MAAA,WAAW,iBAAgB,oBAAoB,CAA0D,wBAAwB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,sCAAyB;AAChM,MAAA,WAAW,iBAAgB,oBAAoB,CAA0D,wBAAwB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,sCAAyB;AAChM,MAAA,UAAU,iBAAgB,oBAAoB,CAAwD,uBAAuB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,qCAAwB;AAC3L,MAAA,aAAa,iBAAgB,oBAAoB,CAA8D,0BAA0B,EAAE,SAAS,EAAE,uBAAuB,EAAEC,wCAA2B;AAC1M,MAAA,SAAS,iBAAgB,oBAAoB,CAAsD,qBAAqB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,oCAAuB;AACrL,MAAA,gBAAgB,iBAAgB,oBAAoB,CAAoE,8BAA8B,EAAE,SAAS,EAAE,uBAAuB,EAAEC,2CAA8B;AAC1N,MAAA,kBAAkB,iBAAgB,oBAAoB,CAAwE,gCAAgC,EAAE,SAAS,EAAE,uBAAuB,EAAEC,6CAAgC;AACpO,MAAA,eAAe,iBAAgB,oBAAoB,CAAkE,4BAA4B,EAAE,SAAS,EAAE,uBAAuB,EAAEC,0CAA6B;AACpN,MAAA,aAAa,iBAAgB,oBAAoB,CAA8D,0BAA0B,EAAE,SAAS,EAAE,uBAAuB,EAAEC,wCAA2B;AAC1M,MAAA,QAAQ,iBAAgB,oBAAoB,CAAoD,qBAAqB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,mCAAsB;AACjL,MAAA,yBAAyB,iBAAgB,oBAAoB,CAAsF,uCAAuC,EAAE,SAAS,EAAE,uBAAuB,EAAEC,oDAAuC;AACvQ,MAAA,aAAa,iBAAgB,oBAAoB,CAA8D,0BAA0B,EAAE,SAAS,EAAE,uBAAuB,EAAEC,wCAA2B;AAC1M,MAAA,QAAQ,iBAAgB,oBAAoB,CAAoD,qBAAqB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,mCAAsB;AACjL,MAAA,iBAAiB,iBAAgB,oBAAoB,CAAsE,+BAA+B,EAAE,SAAS,EAAE,uBAAuB,EAAEC,4CAA+B;AAC/N,MAAA,MAAM,iBAAgB,oBAAoB,CAAgD,kBAAkB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,iCAAoB;AACtK,MAAA,WAAW,iBAAgB,oBAAoB,CAAkD,mBAAmB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,kCAAqB;AAC/K,MAAA,gBAAgB,iBAAgB,oBAAoB,CAAoE,8BAA8B,EAAE,SAAS,EAAE,uBAAuB,EAAEC,2CAA8B;AAC1N,MAAA,UAAU,iBAAgB,oBAAoB,CAAwD,uBAAuB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,qCAAwB;AAC3L,MAAA,QAAQ,iBAAgB,oBAAoB,CAAoD,oBAAoB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,mCAAsB;AAChL,MAAA,aAAa,iBAAgB,oBAAoB,CAA8D,2BAA2B,EAAE,SAAS,EAAE,uBAAuB,EAAEC,wCAA2B;AAC3M,MAAA,KAAK,iBAAgB,oBAAoB,CAA8C,iBAAiB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,gCAAmB;AACjK,MAAA,UAAU,iBAAgB,oBAAoB,CAAwD,uBAAuB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,qCAAwB;AAC3L,MAAA,QAAQ,iBAAgB,oBAAoB,CAAoD,qBAAqB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,mCAAsB;AACjL,MAAA,UAAU,iBAAgB,oBAAoB,CAAwD,uBAAuB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,qCAAwB;AAC3L,MAAA,OAAO,iBAAgB,oBAAoB,CAAkD,oBAAoB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,kCAAqB;AAC5K,MAAA,WAAW,iBAAgB,oBAAoB,CAA0D,yBAAyB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,sCAAyB;AACjM,MAAA,mBAAmB,iBAAgB,oBAAoB,CAA0E,iCAAiC,EAAE,SAAS,EAAE,uBAAuB,EAAEC,8CAAiC;AACzO,MAAA,MAAM,iBAAgB,oBAAoB,CAAgD,kBAAkB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,iCAAoB;AACtK,MAAA,UAAU,iBAAgB,oBAAoB,CAAwD,uBAAuB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,qCAAwB;AAC3L,MAAA,YAAY,iBAAgB,oBAAoB,CAA4D,yBAAyB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,uCAA0B;AACrM,MAAA,MAAM,iBAAgB,oBAAoB,CAAgD,kBAAkB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,iCAAoB;AACtK,MAAA,IAAI,iBAAgB,oBAAoB,CAA4C,gBAAgB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,+BAAkB;AAC5J,MAAA,QAAQ,iBAAgB,oBAAoB,CAAoD,oBAAoB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,mCAAsB;AAChL,MAAA,IAAI,iBAAgB,oBAAoB,CAA4C,gBAAgB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,+BAAkB;AAC5J,MAAA,YAAY,iBAAgB,oBAAoB,CAA4D,yBAAyB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,uCAA0B;AACrM,MAAA,aAAa,iBAAgB,oBAAoB,CAA8D,0BAA0B,EAAE,SAAS,EAAE,uBAAuB,EAAEC,wCAA2B;AAC1M,MAAA,MAAM,iBAAgB,oBAAoB,CAAgD,kBAAkB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,iCAAoB;AACtK,MAAA,UAAU,iBAAgB,oBAAoB,CAAwD,uBAAuB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,qCAAwB;AAC3L,MAAA,MAAM,iBAAgB,oBAAoB,CAAgD,kBAAkB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,iCAAoB;AACtK,MAAA,OAAO,iBAAgB,oBAAoB,CAAkD,oBAAoB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,kCAAqB;AAC5K,MAAA,MAAM,iBAAgB,oBAAoB,CAAwC,aAAa,EAAE,SAAS,EAAE,uBAAuB,EAAEC,6BAAgB;AACrJ,MAAA,IAAI,iBAAgB,oBAAoB,CAA4C,gBAAgB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,+BAAkB;AAC5J,MAAA,iBAAiB,iBAAgB,oBAAoB,CAAsE,+BAA+B,EAAE,SAAS,EAAE,uBAAuB,EAAEC,4CAA+B;AAC/N,MAAA,IAAI,iBAAgB,oBAAoB,CAA4C,gBAAgB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,+BAAkB;AAC5J,MAAA,QAAQ,iBAAgB,oBAAoB,CAAoD,oBAAoB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,mCAAsB;AAChL,MAAA,0BAA0B,iBAAgB,oBAAoB,CAAwF,yCAAyC,EAAE,SAAS,EAAE,uBAAuB,EAAEC,qDAAwC;AAC7Q,MAAA,YAAY,iBAAgB,oBAAoB,CAAoD,oBAAoB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,mCAAsB;AACpL,MAAA,KAAK,iBAAgB,oBAAoB,CAA8C,iBAAiB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,gCAAmB;AACjK,MAAA,UAAU,iBAAgB,oBAAoB,CAAgD,kBAAkB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,iCAAoB;AAC1K,MAAA,IAAI,iBAAgB,oBAAoB,CAA4C,gBAAgB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,+BAAkB;AAC5J,MAAA,QAAQ,iBAAgB,oBAAoB,CAAoD,qBAAqB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,mCAAsB;AACjL,MAAA,OAAO,iBAAgB,oBAAoB,CAAkD,oBAAoB,EAAE,SAAS,EAAE,uBAAuB,EAAEC,kCAAqB;;;;"}
@@ -0,0 +1,10 @@
1
+ interface StencilReactInternalProps<ElementType> extends React.HTMLAttributes<ElementType> {
2
+ forwardedRef: React.RefObject<ElementType>;
3
+ ref?: React.Ref<any>;
4
+ }
5
+ export declare const manipulatePropsFunction: <ElementType>(originalProps: StencilReactInternalProps<ElementType>, propsToPass?: Record<string, unknown>) => {
6
+ dangerouslySetInnerHTML: {
7
+ __html: string | TrustedHTML;
8
+ };
9
+ };
10
+ export {};
@@ -0,0 +1,10 @@
1
+ const manipulatePropsFunction = (originalProps, propsToPass = {}) => {
2
+ const { dangerouslySetInnerHTML, style } = originalProps;
3
+ if (typeof style !== 'string') {
4
+ propsToPass.style = style;
5
+ }
6
+ return Object.assign(Object.assign({}, propsToPass), { dangerouslySetInnerHTML });
7
+ };
8
+
9
+ export { manipulatePropsFunction };
10
+ //# sourceMappingURL=helper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"helper.js","sources":["../../../taro-components-library-react/src/helper.ts"],"sourcesContent":["interface StencilReactInternalProps<ElementType> extends React.HTMLAttributes<ElementType> {\n forwardedRef: React.RefObject<ElementType>\n ref?: React.Ref<any>\n}\n\nexport const manipulatePropsFunction = <ElementType>(\n originalProps: StencilReactInternalProps<ElementType>,\n propsToPass: Record<string, unknown> = {}\n) => {\n const { dangerouslySetInnerHTML, style } = originalProps\n if (typeof style !== 'string') {\n propsToPass.style = style\n }\n return {\n ...propsToPass,\n dangerouslySetInnerHTML\n }\n}\n"],"names":[],"mappings":"AAKa,MAAA,uBAAuB,GAAG,CACrC,aAAqD,EACrD,WAAA,GAAuC,EAAE,KACvC;AACF,IAAA,MAAM,EAAE,uBAAuB,EAAE,KAAK,EAAE,GAAG,aAAa;AACxD,IAAA,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;AAC7B,QAAA,WAAW,CAAC,KAAK,GAAG,KAAK;;IAE3B,OACK,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,MAAA,CAAA,EAAA,EAAA,WAAW,CACd,EAAA,EAAA,uBAAuB,EACxB,CAAA;AACH;;;;"}
@@ -0,0 +1 @@
1
+ export * from './components';
@@ -0,0 +1,2 @@
1
+ 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 } from './components.js';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,405 @@
1
+ /******************************************************************************
2
+ Copyright (c) Microsoft Corporation.
3
+
4
+ Permission to use, copy, modify, and/or distribute this software for any
5
+ purpose with or without fee is hereby granted.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
8
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
10
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
11
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
12
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13
+ PERFORMANCE OF THIS SOFTWARE.
14
+ ***************************************************************************** */
15
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
16
+
17
+ var extendStatics = function(d, b) {
18
+ extendStatics = Object.setPrototypeOf ||
19
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
20
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
21
+ return extendStatics(d, b);
22
+ };
23
+
24
+ function __extends(d, b) {
25
+ if (typeof b !== "function" && b !== null)
26
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
27
+ extendStatics(d, b);
28
+ function __() { this.constructor = d; }
29
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
30
+ }
31
+
32
+ var __assign = function() {
33
+ __assign = Object.assign || function __assign(t) {
34
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
35
+ s = arguments[i];
36
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
37
+ }
38
+ return t;
39
+ };
40
+ return __assign.apply(this, arguments);
41
+ };
42
+
43
+ function __rest(s, e) {
44
+ var t = {};
45
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
46
+ t[p] = s[p];
47
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
48
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
49
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
50
+ t[p[i]] = s[p[i]];
51
+ }
52
+ return t;
53
+ }
54
+
55
+ function __decorate(decorators, target, key, desc) {
56
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
57
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
58
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
59
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
60
+ }
61
+
62
+ function __param(paramIndex, decorator) {
63
+ return function (target, key) { decorator(target, key, paramIndex); }
64
+ }
65
+
66
+ function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
67
+ function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; }
68
+ var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
69
+ var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
70
+ var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
71
+ var _, done = false;
72
+ for (var i = decorators.length - 1; i >= 0; i--) {
73
+ var context = {};
74
+ for (var p in contextIn) context[p] = p === "access" ? {} : contextIn[p];
75
+ for (var p in contextIn.access) context.access[p] = contextIn.access[p];
76
+ context.addInitializer = function (f) { if (done) throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
77
+ var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
78
+ if (kind === "accessor") {
79
+ if (result === void 0) continue;
80
+ if (result === null || typeof result !== "object") throw new TypeError("Object expected");
81
+ if (_ = accept(result.get)) descriptor.get = _;
82
+ if (_ = accept(result.set)) descriptor.set = _;
83
+ if (_ = accept(result.init)) initializers.unshift(_);
84
+ }
85
+ else if (_ = accept(result)) {
86
+ if (kind === "field") initializers.unshift(_);
87
+ else descriptor[key] = _;
88
+ }
89
+ }
90
+ if (target) Object.defineProperty(target, contextIn.name, descriptor);
91
+ done = true;
92
+ };
93
+
94
+ function __runInitializers(thisArg, initializers, value) {
95
+ var useValue = arguments.length > 2;
96
+ for (var i = 0; i < initializers.length; i++) {
97
+ value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
98
+ }
99
+ return useValue ? value : void 0;
100
+ };
101
+
102
+ function __propKey(x) {
103
+ return typeof x === "symbol" ? x : "".concat(x);
104
+ };
105
+
106
+ function __setFunctionName(f, name, prefix) {
107
+ if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : "";
108
+ return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
109
+ };
110
+
111
+ function __metadata(metadataKey, metadataValue) {
112
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
113
+ }
114
+
115
+ function __awaiter(thisArg, _arguments, P, generator) {
116
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
117
+ return new (P || (P = Promise))(function (resolve, reject) {
118
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
119
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
120
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
121
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
122
+ });
123
+ }
124
+
125
+ function __generator(thisArg, body) {
126
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
127
+ return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
128
+ function verb(n) { return function (v) { return step([n, v]); }; }
129
+ function step(op) {
130
+ if (f) throw new TypeError("Generator is already executing.");
131
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
132
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
133
+ if (y = 0, t) op = [op[0] & 2, t.value];
134
+ switch (op[0]) {
135
+ case 0: case 1: t = op; break;
136
+ case 4: _.label++; return { value: op[1], done: false };
137
+ case 5: _.label++; y = op[1]; op = [0]; continue;
138
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
139
+ default:
140
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
141
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
142
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
143
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
144
+ if (t[2]) _.ops.pop();
145
+ _.trys.pop(); continue;
146
+ }
147
+ op = body.call(thisArg, _);
148
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
149
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
150
+ }
151
+ }
152
+
153
+ var __createBinding = Object.create ? (function(o, m, k, k2) {
154
+ if (k2 === undefined) k2 = k;
155
+ var desc = Object.getOwnPropertyDescriptor(m, k);
156
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
157
+ desc = { enumerable: true, get: function() { return m[k]; } };
158
+ }
159
+ Object.defineProperty(o, k2, desc);
160
+ }) : (function(o, m, k, k2) {
161
+ if (k2 === undefined) k2 = k;
162
+ o[k2] = m[k];
163
+ });
164
+
165
+ function __exportStar(m, o) {
166
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);
167
+ }
168
+
169
+ function __values(o) {
170
+ var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
171
+ if (m) return m.call(o);
172
+ if (o && typeof o.length === "number") return {
173
+ next: function () {
174
+ if (o && i >= o.length) o = void 0;
175
+ return { value: o && o[i++], done: !o };
176
+ }
177
+ };
178
+ throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
179
+ }
180
+
181
+ function __read(o, n) {
182
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
183
+ if (!m) return o;
184
+ var i = m.call(o), r, ar = [], e;
185
+ try {
186
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
187
+ }
188
+ catch (error) { e = { error: error }; }
189
+ finally {
190
+ try {
191
+ if (r && !r.done && (m = i["return"])) m.call(i);
192
+ }
193
+ finally { if (e) throw e.error; }
194
+ }
195
+ return ar;
196
+ }
197
+
198
+ /** @deprecated */
199
+ function __spread() {
200
+ for (var ar = [], i = 0; i < arguments.length; i++)
201
+ ar = ar.concat(__read(arguments[i]));
202
+ return ar;
203
+ }
204
+
205
+ /** @deprecated */
206
+ function __spreadArrays() {
207
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
208
+ for (var r = Array(s), k = 0, i = 0; i < il; i++)
209
+ for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
210
+ r[k] = a[j];
211
+ return r;
212
+ }
213
+
214
+ function __spreadArray(to, from, pack) {
215
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
216
+ if (ar || !(i in from)) {
217
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
218
+ ar[i] = from[i];
219
+ }
220
+ }
221
+ return to.concat(ar || Array.prototype.slice.call(from));
222
+ }
223
+
224
+ function __await(v) {
225
+ return this instanceof __await ? (this.v = v, this) : new __await(v);
226
+ }
227
+
228
+ function __asyncGenerator(thisArg, _arguments, generator) {
229
+ if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
230
+ var g = generator.apply(thisArg, _arguments || []), i, q = [];
231
+ return i = Object.create((typeof AsyncIterator === "function" ? AsyncIterator : Object).prototype), verb("next"), verb("throw"), verb("return", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i;
232
+ function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; }
233
+ function verb(n, f) { if (g[n]) { i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; if (f) i[n] = f(i[n]); } }
234
+ function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
235
+ function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
236
+ function fulfill(value) { resume("next", value); }
237
+ function reject(value) { resume("throw", value); }
238
+ function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
239
+ }
240
+
241
+ function __asyncDelegator(o) {
242
+ var i, p;
243
+ return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
244
+ function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }
245
+ }
246
+
247
+ function __asyncValues(o) {
248
+ if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
249
+ var m = o[Symbol.asyncIterator], i;
250
+ return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
251
+ function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
252
+ function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
253
+ }
254
+
255
+ function __makeTemplateObject(cooked, raw) {
256
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
257
+ return cooked;
258
+ };
259
+
260
+ var __setModuleDefault = Object.create ? (function(o, v) {
261
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
262
+ }) : function(o, v) {
263
+ o["default"] = v;
264
+ };
265
+
266
+ var ownKeys = function(o) {
267
+ ownKeys = Object.getOwnPropertyNames || function (o) {
268
+ var ar = [];
269
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
270
+ return ar;
271
+ };
272
+ return ownKeys(o);
273
+ };
274
+
275
+ function __importStar(mod) {
276
+ if (mod && mod.__esModule) return mod;
277
+ var result = {};
278
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
279
+ __setModuleDefault(result, mod);
280
+ return result;
281
+ }
282
+
283
+ function __importDefault(mod) {
284
+ return (mod && mod.__esModule) ? mod : { default: mod };
285
+ }
286
+
287
+ function __classPrivateFieldGet(receiver, state, kind, f) {
288
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
289
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
290
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
291
+ }
292
+
293
+ function __classPrivateFieldSet(receiver, state, value, kind, f) {
294
+ if (kind === "m") throw new TypeError("Private method is not writable");
295
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
296
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
297
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
298
+ }
299
+
300
+ function __classPrivateFieldIn(state, receiver) {
301
+ if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function")) throw new TypeError("Cannot use 'in' operator on non-object");
302
+ return typeof state === "function" ? receiver === state : state.has(receiver);
303
+ }
304
+
305
+ function __addDisposableResource(env, value, async) {
306
+ if (value !== null && value !== void 0) {
307
+ if (typeof value !== "object" && typeof value !== "function") throw new TypeError("Object expected.");
308
+ var dispose, inner;
309
+ if (async) {
310
+ if (!Symbol.asyncDispose) throw new TypeError("Symbol.asyncDispose is not defined.");
311
+ dispose = value[Symbol.asyncDispose];
312
+ }
313
+ if (dispose === void 0) {
314
+ if (!Symbol.dispose) throw new TypeError("Symbol.dispose is not defined.");
315
+ dispose = value[Symbol.dispose];
316
+ if (async) inner = dispose;
317
+ }
318
+ if (typeof dispose !== "function") throw new TypeError("Object not disposable.");
319
+ if (inner) dispose = function() { try { inner.call(this); } catch (e) { return Promise.reject(e); } };
320
+ env.stack.push({ value: value, dispose: dispose, async: async });
321
+ }
322
+ else if (async) {
323
+ env.stack.push({ async: true });
324
+ }
325
+ return value;
326
+
327
+ }
328
+
329
+ var _SuppressedError = typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
330
+ var e = new Error(message);
331
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
332
+ };
333
+
334
+ function __disposeResources(env) {
335
+ function fail(e) {
336
+ env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e;
337
+ env.hasError = true;
338
+ }
339
+ var r, s = 0;
340
+ function next() {
341
+ while (r = env.stack.pop()) {
342
+ try {
343
+ if (!r.async && s === 1) return s = 0, env.stack.push(r), Promise.resolve().then(next);
344
+ if (r.dispose) {
345
+ var result = r.dispose.call(r.value);
346
+ if (r.async) return s |= 2, Promise.resolve(result).then(next, function(e) { fail(e); return next(); });
347
+ }
348
+ else s |= 1;
349
+ }
350
+ catch (e) {
351
+ fail(e);
352
+ }
353
+ }
354
+ if (s === 1) return env.hasError ? Promise.reject(env.error) : Promise.resolve();
355
+ if (env.hasError) throw env.error;
356
+ }
357
+ return next();
358
+ }
359
+
360
+ function __rewriteRelativeImportExtension(path, preserveJsx) {
361
+ if (typeof path === "string" && /^\.\.?\//.test(path)) {
362
+ return path.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i, function (m, tsx, d, ext, cm) {
363
+ return tsx ? preserveJsx ? ".jsx" : ".js" : d && (!ext || !cm) ? m : (d + ext + "." + cm.toLowerCase() + "js");
364
+ });
365
+ }
366
+ return path;
367
+ }
368
+
369
+ var tslib_es6 = {
370
+ __extends: __extends,
371
+ __assign: __assign,
372
+ __rest: __rest,
373
+ __decorate: __decorate,
374
+ __param: __param,
375
+ __esDecorate: __esDecorate,
376
+ __runInitializers: __runInitializers,
377
+ __propKey: __propKey,
378
+ __setFunctionName: __setFunctionName,
379
+ __metadata: __metadata,
380
+ __awaiter: __awaiter,
381
+ __generator: __generator,
382
+ __createBinding: __createBinding,
383
+ __exportStar: __exportStar,
384
+ __values: __values,
385
+ __read: __read,
386
+ __spread: __spread,
387
+ __spreadArrays: __spreadArrays,
388
+ __spreadArray: __spreadArray,
389
+ __await: __await,
390
+ __asyncGenerator: __asyncGenerator,
391
+ __asyncDelegator: __asyncDelegator,
392
+ __asyncValues: __asyncValues,
393
+ __makeTemplateObject: __makeTemplateObject,
394
+ __importStar: __importStar,
395
+ __importDefault: __importDefault,
396
+ __classPrivateFieldGet: __classPrivateFieldGet,
397
+ __classPrivateFieldSet: __classPrivateFieldSet,
398
+ __classPrivateFieldIn: __classPrivateFieldIn,
399
+ __addDisposableResource: __addDisposableResource,
400
+ __disposeResources: __disposeResources,
401
+ __rewriteRelativeImportExtension: __rewriteRelativeImportExtension,
402
+ };
403
+
404
+ export { __addDisposableResource, __assign, __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter, __classPrivateFieldGet, __classPrivateFieldIn, __classPrivateFieldSet, __createBinding, __decorate, __disposeResources, __esDecorate, __exportStar, __extends, __generator, __importDefault, __importStar, __makeTemplateObject, __metadata, __param, __propKey, __read, __rest, __rewriteRelativeImportExtension, __runInitializers, __setFunctionName, __spread, __spreadArray, __spreadArrays, __values, tslib_es6 as default };
405
+ //# sourceMappingURL=tslib.es6.js.map