@tarojs/components 3.5.0-canary.0 → 3.5.0-canary.1

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 (246) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/taro-ad-core.cjs.entry.js +19 -0
  3. package/dist/cjs/taro-ad-custom-core.cjs.entry.js +19 -0
  4. package/dist/cjs/taro-components.cjs.js +1 -1
  5. package/dist/cjs/taro-editor-core.cjs.entry.js +19 -0
  6. package/dist/cjs/taro-functional-page-navigator-core.cjs.entry.js +19 -0
  7. package/dist/cjs/taro-image-core.cjs.entry.js +2 -2
  8. package/dist/cjs/taro-input-core.cjs.entry.js +15 -4
  9. package/dist/cjs/taro-keyboard-accessory-core.cjs.entry.js +19 -0
  10. package/dist/cjs/taro-live-player-core.cjs.entry.js +19 -0
  11. package/dist/cjs/taro-live-pusher-core.cjs.entry.js +19 -0
  12. package/dist/cjs/taro-map-core.cjs.entry.js +19 -0
  13. package/dist/cjs/taro-match-media-core.cjs.entry.js +19 -0
  14. package/dist/cjs/taro-navigation-bar-core.cjs.entry.js +19 -0
  15. package/dist/cjs/taro-navigator-core.cjs.entry.js +10 -6
  16. package/dist/cjs/taro-official-account-core.cjs.entry.js +19 -0
  17. package/dist/cjs/taro-page-container-core.cjs.entry.js +19 -0
  18. package/dist/cjs/taro-page-meta-core.cjs.entry.js +19 -0
  19. package/dist/cjs/taro-pull-to-refresh.cjs.entry.js +7 -3
  20. package/dist/cjs/taro-scroll-view-core.cjs.entry.js +3 -3
  21. package/dist/cjs/taro-share-element-core.cjs.entry.js +19 -0
  22. package/dist/cjs/taro-slot-core.cjs.entry.js +19 -0
  23. package/dist/cjs/taro-swiper-core_2.cjs.entry.js +10 -1
  24. package/dist/cjs/taro-tabbar.cjs.entry.js +37 -31
  25. package/dist/cjs/taro-textarea-core.cjs.entry.js +3 -3
  26. package/dist/cjs/taro-voip-room-core.cjs.entry.js +19 -0
  27. package/dist/collection/collection-manifest.json +20 -4
  28. package/dist/collection/components/ad/ad.js +11 -0
  29. package/dist/collection/components/ad-custom/ad-custom.js +11 -0
  30. package/dist/collection/components/editor/editor.js +11 -0
  31. package/dist/collection/components/functional-page-navigator/functional-page-navigator.js +11 -0
  32. package/dist/collection/components/image/image.js +1 -1
  33. package/dist/collection/components/image/style/index.css +2 -2
  34. package/dist/collection/components/input/input.js +29 -4
  35. package/dist/collection/components/keyboard-accessory/keyboard-accessory.js +11 -0
  36. package/dist/collection/components/live-player/live-player.js +11 -0
  37. package/dist/collection/components/live-pusher/live-pusher.js +11 -0
  38. package/dist/collection/components/map/map.js +11 -0
  39. package/dist/collection/components/match-media/match-media.js +11 -0
  40. package/dist/collection/components/{movable-view → movable-area}/movable-area.js +0 -0
  41. package/dist/collection/components/{movable-view → movable-area}/movable-view.js +0 -0
  42. package/dist/collection/components/navigation-bar/navigation-bar.js +11 -0
  43. package/dist/collection/components/navigator/navigator.js +1 -1
  44. package/dist/collection/components/official-account/official-account.js +11 -0
  45. package/dist/collection/components/page-container/page-container.js +11 -0
  46. package/dist/collection/components/page-meta/page-meta.js +11 -0
  47. package/dist/collection/components/{picker-view-column → picker-view}/picker-view-column.js +0 -0
  48. package/dist/collection/components/{pull-down-refresh → pull-to-refresh}/pull-to-refresh.js +1 -1
  49. package/dist/collection/components/{pull-down-refresh → pull-to-refresh}/style/index.css +0 -0
  50. package/dist/collection/components/scroll-view/scroll-view.js +3 -3
  51. package/dist/collection/components/share-element/share-element.js +11 -0
  52. package/dist/collection/components/slot/slot.js +11 -0
  53. package/dist/collection/components/swiper/swiper.js +10 -1
  54. package/dist/collection/components/tabbar/style/index.css +1 -1
  55. package/dist/collection/components/tabbar/tabbar.js +10 -4
  56. package/dist/collection/components/textarea/textarea.js +3 -3
  57. package/dist/collection/components/voip-room/voip-room.js +11 -0
  58. package/dist/collection/utils/index.js +50 -64
  59. package/dist/esm/loader.js +1 -1
  60. package/dist/esm/taro-ad-core.entry.js +15 -0
  61. package/dist/esm/taro-ad-custom-core.entry.js +15 -0
  62. package/dist/esm/taro-components.js +1 -1
  63. package/dist/esm/taro-editor-core.entry.js +15 -0
  64. package/dist/esm/taro-functional-page-navigator-core.entry.js +15 -0
  65. package/dist/esm/taro-image-core.entry.js +2 -2
  66. package/dist/esm/taro-input-core.entry.js +15 -4
  67. package/dist/esm/taro-keyboard-accessory-core.entry.js +15 -0
  68. package/dist/esm/taro-live-player-core.entry.js +15 -0
  69. package/dist/esm/taro-live-pusher-core.entry.js +15 -0
  70. package/dist/esm/taro-map-core.entry.js +15 -0
  71. package/dist/esm/taro-match-media-core.entry.js +15 -0
  72. package/dist/esm/taro-navigation-bar-core.entry.js +15 -0
  73. package/dist/esm/taro-navigator-core.entry.js +1 -1
  74. package/dist/esm/taro-official-account-core.entry.js +15 -0
  75. package/dist/esm/taro-page-container-core.entry.js +15 -0
  76. package/dist/esm/taro-page-meta-core.entry.js +15 -0
  77. package/dist/esm/taro-pull-to-refresh.entry.js +1 -1
  78. package/dist/esm/taro-scroll-view-core.entry.js +3 -3
  79. package/dist/esm/taro-share-element-core.entry.js +15 -0
  80. package/dist/esm/taro-slot-core.entry.js +15 -0
  81. package/dist/esm/taro-swiper-core_2.entry.js +10 -1
  82. package/dist/esm/taro-tabbar.entry.js +12 -10
  83. package/dist/esm/taro-textarea-core.entry.js +3 -3
  84. package/dist/esm/taro-voip-room-core.entry.js +15 -0
  85. package/dist/esm-es5/loader.js +1 -1
  86. package/dist/esm-es5/taro-ad-core.entry.js +1 -0
  87. package/dist/esm-es5/taro-ad-custom-core.entry.js +1 -0
  88. package/dist/esm-es5/taro-components.js +1 -1
  89. package/dist/esm-es5/taro-editor-core.entry.js +1 -0
  90. package/dist/esm-es5/taro-functional-page-navigator-core.entry.js +1 -0
  91. package/dist/esm-es5/taro-image-core.entry.js +1 -1
  92. package/dist/esm-es5/taro-input-core.entry.js +1 -1
  93. package/dist/esm-es5/taro-keyboard-accessory-core.entry.js +1 -0
  94. package/dist/esm-es5/taro-live-player-core.entry.js +1 -0
  95. package/dist/esm-es5/taro-live-pusher-core.entry.js +1 -0
  96. package/dist/esm-es5/taro-map-core.entry.js +1 -0
  97. package/dist/esm-es5/taro-match-media-core.entry.js +1 -0
  98. package/dist/esm-es5/taro-navigation-bar-core.entry.js +1 -0
  99. package/dist/esm-es5/taro-navigator-core.entry.js +1 -1
  100. package/dist/esm-es5/taro-official-account-core.entry.js +1 -0
  101. package/dist/esm-es5/taro-page-container-core.entry.js +1 -0
  102. package/dist/esm-es5/taro-page-meta-core.entry.js +1 -0
  103. package/dist/esm-es5/taro-pull-to-refresh.entry.js +1 -1
  104. package/dist/esm-es5/taro-scroll-view-core.entry.js +1 -1
  105. package/dist/esm-es5/taro-share-element-core.entry.js +1 -0
  106. package/dist/esm-es5/taro-slot-core.entry.js +1 -0
  107. package/dist/esm-es5/taro-swiper-core_2.entry.js +1 -1
  108. package/dist/esm-es5/taro-tabbar.entry.js +1 -1
  109. package/dist/esm-es5/taro-textarea-core.entry.js +1 -1
  110. package/dist/esm-es5/taro-voip-room-core.entry.js +1 -0
  111. package/dist/taro-components/p-0303f9e0.entry.js +1 -0
  112. package/dist/taro-components/p-0472e474.system.entry.js +1 -0
  113. package/dist/taro-components/p-04818461.system.entry.js +1 -0
  114. package/dist/taro-components/p-065ec61d.entry.js +1 -0
  115. package/dist/taro-components/p-06af26db.system.entry.js +1 -0
  116. package/dist/taro-components/p-0c2982fc.system.entry.js +1 -0
  117. package/dist/taro-components/p-0ee69803.entry.js +1 -0
  118. package/dist/taro-components/p-14dbbb42.entry.js +1 -0
  119. package/dist/taro-components/p-15bea37d.entry.js +1 -0
  120. package/dist/taro-components/p-2d2f8064.entry.js +1 -0
  121. package/dist/taro-components/{p-627a5064.system.entry.js → p-2dc57c71.system.entry.js} +1 -1
  122. package/dist/taro-components/{p-64993f48.entry.js → p-32937866.entry.js} +1 -1
  123. package/dist/taro-components/p-3334ac67.system.entry.js +1 -0
  124. package/dist/taro-components/p-336f2b2a.system.entry.js +1 -0
  125. package/dist/taro-components/p-33ee636a.system.js +1 -1
  126. package/dist/taro-components/p-3c0230ba.entry.js +1 -0
  127. package/dist/taro-components/p-3dfb1807.entry.js +1 -0
  128. package/dist/taro-components/p-527a38ee.system.entry.js +1 -0
  129. package/dist/taro-components/p-56618f09.entry.js +1 -0
  130. package/dist/taro-components/p-59d38db0.entry.js +1 -0
  131. package/dist/taro-components/{p-12ae0a33.entry.js → p-63ff7fa7.entry.js} +1 -1
  132. package/dist/taro-components/p-7423fc3b.system.entry.js +1 -0
  133. package/dist/taro-components/p-7721e046.entry.js +1 -0
  134. package/dist/taro-components/p-7cdad34e.system.entry.js +1 -0
  135. package/dist/taro-components/p-8b2bf902.system.entry.js +1 -0
  136. package/dist/taro-components/p-92e95d3f.entry.js +1 -0
  137. package/dist/taro-components/p-94502fc3.entry.js +1 -0
  138. package/dist/taro-components/p-98b47fc9.system.entry.js +1 -0
  139. package/dist/taro-components/p-99cb65a6.system.entry.js +1 -0
  140. package/dist/taro-components/p-9dc9c615.system.entry.js +1 -0
  141. package/dist/taro-components/p-9eb7dfa8.entry.js +1 -0
  142. package/dist/taro-components/p-abe415b4.system.entry.js +1 -0
  143. package/dist/taro-components/{p-3aac5746.system.entry.js → p-b15d0302.system.entry.js} +1 -1
  144. package/dist/taro-components/p-b55fedc1.entry.js +1 -0
  145. package/dist/taro-components/p-b6d6c744.entry.js +1 -0
  146. package/dist/taro-components/p-b87cf623.entry.js +1 -0
  147. package/dist/taro-components/p-cb395e7d.entry.js +1 -0
  148. package/dist/taro-components/{p-6965567d.entry.js → p-cc818a13.entry.js} +1 -1
  149. package/dist/taro-components/p-cdffee54.system.entry.js +1 -0
  150. package/dist/taro-components/p-cf55a63c.entry.js +1 -0
  151. package/dist/taro-components/p-cfbfeee8.entry.js +1 -0
  152. package/dist/taro-components/p-d1c2481c.system.entry.js +1 -0
  153. package/dist/taro-components/p-df5a19b0.system.entry.js +1 -0
  154. package/dist/taro-components/p-e03fa2d5.system.entry.js +1 -0
  155. package/dist/taro-components/p-e1040131.entry.js +1 -0
  156. package/dist/taro-components/p-e2f6448d.system.entry.js +1 -0
  157. package/dist/taro-components/p-ebf5b2eb.system.entry.js +1 -0
  158. package/dist/taro-components/p-fcc1c676.system.entry.js +1 -0
  159. package/dist/taro-components/{p-13c1404f.system.entry.js → p-fd0d1168.system.entry.js} +1 -1
  160. package/dist/taro-components/taro-components.css +1 -1
  161. package/dist/taro-components/taro-components.esm.js +1 -1
  162. package/dist/types/components/ad/ad.d.ts +4 -0
  163. package/dist/types/components/ad-custom/ad-custom.d.ts +4 -0
  164. package/dist/types/components/editor/editor.d.ts +4 -0
  165. package/dist/types/components/functional-page-navigator/functional-page-navigator.d.ts +4 -0
  166. package/dist/types/components/input/input.d.ts +3 -0
  167. package/dist/types/components/keyboard-accessory/keyboard-accessory.d.ts +4 -0
  168. package/dist/types/components/live-player/live-player.d.ts +4 -0
  169. package/dist/types/components/live-pusher/live-pusher.d.ts +4 -0
  170. package/dist/types/components/map/map.d.ts +4 -0
  171. package/dist/types/components/match-media/match-media.d.ts +4 -0
  172. package/dist/types/components/{movable-view → movable-area}/movable-area.d.ts +0 -0
  173. package/dist/types/components/{movable-view → movable-area}/movable-view.d.ts +0 -0
  174. package/dist/types/components/navigation-bar/navigation-bar.d.ts +4 -0
  175. package/dist/types/components/official-account/official-account.d.ts +4 -0
  176. package/dist/types/components/page-container/page-container.d.ts +4 -0
  177. package/dist/types/components/page-meta/page-meta.d.ts +4 -0
  178. package/dist/types/components/{picker-view-column → picker-view}/picker-view-column.d.ts +0 -0
  179. package/dist/types/components/{pull-down-refresh → pull-to-refresh}/pull-to-refresh.d.ts +0 -0
  180. package/dist/types/components/share-element/share-element.d.ts +4 -0
  181. package/dist/types/components/slot/slot.d.ts +4 -0
  182. package/dist/types/components/swiper/swiper.d.ts +1 -0
  183. package/dist/types/components/tabbar/tabbar.d.ts +1 -1
  184. package/dist/types/components/textarea/textarea.d.ts +1 -1
  185. package/dist/types/components/voip-room/voip-room.d.ts +4 -0
  186. package/dist/types/components.d.ts +209 -0
  187. package/dist/types/utils/index.d.ts +8 -0
  188. package/dist-h5/react/index.js +2 -1
  189. package/dist-h5/vue/components/picker.js +2 -1
  190. package/package.json +3 -3
  191. package/types/Ad.d.ts +19 -7
  192. package/types/AdCustom.d.ts +50 -0
  193. package/types/Audio.d.ts +22 -2
  194. package/types/Button.d.ts +87 -14
  195. package/types/Camera.d.ts +1 -1
  196. package/types/Canvas.d.ts +14 -1
  197. package/types/Checkbox.d.ts +65 -1
  198. package/types/CoverImage.d.ts +50 -8
  199. package/types/CoverView.d.ts +51 -8
  200. package/types/Editor.d.ts +57 -0
  201. package/types/Form.d.ts +33 -2
  202. package/types/Icon.d.ts +17 -1
  203. package/types/Image.d.ts +30 -4
  204. package/types/Input.d.ts +66 -5
  205. package/types/KeyboardAccessory.d.ts +29 -0
  206. package/types/Label.d.ts +18 -4
  207. package/types/LivePlayer.d.ts +7 -1
  208. package/types/LivePusher.d.ts +7 -1
  209. package/types/Map.d.ts +55 -1
  210. package/types/MatchMedia.d.ts +24 -5
  211. package/types/MovableArea.d.ts +9 -3
  212. package/types/MovableView.d.ts +21 -7
  213. package/types/OfficialAccount.d.ts +0 -6
  214. package/types/OpenData.d.ts +7 -1
  215. package/types/PageContainer.d.ts +121 -0
  216. package/types/Picker.d.ts +64 -1
  217. package/types/PickerView.d.ts +66 -2
  218. package/types/PickerViewColumn.d.ts +1 -1
  219. package/types/Progress.d.ts +12 -1
  220. package/types/Radio.d.ts +77 -1
  221. package/types/RichText.d.ts +33 -1
  222. package/types/ScrollView.d.ts +91 -9
  223. package/types/ShareElement.d.ts +39 -0
  224. package/types/Slider.d.ts +14 -1
  225. package/types/Swiper.d.ts +26 -1
  226. package/types/SwiperItem.d.ts +28 -3
  227. package/types/Switch.d.ts +21 -3
  228. package/types/Text.d.ts +38 -1
  229. package/types/Textarea.d.ts +17 -1
  230. package/types/Video.d.ts +41 -21
  231. package/types/View.d.ts +34 -2
  232. package/types/VoipRoom.d.ts +70 -0
  233. package/types/WebView.d.ts +7 -1
  234. package/types/common.d.ts +3 -8
  235. package/types/index.d.ts +72 -46
  236. package/virtual-list/react/createListComponent.js +4 -3
  237. package/dist/taro-components/p-10a6c489.system.entry.js +0 -1
  238. package/dist/taro-components/p-12638ebc.system.entry.js +0 -1
  239. package/dist/taro-components/p-2438fcd4.system.entry.js +0 -1
  240. package/dist/taro-components/p-3eebeb1c.system.entry.js +0 -1
  241. package/dist/taro-components/p-46cf6431.system.entry.js +0 -1
  242. package/dist/taro-components/p-66237ac0.entry.js +0 -1
  243. package/dist/taro-components/p-71de9bd6.entry.js +0 -1
  244. package/dist/taro-components/p-7a64a3d2.entry.js +0 -1
  245. package/dist/taro-components/p-b8e0ad7d.entry.js +0 -1
  246. package/dist/taro-components/p-f98e0224.entry.js +0 -1
