@tarojs/components 3.3.15 → 3.3.19
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.
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/taro-ad-core.cjs.entry.js +19 -0
- package/dist/cjs/taro-ad-custom-core.cjs.entry.js +19 -0
- package/dist/cjs/taro-components.cjs.js +1 -1
- package/dist/cjs/taro-editor-core.cjs.entry.js +19 -0
- package/dist/cjs/taro-functional-page-navigator-core.cjs.entry.js +19 -0
- package/dist/cjs/taro-image-core.cjs.entry.js +2 -2
- package/dist/cjs/taro-keyboard-accessory-core.cjs.entry.js +19 -0
- package/dist/cjs/taro-live-player-core.cjs.entry.js +19 -0
- package/dist/cjs/taro-live-pusher-core.cjs.entry.js +19 -0
- package/dist/cjs/taro-map-core.cjs.entry.js +19 -0
- package/dist/cjs/taro-match-media-core.cjs.entry.js +19 -0
- package/dist/cjs/taro-navigation-bar-core.cjs.entry.js +19 -0
- package/dist/cjs/taro-navigator-core.cjs.entry.js +10 -6
- package/dist/cjs/taro-official-account-core.cjs.entry.js +19 -0
- package/dist/cjs/taro-page-container-core.cjs.entry.js +19 -0
- package/dist/cjs/taro-page-meta-core.cjs.entry.js +19 -0
- package/dist/cjs/taro-pull-to-refresh.cjs.entry.js +7 -3
- package/dist/cjs/taro-share-element-core.cjs.entry.js +19 -0
- package/dist/cjs/taro-slot-core.cjs.entry.js +19 -0
- package/dist/cjs/taro-swiper-core_2.cjs.entry.js +10 -1
- package/dist/cjs/taro-tabbar.cjs.entry.js +40 -32
- package/dist/cjs/taro-voip-room-core.cjs.entry.js +19 -0
- package/dist/collection/collection-manifest.json +20 -4
- package/dist/collection/components/ad/ad.js +11 -0
- package/dist/collection/components/ad-custom/ad-custom.js +11 -0
- package/dist/collection/components/editor/editor.js +11 -0
- package/dist/collection/components/functional-page-navigator/functional-page-navigator.js +11 -0
- package/dist/collection/components/image/image.js +1 -1
- package/dist/collection/components/image/style/index.css +2 -2
- package/dist/collection/components/keyboard-accessory/keyboard-accessory.js +11 -0
- package/dist/collection/components/live-player/live-player.js +11 -0
- package/dist/collection/components/live-pusher/live-pusher.js +11 -0
- package/dist/collection/components/map/map.js +11 -0
- package/dist/collection/components/match-media/match-media.js +11 -0
- package/dist/collection/components/{movable-view → movable-area}/movable-area.js +0 -0
- package/dist/collection/components/{movable-view → movable-area}/movable-view.js +0 -0
- package/dist/collection/components/navigation-bar/navigation-bar.js +11 -0
- package/dist/collection/components/navigator/navigator.js +1 -1
- package/dist/collection/components/official-account/official-account.js +11 -0
- package/dist/collection/components/page-container/page-container.js +11 -0
- package/dist/collection/components/page-meta/page-meta.js +11 -0
- package/dist/collection/components/{picker-view-column → picker-view}/picker-view-column.js +0 -0
- package/dist/collection/components/{pull-down-refresh → pull-to-refresh}/pull-to-refresh.js +1 -1
- package/dist/collection/components/{pull-down-refresh → pull-to-refresh}/style/index.css +0 -0
- package/dist/collection/components/share-element/share-element.js +11 -0
- package/dist/collection/components/slot/slot.js +11 -0
- package/dist/collection/components/swiper/swiper.js +10 -1
- package/dist/collection/components/tabbar/tabbar.js +14 -6
- package/dist/collection/components/voip-room/voip-room.js +11 -0
- package/dist/collection/utils/index.js +50 -64
- package/dist/esm/loader.js +1 -1
- package/dist/esm/taro-ad-core.entry.js +15 -0
- package/dist/esm/taro-ad-custom-core.entry.js +15 -0
- package/dist/esm/taro-components.js +1 -1
- package/dist/esm/taro-editor-core.entry.js +15 -0
- package/dist/esm/taro-functional-page-navigator-core.entry.js +15 -0
- package/dist/esm/taro-image-core.entry.js +2 -2
- package/dist/esm/taro-keyboard-accessory-core.entry.js +15 -0
- package/dist/esm/taro-live-player-core.entry.js +15 -0
- package/dist/esm/taro-live-pusher-core.entry.js +15 -0
- package/dist/esm/taro-map-core.entry.js +15 -0
- package/dist/esm/taro-match-media-core.entry.js +15 -0
- package/dist/esm/taro-navigation-bar-core.entry.js +15 -0
- package/dist/esm/taro-navigator-core.entry.js +1 -1
- package/dist/esm/taro-official-account-core.entry.js +15 -0
- package/dist/esm/taro-page-container-core.entry.js +15 -0
- package/dist/esm/taro-page-meta-core.entry.js +15 -0
- package/dist/esm/taro-pull-to-refresh.entry.js +1 -1
- package/dist/esm/taro-share-element-core.entry.js +15 -0
- package/dist/esm/taro-slot-core.entry.js +15 -0
- package/dist/esm/taro-swiper-core_2.entry.js +10 -1
- package/dist/esm/taro-tabbar.entry.js +15 -11
- package/dist/esm/taro-voip-room-core.entry.js +15 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/taro-ad-core.entry.js +1 -0
- package/dist/esm-es5/taro-ad-custom-core.entry.js +1 -0
- package/dist/esm-es5/taro-components.js +1 -1
- package/dist/esm-es5/taro-editor-core.entry.js +1 -0
- package/dist/esm-es5/taro-functional-page-navigator-core.entry.js +1 -0
- package/dist/esm-es5/taro-image-core.entry.js +1 -1
- package/dist/esm-es5/taro-keyboard-accessory-core.entry.js +1 -0
- package/dist/esm-es5/taro-live-player-core.entry.js +1 -0
- package/dist/esm-es5/taro-live-pusher-core.entry.js +1 -0
- package/dist/esm-es5/taro-map-core.entry.js +1 -0
- package/dist/esm-es5/taro-match-media-core.entry.js +1 -0
- package/dist/esm-es5/taro-navigation-bar-core.entry.js +1 -0
- package/dist/esm-es5/taro-navigator-core.entry.js +1 -1
- package/dist/esm-es5/taro-official-account-core.entry.js +1 -0
- package/dist/esm-es5/taro-page-container-core.entry.js +1 -0
- package/dist/esm-es5/taro-page-meta-core.entry.js +1 -0
- package/dist/esm-es5/taro-pull-to-refresh.entry.js +1 -1
- package/dist/esm-es5/taro-share-element-core.entry.js +1 -0
- package/dist/esm-es5/taro-slot-core.entry.js +1 -0
- package/dist/esm-es5/taro-swiper-core_2.entry.js +1 -1
- package/dist/esm-es5/taro-tabbar.entry.js +1 -1
- package/dist/esm-es5/taro-voip-room-core.entry.js +1 -0
- package/dist/taro-components/p-02b84386.entry.js +1 -0
- package/dist/taro-components/p-0a0377f6.system.entry.js +1 -0
- package/dist/taro-components/p-14095f6b.system.entry.js +1 -0
- package/dist/taro-components/p-14fd68ec.entry.js +1 -0
- package/dist/taro-components/p-16d9e6b9.system.entry.js +1 -0
- package/dist/taro-components/p-1cc97957.entry.js +1 -0
- package/dist/taro-components/p-30bfacb9.system.js +1 -1
- package/dist/taro-components/p-37594e84.entry.js +1 -0
- package/dist/taro-components/p-38d8fa46.system.entry.js +1 -0
- package/dist/taro-components/{p-098f4931.system.entry.js → p-3984f596.system.entry.js} +1 -1
- package/dist/taro-components/p-3ed0783c.system.entry.js +1 -0
- package/dist/taro-components/p-4288566a.system.entry.js +1 -0
- package/dist/taro-components/p-432f803f.entry.js +1 -0
- package/dist/taro-components/p-4d643967.entry.js +1 -0
- package/dist/taro-components/p-52ef77b2.entry.js +1 -0
- package/dist/taro-components/p-53297f27.entry.js +1 -0
- package/dist/taro-components/p-5e20dff4.system.entry.js +1 -0
- package/dist/taro-components/p-60a15326.system.entry.js +1 -0
- package/dist/taro-components/p-6422a968.system.entry.js +1 -0
- package/dist/taro-components/p-81e1d9a3.system.entry.js +1 -0
- package/dist/taro-components/p-82741605.entry.js +1 -0
- package/dist/taro-components/p-8415cd92.entry.js +1 -0
- package/dist/taro-components/p-8f0e3f13.entry.js +1 -0
- package/dist/taro-components/p-9b9727c7.entry.js +1 -0
- package/dist/taro-components/p-9e7a85ae.entry.js +1 -0
- package/dist/taro-components/p-a4fdb95b.system.entry.js +1 -0
- package/dist/taro-components/p-a5c0a7e3.entry.js +1 -0
- package/dist/taro-components/p-ab55aacd.system.entry.js +1 -0
- package/dist/taro-components/{p-8cf16235.entry.js → p-b2ec0cf1.entry.js} +1 -1
- package/dist/taro-components/p-b3abedf8.entry.js +1 -0
- package/dist/taro-components/p-bc08a702.system.entry.js +1 -0
- package/dist/taro-components/p-becfab60.system.entry.js +1 -0
- package/dist/taro-components/p-c7cfcb8e.entry.js +1 -0
- package/dist/taro-components/p-cdf144cb.system.entry.js +1 -0
- package/dist/taro-components/p-dfe76645.entry.js +1 -0
- package/dist/taro-components/p-e1e289bb.entry.js +1 -0
- package/dist/taro-components/p-e42b782e.system.entry.js +1 -0
- package/dist/taro-components/p-ed3ff1e4.entry.js +1 -0
- package/dist/taro-components/p-effd64d5.system.entry.js +1 -0
- package/dist/taro-components/p-f05422a6.entry.js +1 -0
- package/dist/taro-components/p-f70b6a12.system.entry.js +1 -0
- package/dist/taro-components/p-f928a72e.system.entry.js +1 -0
- package/dist/taro-components/p-fac09a5c.system.entry.js +1 -0
- package/dist/taro-components/taro-components.css +1 -1
- package/dist/taro-components/taro-components.esm.js +1 -1
- package/dist/types/components/ad/ad.d.ts +4 -0
- package/dist/types/components/ad-custom/ad-custom.d.ts +4 -0
- package/dist/types/components/editor/editor.d.ts +4 -0
- package/dist/types/components/functional-page-navigator/functional-page-navigator.d.ts +4 -0
- package/dist/types/components/keyboard-accessory/keyboard-accessory.d.ts +4 -0
- package/dist/types/components/live-player/live-player.d.ts +4 -0
- package/dist/types/components/live-pusher/live-pusher.d.ts +4 -0
- package/dist/types/components/map/map.d.ts +4 -0
- package/dist/types/components/match-media/match-media.d.ts +4 -0
- package/dist/types/components/{movable-view → movable-area}/movable-area.d.ts +0 -0
- package/dist/types/components/{movable-view → movable-area}/movable-view.d.ts +0 -0
- package/dist/types/components/navigation-bar/navigation-bar.d.ts +4 -0
- package/dist/types/components/official-account/official-account.d.ts +4 -0
- package/dist/types/components/page-container/page-container.d.ts +4 -0
- package/dist/types/components/page-meta/page-meta.d.ts +4 -0
- package/dist/types/components/{picker-view-column → picker-view}/picker-view-column.d.ts +0 -0
- package/dist/types/components/{pull-down-refresh → pull-to-refresh}/pull-to-refresh.d.ts +0 -0
- package/dist/types/components/share-element/share-element.d.ts +4 -0
- package/dist/types/components/slot/slot.d.ts +4 -0
- package/dist/types/components/swiper/swiper.d.ts +1 -0
- package/dist/types/components/tabbar/tabbar.d.ts +1 -1
- package/dist/types/components/voip-room/voip-room.d.ts +4 -0
- package/dist/types/components.d.ts +208 -0
- package/dist/types/utils/index.d.ts +8 -0
- package/dist-h5/react/index.js +2 -1
- package/dist-h5/vue/simpleComponents.js +1 -1
- package/package.json +3 -3
- package/types/Ad.d.ts +6 -6
- package/types/AdCustom.d.ts +50 -0
- package/types/Button.d.ts +2 -2
- package/types/CoverImage.d.ts +3 -3
- package/types/CoverView.d.ts +3 -3
- package/types/Image.d.ts +8 -2
- package/types/KeyboardAccessory.d.ts +29 -0
- package/types/MovableView.d.ts +1 -1
- package/types/PageContainer.d.ts +115 -0
- package/types/ShareElement.d.ts +39 -0
- package/types/View.d.ts +1 -1
- package/types/VoipRoom.d.ts +71 -0
- package/types/common.d.ts +3 -8
- package/types/index.d.ts +72 -46
- package/virtual-list/react/createListComponent.js +4 -3
- package/dist/taro-components/p-0fb7f599.entry.js +0 -1
- package/dist/taro-components/p-139d4d14.entry.js +0 -1
- package/dist/taro-components/p-4ff67760.entry.js +0 -1
- package/dist/taro-components/p-5d84eaf0.entry.js +0 -1
- package/dist/taro-components/p-69be8189.system.entry.js +0 -1
- package/dist/taro-components/p-b685a487.system.entry.js +0 -1
- package/dist/taro-components/p-be2d1c4a.system.entry.js +0 -1
- package/dist/taro-components/p-d52009d1.system.entry.js +0 -1
package/types/CoverView.d.ts
CHANGED
|
@@ -28,9 +28,9 @@ interface CoverViewProps extends ViewProps {
|
|
|
28
28
|
* render () {
|
|
29
29
|
* return (
|
|
30
30
|
* <Video id='myVideo' src='src'>
|
|
31
|
-
* <CoverView
|
|
32
|
-
* <CoverView
|
|
33
|
-
* <CoverImage
|
|
31
|
+
* <CoverView className='controls'>
|
|
32
|
+
* <CoverView className='play' onClick={() => { TODO }}>
|
|
33
|
+
* <CoverImage className='img' src='src' />
|
|
34
34
|
* </CoverView>
|
|
35
35
|
* </CoverView>
|
|
36
36
|
* </Video>
|
package/types/Image.d.ts
CHANGED
|
@@ -20,6 +20,12 @@ interface ImageProps extends StandardProps {
|
|
|
20
20
|
*/
|
|
21
21
|
webp?: boolean
|
|
22
22
|
|
|
23
|
+
/** 默认不解析 svg 格式,svg 图片只支持 aspectFit
|
|
24
|
+
* @default false
|
|
25
|
+
* @supported rn
|
|
26
|
+
*/
|
|
27
|
+
svg?: boolean
|
|
28
|
+
|
|
23
29
|
/** 图片懒加载。只针对 page 与 scroll-view 下的 image 有效
|
|
24
30
|
* @default false
|
|
25
31
|
* @supported weapp, swan, alipay, tt
|
|
@@ -94,7 +100,7 @@ declare namespace ImageProps {
|
|
|
94
100
|
}
|
|
95
101
|
|
|
96
102
|
/** 图片。支持 JPG、PNG、SVG、WEBP、GIF 等格式以及云文件ID。
|
|
97
|
-
*
|
|
103
|
+
*
|
|
98
104
|
* **Note:** 为实现小程序的 `mode` 特性,在 H5 组件中使用一个 `div` 容器来对内部的 `img` 进行展示区域的裁剪,因此请勿使用元素选择器来重置 `img` 的样式!
|
|
99
105
|
* @classification media
|
|
100
106
|
* @supported weapp, h5, rn, swan, alipay, tt
|
|
@@ -104,7 +110,7 @@ declare namespace ImageProps {
|
|
|
104
110
|
* constructor() {
|
|
105
111
|
* super(...arguments)
|
|
106
112
|
* }
|
|
107
|
-
*
|
|
113
|
+
*
|
|
108
114
|
* render() {
|
|
109
115
|
* return (
|
|
110
116
|
* <View className='components-page'>
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ComponentType } from 'react'
|
|
2
|
+
import { StandardProps, CommonEventFunction } from './common'
|
|
3
|
+
|
|
4
|
+
type KeyboardAccessoryProps = StandardProps
|
|
5
|
+
|
|
6
|
+
/** 设置 input / textarea 聚焦时键盘上方 cover-view / cover-image 工具栏视图
|
|
7
|
+
*
|
|
8
|
+
* @classification forms
|
|
9
|
+
* @supported weapp
|
|
10
|
+
* @example
|
|
11
|
+
* ```tsx
|
|
12
|
+
* class App extends Component {
|
|
13
|
+
* render () {
|
|
14
|
+
* return (
|
|
15
|
+
* <Textarea holdKeyboard="{{true}}">
|
|
16
|
+
* <KeyboardAccessory className="container" style={{ height: 50 }} >
|
|
17
|
+
* <CoverView onClick={() => { TODO }} style={{ flex: 1, background: 'green' }}>1</CoverView>
|
|
18
|
+
* <CoverView onClick={() => { TODO }} style={{ flex: 1, background: 'red' }}>2</CoverView>
|
|
19
|
+
* </KeyboardAccessory>
|
|
20
|
+
* </Textarea>
|
|
21
|
+
* )
|
|
22
|
+
* }
|
|
23
|
+
* }
|
|
24
|
+
* ```
|
|
25
|
+
* @see https://developers.weixin.qq.com/miniprogram/dev/component/keyboard-accessory.html
|
|
26
|
+
*/
|
|
27
|
+
declare const KeyboardAccessory: ComponentType<KeyboardAccessoryProps>
|
|
28
|
+
|
|
29
|
+
export { KeyboardAccessory, KeyboardAccessoryProps }
|
package/types/MovableView.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentType } from 'react'
|
|
2
|
-
import { StandardProps, CommonEventFunction, TouchEventFunction
|
|
2
|
+
import { StandardProps, CommonEventFunction, TouchEventFunction } from './common'
|
|
3
3
|
|
|
4
4
|
interface MovableViewProps extends Omit<StandardProps, 'animation'> {
|
|
5
5
|
/** movable-view 的移动方向,属性值有`all`、`vertical`、`horizontal`、`none`
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { ComponentType } from 'react'
|
|
2
|
+
import { StandardProps, CommonEventFunction, BaseEventOrigFunction } from './common'
|
|
3
|
+
|
|
4
|
+
interface PageContainerProps extends StandardProps {
|
|
5
|
+
/** 是否显示容器组件
|
|
6
|
+
* @default false
|
|
7
|
+
* @supported weapp
|
|
8
|
+
*/
|
|
9
|
+
show?: boolean
|
|
10
|
+
|
|
11
|
+
/** 动画时长,单位毫秒
|
|
12
|
+
* @default 300
|
|
13
|
+
* @supported weapp
|
|
14
|
+
*/
|
|
15
|
+
duration?: number
|
|
16
|
+
|
|
17
|
+
/** z-index 层级
|
|
18
|
+
* @default 100
|
|
19
|
+
* @supported weapp
|
|
20
|
+
*/
|
|
21
|
+
zIndex?: number
|
|
22
|
+
|
|
23
|
+
/** 是否显示遮罩层
|
|
24
|
+
* @default true
|
|
25
|
+
* @supported weapp
|
|
26
|
+
*/
|
|
27
|
+
overlay?: boolean
|
|
28
|
+
|
|
29
|
+
/** 弹出位置,可选值为 top bottom right center
|
|
30
|
+
* @default bottom
|
|
31
|
+
* @supported weapp
|
|
32
|
+
*/
|
|
33
|
+
position?: keyof PageContainerProps.position
|
|
34
|
+
|
|
35
|
+
/** 是否显示圆角
|
|
36
|
+
* @default false
|
|
37
|
+
* @supported weapp
|
|
38
|
+
*/
|
|
39
|
+
round?: boolean
|
|
40
|
+
|
|
41
|
+
/** 自定义遮罩层样式
|
|
42
|
+
* @default false
|
|
43
|
+
* @supported weapp
|
|
44
|
+
*/
|
|
45
|
+
closeOnSlideDown?: boolean
|
|
46
|
+
|
|
47
|
+
/** 是否在下滑一段距离后关闭
|
|
48
|
+
* @supported weapp
|
|
49
|
+
*/
|
|
50
|
+
overlayStyle?: boolean
|
|
51
|
+
|
|
52
|
+
/** 自定义弹出层样式
|
|
53
|
+
* @supported weapp
|
|
54
|
+
*/
|
|
55
|
+
customStyle?: boolean
|
|
56
|
+
|
|
57
|
+
/** 进入前触发
|
|
58
|
+
* @supported weapp
|
|
59
|
+
*/
|
|
60
|
+
onBeforeEnter?: CommonEventFunction
|
|
61
|
+
|
|
62
|
+
/** 进入中触发
|
|
63
|
+
* @supported weapp
|
|
64
|
+
*/
|
|
65
|
+
onEnter?: CommonEventFunction
|
|
66
|
+
|
|
67
|
+
/** 进入后触发
|
|
68
|
+
* @supported weapp
|
|
69
|
+
*/
|
|
70
|
+
onAfterEnter?: CommonEventFunction
|
|
71
|
+
|
|
72
|
+
/** 离开前触发
|
|
73
|
+
* @supported weapp
|
|
74
|
+
*/
|
|
75
|
+
onBeforeLeave?: CommonEventFunction
|
|
76
|
+
|
|
77
|
+
/** 离开中触发
|
|
78
|
+
* @supported weapp
|
|
79
|
+
*/
|
|
80
|
+
onLeave?: CommonEventFunction
|
|
81
|
+
|
|
82
|
+
/** 离开后触发
|
|
83
|
+
* @supported weapp
|
|
84
|
+
*/
|
|
85
|
+
onAfterLeave?: CommonEventFunction
|
|
86
|
+
|
|
87
|
+
/** 点击遮罩层时触发
|
|
88
|
+
* @supported weapp
|
|
89
|
+
*/
|
|
90
|
+
onClickOverlay?: CommonEventFunction
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
declare namespace PageContainerProps {
|
|
94
|
+
interface position {
|
|
95
|
+
top
|
|
96
|
+
bottom
|
|
97
|
+
left
|
|
98
|
+
right
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
/** 页面容器
|
|
103
|
+
*
|
|
104
|
+
* 小程序如果在页面内进行复杂的界面设计(如在页面内弹出半屏的弹窗、在页面内加载一个全屏的子页面等),用户进行返回操作会直接离开当前页面,不符合用户预期,预期应为关闭当前弹出的组件。
|
|
105
|
+
* 为此提供“假页”容器组件,效果类似于 `popup` 弹出层,页面内存在该容器时,当用户进行返回操作,关闭该容器不关闭页面。返回操作包括三种情形,右滑手势、安卓物理返回键和调用 `navigateBack` 接口。
|
|
106
|
+
*
|
|
107
|
+
* Bug & Tip
|
|
108
|
+
* 1. tip: 当前页面最多只有 1 个容器,若已存在容器的情况下,无法增加新的容器
|
|
109
|
+
* 2. tip: wx.navigateBack 无法在页面栈顶调用,此时没有上一级页面
|
|
110
|
+
* @classification viewContainer
|
|
111
|
+
* @see https://developers.weixin.qq.com/miniprogram/dev/component/page-container.html
|
|
112
|
+
*/
|
|
113
|
+
declare const PageContainer: ComponentType<PageContainerProps>
|
|
114
|
+
|
|
115
|
+
export { PageContainer, PageContainerProps }
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { ComponentType } from 'react'
|
|
2
|
+
import { StandardProps, CommonEventFunction } from './common'
|
|
3
|
+
|
|
4
|
+
interface ShareElementProps extends StandardProps {
|
|
5
|
+
/** 映射标记
|
|
6
|
+
* @supported weapp
|
|
7
|
+
*/
|
|
8
|
+
key: string
|
|
9
|
+
|
|
10
|
+
/** 是否进行动画
|
|
11
|
+
* @default false
|
|
12
|
+
* @supported weapp
|
|
13
|
+
*/
|
|
14
|
+
transform?: boolean
|
|
15
|
+
|
|
16
|
+
/** 动画时长,单位毫秒
|
|
17
|
+
* @default 300
|
|
18
|
+
* @supported weapp
|
|
19
|
+
*/
|
|
20
|
+
duration?: number
|
|
21
|
+
|
|
22
|
+
/** css缓动函数
|
|
23
|
+
* @default ease-out
|
|
24
|
+
* @supported weapp
|
|
25
|
+
*/
|
|
26
|
+
easingFunction?: number
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/** 共享元素
|
|
30
|
+
*
|
|
31
|
+
* 共享元素是一种动画形式,类似于 [`flutter Hero`](https://flutterchina.club/animations/hero-animations/) 动画,表现为元素像是在页面间穿越一样。该组件需与 [`page-container`](https://developers.weixin.qq.com/miniprogram/dev/component/page-container.html) 组件结合使用。
|
|
32
|
+
* 使用时需在当前页放置 `share-element` 组件,同时在 `page-container` 容器中放置对应的 `share-element` 组件,对应关系通过属性值 key 映射。当设置 `page-container` `显示时,transform` 属性为 `true` 的共享元素会产生动画。当前页面容器退出时,会产生返回动画。
|
|
33
|
+
* @classification viewContainer
|
|
34
|
+
* @supported weapp
|
|
35
|
+
* @see https://developers.weixin.qq.com/miniprogram/dev/component/share-element.html
|
|
36
|
+
*/
|
|
37
|
+
declare const ShareElement: ComponentType<ShareElementProps>
|
|
38
|
+
|
|
39
|
+
export { ShareElement, ShareElementProps }
|
package/types/View.d.ts
CHANGED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { ComponentType } from 'react'
|
|
2
|
+
import { StandardProps } from './common'
|
|
3
|
+
import { StyleProp, ViewStyle } from 'react-native'
|
|
4
|
+
|
|
5
|
+
interface VoipRoomProps extends StandardProps {
|
|
6
|
+
/** 进入房间用户的 openid
|
|
7
|
+
* @default none
|
|
8
|
+
* @supported weapp, swan, alipay, tt, h5
|
|
9
|
+
*/
|
|
10
|
+
openId?: string
|
|
11
|
+
|
|
12
|
+
/** 对话窗口类型,自身传入 camera,其它用户传入 video
|
|
13
|
+
* @default camera
|
|
14
|
+
* @supported weapp, swan, alipay, tt, h5
|
|
15
|
+
*/
|
|
16
|
+
mode?: keyof VoipRoomProps.mode
|
|
17
|
+
|
|
18
|
+
/** 仅在 mode 为 camera 时有效,前置或后置,值为front, back
|
|
19
|
+
* @default front
|
|
20
|
+
* @supported weapp, swan, alipay, tt, h5
|
|
21
|
+
*/
|
|
22
|
+
devicePosition?: keyof VoipRoomProps.devicePosition
|
|
23
|
+
|
|
24
|
+
/** 创建对话窗口失败时触发
|
|
25
|
+
* @supported weapp
|
|
26
|
+
*/
|
|
27
|
+
onError?: CommonEventFunction
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
namespace VoipRoomProps {
|
|
31
|
+
/** 对话窗口类型 */
|
|
32
|
+
interface mode {
|
|
33
|
+
camera
|
|
34
|
+
video
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/** 摄像头类型 */
|
|
38
|
+
interface devicePosition {
|
|
39
|
+
front
|
|
40
|
+
back
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/** 多人音视频对话
|
|
45
|
+
*
|
|
46
|
+
* 需用户授权 `scope.camera`、`scope.record`。相关接口: [Taro.joinVoIPChat](https://developers.weixin.qq.com/miniprogram/dev/api/media/voip/wx.joinVoIPChat.html)
|
|
47
|
+
* 开通该组件权限后,开发者可在 joinVoIPChat 成功后,获取房间成员的 openid,传递给 voip-room 组件,以显示成员画面。
|
|
48
|
+
* @classification media
|
|
49
|
+
* @supported weapp
|
|
50
|
+
* @example
|
|
51
|
+
* ```tsx
|
|
52
|
+
* export default class PageView extends Component {
|
|
53
|
+
* constructor() {
|
|
54
|
+
* super(...arguments)
|
|
55
|
+
* }
|
|
56
|
+
*
|
|
57
|
+
* render() {
|
|
58
|
+
* return (
|
|
59
|
+
* <VoipRoom
|
|
60
|
+
* openId="{{item}}"
|
|
61
|
+
* mode="{{selfOpenId === item ? 'camera' : 'video'}}">
|
|
62
|
+
* </VoipRoom>
|
|
63
|
+
* )
|
|
64
|
+
* }
|
|
65
|
+
* }
|
|
66
|
+
* ```
|
|
67
|
+
* @see https://developers.weixin.qq.com/miniprogram/dev/component/voip-room.html
|
|
68
|
+
*/
|
|
69
|
+
declare const VoipRoom: ComponentType<VoipRoomProps>
|
|
70
|
+
|
|
71
|
+
export { VoipRoom, VoipRoomProps }
|
package/types/common.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { CSSProperties, LegacyRef } from 'react'
|
|
2
2
|
|
|
3
|
-
export type Omit<T, K extends keyof T> = Pick<T, ({ [P in keyof T]: P } & { [P in K]: never } & { [x: string]: never })[keyof T]>;
|
|
4
|
-
|
|
5
3
|
export interface StandardProps<T = any, TouchEvent extends BaseTouchEvent<any> = ITouchEvent> extends EventProps<TouchEvent> {
|
|
6
4
|
/** 组件的唯一标示, 保持整个页面唯一 */
|
|
7
5
|
id?: string
|
|
@@ -16,7 +14,7 @@ export interface StandardProps<T = any, TouchEvent extends BaseTouchEvent<any> =
|
|
|
16
14
|
/** 组件是否显示, 所有组件默认显示 */
|
|
17
15
|
hidden?: boolean
|
|
18
16
|
/** 动画属性 */
|
|
19
|
-
animation?: { actions:
|
|
17
|
+
animation?: { actions: TaroGeneral.IAnyObject[] }
|
|
20
18
|
/** 引用 */
|
|
21
19
|
ref?: LegacyRef<T>
|
|
22
20
|
/**
|
|
@@ -24,7 +22,7 @@ export interface StandardProps<T = any, TouchEvent extends BaseTouchEvent<any> =
|
|
|
24
22
|
* @see https://taro-docs.jd.com/taro/docs/html
|
|
25
23
|
*/
|
|
26
24
|
dangerouslySetInnerHTML?: {
|
|
27
|
-
__html: string
|
|
25
|
+
__html: string
|
|
28
26
|
}
|
|
29
27
|
}
|
|
30
28
|
|
|
@@ -146,10 +144,7 @@ export interface Target {
|
|
|
146
144
|
}
|
|
147
145
|
}
|
|
148
146
|
|
|
149
|
-
|
|
150
|
-
* @ignore
|
|
151
|
-
*/
|
|
152
|
-
export interface currentTarget extends Target {}
|
|
147
|
+
export type currentTarget = Target
|
|
153
148
|
|
|
154
149
|
/** 网络状态数据 */
|
|
155
150
|
export interface netStatus {
|
package/types/index.d.ts
CHANGED
|
@@ -1,49 +1,75 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export * from './common'
|
|
2
|
+
export * from './event'
|
|
3
|
+
|
|
4
|
+
/** 视图容器 */
|
|
3
5
|
export { Block } from './Block'
|
|
4
|
-
export {
|
|
5
|
-
export {
|
|
6
|
-
export { MatchMedia } from './MatchMedia'
|
|
7
|
-
export {
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
10
|
-
export {
|
|
11
|
-
export {
|
|
12
|
-
export {
|
|
13
|
-
export {
|
|
14
|
-
export {
|
|
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 {
|
|
22
|
-
export {
|
|
23
|
-
export {
|
|
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
|
-
|
|
31
|
-
|
|
32
|
-
export {
|
|
33
|
-
export {
|
|
34
|
-
export {
|
|
35
|
-
export {
|
|
36
|
-
export {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
export {
|
|
40
|
-
export {
|
|
41
|
-
export {
|
|
42
|
-
export {
|
|
43
|
-
export {
|
|
44
|
-
export {
|
|
45
|
-
export {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
export
|
|
49
|
-
|
|
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
|
-
|
|
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
|
-
import{r as t,c as i,h as o,H as e}from"./p-49ae5efb.js";import{c as s}from"./p-6967e577.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{h as t,r as a,c as r,H as e,g as s}from"./p-49ae5efb.js";import{c as o}from"./p-6967e577.js";function i(t){return"/"===t.charAt(0)}function b(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 n=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},h=({index:a,isSelected:r=!1,textColor:e,iconPath:s,badgeText:i,showRedDot:b=!1,text:n,onSelect:h})=>{const l=o("weui-tabbar__item",{"weui-bar__item_on":r});return t("a",{key:a,href:"javascript:;",class:l,onClick:function(){h(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),b&&t("span",{class:"weui-badge weui-badge_dot",style:{position:"absolute",top:"0",right:"-6px"}})),t("p",{class:"weui-tabbar__label",style:{color:e}},n))},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])=>n(a).path===n(t).path));return a.length?a[0][0]:t},this.getSelectedIndex=t=>{let a=-1;return this.list.forEach((({pagePath:r},e)=>{n(t).path===n(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),n=a&&i(a),h=o||n;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];"."===_?b(s,c):".."===_?(b(s,c),d++):d&&(b(s,c),d--)}if(!h)for(;d--;d)s.unshift("..");!h||""===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}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),console.log("TabbarItem",a),t(h,{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}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as e,c as s,h as t,H as a}from"./p-49ae5efb.js";import{c as r}from"./p-6967e577.js";const i=require("@tarojs/taro");let o=class{constructor(t){e(this,t),this.onSuccess=s(this,"cuccess",7),this.onFail=s(this,"fail",7),this.onComplete=s(this,"Complete",7),this.openType="navigate",this.isHover=!1,this.delta=0}onClick(){const{openType:e,onSuccess:s,onFail:t,onComplete:a}=this;let r=Promise.resolve();switch(e){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((e=>{s.emit(e)})).catch((e=>{t.emit(e)})).finally((()=>{a.emit()}))}render(){const{isHover:e,hoverClass:s}=this;return t(a,{class:r({[s]:e})})}};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 s,H as e,g as r}from"./p-49ae5efb.js";import{c as h}from"./p-6967e577.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
|
-
System.register(["./p-93748645.system.js","./p-696f0d1c.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
|
-
System.register(["./p-93748645.system.js","./p-696f0d1c.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
|
-
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-93748645.system.js","./p-696f0d1c.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}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}console.log("TabbarItem",e);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-93748645.system.js","./p-696f0d1c.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}}}));
|