vue-on-visible
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -1,2 +0,2 @@ | ||
(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["vue-on-visible"]=e(require("vue")):t["vue-on-visible"]=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 o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.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 o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));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="+xUi")}({"+rLv":function(t,e,n){var r=n("dyZX").document;t.exports=r&&r.documentElement},"+xUi":function(t,e,n){"use strict";n.r(e);var r={};n.r(r),n.d(r,"default",function(){return c}),n.d(r,"OnVisibleMixin",function(){return u}),n.d(r,"OnVisibleEmitter",function(){return d}),n.d(r,"OnVisible",function(){return E});n("HrLf"),n("yt8O"),n("RW0V"),n("rGqo"),n("VRzm");var o=n("i7/w"),i=n.n(o),s={install:function(){Object.keys(r).filter(function(t){return"default"!==t}).forEach(function(t){i.a.component(t,r[t])})}},c=s;n("xfY5");n("LHlU");var u={name:"OnVisibleEventEmitter",data:function(){return{entry:{},bottom:!1,top:!1,isInView:null,hasEntered:!1}},props:{animateAbove:{default:!1,type:Boolean},animateBelow:{default:!0,type:Boolean},offset:{default:0,required:!1},yoyo:{default:!1,required:!1,type:Boolean},accuracy:{default:60,required:!1,type:Number}},watch:{yoyo:function(t,e){!e&&t&&this.observer.observe(this.$refs.container)},isInView:function(t,e){var n=!1;t&&!this.yoyo&&this.observer.unobserve(this.$el),!e&&this.hasEntered?this.enteringFromBottom()?n={type:"enter",location:"from-bottom"}:this.enteringFromTop()&&(n={type:"enter",location:"from-top"}):!t&&this.hasEntered?this.exitingToBottom()?n={type:"exit",location:"to-bottom"}:this.exitingToTop()&&(n={type:"exit",location:"to-top"}):this.hasEntered=!0,this.$emit("visibility-change",{visible:this.isVisible,animation:n})}},computed:{isVisible:function(){return!!(this.isAbove&&!this.animateAbove||this.isBelow&&!this.animateBelow)||this.bottom>this.entry.rootBounds.top-this.offset.top&&this.top<this.entry.rootBounds.bottom+this.offset.bottom},bottomThreshold:function(){return this.entry.rootBounds.bottom+this.offset.bottom},topThreshold:function(){return this.entry.rootBounds.top-this.offset.top},isAbove:function(){return this.bottom<this.topThreshold},isBelow:function(){return this.top>this.bottomThreshold}},mounted:function(){this.observer=new IntersectionObserver(this.handleObserver,{root:null,threshold:this.buildThresholdList(this.accuracy)}),this.observer.observe(this.$el)},methods:{enteringFromTop:function(){return this.top<this.topThreshold&&this.bottom>this.topThreshold&&this.animateAbove},enteringFromBottom:function(){return this.top<this.bottomThreshold&&this.bottom>this.bottomThreshold&&this.animateBelow},exitingToTop:function(){return this.bottom<this.topThreshold&&this.animateAbove},exitingToBottom:function(){return this.top>this.bottomThreshold&&this.animateBelow},buildThresholdList:function(t){for(var e=[],n=1;n<=t;n++){var r=n/t;e.push(r)}return e.push(0),e},handleObserver:function(t){var e=this;t.forEach(function(t){var n=t.boundingClientRect,r=n.bottom,o=n.top;e.top=o,e.bottom=r,e.entry=t,e.isInView=e.isVisible})}}},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{ref:"container",staticStyle:{color:"white"}},[n("div",[t._t("default")],2)])},f=[],l={name:"OnVisibleEmitter",mixins:[u]},h=l;function p(t,e,n,r,o,i,s,c){var u,a="function"===typeof t?t.options:t;if(e&&(a.render=e,a.staticRenderFns=n,a._compiled=!0),r&&(a.functional=!0),i&&(a._scopeId="data-v-"+i),s?(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__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(s)},a._ssrRegister=u):o&&(u=c?function(){o.call(this,this.$root.$options.shadowRoot)}:o),u)if(a.functional){a._injectStyles=u;var f=a.render;a.render=function(t,e){return u.call(e),f(t,e)}}else{var l=a.beforeCreate;a.beforeCreate=l?[].concat(l,u):[u]}return{exports:t,options:a}}var v=p(h,a,f,!1,null,null,null),d=v.exports,y=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("OnVisibleEmitter",{attrs:{yoyo:t.yoyo,offset:t.offsets,animateAbove:t.animateAbove,animateBelow:t.animateBelow},on:{"visibility-change":t.handleVisibilityChange}},[n("div",{ref:"container",staticClass:"on-visible__container",class:t.className,style:{animationDuration:t.durationMs+"ms"},on:{animationend:function(e){t.animationClass=!1}}},[t._t("default")],2)])},m=[];function b(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function g(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},r=Object.keys(n);"function"===typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach(function(e){b(t,e,n[e])})}return t}function _(t){return _="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},_(t)}function x(t){return x="function"===typeof Symbol&&"symbol"===_(Symbol.iterator)?function(t){return _(t)}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":_(t)},x(t)}var w={name:"OnVisible",components:{OnVisibleEmitter:d},props:{durationMs:{type:Number,default:400},animationType:{type:String,default:"fade",required:!1},animateAbove:{default:!1,type:Boolean},animateBelow:{default:!0,type:Boolean},offset:{default:0},yoyo:{type:Boolean,default:!1}},data:function(){return{visible:!1,animationClass:!1}},computed:{offsets:function(){var t={top:0,bottom:0};return"object"===x(this.offset)?g({},t,this.offset):"number"===typeof this.offset?{top:this.offset,bottom:this.offset}:void 0},className:function(){var t;return t={},b(t,"on-visible__is-visible",this.visible),b(t,this.animationClass,this.animationClass),t}},methods:{setAnimation:function(t){this.animationClass=t?"".concat(this.animationType,"-").concat(t.location):""},handleVisibilityChange:function(t){var e=t.visible,n=t.animation;this.visible=e,this.setAnimation(n)}}},O=w,T=(n("pCyF"),p(O,y,m,!1,null,null,null)),E=T.exports;n.d(e,"OnVisibleMixin",function(){return u}),n.d(e,"OnVisibleEmitter",function(){return d}),n.d(e,"OnVisible",function(){return E});e["default"]=c},"/e88":function(t,e){t.exports="\t\n\v\f\r \u2028\u2029\ufeff"},"0/R4":function(t,e){t.exports=function(t){return"object"===typeof t?null!==t:"function"===typeof t}},"1TsA":function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},"2OiF":function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},"3Lyj":function(t,e,n){var r=n("KroJ");t.exports=function(t,e,n){for(var o in e)r(t,o,e[o],n);return t}},"4R4u":function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},"69bn":function(t,e,n){var r=n("y3w9"),o=n("2OiF"),i=n("K0xU")("species");t.exports=function(t,e){var n,s=r(t).constructor;return void 0===s||void 0==(n=r(s)[i])?e:o(n)}},"9gX7":function(t,e){t.exports=function(t,e,n,r){if(!(t instanceof e)||void 0!==r&&r in t)throw TypeError(n+": incorrect invocation!");return t}},Afnz:function(t,e,n){"use strict";var r=n("LQAc"),o=n("XKFU"),i=n("KroJ"),s=n("Mukb"),c=n("hPIQ"),u=n("QaDb"),a=n("fyDq"),f=n("OP3Y"),l=n("K0xU")("iterator"),h=!([].keys&&"next"in[].keys()),p="@@iterator",v="keys",d="values",y=function(){return this};t.exports=function(t,e,n,m,b,g,_){u(n,e,m);var x,w,O,T=function(t){if(!h&&t in S)return S[t];switch(t){case v:return function(){return new n(this,t)};case d:return function(){return new n(this,t)}}return function(){return new n(this,t)}},E=e+" Iterator",I=b==d,R=!1,S=t.prototype,j=S[l]||S[p]||b&&S[b],M=j||T(b),L=b?I?T("entries"):M:void 0,A="Array"==e&&S.entries||j;if(A&&(O=f(A.call(new t)),O!==Object.prototype&&O.next&&(a(O,E,!0),r||"function"==typeof O[l]||s(O,l,y))),I&&j&&j.name!==d&&(R=!0,M=function(){return j.call(this)}),r&&!_||!h&&!R&&S[l]||s(S,l,M),c[e]=M,c[E]=y,b)if(x={values:I?M:T(d),keys:g?M:T(v),entries:L},_)for(w in x)w in S||i(S,w,x[w]);else o(o.P+o.F*(h||R),e,x);return x}},DVgA:function(t,e,n){var r=n("zhAb"),o=n("4R4u");t.exports=Object.keys||function(t){return r(t,o)}},EemH:function(t,e,n){var r=n("UqcF"),o=n("RjD/"),i=n("aCFj"),s=n("apmT"),c=n("aagx"),u=n("xpql"),a=Object.getOwnPropertyDescriptor;e.f=n("nh4g")?a:function(t,e){if(t=i(t),e=s(e,!0),u)try{return a(t,e)}catch(t){}if(c(t,e))return o(!r.f.call(t,e),t[e])}},FJW5:function(t,e,n){var r=n("hswa"),o=n("y3w9"),i=n("DVgA");t.exports=n("nh4g")?Object.defineProperties:function(t,e){o(t);var n,s=i(e),c=s.length,u=0;while(c>u)r.f(t,n=s[u++],e[n]);return t}},GZEu:function(t,e,n){var r,o,i,s=n("m0Pp"),c=n("MfQN"),u=n("+rLv"),a=n("Iw71"),f=n("dyZX"),l=f.process,h=f.setImmediate,p=f.clearImmediate,v=f.MessageChannel,d=f.Dispatch,y=0,m={},b="onreadystatechange",g=function(){var t=+this;if(m.hasOwnProperty(t)){var e=m[t];delete m[t],e()}},_=function(t){g.call(t.data)};h&&p||(h=function(t){var e=[],n=1;while(arguments.length>n)e.push(arguments[n++]);return m[++y]=function(){c("function"==typeof t?t:Function(t),e)},r(y),y},p=function(t){delete m[t]},"process"==n("LZWt")(l)?r=function(t){l.nextTick(s(g,t,1))}:d&&d.now?r=function(t){d.now(s(g,t,1))}:v?(o=new v,i=o.port2,o.port1.onmessage=_,r=s(i.postMessage,i,1)):f.addEventListener&&"function"==typeof postMessage&&!f.importScripts?(r=function(t){f.postMessage(t+"","*")},f.addEventListener("message",_,!1)):r=b in a("script")?function(t){u.appendChild(a("script"))[b]=function(){u.removeChild(this),g.call(t)}}:function(t){setTimeout(s(g,t,1),0)}),t.exports={set:h,clear:p}},H6hf:function(t,e,n){var r=n("y3w9");t.exports=function(t,e,n,o){try{return o?e(r(n)[0],n[1]):e(n)}catch(e){var i=t["return"];throw void 0!==i&&r(i.call(t)),e}}},HrLf:function(t,e,n){if("undefined"!==typeof window){let t;(t=window.document.currentScript)&&(t=t.src.match(/(.+\/)[^/]+\.js$/))&&(n.p=t[1])}},"I8a+":function(t,e,n){var r=n("LZWt"),o=n("K0xU")("toStringTag"),i="Arguments"==r(function(){return arguments}()),s=function(t,e){try{return t[e]}catch(t){}};t.exports=function(t){var e,n,c;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=s(e=Object(t),o))?n:i?r(e):"Object"==(c=r(e))&&"function"==typeof e.callee?"Arguments":c}},"IU+Z":function(t,e,n){"use strict";var r=n("Mukb"),o=n("KroJ"),i=n("eeVq"),s=n("vhPU"),c=n("K0xU");t.exports=function(t,e,n){var u=c(t),a=n(s,u,""[t]),f=a[0],l=a[1];i(function(){var e={};return e[u]=function(){return 7},7!=""[t](e)})&&(o(String.prototype,t,f),r(RegExp.prototype,u,2==e?function(t,e){return l.call(t,this,e)}:function(t){return l.call(t,this)}))}},Iw71:function(t,e,n){var r=n("0/R4"),o=n("dyZX").document,i=r(o)&&r(o.createElement);t.exports=function(t){return i?o.createElement(t):{}}},"J+6e":function(t,e,n){var r=n("I8a+"),o=n("K0xU")("iterator"),i=n("hPIQ");t.exports=n("g3g5").getIteratorMethod=function(t){if(void 0!=t)return t[o]||t["@@iterator"]||i[r(t)]}},K0xU:function(t,e,n){var r=n("VTer")("wks"),o=n("ylqs"),i=n("dyZX").Symbol,s="function"==typeof i,c=t.exports=function(t){return r[t]||(r[t]=s&&i[t]||(s?i:o)("Symbol."+t))};c.store=r},KKXr:function(t,e,n){n("IU+Z")("split",2,function(t,e,r){"use strict";var o=n("quPj"),i=r,s=[].push,c="split",u="length",a="lastIndex";if("c"=="abbc"[c](/(b)*/)[1]||4!="test"[c](/(?:)/,-1)[u]||2!="ab"[c](/(?:ab)*/)[u]||4!="."[c](/(.?)(.?)/)[u]||"."[c](/()()/)[u]>1||""[c](/.?/)[u]){var f=void 0===/()??/.exec("")[1];r=function(t,e){var n=String(this);if(void 0===t&&0===e)return[];if(!o(t))return i.call(n,t,e);var r,c,l,h,p,v=[],d=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),y=0,m=void 0===e?4294967295:e>>>0,b=new RegExp(t.source,d+"g");f||(r=new RegExp("^"+b.source+"$(?!\\s)",d));while(c=b.exec(n)){if(l=c.index+c[0][u],l>y&&(v.push(n.slice(y,c.index)),!f&&c[u]>1&&c[0].replace(r,function(){for(p=1;p<arguments[u]-2;p++)void 0===arguments[p]&&(c[p]=void 0)}),c[u]>1&&c.index<n[u]&&s.apply(v,c.slice(1)),h=c[0][u],y=l,v[u]>=m))break;b[a]===c.index&&b[a]++}return y===n[u]?!h&&b.test("")||v.push(""):v.push(n.slice(y)),v[u]>m?v.slice(0,m):v}}else"0"[c](void 0,0)[u]&&(r=function(t,e){return void 0===t&&0===e?[]:i.call(this,t,e)});return[function(n,o){var i=t(this),s=void 0==n?void 0:n[e];return void 0!==s?s.call(n,i,o):r.call(String(i),n,o)},r]})},KroJ:function(t,e,n){var r=n("dyZX"),o=n("Mukb"),i=n("aagx"),s=n("ylqs")("src"),c="toString",u=Function[c],a=(""+u).split(c);n("g3g5").inspectSource=function(t){return u.call(t)},(t.exports=function(t,e,n,c){var u="function"==typeof n;u&&(i(n,"name")||o(n,"name",e)),t[e]!==n&&(u&&(i(n,s)||o(n,s,t[e]?""+t[e]:a.join(String(e)))),t===r?t[e]=n:c?t[e]?t[e]=n:o(t,e,n):(delete t[e],o(t,e,n)))})(Function.prototype,c,function(){return"function"==typeof this&&this[s]||u.call(this)})},Kuth:function(t,e,n){var r=n("y3w9"),o=n("FJW5"),i=n("4R4u"),s=n("YTvA")("IE_PROTO"),c=function(){},u="prototype",a=function(){var t,e=n("Iw71")("iframe"),r=i.length,o="<",s=">";e.style.display="none",n("+rLv").appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write(o+"script"+s+"document.F=Object"+o+"/script"+s),t.close(),a=t.F;while(r--)delete a[u][i[r]];return a()};t.exports=Object.create||function(t,e){var n;return null!==t?(c[u]=r(t),n=new c,c[u]=null,n[s]=t):n=a(),void 0===e?n:o(n,e)}},LHlU:function(t,e,n){"use strict";n.r(e);n("rGqo"),n("KKXr"),n("Vd3H");(function(t,e){if("IntersectionObserver"in t&&"IntersectionObserverEntry"in t&&"intersectionRatio"in t.IntersectionObserverEntry.prototype)"isIntersecting"in t.IntersectionObserverEntry.prototype||Object.defineProperty(t.IntersectionObserverEntry.prototype,"isIntersecting",{get:function(){return this.intersectionRatio>0}});else{var n=[];o.prototype.THROTTLE_TIMEOUT=100,o.prototype.POLL_INTERVAL=null,o.prototype.USE_MUTATION_OBSERVER=!0,o.prototype.observe=function(t){var e=this._observationTargets.some(function(e){return e.element==t});if(!e){if(!t||1!=t.nodeType)throw new Error("target must be an Element");this._registerInstance(),this._observationTargets.push({element:t,entry:null}),this._monitorIntersections(),this._checkForIntersections()}},o.prototype.unobserve=function(t){this._observationTargets=this._observationTargets.filter(function(e){return e.element!=t}),this._observationTargets.length||(this._unmonitorIntersections(),this._unregisterInstance())},o.prototype.disconnect=function(){this._observationTargets=[],this._unmonitorIntersections(),this._unregisterInstance()},o.prototype.takeRecords=function(){var t=this._queuedEntries.slice();return this._queuedEntries=[],t},o.prototype._initThresholds=function(t){var e=t||[0];return Array.isArray(e)||(e=[e]),e.sort().filter(function(t,e,n){if("number"!=typeof t||isNaN(t)||t<0||t>1)throw new Error("threshold must be a number between 0 and 1 inclusively");return t!==n[e-1]})},o.prototype._parseRootMargin=function(t){var e=t||"0px",n=e.split(/\s+/).map(function(t){var e=/^(-?\d*\.?\d+)(px|%)$/.exec(t);if(!e)throw new Error("rootMargin must be specified in pixels or percent");return{value:parseFloat(e[1]),unit:e[2]}});return n[1]=n[1]||n[0],n[2]=n[2]||n[0],n[3]=n[3]||n[1],n},o.prototype._monitorIntersections=function(){this._monitoringIntersections||(this._monitoringIntersections=!0,this.POLL_INTERVAL?this._monitoringInterval=setInterval(this._checkForIntersections,this.POLL_INTERVAL):(c(t,"resize",this._checkForIntersections,!0),c(e,"scroll",this._checkForIntersections,!0),this.USE_MUTATION_OBSERVER&&"MutationObserver"in t&&(this._domObserver=new MutationObserver(this._checkForIntersections),this._domObserver.observe(e,{attributes:!0,childList:!0,characterData:!0,subtree:!0}))))},o.prototype._unmonitorIntersections=function(){this._monitoringIntersections&&(this._monitoringIntersections=!1,clearInterval(this._monitoringInterval),this._monitoringInterval=null,u(t,"resize",this._checkForIntersections,!0),u(e,"scroll",this._checkForIntersections,!0),this._domObserver&&(this._domObserver.disconnect(),this._domObserver=null))},o.prototype._checkForIntersections=function(){var t=this._rootIsInDom(),e=t?this._getRootRect():l();this._observationTargets.forEach(function(n){var o=n.element,s=f(o),c=this._rootContainsTarget(o),u=n.entry,a=t&&c&&this._computeTargetAndRootIntersection(o,e),l=n.entry=new r({time:i(),target:o,boundingClientRect:s,rootBounds:e,intersectionRect:a});u?t&&c?this._hasCrossedThreshold(u,l)&&this._queuedEntries.push(l):u&&u.isIntersecting&&this._queuedEntries.push(l):this._queuedEntries.push(l)},this),this._queuedEntries.length&&this._callback(this.takeRecords(),this)},o.prototype._computeTargetAndRootIntersection=function(n,r){if("none"!=t.getComputedStyle(n).display){var o=f(n),i=o,s=p(n),c=!1;while(!c){var u=null,l=1==s.nodeType?t.getComputedStyle(s):{};if("none"==l.display)return;if(s==this.root||s==e?(c=!0,u=r):s!=e.body&&s!=e.documentElement&&"visible"!=l.overflow&&(u=f(s)),u&&(i=a(u,i),!i))break;s=p(s)}return i}},o.prototype._getRootRect=function(){var t;if(this.root)t=f(this.root);else{var n=e.documentElement,r=e.body;t={top:0,left:0,right:n.clientWidth||r.clientWidth,width:n.clientWidth||r.clientWidth,bottom:n.clientHeight||r.clientHeight,height:n.clientHeight||r.clientHeight}}return this._expandRectByRootMargin(t)},o.prototype._expandRectByRootMargin=function(t){var e=this._rootMarginValues.map(function(e,n){return"px"==e.unit?e.value:e.value*(n%2?t.width:t.height)/100}),n={top:t.top-e[0],right:t.right+e[1],bottom:t.bottom+e[2],left:t.left-e[3]};return n.width=n.right-n.left,n.height=n.bottom-n.top,n},o.prototype._hasCrossedThreshold=function(t,e){var n=t&&t.isIntersecting?t.intersectionRatio||0:-1,r=e.isIntersecting?e.intersectionRatio||0:-1;if(n!==r)for(var o=0;o<this.thresholds.length;o++){var i=this.thresholds[o];if(i==n||i==r||i<n!==i<r)return!0}},o.prototype._rootIsInDom=function(){return!this.root||h(e,this.root)},o.prototype._rootContainsTarget=function(t){return h(this.root||e,t)},o.prototype._registerInstance=function(){n.indexOf(this)<0&&n.push(this)},o.prototype._unregisterInstance=function(){var t=n.indexOf(this);-1!=t&&n.splice(t,1)},t.IntersectionObserver=o,t.IntersectionObserverEntry=r}function r(t){this.time=t.time,this.target=t.target,this.rootBounds=t.rootBounds,this.boundingClientRect=t.boundingClientRect,this.intersectionRect=t.intersectionRect||l(),this.isIntersecting=!!t.intersectionRect;var e=this.boundingClientRect,n=e.width*e.height,r=this.intersectionRect,o=r.width*r.height;this.intersectionRatio=n?o/n:this.isIntersecting?1:0}function o(t,e){var n=e||{};if("function"!=typeof t)throw new Error("callback must be a function");if(n.root&&1!=n.root.nodeType)throw new Error("root must be an Element");this._checkForIntersections=s(this._checkForIntersections.bind(this),this.THROTTLE_TIMEOUT),this._callback=t,this._observationTargets=[],this._queuedEntries=[],this._rootMarginValues=this._parseRootMargin(n.rootMargin),this.thresholds=this._initThresholds(n.threshold),this.root=n.root||null,this.rootMargin=this._rootMarginValues.map(function(t){return t.value+t.unit}).join(" ")}function i(){return t.performance&&performance.now&&performance.now()}function s(t,e){var n=null;return function(){n||(n=setTimeout(function(){t(),n=null},e))}}function c(t,e,n,r){"function"==typeof t.addEventListener?t.addEventListener(e,n,r||!1):"function"==typeof t.attachEvent&&t.attachEvent("on"+e,n)}function u(t,e,n,r){"function"==typeof t.removeEventListener?t.removeEventListener(e,n,r||!1):"function"==typeof t.detatchEvent&&t.detatchEvent("on"+e,n)}function a(t,e){var n=Math.max(t.top,e.top),r=Math.min(t.bottom,e.bottom),o=Math.max(t.left,e.left),i=Math.min(t.right,e.right),s=i-o,c=r-n;return s>=0&&c>=0&&{top:n,bottom:r,left:o,right:i,width:s,height:c}}function f(t){var e;try{e=t.getBoundingClientRect()}catch(t){}return e?(e.width&&e.height||(e={top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.right-e.left,height:e.bottom-e.top}),e):l()}function l(){return{top:0,bottom:0,left:0,right:0,width:0,height:0}}function h(t,e){var n=e;while(n){if(n==t)return!0;n=p(n)}return!1}function p(t){var e=t.parentNode;return e&&11==e.nodeType&&e.host?e.host:e}})(window,document)},LQAc:function(t,e){t.exports=!1},LZWt:function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},LyE8:function(t,e,n){"use strict";var r=n("eeVq");t.exports=function(t,e){return!!t&&r(function(){e?t.call(null,function(){},1):t.call(null)})}},M6Qj:function(t,e,n){var r=n("hPIQ"),o=n("K0xU")("iterator"),i=Array.prototype;t.exports=function(t){return void 0!==t&&(r.Array===t||i[o]===t)}},MfQN:function(t,e){t.exports=function(t,e,n){var r=void 0===n;switch(e.length){case 0:return r?t():t.call(n);case 1:return r?t(e[0]):t.call(n,e[0]);case 2:return r?t(e[0],e[1]):t.call(n,e[0],e[1]);case 3:return r?t(e[0],e[1],e[2]):t.call(n,e[0],e[1],e[2]);case 4:return r?t(e[0],e[1],e[2],e[3]):t.call(n,e[0],e[1],e[2],e[3])}return t.apply(n,e)}},Mukb:function(t,e,n){var r=n("hswa"),o=n("RjD/");t.exports=n("nh4g")?function(t,e,n){return r.f(t,e,o(1,n))}:function(t,e,n){return t[e]=n,t}},OP3Y:function(t,e,n){var r=n("aagx"),o=n("S/j/"),i=n("YTvA")("IE_PROTO"),s=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=o(t),r(t,i)?t[i]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?s:null}},QaDb:function(t,e,n){"use strict";var r=n("Kuth"),o=n("RjD/"),i=n("fyDq"),s={};n("Mukb")(s,n("K0xU")("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=r(s,{next:o(1,n)}),i(t,e+" Iterator")}},RW0V:function(t,e,n){var r=n("S/j/"),o=n("DVgA");n("Xtr8")("keys",function(){return function(t){return o(r(t))}})},RYi7:function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},"RjD/":function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},"S/j/":function(t,e,n){var r=n("vhPU");t.exports=function(t){return Object(r(t))}},SlkY:function(t,e,n){var r=n("m0Pp"),o=n("H6hf"),i=n("M6Qj"),s=n("y3w9"),c=n("ne8i"),u=n("J+6e"),a={},f={};e=t.exports=function(t,e,n,l,h){var p,v,d,y,m=h?function(){return t}:u(t),b=r(n,l,e?2:1),g=0;if("function"!=typeof m)throw TypeError(t+" is not iterable!");if(i(m)){for(p=c(t.length);p>g;g++)if(y=e?b(s(v=t[g])[0],v[1]):b(t[g]),y===a||y===f)return y}else for(d=m.call(t);!(v=d.next()).done;)if(y=o(d,b,v.value,e),y===a||y===f)return y};e.BREAK=a,e.RETURN=f},UqcF:function(t,e){e.f={}.propertyIsEnumerable},VRzm:function(t,e,n){"use strict";var r,o,i,s,c=n("LQAc"),u=n("dyZX"),a=n("m0Pp"),f=n("I8a+"),l=n("XKFU"),h=n("0/R4"),p=n("2OiF"),v=n("9gX7"),d=n("SlkY"),y=n("69bn"),m=n("GZEu").set,b=n("gHnn")(),g=n("pbhE"),_=n("nICZ"),x=n("ol8x"),w=n("vKrd"),O="Promise",T=u.TypeError,E=u.process,I=E&&E.versions,R=I&&I.v8||"",S=u[O],j="process"==f(E),M=function(){},L=o=g.f,A=!!function(){try{var t=S.resolve(1),e=(t.constructor={})[n("K0xU")("species")]=function(t){t(M,M)};return(j||"function"==typeof PromiseRejectionEvent)&&t.then(M)instanceof e&&0!==R.indexOf("6.6")&&-1===x.indexOf("Chrome/66")}catch(t){}}(),P=function(t){var e;return!(!h(t)||"function"!=typeof(e=t.then))&&e},F=function(t,e){if(!t._n){t._n=!0;var n=t._c;b(function(){var r=t._v,o=1==t._s,i=0,s=function(e){var n,i,s,c=o?e.ok:e.fail,u=e.resolve,a=e.reject,f=e.domain;try{c?(o||(2==t._h&&k(t),t._h=1),!0===c?n=r:(f&&f.enter(),n=c(r),f&&(f.exit(),s=!0)),n===e.promise?a(T("Promise-chain cycle")):(i=P(n))?i.call(n,u,a):u(n)):a(r)}catch(t){f&&!s&&f.exit(),a(t)}};while(n.length>i)s(n[i++]);t._c=[],t._n=!1,e&&!t._h&&V(t)})}},V=function(t){m.call(u,function(){var e,n,r,o=t._v,i=C(t);if(i&&(e=_(function(){j?E.emit("unhandledRejection",o,t):(n=u.onunhandledrejection)?n({promise:t,reason:o}):(r=u.console)&&r.error&&r.error("Unhandled promise rejection",o)}),t._h=j||C(t)?2:1),t._a=void 0,i&&e.e)throw e.v})},C=function(t){return 1!==t._h&&0===(t._a||t._c).length},k=function(t){m.call(u,function(){var e;j?E.emit("rejectionHandled",t):(e=u.onrejectionhandled)&&e({promise:t,reason:t._v})})},U=function(t){var e=this;e._d||(e._d=!0,e=e._w||e,e._v=t,e._s=2,e._a||(e._a=e._c.slice()),F(e,!0))},q=function(t){var e,n=this;if(!n._d){n._d=!0,n=n._w||n;try{if(n===t)throw T("Promise can't be resolved itself");(e=P(t))?b(function(){var r={_w:n,_d:!1};try{e.call(t,a(q,r,1),a(U,r,1))}catch(t){U.call(r,t)}}):(n._v=t,n._s=1,F(n,!1))}catch(t){U.call({_w:n,_d:!1},t)}}};A||(S=function(t){v(this,S,O,"_h"),p(t),r.call(this);try{t(a(q,this,1),a(U,this,1))}catch(t){U.call(this,t)}},r=function(t){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1},r.prototype=n("3Lyj")(S.prototype,{then:function(t,e){var n=L(y(this,S));return n.ok="function"!=typeof t||t,n.fail="function"==typeof e&&e,n.domain=j?E.domain:void 0,this._c.push(n),this._a&&this._a.push(n),this._s&&F(this,!1),n.promise},catch:function(t){return this.then(void 0,t)}}),i=function(){var t=new r;this.promise=t,this.resolve=a(q,t,1),this.reject=a(U,t,1)},g.f=L=function(t){return t===S||t===s?new i(t):o(t)}),l(l.G+l.W+l.F*!A,{Promise:S}),n("fyDq")(S,O),n("elZq")(O),s=n("g3g5")[O],l(l.S+l.F*!A,O,{reject:function(t){var e=L(this),n=e.reject;return n(t),e.promise}}),l(l.S+l.F*(c||!A),O,{resolve:function(t){return w(c&&this===s?S:this,t)}}),l(l.S+l.F*!(A&&n("XMVh")(function(t){S.all(t)["catch"](M)})),O,{all:function(t){var e=this,n=L(e),r=n.resolve,o=n.reject,i=_(function(){var n=[],i=0,s=1;d(t,!1,function(t){var c=i++,u=!1;n.push(void 0),s++,e.resolve(t).then(function(t){u||(u=!0,n[c]=t,--s||r(n))},o)}),--s||r(n)});return i.e&&o(i.v),n.promise},race:function(t){var e=this,n=L(e),r=n.reject,o=_(function(){d(t,!1,function(t){e.resolve(t).then(n.resolve,r)})});return o.e&&r(o.v),n.promise}})},VTer:function(t,e,n){var r=n("g3g5"),o=n("dyZX"),i="__core-js_shared__",s=o[i]||(o[i]={});(t.exports=function(t,e){return s[t]||(s[t]=void 0!==e?e:{})})("versions",[]).push({version:r.version,mode:n("LQAc")?"pure":"global",copyright:"© 2018 Denis Pushkarev (zloirock.ru)"})},Vd3H:function(t,e,n){"use strict";var r=n("XKFU"),o=n("2OiF"),i=n("S/j/"),s=n("eeVq"),c=[].sort,u=[1,2,3];r(r.P+r.F*(s(function(){u.sort(void 0)})||!s(function(){u.sort(null)})||!n("LyE8")(c)),"Array",{sort:function(t){return void 0===t?c.call(i(this)):c.call(i(this),o(t))}})},XKFU:function(t,e,n){var r=n("dyZX"),o=n("g3g5"),i=n("Mukb"),s=n("KroJ"),c=n("m0Pp"),u="prototype",a=function(t,e,n){var f,l,h,p,v=t&a.F,d=t&a.G,y=t&a.S,m=t&a.P,b=t&a.B,g=d?r:y?r[e]||(r[e]={}):(r[e]||{})[u],_=d?o:o[e]||(o[e]={}),x=_[u]||(_[u]={});for(f in d&&(n=e),n)l=!v&&g&&void 0!==g[f],h=(l?g:n)[f],p=b&&l?c(h,r):m&&"function"==typeof h?c(Function.call,h):h,g&&s(g,f,h,t&a.U),_[f]!=h&&i(_,f,p),m&&x[f]!=h&&(x[f]=h)};r.core=o,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},XMVh:function(t,e,n){var r=n("K0xU")("iterator"),o=!1;try{var i=[7][r]();i["return"]=function(){o=!0},Array.from(i,function(){throw 2})}catch(t){}t.exports=function(t,e){if(!e&&!o)return!1;var n=!1;try{var i=[7],s=i[r]();s.next=function(){return{done:n=!0}},i[r]=function(){return s},t(i)}catch(t){}return n}},Xbzi:function(t,e,n){var r=n("0/R4"),o=n("i5dc").set;t.exports=function(t,e,n){var i,s=e.constructor;return s!==n&&"function"==typeof s&&(i=s.prototype)!==n.prototype&&r(i)&&o&&o(t,i),t}},Xtr8:function(t,e,n){var r=n("XKFU"),o=n("g3g5"),i=n("eeVq");t.exports=function(t,e){var n=(o.Object||{})[t]||Object[t],s={};s[t]=e(n),r(r.S+r.F*i(function(){n(1)}),"Object",s)}},YTvA:function(t,e,n){var r=n("VTer")("keys"),o=n("ylqs");t.exports=function(t){return r[t]||(r[t]=o(t))}},Ymqv:function(t,e,n){var r=n("LZWt");t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},aCFj:function(t,e,n){var r=n("Ymqv"),o=n("vhPU");t.exports=function(t){return r(o(t))}},aagx:function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},apmT:function(t,e,n){var r=n("0/R4");t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},"d/Gc":function(t,e,n){var r=n("RYi7"),o=Math.max,i=Math.min;t.exports=function(t,e){return t=r(t),t<0?o(t+e,0):i(t,e)}},dyZX: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)},eeVq:function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},elZq:function(t,e,n){"use strict";var r=n("dyZX"),o=n("hswa"),i=n("nh4g"),s=n("K0xU")("species");t.exports=function(t){var e=r[t];i&&e&&!e[s]&&o.f(e,s,{configurable:!0,get:function(){return this}})}},fyDq:function(t,e,n){var r=n("hswa").f,o=n("aagx"),i=n("K0xU")("toStringTag");t.exports=function(t,e,n){t&&!o(t=n?t:t.prototype,i)&&r(t,i,{configurable:!0,value:e})}},g3g5:function(t,e){var n=t.exports={version:"2.5.7"};"number"==typeof __e&&(__e=n)},gHnn:function(t,e,n){var r=n("dyZX"),o=n("GZEu").set,i=r.MutationObserver||r.WebKitMutationObserver,s=r.process,c=r.Promise,u="process"==n("LZWt")(s);t.exports=function(){var t,e,n,a=function(){var r,o;u&&(r=s.domain)&&r.exit();while(t){o=t.fn,t=t.next;try{o()}catch(r){throw t?n():e=void 0,r}}e=void 0,r&&r.enter()};if(u)n=function(){s.nextTick(a)};else if(!i||r.navigator&&r.navigator.standalone)if(c&&c.resolve){var f=c.resolve(void 0);n=function(){f.then(a)}}else n=function(){o.call(r,a)};else{var l=!0,h=document.createTextNode("");new i(a).observe(h,{characterData:!0}),n=function(){h.data=l=!l}}return function(r){var o={fn:r,next:void 0};e&&(e.next=o),t||(t=o,n()),e=o}}},geCR:function(t,e,n){},hPIQ:function(t,e){t.exports={}},hswa:function(t,e,n){var r=n("y3w9"),o=n("xpql"),i=n("apmT"),s=Object.defineProperty;e.f=n("nh4g")?Object.defineProperty:function(t,e,n){if(r(t),e=i(e,!0),r(n),o)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}},i5dc:function(t,e,n){var r=n("0/R4"),o=n("y3w9"),i=function(t,e){if(o(t),!r(e)&&null!==e)throw TypeError(e+": can't set as prototype!")};t.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(t,e,r){try{r=n("m0Pp")(Function.call,n("EemH").f(Object.prototype,"__proto__").set,2),r(t,[]),e=!(t instanceof Array)}catch(t){e=!0}return function(t,n){return i(t,n),e?t.__proto__=n:r(t,n),t}}({},!1):void 0),check:i}},"i7/w":function(e,n){e.exports=t},kJMx:function(t,e,n){var r=n("zhAb"),o=n("4R4u").concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},m0Pp:function(t,e,n){var r=n("2OiF");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,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},nGyu:function(t,e,n){var r=n("K0xU")("unscopables"),o=Array.prototype;void 0==o[r]&&n("Mukb")(o,r,{}),t.exports=function(t){o[r][t]=!0}},nICZ:function(t,e){t.exports=function(t){try{return{e:!1,v:t()}}catch(t){return{e:!0,v:t}}}},ne8i:function(t,e,n){var r=n("RYi7"),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},nh4g:function(t,e,n){t.exports=!n("eeVq")(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},ol8x:function(t,e,n){var r=n("dyZX"),o=r.navigator;t.exports=o&&o.userAgent||""},pCyF:function(t,e,n){"use strict";var r=n("geCR"),o=n.n(r);o.a},pbhE:function(t,e,n){"use strict";var r=n("2OiF");function o(t){var e,n;this.promise=new t(function(t,r){if(void 0!==e||void 0!==n)throw TypeError("Bad Promise constructor");e=t,n=r}),this.resolve=r(e),this.reject=r(n)}t.exports.f=function(t){return new o(t)}},qncB:function(t,e,n){var r=n("XKFU"),o=n("vhPU"),i=n("eeVq"),s=n("/e88"),c="["+s+"]",u=" ",a=RegExp("^"+c+c+"*"),f=RegExp(c+c+"*$"),l=function(t,e,n){var o={},c=i(function(){return!!s[t]()||u[t]()!=u}),a=o[t]=c?e(h):s[t];n&&(o[n]=a),r(r.P+r.F*c,"String",o)},h=l.trim=function(t,e){return t=String(o(t)),1&e&&(t=t.replace(a,"")),2&e&&(t=t.replace(f,"")),t};t.exports=l},quPj:function(t,e,n){var r=n("0/R4"),o=n("LZWt"),i=n("K0xU")("match");t.exports=function(t){var e;return r(t)&&(void 0!==(e=t[i])?!!e:"RegExp"==o(t))}},rGqo:function(t,e,n){for(var r=n("yt8O"),o=n("DVgA"),i=n("KroJ"),s=n("dyZX"),c=n("Mukb"),u=n("hPIQ"),a=n("K0xU"),f=a("iterator"),l=a("toStringTag"),h=u.Array,p={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},v=o(p),d=0;d<v.length;d++){var y,m=v[d],b=p[m],g=s[m],_=g&&g.prototype;if(_&&(_[f]||c(_,f,h),_[l]||c(_,l,m),u[m]=h,b))for(y in r)_[y]||i(_,y,r[y],!0)}},vKrd:function(t,e,n){var r=n("y3w9"),o=n("0/R4"),i=n("pbhE");t.exports=function(t,e){if(r(t),o(e)&&e.constructor===t)return e;var n=i.f(t),s=n.resolve;return s(e),n.promise}},vhPU:function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},w2a5:function(t,e,n){var r=n("aCFj"),o=n("ne8i"),i=n("d/Gc");t.exports=function(t){return function(e,n,s){var c,u=r(e),a=o(u.length),f=i(s,a);if(t&&n!=n){while(a>f)if(c=u[f++],c!=c)return!0}else for(;a>f;f++)if((t||f in u)&&u[f]===n)return t||f||0;return!t&&-1}}},xfY5:function(t,e,n){"use strict";var r=n("dyZX"),o=n("aagx"),i=n("LZWt"),s=n("Xbzi"),c=n("apmT"),u=n("eeVq"),a=n("kJMx").f,f=n("EemH").f,l=n("hswa").f,h=n("qncB").trim,p="Number",v=r[p],d=v,y=v.prototype,m=i(n("Kuth")(y))==p,b="trim"in String.prototype,g=function(t){var e=c(t,!1);if("string"==typeof e&&e.length>2){e=b?e.trim():h(e,3);var n,r,o,i=e.charCodeAt(0);if(43===i||45===i){if(n=e.charCodeAt(2),88===n||120===n)return NaN}else if(48===i){switch(e.charCodeAt(1)){case 66:case 98:r=2,o=49;break;case 79:case 111:r=8,o=55;break;default:return+e}for(var s,u=e.slice(2),a=0,f=u.length;a<f;a++)if(s=u.charCodeAt(a),s<48||s>o)return NaN;return parseInt(u,r)}}return+e};if(!v(" 0o1")||!v("0b1")||v("+0x1")){v=function(t){var e=arguments.length<1?0:t,n=this;return n instanceof v&&(m?u(function(){y.valueOf.call(n)}):i(n)!=p)?s(new d(g(e)),n,v):g(e)};for(var _,x=n("nh4g")?a(d):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),w=0;x.length>w;w++)o(d,_=x[w])&&!o(v,_)&&l(v,_,f(d,_));v.prototype=y,y.constructor=v,n("KroJ")(r,p,v)}},xpql:function(t,e,n){t.exports=!n("nh4g")&&!n("eeVq")(function(){return 7!=Object.defineProperty(n("Iw71")("div"),"a",{get:function(){return 7}}).a})},y3w9:function(t,e,n){var r=n("0/R4");t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},ylqs:function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+r).toString(36))}},yt8O:function(t,e,n){"use strict";var r=n("nGyu"),o=n("1TsA"),i=n("hPIQ"),s=n("aCFj");t.exports=n("Afnz")(Array,"Array",function(t,e){this._t=s(t),this._i=0,this._k=e},function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,o(1)):o(0,"keys"==e?n:"values"==e?t[n]:[n,t[n]])},"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},zhAb:function(t,e,n){var r=n("aagx"),o=n("aCFj"),i=n("w2a5")(!1),s=n("YTvA")("IE_PROTO");t.exports=function(t,e){var n,c=o(t),u=0,a=[];for(n in c)n!=s&&r(c,n)&&a.push(n);while(e.length>u)r(c,n=e[u++])&&(~i(a,n)||a.push(n));return a}}})}); | ||
(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["vue-on-visible"]=e(require("vue")):t["vue-on-visible"]=e(t["Vue"])})("undefined"!==typeof self?self:this,function(t){return function(t){var e={};function n(o){if(e[o])return e[o].exports;var r=e[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},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 o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(o,r,function(e){return t[e]}.bind(null,r));return o},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="+xUi")}({"+rLv":function(t,e,n){var o=n("dyZX").document;t.exports=o&&o.documentElement},"+xUi":function(t,e,n){"use strict";n.r(e);var o={};n.r(o),n.d(o,"default",function(){return s}),n.d(o,"OnVisibleMixin",function(){return c}),n.d(o,"OnVisibleEmitter",function(){return d}),n.d(o,"OnVisible",function(){return E});n("HrLf"),n("yt8O"),n("RW0V"),n("rGqo"),n("VRzm");var r=n("i7/w"),i=n.n(r),a={install:function(){Object.keys(o).filter(function(t){return"default"!==t}).forEach(function(t){i.a.component(t,o[t])})}},s=a;n("xfY5");n("LHlU");var c={name:"OnVisibleEventEmitter",data:function(){return{entry:{},bottom:!1,top:!1,isInView:null,hasEntered:!1}},props:{animateAbove:{default:!1,type:Boolean},animateBelow:{default:!0,type:Boolean},offset:{default:0,required:!1},yoyo:{default:!1,required:!1,type:Boolean},accuracy:{default:60,required:!1,type:Number}},watch:{yoyo:function(t,e){!e&&t&&this.observer.observe(this.$refs.container)},isInView:function(t,e){var n=!1;t&&!this.yoyo&&this.observer.unobserve(this.$el),!e&&this.hasEntered?this.enteringFromBottom()?n={type:"enter",location:"from-bottom"}:this.enteringFromTop()&&(n={type:"enter",location:"from-top"}):!t&&this.hasEntered?this.exitingToBottom()?n={type:"exit",location:"to-bottom"}:this.exitingToTop()&&(n={type:"exit",location:"to-top"}):this.hasEntered=!0,this.$emit("visibility-change",{visible:this.isVisible,animation:n})}},computed:{isVisible:function(){return!!(this.isAbove&&!this.animateAbove||this.isBelow&&!this.animateBelow)||this.bottom>this.entry.rootBounds.top-this.offset.top&&this.top<this.entry.rootBounds.bottom+this.offset.bottom},bottomThreshold:function(){return this.entry.rootBounds.bottom+this.offset.bottom},topThreshold:function(){return this.entry.rootBounds.top-this.offset.top},isAbove:function(){return this.bottom<this.topThreshold},isBelow:function(){return this.top>this.bottomThreshold}},mounted:function(){this.observer=new IntersectionObserver(this.handleObserver,{root:null,threshold:this.buildThresholdList(this.accuracy)}),this.observer.observe(this.$el)},methods:{enteringFromTop:function(){return this.top<this.topThreshold&&this.bottom>this.topThreshold&&this.animateAbove},enteringFromBottom:function(){return this.top<this.bottomThreshold&&this.bottom>this.bottomThreshold&&this.animateBelow},exitingToTop:function(){return this.bottom<this.topThreshold&&this.animateAbove},exitingToBottom:function(){return this.top>this.bottomThreshold&&this.animateBelow},buildThresholdList:function(t){for(var e=[],n=1;n<=t;n++){var o=n/t;e.push(o)}return e.push(0),e},handleObserver:function(t){var e=this;t.forEach(function(t){var n=t.boundingClientRect,o=n.bottom,r=n.top;e.top=r,e.bottom=o,e.entry=t,e.isInView=e.isVisible})}}},u=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{ref:"container",staticStyle:{color:"white"}},[n("div",[t._t("default")],2)])},f=[],l={name:"OnVisibleEmitter",mixins:[c]},p=l;function m(t,e,n,o,r,i,a,s){var c,u="function"===typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),o&&(u.functional=!0),i&&(u._scopeId="data-v-"+i),a?(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__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=c):r&&(c=s?function(){r.call(this,this.$root.$options.shadowRoot)}:r),c)if(u.functional){u._injectStyles=c;var f=u.render;u.render=function(t,e){return c.call(e),f(t,e)}}else{var l=u.beforeCreate;u.beforeCreate=l?[].concat(l,c):[c]}return{exports:t,options:u}}var h=m(p,u,f,!1,null,null,null),d=h.exports,b=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("OnVisibleEmitter",{attrs:{yoyo:t.yoyo,offset:t.offsets,animateAbove:t.animateAbove,animateBelow:t.animateBelow},on:{"visibility-change":t.handleVisibilityChange}},[n("div",{ref:"container",staticClass:"on-visible__container",class:t.className,style:{animationDuration:t.durationMs+"ms"},on:{animationend:function(e){t.animationClass=!1}}},[t._t("default")],2)])},v=[];function y(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function g(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},o=Object.keys(n);"function"===typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),o.forEach(function(e){y(t,e,n[e])})}return t}function w(t){return w="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},w(t)}function _(t){return _="function"===typeof Symbol&&"symbol"===w(Symbol.iterator)?function(t){return w(t)}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":w(t)},_(t)}var x={name:"OnVisible",components:{OnVisibleEmitter:d},props:{durationMs:{type:Number,default:400},animationType:{type:String,default:"fade",required:!1},animateAbove:{default:!1,type:Boolean},animateBelow:{default:!0,type:Boolean},offset:{default:0},yoyo:{type:Boolean,default:!1}},data:function(){return{visible:!1,animationClass:!1}},computed:{offsets:function(){var t={top:0,bottom:0};return"object"===_(this.offset)?g({},t,this.offset):"number"===typeof this.offset?{top:this.offset,bottom:this.offset}:void 0},className:function(){var t;return t={},y(t,"on-visible__is-visible",this.visible),y(t,this.animationClass,this.animationClass),t}},methods:{setAnimation:function(t){this.animationClass=t?"".concat(this.animationType,"-").concat(t.location):""},handleVisibilityChange:function(t){var e=t.visible,n=t.animation;this.visible=e,this.setAnimation(n)}}},k=x,T=(n("pCyF"),m(k,b,v,!1,null,null,null)),E=T.exports;n.d(e,"OnVisibleMixin",function(){return c}),n.d(e,"OnVisibleEmitter",function(){return d}),n.d(e,"OnVisible",function(){return E});e["default"]=s},"/e88":function(t,e){t.exports="\t\n\v\f\r \u2028\u2029\ufeff"},"0/R4":function(t,e){t.exports=function(t){return"object"===typeof t?null!==t:"function"===typeof t}},"1TsA":function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},"2OiF":function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},"3Lyj":function(t,e,n){var o=n("KroJ");t.exports=function(t,e,n){for(var r in e)o(t,r,e[r],n);return t}},"4R4u":function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},"69bn":function(t,e,n){var o=n("y3w9"),r=n("2OiF"),i=n("K0xU")("species");t.exports=function(t,e){var n,a=o(t).constructor;return void 0===a||void 0==(n=o(a)[i])?e:r(n)}},"6m3M":function(t,e,n){var o=n("VDXr");"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var r=n("SZ7m").default;r("8986fd30",o,!0,{sourceMap:!1,shadowMode:!1})},"9gX7":function(t,e){t.exports=function(t,e,n,o){if(!(t instanceof e)||void 0!==o&&o in t)throw TypeError(n+": incorrect invocation!");return t}},Afnz:function(t,e,n){"use strict";var o=n("LQAc"),r=n("XKFU"),i=n("KroJ"),a=n("Mukb"),s=n("hPIQ"),c=n("QaDb"),u=n("fyDq"),f=n("OP3Y"),l=n("K0xU")("iterator"),p=!([].keys&&"next"in[].keys()),m="@@iterator",h="keys",d="values",b=function(){return this};t.exports=function(t,e,n,v,y,g,w){c(n,e,v);var _,x,k,T=function(t){if(!p&&t in S)return S[t];switch(t){case h:return function(){return new n(this,t)};case d:return function(){return new n(this,t)}}return function(){return new n(this,t)}},E=e+" Iterator",O=y==d,I=!1,S=t.prototype,R=S[l]||S[m]||y&&S[y],j=R||T(y),M=y?O?T("entries"):j:void 0,F="Array"==e&&S.entries||R;if(F&&(k=f(F.call(new t)),k!==Object.prototype&&k.next&&(u(k,E,!0),o||"function"==typeof k[l]||a(k,l,b))),O&&R&&R.name!==d&&(I=!0,j=function(){return R.call(this)}),o&&!w||!p&&!I&&S[l]||a(S,l,j),s[e]=j,s[E]=b,y)if(_={values:O?j:T(d),keys:g?j:T(h),entries:M},w)for(x in _)x in S||i(S,x,_[x]);else r(r.P+r.F*(p||I),e,_);return _}},DVgA:function(t,e,n){var o=n("zhAb"),r=n("4R4u");t.exports=Object.keys||function(t){return o(t,r)}},EemH:function(t,e,n){var o=n("UqcF"),r=n("RjD/"),i=n("aCFj"),a=n("apmT"),s=n("aagx"),c=n("xpql"),u=Object.getOwnPropertyDescriptor;e.f=n("nh4g")?u:function(t,e){if(t=i(t),e=a(e,!0),c)try{return u(t,e)}catch(t){}if(s(t,e))return r(!o.f.call(t,e),t[e])}},FJW5:function(t,e,n){var o=n("hswa"),r=n("y3w9"),i=n("DVgA");t.exports=n("nh4g")?Object.defineProperties:function(t,e){r(t);var n,a=i(e),s=a.length,c=0;while(s>c)o.f(t,n=a[c++],e[n]);return t}},GZEu:function(t,e,n){var o,r,i,a=n("m0Pp"),s=n("MfQN"),c=n("+rLv"),u=n("Iw71"),f=n("dyZX"),l=f.process,p=f.setImmediate,m=f.clearImmediate,h=f.MessageChannel,d=f.Dispatch,b=0,v={},y="onreadystatechange",g=function(){var t=+this;if(v.hasOwnProperty(t)){var e=v[t];delete v[t],e()}},w=function(t){g.call(t.data)};p&&m||(p=function(t){var e=[],n=1;while(arguments.length>n)e.push(arguments[n++]);return v[++b]=function(){s("function"==typeof t?t:Function(t),e)},o(b),b},m=function(t){delete v[t]},"process"==n("LZWt")(l)?o=function(t){l.nextTick(a(g,t,1))}:d&&d.now?o=function(t){d.now(a(g,t,1))}:h?(r=new h,i=r.port2,r.port1.onmessage=w,o=a(i.postMessage,i,1)):f.addEventListener&&"function"==typeof postMessage&&!f.importScripts?(o=function(t){f.postMessage(t+"","*")},f.addEventListener("message",w,!1)):o=y in u("script")?function(t){c.appendChild(u("script"))[y]=function(){c.removeChild(this),g.call(t)}}:function(t){setTimeout(a(g,t,1),0)}),t.exports={set:p,clear:m}},H6hf:function(t,e,n){var o=n("y3w9");t.exports=function(t,e,n,r){try{return r?e(o(n)[0],n[1]):e(n)}catch(e){var i=t["return"];throw void 0!==i&&o(i.call(t)),e}}},HrLf:function(t,e,n){if("undefined"!==typeof window){let t;(t=window.document.currentScript)&&(t=t.src.match(/(.+\/)[^/]+\.js$/))&&(n.p=t[1])}},I1BE:function(t,e){function n(t,e){var n=t[1]||"",r=t[3];if(!r)return n;if(e&&"function"===typeof btoa){var i=o(r),a=r.sources.map(function(t){return"/*# sourceURL="+r.sourceRoot+t+" */"});return[n].concat(a).concat([i]).join("\n")}return[n].join("\n")}function o(t){var e=btoa(unescape(encodeURIComponent(JSON.stringify(t)))),n="sourceMappingURL=data:application/json;charset=utf-8;base64,"+e;return"/*# "+n+" */"}t.exports=function(t){var e=[];return e.toString=function(){return this.map(function(e){var o=n(e,t);return e[2]?"@media "+e[2]+"{"+o+"}":o}).join("")},e.i=function(t,n){"string"===typeof t&&(t=[[null,t,""]]);for(var o={},r=0;r<this.length;r++){var i=this[r][0];"number"===typeof i&&(o[i]=!0)}for(r=0;r<t.length;r++){var a=t[r];"number"===typeof a[0]&&o[a[0]]||(n&&!a[2]?a[2]=n:n&&(a[2]="("+a[2]+") and ("+n+")"),e.push(a))}},e}},"I8a+":function(t,e,n){var o=n("LZWt"),r=n("K0xU")("toStringTag"),i="Arguments"==o(function(){return arguments}()),a=function(t,e){try{return t[e]}catch(t){}};t.exports=function(t){var e,n,s;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=a(e=Object(t),r))?n:i?o(e):"Object"==(s=o(e))&&"function"==typeof e.callee?"Arguments":s}},"IU+Z":function(t,e,n){"use strict";var o=n("Mukb"),r=n("KroJ"),i=n("eeVq"),a=n("vhPU"),s=n("K0xU");t.exports=function(t,e,n){var c=s(t),u=n(a,c,""[t]),f=u[0],l=u[1];i(function(){var e={};return e[c]=function(){return 7},7!=""[t](e)})&&(r(String.prototype,t,f),o(RegExp.prototype,c,2==e?function(t,e){return l.call(t,this,e)}:function(t){return l.call(t,this)}))}},Iw71:function(t,e,n){var o=n("0/R4"),r=n("dyZX").document,i=o(r)&&o(r.createElement);t.exports=function(t){return i?r.createElement(t):{}}},"J+6e":function(t,e,n){var o=n("I8a+"),r=n("K0xU")("iterator"),i=n("hPIQ");t.exports=n("g3g5").getIteratorMethod=function(t){if(void 0!=t)return t[r]||t["@@iterator"]||i[o(t)]}},K0xU:function(t,e,n){var o=n("VTer")("wks"),r=n("ylqs"),i=n("dyZX").Symbol,a="function"==typeof i,s=t.exports=function(t){return o[t]||(o[t]=a&&i[t]||(a?i:r)("Symbol."+t))};s.store=o},KKXr:function(t,e,n){n("IU+Z")("split",2,function(t,e,o){"use strict";var r=n("quPj"),i=o,a=[].push,s="split",c="length",u="lastIndex";if("c"=="abbc"[s](/(b)*/)[1]||4!="test"[s](/(?:)/,-1)[c]||2!="ab"[s](/(?:ab)*/)[c]||4!="."[s](/(.?)(.?)/)[c]||"."[s](/()()/)[c]>1||""[s](/.?/)[c]){var f=void 0===/()??/.exec("")[1];o=function(t,e){var n=String(this);if(void 0===t&&0===e)return[];if(!r(t))return i.call(n,t,e);var o,s,l,p,m,h=[],d=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),b=0,v=void 0===e?4294967295:e>>>0,y=new RegExp(t.source,d+"g");f||(o=new RegExp("^"+y.source+"$(?!\\s)",d));while(s=y.exec(n)){if(l=s.index+s[0][c],l>b&&(h.push(n.slice(b,s.index)),!f&&s[c]>1&&s[0].replace(o,function(){for(m=1;m<arguments[c]-2;m++)void 0===arguments[m]&&(s[m]=void 0)}),s[c]>1&&s.index<n[c]&&a.apply(h,s.slice(1)),p=s[0][c],b=l,h[c]>=v))break;y[u]===s.index&&y[u]++}return b===n[c]?!p&&y.test("")||h.push(""):h.push(n.slice(b)),h[c]>v?h.slice(0,v):h}}else"0"[s](void 0,0)[c]&&(o=function(t,e){return void 0===t&&0===e?[]:i.call(this,t,e)});return[function(n,r){var i=t(this),a=void 0==n?void 0:n[e];return void 0!==a?a.call(n,i,r):o.call(String(i),n,r)},o]})},KroJ:function(t,e,n){var o=n("dyZX"),r=n("Mukb"),i=n("aagx"),a=n("ylqs")("src"),s="toString",c=Function[s],u=(""+c).split(s);n("g3g5").inspectSource=function(t){return c.call(t)},(t.exports=function(t,e,n,s){var c="function"==typeof n;c&&(i(n,"name")||r(n,"name",e)),t[e]!==n&&(c&&(i(n,a)||r(n,a,t[e]?""+t[e]:u.join(String(e)))),t===o?t[e]=n:s?t[e]?t[e]=n:r(t,e,n):(delete t[e],r(t,e,n)))})(Function.prototype,s,function(){return"function"==typeof this&&this[a]||c.call(this)})},Kuth:function(t,e,n){var o=n("y3w9"),r=n("FJW5"),i=n("4R4u"),a=n("YTvA")("IE_PROTO"),s=function(){},c="prototype",u=function(){var t,e=n("Iw71")("iframe"),o=i.length,r="<",a=">";e.style.display="none",n("+rLv").appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write(r+"script"+a+"document.F=Object"+r+"/script"+a),t.close(),u=t.F;while(o--)delete u[c][i[o]];return u()};t.exports=Object.create||function(t,e){var n;return null!==t?(s[c]=o(t),n=new s,s[c]=null,n[a]=t):n=u(),void 0===e?n:r(n,e)}},LHlU:function(t,e,n){"use strict";n.r(e);n("rGqo"),n("KKXr"),n("Vd3H");(function(t,e){if("IntersectionObserver"in t&&"IntersectionObserverEntry"in t&&"intersectionRatio"in t.IntersectionObserverEntry.prototype)"isIntersecting"in t.IntersectionObserverEntry.prototype||Object.defineProperty(t.IntersectionObserverEntry.prototype,"isIntersecting",{get:function(){return this.intersectionRatio>0}});else{var n=[];r.prototype.THROTTLE_TIMEOUT=100,r.prototype.POLL_INTERVAL=null,r.prototype.USE_MUTATION_OBSERVER=!0,r.prototype.observe=function(t){var e=this._observationTargets.some(function(e){return e.element==t});if(!e){if(!t||1!=t.nodeType)throw new Error("target must be an Element");this._registerInstance(),this._observationTargets.push({element:t,entry:null}),this._monitorIntersections(),this._checkForIntersections()}},r.prototype.unobserve=function(t){this._observationTargets=this._observationTargets.filter(function(e){return e.element!=t}),this._observationTargets.length||(this._unmonitorIntersections(),this._unregisterInstance())},r.prototype.disconnect=function(){this._observationTargets=[],this._unmonitorIntersections(),this._unregisterInstance()},r.prototype.takeRecords=function(){var t=this._queuedEntries.slice();return this._queuedEntries=[],t},r.prototype._initThresholds=function(t){var e=t||[0];return Array.isArray(e)||(e=[e]),e.sort().filter(function(t,e,n){if("number"!=typeof t||isNaN(t)||t<0||t>1)throw new Error("threshold must be a number between 0 and 1 inclusively");return t!==n[e-1]})},r.prototype._parseRootMargin=function(t){var e=t||"0px",n=e.split(/\s+/).map(function(t){var e=/^(-?\d*\.?\d+)(px|%)$/.exec(t);if(!e)throw new Error("rootMargin must be specified in pixels or percent");return{value:parseFloat(e[1]),unit:e[2]}});return n[1]=n[1]||n[0],n[2]=n[2]||n[0],n[3]=n[3]||n[1],n},r.prototype._monitorIntersections=function(){this._monitoringIntersections||(this._monitoringIntersections=!0,this.POLL_INTERVAL?this._monitoringInterval=setInterval(this._checkForIntersections,this.POLL_INTERVAL):(s(t,"resize",this._checkForIntersections,!0),s(e,"scroll",this._checkForIntersections,!0),this.USE_MUTATION_OBSERVER&&"MutationObserver"in t&&(this._domObserver=new MutationObserver(this._checkForIntersections),this._domObserver.observe(e,{attributes:!0,childList:!0,characterData:!0,subtree:!0}))))},r.prototype._unmonitorIntersections=function(){this._monitoringIntersections&&(this._monitoringIntersections=!1,clearInterval(this._monitoringInterval),this._monitoringInterval=null,c(t,"resize",this._checkForIntersections,!0),c(e,"scroll",this._checkForIntersections,!0),this._domObserver&&(this._domObserver.disconnect(),this._domObserver=null))},r.prototype._checkForIntersections=function(){var t=this._rootIsInDom(),e=t?this._getRootRect():l();this._observationTargets.forEach(function(n){var r=n.element,a=f(r),s=this._rootContainsTarget(r),c=n.entry,u=t&&s&&this._computeTargetAndRootIntersection(r,e),l=n.entry=new o({time:i(),target:r,boundingClientRect:a,rootBounds:e,intersectionRect:u});c?t&&s?this._hasCrossedThreshold(c,l)&&this._queuedEntries.push(l):c&&c.isIntersecting&&this._queuedEntries.push(l):this._queuedEntries.push(l)},this),this._queuedEntries.length&&this._callback(this.takeRecords(),this)},r.prototype._computeTargetAndRootIntersection=function(n,o){if("none"!=t.getComputedStyle(n).display){var r=f(n),i=r,a=m(n),s=!1;while(!s){var c=null,l=1==a.nodeType?t.getComputedStyle(a):{};if("none"==l.display)return;if(a==this.root||a==e?(s=!0,c=o):a!=e.body&&a!=e.documentElement&&"visible"!=l.overflow&&(c=f(a)),c&&(i=u(c,i),!i))break;a=m(a)}return i}},r.prototype._getRootRect=function(){var t;if(this.root)t=f(this.root);else{var n=e.documentElement,o=e.body;t={top:0,left:0,right:n.clientWidth||o.clientWidth,width:n.clientWidth||o.clientWidth,bottom:n.clientHeight||o.clientHeight,height:n.clientHeight||o.clientHeight}}return this._expandRectByRootMargin(t)},r.prototype._expandRectByRootMargin=function(t){var e=this._rootMarginValues.map(function(e,n){return"px"==e.unit?e.value:e.value*(n%2?t.width:t.height)/100}),n={top:t.top-e[0],right:t.right+e[1],bottom:t.bottom+e[2],left:t.left-e[3]};return n.width=n.right-n.left,n.height=n.bottom-n.top,n},r.prototype._hasCrossedThreshold=function(t,e){var n=t&&t.isIntersecting?t.intersectionRatio||0:-1,o=e.isIntersecting?e.intersectionRatio||0:-1;if(n!==o)for(var r=0;r<this.thresholds.length;r++){var i=this.thresholds[r];if(i==n||i==o||i<n!==i<o)return!0}},r.prototype._rootIsInDom=function(){return!this.root||p(e,this.root)},r.prototype._rootContainsTarget=function(t){return p(this.root||e,t)},r.prototype._registerInstance=function(){n.indexOf(this)<0&&n.push(this)},r.prototype._unregisterInstance=function(){var t=n.indexOf(this);-1!=t&&n.splice(t,1)},t.IntersectionObserver=r,t.IntersectionObserverEntry=o}function o(t){this.time=t.time,this.target=t.target,this.rootBounds=t.rootBounds,this.boundingClientRect=t.boundingClientRect,this.intersectionRect=t.intersectionRect||l(),this.isIntersecting=!!t.intersectionRect;var e=this.boundingClientRect,n=e.width*e.height,o=this.intersectionRect,r=o.width*o.height;this.intersectionRatio=n?r/n:this.isIntersecting?1:0}function r(t,e){var n=e||{};if("function"!=typeof t)throw new Error("callback must be a function");if(n.root&&1!=n.root.nodeType)throw new Error("root must be an Element");this._checkForIntersections=a(this._checkForIntersections.bind(this),this.THROTTLE_TIMEOUT),this._callback=t,this._observationTargets=[],this._queuedEntries=[],this._rootMarginValues=this._parseRootMargin(n.rootMargin),this.thresholds=this._initThresholds(n.threshold),this.root=n.root||null,this.rootMargin=this._rootMarginValues.map(function(t){return t.value+t.unit}).join(" ")}function i(){return t.performance&&performance.now&&performance.now()}function a(t,e){var n=null;return function(){n||(n=setTimeout(function(){t(),n=null},e))}}function s(t,e,n,o){"function"==typeof t.addEventListener?t.addEventListener(e,n,o||!1):"function"==typeof t.attachEvent&&t.attachEvent("on"+e,n)}function c(t,e,n,o){"function"==typeof t.removeEventListener?t.removeEventListener(e,n,o||!1):"function"==typeof t.detatchEvent&&t.detatchEvent("on"+e,n)}function u(t,e){var n=Math.max(t.top,e.top),o=Math.min(t.bottom,e.bottom),r=Math.max(t.left,e.left),i=Math.min(t.right,e.right),a=i-r,s=o-n;return a>=0&&s>=0&&{top:n,bottom:o,left:r,right:i,width:a,height:s}}function f(t){var e;try{e=t.getBoundingClientRect()}catch(t){}return e?(e.width&&e.height||(e={top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.right-e.left,height:e.bottom-e.top}),e):l()}function l(){return{top:0,bottom:0,left:0,right:0,width:0,height:0}}function p(t,e){var n=e;while(n){if(n==t)return!0;n=m(n)}return!1}function m(t){var e=t.parentNode;return e&&11==e.nodeType&&e.host?e.host:e}})(window,document)},LQAc:function(t,e){t.exports=!1},LZWt:function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},LyE8:function(t,e,n){"use strict";var o=n("eeVq");t.exports=function(t,e){return!!t&&o(function(){e?t.call(null,function(){},1):t.call(null)})}},M6Qj:function(t,e,n){var o=n("hPIQ"),r=n("K0xU")("iterator"),i=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||i[r]===t)}},MfQN:function(t,e){t.exports=function(t,e,n){var o=void 0===n;switch(e.length){case 0:return o?t():t.call(n);case 1:return o?t(e[0]):t.call(n,e[0]);case 2:return o?t(e[0],e[1]):t.call(n,e[0],e[1]);case 3:return o?t(e[0],e[1],e[2]):t.call(n,e[0],e[1],e[2]);case 4:return o?t(e[0],e[1],e[2],e[3]):t.call(n,e[0],e[1],e[2],e[3])}return t.apply(n,e)}},Mukb:function(t,e,n){var o=n("hswa"),r=n("RjD/");t.exports=n("nh4g")?function(t,e,n){return o.f(t,e,r(1,n))}:function(t,e,n){return t[e]=n,t}},OP3Y:function(t,e,n){var o=n("aagx"),r=n("S/j/"),i=n("YTvA")("IE_PROTO"),a=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=r(t),o(t,i)?t[i]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?a:null}},QaDb:function(t,e,n){"use strict";var o=n("Kuth"),r=n("RjD/"),i=n("fyDq"),a={};n("Mukb")(a,n("K0xU")("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=o(a,{next:r(1,n)}),i(t,e+" Iterator")}},RW0V:function(t,e,n){var o=n("S/j/"),r=n("DVgA");n("Xtr8")("keys",function(){return function(t){return r(o(t))}})},RYi7:function(t,e){var n=Math.ceil,o=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?o:n)(t)}},"RjD/":function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},"S/j/":function(t,e,n){var o=n("vhPU");t.exports=function(t){return Object(o(t))}},SZ7m:function(t,e,n){"use strict";function o(t,e){for(var n=[],o={},r=0;r<e.length;r++){var i=e[r],a=i[0],s=i[1],c=i[2],u=i[3],f={id:t+":"+r,css:s,media:c,sourceMap:u};o[a]?o[a].parts.push(f):n.push(o[a]={id:a,parts:[f]})}return n}n.r(e),n.d(e,"default",function(){return h});var r="undefined"!==typeof document;if("undefined"!==typeof DEBUG&&DEBUG&&!r)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var i={},a=r&&(document.head||document.getElementsByTagName("head")[0]),s=null,c=0,u=!1,f=function(){},l=null,p="data-vue-ssr-id",m="undefined"!==typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function h(t,e,n,r){u=n,l=r||{};var a=o(t,e);return d(a),function(e){for(var n=[],r=0;r<a.length;r++){var s=a[r],c=i[s.id];c.refs--,n.push(c)}e?(a=o(t,e),d(a)):a=[];for(r=0;r<n.length;r++){c=n[r];if(0===c.refs){for(var u=0;u<c.parts.length;u++)c.parts[u]();delete i[c.id]}}}}function d(t){for(var e=0;e<t.length;e++){var n=t[e],o=i[n.id];if(o){o.refs++;for(var r=0;r<o.parts.length;r++)o.parts[r](n.parts[r]);for(;r<n.parts.length;r++)o.parts.push(v(n.parts[r]));o.parts.length>n.parts.length&&(o.parts.length=n.parts.length)}else{var a=[];for(r=0;r<n.parts.length;r++)a.push(v(n.parts[r]));i[n.id]={id:n.id,refs:1,parts:a}}}}function b(){var t=document.createElement("style");return t.type="text/css",a.appendChild(t),t}function v(t){var e,n,o=document.querySelector("style["+p+'~="'+t.id+'"]');if(o){if(u)return f;o.parentNode.removeChild(o)}if(m){var r=c++;o=s||(s=b()),e=g.bind(null,o,r,!1),n=g.bind(null,o,r,!0)}else o=b(),e=w.bind(null,o),n=function(){o.parentNode.removeChild(o)};return e(t),function(o){if(o){if(o.css===t.css&&o.media===t.media&&o.sourceMap===t.sourceMap)return;e(t=o)}else n()}}var y=function(){var t=[];return function(e,n){return t[e]=n,t.filter(Boolean).join("\n")}}();function g(t,e,n,o){var r=n?"":o.css;if(t.styleSheet)t.styleSheet.cssText=y(e,r);else{var i=document.createTextNode(r),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(i,a[e]):t.appendChild(i)}}function w(t,e){var n=e.css,o=e.media,r=e.sourceMap;if(o&&t.setAttribute("media",o),l.ssrId&&t.setAttribute(p,e.id),r&&(n+="\n/*# sourceURL="+r.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(r))))+" */"),t.styleSheet)t.styleSheet.cssText=n;else{while(t.firstChild)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(n))}}},SlkY:function(t,e,n){var o=n("m0Pp"),r=n("H6hf"),i=n("M6Qj"),a=n("y3w9"),s=n("ne8i"),c=n("J+6e"),u={},f={};e=t.exports=function(t,e,n,l,p){var m,h,d,b,v=p?function(){return t}:c(t),y=o(n,l,e?2:1),g=0;if("function"!=typeof v)throw TypeError(t+" is not iterable!");if(i(v)){for(m=s(t.length);m>g;g++)if(b=e?y(a(h=t[g])[0],h[1]):y(t[g]),b===u||b===f)return b}else for(d=v.call(t);!(h=d.next()).done;)if(b=r(d,y,h.value,e),b===u||b===f)return b};e.BREAK=u,e.RETURN=f},UqcF:function(t,e){e.f={}.propertyIsEnumerable},VDXr:function(t,e,n){e=t.exports=n("I1BE")(!1),e.push([t.i,".fade-from-bottom{-webkit-animation-name:fadeFromBottom;animation-name:fadeFromBottom}.fade-from-top{-webkit-animation-name:fadeFromTop;animation-name:fadeFromTop}.fade-to-bottom{-webkit-animation-name:fadeToBottom;animation-name:fadeToBottom}.fade-to-top{-webkit-animation-name:fadeToTop;animation-name:fadeToTop}.fade-in{-webkit-animation-name:fadeIn;animation-name:fadeIn}.zoom-in{-webkit-animation-name:zoomIn;animation-name:zoomIn}.zoom-from-bottom{-webkit-animation-name:zoomFromBottom;animation-name:zoomFromBottom}.zoom-from-top{-webkit-animation-name:zoomFromTop;animation-name:zoomFromTop}.zoom-to-bottom{-webkit-animation-name:zoomToBottom;animation-name:zoomToBottom}.zoom-to-top{-webkit-animation-name:zoomToTop;animation-name:zoomToTop}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:translate3d(0,2%,300deg);transform:translate3d(0,2%,300deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:translate3d(0,2%,300deg);transform:translate3d(0,2%,300deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes fadeFromBottom{0%{opacity:0;-webkit-transform:translate3d(0,10%,0);transform:translate3d(0,10%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeFromBottom{0%{opacity:0;-webkit-transform:translate3d(0,10%,0);transform:translate3d(0,10%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes fadeFromTop{0%{opacity:0;-webkit-transform:translate3d(0,-10%,0);transform:translate3d(0,-10%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeFromTop{0%{opacity:0;-webkit-transform:translate3d(0,-10%,0);transform:translate3d(0,-10%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes fadeToTop{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-10%,0);transform:translate3d(0,-10%,0)}}@keyframes fadeToTop{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-10%,0);transform:translate3d(0,-10%,0)}}@-webkit-keyframes fadeToBottom{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,10%,0);transform:translate3d(0,10%,0)}}@keyframes fadeToBottom{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,10%,0);transform:translate3d(0,10%,0)}}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.5,.5,.5) translateZ(0);transform:scale3d(.5,.5,.5) translateZ(0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.5,.5,.5) translateZ(0);transform:scale3d(.5,.5,.5) translateZ(0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-webkit-keyframes zoomFromBottom{0%{opacity:0;-webkit-transform:scale3d(.5,.5,.5) translate3d(0,10%,0);transform:scale3d(.5,.5,.5) translate3d(0,10%,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomFromBottom{0%{opacity:0;-webkit-transform:scale3d(.5,.5,.5) translate3d(0,10%,0);transform:scale3d(.5,.5,.5) translate3d(0,10%,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-webkit-keyframes zoomFromTop{0%{opacity:0;-webkit-transform:scale3d(.5,.5,.5) translate3d(0,-10%,0);transform:scale3d(.5,.5,.5) translate3d(0,-10%,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomFromTop{0%{opacity:0;-webkit-transform:scale3d(.5,.5,.5) translate3d(0,-10%,0);transform:scale3d(.5,.5,.5) translate3d(0,-10%,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-webkit-keyframes zoomToBottom{0%{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.5,.5,.5) translate3d(0,10%,0);transform:scale3d(.5,.5,.5) translate3d(0,10%,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomToBottom{0%{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.5,.5,.5) translate3d(0,10%,0);transform:scale3d(.5,.5,.5) translate3d(0,10%,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-webkit-keyframes zoomToTop{0%{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.5,.5,.5) translate3d(0,-10%,0);transform:scale3d(.5,.5,.5) translate3d(0,-10%,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomToTop{0%{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.5,.5,.5) translate3d(0,-10%,0);transform:scale3d(.5,.5,.5) translate3d(0,-10%,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.on-visible__container{-webkit-perspective:500px;perspective:500px;opacity:0}.on-visible__container.on-visible__is-visible{-webkit-perspective:500px;perspective:500px;opacity:1}",""])},VRzm:function(t,e,n){"use strict";var o,r,i,a,s=n("LQAc"),c=n("dyZX"),u=n("m0Pp"),f=n("I8a+"),l=n("XKFU"),p=n("0/R4"),m=n("2OiF"),h=n("9gX7"),d=n("SlkY"),b=n("69bn"),v=n("GZEu").set,y=n("gHnn")(),g=n("pbhE"),w=n("nICZ"),_=n("ol8x"),x=n("vKrd"),k="Promise",T=c.TypeError,E=c.process,O=E&&E.versions,I=O&&O.v8||"",S=c[k],R="process"==f(E),j=function(){},M=r=g.f,F=!!function(){try{var t=S.resolve(1),e=(t.constructor={})[n("K0xU")("species")]=function(t){t(j,j)};return(R||"function"==typeof PromiseRejectionEvent)&&t.then(j)instanceof e&&0!==I.indexOf("6.6")&&-1===_.indexOf("Chrome/66")}catch(t){}}(),z=function(t){var e;return!(!p(t)||"function"!=typeof(e=t.then))&&e},L=function(t,e){if(!t._n){t._n=!0;var n=t._c;y(function(){var o=t._v,r=1==t._s,i=0,a=function(e){var n,i,a,s=r?e.ok:e.fail,c=e.resolve,u=e.reject,f=e.domain;try{s?(r||(2==t._h&&C(t),t._h=1),!0===s?n=o:(f&&f.enter(),n=s(o),f&&(f.exit(),a=!0)),n===e.promise?u(T("Promise-chain cycle")):(i=z(n))?i.call(n,c,u):c(n)):u(o)}catch(t){f&&!a&&f.exit(),u(t)}};while(n.length>i)a(n[i++]);t._c=[],t._n=!1,e&&!t._h&&A(t)})}},A=function(t){v.call(c,function(){var e,n,o,r=t._v,i=P(t);if(i&&(e=w(function(){R?E.emit("unhandledRejection",r,t):(n=c.onunhandledrejection)?n({promise:t,reason:r}):(o=c.console)&&o.error&&o.error("Unhandled promise rejection",r)}),t._h=R||P(t)?2:1),t._a=void 0,i&&e.e)throw e.v})},P=function(t){return 1!==t._h&&0===(t._a||t._c).length},C=function(t){v.call(c,function(){var e;R?E.emit("rejectionHandled",t):(e=c.onrejectionhandled)&&e({promise:t,reason:t._v})})},Z=function(t){var e=this;e._d||(e._d=!0,e=e._w||e,e._v=t,e._s=2,e._a||(e._a=e._c.slice()),L(e,!0))},V=function(t){var e,n=this;if(!n._d){n._d=!0,n=n._w||n;try{if(n===t)throw T("Promise can't be resolved itself");(e=z(t))?y(function(){var o={_w:n,_d:!1};try{e.call(t,u(V,o,1),u(Z,o,1))}catch(t){Z.call(o,t)}}):(n._v=t,n._s=1,L(n,!1))}catch(t){Z.call({_w:n,_d:!1},t)}}};F||(S=function(t){h(this,S,k,"_h"),m(t),o.call(this);try{t(u(V,this,1),u(Z,this,1))}catch(t){Z.call(this,t)}},o=function(t){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1},o.prototype=n("3Lyj")(S.prototype,{then:function(t,e){var n=M(b(this,S));return n.ok="function"!=typeof t||t,n.fail="function"==typeof e&&e,n.domain=R?E.domain:void 0,this._c.push(n),this._a&&this._a.push(n),this._s&&L(this,!1),n.promise},catch:function(t){return this.then(void 0,t)}}),i=function(){var t=new o;this.promise=t,this.resolve=u(V,t,1),this.reject=u(Z,t,1)},g.f=M=function(t){return t===S||t===a?new i(t):r(t)}),l(l.G+l.W+l.F*!F,{Promise:S}),n("fyDq")(S,k),n("elZq")(k),a=n("g3g5")[k],l(l.S+l.F*!F,k,{reject:function(t){var e=M(this),n=e.reject;return n(t),e.promise}}),l(l.S+l.F*(s||!F),k,{resolve:function(t){return x(s&&this===a?S:this,t)}}),l(l.S+l.F*!(F&&n("XMVh")(function(t){S.all(t)["catch"](j)})),k,{all:function(t){var e=this,n=M(e),o=n.resolve,r=n.reject,i=w(function(){var n=[],i=0,a=1;d(t,!1,function(t){var s=i++,c=!1;n.push(void 0),a++,e.resolve(t).then(function(t){c||(c=!0,n[s]=t,--a||o(n))},r)}),--a||o(n)});return i.e&&r(i.v),n.promise},race:function(t){var e=this,n=M(e),o=n.reject,r=w(function(){d(t,!1,function(t){e.resolve(t).then(n.resolve,o)})});return r.e&&o(r.v),n.promise}})},VTer:function(t,e,n){var o=n("g3g5"),r=n("dyZX"),i="__core-js_shared__",a=r[i]||(r[i]={});(t.exports=function(t,e){return a[t]||(a[t]=void 0!==e?e:{})})("versions",[]).push({version:o.version,mode:n("LQAc")?"pure":"global",copyright:"© 2018 Denis Pushkarev (zloirock.ru)"})},Vd3H:function(t,e,n){"use strict";var o=n("XKFU"),r=n("2OiF"),i=n("S/j/"),a=n("eeVq"),s=[].sort,c=[1,2,3];o(o.P+o.F*(a(function(){c.sort(void 0)})||!a(function(){c.sort(null)})||!n("LyE8")(s)),"Array",{sort:function(t){return void 0===t?s.call(i(this)):s.call(i(this),r(t))}})},XKFU:function(t,e,n){var o=n("dyZX"),r=n("g3g5"),i=n("Mukb"),a=n("KroJ"),s=n("m0Pp"),c="prototype",u=function(t,e,n){var f,l,p,m,h=t&u.F,d=t&u.G,b=t&u.S,v=t&u.P,y=t&u.B,g=d?o:b?o[e]||(o[e]={}):(o[e]||{})[c],w=d?r:r[e]||(r[e]={}),_=w[c]||(w[c]={});for(f in d&&(n=e),n)l=!h&&g&&void 0!==g[f],p=(l?g:n)[f],m=y&&l?s(p,o):v&&"function"==typeof p?s(Function.call,p):p,g&&a(g,f,p,t&u.U),w[f]!=p&&i(w,f,m),v&&_[f]!=p&&(_[f]=p)};o.core=r,u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,t.exports=u},XMVh:function(t,e,n){var o=n("K0xU")("iterator"),r=!1;try{var i=[7][o]();i["return"]=function(){r=!0},Array.from(i,function(){throw 2})}catch(t){}t.exports=function(t,e){if(!e&&!r)return!1;var n=!1;try{var i=[7],a=i[o]();a.next=function(){return{done:n=!0}},i[o]=function(){return a},t(i)}catch(t){}return n}},Xbzi:function(t,e,n){var o=n("0/R4"),r=n("i5dc").set;t.exports=function(t,e,n){var i,a=e.constructor;return a!==n&&"function"==typeof a&&(i=a.prototype)!==n.prototype&&o(i)&&r&&r(t,i),t}},Xtr8:function(t,e,n){var o=n("XKFU"),r=n("g3g5"),i=n("eeVq");t.exports=function(t,e){var n=(r.Object||{})[t]||Object[t],a={};a[t]=e(n),o(o.S+o.F*i(function(){n(1)}),"Object",a)}},YTvA:function(t,e,n){var o=n("VTer")("keys"),r=n("ylqs");t.exports=function(t){return o[t]||(o[t]=r(t))}},Ymqv:function(t,e,n){var o=n("LZWt");t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==o(t)?t.split(""):Object(t)}},aCFj:function(t,e,n){var o=n("Ymqv"),r=n("vhPU");t.exports=function(t){return o(r(t))}},aagx:function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},apmT:function(t,e,n){var o=n("0/R4");t.exports=function(t,e){if(!o(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!o(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!o(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!o(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},"d/Gc":function(t,e,n){var o=n("RYi7"),r=Math.max,i=Math.min;t.exports=function(t,e){return t=o(t),t<0?r(t+e,0):i(t,e)}},dyZX: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)},eeVq:function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},elZq:function(t,e,n){"use strict";var o=n("dyZX"),r=n("hswa"),i=n("nh4g"),a=n("K0xU")("species");t.exports=function(t){var e=o[t];i&&e&&!e[a]&&r.f(e,a,{configurable:!0,get:function(){return this}})}},fyDq:function(t,e,n){var o=n("hswa").f,r=n("aagx"),i=n("K0xU")("toStringTag");t.exports=function(t,e,n){t&&!r(t=n?t:t.prototype,i)&&o(t,i,{configurable:!0,value:e})}},g3g5:function(t,e){var n=t.exports={version:"2.5.7"};"number"==typeof __e&&(__e=n)},gHnn:function(t,e,n){var o=n("dyZX"),r=n("GZEu").set,i=o.MutationObserver||o.WebKitMutationObserver,a=o.process,s=o.Promise,c="process"==n("LZWt")(a);t.exports=function(){var t,e,n,u=function(){var o,r;c&&(o=a.domain)&&o.exit();while(t){r=t.fn,t=t.next;try{r()}catch(o){throw t?n():e=void 0,o}}e=void 0,o&&o.enter()};if(c)n=function(){a.nextTick(u)};else if(!i||o.navigator&&o.navigator.standalone)if(s&&s.resolve){var f=s.resolve(void 0);n=function(){f.then(u)}}else n=function(){r.call(o,u)};else{var l=!0,p=document.createTextNode("");new i(u).observe(p,{characterData:!0}),n=function(){p.data=l=!l}}return function(o){var r={fn:o,next:void 0};e&&(e.next=r),t||(t=r,n()),e=r}}},hPIQ:function(t,e){t.exports={}},hswa:function(t,e,n){var o=n("y3w9"),r=n("xpql"),i=n("apmT"),a=Object.defineProperty;e.f=n("nh4g")?Object.defineProperty:function(t,e,n){if(o(t),e=i(e,!0),o(n),r)try{return a(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}},i5dc:function(t,e,n){var o=n("0/R4"),r=n("y3w9"),i=function(t,e){if(r(t),!o(e)&&null!==e)throw TypeError(e+": can't set as prototype!")};t.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(t,e,o){try{o=n("m0Pp")(Function.call,n("EemH").f(Object.prototype,"__proto__").set,2),o(t,[]),e=!(t instanceof Array)}catch(t){e=!0}return function(t,n){return i(t,n),e?t.__proto__=n:o(t,n),t}}({},!1):void 0),check:i}},"i7/w":function(e,n){e.exports=t},kJMx:function(t,e,n){var o=n("zhAb"),r=n("4R4u").concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return o(t,r)}},m0Pp:function(t,e,n){var o=n("2OiF");t.exports=function(t,e,n){if(o(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,o){return t.call(e,n,o)};case 3:return function(n,o,r){return t.call(e,n,o,r)}}return function(){return t.apply(e,arguments)}}},nGyu:function(t,e,n){var o=n("K0xU")("unscopables"),r=Array.prototype;void 0==r[o]&&n("Mukb")(r,o,{}),t.exports=function(t){r[o][t]=!0}},nICZ:function(t,e){t.exports=function(t){try{return{e:!1,v:t()}}catch(t){return{e:!0,v:t}}}},ne8i:function(t,e,n){var o=n("RYi7"),r=Math.min;t.exports=function(t){return t>0?r(o(t),9007199254740991):0}},nh4g:function(t,e,n){t.exports=!n("eeVq")(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},ol8x:function(t,e,n){var o=n("dyZX"),r=o.navigator;t.exports=r&&r.userAgent||""},pCyF:function(t,e,n){"use strict";var o=n("6m3M"),r=n.n(o);r.a},pbhE:function(t,e,n){"use strict";var o=n("2OiF");function r(t){var e,n;this.promise=new t(function(t,o){if(void 0!==e||void 0!==n)throw TypeError("Bad Promise constructor");e=t,n=o}),this.resolve=o(e),this.reject=o(n)}t.exports.f=function(t){return new r(t)}},qncB:function(t,e,n){var o=n("XKFU"),r=n("vhPU"),i=n("eeVq"),a=n("/e88"),s="["+a+"]",c=" ",u=RegExp("^"+s+s+"*"),f=RegExp(s+s+"*$"),l=function(t,e,n){var r={},s=i(function(){return!!a[t]()||c[t]()!=c}),u=r[t]=s?e(p):a[t];n&&(r[n]=u),o(o.P+o.F*s,"String",r)},p=l.trim=function(t,e){return t=String(r(t)),1&e&&(t=t.replace(u,"")),2&e&&(t=t.replace(f,"")),t};t.exports=l},quPj:function(t,e,n){var o=n("0/R4"),r=n("LZWt"),i=n("K0xU")("match");t.exports=function(t){var e;return o(t)&&(void 0!==(e=t[i])?!!e:"RegExp"==r(t))}},rGqo:function(t,e,n){for(var o=n("yt8O"),r=n("DVgA"),i=n("KroJ"),a=n("dyZX"),s=n("Mukb"),c=n("hPIQ"),u=n("K0xU"),f=u("iterator"),l=u("toStringTag"),p=c.Array,m={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},h=r(m),d=0;d<h.length;d++){var b,v=h[d],y=m[v],g=a[v],w=g&&g.prototype;if(w&&(w[f]||s(w,f,p),w[l]||s(w,l,v),c[v]=p,y))for(b in o)w[b]||i(w,b,o[b],!0)}},vKrd:function(t,e,n){var o=n("y3w9"),r=n("0/R4"),i=n("pbhE");t.exports=function(t,e){if(o(t),r(e)&&e.constructor===t)return e;var n=i.f(t),a=n.resolve;return a(e),n.promise}},vhPU:function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},w2a5:function(t,e,n){var o=n("aCFj"),r=n("ne8i"),i=n("d/Gc");t.exports=function(t){return function(e,n,a){var s,c=o(e),u=r(c.length),f=i(a,u);if(t&&n!=n){while(u>f)if(s=c[f++],s!=s)return!0}else for(;u>f;f++)if((t||f in c)&&c[f]===n)return t||f||0;return!t&&-1}}},xfY5:function(t,e,n){"use strict";var o=n("dyZX"),r=n("aagx"),i=n("LZWt"),a=n("Xbzi"),s=n("apmT"),c=n("eeVq"),u=n("kJMx").f,f=n("EemH").f,l=n("hswa").f,p=n("qncB").trim,m="Number",h=o[m],d=h,b=h.prototype,v=i(n("Kuth")(b))==m,y="trim"in String.prototype,g=function(t){var e=s(t,!1);if("string"==typeof e&&e.length>2){e=y?e.trim():p(e,3);var n,o,r,i=e.charCodeAt(0);if(43===i||45===i){if(n=e.charCodeAt(2),88===n||120===n)return NaN}else if(48===i){switch(e.charCodeAt(1)){case 66:case 98:o=2,r=49;break;case 79:case 111:o=8,r=55;break;default:return+e}for(var a,c=e.slice(2),u=0,f=c.length;u<f;u++)if(a=c.charCodeAt(u),a<48||a>r)return NaN;return parseInt(c,o)}}return+e};if(!h(" 0o1")||!h("0b1")||h("+0x1")){h=function(t){var e=arguments.length<1?0:t,n=this;return n instanceof h&&(v?c(function(){b.valueOf.call(n)}):i(n)!=m)?a(new d(g(e)),n,h):g(e)};for(var w,_=n("nh4g")?u(d):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),x=0;_.length>x;x++)r(d,w=_[x])&&!r(h,w)&&l(h,w,f(d,w));h.prototype=b,b.constructor=h,n("KroJ")(o,m,h)}},xpql:function(t,e,n){t.exports=!n("nh4g")&&!n("eeVq")(function(){return 7!=Object.defineProperty(n("Iw71")("div"),"a",{get:function(){return 7}}).a})},y3w9:function(t,e,n){var o=n("0/R4");t.exports=function(t){if(!o(t))throw TypeError(t+" is not an object!");return t}},ylqs:function(t,e){var n=0,o=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+o).toString(36))}},yt8O:function(t,e,n){"use strict";var o=n("nGyu"),r=n("1TsA"),i=n("hPIQ"),a=n("aCFj");t.exports=n("Afnz")(Array,"Array",function(t,e){this._t=a(t),this._i=0,this._k=e},function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,r(1)):r(0,"keys"==e?n:"values"==e?t[n]:[n,t[n]])},"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},zhAb:function(t,e,n){var o=n("aagx"),r=n("aCFj"),i=n("w2a5")(!1),a=n("YTvA")("IE_PROTO");t.exports=function(t,e){var n,s=r(t),c=0,u=[];for(n in s)n!=a&&o(s,n)&&u.push(n);while(e.length>c)o(s,n=e[c++])&&(~i(u,n)||u.push(n));return u}}})}); | ||
//# sourceMappingURL=vue-on-visible.umd.min.js.map |
{ | ||
"name": "vue-on-visible", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "scripts": { |
module.exports = { | ||
baseUrl: process.env.NODE_ENV === 'production' ? '/vue-on-visible' : '/' | ||
baseUrl: process.env.NODE_ENV === 'production' ? '/vue-on-visible' : '/', | ||
css: { extract: false } | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1293963
19793
22
3