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

vue-tour

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-tour - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

docs/css/app.458093ae.css

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="1.0.1"></a>
## [1.0.1](https://github.com/pulsardev/vue-tour/compare/v1.0.0...v1.0.1) (2018-03-16)
### Bug Fixes
* bump the vue-tour version in the demo ([1c7a9eb](https://github.com/pulsardev/vue-tour/commit/1c7a9eb))
<a name="1.0.0"></a>

@@ -7,0 +17,0 @@ # [1.0.0](https://github.com/pulsardev/vue-tour/compare/v1.0.0-beta.0...v1.0.0) (2018-03-16)

0

CONTRIBUTING.md

@@ -0,0 +0,0 @@ # Contributing

{
"VUE_DEV_SERVER_URL": "http://localhost:8080/"
}
{
"pluginsFile": "test/e2e/plugins/index.js"
}

2

demo/package.json

@@ -15,3 +15,3 @@ {

"vue-router": "^3.0.1",
"vue-tour": "^1.0.0-beta.0"
"vue-tour": "^1.0.0"
},

@@ -18,0 +18,0 @@ "devDependencies": {

@@ -0,0 +0,0 @@ import Vue from 'vue'

@@ -0,0 +0,0 @@ import Vue from 'vue'

@@ -0,0 +0,0 @@ // https://docs.cypress.io/guides/guides/plugins-guide.html

@@ -0,0 +0,0 @@ // https://docs.cypress.io/api/introduction/api.html

@@ -0,0 +0,0 @@ // ***********************************************

@@ -0,0 +0,0 @@ // ***********************************************************

@@ -1,2 +0,2 @@

(function(t,e){"object"===typeof exports&&"object"===typeof module?module.exports=e():"function"===typeof define&&define.amd?define([],e):"object"===typeof exports?exports["vue-tour"]=e():t["vue-tour"]=e()})("undefined"!==typeof self?self:this,function(){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,{configurable:!1,enumerable:!0,get: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=0)}({"/uYw":function(t,e,n){"use strict";function r(t,e){while(t.length<e)t="0"+t;return t}function o(t,e){var n,r,o;if(0===e.length)return t;for(n=0,o=e.length;n<o;n++)r=e.charCodeAt(n),t=(t<<5)-t+r,t|=0;return t<0?-2*t:t}function i(t,e,n){return Object.keys(e).sort().reduce(r,t);function r(t,r){return s(t,e[r],r,n)}}function s(t,e,n,r){var s=o(o(o(t,n),a(e)),typeof e);return null===e?o(s,"null"):void 0===e?o(s,"undefined"):"object"===typeof e?-1!==r.indexOf(e)?o(s,"[Circular]"+n):(r.push(e),i(s,e,r)):o(s,e.toString())}function a(t){return Object.prototype.toString.call(t)}function f(t){return r(s(0,t,"",[]).toString(16),8)}t.exports=f},0:function(t,e,n){t.exports=n("NHnr")},DIVP:function(t,e,n){var r=n("UKM+");t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},DuR2:function(t,e){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(t){"object"===typeof window&&(n=window)}t.exports=n},EuXz:function(t,e,n){var r=n("lDLk").f,o=Function.prototype,i=/^\s*function ([^ (]*)/,s="name";s in o||n("bUqO")&&r(o,s,{configurable:!0,get:function(){try{return(""+this).match(i)[1]}catch(t){return""}}})},NHnr:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});n("EuXz");var r={name:"v-tour",props:{steps:{type:Array,default:function(){return[]}},name:{type:String}},data:function(){return{currentStep:-1}},mounted:function(){this.$tours[this.name]=this},computed:{isFirst:function(){return 0===this.currentStep},isLast:function(){return this.currentStep===this.steps.length-1}},methods:{start:function(){var t=this;setTimeout(function(){t.currentStep=0})},previousStep:function(){this.currentStep--},nextStep:function(){this.currentStep++},stop:function(){this.currentStep=-1}}},o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"v-tour"},[t._t("default",t._l(t.steps,function(e,r){return t.currentStep===r?n("v-step",{key:r,attrs:{step:e,"previous-step":t.previousStep,"next-step":t.nextStep,stop:t.stop,isFirst:t.isFirst,isLast:t.isLast}}):t._e()}),{currentStep:t.currentStep,steps:t.steps,previousStep:t.previousStep,nextStep:t.nextStep,stop:t.stop,isFirst:t.isFirst,isLast:t.isLast})],2)},i=[];function s(t,e,n,r,o,i,s,a){t=t||{};var f=typeof t.default;"object"!==f&&"function"!==f||(t=t.default);var u,p="function"===typeof t?t.options:t;if(e&&(p.render=e,p.staticRenderFns=n,p._compiled=!0),r&&(p.functional=!0),i&&(p._scopeId=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)},p._ssrRegister=u):o&&(u=a?function(){o.call(this,this.$root.$options.shadowRoot)}:o),u)if(p.functional){p._injectStyles=u;var c=p.render;p.render=function(t,e){return u.call(e),c(t,e)}}else{var l=p.beforeCreate;p.beforeCreate=l?[].concat(l,u):[u]}return{exports:t,options:p}}var a=!1,f=null,u=null,p=null,c=s(r,o,i,a,f,u,p),l=c.exports,d=n("Zgw8"),h=n("/uYw"),m=n.n(h),v={name:"v-step",props:{step:{type:Object},previousStep:{type:Function},nextStep:{type:Function},stop:{type:Function},isFirst:{type:Boolean},isLast:{type:Boolean}},data:function(){return{hash:m()(this.step.target)}},mounted:function(){var t=this.step.params||{},e=document.querySelector(this.step.target);e?(e.scrollIntoView({behavior:"smooth"}),new d["a"](e,this.$refs["v-step-"+this.hash],{placement:t.placement?t.placement:"bottom"})):(console.error("[Vue Tour] The target element "+this.step.target+' of .v-step[id="'+this.hash+'"] does not exist!'),this.stop())}},g=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{ref:"v-step-"+t.hash,staticClass:"v-step",attrs:{id:"v-step-"+t.hash}},[t._t("content",[n("div",{staticClass:"v-step__content"},[t.step.content?n("span",{domProps:{innerHTML:t._s(t.step.content)}}):n("span",[t._v("This is a demo step! The id of this step is "+t._s(t.hash)+" and it targets "+t._s(t.step.target)+".")])])]),t._v(" "),t._t("actions",[n("div",{staticClass:"v-step__buttons"},[t.isLast?t._e():n("button",{staticClass:"v-step__button",on:{click:t.stop}},[t._v("Skip tour")]),t._v(" "),t.isFirst?t._e():n("button",{staticClass:"v-step__button",on:{click:t.previousStep}},[t._v("Previous")]),t._v(" "),t.isLast?t._e():n("button",{staticClass:"v-step__button",on:{click:t.nextStep}},[t._v("Next")]),t._v(" "),t.isLast?n("button",{staticClass:"v-step__button",on:{click:t.stop}},[t._v("Finish")]):t._e()])]),t._v(" "),n("div",{staticClass:"v-step__arrow"})],2)},b=[];function y(t){n("eyC8")}var w=!1,x=y,O="data-v-fca314f4",E=null,_=s(v,g,b,w,x,O,E),S=_.exports,L={install:function(t,e){t.component(l.name,l),t.component(S.name,S),t.prototype.$tours={}}};e["default"]=L;"undefined"!==typeof window&&window.Vue&&window.Vue.use(L)},OzIq: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)},"UKM+":function(t,e){t.exports=function(t){return"object"===typeof t?null!==t:"function"===typeof t}},Zgw8:function(t,e,n){"use strict";(function(t){for(var n="undefined"!==typeof window&&"undefined"!==typeof document,r=["Edge","Trident","Firefox"],o=0,i=0;i<r.length;i+=1)if(n&&navigator.userAgent.indexOf(r[i])>=0){o=1;break}function s(t){var e=!1;return function(){e||(e=!0,window.Promise.resolve().then(function(){e=!1,t()}))}}function a(t){var e=!1;return function(){e||(e=!0,setTimeout(function(){e=!1,t()},o))}}var f=n&&window.Promise,u=f?s:a;function p(t){var e={};return t&&"[object Function]"===e.toString.call(t)}function c(t,e){if(1!==t.nodeType)return[];var n=getComputedStyle(t,null);return e?n[e]:n}function l(t){return"HTML"===t.nodeName?t:t.parentNode||t.host}function d(t){if(!t)return document.body;switch(t.nodeName){case"HTML":case"BODY":return t.ownerDocument.body;case"#document":return t.body}var e=c(t),n=e.overflow,r=e.overflowX,o=e.overflowY;return/(auto|scroll)/.test(n+o+r)?t:d(l(t))}function h(t){var e=t&&t.offsetParent,n=e&&e.nodeName;return n&&"BODY"!==n&&"HTML"!==n?-1!==["TD","TABLE"].indexOf(e.nodeName)&&"static"===c(e,"position")?h(e):e:t?t.ownerDocument.documentElement:document.documentElement}function m(t){var e=t.nodeName;return"BODY"!==e&&("HTML"===e||h(t.firstElementChild)===t)}function v(t){return null!==t.parentNode?v(t.parentNode):t}function g(t,e){if(!t||!t.nodeType||!e||!e.nodeType)return document.documentElement;var n=t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_FOLLOWING,r=n?t:e,o=n?e:t,i=document.createRange();i.setStart(r,0),i.setEnd(o,0);var s=i.commonAncestorContainer;if(t!==s&&e!==s||r.contains(o))return m(s)?s:h(s);var a=v(t);return a.host?g(a.host,e):g(t,v(e).host)}function b(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===e?"scrollTop":"scrollLeft",r=t.nodeName;if("BODY"===r||"HTML"===r){var o=t.ownerDocument.documentElement,i=t.ownerDocument.scrollingElement||o;return i[n]}return t[n]}function y(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=b(e,"top"),o=b(e,"left"),i=n?-1:1;return t.top+=r*i,t.bottom+=r*i,t.left+=o*i,t.right+=o*i,t}function w(t,e){var n="x"===e?"Left":"Top",r="Left"===n?"Right":"Bottom";return parseFloat(t["border"+n+"Width"],10)+parseFloat(t["border"+r+"Width"],10)}var x=void 0,O=function(){return void 0===x&&(x=-1!==navigator.appVersion.indexOf("MSIE 10")),x};function E(t,e,n,r){return Math.max(e["offset"+t],e["scroll"+t],n["client"+t],n["offset"+t],n["scroll"+t],O()?n["offset"+t]+r["margin"+("Height"===t?"Top":"Left")]+r["margin"+("Height"===t?"Bottom":"Right")]:0)}function _(){var t=document.body,e=document.documentElement,n=O()&&getComputedStyle(e);return{height:E("Height",t,e,n),width:E("Width",t,e,n)}}var S=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},L=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),C=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},T=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t};function M(t){return T({},t,{right:t.left+t.width,bottom:t.top+t.height})}function j(t){var e={};if(O())try{e=t.getBoundingClientRect();var n=b(t,"top"),r=b(t,"left");e.top+=n,e.left+=r,e.bottom+=n,e.right+=r}catch(t){}else e=t.getBoundingClientRect();var o={left:e.left,top:e.top,width:e.right-e.left,height:e.bottom-e.top},i="HTML"===t.nodeName?_():{},s=i.width||t.clientWidth||o.right-o.left,a=i.height||t.clientHeight||o.bottom-o.top,f=t.offsetWidth-s,u=t.offsetHeight-a;if(f||u){var p=c(t);f-=w(p,"x"),u-=w(p,"y"),o.width-=f,o.height-=u}return M(o)}function F(t,e){var n=O(),r="HTML"===e.nodeName,o=j(t),i=j(e),s=d(t),a=c(e),f=parseFloat(a.borderTopWidth,10),u=parseFloat(a.borderLeftWidth,10),p=M({top:o.top-i.top-f,left:o.left-i.left-u,width:o.width,height:o.height});if(p.marginTop=0,p.marginLeft=0,!n&&r){var l=parseFloat(a.marginTop,10),h=parseFloat(a.marginLeft,10);p.top-=f-l,p.bottom-=f-l,p.left-=u-h,p.right-=u-h,p.marginTop=l,p.marginLeft=h}return(n?e.contains(s):e===s&&"BODY"!==s.nodeName)&&(p=y(p,e)),p}function D(t){var e=t.ownerDocument.documentElement,n=F(t,e),r=Math.max(e.clientWidth,window.innerWidth||0),o=Math.max(e.clientHeight,window.innerHeight||0),i=b(e),s=b(e,"left"),a={top:i-n.top+n.marginTop,left:s-n.left+n.marginLeft,width:r,height:o};return M(a)}function N(t){var e=t.nodeName;return"BODY"!==e&&"HTML"!==e&&("fixed"===c(t,"position")||N(l(t)))}function k(t,e,n,r){var o={top:0,left:0},i=g(t,e);if("viewport"===r)o=D(i);else{var s=void 0;"scrollParent"===r?(s=d(l(e)),"BODY"===s.nodeName&&(s=t.ownerDocument.documentElement)):s="window"===r?t.ownerDocument.documentElement:r;var a=F(s,i);if("HTML"!==s.nodeName||N(i))o=a;else{var f=_(),u=f.height,p=f.width;o.top+=a.top-a.marginTop,o.bottom=u+a.top,o.left+=a.left-a.marginLeft,o.right=p+a.left}}return o.left+=n,o.top+=n,o.right-=n,o.bottom-=n,o}function P(t){var e=t.width,n=t.height;return e*n}function W(t,e,n,r,o){var i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===t.indexOf("auto"))return t;var s=k(n,r,i,o),a={top:{width:s.width,height:e.top-s.top},right:{width:s.right-e.right,height:s.height},bottom:{width:s.width,height:s.bottom-e.bottom},left:{width:e.left-s.left,height:s.height}},f=Object.keys(a).map(function(t){return T({key:t},a[t],{area:P(a[t])})}).sort(function(t,e){return e.area-t.area}),u=f.filter(function(t){var e=t.width,r=t.height;return e>=n.clientWidth&&r>=n.clientHeight}),p=u.length>0?u[0].key:f[0].key,c=t.split("-")[1];return p+(c?"-"+c:"")}function H(t,e,n){var r=g(e,n);return F(n,r)}function I(t){var e=getComputedStyle(t),n=parseFloat(e.marginTop)+parseFloat(e.marginBottom),r=parseFloat(e.marginLeft)+parseFloat(e.marginRight),o={width:t.offsetWidth+r,height:t.offsetHeight+n};return o}function A(t){var e={left:"right",right:"left",bottom:"top",top:"bottom"};return t.replace(/left|right|bottom|top/g,function(t){return e[t]})}function B(t,e,n){n=n.split("-")[0];var r=I(t),o={width:r.width,height:r.height},i=-1!==["right","left"].indexOf(n),s=i?"top":"left",a=i?"left":"top",f=i?"height":"width",u=i?"width":"height";return o[s]=e[s]+e[f]/2-r[f]/2,o[a]=n===a?e[a]-r[u]:e[A(a)],o}function U(t,e){return Array.prototype.find?t.find(e):t.filter(e)[0]}function R(t,e,n){if(Array.prototype.findIndex)return t.findIndex(function(t){return t[e]===n});var r=U(t,function(t){return t[e]===n});return t.indexOf(r)}function q(t,e,n){var r=void 0===n?t:t.slice(0,R(t,"name",n));return r.forEach(function(t){t["function"]&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=t["function"]||t.fn;t.enabled&&p(n)&&(e.offsets.popper=M(e.offsets.popper),e.offsets.reference=M(e.offsets.reference),e=n(e,t))}),e}function V(){if(!this.state.isDestroyed){var t={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};t.offsets.reference=H(this.state,this.popper,this.reference),t.placement=W(this.options.placement,t.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),t.originalPlacement=t.placement,t.offsets.popper=B(this.popper,t.offsets.reference,t.placement),t.offsets.popper.position="absolute",t=q(this.modifiers,t),this.state.isCreated?this.options.onUpdate(t):(this.state.isCreated=!0,this.options.onCreate(t))}}function Y(t,e){return t.some(function(t){var n=t.name,r=t.enabled;return r&&n===e})}function $(t){for(var e=[!1,"ms","Webkit","Moz","O"],n=t.charAt(0).toUpperCase()+t.slice(1),r=0;r<e.length-1;r++){var o=e[r],i=o?""+o+n:t;if("undefined"!==typeof document.body.style[i])return i}return null}function z(){return this.state.isDestroyed=!0,Y(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.left="",this.popper.style.position="",this.popper.style.top="",this.popper.style[$("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function K(t){var e=t.ownerDocument;return e?e.defaultView:window}function X(t,e,n,r){var o="BODY"===t.nodeName,i=o?t.ownerDocument.defaultView:t;i.addEventListener(e,n,{passive:!0}),o||X(d(i.parentNode),e,n,r),r.push(i)}function Z(t,e,n,r){n.updateBound=r,K(t).addEventListener("resize",n.updateBound,{passive:!0});var o=d(t);return X(o,"scroll",n.updateBound,n.scrollParents),n.scrollElement=o,n.eventsEnabled=!0,n}function G(){this.state.eventsEnabled||(this.state=Z(this.reference,this.options,this.state,this.scheduleUpdate))}function J(t,e){return K(t).removeEventListener("resize",e.updateBound),e.scrollParents.forEach(function(t){t.removeEventListener("scroll",e.updateBound)}),e.updateBound=null,e.scrollParents=[],e.scrollElement=null,e.eventsEnabled=!1,e}function Q(){this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=J(this.reference,this.state))}function tt(t){return""!==t&&!isNaN(parseFloat(t))&&isFinite(t)}function et(t,e){Object.keys(e).forEach(function(n){var r="";-1!==["width","height","top","right","bottom","left"].indexOf(n)&&tt(e[n])&&(r="px"),t.style[n]=e[n]+r})}function nt(t,e){Object.keys(e).forEach(function(n){var r=e[n];!1!==r?t.setAttribute(n,e[n]):t.removeAttribute(n)})}function rt(t){return et(t.instance.popper,t.styles),nt(t.instance.popper,t.attributes),t.arrowElement&&Object.keys(t.arrowStyles).length&&et(t.arrowElement,t.arrowStyles),t}function ot(t,e,n,r,o){var i=H(o,e,t),s=W(n.placement,i,e,t,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return e.setAttribute("x-placement",s),et(e,{position:"absolute"}),n}function it(t,e){var n=e.x,r=e.y,o=t.offsets.popper,i=U(t.instance.modifiers,function(t){return"applyStyle"===t.name}).gpuAcceleration;void 0!==i&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var s=void 0!==i?i:e.gpuAcceleration,a=h(t.instance.popper),f=j(a),u={position:o.position},p={left:Math.floor(o.left),top:Math.floor(o.top),bottom:Math.floor(o.bottom),right:Math.floor(o.right)},c="bottom"===n?"top":"bottom",l="right"===r?"left":"right",d=$("transform"),m=void 0,v=void 0;if(v="bottom"===c?-f.height+p.bottom:p.top,m="right"===l?-f.width+p.right:p.left,s&&d)u[d]="translate3d("+m+"px, "+v+"px, 0)",u[c]=0,u[l]=0,u.willChange="transform";else{var g="bottom"===c?-1:1,b="right"===l?-1:1;u[c]=v*g,u[l]=m*b,u.willChange=c+", "+l}var y={"x-placement":t.placement};return t.attributes=T({},y,t.attributes),t.styles=T({},u,t.styles),t.arrowStyles=T({},t.offsets.arrow,t.arrowStyles),t}function st(t,e,n){var r=U(t,function(t){var n=t.name;return n===e}),o=!!r&&t.some(function(t){return t.name===n&&t.enabled&&t.order<r.order});if(!o){var i="`"+e+"`",s="`"+n+"`";console.warn(s+" modifier is required by "+i+" modifier in order to work, be sure to include it before "+i+"!")}return o}function at(t,e){var n;if(!st(t.instance.modifiers,"arrow","keepTogether"))return t;var r=e.element;if("string"===typeof r){if(r=t.instance.popper.querySelector(r),!r)return t}else if(!t.instance.popper.contains(r))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),t;var o=t.placement.split("-")[0],i=t.offsets,s=i.popper,a=i.reference,f=-1!==["left","right"].indexOf(o),u=f?"height":"width",p=f?"Top":"Left",l=p.toLowerCase(),d=f?"left":"top",h=f?"bottom":"right",m=I(r)[u];a[h]-m<s[l]&&(t.offsets.popper[l]-=s[l]-(a[h]-m)),a[l]+m>s[h]&&(t.offsets.popper[l]+=a[l]+m-s[h]),t.offsets.popper=M(t.offsets.popper);var v=a[l]+a[u]/2-m/2,g=c(t.instance.popper),b=parseFloat(g["margin"+p],10),y=parseFloat(g["border"+p+"Width"],10),w=v-t.offsets.popper[l]-b-y;return w=Math.max(Math.min(s[u]-m,w),0),t.arrowElement=r,t.offsets.arrow=(n={},C(n,l,Math.round(w)),C(n,d,""),n),t}function ft(t){return"end"===t?"start":"start"===t?"end":t}var ut=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],pt=ut.slice(3);function ct(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=pt.indexOf(t),r=pt.slice(n+1).concat(pt.slice(0,n));return e?r.reverse():r}var lt={FLIP:"flip",CLOCKWISE:"clockwise",COUNTERCLOCKWISE:"counterclockwise"};function dt(t,e){if(Y(t.instance.modifiers,"inner"))return t;if(t.flipped&&t.placement===t.originalPlacement)return t;var n=k(t.instance.popper,t.instance.reference,e.padding,e.boundariesElement),r=t.placement.split("-")[0],o=A(r),i=t.placement.split("-")[1]||"",s=[];switch(e.behavior){case lt.FLIP:s=[r,o];break;case lt.CLOCKWISE:s=ct(r);break;case lt.COUNTERCLOCKWISE:s=ct(r,!0);break;default:s=e.behavior}return s.forEach(function(a,f){if(r!==a||s.length===f+1)return t;r=t.placement.split("-")[0],o=A(r);var u=t.offsets.popper,p=t.offsets.reference,c=Math.floor,l="left"===r&&c(u.right)>c(p.left)||"right"===r&&c(u.left)<c(p.right)||"top"===r&&c(u.bottom)>c(p.top)||"bottom"===r&&c(u.top)<c(p.bottom),d=c(u.left)<c(n.left),h=c(u.right)>c(n.right),m=c(u.top)<c(n.top),v=c(u.bottom)>c(n.bottom),g="left"===r&&d||"right"===r&&h||"top"===r&&m||"bottom"===r&&v,b=-1!==["top","bottom"].indexOf(r),y=!!e.flipVariations&&(b&&"start"===i&&d||b&&"end"===i&&h||!b&&"start"===i&&m||!b&&"end"===i&&v);(l||g||y)&&(t.flipped=!0,(l||g)&&(r=s[f+1]),y&&(i=ft(i)),t.placement=r+(i?"-"+i:""),t.offsets.popper=T({},t.offsets.popper,B(t.instance.popper,t.offsets.reference,t.placement)),t=q(t.instance.modifiers,t,"flip"))}),t}function ht(t){var e=t.offsets,n=e.popper,r=e.reference,o=t.placement.split("-")[0],i=Math.floor,s=-1!==["top","bottom"].indexOf(o),a=s?"right":"bottom",f=s?"left":"top",u=s?"width":"height";return n[a]<i(r[f])&&(t.offsets.popper[f]=i(r[f])-n[u]),n[f]>i(r[a])&&(t.offsets.popper[f]=i(r[a])),t}function mt(t,e,n,r){var o=t.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),i=+o[1],s=o[2];if(!i)return t;if(0===s.indexOf("%")){var a=void 0;switch(s){case"%p":a=n;break;case"%":case"%r":default:a=r}var f=M(a);return f[e]/100*i}if("vh"===s||"vw"===s){var u=void 0;return u="vh"===s?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0),u/100*i}return i}function vt(t,e,n,r){var o=[0,0],i=-1!==["right","left"].indexOf(r),s=t.split(/(\+|\-)/).map(function(t){return t.trim()}),a=s.indexOf(U(s,function(t){return-1!==t.search(/,|\s/)}));s[a]&&-1===s[a].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var f=/\s*,\s*|\s+/,u=-1!==a?[s.slice(0,a).concat([s[a].split(f)[0]]),[s[a].split(f)[1]].concat(s.slice(a+1))]:[s];return u=u.map(function(t,r){var o=(1===r?!i:i)?"height":"width",s=!1;return t.reduce(function(t,e){return""===t[t.length-1]&&-1!==["+","-"].indexOf(e)?(t[t.length-1]=e,s=!0,t):s?(t[t.length-1]+=e,s=!1,t):t.concat(e)},[]).map(function(t){return mt(t,o,e,n)})}),u.forEach(function(t,e){t.forEach(function(n,r){tt(n)&&(o[e]+=n*("-"===t[r-1]?-1:1))})}),o}function gt(t,e){var n=e.offset,r=t.placement,o=t.offsets,i=o.popper,s=o.reference,a=r.split("-")[0],f=void 0;return f=tt(+n)?[+n,0]:vt(n,i,s,a),"left"===a?(i.top+=f[0],i.left-=f[1]):"right"===a?(i.top+=f[0],i.left+=f[1]):"top"===a?(i.left+=f[0],i.top-=f[1]):"bottom"===a&&(i.left+=f[0],i.top+=f[1]),t.popper=i,t}function bt(t,e){var n=e.boundariesElement||h(t.instance.popper);t.instance.reference===n&&(n=h(n));var r=k(t.instance.popper,t.instance.reference,e.padding,n);e.boundaries=r;var o=e.priority,i=t.offsets.popper,s={primary:function(t){var n=i[t];return i[t]<r[t]&&!e.escapeWithReference&&(n=Math.max(i[t],r[t])),C({},t,n)},secondary:function(t){var n="right"===t?"left":"top",o=i[n];return i[t]>r[t]&&!e.escapeWithReference&&(o=Math.min(i[n],r[t]-("right"===t?i.width:i.height))),C({},n,o)}};return o.forEach(function(t){var e=-1!==["left","top"].indexOf(t)?"primary":"secondary";i=T({},i,s[e](t))}),t.offsets.popper=i,t}function yt(t){var e=t.placement,n=e.split("-")[0],r=e.split("-")[1];if(r){var o=t.offsets,i=o.reference,s=o.popper,a=-1!==["bottom","top"].indexOf(n),f=a?"left":"top",u=a?"width":"height",p={start:C({},f,i[f]),end:C({},f,i[f]+i[u]-s[u])};t.offsets.popper=T({},s,p[r])}return t}function wt(t){if(!st(t.instance.modifiers,"hide","preventOverflow"))return t;var e=t.offsets.reference,n=U(t.instance.modifiers,function(t){return"preventOverflow"===t.name}).boundaries;if(e.bottom<n.top||e.left>n.right||e.top>n.bottom||e.right<n.left){if(!0===t.hide)return t;t.hide=!0,t.attributes["x-out-of-boundaries"]=""}else{if(!1===t.hide)return t;t.hide=!1,t.attributes["x-out-of-boundaries"]=!1}return t}function xt(t){var e=t.placement,n=e.split("-")[0],r=t.offsets,o=r.popper,i=r.reference,s=-1!==["left","right"].indexOf(n),a=-1===["top","left"].indexOf(n);return o[s?"left":"top"]=i[n]-(a?o[s?"width":"height"]:0),t.placement=A(e),t.offsets.popper=M(o),t}var Ot={shift:{order:100,enabled:!0,fn:yt},offset:{order:200,enabled:!0,fn:gt,offset:0},preventOverflow:{order:300,enabled:!0,fn:bt,priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:ht},arrow:{order:500,enabled:!0,fn:at,element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:dt,behavior:"flip",padding:5,boundariesElement:"viewport"},inner:{order:700,enabled:!1,fn:xt},hide:{order:800,enabled:!0,fn:wt},computeStyle:{order:850,enabled:!0,fn:it,gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:rt,onLoad:ot,gpuAcceleration:void 0}},Et={placement:"bottom",eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:Ot},_t=function(){function t(e,n){var r=this,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};S(this,t),this.scheduleUpdate=function(){return requestAnimationFrame(r.update)},this.update=u(this.update.bind(this)),this.options=T({},t.Defaults,o),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=e&&e.jquery?e[0]:e,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(T({},t.Defaults.modifiers,o.modifiers)).forEach(function(e){r.options.modifiers[e]=T({},t.Defaults.modifiers[e]||{},o.modifiers?o.modifiers[e]:{})}),this.modifiers=Object.keys(this.options.modifiers).map(function(t){return T({name:t},r.options.modifiers[t])}).sort(function(t,e){return t.order-e.order}),this.modifiers.forEach(function(t){t.enabled&&p(t.onLoad)&&t.onLoad(r.reference,r.popper,r.options,t,r.state)}),this.update();var i=this.options.eventsEnabled;i&&this.enableEventListeners(),this.state.eventsEnabled=i}return L(t,[{key:"update",value:function(){return V.call(this)}},{key:"destroy",value:function(){return z.call(this)}},{key:"enableEventListeners",value:function(){return G.call(this)}},{key:"disableEventListeners",value:function(){return Q.call(this)}}]),t}();_t.Utils=("undefined"!==typeof window?window:t).PopperUtils,_t.placements=ut,_t.Defaults=Et,e["a"]=_t}).call(e,n("DuR2"))},bUqO:function(t,e,n){t.exports=!n("zgIt")(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},eyC8:function(t,e){},jhxf:function(t,e,n){var r=n("UKM+"),o=n("OzIq").document,i=r(o)&&r(o.createElement);t.exports=function(t){return i?o.createElement(t):{}}},lDLk:function(t,e,n){var r=n("DIVP"),o=n("xZa+"),i=n("s4j0"),s=Object.defineProperty;e.f=n("bUqO")?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}},s4j0:function(t,e,n){var r=n("UKM+");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")}},"xZa+":function(t,e,n){t.exports=!n("bUqO")&&!n("zgIt")(function(){return 7!=Object.defineProperty(n("jhxf")("div"),"a",{get:function(){return 7}}).a})},zgIt:function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}}})["default"]});
(function(t,e){"object"===typeof exports&&"object"===typeof module?module.exports=e():"function"===typeof define&&define.amd?define([],e):"object"===typeof exports?exports["vue-tour"]=e():t["vue-tour"]=e()})("undefined"!==typeof self?self:this,function(){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,{configurable:!1,enumerable:!0,get: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=0)}({"/uYw":function(t,e,n){"use strict";function r(t,e){while(t.length<e)t="0"+t;return t}function o(t,e){var n,r,o;if(0===e.length)return t;for(n=0,o=e.length;n<o;n++)r=e.charCodeAt(n),t=(t<<5)-t+r,t|=0;return t<0?-2*t:t}function i(t,e,n){return Object.keys(e).sort().reduce(r,t);function r(t,r){return s(t,e[r],r,n)}}function s(t,e,n,r){var s=o(o(o(t,n),a(e)),typeof e);return null===e?o(s,"null"):void 0===e?o(s,"undefined"):"object"===typeof e?-1!==r.indexOf(e)?o(s,"[Circular]"+n):(r.push(e),i(s,e,r)):o(s,e.toString())}function a(t){return Object.prototype.toString.call(t)}function u(t){return r(s(0,t,"",[]).toString(16),8)}t.exports=u},"/whu":function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},0:function(t,e,n){t.exports=n("NHnr")},"2p1q":function(t,e,n){var r=n("lDLk"),o=n("fU25");t.exports=n("bUqO")?function(t,e,n){return r.f(t,e,o(1,n))}:function(t,e,n){return t[e]=n,t}},"6rc8":function(t,e){},"7gX0":function(t,e){var n=t.exports={version:"2.5.3"};"number"==typeof __e&&(__e=n)},BbyF:function(t,e,n){var r=n("oeih"),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},DIVP:function(t,e,n){var r=n("UKM+");t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},Ds5P:function(t,e,n){var r=n("OzIq"),o=n("7gX0"),i=n("2p1q"),s=n("R3AP"),a=n("rFzY"),u="prototype",f=function(t,e,n){var c,p,l,d,h=t&f.F,m=t&f.G,v=t&f.S,b=t&f.P,g=t&f.B,y=m?r:v?r[e]||(r[e]={}):(r[e]||{})[u],w=m?o:o[e]||(o[e]={}),O=w[u]||(w[u]={});for(c in m&&(n=e),n)p=!h&&y&&void 0!==y[c],l=(p?y:n)[c],d=g&&p?a(l,r):b&&"function"==typeof l?a(Function.call,l):l,y&&s(y,c,l,t&f.U),w[c]!=l&&i(w,c,d),b&&O[c]!=l&&(O[c]=l)};r.core=o,f.F=1,f.G=2,f.S=4,f.P=8,f.B=16,f.W=32,f.U=64,f.R=128,t.exports=f},DuR2:function(t,e){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(t){"object"===typeof window&&(n=window)}t.exports=n},EuXz:function(t,e,n){var r=n("lDLk").f,o=Function.prototype,i=/^\s*function ([^ (]*)/,s="name";s in o||n("bUqO")&&r(o,s,{configurable:!0,get:function(){try{return(""+this).match(i)[1]}catch(t){return""}}})},FryR:function(t,e,n){var r=n("/whu");t.exports=function(t){return Object(r(t))}},NHnr:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});n("EuXz"),n("n12u");var r={onStart:function(){},onPreviousStep:function(t){},onNextStep:function(t){},onStop:function(){}},o={useKeyboardNavigation:!0,startTimeout:0},i={placement:"bottom"},s={ARROW_RIGHT:39,ARROW_LEFT:37,ESCAPE:27},a={name:"v-tour",props:{steps:{type:Array,default:function(){return[]}},name:{type:String},options:{type:Object,default:function(){return o}},callbacks:{type:Object,default:function(){return r}}},data:function(){return{currentStep:-1}},mounted:function(){this.$tours[this.name]=this,this.customOptions.useKeyboardNavigation&&window.addEventListener("keyup",this.handleKeyup)},beforeDestroy:function(){this.customOptions.useKeyboardNavigation&&window.removeEventListener("keyup",this.handleKeyup)},computed:{customOptions:function(){return Object.assign({},o,this.options)},customCallbacks:function(){return Object.assign({},r,this.callbacks)},isRunning:function(){return this.currentStep>-1&&this.currentStep<this.numberOfSteps},isFirst:function(){return 0===this.currentStep},isLast:function(){return this.currentStep===this.steps.length-1},numberOfSteps:function(){return this.steps.length}},methods:{start:function(){var t=this;setTimeout(function(){t.customCallbacks.onStart(),t.currentStep=0},this.customOptions.startTimeout)},previousStep:function(){this.currentStep>0&&(this.customCallbacks.onPreviousStep(this.currentStep),this.currentStep--)},nextStep:function(){this.currentStep<this.numberOfSteps-1&&-1!==this.currentStep&&(this.customCallbacks.onNextStep(this.currentStep),this.currentStep++)},stop:function(){this.customCallbacks.onStop(),this.currentStep=-1},handleKeyup:function(t){switch(t.keyCode){case s.ARROW_RIGHT:this.nextStep();break;case s.ARROW_LEFT:this.previousStep();break;case s.ESCAPE:this.stop();break}}}},u=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"v-tour"},[t._t("default",t._l(t.steps,function(e,r){return t.currentStep===r?n("v-step",{key:r,attrs:{step:e,"previous-step":t.previousStep,"next-step":t.nextStep,stop:t.stop,isFirst:t.isFirst,isLast:t.isLast}}):t._e()}),{currentStep:t.currentStep,steps:t.steps,previousStep:t.previousStep,nextStep:t.nextStep,stop:t.stop,isFirst:t.isFirst,isLast:t.isLast})],2)},f=[];function c(t,e,n,r,o,i,s,a){t=t||{};var u=typeof t.default;"object"!==u&&"function"!==u||(t=t.default);var f,c="function"===typeof t?t.options:t;if(e&&(c.render=e,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),i&&(c._scopeId=i),s?(f=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)},c._ssrRegister=f):o&&(f=a?function(){o.call(this,this.$root.$options.shadowRoot)}:o),f)if(c.functional){c._injectStyles=f;var p=c.render;c.render=function(t,e){return f.call(e),p(t,e)}}else{var l=c.beforeCreate;c.beforeCreate=l?[].concat(l,f):[f]}return{exports:t,options:c}}var p=!1,l=null,d=null,h=null,m=c(a,u,f,p,l,d,h),v=m.exports,b=n("Zgw8"),g=n("/uYw"),y=n.n(g),w={name:"v-step",props:{step:{type:Object},previousStep:{type:Function},nextStep:{type:Function},stop:{type:Function},isFirst:{type:Boolean},isLast:{type:Boolean}},data:function(){return{hash:y()(this.step.target)}},computed:{params:function(){return Object.assign({},i,this.step.params)}},mounted:function(){var t=document.querySelector(this.step.target);t?(t.scrollIntoView({behavior:"smooth"}),new b["a"](t,this.$refs["v-step-"+this.hash],this.params)):(console.error("[Vue Tour] The target element "+this.step.target+' of .v-step[id="'+this.hash+'"] does not exist!'),this.stop())}},O=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{ref:"v-step-"+t.hash,staticClass:"v-step",attrs:{id:"v-step-"+t.hash}},[t._t("header",[t.step.header?n("div",{staticClass:"v-step__header"},[t.step.header.title?n("div",{domProps:{innerHTML:t._s(t.step.header.title)}}):t._e()]):t._e()]),t._v(" "),t._t("content",[n("div",{staticClass:"v-step__content"},[t.step.content?n("div",{domProps:{innerHTML:t._s(t.step.content)}}):n("div",[t._v("This is a demo step! The id of this step is "+t._s(t.hash)+" and it targets "+t._s(t.step.target)+".")])])]),t._v(" "),t._t("actions",[n("div",{staticClass:"v-step__buttons"},[t.isLast?t._e():n("button",{staticClass:"v-step__button",on:{click:t.stop}},[t._v("Skip tour")]),t._v(" "),t.isFirst?t._e():n("button",{staticClass:"v-step__button",on:{click:t.previousStep}},[t._v("Previous")]),t._v(" "),t.isLast?t._e():n("button",{staticClass:"v-step__button",on:{click:t.nextStep}},[t._v("Next")]),t._v(" "),t.isLast?n("button",{staticClass:"v-step__button",on:{click:t.stop}},[t._v("Finish")]):t._e()])]),t._v(" "),n("div",{staticClass:"v-step__arrow",class:{"v-step__arrow--dark":t.step.header&&t.step.header.title}})],2)},x=[];function S(t){n("6rc8")}var _=!1,E=S,L="data-v-570be51d",T=null,C=c(w,O,x,_,E,L,T),j=C.exports,k={install:function(t,e){t.component(v.name,v),t.component(j.name,j),t.prototype.$tours={}}};e["default"]=k;"undefined"!==typeof window&&window.Vue&&window.Vue.use(k)},OzIq: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)},PHqh:function(t,e,n){var r=n("Q6Nf"),o=n("/whu");t.exports=function(t){return r(o(t))}},Q6Nf:function(t,e,n){var r=n("ydD5");t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},QKXm:function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},Qh14:function(t,e,n){var r=n("ReGu"),o=n("QKXm");t.exports=Object.keys||function(t){return r(t,o)}},R3AP:function(t,e,n){var r=n("OzIq"),o=n("2p1q"),i=n("WBcL"),s=n("ulTY")("src"),a="toString",u=Function[a],f=(""+u).split(a);n("7gX0").inspectSource=function(t){return u.call(t)},(t.exports=function(t,e,n,a){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]:f.join(String(e)))),t===r?t[e]=n:a?t[e]?t[e]=n:o(t,e,n):(delete t[e],o(t,e,n)))})(Function.prototype,a,function(){return"function"==typeof this&&this[s]||u.call(this)})},ReGu:function(t,e,n){var r=n("WBcL"),o=n("PHqh"),i=n("ot5s")(!1),s=n("mZON")("IE_PROTO");t.exports=function(t,e){var n,a=o(t),u=0,f=[];for(n in a)n!=s&&r(a,n)&&f.push(n);while(e.length>u)r(a,n=e[u++])&&(~i(f,n)||f.push(n));return f}},"UKM+":function(t,e){t.exports=function(t){return"object"===typeof t?null!==t:"function"===typeof t}},VWgF:function(t,e,n){var r=n("OzIq"),o="__core-js_shared__",i=r[o]||(r[o]={});t.exports=function(t){return i[t]||(i[t]={})}},WBcL:function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},XSOZ:function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},Y1N3:function(t,e){e.f=Object.getOwnPropertySymbols},Y1aA:function(t,e){e.f={}.propertyIsEnumerable},Zgw8:function(t,e,n){"use strict";(function(t){for(var n="undefined"!==typeof window&&"undefined"!==typeof document,r=["Edge","Trident","Firefox"],o=0,i=0;i<r.length;i+=1)if(n&&navigator.userAgent.indexOf(r[i])>=0){o=1;break}function s(t){var e=!1;return function(){e||(e=!0,window.Promise.resolve().then(function(){e=!1,t()}))}}function a(t){var e=!1;return function(){e||(e=!0,setTimeout(function(){e=!1,t()},o))}}var u=n&&window.Promise,f=u?s:a;function c(t){var e={};return t&&"[object Function]"===e.toString.call(t)}function p(t,e){if(1!==t.nodeType)return[];var n=getComputedStyle(t,null);return e?n[e]:n}function l(t){return"HTML"===t.nodeName?t:t.parentNode||t.host}function d(t){if(!t)return document.body;switch(t.nodeName){case"HTML":case"BODY":return t.ownerDocument.body;case"#document":return t.body}var e=p(t),n=e.overflow,r=e.overflowX,o=e.overflowY;return/(auto|scroll)/.test(n+o+r)?t:d(l(t))}function h(t){var e=t&&t.offsetParent,n=e&&e.nodeName;return n&&"BODY"!==n&&"HTML"!==n?-1!==["TD","TABLE"].indexOf(e.nodeName)&&"static"===p(e,"position")?h(e):e:t?t.ownerDocument.documentElement:document.documentElement}function m(t){var e=t.nodeName;return"BODY"!==e&&("HTML"===e||h(t.firstElementChild)===t)}function v(t){return null!==t.parentNode?v(t.parentNode):t}function b(t,e){if(!t||!t.nodeType||!e||!e.nodeType)return document.documentElement;var n=t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_FOLLOWING,r=n?t:e,o=n?e:t,i=document.createRange();i.setStart(r,0),i.setEnd(o,0);var s=i.commonAncestorContainer;if(t!==s&&e!==s||r.contains(o))return m(s)?s:h(s);var a=v(t);return a.host?b(a.host,e):b(t,v(e).host)}function g(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===e?"scrollTop":"scrollLeft",r=t.nodeName;if("BODY"===r||"HTML"===r){var o=t.ownerDocument.documentElement,i=t.ownerDocument.scrollingElement||o;return i[n]}return t[n]}function y(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=g(e,"top"),o=g(e,"left"),i=n?-1:1;return t.top+=r*i,t.bottom+=r*i,t.left+=o*i,t.right+=o*i,t}function w(t,e){var n="x"===e?"Left":"Top",r="Left"===n?"Right":"Bottom";return parseFloat(t["border"+n+"Width"],10)+parseFloat(t["border"+r+"Width"],10)}var O=void 0,x=function(){return void 0===O&&(O=-1!==navigator.appVersion.indexOf("MSIE 10")),O};function S(t,e,n,r){return Math.max(e["offset"+t],e["scroll"+t],n["client"+t],n["offset"+t],n["scroll"+t],x()?n["offset"+t]+r["margin"+("Height"===t?"Top":"Left")]+r["margin"+("Height"===t?"Bottom":"Right")]:0)}function _(){var t=document.body,e=document.documentElement,n=x()&&getComputedStyle(e);return{height:S("Height",t,e,n),width:S("Width",t,e,n)}}var E=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},L=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),T=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},C=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t};function j(t){return C({},t,{right:t.left+t.width,bottom:t.top+t.height})}function k(t){var e={};if(x())try{e=t.getBoundingClientRect();var n=g(t,"top"),r=g(t,"left");e.top+=n,e.left+=r,e.bottom+=n,e.right+=r}catch(t){}else e=t.getBoundingClientRect();var o={left:e.left,top:e.top,width:e.right-e.left,height:e.bottom-e.top},i="HTML"===t.nodeName?_():{},s=i.width||t.clientWidth||o.right-o.left,a=i.height||t.clientHeight||o.bottom-o.top,u=t.offsetWidth-s,f=t.offsetHeight-a;if(u||f){var c=p(t);u-=w(c,"x"),f-=w(c,"y"),o.width-=u,o.height-=f}return j(o)}function F(t,e){var n=x(),r="HTML"===e.nodeName,o=k(t),i=k(e),s=d(t),a=p(e),u=parseFloat(a.borderTopWidth,10),f=parseFloat(a.borderLeftWidth,10),c=j({top:o.top-i.top-u,left:o.left-i.left-f,width:o.width,height:o.height});if(c.marginTop=0,c.marginLeft=0,!n&&r){var l=parseFloat(a.marginTop,10),h=parseFloat(a.marginLeft,10);c.top-=u-l,c.bottom-=u-l,c.left-=f-h,c.right-=f-h,c.marginTop=l,c.marginLeft=h}return(n?e.contains(s):e===s&&"BODY"!==s.nodeName)&&(c=y(c,e)),c}function P(t){var e=t.ownerDocument.documentElement,n=F(t,e),r=Math.max(e.clientWidth,window.innerWidth||0),o=Math.max(e.clientHeight,window.innerHeight||0),i=g(e),s=g(e,"left"),a={top:i-n.top+n.marginTop,left:s-n.left+n.marginLeft,width:r,height:o};return j(a)}function N(t){var e=t.nodeName;return"BODY"!==e&&"HTML"!==e&&("fixed"===p(t,"position")||N(l(t)))}function M(t,e,n,r){var o={top:0,left:0},i=b(t,e);if("viewport"===r)o=P(i);else{var s=void 0;"scrollParent"===r?(s=d(l(e)),"BODY"===s.nodeName&&(s=t.ownerDocument.documentElement)):s="window"===r?t.ownerDocument.documentElement:r;var a=F(s,i);if("HTML"!==s.nodeName||N(i))o=a;else{var u=_(),f=u.height,c=u.width;o.top+=a.top-a.marginTop,o.bottom=f+a.top,o.left+=a.left-a.marginLeft,o.right=c+a.left}}return o.left+=n,o.top+=n,o.right-=n,o.bottom-=n,o}function D(t){var e=t.width,n=t.height;return e*n}function R(t,e,n,r,o){var i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===t.indexOf("auto"))return t;var s=M(n,r,i,o),a={top:{width:s.width,height:e.top-s.top},right:{width:s.right-e.right,height:s.height},bottom:{width:s.width,height:s.bottom-e.bottom},left:{width:e.left-s.left,height:s.height}},u=Object.keys(a).map(function(t){return C({key:t},a[t],{area:D(a[t])})}).sort(function(t,e){return e.area-t.area}),f=u.filter(function(t){var e=t.width,r=t.height;return e>=n.clientWidth&&r>=n.clientHeight}),c=f.length>0?f[0].key:u[0].key,p=t.split("-")[1];return c+(p?"-"+p:"")}function W(t,e,n){var r=b(e,n);return F(n,r)}function I(t){var e=getComputedStyle(t),n=parseFloat(e.marginTop)+parseFloat(e.marginBottom),r=parseFloat(e.marginLeft)+parseFloat(e.marginRight),o={width:t.offsetWidth+r,height:t.offsetHeight+n};return o}function A(t){var e={left:"right",right:"left",bottom:"top",top:"bottom"};return t.replace(/left|right|bottom|top/g,function(t){return e[t]})}function B(t,e,n){n=n.split("-")[0];var r=I(t),o={width:r.width,height:r.height},i=-1!==["right","left"].indexOf(n),s=i?"top":"left",a=i?"left":"top",u=i?"height":"width",f=i?"width":"height";return o[s]=e[s]+e[u]/2-r[u]/2,o[a]=n===a?e[a]-r[f]:e[A(a)],o}function H(t,e){return Array.prototype.find?t.find(e):t.filter(e)[0]}function U(t,e,n){if(Array.prototype.findIndex)return t.findIndex(function(t){return t[e]===n});var r=H(t,function(t){return t[e]===n});return t.indexOf(r)}function q(t,e,n){var r=void 0===n?t:t.slice(0,U(t,"name",n));return r.forEach(function(t){t["function"]&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=t["function"]||t.fn;t.enabled&&c(n)&&(e.offsets.popper=j(e.offsets.popper),e.offsets.reference=j(e.offsets.reference),e=n(e,t))}),e}function Y(){if(!this.state.isDestroyed){var t={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};t.offsets.reference=W(this.state,this.popper,this.reference),t.placement=R(this.options.placement,t.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),t.originalPlacement=t.placement,t.offsets.popper=B(this.popper,t.offsets.reference,t.placement),t.offsets.popper.position="absolute",t=q(this.modifiers,t),this.state.isCreated?this.options.onUpdate(t):(this.state.isCreated=!0,this.options.onCreate(t))}}function z(t,e){return t.some(function(t){var n=t.name,r=t.enabled;return r&&n===e})}function K(t){for(var e=[!1,"ms","Webkit","Moz","O"],n=t.charAt(0).toUpperCase()+t.slice(1),r=0;r<e.length-1;r++){var o=e[r],i=o?""+o+n:t;if("undefined"!==typeof document.body.style[i])return i}return null}function V(){return this.state.isDestroyed=!0,z(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.left="",this.popper.style.position="",this.popper.style.top="",this.popper.style[K("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function X(t){var e=t.ownerDocument;return e?e.defaultView:window}function $(t,e,n,r){var o="BODY"===t.nodeName,i=o?t.ownerDocument.defaultView:t;i.addEventListener(e,n,{passive:!0}),o||$(d(i.parentNode),e,n,r),r.push(i)}function G(t,e,n,r){n.updateBound=r,X(t).addEventListener("resize",n.updateBound,{passive:!0});var o=d(t);return $(o,"scroll",n.updateBound,n.scrollParents),n.scrollElement=o,n.eventsEnabled=!0,n}function Z(){this.state.eventsEnabled||(this.state=G(this.reference,this.options,this.state,this.scheduleUpdate))}function Q(t,e){return X(t).removeEventListener("resize",e.updateBound),e.scrollParents.forEach(function(t){t.removeEventListener("scroll",e.updateBound)}),e.updateBound=null,e.scrollParents=[],e.scrollElement=null,e.eventsEnabled=!1,e}function J(){this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=Q(this.reference,this.state))}function tt(t){return""!==t&&!isNaN(parseFloat(t))&&isFinite(t)}function et(t,e){Object.keys(e).forEach(function(n){var r="";-1!==["width","height","top","right","bottom","left"].indexOf(n)&&tt(e[n])&&(r="px"),t.style[n]=e[n]+r})}function nt(t,e){Object.keys(e).forEach(function(n){var r=e[n];!1!==r?t.setAttribute(n,e[n]):t.removeAttribute(n)})}function rt(t){return et(t.instance.popper,t.styles),nt(t.instance.popper,t.attributes),t.arrowElement&&Object.keys(t.arrowStyles).length&&et(t.arrowElement,t.arrowStyles),t}function ot(t,e,n,r,o){var i=W(o,e,t),s=R(n.placement,i,e,t,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return e.setAttribute("x-placement",s),et(e,{position:"absolute"}),n}function it(t,e){var n=e.x,r=e.y,o=t.offsets.popper,i=H(t.instance.modifiers,function(t){return"applyStyle"===t.name}).gpuAcceleration;void 0!==i&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var s=void 0!==i?i:e.gpuAcceleration,a=h(t.instance.popper),u=k(a),f={position:o.position},c={left:Math.floor(o.left),top:Math.floor(o.top),bottom:Math.floor(o.bottom),right:Math.floor(o.right)},p="bottom"===n?"top":"bottom",l="right"===r?"left":"right",d=K("transform"),m=void 0,v=void 0;if(v="bottom"===p?-u.height+c.bottom:c.top,m="right"===l?-u.width+c.right:c.left,s&&d)f[d]="translate3d("+m+"px, "+v+"px, 0)",f[p]=0,f[l]=0,f.willChange="transform";else{var b="bottom"===p?-1:1,g="right"===l?-1:1;f[p]=v*b,f[l]=m*g,f.willChange=p+", "+l}var y={"x-placement":t.placement};return t.attributes=C({},y,t.attributes),t.styles=C({},f,t.styles),t.arrowStyles=C({},t.offsets.arrow,t.arrowStyles),t}function st(t,e,n){var r=H(t,function(t){var n=t.name;return n===e}),o=!!r&&t.some(function(t){return t.name===n&&t.enabled&&t.order<r.order});if(!o){var i="`"+e+"`",s="`"+n+"`";console.warn(s+" modifier is required by "+i+" modifier in order to work, be sure to include it before "+i+"!")}return o}function at(t,e){var n;if(!st(t.instance.modifiers,"arrow","keepTogether"))return t;var r=e.element;if("string"===typeof r){if(r=t.instance.popper.querySelector(r),!r)return t}else if(!t.instance.popper.contains(r))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),t;var o=t.placement.split("-")[0],i=t.offsets,s=i.popper,a=i.reference,u=-1!==["left","right"].indexOf(o),f=u?"height":"width",c=u?"Top":"Left",l=c.toLowerCase(),d=u?"left":"top",h=u?"bottom":"right",m=I(r)[f];a[h]-m<s[l]&&(t.offsets.popper[l]-=s[l]-(a[h]-m)),a[l]+m>s[h]&&(t.offsets.popper[l]+=a[l]+m-s[h]),t.offsets.popper=j(t.offsets.popper);var v=a[l]+a[f]/2-m/2,b=p(t.instance.popper),g=parseFloat(b["margin"+c],10),y=parseFloat(b["border"+c+"Width"],10),w=v-t.offsets.popper[l]-g-y;return w=Math.max(Math.min(s[f]-m,w),0),t.arrowElement=r,t.offsets.arrow=(n={},T(n,l,Math.round(w)),T(n,d,""),n),t}function ut(t){return"end"===t?"start":"start"===t?"end":t}var ft=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],ct=ft.slice(3);function pt(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=ct.indexOf(t),r=ct.slice(n+1).concat(ct.slice(0,n));return e?r.reverse():r}var lt={FLIP:"flip",CLOCKWISE:"clockwise",COUNTERCLOCKWISE:"counterclockwise"};function dt(t,e){if(z(t.instance.modifiers,"inner"))return t;if(t.flipped&&t.placement===t.originalPlacement)return t;var n=M(t.instance.popper,t.instance.reference,e.padding,e.boundariesElement),r=t.placement.split("-")[0],o=A(r),i=t.placement.split("-")[1]||"",s=[];switch(e.behavior){case lt.FLIP:s=[r,o];break;case lt.CLOCKWISE:s=pt(r);break;case lt.COUNTERCLOCKWISE:s=pt(r,!0);break;default:s=e.behavior}return s.forEach(function(a,u){if(r!==a||s.length===u+1)return t;r=t.placement.split("-")[0],o=A(r);var f=t.offsets.popper,c=t.offsets.reference,p=Math.floor,l="left"===r&&p(f.right)>p(c.left)||"right"===r&&p(f.left)<p(c.right)||"top"===r&&p(f.bottom)>p(c.top)||"bottom"===r&&p(f.top)<p(c.bottom),d=p(f.left)<p(n.left),h=p(f.right)>p(n.right),m=p(f.top)<p(n.top),v=p(f.bottom)>p(n.bottom),b="left"===r&&d||"right"===r&&h||"top"===r&&m||"bottom"===r&&v,g=-1!==["top","bottom"].indexOf(r),y=!!e.flipVariations&&(g&&"start"===i&&d||g&&"end"===i&&h||!g&&"start"===i&&m||!g&&"end"===i&&v);(l||b||y)&&(t.flipped=!0,(l||b)&&(r=s[u+1]),y&&(i=ut(i)),t.placement=r+(i?"-"+i:""),t.offsets.popper=C({},t.offsets.popper,B(t.instance.popper,t.offsets.reference,t.placement)),t=q(t.instance.modifiers,t,"flip"))}),t}function ht(t){var e=t.offsets,n=e.popper,r=e.reference,o=t.placement.split("-")[0],i=Math.floor,s=-1!==["top","bottom"].indexOf(o),a=s?"right":"bottom",u=s?"left":"top",f=s?"width":"height";return n[a]<i(r[u])&&(t.offsets.popper[u]=i(r[u])-n[f]),n[u]>i(r[a])&&(t.offsets.popper[u]=i(r[a])),t}function mt(t,e,n,r){var o=t.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),i=+o[1],s=o[2];if(!i)return t;if(0===s.indexOf("%")){var a=void 0;switch(s){case"%p":a=n;break;case"%":case"%r":default:a=r}var u=j(a);return u[e]/100*i}if("vh"===s||"vw"===s){var f=void 0;return f="vh"===s?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0),f/100*i}return i}function vt(t,e,n,r){var o=[0,0],i=-1!==["right","left"].indexOf(r),s=t.split(/(\+|\-)/).map(function(t){return t.trim()}),a=s.indexOf(H(s,function(t){return-1!==t.search(/,|\s/)}));s[a]&&-1===s[a].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var u=/\s*,\s*|\s+/,f=-1!==a?[s.slice(0,a).concat([s[a].split(u)[0]]),[s[a].split(u)[1]].concat(s.slice(a+1))]:[s];return f=f.map(function(t,r){var o=(1===r?!i:i)?"height":"width",s=!1;return t.reduce(function(t,e){return""===t[t.length-1]&&-1!==["+","-"].indexOf(e)?(t[t.length-1]=e,s=!0,t):s?(t[t.length-1]+=e,s=!1,t):t.concat(e)},[]).map(function(t){return mt(t,o,e,n)})}),f.forEach(function(t,e){t.forEach(function(n,r){tt(n)&&(o[e]+=n*("-"===t[r-1]?-1:1))})}),o}function bt(t,e){var n=e.offset,r=t.placement,o=t.offsets,i=o.popper,s=o.reference,a=r.split("-")[0],u=void 0;return u=tt(+n)?[+n,0]:vt(n,i,s,a),"left"===a?(i.top+=u[0],i.left-=u[1]):"right"===a?(i.top+=u[0],i.left+=u[1]):"top"===a?(i.left+=u[0],i.top-=u[1]):"bottom"===a&&(i.left+=u[0],i.top+=u[1]),t.popper=i,t}function gt(t,e){var n=e.boundariesElement||h(t.instance.popper);t.instance.reference===n&&(n=h(n));var r=M(t.instance.popper,t.instance.reference,e.padding,n);e.boundaries=r;var o=e.priority,i=t.offsets.popper,s={primary:function(t){var n=i[t];return i[t]<r[t]&&!e.escapeWithReference&&(n=Math.max(i[t],r[t])),T({},t,n)},secondary:function(t){var n="right"===t?"left":"top",o=i[n];return i[t]>r[t]&&!e.escapeWithReference&&(o=Math.min(i[n],r[t]-("right"===t?i.width:i.height))),T({},n,o)}};return o.forEach(function(t){var e=-1!==["left","top"].indexOf(t)?"primary":"secondary";i=C({},i,s[e](t))}),t.offsets.popper=i,t}function yt(t){var e=t.placement,n=e.split("-")[0],r=e.split("-")[1];if(r){var o=t.offsets,i=o.reference,s=o.popper,a=-1!==["bottom","top"].indexOf(n),u=a?"left":"top",f=a?"width":"height",c={start:T({},u,i[u]),end:T({},u,i[u]+i[f]-s[f])};t.offsets.popper=C({},s,c[r])}return t}function wt(t){if(!st(t.instance.modifiers,"hide","preventOverflow"))return t;var e=t.offsets.reference,n=H(t.instance.modifiers,function(t){return"preventOverflow"===t.name}).boundaries;if(e.bottom<n.top||e.left>n.right||e.top>n.bottom||e.right<n.left){if(!0===t.hide)return t;t.hide=!0,t.attributes["x-out-of-boundaries"]=""}else{if(!1===t.hide)return t;t.hide=!1,t.attributes["x-out-of-boundaries"]=!1}return t}function Ot(t){var e=t.placement,n=e.split("-")[0],r=t.offsets,o=r.popper,i=r.reference,s=-1!==["left","right"].indexOf(n),a=-1===["top","left"].indexOf(n);return o[s?"left":"top"]=i[n]-(a?o[s?"width":"height"]:0),t.placement=A(e),t.offsets.popper=j(o),t}var xt={shift:{order:100,enabled:!0,fn:yt},offset:{order:200,enabled:!0,fn:bt,offset:0},preventOverflow:{order:300,enabled:!0,fn:gt,priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:ht},arrow:{order:500,enabled:!0,fn:at,element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:dt,behavior:"flip",padding:5,boundariesElement:"viewport"},inner:{order:700,enabled:!1,fn:Ot},hide:{order:800,enabled:!0,fn:wt},computeStyle:{order:850,enabled:!0,fn:it,gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:rt,onLoad:ot,gpuAcceleration:void 0}},St={placement:"bottom",eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:xt},_t=function(){function t(e,n){var r=this,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};E(this,t),this.scheduleUpdate=function(){return requestAnimationFrame(r.update)},this.update=f(this.update.bind(this)),this.options=C({},t.Defaults,o),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=e&&e.jquery?e[0]:e,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(C({},t.Defaults.modifiers,o.modifiers)).forEach(function(e){r.options.modifiers[e]=C({},t.Defaults.modifiers[e]||{},o.modifiers?o.modifiers[e]:{})}),this.modifiers=Object.keys(this.options.modifiers).map(function(t){return C({name:t},r.options.modifiers[t])}).sort(function(t,e){return t.order-e.order}),this.modifiers.forEach(function(t){t.enabled&&c(t.onLoad)&&t.onLoad(r.reference,r.popper,r.options,t,r.state)}),this.update();var i=this.options.eventsEnabled;i&&this.enableEventListeners(),this.state.eventsEnabled=i}return L(t,[{key:"update",value:function(){return Y.call(this)}},{key:"destroy",value:function(){return V.call(this)}},{key:"enableEventListeners",value:function(){return Z.call(this)}},{key:"disableEventListeners",value:function(){return J.call(this)}}]),t}();_t.Utils=("undefined"!==typeof window?window:t).PopperUtils,_t.placements=ft,_t.Defaults=St,e["a"]=_t}).call(e,n("DuR2"))},bUqO:function(t,e,n){t.exports=!n("zgIt")(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},fU25:function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},jhxf:function(t,e,n){var r=n("UKM+"),o=n("OzIq").document,i=r(o)&&r(o.createElement);t.exports=function(t){return i?o.createElement(t):{}}},lDLk:function(t,e,n){var r=n("DIVP"),o=n("xZa+"),i=n("s4j0"),s=Object.defineProperty;e.f=n("bUqO")?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}},mZON:function(t,e,n){var r=n("VWgF")("keys"),o=n("ulTY");t.exports=function(t){return r[t]||(r[t]=o(t))}},n12u:function(t,e,n){var r=n("Ds5P");r(r.S+r.F,"Object",{assign:n("oYd7")})},oYd7:function(t,e,n){"use strict";var r=n("Qh14"),o=n("Y1N3"),i=n("Y1aA"),s=n("FryR"),a=n("Q6Nf"),u=Object.assign;t.exports=!u||n("zgIt")(function(){var t={},e={},n=Symbol(),r="abcdefghijklmnopqrst";return t[n]=7,r.split("").forEach(function(t){e[t]=t}),7!=u({},t)[n]||Object.keys(u({},e)).join("")!=r})?function(t,e){var n=s(t),u=arguments.length,f=1,c=o.f,p=i.f;while(u>f){var l,d=a(arguments[f++]),h=c?r(d).concat(c(d)):r(d),m=h.length,v=0;while(m>v)p.call(d,l=h[v++])&&(n[l]=d[l])}return n}:u},oeih:function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},ot5s:function(t,e,n){var r=n("PHqh"),o=n("BbyF"),i=n("zo/l");t.exports=function(t){return function(e,n,s){var a,u=r(e),f=o(u.length),c=i(s,f);if(t&&n!=n){while(f>c)if(a=u[c++],a!=a)return!0}else for(;f>c;c++)if((t||c in u)&&u[c]===n)return t||c||0;return!t&&-1}}},rFzY:function(t,e,n){var r=n("XSOZ");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)}}},s4j0:function(t,e,n){var r=n("UKM+");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")}},ulTY:function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+r).toString(36))}},"xZa+":function(t,e,n){t.exports=!n("bUqO")&&!n("zgIt")(function(){return 7!=Object.defineProperty(n("jhxf")("div"),"a",{get:function(){return 7}}).a})},ydD5:function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},zgIt:function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},"zo/l":function(t,e,n){var r=n("oeih"),o=Math.max,i=Math.min;t.exports=function(t,e){return t=r(t),t<0?o(t+e,0):i(t,e)}}})["default"]});
//# sourceMappingURL=vue-tour.umd.min.js.map
{
"name": "vue-tour",
"version": "1.0.0",
"version": "1.0.1",
"description": "Vue Tour is a lightweight, simple and customizable tour plugin for use with Vue.js. It provides a quick and easy way to guide your users through your application.",

@@ -5,0 +5,0 @@ "author": "Pulsar <pulsar.dev.team@gmail.com>",

@@ -0,0 +0,0 @@ # Vue Tour

@@ -0,0 +0,0 @@ import VTour from './components/VTour'

@@ -0,0 +0,0 @@ export const DEFAULT_CALLBACKS = {

@@ -0,0 +0,0 @@ import { expect } from 'chai'

@@ -0,0 +0,0 @@ import { expect } from 'chai'

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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 not supported yet

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

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

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 not supported yet

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 not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc