@tarojs/components 3.6.16 → 3.6.18

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 (362) hide show
  1. package/dist/cjs/helper-ad6306f6.js +31 -0
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/taro-ad-core.cjs.entry.js +1 -1
  4. package/dist/cjs/taro-ad-custom-core.cjs.entry.js +1 -1
  5. package/dist/cjs/taro-animation-video-core.cjs.entry.js +1 -1
  6. package/dist/cjs/taro-animation-view-core.cjs.entry.js +1 -1
  7. package/dist/cjs/taro-ar-camera-core.cjs.entry.js +1 -1
  8. package/dist/cjs/taro-aweme-data-core.cjs.entry.js +1 -1
  9. package/dist/cjs/taro-camera-core.cjs.entry.js +1 -1
  10. package/dist/cjs/taro-channel-live-core.cjs.entry.js +1 -1
  11. package/dist/cjs/taro-channel-video-core.cjs.entry.js +1 -1
  12. package/dist/cjs/taro-comment-detail-core.cjs.entry.js +1 -1
  13. package/dist/cjs/taro-comment-list-core.cjs.entry.js +1 -1
  14. package/dist/cjs/taro-components.cjs.js +1 -1
  15. package/dist/cjs/taro-contact-button-core.cjs.entry.js +1 -1
  16. package/dist/cjs/taro-editor-core.cjs.entry.js +1 -1
  17. package/dist/cjs/taro-follow-swan-core.cjs.entry.js +1 -1
  18. package/dist/cjs/taro-functional-page-navigator-core.cjs.entry.js +1 -1
  19. package/dist/cjs/taro-grid-view-core.cjs.entry.js +1 -1
  20. package/dist/cjs/taro-inline-payment-panel-core.cjs.entry.js +1 -1
  21. package/dist/cjs/taro-keyboard-accessory-core.cjs.entry.js +1 -1
  22. package/dist/cjs/taro-lifestyle-core.cjs.entry.js +1 -1
  23. package/dist/cjs/taro-like-core.cjs.entry.js +1 -1
  24. package/dist/cjs/taro-list-view-core.cjs.entry.js +1 -1
  25. package/dist/cjs/taro-live-player-core.cjs.entry.js +1 -1
  26. package/dist/cjs/taro-live-pusher-core.cjs.entry.js +1 -1
  27. package/dist/cjs/taro-login-core.cjs.entry.js +1 -1
  28. package/dist/cjs/taro-lottie-core.cjs.entry.js +1 -1
  29. package/dist/cjs/taro-map-core.cjs.entry.js +1 -1
  30. package/dist/cjs/taro-match-media-core.cjs.entry.js +1 -1
  31. package/dist/cjs/taro-native-slot-core.cjs.entry.js +1 -1
  32. package/dist/cjs/taro-navigation-bar-core.cjs.entry.js +1 -1
  33. package/dist/cjs/taro-official-account-core.cjs.entry.js +1 -1
  34. package/dist/cjs/taro-open-data-core.cjs.entry.js +1 -1
  35. package/dist/cjs/taro-page-container-core.cjs.entry.js +1 -1
  36. package/dist/cjs/taro-page-meta-core.cjs.entry.js +1 -1
  37. package/dist/cjs/taro-picker-core_2.cjs.entry.js +31 -30
  38. package/dist/cjs/taro-root-portal-core.cjs.entry.js +1 -1
  39. package/dist/cjs/taro-rtc-room-core.cjs.entry.js +1 -1
  40. package/dist/cjs/taro-rtc-room-item-core.cjs.entry.js +1 -1
  41. package/dist/cjs/taro-scroll-view-core.cjs.entry.js +10 -0
  42. package/dist/cjs/taro-share-element-core.cjs.entry.js +1 -1
  43. package/dist/cjs/taro-slot-core.cjs.entry.js +1 -1
  44. package/dist/cjs/taro-snapshot-core.cjs.entry.js +21 -0
  45. package/dist/cjs/taro-sticky-header-core.cjs.entry.js +1 -1
  46. package/dist/cjs/taro-sticky-section-core.cjs.entry.js +1 -1
  47. package/dist/cjs/taro-swiper-core_2.cjs.entry.js +27 -16
  48. package/dist/cjs/taro-tab-item-core.cjs.entry.js +1 -1
  49. package/dist/cjs/taro-tabbar.cjs.entry.js +9 -21
  50. package/dist/cjs/taro-tabs-core.cjs.entry.js +1 -1
  51. package/dist/cjs/taro-view-core.cjs.entry.js +3 -9
  52. package/dist/cjs/taro-voip-room-core.cjs.entry.js +1 -1
  53. package/dist/collection/collection-manifest.json +1 -0
  54. package/dist/collection/components/picker/picker.js +31 -30
  55. package/dist/collection/components/scroll-view/scroll-view.js +16 -2
  56. package/dist/collection/components/snapshot/snapshot.js +11 -0
  57. package/dist/collection/components/swiper/swiper.js +28 -16
  58. package/dist/collection/components/tabbar/style/index.css +5 -1
  59. package/dist/collection/components/view/view.js +2 -9
  60. package/dist/collection/utils/helper.js +11 -0
  61. package/dist/components/helper.js +12 -1
  62. package/dist/components/index.d.ts +1 -0
  63. package/dist/components/index.js +1 -0
  64. package/dist/components/taro-picker-core.js +31 -30
  65. package/dist/components/taro-scroll-view-core.js +10 -1
  66. package/dist/components/taro-snapshot-core.d.ts +11 -0
  67. package/dist/components/taro-snapshot-core.js +33 -0
  68. package/dist/components/taro-swiper-core.js +28 -16
  69. package/dist/components/taro-tabbar.js +2 -14
  70. package/dist/components/taro-view-core.js +2 -9
  71. package/dist/esm/helper-8a85bb65.js +24 -0
  72. package/dist/esm/loader.js +1 -1
  73. package/dist/esm/taro-ad-core.entry.js +1 -1
  74. package/dist/esm/taro-ad-custom-core.entry.js +1 -1
  75. package/dist/esm/taro-animation-video-core.entry.js +1 -1
  76. package/dist/esm/taro-animation-view-core.entry.js +1 -1
  77. package/dist/esm/taro-ar-camera-core.entry.js +1 -1
  78. package/dist/esm/taro-aweme-data-core.entry.js +1 -1
  79. package/dist/esm/taro-camera-core.entry.js +1 -1
  80. package/dist/esm/taro-channel-live-core.entry.js +1 -1
  81. package/dist/esm/taro-channel-video-core.entry.js +1 -1
  82. package/dist/esm/taro-comment-detail-core.entry.js +1 -1
  83. package/dist/esm/taro-comment-list-core.entry.js +1 -1
  84. package/dist/esm/taro-components.js +1 -1
  85. package/dist/esm/taro-contact-button-core.entry.js +1 -1
  86. package/dist/esm/taro-editor-core.entry.js +1 -1
  87. package/dist/esm/taro-follow-swan-core.entry.js +1 -1
  88. package/dist/esm/taro-functional-page-navigator-core.entry.js +1 -1
  89. package/dist/esm/taro-grid-view-core.entry.js +1 -1
  90. package/dist/esm/taro-inline-payment-panel-core.entry.js +1 -1
  91. package/dist/esm/taro-keyboard-accessory-core.entry.js +1 -1
  92. package/dist/esm/taro-lifestyle-core.entry.js +1 -1
  93. package/dist/esm/taro-like-core.entry.js +1 -1
  94. package/dist/esm/taro-list-view-core.entry.js +1 -1
  95. package/dist/esm/taro-live-player-core.entry.js +1 -1
  96. package/dist/esm/taro-live-pusher-core.entry.js +1 -1
  97. package/dist/esm/taro-login-core.entry.js +1 -1
  98. package/dist/esm/taro-lottie-core.entry.js +1 -1
  99. package/dist/esm/taro-map-core.entry.js +1 -1
  100. package/dist/esm/taro-match-media-core.entry.js +1 -1
  101. package/dist/esm/taro-native-slot-core.entry.js +1 -1
  102. package/dist/esm/taro-navigation-bar-core.entry.js +1 -1
  103. package/dist/esm/taro-official-account-core.entry.js +1 -1
  104. package/dist/esm/taro-open-data-core.entry.js +1 -1
  105. package/dist/esm/taro-page-container-core.entry.js +1 -1
  106. package/dist/esm/taro-page-meta-core.entry.js +1 -1
  107. package/dist/esm/taro-picker-core_2.entry.js +31 -30
  108. package/dist/esm/taro-root-portal-core.entry.js +1 -1
  109. package/dist/esm/taro-rtc-room-core.entry.js +1 -1
  110. package/dist/esm/taro-rtc-room-item-core.entry.js +1 -1
  111. package/dist/esm/taro-scroll-view-core.entry.js +10 -0
  112. package/dist/esm/taro-share-element-core.entry.js +1 -1
  113. package/dist/esm/taro-slot-core.entry.js +1 -1
  114. package/dist/esm/taro-snapshot-core.entry.js +17 -0
  115. package/dist/esm/taro-sticky-header-core.entry.js +1 -1
  116. package/dist/esm/taro-sticky-section-core.entry.js +1 -1
  117. package/dist/esm/taro-swiper-core_2.entry.js +27 -16
  118. package/dist/esm/taro-tab-item-core.entry.js +1 -1
  119. package/dist/esm/taro-tabbar.entry.js +2 -14
  120. package/dist/esm/taro-tabs-core.entry.js +1 -1
  121. package/dist/esm/taro-view-core.entry.js +3 -9
  122. package/dist/esm/taro-voip-room-core.entry.js +1 -1
  123. package/dist/esm-es5/helper-8a85bb65.js +1 -0
  124. package/dist/esm-es5/loader.js +1 -1
  125. package/dist/esm-es5/taro-ad-core.entry.js +1 -1
  126. package/dist/esm-es5/taro-ad-custom-core.entry.js +1 -1
  127. package/dist/esm-es5/taro-animation-video-core.entry.js +1 -1
  128. package/dist/esm-es5/taro-animation-view-core.entry.js +1 -1
  129. package/dist/esm-es5/taro-ar-camera-core.entry.js +1 -1
  130. package/dist/esm-es5/taro-aweme-data-core.entry.js +1 -1
  131. package/dist/esm-es5/taro-camera-core.entry.js +1 -1
  132. package/dist/esm-es5/taro-channel-live-core.entry.js +1 -1
  133. package/dist/esm-es5/taro-channel-video-core.entry.js +1 -1
  134. package/dist/esm-es5/taro-comment-detail-core.entry.js +1 -1
  135. package/dist/esm-es5/taro-comment-list-core.entry.js +1 -1
  136. package/dist/esm-es5/taro-components.js +1 -1
  137. package/dist/esm-es5/taro-contact-button-core.entry.js +1 -1
  138. package/dist/esm-es5/taro-editor-core.entry.js +1 -1
  139. package/dist/esm-es5/taro-follow-swan-core.entry.js +1 -1
  140. package/dist/esm-es5/taro-functional-page-navigator-core.entry.js +1 -1
  141. package/dist/esm-es5/taro-grid-view-core.entry.js +1 -1
  142. package/dist/esm-es5/taro-inline-payment-panel-core.entry.js +1 -1
  143. package/dist/esm-es5/taro-keyboard-accessory-core.entry.js +1 -1
  144. package/dist/esm-es5/taro-lifestyle-core.entry.js +1 -1
  145. package/dist/esm-es5/taro-like-core.entry.js +1 -1
  146. package/dist/esm-es5/taro-list-view-core.entry.js +1 -1
  147. package/dist/esm-es5/taro-live-player-core.entry.js +1 -1
  148. package/dist/esm-es5/taro-live-pusher-core.entry.js +1 -1
  149. package/dist/esm-es5/taro-login-core.entry.js +1 -1
  150. package/dist/esm-es5/taro-lottie-core.entry.js +1 -1
  151. package/dist/esm-es5/taro-map-core.entry.js +1 -1
  152. package/dist/esm-es5/taro-match-media-core.entry.js +1 -1
  153. package/dist/esm-es5/taro-native-slot-core.entry.js +1 -1
  154. package/dist/esm-es5/taro-navigation-bar-core.entry.js +1 -1
  155. package/dist/esm-es5/taro-official-account-core.entry.js +1 -1
  156. package/dist/esm-es5/taro-open-data-core.entry.js +1 -1
  157. package/dist/esm-es5/taro-page-container-core.entry.js +1 -1
  158. package/dist/esm-es5/taro-page-meta-core.entry.js +1 -1
  159. package/dist/esm-es5/taro-picker-core_2.entry.js +1 -1
  160. package/dist/esm-es5/taro-root-portal-core.entry.js +1 -1
  161. package/dist/esm-es5/taro-rtc-room-core.entry.js +1 -1
  162. package/dist/esm-es5/taro-rtc-room-item-core.entry.js +1 -1
  163. package/dist/esm-es5/taro-scroll-view-core.entry.js +1 -1
  164. package/dist/esm-es5/taro-share-element-core.entry.js +1 -1
  165. package/dist/esm-es5/taro-slot-core.entry.js +1 -1
  166. package/dist/esm-es5/taro-snapshot-core.entry.js +1 -0
  167. package/dist/esm-es5/taro-sticky-header-core.entry.js +1 -1
  168. package/dist/esm-es5/taro-sticky-section-core.entry.js +1 -1
  169. package/dist/esm-es5/taro-swiper-core_2.entry.js +1 -1
  170. package/dist/esm-es5/taro-tab-item-core.entry.js +1 -1
  171. package/dist/esm-es5/taro-tabbar.entry.js +1 -1
  172. package/dist/esm-es5/taro-tabs-core.entry.js +1 -1
  173. package/dist/esm-es5/taro-view-core.entry.js +1 -1
  174. package/dist/esm-es5/taro-voip-room-core.entry.js +1 -1
  175. package/dist/taro-components/p-00ed4bbb.entry.js +1 -0
  176. package/dist/taro-components/{p-9b6550fc.entry.js → p-065a10d7.entry.js} +1 -1
  177. package/dist/taro-components/p-08b7ecd7.system.entry.js +1 -0
  178. package/dist/taro-components/p-0a250d71.system.entry.js +1 -0
  179. package/dist/taro-components/{p-c39a46ca.system.entry.js → p-0cedad18.system.entry.js} +1 -1
  180. package/dist/taro-components/{p-b235e43c.entry.js → p-0e3b37e9.entry.js} +1 -1
  181. package/dist/taro-components/p-0e8199b7.entry.js +1 -0
  182. package/dist/taro-components/{p-cc164fa3.entry.js → p-0ec2e88a.entry.js} +1 -1
  183. package/dist/taro-components/{p-968b7c1d.entry.js → p-124ac21f.entry.js} +1 -1
  184. package/dist/taro-components/p-15624788.system.entry.js +1 -0
  185. package/dist/taro-components/p-1b789738.system.entry.js +1 -0
  186. package/dist/taro-components/p-1cf16dfa.entry.js +1 -0
  187. package/dist/taro-components/p-1f118969.system.entry.js +1 -0
  188. package/dist/taro-components/{p-898db637.system.entry.js → p-21c07cb3.system.entry.js} +1 -1
  189. package/dist/taro-components/{p-af9ef8b4.entry.js → p-22bf7daf.entry.js} +1 -1
  190. package/dist/taro-components/p-24d9836e.entry.js +1 -0
  191. package/dist/taro-components/p-29638de3.entry.js +1 -0
  192. package/dist/taro-components/{p-5640e9f4.system.entry.js → p-3004e71a.system.entry.js} +1 -1
  193. package/dist/taro-components/{p-1974e52e.system.entry.js → p-32e9981a.system.entry.js} +1 -1
  194. package/dist/taro-components/{p-f534057e.system.entry.js → p-36d4407e.system.entry.js} +1 -1
  195. package/dist/taro-components/p-3f3abe55.system.entry.js +1 -0
  196. package/dist/taro-components/p-4a3357a4.entry.js +1 -0
  197. package/dist/taro-components/p-4cedbe5e.system.entry.js +1 -0
  198. package/dist/taro-components/{p-355e4dbc.entry.js → p-4fc40739.entry.js} +1 -1
  199. package/dist/taro-components/{p-6d4b7e5c.system.entry.js → p-519fbe84.system.entry.js} +1 -1
  200. package/dist/taro-components/{p-90333d0a.system.entry.js → p-5756cf00.system.entry.js} +1 -1
  201. package/dist/taro-components/{p-88d2b41b.system.entry.js → p-5870248f.system.entry.js} +1 -1
  202. package/dist/taro-components/{p-81f2ad70.system.entry.js → p-58cc2e6d.system.entry.js} +1 -1
  203. package/dist/taro-components/{p-9ac947ac.system.entry.js → p-5994d9f2.system.entry.js} +1 -1
  204. package/dist/taro-components/{p-2d1b4dcc.system.entry.js → p-5ebc7010.system.entry.js} +1 -1
  205. package/dist/taro-components/p-600e89cc.system.entry.js +1 -0
  206. package/dist/taro-components/p-64eb91f7.entry.js +1 -0
  207. package/dist/taro-components/{p-137531b6.entry.js → p-69c43a81.entry.js} +1 -1
  208. package/dist/taro-components/p-6aa2ac6a.system.entry.js +1 -0
  209. package/dist/taro-components/{p-ebdd350f.system.entry.js → p-6cde54e5.system.entry.js} +1 -1
  210. package/dist/taro-components/{p-7e998213.system.entry.js → p-7102ecf5.system.entry.js} +1 -1
  211. package/dist/taro-components/{p-407ca16e.entry.js → p-76996fcb.entry.js} +1 -1
  212. package/dist/taro-components/p-7726b789.system.entry.js +1 -0
  213. package/dist/taro-components/{p-bdc30301.entry.js → p-7bfc5f3d.entry.js} +1 -1
  214. package/dist/taro-components/p-84958ace.entry.js +1 -0
  215. package/dist/taro-components/p-862b38b9.entry.js +1 -0
  216. package/dist/taro-components/p-8c3b906c.system.js +1 -0
  217. package/dist/taro-components/p-8ca82a56.entry.js +1 -0
  218. package/dist/taro-components/p-8ccaf5e8.entry.js +1 -0
  219. package/dist/taro-components/{p-0517f107.system.entry.js → p-8d990f1c.system.entry.js} +1 -1
  220. package/dist/taro-components/{p-07302165.system.entry.js → p-92d04741.system.entry.js} +1 -1
  221. package/dist/taro-components/p-99e16df8.entry.js +1 -0
  222. package/dist/taro-components/{p-fa0f6dab.system.entry.js → p-9d76d7a9.system.entry.js} +1 -1
  223. package/dist/taro-components/p-9e03bc7a.system.entry.js +1 -0
  224. package/dist/taro-components/p-9ea4f297.entry.js +1 -0
  225. package/dist/taro-components/p-9eeba192.entry.js +1 -0
  226. package/dist/taro-components/p-a2141e85.system.entry.js +1 -0
  227. package/dist/taro-components/p-a2d590ad.entry.js +1 -0
  228. package/dist/taro-components/{p-204bd245.entry.js → p-a4951dd6.entry.js} +1 -1
  229. package/dist/taro-components/{p-46b8f89b.entry.js → p-a5a51112.entry.js} +1 -1
  230. package/dist/taro-components/p-a6e2dd48.entry.js +1 -0
  231. package/dist/taro-components/{p-66b0b419.system.entry.js → p-a74c970c.system.entry.js} +1 -1
  232. package/dist/taro-components/{p-e53508c1.system.entry.js → p-a7d31b01.system.entry.js} +1 -1
  233. package/dist/taro-components/p-a90221ab.system.entry.js +1 -0
  234. package/dist/taro-components/p-a94e3347.system.entry.js +1 -0
  235. package/dist/taro-components/p-aa04f605.entry.js +1 -0
  236. package/dist/taro-components/p-ad9b04e0.entry.js +1 -0
  237. package/dist/taro-components/{p-f11c9c37.system.entry.js → p-b07cd197.system.entry.js} +1 -1
  238. package/dist/taro-components/{p-139e6251.entry.js → p-b201ff38.entry.js} +1 -1
  239. package/dist/taro-components/p-bc541cd8.entry.js +1 -0
  240. package/dist/taro-components/{p-af8e521a.entry.js → p-bd4ed8b1.entry.js} +1 -1
  241. package/dist/taro-components/p-be96eb59.system.entry.js +1 -0
  242. package/dist/taro-components/{p-da239b8b.system.entry.js → p-bf0c8449.system.entry.js} +1 -1
  243. package/dist/taro-components/p-c0080d83.entry.js +1 -0
  244. package/dist/taro-components/p-c1a3fecf.system.entry.js +1 -0
  245. package/dist/taro-components/{p-8201ee31.system.entry.js → p-c913b635.system.entry.js} +1 -1
  246. package/dist/taro-components/p-cb406f85.system.entry.js +1 -0
  247. package/dist/taro-components/p-ccc64042.system.entry.js +1 -0
  248. package/dist/taro-components/p-ce303d12.system.entry.js +1 -0
  249. package/dist/taro-components/{p-6db97374.entry.js → p-d1756770.entry.js} +1 -1
  250. package/dist/taro-components/p-d2e0b15c.entry.js +1 -0
  251. package/dist/taro-components/p-d35c8257.system.entry.js +1 -0
  252. package/dist/taro-components/p-d550aea9.system.entry.js +1 -0
  253. package/dist/taro-components/{p-5dab46cd.system.entry.js → p-d867e333.system.entry.js} +1 -1
  254. package/dist/taro-components/{p-0114a2e4.entry.js → p-d8fe59c7.entry.js} +1 -1
  255. package/dist/taro-components/{p-50902cd0.entry.js → p-d9dcc6c6.entry.js} +1 -1
  256. package/dist/taro-components/p-da3db323.entry.js +1 -0
  257. package/dist/taro-components/p-dbdb9de9.js +1 -0
  258. package/dist/taro-components/{p-cc70bb7a.system.entry.js → p-dc5d65a0.system.entry.js} +1 -1
  259. package/dist/taro-components/{p-ab726c20.system.entry.js → p-de96861c.system.entry.js} +1 -1
  260. package/dist/taro-components/{p-907d9d01.system.entry.js → p-e2cd5dd3.system.entry.js} +1 -1
  261. package/dist/taro-components/{p-1404c119.entry.js → p-e598f47b.entry.js} +1 -1
  262. package/dist/taro-components/p-e740320c.entry.js +1 -0
  263. package/dist/taro-components/p-e976c6c9.system.entry.js +1 -0
  264. package/dist/taro-components/p-ea0d5d4f.system.entry.js +1 -0
  265. package/dist/taro-components/p-ed331c06.system.js +1 -1
  266. package/dist/taro-components/p-ef322936.entry.js +1 -0
  267. package/dist/taro-components/p-f1304456.entry.js +1 -0
  268. package/dist/taro-components/{p-3d8c9dfb.entry.js → p-f2235cbb.entry.js} +1 -1
  269. package/dist/taro-components/{p-2af69b72.entry.js → p-f23cfdc8.entry.js} +1 -1
  270. package/dist/taro-components/p-f2c86846.entry.js +1 -0
  271. package/dist/taro-components/p-f4d86882.entry.js +1 -0
  272. package/dist/taro-components/{p-8c0b740e.entry.js → p-f658de2e.entry.js} +1 -1
  273. package/dist/taro-components/p-f78823a1.entry.js +1 -0
  274. package/dist/taro-components/{p-227e33fc.system.entry.js → p-fac4ce6f.system.entry.js} +1 -1
  275. package/dist/taro-components/p-fbb2446e.entry.js +1 -0
  276. package/dist/taro-components/taro-components.esm.js +1 -1
  277. package/dist/types/components/scroll-view/scroll-view.d.ts +2 -0
  278. package/dist/types/components/snapshot/snapshot.d.ts +5 -0
  279. package/dist/types/components/swiper/swiper.d.ts +4 -2
  280. package/dist/types/components.d.ts +13 -0
  281. package/dist/types/utils/helper.d.ts +1 -0
  282. package/lib/react/components.d.ts +2 -1
  283. package/lib/react/components.js +3 -2
  284. package/lib/react/components.js.map +1 -1
  285. package/lib/react/index.js +1 -1
  286. package/lib/vue2/components.d.ts +2 -1
  287. package/lib/vue2/components.js +5 -2
  288. package/lib/vue2/components.js.map +1 -1
  289. package/lib/vue2/index.js +1 -1
  290. package/lib/vue3/components.d.ts +2 -1
  291. package/lib/vue3/components.js +3 -2
  292. package/lib/vue3/components.js.map +1 -1
  293. package/lib/vue3/index.js +1 -1
  294. package/package.json +4 -4
  295. package/types/Button.d.ts +14 -2
  296. package/types/GridView.d.ts +1 -1
  297. package/types/ListView.d.ts +1 -1
  298. package/types/NativeSlot.d.ts +5 -3
  299. package/types/ScrollView.d.ts +79 -1
  300. package/types/ShareElement.d.ts +1 -1
  301. package/types/Slot.d.ts +5 -3
  302. package/types/Snapshot.d.ts +16 -0
  303. package/types/StickyHeader.d.ts +1 -1
  304. package/types/StickySection.d.ts +1 -1
  305. package/types/Video.d.ts +13 -4
  306. package/types/index.d.ts +8 -5
  307. package/types/index.vue3.d.ts +21 -7
  308. package/dist/cjs/helper-db78e01a.js +0 -19
  309. package/dist/esm/helper-3d0ecf0f.js +0 -13
  310. package/dist/esm-es5/helper-3d0ecf0f.js +0 -1
  311. package/dist/taro-components/p-052da7f0.system.entry.js +0 -1
  312. package/dist/taro-components/p-15e45ed6.system.js +0 -1
  313. package/dist/taro-components/p-1b3d41d3.system.entry.js +0 -1
  314. package/dist/taro-components/p-1c4e3899.entry.js +0 -1
  315. package/dist/taro-components/p-1f39576a.system.entry.js +0 -1
  316. package/dist/taro-components/p-2de2a3fd.system.entry.js +0 -1
  317. package/dist/taro-components/p-3094bda6.system.entry.js +0 -1
  318. package/dist/taro-components/p-478deb81.entry.js +0 -1
  319. package/dist/taro-components/p-486d0ec7.entry.js +0 -1
  320. package/dist/taro-components/p-53ef8a6c.system.entry.js +0 -1
  321. package/dist/taro-components/p-5613907c.entry.js +0 -1
  322. package/dist/taro-components/p-57b9943c.system.entry.js +0 -1
  323. package/dist/taro-components/p-5c1e6b1c.system.entry.js +0 -1
  324. package/dist/taro-components/p-6127b1b6.system.entry.js +0 -1
  325. package/dist/taro-components/p-66f7eea6.entry.js +0 -1
  326. package/dist/taro-components/p-69cd1f2a.system.entry.js +0 -1
  327. package/dist/taro-components/p-6a96da58.js +0 -1
  328. package/dist/taro-components/p-6cde180b.entry.js +0 -1
  329. package/dist/taro-components/p-6e115968.entry.js +0 -1
  330. package/dist/taro-components/p-6f84e936.entry.js +0 -1
  331. package/dist/taro-components/p-71b54f06.entry.js +0 -1
  332. package/dist/taro-components/p-79c3fde3.system.entry.js +0 -1
  333. package/dist/taro-components/p-7b3b8057.entry.js +0 -1
  334. package/dist/taro-components/p-7d635413.entry.js +0 -1
  335. package/dist/taro-components/p-801f09b8.entry.js +0 -1
  336. package/dist/taro-components/p-85a7daeb.system.entry.js +0 -1
  337. package/dist/taro-components/p-86280254.entry.js +0 -1
  338. package/dist/taro-components/p-9046110a.entry.js +0 -1
  339. package/dist/taro-components/p-904df510.entry.js +0 -1
  340. package/dist/taro-components/p-98f9f50f.system.entry.js +0 -1
  341. package/dist/taro-components/p-9aeb7995.entry.js +0 -1
  342. package/dist/taro-components/p-9d9ede17.system.entry.js +0 -1
  343. package/dist/taro-components/p-a3a1a779.entry.js +0 -1
  344. package/dist/taro-components/p-a8565231.entry.js +0 -1
  345. package/dist/taro-components/p-a8925584.system.entry.js +0 -1
  346. package/dist/taro-components/p-af3fa859.system.entry.js +0 -1
  347. package/dist/taro-components/p-afb3895c.system.entry.js +0 -1
  348. package/dist/taro-components/p-b027181b.entry.js +0 -1
  349. package/dist/taro-components/p-b4ea72ea.entry.js +0 -1
  350. package/dist/taro-components/p-b4f3d0ab.entry.js +0 -1
  351. package/dist/taro-components/p-b6d4634f.system.entry.js +0 -1
  352. package/dist/taro-components/p-bcf80126.system.entry.js +0 -1
  353. package/dist/taro-components/p-c1073ed6.system.entry.js +0 -1
  354. package/dist/taro-components/p-c11a42e0.entry.js +0 -1
  355. package/dist/taro-components/p-c4b8851b.entry.js +0 -1
  356. package/dist/taro-components/p-d34a6c04.entry.js +0 -1
  357. package/dist/taro-components/p-e33f3592.entry.js +0 -1
  358. package/dist/taro-components/p-e3480c4c.entry.js +0 -1
  359. package/dist/taro-components/p-eaa370a9.system.entry.js +0 -1
  360. package/dist/taro-components/p-f7b32c6b.entry.js +0 -1
  361. package/dist/taro-components/p-fa6c022a.system.entry.js +0 -1
  362. package/dist/taro-components/p-fb983850.entry.js +0 -1
