@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
@@ -413,40 +413,41 @@ const Picker = class {
413
413
  }
414
414
  else if (mode === 'date') {
415
415
  const value = this.value;
416
- const _value = verifyDate(value) || new Date(new Date().setHours(0, 0, 0, 0)); // 没传值或值的合法性错误默认今天时间
416
+ let _value = verifyDate(value) || new Date(new Date().setHours(0, 0, 0, 0)); // 没传值或值的合法性错误默认今天时间
417
417
  const _start = verifyDate(start) || new Date('1970/01/01');
418
418
  const _end = verifyDate(end) || new Date('2999/01/01');
419
419
  // 时间区间有效性
420
- if (_value >= _start && _value <= _end) {
421
- const currentYear = _value.getFullYear();
422
- const currentMonth = _value.getMonth() + 1;
423
- const currentDay = _value.getDate();
424
- const yearRange = getYearRange(_start.getFullYear(), _end.getFullYear());
425
- const monthRange = getMonthRange(_start, _end, currentYear);
426
- const dayRange = getDayRange(_start, _end, currentYear, currentMonth);
427
- this.index = [
428
- yearRange.indexOf(currentYear),
429
- monthRange.indexOf(currentMonth),
430
- dayRange.indexOf(currentDay)
431
- ];
432
- if (!this.pickerDate ||
433
- this.pickerDate._value.getTime() !== _value.getTime() ||
434
- this.pickerDate._start.getTime() !== _start.getTime() ||
435
- this.pickerDate._end.getTime() !== _end.getTime()) {
436
- this.pickerDate = {
437
- _value,
438
- _start,
439
- _end,
440
- _updateValue: [
441
- currentYear,
442
- currentMonth,
443
- currentDay
444
- ]
445
- };
446
- }
420
+ if (!(_start <= _end)) {
421
+ throw new Error(`Picker start time must be less than end time.`);
422
+ }
423
+ if (!(_value >= _start && _value <= _end)) {
424
+ _value = _start;
447
425
  }
448
- else {
449
- throw new Error('Date Interval Error');
426
+ const currentYear = _value.getFullYear();
427
+ const currentMonth = _value.getMonth() + 1;
428
+ const currentDay = _value.getDate();
429
+ const yearRange = getYearRange(_start.getFullYear(), _end.getFullYear());
430
+ const monthRange = getMonthRange(_start, _end, currentYear);
431
+ const dayRange = getDayRange(_start, _end, currentYear, currentMonth);
432
+ this.index = [
433
+ yearRange.indexOf(currentYear),
434
+ monthRange.indexOf(currentMonth),
435
+ dayRange.indexOf(currentDay)
436
+ ];
437
+ if (!this.pickerDate ||
438
+ this.pickerDate._value.getTime() !== _value.getTime() ||
439
+ this.pickerDate._start.getTime() !== _start.getTime() ||
440
+ this.pickerDate._end.getTime() !== _end.getTime()) {
441
+ this.pickerDate = {
442
+ _value,
443
+ _start,
444
+ _end,
445
+ _updateValue: [
446
+ currentYear,
447
+ currentMonth,
448
+ currentDay
449
+ ]
450
+ };
450
451
  }
451
452
  }
452
453
  else {
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e751dfe3.js');
6
- const helper = require('./helper-db78e01a.js');
6
+ const helper = require('./helper-ad6306f6.js');
7
7
  require('@tarojs/taro');
8
8
 
9
9
  const RootPortal = class {
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e751dfe3.js');
6
- const helper = require('./helper-db78e01a.js');
6
+ const helper = require('./helper-ad6306f6.js');
7
7
  require('@tarojs/taro');
8
8
 
9
9
  const RtcRoom = class {
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e751dfe3.js');
6
- const helper = require('./helper-db78e01a.js');
6
+ const helper = require('./helper-ad6306f6.js');
7
7
  require('@tarojs/taro');
8
8
 
9
9
  const RtcRoomItem = class {
@@ -5,6 +5,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-e751dfe3.js');
6
6
  const index$2 = require('./index-f6805218.js');
7
7
  const index$1 = require('./index-dfd8638f.js');
8
+ const helper = require('./helper-ad6306f6.js');
9
+ require('@tarojs/taro');
8
10
 
9
11
  const indexCss = "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}";
10
12
 
@@ -98,6 +100,11 @@ const ScrollView = class {
98
100
  scrollWidth
99
101
  });
100
102
  }
103
+ handleTouchMove(e) {
104
+ if (e instanceof CustomEvent)
105
+ return;
106
+ e.stopPropagation();
107
+ }
101
108
  async mpScrollToMethod(object) {
102
109
  let { top, left, duration, animated = false } = object;
103
110
  if (this.scrollY && typeof top === 'number' && !isNaN(top) && top !== this._scrollTop) {
@@ -137,6 +144,9 @@ const ScrollView = class {
137
144
  top, left, animated
138
145
  });
139
146
  }
147
+ componentDidRender() {
148
+ helper.handleStencilNodes(this.el);
149
+ }
140
150
  render() {
141
151
  const { scrollX, scrollY } = this;
142
152
  const cls = index$2.classnames({
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e751dfe3.js');
6
- const helper = require('./helper-db78e01a.js');
6
+ const helper = require('./helper-ad6306f6.js');
7
7
  require('@tarojs/taro');
8
8
 
9
9
  const ShareElement = class {
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e751dfe3.js');
6
- const helper = require('./helper-db78e01a.js');
6
+ const helper = require('./helper-ad6306f6.js');
7
7
  require('@tarojs/taro');
8
8
 
9
9
  const Slot = class {
@@ -0,0 +1,21 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-e751dfe3.js');
6
+ const helper = require('./helper-ad6306f6.js');
7
+ require('@tarojs/taro');
8
+
9
+ const Snapshot = class {
10
+ constructor(hostRef) {
11
+ index.registerInstance(this, hostRef);
12
+ }
13
+ componentDidLoad() {
14
+ helper.notSupport('Snapshot', this);
15
+ }
16
+ render() {
17
+ return index.h(index.Host, null);
18
+ }
19
+ };
20
+
21
+ exports.taro_snapshot_core = Snapshot;
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e751dfe3.js');
6
- const helper = require('./helper-db78e01a.js');
6
+ const helper = require('./helper-ad6306f6.js');
7
7
  require('@tarojs/taro');
8
8
 
9
9
  const StickyHeader = class {
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e751dfe3.js');
6
- const helper = require('./helper-db78e01a.js');
6
+ const helper = require('./helper-ad6306f6.js');
7
7
  require('@tarojs/taro');
8
8
 
9
9
  const StickySection = class {
@@ -9868,8 +9868,8 @@ const Swiper = class {
9868
9868
  var _a, _b, _c;
9869
9869
  ((_a = this.observerFirst) === null || _a === void 0 ? void 0 : _a.disconnect) && this.observerFirst.disconnect();
9870
9870
  ((_b = this.observerLast) === null || _b === void 0 ? void 0 : _b.disconnect) && this.observerLast.disconnect();
9871
- this.observerFirst = new MutationObserver(this.handleSwiperLoop);
9872
- this.observerLast = new MutationObserver(this.handleSwiperLoop);
9871
+ this.observerFirst = new MutationObserver(this.handleSwiperLoopDebounce);
9872
+ this.observerLast = new MutationObserver(this.handleSwiperLoopDebounce);
9873
9873
  const wrapper = (_c = this.swiper.$wrapperEl) === null || _c === void 0 ? void 0 : _c[0];
9874
9874
  const list = wrapper.querySelectorAll('taro-swiper-item-core:not(.swiper-slide-duplicate)');
9875
9875
  if (list.length >= 1) {
@@ -9883,22 +9883,23 @@ const Swiper = class {
9883
9883
  });
9884
9884
  }
9885
9885
  };
9886
- this.handleSwiperLoop = index$2.debounce(() => {
9887
- var _a;
9886
+ this.handleSwiperLoop = () => {
9887
+ var _a, _b, _c, _d;
9888
9888
  if (!this.swiper || !this.circular)
9889
9889
  return;
9890
9890
  const swiper = this.swiper; // Note: loop 相关的方法 swiper 未声明
9891
9891
  const duplicates = ((_a = this.swiperWrapper) === null || _a === void 0 ? void 0 : _a.querySelectorAll('.swiper-slide-duplicate')) || [];
9892
9892
  if (duplicates.length < 2) {
9893
9893
  // Note: 循环模式下,但是前后垫片未注入
9894
- swiper.loopDestroy();
9895
- swiper.loopCreate();
9894
+ (_b = swiper.loopDestroy) === null || _b === void 0 ? void 0 : _b.call(swiper);
9895
+ (_c = swiper.loopCreate) === null || _c === void 0 ? void 0 : _c.call(swiper);
9896
9896
  }
9897
9897
  else {
9898
- swiper.loopFix();
9898
+ (_d = swiper.loopFix) === null || _d === void 0 ? void 0 : _d.call(swiper);
9899
9899
  }
9900
- }, 50);
9901
- this.handleSwiperSize = index$2.debounce(() => {
9900
+ };
9901
+ this.handleSwiperLoopDebounce = index$2.debounce(this.handleSwiperLoop, 50);
9902
+ this.handleSwiperSizeDebounce = index$2.debounce(() => {
9902
9903
  if (this.swiper && !this.circular) {
9903
9904
  this.swiper.updateSlides();
9904
9905
  }
@@ -9906,6 +9907,7 @@ const Swiper = class {
9906
9907
  this.swiperWrapper = undefined;
9907
9908
  this.swiper = undefined;
9908
9909
  this.isWillLoadCalled = false;
9910
+ this.source = '';
9909
9911
  this.indicatorDots = false;
9910
9912
  this.indicatorColor = 'rgba(0, 0, 0, .3)';
9911
9913
  this.indicatorActiveColor = '#000000';
@@ -9989,9 +9991,9 @@ const Swiper = class {
9989
9991
  this.el.removeChild = (oldChild) => {
9990
9992
  return newVal.removeChild(oldChild);
9991
9993
  };
9992
- this.el.addEventListener('DOMNodeInserted', this.handleSwiperSize);
9993
- this.el.addEventListener('DOMNodeRemoved', this.handleSwiperSize);
9994
- this.el.addEventListener('MutationObserver', this.handleSwiperSize);
9994
+ this.el.addEventListener('DOMNodeInserted', this.handleSwiperSizeDebounce);
9995
+ this.el.addEventListener('DOMNodeRemoved', this.handleSwiperSizeDebounce);
9996
+ this.el.addEventListener('MutationObserver', this.handleSwiperSizeDebounce);
9995
9997
  }
9996
9998
  watchCircular() {
9997
9999
  if (this.swiper) {
@@ -10033,9 +10035,9 @@ const Swiper = class {
10033
10035
  }
10034
10036
  disconnectedCallback() {
10035
10037
  var _a, _b, _c, _d, _e, _f;
10036
- this.el.removeEventListener('DOMNodeInserted', this.handleSwiperSize);
10037
- this.el.removeEventListener('DOMNodeRemoved', this.handleSwiperSize);
10038
- this.el.removeEventListener('MutationObserver', this.handleSwiperSize);
10038
+ this.el.removeEventListener('DOMNodeInserted', this.handleSwiperSizeDebounce);
10039
+ this.el.removeEventListener('DOMNodeRemoved', this.handleSwiperSizeDebounce);
10040
+ this.el.removeEventListener('MutationObserver', this.handleSwiperSizeDebounce);
10039
10041
  (_b = (_a = this.observer) === null || _a === void 0 ? void 0 : _a.disconnect) === null || _b === void 0 ? void 0 : _b.call(_a);
10040
10042
  (_d = (_c = this.observerFirst) === null || _c === void 0 ? void 0 : _c.disconnect) === null || _d === void 0 ? void 0 : _d.call(_c);
10041
10043
  (_f = (_e = this.observerLast) === null || _e === void 0 ? void 0 : _e.disconnect) === null || _f === void 0 ? void 0 : _f.call(_e);
@@ -10073,10 +10075,19 @@ const Swiper = class {
10073
10075
  }
10074
10076
  that.onChange.emit({
10075
10077
  current: this.realIndex,
10076
- source: ''
10078
+ source: that.source
10077
10079
  });
10078
10080
  },
10081
+ touchEnd: () => {
10082
+ that.source = 'touch';
10083
+ },
10084
+ autoplay() {
10085
+ that.source = 'autoplay';
10086
+ },
10079
10087
  transitionEnd() {
10088
+ setTimeout(() => {
10089
+ that.source = '';
10090
+ });
10080
10091
  that.onAnimationFinish.emit({
10081
10092
  current: this.realIndex,
10082
10093
  source: ''
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e751dfe3.js');
6
- const helper = require('./helper-db78e01a.js');
6
+ const helper = require('./helper-ad6306f6.js');
7
7
  require('@tarojs/taro');
8
8
 
9
9
  const TabItem = class {
@@ -4,6 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index$1 = require('./index-e751dfe3.js');
6
6
  const Taro = require('@tarojs/taro');
7
+ const utils = require('@tarojs/router/dist/utils');
7
8
  const index = require('./index-f6805218.js');
8
9
  const index$2 = require('./index-dfd8638f.js');
9
10
 
@@ -33,19 +34,6 @@ const splitUrl = _url => {
33
34
  return res;
34
35
  };
35
36
 
36
- // export const removeLeadingSlash = (str = '') => str.replace(/^\.?\//, '')
37
- // export const removeTrailingSearch = (str = '') => str.replace(/\?[\s\S]*$/, '')
38
- const addLeadingSlash = (url = '') => (url.charAt(0) === '/' ? url : '/' + url);
39
- const hasBasename = (path = '', prefix = '') => new RegExp('^' + prefix + '(\\/|\\?|#|$)', 'i').test(path) || path === prefix;
40
- const stripBasename = (path = '', prefix = '') => hasBasename(path, prefix) ? path.substring(prefix.length) : path;
41
- const stripSuffix = (path = '', suffix = '') => path.includes(suffix) ? path.substring(0, path.length - suffix.length) : path;
42
- const getCurrentPage = (routerMode = 'hash', basename = '/') => {
43
- const pagePath = routerMode === 'hash'
44
- ? location.hash.slice(1).split('?')[0]
45
- : location.pathname;
46
- return addLeadingSlash(stripBasename(pagePath, basename));
47
- };
48
-
49
37
  function isAbsolute(pathname) {
50
38
  return pathname.charAt(0) === '/';
51
39
  }
@@ -149,7 +137,7 @@ const TabbarItem = ({ index: index$3, isSelected = false, textColor, iconPath, b
149
137
  index$1.h("p", { class: 'weui-tabbar__label', style: { color: textColor } }, text)));
150
138
  };
151
139
 
152
- const indexCss = "html,body{height:100%}#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:50px;-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}";
140
+ const indexCss = "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}";
153
141
 
154
142
  const STATUS_SHOW = 0;
155
143
  const STATUS_HIDE = 1;
@@ -170,7 +158,7 @@ const Tabbar = class {
170
158
  const pathB = splitUrl(url).path;
171
159
  return pathA === pathB;
172
160
  });
173
- return stripSuffix(customRoute.length ? customRoute[0][0] : url, '.html');
161
+ return utils.stripSuffix(customRoute.length ? customRoute[0][0] : url, '.html');
174
162
  };
175
163
  this.getSelectedIndex = (url) => {
176
164
  let foundIndex = -1;
@@ -211,7 +199,7 @@ const Tabbar = class {
211
199
  let currentPage;
212
200
  if (typeof to === 'string') {
213
201
  const routerBasename = this.conf.basename || '/';
214
- currentPage = stripBasename(addLeadingSlash(to || this.homePage), routerBasename) || '/';
202
+ currentPage = utils.stripBasename(utils.addLeadingSlash(to || this.homePage), routerBasename) || '/';
215
203
  }
216
204
  else {
217
205
  currentPage = this.getCurrentUrl();
@@ -344,15 +332,15 @@ const Tabbar = class {
344
332
  list.length > 5) {
345
333
  throw new Error('tabBar 配置错误');
346
334
  }
347
- this.homePage = addLeadingSlash(this.conf.homePage);
335
+ this.homePage = utils.addLeadingSlash(this.conf.homePage);
348
336
  for (let key in customRoutes) {
349
337
  const path = customRoutes[key];
350
- key = addLeadingSlash(key);
338
+ key = utils.addLeadingSlash(key);
351
339
  if (typeof path === 'string') {
352
- this.customRoutes.push([key, addLeadingSlash(path)]);
340
+ this.customRoutes.push([key, utils.addLeadingSlash(path)]);
353
341
  }
354
342
  else if ((path === null || path === void 0 ? void 0 : path.length) > 0) {
355
- this.customRoutes.push(...path.map(p => [key, addLeadingSlash(p)]));
343
+ this.customRoutes.push(...path.map(p => [key, utils.addLeadingSlash(p)]));
356
344
  }
357
345
  }
358
346
  list.forEach(item => {
@@ -367,7 +355,7 @@ const Tabbar = class {
367
355
  this.selectedColor = this.conf.selectedColor;
368
356
  }
369
357
  getCurrentUrl() {
370
- const routePath = getCurrentPage(this.conf.mode, this.conf.basename);
358
+ const routePath = utils.getCurrentPage(this.conf.mode, this.conf.basename);
371
359
  return decodeURI(routePath === '/' ? this.homePage : routePath);
372
360
  }
373
361
  bindEvent() {
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e751dfe3.js');
6
- const helper = require('./helper-db78e01a.js');
6
+ const helper = require('./helper-ad6306f6.js');
7
7
  require('@tarojs/taro');
8
8
 
9
9
  const Tabs = class {
@@ -4,6 +4,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e751dfe3.js');
6
6
  const index$1 = require('./index-f6805218.js');
7
+ const helper = require('./helper-ad6306f6.js');
8
+ require('@tarojs/taro');
7
9
 
8
10
  const indexCss = "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}";
9
11
 
@@ -51,15 +53,7 @@ const View = class {
51
53
  }
52
54
  }
53
55
  componentDidRender() {
54
- const el = this.el;
55
- el.childNodes.forEach(item => {
56
- // Note: ['s-cn'] Content Reference Node
57
- if (item.nodeType === document.COMMENT_NODE && item['s-cn'])
58
- item['s-cn'] = false;
59
- // Note: ['s-sr'] Is a slot reference node (渲染完成后禁用 slotRelocation 特性, 避免 Stencil 组件相互调用时内置排序与第三方 UI 框架冲突导致组件顺序混乱)
60
- if (item.nodeType !== document.COMMENT_NODE && item['s-sr'])
61
- item['s-sr'] = false;
62
- });
56
+ helper.handleStencilNodes(this.el);
63
57
  }
64
58
  render() {
65
59
  const cls = index$1.classnames({
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e751dfe3.js');
6
- const helper = require('./helper-db78e01a.js');
6
+ const helper = require('./helper-ad6306f6.js');
7
7
  require('@tarojs/taro');
8
8
 
9
9
  const VoipRoom = class {
@@ -66,6 +66,7 @@
66
66
  "./components/slider/slider.js",
67
67
  "./components/slot/native-slot.js",
68
68
  "./components/slot/slot.js",
69
+ "./components/snapshot/snapshot.js",
69
70
  "./components/sticky-header/sticky-header.js",
70
71
  "./components/sticky-section/sticky-section.js",
71
72
  "./components/swiper/swiper-item.js",
@@ -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 {
@@ -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
+ }