/**
 * Skipped minification because the original files appears to be already minified.
 * Original file: /npm/vue-antiscroll-addon@2.1.4/dist/vue-antiscroll-addon.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports["vue-antiscroll-addon"]=e():t["vue-antiscroll-addon"]=e()}(this,function(){return function(t){function e(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,e),i.l=!0,i.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=13)}([function(t,e){var n=t.exports={version:"2.4.0"};"number"==typeof __e&&(__e=n)},function(t,e,n){t.exports=!n(2)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,n){"use strict";var r={proxy:function(t,e){var n=t[e];return function(){return n.apply(t,arguments)}},getStyle:function(t,e,n){var r=void 0;if(["width","height"].indexOf(e)>-1)return this.getDimension(t,e);if(t.currentStyle)r=t.currentStyle[e];else if(window.getComputedStyle)return e=e.replace(/([A-Z])/g,"-$1"),e=e.toLowerCase(),r=window.getComputedStyle(t,null).getPropertyValue(e);return n?window[n](r):r},getDimension:function(t,e){return"width"===e?t.offsetWidth:t.offsetHeight},addClass:function(t,e){var n=t.className,r=n.split(/\s+/);return-1===r.indexOf(e)&&r.push(e),t.className=r.join(" "),t},removeClass:function(t,e){var n,r=t.className,i=r.split(/\s+/);return(n=i.indexOf(e))>-1&&i.splice(n,1),t.className=i.join(" "),t},bind:function(t,e,n){return document.addEventListener?t.addEventListener(e,n,!1):document.attachEvent&&t.attachEvent("on"+e,n),t},unbind:function(t,e,n){return document.removeEventListener?t.removeEventListener(e,n,!1):document.detachEvent&&t.detachEvent("on"+e,n),t}};window.requestAnimFrame=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(t){window.setTimeout(t,100)}}(),e.a=r},function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on  "+t);return t}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e,n){var r=n(27),i=n(6);t.exports=function(t){return r(i(t))}},function(t,e,n){var r=n(42);"string"==typeof r&&(r=[[t.i,r,""]]);var i={};i.transform=void 0;n(44)(r,i);r.locals&&(t.exports=r.locals)},function(t,e,n){var r=n(46)(n(11),n(47),null,null,null);t.exports=r.exports},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(14),i=n.n(r),o=n(5),s=n(12),a=n(41),l=n.n(a);e.default={props:{height:{required:!1,type:null},width:{required:!1,type:null},scrolling:{required:!1,type:Function},scrollToBottom:{required:!1,type:Function},transitionTarget:{required:!1,type:String},barClass:{required:!1,type:String},initialDisplay:{required:!1,type:Boolean,default:function(){return Boolean(1)}}},data:function(){return{}},mounted:function(){var t=this.initialDisplay,e=this.barClass;this.scroller=new s.a(this.$el,{initialDisplay:t,barClass:e}),this._onScroll=o.a.proxy(this,"onScroll"),this.scroller.inner.addEventListener("scroll",this._onScroll,!1),this.attachDimensionChangeEvent(),this._dettachTransitionEvent=this.attachTransitionEvent()},beforeDestroy:function(){var t=this;this.scroller&&this.scroller.destroy(),this.scroller&&this.scroller.inner.removeEventListener("scroll",this._onScroll,!1),i()(this.resizeSensors).forEach(function(e){return t.resizeSensors[e].detach()}),this.resizeSensors=null,this.scroller=null,this._onScroll=null,"function"==typeof this._dettachTransitionEvent&&this._dettachTransitionEvent(),this._dettachTransitionEvent=null},watch:{height:"applyDimension",width:"applyDimension"},computed:{_$styObj:function(){var t=this._$height,e=this._$width,n={};return t&&(n.height=t),e&&(n.width=e),n},_$height:function(){var t=this.height;return(t=t&&t+"")?(t=parseFloat(t))+"px":"100%"},_$width:function(){var t=this.width;return(t=t&&t+"")?(t=parseFloat(t))+"px":"100%"}},methods:{onScroll:function(t){var e=o.a.getStyle(this.scroller.inner,"height","parseFloat"),n=this.scroller.inner.scrollHeight,r=this.scroller.inner.scrollTop;"function"==typeof this.scrolling&&this.scrolling.call(this,this.scroller,t),n<=e+r&&"function"==typeof this.scrollToBottom&&this.scrollToBottom.call(this,this.scroller,t)},scrollTo:function(t){var e=this.scroller;e&&e.scrollTo(t)},refresh:function(){this.scroller&&this.applyDimension()},applyDimension:function(){var t=this,e=this.scroller;setTimeout(function(){e&&e.rebuild(),t.detachDimensionChangeEvent(),t.attachDimensionChangeEvent()},0)},attachDimensionChangeEvent:function(){var t=this.resizeSensors={},e=this.scroller,n=e.inner.childNodes[0];t.innerChildObserver=new l.a(n,function(){setTimeout(function(){e.refresh()},0)})},detachDimensionChangeEvent:function(){var t=this,e=this.resizeSensors;i()(e).forEach(function(e){return t.resizeSensors[e].detach()})},attachTransitionEvent:function(){var t=this,e=null,n=this.$el,r=this.transitionTarget,i=document.querySelectorAll(r);if(i=[].slice.call(i,0),0!==i.length){if(1===i.length&&(e=i[0]),i.length>1){for(var o=void 0;n&&-1===(o=i.indexOf(n));)n=n.parentNode;e=i[o]}if(e){var s=function(e){return["width","height"].indexOf(e.propertyName)>-1&&t.refresh()};return e.addEventListener("webkitTransitionEnd",s),e.addEventListener("transitionend",s),function(){e.removeEventListener("webkitTransitionEnd",s),e.removeEventListener("transitionend",s)}}}}}}},function(t,e,n){"use strict";function r(t,e){this.el=t,this.options=e||{},this.x=!1!==this.options.x||this.options.forceHorizontal,this.y=!1!==this.options.y||this.options.forceVertical,this.autoHide=!1!==this.options.autoHide,this.padding=void 0===this.options.padding?2:this.options.padding,this.inner=this.el.querySelector(".antiscroll-inner");var n=a.a.getStyle(t,"width","parseFloat"),r=a.a.getStyle(t,"height","parseFloat"),i="width: "+(n+(this.y?s():0))+"px;height: "+(r+(this.x?s():0))+"px;";this.applyStyle(i),this.refresh()}function i(t){this.pane=t,this.pane.el.appendChild(this.el),this.dragging=!1,this.enter=!1,this.shown=!1,a.a.bind(this.pane.el,"mouseenter",a.a.proxy(this,"mouseenter")),a.a.bind(this.pane.el,"mouseleave",a.a.proxy(this,"mouseleave")),a.a.bind(this.el,"mousedown",a.a.proxy(this,"mousedown")),this.innerPaneScrollListener=a.a.proxy(this,"scroll"),a.a.bind(this.pane.inner,"scroll",this.innerPaneScrollListener);var e=this.pane.options.initialDisplay;!1!==e&&(this.show(),this.pane.autoHide&&(this.hiding=setTimeout(a.a.proxy(this,"hide"),parseInt(e,10)||3e3)))}function o(t,e){function n(){}n.prototype=e.prototype,t.prototype=new n}function s(){if(void 0===r.scrollbarSize){var t=document.createElement("div"),e=document.createElement("div");t.className="antiscroll-inner",t.style.cssText="width:50px;height:50px;overflow-y:scroll;position:absolute;top:-200px;left:-200px;",e.style.cssText="height:100px;width:100%",t.appendChild(e),document.body.appendChild(t);var n=a.a.getStyle(t,"width","parseFloat"),i=a.a.getStyle(e,"width","parseFloat");document.body.removeChild(t),r.scrollbarSize=n-i}return r.scrollbarSize}var a=n(5);r.prototype.refresh=function(t){var e=this.inner.scrollWidth>a.a.getStyle(this.el,"width","parseFloat")+(this.y?s():0),n=this.inner.scrollHeight>a.a.getStyle(this.el,"height","parseFloat")+(this.x?s():0),r=(t||{updatable:!0}).updatable;this.x&&(!this.horizontal&&e?this.horizontal=new i.Horizontal(this):this.horizontal&&!e?(this.horizontal.destroy(),this.horizontal=null):this.horizontal&&r&&this.horizontal.update()),this.y&&(!this.vertical&&n?this.vertical=new i.Vertical(this):this.vertical&&!n?(this.vertical.destroy(),this.vertical=null):this.vertical&&r&&this.vertical.update())},r.prototype.destroy=function(){return this.horizontal&&(this.horizontal.destroy(),this.horizontal=null),this.vertical&&(this.vertical.destroy(),this.vertical=null),this},r.prototype.applyStyle=function(t){this.inner.style.cssText=t},r.prototype.rebuild=function(){return this.destroy(),this.inner.style.cssText="",r.call(this,this.el,this.options),this},r.prototype.scrollTo=function(t){var e=["bottom","top","left","right"],n=this.vertical,r=this.horizontal;return-1===e.indexOf(t)?this:(["bottom","top"].indexOf(t)>-1&&n&&n.scrollTo(t),["left","right"].indexOf(t)>-1&&r&&r.scrollTo(t),this)},i.prototype.destroy=function(){return this.el.remove(),a.a.unbind(this.pane.inner,"scroll",this.innerPaneScrollListener),this},i.prototype.mouseenter=function(){this.enter=!0,this.show()},i.prototype.mouseleave=function(){this.enter=!1,this.dragging||this.pane.autoHide&&this.hide()},i.prototype.scroll=function(){this.shown||(this.show(),this.enter||this.dragging||this.pane.autoHide&&(this.hiding=setTimeout(a.a.proxy(this,"hide"),1500))),this.update()},i.prototype.scrollTo=function(t){var e={verticalToBottom:function(t){var e=a.a.getStyle(this.pane.el,"height","parseFloat");t.scrollTop=t.scrollHeight-e},verticalToTop:function(t){t.scrollTop=0},horizontalToLeft:function(t){t.scrollLeft=0},horizontalToRight:function(t){var e=a.a.getStyle(this.pane.el,"width","parseFloat");t.scrollLeft=t.scrollWidth-e}},n=this.pane.inner;switch(t){case"bottom":e.verticalToBottom.call(this,n);break;case"top":e.verticalToTop.call(this,n);break;case"left":e.horizontalToLeft.call(this,n);break;case"right":e.horizontalToRight.call(this,n)}var r=document.createEvent("MouseEvents");r.initEvent("scroll",!0,!0),n.dispatchEvent(r)},i.prototype.mousedown=function(t){t.preventDefault(),this.dragging=!0,this.startPageY=t.pageY-parseInt(a.a.getStyle(this.el,"top","parseFloat"),10),this.startPageX=t.pageX-parseInt(a.a.getStyle(this.el,"left","parseFloat"),10),this.el.ownerDocument.onselectstart=function(){return!1};var e=(this.pane,this),n=a.a.proxy(this,"mousemove"),r=function(){e.dragging=!1,this.onselectstart=null,a.a.unbind(this,"mousemove",n),e.enter||e.hide()};a.a.bind(window.document,"mousemove",n),a.a.bind(window.document,"mouseup",r)},i.prototype.show=function(t){!this.shown&&this.update()&&(a.a.addClass(this.el,"antiscroll-scrollbar-shown"),this.hiding&&(clearTimeout(this.hiding),this.hiding=null),this.shown=!0)},i.prototype.hide=function(){!1!==this.pane.autoHide&&this.shown&&(a.a.removeClass(this.el,"antiscroll-scrollbar-shown"),this.shown=!1)},i.Horizontal=function(t){var e=document.createElement("div"),n=t.options.barClass||"",r="antiscroll-scrollbar antiscroll-scrollbar-horizontal";n&&(r+=" "+n),e.className=r,this.el=t.el.appendChild(e),i.call(this,t)},o(i.Horizontal,i),i.Horizontal.prototype.update=function(){var t=a.a.getStyle(this.pane.el,"width","parseFloat"),e=t-2*this.pane.padding,n=this.pane.inner;return this.el.style.cssText="width: "+e*t/n.scrollWidth+"px;left: "+e*n.scrollLeft/n.scrollWidth+"px;",t<n.scrollWidth},i.Horizontal.prototype.mousemove=function(t){var e=a.a.getStyle(this.pane.el,"width","parseFloat")-2*this.pane.padding,n=t.pageX-this.startPageX,r=a.a.getStyle(this.el,"width","parseFloat"),i=this.pane.inner,o=Math.min(Math.max(n,0),e-r);i.scrollLeft=(i.scrollWidth-a.a.getStyle(this.pane.el,"width","parseFloat"))*o/(e-r)},i.Vertical=function(t){var e=document.createElement("div"),n=t.options.barClass||"",r="antiscroll-scrollbar antiscroll-scrollbar-vertical";n&&(r+=" "+n),e.className=r,this.el=t.el.appendChild(e),i.call(this,t)},o(i.Vertical,i),i.Vertical.prototype.update=function(){var t=a.a.getStyle(this.pane.el,"height","parseFloat"),e=t-2*this.pane.padding,n=this.pane.inner,r=e*t/n.scrollHeight;r=r<20?20:r;var i=e*n.scrollTop/n.scrollHeight;if(i+r>e){i=i-(i+r-e)-3}return this.el.style.cssText="height: "+r+"px;top: "+i+"px",t<n.scrollHeight},i.Vertical.prototype.mousemove=function(t){var e=a.a.getStyle(this.pane.el,"height","parseFloat"),n=e-2*this.pane.padding,r=t.pageY-this.startPageY,i=a.a.getStyle(this.el,"height","parseFloat"),o=this.pane.inner,s=Math.min(Math.max(r,0),n-i);o.scrollTop=(o.scrollHeight-e)*s/(n-i)},e.a=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(9),i=(n.n(r),n(10)),o=n.n(i);n.d(e,"default",function(){return o.a})},function(t,e,n){t.exports={default:n(15),__esModule:!0}},function(t,e,n){n(40),t.exports=n(0).Object.keys},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,n){var r=n(4);t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},function(t,e,n){var r=n(8),i=n(36),o=n(35);t.exports=function(t){return function(e,n,s){var a,l=r(e),c=i(l.length),u=o(s,c);if(t&&n!=n){for(;c>u;)if((a=l[u++])!=a)return!0}else for(;c>u;u++)if((t||u in l)&&l[u]===n)return t||u||0;return!t&&-1}}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e,n){var r=n(16);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){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)}}},function(t,e,n){var r=n(4),i=n(3).document,o=r(i)&&r(i.createElement);t.exports=function(t){return o?i.createElement(t):{}}},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e,n){var r=n(3),i=n(0),o=n(20),s=n(25),a=function(t,e,n){var l,c,u,h=t&a.F,f=t&a.G,p=t&a.S,d=t&a.P,v=t&a.B,y=t&a.W,g=f?i:i[e]||(i[e]={}),m=g.prototype,w=f?r:p?r[e]:(r[e]||{}).prototype;f&&(n=e);for(l in n)(c=!h&&w&&void 0!==w[l])&&l in g||(u=c?w[l]:n[l],g[l]=f&&"function"!=typeof w[l]?n[l]:v&&c?o(u,r):y&&w[l]==u?function(t){var e=function(e,n,r){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,n)}return new t(e,n,r)}return t.apply(this,arguments)};return e.prototype=t.prototype,e}(u):d&&"function"==typeof u?o(Function.call,u):u,d&&((g.virtual||(g.virtual={}))[l]=u,t&a.R&&m&&!m[l]&&s(m,l,u)))};a.F=1,a.G=2,a.S=4,a.P=8,a.B=16,a.W=32,a.U=64,a.R=128,t.exports=a},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e,n){var r=n(28),i=n(32);t.exports=n(1)?function(t,e,n){return r.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e,n){t.exports=!n(1)&&!n(2)(function(){return 7!=Object.defineProperty(n(21)("div"),"a",{get:function(){return 7}}).a})},function(t,e,n){var r=n(19);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},function(t,e,n){var r=n(17),i=n(26),o=n(38),s=Object.defineProperty;e.f=n(1)?Object.defineProperty:function(t,e,n){if(r(t),e=o(e,!0),r(n),i)try{return s(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var r=n(24),i=n(8),o=n(18)(!1),s=n(33)("IE_PROTO");t.exports=function(t,e){var n,a=i(t),l=0,c=[];for(n in a)n!=s&&r(a,n)&&c.push(n);for(;e.length>l;)r(a,n=e[l++])&&(~o(c,n)||c.push(n));return c}},function(t,e,n){var r=n(29),i=n(22);t.exports=Object.keys||function(t){return r(t,i)}},function(t,e,n){var r=n(23),i=n(0),o=n(2);t.exports=function(t,e){var n=(i.Object||{})[t]||Object[t],s={};s[t]=e(n),r(r.S+r.F*o(function(){n(1)}),"Object",s)}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var r=n(34)("keys"),i=n(39);t.exports=function(t){return r[t]||(r[t]=i(t))}},function(t,e,n){var r=n(3),i=r["__core-js_shared__"]||(r["__core-js_shared__"]={});t.exports=function(t){return i[t]||(i[t]={})}},function(t,e,n){var r=n(7),i=Math.max,o=Math.min;t.exports=function(t,e){return t=r(t),t<0?i(t+e,0):o(t,e)}},function(t,e,n){var r=n(7),i=Math.min;t.exports=function(t){return t>0?i(r(t),9007199254740991):0}},function(t,e,n){var r=n(6);t.exports=function(t){return Object(r(t))}},function(t,e,n){var r=n(4);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")}},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+r).toString(36))}},function(t,e,n){var r=n(37),i=n(30);n(31)("keys",function(){return function(t){return i(r(t))}})},function(t,e,n){"use strict";var r,i;!function(o,s){r=s,void 0!==(i="function"==typeof r?r.call(e,n,e,t):r)&&(t.exports=i)}("undefined"!=typeof window&&window,function(){function t(t,e){var n=Object.prototype.toString.call(t),r="[object Array]"===n||"[object NodeList]"===n||"[object HTMLCollection]"===n||"[object Object]"===n||"undefined"!=typeof jQuery&&t instanceof jQuery||"undefined"!=typeof Elements&&t instanceof Elements,i=0,o=t.length;if(r)for(;i<o;i++)e(t[i]);else e(t)}function e(t){if(!t.getBoundingClientRect)return{width:t.offsetWidth,height:t.offsetHeight};var e=t.getBoundingClientRect();return{width:Math.round(e.width),height:Math.round(e.height)}}if("undefined"==typeof window)return null;var n=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||function(t){return window.setTimeout(t,20)},r=function(i,o){function s(){var t=[];this.add=function(e){t.push(e)};var e,n;this.call=function(){for(e=0,n=t.length;e<n;e++)t[e].call()},this.remove=function(r){var i=[];for(e=0,n=t.length;e<n;e++)t[e]!==r&&i.push(t[e]);t=i},this.length=function(){return t.length}}function a(t,r){if(t){if(t.resizedAttached)return void t.resizedAttached.add(r);t.resizedAttached=new s,t.resizedAttached.add(r),t.resizeSensor=document.createElement("div"),t.resizeSensor.dir="ltr",t.resizeSensor.className="resize-sensor";var i="position: absolute; left: -10px; top: -10px; right: 0; bottom: 0; overflow: hidden; z-index: -1; visibility: hidden;",o="position: absolute; left: 0; top: 0; transition: 0s;";t.resizeSensor.style.cssText=i,t.resizeSensor.innerHTML='<div class="resize-sensor-expand" style="'+i+'"><div style="'+o+'"></div></div><div class="resize-sensor-shrink" style="'+i+'"><div style="'+o+' width: 200%; height: 200%"></div></div>',t.appendChild(t.resizeSensor);var a=window.getComputedStyle(t).getPropertyValue("position");"absolute"!==a&&"relative"!==a&&"fixed"!==a&&(t.style.position="relative");var l,c,u=t.resizeSensor.childNodes[0],h=u.childNodes[0],f=t.resizeSensor.childNodes[1],p=e(t),d=p.width,v=p.height,y=function(){var e=0===t.offsetWidth&&0===t.offsetHeight;if(e){var n=t.style.display;t.style.display="block"}h.style.width="100000px",h.style.height="100000px",u.scrollLeft=1e5,u.scrollTop=1e5,f.scrollLeft=1e5,f.scrollTop=1e5,e&&(t.style.display=n)};t.resizeSensor.resetSensor=y;var g=function(){c=0,l&&(d=void 0,v=void 0,t.resizedAttached&&t.resizedAttached.call())},m=function(){var r=e(t),i=r.width,o=r.height;l=i!=d||o!=v,l&&!c&&(c=n(g)),y()},w=function(t,e,n){t.attachEvent?t.attachEvent("on"+e,n):t.addEventListener(e,n)};w(u,"scroll",m),w(f,"scroll",m),n(y)}}t(i,function(t){a(t,o)}),this.detach=function(t){r.detach(i,t)},this.reset=function(){i.resizeSensor.resetSensor()}};return r.reset=function(e,n){t(e,function(t){t.resizeSensor.resetSensor()})},r.detach=function(e,n){t(e,function(t){t&&(t.resizedAttached&&"function"==typeof n&&(t.resizedAttached.remove(n),t.resizedAttached.length())||t.resizeSensor&&(t.contains(t.resizeSensor)&&t.removeChild(t.resizeSensor),delete t.resizeSensor,delete t.resizedAttached))})},r})},function(t,e,n){e=t.exports=n(43)(),e.push([t.i,".antiscroll-wrap{display:inline-block;position:relative;overflow:hidden;z-index:100}.antiscroll-scrollbar{background:gray;z-index:10000;border-radius:7px;box-shadow:0 0 1px #fff;position:absolute;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .3s linear;-moz-transition:linear .3s opacity;-o-transition:linear .3s opacity}.antiscroll-scrollbar-shown{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}.antiscroll-scrollbar-horizontal{height:7px;margin-left:2px;bottom:2px;left:0}.antiscroll-scrollbar-vertical{width:7px;margin-top:2px;right:2px;top:0}.antiscroll-inner{overflow:scroll}.antiscroll-inner::-webkit-scrollbar{width:0;height:0}.antiscroll-inner::scrollbar{width:0;height:0}",""])},function(t,e){t.exports=function(){var t=[];return t.toString=function(){for(var t=[],e=0;e<this.length;e++){var n=this[e];n[2]?t.push("@media "+n[2]+"{"+n[1]+"}"):t.push(n[1])}return t.join("")},t.i=function(e,n){"string"==typeof e&&(e=[[null,e,""]]);for(var r={},i=0;i<this.length;i++){var o=this[i][0];"number"==typeof o&&(r[o]=!0)}for(i=0;i<e.length;i++){var s=e[i];"number"==typeof s[0]&&r[s[0]]||(n&&!s[2]?s[2]=n:n&&(s[2]="("+s[2]+") and ("+n+")"),t.push(s))}},t}},function(t,e,n){function r(t,e){for(var n=0;n<t.length;n++){var r=t[n],i=d[r.id];if(i){i.refs++;for(var o=0;o<i.parts.length;o++)i.parts[o](r.parts[o]);for(;o<r.parts.length;o++)i.parts.push(u(r.parts[o],e))}else{for(var s=[],o=0;o<r.parts.length;o++)s.push(u(r.parts[o],e));d[r.id]={id:r.id,refs:1,parts:s}}}}function i(t,e){for(var n=[],r={},i=0;i<t.length;i++){var o=t[i],s=e.base?o[0]+e.base:o[0],a=o[1],l=o[2],c=o[3],u={css:a,media:l,sourceMap:c};r[s]?r[s].parts.push(u):n.push(r[s]={id:s,parts:[u]})}return n}function o(t,e){var n=y(t.insertInto);if(!n)throw new Error("Couldn't find a style target. This probably means that the value for the 'insertInto' parameter is invalid.");var r=w[w.length-1];if("top"===t.insertAt)r?r.nextSibling?n.insertBefore(e,r.nextSibling):n.appendChild(e):n.insertBefore(e,n.firstChild),w.push(e);else{if("bottom"!==t.insertAt)throw new Error("Invalid value for parameter 'insertAt'. Must be 'top' or 'bottom'.");n.appendChild(e)}}function s(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t);var e=w.indexOf(t);e>=0&&w.splice(e,1)}function a(t){var e=document.createElement("style");return t.attrs.type="text/css",c(e,t.attrs),o(t,e),e}function l(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",c(e,t.attrs),o(t,e),e}function c(t,e){Object.keys(e).forEach(function(n){t.setAttribute(n,e[n])})}function u(t,e){var n,r,i,o;if(e.transform&&t.css){if(!(o=e.transform(t.css)))return function(){};t.css=o}if(e.singleton){var c=m++;n=g||(g=a(e)),r=h.bind(null,n,c,!1),i=h.bind(null,n,c,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(n=l(e),r=p.bind(null,n,e),i=function(){s(n),n.href&&URL.revokeObjectURL(n.href)}):(n=a(e),r=f.bind(null,n),i=function(){s(n)});return r(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;r(t=e)}else i()}}function h(t,e,n,r){var i=n?"":r.css;if(t.styleSheet)t.styleSheet.cssText=x(e,i);else{var o=document.createTextNode(i),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(o,s[e]):t.appendChild(o)}}function f(t,e){var n=e.css,r=e.media;if(r&&t.setAttribute("media",r),t.styleSheet)t.styleSheet.cssText=n;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(n))}}function p(t,e,n){var r=n.css,i=n.sourceMap,o=void 0===e.convertToAbsoluteUrls&&i;(e.convertToAbsoluteUrls||o)&&(r=b(r)),i&&(r+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(i))))+" */");var s=new Blob([r],{type:"text/css"}),a=t.href;t.href=URL.createObjectURL(s),a&&URL.revokeObjectURL(a)}var d={},v=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}(function(){return window&&document&&document.all&&!window.atob}),y=function(t){var e={};return function(n){return void 0===e[n]&&(e[n]=t.call(this,n)),e[n]}}(function(t){return document.querySelector(t)}),g=null,m=0,w=[],b=n(45);t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},e.attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=v()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var n=i(t,e);return r(n,e),function(t){for(var o=[],s=0;s<n.length;s++){var a=n[s],l=d[a.id];l.refs--,o.push(l)}if(t){r(i(t,e),e)}for(var s=0;s<o.length;s++){var l=o[s];if(0===l.refs){for(var c=0;c<l.parts.length;c++)l.parts[c]();delete d[l.id]}}}};var x=function(){var t=[];return function(e,n){return t[e]=n,t.filter(Boolean).join("\n")}}()},function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var n=e.protocol+"//"+e.host,r=n+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,e){var i=e.trim().replace(/^"(.*)"$/,function(t,e){return e}).replace(/^'(.*)'$/,function(t,e){return e});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(i))return t;var o;return o=0===i.indexOf("//")?i:0===i.indexOf("/")?n+i:r+i.replace(/^\.\//,""),"url("+JSON.stringify(o)+")"})}},function(t,e){t.exports=function(t,e,n,r,i){var o,s=t=t||{},a=typeof t.default;"object"!==a&&"function"!==a||(o=t,s=t.default);var l="function"==typeof s?s.options:s;e&&(l.render=e.render,l.staticRenderFns=e.staticRenderFns),r&&(l._scopeId=r);var c;if(i?(c=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__),n&&n.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(i)},l._ssrRegister=c):n&&(c=n),c){var u=l.functional,h=u?l.render:l.beforeCreate;u?l.render=function(t,e){return c.call(e),h(t,e)}:l.beforeCreate=h?[].concat(h,c):[c]}return{esModule:o,exports:s,options:l}}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"antiscroll-wrap",style:t._$styObj},[n("div",{staticClass:"antiscroll-inner",style:t._$styObj},[n("div",{staticClass:"inner-in-fact"},[t._t("default")],2)])])},staticRenderFns:[]}}])});