@tarojs/components 3.7.0-alpha.8 → 3.7.0-beta.3

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 (408) 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-canvas-core.cjs.entry.js +13 -1
  11. package/dist/cjs/taro-channel-live-core.cjs.entry.js +1 -1
  12. package/dist/cjs/taro-channel-video-core.cjs.entry.js +1 -1
  13. package/dist/cjs/taro-comment-detail-core.cjs.entry.js +1 -1
  14. package/dist/cjs/taro-comment-list-core.cjs.entry.js +1 -1
  15. package/dist/cjs/taro-components.cjs.js +1 -1
  16. package/dist/cjs/taro-contact-button-core.cjs.entry.js +1 -1
  17. package/dist/cjs/taro-editor-core.cjs.entry.js +1 -1
  18. package/dist/cjs/taro-follow-swan-core.cjs.entry.js +1 -1
  19. package/dist/cjs/taro-functional-page-navigator-core.cjs.entry.js +1 -1
  20. package/dist/cjs/taro-grid-view-core.cjs.entry.js +1 -1
  21. package/dist/cjs/taro-image-core.cjs.entry.js +1 -1
  22. package/dist/cjs/taro-inline-payment-panel-core.cjs.entry.js +1 -1
  23. package/dist/cjs/taro-keyboard-accessory-core.cjs.entry.js +1 -1
  24. package/dist/cjs/taro-lifestyle-core.cjs.entry.js +1 -1
  25. package/dist/cjs/taro-like-core.cjs.entry.js +1 -1
  26. package/dist/cjs/taro-list-view-core.cjs.entry.js +1 -1
  27. package/dist/cjs/taro-live-player-core.cjs.entry.js +1 -1
  28. package/dist/cjs/taro-live-pusher-core.cjs.entry.js +1 -1
  29. package/dist/cjs/taro-login-core.cjs.entry.js +1 -1
  30. package/dist/cjs/taro-lottie-core.cjs.entry.js +1 -1
  31. package/dist/cjs/taro-map-core.cjs.entry.js +1 -1
  32. package/dist/cjs/taro-match-media-core.cjs.entry.js +1 -1
  33. package/dist/cjs/taro-native-slot-core.cjs.entry.js +1 -1
  34. package/dist/cjs/taro-navigation-bar-core.cjs.entry.js +1 -1
  35. package/dist/cjs/taro-official-account-core.cjs.entry.js +1 -1
  36. package/dist/cjs/taro-open-data-core.cjs.entry.js +1 -1
  37. package/dist/cjs/taro-page-container-core.cjs.entry.js +1 -1
  38. package/dist/cjs/taro-page-meta-core.cjs.entry.js +1 -1
  39. package/dist/cjs/taro-picker-core_2.cjs.entry.js +31 -30
  40. package/dist/cjs/taro-pull-to-refresh.cjs.entry.js +1 -1
  41. package/dist/cjs/taro-root-portal-core.cjs.entry.js +1 -1
  42. package/dist/cjs/taro-rtc-room-core.cjs.entry.js +1 -1
  43. package/dist/cjs/taro-rtc-room-item-core.cjs.entry.js +1 -1
  44. package/dist/cjs/taro-scroll-view-core.cjs.entry.js +10 -0
  45. package/dist/cjs/taro-share-element-core.cjs.entry.js +1 -1
  46. package/dist/cjs/taro-slot-core.cjs.entry.js +1 -1
  47. package/dist/cjs/taro-snapshot-core.cjs.entry.js +21 -0
  48. package/dist/cjs/taro-sticky-header-core.cjs.entry.js +1 -1
  49. package/dist/cjs/taro-sticky-section-core.cjs.entry.js +1 -1
  50. package/dist/cjs/taro-swiper-core_2.cjs.entry.js +61 -49
  51. package/dist/cjs/taro-tab-item-core.cjs.entry.js +1 -1
  52. package/dist/cjs/taro-tabbar.cjs.entry.js +9 -21
  53. package/dist/cjs/taro-tabs-core.cjs.entry.js +1 -1
  54. package/dist/cjs/taro-video-control_3.cjs.entry.js +4 -1
  55. package/dist/cjs/taro-view-core.cjs.entry.js +3 -9
  56. package/dist/cjs/taro-voip-room-core.cjs.entry.js +1 -1
  57. package/dist/collection/collection-manifest.json +1 -0
  58. package/dist/collection/components/canvas/canvas.js +48 -2
  59. package/dist/collection/components/image/style/index.css +2 -2
  60. package/dist/collection/components/picker/picker.js +31 -30
  61. package/dist/collection/components/pull-to-refresh/style/index.css +1 -2
  62. package/dist/collection/components/scroll-view/scroll-view.js +16 -2
  63. package/dist/collection/components/snapshot/snapshot.js +11 -0
  64. package/dist/collection/components/swiper/swiper-item.js +34 -35
  65. package/dist/collection/components/swiper/swiper.js +28 -14
  66. package/dist/collection/components/tabbar/style/index.css +5 -1
  67. package/dist/collection/components/video/style/index.css +1 -0
  68. package/dist/collection/components/video/video.js +3 -0
  69. package/dist/collection/components/view/view.js +2 -9
  70. package/dist/collection/utils/helper.js +11 -0
  71. package/dist/components/helper.js +12 -1
  72. package/dist/components/index.d.ts +1 -0
  73. package/dist/components/index.js +1 -0
  74. package/dist/components/taro-canvas-core.js +16 -2
  75. package/dist/components/taro-image-core.js +1 -1
  76. package/dist/components/taro-picker-core.js +31 -30
  77. package/dist/components/taro-pull-to-refresh.js +1 -1
  78. package/dist/components/taro-scroll-view-core.js +10 -1
  79. package/dist/components/taro-snapshot-core.d.ts +11 -0
  80. package/dist/components/taro-snapshot-core.js +33 -0
  81. package/dist/components/taro-swiper-core.js +28 -14
  82. package/dist/components/taro-swiper-item-core.js +34 -35
  83. package/dist/components/taro-tabbar.js +2 -14
  84. package/dist/components/taro-video-core.js +4 -1
  85. package/dist/components/taro-view-core.js +2 -9
  86. package/dist/esm/helper-8a85bb65.js +24 -0
  87. package/dist/esm/loader.js +1 -1
  88. package/dist/esm/taro-ad-core.entry.js +1 -1
  89. package/dist/esm/taro-ad-custom-core.entry.js +1 -1
  90. package/dist/esm/taro-animation-video-core.entry.js +1 -1
  91. package/dist/esm/taro-animation-view-core.entry.js +1 -1
  92. package/dist/esm/taro-ar-camera-core.entry.js +1 -1
  93. package/dist/esm/taro-aweme-data-core.entry.js +1 -1
  94. package/dist/esm/taro-camera-core.entry.js +1 -1
  95. package/dist/esm/taro-canvas-core.entry.js +13 -1
  96. package/dist/esm/taro-channel-live-core.entry.js +1 -1
  97. package/dist/esm/taro-channel-video-core.entry.js +1 -1
  98. package/dist/esm/taro-comment-detail-core.entry.js +1 -1
  99. package/dist/esm/taro-comment-list-core.entry.js +1 -1
  100. package/dist/esm/taro-components.js +1 -1
  101. package/dist/esm/taro-contact-button-core.entry.js +1 -1
  102. package/dist/esm/taro-editor-core.entry.js +1 -1
  103. package/dist/esm/taro-follow-swan-core.entry.js +1 -1
  104. package/dist/esm/taro-functional-page-navigator-core.entry.js +1 -1
  105. package/dist/esm/taro-grid-view-core.entry.js +1 -1
  106. package/dist/esm/taro-image-core.entry.js +1 -1
  107. package/dist/esm/taro-inline-payment-panel-core.entry.js +1 -1
  108. package/dist/esm/taro-keyboard-accessory-core.entry.js +1 -1
  109. package/dist/esm/taro-lifestyle-core.entry.js +1 -1
  110. package/dist/esm/taro-like-core.entry.js +1 -1
  111. package/dist/esm/taro-list-view-core.entry.js +1 -1
  112. package/dist/esm/taro-live-player-core.entry.js +1 -1
  113. package/dist/esm/taro-live-pusher-core.entry.js +1 -1
  114. package/dist/esm/taro-login-core.entry.js +1 -1
  115. package/dist/esm/taro-lottie-core.entry.js +1 -1
  116. package/dist/esm/taro-map-core.entry.js +1 -1
  117. package/dist/esm/taro-match-media-core.entry.js +1 -1
  118. package/dist/esm/taro-native-slot-core.entry.js +1 -1
  119. package/dist/esm/taro-navigation-bar-core.entry.js +1 -1
  120. package/dist/esm/taro-official-account-core.entry.js +1 -1
  121. package/dist/esm/taro-open-data-core.entry.js +1 -1
  122. package/dist/esm/taro-page-container-core.entry.js +1 -1
  123. package/dist/esm/taro-page-meta-core.entry.js +1 -1
  124. package/dist/esm/taro-picker-core_2.entry.js +31 -30
  125. package/dist/esm/taro-pull-to-refresh.entry.js +1 -1
  126. package/dist/esm/taro-root-portal-core.entry.js +1 -1
  127. package/dist/esm/taro-rtc-room-core.entry.js +1 -1
  128. package/dist/esm/taro-rtc-room-item-core.entry.js +1 -1
  129. package/dist/esm/taro-scroll-view-core.entry.js +10 -0
  130. package/dist/esm/taro-share-element-core.entry.js +1 -1
  131. package/dist/esm/taro-slot-core.entry.js +1 -1
  132. package/dist/esm/taro-snapshot-core.entry.js +17 -0
  133. package/dist/esm/taro-sticky-header-core.entry.js +1 -1
  134. package/dist/esm/taro-sticky-section-core.entry.js +1 -1
  135. package/dist/esm/taro-swiper-core_2.entry.js +61 -49
  136. package/dist/esm/taro-tab-item-core.entry.js +1 -1
  137. package/dist/esm/taro-tabbar.entry.js +2 -14
  138. package/dist/esm/taro-tabs-core.entry.js +1 -1
  139. package/dist/esm/taro-video-control_3.entry.js +4 -1
  140. package/dist/esm/taro-view-core.entry.js +3 -9
  141. package/dist/esm/taro-voip-room-core.entry.js +1 -1
  142. package/dist/esm-es5/helper-8a85bb65.js +1 -0
  143. package/dist/esm-es5/loader.js +1 -1
  144. package/dist/esm-es5/taro-ad-core.entry.js +1 -1
  145. package/dist/esm-es5/taro-ad-custom-core.entry.js +1 -1
  146. package/dist/esm-es5/taro-animation-video-core.entry.js +1 -1
  147. package/dist/esm-es5/taro-animation-view-core.entry.js +1 -1
  148. package/dist/esm-es5/taro-ar-camera-core.entry.js +1 -1
  149. package/dist/esm-es5/taro-aweme-data-core.entry.js +1 -1
  150. package/dist/esm-es5/taro-camera-core.entry.js +1 -1
  151. package/dist/esm-es5/taro-canvas-core.entry.js +1 -1
  152. package/dist/esm-es5/taro-channel-live-core.entry.js +1 -1
  153. package/dist/esm-es5/taro-channel-video-core.entry.js +1 -1
  154. package/dist/esm-es5/taro-comment-detail-core.entry.js +1 -1
  155. package/dist/esm-es5/taro-comment-list-core.entry.js +1 -1
  156. package/dist/esm-es5/taro-components.js +1 -1
  157. package/dist/esm-es5/taro-contact-button-core.entry.js +1 -1
  158. package/dist/esm-es5/taro-editor-core.entry.js +1 -1
  159. package/dist/esm-es5/taro-follow-swan-core.entry.js +1 -1
  160. package/dist/esm-es5/taro-functional-page-navigator-core.entry.js +1 -1
  161. package/dist/esm-es5/taro-grid-view-core.entry.js +1 -1
  162. package/dist/esm-es5/taro-image-core.entry.js +1 -1
  163. package/dist/esm-es5/taro-inline-payment-panel-core.entry.js +1 -1
  164. package/dist/esm-es5/taro-keyboard-accessory-core.entry.js +1 -1
  165. package/dist/esm-es5/taro-lifestyle-core.entry.js +1 -1
  166. package/dist/esm-es5/taro-like-core.entry.js +1 -1
  167. package/dist/esm-es5/taro-list-view-core.entry.js +1 -1
  168. package/dist/esm-es5/taro-live-player-core.entry.js +1 -1
  169. package/dist/esm-es5/taro-live-pusher-core.entry.js +1 -1
  170. package/dist/esm-es5/taro-login-core.entry.js +1 -1
  171. package/dist/esm-es5/taro-lottie-core.entry.js +1 -1
  172. package/dist/esm-es5/taro-map-core.entry.js +1 -1
  173. package/dist/esm-es5/taro-match-media-core.entry.js +1 -1
  174. package/dist/esm-es5/taro-native-slot-core.entry.js +1 -1
  175. package/dist/esm-es5/taro-navigation-bar-core.entry.js +1 -1
  176. package/dist/esm-es5/taro-official-account-core.entry.js +1 -1
  177. package/dist/esm-es5/taro-open-data-core.entry.js +1 -1
  178. package/dist/esm-es5/taro-page-container-core.entry.js +1 -1
  179. package/dist/esm-es5/taro-page-meta-core.entry.js +1 -1
  180. package/dist/esm-es5/taro-picker-core_2.entry.js +1 -1
  181. package/dist/esm-es5/taro-pull-to-refresh.entry.js +1 -1
  182. package/dist/esm-es5/taro-root-portal-core.entry.js +1 -1
  183. package/dist/esm-es5/taro-rtc-room-core.entry.js +1 -1
  184. package/dist/esm-es5/taro-rtc-room-item-core.entry.js +1 -1
  185. package/dist/esm-es5/taro-scroll-view-core.entry.js +1 -1
  186. package/dist/esm-es5/taro-share-element-core.entry.js +1 -1
  187. package/dist/esm-es5/taro-slot-core.entry.js +1 -1
  188. package/dist/esm-es5/taro-snapshot-core.entry.js +1 -0
  189. package/dist/esm-es5/taro-sticky-header-core.entry.js +1 -1
  190. package/dist/esm-es5/taro-sticky-section-core.entry.js +1 -1
  191. package/dist/esm-es5/taro-swiper-core_2.entry.js +1 -1
  192. package/dist/esm-es5/taro-tab-item-core.entry.js +1 -1
  193. package/dist/esm-es5/taro-tabbar.entry.js +1 -1
  194. package/dist/esm-es5/taro-tabs-core.entry.js +1 -1
  195. package/dist/esm-es5/taro-video-control_3.entry.js +1 -1
  196. package/dist/esm-es5/taro-view-core.entry.js +1 -1
  197. package/dist/esm-es5/taro-voip-room-core.entry.js +1 -1
  198. package/dist/taro-components/p-00ed4bbb.entry.js +1 -0
  199. package/dist/taro-components/{p-9b6550fc.entry.js → p-065a10d7.entry.js} +1 -1
  200. package/dist/taro-components/p-08b7ecd7.system.entry.js +1 -0
  201. package/dist/taro-components/p-0a250d71.system.entry.js +1 -0
  202. package/dist/taro-components/{p-c39a46ca.system.entry.js → p-0cedad18.system.entry.js} +1 -1
  203. package/dist/taro-components/{p-b235e43c.entry.js → p-0e3b37e9.entry.js} +1 -1
  204. package/dist/taro-components/p-0e8199b7.entry.js +1 -0
  205. package/dist/taro-components/{p-cc164fa3.entry.js → p-0ec2e88a.entry.js} +1 -1
  206. package/dist/taro-components/{p-968b7c1d.entry.js → p-124ac21f.entry.js} +1 -1
  207. package/dist/taro-components/p-15624788.system.entry.js +1 -0
  208. package/dist/taro-components/p-1b789738.system.entry.js +1 -0
  209. package/dist/taro-components/p-1cf16dfa.entry.js +1 -0
  210. package/dist/taro-components/p-1f118969.system.entry.js +1 -0
  211. package/dist/taro-components/{p-898db637.system.entry.js → p-21c07cb3.system.entry.js} +1 -1
  212. package/dist/taro-components/{p-af9ef8b4.entry.js → p-22bf7daf.entry.js} +1 -1
  213. package/dist/taro-components/p-24d9836e.entry.js +1 -0
  214. package/dist/taro-components/p-25632af9.entry.js +1 -0
  215. package/dist/taro-components/p-29638de3.entry.js +1 -0
  216. package/dist/taro-components/p-2da9c8fd.entry.js +1 -0
  217. package/dist/taro-components/{p-5640e9f4.system.entry.js → p-3004e71a.system.entry.js} +1 -1
  218. package/dist/taro-components/{p-1974e52e.system.entry.js → p-32e9981a.system.entry.js} +1 -1
  219. package/dist/taro-components/{p-f534057e.system.entry.js → p-36d4407e.system.entry.js} +1 -1
  220. package/dist/taro-components/p-3f3abe55.system.entry.js +1 -0
  221. package/dist/taro-components/p-4a3357a4.entry.js +1 -0
  222. package/dist/taro-components/p-4cedbe5e.system.entry.js +1 -0
  223. package/dist/taro-components/{p-5dda8a67.entry.js → p-4f1d180d.entry.js} +1 -1
  224. package/dist/taro-components/{p-355e4dbc.entry.js → p-4fc40739.entry.js} +1 -1
  225. package/dist/taro-components/{p-6d4b7e5c.system.entry.js → p-519fbe84.system.entry.js} +1 -1
  226. package/dist/taro-components/{p-90333d0a.system.entry.js → p-5756cf00.system.entry.js} +1 -1
  227. package/dist/taro-components/{p-88d2b41b.system.entry.js → p-5870248f.system.entry.js} +1 -1
  228. package/dist/taro-components/{p-81f2ad70.system.entry.js → p-58cc2e6d.system.entry.js} +1 -1
  229. package/dist/taro-components/{p-9ac947ac.system.entry.js → p-5994d9f2.system.entry.js} +1 -1
  230. package/dist/taro-components/p-5e91398a.system.entry.js +1 -0
  231. package/dist/taro-components/{p-2d1b4dcc.system.entry.js → p-5ebc7010.system.entry.js} +1 -1
  232. package/dist/taro-components/p-600e89cc.system.entry.js +1 -0
  233. package/dist/taro-components/p-60faf73e.system.entry.js +1 -0
  234. package/dist/taro-components/p-64eb91f7.entry.js +1 -0
  235. package/dist/taro-components/{p-137531b6.entry.js → p-69c43a81.entry.js} +1 -1
  236. package/dist/taro-components/p-6aa2ac6a.system.entry.js +1 -0
  237. package/dist/taro-components/{p-982bb5bf.entry.js → p-6b454506.entry.js} +1 -1
  238. package/dist/taro-components/{p-ebdd350f.system.entry.js → p-6cde54e5.system.entry.js} +1 -1
  239. package/dist/taro-components/{p-a96b4b19.system.entry.js → p-7102ecf5.system.entry.js} +1 -1
  240. package/dist/taro-components/{p-407ca16e.entry.js → p-76996fcb.entry.js} +1 -1
  241. package/dist/taro-components/p-7726b789.system.entry.js +1 -0
  242. package/dist/taro-components/{p-bdc30301.entry.js → p-7bfc5f3d.entry.js} +1 -1
  243. package/dist/taro-components/p-7fb57a30.system.entry.js +1 -0
  244. package/dist/taro-components/p-84958ace.entry.js +1 -0
  245. package/dist/taro-components/p-862b38b9.entry.js +1 -0
  246. package/dist/taro-components/p-8c3b906c.system.js +1 -0
  247. package/dist/taro-components/p-8ca82a56.entry.js +1 -0
  248. package/dist/taro-components/p-8ccaf5e8.entry.js +1 -0
  249. package/dist/taro-components/{p-0517f107.system.entry.js → p-8d990f1c.system.entry.js} +1 -1
  250. package/dist/taro-components/{p-07302165.system.entry.js → p-92d04741.system.entry.js} +1 -1
  251. package/dist/taro-components/p-99e16df8.entry.js +1 -0
  252. package/dist/taro-components/{p-fa0f6dab.system.entry.js → p-9d76d7a9.system.entry.js} +1 -1
  253. package/dist/taro-components/p-9e03bc7a.system.entry.js +1 -0
  254. package/dist/taro-components/p-9ea4f297.entry.js +1 -0
  255. package/dist/taro-components/p-9eeba192.entry.js +1 -0
  256. package/dist/taro-components/p-a2141e85.system.entry.js +1 -0
  257. package/dist/taro-components/p-a2d590ad.entry.js +1 -0
  258. package/dist/taro-components/{p-204bd245.entry.js → p-a4951dd6.entry.js} +1 -1
  259. package/dist/taro-components/{p-46b8f89b.entry.js → p-a5a51112.entry.js} +1 -1
  260. package/dist/taro-components/p-a6e2dd48.entry.js +1 -0
  261. package/dist/taro-components/{p-66b0b419.system.entry.js → p-a74c970c.system.entry.js} +1 -1
  262. package/dist/taro-components/{p-e53508c1.system.entry.js → p-a7d31b01.system.entry.js} +1 -1
  263. package/dist/taro-components/p-a90221ab.system.entry.js +1 -0
  264. package/dist/taro-components/p-a94e3347.system.entry.js +1 -0
  265. package/dist/taro-components/p-aa04f605.entry.js +1 -0
  266. package/dist/taro-components/p-ad9b04e0.entry.js +1 -0
  267. package/dist/taro-components/{p-f11c9c37.system.entry.js → p-b07cd197.system.entry.js} +1 -1
  268. package/dist/taro-components/{p-139e6251.entry.js → p-b201ff38.entry.js} +1 -1
  269. package/dist/taro-components/p-bc541cd8.entry.js +1 -0
  270. package/dist/taro-components/{p-af8e521a.entry.js → p-bd4ed8b1.entry.js} +1 -1
  271. package/dist/taro-components/p-be96eb59.system.entry.js +1 -0
  272. package/dist/taro-components/{p-da239b8b.system.entry.js → p-bf0c8449.system.entry.js} +1 -1
  273. package/dist/taro-components/p-c0080d83.entry.js +1 -0
  274. package/dist/taro-components/p-c1a3fecf.system.entry.js +1 -0
  275. package/dist/taro-components/{p-8201ee31.system.entry.js → p-c913b635.system.entry.js} +1 -1
  276. package/dist/taro-components/p-cb406f85.system.entry.js +1 -0
  277. package/dist/taro-components/p-ccc64042.system.entry.js +1 -0
  278. package/dist/taro-components/p-ce303d12.system.entry.js +1 -0
  279. package/dist/taro-components/{p-6db97374.entry.js → p-d1756770.entry.js} +1 -1
  280. package/dist/taro-components/p-d2e0b15c.entry.js +1 -0
  281. package/dist/taro-components/p-d35c8257.system.entry.js +1 -0
  282. package/dist/taro-components/p-d550aea9.system.entry.js +1 -0
  283. package/dist/taro-components/p-d5c8380d.system.entry.js +1 -0
  284. package/dist/taro-components/{p-5dab46cd.system.entry.js → p-d867e333.system.entry.js} +1 -1
  285. package/dist/taro-components/{p-f07cd1de.entry.js → p-d8fe59c7.entry.js} +1 -1
  286. package/dist/taro-components/{p-50902cd0.entry.js → p-d9dcc6c6.entry.js} +1 -1
  287. package/dist/taro-components/p-da3db323.entry.js +1 -0
  288. package/dist/taro-components/p-dbdb9de9.js +1 -0
  289. package/dist/taro-components/{p-cc70bb7a.system.entry.js → p-dc5d65a0.system.entry.js} +1 -1
  290. package/dist/taro-components/{p-ab726c20.system.entry.js → p-de96861c.system.entry.js} +1 -1
  291. package/dist/taro-components/{p-907d9d01.system.entry.js → p-e2cd5dd3.system.entry.js} +1 -1
  292. package/dist/taro-components/{p-1404c119.entry.js → p-e598f47b.entry.js} +1 -1
  293. package/dist/taro-components/p-e740320c.entry.js +1 -0
  294. package/dist/taro-components/p-e976c6c9.system.entry.js +1 -0
  295. package/dist/taro-components/p-ea0d5d4f.system.entry.js +1 -0
  296. package/dist/taro-components/p-ed331c06.system.js +1 -1
  297. package/dist/taro-components/p-ef322936.entry.js +1 -0
  298. package/dist/taro-components/p-f1304456.entry.js +1 -0
  299. package/dist/taro-components/{p-3d8c9dfb.entry.js → p-f2235cbb.entry.js} +1 -1
  300. package/dist/taro-components/{p-2af69b72.entry.js → p-f23cfdc8.entry.js} +1 -1
  301. package/dist/taro-components/p-f2c86846.entry.js +1 -0
  302. package/dist/taro-components/p-f4d86882.entry.js +1 -0
  303. package/dist/taro-components/{p-8c0b740e.entry.js → p-f658de2e.entry.js} +1 -1
  304. package/dist/taro-components/p-f78823a1.entry.js +1 -0
  305. package/dist/taro-components/{p-227e33fc.system.entry.js → p-fac4ce6f.system.entry.js} +1 -1
  306. package/dist/taro-components/p-fbb2446e.entry.js +1 -0
  307. package/dist/taro-components/taro-components.css +1 -1
  308. package/dist/taro-components/taro-components.esm.js +1 -1
  309. package/dist/types/components/canvas/canvas.d.ts +5 -2
  310. package/dist/types/components/scroll-view/scroll-view.d.ts +2 -0
  311. package/dist/types/components/snapshot/snapshot.d.ts +5 -0
  312. package/dist/types/components/swiper/swiper.d.ts +4 -2
  313. package/dist/types/components.d.ts +17 -0
  314. package/dist/types/utils/helper.d.ts +1 -0
  315. package/lib/react/components.d.ts +2 -1
  316. package/lib/react/components.js +3 -2
  317. package/lib/react/components.js.map +1 -1
  318. package/lib/react/index.js +1 -1
  319. package/lib/react/react-component-lib/utils/attachProps.js +20 -1
  320. package/lib/react/react-component-lib/utils/attachProps.js.map +1 -1
  321. package/lib/vue2/components.d.ts +4 -1
  322. package/lib/vue2/components.js +7 -2
  323. package/lib/vue2/components.js.map +1 -1
  324. package/lib/vue2/index.js +1 -1
  325. package/lib/vue3/components.d.ts +2 -1
  326. package/lib/vue3/components.js +5 -2
  327. package/lib/vue3/components.js.map +1 -1
  328. package/lib/vue3/index.js +1 -1
  329. package/package.json +4 -4
  330. package/types/Button.d.ts +73 -3
  331. package/types/Canvas.d.ts +11 -11
  332. package/types/ChannelVideo.d.ts +2 -2
  333. package/types/GridView.d.ts +1 -1
  334. package/types/ListView.d.ts +1 -1
  335. package/types/LivePlayer.d.ts +6 -4
  336. package/types/Map.d.ts +46 -3
  337. package/types/NativeSlot.d.ts +5 -3
  338. package/types/ScrollView.d.ts +79 -1
  339. package/types/ShareElement.d.ts +1 -1
  340. package/types/Slot.d.ts +5 -3
  341. package/types/Snapshot.d.ts +16 -0
  342. package/types/StickyHeader.d.ts +1 -1
  343. package/types/StickySection.d.ts +1 -1
  344. package/types/Textarea.d.ts +1 -1
  345. package/types/Video.d.ts +13 -4
  346. package/types/index.d.ts +8 -5
  347. package/types/index.vue3.d.ts +21 -7
  348. package/dist/cjs/helper-db78e01a.js +0 -19
  349. package/dist/esm/helper-3d0ecf0f.js +0 -13
  350. package/dist/esm-es5/helper-3d0ecf0f.js +0 -1
  351. package/dist/taro-components/p-0198411e.system.entry.js +0 -1
  352. package/dist/taro-components/p-052da7f0.system.entry.js +0 -1
  353. package/dist/taro-components/p-15e45ed6.system.js +0 -1
  354. package/dist/taro-components/p-1b3d41d3.system.entry.js +0 -1
  355. package/dist/taro-components/p-1c4e3899.entry.js +0 -1
  356. package/dist/taro-components/p-1f39576a.system.entry.js +0 -1
  357. package/dist/taro-components/p-2de2a3fd.system.entry.js +0 -1
  358. package/dist/taro-components/p-3094bda6.system.entry.js +0 -1
  359. package/dist/taro-components/p-416cc4dd.system.entry.js +0 -1
  360. package/dist/taro-components/p-469ee343.entry.js +0 -1
  361. package/dist/taro-components/p-478deb81.entry.js +0 -1
  362. package/dist/taro-components/p-486d0ec7.entry.js +0 -1
  363. package/dist/taro-components/p-53ef8a6c.system.entry.js +0 -1
  364. package/dist/taro-components/p-5613907c.entry.js +0 -1
  365. package/dist/taro-components/p-57b9943c.system.entry.js +0 -1
  366. package/dist/taro-components/p-5c1e6b1c.system.entry.js +0 -1
  367. package/dist/taro-components/p-6127b1b6.system.entry.js +0 -1
  368. package/dist/taro-components/p-66f7eea6.entry.js +0 -1
  369. package/dist/taro-components/p-69cd1f2a.system.entry.js +0 -1
  370. package/dist/taro-components/p-6a96da58.js +0 -1
  371. package/dist/taro-components/p-6cde180b.entry.js +0 -1
  372. package/dist/taro-components/p-6e115968.entry.js +0 -1
  373. package/dist/taro-components/p-6f84e936.entry.js +0 -1
  374. package/dist/taro-components/p-71b54f06.entry.js +0 -1
  375. package/dist/taro-components/p-79c3fde3.system.entry.js +0 -1
  376. package/dist/taro-components/p-7b3b8057.entry.js +0 -1
  377. package/dist/taro-components/p-7d635413.entry.js +0 -1
  378. package/dist/taro-components/p-801f09b8.entry.js +0 -1
  379. package/dist/taro-components/p-85a7daeb.system.entry.js +0 -1
  380. package/dist/taro-components/p-86280254.entry.js +0 -1
  381. package/dist/taro-components/p-9046110a.entry.js +0 -1
  382. package/dist/taro-components/p-904df510.entry.js +0 -1
  383. package/dist/taro-components/p-98f9f50f.system.entry.js +0 -1
  384. package/dist/taro-components/p-9aeb7995.entry.js +0 -1
  385. package/dist/taro-components/p-9d9ede17.system.entry.js +0 -1
  386. package/dist/taro-components/p-a3a1a779.entry.js +0 -1
  387. package/dist/taro-components/p-a4882902.system.entry.js +0 -1
  388. package/dist/taro-components/p-a8565231.entry.js +0 -1
  389. package/dist/taro-components/p-a8925584.system.entry.js +0 -1
  390. package/dist/taro-components/p-a8e7cf87.entry.js +0 -1
  391. package/dist/taro-components/p-af3fa859.system.entry.js +0 -1
  392. package/dist/taro-components/p-afb3895c.system.entry.js +0 -1
  393. package/dist/taro-components/p-b027181b.entry.js +0 -1
  394. package/dist/taro-components/p-b4ea72ea.entry.js +0 -1
  395. package/dist/taro-components/p-b4f3d0ab.entry.js +0 -1
  396. package/dist/taro-components/p-b6d4634f.system.entry.js +0 -1
  397. package/dist/taro-components/p-bcf80126.system.entry.js +0 -1
  398. package/dist/taro-components/p-c1073ed6.system.entry.js +0 -1
  399. package/dist/taro-components/p-c11a42e0.entry.js +0 -1
  400. package/dist/taro-components/p-c4b8851b.entry.js +0 -1
  401. package/dist/taro-components/p-d34a6c04.entry.js +0 -1
  402. package/dist/taro-components/p-e33f3592.entry.js +0 -1
  403. package/dist/taro-components/p-e3480c4c.entry.js +0 -1
  404. package/dist/taro-components/p-eaa370a9.system.entry.js +0 -1
  405. package/dist/taro-components/p-f7927285.system.entry.js +0 -1
  406. package/dist/taro-components/p-f7b32c6b.entry.js +0 -1
  407. package/dist/taro-components/p-fa6c022a.system.entry.js +0 -1
  408. package/dist/taro-components/p-fb983850.entry.js +0 -1
