slither-slider
Version:
Simple Vue JS slider for Vue JS that pretty much takes what you throw at it. Features 'fullscreen', lazy loading, and easy customization
2 lines • 71.4 kB
JavaScript
(function(t,e){"object"===typeof exports&&"object"===typeof module?module.exports=e(require("vue")):"function"===typeof define&&define.amd?define([],e):"object"===typeof exports?exports["slither-slider"]=e(require("vue")):t["slither-slider"]=e(t["Vue"])})("undefined"!==typeof self?self:this,(function(t){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)n.d(r,i,function(e){return t[e]}.bind(null,i));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s="fb15")}({"0086":function(t,e,n){function r(t){return-1!==t.type.indexOf("mouse")?t.clientX:t.touches[0].clientX}function i(t){return-1!==t.type.indexOf("mouse")?t.clientY:t.touches[0].clientY}var o=function(){var t=!1;try{var e=Object.defineProperty({},"passive",{get:function(){t=!0}});window.addEventListener("test",null,e)}catch(n){}return t}(),a=0,s={install:function(t,e){var n=Object.assign({},{disableClick:!1,tapTolerance:10,swipeTolerance:30,touchHoldTolerance:400,longTapTimeInterval:400,touchClass:"",namespace:"touch"},e);function s(t){var e=this.$$touchObj,n=t.type.indexOf("touch")>=0,o=t.type.indexOf("mouse")>=0,s=this;n&&(a=t.timeStamp),o&&a&&t.timeStamp-a<350||e.touchStarted||(h(this),e.touchStarted=!0,e.touchMoved=!1,e.swipeOutBounded=!1,e.startX=r(t),e.startY=i(t),e.currentX=0,e.currentY=0,e.touchStartTime=t.timeStamp,e.touchHoldTimer=setTimeout((function(){e.touchHoldTimer=null,p(t,s,"touchhold")}),e.options.touchHoldTolerance),p(t,this,"start"))}function u(t){var e=this.$$touchObj;if(e.currentX=r(t),e.currentY=i(t),e.touchMoved){if(!e.swipeOutBounded){var n=e.options.swipeTolerance;e.swipeOutBounded=Math.abs(e.startX-e.currentX)>n&&Math.abs(e.startY-e.currentY)>n}}else{var o=e.options.tapTolerance;e.touchMoved=Math.abs(e.startX-e.currentX)>o||Math.abs(e.startY-e.currentY)>o,e.touchMoved&&(m(e),p(t,this,"moved"))}e.touchMoved&&p(t,this,"moving")}function c(){var t=this.$$touchObj;m(t),v(this),t.touchStarted=t.touchMoved=!1,t.startX=t.startY=0}function f(t){var e=this.$$touchObj,n=t.type.indexOf("touch")>=0,r=t.type.indexOf("mouse")>=0;n&&(a=t.timeStamp);var i=n&&!e.touchHoldTimer;if(m(e),e.touchStarted=!1,v(this),!(r&&a&&t.timeStamp-a<350))if(p(t,this,"end"),e.touchMoved){if(!e.swipeOutBounded){var o,s=e.options.swipeTolerance,u=Math.abs(e.startY-e.currentY),c=Math.abs(e.startX-e.currentX);(u>s||c>s)&&(o=u>s?e.startY>e.currentY?"top":"bottom":e.startX>e.currentX?"left":"right",e.callbacks["swipe."+o]?p(t,this,"swipe."+o,o):p(t,this,"swipe",o))}}else if(e.callbacks.longtap&&t.timeStamp-e.touchStartTime>e.options.longTapTimeInterval)t.cancelable&&t.preventDefault(),p(t,this,"longtap");else{if(e.callbacks.touchhold&&i)return void(t.cancelable&&t.preventDefault());p(t,this,"tap")}}function l(){h(this)}function d(){v(this)}function p(t,e,n,r){var i=e.$$touchObj,o=i.callbacks[n]||[];if(0===o.length)return null;for(var a=0;a<o.length;a++){var s=o[a];s.modifiers.stop&&t.stopPropagation(),s.modifiers.prevent&&t.cancelable&&t.preventDefault(),s.modifiers.self&&t.target!==t.currentTarget||"function"===typeof s.value&&(r?s.value(r,t):s.value(t))}}function h(t){var e=t.$$touchObj.options.touchClass;e&&t.classList.add(e)}function v(t){var e=t.$$touchObj.options.touchClass;e&&t.classList.remove(e)}function m(t){t.touchHoldTimer&&(clearTimeout(t.touchHoldTimer),t.touchHoldTimer=null)}function g(t,e){var r=t.$$touchObj||{callbacks:{},hasBindTouchEvents:!1,options:n};return e&&(r.options=Object.assign({},r.options,e)),t.$$touchObj=r,t.$$touchObj}t.directive(n.namespace,{bind:function(t,e){var n=g(t),r=!!o&&{passive:!0},i=e.arg||"tap";switch(i){case"swipe":var a=e.modifiers;if(a.left||a.right||a.top||a.bottom){for(var p in e.modifiers)if(["left","right","top","bottom"].indexOf(p)>=0){var h="swipe."+p;n.callbacks[h]=n.callbacks[h]||[],n.callbacks[h].push(e)}}else n.callbacks.swipe=n.callbacks.swipe||[],n.callbacks.swipe.push(e);break;case"start":case"moving":e.modifiers.disablePassive&&(r=!1);default:n.callbacks[i]=n.callbacks[i]||[],n.callbacks[i].push(e)}n.hasBindTouchEvents||(t.addEventListener("touchstart",s,r),t.addEventListener("touchmove",u,r),t.addEventListener("touchcancel",c),t.addEventListener("touchend",f),n.options.disableClick||(t.addEventListener("mousedown",s),t.addEventListener("mousemove",u),t.addEventListener("mouseup",f),t.addEventListener("mouseenter",l),t.addEventListener("mouseleave",d)),n.hasBindTouchEvents=!0)},unbind:function(t){t.removeEventListener("touchstart",s),t.removeEventListener("touchmove",u),t.removeEventListener("touchcancel",c),t.removeEventListener("touchend",f),t.$$touchObj&&!t.$$touchObj.options.disableClick&&(t.removeEventListener("mousedown",s),t.removeEventListener("mousemove",u),t.removeEventListener("mouseup",f),t.removeEventListener("mouseenter",l),t.removeEventListener("mouseleave",d)),delete t.$$touchObj}}),t.directive(n.namespace+"-class",{bind:function(t,e){g(t,{touchClass:e.value})}}),t.directive(n.namespace+"-options",{bind:function(t,e){g(t,e.value)}})}};t.exports=s},"00ee":function(t,e,n){var r=n("b622"),i=r("toStringTag"),o={};o[i]="z",t.exports="[object z]"===String(o)},"0366":function(t,e,n){var r=n("1c0b");t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,i){return t.call(e,n,r,i)}}return function(){return t.apply(e,arguments)}}},"057f":function(t,e,n){var r=n("fc6a"),i=n("241c").f,o={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],s=function(t){try{return i(t)}catch(e){return a.slice()}};t.exports.f=function(t){return a&&"[object Window]"==o.call(t)?s(t):i(r(t))}},"06cf":function(t,e,n){var r=n("83ab"),i=n("d1e7"),o=n("5c6c"),a=n("fc6a"),s=n("c04e"),u=n("5135"),c=n("0cfb"),f=Object.getOwnPropertyDescriptor;e.f=r?f:function(t,e){if(t=a(t),e=s(e,!0),c)try{return f(t,e)}catch(n){}if(u(t,e))return o(!i.f.call(t,e),t[e])}},"0cfb":function(t,e,n){var r=n("83ab"),i=n("d039"),o=n("cc12");t.exports=!r&&!i((function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},"159b":function(t,e,n){var r=n("da84"),i=n("fdbc"),o=n("17c2"),a=n("9112");for(var s in i){var u=r[s],c=u&&u.prototype;if(c&&c.forEach!==o)try{a(c,"forEach",o)}catch(f){c.forEach=o}}},"17c2":function(t,e,n){"use strict";var r=n("b727").forEach,i=n("a640"),o=i("forEach");t.exports=o?[].forEach:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}},"1be4":function(t,e,n){var r=n("d066");t.exports=r("document","documentElement")},"1c0b":function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},"1c7e":function(t,e,n){var r=n("b622"),i=r("iterator"),o=!1;try{var a=0,s={next:function(){return{done:!!a++}},return:function(){o=!0}};s[i]=function(){return this},Array.from(s,(function(){throw 2}))}catch(u){}t.exports=function(t,e){if(!e&&!o)return!1;var n=!1;try{var r={};r[i]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(u){}return n}},"1d80":function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},"1dde":function(t,e,n){var r=n("d039"),i=n("b622"),o=n("2d00"),a=i("species");t.exports=function(t){return o>=51||!r((function(){var e=[],n=e.constructor={};return n[a]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},"23cb":function(t,e,n){var r=n("a691"),i=Math.max,o=Math.min;t.exports=function(t,e){var n=r(t);return n<0?i(n+e,0):o(n,e)}},"23e7":function(t,e,n){var r=n("da84"),i=n("06cf").f,o=n("9112"),a=n("6eeb"),s=n("ce4e"),u=n("e893"),c=n("94ca");t.exports=function(t,e){var n,f,l,d,p,h,v=t.target,m=t.global,g=t.stat;if(f=m?r:g?r[v]||s(v,{}):(r[v]||{}).prototype,f)for(l in e){if(p=e[l],t.noTargetGet?(h=i(f,l),d=h&&h.value):d=f[l],n=c(m?l:v+(g?".":"#")+l,t.forced),!n&&void 0!==d){if(typeof p===typeof d)continue;u(p,d)}(t.sham||d&&d.sham)&&o(p,"sham",!0),a(f,l,p,t)}}},"241c":function(t,e,n){var r=n("ca84"),i=n("7839"),o=i.concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},"24aa":function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(r){"object"===typeof window&&(n=window)}t.exports=n},"2a62":function(t,e,n){var r=n("825a");t.exports=function(t){var e=t["return"];if(void 0!==e)return r(e.call(t)).value}},"2d00":function(t,e,n){var r,i,o=n("da84"),a=n("342f"),s=o.process,u=s&&s.versions,c=u&&u.v8;c?(r=c.split("."),i=r[0]+r[1]):a&&(r=a.match(/Edge\/(\d+)/),(!r||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/),r&&(i=r[1]))),t.exports=i&&+i},"2e0f":function(t,e,n){"use strict";n("67a3")},"342f":function(t,e,n){var r=n("d066");t.exports=r("navigator","userAgent")||""},"35a1":function(t,e,n){var r=n("f5df"),i=n("3f8c"),o=n("b622"),a=o("iterator");t.exports=function(t){if(void 0!=t)return t[a]||t["@@iterator"]||i[r(t)]}},"37e8":function(t,e,n){var r=n("83ab"),i=n("9bf2"),o=n("825a"),a=n("df75");t.exports=r?Object.defineProperties:function(t,e){o(t);var n,r=a(e),s=r.length,u=0;while(s>u)i.f(t,n=r[u++],e[n]);return t}},"3bbe":function(t,e,n){var r=n("861d");t.exports=function(t){if(!r(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},"3ca3":function(t,e,n){"use strict";var r=n("6547").charAt,i=n("69f3"),o=n("7dd0"),a="String Iterator",s=i.set,u=i.getterFor(a);o(String,"String",(function(t){s(this,{type:a,string:String(t),index:0})}),(function(){var t,e=u(this),n=e.string,i=e.index;return i>=n.length?{value:void 0,done:!0}:(t=r(n,i),e.index+=t.length,{value:t,done:!1})}))},"3f8c":function(t,e){t.exports={}},"428f":function(t,e,n){var r=n("da84");t.exports=r},"44ad":function(t,e,n){var r=n("d039"),i=n("c6b6"),o="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==i(t)?o.call(t,""):Object(t)}:Object},"44d2":function(t,e,n){var r=n("b622"),i=n("7c73"),o=n("9bf2"),a=r("unscopables"),s=Array.prototype;void 0==s[a]&&o.f(s,a,{configurable:!0,value:i(null)}),t.exports=function(t){s[a][t]=!0}},4713:function(t,e,n){"use strict";n("82a2")},4930:function(t,e,n){var r=n("605d"),i=n("2d00"),o=n("d039");t.exports=!!Object.getOwnPropertySymbols&&!o((function(){return!Symbol.sham&&(r?38===i:i>37&&i<41)}))},"4d64":function(t,e,n){var r=n("fc6a"),i=n("50c4"),o=n("23cb"),a=function(t){return function(e,n,a){var s,u=r(e),c=i(u.length),f=o(a,c);if(t&&n!=n){while(c>f)if(s=u[f++],s!=s)return!0}else for(;c>f;f++)if((t||f in u)&&u[f]===n)return t||f||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},"4de4":function(t,e,n){"use strict";var r=n("23e7"),i=n("b727").filter,o=n("1dde"),a=o("filter");r({target:"Array",proto:!0,forced:!a},{filter:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},"4df4":function(t,e,n){"use strict";var r=n("0366"),i=n("7b0b"),o=n("9bdd"),a=n("e95a"),s=n("50c4"),u=n("8418"),c=n("35a1");t.exports=function(t){var e,n,f,l,d,p,h=i(t),v="function"==typeof this?this:Array,m=arguments.length,g=m>1?arguments[1]:void 0,b=void 0!==g,y=c(h),x=0;if(b&&(g=r(g,m>2?arguments[2]:void 0,2)),void 0==y||v==Array&&a(y))for(e=s(h.length),n=new v(e);e>x;x++)p=b?g(h[x],x):h[x],u(n,x,p);else for(l=y.call(h),d=l.next,n=new v;!(f=d.call(l)).done;x++)p=b?o(l,g,[f.value,x],!0):f.value,u(n,x,p);return n.length=x,n}},"50c4":function(t,e,n){var r=n("a691"),i=Math.min;t.exports=function(t){return t>0?i(r(t),9007199254740991):0}},5135:function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},5692:function(t,e,n){var r=n("c430"),i=n("c6cd");(t.exports=function(t,e){return i[t]||(i[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.9.1",mode:r?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},"56ef":function(t,e,n){var r=n("d066"),i=n("241c"),o=n("7418"),a=n("825a");t.exports=r("Reflect","ownKeys")||function(t){var e=i.f(a(t)),n=o.f;return n?e.concat(n(t)):e}},5899:function(t,e){t.exports="\t\n\v\f\r \u2028\u2029\ufeff"},"58a8":function(t,e,n){var r=n("1d80"),i=n("5899"),o="["+i+"]",a=RegExp("^"+o+o+"*"),s=RegExp(o+o+"*$"),u=function(t){return function(e){var n=String(r(e));return 1&t&&(n=n.replace(a,"")),2&t&&(n=n.replace(s,"")),n}};t.exports={start:u(1),end:u(2),trim:u(3)}},"5c6c":function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},"605d":function(t,e,n){var r=n("c6b6"),i=n("da84");t.exports="process"==r(i.process)},"60da":function(t,e,n){"use strict";var r=n("83ab"),i=n("d039"),o=n("df75"),a=n("7418"),s=n("d1e7"),u=n("7b0b"),c=n("44ad"),f=Object.assign,l=Object.defineProperty;t.exports=!f||i((function(){if(r&&1!==f({b:1},f(l({},"a",{enumerable:!0,get:function(){l(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},n=Symbol(),i="abcdefghijklmnopqrst";return t[n]=7,i.split("").forEach((function(t){e[t]=t})),7!=f({},t)[n]||o(f({},e)).join("")!=i}))?function(t,e){var n=u(t),i=arguments.length,f=1,l=a.f,d=s.f;while(i>f){var p,h=c(arguments[f++]),v=l?o(h).concat(l(h)):o(h),m=v.length,g=0;while(m>g)p=v[g++],r&&!d.call(h,p)||(n[p]=h[p])}return n}:f},"62fb":function(t,e,n){},6547:function(t,e,n){var r=n("a691"),i=n("1d80"),o=function(t){return function(e,n){var o,a,s=String(i(e)),u=r(n),c=s.length;return u<0||u>=c?t?"":void 0:(o=s.charCodeAt(u),o<55296||o>56319||u+1===c||(a=s.charCodeAt(u+1))<56320||a>57343?t?s.charAt(u):o:t?s.slice(u,u+2):a-56320+(o-55296<<10)+65536)}};t.exports={codeAt:o(!1),charAt:o(!0)}},"65f0":function(t,e,n){var r=n("861d"),i=n("e8b5"),o=n("b622"),a=o("species");t.exports=function(t,e){var n;return i(t)&&(n=t.constructor,"function"!=typeof n||n!==Array&&!i(n.prototype)?r(n)&&(n=n[a],null===n&&(n=void 0)):n=void 0),new(void 0===n?Array:n)(0===e?0:e)}},"67a3":function(t,e,n){},"69f3":function(t,e,n){var r,i,o,a=n("7f9a"),s=n("da84"),u=n("861d"),c=n("9112"),f=n("5135"),l=n("c6cd"),d=n("f772"),p=n("d012"),h=s.WeakMap,v=function(t){return o(t)?i(t):r(t,{})},m=function(t){return function(e){var n;if(!u(e)||(n=i(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}};if(a){var g=l.state||(l.state=new h),b=g.get,y=g.has,x=g.set;r=function(t,e){return e.facade=t,x.call(g,t,e),e},i=function(t){return b.call(g,t)||{}},o=function(t){return y.call(g,t)}}else{var O=d("state");p[O]=!0,r=function(t,e){return e.facade=t,c(t,O,e),e},i=function(t){return f(t,O)?t[O]:{}},o=function(t){return f(t,O)}}t.exports={set:r,get:i,has:o,enforce:v,getterFor:m}},"6c87":function(t,e,n){},"6eeb":function(t,e,n){var r=n("da84"),i=n("9112"),o=n("5135"),a=n("ce4e"),s=n("8925"),u=n("69f3"),c=u.get,f=u.enforce,l=String(String).split("String");(t.exports=function(t,e,n,s){var u,c=!!s&&!!s.unsafe,d=!!s&&!!s.enumerable,p=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof e||o(n,"name")||i(n,"name",e),u=f(n),u.source||(u.source=l.join("string"==typeof e?e:""))),t!==r?(c?!p&&t[e]&&(d=!0):delete t[e],d?t[e]=n:i(t,e,n)):d?t[e]=n:a(e,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||s(this)}))},7156:function(t,e,n){var r=n("861d"),i=n("d2bb");t.exports=function(t,e,n){var o,a;return i&&"function"==typeof(o=e.constructor)&&o!==n&&r(a=o.prototype)&&a!==n.prototype&&i(t,a),t}},7418:function(t,e){e.f=Object.getOwnPropertySymbols},"746f":function(t,e,n){var r=n("428f"),i=n("5135"),o=n("e538"),a=n("9bf2").f;t.exports=function(t){var e=r.Symbol||(r.Symbol={});i(e,t)||a(e,t,{value:o.f(t)})}},7839:function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"7b0b":function(t,e,n){var r=n("1d80");t.exports=function(t){return Object(r(t))}},"7c73":function(t,e,n){var r,i=n("825a"),o=n("37e8"),a=n("7839"),s=n("d012"),u=n("1be4"),c=n("cc12"),f=n("f772"),l=">",d="<",p="prototype",h="script",v=f("IE_PROTO"),m=function(){},g=function(t){return d+h+l+t+d+"/"+h+l},b=function(t){t.write(g("")),t.close();var e=t.parentWindow.Object;return t=null,e},y=function(){var t,e=c("iframe"),n="java"+h+":";return e.style.display="none",u.appendChild(e),e.src=String(n),t=e.contentWindow.document,t.open(),t.write(g("document.F=Object")),t.close(),t.F},x=function(){try{r=document.domain&&new ActiveXObject("htmlfile")}catch(e){}x=r?b(r):y();var t=a.length;while(t--)delete x[p][a[t]];return x()};s[v]=!0,t.exports=Object.create||function(t,e){var n;return null!==t?(m[p]=i(t),n=new m,m[p]=null,n[v]=t):n=x(),void 0===e?n:o(n,e)}},"7dd0":function(t,e,n){"use strict";var r=n("23e7"),i=n("9ed3"),o=n("e163"),a=n("d2bb"),s=n("d44e"),u=n("9112"),c=n("6eeb"),f=n("b622"),l=n("c430"),d=n("3f8c"),p=n("ae93"),h=p.IteratorPrototype,v=p.BUGGY_SAFARI_ITERATORS,m=f("iterator"),g="keys",b="values",y="entries",x=function(){return this};t.exports=function(t,e,n,f,p,O,S){i(n,e,f);var w,E,I,j=function(t){if(t===p&&M)return M;if(!v&&t in C)return C[t];switch(t){case g:return function(){return new n(this,t)};case b:return function(){return new n(this,t)};case y:return function(){return new n(this,t)}}return function(){return new n(this)}},P=e+" Iterator",T=!1,C=t.prototype,A=C[m]||C["@@iterator"]||p&&C[p],M=!v&&A||j(p),$="Array"==e&&C.entries||A;if($&&(w=o($.call(new t)),h!==Object.prototype&&w.next&&(l||o(w)===h||(a?a(w,h):"function"!=typeof w[m]&&u(w,m,x)),s(w,P,!0,!0),l&&(d[P]=x))),p==b&&A&&A.name!==b&&(T=!0,M=function(){return A.call(this)}),l&&!S||C[m]===M||u(C,m,M),d[e]=M,p)if(E={values:j(b),keys:O?M:j(g),entries:j(y)},S)for(I in E)(v||T||!(I in C))&&c(C,I,E[I]);else r({target:e,proto:!0,forced:v||T},E);return E}},"7f9a":function(t,e,n){var r=n("da84"),i=n("8925"),o=r.WeakMap;t.exports="function"===typeof o&&/native code/.test(i(o))},"825a":function(t,e,n){var r=n("861d");t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},"82a2":function(t,e,n){},"83ab":function(t,e,n){var r=n("d039");t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},8418:function(t,e,n){"use strict";var r=n("c04e"),i=n("9bf2"),o=n("5c6c");t.exports=function(t,e,n){var a=r(e);a in t?i.f(t,a,o(0,n)):t[a]=n}},"861d":function(t,e){t.exports=function(t){return"object"===typeof t?null!==t:"function"===typeof t}},"87bd":function(t,e,n){"use strict";n("62fb")},8875:function(t,e,n){var r,i,o;(function(n,a){i=[],r=a,o="function"===typeof r?r.apply(e,i):r,void 0===o||(t.exports=o)})("undefined"!==typeof self&&self,(function(){function t(){var e=Object.getOwnPropertyDescriptor(document,"currentScript");if(!e&&"currentScript"in document&&document.currentScript)return document.currentScript;if(e&&e.get!==t&&document.currentScript)return document.currentScript;try{throw new Error}catch(p){var n,r,i,o=/.*at [^(]*\((.*):(.+):(.+)\)$/gi,a=/@([^@]*):(\d+):(\d+)\s*$/gi,s=o.exec(p.stack)||a.exec(p.stack),u=s&&s[1]||!1,c=s&&s[2]||!1,f=document.location.href.replace(document.location.hash,""),l=document.getElementsByTagName("script");u===f&&(n=document.documentElement.outerHTML,r=new RegExp("(?:[^\\n]+?\\n){0,"+(c-2)+"}[^<]*<script>([\\d\\D]*?)<\\/script>[\\d\\D]*","i"),i=n.replace(r,"$1").trim());for(var d=0;d<l.length;d++){if("interactive"===l[d].readyState)return l[d];if(l[d].src===u)return l[d];if(u===f&&l[d].innerHTML&&l[d].innerHTML.trim()===i)return l[d]}return null}}return t}))},8925:function(t,e,n){var r=n("c6cd"),i=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(t){return i.call(t)}),t.exports=r.inspectSource},"8bbf":function(e,n){e.exports=t},"90e3":function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+r).toString(36)}},9112:function(t,e,n){var r=n("83ab"),i=n("9bf2"),o=n("5c6c");t.exports=r?function(t,e,n){return i.f(t,e,o(1,n))}:function(t,e,n){return t[e]=n,t}},"94ca":function(t,e,n){var r=n("d039"),i=/#|\.prototype\./,o=function(t,e){var n=s[a(t)];return n==c||n!=u&&("function"==typeof e?r(e):!!e)},a=o.normalize=function(t){return String(t).replace(i,".").toLowerCase()},s=o.data={},u=o.NATIVE="N",c=o.POLYFILL="P";t.exports=o},"9bbf":function(t,e,n){"use strict";n("6c87")},"9bdd":function(t,e,n){var r=n("825a"),i=n("2a62");t.exports=function(t,e,n,o){try{return o?e(r(n)[0],n[1]):e(n)}catch(a){throw i(t),a}}},"9bf2":function(t,e,n){var r=n("83ab"),i=n("0cfb"),o=n("825a"),a=n("c04e"),s=Object.defineProperty;e.f=r?s:function(t,e,n){if(o(t),e=a(e,!0),o(n),i)try{return s(t,e,n)}catch(r){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},"9ed3":function(t,e,n){"use strict";var r=n("ae93").IteratorPrototype,i=n("7c73"),o=n("5c6c"),a=n("d44e"),s=n("3f8c"),u=function(){return this};t.exports=function(t,e,n){var c=e+" Iterator";return t.prototype=i(r,{next:o(1,n)}),a(t,c,!1,!0),s[c]=u,t}},a4d3:function(t,e,n){"use strict";var r=n("23e7"),i=n("da84"),o=n("d066"),a=n("c430"),s=n("83ab"),u=n("4930"),c=n("fdbf"),f=n("d039"),l=n("5135"),d=n("e8b5"),p=n("861d"),h=n("825a"),v=n("7b0b"),m=n("fc6a"),g=n("c04e"),b=n("5c6c"),y=n("7c73"),x=n("df75"),O=n("241c"),S=n("057f"),w=n("7418"),E=n("06cf"),I=n("9bf2"),j=n("d1e7"),P=n("9112"),T=n("6eeb"),C=n("5692"),A=n("f772"),M=n("d012"),$=n("90e3"),k=n("b622"),L=n("e538"),_=n("746f"),N=n("d44e"),D=n("69f3"),B=n("b727").forEach,F=A("hidden"),H="Symbol",W="prototype",R=k("toPrimitive"),q=D.set,X=D.getterFor(H),V=Object[W],Y=i.Symbol,G=o("JSON","stringify"),z=E.f,U=I.f,Q=S.f,Z=j.f,J=C("symbols"),K=C("op-symbols"),tt=C("string-to-symbol-registry"),et=C("symbol-to-string-registry"),nt=C("wks"),rt=i.QObject,it=!rt||!rt[W]||!rt[W].findChild,ot=s&&f((function(){return 7!=y(U({},"a",{get:function(){return U(this,"a",{value:7}).a}})).a}))?function(t,e,n){var r=z(V,e);r&&delete V[e],U(t,e,n),r&&t!==V&&U(V,e,r)}:U,at=function(t,e){var n=J[t]=y(Y[W]);return q(n,{type:H,tag:t,description:e}),s||(n.description=e),n},st=c?function(t){return"symbol"==typeof t}:function(t){return Object(t)instanceof Y},ut=function(t,e,n){t===V&&ut(K,e,n),h(t);var r=g(e,!0);return h(n),l(J,r)?(n.enumerable?(l(t,F)&&t[F][r]&&(t[F][r]=!1),n=y(n,{enumerable:b(0,!1)})):(l(t,F)||U(t,F,b(1,{})),t[F][r]=!0),ot(t,r,n)):U(t,r,n)},ct=function(t,e){h(t);var n=m(e),r=x(n).concat(ht(n));return B(r,(function(e){s&&!lt.call(n,e)||ut(t,e,n[e])})),t},ft=function(t,e){return void 0===e?y(t):ct(y(t),e)},lt=function(t){var e=g(t,!0),n=Z.call(this,e);return!(this===V&&l(J,e)&&!l(K,e))&&(!(n||!l(this,e)||!l(J,e)||l(this,F)&&this[F][e])||n)},dt=function(t,e){var n=m(t),r=g(e,!0);if(n!==V||!l(J,r)||l(K,r)){var i=z(n,r);return!i||!l(J,r)||l(n,F)&&n[F][r]||(i.enumerable=!0),i}},pt=function(t){var e=Q(m(t)),n=[];return B(e,(function(t){l(J,t)||l(M,t)||n.push(t)})),n},ht=function(t){var e=t===V,n=Q(e?K:m(t)),r=[];return B(n,(function(t){!l(J,t)||e&&!l(V,t)||r.push(J[t])})),r};if(u||(Y=function(){if(this instanceof Y)throw TypeError("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,e=$(t),n=function(t){this===V&&n.call(K,t),l(this,F)&&l(this[F],e)&&(this[F][e]=!1),ot(this,e,b(1,t))};return s&&it&&ot(V,e,{configurable:!0,set:n}),at(e,t)},T(Y[W],"toString",(function(){return X(this).tag})),T(Y,"withoutSetter",(function(t){return at($(t),t)})),j.f=lt,I.f=ut,E.f=dt,O.f=S.f=pt,w.f=ht,L.f=function(t){return at(k(t),t)},s&&(U(Y[W],"description",{configurable:!0,get:function(){return X(this).description}}),a||T(V,"propertyIsEnumerable",lt,{unsafe:!0}))),r({global:!0,wrap:!0,forced:!u,sham:!u},{Symbol:Y}),B(x(nt),(function(t){_(t)})),r({target:H,stat:!0,forced:!u},{for:function(t){var e=String(t);if(l(tt,e))return tt[e];var n=Y(e);return tt[e]=n,et[n]=e,n},keyFor:function(t){if(!st(t))throw TypeError(t+" is not a symbol");if(l(et,t))return et[t]},useSetter:function(){it=!0},useSimple:function(){it=!1}}),r({target:"Object",stat:!0,forced:!u,sham:!s},{create:ft,defineProperty:ut,defineProperties:ct,getOwnPropertyDescriptor:dt}),r({target:"Object",stat:!0,forced:!u},{getOwnPropertyNames:pt,getOwnPropertySymbols:ht}),r({target:"Object",stat:!0,forced:f((function(){w.f(1)}))},{getOwnPropertySymbols:function(t){return w.f(v(t))}}),G){var vt=!u||f((function(){var t=Y();return"[null]"!=G([t])||"{}"!=G({a:t})||"{}"!=G(Object(t))}));r({target:"JSON",stat:!0,forced:vt},{stringify:function(t,e,n){var r,i=[t],o=1;while(arguments.length>o)i.push(arguments[o++]);if(r=e,(p(e)||void 0!==t)&&!st(t))return d(e)||(e=function(t,e){if("function"==typeof r&&(e=r.call(this,t,e)),!st(e))return e}),i[1]=e,G.apply(null,i)}})}Y[W][R]||P(Y[W],R,Y[W].valueOf),N(Y,H),M[F]=!0},a630:function(t,e,n){var r=n("23e7"),i=n("4df4"),o=n("1c7e"),a=!o((function(t){Array.from(t)}));r({target:"Array",stat:!0,forced:a},{from:i})},a640:function(t,e,n){"use strict";var r=n("d039");t.exports=function(t,e){var n=[][t];return!!n&&r((function(){n.call(null,e||function(){throw 1},1)}))}},a691:function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},a9e3:function(t,e,n){"use strict";var r=n("83ab"),i=n("da84"),o=n("94ca"),a=n("6eeb"),s=n("5135"),u=n("c6b6"),c=n("7156"),f=n("c04e"),l=n("d039"),d=n("7c73"),p=n("241c").f,h=n("06cf").f,v=n("9bf2").f,m=n("58a8").trim,g="Number",b=i[g],y=b.prototype,x=u(d(y))==g,O=function(t){var e,n,r,i,o,a,s,u,c=f(t,!1);if("string"==typeof c&&c.length>2)if(c=m(c),e=c.charCodeAt(0),43===e||45===e){if(n=c.charCodeAt(2),88===n||120===n)return NaN}else if(48===e){switch(c.charCodeAt(1)){case 66:case 98:r=2,i=49;break;case 79:case 111:r=8,i=55;break;default:return+c}for(o=c.slice(2),a=o.length,s=0;s<a;s++)if(u=o.charCodeAt(s),u<48||u>i)return NaN;return parseInt(o,r)}return+c};if(o(g,!b(" 0o1")||!b("0b1")||b("+0x1"))){for(var S,w=function(t){var e=arguments.length<1?0:t,n=this;return n instanceof w&&(x?l((function(){y.valueOf.call(n)})):u(n)!=g)?c(new b(O(e)),n,w):O(e)},E=r?p(b):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,fromString,range".split(","),I=0;E.length>I;I++)s(b,S=E[I])&&!s(w,S)&&v(w,S,h(b,S));w.prototype=y,y.constructor=w,a(i,g,w)}},ae93:function(t,e,n){"use strict";var r,i,o,a=n("d039"),s=n("e163"),u=n("9112"),c=n("5135"),f=n("b622"),l=n("c430"),d=f("iterator"),p=!1,h=function(){return this};[].keys&&(o=[].keys(),"next"in o?(i=s(s(o)),i!==Object.prototype&&(r=i)):p=!0);var v=void 0==r||a((function(){var t={};return r[d].call(t)!==t}));v&&(r={}),l&&!v||c(r,d)||u(r,d,h),t.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:p}},b041:function(t,e,n){"use strict";var r=n("00ee"),i=n("f5df");t.exports=r?{}.toString:function(){return"[object "+i(this)+"]"}},b622:function(t,e,n){var r=n("da84"),i=n("5692"),o=n("5135"),a=n("90e3"),s=n("4930"),u=n("fdbf"),c=i("wks"),f=r.Symbol,l=u?f:f&&f.withoutSetter||a;t.exports=function(t){return o(c,t)&&(s||"string"==typeof c[t])||(s&&o(f,t)?c[t]=f[t]:c[t]=l("Symbol."+t)),c[t]}},b64b:function(t,e,n){var r=n("23e7"),i=n("7b0b"),o=n("df75"),a=n("d039"),s=a((function(){o(1)}));r({target:"Object",stat:!0,forced:s},{keys:function(t){return o(i(t))}})},b727:function(t,e,n){var r=n("0366"),i=n("44ad"),o=n("7b0b"),a=n("50c4"),s=n("65f0"),u=[].push,c=function(t){var e=1==t,n=2==t,c=3==t,f=4==t,l=6==t,d=7==t,p=5==t||l;return function(h,v,m,g){for(var b,y,x=o(h),O=i(x),S=r(v,m,3),w=a(O.length),E=0,I=g||s,j=e?I(h,w):n||d?I(h,0):void 0;w>E;E++)if((p||E in O)&&(b=O[E],y=S(b,E,x),t))if(e)j[E]=y;else if(y)switch(t){case 3:return!0;case 5:return b;case 6:return E;case 2:u.call(j,b)}else switch(t){case 4:return!1;case 7:u.call(j,b)}return l?-1:c||f?f:j}};t.exports={forEach:c(0),map:c(1),filter:c(2),some:c(3),every:c(4),find:c(5),findIndex:c(6),filterOut:c(7)}},c04e:function(t,e,n){var r=n("861d");t.exports=function(t,e){if(!r(t))return t;var n,i;if(e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;if("function"==typeof(n=t.valueOf)&&!r(i=n.call(t)))return i;if(!e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},c430:function(t,e){t.exports=!1},c6b6:function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},c6cd:function(t,e,n){var r=n("da84"),i=n("ce4e"),o="__core-js_shared__",a=r[o]||i(o,{});t.exports=a},ca84:function(t,e,n){var r=n("5135"),i=n("fc6a"),o=n("4d64").indexOf,a=n("d012");t.exports=function(t,e){var n,s=i(t),u=0,c=[];for(n in s)!r(a,n)&&r(s,n)&&c.push(n);while(e.length>u)r(s,n=e[u++])&&(~o(c,n)||c.push(n));return c}},cc12:function(t,e,n){var r=n("da84"),i=n("861d"),o=r.document,a=i(o)&&i(o.createElement);t.exports=function(t){return a?o.createElement(t):{}}},cca6:function(t,e,n){var r=n("23e7"),i=n("60da");r({target:"Object",stat:!0,forced:Object.assign!==i},{assign:i})},ce4e:function(t,e,n){var r=n("da84"),i=n("9112");t.exports=function(t,e){try{i(r,t,e)}catch(n){r[t]=e}return e}},d012:function(t,e){t.exports={}},d039:function(t,e){t.exports=function(t){try{return!!t()}catch(e){return!0}}},d066:function(t,e,n){var r=n("428f"),i=n("da84"),o=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?o(r[t])||o(i[t]):r[t]&&r[t][e]||i[t]&&i[t][e]}},d1e7:function(t,e,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,o=i&&!r.call({1:2},1);e.f=o?function(t){var e=i(this,t);return!!e&&e.enumerable}:r},d28b:function(t,e,n){var r=n("746f");r("iterator")},d2bb:function(t,e,n){var r=n("825a"),i=n("3bbe");t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,t.call(n,[]),e=n instanceof Array}catch(o){}return function(n,o){return r(n),i(o),e?t.call(n,o):n.__proto__=o,n}}():void 0)},d3b7:function(t,e,n){var r=n("00ee"),i=n("6eeb"),o=n("b041");r||i(Object.prototype,"toString",o,{unsafe:!0})},d44e:function(t,e,n){var r=n("9bf2").f,i=n("5135"),o=n("b622"),a=o("toStringTag");t.exports=function(t,e,n){t&&!i(t=n?t:t.prototype,a)&&r(t,a,{configurable:!0,value:e})}},d81d:function(t,e,n){"use strict";var r=n("23e7"),i=n("b727").map,o=n("1dde"),a=o("map");r({target:"Array",proto:!0,forced:!a},{map:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},da84:function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||function(){return this}()||Function("return this")()}).call(this,n("24aa"))},dbb4:function(t,e,n){var r=n("23e7"),i=n("83ab"),o=n("56ef"),a=n("fc6a"),s=n("06cf"),u=n("8418");r({target:"Object",stat:!0,sham:!i},{getOwnPropertyDescriptors:function(t){var e,n,r=a(t),i=s.f,c=o(r),f={},l=0;while(c.length>l)n=i(r,e=c[l++]),void 0!==n&&u(f,e,n);return f}})},ddb0:function(t,e,n){var r=n("da84"),i=n("fdbc"),o=n("e260"),a=n("9112"),s=n("b622"),u=s("iterator"),c=s("toStringTag"),f=o.values;for(var l in i){var d=r[l],p=d&&d.prototype;if(p){if(p[u]!==f)try{a(p,u,f)}catch(v){p[u]=f}if(p[c]||a(p,c,l),i[l])for(var h in o)if(p[h]!==o[h])try{a(p,h,o[h])}catch(v){p[h]=o[h]}}}},df75:function(t,e,n){var r=n("ca84"),i=n("7839");t.exports=Object.keys||function(t){return r(t,i)}},e01a:function(t,e,n){"use strict";var r=n("23e7"),i=n("83ab"),o=n("da84"),a=n("5135"),s=n("861d"),u=n("9bf2").f,c=n("e893"),f=o.Symbol;if(i&&"function"==typeof f&&(!("description"in f.prototype)||void 0!==f().description)){var l={},d=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),e=this instanceof d?new f(t):void 0===t?f():f(t);return""===t&&(l[e]=!0),e};c(d,f);var p=d.prototype=f.prototype;p.constructor=d;var h=p.toString,v="Symbol(test)"==String(f("test")),m=/^Symbol\((.*)\)[^)]+$/;u(p,"description",{configurable:!0,get:function(){var t=s(this)?this.valueOf():this,e=h.call(t);if(a(l,t))return"";var n=v?e.slice(7,-1):e.replace(m,"$1");return""===n?void 0:n}}),r({global:!0,forced:!0},{Symbol:d})}},e163:function(t,e,n){var r=n("5135"),i=n("7b0b"),o=n("f772"),a=n("e177"),s=o("IE_PROTO"),u=Object.prototype;t.exports=a?Object.getPrototypeOf:function(t){return t=i(t),r(t,s)?t[s]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?u:null}},e177:function(t,e,n){var r=n("d039");t.exports=!r((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},e260:function(t,e,n){"use strict";var r=n("fc6a"),i=n("44d2"),o=n("3f8c"),a=n("69f3"),s=n("7dd0"),u="Array Iterator",c=a.set,f=a.getterFor(u);t.exports=s(Array,"Array",(function(t,e){c(this,{type:u,target:r(t),index:0,kind:e})}),(function(){var t=f(this),e=t.target,n=t.kind,r=t.index++;return!e||r>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:e[r],done:!1}:{value:[r,e[r]],done:!1}}),"values"),o.Arguments=o.Array,i("keys"),i("values"),i("entries")},e439:function(t,e,n){var r=n("23e7"),i=n("d039"),o=n("fc6a"),a=n("06cf").f,s=n("83ab"),u=i((function(){a(1)})),c=!s||u;r({target:"Object",stat:!0,forced:c,sham:!s},{getOwnPropertyDescriptor:function(t,e){return a(o(t),e)}})},e538:function(t,e,n){var r=n("b622");e.f=r},e893:function(t,e,n){var r=n("5135"),i=n("56ef"),o=n("06cf"),a=n("9bf2");t.exports=function(t,e){for(var n=i(e),s=a.f,u=o.f,c=0;c<n.length;c++){var f=n[c];r(t,f)||s(t,f,u(e,f))}}},e8b5:function(t,e,n){var r=n("c6b6");t.exports=Array.isArray||function(t){return"Array"==r(t)}},e95a:function(t,e,n){var r=n("b622"),i=n("3f8c"),o=r("iterator"),a=Array.prototype;t.exports=function(t){return void 0!==t&&(i.Array===t||a[o]===t)}},f5df:function(t,e,n){var r=n("00ee"),i=n("c6b6"),o=n("b622"),a=o("toStringTag"),s="Arguments"==i(function(){return arguments}()),u=function(t,e){try{return t[e]}catch(n){}};t.exports=r?i:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=u(e=Object(t),a))?n:s?i(e):"Object"==(r=i(e))&&"function"==typeof e.callee?"Arguments":r}},f772:function(t,e,n){var r=n("5692"),i=n("90e3"),o=r("keys");t.exports=function(t){return o[t]||(o[t]=i(t))}},fb15:function(t,e,n){"use strict";if(n.r(e),"undefined"!==typeof window){var r=window.document.currentScript,i=n("8875");r=i(),"currentScript"in document||Object.defineProperty(document,"currentScript",{get:i});var o=r&&r.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);o&&(n.p=o[1])}var a=function(){var t=this,e=this,n=e.$createElement,r=e._self._c||n;return e.finalOptions.transition?r("div",{directives:[{name:"touch",rawName:"v-touch:swipe.left",value:e.leftSwipe,expression:"leftSwipe",arg:"swipe",modifiers:{left:!0}},{name:"touch",rawName:"v-touch:swipe.right",value:e.rightSwipe,expression:"rightSwipe",arg:"swipe",modifiers:{right:!0}},{name:"touch-options",rawName:"v-touch-options",value:{swipeTolerance:e.finalOptions.swipeTolerance},expression:"{ swipeTolerance: finalOptions.swipeTolerance }"}],staticClass:"slither-slider"},[r("slider-controller",{ref:"sliderController",attrs:{options:e.finalOptions,"container-width":e.containerWidth},on:{newNumberOfPages:function(e){t.numberOfPages=e},newNumberOfSlides:function(e){t.numberOfSlides=e},newActiveIndex:function(e){t.activeIndex=e,t.$emit("changed",e)}}},[e._t("default")],2),r("slider-controls",{attrs:{options:e.finalOptions,"show-controls":e.finalOptions.controls&&this.numberOfSlides>1,previous:e.$slots.previous,next:e.$slots.next},on:{next:e.next,prev:e.prev}}),r("slider-dots",{attrs:{options:e.finalOptions,"show-dots":e.finalOptions.dots,"number-of-slides":this.numberOfSlides,"number-of-pages":this.numberOfPages,"active-index":this.activeIndex},on:{goToIndex:e.goToIndex}})],1):e._e()},s=[];n("cca6"),n("b64b"),n("a4d3"),n("4de4"),n("e439"),n("159b"),n("dbb4");function u(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function c(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function f(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?c(Object(n),!0).forEach((function(e){u(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):c(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}n("e01a"),n("d3b7"),n("d28b"),n("3ca3"),n("e260"),n("ddb0");function l(t){return l="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},l(t)}n("a9e3"),n("d81d"),n("a630");var d={update:null,begin:null,loopBegin:null,changeBegin:null,change:null,changeComplete:null,loopComplete:null,complete:null,loop:1,direction:"normal",autoplay:!0,timelineOffset:0},p={duration:1e3,delay:0,endDelay:0,easing:"easeOutElastic(1, .5)",round:0},h=["translateX","translateY","translateZ","rotate","rotateX","rotateY","rotateZ","scale","scaleX","scaleY","scaleZ","skew","skewX","skewY","perspective","matrix","matrix3d"],v={CSS:{},springs:{}};function m(t,e,n){return Math.min(Math.max(t,e),n)}function g(t,e){return t.indexOf(e)>-1}function b(t,e){return t.apply(null,e)}var y={arr:function(t){return Array.isArray(t)},obj:function(t){return g(Object.prototype.toString.call(t),"Object")},pth:function(t){return y.obj(t)&&t.hasOwnProperty("totalLength")},svg:function(t){return t instanceof SVGElement},inp:function(t){return t instanceof HTMLInputElement},dom:function(t){return t.nodeType||y.svg(t)},str:function(t){return"string"===typeof t},fnc:function(t){return"function"===typeof t},und:function(t){return"undefined"===typeof t},nil:function(t){return y.und(t)||null===t},hex:function(t){return/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(t)},rgb:function(t){return/^rgb/.test(t)},hsl:function(t){return/^hsl/.test(t)},col:function(t){return y.hex(t)||y.rgb(t)||y.hsl(t)},key:function(t){return!d.hasOwnProperty(t)&&!p.hasOwnProperty(t)&&"targets"!==t&&"keyframes"!==t}};function x(t){var e=/\(([^)]+)\)/.exec(t);return e?e[1].split(",").map((function(t){return parseFloat(t)})):[]}function O(t,e){var n=x(t),r=m(y.und(n[0])?1:n[0],.1,100),i=m(y.und(n[1])?100:n[1],.1,100),o=m(y.und(n[2])?10:n[2],.1,100),a=m(y.und(n[3])?0:n[3],.1,100),s=Math.sqrt(i/r),u=o/(2*Math.sqrt(i*r)),c=u<1?s*Math.sqrt(1-u*u):0,f=1,l=u<1?(u*s-a)/c:-a+s;function d(t){var n=e?e*t/1e3:t;return n=u<1?Math.exp(-n*u*s)*(f*Math.cos(c*n)+l*Math.sin(c*n)):(f+l*n)*Math.exp(-n*s),0===t||1===t?t:1-n}function p(){var e=v.springs[t];if(e)return e;var n=1/6,r=0,i=0;while(1)if(r+=n,1===d(r)){if(i++,i>=16)break}else i=0;var o=r*n*1e3;return v.springs[t]=o,o}return e?d:p}function S(t){return void 0===t&&(t=10),function(e){return Math.ceil(m(e,1e-6,1)*t)*(1/t)}}var w=function(){var t=11,e=1/(t-1);function n(t,e){return 1-3*e+3*t}function r(t,e){return 3*e-6*t}function i(t){return 3*t}function o(t,e,o){return((n(e,o)*t+r(e,o))*t+i(e))*t}function a(t,e,o){return 3*n(e,o)*t*t+2*r(e,o)*t+i(e)}function s(t,e,n,r,i){var a,s,u=0;do{s=e+(n-e)/2,a=o(s,r,i)-t,a>0?n=s:e=s}while(Math.abs(a)>1e-7&&++u<10);return s}function u(t,e,n,r){for(var i=0;i<4;++i){var s=a(e,n,r);if(0===s)return e;var u=o(e,n,r)-t;e-=u/s}return e}function c(n,r,i,c){if(0<=n&&n<=1&&0<=i&&i<=1){var f=new Float32Array(t);if(n!==r||i!==c)for(var l=0;l<t;++l)f[l]=o(l*e,n,i);return function(t){return n===r&&i===c||0===t||1===t?t:o(d(t),r,c)}}function d(r){for(var o=0,c=1,l=t-1;c!==l&&f[c]<=r;++c)o+=e;--c;var d=(r-f[c])/(f[c+1]-f[c]),p=o+d*e,h=a(p,n,i);return h>=.001?u(r,p,n,i):0===h?p:s(r,o,o+e,n,i)}}return c}(),E=function(){var t={linear:function(){return function(t){return t}}},e={Sine:function(){return function(t){return 1-Math.cos(t*Math.PI/2)}},Circ:function(){return function(t){return 1-Math.sqrt(1-t*t)}},Back:function(){return function(t){return t*t*(3*t-2)}},Bounce:function(){return function(t){var e,n=4;while(t<((e=Math.pow(2,--n))-1)/11);return 1/Math.pow(4,3-n)-7.5625*Math.pow((3*e-2)/22-t,2)}},Elastic:function(t,e){void 0===t&&(t=1),void 0===e&&(e=.5);var n=m(t,1,10),r=m(e,.1,2);return function(t){return 0===t||1===t?t:-n*Math.pow(2,10*(t-1))*Math.sin((t-1-r/(2*Math.PI)*Math.asin(1/n))*(2*Math.PI)/r)}}},n=["Quad","Cubic","Quart","Quint","Expo"];return n.forEach((function(t,n){e[t]=function(){return function(t){return Math.pow(t,n+2)}}})),Object.keys(e).forEach((function(n){var r=e[n];t["easeIn"+n]=r,t["easeOut"+n]=function(t,e){return function(n){return 1-r(t,e)(1-n)}},t["easeInOut"+n]=function(t,e){return function(n){return n<.5?r(t,e)(2*n)/2:1-r(t,e)(-2*n+2)/2}},t["easeOutIn"+n]=function(t,e){return function(n){return n<.5?(1-r(t,e)(1-2*n))/2:(r(t,e)(2*n-1)+1)/2}}})),t}();function I(t,e){if(y.fnc(t))return t;var n=t.split("(")[0],r=E[n],i=x(t);switch(n){case"spring":return O(t,e);case"cubicBezier":return b(w,i);case"steps":return b(S,i);default:return b(r,i)}}function j(t){try{var e=document.querySelectorAll(t);return e}catch(n){return}}function P(t,e){for(var n=t.length,r=arguments.length>=2?arguments[1]:void 0,i=[],o=0;o<n;o++)if(o in t){var a=t[o];e.call(r,a,o,t)&&i.push(a)}return i}function T(t){return t.reduce((function(t,e){return t.concat(y.arr(e)?T(e):e)}),[])}function C(t){return y.arr(t)?t:(y.str(t)&&(t=j(t)||t),t instanceof NodeList||t instanceof HTMLCollection?[].slice.call(t):[t])}function A(t,e){return t.some((function(t){return t===e}))}function M(t){var e={};for(var n in t)e[n]=t[n];return e}function $(t,e){var n=M(t);for(var r in t)n[r]=e.hasOwnProperty(r)?e[r]:t[r];return n}function k(t,e){var n=M(t);for(var r in e)n[r]=y.und(t[r])?e[r]:t[r];return n}function L(t){var e=/rgb\((\d+,\s*[\d]+,\s*[\d]+)\)/g.exec(t);return e?"rgba("+e[1]+",1)":t}function _(t){var e=/^#?([a-f\d])([a-f\d])([a-f\d])$/i,n=t.replace(e,(function(t,e,n,r){return e+e+n+n+r+r})),r=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(n),i=parseInt(r[1],16),o=parseInt(r[2],16),a=parseInt(r[3],16);return"rgba("+i+","+o+","+a+",1)"}function N(t){var e,n,r,i=/hsl\((\d+),\s*([\d.]+)%,\s*([\d.]+)%\)/g.exec(t)||/hsla\((\d+),\s*([\d.]+)%,\s*([\d.]+)%,\s*([\d.]+)\)/g.exec(t),o=parseInt(i[1],10)/360,a=parseInt(i[2],10)/100,s=parseInt(i[3],10)/100,u=i[4]||1;function c(t,e,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?t+6*(e-t)*n:n<.5?e:n<2/3?t+(e-t)*(2/3-n)*6:t}if(0==a)e=n=r=s;else{var f=s<.5?s*(1+a):s+a-s*a,l=2*s-f;e=c(l,f,o+1/3),n=c(l,f,o),r=c(l,f,o-1/3)}return"rgba("+255*e+","+255*n+","+255*r+","+u+")"}function D(t){return y.rgb(t)?L(t):y.hex(t)?_(t):y.hsl(t)?N(t):void 0}function B(t){var e=/[+-]?\d*\.?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?(%|px|pt|em|rem|in|cm|mm|ex|ch|pc|vw|vh|vmin|vmax|deg|rad|turn)?$/.exec(t);if(e)return e[1]}function F(t){return g(t,"translate")||"perspective"===t?"px":g(t,"rotate")||g(t,"skew")?"deg":void 0}function H(t,e){return y.fnc(t)?t(e.target,e.id,e.total):t}function W(t,e){return t.getAttribute(e)}function R(t,e,n){var r=B(e);if(A([n,"deg","rad","turn"],r))return e;var i=v.CSS[e+n];if(!y.und(i))return i;var o=100,a=document.createElement(t.tagName),s=t.parentNode&&t.parentNode!==document?t.parentNode:document.body;s.appendChild(a),a.style.position="absolute",a.style.width=o+n;var u=o/a.offsetWidth;s.removeChild(a);var c=u*parseFloat(e);return v.CSS[e+n]=c,c}function q(t,e,n){if(e in t.style){var r=e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),i=t.style[e]||getComputedStyle(t).getPropertyValue(r)||"0";return n?R(t,i,n):i}}function X(t,e){return y.dom(t)&&!y.inp(t)&&(!y.nil(W(t,e))||y.svg(t)&&t[e])?"attribute":y.dom(t)&&A(h,e)?"transform":y.dom(t)&&"transform"!==e&&q(t,e)?"css":null!=t[e]?"object":void 0}function V(t){if(y.dom(t)){var e,n=t.style.transform||"",r=/(\w+)\(([^)]*)\)/g,i=new Map;while(e=r.exec(n))i.set(e[1],e[2]);return i}}function Y(t,e,n,r){var i=g(e,"scale")?1:0+F(e),o=V(t).get(e)||i;return n&&(n.transforms.list.set(e,o),n.transforms["last"]=e),r?R(t,o,r):o}function G(t,e,n,r){switch(X(t,e)){case"transform":return Y(t,e,r,n);case"css":return q(t,e,n);case"attribute":return W(t,e);default:return t[e]||0}}function z(t,e){var n=/^(\*=|\+=|-=)/.exec(t);if(!n)return t;var r=B(t)||0,i=parseFloat(e),o=parseFloat(t.replace(n[0],""));switch(n[0][0]){case"+":return i+o+r;case"-":return i-o+r;case"*":return i*o+r}}function U(t,e){if(y.col(t))return D(t);if(/\s/g.test(t))return t;var n=B(t),r=n?t.substr(0,t.length-n.length):t;return e?r+e:r}function Q(t,e){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))}function Z(t){return 2*Math.PI*W(t,"r")}function J(t){return 2*W(t,"width")+2*W(t,"height")}function K(t){return Q({x:W(t,"x1"),y:W(t,"y1")},{x:W(t,"x2"),y:W(t,"y2")})}function tt(t){for(var e,n=t.points,r=0,i=0;i<n.numberOfItems;i++){var o=n.getItem(i);i>0&&(r+=Q(e,o)),e=o}return r}function et(t){var e=t.points;return tt(t)+Q(e.getItem(e.numberOfItems-1),e.getItem(0))}function nt(t){if(t.getTotalLength)return t.getTotalLength();switch(t.tagName.toLowerCase()){case"circle":return Z(t);case"rect":return J(t);case"line":return K(t);case"polyline":return tt(t);case"polygon":return et(t)}}function rt(t){var e=nt(t);return t.setAttribute("stroke-dasharray",e),e}function it(t){var e=t.parentNode;while(y.svg(e)){if(!y.svg(e.parentNode))break;e=e.parentNode}return e}function ot(t,e){var n=e||{},r=n.el||it(t),i=r.getBoundingClientRect(),o=W(r,"viewBox"),a=i.width,s=i.height,u=n.viewBox||(o?o.split(" "):[0,0,a,s]);return{el:r,viewBox:u,x:u[0]/1,y:u[1]/1,w:a,h:s,vW:u[2],vH:u[3]}}function at(t,e){var n=y.str(t)?j(t)[0]:t,r=e||100;return function(t){return{property:t,el:n,svg:ot(n),totalLength:nt(n)*(r/100)}}}function st(t,e,n){function r(n){void 0===n&&(n=0);var r=e+n>=1?e+n:0;return t.el.getPointAtLength(r)}var i=ot(t.el,t.svg),o=r(),a=r(-1),s=r(1),u=n?1:i.w/i.vW,c=n?1:i.h/i.vH;switch(t.property){case"x":return(o.x-i.x)*u;case"y":return(o.y-i.y)*c;case"angle":return 180*Math.atan2(s.y-a.y,s.x-a.x)/Math.PI}}function ut(t,e){var n=/[+-]?\d*\.?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?/g,r=U(y.pth(t)?t.totalLength:t,e)+"";return{original:r,numbers:r.match(n)?r.match(n).map(Number):[0],strings:y.str(t)||e?r.split(n):[]}}function ct(t){var e=t?T(y.arr(t)?t.map(C):C(t)):[];return P(e,(function(t,e,n){return n.indexOf(t)===e}))}function ft(t){var e=ct(t);return e.map((function(t,n){return{target:t,id:n,total:e.length,transforms:{list:V(t)}}}))}function lt(t,e){var n=M(e);if(/^spring/.test(n.easing)&&(n.duration=O(n.easing)),y.arr(t)){var r=t.length,i=2===r&&!y.obj(t[0]);i?t={value:t}:y.fnc(e.duration)||(n.duration=e.duration/r)}var o=y.arr(t)?t:[t];return o.map((function(t,n){var r=y.obj(t)&&!y.pth(t)?t:{value:t};return y.und(r.delay)&&(r.delay=n?0:e.delay),y.und(r.endDelay)&&(r.endDelay=n===o.length-1?e.endDelay:0),r})).map((function(t){return k(t,n)}))}function dt(t){for(var e=P(T(t.map((function(t){return Object.keys(t)}))),(function(t){return y.key(t)})).reduce((function(t,e){return t.indexOf(e)<0&&t.push(e),t}),[]),n={},r=function(r){var i=e[r];n[i]=t.map((function(t){var e={};for(var n in t)y.key(n)?n==i&&(e.value=t[n]):e[n]=t[n];return e}))},i=0;i<e.length;i++)r(i);return n}function pt(t,e){var n=[],r=e.keyframes;for(var i in r&&(e=k(dt(r),e)),e)y.key(i)&&n.push({name:i,tweens:lt(e[i],t)});return n}function ht(t,e){var n={};for(var r in t){var i=H(t[r],e);y.arr(i)&&(i=i.map((function(t){return H(t,e)})),1===i.length&&(i=i[0])),n[r]=i}return n.duration=parseFloat(n.duration),n.delay=parseFloat(n.delay),n}function vt(t,e){var n;return t.tweens.map((function(r){var i=ht(r,e),o=i.value,a=y.arr(o)?o[1]:o,s=B(a),u=G(e.target,t.name,s,e),c=n?n.to.original:u,f=y.arr(o)?o[0]:c,l=B(f)||B(u),d=s||l;return y.und(a)&&(a=c),i.from=ut(f,d),i.to=ut(z(a,f),d),i.start=n?n.end:0,i.end=i.start+i.delay+i.duration+i.endDelay,i.easing=I(i.easing,i.duration),i.isPath=y.pth(o),i.isPathTargetInsideSVG=i.isPath&&y.svg(e.target),i.isColor=y.col(i.from.original),i.isColor&&(i.round=1),n=i,i}))}var mt={css:function(t,e,n){return t.style[e]=n},attribute:function(t,e,n){return t.setAttribute(e,n)},object:function(t,e,n){return t[e]=n},transform:function(t,e,n,r,i){if(r.list.set(e,n),e===r.last||i){var o="";r.list.forEach((function(t,e){o+=e+"("+t+") "})),t.style.transform=o}}};function gt(t,e){var n=ft(t);n.forEach((function(t){for(var n in e){var r=H(e[n],t),i=t.target,o=B(r),a=G(i,n,o,t),s=o||B(a),u=z(U(r,s),a),c=X(i,n);mt[c](i,n,u,t.transforms,!0)}}))}function bt(t,e){var n=X(t.target,e.name);if(n){var r=vt(e,t),i=r[r.length-1];return{type:n,property:e.name,animatable:t,tweens:r,duration:i.end,delay:r[0].delay,endDelay:i.endDelay}}}function yt(t,e){return P(T(t.map((function(t){return e.map((function(e){return bt(t,e)}))}))),(function(t){return!y.und(t)}))}function xt(t,e){var n=t.length,r=function(t){return t.timelineOffset?t.timelineOffset:0},i={};return i.duration=n?Math.max.apply(Math,t.map((function(t){return r(t)+t.duration}))):e.duration,i.delay=n?Math.min.apply(Math,t.map((function(t){return r(t)+t.delay}))):e.delay,i.endDelay=n?i.duration-Math.max.apply(Math,t.map((function(t){return r(t)+t.duration-t.endDelay}))):e.endDelay,i}var Ot=0;function St(t){var e=$(d,t),n=$(p,t),r=pt(n,t),i=ft(t.targets),o=yt(i,r),a=xt(o,n),s=Ot;return Ot++,k(e,{id:s,children:[],animatables:i,animations:o,duration:a.duration,delay:a.delay,endDelay:a.endDelay})}var wt=[],Et=function(){var t;function e(){t||It()&&jt.suspendWhenDocumentHidden||!(wt.length>0)||(t=requestAnimationFrame(n))}function n(e){var r=wt.length,i=0;while(i<r){var o=wt[i];o.paused?(wt.splice(i,1),r--):(o.tick(e),i++)}t=i>0?requestAnimationFrame(n):void 0}function r(){jt.suspendWhenDocumentHidden&&(It()?t=cancelAnimationFrame(t):(wt.forEach((function(t){return t._onDocumentVisibility()})),Et()))}return"undefined"!==typeof document&&document.addEventListener("visibilitychange",r),e}();function It(){return!!document&&document.hidden}function jt(t){void 0===t&&(t={});var e,n=0,r=0,i=0,o=0,a=null;function s(t){var e=window.Promise&&new Promise((function(t){return a=t}));return t.finished=e,e}var u=St(t);s(u);function c(){var t=u.direction;"alternate"!==t&&(u.direction="normal"!==t?"normal":"reverse"),u.reversed=!u.reversed,e.forEach((function(t){return t.reversed=u.reversed}))}function f(t){return u.reversed?u.duration-t:t}function l(){n=0,r=f(u.currentTime)*(1/jt.speed)}function d(t,e){e&&e.seek(t-e.timelineOffset)}function p(t){if(u.reversePlayback)for(var n=o;n--;)d(t,e[n]);else for(var r=0;r<o;r++)d(t,e[r])}function h(t){var e=0,n=u.animations,r=n.length;while(e<r){var i=n[e],o=i.animatable,a=i.tweens,s=a.length-1,c=a[s];s&&(c=P(a,(function(e){return t<e.end}))[0]||c);for(var f=m(t-c.start-c.delay,0,c.duration)/c.duration,l=isNaN(f)?1:c.easing(f),d=c.to.strings,p=c.round,h=[],v=c.to.numbers.length,g=void 0,b=0;b<v;b++){var y=void 0,x=c.to.numbers[b],O=c.from.numbers[b]||0;y=c.isPath?st(c.value,l*x,c.isPathTargetInsideSVG):O+l*(x-O),p&&(c.isColor&&b>2||(y=Math.round(y*p)/p)),h.push(y)}var S=d.length;if(S){g=d[0];for(var w=0;w<S;w++){d[w];var E=d[w+1],I=h[w];isNaN(I)||(g+=E?I+E:I+" ")}}else g=h[0];mt[i.type](o.target,i.property,g,o.transforms),i.currentValue=g,e++}}function v(t){u[t]&&!u.passThrough&&u[t](u)}function g(){u.remaining&&!0!==u.remaining&&u.remaining--}function b(t){var o=u.duration,l=u.delay,d=o-u.endDelay,b=f(t);u.progress=m(b/o*100,0,100),u.reversePlayback=b<u.currentTime,e&&p(b),!u.began&&u.currentTime>0&&(u.began=!0,v("begin")),!u.loopBegan&&u.currentTime>0&&(u.loopBegan=!0,v("loopBegin")),b<=l&&0!==u.currentTime&&h(0),(b>=d&&u.currentTime!==o||!o)&&h(o),b>l&&b<d?(u.changeBegan||(u.changeBegan=!0,u.changeCompleted=!1,v("changeBegin")),v("change"),h(b)):u.changeBegan&&(u.changeCompleted=!0,u.changeBegan=!1,v("changeComplete")),u.currentTime=m(b,0,o),u.began&&v("update"),t>=o&&(r=0,g(),u.remaining?(n=i,v("loopComplete"),u.loopBegan=!1,"alternate"===u.direction&&c()):(u.paused=!0,u.completed||(u.completed=!0,v("loopComplete"),v("complete"),!u.passThrough&&"Promise"in window&&(a(),s(u)))))}return u.reset=function(){var t=u.direction;u.passThrough=!1,u.currentTime=0,u.progress=0,u.paused=!0,u.began=!1,u.loopBegan=!1,u.changeBegan=!1,u.completed=!1,u.changeCompleted=!1,u.reversePlayback=!1,u.reversed="reverse"===t,u.remaining=u.loop,e=u.children,o=e.length;for(var n=o;n--;)u.children[n].reset();(u.reversed&&!0!==u.loop||"alternate"===t&&1===u.loop)&&u.remaining++,h(u.reversed?u.duration:0)},u._onDocumentVisibility=l,u.set=function(t,e){return gt(t,e),u},u.tick=function(t){i=t,n||(n=i),b((i+(r-n))*jt.speed)},u.seek=function(t){b(f(t))},u.pause=function(){u.paused=!0,l()},u.play=function(){u.paused&&(u.completed&&u.reset(),u.paused=!1,wt.push(u),l(),Et())},u.reverse=function(){c(),u.completed=!u.reversed,l()},u.restart=function(){u.reset(),u.play()},u.remove=function(t){var e=ct(t);Tt(e,u)},u.reset(),u.autoplay&&u.play(),u}function Pt(t,e){for(var n=e.length;n--;)A(t,e[n].animatable.target)&&e.splice(n,1)}function Tt(t,e){var n=e.animations,r=e.children;Pt(t,n);for(var i=r.length;i--;){var o=r[i],a=o.animations;Pt(t,a),a.length||o.children.length||r.splice(i,1)}n.length||r.length||e.pause()}function Ct(t){for(var e=ct(t),n=wt.length;n--;){var r=wt[n];Tt(e,r)}}function At(t,e){void 0===e&&(e={});var n=e.direction||"normal",r=e.easing?I(e.easing):null,i=e.grid,o=e.axis,a=e.from||0,s="first"===a,u="center"===a,c="last"===a,f=y.arr(t),l=f?parseFloat(t[0]):parseFloat(t),d=f?parseFloat(t[1]):0,p=B(f?t[1]:t)||0,h=e.start||0+(f?l:0),v=[],m=0;return function(t,e,g){if(s&&(a=0),u&&(a=(g-1)/2),c&&(a=g-1),!v.length){for(var b=0;b<g;b++){if(i){var y=u?(i[0]-1)/2:a%i[0],x=u?(i[1]-1)/2:Math.floor(a/i[0]),O=b%i[0],S=Math.floor(b/i[0]),w=y-O,E=x-S,I=Math.sqrt(w*w+E*E);"x"===o&&(I=-w),"y"===o&&(I=-E),v.push(I)}else v.push(Math.abs(a-b));m=Math.max.apply(Math,v)}r&&(v=v.map((function(t){return r(t/m)*m}))),"reverse"===n&&(v=v.map((function(t){return o?t<0?-1*t:-t:Math.abs(m-t)})))}var j=f?(d-l)/m:l;return h+j*(Math.round(100*v[e])/100)+p}}function Mt(t){void 0===t&&(t={});var e=jt(t);return e.duration=0,e.add=function(n,r){var i=wt.indexOf(e),o=e.children;function a(t){t.passThrough=!0}i>-1&&wt.splice(i,1);for(var s=0;s<o.length;s++)a(o[s]);var u=k(n,$(p,t));u.targets=u.targets||t.targets;var c=e.duration;u.autoplay=!1,u.direction=e.direction,u.timelineOffset=y.und(r)?c:z(r,c),a(e),e.seek(u.timelineOffset);var f=jt(u);a(f),o.push(f);var l=xt(o,t);return e.delay=l.delay,e.endDelay=l.endDelay,e.duration=l.duration,e.seek(0),e.reset(),e.autoplay&&e.play(),e},e}jt.version="3.2.1",jt.speed=1,jt.suspendWhenDocumentHidden=!0,jt.running=wt,jt.remove=Ct,jt.get=G,jt.set=gt,jt.convertPx=R,jt.path=at,jt.setDashoffset=rt,jt.stagger=At,jt.timeline=Mt,jt.easing=I,jt.penner=E,jt.random=function(t,e){return Math.floor(Math.random()*(e-t+1))+t};var $t,kt,Lt=jt,_t=n("8bbf"),Nt=n.n(_t),Dt=(new Nt.a,{name:"Slide",render:function(t){var e=t("div",{ref:"slide",class:this.slideClasses,style:this.styles},this.slideSet),n=t("div",{ref:"slideWrapper"},[e]);return n},props:{options:{type:Object,required:!0},index:{type:Number,required:!0},activeIndex:{type:Number,required:!0},slideSet:{type:Array,required:!0},numberOfElementsPerSlide:{type:Number,required:!0}},data:function(){return{height:"auto"}},mounted:function(){this.setHeight()},computed:{slideClasses:function(){var t=["slither-slider-slide"];return this.index===this.activeIndex&&t.push("slither-slider-active-slide"),t},styles:function(){return this.options.endless?"left"===this.options.cuts?{display:"flex",flexDirection:"row-reverse"}:{display:"flex"}:{position:"relative",height:this.height,display:"grid",gridTemplateColumns:this.calculateGrid(),gap:this.options.gap+"px"}}},methods:{setHeight:function(){if(this.options.fullscreen){var t=window.innerHeight+this.options.fullscreenOffset;this.height=t+"px"}},calculateGrid:function(){return this.options.preserveGrid?"repeat(".concat(this.numberOfElementsPerSlide,", minmax(0, 1fr))"):this.slideSet.length<=this.numberOfElementsPerSlide?"repeat(".concat(this.slideSet.length,", minmax(0, 1fr))"):"repeat(".concat(this.numberOfElementsPerSlide,", minmax(0, 1fr))")}}}),Bt=Dt;function Ft(t,e,n,r,i,o,a,s){var u,c="function"===typeof t?t.options:t;if(e&&(c.render=e,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),o&&(c._scopeId="data-v-"+o),a?(u=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},c._ssrRegister=u):i&&(u=s?function(){i.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:i),u)if(c.functional){c._injectStyles=u;var f=c.render;c.render=function(t,e){return u.call(e),f(t,e)}}else{var l=c.beforeCreate;c.beforeCreate=l?[].concat(l,u):[u]}return{exports:t,options:c}}var Ht,Wt,Rt,qt,Xt=Ft(Bt,$t,kt,!1,null,null,null),Vt=Xt.exports,Yt={name:"Slides",render:function(t){var e=this,n=[];return this.slideSets.forEach((function(r,i){var o=i===e.activeIndex||e.options.endless&&0===i?t(Vt,{key:i,ref:"slide",style:e.styles,class:"slither-slider-slide-wrapper",props:{options:e.options,slideSet:r,index:i,activeIndex:e.activeIndex,numberOfElementsPerSlide:e.numberOfElementsPerSlide,randothing:e.activeIndex===i}}):null;if(e.options.endless||e.animating)n.push(o);else{var a=t("transition-group",{tag:"div",class:"slither-slider-transition-group",style:"width:100%;",css:"false",on:{enter:e.animateIn,leave:e.animateOut}},[o]);n.push(a)}})),t("div",{style:{overflow:"hidden",height:this.height,transition:"height 300ms"}},n)},components:{Slide:Vt},props:{slideSets:{type:Array,required:!0},activeIndex:{type:Number,required:!0},options:{type:Object,required:!0},numberOfElementsPerSlide:{type:Number,required:!0},slideDirection:{type:String,default:"left"},numberOfSlides:{type:Number,required:!0}},data:function(){return{height:"auto"}},computed:{activeSlide:function(){return this.options.endless?0:this.slideSets[this.activeIndex]},styles:function(){var t={};return this.options.endless&&("left"===this.options.cuts?t.marginLeft=this.options.gap+"px":t.marginRight=this.options.gap+"px"),t},totalOffsetWidth:function(){for(var t=0,e=Array.from(this.$refs.slide.$el.children[0].children),n=0;n<this.activeIndex;n++){var r=e[n],i=r.getBoundingClientRect();t+=i.width,t+=this.options.gap}return t},endOffsetWidth:function(){for(var t=0,e=Array.from(this.$refs.slide.$el.children[0].children),n=0;n<e.length-this.options.extras;n++){var r=e[n],i=r.getBoundingClientRect();t+=i.width,t+=this.options.gap}return t}},methods:{animateIn:function(t,e){"fade"===this.options.transition?this.fadeAnimation(t,e,"in",this.slideDirection):"slide"===this.options.transition&&this.slideAnimation(t,e,"in",this.slideDirection)},animateOut:function(t,e){var n=t.parentElement.getBoundingClientRect(),r=t.getBoundingClientRect(),i={};i.top=r.top-n.top,i.right=r.right-n.right,i.bottom=r.bottom-n.bottom,i.left=r.left-n.left,1===this.activeIndex&&(this.height=this.$el.offsetHeight+"px"),Lt.set(t,{position:"absolute",top:i.top+"px",left:i.left+"px",width:n.width+"px",height:n.height+"px"}),"fade"===this.options.transition?this.fadeAnimation(t,e,"out",this.slideDirection):"slide"===this.options.transition&&this.slideAnimation(t,e,"out",this.slideDirection)},fadeAnimation:function(t,e,n,r){var i=this,o="in"===n?0:1,a="in"===n?1:0;Lt.set(t,{opacity:o}),Lt({targets:t,opacity:a,duration:this.options.animationDuration,easing:this.options.animationEasing,complete:function(){i.$emit("animating",!1),i.options.adaptiveHeight&&(i.height=i.$refs.slide.$el.offsetHeight+"px"),e()}})},slideAnimation:function(t,e,n,r){var i=this,o=1,a=1,s="in"===n?"-100%":0,u="in"===n?0:100;"left"===r&&(s="in"===n?"100%":0,u="in"===n?0:"-100%"),this.$emit("animating",!0),Lt.set(t,{translateX:s,opacity:o}),Lt({targets:t,translateX:u,opacity:a,duration:this.options.animationDuration,easing:this.options.animationEasing,complete:function(){i.$emit("animating",!1),i.options.adaptiveHeight&&(i.height=i.$refs.slide.$el.offsetHeight+"px"),e()}})}},watch:{activeIndex:function(t,e){var n=this;this.options.endless&&(this.animating=!0,this.$emit("animating",!0),e<t-1&&Lt.set(this.$el,{translateX:-this.endOffsetWidth}),Lt({targets:this.$el,opacity:1,duration:this.options.animationDuration,translateX:"left"===this.options.cuts?this.totalOffsetWidth:-this.totalOffsetWidth,easing:"easeOutExpo",complete:function(){n.options.loop&&t+1>n.numberOfSlides?(Lt.set(n.$el,{translateX:0}),n.animating=!1,n.$emit("animating",!1),n.$emit("resetToStart")):(n.animating=!1,n.$emit("animating",!1))}}))}}},Gt=Yt,zt=Ft(Gt,Ht,Wt,!1,null,null,null),Ut=zt.exports,Qt={name:"SliderController",render:function(t){var e=this;if(this.loaded){var n=this.buildSlideSets(t),r=t(Ut,{class:"slither-slider-slides",style:this.sliderStyles,props:{activeIndex:this.activeIndex,slideSets:n,options:this.options,numberOfElementsPerSlide:this.numberOfElementsPerSlide,slideDirection:this.slideDirection,numberOfSlides:this.numberOfSlides},on:{animating:function(t){e.animating=t},resetToStart:function(){e.setIndex(0)}}}),i=t("div",{class:"slither-slider-barndoor",style:this.barndoorStyles},[r]),o=t("div",{class:"slither-slider-controller"},[i]);return o}return""},props:{options:{type:Object,default:function(){return{}}},containerWidth:{type:Number,required:!0}},data:function(){return{defaultSlot:null,activeIndex:0,animating:!1,slideElements:[],inlineHeight:0,loaded:!1,autoplayInterval:null,windowWidth:window.innerWidth,slideDirection:null}},computed:{numberOfSlides:function(){var t=0;return this.slideElements.forEach((function(e){"undefined"!==typeof e&&"undefined"!==typeof e.tag&&(t+=1)})),t},numberOfElementsPerSlide:function(){var t=this;if(this.options.endless)return this.numberOfSlides;if("object"===l(this.options.numberOfSlides)){var e=1,n=0;return this.options.numberOfSlides.forEach((function(r){r.min>=n&&r.min<=t.windowWidth&&(n=r.min,e=r.number)})),e}return this.options.numberOfSlides},numberOfPages:function(){return this.options.endless?1:Math.ceil(this.numberOfSlides/this.numberOfElementsPerSlide)},nextIndex:function(){var t=this.activeIndex+1;return this.options.endless&&this.options.loop?t<=this.numberOfSlides?t:0:this.options.endless&&!this.options.loop?t<this.numberOfSlides?t:0:t<=this.numberOfPages-1?t:0},prevIndex:function(){var t=this.activeIndex-1;return this.options.endless&&this.options.loop?t>=0?t:this.numberOfSlides-1:this.options.endless&&!this.options.loop?t>0?t:this.numberOfSlides-1:t>=0?t:this.numberOfPages-1},barndoorStyles:function(){var t={position:"relative",paddingTop:this.options.overflowHiddenPadding.top+"px",paddingRight:this.options.overflowHiddenPadding.right+"px",paddingBottom:this.options.overflowHiddenPadding.bottom+"px",paddingLeft:this.options.overflowHiddenPadding.left+"px",maxWidth:"100%",height:"auto"};return this.animating?t["overflow"]="hidden":this.options.endless&&(t["overflowX"]="hidden"),t},sliderStyles:function(){var t={};if(this.options.endless){var e=3e5;if("left"===this.options.cuts){var n=e-this.containerWidth;t={width:"".concat(e,"px"),marginLeft:"-".concat(n,"px")}}else t={width:"".concat(e,"px")}}return t}},mounted:function(){this.defaultSlot=this.$slots.default,this.init()},beforeUpdate:function(){this.buildAndAddSlides()},methods:{init:function(){var t=this;this.buildAndAddSlides(),this.$nextTick((function(){t.loaded=!0,t.startAutoplay()})),window.addEventListener("resize",(function(){t.resize()}))},reload:function(){this.loaded=!1,this.init()},resize:function(){this.windowWidth=window.innerWidth},buildAndAddSlides:function(){var t=this;this.slideElements=[],this.$slots&&this.$slots.default&&this.$slots.default.forEach((function(e){t.slideElements.push(e)}))},setIndex:function(t){this.animating||(this.activeIndex=t)},goToIndex:function(t,e){this.slideDirection=e?"next"===e?"left":"right":this.activeIndex<t?"left":"right",this.setIndex(t)},next:function(){this.animating&&!this.options.endless||this.goToIndex(this.nextIndex,"next")},prev:function(){this.animating&&!this.options.endless||this.goToIndex(this.prevIndex,"prev")},startAutoplay:function(){this.options.autoplay&&this.resetAutoPlayInterval()},resetAutoPlayInterval:function(){var t=this;if(this.options.autoplay){clearInterval(this.autoplayInterval);var e=this.options.secondsOnSlide?1e3*this.options.secondsOnSlide:4e3;this.autoplayInterval=setInterval((function(){t.next()}),e)}},pauseInterval:function(){clearInterval(this.autoplayInterval)},deepClone:function(t,e){function n(t){var r=e(t.tag,t.data);if(t.children){var i=t.children&&t.children.map((function(t){return n(t)}));r=e(t.tag,t.data,i)}return r.text=t.text,r.isComment=t.isComment,r.componentInstance=t.componentInstance,r.componentOptions=t.componentOptions,r.elm=t.elm,r.context=t.context,r.ns=t.ns,r.isStatic=t.isStatic,r.key=9900*Math.random()+100,r}if(t){var r=n(t);return r}return null},buildSlideSets:function(t){var e=this,n=[],r=[];this.slideElements.forEach((function(t){"undefined"!==typeof t&&"undefined"!==typeof t.tag&&n.push(t)}));for(var i=1;i<=this.numberOfPages;i++){for(var o=[],a=(i-1)*this.numberOfElementsPerSlide,s=function(t){e.options.endless&&("right"===e.options.cuts?n[t].data.style=f({marginRight:e.options.gap+"px"},n[t].data.style):n[t].data.style=f({marginLeft:e.options.gap+"px"},n[t].data.style)),e.options.clickableSlides&&("undefined"===typeof n[t].data.on&&(n[t].data["on"]={}),n[t].data.style=f({cursor:"pointer"},n[t].data.style),n[t].data.on.click=function(){e.goToIndex(t)}),n[t]&&o.push(n[t])},u=a;u<this.numberOfElementsPerSlide+a;u++)s(u);r.push(o)}if(this.options.endless&&this.options.loop)for(var c=0;c<this.options.extras;c++){var l=this.deepClone(n[c],t);l&&r[0].push(l)}return r}},watch:{numberOfSlides:function(t){this.$emit("newNumberOfSlides",t)},numberOfPages:function(t){this.$emit("newNumberOfPages",t)},activeIndex:function(t){this.resetAutoPlayInterval(),this.$emit("newActiveIndex",t)}}},Zt=Qt,Jt=(n("2e0f"),Ft(Zt,Rt,qt,!1,null,null,null)),Kt=Jt.exports,te=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.showControls?n("div",{staticClass:"slither-slider-controls",class:t.options.controlsWrapperClass},[n("div",{on:{click:function(e){return t.$emit("prev")}}},[t.previous?[n("vnodes",{attrs:{vnodes:t.previous}})]:[n("button",{staticClass:"slider-direction slider-direction--prev"},[t._v(" « ")])]],2),n("div",{on:{click:function(e){return t.$emit("next")}}},[void 0,t.next?[n("vnodes",{attrs:{vnodes:t.next}})]:[n("button",{staticClass:"slider-direction slider-direction--next"},[t._v(" » ")])]],2)]):t._e()},ee=[],ne={name:"SliderControls",components:{Vnodes:{functional:!0,render:function(t,e){return e.props.vnodes},props:{vnodes:{type:Array,required:!0}}}},props:{showControls:{type:Boolean,default:!0},options:{type:Object,required:!0},next:{type:Array,default:null},previous:{type:Array,default:null}}},re=ne,ie=(n("87bd"),Ft(re,te,ee,!1,null,null,null)),oe=ie.exports,ae=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.numberOfDots>1&&t.options.dots?n("ol",{staticClass:"slither-slider-dots"},t._l(t.numberOfDots,(function(e){return n("li",{key:e,staticClass:"slither-slider-dot",class:t.dotClass(e),on:{click:function(n){return t.$emit("goToIndex",e-1)}}},[t._v(" "+t._s(e)+" ")])})),0):t._e()},se=[],ue={name:"SliderDots",props:{options:{type:Object,required:!0},activeIndex:{type:Number,required:!0},numberOfSlides:{type:Number,required:!0},numberOfPages:{type:Number,required:!0}},computed:{numberOfDots:function(){return this.options.endless?this.numberOfSlides:this.numberOfPages}},methods:{dotClass:function(t){var e={"active-slide":this.activeIndex+1===t};if(this.options.animatedDots){var n=this.activeIndex+1-t;this.options.dotLimit?(e["large-dot"]=0===n||1===n||2===n,e["medium-dot"]=-1===n||2===n,e["small-dot"]=-2===n||-3===n,e["hidden-dot"]=n>4||n<-2):(e["large-dot"]=0===n,e["medium-dot"]=-1===n||1===n,e["small-dot"]=n<=-2||n>=2)}return e}}},ce=ue,fe=(n("9bbf"),Ft(ce,ae,se,!1,null,"686e2b33",null)),le=fe.exports,de={name:"SlitherSlider",components:{SliderController:Kt,SliderControls:oe,SliderDots:le},props:{options:{type:Object,default:function(){return{}}}},data:function(){return{numberOfSlides:0,numberOfPages:0,activeIndex:0,defaultSlot:[],containerWidth:0,defaultOptions:{autoplay:!1,transition:"slide",animationDuration:500,animationEasing:"easeOutQuint",clickableSlides:!1,controls:!0,dots:!0,animatedDots:!1,dotLimit:!1,fullscreen:!1,fullscreenOffset:null,numberOfSlides:1,controlsWrapperClass:null,endless:!1,gap:30,adaptiveHeight:!1,loop:!0,extras:3,overflowHiddenPadding:{top:0,left:0,right:0,bottom:0},touch:!0,cuts:"right",preserveGrid:!1,swipeTolerance:80},finalOptions:{}}},created:function(){this.setOptions()},mounted:function(){var t=this;this.defaultSlot=this.$slots.default,this.$emit("changed",0),window.addEventListener("resize",(function(){t.setContainerWidth()})),this.refresh()},computed:{hasSlides:function(){return this.numberOfSlides>0}},methods:{reload:function(){this.$refs.sliderController.reload()},refresh:function(){this.setContainerWidth(),this.$refs.sliderController.buildAndAddSlides()},setOptions:function(){this.finalOptions=Object.assign({},this.defaultOptions,this.options)},leftSwipe:function(){this.finalOptions.touch&&this.next()},rightSwipe:function(){this.finalOptions.touch&&this.prev()},next:function(){this.$refs.sliderController&&this.$refs.sliderController.next()},prev:function(){this.$refs.sliderController&&this.$refs.sliderController.prev()},goToIndex:function(t){this.$refs.sliderController&&this.$refs.sliderController.goToIndex(t)},setContainerWidth:function(){this.containerWidth=this.$el.getBoundingClientRect().width}}},pe=de,he=(n("4713"),Ft(pe,a,s,!1,null,null,null)),ve=he.exports,me=n("0086"),ge=n.n(me),be={install:function(t){t.use(ge.a),t.component("slither-slider",ve)}};e["default"]=be},fc6a:function(t,e,n){var r=n("44ad"),i=n("1d80");t.exports=function(t){return r(i(t))}},fdbc:function(t,e){t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(t,e,n){var r=n("4930");t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator}})}));
//# sourceMappingURL=slither-slider.umd.min.js.map