403Webshell
Server IP : 185.208.173.17  /  Your IP : 87.236.161.98
Web Server : Microsoft-IIS/10.0
System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64
User : IUSR ( 0)
PHP Version : 7.4.13
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/inetpub/wwwroot/parsmega.nuxt/node_modules/vue-easy-slider/dist/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/inetpub/wwwroot/parsmega.nuxt/node_modules/vue-easy-slider/dist/vue-easy-slider.min.js
var VueEasySlider=function(t){"use strict";function l(t){return Math.sqrt(t.x*t.x+t.y*t.y)}function h(t,e){var i,n,s,s=(n=e,0==(s=l(i=t)*l(n))?0:(n=n,1<(s=((i=i).x*n.x+i.y*n.y)/s)&&(s=1),Math.acos(s)));return e=e,0<(t=t).x*e.y-e.x*t.y&&(s*=-1),180*s/Math.PI}function i(t){this.handlers=[],this.el=t}function n(t,e){t=new i(t);return t.add(e),t}i.prototype.add=function(t){this.handlers.push(t)},i.prototype.del=function(t){t||(this.handlers=[]);for(var e=this.handlers.length;0<=e;e--)this.handlers[e]===t&&this.handlers.splice(e,1)},i.prototype.dispatch=function(){for(var t=arguments,e=0,i=this.handlers.length;e<i;e++){var n=this.handlers[e];"function"==typeof n&&n.apply(this.el,t)}};function s(t,e){this.element="string"==typeof t?document.querySelector(t):t,this.start=this.start.bind(this),this.move=this.move.bind(this),this.end=this.end.bind(this),this.cancel=this.cancel.bind(this),this.element.addEventListener("touchstart",this.start,!1),this.element.addEventListener("touchmove",this.move,!1),this.element.addEventListener("touchend",this.end,!1),this.element.addEventListener("touchcancel",this.cancel,!1),this.preV={x:null,y:null},this.pinchStartLen=null,this.zoom=1,this.isDoubleTap=!1,t=function(){},this.rotate=n(this.element,e.rotate||t),this.touchStart=n(this.element,e.touchStart||t),this.multipointStart=n(this.element,e.multipointStart||t),this.multipointEnd=n(this.element,e.multipointEnd||t),this.pinch=n(this.element,e.pinch||t),this.swipe=n(this.element,e.swipe||t),this.tap=n(this.element,e.tap||t),this.doubleTap=n(this.element,e.doubleTap||t),this.longTap=n(this.element,e.longTap||t),this.singleTap=n(this.element,e.singleTap||t),this.pressMove=n(this.element,e.pressMove||t),this.twoFingerPressMove=n(this.element,e.twoFingerPressMove||t),this.touchMove=n(this.element,e.touchMove||t),this.touchEnd=n(this.element,e.touchEnd||t),this.touchCancel=n(this.element,e.touchCancel||t),this._cancelAllHandler=this.cancelAll.bind(this),window.addEventListener("scroll",this._cancelAllHandler),this.delta=null,this.last=null,this.now=null,this.tapTimeout=null,this.singleTapTimeout=null,this.longTapTimeout=null,this.swipeTimeout=null,this.x1=this.x2=this.y1=this.y2=null,this.preTapPosition={x:null,y:null}}s.prototype={start:function(t){var e,i;t.touches&&(this.now=Date.now(),this.x1=t.touches[0].pageX,this.y1=t.touches[0].pageY,this.delta=this.now-(this.last||this.now),this.touchStart.dispatch(t,this.element),null!==this.preTapPosition.x&&(this.isDoubleTap=0<this.delta&&this.delta<=250&&Math.abs(this.preTapPosition.x-this.x1)<30&&Math.abs(this.preTapPosition.y-this.y1)<30,this.isDoubleTap&&clearTimeout(this.singleTapTimeout)),this.preTapPosition.x=this.x1,this.preTapPosition.y=this.y1,this.last=this.now,e=this.preV,1<t.touches.length&&(this._cancelLongTap(),this._cancelSingleTap(),i={x:t.touches[1].pageX-this.x1,y:t.touches[1].pageY-this.y1},e.x=i.x,e.y=i.y,this.pinchStartLen=l(e),this.multipointStart.dispatch(t,this.element)),this._preventTap=!1,this.longTapTimeout=setTimeout(function(){this.longTap.dispatch(t,this.element),this._preventTap=!0}.bind(this),750))},move:function(t){var e,i,n,s,a,o,r;t.touches&&(e=this.preV,i=t.touches.length,n=t.touches[0].pageX,s=t.touches[0].pageY,this.isDoubleTap=!1,1<i?(o=t.touches[1].pageX,r=t.touches[1].pageY,a={x:t.touches[1].pageX-n,y:t.touches[1].pageY-s},null!==e.x&&(0<this.pinchStartLen&&(t.zoom=l(a)/this.pinchStartLen,this.pinch.dispatch(t,this.element)),t.angle=h(a,e),this.rotate.dispatch(t,this.element)),e.x=a.x,e.y=a.y,null!==this.x2&&null!==this.sx2?(t.deltaX=(n-this.x2+o-this.sx2)/2,t.deltaY=(s-this.y2+r-this.sy2)/2):(t.deltaX=0,t.deltaY=0),this.twoFingerPressMove.dispatch(t,this.element),this.sx2=o,this.sy2=r):(null!==this.x2?(t.deltaX=n-this.x2,t.deltaY=s-this.y2,o=Math.abs(this.x1-this.x2),r=Math.abs(this.y1-this.y2),(10<o||10<r)&&(this._preventTap=!0)):(t.deltaX=0,t.deltaY=0),this.pressMove.dispatch(t,this.element)),this.touchMove.dispatch(t,this.element),this._cancelLongTap(),this.x2=n,this.y2=s,1<i&&t.preventDefault())},end:function(t){var e;t.changedTouches&&(this._cancelLongTap(),e=this,t.touches.length<2&&(this.multipointEnd.dispatch(t,this.element),this.sx2=this.sy2=null),this.x2&&30<Math.abs(this.x1-this.x2)||this.y2&&30<Math.abs(this.y1-this.y2)?(t.direction=this._swipeDirection(this.x1,this.x2,this.y1,this.y2),this.swipeTimeout=setTimeout(function(){e.swipe.dispatch(t,e.element)},0)):(this.tapTimeout=setTimeout(function(){e._preventTap||e.tap.dispatch(t,e.element),e.isDoubleTap&&(e.doubleTap.dispatch(t,e.element),e.isDoubleTap=!1)},0),e.isDoubleTap||(e.singleTapTimeout=setTimeout(function(){e.singleTap.dispatch(t,e.element)},250))),this.touchEnd.dispatch(t,this.element),this.preV.x=0,this.preV.y=0,this.zoom=1,this.pinchStartLen=null,this.x1=this.x2=this.y1=this.y2=null)},cancelAll:function(){this._preventTap=!0,clearTimeout(this.singleTapTimeout),clearTimeout(this.tapTimeout),clearTimeout(this.longTapTimeout),clearTimeout(this.swipeTimeout)},cancel:function(t){this.cancelAll(),this.touchCancel.dispatch(t,this.element)},_cancelLongTap:function(){clearTimeout(this.longTapTimeout)},_cancelSingleTap:function(){clearTimeout(this.singleTapTimeout)},_swipeDirection:function(t,e,i,n){return Math.abs(t-e)>=Math.abs(i-n)?0<t-e?"Left":"Right":0<i-n?"Up":"Down"},on:function(t,e){this[t]&&this[t].add(e)},off:function(t,e){this[t]&&this[t].del(e)},destroy:function(){return this.singleTapTimeout&&clearTimeout(this.singleTapTimeout),this.tapTimeout&&clearTimeout(this.tapTimeout),this.longTapTimeout&&clearTimeout(this.longTapTimeout),this.swipeTimeout&&clearTimeout(this.swipeTimeout),this.element.removeEventListener("touchstart",this.start),this.element.removeEventListener("touchmove",this.move),this.element.removeEventListener("touchend",this.end),this.element.removeEventListener("touchcancel",this.cancel),this.rotate.del(),this.touchStart.del(),this.multipointStart.del(),this.multipointEnd.del(),this.pinch.del(),this.swipe.del(),this.tap.del(),this.doubleTap.del(),this.longTap.del(),this.singleTap.del(),this.pressMove.del(),this.twoFingerPressMove.del(),this.touchMove.del(),this.touchEnd.del(),this.touchCancel.del(),this.preV=this.pinchStartLen=this.zoom=this.isDoubleTap=this.delta=this.last=this.now=this.tapTimeout=this.singleTapTimeout=this.longTapTimeout=this.swipeTimeout=this.x1=this.x2=this.y1=this.y2=this.preTapPosition=this.rotate=this.touchStart=this.multipointStart=this.multipointEnd=this.pinch=this.swipe=this.tap=this.doubleTap=this.longTap=this.singleTap=this.pressMove=this.touchMove=this.touchEnd=this.touchCancel=this.twoFingerPressMove=null,window.removeEventListener("scroll",this._cancelAllHandler),null}};var e={name:"Slider",model:{prop:"value",event:"change"},props:{value:{type:Number,default:0},width:{type:String,default:"auto"},height:{type:String,default:"300px"},touch:{type:Boolean,default:!0},animation:{type:String,default:"normal"},autoplay:{type:Boolean,default:!0},stopOnHover:{type:Boolean,default:!1},interval:{type:Number,default:3e3},speed:{type:Number,default:500},indicators:{type:[String,Boolean],default:"center"},controlBtn:{type:Boolean,default:!0},beforePrevious:{type:Function,default:function(){return!0}},beforeNext:{type:Function,default:function(){return!0}},prevBtnLabel:{type:String,default:"Previous slide"},nextBtnLabel:{type:String,default:"Next slide"}},data:function(){return{sliderItems:[],currentIndex:0,timer:0,af:null,isStopped:!1}},watch:{value:function(t){var e=t-this.currentIndex;!e||t<0||t>this.sliderItems.length-1||this.handleIndicator(e)}},created:function(){var n,s,a,o,r,t,e,i;this.init=(n=this.init,s=100,r=null,function(){var t=this,e=arguments,i=+new Date;clearTimeout(r),a<=i-(o=o||i)?(n.apply(t,e),o=i):r=setTimeout(function(){n.apply(t,e)},s)}),this.move=(t=this.move,e=this.speed-200,i=!1,function(){i||(i=!0,t.apply(this,arguments),setTimeout(function(){return i=!1},e))}),this.$on("slider:init",this.init)},mounted:function(){this.init(),this.initTouchArea()},activated:function(){this.init(),this.initTouchArea()},beforeDestroy:function(){this.timer&&clearInterval(this.timer),this.af&&this.af.destroy()},deactivated:function(){this.timer&&clearInterval(this.timer),this.af&&this.af.destroy(),this.af=null},methods:{init:function(){this.sliderItems=this.$children.filter(function(t){return"SliderItem"===t.$options.name}),this.sliderItems[this.value]&&(this.currentIndex=this.value);var t=this.sliderItems[this.currentIndex];t&&(t.init(),this.auto())},initTouchArea:function(){var t,e=this;!this.af&&this.touch&&(t=this.$refs.touchArea,this.af=new s(t,{swipe:function(t){"Left"===t.direction?e.next():e.prev()}}))},auto:function(){var t=this;this.autoplay&&!this.isStopped&&(this.timer&&clearInterval(this.timer),this.timer=setInterval(function(){t.move(1)},this.interval))},move:function(t){var e,i,n;t&&this.canMove()&&(e=0<t,i=this.getNextIndex(t),n=this.sliderItems[this.currentIndex],t=this.sliderItems[i],n.hide(e),t.show(e),this.currentIndex=i,this.$emit("change",i))},prev:function(){this.beforePrevious()&&this.handleControlBtn("previous")},next:function(){this.beforeNext()&&this.handleControlBtn("next")},handleIndicator:function(t){t&&this.canMove()&&(this.move(t),this.auto())},handleControlBtn:function(t){var e,i;this.canMove()&&(e="next"===t?1:-1,i=this.getNextIndex(e),this.$emit(t,{original:this.currentIndex,next:i}),this.move(e),this.auto())},getNextIndex:function(t){var e=this.sliderItems.length;return this.sliderItems[this.currentIndex]||(this.currentIndex=e-1),(this.currentIndex+t+e)%e},canMove:function(){return 1<this.sliderItems.length},handleMouseenter:function(){this.autoplay&&this.stopOnHover&&(this.isStopped=!0,this.timer&&clearInterval(this.timer))},handleMouseleave:function(){this.autoplay&&this.stopOnHover&&(this.isStopped=!1,this.auto())}}};function a(t,e,i,n,s,a,o,r,l,h){"boolean"!=typeof o&&(l=r,r=o,o=!1);var d,c,u="function"==typeof i?i.options:i;return t&&t.render&&(u.render=t.render,u.staticRenderFns=t.staticRenderFns,u._compiled=!0,s&&(u.functional=!0)),n&&(u._scopeId=n),a?(d=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),e&&e.call(this,l(t)),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=d):e&&(d=o?function(t){e.call(this,h(t,this.$root.$options.shadowRoot))}:function(t){e.call(this,r(t))}),d&&(u.functional?(c=u.render,u.render=function(t,e){return d.call(e),c(t,e)}):(o=u.beforeCreate,u.beforeCreate=o?[].concat(o,d):[d])),i}var o,r="undefined"!=typeof navigator&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());function d(t){return function(t,e){return i=t,n=e,t=r?n.media||"default":i,void((e=c[t]||(c[t]={ids:new Set,styles:[]})).ids.has(i)||(e.ids.add(i),t=n.source,n.map&&(t+="\n/*# sourceURL="+n.map.sources[0]+" */",t+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(n.map))))+" */"),e.element||(e.element=document.createElement("style"),e.element.type="text/css",n.media&&e.element.setAttribute("media",n.media),void 0===o&&(o=document.head||document.getElementsByTagName("head")[0]),o.appendChild(e.element)),"styleSheet"in e.element?(e.styles.push(t),e.element.styleSheet.cssText=e.styles.filter(Boolean).join("\n")):(i=e.ids.size-1,n=document.createTextNode(t),(t=e.element.childNodes)[i]&&e.element.removeChild(t[i]),t.length?e.element.insertBefore(n,t[i]):e.element.appendChild(n))));var i,n}}var c={};var u=a({render:function(){var i=this,t=i.$createElement,n=i._self._c||t;return n("div",{staticClass:"slider",style:{width:i.width,height:i.height},on:{mouseenter:i.handleMouseenter,mouseleave:i.handleMouseleave}},[i.sliderItems.length?i._e():i._t("loading",[i._m(0)]),i._v(" "),n("div",{ref:"touchArea",staticClass:"slider-items"},[i._t("default")],2),i._v(" "),i.indicators?n("div",{class:"slider-indicators slider-indicators-"+i.indicators,on:{click:function(t){t.stopPropagation()}}},i._l(i.sliderItems.length,function(e){return n("span",{key:e,staticClass:"slider-indicator-icon",class:{"slider-indicator-active":i.currentIndex===e-1},on:{click:function(t){return i.handleIndicator(e-i.currentIndex-1)}}})}),0):i._e(),i._v(" "),i.controlBtn?[n("button",{staticClass:"slider-btn slider-btn-left",attrs:{type:"button","aria-label":i.prevBtnLabel},on:{click:function(t){return t.stopPropagation(),i.prev(t)}}},[n("i",{staticClass:"slider-icon slider-icon-left",attrs:{"aria-hidden":"true"}})]),i._v(" "),n("button",{staticClass:"slider-btn slider-btn-right",attrs:{type:"button","aria-label":i.nextBtnLabel},on:{click:function(t){return t.stopPropagation(),i.next(t)}}},[n("i",{staticClass:"slider-icon slider-icon-right",attrs:{"aria-hidden":"true"}})])]:i._e()],2)},staticRenderFns:[function(){var t=this.$createElement,t=this._self._c||t;return t("div",{staticClass:"slider-loading"},[t("div",{staticClass:"ball-pulse"},[t("div"),this._v(" "),t("div"),this._v(" "),t("div")])])}]},function(t){t&&t("data-v-f56384ae_0",{source:".slider[data-v-f56384ae]{position:relative;overflow:hidden}.slider-items[data-v-f56384ae]{width:100%;height:100%}.slider-btn[data-v-f56384ae]{position:absolute;top:0;z-index:999;height:100%;width:50px;border:none;background:rgba(0,0,0,.1);outline:0;transition:background .3s;cursor:pointer}.slider-btn:hover .slider-icon[data-v-f56384ae]{border-color:#fff}.slider-btn-left[data-v-f56384ae]{left:0;background:linear-gradient(90deg,rgba(0,0,0,.1),rgba(0,0,0,0))}.slider-btn-right[data-v-f56384ae]{right:0;background:linear-gradient(-90deg,rgba(0,0,0,.1),rgba(0,0,0,0))}.slider-icon[data-v-f56384ae]{display:inline-block;width:15px;height:15px;border-left:2px solid rgba(255,255,255,.6);border-bottom:2px solid rgba(255,255,255,.6);transition:border .2s}.slider-icon-left[data-v-f56384ae]{transform:rotate(45deg)}.slider-icon-right[data-v-f56384ae]{transform:rotate(-135deg)}.slider-indicators[data-v-f56384ae]{position:absolute;bottom:20px;z-index:999}.slider-indicators-center[data-v-f56384ae]{left:50%;transform:translateX(-50%)}.slider-indicators-left[data-v-f56384ae]{left:6%}.slider-indicators-right[data-v-f56384ae]{right:6%}.slider-indicator-icon[data-v-f56384ae]{display:inline-block;width:10px;height:10px;margin:0 .1rem;cursor:pointer;border-radius:50%;background-color:rgba(0,0,0,.2)}.slider-indicator-active[data-v-f56384ae]{background-color:rgba(255,255,255,.2)}.slider-loading[data-v-f56384ae]{position:absolute;top:0;left:0;z-index:99;width:100%;height:100%;background:rgba(0,0,0,.1);display:flex;justify-content:center;align-items:center}.ball-pulse>div[data-v-f56384ae]:nth-child(1){animation:scale-data-v-f56384ae .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div[data-v-f56384ae]:nth-child(2){animation:scale-data-v-f56384ae .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div[data-v-f56384ae]:nth-child(3){animation:scale-data-v-f56384ae .75s 0s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div[data-v-f56384ae]{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;animation-fill-mode:both;display:inline-block}@-moz-keyframes scale-data-v-f56384ae{0%{transform:scale(1);opacity:1}45%{transform:scale(.1);opacity:.7}80%{transform:scale(1);opacity:1}}@-webkit-keyframes scale-data-v-f56384ae{0%{transform:scale(1);opacity:1}45%{transform:scale(.1);opacity:.7}80%{transform:scale(1);opacity:1}}@-o-keyframes scale-data-v-f56384ae{0%{transform:scale(1);opacity:1}45%{transform:scale(.1);opacity:.7}80%{transform:scale(1);opacity:1}}@keyframes scale-data-v-f56384ae{0%{transform:scale(1);opacity:1}45%{transform:scale(.1);opacity:.7}80%{transform:scale(1);opacity:1}}",map:void 0,media:void 0})},e,"data-v-f56384ae",!1,void 0,!1,d,void 0,void 0),p=a({render:function(){var t=this,e=t.$createElement,e=t._self._c||e;return e("transition",{attrs:{name:t.initAnimation?"":t.animation+"-"+(t.direction?"left":"right")}},[e("div",t._g(t._b({directives:[{name:"show",rawName:"v-show",value:t.display,expression:"display"}],staticClass:"slider-item",style:{zIndex:t.zIndex,transition:"all "+t.speed/1e3+"s"}},"div",t.$attrs,!1),t.$listeners),[t._t("default")],2)])},staticRenderFns:[]},function(t){t&&t("data-v-31f46842_0",{source:".slider-item[data-v-31f46842]{position:absolute;top:0;left:0;width:100%;height:100%}.normal-left-leave-to[data-v-31f46842],.normal-right-enter[data-v-31f46842]{transform:translateX(-100%)}.normal-left-enter[data-v-31f46842],.normal-right-leave-to[data-v-31f46842]{transform:translateX(100%)}.fade-left-enter[data-v-31f46842],.fade-left-leave-to[data-v-31f46842],.fade-right-enter[data-v-31f46842],.fade-right-leave-to[data-v-31f46842]{opacity:0}.fade-left-leave-to[data-v-31f46842],.fade-right-enter[data-v-31f46842]{transform:translateX(-10px)}.fade-left-enter[data-v-31f46842],.fade-right-leave-to[data-v-31f46842]{transform:translateX(10px)}",map:void 0,media:void 0})},{name:"SliderItem",data:function(){return{display:!1,isInit:!1,initAnimation:!1,direction:!1,animation:"normal",speed:500,zIndex:99}},created:function(){this.$parent.$emit("slider:init"),this.speed=this.$parent.speed||500,this.animation=this.$parent.animation||"normal"},destroyed:function(){this.$parent.$emit("slider:init")},methods:{init:function(){var t=this;this.isInit||(this.isInit=!0,this.display=!0,this.initAnimation=!0,this.$nextTick(function(){return t.initAnimation=!1}))},show:function(t){var e=this;this.zIndex=99,this.direction=t,this.$nextTick(function(){return e.display=!0})},hide:function(t){var e=this;this.zIndex=98,this.direction=t,this.$nextTick(function(){return e.display=!1})}}},"data-v-31f46842",!1,void 0,!1,d,void 0,void 0),m={version:"5.3.4",install:function(t){t.component(u.name,u),t.component(p.name,p)}},e=null;return"undefined"!=typeof window?e=window.Vue:"undefined"!=typeof global&&(e=global.Vue),e&&e.use(m),t.Slider=u,t.SliderItem=p,t.default=m,t}({});

Youez - 2016 - github.com/yon3zu
LinuXploit