@@ -1 +1 @@
1
- import{r,h as o,H as t}from"./p-9137dcab.js";import{n as s}from"./p-6a96da58.js";import"@tarojs/taro";const a=class{constructor(o){r(this,o)}componentDidLoad(){s("Like",this)}render(){return o(t,null)}};export{a as taro_like_core}
1
+ import{r,h as o,H as t}from"./p-9137dcab.js";import{n as s}from"./p-dbdb9de9.js";import"@tarojs/taro";const a=class{constructor(o){r(this,o)}componentDidLoad(){s("Like",this)}render(){return o(t,null)}};export{a as taro_like_core}
@@ -0,0 +1 @@
1
+ System.register(["./p-7e6b54cb.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var n,e,r,o;return{setters:[function(t){n=t.r;e=t.h;r=t.H},function(t){o=t.n},function(){}],execute:function(){var c=t("taro_aweme_data_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){o("AwemeData",this)};t.prototype.render=function(){return e(r,null)};return t}())}}}));
@@ -1 +1 @@
1
- import{r as o,h as r,H as t}from"./p-9137dcab.js";import{n as a}from"./p-6a96da58.js";import"@tarojs/taro";const c=class{constructor(r){o(this,r)}componentDidLoad(){a("OfficialAccount",this)}render(){return r(t,null)}};export{c as taro_official_account_core}
1
+ import{r as o,h as r,H as t}from"./p-9137dcab.js";import{n as a}from"./p-dbdb9de9.js";import"@tarojs/taro";const c=class{constructor(r){o(this,r)}componentDidLoad(){a("OfficialAccount",this)}render(){return r(t,null)}};export{c as taro_official_account_core}
@@ -0,0 +1 @@
1
+ import{r,h as o,H as t}from"./p-9137dcab.js";import{n as s}from"./p-dbdb9de9.js";import"@tarojs/taro";const a=class{constructor(o){r(this,o)}componentDidLoad(){s("StickyHeader",this)}render(){return o(t,null)}};export{a as taro_sticky_header_core}
@@ -0,0 +1 @@
1
+ import{r,h as o,H as t}from"./p-9137dcab.js";import{n as s}from"./p-dbdb9de9.js";import"@tarojs/taro";const a=class{constructor(o){r(this,o)}componentDidLoad(){s("ChannelLive",this)}render(){return o(t,null)}};export{a as taro_channel_live_core}
@@ -0,0 +1 @@
1
+ System.register(["@tarojs/taro"],(function(e){"use strict";var n;return{setters:[function(e){n=e.default}],execute:function(){e({h:t,n:o});function o(e,o){if(e===void 0){e=""}if(o===void 0){o={}}console.error("H5 暂不支持 ".concat(e," 组件!"));n.eventCenter.trigger("__taroNotSupport",{name:e,instance:o,type:"component",category:"temporarily"})}function t(e){var n;(n=e===null||e===void 0?void 0:e.childNodes)===null||n===void 0?void 0:n.forEach((function(e){if(e.nodeType===document.COMMENT_NODE&&e["s-cn"])e["s-cn"]=false;if(e.nodeType!==document.COMMENT_NODE&&e["s-sr"])e["s-sr"]=false}))}}}}));
@@ -0,0 +1 @@
1
+ import{r,h as o,H as t}from"./p-9137dcab.js";import{n as s}from"./p-dbdb9de9.js";import"@tarojs/taro";const a=class{constructor(o){r(this,o)}componentDidLoad(){s("Map",this)}render(){return o(t,null)}};export{a as taro_map_core}
@@ -0,0 +1 @@
1
+ import{r as t,c as s,h as i,H as e,g as o}from"./p-9137dcab.js";import{c as h}from"./p-de951a46.js";import{h as r}from"./p-dbdb9de9.js";import"@tarojs/taro";const c=class{constructor(i){t(this,i),this.onLongPress=s(this,"longpress",7),this.startTime=0,this.animation=void 0,this.hoverClass=void 0,this.hoverStartTime=50,this.hoverStayTime=400,this.hover=!1,this.touch=!1}onTouchStart(){this.hoverClass&&(this.touch=!0,setTimeout((()=>{this.touch&&(this.hover=!0)}),this.hoverStartTime)),this.timeoutEvent=setTimeout((()=>{this.onLongPress.emit()}),350),this.startTime=Date.now()}onTouchMove(){clearTimeout(this.timeoutEvent)}onTouchEnd(){Date.now()-this.startTime<350&&clearTimeout(this.timeoutEvent),this.hoverClass&&(this.touch=!1,setTimeout((()=>{this.touch||(this.hover=!1)}),this.hoverStayTime))}componentDidRender(){r(this.el)}render(){const t=h({[`${this.hoverClass}`]:this.hover});let s={};return this.animation&&(s.animation=this.animation,s["data-animation"]=this.animation),i(e,Object.assign({class:t},s),i("slot",null))}get el(){return o(this)}};c.style="body,html{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}taro-view-core{display:block}";export{c as taro_view_core}
@@ -1 +1 @@
1
- System.register(["./p-7e6b54cb.system.js","./p-15e45ed6.system.js","@tarojs/taro"],(function(t){"use strict";var n,e,r,o;return{setters:[function(t){n=t.r;e=t.h;r=t.H},function(t){o=t.n},function(){}],execute:function(){var i=t("taro_list_view_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){o("ListView",this)};t.prototype.render=function(){return e(r,null)};return t}())}}}));
1
+ System.register(["./p-7e6b54cb.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var n,e,r,o;return{setters:[function(t){n=t.r;e=t.h;r=t.H},function(t){o=t.n},function(){}],execute:function(){var i=t("taro_list_view_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){o("ListView",this)};t.prototype.render=function(){return e(r,null)};return t}())}}}));
@@ -1 +1 @@
1
- System.register(["./p-7e6b54cb.system.js","./p-15e45ed6.system.js","@tarojs/taro"],(function(n){"use strict";var t,e,r,o;return{setters:[function(n){t=n.r;e=n.h;r=n.H},function(n){o=n.n},function(){}],execute:function(){var i=n("taro_inline_payment_panel_core",function(){function n(n){t(this,n)}n.prototype.componentDidLoad=function(){o("InlinePaymentPanel",this)};n.prototype.render=function(){return e(r,null)};return n}())}}}));
1
+ System.register(["./p-7e6b54cb.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(n){"use strict";var t,e,r,o;return{setters:[function(n){t=n.r;e=n.h;r=n.H},function(n){o=n.n},function(){}],execute:function(){var i=n("taro_inline_payment_panel_core",function(){function n(n){t(this,n)}n.prototype.componentDidLoad=function(){o("InlinePaymentPanel",this)};n.prototype.render=function(){return e(r,null)};return n}())}}}));
@@ -0,0 +1 @@
1
+ import{r as t,c as i,h as s,H as e,g as h}from"./p-9137dcab.js";import{c as n}from"./p-de951a46.js";function o(t,i){const s=[];for(let e=t;e<=i;e++)s.push(`${e<10?"0":""}${e}`);return s}const r=["20","21","22","23",...o(0,23),"00","01","02","03"],a=["56","57","58","59",...o(0,59),"00","01","02","03"];function c(t,i){return!isNaN(+t)&&t>=0&&t<i.length}function u(t){if(!/^\d{1,2}:\d{1,2}$/.test(t))return!1;const i=t.split(":").map((t=>+t));return!(i[0]<0||i[0]>23||i[1]<0||i[1]>59)}function d(t,i){const s=t.split(":").map((t=>+t)),e=i.split(":").map((t=>+t));return s[0]<e[0]||s[0]===e[0]&&s[1]<=e[1]}function l(t){if(!t)return!1;const i=new Date(t.replace(/-/g,"/"));return!isNaN(i.getMonth())&&i}function p(t){let i;return i=Array.isArray(t)?t.map((t=>String(t))):t,i}function m(t,i){const s=[];for(let e=t;e<=i;e++)s.push(e);return s}function g(t,i){return m(t,i)}function f(t,i,s){let e=1,h=12;return t.getFullYear()===s&&(e=t.getMonth()+1),i.getFullYear()===s&&(h=i.getMonth()+1),m(e,h)}function v(t,i,s,e){let h=1,n=function(t,i){return 4===i||6===i||9===i||11===i?30:2===i?t%4==0&&t%100!=0||t%400==0?29:28:31}(s,e);return t.getFullYear()===s&&t.getMonth()+1===e&&(h=t.getDate()),i.getFullYear()===s&&i.getMonth()+1===e&&(n=i.getDate()),m(h,n)}const _=102,k=34,w=class{constructor(e){t(this,e),this.onChange=i(this,"change",7),this.onColumnChange=i(this,"columnchange",7),this.onCancel=i(this,"cancel",7),this.index=[],this.showPicker=()=>{this.disabled||(this.height=this.getHeightByIndex(),this.hidden=!1)},this.getHeightByIndex=()=>this.index.map((t=>{let i=0;return"time"===this.mode&&(i=136),_-k*t-i})),this.hidePicker=()=>{this.fadeOut=!0,setTimeout((()=>{this.hidden=!0,this.fadeOut=!1}),350)},this.handleChange=()=>{this.hidePicker(),this.index=this.height.map((t=>(_-t)/k));let t=this.index.length&&"selector"!==this.mode?this.index:this.index[0];if("time"===this.mode){const i=[r.slice(),a.slice()],s=this.index.map(((t,s)=>i[s][t]));this.index=s.map((t=>parseInt(t))),t=s.join(":")}if("date"===this.mode){const{_start:i,_end:s,_updateValue:e}=this.pickerDate,h=e[0],n=e[1],o=g(i.getFullYear(),s.getFullYear()),r=f(i,s,h),a=v(i,s,h,n),c=o[this.index[0]],u=r[this.index[1]];t="year"===this.fields?[c]:"month"===this.fields?[c,u]:[c,u,a[this.index[2]]],t=t.map((t=>t<10?`0${t}`:t)).join("-")}this.value=t,this.pickerValue=this.value,this.onChange.emit({value:t})},this.handleColumnChange=t=>{const{columnId:i,height:s}=t.detail;this.onColumnChange.emit({column:Number(i),value:(_-s)/k})},this.handleCancel=()=>{this.hidePicker(),this.onCancel.emit()},this.updateHeight=(t,i,s=!1)=>{const e=[...this.height];if(e[i]=t,this.height=e,s){let{start:t,end:i}=this;if(u(t)||(t="00:00"),u(i)||(i="23:59"),!d(t,i))return;const s=[r.slice(),a.slice()],e=this.height.map((t=>(_-t)/k)),h=e.map(((t,i)=>s[i][t])).join(":");if(d(t,h)){if(!d(h,i)){const t=i.split(":").map((t=>_-k*(+t+4)));requestAnimationFrame((()=>this.height=t))}}else{const i=t.split(":").map((t=>_-k*(+t+4)));requestAnimationFrame((()=>this.height=i))}}},this.updateDay=(t,i)=>{const{_start:s,_end:e,_updateValue:h}=this.pickerDate;h[i]=t;const n=h[0],o=h[1],r=h[2];if(0===i){const t=f(s,e,n),i=t[t.length-1],r=t[0];o>i&&(h[1]=i),o<r&&(h[1]=r);const a=t.indexOf(h[1]),c=_-k*a;this.updateDay(h[1],1),this.updateHeight(c,"1")}else if(1===i){const t=v(s,e,n,o),i=t[t.length-1],a=t[0];r>i&&(h[2]=i),r<a&&(h[2]=a);const c=t.indexOf(h[2]),u=_-k*c;this.updateDay(h[2],2),this.updateHeight(u,"2")}},this.getSelector=()=>s("taro-picker-group",{range:this.range,rangeKey:this.rangeKey,height:this.height[0],updateHeight:this.updateHeight,columnId:"0"}),this.getMultiSelector=()=>this.range.map(((t,i)=>s("taro-picker-group",{range:t,rangeKey:this.rangeKey,height:this.height[i],updateHeight:this.updateHeight,onColumnChange:this.handleColumnChange,columnId:String(i)}))),this.getTimeSelector=()=>{const t=r.slice(),i=a.slice();return[s("taro-picker-group",{mode:"time",range:t,height:this.height[0],updateHeight:this.updateHeight,columnId:"0"}),s("taro-picker-group",{mode:"time",range:i,height:this.height[1],updateHeight:this.updateHeight,columnId:"1"})]},this.getDateSelector=()=>{const{fields:t,height:i}=this,{_start:e,_end:h,_updateValue:n}=this.pickerDate,o=n[0],r=n[1],a=g(e.getFullYear(),h.getFullYear()).map((t=>`${t}年`)),c=f(e,h,o).map((t=>`${t<10?`0${t}`:t}月`)),u=v(e,h,o,r).map((t=>`${t<10?`0${t}`:t}日`)),d=[s("taro-picker-group",{mode:"date",range:a,height:i[0],updateDay:this.updateDay,updateHeight:this.updateHeight,columnId:"0"})];return"month"!==t&&"day"!==t||d.push(s("taro-picker-group",{mode:"date",range:c,height:i[1],updateDay:this.updateDay,updateHeight:this.updateHeight,columnId:"1"})),"day"===t&&d.push(s("taro-picker-group",{mode:"date",range:u,height:i[2],updateDay:this.updateDay,updateHeight:this.updateHeight,columnId:"2"})),d},this.mode="selector",this.disabled=!1,this.range=[],this.rangeKey=void 0,this.value=void 0,this.start="",this.end="",this.fields="day",this.name="",this.textProps={},this.pickerValue=[],this.height=[],this.hidden=!0,this.fadeOut=!1,this.isWillLoadCalled=!1}componentWillLoad(){this.isWillLoadCalled=!0,this.handleProps()}componentDidLoad(){this.overlay&&document.body.appendChild(this.overlay)}disconnectedCallback(){var t;this.overlay&&(null===(t=this.overlay.parentNode)||void 0===t||t.removeChild(this.overlay))}onPropsChange(){this.isWillLoadCalled&&this.handleProps()}handleProps(){const{mode:t,start:i,end:s}=this;if("selector"===t){const t=this.value;this.index=[c(t,this.range)?Math.floor(t):0]}else if("multiSelector"===t){const t=this.value;this.index=[],this.range.forEach(((i,s)=>{const e=null==t?void 0:t[s],h=c(e,i)?Math.floor(e):0;this.index.push(h)}))}else if("time"===t){let t=this.value;u(t)||(console.warn("time picker value illegal"),t="0:0");const i=t.split(":").map((t=>+t));this.index=i}else{if("date"!==t)throw new Error(`Picker not support "${t}" mode.`);{let t=l(this.value)||new Date((new Date).setHours(0,0,0,0));const e=l(i)||new Date("1970/01/01"),h=l(s)||new Date("2999/01/01");if(!(e<=h))throw new Error("Picker start time must be less than end time.");t>=e&&t<=h||(t=e);const n=t.getFullYear(),o=t.getMonth()+1,r=t.getDate(),a=g(e.getFullYear(),h.getFullYear()),c=f(e,h,n),u=v(e,h,n,o);this.index=[a.indexOf(n),c.indexOf(o),u.indexOf(r)],this.pickerDate&&this.pickerDate._value.getTime()===t.getTime()&&this.pickerDate._start.getTime()===e.getTime()&&this.pickerDate._end.getTime()===h.getTime()||(this.pickerDate={_value:t,_start:e,_end:h,_updateValue:[n,o,r]})}}if(this.height=this.getHeightByIndex(),this.pickerValue=this.value,"date"===t){const t=this.pickerValue;"month"===this.fields?this.pickerValue=t.split("-").slice(0,2).join("-"):"year"===this.fields&&(this.pickerValue=t.split("-")[0])}}render(){var t,i;const{name:h,mode:o,fadeOut:r,hidden:a}=this;let c;switch(o){case"multiSelector":c=this.getMultiSelector();break;case"time":c=this.getTimeSelector();break;case"date":c=this.getDateSelector();break;default:c=this.getSelector()}const u=n("weui-mask","weui-animate-fade-in",{"weui-animate-fade-out":r}),d=n("weui-picker","weui-animate-slide-up",{"weui-animate-slide-down":r}),l=a?{display:"none"}:{};return s(e,null,s("div",{onClick:this.showPicker},s("slot",null),s("input",{type:"hidden",name:h,value:p(this.pickerValue)})),s("div",{class:"weui-picker__overlay",style:l,ref:t=>{this.overlay=t}},s("div",{class:u,onClick:this.handleCancel}),s("div",{class:d},s("div",{class:"weui-picker__hd"},s("div",{class:"weui-picker__action",onClick:this.handleCancel},null!==(t=this.textProps.cancelText)&&void 0!==t?t:"取消"),s("div",{class:"weui-picker__action",onClick:this.handleChange},null!==(i=this.textProps.okText)&&void 0!==i?i:"确定")),s("div",{class:"weui-picker__bd"},c),s("input",{type:"hidden",name:h,value:p(this.pickerValue)}))))}get el(){return h(this)}static get watchers(){return{mode:["onPropsChange"],value:["onPropsChange"],range:["onPropsChange"],start:["onPropsChange"],end:["onPropsChange"]}}};w.style=".weui-picker,.weui-picker__hd{font-size:12px}";const y=class{constructor(s){t(this,s),this.onColumnChange=i(this,"columnChange",7),this.mode=void 0,this.range=[],this.rangeKey=void 0,this.height=void 0,this.columnId=void 0,this.updateHeight=void 0,this.updateDay=void 0,this.startY=void 0,this.preY=void 0,this.hadMove=void 0,this.touchEnd=void 0,this.isMove=void 0}getPosition(){const t=`translate3d(0, ${this.height}px, 0)`,i=`transform ${this.touchEnd?.3:0}s`;return{transform:t,"-webkit-transform":t,transition:i,"-webkit-transition":i}}formulaUnlimitedScroll(t,i,s){const{height:e,updateHeight:h,columnId:n}=this,o="up"===s?1:-1;this.touchEnd=!1,h(-t*o*k+e,n),requestAnimationFrame((()=>{this.touchEnd=!0;const s=Math.round(i/-34)+t*o;h(_-k*s,n,!0)}))}async handleMoveStart(t){this.startY=t,this.preY=t,this.hadMove=!1}async handleMoving(t){const i=t,s=i-this.preY;this.preY=i,this.touchEnd=!1,Math.abs(i-this.startY)>10&&(this.hadMove=!0);let e=this.height+s;"time"===this.mode&&("0"===this.columnId?(e>0&&(e=-816+s),e<-850&&(e=-34+s)):"1"===this.columnId&&(e>0&&(e=-2040+s),e<-2074&&(e=-34+s))),this.updateHeight(e,this.columnId)}async handleMoveEnd(t){const{mode:i,range:s,height:e,updateHeight:h,columnId:n}=this,o=-34*(s.length-1),r=t;let a;if(this.touchEnd=!0,this.hadMove)a=e-_;else{const t=window.innerHeight;if(a=e-_-(r-(t-119)),"time"===i)if("0"===n){if(a>-85)return this.formulaUnlimitedScroll(24,a,"up");if(a<-969)return this.formulaUnlimitedScroll(24,a,"down")}else if("1"===n){if(a>-85)return this.formulaUnlimitedScroll(60,a,"up");if(a<-2193)return this.formulaUnlimitedScroll(60,a,"down")}}a>0&&(a=0),a<o&&(a=o);const c=Math.round(a/-34),u=_-k*c;"date"===this.mode&&"function"==typeof this.updateDay&&("0"===this.columnId&&this.updateDay(+this.range[c].replace(/[^0-9]/gi,""),0),"1"===this.columnId&&this.updateDay(+this.range[c].replace(/[^0-9]/gi,""),1),"2"===this.columnId&&this.updateDay(+this.range[c].replace(/[^0-9]/gi,""),2)),h(u,n,"time"===i),this.onColumnChange.emit({columnId:n,height:u})}onMouseDown(t){this.isMove=!0,this.handleMoveStart(t.clientY)}onMouseMove(t){this.isMove&&this.handleMoving(t.clientY)}onMouseMoveEnd(t){this.isMove&&(this.isMove=!1,this.handleMoveEnd(t.clientY))}onTouchStart(t){this.handleMoveStart(t.changedTouches[0].clientY)}onTouchMove(t){this.handleMoving(t.changedTouches[0].clientY)}onTouchEnd(t){this.handleMoveEnd(t.changedTouches[0].clientY)}render(){const{range:t,rangeKey:i}=this,h=t.map((t=>s("div",{class:"weui-picker__item"},i?t[i]:t)));return s(e,{class:"weui-picker__group"},s("div",{class:"weui-picker__mask"}),s("div",{class:"weui-picker__indicator"}),s("div",{class:"weui-picker__content",style:this.getPosition()},h))}};export{w as taro_picker_core,y as taro_picker_group}
@@ -1 +1 @@
1
- System.register(["./p-7e6b54cb.system.js","./p-15e45ed6.system.js","@tarojs/taro"],(function(t){"use strict";var n,o,r,e;return{setters:[function(t){n=t.r;o=t.h;r=t.H},function(t){e=t.n},function(){}],execute:function(){var s=t("taro_root_portal_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){e("RootPortal",this)};t.prototype.render=function(){return o(r,null)};return t}())}}}));
1
+ System.register(["./p-7e6b54cb.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var n,o,r,e;return{setters:[function(t){n=t.r;o=t.h;r=t.H},function(t){e=t.n},function(){}],execute:function(){var c=t("taro_root_portal_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){e("RootPortal",this)};t.prototype.render=function(){return o(r,null)};return t}())}}}));
@@ -0,0 +1 @@
1
+ System.register(["./p-7e6b54cb.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var n,o,e,r;return{setters:[function(t){n=t.r;o=t.h;e=t.H},function(t){r=t.n},function(){}],execute:function(){var i=t("taro_animation_video_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){r("AnimationVideo",this)};t.prototype.render=function(){return o(e,null)};return t}())}}}));
@@ -0,0 +1 @@
1
+ import{r as o,h as r,H as s}from"./p-9137dcab.js";import{n as t}from"./p-dbdb9de9.js";import"@tarojs/taro";const a=class{constructor(r){o(this,r)}componentDidLoad(){t("Snapshot",this)}render(){return r(s,null)}};export{a as taro_snapshot_core}
@@ -0,0 +1 @@
1
+ import{h as t,r as a,c as r,H as o,g as e}from"./p-9137dcab.js";import s from"@tarojs/taro";import{stripSuffix as i,stripBasename as h,addLeadingSlash as n,getCurrentPage as b}from"@tarojs/router/dist/utils";import{c as l}from"./p-de951a46.js";import{i as d}from"./p-d3c7f87d.js";const c=t=>{let a,r=t||"";const o={path:null,query:null,fragment:null};return a=r.indexOf("#"),a>-1&&(o.fragment=r.substring(a+1),r=r.substring(0,a)),a=r.indexOf("?"),a>-1&&(o.query=r.substring(a+1),r=r.substring(0,a)),o.path=r,o};function _(t){return"/"===t.charAt(0)}function u(t,a){for(var r=a,o=r+1,e=t.length;o<e;r+=1,o+=1)t[r]=t[o];t.pop()}const g=({index:a,isSelected:r=!1,textColor:o,iconPath:e,badgeText:i,showRedDot:h=!1,pagePath:n,text:b,onSelect:c})=>{const _=l("weui-tabbar__item",{"weui-bar__item_on":r});return t("a",{key:a,href:"javascript:;",class:_,onClick:function(){const t=s.getCurrentPages().shift();"function"==typeof(null==t?void 0:t.onTabItemTap)&&d(this)&&t.onTabItemTap({index:a,pagePath:n,text:b}),c(a)}},t("span",{style:{display:"inline-block",position:"relative"}},t("img",{src:e,alt:"",class:"weui-tabbar__icon"}),!!i&&t("span",{class:"weui-badge taro-tabbar-badge",style:{position:"absolute",top:"-2px",right:"-13px"}},i),h&&t("span",{class:"weui-badge weui-badge_dot",style:{position:"absolute",top:"0",right:"-6px"}})),t("p",{class:"weui-tabbar__label",style:{color:o}},b))},p="taro-tabbar__tabbar",f=class{constructor(t){a(this,t),this.onLongPress=r(this,"longpress",7),this.homePage="",this.customRoutes=[],this.tabbarPos="bottom",this.getOriginUrl=t=>{const a=this.customRoutes.filter((([,a])=>c(a).path===c(t).path));return i(a.length?a[0][0]:t,".html")},this.getSelectedIndex=t=>{let a=-1;return this.list.forEach((({pagePath:r},o)=>{c(t).path===c(r).path&&(a=o)})),a},this.switchTab=t=>{this.selectedIndex=t,s.switchTab({url:this.list[t].pagePath})},this.switchTabHandler=({url:t,successHandler:a,errorHandler:r})=>{const o=function(t,a){void 0===a&&(a="");var r,o=t&&t.split("/")||[],e=a&&a.split("/")||[],s=t&&_(t),i=a&&_(a),h=s||i;if(t&&_(t)?e=o:o.length&&(e.pop(),e=e.concat(o)),!e.length)return"/";if(e.length){var n=e[e.length-1];r="."===n||".."===n||""===n}else r=!1;for(var b=0,l=e.length;l>=0;l--){var d=e[l];"."===d?u(e,l):".."===d?(u(e,l),b++):b&&(u(e,l),b--)}if(!h)for(;b--;b)e.unshift("..");!h||""===e[0]||e[0]&&_(e[0])||e.unshift("");var c=e.join("/");return r&&"/"!==c.substr(-1)&&(c+="/"),c}(t,this.getOriginUrl(this.getCurrentUrl()||this.homePage)),e=this.getSelectedIndex(o);e>-1?(this.switchTab(e),a({errMsg:"switchTab:ok"})):r({errMsg:`switchTab:fail page "${o}" is not found`})},this.routerChangeHandler=t=>{var a;const r=null===(a=null==t?void 0:t.toLocation)||void 0===a?void 0:a.path;let o;if("string"==typeof r){const t=this.conf.basename||"/";o=h(n(r||this.homePage),t)||"/"}else o=this.getCurrentUrl();this.selectedIndex=this.getSelectedIndex(this.getOriginUrl(o))},this.setTabBarBadgeHandler=({index:t,text:a,successHandler:r,errorHandler:o})=>{const e=[...this.list];t in e?(e[t].showRedDot=!1,e[t].badgeText=a,r({errMsg:"setTabBarBadge:ok"})):o({errMsg:"setTabBarBadge:fail tabbar item not found"}),this.list=e},this.removeTabBarBadgeHandler=({index:t,successHandler:a,errorHandler:r})=>{const o=[...this.list];t in o?(o[t].badgeText=null,o[t].badgeText=null,a({errMsg:"removeTabBarBadge:ok"})):r({errMsg:"removeTabBarBadge:fail tabbar item not found"}),this.list=o},this.showTabBarRedDotHandler=({index:t,successHandler:a,errorHandler:r})=>{const o=[...this.list];t in o?(o[t].badgeText=null,o[t].showRedDot=!0,a({errMsg:"showTabBarRedDot:ok"})):r({errMsg:"showTabBarRedDot:fail tabbar item not found"}),this.list=o},this.hideTabBarRedDotHandler=({index:t,successHandler:a,errorHandler:r})=>{const o=[...this.list];t in o?(o[t].showRedDot=!1,a({errMsg:"hideTabBarRedDot:ok"})):r({errMsg:"hideTabBarRedDot:fail tabbar item not found"}),this.list=o},this.showTabBarHandler=({successHandler:t})=>{this.status=0,t({errMsg:"showTabBar:ok"})},this.hideTabBarHandler=({animation:t,successHandler:a})=>{this.status=t?2:1,a({errMsg:"hideTabBar:ok"})},this.setTabBarStyleHandler=({color:t,selectedColor:a,backgroundColor:r,borderStyle:o,successHandler:e})=>{r&&(this.backgroundColor=r),o&&(this.borderStyle=o),t&&(this.color=t),a&&(this.selectedColor=a),e({errMsg:"setTabBarStyle:ok"})},this.setTabBarItemHandler=({index:t,iconPath:a,selectedIconPath:r,text:o,successHandler:e,errorHandler:s})=>{const i=[...this.list];t in i?(a&&(i[t].iconPath=a),r&&(i[t].selectedIconPath=r),o&&(i[t].text=o),e({errMsg:"setTabBarItem:ok"})):s({errMsg:"setTabBarItem:fail tabbar item not found"}),this.list=i},this.conf=void 0,this.list=void 0,this.borderStyle=void 0,this.backgroundColor=void 0,this.color=void 0,this.selectedColor=void 0,this.selectedIndex=-1,this.status=0}componentWillLoad(){var t,a;const r=(null===(t=this.conf)||void 0===t?void 0:t.list)||[],o=(null===(a=this.conf)||void 0===a?void 0:a.customRoutes)||{};if("[object Array]"!==Object.prototype.toString.call(r)||r.length<2||r.length>5)throw new Error("tabBar 配置错误");this.homePage=n(this.conf.homePage);for(let t in o){const a=o[t];t=n(t),"string"==typeof a?this.customRoutes.push([t,n(a)]):(null==a?void 0:a.length)>0&&this.customRoutes.push(...a.map((a=>[t,n(a)])))}r.forEach((t=>{0!==t.pagePath.indexOf("/")&&(t.pagePath="/"+t.pagePath)})),this.list=r,this.borderStyle=this.conf.borderStyle,this.backgroundColor=this.conf.backgroundColor,this.color=this.conf.color,this.selectedColor=this.conf.selectedColor}getCurrentUrl(){const t=b(this.conf.mode,this.conf.basename);return decodeURI("/"===t?this.homePage:t)}bindEvent(){s.eventCenter.on("__taroRouterChange",this.routerChangeHandler),s.eventCenter.on("__taroSwitchTab",this.switchTabHandler),s.eventCenter.on("__taroSetTabBarBadge",this.setTabBarBadgeHandler),s.eventCenter.on("__taroRemoveTabBarBadge",this.removeTabBarBadgeHandler),s.eventCenter.on("__taroShowTabBarRedDotHandler",this.showTabBarRedDotHandler),s.eventCenter.on("__taroHideTabBarRedDotHandler",this.hideTabBarRedDotHandler),s.eventCenter.on("__taroShowTabBar",this.showTabBarHandler),s.eventCenter.on("__taroHideTabBar",this.hideTabBarHandler),s.eventCenter.on("__taroSetTabBarStyle",this.setTabBarStyleHandler),s.eventCenter.on("__taroSetTabBarItem",this.setTabBarItemHandler)}removeEvent(){s.eventCenter.off("__taroRouterChange",this.routerChangeHandler),s.eventCenter.off("__taroSwitchTab",this.switchTabHandler),s.eventCenter.off("__taroSetTabBarBadge",this.setTabBarBadgeHandler),s.eventCenter.off("__taroRemoveTabBarBadge",this.removeTabBarBadgeHandler),s.eventCenter.off("__taroShowTabBarRedDotHandler",this.showTabBarRedDotHandler),s.eventCenter.off("__taroHideTabBarRedDotHandler",this.hideTabBarRedDotHandler),s.eventCenter.off("__taroShowTabBar",this.showTabBarHandler),s.eventCenter.off("__taroHideTabBar",this.hideTabBarHandler),s.eventCenter.off("__taroSetTabBarStyle",this.setTabBarStyleHandler),s.eventCenter.off("__taroSetTabBarItem",this.setTabBarItemHandler)}componentDidLoad(){this.tabbarPos=this.tabbar.nextElementSibling?"top":"bottom",this.bindEvent(),this.routerChangeHandler()}disconnectedCallback(){this.removeEvent()}render(){const{tabbarPos:a="bottom"}=this,r=this.status,e=l("weui-tabbar",{[`taro-tabbar__border-${this.borderStyle||"black"}`]:!0});return t(o,{class:l(p,`${p}-${a}`,{"taro-tabbar__tabbar-hide":-1===this.selectedIndex||1===r,"taro-tabbar__tabbar-slideout":2===r})},t("div",{class:e,style:{backgroundColor:this.backgroundColor||"",height:"inherit"}},this.list.map(((a,r)=>{const o=this.selectedIndex===r;let e,s;return o?(e=this.selectedColor||"",s=a.selectedIconPath):(e=this.color||"",s=a.iconPath),t(g,{index:r,onSelect:this.switchTab.bind(this),isSelected:o,textColor:e,iconPath:s,pagePath:a.pagePath,text:a.text,badgeText:a.badgeText,showRedDot:a.showRedDot})}))))}get tabbar(){return e(this)}};f.style="html,body{height:100%}:root{--taro-tabbar-height:50px}#app{height:100%}.taro-tabbar__border-white::before{border-top-color:#fff !important}.taro-tabbar__container{display:-ms-flexbox;display:flex;overflow:hidden;-ms-flex-direction:column;flex-direction:column;height:100%}.taro-tabbar__panel{overflow:auto;position:relative;-ms-flex:1;flex:1;-webkit-overflow-scrolling:auto}.taro-tabbar__tabbar{position:relative;width:100%;height:var(--taro-tabbar-height);-webkit-transition:bottom 0.2s, top 0.2s;transition:bottom 0.2s, top 0.2s}.taro-tabbar__tabbar-top{top:0}.taro-tabbar__tabbar-bottom{bottom:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.taro-tabbar__tabbar-hide{display:none}.taro-tabbar__tabbar-slideout{top:-52px;-ms-flex:0 0;flex:0 0}.taro-tabbar__panel+.taro-tabbar__tabbar-slideout{top:auto;bottom:-52px}";export{f as taro_tabbar}
@@ -0,0 +1 @@
1
+ System.register(["./p-7e6b54cb.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var n,e,r,o;return{setters:[function(t){n=t.r;e=t.h;r=t.H},function(t){o=t.n},function(){}],execute:function(){var s=t("taro_live_pusher_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){o("LivePusher",this)};t.prototype.render=function(){return e(r,null)};return t}())}}}));
@@ -0,0 +1 @@
1
+ import{r,h as n,H as o}from"./p-9137dcab.js";import{n as t}from"./p-dbdb9de9.js";import"@tarojs/taro";const a=class{constructor(n){r(this,n)}componentDidLoad(){t("InlinePaymentPanel",this)}render(){return n(o,null)}};export{a as taro_inline_payment_panel_core}
@@ -1 +1 @@
1
- import{r,h as o,H as t}from"./p-9137dcab.js";import{n as s}from"./p-6a96da58.js";import"@tarojs/taro";const a=class{constructor(o){r(this,o)}componentDidLoad(){s("Lifestyle",this)}render(){return o(t,null)}};export{a as taro_lifestyle_core}
1
+ import{r,h as o,H as t}from"./p-9137dcab.js";import{n as s}from"./p-dbdb9de9.js";import"@tarojs/taro";const e=class{constructor(o){r(this,o)}componentDidLoad(){s("Lifestyle",this)}render(){return o(t,null)}};export{e as taro_lifestyle_core}
@@ -1 +1 @@
1
- import{r as o,h as r,H as t}from"./p-9137dcab.js";import{n as s}from"./p-6a96da58.js";import"@tarojs/taro";const a=class{constructor(r){o(this,r)}componentDidLoad(){s("RtcRoomItem",this)}render(){return r(t,null)}};export{a as taro_rtc_room_item_core}
1
+ import{r as o,h as r,H as t}from"./p-9137dcab.js";import{n as s}from"./p-dbdb9de9.js";import"@tarojs/taro";const a=class{constructor(r){o(this,r)}componentDidLoad(){s("RtcRoomItem",this)}render(){return r(t,null)}};export{a as taro_rtc_room_item_core}
@@ -0,0 +1 @@
1
+ import{r,h as o,H as t}from"./p-9137dcab.js";import{n as s}from"./p-dbdb9de9.js";import"@tarojs/taro";const a=class{constructor(o){r(this,o)}componentDidLoad(){s("Ad",this)}render(){return o(t,null)}};export{a as taro_ad_core}
@@ -1 +1 @@
1
- System.register(["./p-7e6b54cb.system.js","./p-15e45ed6.system.js","@tarojs/taro"],(function(t){"use strict";var n,e,r,o;return{setters:[function(t){n=t.r;e=t.h;r=t.H},function(t){o=t.n},function(){}],execute:function(){var i=t("taro_like_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){o("Like",this)};t.prototype.render=function(){return e(r,null)};return t}())}}}));
1
+ System.register(["./p-7e6b54cb.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var n,e,r,o;return{setters:[function(t){n=t.r;e=t.h;r=t.H},function(t){o=t.n},function(){}],execute:function(){var c=t("taro_like_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){o("Like",this)};t.prototype.render=function(){return e(r,null)};return t}())}}}));
@@ -1 +1 @@
1
- System.register(["./p-7e6b54cb.system.js","./p-15e45ed6.system.js","@tarojs/taro"],(function(t){"use strict";var n,o,e,r;return{setters:[function(t){n=t.r;o=t.h;e=t.H},function(t){r=t.n},function(){}],execute:function(){var s=t("taro_follow_swan_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){r("FollowSwan",this)};t.prototype.render=function(){return o(e,null)};return t}())}}}));
1
+ System.register(["./p-7e6b54cb.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var n,o,e,r;return{setters:[function(t){n=t.r;o=t.h;e=t.H},function(t){r=t.n},function(){}],execute:function(){var c=t("taro_follow_swan_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){r("FollowSwan",this)};t.prototype.render=function(){return o(e,null)};return t}())}}}));
@@ -0,0 +1 @@
1
+ System.register(["./p-7e6b54cb.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var n,e,r,o;return{setters:[function(t){n=t.r;e=t.h;r=t.H},function(t){o=t.n},function(){}],execute:function(){var c=t("taro_live_player_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){o("LivePlayer",this)};t.prototype.render=function(){return e(r,null)};return t}())}}}));
@@ -0,0 +1 @@
1
+ System.register(["./p-7e6b54cb.system.js","./p-2ec68968.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var e,i,o,s,n,r,a;return{setters:[function(t){e=t.r;i=t.c;o=t.h;s=t.H;n=t.g},function(t){r=t.c},function(t){a=t.h},function(){}],execute:function(){var h="body,html{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}taro-view-core{display:block}";var u=t("taro_view_core",function(){function t(t){e(this,t);this.onLongPress=i(this,"longpress",7);this.startTime=0;this.animation=undefined;this.hoverClass=undefined;this.hoverStartTime=50;this.hoverStayTime=400;this.hover=false;this.touch=false}t.prototype.onTouchStart=function(){var t=this;if(this.hoverClass){this.touch=true;setTimeout((function(){if(t.touch){t.hover=true}}),this.hoverStartTime)}this.timeoutEvent=setTimeout((function(){t.onLongPress.emit()}),350);this.startTime=Date.now()};t.prototype.onTouchMove=function(){clearTimeout(this.timeoutEvent)};t.prototype.onTouchEnd=function(){var t=this;var e=Date.now()-this.startTime;if(e<350){clearTimeout(this.timeoutEvent)}if(this.hoverClass){this.touch=false;setTimeout((function(){if(!t.touch){t.hover=false}}),this.hoverStayTime)}};t.prototype.componentDidRender=function(){a(this.el)};t.prototype.render=function(){var t;var e=r((t={},t["".concat(this.hoverClass)]=this.hover,t));var i={};if(!!this.animation){i["animation"]=this.animation;i["data-animation"]=this.animation}return o(s,Object.assign({class:e},i),o("slot",null))};Object.defineProperty(t.prototype,"el",{get:function(){return n(this)},enumerable:false,configurable:true});return t}());u.style=h}}}));
@@ -0,0 +1 @@
1
+ import{r,h as t,H as o}from"./p-9137dcab.js";import{n as s}from"./p-dbdb9de9.js";import"@tarojs/taro";const a=class{constructor(t){r(this,t)}componentDidLoad(){s("TabItem",this)}render(){return t(o,null)}};export{a as taro_tab_item_core}
@@ -0,0 +1 @@
1
+ import{r as t,h as o,H as r}from"./p-9137dcab.js";import{n as s}from"./p-dbdb9de9.js";import"@tarojs/taro";const a=class{constructor(o){t(this,o)}componentDidLoad(){s("ContactButton",this)}render(){return o(r,null)}};export{a as taro_contact_button_core}
@@ -1 +1 @@
1
- System.register(["./p-7e6b54cb.system.js","./p-15e45ed6.system.js","@tarojs/taro"],(function(t){"use strict";var n,e,o,r;return{setters:[function(t){n=t.r;e=t.h;o=t.H},function(t){r=t.n},function(){}],execute:function(){var s=t("taro_comment_list_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){r("CommentList",this)};t.prototype.render=function(){return e(o,null)};return t}())}}}));
1
+ System.register(["./p-7e6b54cb.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var n,e,o,r;return{setters:[function(t){n=t.r;e=t.h;o=t.H},function(t){r=t.n},function(){}],execute:function(){var c=t("taro_comment_list_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){r("CommentList",this)};t.prototype.render=function(){return e(o,null)};return t}())}}}));
@@ -1 +1 @@
1
- import{r as o,h as r,H as t}from"./p-9137dcab.js";import{n as a}from"./p-6a96da58.js";import"@tarojs/taro";const s=class{constructor(r){o(this,r)}componentDidLoad(){a("AnimationView",this)}render(){return r(t,null)}};export{s as taro_animation_view_core}
1
+ import{r as o,h as r,H as t}from"./p-9137dcab.js";import{n as a}from"./p-dbdb9de9.js";import"@tarojs/taro";const s=class{constructor(r){o(this,r)}componentDidLoad(){a("AnimationView",this)}render(){return r(t,null)}};export{s as taro_animation_view_core}
@@ -0,0 +1 @@
1
+ import{r as o,h as r,H as t}from"./p-9137dcab.js";import{n as s}from"./p-dbdb9de9.js";import"@tarojs/taro";const a=class{constructor(r){o(this,r)}componentDidLoad(){s("RootPortal",this)}render(){return r(t,null)}};export{a as taro_root_portal_core}
@@ -1 +1 @@
1
- import{r as o,h as t,H as r}from"./p-9137dcab.js";import{n as s}from"./p-6a96da58.js";import"@tarojs/taro";const a=class{constructor(t){o(this,t)}componentDidLoad(){s("CommentList",this)}render(){return t(r,null)}};export{a as taro_comment_list_core}
1
+ import{r as o,h as t,H as r}from"./p-9137dcab.js";import{n as s}from"./p-dbdb9de9.js";import"@tarojs/taro";const a=class{constructor(t){o(this,t)}componentDidLoad(){s("CommentList",this)}render(){return t(r,null)}};export{a as taro_comment_list_core}
@@ -0,0 +1 @@
1
+ System.register(["./p-7e6b54cb.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var n,e,r,o;return{setters:[function(t){n=t.r;e=t.h;r=t.H},function(t){o=t.n},function(){}],execute:function(){var c=t("taro_page_meta_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){o("PageMeta",this)};t.prototype.render=function(){return e(r,null)};return t}())}}}));
@@ -1 +1 @@
1
- System.register(["./p-7e6b54cb.system.js","./p-15e45ed6.system.js","@tarojs/taro"],(function(t){"use strict";var n,e,r,o;return{setters:[function(t){n=t.r;e=t.h;r=t.H},function(t){o=t.n},function(){}],execute:function(){var i=t("taro_grid_view_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){o("GridView",this)};t.prototype.render=function(){return e(r,null)};return t}())}}}));
1
+ System.register(["./p-7e6b54cb.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var n,e,r,o;return{setters:[function(t){n=t.r;e=t.h;r=t.H},function(t){o=t.n},function(){}],execute:function(){var i=t("taro_grid_view_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){o("GridView",this)};t.prototype.render=function(){return e(r,null)};return t}())}}}));
@@ -0,0 +1 @@
1
+ import{r,h as o,H as a}from"./p-9137dcab.js";import{n as t}from"./p-dbdb9de9.js";import"@tarojs/taro";const s=class{constructor(o){r(this,o)}componentDidLoad(){t("NavigationBar",this)}render(){return o(a,null)}};export{s as taro_navigation_bar_core}
@@ -0,0 +1 @@
1
+ System.register(["./p-7e6b54cb.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var n,e,r,o;return{setters:[function(t){n=t.r;e=t.h;r=t.H},function(t){o=t.n},function(){}],execute:function(){var c=t("taro_sticky_header_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){o("StickyHeader",this)};t.prototype.render=function(){return e(r,null)};return t}())}}}));
@@ -1 +1 @@
1
- System.register(["./p-7e6b54cb.system.js","./p-15e45ed6.system.js","@tarojs/taro"],(function(t){"use strict";var n,e,o,r;return{setters:[function(t){n=t.r;e=t.h;o=t.H},function(t){r=t.n},function(){}],execute:function(){var i=t("taro_channel_video_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){r("ChannelVideo",this)};t.prototype.render=function(){return e(o,null)};return t}())}}}));
1
+ System.register(["./p-7e6b54cb.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var n,e,o,r;return{setters:[function(t){n=t.r;e=t.h;o=t.H},function(t){r=t.n},function(){}],execute:function(){var c=t("taro_channel_video_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){r("ChannelVideo",this)};t.prototype.render=function(){return e(o,null)};return t}())}}}));
@@ -0,0 +1 @@
1
+ System.register(["./p-7e6b54cb.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var n,o,e,r;return{setters:[function(t){n=t.r;o=t.h;e=t.H},function(t){r=t.n},function(){}],execute:function(){var c=t("taro_functional_page_navigator_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){r("FunctionalPageNavigator",this)};t.prototype.render=function(){return o(e,null)};return t}())}}}));
@@ -0,0 +1 @@
1
+ System.register(["./p-7e6b54cb.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var n,o,r,e;return{setters:[function(t){n=t.r;o=t.h;r=t.H},function(t){e=t.n},function(){}],execute:function(){var c=t("taro_rtc_room_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){e("RtcRoom",this)};t.prototype.render=function(){return o(r,null)};return t}())}}}));
@@ -0,0 +1 @@
1
+ System.register(["./p-7e6b54cb.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var n,r,o,e;return{setters:[function(t){n=t.r;r=t.h;o=t.H},function(t){e=t.n},function(){}],execute:function(){var i=t("taro_navigation_bar_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){e("NavigationBar",this)};t.prototype.render=function(){return r(o,null)};return t}())}}}));
@@ -1 +1 @@
1
- import{r as o,h as r,H as t}from"./p-9137dcab.js";import{n as s}from"./p-6a96da58.js";import"@tarojs/taro";const a=class{constructor(r){o(this,r)}componentDidLoad(){s("AdCustom",this)}render(){return r(t,null)}};export{a as taro_ad_custom_core}
1
+ import{r as o,h as r,H as t}from"./p-9137dcab.js";import{n as s}from"./p-dbdb9de9.js";import"@tarojs/taro";const a=class{constructor(r){o(this,r)}componentDidLoad(){s("AdCustom",this)}render(){return r(t,null)}};export{a as taro_ad_custom_core}
@@ -0,0 +1 @@
1
+ import{r as o,h as t,H as r}from"./p-9137dcab.js";import{n as s}from"./p-dbdb9de9.js";import"@tarojs/taro";const a=class{constructor(t){o(this,t)}componentDidLoad(){s("NativeSlot",this)}render(){return t(r,null)}};export{a as taro_native_slot_core}
@@ -0,0 +1 @@
1
+ var __awaiter=this&&this.__awaiter||function(t,o,e,r){function l(t){return t instanceof e?t:new e((function(o){o(t)}))}return new(e||(e=Promise))((function(e,n){function i(t){try{c(r.next(t))}catch(t){n(t)}}function s(t){try{c(r["throw"](t))}catch(t){n(t)}}function c(t){t.done?e(t.value):l(t.value).then(i,s)}c((r=r.apply(t,o||[])).next())}))};var __generator=this&&this.__generator||function(t,o){var e={label:0,sent:function(){if(n[0]&1)throw n[1];return n[1]},trys:[],ops:[]},r,l,n,i;return i={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(i[Symbol.iterator]=function(){return this}),i;function s(t){return function(o){return c([t,o])}}function c(s){if(r)throw new TypeError("Generator is already executing.");while(i&&(i=0,s[0]&&(e=0)),e)try{if(r=1,l&&(n=s[0]&2?l["return"]:s[0]?l["throw"]||((n=l["return"])&&n.call(l),0):l.next)&&!(n=n.call(l,s[1])).done)return n;if(l=0,n)s=[s[0]&2,n.value];switch(s[0]){case 0:case 1:n=s;break;case 4:e.label++;return{value:s[1],done:false};case 5:e.label++;l=s[1];s=[0];continue;case 7:s=e.ops.pop();e.trys.pop();continue;default:if(!(n=e.trys,n=n.length>0&&n[n.length-1])&&(s[0]===6||s[0]===2)){e=0;continue}if(s[0]===3&&(!n||s[1]>n[0]&&s[1]<n[3])){e.label=s[1];break}if(s[0]===6&&e.label<n[1]){e.label=n[1];n=s;break}if(n&&e.label<n[2]){e.label=n[2];e.ops.push(s);break}if(n[2])e.ops.pop();e.trys.pop();continue}s=o.call(t,e)}catch(t){s=[6,t];l=0}finally{r=n=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};System.register(["./p-7e6b54cb.system.js","./p-2ec68968.system.js","./p-bd5177d3.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var o,e,r,l,n,i,s,c;return{setters:[function(t){o=t.r;e=t.c;r=t.h;l=t.H;n=t.g},function(t){i=t.c},function(t){s=t.d},function(t){c=t.h},function(){}],execute:function(){var a="taro-scroll-view-core{display:block;width:100%;-webkit-overflow-scrolling:auto}taro-scroll-view-core::-webkit-scrollbar{display:none}.taro-scroll-view__scroll-x{overflow-x:scroll;overflow-y:hidden}.taro-scroll-view__scroll-y{overflow-x:hidden;overflow-y:scroll}";function u(t,o,e,r){if(e===void 0){e=500}if(t===o||typeof t!=="number"){return}var l=o-t;var n=Date.now();var i=o>=t;function s(t,o,e,r){return e*t/r+o}function c(){t=s(Date.now()-n,t,l,e);if(i&&t>=o||!i&&o>=t){r(o);return}r(t);requestAnimationFrame(c)}c()}var f=t("taro_scroll_view_core",function(){function t(t){var r=this;o(this,t);this.onScroll=e(this,"scroll",3);this.onScrollToUpper=e(this,"scrolltoupper",3);this.onScrollToLower=e(this,"scrolltolower",3);this._scrollLeft=0;this._scrollTop=0;this.upperAndLower=s((function(){var t=r.el,o=t.offsetWidth,e=t.offsetHeight,l=t.scrollLeft,n=t.scrollTop,i=t.scrollHeight,s=t.scrollWidth;var c=Number(r.lowerThreshold);var a=Number(r.upperThreshold);if(!isNaN(c)&&(r.scrollY&&e+n+c>=i||r.scrollX&&o+l+c>=s)){r.onScrollToLower.emit({direction:r.scrollX?"right":r.scrollY?"bottom":""})}if(!isNaN(a)&&(r.scrollY&&n<=a||r.scrollX&&l<=a)){r.onScrollToUpper.emit({direction:r.scrollX?"left":r.scrollY?"top":""})}}),200);this.scrollX=false;this.scrollY=false;this.upperThreshold=50;this.lowerThreshold=50;this.mpScrollTop=undefined;this.mpScrollLeft=undefined;this.mpScrollIntoView=undefined;this.mpScrollIntoViewAlignment=undefined;this.animated=false}t.prototype.watchScrollLeft=function(t){var o=Number(t);var e=this.animated;this.mpScrollToMethod({left:o,animated:e})};t.prototype.watchScrollTop=function(t){var o=Number(t);var e=this.animated;this.mpScrollToMethod({top:o,animated:e})};t.prototype.watchScrollIntoView=function(t){this.mpScrollIntoViewMethod(t)};t.prototype.handleScroll=function(t){if(t instanceof CustomEvent)return;t.stopPropagation();var o=this.el,e=o.scrollLeft,r=o.scrollTop,l=o.scrollHeight,n=o.scrollWidth;this._scrollLeft=e;this._scrollTop=r;this.upperAndLower();this.onScroll.emit({scrollLeft:e,scrollTop:r,scrollHeight:l,scrollWidth:n})};t.prototype.handleTouchMove=function(t){if(t instanceof CustomEvent)return;t.stopPropagation()};t.prototype.mpScrollToMethod=function(t){return __awaiter(this,void 0,void 0,(function(){var o,e,r,l,n;var i=this;return __generator(this,(function(s){o=t.top,e=t.left,r=t.duration,l=t.animated,n=l===void 0?false:l;if(this.scrollY&&typeof o==="number"&&!isNaN(o)&&o!==this._scrollTop){if(n){u(this._scrollTop,o,r,(function(t){return i.el.scrollTop=t}))}else{this.el.scrollTop=o}this._scrollTop=o}if(this.scrollX&&typeof e==="number"&&!isNaN(e)&&e!==this._scrollLeft){if(n){u(this._scrollLeft,e,r,(function(t){return i.el.scrollLeft=t}))}else{this.el.scrollLeft=e}this._scrollLeft=e}return[2]}))}))};t.prototype.mpScrollIntoViewMethod=function(t){return __awaiter(this,void 0,void 0,(function(){var o;return __generator(this,(function(e){if(typeof t==="string"&&t){(o=document.querySelector("#".concat(t)))===null||o===void 0?void 0:o.scrollIntoView({behavior:this.animated?"smooth":"auto",block:this.scrollY?this.mpScrollIntoViewAlignment||"center":"center",inline:this.scrollX?this.mpScrollIntoViewAlignment||"start":"start"})}return[2]}))}))};t.prototype.componentDidLoad=function(){var t=Number(this.mpScrollTop);var o=Number(this.mpScrollLeft);var e=this.animated;this.mpScrollToMethod({top:t,left:o,animated:e})};t.prototype.componentDidRender=function(){c(this.el)};t.prototype.render=function(){var t=this,o=t.scrollX,e=t.scrollY;var n=i({"taro-scroll-view__scroll-x":o,"taro-scroll-view__scroll-y":e});return r(l,{class:n},r("slot",null))};Object.defineProperty(t.prototype,"el",{get:function(){return n(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{mpScrollLeft:["watchScrollLeft"],mpScrollTop:["watchScrollTop"],mpScrollIntoView:["watchScrollIntoView"]}},enumerable:false,configurable:true});return t}());f.style=a}}}));
@@ -0,0 +1 @@
1
+ System.register(["./p-7e6b54cb.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var n,o,c,e;return{setters:[function(t){n=t.r;o=t.h;c=t.H},function(t){e=t.n},function(){}],execute:function(){var r=t("taro_official_account_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){e("OfficialAccount",this)};t.prototype.render=function(){return o(c,null)};return t}())}}}));
@@ -1 +1 @@
1
- System.register(["./p-7e6b54cb.system.js","./p-15e45ed6.system.js","@tarojs/taro"],(function(t){"use strict";var n,o,e,r;return{setters:[function(t){n=t.r;o=t.h;e=t.H},function(t){r=t.n},function(){}],execute:function(){var c=t("taro_contact_button_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){r("ContactButton",this)};t.prototype.render=function(){return o(e,null)};return t}())}}}));
1
+ System.register(["./p-7e6b54cb.system.js","./p-8c3b906c.system.js","@tarojs/taro"],(function(t){"use strict";var n,o,e,r;return{setters:[function(t){n=t.r;o=t.h;e=t.H},function(t){r=t.n},function(){}],execute:function(){var c=t("taro_contact_button_core",function(){function t(t){n(this,t)}t.prototype.componentDidLoad=function(){r("ContactButton",this)};t.prototype.render=function(){return o(e,null)};return t}())}}}));