package/types/index.d.ts CHANGED
@@ -1,49 +1,75 @@
1
- export { ScrollView } from './ScrollView'
2
- export { View } from './View'
1
+ export * from './common'
2
+ export * from './event'
3
+
4
+ /** 视图容器 */
3
5
  export { Block } from './Block'
4
- export { Swiper } from './Swiper'
5
- export { SwiperItem } from './SwiperItem'
6
- export { MatchMedia } from './MatchMedia'
7
- export { MovableView } from './MovableView'
8
- export { MovableArea } from './MovableArea'
9
- export { CoverView } from './CoverView'
10
- export { CoverImage } from './CoverImage'
11
- export { Icon } from './Icon'
12
- export { Text } from './Text'
13
- export { RichText } from './RichText'
14
- export { Progress } from './Progress'
6
+ export { CoverImage, CoverImageProps } from './CoverImage'
7
+ export { CoverView, CoverViewProps } from './CoverView'
8
+ export { MatchMedia, MatchMediaProps } from './MatchMedia'
9
+ export { MovableArea, MovableAreaProps } from './MovableArea'
10
+ export { MovableView, MovableViewProps } from './MovableView'
11
+ export { PageContainer, PageContainerProps } from './PageContainer'
12
+ export { ScrollView, ScrollViewProps } from './ScrollView'
13
+ export { ShareElement, ShareElementProps } from './ShareElement'
14
+ export { Swiper, SwiperProps } from './Swiper'
15
+ export { SwiperItem, SwiperItemProps } from './SwiperItem'
16
+ export { View, ViewProps } from './View'
17
+
18
+ /** 基础内容 */
19
+ export { Icon, IconProps } from './Icon'
20
+ export { Progress, ProgressProps } from './Progress'
21
+ export { RichText, RichTextProps } from './RichText'
22
+ export { Text, TextProps } from './Text'
23
+
24
+ /** 表单组件 */
15
25
  export { Button, ButtonProps } from './Button'
