Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-carousel-slider

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-carousel-slider - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

4

es/index.js

@@ -1054,5 +1054,5 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

if (i + 1 === this.state.currentSlide) {
dot = React.createElement('div', { style: this.setCurrentDotStyle() });
dot = React.createElement('div', { key: 'dot' + i, style: this.setCurrentDotStyle() });
} else {
dot = React.createElement('div', { style: this.setDotStyle() });
dot = React.createElement('div', { key: 'dot' + i, style: this.setDotStyle() });
}

@@ -1059,0 +1059,0 @@ dots.push(dot);

@@ -1063,5 +1063,5 @@ 'use strict';

if (i + 1 === this.state.currentSlide) {
dot = _react2.default.createElement('div', { style: this.setCurrentDotStyle() });
dot = _react2.default.createElement('div', { key: 'dot' + i, style: this.setCurrentDotStyle() });
} else {
dot = _react2.default.createElement('div', { style: this.setDotStyle() });
dot = _react2.default.createElement('div', { key: 'dot' + i, style: this.setDotStyle() });
}

@@ -1068,0 +1068,0 @@ dots.push(dot);

{
"name": "react-carousel-slider",
"version": "2.0.7",
"version": "2.0.8",
"description": "react-carousel-slider React component",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -1150,5 +1150,5 @@ /*!

if (i + 1 === this.state.currentSlide) {
dot = __WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement('div', { style: this.setCurrentDotStyle() });
dot = __WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement('div', { key: 'dot' + i, style: this.setCurrentDotStyle() });
} else {
dot = __WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement('div', { style: this.setDotStyle() });
dot = __WEBPACK_IMPORTED_MODULE_0_react___default.a.createElement('div', { key: 'dot' + i, style: this.setDotStyle() });
}

@@ -1155,0 +1155,0 @@ dots.push(dot);

@@ -5,3 +5,3 @@ /*!

*/
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react")):"function"==typeof define&&define.amd?define(["react"],e):"object"==typeof exports?exports.ReactCarouselSlider=e(require("react")):t.ReactCarouselSlider=e(t.React)}("undefined"!=typeof self?self:this,function(t){return function(t){var e={};function i(n){if(e[n])return e[n].exports;var s=e[n]={i:n,l:!1,exports:{}};return t[n].call(s.exports,s,s.exports,i),s.l=!0,s.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=0)}([function(t,e,i){t.exports=i(1)},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(2),s=i.n(n),r=i(3);i.n(r);var o=function(t){function e(i){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e);var n,s=function(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}(this,t.call(this,i));return s.state={currentSlide:1},s.slidingManner={slidesTotalWidth:0,initialMovement:0,movement:0,direction:1,cycle:0,sliding:!1,slideOrders:[[],[],[]]},s.dragEvent={startPoint:0,dragging:!1,deltaX:0,thrershold:0,disableDragImage:(n=new Image,n.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",n)},s.calculateSlidesOrder=s.calculateSlidesOrder.bind(s),s.itemsReorder=s.itemsReorder.bind(s),s.movementReset=s.movementReset.bind(s),s.loadedCnt=0,s.imgsWidth={},s.mannerSetting={autoSliding:!1,circular:!0,duration:"0.5s"},s.mannerSetting=s.handleMannerSetting(),s.accEleSetting={flag:!1,button:!0,dots:!0},s.accEleSetting=s.handleAccEleSetting(),s.defaultDotStyle={display:"inline-block",verticalAlign:"middle",margin:"0 5px",background:"#dbdbdb",height:"10px",width:"10px",borderRadius:"50%"},s.defaultCurrDotStyle={display:"inline-block",verticalAlign:"middle",margin:"0 5px",background:"#3897f0",height:"12px",width:"12px",borderRadius:"50%"},s.defaultSliderBoxStyle={height:"400px",width:"90%",background:"#EEEEEE",border:"none"},s.defaultSlideConStyle={height:"80%"},s.defaultItemsStyle={padding:"3px",background:"#FAFAFA",margin:"0px 40px"},s.buttonManner={hoverEvent:!1},s.defaultButtonSetStyle={},s.defaultDotsSetStyle={margin:"15px auto"},s.defaultButtonIconStyle={color:"white",background:"#757575",height:"30px",width:"30px",margin:"10px",fontSize:"20px",borderRadius:"2px",border:"none"},s.defaultBtnPosition={"top-left":!0,"top-right":!1,"middle-inside":!1,"middle-outside":!1,"bottom-right":!1,"bottom-left":!1,"bottom-beneath":!1},s.defaultDotsPosition={beneath:!0,top:!1,bottom:!1},s.itemsMargin=s.props.itemsStyle&&s.props.itemsStyle.margin?parseInt(s.props.itemsStyle.margin.split(" ")[1].replace("px","")):parseInt(s.defaultItemsStyle.margin.split(" ")[1].replace("px","")),s.slideType=s.props.slideItems?"prop":s.props.slideCpnts?"cpnt":null,s.slideCnt="prop"===s.slideType?s.props.slideItems.length:"cpnt"===s.slideType?s.props.slideCpnts.length:0,s.slideEls="prop"===s.slideType?s.props.slideItems:"cpnt"===s.slideType?s.props.slideCpnts:null,s.touchEvent={touchMovement:0,touchStartX:0,beingTouched:!1},s.imgLoaded=s.imgLoaded.bind(s),s.nonImgLoaded=s.nonImgLoaded.bind(s),s.slideItemHandler=s.slideItemHandler.bind(s),s.initialSlideCon=s.initialSlideCon.bind(s),s.calMovement=s.calMovement.bind(s),s.autoSliding=s.autoSliding.bind(s),s.handleMannerSetting=s.handleMannerSetting.bind(s),s.handleAccEleSetting=s.handleAccEleSetting.bind(s),s.handleTouchStart=s.handleTouchStart.bind(s),s.handleTouchMove=s.handleTouchMove.bind(s),s.handleTouchEnd=s.handleTouchEnd.bind(s),s.handleButtonClick=s.handleButtonClick.bind(s),s.handleDragStart=s.handleDragStart.bind(s),s.handleDragStop=s.handleDragStop.bind(s),s.handleDragOver=s.handleDragOver.bind(s),s.setSliderBoxStyles=s.setSliderBoxStyles.bind(s),s.setItemsStyle=s.setItemsStyle.bind(s),s.setSlideConHeight=s.setSlideConHeight.bind(s),s.setDotStyle=s.setDotStyle.bind(s),s.setCurrentDotStyle=s.setCurrentDotStyle.bind(s),s.detectButtonPosition=s.detectButtonPosition.bind(s),s.detectDotsPosition=s.detectDotsPosition.bind(s),s.allocateDotsSet=s.allocateDotsSet.bind(s),s.allocateButtonSet=s.allocateButtonSet.bind(s),s.setLeftButtonStyle=s.setLeftButtonStyle.bind(s),s.setHoverEvent=s.setHoverEvent.bind(s),s.calculateSlidesOrder(),s}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}(e,t),e.prototype.componentDidMount=function(){this.dragEvent.threshold=this.refs.sliderBox.offsetWidth>100?this.refs.sliderBox.offsetWidth/5:50},e.prototype.componentWillUnmount=function(){clearInterval(this.autoSlidingTimer)},e.prototype.handleMannerSetting=function(){return this.props.manner?Object.assign({},this.mannerSetting,this.props.manner):this.mannerSetting},e.prototype.handleAccEleSetting=function(){return this.props.accEle?Object.assign({},this.accEleSetting,this.props.accEle):this.accEleSetting},e.prototype.handleBubbling=function(t){t.stopPropagation()},e.prototype.calculateSlidesOrder=function(){for(var t=[],e=[],i=[],n=-1*this.slideCnt;n<=2*this.slideCnt;n++)0!==n&&t.push(n);this.slidingManner.slideOrders[0]=t;for(var s=0;s<t.length;s++)s<2*this.slideCnt?i.push(t[s]):e.push(t[s]);this.slidingManner.slideOrders[1]=e.concat(i),e=[],i=[];for(var r=0;r<t.length;r++)r<this.slideCnt?i.push(t[r]):e.push(t[r]);this.slidingManner.slideOrders[2]=e.concat(i)},e.prototype.mobileDetect=function(){return!!/Mobi|Tablet|iPad|iPhone/.test(navigator.userAgent)},e.prototype.nonImgLoaded=function(t){var e="ref"+t;if(this.refs[e]){var i=this.setItemsStyle(),n=this.refs[e];for(var s in i)n.style[s]=i[s];this.loadedCnt+=1,this.imgsWidth[t]=n.offsetWidth,(!this.mannerSetting.circular&&1===t||this.mannerSetting.circular&&1===this.slideCnt)&&this.initialSlideCon(),this.mannerSetting.circular&&this.loadedCnt===3*this.slideCnt&&this.initialSlideCon()}},e.prototype.imgLoaded=function(t){var e="ref"+t;if(this.refs[e]){var i=0,n=0,s=0,r=this.setItemsStyle(),o=this.refs[e];for(var l in o.offsetWidth>=this.refs.sliderBox.offsetWidth&&(i=o.offsetHeight/o.offsetWidth,s=(n=this.refs.sliderBox.offsetWidth-2*this.itemsMargin)*i,r.height=s+"px",r.width=n+"px"),r)o.style[l]=r[l];this.loadedCnt+=1,this.imgsWidth[t]=o.offsetWidth,(!this.mannerSetting.circular&&1===t||this.mannerSetting.circular&&1===this.slideCnt)&&this.initialSlideCon(),this.mannerSetting.circular&&this.loadedCnt===3*this.slideCnt&&this.initialSlideCon()}},e.prototype.slideItemHandler=function(t,e){var i=this;switch(this.slideType){case"prop":var n=(t.imgSrc,s.a.createElement("img",{src:t.imgSrc})),r=t.des?s.a.createElement("p",{style:this.setTextBoxStyle()},t.des):null;return s.a.createElement("div",{className:"itemWrapper",style:{order:e},onError:function(){return i.nonImgLoaded(e)},onLoad:function(){return i.imgLoaded(e)},onClick:this.handleBubbling,ref:"ref"+e,key:"ref"+e},n,r);case"cpnt":return s.a.createElement("div",{className:"itemWrapper",style:{order:e},onError:function(){return i.nonImgLoaded(e)},onLoad:function(){return i.imgLoaded(e)},onClick:this.handleBubbling,ref:"ref"+e,key:"ref"+e},t)}},e.prototype.initialSlideCon=function(){var t=this,e=this.refs.slideCon;if(e.addEventListener("transitionend",function(){t.slidingManner.sliding=!1}),this.mannerSetting.circular&&1!==this.slideCnt){for(var i=0,n=1;n<this.slideCnt+1;n++)i+=parseInt(this.imgsWidth[n]);this.slidingManner.slidesTotalWidth=i+this.slideCnt*this.itemsMargin*2,this.slidingManner.initialMovement=this.slidingManner.slidesTotalWidth-(this.refs.sliderBox.offsetWidth-(this.imgsWidth[1]+2*this.itemsMargin))/2}else this.refs.sflag.style.flexBasis=this.refs.sliderBox.offsetWidth+"px",this.refs.eflag.style.flexBasis=this.refs.sliderBox.offsetWidth+"px",e.style.transition="transform "+this.mannerSetting.duration+" ease",this.slidingManner.initialMovement=(this.refs.sliderBox.offsetWidth-this.imgsWidth[1])/2+this.itemsMargin+this.imgsWidth[1];e.style.transform="translateX(-"+this.slidingManner.initialMovement+"px)",this.slidingManner.movement=this.slidingManner.movement+this.slidingManner.initialMovement,this.autoSliding()},e.prototype.autoSliding=function(){var t=this;if(this.mannerSetting.autoSliding&&1!==this.slideCnt){var e=this.mannerSetting.autoSliding.interval.slice(0,-1),i=1e3*parseInt(e);this.mannerSetting.circular?this.autoSlidingTimer=setInterval(function(){t.slidingManner.sliding||t.moveSlide(t.slidingManner.direction)},i):this.autoSlidingTimer=setInterval(function(){t.state.currentSlide===t.slideCnt?t.slidingManner.sliding||(t.slidingManner.direction=-1,t.moveSlide(t.slidingManner.direction)):1===t.state.currentSlide?t.slidingManner.sliding||(t.slidingManner.direction=1,t.moveSlide(t.slidingManner.direction)):t.slidingManner.sliding||t.moveSlide(t.slidingManner.direction)},i)}},e.prototype.itemsReorder=function(){for(var t=0;t<3*this.slideCnt;t++)t<this.slideCnt?this.refs["ref"+(t-this.slideCnt)].style.order=this.slidingManner.slideOrders[this.slidingManner.cycle][t]:this.refs["ref"+(t-this.slideCnt+1)].style.order=this.slidingManner.slideOrders[this.slidingManner.cycle][t]},e.prototype.movementReset=function(t){var e=this,i=setInterval(function(){if(!e.slidingManner.sliding){var n=e.refs.slideCon;n.style.transition="none",t>0?(n.style.transform="translateX(-"+e.slidingManner.initialMovement+"px)",e.slidingManner.movement=e.slidingManner.initialMovement):t<0&&(n.style.transform="translateX(-"+(e.slidingManner.movement+e.slidingManner.slidesTotalWidth)+"px)",e.slidingManner.movement=e.slidingManner.movement+e.slidingManner.slidesTotalWidth),clearInterval(i)}},25)},e.prototype.moveSlide=function(t){var e=this,i=this.mannerSetting.circular?3*this.slideCnt:this.slideCnt;if(this.loadedCnt===i){var n=0,s=this.refs.slideCon;if(this.mannerSetting.circular)this.slidingManner.sliding=!0,s.style.transition="transform "+this.mannerSetting.duration+" ease",1===t?(n=this.calMovement(t),this.slidingManner.movement=this.slidingManner.movement+n,this.state.currentSlide===this.slideCnt?this.setState(function(t){return{currentSlide:1}},function(){s.style.transform="translateX(-"+e.slidingManner.movement+"px)",e.slidingManner.cycle=2===e.slidingManner.cycle?0:e.slidingManner.cycle+1,e.itemsReorder(),e.movementReset(t)}):this.setState(function(t){return{currentSlide:t.currentSlide+1}},function(){s.style.transform="translateX(-"+e.slidingManner.movement+"px)"})):-1===t&&(n=this.calMovement(t),this.slidingManner.movement=this.slidingManner.movement-n,1===this.state.currentSlide?this.setState(function(t){return{currentSlide:e.slideCnt}},function(){s.style.transform="translateX(-"+e.slidingManner.movement+"px)",e.slidingManner.cycle=0===e.slidingManner.cycle?2:e.slidingManner.cycle-1,e.itemsReorder(),e.movementReset(t)}):this.setState(function(t){return{currentSlide:t.currentSlide-1}},function(){s.style.transform="translateX(-"+e.slidingManner.movement+"px)"}));else if(s.style.transition="transform "+this.mannerSetting.duration+" ease",1===t&&this.state.currentSlide<this.slideCnt)this.slidingManner.sliding=!0,n=this.calMovement(t),this.slidingManner.movement=this.slidingManner.movement+n,this.setState(function(t){return{currentSlide:t.currentSlide+1}},function(){s.style.transform="translateX(-"+e.slidingManner.movement+"px)"});else{if(!(-1===t&&this.state.currentSlide>1))return!1;this.slidingManner.sliding=!0,n=this.calMovement(t),this.slidingManner.movement=this.slidingManner.movement-n,this.setState(function(t){return{currentSlide:t.currentSlide-1}},function(){s.style.transform="translateX(-"+e.slidingManner.movement+"px)"})}}},e.prototype.calMovement=function(t){var e=1===t?1:1===this.state.currentSlide?-2:-1;return this.imgsWidth[this.state.currentSlide]/2+2*this.itemsMargin+this.imgsWidth[this.state.currentSlide+e]/2},e.prototype.handleTouchStart=function(t){!1===this.slidingManner.sliding&&(this.slidingManner.sliding=!0,this.touchEvent.touchStartX=t.targetTouches[0].clientX,this.touchEvent.beingTouched=!0)},e.prototype.handleTouchMove=function(t){if(this.touchEvent.beingTouched){this.slidingManner.sliding=!0,this.touchEvent.touchMovement=this.touchEvent.touchStartX-t.targetTouches[0].clientX;var e=this.slidingManner.movement+this.touchEvent.touchMovement;t.currentTarget.style.transform="translateX(-"+e+"px)"}},e.prototype.handleTouchEnd=function(t){if(this.touchEvent.beingTouched&&Math.abs(this.touchEvent.touchStartX-t.changedTouches[0].clientX)>20){if(this.slidingManner.sliding=!1,!this.slidingManner.sliding)if(Math.abs(this.touchEvent.touchMovement)>this.dragEvent.threshold){var e=this.touchEvent.touchMovement>0?1:-1;!1===this.moveSlide(e)&&(t.currentTarget.style.transition="transform 0.5s ease",t.currentTarget.style.transform="translateX(-"+this.slidingManner.movement+"px)")}else t.currentTarget.style.transition="transform 0.5s ease",t.currentTarget.style.transform="translateX(-"+this.slidingManner.movement+"px)";this.touchEvent.touchStartX=0,this.touchEvent.beingTouched=!1}},e.prototype.handleButtonClick=function(t){this.slidingManner.sliding||this.moveSlide(t)},e.prototype.handleDragStart=function(t){!1===this.slidingManner.sliding&&!1===this.dragEvent.dragging&&(this.slidingManner.sliding=!0,this.dragEvent.dragging=!0,t.currentTarget.style.transition="none",this.dragEvent.startPoint=t.clientX,t.dataTransfer.setDragImage(this.dragEvent.disableDragImage,1,1))},e.prototype.handleDragOver=function(t){if(t.dataTransfer.dropEffect="none",t.dataTransfer.effectAllowed="none",t.preventDefault(),!0===this.dragEvent.dragging){this.dragEvent.deltaX=this.dragEvent.startPoint-t.clientX;var e=this.slidingManner.movement+this.dragEvent.deltaX;t.currentTarget.style.transform="translateX(-"+e+"px)"}},e.prototype.handleDragStop=function(t){if(!0===this.dragEvent.dragging){if(Math.abs(this.dragEvent.deltaX)>this.dragEvent.threshold){if(this.slidingManner.sliding=!1,!this.slidingManner.sliding){var e=this.dragEvent.deltaX>0?1:-1;!1===this.moveSlide(e)&&(t.currentTarget.style.transition="transform 0.5s ease",t.currentTarget.style.transform="translateX(-"+this.slidingManner.movement+"px)")}}else t.currentTarget.style.transition="transform 0.5s ease",t.currentTarget.style.transform="translateX(-"+this.slidingManner.movement+"px)";this.dragEvent.startPoint=0,this.dragEvent.deltaX=0,this.dragEvent.dragging=!1}},e.prototype.setTextBoxStyle=function(){if(this.props.textBoxStyle)return this.props.textBoxStyle},e.prototype.setItemsStyle=function(){if(this.props.itemsStyle){var t=JSON.parse(JSON.stringify(this.props.itemsStyle));return delete t.height,Object.assign({},this.defaultItemsStyle,t)}return JSON.parse(JSON.stringify(this.defaultItemsStyle))},e.prototype.setSlideConHeight=function(){return this.props.itemsStyle&&this.props.itemsStyle.height?{height:this.props.itemsStyle.height}:{height:this.defaultSlideConStyle.height}},e.prototype.setDotStyle=function(){var t={};return this.props.dotsSetting&&this.props.dotsSetting.style?(this.props.dotsSetting.style.dotSpace&&(t.margin="0px "+this.props.dotsSetting.style.dotSpace),this.props.dotsSetting.style.dotSize&&(t.height=this.props.dotsSetting.style.dotSize,t.width=this.props.dotsSetting.style.dotSize),this.props.dotsSetting.style.dotColor&&(t.background=this.props.dotsSetting.style.dotColor),Object.assign({},this.defaultDotStyle,t)):this.defaultDotStyle},e.prototype.setCurrentDotStyle=function(){var t={};return this.props.dotsSetting&&this.props.dotsSetting.style?(this.props.dotsSetting.style.dotSpace&&(t.margin="0px "+this.props.dotsSetting.style.dotSpace),this.props.dotsSetting.style.currDotSize&&(t.height=this.props.dotsSetting.style.currDotSize,t.width=this.props.dotsSetting.style.currDotSize),this.props.dotsSetting.style.currDotColor&&(t.background=this.props.dotsSetting.style.currDotColor),Object.assign({},this.defaultCurrDotStyle,t)):this.defaultCurrDotStyle},e.prototype.detectDotsPosition=function(){var t=void 0,e=this.defaultDotsPosition;for(var i in this.props.dotsSetting&&this.props.dotsSetting.placeOn&&!1===e[this.props.dotsSetting.placeOn]&&(e[this.props.dotsSetting.placeOn]=!0),e)!0===e[i]&&(t=i);return"beneath"===t?{vertical:"beneath"}:"top"===t?{vertical:"top"}:{vertical:"bottom"}},e.prototype.allocateDotsSet=function(t){var e={};if(e=Object.assign({},this.defaultDotsSetStyle),this.props.dotsSetting&&this.props.dotsSetting.style)for(var i in this.props.dotsSetting.style)i.includes("margin")&&(e[i]=this.props.dotsSetting.style[i]);switch(t.vertical){case"top":e.position="absolute",e.right="0px",e.left="0px",e.top="0px";break;case"bottom":e.position="absolute",e.right="0px",e.left="0px",e.bottom="0px"}return e},e.prototype.detectButtonPosition=function(){var t=[],e=this.defaultBtnPosition;for(var i in this.props.buttonSetting&&this.props.buttonSetting.placeOn&&!1===e[this.props.buttonSetting.placeOn]&&(e[this.props.buttonSetting.placeOn]=!0),e)!0===e[i]&&(t=i.split("-"));var n=void 0;return n="left"!==t[1]&&"right"!==t[1]&&"inside"!==t[1],"middle"===t[0]?{separate:!0,outOfBox:n,vertical:t[0],horizontal:t[1]}:{separate:!1,outOfBox:n,vertical:t[0],horizontal:t[1]}},e.prototype.setRightButtonStyle=function(){var t=void 0;return t=this.defaultButtonIconStyle,this.props.buttonSetting&&this.props.buttonSetting.style&&this.props.buttonSetting.style.right&&(t=Object.assign({},this.defaultButtonIconStyle,this.props.buttonSetting.style.right)),t},e.prototype.setLeftButtonStyle=function(){var t=void 0;return t=this.defaultButtonIconStyle,this.props.buttonSetting&&this.props.buttonSetting.style&&this.props.buttonSetting.style.left&&(t=Object.assign({},this.defaultButtonIconStyle,this.props.buttonSetting.style.left)),t},e.prototype.allocateButtonSet=function(t){var e={};if(e=Object.assign({},this.defaultButtonSetStyle),!t.separate){switch(t.horizontal){case"beneath":break;case"left":e.position="absolute",e.left="0px";break;case"right":e.position="absolute",e.right="0px"}switch(t.vertical){case"top":e.position="absolute",e.top="0px";break;case"bottom":"beneath"!==t.horizontal&&(e.position="absolute",e.bottom="0px")}}return e},e.prototype.setSliderBoxStyles=function(){return this.props.sliderBoxStyle?Object.assign({},this.defaultSliderBoxStyle,this.props.sliderBoxStyle):this.defaultSliderBoxStyle},e.prototype.setHoverEvent=function(){if(this.props.buttonSetting&&(this.props.buttonSetting.hoverEvent?this.props.buttonSetting.hoverEvent:this.buttonManner.hoverEvent))return{opacity:0}},e.prototype.render=function(){var t=this,e=void 0,i=void 0,n=void 0,r=void 0,o=void 0,l=void 0,a=void 0,d=void 0,h=void 0,c=void 0,u=void 0,p=void 0,g=void 0;if(this.slideCnt){if(this.accEleSetting.button&&(u=this.detectButtonPosition(),h=this.props.lBtnCpnt?this.props.lBtnCpnt:s.a.createElement("div",{className:"arrowBtn previous",style:this.setLeftButtonStyle()}),c=this.props.rBtnCpnt?this.props.rBtnCpnt:s.a.createElement("div",{className:"arrowBtn next",style:this.setRightButtonStyle()}),u.separate?(a=s.a.createElement("div",{className:"buttonWrapper left",style:this.setHoverEvent(),onClick:function(){return t.handleButtonClick(-1)}},h),d=s.a.createElement("div",{className:"buttonWrapper right",style:this.setHoverEvent(),onClick:function(){return t.handleButtonClick(1)}},c)):l=s.a.createElement("div",{className:"buttonSet",style:this.allocateButtonSet(u)},s.a.createElement("div",{className:"buttonWrapper",style:this.setHoverEvent(),onClick:function(){return t.handleButtonClick(-1)}},h),s.a.createElement("div",{className:"buttonWrapper",style:this.setHoverEvent(),onClick:function(){return t.handleButtonClick(1)}},c))),this.mannerSetting.circular&&this.slideCnt>1?i=(i=(i=this.slideEls.map(function(e,i){return t.slideItemHandler(e,i-t.slideCnt)})).concat(this.slideEls.map(function(e,i){return t.slideItemHandler(e,i+1)}))).concat(this.slideEls.map(function(e,i){return t.slideItemHandler(e,i+1+t.slideCnt)})):(this.accEleSetting.flag?(n=s.a.createElement("div",{className:"flag",ref:"sflag",style:{order:0},key:"sflag"}),r=s.a.createElement("div",{className:"flag",ref:"eflag",style:{order:this.slideCnt+1},key:"eflag"})):(n=s.a.createElement("div",{className:"flag",ref:"sflag",style:{background:"transparent",order:0},key:"sflag"}),r=s.a.createElement("div",{className:"flag",ref:"eflag",style:{background:"transparent",order:this.slideCnt+1},key:"eflag"})),(i=this.slideEls.map(function(e,i){return t.slideItemHandler(e,i+1)})).unshift(n),i.push(r)),o=this.mobileDetect()?s.a.createElement("div",{className:"slideCon",ref:"slideCon",style:this.setSlideConHeight(),onTouchStart:function(e){return t.handleTouchStart(e)},onTouchMove:function(e){return t.handleTouchMove(e)},onTouchEnd:function(e){return t.handleTouchEnd(e)}},i):s.a.createElement("div",{className:"slideCon",ref:"slideCon",onDragStart:function(e){return t.handleDragStart(e)},onDragEnd:function(e){return t.handleDragStop(e)},onDragOver:function(e){return t.handleDragOver(e)},style:this.setSlideConHeight()},i),this.accEleSetting.dots){g=this.detectDotsPosition();for(var f=[],m=0;m<this.slideCnt;m++){var S=void 0;S=m+1===this.state.currentSlide?s.a.createElement("div",{style:this.setCurrentDotStyle()}):s.a.createElement("div",{style:this.setDotStyle()}),f.push(S)}p=s.a.createElement("div",{className:"dotsSet",style:this.allocateDotsSet(g)},f)}e=this.accEleSetting.button?this.accEleSetting.dots?s.a.createElement("div",{className:"sliderSet"},u.outOfBox&&u.separate?a:null,s.a.createElement("div",{className:"sliderBox",ref:"sliderBox",style:this.setSliderBoxStyles()},u.outOfBox?null:u.separate?a:l,"beneath"!==g.vertical?p:null,o,u.outOfBox?null:u.separate?d:null),"beneath"===g.vertical?p:null,u.outOfBox?u.separate?d:l:null):s.a.createElement("div",{className:"sliderSet"},u.outOfBox&&u.separate?a:null,s.a.createElement("div",{className:"sliderBox",ref:"sliderBox",style:this.setSliderBoxStyles()},u.outOfBox?null:u.separate?a:l,o,u.outOfBox?null:u.separate?d:null),u.outOfBox?u.separate?d:l:null):this.accEleSetting.dots?s.a.createElement("div",{className:"sliderSet"},s.a.createElement("div",{className:"sliderBox",ref:"sliderBox",style:this.setSliderBoxStyles()},o)):s.a.createElement("div",{className:"sliderSet"},s.a.createElement("div",{className:"sliderBox",ref:"sliderBox",style:this.setSliderBoxStyles()},"beneath"!==g.vertical?p:null,o),"beneath"===g.vertical?p:null)}return e},e}(n.Component);e.default=o},function(e,i){e.exports=t},function(t,e){}]).default});
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react")):"function"==typeof define&&define.amd?define(["react"],e):"object"==typeof exports?exports.ReactCarouselSlider=e(require("react")):t.ReactCarouselSlider=e(t.React)}("undefined"!=typeof self?self:this,function(t){return function(t){var e={};function i(n){if(e[n])return e[n].exports;var s=e[n]={i:n,l:!1,exports:{}};return t[n].call(s.exports,s,s.exports,i),s.l=!0,s.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=0)}([function(t,e,i){t.exports=i(1)},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(2),s=i.n(n),r=i(3);i.n(r);var o=function(t){function e(i){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e);var n,s=function(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}(this,t.call(this,i));return s.state={currentSlide:1},s.slidingManner={slidesTotalWidth:0,initialMovement:0,movement:0,direction:1,cycle:0,sliding:!1,slideOrders:[[],[],[]]},s.dragEvent={startPoint:0,dragging:!1,deltaX:0,thrershold:0,disableDragImage:(n=new Image,n.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",n)},s.calculateSlidesOrder=s.calculateSlidesOrder.bind(s),s.itemsReorder=s.itemsReorder.bind(s),s.movementReset=s.movementReset.bind(s),s.loadedCnt=0,s.imgsWidth={},s.mannerSetting={autoSliding:!1,circular:!0,duration:"0.5s"},s.mannerSetting=s.handleMannerSetting(),s.accEleSetting={flag:!1,button:!0,dots:!0},s.accEleSetting=s.handleAccEleSetting(),s.defaultDotStyle={display:"inline-block",verticalAlign:"middle",margin:"0 5px",background:"#dbdbdb",height:"10px",width:"10px",borderRadius:"50%"},s.defaultCurrDotStyle={display:"inline-block",verticalAlign:"middle",margin:"0 5px",background:"#3897f0",height:"12px",width:"12px",borderRadius:"50%"},s.defaultSliderBoxStyle={height:"400px",width:"90%",background:"#EEEEEE",border:"none"},s.defaultSlideConStyle={height:"80%"},s.defaultItemsStyle={padding:"3px",background:"#FAFAFA",margin:"0px 40px"},s.buttonManner={hoverEvent:!1},s.defaultButtonSetStyle={},s.defaultDotsSetStyle={margin:"15px auto"},s.defaultButtonIconStyle={color:"white",background:"#757575",height:"30px",width:"30px",margin:"10px",fontSize:"20px",borderRadius:"2px",border:"none"},s.defaultBtnPosition={"top-left":!0,"top-right":!1,"middle-inside":!1,"middle-outside":!1,"bottom-right":!1,"bottom-left":!1,"bottom-beneath":!1},s.defaultDotsPosition={beneath:!0,top:!1,bottom:!1},s.itemsMargin=s.props.itemsStyle&&s.props.itemsStyle.margin?parseInt(s.props.itemsStyle.margin.split(" ")[1].replace("px","")):parseInt(s.defaultItemsStyle.margin.split(" ")[1].replace("px","")),s.slideType=s.props.slideItems?"prop":s.props.slideCpnts?"cpnt":null,s.slideCnt="prop"===s.slideType?s.props.slideItems.length:"cpnt"===s.slideType?s.props.slideCpnts.length:0,s.slideEls="prop"===s.slideType?s.props.slideItems:"cpnt"===s.slideType?s.props.slideCpnts:null,s.touchEvent={touchMovement:0,touchStartX:0,beingTouched:!1},s.imgLoaded=s.imgLoaded.bind(s),s.nonImgLoaded=s.nonImgLoaded.bind(s),s.slideItemHandler=s.slideItemHandler.bind(s),s.initialSlideCon=s.initialSlideCon.bind(s),s.calMovement=s.calMovement.bind(s),s.autoSliding=s.autoSliding.bind(s),s.handleMannerSetting=s.handleMannerSetting.bind(s),s.handleAccEleSetting=s.handleAccEleSetting.bind(s),s.handleTouchStart=s.handleTouchStart.bind(s),s.handleTouchMove=s.handleTouchMove.bind(s),s.handleTouchEnd=s.handleTouchEnd.bind(s),s.handleButtonClick=s.handleButtonClick.bind(s),s.handleDragStart=s.handleDragStart.bind(s),s.handleDragStop=s.handleDragStop.bind(s),s.handleDragOver=s.handleDragOver.bind(s),s.setSliderBoxStyles=s.setSliderBoxStyles.bind(s),s.setItemsStyle=s.setItemsStyle.bind(s),s.setSlideConHeight=s.setSlideConHeight.bind(s),s.setDotStyle=s.setDotStyle.bind(s),s.setCurrentDotStyle=s.setCurrentDotStyle.bind(s),s.detectButtonPosition=s.detectButtonPosition.bind(s),s.detectDotsPosition=s.detectDotsPosition.bind(s),s.allocateDotsSet=s.allocateDotsSet.bind(s),s.allocateButtonSet=s.allocateButtonSet.bind(s),s.setLeftButtonStyle=s.setLeftButtonStyle.bind(s),s.setHoverEvent=s.setHoverEvent.bind(s),s.calculateSlidesOrder(),s}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}(e,t),e.prototype.componentDidMount=function(){this.dragEvent.threshold=this.refs.sliderBox.offsetWidth>100?this.refs.sliderBox.offsetWidth/5:50},e.prototype.componentWillUnmount=function(){clearInterval(this.autoSlidingTimer)},e.prototype.handleMannerSetting=function(){return this.props.manner?Object.assign({},this.mannerSetting,this.props.manner):this.mannerSetting},e.prototype.handleAccEleSetting=function(){return this.props.accEle?Object.assign({},this.accEleSetting,this.props.accEle):this.accEleSetting},e.prototype.handleBubbling=function(t){t.stopPropagation()},e.prototype.calculateSlidesOrder=function(){for(var t=[],e=[],i=[],n=-1*this.slideCnt;n<=2*this.slideCnt;n++)0!==n&&t.push(n);this.slidingManner.slideOrders[0]=t;for(var s=0;s<t.length;s++)s<2*this.slideCnt?i.push(t[s]):e.push(t[s]);this.slidingManner.slideOrders[1]=e.concat(i),e=[],i=[];for(var r=0;r<t.length;r++)r<this.slideCnt?i.push(t[r]):e.push(t[r]);this.slidingManner.slideOrders[2]=e.concat(i)},e.prototype.mobileDetect=function(){return!!/Mobi|Tablet|iPad|iPhone/.test(navigator.userAgent)},e.prototype.nonImgLoaded=function(t){var e="ref"+t;if(this.refs[e]){var i=this.setItemsStyle(),n=this.refs[e];for(var s in i)n.style[s]=i[s];this.loadedCnt+=1,this.imgsWidth[t]=n.offsetWidth,(!this.mannerSetting.circular&&1===t||this.mannerSetting.circular&&1===this.slideCnt)&&this.initialSlideCon(),this.mannerSetting.circular&&this.loadedCnt===3*this.slideCnt&&this.initialSlideCon()}},e.prototype.imgLoaded=function(t){var e="ref"+t;if(this.refs[e]){var i=0,n=0,s=0,r=this.setItemsStyle(),o=this.refs[e];for(var l in o.offsetWidth>=this.refs.sliderBox.offsetWidth&&(i=o.offsetHeight/o.offsetWidth,s=(n=this.refs.sliderBox.offsetWidth-2*this.itemsMargin)*i,r.height=s+"px",r.width=n+"px"),r)o.style[l]=r[l];this.loadedCnt+=1,this.imgsWidth[t]=o.offsetWidth,(!this.mannerSetting.circular&&1===t||this.mannerSetting.circular&&1===this.slideCnt)&&this.initialSlideCon(),this.mannerSetting.circular&&this.loadedCnt===3*this.slideCnt&&this.initialSlideCon()}},e.prototype.slideItemHandler=function(t,e){var i=this;switch(this.slideType){case"prop":var n=(t.imgSrc,s.a.createElement("img",{src:t.imgSrc})),r=t.des?s.a.createElement("p",{style:this.setTextBoxStyle()},t.des):null;return s.a.createElement("div",{className:"itemWrapper",style:{order:e},onError:function(){return i.nonImgLoaded(e)},onLoad:function(){return i.imgLoaded(e)},onClick:this.handleBubbling,ref:"ref"+e,key:"ref"+e},n,r);case"cpnt":return s.a.createElement("div",{className:"itemWrapper",style:{order:e},onError:function(){return i.nonImgLoaded(e)},onLoad:function(){return i.imgLoaded(e)},onClick:this.handleBubbling,ref:"ref"+e,key:"ref"+e},t)}},e.prototype.initialSlideCon=function(){var t=this,e=this.refs.slideCon;if(e.addEventListener("transitionend",function(){t.slidingManner.sliding=!1}),this.mannerSetting.circular&&1!==this.slideCnt){for(var i=0,n=1;n<this.slideCnt+1;n++)i+=parseInt(this.imgsWidth[n]);this.slidingManner.slidesTotalWidth=i+this.slideCnt*this.itemsMargin*2,this.slidingManner.initialMovement=this.slidingManner.slidesTotalWidth-(this.refs.sliderBox.offsetWidth-(this.imgsWidth[1]+2*this.itemsMargin))/2}else this.refs.sflag.style.flexBasis=this.refs.sliderBox.offsetWidth+"px",this.refs.eflag.style.flexBasis=this.refs.sliderBox.offsetWidth+"px",e.style.transition="transform "+this.mannerSetting.duration+" ease",this.slidingManner.initialMovement=(this.refs.sliderBox.offsetWidth-this.imgsWidth[1])/2+this.itemsMargin+this.imgsWidth[1];e.style.transform="translateX(-"+this.slidingManner.initialMovement+"px)",this.slidingManner.movement=this.slidingManner.movement+this.slidingManner.initialMovement,this.autoSliding()},e.prototype.autoSliding=function(){var t=this;if(this.mannerSetting.autoSliding&&1!==this.slideCnt){var e=this.mannerSetting.autoSliding.interval.slice(0,-1),i=1e3*parseInt(e);this.mannerSetting.circular?this.autoSlidingTimer=setInterval(function(){t.slidingManner.sliding||t.moveSlide(t.slidingManner.direction)},i):this.autoSlidingTimer=setInterval(function(){t.state.currentSlide===t.slideCnt?t.slidingManner.sliding||(t.slidingManner.direction=-1,t.moveSlide(t.slidingManner.direction)):1===t.state.currentSlide?t.slidingManner.sliding||(t.slidingManner.direction=1,t.moveSlide(t.slidingManner.direction)):t.slidingManner.sliding||t.moveSlide(t.slidingManner.direction)},i)}},e.prototype.itemsReorder=function(){for(var t=0;t<3*this.slideCnt;t++)t<this.slideCnt?this.refs["ref"+(t-this.slideCnt)].style.order=this.slidingManner.slideOrders[this.slidingManner.cycle][t]:this.refs["ref"+(t-this.slideCnt+1)].style.order=this.slidingManner.slideOrders[this.slidingManner.cycle][t]},e.prototype.movementReset=function(t){var e=this,i=setInterval(function(){if(!e.slidingManner.sliding){var n=e.refs.slideCon;n.style.transition="none",t>0?(n.style.transform="translateX(-"+e.slidingManner.initialMovement+"px)",e.slidingManner.movement=e.slidingManner.initialMovement):t<0&&(n.style.transform="translateX(-"+(e.slidingManner.movement+e.slidingManner.slidesTotalWidth)+"px)",e.slidingManner.movement=e.slidingManner.movement+e.slidingManner.slidesTotalWidth),clearInterval(i)}},25)},e.prototype.moveSlide=function(t){var e=this,i=this.mannerSetting.circular?3*this.slideCnt:this.slideCnt;if(this.loadedCnt===i){var n=0,s=this.refs.slideCon;if(this.mannerSetting.circular)this.slidingManner.sliding=!0,s.style.transition="transform "+this.mannerSetting.duration+" ease",1===t?(n=this.calMovement(t),this.slidingManner.movement=this.slidingManner.movement+n,this.state.currentSlide===this.slideCnt?this.setState(function(t){return{currentSlide:1}},function(){s.style.transform="translateX(-"+e.slidingManner.movement+"px)",e.slidingManner.cycle=2===e.slidingManner.cycle?0:e.slidingManner.cycle+1,e.itemsReorder(),e.movementReset(t)}):this.setState(function(t){return{currentSlide:t.currentSlide+1}},function(){s.style.transform="translateX(-"+e.slidingManner.movement+"px)"})):-1===t&&(n=this.calMovement(t),this.slidingManner.movement=this.slidingManner.movement-n,1===this.state.currentSlide?this.setState(function(t){return{currentSlide:e.slideCnt}},function(){s.style.transform="translateX(-"+e.slidingManner.movement+"px)",e.slidingManner.cycle=0===e.slidingManner.cycle?2:e.slidingManner.cycle-1,e.itemsReorder(),e.movementReset(t)}):this.setState(function(t){return{currentSlide:t.currentSlide-1}},function(){s.style.transform="translateX(-"+e.slidingManner.movement+"px)"}));else if(s.style.transition="transform "+this.mannerSetting.duration+" ease",1===t&&this.state.currentSlide<this.slideCnt)this.slidingManner.sliding=!0,n=this.calMovement(t),this.slidingManner.movement=this.slidingManner.movement+n,this.setState(function(t){return{currentSlide:t.currentSlide+1}},function(){s.style.transform="translateX(-"+e.slidingManner.movement+"px)"});else{if(!(-1===t&&this.state.currentSlide>1))return!1;this.slidingManner.sliding=!0,n=this.calMovement(t),this.slidingManner.movement=this.slidingManner.movement-n,this.setState(function(t){return{currentSlide:t.currentSlide-1}},function(){s.style.transform="translateX(-"+e.slidingManner.movement+"px)"})}}},e.prototype.calMovement=function(t){var e=1===t?1:1===this.state.currentSlide?-2:-1;return this.imgsWidth[this.state.currentSlide]/2+2*this.itemsMargin+this.imgsWidth[this.state.currentSlide+e]/2},e.prototype.handleTouchStart=function(t){!1===this.slidingManner.sliding&&(this.slidingManner.sliding=!0,this.touchEvent.touchStartX=t.targetTouches[0].clientX,this.touchEvent.beingTouched=!0)},e.prototype.handleTouchMove=function(t){if(this.touchEvent.beingTouched){this.slidingManner.sliding=!0,this.touchEvent.touchMovement=this.touchEvent.touchStartX-t.targetTouches[0].clientX;var e=this.slidingManner.movement+this.touchEvent.touchMovement;t.currentTarget.style.transform="translateX(-"+e+"px)"}},e.prototype.handleTouchEnd=function(t){if(this.touchEvent.beingTouched&&Math.abs(this.touchEvent.touchStartX-t.changedTouches[0].clientX)>20){if(this.slidingManner.sliding=!1,!this.slidingManner.sliding)if(Math.abs(this.touchEvent.touchMovement)>this.dragEvent.threshold){var e=this.touchEvent.touchMovement>0?1:-1;!1===this.moveSlide(e)&&(t.currentTarget.style.transition="transform 0.5s ease",t.currentTarget.style.transform="translateX(-"+this.slidingManner.movement+"px)")}else t.currentTarget.style.transition="transform 0.5s ease",t.currentTarget.style.transform="translateX(-"+this.slidingManner.movement+"px)";this.touchEvent.touchStartX=0,this.touchEvent.beingTouched=!1}},e.prototype.handleButtonClick=function(t){this.slidingManner.sliding||this.moveSlide(t)},e.prototype.handleDragStart=function(t){!1===this.slidingManner.sliding&&!1===this.dragEvent.dragging&&(this.slidingManner.sliding=!0,this.dragEvent.dragging=!0,t.currentTarget.style.transition="none",this.dragEvent.startPoint=t.clientX,t.dataTransfer.setDragImage(this.dragEvent.disableDragImage,1,1))},e.prototype.handleDragOver=function(t){if(t.dataTransfer.dropEffect="none",t.dataTransfer.effectAllowed="none",t.preventDefault(),!0===this.dragEvent.dragging){this.dragEvent.deltaX=this.dragEvent.startPoint-t.clientX;var e=this.slidingManner.movement+this.dragEvent.deltaX;t.currentTarget.style.transform="translateX(-"+e+"px)"}},e.prototype.handleDragStop=function(t){if(!0===this.dragEvent.dragging){if(Math.abs(this.dragEvent.deltaX)>this.dragEvent.threshold){if(this.slidingManner.sliding=!1,!this.slidingManner.sliding){var e=this.dragEvent.deltaX>0?1:-1;!1===this.moveSlide(e)&&(t.currentTarget.style.transition="transform 0.5s ease",t.currentTarget.style.transform="translateX(-"+this.slidingManner.movement+"px)")}}else t.currentTarget.style.transition="transform 0.5s ease",t.currentTarget.style.transform="translateX(-"+this.slidingManner.movement+"px)";this.dragEvent.startPoint=0,this.dragEvent.deltaX=0,this.dragEvent.dragging=!1}},e.prototype.setTextBoxStyle=function(){if(this.props.textBoxStyle)return this.props.textBoxStyle},e.prototype.setItemsStyle=function(){if(this.props.itemsStyle){var t=JSON.parse(JSON.stringify(this.props.itemsStyle));return delete t.height,Object.assign({},this.defaultItemsStyle,t)}return JSON.parse(JSON.stringify(this.defaultItemsStyle))},e.prototype.setSlideConHeight=function(){return this.props.itemsStyle&&this.props.itemsStyle.height?{height:this.props.itemsStyle.height}:{height:this.defaultSlideConStyle.height}},e.prototype.setDotStyle=function(){var t={};return this.props.dotsSetting&&this.props.dotsSetting.style?(this.props.dotsSetting.style.dotSpace&&(t.margin="0px "+this.props.dotsSetting.style.dotSpace),this.props.dotsSetting.style.dotSize&&(t.height=this.props.dotsSetting.style.dotSize,t.width=this.props.dotsSetting.style.dotSize),this.props.dotsSetting.style.dotColor&&(t.background=this.props.dotsSetting.style.dotColor),Object.assign({},this.defaultDotStyle,t)):this.defaultDotStyle},e.prototype.setCurrentDotStyle=function(){var t={};return this.props.dotsSetting&&this.props.dotsSetting.style?(this.props.dotsSetting.style.dotSpace&&(t.margin="0px "+this.props.dotsSetting.style.dotSpace),this.props.dotsSetting.style.currDotSize&&(t.height=this.props.dotsSetting.style.currDotSize,t.width=this.props.dotsSetting.style.currDotSize),this.props.dotsSetting.style.currDotColor&&(t.background=this.props.dotsSetting.style.currDotColor),Object.assign({},this.defaultCurrDotStyle,t)):this.defaultCurrDotStyle},e.prototype.detectDotsPosition=function(){var t=void 0,e=this.defaultDotsPosition;for(var i in this.props.dotsSetting&&this.props.dotsSetting.placeOn&&!1===e[this.props.dotsSetting.placeOn]&&(e[this.props.dotsSetting.placeOn]=!0),e)!0===e[i]&&(t=i);return"beneath"===t?{vertical:"beneath"}:"top"===t?{vertical:"top"}:{vertical:"bottom"}},e.prototype.allocateDotsSet=function(t){var e={};if(e=Object.assign({},this.defaultDotsSetStyle),this.props.dotsSetting&&this.props.dotsSetting.style)for(var i in this.props.dotsSetting.style)i.includes("margin")&&(e[i]=this.props.dotsSetting.style[i]);switch(t.vertical){case"top":e.position="absolute",e.right="0px",e.left="0px",e.top="0px";break;case"bottom":e.position="absolute",e.right="0px",e.left="0px",e.bottom="0px"}return e},e.prototype.detectButtonPosition=function(){var t=[],e=this.defaultBtnPosition;for(var i in this.props.buttonSetting&&this.props.buttonSetting.placeOn&&!1===e[this.props.buttonSetting.placeOn]&&(e[this.props.buttonSetting.placeOn]=!0),e)!0===e[i]&&(t=i.split("-"));var n=void 0;return n="left"!==t[1]&&"right"!==t[1]&&"inside"!==t[1],"middle"===t[0]?{separate:!0,outOfBox:n,vertical:t[0],horizontal:t[1]}:{separate:!1,outOfBox:n,vertical:t[0],horizontal:t[1]}},e.prototype.setRightButtonStyle=function(){var t=void 0;return t=this.defaultButtonIconStyle,this.props.buttonSetting&&this.props.buttonSetting.style&&this.props.buttonSetting.style.right&&(t=Object.assign({},this.defaultButtonIconStyle,this.props.buttonSetting.style.right)),t},e.prototype.setLeftButtonStyle=function(){var t=void 0;return t=this.defaultButtonIconStyle,this.props.buttonSetting&&this.props.buttonSetting.style&&this.props.buttonSetting.style.left&&(t=Object.assign({},this.defaultButtonIconStyle,this.props.buttonSetting.style.left)),t},e.prototype.allocateButtonSet=function(t){var e={};if(e=Object.assign({},this.defaultButtonSetStyle),!t.separate){switch(t.horizontal){case"beneath":break;case"left":e.position="absolute",e.left="0px";break;case"right":e.position="absolute",e.right="0px"}switch(t.vertical){case"top":e.position="absolute",e.top="0px";break;case"bottom":"beneath"!==t.horizontal&&(e.position="absolute",e.bottom="0px")}}return e},e.prototype.setSliderBoxStyles=function(){return this.props.sliderBoxStyle?Object.assign({},this.defaultSliderBoxStyle,this.props.sliderBoxStyle):this.defaultSliderBoxStyle},e.prototype.setHoverEvent=function(){if(this.props.buttonSetting&&(this.props.buttonSetting.hoverEvent?this.props.buttonSetting.hoverEvent:this.buttonManner.hoverEvent))return{opacity:0}},e.prototype.render=function(){var t=this,e=void 0,i=void 0,n=void 0,r=void 0,o=void 0,l=void 0,a=void 0,d=void 0,h=void 0,c=void 0,u=void 0,p=void 0,g=void 0;if(this.slideCnt){if(this.accEleSetting.button&&(u=this.detectButtonPosition(),h=this.props.lBtnCpnt?this.props.lBtnCpnt:s.a.createElement("div",{className:"arrowBtn previous",style:this.setLeftButtonStyle()}),c=this.props.rBtnCpnt?this.props.rBtnCpnt:s.a.createElement("div",{className:"arrowBtn next",style:this.setRightButtonStyle()}),u.separate?(a=s.a.createElement("div",{className:"buttonWrapper left",style:this.setHoverEvent(),onClick:function(){return t.handleButtonClick(-1)}},h),d=s.a.createElement("div",{className:"buttonWrapper right",style:this.setHoverEvent(),onClick:function(){return t.handleButtonClick(1)}},c)):l=s.a.createElement("div",{className:"buttonSet",style:this.allocateButtonSet(u)},s.a.createElement("div",{className:"buttonWrapper",style:this.setHoverEvent(),onClick:function(){return t.handleButtonClick(-1)}},h),s.a.createElement("div",{className:"buttonWrapper",style:this.setHoverEvent(),onClick:function(){return t.handleButtonClick(1)}},c))),this.mannerSetting.circular&&this.slideCnt>1?i=(i=(i=this.slideEls.map(function(e,i){return t.slideItemHandler(e,i-t.slideCnt)})).concat(this.slideEls.map(function(e,i){return t.slideItemHandler(e,i+1)}))).concat(this.slideEls.map(function(e,i){return t.slideItemHandler(e,i+1+t.slideCnt)})):(this.accEleSetting.flag?(n=s.a.createElement("div",{className:"flag",ref:"sflag",style:{order:0},key:"sflag"}),r=s.a.createElement("div",{className:"flag",ref:"eflag",style:{order:this.slideCnt+1},key:"eflag"})):(n=s.a.createElement("div",{className:"flag",ref:"sflag",style:{background:"transparent",order:0},key:"sflag"}),r=s.a.createElement("div",{className:"flag",ref:"eflag",style:{background:"transparent",order:this.slideCnt+1},key:"eflag"})),(i=this.slideEls.map(function(e,i){return t.slideItemHandler(e,i+1)})).unshift(n),i.push(r)),o=this.mobileDetect()?s.a.createElement("div",{className:"slideCon",ref:"slideCon",style:this.setSlideConHeight(),onTouchStart:function(e){return t.handleTouchStart(e)},onTouchMove:function(e){return t.handleTouchMove(e)},onTouchEnd:function(e){return t.handleTouchEnd(e)}},i):s.a.createElement("div",{className:"slideCon",ref:"slideCon",onDragStart:function(e){return t.handleDragStart(e)},onDragEnd:function(e){return t.handleDragStop(e)},onDragOver:function(e){return t.handleDragOver(e)},style:this.setSlideConHeight()},i),this.accEleSetting.dots){g=this.detectDotsPosition();for(var f=[],m=0;m<this.slideCnt;m++){var S=void 0;S=m+1===this.state.currentSlide?s.a.createElement("div",{key:"dot"+m,style:this.setCurrentDotStyle()}):s.a.createElement("div",{key:"dot"+m,style:this.setDotStyle()}),f.push(S)}p=s.a.createElement("div",{className:"dotsSet",style:this.allocateDotsSet(g)},f)}e=this.accEleSetting.button?this.accEleSetting.dots?s.a.createElement("div",{className:"sliderSet"},u.outOfBox&&u.separate?a:null,s.a.createElement("div",{className:"sliderBox",ref:"sliderBox",style:this.setSliderBoxStyles()},u.outOfBox?null:u.separate?a:l,"beneath"!==g.vertical?p:null,o,u.outOfBox?null:u.separate?d:null),"beneath"===g.vertical?p:null,u.outOfBox?u.separate?d:l:null):s.a.createElement("div",{className:"sliderSet"},u.outOfBox&&u.separate?a:null,s.a.createElement("div",{className:"sliderBox",ref:"sliderBox",style:this.setSliderBoxStyles()},u.outOfBox?null:u.separate?a:l,o,u.outOfBox?null:u.separate?d:null),u.outOfBox?u.separate?d:l:null):this.accEleSetting.dots?s.a.createElement("div",{className:"sliderSet"},s.a.createElement("div",{className:"sliderBox",ref:"sliderBox",style:this.setSliderBoxStyles()},o)):s.a.createElement("div",{className:"sliderSet"},s.a.createElement("div",{className:"sliderBox",ref:"sliderBox",style:this.setSliderBoxStyles()},"beneath"!==g.vertical?p:null,o),"beneath"===g.vertical?p:null)}return e},e}(n.Component);e.default=o},function(e,i){e.exports=t},function(t,e){}]).default});
//# sourceMappingURL=react-carousel-slider.min.js.map

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc