@tarojs/shared
Advanced tools
Comparing version 3.0.0-rc.4 to 3.0.0-rc.5
@@ -304,2 +304,7 @@ interface Components { | ||
Swiper: { | ||
bindTouchStart: string; | ||
bindTouchMove: string; | ||
bindTouchEnd: string; | ||
bindTouchCancel: string; | ||
bindLongTap: string; | ||
'indicator-dots': string; | ||
@@ -306,0 +311,0 @@ 'indicator-color': string; |
@@ -361,21 +361,3 @@ 'use strict'; | ||
} | ||
var Swiper = { | ||
'indicator-dots': 'false', | ||
'indicator-color': singleQuote('rgba(0, 0, 0, .3)'), | ||
'indicator-active-color': singleQuote('#000000'), | ||
autoplay: 'false', | ||
current: '0', | ||
interval: '5000', | ||
duration: '500', | ||
circular: 'false', | ||
vertical: 'false', | ||
'previous-margin': '\'0px\'', | ||
'next-margin': '\'0px\'', | ||
'display-multiple-items': '1', | ||
'skip-hidden-item-layout': 'false', | ||
'easing-function': singleQuote('default'), | ||
bindChange: '', | ||
bindTransition: '', | ||
bindAnimationFinish: '' | ||
}; | ||
var Swiper = Object.assign({ 'indicator-dots': 'false', 'indicator-color': singleQuote('rgba(0, 0, 0, .3)'), 'indicator-active-color': singleQuote('#000000'), autoplay: 'false', current: '0', interval: '5000', duration: '500', circular: 'false', vertical: 'false', 'previous-margin': '\'0px\'', 'next-margin': '\'0px\'', 'display-multiple-items': '1', 'skip-hidden-item-layout': 'false', 'easing-function': singleQuote('default'), bindChange: '', bindTransition: '', bindAnimationFinish: '' }, touchEvents); | ||
var SwiperItem = { | ||
@@ -382,0 +364,0 @@ 'item-id': '' |
@@ -341,21 +341,3 @@ function isString(o) { | ||
} | ||
const Swiper = { | ||
'indicator-dots': 'false', | ||
'indicator-color': singleQuote('rgba(0, 0, 0, .3)'), | ||
'indicator-active-color': singleQuote('#000000'), | ||
autoplay: 'false', | ||
current: '0', | ||
interval: '5000', | ||
duration: '500', | ||
circular: 'false', | ||
vertical: 'false', | ||
'previous-margin': '\'0px\'', | ||
'next-margin': '\'0px\'', | ||
'display-multiple-items': '1', | ||
'skip-hidden-item-layout': 'false', | ||
'easing-function': singleQuote('default'), | ||
bindChange: '', | ||
bindTransition: '', | ||
bindAnimationFinish: '' | ||
}; | ||
const Swiper = Object.assign({ 'indicator-dots': 'false', 'indicator-color': singleQuote('rgba(0, 0, 0, .3)'), 'indicator-active-color': singleQuote('#000000'), autoplay: 'false', current: '0', interval: '5000', duration: '500', circular: 'false', vertical: 'false', 'previous-margin': '\'0px\'', 'next-margin': '\'0px\'', 'display-multiple-items': '1', 'skip-hidden-item-layout': 'false', 'easing-function': singleQuote('default'), bindChange: '', bindTransition: '', bindAnimationFinish: '' }, touchEvents); | ||
const SwiperItem = { | ||
@@ -362,0 +344,0 @@ 'item-id': '' |
{ | ||
"name": "@tarojs/shared", | ||
"version": "3.0.0-rc.4", | ||
"version": "3.0.0-rc.5", | ||
"description": "> TODO: description", | ||
@@ -27,3 +27,3 @@ "author": "yuche <i@yuche.me>", | ||
}, | ||
"gitHead": "68d9420d93a4d9df24f33b3e17c5beb78cf8df1d" | ||
"gitHead": "568103a7e4d3d96a67ed80ed387456df81f30a10" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
131113
2043