@@ -14,14 +14,26 @@ export class Canvas {
14
14
  clearTimeout(this.timer);
15
15
  };
16
16
  this.canvasId = undefined;
17
+ this.height = undefined;
18
+ this.width = undefined;
17
19
  this.nativeProps = {};
18
20
  }
21
+ componentDidRender() {
22
+ const [canvas] = this.el.children;
23
+ if (!this.height || !this.width) {
24
+ let style = window.getComputedStyle(canvas);
25
+ this.height || (this.height = style.height);
26
+ this.width || (this.width = style.width);
27
+ }
28
+ canvas.height = parseInt(this.height);
29
+ canvas.width = parseInt(this.width);
30
+ }
19
31
  render() {
20
32
  const { canvasId, nativeProps } = this;
21
33
  return (h("canvas", Object.assign({ "canvas-id": canvasId, style: {
22
34
  width: '100%',
23
35
  height: '100%'
24
- }, onTouchStart: this.onTouchStart, onTouchMove: this.onTouchMove, onTouchEnd: this.onTouchEnd }, nativeProps)));
36
+ }, onTouchStart: this.onTouchStart, onTouchMove: this.onTouchMove, onTouchCancel: this.onTouchEnd, onTouchEnd: this.onTouchEnd }, nativeProps)));
25
37
  }