16
- export { Checkbox } from './Checkbox'
17
- export { CheckboxGroup } from './CheckboxGroup'
18
- export { Editor } from './Editor'
19
- export { Form } from './Form'
20
- export { Input } from './Input'
21
- export { Label } from './Label'
22
- export { Picker } from './Picker'
23
- export { PickerView } from './PickerView'
26
+ export { Checkbox, CheckboxProps } from './Checkbox'
27
+ export { CheckboxGroup, CheckboxGroupProps } from './CheckboxGroup'
28
+ export { Editor, EditorProps } from './Editor'
29
+ export { Form, FormProps } from './Form'
30
+ export { Input, InputProps } from './Input'
31
+ export { KeyboardAccessory, KeyboardAccessoryProps } from './KeyboardAccessory'
32
+ export { Label, LabelProps } from './Label'
33
+ export { Picker, PickerDateProps, PickerTimeProps, PickerRegionProps, PickerSelectorProps, PickerStandardProps, PickerMultiSelectorProps } from './Picker'
34
+ export { PickerView, PickerViewProps } from './PickerView'
24
35
  export { PickerViewColumn } from './PickerViewColumn'
25
- export { Radio } from './Radio'
26
- export { RadioGroup } from './RadioGroup'
27
- export { Slider } from './Slider'
28
- export { Switch } from './Switch'
29
- export { Textarea } from './Textarea'
30
- export { Image } from './Image'
31
- export { Navigator } from './Navigator'
32
- export { Camera } from './Camera'
33
- export { Canvas } from './Canvas'
34
- export { OpenData } from './OpenData'
35
- export { Video } from './Video'
36
- export { Ad } from './Ad'
37
- export { Audio } from './Audio'
38
- export { FunctionalPageNavigator } from './FunctionalPageNavigator'
39
- export { LivePlayer } from './LivePlayer'
40
- export { LivePusher } from './LivePusher'
41
- export { Map } from './Map'
42
- export { WebView } from './WebView'
43
- export { OfficialAccount } from './OfficialAccount'
44
- export { NavigationBar } from './NavigationBar'
45
- export { PageMeta } from './PageMeta'
46
- export { Slot } from './Slot'
47
- export { CustomWrapper } from './CustomWrapper'
48
- export * from './common'
49
- export * from './event'
36
+ export { Radio, RadioProps } from './Radio'
37
+ export { RadioGroup, RadioGroupProps } from './RadioGroup'
38
+ export { Slider, SliderProps } from './Slider'
39
+ export { Switch, SwitchProps } from './Switch'
40
+ export { Textarea, TextareaProps } from './Textarea'
41
+
42
+ /** 导航 */
43
+ export { FunctionalPageNavigator, FunctionalPageNavigatorProps } from './FunctionalPageNavigator'
44
+ export { Navigator, NavigatorProps } from './Navigator'
45
+ export { NavigationBar, NavigationBarProps } from './NavigationBar'
46
+ // export { Tabbar, TabbarProps } from './Tabbar'
47
+ // export { TabbarItem, TabbarProps } from './TabbarItem'
48
+
49
+ /** 媒体组件 */
50
+ export { Audio, AudioProps } from './Audio'
51
+ export { Camera, CameraProps } from './Camera'
52
+ export { Image, ImageProps } from './Image'
53
+ export { LivePlayer, LivePlayerProps } from './LivePlayer'
54
+ export { LivePusher, LivePusherProps } from './LivePusher'
55
+ export { Video, VideoProps } from './Video'
56
+ export { VoipRoom, VoipRoomProps } from './VoipRoom'
57
+
58
+ /** 地图 */
59
+ export { Map, MapProps } from './Map'
60
+
61
+ /** 画布 */
62
+ export { Canvas, CanvasProps } from './Canvas'
63
+
64
+ /** 开放能力 */
65
+ export { Ad, AdProps } from './Ad'
66
+ export { AdCustom, AdCustomProps } from './AdCustom'
67
+ export { OfficialAccount, OfficialAccountProps } from './OfficialAccount'
68
+ export { OpenData, OpenDataProps } from './OpenData'
69
+ export { WebView, WebViewProps } from './WebView'
70
+
71
+ /** 配置节点 */
72
+ export { PageMeta, PageMetaProps } from './PageMeta'
73
+
74
+ export { CustomWrapper, CustomWrapperProps } from './CustomWrapper'
75
+ export { Slot, SlotProps } from './Slot'
@@ -1,12 +1,13 @@
1
- import { createSelectorQuery } from '@tarojs/taro'
2
1
  /* eslint-disable no-sequences */
3
2
  /* eslint-disable no-case-declarations */
4
3
  /* eslint-disable no-void */
5
4
  /* eslint-disable no-return-assign */
5
+ import Taro from '@tarojs/taro'
6
+ import { getRTLOffsetType } from '../domHelpers'
6
7
  import { memoizeOne } from '../memoize'
7
8
  import { createElement, PureComponent } from 'react'
8
9
  import { cancelTimeout, requestTimeout } from '../timer'
9
- import { getRTLOffsetType } from '../domHelpers'
10
+
10
11
  const IS_SCROLLING_DEBOUNCE_INTERVAL = 200
11
12
 
12
13
  const defaultItemKey = (index) => index // In DEV mode, this Set helps us only log a warning once per component instance.
@@ -21,7 +22,7 @@ export function isRtlFunc ({ direction }) {
21
22
  return direction === 'rtl'
22
23
  }
