antd-mini-rpx
Advanced tools
Comparing version 0.0.3-beta.5 to 0.0.3-beta.6
@@ -82,2 +82,5 @@ /* eslint-disable @typescript-eslint/explicit-module-boundary-types */ | ||
} | ||
}, | ||
methods: { | ||
a: function a() {} | ||
} | ||
@@ -84,0 +87,0 @@ }; |
@@ -188,2 +188,7 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
}, | ||
onSwiperTouchStart: function onSwiperTouchStart(e) { | ||
if (typeof this.props.onTouchStart === "function") { | ||
this.props.onTouchStart(e); | ||
} | ||
}, | ||
_useSwipeable: function _useSwipeable(b) { | ||
@@ -190,0 +195,0 @@ var swipeable = this.props.swipeable; |
@@ -17,3 +17,2 @@ | ||
*/ | ||
index?: number; | ||
@@ -25,9 +24,9 @@ /** | ||
/** | ||
* @description 是否有过渡动画 | ||
* @default false | ||
* @description swiperable 为 true 时,swiper 中 swiper-item 的位置发生改变时会触发 transition 事件。 | ||
*/ | ||
onTransition?: (e:any) => void; | ||
/** | ||
* @description swiperable 为 true 时,swiper 中 swiper-item 的位置发生改变时会触发 transition 事件。 | ||
* @description swiperable 为 true 时,滑动 TabItem 会触发 onTouchStart 事件。 | ||
*/ | ||
onTransition?: (e:any) => void; | ||
onTouchStart?: (e:any) => void; | ||
/** | ||
@@ -43,3 +42,2 @@ * @description 是否有过渡动画 | ||
swipeable?: boolean; | ||
/** | ||
@@ -46,0 +44,0 @@ * @description 是否支持吸顶 |
{ | ||
"name": "antd-mini-rpx", | ||
"version": "0.0.3-beta.5", | ||
"version": "0.0.3-beta.6", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "dev": "minidev dev --less --typescript --no-source-map", |
Sorry, the diff of this file is not supported yet
318476
5934