26
38
  static get is() { return "taro-canvas-core"; }
27
39
  static get originalStyleUrls() {
@@ -50,9 +62,43 @@ export class Canvas {
50
62
  "tags": [],
51
63
  "text": ""
52
64
  },
53
- "attribute": "canvas-id",
65
+ "attribute": "id",
54
66
  "reflect": false
55
67
  },
68
+ "height": {
69
+ "type": "string",
70
+ "mutable": true,
71
+ "complexType": {
72
+ "original": "string",
73
+ "resolved": "string",
74
+ "references": {}
75
+ },
76
+ "required": false,
77
+ "optional": false,
78
+ "docs": {
79
+ "tags": [],
80
+ "text": ""
81
+ },
82
+ "attribute": "height",
83
+ "reflect": true
84
+ },
85
+ "width": {
86
+ "type": "string",
87
+ "mutable": true,
88
+ "complexType": {
89
+ "original": "string",
90
+ "resolved": "string",
91
+ "references": {}
92
+ },
93
+ "required": false,
94
+ "optional": false,
95
+ "docs": {
96
+ "tags": [],
97
+ "text": ""
98
+ },
99
+ "attribute": "width",
100
+ "reflect": true
101
+ },
56
102
  "nativeProps": {
57
103
  "type": "unknown",
58
104
  "mutable": false,
@@ -6,8 +6,8 @@ taro-image-core {
6
6
  display: inline-block;
7
7
  overflow: hidden;
8
8
  position: relative;
9
- width: auto;
10
- height: auto;
9
+ width: 320px;
10
+ height: 240px;
11
11
  font-size: 0;
12
12
  }
13
13
 
@@ -257,40 +257,41 @@ export class Picker {
257
257
  }
258
258
  else if (mode === 'date') {
259
259
  const value = this.value;
260
- const _value = verifyDate(value) || new Date(new Date().setHours(0, 0, 0, 0)); // 没传值或值的合法性错误默认今天时间
260
+ let _value = verifyDate(value) || new Date(new Date().setHours(0, 0, 0, 0)); // 没传值或值的合法性错误默认今天时间
261
261
  const _start = verifyDate(start) || new Date('1970/01/01');
262
262
  const _end = verifyDate(end) || new Date('2999/01/01');
263
263
  // 时间区间有效性
264
- if (_value >= _start && _value <= _end) {
265
- const currentYear = _value.getFullYear();
266
- const currentMonth = _value.getMonth() + 1;
267
- const currentDay = _value.getDate();
268
- const yearRange = getYearRange(_start.getFullYear(), _end.getFullYear());
269
- const monthRange = getMonthRange(_start, _end, currentYear);
270
- const dayRange = getDayRange(_start, _end, currentYear, currentMonth);
271
- this.index = [
272
- yearRange.indexOf(currentYear),
273
- monthRange.indexOf(currentMonth),
274
- dayRange.indexOf(currentDay)
275
- ];
276
- if (!this.pickerDate ||
277
- this.pickerDate._value.getTime() !== _value.getTime() ||
278
- this.pickerDate._start.getTime() !== _start.getTime() ||
279
- this.pickerDate._end.getTime() !== _end.getTime()) {
280
- this.pickerDate = {
281
- _value,
282
- _start,
283
- _end,
284
- _updateValue: [
285
- currentYear,
286
- currentMonth,
287
- currentDay
288
- ]
289
- };
290
- }
264
+ if (!(_start <= _end)) {
265
+ throw new Error(`Picker start time must be less than end time.`);
266
+ }
267
+ if (!(_value >= _start && _value <= _end)) {
268
+ _value = _start;
291
269
  }
292
- else {
293
- throw new Error('Date Interval Error');
270
+ const currentYear = _value.getFullYear();
271
+ const currentMonth = _value.getMonth() + 1;
272
+ const currentDay = _value.getDate();
273
+ const yearRange = getYearRange(_start.getFullYear(), _end.getFullYear());
274
+ const monthRange = getMonthRange(_start, _end, currentYear);
275
+ const dayRange = getDayRange(_start, _end, currentYear, currentMonth);
276
+ this.index = [
277
+ yearRange.indexOf(currentYear),
278
+ monthRange.indexOf(currentMonth),
279
+ dayRange.indexOf(currentDay)
280
+ ];
281
+ if (!this.pickerDate ||
282
+ this.pickerDate._value.getTime() !== _value.getTime() ||
283
+ this.pickerDate._start.getTime() !== _start.getTime() ||
284
+ this.pickerDate._end.getTime() !== _end.getTime()) {
285
+ this.pickerDate = {
286
+ _value,
287
+ _start,
288
+ _end,
289
+ _updateValue: [
290
+ currentYear,
291
+ currentMonth,
292
+ currentDay
293
+ ]
294
+ };
294
295
  }
295
296
  }
296
297
  else {
@@ -3,8 +3,7 @@
3
3
  }
4
4
 
5
5
  .rmc-pull-to-refresh-content-wrapper {
6
- overflow: hidden;
7
- min-height: 100vh;
6
+ min-height: 100%;
8
7
  }
9
8
 
10
9
  .rmc-pull-to-refresh-transition {
@@ -1,6 +1,6 @@
1
1
  import { Host, h } from '@stencil/core';
2
2
  import classNames from 'classnames';
3
- import { debounce } from '../../utils';
3
+ import { debounce, handleStencilNodes } from '../../utils';
4
4
  function easeOutScroll(from, to, duration = 500, callback) {
5
5
  if (from === to || typeof from !== 'number') {
6
6
  return;
@@ -87,6 +87,11 @@ export class ScrollView {
87
87
  scrollWidth
88
88
  });
89
89
  }
90
+ handleTouchMove(e) {
91
+ if (e instanceof CustomEvent)
92
+ return;
93
+ e.stopPropagation();
94
+ }
90
95
  async mpScrollToMethod(object) {
91
96
  let { top, left, duration, animated = false } = object;
92
97
  if (this.scrollY && typeof top === 'number' && !isNaN(top) && top !== this._scrollTop) {
@@ -126,6 +131,9 @@ export class ScrollView {
126
131
  top, left, animated
127
132
  });
128
133
  }
134
+ componentDidRender() {
135
+ handleStencilNodes(this.el);
136
+ }
129
137
  render() {
130
138
  const { scrollX, scrollY } = this;
131
139
  const cls = classNames({
@@ -419,7 +427,13 @@ export class ScrollView {
419
427
  "name": "scroll",
420
428
  "method": "handleScroll",
421
429
  "target": undefined,
422
- "capture": true,
430
+ "capture": false,
431
+ "passive": true
432
+ }, {
433
+ "name": "touchmove",
434
+ "method": "handleTouchMove",
435
+ "target": undefined,
436
+ "capture": false,
423
437
  "passive": true
424
438
  }];
425
439
  }
@@ -0,0 +1,11 @@
1
+ import { h, Host } from '@stencil/core';
2
+ import { notSupport } from '../../utils';
3
+ export class Snapshot {
4
+ componentDidLoad() {
5
+ notSupport('Snapshot', this);
6
+ }
7
+ render() {
8
+ return h(Host, null);
9
+ }
10
+ static get is() { return "taro-snapshot-core"; }
11
+ }
@@ -1,49 +1,48 @@
1
1
  import { Host, h } from '@stencil/core';
2
- function isEqualTag(a, b) {
3
- return typeof a.tagName === 'undefined' ? a.nodeType === b.nodeType : a.tagName === b.tagName;
4
- }
5
- function parseChildNodes(items, targets, needClean = false) {
6
- const list = Array.from(targets.values());
7
- for (let i = 0, j = 0; i < list.length; i++) {
8
- const target = list[i];
9
- if (!target)
10
- return;
11
- let item = items.item(j);
12
- while (item) {
13
- if (!isEqualTag(item, target) || needClean) {
14
- item.remove();
15
- j++;
16
- item = items.item(j);
17
- continue;
18
- }
19
- if (target.childNodes.length > 0) {
20
- const cleanAll = ['taro-image-core'].includes(target.tagName.toLocaleLowerCase());
21
- parseChildNodes(item.childNodes, target.childNodes, cleanAll);
2
+ const nativeCloneNode = Node.prototype.cloneNode;
3
+ function cloneNode(node, deep) {
4
+ const clonedNode = nativeCloneNode.call(node, false);
5
+ const srcChildNodes = childNodes(node);
6
+ if (deep) {
7
+ for (let i = 0; i < srcChildNodes.length; i++) {
8
+ const srcNode = srcChildNodes[i];
9
+ let srcDeep = deep;
10
+ if (srcNode.nodeType !== 2 && srcNode.nodeType !== 8) {
11
+ // Note: 没有引用节点(s-cr[reference comment])的情况下,不复制子节点避免冗余(例如:Image 组件)
12
+ if (!srcNode['s-cr']) {
13
+ srcDeep = false;
14
+ }
15
+ const childClone = cloneNode(srcNode, srcDeep);
16
+ clonedNode.appendChild(childClone);
22
17
  }
23
- break;
24
18
  }
25
- while (i === list.length - 1 && j < items.length) {
26
- j++;
27
- item = items.item(j);
28
- item === null || item === void 0 ? void 0 : item.remove();
19
+ }
20
+ return clonedNode;
21
+ }
22
+ function childNodes(node) {
23
+ const childNodes = node.childNodes;
24
+ // check if element is stencil element without shadow dom
25
+ // and then detect elements that were slotted into the element
26
+ if (node['s-sc']) {
27
+ const result = [];
28
+ for (let i = 0; i < childNodes.length; i++) {
29
+ const slot = childNodes[i]['s-nr'];
30
+ if (slot) {
31
+ result.push(slot);
32
+ }
29
33
  }
34
+ return result;
30
35
  }
36
+ return Array.from(childNodes);
31
37
  }
32
38
  export class SwiperItem {
33
39
  constructor() {
34
40
  this.itemId = undefined;
35
41
  }
36
42
  componentDidRender() {
37
- var _a, _b, _c;
38
- const el = this.el;
39
- if (el.classList.contains('swiper-slide-duplicate')) {
40
- const list = Array
41
- .from(((_b = (_a = el.parentElement) === null || _a === void 0 ? void 0 : _a.childNodes) === null || _b === void 0 ? void 0 : _b.values()) || [])
42
- .filter((e) => e.tagName === 'TARO-SWIPER-ITEM-CORE');
43
- if (list.length > 0) {
44
- parseChildNodes(el.childNodes, (_c = list[list.indexOf(el) === 0 ? list.length - 2 : 1]) === null || _c === void 0 ? void 0 : _c.childNodes);
45
- }
46
- }
43
+ this.el.cloneNode = (deep = false) => {
44
+ return cloneNode.call(null, this.el, deep);
45
+ };
47
46
  }
48
47
  render() {
49
48
  return (h(Host, { class: 'swiper-slide', "item-id": this.itemId }));
@@ -10,8 +10,8 @@ export class Swiper {
10
10
  var _a, _b, _c;
11
11
  ((_a = this.observerFirst) === null || _a === void 0 ? void 0 : _a.disconnect) && this.observerFirst.disconnect();
12
12
  ((_b = this.observerLast) === null || _b === void 0 ? void 0 : _b.disconnect) && this.observerLast.disconnect();
13
- this.observerFirst = new MutationObserver(this.handleSwiperLoop);
14
- this.observerLast = new MutationObserver(this.handleSwiperLoop);
13
+ this.observerFirst = new MutationObserver(this.handleSwiperLoopDebounce);
14
+ this.observerLast = new MutationObserver(this.handleSwiperLoopDebounce);
15
15
  const wrapper = (_c = this.swiper.$wrapperEl) === null || _c === void 0 ? void 0 : _c[0];
16
16
  const list = wrapper.querySelectorAll('taro-swiper-item-core:not(.swiper-slide-duplicate)');
17
17
  if (list.length >= 1) {
@@ -25,22 +25,23 @@ export class Swiper {
25
25
  });
26
26
  }
27
27
  };
28
- this.handleSwiperLoop = debounce(() => {
29
- var _a;
28
+ this.handleSwiperLoop = () => {
29
+ var _a, _b, _c, _d;
30
30
  if (!this.swiper || !this.circular)
31
31
  return;
32
32
  const swiper = this.swiper; // Note: loop 相关的方法 swiper 未声明
33
33
  const duplicates = ((_a = this.swiperWrapper) === null || _a === void 0 ? void 0 : _a.querySelectorAll('.swiper-slide-duplicate')) || [];
34
34
  if (duplicates.length < 2) {
35
35
  // Note: 循环模式下,但是前后垫片未注入
36
- swiper.loopDestroy();
37
- swiper.loopCreate();
36
+ (_b = swiper.loopDestroy) === null || _b === void 0 ? void 0 : _b.call(swiper);
37
+ (_c = swiper.loopCreate) === null || _c === void 0 ? void 0 : _c.call(swiper);
38
38
  }
39
39
  else {
40
- swiper.loopFix();
40
+ (_d = swiper.loopFix) === null || _d === void 0 ? void 0 : _d.call(swiper);
41
41
  }
42
- }, 50);
43
- this.handleSwiperSize = debounce(() => {
42
+ };
43
+ this.handleSwiperLoopDebounce = debounce(this.handleSwiperLoop, 50);
44
+ this.handleSwiperSizeDebounce = debounce(() => {
44
45
  if (this.swiper && !this.circular) {
45
46
  this.swiper.updateSlides();
46
47
  }
@@ -48,6 +49,7 @@ export class Swiper {
48
49
  this.swiperWrapper = undefined;
49
50
  this.swiper = undefined;
50
51
  this.isWillLoadCalled = false;
52
+ this.source = '';
51
53
  this.indicatorDots = false;
52
54
  this.indicatorColor = 'rgba(0, 0, 0, .3)';
53
55
  this.indicatorActiveColor = '#000000';
@@ -131,8 +133,9 @@ export class Swiper {
131
133
  this.el.removeChild = (oldChild) => {
132
134
  return newVal.removeChild(oldChild);
133
135
  };
134
- this.el.addEventListener('DOMNodeInserted', this.handleSwiperSize);
135
- this.el.addEventListener('DOMNodeRemoved', this.handleSwiperSize);
136
+ this.el.addEventListener('DOMNodeInserted', this.handleSwiperSizeDebounce);
137
+ this.el.addEventListener('DOMNodeRemoved', this.handleSwiperSizeDebounce);
138
+ this.el.addEventListener('MutationObserver', this.handleSwiperSizeDebounce);
136
139
  }
137
140
  watchCircular() {
138
141
  if (this.swiper) {
@@ -174,8 +177,9 @@ export class Swiper {
174
177
  }
175
178
  disconnectedCallback() {
176
179
  var _a, _b, _c, _d, _e, _f;
177
- this.el.removeEventListener('DOMNodeInserted', this.handleSwiperSize);
178
- this.el.removeEventListener('DOMNodeRemoved', this.handleSwiperSize);
180
+ this.el.removeEventListener('DOMNodeInserted', this.handleSwiperSizeDebounce);
181
+ this.el.removeEventListener('DOMNodeRemoved', this.handleSwiperSizeDebounce);
182
+ this.el.removeEventListener('MutationObserver', this.handleSwiperSizeDebounce);
179
183
  (_b = (_a = this.observer) === null || _a === void 0 ? void 0 : _a.disconnect) === null || _b === void 0 ? void 0 : _b.call(_a);
180
184
  (_d = (_c = this.observerFirst) === null || _c === void 0 ? void 0 : _c.disconnect) === null || _d === void 0 ? void 0 : _d.call(_c);
181
185
  (_f = (_e = this.observerLast) === null || _e === void 0 ? void 0 : _e.disconnect) === null || _f === void 0 ? void 0 : _f.call(_e);
@@ -213,10 +217,19 @@ export class Swiper {
213
217
  }
214
218
  that.onChange.emit({
215
219
  current: this.realIndex,
216
- source: ''
220
+ source: that.source
217
221
  });
218
222
  },
223
+ touchEnd: () => {
224
+ that.source = 'touch';
225
+ },
226
+ autoplay() {
227
+ that.source = 'autoplay';
228
+ },
219
229
  transitionEnd() {
230
+ setTimeout(() => {
231
+ that.source = '';
232
+ });
220
233
  that.onAnimationFinish.emit({
221
234
  current: this.realIndex,
222
235
  source: ''
@@ -548,6 +561,7 @@ export class Swiper {
548
561
  "swiperWrapper": {},
549
562
  "swiper": {},
550
563
  "isWillLoadCalled": {},
564
+ "source": {},
551
565
  "observer": {},
552
566
  "observerFirst": {},
553
567
  "observerLast": {}
@@ -3,6 +3,10 @@ body {
3
3
  height: 100%;
4
4
  }
5
5
 
6
+ :root {
7
+ --taro-tabbar-height: 50px;
8
+ }
9
+
6
10
  #app {
7
11
  height: 100%;
8
12
  }
@@ -25,7 +29,7 @@ body {
25
29
  .taro-tabbar__tabbar {
26
30
  position: relative;
27
31
  width: 100%;
28
- height: 50px;
32
+ height: var(--taro-tabbar-height);
29
33
  transition: bottom 0.2s, top 0.2s;
30
34
  }
31
35
  .taro-tabbar__tabbar-top {
@@ -43,6 +43,7 @@
43
43
  width: 100%;
44
44
  height: 100%;
45
45
  object-position: inherit;
46
+ display: block;
46
47
  }
47
48
 
48
49
  .taro-video-cover {
@@ -215,6 +215,9 @@ export class Video {
215
215
  this.videoRef[screenFn.requestFullscreen]({ navigationUI: 'auto' });
216
216
  }, 0);
217
217
  }
218
+ else {
219
+ document[screenFn.exitFullscreen]();
220
+ }
218
221
  };
219
222
  this.toggleMute = (e) => {
220
223
  e.stopPropagation();
@@ -1,5 +1,6 @@
1
1
  import { h, Host } from '@stencil/core';
2
2
  import classNames from 'classnames';
3
+ import { handleStencilNodes } from '../../utils';
3
4
  export class View {
4
5
  constructor() {
5
6
  this.startTime = 0;
@@ -42,15 +43,7 @@ export class View {
42
43
  }
43
44
  }
44
45
  componentDidRender() {
45
- const el = this.el;
46
- el.childNodes.forEach(item => {
47
- // Note: ['s-cn'] Content Reference Node
48
- if (item.nodeType === document.COMMENT_NODE && item['s-cn'])
49
- item['s-cn'] = false;
50
- // Note: ['s-sr'] Is a slot reference node (渲染完成后禁用 slotRelocation 特性, 避免 Stencil 组件相互调用时内置排序与第三方 UI 框架冲突导致组件顺序混乱)
51
- if (item.nodeType !== document.COMMENT_NODE && item['s-sr'])
52
- item['s-sr'] = false;
53
- });
46
+ handleStencilNodes(this.el);
54
47
  }
55
48
  render() {
56
49
  const cls = classNames({
@@ -8,3 +8,14 @@ export function notSupport(name = '', instance = {}) {
8
8
  category: 'temporarily',
9
9
  });
10
10
  }
11
+ export function handleStencilNodes(el) {
12
+ var _a;
13
+ (_a = el === null || el === void 0 ? void 0 : el.childNodes) === null || _a === void 0 ? void 0 : _a.forEach(item => {
14
+ // Note: ['s-cn'] Content Reference Node
15
+ if (item.nodeType === document.COMMENT_NODE && item['s-cn'])
16
+ item['s-cn'] = false;
17
+ // Note: ['s-sr'] Is a slot reference node (渲染完成后禁用 slotRelocation 特性, 避免 Stencil 组件相互调用时内置排序与第三方 UI 框架冲突导致组件顺序混乱)
18
+ if (item.nodeType !== document.COMMENT_NODE && item['s-sr'])
19
+ item['s-sr'] = false;
20
+ });
21
+ }
@@ -9,5 +9,16 @@ function notSupport(name = '', instance = {}) {
9
9
  category: 'temporarily',
10
10
  });
11
11
  }
12
+ function handleStencilNodes(el) {
13
+ var _a;
14
+ (_a = el === null || el === void 0 ? void 0 : el.childNodes) === null || _a === void 0 ? void 0 : _a.forEach(item => {
15
+ // Note: ['s-cn'] Content Reference Node
16
+ if (item.nodeType === document.COMMENT_NODE && item['s-cn'])
17
+ item['s-cn'] = false;
18
+ // Note: ['s-sr'] Is a slot reference node (渲染完成后禁用 slotRelocation 特性, 避免 Stencil 组件相互调用时内置排序与第三方 UI 框架冲突导致组件顺序混乱)
19
+ if (item.nodeType !== document.COMMENT_NODE && item['s-sr'])
20
+ item['s-sr'] = false;
21
+ });
22
+ }
12
23
 
13
- export { notSupport as n };
24
+ export { handleStencilNodes as h, notSupport as n };
@@ -65,6 +65,7 @@ export { ScrollView as TaroScrollViewCore } from '../types/components/scroll-vie
65
65
  export { ShareElement as TaroShareElementCore } from '../types/components/share-element/share-element';
66
66
  export { Slider as TaroSliderCore } from '../types/components/slider/slider';
67
67
  export { Slot as TaroSlotCore } from '../types/components/slot/slot';
68
+ export { Snapshot as TaroSnapshotCore } from '../types/components/snapshot/snapshot';
68
69
  export { StickyHeader as TaroStickyHeaderCore } from '../types/components/sticky-header/sticky-header';
69
70
  export { StickySection as TaroStickySectionCore } from '../types/components/sticky-section/sticky-section';
70
71
  export { Swiper as TaroSwiperCore } from '../types/components/swiper/swiper';
@@ -65,6 +65,7 @@ export { TaroScrollViewCore, defineCustomElement as defineCustomElementTaroScrol
65
65
  export { TaroShareElementCore, defineCustomElement as defineCustomElementTaroShareElementCore } from './taro-share-element-core.js';
66
66
  export { TaroSliderCore, defineCustomElement as defineCustomElementTaroSliderCore } from './taro-slider-core.js';
67
67
  export { TaroSlotCore, defineCustomElement as defineCustomElementTaroSlotCore } from './taro-slot-core.js';
68
+ export { TaroSnapshotCore, defineCustomElement as defineCustomElementTaroSnapshotCore } from './taro-snapshot-core.js';
68
69
  export { TaroStickyHeaderCore, defineCustomElement as defineCustomElementTaroStickyHeaderCore } from './taro-sticky-header-core.js';
69
70
  export { TaroStickySectionCore, defineCustomElement as defineCustomElementTaroStickySectionCore } from './taro-sticky-section-core.js';
70
71
  export { TaroSwiperCore, defineCustomElement as defineCustomElementTaroSwiperCore } from './taro-swiper-core.js';
@@ -20,19 +20,33 @@ const Canvas = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
20
20
  clearTimeout(this.timer);
21
21
  };
22
22
  this.canvasId = undefined;
23
+ this.height = undefined;
24
+ this.width = undefined;
23
25
  this.nativeProps = {};
24
26
  }
27
+ componentDidRender() {
28
+ const [canvas] = this.el.children;
29
+ if (!this.height || !this.width) {
30
+ let style = window.getComputedStyle(canvas);
31
+ this.height || (this.height = style.height);
32
+ this.width || (this.width = style.width);
33
+ }
34
+ canvas.height = parseInt(this.height);
35
+ canvas.width = parseInt(this.width);
36
+ }
25
37
  render() {
26
38
  const { canvasId, nativeProps } = this;
27
39
  return (h("canvas", Object.assign({ "canvas-id": canvasId, style: {
28
40
  width: '100%',
29
41
  height: '100%'
30
- }, onTouchStart: this.onTouchStart, onTouchMove: this.onTouchMove, onTouchEnd: this.onTouchEnd }, nativeProps)));
42
+ }, onTouchStart: this.onTouchStart, onTouchMove: this.onTouchMove, onTouchCancel: this.onTouchEnd, onTouchEnd: this.onTouchEnd }, nativeProps)));
31
43
  }
32
44
  get el() { return this; }
33
45
  static get style() { return indexCss; }
34
46
  }, [0, "taro-canvas-core", {
35
- "canvasId": [1, "canvas-id"],
47
+ "canvasId": [1, "id"],
48
+ "height": [1537],
49
+ "width": [1537],
36
50
  "nativeProps": [16]
37
51
  }]);
38
52
  function defineCustomElement$1() {
@@ -1,7 +1,7 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
2
2
  import { c as classnames } from './index2.js';
3
3
 
4
- const indexCss = "img[src=\"\"]{opacity:0}taro-image-core{display:inline-block;overflow:hidden;position:relative;width:auto;height:auto;font-size:0}.taro-img.taro-img__widthfix{height:100%}.taro-img__mode-scaletofill{width:100%;height:100%}.taro-img__mode-aspectfit{max-width:100%;max-height:100%}.taro-img__mode-aspectfill{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.taro-img__mode-aspectfill--width{min-width:100%;height:100%}.taro-img__mode-aspectfill--height{width:100%;min-height:100%}.taro-img__mode-widthfix{width:100%}.taro-img__mode-heightfix{height:100%}.taro-img__mode-top{width:100%}.taro-img__mode-bottom{position:absolute;bottom:0;width:100%}.taro-img__mode-left{height:100%}.taro-img__mode-right{position:absolute;right:0;height:100%}.taro-img__mode-topright{position:absolute;right:0}.taro-img__mode-bottomleft{position:absolute;bottom:0}.taro-img__mode-bottomright{position:absolute;right:0;bottom:0}";
4
+ const indexCss = "img[src=\"\"]{opacity:0}taro-image-core{display:inline-block;overflow:hidden;position:relative;width:320px;height:240px;font-size:0}.taro-img.taro-img__widthfix{height:100%}.taro-img__mode-scaletofill{width:100%;height:100%}.taro-img__mode-aspectfit{max-width:100%;max-height:100%}.taro-img__mode-aspectfill{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.taro-img__mode-aspectfill--width{min-width:100%;height:100%}.taro-img__mode-aspectfill--height{width:100%;min-height:100%}.taro-img__mode-widthfix{width:100%}.taro-img__mode-heightfix{height:100%}.taro-img__mode-top{width:100%}.taro-img__mode-bottom{position:absolute;bottom:0;width:100%}.taro-img__mode-left{height:100%}.taro-img__mode-right{position:absolute;right:0;height:100%}.taro-img__mode-topright{position:absolute;right:0}.taro-img__mode-bottomleft{position:absolute;bottom:0}.taro-img__mode-bottomright{position:absolute;right:0;bottom:0}";
5
5
 
6
6
  import('./intersection-observer.js');
7
7
  const Image = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
@@ -407,40 +407,41 @@ const Picker = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
407
407
  }
408
408
  else if (mode === 'date') {
409
409
  const value = this.value;
410
- const _value = verifyDate(value) || new Date(new Date().setHours(0, 0, 0, 0)); // 没传值或值的合法性错误默认今天时间
410
+ let _value = verifyDate(value) || new Date(new Date().setHours(0, 0, 0, 0)); // 没传值或值的合法性错误默认今天时间
411
411
  const _start = verifyDate(start) || new Date('1970/01/01');
412
412
  const _end = verifyDate(end) || new Date('2999/01/01');
413
413
  // 时间区间有效性
414
- if (_value >= _start && _value <= _end) {
415
- const currentYear = _value.getFullYear();
416
- const currentMonth = _value.getMonth() + 1;
417
- const currentDay = _value.getDate();
418
- const yearRange = getYearRange(_start.getFullYear(), _end.getFullYear());
419
- const monthRange = getMonthRange(_start, _end, currentYear);
420
- const dayRange = getDayRange(_start, _end, currentYear, currentMonth);
421
- this.index = [
422
- yearRange.indexOf(currentYear),
423
- monthRange.indexOf(currentMonth),
424
- dayRange.indexOf(currentDay)
425
- ];
426
- if (!this.pickerDate ||
427
- this.pickerDate._value.getTime() !== _value.getTime() ||
428
- this.pickerDate._start.getTime() !== _start.getTime() ||
429
- this.pickerDate._end.getTime() !== _end.getTime()) {
430
- this.pickerDate = {
431
- _value,
432
- _start,
433
- _end,
434
- _updateValue: [
435
- currentYear,
436
- currentMonth,
437
- currentDay
438
- ]
439
- };
440
- }
414
+ if (!(_start <= _end)) {
415
+ throw new Error(`Picker start time must be less than end time.`);
416
+ }
417
+ if (!(_value >= _start && _value <= _end)) {
418
+ _value = _start;
441
419
  }
442
- else {
443
- throw new Error('Date Interval Error');
420
+ const currentYear = _value.getFullYear();
421
+ const currentMonth = _value.getMonth() + 1;
422
+ const currentDay = _value.getDate();
423
+ const yearRange = getYearRange(_start.getFullYear(), _end.getFullYear());
424
+ const monthRange = getMonthRange(_start, _end, currentYear);
425
+ const dayRange = getDayRange(_start, _end, currentYear, currentMonth);
426
+ this.index = [
427
+ yearRange.indexOf(currentYear),
428
+ monthRange.indexOf(currentMonth),
429
+ dayRange.indexOf(currentDay)
430
+ ];
431
+ if (!this.pickerDate ||
432
+ this.pickerDate._value.getTime() !== _value.getTime() ||
433
+ this.pickerDate._start.getTime() !== _start.getTime() ||
434
+ this.pickerDate._end.getTime() !== _end.getTime()) {
435
+ this.pickerDate = {
436
+ _value,
437
+ _start,
438
+ _end,
439
+ _updateValue: [
440
+ currentYear,
441
+ currentMonth,
442
+ currentDay
443
+ ]
444
+ };
444
445
  }
445
446
  }
446
447
  else {