23
24
  export function getRectSize (id, success = () => {}, fail = () => {}) {
24
- const query = createSelectorQuery()
25
+ const query = Taro.createSelectorQuery()
25
26
  query.select(id).boundingClientRect((res) => {
26
27
  if (res) {
27
28
  success(res)
@@ -1 +0,0 @@
1
- System.register(["./p-b2d01686.system.js","./p-94c20f60.system.js"],(function(e){"use strict";var t,r,i,a,s;return{setters:[function(e){t=e.r;r=e.c;i=e.h;a=e.H},function(e){s=e.c}],execute:function(){var n=".navigator-hover{background:#efefef}";var o=require("@tarojs/taro");var c=e("taro_navigator_core",function(){function e(e){t(this,e);this.onSuccess=r(this,"cuccess",7);this.onFail=r(this,"fail",7);this.onComplete=r(this,"Complete",7);this.openType="navigate";this.isHover=false;this.delta=0}e.prototype.onClick=function(){var e=this,t=e.openType,r=e.onSuccess,i=e.onFail,a=e.onComplete;var s=Promise.resolve();switch(t){case"navigate":s=o.navigateTo({url:this.url});break;case"redirect":s=o.redirectTo({url:this.url});break;case"switchTab":s=o.switchTab({url:this.url});break;case"reLaunch":s=o.reLaunch({url:this.url});break;case"navigateBack":s=o.navigateBack({delta:this.delta});break;case"exit":s=Promise.reject(new Error('navigator:fail 暂不支持"openType: exit"'));break}if(s){s.then((function(e){r.emit(e)})).catch((function(e){i.emit(e)})).finally((function(){a.emit()}))}};e.prototype.render=function(){var e;var t=this,r=t.isHover,n=t.hoverClass;return i(a,{class:s((e={},e[n]=r,e))})};return e}());c.style=n}}}));
@@ -1 +0,0 @@
1
- System.register(["./p-b2d01686.system.js"],(function(t){"use strict";var e,n,i,o;return{setters:[function(t){e=t.r;n=t.c;i=t.h;o=t.g}],execute:function(){var s="taro-input-core{display:block}input{display:block;height:1.4rem;text-align:inherit;text-overflow:clip;overflow:hidden;white-space:nowrap}";function u(t,e,n){if(e==="search")t="search";if(n)t="password";if(typeof t==="undefined"){return"text"}if(!t){throw new Error("unexpected type")}if(t==="digit")t="number";return t}function a(t){return t!==null&&t!==void 0?t:""}var r=t("taro_input_core",function(){function t(t){var i=this;e(this,t);this.onInput=n(this,"input",7);this.onFocus=n(this,"focus",7);this.onBlur=n(this,"blur",7);this.onConfirm=n(this,"confirm",7);this.onChange=n(this,"change",7);this.onKeyDown=n(this,"keydown",7);this.isOnComposition=false;this.onInputExcuted=false;this.password=false;this.disabled=false;this.maxlength=140;this.autoFocus=false;this.confirmType="done";this.nativeProps={};this.handleInput=function(t){t.stopPropagation();var e=i,n=e.type,o=e.maxlength,s=e.confirmType,a=e.password;if(!i.isOnComposition&&!i.onInputExcuted){var r=t.target.value;var l=u(n,s,a);i.onInputExcuted=true;if(l==="number"&&r&&o<=r.length){r=r.substring(0,o);t.target.value=r}i._value=r;i.onInput.emit({value:r,cursor:r.length})}};this.handleFocus=function(t){i.onInputExcuted=false;i.onFocus.emit({value:t.target.value})};this.handleBlur=function(t){i.onBlur.emit({value:t.target.value})};this.handleChange=function(t){t.stopPropagation();i.onChange.emit({value:t.target.value})};this.handleKeyDown=function(t){var e=t.target.value;var n=t.keyCode||t.code;i.onInputExcuted=false;t.stopPropagation();i.onKeyDown.emit({value:e,cursor:e.length,keyCode:n});n===13&&i.onConfirm.emit({value:e})};this.handleComposition=function(t){if(!(t.target instanceof HTMLInputElement))return;if(t.type==="compositionend"){i.isOnComposition=false;i.onInput.emit({value:t.target.value})}else{i.isOnComposition=true}}}t.prototype.watchHandler=function(t,e){if(t!==e){this._value=t}};t.prototype.watchFocus=function(t,e){var n;if(!e&&t){(n=this.inputRef)===null||n===void 0?void 0:n.focus()}};t.prototype.componentWillLoad=function(){this._value=this.value};t.prototype.componentDidLoad=function(){var t=this;var e,n,i,o;if(this.type==="file"){this.fileListener=function(){t.onInput.emit()};(e=this.inputRef)===null||e===void 0?void 0:e.addEventListener("change",this.fileListener)}else{(n=this.inputRef)===null||n===void 0?void 0:n.addEventListener("compositionstart",this.handleComposition);(i=this.inputRef)===null||i===void 0?void 0:i.addEventListener("compositionend",this.handleComposition)}Object.defineProperty(this.el,"value",{get:function(){var e;return(e=t.inputRef)===null||e===void 0?void 0:e.value},set:function(e){t._value=e},configurable:true});this.autoFocus&&((o=this.inputRef)===null||o===void 0?void 0:o.focus())};t.prototype.disconnectedCallback=function(){var t;if(this.type==="file"){(t=this.inputRef)===null||t===void 0?void 0:t.removeEventListener("change",this.fileListener)}};t.prototype.render=function(){var t=this;var e=this,n=e._value,o=e.type,s=e.password,r=e.placeholder,l=e.disabled,h=e.maxlength,c=e.confirmType,p=e.name,f=e.nativeProps;return i("input",Object.assign({ref:function(e){t.inputRef=e},class:"weui-input",value:a(n),type:u(o,c,s),placeholder:r,disabled:l,maxlength:h,name:p,onInput:this.handleInput,onFocus:this.handleFocus,onBlur:this.handleBlur,onChange:this.handleChange,onKeyDown:this.handleKeyDown},f))};Object.defineProperty(t.prototype,"el",{get:function(){return o(this)},enumerable:false,configurable:true});Object.defineProperty(t,"watchers",{get:function(){return{value:["watchHandler"],autoFocus:["watchFocus"]}},enumerable:false,configurable:true});return t}());r.style=s}}}));
@@ -1 +0,0 @@
1
- var __spreadArray=this&&this.__spreadArray||function(e,t){for(var r=0,a=t.length,o=e.length;r<a;r++,o++)e[o]=t[r];return e};System.register(["./p-b2d01686.system.js","./p-94c20f60.system.js"],(function(e){"use strict";var t,r,a,o,n,i;return{setters:[function(e){t=e.h;r=e.r;a=e.c;o=e.H;n=e.g},function(e){i=e.c}],execute:function(){function s(e){return e.charAt(0)==="/"}function l(e,t){for(var r=t,a=r+1,o=e.length;a<o;r+=1,a+=1){e[r]=e[a]}e.pop()}function b(e,t){if(t===undefined)t="";var r=e&&e.split("/")||[];var a=t&&t.split("/")||[];var o=e&&s(e);var n=t&&s(t);var i=o||n;if(e&&s(e)){a=r}else if(r.length){a.pop();a=a.concat(r)}if(!a.length)return"/";var b;if(a.length){var d=a[a.length-1];b=d==="."||d===".."||d===""}else{b=false}var h=0;for(var c=a.length;c>=0;c--){var f=a[c];if(f==="."){l(a,c)}else if(f===".."){l(a,c);h++}else if(h){l(a,c);h--}}if(!i)for(;h--;h)a.unshift("..");if(i&&a[0]!==""&&(!a[0]||!s(a[0])))a.unshift("");var u=a.join("/");if(b&&u.substr(-1)!=="/")u+="/";return u}var d=function(e){var t=e||"";var r;var a={path:null,query:null,fragment:null};r=t.indexOf("#");if(r>-1){a.fragment=t.substring(r+1);t=t.substring(0,r)}r=t.indexOf("?");if(r>-1){a.query=t.substring(r+1);t=t.substring(0,r)}a.path=t;return a};var h=function(e){var r=e.index,a=e.isSelected,o=a===void 0?false:a,n=e.textColor,s=e.iconPath,l=e.badgeText,b=e.showRedDot,d=b===void 0?false:b,h=e.text,c=e.onSelect;var f=i("weui-tabbar__item",{"weui-bar__item_on":o});var u={position:"absolute",top:"-2px",right:"-13px"};var v={position:"absolute",top:"0",right:"-6px"};function g(){c(r)}return t("a",{key:r,href:"javascript:;",class:f,onClick:g},t("span",{style:{display:"inline-block",position:"relative"}},t("img",{src:s,alt:"",class:"weui-tabbar__icon"}),!!l&&t("span",{class:"weui-badge taro-tabbar-badge",style:u},l),d&&t("span",{class:"weui-badge weui-badge_dot",style:v})),t("p",{class:"weui-tabbar__label",style:{color:n}},h))};var c="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;height:100%;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.taro-tabbar__panel{-ms-flex:1;flex:1;position:relative;overflow:auto;-webkit-overflow-scrolling:touch}.taro-tabbar__tabbar{position:relative;height:50px;width:100%;-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}.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}";var f=require("@tarojs/taro");var u=function(e){return e[0]==="/"?e:"/"+e};var v=function(e,t){return new RegExp("^"+t+"(\\/|\\?|#|$)","i").test(e)};var g=function(e,t){return v(e,t)?e.substr(t.length):e};var _=0;var p=1;var T=2;var B="taro-tabbar__tabbar";var m="taro-tabbar__tabbar-hide";var H="taro-tabbar__tabbar-slideout";var x=e("taro_tabbar",function(){function e(e){var t=this;r(this,e);this.onLongPress=a(this,"longpress",7);this.homePage="";this.customRoutes=[];this.tabbarPos="bottom";this.selectedIndex=-1;this.status=_;this.getOriginUrl=function(e){var r=t.customRoutes.filter((function(t){var r=t[1];var a=d(r).path;var o=d(e).path;return a===o}));return r.length?r[0][0]:e};this.getSelectedIndex=function(e){var r=-1;t.list.forEach((function(t,a){var o=t.pagePath;var n=d(e).path;var i=d(o).path;if(n===i){r=a}}));return r};this.switchTab=function(e){t.selectedIndex=e;f.switchTab({url:t.list[e].pagePath})};this.switchTabHandler=function(e){var r=e.url,a=e.successHandler,o=e.errorHandler;var n=t.getOriginUrl(t.getCurrentUrl()||t.homePage);var i=b(r,n);var s=t.getSelectedIndex(i);if(s>-1){t.switchTab(s);a({errMsg:"switchTab:ok"})}else{o({errMsg:'switchTab:fail page "'+i+'" is not found'})}};this.routerChangeHandler=function(e){var r;var a;if(e){r=e.toLocation}if(r&&r.path){var o=u(r.path);a=g(o==="/"?t.homePage:o,t.conf.basename||"/")}else{a=t.getCurrentUrl()}t.selectedIndex=t.getSelectedIndex(t.getOriginUrl(a))};this.setTabBarBadgeHandler=function(e){var r=e.index,a=e.text,o=e.successHandler,n=e.errorHandler;var i=__spreadArray([],t.list);if(r in i){i[r].showRedDot=false;i[r].badgeText=a;o({errMsg:"setTabBarBadge:ok"})}else{n({errMsg:"setTabBarBadge:fail tabbar item not found"})}t.list=i};this.removeTabBarBadgeHandler=function(e){var r=e.index,a=e.successHandler,o=e.errorHandler;var n=__spreadArray([],t.list);if(r in n){n[r].badgeText=null;n[r].badgeText=null;a({errMsg:"removeTabBarBadge:ok"})}else{o({errMsg:"removeTabBarBadge:fail tabbar item not found"})}t.list=n};this.showTabBarRedDotHandler=function(e){var r=e.index,a=e.successHandler,o=e.errorHandler;var n=__spreadArray([],t.list);if(r in n){n[r].badgeText=null;n[r].showRedDot=true;a({errMsg:"showTabBarRedDot:ok"})}else{o({errMsg:"showTabBarRedDot:fail tabbar item not found"})}t.list=n};this.hideTabBarRedDotHandler=function(e){var r=e.index,a=e.successHandler,o=e.errorHandler;var n=__spreadArray([],t.list);if(r in n){n[r].showRedDot=false;a({errMsg:"hideTabBarRedDot:ok"})}else{o({errMsg:"hideTabBarRedDot:fail tabbar item not found"})}t.list=n};this.showTabBarHandler=function(e){var r=e.successHandler;t.status=_;r({errMsg:"showTabBar:ok"})};this.hideTabBarHandler=function(e){var r=e.animation,a=e.successHandler;t.status=r?T:p;a({errMsg:"hideTabBar:ok"})};this.setTabBarStyleHandler=function(e){var r=e.color,a=e.selectedColor,o=e.backgroundColor,n=e.borderStyle,i=e.successHandler;if(o)t.backgroundColor=o;if(n)t.borderStyle=n;if(r)t.color=r;if(a)t.selectedColor=a;i({errMsg:"setTabBarStyle:ok"})};this.setTabBarItemHandler=function(e){var r=e.index,a=e.iconPath,o=e.selectedIconPath,n=e.text,i=e.successHandler,s=e.errorHandler;var l=__spreadArray([],t.list);if(r in l){if(a)l[r].iconPath=a;if(o)l[r].selectedIconPath=o;if(n)l[r].text=n;i({errMsg:"setTabBarItem:ok"})}else{s({errMsg:"setTabBarItem:fail tabbar item not found"})}t.list=l};var o=this.conf.list;var n=this.conf.customRoutes;if(Object.prototype.toString.call(o)!=="[object Array]"||o.length<2||o.length>5){throw new Error("tabBar 配置错误")}this.homePage=u(this.conf.homePage);for(var i in n){this.customRoutes.push([i,n[i]])}o.forEach((function(e){if(e.pagePath.indexOf("/")!==0){e.pagePath="/"+e.pagePath}}));this.list=o;this.borderStyle=this.conf.borderStyle;this.backgroundColor=this.conf.backgroundColor;this.color=this.conf.color;this.selectedColor=this.conf.selectedColor}e.prototype.getCurrentUrl=function(){var e=this.conf.mode;var t=this.conf.basename||"/";var r;if(e==="hash"){var a=window.location.href;var o=a.indexOf("#");r=o===-1?"":a.substring(o+1)}else{r=location.pathname}var n=u(g(r,t));return n==="/"?this.homePage:n};e.prototype.bindEvent=function(){f.eventCenter.on("__taroRouterChange",this.routerChangeHandler);f.eventCenter.on("__taroSwitchTab",this.switchTabHandler);f.eventCenter.on("__taroSetTabBarBadge",this.setTabBarBadgeHandler);f.eventCenter.on("__taroRemoveTabBarBadge",this.removeTabBarBadgeHandler);f.eventCenter.on("__taroShowTabBarRedDotHandler",this.showTabBarRedDotHandler);f.eventCenter.on("__taroHideTabBarRedDotHandler",this.hideTabBarRedDotHandler);f.eventCenter.on("__taroShowTabBar",this.showTabBarHandler);f.eventCenter.on("__taroHideTabBar",this.hideTabBarHandler);f.eventCenter.on("__taroSetTabBarStyle",this.setTabBarStyleHandler);f.eventCenter.on("__taroSetTabBarItem",this.setTabBarItemHandler)};e.prototype.removeEvent=function(){f.eventCenter.off("__taroRouterChange",this.routerChangeHandler);f.eventCenter.off("__taroSwitchTab",this.switchTabHandler);f.eventCenter.off("__taroSetTabBarBadge",this.setTabBarBadgeHandler);f.eventCenter.off("__taroRemoveTabBarBadge",this.removeTabBarBadgeHandler);f.eventCenter.off("__taroShowTabBarRedDotHandler",this.showTabBarRedDotHandler);f.eventCenter.off("__taroHideTabBarRedDotHandler",this.hideTabBarRedDotHandler);f.eventCenter.off("__taroShowTabBar",this.showTabBarHandler);f.eventCenter.off("__taroHideTabBar",this.hideTabBarHandler);f.eventCenter.off("__taroSetTabBarStyle",this.setTabBarStyleHandler);f.eventCenter.off("__taroSetTabBarItem",this.setTabBarItemHandler)};e.prototype.componentDidLoad=function(){this.tabbarPos=this.tabbar.nextElementSibling?"top":"bottom";this.bindEvent();this.routerChangeHandler()};e.prototype.disconnectedCallback=function(){this.removeEvent()};e.prototype.render=function(){var e,r;var a=this;var n=this.tabbarPos,s=n===void 0?"bottom":n;var l=this.status;var b=i("weui-tabbar",(e={},e["taro-tabbar__border-"+(this.borderStyle||"black")]=true,e));var d=this.selectedIndex===-1||l===p;var c=l===T;return t(o,{class:i(B,B+"-"+s,(r={},r[m]=d,r[H]=c,r))},t("div",{class:b,style:{backgroundColor:this.backgroundColor||""}},this.list.map((function(e,r){var o=a.selectedIndex===r;var n;var i;if(o){n=a.selectedColor||"";i=e.selectedIconPath}else{n=a.color||"";i=e.iconPath}return t(h,{index:r,onSelect:a.switchTab.bind(a),isSelected:o,textColor:n,iconPath:i,text:e.text,badgeText:e.badgeText,showRedDot:e.showRedDot})}))))};Object.defineProperty(e.prototype,"tabbar",{get:function(){return n(this)},enumerable:false,configurable:true});return e}());x.style=c}}}));
@@ -1 +0,0 @@
1
- System.register(["./p-b2d01686.system.js","./p-94c20f60.system.js"],(function(t,i){"use strict";var o,e,r,a,s;return{setters:[function(t){o=t.r;e=t.c;r=t.h;a=t.H},function(t){s=t.c}],execute:function(){var n='img[src=""]{opacity:0}taro-image-core{display:inline-block;overflow:hidden;position:relative;font-size:0;width:320px;height:240px}.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;top:50%;left: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-top{width:100%}.taro-img__mode-bottom{width:100%;position:absolute;bottom:0}.taro-img__mode-left{height:100%}.taro-img__mode-right{position:absolute;height:100%;right:0}.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}';i.import("./p-3b1d2d37.system.js");var h=t("taro_image_core",function(){function t(t){o(this,t);this.onLoad=e(this,"load",7);this.onError=e(this,"error",7);this.mode="scaleToFill";this.lazyLoad=false;this.nativeProps={};this.aspectFillMode="width"}t.prototype.componentDidLoad=function(){var t=this;if(!this.lazyLoad)return;var i=new IntersectionObserver((function(o){if(o[o.length-1].isIntersecting){i.unobserve(t.imgRef);t.imgRef.src=t.src}}),{rootMargin:"300px 0px"});i.observe(this.imgRef)};t.prototype.imageOnLoad=function(){var t=this.imgRef,i=t.width,o=t.height,e=t.naturalWidth,r=t.naturalHeight;this.onLoad.emit({width:i,height:o});this.aspectFillMode=e>r?"width":"height"};t.prototype.imageOnError=function(){this.onError.emit()};t.prototype.render=function(){var t;var i=this;var o=this,e=o.src,n=o.mode,h=o.lazyLoad,m=o.aspectFillMode,d=o.imageOnLoad,g=o.imageOnError,l=o.nativeProps;var c=s({"taro-img__widthfix":n==="widthFix"});var f=s("taro-img__mode-"+n.toLowerCase().replace(/\s/g,""),(t={},t["taro-img__mode-aspectfill--"+m]=n==="aspectFill",t));return r(a,{class:c},h?r("img",Object.assign({ref:function(t){return i.imgRef=t},class:f,onLoad:d.bind(this),onError:g.bind(this)},l)):r("img",Object.assign({ref:function(t){return i.imgRef=t},class:f,src:e,onLoad:d.bind(this),onError:g.bind(this)},l)))};return t}());h.style=n}}}));
@@ -1 +0,0 @@
1
- System.register(["./p-b2d01686.system.js","./p-94c20f60.system.js"],(function(e){"use strict";var t,r,n,i,o,s;return{setters:[function(e){t=e.r;r=e.c;n=e.h;i=e.H;o=e.g},function(e){s=e.c}],execute:function(){var a=".rmc-pull-to-refresh-content{-webkit-transform-origin:left top 0px;transform-origin:left top 0px}.rmc-pull-to-refresh-content-wrapper{overflow:hidden}.rmc-pull-to-refresh-transition{-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s}@-webkit-keyframes rmc-pull-to-refresh-indicator{50%{opacity:0.2}100%{opacity:1}}@keyframes rmc-pull-to-refresh-indicator{50%{opacity:0.2}100%{opacity:1}}.rmc-pull-to-refresh-indicator{text-align:center;height:30px;line-height:10px}.rmc-pull-to-refresh-indicator>div{background-color:grey;width:6px;height:6px;border-radius:100%;margin:3px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation:rmc-pull-to-refresh-indicator 0.5s 0s infinite linear;animation:rmc-pull-to-refresh-indicator 0.5s 0s infinite linear}.rmc-pull-to-refresh-indicator>div:nth-child(0){-webkit-animation-delay:-0.1s !important;animation-delay:-0.1s !important}.rmc-pull-to-refresh-indicator>div:nth-child(1){-webkit-animation-delay:-0.2s !important;animation-delay:-0.2s !important}.rmc-pull-to-refresh-indicator>div:nth-child(2){-webkit-animation-delay:-0.3s !important;animation-delay:-0.3s !important}.rmc-pull-to-refresh-down .rmc-pull-to-refresh-indicator{margin-top:-25px}";var c=require("@tarojs/taro");function l(e,t){e.transform=t;e.webkitTransform=t;e.MozTransform=t}var f=typeof navigator!=="undefined"&&/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(navigator.userAgent);var u={activate:"release",deactivate:"pull",release:"loading",finish:"finish"};var d=false;try{var h=Object.defineProperty({},"passive",{get:function(){d=true}});window.addEventListener("cancel",(function(){return{}}),h)}catch(e){}var p=d?{passive:false}:false;var m=e("taro_pull_to_refresh",function(){function e(e){var n=this;t(this,e);this.onRefresh=r(this,"refresh",7);this.prefixCls="rmc-pull-to-refresh";this.distanceToRefresh=50;this.damping=100;this.indicator=u;this.currSt="deactivate";this.dragOnEdge=false;this._ScreenY=0;this._startScreenY=0;this._lastScreenY=0;this._isMounted=false;this.triggerPullDownRefresh=function(e){if(!n.dragOnEdge&&n._isMounted){if(e){n._lastScreenY=n.distanceToRefresh+1;n.currSt="release";n.setContentStyle(n._lastScreenY)}else{n.currSt="finish";n.reset()}}};this.init=function(){var e=n.scrollContainer;n._to={touchstart:n.onTouchStart.bind(n,e),touchmove:n.onTouchMove.bind(n,e),touchend:n.onTouchEnd.bind(n,e),touchcancel:n.onTouchEnd.bind(n,e)};Object.keys(n._to).forEach((function(t){e.addEventListener(t,n._to[t],p)}))};this.destroy=function(){var e=n.scrollContainer;Object.keys(n._to).forEach((function(t){e.removeEventListener(t,n._to[t])}))};this.onTouchStart=function(e,t){n._ScreenY=n._startScreenY=t.touches[0].screenY;n._lastScreenY=n._lastScreenY||0};this.isEdge=function(e){var t=n.scrollContainer;if(t&&t===document.body){var r=document.scrollingElement?document.scrollingElement:document.body;return r.scrollTop<=0}return e.scrollTop<=0};this.damp=function(e){if(Math.abs(n._lastScreenY)>n.damping){return 0}var t=Math.abs(n._ScreenY-n._startScreenY)/window.screen.height;e*=(1-t)*.6;return e};this.onTouchMove=function(e,t){var r=t.touches[0].screenY;if(n._startScreenY>r){return}if(n.isEdge(e)){if(!n.dragOnEdge){n._ScreenY=n._startScreenY=t.touches[0].screenY;n.dragOnEdge=true}if(t.cancelable){t.preventDefault()}var i=Math.round(r-n._ScreenY);n._ScreenY=r;n._lastScreenY+=n.damp(i);n.setContentStyle(n._lastScreenY);if(Math.abs(n._lastScreenY)<n.distanceToRefresh){if(n.currSt!=="deactivate"){n.currSt="deactivate"}}else{if(n.currSt==="deactivate"){n.currSt="activate"}}if(f&&t.changedTouches[0].clientY<0){n.onTouchEnd()}}};this.onTouchEnd=function(){if(n.dragOnEdge){n.dragOnEdge=false}if(n.currSt==="activate"){n.currSt="release";n.onRefresh.emit(n);n._lastScreenY=n.distanceToRefresh+1;n.setContentStyle(n._lastScreenY)}else if(n.currSt==="release"){n._lastScreenY=n.distanceToRefresh+1;n.setContentStyle(n._lastScreenY)}else{n.reset()}};this.reset=function(){n._lastScreenY=0;n.setContentStyle(0)};this.setContentStyle=function(e){if(n.contentRef){if(e){l(n.contentRef.style,"translate3d(0px,"+e+"px,0)")}else{l(n.contentRef.style,"")}}}}Object.defineProperty(e.prototype,"scrollContainer",{get:function(){return document.querySelector(".taro-tabbar__panel")||document.body},enumerable:false,configurable:true});e.prototype.statusChange=function(){if(this.currSt==="release"){var e=this.el.closest(".taro_page");if(e&&e.__page){e.__page.onPullDownRefresh()}}};e.prototype.disconnectedCallback=function(){this.destroy()};e.prototype.componentDidLoad=function(){var e=this;this.init();this._isMounted=true;c.eventCenter.on("__taroStartPullDownRefresh",(function(t){var r=t.successHandler,n=t.errorHandler;try{e.triggerPullDownRefresh(true);r({errMsg:"startPullDownRefresh: ok"})}catch(e){n({errMsg:"startPullDownRefresh: fail"})}}));c.eventCenter.on("__taroStopPullDownRefresh",(function(t){var r=t.successHandler,n=t.errorHandler;try{e.triggerPullDownRefresh(false);r({errMsg:"stopPullDownRefresh: ok"})}catch(e){n({errMsg:"stopPullDownRefresh: fail"})}}))};e.prototype.render=function(){var e=this;var t=function(t){var r=e,i=r.currSt,o=r.dragOnEdge,a=r.prefixCls;var c=s(t,!o&&a+"-transition");var l=i==="activate"||i==="release";return n("div",{class:a+"-content-wrapper"},n("div",{class:c,ref:function(t){e.contentRef=t}},l&&n("div",{class:a+"-indicator"},n("div",null),n("div",null),n("div",null)),n("slot",null)))};if(this.scrollContainer){return t(this.prefixCls+"-content "+this.prefixCls+"-down")}return n(i,{class:s(this.prefixCls,this.prefixCls+"-down")},t(this.prefixCls+"-content"))};Object.defineProperty(e.prototype,"el",{get:function(){return o(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{currSt:["statusChange"]}},enumerable:false,configurable:true});return e}());m.style=a}}}));
@@ -1 +0,0 @@
1
- import{r as t,c as i,h as s,g as e}from"./p-f05e1558.js";function h(t,i,s){if("search"===i&&(t="search"),s&&(t="password"),void 0===t)return"text";if(!t)throw new Error("unexpected type");return"digit"===t&&(t="number"),t}let n=class{constructor(s){t(this,s),this.onInput=i(this,"input",7),this.onFocus=i(this,"focus",7),this.onBlur=i(this,"blur",7),this.onConfirm=i(this,"confirm",7),this.onChange=i(this,"change",7),this.onKeyDown=i(this,"keydown",7),this.isOnComposition=!1,this.onInputExcuted=!1,this.password=!1,this.disabled=!1,this.maxlength=140,this.autoFocus=!1,this.confirmType="done",this.nativeProps={},this.handleInput=t=>{t.stopPropagation();const{type:i,maxlength:s,confirmType:e,password:n}=this;if(!this.isOnComposition&&!this.onInputExcuted){let o=t.target.value;const a=h(i,e,n);this.onInputExcuted=!0,"number"===a&&o&&s<=o.length&&(o=o.substring(0,s),t.target.value=o),this._value=o,this.onInput.emit({value:o,cursor:o.length})}},this.handleFocus=t=>{this.onInputExcuted=!1,this.onFocus.emit({value:t.target.value})},this.handleBlur=t=>{this.onBlur.emit({value:t.target.value})},this.handleChange=t=>{t.stopPropagation(),this.onChange.emit({value:t.target.value})},this.handleKeyDown=t=>{const{value:i}=t.target,s=t.keyCode||t.code;this.onInputExcuted=!1,t.stopPropagation(),this.onKeyDown.emit({value:i,cursor:i.length,keyCode:s}),13===s&&this.onConfirm.emit({value:i})},this.handleComposition=t=>{t.target instanceof HTMLInputElement&&("compositionend"===t.type?(this.isOnComposition=!1,this.onInput.emit({value:t.target.value})):this.isOnComposition=!0)}}watchHandler(t,i){t!==i&&(this._value=t)}watchFocus(t,i){var s;!i&&t&&(null===(s=this.inputRef)||void 0===s||s.focus())}componentWillLoad(){this._value=this.value}componentDidLoad(){var t,i,s,e;"file"===this.type?(this.fileListener=()=>{this.onInput.emit()},null===(t=this.inputRef)||void 0===t||t.addEventListener("change",this.fileListener)):(null===(i=this.inputRef)||void 0===i||i.addEventListener("compositionstart",this.handleComposition),null===(s=this.inputRef)||void 0===s||s.addEventListener("compositionend",this.handleComposition)),Object.defineProperty(this.el,"value",{get:()=>{var t;return null===(t=this.inputRef)||void 0===t?void 0:t.value},set:t=>{this._value=t},configurable:!0}),this.autoFocus&&(null===(e=this.inputRef)||void 0===e||e.focus())}disconnectedCallback(){var t;"file"===this.type&&(null===(t=this.inputRef)||void 0===t||t.removeEventListener("change",this.fileListener))}render(){const{_value:t,type:i,password:e,placeholder:n,disabled:o,maxlength:a,confirmType:r,name:l,nativeProps:c}=this;return s("input",Object.assign({ref:t=>{this.inputRef=t},class:"weui-input",value:(u=t,null!=u?u:""),type:h(i,r,e),placeholder:n,disabled:o,maxlength:a,name:l,onInput:this.handleInput,onFocus:this.handleFocus,onBlur:this.handleBlur,onChange:this.handleChange,onKeyDown:this.handleKeyDown},c));var u}get el(){return e(this)}static get watchers(){return{value:["watchHandler"],autoFocus:["watchFocus"]}}};n.style="taro-input-core{display:block}input{display:block;height:1.4rem;text-align:inherit;text-overflow:clip;overflow:hidden;white-space:nowrap}";export{n as taro_input_core}
@@ -1 +0,0 @@
1
- import{r as s,c as e,h as t,H as a}from"./p-f05e1558.js";import{c as r}from"./p-37cfdd8f.js";const i=require("@tarojs/taro");let o=class{constructor(t){s(this,t),this.onSuccess=e(this,"cuccess",7),this.onFail=e(this,"fail",7),this.onComplete=e(this,"Complete",7),this.openType="navigate",this.isHover=!1,this.delta=0}onClick(){const{openType:s,onSuccess:e,onFail:t,onComplete:a}=this;let r=Promise.resolve();switch(s){case"navigate":r=i.navigateTo({url:this.url});break;case"redirect":r=i.redirectTo({url:this.url});break;case"switchTab":r=i.switchTab({url:this.url});break;case"reLaunch":r=i.reLaunch({url:this.url});break;case"navigateBack":r=i.navigateBack({delta:this.delta});break;case"exit":r=Promise.reject(new Error('navigator:fail 暂不支持"openType: exit"'))}r&&r.then((s=>{e.emit(s)})).catch((s=>{t.emit(s)})).finally((()=>{a.emit()}))}render(){const{isHover:s,hoverClass:e}=this;return t(a,{class:r({[e]:s})})}};o.style=".navigator-hover{background:#efefef}";export{o as taro_navigator_core}
@@ -1 +0,0 @@
1
- import{r as t,c as i,h as o,H as e}from"./p-f05e1558.js";import{c as s}from"./p-37cfdd8f.js";import("./p-72f327e1.js");let r=class{constructor(o){t(this,o),this.onLoad=i(this,"load",7),this.onError=i(this,"error",7),this.mode="scaleToFill",this.lazyLoad=!1,this.nativeProps={},this.aspectFillMode="width"}componentDidLoad(){if(!this.lazyLoad)return;const t=new IntersectionObserver((i=>{i[i.length-1].isIntersecting&&(t.unobserve(this.imgRef),this.imgRef.src=this.src)}),{rootMargin:"300px 0px"});t.observe(this.imgRef)}imageOnLoad(){const{width:t,height:i,naturalWidth:o,naturalHeight:e}=this.imgRef;this.onLoad.emit({width:t,height:i}),this.aspectFillMode=o>e?"width":"height"}imageOnError(){this.onError.emit()}render(){const{src:t,mode:i,lazyLoad:r,aspectFillMode:a,imageOnLoad:h,imageOnError:m,nativeProps:d}=this,g=s({"taro-img__widthfix":"widthFix"===i}),l=s(`taro-img__mode-${i.toLowerCase().replace(/\s/g,"")}`,{[`taro-img__mode-aspectfill--${a}`]:"aspectFill"===i});return o(e,{class:g},o("img",Object.assign(r?{ref:t=>this.imgRef=t,class:l,onLoad:h.bind(this),onError:m.bind(this)}:{ref:t=>this.imgRef=t,class:l,src:t,onLoad:h.bind(this),onError:m.bind(this)},d)))}};r.style='img[src=""]{opacity:0}taro-image-core{display:inline-block;overflow:hidden;position:relative;font-size:0;width:320px;height:240px}.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;top:50%;left: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-top{width:100%}.taro-img__mode-bottom{width:100%;position:absolute;bottom:0}.taro-img__mode-left{height:100%}.taro-img__mode-right{position:absolute;height:100%;right:0}.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}';export{r as taro_image_core}
@@ -1 +0,0 @@
1
- import{r as t,c as i,h as s,H as e,g as r}from"./p-f05e1558.js";import{c as h}from"./p-37cfdd8f.js";const a=require("@tarojs/taro");const n="undefined"!=typeof navigator&&/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(navigator.userAgent),o={activate:"release",deactivate:"pull",release:"loading",finish:"finish"};let l=!1;try{const t=Object.defineProperty({},"passive",{get(){l=!0}});window.addEventListener("cancel",(()=>({})),t)}catch(t){}const c=!!l&&{passive:!1};let d=class{constructor(s){t(this,s),this.onRefresh=i(this,"refresh",7),this.prefixCls="rmc-pull-to-refresh",this.distanceToRefresh=50,this.damping=100,this.indicator=o,this.currSt="deactivate",this.dragOnEdge=!1,this._ScreenY=0,this._startScreenY=0,this._lastScreenY=0,this._isMounted=!1,this.triggerPullDownRefresh=t=>{!this.dragOnEdge&&this._isMounted&&(t?(this._lastScreenY=this.distanceToRefresh+1,this.currSt="release",this.setContentStyle(this._lastScreenY)):(this.currSt="finish",this.reset()))},this.init=()=>{const t=this.scrollContainer;this._to={touchstart:this.onTouchStart.bind(this,t),touchmove:this.onTouchMove.bind(this,t),touchend:this.onTouchEnd.bind(this,t),touchcancel:this.onTouchEnd.bind(this,t)},Object.keys(this._to).forEach((i=>{t.addEventListener(i,this._to[i],c)}))},this.destroy=()=>{const t=this.scrollContainer;Object.keys(this._to).forEach((i=>{t.removeEventListener(i,this._to[i])}))},this.onTouchStart=(t,i)=>{this._ScreenY=this._startScreenY=i.touches[0].screenY,this._lastScreenY=this._lastScreenY||0},this.isEdge=t=>{const i=this.scrollContainer;return i&&i===document.body?(document.scrollingElement?document.scrollingElement:document.body).scrollTop<=0:t.scrollTop<=0},this.damp=t=>Math.abs(this._lastScreenY)>this.damping?0:t*(.6*(1-Math.abs(this._ScreenY-this._startScreenY)/window.screen.height)),this.onTouchMove=(t,i)=>{const s=i.touches[0].screenY;if(!(this._startScreenY>s)&&this.isEdge(t)){this.dragOnEdge||(this._ScreenY=this._startScreenY=i.touches[0].screenY,this.dragOnEdge=!0),i.cancelable&&i.preventDefault();const t=Math.round(s-this._ScreenY);this._ScreenY=s,this._lastScreenY+=this.damp(t),this.setContentStyle(this._lastScreenY),Math.abs(this._lastScreenY)<this.distanceToRefresh?"deactivate"!==this.currSt&&(this.currSt="deactivate"):"deactivate"===this.currSt&&(this.currSt="activate"),n&&i.changedTouches[0].clientY<0&&this.onTouchEnd()}},this.onTouchEnd=()=>{this.dragOnEdge&&(this.dragOnEdge=!1),"activate"===this.currSt?(this.currSt="release",this.onRefresh.emit(this),this._lastScreenY=this.distanceToRefresh+1,this.setContentStyle(this._lastScreenY)):"release"===this.currSt?(this._lastScreenY=this.distanceToRefresh+1,this.setContentStyle(this._lastScreenY)):this.reset()},this.reset=()=>{this._lastScreenY=0,this.setContentStyle(0)},this.setContentStyle=t=>{var i,s;this.contentRef&&((i=this.contentRef.style).transform=s=t?`translate3d(0px,${t}px,0)`:"",i.webkitTransform=s,i.MozTransform=s)}}get scrollContainer(){return document.querySelector(".taro-tabbar__panel")||document.body}statusChange(){if("release"===this.currSt){const t=this.el.closest(".taro_page");t&&t.__page&&t.__page.onPullDownRefresh()}}disconnectedCallback(){this.destroy()}componentDidLoad(){this.init(),this._isMounted=!0,a.eventCenter.on("__taroStartPullDownRefresh",(({successHandler:t,errorHandler:i})=>{try{this.triggerPullDownRefresh(!0),t({errMsg:"startPullDownRefresh: ok"})}catch(t){i({errMsg:"startPullDownRefresh: fail"})}})),a.eventCenter.on("__taroStopPullDownRefresh",(({successHandler:t,errorHandler:i})=>{try{this.triggerPullDownRefresh(!1),t({errMsg:"stopPullDownRefresh: ok"})}catch(t){i({errMsg:"stopPullDownRefresh: fail"})}}))}render(){const t=t=>{const{currSt:i,dragOnEdge:e,prefixCls:r}=this,a=h(t,!e&&`${r}-transition`);return s("div",{class:`${r}-content-wrapper`},s("div",{class:a,ref:t=>{this.contentRef=t}},("activate"===i||"release"===i)&&s("div",{class:`${r}-indicator`},s("div",null),s("div",null),s("div",null)),s("slot",null)))};return this.scrollContainer?t(`${this.prefixCls}-content ${this.prefixCls}-down`):s(e,{class:h(this.prefixCls,`${this.prefixCls}-down`)},t(`${this.prefixCls}-content`))}get el(){return r(this)}static get watchers(){return{currSt:["statusChange"]}}};d.style=".rmc-pull-to-refresh-content{-webkit-transform-origin:left top 0px;transform-origin:left top 0px}.rmc-pull-to-refresh-content-wrapper{overflow:hidden}.rmc-pull-to-refresh-transition{-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s}@-webkit-keyframes rmc-pull-to-refresh-indicator{50%{opacity:0.2}100%{opacity:1}}@keyframes rmc-pull-to-refresh-indicator{50%{opacity:0.2}100%{opacity:1}}.rmc-pull-to-refresh-indicator{text-align:center;height:30px;line-height:10px}.rmc-pull-to-refresh-indicator>div{background-color:grey;width:6px;height:6px;border-radius:100%;margin:3px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation:rmc-pull-to-refresh-indicator 0.5s 0s infinite linear;animation:rmc-pull-to-refresh-indicator 0.5s 0s infinite linear}.rmc-pull-to-refresh-indicator>div:nth-child(0){-webkit-animation-delay:-0.1s !important;animation-delay:-0.1s !important}.rmc-pull-to-refresh-indicator>div:nth-child(1){-webkit-animation-delay:-0.2s !important;animation-delay:-0.2s !important}.rmc-pull-to-refresh-indicator>div:nth-child(2){-webkit-animation-delay:-0.3s !important;animation-delay:-0.3s !important}.rmc-pull-to-refresh-down .rmc-pull-to-refresh-indicator{margin-top:-25px}";export{d as taro_pull_to_refresh}
@@ -1 +0,0 @@
1
- import{h as t,r as a,c as r,H as e,g as s}from"./p-f05e1558.js";import{c as o}from"./p-37cfdd8f.js";function i(t){return"/"===t.charAt(0)}function h(t,a){for(var r=a,e=r+1,s=t.length;e<s;r+=1,e+=1)t[r]=t[e];t.pop()}const b=t=>{let a,r=t||"";const e={path:null,query:null,fragment:null};return a=r.indexOf("#"),a>-1&&(e.fragment=r.substring(a+1),r=r.substring(0,a)),a=r.indexOf("?"),a>-1&&(e.query=r.substring(a+1),r=r.substring(0,a)),e.path=r,e},n=({index:a,isSelected:r=!1,textColor:e,iconPath:s,badgeText:i,showRedDot:h=!1,text:b,onSelect:n})=>{const l=o("weui-tabbar__item",{"weui-bar__item_on":r});return t("a",{key:a,href:"javascript:;",class:l,onClick:function(){n(a)}},t("span",{style:{display:"inline-block",position:"relative"}},t("img",{src:s,alt:"",class:"weui-tabbar__icon"}),!!i&&t("span",{class:"weui-badge taro-tabbar-badge",style:{position:"absolute",top:"-2px",right:"-13px"}},i),h&&t("span",{class:"weui-badge weui-badge_dot",style:{position:"absolute",top:"0",right:"-6px"}})),t("p",{class:"weui-tabbar__label",style:{color:e}},b))},l=require("@tarojs/taro"),d=t=>"/"===t[0]?t:`/${t}`,c=(t,a)=>((t,a)=>new RegExp("^"+a+"(\\/|\\?|#|$)","i").test(t))(t,a)?t.substr(a.length):t;let _=class{constructor(t){a(this,t),this.onLongPress=r(this,"longpress",7),this.homePage="",this.customRoutes=[],this.tabbarPos="bottom",this.selectedIndex=-1,this.status=0,this.getOriginUrl=t=>{const a=this.customRoutes.filter((([,a])=>b(a).path===b(t).path));return a.length?a[0][0]:t},this.getSelectedIndex=t=>{let a=-1;return this.list.forEach((({pagePath:r},e)=>{b(t).path===b(r).path&&(a=e)})),a},this.switchTab=t=>{this.selectedIndex=t,l.switchTab({url:this.list[t].pagePath})},this.switchTabHandler=({url:t,successHandler:a,errorHandler:r})=>{const e=function(t,a){void 0===a&&(a="");var r,e=t&&t.split("/")||[],s=a&&a.split("/")||[],o=t&&i(t),b=a&&i(a),n=o||b;if(t&&i(t)?s=e:e.length&&(s.pop(),s=s.concat(e)),!s.length)return"/";if(s.length){var l=s[s.length-1];r="."===l||".."===l||""===l}else r=!1;for(var d=0,c=s.length;c>=0;c--){var _=s[c];"."===_?h(s,c):".."===_?(h(s,c),d++):d&&(h(s,c),d--)}if(!n)for(;d--;d)s.unshift("..");!n||""===s[0]||s[0]&&i(s[0])||s.unshift("");var u=s.join("/");return r&&"/"!==u.substr(-1)&&(u+="/"),u}(t,this.getOriginUrl(this.getCurrentUrl()||this.homePage)),s=this.getSelectedIndex(e);s>-1?(this.switchTab(s),a({errMsg:"switchTab:ok"})):r({errMsg:`switchTab:fail page "${e}" is not found`})},this.routerChangeHandler=t=>{let a,r;if(t&&(a=t.toLocation),a&&a.path){const t=d(a.path);r=c("/"===t?this.homePage:t,this.conf.basename||"/")}else r=this.getCurrentUrl();this.selectedIndex=this.getSelectedIndex(this.getOriginUrl(r))},this.setTabBarBadgeHandler=({index:t,text:a,successHandler:r,errorHandler:e})=>{const s=[...this.list];t in s?(s[t].showRedDot=!1,s[t].badgeText=a,r({errMsg:"setTabBarBadge:ok"})):e({errMsg:"setTabBarBadge:fail tabbar item not found"}),this.list=s},this.removeTabBarBadgeHandler=({index:t,successHandler:a,errorHandler:r})=>{const e=[...this.list];t in e?(e[t].badgeText=null,e[t].badgeText=null,a({errMsg:"removeTabBarBadge:ok"})):r({errMsg:"removeTabBarBadge:fail tabbar item not found"}),this.list=e},this.showTabBarRedDotHandler=({index:t,successHandler:a,errorHandler:r})=>{const e=[...this.list];t in e?(e[t].badgeText=null,e[t].showRedDot=!0,a({errMsg:"showTabBarRedDot:ok"})):r({errMsg:"showTabBarRedDot:fail tabbar item not found"}),this.list=e},this.hideTabBarRedDotHandler=({index:t,successHandler:a,errorHandler:r})=>{const e=[...this.list];t in e?(e[t].showRedDot=!1,a({errMsg:"hideTabBarRedDot:ok"})):r({errMsg:"hideTabBarRedDot:fail tabbar item not found"}),this.list=e},this.showTabBarHandler=({successHandler:t})=>{this.status=0,t({errMsg:"showTabBar:ok"})},this.hideTabBarHandler=({animation:t,successHandler:a})=>{this.status=t?2:1,a({errMsg:"hideTabBar:ok"})},this.setTabBarStyleHandler=({color:t,selectedColor:a,backgroundColor:r,borderStyle:e,successHandler:s})=>{r&&(this.backgroundColor=r),e&&(this.borderStyle=e),t&&(this.color=t),a&&(this.selectedColor=a),s({errMsg:"setTabBarStyle:ok"})},this.setTabBarItemHandler=({index:t,iconPath:a,selectedIconPath:r,text:e,successHandler:s,errorHandler:o})=>{const i=[...this.list];t in i?(a&&(i[t].iconPath=a),r&&(i[t].selectedIconPath=r),e&&(i[t].text=e),s({errMsg:"setTabBarItem:ok"})):o({errMsg:"setTabBarItem:fail tabbar item not found"}),this.list=i};const e=this.conf.list,s=this.conf.customRoutes;if("[object Array]"!==Object.prototype.toString.call(e)||e.length<2||e.length>5)throw new Error("tabBar 配置错误");this.homePage=d(this.conf.homePage);for(const t in s)this.customRoutes.push([t,s[t]]);e.forEach((t=>{0!==t.pagePath.indexOf("/")&&(t.pagePath="/"+t.pagePath)})),this.list=e,this.borderStyle=this.conf.borderStyle,this.backgroundColor=this.conf.backgroundColor,this.color=this.conf.color,this.selectedColor=this.conf.selectedColor}getCurrentUrl(){const t=this.conf.basename||"/";let a;if("hash"===this.conf.mode){const t=window.location.href,r=t.indexOf("#");a=-1===r?"":t.substring(r+1)}else a=location.pathname;const r=d(c(a,t));return"/"===r?this.homePage:r}bindEvent(){l.eventCenter.on("__taroRouterChange",this.routerChangeHandler),l.eventCenter.on("__taroSwitchTab",this.switchTabHandler),l.eventCenter.on("__taroSetTabBarBadge",this.setTabBarBadgeHandler),l.eventCenter.on("__taroRemoveTabBarBadge",this.removeTabBarBadgeHandler),l.eventCenter.on("__taroShowTabBarRedDotHandler",this.showTabBarRedDotHandler),l.eventCenter.on("__taroHideTabBarRedDotHandler",this.hideTabBarRedDotHandler),l.eventCenter.on("__taroShowTabBar",this.showTabBarHandler),l.eventCenter.on("__taroHideTabBar",this.hideTabBarHandler),l.eventCenter.on("__taroSetTabBarStyle",this.setTabBarStyleHandler),l.eventCenter.on("__taroSetTabBarItem",this.setTabBarItemHandler)}removeEvent(){l.eventCenter.off("__taroRouterChange",this.routerChangeHandler),l.eventCenter.off("__taroSwitchTab",this.switchTabHandler),l.eventCenter.off("__taroSetTabBarBadge",this.setTabBarBadgeHandler),l.eventCenter.off("__taroRemoveTabBarBadge",this.removeTabBarBadgeHandler),l.eventCenter.off("__taroShowTabBarRedDotHandler",this.showTabBarRedDotHandler),l.eventCenter.off("__taroHideTabBarRedDotHandler",this.hideTabBarRedDotHandler),l.eventCenter.off("__taroShowTabBar",this.showTabBarHandler),l.eventCenter.off("__taroHideTabBar",this.hideTabBarHandler),l.eventCenter.off("__taroSetTabBarStyle",this.setTabBarStyleHandler),l.eventCenter.off("__taroSetTabBarItem",this.setTabBarItemHandler)}componentDidLoad(){this.tabbarPos=this.tabbar.nextElementSibling?"top":"bottom",this.bindEvent(),this.routerChangeHandler()}disconnectedCallback(){this.removeEvent()}render(){const{tabbarPos:a="bottom"}=this,r=this.status,s=o("weui-tabbar",{[`taro-tabbar__border-${this.borderStyle||"black"}`]:!0});return t(e,{class:o("taro-tabbar__tabbar",`taro-tabbar__tabbar-${a}`,{"taro-tabbar__tabbar-hide":-1===this.selectedIndex||1===r,"taro-tabbar__tabbar-slideout":2===r})},t("div",{class:s,style:{backgroundColor:this.backgroundColor||""}},this.list.map(((a,r)=>{const e=this.selectedIndex===r;let s,o;return e?(s=this.selectedColor||"",o=a.selectedIconPath):(s=this.color||"",o=a.iconPath),t(n,{index:r,onSelect:this.switchTab.bind(this),isSelected:e,textColor:s,iconPath:o,text:a.text,badgeText:a.badgeText,showRedDot:a.showRedDot})}))))}get tabbar(){return s(this)}};_.style="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;height:100%;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.taro-tabbar__panel{-ms-flex:1;flex:1;position:relative;overflow:auto;-webkit-overflow-scrolling:touch}.taro-tabbar__tabbar{position:relative;height:50px;width:100%;-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}.taro-tabbar__tabbar-hide{display:none}.taro-tabbar__tabbar-slideout{top:-52px;-ms-flex:0 0;flex:0 0}.taro-tabbar__panel+.taro-tabbar__tabbar-slideout{top:auto;bottom:-52px}";export{_ as taro_tabbar}